:root {
  --ivory: #f7f2eb;
  --cream: #eee3d3;
  --sand: #dccdb9;
  --gold: #bb9252;
  --gold-dark: #8d6937;
  --ink: #201e1a;
  --muted: #6e685f;
  --white: #fffdf9;
  --green: #1f6b4e;
  --border: rgba(32, 30, 26, .17);
  --font-display: "Italiana", "Times New Roman", serif;
  --font-sans: "DM Sans", Arial, sans-serif;
  --shell: min(1240px, calc(100vw - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--font-sans); font-weight: 300; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--gold); color: var(--white); }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: 1rem; padding: .8rem 1rem; background: var(--ink); color: white; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 100; inset: 0 0 auto; height: 112px; border-bottom: 1px solid rgba(32,30,26,.11); }
.site-header.is-scrolled { position: fixed; height: 82px; background: rgba(247,242,235,.92); backdrop-filter: blur(16px); box-shadow: 0 6px 30px rgba(55,42,25,.06); animation: header-in .35s ease both; }
@keyframes header-in { from { transform: translateY(-100%); } }
.header-inner { height: 100%; display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 38px; }
.brand { width: 76px; height: 76px; border-radius: 50%; overflow: hidden; transition: width .3s, height .3s; }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.is-scrolled .brand { width: 58px; height: 58px; }
.main-nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 48px); }
.main-nav a, .footer-links a { text-decoration: none; font-size: .82rem; font-weight: 500; letter-spacing: .025em; position: relative; }
.main-nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -8px; background: var(--gold-dark); transition: right .3s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 58px; padding: 0 28px; background: var(--ink); color: var(--white); text-decoration: none; border: 1px solid var(--ink); font-size: .82rem; font-weight: 500; letter-spacing: .035em; transition: background .25s, color .25s, transform .25s; }
.button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; transition: transform .25s; }
.button:hover, .button:focus-visible { background: var(--gold-dark); border-color: var(--gold-dark); transform: translateY(-2px); }
.button:hover svg, .button:focus-visible svg { transform: translateX(4px); }
.button-small { min-height: 46px; padding: 0 20px; gap: 16px; }
.button-light { background: var(--ivory); color: var(--ink); border-color: var(--ivory); }
.button-light:hover, .button-light:focus-visible { color: var(--white); }
.text-link { display: inline-flex; gap: 18px; align-items: center; padding-bottom: 7px; text-decoration: none; border-bottom: 1px solid var(--ink); font-size: .83rem; font-weight: 500; }
.text-link span { color: var(--gold-dark); transition: transform .25s; }
.text-link:hover span, .text-link:focus-visible span { transform: translate(2px,-2px); }
:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 5px; }

.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 26px; color: var(--gold-dark); font-size: .68rem; font-weight: 600; text-transform: uppercase; letter-spacing: .22em; }
.eyebrow > span { display: block; width: 36px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-display); font-weight: 400; letter-spacing: -.035em; }
h1 { margin-bottom: 30px; font-size: clamp(4.6rem, 7.2vw, 7.7rem); line-height: .9; }
h2 { margin-bottom: 28px; font-size: clamp(3.4rem, 5.5vw, 6rem); line-height: .98; }
h1 em, h2 em { color: var(--gold-dark); font-weight: inherit; }
.section { padding-block: 150px; }

.hero { min-height: 790px; height: 100svh; max-height: 980px; padding-top: 112px; position: relative; overflow: hidden; background: var(--ivory); }
.hero-grid { height: calc(100% - 54px); display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; position: relative; z-index: 2; }
.hero-copy { padding: 30px 40px 20px 0; }
.hero-lead { max-width: 560px; margin-bottom: 38px; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.17rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.hero-art { height: min(650px, 72vh); min-height: 510px; position: relative; align-self: end; }
.arch-scene { position: absolute; inset: 48px 6% 0; overflow: hidden; background: var(--cream); border-radius: 48% 48% 0 0 / 35% 35% 0 0; border: 1px solid rgba(141,105,55,.2); }
.arch-scene::before { content: ""; position: absolute; inset: 0; background: linear-gradient(116deg, transparent 44%, rgba(255,255,255,.52) 44.5%, transparent 45.5%, transparent 58%, rgba(255,255,255,.38) 58.5%, transparent 60%); opacity: .65; }
.arch-scene::after { content: ""; position: absolute; width: 130%; height: 42%; left: -15%; bottom: -28%; background: var(--sand); border-radius: 50%; }
.sun-mark { position: absolute; z-index: 3; width: 195px; top: -5px; left: 50%; transform: translateX(-50%); }
.sun-mark path, .final-sun path { fill: none; stroke: var(--gold); stroke-width: 1.4; }
.arch-line { position: absolute; width: 55%; height: 69%; top: 19%; border: 1px solid rgba(141,105,55,.28); border-bottom: 0; border-radius: 50% 50% 0 0; }
.arch-line-one { left: -13%; }
.arch-line-two { right: -18%; }
.reformer { position: absolute; z-index: 2; width: 70%; height: 135px; bottom: 17%; left: 13%; transform: perspective(500px) rotateX(5deg) rotateZ(-2deg); }
.reformer .bed { position: absolute; width: 100%; height: 37px; top: 35px; background: #aa7e42; border: 8px solid #b88f57; box-shadow: inset 0 0 0 2px rgba(255,255,255,.18); }
.reformer .bed::after { content: ""; position: absolute; inset: 5px 25% 5px 6px; background: #27251f; }
.reformer .leg { position: absolute; top: 68px; width: 9px; height: 55px; background: #9e7746; }
.reformer .leg-left { left: 8%; transform: skewX(-12deg); }
.reformer .leg-right { right: 8%; transform: skewX(12deg); }
.reformer .bar { position: absolute; right: 5%; top: -9px; width: 6px; height: 80px; background: #282620; transform: rotate(-5deg); }
.reformer .bar::before { content: ""; position: absolute; width: 68px; height: 6px; right: -31px; top: 0; background: inherit; }
.reformer .rope { position: absolute; right: 16%; top: -1px; width: 38%; height: 50px; border: 1px solid #635844; border-bottom: 0; transform: skewX(-15deg); }
.botanical { position: absolute; z-index: 1; right: 1%; bottom: 10%; width: 26%; }
.botanical path { fill: none; stroke: rgba(85,72,50,.6); stroke-width: 1.4; }
.arch-scene > p { position: absolute; z-index: 3; left: 8%; bottom: 5%; margin: 0; font-family: var(--font-display); font-size: clamp(1rem,1.5vw,1.3rem); line-height: 1.4; letter-spacing: .08em; }
.arch-scene > p i { color: var(--gold); }
.hero-index { position: absolute; right: 1%; bottom: 1%; font-size: .7rem; letter-spacing: .12em; }
.hero-bottom { height: 54px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 3; border-top: 1px solid var(--border); color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .15em; }
.hero-orbit { position: absolute; border: 1px solid rgba(187,146,82,.16); border-radius: 50%; }
.orbit-one { width: 580px; height: 580px; left: -380px; top: 155px; }
.orbit-two { width: 840px; height: 840px; right: -530px; top: -190px; }

.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1fr 2.4fr 1.1fr; gap: 55px; align-items: start; }
.section-number { display: flex; align-items: center; gap: 18px; padding-top: 12px; font-size: .68rem; letter-spacing: .15em; }
.section-number span { width: 42px; height: 1px; background: var(--gold); }
.intro-content h2 { font-size: clamp(3.2rem,5vw,5.5rem); }
.intro-note { margin: 75px 0 0; color: var(--muted); font-size: .96rem; line-height: 1.75; }
.benefits { margin-top: 105px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.benefit { min-height: 320px; padding: 48px 32px; display: grid; grid-template-columns: 68px 1fr; gap: 28px; border-right: 1px solid var(--border); }
.benefit:last-child { border-right: 0; }
.benefit-icon { width: 60px; height: 60px; border: 1px solid rgba(187,146,82,.46); border-radius: 50%; display: grid; place-items: center; }
.benefit-icon svg { width: 32px; }
.benefit-icon path, .benefit-icon circle { fill: none; stroke: var(--gold-dark); stroke-width: 1.3; }
.benefit span { color: var(--gold-dark); font-size: .64rem; letter-spacing: .14em; }
.benefit h3 { margin: 16px 0 22px; font-family: var(--font-display); font-weight: 400; font-size: 2rem; line-height: 1.08; }
.benefit p { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.7; }

.schedule { position: relative; overflow: hidden; background: var(--ink); color: var(--ivory); }
.schedule::before { content: ""; position: absolute; width: 660px; height: 660px; right: -330px; bottom: -400px; border: 1px solid rgba(212,173,115,.16); border-radius: 50%; }
.schedule-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px,10vw,150px); align-items: center; }
.schedule-heading .eyebrow { color: var(--gold); }
.schedule-heading h2 { font-size: clamp(3.6rem,5.7vw,6.2rem); }
.schedule-heading h2 em { color: #d4ad73; }
.schedule-heading > p:last-child { max-width: 440px; margin: 0; color: #c9c3b9; font-size: 1rem; line-height: 1.75; }
.schedule-heading strong { color: var(--white); font-weight: 500; }
.schedule-card { padding: clamp(48px,6vw,78px); border: 1px solid rgba(247,242,235,.2); background: rgba(255,253,249,.05); box-shadow: 0 30px 70px rgba(0,0,0,.12); }
.schedule-days { margin: 0 0 38px; padding-bottom: 25px; border-bottom: 1px solid rgba(247,242,235,.18); color: #d4ad73; font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.schedule-times { margin-bottom: 42px; }
.schedule-times > div { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 14px; padding: 25px 0; border-bottom: 1px solid rgba(247,242,235,.12); }
.schedule-times span { padding-bottom: 7px; color: #aaa49b; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.schedule-times strong { font-family: var(--font-display); font-size: clamp(2.4rem,4vw,4.2rem); font-weight: 400; line-height: 1; white-space: nowrap; }
.schedule-times strong i { color: var(--gold); font-style: normal; }
.schedule-times small { padding-bottom: 5px; color: #aaa49b; font-size: .7rem; text-transform: uppercase; }
.schedule-card .button { justify-self: start; }
.schedule-sun { position: absolute; top: -18px; left: 5%; width: 220px; opacity: .08; }
.schedule-sun path { fill: none; stroke: #d4ad73; stroke-width: 1.5; }

.studio { padding: 0; display: grid; grid-template-columns: 1.08fr .92fr; min-height: 780px; background: var(--cream); }
.studio-visual { padding: 72px; min-height: 720px; }
.studio-room { position: relative; width: 100%; height: 100%; min-height: 620px; overflow: hidden; background: #e7d8c5; border-radius: 260px 260px 0 0; perspective: 750px; }
.studio-room::after { content:""; position:absolute; z-index:0; inset: 65% -20% -25%; background:#aa9b87; transform:rotateX(55deg); }
.room-sun { position: absolute; inset: 0; background: linear-gradient(110deg, transparent 50%, rgba(255,253,247,.75) 50.5%, transparent 51.5%, transparent 62%, rgba(255,253,247,.55) 62.5%, transparent 64%); }
.room-arch { position: absolute; z-index: 1; top: 13%; width: 22%; height: 52%; background: #efe6da; border: 7px solid #d3baa0; border-radius: 50% 50% 0 0; box-shadow: inset 0 0 0 2px rgba(111,91,66,.12); }
.room-arch-left { left: 10%; }.room-arch-right { left: 37%; }
.machine { position: absolute; z-index: 3; width: 55%; height: 80px; }
.machine-one { left: 28%; bottom: 21%; }.machine-two { left: 5%; bottom: 8%; transform: scale(.88); }
.machine span { position:absolute; left:0; right:0; top:0; height:28px; background:#b4874e; border:7px solid #9c713e; }
.machine span::before { content:""; position:absolute; inset:2px 22% 2px 3px; background:#25231f; }
.machine i, .machine b { position:absolute; top:23px; width:8px; height:54px; background:#805e3a; }.machine i { left:5%; transform:skewX(-9deg); }.machine b { right:5%; transform:skewX(9deg); }
.plant { position:absolute; z-index:2; width:90px; height:190px; right:6%; bottom:25%; }.plant b { position:absolute; bottom:0; left:30px; width:50px; height:48px; background:#b8a58e; clip-path:polygon(10% 0,90% 0,75% 100%,25% 100%); }.plant i { position:absolute; bottom:45px; left:52%; width:2px; height:120px; background:#67634a; transform-origin:bottom; }.plant i:nth-child(1){transform:rotate(-23deg)}.plant i:nth-child(2){transform:rotate(-9deg);height:145px}.plant i:nth-child(3){transform:rotate(12deg);height:130px}.plant i:nth-child(4){transform:rotate(26deg);height:110px}.plant i::after { content:""; position:absolute; left:-9px; top:25%; width:20px; height:38px; border-radius:100% 0 100% 0; background:#6e7550; transform:rotate(36deg); box-shadow:0 42px 0 #737956; }
.room-label { position:absolute; z-index:2; top:23%; right:11%; text-align:center; font-family:var(--font-display); font-size:2.2rem; color:var(--gold-dark); line-height:.8; }.room-label small { font-family:var(--font-sans); font-size:.42rem; letter-spacing:.4em; }
.studio-copy { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:100px clamp(45px,8vw,130px); }
.studio-copy h2 { font-size:clamp(3.3rem,5vw,5.5rem); }
.studio-copy > p:not(.eyebrow) { max-width:520px; color:var(--muted); line-height:1.85; }
.studio-detail { margin:25px 0 38px; display:flex; flex-direction:column; border-top:1px solid var(--border); width:100%; }
.studio-detail span { padding:14px 0; border-bottom:1px solid var(--border); font-family:var(--font-display); font-size:1.08rem; }

.steps { background:var(--ivory); }
.steps-heading { display:grid; grid-template-columns:1.5fr .7fr; align-items:end; gap:90px; }
.steps-heading > p { color:var(--muted); line-height:1.75; margin-bottom:36px; }
.steps-list { list-style:none; padding:0; margin:70px 0 0; border-top:1px solid var(--border); }
.steps-list li { min-height:148px; display:grid; grid-template-columns:80px 1fr 1.2fr 60px; align-items:center; gap:40px; border-bottom:1px solid var(--border); transition:background .3s,padding .3s; }
.steps-list li:hover { background:rgba(220,205,185,.22); padding-inline:20px; }
.steps-list li > span { font-size:.66rem; letter-spacing:.14em; color:var(--gold-dark); }
.steps-list h3 { margin:0; font-family:var(--font-display); font-weight:400; font-size:2.15rem; }
.steps-list p { margin:0; max-width:390px; color:var(--muted); font-size:.9rem; line-height:1.65; }
.steps-list a, .steps-list i { justify-self:end; width:42px; height:42px; display:grid; place-items:center; border:1px solid var(--border); border-radius:50%; text-decoration:none; font-style:normal; color:var(--gold-dark); }

.policies { position: relative; background: var(--white); }
.policies-heading { display: grid; grid-template-columns: 1.5fr .7fr; align-items: end; gap: 90px; }
.policies-heading h2 { font-size: clamp(3.2rem,5vw,5.5rem); }
.policies-heading > p { max-width: 390px; margin: 0 0 32px; color: var(--muted); line-height: 1.75; }
.policy-grid { margin-top: 78px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--border); }
.policy-card { min-height: 490px; padding: 48px 42px; border-right: 1px solid var(--border); }
.policy-card:last-child { border-right: 0; }
.policy-card-accent { background: var(--cream); }
.policy-number { color: var(--gold-dark); font-size: .65rem; letter-spacing: .15em; }
.policy-card h3 { margin: 28px 0 32px; font-family: var(--font-display); font-size: 2rem; font-weight: 400; }
.policy-card ul { margin: 0; padding: 0; list-style: none; }
.policy-card li { position: relative; padding: 17px 0 17px 23px; border-top: 1px solid var(--border); color: var(--muted); font-size: .88rem; line-height: 1.65; }
.policy-card li::before { content: ""; position: absolute; left: 0; top: 24px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.policy-card li strong { color: var(--ink); font-weight: 600; }
.policies-thanks { margin: 48px 0 0; color: var(--gold-dark); font-family: var(--font-display); font-size: clamp(2rem,3vw,3.2rem); font-style: italic; text-align: center; }

.location { padding:0; display:grid; grid-template-columns:1.25fr .75fr; min-height:620px; background:var(--ink); color:var(--ivory); }
.location-map { position:relative; min-height:600px; overflow:hidden; background:#d9c8ae; }
.location-map::after { content:""; position:absolute; inset:0; background:radial-gradient(circle at 54% 48%,transparent 0 20%,rgba(98,75,45,.06) 50%,rgba(64,47,27,.17)); }
.location-map svg { position:absolute; width:100%; height:100%; }
.location-map path { fill:none; stroke:#f3ece1; stroke-width:22; opacity:.88; }
.location-map .map-minor { stroke-width:8; opacity:.55; }
.map-pin { position:absolute; z-index:2; left:52%; top:45%; display:flex; flex-direction:column; align-items:center; transform:translate(-50%,-50%); }
.map-pin span { width:72px; height:72px; background:var(--ink); border:8px solid rgba(255,253,249,.75); border-radius:50% 50% 50% 4px; transform:rotate(-45deg); box-shadow:0 12px 28px rgba(32,30,26,.25); }
.map-pin b { position:absolute; top:26px; color:var(--gold); font-family:var(--font-display); font-size:1.15rem; }
.map-pin small { margin-top:16px; padding:6px 10px; background:var(--ivory); color:var(--ink); font-size:.62rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; white-space:nowrap; }
.map-road { position:absolute; z-index:1; color:rgba(32,30,26,.55); font-size:.65rem; font-weight:500; letter-spacing:.12em; text-transform:uppercase; }.road-one { left:10%; top:33%; transform:rotate(27deg); }.road-two { right:8%; bottom:18%; transform:rotate(-8deg); }
.location-copy { padding:110px clamp(50px,7vw,115px); display:flex; flex-direction:column; align-items:flex-start; justify-content:center; }
.location-copy .eyebrow { color:var(--gold); }.location-copy h2 { font-size:clamp(3.2rem,4.7vw,5rem); }.location-copy h2 em { color:#d4ad73; }
.location-copy address { margin:4px 0 38px; font-style:normal; line-height:1.8; color:#c9c3b9; }.location-copy address strong { color:var(--white); font-weight:400; font-size:1.05rem; }

.final-cta { min-height:700px; padding:130px 0; position:relative; display:grid; place-items:center; overflow:hidden; background:var(--white); text-align:center; }
.final-cta::before, .final-cta::after { content:""; position:absolute; width:520px; height:520px; border:1px solid rgba(187,146,82,.16); border-radius:50%; }.final-cta::before { left:-300px; bottom:-210px; }.final-cta::after { right:-320px; top:-230px; }
.final-content { display:flex; flex-direction:column; align-items:center; position:relative; z-index:1; }.final-content .eyebrow { justify-content:center; }.final-content h2 { font-size:clamp(4.3rem,7vw,7.4rem); margin-bottom:22px; }.final-content p { color:var(--muted); margin-bottom:34px; }
.final-sun { position:absolute; top:20px; width:210px; opacity:.55; }

.site-footer { padding:70px 0 28px; background:var(--cream); }
.footer-top { display:grid; grid-template-columns:1fr 1fr 1fr; align-items:center; padding-bottom:50px; }
.footer-brand { width:100px; height:100px; border-radius:50%; overflow:hidden; }.footer-brand img { width:100%; height:100%; }
.footer-top > p { margin:0; text-align:center; font-family:var(--font-display); font-size:1.15rem; letter-spacing:.04em; }.footer-top > p i { color:var(--gold-dark); }
.footer-links { justify-self:end; display:flex; gap:35px; }
.footer-bottom { display:flex; justify-content:space-between; border-top:1px solid var(--border); padding-top:25px; color:var(--muted); font-size:.65rem; text-transform:uppercase; letter-spacing:.12em; }
.whatsapp-float { position:fixed; z-index:90; right:24px; bottom:24px; min-height:52px; padding:0 18px 0 14px; display:flex; align-items:center; gap:10px; border-radius:28px; background:var(--green); color:white; box-shadow:0 10px 25px rgba(24,73,54,.24); text-decoration:none; font-size:.75rem; font-weight:600; transition:transform .25s,box-shadow .25s; }.whatsapp-float svg { width:27px; fill:currentColor; }.whatsapp-float:hover,.whatsapp-float:focus-visible { transform:translateY(-3px); box-shadow:0 15px 32px rgba(24,73,54,.32); }

.reveal { opacity:0; transform:translateY(28px); transition:opacity .8s ease,transform .8s ease; }
.reveal.is-visible { opacity:1; transform:none; }

@media (max-width: 1050px) {
  :root { --shell:min(100% - 54px, 920px); }
  .header-inner { grid-template-columns:90px 1fr auto; }.main-nav { gap:20px; }.main-nav a { font-size:.75rem; }
  .hero-grid { grid-template-columns:1fr .85fr; }.hero-copy { padding-right:10px; }.hero-art { min-height:470px; }.arch-scene { inset-inline:0; }
  .intro-grid { grid-template-columns:.4fr 2fr 1fr; gap:32px; }.benefit { grid-template-columns:1fr; }.benefit-icon { margin-bottom:8px; }
  .schedule-grid { gap:50px; }.schedule-card { padding:48px 38px; }.schedule-times strong { font-size:2.65rem; }
  .studio-visual { padding:50px 30px; }.studio-copy { padding-inline:55px; }
  .steps-list li { grid-template-columns:50px 1fr 1.1fr 45px; gap:24px; }
  .policy-card { padding:40px 28px; }.policy-card h3 { font-size:1.7rem; }
  .location { grid-template-columns:1fr 1fr; }.location-copy { padding-inline:55px; }
}

@media (max-width: 760px) {
  :root { --shell:calc(100% - 36px); }
  .section { padding-block:95px; }
  .site-header { height:88px; }.site-header.is-scrolled { height:72px; }
  .header-inner { grid-template-columns:1fr auto; }.brand { width:62px;height:62px; }.is-scrolled .brand{width:52px;height:52px}.header-cta { display:none; }
  .menu-toggle { display:flex; z-index:4; width:48px; height:48px; padding:0; border:0; background:transparent; flex-direction:column; align-items:flex-end; justify-content:center; gap:7px; }.menu-toggle span:not(.sr-only){display:block;width:27px;height:1px;background:var(--ink);transition:transform .25s,width .25s}.menu-toggle span:nth-child(3){width:19px}.menu-toggle[aria-expanded=true] span:nth-child(2){transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(3){width:27px;transform:translateY(-4px) rotate(-45deg)}
  .main-nav { position:fixed; z-index:3; inset:0; padding:130px 30px 50px; display:flex; flex-direction:column; justify-content:flex-start; align-items:flex-start; gap:0; background:var(--ivory); transform:translateX(100%); visibility:hidden; transition:transform .4s ease,visibility .4s; }.main-nav.is-open { transform:none; visibility:visible; }.main-nav a { width:100%; padding:22px 0; border-bottom:1px solid var(--border); font-family:var(--font-display); font-size:2rem; }.main-nav a::after{display:none}
  .hero { min-height:890px; height:auto; max-height:none; padding-top:88px; }.hero-grid { height:auto; min-height:750px; display:flex; flex-direction:column; align-items:stretch; }.hero-copy { padding:78px 0 30px; }.hero-copy .eyebrow { line-height:1.5; }.hero h1 { font-size:clamp(4rem,17vw,5.5rem); }.hero-lead { font-size:.98rem; line-height:1.65; }.hero-actions { align-items:flex-start; flex-direction:column; gap:25px; }.hero-art { width:100%; height:470px; min-height:470px; margin-top:10px; align-self:stretch; }.arch-scene { inset:42px 2% 0; }.sun-mark { width:145px; }.reformer { width:78%; left:8%; bottom:18%; }.botanical { width:31%; }.hero-bottom { display:none; }.orbit-two { width:600px;height:600px;right:-450px;top:230px; }
  .intro-grid { grid-template-columns:1fr; gap:22px; }.section-number { margin-bottom:20px; }.intro-content h2 { font-size:clamp(3.1rem,14vw,4.2rem); }.intro-note { margin:0; }.benefits { grid-template-columns:1fr; margin-top:60px; }.benefit { min-height:0; padding:38px 8px; grid-template-columns:64px 1fr; }.benefit:not(:last-child){border-right:0;border-bottom:1px solid var(--border)}.benefit h3 { font-size:1.85rem; }
  .schedule-grid { grid-template-columns:1fr; gap:48px; }.schedule-heading h2 { font-size:clamp(3.1rem,14vw,4.2rem); }.schedule-card { padding:38px 24px; }.schedule-times > div { grid-template-columns:1fr auto; gap:10px; }.schedule-times span { grid-column:1 / -1; }.schedule-times strong { font-size:clamp(2.15rem,11vw,3.15rem); }.schedule-times small { padding-bottom:3px; }.schedule-card .button { width:100%; }.schedule-sun { left:auto;right:-40px; }
  .studio { grid-template-columns:1fr; }.studio-visual { min-height:570px; padding:28px 18px 0; }.studio-room { min-height:540px; border-radius:180px 180px 0 0; }.studio-copy { padding:85px 25px 95px; }.studio-copy h2 { font-size:clamp(3.1rem,14vw,4.2rem); }
  .steps-heading { grid-template-columns:1fr; gap:0; }.steps-heading h2 { font-size:clamp(3.1rem,14vw,4.2rem); }.steps-heading > p { max-width:420px; }.steps-list li { min-height:0; padding:32px 0; grid-template-columns:35px 1fr 40px; gap:14px; align-items:start; }.steps-list li:hover { padding-inline:10px; }.steps-list h3 { font-size:1.75rem; }.steps-list p { grid-column:2 / 4; font-size:.86rem; }.steps-list a,.steps-list i { grid-column:3;grid-row:1;width:36px;height:36px; }
  .policies-heading { grid-template-columns:1fr; gap:0; }.policies-heading h2 { font-size:clamp(3.1rem,14vw,4.2rem); }.policies-heading > p { margin-top:10px; }.policy-grid { grid-template-columns:1fr; margin-top:52px; }.policy-card { min-height:0; padding:38px 26px; border-right:0; border-bottom:1px solid var(--border); }.policy-card:last-child { border-bottom:0; }.policy-card h3 { font-size:1.9rem; }.policies-thanks { margin-top:38px; }
  .location { grid-template-columns:1fr; }.location-map { min-height:450px; }.location-copy { padding:85px 26px 95px; }.location-copy h2 { font-size:clamp(3.1rem,14vw,4.2rem); }
  .final-cta { min-height:650px; padding:110px 0; }.final-content h2 { font-size:clamp(4rem,18vw,5.6rem); }.final-sun { width:160px;top:18px; }
  .footer-top { grid-template-columns:1fr; justify-items:center; gap:28px; }.footer-links { justify-self:auto; }.footer-bottom { flex-direction:column; align-items:center; gap:10px; text-align:center; }
  .whatsapp-float { right:14px;bottom:14px;width:54px;height:54px;padding:0;justify-content:center}.whatsapp-float span{display:none}
}

@media (max-width: 390px) {
  .hero h1 { font-size:3.75rem; }.button { padding-inline:22px; gap:18px; }.benefit { grid-template-columns:54px 1fr; gap:16px; }.benefit-icon { width:50px;height:50px; }.room-label { display:none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; scroll-behavior:auto !important; }
  .reveal { opacity:1; transform:none; }
}
