*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#4a5c52;--dark:#3f5148;--charcoal:#56665d;--gray:#627069;--cream:#f5f0e8;--cream-light:#faf7f2;--gold:#c8d946;--gold-light:#d4e455;--gold-dark:#b0c030;--text:#e8e4dc;--text-muted:#b0a89a;--font-head:"Playfair Display",Georgia,serif;--font-body:"DM Sans",system-ui,sans-serif;--ease:cubic-bezier(.25,.46,.45,.94)}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--black);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.7;overflow-x:hidden}::selection{background:var(--gold);color:var(--black)}nav{z-index:100;width:100%;transition:all .4s var(--ease);background:linear-gradient(#00000073,#0000);justify-content:space-between;align-items:center;padding:1.5rem 4% 3rem;display:flex;position:fixed;top:0}nav.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#4a5c52f2;border-bottom:1px solid #c8d9461a;padding:1rem 4%}.nav-logo{font-family:var(--font-head);color:var(--cream);letter-spacing:.12em;text-transform:uppercase;font-size:1rem;font-weight:700;line-height:1.3;text-decoration:none}.nav-logo .brand-name{text-shadow:0 2px 15px #00000080;color:var(--gold);font-size:1.4rem;display:block}.nav-logo .brand-by{font-family:var(--font-head);color:var(--gold);letter-spacing:.04em;text-shadow:0 1px 10px #0006;margin-top:.15rem;font-size:.8rem;font-style:italic;font-weight:400;display:block}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--cream);letter-spacing:.1em;text-transform:uppercase;font-size:.85rem;font-weight:400;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--gold)}.nav-cta{background:var(--gold);border:none;padding:.6rem 1.5rem;font-weight:600;color:var(--dark)!important;transition:all .3s!important}.nav-cta:hover{background:var(--gold-light);color:var(--dark)!important}.nav-toggle{cursor:pointer;flex-direction:column;gap:5px;padding:5px;display:none}.nav-toggle span{background:var(--cream);width:24px;height:1.5px;transition:all .3s;display:block}.hero{text-align:center;background:url(/images/hero-frame.jpg) 65% 63%/cover no-repeat;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero:before{display:none}.hero-video{object-fit:cover;object-position:65% 63%;width:100%;height:100%;position:absolute;top:0;left:0}.hero:after{content:"";background:linear-gradient(transparent,var(--black));height:200px;position:absolute;bottom:0;left:0;right:0}.hero-content{z-index:2;max-width:700px;margin-top:2vh;padding:3rem 4rem;position:relative}.hero-content:before{content:"";z-index:-1;pointer-events:none;background:#0006;width:260%;height:260%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-mask-image:radial-gradient(#000 0% 25%,#0000 70%);mask-image:radial-gradient(#000 0% 25%,#0000 70%)}.hero h1,.hero-location,.hero-sub,.hero-btn{text-shadow:0 2px 20px #00000080,0 4px 40px #0000004d}.hero-overline{letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-size:.75rem;font-weight:500}.hero h1{font-family:var(--font-head);color:#fff;margin-bottom:1.5rem;font-size:clamp(2.8rem,6vw,5rem);font-weight:400;line-height:1.15}.hero-sub{font-family:var(--font-body);color:#fff;text-shadow:0 2px 15px #000c;letter-spacing:.03em;max-width:550px;margin:0 auto;font-size:1.05rem;font-weight:300;line-height:1.7}.hero-btn{background:var(--gold);color:var(--dark);border-color:var(--gold);margin-top:2.5rem;font-weight:600}.hero-btn:hover{background:var(--gold-light);border-color:var(--gold-light)}.hero-location{letter-spacing:.35em;text-transform:uppercase;color:#fff;text-shadow:0 2px 15px #000c;margin-bottom:1.5rem;font-size:.85rem;font-weight:400}.btn{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;border:1px solid var(--gold);color:var(--gold);cursor:pointer;transition:all .4s var(--ease);background:0 0;padding:1rem 3rem;font-size:.85rem;text-decoration:none;display:inline-block;position:relative;overflow:hidden}.btn:before{content:"";background:var(--gold);transform-origin:100%;transition:transform .4s var(--ease);position:absolute;inset:0;transform:scaleX(0)}.btn:hover:before{transform-origin:0;transform:scaleX(1)}.btn:hover{color:var(--dark)}.btn span{z-index:1;position:relative}.btn-filled{background:var(--gold);color:var(--dark)}.btn-filled:before{background:var(--gold-light)}.hero-scroll{z-index:2;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.hero-scroll span{background:linear-gradient(var(--gold),transparent);width:1px;height:60px;animation:2s ease-in-out infinite scrollLine;display:block}@keyframes scrollLine{0%{opacity:0;transform-origin:top;transform:scaleY(0)}50%{opacity:1;transform-origin:top;transform:scaleY(1)}to{opacity:0;transform-origin:bottom;transform:scaleY(0)}}section{padding:8rem 4%}.section-label{letter-spacing:.4em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-size:.7rem;font-weight:500}.section-title{font-family:var(--font-head);color:var(--cream);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:400;line-height:1.2}.section-subtitle{color:var(--text-muted);max-width:600px;margin-bottom:4rem;font-weight:300;line-height:1.8}.centered{text-align:center;margin-left:auto;margin-right:auto}.divider{background:var(--gold);width:60px;height:1px;margin:0 auto 4rem}.philosophy{background:var(--dark);position:relative}.philosophy-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1100px;margin:0 auto;display:grid}.philosophy-photo{aspect-ratio:3/4;background:url(/images/stefa-philosophy.jpg) 50%/cover no-repeat}.philosophy-text-wrap{text-align:left}.philosophy-text{font-family:var(--font-body);color:var(--cream);margin-bottom:2rem;font-size:clamp(1.1rem,2vw,1.4rem);font-style:italic;font-weight:400;line-height:1.9}.philosophy-author{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-size:.8rem;font-weight:500}.offer{position:relative}.offer-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto;display:grid}.offer-card{transition:all .5s var(--ease);border:1px solid #c8e6201a;padding:2.5rem;position:relative;overflow:hidden}.offer-card:before{content:"";background:linear-gradient(90deg,transparent,var(--gold),transparent);width:100%;height:2px;transition:transform .5s var(--ease);z-index:1;position:absolute;top:0;left:0;transform:scaleX(0)}.offer-card:hover:before{transform:scaleX(1)}.offer-card:hover{border-color:#c8e62040;transform:translateY(-4px)}.offer-num{font-family:var(--font-head);color:#c8e62026;margin-bottom:1rem;font-size:3rem;line-height:1}.offer-card h3{font-family:var(--font-head);color:var(--cream);margin-bottom:1rem;font-size:1.4rem;font-weight:400}.offer-card p{color:#fff;font-size:.95rem;font-weight:300;line-height:1.8}.about{background:var(--dark);position:relative}.about-inner{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;max-width:1100px;margin:0 auto;display:grid}.about-photo{aspect-ratio:3/4;background:url(/images/stefa-coach.jpg) 50%/cover no-repeat;border:none;position:relative}.about-text .section-subtitle{margin-bottom:2rem}.about-creds{margin-bottom:2.5rem;list-style:none}.about-creds li{color:var(--text-muted);border-bottom:1px solid #ffffff0d;align-items:center;gap:1rem;padding:.75rem 0;font-size:.95rem;font-weight:300;display:flex}.about-creds li:before{content:"";background:var(--gold);flex-shrink:0;width:6px;height:6px}.about-quote{font-family:var(--font-head);color:var(--cream);border-left:2px solid var(--gold);margin-top:2.5rem;padding-left:1.5rem;font-size:1.2rem;font-style:italic;line-height:1.6}.how-steps{grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1000px;margin:0 auto;display:grid;position:relative}.how-steps:before{content:"";background:linear-gradient(90deg,transparent,var(--gold-dark),transparent);height:1px;position:absolute;top:2.5rem;left:15%;right:15%}.step{text-align:center;position:relative}.step-num{border:1px solid var(--gold);width:50px;height:50px;font-family:var(--font-head);color:var(--gold);background:var(--black);z-index:1;justify-content:center;align-items:center;margin:0 auto 2rem;font-size:1.2rem;display:flex;position:relative}.step h3{font-family:var(--font-head);color:var(--cream);margin-bottom:.75rem;font-size:1.3rem;font-weight:400}.step p{color:var(--text-muted);max-width:280px;margin:0 auto;font-size:.9rem;font-weight:300;line-height:1.7}.pricing{background:var(--dark)}.pricing-card{text-align:center;border:1px solid #c8e62033;max-width:650px;margin:0 auto;padding:3.5rem}.pricing-name{font-family:var(--font-head);color:var(--cream);margin-bottom:.5rem;font-size:1.8rem}.pricing-desc{color:var(--text-muted);margin-bottom:2.5rem;font-size:.95rem;font-weight:300}.pricing-features{text-align:left;max-width:450px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;list-style:none}.pricing-features li{color:var(--text-muted);align-items:flex-start;gap:.75rem;padding:.6rem 0;font-size:.95rem;font-weight:300;display:flex}.pricing-features li:before{content:"—";color:var(--gold);flex-shrink:0}.pricing-note{color:var(--text-muted);margin-top:1.5rem;font-size:.85rem;font-style:italic;font-weight:300}.test-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.test-card{border:1px solid #ffffff0d;padding:2.5rem}.test-quote{font-family:var(--font-head);color:var(--cream);margin-bottom:2rem;font-size:1.05rem;font-style:italic;line-height:1.7}.test-quote:before{content:"“";color:var(--gold);vertical-align:-1rem;margin-right:.25rem;font-size:3rem;line-height:0}.test-author-wrap{align-items:center;gap:1rem;display:flex}.test-avatar{object-fit:cover;border:2px solid #c8d94633;border-radius:50%;flex-shrink:0;width:56px;height:56px}.test-author{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);font-size:.8rem;font-weight:500}.instagram{background:var(--dark);text-align:center}.insta-placeholder{grid-template-columns:repeat(3,1fr);gap:4px;max-width:1000px;margin:2rem auto 0;display:grid}.insta-placeholder div{aspect-ratio:1;background-position:50%;background-size:cover;position:relative;overflow:hidden}.insta-placeholder div:after{content:"";background:linear-gradient(135deg,#0000000d,#0000);position:absolute;inset:0}.insta-handle{margin-top:2rem}.insta-handle a{color:var(--gold);letter-spacing:.15em;text-transform:uppercase;font-size:.85rem;font-weight:500;text-decoration:none}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid #ffffff14;padding:2rem 0}.faq-q{font-family:var(--font-head);color:var(--cream);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:1rem;font-size:1.2rem;font-weight:400;display:flex}.faq-q:after{content:"+";font-family:var(--font-body);color:var(--gold);flex-shrink:0;font-size:1.4rem;transition:transform .3s}.faq-item.open .faq-q:after{content:"−"}.faq-a{color:var(--text-muted);max-height:0;padding-top:0;font-size:.95rem;font-weight:300;line-height:1.8;transition:max-height .4s,padding .4s;overflow:hidden}.faq-item.open .faq-a{max-height:300px;padding-top:.75rem}.application{background:var(--dark);position:relative}.application:before{content:"";background:linear-gradient(var(--gold),transparent);width:1px;height:80px;position:absolute;top:0;left:50%;transform:translate(-50%)}.app-form{max-width:700px;margin:0 auto}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{margin-bottom:1.5rem}.form-group label{letter-spacing:.15em;text-transform:uppercase;color:#fff;margin-bottom:.6rem;font-size:.75rem;font-weight:500;display:block}.form-group input,.form-group select,.form-group textarea{background:var(--charcoal);width:100%;color:var(--cream);font-family:var(--font-body);-webkit-appearance:none;border:1px solid #ffffff14;border-radius:0;outline:none;padding:1rem 1.2rem;font-size:.95rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold)}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff59}.form-group textarea{resize:vertical;min-height:120px}.form-group select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239a958c' fill='none'/%3E%3C/svg%3E");background-position:right 1.2rem center;background-repeat:no-repeat}.form-group select option{background:var(--charcoal)}.form-submit{text-align:center;margin-top:2rem}.scarcity-line{color:var(--gold);letter-spacing:.05em;margin-top:1rem;font-size:1rem;font-style:italic;font-weight:500}.partners{padding:4rem 4%}.partner-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:5rem;display:flex}.partner-logo{text-align:center}.partner-text{font-family:var(--font-head);color:var(--cream);letter-spacing:.15em;font-size:2rem;font-weight:400;display:block}.partner-sub{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-top:.3rem;font-size:.7rem;font-weight:300;display:block}footer{border-top:1px solid #ffffff0d;padding:4rem 4% 2rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.footer-brand{font-family:var(--font-head);color:var(--cream);letter-spacing:.12em;text-transform:uppercase;font-size:1rem;font-weight:700;line-height:1.3}.footer-brand .brand-by{color:var(--gold);letter-spacing:.08em;font-size:.7rem;font-style:italic;font-weight:400}.footer-links{gap:2rem;list-style:none;display:flex}.footer-links a{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.8rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--gold)}.footer-bottom{text-align:center;border-top:1px solid #ffffff08;margin-top:2rem;padding-top:3rem}.footer-bottom p{color:var(--text-muted);letter-spacing:.05em;font-size:.75rem;font-weight:300}.footer-badge{color:var(--text-muted);letter-spacing:.1em;margin-top:.5rem;font-size:.7rem;font-weight:300}.reveal{opacity:0;transition:opacity .8s var(--ease),transform .8s var(--ease);transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.15s}.reveal-delay-2{transition-delay:.3s}.reveal-delay-3{transition-delay:.45s}@media (max-width:900px){.nav-links{background:var(--black);width:280px;height:100vh;transition:right .4s var(--ease);border-left:1px solid #c8e6201a;flex-direction:column;gap:2rem;padding:6rem 3rem;position:fixed;top:0;right:-100%}.nav-links.open{right:0}.nav-toggle{display:flex}.nav-cta{text-align:center}.offer-grid,.test-grid,.how-steps{grid-template-columns:1fr}.how-steps:before{display:none}.philosophy-inner{grid-template-columns:1fr;gap:3rem}.philosophy-photo{width:100%;max-width:400px;margin:0 auto}.philosophy-text-wrap{text-align:center}.about-inner{grid-template-columns:1fr;gap:3rem}.about-photo{width:100%;max-width:400px;margin:0 auto}.form-row{grid-template-columns:1fr}.insta-placeholder{grid-template-columns:repeat(2,1fr)}.footer-inner{text-align:center;flex-direction:column}.footer-links{justify-content:center}section{padding:5rem 6%}}@media (max-width:480px){.hero h1{font-size:2.4rem}.hero-content{padding:2rem 1.5rem}.hero-video{object-position:60% 60%}}
