:root{--forest:#123b2e;--forest-deep:#08261e;--mint:#d8eadf;--cream:#f7f2e8;--paper:#fffdf8;--gold:#c9a665;--ink:#18241f;--muted:#617068;--line:rgba(18,59,46,.15);--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{height:82px;padding:0 clamp(24px,5vw,78px);display:flex;align-items:center;justify-content:space-between;gap:28px;background:rgba(255,253,248,.96);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:12px;font-weight:600;letter-spacing:.22em;font-size:.92rem;line-height:1.05}.brand small{display:block;margin-top:5px;font-size:.59rem;letter-spacing:.11em;font-weight:500;color:var(--muted)}.brand-mark{width:38px;height:38px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;font-family:var(--serif);font-size:1.2rem;color:var(--forest)}nav{display:flex;gap:32px;font-size:.92rem}nav a{position:relative}nav a:after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:1px;background:var(--forest);transition:.25s}nav a:hover:after{width:100%}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;background:var(--forest);color:white;border-radius:3px;font-weight:600;font-size:.92rem;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px);background:var(--forest-deep)}.button-small{min-height:42px;padding:0 19px}.hero{min-height:calc(100vh - 82px);height:760px;position:relative;display:flex;align-items:center;overflow:hidden;background:var(--forest-deep)}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,24,18,.9) 0%,rgba(4,24,18,.55) 42%,rgba(4,24,18,.08) 72%)}.hero-content{position:relative;z-index:2;width:min(690px,88vw);margin-left:clamp(24px,8vw,130px);color:white}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:.74rem;font-weight:600;color:var(--gold);margin:0 0 18px}.hero h1{font-family:var(--serif);font-size:clamp(3.4rem,7vw,6.8rem);line-height:.93;letter-spacing:-.045em;margin:0 0 30px;font-weight:600}.hero h1 em{color:#dce9df;font-weight:500}.hero-copy{font-size:clamp(1.05rem,1.5vw,1.22rem);line-height:1.7;max-width:580px;color:rgba(255,255,255,.82);margin-bottom:34px}.hero-actions{display:flex;align-items:center;gap:28px}.hero-actions .button{background:#f2ead9;color:var(--forest-deep)}.hero-actions .button:hover{background:white}.text-link{font-weight:600;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:4px}.hero-note{position:absolute;right:clamp(24px,5vw,78px);bottom:42px;z-index:2;color:white;border-left:1px solid var(--gold);padding-left:18px}.hero-note span,.hero-note strong{display:block}.hero-note span{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.65)}.hero-note strong{font-family:var(--serif);font-size:1.25rem;font-weight:500}.proof{background:var(--forest);color:white;display:grid;grid-template-columns:repeat(3,1fr);padding:28px clamp(24px,7vw,110px);gap:0}.proof div{padding:8px 44px;border-right:1px solid rgba(255,255,255,.17)}.proof div:first-child{padding-left:0}.proof div:last-child{border:0}.proof strong,.proof span{display:block}.proof strong{font-family:var(--serif);font-size:1.15rem;font-weight:500}.proof span{font-size:.82rem;color:rgba(255,255,255,.62);margin-top:3px}.section{padding:110px clamp(24px,7vw,110px)}.section-heading{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:end;margin-bottom:54px}.section-heading .eyebrow{grid-column:1/-1;margin-bottom:-10px}.section h2,.testimonial blockquote{font-family:var(--serif);font-size:clamp(2.5rem,5vw,4.6rem);line-height:1.08;letter-spacing:-.035em;margin:0;font-weight:600}.section-heading>p:last-child,.package-intro>p:last-of-type{color:var(--muted);max-width:520px;margin:0 0 7px}.therapies{background:var(--paper)}.therapy-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}.therapy-card{min-height:430px;padding:30px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--line);transition:background .25s,color .25s}.therapy-card:last-child{border:0}.therapy-card.featured,.therapy-card:hover{background:var(--forest);color:white}.card-number{font-family:var(--serif);font-size:1.2rem;color:var(--gold)}.card-kicker{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:600;color:var(--muted)}.featured .card-kicker,.therapy-card:hover .card-kicker{color:var(--gold)}.therapy-card h3{font-family:var(--serif);font-size:2.2rem;margin:6px 0 12px}.therapy-card p{color:var(--muted)}.featured p,.therapy-card:hover p{color:rgba(255,255,255,.72)}.therapy-card .price{color:var(--ink);margin-top:24px}.featured .price,.therapy-card:hover .price{color:white}.therapy-card>a{display:flex;justify-content:space-between;font-weight:600;padding-top:20px;border-top:1px solid currentColor}.more-therapies{margin-top:30px;display:flex;align-items:center;gap:30px;color:var(--muted)}.more-therapies ul{display:flex;flex-wrap:wrap;gap:10px;list-style:none;margin:0;padding:0}.more-therapies li{border:1px solid var(--line);padding:8px 14px;border-radius:999px;color:var(--forest);font-size:.88rem}.packages{background:var(--cream);display:grid;grid-template-columns:.8fr 1.35fr;gap:80px}.package-intro{position:sticky;top:120px;align-self:start}.package-intro h2{margin-bottom:24px}.package-tabs{display:inline-flex;margin-top:34px;background:rgba(18,59,46,.08);padding:4px;border-radius:3px}.tab{border:0;background:transparent;padding:11px 20px;cursor:pointer;color:var(--muted);border-radius:2px}.tab.active{background:var(--forest);color:white}.package-panel{display:none;border-top:1px solid var(--line)}.package-panel.active{display:block}.package-panel article{padding:29px 4px 27px;display:grid;grid-template-columns:1fr 1fr;gap:24px;border-bottom:1px solid var(--line);align-items:center}.package-panel h3{font-family:var(--serif);font-size:1.8rem;margin:3px 0}.tag{text-transform:uppercase;letter-spacing:.14em;color:#8f6f34;font-size:.68rem;font-weight:600}.package-panel article>p{color:var(--muted);margin:0}.package-bottom{grid-column:1/-1;display:flex;justify-content:space-between;align-items:end}.package-bottom strong{font-family:var(--serif);font-size:2rem;color:var(--forest)}.package-bottom a{font-weight:600;border-bottom:1px solid var(--forest)}.package-note{grid-column:2;font-size:.8rem;color:var(--muted);margin-top:-50px}.testimonial{background:var(--forest-deep);color:white;padding:110px clamp(24px,13vw,210px);text-align:center;position:relative}.quote-mark{font-family:var(--serif);font-size:7rem;line-height:.5;color:var(--gold)}.testimonial blockquote{font-size:clamp(2rem,4.2vw,4rem);max-width:1050px;margin:25px auto}.testimonial p{color:rgba(255,255,255,.55)}.visit{display:grid;grid-template-columns:.9fr 1.2fr;gap:100px;align-items:center}.visit>div:first-child>p:not(.eyebrow){color:var(--muted);max-width:500px;margin:24px 0 30px}.locations{border-top:1px solid var(--line)}.locations article{padding:27px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:4px 20px}.locations span{grid-column:1/-1;color:#8f6f34;text-transform:uppercase;letter-spacing:.13em;font-size:.7rem;font-weight:600}.locations h3{font-family:var(--serif);font-size:1.45rem;margin:3px 0}.locations p{grid-column:1;color:var(--muted);margin:0}.locations a{grid-column:2;grid-row:2/4;align-self:center;font-weight:600;font-size:.88rem}footer{padding:38px clamp(24px,5vw,78px);background:#061d17;color:white;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:30px;font-size:.84rem}footer>div:nth-child(2){display:flex;justify-content:center;gap:24px}footer>div:last-child{display:flex;justify-content:flex-end;gap:24px;color:rgba(255,255,255,.6)}.footer-brand .brand-mark{color:white}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:25;background:#1c7a54;color:white;padding:13px 18px;border-radius:999px;box-shadow:0 8px 30px rgba(0,0,0,.22);font-weight:600;font-size:.88rem;display:flex;gap:9px;align-items:center;transition:.2s}.whatsapp-float:hover{transform:translateY(-2px);background:#126342}
@media(max-width:900px){nav{display:none}.hero{height:720px;min-height:0}.hero-shade{background:linear-gradient(90deg,rgba(4,24,18,.87),rgba(4,24,18,.28))}.hero-note{display:none}.proof{grid-template-columns:1fr}.proof div,.proof div:first-child{padding:15px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.17)}.proof div:last-child{border:0}.section{padding:78px 24px}.section-heading,.packages,.visit{grid-template-columns:1fr;gap:42px}.section-heading .eyebrow{margin-bottom:-16px}.therapy-grid{grid-template-columns:1fr}.therapy-card{min-height:340px;border-right:0;border-bottom:1px solid var(--line)}.more-therapies{align-items:flex-start;flex-direction:column;gap:13px}.package-intro{position:static}.package-note{grid-column:1;margin-top:-20px}.testimonial{padding:90px 24px}.locations article{grid-template-columns:1fr}.locations a{grid-column:1;grid-row:auto;margin-top:10px}footer{grid-template-columns:1fr;text-align:center}.footer-brand{justify-content:center}footer>div:nth-child(2),footer>div:last-child{justify-content:center;flex-wrap:wrap}}
@media(max-width:560px){.site-header{height:70px;padding:0 17px}.site-header .button-small{display:none}.hero{height:680px;align-items:flex-end;padding-bottom:80px}.hero-content{margin:0 21px;width:auto}.hero h1{font-size:3.2rem}.hero-copy{font-size:1rem}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.hero-actions .button{width:100%}.section-heading{display:block}.section-heading .eyebrow{margin-bottom:16px}.section-heading h2{margin-bottom:20px}.therapy-card{padding:25px}.package-panel article{grid-template-columns:1fr;gap:10px}.package-bottom{grid-column:1}.whatsapp-float{right:14px;bottom:14px;font-size:.8rem}.footer-brand{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.gift-certificates{display:grid;grid-template-columns:1fr 1fr;min-height:610px;background:var(--cream)}.gift-image{overflow:hidden}.gift-image img{display:block;width:100%;height:100%;object-fit:cover}.gift-copy{padding:90px clamp(36px,7vw,110px);display:flex;flex-direction:column;justify-content:center}.gift-copy h2{font-family:var(--serif);font-size:clamp(2.8rem,5vw,4.8rem);line-height:1.04;letter-spacing:-.04em;margin:0 0 24px}.gift-copy>p:not(.eyebrow){max-width:560px;color:var(--muted);font-size:1.08rem;margin:0 0 25px}.gift-copy ul{list-style:none;margin:0 0 34px;padding:0;border-top:1px solid var(--line)}.gift-copy li{padding:12px 0 12px 27px;border-bottom:1px solid var(--line);position:relative}.gift-copy li:before{content:"✦";position:absolute;left:0;color:var(--gold)}.gift-copy .button{align-self:flex-start}
@media(max-width:900px){.gift-certificates{grid-template-columns:1fr}.gift-image{height:420px}.gift-copy{padding:72px 24px}}
@media(max-width:560px){.gift-image{height:300px}.gift-copy{padding:64px 24px}.gift-copy .button{width:100%}}

.site-header{background:rgba(8,38,30,.97);border-bottom-color:rgba(255,255,255,.1)}.site-header nav{color:var(--cream)}.site-header nav a:after{background:var(--gold)}.site-header>.button{background:var(--cream);color:var(--forest-deep)}.brand-logo{display:block;width:132px;height:64px;object-fit:contain}.footer-logo{display:block;width:125px;height:82px;object-fit:contain}.gallery-carousel{position:relative}.carousel-viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.carousel-viewport::-webkit-scrollbar{display:none}.carousel-track{display:flex}.carousel-slide{margin:0;min-width:100%;height:630px;overflow:hidden;scroll-snap-align:start}.carousel-slide img{display:block;width:100%;height:100%;object-fit:cover}.carousel-controls{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-top:18px}.carousel-button{width:48px;height:48px;border:1px solid var(--forest);background:transparent;color:var(--forest);font-size:1.35rem;cursor:pointer;transition:background .2s,color .2s}.carousel-button:hover,.carousel-button:focus-visible{background:var(--forest);color:white}.carousel-status{min-width:52px;text-align:center;color:var(--muted);font-variant-numeric:tabular-nums}
@media(max-width:900px){.carousel-slide{height:500px}}
@media(max-width:560px){.brand-logo{width:106px;height:52px}.carousel-slide{height:360px}.carousel-controls{justify-content:center}.footer-logo{margin:auto}}

.therapy-filters{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 30px;padding-bottom:16px;border-bottom:1px solid var(--line)}.therapy-filter{border:1px solid var(--line);background:transparent;color:var(--forest);padding:11px 18px;border-radius:999px;cursor:pointer;font-weight:600}.therapy-filter.active{background:var(--forest);border-color:var(--forest);color:white}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{min-height:390px;padding:28px;background:white;border:1px solid var(--line);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(18,59,46,.09)}.service-card[hidden]{display:none}.service-card.accent{background:var(--forest);color:white}.service-type{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:.68rem;font-weight:600;color:#987842;margin-bottom:8px}.service-card.accent .service-type{color:var(--gold)}.service-card h3{font-family:var(--serif);font-size:1.8rem;line-height:1.15;margin:0 0 12px}.service-card p{color:var(--muted);margin:0}.service-card.accent p{color:rgba(255,255,255,.7)}.service-prices{list-style:none;padding:18px 0;margin:auto 0 0;border-top:1px solid var(--line)}.service-card.accent .service-prices{border-color:rgba(255,255,255,.18)}.service-prices li{display:flex;justify-content:space-between;gap:18px;padding:4px 0}.service-prices span{font-size:.85rem;color:var(--muted)}.service-card.accent .service-prices span{color:rgba(255,255,255,.64)}.service-prices strong{font-family:var(--serif);font-size:1.15rem}.service-card small{color:var(--muted);font-size:.75rem;margin:-7px 0 15px}.service-card.accent small{color:rgba(255,255,255,.6)}.service-card>a{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:14px;font-weight:600;font-size:.88rem}.service-card.accent>a{border-color:rgba(255,255,255,.22)}.old-price{display:block;color:var(--muted);font-size:.77rem;text-decoration:line-through;margin-bottom:-4px}.package-bottom>div{display:flex;flex-direction:column}.package-note{line-height:1.5}.package-tabs{flex-wrap:wrap}
@media(max-width:1050px){.service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.service-grid{grid-template-columns:1fr}.service-card{min-height:340px}.therapy-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:14px}.therapy-filter{white-space:nowrap}.package-tabs{display:flex}.tab{flex:1;padding:10px 12px}.package-bottom{align-items:center;gap:18px}}

.home-hero>img{object-position:center}.home-intro{display:grid;grid-template-columns:.85fr 1.35fr;gap:90px;align-items:center}.home-intro-copy h2{font-family:var(--serif);font-size:clamp(2.8rem,5vw,4.8rem);line-height:1.06;letter-spacing:-.04em;margin:0 0 24px}.home-intro-copy>p:not(.eyebrow){color:var(--muted);font-size:1.08rem;margin-bottom:30px}.catalog-link{display:inline-flex;gap:30px;justify-content:space-between;font-weight:600;padding-bottom:5px;border-bottom:1px solid var(--forest)}.feature-photo{margin:0}.feature-photo img{display:block;width:100%;height:580px;object-fit:cover}.feature-photo figcaption{font-size:.75rem;color:var(--muted);padding-top:10px}.highlights{background:var(--cream)}.highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.highlight-grid article{background:var(--paper)}.highlight-grid img{display:block;width:100%;height:280px;object-fit:cover}.highlight-grid article:nth-child(2) img{object-position:center}.highlight-grid article>div{padding:25px}.highlight-grid span{color:var(--gold);font-family:var(--serif)}.highlight-grid h3{font-family:var(--serif);font-size:2rem;margin:6px 0}.highlight-grid p{color:var(--muted);min-height:52px}.highlight-grid a{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:14px;font-weight:600;font-size:.88rem}.experience-banner{min-height:650px;position:relative;display:flex;align-items:center;justify-content:flex-end;padding:80px clamp(24px,8vw,130px);overflow:hidden;background:var(--forest-deep)}.experience-banner>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.experience-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,24,18,.08),rgba(4,24,18,.86) 64%)}.experience-banner>div{position:relative;z-index:1;color:white;width:min(560px,90vw)}.experience-banner h2{font-family:var(--serif);font-size:clamp(2.7rem,5vw,4.8rem);line-height:1.05;margin:0 0 22px}.experience-banner p:not(.eyebrow){color:rgba(255,255,255,.72);margin-bottom:30px}.experience-banner .button{background:var(--cream);color:var(--forest-deep)}.space-gallery{background:var(--paper)}.gallery-grid{display:grid;grid-template-columns:.8fr 1.2fr;grid-template-rows:310px 310px;gap:14px}.gallery-grid figure{margin:0;overflow:hidden}.gallery-grid figure:nth-child(2){grid-column:2;grid-row:1}.gallery-grid figure:nth-child(3){grid-column:2;grid-row:2}.gallery-grid .gallery-tall:first-child{grid-row:1/3}.gallery-grid .gallery-tall:last-child{display:none}.gallery-grid img{width:100%;height:100%;display:block;object-fit:cover}.catalog-hero{min-height:520px;padding:70px clamp(24px,8vw,130px);display:grid;grid-template-columns:1fr .9fr;gap:80px;align-items:center;background:var(--forest-deep);color:white}.catalog-hero h1{font-family:var(--serif);font-size:clamp(3.5rem,7vw,6.5rem);line-height:.96;letter-spacing:-.045em;margin:0 0 24px}.catalog-hero p:not(.eyebrow){max-width:620px;color:rgba(255,255,255,.7);font-size:1.08rem}.catalog-hero img{width:100%;height:360px;object-fit:cover}.back-link{display:inline-block;margin-bottom:40px;color:rgba(255,255,255,.62);font-size:.86rem}.catalog-cta{padding:90px 24px;text-align:center;background:var(--forest);color:white}.catalog-cta h2{font-family:var(--serif);font-size:clamp(2.5rem,5vw,4.5rem);margin:0 0 28px}.catalog-cta .button{background:var(--cream);color:var(--forest-deep)}
@media(max-width:900px){.home-intro{grid-template-columns:1fr;gap:40px}.feature-photo img{height:430px}.highlight-grid{grid-template-columns:1fr}.highlight-grid article{display:grid;grid-template-columns:.9fr 1.1fr}.highlight-grid img{height:100%;min-height:270px}.experience-banner{min-height:580px}.experience-banner:after{background:rgba(4,24,18,.64)}.catalog-hero{grid-template-columns:1fr;gap:34px}.catalog-hero img{height:300px}}
@media(max-width:560px){.feature-photo img{height:330px}.highlight-grid article{display:block}.highlight-grid img{height:240px;min-height:0}.experience-banner{min-height:640px;align-items:flex-end}.experience-banner:after{background:linear-gradient(0deg,rgba(4,24,18,.92),rgba(4,24,18,.18))}.gallery-grid{grid-template-columns:1fr;grid-template-rows:none}.gallery-grid figure,.gallery-grid figure:nth-child(2),.gallery-grid figure:nth-child(3),.gallery-grid .gallery-tall:first-child{grid-column:auto;grid-row:auto;height:300px}.gallery-grid .gallery-tall:last-child{display:block}.catalog-hero{padding-top:55px}.catalog-hero img{height:250px}.catalog-hero h1{font-size:3.2rem}}

.testimonials{background:var(--forest-deep);color:white;padding:105px clamp(24px,7vw,110px)}.testimonials-heading{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:end;margin-bottom:50px}.testimonials-heading .eyebrow{grid-column:1/-1;margin:0 0 -10px}.testimonials-heading h2{font-family:var(--serif);font-size:clamp(2.6rem,5vw,4.6rem);line-height:1.08;letter-spacing:-.035em;margin:0;font-weight:600}.testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid rgba(255,255,255,.18);border-left:1px solid rgba(255,255,255,.18)}.testimonial-grid article{padding:38px;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}.testimonial-grid blockquote{font-family:var(--serif);font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.48;margin:18px 0 28px}.testimonial-grid p{margin:0;color:rgba(255,255,255,.62);font-size:.9rem}.stars{color:var(--gold);font-size:.82rem;letter-spacing:.22em}
@media(max-width:700px){.testimonials{padding:78px 24px}.testimonials-heading{display:block}.testimonials-heading .eyebrow{margin-bottom:16px}.testimonial-grid{grid-template-columns:1fr}.testimonial-grid article{padding:30px 25px}}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.hero .hero-title{font-family:var(--serif);font-size:clamp(3.4rem,7vw,6.8rem);line-height:.93;letter-spacing:-.045em;margin:0 0 30px;font-weight:600}
.hero .hero-title em{color:#dce9df;font-weight:500}
@media(max-width:560px){.hero .hero-title{font-size:3.2rem}}
.google-reviews-link{justify-self:start;align-self:end;font-weight:600;color:var(--gold);border-bottom:1px solid rgba(201,166,101,.65);padding-bottom:4px}
@media(max-width:700px){.google-reviews-link{display:inline-block;margin-top:20px}}
.catalog-hero-actions{display:flex;align-items:center;gap:26px;margin-top:30px}.catalog-hero-actions .button{background:var(--cream);color:var(--forest-deep)}.catalog-secondary-link{font-weight:600;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:4px}#terapias,#paquetes{scroll-margin-top:82px}
@media(max-width:560px){.catalog-hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.catalog-hero-actions .button{width:100%}}
.blog-hero{min-height:470px;padding:100px clamp(24px,8vw,130px);display:flex;align-items:end;background:linear-gradient(135deg,var(--forest-deep),var(--forest));color:white}.blog-hero>div{max-width:900px}.blog-hero h1{font-family:var(--serif);font-size:clamp(4rem,9vw,7.5rem);line-height:.94;letter-spacing:-.05em;margin:0 0 24px}.blog-hero p:not(.eyebrow){max-width:680px;color:rgba(255,255,255,.72);font-size:1.15rem}.blog-index{padding:105px clamp(24px,7vw,110px)}.blog-index-heading{display:grid;grid-template-columns:.7fr 1.3fr;gap:40px;align-items:end;margin-bottom:52px}.blog-index-heading .eyebrow{grid-column:1/-1;margin-bottom:-12px}.blog-index-heading h2{grid-column:2;font-family:var(--serif);font-size:clamp(2.7rem,5vw,4.8rem);line-height:1.06;letter-spacing:-.04em;margin:0}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-card{background:var(--cream);display:flex;flex-direction:column}.blog-card-image{display:block;overflow:hidden}.blog-card-image img{display:block;width:100%;height:280px;object-fit:cover;transition:transform .4s}.blog-card:hover .blog-card-image img{transform:scale(1.03)}.blog-card>div{padding:28px;display:flex;flex:1;flex-direction:column}.blog-category{text-transform:uppercase;letter-spacing:.13em;color:#8f6f34;font-size:.7rem;font-weight:600;margin:0 0 12px}.blog-card h3{font-family:var(--serif);font-size:1.75rem;line-height:1.2;margin:0 0 16px}.blog-card>div>p:not(.blog-category){color:var(--muted);margin:0 0 24px}.blog-read-more{margin-top:auto;padding-top:16px;border-top:1px solid var(--line);font-weight:600}.blog-post-header{padding:95px max(24px,calc((100vw - 1050px)/2)) 75px;background:var(--forest-deep);color:white}.blog-post-header .back-link{margin-bottom:52px}.blog-post-header h1{font-family:var(--serif);font-size:clamp(3.1rem,6vw,6rem);line-height:1;letter-spacing:-.045em;margin:0 0 28px}.blog-lead{max-width:820px;color:rgba(255,255,255,.76);font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.7}.blog-post-image{width:min(1180px,calc(100% - 48px));height:590px;margin:0 auto;transform:translateY(48px)}.blog-post-image img{width:100%;height:100%;display:block;object-fit:cover}.blog-post-body{max-width:780px;margin:105px auto 0;padding:0 24px 100px;font-size:1.08rem;line-height:1.8}.blog-post-body>p{color:#405048}.blog-post-body h2{font-family:var(--serif);font-size:clamp(2rem,4vw,3rem);line-height:1.15;margin:52px 0 18px}.blog-post-body ul{padding-left:24px}.blog-post-body li{padding:6px 0}.blog-callout{margin:65px 0 0;padding:42px;background:var(--cream);border-left:3px solid var(--gold)}.blog-callout h2{margin:0 0 12px}.blog-callout p{color:var(--muted);margin:0 0 24px}.blog-callout-actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.blog-callout-actions>a:not(.button){font-weight:600;border-bottom:1px solid var(--forest)}.article-next{padding:55px clamp(24px,7vw,110px);background:var(--forest);color:white;display:flex;align-items:center;justify-content:space-between;gap:30px}.article-next>span{text-transform:uppercase;letter-spacing:.14em;color:var(--gold);font-size:.72rem;font-weight:600}.article-next>a{font-family:var(--serif);font-size:clamp(1.4rem,3vw,2.3rem)}
@media(max-width:900px){.blog-grid{grid-template-columns:1fr}.blog-card{display:grid;grid-template-columns:.85fr 1.15fr}.blog-card-image img{height:100%;min-height:300px}.blog-index-heading{display:block}.blog-index-heading .eyebrow{margin-bottom:16px}.blog-index-heading h2{grid-column:auto}.blog-post-image{height:470px}}
@media(max-width:560px){.blog-hero{min-height:400px;padding-top:70px}.blog-index{padding-top:75px}.blog-card{display:block}.blog-card-image img{height:240px;min-height:0}.blog-post-header{padding-top:58px;padding-bottom:55px}.blog-post-header .back-link{margin-bottom:38px}.blog-post-header h1{font-size:2.9rem}.blog-post-image{width:100%;height:300px;transform:none}.blog-post-body{margin-top:0;padding-top:60px}.blog-callout{padding:30px 24px}.article-next{align-items:flex-start;flex-direction:column}.article-next>a{font-size:1.7rem}}
.site-header nav{gap:clamp(14px,2vw,32px)}

/* Mobile navigation and featured experiences */
.menu-toggle{display:none;min-height:44px;padding:8px 14px;border:1px solid var(--gold);border-radius:3px;background:transparent;color:inherit;cursor:pointer}
.featured-packages{background:var(--cream)}.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:32px 0}.featured-grid article{display:flex;flex-direction:column;padding:30px;background:var(--paper);border:1px solid var(--line);border-radius:6px}.featured-grid h3{font-family:var(--serif);font-size:1.7rem;line-height:1.2;margin:0 0 16px}.featured-grid .eyebrow{color:var(--forest);font-size:.68rem}.featured-grid article>p:not(.eyebrow){flex:1}.featured-price{font-size:2rem;color:var(--forest);margin:16px 0}.featured-grid .button{width:100%}section[id]{scroll-margin-top:100px}:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.blog-post-body p a{text-decoration:underline;text-underline-offset:3px}
@media(max-width:900px){.site-header{gap:12px}.menu-toggle{display:inline-flex;align-items:center;gap:12px;margin-left:auto}.site-header #main-nav{display:none;position:absolute;left:0;right:0;top:100%;padding:18px 24px;background:var(--forest-deep);color:var(--cream);box-shadow:0 10px 20px #0002;max-height:calc(100dvh - 82px);overflow:auto}.site-header #main-nav.is-open{display:flex;flex-direction:column;gap:4px}.site-header #main-nav a{padding:12px 8px;min-height:44px}.featured-grid{grid-template-columns:1fr}.article-next{display:flex}.featured-grid article{padding:26px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;scroll-behavior:auto!important}}
.site-header .menu-toggle{color:var(--cream)}
.language-switch{display:flex;align-items:center;gap:3px;padding:3px;border:1px solid rgba(201,166,101,.65);border-radius:999px;color:var(--cream);font-size:.76rem;font-weight:600;letter-spacing:.06em}.language-switch a,.language-switch span{display:grid;place-items:center;min-width:34px;height:30px;border-radius:999px}.language-switch a:hover,.language-switch a:focus-visible{background:rgba(255,255,255,.1)}.language-switch [aria-current="page"]{background:var(--cream);color:var(--forest-deep)}@media(max-width:1100px){.site-header{gap:15px}.site-header nav{gap:18px}}@media(max-width:560px){.language-switch{margin-left:auto}.menu-toggle{margin-left:0!important}.site-header>.button-small{display:none}}
