:root {
  --bg:        #f2f0ea;
  --surface:   #ffffff;
  --surface-2: #f8f4ed;
  --ink:       #1f2a33;
  --muted:     #5c6871;
  --line:      #ded4c6;
  --accent:    #41596e;
  --accent-dk: #2f4659;
  --shadow:    0 18px 48px rgba(20,28,35,.08);
  --shadow-sm: 0 8px 24px rgba(20,28,35,.06);
  --radius:    6px;
  --radius-lg: 18px;
  --max:       1240px;
  --editorial-col: 1040px;
  --reading-measure: 760px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(122,104,80,.07), transparent 24%),
    linear-gradient(180deg, #f8f6f1 0%, var(--bg) 60%);
  color: var(--ink);
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

.page-wrap {
  width: min(calc(100% - 32px), var(--editorial-col));
  margin: 0 auto;
  padding: 0 0 100px;
  min-width: 0;
}

/* ── HERO BREADCRUMBS ─────────────────────────────────── */

.hero-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: 0 0 24px;
  color: rgba(255,255,255,.64);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-breadcrumbs a,
.hero-breadcrumbs span {
  color: inherit;
  text-decoration: none;
}

.hero-breadcrumbs a {
  transition: color .18s ease;
}

.hero-breadcrumbs a:hover {
  color: rgba(255,255,255,.9);
}

.hero-breadcrumbs a:focus-visible,
.country-card:focus-visible,
.quick-links a:focus-visible {
  outline: 2px solid rgba(255,255,255,.78);
  outline-offset: 4px;
}

.hero-breadcrumbs span::before,
.hero-breadcrumbs a + a::before {
  content: "/";
  margin-right: 9px;
  color: rgba(255,255,255,.34);
}

.editorial-hero-nav {
  width: min(100%, var(--reading-measure));
  justify-content: flex-start;
  gap: 0.72rem;
  margin-bottom: clamp(40px, 5.4vw, 64px);
  padding: 0;
  border-bottom: 0;
  color: rgba(255,255,255,.50);
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: .145em;
}

.editorial-hero-nav > span::before,
.editorial-hero-nav > a + a::before,
.editorial-hero-nav .editorial-nav-links::before,
.editorial-hero-nav .editorial-nav-links > *::before {
  content: none;
  margin: 0;
}

.editorial-nav-brand {
  flex: 0 0 auto;
  color: rgba(255,255,255,.52);
}

.editorial-nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.72rem;
  min-width: 0;
}

.editorial-nav-links a,
.editorial-nav-links span {
  position: relative;
}

.editorial-nav-brand::after,
.editorial-nav-links > * + *::before {
  content: none;
  margin: 0;
}

.editorial-nav-separator {
  flex: 0 0 auto;
  color: rgba(255,255,255,.26);
  font-weight: 600;
}

.editorial-nav-links span {
  color: rgba(255,255,255,.66);
}

.editorial-nav-links a[aria-current="page"] {
  color: rgba(255,255,255,.66);
}

.reading-region-page .editorial-hero-nav {
  margin-bottom: clamp(56px, 7vw, 86px);
}

/* ── HERO ─────────────────────────────────────────────── */

.hero {
  position: relative;
  min-height: clamp(680px, 78vh, 820px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #1f2a33;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.08), transparent 56%),
    linear-gradient(180deg, rgba(18,24,31,.12) 0%, rgba(18,24,31,.68) 100%);
}

.scotland-hero .hero-image {
  object-position: center 48%;
  filter: saturate(.92) contrast(1.04);
}

.scotland-hero .hero-overlay {
  background:
    radial-gradient(circle at 72% 18%, rgba(255,255,255,.08), transparent 34rem),
    linear-gradient(180deg, rgba(15,20,24,.08) 0%, rgba(15,20,24,.72) 100%),
    linear-gradient(90deg, rgba(15,20,24,.18) 0%, transparent 58%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), var(--editorial-col));
  margin: 0 auto;
  padding: clamp(92px, 12vh, 128px) 0 clamp(70px, 10vh, 96px);
  color: #fff;
}

.eyebrow {
  display: block;
  margin: 0 0 clamp(28px, 4vw, 42px);
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: rgba(255,255,255,.84);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero h1 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  margin: 0;
  max-width: var(--reading-measure);
  font-size: clamp(3.05rem, 7.1vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: -.02em;
  font-weight: 800;
}

.reading-ireland-page .hero h1 {
  max-width: 720px;
  font-size: clamp(2.95rem, 6.65vw, 5.35rem);
  line-height: 1;
}

.hero-subtitle {
  max-width: 660px;
  margin: clamp(24px, 3.4vw, 34px) 0 0;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  color: rgba(255,255,255,.80);
  line-height: 1.65;
}

/* ── INTRO ────────────────────────────────────────────── */

.intro-card {
  width: min(100%, var(--editorial-col));
  margin: clamp(-58px, -5vw, -38px) auto 34px;
  padding: clamp(34px, 5.4vw, 58px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  position: relative;
  z-index: 5;
}

.intro-card h2 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  margin: 0 0 16px;
  max-width: var(--reading-measure);
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -.02em;
  font-weight: 700;
}

.intro-card p {
  max-width: var(--reading-measure);
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  overflow-wrap: break-word;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.quick-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--accent-dk);
  text-decoration: none;
  font-size: .86rem;
  font-weight: 800;
  transition:
    background-color .15s ease,
    border-color .15s ease,
    color .15s ease;
}

.quick-links a:hover {
  background: var(--accent-dk);
  border-color: var(--accent-dk);
  color: #fff;
}

.quick-link-muted {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid rgba(222,212,198,.62);
  border-radius: 999px;
  background: rgba(248,244,237,.58);
  color: rgba(92,104,113,.72);
  font-size: .86rem;
  font-weight: 800;
}

.joel-note {
  max-width: var(--reading-measure);
  margin: 30px auto 34px;
  padding: 0 0 0 18px;
  border-left: 1px solid rgba(122,106,87,.34);
  color: var(--muted);
}

.joel-note-label {
  margin: 0 0 4px;
  color: #6d5847;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.joel-note p:last-child {
  margin: 0;
  max-width: 58ch;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.04rem, 1.6vw, 1.18rem);
  line-height: 1.7;
  letter-spacing: -.01em;
}

/* ── CONTENT SECTIONS ─────────────────────────────────── */

.content-section {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(222,212,198,.72);
  border-radius: 16px;
  padding: clamp(40px, 5.4vw, 66px);
  margin-bottom: 38px;
  box-shadow: 0 12px 32px rgba(20,28,35,.045);
  scroll-margin-top: 104px;
  transition:
    transform .28s cubic-bezier(.2,.8,.2,1),
    box-shadow .28s cubic-bezier(.2,.8,.2,1);
}

.section-heading { margin-bottom: 28px; }

.section-kicker {
  margin: 0 0 10px;
  color: var(--accent);
  text-transform: uppercase;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .10em;
}


.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

.section-heading h2 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: -.02em;
  font-weight: 700;
  max-width: 720px;
}

/* ── MEDIA LIST ───────────────────────────────────────── */

.media-list {
  list-style: none;
  max-width: 820px;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.media-item {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 34px 0 35px;
  border-bottom: 1px solid rgba(222,212,198,.44);
  transition:
    border-color .18s ease,
    opacity .18s ease;
}

.media-item:last-child { border-bottom: none; }

.media-item:hover {
  border-color: rgba(65,89,110,.22);
}

.item-icon {
  flex-shrink: 0;
  width: 18px;
  text-align: center;
  line-height: 1;
  padding-top: 9px;
  font-size: .72rem;
  opacity: .30;
  filter: grayscale(1);
}

.item-title .item-icon {
  display: inline-block;
  width: auto;
  margin-right: .38rem;
  padding-top: 0;
  font-size: .72rem;
  opacity: .42;
  vertical-align: .12em;
}

.item-content { flex: 1; min-width: 0; }

.item-title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  margin: 0 0 10px;
  font-size: clamp(1.42rem, 2.1vw, 1.72rem);
  line-height: 1.16;
  letter-spacing: -.018em;
  font-weight: 700;
  color: var(--ink);
  transition: color .18s ease;
}

.media-item:hover .item-title {
  color: var(--accent-dk);
}

.item-desc {
  margin: 0;
  color: var(--muted);
  max-width: 62ch;
  font-size: .92rem;
  line-height: 1.82;
  opacity: .76;
  overflow-wrap: break-word;
}

.media-subsection {
  margin-top: 46px;
}

.media-subsection:first-of-type {
  margin-top: 34px;
}

.media-subheading {
  margin: 0 0 2px;
  color: #6d5847;
  font-size: .78rem;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.editorial-bridge {
  max-width: 46ch;
  margin: 8px auto 34px;
  color: rgba(92,104,113,.82);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  font-style: italic;
  line-height: 1.68;
  letter-spacing: -.01em;
  text-align: center;
}

.region-intro {
  max-width: 62ch;
  margin: 0 0 32px;
  color: var(--muted);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 2vw, 1.38rem);
  line-height: 1.62;
  letter-spacing: -.01em;
}

/* ── DIVIDERS ─────────────────────────────────────────── */

.tour-divider { margin: 34px 0 36px; }

.tour-divider-image {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: 18px;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 18px 46px rgba(20,28,35,.075);
  transition: transform .45s ease, box-shadow .25s ease;
}

.ireland-divider {
  background:
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.56)),
    url("images/ireland-divider.webp") center / cover no-repeat;
}

.dublin-divider {
  background:
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.62)),
    url("images/dublin1.webp") center / cover no-repeat;
}

.scotland-divider {
  background:
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.58)),
    url("images/scotland-divider.webp") center / cover no-repeat;
}

.belfast-divider {
  background:
    linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.68)),
    url("images/belfast.webp") center / cover no-repeat;
}

.tour-divider-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,.10), transparent 24rem);
}

.tour-divider-text {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 38px;
}

.tour-divider-text span {
  display: block;
  max-width: 44ch;
  color: rgba(255,255,255,.92);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 2vw, 1.5rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -.01em;
  text-shadow: 0 2px 22px rgba(0,0,0,.28);
}

.tour-divider:hover .tour-divider-image {
  transform: translateY(-2px);
  box-shadow: 0 28px 70px rgba(20,28,35,.16);
}


/* ── CONTENT SECTION HOVERS ───────────────────────────── */

.content-section:nth-of-type(even) {
  background:
    linear-gradient(180deg, #ffffff 0%, #fcfaf6 100%);
}

.content-section:nth-of-type(3n) {
  background:
    linear-gradient(180deg, #fdfbf7 0%, #f6f1e8 100%);
  border-color: rgba(201, 185, 162, .52);
}

.content-section:nth-of-type(3n) .section-kicker {
  color: #6d5847;
}

.content-section:hover {
  box-shadow: 0 14px 38px rgba(20,28,35,.058);
  transform: translateY(-1px);
}

/* ── MAILING LIST ─────────────────────────────────────── */

.mailing-list {
  margin-top: 18px;
  padding: clamp(36px, 6vw, 60px) clamp(28px, 5vw, 48px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  text-align: center;
}

.ml-kicker {
  margin: 0 0 14px;
  color: var(--accent);
  text-transform: uppercase;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .10em;
}

.mailing-list h2 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -.02em;
  font-weight: 700;
}

.ml-body {
  max-width: 520px;
  margin: 0 auto 32px;
  color: var(--muted);
  font-size: 1.02rem;
}

.kit-embed-shell {
  max-width: 600px;
  margin: 0 auto;
}


/* ── READING PROGRESS NAV ─────────────────────────────── */

.reading-progress-nav {
  position: static;
  display: flex;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 100%;
  margin: 18px auto 48px;
  padding: 0;
  overflow-x: auto;
  scrollbar-width: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.reading-progress-nav::-webkit-scrollbar {
  display: none;
}

.reading-progress-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 8px;
  border-radius: 0;
  color: var(--muted);
  text-decoration: none;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition:
    color .18s ease,
    opacity .18s ease;
}

.reading-progress-nav a + a::before {
  content: "·";
  margin-right: 18px;
  color: rgba(122,106,87,.32);
  font-weight: 700;
}

.reading-progress-nav a:hover {
  color: var(--ink);
}

.reading-progress-nav a.active {
  color: var(--ink);
}

/* ── SPOTIFY EMBEDS ───────────────────────────────────── */

.spotify-section {
  margin: 46px 0 36px;
  scroll-margin-top: 104px;
}

.spotify-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(28px, 5vw, 46px);
  background:
    radial-gradient(circle at top right, rgba(65,89,110,.10), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.90), rgba(248,244,237,.96));
  border: 1px solid rgba(222,212,198,.88);
  border-radius: 24px;
  box-shadow: var(--shadow-sm);
}

.spotify-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.45), transparent 28%);
  pointer-events: none;
  z-index: -1;
}

.spotify-card h2 {
  margin: 0 0 12px;
  max-width: 14ch;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3vw, 2.55rem);
  line-height: 1.06;
  letter-spacing: -.02em;
}

.spotify-intro {
  max-width: 58ch;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 1.01rem;
  line-height: 1.78;
}

.spotify-card iframe {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(20,28,35,.10);
}

/* ── COUNTRY GRID ─────────────────────────────────────── */

.country-grid-section {
  margin: 34px 0 20px;
}

.country-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.country-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 520px;
  border-radius: 26px;
  background: #000;
  box-shadow: var(--shadow);
  color: #fff;
  text-decoration: none;
  isolation: isolate;
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    filter .28s ease;
}

.country-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.country-card:hover .country-card-image {
  transform: scale(1.035);
}

.country-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 62px rgba(20,28,35,.11);
}

.country-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.08) 0%,
      rgba(0,0,0,.72) 100%
    );
}

.country-card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  color: #fff;
}

.country-card-kicker {
  margin: 0 0 12px;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(255,255,255,.76);
}

.country-card h2 {
  margin: 0 0 14px;
  max-width: 12ch;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -.03em;
}

.country-card p {
  max-width: 38ch;
  margin: 0 0 20px;
  color: rgba(255,255,255,.82);
  line-height: 1.75;
}

.country-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: .92rem;
  font-weight: 700;
  opacity: .88;
}

.country-card-soon {
  cursor: default;
}

.country-card-soon .country-card-image {
  filter: saturate(.82) contrast(.96);
}

.country-card-soon .country-card-overlay {
  background:
    linear-gradient(
      180deg,
      rgba(28,28,25,.18) 0%,
      rgba(28,28,25,.78) 100%
    );
}

.country-card-soon:hover {
  filter: grayscale(.22);
}

.country-card-soon:hover .country-card-image {
  transform: scale(1.012);
}

.country-card-coming-soon {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(31,42,51,.42);
  opacity: 0;
  transition: opacity .24s ease;
  pointer-events: none;
}

.country-card-coming-soon span {
  color: rgba(255,255,255,.92);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-style: italic;
  line-height: 1.2;
  text-shadow: 0 2px 22px rgba(0,0,0,.28);
}

.country-card-soon:hover .country-card-coming-soon {
  opacity: 1;
}

.footer-essay-cta {
  margin-top: 42px;
  padding: clamp(38px, 5vw, 60px);
  background: linear-gradient(180deg, #ffffff 0%, #f7f4ee 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.footer-essay-cta h2 {
  margin: 0 0 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.06;
  letter-spacing: -.02em;
}

.footer-essay-cta p {
  max-width: 640px;
  margin: 0 auto 28px;
  color: var(--muted);
  line-height: 1.8;
}

.footer-essay-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--accent-dk);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

/* ── RESPONSIVE ───────────────────────────────────────── */

@media (max-width: 860px) {
  .hero { min-height: 72vh; }
  .tour-divider-image { min-height: 250px; }
  .media-list {
    grid-template-columns: 1fr;
  }
  .country-grid {
    grid-template-columns: 1fr;
  }
  .country-card {
    min-height: 460px;
  }
  .reading-progress-nav {
    width: 100%;
    overflow-x: auto;
    justify-content: center;
    padding: 0;
  }

  .editorial-bridge {
    margin-bottom: 28px;
  }
}

@media (max-width: 640px) {
  body {
    width: 100%;
    max-width: 100vw;
  }

  .page-wrap {
    width: min(398px, calc(100vw - 2rem));
    max-width: min(398px, calc(100vw - 2rem));
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 70px;
  }

  .hero-content {
    width: min(398px, calc(100vw - 2rem));
    max-width: min(398px, calc(100vw - 2rem));
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 70px 0 48px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 11.5vw, 3.2rem);
    max-width: 9.4ch;
  }

  .hero-breadcrumbs {
    margin-bottom: 18px;
    gap: 7px;
    font-size: .66rem;
  }

  .editorial-hero-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 34px;
    padding-bottom: 0;
    font-size: .64rem;
  }

  .editorial-nav-brand {
    display: inline-flex;
    margin-bottom: 0;
  }

  .editorial-nav-links {
    justify-content: flex-start;
    gap: 0.5rem;
    width: auto;
  }

  .editorial-nav-brand::after,
  .editorial-nav-links > * + *::before {
    margin: 0 0.5rem;
  }

  .content-section {
    padding: 28px 22px;
    margin-bottom: 22px;
    scroll-margin-top: 112px;
  }

  .intro-card {
    margin-top: 22px;
    padding: 28px 22px;
  }

  .joel-note {
    margin: 24px 4px 28px;
    padding-left: 14px;
  }

  .quick-links {
    gap: 8px;
  }

  .quick-links a {
    flex: 1 1 100%;
    justify-content: center;
  }

  .tour-divider-image {
    min-height: 220px;
  }

  .tour-divider-text {
    padding: 20px;
  }

  .tour-divider-text span {
    font-size: 1rem;
    line-height: 1.48;
  }

  .section-heading {
    display: block;
  }

  .media-item {
    gap: 11px;
    padding: 24px 0;
  }

  .region-intro {
    margin-bottom: 18px;
    font-size: 1.12rem;
    line-height: 1.64;
  }

  .reading-progress-nav {
    margin-top: 18px;
    margin-bottom: 32px;
  }

  .reading-progress-nav a {
    min-height: 32px;
    padding: 0 7px;
    font-size: .68rem;
    letter-spacing: .09em;
  }

  .reading-progress-nav a + a::before {
    margin-right: 13px;
  }

  .spotify-section {
    margin: 34px 0 28px;
    scroll-margin-top: 112px;
  }

  .spotify-card {
    padding: 24px 18px 18px;
    border-radius: 20px;
  }

  .spotify-card iframe {
    min-height: 380px;
  }
}
