
:root {
  --calce: #F8F4ED;
  --calce-2: #EDE6D5;
  --calce-3: #E0D5BC;
  --olive: #5C6B45;
  --olive-2: #3F4A2E;
  --olive-3: #2A3320;
  --ocra: #C9963F;
  --ocra-2: #A77727;
  --terra: #A85A3F;
  --ink: #2A1F19;
  --ink-80: rgba(42,31,25,0.82);
  --ink-60: rgba(42,31,25,0.58);
  --ink-40: rgba(42,31,25,0.38);
  --ink-20: rgba(42,31,25,0.18);
  --ink-10: rgba(42,31,25,0.10);
  --font-display: 'DM Serif Display', 'Times New Roman', serif;
  --font-sans: 'DM Sans', system-ui, sans-serif;
  --gutter: clamp(20px, 4vw, 64px);
  --max: 1440px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html, body { margin:0!important; padding:0!important; max-width:100vw!important; width:100%!important; overflow-x:hidden!important; }
main { display: block; width: 100%; }
body > nav, body > main, body > main > section, body > main > header, body > footer, body > main > div.full-w {
  width: 100vw !important; max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
}
body { font-family: var(--font-sans); background: var(--calce); color: var(--ink); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; background: var(--calce-2); }
img.broken { background: var(--calce-3); }
a { color: inherit; text-decoration: none; }
button { font: inherit; background: none; border: 0; cursor: pointer; }
::selection { background: var(--olive); color: var(--calce); }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 22px var(--gutter); display: flex; justify-content: space-between; align-items: center; transition: all 0.4s var(--ease); color: var(--calce); }
.nav.scrolled { background: var(--calce); color: var(--ink); padding: 14px var(--gutter); border-bottom: 1px solid var(--ink-10); }
.nav-brand { font-family: var(--font-display); font-size: 22px; display: flex; align-items: center; gap: 12px; }
.nav-brand .ic { width: 32px; height: 32px; background: var(--ocra); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--calce); font-weight: 700; font-size: 14px; font-family: var(--font-sans); }
.nav-menu { display: flex; gap: 36px; list-style: none; }
.nav-menu a { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; }
.nav-cta { background: var(--ocra); color: var(--ink); padding: 10px 22px; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.nav-cta:hover { background: var(--ocra-2); color: var(--calce); }
@media (max-width: 900px) {
  .nav-menu li:not(.nav-lang) { display: none; }
  .nav-menu { gap: 0; }
  .nav-cta { display: none; }
}

/* Language switcher — palette: olive-3 / ocra / calce */
.lang-switch { position: relative; display: inline-flex; }
.lang-btn { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 0; font-family: var(--font-sans); font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: inherit; border: 1.5px solid currentColor; background: transparent; cursor: pointer; transition: background 0.3s, color 0.3s, border-color 0.3s; }
.nav.scrolled .lang-btn { border-color: rgba(42,31,25,0.3); }
.lang-btn:hover { background: var(--ocra); border-color: var(--ocra); color: var(--ink); }
.lang-cur { font-weight: 700; }
.lang-arr { font-size: 8px; transition: transform 0.3s; opacity: 0.7; }
.lang-switch.open .lang-arr { transform: rotate(180deg); }
.lang-dropdown { position: absolute; top: calc(100% + 10px); right: 0; background: var(--calce); border-radius: 0; padding: 6px; min-width: 180px; box-shadow: 0 14px 36px -10px rgba(42,31,25,0.28); display: flex; flex-direction: column; gap: 2px; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity 0.25s, transform 0.25s, visibility 0.25s; z-index: 200; border: 1px solid rgba(42,31,25,0.08); }
.lang-switch.open .lang-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-dropdown button { text-align: left; padding: 11px 14px; border-radius: 0; font-family: var(--font-display); font-size: 15px; font-weight: 400; color: var(--ink); background: transparent; border: 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background 0.2s, color 0.2s; }
.lang-dropdown button .code { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.22em; opacity: 0.5; font-weight: 600; }
.lang-dropdown button:hover { background: var(--calce-2); color: var(--olive-2); }
.lang-dropdown button.active { background: var(--olive-3); color: var(--calce); }
.lang-dropdown button.active .code { color: var(--ocra); opacity: 0.95; }

/* Google Translate chrome cleanup */
.skiptranslate { display: none !important; }
body { top: 0 !important; }
.goog-te-banner-frame, .goog-te-balloon-frame, .goog-tooltip, .goog-tooltip:hover { display: none !important; background: transparent !important; box-shadow: none !important; }
#goog-gt-tt { display: none !important; }
.goog-te-gadget { font-size: 0 !important; height: 0 !important; overflow: hidden !important; }
font[style*="background-color"], font.goog-text-highlight { background: transparent !important; box-shadow: none !important; }

/* HERO (kept) */
.hero { position: relative; height: 100vh; height: 100dvh; min-height: 620px; overflow: hidden; color: var(--calce); }
@media (max-height: 700px) { .hero h1 { font-size: clamp(2.2rem, 5vw, 4.4rem) !important; } }
@media (max-width: 700px) {
  .hero h1 { font-size: clamp(2.8rem, 9vw, 4.2rem) !important; max-width: 14ch; }
  .hero-content { padding: 130px var(--gutter) 60px !important; justify-content: flex-start !important; }
  .hero-marker { margin-bottom: 24px; }
}
.hero-img { position: absolute; inset: 0; }
.hero-img img { width:100%; height: 100%; object-fit: cover; transform: scale(1.05); }
.hero-img::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(63,74,46,0.35) 0%, rgba(63,74,46,0.15) 30%, rgba(42,31,25,0.5) 70%, rgba(42,31,25,0.85) 100%); }
.hero-content { position: relative; z-index: 2; height: 100%; padding: 0 var(--gutter) 80px; display: flex; flex-direction: column; justify-content: flex-end; max-width: var(--max); margin: 0 auto; }
.hero-marker { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 600; margin-bottom: 32px; }
.hero-marker svg { width: 16px; height: 16px; color: var(--ocra); }
.hero h1 { font-family: var(--font-display); font-weight: 400; font-size: clamp(2.6rem, 7vw, 6rem); line-height: 1.05; letter-spacing: -0.015em; max-width: 17ch; margin-bottom: 24px; }
.hero h1 i { color: var(--ocra); }
.hero h1 .hl {
  background: #c9963f;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  padding: 0.04em 0.18em;
  border-radius: 2px;
  display: inline-block;
  line-height: 0.88;
  vertical-align: baseline;
  transform: translateY(0.04em);
}
.hero .sub { font-size: clamp(1rem, 1.4vw, 1.2rem); max-width: 42ch; line-height: 1.6; margin-bottom: 40px; color: rgba(248,244,237,0.92); }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 28px; font-weight: 600; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; transition: all 0.3s var(--ease); }
.btn-fill { background: var(--ocra); color: var(--ink); }
.btn-fill:hover { background: var(--calce); color: var(--ink); }
.btn-line { background: transparent; color: var(--calce); border: 1.5px solid rgba(248,244,237,0.5); }
.btn-line:hover { background: var(--calce); color: var(--ink); border-color: var(--calce); }
.btn .arrow { width: 20px; height: 1.5px; background: currentColor; position: relative; }
.btn .arrow::after { content:""; position: absolute; right: -1px; top: -3px; width: 8px; height: 8px; border-right: 1.5px solid currentColor; border-top: 1.5px solid currentColor; transform: rotate(45deg); }

/* ==========================================================
   STRUCT B: MAGAZINE EDITORIAL ASYMMETRIC
   - 12-col grid with offsets
   - HUGE roman numeral chapters
   - Pull quote XXL
   - Mosaic gallery with offsets/rotations
   - Stylized map for dintorni with pin micro-circles
   - Letter-style booking with stamp
   ========================================================== */

.section { padding: clamp(80px, 12vw, 160px) var(--gutter); position: relative; }
.section-12 {
  max-width: var(--max); margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  position: relative;
}

/* HUGE ROMAN CHAPTER NUM — offset behind content */
.huge-roman {
  position: absolute;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(8rem, 22vw, 22rem);
  line-height: 0.85;
  color: var(--ocra);
  opacity: 0.18;
  z-index: 0;
  pointer-events: none;
  letter-spacing: -0.05em;
}
.huge-roman.tl { top: -20px; left: -20px; }
.huge-roman.tr { top: -20px; right: -20px; }
.huge-roman.bl { bottom: -20px; left: -20px; }
.huge-roman.br { bottom: -20px; right: -20px; }

/* CHAPTER 01 - asymmetric: text spans 5 cols starting col 2, image spans 6 cols */
.s-intro { background: var(--calce); }
.s-intro .text-block { grid-column: 2 / span 5; padding-top: 60px; }
.s-intro .img-block { grid-column: 8 / span 5; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  font-weight: 700; color: var(--olive); margin-bottom: 20px;
}
.eyebrow::before { content:""; width: 24px; height: 2px; background: var(--ocra); }
.h-display {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(2.2rem, 5.5vw, 4.4rem);
  line-height: 1.02; letter-spacing: -0.015em;
  color: var(--ink);
}
.h-display i { color: var(--terra); font-style: italic; }
.body p { color: var(--ink-80); margin-bottom: 18px; max-width: 50ch; line-height: 1.75; font-size: 16px; }
.body p:first-child { margin-top: 28px; }
.signature { margin-top: 36px; font-family: var(--font-display); font-style: italic; color: var(--terra); font-size: 22px; }
.s-intro .img-block { position: relative; }
.s-intro .img-block .ima { aspect-ratio: 4/5; overflow: hidden; }
.s-intro .img-block .ima img { width:100%; height:100%; object-fit: cover; }
.s-intro .img-block .meta-circle {
  position: absolute; bottom: -50px; left: -40px;
  width: 160px; height: 160px;
  background: var(--ocra); color: var(--ink);
  border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--font-display); font-style: italic;
  text-align: center;
  z-index: 3;
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.3);
}
.s-intro .img-block .meta-circle .v { font-size: 36px; line-height: 1; }
.s-intro .img-block .meta-circle .l { font-family: var(--font-sans); font-size: 11px; font-style: normal; letter-spacing: 0.16em; text-transform: uppercase; margin-top: 4px; }
@media (max-width: 900px) {
  .s-intro .text-block, .s-intro .img-block { grid-column: 1 / -1; }
  .s-intro .img-block { margin-top: 40px; }
  .s-intro .img-block .meta-circle { width: 110px; height: 110px; left: -10px; bottom: -30px; }
  .s-intro .img-block .meta-circle .v { font-size: 24px; }
}

/* RIBBON */
.ribbon { background: var(--olive); color: var(--calce); padding: 44px 0; overflow: hidden; }
.ribbon-track { display: flex; gap: 48px; animation: marq 35s linear infinite; white-space: nowrap; width: max-content; }
.ribbon-track span { font-family: var(--font-display); font-size: clamp(1.5rem, 2.4vw, 2.2rem); display: inline-flex; align-items: center; gap: 48px; }
.ribbon-track .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ocra); }
.ribbon-track i { color: var(--ocra); font-style: italic; }
@keyframes marq { to { transform: translateX(-50%); } }

/* PULL QUOTE XXL — full-bleed minimal */
.pq {
  background: var(--calce-2);
  padding: clamp(100px, 16vw, 200px) var(--gutter);
  text-align: center;
  position: relative;
}
.pq-inner { max-width: 1100px; margin: 0 auto; position: relative; }
.pq blockquote {
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(2rem, 6vw, 5rem);
  line-height: 1.05; letter-spacing: -0.02em;
  color: var(--ink);
}
.pq blockquote .gold { color: var(--ocra); }
.pq cite { display: block; margin-top: 40px; font-style: normal; font-size: 12px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--terra); font-weight: 700; }
.pq::before {
  content: '"'; font-family: var(--font-display); font-style: italic;
  position: absolute; top: 60px; left: 50%; transform: translateX(-50%);
  font-size: clamp(8rem, 12vw, 14rem); color: var(--ocra); opacity: 0.25; line-height: 1;
}

/* CHAPTER 02 — Esperienza: image LEFT 7-col, list RIGHT 5-col offset */
.s-exp { background: var(--calce); }
.s-exp .img-block { grid-column: 1 / span 6; position: relative; }
.s-exp .text-block { grid-column: 8 / span 5; padding-top: 80px; }
.s-exp .img-block .ima { aspect-ratio: 4/5; overflow: hidden; }
.s-exp .img-block .ima img { width:100%; height:100%; object-fit: cover; }
.s-exp .text-block h2 { margin-bottom: 56px; }
.exp-row {
  display: grid; grid-template-columns: 80px 1fr; gap: 24px;
  padding: 28px 0; border-top: 1px solid var(--ink-20);
}
.exp-row:last-child { border-bottom: 1px solid var(--ink-20); }
.exp-row .num { font-family: var(--font-display); font-size: 48px; color: var(--ocra); line-height: 1; font-style: italic; }
.exp-row h3 { font-family: var(--font-display); font-weight: 400; font-size: 26px; margin-bottom: 8px; line-height: 1.15; }
.exp-row p { color: var(--ink-60); font-size: 15px; }
@media (max-width: 900px) {
  .s-exp .img-block, .s-exp .text-block { grid-column: 1 / -1; padding-top: 0; }
  .s-exp .img-block { aspect-ratio: 16/10; }
  .s-exp .img-block .ima { aspect-ratio: 16/10; }
}

/* CHAPTER — LE CAMERE: room-card grid */
.s-rooms { background: var(--calce-2); }
.rooms-inner { max-width: var(--max); margin: 0 auto; }
.rooms-head { text-align: center; margin-bottom: 64px; }
.rooms-head .h-display { max-width: 22ch; margin: 0 auto; }
.rooms-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.room-card { background: var(--calce); border-radius: 4px; overflow: hidden; box-shadow: 0 30px 60px -20px rgba(42,31,25,0.18); }
.room-card .rc-hero { aspect-ratio: 16/10; overflow: hidden; }
.room-card .rc-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.room-card .rc-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; }
.room-card .rc-thumbs img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.room-card .rc-body { padding: 32px clamp(24px, 4vw, 40px); }
.room-card .rc-body h3 { font-family: var(--font-display); font-weight: 400; font-size: 24px; color: var(--ink); margin-bottom: 10px; }
.room-card .rc-desc { color: var(--ink-60); font-size: 14.5px; line-height: 1.7; margin-bottom: 20px; }
.room-card .rc-amenities { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; list-style: none; }
.room-card .rc-amenities li { font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; font-weight: 700; color: var(--olive-2); background: var(--calce-2); border: 1px solid var(--ink-10); padding: 7px 13px; border-radius: 999px; }
.room-card .btn-card { width: 100%; justify-content: center; padding: 14px 22px; font-size: 12px; }
@media (max-width: 900px) { .rooms-grid { grid-template-columns: 1fr; } }

/* MOSAIC GALLERY — irregular with rotations */
.s-gallery { background: var(--olive-2); color: var(--calce); padding: clamp(80px, 12vw, 160px) var(--gutter); }
.s-gallery .eyebrow { color: var(--ocra); }
.s-gallery .eyebrow::before { background: var(--ocra); }
.s-gallery .h-display { color: var(--calce); }
.s-gallery .h-display i { color: var(--ocra); }
.s-gallery .head { max-width: var(--max); margin: 0 auto 64px; display: grid; grid-template-columns: 2fr 1fr; gap: 24px; align-items: end; }
.s-gallery .head .meta { text-align: right; font-family: var(--font-display); font-style: italic; color: var(--ocra); font-size: 18px; }
.mosaic {
  max-width: var(--max); margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 140px;
  gap: 8px;
}
.m-item {
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.5s var(--ease);
  position: relative;
}
.m-item:hover { transform: scale(1.02); z-index: 5; }
.m-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.m-item:hover img { transform: scale(1.05); }
.m-item.t1 { grid-column: span 2; grid-row: span 3; }
.m-item.t2 { grid-column: span 2; grid-row: span 2; }
.m-item.t3 { grid-column: span 1; grid-row: span 2; }
.m-item.t4 { grid-column: span 1; grid-row: span 1; }
.m-item.t5 { grid-column: span 3; grid-row: span 2; }
.m-item.t6 { grid-column: span 2; grid-row: span 2; }
.m-item.t7 { grid-column: span 1; grid-row: span 1; }
.m-item.t8 { grid-column: span 1; grid-row: span 2; }
.m-item.t9 { grid-column: span 2; grid-row: span 2; }
.m-item.t10 { grid-column: span 1; grid-row: span 1; }
.gallery-cta { text-align: center; margin-top: 48px; }
.gallery-cta button { background: var(--ocra); color: var(--ink); padding: 16px 32px; font-weight: 700; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; }
@media (max-width: 900px) { .mosaic { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 120px; } .m-item.t1 { grid-column: span 3; grid-row: span 2; } .m-item.t5 { grid-column: span 3; } }
@media (max-width: 600px) { .mosaic { grid-template-columns: repeat(2, 1fr); } .m-item { grid-column: span 1!important; grid-row: span 2!important; } .m-item.t1, .m-item.t5 { grid-column: span 2!important; } }

/* DINTORNI — Stylized map + pin micro-circles */
.s-around { background: var(--calce-2); padding: clamp(80px, 12vw, 160px) var(--gutter); }
.around-head { max-width: var(--max); margin: 0 auto 56px; text-align: center; }
.around-head .h-display { max-width: 22ch; margin: 0 auto; }
.map-poster {
  max-width: 1100px; margin: 0 auto;
  position: relative;
  background: var(--calce-3);
  aspect-ratio: 16/10;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,0.2);
}
.map-poster::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 500'><defs><pattern id='lines' width='40' height='40' patternUnits='userSpaceOnUse'><path d='M0 20 L40 20 M20 0 L20 40' stroke='%235C6B45' stroke-width='0.3' opacity='0.3'/></pattern></defs><rect width='100%25' height='100%25' fill='url(%23lines)'/><path d='M100 250 Q300 100 500 200 T700 350' stroke='%235C6B45' stroke-width='2' fill='none' opacity='0.5'/><path d='M50 350 Q250 250 450 320 T780 250' stroke='%23A85A3F' stroke-width='2' fill='none' opacity='0.4'/><circle cx='400' cy='250' r='80' fill='%23C9963F' opacity='0.1'/></svg>");
  background-size: cover;
}
.map-poster .label-c {
  position: absolute; top: 30px; left: 30px;
  background: var(--ocra); color: var(--ink);
  padding: 10px 16px;
  font-family: var(--font-display); font-style: italic;
  font-size: 16px;
  border-radius: 4px;
}
.pin {
  position: absolute;
  width: 90px; height: 90px;
  background: var(--calce);
  border-radius: 50%;
  border: 3px solid var(--ocra);
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 8px 20px -5px rgba(0,0,0,0.25);
  transition: transform 0.4s var(--ease);
}
.pin img { width: 100%; height: 100%; object-fit: cover; }
.pin::after {
  content: attr(data-name);
  position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%);
  white-space: nowrap;
  background: var(--ink); color: var(--calce);
  padding: 4px 10px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: 3px;
}
.pin:hover { transform: scale(1.15); }
.pin.p1 { top: 20%; left: 12%; }
.pin.p2 { top: 32%; left: 30%; }
.pin.p3 { top: 18%; left: 52%; }
.pin.p4 { top: 50%; left: 42%; }
.pin.p5 { top: 65%; left: 22%; }
.pin.p6 { top: 55%; left: 70%; }
.pin.p7 { top: 30%; left: 80%; }
.around-list {
  margin-top: 64px;
  max-width: 900px; margin-left: auto; margin-right: auto;
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  font-family: var(--font-display); font-size: 18px;
}
.around-list .ali {
  display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
  padding: 16px 0; border-bottom: 1px dotted var(--ink-20);
}
.around-list .ali .name { color: var(--ink); }
.around-list .ali .km { color: var(--terra); font-style: italic; font-size: 16px; }
@media (max-width: 900px) {
  .map-poster { aspect-ratio: 4/3; }
  .pin { width: 60px; height: 60px; }
  .pin::after { font-size: 9px; padding: 3px 6px; }
  .around-list { grid-template-columns: 1fr; }
}

/* TESTIMONIALS — editorial pull + 3 small cards */
.s-testi { background: var(--calce); padding: clamp(80px, 12vw, 160px) var(--gutter); }
.s-testi-inner { max-width: var(--max); margin: 0 auto; }
.s-testi .head { text-align: center; margin-bottom: 56px; }
.s-testi .h-display { max-width: 18ch; margin: 0 auto; }
.t-pull {
  margin-bottom: 40px;
  padding: 60px;
  background: var(--terra);
  color: var(--calce);
  border-radius: 4px;
  position: relative;
  text-align: center;
}
.t-pull blockquote { font-family: var(--font-display); font-style: italic; font-size: clamp(1.5rem, 3.2vw, 2.6rem); line-height: 1.3; max-width: 700px; margin: 0 auto 28px; }
.t-pull cite { font-style: normal; font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ocra); font-weight: 700; }
.t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.t-mini { background: var(--calce-2); padding: 28px; border-radius: 4px; border-top: 3px solid var(--ocra); }
.t-mini .stars { color: var(--ocra); font-size: 14px; margin-bottom: 12px; letter-spacing: 0.16em; }
.t-mini p { font-size: 15px; color: var(--ink-80); margin-bottom: 18px; line-height: 1.6; }
.t-mini .who { display: flex; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid var(--ink-20); }
.t-mini .av { width: 36px; height: 36px; border-radius: 50%; background: var(--olive); color: var(--calce); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; }
.t-mini .name { font-weight: 700; font-size: 13px; }
.t-mini .date { font-size: 11px; color: var(--ink-60); letter-spacing: 0.1em; text-transform: uppercase; }
@media (max-width: 900px) { .t-grid { grid-template-columns: 1fr; } }

/* FAQ — 2-col asymmetric */
.s-faq { background: var(--calce-2); padding: clamp(80px, 12vw, 160px) var(--gutter); }
.faq-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 4fr 7fr; gap: clamp(40px, 7vw, 100px); }
.faq-item { border-bottom: 1px solid var(--ink-20); }
.faq-q { width: 100%; text-align: left; padding: 26px 0; font-family: var(--font-display); font-size: 22px; display: flex; justify-content: space-between; align-items: center; gap: 24px; color: var(--ink); transition: color 0.3s; }
.faq-q:hover { color: var(--terra); }
.faq-q .plus { width: 28px; height: 28px; flex-shrink: 0; border: 1.5px solid var(--ocra); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--ocra); font-weight: 600; transition: transform 0.4s var(--ease), background 0.3s, color 0.3s; }
.faq-item.open .faq-q .plus { transform: rotate(45deg); background: var(--ocra); color: var(--calce); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.5s var(--ease); }
.faq-a-inner { padding: 0 0 26px; color: var(--ink-60); font-size: 15px; max-width: 60ch; line-height: 1.7; }
.faq-item.open .faq-a { max-height: 400px; }
@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; } }

/* BOOKING — Letter style with stamp */
.s-booking { background: var(--ink); color: var(--calce); padding: clamp(80px, 12vw, 160px) var(--gutter); position: relative; overflow: hidden; }
.s-booking::before { content:""; position: absolute; top: -200px; left: -200px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(201,150,63,0.15) 0%, transparent 70%); }
.s-booking .head { max-width: var(--max); margin: 0 auto 56px; text-align: center; position: relative; z-index: 1; }
.s-booking .eyebrow { color: var(--ocra); justify-content: center; }
.s-booking .h-display { color: var(--calce); }
.s-booking .h-display i { color: var(--ocra); }
.letter-card {
  max-width: 980px; margin: 0 auto;
  background: var(--calce);
  color: var(--ink);
  padding: 60px;
  position: relative;
  border-radius: 4px;
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: 48px;
}
.letter-card::before {
  content: ""; position: absolute; top: 14px; left: 14px; right: 14px; bottom: 14px;
  border: 1px dashed var(--ink-20); pointer-events: none;
}
.letter-card .stamp {
  position: absolute; top: -14px; right: 30px;
  width: 110px; height: 130px;
  background: var(--terra); color: var(--calce);
  border: 4px dashed var(--calce);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  transform: rotate(8deg);
  font-family: var(--font-display);
  z-index: 2;
}
.stamp .v { font-size: 32px; font-style: italic; line-height: 1; }
.stamp .l { font-family: var(--font-sans); font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; margin-top: 6px; }
.letter-info h3 { font-family: var(--font-display); font-style: italic; font-size: 32px; line-height: 1.1; color: var(--ink); margin-bottom: 16px; }
.letter-info p { color: var(--ink-60); font-size: 15px; margin-bottom: 32px; line-height: 1.6; }
.letter-info .row { padding: 16px 0; border-top: 1px solid var(--ink-20); }
.letter-info .row:last-child { border-bottom: 1px solid var(--ink-20); }
.letter-info small { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--olive); font-weight: 700; }
.letter-info .row > span, .letter-info .row > a { display: block; font-family: var(--font-display); font-size: 17px; margin-top: 4px; }
.letter-form h4 { font-family: var(--font-display); font-size: 22px; margin-bottom: 20px; color: var(--olive-2); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--olive); margin-bottom: 8px; }
.field input, .field select { width: 100%; padding: 14px 0; background: transparent; border: 0; border-bottom: 1.5px solid var(--ink-20); font-size: 15px; color: var(--ink); outline: none; transition: border-color 0.3s; font-family: var(--font-sans); }
.field input:focus, .field select:focus { border-color: var(--ocra); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field-row3 { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 20px; }
.qty { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1.5px solid var(--ink-20); }
.qty button { width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--olive); color: var(--olive); font-size: 16px; font-weight: 700; }
.qty button:hover { background: var(--olive); color: var(--calce); }
.qty input { flex: 1; text-align: center; background: transparent; border: 0; font-size: 17px; font-weight: 600; outline: none; padding: 4px 0; }
.btn-book { width: 100%; padding: 18px; background: var(--ocra); color: var(--ink); font-weight: 700; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; margin-top: 12px; transition: background 0.3s; }
.btn-book:hover { background: var(--ocra-2); color: var(--calce); }
.disclaimer { text-align: center; margin-top: 12px; font-size: 11px; color: var(--ink-60); }
@media (max-width: 900px) { .letter-card { grid-template-columns: 1fr; padding: 40px 32px; gap: 32px; } .letter-card .stamp { width: 80px; height: 90px; right: 20px; } .stamp .v { font-size: 22px; } }
@media (max-width: 600px) { .field-row, .field-row3 { grid-template-columns: 1fr; } }

/* MAP */
.map-section { padding: 0; }
.map-section iframe { width: 100%; height: 460px; border: 0; display: block; filter: sepia(15%); }

/* FOOTER */
footer { background: var(--olive-3); color: var(--calce); padding: 60px var(--gutter) 24px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer-brand h4 { font-family: var(--font-display); font-size: 36px; margin-bottom: 12px; }
.footer-brand h4 i { color: var(--ocra); font-style: italic; }
.footer-brand p { color: rgba(248,244,237,0.7); font-size: 14px; max-width: 30ch; }
.footer-col h5 { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ocra); margin-bottom: 14px; font-weight: 700; }
.footer-col a, .footer-col p { display: block; color: rgba(248,244,237,0.78); font-size: 14px; margin-bottom: 6px; transition: color 0.3s; }
.footer-col a:hover { color: var(--ocra); }
.footer-bottom { border-top: 1px solid rgba(248,244,237,0.15); margin-top: 48px; padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 11px; color: rgba(248,244,237,0.5); letter-spacing: 0.1em; text-transform: uppercase; }
.footer-bottom a { color: var(--ocra); }
@media (max-width: 700px) { .footer-top { grid-template-columns: 1fr; } }

/* LIGHTBOX */
.lb { position: fixed; inset: 0; z-index: 9990; background: rgba(42,31,25,0.97); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.4s; }
.lb.open { opacity: 1; visibility: visible; }
.lb-img { max-width: 90vw; max-height: 85vh; }
.lb-close, .lb-arrow { position: absolute; width: 50px; height: 50px; border-radius: 50%; border: 1.5px solid rgba(248,244,237,0.4); display: flex; align-items: center; justify-content: center; color: var(--calce); transition: background 0.3s; }
.lb-close { top: 24px; right: 24px; }
.lb-close::before, .lb-close::after { content:""; position:absolute; width: 18px; height: 1.5px; background: currentColor; }
.lb-close::before { transform: rotate(45deg); } .lb-close::after { transform: rotate(-45deg); }
.lb-arrow.prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lb-arrow.next { right: 24px; top: 50%; transform: translateY(-50%); }
.lb-close:hover, .lb-arrow:hover { background: var(--ocra); border-color: var(--ocra); }
.lb-counter { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); font-size: 12px; letter-spacing: 0.18em; color: var(--calce); opacity: 0.7; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .reveal { opacity:1!important; transform:none!important; } }

.flatpickr-calendar { background: var(--calce)!important; border-radius: 4px!important; border: 1px solid var(--ink-20)!important; font-family: var(--font-sans)!important; }
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange { background: var(--ocra)!important; border-color: var(--ocra)!important; color: var(--ink)!important; }
.flatpickr-day:hover { background: rgba(201,150,63,0.18)!important; }
.flatpickr-day.today { border-color: var(--ocra)!important; }
.flatpickr-current-month { font-family: var(--font-display)!important; }

/* =========================================================
   LEGAL · POLICY MODAL · COOKIE BANNER (Aia di San Giorgio)
========================================================= */
.map-container { position: relative; width: 100%; height: 460px; }
.map-container iframe { width: 100%; height: 100%; border: 0; display: block; filter: sepia(15%); }
.map-blocked { position: absolute; inset: 0; background: var(--calce-2); display: flex; align-items: center; justify-content: center; color: var(--ink-80); padding: 32px 24px; }
.map-blocked-inner { text-align: center; max-width: 440px; }
.map-blocked svg { margin-bottom: 14px; color: var(--olive); opacity: .8; }
.map-blocked h4 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.35rem, 2.6vw, 1.6rem); color: var(--ink); margin-bottom: 8px; letter-spacing: -0.01em; }
.map-blocked p { font-size: 14px; line-height: 1.6; color: var(--ink-60); margin-bottom: 20px; }
.btn-consent-map { background: var(--olive); color: var(--calce); padding: 13px 26px; border-radius: 4px; border: 0; font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; cursor: pointer; transition: background 0.3s, transform 0.3s; }
.btn-consent-map:hover { background: var(--olive-2); transform: translateY(-1px); }
.map-policy-link { display: inline-block; margin-top: 14px; font-family: var(--font-display); font-style: italic; font-size: 14px; color: var(--ink-60); text-decoration: none; border-bottom: 1px solid var(--ink-20); padding-bottom: 2px; }
.map-policy-link:hover { color: var(--olive); border-bottom-color: var(--olive); }

/* Footer legal */
.footer-legal { display: flex; justify-content: center; align-items: center; gap: 22px; flex-wrap: wrap; padding: 18px var(--gutter) 0; font-family: var(--font-display); font-style: italic; font-size: 14px; color: rgba(248,244,237,0.65); border-top: 1px solid rgba(248,244,237,0.12); max-width: var(--max); margin: 0 auto; }
.footer-legal a { color: rgba(248,244,237,0.7); text-decoration: none; padding-bottom: 2px; border-bottom: 1px solid transparent; transition: color 0.3s, border-color 0.3s; }
.footer-legal a:hover { color: var(--ocra); border-bottom-color: var(--ocra); }
.footer-legal .sep { width: 3px; height: 3px; background: rgba(248,244,237,0.3); border-radius: 50%; }
@media (max-width: 600px) { .footer-legal { gap: 12px; font-size: 13px; } .footer-legal .sep { display: none; } }

/* Cookie banner */
.cookie-banner { position: fixed; left: clamp(16px, 3vw, 32px); right: clamp(16px, 3vw, 32px); bottom: clamp(16px, 3vw, 32px); z-index: 9990; background: var(--olive-3); color: var(--calce); border-radius: 6px; box-shadow: 0 30px 80px rgba(42,31,25,0.45); padding: clamp(20px, 2.5vw, 26px) clamp(22px, 3vw, 32px); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; transform: translateY(24px); opacity: 0; pointer-events: none; transition: transform .5s var(--ease), opacity .4s var(--ease); max-width: 1080px; margin: 0 auto; border: 1px solid rgba(201,150,63,0.22); }
.cookie-banner.visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.cookie-banner-text { font-size: 13.5px; line-height: 1.6; color: rgba(248,244,237,0.85); }
.cookie-banner-text h5 { font-family: var(--font-display); font-weight: 400; font-size: 20px; color: var(--calce); margin-bottom: 6px; letter-spacing: -0.01em; }
.cookie-banner-text h5 em { color: var(--ocra); font-style: italic; }
.cookie-banner-text a { color: var(--ocra); text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner-text a:hover { color: var(--calce); }
.cookie-banner-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; align-items: center; }
.cookie-btn { font-family: var(--font-sans); font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; padding: 12px 20px; border-radius: 4px; cursor: pointer; transition: all .25s ease; border: 1px solid transparent; white-space: nowrap; }
.cookie-btn.ghost { background: transparent; color: rgba(248,244,237,0.8); border-color: rgba(248,244,237,0.22); }
.cookie-btn.ghost:hover { color: var(--ink); border-color: var(--calce); background: var(--calce); }
.cookie-btn.primary { background: var(--ocra); color: var(--ink); border-color: var(--ocra); }
.cookie-btn.primary:hover { background: var(--ocra-2); border-color: var(--ocra-2); color: var(--calce); }
.cookie-btn.link { background: transparent; color: rgba(248,244,237,0.6); border: 0; padding: 12px 10px; text-decoration: underline; text-underline-offset: 4px; }
.cookie-btn.link:hover { color: var(--calce); }
@media (max-width: 820px) { .cookie-banner { grid-template-columns: 1fr; gap: 16px; padding: 20px 20px 18px; } .cookie-banner-actions { justify-content: flex-start; } .cookie-btn { flex: 1 1 calc(50% - 5px); text-align: center; padding: 12px 10px; } .cookie-btn.link { flex-basis: 100%; } }

/* Policy + prefs modal */
.legal-overlay { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: clamp(16px, 3vw, 48px); background: rgba(42,31,25,0.78); backdrop-filter: saturate(1.1) blur(6px); -webkit-backdrop-filter: saturate(1.1) blur(6px); opacity: 0; transition: opacity .35s var(--ease); }
.legal-overlay.open { display: flex; opacity: 1; }
.legal-card { background: var(--calce); color: var(--ink); width: 100%; max-width: 860px; max-height: 92vh; border-radius: 6px; box-shadow: 0 40px 100px rgba(42,31,25,0.5); display: flex; flex-direction: column; overflow: hidden; transform: translateY(16px) scale(0.98); transition: transform .45s var(--ease); border: 1px solid var(--calce-2); }
.legal-overlay.open .legal-card { transform: translateY(0) scale(1); }
.legal-head { padding: 30px clamp(24px, 4vw, 44px) 22px; border-bottom: 1px solid var(--ink-10); display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; background: var(--calce); position: sticky; top: 0; z-index: 2; }
.legal-head .kicker { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--olive-2); font-weight: 700; display: block; margin-bottom: 8px; }
.legal-head h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.8rem, 3.6vw, 2.4rem); line-height: 1.1; color: var(--ink); letter-spacing: -0.01em; }
.legal-head h3 em { font-style: italic; color: var(--olive); font-weight: 400; }
.legal-head .updated { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-40); margin-top: 8px; }
.legal-close { position: relative; flex-shrink: 0; width: 40px; height: 40px; border-radius: 4px; border: 1px solid var(--ink-20); background: transparent; cursor: pointer; color: var(--ink); transition: background .25s ease, border-color .25s ease, transform .25s ease; }
.legal-close:hover { background: var(--ink); color: var(--calce); border-color: var(--ink); transform: rotate(90deg); }
.legal-close::before, .legal-close::after { content: ''; position: absolute; left: 50%; top: 50%; width: 14px; height: 1px; background: currentColor; }
.legal-close::before { transform: translate(-50%,-50%) rotate(45deg); }
.legal-close::after { transform: translate(-50%,-50%) rotate(-45deg); }

.legal-body { padding: 26px clamp(24px, 4vw, 44px) clamp(32px, 5vw, 48px); overflow-y: auto; flex: 1; font-size: 14.5px; line-height: 1.75; color: var(--ink-80); overscroll-behavior: contain; }
.legal-body::-webkit-scrollbar { width: 8px; }
.legal-body::-webkit-scrollbar-thumb { background: var(--ink-20); border-radius: 4px; }
.legal-body .lead { font-family: var(--font-display); font-style: italic; font-size: 15.5px; color: var(--ink-80); margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--ink-10); }
.legal-body h4 { font-family: var(--font-display); font-weight: 400; font-size: 1.4rem; color: var(--ink); margin-top: 34px; margin-bottom: 12px; letter-spacing: -0.01em; scroll-margin-top: 120px; }
.legal-body h4:first-of-type { margin-top: 0; }
.legal-body h5 { font-family: var(--font-sans); font-weight: 700; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); margin-top: 22px; margin-bottom: 10px; }
.legal-body p { margin-bottom: 12px; }
.legal-body p strong, .legal-body li strong { color: var(--ink); font-weight: 700; }
.legal-body ul, .legal-body ol { padding-left: 20px; margin-bottom: 14px; }
.legal-body li { margin-bottom: 6px; }
.legal-body a { color: var(--olive-2); text-decoration: underline; text-underline-offset: 3px; }
.legal-body a:hover { color: var(--olive); }
.legal-body .callout { background: var(--calce-2); border-left: 3px solid var(--ocra); padding: 14px 18px; margin: 18px 0; font-size: 14px; border-radius: 4px; }
.legal-body .placeholder { display: inline-block; background: rgba(201,150,63,0.18); color: var(--ocra-2); padding: 1px 8px; border-radius: 3px; font-weight: 600; font-size: 0.95em; border: 1px dashed var(--ocra); }
.legal-body table { width: 100%; border-collapse: collapse; margin: 14px 0 22px; font-size: 13.5px; }
.legal-body table th, .legal-body table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--ink-10); vertical-align: top; }
.legal-body table th { font-family: var(--font-sans); font-weight: 700; color: var(--ink); background: var(--calce-2); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.legal-body table td { color: var(--ink-80); }
.legal-body .cookie-block { background: #fff; border: 1px solid var(--ink-10); border-radius: 4px; padding: 18px 22px; margin: 16px 0; }
.legal-body .cookie-block h5 { margin-top: 0; margin-bottom: 8px; }
.legal-body .cookie-block .tag { display: inline-block; font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; padding: 2px 8px; border-radius: 999px; margin-left: 6px; font-weight: 700; vertical-align: 1px; }
.legal-body .tag-tech { background: var(--ink-10); color: var(--ink); }
.legal-body .tag-third { background: rgba(92,107,69,0.18); color: var(--olive-2); }
.legal-body .cookie-block dl { margin-top: 8px; font-size: 13px; }
.legal-body .cookie-block dl div { display: grid; grid-template-columns: 150px 1fr; padding: 6px 0; border-bottom: 1px dashed var(--ink-10); }
.legal-body .cookie-block dl div:last-child { border-bottom: 0; }
.legal-body .cookie-block dt { font-weight: 700; color: var(--ink); font-size: 12px; }
.legal-body .cookie-block dd { color: var(--ink-80); font-size: 13px; }
.legal-body .foot-note { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--ink-10); font-family: var(--font-display); font-style: italic; font-size: 14px; color: var(--ink-60); }

/* Prefs */
.cookie-prefs-card { max-width: 620px; }
.cookie-prefs-body { padding: 22px 32px 8px; overflow-y: auto; flex: 1; font-size: 14px; line-height: 1.6; color: var(--ink-80); }
.cookie-prefs-body p { margin-bottom: 12px; }
.cookie-prefs-body a { color: var(--olive-2); text-decoration: underline; text-underline-offset: 3px; }
.cookie-category { padding: 16px 0; border-bottom: 1px solid var(--ink-10); display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: flex-start; }
.cookie-category:last-of-type { border-bottom: 0; }
.cookie-category-title { font-weight: 700; font-size: 14px; color: var(--ink); margin-bottom: 4px; }
.cookie-category-desc { font-size: 13px; color: var(--ink-60); line-height: 1.55; }
.cookie-category .status { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-40); margin-top: 6px; font-weight: 700; }
.switch { position: relative; width: 46px; height: 26px; flex-shrink: 0; }
.switch input { opacity: 0; width: 0; height: 0; position: absolute; }
.switch .slider { position: absolute; inset: 0; background: var(--ink-20); border-radius: 999px; cursor: pointer; transition: background .2s ease; }
.switch .slider::before { content: ''; position: absolute; left: 3px; top: 3px; width: 20px; height: 20px; background: var(--calce); border-radius: 50%; transition: transform .2s var(--ease); }
.switch input:checked + .slider { background: var(--olive); }
.switch input:checked + .slider::before { transform: translateX(20px); }
.switch input:disabled + .slider { background: rgba(92,107,69,0.55); cursor: not-allowed; }
.cookie-prefs-foot { padding: 18px 32px 24px; border-top: 1px solid var(--ink-10); display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.cookie-prefs-foot .cookie-btn.ghost { color: var(--ink-60); border-color: var(--ink-20); }
.cookie-prefs-foot .cookie-btn.ghost:hover { color: var(--calce); border-color: var(--ink); background: var(--ink); }
.cookie-prefs-foot .cookie-btn.primary { background: var(--olive); color: var(--calce); border-color: var(--olive); }
.cookie-prefs-foot .cookie-btn.primary:hover { background: var(--olive-2); border-color: var(--olive-2); }
@media (max-width: 500px) { .cookie-prefs-body, .cookie-prefs-foot, .legal-head { padding-left: 20px; padding-right: 20px; } .cookie-prefs-foot { flex-direction: column; } .cookie-prefs-foot .cookie-btn { width: 100%; text-align: center; } }

body.no-scroll { overflow: hidden; }

.m-item[hidden] { display: none; }

.around-list a.ali { transition: color .3s var(--ease); }
.around-list a.ali:hover .name { color: var(--terra); }
