:root {
  --paper: #f4f1e8;
  --paper-soft: rgba(244, 241, 232, 0.72);
  --muted: #9ca8a4;
  --ink: #050908;
  --ink-soft: #091211;
  --glass: rgba(8, 16, 15, 0.72);
  --glass-solid: rgba(7, 13, 12, 0.94);
  --line: rgba(226, 239, 230, 0.15);
  --line-strong: rgba(226, 239, 230, 0.27);
  --sea: #67c5b5;
  --sea-deep: #155e62;
  --gold: #e1c478;
  --coral: #db7258;
  --mood: #73d9ce;
  --mood-accent: #e1c478;
  --mood-rgb: 115, 217, 206;
  --cover-a: #c9b87c;
  --cover-b: #1d5c61;
  --cover-c: #162c31;
  --cover-accent: #d94f3d;
  --panel-width: clamp(388px, 31vw, 458px);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

[hidden] {
  display: none !important;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
}

body {
  min-width: 320px;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.7;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.atlas-shell {
  position: relative;
  width: 100vw;
  height: 100dvh;
  min-height: 520px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 52% 46%, rgba(22, 89, 91, 0.24), transparent 38%),
    radial-gradient(ellipse at 48% 110%, rgba(202, 116, 75, 0.09), transparent 42%),
    linear-gradient(122deg, #020504 0%, #07100f 47%, #0c1111 70%, #030605 100%);
}

.globe-loader {
  --loader-progress: 0.06;
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 28px;
  background: #050908;
  color: var(--paper);
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 680ms ease, visibility 680ms step-end;
}

.globe-loader::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(54vw, 620px);
  height: min(54vw, 620px);
  border: 1px solid rgba(103, 197, 181, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 90px rgba(103, 197, 181, 0.07),
    inset 0 0 90px rgba(103, 197, 181, 0.035);
  transform: translate(-50%, -50%) scale(calc(0.92 + var(--loader-progress) * 0.08));
  transition: transform 220ms ease-out;
}

.globe-loader.is-complete {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.globe-loader-mark {
  position: relative;
  width: 42px;
  height: 32px;
  margin-bottom: 22px;
}

.globe-loader-mark i {
  position: absolute;
  bottom: 0;
  width: 3px;
  border-radius: 3px;
  background: var(--sea);
  box-shadow: 0 0 14px rgba(103, 197, 181, 0.48);
  animation: globe-loader-signal 1.6s ease-in-out infinite;
}

.globe-loader-mark i:nth-child(1) { left: 5px; height: 11px; animation-delay: -0.48s; }
.globe-loader-mark i:nth-child(2) { left: 15px; height: 22px; animation-delay: -0.32s; }
.globe-loader-mark i:nth-child(3) { left: 25px; height: 31px; animation-delay: -0.16s; }
.globe-loader-mark i:nth-child(4) { left: 35px; height: 17px; }

.globe-loader strong {
  position: relative;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  line-height: 1;
}

.globe-loader > span {
  position: relative;
  margin-top: 11px;
  color: rgba(244, 241, 232, 0.52);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.globe-loader-track {
  position: relative;
  width: min(340px, 72vw);
  height: 2px;
  margin-top: 27px;
  overflow: visible;
  background: rgba(226, 239, 230, 0.12);
}

.globe-loader-track i {
  position: absolute;
  inset: 0;
  display: block;
  background: var(--sea);
  box-shadow: 0 0 15px rgba(103, 197, 181, 0.48);
  transform: scaleX(0.06);
  transform-origin: left center;
  transition: transform 180ms ease-out;
}

.globe-loader-track i::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 0 18px rgba(103, 197, 181, 0.8);
  transform: translateY(-50%);
}

@keyframes globe-loader-signal {
  0%, 100% { opacity: 0.38; transform: scaleY(0.72); }
  50% { opacity: 1; transform: scaleY(1); }
}

#globe-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  outline: none;
}

.scene-grade,
.scene-horizon,
.grain,
.cinematic-shutter,
.arrival-light {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.scene-grade {
  z-index: 2;
  background:
    radial-gradient(ellipse at 55% 45%, rgba(var(--mood-rgb), 0.09), transparent 34%),
    linear-gradient(90deg, rgba(1, 4, 3, 0.74) 0%, rgba(1, 4, 3, 0.16) 29%, transparent 53%, rgba(1, 4, 3, 0.18) 78%, rgba(1, 4, 3, 0.5) 100%),
    linear-gradient(0deg, rgba(1, 4, 3, 0.72) 0%, transparent 30%, rgba(1, 4, 3, 0.38) 100%);
  transition: background 1400ms ease;
}

.scene-horizon {
  z-index: 2;
  inset: auto 16% 6% 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(103, 197, 181, 0.28), rgba(225, 196, 120, 0.3), transparent);
  box-shadow: 0 -22px 54px rgba(103, 197, 181, 0.06);
}

.atlas-shell.music-playing .scene-horizon {
  animation: music-horizon 3.8s ease-in-out infinite;
}

.grain {
  z-index: 3;
  opacity: 0.035;
  background-image:
    repeating-radial-gradient(circle at 17% 31%, #fff 0 0.45px, transparent 0.7px 3px);
  background-size: 5px 5px;
  mix-blend-mode: soft-light;
}

.cinematic-shutter {
  z-index: 13;
}

.cinematic-shutter::before,
.cinematic-shutter::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8vh;
  background: #010302;
  transform: scaleY(0);
  transition: transform 720ms var(--ease-out);
}

.cinematic-shutter::before {
  top: 0;
  transform-origin: top;
}

.cinematic-shutter::after {
  bottom: 0;
  transform-origin: bottom;
}

.atlas-shell.is-flying .cinematic-shutter::before,
.atlas-shell.is-flying .cinematic-shutter::after {
  transform: scaleY(1);
}

.arrival-light {
  z-index: 4;
  opacity: 0;
  background: radial-gradient(circle at 52% 48%, rgba(var(--mood-rgb), 0.42), transparent 24%);
  mix-blend-mode: screen;
  transition: opacity 900ms ease;
}

.atlas-shell.is-arriving .arrival-light {
  opacity: 0.62;
}

.atlas-shell.is-arrived .arrival-light {
  animation: arrival-afterglow 1250ms ease-out both;
}

.country-reveal {
  position: absolute;
  z-index: 14;
  top: 53%;
  left: calc((100% - var(--panel-width)) / 2);
  width: min(520px, 48vw);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -42%) scale(0.96);
  transition: opacity 820ms ease, transform 1100ms var(--ease-out);
}

.country-reveal.visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.country-reveal .reveal-index {
  display: block;
  margin-bottom: 8px;
  color: var(--mood-accent);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.country-reveal strong {
  display: block;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 400;
  line-height: 0.92;
  text-shadow: 0 8px 48px rgba(0, 0, 0, 0.8);
}

.country-reveal p {
  max-width: 360px;
  margin: 14px auto 0;
  color: rgba(244, 241, 232, 0.74);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 17px;
  font-style: italic;
}

.country-reveal i {
  display: block;
  width: 72px;
  height: 1px;
  margin: 18px auto 0;
  background: linear-gradient(90deg, transparent, var(--mood-accent), transparent);
}

@keyframes arrival-afterglow {
  0% { opacity: 0.7; }
  100% { opacity: 0; }
}

@keyframes music-horizon {
  0%, 100% { opacity: 0.46; box-shadow: 0 -22px 54px rgba(var(--mood-rgb), 0.06); }
  50% { opacity: 0.94; box-shadow: 0 -28px 80px rgba(var(--mood-rgb), 0.18); }
}

.topbar {
  position: absolute;
  z-index: 7;
  top: 26px;
  left: 28px;
  right: calc(var(--panel-width) + 28px);
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 14px;
  pointer-events: none;
  transition: right 700ms var(--ease-out), opacity 520ms ease, transform 700ms var(--ease-out);
}

.atlas-shell.is-flying .topbar,
.atlas-shell.is-flying .search-rail,
.atlas-shell.is-flying .intro-panel {
  opacity: 0.08;
}

.atlas-shell.is-flying .topbar {
  transform: translateY(-8px);
}

.atlas-shell:not(.panel-open) .topbar {
  right: 28px;
}

.topbar > * {
  pointer-events: auto;
}

.icon-button {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(6, 12, 11, 0.58);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px) saturate(135%);
  transition: border-color 260ms ease, background 260ms ease, transform 260ms ease;
}

.icon-button:hover {
  border-color: var(--line-strong);
  background: rgba(18, 32, 29, 0.8);
  transform: scale(1.04);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 11px;
}

.brand-signal {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border: 1px solid rgba(225, 196, 120, 0.34);
  border-radius: 50%;
  color: var(--gold);
}

.brand-signal i {
  width: 2px;
  height: 7px;
  border-radius: 2px;
  background: currentColor;
}

.brand-signal i:nth-child(2) { height: 14px; }
.brand-signal i:nth-child(3) { height: 10px; }
.brand-signal i:nth-child(4) { height: 5px; }

.brand-copy {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.brand-copy strong {
  font-size: 14px;
  font-weight: 700;
}

.brand-copy em {
  color: var(--gold);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 24px;
  font-style: italic;
}

.menu-scrim {
  position: absolute;
  inset: 0;
  z-index: 9;
  border: 0;
  background: rgba(1, 4, 3, 0.52);
  backdrop-filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms ease;
}

.side-menu {
  position: absolute;
  z-index: 10;
  inset: 0 auto 0 0;
  width: min(350px, 88vw);
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(11, 24, 21, 0.98), rgba(4, 8, 7, 0.98)),
    var(--ink);
  box-shadow: 34px 0 90px rgba(0, 0, 0, 0.42);
  transform: translateX(-102%);
  transition: transform 650ms var(--ease-out);
}

.atlas-shell.menu-open .side-menu {
  transform: translateX(0);
}

.atlas-shell.menu-open .menu-scrim {
  opacity: 1;
  pointer-events: auto;
}

.menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 34px;
}

.menu-links {
  display: grid;
  gap: 4px;
  padding-top: 24px;
}

.menu-links a {
  min-height: 52px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(226, 239, 230, 0.07);
  color: var(--muted);
  font-size: 14px;
  transition: color 220ms ease, transform 220ms ease;
}

.menu-links a:hover,
.menu-links a.active {
  color: var(--paper);
  transform: translateX(4px);
}

.menu-links a.active svg {
  color: var(--gold);
}

.site-language-switcher {
  display: flex;
  gap: 18px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.site-language-switcher a {
  color: var(--muted);
  text-decoration: none;
}

.site-language-switcher a:hover,
.site-language-switcher a[aria-current="page"] {
  color: var(--gold);
}

.intro-panel {
  position: absolute;
  z-index: 5;
  left: 30px;
  bottom: 88px;
  width: min(365px, calc(100vw - var(--panel-width) - 74px));
  pointer-events: none;
  transition: opacity 700ms ease, transform 800ms var(--ease-out);
}

.intro-panel > * {
  pointer-events: auto;
}

.atlas-shell.focused .intro-panel {
  opacity: 0.2;
  transform: translateY(18px);
}

.eyebrow,
.region-label {
  margin: 0;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.intro-panel .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--paper-soft);
}

.intro-panel .eyebrow span {
  width: 24px;
  height: 1px;
  background: var(--gold);
}

.intro-heading {
  margin: 0 0 14px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(50px, 5.5vw, 82px);
  line-height: 0.88;
  font-weight: 400;
}

.intro-heading em {
  color: var(--gold);
  font-weight: 400;
}

.lede {
  max-width: 330px;
  margin: 0 0 22px;
  color: var(--paper-soft);
  font-size: 14px;
  line-height: 1.6;
}

.quick-actions {
  display: flex;
  gap: 9px;
}

.primary-action,
.secondary-action {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 23px;
  padding: 0 18px;
  background: var(--paper);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.25);
  transition: transform 250ms ease, background 250ms ease;
}

.primary-action:hover,
.secondary-action:hover {
  transform: translateY(-2px);
}

.secondary-action {
  width: 46px;
  padding: 0;
  border-color: var(--line-strong);
  color: var(--paper);
  background: rgba(9, 18, 16, 0.64);
  backdrop-filter: blur(16px);
}

.search-rail {
  position: absolute;
  z-index: 7;
  top: 24px;
  left: 50%;
  width: min(382px, 38vw);
  height: 46px;
  translate: -50% 0;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 54px 34px;
  align-items: center;
  gap: 4px;
  padding: 5px 6px 5px 14px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(6, 13, 12, 0.64);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(20px) saturate(140%);
  transition: left 700ms var(--ease-out), border-color 250ms ease;
}

.panel-open .search-rail {
  left: calc((100% - var(--panel-width)) / 2);
}

.search-rail:focus-within {
  border-color: rgba(103, 197, 181, 0.48);
}

.search-rail > svg {
  width: 16px;
  color: var(--muted);
}

.search-rail input {
  min-width: 0;
  height: 34px;
  border: 0;
  outline: 0;
  color: var(--paper);
  background: transparent;
  font-size: 13px;
}

.search-rail > button[type="submit"] {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: var(--gold);
}

.search-rail > button[type="submit"] svg {
  width: 15px;
}

.site-language-picker {
  position: relative;
  height: 34px;
}

.search-rail .site-language-trigger {
  width: 54px;
  height: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 10px;
  place-items: center;
  gap: 2px;
  padding: 0 9px 0 11px;
  border: 1px solid rgba(225, 196, 120, 0.34);
  border-radius: 17px;
  color: rgba(244, 241, 232, 0.88);
  background: rgba(4, 12, 11, 0.74);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.site-language-trigger svg {
  width: 10px;
  height: 10px;
}

.site-language-trigger svg:last-child {
  transition: transform 180ms ease;
}

.site-language-picker.is-open .site-language-trigger,
.site-language-trigger:hover,
.site-language-trigger:focus-visible {
  border-color: rgba(225, 196, 120, 0.52);
  color: var(--gold);
  background: rgba(225, 196, 120, 0.08);
  outline: none;
}

.site-language-picker.is-open .site-language-trigger svg:last-child {
  transform: rotate(180deg);
}

.site-language-picker nav {
  position: absolute;
  z-index: 18;
  top: calc(100% + 11px);
  right: -40px;
  width: 176px;
  display: grid;
  gap: 3px;
  padding: 7px;
  border: 1px solid rgba(225, 196, 120, 0.24);
  border-radius: 8px;
  background: rgba(5, 13, 12, 0.96);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(22px) saturate(135%);
}

.site-language-picker nav[hidden] {
  display: none;
}

.site-language-picker nav::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 54px;
  width: 9px;
  height: 9px;
  border-top: 1px solid rgba(225, 196, 120, 0.24);
  border-left: 1px solid rgba(225, 196, 120, 0.24);
  background: rgba(5, 13, 12, 0.96);
  transform: rotate(45deg);
}

.site-language-picker nav button {
  position: relative;
  z-index: 1;
  min-height: 42px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 9px;
  padding: 0 10px;
  width: 100%;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

.site-language-picker nav button > span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 800;
}

.site-language-picker nav button > strong {
  font-size: 12px;
  font-weight: 650;
}

.site-language-picker nav button > svg {
  width: 13px;
  opacity: 0;
}

.site-language-picker nav button:hover,
.site-language-picker nav button.is-selected {
  color: var(--paper);
  background: rgba(225, 196, 120, 0.08);
}

.site-language-picker nav button.is-selected > svg {
  color: var(--gold);
  opacity: 1;
}

.globe-caption {
  position: absolute;
  z-index: 4;
  left: calc((100% - var(--panel-width)) / 2);
  bottom: 48px;
  translate: -50% 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(244, 241, 232, 0.42);
  font-size: 10px;
  pointer-events: none;
  transition: left 700ms var(--ease-out);
}

.atlas-shell:not(.panel-open) .globe-caption {
  left: 50%;
}

.globe-caption i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
}

.album-panel {
  position: absolute;
  z-index: 8;
  inset: 0 0 0 auto;
  width: var(--panel-width);
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 24px 22px 18px;
  border-left: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(12, 23, 21, 0.93), rgba(5, 10, 9, 0.96)),
    var(--ink);
  box-shadow: -30px 0 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(26px) saturate(128%);
  transform: translateX(102%);
  transition: transform 760ms var(--ease-out);
}

.album-panel.is-open {
  transform: translateX(0);
}

.atlas-shell.is-flying .album-panel.is-open,
.atlas-shell.is-arrived .album-panel.is-open {
  transform: translateX(104%);
}

.panel-header {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 22px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.close-button {
  width: 36px;
  height: 36px;
}

.album-art {
  position: relative;
  flex: 0 0 clamp(170px, 24vh, 226px);
  overflow: hidden;
  border: 1px solid rgba(244, 241, 232, 0.18);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(3, 8, 8, 0.04), rgba(3, 8, 8, 0.58)),
    linear-gradient(135deg, var(--cover-a) 0%, #d9d2b2 28%, var(--cover-b) 68%, var(--cover-c) 100%);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.25);
  transition: background 800ms ease, box-shadow 800ms ease;
}

.atlas-shell.music-playing .album-art {
  box-shadow: 0 24px 64px rgba(var(--mood-rgb), 0.16), 0 24px 52px rgba(0, 0, 0, 0.25);
}

.cover-grid {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.8), transparent 68%);
}

.sun-disc {
  position: absolute;
  top: 25px;
  right: 42px;
  width: clamp(66px, 8vw, 94px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--cover-accent);
  box-shadow:
    0 0 0 12px color-mix(in srgb, var(--cover-accent), transparent 88%),
    0 0 60px color-mix(in srgb, var(--cover-accent), transparent 48%);
}

.ridge {
  position: absolute;
  left: -14%;
  width: 135%;
  height: 62%;
  border: 1px solid rgba(238, 243, 230, 0.68);
  border-radius: 50%;
  transform: rotate(-7deg);
}

.ridge-one {
  bottom: -34%;
  border-color: rgba(11, 35, 38, 0.92);
}

.ridge-two {
  bottom: -12%;
  transform: rotate(-3deg);
}

.cover-topline {
  position: absolute;
  top: 14px;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.68);
  font-size: 8px;
  text-transform: uppercase;
}

.cover-title {
  position: absolute;
  left: 16px;
  bottom: 15px;
  display: grid;
  gap: 0;
}

.cover-title span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.cover-title strong {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(31px, 3.2vw, 44px);
  line-height: 0.95;
  font-weight: 400;
}

.cover-number {
  position: absolute;
  right: 15px;
  bottom: 12px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
}

.album-copy {
  flex: 0 0 auto;
  padding: 5px 1px 10px;
}

.album-heading {
  margin: 5px 0 7px;
  padding-right: 48px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(29px, 2.5vw, 38px);
  line-height: 1;
  font-weight: 400;
}

.album-hover,
.album-description {
  margin: 0;
  color: var(--paper-soft);
  font-size: 14px;
  line-height: 1.52;
}

.album-hover {
  margin-bottom: 7px;
  color: var(--gold);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 16px;
  font-style: italic;
}

.album-details {
  display: grid;
  gap: 5px;
  margin: 10px 0 0;
}

.album-details > div {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 9px;
}

.album-details dt,
.album-details dd {
  margin: 0;
  font-size: 10.5px;
  line-height: 1.5;
}

.album-details dt {
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
}

.album-details dd {
  color: rgba(244, 241, 232, 0.78);
}

.session-player {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  margin: 0 0 11px;
  padding: 10px 11px 9px;
  border: 1px solid rgba(225, 196, 120, 0.28);
  border-radius: 6px;
  background:
    linear-gradient(110deg, rgba(225, 196, 120, 0.11), transparent 52%),
    rgba(255, 255, 255, 0.035);
}

.large-play {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #10120e;
  background: var(--gold);
  box-shadow: 0 0 30px rgba(225, 196, 120, 0.23);
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.large-play:hover {
  transform: scale(1.06);
  box-shadow: 0 0 42px rgba(225, 196, 120, 0.36);
}

.large-play svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.now-playing {
  min-width: 0;
}

.now-playing span {
  display: block;
  margin-bottom: 2px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.now-playing strong {
  display: block;
  overflow: hidden;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.player-status {
  display: block;
  min-height: 1em;
  color: rgba(225, 193, 112, 0.9);
  font-size: 0.67rem;
  letter-spacing: 0.02em;
}

.session-player.is-unavailable .large-play,
.session-player.is-unavailable .player-seek {
  opacity: 0.45;
}

.player-time {
  color: var(--muted);
  font-size: 11px;
}

.waveform {
  grid-column: 2 / -1;
  height: 24px;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  align-items: center;
  gap: 3px;
  overflow: hidden;
}

.waveform i {
  height: 24%;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--sea), var(--gold));
  opacity: 0.55;
  transform-origin: center;
  animation: wavePulse 2.4s ease-in-out infinite;
  animation-play-state: paused;
}

.session-player.playing .waveform i {
  animation-play-state: running;
}

.player-seek {
  grid-column: 2 / -1;
  width: 100%;
  height: 14px;
  margin: -8px 0 0;
  padding: 0;
  accent-color: var(--gold);
  cursor: pointer;
  opacity: 0.78;
}

.player-seek:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.waveform i:nth-child(2n) { height: 58%; animation-delay: -0.7s; }
.waveform i:nth-child(3n) { height: 86%; animation-delay: -1.3s; }
.waveform i:nth-child(5n) { height: 40%; animation-delay: -1.8s; }
.waveform i:nth-child(7n) { height: 72%; animation-delay: -0.3s; }

@keyframes wavePulse {
  0%, 100% { transform: scaleY(0.45); opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 0.92; }
}

.player-controls {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  margin-top: -3px;
}

.player-controls button,
.track-toolbar button {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--muted);
  background: transparent;
  transition: color 200ms ease, background 200ms ease;
}

.player-controls button:hover,
.track-toolbar button:hover {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.07);
}

.player-controls svg,
.track-toolbar svg {
  width: 14px;
  height: 14px;
}

.track-toolbar {
  flex: 0 0 auto;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 11.5px;
}

.track-toolbar span strong {
  color: var(--paper);
}

.track-toolbar > div {
  display: flex;
}

.track-list {
  flex: 0 0 auto;
  min-height: 90px;
  max-height: 430px;
  overflow: auto;
  padding: 5px 3px 5px 0;
  scrollbar-color: rgba(225, 196, 120, 0.3) transparent;
  scrollbar-width: thin;
}

.track {
  width: 100%;
  min-height: 42px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  border: 0;
  border-bottom: 1px solid rgba(226, 239, 230, 0.065);
  padding: 0 4px;
  color: var(--paper-soft);
  background: transparent;
  text-align: left;
  transition: color 180ms ease, background 180ms ease, padding 220ms ease;
}

button.track {
  border: 0;
  font: inherit;
  text-align: left;
}

.track-playable {
  cursor: pointer;
}

.track:hover,
.track.active {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.045);
  padding-left: 8px;
}

.track-number {
  color: rgba(244, 241, 232, 0.36);
  font-size: 10.5px;
}

.track-title {
  min-width: 0;
  overflow: hidden;
  font-size: 12.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.track time {
  color: var(--muted);
  font-size: 10.5px;
}

.track-play {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--gold);
  background: transparent;
}

.track-play svg {
  width: 12px;
  height: 12px;
}

.platform-row {
  flex: 0 0 auto;
  min-height: 45px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid var(--line);
}

.platform-row.is-empty {
  display: none;
}

.related-links {
  flex: 0 0 auto;
  display: grid;
  gap: 6px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.related-links > span {
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
}

.related-links > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.related-links a {
  color: var(--paper-soft);
  font-size: 11px;
  text-decoration: underline;
  text-decoration-color: rgba(225, 196, 120, 0.34);
  text-underline-offset: 3px;
}

.related-links a:hover {
  color: var(--gold);
}

.platform-row > span {
  margin-right: auto;
  color: var(--muted);
  font-size: 10px;
}

.service-link {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--paper-soft);
  font-size: 10px;
}

.service-link > span {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #07100e;
  background: var(--paper);
  font-size: 9px;
  font-weight: 700;
}

.spotify-link > span {
  background: #1ed760;
}

.service-link svg {
  width: 11px;
  height: 11px;
}

.reopen-album {
  position: absolute;
  z-index: 7;
  right: 26px;
  bottom: 28px;
  width: 245px;
  min-height: 62px;
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px;
  color: var(--paper);
  background: rgba(6, 13, 12, 0.76);
  backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 420ms ease, transform 520ms var(--ease-out);
}

.atlas-shell.has-selection:not(.panel-open) .reopen-album {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mini-cover {
  width: 43px;
  height: 43px;
  border-radius: 3px;
  background:
    radial-gradient(circle at 72% 25%, var(--cover-accent) 0 15%, transparent 16%),
    linear-gradient(135deg, var(--cover-a), var(--cover-b));
}

.reopen-album > span:nth-child(2) {
  min-width: 0;
  display: grid;
  gap: 2px;
  text-align: left;
}

.reopen-album small {
  color: var(--gold);
  font-size: 8px;
  text-transform: uppercase;
}

.reopen-album strong {
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.track-toolbar button.saved {
  color: var(--mood-accent);
}

.track-toolbar button.saved svg {
  fill: currentColor;
}

.country-hover-label {
  position: fixed;
  z-index: 12;
  max-width: min(310px, calc(100vw - 28px));
  color: #f3dda0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.012em;
  text-wrap: balance;
  text-shadow:
    0 0 7px rgba(225, 196, 120, 0.48),
    0 0 18px rgba(225, 196, 120, 0.2),
    0 2px 10px rgba(0, 0, 0, 0.88);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 5px, 0);
  transition: opacity 150ms ease, transform 180ms var(--ease-out);
  will-change: opacity, transform;
}

.country-splash {
  position: absolute;
  inset: 0;
  z-index: 4;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background: #050908;
  transition: opacity 620ms var(--ease-out), visibility 0s linear 650ms;
}

.country-splash-image,
.country-splash-grade,
.country-splash-sweep {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.country-splash-image {
  object-fit: cover;
  object-position: center;
  transform: scale(1.012);
  filter: saturate(0.96) brightness(0.9);
  transition: transform 1300ms var(--ease-out), filter 900ms var(--ease-out);
}

.country-splash-grade {
  background:
    linear-gradient(90deg, rgba(2, 7, 14, 0.42), transparent 36%, transparent 67%, rgba(2, 7, 14, 0.34)),
    linear-gradient(0deg, rgba(2, 6, 13, 0.48), transparent 35%, rgba(3, 7, 16, 0.14));
}

.player-active:not([hidden]) {
  display: contents;
}

.player-empty {
  grid-column: 1 / -1;
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 5px 4px;
}

.player-empty span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.player-empty strong {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
}

.player-empty p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.session-player.is-empty {
  min-height: 94px;
  border-color: rgba(103, 197, 181, 0.2);
  background: linear-gradient(110deg, rgba(103, 197, 181, 0.08), transparent 58%), rgba(255, 255, 255, 0.025);
}

.country-splash-sweep {
  left: -42%;
  width: 34%;
  opacity: 0;
  transform: skewX(-12deg);
  background: linear-gradient(90deg, transparent, rgba(73, 184, 255, 0.13), rgba(149, 224, 255, 0.24), transparent);
  mix-blend-mode: screen;
  filter: blur(1px);
}

.atlas-shell.country-splash-active .country-splash {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.atlas-shell.country-splash-active .country-splash-image {
  transform: scale(1);
  filter: saturate(1.03) brightness(1);
}

.atlas-shell.country-splash-revealing .country-splash-sweep {
  animation: country-splash-sweep 820ms var(--ease-out) both;
}

@keyframes country-splash-sweep {
  0% { left: -42%; opacity: 0; }
  18% { opacity: 0.72; }
  100% { left: 112%; opacity: 0; }
}

.country-hover-label.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1100px) {
  :root {
    --panel-width: 390px;
  }

  .intro-panel {
    width: 280px;
  }

  .intro-heading {
    font-size: 58px;
  }

  .lede {
    font-size: 12px;
  }

  .search-rail,
  .panel-open .search-rail {
    top: 82px;
    left: calc((100% - var(--panel-width)) / 2);
  }
}

@media (max-height: 700px) and (min-width: 821px) {
  .album-panel {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .panel-header {
    min-height: 36px;
    margin-bottom: 4px;
  }

  .album-art {
    flex-basis: 136px;
  }

  .album-copy {
    padding: 10px 1px 8px;
  }

  .album-heading {
    margin-bottom: 0;
    font-size: 29px;
  }

  .player-controls {
    display: none;
  }

  .session-player {
    margin-bottom: 7px;
    padding: 8px 9px;
  }

  .waveform {
    height: 19px;
  }

  .track-list {
    min-height: 72px;
  }
}

@media (max-height: 519px) and (min-width: 821px) {
  .atlas-shell {
    min-height: 100dvh;
  }

  .album-panel {
    height: 100dvh;
  }
}

@media (max-width: 820px) {
  :root {
    --panel-width: 100vw;
  }

  .atlas-shell {
    min-height: 560px;
  }

  .topbar {
    top: 15px;
    left: 15px;
    right: 15px;
  }

  .brand-copy strong {
    font-size: 12px;
  }

  .brand-copy em {
    font-size: 21px;
  }

  .search-rail,
  .panel-open .search-rail {
    top: 72px;
    left: 50%;
    width: calc(100vw - 30px);
  }

  .site-language-picker nav {
    right: -39px;
  }

  .intro-panel {
    left: 18px;
    right: 18px;
    bottom: 70px;
    width: auto;
  }

  .intro-heading {
    font-size: clamp(47px, 15vw, 68px);
  }

  .lede {
    max-width: 310px;
  }

  .album-panel {
    top: auto;
    width: 100%;
    height: min(78dvh, 690px);
    padding: 16px 15px 12px;
    border-top: 1px solid var(--line);
    border-left: 0;
    border-radius: 14px 14px 0 0;
    transform: translateY(102%);
  }

  .panel-header {
    top: 16px;
    right: 15px;
  }

  .album-panel.is-open {
    transform: translateY(0);
  }

  .atlas-shell.is-flying .album-panel.is-open,
  .atlas-shell.is-arrived .album-panel.is-open {
    transform: translateY(104%);
  }

  .country-reveal {
    top: 45%;
    left: 50%;
    width: calc(100vw - 34px);
  }

  .country-reveal strong {
    font-size: clamp(48px, 16vw, 72px);
  }

  .country-reveal p {
    max-width: 300px;
    font-size: 15px;
  }

  .album-art {
    flex-basis: 150px;
  }

  .album-heading {
    font-size: 30px;
  }

  .session-player {
    margin-top: 0;
  }

  .platform-row {
    flex-wrap: wrap;
  }

  .reopen-album {
    right: 15px;
    bottom: 18px;
  }

  .globe-caption,
  .country-hover-label {
    display: none;
  }

  .atlas-shell.focused .intro-panel {
    opacity: 0;
  }
}

@media (max-width: 520px) {
  .menu-button,
  .icon-button {
    width: 40px;
    height: 40px;
  }

  .brand-signal {
    display: none;
  }

  .album-panel {
    height: 68dvh;
  }

  .album-art {
    flex-basis: 128px;
  }

  .cover-topline {
    display: none;
  }

  .track-list {
    min-height: 110px;
  }

  .secondary-action {
    display: none;
  }

  .search-rail {
    grid-template-columns: 24px minmax(0, 1fr) 52px 34px;
    padding-left: 11px;
  }

  .search-rail .site-language-trigger {
    width: 52px;
    padding: 0 8px 0 10px;
  }
}

/* Atlas player v2: real-audio nocturne spectrum and tactile controls. */
.session-player {
  position: relative;
  isolation: isolate;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  column-gap: 13px;
  row-gap: 8px;
  margin-bottom: 13px;
  padding: 14px 13px 12px;
  overflow: hidden;
  border-color: rgba(222, 185, 105, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(126deg, rgba(133, 71, 84, 0.12), transparent 34%),
    linear-gradient(154deg, rgba(24, 57, 52, 0.48), rgba(6, 17, 16, 0.98) 72%);
  box-shadow:
    inset 0 1px 0 rgba(255, 246, 213, 0.06),
    inset 0 -1px 0 rgba(39, 115, 111, 0.12),
    0 18px 38px rgba(0, 4, 5, 0.22);
}

.session-player::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-top: 1px solid rgba(233, 199, 126, 0.13);
  background: linear-gradient(90deg, rgba(218, 179, 98, 0.07), transparent 34%, rgba(83, 175, 170, 0.055));
  pointer-events: none;
}

.session-player::after {
  content: "";
  position: absolute;
  top: 0;
  right: 13px;
  left: 13px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(231, 193, 112, 0.66), rgba(91, 184, 179, 0.46), transparent);
  opacity: 0.72;
  pointer-events: none;
}

.large-play {
  position: relative;
  width: 52px;
  height: 52px;
  color: #07100f;
  background: linear-gradient(145deg, #f0d492, #c89743);
  box-shadow:
    inset 0 1px 0 rgba(255, 251, 229, 0.72),
    0 0 0 1px rgba(246, 219, 151, 0.2),
    0 9px 28px rgba(202, 145, 53, 0.25);
  transition: transform 220ms ease, box-shadow 300ms ease, filter 300ms ease;
}

.large-play::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(231, 198, 126, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(222, 178, 91, 0.08);
  pointer-events: none;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.session-player.playing .large-play::after {
  border-color: rgba(236, 205, 137, 0.48);
  box-shadow: 0 0 24px rgba(222, 178, 91, 0.22);
  transform: scale(1.04);
}

.large-play:hover {
  transform: translateY(-1px) scale(1.035);
  filter: brightness(1.055);
  box-shadow:
    inset 0 1px 0 rgba(255, 251, 229, 0.84),
    0 0 0 1px rgba(246, 219, 151, 0.34),
    0 12px 34px rgba(202, 145, 53, 0.34);
}

.large-play:active {
  transform: translateY(0) scale(0.97);
}

.large-play svg {
  width: 19px;
  height: 19px;
}

.now-playing > span:first-child {
  margin-bottom: 4px;
  color: #dcb76d;
}

.now-playing strong {
  color: #f4f0df;
  font-size: 15px;
  font-weight: 650;
}

.player-time {
  align-self: start;
  margin-top: 5px;
  color: rgba(198, 218, 209, 0.64);
  font-variant-numeric: tabular-nums;
}

.player-spectrum {
  grid-column: 2 / -1;
  width: 100%;
  height: 52px;
  display: block;
  margin: -2px 0 0;
  border-block: 1px solid rgba(113, 181, 172, 0.07);
  background:
    linear-gradient(90deg, transparent, rgba(227, 190, 111, 0.1) 26%, rgba(89, 176, 169, 0.1) 72%, transparent) 0 50% / 100% 1px no-repeat,
    repeating-linear-gradient(90deg, transparent 0 19px, rgba(190, 220, 207, 0.035) 19px 20px);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  opacity: 0.86;
  filter: saturate(0.94);
  transition: opacity 420ms ease, filter 420ms ease;
}

.session-player.playing .player-spectrum {
  opacity: 1;
  filter: saturate(1.12);
}

.player-seek {
  --seek-progress: 0%;
  grid-column: 2 / -1;
  width: 100%;
  height: 14px;
  margin: -7px 0 0;
  appearance: none;
  background: transparent;
  opacity: 1;
}

.player-seek::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #e4bd6c 0 var(--seek-progress), rgba(90, 176, 170, 0.34) var(--seek-progress) 100%);
}

.player-volume-range::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(221, 181, 98, 0.72), rgba(92, 180, 175, 0.42));
}

.player-seek::-webkit-slider-thumb,
.player-volume-range::-webkit-slider-thumb {
  width: 10px;
  height: 10px;
  margin-top: -4px;
  appearance: none;
  border: 1px solid rgba(255, 242, 202, 0.82);
  border-radius: 50%;
  background: #dcb76d;
  box-shadow: 0 0 10px rgba(220, 183, 109, 0.34);
}

.player-seek::-moz-range-track {
  height: 2px;
  border: 0;
  border-radius: 2px;
  background: linear-gradient(90deg, #e4bd6c 0 var(--seek-progress), rgba(90, 176, 170, 0.34) var(--seek-progress) 100%);
}

.player-volume-range::-moz-range-track {
  height: 2px;
  border: 0;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(221, 181, 98, 0.72), rgba(92, 180, 175, 0.42));
}

.player-seek::-moz-range-thumb,
.player-volume-range::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 242, 202, 0.82);
  border-radius: 50%;
  background: #dcb76d;
  box-shadow: 0 0 10px rgba(220, 183, 109, 0.34);
}

.player-controls {
  grid-column: 2 / -1;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-top: 0;
}

.player-controls button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(208, 184, 125, 0.16);
  color: rgba(224, 232, 225, 0.78);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.player-controls button:hover {
  border-color: rgba(222, 185, 105, 0.38);
  color: #f2d18b;
  background: rgba(222, 185, 105, 0.085);
  transform: translateY(-1px);
}

.player-controls button:active {
  transform: translateY(0) scale(0.95);
}

.player-controls button:focus-visible,
.player-volume-range:focus-visible {
  outline: 2px solid #dcb76d;
  outline-offset: 2px;
}

.player-controls svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.8;
}

.player-volume {
  min-width: 118px;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  padding-right: 10px;
  border: 1px solid rgba(208, 184, 125, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.028);
}

.player-volume .volume-toggle {
  flex: 0 0 34px;
  margin: -1px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.player-volume-range {
  min-width: 0;
  width: 68px;
  height: 16px;
  margin: 0;
  padding: 0;
  appearance: none;
  cursor: pointer;
  background: transparent;
}

.session-player[data-audio-reactive="unavailable"] .player-spectrum {
  opacity: 0.42;
}

@media (max-height: 700px) and (min-width: 821px) {
  .player-controls {
    display: flex;
  }

  .session-player {
    padding: 9px 10px 8px;
  }

  .player-spectrum {
    height: 34px;
  }

  .player-controls,
  .player-volume {
    min-height: 32px;
    height: 32px;
  }

  .player-controls button {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 820px) {
  .session-player {
    grid-template-columns: 48px minmax(0, 1fr) auto;
    padding: 11px;
  }

  .large-play {
    width: 48px;
    height: 48px;
  }

  .player-spectrum {
    height: 40px;
  }

  .player-controls {
    display: flex;
  }
}

@media (max-width: 430px) {
  .session-player {
    column-gap: 10px;
  }

  .player-volume {
    min-width: 104px;
  }

  .player-volume-range {
    width: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .session-player *,
  .session-player *::before,
  .session-player *::after {
    transition-duration: 1ms !important;
  }
}

@media (max-width: 820px) {
  .listening-book {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    border: 0;
    border-radius: 0;
  }

  .book-layout {
    height: calc(100dvh - 64px);
    min-height: 0;
  }

  .book-reading,
  .book-article-scroll {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
html.terrain-evidence-mode .reopen-album,
html.terrain-evidence-mode .intro-panel {
  opacity: 0 !important;
  pointer-events: none !important;
}
html.terrain-evidence-mode .scene-grade,
html.terrain-evidence-mode .texture-grain,
html.terrain-evidence-mode .arrival-light {
  opacity: 0 !important;
}

/* Shared country transition preset, derived from the accepted Armenia experience. */
#globe-canvas {
  transition: opacity 1200ms var(--ease-out), filter 1400ms var(--ease-out), transform 1600ms var(--ease-out);
}

.country-world-active #globe-canvas {
  opacity: 0.015;
  filter: saturate(1.35) brightness(1.28) blur(5px);
  transform: scale(1.012);
}

.country-world-active .scene-grade,
.country-world-active .scene-horizon,
.country-world-active .arrival-light {
  opacity: 0;
}

.atlas-shell.country-world-transitioning .intro-panel,
.atlas-shell.country-world-transitioning .globe-caption,
.atlas-shell.country-world-active .intro-panel,
.atlas-shell.country-world-active .globe-caption {
  opacity: 0;
  pointer-events: none;
}

.country-transition-field {
  position: absolute;
  inset: -12%;
  z-index: 6;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.08);
  mix-blend-mode: screen;
}

.country-transition-field::before,
.country-transition-field::after,
.country-transition-field i {
  content: "";
  position: absolute;
  inset: 0;
}

.country-transition-field::before {
  background:
    radial-gradient(circle at 18% 34%, rgba(103, 208, 226, 0.74) 0 1px, transparent 2px),
    radial-gradient(circle at 66% 22%, rgba(255, 213, 135, 0.76) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 61%, rgba(138, 207, 244, 0.64) 0 1px, transparent 2px),
    radial-gradient(circle at 43% 76%, rgba(255, 187, 104, 0.62) 0 1px, transparent 2px);
  background-size: 47px 43px, 59px 53px, 71px 61px, 83px 73px;
  filter: blur(0.5px);
}

.country-transition-field::after {
  inset: 28% 10%;
  background: radial-gradient(ellipse, rgba(207, 237, 255, 0.42), rgba(53, 171, 215, 0.1) 38%, transparent 70%);
  filter: blur(22px);
}

.country-transition-field i:nth-child(1) {
  background: repeating-radial-gradient(circle at 28% 52%, rgba(117, 211, 232, 0.27) 0 1px, transparent 1px 12px);
}

.country-transition-field i:nth-child(2) {
  background: repeating-conic-gradient(from 18deg at 56% 47%, transparent 0 7deg, rgba(246, 201, 122, 0.08) 7deg 8deg);
}

.country-transition-field i:nth-child(3) {
  background: linear-gradient(104deg, transparent 20%, rgba(255, 255, 255, 0.2) 48%, transparent 72%);
}

.country-world-transitioning .country-transition-field,
.country-world-leaving .country-transition-field,
.country-transition-field.is-leaving {
  animation: country-material-dissolve 1450ms ease-in-out both;
}

.country-world-leaving .country-transition-field,
.country-transition-field.is-leaving {
  animation-direction: reverse;
}

.book-entry {
  margin-top: 14px;
  padding: 14px 0 3px;
  border-top: 1px solid rgba(225, 196, 120, 0.28);
}

.book-entry > div > span {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.book-entry > div > strong {
  display: block;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
}

.book-entry > div > p {
  margin: 3px 0 11px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.open-listening-book {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(225, 196, 120, 0.42);
  border-radius: 5px;
  color: #16130b;
  background: linear-gradient(105deg, #e5c979, #efdb9b);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.16);
  font-size: 12px;
  font-weight: 700;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.open-listening-book:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 38px rgba(225, 196, 120, 0.18);
}

.book-entry > nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  overflow: visible;
  padding: 9px 0 5px;
  scrollbar-width: none;
}

.book-entry > nav::-webkit-scrollbar {
  display: none;
}

.book-entry > nav a {
  flex: 0 0 auto;
  color: rgba(244, 241, 232, 0.58);
  font-size: 10.5px;
  white-space: nowrap;
}

.book-entry > nav a:hover {
  color: var(--paper);
}

.book-playback-prompt {
  position: absolute;
  z-index: 11;
  left: 28px;
  bottom: 58px;
  max-width: min(320px, calc(100vw - 56px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 18px;
  padding: 13px 16px;
  border: 1px solid rgba(233, 213, 164, 0.3);
  border-radius: 4px;
  color: #f5efdf;
  background: rgba(8, 15, 23, 0.82);
  box-shadow: 0 20px 60px rgba(2, 5, 10, 0.34);
  backdrop-filter: blur(14px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: left;
  transition: transform 360ms var(--ease-out), opacity 280ms ease, visibility 0s linear 360ms;
}

.book-playback-prompt small {
  grid-column: 1;
  color: #d9b96e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.book-playback-prompt strong {
  grid-column: 1;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 17px;
  font-weight: 400;
}

.book-playback-prompt > span {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: #e3c985;
  font-size: 18px;
}

.country-world-active.book-prompt-visible:not(.book-open) .book-playback-prompt {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.book-playback-prompt:focus-visible,
.listening-book :focus-visible {
  outline: 2px solid #2f716a;
  outline-offset: 3px;
}

.listening-book {
  position: absolute;
  z-index: 12;
  top: 78px;
  bottom: 22px;
  left: 18px;
  width: clamp(580px, 42vw, 760px);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(234, 221, 184, 0.2);
  border-radius: 7px;
  color: #23231f;
  background:
    linear-gradient(90deg, rgba(239, 235, 219, 0.98), rgba(247, 244, 233, 0.99) 43%, rgba(236, 232, 215, 0.98)),
    #f3efe2;
  box-shadow: 0 34px 100px rgba(3, 5, 12, 0.46);
  transform: translateX(calc(-100% - 36px));
  opacity: 0;
  pointer-events: none;
  transition: transform 420ms var(--ease-out), opacity 280ms ease;
}

.listening-book.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.book-progress {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(28, 72, 74, 0.1);
}

.book-progress i {
  display: block;
  width: var(--book-progress, 0%);
  height: 100%;
  background: linear-gradient(90deg, #1d6668, #c4933b);
  transition: width 120ms linear;
}

.book-header {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px 0 18px;
  border-bottom: 1px solid rgba(36, 51, 45, 0.13);
}

.book-header > div {
  min-width: 0;
  flex: 1;
  display: grid;
}

.book-header small {
  color: #69706a;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.book-header strong {
  overflow: hidden;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.book-header .icon-button {
  width: 36px;
  height: 36px;
  border-color: rgba(36, 51, 45, 0.18);
  color: #26332f;
  background: transparent;
}

.book-toc-toggle {
  display: none;
}

.book-layout {
  height: calc(100% - 60px);
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
}

.book-toc {
  min-width: 0;
  overflow-y: auto;
  padding: 22px 11px 90px 14px;
  border-right: 1px solid rgba(36, 51, 45, 0.12);
  background: rgba(40, 66, 59, 0.035);
}

.book-toc > p {
  margin: 0 8px 12px;
  color: #7a7f78;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.book-toc-link {
  min-height: 54px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-content: center;
  gap: 2px 6px;
  padding: 8px;
  border-left: 2px solid transparent;
  color: #555b56;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.book-toc-link > span {
  grid-row: 1 / span 2;
  color: #a07a37;
  font-size: 8px;
}

.book-toc-link strong {
  min-width: 0;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.2;
}

.book-toc-link small {
  color: #8e918b;
  font-size: 8px;
}

.book-toc-link:hover,
.book-toc-link.is-active {
  border-left-color: #b78a3d;
  color: #1e2925;
  background: rgba(31, 93, 90, 0.055);
}

.book-reading {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.book-article-scroll {
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(36, 87, 79, 0.3) transparent;
}

.book-cover,
.book-article {
  width: min(100% - 64px, 650px);
  margin: 0 auto;
  padding: 42px 0 80px;
}

.book-cover {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.book-overline {
  margin: 0 0 13px;
  color: #9a7437;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.book-cover h1,
.book-cover h2,
.book-article h1 {
  margin: 0;
  max-width: 12ch;
  color: #20241f;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(39px, 4.2vw, 62px);
  line-height: 0.96;
  font-weight: 400;
}

.book-deck {
  max-width: 42ch;
  margin: 22px 0 14px;
  color: #4c554f;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 20px;
  line-height: 1.32;
}

.book-editorial-note {
  max-width: 58ch;
  margin: 0;
  color: #767b75;
  font-size: 10px;
  line-height: 1.55;
}

.book-begin {
  width: fit-content;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b68b42;
  color: #294e49;
  font-size: 11px;
  font-weight: 700;
}

.book-article > header {
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(39, 53, 48, 0.14);
}

.book-article h1 {
  max-width: 14ch;
  font-size: clamp(35px, 3.7vw, 54px);
}

.book-byline {
  display: flex;
  gap: 16px;
  margin-top: 18px;
  color: #737a74;
  font-size: 9px;
}

.book-byline span:first-child {
  color: #2d4c46;
  font-weight: 700;
}

.book-intro {
  margin: 24px 0 0;
  color: #37413c;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 20px;
  line-height: 1.46;
}

.book-article > section {
  padding-top: 30px;
}

.book-article > section h2,
.book-sources h2 {
  margin: 0 0 12px;
  color: #26342f;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 400;
}

.book-article > section p {
  margin: 0 0 15px;
  color: #4d534f;
  font-size: 13px;
  line-height: 1.72;
}

.book-glossary dl {
  margin: 0;
  border-top: 1px solid rgba(39, 53, 48, 0.14);
}

.book-glossary dl > div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(39, 53, 48, 0.1);
}

.book-glossary dt {
  color: #285b55;
  font-size: 10px;
  font-weight: 800;
}

.book-glossary dd {
  margin: 0;
  color: #676d68;
  font-size: 11px;
  line-height: 1.55;
}

.book-sources {
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid rgba(39, 53, 48, 0.18);
}

.book-sources ol {
  margin: 0;
  padding-left: 18px;
}

.book-sources li,
.book-sources > p {
  color: #666d68;
  font-size: 10px;
  line-height: 1.55;
}

.book-sources li + li {
  margin-top: 5px;
}

.book-sources a {
  color: #245c57;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.book-sources > p {
  margin: 18px 0 0;
  padding-left: 12px;
  border-left: 2px solid rgba(183, 138, 61, 0.55);
}

.book-chapter-nav {
  min-height: 66px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border-top: 1px solid rgba(39, 53, 48, 0.12);
  background: rgba(34, 55, 49, 0.06);
}

.book-chapter-nav a {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 10px 18px;
  background: rgba(247, 244, 233, 0.76);
}

.book-chapter-nav a:last-child {
  text-align: right;
}

.book-chapter-nav span {
  color: #858a84;
  font-size: 8px;
  text-transform: uppercase;
}

.book-chapter-nav strong {
  overflow: hidden;
  color: #244a45;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.book-player-dock {
  display: none;
}

@keyframes country-material-dissolve {
  0% { opacity: 0; transform: scale(1.08) translate3d(-2%, 1%, 0); filter: blur(6px); }
  38% { opacity: 0.88; }
  58% { opacity: 0.52; transform: scale(1) translate3d(1%, -1%, 0); filter: blur(0); }
  100% { opacity: 0; transform: scale(0.94) translate3d(3%, -2%, 0); filter: blur(9px); }
}

@media (max-width: 1180px) and (min-width: 821px) {
  .listening-book {
    width: calc(100vw - var(--panel-width) - 32px);
    min-width: 0;
    left: 12px;
  }

  .book-layout {
    grid-template-columns: 154px minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  .book-playback-prompt {
    top: 76px;
    right: 14px;
    bottom: auto;
    left: 14px;
    max-width: none;
  }

  .listening-book {
    top: 68px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 7px 7px 0 0;
    transform: translateY(105%);
  }

  .listening-book.is-open {
    transform: translateY(0);
  }

  .book-header {
    padding-left: 14px;
  }

  .book-toc-toggle {
    display: grid;
  }

  .book-layout {
    height: calc(100% - 60px);
    display: block;
  }

  .book-toc {
    position: absolute;
    z-index: 5;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 22px 18px 110px;
    border: 0;
    background: rgba(244, 241, 229, 0.985);
    transform: translateY(-12px);
    opacity: 0;
    visibility: hidden;
    transition: transform 320ms var(--ease-out), opacity 220ms ease, visibility 0s linear 320ms;
  }

  .listening-book.toc-open .book-toc {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }

  .book-toc-link {
    min-height: 64px;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    border-left-width: 3px;
  }

  .book-toc-link > span {
    grid-row: auto;
  }

  .book-toc-link small {
    align-self: center;
  }

  .book-reading {
    height: 100%;
    padding-bottom: 58px;
  }

  .book-cover,
  .book-article {
    width: min(100% - 38px, 680px);
    padding-top: 34px;
  }

  .book-cover h1,
  .book-cover h2,
  .book-article h1 {
    font-size: clamp(38px, 12vw, 55px);
  }

  .book-intro {
    font-size: 19px;
  }

  .book-article > section p {
    font-size: 14px;
  }

  .book-player-dock {
    position: absolute;
    z-index: 7;
    right: 0;
    bottom: 0;
    left: 0;
    height: 58px;
    display: grid;
    grid-template-columns: 7px minmax(0, 1fr) 38px 42px 38px;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-top: 1px solid rgba(38, 55, 49, 0.14);
    color: #26322e;
    background: rgba(244, 241, 229, 0.96);
    backdrop-filter: blur(18px);
  }

  .book-playing-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b78a3d;
  }

  .music-playing .book-playing-dot {
    box-shadow: 0 0 0 5px rgba(183, 138, 61, 0.12);
    animation: book-playing-pulse 1.8s ease-in-out infinite;
  }

  .book-player-dock > div {
    min-width: 0;
    display: grid;
  }

  .book-player-dock small {
    color: #848983;
    font-size: 8px;
  }

  .book-player-dock strong {
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .book-player-dock button {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #28352f;
    background: transparent;
  }

  .book-player-dock button[data-book-player="toggle"] {
    color: #f9f3df;
    background: #245954;
  }
}

.intro-heading {
  margin: 0;
}

.publication-status {
  margin: 28px 0;
  padding: 20px;
  border: 1px solid rgba(217, 183, 108, 0.25);
  border-radius: 14px;
  color: #c3cec9;
  background: rgba(217, 183, 108, 0.06);
}

.book-subtitle {
  max-width: 38rem;
  margin: 14px 0 0;
  color: var(--book-gold, #d9b76c);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.25;
}

.publication-status > strong {
  display: block;
  color: var(--book-paper, #f1eee4);
  font-size: 15px;
  letter-spacing: 0.03em;
}

.publication-status p,
.publication-status dl {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.6;
}

.publication-status dl {
  display: grid;
  gap: 5px;
}

.publication-status dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.publication-status dt {
  color: var(--book-muted, #8fa09a);
}

.publication-status dd {
  margin: 0;
  color: var(--book-paper, #f1eee4);
}

.book-utility-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 8px;
}

.book-utility-links a {
  padding: 8px 12px;
  border: 1px solid rgba(217, 183, 108, 0.22);
  border-radius: 999px;
  color: var(--book-gold, #d9b76c);
  text-decoration: none;
}

.book-utility {
  margin-top: 52px;
  scroll-margin-top: 84px;
}

.book-faq details {
  padding: 14px 0;
  border-bottom: 1px solid rgba(217, 183, 108, 0.14);
}

.book-faq summary {
  color: var(--book-paper, #f1eee4);
  cursor: pointer;
  font-weight: 600;
  line-height: 1.45;
}

.book-faq details p,
.book-bibliography > p,
.book-bibliography li {
  color: #aebdb6;
  font-size: 13px;
  line-height: 1.65;
}

.book-bibliography ol {
  padding-left: 22px;
}

.book-bibliography li + li {
  margin-top: 10px;
}

.book-bibliography a {
  color: var(--book-gold, #d9b76c);
  overflow-wrap: anywhere;
}

@media (max-width: 520px) {
  .listening-book {
    top: 60px;
  }

  .book-header strong {
    font-size: 16px;
  }

  .book-glossary dl > div {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .book-chapter-nav a {
    padding-inline: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .globe-loader,
  .globe-loader::before,
  .globe-loader-track i {
    transition-duration: 120ms !important;
  }

  .globe-loader-mark i {
    animation: none;
  }

  .country-splash,
  .country-splash-image {
    transition-duration: 120ms !important;
  }

  .country-splash-sweep {
    display: none;
  }

  .country-transition-field {
    display: none;
  }
}

@keyframes book-playing-pulse {
  0%, 100% { transform: scale(0.9); opacity: 0.75; }
  50% { transform: scale(1.12); opacity: 1; }
}

/* Armenia Listening Book v2: nocturne editorial system. */
.book-entry {
  position: relative;
  margin-top: 16px;
  padding: 16px 0 5px;
  border-top-color: rgba(217, 183, 108, 0.32);
}

.book-entry::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, #d9b76c, #64b8b1);
}

.book-entry > div > span {
  color: #d9b76c;
}

.book-entry > div > strong {
  color: #f3ecdd;
  font-size: 20px;
  line-height: 1.08;
}

.book-entry > div > p {
  max-width: 42ch;
  margin: 6px 0 13px;
  color: rgba(200, 211, 205, 0.68);
  line-height: 1.55;
}

.open-listening-book {
  min-height: 44px;
  justify-content: space-between;
  padding: 0 15px;
  border-color: rgba(217, 183, 108, 0.42);
  color: #f3ecdd;
  background:
    linear-gradient(105deg, rgba(217, 183, 108, 0.13), rgba(100, 184, 177, 0.08)),
    rgba(7, 15, 14, 0.64);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035), 0 15px 42px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.open-listening-book svg {
  color: #d9b76c;
}

.open-listening-book:hover {
  transform: translateY(-1px);
  border-color: rgba(217, 183, 108, 0.68);
  background:
    linear-gradient(105deg, rgba(217, 183, 108, 0.2), rgba(100, 184, 177, 0.12)),
    rgba(7, 15, 14, 0.72);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 18px 46px rgba(0, 0, 0, 0.28);
}

.book-entry > nav {
  gap: 6px 12px;
  padding-top: 11px;
}

.book-entry > nav a {
  position: relative;
  padding-bottom: 3px;
  color: rgba(215, 224, 219, 0.56);
  font-size: 9px;
}

.book-entry > nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #64b8b1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.book-entry > nav a:hover {
  color: #f3ecdd;
}

.book-entry > nav a:hover::after {
  transform: scaleX(1);
}

.book-playback-prompt {
  border-color: rgba(217, 183, 108, 0.34);
  color: #f3ecdd;
  background:
    linear-gradient(110deg, rgba(217, 183, 108, 0.08), transparent 52%, rgba(100, 184, 177, 0.08)),
    rgba(5, 12, 12, 0.9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 24px 70px rgba(1, 4, 4, 0.52);
  backdrop-filter: blur(22px) saturate(1.15);
}

.book-playback-prompt small,
.book-playback-prompt > span {
  color: #d9b76c;
}

.listening-book {
  --book-night: #07100f;
  --book-night-soft: #0d1816;
  --book-paper: #f3ecdd;
  --book-copy: #b7c3bd;
  --book-muted: #7f918d;
  --book-gold: #d9b76c;
  --book-cyan: #64b8b1;
  --book-wine: #79364a;
  width: clamp(620px, 45vw, 790px);
  border-color: rgba(217, 183, 108, 0.22);
  color: var(--book-paper);
  background:
    linear-gradient(112deg, rgba(121, 54, 74, 0.075), transparent 31%),
    linear-gradient(90deg, rgba(6, 14, 13, 0.975), rgba(10, 21, 19, 0.95) 46%, rgba(7, 15, 15, 0.965));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.045),
    0 0 0 1px rgba(2, 6, 6, 0.54),
    0 38px 120px rgba(1, 4, 5, 0.68);
  backdrop-filter: blur(30px) saturate(1.06);
}

.listening-book::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 23%, rgba(255, 255, 255, 0.018) 23.1%, transparent 23.7%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 18%, transparent 82%, rgba(100, 184, 177, 0.035));
}

.book-progress {
  height: 1px;
  background: rgba(100, 184, 177, 0.1);
}

.book-progress i {
  background: linear-gradient(90deg, var(--book-wine), var(--book-gold) 48%, var(--book-cyan));
  box-shadow: 0 0 14px rgba(217, 183, 108, 0.3);
}

.book-header,
.book-layout {
  position: relative;
  z-index: 1;
}

.book-header {
  height: 64px;
  padding: 0 14px 0 20px;
  border-bottom-color: rgba(217, 183, 108, 0.16);
  background: rgba(4, 10, 10, 0.28);
}

.book-header small {
  color: var(--book-gold);
  font-weight: 700;
}

.book-header strong {
  color: var(--book-paper);
  font-size: 19px;
}

.book-header .icon-button {
  border-color: rgba(217, 183, 108, 0.24);
  color: var(--book-paper);
  background: rgba(255, 255, 255, 0.025);
}

.book-header .icon-button:hover {
  border-color: rgba(217, 183, 108, 0.54);
  color: var(--book-gold);
  background: rgba(217, 183, 108, 0.07);
}

.book-layout {
  height: calc(100% - 64px);
  grid-template-columns: 192px minmax(0, 1fr);
}

.book-toc {
  padding: 24px 12px 90px 15px;
  border-right-color: rgba(217, 183, 108, 0.13);
  background:
    linear-gradient(180deg, rgba(217, 183, 108, 0.025), transparent 28%),
    rgba(2, 8, 8, 0.24);
  scrollbar-color: rgba(217, 183, 108, 0.24) transparent;
}

.book-toc > p {
  margin-bottom: 16px;
  color: var(--book-muted);
}

.book-toc-link {
  min-height: 58px;
  grid-template-columns: 24px minmax(0, 1fr);
  padding: 9px 9px;
  border-left-color: transparent;
  color: rgba(210, 221, 215, 0.68);
}

.book-toc-link > span {
  color: var(--book-gold);
}

.book-toc-link strong {
  color: inherit;
  font-size: 10px;
  line-height: 1.24;
}

.book-toc-link small {
  color: rgba(127, 145, 141, 0.76);
}

.book-toc-link:hover,
.book-toc-link.is-active {
  border-left-color: var(--book-gold);
  color: var(--book-paper);
  background: linear-gradient(90deg, rgba(217, 183, 108, 0.11), rgba(100, 184, 177, 0.025));
}

.book-toc-link.is-active > span {
  color: #f0d693;
}

.book-reading {
  background:
    linear-gradient(180deg, rgba(100, 184, 177, 0.025), transparent 22%),
    rgba(9, 19, 18, 0.22);
}

.book-article-scroll {
  scrollbar-color: rgba(100, 184, 177, 0.35) transparent;
}

.book-cover,
.book-article {
  width: min(100% - 70px, 660px);
  padding: 48px 0 84px;
}

.book-cover {
  justify-content: center;
}

.book-cover::before,
.book-article > header::before {
  content: "";
  display: block;
  width: 58px;
  height: 1px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, var(--book-gold), var(--book-cyan));
  box-shadow: 0 0 16px rgba(100, 184, 177, 0.14);
}

.book-overline {
  margin-bottom: 14px;
  color: var(--book-gold);
}

.book-cover h1,
.book-cover h2,
.book-article h1 {
  max-width: 13ch;
  color: var(--book-paper);
  font-size: clamp(42px, 4.4vw, 64px);
  line-height: 0.98;
  text-wrap: balance;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.28);
}

.book-cover h1:focus,
.book-cover h2:focus,
.book-article h1:focus {
  outline: none;
}

.book-deck {
  max-width: 40ch;
  margin: 24px 0 16px;
  color: #d3ddd7;
  font-size: 21px;
  line-height: 1.36;
}

.book-editorial-note {
  max-width: 60ch;
  color: var(--book-muted);
  font-size: 10px;
  line-height: 1.62;
}

.book-begin {
  margin-top: 32px;
  border-bottom-color: var(--book-gold);
  color: #dce9e3;
}

.book-begin:hover {
  color: var(--book-gold);
}

.book-article > header {
  padding-bottom: 28px;
  border-bottom-color: rgba(217, 183, 108, 0.17);
}

.book-article h1 {
  max-width: 15ch;
  font-size: clamp(38px, 3.9vw, 56px);
}

.book-byline {
  color: var(--book-muted);
}

.book-byline span:first-child {
  color: var(--book-gold);
}

.book-intro {
  color: #d5ded9;
  font-size: 21px;
  line-height: 1.48;
}

.book-article > section h2,
.book-sources h2 {
  color: var(--book-paper);
  font-size: 25px;
}

.book-article > section p {
  color: var(--book-copy);
  font-size: 13px;
  line-height: 1.78;
}

.book-single-page {
  width: min(100% - 70px, 760px);
}

.book-single-page h1 {
  max-width: 19ch;
  font-size: clamp(38px, 3.6vw, 54px);
  line-height: 1.04;
}

.book-single-chapter {
  scroll-margin-top: 28px;
  padding: 46px 0 10px;
  border-top: 1px solid rgba(217, 183, 108, 0.14);
}

.book-single-chapter:first-of-type {
  border-top: 0;
}

.book-single-chapter > h2 {
  max-width: 24ch;
  margin: 0 0 24px;
  color: var(--book-paper);
  font-size: 31px;
  line-height: 1.14;
}

.book-single-chapter > section {
  margin-top: 34px;
}

.book-single-chapter > section h3 {
  max-width: 34ch;
  margin: 0 0 14px;
  color: #e3ebe7;
  font-size: 20px;
  line-height: 1.25;
}

.book-single-chapter > section p {
  color: var(--book-copy);
  font-size: 16px;
  line-height: 1.76;
}

.book-glossary dl,
.book-sources,
.book-glossary dl > div {
  border-color: rgba(217, 183, 108, 0.14);
}

.book-glossary dt {
  color: var(--book-cyan);
}

.book-glossary dd,
.book-sources li,
.book-sources > p {
  color: var(--book-muted);
}

.book-sources a {
  color: #92ccc5;
  text-decoration-color: rgba(146, 204, 197, 0.45);
}

.book-sources > p {
  border-left-color: rgba(217, 183, 108, 0.58);
}

.book-chapter-nav {
  border-top-color: rgba(217, 183, 108, 0.14);
  background: rgba(2, 8, 8, 0.44);
}

.book-chapter-nav a {
  background: rgba(255, 255, 255, 0.018);
  transition: background 180ms ease;
}

.book-chapter-nav a:hover {
  background: linear-gradient(90deg, rgba(217, 183, 108, 0.08), rgba(100, 184, 177, 0.055));
}

.book-chapter-nav span {
  color: var(--book-muted);
}

.book-chapter-nav strong {
  color: #c7d9d1;
}

.listening-book :focus-visible {
  outline-color: var(--book-gold);
}

.listening-book ::selection {
  color: #07100f;
  background: #d9b76c;
}

@media (max-width: 1180px) and (min-width: 821px) {
  .listening-book {
    width: calc(100vw - var(--panel-width) - 28px);
  }

  .book-layout {
    grid-template-columns: 166px minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  .listening-book {
    border-top-color: rgba(217, 183, 108, 0.28);
    background:
      linear-gradient(120deg, rgba(121, 54, 74, 0.07), transparent 34%),
      rgba(6, 14, 13, 0.975);
    backdrop-filter: blur(26px) saturate(1.05);
  }

  .book-layout {
    height: calc(100% - 64px);
  }

  .book-toc {
    top: 64px;
    background:
      linear-gradient(145deg, rgba(121, 54, 74, 0.08), transparent 36%),
      rgba(6, 14, 13, 0.99);
  }

  .book-toc-link {
    border-bottom: 1px solid rgba(217, 183, 108, 0.08);
  }

  .book-cover,
  .book-article {
    width: min(100% - 40px, 680px);
    padding-top: 38px;
  }

  .book-single-page {
    width: min(100% - 40px, 720px);
  }

  .book-cover h1,
  .book-cover h2,
  .book-article h1 {
    font-size: clamp(39px, 12vw, 56px);
  }

  .book-intro {
    font-size: 19px;
  }

  .book-article > section p {
    color: #bcc9c3;
    font-size: 14px;
  }

  .book-single-chapter > h2 {
    font-size: 28px;
  }

  .book-single-chapter > section p {
    color: #c5d0cb;
    font-size: 16px;
  }

  .book-player-dock {
    border-top-color: rgba(217, 183, 108, 0.17);
    color: var(--book-paper);
    background: rgba(5, 12, 12, 0.965);
    box-shadow: 0 -16px 38px rgba(1, 4, 4, 0.34);
  }

  .book-player-dock small {
    color: var(--book-muted);
  }

  .book-player-dock button {
    color: #c8d7d0;
  }

  .book-player-dock button[data-book-player="toggle"] {
    color: #07100f;
    background: var(--book-gold);
  }
}

@media (max-width: 520px) {
  .book-header {
    padding-left: 15px;
  }

  .book-header strong {
    font-size: 17px;
  }

  .book-cover,
  .book-article {
    width: calc(100% - 32px);
  }

  .book-glossary dl > div {
    grid-template-columns: 84px minmax(0, 1fr);
  }
}

/* Mobile book owns the viewport after all editorial cascade layers. */
@media (max-width: 820px) {
  .listening-book {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    border: 0;
    border-radius: 0;
  }

  .book-layout {
    height: calc(100dvh - 64px);
    min-height: 0;
  }

  .book-reading,
  .book-article-scroll {
    min-height: 0;
  }
}

/* Canonical book typography for Albania and every following publication. */
.listening-book {
  --book-typeface: "Noto Serif", Georgia, serif;
  font-family: var(--book-typeface);
}

.listening-book :is(h1, h2, h3, h4, p, a, button, span, small, strong, em, li, dt, dd, summary, label, input, textarea, select) {
  font-family: var(--book-typeface);
  letter-spacing: 0;
}

.book-toc > p,
.book-overline {
  font-size: 10px;
}

.book-toc-link > span,
.book-toc-link small {
  font-size: 9px;
}

.book-toc-link strong {
  font-size: 11px;
}

.book-single-chapter > h2 {
  font-size: 32px;
}

.book-single-chapter > section h3 {
  font-size: 21px;
}

.book-single-chapter > section p {
  font-size: 17px;
  line-height: 1.76;
}

.text-publication .book-article > section p,
.text-publication .book-pillar-chapter-summary > p {
  font-size: 17px;
  line-height: 1.76;
}

.book-pillar-page {
  width: min(100% - 70px, 760px);
}

.book-pillar-page > section,
.book-pillar-page > nav {
  margin-top: 52px;
}

.book-pillar-page > section > h2,
.book-pillar-chapters > h2 {
  margin: 0 0 20px;
  color: var(--book-paper);
  font-size: 27px;
  line-height: 1.2;
}

.book-pillar-chapter-summary {
  padding: 30px 0;
  border-top: 1px solid rgba(217, 183, 108, 0.14);
}

.book-pillar-chapter-summary h3 {
  max-width: 27ch;
  margin: 8px 0 12px;
  color: #e3ebe7;
  font-size: 23px;
  line-height: 1.24;
}

.book-pillar-chapter-summary > p:not(.book-overline) {
  margin: 0 0 15px;
  color: var(--book-copy);
}

.book-pillar-chapter-summary > a {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(217, 183, 108, 0.62);
  color: var(--book-gold);
  font-size: 14px;
  line-height: 1.5;
}

.book-golden-seo-nav {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.book-golden-seo-nav a:nth-child(2) {
  text-align: center;
}

.book-chapter-nav span,
.book-byline {
  font-size: 10px;
}

.book-chapter-nav strong {
  font-size: 11px;
}

/* Text publications follow the established Armenia composition: reader left, album panel right. */
.text-publication .book-layout {
  height: calc(100% - 64px);
}

.text-publication .book-player-dock {
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 0;
  left: 0;
  height: 58px;
  display: none;
  grid-template-columns: 7px minmax(0, 1fr) 38px 42px 38px;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border-top: 1px solid rgba(217, 183, 108, 0.17);
  color: var(--book-paper);
  background: rgba(5, 12, 12, 0.965);
  box-shadow: 0 -16px 38px rgba(1, 4, 4, 0.34);
}

.text-publication .book-player-dock > div {
  min-width: 0;
  display: grid;
}

.text-publication .book-player-dock small {
  color: var(--book-muted);
  font-size: 8px;
}

.text-publication .book-player-dock strong {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-publication .book-player-dock button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #c8d7d0;
  background: transparent;
}

.text-publication .book-player-dock button[data-book-player="toggle"] {
  color: #07100f;
  background: var(--book-gold);
}

.text-publication .book-player-dock-empty {
  grid-template-columns: 7px minmax(0, 1fr);
}

@media (min-width: 821px) {
  .listening-book.text-publication {
    right: auto;
    left: 18px;
    transform: translateX(calc(-100% - 36px));
  }

  .listening-book.text-publication.is-open {
    transform: translateX(0);
  }

  .atlas-shell.has-text-publication .album-panel.is-open {
    right: 0;
    left: auto;
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }
}

@media (max-width: 820px) {
  .text-publication .book-layout {
    height: calc(100% - 122px);
  }

  .text-publication .book-player-dock {
    display: grid;
  }

  .book-single-chapter > section p {
    font-size: 16.5px;
  }

  .text-publication .book-article > section p,
  .text-publication .book-pillar-chapter-summary > p {
    font-size: 16.5px;
  }

  .book-pillar-page {
    width: min(100% - 40px, 720px);
  }

  .book-pillar-chapter-summary h3 {
    font-size: 22px;
  }
}

/* About shares the Atlas shell in every language; only its copy changes. */
.about-page {
  position: fixed;
  z-index: 6;
  inset: 0;
  overflow-y: auto;
  color: #f3ecdd;
  background: rgba(3, 10, 9, 0.93);
}

.about-inner {
  width: min(1080px, calc(100% - 96px));
  margin: 0 auto;
  padding: 118px 0 72px;
}

.about-language {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  color: rgba(213, 222, 217, 0.58);
  font-size: 12px;
}

.about-language a {
  color: rgba(225, 233, 228, 0.68);
  text-decoration: none;
}

.about-language a:hover,
.about-language a[aria-current="page"] {
  color: #e2c779;
}

.about-language i {
  width: 1px;
  height: 14px;
  background: rgba(225, 196, 120, 0.28);
}

.about-page header {
  max-width: 820px;
  padding: 72px 0 54px;
}

.about-kicker {
  margin: 0 0 18px;
  color: #e2c779;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-page h1 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 0.98;
}

.about-lede {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(225, 233, 228, 0.78);
  font-size: 19px;
  line-height: 1.65;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(225, 196, 120, 0.28);
  border-bottom: 1px solid rgba(225, 196, 120, 0.18);
}

.about-stats > div {
  display: grid;
  gap: 6px;
  padding: 27px 0 25px;
}

.about-stats strong {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 36px;
  font-weight: 400;
}

.about-stats span {
  color: rgba(201, 214, 207, 0.58);
  font-size: 11px;
  text-transform: uppercase;
}

.about-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 72px;
  padding-top: 54px;
}

.about-sections section {
  min-height: 220px;
  padding: 24px 0 38px;
  border-top: 1px solid rgba(225, 196, 120, 0.18);
}

.about-sections h2 {
  max-width: 16ch;
  margin: 0 0 18px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.08;
}

.about-sections p,
.about-page footer p {
  max-width: 54ch;
  margin: 0;
  color: rgba(207, 219, 212, 0.7);
  font-size: 15px;
  line-height: 1.72;
}

.about-page footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 34px;
  border-top: 1px solid rgba(225, 196, 120, 0.28);
}

.about-page footer a {
  min-width: 170px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(225, 196, 120, 0.5);
  color: #f3ecdd;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease;
}

.about-page footer > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.about-page footer a:hover {
  border-color: #e2c779;
  background: rgba(225, 196, 120, 0.08);
}

.about-page footer svg {
  width: 17px;
}

.about-open .intro-panel,
.about-open .search-rail,
.about-open .album-panel,
.about-open .globe-caption,
.about-open .globe-loader {
  display: none;
}

.about-open #globe-canvas {
  opacity: 0.24;
}

@media (max-width: 820px) {
  .about-inner {
    width: min(100% - 40px, 680px);
    padding: 88px 0 44px;
  }

  .about-language {
    justify-content: flex-start;
  }

  .about-language > span {
    display: none;
  }

  .about-page header {
    padding: 48px 0 42px;
  }

  .about-page h1 {
    font-size: 46px;
  }

  .about-lede {
    font-size: 17px;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-stats > div {
    grid-template-columns: 68px 1fr;
    align-items: baseline;
    padding: 15px 0;
  }

  .about-stats strong {
    font-size: 28px;
  }

  .about-sections {
    grid-template-columns: 1fr;
    padding-top: 38px;
  }

  .about-sections section {
    min-height: 0;
  }

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

  .about-page footer > div {
    width: 100%;
    justify-content: flex-start;
  }
}

/* Shared orbital listening surface, independent of content locale. */
.session-player {
  grid-template-columns: 60px minmax(0, 1fr) auto;
  gap: 12px 16px;
  padding: 22px 20px 18px;
  border-color: rgba(222, 185, 105, 0.24);
  background: linear-gradient(130deg, rgba(195, 156, 84, 0.09), transparent 45%),
    linear-gradient(160deg, #172322, #0a1113 75%);
}
.session-player .large-play { width: 60px; height: 60px; }
.now-playing strong { font-size: 17px; line-height: 1.4; overflow-wrap: anywhere; }
.player-time { font-size: 13px; font-variant-numeric: tabular-nums; }
.player-spectrum {
  grid-column: 1 / -1;
  height: 88px;
  margin: 4px 0 0;
  background: repeating-linear-gradient(90deg, transparent 0 31px, rgba(190, 220, 207, 0.025) 31px 32px);
}
.player-seek { grid-column: 1 / -1; height: 26px; margin: -5px 0 0; }
.player-controls { grid-column: 1 / -1; min-height: 44px; height: auto; gap: 10px; }
.player-controls button { width: 44px; height: 44px; flex-shrink: 0; }
.player-volume { min-width: 132px; min-height: 44px; height: 44px; border-radius: 24px; }
.player-volume .volume-toggle { flex: 0 0 44px; }
.player-seek:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.track-list .track { min-height: 48px; }
.search-rail { box-shadow: 0 8px 32px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.05); }
.search-rail:focus-within { border-color: rgba(225, 196, 120, 0.65); }
.atlas-shell:not(.country-world-active) .scene-grade {
  background: linear-gradient(90deg, rgba(1, 4, 3, 0.52), transparent 40%, transparent 84%, rgba(1, 4, 3, 0.14)),
    linear-gradient(0deg, rgba(1, 4, 3, 0.5), transparent 25%, transparent 82%, rgba(1, 4, 3, 0.12));
}
@media (max-width: 820px) {
  .session-player { grid-template-columns: 52px minmax(0, 1fr) auto; padding: 18px 16px; gap: 12px; }
  .session-player .large-play { width: 52px; height: 52px; }
  .player-spectrum { height: 76px; }
  .now-playing strong { font-size: 16px; }
}
@media (max-width: 380px) {
  .session-player { padding: 16px 12px; column-gap: 10px; }
  .player-volume { min-width: 112px; }
}
