:root {
  color-scheme: dark;
  --ink: #f8f5ee;
  --pearl: #ece8de;
  --muted: rgba(248, 245, 238, 0.72);
  --soft: rgba(248, 245, 238, 0.58);
  --deep: #030706;
  --obsidian: #070c0d;
  --graphite: #111817;
  --glass: rgba(248, 245, 238, 0.08);
  --glass-strong: rgba(248, 245, 238, 0.13);
  --champagne: #d8c69a;
  --aqua: #8fd8d2;
  --moss: #7d9a77;
  --line: rgba(248, 245, 238, 0.18);
  --dark-line: rgba(7, 12, 13, 0.16);
  --image-grade: brightness(0.86) contrast(1.08) saturate(0.78);
  --hero-image-grade: brightness(0.78) contrast(1.08) saturate(0.72);
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #020403 0%, #07100f 48%, #030706 100%);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::selection {
  background: rgba(143, 216, 210, 0.35);
}

a {
  color: inherit;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 112px;
  padding: 18px 42px 34px;
  background:
    linear-gradient(180deg, rgba(3, 7, 6, 0.94) 0%, rgba(3, 7, 6, 0.72) 48%, rgba(3, 7, 6, 0) 100%);
  color: var(--ink);
  transition:
    background 240ms ease,
    padding 240ms ease;
}

.site-header.is-scrolled,
.site-header.solid {
  padding-top: 14px;
  padding-bottom: 30px;
  background:
    linear-gradient(180deg, rgba(3, 7, 6, 0.98) 0%, rgba(3, 7, 6, 0.82) 52%, rgba(3, 7, 6, 0) 100%);
}

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

.brand-mark {
  text-decoration: none;
  width: 132px;
  flex: 0 0 auto;
}

.brand-logo {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.28));
}

.site-nav {
  gap: 28px;
  color: rgba(248, 245, 238, 0.78);
  font-size: 0.95rem;
}

.site-nav a {
  text-decoration: none;
  transition: color 180ms ease;
}

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

.hero {
  position: relative;
  min-height: 128svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 138px 42px 390px;
}

.hero-image,
.world-image,
.detail-image,
.destination-hero-image {
  position: absolute;
  inset: -7% 0;
  width: 100%;
  height: 114%;
  object-fit: cover;
  transform: translate3d(0, var(--parallax, 0px), 0) scale(var(--zoom, 1.04));
  transform-origin: center;
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.hero-image {
  z-index: 0;
  object-position: center 52%;
}

.hero-vignette,
.detail-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 78% 42%, rgba(143, 216, 210, 0.18), transparent 32%),
    linear-gradient(90deg, rgba(3, 7, 6, 0.92) 0%, rgba(3, 7, 6, 0.5) 48%, rgba(3, 7, 6, 0.7) 100%),
    linear-gradient(0deg, rgba(3, 7, 6, 0.94) 0%, rgba(3, 7, 6, 0.16) 54%, rgba(3, 7, 6, 0.62) 100%);
  pointer-events: none;
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 0.72fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  transform: translateY(-28px);
}

.hero-content {
  position: relative;
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 14px;
  color: rgba(216, 198, 154, 0.94);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

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

.hero h1 {
  max-width: 880px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.85rem;
  font-weight: 400;
  line-height: 0.94;
}

.hero-copy {
  max-width: 690px;
  color: var(--muted);
  font-size: 1.22rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.compact-actions {
  margin-top: 0;
}

.text-action,
.ghost-action {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.text-action {
  background: linear-gradient(135deg, var(--ink) 0%, #d8d0bd 100%);
  color: #050706;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.text-action.dark {
  background: #070c0d;
  color: var(--ink);
}

.ghost-action {
  border: 1px solid rgba(248, 245, 238, 0.28);
  color: var(--ink);
  background: rgba(248, 245, 238, 0.06);
  backdrop-filter: blur(16px);
}

.text-action:hover,
.ghost-action:hover,
.text-action:focus-visible,
.ghost-action:focus-visible {
  transform: translateY(-2px);
}

.ghost-action:hover,
.ghost-action:focus-visible {
  background: rgba(247, 244, 236, 0.12);
  border-color: rgba(247, 244, 236, 0.64);
}

.portal-column {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  justify-self: center;
  width: min(100%, 590px);
  min-width: 0;
}

.travel-portal {
  position: relative;
  width: min(100%, 520px);
  min-width: 340px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  cursor: grab;
  isolation: isolate;
  outline: none;
}

.travel-portal:active {
  cursor: grabbing;
}

.travel-portal:focus-visible {
  outline: 1px solid rgba(143, 216, 210, 0.72);
  outline-offset: 8px;
  border-radius: 50%;
}

.travel-portal.is-spinning::before {
  opacity: 0.8;
  transform: scale(1.02);
  box-shadow:
    0 0 96px rgba(143, 216, 210, 0.22),
    inset 0 0 82px rgba(143, 216, 210, 0.12);
}

.travel-portal::before,
.travel-portal::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.travel-portal::before {
  inset: 5%;
  border: 0;
  background:
    radial-gradient(circle at 52% 42%, rgba(143, 216, 210, 0.18), transparent 34%),
    radial-gradient(circle at 50% 50%, rgba(248, 245, 238, 0.06), transparent 58%);
  box-shadow:
    0 0 82px rgba(143, 216, 210, 0.13),
    inset 0 0 82px rgba(143, 216, 210, 0.08);
  opacity: 0.58;
  transition:
    opacity 240ms ease,
    transform 500ms ease,
    box-shadow 240ms ease;
}

.travel-portal::after {
  inset: 17%;
  border: 1px solid rgba(143, 216, 210, 0.14);
  box-shadow:
    inset 0 0 58px rgba(216, 198, 154, 0.06),
    0 0 46px rgba(143, 216, 210, 0.08);
}

.portal-canvas,
.portal-fallback {
  position: absolute;
  inset: -3%;
  width: 106%;
  height: 106%;
}

.portal-canvas {
  z-index: 2;
}

.portal-fallback {
  z-index: 1;
  display: grid;
  place-items: center;
  opacity: 0.82;
}

.travel-portal.is-webgl-ready .portal-fallback {
  opacity: 0;
}

.portal-fallback span {
  position: absolute;
  width: 66%;
  height: 66%;
  border: 1px solid rgba(248, 245, 238, 0.46);
  border-radius: 50%;
}

.portal-fallback span:nth-child(2) {
  width: 42%;
  transform: rotateY(68deg);
  border-color: rgba(143, 216, 210, 0.34);
}

.portal-fallback span:nth-child(3) {
  height: 42%;
  transform: rotateX(68deg);
  border-color: rgba(216, 198, 154, 0.3);
}

.portal-label {
  position: absolute;
  left: 50%;
  bottom: 9%;
  z-index: 3;
  min-width: 220px;
  transform: translateX(-50%);
  padding: 11px 16px;
  border: 1px solid rgba(248, 245, 238, 0.16);
  border-radius: 999px;
  background: rgba(3, 7, 6, 0.52);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  text-align: center;
}

.portal-label span,
.portal-label strong {
  display: block;
}

.portal-label span {
  margin-bottom: 2px;
  color: rgba(216, 198, 154, 0.82);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.portal-label strong {
  color: rgba(248, 245, 238, 0.92);
  font-size: 0.92rem;
}

.travel-portal.is-spinning .portal-label {
  border-color: rgba(143, 216, 210, 0.42);
  background: rgba(3, 7, 6, 0.68);
}

.travel-reel {
  position: absolute;
  left: 42px;
  right: 42px;
  top: calc(100svh - 42px);
  bottom: auto;
  z-index: 5;
  overflow: hidden;
  border-top: 1px solid rgba(248, 245, 238, 0.14);
  border-bottom: 1px solid rgba(248, 245, 238, 0.1);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.reel-track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding: 16px 0;
  animation: reel-drift 54s linear infinite;
}

.travel-reel:hover .reel-track {
  animation-play-state: paused;
}

.travel-reel figure {
  position: relative;
  width: clamp(380px, 34vw, 560px);
  height: 206px;
  flex: 0 0 auto;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(248, 245, 238, 0.13);
  border-radius: 8px;
  background: rgba(3, 7, 6, 0.28);
}

.travel-reel img {
  width: 100%;
  height: 100%;
  filter: brightness(0.82) contrast(1.08) saturate(0.78);
  object-fit: cover;
}

.travel-reel img.reel-muted {
  filter: brightness(0.74) contrast(1.04) saturate(0.58);
}

@keyframes reel-drift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-2380px, 0, 0);
  }
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 42px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  display: none;
  border: 1px solid rgba(247, 244, 236, 0.36);
  border-radius: 50%;
  transition:
    transform 180ms ease,
    border-color 180ms ease;
}

.scroll-cue span {
  width: 11px;
  height: 11px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(45deg) translate(-1px, -1px);
}

.scroll-cue:hover,
.scroll-cue:focus-visible {
  transform: translateY(4px);
  border-color: rgba(247, 244, 236, 0.72);
}

.mission-band,
.worlds-intro,
.platform-section,
.closing-section,
.detail-body {
  padding: 112px 42px;
}

.platform-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(460px, 1.05fr);
  gap: 72px;
  align-items: start;
  padding-top: 142px;
  background:
    linear-gradient(180deg, #030706 0%, #0b1111 100%);
  border-top: 1px solid rgba(248, 245, 238, 0.09);
}

.platform-copy {
  max-width: 680px;
  position: sticky;
  top: 122px;
}

.platform-copy h2 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.55rem;
  font-weight: 400;
  line-height: 1.02;
}

.platform-copy p {
  color: rgba(248, 245, 238, 0.7);
  font-size: 1.06rem;
}

.client-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.client-audience-grid span {
  min-height: 52px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(248, 245, 238, 0.16);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(248, 245, 238, 0.055);
  color: rgba(248, 245, 238, 0.86);
  font-weight: 900;
  text-transform: uppercase;
}

.what-we-do-section {
  scroll-margin-top: 132px;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  padding-top: 104px;
  padding-bottom: 104px;
  background:
    radial-gradient(circle at 72% 18%, rgba(143, 216, 210, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(210, 167, 99, 0.08), transparent 34%),
    linear-gradient(180deg, #030706 0%, #0b1111 100%);
}

.what-we-do-copy {
  max-width: 680px;
}

.what-we-do-copy h2 {
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 5.1rem);
  font-weight: 400;
  line-height: 0.96;
}

.what-we-do-lead {
  max-width: 680px;
  margin: 0;
  color: rgba(248, 245, 238, 0.72);
  font-size: 1.14rem;
}

.what-we-do-visual {
  display: block;
  width: 100%;
  max-width: 680px;
  justify-self: center;
}

.experience-preview {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.experience-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 37% center;
  transform: scale(1.01);
  transition: transform 800ms ease;
}

.experience-preview:hover img {
  transform: scale(1.06);
}

.problem-solution-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  padding: 108px 42px;
  background:
    radial-gradient(circle at 8% 12%, rgba(210, 167, 99, 0.12), transparent 32%),
    linear-gradient(180deg, #0b1111 0%, #101918 100%);
  border-top: 1px solid rgba(248, 245, 238, 0.08);
}

.problem-solution-heading {
  max-width: 680px;
}

.problem-solution-heading h2 {
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 4.6vw, 4.75rem);
  font-weight: 400;
  line-height: 0.98;
}

.problem-solution-heading p:not(.eyebrow) {
  max-width: 590px;
  color: rgba(248, 245, 238, 0.72);
  font-size: 1.1rem;
}

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

.problem-solution-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(248, 245, 238, 0.13);
  border-radius: 8px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(248, 245, 238, 0.075), rgba(248, 245, 238, 0.035));
}

.problem-solution-card.solution {
  background:
    linear-gradient(180deg, rgba(143, 216, 210, 0.13), rgba(248, 245, 238, 0.045));
}

.problem-solution-card span {
  margin-bottom: 18px;
  color: rgba(210, 167, 99, 0.9);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.problem-solution-card h3 {
  max-width: 360px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.2vw, 2.45rem);
  font-weight: 400;
  line-height: 1.04;
}

.problem-solution-card p {
  color: rgba(248, 245, 238, 0.7);
  font-size: 0.98rem;
}

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

.platform-showcase {
  display: grid;
  gap: 18px;
}

.atlas-map-panel {
  display: grid;
  gap: 22px;
}

.atlas-map-shell {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(248, 245, 238, 0.15);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 45%, rgba(143, 216, 210, 0.2), transparent 44%),
    linear-gradient(135deg, rgba(248, 245, 238, 0.08), rgba(248, 245, 238, 0.02)),
    #061010;
  box-shadow: 0 36px 96px rgba(0, 0, 0, 0.3);
  isolation: isolate;
}

.atlas-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  border: 1px solid rgba(248, 245, 238, 0.12);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(var(--orbit-tilt, 0deg));
  pointer-events: none;
}

.atlas-orbit::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(216, 198, 154, 0.82);
  box-shadow: 0 0 24px rgba(216, 198, 154, 0.34);
}

.atlas-orbit-one {
  --orbit-tilt: -18deg;
  width: 78%;
  height: 34%;
}

.atlas-orbit-one::after {
  left: 14%;
}

.atlas-orbit-two {
  --orbit-tilt: 32deg;
  width: 64%;
  height: 22%;
  border-color: rgba(143, 216, 210, 0.14);
}

.atlas-orbit-two::after {
  right: 18%;
  background: rgba(143, 216, 210, 0.9);
}

.atlas-orbit-three {
  --orbit-tilt: 78deg;
  width: 56%;
  height: 18%;
  border-color: rgba(248, 245, 238, 0.08);
}

.atlas-orbit-three::after {
  left: 38%;
}

.atlas-map-shell::before {
  content: "";
  position: absolute;
  inset: 42px;
  z-index: 2;
  border: 1px solid rgba(248, 245, 238, 0.2);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 34px rgba(143, 216, 210, 0.025),
    inset 0 0 90px rgba(143, 216, 210, 0.14),
    0 0 90px rgba(143, 216, 210, 0.08);
  pointer-events: none;
}

.atlas-map-shell::after {
  content: "";
  position: absolute;
  inset: 42px;
  z-index: 4;
  border-radius: 50%;
  background:
    linear-gradient(90deg, rgba(3, 7, 6, 0.44) 0%, transparent 24%, transparent 72%, rgba(3, 7, 6, 0.58) 100%),
    linear-gradient(0deg, rgba(3, 7, 6, 0.48) 0%, transparent 28%, transparent 72%, rgba(3, 7, 6, 0.44) 100%);
  pointer-events: none;
}

.atlas-map-surface {
  position: absolute;
  inset: 42px;
  overflow: hidden;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(9, 53, 63, 0.92), rgba(5, 18, 22, 0.98) 62%, rgba(3, 7, 6, 1) 100%);
}

.atlas-map-surface::before,
.atlas-map-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 50%;
  pointer-events: none;
}

.atlas-map-surface::before {
  background:
    repeating-linear-gradient(90deg, transparent 0 12%, rgba(248, 245, 238, 0.08) 12.4%, transparent 13%),
    repeating-linear-gradient(0deg, transparent 0 16%, rgba(248, 245, 238, 0.055) 16.4%, transparent 17%);
  opacity: 0.75;
}

.atlas-map-surface::after {
  box-shadow: inset 0 0 80px rgba(248, 245, 238, 0.14);
}

.atlas-map-surface span {
  position: absolute;
  inset: 8% auto 8% -18%;
  width: 150%;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 14% 34%, rgba(216, 198, 154, 0.62) 0 7%, transparent 7.6%),
    radial-gradient(ellipse at 23% 52%, rgba(125, 154, 119, 0.64) 0 8%, transparent 8.8%),
    radial-gradient(ellipse at 36% 28%, rgba(216, 198, 154, 0.5) 0 10%, transparent 10.8%),
    radial-gradient(ellipse at 43% 58%, rgba(125, 154, 119, 0.58) 0 7%, transparent 7.8%),
    radial-gradient(ellipse at 57% 38%, rgba(216, 198, 154, 0.58) 0 13%, transparent 13.8%),
    radial-gradient(ellipse at 70% 53%, rgba(125, 154, 119, 0.58) 0 9%, transparent 9.8%),
    radial-gradient(ellipse at 83% 31%, rgba(216, 198, 154, 0.5) 0 8%, transparent 8.8%);
  opacity: 0.9;
  animation: atlas-drift 28s linear infinite;
}

.map-pin {
  position: absolute;
  z-index: 6;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: var(--ink);
  text-decoration: none;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.map-pin strong {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(248, 245, 238, 0.92);
  border-radius: 50%;
  background: var(--aqua);
  box-shadow:
    0 0 0 8px rgba(143, 216, 210, 0.16),
    0 12px 32px rgba(0, 0, 0, 0.32);
}

.map-pin::before {
  content: "";
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(143, 216, 210, 0.22);
  border-radius: 50%;
  animation: pin-pulse 2.8s ease-in-out infinite;
}

.map-pin span {
  position: absolute;
  left: 22px;
  min-width: max-content;
  border: 1px solid rgba(248, 245, 238, 0.16);
  border-radius: 8px;
  padding: 8px 10px;
  background: rgba(3, 7, 6, 0.62);
  color: rgba(248, 245, 238, 0.94);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

.map-pin small {
  display: block;
  margin-top: 2px;
  color: rgba(248, 245, 238, 0.58);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: none;
}

.map-pin:hover,
.map-pin:focus-visible {
  transform: scale(1.2);
  box-shadow:
    0 0 0 12px rgba(143, 216, 210, 0.2),
    0 18px 42px rgba(0, 0, 0, 0.4);
  outline: none;
}

.nature-pin {
  left: 24%;
  top: 36%;
}

.adventure-pin {
  left: 63%;
  top: 58%;
}

.culture-pin {
  left: 49%;
  top: 42%;
}

.history-pin {
  left: 58%;
  top: 31%;
}

.impact-pin {
  left: 75%;
  top: 45%;
}

.atlas-map-status {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 7;
  border: 1px solid rgba(248, 245, 238, 0.14);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(3, 7, 6, 0.58);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.atlas-map-status span,
.atlas-map-status strong {
  display: block;
}

.atlas-map-status span {
  margin-bottom: 4px;
  color: rgba(216, 198, 154, 0.86);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.atlas-map-status strong {
  color: rgba(248, 245, 238, 0.9);
  font-size: 0.92rem;
}

.atlas-map-caption {
  max-width: 620px;
}

.atlas-map-caption h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
}

.atlas-map-caption p:not(.eyebrow) {
  color: rgba(248, 245, 238, 0.68);
}

.atlas-preview-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.atlas-preview-strip a,
.atlas-preview-strip span {
  border: 1px solid rgba(248, 245, 238, 0.16);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(248, 245, 238, 0.05);
  color: rgba(248, 245, 238, 0.76);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.atlas-preview-strip a:hover,
.atlas-preview-strip a:focus-visible {
  border-color: rgba(143, 216, 210, 0.42);
  background: rgba(143, 216, 210, 0.1);
  color: rgba(248, 245, 238, 0.94);
  outline: none;
  transform: translateY(-2px);
}

.journey-planner-panel {
  gap: 20px;
}

.planner-shell {
  min-height: 710px;
  display: grid;
  align-items: end;
  padding: 22px;
  background:
    radial-gradient(circle at 18% 14%, rgba(143, 216, 210, 0.16), transparent 30%),
    radial-gradient(circle at 82% 86%, rgba(216, 198, 154, 0.14), transparent 36%),
    linear-gradient(135deg, rgba(248, 245, 238, 0.08), rgba(248, 245, 238, 0.025)),
    #061010;
}

.planner-shell::before,
.planner-shell::after {
  display: none;
}

.planner-header {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 22px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(248, 245, 238, 0.13);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(3, 7, 6, 0.46);
  backdrop-filter: blur(16px);
}

.planner-header span {
  color: rgba(216, 198, 154, 0.9);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.planner-header strong {
  color: rgba(248, 245, 238, 0.92);
}

.planner-route {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 49%;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143, 216, 210, 0.42), transparent);
}

.planner-route span {
  position: absolute;
  top: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(216, 198, 154, 0.88);
  box-shadow: 0 0 20px rgba(216, 198, 154, 0.34);
}

.planner-route span:nth-child(1) {
  left: 6%;
}

.planner-route span:nth-child(2) {
  left: 36%;
  background: rgba(143, 216, 210, 0.9);
}

.planner-route span:nth-child(3) {
  left: 64%;
}

.planner-route span:nth-child(4) {
  right: 6%;
  background: rgba(143, 216, 210, 0.9);
}

.planner-path-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}

.planner-card {
  position: relative;
  min-height: 270px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(248, 245, 238, 0.16);
  border-radius: 8px;
  padding: 20px;
  color: var(--ink);
  text-decoration: none;
  background: #07100f;
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.26);
  isolation: isolate;
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.planner-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(3, 7, 6, 0.9) 0%, rgba(3, 7, 6, 0.34) 62%, rgba(3, 7, 6, 0.08) 100%),
    linear-gradient(90deg, rgba(3, 7, 6, 0.58), transparent);
}

.planner-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 650ms ease;
}

.planner-card span {
  width: max-content;
  margin-bottom: 10px;
  border: 1px solid rgba(248, 245, 238, 0.22);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(3, 7, 6, 0.34);
  color: rgba(143, 216, 210, 0.9);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.planner-card strong {
  max-width: 260px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.28rem;
  font-weight: 400;
  line-height: 0.98;
}

.planner-card:hover,
.planner-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(143, 216, 210, 0.5);
  box-shadow: 0 34px 86px rgba(0, 0, 0, 0.34);
  outline: none;
}

.planner-card:hover img,
.planner-card:focus-visible img {
  transform: scale(1.12);
}

@keyframes atlas-drift {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-22%);
  }
}

@keyframes pin-pulse {
  0%,
  100% {
    opacity: 0.22;
    transform: scale(0.82);
  }

  50% {
    opacity: 0.72;
    transform: scale(1.16);
  }
}

.care-portal-card {
  position: relative;
  min-height: 430px;
  display: flex;
  overflow: hidden;
  align-items: flex-end;
  padding: 30px;
  border: 1px solid rgba(248, 245, 238, 0.14);
  border-radius: 8px;
  color: var(--ink);
  text-decoration: none;
  background: #08100f;
  box-shadow: 0 36px 96px rgba(0, 0, 0, 0.3);
  isolation: isolate;
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.care-portal-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 74% 26%, rgba(143, 216, 210, 0.18), transparent 26%),
    linear-gradient(0deg, rgba(3, 7, 6, 0.92) 0%, rgba(3, 7, 6, 0.42) 56%, rgba(3, 7, 6, 0.14) 100%),
    linear-gradient(90deg, rgba(3, 7, 6, 0.62), rgba(3, 7, 6, 0.06));
}

.care-portal-main,
.care-portal-window {
  position: absolute;
  object-fit: cover;
}

.care-portal-main {
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: transform 700ms ease;
}

.care-portal-window {
  top: 28px;
  right: 28px;
  width: min(34%, 240px);
  aspect-ratio: 1;
  border: 1px solid rgba(248, 245, 238, 0.34);
  border-radius: 50%;
  box-shadow:
    0 0 0 12px rgba(143, 216, 210, 0.08),
    0 24px 72px rgba(0, 0, 0, 0.34);
}

.care-portal-copy {
  position: relative;
  max-width: 520px;
  z-index: 1;
}

.care-portal-copy h3 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 0.98;
}

.care-portal-copy span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(248, 245, 238, 0.94);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.care-portal-copy span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.care-portal-card:hover,
.care-portal-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(143, 216, 210, 0.5);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.38);
  outline: none;
}

.care-portal-card:hover .care-portal-main,
.care-portal-card:focus-visible .care-portal-main {
  transform: scale(1.08);
}

.platform-point {
  position: relative;
  min-height: 190px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  border: 1px solid rgba(248, 245, 238, 0.14);
  border-radius: 8px;
  color: var(--ink);
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(248, 245, 238, 0.1) 0%, rgba(248, 245, 238, 0.035) 100%),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.2);
  isolation: isolate;
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.platform-point.destination {
  grid-column: 1 / -1;
  min-height: 310px;
}

.platform-point.global-impact {
  grid-column: 1 / -1;
  min-height: 230px;
}

.platform-point::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(3, 7, 6, 0.84) 0%, rgba(3, 7, 6, 0.28) 58%, rgba(3, 7, 6, 0.08) 100%),
    linear-gradient(90deg, rgba(3, 7, 6, 0.54), rgba(3, 7, 6, 0.08));
}

.platform-point img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 650ms ease;
}

.platform-point:hover,
.platform-point:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(143, 216, 210, 0.46);
  box-shadow: 0 34px 94px rgba(0, 0, 0, 0.3);
  outline: none;
}

.platform-point:hover img,
.platform-point:focus-visible img {
  transform: scale(1.1);
}

.platform-point .portal-kicker {
  display: inline-block;
  width: max-content;
  margin-bottom: 10px;
  border: 1px solid rgba(248, 245, 238, 0.2);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(3, 7, 6, 0.28);
  color: rgba(143, 216, 210, 0.76);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.platform-point h3 {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.72rem;
  font-weight: 400;
}

.platform-point p {
  max-width: 260px;
  margin-bottom: 14px;
  color: rgba(248, 245, 238, 0.74);
  font-size: 0.9rem;
}

.platform-point strong {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(248, 245, 238, 0.44);
  color: rgba(248, 245, 238, 0.94);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.platform-point strong::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.mission-band {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 72px;
  align-items: end;
  background:
    linear-gradient(180deg, #0b1111 0%, #111817 100%);
  border-top: 1px solid rgba(248, 245, 238, 0.08);
}

.mission-copy {
  max-width: 820px;
}

.mission-copy h2,
.worlds-intro h2,
.closing-content h2,
.detail-block h2 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.05;
}

.mission-copy p,
.closing-content p,
.detail-block p,
.detail-grid p {
  color: rgba(248, 245, 238, 0.72);
  font-size: 1.08rem;
}

.purpose-panel {
  padding: 26px;
  border: 1px solid rgba(248, 245, 238, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 0%, rgba(143, 216, 210, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.18);
}

.purpose-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.purpose-list li {
  padding: 18px 0;
  border-top: 1px solid rgba(248, 245, 238, 0.16);
}

.purpose-list strong {
  display: block;
  margin-bottom: 5px;
  color: rgba(248, 245, 238, 0.96);
  font-size: 1.02rem;
}

.purpose-list span {
  color: rgba(248, 245, 238, 0.68);
  font-size: 0.96rem;
}

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

.vision-tile {
  position: relative;
  min-height: 148px;
  overflow: hidden;
  border: 1px solid rgba(248, 245, 238, 0.14);
  border-radius: 8px;
  color: var(--ink);
  text-decoration: none;
  background: #08100f;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.2);
  isolation: isolate;
}

.vision-tile:first-child,
.vision-tile:last-child {
  grid-column: 1 / -1;
  min-height: 190px;
}

.vision-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(3, 7, 6, 0.76) 0%, rgba(3, 7, 6, 0.16) 70%),
    linear-gradient(90deg, rgba(3, 7, 6, 0.38), transparent);
}

.vision-tile img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 650ms ease;
}

.vision-tile span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  color: rgba(248, 245, 238, 0.92);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.vision-tile:hover img,
.vision-tile:focus-visible img {
  transform: scale(1.09);
}

.culture-archive-band {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 0.82fr);
  gap: 64px;
  align-items: center;
  padding: 112px 42px;
  background:
    linear-gradient(180deg, #111817 0%, #0b1111 100%);
  border-top: 1px solid rgba(248, 245, 238, 0.08);
}

.culture-archive-band img {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 32px 88px rgba(0, 0, 0, 0.28);
}

.culture-archive-band h2 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.35rem;
  font-weight: 400;
  line-height: 1.04;
}

.culture-archive-band p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(248, 245, 238, 0.72);
  font-size: 1.08rem;
}

.mission-info-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.66fr) minmax(0, 1.34fr);
  gap: clamp(38px, 5vw, 74px);
  align-items: center;
  padding: 118px 42px 128px;
  background:
    radial-gradient(circle at 88% 14%, rgba(82, 116, 111, 0.22), transparent 32%),
    linear-gradient(180deg, #edf1ed 0%, #f8f4ea 58%, #17201f 100%);
  color: #0b1111;
}

.mission-info-visual {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 32px 88px rgba(3, 7, 6, 0.26);
}

.mission-info-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(3, 7, 6, 0.72) 0%, transparent 58%),
    linear-gradient(90deg, rgba(3, 7, 6, 0.28), transparent 58%);
}

.mission-info-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.mission-info-visual span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 1;
  border: 1px solid rgba(248, 245, 238, 0.28);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(3, 7, 6, 0.38);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.mission-info-copy .eyebrow {
  color: #52746f;
}

.mission-info-copy h2 {
  max-width: 640px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 4.9rem);
  font-weight: 400;
  line-height: 0.96;
}

.mission-info-lead {
  max-width: 560px;
  margin-bottom: 28px;
  color: rgba(11, 17, 17, 0.72);
  font-size: 1.12rem;
  font-weight: 650;
  line-height: 1.58;
}

.mission-mini-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 540px;
}

.mission-mini-flow span {
  padding: 10px 13px;
  border: 1px solid rgba(11, 17, 17, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  color: rgba(11, 17, 17, 0.78);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.client-access-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.client-access-card {
  position: relative;
  min-height: 286px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border: 1px solid rgba(248, 245, 238, 0.14);
  border-radius: 8px;
  background: #0d1514;
  box-shadow: 0 28px 72px rgba(3, 7, 6, 0.18);
  color: var(--ink);
  text-decoration: none;
  isolation: isolate;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.client-access-card:first-child {
  grid-column: auto;
  min-height: 286px;
}

.client-access-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(3, 7, 6, 0.88) 0%, rgba(3, 7, 6, 0.38) 62%, rgba(3, 7, 6, 0.12) 100%),
    linear-gradient(90deg, rgba(3, 7, 6, 0.46), transparent 64%);
}

.client-access-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.client-access-card span {
  margin-bottom: 12px;
  color: rgba(216, 198, 154, 0.92);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.client-access-card strong {
  max-width: 620px;
  color: rgba(248, 245, 238, 0.94);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.1;
}

.client-access-card:hover,
.client-access-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(216, 198, 154, 0.44);
  box-shadow: 0 36px 86px rgba(3, 7, 6, 0.24);
}

.client-access-card:hover img,
.client-access-card:focus-visible img {
  transform: scale(1.1);
}

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

.mission-info-grid article {
  min-height: 148px;
  padding: 22px;
  border: 1px solid rgba(11, 17, 17, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.44);
}

.mission-info-grid article:first-child {
  grid-column: 1 / -1;
  min-height: 118px;
}

.mission-info-grid span {
  display: block;
  margin-bottom: 18px;
  color: #52746f;
  font-weight: 900;
  text-transform: uppercase;
}

.mission-info-grid p {
  margin: 0;
  color: rgba(11, 17, 17, 0.76);
  font-size: 1.04rem;
  font-weight: 700;
}

.worlds-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.6fr);
  gap: 80px;
  align-items: end;
  background:
    linear-gradient(180deg, #ece8de 0%, #d7e3dc 100%);
  color: #0b1111;
}

.worlds-intro .eyebrow {
  color: #5f6f68;
}

.worlds-intro p {
  color: rgba(11, 17, 17, 0.72);
  font-size: 1.08rem;
}

.experience-stack {
  background: var(--deep);
}

.experience-panel {
  --zoom: 1.035;
  position: relative;
  display: grid;
  min-height: 92svh;
  overflow: hidden;
  align-items: end;
  padding: 104px 42px;
  color: var(--ink);
  text-decoration: none;
  isolation: isolate;
}

.experience-panel:focus-visible {
  outline: 3px solid rgba(117, 210, 213, 0.82);
  outline-offset: -8px;
}

.experience-panel:hover,
.experience-panel:focus-visible {
  --zoom: 1.085;
}

.world-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 7, 6, 0.88) 0%, rgba(3, 7, 6, 0.56) 42%, rgba(3, 7, 6, 0.24) 100%),
    linear-gradient(0deg, rgba(3, 7, 6, 0.9) 0%, rgba(3, 7, 6, 0.12) 58%, rgba(3, 7, 6, 0.52) 100%);
  transition: background 500ms ease;
}

.meditation .world-shade {
  background:
    linear-gradient(90deg, rgba(7, 24, 21, 0.82) 0%, rgba(9, 39, 31, 0.47) 43%, rgba(19, 53, 41, 0.2) 100%),
    linear-gradient(0deg, rgba(7, 18, 16, 0.88) 0%, rgba(18, 47, 39, 0.12) 58%, rgba(7, 18, 16, 0.48) 100%);
}

.adventure .world-shade {
  background:
    linear-gradient(90deg, rgba(5, 20, 25, 0.8) 0%, rgba(3, 59, 71, 0.42) 46%, rgba(12, 82, 96, 0.16) 100%),
    linear-gradient(0deg, rgba(5, 19, 20, 0.86) 0%, rgba(9, 62, 73, 0.08) 58%, rgba(5, 19, 20, 0.44) 100%);
}

.culture .world-shade {
  background:
    linear-gradient(90deg, rgba(19, 16, 12, 0.84) 0%, rgba(64, 45, 28, 0.48) 45%, rgba(97, 70, 38, 0.2) 100%),
    linear-gradient(0deg, rgba(17, 16, 13, 0.88) 0%, rgba(72, 49, 27, 0.12) 58%, rgba(17, 16, 13, 0.45) 100%);
}

.history .world-shade {
  background:
    linear-gradient(90deg, rgba(16, 15, 15, 0.86) 0%, rgba(58, 45, 38, 0.5) 45%, rgba(104, 85, 58, 0.22) 100%),
    linear-gradient(0deg, rgba(12, 13, 13, 0.9) 0%, rgba(78, 60, 40, 0.12) 58%, rgba(12, 13, 13, 0.45) 100%);
}

.impact .world-shade {
  background:
    linear-gradient(90deg, rgba(3, 18, 23, 0.84) 0%, rgba(6, 45, 57, 0.46) 44%, rgba(25, 91, 94, 0.18) 100%),
    linear-gradient(0deg, rgba(3, 18, 23, 0.88) 0%, rgba(6, 56, 68, 0.12) 58%, rgba(3, 18, 23, 0.5) 100%);
}

.world-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding-left: 28px;
  border-left: 1px solid rgba(216, 198, 154, 0.46);
  transform: translateY(8px);
  transition: transform 350ms ease;
}

.experience-panel:hover .world-content,
.experience-panel:focus-visible .world-content {
  transform: translateY(0);
}

.world-content h3 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.35rem;
  font-weight: 400;
  line-height: 1;
}

.world-content p {
  max-width: 660px;
  color: rgba(248, 245, 238, 0.78);
  font-size: 1.16rem;
}

.experience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.experience-tags li {
  border: 1px solid rgba(248, 245, 238, 0.2);
  border-radius: 999px;
  padding: 9px 14px;
  color: rgba(248, 245, 238, 0.82);
  font-size: 0.9rem;
  background: rgba(3, 7, 6, 0.22);
  backdrop-filter: blur(14px);
}

.enter-world {
  position: absolute;
  right: 42px;
  bottom: 92px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(248, 245, 238, 0.34);
  border-radius: 50%;
  color: rgba(248, 245, 238, 0.92);
  font-weight: 700;
  transition:
    transform 350ms ease,
    background 350ms ease,
    border-color 350ms ease;
}

.experience-panel:hover .enter-world,
.experience-panel:focus-visible .enter-world {
  transform: translateX(6px);
  background: rgba(247, 244, 236, 0.12);
  border-color: rgba(247, 244, 236, 0.72);
}

.closing-section {
  min-height: 68svh;
  display: grid;
  align-items: center;
  background:
    linear-gradient(180deg, #ece8de 0%, #d7e3dc 100%);
  color: #0b1111;
}

.closing-section .eyebrow {
  color: #5f6f68;
}

.closing-content {
  max-width: 820px;
}

.closing-logo {
  width: min(280px, 78vw);
  height: auto;
  margin-bottom: 42px;
}

.closing-content p {
  color: rgba(11, 17, 17, 0.72);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 42px;
  background: #030706;
  border-top: 1px solid rgba(248, 245, 238, 0.12);
  color: rgba(248, 245, 238, 0.62);
  font-size: 0.88rem;
}

.footer-logo {
  width: 122px;
  height: auto;
  flex: 0 0 auto;
}

.site-footer a {
  color: rgba(247, 244, 236, 0.82);
  text-decoration-color: rgba(247, 244, 236, 0.26);
  text-underline-offset: 4px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.detail-page {
  min-height: 100svh;
  background: #f1eee5;
  color: #111815;
}

.detail-hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 130px 42px 84px;
  color: var(--ink);
}

.detail-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.back-link {
  display: inline-flex;
  margin-bottom: 36px;
  color: rgba(247, 244, 236, 0.74);
  text-decoration-color: rgba(247, 244, 236, 0.28);
  text-underline-offset: 5px;
}

.detail-content h1 {
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
}

.detail-content p:not(.eyebrow) {
  max-width: 690px;
  color: rgba(247, 244, 236, 0.76);
  font-size: 1.18rem;
}

.detail-body {
  display: grid;
  gap: 80px;
}

.detail-block {
  max-width: 820px;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.68fr);
  gap: 72px;
  align-items: start;
}

.detail-body .eyebrow {
  color: #567761;
}

.detail-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.detail-list li {
  padding: 18px 0;
  border-top: 1px solid rgba(16, 24, 21, 0.18);
  color: rgba(16, 24, 21, 0.78);
  font-size: 1.05rem;
}

.destination-page {
  min-height: 100svh;
  background: #030706;
  color: var(--ink);
}

.destination-hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 140px 42px 96px;
}

.why-hero .destination-hero-image {
  object-position: center 44%;
  filter: brightness(1.12) contrast(0.96) saturate(1.04);
}

.why-hero .detail-vignette {
  background:
    linear-gradient(90deg, rgba(3, 7, 6, 0.74) 0%, rgba(3, 7, 6, 0.34) 48%, rgba(3, 7, 6, 0.2) 100%),
    linear-gradient(0deg, rgba(3, 7, 6, 0.68) 0%, rgba(3, 7, 6, 0.08) 52%, rgba(3, 7, 6, 0.5) 100%);
}

.destination-hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.destination-hero-content h1 {
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 0.98;
}

.destination-hero-content p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 34px;
  color: rgba(248, 245, 238, 0.76);
  font-size: 1.18rem;
}

.destination-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.62fr);
  gap: 80px;
  align-items: end;
  padding: 104px 42px;
  background:
    linear-gradient(180deg, #ece8de 0%, #d7e3dc 100%);
  color: #0b1111;
}

.destination-intro .eyebrow {
  color: #5f6f68;
}

.destination-intro h2,
.destination-closing h2 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.45rem;
  font-weight: 400;
  line-height: 1.03;
}

.destination-intro p {
  color: rgba(11, 17, 17, 0.72);
  font-size: 1.08rem;
}

.library-hero {
  min-height: 92svh;
  align-items: center;
  padding-top: 156px;
  padding-bottom: 112px;
}

.library-hero .destination-hero-image {
  object-position: center 48%;
  filter: brightness(1.03) contrast(1.04) saturate(1.08);
  transform-origin: center 48%;
}

.library-hero .detail-vignette {
  background:
    radial-gradient(circle at 72% 42%, rgba(143, 216, 210, 0.16), transparent 34%),
    linear-gradient(90deg, rgba(3, 7, 6, 0.88) 0%, rgba(3, 7, 6, 0.44) 42%, rgba(3, 7, 6, 0.08) 100%),
    linear-gradient(0deg, rgba(3, 7, 6, 0.82) 0%, rgba(3, 7, 6, 0.08) 52%, rgba(3, 7, 6, 0.56) 100%);
}

.library-hero::after {
  content: "";
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 34px;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(248, 245, 238, 0.42), rgba(143, 216, 210, 0.22), transparent);
}

.library-hero-content {
  max-width: 1060px;
}

.library-hero-content h1 {
  max-width: 920px;
  font-size: clamp(4.8rem, 8vw, 8.4rem);
  line-height: 0.86;
}

.library-hero-content p:not(.eyebrow) {
  max-width: 700px;
}

.destination-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 42px;
}

.library-hero-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0 28px;
  max-width: 780px;
  padding: 18px 0 0;
  margin: 0;
  border-top: 1px solid rgba(248, 245, 238, 0.22);
  list-style: none;
}

.library-hero-signals li {
  min-width: 120px;
  padding: 10px 0;
}

.library-hero-signals span {
  display: block;
  margin-bottom: 4px;
  color: rgba(143, 216, 210, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
}

.library-hero-signals strong {
  color: rgba(248, 245, 238, 0.9);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.library-pathway {
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(420px, 0.92fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
  padding: 82px 42px;
  background:
    radial-gradient(circle at 18% 10%, rgba(143, 216, 210, 0.08), transparent 32%),
    linear-gradient(180deg, #030706 0%, #07100f 100%);
}

.library-pathway-copy h2 {
  max-width: 520px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.6vw, 3.7rem);
  font-weight: 400;
  line-height: 1.02;
}

.library-pathway-copy p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(248, 245, 238, 0.72);
  font-size: 1.04rem;
}

.library-pathway-links {
  display: grid;
  gap: 0;
  max-width: 620px;
  margin-top: 30px;
  border-top: 1px solid rgba(248, 245, 238, 0.16);
}

.library-pathway-links a {
  display: grid;
  grid-template-columns: minmax(92px, 0.26fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 62px;
  border-bottom: 1px solid rgba(248, 245, 238, 0.14);
  color: rgba(248, 245, 238, 0.92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  text-decoration: none;
  transition:
    color 180ms ease,
    padding-left 180ms ease;
}

.library-pathway-links a:hover,
.library-pathway-links a:focus-visible {
  color: var(--champagne);
  padding-left: 8px;
  outline: none;
}

.library-pathway-links span {
  color: rgba(143, 216, 210, 0.72);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.library-pathway-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: rgba(248, 245, 238, 0.06);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.library-pathway-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(3, 7, 6, 0.34), rgba(3, 7, 6, 0.02)),
    linear-gradient(90deg, rgba(3, 7, 6, 0.18), transparent 58%);
  pointer-events: none;
}

.library-pathway-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.destination-atlas-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(480px, 1fr);
  gap: clamp(36px, 5vw, 82px);
  align-items: center;
  padding: 92px 42px;
  background:
    radial-gradient(circle at 78% 16%, rgba(143, 216, 210, 0.12), transparent 34%),
    linear-gradient(180deg, #030706 0%, #07100f 100%);
}

.destination-atlas-section .atlas-map-caption h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 4.5vw, 4.9rem);
  font-weight: 400;
  line-height: 0.96;
}

.destination-atlas-section .atlas-map-panel {
  min-width: 0;
}

.destination-atlas-section .atlas-map-shell {
  min-height: clamp(520px, 58svh, 660px);
}

.destination-category-summary {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(460px, 0.84fr);
  gap: clamp(36px, 5vw, 82px);
  align-items: center;
  padding: 96px 42px;
  background:
    linear-gradient(135deg, rgba(210, 167, 99, 0.09), transparent 28%),
    linear-gradient(315deg, rgba(102, 173, 165, 0.12), transparent 34%),
    linear-gradient(180deg, #030706 0%, #07100f 100%);
  overflow: hidden;
  position: relative;
}

.destination-category-summary::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(248, 245, 238, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(248, 245, 238, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 30%, #000 78%, transparent 100%);
  opacity: 0.38;
  pointer-events: none;
}

.destination-explorer-copy,
.destination-explorer-stage {
  position: relative;
  z-index: 1;
}

.destination-category-summary h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 4.6vw, 4.9rem);
  font-weight: 400;
  line-height: 0.98;
}

.destination-category-summary p:not(.eyebrow) {
  max-width: 820px;
  color: rgba(248, 245, 238, 0.72);
  font-size: 1.08rem;
}

.destination-explorer-stage {
  display: grid;
  gap: 14px;
}

.destination-explorer-visual {
  min-height: clamp(420px, 48vw, 620px);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(248, 245, 238, 0.16);
  border-radius: 8px;
  background: #08100f;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.destination-explorer-visual img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transform: scale(1.04);
  transition:
    opacity 260ms ease,
    transform 900ms ease;
}

.destination-explorer-visual.is-changing img {
  opacity: 0.3;
  transform: scale(1.1);
}

.destination-explorer-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 7, 6, 0.04), rgba(3, 7, 6, 0.26) 72%, rgba(3, 7, 6, 0.5)),
    linear-gradient(90deg, rgba(3, 7, 6, 0.24), transparent 58%);
}

.destination-explorer-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.destination-explorer-controls button {
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(248, 245, 238, 0.14);
  border-radius: 999px;
  background: rgba(248, 245, 238, 0.045);
  color: rgba(248, 245, 238, 0.72);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  text-align: center;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.destination-explorer-controls button:hover,
.destination-explorer-controls button:focus-visible,
.destination-explorer-controls button.is-active {
  background: rgba(248, 245, 238, 0.1);
  border-color: rgba(232, 197, 133, 0.72);
  color: #fffaf0;
  outline: none;
  transform: translateY(-2px);
}

.library-section {
  scroll-margin-top: 128px;
  padding: 108px 42px 42px;
  background:
    linear-gradient(180deg, #030706 0%, #0b1111 54%, #030706 100%);
  border-top: 1px solid rgba(248, 245, 238, 0.08);
}

.library-section:nth-of-type(odd) {
  background:
    radial-gradient(circle at 84% 12%, rgba(143, 216, 210, 0.1), transparent 30%),
    linear-gradient(180deg, #07100f 0%, #030706 100%);
}

.library-heading {
  max-width: 860px;
  margin-bottom: 32px;
}

.library-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  font-weight: 400;
  line-height: 1;
}

.library-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.library-carousel-controls > span {
  color: rgba(248, 245, 238, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.library-carousel-controls div {
  display: flex;
  gap: 10px;
}

.library-carousel-controls button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(248, 245, 238, 0.18);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(248, 245, 238, 0.06);
  color: rgba(248, 245, 238, 0.88);
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.library-carousel-controls button:hover,
.library-carousel-controls button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(143, 216, 210, 0.5);
  background: rgba(143, 216, 210, 0.12);
  color: #ffffff;
  outline: none;
}

.library-carousel-controls button:disabled {
  cursor: default;
  opacity: 0.42;
  transform: none;
}

.library-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  overflow: hidden;
  padding: 0;
}

.library-grid .destination-card {
  min-height: 540px;
}

.library-grid .destination-card h3 {
  min-height: 5.1rem;
}

.library-grid .destination-card p {
  min-height: 4.9rem;
}

.library-grid .destination-card ul {
  min-height: 64px;
  align-content: flex-start;
}

.library-section.is-carousel-ready .destination-card {
  display: none;
}

.library-section.is-carousel-ready .destination-card.is-active {
  display: flex;
  animation: library-card-in 420ms ease both;
}

@keyframes library-card-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }

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

.sponsor-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1fr);
  gap: 72px;
  align-items: start;
  padding: 112px 42px;
  background:
    linear-gradient(180deg, #ece8de 0%, #d7e3dc 100%);
  color: #0b1111;
}

.sponsor-section .eyebrow {
  color: #5f6f68;
}

.sponsor-section h2 {
  max-width: 820px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.45rem;
  font-weight: 400;
  line-height: 1.03;
}

.sponsor-section p {
  max-width: 760px;
  margin-bottom: 30px;
  color: rgba(11, 17, 17, 0.72);
  font-size: 1.08rem;
}

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

.sponsor-grid article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(11, 17, 17, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.38);
}

.sponsor-grid h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
}

.sponsor-grid p {
  margin-bottom: 0;
  color: rgba(11, 17, 17, 0.72);
  font-size: 1rem;
}

.purpose-visual-section {
  align-items: center;
}

.purpose-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 32px 92px rgba(3, 7, 6, 0.24);
}

.purpose-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(3, 7, 6, 0.7) 0%, transparent 58%),
    linear-gradient(90deg, rgba(3, 7, 6, 0.34), transparent 54%);
}

.purpose-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.purpose-visual span {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 1;
  border: 1px solid rgba(248, 245, 238, 0.26);
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(3, 7, 6, 0.28);
  color: rgba(248, 245, 238, 0.9);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.purpose-visual-copy {
  max-width: 680px;
}

.purpose-visual-copy p {
  margin-bottom: 24px;
}

.purpose-chip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 30px 0 32px;
}

.purpose-chip-grid span {
  min-height: 78px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(11, 17, 17, 0.14);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.42);
  color: rgba(11, 17, 17, 0.82);
  font-weight: 900;
}

.core-category-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.core-category-list li {
  padding: 14px 0;
  border-top: 1px solid rgba(11, 17, 17, 0.18);
  color: rgba(11, 17, 17, 0.86);
  font-weight: 800;
}

.why-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(460px, 1fr);
  gap: 72px;
  align-items: start;
  padding: 148px 42px 112px;
  background:
    radial-gradient(circle at 82% 20%, rgba(143, 216, 210, 0.12), transparent 32%),
    linear-gradient(180deg, #030706 0%, #0b1111 100%);
  border-top: 1px solid rgba(248, 245, 238, 0.1);
  border-bottom: 1px solid rgba(248, 245, 238, 0.1);
}

.why-copy {
  max-width: 720px;
  position: sticky;
  top: 122px;
}

.why-copy h2 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.45rem;
  font-weight: 700;
  line-height: 1.03;
}

.why-copy p:not(.eyebrow) {
  color: rgba(248, 245, 238, 0.72);
  font-size: 1.08rem;
}

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

.benefit-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid rgba(248, 245, 238, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(248, 245, 238, 0.11), rgba(248, 245, 238, 0.035)),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.18);
}

.benefit-card span {
  color: rgba(143, 216, 210, 0.76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
}

.benefit-card h3 {
  margin: 26px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
}

.benefit-card p {
  margin-bottom: 0;
  color: rgba(248, 245, 238, 0.7);
  font-size: 0.98rem;
}

.destination-grid-section {
  scroll-margin-top: 132px;
  padding: 42px;
  background:
    linear-gradient(180deg, #030706 0%, #0b1111 52%, #030706 100%);
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(420px, auto);
  gap: 16px;
}

.destination-card {
  position: relative;
  min-height: 420px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid rgba(248, 245, 238, 0.14);
  border-radius: 8px;
  color: var(--ink);
  text-decoration: none;
  background: #08100f;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.22);
  isolation: isolate;
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.destination-card.featured,
.destination-card.wide {
  grid-column: span 2;
}

.destination-card.featured {
  grid-row: span 2;
}

.destination-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(3, 7, 6, 0.88) 0%, rgba(3, 7, 6, 0.42) 56%, rgba(3, 7, 6, 0.08) 100%),
    linear-gradient(90deg, rgba(3, 7, 6, 0.58), rgba(3, 7, 6, 0.06));
}

.destination-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 700ms ease;
}

.destination-card img.image-focus-left {
  object-position: 24% center;
}

.destination-card:hover,
.destination-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(143, 216, 210, 0.48);
  box-shadow: 0 38px 96px rgba(0, 0, 0, 0.34);
  outline: none;
}

.destination-card:hover img,
.destination-card:focus-visible img {
  animation: destination-image-drift 4.2s ease-in-out infinite alternate;
}

@keyframes destination-image-drift {
  0% {
    transform: scale(1.08) translate3d(-14px, 0, 0);
  }

  48% {
    transform: scale(1.14) translate3d(14px, -10px, 0);
  }

  100% {
    transform: scale(1.11) translate3d(-4px, 10px, 0);
  }
}

.destination-index {
  position: absolute;
  top: 22px;
  left: 24px;
  color: rgba(143, 216, 210, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.destination-card h3 {
  max-width: 560px;
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4vw, 4.3rem);
  font-weight: 400;
  line-height: 0.98;
}

.destination-card:not(.featured) h3 {
  font-size: clamp(1.7rem, 2.2vw, 2.35rem);
}

.destination-card p {
  max-width: 520px;
  color: rgba(248, 245, 238, 0.76);
  font-size: 1rem;
}

.destination-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 18px 0 22px;
  list-style: none;
}

.destination-card li {
  padding: 7px 10px;
  border: 1px solid rgba(248, 245, 238, 0.18);
  border-radius: 999px;
  background: rgba(3, 7, 6, 0.28);
  color: rgba(248, 245, 238, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
}

.destination-card strong {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(248, 245, 238, 0.42);
  color: rgba(248, 245, 238, 0.94);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.destination-card strong::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.destination-closing {
  min-height: 62svh;
  display: grid;
  align-items: center;
  padding: 112px 42px;
  background:
    linear-gradient(180deg, #ece8de 0%, #d7e3dc 100%);
  color: #0b1111;
}

.destination-closing > div {
  max-width: 820px;
}

.destination-closing .eyebrow {
  color: #5f6f68;
}

.destination-closing p {
  max-width: 720px;
  margin-bottom: 32px;
  color: rgba(11, 17, 17, 0.72);
  font-size: 1.08rem;
}

.partner-page {
  min-height: 100svh;
  background: #030706;
  color: var(--ink);
}

.partner-hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 140px 42px 96px;
}

.partner-hero-content {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.partner-hero-content h1 {
  max-width: 940px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 7vw, 6.2rem);
  font-weight: 400;
  line-height: 0.96;
}

.partner-hero-content p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 34px;
  color: rgba(248, 245, 238, 0.76);
  font-size: 1.16rem;
}

.partner-benefits-section,
.sponsor-value-section,
.partner-roles-section,
.library-access-section,
.charity-portal-section,
.volunteer-impact-section,
.partner-process-section,
.partner-apply-section {
  padding: 112px 42px;
}

.partner-benefits-section {
  background:
    radial-gradient(circle at 84% 10%, rgba(143, 216, 210, 0.12), transparent 32%),
    linear-gradient(180deg, #030706 0%, #0b1111 100%);
}

.partner-section-heading {
  max-width: 920px;
  margin-bottom: 42px;
}

.partner-section-heading h2,
.sponsor-value-copy h2,
.library-access-copy h2,
.volunteer-impact-copy h2,
.partner-process-section h2,
.partner-apply-copy h2 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.45rem;
  font-weight: 400;
  line-height: 1.03;
}

.partner-section-heading p:not(.eyebrow) {
  max-width: 840px;
  color: rgba(248, 245, 238, 0.72);
  font-size: 1.08rem;
  line-height: 1.58;
}

.partner-roles-section {
  background:
    radial-gradient(circle at 12% 16%, rgba(143, 216, 210, 0.14), transparent 30%),
    linear-gradient(180deg, #07100f 0%, #0b1111 100%);
}

.partner-role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.partner-role-card {
  position: relative;
  min-height: 420px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border: 1px solid rgba(248, 245, 238, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(248, 245, 238, 0.08), rgba(248, 245, 238, 0.035)),
    rgba(8, 16, 15, 0.84);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.18);
  isolation: isolate;
}

.partner-role-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(3, 7, 6, 0.9) 0%, rgba(3, 7, 6, 0.46) 62%, rgba(3, 7, 6, 0.08) 100%),
    linear-gradient(90deg, rgba(3, 7, 6, 0.28), transparent);
}

.partner-role-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 650ms ease;
}

.partner-role-card:hover img,
.partner-role-card:focus-within img {
  transform: scale(1.09);
}

.partner-role-card span {
  display: inline-flex;
  width: max-content;
  margin-bottom: 14px;
  border: 1px solid rgba(248, 245, 238, 0.24);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(3, 7, 6, 0.34);
  color: rgba(143, 216, 210, 0.92);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-role-card h3 {
  max-width: 620px;
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.3vw, 2.35rem);
  font-weight: 400;
  line-height: 1;
}

.partner-role-card p {
  margin: 0;
  color: rgba(248, 245, 238, 0.72);
  line-height: 1.58;
}

.health-access-pathway {
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, 1fr);
  grid-auto-rows: minmax(178px, auto);
  align-items: stretch;
  gap: 18px;
}

.health-access-pathway .partner-role-card {
  min-height: 0;
  justify-content: center;
  padding: 22px 24px 22px 198px;
}

.health-access-pathway .partner-role-card:first-child {
  grid-row: span 3;
  min-height: 640px;
  justify-content: flex-end;
  padding: 28px;
}

.health-access-pathway .partner-role-card:not(:first-child)::after {
  background:
    linear-gradient(90deg, rgba(3, 7, 6, 0.1) 0%, rgba(3, 7, 6, 0.16) 170px, rgba(3, 7, 6, 0.92) 171px, rgba(3, 7, 6, 0.72) 100%),
    linear-gradient(0deg, rgba(3, 7, 6, 0.36), rgba(3, 7, 6, 0.12));
}

.health-access-pathway .partner-role-card:not(:first-child) img {
  right: auto;
  width: 174px;
}

.health-access-pathway .partner-role-card h3 {
  font-size: clamp(1.45rem, 1.9vw, 2rem);
}

.health-access-pathway .partner-role-card:first-child h3 {
  font-size: clamp(2rem, 2.7vw, 2.65rem);
}

.library-access-section {
  display: grid;
  grid-template-columns: minmax(340px, 0.42fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  background:
    linear-gradient(180deg, #e2e5dd 0%, #ece8de 100%);
  color: #0b1111;
}

.library-access-copy {
  max-width: 720px;
}

.library-access-copy .eyebrow {
  color: #52746f;
}

.library-access-copy p:not(.eyebrow) {
  color: rgba(11, 17, 17, 0.72);
  font-size: 1.08rem;
  line-height: 1.58;
}

.library-access-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.library-access-flow article {
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(11, 17, 17, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.44);
  box-shadow: 0 28px 84px rgba(11, 17, 17, 0.08);
}

.library-access-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 42px;
  border: 1px solid rgba(11, 17, 17, 0.14);
  border-radius: 50%;
  background: rgba(11, 17, 17, 0.06);
  color: #52746f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  font-weight: 900;
}

.library-access-flow h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.2vw, 2.25rem);
  font-weight: 400;
  line-height: 1.04;
}

.library-access-flow p {
  margin: 0;
  color: rgba(11, 17, 17, 0.7);
  line-height: 1.58;
}

.partner-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.partner-benefit-card {
  position: relative;
  min-height: 430px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid rgba(248, 245, 238, 0.14);
  border-radius: 8px;
  background: #08100f;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.2);
  isolation: isolate;
}

.partner-benefit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(3, 7, 6, 0.9) 0%, rgba(3, 7, 6, 0.44) 58%, rgba(3, 7, 6, 0.08) 100%),
    linear-gradient(90deg, rgba(3, 7, 6, 0.48), transparent);
}

.partner-benefit-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-benefit-card span {
  width: max-content;
  margin-bottom: 12px;
  border: 1px solid rgba(248, 245, 238, 0.2);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(3, 7, 6, 0.3);
  color: rgba(143, 216, 210, 0.86);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-benefit-card h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  min-height: 2.2em;
}

.partner-benefit-card p {
  margin-bottom: 0;
  color: rgba(248, 245, 238, 0.74);
  min-height: 3.2em;
}

.sponsor-value-section {
  scroll-margin-top: 132px;
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(143, 216, 210, 0.14), transparent 30%),
    linear-gradient(180deg, #0b1111 0%, #ece8de 100%);
  color: #0b1111;
}

.sponsor-value-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(3, 7, 6, 0.26);
}

.sponsor-value-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(3, 7, 6, 0.74) 0%, transparent 52%),
    linear-gradient(90deg, rgba(3, 7, 6, 0.18), transparent);
}

.sponsor-value-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.sponsor-value-visual span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 1;
  border: 1px solid rgba(248, 245, 238, 0.28);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(3, 7, 6, 0.38);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.sponsor-value-copy {
  max-width: 920px;
}

.sponsor-value-copy .eyebrow {
  color: #5f6f68;
}

.sponsor-value-copy > p:not(.eyebrow) {
  max-width: 740px;
  margin-bottom: 30px;
  color: rgba(11, 17, 17, 0.72);
  font-size: 1.08rem;
}

.sponsor-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 30px;
}

.sponsor-value-grid article {
  min-height: 176px;
  padding: 22px;
  border: 1px solid rgba(11, 17, 17, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
}

.sponsor-value-grid span {
  color: #52746f;
  font-weight: 900;
}

.sponsor-value-grid h3 {
  margin: 26px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.68rem;
  font-weight: 700;
  line-height: 1;
}

.sponsor-value-grid p {
  margin: 0;
  color: rgba(11, 17, 17, 0.7);
}

.charity-portal-section {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(500px, 1fr);
  gap: 52px;
  align-items: center;
  background:
    radial-gradient(circle at 86% 16%, rgba(143, 216, 210, 0.16), transparent 30%),
    linear-gradient(180deg, #ece8de 0%, #07100f 100%);
  color: #0b1111;
}

.charity-portal-copy {
  max-width: 760px;
}

.charity-portal-copy .eyebrow {
  color: #52746f;
}

.charity-portal-copy h2 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 5vw, 5.8rem);
  font-weight: 400;
  line-height: 0.94;
}

.charity-portal-copy p:not(.eyebrow) {
  color: rgba(11, 17, 17, 0.74);
  font-size: 1.08rem;
  line-height: 1.58;
}

.charity-portal-visuals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.charity-portal-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  border: 1px solid rgba(248, 245, 238, 0.14);
  border-radius: 8px;
  padding: 28px;
  background: #08100f;
  box-shadow: 0 34px 90px rgba(3, 7, 6, 0.26);
  color: var(--ink);
  isolation: isolate;
}

.charity-portal-hero:first-child {
  grid-row: span 2;
}

.charity-portal-hero.small {
  min-height: 303px;
  padding: 22px;
}

.charity-portal-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(3, 7, 6, 0.88) 0%, rgba(3, 7, 6, 0.34) 58%, rgba(3, 7, 6, 0.1) 100%),
    linear-gradient(90deg, rgba(3, 7, 6, 0.5), transparent);
}

.charity-portal-hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.charity-portal-hero:hover img {
  transform: scale(1.1);
}

.charity-portal-hero span {
  display: block;
  margin-bottom: 12px;
  color: rgba(216, 198, 154, 0.92);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.charity-portal-hero strong {
  display: block;
  max-width: 620px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 400;
  line-height: 0.98;
}

.charity-portal-hero.small strong {
  font-size: clamp(1.45rem, 2vw, 2.2rem);
}

.charity-portal-flow {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.charity-portal-flow article {
  min-height: 218px;
  padding: 22px;
  border: 1px solid rgba(11, 17, 17, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
}

.charity-portal-flow span {
  color: #52746f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 700;
}

.charity-portal-flow h3 {
  margin: 30px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}

.charity-portal-flow p {
  margin: 0;
  color: rgba(11, 17, 17, 0.7);
}

.volunteer-impact-section {
  scroll-margin-top: 32px;
  display: grid;
  grid-template-columns: minmax(340px, 0.46fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  background:
    radial-gradient(circle at 16% 22%, rgba(143, 216, 210, 0.16), transparent 28%),
    linear-gradient(180deg, #07100f 0%, #030706 100%);
}

.volunteer-impact-copy {
  max-width: 720px;
}

.volunteer-impact-copy p:not(.eyebrow) {
  color: rgba(248, 245, 238, 0.72);
  font-size: 1.08rem;
  line-height: 1.58;
}

.volunteer-impact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.78fr);
  grid-template-rows: repeat(2, minmax(250px, 1fr));
  gap: 14px;
  min-height: 620px;
}

.volunteer-impact-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid rgba(248, 245, 238, 0.14);
  border-radius: 8px;
  background: #08100f;
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.24);
  isolation: isolate;
}

.volunteer-impact-card.feature {
  grid-row: 1 / span 2;
  padding: 30px;
}

.volunteer-impact-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(3, 7, 6, 0.9) 0%, rgba(3, 7, 6, 0.38) 58%, rgba(3, 7, 6, 0.06) 100%),
    linear-gradient(90deg, rgba(3, 7, 6, 0.44), transparent 64%);
}

.volunteer-impact-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.volunteer-impact-card:hover img {
  transform: scale(1.1);
}

.volunteer-impact-card span {
  margin-bottom: 12px;
  color: rgba(216, 198, 154, 0.92);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.volunteer-impact-card h3 {
  max-width: 620px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.5vw, 3.2rem);
  font-weight: 400;
  line-height: 1;
}

.volunteer-impact-card p {
  max-width: 560px;
  margin: 14px 0 0;
  color: rgba(248, 245, 238, 0.72);
}

.partner-process-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(460px, 1fr);
  gap: 72px;
  background:
    linear-gradient(180deg, #ece8de 0%, #d7e3dc 100%);
  color: #0b1111;
}

.partner-process-section .eyebrow,
.partner-apply-section .eyebrow {
  color: #5f6f68;
}

.partner-process-section > div:first-child p:not(.eyebrow),
.partner-apply-copy p {
  color: rgba(11, 17, 17, 0.72);
}

.partner-contact-panel {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border: 1px solid rgba(11, 17, 17, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 28px 84px rgba(11, 17, 17, 0.1);
}

.partner-contact-panel h3 {
  max-width: 680px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 400;
  line-height: 0.98;
}

.partner-contact-panel p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(11, 17, 17, 0.72);
  font-size: 1.08rem;
}

.partner-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.ghost-action.dark-outline {
  border-color: rgba(11, 17, 17, 0.24);
  background: rgba(255, 255, 255, 0.36);
  color: #0b1111;
}

.ghost-action.dark-outline:hover,
.ghost-action.dark-outline:focus-visible {
  border-color: rgba(11, 17, 17, 0.48);
  background: rgba(255, 255, 255, 0.68);
}

.partner-apply-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(520px, 1fr);
  gap: 72px;
  align-items: start;
  background:
    linear-gradient(180deg, #f1eee5 0%, #d7e3dc 100%);
  color: #0b1111;
}

.partner-apply-copy {
  position: sticky;
  top: 122px;
  max-width: 620px;
}

.partner-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(11, 17, 17, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 28px 84px rgba(11, 17, 17, 0.12);
}

.partner-form label {
  display: grid;
  gap: 8px;
}

.partner-form span {
  color: rgba(11, 17, 17, 0.78);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-form input,
.partner-form select,
.partner-form textarea {
  width: 100%;
  border: 1px solid rgba(11, 17, 17, 0.16);
  border-radius: 8px;
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.72);
  color: #0b1111;
  font: inherit;
}

.partner-form textarea {
  resize: vertical;
}

.redirect-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 42px;
  background:
    radial-gradient(circle at 50% 12%, rgba(143, 216, 210, 0.12), transparent 32%),
    linear-gradient(180deg, #ece8de 0%, #d7e3dc 100%);
  color: #0b1111;
  text-align: center;
}

.redirect-page section {
  max-width: 680px;
}

.redirect-page h1 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 7vw, 4.4rem);
  font-weight: 400;
  line-height: 0.98;
}

.redirect-page p:not(.eyebrow) {
  margin-bottom: 28px;
  color: rgba(11, 17, 17, 0.72);
  font-size: 1.08rem;
}

.full-field,
.form-submit,
.form-status {
  grid-column: 1 / -1;
}

.form-submit {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: #0b1111;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.form-submit:hover,
.form-submit:focus-visible {
  transform: translateY(-2px);
  background: #1d3332;
  outline: none;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: rgba(11, 17, 17, 0.7);
  font-weight: 800;
}

.health-page {
  min-height: 100svh;
  background: #030706;
  color: var(--ink);
}

.health-hero {
  position: relative;
  min-height: 82svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 140px 42px 96px;
}

.health-hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.health-hero-content h1,
.evidence-heading h2,
.care-use-section h2,
.measurement-section h2 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.65rem;
  font-weight: 700;
  line-height: 1.03;
}

.health-hero-content h1 {
  max-width: 820px;
  font-size: 4.45rem;
  line-height: 0.98;
}

.health-hero-content p:not(.eyebrow) {
  max-width: 700px;
  margin-bottom: 34px;
  color: rgba(248, 245, 238, 0.76);
  font-size: 1.18rem;
}

.health-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 680px;
  margin: 0 0 34px;
}

.health-hero-pills span {
  border: 1px solid rgba(248, 245, 238, 0.22);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(3, 7, 6, 0.32);
  color: rgba(248, 245, 238, 0.86);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.health-note {
  padding: 34px 42px;
  border-top: 1px solid rgba(248, 245, 238, 0.12);
  border-bottom: 1px solid rgba(248, 245, 238, 0.12);
  background: rgba(248, 245, 238, 0.06);
}

.health-note p {
  max-width: 960px;
  margin: 0;
  color: rgba(248, 245, 238, 0.78);
  font-weight: 700;
}

.founder-story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(420px, 1fr);
  gap: 72px;
  padding: 96px 42px;
  background:
    linear-gradient(180deg, #111817 0%, #0b1111 100%);
  border-bottom: 1px solid rgba(248, 245, 238, 0.08);
}

.founder-story-section h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.15rem;
  font-weight: 400;
  line-height: 1.05;
}

.founder-story-section p:not(.eyebrow) {
  max-width: 820px;
  color: rgba(248, 245, 238, 0.74);
  font-size: 1.12rem;
}

.story-copy p + p {
  margin-top: 20px;
}

.story-standalone {
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1fr);
  background:
    linear-gradient(180deg, #ece8de 0%, #e2e5dd 100%);
  color: #0b1111;
}

.story-standalone .eyebrow {
  color: #5f6f68;
}

.story-standalone p:not(.eyebrow) {
  color: rgba(11, 17, 17, 0.72);
}

.partner-story-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(143, 216, 210, 0.1) 0%, transparent 44%),
    linear-gradient(215deg, rgba(216, 198, 154, 0.12) 0%, transparent 46%),
    linear-gradient(180deg, #07100f 0%, #101916 52%, #19211d 100%);
  border-bottom: 0;
  color: var(--ink);
}

.partner-story-section::after {
  content: "";
  position: absolute;
  right: 42px;
  bottom: 0;
  left: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(248, 245, 238, 0.18), transparent);
}

.partner-story-section .eyebrow {
  color: rgba(143, 216, 210, 0.88);
}

.partner-story-section p:not(.eyebrow) {
  color: rgba(248, 245, 238, 0.74);
}

.partner-story-section + .library-access-section {
  background:
    linear-gradient(180deg, #f1eee6 0%, #e4ebe5 52%, #ece8de 100%);
}

.evidence-section,
.care-use-section,
.measurement-section {
  padding: 112px 42px;
}

.evidence-section {
  scroll-margin-top: 132px;
  background:
    radial-gradient(circle at 80% 12%, rgba(143, 216, 210, 0.13), transparent 34%),
    linear-gradient(180deg, #030706 0%, #0b1111 100%);
}

.evidence-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.evidence-heading p:not(.eyebrow) {
  color: rgba(248, 245, 238, 0.72);
  font-size: 1.04rem;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.evidence-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid rgba(248, 245, 238, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(248, 245, 238, 0.1), rgba(248, 245, 238, 0.035)),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.2);
}

.evidence-card span {
  color: rgba(143, 216, 210, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.evidence-card h3 {
  margin: 34px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.08;
}

.evidence-card p {
  color: rgba(248, 245, 238, 0.7);
  font-size: 0.98rem;
}

.evidence-card a {
  width: max-content;
  margin-top: auto;
  color: rgba(248, 245, 238, 0.9);
  font-weight: 800;
  text-decoration-color: rgba(143, 216, 210, 0.48);
  text-underline-offset: 5px;
}

.care-use-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(460px, 1fr);
  gap: 72px;
  align-items: start;
  background:
    linear-gradient(180deg, #ece8de 0%, #d7e3dc 100%);
  color: #0b1111;
}

.care-use-section .eyebrow,
.measurement-section .eyebrow {
  color: #5f6f68;
}

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

.care-use-section > div:first-child p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(11, 17, 17, 0.68);
  font-size: 1.04rem;
}

.care-use-card {
  position: relative;
  min-height: 230px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  border: 1px solid rgba(11, 17, 17, 0.14);
  border-radius: 8px;
  color: var(--ink);
  text-decoration: none;
  background: #0b1111;
  box-shadow: 0 22px 58px rgba(11, 17, 17, 0.16);
  isolation: isolate;
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.care-use-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(3, 7, 6, 0.86) 0%, rgba(3, 7, 6, 0.26) 64%, rgba(3, 7, 6, 0.08) 100%),
    linear-gradient(90deg, rgba(3, 7, 6, 0.44), transparent);
}

.care-use-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 650ms ease;
}

.care-use-card:hover,
.care-use-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(27, 81, 84, 0.36);
  box-shadow: 0 30px 78px rgba(11, 17, 17, 0.22);
  outline: none;
}

.care-use-card:hover img,
.care-use-card:focus-visible img {
  transform: scale(1.1);
}

.care-use-card span {
  width: max-content;
  margin-bottom: 12px;
  border: 1px solid rgba(248, 245, 238, 0.22);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(3, 7, 6, 0.3);
  color: rgba(143, 216, 210, 0.86);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.care-use-card h3 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1;
}

.care-use-grid p,
.measurement-list li {
  color: rgba(11, 17, 17, 0.72);
  font-size: 1rem;
}

.measurement-section {
  background:
    linear-gradient(180deg, #ece8de 0%, #f1eee5 100%);
  color: #0b1111;
}

.measurement-section > div {
  max-width: 780px;
}

.measurement-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 24px;
  padding: 34px 0 0;
  margin: 0;
  list-style: none;
}

.measurement-list li {
  padding: 22px 0;
  border-top: 1px solid rgba(11, 17, 17, 0.18);
}

.measurement-list span {
  display: block;
  margin-bottom: 8px;
  color: #0b1111;
  font-weight: 900;
}

.partner-health-section > div {
  max-width: 900px;
}

.partner-health-section p {
  max-width: 820px;
  color: rgba(11, 17, 17, 0.72);
  font-size: 1.08rem;
}

@media (max-width: 900px) {
  :root {
    --header-height: 68px;
  }

  .site-header {
    padding: 14px 22px 30px;
  }

  .brand-mark {
    width: 112px;
  }

  .site-nav {
    gap: 12px;
    font-size: 0.82rem;
  }

  .hero,
  .experience-panel,
  .detail-hero,
  .destination-hero,
  .health-hero,
  .partner-hero {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero {
    padding-top: 124px;
    padding-bottom: 82px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 42px;
    transform: none;
  }

  .portal-column {
    width: 100%;
    justify-items: center;
    gap: 20px;
  }

  .travel-portal {
    width: min(76vw, 520px);
    min-width: 0;
    margin: 4px auto 0;
  }

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

  .travel-reel {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    margin-top: 52px;
  }

  .travel-reel figure {
    width: min(56vw, 430px);
    height: 178px;
  }

  .what-we-do-section {
    grid-template-columns: 1fr;
    padding-top: 92px;
  }

  .what-we-do-visual {
    width: min(100%, 680px);
    justify-self: center;
    min-height: auto;
  }

  .destination-category-summary {
    grid-template-columns: 1fr;
    padding: 82px 22px;
  }

  .destination-explorer-stage {
    grid-template-columns: 1fr;
  }

  .destination-explorer-controls {
    grid-template-columns: repeat(5, minmax(160px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .destination-explorer-controls button:hover,
  .destination-explorer-controls button:focus-visible,
  .destination-explorer-controls button.is-active {
    transform: translateY(-3px);
  }

  .what-we-do-copy {
    max-width: none;
  }

  .hero-copy,
  .world-content p,
  .detail-content p:not(.eyebrow),
  .destination-hero-content p:not(.eyebrow),
  .health-hero-content p:not(.eyebrow) {
    font-size: 1.04rem;
  }

  .mission-band,
  .worlds-intro,
  .platform-section,
  .problem-solution-section,
  .culture-archive-band,
  .mission-info-section,
  .closing-section,
  .detail-body,
  .why-section,
  .destination-intro,
  .destination-closing,
  .library-pathway,
  .library-section,
  .sponsor-section,
  .sponsor-value-section,
  .partner-roles-section,
  .library-access-section,
  .charity-portal-section,
  .volunteer-impact-section,
  .partner-process-section,
  .partner-apply-section,
  .evidence-section,
  .care-use-section,
  .measurement-section,
  .founder-story-section {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 82px 22px;
  }

  .why-section {
    padding-top: 124px;
  }

  .platform-copy {
    position: static;
  }

  .why-copy {
    position: static;
  }

  .platform-section {
    padding-top: 132px;
  }

  .problem-solution-grid {
    grid-template-columns: 1fr;
  }

  .problem-solution-card {
    min-height: 260px;
  }

  .platform-point.destination {
    min-height: 280px;
  }

  .platform-point.global-impact {
    min-height: 280px;
  }

  .mission-copy h2,
  .worlds-intro h2,
  .platform-copy h2,
  .culture-archive-band h2,
  .mission-info-copy h2,
  .closing-content h2,
  .detail-block h2,
  .why-copy h2,
  .destination-intro h2,
  .destination-closing h2,
  .library-heading h2,
  .sponsor-section h2,
  .partner-section-heading h2,
  .sponsor-value-copy h2,
  .library-access-copy h2,
  .volunteer-impact-copy h2,
  .partner-process-section h2,
  .partner-apply-copy h2,
  .health-hero-content h1,
  .evidence-heading h2,
  .care-use-section h2,
  .measurement-section h2,
  .founder-story-section h2 {
    font-size: 2.55rem;
  }

  .benefit-card {
    min-height: 168px;
  }

  .world-content h3,
  .detail-content h1,
  .destination-hero-content h1 {
    font-size: 3.05rem;
  }

  .destination-hero {
    min-height: 86svh;
    padding-top: 128px;
    padding-bottom: 76px;
  }

  .library-hero {
    min-height: 88svh;
    padding-top: 138px;
  }

  .library-hero::after {
    left: 22px;
    right: 22px;
  }

  .library-hero-content h1 {
    font-size: clamp(3.4rem, 11vw, 5.4rem);
  }

  .library-hero-signals {
    gap: 0 18px;
  }

  .library-hero-signals li {
    min-width: 104px;
  }

  .library-pathway-visual {
    min-height: 360px;
  }

  .health-hero {
    min-height: 86svh;
    padding-top: 128px;
    padding-bottom: 76px;
  }

  .partner-hero {
    min-height: 86svh;
    padding-top: 128px;
    padding-bottom: 76px;
  }

  .health-note {
    padding: 28px 22px;
  }

  .evidence-grid,
  .partner-benefit-grid,
  .partner-role-grid,
  .library-access-flow,
  .sponsor-value-grid,
  .sponsor-grid,
  .measurement-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .health-access-pathway {
    grid-template-columns: 1fr;
  }

  .health-access-pathway .partner-role-card:first-child {
    grid-row: auto;
    min-height: 420px;
  }

  .health-access-pathway .partner-role-card:not(:first-child) {
    min-height: 210px;
  }

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

  .sponsor-value-visual {
    min-height: 420px;
  }

  .partner-apply-copy {
    position: static;
  }

  .charity-portal-copy {
    position: static;
  }

  .charity-portal-hero {
    min-height: 460px;
  }

  .charity-portal-visuals {
    grid-template-columns: 1fr;
  }

  .charity-portal-hero:first-child {
    grid-row: auto;
  }

  .charity-portal-flow {
    grid-template-columns: 1fr;
  }

  .volunteer-impact-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .volunteer-impact-card,
  .volunteer-impact-card.feature {
    grid-row: auto;
    min-height: 360px;
  }

  .evidence-section {
    scroll-margin-top: 108px;
  }

  .destination-grid-section {
    scroll-margin-top: 108px;
    padding: 22px;
  }

  .destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(330px, auto);
  }

  .care-portal-card {
    min-height: 390px;
  }

  .atlas-map-shell {
    min-height: 460px;
  }

  .planner-shell {
    min-height: 620px;
  }

  .planner-card {
    min-height: 235px;
  }

  .atlas-map-shell::before,
  .atlas-map-shell::after,
  .atlas-map-surface {
    inset: 28px;
  }

  .vision-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vision-tile:first-child,
  .vision-tile:last-child {
    grid-column: auto;
    min-height: 160px;
  }

  .culture-archive-band img {
    min-height: 340px;
  }

  .mission-info-visual {
    min-height: 420px;
  }

  .experience-panel {
    min-height: 82svh;
  }

  .enter-world {
    right: 22px;
    bottom: 34px;
    width: 68px;
    height: 68px;
    font-size: 0.9rem;
  }

  .scroll-cue {
    right: 22px;
    bottom: 26px;
  }

  .detail-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 22px;
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 12px 18px 28px;
  }

  .brand-mark {
    width: 102px;
  }

  .site-nav {
    justify-content: space-between;
    gap: 6px;
    width: 100%;
    font-size: 0.7rem;
  }

  .hero {
    min-height: auto;
    padding-top: 158px;
    padding-bottom: 42px;
  }

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

  .travel-portal {
    width: min(86vw, 390px);
  }

  .portal-label {
    min-width: 198px;
    padding: 9px 14px;
  }

  .travel-reel {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    margin-top: 64px;
  }

  .travel-reel figure {
    width: 84vw;
    height: 190px;
  }

  .scroll-cue {
    display: none;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .text-action,
  .ghost-action {
    width: 100%;
  }

  .library-pathway {
    padding-top: 54px;
    padding-bottom: 26px;
  }

  .destination-category-summary {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .destination-explorer-visual {
    min-height: 420px;
  }

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

  .destination-explorer-controls button {
    min-height: 66px;
  }

  .platform-section {
    padding-top: 156px;
  }

  .platform-grid {
    grid-template-columns: 1fr;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .client-audience-grid,
  .client-access-board,
  .planner-path-grid {
    grid-template-columns: 1fr;
  }

  .evidence-grid,
  .care-use-grid,
  .partner-benefit-grid,
  .partner-role-grid,
  .library-access-flow,
  .sponsor-value-grid,
  .charity-portal-flow,
  .volunteer-impact-grid,
  .partner-form,
  .sponsor-grid,
  .measurement-list {
    grid-template-columns: 1fr;
  }

  .health-access-pathway .partner-role-card,
  .health-access-pathway .partner-role-card:not(:first-child) {
    min-height: 280px;
    justify-content: flex-end;
    padding: 22px;
  }

  .health-access-pathway .partner-role-card:not(:first-child)::after {
    background:
      linear-gradient(0deg, rgba(3, 7, 6, 0.9) 0%, rgba(3, 7, 6, 0.46) 62%, rgba(3, 7, 6, 0.08) 100%),
      linear-gradient(90deg, rgba(3, 7, 6, 0.28), transparent);
  }

  .health-access-pathway .partner-role-card:not(:first-child) img {
    right: 0;
    width: 100%;
  }

  .library-grid {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .library-carousel-controls {
    align-items: flex-start;
    flex-direction: column;
  }

  .library-carousel-controls div,
  .library-carousel-controls button {
    width: 100%;
  }

  .library-carousel-controls div {
    flex-direction: column;
  }

  .library-carousel-controls button {
    justify-content: center;
  }

  .evidence-card,
  .care-use-grid article,
  .care-use-card {
    min-height: 0;
  }

  .platform-point,
  .platform-point.destination,
  .platform-point.global-impact {
    grid-column: auto;
    min-height: 222px;
  }

  .vision-panel {
    grid-template-columns: 1fr;
  }

  .mission-info-grid {
    grid-template-columns: 1fr;
  }

  .mission-info-grid article:first-child {
    grid-column: auto;
  }

  .client-access-card:first-child {
    grid-column: auto;
  }

  .vision-tile,
  .vision-tile:first-child,
  .vision-tile:last-child {
    grid-column: auto;
    min-height: 170px;
  }

  .world-content h3,
  .detail-content h1,
  .destination-hero-content h1 {
    font-size: 2.55rem;
  }

  .health-hero-content h1 {
    font-size: 2.45rem;
  }

  .destination-hero {
    min-height: auto;
    padding-top: 168px;
    padding-bottom: 68px;
  }

  .library-hero {
    min-height: 88svh;
    padding-bottom: 86px;
  }

  .library-hero-content h1 {
    font-size: 3.35rem;
  }

  .destination-hero-actions {
    flex-direction: column;
    margin-bottom: 30px;
  }

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

  .library-hero-signals li {
    min-width: 0;
  }

  .library-pathway-links a {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 70px;
    font-size: 1.28rem;
  }

  .library-pathway-visual {
    min-height: 280px;
  }

  .health-hero {
    min-height: auto;
    padding-top: 168px;
    padding-bottom: 68px;
  }

  .partner-hero {
    min-height: auto;
    padding-top: 168px;
    padding-bottom: 68px;
  }

  .partner-hero-content h1 {
    font-size: 2.7rem;
  }

  .partner-benefit-card {
    min-height: 360px;
  }

  .volunteer-impact-card,
  .volunteer-impact-card.feature {
    min-height: 330px;
    padding: 22px;
  }

  .destination-grid {
    grid-template-columns: 1fr;
  }

  .destination-card,
  .destination-card.featured,
  .destination-card.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 350px;
  }

  .destination-card h3,
  .destination-card:not(.featured) h3 {
    font-size: 2.25rem;
    min-height: 0;
  }

  .library-grid .destination-card p,
  .library-grid .destination-card ul {
    min-height: 0;
  }

  .care-portal-card {
    min-height: 420px;
    padding: 22px;
  }

  .atlas-map-shell {
    min-height: 390px;
  }

  .planner-shell {
    min-height: 920px;
    padding: 16px;
  }

  .planner-header {
    left: 16px;
    right: 16px;
    top: 16px;
  }

  .planner-route {
    display: none;
  }

  .planner-card {
    min-height: 192px;
  }

  .planner-card strong {
    font-size: 1.95rem;
  }

  .what-we-do-visual {
    min-height: auto;
  }

  .what-we-do-copy h2 {
    font-size: 2.6rem;
  }

  .problem-solution-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .problem-solution-heading h2 {
    font-size: 2.42rem;
  }

  .problem-solution-heading p:not(.eyebrow) {
    font-size: 1rem;
  }

  .problem-solution-card {
    min-height: 0;
    padding: 22px;
  }

  .problem-solution-card h3 {
    font-size: 1.86rem;
  }

  .atlas-map-shell::before,
  .atlas-map-shell::after,
  .atlas-map-surface {
    inset: 18px;
  }

  .atlas-map-caption h3 {
    font-size: 2.2rem;
  }

  .map-pin span {
    left: 18px;
    padding: 6px 8px;
    font-size: 0.66rem;
  }

  .map-pin small {
    display: none;
  }

  .history-pin span,
  .impact-pin span {
    left: auto;
    right: 22px;
  }

  .purpose-visual {
    min-height: 360px;
  }

  .purpose-chip-grid {
    grid-template-columns: 1fr;
  }

  .care-portal-window {
    top: 18px;
    right: 18px;
    width: min(42%, 170px);
  }

  .care-portal-copy h3 {
    font-size: 2.35rem;
  }

  .culture-archive-band img {
    min-height: 280px;
  }

  .mission-info-visual {
    min-height: 340px;
  }

  .world-content {
    padding-left: 18px;
    padding-bottom: 82px;
  }

  .experience-tags {
    gap: 8px;
  }

  .experience-tags li {
    font-size: 0.84rem;
  }
}

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

  .hero-image,
  .world-image,
  .detail-image {
    transform: scale(1.02);
  }

  .reel-track {
    animation: none;
  }

  .atlas-map-surface span,
  .map-pin::before,
  .atlas-orbit {
    animation: none;
  }
}
