/* KAZAKHSTAN: THE GREAT JOURNEY
   Local project module shared by the home feature and the dedicated project page. */

.great-journey-feature {
  position: relative;
  min-height: 880px;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background: #06111c;
}

.great-journey-feature-media,
.great-journey-feature-overlay,
.great-journey-feature-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.great-journey-feature-media {
  z-index: -4;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.great-journey-feature-overlay {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(3, 14, 24, 0.98) 0%, rgba(3, 14, 24, 0.88) 42%, rgba(3, 14, 24, 0.43) 73%, rgba(3, 14, 24, 0.72) 100%),
    linear-gradient(0deg, rgba(3, 12, 21, 0.98) 0%, rgba(3, 12, 21, 0.08) 54%, rgba(3, 12, 21, 0.62) 100%);
}

.great-journey-feature-grid {
  z-index: -2;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: linear-gradient(90deg, black, transparent 60%);
}

.great-journey-feature::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 4vw;
  width: min(620px, 42vw);
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--champagne), transparent);
}

.great-journey-feature::after {
  position: absolute;
  z-index: -1;
  right: 7vw;
  bottom: 118px;
  width: 220px;
  height: 220px;
  content: "";
  border: 1px solid rgba(216, 189, 131, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(216, 189, 131, 0.025),
    0 0 0 72px rgba(216, 189, 131, 0.018);
}

.great-journey-feature-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  align-items: center;
  gap: clamp(56px, 6vw, 112px);
  min-height: 880px;
  padding: 112px 0 138px;
}

.great-journey-project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 820;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.great-journey-project-meta span:first-child {
  color: var(--champagne);
}

.great-journey-eyebrow {
  margin: 0 0 25px;
  color: var(--champagne);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.great-journey-feature h2 {
  max-width: 830px;
  margin: 0;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.great-journey-feature h2 span,
.great-journey-feature h2 strong {
  display: block;
}

.great-journey-feature h2 span {
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(33px, 3.6vw, 59px);
  font-weight: 540;
}

.great-journey-feature h2 strong {
  margin-top: 8px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6vw, 98px);
  font-weight: 700;
}

.great-journey-feature-subtitle {
  max-width: 680px;
  margin: 32px 0 0;
  color: var(--champagne);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.55vw, 25px);
  line-height: 1.42;
}

.great-journey-feature-lead {
  max-width: 670px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.75;
}

.great-journey-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 38px;
}

.great-journey-button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(6, 17, 28, 0.28);
  backdrop-filter: blur(10px);
}

.great-journey-button-ghost:hover {
  border-color: var(--champagne);
  background: rgba(6, 17, 28, 0.62);
}

.great-journey-feature-book {
  position: relative;
  margin: 65px 0 0;
  border: 1px solid rgba(216, 189, 131, 0.26);
  background: rgba(5, 16, 27, 0.54);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.34);
  transform: translateY(12px);
}

.great-journey-feature-book::before {
  position: absolute;
  z-index: 1;
  inset: 18px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.great-journey-feature-book img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  opacity: 0.94;
}

.great-journey-feature-book figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  min-height: 76px;
  padding: 17px 22px;
  border-top: 1px solid rgba(216, 189, 131, 0.2);
  background: rgba(4, 18, 31, 0.92);
}

.great-journey-feature-book figcaption span {
  color: var(--champagne);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.great-journey-feature-book figcaption strong {
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-align: right;
  text-transform: uppercase;
}

.great-journey-feature-foot {
  position: absolute;
  right: 4vw;
  bottom: 0;
  left: 4vw;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  min-height: 70px;
  align-items: center;
  color: rgba(255, 255, 255, 0.38);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

/* Dedicated project page */

.journey-page {
  color: var(--ink);
  background: var(--white);
}

.journey-hero {
  position: relative;
  min-height: 920px;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background: #06111c;
}

.journey-hero-media,
.journey-hero-overlay,
.journey-hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.journey-hero-media {
  z-index: -4;
  object-fit: cover;
  object-position: center;
}

.journey-hero-overlay {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(3, 14, 24, 0.98) 0%, rgba(3, 14, 24, 0.75) 50%, rgba(3, 14, 24, 0.18) 80%),
    linear-gradient(0deg, rgba(3, 12, 21, 0.98) 0%, transparent 52%, rgba(3, 12, 21, 0.56) 100%);
}

.journey-hero-grid {
  z-index: -2;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 100px 100px;
  mask-image: linear-gradient(90deg, black, transparent 68%);
}

.journey-hero-inner {
  display: flex;
  min-height: 920px;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--header-total) + 90px) 0 118px;
}

.journey-hero-copy {
  max-width: 1080px;
}

.journey-hero-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-bottom: 38px;
  color: var(--champagne);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.journey-hero-status span:last-child {
  color: rgba(255, 255, 255, 0.46);
}

.journey-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(66px, 8vw, 126px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.83;
}

.journey-hero h1 span {
  display: block;
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.62);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 0.49em;
  font-weight: 530;
}

.journey-hero-subtitle {
  max-width: 760px;
  margin: 34px 0 0;
  color: var(--champagne);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.4;
}

.journey-hero-lead {
  max-width: 690px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
  line-height: 1.75;
}

.journey-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.journey-hero-index {
  position: absolute;
  right: 4vw;
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 17px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.journey-hero-index::before {
  width: 72px;
  height: 1px;
  content: "";
  background: var(--champagne);
}

.journey-section {
  padding: 125px 0;
}

.journey-section-dark {
  color: var(--white);
  background: #061522;
}

.journey-section-soft {
  background: #eef2f3;
}

.journey-section-warm {
  background: var(--paper-warm);
}

.journey-section-heading {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(50px, 7vw, 112px);
  align-items: start;
}

.journey-section-heading h2 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 680;
  letter-spacing: -0.052em;
  line-height: 1.02;
}

.journey-section-heading p:not(.overline) {
  max-width: 760px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.journey-section-dark .journey-section-heading p:not(.overline) {
  color: rgba(255, 255, 255, 0.59);
}

.journey-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.92fr);
  gap: clamp(50px, 7vw, 112px);
  align-items: center;
}

.journey-overview-copy h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(46px, 5.2vw, 82px);
  font-weight: 680;
  letter-spacing: -0.055em;
  line-height: 1;
}

.journey-overview-copy > p:not(.overline) {
  max-width: 720px;
  margin: 30px 0 0;
  color: #4c5b67;
  font-size: 18px;
  line-height: 1.75;
}

.journey-overview-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.journey-overview-principles article {
  min-height: 118px;
  padding: 23px 20px 22px 0;
}

.journey-overview-principles article + article {
  padding-left: 20px;
  border-left: 1px solid var(--line);
}

.journey-overview-principles strong {
  display: block;
  color: var(--navy);
  font-size: 12px;
  line-height: 1.45;
}

.journey-overview-principles span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.journey-book-visual {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  background: #081522;
  box-shadow: var(--shadow);
}

.journey-book-visual::after {
  position: absolute;
  inset: 16px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(216, 189, 131, 0.34);
}

.journey-book-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.journey-book-visual figcaption {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  align-items: center;
  padding: 15px 20px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-top: 1px solid rgba(216, 189, 131, 0.2);
}

.journey-book-visual figcaption span:first-child {
  color: var(--champagne);
}

.journey-gallery-shell {
  margin-top: 68px;
}

.journey-gallery {
  display: flex;
  gap: 18px;
  padding: 0 0 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y pinch-zoom;
}

.journey-gallery::-webkit-scrollbar {
  display: none;
}

.journey-gallery.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.journey-gallery-slide {
  position: relative;
  flex: 0 0 min(1120px, calc(100vw - 13vw));
  min-height: 650px;
  overflow: hidden;
  scroll-snap-align: center;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #07111b;
}

.journey-gallery-slide > img,
.journey-gallery-slide::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.journey-gallery-slide > img {
  z-index: -2;
  object-fit: cover;
  transition: transform 1s var(--ease);
}

.journey-gallery-slide::after {
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 14, 24, 0.97) 0%, rgba(3, 14, 24, 0.75) 44%, rgba(3, 14, 24, 0.13) 78%),
    linear-gradient(0deg, rgba(3, 14, 24, 0.86), transparent 48%);
}

.journey-gallery-slide.is-active > img {
  transform: scale(1.02);
}

.journey-gallery-content {
  display: flex;
  width: min(590px, 60%);
  min-height: 650px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 58px;
}

.journey-gallery-category {
  margin: 0 0 18px;
  color: var(--champagne);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.journey-gallery-content h3 {
  max-width: 590px;
  margin: 0;
  font-size: clamp(40px, 4vw, 66px);
  font-weight: 650;
  letter-spacing: -0.05em;
  line-height: 1;
}

.journey-gallery-region {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.journey-gallery-description {
  max-width: 570px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.65;
}

.journey-gallery-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 27px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.journey-gallery-data span {
  min-height: 74px;
  padding: 16px 14px 13px 0;
}

.journey-gallery-data span + span {
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.journey-gallery-data small,
.journey-gallery-data strong {
  display: block;
}

.journey-gallery-data small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.journey-gallery-data strong {
  margin-top: 7px;
  color: var(--white);
  font-size: 12px;
  font-weight: 680;
  line-height: 1.4;
}

.journey-gallery-detail {
  width: max-content;
  max-width: 100%;
  margin-top: 22px;
  padding-bottom: 5px;
  color: var(--champagne);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(216, 189, 131, 0.56);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.journey-gallery-detail:hover,
.journey-gallery-detail:focus-visible {
  color: var(--white);
  border-color: var(--white);
}

.journey-gallery-controls {
  display: grid;
  grid-template-columns: auto minmax(160px, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 24px;
}

.journey-gallery-count {
  min-width: 86px;
  color: rgba(255, 255, 255, 0.52);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

.journey-gallery-count strong {
  color: var(--champagne);
  font-size: 30px;
  font-weight: 600;
}

.journey-gallery-progress {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.17);
}

.journey-gallery-progress span {
  display: block;
  width: 16.666%;
  height: 100%;
  background: var(--champagne);
  transform: translateX(0);
  transition: transform 0.45s var(--ease);
}

.journey-gallery-buttons {
  display: flex;
  gap: 8px;
}

.journey-gallery-button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--white);
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.journey-gallery-button:hover,
.journey-gallery-button:focus-visible {
  color: var(--navy);
  border-color: var(--champagne);
  background: var(--champagne);
}

.journey-pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 66px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.journey-pillar {
  min-height: 280px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.54);
  transition: transform 0.35s var(--ease), background 0.35s ease, box-shadow 0.35s ease;
}

.journey-pillar:hover {
  z-index: 1;
  background: var(--white);
  box-shadow: 0 25px 60px rgba(7, 26, 45, 0.1);
  transform: translateY(-6px);
}

.journey-pillar-mark {
  position: relative;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin-bottom: 52px;
  color: var(--gold);
  border: 1px solid rgba(184, 148, 78, 0.5);
}

.journey-pillar-mark::before,
.journey-pillar-mark::after {
  position: absolute;
  content: "";
  background: var(--gold);
}

.journey-pillar-mark::before {
  width: 22px;
  height: 1px;
}

.journey-pillar-mark::after {
  width: 1px;
  height: 22px;
}

.journey-pillar h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.journey-pillar p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.journey-standard {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(540px, 1.08fr);
  gap: clamp(56px, 8vw, 126px);
  align-items: center;
}

.journey-standard h2 {
  margin: 0;
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 680;
  letter-spacing: -0.052em;
  line-height: 1.02;
}

.journey-standard > div:first-child > p:not(.overline) {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.59);
  font-size: 16px;
  line-height: 1.75;
}

.journey-standard-list {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.journey-standard-list article {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 105px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.journey-standard-list span {
  color: var(--champagne);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.journey-standard-list strong {
  display: block;
  font-size: 17px;
  font-weight: 620;
}

.journey-standard-list small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  line-height: 1.55;
}

.journey-geography {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.7fr);
  gap: clamp(50px, 7vw, 100px);
  align-items: center;
  margin-top: 65px;
}

.journey-map {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 48% 52%, rgba(184, 148, 78, 0.14), transparent 45%),
    #071a2d;
  border: 1px solid rgba(184, 148, 78, 0.25);
}

.journey-map::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px);
  background-size: 56px 56px;
}

.journey-map svg {
  position: absolute;
  inset: 6% 5%;
  width: 90%;
  height: 88%;
}

.journey-map-outline {
  fill: rgba(216, 189, 131, 0.045);
  stroke: rgba(216, 189, 131, 0.78);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.journey-map-route {
  fill: none;
  stroke: rgba(255, 255, 255, 0.42);
  stroke-width: 2;
  stroke-dasharray: 8 9;
  vector-effect: non-scaling-stroke;
}

.journey-map-node {
  fill: var(--champagne);
  stroke: #071a2d;
  stroke-width: 5;
  vector-effect: non-scaling-stroke;
}

.journey-region-button {
  position: absolute;
  z-index: 2;
  padding: 7px 9px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 26, 45, 0.76);
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.journey-region-button:hover,
.journey-region-button:focus-visible,
.journey-region-button.is-active {
  color: var(--navy);
  border-color: var(--champagne);
  background: var(--champagne);
}

.journey-region-button[data-region="west"] { left: 9%; top: 48%; }
.journey-region-button[data-region="north"] { left: 42%; top: 17%; }
.journey-region-button[data-region="central"] { left: 43%; top: 49%; }
.journey-region-button[data-region="east"] { right: 7%; top: 42%; }
.journey-region-button[data-region="south"] { left: 40%; bottom: 13%; }

.journey-region-panel {
  min-height: 370px;
  padding-left: 44px;
  border-left: 1px solid var(--line);
}

.journey-region-panel > span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.journey-region-panel h3 {
  margin: 22px 0 0;
  font-size: clamp(32px, 3vw, 48px);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.journey-region-panel p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.journey-region-list {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.journey-region-list li {
  display: grid;
  grid-template-columns: 8px 1fr;
  gap: 13px;
  align-items: center;
  color: #465563;
  font-size: 12px;
}

.journey-region-list li::before {
  width: 6px;
  height: 6px;
  content: "";
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.journey-participation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.85fr);
  gap: clamp(58px, 8vw, 130px);
  align-items: start;
}

.journey-participation h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(44px, 5vw, 76px);
  letter-spacing: -0.052em;
  line-height: 1.02;
}

.journey-participation-lead {
  max-width: 750px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.72;
}

.journey-participation-note {
  margin: 31px 0 0;
  padding: 20px 0 0 24px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.65;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 1px solid var(--champagne);
}

.journey-participant-types {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.journey-participant-types article {
  min-height: 108px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.journey-participant-types span {
  display: block;
  color: var(--champagne);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.journey-participant-types strong {
  display: block;
  margin-top: 9px;
  font-size: 18px;
  font-weight: 600;
}

.journey-stages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 68px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.journey-stage {
  position: relative;
  min-height: 210px;
  padding: 31px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.journey-stage::before {
  display: block;
  width: 38px;
  height: 2px;
  margin-bottom: 48px;
  content: "";
  background: var(--gold);
}

.journey-stage span {
  position: absolute;
  top: 27px;
  right: 28px;
  color: rgba(7, 26, 45, 0.25);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.journey-stage h3 {
  margin: 0;
  font-size: 19px;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.journey-stage p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.journey-cta {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #18334b;
}

.journey-cta::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  content: "";
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 54px 54px;
}

.journey-cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 80px;
  padding: 86px 0;
}

.journey-cta h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(41px, 4.5vw, 70px);
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.journey-cta p:not(.overline) {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 1120px) {
  .great-journey-feature-inner,
  .journey-overview,
  .journey-standard,
  .journey-participation {
    grid-template-columns: 1fr;
  }

  .great-journey-feature {
    min-height: auto;
  }

  .great-journey-feature-inner {
    min-height: auto;
    padding-top: 105px;
    padding-bottom: 150px;
  }

  .great-journey-feature-copy {
    max-width: 800px;
  }

  .great-journey-feature-book {
    width: min(760px, 86%);
    margin-top: 0;
    justify-self: end;
  }

  .journey-overview-copy {
    max-width: 900px;
  }

  .journey-book-visual {
    width: min(780px, 88%);
    justify-self: end;
  }

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

  .journey-standard-list {
    max-width: 900px;
  }

  .journey-participant-types {
    max-width: 820px;
  }
}

@media (max-width: 940px) {
  .journey-hero {
    min-height: 850px;
  }

  .journey-hero-inner {
    min-height: 850px;
    padding-top: calc(var(--header-total) + 70px);
  }

  .journey-section {
    padding: 100px 0;
  }

  .journey-section-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .journey-section-heading .overline {
    margin-bottom: 0;
  }

  .journey-gallery-slide {
    flex-basis: calc(100vw - 10vw);
    min-height: 590px;
  }

  .journey-gallery-content {
    width: 70%;
    min-height: 590px;
    padding: 46px;
  }

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

  .journey-region-panel {
    min-height: 0;
    padding: 36px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

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

  .journey-cta-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
  }
}

@media (max-width: 640px) {
  .great-journey-feature::after {
    display: none;
  }

  .great-journey-feature-media {
    object-position: 63% center;
  }

  .great-journey-feature-overlay {
    background:
      linear-gradient(90deg, rgba(3, 14, 24, 0.97), rgba(3, 14, 24, 0.48)),
      linear-gradient(0deg, rgba(3, 12, 21, 0.99) 0%, rgba(3, 12, 21, 0.35) 64%, rgba(3, 12, 21, 0.55) 100%);
  }

  .great-journey-feature-inner {
    gap: 52px;
    padding: 80px 0 118px;
  }

  .great-journey-project-meta {
    display: grid;
    gap: 8px;
    margin-bottom: 28px;
  }

  .great-journey-eyebrow {
    margin-bottom: 18px;
    font-size: 8px;
    line-height: 1.6;
  }

  .great-journey-feature h2 span {
    font-size: 29px;
  }

  .great-journey-feature h2 strong {
    margin-top: 7px;
    font-size: clamp(52px, 16.3vw, 69px);
    line-height: 0.86;
  }

  .great-journey-feature-subtitle {
    margin-top: 25px;
    font-size: 18px;
  }

  .great-journey-feature-lead {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.68;
  }

  .great-journey-feature-actions {
    display: grid;
    margin-top: 30px;
  }

  .great-journey-feature-book {
    width: 100%;
    justify-self: stretch;
  }

  .great-journey-feature-book figcaption {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    min-height: 74px;
    padding: 15px 17px;
  }

  .great-journey-feature-book figcaption strong {
    text-align: left;
  }

  .great-journey-feature-foot {
    right: 18px;
    left: 18px;
    justify-content: flex-start;
  }

  .great-journey-feature-foot span:first-child {
    display: none;
  }

  .journey-hero {
    min-height: 780px;
  }

  .journey-hero-media {
    object-position: 65% center;
  }

  .journey-hero-overlay {
    background:
      linear-gradient(90deg, rgba(3, 14, 24, 0.96), rgba(3, 14, 24, 0.42)),
      linear-gradient(0deg, rgba(3, 12, 21, 0.98), transparent 65%);
  }

  .journey-hero-inner {
    min-height: 780px;
    padding: calc(var(--header-total) + 54px) 0 80px;
  }

  .journey-hero-status {
    display: grid;
    gap: 7px;
    margin-bottom: 30px;
    font-size: 7px;
  }

  .journey-hero h1 {
    font-size: clamp(57px, 18.4vw, 77px);
  }

  .journey-hero-subtitle {
    margin-top: 28px;
    font-size: 19px;
  }

  .journey-hero-lead {
    margin-top: 21px;
    font-size: 13px;
    line-height: 1.65;
  }

  .journey-hero-actions {
    display: grid;
    margin-top: 30px;
  }

  .journey-hero-index {
    display: none;
  }

  .journey-section {
    padding: 76px 0;
  }

  .journey-section-heading h2,
  .journey-overview-copy h2,
  .journey-standard h2,
  .journey-participation h2 {
    font-size: 39px;
  }

  .journey-section-heading p:not(.overline),
  .journey-overview-copy > p:not(.overline) {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.68;
  }

  .journey-overview {
    gap: 48px;
  }

  .journey-overview-principles {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .journey-overview-principles article {
    min-height: 0;
    padding: 18px 0;
  }

  .journey-overview-principles article + article {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .journey-book-visual {
    width: 100%;
  }

  .journey-book-visual figcaption {
    display: grid;
    gap: 5px;
  }

  .journey-gallery-shell {
    margin-top: 42px;
  }

  .journey-gallery {
    gap: 12px;
    margin-right: -18px;
    margin-left: -18px;
    padding: 0 18px 14px;
  }

  .journey-gallery-slide {
    flex-basis: calc(100vw - 36px);
    min-height: 520px;
  }

  .journey-gallery-slide::after {
    background:
      linear-gradient(0deg, rgba(3, 14, 24, 0.98) 0%, rgba(3, 14, 24, 0.72) 55%, rgba(3, 14, 24, 0.16) 100%);
  }

  .journey-gallery-content {
    width: 100%;
    min-height: 520px;
    padding: 29px 22px;
  }

  .journey-gallery-category {
    margin-bottom: 12px;
    font-size: 7px;
  }

  .journey-gallery-content h3 {
    font-size: 35px;
  }

  .journey-gallery-region {
    margin-top: 12px;
    font-size: 8px;
  }

  .journey-gallery-description {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.5;
  }

  .journey-gallery-data {
    margin-top: 18px;
  }

  .journey-gallery-data span {
    min-height: 65px;
    padding: 12px 7px 10px 0;
  }

  .journey-gallery-data span + span {
    padding-left: 7px;
  }

  .journey-gallery-data strong {
    font-size: 10px;
  }

  .journey-gallery-detail {
    margin-top: 15px;
    font-size: 7px;
  }

  .journey-gallery-controls {
    grid-template-columns: auto 1fr;
    gap: 16px;
  }

  .journey-gallery-progress {
    grid-column: 2;
  }

  .journey-gallery-buttons {
    display: none;
  }

  .journey-pillar-grid {
    grid-template-columns: 1fr;
    margin-top: 46px;
  }

  .journey-pillar {
    min-height: 0;
    padding: 26px;
  }

  .journey-pillar-mark {
    margin-bottom: 30px;
  }

  .journey-map {
    min-height: 380px;
  }

  .journey-region-button {
    padding: 5px 6px;
    font-size: 5.5px;
  }

  .journey-region-panel {
    padding-top: 28px;
  }

  .journey-standard {
    gap: 48px;
  }

  .journey-standard-list article {
    grid-template-columns: 56px 1fr;
    gap: 15px;
    min-height: 95px;
  }

  .journey-standard-list span {
    font-size: 20px;
  }

  .journey-participation {
    gap: 48px;
  }

  .journey-participation-lead {
    font-size: 14px;
  }

  .journey-stages {
    grid-template-columns: 1fr;
    margin-top: 46px;
  }

  .journey-stage {
    min-height: 0;
    padding: 27px;
  }

  .journey-stage::before {
    margin-bottom: 32px;
  }

  .journey-cta-inner {
    padding: 68px 0;
  }

  .journey-cta h2 {
    font-size: 39px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey-gallery {
    scroll-behavior: auto;
  }

  .great-journey-feature-book,
  .journey-gallery-slide > img {
    transform: none;
  }
}

/* Editorial presentation system v2
   The book is rendered as a controlled interface object. Generated photography
   is used only as artwork and landscape context; all identity and typography
   remain sharp, responsive HTML/CSS. */

html,
body {
  overflow-x: clip;
}

.great-journey-feature {
  min-height: 900px;
  background: #06111c;
}

.great-journey-feature-media {
  object-position: center;
  filter: saturate(0.88) contrast(1.04);
  transform: scale(1.025);
  transition: transform 12s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.great-journey-feature.is-journey-active .great-journey-feature-media {
  transform: scale(1);
}

.great-journey-feature-overlay {
  background:
    linear-gradient(90deg, rgba(3, 14, 24, 0.99) 0%, rgba(3, 14, 24, 0.93) 34%, rgba(3, 14, 24, 0.58) 59%, rgba(3, 14, 24, 0.23) 100%),
    linear-gradient(0deg, rgba(3, 12, 21, 0.98) 0%, rgba(3, 12, 21, 0.08) 48%, rgba(3, 12, 21, 0.54) 100%);
}

.great-journey-feature-grid {
  opacity: 0.12;
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.48) 47%, transparent 78%);
}

.great-journey-route-trace {
  position: absolute;
  z-index: -1;
  right: -4vw;
  bottom: 80px;
  width: min(54vw, 910px);
  height: auto;
  overflow: visible;
  opacity: 0.36;
  filter: drop-shadow(0 0 12px rgba(216, 189, 131, 0.18));
  pointer-events: none;
}

.great-journey-route-trace path {
  fill: none;
  stroke: rgba(239, 211, 151, 0.76);
  stroke-width: 1.3;
  stroke-dasharray: 9 8;
  stroke-dashoffset: 420;
  transition: stroke-dashoffset 3.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.great-journey-route-trace circle {
  fill: #e4c878;
  stroke: rgba(5, 19, 30, 0.92);
  stroke-width: 3;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0);
  transition: opacity 0.45s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.great-journey-feature.is-journey-active .great-journey-route-trace path {
  stroke-dashoffset: 0;
}

.great-journey-feature.is-journey-active .great-journey-route-trace circle {
  opacity: 1;
  transform: scale(1);
}

.great-journey-feature.is-journey-active .great-journey-route-trace circle:nth-of-type(2) {
  transition-delay: 1.1s;
}

.great-journey-feature.is-journey-active .great-journey-route-trace circle:nth-of-type(3) {
  transition-delay: 2.1s;
}

.great-journey-feature-inner {
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  gap: clamp(44px, 5.5vw, 94px);
  min-height: 900px;
  padding: 92px 0 120px;
}

.great-journey-feature-copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
}

.great-journey-project-meta {
  margin-bottom: 32px;
}

.great-journey-eyebrow {
  margin-bottom: 21px;
}

.great-journey-feature h2 {
  letter-spacing: -0.05em;
}

.great-journey-feature h2 span {
  font-size: clamp(31px, 3.1vw, 51px);
  line-height: 1;
}

.great-journey-feature h2 strong {
  max-width: 700px;
  margin-top: 9px;
  font-size: clamp(55px, 5vw, 84px);
  line-height: 0.9;
}

.great-journey-feature-subtitle {
  max-width: 610px;
  margin-top: 28px;
}

.great-journey-feature-lead {
  max-width: 610px;
  margin-top: 20px;
}

.great-journey-feature-actions {
  margin-top: 32px;
}

.atlas-stage {
  --atlas-tilt-x: 0deg;
  --atlas-tilt-y: 0deg;
  position: relative;
  width: min(100%, 650px);
  margin: 0;
  overflow: hidden;
  color: #f7f3e8;
  border: 1px solid rgba(229, 204, 147, 0.38);
  background:
    radial-gradient(circle at 72% 22%, rgba(215, 188, 128, 0.11), transparent 28%),
    linear-gradient(145deg, rgba(7, 26, 39, 0.92), rgba(3, 13, 22, 0.82));
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.38), inset 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(17px);
}

.atlas-stage::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(135deg, black, transparent 72%);
}

.atlas-stage::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 74px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, #e3c77f);
}

.atlas-stage--feature {
  justify-self: end;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.atlas-stage--feature::before {
  inset: 2px -3% 48px;
  background:
    radial-gradient(ellipse at 52% 46%, rgba(7, 26, 39, 0.82) 0%, rgba(5, 20, 32, 0.54) 47%, transparent 76%),
    linear-gradient(rgba(226, 201, 144, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(226, 201, 144, 0.045) 1px, transparent 1px);
  background-size: auto, 58px 58px, 58px 58px;
  opacity: 0.9;
  mask-image: radial-gradient(ellipse at center, black 0%, rgba(0, 0, 0, 0.88) 48%, transparent 78%);
}

.atlas-stage--feature::after {
  display: none;
}

.atlas-stage--feature .atlas-stage-topline,
.atlas-stage--feature figcaption {
  padding-right: 4px;
  padding-left: 4px;
  border: 0;
}

.atlas-stage--feature .atlas-scene {
  min-height: 620px;
  padding-top: 4px;
}

.atlas-stage--feature .atlas-stage-topline::after {
  flex: 1 1 auto;
  order: 1;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(228, 201, 137, 0.3), transparent);
}

.atlas-stage--feature .atlas-stage-topline > span:first-child {
  order: 0;
}

.atlas-stage--feature .atlas-stage-topline .atlas-stage-status {
  order: 2;
}

.atlas-stage--feature figcaption {
  min-height: 48px;
  background: linear-gradient(90deg, transparent, rgba(5, 19, 30, 0.22) 34%, rgba(5, 19, 30, 0.22) 66%, transparent);
}

.atlas-stage--feature .atlas-scene::after {
  position: absolute;
  z-index: -1;
  top: 14%;
  right: 9%;
  bottom: 12%;
  left: 9%;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(214, 187, 126, 0.09), transparent 68%);
  filter: blur(12px);
  pointer-events: none;
}

.atlas-stage-topline,
.atlas-stage figcaption {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 56px;
  padding: 0 22px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.45;
  text-transform: uppercase;
}

.atlas-stage-topline {
  border-bottom: 1px solid rgba(226, 201, 144, 0.18);
}

.atlas-stage figcaption {
  border-top: 1px solid rgba(226, 201, 144, 0.18);
}

.atlas-stage figcaption strong,
.atlas-stage-topline > span:first-child {
  color: #e6ca87;
  font-weight: 800;
}

.atlas-stage-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.atlas-stage-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e3c778;
  box-shadow: 0 0 0 4px rgba(227, 199, 120, 0.09);
}

.atlas-scene {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 600px;
  padding: 28px 30px 70px;
  perspective: 1500px;
}

.atlas-scene::before {
  position: absolute;
  right: 13%;
  bottom: 68px;
  left: 13%;
  height: 58px;
  content: "";
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.52);
  filter: blur(28px);
  opacity: 0.72;
  transform: rotate(-3deg);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.atlas-stage.is-open .atlas-scene::before {
  opacity: 0.42;
  transform: scaleX(1.14) translateY(10px);
}

.atlas-book {
  position: relative;
  width: 330px;
  height: 500px;
  transform: rotateX(var(--atlas-tilt-x)) rotateY(var(--atlas-tilt-y)) rotateZ(-2.4deg) translateY(0);
  transform-style: preserve-3d;
  transition: transform 0.18s ease-out;
  will-change: transform;
}

.atlas-stage.is-journey-active:not(.is-open) .atlas-book {
  animation: atlas-float 6.5s ease-in-out infinite;
}

.atlas-book-pages {
  position: absolute;
  inset: 7px -9px -11px 9px;
  border-radius: 1px 5px 6px 1px;
  background:
    repeating-linear-gradient(0deg, #dad5c8 0 1px, #f8f3e7 1px 3px),
    #f5efe1;
  box-shadow: 9px 14px 24px rgba(0, 0, 0, 0.38);
  transform: translateZ(-5px);
  transition: opacity 0.55s ease, transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.atlas-book-spreads {
  position: absolute;
  inset: 0;
}

.atlas-book-cover {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 2px 5px 5px 2px;
  background: #071826;
  box-shadow:
    -13px 18px 36px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(228, 202, 142, 0.35),
    inset 11px 0 17px rgba(0, 0, 0, 0.36);
  transform: translateZ(8px);
  transform-origin: left center;
  transition: opacity 0.5s ease, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), filter 0.55s ease;
}

.atlas-cover-art,
.atlas-cover-shade,
.atlas-cover-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.atlas-cover-art {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(1.06) brightness(0.82);
  transition: transform 8s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.5s ease;
}

.atlas-stage.is-journey-active .atlas-cover-art {
  transform: scale(1.035);
}

.atlas-cover-shade {
  background:
    linear-gradient(180deg, rgba(2, 11, 19, 0.56) 0%, rgba(3, 15, 25, 0.2) 32%, rgba(3, 14, 24, 0.28) 62%, rgba(2, 10, 17, 0.88) 100%),
    linear-gradient(90deg, rgba(2, 12, 20, 0.42), transparent 40%, rgba(2, 11, 18, 0.08));
}

.atlas-cover-frame {
  inset: 14px;
  width: auto;
  height: auto;
  border: 1px solid rgba(231, 203, 137, 0.76);
  box-shadow: inset 0 0 0 4px rgba(6, 22, 34, 0.34);
}

.atlas-cover-frame::before,
.atlas-cover-frame::after {
  position: absolute;
  width: 26px;
  height: 26px;
  content: "";
}

.atlas-cover-frame::before {
  top: 6px;
  left: 6px;
  border-top: 1px solid #e6c778;
  border-left: 1px solid #e6c778;
}

.atlas-cover-frame::after {
  right: 6px;
  bottom: 6px;
  border-right: 1px solid #e6c778;
  border-bottom: 1px solid #e6c778;
}

.atlas-cover-logo {
  position: absolute;
  z-index: 2;
  top: 35px;
  left: 35px;
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: brightness(1.2) contrast(1.1) drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
}

.atlas-cover-series,
.atlas-cover-country,
.atlas-cover-title,
.atlas-cover-edition {
  position: absolute;
  z-index: 2;
  right: 34px;
  left: 34px;
}

.atlas-cover-series {
  top: 42px;
  left: 100px;
  color: rgba(244, 229, 191, 0.82);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.5;
}

.atlas-cover-country {
  top: 188px;
  color: #e6c978;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.33em;
}

.atlas-cover-title {
  top: 210px;
  color: #fff9e9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.88;
  text-shadow: 0 5px 22px rgba(0, 0, 0, 0.46);
}

.atlas-cover-edition {
  bottom: 37px;
  max-width: 210px;
  color: rgba(244, 229, 191, 0.82);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.55;
}

.atlas-cover-route {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 80px;
  width: 154px;
  height: auto;
}

.atlas-cover-route path,
.atlas-spread-map path {
  fill: none;
  stroke: #e6ca82;
  stroke-width: 1.2;
  stroke-dasharray: 5 5;
}

.atlas-cover-route circle,
.atlas-spread-map circle {
  fill: #e6ca82;
}

.atlas-book-spine {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  overflow: hidden;
  border-right: 1px solid rgba(232, 204, 140, 0.32);
  background: linear-gradient(90deg, #020b12, #0c273a);
  transform: translateZ(10px);
  transition: opacity 0.45s ease, transform 0.75s ease;
}

.atlas-book-spine span {
  position: absolute;
  top: 26px;
  left: 4px;
  color: rgba(232, 204, 140, 0.7);
  font-size: 5px;
  font-weight: 800;
  letter-spacing: 0.17em;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.atlas-book-spread {
  position: absolute;
  z-index: 0;
  top: 42px;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 620px;
  height: 420px;
  overflow: hidden;
  border-radius: 3px 5px 5px 3px;
  background: #eee8db;
  box-shadow: 0 23px 54px rgba(0, 0, 0, 0.38), inset 0 0 0 1px rgba(4, 22, 34, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(16px) scale(0.72) rotateX(5deg);
  transform-origin: center;
  transition: opacity 0.48s ease 0.08s, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

.atlas-book-spread:not(.is-active) {
  transform: translateX(-46%) translateY(20px) scale(0.68) rotateX(6deg);
}

.atlas-book-spread::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 24px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(1, 11, 18, 0.17), transparent);
  transform: translateX(-50%);
}

.atlas-spread-page {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.atlas-spread-page--visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atlas-spread-page--visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 55%, rgba(2, 12, 20, 0.72));
}

.atlas-spread-page--visual > span {
  position: absolute;
  z-index: 1;
  bottom: 18px;
  left: 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.atlas-spread-page--copy {
  padding: 36px 30px 26px;
  color: #081b2a;
  background:
    linear-gradient(rgba(7, 26, 40, 0.042) 1px, transparent 1px),
    #f1ecdf;
  background-size: 100% 26px;
}

.atlas-spread-kicker {
  color: #a67f35;
  font-size: 6px;
  font-weight: 850;
  letter-spacing: 0.2em;
}

.atlas-spread-page--copy strong {
  display: block;
  margin-top: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.atlas-spread-page--copy p {
  max-width: 210px;
  margin: 22px 0 0;
  color: #56626a;
  font-size: 8px;
  line-height: 1.65;
}

.atlas-spread-map {
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: 150px;
}

.atlas-spread-cityline {
  position: absolute;
  right: 28px;
  bottom: 31px;
  left: 30px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  height: 38px;
}

.atlas-spread-cityline i {
  flex: 1 1 0;
  border-top: 1px solid rgba(166, 127, 53, 0.45);
  border-right: 1px solid rgba(166, 127, 53, 0.28);
}

.atlas-spread-cityline i:nth-child(1) { height: 42%; }
.atlas-spread-cityline i:nth-child(2) { height: 76%; }
.atlas-spread-cityline i:nth-child(3) { height: 100%; }

.atlas-stage.is-open .atlas-book {
  transform: rotateX(var(--atlas-tilt-x)) rotateY(var(--atlas-tilt-y)) rotateZ(0) translateY(0);
}

.atlas-stage.is-open .atlas-book-cover {
  opacity: 0;
  filter: blur(2px);
  transform: translateX(-43%) translateZ(18px) rotateY(-128deg) scale(0.94);
  pointer-events: none;
}

.atlas-stage.is-open .atlas-book-pages,
.atlas-stage.is-open .atlas-book-spine {
  opacity: 0;
  transform: translateX(-30%) scale(0.92);
}

.atlas-stage.is-open .atlas-book-spread.is-active {
  z-index: 4;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1) rotateX(0);
}

.atlas-stage.is-open.is-turning-forward .atlas-book-spread.is-active {
  animation: atlas-page-forward 0.58s cubic-bezier(0.2, 0.72, 0.18, 1);
}

.atlas-stage.is-open.is-turning-back .atlas-book-spread.is-active {
  animation: atlas-page-back 0.58s cubic-bezier(0.2, 0.72, 0.18, 1);
}

.atlas-book-navigation {
  position: absolute;
  z-index: 8;
  bottom: 20px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 11px;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(229, 203, 144, 0.26);
  background: rgba(2, 12, 20, 0.78);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  backdrop-filter: blur(12px);
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s;
}

.atlas-stage.is-open .atlas-book-navigation {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.atlas-book-navigation > button {
  display: grid;
  width: 25px;
  height: 25px;
  padding: 0;
  color: #ead293;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 15px;
  line-height: 1;
  place-items: center;
  cursor: pointer;
}

.atlas-book-navigation > button:hover,
.atlas-book-navigation > button:focus-visible {
  color: #fff5da;
  outline: none;
}

.atlas-book-navigation > button:focus-visible {
  box-shadow: inset 0 0 0 1px #e3c778;
}

.atlas-book-navigation > span {
  min-width: 43px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 6px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-align: center;
}

.atlas-book-dots {
  display: flex;
  align-items: center;
  gap: 4px;
}

.atlas-book-dots button {
  width: 12px;
  height: 2px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: rgba(255, 255, 255, 0.24);
  text-indent: -999px;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.atlas-book-dots button.is-active {
  width: 22px;
  background: #dfc276;
}

.atlas-book-toggle {
  position: absolute;
  z-index: 7;
  right: 22px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 38px;
  padding: 0 13px;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(229, 203, 144, 0.3);
  background: rgba(2, 12, 20, 0.72);
  font: inherit;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.atlas-book-toggle:hover,
.atlas-book-toggle:focus-visible {
  color: #f4dfaa;
  border-color: #ddbf75;
  background: rgba(6, 27, 42, 0.94);
}

.atlas-book-toggle:focus-visible {
  outline: 2px solid #e3c778;
  outline-offset: 3px;
}

.atlas-toggle-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 13px;
}

.atlas-toggle-icon i {
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 8px;
  border: 1px solid currentColor;
  transition: transform 0.4s ease;
}

.atlas-toggle-icon i:first-child {
  left: 1px;
  transform: skewY(-12deg);
}

.atlas-toggle-icon i:last-child {
  right: 1px;
  transform: skewY(12deg);
}

.atlas-stage.is-open .atlas-toggle-icon i:first-child {
  transform: skewY(0) translateX(2px);
}

.atlas-stage.is-open .atlas-toggle-icon i:last-child {
  transform: skewY(0) translateX(-2px);
}

.atlas-stage--concept {
  width: min(100%, 620px);
  justify-self: end;
  overflow: visible;
  color: var(--navy);
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.atlas-stage--concept .atlas-scene {
  min-height: 600px;
}

.atlas-stage--concept .atlas-book-navigation {
  color: #f8f3e8;
  box-shadow: 0 12px 28px rgba(3, 16, 25, 0.16);
}

.atlas-stage--concept::before {
  inset: 36px -7% 48px;
  background:
    radial-gradient(ellipse at 50% 47%, rgba(8, 32, 48, 0.13) 0%, rgba(8, 32, 48, 0.07) 48%, transparent 76%),
    linear-gradient(rgba(8, 32, 48, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 32, 48, 0.04) 1px, transparent 1px);
  background-size: auto, 58px 58px, 58px 58px;
  opacity: 0.82;
  mask-image: radial-gradient(ellipse at center, black 0%, rgba(0, 0, 0, 0.86) 50%, transparent 79%);
}

.atlas-stage--concept::after {
  display: none;
}

.atlas-stage--concept .atlas-stage-topline,
.atlas-stage--concept figcaption {
  padding-right: 4px;
  padding-left: 4px;
  color: #6a7881;
  border: 0;
}

.atlas-stage--concept .atlas-stage-topline {
  min-height: 48px;
}

.atlas-stage--concept .atlas-stage-topline::after {
  flex: 1 1 auto;
  order: 1;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(173, 132, 57, 0.28), transparent);
}

.atlas-stage--concept .atlas-stage-topline > span:first-child {
  order: 0;
}

.atlas-stage--concept .atlas-stage-topline .atlas-stage-status {
  order: 2;
}

.atlas-stage--concept figcaption {
  min-height: 46px;
  background: linear-gradient(90deg, transparent, rgba(8, 32, 48, 0.035) 34%, rgba(8, 32, 48, 0.035) 66%, transparent);
}

.atlas-stage--concept .atlas-stage-topline > span:first-child,
.atlas-stage--concept figcaption strong {
  color: #a77f35;
}

.journey-overview {
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.92fr);
  gap: clamp(54px, 6vw, 100px);
}

.journey-hero-media {
  object-position: center;
  filter: saturate(0.82) contrast(1.05);
  transform: scale(1.025);
  transition: transform 12s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.journey-hero.is-journey-active .journey-hero-media {
  transform: scale(1);
}

.journey-hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 14, 24, 0.98) 0%, rgba(3, 14, 24, 0.91) 39%, rgba(3, 14, 24, 0.45) 70%, rgba(3, 14, 24, 0.2) 100%),
    linear-gradient(0deg, rgba(3, 12, 21, 0.9) 0%, transparent 54%, rgba(2, 12, 20, 0.28) 100%);
}

.journey-hero::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 180px;
  content: "";
  pointer-events: none;
  background: linear-gradient(transparent, rgba(3, 13, 21, 0.72));
}

.journey-photo-credits {
  padding-top: 8px;
  padding-bottom: 18px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  line-height: 1.7;
}

.journey-photo-credits summary {
  width: max-content;
  color: rgba(255, 255, 255, 0.58);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

.journey-photo-credits p {
  max-width: 980px;
  margin: 10px 0 0;
}

.journey-photo-credits a {
  color: #d9bd77;
}

@keyframes atlas-float {
  0%,
  100% {
    transform: rotateX(var(--atlas-tilt-x)) rotateY(var(--atlas-tilt-y)) rotateZ(-2.4deg) translateY(0);
  }
  50% {
    transform: rotateX(var(--atlas-tilt-x)) rotateY(var(--atlas-tilt-y)) rotateZ(-1.3deg) translateY(-8px);
  }
}

@keyframes atlas-page-forward {
  0% {
    opacity: 0.2;
    transform: translateX(-48%) translateY(3px) scale(0.985) rotateY(-11deg);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1) rotateY(0);
  }
}

@keyframes atlas-page-back {
  0% {
    opacity: 0.2;
    transform: translateX(-52%) translateY(3px) scale(0.985) rotateY(11deg);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1) rotateY(0);
  }
}

@media (hover: hover) and (pointer: fine) {
  .atlas-stage:not(.is-open):hover .atlas-book-cover {
    box-shadow:
      -17px 24px 44px rgba(0, 0, 0, 0.48),
      inset 0 0 0 1px rgba(228, 202, 142, 0.45),
      inset 11px 0 17px rgba(0, 0, 0, 0.36);
  }

  .atlas-stage:not(.is-open):hover .atlas-cover-art {
    filter: saturate(0.86) contrast(1.08) brightness(0.9);
  }
}

@media (max-width: 1180px) {
  .great-journey-feature-inner,
  .journey-overview {
    grid-template-columns: 1fr;
  }

  .journey-participation {
    grid-template-columns: minmax(0, 1fr);
  }

  .journey-participation > * {
    width: 100%;
    min-width: 0;
  }

  .great-journey-feature-inner {
    gap: 58px;
    min-height: 0;
    padding-top: 84px;
    padding-bottom: 126px;
  }

  .great-journey-feature-copy {
    max-width: 790px;
  }

  .atlas-stage--feature {
    width: min(760px, 92%);
    justify-self: end;
  }

  .journey-overview-copy {
    max-width: 900px;
  }

  .atlas-stage--concept {
    width: min(760px, 92%);
  }
}

@media (max-width: 760px) {
  .journey-cta-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .journey-cta-inner > * {
    width: 100%;
    min-width: 0;
  }

  .journey-cta-inner .button {
    white-space: normal;
  }

  .great-journey-feature-overlay {
    background:
      linear-gradient(90deg, rgba(3, 14, 24, 0.97), rgba(3, 14, 24, 0.48)),
      linear-gradient(0deg, rgba(3, 12, 21, 0.99) 0%, rgba(3, 12, 21, 0.31) 64%, rgba(3, 12, 21, 0.6) 100%);
  }

  .great-journey-feature-media {
    object-position: 66% center;
  }

  .great-journey-route-trace {
    right: -24vw;
    bottom: 110px;
    width: 104vw;
    opacity: 0.25;
  }

  .great-journey-feature-inner {
    gap: 48px;
    padding: 68px 0 104px;
  }

  .great-journey-feature h2 span {
    font-size: 28px;
  }

  .great-journey-feature h2 strong {
    font-size: clamp(49px, 15.3vw, 67px);
  }

  .atlas-stage--feature,
  .atlas-stage--concept {
    width: 100%;
    justify-self: stretch;
  }

  .atlas-stage-topline,
  .atlas-stage figcaption {
    gap: 12px;
    min-height: 52px;
    padding: 0 15px;
    font-size: 6px;
    letter-spacing: 0.12em;
  }

  .atlas-stage-status {
    gap: 6px;
  }

  .atlas-scene {
    min-height: 520px;
    padding: 26px 8px 66px;
  }

  .atlas-stage--feature .atlas-scene {
    min-height: 500px;
    padding-top: 0;
  }

  .atlas-stage--concept .atlas-scene {
    min-height: 520px;
  }

  .atlas-book {
    width: 278px;
    height: 421px;
  }

  .atlas-cover-frame {
    inset: 12px;
  }

  .atlas-cover-logo {
    top: 30px;
    left: 30px;
    width: 45px;
    height: 45px;
  }

  .atlas-cover-series,
  .atlas-cover-country,
  .atlas-cover-title,
  .atlas-cover-edition {
    right: 29px;
    left: 29px;
  }

  .atlas-cover-series {
    top: 36px;
    left: 84px;
    font-size: 5px;
  }

  .atlas-cover-country {
    top: 157px;
    font-size: 7px;
  }

  .atlas-cover-title {
    top: 176px;
    font-size: 34px;
  }

  .atlas-cover-edition {
    bottom: 31px;
    font-size: 5px;
  }

  .atlas-cover-route {
    right: 27px;
    bottom: 65px;
    width: 130px;
  }

  .atlas-book-spread {
    top: 61px;
    width: calc(100vw - 54px);
    max-width: 540px;
    height: 326px;
  }

  .atlas-spread-page--copy {
    padding: 24px 18px 18px;
  }

  .atlas-spread-page--copy strong {
    margin-top: 15px;
    font-size: clamp(18px, 5.8vw, 25px);
  }

  .atlas-spread-page--copy p {
    margin-top: 14px;
    font-size: 6px;
  }

  .atlas-spread-map {
    right: 16px;
    bottom: 17px;
    width: 100px;
  }

  .atlas-book-toggle {
    right: 12px;
    bottom: 13px;
    min-height: 36px;
    padding: 0 11px;
    font-size: 6px;
  }

  .atlas-book-navigation {
    bottom: 56px;
    left: 50%;
    min-height: 34px;
    padding: 0 8px;
    gap: 6px;
    transform: translate(-50%, 8px);
  }

  .atlas-stage.is-open .atlas-book-navigation {
    transform: translate(-50%, 0);
  }

  .atlas-book-navigation > button {
    width: 23px;
    height: 23px;
  }

  .atlas-book-dots {
    gap: 3px;
  }

  .atlas-book-dots button {
    width: 9px;
  }

  .atlas-book-dots button.is-active {
    width: 17px;
  }

  .journey-hero-media {
    object-position: 61% center;
  }

  .journey-hero-overlay {
    background:
      linear-gradient(90deg, rgba(3, 14, 24, 0.96), rgba(3, 14, 24, 0.38)),
      linear-gradient(0deg, rgba(3, 12, 21, 0.96), transparent 61%);
  }
}

@media (max-width: 420px) {
  .atlas-scene {
    min-height: 490px;
  }

  .atlas-stage--concept .atlas-scene {
    min-height: 490px;
  }

  .atlas-book {
    width: 252px;
    height: 382px;
  }

  .atlas-cover-logo {
    top: 27px;
    left: 27px;
    width: 40px;
    height: 40px;
  }

  .atlas-cover-series {
    top: 32px;
    left: 75px;
  }

  .atlas-cover-country {
    top: 141px;
  }

  .atlas-cover-title {
    top: 160px;
    font-size: 31px;
  }

  .atlas-cover-edition {
    bottom: 27px;
  }

  .atlas-cover-route {
    bottom: 58px;
    width: 116px;
  }

  .atlas-book-spread {
    top: 64px;
    width: calc(100vw - 42px);
    height: 292px;
  }

  .atlas-spread-page--copy p {
    display: none;
  }

  .atlas-stage--single .atlas-spread-page--copy {
    padding: 18px 14px 14px;
  }

  .atlas-stage--single .atlas-spread-page--copy strong {
    margin-top: 12px;
    font-size: 15.5px;
    letter-spacing: -0.035em;
    line-height: 0.95;
    overflow-wrap: anywhere;
  }

  .atlas-stage--single .atlas-spread-page--copy p {
    display: block;
    margin-top: 11px;
    font-size: 6px;
    line-height: 1.5;
  }

  .atlas-stage--single .atlas-spread-cityline {
    right: 14px;
    bottom: 14px;
    left: 14px;
    height: 20px;
  }

  .atlas-book-navigation {
    gap: 4px;
  }

  .atlas-book-navigation > span {
    min-width: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .great-journey-feature-media,
  .journey-hero-media,
  .great-journey-route-trace path,
  .great-journey-route-trace circle,
  .atlas-book,
  .atlas-book-cover,
  .atlas-book-spread,
  .atlas-book-pages,
  .atlas-book-spine,
  .atlas-cover-art {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
