:root {
  --red: #8f1f24;
  --red-dark: #621317;
  --red-bright: #b82e32;
  --cream: #fff9ef;
  --paper: #f5ead8;
  --gold: #e6a43b;
  --ink: #211a17;
  --muted: #6f625b;
  --white: #ffffff;
  --border: rgba(33, 26, 23, .12);
  --shadow: 0 24px 70px rgba(77, 29, 22, .13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
}

.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 249, 239, .96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(10px);
}

.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 34px; }

.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50% 46% 50% 42%;
  color: var(--cream);
  background: var(--red);
  box-shadow: inset -5px -5px 0 rgba(0, 0, 0, .12);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 900;
  transform: rotate(-5deg);
}

.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 19px; letter-spacing: -.3px; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }

nav { display: flex; align-items: center; gap: 28px; }
nav a { font-size: 14px; font-weight: 700; }
nav a:hover, nav a:focus-visible { color: var(--red); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  border: 2px solid var(--red);
  border-radius: 7px;
  color: var(--white);
  background: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(143, 31, 36, .18);
  transition: transform .2s ease, background .2s ease;
}

.button:hover, .button:focus-visible { background: var(--red-dark); transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 19px; font-size: 11px; }

.hero { overflow: hidden; padding: 88px 0 96px; background: radial-gradient(circle at 87% 33%, rgba(230, 164, 59, .22), transparent 29%), var(--cream); }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; }

.eyebrow { margin: 0 0 15px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: 2.4px; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 25px; height: 2px; margin: 0 10px 3px 0; background: currentColor; }

h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(52px, 6vw, 82px); letter-spacing: -3.7px; }
h2 { margin-bottom: 20px; font-size: clamp(34px, 4.1vw, 54px); letter-spacing: -2px; }
h3 { margin-bottom: 12px; font-size: 24px; letter-spacing: -.7px; }

.hero-intro { max-width: 640px; margin: 0; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.text-link { color: var(--red); font-size: 14px; font-weight: 800; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0; margin: 32px 0 0; list-style: none; }
.hero-notes li { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.hero-notes li::before { content: "✓"; margin-right: 7px; color: var(--red); }

.hero-art { position: relative; min-height: 520px; }
.hero-art::before { content: ""; position: absolute; inset: 50px 0 10px 36px; border-radius: 48% 52% 43% 57%; background: var(--red); transform: rotate(-7deg); box-shadow: var(--shadow); }
.hero-art::after { content: "BOMB"; position: absolute; top: 51%; left: 52%; color: rgba(255,255,255,.07); font-family: Impact, Haettenschweiler, sans-serif; font-size: 96px; letter-spacing: 6px; transform: translate(-50%, -50%) rotate(-15deg); }

.plate { position: absolute; z-index: 3; inset: 112px 42px 78px 78px; border: 18px solid #e7ddd0; border-radius: 50%; background: #fcfaf5; box-shadow: 0 24px 40px rgba(38, 11, 7, .35), inset 0 0 0 2px #d1c5b8; transform: rotate(-8deg); }
.chicken { position: absolute; display: block; width: 118px; height: 82px; border-radius: 63% 43% 61% 40%; background: radial-gradient(circle at 35% 30%, #f6c14e 0 4%, transparent 5%), radial-gradient(circle at 70% 62%, #bf5b19 0 5%, transparent 6%), linear-gradient(145deg, #f5b63b, #b94e13); border: 5px solid #7c3212; box-shadow: inset -12px -12px 0 rgba(104, 40, 9, .22), 0 10px 20px rgba(58, 22, 6, .25); }
.chicken::before, .chicken::after { content: ""; position: absolute; width: 13px; height: 10px; border-radius: 50%; background: #7c3212; opacity: .55; }
.chicken::before { left: 28px; top: 21px; }
.chicken::after { right: 25px; bottom: 18px; }
.piece-one { left: 36px; top: 45px; transform: rotate(18deg); }
.piece-two { right: 30px; top: 52px; transform: rotate(-24deg); }
.piece-three { left: 72px; bottom: 44px; transform: rotate(-16deg); }
.piece-four { right: 62px; bottom: 38px; transform: rotate(24deg); }

.stamp { position: absolute; z-index: 5; right: -6px; bottom: 27px; width: 132px; height: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 3px solid var(--red-dark); outline: 4px solid var(--gold); outline-offset: -10px; border-radius: 50%; color: var(--cream); background: var(--red-dark); text-align: center; transform: rotate(9deg); }
.stamp strong { font-family: Georgia, serif; font-size: 27px; font-style: italic; }
.stamp span { font-size: 9px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }

.burst { position: absolute; z-index: 2; width: 16px; height: 16px; border-radius: 50%; background: var(--gold); box-shadow: 32px -26px 0 -5px var(--gold), -25px 35px 0 -4px var(--gold); }
.burst-one { top: 48px; right: 54px; }
.burst-two { bottom: 72px; left: 18px; transform: scale(.8); }

.section { padding: 100px 0; }
.story { background: var(--white); border-block: 1px solid var(--border); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.story h2 { max-width: 470px; }
.story-copy { padding-top: 26px; }
.story-copy p { margin: 0 0 18px; color: var(--muted); font-size: 17px; }

.favorites { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr .78fr; align-items: end; gap: 60px; margin-bottom: 45px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.menu-card { position: relative; overflow: hidden; min-height: 405px; padding: 34px; border: 1px solid rgba(72, 46, 32, .12); border-radius: 14px; background: rgba(255, 255, 255, .66); transition: transform .25s ease, box-shadow .25s ease; }
.menu-card:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(79, 43, 26, .1); }
.featured-card { color: var(--white); background: var(--red); }
.card-number { position: absolute; top: 22px; right: 25px; font-family: Georgia, serif; font-size: 14px; font-weight: 700; opacity: .55; }
.menu-card p { margin: 0; color: var(--muted); font-size: 15px; }
.featured-card p { color: rgba(255,255,255,.76); }
.card-tag { position: absolute; left: 34px; bottom: 30px; font-size: 10px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.menu-icon { position: relative; width: 105px; height: 105px; display: grid; place-items: center; margin: 6px 0 28px; border-radius: 50%; background: var(--cream); }
.featured-card .menu-icon { background: rgba(255,255,255,.12); }

.drumstick span { width: 54px; height: 36px; border: 5px solid currentColor; border-radius: 60% 45% 55% 42%; color: var(--red); transform: rotate(-30deg); }
.drumstick span::after { content: ""; position: absolute; right: 13px; bottom: 16px; width: 25px; height: 9px; border-radius: 8px; background: var(--red); transform: rotate(38deg); }
.featured-card .drumstick span { color: var(--gold); }

.sandwich span { width: 62px; height: 38px; border: 4px solid var(--red); border-radius: 34px 34px 9px 9px; box-shadow: inset 0 -12px 0 var(--gold); }
.sandwich span::before { content: ""; position: absolute; left: 23px; top: 51px; width: 58px; height: 4px; background: var(--red); box-shadow: 0 9px 0 var(--red); }

.bowl span { width: 64px; height: 34px; border: 5px solid var(--red); border-top: 0; border-radius: 7px 7px 38px 38px; }
.bowl span::before { content: ""; position: absolute; left: 24px; top: 31px; width: 58px; height: 27px; border-bottom: 4px solid var(--gold); border-radius: 50%; }

.process { color: var(--white); background: var(--ink); }
.process-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 85px; align-items: center; }
.eyebrow.light { color: var(--gold); }
.process-panel > p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.66); }
.process-stat { display: flex; align-items: center; gap: 20px; margin-top: 35px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.15); }
.process-stat strong { color: var(--gold); font-family: Georgia, serif; font-size: 50px; line-height: 1; }
.process-stat span { max-width: 190px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.steps { padding: 0; margin: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 23px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.steps li:first-child { border-top: 1px solid rgba(255,255,255,.13); }
.steps li > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--gold); border: 1px solid rgba(230,164,59,.5); font-family: Georgia, serif; font-size: 20px; }
.steps h3 { margin: 0 0 7px; font-size: 22px; }
.steps p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; }

.quality { background: var(--white); }
.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px; }
.quality article { padding-left: 24px; border-left: 2px solid var(--gold); }
.quality h2 { margin-bottom: 15px; font-size: 28px; letter-spacing: -.8px; }
.quality p { margin: 0; color: var(--muted); font-size: 15px; }
.mini-mark { display: block; margin-bottom: 24px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: 1.8px; }

.cta { padding-top: 22px; background: var(--white); }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 58px 64px; color: var(--white); background: var(--red); border-radius: 16px; box-shadow: var(--shadow); }
.cta-box h2 { max-width: 700px; margin-bottom: 13px; font-size: clamp(32px, 4vw, 49px); }
.cta-box p:not(.eyebrow) { max-width: 700px; margin: 0; color: rgba(255,255,255,.76); }
.button-light { flex: 0 0 auto; color: var(--red-dark); background: var(--cream); border-color: var(--cream); box-shadow: none; }
.button-light:hover, .button-light:focus-visible { color: var(--white); background: var(--red-dark); border-color: var(--red-dark); }

.site-footer { padding: 88px 0 26px; color: rgba(255,255,255,.72); background: #181311; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .65fr 1fr; gap: 70px; padding-bottom: 56px; }
.brand-footer { color: var(--white); }
.brand-footer .brand-copy small { color: rgba(255,255,255,.52); }
.footer-brand p { max-width: 380px; margin: 24px 0 0; font-size: 14px; }
.footer-grid h2 { margin-bottom: 18px; color: var(--white); font-family: Arial, sans-serif; font-size: 11px; letter-spacing: 1.7px; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a, .footer-grid address { display: block; margin: 0 0 9px; font-size: 14px; font-style: normal; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; letter-spacing: .4px; }
.footer-bottom p { margin: 0; }

@media (max-width: 930px) {
  nav { display: none; }
  .hero { padding-top: 65px; }
  .hero-grid { grid-template-columns: 1fr; gap: 25px; }
  .hero-copy { max-width: 720px; }
  .hero-art { width: min(560px, 100%); margin-inline: auto; }
  .split, .process-grid { grid-template-columns: 1fr; gap: 35px; }
  .story-copy { padding-top: 0; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .menu-card:last-child { grid-column: 1 / -1; min-height: 330px; }
  .quality-grid { gap: 28px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 72px; }
  .nav-wrap > .button { display: none; }
  .brand-mark { width: 41px; height: 41px; font-size: 23px; }
  .brand-copy strong { font-size: 17px; }
  .hero { padding: 54px 0 68px; }
  h1 { font-size: clamp(45px, 14vw, 62px); letter-spacing: -2.6px; }
  h2 { font-size: 38px; letter-spacing: -1.4px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 390px; }
  .hero-art::before { inset: 34px 4px 12px 8px; }
  .hero-art::after { font-size: 65px; }
  .plate { inset: 80px 25px 63px 28px; border-width: 13px; }
  .chicken { width: 88px; height: 64px; border-width: 4px; }
  .piece-one { left: 20px; top: 35px; }
  .piece-two { right: 17px; top: 40px; }
  .piece-three { left: 43px; bottom: 35px; }
  .piece-four { right: 35px; bottom: 31px; }
  .stamp { right: -4px; bottom: 16px; width: 105px; height: 105px; }
  .stamp strong { font-size: 22px; }
  .section { padding: 70px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 14px; }
  .card-grid, .quality-grid { grid-template-columns: 1fr; }
  .menu-card, .menu-card:last-child { grid-column: auto; min-height: 380px; }
  .process-stat { align-items: flex-start; }
  .cta { padding-top: 5px; }
  .cta-box { align-items: flex-start; flex-direction: column; padding: 42px 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
