:root{color-scheme:light;--background:#f6f6f3;--surface:#ffffff;--surface-alt:#ededE8;--surface-border:rgba(0,0,0,0.14);--text:#000000;--muted:rgba(0,0,0,0.62);--accent:#000000;--accent-contrast:#ffffff}*{box-sizing:border-box}html{min-height:100%}body{margin:0;min-height:100vh;font-family:Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;background:linear-gradient(180deg,rgba(255,255,255,.8),rgba(255,255,255,.8)),linear-gradient(135deg,#f6f6f3,#efefe9);color:var(--text)}a{color:inherit;text-decoration:none}.page-shell{position:relative;display:grid;place-items:center;min-height:100vh;padding:2rem}.hero-card{width:min(100%,72rem);padding:clamp(1.25rem,3vw,2rem);border:1px solid var(--surface-border);border-radius:1.5rem;background:var(--surface);box-shadow:0 24px 60px rgba(0,0,0,.05)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(16rem,.8fr);grid-gap:clamp(2rem,5vw,5rem);gap:clamp(2rem,5vw,5rem);align-items:center;min-height:min(78vh,46rem);padding:clamp(1.5rem,3vw,3rem)}.hero-copy{max-width:38rem}.eyebrow{margin:0 0 1rem;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.headline{margin:0;max-width:8ch;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(3rem,7vw,6rem);line-height:.9;letter-spacing:-.05em;font-weight:600}.tagline{margin:1.5rem 0 0;max-width:30rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.65;color:var(--muted)}.primary-link{display:inline-flex;align-items:center;justify-content:center;margin-top:2.2rem;padding:1rem 1.4rem;border:1px solid #000000;border-radius:999px;background:var(--accent);color:var(--accent-contrast);font-size:.95rem;font-weight:600;letter-spacing:.02em;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease;box-shadow:none}.primary-link:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,0,0,.08)}.primary-link:focus-visible{outline:3px solid rgba(0,0,0,.16);outline-offset:4px}.modular-mark{display:grid;grid-template-columns:repeat(3,minmax(4.5rem,1fr));grid-gap:.9rem;gap:.9rem;align-self:stretch;min-height:22rem}.module{border-radius:1.35rem;border:1px solid var(--surface-border);background:var(--surface-alt)}.module-dark{background:#111111;border-color:#111111}.module-light{background:#f3f3ee}.module-outline{background:transparent}@media (max-width:640px){.page-shell{padding:1.25rem}.hero-card{border-radius:1.5rem}.headline{max-width:9ch}}@media (max-width:920px){.hero-grid{grid-template-columns:1fr;min-height:auto}.modular-mark{min-height:12rem;max-width:22rem}}