:root {
  --ink: #19140f;
  --charcoal: #17120e;
  --ember: #d95520;
  --cream: #f4ead6;
  --paper: #f8f2e8;
  --muted: #74695d;
  --line: #d9cbb7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 128px; }

.hero {
  min-height: 920px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #120f0d;
  color: var(--cream);
}
.hero-image, .hero-shade { position: absolute; inset: 0; z-index: -2; }
.hero-image {
  background: url('./hero-grill.png') center / cover no-repeat;
  transform: scale(1.015);
  animation: settle 1.4s cubic-bezier(.2,.7,.2,1) both;
}
.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(15,12,10,.98) 0%, rgba(15,12,10,.9) 32%, rgba(15,12,10,.25) 67%, rgba(15,12,10,.16) 100%),
    linear-gradient(0deg, rgba(15,12,10,.9) 0%, transparent 32%);
}
.site-header { height: 104px; display: flex; align-items: center; border-bottom: 1px solid rgba(244,234,214,.22); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font: 800 16px/1 Arial, sans-serif; letter-spacing: .14em; }
.brand-copy small { margin-top: 6px; color: #d8c8b2; font: 700 9px/1 Arial, sans-serif; letter-spacing: .38em; text-transform: uppercase; }
nav { display: flex; gap: 38px; margin-left: auto; }
nav a { color: #ded0ba; font-size: 14px; transition: color .2s ease; }
nav a:hover { color: white; }
.nav-cta { margin-left: 42px; padding: 13px 18px; border: 1px solid rgba(244,234,214,.55); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.hero-content { padding-top: 130px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--ember); font: 800 11px/1.2 Arial, sans-serif; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 2px; background: currentColor; }
.eyebrow.light { color: #ef8051; }
.hero h1, h2 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -.055em;
}
.hero h1 { max-width: 760px; font-size: clamp(70px, 8.5vw, 126px); line-height: .82; }
.hero h1 em, h2 em { color: var(--ember); font-weight: 400; }
.hero-lead { max-width: 610px; margin: 40px 0 0; color: #d7cbb9; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; padding: 18px 22px; min-width: 230px; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ember); color: white; }
.button.primary:hover { background: #ec6129; }
.text-link { padding-block: 10px; border-bottom: 1px solid rgba(244,234,214,.45); color: #efe5d3; font-size: 13px; font-weight: 700; }
.hero-facts { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(244,234,214,.22); }
.hero-facts div { padding: 27px 34px 30px 0; }
.hero-facts div + div { padding-left: 34px; border-left: 1px solid rgba(244,234,214,.22); }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { margin-bottom: 8px; color: white; font: 700 16px/1 Arial, sans-serif; letter-spacing: .04em; }
.hero-facts span { color: #b9ab97; font-size: 12px; }

.story, .faq { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.section-heading h2, .menu-intro h2 { font-size: clamp(48px, 5.5vw, 76px); line-height: .96; }
.story-copy { padding-top: 38px; }
.story-copy p { max-width: 620px; margin: 0 0 24px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.story-copy .lead-copy { color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: 25px; line-height: 1.55; }
.story-copy .source-note { margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12px; line-height: 1.7; }

.principles { background: #211a14; color: var(--cream); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.principle-grid article { min-height: 310px; padding: 54px 42px 48px 0; }
.principle-grid article + article { padding-left: 42px; border-left: 1px solid rgba(244,234,214,.16); }
.principle-number { color: var(--ember); font: 800 11px/1 Arial, sans-serif; letter-spacing: .16em; }
.principle-grid h3 { margin: 72px 0 14px; font: 400 31px/1.1 Georgia, serif; }
.principle-grid p { max-width: 290px; margin: 0; color: #bfb19c; font-size: 14px; line-height: 1.7; }

.menu-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 76px; }
.menu-intro > p { max-width: 470px; margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.menu-list { border-top: 1px solid var(--ink); }
.menu-item { display: grid; grid-template-columns: 80px 1fr 260px; gap: 28px; align-items: center; min-height: 174px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.menu-item:hover { padding-inline: 20px; background: #f1e4d0; }
.menu-item > span { color: var(--ember); font: 800 11px/1 Arial, sans-serif; letter-spacing: .18em; }
.menu-item h3 { margin: 0 0 10px; font: 400 36px/1.1 Georgia, serif; }
.menu-item p { max-width: 600px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.menu-item small { color: #9a725d; font-size: 11px; font-weight: 800; line-height: 1.6; letter-spacing: .08em; text-transform: uppercase; }

.sauce { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 760px; background: var(--charcoal); color: var(--cream); }
.sauce-photo { min-height: 620px; background: url('./sauce-ingredients.png') center / cover no-repeat; }
.sauce-content { display: flex; flex-direction: column; justify-content: center; padding: 90px max(52px, calc((100vw - 1180px) / 2)); }
.sauce-content h2 { max-width: 520px; font-size: clamp(52px, 5.6vw, 78px); line-height: .94; }
.sauce-content > p:not(.eyebrow) { max-width: 520px; margin: 30px 0 36px; color: #c9bba8; font-size: 15px; line-height: 1.8; }
.sauce-content ul { max-width: 520px; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(244,234,214,.18); }
.sauce-content li { padding: 17px 0; border-bottom: 1px solid rgba(244,234,214,.18); color: #dfd2c0; font-size: 13px; }
.sauce-content li b { display: inline-block; width: 42px; color: var(--ember); font-size: 10px; letter-spacing: .14em; }

.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 24px; padding: 27px 0; cursor: pointer; list-style: none; font: 400 21px/1.35 Georgia, serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--ember); font-family: Arial, sans-serif; font-size: 22px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -6px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.closing { padding-block: 104px; background: #a43916; color: var(--cream); }
.closing-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.closing h2 { font-size: clamp(58px, 7vw, 96px); line-height: .88; }
.closing h2 em { color: #ffd6a8; }
.closing .button { background: var(--cream); color: var(--ink); }
footer { background: #130f0c; color: #ad9f8d; }
.footer-inner { min-height: 120px; display: flex; align-items: center; gap: 36px; }
.footer-brand { color: var(--cream); }
.footer-brand img { width: 44px; height: 44px; }
.footer-inner p { margin: 0; font-size: 11px; letter-spacing: .04em; }
.footer-inner p:nth-of-type(1) { margin-left: auto; }

@keyframes settle { from { opacity: .3; transform: scale(1.06); } to { opacity: 1; transform: scale(1.015); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .hero-image { animation: none; } }

@media (max-width: 900px) {
  .section { padding-block: 90px; }
  nav { display: none; }
  .nav-cta { margin-left: auto; }
  .hero { min-height: 860px; }
  .hero-image { background-position: 60% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(15,12,10,.98), rgba(15,12,10,.56)), linear-gradient(0deg, rgba(15,12,10,.9), transparent 40%); }
  .hero-content { padding-top: 120px; }
  .hero h1 { font-size: clamp(64px, 13vw, 96px); }
  .story, .faq { grid-template-columns: 1fr; gap: 54px; }
  .story-copy { padding-top: 0; }
  .menu-intro { grid-template-columns: 1fr; gap: 30px; }
  .menu-item { grid-template-columns: 52px 1fr; }
  .menu-item small { grid-column: 2; padding-bottom: 28px; }
  .sauce { grid-template-columns: 1fr; }
  .sauce-photo { min-height: 560px; }
  .sauce-content { padding: 82px 48px; }
  .closing-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner { flex-wrap: wrap; padding-block: 28px; }
  .footer-inner p:nth-of-type(1) { margin-left: 0; }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 32px, 1180px); }
  .section { padding-block: 72px; }
  .site-header { height: 84px; }
  .brand img { width: 44px; height: 44px; }
  .brand-copy strong { font-size: 13px; }
  .nav-cta { padding: 11px 12px; font-size: 9px; }
  .hero { min-height: 790px; }
  .hero-image { background-position: 67% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(15,12,10,.97) 0%, rgba(15,12,10,.77) 60%, rgba(15,12,10,.4) 100%), linear-gradient(0deg, rgba(15,12,10,.94), transparent 45%); }
  .hero-content { padding-top: 98px; }
  .hero h1 { font-size: clamp(54px, 18vw, 78px); }
  .hero-lead { max-width: 92%; margin-top: 28px; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 30px; }
  .button { min-width: 218px; }
  .hero-facts { grid-template-columns: repeat(3, 1fr); }
  .hero-facts div, .hero-facts div + div { padding: 20px 10px; }
  .hero-facts strong { font-size: 12px; }
  .hero-facts span { font-size: 9px; }
  .section-heading h2, .menu-intro h2 { font-size: 47px; }
  .story-copy .lead-copy { font-size: 21px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: auto; padding: 42px 0; }
  .principle-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid rgba(244,234,214,.16); }
  .principle-grid h3 { margin-top: 34px; }
  .menu-item { grid-template-columns: 38px 1fr; gap: 12px; min-height: 190px; }
  .menu-item:hover { padding-inline: 0; }
  .menu-item h3 { font-size: 29px; }
  .menu-item small { grid-column: 2; }
  .sauce-photo { min-height: 390px; }
  .sauce-content { padding: 68px 24px; }
  .sauce-content h2 { font-size: 52px; }
  .faq-list summary { font-size: 18px; }
  .closing { padding-block: 76px; }
  .closing h2 { font-size: 58px; }
  .footer-inner { display: grid; gap: 18px; }
}
