﻿:root {
  --ink: #24140f;
  --muted: #66564d;
  --paper: #fff8ed;
  --cream: #fffdf8;
  --tomato: #b8291d;
  --tomato-dark: #7f1812;
  --basil: #1d5d3d;
  --gold: #f5bd48;
  --line: rgba(36, 20, 15, 0.14);
  --shadow: 0 12px 34px rgba(36, 20, 15, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.42; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px clamp(18px, 4vw, 44px); color: #fff; background: rgba(36, 20, 15, 0.92); border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-logo { width: clamp(220px, 26vw, 330px); max-height: 58px; object-fit: contain; }
nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 16px; font-size: 14px; font-weight: 800; }
nav a { color: rgba(255, 255, 255, 0.86); text-decoration: none; }
nav a:hover { color: #fff; }

.hero { position: relative; min-height: 64vh; display: grid; align-items: end; overflow: hidden; background: var(--ink); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(36,20,15,0.88), rgba(36,20,15,0.55) 48%, rgba(36,20,15,0.22)), linear-gradient(0deg, rgba(36,20,15,0.84), rgba(36,20,15,0.03) 48%); }
.hero-content { position: relative; z-index: 1; width: min(760px, 100%); padding: clamp(72px, 11vw, 122px) clamp(20px, 5vw, 58px) clamp(44px, 7vw, 72px); color: #fff; }
.eyebrow { margin: 0 0 8px; color: var(--tomato); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 12px; font-size: clamp(48px, 10vw, 96px); line-height: 0.92; }
h2 { margin-bottom: 10px; font-size: clamp(28px, 4vw, 46px); line-height: 1.05; }
h3 { margin-bottom: 10px; font-size: 20px; }
.hero-content p:not(.eyebrow) { max-width: 640px; margin-bottom: 22px; color: rgba(255,255,255,0.92); font-size: clamp(18px, 2.2vw, 24px); }
.actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 17px; border-radius: 6px; font-weight: 900; text-decoration: none; border: 2px solid transparent; }
.button.primary { color: #fff; background: var(--tomato); border-color: var(--tomato); }
.button.secondary { color: #fff; border-color: rgba(255,255,255,0.72); background: rgba(255,255,255,0.08); }
.button.outline { color: var(--tomato-dark); border-color: var(--tomato-dark); background: transparent; }

.quick-info { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: var(--tomato-dark); color: #fff; }
.quick-info div { padding: 18px clamp(16px, 2.6vw, 28px); border-right: 1px solid rgba(255,255,255,0.12); }
.quick-info span, .quick-info small { display: block; color: rgba(255,255,255,0.74); }
.quick-info span { font-size: 12px; font-weight: 900; text-transform: uppercase; }
.quick-info strong { display: block; margin: 2px 0; font-size: 20px; }

.menu-section, .hours-section, .photo-section, .visit-section { padding: clamp(34px, 5vw, 58px) clamp(18px, 4vw, 52px); }
.section-header { max-width: 820px; margin-bottom: 20px; }
.section-header.compact p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: 16px; }

.special-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 18px; }
.special-row article { padding: 16px; border-radius: 8px; color: #fff; background: var(--basil); }
.special-row span { display: block; margin-bottom: 4px; color: var(--gold); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.special-row strong { display: block; font-size: 22px; }
.special-row p { margin: 4px 0 8px; color: rgba(255,255,255,0.82); font-size: 14px; }
.special-row b { font-size: 26px; }

.menu-layout { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.menu-card { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.menu-card.pizza-card, .menu-card.subs-card { grid-column: span 2; }
.menu-card-head { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.menu-card-head p, .sub-note, .menu-foot { color: var(--muted); font-size: 13px; }
.table-wrap { overflow-x: auto; }
.pizza-table { width: 100%; min-width: 580px; border-collapse: collapse; font-size: 14px; }
.pizza-table th, .pizza-table td { padding: 7px 6px; border-bottom: 1px solid var(--line); text-align: right; white-space: nowrap; }
.pizza-table th:first-child, .pizza-table td:first-child { text-align: left; white-space: normal; }
.pizza-table th { color: var(--tomato-dark); font-size: 12px; text-transform: uppercase; }
.menu-foot { margin: 10px 0 0; }
.price-list { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.price-list li { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 6px; border-bottom: 1px solid var(--line); }
.price-list span { font-weight: 700; }
.price-list b { color: var(--tomato-dark); text-align: right; white-space: nowrap; }
.compact-list { font-size: 14px; }
.sub-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 10px; }

.hours-section { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.55fr); gap: 24px; align-items: start; background: #f2e6d2; }
.hours-section p { color: var(--muted); }
.hours-card { padding: 16px 18px; border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.hours-card div { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.hours-card div:last-child { border-bottom: 0; }
.hours-card span { color: var(--muted); }
.hours-card strong { text-align: right; }

.photo-section { background: var(--paper); }
.photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.small-gallery { max-width: 900px; }
.photo-button { display: block; width: 100%; padding: 0; overflow: hidden; cursor: pointer; border: 0; border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.photo-button img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform 180ms ease; }
.photo-button:hover img, .photo-button:focus img { transform: scale(1.03); }
.photo-button:focus { outline: 3px solid var(--gold); outline-offset: 3px; }

.visit-section { display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--cream); }
.visit-section p { max-width: 680px; color: var(--muted); }
footer { padding: 20px clamp(18px, 4vw, 52px); color: rgba(255,255,255,0.82); background: var(--ink); }
footer p { margin: 0; }

.photo-dialog { width: min(860px, calc(100vw - 32px)); padding: 0; color: var(--ink); overflow: hidden; border: 0; border-radius: 8px; background: #fff; box-shadow: 0 26px 90px rgba(0,0,0,0.45); }
.photo-dialog::backdrop { background: rgba(36,20,15,0.72); }
.photo-dialog img { width: 100%; max-height: 72vh; object-fit: contain; background: var(--ink); }
.photo-dialog p { margin: 0; padding: 14px 18px 18px; color: var(--muted); }
.dialog-close { position: absolute; top: 12px; right: 12px; display: grid; place-items: center; width: 38px; height: 38px; cursor: pointer; color: #fff; border: 1px solid rgba(255,255,255,0.44); border-radius: 50%; background: rgba(36,20,15,0.7); font-size: 24px; line-height: 1; }

@media (max-width: 980px) {
  .quick-info, .menu-layout, .special-row, .hours-section { grid-template-columns: 1fr 1fr; }
  .menu-card.pizza-card, .menu-card.subs-card { grid-column: span 2; }
  .photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .pizza-table { min-width: 0; table-layout: fixed; font-size: 12px; }
  .pizza-table th, .pizza-table td { padding: 7px 3px; white-space: normal; }
  .pizza-table th:first-child, .pizza-table td:first-child { width: 32%; }
  .site-header { align-items: flex-start; flex-direction: column; position: relative; }
  .brand-logo { width: min(310px, calc(100vw - 36px)); }
  nav { justify-content: flex-start; }
  .hero { min-height: 560px; }
  .quick-info, .menu-layout, .special-row, .hours-section, .photo-grid, .sub-columns { grid-template-columns: 1fr; }
  .menu-card.pizza-card, .menu-card.subs-card { grid-column: span 1; }
  .menu-card-head { display: block; }
  .visit-section { align-items: flex-start; flex-direction: column; }
  .button { width: 100%; }
  .hours-card div { display: block; }
  .hours-card strong { display: block; margin-top: 2px; text-align: left; }
}

.welcome-section {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  padding: clamp(38px, 6vw, 72px) clamp(18px, 4vw, 52px);
  background: var(--cream);
}

.welcome-photo {
  overflow: hidden;
  min-height: 390px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.welcome-photo img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center 38%;
}

.welcome-copy { max-width: 700px; }
.welcome-copy h2 { margin-bottom: 16px; }
.welcome-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.welcome-highlights { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.welcome-highlights span { padding: 8px 11px; color: #fff; background: var(--basil); border-radius: 4px; font-size: 13px; font-weight: 800; }

.home-panels {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(34px, 5vw, 58px) clamp(18px, 4vw, 52px);
  background: var(--cream);
}

.home-panels a {
  display: block;
  min-height: 128px;
  padding: 20px;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.home-panels span {
  display: block;
  margin-bottom: 8px;
  color: var(--tomato);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-panels strong {
  display: block;
  font-size: 22px;
  line-height: 1.15;
}

.page-row {
  margin-bottom: 0;
}

.page-visit {
  min-height: calc(100vh - 112px);
}

@media (max-width: 720px) {
  .welcome-section {
    grid-template-columns: 1fr;
  }

  .welcome-photo,
  .welcome-photo img {
    min-height: 300px;
  }

  .home-panels {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 721px) and (max-width: 980px) {
  .home-panels { grid-template-columns: 1fr 1fr; }
}
