/* Osteria Carducci — stile del sito
   Palette testa di moro, giochi tone sur tone. */

:root {
  --brown-deep: #130D0B;
  --brown: #1A1310;
  --cuoio: #8C6A4A;
  --cuoio-light: #C7A87F;
  --brass: #E9DB93;
  --brass-hi: #EBD8BC;
  --cream: #F8EFE2;
  --text: #F6EEE5;
  --text-soft: #ECE0D0;
  --text-mute: #D9CAB6;
  --text-dim: #CFC0AC;
  --hair: rgba(233, 219, 147, .20);
  --hair-strong: rgba(233, 219, 147, .34);
  --focus: #E0C9A9;
  --danger: #F0B79A;
  --display: 'Tenor Sans', 'Times New Roman', serif;
  --body: 'Cormorant Garamond', Georgia, serif;
}

* { box-sizing: border-box; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--brown);
  color: var(--text);
  font-family: var(--body);
  font-size: 20px;
  line-height: 1.85;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }

a { color: var(--brass); text-decoration: none; transition: color .25s ease; }
a:hover { color: #F4E7D4; }

::selection { background: var(--cuoio); color: #FBF6EF; }

input, button { font: inherit; }

/* ---------- tipografia ---------- */

.h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: .01em;
  color: var(--cream);
  text-wrap: pretty;
}

.h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 26px;
  font-weight: 400;
  color: #FAF1E4;
}

.kicker {
  margin: 0;
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--cuoio-light);
}
.kicker--wide { letter-spacing: .24em; color: #E9DB93; }
.kicker--sm { letter-spacing: .18em; }

.prose {
  margin: 0;
  max-width: 44ch;
  color: var(--text-soft);
  text-wrap: pretty;
}
.prose--muted { color: var(--text-mute); }
.prose--card { font-size: 19px; line-height: 1.7; color: #E8DCCB; }
.prose--small { font-size: 19px; line-height: 1.75; color: var(--text-dim); max-width: 30ch; }
.prose--light { color: var(--text); font-size: 20px; line-height: 1.75; }

.rule { display: block; width: 54px; height: 1px; background: var(--cuoio); }

.link-caps {
  display: inline-block;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: .18em;
  -webkit-text-stroke: .35px currentColor;
  text-transform: uppercase;
  color: var(--brass);
}
.link-caps--btn {
  align-self: flex-start;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.btn {
  display: inline-block;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: .18em;
  -webkit-text-stroke: .4px currentColor;
  text-transform: uppercase;
  padding: 16px 34px;
  border: 1px solid var(--brass);
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.btn--sm { padding: 11px 22px; }
.btn--solid { background: var(--brass); color: var(--brown); }
.btn--solid:hover { background: transparent; color: var(--brass); }
.btn--ghost { color: #F3E9DB; border-color: rgba(233, 219, 147, .5); }
.btn--ghost:hover { border-color: var(--brass); color: var(--cream); }

/* ---------- header ---------- */

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(20px, 4vw, 46px);
  background: linear-gradient(to bottom, rgba(21, 15, 12, .78), rgba(21, 15, 12, 0));
  backdrop-filter: blur(2px);
  transition: background .3s ease;
}
.site-header.is-stuck {
  background: rgba(21, 15, 12, .95);
  border-bottom: 1px solid var(--hair);
}
.brand img { display: block; height: 40px; width: auto; opacity: 1; filter: drop-shadow(0 1px 6px rgba(0, 0, 0, .5)); }

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: .16em;
  -webkit-text-stroke: .35px currentColor;
  text-transform: uppercase;
}
.nav > a { color: #F3E9DB; }
.nav > a.btn { color: var(--brown); }
.nav > a.btn:hover { color: var(--brass); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid var(--hair-strong);
  cursor: pointer;
}
.nav-toggle span { display: block; width: 18px; height: 1px; background: var(--brass); }

/* ---------- hero ---------- */

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.55) brightness(.62);
}
.hero__veil {
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 90% at 50% 45%, rgba(24, 17, 14, .58) 0%, rgba(21, 15, 12, .9) 62%, var(--brown-deep) 100%);
}
.hero__frame {
  position: absolute;
  inset: 34px;
  border: 1px solid var(--hair-strong);
  pointer-events: none;
}
.hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
  padding: 120px 34px;
  text-align: center;
}
.hero__logo {
  width: min(660px, 78vw);
  height: auto;
  filter: drop-shadow(0 2px 18px rgba(0, 0, 0, .55));
}
.hero__lead {
  margin: 0;
  max-width: 540px;
  font-size: 22px;
  line-height: 1.7;
  color: #F2E8DA;
  text-wrap: pretty;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.hero__foot {
  position: absolute;
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.hero__tel {
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #FBF7F1;
}
.hero__tel:hover { color: var(--brass-hi); }
.hero__hair {
  width: 1px;
  height: 46px;
  background: linear-gradient(to bottom, rgba(201, 174, 139, .5), transparent);
  transform-origin: top;
  animation: hairline 1.4s ease .3s both;
}

@keyframes hairline { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes cardFade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ---------- sezioni ---------- */

.section { position: relative; padding: clamp(80px, 10vw, 150px) clamp(28px, 7vw, 120px); }
.section--warm { background: var(--brown); }
.section--dark { background: var(--brown-deep); }

.section__head {
  max-width: 1180px;
  margin: 0 auto clamp(50px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.split {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}
.split__text { display: flex; flex-direction: column; gap: 26px; }

.framed { position: relative; margin: 0; }
.framed::before {
  content: '';
  position: absolute;
  inset: -16px;
  border: 1px solid rgba(201, 174, 139, .22);
}
.framed img {
  display: block;
  width: 100%;
  height: clamp(320px, 42vw, 520px);
  object-fit: cover;
  filter: saturate(.8) brightness(.9);
}

/* ---------- card menu ---------- */

.menu-card {
  position: relative;
  display: block;
  max-width: 880px;
  margin: 0 auto;
  min-height: clamp(320px, 34vw, 420px);
  overflow: hidden;
  border: 1px solid rgba(201, 174, 139, .18);
  transition: border-color .3s ease;
}
.menu-card:hover { border-color: rgba(201, 174, 139, .5); }
.menu-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.6) brightness(.5);
  transition: transform 1.2s ease;
}
.menu-card:hover .menu-card__bg { transform: scale(1.04); }
.menu-card__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(21, 15, 12, .92) 8%, rgba(21, 15, 12, .25) 70%);
}
.menu-card__body {
  position: relative;
  z-index: 2;
  min-height: clamp(320px, 34vw, 420px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  padding: 38px;
}
.menu-card__body .link-caps { margin-top: 8px; }

/* ---------- prenotazione ---------- */

.booking__bg {
  position: absolute;
  inset: 0;
  background: image-set(url('../img/antipasti-osteria-carducci-piacenza-600.webp') type('image/webp'), url('../img/antipasti.jpg') type('image/jpeg')) center / cover no-repeat;
  opacity: .09;
  filter: grayscale(.5);
}
.booking__grid {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(40px, 5vw, 72px);
}
.booking__text { display: flex; flex-direction: column; gap: 22px; }
.booking__text .prose { max-width: 34ch; font-size: 23px; line-height: 1.65; color: #F1E7DA; }
.booking__text .prose--muted { font-size: 21px; color: #E3D6C6; }
.booking__text .prose a { border-bottom: 1px solid var(--hair-strong); }

.form {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(201, 174, 139, .2);
  background: rgba(21, 15, 12, .5);
}
.form__row { display: grid; }
.form__row--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.field {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--hair);
}
.field:nth-child(odd):not(.field--full) { border-right: 1px solid var(--hair); }
.field--full { grid-column: 1 / -1; border-right: none; }
.field__label {
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brass-hi);
}
.field input {
  width: 100%;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  color: var(--text);
  font-family: var(--body);
  font-size: 21px;
  color-scheme: dark;
}
.field input::placeholder, .field textarea::placeholder { color: #C3B3A0; opacity: 1; }
.field input[type="date"], .field input[type="time"] { font-size: 20px; }
.field:focus-within { background: rgba(201, 174, 139, .05); }
.field input:invalid.is-touched { color: #E0A98D; }

.form__error {
  margin: 0;
  padding: 14px 24px 0;
  font-size: 18px;
  color: #E0A98D;
}

.form__submit {
  border: none;
  cursor: pointer;
  -webkit-text-stroke: .4px currentColor;
  padding: 22px;
  background: var(--brass);
  color: var(--brown);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: background .25s ease;
}
.form__submit:hover { background: var(--brass-hi); }

.confirm {
  border: 1px solid rgba(201, 174, 139, .35);
  padding: 44px 34px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: rgba(21, 15, 12, .55);
  animation: cardFade .5s ease both;
}

/* ---------- footer ---------- */

.footer {
  position: relative;
  padding: clamp(80px, 9vw, 120px) clamp(28px, 7vw, 120px) 48px;
  background: var(--brown-deep);
  border-top: 1px solid var(--hair);
}
.footer__grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
.footer__col { display: flex; flex-direction: column; gap: 14px; }
.footer__col:first-child { gap: 22px; }
.footer__logo { width: 220px; height: auto; opacity: .85; }
.footer__text { margin: 0; font-size: 19px; line-height: 1.75; color: #E2D6C5; }
.footer__link { color: #E2D6C5; }
.footer__link:hover { color: var(--brass); }
.footer__legal {
  max-width: 1180px;
  margin: clamp(50px, 6vw, 80px) auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(201, 174, 139, .1);
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #B5A18C;
}

/* ---------- mobile ---------- */

@media (max-width: 720px) {
  body { font-size: 19px; }
  .nav-toggle { display: flex; }
  .brand img { height: 32px; }
  .nav {
    position: absolute;
    top: 100%;
    right: clamp(20px, 4vw, 46px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-width: 200px;
    background: rgba(21, 15, 12, .97);
    border: 1px solid var(--hair);
    display: none;
  }
  .nav.is-open { display: flex; }
  .nav > a { padding: 18px 22px; border-bottom: 1px solid var(--hair); }
  .nav > a.btn { border: none; text-align: center; }
  .hero__frame { inset: 18px; }
  .hero__inner { gap: 28px; padding: 130px 26px 120px; }
  .hero__lead { font-size: 20px; }
  .btn { padding: 15px 26px; }
  .form__row--2 { grid-template-columns: minmax(0, 1fr); }
  .field:nth-child(odd):not(.field--full) { border-right: none; }
  .menu-card__body { padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

/* ==========================================================================
   Estensioni: accessibilita, leggibilita, pagine interne
   ========================================================================== */

/* ---------- accessibilita ---------- */

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 14px 22px;
  background: var(--brass);
  color: var(--brown-deep);
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: translateY(-120%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); color: var(--brown-deep); }

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}
.field:focus-within { outline: 2px solid var(--focus); outline-offset: -2px; }
.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible { outline: none; }

:target { scroll-margin-top: 96px; }
section[id], main[id] { scroll-margin-top: 96px; }

.nav > a[aria-current="page"] { color: var(--brass-hi); text-decoration: underline; text-underline-offset: 7px; }
.nav > a.btn[aria-current="page"] { text-decoration: none; }

/* ---------- testata delle pagine interne ---------- */

.page-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 58vh;
  min-height: 58svh;
  overflow: hidden;
  background: var(--brown-deep);
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(.62) brightness(.66);
}
.page-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--brown) 1%, rgba(21, 15, 12, .88) 42%, rgba(21, 15, 12, .42) 100%);
}
.page-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 150px clamp(28px, 7vw, 120px) clamp(46px, 5vw, 70px);
}
.h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: .01em;
  color: var(--cream);
  text-wrap: balance;
}
.page-hero__lead { max-width: 52ch; font-size: 21px; color: #F2E8DA; margin: 0; text-wrap: pretty; }

/* ---------- breadcrumb ---------- */

.breadcrumb {
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px clamp(28px, 7vw, 120px) 0;
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.page-hero__inner .breadcrumb { max-width: none; margin: 0; padding: 0; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.breadcrumb li + li::before { content: '\00B7'; margin-right: 10px; color: var(--cuoio); }
.breadcrumb a { color: var(--text-mute); }
.breadcrumb a:hover { color: var(--brass); }
.breadcrumb [aria-current="page"] { color: var(--brass); }

/* ---------- recensioni ---------- */

.reviews {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(28px, 7vw, 120px);
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(24px, 3vw, 38px);
}
.review {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 34px 32px;
  border: 1px solid var(--hair);
  background: rgba(21, 15, 12, .45);
}
.review__quote { margin: 0; }
.review__quote .prose { max-width: none; color: #EFE4D6; white-space: pre-line; }
.review__source {
  align-self: center;
  margin: 4px 0 0;
  padding: 5px 12px;
  border: 1px solid var(--hair-strong);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--brass);
}
.review__logo { align-self: center; width: 110px; height: auto; margin-top: 4px; }
.review__meta {
  align-self: center;
  margin: 0;
  text-align: center;
  font-family: var(--display);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cuoio-light);
}
.reviews__source {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 32px;
  margin: 14px 0 0;
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-mute);
}
.reviews__nome { color: var(--cream); }
.reviews__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 32px;
  max-width: 1180px;
  margin: clamp(34px, 4vw, 48px) auto 0;
  padding: 0 clamp(28px, 7vw, 120px);
}
.reviews__links a {
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: .16em;
  text-transform: uppercase;
  -webkit-text-stroke: .35px currentColor;
  color: var(--brass-hi);
  border-bottom: 1px solid var(--hair-strong);
  padding-bottom: 4px;
}
.reviews__links a:hover { color: var(--cream); border-bottom-color: var(--brass); }
.reviews__source-item { display: inline-flex; align-items: center; gap: 10px; }
.reviews__logo { display: block; width: 120px; height: auto; }

@media (max-width: 900px) {
  .reviews { grid-template-columns: minmax(0, 1fr); }
}

/* il telefono della hero e' posizionato in assoluto sul fondo: su mobile e su
   qualsiasi schermo basso (es. Nest Hub 1024x600) finiva sopra i bottoni.
   In quei casi entra nel flusso, sotto le azioni. */
@media (max-width: 600px), (max-height: 760px) {
  .hero { flex-direction: column; }
  .hero__inner { padding-bottom: 0; }
  .hero__foot {
    position: static;
    transform: none;
    margin-top: 26px;
    padding-bottom: 0;
  }
  .hero__hair { display: none; }
}

/* schermi bassi: la hero si compatta per far stare tutto sopra la piega */
@media (max-height: 760px) and (min-width: 601px) {
  .hero__inner { padding-top: 96px; gap: 22px; }
  .hero__logo { width: min(520px, 60vw); }
  .hero__lead { font-size: 19px; line-height: 1.6; }
  .hero__foot { margin-top: 20px; }
}

@media (max-width: 600px) {
  /* l'header copre la parte alta della hero: il blocco va ancorato in basso,
     altrimenti sotto il numero resta un vuoto sproporzionato */
  .hero { justify-content: flex-end; padding-bottom: 54px; }
  .hero__inner { padding-top: 96px; }

  #recensioni { padding-left: 12px; padding-right: 12px; }
  #recensioni .section__head { padding: 0 10px; }
  .reviews { padding: 0; }
  .review { padding: 28px 20px; }
  .reviews__links { padding: 0; }
}

/* ---------- lista del menu ---------- */

.menu-sections { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: clamp(56px, 7vw, 88px); }

.menu-group { display: flex; flex-direction: column; }
.menu-group__head { display: flex; flex-direction: column; gap: 14px; margin-bottom: 18px; }
.menu-group__note { margin: 0; font-size: 18px; color: var(--text-mute); max-width: 52ch; }

.menu-list { margin: 0; padding: 0; list-style: none; }
.menu-list__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 24px;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid var(--hair);
}
.menu-list__item:first-child { border-top: 1px solid var(--hair); }
.menu-list__name {
  grid-column: 1; grid-row: 1;
  margin: 0;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  color: #FAF1E4;
}
.menu-list__price {
  grid-column: 2; grid-row: 1;
  font-family: var(--display);
  font-size: 19px;
  color: var(--brass);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.menu-list__desc {
  grid-column: 1 / -1; grid-row: 2;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-mute);
  max-width: 56ch;
}

.menu-foot {
  max-width: 860px;
  margin: clamp(56px, 6vw, 80px) auto 0;
  padding-top: 30px;
  border-top: 1px solid var(--hair-strong);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.menu-foot p { margin: 0; font-size: 18px; color: var(--text-mute); max-width: 62ch; }
.menu-updated { font-family: var(--display); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-dim); }

/* ---------- contatti ---------- */

.contact-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(40px, 5vw, 76px);
  align-items: start;
}
.contact-block { display: flex; flex-direction: column; gap: 16px; }
.contact-dl { margin: 0; display: flex; flex-direction: column; gap: 20px; }
.contact-dl dt {
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--cuoio-light);
  margin-bottom: 6px;
}
.contact-dl dd { margin: 0; font-size: 20px; line-height: 1.65; color: #E5DACA; }
.contact-dl dd a { color: #E5DACA; border-bottom: 1px solid var(--hair-strong); }
.contact-dl dd a:hover { color: var(--brass); border-color: var(--brass); }

.media { position: relative; margin: 0; }
.media::before { content: ''; position: absolute; inset: -16px; border: 1px solid rgba(201, 174, 139, .22); pointer-events: none; }
.media img { display: block; width: 100%; height: auto; filter: saturate(.85) brightness(.92); }
.media figcaption { margin-top: 22px; font-size: 17px; color: var(--text-dim); }

/* ---------- FAQ ---------- */

.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 34px; }
.faq__item { display: flex; flex-direction: column; gap: 10px; padding-bottom: 30px; border-bottom: 1px solid var(--hair); }
.faq__item:last-child { border-bottom: none; padding-bottom: 0; }
.faq__q { margin: 0; font-family: var(--display); font-size: 22px; font-weight: 400; color: #FAF1E4; }
.faq__a { margin: 0; font-size: 19px; line-height: 1.75; color: var(--text-soft); max-width: 62ch; }

/* ---------- testi legali ---------- */

.legal { max-width: 70ch; margin: 0 auto; }
.legal h2 {
  margin: clamp(44px, 5vw, 64px) 0 18px;
  font-family: var(--display);
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 400;
  color: var(--cream);
}
.legal h3 { margin: 32px 0 12px; font-family: var(--display); font-size: 21px; font-weight: 400; color: #FAF1E4; }
.legal p, .legal li { font-size: 19px; line-height: 1.8; color: var(--text-soft); }
.legal p { margin: 0 0 18px; }
.legal ul, .legal ol { margin: 0 0 22px; padding-left: 24px; }
.legal li { margin-bottom: 10px; }
.legal a { border-bottom: 1px solid var(--hair-strong); }
.legal strong { color: var(--cream); font-weight: 500; }
.legal__updated { font-family: var(--display); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-dim); }

/* ---------- form: estensioni ---------- */

.field select,
.field textarea {
  width: 100%;
  min-width: 0;
  background: transparent;
  border: none;
  outline: none;
  color: var(--text);
  font-family: var(--body);
  font-size: 21px;
  color-scheme: dark;
  resize: vertical;
}
.field select option { background: var(--brown-deep); color: var(--text); }
.field textarea { min-height: 96px; line-height: 1.6; }

.field--check {
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
}
.field--check input[type="checkbox"] {
  flex: 0 0 auto;
  width: 22px; height: 22px;
  margin: 3px 0 0;
  accent-color: var(--brass);
  cursor: pointer;
}
.field--check .field__label {
  font-family: var(--body);
  font-size: 19px;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text-mute);
}
.field--check .field__label a { color: var(--brass); border-bottom: 1px solid var(--hair-strong); }

.form { position: relative; }
.form__field-error { display: block; margin-top: 6px; font-size: 17px; color: var(--danger); }
.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"] { color: var(--danger); }
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__note { margin: 0; padding: 16px 24px 22px; font-size: 18px; line-height: 1.6; color: var(--text-mute); }

.alert {
  position: relative;
  max-width: 1180px;
  margin: 0 auto clamp(40px, 5vw, 60px);
  padding: 22px 26px;
  border: 1px solid var(--hair-strong);
  background: rgba(201, 174, 139, .07);
  font-size: 19px;
  line-height: 1.6;
  color: var(--text);
}
.alert--error { border-color: rgba(240, 183, 154, .5); color: var(--danger); }
.alert a { color: var(--brass); }

/* ---------- footer: estensioni ---------- */

.footer__legal a { color: #B5A18C; }
.footer__legal a:hover { color: var(--brass); }
.footer__legal-links { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; }
.footer__vat { display: block; margin-top: 10px; font-family: var(--body); font-size: 17px; letter-spacing: 0; text-transform: none; color: var(--text-dim); }

/* ---------- 404 ---------- */

.oops { display: flex; flex-direction: column; align-items: center; gap: 26px; text-align: center; min-height: 60vh; justify-content: center; }

/* ---------- utilita ---------- */

.stack-cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 14px; }
.section--tight { padding-top: clamp(56px, 6vw, 90px); padding-bottom: clamp(56px, 6vw, 90px); }
.section__head--left { align-items: flex-start; text-align: left; }

/* ---------- breakpoint tablet ---------- */

@media (max-width: 1024px) {
  .split { gap: clamp(38px, 5vw, 60px); }
  .page-hero { min-height: 48vh; min-height: 48svh; }
  .page-hero__inner { padding-top: 132px; }
}

/* ---------- mobile ---------- */

@media (max-width: 720px) {
  .page-hero { min-height: 0; }
  .page-hero__inner { padding: 118px 26px 46px; gap: 16px; }
  .page-hero__lead { font-size: 19px; }
  .breadcrumb { padding: 22px 26px 0; font-size: 12px; letter-spacing: .1em; }
  .menu-list__name { font-size: 20px; }
  .menu-list__price { font-size: 18px; }
  .menu-list__desc { font-size: 17px; }
  .contact-dl dd { font-size: 19px; }
  .faq__q { font-size: 20px; }
  .legal p, .legal li { font-size: 18px; }
  .field--check { padding: 20px 22px; }
  .media::before { inset: -10px; }
}

@media (max-width: 480px) {
  /* due bottoni di larghezza diversa, incolonnati, sembrano un errore:
     sotto i 480px vanno a tutta larghezza */
  .hero__actions { flex-direction: column; align-items: stretch; width: 100%; max-width: 340px; }
  .hero__actions .btn { text-align: center; }
  .stack-cta .btn { flex: 1 1 100%; text-align: center; }
}

@media (max-width: 400px) {
  .section { padding-left: 22px; padding-right: 22px; }
  .page-hero__inner { padding-left: 22px; padding-right: 22px; }
  .breadcrumb { padding-left: 22px; padding-right: 22px; }
  .hero__inner { padding-left: 22px; padding-right: 22px; }
  .field { padding: 18px; }
  .menu-card__body { padding: 24px 22px; }
  .btn { padding: 15px 22px; letter-spacing: .14em; }
}

/* ---------- stampa (il menu si stampa spesso) ---------- */

@media print {
  .site-header, .page-hero__bg, .page-hero__veil, .skip-link,
  .menu-card, .footer__legal, .stack-cta, .breadcrumb { display: none !important; }
  body { background: #fff; color: #1a1a1a; font-size: 12pt; }
  .h1, .h2, .h3, .menu-list__name, .menu-list__price { color: #000; }
  .menu-list__desc, .prose, .menu-foot p { color: #333; }
  .section, .page-hero__inner { padding: 12pt 0; }
  .page-hero { min-height: 0; }
  .footer { background: #fff; border-color: #ccc; }
  .footer__text, .footer__link { color: #333; }
}
