/* A calm, tactile public homepage. The study workspace keeps its own layout. */
.home-section-nav{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--border);padding:0 2px 17px}
.home-section-nav>span{font-size:9px;letter-spacing:1.8px;font-weight:700;color:var(--muted)}
.home-section-nav>div{display:flex;gap:26px}
.home-section-nav button{font:inherit;font-size:12px;border:0;background:none;color:var(--text);padding:8px 0;cursor:pointer}
.home-section-nav button:hover{color:var(--orange);text-decoration:underline;text-underline-offset:6px}
.home-shell:has(.home-brand-hero){gap:0}
.home-brand-hero{position:relative;grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:0;padding:28px 0 40px;align-items:center}
.home-brand-hero .home-hero-copy{padding:30px 12px 30px 0;background:transparent;border:0;overflow:visible;box-shadow:none}
.home-brand-hero .home-hero-copy::after,.home-brand-hero .kicker::before{display:none}
.home-brand-hero .kicker{font-size:9px;letter-spacing:1.3px;line-height:1.8;color:var(--orange)}
.home-brand-hero .h1{font-size:clamp(40px,4vw,64px);line-height:1.04;letter-spacing:-2.5px;margin:23px 0;max-width:610px;font-weight:650}
.home-brand-hero .h1 em{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:var(--orange);letter-spacing:-2px;line-height:1.08}
.home-brand-hero .lead{font-size:14px;line-height:1.85;max-width:420px}
.home-lead-compact{display:none}
.home-brand-hero .cta-row{gap:9px;margin-top:26px;flex-wrap:wrap}
.home-brand-hero .btn{font-size:12px;padding:13px 16px;min-height:46px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:9px}
.home-brand-hero .btn-primary{box-shadow:0 5px 12px #17634d1a}
.home-brand-hero .btn-secondary{background:transparent;border-color:var(--border);box-shadow:none}
.home-brand-hero .hero-chip-row{margin-top:24px;gap:8px}
.home-brand-hero .hero-chip{font-size:9px}
.home-brand-hero .hero-claim{font-size:10px;line-height:1.65;max-width:395px;margin-top:18px}
.home-scene{min-width:0;position:relative;border-radius:26px;background:#edf1e6;padding:25px 24px 20px;overflow:hidden;border:1px solid #e1e7d9;box-shadow:0 15px 45px #20362f05}
.scene-heading{display:flex;gap:8px;align-items:center;justify-content:space-between;color:#52664f;font-size:9px}
.scene-wordmark{font-size:14px;letter-spacing:-.5px;font-weight:750;color:#234c39}
.scene-stage{position:relative;perspective:900px;isolation:isolate;margin:23px -24px 6px;aspect-ratio:1.4;touch-action:pan-y}
.scene-art{display:block;position:absolute;inset:0;transform:rotateX(var(--scene-y,0deg)) rotateY(var(--scene-x,0deg));transition:transform .4s ease-out;mix-blend-mode:multiply}
.scene-art img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0}
.scene-pin{position:absolute;display:flex;align-items:center;gap:6px;padding:5px 11px 5px 5px;min-height:38px;border-radius:30px;border:1px solid #cdd9c7;background:#fffffff2;color:#254333;font-size:10px;font-weight:650;box-shadow:0 6px 20px #20362f1c;cursor:pointer;transition:transform .2s,background .2s,color .2s;z-index:2}
.scene-pin>span:first-child{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#edf1e6;font-size:19px;font-weight:400;line-height:1}
.scene-pin.is-active{background:#17634d;color:#fff;border-color:#17634d}
.scene-pin.is-active>span:first-child{background:#ffffff20}
.scene-pin:hover{transform:translateY(-3px)}
.pin-practice{left:29%;top:68%}.pin-simulate{left:55%;top:32%}.pin-review{right:4%;top:6%}
.scene-feature{display:flex;align-items:flex-start;gap:15px;background:#ffffffa6;border:1px solid #fff;padding:16px 17px;border-radius:14px;position:relative;min-height:90px}
.scene-feature-number{font-size:9px;white-space:nowrap;letter-spacing:1px;color:#526650;padding-top:3px}
.scene-feature strong{display:block;font-size:13px;font-weight:650;color:#224833}
.scene-feature p{font-size:11px;line-height:1.6;color:#526650;margin:5px 0 0;max-width:315px}
.scene-hint{display:block;text-align:center;font-size:9px;color:#5c6d55;margin-top:14px}
.home-promise-strip{display:flex;gap:20px;justify-content:space-between;align-items:center;padding:23px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);font-size:11px;color:var(--muted)}
.home-promise-strip span:first-child{display:flex;align-items:center;gap:12px;color:var(--text);font-weight:600}
.home-promise-strip b{display:grid;place-items:center;border:1px solid #c3d1c0;width:29px;height:29px;border-radius:50%;font-size:17px;color:var(--orange)}
.home-method,.home-catalogue,.home-about{scroll-margin-top:105px}
.home-method{padding:64px 0 58px}
.home-method .offer-panel{padding:0;background:none;border:0;box-shadow:none;border-radius:0;gap:46px;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center}
.home-method .offer-intro .section-title{font-size:clamp(27px,2.7vw,39px);line-height:1.12;letter-spacing:-1.3px;margin:20px 0}
.home-method .offer-intro>.muted{font-size:13px;line-height:1.85;max-width:350px}
.home-method .offer-checklist{margin-top:28px;gap:14px;font-size:12px}
.home-tour{min-width:0;border:1px solid #d8e1d5;background:#fff;border-radius:18px;box-shadow:0 16px 36px #243c2910;overflow:hidden}
.tour-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 20px;background:#f2f4ee;border-bottom:1px solid #e0e6db;font-size:10px;color:#596954}
.tour-window-dots{display:flex;gap:4px}.tour-window-dots i{width:6px;height:6px;background:#c1cbbb;border-radius:50%}
.tour-example{font-size:9px;border:1px solid #bdcdb9;border-radius:4px;padding:2px 6px;text-transform:uppercase;letter-spacing:.7px}
.tour-tabs{display:flex;padding:16px 20px 0;gap:7px}
.tour-tabs [role=tab]{flex:1;display:flex;gap:8px;align-items:center;justify-content:center;min-width:0;padding:11px 7px;border:1px solid #e1e7dd;background:#fff;color:#576550;font-size:11px;font-weight:600;border-radius:8px;cursor:pointer}
.tour-tabs [role=tab]>span{font-size:9px;opacity:1}
.tour-tabs [role=tab][aria-selected=true]{background:#17634d;border-color:#17634d;color:#fff;box-shadow:0 3px 8px #17634d1a}
.tour-panel{padding:20px;min-height:370px}
.home-tour [hidden]{display:none!important}
.home-tour .demo-card{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.home-tour .demo-tag{font-size:9px;font-weight:700;letter-spacing:.8px;color:var(--orange)}
.home-tour .demo-head{gap:10px;flex-wrap:wrap}
.home-tour .demo-head>span:last-child{font-size:9px}
.home-tour .demo-card h3{font-size:19px;line-height:1.4;margin:20px 0}
.home-tour .demo-option{min-height:46px}
.tour-footnote{padding:14px 16px;border-top:1px solid #e4e9e0;text-align:center;font-size:9px;color:#5d6b58;background:#fafbf7}
.timer-demo>h3,.review-demo>h3{font-size:20px;line-height:1.3;letter-spacing:-.5px;margin:15px 0 10px}
.timer-demo>p,.review-demo>p{font-size:12px;line-height:1.7;color:#596954;margin:8px 0 15px}
.timer-orbit{--timer-progress:100%;width:132px;height:132px;position:relative;isolation:isolate;margin:20px auto;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;background:conic-gradient(#17634d var(--timer-progress),#e5eadf 0);color:#17634d}
.timer-orbit:before{content:"";position:absolute;inset:5px;border-radius:50%;background:#fff;z-index:-1}
.timer-orbit .timer-value{font-size:34px;font-weight:600;letter-spacing:-1.5px;font-variant-numeric:tabular-nums;line-height:1.1}
.timer-orbit>span:last-child{font-size:9px;margin-top:7px;color:#63745d}
.timer-actions{display:flex;justify-content:center;gap:8px}.timer-actions .btn{font-size:11px;padding:10px 14px}
.timer-demo .timer-status{font-size:10px;text-align:center;margin:12px 0 0;min-height:17px}
.review-example{background:#f4f6ef;border:1px solid #dfe6d8;padding:18px;border-radius:12px;display:flex;flex-direction:column;gap:12px;margin-top:23px}
.review-example-label{font-size:9px;color:#5c6e56}.review-example>strong{font-size:22px;letter-spacing:1px}
.review-wrong{color:#935634;font-size:11px}.review-explanation-toggle{display:flex;justify-content:space-between;padding:12px 0 0;border:0;border-top:1px solid #d8e1d0;background:none;color:#17634d;font:inherit;font-size:11px;font-weight:650;cursor:pointer;text-align:left;gap:12px}
#reviewExampleAnswer{font-size:12px;line-height:1.7}#reviewExampleAnswer>p{margin:5px 0}
.home-catalogue>.panel{padding:32px;background:#edf1e6;border:1px solid #e0e6d9;box-shadow:none;border-radius:22px}
.home-catalogue .catalogue-intro{font-size:13px;color:var(--muted);margin:10px 0 0}
.home-catalogue .home-oppositions{margin-top:24px}
.home-catalogue .opposition-card{background:#ffffffd9!important}
.catalogue-explorer{border-top:1px solid #d3dfcd;margin-top:25px;padding-top:5px}
.catalogue-explorer>summary{font-size:11px;color:#365d42;padding:18px 0 8px;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}
.catalogue-explorer>summary::-webkit-details-marker{display:none}
.catalogue-explorer>summary>span{font-size:18px;transition:transform .2s}.catalogue-explorer[open]>summary>span{transform:rotate(90deg)}
.catalogue-explorer-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:30px;align-items:center;padding-top:20px}
.catalogue-explorer-body>div>h3{font-size:27px;letter-spacing:-1px;line-height:1.2;margin:18px 0}
.catalogue-explorer-body>div>p{font-size:13px;line-height:1.8;max-width:330px}
.catalogue-explorer .hero-carousel-panel{width:100%;max-width:510px;justify-self:center}
.home-about{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:64px;padding:72px 0;border-bottom:1px solid var(--border)}
.about-manifesto h2{font-size:clamp(29px,3vw,42px);font-weight:600;letter-spacing:-1.5px;line-height:1.13;margin:19px 0 25px}
.about-manifesto>p{font-size:13px;line-height:1.85;color:#56684f;max-width:490px}
.about-manifesto>p:first-of-type{font-size:16px;color:#2c4837}
.about-contact,.home-inline-link{padding:7px 0;font:inherit;font-size:12px;background:none;border:0;color:var(--orange);cursor:pointer;font-weight:650;display:inline-flex;align-items:center;gap:18px;text-align:left}
.about-contact{margin-top:16px;border-bottom:1px solid #b6c8ad}
.about-values{display:flex;flex-direction:column;justify-content:center;gap:0}
.about-values article{display:flex;gap:20px;padding:28px 0;border-bottom:1px solid var(--border)}
.about-values article:last-child{border:0}
.about-values article>span{font-size:11px;color:#59754e;font-variant-numeric:tabular-nums;padding-top:5px}
.about-values h3{font-size:18px;letter-spacing:-.4px;margin:0 0 10px;font-weight:600}
.about-values p{font-size:12px;line-height:1.8;color:#596d51;margin:0;max-width:285px}
.home-faq{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:50px;padding:58px 0 64px}
.home-faq h2{font-size:34px;font-weight:600;letter-spacing:-1px;line-height:1.12;margin:18px 0}.home-faq>div>p{font-size:12px;color:var(--muted)}
.home-faq details{border-bottom:1px solid var(--border);padding:0;background:none;border-radius:0}
.home-faq summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:21px 0;color:var(--text);font-size:13px;font-weight:600}
.home-faq summary::-webkit-details-marker{display:none}.home-faq summary:after{content:'+';font-size:22px;font-weight:400;color:var(--orange)}.home-faq details[open] summary:after{content:'−'}
.home-faq details>p{font-size:12px;line-height:1.85;margin:0 0 18px;color:var(--muted)}.home-faq .home-inline-link{margin-bottom:16px}
.home-final-cta{position:relative;overflow:hidden;text-align:center;background:#163f30;color:#f7f8ee;padding:55px 24px;border-radius:22px;isolation:isolate}
.home-final-cta:before,.home-final-cta:after{content:"";position:absolute;width:430px;height:430px;top:50%;left:-320px;transform:translateY(-50%);border-radius:50%;border:1px solid #8eb28340;box-shadow:0 0 0 28px #8eb28308,0 0 0 58px #8eb28308,0 0 0 88px #8eb28308;z-index:-1;pointer-events:none}
.home-final-cta:after{left:auto;right:-320px}
.home-final-cta .kicker{color:#c5d7b7;font-size:9px;letter-spacing:1.7px}
.home-final-cta h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(35px,3.8vw,52px);font-weight:400;letter-spacing:-1.3px;line-height:1.1;margin:20px 0;color:#f7f8ee}
.home-final-cta p{font-size:12px;color:#c4d5bd;margin:0 0 25px}
.home-final-cta>div{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}
.home-final-cta .btn-primary{background:#edf2d8;color:#1e4c34;border-color:#edf2d8;font-size:12px;padding:13px 18px;border-radius:8px;box-shadow:none}
.home-final-cta .btn-primary:hover{background:#fff}
.home-final-secondary{background:none;border:0;color:#e7eddf;font:inherit;font-size:11px;padding:12px 0;cursor:pointer}
.home-final-secondary:hover{text-decoration:underline;text-underline-offset:4px}
.home-scene,.home-tour{animation:home-appear .55s ease-out both}
@keyframes home-appear{from{opacity:.5;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1700px){.scene-stage{aspect-ratio:1.5}.home-brand-hero .h1{font-size:68px}.home-brand-hero .lead{font-size:16px}}
@media(max-width:1150px){.home-brand-hero{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:15px}.home-brand-hero .h1{font-size:44px}.home-brand-hero .lead{font-size:13px}.scene-heading{flex-wrap:wrap}.home-scene{padding:22px 18px 18px}.scene-stage{margin-left:-18px;margin-right:-18px;aspect-ratio:1.1}.scene-art img{object-fit:contain;transform:scale(1.1)}.scene-feature{padding:13px;gap:10px;min-height:107px}.home-brand-hero .hero-chip{font-size:8px}.home-method .offer-panel{gap:28px}.home-about{gap:35px}.home-promise-strip{gap:12px;font-size:10px}.home-promise-strip span:first-child{max-width:240px}}
@media(max-width:900px){.home-brand-hero .h1{font-size:48px}.home-brand-hero .home-hero-copy{padding-right:0}.home-brand-hero .hero-chip-row{gap:4px}.home-method .offer-panel{grid-template-columns:1fr 1.2fr;gap:25px}.home-method .offer-checklist{font-size:11px}.tour-topline{padding:14px 15px}.tour-tabs{padding:15px 15px 0}.tour-panel{padding:18px 15px}.home-scene{border-radius:20px}.home-section-nav>div{gap:18px}}
@media(max-width:680px){
  .home-section-nav{padding-bottom:10px}.home-section-nav>span{display:none}.home-section-nav>div{width:100%;justify-content:space-between;gap:12px}.home-section-nav button{font-size:11px}
  .home-brand-hero{grid-template-columns:1fr;gap:15px;padding:24px 0 25px}
  .home-brand-hero .home-hero-copy{padding:0 2px 5px}.home-brand-hero .kicker{font-size:8px;letter-spacing:.9px}
  .home-brand-hero .h1{font-size:clamp(42px,9vw,57px);max-width:540px;letter-spacing:-1.9px;margin:18px 0}.home-brand-hero .h1 em{letter-spacing:-1.7px}
  .home-brand-hero .lead{font-size:13px;line-height:1.8;max-width:460px}.home-brand-hero .cta-row{margin-top:20px;gap:8px;display:grid;grid-template-columns:1fr 1fr;flex-direction:row}.home-brand-hero .btn{padding:10px 8px;font-size:10px;flex:1;min-width:0;width:100%;gap:5px}
  .home-brand-hero .hero-chip-row{margin-top:17px;flex-direction:row;flex-wrap:wrap;gap:6px}.home-brand-hero .hero-chip{font-size:8px;width:auto;margin:0}.home-brand-hero .hero-claim{display:none}
  .home-scene{padding:20px 18px 17px}.scene-heading{flex-wrap:nowrap}.scene-stage{aspect-ratio:1.55;margin-top:20px;margin-bottom:4px}.scene-art img{object-fit:cover;transform:none}.scene-pin{font-size:9px;min-height:35px;padding-right:9px}.scene-pin>span:first-child{width:24px;height:24px}.scene-feature{min-height:84px;padding:13px 15px}.scene-feature strong{font-size:12px}.scene-feature p{font-size:10px}.scene-hint{font-size:8px}
  .home-promise-strip{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:19px 0;font-size:10px}.home-promise-strip span:first-child{grid-column:1/-1;max-width:none}.home-promise-strip span:last-child{grid-column:1/-1}
  .home-method{padding:37px 0}.home-method .offer-panel{grid-template-columns:1fr;gap:27px}.home-method .offer-intro .section-title{font-size:32px;margin:16px 0}.home-method .offer-intro>.muted{max-width:none}.home-method .offer-checklist{margin-top:20px;gap:11px;font-size:11px}
  .tour-panel{min-height:365px;padding:20px 18px}.tour-tabs{padding:16px 18px 0}.tour-topline{padding:15px 18px}.tour-footnote{font-size:8px}
  .home-catalogue>.panel{padding:24px 18px}.home-catalogue .section-title{font-size:26px}.home-catalogue .catalogue-intro{font-size:12px}.home-catalogue .opposition-card.available.opposition-card-compact{padding:20px;min-height:150px}
  .catalogue-explorer-body{grid-template-columns:1fr;gap:15px}.catalogue-explorer-body>div>h3{font-size:24px}.catalogue-explorer .hero-carousel-panel{padding:16px}
  .home-about{grid-template-columns:1fr;gap:12px;padding:42px 0}.about-manifesto h2{font-size:33px}.about-manifesto>p:first-of-type{font-size:15px}.about-values article{padding:21px 0}.about-values h3{font-size:17px}.about-values p{max-width:none}
  .home-faq{grid-template-columns:1fr;gap:16px;padding:37px 0 40px}.home-faq h2{font-size:31px}.home-faq h2 br{display:none}.home-faq summary{font-size:12px;padding:19px 0}
  .home-final-cta{padding:38px 20px}.home-final-cta h2{font-size:37px}.home-final-cta .kicker{font-size:8px;letter-spacing:1px}.home-final-cta>div{gap:8px}.home-final-cta .btn-primary{padding:13px;font-size:11px}.home-method,.home-catalogue,.home-about{scroll-margin-top:85px}
}
/* Consistent controls in the public presentation and its static alternative. */
.home-section-nav button{min-height:44px;font-size:13px;padding:10px 4px}
.scene-pin{min-height:44px;font-size:12px;padding:5px 12px 5px 5px;gap:7px}
.scene-pin>span:first-child{width:30px;height:30px;flex:0 0 30px}
.scene-pin .ui-icon{width:18px;height:18px}
.home-brand-hero .btn .ui-icon{width:18px;height:18px;flex:0 0 18px}
.tour-tabs [role=tab],.home-final-secondary{min-height:44px}
@media(max-width:680px){
  .home-section-nav>div{gap:4px}.home-section-nav button{font-size:12px;padding-inline:2px}
  .home-brand-hero .btn{min-height:48px;font-size:12px;line-height:1.35;padding:9px 8px;gap:6px}
  .scene-stage{aspect-ratio:1.3}
  .scene-pin{font-size:11px;padding-right:9px}.scene-pin>span:first-child{width:28px;height:28px;flex-basis:28px}
  .scene-feature p{font-size:12px}.scene-hint{font-size:11px}
  .home-method .offer-intro>.muted,.about-values p,.home-faq details p,.home-final-cta p{font-size:14px}
  .home-faq summary{font-size:14px;gap:14px}.tour-footnote{font-size:11px;line-height:1.6}
  .home-final-cta .btn-primary,.home-final-secondary{font-size:13px}
}
@media(prefers-reduced-motion:reduce){.home-scene,.home-tour{animation:none!important}.scene-art,.scene-pin,.catalogue-explorer>summary>span{transition:none!important;transform:none!important}}
@media print{.home-section-nav,.scene-pin,.scene-hint,.home-final-cta{display:none!important}.home-brand-hero{grid-template-columns:1fr 1fr}.home-tour,.home-scene{animation:none}.home-method,.home-about,.home-faq{padding:20px 0}}
