:root {
  --ink: #151411;
  --paper: #f4efe4;
  --cream: #fff9ed;
  --tomato: #be2f24;
  --tomato-dark: #8d2019;
  --line: rgba(21, 20, 17, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header {
  align-items: center;
  background: rgba(20, 18, 15, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  left: 0;
  padding: 14px clamp(22px, 5vw, 76px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand { display: inline-flex; width: 82px; }
.brand img { height: 58px; object-fit: contain; object-position: left center; width: auto; }
nav { display: flex; gap: 34px; }
nav a { color: var(--cream); font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.site-header > .button { justify-self: end; }

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 52px;
  padding: 0 25px;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 43px; padding: 0 20px; }
.button-light { background: var(--cream); color: var(--ink); }
.button-primary { background: var(--tomato); color: white; }
.button-primary:hover { background: var(--tomato-dark); }
.button-outline { border-color: rgba(255, 255, 255, 0.7); color: white; }
.button-outline:hover { background: white; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }

.hero {
  align-items: center;
  background-color: #201b17;
  background-image: linear-gradient(90deg, rgba(15, 13, 11, 0.96) 0%, rgba(15, 13, 11, 0.82) 38%, rgba(15, 13, 11, 0.18) 76%), url("/pizza-hero.png");
  background-position: center;
  background-size: cover;
  color: white;
  display: flex;
  min-height: 790px;
  overflow: hidden;
  padding: 130px clamp(22px, 8vw, 128px) 80px;
  position: relative;
}

.hero-content { max-width: 790px; position: relative; z-index: 2; }
.eyebrow { color: #efb74e; font-size: 12px; font-weight: 800; letter-spacing: 0.2em; margin: 0 0 24px; text-transform: uppercase; }
.eyebrow.dark { color: var(--tomato); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { font-size: clamp(58px, 7.2vw, 112px); letter-spacing: -0.055em; line-height: 0.91; margin-bottom: 30px; }
h1 em { color: #efb74e; font-weight: 400; }
.hero-copy { color: rgba(255, 255, 255, 0.78); font-size: 18px; line-height: 1.65; max-width: 560px; }
.hero-actions { align-items: center; display: flex; gap: 28px; margin-top: 38px; }
.text-link { border-bottom: 1px solid currentColor; color: white; font-size: 13px; font-weight: 800; letter-spacing: 0.06em; padding-bottom: 5px; text-transform: uppercase; }
.hero-note { bottom: 45px; display: flex; flex-direction: column; font-size: 12px; gap: 4px; letter-spacing: 0.06em; position: absolute; right: clamp(22px, 5vw, 76px); text-align: right; text-transform: uppercase; z-index: 2; }
.hero-note span { color: rgba(255, 255, 255, 0.58); }
.hero-note strong { font-size: 14px; }

.intro { display: grid; gap: 80px; grid-template-columns: 1.15fr 0.85fr; padding: 110px clamp(22px, 8vw, 128px) 70px; }
.intro h2, .visit h2 { font-size: clamp(48px, 6vw, 86px); letter-spacing: -0.045em; line-height: 0.96; margin-bottom: 0; }
.intro-copy { align-self: end; max-width: 510px; }
.intro-copy p { font-size: 19px; line-height: 1.7; }
.dark-link { color: var(--ink); }

.category-grid { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 clamp(22px, 5vw, 76px) 110px; }
.category-card { min-height: 330px; padding: 36px; }
.category-card + .category-card { border-left: 1px solid var(--line); }
.category-card > span { color: var(--tomato); font-size: 12px; font-weight: 800; letter-spacing: 0.15em; }
.category-card h3 { font-size: 36px; line-height: 1.08; margin: 72px 0 18px; }
.category-card p { color: rgba(21, 20, 17, 0.7); line-height: 1.65; }

.story { background: var(--tomato-dark); color: white; display: grid; grid-template-columns: 1.05fr 0.95fr; min-height: 720px; }
.story-photo { background-color: #412117; background-image: linear-gradient(130deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.38)), url("/pizza-hero.png"); background-position: 72% center; background-repeat: no-repeat; background-size: cover; }
.story-content { align-self: center; max-width: 620px; padding: 90px clamp(36px, 7vw, 110px); }
.story-content h2 { font-size: clamp(46px, 5vw, 76px); letter-spacing: -0.045em; line-height: 0.98; }
.story-content > p:not(.eyebrow) { color: rgba(255, 255, 255, 0.78); font-size: 17px; line-height: 1.7; margin: 28px 0 36px; }

.visit { padding: 110px clamp(22px, 8vw, 128px); }
.visit-grid { display: grid; gap: 80px; grid-template-columns: 1.2fr 0.8fr; }
.visit-details { border-top: 1px solid var(--line); padding-top: 30px; }
.visit-details p { font-size: 18px; line-height: 1.65; }
.visit-actions { align-items: center; display: flex; gap: 28px; margin-top: 32px; }

footer { align-items: center; background: var(--ink); color: rgba(255, 255, 255, 0.7); display: grid; font-size: 12px; grid-template-columns: 1fr auto 1fr; padding: 34px clamp(22px, 5vw, 76px) 90px; }
footer img { height: 90px; object-fit: contain; object-position: left center; width: 90px; }
footer p { margin: 0; }
footer p:last-child { justify-self: end; }
.mobile-actions { display: none; }

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; padding: 12px 18px; }
  .brand img { height: 50px; }
  nav, .site-header > .button { display: none; }
  .hero { background-image: linear-gradient(90deg, rgba(15, 13, 11, 0.92) 0%, rgba(15, 13, 11, 0.7) 78%), url("/pizza-hero.png"); min-height: 730px; padding: 120px 22px 120px; }
  h1 { font-size: clamp(52px, 16vw, 76px); }
  .hero-copy { font-size: 16px; max-width: 90%; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-note { bottom: 32px; left: 22px; right: auto; text-align: left; }
  .intro, .visit-grid { gap: 45px; grid-template-columns: 1fr; }
  .intro, .visit { padding: 78px 22px; }
  .category-grid { grid-template-columns: 1fr; margin: 0 22px 78px; }
  .category-card { min-height: auto; padding: 34px 6px; }
  .category-card + .category-card { border-left: 0; border-top: 1px solid var(--line); }
  .category-card h3 { margin: 38px 0 14px; }
  .story { grid-template-columns: 1fr; }
  .story-photo { min-height: 390px; }
  .story-content { padding: 75px 22px 85px; }
  .visit-actions { align-items: flex-start; flex-direction: column; }
  footer { gap: 20px; grid-template-columns: 1fr; padding: 36px 22px 100px; }
  footer p:last-child { justify-self: start; }
  .mobile-actions { background: var(--cream); border-top: 1px solid var(--line); bottom: 0; display: grid; grid-template-columns: 0.75fr 0.95fr 1.4fr; left: 0; position: fixed; right: 0; z-index: 20; }
  .mobile-actions a { align-items: center; display: flex; font-size: 11px; font-weight: 800; justify-content: center; letter-spacing: 0.06em; min-height: 60px; text-transform: uppercase; }
  .mobile-actions a + a { border-left: 1px solid var(--line); }
  .mobile-actions .mobile-order { background: var(--tomato); color: white; }
}

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