/* Casa Laudieri — editorial alpine */

/* Self-hosted Cormorant Garamond (variable). Served from our own domain — no
   request to Google's servers, so no visitor-IP transfer (GDPR). One variable
   file covers weights 300–500; a second covers italics. */
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('fonts/CormorantGaramond-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 300 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('fonts/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 300 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'EB Garamond';
  src: url('fonts/EBGaramond-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EB Garamond';
  src: url('fonts/EBGaramond-Italic-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 400 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('fonts/Manrope-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 300 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('fonts/JetBrainsMono-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('fonts/JetBrainsMono-Italic-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Metric-matched fallbacks. While the real fonts download the browser shows a
   local system font SCALED to the real one's metrics, so when the swap happens
   the text doesn't jump / reflow. Separate family names, listed right after the
   real ones in the --serif / --sans stacks. */
@font-face {
  font-family: 'Cormorant fallback';
  src: local('Georgia'), local('Times New Roman');
  size-adjust: 90%; ascent-override: 95%; descent-override: 24%; line-gap-override: 0%;
}
@font-face {
  font-family: 'Manrope fallback';
  src: local('Arial'), local('Helvetica Neue');
  size-adjust: 100%; ascent-override: 99%; descent-override: 27%; line-gap-override: 0%;
}

:root {
  /* default Bone palette - overridden by JS via [data-palette] */
  --paper: #FAF6EF;
  --paper-2: #F2ECE0;
  --ink: #2A2622;
  --ink-soft: #4A433C;
  --mute: #786F5F;
  --hair: #D8CFC0;
  --accent: #6B5544;
  --on-accent: #FAF6EF;

  --serif: 'Cormorant Garamond', 'Cormorant fallback', 'EB Garamond', Georgia, serif;
  --sans: 'Manrope', 'Manrope fallback', system-ui, -apple-system, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, Menlo, monospace;

  --max: 1320px;
  --gutter: clamp(20px, 4vw, 56px);
}

[data-palette="stone"] {
  --paper: #EFEDE8;
  --paper-2: #E4E0D8;
  --ink: #232628;
  --ink-soft: #43464A;
  --mute: #7E8186;
  --hair: #CFCDC6;
  --accent: #4D5358;
  --on-accent: #EFEDE8;
}

[data-palette="forest"] {
  --paper: #ECEAE2;
  --paper-2: #DDD9CC;
  --ink: #1E2620;
  --ink-soft: #2C3A30;
  --mute: #6F7A6F;
  --hair: #C7CBBE;
  --accent: #3B4A3B;
  --on-accent: #ECEAE2;
}

[data-palette="ink"] {
  --paper: #1A1714;
  --paper-2: #221E1A;
  --ink: #F0E9DC;
  --ink-soft: #C9C0B0;
  --mute: #8A8276;
  --hair: #3A332C;
  --accent: #D4B896;
  --on-accent: #1A1714;
}

[data-type="serif-display"] {
  --display: var(--serif);
  --body: var(--sans);
}
[data-type="all-serif"] {
  --display: var(--serif);
  --body: 'EB Garamond', Georgia, serif;
}
[data-type="modern-sans"] {
  --display: var(--sans);
  --body: var(--sans);
}

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

html, body { background: var(--paper); color: var(--ink); overflow-x: hidden; }
.casa-map, .map-ph { contain: layout paint; }

body {
  font-family: var(--body, var(--sans));
  font-size: 16.5px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: background 0.4s ease, color 0.4s ease;
}

img { max-width: 100%; display: block; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
a { color: inherit; text-decoration: none; }

/* ---------- Type ---------- */

.serif { font-family: var(--display, var(--serif)); font-weight: 300; }
.display { font-family: var(--display, var(--serif)); font-weight: 300; letter-spacing: -0.01em; line-height: 1.05; }
.display-xl { font-size: clamp(48px, 8vw, 128px); }
.display-l { font-size: clamp(40px, 6vw, 88px); }
.display-m { font-size: clamp(32px, 4.4vw, 64px); }
.display-s { font-size: clamp(24px, 3vw, 40px); }
.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--mute);
}
.numeral {
  font-family: var(--serif);
  font-weight: 300;
  font-variant-numeric: tabular-nums;
}
.body-l { font-size: 17px; line-height: 1.65; color: var(--ink-soft); }
.body-m { font-size: 15px; line-height: 1.6; color: var(--ink-soft); }
.body-s { font-size: 12px; line-height: 1.55; color: var(--mute); }

/* ---------- Layout ---------- */

.shell { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.bleed { width: 100%; }
.section { padding: clamp(60px, 9vw, 140px) 0; }
.section-sm { padding: clamp(40px, 6vw, 80px) 0; }
.hair { height: 1px; background: var(--hair); border: none; }
.vhair { width: 1px; background: var(--hair); }

/* ---------- Nav ---------- */

.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 22px var(--gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  transition: background 0.4s ease, color 0.4s ease, padding 0.3s ease, border-color 0.4s ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: color-mix(in oklab, var(--paper) 92%, transparent);
  backdrop-filter: blur(12px);
  padding: 14px var(--gutter);
  border-bottom-color: var(--hair);
}
.nav.on-dark { color: #FAF6EF; }
.nav.on-dark .nav-links a { color: rgba(250, 246, 239, 0.82); }
.nav.on-dark.scrolled { color: var(--ink); }
.nav.on-dark.scrolled .nav-links a { color: var(--ink); }
/* The brand subtitle and language switch now carry solid colours instead of
   opacity (opacity failed contrast). Those colours are dark, so the over-hero
   variant needs light equivalents — still solid, so contrast holds. */
.nav.on-dark .nav-brand small { color: #DCD5C9; }
.nav.on-dark .lang-switch button { color: #DCD5C9; }
.nav.on-dark .lang-switch button.active,
.nav.on-dark .lang-switch button:hover { color: #FAF6EF; }
.nav.on-dark .menu-btn { color: #FAF6EF; }
.nav.on-dark.scrolled .nav-brand small { color: var(--mute); }
.nav.on-dark.scrolled .lang-switch button { color: var(--mute); }
.nav.on-dark.scrolled .lang-switch button.active,
.nav.on-dark.scrolled .lang-switch button:hover { color: var(--ink); }
.nav.on-dark.scrolled .menu-btn { color: var(--ink); }
.nav-brand {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  justify-self: start;
  display: flex; align-items: baseline; gap: 10px;
}
.nav-brand small {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mute);
}
.nav-links {
  display: flex; gap: 28px; align-items: center;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500;
  white-space: nowrap;
}
.nav-links a { position: relative; padding: 6px 0; cursor: pointer; opacity: 0.85; transition: opacity 0.2s; }
.nav-links a:hover, .nav-links a.active { opacity: 1; }
.nav-links a.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 1px; background: currentColor;
}
.nav-right { justify-self: end; display: flex; align-items: center; gap: 18px; }
.lang-switch { display: flex; gap: 4px; font-size: 12px; letter-spacing: 0.12em; font-weight: 500; }
.lang-switch button {
  min-width: 44px; min-height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0 4px; color: var(--mute); transition: color 0.2s;
  text-transform: uppercase;
}
.lang-switch button.active { color: var(--ink); }
.lang-switch button:hover { color: var(--ink); }
.btn {
  font-family: var(--sans);
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 12px 22px;
  border: 1px solid currentColor;
  transition: background 0.25s, color 0.25s;
  font-weight: 500;
  display: inline-flex; align-items: center; gap: 10px;
  cursor: pointer;
}
.btn:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn-light:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn-solid {
  background: var(--ink); color: var(--paper); border-color: var(--ink);
}
.btn-solid:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.btn-ghost { border-color: var(--hair); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* mobile menu */
.menu-btn { display: none; }
@media (max-width: 1180px) {
  .nav-links, .nav-right .btn { display: none; }
  .menu-btn { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; }
  .nav { grid-template-columns: 1fr auto; }
  .nav-right { gap: 12px; }
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  display: flex; align-items: flex-end;
  color: #FAF6EF;
}
.hero-media {
  position: absolute; inset: 0;
  animation: kenburns 20s ease-in-out infinite alternate;
}
@keyframes kenburns {
  from { transform: scale(1) translate(0, 0); }
  to   { transform: scale(1.08) translate(-1%, -1%); }
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
}
.hero-content {
  position: relative; z-index: 2;
  width: 100%;
  padding: 0 var(--gutter) clamp(48px, 7vw, 96px);
  max-width: var(--max); margin: 0 auto;
}
.hero h1 { color: #FAF6EF; max-width: 18ch; }
.hero-meta {
  display: flex; align-items: center; gap: 24px;
  margin-bottom: 22px;
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500;
  opacity: 0.9;
}
.hero-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: 0.6; }
.hero-foot {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-top: clamp(40px, 6vw, 64px);
  gap: 24px; flex-wrap: wrap;
}
.hero-foot .lede { max-width: 38ch; opacity: 0.92; font-size: 16px; line-height: 1.6; }
.scroll-cue {
  display: flex; align-items: center; gap: 12px;
  font-size: 12px; letter-spacing: 0.25em; text-transform: uppercase; opacity: 0.85;
}
.scroll-cue .line { width: 32px; height: 1px; background: currentColor; opacity: 0.6; }

/* ---------- Image placeholder ---------- */

.ph {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--paper-2) 0%, var(--paper) 100%);
  display: flex; align-items: center; justify-content: center;
}
.ph svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.ph-label {
  position: relative; z-index: 1;
  font-family: var(--mono);
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-soft); opacity: 0.55;
  padding: 6px 10px;
  border: 1px solid color-mix(in oklab, var(--ink) 20%, transparent);
  background: color-mix(in oklab, var(--paper) 70%, transparent);
}
.ph.dark { background: linear-gradient(135deg, #2A2622 0%, #4A433C 100%); }
.ph.dark .ph-label { color: #FAF6EF; opacity: 0.7; border-color: rgba(250,246,239,0.3); background: rgba(0,0,0,0.25); }

/* ---------- Sections / reveal ---------- */

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.9s ease, transform 0.9s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-repeat { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal-repeat.in { opacity: 1; transform: translateY(0); }

.section-head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: end;
  margin-bottom: clamp(40px, 6vw, 80px);
}
.eyebrow-num { display: flex; align-items: baseline; gap: 14px; }
.eyebrow-num .num { font-family: var(--serif); font-size: 22px; font-weight: 300; color: var(--mute); }
.section-head .eyebrow-num { display: flex; align-items: baseline; gap: 14px; }
.section-head .eyebrow-num .num { font-family: var(--serif); font-size: 22px; font-weight: 300; color: var(--mute); }
.section-head h2 { max-width: 16ch; }
.section-head .lede { font-size: 17px; line-height: 1.6; color: var(--ink-soft); max-width: 52ch; }
@media (max-width: 760px) { .section-head { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- Apartments cards ---------- */

.apt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, 5vw, 80px) clamp(28px, 4vw, 56px);
}
@media (max-width: 1080px) { .apt-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .apt-grid { grid-template-columns: 1fr; } }

.apt-card { display: flex; flex-direction: column; cursor: pointer; }
.apt-card .ph {
  aspect-ratio: 4 / 5;
  transition: transform 0.6s ease;
}
.apt-card:hover .ph { transform: translateY(-4px); }
.apt-card .ph-inner { overflow: hidden; }
.apt-card .ph-inner .ph { transition: transform 1.2s ease; }
.apt-card:hover .ph-inner .ph { transform: scale(1.04); }

.apt-meta {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-top: 20px; padding-bottom: 14px;
  border-bottom: 1px solid var(--hair);
}
.apt-meta h2, .apt-meta h3 { font-size: clamp(24px, 2.4vw, 34px); }
.apt-meta .sleeps { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mute); font-weight: 500; }
.apt-card .desc { margin-top: 14px; font-size: 16px; color: var(--ink-soft); max-width: 44ch; }
.apt-card .specs {
  margin-top: 16px; display: flex; gap: 20px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute);
}
.apt-card .specs span { display: inline-flex; align-items: center; gap: 8px; }

/* ---------- Story strip ---------- */

.story-strip { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.story-strip > image-slot { align-self: start; height: auto !important; }
@media (max-width: 880px) { .story-strip { grid-template-columns: 1fr; } }
.story-strip .ph { aspect-ratio: 4 / 5; }
.story-text h2 { margin-bottom: 24px; }
.story-text p { font-size: 16px; line-height: 1.7; color: var(--ink-soft); margin-bottom: 18px; max-width: 48ch; }
.story-text .meta-list { margin-top: 32px; display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--hair); }
.story-text .meta-list .row {
  display: grid; grid-template-columns: 120px 1fr;
  padding: 14px 0; border-bottom: 1px solid var(--hair);
  font-size: 12px;
}
.story-text .meta-list .row dt { color: var(--mute); letter-spacing: 0.12em; text-transform: uppercase; font-size: 12px; font-weight: 500; }
.story-text .meta-list .row dd { color: var(--ink); }

/* ---------- Area grid ---------- */

.area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--hair);
  border: 1px solid var(--hair);
}
@media (max-width: 1000px) { .area-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .area-grid { grid-template-columns: 1fr; } }
.area-cell {
  background: var(--paper);
  padding: 32px 28px;
  min-height: 280px;
  display: flex; flex-direction: column; justify-content: space-between;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
}
.area-cell:hover { background: var(--paper-2); }
.area-cell .num {
  font-family: var(--serif); font-size: 14px; font-weight: 300; color: var(--mute);
}
.area-cell h2, .area-cell h3 { font-family: var(--serif); font-weight: 300; font-size: 26px; line-height: 1.15; margin: 14px 0 12px; max-width: 16ch; min-height: 2.3em; }
.area-cell p { font-size: 13px; line-height: 1.6; color: var(--ink-soft); max-width: 34ch; }
.area-cell .arrow { font-family: var(--serif); margin-top: 18px; font-size: 18px; color: var(--mute); transition: transform 0.3s, color 0.3s; }
.area-cell:hover .arrow { color: var(--ink); transform: translateX(6px); }

/* ---------- Apartment gallery ---------- */
.apt-gallery { position: relative; }
.apt-gallery-stage { position: relative; }
.apt-gallery-slide { position: absolute; inset: 0; transition: opacity 0.4s ease; }
.apt-gallery-slide:first-child { position: relative; }
.apt-gallery-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 42px; height: 42px; border: none; cursor: pointer;
  background: rgba(250, 246, 239, 0.86); color: var(--ink);
  font-size: 24px; line-height: 1; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s; z-index: 2;
}
.apt-gallery-nav:hover { background: var(--paper); }
.apt-gallery-nav.prev { left: 12px; }
.apt-gallery-nav.next { right: 12px; }
.apt-gallery-dots {
  display: flex; gap: 8px; justify-content: center; margin-top: 14px;
}
.apt-gallery-dot {
  width: 7px; height: 7px; border-radius: 50%; border: none; padding: 0; cursor: pointer;
  background: var(--hair); transition: background 0.2s, transform 0.2s;
}
.apt-gallery-dot.on { background: var(--ink); transform: scale(1.15); }

/* ---------- Big quote ---------- */

.big-quote {
  text-align: center;
  padding: clamp(80px, 12vw, 160px) var(--gutter);
}
.big-quote q {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(28px, 3.8vw, 52px);
  line-height: 1.25; letter-spacing: -0.01em;
  max-width: 26ch; margin: 0 auto; display: block;
  quotes: '“' '”';
}
.big-quote .attrib { margin-top: 32px; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mute); }

/* ---------- Reviews ---------- */

.reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1px; background: var(--hair); border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
@media (max-width: 880px) { .reviews { grid-template-columns: 1fr; } }
.review { background: var(--paper); padding: 48px 36px; }
.review .stars { font-family: var(--serif); letter-spacing: 0.18em; font-size: 14px; color: var(--accent); margin-bottom: 24px; }
.review q { font-family: var(--serif); font-weight: 300; font-size: 22px; line-height: 1.35; display: block; margin-bottom: 24px; }
.review .who { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mute); }
.review .who strong { color: var(--ink); font-weight: 500; }

/* ---------- FAQ ---------- */

.faq { max-width: 880px; margin: 0 auto; }
.faq-item { border-top: 1px solid var(--hair); }
.faq-item:last-child { border-bottom: 1px solid var(--hair); }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 4px; cursor: pointer; width: 100%; text-align: left;
  font-family: var(--serif); font-weight: 300; font-size: 22px;
}
.faq-q .plus { font-family: var(--sans); font-size: 18px; transition: transform 0.3s; color: var(--mute); }
.faq-item.open .faq-q .plus { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  color: var(--ink-soft);
}
.faq-item.open .faq-a {
  max-height: 720px; padding: 0 4px 26px;
}
.faq-a p { font-size: 16px; line-height: 1.65; max-width: 64ch; white-space: pre-line; }

/* ---------- Gallery ---------- */

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.gallery > * { width: 100%; aspect-ratio: 4 / 3; }
@media (max-width: 760px) {
  .gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .gallery { grid-template-columns: 1fr; }
}

/* ---------- Footer ---------- */

.foot {
  background: var(--ink); color: var(--paper);
  padding: clamp(60px, 8vw, 100px) var(--gutter) 32px;
}
.foot-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 56px; border-bottom: 1px solid rgba(250,246,239,0.15);
}
@media (max-width: 880px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; gap: 32px; } }
.foot-brand .foot-wordmark {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.04em;
  color: var(--paper);
  display: flex; align-items: baseline; gap: 12px;
}
.foot-brand .foot-wordmark small {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(250,246,239,0.75);
}
.foot-brand p { margin-top: 16px; color: rgba(250,246,239,0.75); max-width: 36ch; font-size: 15px; line-height: 1.6; }
.foot h2 { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(250,246,239,0.72); font-weight: 500; margin-bottom: 18px; }
.foot ul { list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: rgba(250,246,239,0.82); }
.foot ul a { transition: color 0.2s; cursor: pointer; }
.foot ul a:hover { color: var(--paper); }
.foot-bottom {
  max-width: var(--max); margin: 32px auto 0;
  display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(250,246,239,0.75);
}

.newsletter { display: flex; gap: 0; border-bottom: 1px solid rgba(250,246,239,0.3); padding-bottom: 10px; margin-top: 18px; max-width: 320px; }
.newsletter input {
  flex: 1; background: transparent; border: none; outline: none;
  color: var(--paper); font: inherit; font-size: 14px; padding: 6px 0;
}
.newsletter input::placeholder { color: rgba(250,246,239,0.75); }
.newsletter button { color: var(--paper); font-size: 18px; padding: 4px 8px; }

/* ---------- Booking widget (Smoobu-mock) ---------- */

.booking-bar {
  position: relative; z-index: 3;
  margin: -64px auto 0;
  max-width: 1080px;
  background: var(--paper);
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr auto;
  gap: 24px;
  align-items: stretch;
  box-shadow: 0 30px 80px -30px rgba(0,0,0,0.25);
  border-top: 1px solid var(--accent);
}
.booking-bar > .btn { align-self: end; }
.booking-bar--simple {
  grid-template-columns: 1fr auto;
  max-width: 720px;
  align-items: end;
}
@media (max-width: 960px) {
  .booking-bar { grid-template-columns: 1fr 1fr; margin: -32px var(--gutter) 0; }
  .booking-bar--simple { grid-template-columns: 1fr; }
}
.booking-bar .field { border-bottom: 1px solid var(--hair); padding-bottom: 6px; display: flex; flex-direction: column; justify-content: flex-end; }
.booking-bar label {
  display: block; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--mute); font-weight: 500; margin-bottom: 8px; white-space: nowrap;
}
.booking-bar select,
.booking-bar input {
  width: 100%; background: transparent; border: none; outline: none;
  font: inherit; font-family: var(--serif); font-size: 18px; font-weight: 300;
  color: var(--ink);
  padding: 2px 0;
}
.booking-bar .field-val { font-family: var(--serif); font-size: 18px; color: var(--ink); }

/* Custom apartment dropdown (site-styled, replaces native select) */
.apt-select { position: relative; }
.apt-select-trigger {
  width: 100%; background: transparent; border: none; outline: none; cursor: pointer;
  font-family: var(--serif); font-size: 18px; font-weight: 300; color: var(--ink);
  padding: 2px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  text-align: left;
}
.apt-select-caret { font-size: 14px; color: var(--mute); transition: transform 0.2s ease; }
.apt-select-trigger.open .apt-select-caret { transform: rotate(180deg); }
.apt-select-menu {
  position: absolute; top: calc(100% + 10px); left: -16px; right: -16px; z-index: 20;
  margin: 0; padding: 6px; list-style: none;
  background: var(--paper); border: 1px solid var(--hair);
  box-shadow: 0 24px 60px -24px rgba(0,0,0,0.32);
  animation: apt-menu-in 0.16s ease both;
}
@keyframes apt-menu-in { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.apt-select-menu li {
  font-family: var(--serif); font-size: 17px; font-weight: 300; color: var(--ink);
  padding: 11px 14px; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
  transition: background 0.12s ease;
}
.apt-select-menu li:hover { background: var(--paper-2); }
.apt-select-menu li.sel { color: var(--accent); }
.apt-select-menu li.sel::after { content: '✓'; font-family: var(--sans); font-size: 13px; }

/* Form-styled custom dropdown (contact form: Guests, Apartment) */
.form-select { position: relative; }
.form-select-trigger {
  width: 100%; background: transparent; border: none; border-bottom: 1px solid var(--hair);
  font: inherit; font-size: 16px; color: var(--ink); cursor: pointer; outline: none;
  padding: 0 0 1px; display: flex; align-items: center; justify-content: space-between; gap: 12px;
  text-align: left; font-family: var(--body, var(--sans));
}
.form-select-trigger.open { border-color: var(--ink); }
.form-select-trigger .apt-select-caret { font-size: 13px; }

/* ---------- Contact form ---------- */

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 5vw, 80px); }
@media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; } }
.form-row { margin-bottom: 24px; display: flex; flex-direction: column; }
.form-row label { display: block; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mute); margin-bottom: 8px; font-weight: 500; min-height: 14px; }
.form-row input, .form-row textarea, .form-row select {
  width: 100%; background: transparent; border: none; border-bottom: 1px solid var(--hair);
  padding: 0; font: inherit; font-size: 16px; outline: none; color: var(--ink);
  transition: border-color 0.2s;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  font-family: var(--body, var(--sans));
}
.form-row select {
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  padding-right: 18px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='%238A8276' d='M0 0h10L5 6z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 2px center;
}
.form-row input:focus, .form-row textarea:focus, .form-row select:focus { border-color: var(--ink); }
.form-row textarea { height: auto; min-height: 100px; line-height: 1.55; padding: 8px 0; resize: vertical; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: end; }
.form-grid-2 > .form-row { margin-bottom: 24px; }
@media (max-width: 520px) {
  /* Stacked: rely on the grid's own gap between rows, and put the trailing
     24px on the grid itself — the gap doesn't apply after the last child. */
  .form-grid-2 { grid-template-columns: 1fr; margin-bottom: 24px; }
  .form-grid-2 > .form-row { margin-bottom: 0; }
}

/* ---------- Map placeholder ---------- */

.map-ph {
  aspect-ratio: 4 / 3; position: relative; overflow: hidden;
  background: var(--paper-2);
  border: 1px solid var(--hair);
}
.casa-map {
  position: absolute; inset: 0; width: 100%; height: 100%;
  background: var(--paper-2);
  filter: saturate(0.7) brightness(1.02);
}
/* Leaflet overrides — sit cleanly in the warm palette */
.casa-map .leaflet-control-attribution {
  background: rgba(250, 246, 239, 0.85);
  font-size: 12px; letter-spacing: 0.02em;
  color: var(--mute);
  padding: 2px 8px;
}
.casa-map .leaflet-control-attribution a { color: var(--ink-soft); }
.casa-map .leaflet-control-zoom {
  border: 1px solid var(--hair) !important;
  box-shadow: none !important;
}
.casa-map .leaflet-control-zoom a {
  background: var(--paper); color: var(--ink);
  border-bottom: 1px solid var(--hair);
  font-family: var(--serif); font-weight: 300; font-size: 18px;
}
.casa-map .leaflet-control-zoom a:hover { background: var(--paper-2); color: var(--ink); }
.casa-map .leaflet-bar a:last-child { border-bottom: none; }

/* Pin */
.casa-pin {
  position: relative; pointer-events: none;
}
.casa-pin .pin-dot {
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--accent);
  border: 3px solid var(--paper);
  box-shadow: 0 2px 10px rgba(0,0,0,0.25), 0 0 0 1px color-mix(in oklab, var(--accent) 80%, transparent);
}
.casa-pin .pin-pulse {
  position: absolute; top: 50%; left: 50%;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--accent); opacity: 0.4;
  transform: translate(-50%, -50%);
  animation: casa-pulse 2.2s ease-out infinite;
  pointer-events: none;
}
@keyframes casa-pulse {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 0.4; }
  100% { transform: translate(-50%, -50%) scale(3.5); opacity: 0; }
}
.casa-tooltip {
  background: var(--paper) !important;
  border: 1px solid var(--hair) !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08) !important;
  font-family: var(--serif) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  color: var(--ink) !important;
  padding: 8px 14px !important;
  letter-spacing: 0.01em;
}
.casa-tooltip::before { display: none !important; }

.map-cap {
  position: absolute; bottom: 16px; left: 20px;
  z-index: 500;
  background: var(--paper); padding: 12px 16px;
  font-family: var(--serif); font-size: 18px;
  border: 1px solid var(--hair);
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}
.map-cap small { display: block; font-family: var(--sans); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mute); margin-bottom: 4px; }

/* ---------- Modal ---------- */

.modal-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: color-mix(in oklab, var(--ink) 70%, transparent);
  backdrop-filter: blur(6px);
  display: flex; align-items: stretch; justify-content: flex-end;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
.modal-overlay.open { opacity: 1; pointer-events: auto; }
.modal {
  width: min(720px, 100%); height: 100%; background: var(--paper); overflow: auto;
  transform: translateX(40px); transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex; flex-direction: column;
}
.modal-overlay.open .modal { transform: translateX(0); }
.modal.smoobu-modal { width: min(980px, 100%); }
#smoobuTarget { min-height: 60vh; }
#smoobuTarget iframe,
#apartmentIframeAll iframe { width: 100% !important; border: 0; min-height: 760px !important; }
.apt-book-cta {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
  margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--hair);
}
.apt-book-cta .body-s { max-width: 30ch; }
.modal-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 36px; border-bottom: 1px solid var(--hair);
  position: sticky; top: 0; background: var(--paper); z-index: 2;
}
.modal-close { font-size: 22px; padding: 6px 10px; }
.modal-body { padding: 36px 36px 48px; }
.modal .ph,
.modal image-slot { aspect-ratio: 16 / 10; max-height: 34vh; margin-bottom: 28px; object-fit: cover; }
.modal h2 { margin-bottom: 8px; }
.modal .specs-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin: 28px 0; padding: 20px 0; border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair);
}
.modal .specs-grid > div { text-align: left; }
.modal .specs-grid .lbl { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mute); }
.modal .specs-grid .val { font-family: var(--serif); font-size: 22px; font-weight: 300; margin-top: 4px; }
.modal .amenities { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 24px 0 32px; }
.modal .amenities li { list-style: none; font-size: 15px; color: var(--ink-soft); padding-left: 18px; position: relative; }
.modal .amenities li::before { content: '—'; position: absolute; left: 0; color: var(--accent); }

.smoobu-mock {
  background: var(--paper-2); padding: 24px; margin-top: 24px; border: 1px solid var(--hair);
}
.smoobu-mock .label { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mute); margin-bottom: 12px; display: flex; gap: 8px; align-items: center; }
.smoobu-mock .label::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #5C8C5E; box-shadow: 0 0 0 4px color-mix(in oklab, #5C8C5E 30%, transparent); }
.smoobu-mock .price-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; }
.smoobu-mock .price-row:not(:last-child) { border-bottom: 1px dashed var(--hair); }
.smoobu-mock .price-row.total { font-family: var(--serif); font-size: 22px; font-weight: 300; padding-top: 14px; border-top: 1px solid var(--ink); margin-top: 8px; }

/* ---------- Page-level entry transition ---------- */

.page-enter { animation: pageIn 0.6s ease both; }
@keyframes pageIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Misc ---------- */

.row { display: flex; align-items: center; gap: 14px; }
.spacer-l { height: clamp(60px, 9vw, 120px); }
.center { text-align: center; }
.mtop { margin-top: clamp(40px, 5vw, 64px); }
.subgrid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 5vw, 80px); }
@media (max-width: 760px) { .subgrid-2 { grid-template-columns: 1fr; } }

.tag {
  display: inline-block;
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500;
  padding: 5px 10px; border: 1px solid var(--hair); color: var(--mute);
}

.req { color: var(--accent); }

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: clamp(16px, 3vw, 32px);
  transform: translateX(-50%);
  z-index: 4000;
  width: min(720px, calc(100vw - 32px));
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 18px 22px;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid rgba(250, 246, 239, 0.14);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  animation: cookie-rise 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
@keyframes cookie-rise {
  from { opacity: 0; transform: translate(-50%, 16px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}
.cookie-banner p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(250, 246, 239, 0.82);
}
.cookie-banner p a {
  color: var(--paper);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  white-space: nowrap;
}
.cookie-banner .btn {
  flex: none;
}
.cookie-actions {
  flex: none;
  display: flex;
  gap: 10px;
  align-items: center;
}
.cookie-btn {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 11px 20px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.cookie-btn--solid {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}
.cookie-btn--solid:hover {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--ink);
}
.cookie-btn--ghost {
  background: transparent;
  color: rgba(250, 246, 239, 0.85);
  border-color: rgba(250, 246, 239, 0.3);
}
.cookie-btn--ghost:hover {
  border-color: var(--paper);
  color: var(--paper);
}
@media (max-width: 640px) {
  .cookie-banner { flex-direction: column; align-items: stretch; gap: 14px; text-align: left; }
  .cookie-actions { width: 100%; }
  .cookie-btn { flex: 1; text-align: center; }
}

.map-soft-tiles{filter:grayscale(1) brightness(1.08) contrast(.9)}
.apt-card-cta { display: none; }
.foot-addr-a::after { content: ' \00B7 '; }
.addr-lede { white-space: normal; }

/* ---------- Phones ----------
   Nothing here changes the layout above 640px. The rules below stop content
   being clipped on narrow screens (body has overflow-x: hidden, so anything
   too wide is cut off rather than scrollable) and respect the safe areas on
   notched iPhones. */

/* Long German compounds (Stornierungsbedingungen, Fallmerayerstraße) are the
   most common cause of a stray horizontal overflow. */
body { -webkit-text-size-adjust: 100%; }
h1, h2, h3, h4, p, li, a, td, th, dd, dt, blockquote, q, label, .lede, .desc {
  overflow-wrap: break-word;
}

/* Keep content clear of the rounded corners in landscape. */
.shell, .hero-inner, .foot, .big-quote { padding-left: max(var(--gutter), env(safe-area-inset-left)); padding-right: max(var(--gutter), env(safe-area-inset-right)); }
.nav { padding-left: max(var(--gutter), env(safe-area-inset-left)); padding-right: max(var(--gutter), env(safe-area-inset-right)); }

@media (max-width: 640px) {
  /* Inline grid-template-columns needs !important to be overridden. */
  .stats-grid { grid-template-columns: repeat(2, 1fr) !important; }

  /* Home page shows one apartment on mobile; the rest are one tap away via
     the "View all apartments" button below. The apartments page still lists
     all three. */
  .apt-grid-preview > *:nth-child(n+2) { display: none; }

  /* On a phone there is no hover, so nothing signals that a card is tappable.
     A visible affordance replaces it. */
  /* The address is authored as three lines; show them as written. */
  .addr-lede { white-space: pre-line; }
  /* Maps are set with an inline aspect-ratio, so this needs !important. */
  .map-ph { aspect-ratio: 4 / 5 !important; }

  .story-cta { display: block; margin-left: auto !important; margin-right: auto !important; }

  .apt-card-cta {
    display: block;
    margin-top: 20px;
    padding: 14px 0 0;
    border-top: 1px solid var(--hair);
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
  }
  .cols-3 { grid-template-columns: 1fr !important; }

  /* The booking bar's two columns leave ~130px each — not enough for the
     uppercase, wide-tracked labels, which are nowrap. */
  .booking-bar { grid-template-columns: 1fr; padding: 22px 20px; gap: 18px; }
  .booking-bar label { white-space: normal; }
  .booking-bar > .btn { align-self: stretch; }

  /* Three spec columns don't fit; two do. */
  .modal .specs-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .modal .amenities { grid-template-columns: 1fr; }

  .story-text .meta-list .row { grid-template-columns: 96px 1fr; gap: 12px; }
  .review { padding: 36px 24px; }

  /* The nav is brand + language switch + MENU on one line. At 28px the brand
     is nowrap and ~230px wide, which pushes DE and MENU off the screen. */
  /* Footer legal line: one item per line, address split into street and town. */
  .foot-bottom { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
  .foot-addr { display: flex; flex-direction: column; gap: 4px; }
  .foot-addr-a::after { content: none; }

  /* Timeline: the 230px year column leaves too little for the text, so stack
     year over text and run it full width. */
  .tl-row { grid-template-columns: 1fr !important; gap: 8px !important; padding: 20px 0 !important; }
  .tl-row .numeral { font-size: 22px !important; line-height: 1.2 !important; }
  .tl-text { font-size: 16px !important; line-height: 1.55 !important; max-width: none !important; }

  .nav { gap: 12px; }
  .nav-brand { font-size: 20px; gap: 6px; }
  .nav-brand small { display: none; }
  .nav-right { gap: 10px; }
  .nav .lang-switch { display: none; }
  .menu-btn { letter-spacing: 0.12em; min-height: 44px; display: inline-flex; align-items: center; gap: 8px; }
}

@media (max-width: 400px) {
  .modal .specs-grid { grid-template-columns: 1fr; }
  .nav-brand { font-size: 18px; }
  .menu-btn { font-size: 11px; }
}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

/* ---------- Area detail grids ----------
   Were inline styles, which no media query could reach: the highlight and
   practical cards stayed two columns down to 320px. */
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--hair); border: 1px solid var(--hair); }

/* ---------- Tablet ----------
   The four-up stats row and three-up day columns only collapsed at 640px, so
   between 641 and 1000px they were badly cramped. */
@media (max-width: 1000px) {
  .cols-3 { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 880px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 760px) {
  .detail-grid { grid-template-columns: 1fr; }
  .cols-3 { grid-template-columns: 1fr !important; }
}

/* ---------- Small phones (320px) ----------
   iPhone SE and older Android still sit at 320px. Nothing may exceed it. */
@media (max-width: 380px) {
  :root { --gutter: 16px; }
  .nav-brand { font-size: 17px; letter-spacing: 0.16em; }
  .menu-btn span:first-child { display: none; }
  .display-l { font-size: clamp(30px, 9vw, 40px); }
  .booking-bar { padding: 18px 16px; }
  .review { padding: 28px 18px; }
  .foot-grid { gap: 32px; }
  .modal .specs-grid, .modal .amenities { grid-template-columns: 1fr; }
  table, .tl-row { grid-template-columns: 1fr !important; }
}

/* ---------- Focus states ----------
   Several inputs and triggers set outline:none for aesthetics, which leaves
   keyboard users with no visible position. :focus-visible shows a ring only
   for keyboard focus, never on mouse click, so the look is unchanged for
   pointer users. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible,
.btn:focus-visible,
.newsletter input:focus-visible,
.booking-bar input:focus-visible,
.apt-select-trigger:focus-visible,
.form-select-trigger:focus-visible,
.form-row input:focus-visible,
.form-row textarea:focus-visible,
.form-row select:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 1px;
}
/* On the dark footer and the over-hero nav the accent is too low-contrast. */
.foot a:focus-visible,
.foot button:focus-visible,
.newsletter input:focus-visible,
.nav.on-dark a:focus-visible,
.nav.on-dark button:focus-visible {
  outline-color: #FAF6EF;
}
/* Skip link: first tab stop, lets keyboard and screen-reader users jump past
   the nav straight to the content. Hidden by clipping rather than offsetting,
   and with !important, so a stale cache or a later rule cannot expose it. */
.skip-link {
  position: absolute !important;
  width: 1px !important; height: 1px !important;
  margin: 0 !important; padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link:focus,
.skip-link:focus-visible {
  position: fixed !important;
  left: 12px !important; top: 12px !important;
  width: auto !important; height: auto !important;
  padding: 14px 22px !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  z-index: 500;
  font-family: var(--sans); font-size: 12px; letter-spacing: 0.16em;
  text-transform: uppercase; text-decoration: none;
  background: var(--ink); color: var(--paper);
}

/* ---------- Breadcrumbs ---------- */
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 32px; font-family: var(--sans); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500; }
.crumbs a { color: var(--mute); text-decoration: none; padding: 6px 0; }
.crumbs a:hover { color: var(--ink); }
.crumbs span[aria-hidden] { color: var(--hair); }
.crumbs [aria-current] { color: var(--ink); }
@media (max-width: 560px) { .crumbs { font-size: 11px; gap: 8px; margin-bottom: 24px; } }

/* ---------- Footer social ---------- */
.foot-social { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin: 30px 0 0 -11px; color: rgba(250,246,239,0.82); text-decoration: none; }
.foot-social:hover { color: #FAF6EF; }
.foot-social svg { flex: none; }
