:root {
  --ink: #18140f;
  --cream: #fff8e8;
  --mustard: #f4b41a;
  --red: #d83a24;
  --green: #225d3c;
  --line: rgba(24, 20, 15, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; }

.site-header, footer { max-width: 1440px; margin: auto; padding: 24px 4vw; display: flex; align-items: center; justify-content: space-between; }
.site-header { position: relative; z-index: 10; }
.wordmark { display: inline-flex; align-items: baseline; text-decoration: none; font-family: "Archivo Black", sans-serif; font-size: clamp(19px, 2vw, 26px); letter-spacing: -1.5px; }
.wordmark span:nth-child(2) { color: var(--red); }
.wordmark i { width: 9px; height: 9px; margin-left: 4px; border-radius: 50%; background: var(--mustard); }
.header-cta { font-size: 14px; font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--ink); padding-bottom: 3px; }

.hero { min-height: calc(100vh - 82px); max-width: 1440px; margin: auto; padding: 5vh 4vw 8vh; display: grid; grid-template-columns: 1.12fr .88fr; gap: 6vw; align-items: center; overflow: hidden; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700; display: flex; align-items: center; gap: 10px; }
.eyebrow span { display: block; width: 30px; height: 4px; background: var(--red); }
h1, h2 { font-family: "Archivo Black", sans-serif; margin: 0; text-wrap: balance; }
h1 { max-width: 900px; margin-top: 22px; font-size: clamp(57px, 7.2vw, 116px); line-height: .9; letter-spacing: -.065em; }
.intro { max-width: 650px; margin: 34px 0 0; font-size: clamp(18px, 1.6vw, 24px); line-height: 1.5; }
.primary-button { margin-top: 34px; display: inline-flex; gap: 28px; align-items: center; background: var(--ink); color: white; text-decoration: none; font-weight: 700; padding: 18px 22px; box-shadow: 7px 7px 0 var(--mustard); transition: transform .2s, box-shadow .2s; }
.primary-button:hover { transform: translate(3px, 3px); box-shadow: 4px 4px 0 var(--mustard); }

.hero-art { min-height: 580px; position: relative; display: grid; place-items: center; }
.sunburst { position: absolute; width: min(43vw, 600px); aspect-ratio: 1; border-radius: 50%; background: repeating-conic-gradient(var(--mustard) 0deg 9deg, transparent 9deg 18deg); opacity: .55; animation: rotate 90s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.ticket { position: relative; z-index: 2; width: min(340px, 80%); padding: 20px 24px 28px; background: #fffdf7; transform: rotate(3deg); box-shadow: 18px 20px 0 rgba(24,20,15,.13); border: 2px solid var(--ink); }
.ticket::before, .ticket::after { content: ""; position: absolute; left: -10px; right: -10px; height: 18px; background: radial-gradient(circle at 9px -1px, transparent 10px, #fffdf7 10.5px) repeat-x; background-size: 20px 18px; }
.ticket::before { top: -2px; transform: rotate(180deg); }
.ticket::after { bottom: -18px; }
.ticket-top { display: flex; justify-content: space-between; border-bottom: 2px dashed var(--ink); padding: 8px 0 14px; font-weight: 700; }
.ticket-top strong { color: var(--red); }
.burger { height: 220px; display: flex; flex-direction: column; justify-content: center; filter: drop-shadow(4px 7px 0 rgba(24,20,15,.15)); }
.bun { width: 210px; margin: 0 auto; background: var(--mustard); border: 3px solid var(--ink); }
.bun-top { position: relative; height: 64px; border-radius: 100px 100px 12px 12px; }
.bun-top i { position: absolute; width: 10px; height: 4px; border-radius: 50%; background: var(--cream); transform: rotate(25deg); }
.bun-top i:nth-child(1) { top: 21px; left: 42px; }.bun-top i:nth-child(2) { top: 13px; left: 93px; }.bun-top i:nth-child(3) { top: 29px; left: 139px; }.bun-top i:nth-child(4) { top: 14px; left: 166px; }
.lettuce { width: 222px; height: 17px; margin: -4px auto 0; background: var(--green); border: 3px solid var(--ink); border-radius: 30% 60% 35% 55%; }
.cheese { width: 205px; height: 22px; margin: -4px auto 0; background: #ffd832; border: 3px solid var(--ink); clip-path: polygon(0 0,100% 0,100% 58%,55% 58%,48% 100%,40% 58%,0 58%); }
.patty { width: 216px; height: 35px; margin: -7px auto 0; background: #6b2c1b; border: 3px solid var(--ink); border-radius: 16px; }
.sauce { width: 190px; height: 10px; margin: -3px auto 0; background: var(--red); border: 3px solid var(--ink); border-radius: 10px; }
.bun-bottom { height: 42px; margin-top: -3px; border-radius: 10px 10px 60px 60px; }
.ticket-copy { text-align: center; border-top: 2px dashed var(--ink); padding-top: 16px; display: flex; flex-direction: column; }
.ticket-copy strong { font-family: "Archivo Black"; font-size: 24px; }
.ticket-copy span { color: #665f54; }
.barcode { height: 28px; margin: 18px auto 0; width: 75%; background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 4px, var(--ink) 4px 8px, transparent 8px 10px); }
.stamp { position: absolute; right: 0; bottom: 10%; z-index: 3; margin: 0; transform: rotate(-10deg); color: var(--red); border: 5px solid var(--red); border-radius: 50%; padding: 16px; text-align: center; font: 22px/1 "Archivo Black"; }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.principles article { padding: clamp(32px, 5vw, 76px) 4vw; }
.principles article + article { border-left: 2px solid var(--ink); }
.principles span { font-size: 12px; font-weight: 700; color: var(--red); }
.principles h2 { margin-top: 25px; font-size: clamp(28px, 3.5vw, 56px); letter-spacing: -.05em; }
.principles p { max-width: 370px; font-size: 17px; line-height: 1.6; }

.statement { padding: clamp(90px, 14vw, 210px) 6vw; text-align: center; background: var(--mustard); }
.statement > p:first-child { font-weight: 700; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; }
.statement h2 { max-width: 1100px; margin: 20px auto 36px; font-size: clamp(54px, 8vw, 128px); line-height: .92; letter-spacing: -.06em; }
.statement-detail { max-width: 740px; margin: auto; font-size: clamp(18px, 2vw, 25px); line-height: 1.55; }

.signup { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: clamp(75px, 10vw, 150px) 6vw; background: var(--green); color: white; }
.signup h2 { margin-top: 18px; font-size: clamp(50px, 6vw, 90px); line-height: .95; letter-spacing: -.06em; }
.signup > div > p:last-child { font-size: 19px; }
.signup .eyebrow span { background: var(--mustard); }
form { align-self: center; }
label { display: block; margin-bottom: 10px; font-size: 13px; font-weight: 700; }
.form-row { display: flex; }
input, button { min-height: 60px; border: 2px solid white; font: inherit; }
input { min-width: 0; flex: 1; padding: 0 18px; background: transparent; color: white; border-right: 0; border-radius: 0; }
input::placeholder { color: rgba(255,255,255,.65); }
button { cursor: pointer; padding: 0 20px; background: white; color: var(--ink); font-weight: 700; }
button:hover { background: var(--mustard); border-color: var(--mustard); }
.form-status { min-height: 24px; font-size: 14px; }
footer { min-height: 120px; }
footer p { font-size: 13px; }

@media (max-width: 860px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 8vh; }
  .hero-art { min-height: 510px; }
  .sunburst { width: min(90vw, 580px); }
  .stamp { right: 5%; }
  .principles { grid-template-columns: 1fr; }
  .principles article + article { border-left: 0; border-top: 2px solid var(--ink); }
  .signup { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .site-header { padding-top: 18px; }
  h1 { font-size: clamp(52px, 16vw, 80px); }
  .hero { padding-left: 22px; padding-right: 22px; }
  .hero-art { min-height: 450px; }
  .ticket { width: 285px; }
  .stamp { font-size: 15px; border-width: 4px; }
  .form-row { flex-direction: column; gap: 10px; }
  input { border-right: 2px solid white; }
  footer { align-items: flex-start; flex-direction: column; gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .sunburst { animation: none; }
}
