:root{color-scheme:light;--ink: #17201d;--ink-soft: #46534f;--muted: #697671;--paper: #fbfaf6;--surface: #ffffff;--surface-soft: #f1f4ef;--line: #d8ded6;--line-strong: #b8c2b8;--teal: #1f6e65;--teal-dark: #124943;--amber: #9b6f3a;--charcoal: #101817;--shadow: 0 18px 50px rgba(22, 32, 29, .12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink)}body,button,input,textarea{letter-spacing:0}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px;padding:0 42px;border-bottom:1px solid rgba(216,222,214,.82);background:#fbfaf6e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-weight:700;white-space:nowrap}.brand-mark{display:inline-grid;place-items:center;width:32px;height:32px;border:1px solid var(--line-strong);background:var(--charcoal);color:#f3f4ef;font-size:14px}nav{display:flex;align-items:center;gap:22px;color:var(--ink-soft);font-size:14px}nav a{padding:10px 0}nav a:hover{color:var(--teal-dark)}.hero{position:relative;min-height:min(760px,calc(100vh - 72px));display:grid;align-items:center;overflow:hidden}.hero-image,.hero-shade{position:absolute;inset:0}.hero-image{width:100%;height:100%;object-fit:cover}.hero-shade{background:linear-gradient(90deg,#101817de,#101817ad 42%,#1018172b 74%),linear-gradient(0deg,#1018178c,#10181714 45%)}.hero-content{position:relative;width:min(760px,calc(100% - 48px));margin-left:clamp(24px,7vw,112px);padding:92px 0 116px;color:#fffdf8}.eyebrow,.section-label{display:inline-block;margin:0 0 16px;color:var(--amber);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.14em}.hero .eyebrow{color:#d8b277}h1,h2,h3,p{margin-top:0}h1{max-width:720px;margin-bottom:22px;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,7vw,84px);line-height:.98;font-weight:500}.hero-copy{max-width:610px;margin-bottom:34px;color:#fffdf8db;font-size:clamp(18px,2.2vw,22px);line-height:1.55}.hero-actions,.contact-section{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:1px solid transparent;border-radius:6px;font-size:14px;font-weight:700;transition:transform .14s ease,background .14s ease,border-color .14s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--teal);color:#fff}.button-primary:hover{background:var(--teal-dark)}.button-secondary{border-color:#fffdf85c;background:#fffdf814;color:#fff}.intro-band,.section,.trust-section,.founder-section,.contact-section{width:min(1180px,calc(100% - 48px));margin:0 auto}.intro-band{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;padding:70px 0;border-bottom:1px solid var(--line)}.intro-band h2,.section-head h2,.trust-section h2,.founder-section h2,.contact-section h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,4vw,54px);line-height:1.06;font-weight:500}.intro-band p,.section-head p,.trust-section li,.founder-section p,.contact-section p,.feature-card p,.process-item p,.outcome-grid p{color:var(--ink-soft);font-size:16px;line-height:1.72}.section{padding:88px 0}.section-muted{width:100%;max-width:none;padding:88px max(24px,calc((100vw - 1180px)/2));background:#eef2ec}.section-head{max-width:760px;margin-bottom:38px}.section-head.compact{margin-bottom:34px}.assessment-layout,.outcome-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.feature-card,.outcome-grid>div{min-height:220px;padding:26px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 1px #1018170a}.feature-card h3,.process-item h3,.outcome-grid h3{margin-bottom:12px;color:var(--ink);font-size:18px;line-height:1.25}.process{display:grid;grid-template-columns:repeat(5,minmax(160px,1fr));border:1px solid var(--line-strong);background:var(--surface);box-shadow:var(--shadow)}.process-item{min-height:250px;padding:24px;border-right:1px solid var(--line)}.process-item:last-child{border-right:0}.process-item span{display:inline-block;margin-bottom:42px;color:var(--teal);font-size:13px;font-weight:800}.trust-section{display:grid;grid-template-columns:1fr 1fr;gap:44px;padding:58px;border:1px solid var(--line);border-radius:8px;background:var(--charcoal);color:#f7f5ee}.trust-section .section-label{color:#d8b277}.trust-section h2{color:#fffdf8}.trust-section ul{margin:0;padding:0;list-style:none}.trust-section li{position:relative;padding:0 0 18px 24px;color:#f7f5eed1}.trust-section li:before{content:"";position:absolute;top:12px;left:0;width:8px;height:8px;background:#d8b277}.founder-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;padding:88px 0;border-bottom:1px solid var(--line)}.contact-section{flex-direction:column;align-items:flex-start;padding:82px 0 90px}.contact-section p{max-width:680px;margin-bottom:22px}footer{display:flex;justify-content:space-between;gap:20px;padding:28px 42px;border-top:1px solid var(--line);color:var(--muted);font-size:14px}@media(max-width:980px){.site-header{align-items:flex-start;min-height:auto;padding:18px 24px;flex-direction:column}nav{width:100%;gap:14px;overflow-x:auto;padding-bottom:2px}.hero{min-height:680px}.hero-shade{background:linear-gradient(90deg,#101817e0,#10181794),linear-gradient(0deg,#10181780,#10181714)}.intro-band,.founder-section,.trust-section{grid-template-columns:1fr}.assessment-layout,.outcome-grid{grid-template-columns:1fr 1fr}.process{grid-template-columns:1fr}.process-item{min-height:auto;border-right:0;border-bottom:1px solid var(--line)}.process-item:last-child{border-bottom:0}}@media(max-width:640px){.hero{min-height:640px}.hero-content{width:calc(100% - 40px);margin-left:20px;padding:74px 0 82px}.intro-band,.section,.founder-section,.contact-section{width:min(100% - 36px,1180px)}.section,.section-muted,.founder-section{padding-top:64px;padding-bottom:64px}.assessment-layout,.outcome-grid{grid-template-columns:1fr}.feature-card,.outcome-grid>div{min-height:auto}.trust-section{width:calc(100% - 36px);padding:34px 24px}footer{flex-direction:column;padding:24px}}
