:root{--ink:#0f1720;--muted:#5d6773;--green:#176343;--green-dark:#0b432d;--wash:#f5f7f4;--line:#dde4de;--paper:#fff;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--wash);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}.shell{max-width:1200px;margin:0 auto;padding-left:24px;padding-right:24px}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(221,228,222,.8);background:rgba(255,255,255,.92);backdrop-filter:blur(16px)}.navigation{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-weight:800;letter-spacing:-.04em}.brand img{width:36px;height:36px;border-radius:50%;object-fit:cover}.navigation nav{display:flex;gap:28px}.navigation nav a{color:#53606a;text-decoration:none;font-size:14px;font-weight:600}.navigation nav a:hover{color:var(--green)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:12px;padding:13px 19px;font-weight:750;font-size:14px;text-decoration:none;cursor:pointer;transition:.18s ease}.button:hover{transform:translateY(-1px)}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:var(--green-dark)}.button-green{background:var(--green);color:white}.button-green:hover{background:var(--green-dark)}.button-outline{border-color:#cfd8d1;background:white;color:var(--ink)}.button-small{padding:10px 15px}.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(circle at 12% 15%,#c9ddca 0,transparent 28%),linear-gradient(112deg,#f8faf7 0%,#eaf1eb 55%,#d5e4d5 100%);min-height:570px}.hero-image{position:absolute;right:0;top:0;width:54%;height:100%;background:url('/assets/hero-coaching.png') center/cover no-repeat}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#eaf1eb 0%,rgba(234,241,235,.37) 55%,transparent 100%)}.hero-content{position:relative;padding-top:98px;padding-bottom:92px;max-width:1200px}.hero-content>div,.hero-content>h1,.hero-content>p,.hero-content>form,.hero-content>small{max-width:610px}.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:850;color:var(--green);margin-bottom:16px}.eyebrow-light{color:#9ee2bf}.hero h1,.section-heading h2,.featured-heading h2,.coach-cta h2,.story h2,.page-heading h1{font-size:clamp(38px,5vw,66px);line-height:1.03;letter-spacing:-.06em;margin:0;font-weight:850}.hero h1 em{color:var(--green);font-style:normal}.hero-content>p{margin:25px 0 0;color:#45515c;font-size:18px;line-height:1.65}.search-form{display:flex;gap:9px;align-items:center;margin-top:30px;padding:8px;border:1px solid rgba(255,255,255,.9);border-radius:18px;background:rgba(255,255,255,.92);box-shadow:0 20px 55px -27px rgba(12,49,29,.42)}.search-form input{min-width:0;flex:1;border:0;outline:0;background:transparent;padding:14px 16px;font:inherit;color:var(--ink)}.search-form input::placeholder{color:#6d7781}.hero-content small{display:block;margin-top:12px;color:#6d7781;font-size:12px;font-weight:600}.trust-strip{position:relative;margin-top:-19px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.trust-strip article{display:flex;gap:12px;padding:15px;border:1px solid #e1e8e2;border-radius:17px;background:rgba(255,255,255,.92);box-shadow:0 10px 25px -23px rgba(15,23,42,.7)}.trust-icon{display:flex;align-items:center;justify-content:center;flex:0 0 31px;height:31px;border-radius:50%;background:#e8f6ed;color:var(--green);font-weight:900}.trust-strip strong{font-size:14px}.trust-strip p{margin:3px 0 0;color:#69737c;font-size:12px;line-height:1.45}.story{padding-top:80px;padding-bottom:76px}.story-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:center;padding:54px 58px;border-radius:31px;background:var(--ink);color:white;box-shadow:0 30px 75px -45px rgba(15,23,42,.8)}.story h2{font-size:38px}.story-copy{border-left:1px solid rgba(255,255,255,.16);padding-left:40px;color:#c5ced6;font-size:16px;line-height:1.7}.story-copy p:last-child{color:white;margin-bottom:0}.steps{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:white;padding:80px 0}.section-heading{text-align:center;max-width:650px;margin:0 auto}.section-heading h2{font-size:42px}.section-heading p{color:var(--muted);margin:14px 0 0}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.step-grid article{position:relative;padding:27px;border:1px solid var(--line);border-radius:20px;background:#f7faf7}.step-grid article>span{position:absolute;right:24px;top:21px;font-size:11px;font-weight:850;letter-spacing:.15em;color:var(--green)}.step-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:13px;background:var(--green-dark);color:white;font-weight:900;font-size:22px}.step-grid h3{margin:20px 0 6px;font-size:18px}.step-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.featured-section{padding-top:80px;padding-bottom:80px}.featured-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.featured-heading h2{font-size:42px}.featured-heading p{color:var(--muted);margin:13px 0 0}.featured-heading>a{font-weight:750;color:var(--green);text-decoration:none;white-space:nowrap}.featured-card{display:grid;grid-template-columns:.78fr 1.22fr;overflow:hidden;margin-top:35px;border:1px solid var(--line);border-radius:30px;background:white;box-shadow:0 22px 60px -38px rgba(15,23,42,.52)}.featured-card>img{width:100%;height:100%;min-height:390px;object-fit:cover}.featured-copy{align-self:center;padding:52px}.badge-row{display:flex;gap:8px;flex-wrap:wrap}.badge{display:inline-flex;border-radius:999px;padding:6px 10px;background:#e8f6ed;color:var(--green);font-size:11px;font-weight:850;letter-spacing:.04em}.badge-grey{background:#f0f3f1;color:#617069}.featured-copy h3{font-size:36px;letter-spacing:-.05em;margin:20px 0 4px}.featured-copy>strong{font-size:14px;color:var(--green)}.featured-copy>p{color:var(--muted);line-height:1.7;margin:19px 0}.tag-row{display:flex;gap:8px;flex-wrap:wrap}.tag-row span{border:1px solid var(--line);border-radius:999px;background:#f8faf8;padding:7px 10px;font-size:12px;color:#4c5961}.action-row{display:flex;flex-wrap:wrap;gap:11px;margin-top:26px}.coach-cta{border-top:1px solid rgba(23,99,67,.12);border-bottom:1px solid rgba(23,99,67,.12);background:#e9f2e9;padding:74px 0}.coach-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.coach-cta h2{font-size:42px}.coach-cta p{max-width:670px;margin:14px 0 0;color:#43564a;line-height:1.7}.site-footer{background:var(--ink);color:#c5ced6;padding:40px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px}.brand-footer{color:white}.page-shell{min-height:70vh;padding:70px 0}.narrow{max-width:900px}.form-shell{max-width:820px}.page-heading{margin-bottom:30px}.page-heading h1{font-size:48px}.page-heading p{color:var(--muted);font-size:17px;margin:13px 0 0}.search-form-light{margin:0 0 32px;background:white;border-color:var(--line);box-shadow:none}.results-grid{display:grid;gap:16px}.coach-card{display:grid;grid-template-columns:165px 1fr;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:white}.coach-card>img{width:100%;height:100%;min-height:200px;object-fit:cover}.coach-card>div{padding:24px}.coach-card h2{font-size:25px;letter-spacing:-.04em;margin:14px 0 3px}.coach-card strong{font-size:13px;color:var(--green)}.coach-card p{color:var(--muted);margin:12px 0}.coach-card a{font-weight:750;color:var(--green);text-decoration:none}.empty-state{padding:45px;border:1px dashed #cbd5cf;border-radius:22px;background:white;text-align:center}.empty-state h2{margin-top:0}.empty-state p{color:var(--muted);margin-bottom:24px}.profile-shell{max-width:1080px}.profile-hero{display:grid;grid-template-columns:1.3fr .7fr;gap:45px;padding:48px;border:1px solid var(--line);border-radius:29px;background:white}.profile-copy h1{font-size:48px;letter-spacing:-.055em;margin:17px 0 3px}.profile-copy>strong{font-size:14px;color:var(--green)}.profile-copy>p{color:var(--muted);line-height:1.75;margin:21px 0}.profile-hero>img{width:100%;height:100%;min-height:340px;border-radius:18px;object-fit:cover}.profile-section{margin-top:30px}.profile-section h2{font-size:25px;letter-spacing:-.04em}.large-tags span{font-size:14px;padding:10px 13px}.venue-grid{display:grid;gap:12px}.venue-grid article{padding:20px;border:1px solid var(--line);border-radius:17px;background:white}.venue-grid p{margin:5px 0 2px;color:var(--muted)}.venue-grid small{font-weight:700;color:var(--green)}.lead-form{padding:32px;border:1px solid var(--line);border-radius:25px;background:white}.form-section{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:28px}.form-section h2{grid-column:1/-1;margin:0 0 2px;font-size:20px}.form-section label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:13px}.form-section input,.form-section select,.form-section textarea{width:100%;border:1px solid #cdd7d0;border-radius:10px;padding:12px;font:inherit;color:var(--ink);background:white}.form-section textarea{resize:vertical}.form-submit{width:100%;font-size:15px}.form-note{margin:14px 0 0;text-align:center;color:var(--muted);font-size:12px}.sr-only{position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden;white-space:nowrap}@media(max-width:820px){.navigation nav{display:none}.shell{padding-left:18px;padding-right:18px}.hero{min-height:unset}.hero-image{position:relative;width:100%;height:220px}.hero-image:after{background:linear-gradient(0deg,#eaf1eb 0%,transparent 65%)}.hero-content{padding-top:36px;padding-bottom:45px}.hero h1{font-size:42px}.hero-content>p{font-size:16px}.search-form{flex-direction:column;align-items:stretch}.search-form input{padding:13px}.trust-strip{grid-template-columns:1fr;margin-top:0;padding-top:14px}.story{padding:45px 0}.story-panel{grid-template-columns:1fr;gap:20px;padding:32px 26px}.story h2{font-size:31px}.story-copy{border-left:0;border-top:1px solid rgba(255,255,255,.16);padding-left:0;padding-top:20px}.steps,.featured-section,.coach-cta{padding:52px 0}.section-heading h2,.featured-heading h2,.coach-cta h2{font-size:32px}.step-grid{grid-template-columns:1fr;margin-top:28px}.featured-heading{align-items:flex-start;flex-direction:column}.featured-card{grid-template-columns:1fr;margin-top:25px}.featured-card>img{min-height:290px;max-height:390px}.featured-copy{padding:28px}.featured-copy h3{font-size:30px}.coach-cta-inner{align-items:flex-start;flex-direction:column;gap:24px}.footer-inner{align-items:flex-start;flex-direction:column}.page-shell{padding:45px 0}.page-heading h1{font-size:38px}.coach-card{grid-template-columns:1fr}.coach-card>img{height:245px}.profile-hero{grid-template-columns:1fr;padding:27px;gap:25px}.profile-copy h1{font-size:39px}.profile-hero>img{min-height:270px}.form-section{grid-template-columns:1fr}.lead-form{padding:22px}.action-row{flex-direction:column}.action-row .button{width:100%}} 
