:root {
  --bg: #0e0d0b;
  --paper: #141310;
  --paper-2: #1c1a16;
  --ivory: #f4efe4;
  --ivory-2: #e8e1d2;
  --ink: #ece7db;
  --ink-d: #1b1914;
  --muted: #9a9386;
  --mist: #6f6a61;
  --line: rgba(236, 231, 219, 0.1);
  --line-d: rgba(27, 25, 20, 0.12);
  --gold: #c4a056;
  --gold-2: #d4b56a;
  --gold-dim: #8a7038;
  --up: #7dcea0;
  --down: #d9897a;
  --header: 4.35rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --serif: "Cormorant Garamond", "Playfair Display", "Noto Serif SC", "Songti SC", Georgia, serif;
  --sans: "Outfit", "DM Sans", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR", "PingFang SC", "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --shell: min(1180px, calc(100% - 2.5rem));
  --shell-wide: min(1280px, calc(100% - 2.2rem));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
body.lock { overflow: hidden; }
body.is-paper { background: var(--ivory); color: var(--ink-d); }
body.is-paper .hdr {
  background: rgba(244, 239, 228, 0.9);
  border-bottom-color: var(--line-d);
}
body.is-paper .hdr a, body.is-paper .hdr button.link { color: var(--ink-d); }
body.is-paper .brand { color: var(--ink-d); }
body.is-paper .lang__menu { background: #fffdf8; border-color: var(--line-d); }
body.is-paper .lang__menu button { color: var(--mist); }
body.is-paper .lang__menu button:hover,
body.is-paper .lang__menu button.is-on { color: var(--ink-d); background: #efe8d8; }
body.is-paper .nav-sheet { background: #141310; }
body.is-paper .m-bar { background: rgba(244, 239, 228, 0.94); border-top-color: var(--line-d); }
body.is-paper .m-bar a { color: var(--mist); }
body.is-paper .m-bar a.is-on { color: var(--ink-d); }

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; border: 0; background: none; }
:focus-visible { outline: 1px solid var(--gold); outline-offset: 3px; }

.shell { width: var(--shell); margin-inline: auto; }
.shell-wide { width: var(--shell-wide); margin-inline: auto; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); border: 0;
}

.kicker {
  margin: 0 0 0.85rem;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-2);
}
h1, h2, h3 { font-family: var(--serif); font-weight: 600; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.6rem, 6.4vw, 5.4rem); line-height: 1.04; margin: 0 0 0.8rem; }
h2 { font-size: clamp(2rem, 4.2vw, 3.2rem); line-height: 1.12; margin: 0 0 0.8rem; }
h3 { font-size: 1.45rem; margin: 0 0 0.45rem; }
.lede { max-width: 38rem; color: var(--ink); font-size: 1.12rem; font-weight: 400; }
body.is-paper .lede { color: #3d3a34; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 3.1rem; padding: 0.75rem 1.55rem;
  border: 1px solid transparent;
  font-size: 0.76rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  transition: background 0.35s var(--ease), color 0.35s var(--ease), border-color 0.35s var(--ease);
}
.btn--gold { background: var(--gold); color: #0e0d0b; }
.btn--gold:hover { background: var(--ivory); color: #0e0d0b; }
.btn--ghost { border-color: rgba(236, 231, 219, 0.34); color: var(--ink); }
.btn--ghost:hover { background: var(--ivory); color: #0e0d0b; }
.btn--ink { background: var(--ink-d); color: var(--ivory); }
.btn--ink:hover { background: var(--gold); color: #0e0d0b; }
.btn--line-d { border-color: var(--ink-d); color: var(--ink-d); }
.btn--line-d:hover { background: var(--ink-d); color: var(--ivory); }

.prog {
  position: fixed; inset: 0 0 auto 0; height: 2px; z-index: 120;
  background: var(--gold); transform: scaleX(0); transform-origin: 0 50%;
  pointer-events: none;
}
html[dir="rtl"] .prog { transform-origin: 100% 50%; }

.banner {
  background: var(--paper-2); color: var(--ink); font-size: 0.8rem;
  border-bottom: 1px solid var(--line);
}
.banner[hidden] { display: none !important; }
.banner__inner {
  width: var(--shell); margin-inline: auto;
  min-height: 2.4rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.banner button { color: var(--muted); font-size: 1.1rem; }

.ticker {
  background: #090807; border-bottom: 1px solid var(--line);
  overflow: hidden; height: 2.2rem; display: flex; align-items: center;
}
.ticker__track {
  display: flex; gap: 2.2rem; white-space: nowrap; width: max-content;
  animation: ticker 48s linear infinite;
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.08em;
  color: var(--muted); padding-inline: 1.4rem;
}
.ticker__track b { color: var(--gold-2); font-weight: 500; }
.ticker__track em { font-style: normal; color: var(--up); }
.ticker__track i { font-style: normal; color: var(--down); }
@keyframes ticker { to { transform: translateX(-50%); } }

.hdr {
  position: sticky; top: 0; z-index: 80;
  height: var(--header);
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; padding: 0 1.4rem;
  background: rgba(14, 13, 11, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.hdr__left, .hdr__right { display: flex; align-items: center; gap: 1.05rem; }
.hdr__right { justify-content: flex-end; }
.hdr a, .hdr button.link {
  font-size: 0.76rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink);
}
.hdr a:hover, .hdr button.link:hover, .hdr a.is-on { color: var(--gold-2); }
.brand {
  display: flex; align-items: center; gap: 0.55rem;
  font-family: var(--serif); font-size: 1.35rem; font-weight: 600;
  letter-spacing: 0.18em;
}
.brand svg { width: 1.55rem; height: 1.55rem; }
.brand small {
  display: block; font-family: var(--sans); font-size: 0.58rem;
  letter-spacing: 0.16em; color: var(--muted); font-weight: 500;
  margin-top: 0.05rem;
}
.lang { position: relative; }
.lang__menu {
  position: absolute; top: calc(100% + 0.7rem); inset-inline-end: 0;
  min-width: 12rem; max-height: 70vh; overflow: auto;
  padding: 0.45rem 0; background: #161410; border: 1px solid var(--line);
  display: none; z-index: 90;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}
.lang__menu.open { display: grid; }
.lang__menu button {
  text-align: start; padding: 0.5rem 0.9rem;
  font-size: 0.78rem; letter-spacing: 0.04em; color: var(--muted); text-transform: none;
}
.lang__menu button:hover, .lang__menu button.is-on { color: var(--ink); background: #221f1a; }

.menu-btn { display: none; }
.nav-sheet {
  display: none; position: fixed; inset: var(--header) 0 auto 0; z-index: 70;
  background: #141310; padding: 1.2rem 1.4rem 1.6rem;
  border-bottom: 1px solid var(--line);
}
.nav-sheet.open { display: grid; gap: 0.9rem; }
.nav-sheet a {
  font-size: 0.9rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600;
}

.m-bar {
  display: none; position: fixed; inset: auto 0 0 0; z-index: 70;
  height: 3.6rem; padding-bottom: env(safe-area-inset-bottom);
  background: rgba(14, 13, 11, 0.94); backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
}
.m-bar a {
  display: grid; place-items: center; gap: 0.1rem;
  font-size: 0.62rem; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
}
.m-bar a.is-on, .m-bar a.is-hot { color: var(--gold-2); }
.m-bar em { font-style: normal; font-size: 0.95rem; }

/* Offer */
.offer {
  background: #090807; color: var(--ivory); padding: 1rem 0; cursor: pointer;
}
.offer__inner {
  width: var(--shell); margin-inline: auto;
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 1.2rem; align-items: center;
}
.offer .kicker { margin: 0; }
.offer p { margin: 0; font-size: 1.02rem; max-width: 48rem; }
.offer__tags { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.offer__tags span {
  font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700;
  border: 1px solid var(--gold-2); padding: 0.38rem 0.7rem; color: var(--gold-2);
}

/* Home hero */
.hero {
  position: relative; min-height: calc(100svh - var(--header) - 5.4rem);
  display: grid; align-items: end; overflow: hidden; background: #11100c;
}
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero__shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,13,11,.15) 0%, rgba(14,13,11,.35) 42%, rgba(14,13,11,.88) 100%);
}
.hero__copy { position: relative; width: var(--shell); margin: 0 auto 4.2rem; }
.hero .kicker { color: #efd9a0; }
.hero h1 { color: #fff; text-shadow: 0 2px 28px rgba(0,0,0,.35); }
.hero .lede { color: #f4f0e8; margin: 0 0 1.6rem; }
.hero__btns { display: flex; flex-wrap: wrap; gap: 0.7rem; }

/* Threshold — quiet, not a boast */
.threshold {
  padding: 5.5rem 0 5rem;
  background: var(--ivory); color: var(--ink-d);
}
.threshold .kicker { color: var(--gold-dim); }
.threshold h2 { max-width: 18ch; }
.threshold .lede { color: #4a463e; }
.threshold__num {
  margin-top: 2.2rem;
  display: grid; grid-template-columns: auto 1fr; gap: 1.6rem; align-items: end;
  max-width: 42rem;
}
.threshold__num b {
  font-family: var(--serif); font-size: clamp(3rem, 7vw, 5.2rem);
  font-weight: 600; line-height: 0.9; letter-spacing: -0.03em;
}
.threshold__num span { color: #5c574e; font-size: 0.95rem; max-width: 22rem; display: block; padding-bottom: 0.35rem; }

/* Two mandates */
.mandates { display: grid; grid-template-columns: 1fr 1fr; min-height: 78vh; }
.mandate {
  position: relative; min-height: 34rem; overflow: hidden;
  display: grid; align-items: end; color: #fff;
}
.mandate img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mandate__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(10,9,7,.88) 100%); }
.mandate__copy { position: relative; padding: 2.4rem; }
.mandate .fee {
  font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.14em;
  color: var(--gold-2); margin: 0 0 0.5rem;
}
.mandate h3 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.mandate p { max-width: 28rem; color: #efe8d8; }
.mandate .btn { margin-top: 1rem; }

/* Why / five */
.why { padding: 5.5rem 0; }
.why__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2.5rem; margin-top: 2rem; }
.why__tabs { display: grid; gap: 0.2rem; align-content: start; }
.why__tabs button {
  text-align: start; padding: 0.95rem 0.2rem;
  border-bottom: 1px solid var(--line);
  font-size: 1.05rem; color: var(--muted);
}
.why__tabs button.is-on { color: var(--gold-2); }
.why__pane { min-height: 16rem; }
.why__pane .num { font-family: var(--mono); color: var(--gold); letter-spacing: 0.16em; font-size: 0.78rem; }
.why__pane p { color: var(--ivory-2); font-size: 1.12rem; max-width: 36rem; }

/* Process */
.how { padding: 0 0 5.5rem; }
.how__row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--line); margin-top: 2rem;
  border: 1px solid var(--line);
}
.how__row article { background: var(--bg); padding: 1.6rem 1.4rem 1.8rem; }
.how__row .n { font-family: var(--mono); color: var(--gold); font-size: 0.75rem; letter-spacing: 0.16em; }
.how__row p { color: var(--muted); margin: 0.4rem 0 0; }

/* Cities */
.cities { padding: 0 0 5.5rem; }
.cities__grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr;
  gap: 0.7rem; margin-top: 1.8rem;
}
.city {
  position: relative; min-height: 16rem; overflow: hidden; color: #fff;
  display: grid; align-items: end;
}
.city:first-child { min-height: 22rem; grid-row: span 2; }
.city img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.city__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(8,7,5,.78)); }
.city span { position: relative; padding: 1.2rem; font-family: var(--serif); font-size: 1.4rem; }

.cta-band {
  padding: 4.2rem 0 5rem; border-top: 1px solid var(--line);
  display: grid; gap: 1rem;
}
.cta-band .lede { margin: 0 0 0.4rem; }

/* Convert page — dealing room */
.page-convert { padding: 2.4rem 0 5rem; color: var(--ink-d); }
.page-convert h1 { color: var(--ink-d); }
.convert-head { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2rem; align-items: end; margin-bottom: 2rem; }
.convert-head .lede { color: #4a463e; }
.search-box {
  display: flex; align-items: center; gap: 0.7rem;
  border: 1px solid var(--line-d); background: #fffdf8;
  padding: 0.35rem 0.7rem 0.35rem 1rem;
}
.search-box input {
  flex: 1; border: 0; background: transparent; min-height: 2.8rem;
  outline: none; font-size: 1rem;
}
.search-box input::placeholder { color: #8a8478; }

.desk-grid {
  display: grid; grid-template-columns: minmax(280px, 360px) 1fr;
  gap: 1.4rem; align-items: start;
}
.calc {
  position: sticky; top: calc(var(--header) + 1rem);
  background: #fffdf8; border: 1px solid var(--line-d); padding: 1.4rem 1.3rem 1.5rem;
}
.calc label {
  display: block; font-size: 0.7rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: #7a7468; margin: 0.85rem 0 0.35rem; font-weight: 600;
}
.calc select, .calc input[type="number"] {
  width: 100%; min-height: 2.7rem; padding: 0 0.7rem;
  border: 1px solid var(--line-d); background: var(--ivory);
}
.calc__out {
  margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line-d);
}
.calc__out .row { display: flex; justify-content: space-between; gap: 1rem; font-size: 0.9rem; margin: 0.35rem 0; color: #5c574e; }
.calc__out .row b { font-family: var(--mono); color: var(--ink-d); font-weight: 500; }
.calc__out .row.total b { color: var(--gold-dim); font-size: 1.15rem; }
.calc .warn {
  margin: 0.9rem 0 0; font-size: 0.85rem; color: #7a4a3a; display: none;
}
.calc .warn.show { display: block; }
.calc .note { margin: 0.8rem 0 0; font-size: 0.8rem; color: #7a7468; }

.table-wrap { overflow: auto; border: 1px solid var(--line-d); background: #fffdf8; }
table.rates { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; min-width: 720px; }
table.rates th, table.rates td {
  padding: 0.72rem 0.9rem; text-align: start; border-bottom: 1px solid var(--line-d);
  font-size: 0.86rem;
}
table.rates th {
  font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: #7a7468; font-weight: 600; background: #efe8d8; position: sticky; top: 0;
}
table.rates td.mono { font-family: var(--mono); font-size: 0.82rem; }
table.rates tr.is-hit { background: #f3ead0; }
table.rates tr:hover { background: #f7f1e4; }
.pair-hero {
  margin: 0 0 1.2rem; padding: 1.3rem 1.4rem;
  background: var(--ink-d); color: var(--ivory);
  display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center;
}
.pair-hero .eq { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.3rem); }
.pair-hero small { color: var(--gold-2); letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.7rem; }
.status-line { font-family: var(--mono); font-size: 0.72rem; color: #7a7468; margin: 0.6rem 0 1rem; }

/* Assets overview — three tall panels */
.triptych { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 100svh; }
.panel {
  position: relative; min-height: 70vh; overflow: hidden; color: #fff;
  display: grid; align-items: end;
}
.panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.panel__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(8,7,5,.86)); }
.panel__copy { position: relative; padding: 2.2rem; }
.panel .fee { font-family: var(--mono); color: var(--gold-2); letter-spacing: 0.14em; font-size: 0.75rem; }
.assets-intro {
  padding: 5rem 0 3.5rem; background: var(--bg);
}
.assets-intro h1 { max-width: 16ch; }

/* Gold — vault numbers */
.gold-hero {
  min-height: 72vh; display: grid; grid-template-columns: 1.1fr 0.9fr;
}
.gold-hero__copy {
  display: grid; align-content: end; padding: 3.5rem 8% 3.5rem;
  background: #100e0b;
}
.gold-hero__media { position: relative; min-height: 22rem; }
.gold-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.metrics {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.metrics article { padding: 1.6rem 1.3rem; border-inline-end: 1px solid var(--line); }
.metrics article:last-child { border-inline-end: 0; }
.metrics b { display: block; font-family: var(--serif); font-size: 1.8rem; font-weight: 600; }
.metrics span { color: var(--muted); font-size: 0.85rem; }
.gold-body { padding: 4.2rem 0 5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.gold-body p { color: var(--ivory-2); }

/* Property — editorial chapters */
.chapter {
  display: grid; grid-template-columns: 1fr 1fr; min-height: 70vh;
}
.chapter.reverse .chapter__copy { order: 2; }
.chapter__media { position: relative; min-height: 22rem; }
.chapter__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.chapter__copy {
  display: grid; align-content: center; padding: 3.2rem 10%;
  background: var(--ivory); color: var(--ink-d);
}
.chapter__copy .kicker { color: var(--gold-dim); }
.chapter__copy p { color: #4a463e; max-width: 34rem; }
.prop-hero {
  min-height: 86vh; position: relative; display: grid; align-items: end; color: #fff;
}
.prop-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.prop-hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(10,9,7,.9)); }
.prop-hero__copy { position: relative; width: var(--shell); margin: 0 auto 4rem; }

/* Motors — cinematic */
.motors-hero {
  min-height: 100svh; position: relative; display: grid; align-items: center; color: #fff;
}
.motors-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.motors-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,7,5,.82) 0%, rgba(8,7,5,.2) 70%); }
html[dir="rtl"] .motors-hero__shade { background: linear-gradient(-90deg, rgba(8,7,5,.82) 0%, rgba(8,7,5,.2) 70%); }
.motors-hero__copy { position: relative; width: var(--shell); }
.marques {
  display: flex; gap: 0.7rem; overflow: auto; padding: 1.4rem 0 2rem;
  scrollbar-width: thin;
}
.marques span {
  flex: 0 0 auto; border: 1px solid var(--line); padding: 0.7rem 1.1rem;
  letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.72rem; font-weight: 600;
}
.motors-grid {
  display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 0.65rem; padding: 0 0 4rem;
}
.motors-grid article {
  position: relative; min-height: 18rem; overflow: hidden; color: #fff;
  display: grid; align-items: end;
}
.motors-grid article:first-child { min-height: 28rem; grid-row: span 2; }
.motors-grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.motors-grid .shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(8,7,5,.8)); }
.motors-grid p { position: relative; padding: 1.2rem; margin: 0; font-family: var(--serif); font-size: 1.3rem; }

/* Inquire / desk */
.page-form { padding: 4rem 0 5.5rem; }
.form-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2.4rem; align-items: start; }
.form-card {
  background: var(--paper); border: 1px solid var(--line); padding: 1.6rem 1.5rem 1.8rem;
}
.form-card label {
  display: block; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); margin: 0.9rem 0 0.35rem; font-weight: 600;
}
.form-card input, .form-card select, .form-card textarea {
  width: 100%; min-height: 2.75rem; padding: 0.55rem 0.7rem;
  border: 1px solid var(--line); background: #0e0d0b;
}
.form-card textarea { min-height: 6.5rem; resize: vertical; }
.form-card .ok { display: none; padding: 1.2rem 0 0.2rem; }
.form-card.is-done .fields { display: none; }
.form-card.is-done .ok { display: block; }
.form-card .ok code { font-family: var(--mono); color: var(--gold-2); }
.ref { font-family: var(--mono); font-size: 0.9rem; color: var(--gold-2); }

.desk-board {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; margin: 1.6rem 0 2rem;
}
.desk-board article {
  border: 1px solid var(--line); padding: 1.3rem 1.2rem; background: var(--paper);
}
.desk-board b { display: block; font-family: var(--serif); font-size: 1.7rem; }
.track {
  display: grid; gap: 0.7rem; margin-top: 1.2rem;
}
.track li {
  list-style: none; display: grid; grid-template-columns: 6.5rem 1fr;
  gap: 1rem; padding: 0.9rem 0; border-bottom: 1px solid var(--line);
}
.track { padding: 0; margin-left: 0; }
.track time { font-family: var(--mono); font-size: 0.75rem; color: var(--gold); }

.legal { padding: 4.5rem 0 5.5rem; }
.legal p, .legal li { color: var(--muted); max-width: 42rem; }
.legal h1 { font-size: 2.6rem; }

.site-foot {
  border-top: 1px solid var(--line); padding: 2.2rem 0 5.5rem;
  color: var(--muted); font-size: 0.86rem;
}
body.is-paper .site-foot { border-top-color: var(--line-d); color: #6a655c; }
.site-foot__inner {
  width: var(--shell); margin-inline: auto;
  display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1.6rem;
}
.site-foot span { white-space: pre-line; }
.site-foot b { color: var(--ink); display: block; font-family: var(--serif); font-size: 1.2rem; letter-spacing: 0.16em; margin-bottom: 0.4rem; }
body.is-paper .site-foot b { color: var(--ink-d); }
.site-foot a:hover { color: var(--gold); }

.prize {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(8, 7, 5, 0.72);
  display: grid; place-items: center; padding: 1.2rem;
}
.prize[hidden] { display: none !important; }
.prize__card {
  width: min(32rem, 100%); background: #141310; color: var(--ivory);
  padding: 2rem 1.8rem 1.7rem; border: 1px solid var(--line);
}
.prize__card h3 { font-size: 1.8rem; }
.prize__card p { color: var(--ivory-2); }

/* Home — visa entry, distinct from the two photo mandates */
.visa-entry {
  padding: 5.2rem 0 5rem;
  background: var(--ivory);
  color: var(--ink-d);
  border-top: 1px solid var(--line-d);
}
.visa-entry .kicker { color: var(--gold-dim); }
.visa-entry h2 { max-width: 18ch; }
.visa-entry .lede { color: #4a463e; }
.visa-entry__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.8rem;
  align-items: start;
}
.visa-entry__fee {
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin: 0 0 0.7rem;
}
.visa-entry__note {
  max-width: 36rem;
  color: #5c574e;
  font-size: 0.95rem;
  margin: 0 0 1.4rem;
}
.visa-entry__list { display: grid; }
.visa-entry__list a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.72rem 0;
  border-bottom: 1px solid var(--line-d);
  color: var(--ink-d);
}
.visa-entry__list a:first-child { border-top: 1px solid var(--line-d); }
.visa-entry__list span { font-weight: 600; }
.visa-entry__list small {
  color: #6a655c;
  font-size: 0.78rem;
  text-align: end;
}
.visa-entry__list a:hover span { color: var(--gold-dim); }

/* Visa subpage */
.visa-hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}
.visa-hero__media { position: absolute; inset: 0; }
.visa-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.visa-hero__shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,13,11,.2) 0%, rgba(14,13,11,.55) 48%, rgba(14,13,11,.92) 100%);
}
.visa-hero__copy { position: relative; width: var(--shell); margin: 0 auto 3.6rem; }
.visa-hero h1 { max-width: 16ch; color: #fff; }
.visa-hero .lede { color: #f4f0e8; }
.visa-hero__fee {
  font-family: var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-2);
  font-size: 0.78rem;
  margin: 0 0 0.55rem;
}
.visa-hero__note { max-width: 38rem; color: #d8d0c0; font-size: 0.95rem; margin: 0 0 1.4rem; }

.visa-board {
  padding: 3.2rem 0 3.6rem;
  background: var(--ivory);
  color: var(--ink-d);
}
.visa-board h2 { color: var(--ink-d); max-width: 22ch; }
.visa-board .lede { color: #4a463e; }
.visa-board__head {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.6rem;
  align-items: end;
  margin-bottom: 1.4rem;
}
.search-box--dark { border-color: var(--line-d); background: #fffdf8; }
.table-wrap--dark { border-color: var(--line-d); background: #fffdf8; }
.visa-table { min-width: 920px; }
.visa-table td { vertical-align: top; font-size: 0.84rem; color: #3d3a34; max-width: 18rem; }
.visa-table td:nth-child(1),
.visa-table td:nth-child(2) { font-weight: 600; color: var(--ink-d); }
.visa-empty { margin: 1rem 0 0; color: #7a4a3a; }
.visa-board__legal {
  margin: 1.2rem 0 0;
  font-size: 0.86rem;
  color: #5c574e;
  max-width: 46rem;
}

.visa-notes { padding: 3.2rem 0 1rem; }
.visa-notes h2 { margin-bottom: 1.6rem; }
.visa-note {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 22rem;
  border-top: 1px solid var(--line);
}
.visa-note--flip .visa-note__copy { order: -1; }
.visa-note__media { position: relative; min-height: 16rem; }
.visa-note__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.visa-note__copy {
  display: grid;
  align-content: center;
  padding: 2.4rem 8%;
}
.visa-note__copy p { color: var(--ivory-2); max-width: 36rem; margin: 0; }
.visa-note__copy h3 { font-size: 1.55rem; }

@media (max-width: 980px) {
  .hdr__left { display: none; }
  .menu-btn { display: inline-flex; }
  .mandates, .why__grid, .how__row, .gold-hero, .gold-body, .chapter, .desk-grid, .form-grid, .metrics, .desk-board, .convert-head, .triptych, .cities__grid, .motors-grid, .site-foot__inner, .offer__inner, .visa-entry__grid, .visa-board__head, .visa-note {
    grid-template-columns: 1fr;
  }
  .city:first-child, .motors-grid article:first-child { grid-row: auto; min-height: 16rem; }
  .chapter.reverse .chapter__copy, .visa-note--flip .visa-note__copy { order: 0; }
  .calc { position: static; }
  .m-bar { display: grid; }
  body { padding-bottom: 3.8rem; }
  .hide-sm { display: none !important; }
  .metrics article { border-inline-end: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 640px) {
  h1 { font-size: 2.35rem; }
  .hero { min-height: 78svh; }
  .brand small { display: none; }
  .pair-hero { grid-template-columns: 1fr; }
}
