:root {
  --bg: #020305;
  --fg: #f4efe6;
  --muted: #9b9388;
  --line: #e6d7c01f;
  --silver: linear-gradient(110deg, #6a5a44, #f3ead6 46%, #c4ae86 74%, #7a6850);
  font-synthesis: none;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }

:focus-visible {
  outline: 1px solid #e8eef8;
  outline-offset: 4px;
}

.shell {
  width: min(1420px, calc(100% - 96px));
  margin-inline: auto;
}

/* Navigation */
.bar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}

.nav {
  height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
}

.mark {
  font-family: "DM Serif Display", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 0.82;
  letter-spacing: -0.06em;
  color: #f4f4f4;
}

.maison {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  width: max-content;
}

.maison .mark { font-size: 34px; }

.maison .wordmark {
  font-family: "DM Serif Display", serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.16em;
}

.maison-bar { display: flex; grid-column: 1; align-items: center; }

.nav nav {
  display: flex;
  gap: 22px;
  font-size: 13px;
  color: #c7c7c7;
  grid-column: 2;
  justify-self: center;
}

.nav nav a { transition: color 0.2s; white-space: nowrap; }
.nav nav a:hover { color: #fff; }
.nav nav a[href="#access"] { color: #e6d7c0; }

.side {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-cta {
  font-size: 11px;
  letter-spacing: 0.1em;
  border: 1px solid #ffffff55;
  border-radius: 100px;
  padding: 9px 9px 9px 17px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-cta i {
  font-style: normal;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffffff14;
  color: #f4efe6;
}

.arrow-ne {
  width: 11px;
  height: 11px;
  display: block;
}

.menu {
  display: none;
  background: none;
  border: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  position: relative;
}

.menu span,
.menu span::before,
.menu span::after {
  position: absolute;
  left: 8px;
  width: 18px;
  height: 1.5px;
  background: #fafbff;
}

.menu span { top: 17px; }
.menu span::before,
.menu span::after { content: ""; }
.menu span::before { top: -6px; }
.menu span::after { top: 6px; }

/* Hero — 80svh room, black sheet climbs it */
.hero {
  height: 80svh;
  min-height: 560px;
  position: relative;
  display: grid;
  place-items: start start;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 4;
  padding: calc(88px + 9svh) 28px 0 max(48px, calc((100vw - 1420px) / 2));
  display: grid;
  justify-items: start;
}

.hero-lede {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(40px, 5.6vw, 80px);
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 300;
  text-align: left;
  max-width: 11.2em;
  text-shadow: 0 10px 48px #000000e6, 0 2px 16px #000000cc;
}

.hero-lede span { display: block; }

.hero-lede em {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.02em;
  background: var(--silver);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.house-sheet {
  display: block;
  position: relative;
  z-index: 6;
  margin-top: -10svh;
  background: #020305;
  border-radius: 28px 28px 0 0;
  border-top: 1px solid #e6d7c02e;
  box-shadow: 0 -48px 90px #00000073;
}

.hdr-manifesto { display: none; }

#payments { padding-top: 36px; }
#payments .offer-copy:first-child h2 { margin-bottom: 14px; }
#payments .scene-shot { top: 48%; }

.product-hook {
  display: block;
  margin: 0 0 26px;
  font-size: 12px;
  letter-spacing: 0.14em;
  word-spacing: 0.32em;
  color: #b7aa98;
}

.product-hook span {
  display: block;
  margin-top: 8px;
  letter-spacing: 0.01em;
  word-spacing: 0;
  font-size: 18px;
  font-family: "DM Serif Display", serif;
  font-style: normal;
  font-weight: 400;
  color: #f4efe6;
}

.hero-bg {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #020305 url("/assets/hero/3-1.jpg") center / cover no-repeat;
}

/* Manifesto */
.hdr-manifesto { padding: 150px 0 40px; }

.offer h2,
.room h2,
.access h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(44px, 6vw, 86px);
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 300;
  margin: 0 0 36px;
}

.room h2 em,
.access h2 em {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  background: var(--silver);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hdr-manifesto p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 42em;
  margin: 0 0 20px;
}

.hdr-manifesto .acts {
  display: block;
  margin: 0 0 16px;
  font-family: "DM Serif Display", serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.02em;
  line-height: 1.2;
  background: var(--silver);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  margin-top: 80px;
}

.metric-row > div {
  padding: 30px 0;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.metric-row > div:nth-child(2),
.metric-row > div:last-child { padding-left: 30px; }
.metric-row > div:last-child { border: 0; }

.metric-row b {
  font-family: "Manrope", sans-serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 300;
  background: var(--silver);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.metric-row span {
  font-size: 12px;
  color: #8e96aa;
}

/* Offers — editorial, not a card kit */
.offer {
  padding: 110px 0;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 60px;
  border-top: 1px solid var(--line);
}

.offer-index {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 8px;
}

.offer-index b {
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 300;
  background: var(--silver);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.offer-index span {
  font-size: 13px;
  color: #9aa3b5;
}

.offer h2 {
  font-size: clamp(36px, 4.6vw, 64px);
  margin: 0 0 28px;
  max-width: 16ch;
}

.offer-stack {
  display: grid;
  gap: 80px;
}

.offer-stack .offer-copy + .offer-copy {
  padding-top: 80px;
  border-top: 1px solid var(--line);
}

.offer-stack h2 { max-width: 18ch; }

.kicker {
  margin: 32px 0 0;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9aa3b5;
}

.kicker + .facts { margin-top: 8px; }

.currencies {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 10px;
  border-top: 1px solid var(--line);
  max-width: 42em;
}

.currencies span {
  padding: 16px 0;
  border-right: 1px solid var(--line);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #d5dae6;
}

.currencies span:nth-child(4n) { border-right: 0; }
.currencies span:nth-child(n+5) { border-top: 1px solid var(--line); }

.offer-copy .lead {
  font-size: 20px;
  line-height: 1.5;
  color: #d5dae6;
  max-width: 38em;
  margin: 0 0 22px;
}

.offer-copy p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 40em;
  margin: 0 0 18px;
}

.offer-copy .aside {
  margin-top: 28px;
  font-size: 14px;
  color: #b7c0d2;
}

.offer-copy .accent {
  font-family: "DM Serif Display", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  background: var(--silver);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.facts {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  max-width: 42em;
}

.facts li {
  padding: 16px 0;
  border-top: 1px solid var(--line);
  color: #c9d0de;
  font-size: 15px;
  line-height: 1.5;
}

.facts li:last-child { border-bottom: 1px solid var(--line); }

.ledger-band {
  border-top: 1px solid var(--line);
  background: radial-gradient(circle at 80% 0, #28375240, transparent 36%), #07080b;
}

.ledger {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ledger .offer {
  margin: 0;
  padding: 90px 0 90px 56px;
  grid-template-columns: 1fr;
  gap: 36px;
  border-top: 0;
}

.ledger .offer:first-child {
  border-right: 1px solid var(--line);
  padding: 90px 56px 90px 0;
}

.ledger h2 { max-width: 14ch; }

/* The Circle — a room, not a product tile */
.room {
  padding: 140px 0 150px;
  border-top: 1px solid var(--line);
  background: radial-gradient(circle at 50% 0, #1a223355, transparent 42%), #05070a;
}

.room .kicker { margin: 0 0 18px; }

.room-grid .facts { margin-top: 0; }

.room-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 48px;
}

.room p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 40em;
  margin: 0 0 20px;
}

.room .room-close {
  margin: 8px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-size: 15px;
  color: #d5dae6;
  max-width: 34em;
}

.silver-button {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  border: 1px solid #ffffff5c;
  border-radius: 100px;
  padding: 8px 9px 8px 21px;
  font-size: 12px;
  letter-spacing: 0.06em;
  background: linear-gradient(120deg, #ffffff15, #ffffff05);
  transition: transform 0.2s, border-color 0.2s;
  cursor: pointer;
}

.silver-button:hover {
  transform: translateY(-2px);
  border-color: #fff;
}

.silver-button span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, #f8f8f8, #888);
  color: #060606;
  box-shadow: 0 0 24px #bcd2ff6b;
}

.silver-button .arrow-ne {
  width: 13px;
  height: 13px;
}

.footer {
  border-top: 1px solid var(--line);
}

.footer-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 30px 0 20px;
  font-size: 12px;
  color: #888;
}

.footer .maison { color: #c9c9c9; flex-shrink: 0; }
.footer .wordmark { font-size: 13px; }
.footer-bar > a:last-child { flex-shrink: 0; }

.footer-legal {
  margin: 0;
  max-width: 520px;
  line-height: 1.55;
  text-align: center;
}

.footer-disclaimer {
  margin: 0 auto;
  padding: 0 0 48px;
  font-size: 11px;
  line-height: 1.65;
  color: #6a6a6a;
  max-width: 72em;
}

.skip {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 40;
  padding: 8px 14px;
  background: #fff;
  color: #020305;
  font-size: 13px;
}

.skip:focus { top: 12px; }

.access {
  padding: 140px 0 150px;
  border-top: 1px solid var(--line);
  background: radial-gradient(circle at 80% 120%, #1a223340, transparent 42%), #030406;
}

.access-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: start;
}

.access h2 { max-width: 11em; }

.access p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 28em;
  margin: 0;
}

.access .open-now {
  font-family: "DM Serif Display", serif;
  font-size: 22px;
  line-height: 1.35;
  color: var(--fg);
  margin-top: -12px;
}

.gate {
  display: grid;
  gap: 28px;
  position: relative;
}

.field {
  display: grid;
  gap: 10px;
}

.field label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9aa3b5;
}

.field input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--fg);
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.02em;
  padding: 12px 0 14px;
  border-radius: 0;
  caret-color: #fff;
}

.field input:focus {
  outline: none;
  border-bottom-color: #fff;
}

.gate .silver-button {
  justify-self: start;
  margin-top: 8px;
}

.gate-done,
.gate-error {
  display: none;
  margin: 0;
  font-size: 16px;
  color: #d5dae6;
}

.gate-error { color: #c4a090; }

.gate.is-sent .field,
.gate.is-sent .silver-button,
.gate.is-sent .gate-error { display: none; }

.gate.is-sent .gate-done { display: block; }
.gate.is-error .gate-error { display: block; }

.gate.is-sending .silver-button { opacity: 0.55; pointer-events: none; }

.gate-honey {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.scene-bg {
  display: none;
}

.hdr-manifesto .acts,
.offer-copy .accent,
.access h2 em {
  background-image: linear-gradient(108deg, #b8955c 0%, #f3ead6 48%, #c4ae86 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body {
  color: var(--fg);
}

.bar {
  background: #020305f5;
  border-bottom-color: #e6d7c018;
}

.nav nav,
.offer-index span,
.kicker,
.field label {
  color: #b7aa98;
}

.mark,
.wordmark {
  color: #f3ead6;
}

.room h2 em {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}

.access h2 em {
  font-family: "DM Serif Display", serif;
  font-style: normal;
  font-weight: 400;
}

.hero-lede em {
  font-family: "DM Serif Display", serif;
  font-style: normal;
  font-weight: 400;
  background-image: linear-gradient(108deg, #c9a56a 0%, #fff6e4 38%, #ffffff 50%, #f0d7a0 62%, #d4b06a 100%);
  background-size: 160% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 8px 22px #000000cc);
  animation: gleam-shift 8s ease-in-out infinite;
}

.nav-cta {
  border-color: #c4ae8655;
}

.nav-cta i {
  background: linear-gradient(140deg, #f6edd8, #8a7354);
  color: #120e0a;
}

.silver-button {
  border-color: #c4ae865c;
  background: linear-gradient(120deg, #f3ead618, #ffffff06);
}

.silver-button span {
  background: linear-gradient(140deg, #f6edd8, #8a7354);
  color: #120e0a;
  box-shadow: 0 0 22px #e0c48a55;
}

.offer-copy .lead,
.currencies span,
.facts li,
.offer-copy .aside {
  color: #d8d0c4;
  text-shadow: 0 2px 16px #020305f0;
}

.ledger-band,
.room,
.access {
  background: #020305;
}

#payments,
#cards,
#otc,
#network,
#circle,
#manager,
#access,
.footer {
  position: relative;
  isolation: isolate;
}

.scene-bg { display: none; }

#payments > :not(.scene-shot):not(.scene-bg),
#cards > :not(.scene-shot),
#otc > :not(.scene-shot),
#network > :not(.scene-shot):not(.scene-bg),
#circle > :not(.scene-shot):not(.scene-bg),
#manager > :not(.scene-shot),
#access > :not(.scene-shot):not(.scene-bg),
.footer-bar {
  position: relative;
  z-index: 1;
}

.scene-shot {
  display: block;
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.scene-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scene-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #020305 0%, #020305 40%, #020305e8 56%, #02030566 72%, #02030514 88%, transparent 100%),
    linear-gradient(180deg, #020305d0 0%, transparent 20%, transparent 80%, #020305e8 100%);
}

#payments .scene-shot,
#network .scene-shot {
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  right: auto;
}

#payments .scene-shot img { object-position: 48% 52%; }
#network .scene-shot img { object-position: 80% 48%; }

#manager .scene-shot {
  left: auto;
  right: 0;
  width: 54%;
  margin-left: 0;
}
#manager .scene-shot img {
  object-position: 22% 48%;
}
#manager .scene-shot::after {
  background:
    linear-gradient(90deg, #020305 0%, #020305e0 18%, #02030566 48%, #02030514 78%, transparent 100%),
    linear-gradient(180deg, #020305c8 0%, transparent 22%, transparent 78%, #020305e0 100%);
}

#cards .scene-shot img {
  object-position: center;
  transform: scale(1.16);
  filter: blur(6px);
}
#cards .scene-shot::after {
  background: linear-gradient(180deg, #020305c4 0%, #020305a6 46%, #020305cc 100%);
}

#otc .scene-shot img { object-position: 78% 42%; }

#circle .scene-shot {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#circle .scene-shot img { object-position: 88% 55%; }
#circle .scene-shot::after {
  background:
    linear-gradient(90deg, #020305 0%, #020305 46%, #020305e8 58%, #02030599 70%, #02030533 86%, transparent 100%),
    linear-gradient(180deg, #020305d8 0%, transparent 18%, transparent 82%, #020305ee 100%);
}

#access .scene-shot img { object-position: 88% 38%; }
#access .scene-shot::after {
  background:
    linear-gradient(90deg, #020305 0%, #020305 42%, #020305e0 54%, #02030588 68%, #02030533 84%, transparent 100%),
    linear-gradient(180deg, #020305d0 0%, transparent 18%, transparent 80%, #020305ee 100%);
}

.footer {
  color: #8a8176;
  border-top: 0;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.footer .scene-shot img { object-position: center 58%; }
.footer .scene-shot::after {
  background: linear-gradient(180deg, #020305dd 0%, #02030566 32%, #020305f0 72%, #020305 100%);
}

.footer-bar {
  color: #8a8176;
  padding-top: 28px;
}

.footer-disclaimer {
  position: relative;
  z-index: 1;
  color: #6d655c;
}

@media (max-width: 980px) {
  .ledger { grid-template-columns: 1fr; }
  .ledger .offer,
  .ledger .offer:first-child {
    border-right: 0;
    padding: 72px 0;
  }
  .ledger .offer:first-child { border-bottom: 1px solid var(--line); }
  .room-grid { grid-template-columns: 1fr; gap: 28px; }
  .access-grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 850px) {
  .shell { width: calc(100% - 36px); }

  .nav {
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }
  .maison .mark { font-size: 28px; }
  .maison .wordmark { font-size: 13px; letter-spacing: 0.12em; }
  .maison-bar,
  .side {
    grid-column: auto;
    flex: 0 0 auto;
  }

  .nav nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: #080808f7;
    border: 1px solid var(--line);
    padding: 25px;
    flex-direction: column;
    z-index: 22;
  }

  .nav nav.open { display: flex; }

  .nav-cta {
    padding: 6px;
    gap: 0;
  }
  .nav-cta span { display: none; }

  .menu { display: block; }

  .hero { height: 80svh; min-height: 500px; }
  .hero-copy { padding: calc(76px + 6svh) 20px 0; }
  .hero-lede {
    font-size: clamp(30px, 8vw, 40px);
    max-width: 9.4em;
  }
  .house-sheet {
    margin-top: -8svh;
    border-radius: 20px 20px 0 0;
  }
  #payments { padding-top: 28px; }
  .product-hook span { font-size: 16px; }

  .hdr-manifesto { padding: 90px 0 20px; }

  .metric-row { grid-template-columns: 1fr; }
  .metric-row > div,
  .metric-row > div:nth-child(2),
  .metric-row > div:last-child {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .offer {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 72px 0;
  }

  .ledger .offer { padding: 72px 0; }

  .offer h2,
  .offer-stack h2 { font-size: clamp(32px, 10vw, 44px); max-width: none; }
  .currencies { max-width: none; }
  .room { padding: 90px 0 100px; }
  .room h2,
  .access h2 { font-size: clamp(40px, 12vw, 56px); }
  .access { padding: 90px 0 100px; }
#access .scene-shot,
#manager .scene-shot,
.footer .scene-shot {
    width: auto;
    left: 0;
    right: 0;
    margin: 0;
  }
.scene-shot img { object-position: 72% 30%; }
.scene-shot::after,
#circle .scene-shot::after,
#access .scene-shot::after,
#manager .scene-shot::after,
.footer .scene-shot::after {
    background:
      linear-gradient(180deg, #020305aa 0%, #020305f0 28%, #020305 54%),
      linear-gradient(90deg, #020305f4 0%, #020305c8 48%, #02030555 100%);
  }
#cards .scene-shot img { object-position: center; }
#manager .scene-shot img { object-position: 22% 40%; }
.footer { min-height: 200px; }
  .footer-bar { flex-direction: column; gap: 10px; padding-bottom: 16px; }
  .footer-legal { text-align: left; max-width: none; }
  .footer-disclaimer { text-align: left; padding-bottom: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .silver-button { transition: none; }
  .hero-lede em { animation: none; }
}

@keyframes gleam-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
