:root {
  --ink: #151716;
  --paper: #f4f1ea;
  --lime: #d9f44b;
  --purple: #6f35c4;
  --muted: #716f69;
  --line: rgba(21, 23, 22, .16);
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--body); line-height: 1.5; }
a { color: inherit; }
.container { max-width: 1180px; margin: 0 auto; padding-inline: 32px; }
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.site-header { background: var(--paper); position: absolute; top: 0; width: 100%; z-index: 5; }
.nav { align-items: center; display: flex; justify-content: space-between; min-height: 80px; }
.logo { align-items: center; display: inline-flex; font-family: var(--display); font-size: 1.3rem; font-weight: 700; gap: 10px; letter-spacing: -.07em; text-decoration: none; }
.logo img { background: #000; border-radius: 7px; display: block; height: 43px; object-fit: cover; width: 43px; }
.logo-mark { align-items: center; background: var(--lime); border-radius: 50%; display: inline-flex; font-size: .95rem; height: 32px; justify-content: center; letter-spacing: -.1em; width: 32px; }
.logo-dot { color: var(--purple); }
.nav-links { align-items: center; display: flex; gap: 32px; list-style: none; }
.nav-links a { font-size: .88rem; font-weight: 500; text-decoration: none; }
.nav-links a:not(.nav-cta):hover, .text-link:hover { color: var(--purple); }
.nav-cta { background: var(--ink); border-radius: 999px; color: #fff; padding: 12px 19px; }
.menu-toggle { display: none; }
.hero { background: #231835; color: #fff; min-height: 700px; overflow: hidden; padding-top: 80px; position: relative; }
.hero::before { background: linear-gradient(90deg, rgba(23, 14, 32, .92) 15%, rgba(23, 14, 32, .23)), url("https://images.unsplash.com/photo-1524368535928-5b5e00ddc76b?auto=format&fit=crop&w=2000&q=85") center / cover; content: ""; inset: 0; position: absolute; }
.hero-overlay { background: radial-gradient(circle at 65% 35%, rgba(111, 53, 196, .55), transparent 32%), linear-gradient(0deg, #231835 0%, transparent 45%); inset: 0; position: absolute; }
.hero-content { padding-bottom: 130px; padding-top: 125px; position: relative; z-index: 1; }
.eyebrow { color: var(--purple); font-family: var(--display); font-size: .72rem; font-weight: 700; letter-spacing: .12em; margin-bottom: 24px; text-transform: uppercase; }
.eyebrow.light { color: var(--lime); }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.06em; line-height: .94; }
h1 { font-size: clamp(4.4rem, 10vw, 8.6rem); max-width: 900px; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-copy { color: rgba(255,255,255,.76); font-size: 1.05rem; margin: 30px 0; max-width: 430px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; }
.button { align-items: center; border: 0; border-radius: 999px; cursor: pointer; display: inline-flex; font: 600 .9rem var(--body); gap: 16px; justify-content: center; padding: 17px 24px; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: #e6ff65; }
.button-ghost { border: 1px solid rgba(255,255,255,.45); color: #fff; }
.button-dark { background: var(--ink); color: #fff; margin-top: 28px; }
.hero-scroll { align-items: center; bottom: 34px; color: rgba(255,255,255,.65); display: flex; font-size: .72rem; gap: 12px; left: 32px; position: absolute; z-index: 1; }
.hero-scroll span { border: 1px solid var(--lime); border-radius: 50%; height: 8px; width: 8px; }
.hero-ticker { background: var(--lime); bottom: 0; color: var(--ink); display: flex; font-family: var(--display); font-size: .75rem; font-weight: 700; gap: 55px; left: -2%; letter-spacing: .15em; overflow: hidden; padding: 12px 0; position: absolute; transform: rotate(-1.5deg); white-space: nowrap; width: 104%; }
.section { padding-block: 120px; }
.intro-grid, .section-heading { display: grid; gap: 80px; grid-template-columns: 1.2fr 1fr; }
h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
h2 span { color: var(--purple); }
.intro-text { align-self: end; color: var(--muted); font-size: 1.15rem; max-width: 410px; }
.text-link { display: inline-flex; font-size: .85rem; font-weight: 700; gap: 16px; margin-top: 24px; text-decoration: none; }
.feature-grid { display: grid; gap: 18px; grid-template-columns: 1.4fr .8fr .8fr; margin-top: 65px; }
.feature-card { min-height: 410px; overflow: hidden; padding: 32px; position: relative; }
.feature-card-large { background: #ddd4ef; padding: 0; }
.feature-image { height: 190px; }
.image-lanes { background: linear-gradient(0deg, rgba(35,24,53,.15), transparent), url("https://images.unsplash.com/photo-1580674684081-7617fbf3d745?auto=format&fit=crop&w=1000&q=85") center / cover; }
.feature-content { padding: 29px 32px; }
.feature-number { color: var(--muted); font-family: var(--display); font-size: .7rem; font-weight: 700; letter-spacing: .1em; }
.feature-card h3 { font-size: 2rem; margin: 22px 0 17px; }
.feature-card p { color: var(--muted); font-size: .9rem; max-width: 240px; }
.feature-card-dark { background: var(--ink); color: #fff; }
.feature-card-dark p { color: rgba(255,255,255,.65); }
.feature-card-dark h3 span { color: var(--lime); }
.feature-card-lime { background: var(--lime); }
.feature-card-lime p { color: rgba(21,23,22,.7); }
.icon { font-size: 3rem; margin-top: 35px; }
.icon-spark { color: var(--lime); }
.icon-fork { color: var(--purple); }
.light-link { color: #fff; }
.dark-link { color: var(--ink); }
.offer { background: var(--lime); }
.offer-grid { align-items: center; display: flex; justify-content: space-between; }
.offer-copy { max-width: 510px; }
.offer-copy h2 { font-size: clamp(3.7rem, 7vw, 7rem); }
.offer-copy h2 span { color: var(--purple); }
.offer-copy > p:not(.eyebrow) { font-size: 1.05rem; margin-top: 24px; max-width: 400px; }
.offer-sticker { align-items: center; background: var(--purple); border-radius: 50%; color: #fff; display: flex; flex-direction: column; height: 220px; justify-content: center; margin-right: 9%; transform: rotate(9deg); width: 220px; }
.offer-sticker span { font-size: .8rem; }
.offer-sticker strong { font-family: var(--display); font-size: 1.65rem; letter-spacing: -.05em; }
.section-heading { align-items: end; }
.section-heading > p { color: var(--muted); max-width: 360px; }
.location-grid { display: grid; gap: 80px; grid-template-columns: 1fr 1fr; }
.location-grid > div > p:not(.eyebrow) { color: var(--muted); margin-top: 25px; }
.hours { border-top: 1px solid var(--line); }
.hours div { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 22px 0; }
.hours span { color: var(--muted); font-size: .9rem; }
.hours strong { font-family: var(--display); font-size: 1.05rem; }
.site-footer { background: #ddd4ef; padding: 42px 0; }
.footer-grid { align-items: center; display: grid; gap: 18px; grid-template-columns: 1fr 1fr 1fr auto; }
.footer-grid p, .footer-grid small { color: var(--muted); font-size: .8rem; }
.socials { display: flex; gap: 20px; }
.socials a { font-size: .8rem; font-weight: 700; text-decoration: none; }
@media (max-width: 800px) {
  .container { padding-inline: 20px; }
  .nav-links { background: var(--paper); display: none; flex-direction: column; gap: 22px; left: 0; padding: 30px 20px; position: absolute; right: 0; top: 80px; }
  .nav-links.is-open { display: flex; }
  .menu-toggle { background: none; border: 0; display: grid; gap: 5px; padding: 8px; }
  .menu-toggle span:not(.sr-only) { background: var(--ink); display: block; height: 2px; width: 23px; }
  .hero { min-height: 680px; }
  .hero-content { padding-top: 110px; }
  .hero-scroll { left: 20px; }
  .section { padding-block: 80px; }
  .intro-grid, .section-heading, .location-grid { gap: 35px; grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 350px; }
  .offer-grid { align-items: start; flex-direction: column; gap: 50px; }
  .offer-sticker { align-self: flex-end; height: 160px; margin: 0; width: 160px; }
  .offer-sticker strong { font-size: 1.2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid small { grid-column: 1 / -1; }
}
@media (max-width: 450px) { h1 { font-size: 4rem; } .footer-grid { grid-template-columns: 1fr; } }
