*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}img,picture,video,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:0}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6,p{margin:0}:root{--color-bg:#fff;--color-bg-alt:#f6f6f6;--color-surface:#fff;--color-text:#1f2024;--color-muted:#6b6f81;--color-brand-orange:#f39c0f;--color-brand-orange-strong:#d8870a;--color-brand-grey:#9a9b9d;--color-accent:var(--color-brand-orange);--color-accent-strong:var(--color-brand-orange-strong);--color-accent-warm:#f5b86b;--color-accent-fruit:#f08a3a;--color-accent-citrus:#f3c34f;--color-on-accent:#fff;--color-border:#e6e6ea;--radius-sm:6px;--radius-md:15px;--radius-lg:28px;--shadow-soft:0 10px 30px #1f202414;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4.5rem;--space-9:6rem;--font-body:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif;--font-display:var(--font-body);--container:1200px}body{font-family:var(--font-body);color:var(--color-muted);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:17px;line-height:1.6}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.02em;color:var(--color-text);font-weight:700;line-height:1.05}h1{font-size:clamp(2.4rem,5vw + 1rem,4.4rem)}h2{font-size:clamp(1.8rem,3vw + 1rem,2.8rem)}h3{font-size:clamp(1.2rem,1.5vw + .8rem,1.5rem)}p{color:var(--color-muted);max-width:60ch}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--color-accent-strong);font-size:.75rem;font-weight:600}.container{width:100%;max-width:var(--container);margin:0 auto;padding-inline:clamp(1rem,4vw,2.5rem)}.section{padding-block:clamp(var(--space-8), 8vw, var(--space-9))}.section--alt{background:var(--color-bg-alt)}.section--surface{background:var(--color-surface)}.grid{gap:var(--space-5);display:grid}.grid--3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid--2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.grid--hero{gap:clamp(var(--space-5), 4vw, var(--space-7));grid-template-columns:1fr;align-items:center;display:grid}@media (width>=880px){.grid--hero{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}}.site{grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}.site-header{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:color-mix(in oklab, var(--color-bg) 88%, transparent);border-bottom:1px solid var(--color-border);position:sticky;top:0}.site-header__inner{align-items:center;gap:var(--space-5);padding-block:var(--space-4);grid-template-columns:1fr auto;display:grid}.brand{font-family:var(--font-display);letter-spacing:-.01em;color:var(--color-text);font-size:1.4rem;font-weight:700}.brand--logo{align-items:center;line-height:0;display:inline-flex}.brand--logo img{width:auto;height:clamp(28px,3.25vw,38px);display:block}.site-footer .brand--logo img{height:28px}.btn{justify-content:center;align-items:center;gap:var(--space-2);border-radius:999px;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;transition:transform .15s,box-shadow .2s,background .2s;display:inline-flex}.btn--primary{background:var(--color-brand-orange);color:var(--color-on-accent)}.btn--primary:hover{box-shadow:var(--shadow-soft);background:var(--color-brand-orange-strong);transform:translateY(-1px)}.btn--ghost{color:var(--color-text);border:1px solid var(--color-border);background:0 0}.btn--ghost:hover{background:var(--color-bg-alt)}.btn--lg{padding:1.05rem 2rem;font-size:1.05rem}.announcement{background:var(--color-brand-orange);color:#fff;letter-spacing:.04em;font-size:.8rem;font-weight:500}.announcement__inner{justify-content:center;align-items:center;gap:var(--space-3);text-align:center;flex-wrap:wrap;padding-block:.6rem;display:flex}.announcement__item{color:#fff}.announcement__sep{color:#ffffff8c}@media (width<=540px){.announcement__sep{display:none}.announcement__inner{flex-direction:column;gap:.15rem;padding-block:.5rem}}.hero-section{isolation:isolate;min-height:clamp(440px,62vh,680px);padding-block:clamp(var(--space-7), 8vw, var(--space-9));align-items:center;display:grid;position:relative;overflow:hidden}.hero-section__image{object-fit:cover;object-position:center;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.hero-section__scrim{z-index:-1;background:linear-gradient(90deg,#000000b8 0%,#00000073 45%,#0000001a 80%,#0000 100%),linear-gradient(#00000026 0%,#0006 100%);position:absolute;inset:0}.hero-section__content{position:relative}.hero{animation:.6s both hero-in}@media (prefers-reduced-motion:reduce){.hero{animation:none}}@keyframes hero-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero__copy{gap:var(--space-4);color:#fff;text-align:center;max-width:38rem;display:grid}@media (width>=768px){.hero__copy{text-align:left}}.hero__copy h1{color:#fff;text-shadow:0 2px 18px #00000059;font-size:clamp(1.6rem,3.5vw + .9rem,3rem);line-height:1.05}.hero__lede{color:#ffffffeb;text-shadow:0 1px 8px #00000059;max-width:48ch;margin-inline:auto;font-size:clamp(1.05rem,.6vw + .95rem,1.25rem)}@media (width>=768px){.hero__lede{margin-inline:0}}.hero__copy .btn{justify-self:center}@media (width>=768px){.hero__copy .btn{justify-self:start}}.site-footer{background:var(--color-bg-alt);border-top:1px solid var(--color-border);padding-block:var(--space-6);margin-top:var(--space-8)}.site-footer__inner{gap:var(--space-4);grid-template-columns:1fr;align-items:center;display:grid}@media (width>=640px){.site-footer__inner{grid-template-columns:1fr auto}}.site-footer__brand{gap:var(--space-2);display:grid}.site-footer__tagline{color:var(--color-muted);margin-top:var(--space-1);max-width:48ch;font-size:.95rem}.site-footer__links{gap:var(--space-5);flex-wrap:wrap;align-items:center;display:flex}.site-footer__links a{color:var(--color-muted);font-size:.95rem}.site-footer__links a:hover{color:var(--color-text)}.site-footer__bottom{margin-top:var(--space-5);padding-top:var(--space-4);border-top:1px solid var(--color-border);color:var(--color-muted);font-size:.85rem}
