:root {
  color-scheme: light;
  --ink: #151515;
  --soft-ink: #3e3a36;
  --muted: #746d64;
  --paper: #fff9f1;
  --cream: #fff1df;
  --white: #ffffff;
  --green: #0b8c4b;
  --green-dark: #086235;
  --red: #e23c2f;
  --red-dark: #b72922;
  --gold: #f2b84a;
  --line: #eadbc7;
  --shadow: 0 18px 50px rgba(39, 24, 12, 0.14);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  left: 1rem;
  position: absolute;
  top: -5rem;
  z-index: 100;
}

.skip-link:focus {
  background: var(--ink);
  border-radius: 8px;
  color: var(--white);
  padding: 0.75rem 1rem;
  top: 1rem;
}

.site-header {
  background: rgba(255, 249, 241, 0.98);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 30;
}

.header-inner {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  min-height: 82px;
  padding: 0 1.25rem;
}

.brand {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  min-width: 0;
  text-decoration: none;
}

.brand-logo {
  height: 54px;
  width: 240px;
}

.brand-text {
  display: none;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 0.25rem;
}

.site-nav a {
  border-radius: 8px;
  color: var(--soft-ink);
  font-size: 0.94rem;
  font-weight: 800;
  padding: 0.72rem 0.86rem;
  text-decoration: none;
}

.site-nav a[aria-current="page"],
.site-nav a:hover {
  background: var(--white);
  color: var(--red-dark);
  box-shadow: 0 8px 18px rgba(43, 24, 10, 0.08);
}

.nav-toggle {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: none;
  font: inherit;
  font-weight: 900;
  padding: 0.58rem 0.82rem;
}

.section,
.hero,
.page-hero,
.site-footer {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.hero {
  background:
    linear-gradient(90deg, rgba(9, 30, 18, 0.82), rgba(9, 30, 18, 0.44)),
    url("assets-2026/hero-pizza-2026.jpg") center / cover no-repeat;
  color: var(--white);
  min-height: 570px;
  padding-bottom: 3.5rem;
  padding-top: 5.2rem;
}

.hero-inner,
.section-inner,
.page-hero-inner,
.footer-inner {
  margin: 0 auto;
  max-width: var(--max);
}

.hero-content {
  max-width: 690px;
}

.eyebrow {
  color: var(--green);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 0.62rem;
  text-transform: uppercase;
}

.hero .eyebrow,
.page-hero .eyebrow {
  color: #b9f7d4;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: 4.2rem;
  line-height: 1;
  margin-bottom: 1rem;
  max-width: 11ch;
  overflow-wrap: anywhere;
}

h2 {
  font-size: 2.25rem;
  line-height: 1.1;
  margin-bottom: 0.85rem;
}

h3 {
  font-size: 1.06rem;
  line-height: 1.2;
}

.hero-lede,
.page-lede {
  font-size: 1.18rem;
  margin-bottom: 1.65rem;
  max-width: 58ch;
}

.actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1rem;
  text-decoration: none;
}

.button-primary {
  background: var(--red);
  color: var(--white);
}

.button-primary:hover {
  background: var(--red-dark);
}

.button-secondary {
  background: var(--white);
  border-color: var(--line);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: var(--green);
  color: var(--green-dark);
}

.hero-strip {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.6rem;
  max-width: 920px;
}

.hero-strip-item {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 20, 12, 0.22);
  color: var(--ink);
  min-height: 118px;
  overflow: hidden;
  padding: 1.12rem 1.18rem 1.18rem;
  position: relative;
}

.hero-strip-item::before {
  background: linear-gradient(90deg, var(--green), var(--red));
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-strip-item strong {
  color: var(--green-dark);
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.38rem;
}

.hero-strip-item span {
  color: var(--soft-ink);
  display: block;
  font-size: 0.92rem;
  line-height: 1.4;
}

.section {
  padding-bottom: 4.8rem;
  padding-top: 4.8rem;
}

.section-alt {
  background: var(--cream);
}

.section-heading {
  max-width: 720px;
}

.feature-grid,
.quick-grid,
.contact-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

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

.quick-grid,
.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.quick-card,
.contact-card,
.menu-section,
.notice,
.legal-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-card {
  overflow: hidden;
}

.feature-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.feature-card-body,
.quick-card,
.contact-card,
.notice,
.legal-card {
  padding: 1.1rem;
}

.feature-card h3,
.quick-card h3,
.contact-card h3 {
  margin-bottom: 0.35rem;
}

.feature-card p,
.quick-card p,
.contact-card p,
.notice p,
.legal-card p,
.legal-card li {
  color: var(--muted);
}

.quick-card strong {
  color: var(--red);
  display: block;
  font-size: 1.35rem;
  line-height: 1.1;
  margin-bottom: 0.45rem;
}

.split {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.split img {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  width: 100%;
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(9, 30, 18, 0.88), rgba(9, 30, 18, 0.58)),
    url("assets-2026/pizzabrot-2026.jpg") center / cover no-repeat;
  color: var(--white);
  padding-bottom: 4rem;
  padding-top: 4.4rem;
}

.page-hero h1 {
  max-width: 14ch;
}

.page-hero h1.long-page-title {
  font-size: 3.25rem;
  max-width: none;
}

.category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.5rem 0 2rem;
}

.category-nav button {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 900;
  min-height: 40px;
  padding: 0.48rem 0.86rem;
}

.category-nav button.is-active,
.category-nav button:hover {
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
}

.menu-stack {
  display: grid;
  gap: 1.25rem;
}

.menu-section {
  box-shadow: none;
  overflow: hidden;
  padding: 1.2rem;
}

.menu-section .section-heading {
  border-bottom: 1px solid var(--line);
  margin-bottom: 1rem;
  max-width: none;
  padding-bottom: 0.7rem;
}

.menu-section h2 {
  color: var(--green-dark);
  font-size: 1.78rem;
  margin-bottom: 0;
}

.menu-list {
  display: grid;
  gap: 0;
}

.menu-row {
  align-items: start;
  border-bottom: 1px solid #f0e5d4;
  display: grid;
  gap: 0.72rem;
  grid-template-columns: minmax(0, 1fr) repeat(var(--price-cols), minmax(5.4rem, 6.8rem));
  padding: 0.78rem 0;
}

.menu-row:last-child {
  border-bottom: 0;
}

.menu-row-header {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  padding-bottom: 0.42rem;
  padding-top: 0;
  text-align: right;
  text-transform: uppercase;
}

.menu-item-text h3 {
  color: var(--red-dark);
  margin-bottom: 0.15rem;
}

.menu-item-text p {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 0;
}

.menu-number {
  color: var(--red);
}

.price {
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

.price.is-empty {
  color: transparent;
}

.menu-notes {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--soft-ink);
  margin: 1rem 0 0;
  padding: 0.9rem 1rem 0.9rem 2rem;
}

.additives {
  columns: 2;
  gap: 2rem;
  margin: 0;
  padding-left: 1.1rem;
}

.additives li {
  break-inside: avoid;
  margin-bottom: 0.35rem;
}

.flyer-preview {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.flyer-preview a {
  display: block;
}

.flyer-preview a:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: -3px;
}

.flyer-preview img {
  width: 100%;
}

.legal-layout {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.legal-card {
  box-shadow: none;
}

.legal-card h2 {
  font-size: 1.42rem;
}

.legal-card h3 {
  color: var(--green-dark);
  margin-bottom: 0.4rem;
  margin-top: 1.3rem;
}

.legal-prose {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: none;
  min-width: 0;
  overflow: hidden;
  padding: 1.35rem;
}

.legal-prose h2 {
  color: var(--green-dark);
  font-size: 1.28rem;
  margin-bottom: 0.55rem;
  margin-top: 1.6rem;
}

.legal-prose h2:first-child {
  margin-top: 0;
}

.legal-prose h3 {
  color: var(--red-dark);
  font-size: 1.02rem;
  margin-bottom: 0.3rem;
  margin-top: 1.2rem;
}

.legal-prose p,
.legal-prose li {
  color: var(--soft-ink);
}

.privacy-text {
  color: var(--soft-ink);
  display: block;
  font: inherit;
  line-height: 1.62;
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  width: 100%;
  word-break: break-word;
}

.placeholder-list,
.legal-list {
  margin: 0;
  padding-left: 1.15rem;
}

.site-footer {
  background: #151515;
  color: var(--white);
  padding-bottom: 2.2rem;
  padding-top: 2.2rem;
}

.footer-inner {
  align-items: start;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.footer-inner p {
  color: #d6cec4;
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.footer-links a {
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 980px) {
  h1 {
    font-size: 3.1rem;
  }

  .hero-strip,
  .feature-grid,
  .quick-grid,
  .contact-grid,
  .split,
  .legal-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .header-inner {
    min-height: 72px;
  }

  .brand-logo {
    height: 46px;
    width: 205px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 0.75rem 1.25rem 1rem;
    position: absolute;
    right: 0;
    top: 72px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
  }

  .hero {
    min-height: auto;
    padding-top: 3.4rem;
  }

  h1 {
    font-size: 2.42rem;
    max-width: 100%;
    word-break: break-word;
  }

  .page-hero h1.long-page-title {
    font-size: 1.86rem;
  }

  h2 {
    font-size: 1.82rem;
  }

  .hero-lede,
  .page-lede {
    font-size: 1.04rem;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .menu-row-header {
    display: none;
  }

  .menu-row {
    display: block;
  }

  .menu-row.menu-row-header {
    display: none;
  }

  .price {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 8px;
    display: inline-flex;
    margin: 0.55rem 0.35rem 0 0;
    padding: 0.3rem 0.5rem;
    text-align: left;
  }

  .price.is-empty {
    display: none;
  }

  .price::before {
    color: var(--muted);
    content: attr(data-label) ": ";
    font-weight: 700;
    margin-right: 0.25rem;
  }

  .additives {
    columns: 1;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}
