:root {
  --cream: #f5f0e8;
  --cream-deep: #e9dfd3;
  --paper: #fbf8f2;
  --sage: #687661;
  --sage-dark: #475241;
  --terracotta: #985640;
  --ink: #292724;
  --muted: #6e6962;
  --line: #cfc2b4;
  --white: #fff;
  --serif: "Lora", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shell: min(1280px, calc(100vw - 64px));
  --header-height: 84px;
  --radius-lg: 32px;
  --radius-md: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 4px; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--ink); color: white; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(90px, 10vw, 150px) 0; }
.eyebrow { margin: 0 0 24px; color: var(--sage-dark); font-size: .72rem; font-weight: 700; line-height: 1.2; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
h2 { font-size: clamp(2.7rem, 5vw, 5.3rem); }
em { font-weight: 400; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 20px; padding: 14px 22px; border: 1px solid var(--sage); border-radius: 99px; background: var(--sage); color: white; font-size: .86rem; font-weight: 700; line-height: 1.2; transition: background .25s, color .25s, border-color .25s, transform .25s; }
.button span { transition: transform .25s; }
.button:hover { background: var(--sage-dark); border-color: var(--sage-dark); transform: translateY(-2px); }
.button:hover span { transform: translate(2px, -2px); }
.button-small { min-height: 46px; padding: 12px 19px; font-size: .76rem; }
.text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid currentColor; padding: 9px 0 7px; font-size: .83rem; font-weight: 700; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translateY(3px); }
.text-link.dark { color: var(--ink); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height); border-bottom: 1px solid transparent; transition: height .3s, background .3s, border-color .3s, box-shadow .3s; }
.site-header.scrolled { height: 68px; border-color: rgba(41,39,36,.08); background: rgba(245,240,232,.88); box-shadow: 0 8px 30px rgba(54,47,40,.05); backdrop-filter: blur(16px); }
.header-inner { position: relative; z-index: 2; display: grid; height: 100%; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; justify-self: start; line-height: 1.15; }
.brand-mark { width: 41px; height: 41px; fill: none; stroke: var(--sage-dark); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.2; }
.brand span { display: grid; gap: 4px; }
.brand strong { font-family: var(--serif); font-size: .97rem; font-weight: 500; }
.brand small { font-size: .57rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; font-size: .75rem; font-weight: 600; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--sage); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.desktop-cta { justify-self: end; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 7px auto; background: var(--ink); transition: transform .3s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { position: absolute; inset: 0 0 auto; z-index: 1; display: grid; width: 100vw; min-height: 100svh; align-items: center; padding: 120px 32px 40px; background: var(--cream); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu-inner { display: grid; }
.mobile-menu a { width: fit-content; font-family: var(--serif); font-size: clamp(2rem, 10vw, 3.6rem); line-height: 1.35; }
.mobile-menu p { margin: 36px 0 0; color: var(--muted); font-size: .8rem; }

.hero { position: relative; min-height: min(900px, 100svh); overflow: hidden; background: var(--cream); }
.hero-photo { position: absolute; inset: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: heroImage .9s cubic-bezier(.22,.8,.36,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,240,232,.99) 0%, rgba(245,240,232,.96) 33%, rgba(245,240,232,.54) 51%, rgba(245,240,232,0) 68%); }
.hero-content { position: relative; display: flex; min-height: min(900px, 100svh); align-items: center; padding-top: 100px; padding-bottom: 64px; }
.hero-copy { width: min(620px, 51%); }
.hero h1 { max-width: 610px; margin-bottom: 24px; font-size: clamp(3.2rem, 5.5vw, 6.2rem); }
.hero h1 em { display: inline; color: var(--terracotta); }
.mobile-title { display: none; }
.hero-lead { max-width: 550px; margin-bottom: 30px; color: #514d48; font-size: clamp(1rem, 1.25vw, 1.15rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.google-proof { display: inline-flex; align-items: center; gap: 12px; margin-top: 38px; }
.google-proof .stars { color: var(--terracotta); font-size: .72rem; letter-spacing: .12em; }
.google-proof span:last-child { display: grid; }
.google-proof strong { font-size: .72rem; }
.google-proof small { color: var(--muted); font-size: .61rem; }
.hero-step { opacity: 0; animation: heroReveal .6s cubic-bezier(.22,.8,.36,1) forwards; }
.step-1 { animation-delay: .08s; }.step-2 { animation-delay: .17s; }.step-3 { animation-delay: .26s; }.step-4 { animation-delay: .35s; }.step-5 { animation-delay: .44s; }
.phase-line { position: absolute; right: 22px; bottom: 40px; left: 22px; height: 1px; background: rgba(41,39,36,.2); }
.phase-dot { position: absolute; top: 50%; width: 9px; height: 9px; border: 2px solid var(--cream); border-radius: 50%; background: var(--sage); transform: translate(-50%,-50%); }
.phase-dot-1 { left: 8%; }.phase-dot-2 { left: 36%; }.phase-dot-3 { left: 67%; }.phase-dot-4 { left: 92%; }

.trust-strip { border-block: 1px solid var(--line); background: var(--cream-deep); }
.trust-grid { display: grid; grid-template-columns: .8fr .9fr 1.6fr; }
.trust-grid div { display: grid; gap: 5px; padding: 28px 34px; border-right: 1px solid var(--line); }
.trust-grid div:first-child { padding-left: 0; }
.trust-grid div:last-child { border: 0; }
.trust-grid span { color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.trust-grid strong { font-family: var(--serif); font-size: .95rem; font-weight: 500; }

.stages { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(280px,.6fr); align-items: end; gap: 8vw; margin-bottom: 64px; }
.section-heading h2 { max-width: 840px; margin-bottom: 0; }
.section-heading > p { max-width: 440px; margin-bottom: 10px; color: var(--muted); }
.section-heading.compact { grid-template-columns: 1fr; }
.stage-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stage-card { position: relative; min-height: 520px; padding: 36px 30px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: background .3s, transform .3s, box-shadow .3s; }
.stage-card:hover { z-index: 1; background: var(--white); box-shadow: 0 18px 50px rgba(64,50,38,.09); transform: translateY(-5px); }
.card-kicker { margin-bottom: 18px; color: var(--terracotta); font-size: .63rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.stage-card h3 { margin-bottom: 24px; font-size: clamp(1.7rem, 2.3vw, 2.45rem); }
.stage-card > p:not(.card-kicker) { color: var(--muted); font-size: .86rem; }
.stage-card > a { position: absolute; right: 30px; bottom: 30px; left: 30px; display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); font-size: .72rem; font-weight: 700; }
.stage-card > a span { transition: transform .25s; }.stage-card > a:hover span { transform: translateX(4px); }
.stage-symbol { position: relative; width: 72px; height: 72px; margin-bottom: 42px; }
.stage-symbol i { position: absolute; display: block; border: 1px solid var(--sage); border-radius: 50%; }
.stage-symbol.child i:nth-child(1) { inset: 27px; background: var(--terracotta); border: 0; }.stage-symbol.child i:nth-child(2) { inset: 10px 21px; }.stage-symbol.child i:nth-child(3) { inset: 21px 10px; }
.stage-symbol.teen i:nth-child(1) { inset: 6px 18px; border-radius: 50% 50% 46% 54%; }.stage-symbol.teen i:nth-child(2) { inset: 21px 6px; border-color: var(--terracotta); }
.stage-symbol.adult i:first-child { width: 52px; height: 52px; top: 10px; left: 10px; }.stage-symbol.adult i:last-child { width: 28px; height: 28px; right: 0; bottom: 0; background: var(--cream-deep); }
.stage-symbol.elder i:nth-child(1) { inset: 4px; }.stage-symbol.elder i:nth-child(2) { inset: 15px; }.stage-symbol.elder i:nth-child(3) { inset: 28px; background: var(--sage); }

.about { overflow: hidden; background: var(--cream-deep); }
.about-grid { display: grid; grid-template-columns: minmax(300px,.86fr) minmax(380px,1.14fr); align-items: center; gap: clamp(60px,9vw,140px); }
.about-photo { position: relative; max-width: 520px; margin-left: 4vw; }
.about-photo::before { position: absolute; inset: -20px 22px 20px -22px; border: 1px solid var(--terracotta); border-radius: 48% 48% 8px 8px; content: ""; }
.about-photo img { position: relative; width: 100%; height: auto; aspect-ratio: 4/5; border-radius: 48% 48% 8px 8px; object-fit: cover; object-position: 50% 25%; filter: saturate(.82); }
.about-photo > p { position: absolute; right: -35px; bottom: 30px; display: grid; min-width: 260px; padding: 18px 22px; background: var(--paper); box-shadow: 0 13px 35px rgba(49,41,34,.12); }
.about-photo > p strong { font-family: var(--serif); font-size: .9rem; font-weight: 500; }.about-photo > p span { color: var(--muted); font-size: .63rem; }
.about-copy { max-width: 680px; }
.about-copy h2 { margin-bottom: 40px; }.about-copy h2 em { color: var(--terracotta); }
.about-text { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; color: #544f49; }
.about-text p { margin-bottom: 0; }
.credentials { display: grid; grid-template-columns: 1fr 1fr; margin: 45px 0 14px; border-top: 1px solid var(--line); }
.credentials div { padding: 18px 14px 18px 0; border-bottom: 1px solid var(--line); }
.credentials div:nth-child(odd) { border-right: 1px solid var(--line); }.credentials div:nth-child(even) { padding-left: 22px; }
.credentials dt { color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.credentials dd { margin: 3px 0 0; font-family: var(--serif); font-size: 1rem; }
.confirmation-note { color: var(--muted); font-size: .62rem; }

.approach { background: var(--sage-dark); color: var(--paper); }
.approach-grid { display: grid; grid-template-columns: .38fr 1.2fr .72fr; gap: 6vw; align-items: start; }
.approach .eyebrow { color: #cbd4c6; }
.approach h2 { max-width: 700px; margin-bottom: 34px; font-size: clamp(3rem,5.2vw,5.6rem); }
.approach-grid > div > p { max-width: 630px; color: #d9ded6; }
.approach blockquote { margin: 220px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.25); }
.approach blockquote span { color: #c7a089; font-family: var(--serif); font-size: 3rem; line-height: .7; }
.approach blockquote p { margin: 12px 0 0; font-family: var(--serif); font-size: 1.25rem; font-style: italic; line-height: 1.5; }

.modalities { background: var(--paper); }
.modality-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.modality-card { position: relative; min-height: 650px; overflow: hidden; border-radius: var(--radius-md); }
.modality-presential img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }.modality-presential:hover img { transform: scale(1.025); }
.modality-presential::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(32,29,25,.72),transparent 65%); content: ""; }
.modality-content { position: absolute; z-index: 2; right: 40px; bottom: 35px; left: 40px; color: white; }
.modality-content .card-kicker { color: #e4c4b5; }.modality-content h3 { margin-bottom: 15px; font-size: clamp(2.1rem,3.6vw,3.8rem); }.modality-content p:not(.card-kicker) { max-width: 520px; color: rgba(255,255,255,.82); font-size: .88rem; }.modality-content a { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid; font-size: .72rem; font-weight: 700; }
.modality-online { background: #bb8069; }
.online-art { position: absolute; inset: 0; overflow: hidden; }
.online-art::before { position: absolute; width: 520px; height: 520px; top: -110px; right: -120px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; content: ""; }
.online-art::after { position: absolute; width: 320px; height: 320px; top: -10px; right: -20px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; content: ""; }
.window { position: absolute; top: 90px; left: 60px; width: 190px; height: 135px; border: 1px solid rgba(255,255,255,.65); }
.window::before, .window::after { position: absolute; background: rgba(255,255,255,.65); content: ""; }.window::before { top: 0; bottom: 0; left: 50%; width: 1px; }.window::after { right: 0; bottom: 35%; left: 0; height: 1px; }
.window i { position: absolute; right: -48px; bottom: -50px; width: 96px; height: 96px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; }
.connection-line { position: absolute; top: 165px; right: 72px; width: 190px; height: 1px; background: rgba(255,255,255,.65); transform: rotate(-24deg); }.connection-dot { position: absolute; top: 120px; right: 65px; width: 13px; height: 13px; border: 3px solid #dcb9a9; border-radius: 50%; background: white; }

.process { background: var(--cream); }
.process-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro h2 { font-size: clamp(2.8rem,4.5vw,4.7rem); }.process-intro > p:not(.eyebrow) { max-width: 430px; color: var(--muted); }.button-ghost { margin-top: 22px; border-color: var(--ink); background: transparent; color: var(--ink); }.button-ghost:hover { background: var(--ink); color: white; }
.steps { position: relative; margin: 0; padding: 0; list-style: none; }
.steps::before { position: absolute; top: 28px; bottom: 28px; left: 27px; width: 1px; background: var(--line); content: ""; }
.steps li { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 28px; padding-bottom: 58px; }
.steps li:last-child { padding-bottom: 0; }
.steps li > span { z-index: 1; display: grid; width: 56px; height: 56px; place-items: center; border: 1px solid var(--sage); border-radius: 50%; background: var(--cream); color: var(--sage-dark); font-family: var(--serif); font-size: .85rem; }
.steps h3 { margin: 4px 0 10px; font-size: 1.65rem; }.steps p { max-width: 560px; margin: 0; color: var(--muted); }

.child-section { overflow: hidden; background: #dadbc8; }
.child-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.play-scene { position: relative; min-height: 600px; }
.play-scene::before { position: absolute; inset: 7% 2% 7% 7%; border-radius: 46% 46% 8px 8px; background: #ebe4d5; box-shadow: inset 0 0 0 1px rgba(41,39,36,.07); content: ""; }
.sun-shape { position: absolute; top: 15%; left: 19%; width: 130px; height: 130px; border: 1px solid #a9654f; border-radius: 50%; }
.sun-shape::before, .sun-shape::after { position: absolute; background: #a9654f; content: ""; }.sun-shape::before { top: 50%; right: -80px; width: 80px; height: 1px; }.sun-shape::after { bottom: -58px; left: 50%; width: 1px; height: 58px; }
.wood-block { position: absolute; z-index: 2; display: grid; place-items: center; background: #b77a5f; color: #f5eadf; font-family: var(--serif); font-size: 2rem; box-shadow: 4px 7px 16px rgba(76,51,38,.13); }
.block-a { right: 22%; bottom: 23%; width: 100px; height: 100px; transform: rotate(6deg); }.block-b { right: 12%; bottom: 16%; width: 75px; height: 75px; border-radius: 50%; background: var(--sage); }
.wood-arch { position: absolute; bottom: 18%; left: 18%; width: 180px; height: 130px; border: 32px solid #caa371; border-bottom: 0; border-radius: 100px 100px 0 0; transform: rotate(-5deg); }
.paper { position: absolute; top: 30%; right: 13%; width: 190px; height: 240px; padding: 40px 30px; background: #fffaf1; box-shadow: 4px 8px 30px rgba(76,51,38,.12); transform: rotate(8deg); }
.paper span { display: block; width: 100%; height: 1px; margin: 31px 0; background: #b98268; transform: rotate(-9deg); }.paper span:nth-child(2) { width: 70%; background: var(--sage); transform: rotate(13deg); }
.pencil { position: absolute; z-index: 3; right: 21%; bottom: 15%; width: 180px; height: 13px; border-radius: 10px; background: #d2a345; transform: rotate(-48deg); }.pencil::after { position: absolute; right: -17px; border-top: 6.5px solid transparent; border-bottom: 6.5px solid transparent; border-left: 18px solid #8c6a45; content: ""; }
.child-copy h2 { margin-bottom: 32px; }.child-copy h2 em { color: var(--terracotta); }.child-copy > p:not(.eyebrow) { max-width: 600px; color: #515349; }

.reputation { background: var(--paper); }
.reputation-card { position: relative; display: grid; grid-template-columns: 1.7fr .5fr .6fr 70px; align-items: end; gap: 45px; padding-block: 65px; border-block: 1px solid var(--line); }
.reputation-card h2 { max-width: 720px; margin: 0; font-size: clamp(2.5rem,4.2vw,4.6rem); }
.rating, .review-count { padding-left: 32px; border-left: 1px solid var(--line); }.rating .stars { display: block; color: var(--terracotta); font-size: .65rem; letter-spacing: .08em; }.rating strong, .review-count strong { display: block; font-family: var(--serif); font-size: 3.7rem; font-weight: 400; line-height: 1.1; }.rating p, .review-count p { margin: 0; color: var(--muted); font-size: .69rem; line-height: 1.5; }
.circle-link { display: grid; width: 64px; height: 64px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; transition: background .25s, color .25s, transform .25s; }.circle-link:hover { background: var(--ink); color: white; transform: rotate(45deg); }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.faq-intro h2 { margin-bottom: 24px; font-size: clamp(2.8rem,4vw,4.5rem); }.faq-intro > p:last-child { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { display: grid; width: 100%; min-height: 86px; grid-template-columns: 1fr 30px; align-items: center; gap: 20px; padding: 20px 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-item button span { font-family: var(--serif); font-size: 1.25rem; }.faq-item button i { position: relative; width: 24px; height: 24px; border: 1px solid var(--line); border-radius: 50%; }.faq-item button i::before, .faq-item button i::after { position: absolute; top: 50%; left: 50%; width: 9px; height: 1px; background: var(--ink); content: ""; transform: translate(-50%,-50%); transition: transform .25s; }.faq-item button i::after { transform: translate(-50%,-50%) rotate(90deg); }.faq-item button[aria-expanded="true"] i::after { transform: translate(-50%,-50%) rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }.faq-answer > div { overflow: hidden; }.faq-answer p { max-width: 650px; margin: 0; padding: 0 60px 28px 0; color: var(--muted); }.faq-item.open .faq-answer { grid-template-rows: 1fr; }

.location { background: var(--cream-deep); }
.location-grid { display: grid; grid-template-columns: .65fr 1.35fr; align-items: stretch; gap: 7vw; }
.location-copy { padding: 30px 0; }.location-copy h2 { margin-bottom: 32px; font-size: clamp(3rem,5vw,5rem); }.location-copy address { margin-bottom: 36px; color: var(--muted); font-style: normal; }.button-dark { border-color: var(--ink); background: var(--ink); }.button-dark:hover { background: #111; border-color: #111; }
.map-art { position: relative; min-height: 500px; overflow: hidden; border-radius: var(--radius-md); background: #d5d4c2; }
.map-art svg { width: 100%; height: 100%; }.map-road { fill: none; stroke: #f5f0e8; stroke-width: 12; }.map-road.wide { stroke-width: 32; }.map-road.thin { stroke-width: 5; }.map-art circle:first-of-type { fill: var(--terracotta); stroke: #f5f0e8; stroke-width: 6; }.map-art circle:last-of-type { fill: #f5f0e8; }.map-art text { fill: var(--ink); font-family: var(--sans); font-size: 14px; font-weight: 700; }.map-art text:last-of-type { fill: var(--muted); font-size: 11px; font-weight: 500; }.map-art > span { position: absolute; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 28px; padding: 12px 16px; border-radius: 99px; background: var(--paper); font-size: .72rem; font-weight: 700; box-shadow: 0 8px 25px rgba(41,39,36,.1); }

.final-cta { position: relative; overflow: hidden; padding: clamp(100px,12vw,180px) 0; background: var(--sage-dark); color: white; }
.final-cta-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 9vw; }
.final-cta .eyebrow { color: #c8d1c4; }.final-cta h2 { max-width: 850px; margin: 0; font-size: clamp(3.2rem,6vw,6.7rem); }.cta-side p { color: #d4dbd1; }.button-light { margin: 16px 0 18px; border-color: var(--paper); background: var(--paper); color: var(--ink); }.button-light:hover { border-color: white; background: white; color: var(--ink); }.cta-side small { display: block; max-width: 470px; color: #bac4b6; font-size: .66rem; }
.cta-orbit { position: absolute; right: -190px; bottom: -320px; width: 800px; height: 800px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }.cta-orbit::before { position: absolute; inset: 90px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }.cta-orbit span { position: absolute; top: 46px; left: 185px; width: 13px; height: 13px; border: 3px solid var(--sage-dark); border-radius: 50%; background: #d9b19c; }

.site-footer { padding: 70px 0 24px; background: var(--ink); color: #e7e1d9; }
.site-footer .brand-mark { stroke: #c8d1c4; }.site-footer .brand strong { color: white; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3,.6fr); gap: 5vw; padding-bottom: 60px; }.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 10px; }.footer-grid a, .footer-placeholder { width: fit-content; color: #aaa49d; font-size: .72rem; }.footer-grid a:hover { color: white; }.footer-placeholder { line-height: 1.5; }.footer-brand > p { max-width: 330px; margin: 26px 0 0; color: #aaa49d; font-size: .75rem; }.footer-title { margin: 0 0 12px; color: white; font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid #45413d; color: #827d77; font-size: .6rem; }.footer-bottom p { margin: 0; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: flex; min-height: 52px; align-items: center; gap: 9px; padding: 0 17px; border-radius: 99px; background: var(--sage-dark); color: white; box-shadow: 0 10px 35px rgba(41,39,36,.2); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s, transform .25s; }.floating-whatsapp.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }.floating-whatsapp svg { width: 19px; fill: currentColor; }.floating-whatsapp span { font-size: .7rem; font-weight: 700; }
.contact-toast { position: fixed; right: 22px; bottom: 88px; z-index: 110; display: grid; max-width: 360px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); box-shadow: 0 15px 45px rgba(41,39,36,.16); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .25s, transform .25s; }.contact-toast.visible { opacity: 1; transform: translateY(0); }.contact-toast strong { font-size: .76rem; }.contact-toast span { color: var(--muted); font-size: .65rem; }.contact-toast code { font-size: .63rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,.8,.36,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes heroReveal { to { opacity: 1; transform: translateY(0); } from { opacity: 0; transform: translateY(15px); } }
@keyframes heroImage { from { opacity: .6; transform: scale(1.03); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 44px, 980px); }
  .desktop-nav { display: none; }.header-inner { grid-template-columns: 1fr auto auto; }.menu-toggle { display: block; }.desktop-cta { margin-left: auto; }
  .hero-shade { background: linear-gradient(90deg,rgba(245,240,232,.98),rgba(245,240,232,.88) 43%,rgba(245,240,232,.08) 76%); }.hero-copy { width: 62%; }.hero h1 { font-size: clamp(3.1rem,7vw,5rem); }
  .stage-grid { grid-template-columns: 1fr 1fr; }.stage-card { min-height: 460px; }
  .about-grid { gap: 70px; }.about-photo { margin-left: 0; }.about-text { grid-template-columns: 1fr; gap: 0; }
  .approach-grid { grid-template-columns: .35fr 1.3fr; }.approach blockquote { grid-column: 2; margin-top: 20px; }
  .reputation-card { grid-template-columns: 1.5fr .5fr .6fr; }.circle-link { display: none; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 32px); --header-height: 72px; }
  html { scroll-padding-top: 66px; }.section { padding: 84px 0; }.desktop-cta { display: none; }
  .site-header { background: rgba(245,240,232,.94); backdrop-filter: blur(12px); }.site-header.scrolled { height: 64px; }
  .brand-mark { width: 36px; height: 36px; }.brand strong { font-size: .88rem; }
  .hero { min-height: auto; padding-top: 72px; }.hero-photo { position: relative; height: clamp(380px,52svh,470px); min-height: 0; margin: 0; overflow: hidden; background: var(--cream); }.hero-photo img { object-position: 92% 46%; -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 20px, #000 72%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0, #000 20px, #000 72%, transparent 100%); }.hero-shade { display: none; }
  .hero-content { position: relative; z-index: 2; width: 100%; min-height: 0; align-items: start; margin-top: -116px; padding: 0 0 68px; }.hero-copy { width: 100%; padding: 100px 30px 0; background: transparent; box-shadow: none; }.desktop-title { display: none; }.mobile-title { display: inline; }.hero .eyebrow { margin-bottom: 18px; font-size: .64rem; }.hero h1 { margin-bottom: 20px; font-size: clamp(2.45rem,11.2vw,2.85rem); line-height: 1.01; letter-spacing: -.045em; }.hero h1 em { color: var(--terracotta); }.hero-lead { margin-bottom: 25px; font-size: .91rem; line-height: 1.65; }.hero-actions { align-items: stretch; flex-direction: column; gap: 11px; }.hero-actions .button { width: 100%; }.hero-actions .text-link { width: fit-content; margin-left: 2px; }.google-proof { margin-top: 26px; }.phase-line { display: none; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid div, .trust-grid div:first-child { padding: 19px 0; border-right: 0; border-bottom: 1px solid var(--line); }.trust-grid div:last-child { border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }.section-heading h2, h2 { font-size: clamp(2.5rem,12vw,3.5rem); }
  .stage-grid { grid-template-columns: 1fr; }.stage-card { min-height: 420px; padding: 28px 24px; }.stage-symbol { margin-bottom: 28px; }.stage-card > a { right: 24px; bottom: 24px; left: 24px; }
  .about-grid { grid-template-columns: 1fr; gap: 74px; }.about-photo { width: calc(100% - 20px); }.about-photo > p { right: -20px; min-width: 230px; }.about-copy h2 { font-size: clamp(3rem,14vw,4.2rem); }.about-text { font-size: .92rem; }.credentials { grid-template-columns: 1fr; }.credentials div:nth-child(odd) { border-right: 0; }.credentials div:nth-child(even) { padding-left: 0; }
  .approach-grid { grid-template-columns: 1fr; gap: 0; }.approach h2 { font-size: clamp(3rem,13vw,4.2rem); }.approach blockquote { grid-column: auto; margin-top: 45px; }
  .modality-grid { grid-template-columns: 1fr; }.modality-card { min-height: 540px; }.modality-content { right: 26px; bottom: 27px; left: 26px; }.modality-content h3 { font-size: 2.55rem; }.window { top: 65px; left: 35px; }
  .process-layout { grid-template-columns: 1fr; gap: 65px; }.process-intro { position: static; }.steps li { gap: 20px; }.steps p { font-size: .88rem; }
  .child-grid { grid-template-columns: 1fr; gap: 50px; }.play-scene { min-height: 450px; }.sun-shape { width: 95px; height: 95px; }.paper { top: 28%; right: 8%; width: 145px; height: 190px; }.wood-arch { left: 13%; width: 140px; height: 100px; border-width: 24px; }.block-a { right: 23%; width: 72px; height: 72px; }.block-b { width: 55px; height: 55px; }.pencil { width: 130px; }.child-copy h2 { font-size: clamp(2.7rem,12vw,3.6rem); }
  .reputation-card { grid-template-columns: 1fr 1fr; gap: 36px 20px; padding-block: 48px; }.reputation-card > div:first-child { grid-column: 1/-1; }.rating { padding-left: 0; border-left: 0; }.review-count { padding-left: 20px; }.rating strong, .review-count strong { font-size: 3.1rem; }
  .faq-grid { grid-template-columns: 1fr; gap: 50px; }.faq-item button span { font-size: 1.08rem; }
  .location-grid { grid-template-columns: 1fr; gap: 45px; }.map-art { min-height: 380px; }
  .final-cta-grid { grid-template-columns: 1fr; gap: 54px; }.final-cta h2 { font-size: clamp(3rem,13vw,4.5rem); }.button-light { width: 100%; text-align: center; }.cta-orbit { opacity: .6; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 25px; }.footer-brand { grid-column: 1/-1; }.footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-whatsapp { right: 14px; bottom: 14px; }.floating-whatsapp span { display: none; }.floating-whatsapp { width: 52px; padding: 0; justify-content: center; }.contact-toast { right: 14px; bottom: 78px; left: 14px; }
}

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