@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600&family=DM+Sans:wght@300;400;500&family=DM+Mono:wght@400&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #030303;--bg2: #080808;--bg3: #0d0d0d;--bg4: #151515;--text: #e0e0e0;--muted: #888888;--accent: #bda664;--accent2: #d8c381;--border: rgba(189,166,100,.15);--border2: rgba(255,255,255,.06);--red: #8b0000}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden;text-align:center}h1,h2,h3,h4{font-family:Cormorant Garamond,serif;line-height:1.15;font-weight:600}a{color:inherit;text-decoration:none}.container{max-width:1160px;margin:0 auto;padding:0 32px;display:flex;flex-direction:column;align-items:center}.container--narrow{max-width:780px;margin:0 auto;padding:0 32px;display:flex;flex-direction:column;align-items:center}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");pointer-events:none;z-index:0;opacity:.6}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 0;border-bottom:1px solid transparent;transition:all .4s ease;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}nav.scrolled{background:#030303eb;border-color:var(--border2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1160px;margin:0 auto;padding:0 32px}.nav-logo{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;letter-spacing:.02em;color:var(--text)}.nav-logo span{color:var(--accent)}.nav-links{display:flex;align-items:center;gap:36px;list-style:none}.nav-links a{font-size:13px;font-weight:400;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-cta{font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:10px 22px;border:1px solid var(--accent);color:var(--accent);border-radius:2px;transition:all .2s}.nav-cta:hover{background:var(--accent);color:var(--bg)}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:140px 0 80px;position:relative;width:100%}.hero:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:.4}.hero-eyebrow{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:28px}.hero-eyebrow-line{width:40px;height:1px;background:var(--accent)}.hero-eyebrow span{font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--accent)}.hero h1{font-size:clamp(52px,7vw,96px);font-weight:300;color:var(--text);max-width:920px;margin:0 auto 12px;text-align:center}.hero h1 em{font-style:italic;color:var(--accent)}.hero-sub{font-size:clamp(16px,2vw,19px);color:var(--muted);max-width:620px;margin:0 auto 48px;font-weight:300;line-height:1.8;text-align:center}.hero-actions{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--accent);color:var(--bg);font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:16px 32px;border-radius:2px;transition:all .2s}.btn-primary:hover{background:var(--accent2);transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;color:var(--text);font-size:13px;font-weight:400;letter-spacing:.06em;text-transform:uppercase;padding:16px 0;border-bottom:1px solid var(--border2);transition:all .2s}.btn-secondary:hover{color:var(--accent);border-color:var(--accent)}.hero-scroll{margin-top:80px;display:flex;align-items:center;justify-content:center;gap:12px}.hero-scroll span{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.scroll-line{width:60px;height:1px;background:var(--border2);position:relative;overflow:hidden}.scroll-line:after{content:"";position:absolute;left:-100%;top:0;width:100%;height:100%;background:var(--accent);animation:slide 2s ease-in-out infinite}@keyframes slide{0%,to{left:-100%}50%{left:100%}}.trust-bar{padding:48px 0;border-top:1px solid var(--border2);border-bottom:1px solid var(--border2);background:var(--bg2);width:100%}.trust-bar-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:0;width:100%}.trust-item{padding:0 40px;border-right:1px solid var(--border2);display:flex;flex-direction:column;align-items:center;text-align:center}.trust-item:last-child{border-right:none}.trust-number{font-family:Cormorant Garamond,serif;font-size:54px;font-weight:300;color:var(--accent);line-height:1;margin-bottom:6px}.trust-label{font-size:12px;font-weight:400;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}section{position:relative;width:100%}.section-pad{padding:120px 0}.section-label{display:flex;align-items:center;justify-content:center;width:100%;gap:14px;margin-bottom:20px}.section-label span{font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--accent)}.section-label:before,.section-label:after{content:"";width:40px;height:1px;background:var(--accent);opacity:.5}.problem-bg{background:var(--bg3)}.problem-headline{font-size:clamp(38px,5vw,66px);font-weight:300;max-width:820px;margin:0 auto 40px;line-height:1.2;text-align:center}.problem-headline em{font-style:italic;color:var(--accent)}.problem-body{font-size:17px;color:var(--muted);max-width:640px;margin:0 auto;line-height:1.9;font-weight:300;text-align:center}.problem-body strong{color:var(--text);font-weight:400}.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin-top:80px;background:var(--border2);width:100%}.problem-card{background:var(--bg2);padding:40px;display:flex;flex-direction:column;align-items:center;text-align:center}.problem-card-num{font-family:DM Mono,monospace;font-size:11px;color:var(--accent);letter-spacing:.1em;margin-bottom:16px}.problem-card-title{font-size:22px;font-family:Cormorant Garamond,serif;font-weight:600;margin-bottom:12px;color:var(--text)}.problem-card-body{font-size:14px;color:var(--muted);line-height:1.8}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border2);margin-top:64px;width:100%}.audience-card{background:var(--bg);padding:48px 40px;transition:background .3s;display:flex;flex-direction:column;align-items:center;text-align:center}.audience-card:hover{background:var(--bg3)}.audience-tag{display:inline-block;font-size:10px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);border:1px solid var(--border);padding:5px 12px;border-radius:2px;margin-bottom:24px}.audience-title{font-size:28px;font-weight:600;margin-bottom:14px}.audience-body{font-size:14px;color:var(--muted);line-height:1.9;margin-bottom:28px}.audience-list{list-style:none;display:flex;flex-direction:column;align-items:center;gap:8px}.audience-list li{font-size:13px;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:10px}.audience-list li:before{content:"—";color:var(--accent);flex-shrink:0}.services-bg{background:var(--bg3)}.services-intro{font-size:clamp(30px,4vw,52px);font-weight:300;max-width:760px;line-height:1.2;margin:0 auto 72px;text-align:center}.services-intro em{font-style:italic;color:var(--accent)}.services-list{display:flex;flex-direction:column;gap:1px;background:var(--border2);width:100%}.service-row{background:var(--bg2);display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;padding:48px;cursor:pointer;transition:background .2s}.service-row:hover{background:var(--bg3)}.service-num{font-family:DM Mono,monospace;font-size:12px;color:var(--accent);letter-spacing:.1em}.service-title{font-size:30px;font-family:Cormorant Garamond,serif;font-weight:600;margin-bottom:12px}.service-desc{font-size:14px;color:var(--muted);max-width:600px;margin:0 auto 20px;line-height:1.8}.service-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.service-tag{font-size:11px;color:var(--muted);border:1px solid var(--border2);padding:4px 10px;border-radius:2px;letter-spacing:.06em}.service-cta{font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);padding:12px 24px;border:1px solid var(--border);border-radius:2px;white-space:nowrap;transition:all .2s;align-self:center;margin-top:10px}.service-cta:hover{background:var(--accent);color:var(--bg)}.testimonials-headline{font-size:clamp(36px,4.5vw,64px);font-weight:300;max-width:700px;margin:0 auto 16px;line-height:1.2;text-align:center}.testimonials-headline em{font-style:italic;color:var(--accent)}.testimonials-sub{font-size:15px;color:var(--muted);margin:0 auto 72px;font-weight:300;text-align:center}.testi-featured{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border2);margin-bottom:1px;width:100%}.testi-card{background:var(--bg);padding:48px 40px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;transition:background .3s}.testi-card:hover{background:var(--bg3)}.testi-card.featured{background:var(--bg3);border-top:2px solid var(--accent)}.testi-stars{display:flex;justify-content:center;gap:4px}.star{width:12px;height:12px;background:var(--accent);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.testi-quote{font-family:Cormorant Garamond,serif;font-size:20px;font-weight:400;line-height:1.6;color:var(--text);flex:1}.testi-quote:before{content:"“";color:var(--accent);margin-right:2px}.testi-quote:after{content:"”";color:var(--accent);margin-left:2px}.testi-author{border-top:1px solid var(--border2);padding-top:20px;width:100%}.testi-name{font-size:13px;font-weight:500;color:var(--text);margin-bottom:2px}.testi-meta{font-size:12px;color:var(--muted);letter-spacing:.04em}.testi-grid-small{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border2);width:100%}.testi-small{background:var(--bg);padding:32px 28px;display:flex;flex-direction:column;align-items:center;text-align:center}.testi-small-quote{font-size:14px;color:var(--muted);line-height:1.8;margin:12px 0 20px}.testi-small-name{font-size:12px;font-weight:500;color:var(--text)}.testi-small-date{font-size:11px;color:var(--muted)}.about-bg{background:var(--bg2)}.about-grid{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:60px;max-width:800px;margin:0 auto}.about-image-frame{position:relative;width:100%;max-width:400px}.about-image-placeholder{width:100%;aspect-ratio:4/5;background:var(--bg4);border:1px solid var(--border2);display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:13px;letter-spacing:.08em;text-transform:uppercase}.about-image-frame:after{content:"";position:absolute;bottom:-16px;right:-16px;width:calc(100% - 24px);height:calc(100% - 24px);border:1px solid var(--border);pointer-events:none;z-index:-1}.about-content{padding-top:12px;display:flex;flex-direction:column;align-items:center;text-align:center}.about-headline{font-size:clamp(34px,4vw,52px);font-weight:300;line-height:1.15;margin:0 auto 32px}.about-headline em{font-style:italic;color:var(--accent)}.about-body{font-size:15px;color:var(--muted);line-height:1.9;font-weight:300;margin:0 auto 48px}.about-body strong{color:var(--text);font-weight:400}.cred-list{display:flex;flex-direction:column;align-items:center;gap:14px;margin-bottom:48px}.cred-item{display:flex;align-items:center;justify-content:center;gap:16px;font-size:13px;color:var(--muted)}.cred-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.about-socials{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.social-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border2);padding-bottom:4px;transition:all .2s}.social-link:hover{color:var(--accent);border-color:var(--accent)}.training-cta{background:var(--bg3);border:1px solid var(--border2);border-top:3px solid var(--accent);padding:56px 64px;margin-top:80px;display:flex;flex-direction:column;text-align:center;align-items:center;gap:40px}.training-cta h3{font-size:34px;font-weight:300;line-height:1.2;margin:0 auto 14px}.training-cta h3 em{font-style:italic;color:var(--accent)}.training-cta p{font-size:14px;color:var(--muted);line-height:1.8;max-width:480px;margin:0 auto}.cta-stack{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:12px}.brands-section{padding:72px 0;border-top:1px solid var(--border2);width:100%}.brands-label{font-size:11px;color:var(--muted);letter-spacing:.18em;text-transform:uppercase;text-align:center;margin-bottom:40px}.brands-grid{display:flex;gap:56px;align-items:center;justify-content:center;flex-wrap:wrap}.brand-pill{font-family:Cormorant Garamond,serif;font-size:18px;font-weight:400;color:var(--muted);letter-spacing:.04em;opacity:.6;transition:opacity .2s}.brand-pill:hover{opacity:1;color:var(--text)}.follow-section{background:var(--bg2);padding:100px 0;width:100%}.follow-inner{display:flex;flex-direction:column;gap:60px;align-items:center;text-align:center;max-width:800px;margin:0 auto}.follow-headline{font-size:clamp(32px,4vw,54px);font-weight:300;line-height:1.2;margin:0 auto 20px}.follow-headline em{font-style:italic;color:var(--accent)}.follow-body{font-size:15px;color:var(--muted);line-height:1.9;font-weight:300;margin:0 auto 36px}.follow-platforms{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.platform-row{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border:1px solid var(--border2);transition:border-color .2s;width:100%;max-width:400px}.platform-row:hover{border-color:var(--accent)}.platform-name{font-size:13px;font-weight:500;letter-spacing:.04em}.platform-handle{font-size:12px;color:var(--muted);font-family:DM Mono,monospace}.follow-right{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border2);width:100%}.follow-stat{background:var(--bg3);padding:32px 28px;display:flex;flex-direction:column;align-items:center;text-align:center}.follow-stat-n{font-family:Cormorant Garamond,serif;font-size:42px;font-weight:300;color:var(--accent);line-height:1;margin-bottom:8px}.follow-stat-l{font-size:12px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.final-cta{padding:140px 0;text-align:center;position:relative;width:100%}.final-cta:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(189,166,100,.04) 0%,transparent 70%);pointer-events:none}.final-cta-eyebrow{font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:28px}.final-cta h2{font-size:clamp(44px,6vw,82px);font-weight:300;line-height:1.1;max-width:760px;margin:0 auto 24px}.final-cta h2 em{font-style:italic;color:var(--accent)}.final-cta-sub{font-size:17px;color:var(--muted);max-width:500px;margin:0 auto 56px;font-weight:300;line-height:1.8}.final-cta-actions{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}.cta-divider{font-size:11px;color:var(--muted);letter-spacing:.1em;text-transform:uppercase}footer{border-top:1px solid var(--border2);padding:48px 0;width:100%}.footer-inner{display:flex;align-items:center;justify-content:space-between;width:100%}.footer-logo{font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;color:var(--muted)}.footer-logo span{color:var(--accent)}.footer-links{display:flex;gap:28px;list-style:none}.footer-links a{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);transition:color .2s}.footer-links a:hover{color:var(--accent)}.footer-copy{font-size:12px;color:var(--muted);opacity:.5}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media (max-width: 900px){.trust-bar-inner{grid-template-columns:repeat(2,1fr)}.trust-item{border-right:none;border-bottom:1px solid var(--border2);padding:24px 28px}.problem-grid,.testi-featured,.audience-grid,.follow-right{grid-template-columns:1fr;gap:40px}.testi-grid-small{grid-template-columns:1fr 1fr}.nav-links{display:none}.footer-inner{flex-direction:column;gap:20px;text-align:center}.footer-links{justify-content:center}}@media (max-width: 600px){.testi-grid-small{grid-template-columns:1fr}.trust-bar-inner{grid-template-columns:1fr 1fr}.hero h1{font-size:42px}section.section-pad{padding:80px 0}}
