:root {
  color-scheme: light;
  --ink: #2d251f;
  --muted: #75685f;
  --line: #e7ded4;
  --cream: #fbf7ef;
  --paper: #ffffff;
  --green: #2f6b3d;
  --green-dark: #214f2c;
  --red: #9b312a;
  --gold: #d79b42;
  --shadow: 0 18px 45px rgba(45, 37, 31, 0.12);
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--cream);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(12px);
}

.topbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.35rem;
  padding: 0.55rem 1rem;
  color: #fff;
  background: var(--green-dark);
  font-size: 0.9rem;
}

.topbar a {
  text-decoration: none;
}

.topbar a:hover,
.topbar a:focus-visible {
  text-decoration: underline;
}

.nav {
  max-width: 1180px;
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.9rem 1.25rem;
}

.brand {
  display: grid;
  gap: 0.15rem;
  text-decoration: none;
}

.brand span {
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
}

.brand small {
  color: var(--muted);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nav__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem 1rem;
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nav__links a {
  padding: 0.65rem 0;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.nav__links a:hover,
.nav__links a:focus-visible {
  color: var(--green);
  border-bottom-color: var(--gold);
}

.hero {
  min-height: calc(100svh - 132px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  background:
    linear-gradient(90deg, rgba(33, 79, 44, 0.93), rgba(33, 79, 44, 0.72)),
    radial-gradient(circle at 80% 15%, rgba(215, 155, 66, 0.38), transparent 28%),
    var(--green-dark);
  overflow: hidden;
}

.hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  padding: clamp(2.4rem, 6vw, 6.5rem);
  color: #fff;
}

.eyebrow,
.section-kicker {
  margin: 0;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.footer h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 9ch;
  font-size: clamp(4rem, 10vw, 8.6rem);
  line-height: 0.9;
}

.hero p {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.35rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.3rem;
  border: 1px solid #fff;
  border-radius: 4px;
  color: var(--green-dark);
  background: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--light {
  color: #fff;
  background: transparent;
}

.hero__image {
  position: relative;
  min-height: 480px;
  background:
    radial-gradient(circle at 56% 50%, #f7d7a3 0 12%, #e65a3f 12.3% 24%, #f7c567 24.3% 25.5%, transparent 26%),
    linear-gradient(135deg, rgba(251, 247, 239, 0.25), rgba(255, 255, 255, 0.05));
}

.plate {
  position: absolute;
  width: min(70vw, 580px);
  aspect-ratio: 1;
  border-radius: 50%;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, #f2c36c 0 17%, #bd3328 17.4% 19%, transparent 19.2%),
    repeating-conic-gradient(from 10deg, #d94432 0 9deg, #f3c66e 9deg 20deg, #f9e1a9 20deg 31deg);
  border: 18px solid #f7efe5;
  box-shadow: var(--shadow);
}

.slice {
  position: absolute;
  width: 76px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #6f1f1b;
  box-shadow: 0 0 0 10px rgba(111, 31, 27, 0.12);
}

.slice--one {
  right: 27%;
  top: 24%;
}

.slice--two {
  right: 18%;
  bottom: 28%;
}

.leaf {
  position: absolute;
  width: 72px;
  height: 32px;
  border-radius: 100% 0 100% 0;
  background: #2f7d43;
  transform: rotate(-25deg);
}

.leaf--one {
  left: 18%;
  top: 30%;
}

.leaf--two {
  left: 25%;
  bottom: 20%;
  transform: rotate(25deg);
}

.notice {
  padding: 1rem 1.25rem;
  color: #fff;
  background: var(--red);
  text-align: center;
  line-height: 1.45;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5.5rem) 1.25rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 6vw, 5rem);
}

.section h2 {
  margin-top: 0.45rem;
  color: var(--green-dark);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.05;
}

.copy p,
.columns p,
.menu-grid p,
.food-detail p,
.footer p {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.65;
}

.copy p:first-child,
.columns p:first-child {
  margin-top: 0;
}

.band {
  max-width: none;
  background: var(--cream);
}

.band > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.section-head {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 2rem;
}

.columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.menu-grid article {
  min-height: 210px;
  padding: 1.4rem;
  background: #fff;
}

.menu-grid span {
  color: var(--gold);
  font-weight: 900;
}

.menu-grid h3 {
  margin: 2.8rem 0 0.6rem;
  color: var(--green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.pizza-section {
  max-width: none;
  background: #1f1c19;
  color: #fff;
}

.pizza-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.pizza-section h2 {
  color: #fff;
}

.pizza-list {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.pizza-list div {
  display: grid;
  grid-template-columns: minmax(130px, 0.5fr) minmax(0, 1fr) minmax(80px, auto);
  gap: 1rem;
  align-items: baseline;
  padding: 1rem 1.1rem;
  background: #28231f;
}

.pizza-list strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.pizza-list span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.pizza-list em {
  color: var(--gold);
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.footer {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr) minmax(240px, 0.7fr);
  gap: 2rem;
  padding: clamp(2rem, 5vw, 4rem) max(1.25rem, calc((100vw - 1180px) / 2));
  color: #fff;
  background: var(--green-dark);
}

.footer h2 {
  margin-top: 0.45rem;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.footer p {
  color: rgba(255, 255, 255, 0.78);
}

.footer__contact {
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.footer__contact a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.footer__contact a:hover,
.footer__contact a:focus-visible {
  text-decoration: underline;
}

.hours p {
  margin: 0 0 0.4rem;
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

@media (max-width: 920px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .nav__links {
    justify-content: flex-start;
  }

  .hero,
  .split,
  .columns,
  .footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero__image {
    min-height: 340px;
    order: -1;
  }

  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .site-header {
    position: static;
  }

  .topbar {
    justify-content: flex-start;
  }

  .nav {
    min-height: 0;
  }

  .nav__links {
    gap: 0.25rem 0.75rem;
    font-size: 0.8rem;
  }

  .hero__content {
    padding: 2rem 1.25rem 2.4rem;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 18vw, 5rem);
  }

  .menu-grid,
  .pizza-list div {
    grid-template-columns: 1fr;
  }

  .menu-grid article {
    min-height: 0;
  }

  .menu-grid h3 {
    margin-top: 1.4rem;
  }
}

