:root {
  --ink: #121417;
  --muted: #67645f;
  --paper: #f3efe6;
  --light: #fbf8f0;
  --night: #0d2238;
  --night-2: #07131f;
  --gold: #c8a94e;
  --blue: #0a3e63;
  --line: rgba(18, 20, 23, 0.14);
  --white: #fffaf0;
  --radius: 8px;
  --container: min(1180px, calc(100vw - 40px));
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0; color: var(--muted); }

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 48px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(7, 19, 31, 0.94), rgba(7, 19, 31, 0));
}
.brand, nav { display: flex; align-items: center; gap: 14px; }
.brand { font-weight: 800; }
.brand img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255, 250, 240, 0.25);
}
nav a { color: rgba(255, 250, 240, 0.76); font-size: .88rem; }
nav a:hover { color: var(--white); }

.container { width: var(--container); margin: 0 auto; }
.section { padding: clamp(76px, 10vw, 132px) 0; }
.dark {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 18%, rgba(200, 169, 78, .18), transparent 30%),
    linear-gradient(135deg, var(--night-2), var(--night));
}
.light { background: var(--light); }
.paper { background: var(--paper); }
.special { color: var(--white); background: linear-gradient(135deg, #092e4d, #08131f); }
.dark p, .special p { color: rgba(255, 250, 240, .72); }

.hero {
  min-height: 88vh;
  display: grid;
  align-items: center;
  padding-top: 110px;
}
.route-layer::before,
.route-layer::after {
  content: "";
  position: absolute;
  width: 72vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 169, 78, .55), transparent);
  transform: rotate(-17deg);
}
.route-layer::before { top: 25%; right: -18%; }
.route-layer::after { bottom: 27%; left: -20%; }
.hero-grid, .two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}
.hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.42fr);
  align-items: end;
}
.kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1, h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0;
  line-height: .99;
}
h1 { max-width: 820px; font-size: clamp(2.8rem, 5.8vw, 5.7rem); }
h2 { font-size: clamp(2.2rem, 3.8vw, 4.2rem); }
h3 { margin: 0; font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.16; }
.hero p, .lead { max-width: 760px; margin-top: 22px; font-size: 1.08rem; }
.two-col > div > h2 + p,
.intro h2 + p,
.special h2 + p {
  margin-top: 24px;
}
.two-col > div > p + p,
.intro p + p,
.special p + p {
  margin-top: 14px;
}
.button {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  margin-top: 34px;
  padding: 0 24px;
  border-radius: var(--radius);
  background: var(--gold);
  color: #15120a;
  font-weight: 800;
}
.hero-summary {
  border: 1px solid rgba(255, 250, 240, .18);
  padding: 28px;
  background: rgba(255, 250, 240, .06);
}
.hero-summary span { display: block; margin-bottom: 12px; color: rgba(255,250,240,.68); }
.hero-summary strong {
  display: block;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 250, 240, .16);
  font-size: 1.2rem;
}

.browser-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 24px 70px rgba(22, 22, 20, .12);
}
.browser-bar {
  display: flex;
  gap: 7px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(18, 20, 23, .08);
  background: #f1eee8;
}
.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b9ad9b;
}
figcaption { padding: 12px 16px; color: var(--muted); font-size: .84rem; }

.journey, .flow, .pillars, .ecosystem, .summary {
  display: grid;
  gap: 1px;
  margin-top: 44px;
  background: var(--line);
  border: 1px solid var(--line);
}
.journey { grid-template-columns: repeat(6, 1fr); }
.flow, .pillars { grid-template-columns: repeat(4, 1fr); }
.ecosystem { grid-template-columns: repeat(6, 1fr); }
.summary { grid-template-columns: repeat(5, 1fr); }
.journey div, .flow div, .pillars article, .ecosystem span, .ecosystem strong, .summary div {
  min-height: 150px;
  padding: 24px;
  background: var(--light);
}
.flow div, .dark .flow div { background: rgba(255, 250, 240, .045); }
.flow { border-color: rgba(255, 250, 240, .16); background: rgba(255, 250, 240, .16); }
.journey strong, .flow strong, .ecosystem span, .ecosystem strong, .summary span {
  display: block;
  margin-bottom: 13px;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.dark .flow strong { color: var(--gold); }
.intro { max-width: 980px; }
.intro strong {
  display: block;
  margin-top: 28px;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.08;
}
.opportunities {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 34px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}
.opportunities h3 {
  grid-column: 1 / -1;
}
ul { margin: 18px 0 0; padding-left: 18px; color: var(--muted); }
li + li { margin-top: 8px; }
blockquote {
  margin: 0;
  padding-left: 28px;
  border-left: 2px solid var(--gold);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.3vw, 2.1rem);
  line-height: 1.15;
}
.pillars article {
  display: flex;
  min-height: 300px;
  flex-direction: column;
}
.pillars article > span { color: var(--gold); font-weight: 900; }
.pillars h3 { margin-top: 26px; }
.pillars p { margin-top: 16px; }
.pillars strong {
  margin-top: auto;
  padding-top: 22px;
  color: var(--blue);
  font-size: 1.48rem;
}
.pillars small { margin-top: 8px; color: var(--muted); }
.ecosystem strong { color: var(--white); background: var(--blue); }
.investment, .condition, .terms {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf7;
}
.investment { padding: 14px; }
.investment div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 10px;
  border-bottom: 1px solid var(--line);
}
.investment strong { color: var(--blue); text-align: right; white-space: nowrap; }
.investment .total strong { font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1; }
.investment p { padding: 16px 10px 4px; font-size: .92rem; }
.condition {
  border-color: rgba(255, 250, 240, .18);
  padding: 34px;
  color: var(--white);
  background: rgba(255, 250, 240, .06);
}
.condition span { color: rgba(255, 250, 240, .72); }
del { display: block; margin-top: 24px; color: rgba(255, 250, 240, .55); font-size: 2rem; }
.condition strong {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: .95;
  text-transform: uppercase;
}
.condition p { margin-top: 18px; }
.summary strong {
  display: block;
  margin-top: 18px;
  color: var(--blue);
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.05;
}
.summary del { color: var(--muted); font-size: 1.1rem; }
.note { margin-top: 18px; font-size: .92rem; }
.terms { padding: 28px; }
.terms p + p { margin-top: 16px; }
.closing { min-height: 80vh; display: grid; align-items: center; }
.closing-list { display: grid; gap: 14px; }
.closing-list strong {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 250, 240, .16);
  font-size: clamp(1.4rem, 2.6vw, 2.4rem);
}
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 980px) {
  nav { display: none; }
  .hero-grid, .two-col, .opportunities { grid-template-columns: 1fr; }
  .journey, .flow, .pillars, .ecosystem, .summary { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  :root { --container: min(100vw - 28px, 1180px); }
  .section { padding: 66px 0; }
  .hero { min-height: auto; padding: 118px 0 72px; }
  h1 { font-size: 3rem; }
  h2 { font-size: 2.35rem; }
  .journey, .flow, .pillars, .ecosystem, .summary { grid-template-columns: 1fr; }
  .investment div { display: block; }
  .investment strong { display: block; margin-top: 8px; text-align: left; white-space: normal; }
  .condition strong { font-size: 3.2rem; }
}

