:root {
  --ink: #0f0f0d;
  --ink-soft: #1a1a17;
  --paper: #f7f3e9;
  --paper-muted: #e8dfcf;
  --gold: #d8aa3c;
  --gold-strong: #efb82b;
  --sage: #8ea08b;
  --sea: #2f6671;
  --white: #ffffff;
  --text-muted: rgba(247, 243, 233, 0.78);
  --border: rgba(247, 243, 233, 0.18);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

section[id] {
  scroll-margin-top: 86px;
}

#photo-stories {
  scroll-margin-top: 48px;
}

body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

body.nav-open::before {
  content: "";
  position: fixed;
  z-index: 110;
  inset: 0;
  background: #0f0f0d;
}

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

a {
  color: inherit;
  touch-action: manipulation;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 22px clamp(20px, 5vw, 72px);
  color: var(--paper);
  transition: background 180ms ease, border-color 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(15, 15, 13, 0.93);
  border-bottom: 1px solid var(--border);
  padding-top: 14px;
  padding-bottom: 14px;
  backdrop-filter: blur(16px);
}

body.nav-open .site-header {
  z-index: 140;
  background: #0f0f0d;
  border-bottom-color: rgba(247, 243, 233, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 132px;
  height: 58px;
  border: 1px solid var(--gold);
  color: var(--gold-strong);
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  background: #050504;
  padding: 5px 8px;
}

.brand-mark img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.brand-text {
  display: grid;
  gap: 0;
}

.brand-text span {
  color: var(--paper);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 700;
}

.brand-text small {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.7vw, 38px);
  font-size: 17px;
  font-weight: 700;
}

.site-nav a {
  text-decoration: none;
  color: rgba(247, 243, 233, 0.86);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold-strong);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--border);
  background: rgba(15, 15, 13, 0.62);
  padding: 11px;
}

.menu-toggle span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  background: var(--paper);
  margin: 6px 0;
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/images/cover-ageless-explorer-sunset.jpg");
  background-color: #0f0f0d;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-shade {
  background:
    radial-gradient(ellipse at 70% 50%, rgba(15, 15, 13, 0) 0%, rgba(15, 15, 13, 0) 38%, rgba(15, 15, 13, 0.42) 64%, rgba(15, 15, 13, 0.82) 100%),
    linear-gradient(90deg, rgba(15, 15, 13, 0.9) 0%, rgba(15, 15, 13, 0.72) 20%, rgba(15, 15, 13, 0.1) 52%, rgba(15, 15, 13, 0.54) 84%, rgba(15, 15, 13, 0.88) 100%),
    linear-gradient(180deg, rgba(15, 15, 13, 0.94) 0%, rgba(15, 15, 13, 0.12) 24%, rgba(15, 15, 13, 0.16) 70%, rgba(15, 15, 13, 0.92) 100%),
    linear-gradient(0deg, var(--ink) 0%, rgba(15, 15, 13, 0) 32%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 840px;
  padding: 126px clamp(20px, 5vw, 72px) 42px;
}

.cta-heading {
  max-width: 620px;
  margin: 18px 0 12px;
  color: var(--paper);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 700;
}

.section-intro {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--text-muted);
  font-size: clamp(18px, 1.6vw, 22px);
}

.hero-brand-lockup {
  width: min(410px, 62vw);
  margin: 0 0 16px -12px;
  opacity: 0.96;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.5));
}

.eyebrow,
.section-kicker,
.story-meta {
  margin: 0 0 14px;
  color: var(--gold-strong);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Libre Baskerville", Georgia, serif;
}

h1 {
  margin-bottom: 6px;
  font-size: clamp(52px, 6.7vw, 98px);
  line-height: 0.98;
}

.hero-tagline {
  margin-bottom: 16px;
  color: var(--paper);
  font-size: clamp(27px, 3.5vw, 46px);
  font-weight: 600;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 22px;
  color: var(--text-muted);
  font-size: clamp(20px, 1.8vw, 24px);
}

.hero-actions,
.guide-button {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
}

@media (max-height: 820px) and (min-width: 760px) {
  .hero-content {
    padding-top: 112px;
    padding-bottom: 28px;
  }

  .hero-brand-lockup {
    width: min(330px, 48vw);
    margin-bottom: 12px;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 13px;
  }

  h1 {
    font-size: clamp(48px, 5.6vw, 78px);
  }

  .hero-tagline {
    margin-bottom: 12px;
    font-size: clamp(25px, 3vw, 38px);
  }

  .hero-copy {
    max-width: 560px;
    margin-bottom: 18px;
    font-size: 19px;
    line-height: 1.45;
  }

  .button {
    min-height: 46px;
    padding: 11px 18px;
  }
}

.button.primary {
  background: var(--gold-strong);
  color: #15110a;
}

.button.secondary {
  border-color: var(--gold);
  color: var(--gold-strong);
  background: rgba(15, 15, 13, 0.18);
}

.button.quiet {
  color: var(--paper);
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.08);
}

.button:hover,
.button:focus-visible,
.play-button:hover,
.play-button:focus-visible {
  transform: translateY(-1px);
}

.section-pad {
  padding: 92px clamp(20px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: clamp(34px, 6vw, 96px);
  background: var(--ink);
}

.block-cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: #0b0b09;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.block-cta-strip h2 {
  max-width: 920px;
  margin: 0;
  color: var(--paper);
  font-size: clamp(34px, 4vw, 62px);
}

.block-cta-strip .hero-actions {
  flex: 0 0 auto;
}

.brand-story {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(244, 186, 43, 0.08), transparent 34%),
    #0b0b09;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.brand-story-mark {
  overflow: hidden;
  border: 1px solid rgba(244, 186, 43, 0.25);
  background: #000;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.brand-story-mark img {
  width: 100%;
  aspect-ratio: 1.32;
  object-fit: cover;
  object-position: 63% 29%;
}

.brand-story-copy {
  max-width: 760px;
}

.brand-story-copy h2 {
  margin-bottom: 20px;
  color: var(--paper);
  font-size: clamp(33px, 3.8vw, 56px);
  line-height: 1.1;
}

.brand-story-copy p:not(.section-kicker) {
  color: var(--text-muted);
  font-size: clamp(20px, 1.8vw, 24px);
}

.intro h2,
.section-heading h2,
.podcast h2,
.about h2,
.newsletter h2 {
  margin-bottom: 0;
  color: var(--paper);
  font-size: clamp(35px, 4.4vw, 64px);
  line-height: 1.08;
}

.intro-text {
  align-self: end;
  color: var(--text-muted);
  font-size: 21px;
}

.text-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--gold-strong);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.photo-stories {
  background: #141410;
}

.photo-stories .section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: 42px;
  align-items: end;
  max-width: none;
  margin-bottom: 26px;
}

.photo-stories .section-heading h2 {
  max-width: none;
  justify-self: end;
  font-size: clamp(38px, 3.45vw, 66px);
  text-wrap: balance;
  white-space: nowrap;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.28fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 36px;
}

.section-heading.compact {
  display: block;
  max-width: 760px;
}

.story-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  margin: 0 0 32px;
}

.story-filters {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 0 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(216, 170, 60, 0.5) transparent;
}

.filter-button,
.gallery-arrows button {
  border: 1px solid rgba(216, 170, 60, 0.42);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 243, 233, 0.82);
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.filter-button {
  min-height: 40px;
  flex: 0 0 auto;
  padding: 8px 14px;
}

.filter-button:hover,
.filter-button:focus-visible,
.filter-button.is-active,
.gallery-arrows button:hover,
.gallery-arrows button:focus-visible {
  border-color: var(--gold-strong);
  background: rgba(239, 184, 43, 0.16);
  color: var(--gold-strong);
}

.filter-button.is-active {
  box-shadow: inset 0 -3px 0 var(--gold-strong);
}

.filter-button:hover,
.filter-button:focus-visible,
.gallery-arrows button:hover,
.gallery-arrows button:focus-visible {
  transform: translateY(-1px);
}

.gallery-arrows {
  display: flex;
  gap: 10px;
}

.gallery-actions {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.gallery-browse-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid var(--border);
  color: rgba(247, 243, 233, 0.84);
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.gallery-browse-link:hover,
.gallery-browse-link:focus-visible {
  border-color: var(--gold);
  color: var(--gold-strong);
}

.gallery-arrows button {
  min-width: 58px;
  min-height: 44px;
  padding: 8px 13px;
}

.gallery-arrows button:disabled {
  border-color: rgba(247, 243, 233, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(247, 243, 233, 0.3);
  cursor: default;
  transform: none;
}

.gallery-arrows button.is-locked {
  pointer-events: none;
}

.stories-viewport {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.road-notes {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
  background: #0b0b09;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.road-notes-image {
  overflow: hidden;
  border: 1px solid rgba(216, 170, 60, 0.28);
}

.road-notes-image img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
}

.road-notes-copy {
  max-width: 760px;
}

.road-notes-copy h2 {
  margin-bottom: 20px;
  color: var(--paper);
  font-size: clamp(38px, 4.5vw, 72px);
  line-height: 1.08;
}

.road-notes-copy h2 a,
.road-notes-copy h3 a,
.guide-item h3 a,
.episodes h3 a {
  color: inherit;
  text-decoration: none;
}

.road-notes-copy h2 a:hover,
.road-notes-copy h2 a:focus-visible,
.road-notes-copy h3 a:hover,
.road-notes-copy h3 a:focus-visible,
.guide-item h3 a:hover,
.guide-item h3 a:focus-visible,
.episodes h3 a:hover,
.episodes h3 a:focus-visible {
  color: var(--gold-strong);
}

.road-notes-copy h3 {
  margin: -4px 0 14px;
  color: var(--gold-strong);
  font-size: clamp(22px, 2vw, 30px);
}

.road-notes-copy > p:last-child {
  color: rgba(247, 243, 233, 0.75);
  font-size: clamp(19px, 1.5vw, 24px);
  line-height: 1.6;
}

.stories-viewport::before,
.stories-viewport::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 18px;
  width: 48px;
  pointer-events: none;
}

.stories-viewport::before {
  left: 0;
  background: linear-gradient(90deg, #141410 0%, rgba(20, 20, 16, 0) 100%);
}

.stories-viewport::after {
  right: 0;
  background: linear-gradient(270deg, #141410 0%, rgba(20, 20, 16, 0) 100%);
}

.stories-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 34vw);
  grid-template-rows: repeat(2, 420px);
  gap: 18px;
  min-width: min-content;
  padding: 4px 0 18px;
  transition: transform 780ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.story-card {
  position: relative;
  overflow: hidden;
  background: var(--ink-soft);
  box-shadow: var(--shadow);
  isolation: isolate;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 260ms ease, transform 260ms ease, box-shadow 260ms ease;
}

.story-card-large {
  grid-row: span 2;
  grid-column: span 2;
}

.story-card-wide {
  grid-column: span 2;
}

.story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.04);
  transition: transform 520ms ease, filter 520ms ease;
}

.story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15, 15, 13, 0.92) 0%, rgba(15, 15, 13, 0.38) 50%, rgba(15, 15, 13, 0.03) 100%);
}

.story-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid rgba(239, 184, 43, 0);
  background: radial-gradient(circle at 18% 18%, rgba(239, 184, 43, 0.2), rgba(239, 184, 43, 0) 34%);
  opacity: 0;
  transition: opacity 260ms ease, border-color 260ms ease;
  pointer-events: none;
}

.story-card div {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  transition: transform 260ms ease;
}

.story-card h3 {
  margin-bottom: 8px;
  color: var(--white);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(25px, 2.6vw, 38px);
  line-height: 1.12;
}

.story-card p:last-child {
  margin-bottom: 0;
  color: var(--text-muted);
}

.story-card:hover,
.story-card:focus-within {
  box-shadow: 0 28px 96px rgba(0, 0, 0, 0.48);
}

.story-card:hover img,
.story-card:focus-within img {
  transform: scale(1.035);
  filter: saturate(1.12) contrast(1.06);
}

.story-card:hover div,
.story-card:focus-within div {
  transform: translateY(-6px);
}

.story-card:hover::before,
.story-card:focus-within::before {
  border-color: rgba(239, 184, 43, 0.42);
  opacity: 1;
}

.story-card.is-hidden {
  display: none;
}

.story-card.is-revealed {
  animation: storyReveal 860ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: var(--reveal-delay, 0ms);
}

@keyframes storyReveal {
  from {
    opacity: 0;
    filter: blur(12px) saturate(0.92);
    transform: translateY(34px) scale(0.955);
  }

  to {
    opacity: 1;
    filter: blur(0) saturate(1);
    transform: translateY(0) scale(1);
  }
}

.guides {
  background: var(--paper);
  color: var(--ink);
}

.guides .section-kicker,
.guides .guide-item span {
  color: #86651d;
}

.guides h2 {
  color: var(--ink);
}

.guide-list {
  display: grid;
  gap: 14px;
  margin: 36px 0 30px;
}

.guide-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px 0;
  border-top: 1px solid rgba(15, 15, 13, 0.18);
}

.guide-item:last-child {
  border-bottom: 1px solid rgba(15, 15, 13, 0.18);
}

.guide-item span {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
}

.guide-item h3 {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.16;
}

.guide-item p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(15, 15, 13, 0.72);
  font-size: 20px;
}

.guides .button.secondary {
  border-color: #8c681f;
  color: #5f4512;
  background: transparent;
}

.podcast {
  background:
    linear-gradient(rgba(15, 15, 13, 0.78), rgba(15, 15, 13, 0.82)),
    url("assets/images/mainhattan-bridges.jpg") center / cover fixed;
}

.podcast-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 0.52fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  padding: clamp(26px, 5vw, 56px);
  border: 1px solid var(--border);
  background: rgba(15, 15, 13, 0.72);
  backdrop-filter: blur(14px);
}

.podcast-copy p:not(.section-kicker) {
  max-width: 700px;
  color: var(--text-muted);
  font-size: 22px;
}

.play-button {
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  border: 2px solid var(--gold-strong);
  background: var(--gold-strong);
  color: #17130b;
  padding: 14px 24px;
  font-weight: 900;
  cursor: pointer;
}

.play-icon {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #17130b;
}

.play-button.is-playing .play-icon {
  width: 15px;
  height: 18px;
  border: 0;
  background: linear-gradient(90deg, #17130b 0 35%, transparent 35% 65%, #17130b 65% 100%);
}

.platform-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.platform-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid var(--border);
  color: rgba(247, 243, 233, 0.84);
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
}

a.play-button {
  text-decoration: none;
}

.platform-links a:hover,
.platform-links a:focus-visible {
  border-color: var(--gold);
  color: var(--gold-strong);
}

.episodes {
  display: grid;
  gap: 14px;
}

.episodes article {
  padding: 20px 0;
  border-top: 1px solid var(--border);
}

.episodes article:last-child {
  border-bottom: 1px solid var(--border);
}

.episodes p {
  margin-bottom: 4px;
  color: var(--sage);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.episodes h3 {
  margin-bottom: 0;
  color: var(--paper);
  font-size: 24px;
  line-height: 1.2;
}

.about {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  background: #10100e;
}

.about-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.about-copy p:not(.section-kicker) {
  color: var(--text-muted);
  font-size: 21px;
}

.about-copy .note {
  padding-left: 18px;
  border-left: 3px solid var(--gold);
  color: rgba(247, 243, 233, 0.64);
  font-size: 17px;
}

.newsletter {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  background: var(--sea);
  color: var(--paper);
}

.newsletter p:not(.section-kicker) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 21px;
}

.signup label {
  display: block;
  margin-bottom: 9px;
  font-weight: 800;
}

.signup div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.signup input {
  min-width: 0;
  min-height: 58px;
  border: 2px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  padding: 12px 16px;
}

.archive-hero {
  padding-top: clamp(150px, 18vw, 240px);
  padding-bottom: clamp(56px, 8vw, 110px);
  background: linear-gradient(110deg, rgba(15, 15, 13, 0.98), rgba(15, 15, 13, 0.48)), url("assets/images/hero-tree-valley.jpg") center / cover;
}

.archive-hero h1 {
  max-width: 1040px;
  margin: 0 0 24px;
  color: var(--paper);
  font-size: clamp(48px, 7vw, 104px);
  line-height: 0.98;
}

.archive-hero > p:last-child {
  max-width: 760px;
  color: var(--text-muted);
  font-size: clamp(19px, 2vw, 25px);
}

.guide-archive-grid {
  display: grid;
  gap: clamp(32px, 5vw, 72px);
}

.guide-archive-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding-bottom: clamp(32px, 5vw, 72px);
  border-bottom: 1px solid rgba(247, 189, 32, 0.24);
}

.guide-archive-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.guide-archive-card h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.05;
}

.guide-archive-card h2 a { color: var(--paper); text-decoration: none; }
.guide-archive-card div > p:not(.section-kicker) { color: var(--text-muted); font-size: 20px; }

.content-archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(34px, 5vw, 72px); }
.content-archive-card { display: grid; grid-template-rows: auto 1fr; background: #0b0b09; border: 1px solid rgba(247,189,32,.18); }
.content-archive-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.content-archive-card > div { padding: clamp(24px, 4vw, 48px); }
.content-archive-card h2 { margin: 0 0 18px; font-size: clamp(30px, 3.5vw, 48px); line-height: 1.08; }
.content-archive-card h2 a { color: var(--paper); text-decoration: none; }
.content-archive-card div > p:not(.section-kicker) { color: var(--text-muted); font-size: 19px; }
.archive-empty { color: var(--text-muted); font-size: 22px; }

.content-single { min-height: calc(100vh - 110px); display: grid; grid-template-columns: minmax(360px, 1fr) minmax(0, 1fr); padding-top: 86px; }
.content-single-image { min-height: 720px; overflow: hidden; }
.content-single-image img { width: 100%; height: 100%; object-fit: cover; }
.content-single-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(56px, 8vw, 130px); background: radial-gradient(circle at 15% 30%, rgba(239,184,43,.09), transparent 35%), #0b0b09; }
.content-single-copy h1 { max-width: 880px; margin: 0 0 28px; font-size: clamp(44px, 5.5vw, 86px); line-height: 1.03; }
.content-single-lead { max-width: 720px; color: var(--text-muted); font-size: clamp(21px, 2vw, 28px); }
.content-single-body { max-width: 720px; color: var(--text-muted); font-size: 20px; }
.content-single-body img { max-width: 100%; height: auto; }

.not-found-page { min-height: 78vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 150px; background: linear-gradient(110deg, rgba(15,15,13,.97), rgba(15,15,13,.44)), url("assets/images/hero-tree-valley.jpg") center / cover; }
.not-found-page h1 { max-width: 900px; margin: 0 0 24px; font-size: clamp(54px, 8vw, 116px); line-height: .98; }
.not-found-page > p:not(.section-kicker) { max-width: 680px; color: var(--text-muted); font-size: 22px; }

@media (max-width: 760px) {
  .guide-archive-card { grid-template-columns: 1fr; }
  .content-archive-grid { grid-template-columns: 1fr; }
}

.guide-single {
  min-height: calc(100vh - 110px);
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(0, 1fr);
  padding-top: 86px;
}

.guide-single-image { min-height: 720px; overflow: hidden; }
.guide-single-image img { width: 100%; height: 100%; object-fit: cover; }
.guide-single-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(56px, 8vw, 130px); background: radial-gradient(circle at 15% 30%, rgba(239,184,43,.09), transparent 35%), #0b0b09; }
.guide-single-copy h1 { max-width: 880px; margin: 0 0 28px; font-size: clamp(44px, 5.5vw, 86px); line-height: 1.03; }
.guide-single-lead { max-width: 720px; color: var(--text-muted); font-size: clamp(21px, 2vw, 28px); }
.guide-single-content { max-width: 720px; color: var(--text-muted); font-size: 20px; }

@media (max-width: 900px) {
  .guide-single { grid-template-columns: 1fr; padding-top: 72px; }
  .guide-single-image { min-height: 52vh; }
  .guide-single-copy { padding: 58px clamp(20px, 6vw, 54px) 78px; }
  .content-single { grid-template-columns: 1fr; padding-top: 72px; }
  .content-single-image { min-height: 52vh; }
  .content-single-copy { padding: 58px clamp(20px, 6vw, 54px) 78px; }
}

.signup input::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 38px clamp(20px, 5vw, 72px);
  background: #070706;
  border-top: 1px solid var(--border);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 30px;
}

.footer-content {
  display: grid;
  justify-items: end;
  gap: 16px;
  max-width: 1500px;
}

.footer-invitation {
  max-width: 1200px;
  text-align: right;
}

.footer-invitation p {
  margin: 0 0 8px;
  color: rgba(247, 243, 233, 0.76);
  font-size: 17px;
  line-height: 1.55;
}

.footer-invitation strong {
  color: var(--paper);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 20px;
}

.footer-follow-line {
  color: rgba(247, 243, 233, 0.76);
  font-weight: 700;
  white-space: nowrap;
}

.footer-connect-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 10px 16px;
}

.footer-email {
  color: var(--gold-strong);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.site-footer .footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 7px 11px;
  border: 1px solid var(--border);
}

.footer-social svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  border-color: var(--gold-strong);
}

.site-footer nav a {
  color: rgba(247, 243, 233, 0.72);
  text-decoration: none;
  font-weight: 700;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: var(--gold-strong);
}

.footer-brand .brand-mark img {
  display: block;
  object-position: center center;
  transform: translateY(-16px);
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
    position: relative;
    z-index: 22;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 22px;
    padding: 90px 28px 40px;
    background:
      linear-gradient(180deg, rgba(15, 15, 13, 0.99) 0%, rgba(15, 15, 13, 0.98) 100%),
      #0f0f0d;
    font-size: 30px;
    backdrop-filter: none;
  }

  body.nav-open .site-nav {
    display: flex;
  }

  body.nav-open .site-header {
    bottom: 0;
    align-items: flex-start;
  }

  body.nav-open .site-nav {
    position: absolute;
  }

  body.nav-open .brand,
  body.nav-open .menu-toggle {
    position: relative;
    z-index: 130;
  }

  .intro,
  .brand-story,
  .road-notes,
  .section-heading,
  .podcast-panel,
  .about,
  .newsletter {
    grid-template-columns: 1fr;
  }

  .block-cta-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .photo-stories .section-heading {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .photo-stories .section-heading h2 {
    max-width: 100%;
    justify-self: start;
    white-space: normal;
  }

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

  .gallery-arrows {
    justify-content: flex-end;
  }

  .gallery-actions {
    justify-content: space-between;
  }

  .stories-grid {
    grid-auto-columns: minmax(280px, 78vw);
    grid-template-rows: repeat(2, 280px);
  }

}

@media (max-width: 640px) {
  body {
    font-size: 18px;
  }

  .site-header {
    padding: 14px 18px;
  }

  .brand-mark {
    width: 92px;
    height: 44px;
    font-size: 13px;
    padding: 4px 6px;
  }

  .brand-mark img {
    width: 100%;
    height: 100%;
  }

  .brand-text span {
    font-size: 17px;
  }

  .brand-text small {
    font-size: 11px;
  }

  .hero {
    min-height: 92vh;
  }

  .hero-media {
    background-size: auto 110%;
    background-position: 62% 38%;
  }

  .hero-content {
    padding: 118px 18px 38px;
  }

  .hero-brand-lockup {
    width: min(230px, 58vw);
    margin: 0 0 10px -6px;
  }

  .hero-actions,
  .guide-button {
    display: grid;
  }

  .button,
  .play-button {
    width: 100%;
  }

  .section-pad {
    padding: 68px 18px;
  }

  .stories-grid {
    grid-auto-columns: minmax(260px, 86vw);
    grid-template-rows: 430px;
  }

  .story-card,
  .story-card-large {
    grid-column: auto;
    grid-row: auto;
  }

  .story-card-wide {
    grid-column: auto;
  }

  .stories-viewport::before,
  .stories-viewport::after {
    width: 28px;
  }

  .gallery-arrows button {
    min-width: 62px;
    min-height: 48px;
  }

  .guide-item {
    grid-template-columns: 44px 1fr;
  }

  .signup div {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .footer-content {
    justify-items: start;
  }

  .footer-invitation {
    text-align: left;
  }

  .footer-connect-row {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Final brand assets, September 2026. */
.site-header .brand-mark {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  background: var(--gold-strong);
  padding: 3px;
}

/* About Derek page. */
.about-page {
  background: #0b0b09;
}

.about-page .site-nav a[aria-current="page"] {
  color: var(--gold-strong);
}

.about-hero {
  min-height: 88vh;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  padding-top: 86px;
  background: #0b0b09;
}

.about-hero-image {
  min-height: 660px;
  overflow: hidden;
}

.about-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% 30%;
}

.about-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(54px, 8vw, 130px) clamp(28px, 7vw, 112px);
  background:
    radial-gradient(circle at 20% 35%, rgba(239, 184, 43, 0.09), transparent 32%),
    #0b0b09;
}

.about-hero-copy h1 {
  max-width: 780px;
  margin-bottom: 28px;
  font-size: clamp(48px, 6vw, 96px);
  line-height: 1.02;
}

.about-lead {
  max-width: 680px;
  color: var(--text-muted);
  font-size: clamp(21px, 2vw, 29px);
}

.story-page {
  display: grid;
  grid-template-columns: minmax(280px, 0.35fr) minmax(0, 0.65fr);
  gap: clamp(48px, 9vw, 150px);
  align-items: start;
  border-top: 1px solid var(--border);
  background: var(--paper);
  color: var(--ink);
}

.story-aside {
  position: sticky;
  top: 130px;
}

.story-aside h2 {
  margin-bottom: 38px;
  color: var(--ink);
  font-size: clamp(32px, 3.5vw, 54px);
  line-height: 1.12;
}

.story-stats {
  display: grid;
  gap: 0;
  margin: 0;
}

.story-stats div {
  display: grid;
  grid-template-columns: 84px 1fr;
  align-items: baseline;
  padding: 18px 0;
  border-top: 1px solid rgba(15, 15, 13, 0.2);
}

.story-stats div:last-child {
  border-bottom: 1px solid rgba(15, 15, 13, 0.2);
}

.story-stats dt {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 30px;
  font-weight: 700;
}

.story-stats dd {
  margin: 0;
  color: rgba(15, 15, 13, 0.68);
  font-weight: 700;
}

.story-body {
  max-width: 790px;
}

.story-body p {
  margin: 0 0 30px;
  color: rgba(15, 15, 13, 0.82);
  font-size: clamp(20px, 1.7vw, 25px);
  line-height: 1.72;
}

.story-body .story-opening {
  color: var(--ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 700;
  line-height: 1.4;
}

.story-body .story-closing {
  margin: 44px 0 34px;
  padding-left: 24px;
  border-left: 4px solid var(--gold);
  color: var(--ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 700;
  line-height: 1.4;
}

.story-body .button.primary {
  color: #17130b;
}

@media (max-width: 900px) {
  .about-hero,
  .story-page {
    grid-template-columns: 1fr;
  }

  .about-hero {
    padding-top: 72px;
  }

  .about-hero-image {
    min-height: 58vh;
    max-height: 720px;
  }

  .about-hero-copy {
    padding: 62px clamp(20px, 6vw, 54px) 76px;
  }

  .story-aside {
    position: static;
  }
}

@media (max-width: 640px) {
  .footer-brand .brand-mark img {
    transform: translateY(-10px);
  }

  .about-hero-image {
    min-height: 520px;
  }

  .about-hero-copy h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .story-body p {
    font-size: 20px;
    line-height: 1.65;
  }
}
.site-header .brand-mark img {
  transform: scale(1.16);
}
.hero-brand-title {
  margin: 0 0 20px;
  line-height: 1;
}
.hero-brand-lockup {
  width: min(100%, 660px);
  height: auto;
  margin: 0;
  opacity: 1;
  filter: invert(1);
}
@media (max-width: 640px) {
  .site-header .brand-mark {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    padding: 2px;
  }
  .hero-brand-title { margin-bottom: 18px; }
}
