:root{color-scheme:dark;--bg: #0f0b12;--fg: #f4eef6;--muted: #a89ab0;--gold: #c9a24a;--gold-deep: #8a6b2a;--surface: #1a1420;font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(ellipse at top,#24182c 0%,var(--bg) 55%);color:var(--fg)}a{color:inherit}.landing{min-height:100vh;display:flex;flex-direction:column;max-width:56rem;margin:0 auto;padding:1.5rem}.landing__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 0 2rem}.landing__logo{font-size:1.125rem;letter-spacing:.04em;font-weight:600}.landing__nav{display:flex;align-items:center;gap:1rem}.landing__nav-link{font-size:.95rem;text-decoration:none;color:var(--muted)}.landing__nav-link:hover{color:var(--fg)}.landing__nav-cta,.landing__cta{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.15rem;border-radius:999px;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-deep) 100%);color:#1a1208;text-decoration:none;font-weight:600;font-size:.95rem}.landing__nav-cta:hover,.landing__cta:hover{filter:brightness(1.05)}.landing__main{flex:1;display:flex;flex-direction:column;justify-content:center;padding:3rem 0 4rem;max-width:38rem}.landing__eyebrow{margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;color:var(--gold);font-family:system-ui,-apple-system,sans-serif}.landing__title{margin:0 0 1.25rem;font-size:clamp(2.25rem,5vw,3.25rem);line-height:1.1;font-weight:600}.landing__lede{margin:0 0 2rem;font-size:1.15rem;line-height:1.55;color:var(--muted)}.landing__actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.landing__secondary{color:var(--muted);text-decoration:underline;text-underline-offset:.2em;font-size:.95rem}.landing__secondary:hover{color:var(--fg)}.landing__footer{padding:2rem 0 1rem;border-top:1px solid color-mix(in srgb,var(--fg) 10%,transparent);color:var(--muted);font-size:.85rem;font-family:system-ui,-apple-system,sans-serif}
