*{box-sizing:border-box}body,html{margin:0;padding:0;background:#f6f1e8;color:#14110f;font-family:Space Grotesk,system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{to{transform:rotate(1turn)}}:root{--home-bg:#f6f1e8;--home-surface:rgba(255,252,247,0.84);--home-surface-strong:#fffdf8;--home-line:rgba(39,28,19,0.12);--home-line-strong:rgba(39,28,19,0.2);--home-ink:#14110f;--home-muted:#67584c;--home-accent:#0f5e4e;--home-accent-soft:rgba(15,94,78,0.1);--home-shadow:0 24px 70px rgba(52,35,16,0.08)}.home-shell,body{min-height:100vh}.home-shell{position:relative;overflow:hidden;display:flex;flex-direction:column;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(15,94,78,.06),transparent),linear-gradient(180deg,#fcf8f2 0,var(--home-bg) 60%,#efe5d6 100%)}.home-noise{position:absolute;inset:0;background-image:linear-gradient(rgba(20,17,15,.02) 1px,transparent 0),linear-gradient(90deg,rgba(20,17,15,.02) 1px,transparent 0);background-size:60px 60px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.18),transparent 60%);mask-image:linear-gradient(180deg,rgba(0,0,0,.18),transparent 60%);pointer-events:none}.home-nav{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;width:min(1080px,100%);margin:0 auto;padding:1.5rem 1.5rem 0}.home-nav-wordmark{font-family:Fraunces,Georgia,serif;font-size:1.1rem;font-weight:600;letter-spacing:-.02em;color:var(--home-ink)}.home-nav-links{display:flex;gap:1.75rem}.home-nav-link{font-size:.88rem;font-weight:500;color:var(--home-muted);transition:color .16s ease}.home-nav-link:hover{color:var(--home-ink)}.home-hero-section{position:relative;z-index:1;flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:min(680px,100%);margin:0 auto;padding:0 1.5rem;min-height:min(60vh,480px)}.home-headline{margin:0;font-family:Fraunces,Georgia,serif;font-size:clamp(2.4rem,5.5vw,4rem);font-weight:600;line-height:1.08;letter-spacing:-.04em;color:var(--home-ink)}.home-subline{margin:1rem 0 0;max-width:44ch;font-size:clamp(1rem,1.8vw,1.15rem);line-height:1.6;color:var(--home-muted)}.home-cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:2rem;padding:.85rem 1.6rem;border-radius:999px;background:var(--home-ink);color:#fffdf8;font-size:.95rem;font-weight:600;letter-spacing:.01em;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.home-cta:hover{transform:translateY(-1px);box-shadow:0 4px 20px rgba(20,17,15,.18)}.home-cta svg{transition:transform .2s ease}.home-cta:hover svg{transform:translateX(2px)}.home-steps{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:center;gap:0;width:min(720px,100%);margin:0 auto;padding:0 1.5rem 4rem}.home-step{flex:1 1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 .75rem}.home-step-number{display:grid;place-items:center;width:2rem;height:2rem;border-radius:999px;background:var(--home-accent-soft);color:var(--home-accent);font-size:.8rem;font-weight:700;margin-bottom:.75rem}.home-step-title{margin:0;font-family:Fraunces,Georgia,serif;font-size:1.1rem;font-weight:600;letter-spacing:-.02em;color:var(--home-ink)}.home-step-text{margin:.35rem 0 0;font-size:.88rem;line-height:1.55;color:var(--home-muted)}.home-step-divider{flex:0 0 auto;width:2rem;height:1px;background:var(--home-line-strong);margin-top:1rem;align-self:flex-start}@media (max-width:640px){.home-nav{padding:1.25rem 1rem 0}.home-hero-section{min-height:min(55vh,400px);padding:0 1rem}.home-steps{flex-direction:column;align-items:stretch;gap:1.25rem;padding:0 1rem 3rem}.home-step{flex-direction:row;align-items:flex-start;text-align:left;padding:0;gap:.75rem}.home-step-number{flex-shrink:0;margin-bottom:0}.home-step-divider{display:none}}