:root {
  --bg: #faf7f2;
  --text: #1f1f1f;
  --accent: #b07a4a;
  --accent-deep: #8c6239;
  --contrast: #f3e7d8;
  --dark: #1a1a1a;
  --white: #ffffff;
  --border: rgba(31, 31, 31, 0.08);
  --shadow-soft: 0 20px 60px rgba(17, 17, 17, 0.08);
  --shadow-strong: 0 28px 90px rgba(0, 0, 0, 0.2);
  --shadow-editorial: 0 40px 110px rgba(27, 22, 18, 0.12);
  --container: min(1220px, calc(100% - 2.4rem));
  --copy: 34rem;
  --radius-lg: 36px;
  --radius-md: 26px;
  --radius-sm: 18px;
  --header-height: 72px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  direction: rtl;
  font-family: "Assistant", sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.9;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: absolute;
  inset-inline-start: 1rem;
  top: -3rem;
  z-index: 1000;
  background: var(--dark);
  color: var(--white);
  padding: 0.8rem 1rem;
  border-radius: 999px;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  padding: clamp(7rem, 10vw, 10rem) 0;
  position: relative;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}

.eyebrow-dark {
  color: var(--accent-deep);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Heebo", sans-serif;
}

h1 {
  font-size: 88px;
  margin-bottom: 1.15rem;
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 900;
}

h2 {
  font-size: 56px;
  margin-bottom: 1.2rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
}

h3 {
  font-size: 28px;
  margin-bottom: 0.7rem;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 72px;
  padding: 8px 0;
  background: rgba(250, 247, 242, 0.94);
  color: var(--text);
  box-shadow: 0 8px 28px rgba(15, 15, 15, 0.04);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease, color 0.25s ease;
}

.site-header.is-on-hero {
  background: rgba(250, 247, 242, 0.94);
  color: var(--text);
  box-shadow: 0 8px 28px rgba(15, 15, 15, 0.04);
  backdrop-filter: blur(12px);
}

.site-header.is-scrolled {
  background: rgba(250, 247, 242, 0.94);
  color: var(--text);
  box-shadow: 0 8px 28px rgba(15, 15, 15, 0.04);
  backdrop-filter: blur(12px);
}

.header-inner {
  min-height: var(--header-height);
  height: var(--header-height);
  display: flex;
  direction: rtl;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  order: 3;
  margin-inline-start: auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.brand-logo {
  width: auto;
  height: auto;
  max-height: 48px;
  object-fit: contain;
  display: block;
  background: transparent;
}

.site-nav {
  position: fixed;
  inset: var(--header-height) 1rem auto 1rem;
  background: rgba(250, 247, 242, 0.96);
  border: 1px solid rgba(17, 17, 17, 0.05);
  border-radius: 24px;
  padding: 1rem;
  display: none;
  direction: rtl;
  flex-direction: column;
  gap: 0.8rem;
  box-shadow: var(--shadow-soft);
  color: var(--text);
  text-align: right;
}

.site-nav.is-open {
  display: flex;
}

.site-nav a {
  padding: 0.7rem 0;
  font-size: 15px;
  font-weight: 600;
  color: #1f1f1f;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #b07a4a;
  color: var(--white);
  border-color: #b07a4a;
  height: 40px;
  min-width: 124px;
  padding-inline: 26px;
  padding-block: 0;
  border-radius: 999px;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
}

.menu-toggle {
  width: 48px;
  height: 48px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.32rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  color: currentColor;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin-inline: auto;
  background: #1f1f1f;
  border-radius: 999px;
}

.hero,
.final-cta-section,
.image-break {
  position: relative;
  overflow: clip;
}

.hero {
  min-height: 100svh;
  display: grid;
}

.hero-media,
.hero-overlay,
.final-cta-media,
.final-cta-overlay,
.image-break-media,
.image-break-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img,
.final-cta-media img,
.image-break-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(15, 15, 15, 0.24), rgba(15, 15, 15, 0.72)),
    linear-gradient(120deg, rgba(176, 122, 74, 0.2), transparent 55%);
}

.hero-content,
.final-cta-content,
.image-break-content {
  position: relative;
  z-index: 1;
}

.hero-content {
  min-height: 100svh;
  width: 100%;
  max-width: 620px;
  margin-right: 8vw;
  margin-left: auto;
  display: flex;
  direction: rtl;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: calc(var(--header-height) + 2.5rem);
  padding-bottom: 5.5rem;
  color: var(--white);
  text-align: right;
}

.hero-content > * {
  margin-inline-start: 0;
}

.hero-support {
  max-width: 31rem;
  margin-bottom: 1.35rem;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.hero-text {
  max-width: 28rem;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.76);
}

.hero-info {
  display: grid;
  gap: 0.8rem;
  margin: 2.5rem 0 2.2rem;
  width: 100%;
  max-width: 620px;
  justify-content: flex-start;
}

.hero-info div,
.highlight-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 1.05rem 1.1rem;
  backdrop-filter: blur(12px);
}

.ui-icon {
  width: 1.35em;
  height: 1.35em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-inline-end: 0.55rem;
  vertical-align: middle;
}

.ui-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ui-icon .icon-fill {
  fill: currentColor;
  stroke: none;
}

.hero-actions {
  display: flex;
  direction: rtl;
  flex-wrap: wrap;
  gap: 0.9rem;
  width: 100%;
  justify-content: flex-start;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 18px 34px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: var(--white);
  box-shadow: var(--shadow-strong);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.13);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
}

.btn:hover,
.btn:focus-visible,
.masonry-item:hover,
.carousel-card:hover,
.category-card:hover,
.instagram-card:hover,
.masonry-item:focus-visible,
.carousel-card:focus-visible,
.socials a:focus-visible,
.footer-socials a:focus-visible,
.mobile-action:focus-visible,
.nav-cta:focus-visible,
.site-nav a:focus-visible,
.menu-toggle:focus-visible {
  transform: translateY(-2px);
}

.btn:focus-visible,
.masonry-item:focus-visible,
.carousel-card:focus-visible,
.socials a:focus-visible,
.footer-socials a:focus-visible,
.mobile-action:focus-visible,
.nav-cta:focus-visible,
.site-nav a:focus-visible,
.menu-toggle:focus-visible,
.lightbox-close:focus-visible,
.instagram-card:focus-visible {
  outline: 3px solid rgba(176, 122, 74, 0.45);
  outline-offset: 3px;
}

.section-heading {
  max-width: var(--copy);
  margin-bottom: 4rem;
}

.section-heading.center {
  text-align: center;
  margin-inline: auto;
}

.highlights-section {
  margin-top: -1.2rem;
  padding: 70px 0;
  background: #faf7f2;
  z-index: 2;
}

.highlight-grid,
.reasons-grid,
.reviews-grid,
.features-grid,
.timeline-grid,
.instagram-grid,
.category-grid {
  display: grid;
  gap: 1rem;
}

.highlight-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e8e1d8;
  border-radius: 22px;
  color: #1f1f1f;
  box-shadow: 0 18px 45px rgba(31, 31, 31, 0.06);
  width: 100%;
  min-height: 300px;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 34px 28px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  max-width: 300px;
  margin-inline: auto;
}

.card-content {
  height: 100%;
  display: grid;
  grid-template-rows: 64px 88px 1px auto;
  align-items: center;
  justify-items: center;
  width: 100%;
}

.highlight-card strong,
.highlight-card span,
.highlight-card p {
  color: #1f1f1f;
}

.highlight-card .ui-icon,
.highlight-card svg {
  color: #b07a4a;
  stroke: #b07a4a;
}

.highlight-card .icon-fill {
  fill: #b07a4a;
  stroke: none;
}

.feature-chip,
.timeline-card span,
.category-overlay span,
.contact-list li,
.hero-info div {
  display: inline-flex;
  align-items: center;
}

.highlight-title {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  margin-top: 24px;
}

.highlight-card strong,
.feature-chip,
.timeline-card span,
.category-overlay span,
.contact-list li,
.hero-info div {
  display: inline-flex;
  align-items: center;
}

.highlight-card strong {
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-top: 24px;
}

.highlight-description,
.highlight-card p {
  margin: 0;
  max-width: 10ch;
  font-size: 16px;
  line-height: 1.75;
  color: #5f5a55;
  font-weight: 500;
  margin-top: 18px;
}

.highlight-icon {
  width: 68px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #faf7f2;
  border: 1px solid #e8d8c5;
  box-shadow: none;
}

.highlight-icon .ui-icon {
  width: 28px;
  height: 28px;
  margin-inline-end: 0;
}

.highlight-icon svg {
  stroke-width: 2;
}

.highlight-divider {
  width: 42px;
  height: 1px;
  background: rgba(176, 122, 74, 0.28);
  margin-top: 18px;
}

.gallery-intro-section {
  padding-top: 5rem;
}

.masonry-gallery {
  columns: 1;
  column-gap: 1.4rem;
}

.masonry-item,
.carousel-card {
  width: 100%;
  margin: 0 0 1.4rem;
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 30px;
  overflow: hidden;
  break-inside: avoid;
  position: relative;
}

.masonry-item img,
.carousel-card img,
.instagram-card img {
  border-radius: 30px;
  box-shadow: var(--shadow-editorial);
}

.split-grid,
.italian-grid,
.contact-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

.split-grid.reverse .section-copy {
  order: 2;
}

.split-grid.reverse .section-image {
  order: 1;
}

.image-frame {
  background: rgba(255, 255, 255, 0.86);
  border-radius: var(--radius-lg);
  padding: 0.85rem;
  box-shadow: var(--shadow-editorial);
  overflow: hidden;
}

.image-frame img {
  border-radius: calc(var(--radius-lg) - 10px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.image-frame.tall img {
  min-height: 760px;
}

.menu-categories-section,
.testimonials-section,
.day-night-section {
  background:
    radial-gradient(circle at top right, rgba(176, 122, 74, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(243, 231, 216, 0.55), transparent);
}

.testimonials-section {
  background: #faf7f2;
}

.category-card {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 30px;
  min-height: 320px;
  box-shadow: var(--shadow-editorial);
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.2rem;
  background: linear-gradient(180deg, transparent, rgba(17, 17, 17, 0.8));
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
}

.italian-section {
  background:
    radial-gradient(circle at 18% 26%, rgba(176, 122, 74, 0.18), transparent 34%),
    radial-gradient(circle at 82% 72%, rgba(102, 63, 38, 0.16), transparent 38%),
    linear-gradient(135deg, #171513 0%, #211b17 46%, #151412 100%);
  color: var(--white);
}

.italian-grid {
  align-items: center;
  gap: clamp(1.8rem, 4vw, 3.2rem);
}

.italian-copy {
  max-width: 34rem;
}

.italian-copy h2 {
  max-width: 10.8ch;
  margin-bottom: 1rem;
  font-size: clamp(56px, 4.5vw, 64px);
}

.italian-copy p {
  font-size: 20px;
  line-height: 1.85;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 240px));
  justify-content: start;
  gap: 1rem;
}

.feature-chip,
.timeline-card,
.coming-soon-card,
.contact-card,
.map-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 31, 31, 0.05);
  border-radius: var(--radius-md);
  padding: 1.6rem;
  box-shadow: var(--shadow-soft);
}

.feature-chip {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.06));
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.08);
  width: 100%;
  min-height: 116px;
  padding: 1.15rem 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  font-size: 1.12rem;
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(8, 7, 6, 0.18);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.feature-chip:hover,
.feature-chip:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(176, 122, 74, 0.14);
  border-color: rgba(229, 191, 149, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.07));
}

.feature-chip .ui-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}

.feature-chip .ui-icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 2;
}

.timeline-card {
  text-align: center;
  display: grid;
  gap: 0.4rem;
}

.timeline-card span {
  justify-content: center;
}

.timeline-card strong {
  font-size: 1.5rem;
  color: var(--accent-deep);
}

.image-break {
  min-height: clamp(700px, 80vh, 900px);
  display: grid;
  align-items: end;
  background-attachment: fixed;
}

.pizza-strip-banner {
  position: relative;
  height: 580px;
  max-height: 620px;
  overflow: hidden;
  margin-bottom: 0;
}

.pizza-strip-media,
.pizza-strip-overlay {
  position: absolute;
  inset: 0;
}

.pizza-strip-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.pizza-strip-overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.45));
}

.pizza-strip-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  gap: 0.95rem;
  padding: 1.6rem;
}

.pizza-strip-eyebrow {
  margin: 0;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-size: 0.86rem;
  font-weight: 700;
  color: rgba(229, 191, 149, 0.96);
}

.pizza-strip-content h2 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(42px, 4.2vw, 68px);
  line-height: 1.05;
  font-weight: 800;
  color: var(--white);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.pizza-strip-cta {
  margin-top: 0.8rem;
  min-width: 13rem;
  justify-content: center;
  box-shadow: 0 18px 36px rgba(176, 122, 74, 0.22);
}

@media (min-width: 1440px) {
  .pizza-strip-banner {
    height: 600px;
  }
}

@media (max-width: 959px) {
  .pizza-strip-banner {
    height: 520px;
  }
}

.image-break-overlay {
  background:
    linear-gradient(180deg, rgba(15, 15, 15, 0.06), rgba(15, 15, 15, 0.74)),
    linear-gradient(120deg, rgba(176, 122, 74, 0.12), transparent 60%);
}

.image-break-content {
  color: var(--white);
  padding-bottom: 5.5rem;
  max-width: 30rem;
}

.image-collage,
.people-gallery {
  display: grid;
  gap: 1.2rem;
}

.people-gallery .image-frame img {
  aspect-ratio: 4 / 3.2;
  object-fit: cover;
  background: transparent;
}

.image-collage .offset {
  transform: translateY(-2.2rem);
}

.event-highlight {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: var(--contrast);
  color: var(--accent-deep);
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.carousel-shell {
  overflow: hidden;
}

.atmosphere-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 28%);
  gap: 1.4rem;
  overflow-x: auto;
  padding-inline: 0.35rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  align-items: stretch;
}

.atmosphere-carousel::-webkit-scrollbar {
  display: none;
}

.carousel-card {
  scroll-snap-align: start;
  margin: 0;
  height: 420px;
  background: transparent;
  padding: 0;
  overflow: hidden;
}

.carousel-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  display: block;
  background: transparent;
}

.instagram-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.instagram-card {
  border-radius: 30px;
  overflow: hidden;
  min-height: 280px;
  display: block;
}

.instagram-follow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #1a1a1a, #8c6239);
  color: var(--white);
  text-align: center;
  padding: 2rem;
}

.reviews-trustline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.85rem 1rem;
  margin-top: 1.4rem;
  color: rgba(31, 31, 31, 0.72);
  font-size: 0.98rem;
  font-weight: 600;
}

.google-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.9rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e8e1d8;
  border-radius: 999px;
}

.google-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.reviews-rating {
  color: #b07a4a;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 3.2rem;
  background: transparent;
}

.review-card {
  background: #fff;
  border: 1px solid #e8e0d6;
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  min-height: 100%;
}

.review-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.review-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}

.review-meta,
.review-date {
  margin-bottom: 0;
  color: rgba(31, 31, 31, 0.58);
  font-size: 0.95rem;
  line-height: 1.55;
}

.review-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8e1d8;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  padding: 0;
  background: #fff;
  flex: 0 0 auto;
}

.review-google-logo {
  width: 20px;
  height: 20px;
}

.reviews-dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.15rem;
}

.reviews-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e8dccf;
}

.reviews-dot.is-active {
  background: #b07a4a;
}

.review-stars {
  margin: 0 0 0.4rem;
  color: #c8922c;
  font-size: 1rem;
  letter-spacing: 0.16em;
}

.review-date {
  margin-bottom: 0.9rem;
}

.review-text {
  margin-bottom: 0;
  max-width: none;
  font-size: 1.02rem;
  line-height: 1.8;
}

.final-cta-section {
  min-height: 82svh;
  display: grid;
  align-items: center;
}

.final-cta-overlay {
  background:
    linear-gradient(180deg, rgba(15, 15, 15, 0.36), rgba(15, 15, 15, 0.82)),
    linear-gradient(125deg, rgba(176, 122, 74, 0.22), transparent 55%);
}

.final-cta-content {
  color: var(--white);
  padding: 6rem 0;
  max-width: 36rem;
}

.final-subheadline {
  font-size: 28px;
  margin-bottom: 2.4rem;
  line-height: 1.6;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 1.5rem;
  display: grid;
  gap: 0.65rem;
}

.socials,
.footer-socials {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}

.footer-socials {
  width: auto;
  direction: rtl;
}

.social-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(176, 122, 74, 0.2);
  color: #b07a4a;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.social-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-icon-whatsapp svg {
  width: 22px;
  height: 22px;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  fill: currentColor;
  stroke: none;
  transform: none;
}

.social-icon-whatsapp svg path {
  fill: currentColor;
  stroke: none;
}

.social-icon .icon-fill {
  fill: currentColor;
  stroke: none;
}

.social-icon:hover,
.social-icon:focus-visible {
  transform: scale(1.05);
  border-color: rgba(176, 122, 74, 0.36);
  background: rgba(176, 122, 74, 0.06);
}

.map-card {
  width: 100%;
  height: 100%;
  min-height: 520px;
  overflow: hidden;
  padding: 0;
  border-radius: 32px;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.site-footer {
  padding: 1.5rem 0 6rem;
}

.footer-inner {
  border-top: 1px solid var(--border);
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
}

.footer-legal-links {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 10rem;
}

.footer-legal-links a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 600;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-legal-links a:hover,
.footer-legal-links a:focus-visible {
  color: var(--accent);
  transform: translateY(-1px);
}

.footer-socials {
  align-items: center;
  align-self: center;
  margin-top: -24px;
  padding-top: 0;
}

.legal-page-shell {
  background:
    radial-gradient(circle at top right, rgba(176, 122, 74, 0.12), transparent 34%),
    linear-gradient(180deg, #fbf7f2 0%, #f7f0e7 100%);
  min-height: 100vh;
  padding-bottom: clamp(3.5rem, 5vw, 5rem);
}

.legal-page-topbar {
  padding: 1.35rem 0 0.4rem;
}

.legal-page-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.legal-page-brand img {
  display: block;
  width: auto;
  max-height: 58px;
}

.legal-page-back {
  min-height: 44px;
  padding-inline: 1.25rem;
}

.legal-page-hero {
  padding: 1.6rem 0 1rem;
}

.legal-page-hero-inner {
  text-align: right;
}

.legal-page-hero-inner h1 {
  margin-bottom: 0.8rem;
}

.legal-page-updated {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 600;
}

.legal-page-content-section {
  padding-top: 0.75rem;
}

.legal-page-card {
  max-width: 900px;
  margin-inline: auto;
  padding: clamp(1.6rem, 3vw, 2.8rem);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(140, 98, 57, 0.12);
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(31, 31, 31, 0.08);
}

.legal-page-card h2 {
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.legal-page-card p,
.legal-page-card li {
  max-width: 100%;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.95;
  color: #3d352e;
}

.legal-page-card ul {
  margin: 0 0 1rem;
  padding-inline-start: 1.2rem;
}

.legal-page-card li + li {
  margin-top: 0.5rem;
}

.site-footer-legal-page {
  padding-top: 0.6rem;
  padding-bottom: 2rem;
}

.footer-inner-legal {
  margin-top: 0;
}

.accessibility-widget {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  pointer-events: none;
}

.accessibility-widget > * {
  pointer-events: auto;
}

.accessibility-trigger {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #b07a4a;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.accessibility-trigger:hover,
.accessibility-trigger:focus-visible {
  transform: scale(1.05);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.accessibility-trigger svg {
  width: 28px;
  height: 28px;
  display: block;
  opacity: 1;
  visibility: visible;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 2.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateZ(0);
  shape-rendering: geometricPrecision;
}

.accessibility-trigger img {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
  opacity: 1;
  visibility: visible;
  flex: 0 0 auto;
  border: 0;
  box-shadow: none;
}

.accessibility-trigger .icon-fill {
  fill: currentColor;
  stroke: none;
}

.accessibility-panel {
  position: fixed;
  left: 88px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  padding: 1.15rem;
  border: 1px solid rgba(140, 98, 57, 0.18);
  border-radius: 24px;
  background: rgba(250, 247, 242, 0.96);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 50px rgba(31, 31, 31, 0.12);
}

.accessibility-panel[hidden] {
  display: none;
}

.accessibility-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.95rem;
}

.accessibility-panel-head h2 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.1;
}

.accessibility-close {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(140, 98, 57, 0.18);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1;
}

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

.accessibility-action {
  min-height: 52px;
  padding: 0.8rem 0.85rem;
  border-radius: 18px;
  border: 1px solid rgba(140, 98, 57, 0.16);
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.accessibility-action:hover,
.accessibility-action:focus-visible,
.accessibility-action[aria-pressed="true"] {
  transform: translateY(-1px);
  border-color: rgba(176, 122, 74, 0.4);
  background: rgba(176, 122, 74, 0.12);
  color: var(--accent-deep);
}

.accessibility-reset {
  grid-column: 1 / -1;
}

.accessibility-trigger:focus-visible,
.accessibility-close:focus-visible,
.accessibility-action:focus-visible {
  outline: 3px solid rgba(176, 122, 74, 0.32);
  outline-offset: 3px;
}

body {
  --accessibility-contrast: 1;
  --accessibility-brightness: 1;
  --accessibility-grayscale: 0;
}

body.accessibility-high-contrast {
  --accessibility-contrast: 1.18;
  --accessibility-brightness: 1.03;
}

body.accessibility-grayscale {
  --accessibility-grayscale: 1;
}

body.accessibility-high-contrast main,
body.accessibility-high-contrast header,
body.accessibility-high-contrast footer,
body.accessibility-grayscale main,
body.accessibility-grayscale header,
body.accessibility-grayscale footer {
  filter: grayscale(var(--accessibility-grayscale)) contrast(var(--accessibility-contrast)) brightness(var(--accessibility-brightness));
}

body.accessibility-underline-links a:not(.btn):not(.mobile-action):not(.social-icon) {
  text-decoration: underline !important;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 0.08em;
}

body.accessibility-text-spacing {
  letter-spacing: 0.02em;
  word-spacing: 0.08em;
}

body.accessibility-text-spacing p,
body.accessibility-text-spacing li,
body.accessibility-text-spacing a,
body.accessibility-text-spacing button,
body.accessibility-text-spacing h1,
body.accessibility-text-spacing h2,
body.accessibility-text-spacing h3 {
  line-height: 2 !important;
}

body.accessibility-reduce-motion *,
body.accessibility-reduce-motion *::before,
body.accessibility-reduce-motion *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}

.section-copy,
.italian-copy,
.contact-card,
.coming-soon-card {
  max-width: var(--copy);
}

.section-copy p,
.italian-copy p,
.contact-card li,
.coming-soon-card p {
  max-width: 30rem;
}

.intro-section .split-grid,
.events-section .split-grid,
.people-section .split-grid {
  align-items: start;
}

.people-section {
  padding-top: clamp(3.2rem, 5vw, 4.8rem);
  padding-bottom: clamp(4rem, 6vw, 5.8rem);
}

.people-section .split-grid {
  gap: clamp(1.8rem, 3vw, 3rem);
  align-items: center;
}

.people-section .section-copy {
  padding-top: 0;
}

.contact-grid {
  align-items: stretch;
}

.intro-section .section-copy,
.events-section .section-copy {
  padding-top: 2rem;
}

.gallery-intro-section .container,
.atmosphere-section .container,
.instagram-section .container {
  width: min(1320px, calc(100% - 2rem));
}

.gallery-intro-section .section-heading,
.atmosphere-section .section-heading {
  margin-inline-start: 0;
}

.gallery-intro-section .section-heading p,
.gallery-intro-section .section-heading h2,
.gallery-intro-section .section-heading > p:last-of-type {
  max-width: 28rem;
}

.highlights-section .container {
  width: min(1320px, calc(100% - 2rem));
}

.highlights-section .highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  justify-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.menu-categories-section .section-heading,
.testimonials-section .section-heading,
.day-night-section .section-heading,
.instagram-section .section-heading {
  max-width: 40rem;
}

.category-grid,
.instagram-grid {
  align-items: stretch;
}

.category-card:nth-child(1),
.category-card:nth-child(4) {
  transform: translateY(2.2rem);
}

.category-card:nth-child(3) {
  transform: translateY(-1.5rem);
}

.italian-section .container,
.day-night-section .container,
.contact-section .container {
  position: relative;
  z-index: 1;
}

.italian-section::before,
.people-section::before,
.contact-section::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 36vw;
  height: 36vw;
  background: radial-gradient(circle, rgba(176, 122, 74, 0.12), transparent 70%);
  pointer-events: none;
  filter: blur(12px);
}

.people-gallery .image-frame:first-child {
  transform: translateY(1rem);
}

.people-gallery .image-frame:last-child {
  margin-inline-start: 1rem;
}

.atmosphere-section {
  overflow: hidden;
  padding-top: clamp(4rem, 6vw, 5.8rem);
}

.carousel-shell {
  margin-top: 2.2rem;
}

.events-section {
  padding-bottom: clamp(4rem, 6vw, 5.8rem);
}

.carousel-card:nth-child(2),
.carousel-card:nth-child(4) {
  transform: translateY(2.2rem);
}

.coming-soon-card {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(243, 231, 216, 0.78));
}

.contact-card,
.map-card {
  box-shadow: var(--shadow-editorial);
}

.contact-card {
  padding: 2rem;
}

.map-card {
  min-height: 520px;
}

.floating-mobile-actions {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 85;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 0.75rem;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(250, 247, 242, 0), rgba(250, 247, 242, 0.96) 34%);
  backdrop-filter: blur(10px);
}

.mobile-action {
  min-height: 56px;
  font-size: 17px;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
}

.mobile-action.primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: var(--white);
}

.mobile-action.secondary {
  background: var(--dark);
  color: var(--white);
}

.lightbox {
  border: 0;
  padding: 0;
  background: transparent;
  max-width: min(92vw, 1000px);
}

.lightbox::backdrop {
  background: rgba(10, 10, 10, 0.9);
}

.lightbox-image {
  max-width: min(92vw, 1000px);
  max-height: 84vh;
  object-fit: contain;
  border-radius: 24px;
}

.lightbox-close {
  position: absolute;
  top: 0.8rem;
  inset-inline-end: 0.8rem;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
  font-size: 1.8rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 720px) {
  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 44px;
  }

  .hero-info,
  .highlight-grid,
  .timeline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .masonry-gallery {
    columns: 2;
  }

  .contact-grid {
    grid-template-columns: 1fr 1.2fr;
  }

  .atmosphere-carousel {
    grid-auto-columns: 38%;
  }

  .carousel-card {
    height: 360px;
  }

  .instagram-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .people-gallery {
    grid-template-columns: 0.95fr 1.05fr;
  }

  .people-gallery .image-frame {
    min-height: 220px;
  }

  .people-gallery .image-frame img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }
}

@media (min-width: 960px) {
  .menu-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    order: 1;
    margin-inline-end: auto;
    flex-direction: row;
    align-items: center;
    gap: 42px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
  }

  .site-nav a {
    padding: 0;
  }

  .split-grid,
  .italian-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .highlight-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .features-grid {
    grid-template-columns: repeat(3, minmax(220px, 240px));
  }

  .timeline-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .masonry-gallery {
    columns: 3;
  }

  .people-gallery {
    grid-template-columns: repeat(2, minmax(340px, 380px));
    gap: 1.7rem;
    justify-content: start;
  }

  .people-gallery .image-frame {
    width: 100%;
    min-height: 236px;
    padding: 0.55rem;
  }

  .people-gallery .image-frame img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    min-height: 220px;
    object-fit: cover;
  }

  .atmosphere-carousel {
    grid-auto-columns: calc((100% - 3rem) / 4);
    gap: 1rem;
    padding-inline: 0;
    overflow-x: hidden;
  }

  .intro-section .split-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .events-section .split-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }

  .people-section .split-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  .contact-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }

  .floating-mobile-actions {
    inset-inline-end: 1rem;
    inset-inline-start: auto;
    width: 370px;
    bottom: 1rem;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
  }
}

@media (max-width: 959px) {
  .brand {
    order: 2;
    margin-inline-start: auto;
  }

  .menu-toggle {
    order: 1;
  }

  .events-section {
    padding-bottom: 3.5rem;
  }

  .atmosphere-section {
    padding-top: 3.2rem;
  }

  .italian-section {
    padding-top: 3.6rem;
    padding-bottom: 3.8rem;
  }

  .italian-grid {
    gap: 1.5rem;
  }

  .italian-copy h2 {
    font-size: clamp(36px, 7vw, 42px);
    max-width: 10ch;
    margin-bottom: 0.8rem;
  }

  .italian-copy p {
    font-size: 16px;
    line-height: 1.75;
  }

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

  .feature-chip {
    min-height: 98px;
    padding: 0.95rem 1rem;
    font-size: 17px;
  }

  .feature-chip .ui-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .people-section {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .people-section .split-grid {
    gap: 1.6rem;
  }

  .site-nav {
    gap: 32px;
  }

  .highlights-section {
    margin-top: 0;
    padding: 45px 0;
  }

  .highlights-section .highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }

  .highlight-card {
    min-height: 260px;
    aspect-ratio: 1 / 1;
    justify-content: start;
    gap: 0;
    padding: 1.35rem 1rem 1.2rem;
    border: 1px solid #e8e1d8;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 45px rgba(31, 31, 31, 0.06);
    text-align: center;
    max-width: none;
  }

  .highlight-card strong {
    font-size: 22px;
    margin-top: 18px;
  }

  .highlight-description,
  .highlight-card p {
    max-width: 15ch;
    font-size: 15.5px;
  }

  .highlight-icon {
    width: 76px;
    height: 76px;
  }

  .highlight-icon .ui-icon {
    width: 28px;
    height: 28px;
  }

  .brand-logo {
    max-height: 44px;
  }

  body {
    font-size: 18px;
    line-height: 1.8;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 22px;
  }

  .hero-support {
    font-size: 22px;
  }

  .btn {
    min-height: 56px;
    padding: 16px 28px;
    font-size: 17px;
  }

  .highlight-card:nth-child(n),
  .category-card:nth-child(n),
  .carousel-card:nth-child(n),
  .people-gallery .image-frame:first-child,
  .people-gallery .image-frame:last-child,
  .image-collage .offset {
    transform: none;
    margin-inline-start: 0;
  }

  .section-heading,
  .section-copy,
  .italian-copy,
  .contact-card,
  .coming-soon-card {
    max-width: 100%;
  }

  .hero-text,
  .hero-support,
  .gallery-intro-section .section-heading p,
  .gallery-intro-section .section-heading h2,
  .gallery-intro-section .section-heading > p:last-of-type {
    max-width: 100%;
  }

  .social-icon {
    width: 76px;
    height: 76px;
  }

  .social-icon svg {
    width: 32px;
    height: 32px;
  }

  .reviews-trustline {
    gap: 0.65rem;
  }

}

@media (max-width: 768px) {
  .footer-socials {
    gap: 10px;
  }

  .accessibility-widget {
    left: 20px;
  }

  .accessibility-panel {
    left: 16px;
    right: 16px;
    width: auto;
  }

  .accessibility-panel-head h2 {
    font-size: 1.2rem;
  }

  .accessibility-action {
    min-height: 48px;
    padding: 0.75rem 0.7rem;
    font-size: 0.95rem;
  }

  .hero-content {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    text-align: center;
  }

  .hero-info,
  .hero-actions {
    justify-content: center;
  }

  .events-section {
    padding-bottom: 2.8rem;
  }

  .atmosphere-section {
    padding-top: 2.6rem;
  }

  .carousel-shell {
    margin-top: 1.5rem;
  }

  .italian-section {
    padding-top: 2.9rem;
    padding-bottom: 3.1rem;
  }

  .italian-grid {
    gap: 1.25rem;
  }

  .italian-copy {
    text-align: center;
    margin-inline: auto;
  }

  .italian-copy h2 {
    margin-inline: auto;
  }

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

  .feature-chip {
    min-height: 94px;
    padding: 0.85rem 0.95rem;
    justify-content: center;
    gap: 0.65rem;
    text-align: center;
    font-size: 16px;
    line-height: 1.35;
  }

  .feature-chip .ui-icon {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }

  .people-section {
    padding-top: 2.2rem;
    padding-bottom: 3rem;
  }

  .people-section .split-grid {
    gap: 1.2rem;
  }

  .people-gallery .image-frame img {
    aspect-ratio: auto;
    height: 100%;
  }

  .atmosphere-carousel {
    grid-auto-columns: 72%;
    padding-inline: 0.2rem;
  }

  .carousel-card {
    height: 300px;
  }

  .pizza-strip-banner {
    height: 480px;
  }

  .pizza-strip-content {
    padding: 1.35rem;
    gap: 0.8rem;
  }

  .pizza-strip-content h2 {
    max-width: 320px;
    font-size: clamp(32px, 8.4vw, 38px);
  }

  .pizza-strip-cta {
    min-width: 12.4rem;
    font-size: 16px;
  }

  .reviews-grid {
    display: flex;
    overflow-x: auto;
    gap: 18px;
    scroll-snap-type: x mandatory;
    padding-inline: 24px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background: transparent;
  }

  .reviews-grid::-webkit-scrollbar {
    display: none;
  }

  .review-card {
    min-width: 82vw;
    scroll-snap-align: center;
  }

  .reviews-dots {
    display: flex;
  }

  .footer-legal-links {
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 0.45rem;
  }

  .legal-page-topbar {
    padding-top: 1rem;
  }

  .legal-page-topbar-inner {
    flex-direction: column;
    align-items: center;
  }

  .legal-page-brand img {
    max-height: 50px;
  }

  .legal-page-hero {
    padding-top: 1rem;
    padding-bottom: 0.75rem;
  }

  .legal-page-hero-inner {
    text-align: center;
  }

  .legal-page-card {
    border-radius: 24px;
    padding: 1.35rem 1.15rem;
  }

  .legal-page-card h2 {
    margin-top: 1.5rem;
  }

  .site-footer-legal-page {
    padding-bottom: 6rem;
  }
}

@media (max-width: 560px) {
  .accessibility-panel {
    padding: 1rem;
    border-radius: 20px;
  }

  .accessibility-actions {
    grid-template-columns: 1fr;
  }

  .highlights-section .highlight-grid {
    grid-template-columns: 1fr;
  }

  .map-card {
    min-height: 380px;
  }

  .highlight-card {
    padding: 1.35rem 1rem 1.15rem;
  }

  .highlight-card strong {
    font-size: 1.45rem;
  }

  .highlight-card p {
    max-width: 100%;
  }

  .header-inner {
    min-height: 72px;
    height: 72px;
  }

  .brand-logo {
    max-height: 40px;
  }
}

@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .container,
  .gallery-intro-section .container,
  .atmosphere-section .container,
  .instagram-section .container,
  .highlights-section .container,
  .italian-section .container,
  .day-night-section .container,
  .contact-section .container {
    width: min(100% - 32px, 640px);
    margin-inline: auto;
  }

  .section,
  .section-heading,
  .section-heading.center,
  .section-copy,
  .italian-copy,
  .contact-card,
  .coming-soon-card,
  .final-cta-content,
  .legal-page-hero-inner {
    text-align: center;
    margin-inline: auto;
  }

  .section-copy p,
  .italian-copy p,
  .contact-card li,
  .coming-soon-card p,
  .section-heading p,
  .gallery-intro-section .section-heading p,
  .gallery-intro-section .section-heading h2,
  .gallery-intro-section .section-heading > p:last-of-type {
    margin-inline: auto;
  }

  .hero-content {
    width: min(100% - 32px, 640px);
    max-width: 640px;
    margin-inline: auto;
    align-items: center;
    text-align: center;
  }

  .hero-content > *,
  .hero-text,
  .hero-support {
    margin-inline: auto;
  }

  .hero-info {
    width: 100%;
    max-width: 520px;
    margin-inline: auto;
    justify-content: center;
    justify-items: center;
  }

  .hero-info div {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-actions,
  .final-cta-content .hero-actions {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
  }

  .btn,
  .nav-cta,
  .pizza-strip-cta {
    margin-inline: auto;
  }

  .split-grid,
  .italian-grid,
  .contact-grid,
  .highlight-grid,
  .timeline-grid,
  .category-grid,
  .instagram-grid,
  .features-grid,
  .people-gallery {
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin-inline: auto;
  }

  .timeline-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
  }

  .timeline-card {
    width: calc(100vw - 80px);
    max-width: 320px;
    min-width: 0;
    min-height: 140px;
    height: auto;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .timeline-card strong,
  .timeline-card span {
    max-width: 100%;
    text-align: center;
    overflow-wrap: normal;
  }

  .highlight-card,
  .category-card,
  .timeline-card,
  .feature-chip,
  .contact-card,
  .map-card,
  .masonry-item,
  .review-card,
  .image-frame,
  .carousel-card {
    margin-inline: auto;
  }

  .masonry-gallery {
    width: 100%;
    margin-inline: auto;
    justify-items: center;
  }

  .masonry-item,
  .gallery-card,
  .food-card {
    width: 100%;
  }

  .carousel-shell {
    width: 100%;
    margin-inline: auto;
    overflow: hidden;
  }

  .atmosphere-carousel {
    width: 100%;
    padding-inline: 16px;
    scroll-padding-inline: 16px;
  }

  .carousel-card {
    scroll-snap-align: center;
  }

  .reviews-grid {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: 9vw;
    scroll-padding-inline: 9vw;
    justify-content: flex-start;
  }

  .review-card {
    min-width: 82vw;
    max-width: 82vw;
  }

  .reviews-dots {
    justify-content: center;
  }

  .site-footer {
    padding-inline: 0;
  }

  .footer-inner {
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }

  .footer-inner > div,
  .footer-legal-links,
  .footer-socials {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    text-align: center;
  }

  .footer-socials {
    gap: 10px;
    margin-top: 0;
  }

  .social-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }

  .social-icon svg,
  .social-icon-whatsapp svg {
    width: 22px;
    height: 22px;
  }

  .floating-mobile-actions {
    inset-inline: 16px;
    width: auto;
  }

  .accessibility-widget {
    left: 14px;
    top: 50%;
    transform: none;
    z-index: 999999;
  }

  .accessibility-trigger {
    transform: translateY(-50%);
  }

  .accessibility-trigger:hover,
  .accessibility-trigger:focus-visible {
    transform: translateY(-50%) scale(1.05);
  }

  .accessibility-trigger svg {
    width: 26px;
    height: 26px;
  }

  .accessibility-trigger img {
    width: 28px;
    height: 28px;
  }

  .accessibility-panel {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    max-width: none;
    min-width: 0;
    max-height: 80vh;
    padding: 20px;
    overflow-y: auto;
    z-index: 999999;
  }

  .accessibility-panel button,
  .accessibility-action {
    width: 100%;
    min-height: 44px;
    white-space: normal;
    text-align: right;
  }

  .accessibility-actions {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .accessibility-panel,
  .accessibility-panel * {
    word-break: normal;
    overflow-wrap: normal;
  }
}

@media (max-width: 374px) {
  .timeline-card {
    width: calc(100vw - 56px);
    max-width: 304px;
    height: auto;
    min-width: 0;
    min-height: 140px;
  }

  .timeline-card strong,
  .timeline-card span {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .image-break {
    background-attachment: scroll;
  }
}
