/* Second visual pass: viewport chapters, restrained type and scroll depth. */
:root{--header-h:84px}
html{scroll-padding-top:var(--header-h)}
body{overflow-x:hidden}
h1{font-size:clamp(2.8rem,4.6vw,5.15rem);line-height:1.04;letter-spacing:-.05em}
h2{font-size:clamp(2.25rem,3.45vw,3.8rem);line-height:1.12;letter-spacing:-.048em}
h3{font-size:clamp(1.15rem,1.55vw,1.75rem);line-height:1.22;letter-spacing:-.035em}
p{line-height:1.62}
.site-header,.landing-header{position:fixed;inset:0 0 auto;height:var(--header-h);z-index:100;background:rgba(17,26,21,.92)}
.site-header{border-bottom:1px solid rgba(255,255,255,.09)}
main{position:relative}

/* Three chapters live inside the opening experience. Each takes exactly one viewport. */
.hero-story{position:relative;isolation:isolate}
.hero-chapter{height:100vh;height:100svh;position:sticky;top:0;overflow:hidden;color:var(--paper);background:var(--ink);isolation:isolate}
.hero-chapter-intro{z-index:1;background:radial-gradient(circle at 84% 56%,#213f2d 0,#111a15 45%,#111a15 100%)}
.hero-chapter-method{z-index:2;background:#233b2b;box-shadow:0 -14px 36px rgba(0,0,0,.2)}
.hero-chapter-result{z-index:3;background:#172b20;box-shadow:0 -14px 36px rgba(0,0,0,.24)}
.hero-chapter:before{content:attr(data-chapter);position:absolute;right:2.2%;top:calc(var(--header-h) + 3vh);font:800 clamp(8rem,20vw,24rem)/1 Manrope,sans-serif;letter-spacing:-.1em;color:rgba(181,239,67,.045);pointer-events:none}
.chapter-layout{height:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.94fr);gap:clamp(28px,5vw,90px);align-items:center;padding-top:calc(var(--header-h) + 3vh);padding-bottom:7vh;position:relative;z-index:1}
.chapter-copy{max-width:590px}
.chapter-copy .eyebrow{margin-bottom:24px;color:#bcd0b7}
.chapter-copy h1,.chapter-copy h2{max-width:620px;margin:0 0 22px}
.chapter-copy h1 em,.chapter-copy h2 em{color:var(--lime)}
.chapter-copy>p{font-size:clamp(1rem,1.22vw,1.13rem);line-height:1.65;color:#c4d2c2;max-width:510px;margin-bottom:0}
.chapter-copy .hero-actions{margin:30px 0 0}
.chapter-copy .text-link{color:#e3efdd}
.chapter-art{height:min(66vh,650px);min-height:400px;position:relative;align-self:center;display:grid;place-items:center;perspective:1100px}
.chapter-art img{position:relative;z-index:1;transition:transform .15s linear;transform:translate3d(0,var(--depth-offset,0px),0) scale(var(--chapter-scale,1))}
.chapter-art-person{align-self:end;height:min(76vh,730px);min-height:0}
.chapter-halo{position:absolute;inset:9% 4% 0;border-radius:50%;background:radial-gradient(circle at 55% 45%,#6c9d22 0,#315238 38%,#203a2b 70%);box-shadow:0 35px 90px rgba(0,0,0,.25),inset 0 0 0 1px rgba(181,239,67,.14)}
.chapter-person{width:100%;height:100%;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 16px 18px rgba(0,0,0,.2))}
.chapter-art-method,.chapter-art-result{border-radius:22px;overflow:visible}
.chapter-art-method .chapter-photo,.chapter-art-result .chapter-photo{width:100%;height:100%;object-fit:cover;border-radius:22px;box-shadow:0 36px 80px rgba(0,0,0,.22);filter:saturate(.8)}
.chapter-art-method .chapter-photo{object-position:center}
.chapter-art-result .chapter-photo{object-position:center}
.chapter-art:after{content:'';position:absolute;inset:5% -3% -4% 7%;border:1px solid rgba(181,239,67,.38);border-radius:22px;z-index:-1}
.chapter-art-person:after{border-radius:50%;inset:5% 0 -2% 8%}
.chapter-tag{position:absolute;z-index:3;right:-3%;bottom:10%;padding:14px 18px;background:#f2f4e8;color:var(--ink);border-radius:10px;box-shadow:0 18px 40px rgba(0,0,0,.22);transform:rotate(3deg);min-width:205px}
.chapter-tag span{display:block;font-size:9px;letter-spacing:.12em;font-weight:800;color:#65735f;margin-bottom:5px}
.chapter-tag b{font-size:14px}
.tag-person{bottom:16%}.tag-method{right:auto;left:-5%;bottom:6%;transform:rotate(-3deg)}.tag-result{bottom:5%}
.chapter-ring{position:absolute;z-index:-1;width:60%;aspect-ratio:1;border:1px solid rgba(181,239,67,.4);border-radius:50%;right:-8%;top:-9%}
.chapter-steps,.chapter-focus{display:flex;flex-wrap:wrap;gap:8px;margin:27px 0 25px}
.chapter-steps span,.chapter-focus span{font-size:10px;font-weight:800;letter-spacing:.07em;padding:11px 13px;border:1px solid rgba(181,239,67,.35);border-radius:30px;color:#d9e5d5;background:rgba(255,255,255,.05)}
.chapter-bottom{position:absolute;z-index:4;left:max(32px,calc((100% - 1320px)/2));right:max(32px,calc((100% - 1320px)/2));bottom:22px;display:flex;justify-content:space-between;gap:20px;font-size:10px;letter-spacing:.16em;font-weight:800;color:#bdcbb8}
.chapter-bottom:before{content:'';position:absolute;top:-13px;left:0;width:calc(var(--chapter-progress,0) * 100%);height:2px;background:var(--lime);transition:width .1s linear}

/* Every content panel uses one viewport; the fixed header is included in it. */
.section,.cta-section,.statement-section,.subhero,.ebook-hero,.footer{height:100vh;height:100svh;min-height:0;overflow:hidden}
.section,.cta-section,.statement-section{display:flex;align-items:center;padding:calc(var(--header-h) + 18px) 0 28px}
.section>.container,.cta-section>.container,.statement-section>.container{width:min(100% - 64px,1320px);max-height:100%;margin-inline:auto}
.section-head{margin-bottom:clamp(18px,2.4vh,30px)}
.section-head .eyebrow{margin-bottom:15px}
.section-head h2{max-width:760px;margin-bottom:12px}
.section-head p{font-size:clamp(.92rem,1.15vw,1rem);line-height:1.55;max-width:670px;margin-bottom:0}
.intro-grid,.story-grid,.about-grid,.result-intro,.location-grid,.contact-grid,.ebook-about-grid,.offer-grid{align-items:center}
.intro-sticky{position:static}
.intro-sticky h2{max-width:570px}
.intro-sticky p,.story-copy p,.subhero-copy p,.result-intro p,.location-grid p,.contact-grid p,.ebook-about-grid p,.ebook-offer p{font-size:clamp(.94rem,1.15vw,1.04rem);line-height:1.62}
.intro-sticky .text-link{margin-top:13px}
.process-item{padding:clamp(16px,2.2vh,25px) 7px 16px 0}
.process-item:hover{padding-left:14px}
.process-item h3{margin-bottom:5px}
.process-item p{font-size:clamp(.84rem,1vw,.95rem);line-height:1.45}
.story-media,.story-media img{height:min(60vh,540px);min-height:0}
.story-copy h2{max-width:540px}
.story-copy .button{margin-top:12px}
.quote-card{min-height:0;height:min(42vh,350px);padding:26px}
.quote-mark{font-size:72px;margin-bottom:9px}
.quote-card p{font-size:clamp(.82rem,.93vw,.9rem);line-height:1.53}
.quote-person{padding-top:11px}
.feature-card{min-height:0;height:min(36vh,290px);padding:25px}
.feature-card h3{margin-top:auto}
.feature-card p{font-size:.9rem;line-height:1.5}
.service-card img{height:min(24vh,210px)}
.service-card h3{font-size:clamp(1.15rem,1.5vw,1.55rem);margin:16px 9px 7px}
.service-card p{font-size:.82rem;line-height:1.45}
.cta-section:after{font-size:min(38vw,450px);top:0}
.cta-inner h2{max-width:750px}
.cta-inner p{font-size:1.05rem}
.subhero-grid,.ebook-hero-grid{height:100%;min-height:0;padding-top:var(--header-h);align-items:center}
.subhero-copy{padding:0}
.subhero h1,.ebook-hero h1{font-size:clamp(2.8rem,4.6vw,5.15rem);line-height:1.04;max-width:690px}
.subhero-media{height:min(67vh,610px);align-self:center;border-radius:8px;overflow:hidden;clip-path:polygon(0 0,100% 0,100% 91%,91% 100%,0 100%);background:#385741;box-shadow:0 35px 65px rgba(0,0,0,.22)}
.subhero-media img{object-fit:cover;object-position:center}
.subhero-about .subhero-media img{object-position:center 22%}
.subhero .hero-index{bottom:18px}
.result-points article{padding:20px 0}
.statement-section blockquote{font-size:clamp(2rem,3.4vw,3.55rem)}
.results-grid{gap:10px}
.result-card img{height:clamp(110px,14vh,165px)}
.result-card figcaption{padding:9px 13px;font-size:11px}
.results-note{margin:10px 0 0;font-size:11px}
.appointment-card{min-height:0;height:min(52vh,430px);padding:30px}
.appointment-card h3{font-size:clamp(2rem,2.7vw,3rem);margin:35px 0 12px}
.location-img{height:min(65vh,540px)}
.contact-card{padding:26px}
.contact-card>div{padding:17px 0}
.ebook-cover{height:min(67vh,600px)}
.ebook-cover img{max-height:100%}
.offer-image{max-width:min(43vh,390px)}
.ebook-offer ul{margin:20px 0}
.ebook-offer li{padding-block:9px}
.footer{display:flex;flex-direction:column;justify-content:center;padding:calc(var(--header-h) + 20px) 0 28px}
.footer-main{padding-bottom:clamp(35px,7vh,65px)}
.landing-footer{height:auto;min-height:0;overflow:visible}

@media(max-width:900px){
  .chapter-layout{grid-template-columns:1fr .9fr;gap:20px}
  .chapter-art{height:min(54vh,520px);min-height:0}
  .chapter-art-person{height:min(65vh,610px)}
  .chapter-copy h1,.chapter-copy h2{font-size:clamp(2.5rem,5.2vw,4rem)}
  .section>.container,.cta-section>.container,.statement-section>.container{width:min(100% - 40px,1320px)}
  .service-card img{height:19vh}
  .quote-card{height:40vh}
  .results-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:650px){
  :root{--header-h:70px}
  h1,h2,.subhero h1,.ebook-hero h1{font-size:clamp(2.1rem,8.6vw,3rem);line-height:1.1}
  h3{font-size:clamp(1.1rem,4.5vw,1.4rem)}
  .hero-chapter{position:relative}
  .hero-chapter:before{font-size:42vw;top:14vh;right:0}
  .chapter-layout{display:flex;flex-direction:column;justify-content:center;gap:0;padding-top:calc(var(--header-h) + 10px);padding-bottom:45px}
  .chapter-copy{width:100%;max-width:none;position:relative;z-index:3}
  .chapter-copy .eyebrow{font-size:9px;margin-bottom:13px}
  .chapter-copy h1,.chapter-copy h2{font-size:clamp(2.15rem,8.4vw,3.2rem);line-height:1.06;margin-bottom:12px;max-width:450px}
  .chapter-copy>p{font-size:13px;line-height:1.5;max-width:390px}
  .chapter-copy .hero-actions{margin-top:17px;gap:12px}
  .chapter-copy .button{min-height:45px;padding:0 17px;font-size:12px}
  .chapter-copy .text-link{font-size:12px}
  .chapter-art{height:clamp(180px,35vh,310px);min-height:0;width:100%;margin-top:12px;align-self:center}
  .chapter-art-person{height:clamp(220px,37vh,350px);margin-top:0}
  .chapter-halo{inset:6% 16% 0}
  .chapter-person{height:100%}
  .chapter-art-method .chapter-photo,.chapter-art-result .chapter-photo{width:86%;height:100%;border-radius:12px}
  .chapter-art:after{inset:8% 5% -2% 15%;border-radius:12px}
  .chapter-tag{right:1%;bottom:5%;min-width:0;padding:9px 11px}
  .chapter-tag span{font-size:7px}.chapter-tag b{font-size:10px}
  .tag-method{left:0;right:auto}
  .chapter-steps,.chapter-focus{margin:13px 0 12px;gap:5px}
  .chapter-steps span,.chapter-focus span{font-size:8px;padding:7px 9px}
  .chapter-bottom{left:20px;right:20px;bottom:14px;font-size:8px}
  .chapter-bottom span:last-child{display:none}
  .section,.cta-section,.statement-section{padding:calc(var(--header-h) + 8px) 0 15px}
  .section>.container,.cta-section>.container,.statement-section>.container{width:calc(100% - 40px)}
  .section-head{margin-bottom:14px}
  .section-head .eyebrow{margin-bottom:10px}
  .section-head p{font-size:12px;line-height:1.45}
  .intro-grid,.story-grid,.about-grid,.result-intro,.location-grid,.contact-grid,.ebook-about-grid,.offer-grid{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:14px;height:100%}
  .intro-sticky{margin:0}
  .intro-sticky h2{font-size:clamp(2rem,8vw,2.7rem);margin-bottom:10px}
  .intro-sticky p{font-size:12px;line-height:1.45;margin-bottom:5px}
  .intro-sticky .text-link{margin-top:5px;font-size:12px}
  .process-item{padding:9px 0;grid-template-columns:25px 1fr 14px;gap:7px}
  .process-item h3{font-size:14px;margin-bottom:2px}
  .process-item p{font-size:11px;line-height:1.3}
  .story-media,.story-media img{height:clamp(180px,32vh,290px)}
  .story-copy{padding:0}
  .story-copy h2{margin-bottom:10px}
  .story-copy p,.about-text p,.result-intro p,.location-grid p,.contact-grid p,.ebook-about-grid p,.ebook-offer p{font-size:12px;line-height:1.45;margin-bottom:8px}
  .story-copy .button{margin-top:5px}
  .testimonial-grid,.feature-grid,.services-grid,.results-grid,.appointment-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:12px;overscroll-behavior-inline:contain;scrollbar-width:thin}
  .quote-card,.feature-card,.service-card,.result-card,.appointment-card{flex:0 0 min(82vw,340px);scroll-snap-align:center}
  .quote-card{height:clamp(300px,48vh,400px);padding:24px}
  .quote-card p{font-size:12px}
  .feature-card{height:clamp(260px,45vh,350px)}
  .service-card img{height:30vh}
  .result-card img{height:36vh}
  .result-card figcaption{font-size:12px}
  .results-note{font-size:10px}
  .appointment-card{height:clamp(335px,56vh,460px)}
  .location-img{height:clamp(180px,34vh,300px)}
  .location-grid>div:nth-child(2){padding:0}
  .location-details{display:flex;gap:15px;margin:12px 0}
  .location-details p,.location-details a{font-size:11px;margin-top:5px}
  .contact-card{margin:0;box-shadow:7px 7px 0 #c4d4bc}
  .contact-card>div{padding:11px 0}
  .contact-card a{font-size:16px}
  .subhero-grid{display:flex;flex-direction:column;justify-content:center;gap:15px;padding-top:calc(var(--header-h) + 8px);padding-bottom:15px}
  .subhero-copy{padding:0}
  .subhero-copy .eyebrow{margin-bottom:12px}
  .subhero h1{margin-bottom:10px}
  .subhero-copy p{font-size:13px;line-height:1.5;margin:0}
  .subhero-media{height:clamp(230px,41vh,370px);width:100%;max-width:none;align-self:auto;border-radius:6px}
  .subhero .hero-index{display:none}
  .statement-section span{font-size:70px}
  .statement-section blockquote{font-size:clamp(1.8rem,7vw,2.6rem)}
  .ebook-hero-grid{display:flex;flex-direction:column;justify-content:center;gap:10px;padding-top:calc(var(--header-h) + 10px)}
  .ebook-hero h1{margin-bottom:12px}
  .ebook-hero p{font-size:13px;line-height:1.5}
  .ebook-cover{height:35vh;width:100%}
  .ebook-cover:before{width:250px;height:250px}
  .ebook-cover img{max-height:100%}
  .offer-image{max-width:clamp(140px,23vh,210px);margin:0 auto 5px}
  .ebook-offer ul{margin:10px 0}
  .ebook-offer li{font-size:11px;padding:6px 0 6px 25px}
  .footer{padding:calc(var(--header-h) + 10px) 0 16px}
  .footer-main{grid-template-columns:1fr 1fr;gap:18px 10px;padding-bottom:18px}
  .footer-brand img{width:170px}
  .footer-brand p,.footer-main p{font-size:11px;margin-top:8px}
  .footer h3{font-size:12px;margin-bottom:10px}
  .footer nav{gap:6px}
  .footer a{font-size:11px}
  .socials{gap:8px;margin-top:10px}
  .footer-bottom{font-size:10px;padding-top:10px}
}
@media(max-height:710px){
  .chapter-copy h1,.chapter-copy h2{font-size:clamp(2rem,5.7vh,3.5rem)}
  .chapter-art{height:32vh}.chapter-art-person{height:36vh}
  .section-head h2{font-size:clamp(1.8rem,5vh,3rem)}
  .section-head p{font-size:12px}
  .quote-card{height:39vh}
  .feature-card{height:31vh}
  .result-card img{height:11vh}
}
@media(prefers-reduced-motion:reduce){
  .hero-chapter{position:relative}
  .chapter-art img{transform:none;transition:none}
  .chapter-bottom:before{transition:none}
}
