/* ==========================================================================
   Immortal — editorial retheme (loaded LAST)
   Black / off-white / purple, Manrope display + DM Sans body, hairline rules,
   giant tight-tracked headlines, numbered sections, marquee ticker.

   1. tokens          6. hero + ticker       11. faq / pay / server / cta
   2. base            7. feature rail        12. footer
   3. type helpers    8. catalog rows        13. SPA views (pdp, tos, vouches, dash)
   4. header / nav    9. statement           14. overlays / dialogs / toasts / misc
   5. buttons / forms 10. status / quotes    15. responsive + reduced motion
   ========================================================================== */

/* 1 ── tokens ───────────────────────────────────────────────────────────── */
:root,
[data-theme="dark"],
[data-theme="light"] {
  --font-body: "DM Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Manrope", "DM Sans", ui-sans-serif, system-ui, sans-serif;

  --brand-1: #c084fc;
  --brand-2: #c084fc;
  --brand-3: #a855f7;
  --grad-brand: linear-gradient(135deg, #c084fc, #c084fc);
  --grad-soft: linear-gradient(135deg, rgba(192, 132, 252, .08), rgba(0, 0, 0, 0));

  --bg: #070707;
  --bg-elev: #0b0b0b;
  --surface-1: rgba(255, 255, 255, .025);
  --surface-2: rgba(255, 255, 255, .045);
  --surface-3: rgba(255, 255, 255, .08);
  --line: rgba(255, 255, 255, .13);
  --border: rgba(255, 255, 255, .13);
  --border-strong: rgba(255, 255, 255, .22);
  --hairline: rgba(255, 255, 255, .09);
  --glass: rgba(7, 7, 7, .68);
  --glass-solid: #0b0b0b;

  --text: #f4f2ed;
  --text-2: #aaa;
  --text-3: #777;
  --muted: #96938d;
  --accent: #c084fc;
  --accent-ink: #080808;

  --ok: #a855f7;
  --warn: #fbbf24;
  --err: #fb7185;
  --info: #8ab4ff;

  --r-xs: 4px;
  --r-sm: 6px;
  --r-md: 8px;
  --r-lg: 10px;
  --r-xl: 12px;
  --r-full: 999px;

  --sh-1: 0 0 0 0 transparent;
  --sh-2: 0 18px 50px rgba(0, 0, 0, .45);
  --sh-3: 0 30px 80px rgba(0, 0, 0, .6);
  --sh-glow: 0 0 0 0 transparent;
  --inset-hi: inset 0 0 0 0 transparent;

  --gutter: 24px;
  --maxw: 1440px;
  --maxw-narrow: 920px;
  --sec-y: clamp(90px, 10vw, 140px);
  --nav-h: 64px;

  --tint: 255, 255, 255;
  --media-scrim: linear-gradient(165deg, rgba(7, 7, 7, .15), rgba(7, 7, 7, .55));
  --media-ink: rgba(244, 242, 237, .9);
}

/* 2 ── base ─────────────────────────────────────────────────────────────── */
html { scroll-padding-top: 110px; }
html, body { overflow-x: clip; }

body,
button, input, select, textarea {
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0;
}
body {
  font-size: 15px;
  line-height: 1.6;
  background: var(--bg);
  color: var(--text);
}
h1, h2, h3, h4 { font-family: var(--font-display); }
strong, b { font-weight: 600; }

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

/* the purple ambient layer is gone for good */
.ambient, .announce { display: none !important; }

.shell { width: min(1440px, calc(100% - 48px)); margin-inline: auto; }
.wrap { max-width: calc(var(--maxw) + 2 * var(--gutter)); }
.wrap--narrow { max-width: calc(var(--maxw-narrow) + 2 * var(--gutter)); }

/* 3 ── type helpers ─────────────────────────────────────────────────────── */
.eyebrow {
  display: flex; align-items: center; gap: 12px;
  margin: 0 0 14px;
  font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
  color: #9d9a94;
  background: none; -webkit-text-fill-color: currentColor;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: #777; flex: none; }

.grad-text, em.grad-text {
  background: none; color: inherit;
  -webkit-text-fill-color: currentColor;
  font-style: normal; font-family: inherit;
}

.outline,
.section-title .outline,
.display .outline {
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(244, 242, 237, .6);
  font-style: normal;
}

.display {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(60px, 9.4vw, 148px);
  letter-spacing: -.075em; line-height: .8;
  text-transform: uppercase;
  margin: 34px 0 0; max-width: 1100px;
  text-wrap: balance;
}

.section { padding: 140px 0; }
.section--tight { padding-top: 60px; }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 30px; margin-bottom: 75px; text-align: left; }
.section-index { font-size: 12px; color: #777; letter-spacing: .15em; text-transform: uppercase; }
.section-title {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(48px, 7vw, 102px); line-height: .92; letter-spacing: -.065em;
  margin: 0;
}
.section-copy { color: #98958f; line-height: 1.7; max-width: 560px; margin: 25px 0 0; font-size: 16px; }

/* shared section headings used by SPA views */
.sec-title {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(40px, 6vw, 84px); line-height: .92; letter-spacing: -.06em;
  background: none; color: var(--text); -webkit-text-fill-color: currentColor;
}
.sec-sub { color: #98958f; font-size: 16px; }

/* 4 ── header / nav ─────────────────────────────────────────────────────── */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: var(--z-header);
  padding: 18px 18px 0;
  pointer-events: none;
}
.header.is-stuck { padding-top: 10px; }
.nav {
  pointer-events: auto;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px;
  width: min(1400px, 100%); max-width: none; height: auto; margin-inline: auto;
  padding: 10px 10px 10px 22px;
  border: 1px solid rgba(255, 255, 255, .11); border-radius: 999px;
  background: rgba(7, 7, 7, .68);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  box-shadow: none;
}
.header.is-stuck .nav {
  height: auto;
  border-color: rgba(255, 255, 255, .16);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .45);
}

.brand { gap: 10px; margin-right: 0; justify-self: start; }
.brand__mark {
  width: 26px; height: 26px; border-radius: 6px;
  padding: 0; background: none; filter: none; box-shadow: none;
}
.brand__mark img { border-radius: 6px; object-fit: contain; }
.brand:hover .brand__mark { transform: none; }
.brand__name {
  font-family: var(--font-display); font-weight: 800; font-size: 14px; line-height: 1;
  letter-spacing: .14em; text-transform: uppercase;
}
.brand__name sup { font-size: .6em; vertical-align: top; margin-left: 2px; letter-spacing: 0; line-height: 1; }
.brand--sm .brand__mark { width: 24px; height: 24px; }

.nav__links { gap: 30px; justify-self: center; }
.nav__link {
  padding: 4px 0; border-radius: 0;
  font-size: 13px; font-weight: 400; color: #aaa;
  background: none;
}
.nav__link:hover, .nav__link.is-active { color: #fff; background: none; }
.nav__ind { display: none; }

.nav__actions { justify-self: end; gap: 6px; }
.nav__actions .icon-btn {
  width: 40px; height: 40px;
  border: 1px solid rgba(255, 255, 255, .11); border-radius: 999px;
  background: none; color: #aaa;
}
.nav__actions .icon-btn:hover { color: #fff; border-color: rgba(255, 255, 255, .3); background: none; transform: none; }
.nav__actions .icon-btn .ico { width: 17px; height: 17px; }
.nav__dash { --btn-h: 40px; padding-inline: 14px; font-size: 12px; margin-inline: 2px; }
.nav__dash .ico { width: 15px; height: 15px; }

.nav-cta {
  display: inline-flex; align-items: center; gap: 10px;
  background: #f1efe9; color: #090909;
  padding: 11px 17px; border-radius: 999px;
  font-size: 13px; font-weight: 700; white-space: nowrap;
  transition: background .2s var(--e-out), transform .2s var(--e-out);
}
.nav-cta i { width: 7px; height: 7px; border-radius: 50%; background: #a855f7; flex: none; }
.nav-cta:hover { background: #fff; transform: translateY(-1px); }

.cart-dot { background: var(--accent); color: var(--accent-ink); box-shadow: none; top: -2px; right: -2px; }

/* mobile sheet */
.sheet__scrim { background: rgba(7, 7, 7, .7); }
.sheet__panel { background: #0b0b0b; border-left: 1px solid var(--line); box-shadow: none; }
.sheet__nav { gap: 0; border-top: 1px solid var(--line); }
.sheet__nav a {
  padding: 20px 4px; border-radius: 0;
  border: 0; border-bottom: 1px solid var(--line);
  font-family: var(--font-display); font-weight: 600; font-size: 24px; letter-spacing: -.03em;
  color: var(--text);
}
.sheet__nav a:hover, .sheet__nav a:active { background: none; border-color: var(--line); color: var(--accent); transform: none; }
.sheet__no { font-family: var(--font-body); font-size: 11px; letter-spacing: .15em; color: #666; }
.sheet__note { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #666; }

/* 5 ── buttons / pills / forms ──────────────────────────────────────────── */
.btn {
  --btn-h: 46px;
  padding-inline: 20px;
  border-radius: 999px;
  font-family: var(--font-body); font-size: 13px; font-weight: 600; letter-spacing: 0;
  border: 1px solid var(--line);
  background: transparent; color: #fff;
  box-shadow: none; text-shadow: none;
  transition: background .2s var(--e-out), border-color .2s var(--e-out), color .2s var(--e-out), transform .2s var(--e-out);
}
.btn .ico { width: 16px; height: 16px; }
.btn--sm { --btn-h: 38px; padding-inline: 16px; font-size: 12px; }
.btn--lg { --btn-h: 54px; padding-inline: 28px; font-size: 14px; }

.btn--primary {
  background: var(--accent); color: var(--accent-ink); border-color: var(--accent);
  background-size: auto; box-shadow: none;
}
.btn--primary::before { display: none; }
.btn--primary:hover { background: #d8b4fe; border-color: #d8b4fe; transform: translateY(-1px); box-shadow: none; }
.btn--primary.is-loading::after { border-color: rgba(8, 8, 8, .3); border-top-color: var(--accent-ink); }

.btn--secondary, .btn--ghost {
  background: transparent; color: var(--text); border-color: var(--line);
  backdrop-filter: none; -webkit-backdrop-filter: none; box-shadow: none;
}
.btn--secondary:hover, .btn--ghost:hover {
  background: transparent; color: #fff; border-color: rgba(255, 255, 255, .5);
  transform: none; box-shadow: none;
}
.btn--ghost { color: var(--text-2); }
.btn--danger { border-color: color-mix(in srgb, var(--err) 40%, transparent); }

.icon-btn { border-radius: 999px; }
.icon-btn:hover { background: var(--surface-2); border-color: var(--line); transform: none; }

.filter, .pill, .chip, .stock { font-family: var(--font-body); }

input, textarea, select {
  border-radius: var(--r-xs);
  background: transparent; border: 1px solid var(--line); color: var(--text);
}
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--accent); box-shadow: none; }
::placeholder { color: #666; }

.field { background: none; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; gap: 12px; padding-bottom: 8px; }
.field input { background: none; border: 0; border-radius: 0; padding: 0; height: 40px; font-size: 15px; }
.field input:hover, .field input:focus { border-color: transparent; background: none; box-shadow: none; }
.field.is-err { animation: none; border-bottom-color: var(--err); }
.field.is-ok { border-bottom-color: var(--ok); }
.field.is-err input, .field.is-ok input { box-shadow: none; border-color: transparent; }
.field__msg { font-size: 12px; letter-spacing: .04em; }

[data-tip]::after { border-radius: 4px; background: #111; border: 1px solid var(--line); box-shadow: none; font-size: 11px; letter-spacing: .04em; }

/* reveal: plain rise, no blur */
.reveal { filter: none; transform: translate3d(0, 25px, 0); transition: opacity .8s cubic-bezier(.2, .8, .2, 1) var(--rd, 0s), transform .8s cubic-bezier(.2, .8, .2, 1) var(--rd, 0s); }
.reveal.is-in { transform: none; }

/* 6 ── hero + ticker ────────────────────────────────────────────────────── */
.hero {
  /* ~90% of the first screen, content centred in it: air above the headline,
     ticker visible right below the fold */
  min-height: 90vh; min-height: 90svh;
  padding: 130px 0 90px;
  display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); gap: 40px;
  align-items: end; align-content: center;
  position: relative; text-align: left;
}
.hero::before {
  content: ""; position: absolute; z-index: -1; pointer-events: none;
  width: 52vw; height: 52vw; border-radius: 50%;
  right: -22vw; top: -12vw;
  background: radial-gradient(circle, rgba(192, 132, 252, .12), transparent 64%);
  filter: blur(10px);
}
.hero__main { min-width: 0; }
.hero .eyebrow { margin: 0; }
.hero__title,
.hero .display {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(60px, 9.4vw, 148px);
  line-height: .8; letter-spacing: -.075em;
  margin: 34px 0 0; text-transform: uppercase;
}
.hero-side { padding-bottom: 10px; }
.hero__sub, .hero-side p {
  margin: 0; max-width: 390px;
  font-size: 17px; line-height: 1.65; color: #aaa;
}
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; justify-content: flex-start; }
.hero__ticks {
  display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 8px 22px;
  margin-top: 30px;
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #686868;
}
.hero__ticks li { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.hero__ticks li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.scroll-note {
  position: absolute; left: 0; bottom: 30px;
  color: #686868; font-size: 11px; text-transform: uppercase; letter-spacing: .2em;
}
/* wide screens: the three bullets sit on the bottom-right line, mirroring the scroll note */
@media (min-width: 1101px) {
  .hero__ticks {
    position: absolute; right: 0; bottom: 30px; margin: 0;
    flex-wrap: nowrap; justify-content: flex-end;
  }
}
/* narrower screens: one column — headline first, copy + buttons under it */
@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; align-items: start; gap: 36px; }
  .hero-side { max-width: 520px; padding-bottom: 0; }
}

.ticker {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  overflow: hidden; padding: 15px 0;
}
.ticker-track {
  display: flex; width: max-content; gap: 38px;
  animation: marquee 32s linear infinite;
  font-family: var(--font-display); font-weight: 600; font-size: 12px; line-height: 1;
  letter-spacing: .16em; text-transform: uppercase; color: #9d9a94;
  white-space: nowrap;
}
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker b { color: #f5f5f5; font-weight: 600; }
.ticker i { font-style: normal; }
.ticker span::after { content: "✦"; margin-left: 38px; color: var(--accent); }
.ticker .status-ok { color: #c084fc; }
.ticker .status-upd { color: var(--warn); }
.ticker .status-det { color: var(--err); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* 7 ── feature rail (services = your products) ─────────────────────────── */
.feature-rail { display: grid; grid-template-columns: repeat(var(--cols, 4), 1fr); border-top: 1px solid var(--line); }
.feature {
  position: relative; display: flex; flex-direction: column;
  padding: 32px 24px 60px 0;
  border-right: 1px solid var(--line);
}
.feature + .feature { padding-left: 24px; }
.feature:last-child { border-right: 0; }
.feature small { color: #666; font-size: 12px; letter-spacing: .1em; }
.feature h3 { font-family: var(--font-display); font-weight: 600; font-size: 22px; line-height: 1.1; letter-spacing: -.02em; margin: 60px 0 14px; }
.feature p {
  color: #898680; line-height: 1.65; font-size: 14px; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}
.feature a {
  display: inline-block; align-self: flex-start;
  margin-top: auto; padding-top: 28px;
  font-size: 12px; color: var(--text);
}
.feature a span { border-bottom: 1px solid #555; padding-bottom: 5px; transition: border-color .2s; }
.feature a:hover span { border-color: var(--accent); }

/* 8 ── catalog: tools + rows ────────────────────────────────────────────── */
.product-tools { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 28px; }
.search {
  width: min(440px, 100%);
  background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0;
  padding: 14px 0; color: #fff; font-size: 15px; outline: none;
}
.search:focus { border-bottom-color: var(--text); box-shadow: none; }
.search::-webkit-search-cancel-button { -webkit-appearance: none; }

.filters {
  display: flex; gap: 8px; padding: 0;
  background: none; border: 0; border-radius: 0;
  backdrop-filter: none; -webkit-backdrop-filter: none;
}
.filter {
  border: 1px solid var(--line); background: transparent; color: #888;
  border-radius: 999px; padding: 9px 14px;
  font-size: 13px; font-weight: 500;
  transition: color .2s, background .2s, border-color .2s;
}
.filter:hover { color: #fff; border-color: rgba(255, 255, 255, .35); }
.filter.is-active { color: #080808; background: #eee; border-color: #eee; box-shadow: none; }

.products-wrap { border-top: 1px solid var(--line); }
.product-row {
  display: grid; grid-template-columns: 80px 1fr 160px 200px; align-items: center; gap: 20px;
  min-height: 150px; padding-left: 0;
  border-bottom: 1px solid var(--line);
  color: inherit;
  transition: padding .35s var(--e-out), background .35s var(--e-out);
  animation: row-in .5s var(--e-out) backwards;
  animation-delay: calc(var(--i, 0) * 45ms);
}
@keyframes row-in { from { opacity: 0; transform: translateY(12px); } }
.product-row:hover { padding-left: 18px; background: linear-gradient(90deg, rgba(192, 132, 252, .055), transparent 68%); }
.product-row.is-out { opacity: .5; }
.product-no { font-size: 12px; color: #555; }
.product-main { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.product-name { font-family: var(--font-display); font-weight: 600; font-size: clamp(28px, 4vw, 58px); line-height: 1; letter-spacing: -.045em; }
.product-meta { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; color: #777; }
.product-meta .is-out { color: var(--err); }
.product-price { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; text-align: right; }
.product-price b { font-family: var(--font-display); font-weight: 600; font-size: 24px; letter-spacing: -.02em; }
.product-price small { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: #777; }
.product-link { display: flex; align-items: center; justify-content: flex-end; gap: 14px; font-size: 13px; }
.arrow {
  width: 44px; height: 44px; display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: 50%;
  transition: background .25s, color .25s, border-color .25s, transform .25s;
}
.product-row:hover .arrow { background: var(--accent); color: #000; border-color: var(--accent); transform: rotate(-35deg); }

.empty {
  border: 1px dashed var(--line); border-radius: 0; background: none;
  padding: 60px 24px; animation: none;
}
.empty h3 { font-family: var(--font-display); font-size: 22px; letter-spacing: -.02em; }
.empty p { color: #898680; }

/* 9 ── statement (guarantee) ────────────────────────────────────────────── */
.statement {
  padding: 150px 0 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.statement .section-index { margin-bottom: 36px; }
.statement__text {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(44px, 7.5vw, 116px); line-height: .9; letter-spacing: -.07em;
  margin: 0; max-width: 1200px; text-transform: uppercase;
}
.statement em { font-style: normal; color: transparent; -webkit-text-stroke: 1px rgba(244, 242, 237, .45); }
.guarantee-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); margin-top: 90px; }
.gs {
  padding: 32px 24px 60px 0;
  border: 0; border-right: 1px solid var(--line); border-radius: 0;
  background: none;
}
.gs + .gs { padding-left: 24px; }
.gs:last-child { border-right: 0; }
.gs-num { font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); }
.gs h4 { font-family: var(--font-display); font-weight: 600; font-size: 20px; line-height: 1.15; letter-spacing: -.02em; margin: 40px 0 12px; }
.gs p { color: #898680; font-size: 14px; line-height: 1.65; margin: 0; }
.gs b { display: block; font-family: var(--font-display); font-weight: 700; font-size: clamp(48px, 6vw, 84px); line-height: 1; letter-spacing: -.06em; margin: 22px 0 12px; }

/* 10 ── status list + quotes + stats ───────────────────────────────────── */
.status-panel {
  background: none; border: 0; border-radius: 0; box-shadow: none;
  backdrop-filter: none; -webkit-backdrop-filter: none; overflow: visible;
}
.status-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 70px; }
.status-line {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  width: 100%; padding: 24px 0; text-align: left;
  border: 0; border-bottom: 1px solid var(--line);
  color: inherit; background: none; cursor: pointer;
  transition: color .2s;
}
.status-line:hover .status-name { color: var(--accent); }
.status-name { display: flex; flex-direction: column; gap: 5px; font-family: var(--font-display); font-weight: 600; font-size: 18px; transition: color .2s; }
.status-name small { font-family: var(--font-body); font-weight: 400; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: #666; }

.status-ok, .status-upd, .status-det {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  font-size: 11px; text-transform: uppercase; letter-spacing: .15em;
}
.status-ok { color: #c084fc; }
.status-upd { color: var(--warn); }
.status-det { color: var(--err); }
.status-line .status-ok::before, .status-line .status-upd::before, .status-line .status-det::before,
.pay-line .status-ok::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor;
  box-shadow: 0 0 15px currentColor;
}

.quote-rail { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.quote {
  margin: 0; padding: 36px 28px 40px 0;
  display: flex; flex-direction: column; gap: 20px;
  border-right: 1px solid var(--line);
}
.quote + .quote { padding-left: 28px; }
.quote:last-child { border-right: 0; }
.quote .stars { color: var(--accent); font-size: 12px; letter-spacing: .22em; }
.quote blockquote {
  margin: 0;
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(18px, 1.6vw, 22px); line-height: 1.45; letter-spacing: -.02em;
  color: var(--text);
}
.quote figcaption { margin-top: auto; display: flex; flex-direction: column; gap: 3px; font-size: 13px; }
.quote figcaption strong { font-weight: 600; }
.quote figcaption small { color: #777; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

.stat-rail {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  margin-top: 0; border-radius: 0; overflow: visible;
  background: none; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.stat {
  display: flex; flex-direction: column-reverse; gap: 10px;
  padding: 32px 24px 32px 0; text-align: left;
  background: none; border-right: 1px solid var(--line); border-radius: 0;
}
.stat + .stat { padding-left: 24px; }
.stat:last-child { border-right: 0; }
.stat dd {
  margin: 0;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(40px, 4.5vw, 64px); line-height: 1; letter-spacing: -.05em;
  background: none; color: var(--text); -webkit-text-fill-color: currentColor;
}
.stat dt { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: #777; }
.sec-actions { margin-top: 40px; text-align: left; }

/* 11 ── faq / pay list / server / cta ──────────────────────────────────── */
.faq { gap: 0; border-top: 1px solid var(--line); }
.qa {
  border: 0; border-bottom: 1px solid var(--line); border-radius: 0;
  background: none; box-shadow: none;
  backdrop-filter: none; -webkit-backdrop-filter: none;
}
.qa:hover, .qa[open] { background: none; border-color: var(--line); box-shadow: none; }
.qa summary {
  padding: 26px 0;
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(18px, 2vw, 24px); line-height: 1.2; letter-spacing: -.03em;
}
.qa summary:hover { color: var(--accent); }
.qa__ico { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; transition: border-color .2s, transform .4s var(--e-out); }
.qa__ico::before, .qa__ico::after { width: 12px; height: 1.5px; }
.qa[open] .qa__ico { transform: rotate(180deg); border-color: var(--text); }
.qa__body { padding: 0 0 30px; }
.qa__body p { color: #98958f; font-size: 15px; line-height: 1.7; max-width: 68ch; }

.pay-list { border-top: 1px solid var(--line); }
.pay-line {
  display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 20px;
  padding: 30px 0; border-bottom: 1px solid var(--line);
}
.pay-line__no { font-size: 12px; color: #555; }
.pay-line__main { display: flex; flex-direction: column; gap: 6px; }
.pay-line__main strong { font-family: var(--font-display); font-weight: 600; font-size: clamp(22px, 2.4vw, 32px); line-height: 1; letter-spacing: -.03em; }
.pay-line__main small { color: #898680; font-size: 14px; }

.server {
  border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0;
  background: none; box-shadow: none; overflow: visible;
  backdrop-filter: none; -webkit-backdrop-filter: none;
  padding: 44px 0;
}
.server__body { padding: 0; gap: 22px; }
.server__head { margin-top: 0; align-items: center; }
.server__icon { width: 64px; border-radius: 50%; padding: 0; background: none; box-shadow: none; border: 1px solid var(--line); overflow: hidden; }
.server__icon img { border-radius: 50%; background: none; }
.server__title { padding-bottom: 0; }
.server__title strong { font-family: var(--font-display); font-weight: 700; font-size: 28px; letter-spacing: -.03em; }
.server__meta { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: #c084fc; }
.server__dot { background: #a855f7; box-shadow: 0 0 15px #a855f7; animation: none; }
.server__desc { color: #98958f; font-size: 16px; }
.owner__badges li {
  border-radius: 999px; background: none; border: 1px solid var(--line);
  font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: #aaa;
  padding: 8px 14px;
}
.owner__badges li:hover { color: var(--text); border-color: rgba(255, 255, 255, .4); transform: none; }

.cta-band { padding: 150px 0 130px; border-top: 1px solid var(--line); text-align: left; }
.cta__title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(56px, 9vw, 140px); line-height: .82; letter-spacing: -.07em;
  text-transform: uppercase; margin: 0;
  background: none; color: var(--text); -webkit-text-fill-color: currentColor;
}
.cta__sub { margin-top: 32px; color: #98958f; max-width: 46ch; font-size: 17px; }
.cta__row { justify-content: flex-start; margin-top: 34px; }

/* 12 ── footer ─────────────────────────────────────────────────────────── */
.footer { margin-top: 0; border-top: 0; background: none; padding: 80px 0 96px; }
.footer-top { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
.footer-logo {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(64px, 12.5vw, 190px); line-height: .75; letter-spacing: -.08em;
  text-transform: uppercase;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; color: #888; font-size: 13px; }
.footer-links a { transition: color .2s; }
.footer-links a:hover { color: #fff; }
.footer-sub {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  margin-top: 70px;
}
.footer-blurb { margin: 0; max-width: 40ch; color: #777; font-size: 13px; line-height: 1.6; }
.subscribe { width: min(460px, 100%); }
.footer-bottom {
  margin-top: 60px; padding-top: 20px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #666;
}
.footer-status { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #c084fc; }
.footer-status .dot { background: #a855f7; box-shadow: 0 0 12px #a855f7; }
.footer-status .dot.warn { background: var(--warn); box-shadow: 0 0 12px var(--warn); }
.footer-status .dot.down { background: var(--err); box-shadow: 0 0 12px var(--err); }

/* 13 ── SPA views ──────────────────────────────────────────────────────── */
#detail, #tos, #vouches, #dashboard { padding-top: 130px; }
.view-nav { margin-bottom: 36px; }
.crumbs { padding-top: 0; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #666; }
.crumbs a { color: #999; }
.crumbs a:hover { color: var(--accent); }
.crumbs span[aria-current] { color: var(--text); font-weight: 500; }

/* product page */
.pdp__title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(40px, 5.2vw, 76px); line-height: .95; letter-spacing: -.05em;
  background: none; color: var(--text); -webkit-text-fill-color: currentColor;
}
.pdp__lead { color: #98958f; font-size: 16px; }
.pdp__label, .plan-title { font-size: 11px; letter-spacing: .15em; color: #777; }
.plan-sub { font-size: 12px; color: #666; }
.pdp__stage { border-radius: 6px; border: 1px solid var(--line); box-shadow: none; background: #0d0d0d; }
.thumb, .pdp__thumb { border-radius: 4px; background: #0d0d0d; border: 1px solid var(--line); }
.thumb.active, .thumb.is-active, .pdp__thumb.is-active { border-color: var(--accent); box-shadow: none; }
.detail-tag, .modal__tag {
  border-radius: 999px; background: none; border: 1px solid var(--line);
  color: #aaa; font-size: 10px; letter-spacing: .14em;
}
.detail-tag.safe { color: #c084fc; border-color: rgba(168, 85, 247, .4); }

#planList .plan-option, .plan-option {
  border: 0; border-bottom: 1px solid var(--line); border-radius: 0;
  background: none; padding: 16px 0; box-shadow: none;
}
#planList { border-top: 1px solid var(--line); gap: 0; }
.plan-option:hover:not([disabled]) { border-color: var(--line); background: none; }
.plan-option.active, .plan-option.is-selected { background: none; border-color: var(--line); box-shadow: none; }
.plan-radio { border-color: #555; }
.plan-option.active .plan-radio, .plan-option.is-selected .plan-radio {
  background: var(--accent); border-color: var(--accent);
  box-shadow: inset 0 0 0 3px var(--bg);
}
.plan-name-row strong { font-family: var(--font-display); font-size: 15px; }
.plan-price { font-family: var(--font-display); font-size: 17px; }
.plan-tag { background: var(--accent); color: var(--accent-ink); }
.plan-tag.pop { background: none; border: 1px solid var(--line); color: var(--text); }

.pdp__buy {
  border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0;
  background: none; box-shadow: none; padding: 22px 0;
}
.pdp__total strong { font-family: var(--font-display); font-size: 28px; letter-spacing: -.03em; }
.pdp__total span, .qty-label { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #777; }
.qty { border-radius: 999px; background: none; border: 1px solid var(--line); }
.qty button { border-radius: 50%; }
.qty button:hover { background: var(--surface-3); }
.small-cart { background: none; border-color: var(--line); }
.small-cart:hover { border-color: rgba(255, 255, 255, .5); }
.buy-support { font-size: 12px; color: #999; }
.trust-row { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #666; }
.trust-item svg { width: 13px; height: 13px; }

.detail-content { gap: 56px; }
.detail-heading { font-family: var(--font-display); font-weight: 600; font-size: clamp(28px, 3vw, 40px); line-height: 1; letter-spacing: -.04em; }
.detail-sub { color: #98958f; }
.req-grid, .fgroup-grid { gap: 1px; background: var(--line); border: 1px solid var(--line); }
.req-card, .fgroup { background: var(--bg); border: 0; border-radius: 0; }
.req-card { padding: 20px 18px; }
.req-key { font-size: 10px; letter-spacing: .14em; color: #666; }
.req-val { font-size: 15px; font-weight: 500; }
.fgroup { padding: 22px; }
.fgroup-head { font-family: var(--font-display); font-size: 16px; }
.fgroup-head em { background: none; border: 1px solid var(--line); border-radius: 999px; color: #999; }
.fgroup ul.chips li { border-radius: 999px; background: none; border: 1px solid var(--line); font-size: 12px; color: #aaa; }
.fgroup ul.list li::before { background: var(--accent); }

/* TOS */
.tos-head { margin-bottom: 40px; }
.tos-grid { gap: 0; border-top: 1px solid var(--line); }
.tos-block { padding: 30px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: none; box-shadow: none; }
.tos-block h3 { font-family: var(--font-display); font-weight: 600; font-size: 22px; letter-spacing: -.03em; gap: 14px; }
.tos-num { background: none; border: 1px solid var(--line); color: #aaa; font-size: 11px; font-weight: 500; }
.tos-block p { color: #98958f; font-size: 15px; }
.tos-updated { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #666; margin-top: 24px; }

/* vouches page */
.vouch-head { margin-bottom: 40px; }
.vouch-summary {
  gap: 0; margin-bottom: 40px; border-radius: 0; overflow: visible;
  background: none; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.vouch-summary .sum { background: none; text-align: left; padding: 30px 24px 30px 0; border-right: 1px solid var(--line); }
.vouch-summary .sum + .sum { padding-left: 24px; }
.vouch-summary .sum:last-child { border-right: 0; }
.sum-key { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; color: #777; }
.sum-val {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(36px, 4vw, 56px); line-height: 1; letter-spacing: -.05em;
  background: none; color: var(--text); -webkit-text-fill-color: currentColor;
}
.sum-val .star { color: var(--accent); -webkit-text-fill-color: var(--accent); }
.vouch-grid { gap: 1px; background: var(--line); border: 1px solid var(--line); grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }
.vouch-grid > * { background: var(--bg); }
.vouch-grid .skel { background-color: var(--bg); border-radius: 0; }
.vouch-card, .review, .home-vouch {
  border: 0; border-radius: 0; box-shadow: none; padding: 28px;
  background: var(--bg);
  backdrop-filter: none; -webkit-backdrop-filter: none;
}
.vouch-card:hover, .review:hover { transform: none; border-color: transparent; box-shadow: none; }
.vouch-avatar, .home-vouch .av, .avatar {
  background: none; border: 1px solid var(--line); color: var(--text);
  font-family: var(--font-display); box-shadow: none;
}
.vouch-who strong { font-family: var(--font-display); font-size: 15px; }
.vouch-date { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.vouch-verified, .home-vouch .vf {
  background: none; border: 1px solid rgba(168, 85, 247, .4); color: #c084fc;
  border-radius: 999px; font-size: 9px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase;
}
.vouch-rating, .home-vouch .stars, .stars { color: var(--accent); letter-spacing: .2em; font-size: 12px; }
.vouch-text, .home-vouch p { color: #c9c6c0; font-size: 15px; }
.vouch-img { border-radius: 4px; }
.vouch-empty, .vouch-error { color: #777; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }

/* dashboard */
.dash-head { margin-bottom: 40px; }
.dash-signedout { border: 1px dashed var(--line); border-radius: 0; background: none; }
.dash-signedout > .ico { color: var(--accent); }
.dash-signedout h3 { font-family: var(--font-display); font-size: 26px; letter-spacing: -.03em; }
.dash-signedout p { color: #98958f; }
.dash-stat, .dash-product, .dash-post, .dash-hwid-card, .dash-req, .dash-loader, .dash-remember {
  border-radius: 0; background: none; border: 1px solid var(--line); box-shadow: none;
}
.dash-stat::before { background: var(--accent); opacity: 1; }
.dash-stat-val, .dash-product-name, .dash-post-head h4, .dash-section-head h3 { font-family: var(--font-display); letter-spacing: -.02em; }
.dash-section-head h3 { font-size: 24px; }
.dash-stat-key, .dash-label { color: #666; }
.dash-product:hover { transform: none; border-color: rgba(255, 255, 255, .3); box-shadow: none; }
.dash-pill { border-radius: 999px; }
.dash-key-chip { border-radius: 999px; background: none; }
.dash-hwid-card textarea { border-radius: 0; background: none; }
.dash-hwid-card textarea:focus { border-color: var(--accent); box-shadow: none; }
.dash-dlg-badge { background: none; border: 1px solid var(--line); color: #aaa; font-weight: 500; }
.dash-skel { border-radius: 0; }
.dash-remember:hover { background: none; border-color: rgba(255, 255, 255, .3); }
.dash-remember input { accent-color: var(--accent); }

/* 14 ── overlays / dialogs / toasts / misc ─────────────────────────────── */
.overlay__scrim { background: rgba(7, 7, 7, .72); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }

.cmd { border-radius: 8px; background: #0b0b0b; border: 1px solid var(--border-strong); box-shadow: var(--sh-3); filter: none; }
.cmd__head { border-bottom: 1px solid var(--line); }
.cmd__head input { font-size: 16px; border: 0; }
.cmd__head input:focus { border: 0; }
kbd { border-radius: 4px; background: none; border: 1px solid var(--line); font-size: 10px; letter-spacing: .1em; }
.cmd__group { font-size: 10px; letter-spacing: .15em; color: #666; }
.cmd__item { border-radius: 4px; }
.cmd__item:hover, .cmd__item.is-cursor { background: rgba(255, 255, 255, .05); }
.cmd__thumb { border-radius: 4px; background: #141414; overflow: hidden; }
.cmd__thumb img { width: 100%; height: 100%; object-fit: cover; }
.cmd__text strong { font-family: var(--font-display); }
.cmd__price { font-family: var(--font-display); }
.kb { display: none !important; }

.modal { border-radius: 8px; background: #0b0b0b; border: 1px solid var(--border-strong); filter: none; }
.modal__close { background: none; border: 1px solid var(--line); }
.modal__media { background: #101010; }
.modal__media::before { display: none; }
.modal__info h3 { font-family: var(--font-display); font-weight: 600; font-size: 32px; line-height: 1.05; letter-spacing: -.04em; }
.modal__info > p { color: #98958f; }
.modal__list .ico { color: var(--accent); }
.modal__buy { border-top: 1px solid var(--line); }
.variant { border-radius: 4px; background: none; border: 1px solid var(--line); }
.variant:hover:not([disabled]) { border-color: rgba(255, 255, 255, .4); transform: none; }
.variant.is-selected { background: rgba(192, 132, 252, .06); border-color: var(--accent); box-shadow: none; }
.variant__check { background: var(--accent); color: var(--accent-ink); }
.variant__name { font-family: var(--font-display); }
.card__price b { font-family: var(--font-display); }

.stock--in { color: #c084fc; }
.stock--in i { animation: none; box-shadow: 0 0 10px currentColor; }
.stock--low i { box-shadow: 0 0 10px currentColor; }

.drawer { background: #0b0b0b; border-left: 1px solid var(--line); box-shadow: none; }
.drawer__head { border-bottom: 1px solid var(--line); }
.drawer__head h2 { font-family: var(--font-display); font-weight: 600; font-size: 22px; letter-spacing: -.03em; }
.drawer__foot { background: none; border-top: 1px solid var(--line); }
.drawer__row strong { font-family: var(--font-display); }
.c-item, .cart-item { border-bottom: 1px solid var(--line); }
.c-item__thumb, .cart-thumb { border-radius: 4px; background: #141414; }
.cart-name { font-family: var(--font-display); }
.cart-remove { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.cart-empty { color: #777; }

dialog::backdrop { background: rgba(7, 7, 7, .72); }
.dlg { border-radius: 8px; background: #0b0b0b; border: 1px solid var(--border-strong); box-shadow: var(--sh-3); }
.dlg-close { border: 1px solid var(--line); }
.dlg-close:hover { background: none; border-color: rgba(255, 255, 255, .5); }
.vouch-modal-title, .lto-title {
  font-family: var(--font-display); font-weight: 600;
  font-size: 30px; line-height: 1.05; letter-spacing: -.04em; color: var(--text);
}
.vouch-modal-sub { color: #98958f; }
.vouch-field label { color: #777; letter-spacing: .12em; font-weight: 500; font-size: 10px; }
.vouch-field input, .vouch-field textarea { border-radius: 4px; background: none; border: 1px solid var(--line); }
.vouch-field input:focus, .vouch-field textarea:focus { border-color: var(--accent); box-shadow: none; }
.vouch-note { color: #666; }
.vouch-stars button { color: #444; }
.vouch-stars button.on { color: var(--accent); }
.vouch-id-opt { border-radius: 999px; background: none; border: 1px solid var(--line); font-weight: 500; font-size: 13px; }
.vouch-id-opt.selected { border-color: var(--accent); color: var(--accent); box-shadow: none; }
.vouch-img-btn { border-color: var(--line); }
.lto-badge { background: var(--accent); color: var(--accent-ink); }
.lto-sale { font-family: var(--font-display); color: var(--accent); }

.toast { border-radius: 6px; background: #0b0b0b; border: 1px solid var(--border-strong); box-shadow: var(--sh-3); filter: none; }
.toast__ico { border-radius: 4px; }
.toast__text strong { font-family: var(--font-display); }
.toast__bar { background: var(--accent); }

.buybar { background: rgba(7, 7, 7, .88); border: 1px solid var(--line); box-shadow: none; }
.buybar-price { font-family: var(--font-display); }

.to-top {
  background: rgba(7, 7, 7, .7); border: 1px solid var(--line); color: var(--text-2);
  box-shadow: none; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.to-top:hover { color: #fff; border-color: rgba(255, 255, 255, .5); }
.to-top.is-shown:hover { transform: translateY(-3px); }
.progress span { background: var(--accent); box-shadow: none; }

/* boot splash: same logo, purple accent line */
.boot { background-color: #070707; }
.boot__glow { background: radial-gradient(circle, rgba(192, 132, 252, .28), transparent 66%); }
.boot__logo { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; animation: boot-breathe 2.6s var(--e-in-out) infinite; }
.boot__track { background: rgba(255, 255, 255, .12); }
.boot__bar { background: var(--accent); }

/* legacy purple-ink surfaces that still get --grad-brand as a background */
.card__badge, .discord__ico, .profile__avatar { color: var(--accent-ink); }

/* 15 ── responsive ─────────────────────────────────────────────────────── */
@media (max-width: 1180px) {
  .feature-rail { grid-template-columns: repeat(3, 1fr); }
  .feature { border-bottom: 1px solid var(--line); }
  .feature:nth-child(3n) { border-right: 0; }
  .feature:nth-child(3n + 1) { padding-left: 0; }
  .feature:not(:nth-child(3n + 1)) { padding-left: 24px; }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 28px, 1440px); }
  .header { padding: 12px 12px 0; }
  .nav { grid-template-columns: 1fr auto; padding: 8px 8px 8px 16px; gap: 10px; }
  .nav__links { display: none; }
  .nav__dash { display: none; }
  .hero { padding-top: 120px; min-height: 0; }
  .hero__title, .hero .display, .display { font-size: clamp(56px, 15vw, 110px); }
  .section { padding: 95px 0; }
  .section-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 48px; }
  .feature-rail { grid-template-columns: 1fr 1fr; }
  .feature:nth-child(3n) { border-right: 1px solid var(--line); }
  .feature:nth-child(2n) { border-right: 0; }
  .feature:nth-child(odd) { padding-left: 0; }
  .feature:nth-child(even) { padding-left: 24px; }
  .feature h3 { margin-top: 36px; }
  .product-row { grid-template-columns: 44px 1fr auto auto; min-height: 125px; gap: 14px; }
  .product-meta { display: none; }
  .product-link span:first-child { display: none; }
  .guarantee-rail { grid-template-columns: 1fr 1fr; margin-top: 60px; }
  .gs { border-bottom: 1px solid var(--line); padding-bottom: 40px; }
  .gs:nth-child(2n) { border-right: 0; }
  .gs:nth-child(odd) { padding-left: 0; }
  .gs:nth-child(even) { padding-left: 24px; }
  .status-list { grid-template-columns: 1fr; }
  .quote-rail { grid-template-columns: 1fr; }
  .quote { border-right: 0; border-bottom: 1px solid var(--line); padding: 28px 0 32px; }
  .quote + .quote { padding-left: 0; }
  .stat-rail { grid-template-columns: repeat(2, 1fr); }
  .stat { border-bottom: 1px solid var(--line); }
  .stat:nth-child(2n) { border-right: 0; }
  .stat:nth-child(odd) { padding-left: 0; }
  .stat:nth-child(even) { padding-left: 24px; }
  .stat:nth-last-child(-n + 2) { border-bottom: 0; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .cta-band { padding: 100px 0 90px; }
  .statement { padding-top: 100px; }
}

@media (max-width: 720px) {
  .nav__login { display: none; }
}

@media (max-width: 560px) {
  .header { padding: 10px 10px 0; }
  .nav { padding: 6px 6px 6px 14px; gap: 8px; }
  .nav__actions { gap: 4px; }
  .nav-cta { padding: 8px 11px; gap: 6px; font-size: 11px; }
  .brand__name { font-size: 12px; letter-spacing: .1em; }
  .vouch-summary { grid-template-columns: 1fr; }
  .vouch-summary .sum { border-right: 0; padding-left: 0; border-bottom: 1px solid var(--line); }
  .vouch-summary .sum:last-child { border-bottom: 0; }
  .nav__actions .icon-btn { width: 34px; height: 34px; }
  .hero { padding: 104px 0 70px; }
  .hero-actions { gap: 8px; }
  .btn { --btn-h: 44px; padding-inline: 16px; }
  .feature-rail { grid-template-columns: 1fr; }
  .feature { border-right: 0 !important; padding: 28px 0 44px !important; }
  .product-tools { display: block; }
  .filters { margin-top: 16px; overflow: auto; padding-bottom: 4px; scrollbar-width: none; }
  .product-row { grid-template-columns: 32px 1fr auto auto; gap: 10px; min-height: 110px; }
  .product-price b { font-size: 17px; }
  .product-price small { display: none; }
  .arrow { width: 38px; height: 38px; }
  .guarantee-rail { grid-template-columns: 1fr; }
  .gs { border-right: 0 !important; padding-left: 0 !important; }
  .stat-rail { grid-template-columns: 1fr; }
  .stat { border-right: 0 !important; padding-left: 0 !important; }
  .stat:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .pay-line { grid-template-columns: 32px 1fr auto; gap: 12px; }
  .footer-bottom { display: block; line-height: 2.2; }
  .server__join { width: 100%; }
  .cta__row { flex-direction: column; align-items: stretch; }
}

/* 16 ── reduced motion ─────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
  .product-row { animation: none; }
  .reveal { transform: none; }
}

/* Keep the hero headline readable across laptop and phone widths. */
.hero__title, .hero .display { line-height: .98; text-wrap: initial; }
.hero__title .outline { display: inline-block; }
@media (min-width: 1101px) {
  .hero__title, .hero .display { font-size: clamp(60px, 7.6vw, 118px); }
}
@media (max-width: 900px) {
  .nav { grid-template-columns: auto 1fr; }
  .hero__title, .hero .display { font-size: clamp(38px, 10.5vw, 90px); }
}
@media (max-width: 560px) {
  .hero { padding-top: 140px; padding-bottom: 90px; }
  .nav-cta { display: none; }
  .hero .eyebrow { font-size: 10px; letter-spacing: .12em; }
}
/* Fit the services heading on a single line within its own column. */
#catalog .section-head > div:last-child { container-type: inline-size; min-width: 0; }
#catalog .section-title {
  white-space: nowrap;
  font-size: min(102px, 8cqw);
  line-height: 1.05;
}
/* Finishing details: readable labels, steady rows and purple interaction cues. */
::selection { background: #c084fc; color: #080808; }
.section { padding-block: clamp(80px, 8vw, 120px); }
.section-head { margin-bottom: clamp(36px, 5vw, 64px); }
.section-copy { max-width: 60ch; color: #aaa6af; }
.section-index { color: #ba96da; }
.feature small, .product-no, .product-meta, .product-price small,
.status-name small, .quote figcaption small { color: #96909e; }
.feature p, .gs p { color: #aaa6af; }
.feature { transition: background .2s ease; }
.feature:focus-within { background: rgba(192,132,252,.035); }
.feature a { min-height: 44px; }
.feature h3 { line-height: 1.2; }
.nav__link.is-active { color: var(--accent); }
.filter { min-height: 44px; }
.filter.is-active { background: var(--accent); border-color: var(--accent); color: #080808; }
.search:focus { border-bottom-color: var(--accent); }
.product-row:hover { padding-left: 0; }
.product-row:focus-visible { background: rgba(192,132,252,.06); outline-offset: -2px; }
.product-row:focus-visible .arrow { background: var(--accent); color: #080808; border-color: var(--accent); }
.product-name { overflow-wrap: anywhere; }
.status-line:focus-visible .status-name { color: var(--accent); }
.btn--primary { box-shadow: 0 4px 22px rgba(168,85,247,.12); }
.btn--primary:hover { box-shadow: 0 6px 26px rgba(168,85,247,.23); }
@media (max-width: 560px) {
  .product-row { grid-template-columns: 24px minmax(0, 1fr) auto; gap: 12px; padding-block: 22px; }
  .product-name { font-size: clamp(22px, 6vw, 30px); line-height: 1.15; }
  .product-link { display: none; }
  .status-line { gap: 12px; }
  .status-name { font-size: 16px; }
  .status-name small { font-size: 10px; letter-spacing: .035em; }
  .status-line > .status-ok, .status-line > .status-upd, .status-line > .status-det { letter-spacing: .05em; font-size: 10px; }
  .vouch-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  .feature, .product-row, .arrow, .btn { transition: none; }
}
/* 18 ── final touch ────────────────────────────────────────────────────── */
/* thin, themed scrollbar so the chrome matches the page */
html { scrollbar-width: thin; scrollbar-color: #2a2a2a #070707; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #070707; }
::-webkit-scrollbar-thumb { background: #262626; border: 3px solid #070707; border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: #3a3a3a; }

/* nav links: hairline underline grows in on hover / active */
.nav__link { position: relative; }
.nav__link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 1px;
  background: currentColor; transform: scaleX(0); transform-origin: left;
  transition: transform .28s var(--e-out);
}
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); }

/* press feedback */
.btn:active, .filter:active, .nav-cta:active { transform: translateY(0) scale(.98); }

/* services rail: columns rise in one after another */
.feature { animation: row-in .6s var(--e-out) backwards; animation-delay: calc(var(--i, 0) * 70ms + 80ms); }

@media (prefers-reduced-motion: reduce) {
  .feature { animation: none; }
  .nav__link::after { transition: none; }
}

/* 17 ── post-audit fixes ───────────────────────────────────────────────── */
/* dashboard "no loader" note is inline text + a link, not a grid of rows */
.dash-loader--none { display: block; }
/* very small phones: drop the search icon so the burger never leaves the pill
   (the catalog has its own search field) */
@media (max-width: 430px) {
  #searchOpen { display: none; }
}
