:root{--green-primary:#1f4d3a;--green-deep:#163828;--gold-muted:#c8a96b;--gold-light:#d4bc8a;--ivory:#f7f3eb;--beige:#e8dfd1;--beige-soft:#f0e9de;--text-dark:#1b1b1b;--text-muted:#6b6b6b;--text-light:#f7f3ebd9;--white-card:#fdfbf7;--shadow-soft:0 20px 50px #1f4d3a14;--shadow-card:0 24px 64px #1b1b1b0f;--shadow-lift:0 12px 32px #c8a96b38;--radius-lg:28px;--radius-md:18px;--radius-pill:999px;--font-serif:"Cormorant Garamond", "Playfair Display", Georgia, serif;--font-sans:"Manrope", "Inter", system-ui, sans-serif;--ease-luxury:cubic-bezier(.4, 0, .2, 1);--header-h:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text-dark);background:var(--ivory);-webkit-font-smoothing:antialiased;flex-direction:column;align-items:stretch;min-height:100vh;font-size:16px;line-height:1.6;display:flex;overflow-x:hidden}.ambient-bg{z-index:0;pointer-events:none;background:radial-gradient(ellipse 80% 60% at 10% 20%, #e8dfd1b3 0%, transparent 55%), radial-gradient(ellipse 70% 50% at 90% 80%, #e8dfd180 0%, transparent 50%), linear-gradient(165deg, var(--ivory) 0%, #f2ede4 45%, var(--beige-soft) 100%);position:fixed;inset:0;overflow:hidden}.ambient-shape{filter:blur(60px);opacity:.45;border-radius:50%;position:absolute}.ambient-shape--1{background:#e5d9c8;width:420px;height:420px;top:-8%;right:-5%}.ambient-shape--2{background:#ddd2c0;width:360px;height:360px;bottom:10%;left:-8%}.ambient-shape--3{background:#1f4d3a0f;width:280px;height:280px;top:45%;left:35%}.site-header{z-index:10;justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:1200px;margin:0 auto;padding:20px clamp(20px,5vw,48px);display:flex;position:relative}.logo-brand{flex-shrink:0;align-items:center;gap:12px;display:flex}.logo-icon{flex-shrink:0;width:36px;height:44px}.logo-wordmark{flex-direction:column;line-height:1.05;display:flex}.logo-line{font-family:var(--font-serif);color:var(--green-primary);letter-spacing:.02em;font-size:1.05rem;font-weight:600}.site-nav{flex:1;justify-content:center;align-items:center;gap:clamp(16px,3vw,36px);display:flex}.nav-link{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);transition:color .3s var(--ease-luxury), transform .3s var(--ease-luxury);font-size:.8rem;font-weight:500;text-decoration:none}.nav-link:hover{color:var(--green-primary);transform:translateY(-1px)}.btn-nav-cta{border-radius:var(--radius-pill);background:var(--green-primary);color:var(--ivory);font-family:var(--font-sans);letter-spacing:.04em;cursor:pointer;transition:background .35s var(--ease-luxury), box-shadow .35s var(--ease-luxury), transform .35s var(--ease-luxury);border:none;flex-shrink:0;padding:12px 24px;font-size:.8rem;font-weight:600}.btn-nav-cta:hover{background:var(--green-deep);transform:translateY(-2px);box-shadow:0 8px 28px #1f4d3a47}.menu-toggle{cursor:pointer;background:0 0;border:none;border-radius:10px;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;display:none}.menu-toggle span{background:var(--green-primary);height:2px;transition:transform .3s var(--ease-luxury);border-radius:2px;display:block}.container{z-index:1;flex-direction:column;flex:1;width:100%;max-width:680px;margin:0 auto;padding:24px clamp(16px,4vw,32px) 64px;display:flex;position:relative}.stage-view{width:100%;animation:fadeView .5s var(--ease-luxury)}@keyframes fadeView{0%{opacity:0}to{opacity:1}}.card{background:var(--white-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:box-shadow .4s var(--ease-luxury), transform .4s var(--ease-luxury);border:1px solid #e8dfd199;padding:clamp(32px,6vw,52px)}.card.anim{animation:slideIn .65s var(--ease-luxury)}@keyframes slideIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.stage-view--intro{min-height:calc(100vh - var(--header-h) - 80px);justify-content:center;align-items:center;padding:16px 0;display:flex}body:has(#s-intro:not([style*=none])) .container{max-width:720px}.card--hero{text-align:center;background:linear-gradient(145deg, #fdfbf7 0%, var(--ivory) 50%, #f5f0e8 100%);width:100%;padding-top:clamp(48px,8vw,72px);padding-bottom:clamp(48px,8vw,72px);position:relative;overflow:hidden}.hero-decor--leaves{pointer-events:none;background:radial-gradient(120% 80% at 85% 90%,#1f4d3a0a 0%,#0000 50%),radial-gradient(100% 70% at 5% 95%,#c8a96b14 0%,#0000 45%);position:absolute;inset:0}.hero-decor--glow{pointer-events:none;background:radial-gradient(circle,#c8a96b1f 0%,#0000 70%);width:55%;height:70%;position:absolute;top:-20%;right:-15%}.hero-seed-icon{opacity:.7;width:28px;height:36px;position:absolute;bottom:28px;left:32px}.intro-title{font-family:var(--font-serif);color:var(--text-dark);letter-spacing:-.01em;margin-bottom:20px;font-size:clamp(2.25rem,6vw,3.25rem);font-weight:600;line-height:1.15;position:relative}.intro-subtitle{color:var(--text-muted);max-width:420px;margin:0 auto 36px;font-size:clamp(.95rem,2.5vw,1.05rem);font-weight:400;line-height:1.7;position:relative}.stage-view--quiz{max-width:100%}.stage-view--quiz .container,.container .stage-view--quiz{padding:0}.quiz-shell{border-radius:var(--radius-lg);width:100%;max-width:520px;box-shadow:var(--shadow-card);margin:0 auto;overflow:hidden}.quiz-header{background:var(--brand-green);justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.quiz-shell-logo{object-fit:contain;flex:none;width:auto;max-width:none;height:36px;display:block}.quiz-shell-logo--compact{height:36px}.quiz-menu-btn{cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:8px;display:flex}.quiz-menu-btn span{background:var(--ivory);border-radius:2px;height:2px;display:block}.card--quiz{border-radius:0 0 var(--radius-lg) var(--radius-lg);box-shadow:none;border-top:none;margin-top:0;padding:clamp(28px,5vw,40px)}:is(body:has(#s-question[style*=block]) .site-header,body:has(#s-results[style*=block]) .site-header){display:none}:is(body:has(#s-question[style*=block]) .container,body:has(#s-results[style*=block]) .container){max-width:560px;padding-top:8px}.progress-section{margin-bottom:28px}.progress-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px;font-size:.7rem;font-weight:600;display:block}.progress-branch{width:100%;height:48px;margin:-6px 0 3px;display:block;overflow:visible}.progress-branch-track,.progress-branch-fill{fill:none;stroke-linecap:round;vector-effect:non-scaling-stroke}.progress-branch-track{stroke:#ddd2c2;stroke-width:3px}.progress-branch-fill{stroke:url(#quiz-progress-gradient);stroke-width:3.2px;transition:stroke-dasharray .45s var(--ease-luxury);filter:drop-shadow(0 2px 4px #1f4d3a21)}.progress-leaf{fill:var(--beige-soft);stroke:#b9ad99;stroke-width:1.5px;vector-effect:non-scaling-stroke;transform-box:fill-box;transform-origin:50%;transition:fill .36s var(--ease-luxury), stroke .36s var(--ease-luxury), opacity .36s ease}.progress-leaf--complete{fill:#5f7c63;stroke:var(--green-primary)}.progress-leaf--current{fill:#e1c477;stroke:#9d772c;animation:.48s cubic-bezier(.22,1,.36,1) both currentLeafReveal}.progress-leaf--future{opacity:.72}.progress-leaf-stem,.progress-blossom path{fill:none;stroke:inherit;stroke-linecap:round}.progress-blossom{transform-box:fill-box;transform-origin:50%}.progress-blossom circle{fill:inherit;stroke:inherit}@keyframes currentLeafReveal{0%{opacity:.35}to{opacity:1}}.q-number{color:var(--gold-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:600}.q-text{font-family:var(--font-sans);color:var(--text-dark);text-align:center;margin-bottom:8px;font-size:clamp(1.15rem,3vw,1.35rem);font-weight:600;line-height:1.45}.q-tag{color:var(--gold-muted);letter-spacing:.12em;text-align:center;text-transform:uppercase;margin-bottom:12px;font-size:.72rem;font-weight:700}.q-subtext{color:var(--text-muted);font-family:var(--font-serif);text-align:center;margin:0 auto 24px;font-size:.92rem;font-style:italic;line-height:1.55}.opts{flex-direction:column;gap:14px;margin-bottom:28px;display:flex}.opt{border-radius:var(--radius-md);background:var(--beige-soft);cursor:pointer;width:100%;font-family:var(--font-sans);color:var(--text-dark);text-align:left;transition:border-color .3s var(--ease-luxury), background .3s var(--ease-luxury), transform .3s var(--ease-luxury), box-shadow .3s var(--ease-luxury);border:1px solid #e8dfd1e6;padding:18px 22px;font-size:.95rem;font-weight:500;line-height:1.45}.opt-copy{display:block}.opt-label{font-weight:600;display:block}.opt-subtext{color:var(--text-muted);margin-top:4px;font-size:.78rem;font-weight:400;display:block}.opt.selected .opt-subtext{color:var(--text-dark)}.opt:hover{border-color:var(--gold-light);background:#f5efe6;transform:translateY(-3px);box-shadow:0 8px 24px #1b1b1b0d}.opt.selected{border-color:var(--gold-muted);color:var(--text-dark);box-shadow:var(--shadow-lift), inset 0 1px 0 #ffffff59;background:linear-gradient(135deg,#e8d4a8 0%,#d4bc8a 45%,#c8a96b 100%);transform:translateY(-2px)}.btn-green,.btn-next,.btn-download{border-radius:var(--radius-pill);width:100%;max-width:320px;font-family:var(--font-sans);letter-spacing:.05em;cursor:pointer;transition:background .35s var(--ease-luxury), box-shadow .35s var(--ease-luxury), transform .35s var(--ease-luxury);border:none;margin-left:auto;margin-right:auto;padding:16px 32px;font-size:.9rem;font-weight:600;display:block}.btn-green{background:var(--green-primary);color:var(--ivory);text-transform:none;margin-top:8px}.btn-green:hover{background:var(--green-deep);transform:translateY(-3px);box-shadow:0 12px 36px #1f4d3a4d}.btn-green:active{transform:translateY(-1px)}.btn-next{background:var(--green-primary);color:var(--ivory);text-transform:none}.btn-next:hover{background:var(--green-deep);transform:translateY(-3px);box-shadow:0 12px 36px #1f4d3a47}.btn-next:active{transform:translateY(-1px)}.btn-download{background:var(--gold-muted);color:var(--text-dark);text-transform:none;flex-shrink:0;width:auto;max-width:none;margin:0;padding:14px 22px;font-weight:700}.btn-download:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 24px #c8a96b59}.btn-gold{border:1.5px solid var(--beige);border-radius:var(--radius-pill);width:100%;font-family:var(--font-sans);letter-spacing:.04em;cursor:pointer;color:var(--green-primary);transition:background .3s var(--ease-luxury), border-color .3s var(--ease-luxury), transform .3s var(--ease-luxury);background:0 0;margin-top:20px;padding:14px 24px;font-size:.85rem;font-weight:600}.btn-gold:hover{background:var(--beige-soft);border-color:var(--gold-muted);transform:translateY(-2px)}#res-card>.btn-gold{box-sizing:border-box;width:100%;min-width:0;max-width:100%;margin-top:calc(20px + clamp(36px,6vw,48px));margin-left:auto;margin-right:auto;display:block}.stage-view--results{padding-bottom:32px}.card--results{background:var(--white-card);padding:0;overflow:hidden}#res-card{padding:clamp(36px,6vw,48px) clamp(28px,5vw,40px)}.results-emoji{aspect-ratio:520/230;background:var(--beige-soft);border-radius:var(--radius-md);border:1px solid #c8a96b47;justify-content:center;align-items:center;width:100%;max-width:100%;min-height:0;margin:0 auto 24px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 5px #ffffff5c,0 16px 32px #1f4d3a14}.results-emoji:after{content:none}.stage-icon{width:136px;height:136px;display:block}.stage-landscape{width:100%;height:auto;display:block}.landscape-sun{fill:#e1c47d40}.landscape-hill{stroke:none}.landscape-hill--back{fill:#dce1cc}.landscape-hill--front{fill:#899d7f}.landscape-base-path{fill:none;stroke-width:22px;stroke-linecap:round;opacity:.76}.landscape-scene{fill:none;stroke:var(--green-primary);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.landscape-soil-line,.landscape-foundation{stroke:#8a7757}.landscape-gold-line{stroke:var(--gold-muted)}.landscape-resting-seed{fill:#c8a96b;stroke:#8f6b2d}.landscape-resting-seed path:last-child{fill:none;stroke:#71542a}.landscape-shield{fill:#fffdf833;stroke:#1f4d3a8c;stroke-width:4px;stroke-dasharray:800;stroke-dashoffset:0}.landscape-lock rect{fill:#f4ead5}.landscape-roots{fill:none;stroke:#7d6749}.landscape-house{fill:#fffdf8b8;stroke:var(--green-primary)}.landscape-roof{stroke:#6e845f;stroke-width:5px}.landscape-tree{fill:none;stroke:var(--green-primary)}.landscape-trunk{stroke-width:7px}.landscape-canopy{fill:#8da27f;stroke:#667c5b;stroke-width:2px;transform-box:fill-box;transform-origin:bottom}.landscape-drop{fill:#d3e0dab8;stroke:#557b72}.landscape-ripple{stroke:#6f968b;opacity:.74}.landscape-water-line{stroke:#6f968b}.landscape-shield--harvest{fill:#fffdf81c;stroke:#c8a96bb3}.landscape-harvest{stroke:#a88644}.landscape-open-path{fill:#f4e3bb;stroke:#c8a96b;stroke-width:2px;opacity:.92}.landscape-gate{fill:#fffdf86b;stroke:var(--green-primary);stroke-width:4px}.landscape-distant-tree{fill:#7f9474;stroke:#607355}.landscape-distant-trunk{stroke:#607355;stroke-width:5px}.landscape-book{fill:#fffdf8d6;stroke:#8f7137;stroke-width:3px}.landscape-legacy-seeds{fill:#d8bd77;stroke:#8f7137;stroke-width:2px}@media (prefers-reduced-motion:no-preference){.stage-landscape .landscape-canopy{animation:7s ease-in-out infinite landscapeCanopy}.stage-landscape--0 .landscape-resting-seed path:first-child{transform-box:fill-box;transform-origin:50%;animation:2.8s ease-in-out infinite restingSeed}.stage-landscape--1 .landscape-shield,.stage-landscape--4 .landscape-shield{animation:1.1s cubic-bezier(.22,1,.36,1) both shieldTrace}.stage-landscape--2 .landscape-roof{transform-box:fill-box;transform-origin:50%;animation:.72s cubic-bezier(.22,1,.36,1) both roofSettle}.stage-landscape--3 .landscape-ripple ellipse{transform-box:fill-box;transform-origin:50%;animation:3.2s ease-out infinite waterRipple}.stage-landscape--3 .landscape-ripple ellipse:last-child{animation-delay:-1.6s}.stage-landscape--5 .landscape-gate path:last-child{animation:3.4s ease-in-out infinite gateGlow}.stage-landscape--6 .landscape-legacy-seeds{transform-box:fill-box;transform-origin:50%;animation:5.8s ease-in-out infinite legacySeeds}}@keyframes landscapeCanopy{0%,to{transform:rotate(-.35deg)}50%{transform:rotate(.45deg)}}@keyframes restingSeed{0%,to{transform:rotate(0)}50%{transform:rotate(4deg)}}@keyframes shieldTrace{0%{stroke-dashoffset:800px;opacity:.2}to{stroke-dashoffset:0;opacity:1}}@keyframes roofSettle{0%{opacity:.3;transform:translateY(-8px)}to{opacity:1;transform:none}}@keyframes waterRipple{0%{opacity:.15;transform:scaleX(.68)}65%,to{opacity:.8;transform:scaleX(1.08)}}@keyframes gateGlow{0%,to{stroke:#1f4d3a}50%{stroke:#c8a96b}}@keyframes legacySeeds{0%,to{transform:translate(0,0)}50%{transform:translate(4px,-3px)}}.results-title{font-family:var(--font-serif);color:var(--text-dark);text-align:center;margin-bottom:8px;font-size:clamp(2rem,5vw,2.75rem);font-weight:600;line-height:1.1}.results-title:before{content:"Result";font-family:var(--font-sans);letter-spacing:.2em;text-transform:uppercase;color:var(--gold-muted);margin-bottom:12px;font-size:.7rem;font-weight:700;display:block}.results-subtitle{color:var(--text-muted);text-align:center;margin-bottom:24px;font-size:1rem;font-weight:500;line-height:1.5}.results-description{color:var(--text-dark);text-align:left;background:var(--beige-soft);border-radius:var(--radius-md);border-left:4px solid var(--gold-muted);margin-bottom:32px;padding:24px 24px 24px 28px;font-size:.95rem;line-height:1.75}.results-description:before{content:"Your Focus Right Now";font-family:var(--font-serif);color:var(--text-dark);margin-bottom:12px;font-size:1.2rem;font-weight:600;display:block}.email-box{background:var(--green-primary);border-radius:0 0 var(--radius-lg) var(--radius-lg);border-top:none;margin:8px calc(-1*clamp(28px,5vw,40px)) calc(-1*clamp(36px,6vw,48px));padding:clamp(28px,5vw,36px) clamp(28px,5vw,40px)}.email-label{font-family:var(--font-serif);color:var(--ivory);text-transform:none;letter-spacing:0;text-align:center;margin-bottom:20px;font-size:clamp(1.1rem,3vw,1.35rem);font-weight:600;line-height:1.35;display:block}.email-input{border-radius:var(--radius-pill);width:100%;font-family:var(--font-sans);color:var(--text-dark);background:var(--ivory);transition:box-shadow .3s var(--ease-luxury);border:none;margin-bottom:12px;padding:16px 20px;font-size:.95rem}.email-input::placeholder{color:#9a9a9a}.email-input:focus{outline:none;box-shadow:0 0 0 3px #c8a96b73}.email-box .btn-download{border-radius:var(--radius-pill);width:100%;max-width:100%;margin-top:8px;padding:16px 28px}.email-box form,.email-box{flex-direction:column;display:flex}.cta-text{color:var(--text-muted);text-align:center;margin-top:20px;font-size:.9rem}.follow-text{color:var(--text-muted);text-align:center;letter-spacing:.02em;margin-top:24px;font-size:.8rem}.hidden{display:none!important}.error-text{color:#c45c5c;text-align:center;margin-top:10px;font-size:.85rem}.success-text{color:var(--gold-light);text-align:center;margin-top:10px;font-size:.85rem}@media (max-width:768px){.site-nav,.btn-nav-cta{display:none}.menu-toggle{display:flex}.site-header{padding:16px 20px}.quiz-shell-logo--compact{height:30px}.hero-seed-icon{width:24px;bottom:20px;left:20px}.stage-view--intro{min-height:auto;padding:8px 0 32px}.card--hero{padding:40px 28px 48px}.container{max-width:100%;padding:16px 16px 48px}.quiz-shell{border-radius:24px;margin:0 -4px}.opt{padding:16px 18px;font-size:.9rem}}@media (min-width:769px){.container{max-width:720px}.stage-view--quiz .quiz-shell{max-width:560px}}@media (max-width:400px){.intro-title{font-size:2rem}.results-title{font-size:1.85rem}}.intro-emoji,.branding-bar{display:none}.about-page{display:block}.logo-brand{text-decoration:none}.nav-link--active{color:var(--green-primary)}.btn-nav-cta--link{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.about-main{z-index:1;width:100%;max-width:1120px;margin:0 auto;padding:0 clamp(16px,4vw,40px) 80px;position:relative}.about-section{padding:clamp(48px,8vw,88px) 0}.about-section-head{text-align:center;max-width:680px;margin:0 auto clamp(40px,6vw,56px)}.about-section-title{font-family:var(--font-serif);color:var(--text-dark);letter-spacing:-.01em;margin-bottom:16px;font-size:clamp(1.85rem,4.5vw,2.75rem);font-weight:600;line-height:1.2}.about-section-lead{color:var(--text-muted);font-size:clamp(.95rem,2.2vw,1.08rem);line-height:1.75}.about-float-decor{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.about-float{opacity:.18;color:var(--green-primary);font-size:1.25rem;animation:12s ease-in-out infinite aboutFloat;position:absolute}.about-float--1{animation-delay:0s;top:18%;left:6%}.about-float--2{font-size:.9rem;animation-delay:-2s;top:32%;right:8%}.about-float--3{animation-delay:-4s;bottom:28%;left:10%}.about-float--4{font-size:.75rem;animation-delay:-6s;top:55%;right:12%}.about-float--5{animation-delay:-8s;bottom:12%;right:18%}@keyframes aboutFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-14px)rotate(4deg)}}.about-hero{text-align:center;border-radius:var(--radius-lg);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(145deg,#fdfbf7eb 0%,#f7f3ebd9 50%,#f5f0e8e6 100%);border:1px solid #e8dfd1a6;padding-top:clamp(32px,6vw,64px);padding-bottom:clamp(56px,10vw,96px);position:relative;overflow:hidden}.about-hero .hero-decor--leaves,.about-hero .hero-decor--glow{border-radius:inherit}.about-hero-inner{z-index:1;max-width:720px;margin:0 auto;padding:clamp(40px,7vw,72px) clamp(24px,5vw,48px);position:relative}.about-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--gold-muted);margin-bottom:20px;font-size:.72rem;font-weight:600}.about-hero-title{font-family:var(--font-serif);color:var(--text-dark);letter-spacing:-.02em;margin-bottom:24px;font-size:clamp(2.1rem,5.5vw,3.5rem);font-weight:600;line-height:1.12}.about-hero-subtitle{color:var(--text-muted);max-width:580px;margin:0 auto 36px;font-size:clamp(1rem,2.4vw,1.12rem);line-height:1.8}.about-hero-cta{width:auto;max-width:none;margin:0;padding:16px 40px;text-decoration:none;display:inline-block}.about-philosophy-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.about-mini-card{background:var(--white-card);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);transition:transform .4s var(--ease-luxury), box-shadow .4s var(--ease-luxury);border:1px solid #e8dfd1b3;padding:clamp(24px,4vw,32px)}.about-mini-card:hover{box-shadow:var(--shadow-card);transform:translateY(-4px)}.about-mini-card--accent{background:linear-gradient(145deg, var(--white-card) 0%, #f8f4ec 100%);border-color:#c8a96b59}.about-mini-icon{color:var(--green-primary);opacity:.85;margin-bottom:14px;font-size:1.35rem;display:block}.about-mini-card h3{font-family:var(--font-serif);color:var(--green-primary);margin-bottom:10px;font-size:1.25rem;font-weight:600;line-height:1.25}.about-mini-card p{color:var(--text-muted);font-size:.9rem;line-height:1.65}.about-philosophy-foot{text-align:center;max-width:640px;color:var(--text-muted);font-size:.98rem;font-style:italic;line-height:1.75;font-family:var(--font-serif);margin:clamp(36px,5vw,48px) auto 0}.about-stages-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.about-stage-card{background:var(--white-card);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);transition:transform .4s var(--ease-luxury), box-shadow .4s var(--ease-luxury), border-color .4s var(--ease-luxury);border:1px solid #e8dfd1a6;padding:clamp(24px,4vw,30px);position:relative}.about-stage-card:hover{box-shadow:var(--shadow-card);border-color:#1f4d3a26;transform:translateY(-5px)}.about-stage-card--featured{background:linear-gradient(155deg, var(--green-primary) 0%, var(--green-deep) 100%);width:100%;max-width:520px;color:var(--ivory);border-color:#0000;grid-column:1/-1;margin:0 auto}.about-stage-card--featured .about-stage-num,.about-stage-card--featured .about-stage-title{color:var(--ivory)}.about-stage-card--featured .about-stage-desc{color:var(--text-light)}.about-stage-card--featured:hover{box-shadow:0 24px 56px #1f4d3a47}.about-stage-num{letter-spacing:.12em;text-transform:uppercase;color:var(--gold-muted);margin-bottom:12px;font-size:.68rem;font-weight:600;display:block}.about-stage-symbol{margin-bottom:14px;font-size:1.75rem;line-height:1;display:block}.about-stage-title{font-family:var(--font-serif);color:var(--green-primary);margin-bottom:10px;font-size:1.35rem;font-weight:600;line-height:1.2}.about-stage-desc{color:var(--text-muted);font-size:.88rem;line-height:1.65}.about-compare{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:clamp(16px,3vw,32px);max-width:960px;margin:0 auto;display:grid}.about-compare-col{background:var(--white-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid #e8dfd1a6;padding:clamp(28px,5vw,40px)}.about-compare-col--them{opacity:.92}.about-compare-col--us{background:linear-gradient(160deg,#fdfbf7 0%,#f5f0e6 100%);border-color:#1f4d3a1f}.about-compare-label{font-family:var(--font-serif);color:var(--green-primary);border-bottom:1px solid var(--beige);margin-bottom:20px;padding-bottom:14px;font-size:1.2rem;font-weight:600}.about-compare-col--them .about-compare-label{color:var(--text-muted)}.about-compare-list{flex-direction:column;gap:14px;list-style:none;display:flex}.about-compare-list li{color:var(--text-muted);padding-left:18px;font-size:.9rem;line-height:1.6;position:relative}.about-compare-col--them .about-compare-list li:before{content:"—";color:#b8b0a4;position:absolute;left:0}.about-compare-col--us .about-compare-list li:before{content:"✓";color:var(--green-primary);font-size:.75rem;font-weight:700;position:absolute;left:0}.about-compare-col--us .about-compare-list strong{color:var(--text-dark);font-weight:600}.about-compare-divider{justify-content:center;align-items:center;padding:8px 0;display:flex}.about-compare-seed{background:var(--white-card);width:48px;height:48px;box-shadow:var(--shadow-soft);border:1px solid #e8dfd1cc;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.about-quote{padding:clamp(64px,10vw,100px) 0}.about-quote-block{text-align:center;border-radius:var(--radius-lg);background:radial-gradient(90% 70% at 50% 100%,#c8a96b1a 0%,#0000 55%),linear-gradient(#0000 0%,#1f4d3a08 100%);max-width:820px;margin:0 auto;padding:clamp(48px,8vw,72px) clamp(24px,5vw,48px)}.about-quote-text{font-family:var(--font-serif);color:var(--green-primary);letter-spacing:-.01em;font-size:clamp(1.75rem,4.5vw,2.85rem);font-style:italic;font-weight:500;line-height:1.35}.about-final-cta{padding-bottom:clamp(48px,8vw,64px)}.about-cta-card{text-align:center;max-width:640px;margin:0 auto;padding:clamp(48px,8vw,64px) clamp(32px,6vw,52px);position:relative;overflow:hidden}.about-cta-card .hero-decor--glow{border-radius:inherit}.about-cta-title{font-family:var(--font-serif);color:var(--text-dark);margin-bottom:14px;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:600;line-height:1.2;position:relative}.about-cta-sub{color:var(--text-muted);max-width:420px;margin:0 auto 28px;font-size:.98rem;line-height:1.7;position:relative}.about-cta-btn{width:auto;max-width:none;margin:0;padding:16px 40px;text-decoration:none;display:inline-block;position:relative}a.btn-green{text-align:center;text-decoration:none}.about-page .site-nav.is-open{top:var(--header-h);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;border-bottom:1px solid var(--beige);box-shadow:var(--shadow-soft);background:#f7f3ebfa;flex-direction:column;gap:20px;padding:24px;display:flex;position:fixed;left:0;right:0}.about-page .site-nav.is-open .nav-link{font-size:.9rem}.about-page .btn-nav-cta--link.is-mobile-visible{z-index:101;display:inline-flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #1f4d3a40}@media (max-width:900px){.about-philosophy-grid{grid-template-columns:repeat(2,1fr)}.about-compare{grid-template-columns:1fr}.about-compare-divider{padding:8px}.about-compare-seed{transform:rotate(90deg)}.about-stage-card--featured{grid-column:auto}}@media (max-width:768px){.about-page .site-nav.is-open~.btn-nav-cta--link{display:none}.about-page .site-header:has(.site-nav.is-open) .btn-nav-cta--link{display:none}.about-philosophy-grid,.about-stages-grid{grid-template-columns:1fr}.about-hero{border-radius:var(--radius-md)}.about-float{opacity:.1}}@media (max-width:480px){.about-hero-title{font-size:1.95rem}.about-quote-text{font-size:1.55rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.stage-view,.card.anim,.progress-leaf--current,.stage-landscape *,.ambient-shape,.about-float{animation:none!important}.progress-branch-fill,.progress-leaf,.quiz-menu-btn,.opt,.btn-next,.btn-gold,.btn-download{transition:none!important}}
.container--intro{max-width:720px}.container--quiz-active{max-width:560px;padding-top:8px}.question-navigation{align-items:center;gap:12px;display:flex}.question-navigation .btn-next{flex:1}.btn-back{width:auto;margin:0;padding:14px 22px}.confirmation-box{text-align:center}.confirmation-box .success-text{color:var(--green-primary);font-size:.95rem;line-height:1.7}.logo-brand-link{color:inherit;text-decoration:none}.about-stage-symbol .results-emoji{background:0 0;width:58px;height:58px;min-height:0;margin:0 0 14px}.about-stage-symbol .stage-icon{width:58px;height:58px}@media (max-width:480px){.question-navigation{align-items:stretch}.btn-back{padding-inline:18px}}
