/* ============================================================
   GROWTHLAB 2026 — Portfolio deck
   Tokens, type, and slide chrome
   ============================================================ */

:root {
  /* Brandbook palette — LAB / CICLO / CRECIMIENTO / MOVIMIENTO */
  --ink:        #000000;
  --ink-2:      #1A1A1A;
  --paper:      #F4F1E8;   /* warm off-white so lime never sits on pure white */
  --paper-2:    #E2E2E2;   /* MOVIMIENTO */
  --lime:       #EEFF33;   /* LAB */
  --violet:     #6633FF;   /* CICLO */
  --violet-2:   #4A1FD9;
  --lavender:   #D6CCFF;
  --line:       rgba(0,0,0,0.14);
  --muted:      rgba(0,0,0,0.55);

  /* Surfaces */
  --bg:        var(--paper);
  --fg:        var(--ink);
  --accent:    var(--violet);
  --hero:      var(--lime);
}

/* "Cobalt" palette */
.palette-cobalt {
  --paper:     #EFEAE0;
  --lime:      #FFE34D;
  --violet:    #1F3CFF;
  --violet-2:  #1029C9;
  --lavender:  #BFC9FF;
}

/* "Carbon" palette (dark) */
.palette-carbon {
  --paper:     #0E0E12;
  --paper-2:   #181821;
  --ink:       #F4F0E6;
  --ink-2:     #C9C4B6;
  --lime:      #DCFA00;
  --violet:    #8C6BFF;
  --violet-2:  #6F4CFF;
  --lavender:  #5C49B8;
  --line:      rgba(244,240,230,0.16);
  --muted:     rgba(244,240,230,0.55);
}

/* "Acid" palette */
.palette-acid {
  --paper:     #F8FFE0;
  --lime:      #BBFF1F;
  --violet:    #2F1B8E;
  --violet-2:  #1A0F5E;
  --lavender:  #D4C8FF;
}

deck-stage { background: #000; }

deck-stage::part(slide-counter) {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 14px;
  letter-spacing: 0.06em;
  background: rgba(11,11,15,0.85);
  color: #F2EEE3;
  border-radius: 999px;
  padding: 8px 14px;
}

/* ---------- Base slide chrome ---------- */
section {
  --pad-x: 96px;
  --pad-y: 80px;
  position: relative;
  width: 1920px;
  height: 1080px;
  background: var(--bg);
  color: var(--fg);
  font-family: "Poppins", "Söhne", system-ui, sans-serif;
  font-feature-settings: "ss01", "cv11";
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

section.hero { --bg: var(--lime); --fg: var(--ink); }
section.violet { --bg: var(--violet); --fg: var(--lime); }
section.dark { --bg: #0E0E12; --fg: #F2EEE3; --line: rgba(244,240,230,0.16); --muted: rgba(244,240,230,0.55); }
section.paper { --bg: var(--paper); --fg: var(--ink); }

/* ---------- Top + bottom rails (page chrome) ---------- */
.rail {
  position: absolute;
  left: var(--pad-x);
  right: var(--pad-x);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg);
  opacity: 0.85;
}
.rail.top    { top: 44px; }
.rail.bottom { bottom: 44px; opacity: 0.6; }
.rail .cell { white-space: nowrap; }
.rail .cell.right { text-align: right; }
.rail .cell.center { text-align: center; }

/* ---------- Wordmark ---------- */
.wordmark {
  font-family: "Jost", "Söhne", sans-serif;
  font-weight: 600;
  font-stretch: 100%;
  letter-spacing: -0.04em;
  color: var(--violet);
  font-feature-settings: "ss02";
}

/* The full "Growthlab." big mark */
.wordmark-xl {
  font-size: 320px;
  line-height: 0.86;
  letter-spacing: -0.055em;
}
.wordmark-l { font-size: 180px; line-height: 0.9; letter-spacing: -0.05em; }
.wordmark-m { font-size: 96px; line-height: 0.95; letter-spacing: -0.045em; }
.wordmark-s { font-size: 36px; line-height: 1; letter-spacing: -0.035em; }

.wordmark .dot { color: var(--violet); }

/* ---------- Display + body type ---------- */
.display {
  font-family: "Jost", "Söhne", sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.9;
  text-wrap: balance;
}
.display.x4 { font-size: 280px; line-height: 0.84; letter-spacing: -0.05em; }
.display.x3 { font-size: 200px; line-height: 0.86; letter-spacing: -0.045em; }
.display.x2 { font-size: 132px; line-height: 0.92; letter-spacing: -0.04em; }
.display.x1 { font-size: 88px; line-height: 0.95; letter-spacing: -0.035em; }
.display.s1 { font-size: 56px; line-height: 1.02; letter-spacing: -0.025em; }
.display.s2 { font-size: 40px; line-height: 1.1; letter-spacing: -0.018em; }

.body {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.45;
  letter-spacing: -0.005em;
  text-wrap: pretty;
}
.body.lg { font-size: 32px; line-height: 1.4; }
.body.sm { font-size: 22px; line-height: 1.5; }

.eyebrow {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 16px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg);
  opacity: 0.7;
}
.eyebrow .num {
  background: var(--ink);
  color: var(--paper);
  padding: 6px 10px 4px;
  border-radius: 4px;
  margin-right: 16px;
  letter-spacing: 0.12em;
}
section.violet .eyebrow .num,
section.dark   .eyebrow .num { background: var(--paper); color: var(--ink); }

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--fg);
}
.tag .dot-lime  { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); }
.tag .dot-violet{ width: 8px; height: 8px; border-radius: 50%; background: var(--violet); }

/* underline animation accent */
.under-violet { background: linear-gradient(transparent 60%, var(--violet) 60%); padding: 0 6px; }
.under-lime   { background: linear-gradient(transparent 60%, var(--lime) 60%); padding: 0 6px; }

/* ============================================================
   COVER (slide 01)
   ============================================================ */
.cover {
  background: var(--lime);
}
.cover::before {
  content:"";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 18% 28%, rgba(0,0,0,0.07), transparent 60%),
    radial-gradient(ellipse 50% 35% at 82% 78%, rgba(0,0,0,0.08), transparent 65%),
    radial-gradient(ellipse 30% 22% at 78% 18%, rgba(255,255,255,0.45), transparent 70%);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.cover .stack {
  position: absolute;
  left: var(--pad-x);
  right: var(--pad-x);
  top: 50%;
  transform: translateY(-50%);
}
.cover-logo {
  width: 100%;
  max-width: 1500px;
  height: auto;
  display: block;
  color: var(--violet);
}
.cover-mark { display: flex; align-items: flex-end; gap: 0; }
.cover-edition {
  position: absolute;
  right: var(--pad-x);
  bottom: 200px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 22px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: right;
  line-height: 1.5;
  color: var(--ink);
}
.cover-edition .big {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 88px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: var(--violet);
  text-transform: none;
  margin-top: 8px;
}
.cover-corner {
  position: absolute;
  left: var(--pad-x);
  bottom: 200px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 14px;
  letter-spacing: 0.18em;
  line-height: 1.6;
  text-transform: uppercase;
  color: var(--ink);
  max-width: 380px;
}
.cover-corner .label { opacity: 0.5; display: block; margin-bottom: 6px; }

/* ============================================================
   MANIFESTO
   ============================================================ */
.manifesto {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 130px var(--pad-x) 180px;
  height: 100%;
  box-sizing: border-box;
}
.manifesto h1 {
  margin: 32px 0 0;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 156px;
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.manifesto h1 .accent { color: var(--violet); font-style: italic; font-weight: 600; }
.manifesto-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 100px;
  align-items: end;
}
.manifesto-grid .lede { font-size: 26px; line-height: 1.4; max-width: 720px; }
.manifesto-grid .meta {
  font-family: "JetBrains Mono", monospace;
  font-size: 15px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.7;
}
.manifesto-grid .meta .k { color: var(--muted); }

/* ============================================================
   MERCADO vs PROPUESTA (split)
   ============================================================ */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  box-sizing: border-box;
}
.split > div {
  padding: 180px 80px 180px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.split > div + div {
  border-left: 1px solid var(--line);
  background: var(--paper-2);
}
.split-title {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 124px;
  line-height: 0.92;
  letter-spacing: -0.04em;
}
.split-title .strong { color: var(--ink); display: block; }
.split-title .sub { color: var(--violet); display: block; }
.bullets { list-style: none; padding: 0; margin: 0; }
.bullets li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.bullets li:last-child { border-bottom: 1px solid var(--line); }
.bullets li .b {
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  color: var(--muted);
  padding-top: 8px;
}
.bullets.steps li {
  grid-template-columns: 56px 1fr;
}
.bullets.steps li .b {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--violet); color: var(--lime);
  display: grid; place-items: center;
  font-size: 13px;
  padding-top: 0;
}

/* ============================================================
   SECTION DIVIDER
   ============================================================ */
.divider {
  background: var(--lime);
  display: grid;
  align-items: center;
  padding: 0 var(--pad-x);
}
.divider .num {
  font-family: "JetBrains Mono", monospace;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 32px;
}
.divider h2 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 360px;
  line-height: 0.84;
  letter-spacing: -0.06em;
  margin: 0;
  color: var(--ink);
}
.divider h2 .punct { color: var(--violet); }
.divider .sym {
  position: absolute;
  right: var(--pad-x);
  top: 120px;
  width: 240px;
  height: 240px;
  color: var(--violet);
  opacity: 0.95;
  pointer-events: none;
}
.divider .sym svg { width: 100%; height: 100%; display: block; }
.closing .sym {
  position: absolute;
  right: var(--pad-x);
  top: 90px;
  width: 200px;
  height: 200px;
  color: var(--violet);
}
.closing .sym svg { width: 100%; height: 100%; display: block; }
.divider .meta {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  border-top: 1.5px solid var(--ink);
  padding-top: 28px;
  font-family: "JetBrains Mono", monospace;
  font-size: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.divider .meta strong {display: block; font-weight: 500; opacity: 0.55; margin-bottom: 6px;}

/* ============================================================
   JOURNEY MAP
   ============================================================ */
.journey {
  padding: 160px var(--pad-x) 140px;
  box-sizing: border-box;
}
.journey-head {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 80px;
  align-items: end;
  margin-bottom: 96px;
}
.journey-head h2 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 0.92;
  letter-spacing: -0.04em;
  margin: 0;
}
.journey-head h2 .accent { color: var(--violet); }
.journey-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.journey-track::before {
  content:"";
  position: absolute;
  left: 0; right: 0; top: 38px;
  height: 1.5px;
  background: var(--ink);
  opacity: 0.5;
}
.step {
  position: relative;
  padding-top: 76px;
}
.step .dot {
  position: absolute;
  top: 24px; left: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 0 6px var(--bg);
}
.step .ix {
  position: absolute;
  top: 24px; left: 44px;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.6;
}
.step h3 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 0.95;
  letter-spacing: -0.025em;
  margin: 0 0 8px;
}
.step h3 .small { display: block; font-size: 28px; font-weight: 500; opacity: 0.55; letter-spacing: -0.01em; }
.step .lines { margin-top: 32px; padding: 0; list-style: none; }
.step .lines li {
  font-size: 22px;
  line-height: 1.45;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.step .lines li:last-child { border-bottom: 1px solid var(--line); }
.step.featured .dot { background: var(--violet); transform: scale(1.4); }
.step.featured h3 { color: var(--violet); }

/* ============================================================
   PILLARS (3 columns)
   ============================================================ */
.pillars {
  padding: 140px var(--pad-x) 140px;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 80px;
}
.pillars-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 80px;
}
.pillars-head h2 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 180px;
  line-height: 0.88;
  letter-spacing: -0.045em;
  margin: 0;
}
.pillars-head h2 .accent { color: var(--violet); display: block; }
.pillars-head .lede {
  font-size: 28px;
  line-height: 1.4;
  max-width: 560px;
  justify-self: end;
  text-align: left;
  align-self: end;
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: stretch;
}
.pillar {
  background: var(--paper-2);
  padding: 44px 40px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 24px;
  border-radius: 0;
  position: relative;
  border: 1px solid var(--line);
}
.pillar.dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.pillar.dark .pillar-num { color: var(--lime); }
.pillar.violet { background: var(--violet); color: var(--lime); border-color: var(--violet); }
.pillar-num {
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.6;
}
.pillar h3 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0;
}
.pillar p {
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
  opacity: 0.85;
}
.pillar .meta {
  display: flex; gap: 8px; flex-wrap: wrap;
  margin-top: 4px;
}
.pillar .meta .chip {
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid currentColor;
  opacity: 0.85;
}

/* ============================================================
   TOOLKIT
   ============================================================ */
.toolkit {
  padding: 140px var(--pad-x) 120px;
  box-sizing: border-box;
}
.toolkit-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  margin-bottom: 80px;
}
.toolkit-head h2 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 132px;
  line-height: 0.9;
  letter-spacing: -0.04em;
  margin: 0;
}
.toolkit-head h2 .accent { color: var(--violet); }
.toolkit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.tool-cat {
  border: 1px solid var(--line);
  padding: 36px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 28px;
  background: var(--paper);
}
.tool-cat .cat-eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--violet);
}
.tool-cat h3 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0;
}
.tool-cat .tools {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.tool {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 999px;
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.tool.lime { background: var(--lime); color: var(--ink); }
.tool.violet { background: var(--violet); color: var(--lime); }
.tool.outline { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.tool .badge {
  width: 18px; height: 18px; border-radius: 4px;
  background: currentColor;
  opacity: 0.4;
  display: inline-block;
}

/* ============================================================
   CASE STUDY
   ============================================================ */
.case {
  padding: 110px var(--pad-x) 170px;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 36px;
}
.case-head {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 32px;
  align-items: end;
}
.case-head .logo {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 88px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.case-head .vertical {
  font-family: "JetBrains Mono", monospace;
  font-size: 16px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--violet);
  padding-bottom: 18px;
}
.case-head .year {
  font-family: "JetBrains Mono", monospace;
  font-size: 16px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: right;
  padding-bottom: 18px;
  opacity: 0.6;
}
.case-body {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: stretch;
}
.case-chart {
  background: var(--paper-2);
  border: 1px solid var(--line);
  padding: 28px 32px;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 16px;
  position: relative;
  align-self: start;
}
.case-chart .chart-head {
  display: flex; justify-content: space-between; align-items: baseline;
}
.case-chart .chart-head h4 {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.02em;
}
.case-chart .legend { font-family: "JetBrains Mono", monospace; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.6; }
.case-chart svg { width: 100%; height: 380px; display: block; }
.case-chart .x-axis {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.6;
  text-align: center;
}
.case-stats { display: grid; grid-template-rows: repeat(3, 1fr); gap: 16px; }
.stat {
  background: var(--ink);
  color: var(--paper);
  padding: 28px 32px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.stat.lime { background: var(--lime); color: var(--ink); }
.stat.violet { background: var(--violet); color: var(--lime); }
.stat .label {
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.7;
}
.stat .value {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 110px;
  line-height: 0.92;
  letter-spacing: -0.05em;
}
.stat .value sup { font-size: 0.45em; vertical-align: super; opacity: 0.7; font-weight: 500; }
.stat .desc {
  font-size: 18px;
  line-height: 1.4;
  opacity: 0.85;
  max-width: 80%;
}

/* ============================================================
   CLOSING
   ============================================================ */
.closing {
  padding: 0 var(--pad-x);
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 80px;
  align-items: center;
  height: 100%;
  position: relative;
}
.closing .big {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 280px;
  line-height: 0.84;
  letter-spacing: -0.06em;
  color: var(--ink);
}
.closing .big .accent { color: var(--violet); }
.closing .contact {
  position: relative;
  right: auto;
  bottom: auto;
  display: grid;
  gap: 16px;
  text-align: left;
  font-family: "JetBrains Mono", monospace;
  font-size: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  align-self: end;
  padding-bottom: 60px;
}
.closing .contact a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
}

/* ---------- Nav hint (outside deck-stage scale) ---------- */
.nav-hint {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px 10px 12px;
  background: rgba(0,0,0,0.78);
  color: #F4F1E8;
  border-radius: 999px;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  pointer-events: none;
  opacity: 0;
  animation: nh-in 0.5s ease 0.6s forwards;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.nav-hint.is-hidden {
  opacity: 0 !important;
  transform: translateX(-50%) translateY(8px);
}
.nav-hint .nh-keys { display: inline-flex; gap: 4px; }
.nav-hint kbd {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  background: #F4F1E8;
  color: #000;
  border-radius: 4px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}
.nav-hint .nh-label { opacity: 0.85; }
@keyframes nh-in {
  from { opacity: 0; transform: translateX(-50%) translateY(8px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}
.closing .contact .big-link {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-transform: none;
  color: var(--violet);
  border-bottom: none;
  word-break: break-all;
}

/* ============================================================
   Tweaks panel z-fix
   ============================================================ */
[data-tweaks-panel] { z-index: 9999; }


/* ============================================================
   Web embed / responsive
   ============================================================ */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}
