:root{color-scheme:dark;--bg:#070908;--ink:#f4f6ef;--muted:rgba(244,246,239,0.78);--line:rgba(244,246,239,0.14);--strip:rgba(7,9,8,0.86)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-height:100vh}a{color:inherit}.landing-shell{min-height:100vh;background:var(--bg)}.hero-band{position:relative;min-height:calc(100vh - 7rem);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:1.5rem}.hero-image{object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,9,8,.18),rgba(7,9,8,.72)),linear-gradient(90deg,rgba(7,9,8,.54),rgba(7,9,8,.24),rgba(7,9,8,.54))}.hero-content{position:relative;z-index:1;width:min(52rem,100%);display:grid;justify-items:center;grid-gap:1rem;gap:1rem;text-align:center}.eyebrow{margin:0;color:rgba(244,246,239,.84);font-size:.78rem;font-weight:700;text-transform:uppercase}.hero-content h1{margin:0;max-width:10ch;font-size:4rem;line-height:.96;font-weight:700}.hero-copy{margin:0;max-width:28rem;color:var(--muted);font-size:1rem;line-height:1.6}.landing-strip{min-height:7rem;display:flex;align-items:center;justify-content:center;padding:1.25rem;border-top:1px solid var(--line);background:var(--strip);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.landing-strip p{margin:0;color:rgba(244,246,239,.8);text-align:center;line-height:1.5}@media (min-width:1200px){.hero-content h1{font-size:5rem}}@media (max-width:720px){.hero-band{min-height:calc(100vh - 6rem);padding:1.25rem}.hero-content h1{font-size:2.9rem}.hero-copy{font-size:.95rem}.landing-strip{min-height:6rem;padding:1rem 1.25rem 1.5rem}}