/* Chrysos Dossiers — shared design system.
   Tokens + components used across every page in website/. Centralized here
   (SHARED:base) so a color/spacing change happens once, not in 15 files.
   Nav/footer HTML itself is still duplicated per page (see _partials/) —
   only the CSS lives in one place. */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; font-weight: 400; color: #0E1720; background: #F2F1ED; -webkit-font-smoothing: antialiased; }

/* ── TOKENS ── */
:root {
  --gold:       #B8922A;
  --gold-l:     #CFA84A;
  --gold-pale:  #F5EDD6;
  --slate:      #15202C;
  --slate-mid:  #1D2C3A;
  --ink:        #0E1720;
  --warm:       #F2F1ED;
  --warm-off:   #E9E7E2;
  --muted:      #6F6B64;
  --border:     #D5D2CB;
  --ff:         'Fraunces', Georgia, serif;
  --fs:         'Inter', system-ui, sans-serif;
}

/* ── NAV ── */
.nav {
  background: #07131C;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.5rem, 4vw, 4.75rem);
  position: sticky;
  top: 0;
  z-index: 100;
}
.logo { display: flex; align-items: center; text-decoration: none; }
.logo img { width: 214px; max-width: 100%; height: auto; display: block; }
.nav-r { display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 2.5rem); }
.nav-r > a, .nav-drop > summary {
  font-size: 12.5px;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.15s;
  cursor: pointer;
  list-style: none;
}
.nav-r > a:hover, .nav-drop > summary:hover { color: var(--gold-l); }
.nav-drop > summary::-webkit-details-marker { display: none; }
.nav-drop { position: relative; }
.nav-drop-panel {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 14px;
  background: var(--slate-mid);
  border: 0.5px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 0.5rem 0;
  min-width: 220px;
  display: none;
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
}
.nav-drop:hover .nav-drop-panel,
.nav-drop[open] .nav-drop-panel { display: block; }
.nav-drop-panel a {
  display: block;
  padding: 8px 16px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
}
.nav-drop-panel a:hover { color: var(--gold-l); background: rgba(255,255,255,0.03); }
.nav-try {
  color: var(--gold-l) !important;
  border-bottom: 1px solid rgba(184,146,42,0.4);
  padding-bottom: 3px;
}

/* ── HERO (homepage) ── */
.hero-wrap { background: var(--slate); }
.hero { max-width: 900px; margin: 0 auto; padding: 6rem 2.5rem 5.5rem; }
.hero-label {
  font-size: 11px; font-weight: 500; color: var(--gold-l);
  letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1.5rem;
}
.hero h1 {
  font-family: var(--ff); font-weight: 300; font-size: 50px; line-height: 1.15;
  color: rgba(255,255,255,0.92); margin-bottom: 1.5rem;
}
.hero h1 em { font-style: italic; color: var(--gold-l); }
.hero-divider { width: 40px; height: 1px; background: rgba(184,146,42,0.5); margin-bottom: 2.25rem; }
.hero-body { font-size: 16px; line-height: 1.8; color: rgba(255,255,255,0.5); max-width: 560px; margin-bottom: 2.5rem; }

/* ── PAGE HERO (subpages — smaller, single-column) ── */
.page-hero-wrap { background: #07131C; border-top: 1px solid rgba(184,146,42,.2); }
.page-hero { max-width: 1120px; margin: 0 auto; padding: clamp(5rem, 9vw, 8rem) 2.5rem clamp(4.5rem, 7vw, 6.5rem); }
.page-hero-label {
  font-size: 11px; font-weight: 500; color: var(--gold-l);
  letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1rem;
}
.page-hero h1 {
  font-family: var(--ff); font-weight: 300; font-size: clamp(2.8rem, 5vw, 5.5rem); line-height: 1.03;
  color: rgba(255,255,255,0.92); margin-bottom: 1rem;
  max-width: 920px; letter-spacing: -.025em;
}
.page-hero h1 em { font-style: italic; color: var(--gold-l); }
.page-hero-body { font-size: 16px; line-height: 1.75; color: rgba(255,255,255,0.58); max-width: 720px; margin-top: 1.75rem; }

/* ── UPLOAD CARD ── */
.upload-card {
  background: rgba(255,255,255,0.04);
  border: 0.5px solid rgba(255,255,255,0.1);
  border-radius: 10px; padding: 2rem; max-width: 540px;
}
.upload-card-head { font-family: var(--ff); font-weight: 300; font-size: 19px; color: rgba(255,255,255,0.88); margin-bottom: 0.4rem; }
.upload-card-sub { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.6; margin-bottom: 1.5rem; }
.doc-types { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 1.5rem; }
.dtype {
  font-size: 11px; color: rgba(255,255,255,0.45); background: rgba(255,255,255,0.05);
  border: 0.5px solid rgba(255,255,255,0.1); padding: 4px 10px; border-radius: 3px;
}
.btn-upload {
  display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
  background: var(--gold); color: #fff; font-family: var(--fs); font-size: 14px; font-weight: 500;
  padding: 12px 20px; border-radius: 5px; border: none; cursor: pointer; text-decoration: none;
  transition: background 0.15s; letter-spacing: 0.01em;
}
.btn-upload:hover { background: var(--gold-l); }
.upload-note { font-size: 11.5px; color: rgba(255,255,255,0.28); margin-top: 1rem; line-height: 1.6; }

/* ── SECTIONS ── */
.sec-wrap-light  { background: var(--warm); }
.sec-wrap-off    { background: var(--warm-off); }
.sec-wrap-slate  { background: var(--slate); }
.sec-wrap-mid    { background: var(--slate-mid); }

.sec { max-width: 900px; margin: 0 auto; padding: 5rem 2.5rem; display: grid; grid-template-columns: 200px 1fr; gap: 4rem; }
.sec-label { font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding-top: 7px; }
.sec-label.on-light { color: var(--gold); }
.sec-label.on-dark  { color: var(--gold-l); }

.sec-content h2 { font-family: var(--ff); font-weight: 300; font-size: 32px; line-height: 1.25; margin-bottom: 1.25rem; }
.sec-content h2.on-light { color: var(--ink); }
.sec-content h2.on-light em { font-style: italic; color: var(--gold); }
.sec-content h2.on-dark  { color: rgba(255,255,255,0.9); }
.sec-content h2.on-dark em  { font-style: italic; color: var(--gold-l); }

.body-p { font-size: 15px; line-height: 1.8; }
.body-p.on-light { color: var(--muted); }
.body-p.on-dark  { color: rgba(255,255,255,0.48); }
.body-p + .body-p { margin-top: 1rem; }

/* single-column long-form page body (services/who-we-work-with/about) */
.page-sec { max-width: 850px; margin: 0 auto; padding: clamp(4.5rem, 8vw, 7rem) 2.5rem; }
.page-sec h2 { font-family: var(--ff); font-weight: 300; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--ink); margin: 3.5rem 0 1rem; line-height: 1.2; letter-spacing: -.015em; }
.page-sec h2:first-child { margin-top: 0; }
.page-sec h2 em { font-style: italic; color: var(--gold); }
.page-sec p { font-size: 15px; line-height: 1.85; color: var(--muted); margin-bottom: 1rem; }
.page-sec ul { margin: 0 0 1rem 1.25rem; }
.page-sec li { font-size: 15px; line-height: 1.8; color: var(--muted); margin-bottom: 0.4rem; }
.page-cta { margin-top: 2.5rem; display: flex; gap: 12px; flex-wrap: wrap; }
.page-cta a {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500;
  padding: 10px 18px; border-radius: 5px; text-decoration: none; letter-spacing: 0.01em;
}
.page-cta .cta-primary { background: #07131C; color: #F2F1ED; border: 1px solid #07131C; }
.page-cta .cta-primary:hover { background: transparent; color: #07131C; }
.page-cta .cta-secondary { background: transparent; color: var(--ink); border: 1px solid rgba(184,146,42,.55); }
.page-cta .cta-secondary:hover { border-color: var(--gold); }

/* pills */
.pill-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 1.5rem; }
.pill { font-size: 12px; color: #7A5A1A; background: var(--gold-pale); padding: 5px 12px; border-radius: 20px; text-decoration: none; }
.pill:hover { background: var(--gold-l); color: #fff; }

/* UBO bullet points */
.ubo-pts { margin-top: 1.75rem; display: flex; flex-direction: column; gap: 16px; }
.ubo-pt  { display: flex; gap: 14px; align-items: flex-start; }
.pt-line { width: 20px; height: 1px; background: var(--gold-l); flex-shrink: 0; margin-top: 11px; }
.pt-text { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.58); }
.pt-text strong { color: rgba(255,255,255,0.88); font-weight: 500; }

/* pro cards */
.pro-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 1.75rem; }
.pro-card { background: var(--warm); border: 0.5px solid var(--border); border-radius: 8px; padding: 1.25rem; }
.pro-card-title { font-family: var(--ff); font-size: 15px; font-weight: 400; color: var(--ink); margin-bottom: 0.4rem; }
.pro-card-body { font-size: 13px; line-height: 1.6; color: var(--muted); }

/* enables grid */
.enables-sec { max-width: 900px; margin: 0 auto; padding: 5rem 2.5rem; }
.enables-eyebrow { font-size: 11px; font-weight: 500; color: var(--gold-l); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1rem; }
.enables-sec h2 { font-family: var(--ff); font-weight: 300; font-size: 32px; color: rgba(255,255,255,0.9); margin-bottom: 2.5rem; line-height: 1.25; }
.enables-sec h2 em { font-style: italic; color: var(--gold-l); }
.enables-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: rgba(255,255,255,0.07); border-radius: 10px; overflow: hidden; border: 0.5px solid rgba(255,255,255,0.07);
}
.en-cell { background: var(--slate-mid); padding: 1.75rem 1.5rem; transition: background 0.15s; text-decoration: none; display: block; }
.en-cell:hover { background: #243144; }
.en-icon { font-size: 18px; color: var(--gold-l); margin-bottom: 0.85rem; display: block; }
.en-title { font-family: var(--ff); font-size: 15px; font-weight: 400; color: rgba(255,255,255,0.82); margin-bottom: 0.4rem; line-height: 1.3; }
.en-body { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.38); }

/* ── TRIAL / LADDER SECTION ── */
.trial-inner { max-width: 900px; margin: 0 auto; padding: 5rem 2.5rem; border-top: 0.5px solid var(--border); }
.trial-inner h2 { font-family: var(--ff); font-weight: 300; font-size: 38px; line-height: 1.18; color: var(--ink); margin-bottom: 0.75rem; }
.trial-inner h2 em { font-style: italic; color: var(--gold); }
.trial-sub { font-size: 15px; color: var(--muted); line-height: 1.7; max-width: 560px; margin-bottom: 2.5rem; }
.trial-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 0.5px solid var(--border); border-radius: 10px; overflow: hidden; margin-bottom: 2.5rem; }
.trial-step { padding: 1.5rem 1.25rem; background: var(--warm-off); border-right: 0.5px solid var(--border); text-decoration: none; display: block; }
.trial-step:last-child { border-right: none; }
.step-n { font-family: var(--ff); font-size: 28px; font-weight: 300; color: var(--gold-pale); margin-bottom: 0.5rem; }
.step-title { font-family: var(--ff); font-size: 15px; font-weight: 400; color: var(--ink); margin-bottom: 0.35rem; }
.step-body { font-size: 13px; line-height: 1.6; color: var(--muted); }

/* UPLOAD BIG */
.upload-big { background: var(--slate); border-radius: 12px; padding: 2.5rem; }
.upload-big-head { font-family: var(--ff); font-weight: 300; font-size: 22px; color: rgba(255,255,255,0.88); margin-bottom: 0.5rem; }
.upload-big-sub { font-size: 14px; color: rgba(255,255,255,0.4); line-height: 1.65; margin-bottom: 1.75rem; max-width: 480px; }
.upload-types-b { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 1.75rem; }
.utypeb { font-size: 11.5px; color: rgba(255,255,255,0.45); background: rgba(255,255,255,0.05); border: 0.5px solid rgba(255,255,255,0.1); padding: 5px 11px; border-radius: 4px; }
.btn-upload-big {
  display: inline-flex; align-items: center; gap: 8px; background: var(--gold); color: #fff;
  font-family: var(--fs); font-size: 14px; font-weight: 500; padding: 12px 26px; border-radius: 5px;
  border: none; cursor: pointer; text-decoration: none; transition: background 0.15s; letter-spacing: 0.01em;
}
.btn-upload-big:hover { background: var(--gold-l); }
.upload-promise { margin-top: 1.25rem; font-size: 12px; color: rgba(255,255,255,0.3); line-height: 1.6; }
.upload-promise strong { color: rgba(255,255,255,0.55); font-weight: 500; }

/* ── BOUNDARY / COMPARE TABLE (audit-coordination page) ── */
.compare-table { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 0.5px solid var(--border); border-radius: 10px; overflow: hidden; margin: 1.5rem 0 2rem; }
.compare-col { background: var(--warm); padding: 1.5rem; }
.compare-col.compare-yes { background: #F2F7F0; }
.compare-col.compare-no  { background: #FBF0EF; }
.compare-head { font-family: var(--ff); font-size: 15px; color: var(--ink); margin-bottom: 0.75rem; }
.compare-col ul { margin-left: 1.1rem; }
.compare-col li { font-size: 13.5px; line-height: 1.7; color: var(--muted); margin-bottom: 0.35rem; }

/* FAQ */
.faq-item { border-bottom: 0.5px solid var(--border); padding: 1.25rem 0; }
.faq-q { font-family: var(--ff); font-size: 16px; color: var(--ink); margin-bottom: 0.5rem; }
.faq-a { font-size: 14px; line-height: 1.7; color: var(--muted); }

/* ── NOTICE BANNERS (draft legal pages / unverified tool) ── */
.banner {
  max-width: 900px; margin: 0 auto; padding: 0.9rem 2.5rem;
  font-size: 13px; line-height: 1.6; display: flex; gap: 10px; align-items: flex-start;
}
.banner-draft { background: #FBF0EF; color: #7A2E28; border-bottom: 1px solid #E8C9C4; }
.banner-verify { background: var(--gold-pale); color: #7A5A1A; border-bottom: 1px solid #E4CE8E; }
.banner b { font-weight: 600; }

/* ── DEADLINES CALCULATOR ── */
.calc-form { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: flex-end; margin-bottom: 2.5rem; }
.calc-field { display: flex; flex-direction: column; gap: 6px; }
.calc-field label { font-size: 12px; color: var(--muted); font-weight: 500; }
.calc-field input {
  font-family: var(--fs); font-size: 14px; padding: 10px 12px; border-radius: 5px;
  border: 0.5px solid var(--border); background: var(--warm); color: var(--ink);
}
.calc-results { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.calc-card { background: var(--warm); border: 0.5px solid var(--border); border-radius: 8px; padding: 1.25rem; }
.calc-card-label { font-size: 11px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.calc-card-date { font-family: var(--ff); font-size: 20px; color: var(--ink); margin-bottom: 0.35rem; }
.calc-card-date.pending { font-size: 13px; font-style: italic; color: var(--muted); }
.calc-card-note { font-size: 12.5px; color: var(--muted); line-height: 1.5; }

/* ── FOOTER ── */
footer { background: #07131C; padding: 4rem clamp(1.5rem, 6vw, 5.5rem) 2rem; }
.ft-inner { max-width: 1320px; margin: 0 auto; }
.ft-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 3rem; margin-bottom: 2.5rem; }
.ft-logo img { width: 205px; height: auto; display: block; margin-bottom: 1rem; }
.ft-tag { font-size: 12px; color: rgba(255,255,255,0.34); max-width: 310px; line-height: 1.7; }
.ft-cols { display: flex; gap: 3rem; flex-wrap: wrap; }
.ft-col-title { font-size: 11px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-l); margin-bottom: 0.75rem; }
.ft-col a { display: block; font-size: 12px; color: rgba(255,255,255,0.44); text-decoration: none; margin-bottom: 0.6rem; transition: color 0.15s; }
.ft-col a:hover { color: rgba(255,255,255,0.75); }
.ft-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; padding-top: 1.5rem; border-top: 0.5px solid rgba(255,255,255,0.08); }
.ft-copy { font-size: 11px; color: rgba(255,255,255,0.25); }
.ft-reg { font-size: 11px; color: rgba(255,255,255,0.25); }

/* ── RESPONSIVE ── */
@media (max-width: 720px) {
  .hero h1 { font-size: 34px; }
  .page-hero h1 { font-size: 28px; }
  .sec { grid-template-columns: 1fr; gap: 1.5rem; }
  .sec-label { padding-top: 0; }
  .pro-cards { grid-template-columns: 1fr; }
  .enables-grid { grid-template-columns: 1fr 1fr; }
  .trial-flow { grid-template-columns: 1fr; }
  .trial-step { border-right: none; border-bottom: 0.5px solid var(--border); }
  .trial-step:last-child { border-bottom: none; }
  .nav-r > a:not(.nav-try):not(.nav-drop-toggle), .nav-drop { display: none; }
  .compare-table { grid-template-columns: 1fr; }
  .ft-top { flex-direction: column; }
  .ft-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .hero { padding: 4rem 1.5rem 3.5rem; }
  .page-hero { padding: 2.5rem 1.5rem 2rem; }
  .hero h1 { font-size: 28px; }
  .sec { padding: 3.5rem 1.5rem; }
  .page-sec { padding: 2.5rem 1.5rem; }
  .enables-grid { grid-template-columns: 1fr; }
  .trial-inner { padding: 3.5rem 1.5rem; }
  .upload-big { padding: 1.75rem; }
  .nav { padding: 0 1.5rem; }
  .banner { padding: 0.9rem 1.5rem; }
  .calc-form { flex-direction: column; align-items: stretch; }
}

/* ── PRESTIGE HOMEPAGE + PRIVATE ACCESS ── */
.home-v2 {
  --prestige-ink: #07131c;
  --prestige-ink-soft: #0c1a25;
  --prestige-paper: #F2F1ED;
  --prestige-paper-deep: #E7E5E0;
  --prestige-gold: #b8922a;
  --prestige-gold-light: #d1ad56;
  background: var(--prestige-paper);
  color: var(--prestige-ink);
}

.prestige-nav {
  min-height: 76px;
  padding: 0 clamp(1.5rem, 4vw, 4.75rem);
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  gap: 2rem;
  background: var(--prestige-ink);
  border-bottom: 1px solid rgba(184,146,42,.28);
  position: relative;
  z-index: 20;
}
.prestige-logo { display: inline-flex; width: fit-content; }
.prestige-logo img { display: block; width: 214px; max-width: 100%; height: auto; }
.prestige-links { display: flex; align-items: center; gap: clamp(1.4rem, 3vw, 3rem); }
.prestige-links a,
.prestige-access {
  color: rgba(255,255,255,.72);
  font-size: 12.5px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: .01em;
  transition: color .2s ease;
}
.prestige-links a:hover,
.prestige-access:hover { color: var(--prestige-gold-light); }
.prestige-access {
  justify-self: end;
  color: var(--prestige-gold-light);
  border-bottom: 1px solid rgba(209,173,86,.45);
  padding-bottom: 3px;
}

.prestige-hero {
  min-height: min(760px, calc(100vh - 76px));
  display: flex;
  align-items: center;
  background: var(--prestige-ink);
  overflow: hidden;
}
.prestige-hero-inner {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: clamp(5.5rem, 10vh, 8rem) clamp(1.5rem, 6vw, 5.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: clamp(2rem, 5vw, 7rem);
  align-items: center;
}
.prestige-hero-copy { position: relative; z-index: 3; }
.prestige-hero h1,
.stewardship-section h2,
.relationship-section h2,
.ubo-section h2,
.jurisdictions-section h2,
.spaces-section h2,
.independence-section h2,
.prestige-closing h2,
.access-intro h1,
.access-choices h2,
.access-assurance h2 {
  font-family: var(--ff);
  font-weight: 300;
  letter-spacing: -.025em;
}
.prestige-hero h1 {
  max-width: 800px;
  color: #f8f4ec;
  font-size: clamp(3.5rem, 6vw, 6.4rem);
  line-height: .98;
}
.prestige-hero-copy > p {
  max-width: 650px;
  margin-top: 2rem;
  color: rgba(255,255,255,.68);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 300;
  line-height: 1.75;
}
.prestige-actions { display: flex; align-items: center; gap: 2.2rem; margin-top: 2.5rem; flex-wrap: wrap; }
.prestige-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.7rem;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .025em;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.prestige-button-gold {
  color: var(--prestige-gold-light);
  border: 1px solid var(--prestige-gold);
  background: transparent;
}
.prestige-button-gold:hover { color: var(--prestige-ink); background: var(--prestige-gold-light); }
.prestige-button-dark {
  color: var(--prestige-paper);
  background: var(--prestige-ink);
  border: 1px solid var(--prestige-ink);
}
.prestige-button-dark:hover { background: transparent; color: var(--prestige-ink); }
.prestige-text-link {
  color: var(--prestige-gold-light);
  font-size: 13.5px;
  text-decoration: none;
  padding: .5rem 0;
  border-bottom: 1px solid rgba(209,173,86,.55);
}
.prestige-text-link span { margin-left: .65rem; }
.dark-link { color: var(--prestige-ink); border-color: rgba(7,19,28,.35); }

.dossier-art { min-height: 430px; position: relative; perspective: 1000px; }
.dossier-sheet {
  position: absolute;
  width: min(440px, 90%);
  aspect-ratio: 1.45;
  right: 2%;
  top: 50%;
  border: 1px solid rgba(209,173,86,.72);
  background: #0b1720;
  box-shadow: 0 24px 50px rgba(0,0,0,.28);
  transform: translateY(-50%) rotateX(61deg) rotateZ(-20deg);
}
.sheet-back { transform: translateY(-17%) rotateX(61deg) rotateZ(-20deg); opacity: .62; }
.sheet-mid { transform: translateY(-37%) rotateX(61deg) rotateZ(-20deg); opacity: .82; }
.sheet-front { display: grid; place-items: center; }
.sheet-front img { width: 66px; opacity: .38; filter: sepia(1) saturate(.8); }
.dossier-orbit {
  position: absolute;
  border: 1px solid rgba(184,146,42,.38);
  border-radius: 50%;
  right: 5%;
  top: 4%;
}
.orbit-one { width: 330px; height: 330px; }
.orbit-two { width: 250px; height: 250px; right: 15%; top: 17%; }

.stewardship-section,
.relationship-section,
.ubo-section,
.jurisdictions-section,
.spaces-section,
.subscriptions-section,
.independence-section,
.prestige-closing {
  padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 6vw, 5.5rem);
}
.stewardship-section {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(600px, 1.5fr);
  gap: clamp(4rem, 7vw, 8rem);
  align-items: start;
}
.stewardship-intro h2,
.relationship-lead h2,
.ubo-copy h2,
.spaces-heading h2,
.independence-section h2 {
  font-size: clamp(2.5rem, 4.2vw, 4.5rem);
  line-height: 1.04;
}
.stewardship-intro > p,
.ubo-copy > p,
.spaces-heading > p,
.independence-section > div p {
  margin-top: 1.75rem;
  color: #655f55;
  font-size: 15px;
  line-height: 1.75;
}
.stewardship-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.stewardship-steps li { border-top: 1px solid rgba(184,146,42,.6); padding-top: 1rem; }
.step-number {
  display: block;
  color: var(--prestige-gold);
  font-family: var(--ff);
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 2.2rem;
}
.stewardship-steps h3 {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1rem;
}
.stewardship-steps p { color: #655f55; font-size: 13px; line-height: 1.65; }

.relationship-section {
  background: var(--prestige-ink);
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(520px, 1.15fr);
  gap: clamp(4rem, 8vw, 9rem);
}
.relationship-lead h2 { color: var(--prestige-paper); }
.relationship-lead > p {
  max-width: 510px;
  margin-top: 2rem;
  color: rgba(255,255,255,.58);
  font-size: 15px;
  line-height: 1.75;
}
.relationship-principles article {
  display: grid;
  grid-template-columns: 50px minmax(180px, .8fr) 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(184,146,42,.45);
}
.relationship-principles article:first-child { border-top: 1px solid rgba(184,146,42,.45); }
.relationship-principles span { color: var(--prestige-gold-light); font-family: var(--ff); font-size: 1.5rem; }
.relationship-principles h3 {
  color: var(--prestige-gold-light);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 500;
}
.relationship-principles p { color: rgba(255,255,255,.57); font-size: 13px; line-height: 1.55; }

.ubo-section {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 4rem;
  background: var(--prestige-paper);
}
.ubo-copy { position: relative; z-index: 2; max-width: 720px; }
.lineage-mark { min-height: 270px; position: relative; opacity: .58; }
.lineage-trunk,
.lineage-branch {
  position: absolute;
  display: block;
  height: 1px;
  background: var(--prestige-gold);
  transform-origin: left center;
}
.lineage-trunk { width: 70%; left: 6%; top: 56%; }
.lineage-branch { width: 48%; left: 37%; top: 56%; }
.branch-one { transform: rotate(-28deg); }
.branch-two { transform: rotate(30deg); }
.lineage-node {
  position: absolute;
  width: 62px;
  height: 62px;
  border: 1px solid var(--prestige-gold);
  border-radius: 50%;
  background: var(--prestige-paper);
}
.node-one { left: 0; top: calc(56% - 31px); }
.node-two { right: 6%; top: 15%; }
.node-three { right: 3%; bottom: 8%; }
.ubo-values {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(184,146,42,.5);
}
.ubo-values div { padding: 1.4rem 1.5rem 0 0; }
.ubo-values div + div { padding-left: 1.5rem; border-left: 1px solid rgba(184,146,42,.34); }
.ubo-values strong { display: block; font-family: var(--ff); font-size: 1.15rem; font-weight: 400; margin-bottom: .5rem; }
.ubo-values span { display: block; color: #6d665b; font-size: 12.5px; line-height: 1.55; }

.jurisdictions-section {
  background: var(--prestige-paper-deep);
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(540px, 1.15fr);
  gap: clamp(4rem, 8vw, 9rem);
}
.section-kicker {
  display: block;
  margin-bottom: 1.4rem;
  color: var(--prestige-gold);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.jurisdictions-intro h2 {
  font-size: clamp(2.5rem, 4.2vw, 4.5rem);
  line-height: 1.04;
}
.jurisdictions-intro > p {
  max-width: 570px;
  margin: 1.75rem 0 1.5rem;
  color: #655f55;
  font-size: 15px;
  line-height: 1.75;
}
.jurisdictions-intro .prestige-text-link {
  color: var(--prestige-ink);
  border-color: rgba(7,19,28,.35);
}
.jurisdiction-ledger {
  border-top: 1px solid rgba(184,146,42,.55);
}
.jurisdiction-ledger article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 1.5rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid rgba(184,146,42,.4);
}
.jurisdiction-ledger article > span {
  color: var(--prestige-gold);
  font-family: var(--ff);
  font-size: 1.65rem;
}
.jurisdiction-ledger h3 {
  margin-bottom: .55rem;
  font-family: var(--ff);
  font-size: 1.55rem;
  font-weight: 300;
}
.jurisdiction-ledger p {
  max-width: 560px;
  color: #655f55;
  font-size: 13px;
  line-height: 1.65;
}

.spaces-section {
  background: var(--prestige-ink-soft);
  color: var(--prestige-paper);
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(560px, 1.15fr);
  gap: clamp(4rem, 8vw, 9rem);
}
.spaces-heading > p { color: rgba(255,255,255,.52); max-width: 500px; }
.space-options { border-top: 1px solid rgba(184,146,42,.42); }
.space-option {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1.5rem;
  padding: 2rem 0;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(184,146,42,.42);
}
.space-number { color: var(--prestige-gold-light); font-family: var(--ff); font-size: 1.7rem; }
.space-option h3,
.access-choices h2 { color: var(--prestige-gold-light); font-family: var(--ff); font-weight: 300; font-size: 2rem; }
.space-option p { color: rgba(255,255,255,.57); font-size: 13.5px; line-height: 1.6; margin: .55rem 0 1rem; max-width: 490px; }
.space-features {
  list-style: none;
  margin: 0 0 1.25rem;
  max-width: 520px;
  border-top: 1px solid rgba(184,146,42,.2);
}
.space-features li {
  position: relative;
  padding: .62rem 0 .62rem 1rem;
  color: rgba(255,255,255,.5);
  font-size: 12px;
  line-height: 1.45;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.space-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .94rem;
  width: 4px;
  height: 4px;
  border: 1px solid var(--prestige-gold);
  transform: rotate(45deg);
}
.space-link { color: var(--prestige-gold-light); font-size: 12px; letter-spacing: .025em; }

.subscriptions-section { background: var(--prestige-paper); }
.subscriptions-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  margin-bottom: clamp(3.5rem, 6vw, 6rem);
}
.subscriptions-heading h2 {
  font-family: var(--ff);
  font-size: clamp(2.5rem, 4.2vw, 4.5rem);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -.025em;
}
.subscriptions-heading p {
  max-width: 600px;
  color: #655f55;
  font-size: 15px;
  line-height: 1.75;
}
.subscription-levels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(184,146,42,.5);
  border-bottom: 1px solid rgba(184,146,42,.5);
}
.subscription-level {
  padding: 2rem clamp(1.25rem, 2.4vw, 2.5rem) 2.75rem;
  position: relative;
}
.subscription-level + .subscription-level { border-left: 1px solid rgba(184,146,42,.36); }
.subscription-featured { background: var(--prestige-paper-deep); }
.subscription-topline {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.subscription-topline span {
  color: var(--prestige-gold);
  font-family: var(--ff);
  font-size: 2rem;
  font-weight: 300;
}
.subscription-topline p {
  color: #766b59;
  font-size: 11px;
  letter-spacing: .04em;
}
.subscription-level h3 {
  font-family: var(--ff);
  font-size: clamp(1.8rem, 2.5vw, 2.55rem);
  font-weight: 300;
  line-height: 1.08;
}
.subscription-for {
  min-height: 88px;
  margin: 1rem 0 1.75rem;
  color: #655f55;
  font-size: 13px;
  line-height: 1.65;
}
.subscription-level ul { list-style: none; border-top: 1px solid rgba(184,146,42,.28); }
.subscription-level li {
  position: relative;
  padding: .72rem 0 .72rem 1.1rem;
  color: #5f594f;
  font-size: 12.5px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(7,19,28,.08);
}
.subscription-level li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.07rem;
  width: 5px;
  height: 5px;
  border: 1px solid var(--prestige-gold);
  transform: rotate(45deg);
}
.subscription-note {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  margin-top: 2rem;
}
.subscription-note p {
  max-width: 760px;
  color: #766f64;
  font-size: 12px;
  line-height: 1.65;
}
.subscription-note .prestige-text-link { flex-shrink: 0; }

.independence-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 9rem);
  background: var(--prestige-paper-deep);
}
.independence-section > div { max-width: 620px; }
.independence-section > div p:first-child { margin-top: 0; }

.prestige-closing { text-align: center; background: var(--prestige-paper); }
.prestige-closing h2 { font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1.04; }
.prestige-closing p {
  max-width: 610px;
  margin: 1.5rem auto 2rem;
  color: #655f55;
  font-size: 14px;
  line-height: 1.7;
}
.prestige-footer { background: var(--prestige-ink); padding: 3.5rem clamp(1.5rem, 6vw, 5.5rem) 1.75rem; }
.prestige-footer-main {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 2rem;
  padding-bottom: 2.5rem;
}
.prestige-footer-main > a img { width: 205px; display: block; }
.prestige-footer-main p { color: rgba(255,255,255,.32); font-size: 12px; letter-spacing: .06em; }
.prestige-footer-main nav { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.prestige-footer-main nav a { color: rgba(255,255,255,.48); text-decoration: none; font-size: 11.5px; }
.prestige-footer-main nav a:hover { color: var(--prestige-gold-light); }
.prestige-footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.28);
  font-size: 10.5px;
}

/* Private access landing page */
.access-page { background: var(--prestige-paper); }
.access-intro {
  background: var(--prestige-ink);
  padding: clamp(5rem, 9vw, 8rem) clamp(1.5rem, 12vw, 11rem);
}
.access-intro h1 { color: var(--prestige-paper); font-size: clamp(3.3rem, 6vw, 6rem); line-height: 1; }
.access-intro p { max-width: 720px; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.75; margin-top: 2rem; }
.access-choices {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid rgba(184,146,42,.36);
  border-right: 1px solid rgba(184,146,42,.36);
}
.access-choices article { padding: clamp(3rem, 6vw, 6rem); }
.access-choices article + article { border-left: 1px solid rgba(184,146,42,.36); }
.access-choices .space-number { display: block; margin-bottom: 2.5rem; }
.access-choices h2 { color: var(--prestige-ink); font-size: 2.7rem; }
.access-choices p { color: #655f55; font-size: 14px; line-height: 1.7; margin: 1rem 0 1.4rem; }
.access-choices ul { margin: 0 0 2rem 1.2rem; }
.access-choices li { color: #655f55; font-size: 13px; line-height: 1.7; margin-bottom: .35rem; }
.access-choices .prestige-button-gold { color: #775b17; }
.access-choices .prestige-button-gold:hover { color: var(--prestige-ink); }
.access-assurance {
  background: var(--prestige-paper-deep);
  padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 12vw, 11rem);
}
.access-assurance h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.access-assurance p { max-width: 760px; color: #655f55; font-size: 15px; line-height: 1.75; margin: 1.5rem 0; }
.access-principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  margin: 3rem 0 2.5rem;
  border-top: 1px solid rgba(184,146,42,.45);
  border-bottom: 1px solid rgba(184,146,42,.45);
}
.access-principles article { padding: 1.5rem 1.5rem 1.75rem 0; }
.access-principles article + article {
  padding-left: 1.5rem;
  border-left: 1px solid rgba(184,146,42,.32);
}
.access-principles span {
  display: block;
  color: var(--prestige-gold);
  font-family: var(--ff);
  font-size: 1.65rem;
  margin-bottom: 1.5rem;
}
.access-principles h3 {
  font-family: var(--ff);
  font-size: 1.08rem;
  font-weight: 400;
  margin-bottom: .6rem;
}
.access-principles article p {
  margin: 0;
  color: #6d665b;
  font-size: 12.5px;
  line-height: 1.6;
}

@media (max-width: 1000px) {
  .prestige-nav { grid-template-columns: 1fr auto; }
  .prestige-links { display: none; }
  .prestige-hero-inner { grid-template-columns: 1fr; }
  .dossier-art { position: absolute; width: 48vw; min-width: 420px; right: -12vw; opacity: .44; }
  .prestige-hero-copy { max-width: 760px; }
  .stewardship-section { grid-template-columns: 1fr; }
  .stewardship-steps { grid-template-columns: repeat(2, 1fr); }
  .relationship-section,
  .jurisdictions-section,
  .spaces-section { grid-template-columns: 1fr; }
  .subscriptions-heading { grid-template-columns: 1fr; }
  .subscription-levels { grid-template-columns: 1fr; }
  .subscription-level + .subscription-level {
    border-left: none;
    border-top: 1px solid rgba(184,146,42,.36);
  }
  .subscription-for { min-height: 0; }
  .ubo-section { grid-template-columns: 1fr; }
  .lineage-mark { position: absolute; width: 42%; right: -3%; top: 8%; opacity: .3; }
  .independence-section { grid-template-columns: 1fr; }
  .prestige-footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .prestige-nav { min-height: 66px; padding: 0 1.25rem; }
  .prestige-logo img { width: 174px; }
  .prestige-access { font-size: 11.5px; }
  .prestige-hero { min-height: auto; }
  .prestige-hero-inner { padding: 5rem 1.5rem; }
  .prestige-hero h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .prestige-hero-copy > p { font-size: 15px; }
  .dossier-art { display: none; }
  .prestige-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .stewardship-section,
  .relationship-section,
  .ubo-section,
  .jurisdictions-section,
  .spaces-section,
  .subscriptions-section,
  .independence-section,
  .prestige-closing { padding: 4.5rem 1.5rem; }
  .stewardship-steps { grid-template-columns: 1fr; gap: 2rem; }
  .step-number { margin-bottom: .8rem; }
  .relationship-principles article { grid-template-columns: 42px 1fr; }
  .relationship-principles article p { grid-column: 2; }
  .ubo-values { grid-template-columns: 1fr 1fr; }
  .ubo-values div { padding: 1.25rem 1rem 1.25rem 0; }
  .ubo-values div + div { padding-left: 1rem; }
  .ubo-values div:nth-child(3) { border-left: none; border-top: 1px solid rgba(184,146,42,.34); }
  .ubo-values div:nth-child(4) { border-top: 1px solid rgba(184,146,42,.34); }
  .space-option { grid-template-columns: 42px 1fr; }
  .subscription-note { flex-direction: column; gap: 1rem; }
  .prestige-footer { padding: 3rem 1.5rem 1.5rem; }
  .prestige-footer-bottom { flex-direction: column; gap: .5rem; }
  .access-intro,
  .access-assurance { padding: 4.5rem 1.5rem; }
  .access-choices { grid-template-columns: 1fr; border: none; }
  .access-choices article { padding: 4rem 1.5rem; }
  .access-choices article + article { border-left: none; border-top: 1px solid rgba(184,146,42,.36); }
  .access-principles { grid-template-columns: 1fr 1fr; }
  .access-principles article:nth-child(3) { border-left: none; border-top: 1px solid rgba(184,146,42,.32); }
  .access-principles article:nth-child(4) { border-top: 1px solid rgba(184,146,42,.32); }
}

@media (max-width: 430px) {
  .access-principles { grid-template-columns: 1fr; }
  .access-principles article,
  .access-principles article + article {
    padding: 1.35rem 0;
    border-left: none;
    border-top: 1px solid rgba(184,146,42,.32);
  }
  .access-principles article:first-child { border-top: none; }
  .access-principles span { margin-bottom: .75rem; }
}

/* Issued-invoice handoff to Revolut hosted checkout */
.payment-page {
  --prestige-ink: #07131c;
  --prestige-ink-soft: #0c1a25;
  --prestige-paper: #F2F1ED;
  --prestige-paper-deep: #E7E5E0;
  --prestige-gold: #b8922a;
  --prestige-gold-light: #d1ad56;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background:
    radial-gradient(circle at 74% 34%, rgba(184,146,42,.12), transparent 28rem),
    var(--prestige-ink);
}
.payment-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.5rem, 6vw, 5.5rem);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.payment-header img { width: 220px; display: block; }
.payment-header span {
  color: rgba(255,255,255,.46);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.payment-main {
  width: min(1160px, calc(100% - 3rem));
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  border: 1px solid rgba(184,146,42,.38);
  background: var(--prestige-paper);
  box-shadow: 0 32px 100px rgba(0,0,0,.26);
}
.payment-card {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 6.5rem);
}
.payment-seal {
  position: absolute;
  width: 245px;
  right: -54px;
  top: -58px;
  opacity: .055;
}
.payment-seal img { width: 100%; display: block; }
.payment-kicker {
  color: var(--prestige-gold);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.payment-card h1 {
  max-width: 640px;
  margin-top: 1.3rem;
  color: var(--prestige-ink);
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: .98;
}
.payment-message {
  max-width: 570px;
  margin-top: 1.5rem;
  color: #655f55;
  font-size: 15px;
  line-height: 1.7;
}
.payment-state { max-width: 570px; margin-top: 2rem; }
.payment-state > p {
  color: #655f55;
  font-size: 13px;
  line-height: 1.7;
}
.payment-progress {
  height: 2px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  background: rgba(7,19,28,.12);
}
.payment-progress span {
  display: block;
  width: 40%;
  height: 100%;
  background: var(--prestige-gold);
  animation: payment-progress 1.1s ease-in-out infinite;
}
@keyframes payment-progress {
  from { transform: translateX(-110%); }
  to { transform: translateX(350%); }
}
.payment-action,
.payment-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 1.5rem;
  padding: .8rem 1.35rem;
  border: 1px solid var(--prestige-gold);
  color: var(--prestige-ink);
  font-size: 11.5px;
  letter-spacing: .04em;
  text-decoration: none;
}
.payment-action { background: var(--prestige-gold-light); }
.payment-action:hover { background: var(--prestige-gold); }
.payment-actions {
  display: flex;
  align-items: center;
  gap: .8rem;
  flex-wrap: wrap;
}
.payment-secondary {
  background: transparent;
  border-color: rgba(7,19,28,.22);
}
.payment-secondary:hover { border-color: var(--prestige-gold); }
.payment-assurance {
  display: flex;
  flex-direction: column;
  padding: clamp(3rem, 5vw, 5rem);
  background: var(--prestige-paper-deep);
  border-left: 1px solid rgba(184,146,42,.34);
}
.payment-assurance h2 {
  margin-top: 1.2rem;
  color: var(--prestige-ink);
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  line-height: 1.04;
}
.payment-assurance ul {
  margin-top: 2rem;
  list-style: none;
  border-top: 1px solid rgba(184,146,42,.34);
}
.payment-assurance li {
  position: relative;
  padding: 1rem 0 1rem 1.2rem;
  color: #655f55;
  font-size: 12px;
  line-height: 1.6;
  border-bottom: 1px solid rgba(7,19,28,.08);
}
.payment-assurance li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.38rem;
  width: 5px;
  height: 5px;
  border: 1px solid var(--prestige-gold);
  transform: rotate(45deg);
}
.payment-help {
  margin-top: auto;
  padding-top: 3rem;
  color: #766f64;
  font-size: 11.5px;
  line-height: 1.7;
}
.payment-help a,
.payment-noscript a { color: var(--prestige-ink); }
.payment-noscript {
  max-width: 570px;
  margin-top: 2rem;
  color: #655f55;
  font-size: 13px;
  line-height: 1.7;
}
.payment-footer {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem clamp(1.5rem, 6vw, 5.5rem);
  color: rgba(255,255,255,.28);
  font-size: 10.5px;
}

@media (max-width: 800px) {
  .payment-header { min-height: 68px; }
  .payment-header img { width: 175px; }
  .payment-header span { display: none; }
  .payment-main {
    width: min(620px, calc(100% - 2rem));
    margin: 2rem auto;
    grid-template-columns: 1fr;
  }
  .payment-assurance { border-top: 1px solid rgba(184,146,42,.34); border-left: none; }
  .payment-help { margin-top: 2rem; padding-top: 0; }
}

@media (max-width: 480px) {
  .payment-main { width: calc(100% - 1.5rem); }
  .payment-card,
  .payment-assurance { padding: 2.25rem 1.5rem; }
  .payment-card h1 { font-size: 2.9rem; }
  .payment-actions { align-items: stretch; flex-direction: column; }
  .payment-action,
  .payment-secondary { width: 100%; margin-top: .65rem; }
  .payment-footer { flex-direction: column; gap: .4rem; }
}

@media (prefers-reduced-motion: reduce) {
  .payment-progress span { animation: none; width: 100%; }
}
