@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400..800&display=swap");

:root {
  color-scheme: light;
  --font-sans: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ink: #171a1f;
  --muted: #5b626c;
  --paper: #ffffff;
  --paper-strong: #ffffff;
  --surface-muted: #f4f6f8;
  --surface-soft: #f8fafc;
  --white: #ffffff;
  --red: #c52132;
  --red-deep: #7e1724;
  --red-bright: #f47c86;
  --red-soft: #ffb4bd;
  --label-accent: var(--red);
  --label-accent-on-dark: var(--red-bright);
  --blue: #1a6977;
  --blue-deep: #102d35;
  --gold: #d79a31;
  --sage: #7f917d;
  --clay: #b85f3d;
  --dusk: #111417;
  --line: rgba(23, 26, 31, 0.14);
  --line-light: rgba(255, 255, 255, 0.18);
  --shadow: 0 24px 70px rgba(23, 26, 31, 0.2);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.5;
}

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

a {
  color: inherit;
}

button {
  font: inherit;
}

.development-notice {
  position: relative;
  z-index: 30;
  width: 100%;
  padding: 0.48rem max(1rem, calc((100vw - var(--max)) / 2 + 1.5rem));
  color: #4b5563;
  background: var(--surface-muted);
  border-bottom: 1px solid rgba(23, 26, 31, 0.12);
}

.development-notice p {
  margin: 0;
  color: inherit;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.42;
  text-align: center;
}

.development-notice strong {
  color: var(--ink);
}

.development-notice a {
  color: var(--red-deep);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.development-notice a:hover,
.development-notice a:focus-visible {
  color: var(--red);
  outline: none;
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  min-height: 4.5rem;
  margin: 0;
  padding: 0.85rem max(1.5rem, calc((100vw - var(--max)) / 2 + 1.5rem));
  color: var(--ink);
  background: var(--paper-strong);
  border-bottom: 1px solid var(--line);
}

.brand,
.primary-nav {
  display: flex;
  align-items: center;
}

.brand {
  min-width: 0;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: clamp(8rem, 13vw, 9.5rem);
  height: auto;
  flex: 0 0 auto;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  color: var(--red);
  border-color: rgba(197, 33, 50, 0.35);
  box-shadow: 0 0 0 3px rgba(197, 33, 50, 0.12);
  outline: none;
}

.nav-toggle-bar {
  display: block;
  width: 1.18rem;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.site-header.is-nav-open .nav-toggle-bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.is-nav-open .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.site-header.is-nav-open .nav-toggle-bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.primary-nav {
  gap: 0.18rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.primary-nav a {
  padding: 0.46rem 0.58rem;
  color: var(--muted);
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  background: rgba(197, 33, 50, 0.08);
  color: var(--red);
  outline: none;
}

.primary-nav a[aria-current="page"] {
  background: rgba(197, 33, 50, 0.08);
  color: var(--red);
}

.primary-nav a.donate-link {
  padding-inline: 0.75rem;
  color: var(--white);
  background: var(--red);
}

.primary-nav a.donate-link:hover,
.primary-nav a.donate-link:focus-visible {
  color: var(--white);
  background: var(--red-deep);
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  padding: 4.5rem 1.5rem 3.5rem;
  color: var(--white);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  background: url("/assets/photos/haa-nullarbor-open-road.jpg") center / cover no-repeat;
  background-image: url("/assets/generated/photos/haa-nullarbor-open-road-1600.webp");
  transform: scale(1.02);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 13, 16, 0.9) 0%, rgba(10, 13, 16, 0.68) 46%, rgba(10, 13, 16, 0.22) 100%),
    linear-gradient(0deg, rgba(10, 13, 16, 0.9), rgba(10, 13, 16, 0.1) 48%);
}

.hero-content,
.stat-grid,
.content-grid,
.story-spine,
.rehearsal-grid,
.before-proof,
.section-heading,
.walk-layout,
.photo-strip,
.quote-grid,
.legacy-tabs,
.closing-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.hero-content {
  display: grid;
  justify-items: start;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.9rem;
  color: var(--label-accent);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.hero .section-kicker,
.walk-band .section-kicker,
.future-band .section-kicker,
.closing-band .section-kicker {
  color: var(--label-accent-on-dark);
}

.hero h1,
h2,
.tab-panel h3 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: 0;
}

.hero h1 {
  max-width: 64rem;
  font-size: 5.9rem;
  line-height: 0.88;
}

.hero-copy {
  max-width: 47rem;
  margin: 1.9rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.35rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 850;
  text-decoration: none;
}

.button.primary {
  background: var(--red);
  color: var(--white);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #db263a;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: rgba(255, 255, 255, 0.18);
}

.stats-band {
  padding: 1.25rem 1.5rem;
  background: var(--dusk);
  color: var(--white);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.13);
}

.stat-card {
  min-height: 11rem;
  padding: 1.35rem;
  background: #171b20;
}

.stat-card-link {
  color: inherit;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.stat-card-link:hover,
.stat-card-link:focus-visible {
  background: #20262d;
  outline: none;
  transform: translateY(-2px);
}

.source-type,
.rehearsal-card span,
.quote-card span {
  display: block;
  color: var(--label-accent);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.stat-card span,
.chapter-number,
.feature-caption span,
.photo-strip figcaption {
  display: block;
  color: var(--label-accent-on-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.stat-card strong {
  display: block;
  margin-top: 0.8rem;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.8vw, 2.35rem);
  line-height: 0.95;
}

.stat-card p {
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.origin-band,
.before-band,
.walk-band,
.archive-band,
.future-band,
.support-band,
.closing-band {
  padding: 6rem 1.5rem;
}

.origin-band {
  background: var(--paper-strong);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(17rem, 0.86fr) minmax(0, 1.14fr);
  gap: 5rem;
  align-items: start;
}

h2 {
  font-size: 4rem;
  line-height: 0.98;
}

h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.2;
}

p {
  color: var(--muted);
}

.prose p {
  margin: 0;
  font-size: 1.16rem;
}

.lead-prose p:first-child {
  color: var(--ink);
  font-size: 1.28rem;
}

.prose p + p {
  margin-top: 1.25rem;
}

.story-spine {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 4rem;
}

.spine-item {
  min-height: 15rem;
  padding: 1.35rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.spine-heart {
  display: inline-grid;
  place-items: center;
  width: 2.65rem;
  aspect-ratio: 1;
  margin-bottom: 1.25rem;
  color: var(--blue);
  background: rgba(48, 109, 125, 0.11);
  border-radius: 999px;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
}

.spine-item:nth-child(2) .spine-heart {
  color: var(--red);
  background: rgba(193, 45, 55, 0.11);
}

.spine-item:nth-child(3) .spine-heart {
  color: var(--clay);
  background: rgba(179, 105, 65, 0.12);
}

.spine-item:nth-child(4) .spine-heart {
  color: var(--gold);
  background: rgba(215, 154, 49, 0.16);
}

.spine-item:nth-child(5) .spine-heart {
  color: var(--sage);
  background: rgba(125, 142, 119, 0.14);
}

.spine-item p {
  margin: 0.75rem 0 0;
}

.spine-item h3 a,
.chapter-card h3 a {
  color: inherit;
  text-decoration: none;
}

.spine-item h3 a:hover,
.spine-item h3 a:focus-visible,
.chapter-card h3 a:hover,
.chapter-card h3 a:focus-visible {
  color: var(--red);
  outline: none;
}

.before-band {
  background: var(--surface-muted);
}

.before-intro {
  align-items: center;
}

.rehearsal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3.25rem;
}

.rehearsal-card {
  display: block;
  min-height: 17rem;
  padding: 1.35rem;
  color: inherit;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--blue);
  border-radius: 8px;
  text-decoration: none;
}

.rehearsal-card-link {
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.rehearsal-card-link:hover,
.rehearsal-card-link:focus-visible {
  border-color: rgba(197, 33, 50, 0.28);
  box-shadow: 0 16px 40px rgba(23, 26, 31, 0.12);
  outline: none;
  transform: translateY(-2px);
}

.rehearsal-card:nth-child(2) {
  border-top-color: var(--red);
}

.rehearsal-card:nth-child(3) {
  border-top-color: var(--clay);
}

.rehearsal-card h3 {
  margin-top: 0.9rem;
}

.rehearsal-card p {
  margin: 0.75rem 0 0;
}

.rehearsal-card-emphasis {
  background: var(--blue-deep);
  border-color: transparent;
  border-top-color: var(--label-accent-on-dark);
  color: var(--white);
}

.rehearsal-card-emphasis span {
  color: var(--red-soft);
}

.rehearsal-card-emphasis p {
  color: rgba(255, 255, 255, 0.75);
}

.rehearsal-card-emphasis.rehearsal-card-link:hover,
.rehearsal-card-emphasis.rehearsal-card-link:focus-visible {
  background: #143943;
  border-color: transparent;
  border-top-color: #ff9aa5;
  box-shadow: 0 18px 46px rgba(16, 45, 53, 0.22);
}

.before-proof {
  margin-top: 1rem;
  padding: 1.35rem 1.5rem;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-left: 5px solid var(--red);
  border-radius: 8px;
}

.before-proof p {
  max-width: 57rem;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.18;
}

.inline-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  width: min(100%, var(--max));
  margin: 1rem auto 0;
}

.inline-link-row a {
  display: inline-flex;
  align-items: center;
  min-height: 2.85rem;
  padding: 0.7rem 0.95rem;
  color: var(--red-deep);
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 850;
  text-decoration: none;
}

.inline-link-row a:hover,
.inline-link-row a:focus-visible {
  color: var(--white);
  background: var(--red);
  outline: none;
}

.walk-band {
  background: var(--dusk);
  color: var(--white);
}

.walk-band p,
.chapter-card p,
.feature-caption,
.future-band p,
.closing-band h2 {
  color: rgba(255, 255, 255, 0.74);
}

.section-heading {
  margin-bottom: 2.6rem;
}

.section-lead {
  max-width: 48rem;
  margin: 1rem 0 0;
  font-size: 1.16rem;
}

.walk-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(19rem, 0.94fr);
  gap: 1.75rem;
  align-items: stretch;
}

.feature-panel {
  position: relative;
  min-height: 38rem;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #222;
  box-shadow: var(--shadow);
}

.feature-panel img {
  width: 100%;
  height: 100%;
  min-height: 38rem;
  object-fit: cover;
}

.feature-image-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.feature-caption {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  padding: 1rem;
  background: rgba(17, 20, 23, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  backdrop-filter: blur(14px);
}

.feature-caption strong {
  display: block;
  margin-top: 0.3rem;
  color: var(--white);
}

.chapter-list {
  display: grid;
  gap: 0.9rem;
}

.chapter-card {
  min-height: 8.5rem;
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.chapter-card h3 a:hover,
.chapter-card h3 a:focus-visible {
  color: var(--label-accent-on-dark);
}

.chapter-card p {
  margin: 0.65rem 0 0;
}

.photo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.photo-strip figure {
  position: relative;
  min-height: 22rem;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #222;
}

.photo-strip img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  object-fit: cover;
}

.photo-strip a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.photo-strip a:focus-visible {
  outline: 3px solid var(--label-accent-on-dark);
  outline-offset: -3px;
}

.photo-strip figcaption {
  position: absolute;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  padding: 0.65rem 0.75rem;
  color: var(--white);
  background: rgba(17, 20, 23, 0.68);
  border-radius: 6px;
}

.archive-band {
  background: var(--surface-muted);
}

.source-stack {
  display: grid;
  border-top: 1px solid var(--line);
}

.source-row {
  display: grid;
  grid-template-columns: 8rem minmax(12rem, 0.7fr) minmax(0, 1fr);
  gap: 1.25rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line);
}

.source-row p {
  margin: 0;
}

.source-row h3 a {
  text-decoration: none;
}

.source-row h3 a:hover,
.source-row h3 a:focus-visible {
  color: var(--red);
}

.quote-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.quote-card-link:hover p,
.quote-card-link:focus-visible p {
  color: var(--red-deep);
}

.quote-card-link:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 4rem;
}

.quote-card {
  min-height: 12rem;
  padding: 1.35rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quote-card p {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.8rem;
  line-height: 1.05;
}

.quote-card span {
  margin-top: 1.1rem;
  color: var(--blue);
}

.future-band {
  background: var(--blue-deep);
  color: var(--white);
}

.support-band {
  background: var(--paper-strong);
}

.support-band .button {
  margin-top: 0.2rem;
}

.legacy-tabs {
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  gap: 1.75rem;
}

.tab-list {
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.tab-button {
  width: 100%;
  min-height: 3.35rem;
  padding: 0.75rem 0.9rem;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  cursor: pointer;
  font-weight: 850;
  text-align: left;
}

.tab-button:hover,
.tab-button:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  outline: none;
}

.tab-button.is-active {
  background: var(--white);
  color: var(--red-deep);
}

.tab-panel {
  min-height: 21rem;
  padding: 3.25rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
}

.tab-panel h3 {
  max-width: 48rem;
  color: var(--white);
  font-size: 3.3rem;
  line-height: 1;
}

.tab-panel p {
  max-width: 47rem;
  margin: 1.5rem 0 0;
  font-size: 1.16rem;
}

.closing-band {
  color: var(--white);
  background:
    linear-gradient(rgba(17, 20, 23, 0.58), rgba(17, 20, 23, 0.78)),
    url("/assets/photos/haa-wordpress-background-2015-06-26.jpeg") center / cover no-repeat;
  background-image:
    linear-gradient(rgba(17, 20, 23, 0.58), rgba(17, 20, 23, 0.78)),
    url("/assets/generated/photos/haa-wordpress-background-2015-06-26-1600.webp");
}

.closing-inner {
  min-height: 22rem;
  display: grid;
  align-content: center;
}

.closing-inner h2 {
  max-width: 63rem;
}

@media (min-width: 1500px) {
  .hero-media {
    background-image: url("/assets/generated/photos/haa-nullarbor-open-road-2200.webp");
  }

  .closing-band {
    background-image:
      linear-gradient(rgba(17, 20, 23, 0.58), rgba(17, 20, 23, 0.78)),
      url("/assets/generated/photos/haa-wordpress-background-2015-06-26-2200.webp");
  }
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 1rem 1.5rem;
  padding: 1.75rem 1.5rem;
  padding-right: max(10.5rem, 1.5rem);
  color: rgba(255, 255, 255, 0.74);
  background: var(--dusk);
  font-size: 0.94rem;
}

.site-footer-brand,
.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.site-footer-brand {
  min-width: 0;
}

.site-footer-nav {
  justify-content: flex-end;
}

.site-footer-action {
  grid-column: 2;
  justify-self: end;
}

.site-footer a {
  color: var(--label-accent-on-dark);
  font-weight: 850;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--white);
  outline: none;
}

.page-top-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.back-to-top-link {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.85rem;
  padding: 0.72rem 0.9rem;
  color: var(--white);
  background: rgba(17, 20, 23, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(17, 20, 23, 0.24);
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.back-to-top-link:hover,
.back-to-top-link:focus-visible {
  color: var(--white);
  background: var(--red);
  outline: none;
}

.back-to-top-icon {
  position: relative;
  display: inline-block;
  width: 0.72rem;
  height: 0.72rem;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: translateY(0.15rem) rotate(45deg);
}

.about-page {
  background: var(--paper-strong);
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
  gap: 3rem;
  align-items: start;
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: 4.5rem 0;
}

.about-hero-copy h1 {
  max-width: 62rem;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.45rem, 4.3vw, 4.15rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.about-hero-copy > p {
  max-width: 45rem;
  margin: 1.45rem 0 0;
  color: var(--muted);
  font-size: 1.24rem;
  line-height: 1.58;
}

.about-page .button.secondary {
  color: var(--red-deep);
  background: transparent;
  border-color: var(--line);
}

.about-page .button.secondary:hover,
.about-page .button.secondary:focus-visible {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.about-hero-photo {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(23, 26, 31, 0.14);
}

.about-hero-photo img {
  width: 100%;
  height: clamp(20rem, 50vw, 30rem);
  object-fit: cover;
}

.about-hero-photo figcaption {
  padding: 0.9rem 1rem 1rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.about-story-band,
.heart-foundation-band,
.about-site-band {
  padding: 6rem 1.5rem;
}

.about-story-band {
  background: var(--surface-muted);
}

.about-fact-grid,
.about-purpose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(100%, var(--max));
  margin: 3rem auto 0;
}

.about-fact-grid article,
.about-purpose-grid article {
  min-height: 13.5rem;
  padding: 1.35rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.about-fact-grid span {
  display: block;
  color: var(--label-accent);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.about-fact-grid strong {
  display: block;
  margin-top: 0.85rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 0.98;
}

.about-fact-grid p,
.about-purpose-grid p {
  margin: 0.8rem 0 0;
}

.about-purpose-grid h3 {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
}

.heart-foundation-band {
  color: var(--white);
  background: var(--blue-deep);
}

.heart-foundation-band h2,
.heart-foundation-band .lead-prose p:first-child {
  color: var(--white);
}

.heart-foundation-band p {
  color: rgba(255, 255, 255, 0.78);
}

.heart-foundation-band .section-kicker {
  color: var(--label-accent-on-dark);
}

.about-site-band {
  background: var(--paper-strong);
}

.supporters-page {
  background: var(--paper-strong);
}

.supporters-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
  gap: 3rem;
  align-items: start;
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: 4.5rem 0;
}

.supporters-hero-copy h1 {
  max-width: 62rem;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 5.8vw, 5.2rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.supporters-hero-copy > p {
  max-width: 47rem;
  margin: 1.45rem 0 0;
  color: var(--muted);
  font-size: 1.24rem;
  line-height: 1.58;
}

.supporters-page .button.secondary {
  color: var(--red-deep);
  background: transparent;
  border-color: var(--line);
}

.supporters-page .button.secondary:hover,
.supporters-page .button.secondary:focus-visible {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.supporters-hero-photo {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(23, 26, 31, 0.14);
}

.supporters-hero-photo img {
  width: 100%;
  height: clamp(21rem, 52vw, 31rem);
  object-fit: cover;
}

.supporters-intro-band,
.supporters-heart-band,
.supporters-credit-band,
.supporters-note-band {
  padding: 6rem 1.5rem;
}

.supporters-intro-band {
  background: var(--surface-muted);
}

.supporters-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(100%, var(--max));
  margin: 3rem auto 0;
}

.supporters-fact-grid article {
  min-height: 13.5rem;
  padding: 1.35rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.supporters-fact-grid span {
  display: block;
  color: var(--label-accent);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.supporters-fact-grid strong {
  display: block;
  margin-top: 0.85rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 0.98;
}

.supporters-fact-grid p {
  margin: 0.8rem 0 0;
}

.supporters-heart-band {
  color: var(--white);
  background: var(--blue-deep);
}

.supporters-heart-band h2,
.supporters-heart-band .lead-prose p:first-child {
  color: var(--white);
}

.supporters-heart-band p {
  color: rgba(255, 255, 255, 0.78);
}

.supporters-heart-band .section-kicker {
  color: var(--label-accent-on-dark);
}

.supporters-credit-band {
  background: var(--paper-strong);
}

.supporters-credit-section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-bottom: 5rem;
}

.supporters-credit-section + .supporters-credit-section {
  padding-top: 5rem;
  border-top: 1px solid var(--line);
}

.supporters-credit-section:last-child {
  padding-bottom: 0;
}

.supporters-credit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.supporters-credit-section[aria-labelledby="crew"] .supporters-credit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 52rem;
}

.supporters-credit-feature {
  width: min(100%, var(--max));
  margin: -0.6rem auto 2rem;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.supporters-credit-feature img {
  display: block;
  width: 100%;
  height: clamp(18rem, 46vw, 30rem);
  object-fit: cover;
}

.supporters-credit-feature figcaption {
  padding: 0.85rem 1rem 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.supporters-credit-card {
  display: flex;
  flex-direction: column;
  min-height: 12.8rem;
  padding: 1.3rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--blue);
  border-radius: 8px;
}

.supporters-credit-card-photo {
  margin: -1.3rem -1.3rem 1.15rem;
  overflow: hidden;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  border-radius: 8px 8px 0 0;
}

.supporters-credit-card-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.supporters-credit-card:nth-child(4n + 2) {
  border-top-color: var(--red);
}

.supporters-credit-card:nth-child(4n + 3) {
  border-top-color: var(--gold);
}

.supporters-credit-card:nth-child(4n + 4) {
  border-top-color: var(--sage);
}

.supporters-credit-card h3 {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1.05;
}

.supporters-credit-card p {
  margin: 0.85rem 0 0;
}

.supporters-credit-card .supporters-credit-link {
  margin-top: auto;
  padding-top: 1rem;
  font-family: var(--font-display);
  font-size: 1rem;
}

.supporters-credit-card .supporters-credit-link a {
  color: var(--red);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

.supporters-credit-card .supporters-credit-link a:hover,
.supporters-credit-card .supporters-credit-link a:focus-visible {
  color: var(--blue);
}

.supporters-credit-card .supporters-credit-note {
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.96rem;
}

.supporters-note-band {
  color: var(--white);
  background: var(--dusk);
}

.supporters-note-inner {
  display: grid;
  grid-template-columns: minmax(17rem, 0.86fr) minmax(0, 1.14fr);
  gap: 5rem;
  width: min(100%, var(--max));
  margin: 0 auto;
  align-items: start;
}

.supporters-note-band h2,
.supporters-note-band .lead-prose p:first-child {
  color: var(--white);
}

.supporters-note-band p {
  color: rgba(255, 255, 255, 0.76);
}

.supporters-note-band .section-kicker {
  color: var(--label-accent-on-dark);
}

.entry-page {
  background: var(--paper-strong);
}

.entry-main {
  padding-top: 0;
}

.journey-entry {
  background: var(--paper-strong);
}

.entry-cover,
.entry-layout,
.entry-reading-layout {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
}

.entry-cover {
  padding: 4.5rem 0 3.5rem;
}

.entry-cover-with-image {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(16rem, 0.72fr);
  gap: 3rem;
  align-items: start;
}

.entry-cover-copy {
  min-width: 0;
}

.entry-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.entry-back-link::before {
  content: "\2190";
}

.entry-back-link:hover,
.entry-back-link:focus-visible {
  color: var(--red);
}

.entry-category-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}

.entry-category-line a {
  color: var(--red);
  text-decoration: none;
}

.entry-category-line a:hover,
.entry-category-line a:focus-visible {
  text-decoration: underline;
}

.entry-category-line span::before {
  content: "/";
  margin-right: 0.45rem;
  color: var(--muted);
}

.entry-cover h1 {
  max-width: 58rem;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 4.7vw, 4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.entry-article {
  padding-top: 4rem;
}

.origin-band.entry-hero {
  padding: 1.6rem 1.5rem 1.45rem;
  border-bottom: 1px solid var(--line);
}

.entry-hero .content-grid {
  grid-template-columns: minmax(13rem, 0.46fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.entry-hero .section-kicker {
  margin-bottom: 0.45rem;
}

.entry-hero h1 {
  max-width: 36rem;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: 0;
}

.entry-hero .prose p,
.entry-hero .lead-prose p:first-child {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.entry-article h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.entry-summary {
  max-width: 46rem;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 1.22rem;
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.entry-date-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.2rem;
}

.entry-date-row div {
  min-width: 10rem;
  padding: 0.8rem 0.95rem;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.entry-date-row span {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.entry-date-row strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--ink);
  font-size: 1rem;
}

.entry-feature-image {
  width: min(100%, 24rem);
  margin: 0;
  justify-self: end;
}

.entry-image-link {
  display: block;
  color: inherit;
  cursor: zoom-in;
  text-decoration: none;
}

.entry-image-link:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}

.entry-feature-image img {
  display: block;
  width: 100%;
  height: clamp(16rem, 32vw, 23rem);
  object-fit: cover;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(23, 26, 31, 0.18);
}

.entry-feature-image figcaption {
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.entry-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2.4rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.entry-meta-card {
  min-height: 7rem;
  padding: 1rem;
  background: var(--white);
}

.entry-meta-card span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.entry-meta-card strong {
  display: block;
  margin-top: 0.65rem;
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.15;
}

.entry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 24rem);
  gap: 3rem;
  align-items: start;
  padding-bottom: 6rem;
}

.entry-reading-layout {
  display: grid;
  justify-items: center;
  padding-bottom: 6rem;
}

.entry-prose {
  max-width: 46rem;
  padding-top: 0.4rem;
}

.entry-prose-public {
  max-width: 48rem;
}

.entry-prose-public:not(.entry-prose-no-lead) > p:first-child {
  margin-top: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.28;
}

.entry-prose h2 {
  margin: 3.4rem 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

.entry-prose h2:first-child {
  margin-top: 0;
}

.entry-prose h1 {
  margin: 0 0 1.15rem;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 5vw, 4rem);
  line-height: 0.96;
}

.entry-prose h3 {
  margin: 2.5rem 0 0.8rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.05;
}

.entry-prose p {
  margin: 1rem 0 0;
  color: #30343a;
  font-size: 1.13rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.entry-prose ul,
.entry-prose ol {
  margin: 1rem 0 0;
  padding-left: 1.35rem;
  color: #30343a;
  font-size: 1.08rem;
  line-height: 1.68;
}

.entry-prose li + li {
  margin-top: 0.4rem;
}

.entry-prose a {
  color: var(--red);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.entry-prose a:hover,
.entry-prose a:focus-visible {
  color: var(--red-deep);
}

.entry-prose blockquote {
  margin: 1.7rem 0;
  padding: 0.2rem 0 0.2rem 1.1rem;
  color: #30343a;
  border-left: 4px solid var(--red);
}

.entry-prose img {
  height: auto;
  margin: 1.35rem 0;
  border-radius: 8px;
}

.entry-activity-card {
  margin: 0 0 3rem;
  overflow: hidden;
  background: #172227;
  border: 1px solid rgba(23, 26, 31, 0.16);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(23, 26, 31, 0.12);
}

.entry-activity-card-copy {
  padding: 1rem;
}

.entry-activity-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.entry-activity-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0.65rem 0.85rem;
  color: var(--white);
  background: var(--red);
  border-radius: 6px;
  font-weight: 850;
  text-decoration: none;
}

.entry-activity-actions a:hover,
.entry-activity-actions a:focus-visible {
  background: #db263a;
}

.entry-route-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 1rem;
  background: #172227;
}

.entry-route-tab-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.entry-route-tab-label {
  display: inline-flex;
  order: 1;
  flex: 1 1 9rem;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.7rem 0.85rem;
  color: var(--white);
  background: var(--red);
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  overflow-wrap: anywhere;
}

.entry-route-tab-label:hover {
  background: #db263a;
}

.entry-route-tab-input:checked + .entry-route-tab-label {
  color: var(--ink);
  background: var(--paper-strong);
  box-shadow: inset 0 0 0 2px var(--red);
}

.entry-route-tab-input:focus-visible + .entry-route-tab-label {
  outline: 3px solid var(--red);
  outline-offset: -3px;
}

.entry-route-tab-panel {
  display: none;
  order: 2;
  flex: 0 0 100%;
  margin: 0.45rem 0 0;
}

.entry-route-tab-input:checked + .entry-route-tab-label + .entry-route-tab-panel {
  display: block;
}

.entry-route-map {
  margin: 0;
  background: var(--paper);
}

.entry-route-map img {
  display: block;
  width: 100%;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
}

.entry-route-map figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  justify-content: space-between;
  padding: 0.8rem 1rem 1rem;
  color: #30343a;
  background: var(--paper-strong);
  font-size: 0.88rem;
  line-height: 1.45;
}

.entry-route-map figcaption span {
  flex: 1 1 18rem;
}

.entry-route-map figcaption a {
  color: var(--red);
  font-weight: 850;
  text-decoration: none;
}

.entry-route-map figcaption a:hover,
.entry-route-map figcaption a:focus-visible {
  text-decoration: underline;
}

.entry-route-note {
  margin: 0;
  padding: 0.85rem 1rem 1rem;
  color: #30343a;
  background: var(--paper-strong);
  border-top: 1px solid rgba(23, 26, 31, 0.12);
  font-size: 0.9rem;
  line-height: 1.5;
}

.entry-gallery {
  margin-top: 3.25rem;
}

.entry-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.entry-gallery figure {
  margin: 0;
}

.entry-gallery .entry-image-link {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  line-height: 0;
}

.entry-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-gallery figcaption {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.entry-gallery-more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem 0.9rem;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.entry-gallery-more a {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.55rem 0.8rem;
  color: var(--paper);
  font-weight: 700;
  text-decoration: none;
  background: var(--ink);
  border-radius: 6px;
}

.entry-gallery-more a:hover,
.entry-gallery-more a:focus-visible {
  background: var(--red);
}

.entry-lightbox {
  width: min(calc(100vw - 2rem), 76rem);
  max-height: calc(100svh - 2rem);
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
}

.entry-lightbox::backdrop {
  background: rgba(10, 13, 16, 0.82);
}

.entry-lightbox-frame {
  position: relative;
  overflow: hidden;
  background: #172227;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
}

.entry-lightbox figure {
  margin: 0;
}

.entry-lightbox img {
  display: block;
  width: 100%;
  max-height: calc(100svh - 12rem);
  object-fit: contain;
  background: #172227;
  transition: opacity 0.16s ease;
}

.entry-lightbox.is-loading .entry-lightbox-frame::after {
  content: "Loading image...";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  padding: 0.55rem 0.75rem;
  color: var(--white);
  background: rgba(23, 34, 39, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 850;
  transform: translate(-50%, -50%);
}

.entry-lightbox.is-loading img {
  min-height: min(54svh, calc(100svh - 12rem), 34rem);
  opacity: 0.38;
}

.entry-lightbox figcaption {
  padding: 0.95rem 1.1rem;
  color: #30343a;
  background: var(--paper-strong);
  font-size: 0.96rem;
  line-height: 1.5;
}

.entry-lightbox figcaption span,
.entry-lightbox figcaption a {
  display: block;
}

.entry-lightbox [data-lightbox-location-link] {
  margin-top: 0.45rem;
  color: var(--red);
  font-weight: 850;
  text-decoration: none;
}

.entry-lightbox [data-lightbox-location-link]:hover,
.entry-lightbox [data-lightbox-location-link]:focus-visible {
  text-decoration: underline;
}

.entry-lightbox [data-lightbox-copyright] {
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.entry-lightbox [data-lightbox-position] {
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.entry-lightbox-close {
  position: absolute;
  z-index: 3;
  top: 0.8rem;
  right: 0.8rem;
  display: inline-grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  padding: 0;
  color: var(--white);
  background: rgba(23, 34, 39, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 750;
  line-height: 1;
}

.entry-lightbox-close:hover,
.entry-lightbox-close:focus-visible {
  background: var(--red);
}

.entry-lightbox-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: inline-grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  padding: 0;
  color: var(--white);
  background: rgba(23, 34, 39, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  cursor: pointer;
  font-size: 2.75rem;
  font-weight: 650;
  line-height: 1;
  transform: translateY(-50%);
}

.entry-lightbox-nav-previous {
  left: 0.8rem;
}

.entry-lightbox-nav-next {
  right: 0.8rem;
}

.entry-lightbox-nav:hover,
.entry-lightbox-nav:focus-visible {
  background: var(--red);
}

.entry-lightbox-nav:disabled {
  cursor: default;
  opacity: 0.28;
}

.entry-lightbox-nav:disabled:hover,
.entry-lightbox-nav:disabled:focus-visible {
  background: rgba(23, 34, 39, 0.78);
}

.entry-aside {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 7rem;
}

.entry-source-aside {
  align-self: start;
}

.entry-panel {
  padding: 1.15rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.entry-panel-strong {
  padding: 0;
  overflow: hidden;
  background: var(--paper-strong);
  color: var(--ink);
  border: 1px solid var(--ink);
}

.entry-panel-strong h2 {
  margin: 0;
  padding: 0.85rem 1rem;
  color: var(--white);
  background: var(--ink);
}

.entry-panel-strong p,
.entry-panel-strong li {
  color: var(--ink);
}

.entry-panel-strong ul {
  list-style: none;
  padding: 1rem 1.15rem 1.15rem;
}

.entry-panel h2 {
  margin: 0 0 0.8rem;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.entry-panel h3 {
  margin: 0;
  font-size: 1rem;
}

.entry-panel h4 {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.25;
}

.entry-panel p,
.entry-panel li {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.48;
  overflow-wrap: anywhere;
}

.entry-panel p {
  margin: 0.5rem 0 0;
}

.entry-panel ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1rem;
}

.entry-working-notes {
  background: #f0e5d3;
}

.entry-working-notes summary {
  display: grid;
  gap: 0.2rem;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.entry-working-notes summary span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 750;
  text-transform: none;
}

.entry-working-notes section {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.entry-fact-list {
  display: grid;
  gap: 0.7rem;
}

.entry-fact-list p {
  display: grid;
  gap: 0.15rem;
  margin: 0;
}

.entry-fact-link {
  display: grid;
  gap: 0.15rem;
  margin: -0.42rem -0.5rem;
  padding: 0.42rem 0.5rem;
  color: inherit;
  border-radius: 6px;
  text-decoration: none;
}

.entry-fact-link:hover,
.entry-fact-link:focus-visible {
  background: var(--paper);
}

.entry-fact-link:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}

.entry-fact-list span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.entry-fact-list strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.entry-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding-left: 0;
  list-style: none;
}

.entry-tag-list li {
  padding: 0.38rem 0.55rem;
  color: var(--blue-deep);
  background: #e5f0ee;
  border-radius: 999px;
}

.entry-media-list {
  display: grid;
  gap: 0.9rem;
}

.entry-media-list article {
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
}

.entry-media-list article:first-child {
  padding-top: 0;
  border-top: 0;
}

.entry-media-list code,
.entry-source-list li {
  overflow-wrap: anywhere;
}

.entry-media-list code {
  display: block;
  margin-top: 0.55rem;
  color: var(--blue-deep);
  font-size: 0.78rem;
  line-height: 1.45;
  white-space: normal;
}

.entry-link-list {
  padding-left: 0;
  list-style: none;
}

.entry-link-list li {
  display: grid;
  gap: 0.25rem;
}

.entry-link-list a {
  color: var(--red);
  font-weight: 850;
  text-decoration: none;
}

.entry-link-list a:hover,
.entry-link-list a:focus-visible {
  text-decoration: underline;
}

.entry-link-list span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.entry-source-list {
  padding-left: 0;
  list-style: none;
}

.entry-source-list a {
  color: var(--red);
  font-weight: 750;
  text-decoration: none;
}

.entry-source-list a:hover,
.entry-source-list a:focus-visible {
  text-decoration: underline;
}

.entry-source-list code {
  color: var(--blue-deep);
  font-size: 0.78rem;
  line-height: 1.45;
}

.entry-neighbours {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
}

.entry-neighbours-bottom {
  padding: 0 0 6rem;
}

.entry-neighbour {
  display: grid;
  min-height: 8rem;
  padding: 1.15rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
}

.entry-neighbour:hover,
.entry-neighbour:focus-visible {
  border-color: rgba(197, 33, 50, 0.45);
  box-shadow: 0 16px 34px rgba(23, 26, 31, 0.1);
  outline: none;
}

.entry-neighbour span,
.entry-neighbour small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.entry-neighbour strong {
  display: block;
  margin-top: 0.55rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.entry-neighbour small {
  align-self: end;
  margin-top: 1rem;
  font-size: 0.74rem;
}

.entry-neighbour-next {
  text-align: right;
}

.entry-neighbours-next-only .entry-neighbour-next {
  grid-column: 2;
}

.archive-band.entry-list-band {
  padding: 2rem 1.5rem 4rem;
}

.entry-list {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
}

.entry-list h2 {
  margin: 0.25rem 0 0;
  font-family: var(--font-display);
  font-size: 1.85rem;
}

.entry-list h2 a {
  text-decoration: none;
}

.entry-list h2 a:hover,
.entry-list h2 a:focus-visible {
  color: var(--red);
}

.entry-sources {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.entry-sources h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  text-transform: uppercase;
}

.entry-sources ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.journey-archive-page {
  background: var(--surface-muted);
}

.journey-archive-hero {
  padding: 4.25rem 1.5rem 3.25rem;
  background: var(--paper-strong);
  border-bottom: 1px solid var(--line);
}

.journey-archive-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(22rem, 0.72fr);
  gap: 2.25rem;
  align-items: start;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.journey-archive-copy h1,
.journey-feature-entry h2,
.journey-entry-card h2,
.journey-chapter-section h2,
.journey-archive-panel h2,
.journey-category-hero h1,
.journey-category-count {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: 0;
}

.journey-archive-copy h1 {
  max-width: 42rem;
  font-size: 4.9rem;
  line-height: 0.9;
}

.journey-archive-lead {
  max-width: 45rem;
  margin: 1.25rem 0 0;
  color: #30343a;
  font-size: 1.18rem;
  line-height: 1.62;
}

.journey-archive-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 43rem;
  margin-top: 2rem;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.journey-archive-stats article {
  min-height: 7rem;
  padding: 1rem;
  background: var(--surface-soft);
}

.journey-archive-stats span,
.journey-card-meta,
.journey-chapter-count,
.journey-phase-nav span,
.journey-card-facts span,
.journey-entry-thumb-empty span {
  display: block;
  color: var(--label-accent);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.journey-archive-stats strong {
  display: block;
  margin-top: 0.45rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 1;
}

.journey-feature-entry {
  display: grid;
  align-self: stretch;
  overflow: hidden;
  color: var(--white);
  background: var(--blue-deep);
  border-radius: 8px;
  box-shadow: 0 22px 52px rgba(23, 26, 31, 0.18);
}

.journey-feature-entry img {
  width: 100%;
  height: clamp(13rem, 21vw, 18rem);
  min-height: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.journey-feature-copy {
  padding: 1.25rem;
}

.journey-feature-entry .journey-card-meta {
  color: var(--label-accent-on-dark);
}

.journey-feature-entry h2 {
  margin-top: 0.45rem;
  color: var(--white);
  font-size: 2rem;
  line-height: 1.02;
}

.journey-feature-entry h2 a,
.journey-entry-card h2 a {
  text-decoration: none;
}

.journey-feature-entry h2 a:hover,
.journey-feature-entry h2 a:focus-visible,
.journey-entry-card h2 a:hover,
.journey-entry-card h2 a:focus-visible {
  color: var(--red);
}

.journey-feature-entry p {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.journey-card-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.7rem;
  margin-top: 1rem;
  padding: 0.62rem 0.85rem;
  color: var(--ink);
  background: var(--paper-strong);
  border-radius: 6px;
  font-weight: 850;
  text-decoration: none;
}

.journey-card-link:hover,
.journey-card-link:focus-visible {
  color: var(--white);
  background: var(--red);
}

.journey-browse-band {
  padding: 4rem 1.5rem 5rem;
  background: var(--surface-muted);
}

.journey-browse-layout {
  display: grid;
  grid-template-columns: minmax(15rem, 0.36fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.journey-archive-panel {
  position: sticky;
  top: 6rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.journey-archive-panel h2 {
  font-size: 2.2rem;
  line-height: 1.04;
}

.journey-phase-nav {
  display: grid;
  gap: 0.2rem;
  margin-top: 1.4rem;
}

.journey-search-panel-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  margin-top: 1.2rem;
  padding: 0.55rem 0.82rem;
  color: var(--white);
  background: var(--red);
  border-radius: 6px;
  font-weight: 850;
  text-decoration: none;
}

.journey-search-panel-link:hover,
.journey-search-panel-link:focus-visible {
  background: var(--red-deep);
  outline: none;
}

.journey-phase-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.85rem;
  padding: 0.55rem 0;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.journey-phase-nav a:hover,
.journey-phase-nav a:focus-visible,
.journey-phase-nav a[aria-current="page"] {
  color: var(--red);
}

.journey-phase-nav-with-subnav a:last-child {
  border-bottom: 0;
}

.journey-phase-nav strong {
  display: inline-grid;
  place-items: center;
  min-width: 2rem;
  min-height: 2rem;
  padding: 0 0.45rem;
  color: var(--ink);
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.84rem;
}

.journey-crossing-nav {
  display: grid;
  gap: 0.15rem;
  margin-top: 1.65rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
}

.journey-crossing-nav-title {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journey-crossing-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  min-height: 2.45rem;
  color: var(--ink);
  font-size: 0.95rem;
  text-decoration: none;
}

.journey-crossing-nav a:hover,
.journey-crossing-nav a:focus-visible {
  color: var(--red);
}

.journey-crossing-nav strong {
  color: var(--muted);
  font-size: 0.78rem;
}

.journey-crossing-groups {
  display: grid;
  gap: 3rem;
}

.journey-crossing-overview,
.journey-crossing-segment {
  scroll-margin-top: 6rem;
}

.journey-crossing-overview {
  display: grid;
  gap: 1.25rem;
}

.journey-crossing-overview h2 {
  max-width: 44rem;
  margin-top: 0.35rem;
  font-size: 2.65rem;
  line-height: 0.98;
}

.journey-crossing-overview p {
  max-width: 45rem;
}

.journey-crossing-segment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: 0.8rem;
}

.journey-crossing-segment-card {
  display: grid;
  gap: 0.45rem;
  min-height: 11.5rem;
  padding: 1rem;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
}

.journey-crossing-segment-card:hover,
.journey-crossing-segment-card:focus-visible {
  border-color: rgba(199, 30, 45, 0.45);
  color: var(--red);
}

.journey-crossing-segment-card strong {
  font-size: 1.45rem;
  line-height: 1;
}

.journey-crossing-segment-card small {
  color: var(--muted);
  line-height: 1.35;
}

.journey-crossing-segment-card em {
  align-self: end;
  color: var(--red);
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 850;
}

.journey-crossing-segment-meta {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journey-crossing-segment {
  display: grid;
  gap: 1.15rem;
  padding-top: 2.2rem;
  border-top: 1px solid var(--line);
}

.journey-crossing-segment-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
}

.journey-crossing-segment-header h2 {
  margin: 0.35rem 0 0;
  font-size: 2.35rem;
  line-height: 1;
}

.journey-crossing-segment-header p {
  max-width: 44rem;
}

.journey-crossing-segment-header > strong {
  color: var(--red);
  font-size: 0.95rem;
}

.journey-card-list {
  display: grid;
  gap: 0.95rem;
}

.journey-chapter-groups {
  display: grid;
  gap: 3.4rem;
}

.journey-chapter-section {
  display: grid;
  gap: 1.2rem;
  padding-top: 2.35rem;
  border-top: 1px solid var(--line);
}

.journey-chapter-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.journey-chapter-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: end;
}

.journey-chapter-section h2 {
  margin-top: 0.35rem;
  font-size: 2.65rem;
  line-height: 0.98;
}

.journey-chapter-header p {
  max-width: 44rem;
  margin: 0.7rem 0 0;
  color: #30343a;
  font-size: 1.04rem;
  line-height: 1.58;
}

.journey-chapter-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 0.55rem 0.82rem;
  color: var(--ink);
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.journey-chapter-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.journey-chapter-link:hover,
.journey-chapter-link:focus-visible,
.journey-more-actions a:hover,
.journey-more-actions a:focus-visible {
  color: var(--red);
}

.journey-more-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3rem;
  padding: 0.85rem 0.1rem 0;
  color: var(--ink);
  border-top: 1px solid var(--line);
  font-weight: 850;
  text-decoration: none;
}

.journey-more-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
}

.journey-more-actions a {
  color: var(--ink);
  text-decoration: none;
}

.journey-more-link span {
  color: var(--label-accent);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.journey-entry-card {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  min-height: 10.5rem;
  overflow: hidden;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.journey-entry-card:hover {
  border-color: rgba(197, 33, 50, 0.38);
  box-shadow: 0 14px 34px rgba(23, 26, 31, 0.08);
}

.journey-entry-thumb {
  display: block;
  min-height: 100%;
  color: inherit;
  background: #d9d0c1;
  text-decoration: none;
}

.journey-entry-thumb img {
  width: 100%;
  height: 100%;
  min-height: 10.5rem;
  object-fit: cover;
}

.journey-entry-thumb-empty {
  display: grid;
  place-items: end start;
  padding: 0.9rem;
  background: var(--blue-deep);
}

.journey-entry-thumb-empty span {
  color: var(--paper-strong);
}

.journey-entry-card-copy {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: 1rem 1.15rem;
}

.journey-entry-card h2 {
  margin-top: 0.28rem;
  font-size: 1.65rem;
  line-height: 1.03;
}

.journey-entry-card p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.journey-card-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.85rem;
}

.journey-card-facts span {
  padding: 0.28rem 0.48rem;
  color: var(--blue-deep);
  background: #e5f0ee;
  border-radius: 999px;
  font-size: 0.7rem;
}

.journey-category-hero {
  display: grid;
  grid-template-columns: minmax(15rem, 0.55fr) minmax(0, 0.85fr);
  gap: 2rem;
  align-items: end;
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: 3.35rem 0 2.5rem;
}

.journey-category-hero .entry-back-link {
  margin-bottom: 1rem;
}

.journey-category-hero h1 {
  font-size: 4.2rem;
  line-height: 0.92;
}

.nmmfg-site-header {
  background: #fffdfb;
}

.nmmfg-page :is(h1, h2, h3, h4, h5, h6) {
  text-transform: lowercase;
}

.nmmfg-header-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: lowercase;
}

.nmmfg-header-brand img {
  width: 3.35rem;
  height: 3.35rem;
  flex: 0 0 auto;
  object-fit: cover;
  background: var(--white);
  border: 2px solid var(--paper-strong);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(23, 26, 31, 0.14);
}

.nmmfg-primary-nav a.nmmfg-haa-link {
  margin-left: 0.3rem;
  color: var(--white);
  background: var(--blue-deep);
}

.nmmfg-primary-nav a.nmmfg-haa-link:hover,
.nmmfg-primary-nav a.nmmfg-haa-link:focus-visible {
  color: var(--white);
  background: var(--blue);
}

.nmmfg-home-page,
.nmmfg-series-page,
.nmmfg-current-post-page {
  background: #fffdfb;
}

.nmmfg-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.nmmfg-home-hero .nmmfg-lockup {
  margin-bottom: 1.8rem;
}

.nmmfg-home-hero h1,
.nmmfg-series-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(3.8rem, 7.8vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.nmmfg-home-lead {
  max-width: 43rem;
  margin: 1.7rem 0 0;
  color: var(--ink);
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  font-weight: 650;
  line-height: 1.55;
}

.nmmfg-home-intro {
  max-width: 41rem;
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.68;
}

.nmmfg-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.nmmfg-home-page .button.secondary {
  color: var(--red-deep);
  background: transparent;
  border-color: rgba(126, 23, 36, 0.28);
}

.nmmfg-home-page .button.secondary:hover,
.nmmfg-home-page .button.secondary:focus-visible {
  color: var(--white);
  background: var(--red-deep);
  border-color: var(--red-deep);
}

.nmmfg-story-timeline {
  overflow: hidden;
  color: var(--white);
  background: var(--blue-deep);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.nmmfg-story-timeline article {
  display: grid;
  gap: 0.25rem;
  padding: 1.25rem 1.4rem;
  border-bottom: 1px solid var(--line-light);
}

.nmmfg-story-timeline article:last-child {
  border-bottom: 0;
}

.nmmfg-story-timeline span,
.nmmfg-featured-post-date span,
.nmmfg-story-card-grid article > span,
.nmmfg-event-card > span,
.nmmfg-series-post-meta,
.nmmfg-review-badge {
  color: var(--label-accent-on-dark);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nmmfg-story-timeline strong {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.45rem;
  line-height: 1.08;
}

.nmmfg-story-timeline a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration-color: rgba(255, 255, 255, 0.34);
  text-underline-offset: 0.2em;
}

.nmmfg-story-timeline a:hover,
.nmmfg-story-timeline a:focus-visible {
  color: var(--white);
}

.nmmfg-story-timeline .nmmfg-story-timeline-current {
  background: var(--red-deep);
}

.nmmfg-current-band,
.nmmfg-story-band,
.nmmfg-series-posts {
  padding: clamp(4.5rem, 7vw, 6.5rem) max(1.5rem, calc((100vw - var(--max)) / 2 + 1.5rem));
}

.nmmfg-current-band {
  background: var(--surface-muted);
}

.nmmfg-current-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.65fr);
  gap: 3rem;
  align-items: end;
  width: min(100%, var(--max));
  margin: 0 auto 2.5rem;
}

.nmmfg-current-intro h2,
.nmmfg-story-band-heading h2,
.nmmfg-archive-gateway h2,
.nmmfg-series-posts-heading h2,
.nmmfg-series-context h2 {
  max-width: 16ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.nmmfg-current-intro > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.nmmfg-featured-post {
  display: grid;
  grid-template-columns: minmax(12rem, 0.36fr) minmax(0, 1fr);
  gap: 2rem;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 20px 54px rgba(23, 26, 31, 0.1);
}

.nmmfg-featured-post-date {
  display: grid;
  align-content: start;
  gap: 0.5rem;
  padding-right: 2rem;
  border-right: 1px solid var(--line);
}

.nmmfg-featured-post-date span,
.nmmfg-story-card-grid article > span,
.nmmfg-series-post-meta {
  color: var(--label-accent);
}

.nmmfg-featured-post-date strong {
  color: var(--ink);
  font-size: 1rem;
}

.nmmfg-featured-post h3,
.nmmfg-series-post-list h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 0.98;
}

.nmmfg-featured-post h3 a,
.nmmfg-series-post-list h3 a {
  text-decoration: none;
}

.nmmfg-featured-post h3 a:hover,
.nmmfg-featured-post h3 a:focus-visible,
.nmmfg-series-post-list h3 a:hover,
.nmmfg-series-post-list h3 a:focus-visible {
  color: var(--red);
}

.nmmfg-featured-post p,
.nmmfg-series-post-list article > p {
  max-width: 45rem;
  margin: 1rem 0;
  color: var(--muted);
  line-height: 1.65;
}

.nmmfg-text-link {
  color: var(--red-deep);
  font-weight: 850;
  text-underline-offset: 0.22em;
}

.nmmfg-current-more {
  width: min(100%, var(--max));
  margin: 1.4rem auto 0;
  text-align: right;
}

.nmmfg-current-more a {
  color: var(--red-deep);
  font-weight: 850;
  text-underline-offset: 0.22em;
}

.nmmfg-story-band {
  color: var(--white);
  background: var(--blue-deep);
}

.nmmfg-story-band-heading,
.nmmfg-story-card-grid {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.nmmfg-story-band-heading h2 {
  max-width: 18ch;
  color: var(--white);
}

.nmmfg-story-band .section-kicker {
  color: var(--label-accent-on-dark);
}

.nmmfg-story-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 2.5rem;
  background: var(--line-light);
  border: 1px solid var(--line-light);
  border-radius: 10px;
}

.nmmfg-story-card-grid article {
  min-height: 20rem;
  padding: 1.7rem;
  background: #153a44;
}

.nmmfg-story-card-grid .nmmfg-story-card-haa {
  background: var(--red-deep);
}

.nmmfg-story-card-grid h3 {
  margin: 1rem 0 0;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
}

.nmmfg-story-card-grid p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.62;
}

.nmmfg-story-card-grid a {
  color: var(--white);
  font-weight: 850;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-underline-offset: 0.22em;
}

.nmmfg-archive-gateway {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.55fr);
  gap: 4rem;
  align-items: center;
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
}

.nmmfg-archive-gateway > div > p:not(.section-kicker) {
  max-width: 43rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.nmmfg-archive-summary {
  margin: 0;
  overflow: hidden;
  background: var(--surface-muted);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.nmmfg-archive-summary div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid var(--line);
}

.nmmfg-archive-summary div:last-child {
  border-bottom: 0;
}

.nmmfg-archive-summary dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.nmmfg-archive-summary dd {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 850;
}

.nmmfg-series-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.52fr);
  gap: 4rem;
  align-items: end;
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.nmmfg-series-hero > div > p:not(.section-kicker) {
  max-width: 46rem;
  margin: 1.6rem 0 0;
  color: var(--muted);
  font-size: 1.17rem;
  line-height: 1.65;
}

.nmmfg-event-card {
  padding: 1.6rem;
  color: var(--white);
  background: var(--red-deep);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.nmmfg-event-card strong {
  display: block;
  margin-top: 0.55rem;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 1;
}

.nmmfg-event-card p {
  color: rgba(255, 255, 255, 0.76);
}

.nmmfg-event-card a {
  color: var(--white);
  font-weight: 850;
  text-underline-offset: 0.22em;
}

.nmmfg-series-posts {
  background: var(--surface-muted);
}

.nmmfg-series-posts-heading,
.nmmfg-series-post-list,
.nmmfg-series-empty {
  width: min(100%, 54rem);
  margin-inline: auto;
}

.nmmfg-series-post-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.nmmfg-series-post-list article {
  padding: clamp(1.4rem, 3vw, 2.2rem);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.nmmfg-series-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 0.7rem;
}

.nmmfg-review-badge {
  padding: 0.25rem 0.5rem;
  color: var(--white);
  background: var(--red-deep);
  border-radius: 999px;
}

.nmmfg-series-empty {
  margin-top: 2rem;
  padding: 2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.nmmfg-series-context {
  width: min(calc(100% - 3rem), 54rem);
  margin: 0 auto;
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
}

.nmmfg-series-context > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.07rem;
  line-height: 1.68;
}

.nmmfg-entry-cover.nmmfg-current-entry-cover .entry-cover-copy {
  grid-template-areas: "lockup heading";
}

.nmmfg-current-entry-heading {
  grid-area: heading;
  justify-self: end;
  max-width: 52rem;
  text-align: right;
}

.nmmfg-current-entry-heading p {
  margin: 0 0 0.45rem;
  color: var(--label-accent-on-dark);
  font-size: 0.75rem;
  font-weight: 850;
  text-transform: uppercase;
}

.nmmfg-current-entry-cover .nmmfg-current-entry-heading h1 {
  justify-self: auto;
  max-width: none;
  text-align: inherit;
}

.nmmfg-current-hero-image {
  width: min(calc(100% - 3rem), var(--max));
  margin: 2rem auto 0;
}

.nmmfg-current-hero-image img {
  width: 100%;
  max-height: 42rem;
  object-fit: cover;
  border-radius: 10px;
}

.nmmfg-current-hero-image figcaption {
  margin-top: 0.6rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.nmmfg-current-post-prose > p:first-child {
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.7;
}

.nmmfg-current-post-prose h2 {
  margin-top: 2.5rem;
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.nmmfg-current-post-prose a {
  color: var(--red-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.nmmfg-review-panel {
  color: var(--white);
  background: var(--red-deep);
}

.nmmfg-review-panel h2,
.nmmfg-review-panel p {
  color: var(--white);
}

.nmmfg-review-questions ul {
  display: grid;
  gap: 0.55rem;
  padding-left: 1.1rem;
}

.nmmfg-archive-page {
  background: var(--surface-muted);
}

.nmmfg-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1rem;
  color: var(--label-accent);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.nmmfg-lockup img {
  width: 4.6rem;
  height: 4.6rem;
  aspect-ratio: 1;
  flex: 0 0 auto;
  object-fit: cover;
  background: var(--white);
  border: 3px solid var(--paper-strong);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(23, 26, 31, 0.16);
}

.nmmfg-lockup span {
  display: inline-block;
}

.nmmfg-lockup-on-dark {
  color: var(--label-accent-on-dark);
}

.nmmfg-lockup-on-dark img {
  border-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
}

.nmmfg-archive-tools {
  display: grid;
  align-self: start;
  gap: 1rem;
}

.nmmfg-archive-tools .journey-archive-stats {
  grid-template-columns: 1fr;
  max-width: none;
  margin-top: 0;
}

.nmmfg-archive-tools .journey-archive-stats article {
  min-height: 5.8rem;
}

.nmmfg-archive-tools .journey-archive-stats strong {
  font-size: 1.75rem;
}

.nmmfg-search-form {
  align-self: stretch;
}

.nmmfg-archive-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.nmmfg-archive-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 2.65rem;
  padding: 0.65rem 0.9rem;
  color: var(--white);
  background: var(--red);
  border-radius: 6px;
  font-weight: 850;
  text-decoration: none;
}

.nmmfg-archive-actions a:hover,
.nmmfg-archive-actions a:focus-visible {
  background: var(--red-deep);
}

.nmmfg-post-results {
  scroll-margin-top: 6rem;
}

.nmmfg-year-heading {
  margin: 1.8rem 0 0.2rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 1;
}

.nmmfg-year-heading:first-of-type {
  margin-top: 0;
}

.nmmfg-post-card[hidden],
.nmmfg-year-heading[hidden] {
  display: none;
}

.nmmfg-post-card .journey-entry-thumb-empty {
  background: var(--red-deep);
}

.nmmfg-post-card-video-thumb {
  position: relative;
  overflow: hidden;
}

.nmmfg-post-card-video-thumb::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(10, 13, 16, 0), rgba(10, 13, 16, 0.54));
}

.nmmfg-post-card-video-thumb span {
  position: absolute;
  z-index: 1;
  left: 0.8rem;
  bottom: 0.8rem;
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  padding: 0.24rem 0.48rem;
  color: var(--white);
  background: rgba(10, 13, 16, 0.74);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nmmfg-entry-cover {
  background:
    linear-gradient(90deg, rgba(16, 45, 53, 0.96), rgba(16, 45, 53, 0.82)),
    var(--blue-deep);
  padding: clamp(1.35rem, 2.4vw, 1.8rem) clamp(1.2rem, 3vw, 2rem);
  color: var(--white);
  border-radius: 8px;
}

.nmmfg-entry-cover .entry-cover-copy {
  display: grid;
  grid-template-areas: "lockup title";
  grid-template-columns: minmax(10rem, auto) minmax(0, 1fr);
  gap: 0.6rem 1.25rem;
  align-items: center;
}

.nmmfg-entry-cover h1 {
  grid-area: title;
  justify-self: end;
  max-width: 52rem;
  color: var(--white);
  font-size: clamp(2.15rem, 4vw, 3.15rem);
  line-height: 0.98;
  text-align: right;
}

.nmmfg-entry-cover .nmmfg-lockup {
  grid-area: lockup;
  display: flex;
  margin: 0;
}

.nmmfg-entry-cover .nmmfg-lockup img {
  width: 3.25rem;
  height: 3.25rem;
  border-width: 2px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.nmmfg-entry-cover .nmmfg-lockup:hover,
.nmmfg-entry-cover .nmmfg-lockup:focus-visible {
  color: var(--label-accent-on-dark);
}

.nmmfg-entry-cover .nmmfg-lockup:focus-visible {
  outline: 2px solid var(--label-accent-on-dark);
  outline-offset: 0.3rem;
  border-radius: 999px;
}

@media (max-width: 860px) {
  .nmmfg-entry-cover {
    padding: 1.35rem 1.1rem;
  }

  .nmmfg-entry-cover .entry-cover-copy {
    grid-template-areas:
      "lockup"
      "title";
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .nmmfg-entry-cover h1 {
    max-width: none;
    font-size: clamp(2rem, 10vw, 3rem);
  }
}

.nmmfg-post-layout {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 22rem);
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding-top: 3rem;
}

.nmmfg-post-prose {
  max-width: 50rem;
}

.nmmfg-post-prose > h1:first-child {
  display: none;
}

.nmmfg-video-embed-list {
  display: grid;
  gap: 1.1rem;
  margin: 0 0 2rem;
}

.nmmfg-video-embed {
  overflow: hidden;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.nmmfg-video-frame {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--blue-deep);
  border-radius: 8px;
}

.nmmfg-video-embed .nmmfg-video-frame {
  border-radius: 7px 7px 0 0;
}

.nmmfg-video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.gallery-video-frame {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--blue-deep);
  border-radius: 6px;
}

.gallery-video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.nmmfg-video-embed p {
  display: grid;
  gap: 0.25rem;
  margin: 0;
  padding: 0.85rem 1rem 1rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.nmmfg-video-embed strong,
.nmmfg-gallery-video-card h3,
.gallery-video-card h3 {
  color: var(--ink);
  font-family: var(--font-display);
  line-height: 1.05;
}

.nmmfg-video-embed strong {
  font-size: 1.45rem;
}

.nmmfg-video-embed span {
  color: var(--label-accent);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.nmmfg-video-embed em {
  color: var(--muted);
  font-style: normal;
}

.nmmfg-source-aside {
  position: sticky;
  top: 6rem;
}

.nmmfg-media-panel {
  background: var(--paper-strong);
}

.nmmfg-media-note {
  margin: -0.25rem 0 0.8rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.nmmfg-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.nmmfg-media-links {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.nmmfg-media-links a {
  color: var(--red);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.35;
  text-decoration: none;
}

.nmmfg-media-links a:hover,
.nmmfg-media-links a:focus-visible {
  text-decoration: underline;
}

.nmmfg-media-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.nmmfg-media-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.nmmfg-media-thumb:hover,
.nmmfg-media-thumb:focus-visible {
  border-color: var(--red);
}

.nmmfg-media-thumb:hover img,
.nmmfg-media-thumb:focus-visible img {
  transform: scale(1.04);
}

.nmmfg-media-thumb-video::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(10, 13, 16, 0.28);
}

.nmmfg-media-thumb-video span {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0.55rem;
  padding: 0.24rem 0.45rem;
  color: var(--white);
  background: rgba(10, 13, 16, 0.72);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.journey-category-hero > p {
  max-width: 41rem;
  margin: 0;
  color: #30343a;
  font-size: 1.12rem;
  line-height: 1.6;
}

.journey-category-band {
  padding-top: 2.5rem;
}

.journey-card-list-narrow {
  width: min(100%, 54rem);
  margin: 0 auto;
}

.journey-category-count {
  margin-bottom: 0.45rem;
  font-size: 2.35rem;
  line-height: 1;
}

.journey-search-hero {
  display: grid;
  grid-template-columns: minmax(16rem, 0.78fr) minmax(18rem, 0.62fr);
  gap: 2rem;
  align-items: end;
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: 3.35rem 0 2.5rem;
}

.journey-search-copy h1 {
  max-width: 45rem;
  margin: 0;
  font-family: var(--font-display);
  font-size: 4.2rem;
  line-height: 0.92;
  letter-spacing: 0;
}

.journey-search-copy > p {
  max-width: 43rem;
  margin: 1.1rem 0 0;
  color: #30343a;
  font-size: 1.12rem;
  line-height: 1.6;
}

.schedule-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(20rem, 0.6fr);
  gap: 2.5rem;
  align-items: start;
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: 3.75rem 0 3rem;
}

.schedule-hero-copy h1 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: 0;
}

.schedule-hero-copy h1 {
  max-width: 44rem;
  font-size: 4.8rem;
  line-height: 0.92;
}

.schedule-hero-copy .schedule-title-label {
  max-width: none;
  margin-bottom: 1rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 0.96;
}

.schedule-hero-copy > p {
  max-width: 46rem;
  margin: 1.1rem 0 0;
  color: #30343a;
  font-size: 1.16rem;
  line-height: 1.62;
}

.schedule-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.schedule-stats article {
  min-height: 8.2rem;
  padding: 1rem;
  background: var(--surface-soft);
}

.schedule-stats span {
  display: block;
  color: var(--label-accent);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.schedule-stats strong {
  display: block;
  margin-top: 0.55rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  line-height: 1;
}

.schedule-band {
  padding: 3.5rem 1.5rem 5rem;
  background: var(--surface-muted);
}

.schedule-table-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.schedule-caveat-panel {
  margin-bottom: 1rem;
  padding: 1rem;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(23, 26, 31, 0.08);
}

.schedule-caveat-panel .section-kicker {
  margin: 0 0 0.85rem;
}

.schedule-caveat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.schedule-caveat-grid p {
  margin: 0;
  color: #30343a;
  font-size: 1rem;
  line-height: 1.58;
}

.schedule-table-wrap {
  overflow-x: auto;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(23, 26, 31, 0.08);
}

.schedule-table {
  width: 100%;
  min-width: 69.5rem;
  border-collapse: collapse;
  color: var(--ink);
  font-size: 0.9rem;
  table-layout: fixed;
}

.schedule-col-day {
  width: 5.4rem;
}

.schedule-col-date {
  width: 7.4rem;
}

.schedule-col-detail {
  width: 24rem;
}

.schedule-col-daily {
  width: 5.3rem;
}

.schedule-col-recorded,
.schedule-col-workbook {
  width: 6.8rem;
}

.schedule-col-links {
  width: 7.2rem;
}

.schedule-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.schedule-table th,
.schedule-table td {
  padding: 0.78rem 0.66rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
}

.schedule-table thead th {
  color: var(--label-accent);
  background: var(--paper);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.schedule-footnote-ref {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.1rem;
  min-height: 1.1rem;
  margin-left: 0.18rem;
  color: var(--red-deep);
  background: rgba(197, 33, 50, 0.08);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-top;
}

.schedule-footnote-ref:hover,
.schedule-footnote-ref:focus-visible {
  color: var(--white);
  background: var(--red);
  outline: none;
}

.schedule-table tbody tr:hover {
  background: #f8faf8;
}

.schedule-table tbody tr {
  scroll-margin-top: 6.5rem;
}

.schedule-table tbody tr:target {
  background: #fff8e8;
  outline: 2px solid rgba(197, 33, 50, 0.32);
  outline-offset: -2px;
}

.schedule-day-link,
.schedule-date-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.schedule-day-link:hover,
.schedule-day-link:focus-visible,
.schedule-date-link:hover,
.schedule-date-link:focus-visible {
  color: var(--red-deep);
}

.schedule-day-link:focus-visible,
.schedule-date-link:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 0.22rem;
  border-radius: 6px;
}

.schedule-table tbody tr:last-child th,
.schedule-table tbody tr:last-child td {
  border-bottom: 0;
}

.schedule-footnotes {
  margin-top: 0.85rem;
  padding: 0.9rem 1rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.88rem;
}

.schedule-footnotes ol {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding-left: 1.25rem;
}

.schedule-footnotes li {
  padding-left: 0.18rem;
  line-height: 1.5;
}

.schedule-footnotes li:target {
  color: var(--ink);
}

.schedule-distance-note {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(18rem, 0.94fr);
  gap: 1.35rem;
  align-items: stretch;
  margin-top: 1.2rem;
  padding: 1rem;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(23, 26, 31, 0.08);
}

.schedule-distance-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.95rem;
  padding: 0.55rem;
}

.schedule-distance-copy .section-kicker {
  margin: 0;
}

.schedule-distance-copy p:not(.section-kicker) {
  max-width: 44rem;
  margin: 0;
  color: #30343a;
  font-size: 1.02rem;
  line-height: 1.58;
}

.schedule-course-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 0;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.schedule-course-stats div {
  min-height: 4.25rem;
  padding: 0.72rem 0.78rem;
  background: var(--surface-soft);
}

.schedule-course-stats dt {
  color: var(--label-accent);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.schedule-course-stats dd {
  display: flex;
  gap: 0.32rem;
  align-items: baseline;
  margin: 0.48rem 0 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 1.7vw, 1.72rem);
  line-height: 1.05;
  white-space: nowrap;
}

.schedule-course-stat-unit {
  color: #30343a;
  font-size: 0.72em;
  font-weight: 650;
}

.schedule-course-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.7rem;
  padding: 0.72rem 0.95rem;
  color: var(--white);
  background: var(--red);
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 850;
  text-decoration: none;
}

.schedule-course-link:hover,
.schedule-course-link:focus-visible {
  color: var(--white);
  background: var(--red-deep);
}

.schedule-course-map {
  display: grid;
  grid-template-rows: auto auto;
  margin: 0;
  overflow: hidden;
  background: var(--surface-muted);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.schedule-course-map-link {
  display: block;
  color: inherit;
}

.schedule-course-map-link:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: -5px;
}

.schedule-course-map img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2132 / 1428;
  background: var(--paper);
  object-fit: contain;
}

.schedule-course-map figcaption {
  padding: 0.7rem 0.82rem;
  color: var(--muted);
  background: var(--paper-strong);
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
  line-height: 1.35;
}

.schedule-day-cell span,
.schedule-date-cell small,
.schedule-detail-cell small {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.schedule-day-cell strong {
  display: block;
  margin-top: 0.2rem;
  font-family: var(--font-display);
  font-size: 1.85rem;
  line-height: 1;
}

.schedule-date-cell time {
  display: block;
  min-width: 6.6rem;
  font-weight: 850;
}

.schedule-date-cell small {
  margin-top: 0.22rem;
}

.schedule-detail-cell {
  color: #30343a;
  line-height: 1.45;
  white-space: pre-line;
}

.schedule-detail-cell small {
  margin-top: 0.65rem;
  color: var(--muted);
  line-height: 1.35;
  white-space: normal;
}

.schedule-number-cell {
  white-space: nowrap;
  font-weight: 850;
}

.schedule-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem;
  min-width: 4rem;
}

.schedule-link,
.schedule-link-muted {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  padding: 0.4rem 0.58rem;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
}

.schedule-link-icon-only {
  width: 2.22rem;
  padding-right: 0;
  padding-left: 0;
}

.schedule-link-icon {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
}

.schedule-link {
  color: var(--white);
  background: var(--red);
}

.schedule-link-secondary {
  color: var(--blue-deep);
  background: #e5f0ee;
}

.schedule-link:hover,
.schedule-link:focus-visible {
  color: var(--white);
  background: var(--red-deep);
}

.schedule-link-secondary:hover,
.schedule-link-secondary:focus-visible {
  color: var(--white);
  background: var(--blue-deep);
}

.schedule-link-muted {
  color: var(--muted);
  background: var(--paper);
  border: 1px solid var(--line);
}

.schedule-link[data-tooltip]::before,
.schedule-link-muted[data-tooltip]::before,
.schedule-link[data-tooltip]::after,
.schedule-link-muted[data-tooltip]::after {
  display: none;
  position: absolute;
  left: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-50%) translateY(0.25rem);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.schedule-link[data-tooltip]::before,
.schedule-link-muted[data-tooltip]::before {
  content: attr(data-tooltip);
  bottom: calc(100% + 0.58rem);
  z-index: 5;
  width: max-content;
  max-width: 14rem;
  padding: 0.48rem 0.6rem;
  color: var(--white);
  background: var(--ink);
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(23, 26, 31, 0.18);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.schedule-link[data-tooltip]::after,
.schedule-link-muted[data-tooltip]::after {
  content: "";
  bottom: calc(100% + 0.22rem);
  z-index: 4;
  border: 0.28rem solid transparent;
  border-top-color: var(--ink);
}

.schedule-link[data-tooltip]:hover::before,
.schedule-link[data-tooltip]:hover::after,
.schedule-link[data-tooltip]:focus-visible::before,
.schedule-link[data-tooltip]:focus-visible::after,
.schedule-link-muted[data-tooltip]:hover::before,
.schedule-link-muted[data-tooltip]:hover::after,
.schedule-link-muted[data-tooltip]:focus-visible::before,
.schedule-link-muted[data-tooltip]:focus-visible::after {
  display: block;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.journey-search-form {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(23, 26, 31, 0.1);
}

.journey-search-form label {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.journey-search-form input {
  width: 100%;
  min-height: 3.35rem;
  padding: 0.8rem 0.95rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 1.08rem;
  font-weight: 750;
}

.journey-search-form input:focus {
  border-color: rgba(197, 33, 50, 0.58);
  box-shadow: 0 0 0 3px rgba(197, 33, 50, 0.13);
  outline: none;
}

.journey-search-band {
  padding-top: 2.5rem;
}

.journey-search-results-heading {
  padding-bottom: 0.2rem;
}

.journey-search-card[hidden],
.journey-search-empty[hidden] {
  display: none;
}

.journey-search-empty {
  padding: 1.35rem;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.journey-search-empty p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}

.gallery-hero {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(18rem, 0.58fr);
  gap: 2rem;
  align-items: end;
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: 3.35rem 0 2.5rem;
}

.gallery-hero-copy h1,
.gallery-week-hero h1 {
  max-width: 48rem;
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  font-size: 4.2rem;
  line-height: 0.92;
  letter-spacing: 0;
}

.gallery-hero-copy p:not(.section-kicker),
.gallery-week-hero p {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: #30343a;
  font-size: 1.12rem;
  line-height: 1.6;
}

.gallery-hero-copy .gallery-rights-note,
.gallery-week-hero .gallery-rights-note {
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 750;
}

.gallery-week-hero .gallery-route-lead {
  max-width: 34rem;
  margin-top: 0.65rem;
  color: var(--ink);
  font-weight: 850;
}

.gallery-stats {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.gallery-stats article,
.gallery-week-summary {
  min-height: 6.5rem;
  padding: 1rem;
  background: var(--paper-strong);
}

.gallery-stats span,
.gallery-week-card-copy span,
.gallery-week-card-copy small,
.gallery-week-summary span,
.gallery-date-heading span,
.gallery-neighbour-nav span {
  display: block;
  color: var(--label-accent);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gallery-stats strong,
.gallery-week-summary strong {
  display: block;
  margin-top: 0.4rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
}

.gallery-band,
.gallery-photo-band {
  padding: 4rem 1.5rem 5rem;
  background: var(--surface-muted);
}

.gallery-section-heading,
.gallery-week-grid,
.gallery-week-nav,
.gallery-photo-band > *,
.gallery-neighbour-nav,
.gallery-empty-state {
  width: min(100%, var(--max));
  margin-right: auto;
  margin-left: auto;
}

.gallery-section-heading {
  margin-bottom: 1.5rem;
}

.gallery-section-heading h2 {
  margin-top: 0.35rem;
  font-size: 3.35rem;
  line-height: 0.96;
}

.gallery-week-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-week-card {
  display: grid;
  overflow: hidden;
  min-height: 19rem;
  color: var(--ink);
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
}

.gallery-week-card:hover,
.gallery-week-card:focus-visible {
  border-color: rgba(197, 33, 50, 0.45);
  box-shadow: 0 18px 38px rgba(23, 26, 31, 0.1);
  outline: none;
}

.gallery-week-card img,
.gallery-week-card-empty {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.gallery-week-card img {
  object-fit: cover;
}

.gallery-week-card-empty {
  display: grid;
  place-items: center;
  color: var(--paper-strong);
  background: var(--blue-deep);
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 800;
}

.gallery-week-card-copy {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  min-height: 7rem;
  padding: 1rem;
}

.gallery-week-card-copy strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.85rem;
  line-height: 1;
}

.gallery-week-card-copy small {
  color: var(--blue-deep);
}

.gallery-week-card-copy em {
  color: #30343a;
  font-size: 0.94rem;
  font-style: normal;
  font-weight: 750;
  line-height: 1.35;
}

.gallery-empty-state {
  padding: 1.3rem;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.gallery-empty-state h2 {
  margin: 0;
  font-size: 2rem;
}

.gallery-empty-state p {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.gallery-week-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 16rem);
  gap: 2rem;
  align-items: end;
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: 3.35rem 0 2rem;
}

.gallery-week-summary {
  border: 1px solid var(--line);
  border-radius: 8px;
}

.gallery-week-summary small {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.gallery-route-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
  gap: 1px;
  overflow: hidden;
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto 1.5rem;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.gallery-route-panel-single {
  grid-template-columns: 1fr;
}

.gallery-route-panel article {
  min-height: 7rem;
  padding: 1rem;
  background: var(--paper-strong);
}

.gallery-route-panel span {
  display: block;
  color: var(--label-accent);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.gallery-route-panel strong {
  display: block;
  margin-top: 0.4rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.65rem;
  line-height: 1.05;
}

.gallery-route-panel p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.gallery-route-panel a {
  color: var(--red);
  text-decoration: none;
}

.gallery-route-panel a:hover,
.gallery-route-panel a:focus-visible {
  text-decoration: underline;
}

.gallery-week-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0 0 2.5rem;
}

.gallery-week-nav a {
  display: inline-grid;
  place-items: center;
  min-width: 2.6rem;
  min-height: 2.6rem;
  padding: 0 0.65rem;
  color: var(--ink);
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 850;
  text-decoration: none;
}

.gallery-week-nav a:hover,
.gallery-week-nav a:focus-visible,
.gallery-week-nav a[aria-current="page"] {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
  outline: none;
}

.gallery-photo-band {
  display: grid;
  gap: 3.25rem;
  padding-top: 0.5rem;
}

.gallery-date-section {
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.gallery-date-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.gallery-date-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.gallery-date-heading h2 {
  scroll-margin-top: 6rem;
  margin: 0;
  font-size: 2.35rem;
  line-height: 1;
}

.gallery-photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
  gap: 0.65rem;
}

.gallery-photo-grid figure {
  margin: 0;
}

.gallery-image-link {
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--paper-strong);
  border: 1px solid rgba(23, 26, 31, 0.12);
  border-radius: 8px;
  cursor: zoom-in;
  line-height: 0;
}

.gallery-image-link:hover,
.gallery-image-link:focus-visible {
  border-color: rgba(197, 33, 50, 0.58);
  box-shadow: 0 10px 22px rgba(23, 26, 31, 0.12);
  outline: none;
}

.gallery-image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 160ms ease;
}

.gallery-image-link:hover img,
.gallery-image-link:focus-visible img {
  transform: scale(1.035);
}

.gallery-neighbour-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 1.5rem 5rem;
}

.gallery-neighbour-nav a {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  color: var(--ink);
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
}

.gallery-neighbour-nav a:last-child {
  text-align: right;
}

.gallery-neighbour-nav a:hover,
.gallery-neighbour-nav a:focus-visible {
  color: var(--red);
  border-color: rgba(197, 33, 50, 0.45);
  outline: none;
}

.gallery-neighbour-nav strong {
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1;
}

.nmmfg-gallery-page {
  background: var(--surface-muted);
}

.nmmfg-gallery-hero .entry-back-link,
.nmmfg-gallery-week-hero .entry-back-link {
  display: flex;
  width: fit-content;
  margin-bottom: 1rem;
}

.nmmfg-gallery-hero .nmmfg-lockup,
.nmmfg-gallery-week-hero .nmmfg-lockup {
  margin-bottom: 0.35rem;
}

.nmmfg-gallery-card .gallery-week-card-empty {
  background: var(--red-deep);
  font-size: 2.2rem;
}

.nmmfg-gallery-source-panel strong {
  font-size: 1.45rem;
}

.nmmfg-gallery-source-panel strong a {
  overflow-wrap: anywhere;
}

.nmmfg-gallery-source-panel-long {
  grid-template-columns: 1fr;
}

.nmmfg-connected-posts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.8rem;
}

.nmmfg-connected-posts-list a {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.3rem 0.48rem;
  color: var(--ink);
  background: var(--surface-muted);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.nmmfg-connected-posts-list a:hover,
.nmmfg-connected-posts-list a:focus-visible {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
  outline: none;
  text-decoration: none;
}

.nmmfg-video-gallery-band {
  padding-top: 0.5rem;
}

.gallery-video-band {
  padding-top: 0.5rem;
}

.nmmfg-gallery-video-grid,
.gallery-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.nmmfg-gallery-video-card,
.gallery-video-card {
  display: grid;
  gap: 0.9rem;
  align-content: start;
  padding: 0.85rem;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.nmmfg-gallery-video-card .nmmfg-video-frame {
  border-radius: 6px;
}

.nmmfg-gallery-video-copy,
.gallery-video-copy {
  display: grid;
  align-content: start;
  gap: 0.4rem;
}

.nmmfg-gallery-video-copy span,
.gallery-video-copy span {
  display: block;
  color: var(--label-accent);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nmmfg-gallery-video-card h3,
.gallery-video-card h3 {
  margin: 0;
  font-size: 1.45rem;
}

.nmmfg-gallery-video-card p,
.gallery-video-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.42;
}

.nmmfg-gallery-video-card a,
.gallery-video-card a {
  justify-self: start;
  margin-top: 0.25rem;
  color: var(--red);
  font-size: 0.84rem;
  font-weight: 850;
  text-decoration: none;
}

.nmmfg-gallery-video-card a:hover,
.nmmfg-gallery-video-card a:focus-visible,
.gallery-video-card a:hover,
.gallery-video-card a:focus-visible {
  text-decoration: underline;
}

.entry-video-section {
  margin: 2.5rem 0;
}

.entry-video-grid {
  grid-template-columns: 1fr;
}

.entry-lightbox [data-lightbox-source] {
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 850;
}

@media (max-width: 1080px) {
  .hero h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 3.35rem;
  }

  .stat-grid,
  .about-fact-grid,
  .about-purpose-grid,
  .supporters-fact-grid,
  .supporters-credit-grid,
  .story-spine,
  .rehearsal-grid,
  .quote-grid,
  .journey-archive-stats,
  .schedule-stats,
  .gallery-week-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-archive-copy h1 {
    font-size: 4.2rem;
  }

  .gallery-photo-grid {
    grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
  }

  .nmmfg-gallery-video-grid,
  .gallery-video-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .hero-media {
    background-image: url("/assets/generated/photos/haa-nullarbor-open-road-1200.webp");
  }

  .closing-band {
    background-image:
      linear-gradient(rgba(17, 20, 23, 0.58), rgba(17, 20, 23, 0.78)),
      url("/assets/generated/photos/haa-wordpress-background-2015-06-26-1200.webp");
  }

  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.65rem;
    padding: 0.75rem 1rem;
    background: var(--paper-strong);
  }

  .has-js .nav-toggle {
    display: inline-flex;
  }

  .site-header .primary-nav {
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    padding: 0.35rem;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid var(--line);
    border-radius: 6px;
  }

  .has-js .site-header .primary-nav {
    display: none;
  }

  .has-js .site-header.is-nav-open .primary-nav {
    display: flex;
  }

  .site-header .primary-nav a {
    display: flex;
    align-items: center;
    min-height: 2.6rem;
    width: 100%;
  }

  .site-header .primary-nav a.donate-link {
    justify-content: center;
  }

  .nmmfg-primary-nav a.nmmfg-haa-link {
    justify-content: center;
    margin-left: 0;
  }

  .nmmfg-home-hero,
  .nmmfg-series-hero,
  .nmmfg-current-intro,
  .nmmfg-archive-gateway {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .nmmfg-story-timeline {
    box-shadow: 0 18px 44px rgba(23, 26, 31, 0.16);
  }

  .nmmfg-featured-post {
    grid-template-columns: 1fr;
  }

  .nmmfg-featured-post-date {
    padding-right: 0;
    padding-bottom: 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .nmmfg-story-card-grid {
    grid-template-columns: 1fr;
  }

  .nmmfg-story-card-grid article {
    min-height: 0;
  }

  .nmmfg-entry-cover.nmmfg-current-entry-cover .entry-cover-copy {
    grid-template-areas:
      "lockup"
      "heading";
    grid-template-columns: 1fr;
  }

  .nmmfg-current-entry-heading {
    justify-self: start;
    max-width: none;
    text-align: left;
  }

  .hero {
    min-height: 90svh;
    padding-top: 4.75rem;
    padding-bottom: 3.75rem;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(10, 13, 16, 0.9), rgba(10, 13, 16, 0.26)),
      linear-gradient(90deg, rgba(10, 13, 16, 0.78), rgba(10, 13, 16, 0.2));
  }

  .hero h1 {
    font-size: 4.4rem;
  }

  .hero-copy {
    font-size: 1.18rem;
  }

  .content-grid,
  .walk-layout,
  .about-hero,
  .supporters-hero,
  .supporters-note-inner,
  .entry-cover-with-image,
  .entry-layout,
  .entry-neighbours,
  .legacy-tabs,
  .journey-archive-hero-inner,
  .journey-browse-layout,
  .journey-category-hero,
  .journey-search-hero,
  .schedule-hero,
  .schedule-distance-note,
  .gallery-hero,
  .gallery-week-hero,
  .gallery-route-panel {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .schedule-caveat-grid {
    grid-template-columns: 1fr;
  }

  .journey-archive-panel {
    position: static;
  }

  .journey-chapter-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .journey-crossing-segment-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .journey-chapter-link {
    justify-self: start;
  }

  .journey-chapter-link-list,
  .journey-more-actions {
    justify-content: flex-start;
  }

  .entry-hero .content-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .entry-hero h1 {
    max-width: 30rem;
    font-size: clamp(1.85rem, 7vw, 2.55rem);
  }

  .entry-feature-image {
    width: min(100%, 20rem);
    justify-self: start;
  }

  .entry-feature-image img {
    height: clamp(14rem, 68vw, 19rem);
  }

  .schedule-hero-copy h1 {
    font-size: 4rem;
  }

  .entry-aside {
    position: static;
  }

  .entry-neighbour-next,
  .entry-neighbours-next-only .entry-neighbour-next {
    grid-column: auto;
    text-align: left;
  }

  .entry-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-spine,
  .rehearsal-grid,
  .about-fact-grid,
  .about-purpose-grid,
  .supporters-fact-grid,
  .supporters-credit-grid,
  .supporters-credit-section[aria-labelledby="crew"] .supporters-credit-grid,
  .photo-strip {
    grid-template-columns: 1fr;
  }

  .feature-panel,
  .feature-panel img {
    min-height: 27rem;
  }

  .photo-strip figure,
  .photo-strip img {
    min-height: 20rem;
  }

  .source-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .journey-feature-entry {
    grid-template-columns: minmax(12rem, 0.65fr) minmax(0, 1fr);
  }

  .journey-feature-entry img {
    height: 100%;
  }

  .tab-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tab-button {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .hero-media {
    background-image: url("/assets/generated/photos/haa-nullarbor-open-road-720.webp");
  }

  .closing-band {
    background-image:
      linear-gradient(rgba(17, 20, 23, 0.58), rgba(17, 20, 23, 0.78)),
      url("/assets/generated/photos/haa-wordpress-background-2015-06-26-720.webp");
  }

  .site-header {
    padding: 0.65rem;
  }

  .brand {
    font-size: 0.96rem;
  }

  .primary-nav a {
    padding: 0.45rem 0.5rem;
    font-size: 0.86rem;
  }

  .nmmfg-header-brand span {
    font-size: 0.84rem;
  }

  .nmmfg-header-brand img {
    width: 2.9rem;
    height: 2.9rem;
  }

  .nmmfg-home-hero,
  .nmmfg-series-hero,
  .nmmfg-archive-gateway,
  .nmmfg-series-context,
  .nmmfg-current-hero-image {
    width: min(calc(100% - 2.2rem), var(--max));
  }

  .nmmfg-home-hero h1,
  .nmmfg-series-hero h1 {
    font-size: clamp(3.2rem, 17vw, 4.5rem);
  }

  .nmmfg-current-band,
  .nmmfg-story-band,
  .nmmfg-series-posts {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }

  .nmmfg-home-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .nmmfg-current-more {
    text-align: left;
  }

  .back-to-top-link {
    justify-content: center;
    width: 2.85rem;
    min-height: 2.85rem;
    padding: 0;
  }

  .back-to-top-link span:not(.back-to-top-icon) {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .gallery-hero-copy .gallery-rights-note,
  .gallery-week-hero .gallery-rights-note {
    max-width: calc(100% - 3.8rem);
  }

  .hero {
    padding: 4.5rem 1.1rem 4rem;
  }

  .hero h1 {
    font-size: 3.25rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding-right: 1.1rem;
    padding-bottom: max(5.5rem, calc(1.75rem + env(safe-area-inset-bottom)));
  }

  .site-footer-nav {
    justify-content: flex-start;
  }

  .site-footer-action {
    grid-column: auto;
    justify-self: start;
  }

  .stats-band,
  .origin-band,
  .before-band,
  .walk-band,
  .archive-band,
  .future-band,
  .support-band,
  .about-story-band,
  .heart-foundation-band,
  .about-site-band,
  .supporters-intro-band,
  .supporters-heart-band,
  .supporters-credit-band,
  .supporters-note-band,
  .closing-band {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .origin-band,
  .before-band,
  .walk-band,
  .archive-band,
  .future-band,
  .support-band,
  .about-story-band,
  .heart-foundation-band,
  .about-site-band,
  .closing-band {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .stat-grid,
  .about-fact-grid,
  .about-purpose-grid,
  .entry-meta-grid,
  .entry-gallery-grid,
  .quote-grid,
  .journey-archive-stats,
  .schedule-stats,
  .schedule-course-stats,
  .journey-feature-entry,
  .journey-entry-card {
    grid-template-columns: 1fr;
  }

  .journey-archive-hero {
    padding: 3.5rem 1.1rem 2.5rem;
  }

  .journey-archive-copy h1,
  .journey-category-hero h1,
  .journey-search-copy h1,
  .schedule-hero-copy h1,
  .gallery-hero-copy h1,
  .gallery-week-hero h1 {
    font-size: 3.2rem;
  }

  .journey-chapter-section h2 {
    font-size: 2.35rem;
  }

  .journey-more-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .journey-archive-lead {
    font-size: 1.08rem;
  }

  .journey-browse-band {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .schedule-hero,
  .schedule-band {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .schedule-table {
    min-width: 66rem;
  }

  .gallery-band,
  .gallery-photo-band {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .gallery-week-grid,
  .gallery-neighbour-nav {
    grid-template-columns: 1fr;
  }

  .gallery-neighbour-nav {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }

  .gallery-neighbour-nav a:last-child {
    text-align: left;
  }

  .gallery-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nmmfg-gallery-video-grid,
  .gallery-video-grid {
    grid-template-columns: 1fr;
  }

  .gallery-route-panel strong {
    font-size: 1.35rem;
  }

  .journey-entry-thumb img,
  .journey-entry-thumb {
    min-height: 13rem;
  }

  .journey-feature-entry img {
    height: clamp(12rem, 58vw, 16rem);
  }

  .entry-summary {
    font-size: 1.08rem;
    max-width: 32ch;
  }

  h2 {
    font-size: 2.55rem;
  }

  .tab-panel {
    padding: 2rem;
  }

  .tab-panel h3 {
    font-size: 2.25rem;
  }

  .feature-panel,
  .feature-panel img {
    min-height: 22rem;
  }
}
