/* ==========================================================================
   Norway: A Guide for Newcomers — design system
   Nordic light × Islamic geometry. Fjord blue, snow, aurora green, brass.
   Mobile-first.
   ========================================================================== */

:root {
  --fjord: #0b1d2e;
  --fjord-2: #12293e;
  --fjord-3: #1b3a55;
  --snow: #f7f5f0;
  --snow-2: #eeeae1;
  --snow-3: #e4ded2;
  --aurora: #3fbf9a;
  --aurora-deep: #1f8f74;
  --brass: #c9a227;
  --brass-soft: #e0c163;
  --tile: #1f8a8a;
  --tile-light: #4fb8b8;
  --rose: #ba0c2f;
  --amber: #e8a33d;

  --text-snow: #1a1f24;
  --text-snow-soft: #555f69;
  --text-fjord: #e9eef3;
  --text-fjord-soft: #9fb2c2;

  --line-snow: rgba(26, 31, 36, 0.13);
  --line-fjord: rgba(233, 238, 243, 0.15);

  --font-serif: "Source Serif 4", Georgia, serif;
  --font-sans: "Inter", system-ui, -apple-system, sans-serif;
  --font-ar: "Amiri", "Noto Naskh Arabic", serif;
  --font-ur: "Noto Nastaliq Urdu", "Amiri", serif;

  --space-section: clamp(4.5rem, 13vw, 8rem);
  --space-block: clamp(2rem, 6vw, 3.25rem);
  --radius: 14px;
  --radius-lg: 22px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-snow);
  background: var(--snow);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }
h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.32;
  margin: 0 0 1rem;
  letter-spacing: -0.005em;
}
p { margin: 0 0 1.35em; }
a { color: inherit; }
ul, ol { padding-left: 1.3em; margin: 0 0 1.35em; }
li { margin-bottom: 0.5em; }
details summary { cursor: pointer; }
strong { font-weight: 650; }
:focus-visible { outline: 3px solid var(--aurora); outline-offset: 3px; border-radius: 4px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* ---------- sections ---------- */
.section { position: relative; padding: var(--space-section) 0; overflow: hidden; }
.section--fjord { background: var(--fjord); color: var(--text-fjord); }
.section--fjord2 { background: var(--fjord-2); color: var(--text-fjord); }
.section--snow { background: var(--snow); color: var(--text-snow); }
.section--snow2 { background: var(--snow-2); color: var(--text-snow); }

.container {
  width: 100%;
  max-width: 44rem;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 2rem);
  position: relative;
  z-index: 1;
}
.container--wide { max-width: 66rem; }

/* ---------- section labels ---------- */
.section-label {
  display: flex; align-items: center; gap: 0.85rem; flex-wrap: wrap;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--aurora-deep);
  margin-bottom: 1.5rem;
}
.section--fjord .section-label,
.section--fjord2 .section-label { color: var(--brass-soft); }
.section-label .num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.3rem; height: 2.3rem;
  border: 1px solid currentColor;
  font-size: 0.82rem; letter-spacing: 0;
  flex: none;
  border-radius: 50%;
}
.section-label .script {
  font-family: var(--font-ar);
  font-size: 1.15rem;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.85;
  line-height: 1;
}
.section-label .script[lang="ur"] { font-family: var(--font-ur); font-size: 1rem; line-height: 1.9; }

.heading-xl {
  font-size: clamp(1.75rem, 6.2vw, 2.7rem);
  margin-bottom: 1.4rem;
}
.heading-lg {
  font-size: clamp(1.3rem, 4.4vw, 1.68rem);
  margin-top: var(--space-block);
  margin-bottom: 0.9rem;
}
.heading-md {
  font-size: 1.1rem;
  margin-top: 2rem;
  margin-bottom: 0.7rem;
  font-family: var(--font-sans);
  font-weight: 650;
  letter-spacing: 0;
}

.lead {
  font-family: var(--font-serif);
  font-size: clamp(1.08rem, 3.6vw, 1.28rem);
  line-height: 1.7;
  margin-bottom: var(--space-block);
  color: var(--text-snow);
}
.section--fjord .lead, .section--fjord2 .lead { color: #cfe0ec; }

/* ---------- inline citation ---------- */
.source {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.85em;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.12em 0.5em;
  margin-left: 0.35em;
  border-radius: 999px;
  background: rgba(31, 143, 116, 0.13);
  color: var(--aurora-deep);
  vertical-align: 0.12em;
  white-space: nowrap;
  line-height: 1.6;
}
.section--fjord .source, .section--fjord2 .source {
  background: rgba(201, 162, 39, 0.16);
  color: var(--brass-soft);
}
a.source { text-decoration: none; }
a.source:hover { background: rgba(31, 143, 116, 0.25); }

/* ---------- hero ---------- */
.hero {
  position: relative;
  min-height: 88svh;
  display: flex; align-items: center;
  padding: 5rem 0 4rem;
  background: linear-gradient(170deg, #071624 0%, var(--fjord) 42%, #14324a 100%);
  color: var(--text-fjord);
  overflow: hidden;
}
.hero__aurora {
  position: absolute; inset: -20% -10% auto -10%; height: 70%;
  z-index: 1;
  background:
    radial-gradient(60% 55% at 22% 40%, rgba(63,191,154,0.55), transparent 70%),
    radial-gradient(50% 45% at 72% 28%, rgba(79,184,184,0.42), transparent 72%),
    radial-gradient(40% 40% at 50% 10%, rgba(232,163,61,0.28), transparent 70%);
  filter: blur(18px);
  mix-blend-mode: screen;
  pointer-events: none;
}
.hero__stars { position: absolute; inset: 0; opacity: 0.5; pointer-events: none; }
.hero .container { position: relative; z-index: 2; }
.hero__kicker {
  font-size: 0.85rem; font-weight: 600; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--aurora);
  margin-bottom: 1.4rem;
}
.hero__title {
  font-size: clamp(2.3rem, 10vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}
.hero__scripts {
  display: flex; gap: 1.4rem; align-items: baseline; flex-wrap: wrap;
  margin: 0 0 1.6rem;
  color: var(--brass-soft);
}
.hero__scripts span { font-size: 1.5rem; line-height: 1.8; }
.hero__scripts .ar { font-family: var(--font-ar); }
.hero__scripts .ur { font-family: var(--font-ur); font-size: 1.25rem; }
.hero__sub {
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 3.9vw, 1.35rem);
  line-height: 1.65;
  color: #cfe0ec;
  max-width: 34rem;
  margin-bottom: 2.2rem;
}
.hero__art {
  position: absolute; inset: 0; z-index: 0;
  margin: 0;
  overflow: hidden;
}
.hero__art img,
.hero__art video {
  position: absolute; inset: 0;
  width: 100%; height: 100%; display: block;
  object-fit: cover;
  object-position: center 42%;
}
@media (prefers-reduced-motion: reduce) {
  .hero__art video { display: none; }
}
.hero__art::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(185deg,
    rgba(7,22,36,0.88) 0%,
    rgba(18,41,62,0.52) 32%,
    rgba(31,74,66,0.38) 58%,
    rgba(7,22,36,0.87) 100%);
}

/* ---------- hero perks card ---------- */
.hero__perks {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 1.3rem 1.4rem;
  max-width: 30rem;
  background: rgba(247, 245, 240, 0.96);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}
.hero__perks li {
  display: flex; align-items: flex-start; gap: 0.85rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line-snow);
}
.hero__perks li:last-child { border-bottom: none; padding-bottom: 0; }
.hero__perks li:first-child { padding-top: 0; }
.hero__perks-icon {
  display: flex; align-items: center; justify-content: center;
  flex: none;
  width: 1.5rem; height: 1.5rem;
  margin-top: 0.1rem;
  border-radius: 50%;
  background: var(--aurora-deep);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}
.hero__perks li > span:last-child {
  display: flex; flex-direction: column; gap: 0.2rem;
  color: var(--text-snow-soft);
  font-size: 0.87rem;
  line-height: 1.45;
}
.hero__perks strong {
  color: var(--text-snow);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 650;
}
@media (min-width: 60rem) {
  .hero__perks { margin-top: 1.5rem; }
}

/* ---------- buttons ---------- */
.btn-row { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 1.6rem; }
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-weight: 600; font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.18s ease, background 0.18s ease;
}
.btn--primary { background: var(--aurora); color: #05201a; }
.btn--primary:hover { background: #55d3ae; transform: translateY(-2px); }
.btn--ghost { border-color: rgba(233,238,243,0.35); color: var(--text-fjord); }
.btn--ghost:hover { border-color: var(--aurora); transform: translateY(-2px); }

/* ---------- art ---------- */
.art { margin: var(--space-block) 0; }
.art img, .art video { width: 100%; display: block; border-radius: var(--radius); }
.art--band { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); width: 100vw; }
.art--band img, .art--band video { border-radius: 0; }
.art--inset img, .art--inset video { border-radius: var(--radius-lg); }
.art figcaption {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-snow-soft);
  margin-top: 0.75rem;
  padding: 0 clamp(1.25rem, 5vw, 2rem);
  display: flex; gap: 0.6rem; align-items: baseline; flex-wrap: wrap;
}
.section--fjord .art figcaption, .section--fjord2 .art figcaption { color: var(--text-fjord-soft); }
.art--inset figcaption, .container > .art figcaption { padding: 0; }
.illus {
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.1em 0.55em; border-radius: 999px;
  border: 1px solid currentColor; opacity: 0.7; white-space: nowrap;
}

/* ---------- cards ---------- */
.card-grid { display: grid; gap: 1rem; margin: var(--space-block) 0; }
@media (min-width: 40rem) { .card-grid { grid-template-columns: 1fr 1fr; } }
.card-grid--3 { grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); }

.card {
  background: var(--snow-2);
  border: 1px solid var(--line-snow);
  border-radius: var(--radius);
  padding: 1.5rem 1.4rem;
}
.card h3 { font-size: 1.05rem; font-family: var(--font-sans); font-weight: 650; margin-bottom: 0.5rem; }
.card p:last-child { margin-bottom: 0; }
.section--fjord .card, .section--fjord2 .card {
  background: var(--fjord-2);
  border-color: var(--line-fjord);
}
.card__figure {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 5vw, 2rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--aurora-deep);
  display: block;
  margin-bottom: 0.3rem;
}
.section--fjord .card__figure, .section--fjord2 .card__figure { color: var(--aurora); }
.card__unit { font-size: 0.92rem; color: var(--text-snow-soft); display: block; margin-bottom: 0.6rem; }
.section--fjord .card__unit, .section--fjord2 .card__unit { color: var(--text-fjord-soft); }

/* ---------- fact table ---------- */
.fact-table { margin: var(--space-block) 0; }
.fact-table caption {
  text-align: left; font-weight: 650; font-size: 0.95rem;
  margin-bottom: 1rem; line-height: 1.5;
  color: var(--aurora-deep);
}
.section--fjord .fact-table caption, .section--fjord2 .fact-table caption { color: var(--aurora); }

/* Below 48rem: each row becomes a self-contained card, so height always
   matches its own content — no more auto table-layout borrowing a
   sibling cell's height when a long "who qualifies" column sits
   off-screen. Headers are visually hidden and re-shown per-cell via
   data-label. */
.fact-table table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }
.fact-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.fact-table tbody { display: block; }
.fact-table tr {
  display: block;
  padding: 1.15rem 1.3rem;
  margin-bottom: 0.9rem;
  border: 1px solid var(--line-snow);
  border-radius: var(--radius);
  background: var(--snow-2);
  box-shadow: 0 6px 18px rgba(26,31,36,0.05);
}
.section--fjord .fact-table tr, .section--fjord2 .fact-table tr {
  border-color: var(--line-fjord); background: var(--fjord-2);
  box-shadow: 0 6px 18px rgba(0,0,0,0.22);
}
.fact-table td {
  display: block;
  padding: 0.6rem 0 0;
  border: 0;
}
.fact-table td:first-child { padding-top: 0; font-weight: 650; }
.fact-table td::before {
  content: attr(data-label);
  display: block;
  font-size: 0.7rem; font-weight: 650; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--aurora-deep);
  opacity: 0.8;
  margin-bottom: 0.25rem;
}
.section--fjord .fact-table td::before, .section--fjord2 .fact-table td::before { color: var(--aurora); opacity: 0.9; }
.fact-table td:first-child::before { display: none; }
.fact-table td.num { font-variant-numeric: tabular-nums; font-weight: 600; }

@media (min-width: 48rem) {
  .fact-table { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .fact-table thead {
    position: static; width: auto; height: auto; overflow: visible; clip: auto;
  }
  .fact-table table {
    border: 1px solid var(--line-snow);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(26,31,36,0.05);
  }
  .section--fjord .fact-table table, .section--fjord2 .fact-table table {
    border-color: var(--line-fjord);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  }
  .fact-table tbody { display: table-row-group; }
  .fact-table tr {
    display: table-row;
    padding: 0; margin: 0; border: 0; border-radius: 0; background: none; box-shadow: none;
  }
  .fact-table tbody tr:nth-child(even) { background: rgba(31,143,116,0.045); }
  .section--fjord .fact-table tbody tr:nth-child(even), .section--fjord2 .fact-table tbody tr:nth-child(even) {
    background: rgba(63,191,154,0.05);
  }
  .fact-table tbody tr { transition: background 0.15s ease; }
  .fact-table tbody tr:hover { background: rgba(31,143,116,0.09); }
  .section--fjord .fact-table tbody tr:hover, .section--fjord2 .fact-table tbody tr:hover {
    background: rgba(63,191,154,0.1);
  }
  .fact-table th, .fact-table td {
    display: table-cell;
    text-align: left; padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--line-snow);
    vertical-align: top;
    font-weight: 400;
  }
  .fact-table tbody tr:last-child td { border-bottom: 0; }
  .section--fjord .fact-table th, .section--fjord .fact-table td,
  .section--fjord2 .fact-table th, .section--fjord2 .fact-table td { border-color: var(--line-fjord); }
  .fact-table th {
    font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
    font-weight: 650; color: var(--text-snow-soft);
    background: rgba(31,143,116,0.07);
    border-bottom: 2px solid var(--aurora-deep);
    padding: 0.85rem 1rem;
  }
  .section--fjord .fact-table th, .section--fjord2 .fact-table th {
    color: var(--text-fjord-soft);
    background: rgba(63,191,154,0.08);
    border-bottom-color: var(--aurora);
  }
  .fact-table td::before { display: none; }
  .fact-table td.num { white-space: nowrap; }
}

/* ---------- route cards ---------- */
.route-card {
  border: 1px solid var(--line-snow);
  border-radius: var(--radius);
  padding: 1.6rem 1.5rem;
  margin-bottom: 1.1rem;
  background: var(--snow-2);
  box-shadow: 0 6px 20px rgba(26,31,36,0.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.route-card:hover { box-shadow: 0 10px 28px rgba(26,31,36,0.08); transform: translateY(-1px); }
.section--fjord .route-card, .section--fjord2 .route-card {
  background: var(--fjord-2); border-color: var(--line-fjord);
  box-shadow: 0 6px 20px rgba(0,0,0,0.22);
}
.section--fjord .route-card:hover, .section--fjord2 .route-card:hover {
  box-shadow: 0 10px 28px rgba(0,0,0,0.3);
}
.route-card h3 { font-family: var(--font-sans); font-size: 1.1rem; font-weight: 650; margin-bottom: 0.3rem; }
.route-card__verdict {
  display: inline-flex; align-items: center; gap: 0.4em;
  font-size: 0.8rem; font-weight: 650; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.3em 0.8em; border-radius: 999px; margin-bottom: 0.9rem;
  background: rgba(31,143,116,0.15); color: var(--aurora-deep);
}
.route-card__verdict::before {
  content: ""; width: 0.45em; height: 0.45em; border-radius: 999px;
  background: currentColor; flex: none;
}
.route-card--mixed .route-card__verdict { background: rgba(232,163,61,0.18); color: #9a6410; }
.route-card--hard .route-card__verdict { background: rgba(186,12,47,0.12); color: var(--rose); }
.section--fjord .route-card__verdict { background: rgba(63,191,154,0.18); color: var(--aurora); }
.section--fjord .route-card--mixed .route-card__verdict { background: rgba(232,163,61,0.2); color: var(--amber); }
.section--fjord .route-card--hard .route-card__verdict { background: rgba(255,120,140,0.16); color: #ff8fa3; }
.route-card p:last-child { margin-bottom: 0; }

/* ---------- notes ---------- */
.note {
  border-radius: var(--radius);
  padding: 1.25rem 1.3rem;
  margin: var(--space-block) 0;
  font-size: 0.95rem;
  background: var(--snow-3);
  border-left: 4px solid var(--tile);
}
.note p:last-child { margin-bottom: 0; }
.note__title {
  display: block; font-weight: 650; font-size: 0.85rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--tile); margin-bottom: 0.5rem;
}
.note--warn { background: rgba(232,163,61,0.13); border-left-color: var(--amber); }
.note--warn .note__title { color: #9a6410; }
.note--good { background: rgba(31,143,116,0.11); border-left-color: var(--aurora-deep); }
.note--good .note__title { color: var(--aurora-deep); }
.section--fjord .note, .section--fjord2 .note { background: rgba(255,255,255,0.05); }
.section--fjord .note--warn .note__title { color: var(--amber); }
.section--fjord .note--good .note__title { color: var(--aurora); }
.section--fjord .note__title { color: var(--tile-light); }

/* ---------- steps & timeline ---------- */
.step-list { list-style: none; padding: 0; counter-reset: step; margin: var(--space-block) 0; }
.step-list li {
  counter-increment: step;
  position: relative;
  padding-left: 3.1rem;
  margin-bottom: 1.5rem;
}
.step-list li::before {
  content: counter(step);
  position: absolute; left: 0; top: 0;
  width: 2.2rem; height: 2.2rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--aurora-deep); color: #fff;
  font-weight: 650; font-size: 0.9rem;
  font-variant-numeric: tabular-nums;
}
.section--fjord .step-list li::before, .section--fjord2 .step-list li::before {
  background: var(--aurora); color: #05201a;
}
.step-list strong { display: block; margin-bottom: 0.2rem; }

.timeline { list-style: none; padding: 0; margin: var(--space-block) 0; position: relative; }
.timeline::before {
  content: ""; position: absolute; left: 0.45rem; top: 0.6rem; bottom: 0.6rem;
  width: 2px; background: var(--line-snow);
}
.section--fjord .timeline::before { background: var(--line-fjord); }
.timeline-item { position: relative; padding-left: 2.2rem; margin-bottom: 1.6rem; }
.timeline-item::before {
  content: ""; position: absolute; left: 0; top: 0.62em;
  width: 1rem; height: 1rem; border-radius: 50%;
  background: var(--brass);
  border: 2px solid var(--snow);
}
.section--fjord .timeline-item::before { border-color: var(--fjord); }
.timeline-item .year {
  display: block; font-weight: 650; font-size: 0.87rem;
  letter-spacing: 0.1em; color: var(--brass); margin-bottom: 0.15rem;
}

/* ---------- pills ---------- */
.pill-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.5rem 0; }
.pill-list li {
  margin: 0;
  padding: 0.4em 0.9em;
  border-radius: 999px;
  background: var(--snow-3);
  font-size: 0.86rem;
  border: 1px solid var(--line-snow);
}
.section--fjord .pill-list li, .section--fjord2 .pill-list li {
  background: var(--fjord-2); border-color: var(--line-fjord);
}

/* ---------- directory ---------- */
.directory { display: grid; gap: 0.9rem; margin: var(--space-block) 0; }
@media (min-width: 40rem) { .directory { grid-template-columns: 1fr 1fr; } }
.directory-item {
  border: 1px solid var(--line-snow);
  border-radius: var(--radius);
  padding: 1.15rem 1.2rem;
  background: var(--snow-2);
}
.section--fjord .directory-item, .section--fjord2 .directory-item {
  background: var(--fjord-2); border-color: var(--line-fjord);
}
.directory-item h3 { font-family: var(--font-sans); font-size: 0.98rem; font-weight: 650; margin-bottom: 0.25rem; }
.directory-item .place {
  font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--tile); font-weight: 600; display: block; margin-bottom: 0.5rem;
}
.section--fjord .directory-item .place { color: var(--tile-light); }
.directory-item p { font-size: 0.9rem; margin-bottom: 0; }

/* ---------- quotes ---------- */
.quote-block {
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 4.2vw, 1.5rem);
  line-height: 1.55;
  border-left: 3px solid var(--brass);
  padding-left: 1.4rem;
  margin: var(--space-block) 0;
}
.quote-block cite {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-style: normal;
  color: var(--text-snow-soft);
  margin-top: 0.9rem;
}
.section--fjord .quote-block cite { color: var(--text-fjord-soft); }

/* ---------- FAQ ---------- */
.qa { margin: var(--space-block) 0; }
.qa-item {
  border-bottom: 1px solid var(--line-snow);
  padding: 0.35rem 0;
}
.section--fjord .qa-item { border-color: var(--line-fjord); }
.qa-item summary {
  font-weight: 650;
  font-size: 1rem;
  padding: 0.9rem 2rem 0.9rem 0;
  position: relative;
  list-style: none;
  line-height: 1.5;
}
.qa-item summary::-webkit-details-marker { display: none; }
.qa-item summary::after {
  content: "+";
  position: absolute; right: 0.2rem; top: 0.78rem;
  font-size: 1.4rem; font-weight: 400; line-height: 1;
  color: var(--aurora-deep);
  transition: transform 0.2s ease;
}
.section--fjord .qa-item summary::after { color: var(--aurora); }
.qa-item[open] summary::after { transform: rotate(45deg); }
.qa-item > div { padding: 0 0 1rem; font-size: 0.95rem; }

/* ---------- nav ---------- */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: rgba(11, 29, 46, 0.93);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-fjord);
  transform: translateY(-100%);
  transition: transform 0.28s ease;
}
.site-nav.is-visible { transform: translateY(0); }
.nav-inner {
  max-width: 72rem; margin: 0 auto;
  padding: 0 1rem;
  display: flex; align-items: center; gap: 1rem;
  height: 52px;
  position: relative;
}
.nav-logo { width: 26px; height: 26px; flex: none; }
.site-nav ul {
  list-style: none; display: flex; gap: 1.15rem; margin: 0; padding: 0;
  overflow-x: auto; scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.site-nav ul::-webkit-scrollbar { display: none; }
.site-nav li { margin: 0; }
.site-nav a {
  color: var(--text-fjord-soft);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.15s ease;
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 0;
}
.site-nav a:hover { color: var(--aurora); }

/* edge fade: hints that the 16-item nav list scrolls horizontally */
.nav-inner::after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 2.25rem;
  background: linear-gradient(to right, transparent, rgba(11, 29, 46, 0.93) 70%);
  pointer-events: none;
}

/* ---------- ornament ---------- */
.ornament-band {
  height: 26px;
  background-repeat: repeat-x;
  background-size: auto 26px;
  opacity: 0.85;
}
.glow {
  position: absolute; pointer-events: none; z-index: 0;
  width: 70vw; height: 70vw; max-width: 620px; max-height: 620px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}
.glow--aurora { background: radial-gradient(circle, rgba(63,191,154,0.5), transparent 68%); top: -12%; right: -18%; }
.glow--brass { background: radial-gradient(circle, rgba(201,162,39,0.35), transparent 68%); bottom: -14%; left: -20%; }

/* ---------- footer ---------- */
.site-footer {
  background: #071624;
  color: var(--text-fjord-soft);
  padding: 4rem 0 3rem;
  font-size: 0.88rem;
  line-height: 1.75;
}
.site-footer h3 {
  color: var(--text-fjord);
  font-size: 0.85rem; letter-spacing: 0.18em; text-transform: uppercase;
  font-family: var(--font-sans); font-weight: 650;
  margin-bottom: 0.8rem;
}
.site-footer a { color: var(--aurora); text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-grid { display: grid; gap: 2rem; margin-bottom: 2.5rem; }
@media (min-width: 42rem) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer-legal {
  border-top: 1px solid var(--line-fjord);
  padding-top: 1.6rem;
  font-size: 0.87rem;
  color: #7b8fa0;
}
.footer-legal p { margin-bottom: 0.8rem; }

/* ---------- link list ---------- */
.link-list { list-style: none; padding: 0; margin: 0 0 1.35em; }
.link-list li { margin-bottom: 0.55em; }
.link-list a { font-weight: 550; text-decoration: none; border-bottom: 1px solid currentColor; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- rtl helpers ---------- */
[dir="rtl"] { text-align: right; }
.ar-block { font-family: var(--font-ar); font-size: 1.1em; line-height: 2.1; }
.ur-block { font-family: var(--font-ur); font-size: 1em; line-height: 2.6; }

/* ---------- misc ---------- */
.kicker {
  font-size: 0.82rem; font-weight: 650; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--aurora-deep); margin-bottom: 0.8rem;
}
.section--fjord .kicker { color: var(--brass-soft); }
.divider { height: 1px; background: var(--line-snow); margin: var(--space-block) 0; border: 0; }
.section--fjord .divider { background: var(--line-fjord); }
.text-center { text-align: center; }
.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;
}

/* ---------- nav scrollspy ---------- */
.site-nav a.is-current { color: var(--aurora); font-weight: 650; }

.hero__inner {
  position: relative; z-index: 2;
  width: 100%;
}

/* ---------- full-bleed figure captions align to the text column ---------- */
.art--band figcaption {
  max-width: calc(44rem + 2 * clamp(1.25rem, 5vw, 2rem));
  margin-left: auto;
  margin-right: auto;
}
.section .container--wide .art--band figcaption {
  max-width: calc(66rem + 2 * clamp(1.25rem, 5vw, 2rem));
}

/* ---------- provenance banner ---------- */
.provenance-banner {
  background: var(--amber);
  color: #2b1c06;
  padding: 0.95rem 0;
  font-size: 0.95rem;
  line-height: 1.6;
  position: relative;
  z-index: 40;
}
.provenance-banner p { margin: 0; }
.provenance-banner strong { font-weight: 700; }
.provenance-banner__ar {
  font-family: var(--font-ar);
  font-size: 1.05rem;
  margin-top: 0.35rem !important;
  opacity: 0.85;
}
