:root {
  --ink: #f8f2e8;
  --muted: #c9c0b3;
  --bg: #0c1410;
  --panel: #16221c;
  --panel-2: #1d2a23;
  --gold: #e0bd70;
  --green: #9bc6a9;
  --line: rgba(224, 189, 112, .23);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
}
button, a { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 3000;
  padding: 10px 14px;
  background: var(--gold);
  color: #111;
  font-weight: 850;
}
.skip-link:focus { top: 12px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(12, 20, 16, .94);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(1160px, calc(100% - 32px));
  min-height: 68px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 3vw, 25px);
}
.header-cta,
.primary-cta,
.card-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}
.header-cta { padding: 9px 15px; border: 1px solid var(--line); color: var(--gold); }
.hero {
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 80% 0%, rgba(224, 189, 112, .16), transparent 42%);
}
.hero-grid {
  width: min(1160px, calc(100% - 32px));
  margin: auto;
  padding: clamp(44px, 7vw, 82px) 0;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
}
.eyebrow {
  margin: 0 0 13px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.1; }
h1 { margin: 0; max-width: 760px; font-size: clamp(40px, 6.5vw, 70px); font-weight: 500; }
.hero-copy { max-width: 700px; margin: 22px 0 24px; color: var(--muted); font-size: clamp(16px, 2.2vw, 20px); }
.primary-cta { padding: 13px 20px; background: var(--gold); color: #171109; }
.hero-note { margin: 14px 0 0; color: var(--green); font-size: 13px; font-weight: 800; }
.hero-image { position: relative; overflow: hidden; min-height: 420px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); }
.hero-image img { width: 100%; min-height: 420px; height: 100%; object-fit: cover; }
.hero-image::after {
  content: "Ready to cook · Live pickup menu";
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(12, 20, 16, .92);
  color: var(--ink);
  font-size: 12px;
  font-weight: 850;
}
main { width: min(1120px, calc(100% - 32px)); margin: auto; }
.intro { max-width: 810px; margin: 68px auto 38px; text-align: center; }
.intro h2,
.section h2,
.faq-section h2 { margin: 0 0 14px; font-size: clamp(31px, 5vw, 47px); font-weight: 500; }
.intro p,
.section-lead { color: var(--muted); }
.shop-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.shop-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.shop-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.shop-card-body { padding: 22px; }
.shop-card h3 { margin: 0 0 9px; font-size: 25px; }
.shop-card p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.card-link { width: 100%; padding: 10px 13px; border: 1px solid var(--line); color: var(--gold); }
.section { margin: 76px 0; }
.party-callout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 18px;
  background: var(--gold);
  color: #251d0f;
}
.party-callout h2 { margin: 0 0 12px; }
.party-callout p { max-width: 720px; margin: 0; }
.party-callout .primary-cta { min-width: 190px; background: #111a15; color: var(--ink); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; counter-reset: step; }
.step { padding: 23px; border-top: 2px solid var(--gold); background: var(--panel-2); counter-increment: step; }
.step::before { content: "0" counter(step); display: block; margin-bottom: 18px; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.step h3 { margin: 0 0 8px; font-size: 22px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }
.trust {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 34px;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}
.trust h2 { margin: 0; }
.trust-copy { color: var(--muted); }
.trust-copy p:first-child { margin-top: 0; }
.trust-copy p:last-child { margin-bottom: 0; }
.trust-copy a { color: var(--gold); font-weight: 850; }
.faq-section { margin-bottom: 80px; }
.faq { display: grid; gap: 12px; margin-top: 24px; }
details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); }
summary { cursor: pointer; font-weight: 850; }
details p { margin: 12px 0 0; color: var(--muted); }
footer { border-top: 1px solid var(--line); padding: 34px 16px 105px; color: var(--muted); text-align: center; font-size: 13px; }
footer a { color: var(--ink); }
.analytics-consent {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 2200;
  width: min(680px, calc(100vw - 28px));
  transform: translateX(-50%);
  padding: 18px;
  border: 1px solid rgba(224, 189, 112, .36);
  border-radius: 12px;
  background: #17231d;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .55);
}
.analytics-consent[hidden] { display: none; }
.analytics-consent-inner { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; }
.analytics-consent h2 { margin: 0 0 5px; font-size: 21px; }
.analytics-consent p { margin: 0; color: var(--muted); font-size: 12.5px; }
.analytics-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.analytics-actions button { min-height: 44px; padding: 10px 15px; border: 1px solid var(--gold); border-radius: 8px; background: transparent; color: var(--ink); font-weight: 850; cursor: pointer; }
.analytics-actions .allow { background: var(--gold); color: #111; }

@media (max-width: 860px) {
  .hero-grid,
  .trust { grid-template-columns: 1fr; }
  .hero-image { min-height: 360px; }
  .hero-image img { min-height: 360px; }
  .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .party-callout { grid-template-columns: 1fr; }
  .party-callout .primary-cta { justify-self: start; }
}

@media (max-width: 580px) {
  .header-cta { padding: 8px 11px; font-size: 12px; }
  .shop-grid,
  .steps { grid-template-columns: 1fr; }
  .hero-image,
  .hero-image img { min-height: 280px; }
  .party-callout .primary-cta { width: 100%; }
  .analytics-consent-inner { grid-template-columns: 1fr; }
  .analytics-actions button { flex: 1 1 130px; }
}
