/* ─── TOKENS ─────────────────────────────────────────────────────── */
:root {
  --void:     #0F0A14;
  --void-m:   #160E1C;
  --rose:     #BE123C;
  --rose-lt:  #FB7185;
  --ash:      #A09AAD;
  --card:     #160D1F;
  --rule:     rgba(255,255,255,.07);
  --white:    #FFFFFF;

  --ff-serif: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --ff-sans:  'Inter', system-ui, sans-serif;
  --max: 1200px;
  --pad: clamp(1.25rem, 5vw, 3rem);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { background: var(--void); color: var(--white); font-family: var(--ff-sans); font-size: 1rem; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.bar { background: var(--void-m); color: rgba(255,255,255,.4); font-size: .8125rem; letter-spacing: .03em; padding: .55rem var(--pad); border-bottom: 1px solid var(--rule); }
.bar__inner { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: .6rem; }
.bar__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--rose-lt); flex-shrink: 0; }
.bar strong { color: #fff; }

.nav { position: sticky; top: 0; z-index: 100; background: rgba(15,10,20,.96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--rule); }
.nav__inner { max-width: var(--max); margin: 0 auto; padding: .9rem var(--pad); display: flex; align-items: center; justify-content: space-between; }
.nav__mark { font-family: var(--ff-serif); font-weight: 700; font-size: 1.1rem; color: var(--white); letter-spacing: -.01em; }
.nav__mark span { color: var(--rose-lt); }
.nav--scrolled { box-shadow: 0 1px 20px rgba(0,0,0,.6); }
.nav__cta { background: var(--rose); color: var(--white); padding: .5rem 1.1rem; border-radius: 6px; font-size: .875rem; font-weight: 700; display: flex; align-items: center; gap: .4rem; transition: background .2s; }
.nav__cta:hover { background: var(--rose-lt); }

.btn-primary { display: inline-flex; align-items: center; gap: .45rem; background: var(--rose); color: var(--white); padding: .85rem 1.85rem; border-radius: 8px; font-weight: 700; font-size: .9375rem; transition: background .2s, transform .15s; }
.btn-primary:hover { background: var(--rose-lt); transform: translateY(-1px); }
.btn-primary--lg { padding: .9rem 2rem; font-size: 1rem; }
.btn-outline { background: transparent; color: var(--white); border: 1.5px solid var(--rule); border-radius: 8px; padding: .85rem 1.85rem; display: inline-flex; align-items: center; gap: .45rem; font-weight: 600; font-size: .9375rem; transition: border-color .2s; }
.btn-outline:hover { border-color: rgba(255,255,255,.3); }

/* HERO: split — text left, portrait image right */
.hero { padding: clamp(4rem, 8vw, 7rem) var(--pad) clamp(4rem, 8vw, 7rem); border-bottom: 1px solid var(--rule); }
.hero__inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.hero__badge { display: inline-flex; align-items: center; gap: .5rem; background: rgba(190,18,60,.08); border: 1px solid rgba(190,18,60,.25); border-radius: 100px; padding: .3rem .85rem .3rem .6rem; margin-bottom: 1.75rem; }
.hero__badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--rose-lt); }
.hero__badge-text { font-size: .75rem; font-weight: 600; color: var(--rose-lt); letter-spacing: .04em; text-transform: uppercase; }
.hero__hed { font-family: var(--ff-serif); font-size: clamp(2.2rem, 3.5vw, 3.4rem); font-weight: 700; line-height: 1.1; color: var(--white); margin-bottom: 1.5rem; }
.hero__hed em { font-style: italic; color: var(--rose-lt); }
.hero__sub { font-size: 1rem; color: var(--ash); line-height: 1.75; margin-bottom: 2rem; }
.hero__sub strong { color: var(--white); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero__img-wrap { position: relative; }
.hero__img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 16px; display: block;
  background: linear-gradient(160deg, #200b1c 0%, #160a18 50%, #0F0A14 100%); }

.focus { padding: clamp(5rem, 9vw, 8rem) var(--pad); border-bottom: 1px solid var(--rule); }
.focus__inner { max-width: var(--max); margin: 0 auto; }
.focus__overline { font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--rose-lt); margin-bottom: .75rem; }
.focus__title { font-family: var(--ff-serif); font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; line-height: 1.2; max-width: 640px; margin-bottom: 3rem; color: var(--white); }
.focus__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--rule); }
.focus__item { padding: 2.25rem 2rem 0 0; border-right: 1px solid var(--rule); }
.focus__item:last-child { border-right: none; padding-right: 0; }
.focus__item + .focus__item { padding-left: 2rem; }
.focus__item-n { font-family: var(--ff-serif); font-size: 1.25rem; font-weight: 700; color: var(--rose); opacity: .5; margin-bottom: .4rem; }
.focus__item-hed { font-family: var(--ff-serif); font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: .5rem; }
.focus__item-body { font-size: .9rem; color: var(--ash); line-height: 1.75; }

.stats { background: var(--card); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.stats__inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 2.75rem 2rem; text-align: center; border-right: 1px solid var(--rule); }
.stat:last-child { border-right: none; }
.stat__num { font-family: var(--ff-serif); font-size: clamp(2rem, 3.5vw, 2.75rem); font-weight: 700; color: var(--rose-lt); line-height: 1; margin-bottom: .3rem; }
.stat__label { font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; color: var(--ash); }

.who { padding: clamp(5rem, 9vw, 8rem) var(--pad); border-bottom: 1px solid var(--rule); }
.who__inner { max-width: var(--max); margin: 0 auto; }
.who__overline { font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--rose-lt); margin-bottom: .75rem; }
.who__title { font-family: var(--ff-serif); font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; line-height: 1.2; max-width: 680px; margin-bottom: 3.5rem; color: var(--white); }
.who__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--rule); }
.who__col { padding: 2rem 2rem 0 0; border-right: 1px solid var(--rule); }
.who__col:last-child { border-right: none; padding-right: 0; }
.who__col + .who__col { padding-left: 2rem; }
.who__col-hed { font-family: var(--ff-serif); font-size: 1.1rem; font-weight: 700; margin-bottom: .65rem; color: var(--white); }
.who__col-body { font-size: .9rem; color: var(--ash); line-height: 1.75; }

.acquire { padding: clamp(5rem, 9vw, 8rem) var(--pad); background: var(--card); }
.acquire__inner { max-width: 680px; margin: 0 auto; }
.acquire__eyebrow { display: flex; align-items: center; gap: .5rem; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ash); margin-bottom: 1rem; }
.acquire__eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--rose-lt); flex-shrink: 0; }
.acquire__title { font-family: var(--ff-serif); font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 700; line-height: 1.15; margin-bottom: 1rem; color: var(--white); }
.acquire__title em { font-style: italic; color: var(--rose-lt); }
.acquire__lede { font-size: 1rem; color: var(--ash); line-height: 1.7; margin-bottom: 2.5rem; }
.acquire-form { display: flex; flex-direction: column; gap: 1.25rem; }
.acquire-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field__label { font-size: .8125rem; font-weight: 500; color: rgba(255,255,255,.7); }
.field input, .field textarea { border: 1.5px solid var(--rule); border-radius: 6px; padding: .75rem 1rem; font-family: var(--ff-sans); font-size: .9375rem; background: var(--void); color: var(--white); transition: border-color .2s; width: 100%; }
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.2); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--rose); }
.field textarea { resize: vertical; min-height: 100px; }
.acquire-form__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.25rem; margin-top: .5rem; }
.acquire-form__alt { font-size: .875rem; color: var(--ash); }
.acquire-form__alt a { color: var(--rose-lt); border-bottom: 1px solid transparent; transition: border-color .2s; }
.acquire-form__alt a:hover { border-color: var(--rose-lt); }

.foot { background: var(--void-m); color: rgba(255,255,255,.3); padding: 2rem var(--pad); border-top: 1px solid var(--rule); }
.foot__inner { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: .75rem; }
.foot__mark { font-family: var(--ff-serif); font-weight: 700; font-size: .9rem; color: rgba(255,255,255,.6); }
.foot__mark span { color: var(--rose-lt); }
.foot__small { font-size: .8rem; }
.foot__small a { color: rgba(255,255,255,.35); }

@media (max-width: 960px) {
  .hero__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero__img { aspect-ratio: 16/9; }
  .focus__grid, .who__cols { grid-template-columns: 1fr; }
  .focus__item { border-right: none; border-bottom: 1px solid var(--rule); padding: 2rem 0; }
  .focus__item + .focus__item { padding-left: 0; }
  .focus__item:last-child { border-bottom: none; }
  .who__col { border-right: none; border-bottom: 1px solid var(--rule); padding: 2rem 0; }
  .who__col + .who__col { padding-left: 0; }
  .who__col:last-child { border-bottom: none; }
  .stats__inner { grid-template-columns: repeat(2, 1fr); }
  .stat { border-bottom: 1px solid var(--rule); }
  .stat:nth-child(2n) { border-right: none; }
  .stat:last-child, .stat:nth-last-child(2) { border-bottom: none; }
}
@media (max-width: 600px) { .acquire-form__row { grid-template-columns: 1fr; } }

/* ─── FAQ ──────────────────────────────────────────────────────── */
.faq { padding: clamp(4rem, 7vw, 6rem) var(--pad); border-bottom: 1px solid var(--rule); }
.faq__inner { max-width: var(--max); margin: 0 auto; }
.faq__title { font-family: var(--ff-serif); font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 700; margin-bottom: 2.5rem; color: var(--white); }
.faq__list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--rule); }
.faq__item { padding: 1.5rem 0; border-bottom: 1px solid var(--rule); }
.faq__q { font-family: var(--ff-serif); font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: .5rem; }
.faq__a { font-size: .9rem; line-height: 1.75; color: var(--ash); }

/* --- Mobile overflow hardening --- */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body {
  overscroll-behavior-x: none;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
}

main,
section,
header,
footer,
nav,
form,
fieldset,
[class*="__inner"],
[class*="__grid"],
[class*="__row"],
[class*="__cols"],
[class*="__card"],
[class*="__item"] {
  min-width: 0;
}

input,
textarea,
select,
button {
  max-width: 100%;
  min-width: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
span {
  overflow-wrap: anywhere;
}

@media (max-width: 480px) {
  .btn,
  .btn-primary,
  .btn-ghost,
  [class*="btn"],
  [class*="button"] {
    max-width: 100%;
    white-space: normal;
  }
}
