:root {
  --gorge-green: #2d5d46;
  --stone-gray: #5c6661;
  --river-teal: #3f7f7a;
  --olive-earth: #6e7f46;
  --rust-iron: #9d5e32;
  --limestone: #f6f5f1;
  --mist: #e8ede9;
  --accent-gold: #c9a95c;
  --night: #111716;
  --night-soft: rgba(17, 23, 22, 0.74);
  --text-main: #19211f;
  --text-muted: #4f5a57;
  --border-soft: rgba(32, 43, 40, 0.12);
  --border-card: rgba(20, 28, 25, 0.12);
  --border-card-strong: rgba(20, 28, 25, 0.18);
  --shadow-soft: 0 12px 28px rgba(16, 26, 24, 0.08);
  --shadow-deep: 0 24px 54px rgba(10, 16, 14, 0.18);
  --paper: #f7f5ef;
  --radius-card: 12px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[lang]:not(html) {
  display: none;
}

html[lang="el"] [lang="el"],
html[lang="en"] [lang="en"] {
  display: unset;
}

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

body {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-main);
  overflow-x: clip;
  background:
    radial-gradient(circle at 12% 0%, rgba(201, 169, 92, 0.14) 0%, transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(63, 127, 122, 0.1) 0%, transparent 28%),
    linear-gradient(180deg, #f9f8f4 0%, var(--paper) 40%, #f0efe8 100%);
}

img,
iframe,
.card,
.btn {
  border-radius: 6px;
}

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

a {
  color: inherit;
}

h1,
h2,
h3 {
  font-family: "Noto Serif", serif;
  font-weight: 600;
  color: #18211f;
}

h1 {
  font-size: clamp(3.4rem, 7vw, 64px);
  letter-spacing: -0.02em;
  line-height: 0.95;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 42px);
  line-height: 1.05;
}

h3 {
  font-size: clamp(1.45rem, 2vw, 30px);
  line-height: 1.15;
}

nav,
button,
.btn {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.08em;
}

.section-label,
.eyebrow,
.footer-title,
.section-kicker {
  font-family: "Noto Serif", serif;
  letter-spacing: 0.08em;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section {
  padding: 120px 0;
}

.section-narrow {
  padding: 60px 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  background: rgba(250, 250, 247, 0.58);
  border-bottom: 1px solid rgba(24, 34, 32, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.logo a {
  display: inline-grid;
  gap: 2px;
  text-decoration: none;
  color: #15211f;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  line-height: 1.15;
  white-space: nowrap;
}

.logo-accent {
  color: var(--gorge-green);
}

.logo-subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.22em;
}

nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
}

nav a,
.lang-switcher button {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(21, 33, 30, 0.82);
  background: none;
  border: 0;
  cursor: pointer;
  transition: color 0.25s ease, opacity 0.25s ease;
}

nav a:hover,
nav a:focus-visible,
.lang-switcher button:hover,
.lang-switcher button:focus-visible,
.lang-switcher button.is-active {
  color: var(--gorge-green);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #f7fbf8;
  background: linear-gradient(135deg, var(--gorge-green), #1f6b41);
  box-shadow: 0 10px 24px rgba(16, 57, 42, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(16, 57, 42, 0.28);
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-switcher span {
  color: rgba(24, 33, 31, 0.5);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(24, 33, 31, 0.24);
  background: rgba(248, 251, 249, 0.72);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  background: rgba(20, 29, 27, 0.9);
  transition: transform 0.22s ease, opacity 0.2s ease;
}

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

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

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

.hero {
  height: 100vh;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  position: relative;
  color: #fff;
  background: #000;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 12, 11, 0.66) 0%, rgba(8, 12, 11, 0.38) 34%, rgba(8, 12, 11, 0.12) 60%, rgba(8, 12, 11, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 10, 10, 0.22) 0%, rgba(7, 10, 10, 0.08) 42%, rgba(7, 10, 10, 0.5) 100%);
  pointer-events: none;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  display: grid;
  gap: 26px;
  justify-items: start;
}

.hero-copy {
  max-width: 760px;
  display: grid;
  gap: 18px;
  padding: 18px 20px 18px 0;
}

.eyebrow,
.section-label {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
}

.eyebrow {
  color: #9de3a7;
  max-width: 420px;
}

.hero h1,
.hero p {
  color: #fff;
}

.hero h1 {
  line-height: 1.05;
}

.hero .eyebrow {
  color: #9de3a7;
}

.hero-lead {
  max-width: 680px;
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  padding-left: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 32px;
  background: linear-gradient(135deg, var(--gorge-green), #236f45);
  color: #f8fbf9;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.44);
  backdrop-filter: blur(4px);
  color: #fff;
}

.hero-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.meta-item {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(10, 14, 13, 0.56);
}

.meta-item p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(246, 251, 247, 0.76);
}

.meta-item strong {
  display: block;
  margin-top: 6px;
  font-family: "Noto Serif", serif;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.3;
}

.story-section {
  position: relative;
}

.time-flows-section {
  background: linear-gradient(180deg, rgba(242, 236, 223, 0.65) 0%, rgba(249, 246, 239, 0.92) 100%);
  border-top: 1px solid rgba(17, 22, 21, 0.1);
  border-bottom: 1px solid rgba(17, 22, 21, 0.08);
}

.time-flows-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.time-flows-copy {
  display: grid;
  gap: 18px;
  max-width: 560px;
}

.time-flows-copy p {
  color: var(--text-muted);
}

.time-facts {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.time-facts article {
  padding: 12px;
  border: 1px solid rgba(20, 29, 27, 0.14);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.time-facts h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  color: var(--gorge-green);
}

.time-facts p {
  margin: 6px 0 0;
  font-size: 0.72rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.time-flows-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.time-card {
  margin: 0;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-deep);
}

.time-card-large {
  grid-column: 1 / -1;
}

.time-card img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
}

.time-card-large img {
  min-height: 360px;
}

.time-card figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  background: rgba(9, 13, 12, 0.3);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.88rem;
  line-height: 1.4;
  backdrop-filter: blur(5px);
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.story-grid.reverse {
  direction: rtl;
}

.story-grid.reverse > * {
  direction: ltr;
}

.story-copy {
  display: grid;
  gap: 20px;
  max-width: 560px;
  min-width: 0;
}

.story-copy p {
  color: var(--text-muted);
}

.section-highlights,
.gorge-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.story-copy > .section-highlights,
.story-copy > .gorge-highlights,
.experiences-guide > .section-highlights {
  margin-top: -2px;
  margin-bottom: 2px;
}

@media (min-width: 901px) {
  .story-copy > .section-highlights,
  .story-copy > .gorge-highlights,
  .experiences-guide > .section-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (min-width: 1101px) {
  #gorge .story-grid {
    grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
    gap: 52px;
    align-items: start;
  }

  #gorge .story-copy {
    max-width: none;
  }

  #gorge .story-media-stack {
    align-content: start;
  }
}

.gorge-deep-dive {
  display: grid;
  gap: 20px;
}

.gorge-deep-dive .pausanias-section,
.gorge-deep-dive .travellers-section {
  margin-top: 0;
}

.section-highlight-card,
.gorge-highlight-card {
  padding: 14px 14px 16px;
  border: 1px solid var(--border-card);
  background: rgba(247, 243, 235, 0.72);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-card);
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.section-highlight-label,
.gorge-highlight-label {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rust-iron);
}

.section-highlight-card h3,
.gorge-highlight-card h3 {
  margin: 8px 0 6px;
  font-size: 1rem;
  line-height: 1.2;
  color: #18211f;
}

.section-highlight-card p:last-child,
.gorge-highlight-card p:last-child {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.info-drawer {
  border: 1px solid var(--border-card);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-card);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.info-drawer:hover {
  border-color: var(--border-card-strong);
  box-shadow: 0 14px 30px rgba(14, 22, 20, 0.1);
}

.info-drawer.has-rich-summary summary {
  align-items: flex-start;
  gap: 12px;
  text-transform: none;
}

.drawer-summary {
  display: grid;
  gap: 6px;
  flex: 1;
  min-width: 0;
}

.drawer-summary-meta {
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rust-iron);
}

.drawer-summary-title {
  font-family: "Noto Serif", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: #111615;
}

.drawer-summary-preview {
  font-family: "Inter", sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--text-muted);
}

.info-drawer summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  color: #111615;
  font-family: "Noto Serif", serif;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info-drawer summary::-webkit-details-marker {
  display: none;
}

.info-drawer summary::after {
  content: "+";
  font-size: 1.25rem;
  line-height: 1;
  color: var(--rust-iron);
}

.info-drawer[open] summary::after {
  content: "-";
}

.drawer-content {
  padding: 0 18px 18px;
}

.drawer-content p {
  color: var(--text-muted);
  margin: 0;
}

.drawer-content p + p {
  margin-top: 14px;
}

.drawer-content ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--text-muted);
  display: grid;
  gap: 10px;
}

.drawer-content li {
  line-height: 1.6;
}

.experiences-guide {
  margin-top: 42px;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  display: grid;
  gap: 16px;
}

.experiences-guide-title {
  margin: 0 0 14px;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  line-height: 1.15;
  color: #18211f;
  text-align: center;
  letter-spacing: 0.01em;
}

.experiences-guide .section-highlight-label {
  color: var(--rust-iron);
}

.experiences-guide .section-highlight-label span {
  color: inherit;
}

.experiences-guide .info-drawer {
  background: rgba(252, 251, 247, 0.92);
  border-color: var(--border-card);
  box-shadow: 0 10px 24px rgba(14, 22, 20, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.experiences-guide .info-drawer:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(14, 22, 20, 0.12);
}

.experiences-guide .info-drawer[open] {
  box-shadow: 0 16px 34px rgba(14, 22, 20, 0.14);
}

.experiences-guide .info-drawer summary {
  padding: 16px 18px;
}

.experiences-guide .drawer-content {
  padding: 0 18px 18px;
}

.pausanias-section {
  margin-top: 20px;
  padding: 28px;
  border: 1px solid rgba(20, 28, 25, 0.12);
  background: linear-gradient(180deg, rgba(241, 236, 226, 0.95) 0%, rgba(249, 245, 237, 0.98) 100%);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-card);
}

.pausanias-heading {
  display: grid;
  gap: 8px;
}

.pausanias-title {
  margin: 0;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  line-height: 1.1;
}

.pausanias-meta {
  font-family: "Inter", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #55635f;
}

.pausanias-intro {
  max-width: 68ch;
  color: var(--text-muted);
}

.pausanias-drawer {
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(20, 28, 25, 0.14);
}

.pausanias-drawer summary {
  padding: 16px 18px;
}

.pausanias-drawer-content {
  padding: 0 18px 18px;
}

.pausanias-drawer-content .pausanias-panels {
  margin-top: 8px;
}

.pausanias-panels {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pausanias-panel {
  padding: 18px;
  border: 1px solid var(--border-card);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 26px rgba(13, 20, 18, 0.08);
  border-radius: var(--radius-card);
}

.pausanias-panel-label {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rust-iron);
}

.pausanias-panel-subtitle {
  margin: 10px 0 0;
  color: #596663;
  font-size: 0.9rem;
  line-height: 1.45;
}

.pausanias-quote {
  margin: 14px 0 0;
  padding-left: 16px;
  border-left: 3px solid rgba(201, 169, 92, 0.62);
  font-family: "Noto Serif", serif;
  font-size: 0.98rem;
  line-height: 1.72;
  color: #273230;
}

.pausanias-quote-ancient {
  font-size: 1rem;
  line-height: 1.82;
}

.pausanias-notes {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.pausanias-note-card {
  padding: 18px;
  border: 1px solid var(--border-card);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-card);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pausanias-note-card h4 {
  margin: 0 0 8px;
  font-family: "Noto Serif", serif;
  font-size: 1.02rem;
  line-height: 1.2;
  color: #18211f;
}

.pausanias-note-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.travellers-section {
  margin-top: 20px;
  padding: 24px;
  border: 1px solid var(--border-card);
  background: linear-gradient(180deg, rgba(247, 244, 236, 0.96) 0%, rgba(252, 249, 243, 0.9) 100%);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-card);
}

.travellers-heading {
  display: grid;
  gap: 8px;
}

.travellers-title {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.12;
}

.travellers-intro {
  max-width: 62ch;
  color: var(--text-muted);
}

.travellers-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.traveller-card {
  display: flex;
  flex-direction: column;
  align-self: start;
  border: 1px solid var(--border-card);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 26px rgba(13, 20, 18, 0.08);
  border-radius: var(--radius-card);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.traveller-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(13, 20, 18, 0.12);
  border-color: var(--border-card-strong);
}

.traveller-card summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 12px;
  flex: 1;
  min-height: 21rem;
  padding: 20px;
}

.traveller-card summary::-webkit-details-marker {
  display: none;
}

.traveller-meta {
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #55635f;
}

.traveller-name {
  font-family: "Noto Serif", serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.15;
  color: #18211f;
}

.traveller-focus {
  font-family: "Inter", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rust-iron);
}

.traveller-teaser {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.traveller-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1f5f89;
  transition: color 0.2s ease, gap 0.2s ease;
}

.traveller-cta::after {
  content: "+";
  font-size: 1rem;
  line-height: 1;
}

.traveller-card[open] .traveller-cta::after {
  content: "-";
}

.traveller-card:hover .traveller-cta,
.traveller-card:focus-within .traveller-cta {
  color: #17486a;
  gap: 10px;
}

.traveller-drawer {
  padding: 0 20px 20px;
  border-top: 1px solid rgba(21, 31, 28, 0.1);
}

.traveller-context {
  margin-top: 16px;
  color: var(--text-muted);
  font-size: 0.94rem;
}

.traveller-quote {
  margin: 16px 0 0;
  padding-left: 16px;
  border-left: 3px solid rgba(201, 169, 92, 0.62);
  color: #273230;
  font-family: "Noto Serif", serif;
  font-size: 0.98rem;
  line-height: 1.72;
}

.section-label {
  color: #111615;
  display: inline-block;
}

.section-kicker {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 8px;
  padding: 4px 10px;
  background: #111615;
  color: var(--accent-gold);
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.story-media img,
.media-frame {
  width: 100%;
  box-shadow: var(--shadow-deep);
  overflow: hidden;
}

.media-frame {
  background: #0e1415;
}

.story-media-stack {
  display: grid;
  gap: 20px;
}

.gorge-side-gallery {
  display: none;
}

.gorge-side-photo {
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-card);
}

.gorge-side-photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.gorge-side-photo-featured img {
  aspect-ratio: 4 / 6;
}

.official-source-card {
  margin-top: 16px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--border-card);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-card);
}

.official-source-text {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.official-source-link {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 48px;
  padding: 12px 34px 12px 20px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--gorge-green), #236f45);
  color: #f8fbf9;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.official-source-link::after {
  content: "↗";
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 0.9em;
  line-height: 1;
  opacity: 0;
  transform: translateY(calc(-50% + 2px));
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.official-source-link:hover,
.official-source-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.official-source-link:hover::after,
.official-source-link:focus-visible::after {
  opacity: 1;
  transform: translateY(-50%);
}

.media-frame iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.supporting-visual {
  background: rgba(255, 255, 255, 0.82);
  padding: 14px;
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-card);
}

.journey-facts {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.journey-facts article {
  padding: 12px;
  background: rgba(248, 250, 248, 0.88);
  border: 1px solid rgba(17, 27, 24, 0.12);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-card);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.journey-facts h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  color: var(--gorge-green);
}

.journey-facts p {
  margin: 6px 0 0;
  font-size: 0.76rem;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}

.odontotos-btn {
  margin-top: 28px;
}

.supporting-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.supporting-visual figcaption {
  margin-top: 12px;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.scroll-panel {
  position: relative;
  margin: clamp(24px, 4vw, 48px) 0;
}

.scroll-panel-stage {
  position: relative;
  min-height: clamp(420px, 56vw, 760px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background: #0b1111;
  box-shadow: var(--shadow-deep);
  border-radius: 8px;
}

.scroll-panel-media {
  position: absolute;
  inset: 0;
  background-image: var(--panel-image);
  background-size: cover;
  background-position: center;
  transform: none;
  filter: contrast(1.12) saturate(1.18) brightness(1.04);
}

.scroll-panel-gorge-parallax .scroll-panel-media {
  inset: -30% 0;
  background-attachment: scroll;
  background-position: center center;
  transform: translate3d(0, var(--parallax-shift, 0px), 0) scale(1.05);
  will-change: transform;
}

.is-ipados .scroll-panel-gorge-parallax .scroll-panel-media {
  inset: 0;
  background-attachment: scroll;
  will-change: auto;
  transform: none;
  background-position: center var(--parallax-position-y, 50%);
  filter: none;
  opacity: 0;
}

.is-ipados .scroll-panel-gorge-parallax .scroll-panel-stage {
  border-radius: 0;
  background-image: var(--panel-image);
  background-size: cover;
  background-position: center var(--parallax-position-y, 50%);
}

.scroll-panel-gorge-parallax .scroll-panel-stage {
  min-height: clamp(315px, 42vw, 570px);
}

.scroll-panel-vertical-reveal .scroll-panel-media {
  inset: 0;
  transform: none;
  background-position: center var(--parallax-position-y, 50%);
  will-change: background-position;
}

.scroll-panel-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 14, 13, 0.08) 0%, rgba(10, 14, 13, 0.18) 48%, rgba(10, 14, 13, 0.36) 100%);
}

.scroll-panel-quote {
  margin: clamp(32px, 5vw, 56px) 0;
}

.scroll-panel-quote .scroll-panel-stage {
  align-items: center;
  min-height: clamp(360px, 44vw, 560px);
}

.scroll-panel-quote .scroll-panel-stage::after {
  background:
    linear-gradient(90deg, rgba(8, 12, 11, 0.72) 0%, rgba(8, 12, 11, 0.38) 34%, rgba(8, 12, 11, 0.16) 62%, rgba(8, 12, 11, 0.46) 100%),
    linear-gradient(180deg, rgba(8, 12, 11, 0.2) 0%, rgba(8, 12, 11, 0.08) 42%, rgba(8, 12, 11, 0.46) 100%);
}

.scroll-panel-no-gradient .scroll-panel-stage::after {
  background: none;
}

/* Global HDR filter – content images */
.hero-backdrop img,
.story-media img,
.gorge-side-photo img,
.time-card img,
.supporting-visual img,
.gallery img,
.route-image-wrap img {
  filter: contrast(1.12) saturate(1.18) brightness(1.04);
}

.scroll-panel-hdr .scroll-panel-stage::after {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(0,0,0,0) 38%, rgba(0,0,0,0.28) 100%),
    linear-gradient(180deg, rgba(10, 14, 13, 0.08) 0%, rgba(10, 14, 13, 0.18) 48%, rgba(10, 14, 13, 0.36) 100%);
}

.scroll-panel-content,
.image-break-caption {
  position: relative;
  z-index: 1;
}

.scroll-panel-content {
  width: 100%;
  transform: none;
  opacity: 1;
}

.scroll-panel-full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.scroll-panel-spaced-top {
  margin-top: clamp(24px, 4vw, 48px);
}

.image-break-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  max-width: 620px;
  padding: 14px 18px;
  background: rgba(12, 16, 16, 0.3);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  line-height: 1.5;
  backdrop-filter: blur(6px);
  transform: none;
  opacity: 1;
}

.scroll-panel-quote p {
  max-width: 880px;
  margin: 0 auto;
  font-size: clamp(2rem, 3vw, 32px);
  line-height: 1.4;
  font-family: "Noto Serif", serif;
  text-align: left;
  color: #fff;
}

.alt-tone {
  background: linear-gradient(180deg, rgba(240, 232, 214, 0.7) 0%, rgba(248, 244, 236, 0.95) 100%);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.section-heading h2 {
  margin-top: 10px;
}

.routes-section {
  background: linear-gradient(180deg, rgba(240, 234, 220, 0.72) 0%, rgba(248, 245, 237, 0.98) 100%);
}

.gorge-map-section {
  background: #f6f7f3;
  border-top: 1px solid rgba(20, 28, 26, 0.1);
  border-bottom: 1px solid rgba(20, 28, 26, 0.08);
}

.map-heading {
  margin-bottom: 22px;
}

.map-heading p {
  margin-top: 10px;
  color: var(--text-muted);
  max-width: 760px;
}

.gorge-map-embed {
  margin: 0;
  padding: 14px;
  background: #fcfcf9;
  border: 1px solid rgba(20, 28, 26, 0.12);
  box-shadow: var(--shadow-soft);
}

.gorge-map-embed iframe {
  width: 100%;
  height: min(65vh, 520px);
  border: 0;
  display: block;
}

.map-credits {
  margin-top: 10px;
  color: #4f5b58;
  font-size: 0.78rem;
  line-height: 1.5;
}

.map-credits a {
  color: #1f5f89;
  text-underline-offset: 2px;
}

.routes-heading {
  text-align: center;
  margin-bottom: 56px;
}

.routes-divider {
  width: 88px;
  height: 4px;
  margin: 22px auto 0;
  background: linear-gradient(90deg, var(--gorge-green), #9ad0ad);
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.route-card {
  background: #fcfbf8;
  border: 1px solid var(--border-card);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: var(--radius-card);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.route-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(12, 19, 18, 0.14);
}

.route-image-wrap {
  height: clamp(210px, 24vw, 254px);
  overflow: hidden;
}

.route-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.route-card:hover .route-image-wrap img {
  transform: scale(1.06);
}

.route-content {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0;
}

.route-card-eyebrow {
  margin: 0 0 8px;
  font-family: "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rust-iron);
}

.route-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.route-header h3 {
  margin: 0;
  font-size: 1.52rem;
}

.route-level {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.route-level-medium {
  background: #d6e7f0;
  color: #23475f;
}

.route-level-hard {
  background: #f5ddd7;
  color: #7a2a1f;
}

.route-level-easy {
  background: #d5ecd6;
  color: #1f5f2d;
}

.route-content p {
  color: var(--text-muted);
}

.route-subtitle {
  margin: 0 0 10px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #3e4e54;
}

.route-preview {
  margin: 0 0 auto;
  font-size: 0.96rem;
  line-height: 1.62;
}

.route-meta {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(24, 34, 31, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.84rem;
  color: #35413f;
}

.route-more {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #1f5f89;
  transition: color 0.2s ease, gap 0.2s ease;
}

.route-more::after {
  content: "+";
  font-size: 0.98rem;
  line-height: 1;
}

@media (min-width: 901px) {
  .route-grid {
    gap: 28px;
  }

  .route-card {
    border-color: rgba(20, 28, 26, 0.12);
    box-shadow: 0 14px 30px rgba(13, 20, 18, 0.08);
  }

  .route-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 40px rgba(13, 20, 18, 0.14);
  }

  .route-image-wrap {
    height: clamp(220px, 21vw, 238px);
  }

  .route-content {
    padding: 24px;
  }

  .route-header h3 {
    font-size: 1.44rem;
  }

  .route-preview {
    font-size: 0.93rem;
    line-height: 1.58;
  }

  .route-more {
    margin-top: 16px;
  }
}

@media (min-width: 1101px) and (hover: hover) and (pointer: fine) {
  #gorge .story-grid {
    align-items: start;
  }

  #gorge .story-media-stack {
    height: auto;
    min-height: auto;
    display: grid;
  }

  #gorge .gorge-side-gallery {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  #gorge .gorge-side-photo {
    background: rgba(255, 255, 255, 0.82);
    padding: 10px;
  }

  #gorge .gorge-side-photo:last-child {
    flex: none;
    min-height: auto;
  }

  #gorge .gorge-side-photo img {
    aspect-ratio: 4 / 5;
  }

  #gorge .gorge-side-photo-featured img {
    aspect-ratio: 4 / 6;
  }

  #gorge .gorge-side-photo:last-child img {
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }
}

.route-more:hover,
.route-more:focus-visible {
  color: #17486a;
  gap: 10px;
}

.essentials-section {
  background: #f8faf8;
}

.essentials-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}

.essentials-list {
  margin-top: 28px;
  display: grid;
  gap: 16px;
}

.essential-item {
  background: #ffffff;
  border: 1px solid var(--border-card);
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-card);
  padding: 16px 18px;
}

.essential-item h3 {
  margin-bottom: 6px;
  font-size: 1.18rem;
  color: #193432;
}

.essential-item p {
  margin: 0;
  color: var(--text-muted);
}

.essentials-map-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: var(--shadow-deep);
}

.essentials-map-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.essentials-map-card figcaption {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(248, 252, 249, 0.88);
  border: 1px solid rgba(19, 33, 29, 0.1);
  padding: 12px 14px;
}

.essentials-map-card figcaption p {
  margin: 0;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #46514f;
}

.essentials-map-card figcaption strong {
  display: block;
  margin-top: 4px;
  font-family: "Noto Serif", serif;
  color: #1a2e2a;
}

.gallery-section {
  background: #e9edf2;
  color: var(--text-main);
}

.gallery-section h2 {
  text-align: left;
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #1b2328;
}

.gallery {
  columns: 3;
  column-gap: 22px;
  margin-top: 26px;
}

.gallery img {
  width: 100%;
  margin-bottom: 22px;
  break-inside: avoid;
  box-shadow: var(--shadow-soft);
  cursor: zoom-in;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(8, 10, 12, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-image {
  max-width: min(1200px, 92vw);
  max-height: 86vh;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}

.lightbox-close {
  position: absolute;
  top: max(18px, env(safe-area-inset-top));
  right: max(18px, env(safe-area-inset-right));
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-nav-prev {
  left: max(18px, env(safe-area-inset-left));
}

.lightbox-nav-next {
  right: max(18px, env(safe-area-inset-right));
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: rgba(255, 255, 255, 0.24);
}

.lightbox-nav:hover,
.lightbox-nav:focus-visible {
  background: rgba(255, 255, 255, 0.24);
}

.credits-section {
  padding: 68px 0;
  background: linear-gradient(180deg, rgba(240, 232, 214, 0.62) 0%, rgba(248, 244, 236, 0.95) 100%);
  border-top: 1px solid rgba(17, 22, 21, 0.08);
  border-bottom: 1px solid rgba(17, 22, 21, 0.08);
}

.credits-section .section-title {
  color: #18211f;
  font-size: clamp(1.9rem, 3.6vw, 2.6rem);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.credits-section .section-subtitle {
  color: var(--text-muted);
  margin-bottom: 34px;
  max-width: 760px;
}

.credits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.credit-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
  padding: 20px;
  position: relative;
  border: 1px solid var(--border-card);
  background: #f7f2e7;
  box-shadow: var(--shadow-soft);
  border-radius: var(--radius-card);
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.credit-card::after {
  content: "↗";
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 0.9rem;
  line-height: 1;
  color: #1f5f89;
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.credit-card span {
  color: #18211f;
  font-weight: 700;
  margin-bottom: 6px;
}

.credit-card small {
  color: var(--text-muted);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.credit-card:hover,
.credit-card:focus-visible {
  border-color: var(--border-card-strong);
  background: #fbf7ef;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.credit-card:hover::after,
.credit-card:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.credit-card:focus-visible {
  outline: 2px solid rgba(242, 201, 76, 0.45);
  outline-offset: 2px;
}

.footer {
  background: #f2f4f7;
  color: #2c3438;
  padding: 60px 0;
  border-top: 1px solid rgba(25, 36, 42, 0.12);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  justify-items: start;
  text-align: left;
}

.footer-3d-wrap {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.footer-3d-cta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.footer-odontotos-btn,
.footer a.footer-odontotos-btn {
  margin-top: 0;
  min-height: 40px;
  padding: 9px 22px;
  font-size: 0.72rem;
  display: inline-flex;
  width: auto;
  color: #f8fbf9;
}

.footer-whp-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  opacity: 0.82;
  transition: opacity 0.2s ease;
}

.footer-whp-logo:hover {
  opacity: 1;
}

.footer-whp-logo img {
  height: 120px;
  width: auto;
  display: block;
  filter: none;
}

.footer-3d-tagline {
  margin: 4px 0 0;
  align-self: start;
  justify-self: start;
  display: inline-block;
  max-width: 100%;
  user-select: none;
  -webkit-user-select: none;
  font-family: "Noto Serif", serif;
  font-size: clamp(1.57rem, 5.51vw, 3.04rem);
  line-height: 0.95;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  color: #f4f5f7;
  transform: perspective(1000px) rotateX(24deg) rotateZ(-0.8deg);
  transform-origin: left center;
  text-shadow:
    #ffffff 0.006em 0.006em 0.007em,
    #b2b7bc 1px 1px 1px,
    #b2b7bc 1px 2px 1px,
    #b2b7bc 1px 3px 1px,
    rgba(18, 25, 28, 0.16) 1px 8px 7px,
    rgba(18, 25, 28, 0.12) 1px 12px 13px;
  transition: transform 0.28s ease, text-shadow 0.28s ease;
}

.footer a.footer-3d-tagline {
  color: #f4f5f7;
  margin-bottom: 0;
}

.footer-3d-tagline:hover {
  transform: perspective(1000px) rotateX(24deg) rotateZ(-0.8deg) translateY(-6px);
  text-shadow:
    #ffffff 0.006em 0.006em 0.007em,
    #b2b7bc 1px 1px 1px,
    #b2b7bc 1px 2px 1px,
    #b2b7bc 1px 3px 1px,
    rgba(18, 25, 28, 0.2) 1px 12px 11px,
    rgba(18, 25, 28, 0.14) 1px 17px 20px;
}

.footer-3d-subline {
  margin: -5px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 0.94rem;
  line-height: 1.3;
  color: #24353c;
}

.footer-odontotos-btn,
.footer a.footer-odontotos-btn {
  margin-top: 18px;
  min-height: 40px;
  padding: 9px 22px;
  font-size: 0.72rem;
  display: inline-flex;
  width: auto;
  color: #f8fbf9;
}

.footer-title {
  color: #1b2a31;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 14px;
}

.footer p,
.footer a {
  color: rgba(40, 52, 58, 0.8);
  text-decoration: none;
}

.footer a {
  display: block;
  margin-bottom: 10px;
}

.footer-brand p {
  max-width: 420px;
}

.footer-socials {
  margin-top: 16px;
  display: flex;
  gap: 10px;
}

.footer-socials a {
  display: inline-flex;
  margin-bottom: 0;
  padding: 8px 12px;
  border: 1px solid rgba(28, 42, 47, 0.14);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-status-card {
  padding: 14px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(27, 39, 45, 0.14);
}

.footer-temp {
  margin: 0;
  font-family: "Noto Serif", serif;
  font-size: 1.7rem;
  color: #1d3944;
}

.footer-status-card p {
  margin: 0;
  font-size: 0.88rem;
}

.footer-bottom-row {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(28, 42, 47, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.footer p.footer-note-line {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  color: #516068;
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1.5;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: left;
}

.footer .footer-credit-link {
  display: inline;
  margin-bottom: 0;
  font-weight: 700;
  color: #21333b;
  text-decoration: none;
  box-shadow: none;
  transition: color 0.2s ease;
}

.footer .footer-credit-link-studio {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.02em;
}

.footer .footer-credit-link:hover,
.footer .footer-credit-link:focus-visible {
  color: #111716;
  box-shadow: none;
}

.footer-system {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #506069;
}

@media (max-width: 640px) {
  .footer-3d-tagline {
    font-size: clamp(1.28rem, 7.79vw, 2.09rem);
    letter-spacing: 0.04em;
  }
}

.footer-system .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2c8b4c;
  box-shadow: 0 0 0 6px rgba(44, 139, 76, 0.18);
}

@media (min-width: 1101px) {
  .footer {
    padding-top: 48px;
    padding-bottom: 44px;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 56px;
  }

  .footer-links {
    max-width: 560px;
  }

  .footer-3d-wrap {
    justify-items: end;
    text-align: right;
  }

  .footer-3d-tagline {
    font-size: clamp(1.1rem, 3.86vw, 2.13rem);
    justify-self: end;
    transform-origin: right center;
  }

  .footer-3d-subline {
    margin-top: -2px;
  }

  .footer-3d-cta-row {
    margin-top: 12px;
    justify-content: flex-end;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .section {
    padding: 132px 0;
  }

  .section-narrow {
    padding: 72px 0;
  }

  .hero-content {
    max-width: 920px;
  }

  .hero-copy {
    max-width: 860px;
  }

  .hero h1 {
    font-size: clamp(3.6rem, 5.2vw, 5rem);
  }

  .story-copy p,
  .route-content p,
  .official-source-text,
  .supporting-visual figcaption,
  .drawer-summary-preview,
  .drawer-content p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .hero-meta {
    bottom: 42px;
    gap: 18px;
  }

  .story-grid {
    gap: 96px;
  }

  .route-grid {
    gap: 28px;
  }

  .gallery {
    column-gap: 26px;
  }

  .gorge-map-embed iframe {
    height: min(68vh, 620px);
  }

  .footer p.footer-note-line {
    max-width: 1100px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1480px;
    padding-left: 44px;
    padding-right: 44px;
  }

  .hero h1 {
    font-size: clamp(4rem, 4.8vw, 5.6rem);
  }

  .hero-content {
    max-width: 980px;
  }

  .hero-copy {
    max-width: 920px;
  }

  .hero-lead {
    max-width: 760px;
    font-size: 1.2rem;
  }

  .story-grid {
    gap: 108px;
  }

  .route-grid {
    gap: 32px;
  }

  .gallery {
    columns: 4;
    column-gap: 28px;
  }

  .gorge-map-embed iframe {
    height: min(70vh, 700px);
  }
}

@media (hover: none) and (pointer: coarse) {
  html {
    scroll-behavior: auto;
  }

  .scroll-panel-stage {
    height: clamp(320px, 62vh, 560px);
    min-height: 0;
  }

  .scroll-panel-gorge-parallax .scroll-panel-stage {
    height: clamp(240px, 47vh, 420px);
    min-height: 0;
  }

  .scroll-panel-gorge-parallax .scroll-panel-media {
    background-attachment: scroll;
  }

}

@media (min-width: 1200px) and (max-height: 1020px) and (min-aspect-ratio: 8/5) {
  body {
    font-size: 17.5px;
  }

  h2 {
    font-size: clamp(2.05rem, 3vw, 2.7rem);
    line-height: 1.08;
  }

  h3 {
    font-size: clamp(1.28rem, 1.8vw, 1.65rem);
    line-height: 1.2;
  }

  .story-copy p,
  .route-content p,
  .official-source-text,
  .section-subtitle {
    line-height: 1.62;
  }

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

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

  .header-inner {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero {
    min-height: 100svh;
    align-items: flex-end;
    padding-top: 104px;
    padding-bottom: 28px;
  }

  .hero-content {
    max-width: 820px;
    gap: 16px;
  }

  .hero-copy {
    max-width: 800px;
    gap: 14px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 4.2vw, 4.2rem);
    line-height: 1.03;
  }

  .hero-actions {
    gap: 12px;
    padding-left: 0;
  }

  .btn {
    min-height: 48px;
    padding: 12px 24px;
    font-size: 0.76rem;
  }

  .hero-meta {
    bottom: 22px;
  }
}

@media (max-width: 1100px) {
  .route-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer p.footer-note-line {
    white-space: normal;
  }

  .essentials-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-height: 820px) and (min-width: 901px) {
  section[id] {
    scroll-margin-top: 96px;
  }

  .header-inner {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero {
    min-height: 100vh;
    align-items: flex-end;
    padding-top: 96px;
    padding-bottom: 24px;
  }

  .hero-content {
    max-width: 740px;
    gap: 16px;
  }

  .hero-copy {
    gap: 14px;
    padding: 0;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 5vw, 3.6rem);
    line-height: 1.02;
  }

  .hero-lead {
    font-size: 1.02rem;
  }

  .hero-actions {
    gap: 12px;
    padding-left: 0;
  }

  .btn {
    min-height: 48px;
    padding: 12px 24px;
    font-size: 0.76rem;
  }

  .section {
    padding: 96px 0;
  }

}

@media (max-width: 900px) {
  .site-header {
    background: rgba(247, 248, 245, 0.92);
  }

  .header-inner {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-areas:
      "logo toggle lang"
      "nav nav nav";
    align-items: center;
    gap: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .logo {
    grid-area: logo;
  }

  .nav-toggle {
    grid-area: toggle;
    display: inline-flex;
  }

  nav {
    grid-area: nav;
    width: 100%;
    display: none;
  }

  .nav-cta {
    display: none;
  }

  .site-header.is-nav-open nav {
    display: block;
  }

  nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 0 4px;
  }

  nav li {
    width: 100%;
  }

  nav a {
    display: inline-block;
    padding: 8px 0;
  }

  .lang-switcher {
    grid-area: lang;
    justify-self: end;
  }

  .hero {
    height: auto;
    min-height: 100svh;
    text-align: left;
    align-items: flex-start;
    padding-top: calc(110px + env(safe-area-inset-top));
    padding-bottom: calc(28px + env(safe-area-inset-bottom));
    overflow: visible;
  }

  .hero-backdrop img {
    object-position: center 34%;
  }

  .hero-meta {
    position: static;
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 0;
  }

  .hero-content {
    max-width: 100%;
    gap: 16px;
  }

  .hero-copy {
    max-width: 100%;
    padding: 0;
  }

  .hero-lead {
    max-width: 34rem;
  }

  .story-grid,
  .story-grid.reverse {
    grid-template-columns: 1fr;
    gap: 36px;
    direction: ltr;
  }

  .time-flows-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .time-flows-copy {
    max-width: none;
  }

  .time-facts {
    grid-template-columns: 1fr;
  }

  .section-highlights,
  .gorge-highlights {
    grid-template-columns: 1fr;
  }

  .story-copy {
    max-width: none;
  }

  .pausanias-section,
  .travellers-section {
    padding: 22px;
  }

  .experiences-guide {
    margin-top: 30px;
    gap: 14px;
  }

  .story-media-stack {
    gap: 16px;
  }

  .journey-facts {
    grid-template-columns: 1fr;
  }

  .supporting-visual {
    padding: 12px;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(8, 12, 11, 0.28) 0%, rgba(8, 12, 11, 0.18) 38%, rgba(8, 12, 11, 0.52) 100%);
  }

  .gallery {
    columns: 2;
  }

  .scroll-panel-stage {
    min-height: 360px;
  }

  .scroll-panel-quote .scroll-panel-stage {
    min-height: 400px;
  }

  .scroll-panel-quote p {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  body {
    font-size: 17px;
  }

  .section {
    padding: 76px 0;
  }

  .section-narrow {
    padding: 46px 0;
  }

  .logo a {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
  }

  .logo-subtitle {
    font-size: 0.5rem;
    letter-spacing: 0.18em;
  }

  .hero {
    height: auto;
    min-height: 100svh;
    padding-top: calc(124px + env(safe-area-inset-top));
    padding-bottom: calc(22px + env(safe-area-inset-bottom));
    align-items: flex-start;
  }

  .hero h1 {
    font-size: clamp(2.4rem, 12.8vw, 3.35rem);
    line-height: 1.03;
  }

  .hero-copy {
    gap: 14px;
    padding: 0;
  }

  .meta-item strong {
    font-size: 1rem;
    line-height: 1.25;
  }

  .pausanias-section,
  .travellers-section {
    padding: 18px;
  }

  .info-drawer summary,
  .experiences-guide .info-drawer summary,
  .pausanias-drawer summary {
    padding: 14px 16px;
  }

  .drawer-content,
  .experiences-guide .drawer-content,
  .pausanias-drawer-content,
  .traveller-drawer {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }

  .pausanias-panels,
  .pausanias-notes,
  .travellers-grid {
    grid-template-columns: 1fr;
  }

  .pausanias-panel {
    padding: 16px;
  }

  .pausanias-note-card,
  .traveller-card summary {
    padding: 16px;
  }

  .meta-item {
    padding: 12px 14px;
  }

  .eyebrow,
  .section-label,
  .section-kicker,
  nav a,
  .lang-switcher button {
    font-size: 0.72rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions {
    width: 100%;
    padding-left: 0;
  }

  .btn {
    width: 100%;
    min-height: 48px;
    padding: 13px 20px;
  }

  .story-grid,
  .story-grid.reverse {
    gap: 28px;
  }

  .time-card-large img {
    min-height: 280px;
  }

  .story-copy {
    gap: 16px;
  }

  .traveller-card summary,
  .traveller-drawer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .traveller-card summary {
    min-height: auto;
  }

  .experiences-guide {
    margin-top: 24px;
    gap: 12px;
  }

  .experiences-guide-title {
    margin-bottom: 10px;
    font-size: clamp(1.25rem, 6.1vw, 1.6rem);
  }

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

  .supporting-visual figcaption {
    font-size: 0.88rem;
  }

  .image-break-caption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 12px 14px;
    font-size: 0.92rem;
    line-height: 1.4;
  }

  .scroll-panel-stage {
    min-height: 320px;
  }

  .scroll-panel-quote .scroll-panel-stage {
    min-height: 340px;
  }

  .scroll-panel-quote p {
    font-size: clamp(1.5rem, 8vw, 2rem);
    line-height: 1.32;
  }

  .route-content {
    padding: 20px 18px;
  }

  .credits-section {
    padding: 54px 0;
  }

  .credits-grid {
    gap: 14px;
  }

  .footer {
    padding: 48px 0;
  }

  .footer p.footer-note-line {
    font-size: 0.82rem;
    white-space: normal;
  }

  .gallery {
    columns: 1;
  }

  .gorge-map-embed iframe {
    height: min(52vh, 360px);
  }

  .lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 1.7rem;
  }

  .route-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 420px) {
  section[id] {
    scroll-margin-top: 96px;
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .logo {
    min-width: 0;
  }

  .logo a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lang-switcher {
    gap: 4px;
  }

  .nav-toggle {
    width: 38px;
    height: 38px;
  }

  .logo a {
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .logo-subtitle {
    font-size: 0.46rem;
    letter-spacing: 0.14em;
  }

  nav ul {
    gap: 10px;
  }

  nav a,
  .lang-switcher button,
  .section-label,
  .section-kicker,
  .eyebrow,
  .footer-title {
    font-size: 0.68rem;
  }

  .hero {
    height: auto;
    min-height: 100dvh;
    padding-top: calc(116px + env(safe-area-inset-top));
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
  }

  .hero-content {
    gap: 14px;
  }

  .hero-backdrop img {
    object-position: center 30%;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 11.2vw, 2.8rem);
    line-height: 1.02;
  }

  .hero-lead {
    font-size: 0.96rem;
  }

  .hero-actions {
    gap: 10px;
  }

  .btn {
    min-height: 46px;
    padding: 12px 16px;
    font-size: 0.7rem;
    letter-spacing: 0.07em;
  }

  .section {
    padding: 68px 0;
  }

  .section-narrow {
    padding: 40px 0;
  }

  .story-grid,
  .story-grid.reverse {
    gap: 24px;
  }

  .time-flows-grid {
    gap: 22px;
  }

  .time-card img {
    min-height: 180px;
  }

  .time-card-large img {
    min-height: 240px;
  }

  .story-copy {
    gap: 14px;
  }

  .experiences-guide {
    margin-top: 20px;
    gap: 10px;
  }

  .experiences-guide-title {
    margin-bottom: 8px;
    font-size: clamp(1.15rem, 6.6vw, 1.35rem);
  }

  .supporting-visual {
    padding: 10px;
  }

  .supporting-visual figcaption {
    margin-top: 10px;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .image-break-caption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
    padding: 10px 12px;
    font-size: 0.84rem;
    line-height: 1.35;
  }

  .scroll-panel-stage {
    min-height: 280px;
  }

  .scroll-panel-quote .scroll-panel-stage {
    min-height: 300px;
  }

  .scroll-panel-quote p {
    font-size: clamp(1.3rem, 7vw, 1.7rem);
  }

  .route-content {
    padding: 18px 16px;
  }

  .credits-section {
    padding: 48px 0;
  }

  .credit-card {
    min-height: 108px;
    padding: 16px;
  }

  .footer {
    padding: 40px 0;
  }

  .footer p.footer-note-line {
    font-size: 0.8rem;
  }

  .footer-system {
    font-size: 0.64rem;
  }
}

@media (max-width: 430px) and (max-height: 760px) {
  .hero {
    padding-top: calc(106px + env(safe-area-inset-top));
    padding-bottom: calc(14px + env(safe-area-inset-bottom));
  }

  .hero h1 {
    font-size: clamp(1.95rem, 10.8vw, 2.55rem);
    line-height: 1;
  }

  .hero-copy {
    gap: 10px;
  }

  .hero-actions {
    gap: 8px;
  }

  .btn {
    min-height: 44px;
    padding: 11px 14px;
    font-size: 0.66rem;
  }

  .hero-meta {
    margin-top: 12px;
    gap: 8px;
  }

  .meta-item {
    padding: 10px 12px;
  }

  .meta-item p {
    font-size: 0.58rem;
  }

  .meta-item strong {
    margin-top: 4px;
    font-size: 0.92rem;
    line-height: 1.2;
  }
}

@media (max-width: 900px) and (orientation: landscape) and (max-height: 500px) {
  .hero {
    min-height: auto;
    padding-top: calc(92px + env(safe-area-inset-top));
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
  }

  .hero-content {
    gap: 10px;
  }

  .hero h1 {
    font-size: clamp(1.8rem, 4.8vw, 2.5rem);
  }

  .hero-actions {
    gap: 8px;
  }

  .btn {
    width: auto;
    min-height: 40px;
    padding: 10px 14px;
    font-size: 0.62rem;
  }

  .hero-meta {
    margin-top: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .meta-item {
    padding: 10px 12px;
  }

  .meta-item strong {
    font-size: 0.92rem;
  }
}

@media (max-width: 380px) and (min-height: 640px) and (max-height: 760px) and (orientation: portrait) {
  .hero {
    padding-top: calc(102px + env(safe-area-inset-top));
  }

  .hero-backdrop img {
    object-position: center 28%;
  }

  .hero h1 {
    font-size: clamp(1.95rem, 10.6vw, 2.45rem);
  }

  .hero-meta {
    margin-top: 10px;
  }
}

@media (min-width: 381px) and (max-width: 409px) and (min-height: 780px) and (orientation: portrait) {
  .hero {
    padding-top: calc(112px + env(safe-area-inset-top));
    padding-bottom: calc(18px + env(safe-area-inset-bottom));
  }

  .hero-backdrop img {
    object-position: center 36%;
  }

  .hero h1 {
    font-size: clamp(2.15rem, 9.9vw, 2.95rem);
  }
}

@media (min-width: 428px) and (max-width: 430px) and (min-height: 900px) and (orientation: portrait) {
  .hero {
    padding-top: calc(118px + env(safe-area-inset-top));
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
  }

  .hero-backdrop img {
    object-position: center 40%;
  }

  .hero h1 {
    font-size: clamp(2.28rem, 9.4vw, 3.08rem);
  }

  .hero-meta {
    gap: 9px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  body {
    font-size: 16.5px;
    overflow-x: clip;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding: 92px 0;
  }

  .logo a {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    white-space: normal;
    line-height: 1.2;
    max-width: min(64vw, 360px);
  }

  .header-inner {
    gap: 10px;
  }

  nav a,
  .lang-switcher button,
  .eyebrow,
  .section-label,
  .section-kicker {
    font-size: 0.69rem;
  }

  .hero-copy {
    gap: 16px;
  }

  .hero-lead {
    max-width: 36rem;
    font-size: 1.02rem;
    line-height: 1.58;
  }

  .hero {
    padding-top: calc(104px + env(safe-area-inset-top));
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
  }

  .hero h1 {
    font-size: clamp(2.35rem, 5.8vw, 3.25rem);
    line-height: 1.03;
  }

  .hero-meta {
    margin-top: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .time-facts,
  .journey-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .story-copy p,
  .route-content p,
  .official-source-text,
  .drawer-summary-preview,
  .drawer-content p,
  .supporting-visual figcaption {
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .section-highlights,
  .gorge-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  body {
    font-size: 17px;
  }

  .container {
    max-width: 1080px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .section {
    padding: 104px 0;
  }

  .header-inner {
    gap: 12px;
  }

  .logo a {
    font-size: 0.76rem;
    letter-spacing: 0.09em;
    white-space: normal;
    max-width: 260px;
  }

  nav ul {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  nav a {
    font-size: 0.72rem;
  }

  .nav-cta {
    min-height: 40px;
    padding: 10px 14px;
    font-size: 0.64rem;
  }

  .lang-switcher {
    gap: 6px;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 5.2vw, 3.75rem);
  }

  .hero-copy {
    gap: 16px;
  }

  .hero-lead {
    max-width: 38rem;
    font-size: 1.04rem;
    line-height: 1.62;
  }

  .hero-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-copy p,
  .route-content p,
  .official-source-text,
  .drawer-summary-preview,
  .drawer-content p,
  .supporting-visual figcaption {
    font-size: 0.97rem;
    line-height: 1.66;
  }

  .gallery {
    columns: 2;
    column-gap: 20px;
  }

  .image-break-caption {
    max-width: 540px;
  }
}

@media (min-width: 901px) and (max-height: 900px) {
  .hero {
    min-height: 100svh;
  }

  .hero-meta {
    bottom: 22px;
  }

}