:root{--ink:#120d0b;--ink-soft:#1c1714;--ink-card:#1a1410;--parchment:#f3edd8;--cream:#faf7f0;--rust:#8c6a3b;--rust-dark:#6b4f2a;--dust:#8b7b6b;--bone:#c8bba0}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--ink);color:var(--cream);min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased}.nav{display:flex;align-items:center;justify-content:space-between;padding:18px 48px;border-bottom:1px solid hsla(0,0%,100%,.05);position:-webkit-sticky;position:sticky;top:0;background:rgba(18,13,11,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50}.nav-logo{font-family:Bebas Neue,sans-serif;font-size:18px;letter-spacing:.22em;color:var(--cream);text-decoration:none;opacity:.85}.nav-logo span,.nav-tag{color:var(--rust)}.nav-tag{font-family:Bebas Neue,sans-serif;font-size:14px;letter-spacing:.2em;opacity:.8}.home-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 48px;justify-content:space-between;background:transparent}.home-nav,.nav-desktop{display:flex;align-items:center}.nav-desktop{gap:32px}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger-line{display:block;width:24px;height:2px;background:var(--cream);transition:all .25s;transform-origin:center}.hamburger-line.open-1{transform:translateY(7px) rotate(45deg)}.hamburger-line.open-2{opacity:0;transform:scaleX(0)}.hamburger-line.open-3{transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;top:64px;left:0;right:0;z-index:99;background:rgba(18,13,11,.98);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid hsla(0,0%,100%,.07);padding:32px 24px 40px;display:flex;flex-direction:column;gap:32px}.mobile-menu-label{font-family:Newsreader,serif;font-style:italic;font-size:13px;color:var(--rust);margin-bottom:16px;letter-spacing:.04em}.mobile-menu-section{display:flex;flex-direction:column;gap:2px}.mobile-menu-link{display:flex;flex-direction:column;padding:14px 0;border-bottom:1px solid hsla(0,0%,100%,.06);text-decoration:none;color:var(--cream);font-family:Inter,sans-serif;font-size:16px;font-weight:500}.mobile-menu-link span{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--rust);margin-bottom:3px}.mobile-menu-cta{padding-top:8px}.mobile-menu-cta .btn-primary{width:100%;text-align:center;box-sizing:border-box}.nav-right{display:flex;align-items:center;gap:32px}.nav-dropdown{position:relative}.nav-dropdown:after{content:"";position:absolute;top:100%;left:-20px;right:-20px;height:18px}.nav-dropdown-trigger{font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--dust);cursor:pointer;display:flex;align-items:center;gap:5px;transition:color .2s;background:none;border:none;padding:0}.nav-dropdown-trigger:hover{color:var(--cream)}.nav-dropdown-trigger svg{width:8px;height:8px;stroke:currentColor;fill:none;stroke-width:2;transition:transform .2s}.nav-dropdown:hover .nav-dropdown-trigger svg{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + 14px);right:0;background:#1c1610;border:1px solid hsla(0,0%,100%,.08);min-width:220px;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .2s,transform .2s}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;pointer-events:all;transform:translateY(0)}.nav-dropdown-menu a{display:block;padding:14px 20px;font-size:14px;font-weight:400;letter-spacing:.04em;color:var(--bone);text-decoration:none;border-bottom:1px solid hsla(0,0%,100%,.05);transition:background .15s,color .15s}.nav-dropdown-menu a:last-child{border-bottom:none}.nav-dropdown-menu a:hover{background:rgba(140,106,59,.1);color:var(--cream)}.nav-dropdown-menu a span{display:block;font-size:12px;letter-spacing:.06em;color:var(--rust);margin-bottom:2px}.nav-book,.nav-dropdown-menu a span{text-transform:uppercase;font-weight:500}.nav-book{font-family:Inter,sans-serif;font-size:13px;letter-spacing:.1em;color:var(--dust);text-decoration:none;transition:color .2s}.nav-book:hover{color:var(--cream)}.home-hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:112px 60px 160px;position:relative;overflow:hidden}.home-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(12,10,8,.75),rgba(12,10,8,.82)),url(/hero-horses.png);background-size:cover;background-position:center 40%;pointer-events:none}.hero-badge{font-family:Bebas Neue,sans-serif;font-size:18px;letter-spacing:.3em;color:var(--rust);margin-bottom:44px;display:flex;align-items:center;gap:18px;position:relative;opacity:0;animation:fadeUp .9s .1s forwards}.hero-badge:after,.hero-badge:before{content:"";width:36px;height:1px;background:var(--rust);opacity:.55}.hero-headline{font-family:Big Shoulders Display,sans-serif;font-size:clamp(60px,9vw,120px);font-weight:900;letter-spacing:.02em;line-height:.95;text-transform:uppercase;color:var(--cream);margin-bottom:24px;position:relative;opacity:0;animation:fadeUp .9s .22s forwards}.hero-headline em{font-family:Newsreader,serif;font-style:italic;font-weight:600;color:var(--rust);font-size:1.05em;text-transform:none;letter-spacing:.01em}.hero-subheadline{font-family:Inter,sans-serif;font-size:clamp(18px,1.6vw,24px);font-style:italic;color:var(--bone);max-width:680px;margin-bottom:28px;line-height:1.4;animation:fadeUp .9s .36s forwards}.hero-copy,.hero-subheadline{font-weight:400;position:relative;opacity:0}.hero-copy{font-size:16px;color:#a09080;max-width:560px;margin-bottom:52px;line-height:1.7;animation:fadeUp .9s .48s forwards}.hero-ctas{gap:20px;flex-wrap:wrap;justify-content:center;position:relative;animation:fadeUp .9s .6s forwards}.hero-ctas,.scroll-hint{display:flex;align-items:center;opacity:0}.scroll-hint{position:absolute;bottom:44px;left:50%;transform:translateX(-50%);flex-direction:column;gap:10px;animation:fadeUp 1s 1s forwards}.scroll-hint span{font-family:Bebas Neue,sans-serif;font-size:11px;letter-spacing:.35em;color:var(--dust)}.scroll-hint-line{width:1px;height:44px;background:linear-gradient(to bottom,var(--rust),transparent)}.section-label{font-family:Newsreader,serif;font-style:italic;font-weight:400;font-size:15px;letter-spacing:.04em;text-transform:none;display:flex;align-items:center;gap:14px;margin-bottom:24px;color:var(--rust)}.section-label:after,.section-label:before{content:"";width:28px;height:1px;background:var(--rust);opacity:.55;flex-shrink:0}.ornament{display:flex;align-items:center;gap:20px;color:var(--bone)}.divide-ornament{max-width:280px}.ornament:after,.ornament:before{content:"";flex:1 1;height:1px;background:currentColor;opacity:.25}.ornament-star{font-size:13px;opacity:.5}.divide{background:var(--parchment);color:var(--ink);padding:120px 60px}.divide-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:90px;gap:90px;align-items:start}.divide-quote{font-family:Newsreader,serif;font-size:clamp(22px,2.6vw,38px);font-weight:400;font-style:italic;line-height:1.25;color:var(--ink);letter-spacing:-.01em}.divide-quote em,.divide-quote-rust{font-style:italic;font-weight:600;color:var(--rust)}.divide-quote-rust{font-size:clamp(28px,3.2vw,48px)}.divide-right p{font-size:16px;font-weight:300;color:#3d3128;line-height:1.82;margin-bottom:22px}.ecosystem{background:var(--ink-soft);padding:120px 60px;border-top:1px solid hsla(0,0%,100%,.04)}.ecosystem-inner{max-width:1100px;margin:0 auto}.ecosystem-header{text-align:center;margin-bottom:72px}.ecosystem-headline{font-family:Big Shoulders Display,sans-serif;font-size:clamp(28px,3.6vw,52px);font-weight:800;text-transform:uppercase;line-height:1;max-width:800px;margin:0 auto 20px}.ecosystem-headline em{font-family:Newsreader,serif;font-style:italic;font-weight:600;color:var(--rust);text-transform:none}.ecosystem-sub{font-size:16px;font-weight:400;color:#a09080;max-width:420px;margin:0 auto;line-height:1.6}.ecosystem-grid{display:grid;grid-template-columns:repeat(3,1fr)}.ec-card{padding:52px 40px;border:1px solid hsla(0,0%,100%,.055);background:hsla(0,0%,100%,.018);transition:background .3s,border-color .3s}.ec-card:hover{background:rgba(140,106,59,.055);border-color:rgba(140,106,59,.22)}.ec-card.highlighted{border-color:rgba(140,106,59,.18);background:rgba(140,106,59,.04)}.ec-num{font-size:44px;color:rgba(140,106,59,.18);line-height:1;margin-bottom:22px}.ec-num,.ec-title{font-family:Inter,sans-serif;font-weight:800}.ec-title{font-size:22px;margin-bottom:14px;line-height:1.2}.ec-body{font-size:16px;font-weight:300;color:var(--dust);line-height:1.75}.ec-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.ec-tag{font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:6px 12px;border:1px solid hsla(41,27%,71%,.35);color:#d6cec4}.diagnostic{background:var(--ink);padding:120px 60px;border-top:1px solid hsla(0,0%,100%,.038)}.diagnostic-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.diag-headline{font-family:Newsreader,serif;font-size:clamp(36px,5vw,68px);font-weight:400;font-style:normal;text-transform:none;line-height:1.18;letter-spacing:-.01em;margin-bottom:28px}.diag-headline em{font-style:italic;font-weight:600;color:var(--rust)}.diag-body{font-size:16px;font-weight:400;color:#a09080;line-height:1.6;margin-bottom:18px}.diag-list{list-style:none;margin:22px 0 36px}.diag-list li{font-size:14px;color:var(--bone);padding:11px 0;border-bottom:1px solid hsla(0,0%,100%,.055);display:flex;align-items:center;gap:14px}.diag-list li:before{content:"✦";color:var(--rust);font-size:9px;flex-shrink:0}.diag-ui{background:var(--ink-card);border:1px solid hsla(0,0%,100%,.07);padding:40px;position:relative}.diag-ui:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--rust),#b08a52)}.diag-progress-bar{display:flex;gap:7px;margin-bottom:30px}.diag-step{flex:1 1;height:3px;background:hsla(0,0%,100%,.08);border-radius:2px}.diag-step.done{background:rgba(140,106,59,.42)}.diag-step.active{background:var(--rust)}.diag-ui-label{font-family:Newsreader,serif;font-style:italic;font-weight:400;font-size:13px;letter-spacing:.04em;color:var(--rust);margin-bottom:18px}.diag-question{font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:1.38;margin-bottom:26px;color:var(--cream)}.diag-options{display:flex;flex-direction:column;gap:11px}.diag-option{padding:14px 18px;border:1px solid hsla(0,0%,100%,.09);font-size:14px;color:var(--bone);display:flex;align-items:center;gap:14px}.diag-option.selected{border-color:var(--rust);background:rgba(140,106,59,.11);color:var(--cream)}.diag-dot{width:16px;height:16px;border-radius:50%;border:2px solid;flex-shrink:0;display:flex;align-items:center;justify-content:center}.diag-option.selected .diag-dot{border-color:var(--rust)}.diag-option.selected .diag-dot:after{content:"";width:7px;height:7px;border-radius:50%;background:var(--rust)}.diag-footer{display:flex;justify-content:space-between;align-items:center;margin-top:26px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.055)}.diag-counter{font-size:11px;font-weight:500;color:var(--dust)}.diag-counter,.diag-next-btn{font-family:Inter,sans-serif;letter-spacing:.15em;text-transform:uppercase}.diag-next-btn{font-size:13px;font-weight:600;padding:14px 28px;background:var(--rust);color:var(--cream);border:none;cursor:pointer;transition:background .2s}.diag-next-btn:hover{background:var(--rust-dark)}.diag-ui-link{display:block;text-decoration:none;color:inherit;cursor:pointer;transition:border-color .2s}.diag-ui-link:hover{border-color:rgba(140,106,59,.4)}.offers{background:var(--cream);color:var(--ink);padding:120px 60px}.offers .section-label:after,.offers .section-label:before{opacity:1}.offers-inner{max-width:1100px;margin:0 auto}.offers-header{margin-bottom:60px}.offers-headline{font-family:Big Shoulders Display,sans-serif;font-size:clamp(34px,4.5vw,60px);font-weight:800;text-transform:uppercase;line-height:1;max-width:560px}.offers-headline em{font-family:Newsreader,serif;font-style:italic;font-weight:600;color:var(--rust);text-transform:none}.offers-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.offer-card{padding:42px 36px;border:1px solid #e5d9be;background:var(--cream);transition:transform .3s,box-shadow .3s}.offer-card:hover{transform:translateY(-5px);box-shadow:0 24px 60px rgba(0,0,0,.07)}.offer-card.featured{background:var(--ink);color:var(--cream);border-color:var(--ink)}.offer-card.featured:hover{box-shadow:0 24px 60px rgba(0,0,0,.28)}.offer-tier{font-family:Newsreader,serif;font-style:italic;font-weight:400;font-size:14px;letter-spacing:.04em;color:var(--rust);margin-bottom:14px}.offer-name{font-family:Inter,sans-serif;font-size:24px;font-weight:800;margin-bottom:12px;line-height:1.2}.offer-tagline{font-size:16px;font-weight:300;color:var(--dust);line-height:1.65;margin-bottom:28px}.offer-card.featured .offer-tagline{color:var(--bone)}.offer-features{list-style:none;margin-bottom:28px}.offer-features li{font-size:15px;color:#3d3128;padding:9px 0;border-bottom:1px solid rgba(0,0,0,.06);display:flex;align-items:center;gap:10px}.offer-card.featured .offer-features li{color:var(--bone);border-bottom-color:hsla(0,0%,100%,.06)}.offer-features li:before{content:"✦";color:var(--rust);font-size:9px;flex-shrink:0}.offer-price{font-family:Inter,sans-serif;font-size:13px;font-style:italic;color:var(--dust);margin-bottom:22px}.offer-card.featured .offer-price{color:var(--bone)}.btn-offer{display:block;text-align:center;font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;padding:16px 24px;border:1.5px solid var(--ink);color:var(--ink);text-decoration:none;transition:all .22s}.btn-offer:hover{background:var(--ink);color:var(--cream)}.offer-card.featured .btn-offer{background:var(--rust);color:var(--cream);border-color:var(--rust)}.offer-card.featured .btn-offer:hover{background:var(--rust-dark);border-color:var(--rust-dark)}.manifesto{background:var(--ink-soft);padding:60px;border-top:1px solid hsla(0,0%,100%,.04)}.manifesto-inner{max-width:640px;margin:0 auto;text-align:center}.manifesto-quote{font-size:clamp(18px,1.8vw,26px);line-height:1.7;color:var(--cream);margin-bottom:36px}.manifesto-attr,.manifesto-quote{font-family:Newsreader,serif;font-weight:400;font-style:italic}.manifesto-attr{font-size:15px;letter-spacing:.04em;color:var(--rust);margin-top:28px;display:flex;align-items:center;justify-content:center;gap:14px}.manifesto-attr:after,.manifesto-attr:before{content:"";width:28px;height:1px;background:var(--rust);opacity:.5;flex-shrink:0}.manifesto-about-wrap{display:block}.about{background:var(--ink-soft);color:var(--cream);padding:80px 60px 40px;border-top:none}.about-eyebrow{margin-bottom:24px}.about-eyebrow-mobile{display:none}.about-eyebrow-desktop{display:flex}.about-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.about-img-wrap{display:flex;align-items:flex-start;justify-content:flex-end}.about-img{width:100%;max-width:460px;display:block;border:1px solid hsla(0,0%,100%,.06)}.about-headline{font-family:Newsreader,serif;font-size:clamp(32px,4.5vw,60px);font-weight:400;font-style:normal;text-transform:none;line-height:1.2;letter-spacing:-.01em;margin-bottom:28px}.about-headline em{font-style:italic;font-weight:600;color:var(--rust)}.about-body{font-size:16px;font-weight:400;color:#a09080;line-height:1.6;margin-bottom:20px}.final-cta{background:var(--ink);color:var(--cream);padding:150px 60px;text-align:center}.home-cta-badge{width:80px;height:80px;border:2px solid rgba(140,106,59,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 52px;position:relative}.home-cta-badge:before{content:"";position:absolute;inset:5px;border:1px solid rgba(140,106,59,.18);border-radius:50%}.cta-badge-star{font-size:26px;color:var(--rust);opacity:.75}.home-cta-headline{font-family:Big Shoulders Display,sans-serif;font-size:clamp(42px,6vw,80px);font-weight:900;text-transform:uppercase;line-height:1;max-width:800px;margin:0 auto 32px}.home-cta-headline em{font-family:Newsreader,serif;font-style:italic;font-weight:600;color:var(--rust);text-transform:none}.home-cta-sub{font-size:18px;font-weight:400;color:#a09080;max-width:600px;margin:0 auto 50px;line-height:1.6;white-space:nowrap}.home-cta-actions{display:flex;gap:22px;align-items:center;justify-content:center;flex-wrap:wrap}.cta-or{font-size:13px;color:var(--dust);font-style:italic}.home-footer{background:#0c0906;padding:40px 48px;border-top:1px solid hsla(0,0%,100%,.04)}.home-footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.home-footer-logo{font-family:Bebas Neue,sans-serif;font-size:14px;letter-spacing:.2em;color:hsla(41,27%,71%,.4)}.home-footer-logo span{color:var(--rust);opacity:.6}.home-footer-copy{font-size:11px;color:hsla(30,13%,48%,.35)}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:translateY(0)}.home-wrap{min-height:calc(100vh - 57px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 24px}.home-inner{max-width:860px;width:100%}.home-badge{font-family:Bebas Neue,sans-serif;font-size:12px;letter-spacing:.45em;color:var(--rust);display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:48px}.home-badge-line{display:block;width:48px;height:1px;background:var(--rust);opacity:.45}.home-headline{font-family:Inter,sans-serif;font-size:clamp(48px,7vw,96px);font-weight:800;line-height:1.05;color:var(--cream);margin-bottom:28px}.home-headline em{font-style:italic;color:var(--rust)}.home-sub{font-family:Inter,sans-serif;font-size:clamp(18px,2.5vw,26px);font-style:italic;font-weight:400;color:var(--bone);margin-bottom:28px;line-height:1.5}.home-desc{font-size:16px;font-weight:300;color:var(--dust);max-width:560px;margin:0 auto 56px;line-height:1.75}.home-actions{gap:16px;flex-wrap:wrap}.home-actions,.intro-wrap{display:flex;justify-content:center}.intro-wrap{min-height:calc(100vh - 57px);flex-direction:column;align-items:center;text-align:center;padding:60px 24px}.intro-badge{font-family:Newsreader,serif;font-style:italic;font-weight:400;font-size:15px;letter-spacing:.04em;color:var(--rust);display:flex;align-items:center;gap:16px;margin-bottom:40px}.intro-badge:after,.intro-badge:before{content:"";width:32px;height:1px;background:var(--rust);opacity:.5}.intro-headline{font-family:Inter,sans-serif;font-size:clamp(36px,5vw,64px);font-weight:800;text-transform:uppercase;line-height:1.08;max-width:720px;margin-bottom:20px}.intro-headline em{font-family:Newsreader,serif;font-style:italic;font-weight:600;color:var(--rust);text-transform:none}.intro-sub{font-size:16px;font-weight:300;color:var(--dust);max-width:500px;margin-bottom:14px;line-height:1.7}.intro-note{font-size:13px;color:var(--dust);opacity:.6;margin-bottom:48px;font-style:italic}.intro-what{display:flex;gap:32px;margin-bottom:52px;flex-wrap:wrap;justify-content:center}.intro-what-item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--bone)}.intro-what-item:before{content:"✦";color:var(--rust);font-size:9px}.quiz-wrap{min-height:calc(100vh - 57px);display:flex;flex-direction:column;align-items:center;padding:48px 24px 80px}.quiz-inner{width:100%;max-width:680px}.progress-bar{display:flex;gap:8px;margin-bottom:36px}.progress-step{flex:1 1;height:3px;background:hsla(0,0%,100%,.08);border-radius:2px;transition:background .3s}.progress-step.done{background:rgba(140,106,59,.45)}.progress-step.active{background:var(--rust)}.quiz-label{font-family:Bebas Neue,sans-serif;font-size:14px;letter-spacing:.25em;color:var(--rust);margin-bottom:20px}.quiz-question{font-family:Inter,sans-serif;font-size:clamp(22px,3vw,32px);font-weight:800;line-height:1.3;margin-bottom:32px;color:var(--cream)}.quiz-options{display:flex;flex-direction:column;gap:12px;margin-bottom:36px}.quiz-option{display:flex;align-items:center;gap:14px;padding:16px 20px;border:1px solid hsla(0,0%,100%,.09);background:var(--ink-card);color:var(--bone);font-size:15px;font-family:Inter,sans-serif;text-align:left;cursor:pointer;transition:all .2s}.quiz-option:hover{background:rgba(140,106,59,.08)}.quiz-option.selected,.quiz-option:hover{border-color:var(--rust);color:var(--cream)}.quiz-option.selected{background:rgba(140,106,59,.12)}.option-dot{width:18px;height:18px;border-radius:50%;border:2px solid;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .2s}.quiz-option.selected .option-dot{border-color:var(--rust)}.quiz-option.selected .option-dot:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--rust)}.email-wrap{min-height:calc(100vh - 57px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px}.email-inner{width:100%;max-width:480px;text-align:center}.email-badge{font-family:Bebas Neue,sans-serif;font-size:12px;letter-spacing:.45em;color:var(--rust);display:flex;align-items:center;gap:16px;margin-bottom:28px;justify-content:center}.email-badge:after,.email-badge:before{content:"";width:28px;height:1px;background:var(--rust);opacity:.5}.email-headline{font-family:Inter,sans-serif;font-size:clamp(30px,4vw,46px);font-weight:800;line-height:1.1;margin-bottom:16px}.email-sub{font-size:15px;font-weight:300;color:var(--dust);line-height:1.7;margin-bottom:36px}.email-form{gap:16px;text-align:left}.email-field,.email-form{display:flex;flex-direction:column}.email-field{gap:8px}.email-label{font-family:Bebas Neue,sans-serif;font-size:11px;letter-spacing:.3em;color:var(--bone)}.email-required{color:var(--rust)}.email-input{background:var(--ink-card);border:1px solid hsla(0,0%,100%,.09);color:var(--cream);font-family:Inter,sans-serif;font-size:15px;padding:14px 18px;outline:none;transition:border-color .2s;width:100%}.email-input::placeholder{color:var(--dust);opacity:.5}.email-input:focus{border-color:var(--rust)}.email-privacy{font-size:12px;color:var(--dust);opacity:.5;margin-top:14px;text-align:center}.loading-wrap{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 24px}.loading-spinner{width:48px;height:48px;border:2px solid rgba(140,106,59,.2);border-top:2px solid var(--rust);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:32px}@keyframes spin{to{transform:rotate(1turn)}}.loading-headline{font-family:Inter,sans-serif;font-size:26px;font-weight:800;margin-bottom:12px}.loading-sub{font-size:15px;color:var(--dust)}.btn-primary{font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;padding:20px 42px;background:var(--rust);color:var(--cream);border:1.5px solid var(--rust);cursor:pointer;transition:all .22s;text-decoration:none;display:inline-block}.btn-primary:hover{background:var(--rust-dark);border-color:var(--rust-dark)}.btn-primary:disabled{opacity:.35;cursor:not-allowed}.btn-ghost{font-family:Inter,sans-serif;font-size:13px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;padding:20px 42px;background:hsla(0,0%,100%,.04);color:hsla(0,0%,100%,.65);border:1px solid hsla(0,0%,100%,.14);cursor:pointer;transition:all .22s;text-decoration:none;display:inline-block}.btn-ghost:hover{border-color:hsla(0,0%,100%,.35);color:var(--cream);box-shadow:0 0 18px hsla(0,0%,100%,.06)}.results-wrap{min-height:100vh}.results-header{padding:60px 48px 48px;max-width:1100px;margin:0 auto}.results-eyebrow{font-family:Newsreader,serif;font-style:italic;font-weight:400;font-size:15px;letter-spacing:.04em;color:var(--rust);display:flex;align-items:center;gap:12px;margin-bottom:16px}.results-eyebrow:before{content:"";width:24px;height:1px;background:var(--rust);opacity:.5}.results-title{font-family:Inter,sans-serif;font-size:clamp(26px,3.2vw,42px);font-weight:800;text-transform:uppercase;margin-bottom:12px}.results-title em{font-style:italic;color:var(--rust)}.results-desc{font-size:16px;font-weight:300;color:var(--dust);max-width:520px;line-height:1.7}.gap-section{background:var(--ink-soft);border-top:1px solid hsla(0,0%,100%,.04);border-bottom:1px solid hsla(0,0%,100%,.04);padding:56px 48px}.gap-inner{max-width:820px;margin:0 auto}.gap-label{font-family:Newsreader,serif;font-style:italic;font-weight:400;font-size:15px;letter-spacing:.04em;color:var(--rust);display:flex;align-items:center;gap:12px;margin-bottom:20px}.gap-label:before{content:"";width:24px;height:1px;background:var(--rust);opacity:.5}.gap-body{font-family:Inter,sans-serif;font-size:clamp(18px,2vw,24px);font-weight:400;line-height:1.65;color:var(--cream)}.insights-section{padding:60px 48px;max-width:1100px;margin:0 auto}.insights-inner{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.insight-card{background:var(--ink-card);border:1px solid hsla(0,0%,100%,.06);padding:32px 28px}.insight-title{font-family:Newsreader,serif;font-style:italic;font-weight:400;font-size:14px;letter-spacing:.04em;color:var(--rust);margin-bottom:16px}.insight-body{font-size:16px;font-weight:300;color:var(--dust);line-height:1.75}.nextstep-section{background:var(--ink-soft);border-top:1px solid hsla(0,0%,100%,.04);padding:52px 48px}.nextstep-inner{max-width:820px;margin:0 auto;display:flex;align-items:baseline;gap:32px}.nextstep-label{font-family:Newsreader,serif;font-style:italic;font-weight:400;font-size:15px;letter-spacing:.04em;color:var(--rust);white-space:nowrap;flex-shrink:0}.nextstep-body{font-size:16px;font-weight:300;color:var(--bone);line-height:1.7}@media (max-width:768px){.gap-section,.insights-section,.nextstep-section{padding-left:20px;padding-right:20px}.insights-inner{grid-template-columns:1fr}.nextstep-inner{flex-direction:column;gap:12px}}.score-section{padding:0 48px 60px;max-width:1100px;margin:0 auto}.score-grid{display:grid;grid-template-columns:280px 1fr;grid-gap:24px;gap:24px;align-items:start}.score-main-card{background:var(--ink-card);border:1px solid hsla(0,0%,100%,.07);padding:40px 32px;text-align:center;position:relative}.score-main-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--rust),#b08a52)}.score-circle{width:120px;height:120px;border-radius:50%;border:3px solid rgba(140,106,59,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 24px;position:relative}.score-circle:after{content:"";position:absolute;inset:-3px;border-radius:50%;border-left:3px solid transparent;border-bottom:3px solid transparent;border-top:3px solid transparent;border-top-color:var(--rust);border-right:3px solid transparent;border-right-color:var(--rust)}.score-number{font-family:Inter,sans-serif;font-size:38px;font-weight:800;line-height:1;color:var(--cream)}.score-denom{font-size:13px;letter-spacing:.1em}.score-denom,.score-main-label{font-family:Bebas Neue,sans-serif;color:var(--dust)}.score-main-label{font-size:11px;letter-spacing:.3em;margin-bottom:8px}.score-main-title{font-family:Inter,sans-serif;font-size:22px;font-weight:800;color:var(--cream);margin-bottom:6px}.score-grade{font-family:Bebas Neue,sans-serif;font-size:13px;letter-spacing:.2em;color:var(--rust)}.score-bar-wrap{margin-top:24px}.score-bar-bg{height:4px;background:hsla(0,0%,100%,.08);border-radius:2px;margin-top:8px;overflow:hidden}.score-bar-fill{height:100%;background:var(--rust);border-radius:2px;transition:width 1s ease}.dimensions-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px;gap:2px}.dim-card{background:var(--ink-card);border:1px solid hsla(0,0%,100%,.055);padding:28px 24px}.dim-label{font-family:Bebas Neue,sans-serif;font-size:10px;letter-spacing:.3em;margin-bottom:12px}.dim-label.strong{color:#5a9e6f}.dim-label.developing{color:#c4a020}.dim-label.needs-work{color:#b84040}.dim-score-row{display:flex;align-items:flex-end;gap:6px;margin-bottom:8px}.dim-score-num{font-family:Inter,sans-serif;font-size:32px;font-weight:800;line-height:1}.dim-score-denom{font-family:Bebas Neue,sans-serif;font-size:13px;color:var(--dust);padding-bottom:4px}.dim-title{font-size:13px;font-weight:500;color:var(--bone);margin-bottom:6px}.dim-desc{font-size:11px;color:var(--dust);line-height:1.5}.dim-bar{height:2px;background:hsla(0,0%,100%,.06);margin-top:14px;border-radius:1px;overflow:hidden}.dim-bar-fill{height:100%;border-radius:1px;transition:width 1.2s ease}.dim-bar-fill.strong{background:#5a9e6f}.dim-bar-fill.developing{background:#c4a020}.dim-bar-fill.needs-work{background:#b84040}.score-key{display:flex;gap:24px;padding:16px 48px;max-width:1100px;margin:0 auto;font-family:Bebas Neue,sans-serif;font-size:11px;letter-spacing:.2em}.key-item{display:flex;align-items:center;gap:7px}.key-dot{width:8px;height:8px;border-radius:50%}.key-dot.strong{background:#5a9e6f}.key-dot.developing{background:#c4a020}.key-dot.needs-work{background:#b84040}.key-item span{color:var(--dust)}.analysis-section{background:var(--ink-soft);border-top:1px solid hsla(0,0%,100%,.04);padding:60px 48px;margin-top:48px}.analysis-inner{max-width:1100px;margin:0 auto}.analysis-eyebrow{font-family:Bebas Neue,sans-serif;font-size:11px;letter-spacing:.4em;color:var(--rust);display:flex;align-items:center;gap:12px;margin-bottom:16px}.analysis-eyebrow:before{content:"";width:24px;height:1px;background:var(--rust);opacity:.5}.analysis-headline{font-family:Inter,sans-serif;font-size:clamp(24px,3vw,36px);font-weight:800;margin-bottom:40px}.analysis-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.analysis-card{background:var(--ink-card);border:1px solid hsla(0,0%,100%,.06);padding:32px}.analysis-card-label{font-family:Bebas Neue,sans-serif;font-size:10px;letter-spacing:.35em;gap:10px;margin-bottom:16px}.analysis-card-icon,.analysis-card-label{color:var(--rust);display:flex;align-items:center}.analysis-card-icon{width:20px;height:20px;border:1px solid rgba(140,106,59,.35);justify-content:center;font-size:9px;flex-shrink:0}.analysis-card-title{font-family:Inter,sans-serif;font-size:20px;font-weight:800;margin-bottom:12px;line-height:1.25}.analysis-card-body{font-size:14px;font-weight:300;color:var(--dust);line-height:1.72}.analysis-card-badge{display:inline-block;font-family:Bebas Neue,sans-serif;font-size:10px;letter-spacing:.18em;color:var(--rust);border:1px solid rgba(140,106,59,.3);padding:4px 10px;margin-top:16px}.cta-section{background:var(--ink);border-top:1px solid hsla(0,0%,100%,.04);padding:80px 48px;text-align:center}.cta-inner{max-width:700px;margin:0 auto}.cta-badge{width:64px;height:64px;border:2px solid rgba(140,106,59,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 40px;position:relative}.cta-badge:before{content:"";position:absolute;inset:5px;border:1px solid rgba(140,106,59,.18);border-radius:50%}.cta-headline{font-family:Inter,sans-serif;font-size:clamp(28px,4vw,46px);font-weight:800;text-transform:uppercase;line-height:1.1;margin-bottom:20px}.cta-headline em{font-weight:600;text-transform:none}.cta-headline em,.cta-next-step{font-family:Newsreader,serif;font-style:italic;color:var(--rust)}.cta-next-step{font-weight:400;font-size:15px;letter-spacing:.04em;margin-bottom:16px}.cta-body{font-size:16px;font-weight:300;color:var(--dust);line-height:1.75;margin-bottom:14px}.cta-includes{list-style:none;margin:20px auto 36px;max-width:400px;text-align:left}.cta-includes li{font-size:14px;color:var(--bone);padding:9px 0;border-bottom:1px solid hsla(0,0%,100%,.05);display:flex;align-items:center;gap:12px}.cta-includes li:before{content:"✦";color:var(--rust);font-size:9px;flex-shrink:0}.cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.footer-legal-links{display:flex;align-items:center;gap:24px}.footer-legal-link{font-size:11px;color:hsla(30,13%,48%,.5);text-decoration:none;letter-spacing:.08em;transition:color .2s}.footer-legal-link:hover{color:var(--dust)}.legal-wrap{max-width:760px;margin:0 auto;padding:80px 48px 100px}.legal-eyebrow{font-family:Newsreader,serif;font-style:italic;font-weight:400;font-size:14px;color:var(--rust);letter-spacing:.04em;margin-bottom:16px;display:flex;align-items:center;gap:12px}.legal-eyebrow:before{content:"";width:24px;height:1px;background:var(--rust);opacity:.5}.legal-headline{font-family:Big Shoulders Display,sans-serif;font-size:clamp(36px,5vw,60px);font-weight:900;text-transform:uppercase;line-height:1;color:var(--cream);margin-bottom:12px;letter-spacing:.02em}.legal-meta{font-size:12px;color:var(--dust);opacity:.6;letter-spacing:.08em;margin-bottom:36px}.legal-intro{font-size:17px;color:var(--bone);line-height:1.75;margin-bottom:60px;border-left:2px solid rgba(140,106,59,.35);padding-left:20px}.legal-section{margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid hsla(0,0%,100%,.05)}.legal-section:last-child{border-bottom:none}.legal-section-title{font-family:Inter,sans-serif;font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--cream);margin-bottom:16px}.legal-body{font-size:15px;font-weight:300;color:var(--dust);line-height:1.8;margin-bottom:14px}.legal-list{list-style:none;margin:0 0 14px;padding:0;display:flex;flex-direction:column;gap:8px}.legal-list li{font-size:15px;font-weight:300;color:var(--dust);line-height:1.6;padding-left:20px;position:relative}.legal-list li:before{content:"✦";color:var(--rust);font-size:7px;position:absolute;left:0;top:5px}.legal-link{color:var(--rust);text-decoration:none;border-bottom:1px solid rgba(140,106,59,.3);transition:border-color .2s}.legal-link:hover{border-color:var(--rust)}@media (max-width:768px){.legal-wrap{padding:60px 24px 80px}.footer-legal-links{gap:16px}}.audit-disclaimer-bar{background:var(--ink);border-top:1px solid hsla(0,0%,100%,.04);padding:28px 48px}.audit-disclaimer{font-size:11px;font-style:italic;color:var(--dust);opacity:.55;line-height:1.7;max-width:860px;margin:48px auto 0;text-align:center;display:block}.site-footer{background:#0c0906;border-top:1px solid hsla(0,0%,100%,.06);padding:72px 60px 40px}.site-footer-inner{max-width:1100px;margin:0 auto}.site-footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr;grid-gap:64px;gap:64px;padding-bottom:56px;border-bottom:1px solid hsla(0,0%,100%,.06);margin-bottom:32px}.site-footer-logo{font-family:Bebas Neue,sans-serif;font-size:16px;letter-spacing:.22em;color:var(--cream);text-decoration:none;display:block;margin-bottom:16px;opacity:.85}.site-footer-logo span{color:var(--rust)}.site-footer-tagline{font-size:13px;font-weight:300;color:var(--dust);line-height:1.75;max-width:280px}.site-footer-col-label{font-family:Newsreader,serif;font-style:italic;font-weight:400;font-size:13px;color:var(--rust);letter-spacing:.04em;margin-bottom:20px;display:flex;align-items:center;gap:10px}.site-footer-col-label:before{content:"";width:20px;height:1px;background:var(--rust);opacity:.5}.site-footer-nav{display:flex;flex-direction:column;gap:14px}.site-footer-link{display:flex;flex-direction:column;gap:2px;font-size:14px;font-weight:400;color:var(--dust);text-decoration:none;transition:color .2s;line-height:1.4}.site-footer-link:hover{color:var(--cream)}.site-footer-link-tier{font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--rust);opacity:.7}.site-footer-social{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--dust);text-decoration:none;transition:color .2s}.site-footer-social:hover{color:var(--cream)}.site-footer-social svg{flex-shrink:0;opacity:.7}.site-footer-cta{font-size:13px;font-weight:500;letter-spacing:.06em;color:var(--rust)!important;margin-top:6px}.site-footer-bottom{display:flex;justify-content:space-between;align-items:center}.site-footer-copy{font-size:11px;color:hsla(30,13%,48%,.35)}@media (max-width:768px){.site-footer{padding:56px 24px 36px}.site-footer-top{grid-template-columns:1fr;gap:40px;padding-bottom:40px}.site-footer-tagline{max-width:100%}.site-footer-bottom{flex-direction:column;gap:16px;text-align:center}.footer-legal-links{justify-content:center}}.results-footer{background:#0c0906;padding:28px 48px;border-top:1px solid hsla(0,0%,100%,.04);display:flex;justify-content:space-between;align-items:center}.footer-logo{font-family:Bebas Neue,sans-serif;font-size:13px;letter-spacing:.2em;color:hsla(41,27%,71%,.4)}.footer-logo span{color:rgba(140,106,59,.5)}.footer-copy{font-size:11px;color:hsla(30,13%,48%,.35)}.strategy-main{padding:60px 48px 80px;max-width:1200px;margin:0 auto}.strategy-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:start}.strategy-eyebrow{font-family:Bebas Neue,sans-serif;font-size:11px;letter-spacing:.45em;color:var(--rust);display:flex;align-items:center;gap:12px;margin-bottom:24px}.strategy-eyebrow:before{content:"";width:24px;height:1px;background:var(--rust);opacity:.5}.strategy-headline{font-family:Inter,sans-serif;font-size:clamp(32px,3.5vw,52px);font-weight:800;line-height:1.1;margin-bottom:20px}.strategy-headline em{font-style:italic;color:var(--rust)}.strategy-desc{font-size:16px;font-weight:300;color:var(--dust);line-height:1.75;margin-bottom:40px}.strategy-list{display:flex;flex-direction:column;gap:28px;margin-bottom:40px}.strategy-item{display:flex;gap:20px;align-items:flex-start}.strategy-item-marker{font-family:Bebas Neue,sans-serif;font-size:13px;letter-spacing:.1em;color:var(--rust);opacity:.6;padding-top:2px;flex-shrink:0}.strategy-item-title{font-size:15px;font-weight:500;color:var(--cream);margin-bottom:4px}.strategy-item-desc{line-height:1.6}.strategy-item-desc,.strategy-note{font-size:13px;font-weight:300;color:var(--dust)}.strategy-note{opacity:.6;line-height:1.65;border-left:2px solid rgba(140,106,59,.3);padding-left:16px;font-style:italic}.strategy-calendar{position:-webkit-sticky;position:sticky;top:80px;background:var(--ink-card);border:1px solid hsla(0,0%,100%,.06);overflow:hidden}.cs-wrap{min-height:100vh;display:flex;flex-direction:column;position:relative}.cs-nav{position:absolute;top:0;left:0;right:0;z-index:10;padding:24px 48px}.cs-hero,.cs-nav{display:flex;align-items:center}.cs-hero{position:relative;flex:1 1;min-height:100vh;justify-content:center;background-image:url(/hero-horses.png);background-size:cover;background-position:50%}.cs-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,13,11,.72) 0,rgba(18,13,11,.55) 50%,rgba(18,13,11,.8))}.cs-content{position:relative;z-index:2;text-align:center;padding:120px 24px 80px;max-width:640px;margin:0 auto}.cs-eyebrow{font-size:14px;letter-spacing:.3em;color:var(--rust);margin-bottom:20px}.cs-eyebrow,.cs-headline{font-family:Bebas Neue,sans-serif}.cs-headline{font-size:clamp(72px,12vw,140px);letter-spacing:.08em;color:var(--cream);line-height:1;margin-bottom:24px}.cs-sub{font-size:17px;color:var(--bone);line-height:1.75;margin-bottom:40px}.cs-form{display:flex;gap:12px;max-width:480px;margin:0 auto}.cs-input{flex:1 1;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.18);color:var(--cream);font-family:Inter,sans-serif;font-size:15px;padding:13px 20px;outline:none;transition:border-color .2s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cs-input::placeholder{color:var(--dust)}.cs-input:focus{border-color:var(--rust)}.cs-btn{white-space:nowrap}.cs-success{font-size:16px;color:var(--parchment);line-height:1.6;padding:20px 32px;border:1px solid rgba(140,106,59,.4);background:rgba(140,106,59,.12)}.cs-error{margin-top:12px;font-size:13px;color:var(--rust)}.cs-footer{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:24px 48px;z-index:2}@media (max-width:600px){.cs-nav{padding:20px 24px}.cs-form{flex-direction:column}.cs-hero{min-height:auto;padding-bottom:80px}.cs-content{padding-bottom:60px}.cs-sub{font-size:15px}.cs-footer{position:relative;bottom:auto;left:auto;right:auto;padding:20px 24px;flex-direction:column;gap:6px;text-align:center;background:rgba(18,13,11,.95)}}.cowboy-coming-banner{background:var(--rust);color:var(--cream);text-align:center;padding:12px 24px;font-family:Bebas Neue,sans-serif;font-size:15px;letter-spacing:.2em;display:flex;align-items:center;justify-content:center;gap:16px}.cowboy-coming-star{font-size:9px;opacity:.7}.strat-hero{padding:0;border-bottom:1px solid hsla(0,0%,100%,.06);background:var(--ink);overflow:hidden;position:relative;min-height:58vh;display:flex;align-items:center}.strat-hero:before{content:"";inset:0;background:linear-gradient(90deg,#0c0a08 48%,rgba(12,10,8,.5) 58%,rgba(12,10,8,0) 68%);z-index:1}.strat-hero-photo,.strat-hero:before{position:absolute;pointer-events:none}.strat-hero-photo{left:28%;top:0;height:100%;width:auto;object-fit:cover;object-position:left top;z-index:0}.strat-hero-inner{max-width:1180px;margin:0 auto;width:100%;padding:120px 80px;position:relative;z-index:1;display:flex;justify-content:flex-start}.strat-eyebrow{font-family:Newsreader,serif;font-style:italic;font-weight:400;font-size:15px;letter-spacing:.04em;color:var(--rust);margin-bottom:20px;display:flex;align-items:center;gap:14px}.strat-eyebrow:after,.strat-eyebrow:before{content:"";width:28px;height:1px;background:var(--rust);opacity:.55;flex-shrink:0}.strat-headline{margin-bottom:28px;display:flex;flex-direction:column;gap:16px}.strat-hl-main{font-family:Big Shoulders Display,sans-serif;font-size:clamp(42px,5.5vw,72px);font-weight:900;text-transform:uppercase;line-height:.95;color:var(--cream);display:block}.strat-hl-editorial{font-family:Newsreader,serif;font-style:italic;font-weight:400;font-size:clamp(22px,2.4vw,32px);line-height:1.3;color:var(--rust);display:block;text-transform:none;letter-spacing:-.01em}.strat-hl-editorial em{font-weight:600;color:var(--rust);font-style:italic}.strat-sub{font-size:17px;color:var(--bone);line-height:1.75;max-width:520px}.strat-disclaimer{margin-top:16px;font-size:13px;color:var(--dust);letter-spacing:.04em}.strat-hero-copy{padding-bottom:80px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:540px;width:100%}.strat-hero-img-wrap{position:relative;align-self:stretch;min-height:600px}.strat-hero-img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top;position:absolute;top:0;right:0;bottom:0;left:0;object-position:top center;filter:grayscale(20%) contrast(1.05)}.strat-what{padding:100px 48px;background:var(--ink-soft);text-align:center}.strat-what-inner{max-width:1100px;margin:0 auto}.strat-what-headline{font-family:Inter,sans-serif;font-size:clamp(28px,3.5vw,44px);font-weight:800;text-transform:uppercase;line-height:1.2;color:var(--cream);margin-bottom:36px}.strat-what-headline em{font-family:Newsreader,serif;font-style:italic;font-weight:600;color:var(--rust);text-transform:none}.strat-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:48px;gap:48px;text-align:left}.strat-step{border-top:1px solid hsla(0,0%,100%,.08);padding-top:28px}.strat-step-num{font-family:Bebas Neue,sans-serif;font-size:48px;color:var(--rust);opacity:.35;line-height:1;margin-bottom:12px}.strat-step-title{font-family:Inter,sans-serif;font-size:20px;font-weight:800;color:var(--cream);margin-bottom:12px;line-height:1.3}.strat-step-body{font-size:15px;color:var(--bone);line-height:1.7}.strat-for{padding:100px 48px;border-top:1px solid hsla(0,0%,100%,.06);border-bottom:1px solid hsla(0,0%,100%,.06)}.strat-for-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px}.strat-for-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:16px}.strat-for-list li{font-size:19px;color:var(--bone);line-height:1.6;padding-left:28px;position:relative}.strat-for-list li:before{content:"✦";color:var(--rust);font-size:8px;position:absolute;left:0;top:6px}.strat-for-list-muted li{color:var(--dust)}.strat-for-list-muted li:before{color:rgba(140,106,59,.4)}.strat-for-note{margin-top:32px;font-size:14px;color:var(--dust);line-height:1.7;border-left:2px solid rgba(140,106,59,.3);padding-left:16px;font-style:italic}.strat-for .section-label:after,.strat-for .section-label:before{display:none}.strat-quote{padding:80px 48px;text-align:center;background:var(--ink-soft)}.strat-quote-inner{max-width:760px;margin:0 auto}.strat-quote-text{font-family:Inter,sans-serif;font-size:clamp(20px,2.5vw,28px);font-style:italic;color:var(--parchment);line-height:1.6;margin-bottom:24px}.strat-quote-attr{font-size:13px;letter-spacing:.1em;color:var(--dust);text-transform:uppercase}.strat-cal-section{padding:80px 48px;background:var(--ink-soft);border-top:1px solid hsla(0,0%,100%,.06);border-bottom:1px solid hsla(0,0%,100%,.06)}.strat-cal-inner{max-width:900px;margin:0 auto}.strat-cal-label{font-family:Bebas Neue,sans-serif;font-size:15px;letter-spacing:.28em;color:var(--rust);margin-bottom:28px;text-align:center}.strat-cal-wrap{border:1px solid hsla(0,0%,100%,.08);border-radius:4px;overflow:hidden;background:#fff}.strat-cta{padding:120px 48px;text-align:center}.strat-cta-inner{max-width:640px;margin:0 auto}.strat-cta-headline{font-family:Big Shoulders Display,sans-serif;font-size:clamp(36px,5vw,64px);font-weight:900;text-transform:uppercase;line-height:1;color:var(--cream);margin-bottom:20px}.strat-cta-headline em{font-family:Newsreader,serif;font-style:italic;font-weight:600;color:var(--rust);text-transform:none;letter-spacing:.01em}.strat-cta-sub{font-size:17px;color:var(--bone);line-height:1.75;margin-bottom:40px;max-width:540px;text-wrap:pretty}.strat-cta-alt{margin-top:20px;font-size:14px;color:var(--dust)}.strat-booking{background:var(--ink);padding:100px 60px;border-top:1px solid hsla(0,0%,100%,.05);scroll-margin-top:80px}.strat-booking-inner{max-width:860px;margin:0 auto}.strat-booking-header{text-align:center;margin-bottom:56px}.strat-booking-headline{font-family:Big Shoulders Display,sans-serif;font-size:clamp(36px,5vw,64px);font-weight:900;text-transform:uppercase;line-height:1;color:var(--cream);margin-bottom:16px}.strat-booking-headline em{font-family:Newsreader,serif;font-style:italic;font-weight:600;color:var(--rust);text-transform:none;letter-spacing:.01em}.strat-booking-sub{font-size:16px;color:var(--dust);margin-top:12px}.strat-booking-embed{background:#fff;border-radius:2px;overflow:hidden;min-height:1100px}@media (max-width:960px){.strat-hero-inner{padding:100px 48px}.strat-for-inner,.strat-steps{grid-template-columns:1fr}.strat-for-inner{gap:56px}.home-nav{padding:16px 24px}.nav-dropdown-menu{display:none}.about,.diagnostic,.divide,.ecosystem,.final-cta,.home-hero,.manifesto,.offers{padding-left:24px;padding-right:24px}.about-inner,.diagnostic-inner,.divide-inner{grid-template-columns:1fr;gap:44px}.ecosystem-grid,.offers-grid{grid-template-columns:1fr}.about-img-wrap{display:none}.home-footer{padding:32px 24px}}.links-wrap{min-height:100vh;background:#0c0906;display:flex;flex-direction:column;align-items:center;padding:64px 24px 80px}.links-header{text-align:center;margin-bottom:48px;max-width:480px;width:100%}.links-logo{font-family:Big Shoulders Display,sans-serif;font-weight:900;font-size:22px;letter-spacing:.2em;color:var(--bone);text-transform:uppercase;margin:0 0 10px}.links-logo span{color:var(--rust)}.links-eyebrow{font-family:Newsreader,serif;font-style:italic;font-size:13px;color:rgba(140,106,59,.75);letter-spacing:.04em;margin:0 0 18px}.links-bio{font-family:Inter,sans-serif;font-size:14px;line-height:1.65;color:var(--dust);margin:0}.links-list{gap:14px;width:100%;max-width:480px}.links-card,.links-list{display:flex;flex-direction:column}.links-card{gap:4px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:10px;padding:20px 24px;text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .15s ease}.links-card:hover{background:hsla(0,0%,100%,.07);border-color:rgba(140,106,59,.3);transform:translateY(-1px)}.links-card-featured{background:rgba(140,106,59,.12);border-color:rgba(140,106,59,.35)}.links-card-featured:hover{background:rgba(140,106,59,.18);border-color:rgba(140,106,59,.55)}.links-card-tier{font-family:Inter,sans-serif;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--rust);margin-bottom:2px}.links-card-label{font-family:Big Shoulders Display,sans-serif;font-weight:900;font-size:20px;letter-spacing:.04em;color:var(--cream);text-transform:uppercase}.links-card-sub{font-family:Inter,sans-serif;font-size:13px;line-height:1.5;color:var(--dust);margin-top:4px}.links-footer{margin-top:56px;display:flex;flex-direction:column;align-items:center;gap:10px}.links-footer-copy{font-family:Inter,sans-serif;font-size:11px;color:hsla(30,13%,48%,.35);margin:0}@media (max-width:768px){.strat-cal-section{padding:60px 24px}.strat-hero{min-height:80vh}.strat-hero:before{background-image:linear-gradient(180deg,rgba(12,10,8,.2) 0,rgba(12,10,8,.7) 55%,rgba(12,10,8,.97)),url(/breanna-hat.png);background-position:top}.strat-hero-inner{padding:60px 24px 80px;justify-content:flex-start}.strat-hero-copy{padding-bottom:0;max-width:100%}.strat-what{padding:60px 24px}.strat-steps{grid-template-columns:1fr;gap:36px}.strat-for{padding:60px 24px}.strat-for-inner{grid-template-columns:1fr;gap:48px}.strat-quote{padding:60px 24px}.strat-cta{padding:80px 24px}.strat-booking{padding:60px 24px}.strat-cta-headline span,.strat-what-headline span{white-space:normal!important}.nav{padding:16px 20px}.analysis-section,.cta-section,.results-header,.score-section{padding-left:20px;padding-right:20px}.analysis-grid,.dimensions-grid,.score-grid{grid-template-columns:1fr}.score-key{padding:16px 20px}.results-footer{padding:20px;flex-direction:column;gap:8px;text-align:center}.strategy-main{padding:40px 20px 60px}.strategy-inner{grid-template-columns:1fr;gap:40px}.strategy-calendar{position:static}.gap-section,.insights-section,.nextstep-section{padding-left:20px;padding-right:20px}.insights-inner{grid-template-columns:1fr}.nextstep-inner{flex-direction:column;gap:12px}.home-nav{padding:16px 20px}.nav-desktop{display:none}.nav-hamburger{display:flex}.home-hero{padding:96px 24px 64px;min-height:100vh}.hero-headline{font-size:44px;line-height:1}.hero-headline span{white-space:normal!important}.hero-copy{font-size:15px;max-width:100%;margin-bottom:36px}.hero-ctas{flex-direction:column;align-items:stretch;gap:12px;width:100%;max-width:340px;margin:0 auto}.hero-ctas .btn-ghost,.hero-ctas .btn-primary{width:100%;text-align:center;box-sizing:border-box}.hero-badge{font-size:14px;gap:12px;margin-bottom:28px}.scroll-hint{display:none}.divide{padding:60px 24px}.divide-inner{grid-template-columns:1fr;gap:16px}.divide-quote,.divide-quote-rust{font-size:clamp(24px,6.5vw,32px)}.divide-ornament{max-width:none;margin-left:auto;margin-right:auto}.ecosystem{padding:60px 24px}.ecosystem-headline{font-size:clamp(26px,7vw,40px)}.ecosystem-headline span{white-space:normal!important}.ecosystem-header{margin-bottom:32px}.ecosystem-grid{grid-template-columns:1fr;gap:16px}.diagnostic{padding:60px 24px}.diagnostic-inner{grid-template-columns:1fr;gap:48px}.diag-ui{display:none}.offers{padding:60px 24px}.offers-header{text-align:center;margin-bottom:32px}.offers-header .section-label{justify-content:center}.offers-headline{font-size:clamp(28px,7vw,44px)}.offers-headline span{white-space:normal!important}.offers-grid{grid-template-columns:1fr;gap:16px}.manifesto{padding:60px 24px}.manifesto-quote{font-size:clamp(16px,4.5vw,22px)}.manifesto-about-wrap{display:flex;flex-direction:column}.manifesto{order:2}.about{order:1;padding:40px 24px 60px}.about-inner{grid-template-columns:1fr;gap:32px}.about-img-wrap{display:flex!important;flex-direction:column;align-items:center}.about-img{width:100%;max-height:560px;object-fit:cover;object-position:top center}.about-eyebrow-mobile{display:flex;justify-content:center;margin-bottom:16px;width:100%}.about-eyebrow-desktop{display:none}.final-cta{padding:80px 24px}.home-cta-headline{font-size:clamp(36px,9vw,56px)}.home-cta-headline span,.home-cta-sub{white-space:normal!important}.home-cta-sub{font-size:16px}.home-cta-actions{flex-direction:column;align-items:stretch;gap:12px;width:100%;max-width:340px;margin-left:auto;margin-right:auto}.home-cta-actions .btn-ghost,.home-cta-actions .btn-primary{width:100%;text-align:center;box-sizing:border-box}.cta-or{text-align:center}.home-footer-inner{flex-direction:column;gap:8px;text-align:center;padding:24px}}