/* ROMA70 Summer Village — tema tropicale */
:root {
  --coral: #ff6d3a;
  --amber: #ffa85b;
  --cream: #ffe0b0;
  --teal: #1aa6b7;
  --deep: #07575b;
  --white: #ffffff;
  --text: #0a3a3e;
  --text-muted: #3d6b6f;
  --shadow: 0 12px 40px rgba(7, 87, 91, 0.12);
  --radius: 16px;
  --radius-pill: 999px;
  --font-body: 'Outfit', system-ui, sans-serif;
  --font-display: 'Fraunces', Georgia, serif;
  --header-h: 72px;
  --transition: 0.25s ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.a11y-reduce-motion,
html.no-motion { scroll-behavior: auto; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--cream);
}

body.a11y-high-contrast {
  --cream: #fff;
  --text: #000;
  --text-muted: #222;
  --coral: #c44a00;
  --teal: #006d7a;
}

body.a11y-font-lg { font-size: 1.2rem; }
body.a11y-font-xl { font-size: 1.35rem; }
body.a11y-font-sm { font-size: 0.95rem; }

img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); }
a:hover { color: var(--coral); }

h1, h2, h3 {
  font-family: var(--font-display);
  line-height: 1.15;
  color: var(--deep);
}

.container {
  width: min(1140px, 92vw);
  margin-inline: auto;
}

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

.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 9999;
  padding: 0.75rem 1rem;
  background: var(--deep);
  color: var(--white);
  border-radius: 8px;
}
.skip-link:focus { top: 1rem; }

/* Brush / wave dividers — bordi organici tra sezioni */
.wave-divider {
  --wave-h: 76px;
  height: var(--wave-h);
  position: relative;
  pointer-events: none;
  line-height: 0;
  overflow: hidden;
}
.wave-divider::before,
.wave-divider::after {
  content: '';
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: 110% 100%;
  background-position: center bottom;
}
.wave-divider::after {
  opacity: 0.42;
  transform: translateY(5px) scaleY(0.92);
}
.wave-divider--bottom {
  margin-bottom: -1px;
}
.wave-divider--top {
  transform: rotate(180deg);
  margin-top: -1px;
}
.wave-divider--animate::before {
  animation: wave-drift 14s ease-in-out infinite alternate;
}
.wave-divider--animate::after {
  animation: wave-drift 18s ease-in-out infinite alternate-reverse;
}

@keyframes wave-drift {
  from { background-position: 0% bottom; }
  to { background-position: 8% bottom; }
}

/* Transizioni verso il colore della sezione sottostante */
.wave-divider--to-cream::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 76' preserveAspectRatio='none'%3E%3Cpath fill='%23ffe0b0' d='M0,42 C95,8 210,68 340,36 C470,4 580,58 720,28 C860,58 1020,12 1140,40 C1170,48 1200,52 1200,52 L1200,76 L0,76 Z'/%3E%3C/svg%3E");
}
.wave-divider--to-cream::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 76' preserveAspectRatio='none'%3E%3Cpath fill='%23ffa85b' opacity='0.35' d='M0,48 C120,72 280,20 440,44 C600,68 760,24 920,48 C1040,64 1120,56 1200,60 L1200,76 L0,76 Z'/%3E%3C/svg%3E");
}
.wave-divider--to-white::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 76' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,38 C140,62 260,14 400,34 C540,54 680,18 820,42 C960,66 1080,30 1200,46 L1200,76 L0,76 Z'/%3E%3C/svg%3E");
}
.wave-divider--to-white::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 76' preserveAspectRatio='none'%3E%3Cpath fill='%23ffe0b0' opacity='0.5' d='M0,52 C180,24 320,64 500,40 C680,16 860,56 1040,36 C1120,28 1180,44 1200,48 L1200,76 L0,76 Z'/%3E%3C/svg%3E");
}
.wave-divider--to-teal-light::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 76' preserveAspectRatio='none'%3E%3Cpath fill='%23e8f7f8' d='M0,44 C160,12 300,60 480,32 C660,4 820,54 1000,26 C1100,14 1160,36 1200,42 L1200,76 L0,76 Z'/%3E%3C/svg%3E");
}
.wave-divider--to-teal-light::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 76' preserveAspectRatio='none'%3E%3Cpath fill='%231aa6b7' opacity='0.2' d='M0,50 C200,70 380,22 560,46 C740,70 920,28 1100,52 C1150,58 1180,62 1200,64 L1200,76 L0,76 Z'/%3E%3C/svg%3E");
}
.wave-divider--to-teal::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 76' preserveAspectRatio='none'%3E%3Cpath fill='%231aa6b7' d='M0,40 C130,64 270,16 420,38 C570,60 720,20 880,44 C1000,60 1100,32 1200,48 L1200,76 L0,76 Z'/%3E%3C/svg%3E");
}
.wave-divider--to-teal::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 76' preserveAspectRatio='none'%3E%3Cpath fill='%23ff6d3a' opacity='0.25' d='M0,54 C220,26 400,66 600,42 C800,18 980,58 1200,36 L1200,76 L0,76 Z'/%3E%3C/svg%3E");
}
.wave-divider--to-deep::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 76' preserveAspectRatio='none'%3E%3Cpath fill='%2307575b' d='M0,36 C180,8 360,56 540,30 C720,4 900,50 1080,28 C1140,20 1180,32 1200,38 L1200,76 L0,76 Z'/%3E%3C/svg%3E");
}
.wave-divider--to-deep::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 76' preserveAspectRatio='none'%3E%3Cpath fill='%231aa6b7' opacity='0.35' d='M0,48 C240,68 420,20 640,44 C860,68 1040,30 1200,52 L1200,76 L0,76 Z'/%3E%3C/svg%3E");
}
.wave-divider--to-cta::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 76' preserveAspectRatio='none'%3E%3Cpath fill='%2307575b' d='M0,42 C150,10 310,58 470,34 C630,10 790,54 950,30 C1070,14 1140,38 1200,44 L1200,76 L0,76 Z'/%3E%3C/svg%3E");
}
.wave-divider--to-cta::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 76' preserveAspectRatio='none'%3E%3Cpath fill='%23ff6d3a' opacity='0.3' d='M0,56 C200,28 420,64 620,40 C820,16 1000,52 1200,34 L1200,76 L0,76 Z'/%3E%3C/svg%3E");
}

/* Alias retrocompatibilità */
.wave-divider--cream::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 76' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0,38 C140,62 260,14 400,34 C540,54 680,18 820,42 C960,66 1080,30 1200,46 L1200,76 L0,76 Z'/%3E%3C/svg%3E"); }
.wave-divider--cream::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 76' preserveAspectRatio='none'%3E%3Cpath fill='%23ffe0b0' opacity='0.5' d='M0,52 C180,24 320,64 500,40 C680,16 860,56 1040,36 C1120,28 1180,44 1200,48 L1200,76 L0,76 Z'/%3E%3C/svg%3E"); }
.wave-divider--teal-light::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 76' preserveAspectRatio='none'%3E%3Cpath fill='%23e8f7f8' d='M0,44 C160,12 300,60 480,32 C660,4 820,54 1000,26 C1100,14 1160,36 1200,42 L1200,76 L0,76 Z'/%3E%3C/svg%3E"); }
.wave-divider--teal-light::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 76' preserveAspectRatio='none'%3E%3Cpath fill='%231aa6b7' opacity='0.2' d='M0,50 C200,70 380,22 560,46 C740,70 920,28 1100,52 C1150,58 1180,62 1200,64 L1200,76 L0,76 Z'/%3E%3C/svg%3E"); }
.wave-divider--teal::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 76' preserveAspectRatio='none'%3E%3Cpath fill='%2307575b' d='M0,36 C180,8 360,56 540,30 C720,4 900,50 1080,28 C1140,20 1180,32 1200,38 L1200,0 L0,0 Z'/%3E%3C/svg%3E"); }
.wave-divider--teal::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 76' preserveAspectRatio='none'%3E%3Cpath fill='%231aa6b7' opacity='0.35' d='M0,12 C240,32 420,4 640,20 C860,36 1040,8 1200,20 L1200,0 L0,0 Z'/%3E%3C/svg%3E"); }

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: rgba(7, 87, 91, 0.88);
  backdrop-filter: blur(8px);
  transition: background var(--transition);
}
.page-home .site-header { background: rgba(7, 87, 91, 0.72); }
.site-header.is-scrolled { background: rgba(7, 87, 91, 0.96); }

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 1rem;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--white);
}
.site-logo__img {
  display: block;
  height: auto;
  max-height: 56px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
}
.site-logo__img--footer {
  max-height: 120px;
  max-width: 120px;
}
.site-logo__mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--coral), var(--amber));
  font-weight: 700;
  font-size: 1rem;
  color: var(--white);
}
.site-logo__mark--lg { width: 56px; height: 56px; font-size: 1.2rem; }
.site-logo__text { display: flex; flex-direction: column; line-height: 1.1; }
.site-logo__text strong { font-size: 1rem; letter-spacing: 0.04em; }
.site-logo__text small { font-size: 0.72rem; opacity: 0.85; }

.main-nav__list {
  display: flex;
  gap: 0.25rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav a {
  color: var(--white);
  text-decoration: none;
  font-weight: 500;
  padding: 0.35rem 0;
  border-bottom: 2px solid transparent;
}
.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--cream);
  border-bottom-color: var(--amber);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}
.nav-toggle__bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
}

/* Hero slider */
.hero-slider {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
  pointer-events: none;
}
.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.hero-slide__bg {
  position: absolute;
  inset: 0;
  background: var(--hero-bg) center/cover no-repeat,
    linear-gradient(135deg, var(--teal) 0%, var(--deep) 50%, var(--coral) 100%);
}
.hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,87,91,0.35) 0%, rgba(7,87,91,0.72) 100%);
}
.hero-slide__content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: calc(var(--header-h) + 2rem) 1rem 3rem;
}
.hero-slide__content h1 {
  color: var(--white);
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin: 0 0 0.75rem;
  text-shadow: 0 4px 24px rgba(0,0,0,0.25);
}
.hero-slide__content p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  max-width: 36ch;
  margin: 0 auto 1.5rem;
  opacity: 0.95;
}

.hero-slider__dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 5;
}
.hero-slider__dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--white);
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.hero-slider__dots button[aria-selected="true"] {
  background: var(--amber);
  border-color: var(--amber);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-pill);
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}
.btn:hover { transform: translateY(-2px); }
.btn--primary {
  background: linear-gradient(135deg, var(--coral), var(--amber));
  color: var(--white);
  box-shadow: 0 8px 24px rgba(255, 109, 58, 0.35);
}
.btn--secondary {
  background: var(--white);
  color: var(--deep);
}
.btn--outline {
  background: transparent;
  border-color: var(--teal);
  color: var(--teal);
}
.btn--ghost {
  background: transparent;
  color: var(--deep);
  border-color: rgba(7,87,91,0.2);
}
.btn--block { width: 100%; }
.btn--sm { padding: 0.4rem 0.9rem; font-size: 0.9rem; }

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* Sections */
.section { padding: 4rem 0; position: relative; }
.section--cream { background: var(--cream); }
.section--white { background: var(--white); }
.section--teal-light { background: #e8f7f8; }
.section--cta {
  background: linear-gradient(135deg, var(--deep), var(--teal));
  color: var(--white);
  padding-top: 5rem;
}
.section--cta h2 { color: var(--white); }
.section--cta p { opacity: 0.9; }

/* Scroll reveal (disattivato con reduce-motion / a11y) */
.reveal {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
.reveal-stagger > .reveal-child {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal-stagger.is-visible > .reveal-child {
  opacity: 1;
  transform: none;
}
.reveal-stagger.is-visible > .reveal-child:nth-child(1) { transition-delay: 0.05s; }
.reveal-stagger.is-visible > .reveal-child:nth-child(2) { transition-delay: 0.12s; }
.reveal-stagger.is-visible > .reveal-child:nth-child(3) { transition-delay: 0.19s; }
.reveal-stagger.is-visible > .reveal-child:nth-child(4) { transition-delay: 0.26s; }
.reveal-stagger.is-visible > .reveal-child:nth-child(5) { transition-delay: 0.33s; }
.reveal-stagger.is-visible > .reveal-child:nth-child(6) { transition-delay: 0.4s; }

.no-motion .reveal,
.no-motion .reveal-stagger > .reveal-child {
  opacity: 1;
  transform: none;
  transition: none;
}

.section__title { margin-bottom: 2rem; }
.text-center { text-align: center; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--coral);
  margin-bottom: 0.5rem;
}
.lead { font-size: 1.15rem; color: var(--text-muted); max-width: 52ch; margin-inline: auto; }

/* Cards */
.card-grid {
  display: grid;
  gap: 1.5rem;
}
.card-grid--3 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition);
}
.card:hover { transform: translateY(-4px); }
.card__image {
  height: 220px;
  background: center/cover no-repeat;
  background-color: var(--teal);
}
.card__body { padding: 1.25rem; }
.card__body h3 { margin: 0 0 0.5rem; font-size: 1.25rem; }
.card--event time {
  display: block;
  font-size: 0.85rem;
  color: var(--coral);
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.link-arrow {
  font-weight: 600;
  text-decoration: none;
}
.link-arrow::after { content: ' →'; }

.cta-banner {
  text-align: center;
  padding: 2rem 0;
}

/* Page hero (inner pages) */
.page-hero {
  padding: calc(var(--header-h) + 3rem) 0 2.5rem;
  background: linear-gradient(160deg, var(--deep) 0%, var(--teal) 100%);
  color: var(--white);
}
.page-hero h1 { color: var(--white); margin: 0.25rem 0; }
.page-hero .eyebrow { color: var(--amber); }
.page-hero .lead { color: rgba(255,255,255,0.9); }
.page-hero--menu {
  position: relative;
  background: linear-gradient(160deg, var(--deep) 0%, var(--teal) 100%);
}
.page-hero--menu::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--page-hero-bg) center/cover no-repeat;
  opacity: 0.35;
}
.page-hero--menu .container { position: relative; z-index: 1; }

/* Menu */
.menu-category {
  margin-bottom: 3rem;
  scroll-margin-top: var(--menu-sticky-offset, calc(var(--header-h) + 3.25rem));
}
.menu-category__title {
  font-size: 1.75rem;
  border-bottom: 3px solid var(--amber);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.menu-category__subtitle {
  color: var(--teal-dark);
  opacity: 0.85;
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
}
.menu-service-note {
  margin-top: 0.75rem;
  font-weight: 600;
  color: var(--amber-dark, var(--amber));
}
.menu-list { list-style: none; margin: 0; padding: 0; }
.menu-item {
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(7,87,91,0.1);
}
.menu-item__image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
}
.menu-item__content { flex: 1; }
.menu-item__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  flex-wrap: wrap;
}
.menu-item__header h3 { margin: 0; font-size: 1.2rem; }
.menu-item__price {
  font-weight: 700;
  color: var(--coral);
  white-space: nowrap;
}
.menu-item__desc { margin: 0.35rem 0; color: var(--text-muted); }
.menu-item__allergens {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.5rem;
}
.allergen-icon img {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: transparent;
  object-fit: contain;
}

.allergen-legend__credit {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0 0 0.75rem;
}
.allergen-legend__credit a { color: var(--teal); }

.allergen-legend {
  margin-top: 3rem;
  padding: 1.5rem;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.allergen-legend__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.5rem 1rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.allergen-legend__list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}

/* Booking */
.booking-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.5rem;
  align-items: start;
}
.booking-form-wrap {
  background: var(--white);
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.form-row { margin-bottom: 1rem; }
.form-row--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-row label { display: block; font-weight: 500; margin-bottom: 0.35rem; }
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(7,87,91,0.2);
  border-radius: 10px;
  font-family: inherit;
  font-size: 1rem;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}
.form-hint { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.75rem; }
.hours-list { margin: 0; }
.hours-list dt { font-weight: 600; margin-top: 0.75rem; }
.hours-list dd { margin: 0.15rem 0 0; color: var(--text-muted); }

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.contact-card {
  background: var(--white);
  padding: 1.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.contact-card--map { grid-column: 1 / -1; }
.map-placeholder {
  min-height: 220px;
  background: linear-gradient(135deg, #e8f7f8, var(--cream));
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--text-muted);
}

/* Footer */
.site-footer {
  background: var(--deep);
  color: var(--white);
  position: relative;
}
.site-footer__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  padding: 3rem 0 2rem;
}
.site-footer h2, .site-footer h3 { color: var(--white); font-size: 1rem; }
.site-footer a { color: var(--cream); text-decoration: none; }
.site-footer a:hover { color: var(--amber); }
.site-footer__logo {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
.social-links {
  display: flex;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-links--icons {
  gap: 0.65rem;
  margin-top: 0.25rem;
}
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 224, 176, 0.4);
  border-radius: 50%;
  color: var(--cream);
  transition: background var(--transition), border-color var(--transition), color var(--transition), transform var(--transition);
}
.social-link:hover,
.social-link:focus-visible {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--white);
  transform: translateY(-2px);
}
.social-link:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
}
.social-link svg {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
}
.social-links a:not(.social-link) {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: var(--radius-pill);
  font-size: 0.9rem;
}
.social-links--vertical { flex-direction: column; align-items: flex-start; }
.social-links--vertical.social-links--icons { align-items: center; flex-direction: row; flex-wrap: wrap; }
.contact-card .social-link {
  color: var(--deep);
  border-color: rgba(7, 87, 91, 0.22);
}
.contact-card .social-link:hover,
.contact-card .social-link:focus-visible {
  color: var(--white);
}
.site-footer__nav ul,
.site-footer__contact p { margin: 0.25rem 0; padding: 0; list-style: none; }
.site-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 1rem 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.85rem;
  opacity: 0.85;
}

/* Cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background: var(--white);
  box-shadow: 0 -8px 32px rgba(0,0,0,0.15);
  padding: 1.25rem;
}
.cookie-banner[hidden] { display: none; }
.cookie-banner__inner { max-width: 720px; margin: 0 auto; }
.cookie-banner h2 { margin: 0 0 0.5rem; font-size: 1.1rem; }
.cookie-banner p { margin: 0 0 1rem; font-size: 0.95rem; color: var(--text-muted); }
.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cookie-preferences {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(7,87,91,0.1);
}
.cookie-preferences label { display: block; margin: 0.35rem 0; }

/* Accessibility toolbar */
.a11y-toolbar {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 400;
}
.a11y-toolbar__toggle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: var(--deep);
  color: var(--white);
  cursor: pointer;
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
}
.a11y-panel {
  position: absolute;
  bottom: 56px;
  right: 0;
  width: 200px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.a11y-panel[hidden] { display: none; }
.a11y-panel__title {
  font-weight: 700;
  font-size: 0.85rem;
  margin: 0 0 0.25rem;
  color: var(--deep);
}
.a11y-panel button {
  text-align: left;
  padding: 0.5rem;
  border: 1px solid rgba(7,87,91,0.15);
  border-radius: 8px;
  background: var(--cream);
  cursor: pointer;
  font-family: inherit;
  font-size: 0.85rem;
}
.a11y-panel button:hover { background: var(--amber); color: var(--white); }

/* Responsive */
@media (max-width: 900px) {
  .site-footer__inner { grid-template-columns: 1fr; }
  .booking-grid { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed;
    inset: 0;
    background: rgba(7, 87, 91, 0.97);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--transition), visibility var(--transition);
  }
  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .main-nav__list {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
  }
  .main-nav a { font-size: 1.35rem; }
  .form-row--2 { grid-template-columns: 1fr; }
  .menu-item { flex-direction: column; }
  .cookie-banner__actions { flex-direction: column; }
  .cookie-banner__actions .btn { width: 100%; }
  .a11y-toolbar { bottom: 5.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .hero-slide { transition: none; }
  .wave-divider--animate::before,
  .wave-divider--animate::after {
    animation: none !important;
  }
}

body.a11y-reduce-motion .wave-divider--animate::before,
body.a11y-reduce-motion .wave-divider--animate::after {
  animation: none !important;
}

/* Hero slide titles (non-first) */
.hero-slide__title {
  color: var(--white);
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin: 0 0 0.75rem;
  text-shadow: 0 4px 24px rgba(0,0,0,0.25);
}

/* Menu — barra categorie sotto header */
.page-menu {
  scroll-padding-top: var(--menu-sticky-offset, calc(var(--header-h) + 3.25rem));
}

.menu-section {
  padding-top: 0;
}

.menu-nav-bar {
  position: sticky;
  top: var(--header-h, 72px);
  z-index: 150;
  width: 100%;
  background: rgba(255, 224, 176, 0.97);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid rgba(7, 87, 91, 0.12);
  box-shadow: 0 4px 16px rgba(7, 87, 91, 0.1);
}

.menu-nav {
  padding: 0.65rem 0;
  margin: 0;
}

.menu-nav__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0.25rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--teal) transparent;
}

.menu-nav__list::-webkit-scrollbar {
  height: 4px;
}

.menu-nav__list::-webkit-scrollbar-thumb {
  background: var(--teal);
  border-radius: 4px;
}

.menu-section__content {
  padding-top: 1.5rem;
}

.menu-nav__list a {
  display: inline-block;
  flex-shrink: 0;
  padding: 0.45rem 1rem;
  border-radius: var(--radius-pill);
  background: var(--white);
  color: var(--deep);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  border: 1px solid rgba(7, 87, 91, 0.12);
  white-space: nowrap;
}

.menu-nav__list a:hover,
.menu-nav__list a:focus-visible {
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
}

@media (min-width: 900px) {
  .menu-nav__list {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
  }

  .menu-nav__list a {
    font-size: 0.9rem;
  }
}

/* Booking feedback */
.booking-feedback {
  padding: 0.85rem 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  font-weight: 500;
}
.booking-feedback--success {
  background: #e8f7f0;
  color: #0d5c3a;
  border: 1px solid #b8e6d0;
}
.booking-feedback--error {
  background: #fff0ee;
  color: #8b2e1f;
  border: 1px solid #f5c4bc;
}

.btn--whatsapp {
  background: #25d366;
  color: var(--white);
  border: none;
}
.btn--whatsapp:hover {
  background: #1ebe57;
  color: var(--white);
}

/* Map embed */
.map-embed {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e8f7f8;
}
.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Legal / error pages */
.legal-content { max-width: 720px; }
.legal-content h2 { margin-top: 2rem; }
.page-hero--error .lead { max-width: 40ch; margin-inline: auto; }

/* Focus visible */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 2px;
}

body.nav-open { overflow: hidden; }

/* Footer tablet */
@media (min-width: 783px) and (max-width: 1024px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer__brand { grid-column: 1 / -1; }
}

html.no-motion .hero-slide { transition: none; }
