:root{--bar:#5c5b59;--white:#f6f5f1;--line:#f6f5f194}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{color:var(--white);background:#161616;font-family:Avenir Next,Century Gothic,sans-serif}button,a{font:inherit}.landing{grid-template-rows:88px minmax(0,1fr);min-height:100svh;display:grid;overflow:hidden}.topbar{z-index:2;background:linear-gradient(90deg, #ffffff06, transparent 40%), var(--bar);grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(24px,3.1vw,52px);display:grid;position:relative;box-shadow:0 1px #ffffff0d}.pill-button{border:1px solid var(--line);width:fit-content;min-width:132px;height:44px;color:var(--white);text-transform:uppercase;letter-spacing:.18em;cursor:pointer;background:0 0;border-radius:999px;place-items:center;padding:0 22px;font-size:14px;line-height:1;text-decoration:none;transition:color .18s,background-color .18s,border-color .18s;display:inline-grid}.pill-button:hover,.pill-button:focus-visible{border-color:var(--white);background:var(--white);color:#292929;outline:none}.wordmark{width:clamp(145px,11.5vw,195px);color:var(--white);text-decoration:none;display:block}.brand-logo{filter:drop-shadow(0 1px 1px #00000052);width:100%;height:auto;display:block}.hero{background:#c8c8c8;min-height:0;position:relative;overflow:hidden}.hero-image{object-fit:cover;object-position:50% 48%;animation:1.1s cubic-bezier(.22,1,.36,1) both settle;transform:scale(1.002)}.hero-shade{pointer-events:none;background:linear-gradient(#00000014,#0000 28%),linear-gradient(90deg,#0000001a,#0000 25% 75%,#00000014);position:absolute;inset:0}@keyframes settle{0%{opacity:0;transform:scale(1.025)}to{opacity:1;transform:scale(1.002)}}@media (max-width:680px){.landing{grid-template-rows:72px minmax(0,1fr)}.topbar{padding:0 16px}.pill-button{letter-spacing:.13em;min-width:0;height:35px;padding:0 12px;font-size:9px}.wordmark{width:clamp(92px,27vw,124px)}.hero-image{object-position:51% center}}@media (prefers-reduced-motion:reduce){.hero-image{animation:none}.pill-button{transition:none}}
