/* Cinquino's Pizza — pizzeria / trattoria theme */

@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap");

:root {
  --bg: #0a0a0a;
  --bg-deep: #000000;
  --bg-elevated: #141414;
  --ink: #f7f5f2;
  --ink-muted: #ffffff;
  --ink-dark: #14110e;
  --tomato: #e32219;
  --tomato-dark: #b9150e;
  --cream: #ffffff;
  --mozzarella: #f4f4f0;
  --olive: #2d6a3e;
  --basil: #1fa34a;
  --gold: #e8c547;
  --brick: #c42b22;
  --wood-dark: #050505;
  --wood-mid: #121110;
  --italy-green: #00a651;
  --italy-red: #e32219;
  --shadow: rgba(0, 0, 0, 0.55);
  --shadow-warm: rgba(227, 34, 25, 0.18);
  --radius: 14px;
  --radius-lg: 22px;
  --font-display: "Fraunces", Georgia, serif;
  --font-sign: "Alfa Slab One", "Fraunces", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --header-h: 6.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background-color: var(--bg);
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, color-mix(in srgb, var(--tomato) 18%, transparent) 0%, transparent 50%),
    radial-gradient(ellipse 70% 50% at 100% 100%, color-mix(in srgb, var(--basil) 12%, transparent) 0%, transparent 45%),
    linear-gradient(180deg, var(--bg-deep) 0%, var(--bg) 45%, var(--bg-deep) 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.07;
  background-image:
    linear-gradient(45deg, var(--cream) 25%, transparent 25%, transparent 75%, var(--cream) 75%),
    linear-gradient(45deg, var(--cream) 25%, transparent 25%, transparent 75%, var(--cream) 75%);
  background-size: 36px 36px;
  background-position: 0 0, 18px 18px;
}

@media (prefers-reduced-motion: reduce) {
  body::after {
    opacity: 0.04;
  }
}

::selection {
  background: color-mix(in srgb, var(--tomato) 45%, transparent);
  color: var(--cream);
}

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

a {
  color: var(--tomato);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--tomato-dark);
}

.social-icon {
  display: inline-block;
  width: 0.95em;
  height: 0.95em;
  margin-right: 0.4em;
  vertical-align: -0.12em;
  background: currentColor;
  opacity: 0.95;
}

.social-icon--facebook {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.5 22v-8h2.7l.4-3H13.5V9.1c0-.9.3-1.6 1.7-1.6H16.7V4.8c-.3 0-1.4-.1-2.7-.1-2.7 0-4.5 1.6-4.5 4.6V11H7v3h2.5v8h4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.5 22v-8h2.7l.4-3H13.5V9.1c0-.9.3-1.6 1.7-1.6H16.7V4.8c-.3 0-1.4-.1-2.7-.1-2.7 0-4.5 1.6-4.5 4.6V11H7v3h2.5v8h4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.social-icon--instagram {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.8 2h8.4A5.8 5.8 0 0 1 22 7.8v8.4A5.8 5.8 0 0 1 16.2 22H7.8A5.8 5.8 0 0 1 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2zm0 2A3.8 3.8 0 0 0 4 7.8v8.4A3.8 3.8 0 0 0 7.8 20h8.4a3.8 3.8 0 0 0 3.8-3.8V7.8A3.8 3.8 0 0 0 16.2 4H7.8zm4.2 4.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm0 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm5.1-2.4a.9.9 0 1 1 0 1.8.9.9 0 0 1 0-1.8z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.8 2h8.4A5.8 5.8 0 0 1 22 7.8v8.4A5.8 5.8 0 0 1 16.2 22H7.8A5.8 5.8 0 0 1 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2zm0 2A3.8 3.8 0 0 0 4 7.8v8.4A3.8 3.8 0 0 0 7.8 20h8.4a3.8 3.8 0 0 0 3.8-3.8V7.8A3.8 3.8 0 0 0 16.2 4H7.8zm4.2 4.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm0 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm5.1-2.4a.9.9 0 1 1 0 1.8.9.9 0 0 1 0-1.8z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 9999;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--cream);
  font-weight: 600;
  border-radius: var(--radius);
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  background: color-mix(in srgb, var(--bg-deep) 88%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid color-mix(in srgb, var(--cream) 12%, transparent);
  box-shadow: 0 8px 32px color-mix(in srgb, var(--tomato) 15%, transparent);
}

.site-header::after {
  content: "";
  display: block;
  height: 3px;
  flex-shrink: 0;
  background: linear-gradient(
    90deg,
    var(--italy-green) 0%,
    var(--italy-green) 33.3%,
    var(--cream) 33.3%,
    var(--cream) 66.6%,
    var(--italy-red) 66.6%,
    var(--italy-red) 100%
  );
}

.site-topbar {
  background: linear-gradient(
    180deg,
    #0d0d0d 0%,
    color-mix(in srgb, var(--italy-green) 18%, #0a0a0a) 100%
  );
  border-bottom: 1px solid color-mix(in srgb, var(--italy-red) 35%, transparent);
  font-size: 0.8125rem;
}

.site-topbar-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.45rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
}

.site-topbar-label {
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--cream) 65%, var(--ink-muted));
}

.site-topbar-phone {
  font-weight: 700;
  color: var(--tomato);
  text-decoration: none;
}

.site-topbar-phone:hover {
  color: var(--tomato-dark);
}

.site-topbar-sep {
  opacity: 0.35;
  user-select: none;
}

.site-topbar-social {
  font-weight: 600;
  color: color-mix(in srgb, var(--cream) 80%, var(--ink-muted));
  text-decoration: none;
}

.site-topbar-social:hover {
  color: var(--cream);
}

@media (max-width: 520px) {
  .site-topbar-sep {
    display: none;
  }
}

.header-inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.875rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.logo:focus-visible {
  outline: 2px solid var(--tomato);
  outline-offset: 4px;
  border-radius: var(--radius);
}

.logo-img {
  height: clamp(40px, 10vw, 52px);
  width: auto;
  max-width: min(220px, 70vw);
  object-fit: contain;
  object-position: left center;
  transition: opacity 0.2s ease;
}

.logo:hover .logo-img,
.logo:focus-visible .logo-img {
  opacity: 0.88;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
}

.nav-toggle:focus-visible {
  outline: 2px solid var(--tomato);
  outline-offset: 2px;
}

.nav-toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--cream);
  position: relative;
  transition: background 0.2s;
}

.nav-toggle-bar::before,
.nav-toggle-bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--cream);
  transition: transform 0.25s ease, top 0.25s ease;
}

.nav-toggle-bar::before {
  top: -7px;
}

.nav-toggle-bar::after {
  top: 7px;
}

.site-header.nav-open .nav-toggle-bar {
  background: transparent;
}

.site-header.nav-open .nav-toggle-bar::before {
  top: 0;
  transform: rotate(45deg);
}

.site-header.nav-open .nav-toggle-bar::after {
  top: 0;
  transform: rotate(-45deg);
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem 1.75rem;
}

.site-nav a {
  font-weight: 500;
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--cream) 78%, var(--ink-muted));
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--cream);
}

.site-nav a[aria-current="page"] {
  color: var(--tomato);
  font-weight: 700;
}

.site-nav .nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.1rem;
  background: linear-gradient(180deg, color-mix(in srgb, var(--cream) 10%, var(--tomato)) 0%, var(--tomato-dark) 100%);
  color: var(--cream) !important;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 3px 0 var(--tomato-dark), 0 6px 14px var(--shadow-warm);
}

.site-nav .nav-cta:hover {
  background: var(--tomato-dark);
  color: var(--cream) !important;
  box-shadow: 0 2px 0 var(--tomato-dark), 0 4px 12px var(--shadow-warm);
}

@media (max-width: 991px) {
  .nav-toggle {
    display: flex;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg-elevated);
    border-bottom: 1px solid color-mix(in srgb, var(--tomato) 25%, transparent);
    padding: 1rem 1.25rem 1.5rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0.25s;
  }

  .site-header.nav-open .site-nav {
    max-height: min(85vh, 620px);
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }

  .site-nav a {
    display: block;
    padding: 0.65rem 0;
  }

  .site-nav .nav-cta {
    justify-content: center;
    margin-top: 0.5rem;
  }
}

@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    flex: 1 1 100%;
    order: 2;
    margin-top: 0.35rem;
    padding-top: 0.65rem;
    border-top: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    background: transparent;
    border-bottom: none;
  }

  .site-nav ul {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.35rem 0.75rem;
  }

  .site-nav a {
    font-size: 0.8rem;
  }

  .site-nav .nav-cta {
    font-size: 0.85rem;
  }
}

/* Hero */

.hero {
  position: relative;
  min-height: min(92vh, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--header-h) + 2rem) 1.5rem 4rem;
  overflow: hidden;
  background: var(--bg-deep);
}

.hero-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(0.92);
  transform-origin: center;
  opacity: 0;
  transition: opacity 900ms ease;
  filter: saturate(1.05) contrast(1.05);
}

.hero-slide.is-active {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    transition: none;
  }
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 100% 80% at 50% 50%, transparent 0%, color-mix(in srgb, var(--bg-deep) 75%, transparent) 85%),
    linear-gradient(180deg, color-mix(in srgb, var(--tomato) 8%, transparent) 0%, transparent 40%, color-mix(in srgb, var(--basil) 6%, transparent) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
  opacity: 1;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 40rem;
  text-align: center;
  padding: 2rem 1.75rem 2.25rem;
  border-radius: var(--radius-lg);
  color: var(--ink-dark);
  background: var(--cream);
  border: 2px solid var(--cream);
  box-shadow:
    0 0 0 2px var(--italy-green),
    0 0 0 5px var(--cream),
    0 0 0 7px var(--italy-red),
    0 24px 56px rgba(0, 0, 0, 0.55);
}

.hero-content a {
  color: var(--tomato);
}

.hero-content a:hover {
  color: var(--tomato-dark);
}

.hero-content .btn-primary,
.hero-content .btn-primary:hover {
  color: var(--cream) !important;
}

.hero-content .btn-ghost {
  color: var(--ink-dark);
  border-color: color-mix(in srgb, var(--ink-dark) 28%, transparent);
}

.hero-content .btn-ghost:hover {
  border-color: var(--tomato);
  color: var(--tomato);
}

.hero-logo {
  height: clamp(120px, 34vw, 230px);
  width: auto;
  max-width: 100%;
  margin: 0 auto 1.25rem;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px color-mix(in srgb, var(--ink-dark) 22%, transparent));
}

.hero-eyebrow {
  font-family: var(--font-sign);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--basil);
  margin: 0 0 1rem;
}

.hero-tagline {
  font-size: 1.2rem;
  font-weight: 300;
  color: color-mix(in srgb, var(--ink-dark) 78%, var(--ink-muted));
  margin: 0 0 2rem;
  max-width: 32ch;
  margin-left: auto;
  margin-right: auto;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
}

.hero-note {
  margin: 1.25rem 0 0;
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--ink-dark) 70%, var(--ink-muted));
}

.hero-note a {
  font-weight: 500;
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  background: linear-gradient(180deg, color-mix(in srgb, var(--cream) 12%, var(--tomato)) 0%, var(--tomato) 45%, var(--tomato-dark) 100%);
  color: var(--cream);
  border-color: color-mix(in srgb, var(--cream) 25%, transparent);
  box-shadow:
    0 4px 0 var(--tomato-dark),
    0 8px 20px var(--shadow-warm);
}

.btn-primary:hover {
  background: linear-gradient(180deg, var(--tomato) 0%, var(--tomato-dark) 100%);
  color: var(--cream);
  box-shadow:
    0 3px 0 var(--tomato-dark),
    0 6px 16px var(--shadow-warm);
}

.btn-ghost {
  background: transparent;
  color: var(--cream);
  border-color: color-mix(in srgb, var(--cream) 45%, transparent);
}

.btn-ghost:hover {
  border-color: var(--tomato);
  color: var(--cream);
  background: color-mix(in srgb, var(--tomato) 12%, transparent);
}

.btn-lg {
  padding: 0.95rem 1.75rem;
  font-size: 1.05rem;
}

/* Sections */

.section {
  padding: 4.5rem 1.5rem;
}

.section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.section-title {
  font-family: var(--font-sign);
  font-weight: 400;
  font-size: clamp(1.85rem, 4.2vw, 2.5rem);
  letter-spacing: 0.02em;
  margin: 0 0 1rem;
  color: var(--cream);
  text-shadow: 0 2px 16px color-mix(in srgb, var(--bg-deep) 60%, transparent);
}

.section-header {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 3rem;
}

.section-sub {
  margin: 0;
  color: var(--ink-muted);
  font-size: 1.05rem;
}

.section-sub a {
  font-weight: 500;
}

.section-cta {
  margin: 1rem 0 0;
}

.text-btn {
  font-weight: 600;
  text-decoration: none;
  color: var(--tomato);
}

.text-btn:hover {
  color: var(--tomato-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section-about {
  background: linear-gradient(
    180deg,
    var(--bg-elevated) 0%,
    color-mix(in srgb, var(--bg) 40%, var(--bg-elevated)) 50%,
    var(--bg-deep) 100%
  );
  border-top: 2px solid color-mix(in srgb, var(--basil) 45%, transparent);
  border-bottom: 2px solid color-mix(in srgb, var(--tomato) 40%, transparent);
}

.split {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .split {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.split-about {
  align-items: start;
}

.split-text .lead {
  font-size: 1.05rem;
  color: var(--ink);
  margin-top: 0;
  font-weight: 400;
  line-height: 1.65;
}

.split-text p:last-child {
  margin-bottom: 0;
  color: var(--ink-muted);
}

.split-text .section-title {
  color: var(--cream);
}

.about-media {
  margin: 0;
  position: relative;
}

.about-photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-lg);
  box-shadow:
    0 24px 48px var(--shadow),
    0 0 0 3px var(--cream),
    0 0 0 5px color-mix(in srgb, var(--tomato) 35%, transparent);
  border: 1px solid color-mix(in srgb, var(--basil) 20%, transparent);
  object-fit: cover;
  aspect-ratio: 1;
}

@media (max-width: 899px) {
  .split-about .about-media {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Menu */

.section-menu {
  background: var(--bg);
}

.menu-group-title {
  font-family: var(--font-sign);
  font-weight: 400;
  font-size: 1.35rem;
  margin: 2.5rem 0 0.75rem;
  color: var(--ink);
  letter-spacing: 0.03em;
}

.menu-group-title:first-of-type {
  margin-top: 0;
}

.menu-group-note {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  color: var(--ink-muted);
}

.menu-group-note a {
  font-weight: 500;
}

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

@media (min-width: 600px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .menu-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.menu-grid-kitchen {
  margin-bottom: 0.5rem;
}

@media (min-width: 900px) {
  .menu-grid-kitchen {
    grid-template-columns: repeat(2, 1fr);
  }
}

.menu-card {
  background: linear-gradient(145deg, var(--cream) 0%, var(--mozzarella) 100%);
  color: var(--ink-dark);
  border-radius: var(--radius);
  padding: 1.5rem 1.6rem;
  border: 1px solid color-mix(in srgb, var(--ink-dark) 10%, transparent);
  border-left: 4px solid var(--basil);
  transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.menu-card:hover {
  box-shadow: 0 16px 36px var(--shadow), 0 0 0 1px color-mix(in srgb, var(--tomato) 15%, transparent);
  transform: translateY(-2px);
}

.menu-name {
  font-family: var(--font-sign);
  font-weight: 400;
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
  color: var(--ink-dark);
  letter-spacing: 0.02em;
}

.menu-desc {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--ink-dark) 70%, var(--ink-muted));
  line-height: 1.55;
}

.menu-price {
  margin: 0;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--tomato);
}

.menu-price a {
  font-weight: 600;
  text-decoration: none;
}

.menu-price a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.menu-price strong {
  font-weight: 700;
}

/* Visit */

.section-visit {
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-elevated) 55%, var(--bg-deep) 100%);
  border-top: 1px dashed color-mix(in srgb, var(--tomato) 35%, transparent);
}

.visit-layout {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 880px) {
  .visit-layout {
    grid-template-columns: 1fr 1.1fr;
    gap: 3rem;
    align-items: stretch;
  }
}

.hours-list {
  margin: 0 0 2rem;
}

.hours-list > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem 1.5rem;
  padding: 0.65rem 0;
  border-bottom: 1px dashed color-mix(in srgb, var(--ink) 15%, transparent);
}

.hours-list > div:last-child {
  border-bottom: none;
}

.hours-list dt {
  font-weight: 600;
  margin: 0;
}

.hours-list dd {
  margin: 0;
  color: var(--ink-muted);
  text-align: right;
}

.address {
  font-style: normal;
  margin: 0 0 1rem;
  line-height: 1.7;
  color: var(--ink-muted);
}

.address strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.contact-line {
  margin: 0;
  font-weight: 500;
}

.contact-line .dot {
  margin: 0 0.5rem;
  color: var(--ink-muted);
}

.directions-line {
  margin: 1rem 0 0;
  font-size: 0.95rem;
  font-weight: 500;
}

.directions-line .dot {
  margin: 0 0.5rem;
  color: var(--ink-muted);
}

.map-embed {
  width: 100%;
  min-height: 280px;
  height: 320px;
  border: 0;
  border-radius: var(--radius-lg);
  box-shadow:
    0 12px 32px var(--shadow),
    0 0 0 2px color-mix(in srgb, var(--basil) 25%, transparent);
}

/* Order CTA */

.section-order {
  padding: 3.5rem 1.5rem;
  background:
    linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--wood-dark) 40%, transparent) 100%),
    repeating-linear-gradient(
      -12deg,
      var(--wood-dark) 0px,
      var(--wood-mid) 2px,
      var(--wood-dark) 4px,
      #1a1512 8px,
      var(--wood-mid) 10px
    ),
    linear-gradient(180deg, #1f1814 0%, var(--wood-dark) 45%, #0f0c0a 100%);
  color: var(--cream);
  border-top: 3px solid color-mix(in srgb, var(--tomato) 55%, transparent);
}

.order-banner {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
}

.order-title {
  font-family: var(--font-sign);
  font-weight: 400;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  margin: 0 0 0.75rem;
  color: var(--cream);
  letter-spacing: 0.04em;
  text-shadow: 0 2px 12px color-mix(in srgb, var(--ink) 50%, transparent);
}

.order-copy {
  margin: 0 0 1.75rem;
  opacity: 0.88;
  font-weight: 300;
}

.order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
}

.section-order .btn-primary {
  background: linear-gradient(180deg, color-mix(in srgb, var(--cream) 8%, var(--tomato)) 0%, var(--tomato) 55%, var(--tomato-dark) 100%);
  color: var(--cream);
  border-color: color-mix(in srgb, var(--cream) 50%, transparent);
  box-shadow:
    0 4px 0 color-mix(in srgb, var(--gold) 45%, var(--ink)),
    0 10px 28px color-mix(in srgb, var(--ink) 35%, transparent);
}

.section-order .btn-primary:hover {
  background: linear-gradient(180deg, var(--tomato) 0%, var(--tomato-dark) 100%);
  color: var(--cream);
  box-shadow:
    0 3px 0 color-mix(in srgb, var(--gold) 40%, var(--ink)),
    0 6px 20px color-mix(in srgb, var(--ink) 30%, transparent);
}

.btn-ghost-light {
  background: transparent;
  color: var(--cream);
  border: 2px solid color-mix(in srgb, var(--cream) 45%, transparent);
}

.btn-ghost-light:hover {
  border-color: var(--cream);
  color: var(--cream);
  background: color-mix(in srgb, var(--cream) 8%, transparent);
}

/* Footer */

.site-footer {
  padding: 2rem 1.5rem;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--tomato) 12%, transparent) 0%, transparent 12px),
    repeating-linear-gradient(
      90deg,
      var(--wood-dark) 0px,
      #16100d 1px,
      var(--wood-dark) 3px,
      #0e0b09 5px
    ),
    linear-gradient(180deg, #18120f 0%, var(--wood-dark) 100%);
  color: color-mix(in srgb, var(--cream) 68%, transparent);
  border-top: 3px solid color-mix(in srgb, var(--basil) 35%, transparent);
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.footer-logo {
  height: 56px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  object-position: left center;
  opacity: 0.95;
}

.footer-brand {
  font-family: var(--font-sign);
  font-weight: 400;
  margin: 0;
  color: var(--cream);
  letter-spacing: 0.06em;
}

.footer-address {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.85;
}

.footer-social {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
}

.footer-social .dot {
  margin: 0 0.45rem;
  opacity: 0.6;
}

.footer-copy {
  margin: 0;
  font-size: 0.875rem;
  opacity: 0.75;
}

.site-footer a {
  color: color-mix(in srgb, var(--cream) 88%, transparent);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--cream);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Subpages & mirrored content */

.page-main {
  padding-bottom: 2rem;
}

.page-hero {
  background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg) 50%, var(--bg-deep) 100%);
  border-bottom: 2px solid color-mix(in srgb, var(--tomato) 45%, transparent);
  padding: 2.5rem 1.5rem 2rem;
}

.page-hero--compact {
  padding-top: 2rem;
}

.page-hero-inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.page-title {
  font-family: var(--font-sign);
  font-weight: 400;
  font-size: clamp(1.75rem, 4.4vw, 2.4rem);
  letter-spacing: 0.03em;
  margin: 0 0 0.75rem;
  color: var(--cream);
  line-height: 1.2;
}

.page-title--left {
  text-align: left;
}

.page-hero-inner::before {
  content: "";
  display: block;
  width: min(200px, 55%);
  height: 3px;
  margin: 0 auto 1rem;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--italy-green),
    color-mix(in srgb, var(--cream) 85%, var(--ink)) 50%,
    var(--italy-red)
  );
}

.page-hero-inner:has(.page-title--left)::before {
  margin-left: 0;
  margin-right: auto;
}

.page-hero-inner:has(.page-title--left) {
  text-align: left;
}

.split-text .section-title,
.visit-info .section-title {
  border-left: 4px solid var(--basil);
  padding-left: 1rem;
}

.site-topbar-tagline {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--basil) 55%, var(--ink-muted));
}

@media (max-width: 640px) {
  .site-topbar-tagline {
    width: 100%;
    padding-left: 0;
    margin-top: 0.15rem;
  }
}

.footer-motto {
  margin: 0.35rem 0 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: color-mix(in srgb, var(--cream) 72%, var(--gold));
  max-width: 22rem;
}

.footer-motto span[lang="it"] {
  color: color-mix(in srgb, var(--cream) 88%, var(--gold));
  font-style: italic;
  font-weight: 600;
}

.theme-pizzeria .prose h2 {
  padding-bottom: 0.4rem;
  border-bottom: 2px solid color-mix(in srgb, var(--tomato) 55%, transparent);
}

.prose-wide > .page-title.page-title--left {
  border-left: 4px solid var(--basil);
  padding-left: 1rem;
}

.page-intro {
  margin: 0 auto;
  max-width: 42rem;
  color: color-mix(in srgb, var(--cream) 82%, var(--ink-muted));
  font-size: 1.05rem;
}

.page-intro a {
  font-weight: 600;
}

.page-kicker {
  margin: 0.5rem 0 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--tomato);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.page-actions {
  margin: 1.25rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.section-menu-embed {
  padding: 2rem 1.5rem 4rem;
  background: linear-gradient(180deg, var(--bg-deep) 0%, var(--bg) 50%, var(--bg-elevated) 100%);
}

.menu-embed-note {
  max-width: 48rem;
  margin: 0 auto 1.25rem;
  font-size: 0.95rem;
  color: var(--ink-muted);
  text-align: center;
  line-height: 1.55;
}

.menu-embed-note a {
  font-weight: 600;
}

.menu-embed-wrap {
  max-width: 1120px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow:
    0 20px 48px var(--shadow),
    0 0 0 2px color-mix(in srgb, var(--italy-green) 55%, transparent),
    0 0 0 4px var(--cream),
    0 0 0 6px color-mix(in srgb, var(--italy-red) 70%, transparent);
  border: 1px solid color-mix(in srgb, var(--cream) 12%, transparent);
  background: linear-gradient(180deg, var(--mozzarella) 0%, var(--cream) 100%);
}

.menu-embed-images {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.menu-embed-figure {
  margin: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
}

.menu-embed-figure:last-child {
  border-bottom: none;
}

.menu-embed-img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-carousel {
  outline: none;
}

.menu-carousel:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--tomato) 65%, var(--ink));
  outline-offset: 4px;
}

.menu-carousel-viewport {
  position: relative;
}

.menu-carousel-slides {
  display: grid;
  padding: 1rem 1rem 0.5rem;
}

.menu-carousel-slide {
  grid-area: 1 / 1;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .menu-carousel-slide {
    transition: none;
  }
}

.menu-carousel-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/* Images default to pointer-events: auto; they sit above the arrows and steal clicks. */
.menu-carousel-slide .menu-embed-img {
  pointer-events: none;
  width: min(640px, 100%);
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}

.menu-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 2px solid color-mix(in srgb, var(--italy-green) 55%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--cream) 96%, var(--bg));
  color: var(--ink-dark);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  transition: background 0.2s ease, transform 0.15s ease;
}

.menu-carousel-arrow:hover {
  background: var(--cream);
  border-color: var(--tomato);
}

.menu-carousel-arrow:active {
  transform: translateY(-50%) scale(0.96);
}

.menu-carousel-arrow--prev {
  left: 0.5rem;
}

.menu-carousel-arrow--next {
  right: 0.5rem;
}

@media (min-width: 640px) {
  .menu-carousel-arrow {
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
  }

  .menu-carousel-arrow--prev {
    left: 1rem;
  }

  .menu-carousel-arrow--next {
    right: 1rem;
  }
}

@media (min-width: 768px) {
  .menu-carousel-slides {
    padding: 1.5rem 1.5rem 0.75rem;
  }
}

.menu-carousel-status {
  margin: 0;
  padding: 0.75rem 1rem 1rem;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink-muted);
  background: var(--bg-elevated);
  border-top: 1px solid color-mix(in srgb, var(--tomato) 25%, transparent);
}

.prose {
  line-height: 1.65;
  color: var(--ink-muted);
}

.prose h2 {
  font-family: var(--font-sign);
  font-weight: 400;
  font-size: 1.45rem;
  margin: 2rem 0 0.75rem;
  color: var(--cream);
  letter-spacing: 0.02em;
}

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

.prose h3 {
  font-size: 1.1rem;
  margin: 1.5rem 0 0.5rem;
}

.prose-wide {
  max-width: 44rem;
  margin: 0 auto;
}

.prose-rule {
  border: none;
  border-top: 1px dashed color-mix(in srgb, var(--ink) 18%, transparent);
  margin: 2rem 0;
}

.section-catering-page {
  padding: 2.5rem 1.5rem 4rem;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 100%);
}

.catering-item h2 {
  font-family: var(--font-sign);
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0 0 0.75rem;
  letter-spacing: 0.02em;
  color: var(--cream);
}

.catering-prices {
  display: grid;
  gap: 0.5rem;
  margin: 1rem 0 0;
}

.catering-prices > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
}

.catering-prices dt {
  font-weight: 600;
  margin: 0;
}

.catering-prices dd {
  margin: 0;
  font-weight: 700;
  color: var(--tomato);
}

.catering-cta {
  margin: 2.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.section-reviews {
  padding: 2.5rem 1.5rem 2rem;
  background: linear-gradient(180deg, var(--bg-deep) 0%, var(--bg) 100%);
}

.section-reviews-google {
  padding: 2rem 1.5rem 4rem;
  background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg) 100%);
  border-top: 2px dashed color-mix(in srgb, var(--tomato) 40%, transparent);
}

.reviews-section-title {
  position: relative;
  font-family: var(--font-sign);
  font-weight: 400;
  font-size: 1.55rem;
  margin: 0 0 0.75rem;
  color: var(--cream);
  text-align: center;
  letter-spacing: 0.03em;
}

.reviews-section-title::before {
  content: "";
  display: block;
  width: min(160px, 45%);
  height: 3px;
  margin: 0 auto 0.65rem;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--italy-green),
    color-mix(in srgb, var(--cream) 88%, var(--ink)) 50%,
    var(--italy-red)
  );
}

.reviews-section-lead {
  margin: 0 auto 1.75rem;
  max-width: 40rem;
  text-align: center;
  font-size: 1.05rem;
  color: var(--ink-muted);
}

.reviews-section-lead a {
  font-weight: 600;
}

.reviews-section-lead--google {
  margin-bottom: 1.25rem;
}

.reviews-google-map {
  max-width: 720px;
  margin: 0 auto 1.5rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 16px 40px var(--shadow);
  border: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
}

.map-embed--reviews {
  min-height: 320px;
  height: 360px;
  width: 100%;
  border: 0;
  display: block;
}

.reviews-google-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
}

.google-reviews-root {
  position: relative;
}

.google-reviews-live {
  max-width: 1120px;
  margin: 0 auto;
}

.google-reviews-live:not([hidden]) {
  min-height: 2rem;
}

.google-reviews-summary {
  text-align: center;
  margin-bottom: 1.75rem;
}

.google-reviews-summary-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.google-reviews-place-name {
  font-family: var(--font-sign);
  font-weight: 400;
  font-size: 1.3rem;
  margin: 0;
  color: var(--ink);
  letter-spacing: 0.02em;
}

.google-reviews-rating-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.95rem;
  color: var(--ink-muted);
}

.google-reviews-stars {
  letter-spacing: 0.08em;
  color: var(--gold);
  font-size: 1.1rem;
  line-height: 1;
}

.google-reviews-rating-num {
  font-weight: 600;
  color: var(--ink);
}

.google-reviews-profile-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 600;
}

.google-reviews-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .google-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .google-reviews-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.google-review-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.75rem;
}

.google-review-time {
  font-size: 0.85rem;
  color: var(--ink-muted);
}

.google-reviews-empty {
  margin: 0;
  text-align: center;
  color: var(--ink-muted);
  font-size: 1rem;
}

.google-reviews-error {
  margin: 0 auto 1rem;
  max-width: 40rem;
  padding: 1rem 1.25rem;
  text-align: center;
  background: color-mix(in srgb, var(--tomato) 8%, var(--cream));
  border: 1px solid color-mix(in srgb, var(--tomato) 25%, transparent);
  border-radius: var(--radius);
  color: var(--ink);
}

.google-reviews-attribution {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.8rem;
}

.google-reviews-attribution a {
  color: var(--ink-muted);
  font-weight: 500;
}

.google-reviews-map-sandbox {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.section-reviews .reviews-section-lead {
  margin-bottom: 1.75rem;
}

.review-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .review-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.review-card {
  background: var(--cream);
  color: var(--ink-dark);
  border-radius: var(--radius);
  padding: 1.5rem;
  border: 1px solid color-mix(in srgb, var(--ink-dark) 10%, transparent);
  box-shadow: 0 12px 28px var(--shadow);
}

.review-card .review-quote p {
  color: color-mix(in srgb, var(--ink-dark) 88%, var(--ink-muted));
}

.review-card .review-author {
  color: color-mix(in srgb, var(--ink-dark) 62%, var(--ink-muted));
}

.review-badge {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--basil);
}

.review-quote {
  margin: 0 0 1rem;
}

.review-quote p {
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.5;
}

.review-meta {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
}

.review-author {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-muted);
}

.reviews-footer {
  margin: 2.5rem 0 0;
  text-align: center;
}

.section-gallery {
  padding: 2rem 1.5rem 4rem;
  background: var(--bg);
}

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

@media (min-width: 700px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gallery-cell {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  box-shadow: 0 8px 20px var(--shadow);
}

.gallery-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
  display: block;
}

.section-shop {
  padding: 2rem 1.5rem 4rem;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-elevated) 45%, var(--bg-deep) 100%);
}

.shop-layout {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 900px) {
  .shop-layout {
    grid-template-columns: 1fr 1fr;
  }
}

.shop-figure {
  margin: 0;
}

.shop-photo {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow:
    0 20px 48px var(--shadow),
    0 0 0 2px color-mix(in srgb, var(--tomato) 18%, transparent);
}

.shop-cards {
  font-weight: 600;
  letter-spacing: 0.04em;
}

.shop-actions {
  margin-top: 1.25rem;
  text-align: center;
}

.section-contact {
  padding: 2rem 1.5rem 4rem;
  background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg-deep) 100%);
  border-top: 1px solid color-mix(in srgb, var(--basil) 35%, transparent);
}

.contact-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.contact-subtitle {
  font-family: var(--font-sign);
  font-weight: 400;
  font-size: 1.3rem;
  margin: 0 0 1rem;
  letter-spacing: 0.02em;
  color: var(--cream);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-note {
  font-size: 0.85rem;
  color: var(--ink-muted);
  margin: 0 0 0.5rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.form-label {
  font-weight: 600;
  font-size: 0.9rem;
}

.form-field input,
.form-field textarea {
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius);
  border: 1px solid color-mix(in srgb, var(--cream) 22%, transparent);
  background: var(--bg-deep);
  color: var(--ink);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}

.form-field input:focus-visible,
.form-field textarea:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--tomato) 65%, transparent);
  outline-offset: 1px;
  border-color: color-mix(in srgb, var(--basil) 55%, transparent);
}

.form-field textarea {
  resize: vertical;
  min-height: 120px;
}

.form-legal {
  font-size: 0.8rem;
  color: var(--ink-muted);
  margin: 1rem 0 0;
}

.contact-brand {
  font-family: var(--font-sign);
  font-size: 1.15rem;
  margin: 1.5rem 0 0.5rem;
  letter-spacing: 0.06em;
  color: var(--cream);
}

.contact-address {
  font-style: normal;
  margin: 0 0 1rem;
  line-height: 1.6;
  color: var(--ink-muted);
}

.contact-line {
  margin: 0 0 1.5rem;
  line-height: 1.7;
}

.contact-hours-title {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}

.contact-hours {
  margin-bottom: 1.5rem;
}

.contact-map .map-embed {
  min-height: 240px;
  height: 260px;
}

.map-link {
  margin: 0.65rem 0 0;
  font-size: 0.9rem;
}

.section-privacy {
  padding: 2.5rem 1.5rem 4rem;
  background: linear-gradient(180deg, var(--bg) 0%, color-mix(in srgb, var(--mozzarella) 30%, var(--bg)) 100%);
}
