@import "https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400..800;1,9..144,400..700&family=DM+Sans:ital,opsz,wght@0,9..40,400..700;1,9..40,400..700&display=swap";:root{--bg:#f6f3ee;--bg-2:#eef4f1;--surface:#fff;--surface-soft:#ffffffb8;--ink:#1b1917;--ink-soft:#44403c;--muted:#78716c;--line:#1c191714;--line-strong:#1c19171f;--sage:#2f5d52;--sage-dark:#23463e;--sage-soft:#2f5d521f;--clay:#c67d5c;--clay-soft:#c67d5c26;--shadow:0 22px 60px #1c191714;--shadow-soft:0 12px 40px #2f5d521f;--radius:16px;--radius-lg:24px;--radius-xl:32px;--font-display:"Fraunces", Georgia, "Times New Roman", serif;--font-body:"DM Sans", system-ui, sans-serif;--container:1120px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}ul,ol{list-style:none}h1,h2,h3,.section-title,.cta-title,.hero-title{font-family:var(--font-display);letter-spacing:-.02em;text-transform:none;font-weight:600}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:min(100% - 2.5rem, var(--container));margin-inline:auto}@media (width>=768px){.container{width:min(100% - 4rem, var(--container))}}.site-header{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f6f3eed1;position:sticky;top:0}.nav-shell{justify-content:space-between;align-items:center;gap:1rem;min-height:4.25rem;padding-block:.65rem;display:flex}.brand{font-family:var(--font-display);letter-spacing:-.03em;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;display:inline-flex}.brand-mark{background:linear-gradient(135deg, var(--sage), var(--clay));width:10px;height:10px;box-shadow:0 0 0 3px var(--sage-soft);border-radius:999px}.brand-accent{color:var(--sage)}.brand--footer .brand-mark{box-shadow:0 0 0 3px #ffffff1f}.nav-toggle{border:1px solid var(--line-strong);background:var(--surface);width:2.5rem;height:2.5rem;color:var(--ink);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;transition:background .2s,border-color .2s;display:inline-flex}.nav-toggle:hover{background:var(--bg-2)}@media (width>=900px){.nav-toggle{display:none}}.nav-links{align-items:center;gap:clamp(1rem,3vw,2rem);display:flex}.nav-links a{color:var(--ink-soft);font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--sage)}@media (width<=899px){.nav-links{border-radius:var(--radius);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);opacity:0;pointer-events:none;flex-direction:column;align-items:stretch;padding:1rem;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + .5rem);left:1.25rem;right:1.25rem;transform:translateY(-6px)}.nav-links--open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-links .btn{justify-content:center;width:100%}}.btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.35rem;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s,color .2s;display:inline-flex}.btn:active{transform:scale(.98)}.btn--primary{background:linear-gradient(135deg, var(--sage), var(--sage-dark));color:#fafaf9;box-shadow:var(--shadow-soft)}.btn--primary:hover{box-shadow:0 16px 40px #2f5d5247}.btn--ghost{color:var(--ink-soft);border:1px solid var(--line-strong);background:0 0}.btn--ghost:hover{border-color:var(--sage);color:var(--sage);background:var(--surface)}.btn--sm{padding:.55rem 1.1rem;font-size:.85rem}.btn--lg{padding:1rem 1.6rem;font-size:1rem}.hero{padding:clamp(2.5rem,6vw,4.5rem) 0 clamp(3rem,8vw,5rem);position:relative;overflow:hidden}.hero-bg{background:radial-gradient(ellipse 80% 55% at 70% -10%, #2f5d5224, transparent 55%), radial-gradient(ellipse 60% 50% at 10% 30%, #c67d5c1f, transparent 50%), linear-gradient(180deg, var(--bg), var(--bg-2));pointer-events:none;position:absolute;inset:0}.hero-grid{align-items:center;gap:clamp(2rem,5vw,3.5rem);display:grid;position:relative}@media (width>=960px){.hero-grid{grid-template-columns:1fr 1.05fr;gap:3rem}}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--sage);align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.78rem;font-weight:700;display:inline-flex}.eyebrow--muted{color:var(--muted)}.eyebrow--on-dark{color:#ffffffa6}.hero-title{color:var(--ink);margin-bottom:1.15rem;font-size:clamp(2.15rem,4.2vw,3.35rem);line-height:1.12}.hero-lead{color:var(--muted);max-width:34rem;margin-bottom:1.75rem;font-size:1.05rem}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-bottom:2.25rem;display:flex}.hero-stats{border-top:1px solid var(--line);gap:1rem;padding-top:1.5rem;display:grid}@media (width>=640px){.hero-stats{grid-template-columns:repeat(3,1fr)}}.hero-stats dt{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:700}.hero-stats dd{color:var(--ink-soft);margin-top:.2rem;font-size:.95rem;font-weight:600}.hero-visual{position:relative}.hero-card{border-radius:var(--radius-xl);box-shadow:var(--shadow);border:1px solid var(--line);background:var(--surface);position:relative;overflow:hidden}.hero-card img{aspect-ratio:4/5;object-fit:cover;width:100%}@media (width>=960px){.hero-card img{min-height:420px}}.hero-float{background:var(--surface-soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #ffffffa6;border-radius:14px;align-items:flex-start;gap:.65rem;max-width:min(240px,88%);padding:.85rem 1rem;display:flex;position:absolute;box-shadow:0 10px 30px #1c191714}.hero-float svg{color:var(--sage);flex-shrink:0;margin-top:2px}.hero-float--top{top:1.25rem;left:1.25rem}.hero-float--bottom{bottom:1.25rem;right:1.25rem}.hero-float-label{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-size:.68rem;font-weight:700;display:block}.hero-float-value{color:var(--ink);font-size:.88rem;font-weight:600}.trust-strip{border-block:1px solid var(--line);background:#ffffff80}.trust-inner{flex-direction:column;gap:1rem;padding-block:1.25rem;display:flex}@media (width>=768px){.trust-inner{flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem}}.trust-label{color:var(--muted);white-space:nowrap;font-size:.8rem;font-weight:600}.trust-pills{flex-wrap:wrap;gap:.5rem;display:flex}.trust-pills li{background:var(--surface);border:1px solid var(--line);color:var(--ink-soft);border-radius:999px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.section{padding:clamp(3.5rem,8vw,6rem) 0}.section-head{text-align:center;max-width:40rem;margin:0 auto 3rem}.section-title{color:var(--ink);margin-bottom:.85rem;font-size:clamp(1.75rem,3vw,2.35rem);line-height:1.2}.section-title--center{text-align:center}.section-title--light{color:#fafaf9}.section-lead{color:var(--muted);font-size:1.05rem}.section-lead--center{text-align:center;margin-inline:auto}.about{background:var(--surface)}.about-grid{align-items:start;gap:2.5rem;display:grid}@media (width>=900px){.about-grid{grid-template-columns:1.15fr .85fr;align-items:stretch;gap:3rem}}.about-list{flex-direction:column;gap:.85rem;margin-top:1.75rem;display:flex}.about-list li{color:var(--ink-soft);align-items:flex-start;gap:.65rem;font-weight:500;display:flex}.about-list svg{color:var(--sage);flex-shrink:0;margin-top:3px}.about-panel{border-radius:var(--radius-lg);background:linear-gradient(160deg, var(--sage-soft), var(--clay-soft));border:1px solid var(--line);flex-direction:column;gap:1rem;padding:2rem;display:flex}.about-quote-icon{color:var(--sage);opacity:.85}.about-quote{font-family:var(--font-display);color:var(--ink);font-size:1.25rem;font-weight:500;line-height:1.45}.about-attribution{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:.85rem;font-weight:700}.coaches{background:linear-gradient(180deg, var(--bg-2), var(--bg))}.coach-bento{gap:1.25rem;display:grid}@media (width>=768px){.coach-bento{grid-template-rows:auto auto;grid-template-columns:1.2fr .8fr}.coach-tile--large{grid-row:span 2}}.coach-tile{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden}.coach-tile--large{flex-direction:column;display:flex}.coach-tile-media{position:relative}.coach-tile-media img{object-fit:cover;width:100%;height:280px}.coach-tile--large .coach-tile-media img{height:min(52vh,420px)}.coach-tile-media--short img{height:200px}.coach-tile-body{padding:1.35rem 1.5rem 1.5rem}.coach-tile-body h3{color:var(--ink);margin-bottom:.45rem;font-size:1.2rem}.coach-tile-body p{color:var(--muted);font-size:.95rem}.coach-tile--accent{background:linear-gradient(145deg, var(--sage), var(--sage-dark));color:#f5f5f4;box-shadow:var(--shadow-soft);border:none;flex-direction:column;gap:.65rem;padding:1.5rem;display:flex}.coach-tile--accent svg{opacity:.9}.coach-tile--accent h3{color:#fafaf9;font-size:1.15rem}.coach-tile--accent p{color:#ffffffd9;font-size:.95rem}.coach-mosaic{grid-template-columns:repeat(2,1fr);gap:.9rem;margin-top:1.5rem;display:grid}@media (width>=768px){.coach-mosaic{grid-template-columns:repeat(4,1fr);margin-top:2rem}}.mosaic-tile{border:1px solid var(--line);background:var(--surface);border-radius:18px;overflow:hidden;box-shadow:0 12px 28px #1c19170f}.mosaic-tile img{object-fit:cover;filter:saturate(1.02)contrast(1.02);width:100%;height:150px;display:block}@media (width>=768px){.mosaic-tile img{height:165px}}.process{background:var(--surface)}.process-grid{align-items:center;gap:2.5rem;display:grid}@media (width>=900px){.process-grid{grid-template-columns:1fr 1fr;gap:3rem}}.process-visual{border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow);background:var(--bg-2);overflow:hidden}.process-visual .mapping-diagram{width:100%;height:min(340px,45vh);display:block}.process-visual-caption{color:var(--muted);border-top:1px solid var(--line);background:var(--surface);padding:1rem 1.25rem;font-size:.9rem}.timeline{flex-direction:column;gap:0;margin-top:1.75rem;display:flex}.timeline-item{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr;gap:1.15rem;padding:1.35rem 0;display:grid}.timeline-item:last-child{border-bottom:none;padding-bottom:0}.timeline-num{font-family:var(--font-display);color:var(--clay);padding-top:.15rem;font-size:.95rem;font-weight:700}.timeline-item h3{color:var(--ink);margin-bottom:.35rem;font-size:1.05rem;font-weight:600}.timeline-item p{color:var(--muted);font-size:.92rem}.features{color:#e7e5e4;background:linear-gradient(165deg,#1a2f2a 0%,#152823 45%,#0f1c19 100%)}.features .section-head{margin-bottom:2.75rem}.features-grid{gap:1.25rem;display:grid}@media (width>=640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{border-radius:var(--radius);background:#ffffff0f;border:1px solid #ffffff1a;padding:1.5rem;transition:border-color .2s,background .2s}.feature-card:hover{background:#ffffff17;border-color:#fff3}.feature-icon{color:#a8cfc4;background:#ffffff14;border-radius:12px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;margin-bottom:1rem;display:flex}.feature-card h3{color:#fafaf9;margin-bottom:.45rem;font-size:1.05rem}.feature-card p{color:#e7e5e4b8;font-size:.88rem;line-height:1.55}.testimonial{background:var(--bg)}.testimonial-card{text-align:center;border-radius:var(--radius-xl);background:var(--surface);border:1px solid var(--line);max-width:720px;box-shadow:var(--shadow);margin-inline:auto;padding:clamp(2rem,5vw,2.75rem)}.testimonial-quote-icon{color:var(--clay);opacity:.85;margin:0 auto 1rem}.testimonial-text{font-family:var(--font-display);color:var(--ink);font-size:clamp(1.2rem,2.4vw,1.45rem);font-weight:500;line-height:1.45}.testimonial-meta{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-top:1.25rem;font-size:.8rem;font-weight:700}.cta-band{background:linear-gradient(120deg, var(--sage-soft), var(--clay-soft));border-top:1px solid var(--line);padding:clamp(2.5rem,5vw,3.25rem) 0}.cta-inner{flex-direction:column;align-items:flex-start;gap:1.5rem;display:flex}@media (width>=768px){.cta-inner{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}}.cta-title{margin-bottom:.5rem;font-size:clamp(1.35rem,2.5vw,1.75rem);line-height:1.25}.cta-sub{color:var(--muted);max-width:36rem;font-size:.98rem}.footer{background:var(--ink);color:#d6d3d1;padding:3rem 0 0}.footer-grid{gap:2.5rem;padding-bottom:2.5rem;display:grid}@media (width>=640px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-brand p{color:#a8a29e;max-width:22rem;margin-top:.75rem;font-size:.92rem}.footer .brand{color:#fafaf9}.footer-col h3{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:#a8a29e;margin-bottom:1rem;font-size:.72rem;font-weight:700}.footer-col a{color:#d6d3d1;margin-bottom:.55rem;font-size:.92rem;transition:color .2s;display:block}.footer-col a:hover{color:#fafaf9}.footer-bottom{color:#78716c;text-align:center;border-top:1px solid #ffffff14;padding:1.25rem 0 1.5rem;font-size:.8rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#2f5d5273;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#2f5d52a6}
