/* ============================================================
   ELISIR DEL BENESSERE — Centro estetico, Navigli, Milano
   Concept: "la goccia e il riflesso". Sentient + Switzer.
   Palette dai materiali: Naviglio, ambra, basalto, salvia, candela.
   ============================================================ */

:root {
  --candela:  #F5EDDF;   /* luce calda: fondo pagina */
  --surface:  #FBF7EE;   /* card */
  --naviglio: #26463F;   /* acqua del Naviglio: scuro immersivo */
  --naviglio-2:#1E3730;
  --ambra:    #B8752B;   /* essenza/olio: accento + CTA */
  --ambra-2:  #9C5F1F;
  --basalto:  #A08E7B;   /* pietra calda: neutro */
  --salvia:   #707A50;   /* botanica: secondo accento */
  --ink:      #223129;   /* inchiostro verde-scuro (mai nero) */
  --ink-soft: #6E6252;   /* testo secondario caldo */
  --line:     rgba(34, 49, 41, 0.14);
  --su-scuro: #F1E7D5;
  --su-scuro-soft: rgba(241, 231, 213, 0.74);
  --su-scuro-faint: rgba(241, 231, 213, 0.42);

  --f-display: "Sentient", Georgia, "Times New Roman", serif;
  --f-body: "Switzer", "Segoe UI", system-ui, Arial, sans-serif;

  --maxw: 1080px;
  --maxw-narrow: 780px;
  --pad: clamp(20px, 5vw, 64px);
  --topbar-h: 68px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-padding-top: calc(var(--topbar-h) + 12px); }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }

body {
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.65;
  background: var(--candela);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.ripple-layer { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 200; }
@media (prefers-reduced-motion: reduce) { .ripple-layer { display: none; } }
::selection { background: var(--ambra); color: var(--candela); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }

:focus-visible { outline: 2px solid var(--ambra); outline-offset: 3px; border-radius: 2px; }
.elisir :focus-visible, .prova :focus-visible, .dove :focus-visible, .footer :focus-visible, .intro :focus-visible { outline-color: var(--candela); }

.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.kicker { font-family: var(--f-body); font-size: 12px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ambra); }
.kicker-chiaro { color: var(--basalto); }

.stars { color: var(--ambra); letter-spacing: 0.12em; }

.skip-link { position: absolute; top: -60px; left: 16px; z-index: 400; background: var(--naviglio); color: var(--candela); padding: 10px 18px; font-weight: 600; text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 12px; }

/* ============ INTRO "LA GOCCIA" ============ */

.intro {
  position: fixed; inset: 0; z-index: 300;
  background: var(--candela);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.7s ease;
}
.intro.intro--out { opacity: 0; pointer-events: none; }
body.intro-lock { overflow: hidden; }
.intro-scene { position: relative; width: min(80vw, 360px); height: 300px; display: flex; align-items: center; justify-content: center; }

.intro-drop {
  position: absolute; top: 6%; left: 50%; width: 13px; height: 17px; margin-left: -6.5px;
  background: var(--ambra); border-radius: 50% 50% 50% 50% / 62% 62% 38% 38%;
  transform: translateY(0) scaleY(1);
  animation: goccia-cade 0.95s cubic-bezier(0.6, 0.05, 0.7, 0.6) forwards;
}
@keyframes goccia-cade {
  0%   { transform: translateY(0) scaleY(1); opacity: 0; }
  12%  { opacity: 1; }
  75%  { transform: translateY(118px) scaleY(1.35); opacity: 1; }
  92%  { transform: translateY(150px) scaleY(0.35); opacity: 0.6; }
  100% { transform: translateY(150px) scaleY(0.15); opacity: 0; }
}
.intro-ripple, .intro-ripple-2 {
  position: absolute; top: 50%; left: 50%; width: 26px; height: 26px; margin: -13px 0 0 -13px;
  border: 1.5px solid var(--ambra); border-radius: 50%;
  transform: scale(0); opacity: 0;
  animation: onda 1.5s ease-out 0.9s forwards;
}
.intro-ripple-2 { border-color: var(--salvia); animation-delay: 1.05s; }
@keyframes onda {
  0%   { transform: scale(0); opacity: 0.8; }
  100% { transform: scale(7.5); opacity: 0; }
}
.intro-nome {
  position: relative; z-index: 2;
  font-family: var(--f-display); font-weight: 500;
  font-size: clamp(40px, 9vw, 74px); color: var(--naviglio);
  letter-spacing: -0.01em; text-align: center; line-height: 0.95;
  opacity: 0; animation: nome-su 0.8s ease 1.35s forwards;
}
.intro-nome .intro-sub { display: block; font-size: 0.3em; letter-spacing: 0.34em; text-transform: uppercase; color: var(--ambra); margin-top: 0.9em; font-weight: 600; font-family: var(--f-body); }
@keyframes nome-su { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.has-intro .hero-inner > * { opacity: 0; transform: translateY(16px); }
.intro-done .hero-inner > * { opacity: 1; transform: none; transition: opacity 0.7s ease 0.1s, transform 0.7s ease 0.1s; }
@media (prefers-reduced-motion: reduce) {
  .intro { display: none; }
  .has-intro .hero-inner > * { opacity: 1; transform: none; }
}

/* ============ TOPBAR ============ */

.topbar {
  position: sticky; top: 0; z-index: 100; min-height: var(--topbar-h);
  display: flex; align-items: center; gap: 28px; padding: 12px var(--pad);
  background: rgba(245, 237, 223, 0.9);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.wordmark { display: inline-flex; align-items: baseline; gap: 8px; font-family: var(--f-display); font-weight: 600; font-size: 25px; letter-spacing: -0.01em; line-height: 1; text-decoration: none; color: var(--ink); white-space: nowrap; }
.wordmark span { font-family: var(--f-body); font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ambra); }
.nav { margin-right: auto; }
.nav-toggle { display: none; }
.nav-menu { display: flex; gap: 26px; list-style: none; }
.nav-menu a { font-size: 14.5px; font-weight: 500; text-decoration: none; color: var(--ink-soft); padding-bottom: 2px; border-bottom: 1.5px solid transparent; transition: color .15s, border-color .15s; }
.nav-menu a:hover { color: var(--ink); border-color: var(--ambra); }
.topbar-actions { display: flex; align-items: center; gap: 14px; }
.lang-switch { display: flex; align-items: center; gap: 2px; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; }
.lang-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 32px; min-height: 32px; background: none; border: none; color: var(--ink-soft); font: inherit; cursor: pointer; padding: 6px 8px; }
.lang-btn.is-active { color: var(--ambra); }
.lang-btn:hover { color: var(--ink); }
.lang-sep { color: var(--basalto); }

/* ============ BOTTONI ============ */

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 4px; padding: 15px 30px; font-family: var(--f-body); font-size: 15px; font-weight: 600; letter-spacing: 0.02em; text-decoration: none; border: none; border-radius: 2px; cursor: pointer; transition: transform .15s, background-color .2s, border-color .2s, color .2s; }
.btn:active { transform: translateY(1px); }
.btn-lg { padding: 18px 34px; font-size: 16px; }
.btn-ambra { background: var(--ambra); color: #FCF3E6; }
.btn-ambra:hover { background: var(--ambra-2); }
.btn-quieto { border: 1.5px solid rgba(34, 49, 41, 0.3); color: var(--ink); background: none; }
.btn-quieto:hover { border-color: var(--ink); background: rgba(34, 49, 41, 0.04); }
.btn-quieto-chiaro { border: 1.5px solid var(--su-scuro-faint); color: var(--su-scuro); background: none; }
.btn-quieto-chiaro:hover { border-color: var(--su-scuro); color: #fff; }
.btn-small { padding: 10px 20px; font-size: 14px; }

/* ============ HERO ============ */

.hero { position: relative; min-height: calc(100vh - var(--topbar-h)); min-height: calc(100svh - var(--topbar-h)); display: flex; align-items: center; padding: 60px var(--pad) 90px; overflow: hidden; }
.hero-water {
  position: absolute; left: 0; right: 0; bottom: 0; height: 46%;
  background:
    radial-gradient(120% 80% at 50% 120%, rgba(184, 117, 43, 0.16), transparent 60%),
    linear-gradient(to top, rgba(38, 70, 63, 0.22), rgba(112, 122, 80, 0.08) 45%, transparent 78%);
  pointer-events: none;
}
.hero-water.water-on { filter: url(#waterfilter); }
.hero-inner { position: relative; z-index: 2; max-width: 780px; }
.eyebrow { font-size: 12.5px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ambra); margin-bottom: 22px; }
.hero-title { font-family: var(--f-display); font-weight: 500; font-size: clamp(64px, 12vw, 148px); line-height: 0.92; letter-spacing: -0.02em; color: var(--ink); }
.hero-title-sub { display: block; font-family: var(--f-body); font-size: clamp(14px, 2vw, 20px); font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ambra); margin-top: 0.7em; }
.hero-lead { max-width: 40ch; margin: 28px 0 32px; font-size: clamp(17px, 1.9vw, 20px); color: var(--ink-soft); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.hero-proof { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-soft); }
.hero-scroll { position: absolute; left: 50%; bottom: 26px; width: 26px; height: 42px; margin-left: -13px; border: 1.5px solid var(--basalto); border-radius: 14px; z-index: 2; }
.hero-scroll span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--ambra); }
@media (prefers-reduced-motion: no-preference) { .hero-scroll span { animation: scrolla 1.8s ease-in-out infinite; } @keyframes scrolla { 0%,100%{transform:translateY(0);opacity:1} 50%{transform:translateY(12px);opacity:.3} } }

/* ============ L'ELISIR (concept scuro) ============ */

.elisir { position: relative; background: var(--naviglio); color: var(--su-scuro); padding: clamp(78px, 11vw, 150px) var(--pad); overflow: hidden; }
.elisir-water { position: absolute; inset: 0; background: radial-gradient(80% 120% at 20% 0%, rgba(184, 117, 43, 0.12), transparent 55%), radial-gradient(70% 100% at 100% 100%, rgba(112, 122, 80, 0.14), transparent 60%); pointer-events: none; }
.elisir-water.water-on { filter: url(#waterfilter); }
.elisir-inner { position: relative; z-index: 2; max-width: var(--maxw-narrow); margin: 0 auto; text-align: center; }
.elisir-title { font-family: var(--f-display); font-weight: 500; font-size: clamp(28px, 5vw, 52px); line-height: 1.12; letter-spacing: -0.005em; margin: 14px 0 22px; text-wrap: balance; }
.elisir-body { max-width: 56ch; margin: 0 auto; font-size: clamp(16px, 1.8vw, 19px); color: var(--su-scuro-soft); }
.elisir-note { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 14px; margin-top: 34px; }
.elisir-note li { font-family: var(--f-body); font-size: 13px; letter-spacing: 0.02em; color: var(--su-scuro); border: 1px solid rgba(241, 231, 213, 0.25); border-radius: 999px; padding: 8px 16px; }

/* ============ SEZIONI CHIARE — intestazione ============ */

.sez-intesta { max-width: var(--maxw-narrow); margin: 0 auto clamp(38px, 5vw, 56px); text-align: center; }
.sez-intesta .kicker { display: block; margin-bottom: 14px; }
.sez-titolo { font-family: var(--f-display); font-weight: 500; font-size: clamp(32px, 5vw, 56px); line-height: 1.05; letter-spacing: -0.015em; text-wrap: balance; }
.sez-sub { max-width: 56ch; margin: 14px auto 0; color: var(--ink-soft); font-size: 16.5px; }

/* ============ TRATTAMENTI ============ */

.trattamenti { padding: clamp(72px, 10vw, 128px) var(--pad); }
.listino { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(28px, 5vw, 64px) clamp(36px, 6vw, 88px); }
.gruppo-t { font-family: var(--f-display); font-weight: 500; font-size: 15px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--salvia); padding-bottom: 12px; margin-bottom: 6px; border-bottom: 1px solid var(--line); }
.voce { border-bottom: 1px solid var(--line); }
.voce > summary { list-style: none; cursor: pointer; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 16px 0; }
.voce > summary::-webkit-details-marker { display: none; }
.voce-n { flex: 1; font-family: var(--f-display); font-size: 21px; font-weight: 500; color: var(--ink); }
.voce-p { flex: none; font-family: var(--f-body); font-size: 14.5px; font-weight: 600; letter-spacing: 0.01em; color: var(--rame); font-variant-numeric: tabular-nums; }
.voce-cta { flex: none; font-family: var(--f-body); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ambra); border: 1px solid rgba(184, 117, 43, 0.4); border-radius: 999px; padding: 5px 13px; transition: background-color .2s, color .2s; }
.voce[open] .voce-cta, .voce > summary:hover .voce-cta { background: var(--ambra); color: #FCF3E6; border-color: var(--ambra); }
.voce > p { padding: 0 0 18px; font-size: 15px; color: var(--ink-soft); max-width: 48ch; }
.listino-nota { max-width: var(--maxw-narrow); margin: clamp(38px, 5vw, 52px) auto 0; text-align: center; font-size: 15px; color: var(--ink-soft); }

/* ============ ERMIRA ============ */

.ermira { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; max-width: var(--maxw); margin: 0 auto; padding: clamp(64px, 9vw, 120px) var(--pad); }
.ermira-foto { position: relative; margin: 0; border-radius: 5px; overflow: hidden; box-shadow: 0 24px 60px -30px rgba(34, 49, 41, 0.5); }
.ermira-foto img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3 / 2; }
.ermira-foto figcaption { position: absolute; left: 0; bottom: 0; right: 0; padding: 22px 16px 12px; font-family: var(--f-body); font-size: 12px; letter-spacing: 0.04em; color: var(--candela); background: linear-gradient(to top, rgba(30, 55, 48, 0.8), transparent); }
.ermira-body { margin: 16px 0 26px; color: var(--ink-soft); font-size: 17px; }
.ermira-badge { display: inline-flex; align-items: center; gap: 16px; padding: 16px 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 4px; }
.ermira-voto { font-family: var(--f-display); font-size: 44px; font-weight: 500; color: var(--ambra); line-height: 1; }
.ermira-voto-sub { font-size: 13px; color: var(--ink-soft); line-height: 1.3; }

/* ============ GALLERIA ============ */
.galleria { padding: clamp(72px, 10vw, 128px) var(--pad); }
.gallery { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: clamp(10px, 1.4vw, 16px); }
.tile { position: relative; display: block; padding: 0; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 4px; cursor: pointer; background: var(--surface); border: 1px solid rgba(34, 49, 41, 0.1); transition: border-color .3s, box-shadow .3s; }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2, .7, .2, 1); }
.tile:hover, .tile:focus-visible { border-color: rgba(184, 117, 43, 0.6); box-shadow: 0 14px 34px -20px rgba(34, 49, 41, 0.5); }
.tile:hover img, .tile:focus-visible img { transform: scale(1.06); }
.tile-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 11px; text-align: left; font-family: var(--f-body); font-size: 12.5px; font-weight: 600; letter-spacing: .03em; color: var(--candela); background: linear-gradient(to top, rgba(30, 55, 48, 0.86), transparent); opacity: 0; transform: translateY(6px); transition: opacity .3s, transform .3s; }
.tile:hover .tile-cap, .tile:focus-visible .tile-cap { opacity: 1; transform: none; }
.gal-nota { max-width: var(--maxw); margin: 18px auto 0; text-align: center; font-size: 13px; font-style: italic; color: var(--ink-soft); }
.gal-hint { display: flex; align-items: center; justify-content: center; gap: 8px; margin: -14px auto clamp(26px, 3.5vw, 36px); font-size: 13px; font-weight: 500; letter-spacing: 0.02em; color: var(--ink-soft); }
.gal-hint-ic { width: 15px; height: 15px; flex: none; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B8752B' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3H5a2 2 0 0 0-2 2v3M16 3h3a2 2 0 0 1 2 2v3M8 21H5a2 2 0 0 1-2-2v-3M16 21h3a2 2 0 0 0 2-2v-3'/%3E%3C/svg%3E") center / contain no-repeat; }
.tile::after { content: ""; position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border-radius: 50%; background: rgba(30, 55, 48, 0.5) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F5EDDF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3H5a2 2 0 0 0-2 2v3M16 3h3a2 2 0 0 1 2 2v3M8 21H5a2 2 0 0 1-2-2v-3M16 21h3a2 2 0 0 0 2-2v-3'/%3E%3C/svg%3E") center / 17px no-repeat; opacity: 0.72; transition: opacity .3s, transform .3s; pointer-events: none; }
.tile:hover::after, .tile:focus-visible::after { opacity: 1; transform: scale(1.08); }

/* ============ LIGHTBOX ============ */
body.lb-lock { overflow: hidden; }
.lightbox { position: fixed; inset: 0; z-index: 250; display: flex; align-items: center; justify-content: center; background: rgba(20, 12, 8, 0.95); padding: clamp(16px, 5vw, 60px); }
.lightbox[hidden] { display: none; }
.lb-fig { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 14px; max-width: 100%; }
.lb-img { max-width: min(1100px, 92vw); max-height: 80vh; width: auto; height: auto; object-fit: contain; border-radius: 3px; box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.8); }
.lb-cap { font-family: var(--f-display); font-size: clamp(16px, 2.2vw, 22px); color: var(--candela); text-align: center; }
.lb-close, .lb-nav { position: absolute; background: rgba(245, 237, 223, 0.1); border: 1px solid rgba(245, 237, 223, 0.3); color: var(--candela); line-height: 1; cursor: pointer; border-radius: 50%; transition: background-color .2s; }
.lb-close:hover, .lb-nav:hover { background: rgba(245, 237, 223, 0.22); }
.lb-close { top: 16px; right: 20px; width: 46px; height: 46px; font-size: 26px; }
.lb-nav { top: 50%; transform: translateY(-50%); width: 52px; height: 52px; font-size: 30px; }
.lb-prev { left: 16px; }
.lb-next { right: 16px; }
@media (max-width: 620px) { .lb-nav { width: 44px; height: 44px; font-size: 24px; } .lb-prev { left: 8px; } .lb-next { right: 8px; } .lb-img { max-height: 72vh; } }

/* ============ PROVA / RECENSIONI (scuro) ============ */

.prova { background: var(--naviglio-2); color: var(--su-scuro); padding: clamp(64px, 9vw, 110px) var(--pad); text-align: center; }
.prova .kicker { display: block; margin-bottom: 18px; }
.prova-voto { display: inline-flex; align-items: baseline; gap: 14px; font-family: var(--f-display); font-weight: 500; }
.prova-voto > span:first-child { font-size: clamp(56px, 11vw, 104px); line-height: 1; color: var(--candela); }
.prova-stelle { font-size: clamp(20px, 3vw, 30px); color: var(--ambra); letter-spacing: 0.1em; }
.prova-sub { max-width: 44ch; margin: 18px auto 30px; color: var(--su-scuro-soft); font-size: 16.5px; }
.recensioni { max-width: var(--maxw); margin: clamp(36px, 5vw, 50px) auto clamp(28px, 4vw, 38px); display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; text-align: left; }
.rec { margin: 0; padding: 24px 22px; background: rgba(241, 231, 213, 0.045); border: 1px solid rgba(241, 231, 213, 0.14); border-radius: 4px; display: flex; flex-direction: column; gap: 12px; }
.rec-stelle { color: var(--ambra); font-size: 14px; letter-spacing: 0.14em; }
.rec-q { font-family: var(--f-display); font-size: 17px; line-height: 1.45; color: var(--su-scuro); font-weight: 400; }
.rec-a { font-family: var(--f-body); font-size: 13px; font-weight: 600; letter-spacing: 0.03em; color: var(--basalto); margin-top: auto; }
.rec-d { color: var(--su-scuro-faint); font-weight: 400; }

/* ============ PRENOTA ============ */

.prenota { padding: clamp(72px, 10vw, 128px) var(--pad); }
.prenota-inner { max-width: var(--maxw-narrow); margin: 0 auto; text-align: center; }
.prenota-inner .kicker { display: block; margin-bottom: 14px; }
.prenota-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 32px; }

/* ============ ORARI E DOVE (scuro) ============ */

.dove { background: var(--naviglio); color: var(--su-scuro); padding: clamp(72px, 10vw, 128px) var(--pad); }
.dove-griglia { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 6vw, 88px); align-items: start; }
.dove-titolo, .dove-indirizzo { font-family: var(--f-display); font-weight: 500; }
.dove-titolo { font-size: clamp(30px, 4vw, 46px); margin: 12px 0 18px; letter-spacing: -0.01em; }
.dove .kicker { display: block; margin-bottom: 12px; }

.status { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border: 1px solid rgba(241, 231, 213, 0.28); border-radius: 999px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 20px; background: rgba(241, 231, 213, 0.06); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--basalto); flex: none; }
.status.is-open { color: #A7C58E; border-color: rgba(167, 197, 142, 0.4); }
.status.is-open .status-dot { background: #A7C58E; }
.status.is-closed { color: #E0A97A; border-color: rgba(224, 169, 122, 0.4); }
.status.is-closed .status-dot { background: #E0A97A; }
@media (prefers-reduced-motion: no-preference) {
  .status.is-open .status-dot { animation: battito 2.4s ease-out infinite; }
  @keyframes battito { 0%{box-shadow:0 0 0 0 rgba(167,197,142,.5)} 70%{box-shadow:0 0 0 7px rgba(167,197,142,0)} 100%{box-shadow:0 0 0 0 rgba(167,197,142,0)} }
}

.orari-tabella { width: 100%; border-collapse: collapse; font-size: 15.5px; }
.orari-tabella th, .orari-tabella td { text-align: left; padding: 13px 0; border-bottom: 1px solid rgba(241, 231, 213, 0.16); font-weight: 500; }
.orari-tabella tr:first-child th, .orari-tabella tr:first-child td { border-top: 1px solid rgba(241, 231, 213, 0.16); }
.orari-tabella td { text-align: right; font-weight: 400; color: var(--su-scuro-soft); white-space: nowrap; }
.orari-tabella tr.is-today th { color: var(--ambra); }
.orari-tabella tr.is-today td { color: var(--su-scuro); }
.orari-tabella tr.is-today th::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--ambra); vertical-align: middle; }

.dove-indirizzo { font-style: normal; font-size: clamp(24px, 3vw, 34px); line-height: 1.25; margin-bottom: 12px; }
.dove-zona { color: var(--basalto); font-size: 0.62em; }
.dove-vicino { color: var(--su-scuro-soft); font-size: 15px; margin-bottom: 26px; }
.dove-azioni { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; }
.dove-contatti { font-size: 14px; }
.dove-contatti a { color: var(--su-scuro-soft); border-bottom: 1px solid rgba(241, 231, 213, 0.3); text-decoration: none; }
.dove-contatti a:hover { color: var(--candela); }
.dove-mappa { max-width: var(--maxw); margin: clamp(40px, 6vw, 64px) auto 0; height: clamp(300px, 42vh, 440px); border-radius: 5px; overflow: hidden; border: 1px solid rgba(241, 231, 213, 0.2); box-shadow: 0 24px 60px -34px rgba(0, 0, 0, 0.55); }
.dove-mappa iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ============ FOOTER ============ */

.footer { background: var(--naviglio-2); color: var(--su-scuro); padding: clamp(56px, 8vw, 92px) var(--pad) 40px; border-top: 3px solid var(--ambra); }
.footer > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }
.footer-wordmark { font-family: var(--f-display); font-size: clamp(56px, 11vw, 128px); font-weight: 500; line-height: 1; color: rgba(241, 231, 213, 0.12); margin-bottom: clamp(34px, 5vw, 56px); user-select: none; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 46px; }
.footer-cols h3 { font-size: 11.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--basalto); margin-bottom: 14px; }
.footer-cols p { font-size: 15.5px; color: var(--su-scuro-soft); }
.footer-cols a { color: var(--su-scuro); text-decoration: none; border-bottom: 1px solid rgba(241, 231, 213, 0.28); transition: border-color .15s; }
.footer-cols a:hover { border-color: var(--ambra); }
.footer-legal { font-size: 12.5px; color: var(--su-scuro-faint); border-top: 1px solid rgba(241, 231, 213, 0.12); padding-top: 22px; }

/* ============ BARRA AZIONI (mobile) ============ */

.actionbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(30, 55, 48, 0.95); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-top: 1px solid rgba(184, 117, 43, 0.35); transform: translateY(120%); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.actionbar.is-visible { transform: none; }
.ab-btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; min-height: 50px; font-family: var(--f-body); font-size: 15px; font-weight: 600; letter-spacing: 0.02em; text-decoration: none; border-radius: 2px; }
.ab-primary { background: var(--ambra); color: #FCF3E6; flex: 1.4; }
.ab-second { background: none; color: var(--su-scuro); border: 1.5px solid rgba(241, 231, 213, 0.4); }

/* ============ REVEAL ============ */

@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(20px); filter: blur(6px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1), filter .8s ease; }
  .reveal.is-visible { opacity: 1; transform: none; filter: none; }
  .listino .reveal:nth-child(2) { transition-delay: .08s; }
  .listino .reveal:nth-child(3) { transition-delay: .16s; }
  .listino .reveal:nth-child(4) { transition-delay: .24s; }
}

/* ============ RESPONSIVE ============ */

@media (max-width: 900px) {
  .listino { grid-template-columns: 1fr; gap: 34px; }
  .ermira { grid-template-columns: 1fr; }
  .ermira-media { order: 2; }
  .dove-griglia { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 860px) {
  :root { --topbar-h: 60px; }
  html { scroll-padding-top: 128px; }
  .topbar { gap: 14px; flex-wrap: wrap; row-gap: 6px; }
  .nav-toggle { display: inline-flex; align-items: center; gap: 8px; background: none; border: 1.5px solid rgba(34,49,41,.28); border-radius: 2px; color: var(--ink); font: 600 13.5px var(--f-body); letter-spacing: 0.03em; padding: 8px 14px; cursor: pointer; }
  .nav-toggle-bar { width: 14px; height: 2px; background: currentColor; box-shadow: 0 -4px 0 currentColor, 0 4px 0 currentColor; }
  .nav { order: 3; width: 100%; margin: 0; }
  .nav-menu { display: none; flex-direction: column; gap: 0; width: 100%; padding: 4px 0 8px; }
  .nav.is-open .nav-menu { display: flex; }
  .nav-menu a { display: block; padding: 12px 2px; font-size: 16px; border-bottom: 1px solid var(--line); }
  .topbar-actions { margin-left: auto; }
  .hero-cta .btn, .prenota-cta .btn, .dove-azioni .btn { width: 100%; }
  .actionbar { display: flex; }
  body { padding-bottom: 74px; }
  .footer-cols { grid-template-columns: 1fr; }
  .hero-scroll { display: none; }
}
