/* ==========================================================================
   Mi Segunda Casa Adult Day Care — Design System
   Palette derived from the brand logo:
     forest green #33512E · sage #8FA379 · terracotta #DE9A7C · gold #C6994F
   All text/background pairs below meet or exceed WCAG AA (4.5:1).
   ========================================================================== */

/* ---------- 1. Tokens ----------
   Palette derived from the Misegunda Casa logo:
   forest green · sage · terracotta/peach · gold · cream.
   Variable names kept from the original build; only the values changed,
   so the whole site re-skins from here. All text pairs meet WCAG AA.
   --navy*  ->  forest greens (primary brand)
   --teal*  ->  sage greens (secondary / decorative)
   --coral* ->  terracotta / peach (warm accent + CTA)              */
:root {
  --navy:        #33512E;   /* forest green — primary brand */
  --navy-dark:   #294223;   /* deeper green — dark UI, headings */
  --navy-deep:   #1C2E17;   /* deepest green — hero/footer bg */
  --teal:        #8FA379;   /* sage green — decorative */
  --teal-dark:   #4F6B39;   /* AA-safe sage/green for small text */
  --coral:       #DE9A7C;   /* soft terracotta/peach — decorative */
  --coral-dark:  #A85433;   /* AA-safe terracotta for text/buttons */
  --gold:        #C6994F;   /* golden arc accent — decorative */
  --gold-dark:   #876619;   /* AA-safe gold for small text */

  --cream:       #F7F4EC;
  --sand:        #ECE4D3;
  --white:       #FFFFFF;
  --ink:         #2A2B23;
  --ink-soft:    #4D4F42;
  --line:        #DED3BF;

  --focus:       #7A3B12;

  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --step--1: clamp(0.95rem, 0.92rem + 0.15vw, 1.05rem);
  --step-0:  clamp(1.12rem, 1.06rem + 0.30vw, 1.28rem);
  --step-1:  clamp(1.35rem, 1.24rem + 0.55vw, 1.65rem);
  --step-2:  clamp(1.65rem, 1.44rem + 1.05vw, 2.20rem);
  --step-3:  clamp(2.00rem, 1.62rem + 1.90vw, 3.00rem);
  --step-4:  clamp(2.40rem, 1.80rem + 3.00vw, 4.00rem);

  --wrap: 1260px;
  --gap: clamp(1.5rem, 4vw, 3rem);
  --radius: 16px;
  --radius-lg: 26px;
  --shadow-sm: 0 2px 10px rgba(28, 46, 23, 0.08);
  --shadow:    0 10px 34px rgba(28, 46, 23, 0.13);
  --shadow-lg: 0 24px 60px rgba(28, 46, 23, 0.18);
}

/* ---------- 2. Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.72;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.16; color: var(--navy-dark); margin: 0 0 .55em; letter-spacing: -0.015em; }
h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); }
h4 { font-size: var(--step-0); font-family: var(--font-body); font-weight: 700; }
p  { margin: 0 0 1.15em; max-width: 68ch; }
ul, ol { max-width: 68ch; padding-left: 1.3em; }
li { margin-bottom: .5em; }
a { color: var(--navy); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { color: var(--coral-dark); }
strong { font-weight: 700; color: var(--navy-dark); }
hr { border: 0; border-top: 1px solid var(--line); margin: 3rem 0; }

/* ---------- 3. Accessibility helpers ---------- */
:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  border-radius: 4px;
}
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 8px; top: -100px; z-index: 999;
  background: var(--navy-dark); color: #fff; padding: .85rem 1.4rem;
  border-radius: 0 0 10px 10px; font-weight: 700; text-decoration: none;
  transition: top .18s ease;
}
.skip-link:focus { top: 0; color: #fff; }

/* Language switching: the inactive language is removed by JS on load;
   this rule guarantees correct display even before/without JS. */
html[data-lang="en"] [data-l="es"],
html[data-lang="es"] [data-l="en"] { display: none; }

/* ---------- 4. Layout ---------- */
.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.wrap--narrow { width: min(100% - 2.5rem, 820px); margin-inline: auto; }
section { padding-block: clamp(3.25rem, 7vw, 6rem); }
.section-head { max-width: 62ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head p { font-size: var(--step-1); color: var(--ink-soft); line-height: 1.5; font-family: var(--font-display); }
.eyebrow {
  display: inline-block; font-size: .82rem; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase;
  color: var(--teal-dark); margin-bottom: .9rem;
}
.bg-white { background: var(--white); }
.bg-sand  { background: var(--sand); }
.bg-navy  { background: var(--navy-dark); color: #EBEDE1; }
.bg-navy h2, .bg-navy h3 { color: #fff; }
.bg-navy .eyebrow { color: #D9C48A; }
.bg-navy a { color: #E6C79A; }

.grid { display: grid; gap: var(--gap); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.split { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; grid-template-columns: 1fr; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split--wide-text { grid-template-columns: 1.1fr .9fr; } }
.split__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; }

/* ---------- 5. Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-family: var(--font-body); font-size: 1.05rem; font-weight: 700;
  padding: 1rem 1.9rem; min-height: 56px; border-radius: 999px;
  border: 2px solid transparent; cursor: pointer;
  text-decoration: none; text-align: center; line-height: 1.25;
  transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--coral-dark); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: #8F4529; color: #fff; }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-dark); color: #fff; }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--ghost:hover { background: var(--navy); color: #fff; }
.btn--light { background: #fff; color: var(--navy-dark); }
.btn--light:hover { background: var(--sand); color: var(--navy-dark); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn--outline-light:hover { background: #fff; color: var(--navy-dark); }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.75rem; }

/* ---------- 6. Header ---------- */
.topbar {
  background: var(--navy-deep); color: #E4E7D8;
  font-size: .92rem; padding: .5rem 0;
}
.topbar__inner { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; align-items: center; justify-content: space-between; }
.topbar a { color: #fff; font-weight: 600; text-decoration: none; }
.topbar a:hover { text-decoration: underline; color: #fff; }
.topbar__facts { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; align-items: center; }

.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.97); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 0; }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; flex-shrink: 0; }
.brand img { height: 54px; width: auto; }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; color: var(--navy-dark); }
.brand__tag { font-size: .68rem; letter-spacing: .17em; text-transform: uppercase; color: var(--teal-dark); font-weight: 700; }

.nav-toggle {
  display: inline-flex; align-items: center; gap: .55rem;
  background: var(--navy); color: #fff; border: 0; border-radius: 999px;
  padding: .75rem 1.25rem; font: inherit; font-size: 1rem; font-weight: 700; cursor: pointer; min-height: 48px;
}
.nav-toggle__bars { display: inline-block; width: 20px; height: 2px; background: #fff; position: relative; }
.nav-toggle__bars::before, .nav-toggle__bars::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: #fff; }
.nav-toggle__bars::before { top: -6px; } .nav-toggle__bars::after { top: 6px; }

.site-nav ul { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: .15rem; margin: 0; padding: 0; max-width: none; }
.site-nav li { margin: 0; }
.site-nav a {
  display: block; padding: .6rem .62rem; border-radius: 10px;
  text-decoration: none; color: var(--navy-dark); font-weight: 600;
  font-size: .93rem; white-space: nowrap;
}
.site-nav a:hover { background: var(--sand); color: var(--navy-dark); }
.site-nav a[aria-current="page"] { color: var(--coral-dark); box-shadow: inset 0 -3px 0 var(--coral); }
.header-cta { display: flex; align-items: center; gap: .6rem; }
.header-cta .btn { padding: .8rem 1.35rem; min-height: 48px; font-size: .98rem; }

.lang-switch { display: inline-flex; border: 2px solid var(--navy); border-radius: 999px; overflow: hidden; }
.lang-switch button {
  font: inherit; font-size: .9rem; font-weight: 700; padding: .45rem .85rem;
  background: transparent; color: var(--navy); border: 0; cursor: pointer; min-height: 40px;
}
.lang-switch button[aria-pressed="true"] { background: var(--navy); color: #fff; }
.topbar .lang-switch { border-color: rgba(255,255,255,.55); }
.topbar .lang-switch button { color: #fff; }
.topbar .lang-switch button[aria-pressed="true"] { background: #fff; color: var(--navy-deep); }

@media (max-width: 1199px) {
  .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    padding: 1rem 0 1.5rem;
  }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; gap: 0; }
  .site-nav a { padding: .95rem .6rem; font-size: 1.08rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .header-cta .btn--tour { display: none; }
}
@media (min-width: 1200px) { .nav-toggle { display: none; } }

/* ---------- 7. Hero ---------- */
.hero { position: relative; background: var(--navy-deep); color: #fff; overflow: hidden; }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; opacity: .40; }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(20,32,15,.94) 0%, rgba(24,40,18,.80) 45%, rgba(51,81,46,.55) 100%);
}
.hero__inner { position: relative; z-index: 2; padding-block: clamp(3.5rem, 9vw, 7rem); }
.hero__content { max-width: 40ch; }
.hero h1 { color: #fff; margin-bottom: .5em; }
.hero p.lede { font-size: var(--step-1); color: #ECEEDF; line-height: 1.55; max-width: 34ch; }
.hero .eyebrow { color: #E1C88E; }
.hero__points { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: .7rem; }
.hero__points li { display: flex; gap: .7rem; align-items: flex-start; color: #ECEEDF; font-size: 1.02rem; }
.hero__points svg { flex-shrink: 0; margin-top: .35em; }
.hero--page .hero__inner { padding-block: clamp(2.75rem, 6vw, 4.5rem); }
.hero--page h1 { font-size: var(--step-3); }
.hero--page p.lede { font-size: var(--step-0); max-width: 58ch; }
.hero--page .hero__content { max-width: 62ch; }

/* ---------- 8. Cards ---------- */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.1rem); box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
}
.card h3 { margin-bottom: .45em; }
.card p:last-child { margin-bottom: 0; }
.card__icon {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: var(--sand); color: var(--navy); margin-bottom: 1.1rem;
}
.card--accent { border-top: 5px solid var(--coral); }
.card--teal   { border-top: 5px solid var(--teal); }
.card--navy   { border-top: 5px solid var(--navy); }
.card--photo { padding: 0; overflow: hidden; }
.card--photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.card--photo .card__body { padding: clamp(1.3rem, 3vw, 1.8rem); }

/* ---------- 9. Schedule table ---------- */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; }
table.schedule { border-collapse: collapse; width: 100%; min-width: 720px; font-size: 1rem; }
table.schedule caption { text-align: left; padding: 1.1rem 1.2rem; font-weight: 700; color: var(--ink-soft); font-size: .95rem; }
table.schedule th, table.schedule td { padding: .85rem 1rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
table.schedule thead th { background: var(--navy-dark); color: #fff; font-family: var(--font-body); font-size: .92rem; letter-spacing: .05em; text-transform: uppercase; position: sticky; top: 0; }
table.schedule tbody th { background: var(--sand); font-weight: 700; color: var(--navy-dark); white-space: nowrap; font-family: var(--font-body); font-size: .95rem; }
table.schedule tbody tr:nth-child(even) td { background: #FCFAF7; }

/* ---------- 10. Timeline ---------- */
.timeline { list-style: none; padding: 0; margin: 0; max-width: 70ch; }
.timeline li { position: relative; padding: 0 0 2rem 2.6rem; border-left: 2px solid var(--line); }
.timeline li:last-child { border-left-color: transparent; padding-bottom: 0; }
.timeline li::before {
  content: ""; position: absolute; left: -9px; top: .45rem;
  width: 16px; height: 16px; border-radius: 50%; background: var(--teal); border: 3px solid var(--cream);
}
.timeline time { display: block; font-weight: 700; color: var(--coral-dark); font-size: .95rem; letter-spacing: .04em; }
.timeline h3 { font-size: var(--step-0); margin: .2em 0 .35em; font-family: var(--font-body); font-weight: 700; }
.timeline p { margin: 0; color: var(--ink-soft); }

/* ---------- 11. Steps ---------- */
.steps { list-style: none; counter-reset: step; padding: 0; display: grid; gap: 1.25rem; max-width: none; }
.steps li {
  counter-increment: step; position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.6rem 1.6rem 1.6rem 5rem; box-shadow: var(--shadow-sm);
}
.steps li::before {
  content: counter(step); position: absolute; left: 1.5rem; top: 1.5rem;
  width: 2.4rem; height: 2.4rem; border-radius: 50%;
  background: var(--navy); color: #fff; display: grid; place-items: center;
  font-weight: 700; font-size: 1.1rem; font-family: var(--font-body);
}
.steps h3 { font-size: var(--step-0); font-family: var(--font-body); font-weight: 700; margin-bottom: .3em; }
.steps p:last-child { margin-bottom: 0; }

/* ---------- 12. FAQ ---------- */
.faq { max-width: 78ch; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  margin-bottom: .85rem; box-shadow: var(--shadow-sm);
}
.faq summary {
  cursor: pointer; padding: 1.25rem 3rem 1.25rem 1.5rem; font-weight: 700;
  font-size: 1.08rem; color: var(--navy-dark); position: relative; list-style: none;
  border-radius: var(--radius);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 1.5rem; top: 50%;
  width: 12px; height: 12px; margin-top: -8px;
  border-right: 3px solid var(--teal-dark); border-bottom: 3px solid var(--teal-dark);
  transform: rotate(45deg); transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(225deg); margin-top: -3px; }
.faq details[open] summary { color: var(--coral-dark); }
.faq .faq__body { padding: 0 1.5rem 1.4rem; }
.faq .faq__body p:last-child { margin-bottom: 0; }

/* ---------- 13. Forms ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.6rem, 4vw, 2.75rem); box-shadow: var(--shadow); }
.field { margin-bottom: 1.4rem; }
.field label { display: block; font-weight: 700; margin-bottom: .45rem; color: var(--navy-dark); font-size: 1.02rem; }
.field .hint { display: block; font-weight: 400; font-size: .92rem; color: var(--ink-soft); margin-top: .15rem; }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 1.05rem; padding: .9rem 1rem; min-height: 56px;
  border: 2px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink);
}
.field textarea { min-height: 130px; resize: vertical; line-height: 1.6; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #C3B9AB; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--navy); outline: 3px solid var(--focus); outline-offset: 2px; }
.field .error-msg { display: none; color: #A02216; font-weight: 600; font-size: .95rem; margin-top: .4rem; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: #A02216; background: #FEF6F5; }
.field.has-error .error-msg { display: block; }
.field-row { display: grid; gap: 0 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 620px) { .field-row { grid-template-columns: 1fr 1fr; } }
.required-mark { color: #A02216; }
.radio-set { border: 0; padding: 0; margin: 0 0 1.4rem; }
.radio-set legend { font-weight: 700; margin-bottom: .55rem; color: var(--navy-dark); padding: 0; }
.radio-set .opts { display: flex; flex-wrap: wrap; gap: .6rem; }
.radio-set label {
  display: inline-flex; align-items: center; gap: .5rem; padding: .7rem 1.1rem;
  border: 2px solid var(--line); border-radius: 999px; cursor: pointer; font-weight: 600; background: #fff; min-height: 48px;
}
.radio-set input { accent-color: var(--navy); width: 20px; height: 20px; }
.radio-set label:has(input:checked) { border-color: var(--navy); background: #EFF4FA; }
.form-note { font-size: .95rem; color: var(--ink-soft); background: var(--sand); border-left: 4px solid var(--teal); padding: 1rem 1.2rem; border-radius: 0 10px 10px 0; }
.form-status { display: none; margin-bottom: 1.5rem; padding: 1.1rem 1.3rem; border-radius: 12px; font-weight: 600; }
.form-status.is-success { display: block; background: #E7F4EC; border: 2px solid #2E7D4F; color: #17532F; }
.form-status.is-error { display: block; background: #FDEDEB; border: 2px solid #A02216; color: #7C1A11; }

/* ---------- 14. Callouts, notes, pills ---------- */
.callout { background: var(--sand); border-radius: var(--radius); padding: clamp(1.4rem, 3vw, 2rem); border-left: 5px solid var(--teal); }
.callout h3 { margin-top: 0; }
.callout p:last-child, .callout ul:last-child { margin-bottom: 0; }
.callout--coral { border-left-color: var(--coral); }
.pill-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: .6rem; max-width: none; }
.pill-list li { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .55rem 1.15rem; font-weight: 600; font-size: .98rem; color: var(--navy-dark); }
.bg-navy .pill-list li { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.28); color: #fff; }
.check-list { list-style: none; padding: 0; display: grid; gap: .8rem; }
.check-list li { display: flex; gap: .75rem; align-items: flex-start; margin: 0; }
.check-list svg { flex-shrink: 0; margin-top: .35em; color: var(--teal-dark); }
.bg-navy .check-list svg { color: #D9C48A; }
.stat-row { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.stat { background: #fff; border-radius: var(--radius); padding: 1.5rem; text-align: center; border: 1px solid var(--line); }
.stat__num { display: block; font-family: var(--font-display); font-size: var(--step-2); color: var(--navy); font-weight: 600; line-height: 1.1; }
.stat__label { font-size: .98rem; color: var(--ink-soft); }

/* ---------- 15. Gallery ---------- */
.gallery { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }
.gallery figure { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery figcaption { padding: 1rem 1.2rem; font-size: .98rem; color: var(--ink-soft); }
.gallery--life { align-items: start; }
.gallery--life .gallery__portrait img { aspect-ratio: 3 / 4; }
.gallery__rooms-heading { margin-top: clamp(3.5rem, 7vw, 6rem); }

/* ---------- 16. CTA band ---------- */
.cta-band { background: linear-gradient(120deg, var(--navy-dark), var(--navy)); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #E7E9DA; margin-inline: auto; font-size: var(--step-1); line-height: 1.5; }
.cta-band .btn-row { justify-content: center; }

/* ---------- 17. Footer ---------- */
.site-footer { background: var(--navy-deep); color: #CDD2BE; padding-block: clamp(3rem, 6vw, 4.5rem) 2rem; font-size: 1rem; }
.site-footer h2, .site-footer h3 { color: #fff; font-size: 1.05rem; font-family: var(--font-body); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 1rem; }
.site-footer a { color: #fff; text-decoration: none; overflow-wrap: anywhere; }
.site-footer a:hover { text-decoration: underline; color: #fff; }
.footer-grid { display: grid; gap: 2.5rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .6rem; }
.site-footer .brand__name { color: #fff; }
.site-footer .brand__tag { color: #D9C48A; }
.footer-bottom { margin-top: 3rem; padding-top: 1.75rem; border-top: 1px solid rgba(255,255,255,.16); display: flex; flex-wrap: wrap; gap: .75rem 2rem; justify-content: space-between; font-size: .92rem; color: #A7AD93; }
.footer-bottom a { color: #CDD2BE; }
address { font-style: normal; }

/* ---------- 18. Mobile sticky call bar ---------- */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  display: none; gap: .6rem; padding: .6rem .75rem;
  background: rgba(255,255,255,.98); border-top: 1px solid var(--line);
  box-shadow: 0 -6px 22px rgba(28,46,23,.16);
  padding-bottom: calc(.6rem + env(safe-area-inset-bottom));
}
.callbar .btn { flex: 1; padding: .85rem .5rem; min-height: 54px; font-size: 1rem; }
@media (max-width: 760px) {
  .callbar { display: flex; }
  body { padding-bottom: 76px; }
}

/* ---------- 19. Map ---------- */
.map-embed { border: 0; width: 100%; aspect-ratio: 16 / 10; border-radius: var(--radius); box-shadow: var(--shadow-sm); background: var(--sand); }
@media (max-width: 640px) { .map-embed { aspect-ratio: 4 / 3; } }

/* ---------- 20. Print ---------- */
@media print {
  .site-header, .topbar, .callbar, .cta-band, .site-footer, .nav-toggle, .lang-switch { display: none !important; }
  body { background: #fff; font-size: 12pt; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
}
