/* ==========================================================
   RVCHID — stylesheet
   Colors: stage black, stage red, medal brass, chalk white
   ========================================================== */

/* ---------- Fonts (self-hosted, no Google requests) ---------- */
@font-face {
  font-family: "Big Shoulders Display";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/big-shoulders-display-latin-800-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Big Shoulders Display";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/big-shoulders-display-latin-ext-800-normal.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/barlow-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/barlow-latin-ext-400-normal.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/barlow-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/barlow-latin-ext-500-normal.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/barlow-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/barlow-latin-ext-600-normal.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Tokens ---------- */
:root {
  --black: #000000;
  --surface: #141212;
  --surface-2: #1d1a1a;
  --line: #2e2929;
  --chalk: #f3efe9;
  --muted: #a9a19b;
  --red: #d8232b;
  --red-hover: #ef3038;
  --brass: #d0ab62;
  --ok: #5fbf7f;

  --display: "Big Shoulders Display", "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: "Barlow", "Segoe UI", system-ui, -apple-system, sans-serif;

  --wrap: 1200px;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --header-h: 68px;
  --radius-s: 6px;
  --radius-m: 10px;
}

/* ---------- Base ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
  background: var(--black);
}

body {
  margin: 0;
  background: var(--black);
  color: var(--chalk);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }

a { color: inherit; }

h1, h2, h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: 0.005em;
}

p { margin: 0; }

::selection { background: var(--red); color: #fff; }

:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 3px;
  border-radius: 2px;
}

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem; top: -100px;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--chalk);
  color: var(--black);
  font-weight: 600;
  text-decoration: none;
}
.skip-link:focus { top: 1rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 48px;
  padding: 0.75rem 1.5rem;
  border: 2px solid transparent;
  border-radius: var(--radius-s);
  font: 600 1rem/1.2 var(--body);
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.btn--red { background: var(--red); color: #fff; }
.btn--red:hover { background: var(--red-hover); }
.btn--ghost { background: transparent; color: var(--chalk); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--chalk); }
.btn--block { width: 100%; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: 0.6; cursor: not-allowed; }
.btn svg { width: 20px; height: 20px; flex: none; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.88);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
}

.brand {
  font-family: var(--display);
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: var(--chalk);
}
.brand span { color: var(--red); }

.nav { display: flex; align-items: center; gap: 0.25rem; }
.nav a {
  padding: 0.5rem 0.8rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--muted);
  border-radius: var(--radius-s);
}
.nav a:hover { color: var(--chalk); }
.nav .nav__ig { display: inline-flex; color: var(--chalk); }
.nav .nav__ig svg { width: 22px; height: 22px; }

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  padding: 0;
  background: none;
  border: 1px solid var(--line);
  border-radius: var(--radius-s);
  color: var(--chalk);
  cursor: pointer;
}
.menu-toggle svg { width: 22px; height: 22px; }

@media (max-width: 760px) {
  .menu-toggle { display: inline-flex; }
  .nav {
    position: absolute;
    top: var(--header-h);
    left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.5rem var(--gutter) 1.25rem;
    background: var(--black);
    border-bottom: 1px solid var(--line);
    display: none;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 0.9rem 0; font-size: 1.125rem; color: var(--chalk); border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav .nav__ig { border-bottom: 0; gap: 0.6rem; }
  .nav .nav__ig::after { content: "Instagram"; }
}

/* ---------- Sections ---------- */
.section { padding-block: clamp(4rem, 9vw, 7rem); }
.section--tight-top { padding-top: clamp(2rem, 4vw, 3rem); }
.section--surface { background: var(--surface); }

.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head h2 {
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  text-transform: uppercase;
}
.section-head p { margin-top: 1rem; color: var(--muted); max-width: 38rem; }

/* ---------- Plans (first screen) ---------- */
.plans-intro {
  display: grid;
  gap: 1rem 3rem;
  align-items: end;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}
.plans-intro h1 {
  font-size: clamp(2.5rem, 4.4vw, 4rem);
  text-transform: uppercase;
  text-wrap: balance;
}
.plans-intro p { color: var(--muted); max-width: 34rem; }

@media (min-width: 900px) {
  .plans-intro { grid-template-columns: 1.7fr 1fr; }
  .plans-intro p { padding-bottom: 0.3rem; }
}

.plans {
  display: grid;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 900px) {
  .plans { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
}

.plan {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  overflow: hidden;
}

.plan__photo {
  position: relative;
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--surface-2);
}
@media (min-width: 900px) { .plan__photo { aspect-ratio: 4 / 5; } }

.plan__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}
.plan__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.55) 32%, rgba(0,0,0,0) 60%);
}

.plan__title {
  position: absolute;
  left: 1.25rem; right: 1.25rem; bottom: 1.1rem;
  z-index: 1;
}
.plan__title h2 {
  font-size: clamp(2.4rem, 4.2vw, 3.1rem);
  text-transform: uppercase;
  text-wrap: balance;
}

.price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.15rem 0.6rem;
  margin-top: 0.55rem;
  color: var(--brass);
}
.price__pln {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.9rem;
  line-height: 1;
}
.price__eur { font-weight: 600; font-size: 1.05rem; }
.price__per { font-size: 0.95rem; color: var(--muted); }

.plan__body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex: 1;
  padding: 1.25rem;
}
.plan__body p { color: var(--muted); }
.plan__body .btn { margin-top: auto; }

.pay-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin-top: 1.75rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.pay-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pay-logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px; height: 36px;
  padding: 5px 7px;
  background: #fff;
  border-radius: 5px;
}
.pay-logos li.is-dark { background: #000; border: 1px solid var(--line); }
.pay-logos img { max-height: 100%; width: auto; object-fit: contain; }

/* Load moment: plans rise in once, in order */
@media (prefers-reduced-motion: no-preference) {
  .plan { animation: rise 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
  .plan:nth-child(2) { animation-delay: 0.09s; }
  .plan:nth-child(3) { animation-delay: 0.18s; }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

/* ---------- Plan dialog ---------- */
.dialog {
  width: min(560px, calc(100% - 2rem));
  max-height: calc(100dvh - 2rem);
  padding: 0;
  background: var(--surface);
  color: var(--chalk);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  overscroll-behavior: contain;
}
.dialog::backdrop { background: rgba(0, 0, 0, 0.78); }
.dialog__inner { padding: clamp(1.25rem, 4vw, 2rem); }
.dialog__close {
  position: absolute;
  top: 0.75rem; right: 0.75rem;
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  background: none;
  border: 0;
  border-radius: var(--radius-s);
  color: var(--muted);
  cursor: pointer;
}
.dialog__close:hover { color: var(--chalk); background: var(--surface-2); }
.dialog__close svg { width: 22px; height: 22px; }

.dialog h2 {
  font-size: clamp(2.2rem, 7vw, 2.8rem);
  text-transform: uppercase;
  padding-right: 3rem;
}
.dialog .price { margin-top: 0.75rem; }
.dialog__lead { margin-top: 1rem; color: var(--muted); }
.dialog h3 {
  margin-top: 1.5rem;
  font-family: var(--body);
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.3;
}

.checklist { list-style: none; margin: 0.75rem 0 0; padding: 0; display: grid; gap: 0.55rem; }
.checklist li { position: relative; padding-left: 1.75rem; }
.checklist li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.4em;
  width: 1rem; height: 0.55rem;
  border-left: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  transform: rotate(-45deg);
}
.notelist { margin: 0.6rem 0 0; padding-left: 1.2rem; color: var(--muted); display: grid; gap: 0.35rem; }

.dialog__pay {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1rem;
}
.dialog__secure { display: flex; align-items: center; gap: 0.5rem; color: var(--muted); font-size: 0.95rem; }
.dialog__secure svg { width: 18px; height: 18px; color: var(--ok); flex: none; }
.dialog__legal { font-size: 0.875rem; color: var(--muted); }
.dialog__legal a { color: var(--chalk); }

.alert {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-s);
  border: 1px solid;
  font-size: 0.975rem;
}
.alert--error { border-color: #7a2328; background: #2a1011; color: #ffb4b7; }
.alert--ok { border-color: #2c5a3a; background: #0f2216; color: #b9ecc8; }
.alert[hidden] { display: none; }

/* ---------- About ---------- */
.about {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
@media (min-width: 900px) { .about { grid-template-columns: 5fr 7fr; } }

.about__photo {
  margin: 0;
  border-radius: var(--radius-m);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--surface-2);
}
.about__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }

.about h2 {
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  text-transform: uppercase;
}
.about__lead { margin-top: 1.25rem; font-size: 1.15rem; max-width: 40rem; }

.facts {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  margin: 2rem 0 0;
  padding: 1.25rem 0;
  border-block: 1px solid var(--line);
}
.facts div { display: flex; align-items: baseline; gap: 0.6rem; }
.facts dt { order: 2; color: var(--muted); }
.facts dd {
  order: 1;
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--brass);
}

.creds-title {
  margin-top: 2rem;
  font-family: var(--body);
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.3;
}
.creds {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem 2rem;
}
@media (min-width: 640px) { .creds { grid-template-columns: 1fr 1fr; } }
.creds li { padding-left: 0.9rem; border-left: 2px solid var(--red); }
.creds strong { display: block; font-weight: 600; line-height: 1.35; }
.creds span { display: block; margin-top: 0.15rem; color: var(--muted); font-size: 0.95rem; line-height: 1.45; }

/* ---------- Results ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin: 0 0 2.5rem;
}
@media (min-width: 760px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stats div { border-top: 1px solid var(--line); padding-top: 0.9rem; }
.stats dt { color: var(--muted); font-size: 0.95rem; }
.stats dd {
  margin: 0 0 0.2rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.2rem, 4vw, 3rem);
  line-height: 1;
}
.stats div { display: flex; flex-direction: column-reverse; justify-content: flex-end; }

.gallery {
  columns: 2 180px;
  column-gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 760px) { .gallery { columns: 4 200px; column-gap: 1rem; } }
.gallery li { break-inside: avoid; margin-bottom: 0.75rem; }
@media (min-width: 760px) { .gallery li { margin-bottom: 1rem; } }
.gallery button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: var(--surface-2);
  border-radius: var(--radius-s);
  overflow: hidden;
  cursor: zoom-in;
}
.gallery img { width: 100%; height: auto; transition: opacity 0.15s ease; }
.gallery button:hover img { opacity: 0.85; }

.lightbox {
  width: min(900px, calc(100% - 1.5rem));
  max-height: calc(100dvh - 1.5rem);
  padding: 0;
  background: transparent;
  border: 0;
  overflow: visible;
}
.lightbox::backdrop { background: rgba(0, 0, 0, 0.92); }
.lightbox img {
  max-height: calc(100dvh - 5rem);
  width: auto;
  margin-inline: auto;
  border-radius: var(--radius-s);
}
.lightbox .dialog__close {
  top: -0.25rem; right: -0.25rem;
  background: rgba(0,0,0,0.7);
  color: var(--chalk);
}
@media (min-width: 1000px) { .lightbox .dialog__close { right: -3.5rem; top: 0; } }

/* ---------- Journey (a real sequence, so it's marked as one) ---------- */
.timeline { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(2.5rem, 5vw, 3.5rem); }
.step {
  display: grid;
  gap: 1.25rem 2.5rem;
  align-items: center;
}
@media (min-width: 820px) {
  .step { grid-template-columns: 1fr 1.3fr; }
  .step:nth-child(even) .step__photo { order: 2; }
}
.step__photo {
  margin: 0;
  border-radius: var(--radius-m);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--surface-2);
}
.step__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.step__when {
  display: block;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--red);
}
.step h3 {
  margin-top: 0.4rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
  text-transform: uppercase;
}
.step p { margin-top: 0.9rem; color: var(--muted); max-width: 36rem; }

/* ---------- Contact ---------- */
.contact {
  display: grid;
  gap: 2rem 3.5rem;
  align-items: center;
}
@media (min-width: 820px) { .contact { grid-template-columns: 1.2fr 1fr; } }
.contact h2 { font-size: clamp(2.6rem, 6vw, 4.5rem); text-transform: uppercase; }
.contact p { margin-top: 1rem; color: var(--muted); max-width: 32rem; }
.contact .btn { margin-top: 1.75rem; }
.contact__card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  text-decoration: none;
}
.contact__card img { width: 96px; height: 96px; object-fit: cover; object-position: center 20%; border-radius: 50%; }
.contact__card strong { display: block; font-size: 1.15rem; }
.contact__card span { color: var(--muted); }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  padding-block: 3rem 2rem;
  color: var(--muted);
  font-size: 0.975rem;
}
.footer-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 760px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.footer-grid p { margin-top: 0.75rem; max-width: 22rem; }
.footer-grid h2 {
  font-family: var(--body);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
  color: var(--chalk);
  margin-bottom: 0.75rem;
}
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.45rem; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--chalk); text-decoration: underline; }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}
.footer-bottom ul { display: flex; flex-wrap: wrap; gap: 0.5rem 1.25rem; list-style: none; margin: 0; padding: 0; }
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { color: var(--chalk); text-decoration: underline; }

/* ---------- Simple pages (legal, 404, redirect) ---------- */
.page { padding-block: clamp(3rem, 7vw, 5rem); }
.page__head { max-width: 44rem; margin-bottom: 2.5rem; }
.page__head h1 { font-size: clamp(2.8rem, 7vw, 4.75rem); text-transform: uppercase; }
.page__head p { margin-top: 0.75rem; color: var(--muted); }
.prose { max-width: 44rem; }
.prose h2 {
  margin-top: 2.25rem;
  font-family: var(--body);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.3;
}
.prose p, .prose ul { margin-top: 0.75rem; color: #d3ccc5; }
.prose ul { padding-left: 1.25rem; display: grid; gap: 0.35rem; }
.prose a { color: var(--chalk); }

.center-page {
  min-height: calc(100dvh - var(--header-h) - 12rem);
  display: grid;
  place-content: center;
  text-align: center;
  gap: 1rem;
  padding-block: 4rem;
}
.center-page h1 { font-size: clamp(3rem, 9vw, 5.5rem); text-transform: uppercase; }
.center-page p { color: var(--muted); max-width: 32rem; margin-inline: auto; }
.center-page .btn { justify-self: center; margin-top: 0.5rem; }

/* ---------- Questionnaire page ---------- */
.q-wrap { max-width: 760px; }

.stepper {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  counter-reset: step;
}
.stepper li {
  flex: 1;
  padding-top: 0.6rem;
  border-top: 3px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 500;
}
.stepper li.is-done { border-color: var(--ok); color: var(--chalk); }
.stepper li.is-current { border-color: var(--red); color: var(--chalk); }

.q-head h1 { font-size: clamp(2.6rem, 7vw, 4.25rem); text-transform: uppercase; }
.q-head p { margin-top: 0.75rem; color: var(--muted); }

.receipt {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
}
.receipt h2 { font-family: var(--body); font-weight: 600; font-size: 1.05rem; line-height: 1.3; }
.receipt dl { display: grid; grid-template-columns: auto 1fr; gap: 0.35rem 1rem; margin: 0.75rem 0 0; font-size: 0.95rem; }
.receipt dt { color: var(--muted); }
.receipt dd { margin: 0; word-break: break-all; }

.chooser { display: grid; gap: 0.75rem; margin-top: 1.5rem; }
@media (min-width: 640px) { .chooser { grid-template-columns: repeat(3, 1fr); } }
.chooser .btn { min-height: 56px; }

.qform { margin-top: 2rem; }
.qform fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.qform fieldset[hidden] { display: none; }
.qgroup + .qgroup { margin-top: 2.25rem; }
.qgroup > legend,
.qgroup__title {
  display: block;
  width: 100%;
  padding: 0 0 0.25rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.9rem;
  line-height: 1;
  text-transform: uppercase;
}
.qgroup__sub { margin: 0.35rem 0 0; color: var(--muted); font-size: 0.95rem; }

.fields { display: grid; gap: 1.1rem 1.25rem; margin-top: 1.25rem; }
@media (min-width: 640px) {
  .fields { grid-template-columns: 1fr 1fr; }
  .field--full { grid-column: 1 / -1; }
}
.field label { display: block; font-weight: 600; margin-bottom: 0.4rem; line-height: 1.35; }
.field .req { color: var(--red); margin-left: 0.15rem; }
.field .hint { display: block; margin-top: 0.35rem; color: var(--muted); font-size: 0.9rem; }

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.7rem 0.85rem;
  background: var(--black);
  color: var(--chalk);
  border: 1px solid var(--line);
  border-radius: var(--radius-s);
  font: 400 1rem/1.4 var(--body);
}
.field textarea { resize: vertical; min-height: 96px; }
.field select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a9a19b' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 18px;
}
.field input::placeholder, .field textarea::placeholder { color: #6f6863; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--brass); outline-offset: 1px; border-color: transparent; }
.field input:user-invalid, .field select:user-invalid, .field textarea:user-invalid { border-color: var(--red); }

.calendly {
  margin-top: 0.5rem;
  height: 700px;
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  overflow: hidden;
  background: #1a1a1a;
}
.calendly iframe { width: 100%; height: 100%; border: 0; display: block; }

.qform__submit { margin-top: 2.25rem; display: grid; gap: 0.75rem; }
.qform__saved { color: var(--muted); font-size: 0.9rem; }

.done { margin-top: 2rem; }
.done h2 { font-size: clamp(2.4rem, 6vw, 3.5rem); text-transform: uppercase; }
.done p { margin-top: 1rem; color: var(--muted); }
.done ul { list-style: none; padding: 0; margin: 1.25rem 0 0; display: grid; gap: 0.4rem; }
.done li { display: flex; gap: 0.6rem; align-items: center; }
.done li svg { width: 20px; height: 20px; color: var(--ok); flex: none; }
.done .btn { margin-top: 2rem; }

.spinner {
  width: 18px; height: 18px;
  border: 2px solid rgba(255,255,255,0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
