/* ============================================================
   Meary Casade — luxury editorial travel-guide styles
   Palette & type per brief Section 11. Light-first, single
   committed look. No neon/casino visuals.
   ============================================================ */

:root {
  /* Brand tokens */
  --ink: #101820;
  --ivory: #FAF7F0;
  --champagne: #D8C3A5;
  --soft-blue: #6EA6B8;
  --gold: #B8925A;
  --gold-deep: #9c7846;
  --text: #3D4147;
  --text-strong: #23272c;
  --border: #E7E1D7;

  /* Derived surfaces */
  --bg: #FFFFFF;
  --bg-warm: var(--ivory);
  --bg-ink: var(--ink);
  --surface: #FFFFFF;
  --surface-warm: #FCFAF5;

  /* Type */
  --font-head: 'Fraunces', 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', 'Source Sans 3', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  /* Scale */
  --step--1: clamp(0.82rem, 0.8rem + 0.1vw, 0.9rem);
  --step-0: clamp(1rem, 0.97rem + 0.15vw, 1.08rem);
  --step-1: clamp(1.18rem, 1.1rem + 0.4vw, 1.4rem);
  --step-2: clamp(1.45rem, 1.3rem + 0.7vw, 1.9rem);
  --step-3: clamp(1.8rem, 1.5rem + 1.4vw, 2.7rem);
  --step-4: clamp(2.3rem, 1.8rem + 2.6vw, 3.9rem);

  --wrap: 1180px;
  --wrap-narrow: 760px;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow-sm: 0 1px 2px rgba(16, 24, 32, 0.05), 0 4px 14px rgba(16, 24, 32, 0.05);
  --shadow-md: 0 6px 24px rgba(16, 24, 32, 0.10);
  --ring: 0 0 0 3px rgba(110, 166, 184, 0.45);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: var(--step-0);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 { font-family: var(--font-head); color: var(--text-strong); line-height: 1.15; font-weight: 600; margin: 0 0 0.5em; }
h1 { font-size: var(--step-4); letter-spacing: -0.01em; }
p { margin: 0 0 1em; }
a { color: var(--gold-deep); text-decoration-color: color-mix(in srgb, var(--gold-deep) 35%, transparent); text-underline-offset: 3px; }
a:hover { color: var(--ink); }
img { max-width: 100%; height: auto; display: block; }
ul { margin: 0 0 1em; padding-left: 1.15em; }

:focus-visible { outline: none; box-shadow: var(--ring); border-radius: 4px; }

.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;
}

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px;
  text-decoration: none; transition: top 0.15s ease;
}
.skip-link:focus { top: 12px; }

/* ── Layout ─────────────────────────────────────────────── */
.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.wrap--narrow { width: min(100% - 2.5rem, var(--wrap-narrow)); }
.section { padding: clamp(3rem, 6vw, 5.5rem) 0; }
.section--tight { padding: 2.5rem 0; }

.section__head { max-width: 62ch; margin-bottom: 2.2rem; }
.section__eyebrow {
  font-size: var(--step--1); text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--gold-deep); font-weight: 600; margin: 0 0 0.6rem;
}
.section__title { font-size: var(--step-3); margin: 0; }
.section__title--sm { font-size: var(--step-2); }

/* ── Dev banner ─────────────────────────────────────────── */
.dev-banner {
  background: repeating-linear-gradient(45deg, #2a2118, #2a2118 12px, #241c14 12px, #241c14 24px);
  color: #f4e4c8; font-size: var(--step--1); text-align: center; padding: 7px 14px;
  letter-spacing: 0.01em;
}

/* ── Header ──────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.9);
  backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--border);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 68px; }

.brand { display: inline-flex; align-items: center; gap: 0.6rem; text-decoration: none; color: var(--ink); }
.brand__mark {
  display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px;
  background: linear-gradient(135deg, var(--ink), #24303a); color: var(--champagne);
  font-family: var(--font-head); font-weight: 700; font-size: 0.9rem; letter-spacing: 0.02em;
  border: 1px solid rgba(216,195,165,0.35);
}
.brand__name { font-family: var(--font-head); font-weight: 600; font-size: 1.28rem; letter-spacing: 0.005em; }

.site-nav ul { display: flex; gap: 1.4rem; list-style: none; margin: 0; padding: 0; }
.site-nav a {
  text-decoration: none; color: var(--text-strong); font-size: 0.94rem; font-weight: 500;
  padding: 6px 2px; position: relative;
}
.site-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.18s ease;
}
.site-nav a:hover { color: var(--ink); }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav a[aria-current="page"] { color: var(--ink); }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px; width: 44px; height: 40px;
  background: none; border: 1px solid var(--border); border-radius: 8px; cursor: pointer;
  align-items: center; justify-content: center;
}
.nav-toggle span { width: 20px; height: 2px; background: var(--ink); transition: transform 0.2s ease, opacity 0.2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .site-nav {
    position: fixed; inset: 0 0 0 auto; width: min(82vw, 340px);
    background: var(--bg); border-left: 1px solid var(--border);
    transform: translateX(100%); transition: transform 0.25s ease;
    padding: 84px 1.6rem 2rem; box-shadow: var(--shadow-md); overflow-y: auto;
  }
  body.nav-open .site-nav { transform: translateX(0); }
  .site-nav ul { flex-direction: column; gap: 0.2rem; }
  .site-nav a { display: block; padding: 12px 4px; font-size: 1.05rem; border-bottom: 1px solid var(--border); }
  .site-nav a::after { display: none; }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(16,24,32,0.4); z-index: 90; }
}

/* ── Buttons ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--font-body); font-weight: 600; font-size: 0.96rem; line-height: 1;
  padding: 0.85rem 1.5rem; border-radius: 999px; text-decoration: none; cursor: pointer;
  border: 1px solid transparent; transition: transform 0.12s ease, background 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--ink); color: #fff; }
.btn--primary:hover { background: #1c2831; color: #fff; box-shadow: var(--shadow-md); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.btn--ghost:hover { background: rgba(255,255,255,0.14); color: #fff; }
.btn--link { background: transparent; color: var(--gold-deep); padding: 0.85rem 0.5rem; border-radius: 6px; }
.btn--link:hover { color: var(--ink); }
.btn--sm { padding: 0.6rem 1.1rem; font-size: 0.9rem; }
.btn--xs { padding: 0.45rem 0.85rem; font-size: 0.82rem; }

/* On light sections, ghost buttons need dark ink */
.page-content .btn--ghost, .page-hub .btn--ghost, .page-error .btn--ghost { color: var(--ink); border-color: var(--border); }
.page-content .btn--ghost:hover, .page-hub .btn--ghost:hover, .page-error .btn--ghost:hover { background: var(--surface-warm); color: var(--ink); }

/* ── Hero ────────────────────────────────────────────────── */
.hero { position: relative; color: #fff; background: var(--ink); overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(16,24,32,0.35) 0%, rgba(16,24,32,0.55) 55%, rgba(16,24,32,0.78) 100%);
}
.hero__inner { position: relative; z-index: 2; padding: clamp(4.5rem, 12vw, 9rem) 0 clamp(3.5rem, 8vw, 6rem); max-width: 760px; }
.hero__eyebrow { text-transform: uppercase; letter-spacing: 0.18em; font-size: var(--step--1); font-weight: 600; color: var(--champagne); margin: 0 0 1rem; }
.hero__headline { color: #fff; font-size: var(--step-4); margin: 0 0 1.1rem; font-weight: 600; text-wrap: balance; }
.hero__sub { font-size: var(--step-1); color: rgba(255,255,255,0.92); max-width: 60ch; margin: 0 0 2rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* ── Trust strip ─────────────────────────────────────────── */
.trust-strip { background: var(--ink); color: var(--ivory); }
.trust-strip__row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 2rem; padding: 1.15rem 0; }
.trust-strip__item { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.92rem; font-weight: 500; letter-spacing: 0.01em; color: rgba(250,247,240,0.92); }
.trust-strip__item .icon { color: var(--champagne); }

/* ── Intro ───────────────────────────────────────────────── */
.intro { background: var(--bg-warm); }
.intro__lead { font-size: var(--step-1); color: var(--text-strong); }

/* ── Icons ───────────────────────────────────────────────── */
.icon { display: inline-block; vertical-align: middle; flex: none; }

/* ── Cards grid ──────────────────────────────────────────── */
.cards-grid { display: grid; gap: 1.4rem; }
.cards-grid--3 { grid-template-columns: repeat(3, 1fr); }
.cards-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .cards-grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 820px) { .cards-grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .cards-grid--3, .cards-grid--4 { grid-template-columns: 1fr; } }

/* ── Guide card ──────────────────────────────────────────── */
.guide-card {
  display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden; text-decoration: none; color: inherit;
  box-shadow: var(--shadow-sm); transition: transform 0.15s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.guide-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--champagne); }
.guide-card__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--surface-warm); }
.guide-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.guide-card:hover .guide-card__media img { transform: scale(1.04); }
.guide-card__body { display: flex; flex-direction: column; gap: 0.5rem; padding: 1.2rem 1.3rem 1.4rem; flex: 1; }
.guide-card__tag { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600; color: var(--gold-deep); }
.guide-card__title { font-family: var(--font-head); font-size: 1.22rem; font-weight: 600; color: var(--text-strong); line-height: 1.2; }
.guide-card__desc { font-size: 0.92rem; color: var(--text); flex: 1; }
.guide-card__more { font-size: 0.86rem; font-weight: 600; color: var(--gold-deep); margin-top: 0.3rem; }

/* ── Property card ───────────────────────────────────────── */
.properties__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; }
@media (max-width: 820px) { .properties__grid { grid-template-columns: 1fr; } }

.property {
  display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
}
.property__media { position: relative; aspect-ratio: 16 / 9; background: var(--surface-warm); }
.property__media img { width: 100%; height: 100%; object-fit: cover; }
.badge {
  position: absolute; left: 12px; top: 12px; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.02em;
  padding: 5px 11px; border-radius: 999px; backdrop-filter: blur(4px);
}
.badge--onsite { background: rgba(16,24,32,0.86); color: var(--champagne); }
.badge--near { background: rgba(255,255,255,0.9); color: var(--ink); border: 1px solid var(--border); }

.property__body { display: flex; flex-direction: column; gap: 0.75rem; padding: 1.3rem 1.4rem 1.5rem; }
.property__loc { display: flex; align-items: center; gap: 0.4rem; font-size: 0.84rem; color: var(--soft-blue); font-weight: 600; margin: 0; }
.property__loc .icon { color: var(--soft-blue); }
.property__name { font-size: 1.35rem; margin: 0; }
.property__summary { font-size: 0.95rem; margin: 0; }

.property__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.4rem; }
.property__col h4 { font-family: var(--font-body); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold-deep); margin: 0 0 0.4rem; }
.taglist { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.35rem; }
.taglist li { font-size: 0.78rem; background: var(--surface-warm); border: 1px solid var(--border); border-radius: 6px; padding: 3px 8px; color: var(--text-strong); }
.proscons { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.35rem; }
.proscons li { position: relative; padding-left: 1.3rem; font-size: 0.85rem; }
.proscons li::before { position: absolute; left: 0; top: 0.05rem; font-weight: 700; }
.proscons--pro li::before { content: "＋"; color: #4f7d54; }
.proscons--con li::before { content: "！"; color: var(--gold-deep); }

.property__verified { font-size: 0.78rem; color: var(--text); opacity: 0.75; margin: 0.2rem 0 0; }
.property__actions { display: flex; align-items: center; gap: 0.5rem; margin-top: 0.4rem; flex-wrap: wrap; }

.draft-note { font-size: 0.78rem; background: #fbf4e6; border: 1px dashed var(--gold); color: #6a5230; border-radius: 8px; padding: 6px 10px; margin: 0.2rem 0 0; }

/* ── Comparison table ────────────────────────────────────── */
.compare-section { background: var(--bg-warm); }
.table-scroll { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-sm); }
.compare { width: 100%; border-collapse: collapse; min-width: 720px; font-size: 0.9rem; }
.compare caption { text-align: left; }
.compare th, .compare td { padding: 0.85rem 1rem; text-align: left; border-bottom: 1px solid var(--border); vertical-align: middle; }
.compare thead th { background: var(--ink); color: var(--ivory); font-family: var(--font-body); font-weight: 600; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; position: sticky; top: 0; }
.compare tbody th { font-family: var(--font-head); font-size: 1rem; color: var(--text-strong); font-weight: 600; }
.compare tbody tr:hover { background: var(--surface-warm); }
.yn { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; }
.yn--yes { background: #e8f0e9; color: #3f6b45; }
.yn--no { color: #b3ada2; }
.table-note { font-size: 0.82rem; color: var(--text); opacity: 0.8; margin-top: 0.8rem; }

@media (max-width: 680px) {
  .compare, .compare thead, .compare tbody, .compare th, .compare td, .compare tr { display: block; }
  .compare { min-width: 0; }
  .compare thead { display: none; }
  .compare tbody tr { border: 1px solid var(--border); border-radius: var(--radius-sm); margin-bottom: 1rem; padding: 0.4rem 0.2rem; }
  .compare tbody td, .compare tbody th { border: none; display: flex; justify-content: space-between; gap: 1rem; padding: 0.5rem 1rem; text-align: right; }
  .compare tbody th { text-align: left; font-size: 1.1rem; padding-bottom: 0.2rem; }
  .compare tbody td::before { content: attr(data-label); font-weight: 600; color: var(--gold-deep); text-transform: uppercase; font-size: 0.7rem; letter-spacing: 0.08em; text-align: left; align-self: center; }
}

/* ── Amenity blocks ──────────────────────────────────────── */
.amenities { background: var(--bg-warm); }
.amenities__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
@media (max-width: 860px) { .amenities__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .amenities__grid { grid-template-columns: 1fr; } }
.amenity { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem 1.5rem 1.6rem; box-shadow: var(--shadow-sm); }
.amenity__icon { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: linear-gradient(135deg, #f3ece0, #e9dfcd); color: var(--gold-deep); margin-bottom: 1rem; }
.amenity__title { font-size: 1.2rem; margin: 0 0 0.4rem; }
.amenity__desc { font-size: 0.92rem; margin: 0; }

/* ── How we help ─────────────────────────────────────────── */
.how { background: var(--ink); color: var(--ivory); }
.how .section__eyebrow { color: var(--champagne); }
.how .section__title { color: #fff; }
.how__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
@media (max-width: 900px) { .how__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .how__grid { grid-template-columns: 1fr; } }
.how__card { border: 1px solid rgba(216,195,165,0.25); border-radius: var(--radius); padding: 1.5rem; background: rgba(255,255,255,0.03); }
.how__num { font-family: var(--font-head); font-size: 1.5rem; color: var(--champagne); display: block; margin-bottom: 0.6rem; }
.how__card h3 { color: #fff; font-size: 1.12rem; margin: 0 0 0.4rem; }
.how__card p { color: rgba(250,247,240,0.82); font-size: 0.9rem; margin: 0; }

/* ── Breadcrumbs ─────────────────────────────────────────── */
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 0.45rem; padding: 0; margin: 0 0 1.2rem; font-size: 0.84rem; }
.breadcrumbs a { color: var(--text); text-decoration: none; }
.breadcrumbs a:hover { color: var(--ink); text-decoration: underline; }
.breadcrumbs li[aria-current="page"] { color: var(--text-strong); font-weight: 600; }
.breadcrumbs .sep { color: var(--border); }

/* ── Disclosures ─────────────────────────────────────────── */
.disclosure { border-radius: var(--radius-sm); padding: 0.9rem 1.1rem; margin: 1.2rem 0; font-size: 0.88rem; display: flex; flex-direction: column; gap: 0.3rem; }
.disclosure p { margin: 0; }
.disclosure__tag { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; }
.disclosure--editorial { background: #eef4f5; border: 1px solid #cfe1e6; }
.disclosure--editorial .disclosure__tag { color: #3f7686; }
.disclosure--affiliate { background: var(--surface-warm); border: 1px solid var(--border); }
.disclosure--affiliate .disclosure__tag { color: var(--gold-deep); }
.disclosure--note { background: #fbf4e6; border: 1px solid var(--champagne); }
.disclosure--note .disclosure__tag { color: var(--gold-deep); }

/* ── Guide page ──────────────────────────────────────────── */
.guide__head { padding: clamp(2rem, 5vw, 3.2rem) 0 0.5rem; background: var(--bg-warm); }
.guide__h1 { margin: 0 0 0.7rem; text-wrap: balance; }
.guide__meta { display: flex; flex-wrap: wrap; gap: 0.6rem; font-size: 0.85rem; color: var(--text); opacity: 0.85; margin-bottom: 1.2rem; }
.guide__answer { font-size: var(--step-1); color: var(--text-strong); font-family: var(--font-head); font-weight: 500; line-height: 1.4; margin: 0 0 1.2rem; }
.guide__intro { font-size: 1rem; }
.guide__head .wrap--narrow { padding-bottom: 2rem; }
.properties { background: var(--bg-warm); }
.prose h2 { font-size: var(--step-2); }
.prose p { font-size: 1.02rem; }

/* ── FAQ ─────────────────────────────────────────────────── */
.faq { background: var(--bg-warm); }
.faq__list { display: flex; flex-direction: column; gap: 0.6rem; margin-top: 1.5rem; }
.faq__item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; }
.faq__item summary {
  cursor: pointer; padding: 1.1rem 1.3rem; font-family: var(--font-head); font-weight: 600;
  font-size: 1.08rem; color: var(--text-strong); list-style: none; display: flex; justify-content: space-between; gap: 1rem; align-items: center;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-size: 1.4rem; color: var(--gold-deep); font-family: var(--font-body); transition: transform 0.2s ease; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__answer { padding: 0 1.3rem 1.2rem; }
.faq__answer p { margin: 0; font-size: 0.96rem; }

/* ── Related ─────────────────────────────────────────────── */
.related__list { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }
@media (max-width: 620px) { .related__list { grid-template-columns: 1fr; } }
.related__list a { display: block; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 0.9rem 1.1rem; text-decoration: none; color: var(--text-strong); font-weight: 500; transition: border-color 0.15s ease, transform 0.12s ease; }
.related__list a:hover { border-color: var(--champagne); transform: translateX(3px); color: var(--ink); }

/* ── Hub / content head ──────────────────────────────────── */
.hub__head, .content-page__head { background: var(--bg-warm); padding: clamp(2.2rem, 5vw, 3.4rem) 0 clamp(1.6rem, 3vw, 2.4rem); border-bottom: 1px solid var(--border); }
.content-page__lead, .hub__head .content-page__lead { font-size: var(--step-1); color: var(--text-strong); margin: 0.6rem 0 0; }
.content-page__meta { font-size: 0.85rem; color: var(--text); opacity: 0.8; margin: 0; }

/* ── Content page (legal / about) ────────────────────────── */
.content-page__body { padding: clamp(2rem, 5vw, 3.4rem) 0 clamp(3rem, 6vw, 4.5rem); }
.prose-block { margin-bottom: 2rem; }
.prose-block h2 { font-size: var(--step-2); margin-bottom: 0.6rem; }
.content-list { margin: 0 0 1em; }
.content-list li { margin-bottom: 0.4rem; }

/* ── Contact form ────────────────────────────────────────── */
.contact-form { display: flex; flex-direction: column; gap: 1rem; max-width: 520px; margin-top: 1.5rem; }
.field { display: flex; flex-direction: column; gap: 0.35rem; }
.field label { font-weight: 600; font-size: 0.9rem; color: var(--text-strong); }
.field input, .field textarea { font: inherit; padding: 0.7rem 0.9rem; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--surface); color: var(--text-strong); }
.field input:focus, .field textarea:focus { border-color: var(--soft-blue); }
.field-note { font-size: 0.8rem; color: var(--text); opacity: 0.85; }

/* ── Error page ──────────────────────────────────────────── */
.error-page { padding: clamp(4rem, 10vw, 7rem) 0; }
.error-page__links { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; margin-top: 1.5rem; }

/* ── Footer ──────────────────────────────────────────────── */
.site-footer { background: var(--ink); color: var(--ivory); padding: clamp(3rem, 6vw, 4.5rem) 0 2rem; }
.site-footer__top { display: grid; grid-template-columns: 1.4fr 2.6fr; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(216,195,165,0.2); }
@media (max-width: 820px) { .site-footer__top { grid-template-columns: 1fr; gap: 2rem; } }
.brand--footer .brand__name { color: var(--ivory); }
.site-footer__blurb { color: rgba(250,247,240,0.85); font-size: 0.95rem; margin: 1rem 0 0.8rem; max-width: 34ch; }
.site-footer__disc { color: rgba(250,247,240,0.6); font-size: 0.8rem; max-width: 40ch; }
.site-footer__nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
@media (max-width: 620px) { .site-footer__nav { grid-template-columns: repeat(2, 1fr); } }
.site-footer__col h3 { font-family: var(--font-body); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--champagne); margin: 0 0 0.9rem; }
.site-footer__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.site-footer__col a { color: rgba(250,247,240,0.82); text-decoration: none; font-size: 0.9rem; }
.site-footer__col a:hover { color: #fff; text-decoration: underline; }
.site-footer__responsible { margin: 1.6rem 0; font-size: 0.82rem; color: rgba(250,247,240,0.7); background: rgba(255,255,255,0.04); border: 1px solid rgba(216,195,165,0.2); border-radius: var(--radius-sm); padding: 0.9rem 1.1rem; }
.site-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.8rem; font-size: 0.8rem; color: rgba(250,247,240,0.6); }
.site-footer__bottom a { color: rgba(250,247,240,0.75); }

/* ── Motion ──────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
