@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("assets/fonts/inter-tight-latin-variable.woff2") format("woff2");
}

:root {
  --font-sans: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ink: #0b090a;
  --paper: #f1eee7;
  --line: rgba(11, 9, 10, 0.1);
  --gold: #c9a55c;
  --orange: var(--gold);
  --gutter: clamp(24px, 3.35vw, 64px);
  --grid-gap: 24px;
  --tracking-display: -0.034em;
  --tracking-heading: -0.027em;
  --tracking-body: -0.006em;
  --tracking-label: 0.055em;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-reveal: cubic-bezier(0.24, 1, 0.36, 1);
  --ease-entrance: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-utility: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-media: cubic-bezier(0.18, 1, 0.22, 1);
  --ease-line: cubic-bezier(0.86, 0, 0.07, 1);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.confidence[hidden] {
  display: none !important;
}

html {
  min-height: 100%;
  background: #050304;
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
}

#fleet,
#services,
#cities,
#house,
#elements,
#operations,
#request,
#confidence,
#faq,
#arrival {
  scroll-margin-top: 70px;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background: #050304;
  font-family: var(--font-sans);
  letter-spacing: var(--tracking-body);
  font-optical-sizing: auto;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.rosette-symbol {
  display: block;
  flex: none;
  fill: currentColor;
}

::selection { color: #0e1117; background: #c9a55c; }
.operations-grid .operations-region > span,
.fleet-rail-meta span,
.atlas-tabs button b,
.atlas-tabs button em,
.atlas-status em,
.metric-row,
.mobile-coverage-card > span,
.composer-head > span { font-variant-numeric: tabular-nums; }
html { scrollbar-color: #2a2417 #0b090a; }
body::-webkit-scrollbar { width: 12px; background: #0b090a; }
body::-webkit-scrollbar-thumb { background: #2a2417; border: 3px solid #0b090a; border-radius: 6px; }

button:focus-visible,
a:focus-visible,
[tabindex]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

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

.page-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 0 660px;
  overflow: clip;
  background: var(--paper);
  box-shadow: 0 50px 90px rgba(0,0,0,.65);
}

.hero {
  position: sticky;
  z-index: 0;
  top: 0;
  height: 100svh;
  min-height: 760px;
  overflow: hidden;
  padding-top: 78px;
  color: white;
  isolation: isolate;
  background: #4a2a1e;
}

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

.hero-media {
  overflow: hidden;
  z-index: -3;
  background: #0e1117;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  filter: saturate(0.86) contrast(1.02);
  transform: scale(1.015);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}

.hero-glow {
  position: absolute;
  top: -5%;
  left: -6%;
  width: 60%;
  height: 116%;
  filter: blur(16px);
  opacity: 0.76;
  background:
    linear-gradient(103deg, rgba(250, 237, 197, 0.8) 0 7%, transparent 8% 14%, rgba(246, 224, 177, 0.7) 16% 20%, transparent 23% 29%, rgba(255, 242, 197, 0.5) 31% 35%, transparent 39%),
    linear-gradient(93deg, transparent 50%, rgba(233, 162, 79, 0.28));
  transform: rotate(-4deg);
}

.eye-mark {
  position: absolute;
  top: 19%;
  right: 3.5%;
  width: clamp(500px, 55vw, 820px);
  height: clamp(335px, 37vw, 550px);
  border-radius: 52% 45% 49% 53%;
  background:
    radial-gradient(ellipse at 49% 52%, rgba(250, 212, 163, 0.44) 0 10%, rgba(125, 62, 37, 0.2) 32%, transparent 66%),
    linear-gradient(164deg, rgba(105, 47, 33, 0.25), rgba(34, 14, 12, 0.65));
  opacity: 0.92;
  filter: saturate(0.88) contrast(0.96);
  box-shadow: inset 6px 24px 44px rgba(35, 14, 10, 0.72), inset -15px -23px 34px rgba(225, 153, 93, 0.12);
  transform: rotate(-3deg);
}

.eye-lid {
  position: absolute;
  inset: 12% 4% 16% 0;
  border-radius: 51% 55% 46% 58%;
  border-top: clamp(10px, 1.3vw, 18px) solid rgba(33, 13, 10, 0.7);
  border-bottom: clamp(4px, 0.55vw, 8px) solid rgba(160, 91, 55, 0.3);
  box-shadow: 0 -13px 13px rgba(59, 28, 18, 0.38), 0 12px 12px rgba(242, 183, 123, 0.1);
}

.iris {
  position: absolute;
  left: 43%;
  top: 34%;
  width: 22%;
  height: 32%;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 20deg, #9f7a52 0 4deg, #433522 5deg 9deg, #c0a376 10deg 12deg),
    #59442e;
  box-shadow: inset 0 0 20px #120e0c, 0 0 20px 3px rgba(255, 221, 166, 0.3);
}

.pupil {
  position: absolute;
  inset: 26%;
  border-radius: 50%;
  background: #080707;
  box-shadow: -9px -10px 0 -7px rgba(255, 255, 255, 0.92);
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(9, 12, 18, 0.72) 0%, rgba(9, 12, 18, 0.18) 52%, rgba(9, 12, 18, 0.08) 100%),
    linear-gradient(180deg, rgba(4, 7, 12, 0.78) 0%, rgba(4, 7, 12, 0.48) 24%, rgba(4, 7, 12, 0.12) 51%, transparent 62%),
    linear-gradient(180deg, rgba(6, 8, 13, 0.08) 0 42%, rgba(6, 8, 13, 0.2) 58%, rgba(6, 8, 13, 0.92) 100%);
}

.nav {
  position: fixed;
  z-index: 500;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(12px, 1.2vw, 20px);
  align-items: center;
  height: 78px;
  padding: 0 var(--gutter);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: var(--tracking-label);
  border-bottom: 1px solid transparent;
  transition: height 600ms var(--ease-out), background-color 500ms ease, border-color 500ms ease, backdrop-filter 500ms ease;
}

.nav.nav-scrolled {
  height: 58px;
  border-color: rgba(255,255,255,.1);
  background: rgba(5,4,6,.78);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  backdrop-filter: blur(24px) saturate(1.2);
}

.brand {
  grid-column: 1 / 4;
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .08em;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  color: var(--gold);
  width: 18px;
  height: 18px;
  transition: transform 900ms var(--ease-out), filter 500ms ease;
}

.brand:hover .brand-mark { filter: drop-shadow(0 0 9px rgba(201,165,92,.3)); transform: rotate(22.5deg); }

.brand-wordmark {
  display: block;
  width: clamp(112px, 8.6vw, 130px);
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 0 0 rgba(201,165,92,0));
  transition: filter 500ms ease, transform 700ms var(--ease-out);
}

.brand:hover .brand-wordmark {
  filter: drop-shadow(0 0 10px rgba(201,165,92,.22));
  transform: translateY(-1px);
}

.nav-links {
  grid-column: 7 / 11;
  display: flex;
  gap: clamp(18px, 1.8vw, 32px);
  align-items: center;
  justify-content: flex-end;
}

.nav-links a {
  position: relative;
  display: inline-flex;
  gap: 5px;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 250ms ease;
}

.nav-links a > span { color: rgba(255,255,255,.32); font-size: 9px; letter-spacing: .08em; transform: translateY(-2px); transition: color 250ms ease; }
.nav-links a:hover,
.nav-links a.is-active { color: #fff; }
.nav-links a.is-active > span { color: var(--gold); }

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 450ms var(--ease-out);
}

.nav-links a:hover::after,
.nav-links a.is-active::after { transform: scaleX(1); transform-origin: left center; }

.pill {
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  line-height: 1;
  transition: transform 320ms var(--ease-out), background-color 220ms ease, color 220ms ease;
}

.pill:hover {
  transform: translateY(-1px);
}

.pill-dark {
  grid-column: 11 / 13;
  justify-self: end;
  margin-left: 0;
  padding: 5px 5px 5px 16px;
  color: white;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(5,5,5,.35);
  font-size: 11px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: transform 320ms var(--ease-out), color 350ms ease, background-color 350ms ease, border-color 350ms ease;
}

.nav.nav-scrolled > .pill-dark { color: #0b090a; border-color: var(--gold); background: var(--gold); }
.nav.nav-scrolled > .pill-dark .pill-icon { color: white; background: #0b090a; }

.pill-icon {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #0b0b0b;
  background: white;
  font-size: 11px;
}

.pill-icon-dark {
  color: white;
  background: #050505;
}

.menu-button {
  display: none;
  width: 29px;
  height: 29px;
  padding: 8px;
  border: 0;
  border-radius: 50%;
  background: #fff;
}

.menu-button span {
  display: block;
  height: 1px;
  margin: 3px 0;
  background: #111;
}

.hero h1 {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  margin: clamp(20px, 3vh, 34px) 0 0;
  padding: 0 var(--gutter);
  font-size: clamp(60px, 7vw, 104px);
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: var(--tracking-display);
  text-wrap: balance;
}


.hero-bottom {
  position: absolute;
  right: var(--gutter);
  bottom: clamp(56px, 7vh, 80px);
  left: var(--gutter);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: clamp(12px, 1.35vw, 24px);
}

.proof-list {
  display: grid;
  grid-column: 1 / span 4;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: start;
  gap: 12px;
  max-width: 365px;
}

.proof-list strong,
.proof-list small {
  display: block;
}

.proof-list strong {
  margin-bottom: 2px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.proof-list small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  line-height: 1.32;
}

.proof-icon {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
}

.proof-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.hero-message {
  grid-column: 7 / -1;
  justify-self: end;
  width: 100%;
  max-width: 680px;
}

.hero-message p {
  margin: 0 0 14px;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.024em;
}

.pill-light {
  padding: 6px 5px 6px 16px;
  color: #111;
  background: white;
  font-size: 11px;
}

.platform {
  position: relative;
  z-index: 2;
  margin-top: -24px;
  overflow: clip;
  border-radius: clamp(22px, 2.2vw, 34px) clamp(22px, 2.2vw, 34px) 0 0;
  background: var(--paper);
  box-shadow: 0 -28px 80px rgba(5, 3, 4, .26);
}

.section-pad {
  padding: clamp(80px, 9vw, 148px) var(--gutter) 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 clamp(68px, 8vw, 124px);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.asterisk {
  width: 30px;
  height: 30px;
}

.platform h2 {
  max-width: 1160px;
  margin: 0 0 clamp(60px, 7vw, 110px);
  font-size: clamp(48px, 5.5vw, 84px);
  font-weight: 400;
  line-height: 0.995;
  letter-spacing: var(--tracking-heading);
  text-wrap: balance;
}

/* A restrained scroll-led ink reveal: the thought resolves as it is read. */
.scroll-ink {
  --ink-progress: 0;
}

.scroll-ink-copy {
  display: block;
}

.scroll-ink-word {
  display: inline-block;
  color: var(--ink);
}

.js .scroll-ink-word {
  --word-progress: 0;
  color: #aaa6a8;
  color: color-mix(
    in srgb,
    var(--ink) calc(var(--word-progress) * 100%),
    #aaa6a8
  );
}

.scroll-ink::before,
.scroll-ink::after {
  position: absolute;
  bottom: clamp(-34px, -2.2vw, -22px);
  left: 0;
  width: clamp(64px, 7vw, 104px);
  height: 1px;
  content: "";
  transform-origin: left center;
}

.scroll-ink::before {
  background: rgba(11, 9, 10, .12);
}

.scroll-ink::after {
  background: var(--gold);
  opacity: calc(.28 + (var(--ink-progress) * .72));
  transform: scaleX(var(--ink-progress));
}

@media (prefers-reduced-motion: reduce) {
  .js .scroll-ink-word {
    --word-progress: 1;
  }

  .scroll-ink {
    --ink-progress: 1;
  }
}

.biomarker-scroller {
  display: grid;
  grid-auto-columns: clamp(310px, calc((100vw - (var(--gutter) * 2) - 20px) / 3), 520px);
  grid-auto-flow: column;
  gap: clamp(12px, 1vw, 18px);
  overflow-x: auto;
  margin-top: -24px;
  padding: 32px var(--gutter) 72px;
  scrollbar-width: none;
  scroll-padding-inline: var(--gutter);
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y pinch-zoom;
  -webkit-overflow-scrolling: touch;
}

.fleet-rail-meta {
  display: flex;
  justify-content: space-between;
  margin: 0 var(--gutter);
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: #777276;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
}

.biomarker-scroller::-webkit-scrollbar {
  display: none;
}

.biomarker-card {
  position: relative;
  height: auto;
  aspect-ratio: 199 / 248;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  color: white;
  isolation: isolate;
  scroll-snap-align: start;
  cursor: grab;
}

.biomarker-card::before {
  z-index: 2;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), inset 0 0 0 1px rgba(255,255,255,.04);
  pointer-events: none;
}

.biomarker-card:active {
  cursor: grabbing;
}

.biomarker-card::before,
.biomarker-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}

.biomarker-card::after {
  z-index: -1;
  background: linear-gradient(180deg, rgba(6,8,13,.48), transparent 30%, transparent 50%, rgba(6,8,13,.96));
}

.fleet-image {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 900ms var(--ease-out), filter 500ms ease;
}

.fleet-card:hover .fleet-image {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.045);
}

.fleet-card .marker-name {
  grid-area: name;
  max-width: 10ch;
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 430;
  line-height: .96;
  letter-spacing: -.025em;
  text-shadow: 0 2px 22px rgba(0,0,0,.42);
}

.fleet-card .signal {
  grid-area: signal;
  align-self: start;
  color: rgba(255,255,255,.58);
  font-size: 10px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: .12em;
}

.card-vitamin::before {
  background: radial-gradient(circle at 74% 30%, #bdc6ba, transparent 30%), linear-gradient(150deg, #58605d, #9ba19b 60%, #c7c3b7);
}

.card-magnesium::before {
  background: radial-gradient(circle at 60% 25%, #dfb697, transparent 31%), linear-gradient(162deg, #979c91, #c7a791 55%, #6a6a60);
}

.card-ferritin::before {
  background: radial-gradient(circle at 70% 28%, #baa16d, transparent 29%), linear-gradient(160deg, #beb98d, #626750 56%, #95856a);
}

.card-cortisol::before {
  background: radial-gradient(circle at 30% 30%, #c8b6ad, transparent 28%), linear-gradient(145deg, #858a86, #aa8e80 48%, #5f6a67);
}

.metric-row {
  display: grid;
  grid-template-areas: "name signal" "capacity capacity";
  grid-template-columns: minmax(0,1fr) auto;
  align-items: start;
  gap: 16px 12px;
  padding: 20px 20px 0;
}

.metric {
  grid-area: capacity;
  display: inline-flex;
  width: max-content;
  align-items: baseline;
  gap: 5px;
  padding: 5px 9px 5px 8px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(5,4,6,.2);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.01em;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.metric sup {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .13em;
  vertical-align: baseline;
}

.marker-name {
  font-size: 11px;
  font-weight: 400;
}

.marker-name small {
  display: block;
  margin-top: 1px;
  font-size: 10px;
}

.signal {
  font-size: 11px;
  letter-spacing: 1px;
}

.biomarker-card > .fleet-caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  margin: 0;
  padding-top: 17px;
  border-top: 1px solid rgba(255,255,255,.28);
  transition: border-color 450ms ease, transform 600ms var(--ease-out);
}

.fleet-caption span,
.fleet-caption strong { display: block; }
.fleet-caption span { color: var(--gold); font-size: 10px; font-weight: 600; line-height: 1.25; letter-spacing: .12em; text-transform: uppercase; }
.fleet-caption strong { max-width: 26ch; margin-top: 8px; color: rgba(255,255,255,.92); font-size: clamp(13px, 1.2vw, 17px); font-weight: 400; line-height: 1.18; letter-spacing: -.012em; }
.fleet-card:hover .fleet-caption { border-color: rgba(201,165,92,.68); transform: translateY(-2px); }

.fleet-card:hover .metric {
  border-color: rgba(201,165,92,.55);
  background: rgba(201,165,92,.13);
}

.person-shape,
.person-shape span,
.person-shape i {
  position: absolute;
  display: block;
}

@media (min-width: 681px) and (max-width: 1279px) {
  .person-shape {
    scale: 1.85;
  }
}

@media (min-width: 1280px) {
  .person-shape {
    scale: 2.2;
  }
}

.person-resting {
  right: -7px;
  bottom: 29px;
  width: 183px;
  height: 135px;
  border-radius: 58% 46% 0 0;
  background: #c3a68f;
  transform: rotate(-12deg);
  box-shadow: inset 8px 5px 22px rgba(81, 46, 37, 0.32);
}

.person-resting span {
  top: -20px;
  left: 11px;
  width: 90px;
  height: 83px;
  border-radius: 49% 51% 42% 45%;
  background: #b79884;
  box-shadow: -15px -3px 0 #4f423e, inset 4px -8px 12px rgba(92, 53, 43, 0.2);
}

.person-standing {
  left: 42px;
  bottom: -19px;
  width: 124px;
  height: 190px;
  border-radius: 44% 44% 8% 8%;
  background: linear-gradient(90deg, #1f2b38, #48525e 52%, #171d23);
}

.person-standing span {
  top: -35px;
  left: 24px;
  width: 77px;
  height: 91px;
  border-radius: 50% 48% 45% 45%;
  background: #c0967c;
  box-shadow: 0 -12px 0 3px #53443f, inset 8px -5px 13px rgba(79, 41, 32, 0.25);
}

.person-standing i {
  top: 61px;
  left: -4px;
  width: 51px;
  height: 90px;
  border-radius: 50%;
  border: 14px solid #ad7d69;
  border-top-color: transparent;
  transform: rotate(-30deg);
}

.person-profile {
  right: -28px;
  bottom: -24px;
  width: 165px;
  height: 200px;
  border-radius: 58% 0 0 0;
  background: linear-gradient(110deg, #131515, #262a28 56%, #4e5146);
}

.person-profile span {
  top: -32px;
  left: -20px;
  width: 102px;
  height: 100px;
  border-radius: 55% 47% 48% 45%;
  background: #a77858;
  box-shadow: 0 -14px 0 5px #33251d, inset 13px -4px 16px rgba(66, 36, 24, 0.3);
}

.person-profile i {
  top: 44px;
  left: -52px;
  width: 75px;
  height: 104px;
  border: 15px solid #b38468;
  border-radius: 50%;
  border-top-color: transparent;
  transform: rotate(18deg);
}

.person-abstract {
  left: 25px;
  bottom: 0;
  width: 153px;
  height: 173px;
  border-radius: 50% 50% 0 0;
  background: #4c5553;
}

.person-abstract span {
  top: -35px;
  left: 35px;
  width: 80px;
  height: 89px;
  border-radius: 50%;
  background: #b88d77;
  box-shadow: inset 12px -4px 18px rgba(66, 36, 24, 0.26);
}

.patterns {
  padding-top: clamp(100px, 10vw, 160px);
}

.patterns h3 {
  margin: 0;
  padding: 0 var(--gutter) clamp(48px, 5.5vw, 84px);
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: var(--tracking-heading);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.feature-grid article {
  display: flex;
  min-height: clamp(250px, 21vw, 330px);
  flex-direction: column;
  padding: clamp(28px, 2.35vw, 40px) clamp(22px, 2vw, 34px) clamp(24px, 2.2vw, 36px);
  border-right: 1px solid var(--line);
}

.feature-grid article:last-child {
  border-right: 0;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 0;
  color: #0b0a0b;
}

.feature-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.feature-grid h4 {
  margin: auto 0 10px;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.feature-grid p {
  margin: 0;
  max-width: 34ch;
  color: #454144;
  font-size: clamp(10px, 0.78vw, 12px);
  line-height: 1.38;
  letter-spacing: 0;
}

.brand-marquee {
  overflow: hidden;
  height: 144px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.brand-track {
  --brand-shift: 50%;
  display: flex;
  width: max-content;
  height: 100%;
  animation: brand-marquee 32s linear infinite;
  will-change: transform;
}

.brand-set {
  display: grid;
  grid-template-columns: repeat(6, 176px);
  align-items: center;
  height: 100%;
}

.brand-set img {
  display: block;
  width: 104px;
  height: 48px;
  margin: 0 auto;
  object-fit: contain;
  filter: grayscale(1) brightness(0.25);
  opacity: 0.45;
}

.brand-set .brand-klarna {
  width: 148px;
  height: 72px;
}

.brand-set .brand-kennedy-wilson {
  width: 148px;
  filter: grayscale(1) contrast(1.12);
  opacity: .56;
}

@keyframes brand-marquee {
  to { transform: translate3d(calc(-1 * var(--brand-shift)), 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .brand-track { animation-play-state: paused; }
}

/* Exact Star Ride rosette: eight rotated 19 × 19 squares on r = 32.4. */
.future {
  position: relative;
  height: 600vh;
  min-height: 0;
  overflow: visible;
  background: #050304;
}

.future-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 720px;
  overflow: hidden;
  color: white;
}

.future-sticky::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  content: "";
}

.future-narrative {
  position: absolute;
  z-index: 3;
  top: clamp(92px, 14vh, 140px);
  left: var(--gutter);
  width: min(36vw, 480px);
}

.future-index {
  display: block;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.future-narrative h2 {
  position: relative;
  left: var(--optical-nudge, 0px);
  margin: 0;
  font-size: clamp(48px, 5.5vw, 84px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: var(--tracking-heading);
  text-wrap: balance;
  transition: color 700ms var(--ease-reveal);
}

.future-narrative p {
  max-width: 34ch;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.45;
  transition: opacity 400ms ease;
}

.future-narrative.is-final {
  width: min(44vw, 620px);
}

.future-narrative.is-final h2 { color: var(--gold); }
.future-narrative.is-final > p { opacity: 0; }

.logo-rosette {
  position: absolute;
  top: 50%;
  right: clamp(32px, 7vw, 120px);
  width: min(58vw, 760px);
  transform: translateY(-53%);
}

.logo-rosette svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.logo-petal {
  fill: var(--gold);
  fill-opacity: 0.07;
  stroke: var(--gold);
  stroke-opacity: 0.2;
  stroke-width: 0.24;
  vector-effect: non-scaling-stroke;
  will-change: fill-opacity, filter;
}

@media (max-width: 680px) {
  .future { height: 600vh; min-height: 0; }
  .future-sticky { height: 100svh; min-height: 680px; }
  .future-narrative {
    top: 84px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .future-index { margin-bottom: 16px; font-size: 10px; }
  .future-narrative h2 { font-size: clamp(42px, 12vw, 54px); }
  .future-narrative p { margin-top: 16px; font-size: 11px; }
  .future-narrative.is-final { width: calc(100% - 40px); }
  .logo-rosette {
    top: auto;
    right: 20px;
    bottom: 72px;
    width: calc(100% - 40px);
    transform: none;
  }
}

/* Service pictograms: one restrained 32 × 32 stroke language. */
.feature-icon {
  width: 48px;
  height: 48px;
  transition: color 380ms ease, transform 450ms var(--ease-out);
}

.feature-icon svg {
  width: 36px;
  height: 36px;
  stroke-width: 1.15;
}

.feature-icon .feature-node {
  fill: currentColor;
  stroke: none;
}

@media (hover: hover) and (pointer: fine) {
  .feature-grid article:hover .feature-icon {
    color: #8d6d31;
    transform: translateY(-2px);
  }
}

/* The fleet rail reveals spatially only: no vertical motion while discovering cards. */
.fleet-card,
.fleet-card:hover,
.fleet-card:hover .fleet-caption,
.biomarker-scroller.is-dragging .fleet-card,
.biomarker-scroller.is-dragging .fleet-caption {
  transform: none;
}

.biomarker-scroller.is-dragging .fleet-image {
  filter: none;
  transform: none;
}

/* Signature glare: a single champagne reflection, never a looping effect. */
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .house-story h2,
  .arrival h2 {
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 260% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .house-story h2 {
    background-image: linear-gradient(105deg, #0b090a 0 43%, #8d6d31 48%, #eed89f 50%, #8d6d31 52%, #0b090a 57% 100%);
  }

  .arrival h2 {
    background-image: linear-gradient(105deg, #fff 0 43%, #c9a55c 48%, #f4dda7 50%, #c9a55c 52%, #fff 57% 100%);
  }

  .js .house-story h2.reveal.is-visible,
  .js .arrival h2.reveal.is-visible {
    animation: signature-glare 1900ms var(--ease-out) 420ms both;
  }
}

@keyframes signature-glare {
  from { background-position: 100% 50%; }
  to { background-position: 0 50%; }
}

@media (prefers-reduced-motion: reduce) {
  .house-story h2,
  .arrival h2 {
    background: none;
    color: inherit;
    -webkit-text-fill-color: currentColor;
  }
}

.future {
  position: relative;
  height: 100svh;
  min-height: 820px;
  overflow: hidden;
  color: white;
  background: #050304;
}

.future > h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 10ch;
  padding: clamp(72px, 7vw, 112px) var(--gutter);
  font-size: clamp(48px, 5.5vw, 84px);
  font-weight: 400;
  line-height: 0.97;
  letter-spacing: var(--tracking-heading);
}

.future-graphic {
  position: absolute;
  right: calc(var(--gutter) * -1);
  bottom: -180px;
  left: calc(var(--gutter) * -1);
  height: min(68vw, 940px);
}

.orbit {
  position: absolute;
  left: 50%;
  border: 1px solid #28242b;
  border-radius: 50%;
  transform: translateX(-50%);
}

.orbit-one {
  top: 50px;
  width: min(92vw, 1320px);
  height: min(92vw, 1320px);
}

.orbit-two {
  top: 118px;
  width: min(70vw, 1000px);
  height: min(70vw, 1000px);
  border-color: #18151b;
}

.orbit-axis {
  position: absolute;
  top: 35px;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(#403a43, #18151b 56%, transparent);
}

.orbit-node {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #37333a;
  border-radius: 50%;
  color: white;
  background: #070507;
  font-size: 11px;
  cursor: pointer;
  transition: border-color 240ms ease, transform 320ms var(--ease-out), box-shadow 240ms ease;
}

.orbit-node:hover,
.orbit-node.active {
  border-color: var(--gold);
  transform: scale(1.08);
  box-shadow: 0 0 28px rgba(231, 150, 46, 0.12);
}

.node-one { top: 32px; left: calc(50% - 18px); }
.node-two { top: 171px; left: 11%; }
.node-three { top: 171px; right: 11%; }

.active-dot {
  position: absolute;
  z-index: 4;
  top: 51px;
  left: calc(50% - 2px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(231, 150, 46, 0.8);
}

.future-copy {
  position: absolute;
  top: 158px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}

.future-copy strong,
.future-copy small {
  display: block;
}

.future-copy strong {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}

.future-copy small {
  color: #8f8b91;
  font-size: 11px;
  line-height: 1.35;
}

#elements .rosette {
  position: absolute;
  right: clamp(30px, 6vw, 100px);
  bottom: -58px;
  left: auto;
  width: clamp(560px, 54vw, 760px);
  height: auto;
  aspect-ratio: 1;
}

.rosette-ring {
  position: absolute;
  inset: 5%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 12vw rgba(255, 255, 255, 0.005),
    0 0 80px rgba(201, 165, 92, 0.04);
}

.rosette-ring::before,
.rosette-ring::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.rosette-ring::before { inset: 18%; }
.rosette-ring::after { inset: 35%; }

.rosette-axis {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 90%;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.12), transparent);
  transform-origin: center;
}

.rosette-axis-a { transform: translate(-50%, -50%); }
.rosette-axis-b { transform: translate(-50%, -50%) rotate(45deg); }
.rosette-axis-c { transform: translate(-50%, -50%) rotate(90deg); }
.rosette-axis-d { transform: translate(-50%, -50%) rotate(135deg); }

#elements .orbit-node {
  width: 38px;
  height: 38px;
  border-color: rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.72);
  background: #07080b;
  font-variant-numeric: tabular-nums;
}

#elements .orbit-node.active {
  color: #0b0b0c;
  background: var(--gold);
  border-color: var(--gold);
}

.node-1 { top: calc(5% - 19px); left: calc(50% - 19px); }
.node-2 { top: 17%; right: 15%; }
.node-3 { top: calc(50% - 19px); right: calc(5% - 19px); }
.node-4 { right: 15%; bottom: 17%; }
.node-5 { bottom: calc(5% - 19px); left: calc(50% - 19px); }
.node-6 { bottom: 17%; left: 15%; }
.node-7 { top: calc(50% - 19px); left: calc(5% - 19px); }
.node-8 { top: 17%; left: 15%; }

.rosette-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: min(44%, 310px);
  place-items: center;
  text-align: center;
  transform: translate(-50%, -50%);
}

.rosette-mark {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1;
  text-shadow: 0 0 32px rgba(201, 165, 92, 0.3);
}

#elements .future-copy {
  position: static;
  transform: none;
}

#elements .future-copy strong {
  color: white;
  font-size: clamp(16px, 1.5vw, 22px);
  letter-spacing: -0.012em;
}

#elements .future-copy small {
  min-height: 3em;
  color: rgba(255, 255, 255, 0.48);
  font-size: clamp(9px, 0.8vw, 12px);
}

.rosette-center > p {
  margin: 20px 0 0;
  color: var(--gold);
  font-size: clamp(10px, 0.9vw, 13px);
  line-height: 1.35;
}

.site-footer {
  position: fixed;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 660px;
  overflow: hidden;
  padding: 0 var(--gutter);
  color: #f4f1ec;
  border-top: 1px solid rgba(201,165,92,.4);
  background: #050304;
}

.footer-main {
  display: grid;
  grid-template-columns: repeat(12, minmax(0,1fr));
  gap: clamp(16px,2vw,32px);
  min-height: 314px;
  padding: 46px 0 38px;
}

.footer-house { grid-column: 1 / 5; }
.footer-identity { display: inline-flex; align-items: center; gap: 13px; color: #fff; font-size: 15px; font-weight: 500; letter-spacing: .08em; text-decoration: none; }
.footer-mark { width: 30px; height: 30px; transition: transform 1.1s var(--ease-out), filter .5s ease; }
.footer-identity:hover .footer-mark { filter: drop-shadow(0 0 12px rgba(201,165,92,.3)); transform: rotate(45deg); }
.footer-wordmark { display: block; width: clamp(138px, 11vw, 166px); height: 48px; object-fit: contain; transition: filter 500ms ease, transform 700ms var(--ease-out); }
.footer-identity:hover .footer-wordmark { filter: drop-shadow(0 0 12px rgba(201,165,92,.22)); transform: translateY(-1px); }
.footer-house > p { max-width: 36ch; margin: 26px 0 22px; color: rgba(255,255,255,.58); font-size: clamp(14px, 1.2vw, 17px); line-height: 1.4; letter-spacing: -.01em; }
.footer-contact-lines { display: flex; align-items: flex-start; flex-direction: column; gap: 6px; }
.footer-contact-lines a { color: rgba(255,255,255,.82); font-size: 11px; line-height: 1.35; text-decoration: none; transition: color .25s ease; }
.footer-contact-lines a:hover { color: var(--gold); }
.footer-house > strong { display: block; margin-top: 22px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .16em; }

.footer-links { grid-column: 6 / 13; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: clamp(18px,2vw,34px); }
.footer-links h3 { margin: 4px 0 24px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .16em; }
.footer-links a,
.footer-links span,
.footer-nav-action { display: block; width: max-content; max-width: 100%; margin: 0 0 9px; padding: 0; border: 0; color: rgba(255,255,255,.55); background: transparent; font: inherit; font-size: 13px; line-height: 1.4; text-align: left; text-decoration: none; transition: color .25s ease, transform .35s var(--ease-out); }
.footer-links a:hover,
.footer-nav-action:hover { color: #fff; }
.footer-links span[aria-disabled="true"] { color: rgba(255,255,255,.24); cursor: default; }
.footer-nav-action { cursor: pointer; }

.footer-clocks {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  min-height: 104px;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.footer-clocks > div { display: flex; align-items: flex-start; justify-content: center; padding: 22px clamp(12px,2vw,28px); border-right: 1px solid rgba(255,255,255,.1); flex-direction: column; }
.footer-clocks > div:first-child { padding-left: 0; }
.footer-clocks > div:last-child { border-right: 0; }
.footer-clocks span { margin-bottom: 8px; color: rgba(255,255,255,.36); font-size: 10px; font-weight: 600; letter-spacing: .22em; }
.footer-clocks time { color: var(--gold); font-size: clamp(17px, 1.5vw, 23px); font-weight: 300; letter-spacing: .02em; font-variant-numeric: tabular-nums; }

.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 58px; color: rgba(255,255,255,.34); font-size: 10px; letter-spacing: .1em; }
.footer-category { justify-self: center; }
.studio-credit { position: relative; display: inline-flex; justify-self: end; align-items: center; gap: 8px; color: rgba(255,255,255,.36); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 10px; font-weight: 500; letter-spacing: .105em; line-height: 1; text-decoration: none; text-transform: uppercase; white-space: nowrap; transition: color .3s ease; }
.studio-credit::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: rgba(201,165,92,.66); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease-out); }
.studio-credit b { color: rgba(255,255,255,.7); font-weight: 600; transition: color .3s ease; }
.studio-credit:hover { color: rgba(255,255,255,.72); }
.studio-credit:hover::after { transform: scaleX(1); transform-origin: left; }
.studio-credit:hover b { color: #fff; }

.footer-watermark { margin-bottom: -.24em; color: rgba(255,255,255,.035); font-size: clamp(48px, 9.5vw, 136px); font-weight: 600; line-height: .8; letter-spacing: .06em; white-space: nowrap; user-select: none; pointer-events: none; }

.desk-dialog {
  width: min(430px, calc(100% - 32px));
  padding: 46px;
  border: 0;
  border-radius: 2px;
  color: #111;
  background: #f4f2f2;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.38);
  opacity: 0;
  transform: translateY(14px) scale(.985);
  transition: opacity 320ms ease, transform 500ms var(--ease-out), overlay 320ms allow-discrete, display 320ms allow-discrete;
}

.desk-dialog[open] { opacity: 1; transform: translateY(0) scale(1); }

@starting-style {
  .desk-dialog[open] { opacity: 0; transform: translateY(14px) scale(.985); }
}

.desk-dialog::backdrop {
  background: rgba(8, 6, 6, 0.72);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 320ms ease, overlay 320ms allow-discrete, display 320ms allow-discrete;
}

.desk-dialog[open]::backdrop { opacity: 1; }

@starting-style {
  .desk-dialog[open]::backdrop { opacity: 0; }
}

.dialog-close {
  position: absolute;
  top: 10px;
  right: 12px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(11,9,10,.16);
  border-radius: 50%;
  color: #111;
  background: rgba(255,255,255,.2);
  cursor: pointer;
  transition: border-color 280ms ease, background-color 280ms ease, transform 500ms var(--ease-out);
}

.dialog-close::before,
.dialog-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: currentColor;
  content: "";
  transform-origin: center;
}

.dialog-close::before { transform: translate(-50%,-50%) rotate(45deg); }
.dialog-close::after { transform: translate(-50%,-50%) rotate(-45deg); }
.dialog-close:hover { border-color: rgba(11,9,10,.35); background: rgba(255,255,255,.55); transform: rotate(90deg); }
.dialog-close:focus-visible { outline: 1px solid #8a6b2f; outline-offset: 3px; }

.dialog-mark {
  display: block;
  width: 23px;
  height: 23px;
  margin-bottom: 22px;
}

.dialog-wordmark {
  display: block;
  width: 124px;
  height: auto;
  margin: -3px 0 20px -4px;
  filter: brightness(.64) saturate(.88);
}

.desk-dialog h2 {
  margin: 0 0 8px;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: var(--tracking-heading);
}

.desk-dialog > p {
  margin: 0 0 28px;
  color: #5b5759;
  font-size: 13px;
}

.contact-channels {
  display: grid;
  margin-top: 30px;
  border-top: 1px solid rgba(11, 9, 10, 0.16);
}

.contact-channels a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 2px;
  border-bottom: 1px solid rgba(11, 9, 10, 0.16);
  color: #111;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 200ms ease, padding 300ms var(--ease-out);
}

.contact-channels a:hover {
  padding-right: 8px;
  padding-left: 8px;
  color: #8a6b2f;
}

.contact-channels a > span {
  /* Nummer als feste Spalte: umbrechender Text richtet sich am Label aus,
     nicht an der Ziffer ("DESK" unter "CALL", nicht unter "01"). */
  display: flex;
  align-items: baseline;
}

.contact-channels b {
  flex-shrink: 0;
  margin-right: 12px;
  color: #9b7938;
  font-weight: 500;
}

.contact-channels small {
  color: rgba(11, 9, 10, 0.48);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-align: right;
}

/* Live-Desk-Status: rein informativ — der Call-Kanal bleibt immer tappbar. */
.contact-channels a.is-after-hours { opacity: 0.55; }

.contact-channels small i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 6px;
  border-radius: 50%;
  background: #8a6b2f;
  box-shadow: 0 0 8px rgba(201, 165, 92, 0.7);
  animation: desk-pulse 2.2s ease-in-out infinite;
  vertical-align: 1px;
}

.menu-meta strong.is-after-hours i {
  background: rgba(255, 255, 255, 0.35);
  box-shadow: none;
  animation: none;
}

@media (max-width: 980px) {
  .nav-links,
  .nav > .pill-dark {
    display: none;
  }

  body.nav-open { overflow: hidden; }

  .brand { position: relative; z-index: 8; grid-column: 1 / 7; }

  .menu-button {
    position: relative;
    z-index: 8;
    grid-column: 12;
    display: block;
    width: 34px;
    height: 34px;
    justify-self: end;
    padding: 9px;
    border: 1px solid rgba(255,255,255,.22);
    cursor: pointer;
    background: rgba(5,5,5,.25);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  .menu-button span { background: #fff; transition: transform 400ms var(--ease-out); }
  .nav.menu-open .menu-button span:first-child { transform: translateY(2px) rotate(45deg); }
  .nav.menu-open .menu-button span:last-child { transform: translateY(-2px) rotate(-45deg); }

  .nav.menu-open {
    height: 100svh;
    border-color: transparent;
    background: #050304;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .nav.menu-open .nav-links {
    position: fixed;
    z-index: 6;
    inset: 0;
    display: flex;
    width: 100%;
    gap: 0;
    align-items: stretch;
    justify-content: center;
    padding: 112px var(--gutter) 124px;
    flex-direction: column;
    background: #050304;
  }

  .nav.menu-open .nav-links a {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0 14px;
    border-bottom: 1px solid rgba(255,255,255,.13);
    color: #f4f1ec;
    font-size: clamp(42px, 8vw, 64px);
    font-weight: 400;
    line-height: .95;
    letter-spacing: var(--tracking-display);
  }

  .nav.menu-open .nav-links a > span { min-width: 20px; padding-top: 4px; color: rgba(255,255,255,.35); font-size: 10px; letter-spacing: .1em; transform: none; }
  .nav.menu-open .nav-links a.is-active > span { color: var(--gold); }
  .nav.menu-open .nav-links a::after { display: none; }

  .nav.menu-open > .pill-dark {
    position: fixed;
    z-index: 7;
    right: var(--gutter);
    bottom: 24px;
    left: var(--gutter);
    display: flex;
    width: auto;
    min-height: 54px;
    justify-content: space-between;
    padding-left: 20px;
    color: #0b090a;
    border-color: var(--gold);
    background: var(--gold);
  }

  .nav.menu-open > .pill-dark .pill-icon { color: white; background: #0b090a; }

  .proof-list {
    grid-column: 1 / span 5;
  }

  .hero-message {
    grid-column: 7 / -1;
  }
}

/* Final art-direction pass — interaction, rhythm and proof grid. */
::selection { color: #0b090a; background: var(--gold); }
html { scrollbar-color: rgba(201,165,92,.72) #090708; scrollbar-width: thin; }
body { background: #050304; }

/* Editorial chapter cadence: close tonal shifts, one measured hairline, and a
   shallow light wash. The observer only toggles a class; animation stays on
   opacity and transform for smooth compositor-driven scrolling. */
[data-chapter] {
  --chapter-bg: #050304;
  --chapter-line: rgba(201,165,92,.46);
  --chapter-wash: rgba(201,165,92,.045);
  position: relative;
  background-color: var(--chapter-bg);
  isolation: isolate;
}

section[data-chapter] { background-color: var(--chapter-bg); }

section[data-chapter="paper-main"] {
  --chapter-bg: #f1eee7;
  --chapter-line: rgba(141,109,49,.42);
  --chapter-wash: rgba(201,165,92,.075);
}

section[data-chapter="paper-muted"] {
  --chapter-bg: #eae6dd;
  --chapter-line: rgba(141,109,49,.34);
  --chapter-wash: rgba(255,255,255,.28);
}

section[data-chapter="night-warm"] {
  --chapter-bg: #0a0708;
  --chapter-wash: rgba(201,165,92,.052);
}

section[data-chapter="night-deep"] {
  --chapter-bg: #050304;
  --chapter-wash: rgba(201,165,92,.03);
}

section[data-chapter="desk-warm"] {
  --chapter-bg: #d8cdbf;
  --chapter-line: rgba(93,72,42,.34);
  --chapter-wash: rgba(255,255,255,.26);
}

[data-chapter]::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: clamp(112px, 15vw, 240px);
  background: linear-gradient(180deg, var(--chapter-wash), transparent 100%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0,-12px,0);
  transition: opacity 1100ms var(--ease-reveal), transform 1300ms var(--ease-reveal);
}

[data-chapter]::after {
  position: absolute;
  z-index: 7;
  top: 0;
  right: var(--gutter);
  left: var(--gutter);
  height: 1px;
  background: linear-gradient(90deg, var(--chapter-line), rgba(201,165,92,.16) 42%, transparent 82%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: scaleX(.12);
  transform-origin: left center;
  transition: opacity 700ms ease, transform 1200ms var(--ease-out);
}

[data-chapter].is-chapter-visible::before {
  opacity: 1;
  transform: translate3d(0,0,0);
}

[data-chapter].is-chapter-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  [data-chapter]::before,
  [data-chapter]::after { opacity: 1; transform: none; transition: none; }
}

.skip-link {
  position: fixed;
  z-index: 600;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #0b090a;
  background: var(--gold);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .08em;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 300ms var(--ease-out);
}
.skip-link:focus { transform: translateY(0); }

button:active,
.pill:active,
.composer-action:active { transform: translateY(1px) scale(.985); }

.hero-media { inset: 0 -2%; transform: translate3d(0,var(--hero-shift,0px),0) scale(1.02); will-change: transform; }
.hero-media img { height: calc(100% + 8px); }
.hero-scroll-cue {
  position: absolute;
  z-index: 3;
  right: var(--gutter);
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-decoration: none;
}
.hero-scroll-cue i { position: relative; display: block; width: 42px; height: 1px; overflow: hidden; background: rgba(255,255,255,.24); }
.hero-scroll-cue i::after { position: absolute; inset: 0; background: var(--gold); content: ""; transform: translateX(-100%); animation: scroll-cue 2.4s var(--ease-out) infinite; }
@keyframes scroll-cue { 0%,18% { transform: translateX(-100%); } 58%,100% { transform: translateX(100%); } }

.biomarker-card { height: 504px; aspect-ratio: auto; }
@media (min-width: 1280px) { .biomarker-card { height: 552px; } }
@media (min-width: 681px) and (max-width: 1000px) { .biomarker-card { height: 480px; } }

.feature-grid article,
.protocol-grid article,
.arrange-grid article { position: relative; overflow: hidden; }
.feature-grid article::after,
.protocol-grid article::after,
.arrange-grid article::after { position: absolute; right: 100%; bottom: 0; left: 0; height: 1px; background: var(--gold); content: ""; transition: right 650ms var(--ease-out); }
/* Gold-Sweep nur auf echten Hover-Geräten — auf Touch bleibt :hover nach dem
   Tap kleben und die halb eingelaufene Linie wirkt wie ein Doppelstrich. */
@media (hover: hover) {
  .feature-grid article:hover::after,
  .protocol-grid article:hover::after,
  .arrange-grid article:hover::after { right: 0; }
  .protocol-grid article:hover { z-index: 2; background: rgba(201,165,92,.045); }
}
.protocol-grid article { transition: background-color 450ms ease, transform 600ms var(--ease-out); }
.arrange-grid article { padding-top: 18px; border-top: 1px solid var(--line); transition: transform 600ms var(--ease-out); }
.arrange-grid article:hover { background: rgba(201,165,92,.045); }

.brand-marquee:hover .brand-track,
.brand-marquee:focus-within .brand-track { animation-play-state: paused; }
.quote-stage { position: relative; }
.quote-stage::before { position: absolute; top: -.42em; left: -.18em; color: rgba(141,109,49,.07); content: "“"; font-size: clamp(140px, 18vw, 280px); font-weight: 300; line-height: 1; pointer-events: none; }
.quote-stage > * { position: relative; z-index: 1; }

.faq-list summary { transition: color 250ms ease, padding-left 450ms var(--ease-out); }
.faq-list summary:hover { padding-left: 8px; color: #8d6d31; }
.faq-list details > p { animation: faq-copy 450ms var(--ease-out) both; }
@keyframes faq-copy { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

.logo-rosette { width: min(63vw,820px); --halo-x: 50%; --halo-y: 18%; }
.future-halo { position: absolute; z-index: 0; inset: 0; background: radial-gradient(circle at var(--scene-x,72%) var(--scene-y,35%), rgba(201,165,92,.055), transparent 32%); pointer-events: none; transition: background-position 900ms var(--ease-out); }
.logo-rosette::before { position: absolute; z-index: 0; top: var(--halo-y); left: var(--halo-x); width: 34%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(201,165,92,.16), rgba(201,165,92,.045) 38%, transparent 72%); content: ""; pointer-events: none; transform: translate(-50%,-50%); transition: top 900ms var(--ease-out), left 900ms var(--ease-out), opacity 500ms ease; filter: blur(10px); }
.logo-rosette svg { position: relative; z-index: 1; }
.logo-petal { transition: fill-opacity 520ms ease, stroke-opacity 520ms ease, stroke-width 520ms ease, filter 520ms ease; }
.logo-petal.is-active { stroke-width: .42; }
.logo-rosette.is-complete::before { top: 50%; left: 50%; width: 54%; opacity: .6; }
.logo-rosette.is-complete svg { animation: rosette-lock 1.1s var(--ease-out) both; }
@keyframes rosette-lock { 0% { filter: drop-shadow(0 0 0 rgba(201,165,92,0)); } 42% { filter: drop-shadow(0 0 28px rgba(201,165,92,.34)); } 100% { filter: drop-shadow(0 0 8px rgba(201,165,92,.08)); } }

.future-progress { position: absolute; z-index: 4; right: var(--gutter); bottom: 28px; left: var(--gutter); display: grid; grid-template-columns: repeat(8,1fr); gap: 8px; }
.future-progress { transition: opacity 320ms var(--ease-out), transform 420ms var(--ease-out); }
.future.is-exiting .future-progress { opacity: 0; transform: translateY(8px); }
.future-progress span { padding-top: 8px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.2); font-size: 9px; font-variant-numeric: tabular-nums; letter-spacing: .1em; transition: color 420ms ease, border-color 520ms ease; }
.future-progress span.is-complete { border-color: rgba(201,165,92,.48); color: rgba(201,165,92,.45); }
.future-progress span.is-active { border-color: var(--gold); color: var(--gold); }
.future-narrative { will-change: opacity, transform; }

@media (max-width: 680px) {
  .hero-scroll-cue { display: none; }
  .biomarker-card { height: 408px; }
  .logo-rosette { width: calc(100% - 40px); }
  .future-progress { right: 20px; bottom: 18px; left: 20px; gap: 4px; }
  .future-progress span { padding-top: 6px; font-size: 0; }
  .future-progress span::after { content: ""; }
  .footer-bottom { display: grid; grid-template-columns: 1fr auto; }
  .footer-bottom > span:last-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media { transform: none; }
  .hero-scroll-cue i::after,
  .logo-rosette.is-complete svg { animation: none; }
}

/* Keep the scroll stage authoritative over legacy single-screen rules. */
#elements.future {
  height: 600vh;
  min-height: 0;
  overflow: visible;
}

@media (max-width: 680px) {
  #elements.future { height: 600vh; min-height: 0; }
}

.protocols {
  position: relative;
  overflow: clip;
  padding: 128px var(--gutter) 0;
  color: white;
  background: #080607;
}

.protocols > :not(.tessellation) { position: relative; z-index: 1; }
.tessellation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 340px;
  color: var(--gold);
  pointer-events: none;
}
.tessellation pattern use { fill: none; stroke: currentColor; stroke-width: 2.1; }
.tessellation pattern circle { fill: none; stroke: currentColor; stroke-width: .6; }
.tessellation-base { opacity: .075; }
.tessellation-spot {
  opacity: var(--ma, 0);
  transition: opacity .5s ease;
  -webkit-mask-image: radial-gradient(180px at var(--mx, 50%) var(--my, 50%), black, transparent);
  mask-image: radial-gradient(180px at var(--mx, 50%) var(--my, 50%), black, transparent);
}

.editorial-head {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
  margin-bottom: 80px;
}

.editorial-head > span,
.arrange-label,
.confidence-intro > span,
.good-to-know > p,
.arrival > span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.editorial-head > span { grid-column: 1 / 4; }
.editorial-head h2 {
  grid-column: 5 / -1;
  margin: 0;
  font-size: clamp(48px, 5.5vw, 84px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: var(--tracking-heading);
}

.protocol-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-right: calc(var(--gutter) * -1);
  margin-left: calc(var(--gutter) * -1);
  border-top: 1px solid rgba(255,255,255,.14);
}

.protocol-grid article {
  display: flex;
  min-height: clamp(250px, 21vw, 330px);
  flex-direction: column;
  padding: clamp(28px, 2.35vw, 40px) clamp(22px, 2vw, 34px) clamp(24px, 2.2vw, 36px);
  border-right: 1px solid rgba(255,255,255,.14);
}
.protocol-grid article:last-child { border-right: 0; }
.protocol-grid article > span { color: var(--gold); font-size: 11px; letter-spacing: .14em; }
.protocol-grid h3 { margin: auto 0 10px; font-size: clamp(13px, 1vw, 16px); font-weight: 500; letter-spacing: .02em; }
.protocol-grid p { max-width: 34ch; margin: 0; color: rgba(255,255,255,.5); font-size: clamp(10px, .78vw, 12px); line-height: 1.38; }

.arrange {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 24px;
  padding: 128px var(--gutter);
  background: var(--paper);
}
.arrange-label { padding-top: 8px; color: #8d6d31; line-height: 1.5; }
.arrange-content > h2 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(48px, 5.5vw, 84px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: var(--tracking-heading);
}
.arrange-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 80px; }
.arrange-grid article { padding-top: 24px; border-top: 1px solid rgba(11,9,10,.22); }
.arrange-grid h3 { margin: 0 0 16px; font-size: 11px; letter-spacing: .14em; }
.arrange-grid p { margin: 0; color: #5b5759; font-size: 12px; line-height: 1.5; }

.house-story {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 920px;
  margin-top: -28px;
  overflow: clip;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--grid-gap);
  padding: 160px var(--gutter);
  border-top: 1px solid rgba(201,165,92,.42);
  border-radius: 2px;
  background: var(--paper);
  box-shadow: 0 -24px 72px rgba(5,3,4,.2);
  isolation: isolate;
}

.house-story-label {
  position: relative;
  z-index: 2;
  grid-column: 1 / 5;
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: space-between;
  color: #8a6b30;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
}

.house-story-label span:last-child {
  color: #777174;
}

.house-story-content {
  position: relative;
  z-index: 2;
  grid-column: 5 / -1;
}

.house-story h2 {
  max-width: 8ch;
  margin: 0;
  font-size: clamp(60px, 7vw, 104px);
  font-weight: 400;
  line-height: .91;
  letter-spacing: var(--tracking-display);
}

.house-founder {
  max-width: 280px;
  margin: 64px 0 0;
}
.house-founder img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 2px;
  filter: contrast(1.02);
}
.house-founder figcaption {
  margin-top: 12px;
  color: #8a6b30;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
}

.house-story-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 72px);
  margin-top: clamp(72px, 8vw, 128px);
  padding-top: 24px;
  border-top: 1px solid rgba(11,9,10,.18);
}

.house-story-copy p {
  max-width: 38ch;
  margin: 0;
  color: #454043;
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.48;
  text-wrap: pretty;
}

.house-story-copy p:first-child {
  color: var(--ink);
  font-size: clamp(20px, 1.75vw, 27px);
  line-height: 1.34;
  letter-spacing: -.016em;
}

.house-story-signoff {
  margin: clamp(72px, 8vw, 120px) 0 0;
  color: #8a6b30;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.house-story-year {
  position: absolute;
  z-index: 0;
  right: -.025em;
  bottom: -.2em;
  color: rgba(11,9,10,.028);
  font-size: clamp(180px, 27vw, 430px);
  font-weight: 600;
  line-height: .76;
  letter-spacing: -.07em;
  pointer-events: none;
  user-select: none;
}

.operations {
  padding: 128px var(--gutter);
  color: white;
  background: #0a0809;
}
.operations-head {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
  margin-bottom: 88px;
}
.operations-head > span { grid-column: 1 / 5; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .16em; }
.operations-head h2 { grid-column: 5 / -1; margin: 0; font-size: clamp(48px, 5.5vw, 84px); font-weight: 400; line-height: .95; letter-spacing: var(--tracking-heading); }
.coverage-atlas { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); min-height: 720px; margin-bottom: 72px; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.atlas-index { grid-column: 1 / 5; display: flex; min-width: 0; padding: 28px 32px 28px 0; flex-direction: column; border-right: 1px solid rgba(255,255,255,.14); }
.atlas-index > span { color: rgba(255,255,255,.6); font-size: 11px; font-weight: 600; letter-spacing: .14em; }
.atlas-tabs { display: grid; margin-top: 52px; border-top: 1px solid rgba(255,255,255,.12); }
.atlas-tabs button { position: relative; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 12px; min-height: 70px; padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.58); background: transparent; font: inherit; text-align: left; cursor: pointer; transition: color .35s ease, padding .5s var(--ease-out), background-color .45s ease; }
.atlas-tabs button::before { position: absolute; width: 3px; height: 0; margin-left: -1px; background: var(--gold); content: ""; transition: height .45s var(--ease-out); }
.atlas-tabs button b { color: rgba(255,255,255,.54); font-size: 10px; font-weight: 500; letter-spacing: .1em; transition: color .35s ease; }
.atlas-tabs button span { font-size: clamp(15px, 1.15vw, 18px); line-height: 1.08; letter-spacing: -.01em; }
.atlas-tabs button em { color: rgba(255,255,255,.54); font-size: 11px; font-style: normal; font-variant-numeric: tabular-nums; }
.atlas-tabs button:hover,
.atlas-tabs button[aria-selected="true"] { padding-left: 12px; color: #fff; }
.atlas-tabs button[aria-selected="true"] { background: linear-gradient(90deg, rgba(201,165,92,.06), transparent 72%); }
.atlas-tabs button[aria-selected="true"]::before { height: 32px; }
.atlas-tabs button[aria-selected="true"] b,
.atlas-tabs button[aria-selected="true"] em { color: var(--gold); }
.atlas-tabs button:focus-visible { outline: 1px solid var(--gold); outline-offset: 4px; }
.atlas-index > p { max-width: 28ch; margin: auto 0 0; color: rgba(255,255,255,.35); font-size: 11px; line-height: 1.5; }
.atlas-index > p small { display: block; margin-top: 14px; color: rgba(201,165,92,.42); font-size: 9px; font-weight: 600; letter-spacing: .14em; }
.atlas-copy-mobile { display: none; }
.atlas-visual { position: relative; grid-column: 5 / -1; min-width: 0; height: 720px; min-height: 720px; overflow: clip; isolation: isolate; }
.atlas-visual::before { position: absolute; z-index: -1; inset: 12% 8%; border-radius: 50%; background: radial-gradient(circle, rgba(201,165,92,.08), transparent 67%); content: ""; filter: blur(24px); }
#coverage-globe { display: block; width: 100%; height: 100%; cursor: grab; touch-action: none; }
#coverage-globe:active { cursor: grabbing; }
#coverage-globe.is-pin-hovered { cursor: pointer; }
#coverage-globe:focus-visible { outline: none; }
.atlas-crosshair { position: absolute; top: 50%; left: 50%; width: min(58vw,650px); aspect-ratio: 1; border: 1px solid rgba(201,165,92,.06); border-radius: 50%; pointer-events: none; transform: translate(-50%,-50%); }
.atlas-crosshair::before,
.atlas-crosshair::after { position: absolute; top: 50%; left: 50%; background: rgba(201,165,92,.11); content: ""; transform: translate(-50%,-50%); }
.atlas-crosshair::before { width: calc(100% + 120px); height: 1px; }
.atlas-crosshair::after { width: 1px; height: calc(100% + 120px); }
.atlas-status { position: absolute; bottom: 36px; left: clamp(32px,3vw,48px); display: flex; align-items: flex-start; flex-direction: column; text-align: left; pointer-events: none; }
.atlas-status span,
.atlas-location span { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .16em; }
.atlas-status strong { margin-top: 8px; color: #fff; font-size: 18px; font-weight: 400; letter-spacing: -.01em; }
.atlas-status em { margin-top: 4px; color: rgba(255,255,255,.34); font-size: 11px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.atlas-hint { position: absolute; right: clamp(32px,3vw,48px); bottom: 32px; display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.34); pointer-events: none; }
.atlas-legend { display: flex; align-items: center; gap: 14px; }
.atlas-legend b { display: inline-flex; align-items: center; gap: 6px; font-size: 8px; font-weight: 600; letter-spacing: .14em; white-space: nowrap; }
.atlas-legend b::before { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px rgba(201,165,92,.5); content: ""; }
.atlas-legend b:last-child::before { background: rgba(255,255,255,.3); box-shadow: none; }
.atlas-hint em { font-size: 9px; font-style: normal; font-weight: 600; letter-spacing: .16em; white-space: nowrap; }
.atlas-hint i { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(201,165,92,.28); border-radius: 50%; color: var(--gold); font-size: 11px; font-style: normal; transform: rotate(45deg); }
.atlas-location { position: absolute; z-index: 3; display: none; min-width: 116px; padding: 10px 12px; border: 1px solid rgba(201,165,92,.28); color: #fff; background: rgba(5,3,4,.82); backdrop-filter: blur(12px); pointer-events: none; transform: translate(14px,-50%); }
.atlas-location.is-visible { display: block; }
.atlas-location strong { display: block; margin-top: 5px; font-size: 12px; font-weight: 400; white-space: nowrap; }
.atlas-list-jump { display: none; }
.operations-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.16); }
.operations-grid .operations-region { position: relative; min-width: 0; padding: 26px clamp(18px,2vw,32px) 42px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); transition: opacity .45s ease; }
.operations-grid .operations-region:nth-child(2),
.operations-grid .operations-region:last-child { border-right: 0; }
.operations-region--major { grid-column: span 6; min-height: 820px; }
.operations-region--compact { grid-column: span 3; min-height: 360px; }
.operations-grid .operations-region { grid-column: 1 / -1; min-height: 0; padding: 32px 0 64px; border-right: 0; }
.operations-grid .operations-region[hidden] { display: none; }
html:not(.js) .operations-grid .operations-region[hidden] { display: block !important; }
.operations-grid .operations-region::before { position: absolute; top: -1px; right: 100%; left: 0; height: 1px; background: var(--gold); content: ""; transition: right .55s var(--ease-out); }
.operations-grid .operations-region:hover::before { right: 0; }
.operations-grid .operations-region > span { display: block; color: rgba(255,255,255,.48); font-size: 11px; line-height: 16px; letter-spacing: .12em; }
.operations-grid h3 { min-height: 0; margin: 36px 0 56px; color: #fff; font-size: clamp(34px, 4vw, 58px); font-weight: 400; line-height: .96; letter-spacing: -.035em; }
.coverage-groups { display: grid; gap: 34px; }
.operations-region--major .coverage-groups { grid-template-columns: minmax(0,5fr) minmax(180px,1fr); }
.coverage-groups--countries { grid-template-columns: repeat(4,minmax(0,1fr)) !important; align-content: start; gap: 40px 28px; }
.operations-region--compact .coverage-groups { grid-template-columns: repeat(3,minmax(0,1fr)); max-width: 920px; }
.coverage-group { min-width: 0; }
.coverage-group h4 { margin: 0 0 13px; color: rgba(201,165,92,.72); font-size: 10px; font-weight: 600; line-height: 1.3; letter-spacing: .16em; }
.operations-grid ul { margin: 0; padding: 0; list-style: none; }
.operations-region--major > .coverage-groups > .coverage-group:first-child > ul { columns: 4; column-gap: clamp(18px,2.5vw,40px); }
.operations-grid li { position: relative; break-inside: avoid; width: fit-content; padding-block: .08em; color: rgba(255,255,255,.66); font-size: clamp(15px, 1.2vw, 19px); line-height: 1.55; letter-spacing: -.015em; cursor: crosshair; transition: color .3s ease, transform .45s var(--ease-out); }
.operations-grid li:hover,
.operations-grid li:focus-visible { color: #fff; transform: translateX(7px); outline: none; }
.operations-region--compact li { font-size: clamp(17px, 1.45vw, 22px); line-height: 1.35; }
.operations-grid li em { color: var(--gold); font-style: normal; }
.operations-grid li.coverage-note {
  max-width: 24ch;
  margin-top: 24px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 550;
  line-height: 1.4;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.operations-foot { display: grid; grid-template-columns: minmax(0, 8fr) minmax(280px, 4fr); align-items: start; gap: clamp(40px, 6vw, 112px); padding-top: 40px; border-top: 1px solid rgba(255,255,255,.16); }
.operations-foot-copy { max-width: 920px; }
.operations-foot p { margin: 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.5; }
.operations-foot-copy p + p { max-width: 58ch; margin-top: 14px; color: rgba(255,255,255,.34); }
.operations-foot strong { color: var(--gold); font-weight: 600; letter-spacing: .12em; }
.operations-cta { width: 100%; justify-content: space-between; justify-self: end; padding: 0 0 8px; border: 0; border-bottom: 1px solid rgba(201,165,92,.5); color: white; background: transparent; font-size: 11px; font-weight: 600; letter-spacing: .12em; cursor: pointer; }
.operations-cta span { margin-left: 12px; color: var(--gold); }

@media (min-width: 681px) and (max-width: 1100px) {
  .operations-region--major { grid-column: 1 / -1; min-height: auto; border-right: 0; }
  .operations-region--compact { grid-column: span 6; min-height: 320px; }
  .operations-grid .operations-region:nth-child(3), .operations-grid .operations-region:nth-child(5) { border-right: 1px solid rgba(255,255,255,.14); }
  .coverage-groups--countries { grid-template-columns: repeat(4,minmax(0,1fr)) !important; }
  .operations-grid li { font-size: 18px; }
}

.confidence {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 48px;
  padding: 128px var(--gutter);
  background: #eae6dd;
}
.confidence-intro > span { display: inline-block; padding: 8px 16px; border: 1px solid #8d6d31; border-radius: 999px; color: #8d6d31; }
.confidence-intro p { max-width: 38ch; margin: 24px 0 0; color: #5b5759; font-size: 16px; line-height: 1.5; }
.quote-stage blockquote { margin: 0; font-size: clamp(34px, 3.6vw, 56px); line-height: 1.08; letter-spacing: -.02em; }
.quote-prev,
.quote-next { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-left: 8px; padding: 0; border: 1px solid rgba(11,9,10,.22); border-radius: 999px; color: var(--ink); background: transparent; font: inherit; font-size: 16px; cursor: pointer; transition: border-color .25s ease, color .25s ease, background .25s ease; }
.quote-prev:active,
.quote-next:active,
.quote-prev:hover,
.quote-next:hover { border-color: #8a6b30; color: #8a6b30; background: rgba(201,165,92,.07); }
.quote-meta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 40px; color: #6c676a; font-size: 11px; letter-spacing: .04em; }
.quote-meta strong { color: var(--ink); }
.quote-meta button { width: 44px; height: 44px; margin-left: 8px; border: 1px solid rgba(11,9,10,.25); border-radius: 50%; background: transparent; cursor: pointer; }
.confidence .brand-marquee {
  grid-column: 1 / -1;
  margin: 72px calc(var(--gutter) * -1) -128px;
  background: #eae6dd;
}

.good-to-know { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--grid-gap); align-items: start; padding: 128px var(--gutter); background: var(--paper); }
.good-to-know > p { grid-column: 1 / 5; }
.good-to-know h2 { grid-column: 5 / -1; }
.good-to-know .faq-list { grid-column: 5 / -1; }
.good-to-know h2 { margin: 24px 0 64px; font-size: clamp(48px, 5.5vw, 84px); font-weight: 400; line-height: .96; letter-spacing: var(--tracking-heading); }
.faq-list { max-width: 980px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary:active { background: rgba(201,165,92,.08); }
.faq-list summary { display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; font-size: clamp(17px, 1.6vw, 24px); cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: #8d6d31; content: "+"; transition: transform .3s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 68ch; margin: 0 0 24px; color: #5b5759; font-size: 14px; line-height: 1.6; }

.arrival { position: relative; display: flex; min-height: 720px; overflow: clip; padding: 128px var(--gutter); flex-direction: column; align-items: flex-start; justify-content: center; text-align: left; color: white; background: #050304; isolation: isolate; }
.arrival > *:not(.arrival-rosette) { position: relative; z-index: 1; }
.arrival-rosette { position: absolute; z-index: 0; top: 50%; right: -14%; width: min(58vw, 820px); height: auto; color: rgba(201,165,92,.09); pointer-events: none; transform: translateY(-50%); }
.arrival h2 { max-width: 7.5ch; margin: 24px 0; font-size: clamp(60px, 7vw, 104px); font-weight: 400; line-height: .94; letter-spacing: var(--tracking-display); }
.arrival > p { max-width: 42ch; margin: 0 0 32px; color: rgba(255,255,255,.5); font-size: 16px; line-height: 1.5; }

@media (max-width: 680px) {
  .protocols, .arrange, .confidence, .good-to-know, .arrival { padding: 80px 20px; }
  .protocols { padding-bottom: 0; }
  .editorial-head, .arrange, .confidence { grid-template-columns: 1fr; }
  .editorial-head > span, .editorial-head h2 { grid-column: 1; }
  .editorial-head { margin-bottom: 48px; }
  .editorial-head h2 { font-size: 44px; }
  .protocol-grid, .arrange-grid { grid-template-columns: repeat(2,1fr); }
  .protocol-grid { margin-right: -20px; margin-left: -20px; }
  .protocol-grid article { min-height: 230px; padding: 22px 20px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .protocol-grid article:nth-child(2n) { border-right: 0; }
  .protocol-grid h3 { margin-top: auto; }
  .arrange-content > h2 { font-size: 38px; }
  .arrange-grid { gap: 32px 16px; margin-top: 56px; }
  .house-story {
    min-height: auto;
    margin-top: -18px;
    grid-template-columns: 1fr;
    gap: 72px;
    padding: 96px 20px 112px;
    border-radius: 2px;
  }
  .house-story-label,
  .house-story-content { grid-column: 1; }
  .house-story-label { min-height: 48px; flex-direction: row; flex-wrap: wrap; }
  .house-founder { max-width: 220px; margin: 40px 0 0; flex-basis: 100%; }
  .house-founder img { height: 288px; }
  .house-story h2 { font-size: clamp(52px, 15vw, 66px); }
  .house-story-copy { grid-template-columns: 1fr; gap: 32px; margin-top: 64px; }
  .house-story-copy p,
  .house-story-copy p:first-child { max-width: none; font-size: 18px; }
  .house-story-copy p:first-child { font-size: 23px; }
  .house-story-signoff { margin-top: 64px; }
  .house-story-year { right: -.04em; bottom: -.12em; font-size: 45vw; }
  .operations { padding: 80px 20px; overflow: clip; }
  .operations-head { grid-template-columns: 1fr; margin-bottom: 56px; }
  .operations-head > span, .operations-head h2 { grid-column: 1; }
  .operations-head h2 { font-size: 46px; }
  .coverage-atlas { grid-template-columns: 1fr; min-height: 0; margin: 0 0 56px; }
  .atlas-index { grid-column: 1; padding: 24px 0 0; border-right: 0; }
  .atlas-index > span { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
  .atlas-index > span::after { color: var(--gold); content: "TAP A REGION · 06"; font-size: 10px; letter-spacing: .14em; white-space: nowrap; }
  .atlas-tabs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 16px; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.12); overflow: visible; }
  .atlas-tabs button { grid-template-columns: 18px minmax(0,1fr) auto; min-height: 88px; margin: 0; padding: 0 12px 0 0; border-top: 0; scroll-snap-align: none; }
  .atlas-tabs button:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.1); }
  .atlas-tabs button:nth-child(even) { padding-left: 12px; }
  .atlas-tabs button:hover,
  .atlas-tabs button[aria-selected="true"] { padding-left: 8px; }
  .atlas-tabs button:nth-child(even):hover,
  .atlas-tabs button:nth-child(even)[aria-selected="true"] { padding-left: 20px; }
  .atlas-tabs button::before { margin-left: -8px; }
  .atlas-tabs button:nth-child(even)::before { margin-left: -12px; }
  .atlas-index > p { display: none; }
  .atlas-visual { grid-column: 1; height: 460px; min-height: 460px; margin-top: 24px; }
  .atlas-status { top: 22px; right: 0; }
  .atlas-status { bottom: auto; left: auto; align-items: flex-end; text-align: right; }
  .atlas-status strong { max-width: 17ch; font-size: 15px; }
  .atlas-crosshair { width: 82vw; }
  .operations-grid { grid-template-columns: 1fr; }
  .operations-grid .operations-region,
  .operations-region--major,
  .operations-region--compact { grid-column: 1; min-height: auto; padding: 24px 0 52px; border-right: 0 !important; }
  .operations-grid h3 { margin: 38px 0 42px; font-size: 38px; }
  .operations-region--major .coverage-groups,
  .coverage-groups--countries { grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 30px 18px; }
  .operations-region--major > .coverage-groups > .coverage-group:first-child { grid-column: 1 / -1; }
  .operations-region--major > .coverage-groups > .coverage-group:first-child > ul { columns: 2; column-gap: 18px; }
  .operations-grid li,
  .operations-region--compact li { font-size: 17px; line-height: 1.48; }
  .operations-region--compact .coverage-groups { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .operations-foot { grid-template-columns: 1fr; gap: 24px; }
  .operations-cta { justify-self: start; margin-top: 16px; }
  .confidence { gap: 64px; }
  .quote-stage blockquote { font-size: 34px; }
  .quote-meta { align-items: flex-start; flex-direction: column; }
  .confidence .brand-marquee { margin: 64px -20px -80px; }
  .faq-list { margin-left: 0; }
  .good-to-know > p,
  .good-to-know h2,
  .good-to-know .faq-list { grid-column: 1 / -1; }
  .good-to-know h2 { margin-bottom: 48px; font-size: 52px; }
  .arrival { min-height: 640px; }
  .arrival-rosette { right: -55%; width: 118vw; color: rgba(201,165,92,.085); }
  .arrival h2 { font-size: 58px; }
}

@media (max-width: 680px) {
  .page-shell {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }

  .hero {
    /* Keep the hero within the visible Safari viewport so the CTA clears the bottom bar. */
    min-height: 620px;
    height: 100svh;
    padding-top: 66px;
  }

  .nav {
    height: 66px;
    padding: 0 20px;
  }

  .brand {
    font-size: 13px;
  }

  .hero h1 {
    width: 100%;
    margin-top: 18px;
    padding: 0 20px;
    font-size: clamp(40px, 10.4vw, 48px);
    line-height: 0.94;
    letter-spacing: var(--tracking-display);
  }

  .eye-mark {
    top: 185px;
    right: -126px;
    transform: scale(1.12) rotate(-3deg);
  }

  .hero-media img {
    object-position: 62% center;
  }

  .hero-bottom {
    right: 20px;
    bottom: 38px;
    left: 20px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .proof-list {
    grid-column: 1;
    gap: 12px;
  }

  .proof-list strong { font-size: 11px; }
  .proof-list small { font-size: 10px; }

  .hero-message {
    grid-column: 1;
    width: auto;
    justify-self: stretch;
  }

  .hero-message p {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 0.98;
  }

  .pill-light {
    font-size: 11px;
  }

  .section-pad {
    padding: 68px 20px 0;
  }

  .platform h2 {
    margin-bottom: 42px;
    font-size: clamp(40px, 10.8vw, 48px);
    line-height: 0.99;
    letter-spacing: var(--tracking-heading);
  }

  .platform h2 br {
    display: initial;
  }

  .eyebrow {
    margin-bottom: 66px;
    font-size: 11px;
  }

  .biomarker-scroller {
    grid-auto-columns: min(82vw, 330px);
    gap: 10px;
    margin-top: -16px;
    padding: 24px 20px 48px;
    scroll-padding-inline: 20px;
    scroll-snap-type: x proximity;
  }

  .fleet-rail-meta {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 10px;
  }

  .biomarker-card {
    height: auto;
    aspect-ratio: 0.81;
    border-radius: 12px;
  }

  .metric {
    font-size: 12px;
  }

  .fleet-card .marker-name {
    font-size: 24px;
  }

  .metric-row { padding: 18px 18px 0; }
  .biomarker-card > .fleet-caption { right: 18px; bottom: 18px; left: 18px; }
  .fleet-caption strong { font-size: 15px; }

  .patterns {
    padding-top: 78px;
  }

  .patterns h3 {
    padding: 0 20px 36px;
    font-size: 33px;
    line-height: 1.02;
  }

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

  .feature-grid article {
    min-height: 230px;
    padding: 22px 20px;
    border-bottom: 1px solid var(--line);
  }

  .feature-grid article:nth-child(2) {
    border-right: 0;
  }

  .feature-icon {
    margin-bottom: 0;
  }

  .feature-grid h4 { font-size: 12px; }
  .feature-grid p { font-size: 11px; line-height: 1.36; }

  .brand-marquee { height: 96px; }
  .brand-set { grid-template-columns: repeat(6, 136px); }
  .brand-set img { width: 80px; height: 24px; }

  .future {
    height: 800px;
    min-height: 800px;
  }

  .future > h2 {
    padding: 58px 20px;
    font-size: 42px;
  }

  #elements .rosette {
    right: auto;
    bottom: 38px;
    left: 20px;
    width: calc(100vw - 40px);
  }

  #elements .orbit-node {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }

  .node-1 { top: calc(5% - 16px); left: calc(50% - 16px); }
  .node-3 { top: calc(50% - 16px); right: calc(5% - 16px); }
  .node-5 { bottom: calc(5% - 16px); left: calc(50% - 16px); }
  .node-7 { top: calc(50% - 16px); left: calc(5% - 16px); }

  .rosette-mark {
    margin-bottom: 10px;
    font-size: 26px;
  }

  #elements .future-copy strong {
    font-size: 15px;
  }

  #elements .future-copy small {
    font-size: 10px;
  }

  .rosette-center > p {
    margin-top: 11px;
    font-size: 10px;
  }

  .site-footer { padding-right: 20px; padding-left: 20px; }
  .footer-main { grid-template-columns: 1fr; gap: 44px; padding: 56px 0 48px; }
  .footer-house,
  .footer-links { grid-column: 1; }
  .footer-house > p { font-size: 17px; }
  .footer-links { grid-template-columns: repeat(2,1fr); gap: 22px 24px; }
  .footer-links h3 { margin-bottom: 7px; }
  .footer-links a,
  .footer-links span,
  .footer-nav-action { margin-bottom: 0; font-size: 12px; }
  .footer-clocks { grid-template-columns: repeat(2,1fr); }
  .footer-clocks > div { min-height: 96px; padding-left: 0; }
  .footer-clocks > div:nth-child(2) { border-right: 0; }
  .footer-clocks > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .footer-bottom { align-items: flex-start; gap: 10px; padding: 22px 0; flex-direction: column; }
  .footer-watermark { font-size: 18vw; }
}

@media (max-width: 1000px), (max-height: 740px) {
  .page-shell { margin-bottom: 0; box-shadow: none; }
  .site-footer { position: relative; height: auto; }
}

.scroll-progress {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--gold);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 400ms var(--ease-utility);
  will-change: transform;
}

.scroll-progress.is-visible { opacity: 1; }

.js .hero-media img { animation: hero-settle 1.8s var(--ease-out) both; }
.js .hero-bottom,
.js .nav { animation: hero-reveal 1s var(--ease-out) both; }
.js .hero h1 { animation: hero-title-enter 1.55s var(--ease-entrance) 100ms both; }
.js .hero-bottom { animation-delay: 260ms; }

.pill .pill-icon {
  transition: transform 420ms var(--ease-out), background-color 220ms ease;
}

.pill:hover .pill-icon { transform: rotate(45deg); }

.fleet-card {
  transition: transform 700ms var(--ease-out), box-shadow 700ms ease, border-color 400ms ease;
}

.js .fleet-card.reveal.is-visible:hover {
  z-index: 2;
  transform: translateY(-10px);
  border-color: rgba(201,165,92,.42);
  box-shadow: 0 28px 56px rgba(5, 3, 4, 0.2);
}

/* Journey composer — native controls, local message composition only. */
.journey-composer {
  margin-top: -28px;
  border-top: 1px solid rgba(201,165,92,.42);
  border-radius: 2px 2px 0 0;
  box-shadow: 0 -24px 72px rgba(5,3,4,.2);
  position: relative;
  z-index: 3;
  padding: 128px var(--gutter);
  color: #0b090a;
  background: #d8cdbf;
  color-scheme: dark;
}

.composer-head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--grid-gap);
  align-items: end;
  padding-bottom: clamp(56px, 7vw, 104px);
}

.composer-head > span {
  grid-column: 1 / 4;
  align-self: start;
  color: #7b5d28;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .14em;
}

.composer-head h2 {
  grid-column: 5 / -1;
  margin: 0;
  font-size: clamp(48px, 5.5vw, 84px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: var(--tracking-display);
}

.composer-head > p {
  grid-column: 5 / 9;
  grid-row: 2;
  max-width: 31ch;
  margin: 28px 0 0;
  color: rgba(11,9,10,.62);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -.005em;
}

.composer-panel {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(310px, 1fr);
  overflow: clip;
  border: 1px solid rgba(11,9,10,.18);
  border-radius: 2px;
  color: #f4f1ec;
  background: #080607;
  box-shadow: 0 32px 80px rgba(38,27,21,.18), 0 2px 0 rgba(255,255,255,.16) inset;
}

.composer-sentence {
  min-width: 0;
  padding: clamp(48px, 6vw, 88px) clamp(32px, 5vw, 80px) clamp(56px, 7vw, 104px) clamp(28px, 4vw, 64px);
}

.composer-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .12em .24em;
  margin: 0 0 .16em;
  font-size: clamp(34px, 4.1vw, 64px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.composer-route {
  display: grid;
  grid-template-columns: max-content minmax(0, .78fr) max-content minmax(0, 1.22fr) max-content;
}

.composer-route .text-slot {
  width: 100%;
  min-width: 0;
  flex: none;
}

#request-destination {
  font-size: .88em;
  letter-spacing: -.04em;
}

.slot,
.text-slot {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  max-width: 100%;
}

.slot::after {
  content: "⌄";
  position: absolute;
  right: .1em;
  bottom: .12em;
  color: var(--gold);
  font-size: .45em;
  pointer-events: none;
}

.slot select,
.text-slot input {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0 .6em .06em 0;
  border: 0;
  border-bottom: 1px solid rgba(201,165,92,.72);
  border-radius: 0;
  color: var(--gold);
  background: transparent;
  font: inherit;
  letter-spacing: inherit;
  outline: 0;
  appearance: none;
}

.slot select:focus-visible,
.text-slot input:focus-visible,
.notes-wrap textarea:focus-visible {
  border-bottom-color: #fff;
  outline: 0;
  box-shadow: 0 1px 0 #fff;
}

.slot select option {
  color: #f4f1ec;
  background: #120f11;
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 400;
}

.slot select option:checked { color: #0b090a; background: var(--gold); }

.slot-day select { width: 2.15em; }
.slot-month select { width: 3.3em; }
.slot-time select { width: 1.8em; }
.text-slot { flex: 1 1 240px; }
.text-slot input { width: 100%; padding-right: 0; }
.text-slot input::placeholder { color: #777174; opacity: 1; }
.route-arrow { color: #686265; }

.notes-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: clamp(40px, 5vw, 72px);
  padding: 0;
  border: 0;
  color: #999396;
  background: transparent;
  font-size: 11px;
  cursor: pointer;
}

.notes-toggle span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid #403b3e;
  border-radius: 50%;
  color: var(--gold);
  transition: transform 350ms var(--ease-out), border-color 250ms ease;
}

.notes-toggle[aria-expanded="true"] span { transform: rotate(45deg); border-color: var(--gold); }

.notes-wrap {
  margin-top: 32px;
}

.notes-wrap label {
  display: block;
  margin-bottom: 12px;
  color: #777174;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .14em;
}

.notes-wrap textarea {
  width: 100%;
  padding: 12px 0;
  resize: vertical;
  border: 0;
  border-bottom: 1px solid rgba(201,165,92,.5);
  border-radius: 0;
  color: #fff;
  background: transparent;
  font-size: 18px;
  line-height: 1.35;
  outline: 0;
}

.request-summary {
  display: flex;
  min-width: 0;
  padding: clamp(40px, 4vw, 64px);
  border-left: 1px solid rgba(255,255,255,.18);
  flex-direction: column;
  background: #0e0b0d;
}

.summary-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: var(--gold);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .14em;
}

.summary-head span:last-child { color: #686265; }
.summary-explainer {
  max-width: 31ch;
  margin: 17px 0 8px;
  color: #8a8386;
  font-size: 11px;
  line-height: 1.45;
}
.request-summary dl { margin: 0 0 auto; }
.request-summary dl > div { padding: 17px 0 15px; border-bottom: 1px solid rgba(255,255,255,.09); }
.request-summary dt { margin-bottom: 6px; color: #686265; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.request-summary dd { margin: 0; font-size: 14px; line-height: 1.25; }
.request-summary dd.is-empty { color: #5e595b; }

.composer-actions { display: grid; gap: 10px; margin-top: 48px; }
.composer-action {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border: 1px solid #3e393c;
  color: #f4f1ec;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .1em;
  text-decoration: none;
  transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease;
}
.composer-action:hover { border-color: var(--gold); }
.composer-action-primary { border-color: var(--gold); color: #0b090a; background: var(--gold); }
.composer-action-primary:hover { color: #0b090a; background: #dbb86d; }
.composer-privacy { display: flex; gap: 8px; margin: 18px 0 0; color: #6f696c; font-size: 11px; line-height: 1.35; }
.composer-privacy > span:first-child { color: var(--gold); }
.composer-privacy a { color: #a68b54; text-underline-offset: 3px; transition: color 250ms ease; }
.composer-privacy a:hover { color: #d6b96f; }

@media (max-width: 1500px) {
  /* Route fields become a measured two-row lockup before either label can
     truncate inside the narrower composer column. */
  .composer-route { grid-template-columns: max-content minmax(0, 1fr); }
  .composer-route .text-slot { grid-column: 2; }
  .composer-route .route-arrow { grid-column: 1; }
  .composer-route > span:last-child { display: none; }
}

@media (max-width: 900px) {
  .composer-head { grid-template-columns: 1fr; }
  .composer-head > span,
  .composer-head h2,
  .composer-head > p { grid-column: 1; }
  .composer-head > span { margin-bottom: 24px; }
  .composer-head > p { grid-row: auto; max-width: 30ch; margin-top: 24px; }
  .composer-panel { grid-template-columns: 1fr; }
  .composer-sentence { padding-right: clamp(28px, 5vw, 48px); }
  .request-summary {
    padding-right: clamp(28px, 5vw, 48px);
    padding-left: clamp(28px, 5vw, 48px);
    border-top: 1px solid rgba(255,255,255,.18);
    border-left: 0;
    background: #0e0b0d;
  }
}

@media (max-width: 680px) {
  .journey-composer { padding: 88px 20px; }
  .composer-head { padding-bottom: 56px; }
  .composer-head h2 { font-size: clamp(46px, 13vw, 58px); }
  .composer-panel { border-radius: 2px; }
  .composer-sentence { padding: 48px 20px 64px; }
  .composer-line { gap: .16em .22em; margin-bottom: .42em; font-size: clamp(29px, 8.4vw, 36px); line-height: 1.12; }
  #request-destination { font-size: .78em; letter-spacing: -.045em; }
  .notes-toggle { align-items: flex-start; text-align: left; }
  .request-summary {
    padding: 0 20px 28px;
    border-top: 0;
    background: #080607;
  }
  .summary-head,
  .summary-explainer,
  .request-summary dl { display: none; }
  .composer-actions { margin-top: 0; }
}

.feature-grid article {
  transition: background-color 450ms ease;
}

.feature-grid article:hover { background: rgba(201,165,92,.07); }
.feature-grid article:hover .feature-icon { transform: translateY(-4px); }
.feature-icon { transition: transform 450ms var(--ease-out); }

.brand-marquee {
  -webkit-mask-image: linear-gradient(90deg, transparent, black 7%, black 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 7%, black 93%, transparent);
}

.hero h1,
.platform h2,
.patterns h3,
.future > h2 {
  position: relative;
  left: var(--optical-nudge, 0px);
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 800ms var(--ease-reveal) var(--reveal-delay, 0ms), transform 900ms var(--ease-reveal) var(--reveal-delay, 0ms);
}

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

@keyframes hero-reveal {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-title-enter {
  from {
    /* 0.01 statt 0: fürs Auge unsichtbar, aber der Browser registriert den
       ersten Paint sofort — sonst zählt LCP erst mitten in der Animation. */
    opacity: 0.01;
    filter: blur(8px);
    letter-spacing: .012em;
    transform: translateY(20px) scale(.975);
  }
  to {
    opacity: 1;
    filter: blur(0);
    letter-spacing: var(--tracking-display);
    transform: translateY(0) scale(1);
  }
}

@keyframes hero-settle {
  from { opacity: 0.01; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js .hero-media img,
  .js .hero h1,
  .js .hero-bottom,
  .js .nav,
  .js .reveal {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .brand-track { animation: none; transform: none; }
}

/* Final cascade authority: keep measured media rhythm after legacy responsive rules. */
.hero-media { transform: translate3d(0,var(--hero-shift,0px),0); }
.hero-media img { transform: none; }
.biomarker-card { height: 506px; aspect-ratio: auto; }
@media (min-width: 1280px) { .biomarker-card { height: 554px; } }
@media (min-width: 681px) and (max-width: 1000px) { .biomarker-card { height: 482px; } }
@media (max-width: 680px) { .biomarker-card { height: 410px; aspect-ratio: auto; } }
@keyframes hero-settle { from { opacity: 0.01; } to { opacity: 1; } }

/* First-arrival identity lock — the eight petals construct the negative star. */
.site-intro {
  position: fixed;
  z-index: 4000;
  inset: 0;
  display: grid;
  overflow: clip;
  place-items: center;
  color: #f5f2ed;
  background:
    radial-gradient(circle at 50% 47%, rgba(201,165,92,.075), transparent 25%),
    #070506;
  opacity: 1;
  transition: opacity 750ms var(--ease-entrance), filter 750ms var(--ease-entrance), transform 750ms var(--ease-entrance);
  will-change: opacity, filter, transform;
}

.site-intro[hidden],
html:not(.js) .site-intro { display: none; }

.intro-running { overflow: hidden; }

.intro-lockup {
  display: grid;
  justify-items: center;
  transform: translateY(-1.5vh);
}

.intro-rosette {
  width: clamp(88px, 8vw, 132px);
  height: auto;
  overflow: visible;
  fill: #c9a55c;
  filter: drop-shadow(0 0 0 rgba(201,165,92,0));
}

.intro-wordmark {
  display: block;
  width: clamp(280px, 30vw, 460px);
  height: 120px;
  object-fit: contain;
  opacity: 0;
  filter: blur(11px) drop-shadow(0 0 0 rgba(201,165,92,0));
  transform: none;
}

.intro-petal {
  opacity: 0;
  transform: rotate(-18deg) scale(.72);
  transform-box: view-box;
  transform-origin: 50px 50px;
}

.intro-lockup strong {
  margin-top: 29px;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 560;
  line-height: 1;
  letter-spacing: .48em;
  opacity: 0;
  filter: blur(10px);
  transform: translateX(.24em) scale(.95);
}

.intro-lockup > span {
  margin-top: 14px;
  color: rgba(245,242,237,.48);
  font-size: 10px;
  font-weight: 560;
  line-height: 1;
  letter-spacing: .28em;
  opacity: 0;
  filter: blur(5px);
}

.site-intro > small {
  position: absolute;
  right: var(--gutter);
  bottom: 28px;
  left: var(--gutter);
  display: flex;
  align-items: center;
  color: rgba(245,242,237,.34);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .2em;
  opacity: 0;
}

.site-intro > small i {
  height: 1px;
  flex: 1;
  margin: 0 18px;
  background: rgba(255,255,255,.13);
}

.site-intro.is-playing .intro-petal {
  animation: intro-petal-lock 780ms var(--ease-entrance) calc(80ms + var(--delay)) both;
}

.site-intro.is-playing .intro-rosette {
  animation: intro-rosette-glow 1350ms var(--ease-entrance) 80ms both;
}

.site-intro.is-playing .intro-wordmark {
  animation: intro-wordmark-lock 1300ms var(--ease-entrance) 100ms both;
}

.site-intro.is-playing .intro-lockup strong {
  animation: intro-tracking-lock 1000ms var(--ease-entrance) 460ms both;
}

.site-intro.is-playing .intro-lockup > span {
  animation: intro-focus-in 650ms var(--ease-entrance) 650ms both;
}

.site-intro.is-playing > small { animation: intro-focus-in 600ms var(--ease-entrance) 780ms both; }

.site-intro.intro-simple > small { display: none; }

.site-intro.intro-simple.is-playing .intro-petal {
  animation: intro-simple-petal 750ms var(--ease-entrance) both;
}

.site-intro.intro-simple.is-playing .intro-rosette {
  animation: none;
}

.site-intro.intro-simple.is-playing .intro-wordmark {
  animation: intro-wordmark-mobile 680ms var(--ease-entrance) 80ms both;
}

.site-intro.intro-simple.is-playing .intro-lockup strong,
.site-intro.intro-simple.is-playing .intro-lockup > span {
  letter-spacing: .22em;
  animation: intro-simple-copy 650ms var(--ease-entrance) 180ms both;
}

.site-intro.is-leaving {
  opacity: 0;
  filter: blur(2px);
  pointer-events: none;
  transform: scale(1.015);
}

html.intro-pending .hero-media img,
html.intro-pending .hero h1,
html.intro-pending .hero-bottom,
html.intro-pending .nav {
  animation-play-state: paused;
}

@keyframes intro-petal-lock {
  0% { opacity: 0; transform: rotate(-18deg) scale(.72); }
  62% { opacity: 1; }
  100% { opacity: 1; transform: rotate(0) scale(1); }
}

@keyframes intro-rosette-glow {
  0%, 42% { filter: drop-shadow(0 0 0 rgba(201,165,92,0)); }
  78% { filter: drop-shadow(0 0 18px rgba(201,165,92,.42)); }
  100% { filter: drop-shadow(0 0 8px rgba(201,165,92,.2)); }
}

@keyframes intro-tracking-lock {
  from { opacity: 0; letter-spacing: .48em; filter: blur(10px); transform: translateX(.24em) scale(.95); }
  to { opacity: 1; letter-spacing: .22em; filter: blur(0); transform: translateX(.11em) scale(1); }
}

@keyframes intro-focus-in {
  from { opacity: 0; filter: blur(5px); transform: translateY(7px); }
  to { opacity: 1; filter: blur(0); transform: translateY(0); }
}

@keyframes intro-wordmark-lock {
  0% { opacity: 0; filter: blur(11px) drop-shadow(0 0 0 rgba(201,165,92,0)); transform: none; }
  58% { opacity: 1; filter: blur(0) drop-shadow(0 0 24px rgba(201,165,92,.2)); }
  100% { opacity: 1; filter: blur(0) drop-shadow(0 0 8px rgba(201,165,92,.08)); transform: none; }
}

@keyframes intro-simple-petal {
  from { opacity: 0; transform: scale(.96); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes intro-simple-copy {
  from { opacity: 0; filter: none; transform: none; }
  to { opacity: 1; filter: none; transform: none; }
}

@keyframes intro-wordmark-mobile {
  from { opacity: 0; filter: none; transform: none; }
  to { opacity: 1; filter: none; transform: none; }
}

@media (max-width: 680px) {
  .site-intro > small { bottom: 20px; }
  .intro-lockup strong { margin-top: 24px; }
  .intro-wordmark {
    width: min(82vw, 340px);
    height: 96px;
    filter: none;
  }
  .site-intro.is-playing .intro-wordmark {
    animation: intro-wordmark-mobile 680ms var(--ease-entrance) 80ms both;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-intro { display: none; }
}

/* Scroll choreography: the content arrives as a succession of tactile sheets. */
.page-shell > section:not(.hero) {
  position: relative;
  z-index: 2;
}

.hero-media {
  opacity: calc(1 - (var(--hero-cover, 0) * .12));
  will-change: transform, opacity;
}

.platform,
.confidence,
.arrival {
  isolation: isolate;
}

.confidence {
  z-index: 3;
  margin-top: -28px;
  border-radius: 2px;
  box-shadow: 0 -20px 64px rgba(5, 3, 4, .14);
}

.arrival {
  z-index: 3;
  margin-top: -28px;
  border-radius: 2px;
  box-shadow: 0 -24px 72px rgba(5, 3, 4, .22);
}

@media (max-width: 680px) {
  .platform {
    margin-top: -18px;
    border-radius: 2px;
    box-shadow: 0 -18px 56px rgba(5, 3, 4, .22);
  }

  .confidence,
  .arrival {
    margin-top: -18px;
    border-radius: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media { opacity: 1; }
}

/* Mobile navigation — a full-screen brand moment, not a utility drawer. */
.menu-rosette,
.menu-meta {
  display: none;
}

@media (max-width: 980px) {
  .nav::before {
    position: fixed;
    z-index: 5;
    inset: 0;
    background:
      radial-gradient(circle at 84% 8%, rgba(201,165,92,.09), transparent 27%),
      linear-gradient(145deg, #0b090c 0%, #050304 62%, #090608 100%);
    content: "";
    pointer-events: none;
    clip-path: circle(0 at calc(100% - 38px) 33px);
    transition: clip-path 850ms var(--ease-out);
  }

  .nav.menu-open {
    background: transparent;
  }

  .nav.menu-open > .brand {
    position: fixed;
    top: 0;
    left: var(--gutter);
    display: inline-flex;
    height: 66px;
    align-items: center;
    grid-column: auto;
  }

  .nav.menu-open::before {
    clip-path: circle(150vmax at calc(100% - 38px) 33px);
  }

  .nav.menu-open .brand-mark {
    filter: drop-shadow(0 0 12px rgba(201,165,92,.45));
    transform: rotate(22.5deg);
  }

  .nav.menu-open .brand-wordmark {
    filter: drop-shadow(0 0 12px rgba(201,165,92,.28));
    transform: none;
  }

  .nav.menu-open .menu-button {
    position: fixed;
    top: 16px;
    right: var(--gutter);
    grid-column: auto;
    border-color: var(--gold);
    background: var(--gold);
    transform: rotate(90deg);
    transition: transform 700ms var(--ease-out), background-color 300ms ease, border-color 300ms ease;
  }

  .nav.menu-open .menu-button span {
    background: #0b090a;
  }

  .nav.menu-open .nav-links {
    grid-column: auto;
    padding: clamp(108px, 16vh, 148px) var(--gutter) 190px;
    background: transparent;
  }

  .nav.menu-open .nav-links a {
    min-height: clamp(68px, 10.5vh, 88px);
    padding: 15px 0 13px;
    align-items: baseline;
    border-color: rgba(255,255,255,.14);
    font-size: clamp(46px, 8.2vw, 66px);
    opacity: 0;
    transform: translateY(30px);
    animation: mobile-nav-enter 850ms var(--ease-out) forwards;
    transition: color 300ms ease, padding 500ms var(--ease-out);
  }

  .nav.menu-open .nav-links a:first-child {
    border-top: 1px solid rgba(255,255,255,.14);
  }

  .nav.menu-open .nav-links a:nth-child(1) { animation-delay: 160ms; }
  .nav.menu-open .nav-links a:nth-child(2) { animation-delay: 220ms; }
  .nav.menu-open .nav-links a:nth-child(3) { animation-delay: 280ms; }
  .nav.menu-open .nav-links a:nth-child(4) { animation-delay: 340ms; }

  .nav.menu-open .nav-links a:hover,
  .nav.menu-open .nav-links a:focus-visible {
    padding-right: 8px;
    padding-left: 8px;
    color: var(--gold);
  }

  .nav.menu-open .nav-links a::after {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: auto;
    display: block;
    width: auto;
    height: auto;
    background: none;
    color: rgba(255,255,255,.5);
    content: attr(data-note);
    font-size: 10px;
    font-weight: 550;
    line-height: 1;
    letter-spacing: .16em;
    transform: none;
  }

  .nav.menu-open .nav-links a.is-active::after {
    color: rgba(201,165,92,.7);
  }

  .nav.menu-open .menu-rosette {
    position: fixed;
    z-index: 5;
    top: 53%;
    right: -31vw;
    display: block;
    width: min(92vw, 760px);
    height: auto;
    fill: none;
    stroke: rgba(201,165,92,.095);
    stroke-width: .36;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-50%) rotate(-12deg) scale(.9);
    animation: mobile-rosette-enter 1.4s var(--ease-out) 260ms forwards;
  }

  .nav.menu-open .menu-meta {
    position: fixed;
    z-index: 7;
    right: var(--gutter);
    bottom: 98px;
    left: var(--gutter);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.14);
    color: rgba(255,255,255,.42);
    font-size: 10px;
    letter-spacing: .14em;
    opacity: 0;
    animation: mobile-meta-enter 700ms var(--ease-out) 430ms forwards;
  }

  .menu-meta > div {
    display: grid;
    gap: 6px;
  }

  .menu-meta > div:last-child {
    justify-items: end;
  }

  .menu-meta strong,
  .menu-meta time {
    color: var(--gold);
    font-size: 11px;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    letter-spacing: .09em;
  }

  .menu-meta i {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 10px rgba(201,165,92,.8);
    animation: desk-pulse 2.2s ease-in-out infinite;
  }

  .nav.menu-open > .pill-dark {
    grid-column: auto;
    justify-self: stretch;
    opacity: 0;
    animation: mobile-meta-enter 700ms var(--ease-out) 500ms forwards;
  }
}

@media (max-width: 480px) {
  .nav.menu-open > .brand { left: 20px; }

  .nav.menu-open .menu-button {
    right: 20px;
  }

  .nav.menu-open .nav-links {
    padding: 98px 20px 178px;
  }

  .nav.menu-open .nav-links a {
    min-height: 66px;
    font-size: clamp(42px, 13vw, 54px);
  }

  .nav.menu-open .nav-links a::after {
    max-width: 88px;
    text-align: right;
  }

  .nav.menu-open .menu-rosette {
    right: -54vw;
    width: 126vw;
  }

  .nav.menu-open .menu-meta {
    right: 20px;
    bottom: 94px;
    left: 20px;
  }
}

@keyframes mobile-nav-enter {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes mobile-rosette-enter {
  to { opacity: 1; transform: translateY(-50%) rotate(0) scale(1); }
}

@keyframes mobile-meta-enter {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes desk-pulse {
  0%, 100% { opacity: .55; transform: scale(.85); }
  50% { opacity: 1; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .nav::before { transition-duration: .01ms; }
  .nav.menu-open .nav-links a,
  .nav.menu-open .menu-rosette,
  .nav.menu-open .menu-meta,
  .nav.menu-open > .pill-dark { opacity: 1; animation: none; transform: none; }
  .menu-meta i { animation: none; }
}

/* Interaction craft distilled for Star Ride. */
.feature-grid > *,
.protocol-grid > *,
.arrange-grid > *,
.operations-grid > *,
.house-story > *,
.composer-panel > * {
  min-width: 0;
}

.js .biomarker-card.reveal .fleet-image {
  clip-path: inset(100% 0 0 0);
  transition:
    clip-path 1050ms var(--ease-media) calc(var(--reveal-delay, 0ms) + 80ms),
    transform 1200ms var(--ease-media),
    filter 500ms var(--ease-utility);
}

.js .biomarker-card.reveal.is-visible .fleet-image {
  clip-path: inset(0 0 0 0);
}

@media (hover: hover) and (pointer: fine) {
  .operations-grid:hover .operations-region:not(:hover) {
    filter: blur(1.5px);
    opacity: .34;
  }

  .operations-grid .operations-region {
    transition: opacity 450ms var(--ease-utility), filter 450ms var(--ease-utility);
  }
}

@media (pointer: coarse) {
  .js .reveal {
    transform: none;
    transition-duration: 650ms;
  }

  .js .biomarker-card.reveal .fleet-image,
  .js .biomarker-card.reveal.is-visible .fleet-image {
    clip-path: none;
  }

  .fleet-card:hover .fleet-image,
  .protocol-grid article:hover,
  .arrange-grid article:hover,
  .feature-grid article:hover .feature-icon {
    filter: none;
    transform: none;
  }

  .feature-grid article:hover,
  .faq-list summary:hover {
    padding-left: inherit;
    color: inherit;
    background: inherit;
  }

  .operations-grid:hover article:not(:hover) {
    filter: none;
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-progress { transition: none; }
  .js .biomarker-card.reveal .fleet-image,
  .js .biomarker-card.reveal.is-visible .fleet-image { clip-path: none; }
}

/* Final masterwork pass — legibility, hierarchy and editorial finish. */
body {
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}

p { text-wrap: pretty; }

.editorial-head h2,
.arrange-content > h2,
.house-story h2,
.operations-head h2,
.composer-head h2,
.good-to-know h2,
.arrival h2 {
  text-wrap: balance;
}

.nav-links a > span { font-size: 10px; }
.hero-scroll-cue { font-size: 11px; }
.metric sup { font-size: 10px; }
.fleet-card .signal { font-size: 11px; }
.fleet-caption span { font-size: 11px; }
.future-progress span { font-size: 10px; }
.house-story-label { font-size: 11px; }

.operations-head > span { font-size: 11px; }
.operations-grid .operations-region > span { font-size: 11px; }

.composer-head > span { font-size: 11px; }
.summary-head,
.request-summary dt { font-size: 11px; }
.composer-action,
.composer-privacy { font-size: 11px; }

.footer-house > strong,
.footer-links h3,
.footer-clocks span,
.footer-bottom { font-size: 11px; }
.footer-links a,
.footer-links span,
.footer-nav-action { font-size: 13px; }

@media (min-width: 1001px) {
  .footer-links a,
  .footer-nav-action {
    display: flex;
    min-height: 32px;
    align-items: center;
    margin-bottom: 0;
  }
}

@media (min-width: 1001px) and (min-height: 741px) {
  .footer-watermark {
    position: absolute;
    right: var(--gutter);
    bottom: -.22em;
    left: var(--gutter);
    margin-bottom: 0;
  }
}

.faq-list {
  counter-reset: desk-faq;
}

.faq-list details {
  counter-increment: desk-faq;
}

.faq-list summary {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: baseline;
  transition: color 300ms var(--ease-utility);
}

.faq-list summary::before {
  color: #8d6d31;
  content: counter(desk-faq, decimal-leading-zero);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  letter-spacing: .12em;
}

.faq-list summary:hover {
  padding-left: 0;
}

.faq-list details > p {
  max-width: 64ch;
  margin-left: 44px;
  font-size: 15px;
}

@media (max-width: 680px) {
  .nav-links a > span { font-size: 10px; }
  .fleet-caption span,
  .fleet-card .signal { font-size: 10px; }
  .operations-head > span { font-size: 11px; }
  .operations-grid .operations-region > span { font-size: 11px; }
  .composer-head > span,
  .summary-head,
  .request-summary dt,
  .composer-action,
  .composer-privacy { font-size: 11px; }
  .faq-list summary { grid-template-columns: 30px minmax(0,1fr) auto; }
  .faq-list details > p { margin-left: 30px; font-size: 14px; }
}

/* Responsive release guardrails.
   Tablet portrait gets the full footer width before its four link groups are
   divided; ultra-narrow/zoomed mobile keeps the three header zones separate. */
@media (min-width: 681px) and (max-width: 900px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 64px 0 52px;
  }

  .footer-house,
  .footer-links {
    grid-column: 1 / -1;
  }

  .footer-links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }

  .footer-links h3 { margin-bottom: 10px; }
  .footer-links a,
  .footer-links span,
  .footer-nav-action { margin-bottom: 4px; }
}

/* Interaction floor — every primary control remains comfortably targetable. */
.brand,
.nav-links a,
.pill,
.hero-scroll-cue,
.footer-identity {
  min-height: 40px;
}

.operations-cta,
.notes-toggle {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.footer-nav-action {
  display: flex;
  min-height: 40px;
  align-items: center;
}

@media (max-width: 980px) {
  .menu-button {
    width: 40px;
    height: 40px;
    padding: 12px;
  }

  .nav.menu-open .menu-button {
    top: 13px;
  }
}

@media (max-width: 1000px) {
  .footer-links a,
  .footer-links span,
  .footer-nav-action {
    display: flex;
    min-height: 28px;
    align-items: center;
    margin-bottom: 0;
  }
}

/* Cascade authority: fleet cards dissolve in place instead of travelling vertically. */
.js .fleet-card.reveal,
.js .fleet-card.reveal.is-visible {
  transform: none;
}

.js .biomarker-card.reveal .fleet-image {
  clip-path: none;
  opacity: 0;
  filter: blur(4px) saturate(.86);
  transform: none;
  transition:
    opacity 900ms var(--ease-media) calc(var(--reveal-delay, 0ms) + 60ms),
    filter 1050ms var(--ease-media) calc(var(--reveal-delay, 0ms) + 60ms);
}

.js .biomarker-card.reveal.is-visible .fleet-image {
  clip-path: none;
  opacity: 1;
  filter: blur(0) saturate(1);
  transform: scale(1);
}

.js .fleet-card.reveal.is-visible:hover { transform: none; }
.fleet-card:hover .fleet-image { transform: scale(1.018); }

.fleet-card:hover .fleet-caption,
.biomarker-scroller.is-dragging .fleet-caption { transform: none; }

.fleet-card:hover {
  z-index: 2;
  border-color: rgba(201,165,92,.42);
  box-shadow: 0 24px 52px rgba(5,3,4,.18);
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  .js .biomarker-card.reveal .fleet-image,
  .js .biomarker-card.reveal.is-visible .fleet-image {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

/* Native picker, editorial display: large sentence value with a compact OS menu. */
.composer-line .slot {
  min-height: 1.08em;
  padding-right: .6em;
  border-bottom: 1px solid rgba(201,165,92,.72);
  color: var(--gold);
  white-space: nowrap;
}

.composer-line .slot::before {
  content: attr(data-value);
  display: block;
  color: var(--gold);
  font: inherit;
  letter-spacing: inherit;
  pointer-events: none;
}

.composer-line .slot select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: transparent;
  background: transparent;
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  opacity: 0;
  cursor: pointer;
  appearance: none;
}

.composer-line .slot select option {
  color: #f4f1ec;
  background: #120f11;
  font: 400 18px/24px var(--font-sans);
  letter-spacing: 0;
}

.composer-line .slot:focus-within {
  border-bottom-color: #fff;
  box-shadow: 0 1px 0 #fff;
}

.composer-line .slot-day { width: 2.15em; }
.composer-line .slot-month { width: 4.5em; }
.composer-line .slot-time { width: 1.8em; }

.composer-time-group {
  display: inline-flex;
  align-items: baseline;
  gap: .12em .24em;
  white-space: nowrap;
}

/* Hero hierarchy: one headline, one quieter supporting statement. */
.hero-message {
  grid-column: 8 / -1;
  max-width: 570px;
}

.hero-message p {
  max-width: 39ch;
  margin-bottom: 18px;
  color: rgba(255,255,255,.82);
  font-size: clamp(20px, 1.55vw, 28px);
  font-weight: 350;
  line-height: 1.14;
  letter-spacing: -.012em;
  text-wrap: pretty;
}

.proof-icon {
  color: rgba(255,255,255,.92);
}

.proof-icon svg {
  stroke-width: 1.25;
}

/* Desktop navigation: three optically balanced zones on one centerline. */
@media (min-width: 981px) {
  .nav {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: clamp(12px, 1.2vw, 20px);
    align-items: center;
    height: 80px;
  }

  .nav.nav-scrolled { height: 62px; }

  .brand {
    grid-column: 1 / 4;
    align-self: center;
    line-height: 1;
  }

  .nav-links {
    grid-column: 5 / 10;
    height: 44px;
    gap: clamp(22px, 2vw, 36px);
    align-items: center;
    justify-content: center;
  }

  .nav-links a {
    min-height: 44px;
    padding: 0;
    align-items: center;
    gap: 7px;
    line-height: 1;
    white-space: nowrap;
  }

  .nav-links a > span {
    align-self: center;
    line-height: 1;
    transform: none;
  }

  .nav-links a::after { bottom: 1px; }

  .nav > .pill-dark {
    grid-column: 10 / 13;
    min-height: 44px;
    padding: 5px 5px 5px 18px;
    align-self: center;
    justify-self: end;
    white-space: nowrap;
  }

  .nav > .pill-dark .pill-icon {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 980px) {
  .hero-message { grid-column: 7 / -1; }
}

@media (max-width: 680px) {
  .hero-message { grid-column: 1; }
  .hero-message p {
    max-width: 31ch;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.2;
  }
}

.nav > .pill-dark,
.nav.nav-scrolled > .pill-dark {
  color: #0b090a;
  border-color: var(--gold);
  background: var(--gold);
  box-shadow: 0 8px 30px rgba(5,3,4,.12);
}

.nav > .pill-dark .pill-icon,
.nav.nav-scrolled > .pill-dark .pill-icon {
  color: white;
  background: #0b090a;
}

@media (max-width: 980px) {
  .nav > .pill-dark {
    z-index: 8;
    grid-column: 8 / 12;
    display: inline-flex;
    min-height: 36px;
    padding: 4px 4px 4px 13px;
    justify-self: end;
    font-size: 10px;
    white-space: nowrap;
  }

  .nav > .pill-dark .pill-icon {
    width: 26px;
    height: 26px;
  }

  .nav.menu-open > .pill-dark {
    min-height: 54px;
    padding-left: 20px;
    font-size: 11px;
  }

  .nav.menu-open > .pill-dark .pill-icon {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 480px) {
  .nav > .pill-dark > span:first-child {
    font-size: 0;
  }

  .nav > .pill-dark > span:first-child::after {
    content: "DESK";
    font-size: 10px;
    letter-spacing: .08em;
  }

  .nav.menu-open > .pill-dark > span:first-child {
    font-size: 11px;
  }

  .nav.menu-open > .pill-dark > span:first-child::after {
    content: none;
  }
}

/* City names respond individually; the system stays calm until it is explored. */
.operations-grid li {
  color: rgba(255,255,255,.76);
  transition: color 360ms ease, opacity 360ms ease, transform 520ms var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .operations-grid li:hover {
    color: #fff;
    transform: translateX(6px);
  }

  .operations-grid .operations-region:has(li:hover) li:not(:hover) {
    color: rgba(255,255,255,.27);
  }

  .operations-grid li:has(em):hover em {
    color: #f0ce86;
  }
}

@media (max-width: 680px) {
  .composer-date {
    display: grid;
    grid-template-columns: max-content max-content minmax(0, 1fr);
    align-items: baseline;
    column-gap: .22em;
    row-gap: .2em;
  }

  .composer-date .composer-time-group {
    grid-column: 1 / -1;
  }

  .footer-clocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
  }

  .footer-clocks > div {
    min-height: 112px;
    padding-top: 24px;
    padding-bottom: 24px;
    justify-content: center;
  }

  .footer-clocks > div:nth-child(odd) {
    padding-right: 20px;
    padding-left: 0;
    border-right: 1px solid rgba(255,255,255,.1);
  }

  .footer-clocks > div:nth-child(even) {
    padding-right: 0;
    padding-left: 24px;
    border-right: 0;
  }

  .footer-clocks span { margin-bottom: 10px; }
  .footer-clocks time { font-size: 24px; line-height: 1; }

  .footer-bottom { display: flex; align-items: flex-start; gap: 10px; padding: 22px 0; flex-direction: column; }
  .footer-category,
  .studio-credit { justify-self: auto; }
  .studio-credit { max-width: 100%; font-size: 10px; line-height: 1.45; white-space: normal; }
  .studio-credit::after { display: none; }
}

/* Destination ledger — compact country-to-city reading without empty grid rows. */
.operations-region--major .coverage-groups--countries {
  display: block;
  columns: 2;
  column-gap: clamp(48px, 6vw, 104px);
  max-width: none;
}

.coverage-groups--countries .coverage-group {
  display: grid;
  grid-template-columns: minmax(112px, .34fr) minmax(0, 1fr);
  column-gap: clamp(20px, 2vw, 36px);
  width: 100%;
  margin: 0;
  padding: 20px 0 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  break-inside: avoid;
}

.coverage-groups--countries .coverage-group h4 {
  margin: 4px 0 0;
  line-height: 1.45;
}

.coverage-groups--countries .coverage-group ul {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px clamp(16px, 1.35vw, 26px);
}

.coverage-groups--countries .coverage-group li {
  padding: 0;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.6;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .operations-region--major .coverage-groups--countries {
    columns: 1;
  }

  .coverage-groups--countries .coverage-group {
    grid-template-columns: minmax(94px, .3fr) minmax(0, 1fr);
    column-gap: 18px;
    padding: 18px 0 22px;
  }
}

@media (max-width: 420px) {
  .coverage-groups--countries .coverage-group {
    grid-template-columns: 86px minmax(0, 1fr);
    column-gap: 14px;
  }

  .coverage-groups--countries .coverage-group ul {
    gap: 0 14px;
  }

  .coverage-groups--countries .coverage-group li {
    font-size: 15px;
    line-height: 1.55;
  }
}

/* Mobile browser-chrome contract: three non-overlapping header zones and a
   reserved lower rail for Safari/WhatsApp controls. The open menu is sized to
   the small viewport so its actions never sit behind retractable browser UI. */
@media (max-width: 980px) {
  .nav {
    --nav-edge-left: max(20px, env(safe-area-inset-left));
    --nav-edge-right: max(20px, env(safe-area-inset-right));
    --mobile-chrome-reserve: clamp(52px, 7svh, 68px);
    grid-template-columns: minmax(0, 1fr) auto auto;
    column-gap: 10px;
    height: calc(66px + env(safe-area-inset-top));
    padding: env(safe-area-inset-top) var(--nav-edge-right) 0 var(--nav-edge-left);
  }

  .nav.nav-scrolled {
    height: calc(66px + env(safe-area-inset-top));
  }

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

  .nav > .brand {
    grid-column: 1;
    min-width: 0;
  }

  .nav > .pill-dark {
    grid-column: 2;
    min-height: 40px;
    margin: 0;
    padding: 4px 4px 4px 13px;
    justify-self: end;
  }

  .nav > .pill-dark .pill-icon {
    width: 28px;
    height: 28px;
  }

  .nav > .menu-button {
    grid-column: 3;
    margin: 0;
    justify-self: end;
  }

  .nav.menu-open {
    position: fixed;
    top: 0;
    height: 100svh;
    padding: 0;
    animation: none !important;
    opacity: 1;
    transform: none !important;
  }

  .nav::before,
  .nav.menu-open::before {
    position: absolute;
  }

  .nav.menu-open > .brand {
    position: absolute;
    top: env(safe-area-inset-top);
    left: var(--nav-edge-left);
  }

  .nav.menu-open .menu-button {
    position: absolute;
    top: calc(13px + env(safe-area-inset-top));
    right: var(--nav-edge-right);
  }

  .nav.menu-open .nav-links {
    position: absolute;
    height: 100%;
    padding-top: max(98px, calc(82px + env(safe-area-inset-top)));
    padding-right: var(--nav-edge-right);
    padding-bottom: calc(190px + env(safe-area-inset-bottom) + var(--mobile-chrome-reserve));
    padding-left: var(--nav-edge-left);
  }

  .nav.menu-open .menu-rosette {
    position: absolute;
  }

  .nav.menu-open .menu-meta {
    position: absolute;
    right: var(--nav-edge-right);
    bottom: calc(98px + env(safe-area-inset-bottom) + var(--mobile-chrome-reserve));
    left: var(--nav-edge-left);
  }

  .nav.menu-open > .pill-dark {
    position: absolute;
    right: var(--nav-edge-right);
    bottom: calc(24px + env(safe-area-inset-bottom) + var(--mobile-chrome-reserve));
    left: var(--nav-edge-left);
    width: auto;
    min-height: 54px;
    padding-left: 20px;
  }

  .hero-bottom {
    bottom: max(38px, calc(20px + env(safe-area-inset-bottom)));
  }

  .future-progress {
    bottom: calc(18px + env(safe-area-inset-bottom));
  }

  .site-intro > small {
    bottom: calc(20px + env(safe-area-inset-bottom));
  }
}

@media (display-mode: standalone) and (max-width: 980px) {
  .nav { --mobile-chrome-reserve: 0px; }
}

@media (max-width: 980px) and (max-height: 520px) {
  .nav { --mobile-chrome-reserve: clamp(36px, 9svh, 48px); }

  .nav.menu-open .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
    padding-top: max(72px, calc(64px + env(safe-area-inset-top)));
    padding-bottom: calc(112px + env(safe-area-inset-bottom) + var(--mobile-chrome-reserve));
  }

  .nav.menu-open .nav-links a {
    min-height: 70px;
    font-size: clamp(30px, 7vw, 42px);
  }

  .nav.menu-open .nav-links a::after,
  .nav.menu-open .menu-meta,
  .nav.menu-open .menu-rosette {
    display: none;
  }

  .nav.menu-open > .pill-dark {
    bottom: calc(12px + env(safe-area-inset-bottom) + var(--mobile-chrome-reserve));
  }
}

/* Mobile atlas: the page owns vertical gestures; the globe owns horizontal
   exploration. A compact index bridge makes the relationship to the lists
   explicit instead of leaving the user inside an ambiguous canvas. */
@media (max-width: 680px) {
  .coverage-atlas {
    margin-bottom: 0;
  }

  .atlas-tabs button {
    min-height: 72px;
  }

  .atlas-visual {
    height: clamp(340px, 96vw, 390px);
    min-height: 0;
    margin-top: 16px;
  }

  #coverage-globe {
    cursor: ew-resize;
    touch-action: pan-y;
  }

  .atlas-crosshair {
    width: min(82vw, 330px);
  }

  .atlas-status {
    top: 16px;
  }

  .atlas-hint {
    right: 0;
    bottom: 16px;
    left: 0;
    justify-content: space-between;
  }

  .atlas-hint span {
    font-size: 0;
  }

  .atlas-hint span::after {
    content: attr(data-mobile-hint);
    font-size: 10px;
  }

  .atlas-list-jump {
    display: flex;
    width: 100%;
    min-height: 64px;
    margin: 0 0 24px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
    align-items: center;
    justify-content: space-between;
    color: rgba(255,255,255,.72);
    background: transparent;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    cursor: pointer;
  }

  .atlas-list-jump i {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid rgba(201,165,92,.36);
    border-radius: 50%;
    color: var(--gold);
    font-size: 12px;
    font-style: normal;
  }

  .operations-grid .operations-region,
  .operations-region--major,
  .operations-region--compact {
    padding: 20px 0 48px;
    scroll-margin-top: calc(82px + env(safe-area-inset-top));
  }

  .operations-grid h3 {
    margin: 24px 0 32px;
  }

  .brand-set {
    display: flex;
    gap: 48px;
    padding-right: 48px;
  }

  .brand-set img,
  .brand-set .brand-klarna,
  .brand-set .brand-kennedy-wilson {
    flex: 0 0 auto;
  }
}

/* Mobile coverage directory — an executive operating index, not a travel-app
   interaction. The sourced globe becomes quiet responsive cartography behind
   the cards while locations and regional selection own the hierarchy. */
@media (max-width: 680px) {
  .operations {
    position: relative;
    isolation: isolate;
  }

  .coverage-atlas {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 0;
    overflow: visible;
    border-top: 1px solid rgba(255,255,255,.16);
    border-bottom: 0;
  }

  .atlas-index {
    position: relative;
    z-index: 2;
    display: block;
    padding: 24px 0 0;
    border: 0;
  }

  .atlas-index > span {
    margin-bottom: 24px;
  }

  .atlas-tabs {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
    border: 0;
  }

  .atlas-tabs button,
  .atlas-tabs button:nth-child(odd),
  .atlas-tabs button:nth-child(even) {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    gap: 13px 8px;
    min-height: 104px;
    padding: 15px 14px 14px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 10px;
    color: rgba(255,255,255,.62);
    background: rgba(7,5,6,.72);
    -webkit-backdrop-filter: blur(12px) saturate(1.05);
    backdrop-filter: blur(12px) saturate(1.05);
  }

  .atlas-tabs button:hover,
  .atlas-tabs button[aria-selected="true"],
  .atlas-tabs button:nth-child(even):hover,
  .atlas-tabs button:nth-child(even)[aria-selected="true"] {
    padding: 15px 14px 14px;
  }

  .atlas-tabs button[aria-selected="true"] {
    border-color: rgba(201,165,92,.58);
    color: #fff;
    background: linear-gradient(145deg, rgba(201,165,92,.12), rgba(7,5,6,.82) 62%);
    box-shadow: 0 16px 38px rgba(0,0,0,.14);
  }

  .atlas-tabs button::before,
  .atlas-tabs button:nth-child(even)::before {
    top: 14px;
    left: -1px;
    width: 2px;
    margin: 0;
  }

  .atlas-tabs button[aria-selected="true"]::before {
    height: calc(100% - 28px);
  }

  .atlas-tabs button b {
    grid-column: 1;
    grid-row: 1;
  }

  .atlas-tabs button em {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .atlas-tabs button span {
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: end;
    font-size: 16px;
    line-height: 1.06;
  }

  .atlas-index > p {
    display: grid;
    max-width: none;
    margin: 22px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid rgba(255,255,255,.12);
    grid-template-columns: minmax(0,1fr) auto;
    gap: 16px;
    color: rgba(255,255,255,.48);
    font-size: 11px;
    line-height: 1.45;
  }

  .atlas-copy-desktop { display: none; }
  .atlas-copy-mobile { display: block; max-width: 30ch; }

  .atlas-index > p small {
    max-width: 12ch;
    margin: 0;
    align-self: end;
    text-align: right;
  }

  .atlas-visual {
    position: absolute;
    z-index: 0;
    top: 64px;
    right: -118px;
    width: 490px;
    height: 490px;
    min-height: 0;
    margin: 0;
    opacity: .22;
    filter: saturate(.72);
    pointer-events: none;
    transform: rotate(-3deg);
  }

  .atlas-visual::before {
    inset: 8%;
    filter: blur(32px);
  }

  #coverage-globe {
    cursor: default;
    pointer-events: none;
    touch-action: pan-y;
  }

  .atlas-crosshair,
  .atlas-status,
  .atlas-hint,
  .atlas-location,
  .atlas-list-jump {
    display: none;
  }

  .operations-grid {
    position: relative;
    z-index: 2;
    margin-top: 28px;
    border-top: 0;
  }

  .operations-grid .operations-region,
  .operations-region--major,
  .operations-region--compact {
    padding: 24px 18px 42px;
    border: 1px solid rgba(255,255,255,.14) !important;
    border-radius: 12px;
    background: rgba(7,5,6,.82);
    -webkit-backdrop-filter: blur(16px) saturate(1.08);
    backdrop-filter: blur(16px) saturate(1.08);
  }

  .operations-grid .operations-region::before {
    display: none;
  }

  .operations-grid h3 {
    margin: 20px 0 30px;
    font-size: 34px;
  }

  .operations-region--major .coverage-groups,
  .operations-region--compact .coverage-groups {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }

  .operations-region--major > .coverage-groups > .coverage-group:first-child {
    grid-column: auto;
  }
}

@media (max-width: 360px) {
  .atlas-tabs button,
  .atlas-tabs button:nth-child(odd),
  .atlas-tabs button:nth-child(even) {
    min-height: 98px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .atlas-tabs button span { font-size: 15px; }
  .atlas-index > p { grid-template-columns: 1fr; }
  .atlas-index > p small { max-width: none; text-align: left; }
}

/* Mobile coverage returns to the original editorial card rail. The sourced
   globe remains intact for desktop, but is deliberately absent on touch-sized
   layouts: the directory is the interface, not a map application. */
.mobile-coverage { display: none; }

@media (max-width: 680px) {
  .coverage-atlas,
  .atlas-list-jump,
  .operations-grid {
    display: none;
  }

  .mobile-coverage {
    display: block;
    margin: 0 -20px 56px;
  }

  .mobile-coverage-head {
    display: flex;
    min-height: 48px;
    margin: 0 20px 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.16);
    align-items: flex-start;
    justify-content: space-between;
    color: rgba(255,255,255,.56);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .16em;
  }

  .mobile-coverage-head b {
    color: var(--gold);
    font-weight: 600;
    font-variant-numeric: tabular-nums;
  }

  .mobile-coverage-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min(84vw, 360px);
    gap: 12px;
    overflow-x: auto;
    padding: 0 20px 12px;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-coverage-rail::-webkit-scrollbar { display: none; }

  .mobile-coverage-card {
    position: relative;
    display: block;
    grid-column: auto !important;
    min-width: 0;
    height: 610px;
    overflow: hidden;
    padding: 24px 22px 30px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 12px;
    color: #fff;
    background: #0c0a0b;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    isolation: isolate;
  }

  .mobile-coverage-card::before {
    display: none;
  }

  .mobile-coverage-card::after {
    position: absolute;
    z-index: -1;
    right: -.04em;
    bottom: -.18em;
    color: rgba(255,255,255,.022);
    content: attr(data-card-number);
    font-size: 170px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.08em;
    pointer-events: none;
  }

  .mobile-coverage-card > span {
    display: block;
    color: rgba(255,255,255,.46);
    font-size: 10px;
    line-height: 16px;
    letter-spacing: .13em;
  }

  .mobile-coverage-card h3 {
    max-width: 12ch;
    margin: 24px 0 30px;
    color: #fff;
    font-size: clamp(29px, 8vw, 36px);
    font-weight: 400;
    line-height: .96;
    letter-spacing: -.04em;
  }

  .mobile-coverage-card .coverage-groups,
  .mobile-coverage-card.operations-region--major .coverage-groups,
  .mobile-coverage-card.operations-region--compact .coverage-groups {
    display: block;
    max-width: none;
  }

  .mobile-coverage-card .coverage-group {
    margin-bottom: 12px;
    break-inside: avoid;
  }

  .mobile-coverage-card .coverage-group:last-child { margin-bottom: 0; }

  .mobile-coverage-card .coverage-groups--countries {
    columns: 2;
    column-gap: 20px;
  }

  .mobile-coverage-card .coverage-groups--countries .coverage-group {
    display: block;
    width: auto;
    margin: 0 0 12px;
    padding: 0;
    border-top: 0;
  }

  .mobile-coverage-card .coverage-groups--countries .coverage-group ul {
    display: block;
  }

  .mobile-coverage-card.operations-region--major > .coverage-groups > .coverage-group:first-child > ul {
    columns: 2;
    column-gap: 16px;
  }

  .mobile-coverage-card .coverage-group h4 {
    margin: 0 0 5px;
    color: rgba(201,165,92,.82);
    font-size: 9px;
    font-weight: 650;
    line-height: 1.3;
    letter-spacing: .15em;
  }

  .mobile-coverage-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-coverage-card li,
  .mobile-coverage-card.operations-region--compact li,
  .mobile-coverage-card .coverage-groups--countries .coverage-group li {
    width: auto;
    padding: 0;
    color: rgba(255,255,255,.73);
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: -.01em;
    cursor: default;
    white-space: normal;
  }

  .mobile-coverage-card--world {
    background:
      radial-gradient(circle at 82% 18%, rgba(201,165,92,.055), transparent 30%),
      linear-gradient(155deg, rgba(255,255,255,.035), transparent 38%),
      #0c0a0b;
  }

  .mobile-coverage-card--world h3 {
    max-width: 10ch;
    margin-bottom: 24px;
  }

  .mobile-world-grid {
    display: grid;
    height: 372px;
    border-top: 1px solid rgba(255,255,255,.13);
    grid-template-columns: repeat(2, minmax(0,1fr));
    grid-template-rows: repeat(2, minmax(0,1fr));
  }

  .mobile-world-region {
    min-width: 0;
    padding: 15px 12px 12px 0;
  }

  .mobile-world-region:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,.11);
  }

  .mobile-world-region:nth-child(even) {
    padding-right: 0;
    padding-left: 12px;
  }

  .mobile-world-region:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.11);
  }

  .mobile-world-region-head {
    display: flex;
    min-height: 30px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
  }

  .mobile-world-region-head h4 {
    max-width: 14ch;
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .11em;
    text-transform: uppercase;
  }

  .mobile-world-region-head small {
    color: var(--gold);
    font-size: 10px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .08em;
  }

  .mobile-coverage-card--world .coverage-group {
    margin-bottom: 7px;
  }

  .mobile-coverage-card--world .coverage-group h4 {
    margin-bottom: 2px;
    color: rgba(201,165,92,.58);
    font-size: 9px;
  }

  .mobile-coverage-card--world li {
    font-size: 12px;
    line-height: 1.28;
  }

  .mobile-coverage-footer {
    display: grid;
    margin: 18px 20px 0;
    grid-template-columns: auto minmax(36px,1fr) auto;
    align-items: center;
    gap: 14px;
    color: rgba(255,255,255,.34);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .15em;
  }

  .mobile-coverage-footer > div {
    height: 1px;
    overflow: hidden;
    background: rgba(255,255,255,.14);
  }

  .mobile-coverage-footer i {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--gold);
    transform: scaleX(.3333);
    transform-origin: left center;
    transition: transform .35s var(--ease-out);
  }

  .brand-set {
    display: flex;
    gap: 48px;
    padding-right: 48px;
  }

  .brand-set img,
  .brand-set .brand-klarna,
  .brand-set .brand-kennedy-wilson {
    flex: 0 0 auto;
  }
}

@media (max-width: 360px) {
  .mobile-coverage-rail { grid-auto-columns: 86vw; }
  .mobile-coverage-card { height: 590px; padding-right: 18px; padding-left: 18px; }
  .mobile-coverage-card li,
  .mobile-coverage-card.operations-region--compact li,
  .mobile-coverage-card .coverage-groups--countries .coverage-group li { font-size: 12px; }
}

/* OG-Screenshot-Modus (?og): Hero pur — Logo, Headline, Subline. */
body.og-mode .nav-links,
body.og-mode .nav .js-contact,
body.og-mode .nav button,
body.og-mode .proof-list,
body.og-mode .hero-scroll-cue,
body.og-mode .hero-message .pill { display: none !important; }
body.og-mode section:not(#hero),
body.og-mode footer { display: none !important; }
body.og-mode .hero h1,
body.og-mode .hero h1 *,
body.og-mode .hero-message p,
body.og-mode .reveal { opacity: 1 !important; transform: none !important; clip-path: none !important; filter: none !important; }

@media (max-width: 300px) {
  .nav {
    --nav-edge-left: max(14px, env(safe-area-inset-left));
    --nav-edge-right: max(14px, env(safe-area-inset-right));
    column-gap: 8px;
  }

  .brand-wordmark { width: 100px; }
  .nav > .pill-dark { padding-left: 10px; }
}

/* Render-Skipping: Below-fold-Kapitel werden erst gelayoutet/gemalt, wenn sie
   in Viewport-Nähe kommen. Bewusst NICHT auf den Sticky-Scroller (#elements),
   den Canvas-Globus (#cities) und den Composer (#request) angewandt.
   contain-intrinsic-size hält die Scrollhöhe stabil, bis echte Maße da sind. */
.house-story,
.good-to-know,
.arrival {
  content-visibility: auto;
  contain-intrinsic-size: auto 1100px;
}
