@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/CormorantGaramond-VariableFont_wght.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-VariableFont_wght.ttf") format("truetype");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --ivory: #f3efe7;
  --stone: #e5ded3;
  --surface: #ffffff;
  --ink: #101820;
  --navy: #080d14;
  --muted: #5f6870;
  --oxblood: #8a2148;
  --platinum: #aeb6bc;
  --silver: #9aa3aa;
  --border: #c7cdd1;
  --max-width: 1320px;
  --gutter: clamp(24px, 5vw, 72px);
  --section-space: clamp(88px, 10vw, 152px);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--surface);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

::selection {
  color: var(--surface);
  background: var(--oxblood);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--surface);
  background: var(--navy);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid #262d35;
  background: rgba(8, 13, 20, 0.98);
}

.header-inner {
  width: min(var(--max-width), calc(100% - (2 * var(--gutter))));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.brand-divider {
  width: 1px;
  height: 25px;
  background: linear-gradient(to bottom, var(--oxblood) 0 62%, var(--platinum) 62% 100%);
}

.brand-sub {
  color: #aeb6bc;
  font-weight: 500;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.5vw, 38px);
}

.site-nav a {
  position: relative;
  color: #f4f5f6;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--oxblood);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 12px 17px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: color 180ms ease, background 180ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  color: #ffffff;
  border-color: var(--oxblood);
  background: var(--oxblood);
}

.menu-button {
  display: none;
}

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

.hero {
  position: relative;
  overflow: hidden;
  color: var(--surface);
  border-bottom: 1px solid #223142;
  background:
    radial-gradient(circle at 72% 24%, rgba(138, 33, 72, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 44%),
    var(--navy);
}

.hero::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}

.hero-inner {
  width: min(var(--max-width), calc(100% - (2 * var(--gutter))));
  min-height: min(860px, calc(100svh - 78px));
  margin: 0 auto;
  padding: clamp(44px, 6vh, 72px) 0;
  display: grid;
  grid-template-columns: minmax(440px, 1.04fr) minmax(390px, 0.86fr);
  align-items: center;
  gap: clamp(54px, 7vw, 108px);
}

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

.hero .eyebrow {
  color: #e2a9bf;
}

.eyebrow {
  margin: 0 0 28px;
  color: var(--oxblood);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.26em;
  line-height: 1.3;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 450;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 680px;
  color: var(--surface);
  font-size: clamp(44px, 4.6vw, 58px);
  line-height: 1;
}

.hero h1 span {
  display: block;
}

.hero h1 span:nth-child(2) {
  color: #d6dbe0;
}

.hero-summary {
  max-width: 650px;
  margin: 38px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(17px, 1.35vw, 19px);
  line-height: 1.72;
}

.hero-actions {
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}

.hero .button-primary {
  color: var(--navy);
  background: var(--surface);
}

.hero .button-primary:hover,
.hero .button-primary:focus-visible {
  color: var(--surface);
  background: var(--oxblood);
}

.button {
  min-height: 50px;
  padding: 15px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button-primary {
  color: var(--surface);
  background: var(--oxblood);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--navy);
}

.button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.text-link {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--surface);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-dialog {
  width: min(610px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(226, 169, 191, 0.42);
  color: #ffffff;
  background: transparent;
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.58);
}

.contact-dialog::backdrop {
  background: rgba(4, 7, 11, 0.82);
}

.contact-dialog[open] {
  animation: contact-dialog-in 240ms ease-out both;
}

.contact-dialog-inner {
  position: relative;
  padding: clamp(38px, 7vw, 70px);
  background:
    radial-gradient(circle at 4% 8%, rgba(138, 33, 72, 0.58), transparent 42%),
    linear-gradient(135deg, #27101a, #0b1017 72%);
}

.contact-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #ffffff;
  background: transparent;
  cursor: pointer;
}

.contact-dialog-close span {
  position: absolute;
  top: 19px;
  left: 11px;
  width: 17px;
  height: 1px;
  background: currentColor;
  transform: rotate(45deg);
}

.contact-dialog-close span:last-child {
  transform: rotate(-45deg);
}

.contact-dialog .eyebrow {
  margin-bottom: 22px;
  color: #e2a9bf;
}

.contact-dialog h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--serif);
  font-size: clamp(40px, 6vw, 58px);
  font-weight: 450;
  line-height: 1;
}

.contact-dialog h2 + p {
  margin: 28px 0 8px;
  color: rgba(255, 255, 255, 0.64);
}

.contact-dialog-email {
  display: inline-block;
  color: #ffffff;
  font-family: var(--serif);
  font-size: clamp(23px, 4vw, 31px);
  line-height: 1.25;
  text-decoration-color: rgba(226, 169, 191, 0.58);
  text-underline-offset: 7px;
  overflow-wrap: anywhere;
}

.contact-dialog-actions {
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-dialog-mail-link {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-dialog-status {
  min-height: 24px;
  margin: 18px 0 0;
  color: #e2a9bf;
  font-size: 12px;
}

body.contact-dialog-open {
  overflow: hidden;
}

@keyframes contact-dialog-in {
  from { opacity: 0; transform: translateY(14px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.hero-note {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.hero-visual {
  position: relative;
  margin: 0;
  height: min(720px, calc(100svh - 132px));
  min-height: 590px;
  padding: 12px;
  border: 1px solid rgba(174, 182, 188, 0.52);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.28);
  background: rgba(255, 255, 255, 0.035);
}

.hero-visual picture {
  height: calc(100% - 42px);
  display: block;
  overflow: hidden;
}

.hero-visual picture::after {
  position: absolute;
  inset: 12px 12px 54px;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 13, 20, 0), rgba(8, 13, 20, 0.24));
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 43%;
  filter: saturate(0.92) contrast(1.1);
}

.hero-visual figcaption {
  height: 42px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section {
  width: min(var(--max-width), calc(100% - (2 * var(--gutter))));
  margin: 0 auto;
  padding: var(--section-space) 0;
}

.services {
  position: relative;
  isolation: isolate;
  overflow: visible;
  padding: clamp(52px, 5vw, 72px) 0 clamp(40px, 4vw, 58px);
  background: transparent;
}

.services::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--oxblood), var(--platinum));
}

.services::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  content: "";
  background: var(--ivory);
  transform: translateX(-50%);
}

.services .section-intro,
.services .service-grid,
.services .service-note {
  position: relative;
  z-index: 2;
}

.services .section-intro {
  column-gap: clamp(50px, 8vw, 126px);
  row-gap: clamp(24px, 2.5vw, 38px);
}

.services .section-intro .eyebrow {
  margin-bottom: 0;
}

.luxury-wave-background {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  overflow: hidden;
  pointer-events: none;
  contain: strict;
  transform: translateX(-50%);
}

.luxury-wave-background canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(400px, 1.25fr);
  gap: clamp(50px, 9vw, 140px);
  align-items: end;
}

.section-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}

.section-intro h2,
.story h2,
.road h2,
.quote-section h2,
.legal-page h1 {
  font-size: clamp(40px, 3.8vw, 48px);
  line-height: 1.03;
}

.section-intro > p:last-child,
.road-copy > p,
.quote-intro > p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.75;
}

.service-grid {
  margin-top: clamp(50px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #c9c0b6;
  border-left: 1px solid #c9c0b6;
  box-shadow: 0 24px 70px rgba(54, 39, 43, 0.08);
}

.service-item {
  min-height: 0;
  padding: clamp(36px, 3.3vw, 46px) clamp(40px, 4vw, 56px);
  border-right: 1px solid #c9c0b6;
  border-bottom: 1px solid #c9c0b6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.78);
  transition: background 180ms ease;
}

.service-item:hover {
  background: #eee7dd;
}

.service-item h3 {
  max-width: 330px;
  margin: 0 0 16px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(27px, 2.3vw, 34px);
  font-weight: 500;
  line-height: 1.08;
}

.service-item p {
  max-width: 510px;
  margin: 0;
  color: var(--muted);
}

.service-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.story {
  position: relative;
  min-height: 0;
  padding: clamp(104px, 9vw, 144px) 0;
  overflow: clip;
  color: var(--navy);
  border-top: 1px solid #cbbfb2;
  border-bottom: 1px solid #cbbfb2;
  background:
    radial-gradient(ellipse at 14% 24%, rgba(138, 33, 72, 0.085), transparent 36%),
    radial-gradient(ellipse at 86% 84%, rgba(138, 33, 72, 0.045), transparent 32%),
    linear-gradient(128deg, #e8e2d9 0%, var(--stone) 52%, #e1d9ce 100%);
}

.story-atmosphere {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.story-atmosphere::before,
.story-atmosphere::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  filter: blur(18px);
}

.story-atmosphere::before {
  width: min(52vw, 760px);
  height: min(52vw, 760px);
  top: 12%;
  left: -18%;
  border: 1px solid rgba(138, 33, 72, 0.08);
  box-shadow: inset 0 0 130px rgba(138, 33, 72, 0.045);
}

.story-atmosphere::after {
  width: min(38vw, 560px);
  height: min(38vw, 560px);
  right: -12%;
  bottom: -4%;
  background: rgba(138, 33, 72, 0.045);
}

.story > *:not(.story-atmosphere) {
  position: relative;
  z-index: 1;
}

.story .eyebrow {
  margin-bottom: 26px;
  color: var(--oxblood);
}

.story-inner {
  width: min(var(--max-width), calc(100% - (2 * var(--gutter))));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(380px, 0.74fr) minmax(560px, 1fr);
  gap: clamp(68px, 8vw, 120px);
  align-items: start;
}

.story h2 {
  max-width: 500px;
  margin: 0;
  font-size: clamp(48px, 4.7vw, 66px);
  line-height: 0.98;
}

.story-visual {
  position: relative;
  top: auto;
  min-width: 0;
  align-self: start;
}

.story-founder {
  margin: 30px 0 0;
  padding-left: 18px;
  border-left: 1px solid rgba(138, 33, 72, 0.72);
  color: #626367;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.story-founder span {
  display: block;
}

.story-founder span:last-child {
  color: var(--oxblood);
}

.story-road {
  position: relative;
  width: min(100%, 500px);
  margin: clamp(36px, 4vw, 50px) 0 0;
  overflow: hidden;
  border: 1px solid rgba(86, 65, 70, 0.24);
  background: #0b0d12;
  box-shadow: 0 34px 76px rgba(54, 39, 43, 0.22);
}

.story-road picture {
  aspect-ratio: 4 / 5;
  display: block;
  overflow: hidden;
}

.story-road img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(0.9) contrast(1.05) brightness(0.9);
  transform: none;
}

.story-narrative {
  min-width: 0;
  max-width: 760px;
}

.story-opening {
  max-width: 900px;
  margin: 2px 0 0;
  background: transparent;
  box-shadow: none;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(40px, 2.7vw, 46px);
  font-weight: 400;
  letter-spacing: -0.032em;
  line-height: 1.08;
  text-wrap: balance;
}

.story-copy {
  max-width: 710px;
  margin-top: clamp(42px, 4.6vw, 60px);
}

.story-copy p {
  margin: 0;
  color: #565b60;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.78;
}

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

.story-closing-line {
  position: relative;
  margin: clamp(38px, 4vw, 52px) 0 0;
  padding: 4px 0 4px 24px;
  border-left: 2px solid var(--oxblood);
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(25px, 2.5vw, 32px);
  letter-spacing: -0.012em;
  line-height: 1.2;
}

.story.has-story-motion [data-story-reveal],
.story.has-story-motion [data-story-image] {
  opacity: 0.72;
  transform: translateY(10px);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    clip-path 920ms cubic-bezier(0.22, 1, 0.36, 1);
}

.story.has-story-motion [data-story-image] {
  clip-path: inset(0 0 9% 0);
}

.story.has-story-motion [data-story-reveal].is-visible,
.story.has-story-motion [data-story-image].is-visible {
  opacity: 1;
  clip-path: inset(0);
  transform: translateY(0);
}

.story.has-story-motion .story-visual > [data-story-reveal]:nth-child(2) {
  transition-delay: 70ms;
}

.story.has-story-motion .story-founder {
  transition-delay: 120ms;
}

.story.has-story-motion [data-story-image] {
  transition-delay: 170ms;
}

.story.has-story-motion .story-copy p:nth-child(2) {
  transition-delay: 70ms;
}

.story.has-story-motion .story-copy p:nth-child(3) {
  transition-delay: 140ms;
}

.story.has-story-motion .story-closing-line {
  transition-delay: 190ms;
}

.road {
  padding: var(--section-space) 0;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background: #f8f6f1;
}

.road-inner {
  width: min(var(--max-width), calc(100% - (2 * var(--gutter))));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(350px, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(64px, 8vw, 128px);
}

.road-copy {
  position: relative;
  z-index: 2;
}

.road-copy > p {
  margin-top: 34px;
}

.route-sequence {
  margin-top: 48px;
  display: grid;
  grid-template-columns: max-content minmax(22px, 1fr) max-content minmax(22px, 1fr) max-content;
  align-items: center;
  gap: 13px;
  color: var(--navy);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.route-sequence i {
  height: 1px;
  background: rgba(138, 33, 72, 0.52);
}

.map-figure {
  margin: 0;
}

.map-graphic {
  position: relative;
  isolation: isolate;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid #303944;
  box-shadow: 0 34px 90px rgba(8, 13, 20, 0.24);
  background: #050b14;
}

.map-graphic::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.34);
  background: linear-gradient(180deg, rgba(5, 11, 20, 0.02), rgba(5, 11, 20, 0.16));
}

.map-graphic picture {
  width: 100%;
  height: 100%;
  display: block;
}

.map-graphic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.03) brightness(0.95);
}

.nightdrive {
  position: relative;
  color: #f3efe7;
  border-top: 1px solid #0e1826;
  border-bottom: 1px solid #0e1826;
  background: #04070d;
}

.nightdrive-track {
  position: relative;
}

.nightdrive-stage {
  width: min(var(--max-width), calc(100% - (2 * var(--gutter))));
  margin: 0 auto;
  padding: var(--section-space) 0;
}

.nightdrive-canvas,
.nightdrive-atmosphere,
.nightdrive-hud,
.nightdrive-cue,
.nightdrive-step-kicker {
  display: none;
}

.nightdrive .eyebrow {
  color: #e2a9bf;
}

.nightdrive h2 {
  max-width: 580px;
  color: #f3efe7;
  font-size: clamp(40px, 3.8vw, 48px);
  line-height: 1.03;
}

.nightdrive h2 span {
  display: block;
}

.nightdrive-lede {
  max-width: 540px;
  margin: 28px 0 0;
  color: #8b99a7;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.75;
}

.nightdrive-steps {
  margin: clamp(48px, 5vw, 68px) 0 0;
  padding: 0;
  list-style: none;
}

.nightdrive-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: clamp(28px, 3vw, 38px) 0;
  border-bottom: 1px solid rgba(243, 239, 231, 0.1);
}

.nightdrive-step:last-child {
  border-bottom: 0;
}

.nightdrive-index {
  color: #b35a78;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
}

.nightdrive-step h3 {
  margin: 0;
  color: #f3efe7;
  font-family: var(--serif);
  font-size: clamp(24px, 2.1vw, 30px);
  font-weight: 500;
  line-height: 1.15;
}

.nightdrive-step-body > p:last-child {
  max-width: 560px;
  margin: 14px 0 0;
  color: #93a1af;
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.75;
}

/* Cinematic mode: scroll-driven night journey (JS + motion allowed) */

.nightdrive.is-cinematic .nightdrive-track {
  height: 560vh;
  height: 560svh;
}

.nightdrive.is-cinematic .nightdrive-stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.nightdrive.is-cinematic .nightdrive-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.nightdrive.is-cinematic .nightdrive-atmosphere {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 118%, rgba(4, 7, 13, 0) 34%, rgba(2, 4, 8, 0.5) 82%),
    radial-gradient(ellipse at 50% 40%, rgba(0, 0, 0, 0) 52%, rgba(2, 4, 8, 0.52) 100%);
}

.nightdrive.is-cinematic .nightdrive-content {
  position: absolute;
  inset: 0;
}

.nightdrive.is-cinematic .nightdrive-steps {
  margin: 0;
}

.nightdrive.is-cinematic .nightdrive-header,
.nightdrive.is-cinematic .nightdrive-step {
  position: absolute;
  top: 50%;
  right: var(--gutter);
  left: max(var(--gutter), calc((100% - var(--max-width)) / 2));
  max-width: 680px;
  padding: 0;
  display: block;
  border: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-50% + 36px));
  transition: opacity 680ms cubic-bezier(0.22, 1, 0.36, 1), transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nightdrive.is-cinematic .nightdrive-header.is-live,
.nightdrive.is-cinematic .nightdrive-step.is-live {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%);
}

.nightdrive.is-cinematic .nightdrive-header.is-past,
.nightdrive.is-cinematic .nightdrive-step.is-past {
  opacity: 0;
  transform: translateY(calc(-50% - 32px));
}

.nightdrive.is-cinematic .nightdrive-cue {
  display: block;
  margin: 44px 0 0;
  color: #6d7f90;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  animation: nightdrive-cue-pulse 2.6s ease-in-out infinite;
}

@keyframes nightdrive-cue-pulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 1; }
}

.nightdrive.is-cinematic .nightdrive-index {
  display: block;
  margin: 0 0 18px -4px;
  color: rgba(243, 239, 231, 0.13);
  -webkit-text-stroke: 1.5px rgba(226, 169, 191, 0.52);
  text-shadow: 0 0 60px rgba(138, 33, 72, 0.5);
  font-family: var(--serif);
  font-size: clamp(76px, 8.6vw, 124px);
  font-weight: 400;
  line-height: 0.9;
  pointer-events: none;
  user-select: none;
}

.nightdrive.is-cinematic .nightdrive-step-kicker {
  display: block;
  margin: 0 0 18px;
  color: #e2a9bf;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.nightdrive.is-cinematic .nightdrive-step h3 {
  font-size: clamp(38px, 4.4vw, 56px);
  letter-spacing: -0.02em;
  line-height: 1.02;
}

.nightdrive.is-cinematic .nightdrive-step-body > p:last-child {
  max-width: 520px;
  margin-top: 22px;
  color: #a7b3c0;
  font-size: clamp(16px, 1.3vw, 18px);
}

.nightdrive.is-cinematic .nightdrive-hud {
  position: absolute;
  right: var(--gutter);
  bottom: max(28px, env(safe-area-inset-bottom, 0px));
  left: max(var(--gutter), calc((100% - var(--max-width)) / 2));
  display: flex;
  align-items: center;
  gap: 20px;
}

.nightdrive-hud-label {
  min-width: 0;
  color: #8fa0b0;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
  white-space: nowrap;
}

.nightdrive-hud-route {
  position: relative;
  flex: 1;
  height: 1px;
  background: rgba(243, 239, 231, 0.16);
}

.nightdrive-hud-route i {
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(90deg, #761b3d, #b35a78 70%, #e2a9bf);
  transform: scaleX(0);
  transform-origin: left;
}

.nightdrive-hud-route b {
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3a4756;
  transform: translate(-50%, -50%);
  transition: background 400ms ease, box-shadow 400ms ease;
}

.nightdrive-hud-route b:nth-of-type(1) { left: calc(100% / 6 * 1); }
.nightdrive-hud-route b:nth-of-type(2) { left: calc(100% / 6 * 2); }
.nightdrive-hud-route b:nth-of-type(3) { left: calc(100% / 6 * 3); }
.nightdrive-hud-route b:nth-of-type(4) { left: calc(100% / 6 * 4); }
.nightdrive-hud-route b:nth-of-type(5) { left: calc(100% / 6 * 5); }

.nightdrive-hud-route b.is-passed {
  background: #e2a9bf;
  box-shadow: 0 0 9px rgba(226, 169, 191, 0.55);
}

@media (max-width: 640px) {
  .nightdrive.is-cinematic .nightdrive-header,
  .nightdrive.is-cinematic .nightdrive-step {
    max-width: none;
  }

  .nightdrive h2 {
    font-size: clamp(34px, 9.4vw, 44px);
  }

  .nightdrive.is-cinematic .nightdrive-step h3 {
    font-size: clamp(31px, 9vw, 40px);
  }

  .nightdrive.is-cinematic .nightdrive-index {
    margin-bottom: 14px;
    font-size: 64px;
  }

  .nightdrive-step {
    grid-template-columns: 34px 1fr;
    gap: 14px;
  }

  .nightdrive-hud-label {
    display: none;
  }
}

.quote-section {
  padding: var(--section-space) 0;
  color: var(--navy);
  border-top: 1px solid #d3c9bd;
  background:
    radial-gradient(circle at 6% 22%, rgba(138, 33, 72, 0.07), transparent 26%),
    var(--ivory);
}

.quote-inner {
  width: min(var(--max-width), calc(100% - (2 * var(--gutter))));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(620px, 1.32fr);
  gap: clamp(72px, 10vw, 150px);
  align-items: start;
}

.quote-intro {
  position: sticky;
  top: 118px;
}

.quote-intro > p {
  margin-top: 30px;
  color: var(--muted);
}

.direct-email {
  margin-top: 38px;
  padding-bottom: 6px;
  display: inline-block;
  border-bottom: 1px solid var(--oxblood);
  color: var(--navy);
  font-size: 14px;
  text-decoration: none;
}

.quote-assurance {
  margin-top: 66px;
  padding-top: 22px;
  border-top: 1px solid rgba(16, 24, 32, 0.22);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #687078;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.quote-form {
  padding: clamp(28px, 4vw, 52px);
  color: var(--ink);
  border: 1px solid #c7bdb2;
  background: var(--surface);
  box-shadow: 0 34px 90px rgba(54, 39, 43, 0.13);
}

.form-header {
  padding-bottom: 22px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--border);
}

.form-header p {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.2;
}

.form-header span {
  color: var(--muted);
  font-size: 10px;
}

.quote-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 36px 0 40px;
  border: 0;
  border-bottom: 1px solid var(--border);
}

.quote-form legend {
  margin: 0 0 24px;
  padding: 0;
  color: var(--oxblood);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

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

.field {
  min-width: 0;
  display: grid;
  gap: 9px;
}

.field > span {
  color: var(--ink);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.03em;
}

.field small {
  color: var(--muted);
  font-weight: 400;
}

.field b {
  color: var(--oxblood);
}

.field-wide {
  grid-column: 1 / -1;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  border-bottom: 1px solid #9da6ad;
  border-radius: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 15px;
  transition: border-color 160ms ease, background 160ms ease;
}

.field input,
.field select {
  height: 46px;
}

.field textarea {
  min-height: 130px;
  padding: 12px 0;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-bottom-color: var(--oxblood);
  background: rgba(223, 227, 230, 0.35);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #737b82;
  opacity: 1;
}

.field [aria-invalid="true"] {
  border-bottom-color: #8b2d39;
  background: rgba(139, 45, 57, 0.05);
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.consent {
  margin: 30px 0;
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.consent input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--oxblood);
}

.consent a {
  color: var(--navy);
}

.consent.invalid {
  color: #8b2d39;
}

.form-footer {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 24px;
}

.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.form-status.error,
.form-status.error a {
  color: #8b2d39;
}

.form-status.success {
  color: #365c49;
}

.site-footer {
  padding: 72px var(--gutter) 28px;
  color: rgba(255, 255, 255, 0.72);
  background: #101820;
}

.footer-main,
.footer-bottom {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
}

.footer-main {
  padding-bottom: 58px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
}

.footer-brand {
  color: var(--surface);
}

.footer-brand .brand-sub {
  color: rgba(255, 255, 255, 0.62);
}

.footer-main p {
  margin: 17px 0 0;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-contact {
  text-align: right;
}

.footer-contact a {
  color: var(--surface);
  font-family: var(--serif);
  font-size: 24px;
  text-decoration: none;
}

.footer-bottom {
  padding-top: 24px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 10px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom nav {
  display: flex;
  gap: 22px;
}

.footer-bottom a {
  text-decoration: none;
}

.legal-page {
  width: min(840px, calc(100% - (2 * var(--gutter))));
  margin: 0 auto;
  padding: clamp(80px, 11vw, 140px) 0;
}

.legal-page > .eyebrow {
  margin-bottom: 24px;
}

.legal-page h1 {
  margin-bottom: 42px;
}

.legal-page h2 {
  margin: 46px 0 14px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.legal-page p,
.legal-list {
  color: var(--muted);
}

.legal-list {
  padding-left: 24px;
}

.legal-list li {
  margin-bottom: 12px;
}

.legal-page a {
  color: var(--oxblood);
}

.return-link {
  margin-top: 60px;
  padding-bottom: 4px;
  display: inline-block;
  border-bottom: 1px solid var(--oxblood);
  text-decoration: none;
}

@media (min-width: 1900px) {
  .story-opening {
    width: 980px;
    max-width: 980px;
  }
}

@media (max-width: 1120px) {
  :root {
    --gutter: clamp(26px, 4.5vw, 50px);
  }

  .hero-inner {
    grid-template-columns: minmax(400px, 1fr) minmax(340px, 0.82fr);
    gap: 45px;
  }

  .hero h1 {
    font-size: clamp(44px, 5.4vw, 56px);
  }

  .story-inner {
    grid-template-columns: minmax(310px, 0.68fr) minmax(450px, 1fr);
    gap: 56px;
  }

  .road-inner {
    grid-template-columns: minmax(330px, 0.86fr) minmax(450px, 1.14fr);
    gap: 52px;
  }

  .route-sequence {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .route-sequence i {
    width: 1px;
    height: 14px;
    margin-left: 4px;
  }

  .quote-inner {
    grid-template-columns: minmax(260px, 0.6fr) minmax(540px, 1.4fr);
    gap: 58px;
  }
}

@media (max-width: 960px) {
  html {
    scroll-padding-top: 72px;
  }

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

  .header-inner {
    min-height: 72px;
  }

  .menu-button {
    width: 42px;
    height: 42px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 7px;
    border: 0;
    color: #ffffff;
    background: transparent;
  }

  .menu-button span {
    width: 24px;
    height: 1px;
    display: block;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .menu-button.open span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-button.open span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 72px 0 0;
    padding: 54px var(--gutter);
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: #080d14;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    font-family: var(--serif);
    font-size: 30px;
    font-weight: 450;
    letter-spacing: -0.01em;
    text-transform: none;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav .nav-cta {
    margin-top: 28px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.13em;
    text-align: center;
    text-transform: uppercase;
  }

  .hero-inner {
    min-height: auto;
    padding: 32px 0 86px;
    grid-template-columns: 1fr;
    gap: 62px;
  }

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

  .hero-visual {
    width: min(100%, 520px);
    height: clamp(390px, 54svh, 500px);
    min-height: 0;
    justify-self: start;
  }

  .hero-visual img {
    object-position: 50% 38%;
  }

  .section-intro,
  .story-inner,
  .road-inner,
  .quote-inner {
    grid-template-columns: 1fr;
  }

  .section-intro {
    gap: 30px;
  }

  .section-intro .eyebrow {
    margin-bottom: 0;
  }

  .story-inner {
    gap: 88px;
  }

  .story-visual {
    position: relative;
    top: auto;
    max-width: 690px;
  }

  .story-road {
    width: min(100%, 620px);
  }

  .story-narrative {
    max-width: 760px;
  }

  .road-inner {
    gap: 72px;
  }

  .road-copy {
    max-width: 680px;
  }

  .route-sequence {
    max-width: 610px;
    grid-template-columns: max-content 1fr max-content 1fr max-content;
    gap: 11px;
  }

  .route-sequence i {
    width: auto;
    height: 1px;
    margin: 0;
  }

  .quote-inner {
    gap: 64px;
  }

  .quote-intro {
    position: static;
    max-width: 700px;
  }

  .quote-assurance {
    max-width: 520px;
    margin-top: 42px;
  }
}

@media (max-width: 640px) {
  :root {
    --gutter: 22px;
    --section-space: 82px;
  }

  .brand {
    gap: 9px;
    font-size: 10px;
    letter-spacing: 0.2em;
  }

  .brand-divider {
    height: 21px;
  }

  .hero-inner {
    padding: 20px 0 76px;
    gap: 44px;
  }

  .hero-visual {
    height: clamp(286px, 78vw, 320px);
    padding: 8px;
  }

  .hero-visual picture {
    height: 100%;
  }

  .hero-visual picture::after {
    inset: 8px;
  }

  .hero-visual figcaption {
    display: none;
  }

  .eyebrow {
    margin-bottom: 22px;
    font-size: 10px;
    letter-spacing: 0.22em;
  }

  .hero h1 {
    font-size: 36px;
    line-height: 1.01;
  }

  .hero-summary {
    margin-top: 28px;
    font-size: 16px;
  }

  .hero-actions {
    margin-top: 32px;
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .hero .text-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .button {
    width: 100%;
  }

  .section-intro h2,
  .story h2,
  .road h2,
  .quote-section h2,
  .legal-page h1 {
    font-size: clamp(36px, 10vw, 44px);
  }

  .service-grid {
    margin-top: 44px;
    grid-template-columns: 1fr;
  }

  .services {
    padding: 68px 0 46px;
  }

  .services .section-intro {
    row-gap: 24px;
  }

  .services .luxury-wave-background {
    opacity: 0.72;
  }

  .service-item {
    min-height: 0;
    padding: 32px 26px;
  }

  .story {
    padding: 82px 0 92px;
  }

  .story-inner {
    gap: 62px;
  }

  .story h2 {
    font-size: clamp(42px, 12vw, 54px);
  }

  .story-road {
    margin-top: 36px;
  }

  .story-opening {
    max-width: 100%;
    font-size: clamp(34px, 9vw, 40px);
    line-height: 1.12;
  }

  .story-copy {
    margin-top: 38px;
  }

  .story-copy p {
    font-size: 16px;
    line-height: 1.75;
  }

  .story-closing-line {
    margin-top: 36px;
    padding-left: 19px;
    font-size: clamp(25px, 7.5vw, 30px);
  }

  .route-sequence {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .route-sequence i {
    width: 1px;
    height: 13px;
    margin-left: 4px;
  }

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

  .field-wide {
    grid-column: auto;
  }

  .quote-form {
    padding: 26px 20px;
  }

  .form-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

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

  .footer-main {
    flex-direction: column;
  }

  .footer-contact {
    text-align: left;
  }

  .footer-contact a {
    font-size: 20px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 19px;
  }

  .footer-bottom nav {
    flex-wrap: wrap;
  }
}

.scroll-progress {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, #5a102d, var(--oxblood) 60%, #b35a78);
  transform: scaleX(0);
  transform-origin: left;
}

.site-header {
  transition: background 240ms ease, box-shadow 240ms ease;
}

.site-header.is-scrolled {
  background: rgba(8, 13, 20, 0.86);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header .header-inner {
  transition: min-height 240ms ease;
}

.site-header.is-scrolled .header-inner {
  min-height: 62px;
}

.hero-ticker {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.hero-ticker:empty {
  display: none;
}

.hero-ticker-track {
  width: max-content;
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 34px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  animation: hero-ticker-scroll 64s linear infinite;
}

.hero-ticker-track i {
  width: 3px;
  height: 3px;
  flex: none;
  border-radius: 50%;
  background: rgba(138, 33, 72, 0.85);
}

@keyframes hero-ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: no-preference) {
  html.js-intro .hero .eyebrow,
  html.js-intro .hero-summary,
  html.js-intro .hero-actions,
  html.js-intro .hero-note {
    animation: hero-rise 860ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  html.js-intro .hero .eyebrow { animation-delay: 80ms; }
  html.js-intro .hero-summary { animation-delay: 560ms; }
  html.js-intro .hero-actions { animation-delay: 680ms; }
  html.js-intro .hero-note { animation-delay: 800ms; }

  html.js-intro .hero h1 span {
    animation: hero-line 980ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  html.js-intro .hero h1 span:nth-child(1) { animation-delay: 160ms; }
  html.js-intro .hero h1 span:nth-child(2) { animation-delay: 300ms; }
  html.js-intro .hero h1 span:nth-child(3) { animation-delay: 440ms; }

  html.js-intro .hero-visual {
    animation: hero-visual-in 1100ms cubic-bezier(0.22, 1, 0.36, 1) both;
    animation-delay: 240ms;
  }

  html.js-intro .hero-visual img {
    animation: hero-photo-settle 2400ms cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: 240ms;
  }
}

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

@keyframes hero-line {
  from { opacity: 0; clip-path: inset(0 0 100% 0); transform: translateY(26px); }
  to { opacity: 1; clip-path: inset(-8% 0 -12% 0); transform: translateY(0); }
}

@keyframes hero-visual-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-photo-settle {
  from { transform: scale(1.07); }
  to { transform: scale(1); }
}

html.js-motion [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 780ms cubic-bezier(0.22, 1, 0.36, 1), transform 780ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

html.js-motion .service-grid .service-item:nth-child(2) { transition-delay: 90ms; }
html.js-motion .service-grid .service-item:nth-child(3) { transition-delay: 180ms; }
html.js-motion .service-grid .service-item:nth-child(4) { transition-delay: 270ms; }
html.js-motion .map-figure[data-reveal] { transition-delay: 120ms; }
html.js-motion .quote-form[data-reveal] { transition-delay: 140ms; }

.map-figure.atlas-ready .map-graphic {
  aspect-ratio: 4 / 3;
}

.map-figure.atlas-ready [data-atlas-fallback] {
  display: none;
}

.atlas-svg {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(138, 33, 72, 0.14), transparent 52%),
    radial-gradient(ellipse at 78% 82%, rgba(35, 62, 92, 0.3), transparent 58%),
    #050b14;
}

.atlas-country {
  fill: #0d1826;
  stroke: #24374c;
  stroke-width: 0.55;
  transition: fill 300ms ease;
}

.atlas-city {
  cursor: pointer;
}

.atlas-city circle {
  fill: #51687d;
  transition: fill 220ms ease, r 220ms ease;
}

.atlas-city.is-hovered circle,
.atlas-city:focus-visible circle {
  fill: #d6dbe0;
}

.atlas-city.is-endpoint circle {
  fill: #e2a9bf;
}

.atlas-city text {
  fill: rgba(214, 219, 224, 0.92);
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  paint-order: stroke;
  stroke: rgba(5, 11, 20, 0.82);
  stroke-width: 3px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.atlas-city.is-hovered text,
.atlas-city.is-endpoint text,
.atlas-city:focus-visible text {
  opacity: 1;
}

.atlas-city:focus {
  outline: none;
}

.atlas-route {
  fill: none;
  stroke: url(#atlas-route-gradient);
  stroke-width: 1.9;
  stroke-linecap: round;
  filter: drop-shadow(0 0 6px rgba(179, 90, 120, 0.55));
  pointer-events: none;
}

.atlas-route-ghost {
  fill: none;
  stroke: rgba(226, 169, 191, 0.16);
  stroke-width: 5.5;
  stroke-linecap: round;
  pointer-events: none;
}

.atlas-vehicle {
  fill: #ffffff;
  filter: drop-shadow(0 0 7px rgba(255, 214, 228, 0.9));
  pointer-events: none;
}

.atlas-endpoint-ring {
  fill: none;
  stroke: rgba(226, 169, 191, 0.85);
  stroke-width: 1;
  pointer-events: none;
}

.atlas-controls {
  margin: 0;
  padding: 20px clamp(18px, 2.4vw, 28px) 22px;
  border: 1px solid #303944;
  border-top: 0;
  color: #d6dbe0;
  background: #070f1a;
}

.atlas-selects {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 14px;
  align-items: end;
}

.atlas-field {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.atlas-field > span {
  color: #8fa0b0;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.atlas-field select {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 8px 0 2px;
  border: 0;
  border-bottom: 1px solid #33445a;
  border-radius: 0;
  outline: 0;
  color: #f4f5f6;
  background: transparent;
  font-size: 14px;
  transition: border-color 180ms ease;
}

.atlas-field select:focus-visible {
  border-bottom-color: #b35a78;
}

.atlas-field select option {
  color: var(--ink);
  background: #ffffff;
}

.atlas-swap {
  width: 42px;
  height: 42px;
  padding: 0;
  display: grid;
  place-content: center;
  border: 1px solid #33445a;
  color: #aeb6bc;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.atlas-swap:hover,
.atlas-swap:focus-visible {
  color: #ffffff;
  border-color: var(--oxblood);
  background: rgba(138, 33, 72, 0.32);
}

.atlas-readout {
  min-height: 22px;
  margin: 18px 0 0;
  color: #ffffff;
  font-family: var(--serif);
  font-size: clamp(19px, 1.9vw, 23px);
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1.3;
}

.atlas-readout small {
  margin-left: 10px;
  color: #8fa0b0;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atlas-actions {
  margin-top: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.atlas-request {
  min-height: 42px;
  padding: 11px 18px;
  border: 1px solid rgba(226, 169, 191, 0.5);
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease;
}

.atlas-request:hover,
.atlas-request:focus-visible {
  border-color: var(--oxblood);
  background: var(--oxblood);
}

.atlas-note {
  flex: 1;
  min-width: 200px;
  color: #6d7f90;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .atlas-selects {
    grid-template-columns: 1fr;
  }

  .atlas-swap {
    justify-self: start;
  }

  .atlas-controls {
    padding: 16px 14px 18px;
  }
}

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

  .story-visual {
    position: relative;
    top: auto;
  }

  .story-road img,
  .story.has-story-motion [data-story-image].is-visible img {
    transform: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
