/* =============================================================================
   system.css — kit tokens (23) + page-surface tokens (Soft Structuralism)
   Kit hexes stay canonical. The page sits on silver, not night.
   ============================================================================= */

:root {
  /* --- kit canvas --------------------------------------------------------- */
  --night: #08090b;
  --night-wash: rgb(40, 39, 48);
  --grid: rgba(255, 255, 255, 0.024);
  --ink: #f3f2ee;
  --muted: #9a9aa4;

  /* --- kit acento + invert ------------------------------------------------ */
  --acid: #d8ff3e;
  --violet: #8c5bff;
  --on-acid: #10110d;
  --on-acid-ticket: #11130c;

  /* --- kit texto secundário ----------------------------------------------- */
  --note: rgb(199, 198, 202);
  --note-strong: #fff;
  --turn-secondary: rgb(111, 111, 119);
  --turn-body: rgb(183, 182, 188);
  --fine: rgb(119, 119, 127);

  /* --- kit hairlines ------------------------------------------------------ */
  --line: rgba(255, 255, 255, 0.14);
  --orbit-ring: rgba(255, 255, 255, 0.13);
  --line-on-acid: rgba(0, 0, 0, 0.28);
  --dash-on-acid: rgba(0, 0, 0, 0.45);
  --eyebrow-on-acid: rgba(16, 17, 13, 0.6);
  --ring-on-acid: rgba(16, 17, 13, 0.06);
  --contact-muted: rgba(0, 0, 0, 0.55);

  /* --- kit décor ---------------------------------------------------------- */
  --orbit-glow: rgba(140, 91, 255, 0.1);
  --ticket-shadow: rgba(0, 0, 0, 0.55) 0 40px 100px;

  /* --- page surface (silver ground) --------------------------------------- */
  --silver: #eeeff2;
  --silver-mist: #f7f7f9;
  --silver-deep: #e4e5ea;
  --plate: #ffffff;
  --plate-recess: #f3f3f6;
  --ink-page: #16171c;
  --ink-soft: #5c5d66;
  --hair: rgba(22, 23, 28, 0.06);
  --hair-strong: rgba(22, 23, 28, 0.1);
  --ambient: 50, 52, 60;

  /* --- tipo (página: Plus Jakarta / Azeret) ------------------------------- */
  --font-display: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "Azeret Mono", ui-monospace, "Cascadia Mono", monospace;

  /* --- espaço ------------------------------------------------------------- */
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 36px;
  --space-5: 48px;
  --space-6: 64px;
  --space-7: 96px;
  --space-8: 110px;
  --space-9: 140px;

  /* --- raios / bezel ------------------------------------------------------ */
  --radius-artifact: 6px;
  --radius-invert: 22px;
  --radius-invert-sm: 14px;
  --radius-bezel: 2rem;
  --radius-core: calc(2rem - 0.375rem);
  --bezel-pad: 0.375rem;

  /* --- movimento ---------------------------------------------------------- */
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  --duration: 600ms;
  --duration-slow: 700ms;

  /* --- wrap --------------------------------------------------------------- */
  --wrap-max: 1200px;
  --wrap-gutter: 48px;
  --wrap-gutter-sm: 32px;

  /* --- z (systemic layers only) ------------------------------------------- */
  --z-nav: 4;
  --z-grain: 6;
  --z-skip: 8;
}

/* --- base ----------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: light; }
body {
  margin: 0;
  color: var(--ink-page);
  font-family: var(--font-display);
  font-weight: 400;
  overflow-x: hidden;
  background:
    radial-gradient(1200px 640px at 50% -8%, var(--silver-mist) 0%, transparent 62%),
    radial-gradient(820px 520px at 92% 18%, rgba(140, 91, 255, 0.045), transparent 58%),
    radial-gradient(720px 460px at 8% 72%, rgba(216, 255, 62, 0.05), transparent 55%),
    var(--silver);
}
a { color: inherit; text-decoration: none; }
a:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 3px;
}

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

/* --- type roles (10) — metrics kept, grotesk swapped ---------------------- */
.type-wordmark,
.wordmark {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: var(--ink-page);
}
.type-wordmark span,
.wordmark span { color: var(--acid); }

.type-display-xl {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(76px, 10.5vw, 164px);
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: -0.08em;
}

.type-display-lg {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 102px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.07em;
}

.type-display-price {
  font-family: var(--font-display);
  font-size: clamp(110px, 15vw, 208px);
  font-weight: 800;
  line-height: 0.75;
  letter-spacing: -0.1em;
  white-space: nowrap;
}
.type-display-price .currency,
.type-display-price span {
  display: inline-block;
  margin-right: 5px;
  font-size: 0.26em;
  vertical-align: top;
  transform: translateY(-4px);
}

.type-lede {
  max-width: 610px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 43px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.05em;
}
.type-lede em {
  color: var(--acid);
  font-style: normal;
}

.type-title-sm {
  margin: 0;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.type-body {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}
.type-body-lg {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
}

.type-kicker {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.type-meta {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

@media (max-width: 767px) {
  .wrap { width: 100%; padding-inline: 16px; }
}
