/* =========================================================
   TENTACLICK - homepage-v1
   Generated from styles-src/*.css. Edit modules, then run:
   npm run build:css
   ========================================================= */

/* ---------- TOKENS ---------- */
:root {
  /* Surfaces */
  --bg:           #08051A;
  --bg-2:         #0F0A2A;
  --surface:      #14102B;
  --surface-2:    #1B1638;
  --border:       rgba(255, 255, 255, 0.08);
  --border-strong:rgba(255, 255, 255, 0.18);

  /* Text */
  --text:         #F0F0FA;
  --text-mute:    #9C9AB8;
  --text-dim:     #6B6889;

  /* Hypercolor palette — pulled from the mascot (cyan + green) plus magenta accent */
  --cyan:         #00E5FF;
  --lime:         #5DFF8C;
  --magenta:      #E040FB;
  --purple:       #8B5CF6;

  /* Brand gradients */
  --grad:         linear-gradient(95deg, #00E5FF 0%, #5DFF8C 45%, #E040FB 100%);
  --grad-alt:     linear-gradient(95deg, #5DFF8C 0%, #00E5FF 50%, #8B5CF6 100%);
  --grad-soft:    linear-gradient(180deg, rgba(0, 229, 255, 0.16), rgba(224, 64, 251, 0.10));
  --glow-cyan:    0 0 40px rgba(0, 229, 255, 0.35);
  --glow-lime:    0 0 50px rgba(93, 255, 140, 0.30);

  /* Type */
  --f-mono:       "VT323", ui-monospace, "Courier New", monospace;
  --f-sans:       "Space Grotesk", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  /* Spacing & radius */
  --r-sm:  8px;
  --r-md:  14px;
  --r-lg:  22px;
  --r-xl:  32px;

  --shadow-card: 0 1px 0 rgba(255,255,255,0.04) inset, 0 30px 60px -30px rgba(0,0,0,0.6);
}

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--f-sans);
  font-size: 17px;
  line-height: 1.55;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; margin: 0; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-weight: 600; letter-spacing: -0.02em; line-height: 1.1; }
p  { margin: 0; }
h1, h2, h3, h4,
.hero__title,
.section__title,
.cta__title { letter-spacing: 0; }

/* ---------- LAYOUT ---------- */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--cyan); color: #000; padding: 10px 14px;
}
.skip-link:focus { left: 12px; top: 12px; z-index: 999; }

/* ---------- AMBIENT BACKGROUND GLOW ---------- */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(700px 500px at 80% -10%, rgba(0, 229, 255, 0.16), transparent 60%),
    radial-gradient(900px 600px at -10% 20%, rgba(139, 92, 246, 0.16), transparent 60%),
    radial-gradient(600px 400px at 50% 100%, rgba(93, 255, 140, 0.10), transparent 60%);
}

/* ---------- UTILITIES ---------- */
.eyebrow {
  font-family: var(--f-mono);
  font-size: 16px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 18px;
}
.eyebrow--center { text-align: center; }

.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  background-size: 200% 100%;
  animation: gradShift 8s ease infinite;
}
.grad-text--alt {
  background: var(--grad-alt);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  background-size: 200% 100%;
  animation: gradShift 10s ease infinite reverse;
}
@keyframes gradShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.section__title {
  font-size: clamp(36px, 5vw, 56px);
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}
.section__title em {
  font-style: normal;
  background: var(--grad);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.section__sub {
  color: var(--text-mute);
  font-size: 19px;
  max-width: 640px;
  margin-bottom: 56px;
}

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .3s ease, border-color .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn--lg { padding: 16px 28px; font-size: 17px; }

.btn--primary {
  color: #07071A;
  background: var(--grad);
  background-size: 200% 100%;
  background-position: 0% 50%;
  box-shadow: 0 10px 30px -10px rgba(0, 229, 255, 0.55), 0 6px 16px -8px rgba(224, 64, 251, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.btn--primary:hover {
  background-position: 100% 50%;
  transform: translateY(-1px);
  box-shadow: 0 14px 40px -10px rgba(93, 255, 140, 0.55), 0 8px 20px -8px rgba(224, 64, 251, 0.6);
}

.btn--ghost {
  color: var(--text);
  background: transparent;
  border: 1px solid var(--border-strong);
}
.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.32);
}

.btn--holo {
  color: var(--text);
  background:
    linear-gradient(var(--bg), var(--bg)) padding-box,
    var(--grad) border-box;
  border: 1px solid transparent;
  box-shadow: 0 0 22px -14px rgba(0, 229, 255, 0.9);
}
.btn--holo:hover {
  transform: translateY(-1px);
  color: var(--text);
  box-shadow: 0 0 30px -12px rgba(93, 255, 140, 0.85);
}

/* ---------- NAV ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(8, 5, 26, 0.65);
  border-bottom: 1px solid var(--border);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 108px;
  gap: 20px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.logo__lockup {
  height: 88px;
  width: auto;
  max-width: 390px;
  display: block;
}
.nav__links {
  display: flex;
  gap: 13px;
  font-size: 14px;
  color: var(--text-mute);
}
.nav__links a:hover { color: var(--text); }
.nav__links a.is-active,
.nav__links a[aria-current="page"] { color: var(--text); }
.nav__mobile-social { display: none; }
.nav__cta { display: flex; align-items: center; gap: 10px; }
.nav__toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  width: 42px; height: 42px;
  padding: 10px;
  flex-direction: column;
  justify-content: space-between;
}
.nav__toggle span {
  display: block;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
}

/* ---------- SOCIAL EDGE TAB ---------- */
.social-stack {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 9px 8px;
  border: 1px solid rgba(0, 229, 255, 0.28);
  border-right: 0;
  border-radius: 16px 0 0 16px;
  background:
    linear-gradient(180deg, rgba(16, 11, 42, 0.94), rgba(8, 5, 26, 0.96)) padding-box,
    var(--grad) border-box;
  box-shadow:
    -14px 0 34px rgba(0, 0, 0, 0.42),
    -3px 0 20px rgba(0, 229, 255, 0.15),
    inset 1px 0 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px) saturate(150%);
  transform: translateY(-50%);
  transition: transform .18s ease, box-shadow .18s ease;
}
.social-stack:hover,
.social-stack:focus-within {
  transform: translate(-2px, -50%);
  box-shadow:
    -18px 0 44px rgba(0, 0, 0, 0.48),
    -4px 0 26px rgba(93, 255, 140, 0.2),
    inset 1px 0 0 rgba(255, 255, 255, 0.09);
}
.social-stack__link,
.nav__mobile-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  text-decoration: none;
}
.social-stack__link {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.social-stack__link svg,
.nav__mobile-social-link svg {
  width: 20px;
  height: 20px;
  display: block;
}
.social-stack__link:hover,
.social-stack__link:focus-visible {
  color: #07071A;
  background: var(--grad);
  box-shadow: 0 0 24px rgba(0, 229, 255, 0.2);
  outline: none;
  transform: translateX(-2px) scale(1.05);
}
.social-stack__link:focus-visible {
  box-shadow: 0 0 0 2px rgba(93, 255, 140, 0.7), 0 0 24px rgba(0, 229, 255, 0.22);
}

/* ---------- HERO ---------- */
.hero {
  padding: 96px 0 80px;
  position: relative;
}
.hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.hero--with-canvas {
  isolation: isolate;
  overflow: hidden;
  padding-top: 112px;
}
.hero--with-canvas .container {
  max-width: 1360px;
}
.hero--with-canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, rgba(8, 5, 26, 0.08), transparent 28%),
    radial-gradient(circle at 50% 38%, rgba(8, 5, 26, 0.78), transparent 46%),
    linear-gradient(180deg, rgba(8, 5, 26, 0.1), rgba(8, 5, 26, 0.46) 62%, var(--bg) 100%);
}
.hero-bg-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.95;
}
.hero__inner--home-split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(540px, 1.14fr);
  align-items: center;
  gap: clamp(30px, 4.2vw, 66px);
  text-align: left;
}
.hero__copy--home .hero__title {
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
  font-size: clamp(48px, 6.1vw, 86px);
}
.hero__copy--home .hero__sub {
  max-width: 570px;
  margin-left: 0;
  margin-right: 0;
}
.hero__copy--home .hero__ctas {
  justify-content: flex-start;
  margin-bottom: 0;
}
.hero__title {
  font-size: clamp(48px, 8.5vw, 104px);
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 0 auto 28px;
  max-width: 1000px;
}
.hero__sub {
  font-size: clamp(17px, 1.6vw, 21px);
  color: var(--text-mute);
  max-width: 680px;
  margin: 0 auto 36px;
}
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 64px;
}
.hero--page { padding: 78px 0 42px; }
.hero--page .hero__title {
  max-width: 920px;
  font-size: clamp(44px, 6.8vw, 86px);
}
.hero__ctas--compact { margin-bottom: 0; }
.hero--audit-preview {
  padding: 72px 0 58px;
  border-bottom: 1px solid var(--border);
}
.hero--audit-preview .container {
  max-width: 1360px;
}
.hero__inner--split {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(560px, 1.12fr);
  align-items: center;
  gap: clamp(28px, 4vw, 62px);
  text-align: left;
}
.hero__copy .hero__title {
  max-width: 650px;
  margin-left: 0;
  margin-right: 0;
}
.hero__copy .hero__sub {
  max-width: 610px;
  margin-left: 0;
  margin-right: 0;
}
.hero__copy .hero__ctas {
  justify-content: flex-start;
}
.hero__proof-line {
  max-width: 560px;
  margin-top: 18px;
  color: var(--text-mute);
  font-size: 15px;
}
.hero__proof-line::before {
  content: "// ";
  color: var(--lime);
  font-family: var(--f-mono);
}
.window--hero {
  width: 100%;
  max-width: none;
  margin: 0;
}
.window--hero .window__body {
  min-height: 350px;
  grid-template-columns: 180px 1fr;
}
.window--hero .window__topic {
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 22px;
}
.window--home-hero {
  width: 100%;
  max-width: none;
  margin: 0;
}
.window--home-hero .window__body {
  min-height: 360px;
  grid-template-columns: 180px 1fr;
}
.window--home-hero .window__topic {
  font-size: clamp(24px, 2.8vw, 32px);
  margin-bottom: 22px;
}

/* ---------- HERO · INTERACTIVE DASHBOARD WINDOW ---------- */
.window {
  background: linear-gradient(180deg, var(--surface) 0%, var(--bg-2) 100%);
  border: 1px solid var(--border-strong);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-card), var(--glow-cyan);
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  position: relative;
}
.window::before {
  content: "";
  position: absolute; inset: 0;
  background: var(--grad-soft);
  pointer-events: none;
  opacity: 0.6;
}
.window__chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.25);
  position: relative;
}
.window__chrome span {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--border-strong);
}
.window__chrome span:nth-child(1) { background: #ff5f57; }
.window__chrome span:nth-child(2) { background: #ffbd2e; }
.window__chrome span:nth-child(3) { background: #28c941; }
.window__chrome em {
  position: absolute;
  left: 50%; transform: translateX(-50%);
  font-family: var(--f-mono);
  font-style: normal;
  font-size: 15px;
  color: var(--text-dim);
  letter-spacing: 0.05em;
}
.window__body {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 380px;
  position: relative;
}

/* Sidebar (now clickable buttons) */
.window__sidebar {
  border-right: 1px solid var(--border);
  padding: 14px 12px;
  background: rgba(0,0,0,0.18);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.window__nav {
  font-family: var(--f-mono);
  font-size: 18px;
  color: var(--text-dim);
  background: transparent;
  border: 0;
  text-align: left;
  padding: 8px 12px 8px 18px;
  border-radius: var(--r-sm);
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: color .15s ease, background .15s ease;
  position: relative;
}
.window__nav:hover {
  color: var(--text);
  background: rgba(255,255,255,0.04);
}
.window__nav.is-active {
  color: var(--text);
  background: rgba(255,255,255,0.06);
}
.window__nav.is-active::before {
  content: "▍";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-52%);
  background: var(--grad);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 18px;
}
.window__nav:focus-visible {
  outline: 1px solid var(--cyan);
  outline-offset: 2px;
}

/* Main panel container */
.window__main { padding: 28px 28px; position: relative; }
.window__label {
  font-family: var(--f-mono);
  font-size: 14px;
  letter-spacing: 0.18em;
  color: var(--text-dim);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.window__topic {
  font-family: var(--f-mono);
  font-size: 22px;
  color: var(--text);
  margin-bottom: 24px;
}
.cursor {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  animation: blink 1.1s steps(2) infinite;
}
@keyframes blink { 50% { opacity: 0; } }

/* Panel switching */
.panel { display: none; }
.panel.is-active { display: block; animation: panelIn .3s ease; }
@keyframes panelIn {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: none; }
}

/* Channels panel (chip grid) */
.window__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.chip {
  font-family: var(--f-mono);
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 10px 12px;
  border-radius: var(--r-sm);
  border: 1px solid var(--border-strong);
  background: rgba(255,255,255,0.03);
}
.chip--meta     { border-left: 3px solid var(--cyan); }
.chip--google   { border-left: 3px solid var(--lime); }
.chip--tiktok   { border-left: 3px solid var(--magenta); }
.chip--linkedin { border-left: 3px solid var(--purple); }
.chip--email    { border-left: 3px solid #ffbd2e; }
.chip--seo      { border-left: 3px solid #ff5f57; }

/* Campaigns panel (rows) */
.panel__rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.panel__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: rgba(255,255,255,0.02);
}
.panel__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  display: block;
}
.panel__dot--lime    { background: var(--lime);    box-shadow: 0 0 10px var(--lime); }
.panel__dot--cyan    { background: var(--cyan);    box-shadow: 0 0 10px var(--cyan); }
.panel__dot--magenta { background: var(--magenta); box-shadow: 0 0 10px var(--magenta); }
.panel__dot--amber   { background: #ffbd2e;        box-shadow: 0 0 10px #ffbd2e; }
.panel__row-title {
  font-family: var(--f-mono);
  font-size: 17px;
  color: var(--text);
  letter-spacing: 0.04em;
}
.panel__row-meta {
  font-size: 13px;
  color: var(--text-dim);
  letter-spacing: 0.02em;
}
.panel__pill {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--border-strong);
  color: var(--text);
}
.panel__pill--lime    { color: var(--lime);    border-color: rgba(93,255,140,0.3);  background: rgba(93,255,140,0.08); }
.panel__pill--cyan    { color: var(--cyan);    border-color: rgba(0,229,255,0.3);   background: rgba(0,229,255,0.08); }
.panel__pill--magenta { color: var(--magenta); border-color: rgba(224,64,251,0.3);  background: rgba(224,64,251,0.08); }
.panel__pill--amber   { color: #ffbd2e;        border-color: rgba(255,189,46,0.3);  background: rgba(255,189,46,0.08); }

/* Summary panel (cols + list) */
.panel__cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}
.panel__col {
  text-align: center;
  padding: 14px 10px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: rgba(255,255,255,0.02);
}
.panel__col h5 {
  font-family: var(--f-mono);
  font-size: 13px;
  letter-spacing: 0.15em;
  color: var(--text-dim);
  margin: 0 0 6px;
  font-weight: 400;
}
.panel__col p {
  font-family: var(--f-mono);
  font-size: 30px;
  color: var(--text);
  margin: 0;
}
.panel__col--accent {
  border-color: rgba(93,255,140,0.3);
  background: rgba(93,255,140,0.05);
}
.panel__col--accent p {
  background: var(--grad);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

/* Generic panel list (content + calendar) */
.panel__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: var(--f-mono);
  font-size: 15px;
  color: var(--text);
  letter-spacing: 0.02em;
}
.panel__list li em {
  color: var(--text-dim);
  font-style: normal;
}

/* Week-grid panel */
.panel__week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  margin-bottom: 18px;
}
.day {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: rgba(255,255,255,0.02);
  padding: 10px 8px;
  text-align: center;
  min-height: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.day span {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--text-dim);
}
.day.is-today {
  border-color: rgba(93,255,140,0.4);
  background: rgba(93,255,140,0.06);
}
.day.is-today span { color: var(--text); }
.day .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--text-dim);
  display: block;
}
.day .dot--accent {
  background: var(--lime);
  box-shadow: 0 0 8px var(--lime);
}

/* Reports panel (stat blocks + bar chart) */
.panel__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}
.panel__stats > div {
  padding: 12px 12px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: rgba(255,255,255,0.02);
}
.panel__stats p {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--text-dim);
  margin: 0 0 4px;
}
.panel__stats strong {
  display: block;
  font-family: var(--f-mono);
  font-size: 22px;
  color: var(--text);
  font-weight: 400;
}
.panel__stats em {
  font-family: var(--f-mono);
  font-size: 12px;
  color: var(--lime);
  font-style: normal;
  letter-spacing: 0.05em;
}
.panel__chart {
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: rgba(255,255,255,0.02);
}
.panel__chart-label {
  font-family: var(--f-mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--text-dim);
  margin: 0 0 12px;
}
.bars {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 8px;
  height: 90px;
  margin-bottom: 8px;
}
.bars i {
  background: var(--grad);
  border-radius: 4px;
  display: block;
  min-height: 6px;
  opacity: 0.9;
}
.panel__chart-axis {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--text-dim);
  margin: 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

/* ---------- LEAKS ---------- */
.leaks {
  padding: 110px 0 70px;
  border-top: 1px solid var(--border);
}
.leaks__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.leak {
  position: relative;
  padding: 24px 22px 22px;
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.leak::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(95deg, rgba(0,229,255,0.16), rgba(93,255,140,0.08));
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}
.leak:hover {
  transform: translateY(-3px);
  border-color: var(--border-strong);
  background: rgba(255,255,255,0.04);
}
.leak:hover::before { opacity: 1; }
.leak__num {
  font-family: var(--f-mono);
  font-size: 28px;
  color: var(--text-dim);
  display: block;
  margin-bottom: 14px;
  letter-spacing: 0.06em;
}
.leak h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.leak p {
  color: var(--text-mute);
  font-size: 15px;
  line-height: 1.5;
}

/* ---------- SERVICES ---------- */
.services { padding: 120px 0 80px; }
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.service {
  position: relative;
  padding: 24px 22px 22px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
  overflow: hidden;
}
.service::before {
  content: "";
  position: absolute; inset: 0;
  background: var(--grad);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
  mix-blend-mode: overlay;
}
.service:hover {
  transform: translateY(-3px);
  border-color: var(--border-strong);
  background: var(--surface-2);
}
.service:hover::before { opacity: 0.10; }
.service__num {
  font-family: var(--f-mono);
  font-size: 28px;
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  display: block;
  margin-bottom: 14px;
}
.service h3 {
  font-size: 19px;
  margin-bottom: 8px;
}
.service p {
  font-size: 14.5px;
  color: var(--text-mute);
  line-height: 1.5;
}
.service .eyebrow { font-size: 14px; margin-bottom: 10px; }

/* ---------- PACKAGES ---------- */
.packages {
  padding: 110px 0 80px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,0.015);
}
.packages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.package {
  position: relative;
  padding: 28px 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.package::before {
  content: "";
  position: absolute; inset: 0;
  background: var(--grad);
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
  mix-blend-mode: overlay;
}
.package:hover::before { opacity: 0.08; }
.package--featured {
  border-color: rgba(93,255,140,0.34);
  background: linear-gradient(180deg, rgba(93,255,140,0.08), var(--surface) 34%);
}
.package__kicker {
  font-family: var(--f-mono);
  font-size: 14px;
  letter-spacing: 0.18em;
  color: var(--lime);
  margin-bottom: 12px;
}
.package h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
.package__intro {
  color: var(--text-mute);
  font-size: 15px;
  line-height: 1.5;
  min-height: 70px;
  margin-bottom: 20px;
}
.package__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.package__list li {
  color: var(--text-mute);
  font-size: 15px;
  position: relative;
  padding-left: 18px;
}
.package__list li::before {
  content: "▍";
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--f-mono);
  color: var(--cyan);
}

/* ---------- STATIC SITE EXTENSIONS ---------- */
.route-section,
.pricing-section,
.section-band,
.calculator-section {
  padding: 110px 0 80px;
  border-top: 1px solid var(--border);
}

.route-grid,
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.price-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.route-card,
.price-card,
.info-card,
.founder-note {
  position: relative;
  padding: 26px 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.route-card {
  min-height: 218px;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
button.route-card {
  width: 100%;
  color: inherit;
  font: inherit;
  text-align: left;
}

.route-card::before,
.price-card::before,
.info-card::before,
.founder-note::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--grad);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: overlay;
  transition: opacity .35s ease;
}

.route-card:hover {
  transform: translateY(-3px);
  border-color: var(--border-strong);
  background: var(--surface-2);
}
.route-card:hover::before { opacity: 0.08; }
.route-card:focus-visible,
.hub-card:focus-visible,
.text-link:focus-visible {
  outline: 1px solid var(--cyan);
  outline-offset: 3px;
}
.hub-card.is-active {
  border-color: rgba(93,255,140,0.38);
  background: linear-gradient(180deg, rgba(93,255,140,0.08), var(--surface) 40%);
  box-shadow: var(--shadow-card), 0 0 34px -22px rgba(93,255,140,0.8);
}
.hub-card.is-active::before { opacity: 0.08; }

.route-card span {
  display: block;
  font-family: var(--f-mono);
  font-size: 28px;
  margin-bottom: 14px;
  background: var(--grad);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.route-card h3,
.price-card h2,
.info-card h3,
.founder-note h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.route-card p,
.price-card p,
.info-card p,
.founder-note p {
  color: var(--text-mute);
  font-size: 15.5px;
  line-height: 1.55;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 470px;
}
.price-card--featured {
  border-color: rgba(93,255,140,0.34);
  background: linear-gradient(180deg, rgba(93,255,140,0.08), var(--surface) 36%);
}
.price-card .btn { margin-top: auto; }
.price-value {
  font-family: var(--f-mono);
  font-size: 34px !important;
  line-height: 1;
  color: var(--text) !important;
  margin: 14px 0 12px;
}
.price-note {
  min-height: 72px;
  margin-bottom: 20px;
}

.text-link {
  display: inline-flex;
  color: var(--cyan);
  font-family: var(--f-mono);
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.text-link:hover { color: var(--lime); }

.sample-grid,
.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.fit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sample-card,
.fit-col {
  padding: 26px 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-card);
}
.sample-card__label {
  font-family: var(--f-mono);
  font-size: 14px;
  letter-spacing: 0.16em;
  color: var(--lime);
  margin-bottom: 12px;
}
.sample-card h3 {
  font-size: 23px;
  margin-bottom: 10px;
}
.sample-card p,
.sample-card span {
  display: block;
  color: var(--text-mute);
  font-size: 15.5px;
  line-height: 1.55;
}
.sample-card span {
  margin-top: 16px;
  color: var(--text);
  font-family: var(--f-mono);
  letter-spacing: 0.04em;
}
.fit-col--yes {
  border-color: rgba(93,255,140,0.24);
  background: linear-gradient(180deg, rgba(93,255,140,0.06), var(--surface) 42%);
}
.fit-col--no {
  border-color: rgba(224,64,251,0.22);
  background: linear-gradient(180deg, rgba(224,64,251,0.06), var(--surface) 42%);
}
.check-list--yes li::before { color: var(--lime); }
.check-list--no li::before { color: var(--magenta); }

.hub-section { padding-bottom: 100px; }
.hub-grid { margin-bottom: 26px; }
.hub-workbench {
  border: 1px solid var(--border-strong);
  border-radius: var(--r-xl);
  background:
    linear-gradient(180deg, rgba(0,229,255,0.07), rgba(93,255,140,0.035)),
    rgba(255,255,255,0.018);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.hub-panel {
  display: none;
  padding: 28px;
}
.hub-panel.is-active { display: block; }
.hub-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
}
.hub-panel__header h2 {
  font-size: clamp(28px, 4vw, 44px);
  margin-bottom: 10px;
}
.hub-panel__header p {
  color: var(--text-mute);
  max-width: 720px;
}
.hub-panel__body {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 18px;
}

.split-grid,
.placeholder-grid,
.calc__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.media-placeholder {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(0,229,255,0.08), rgba(93,255,140,0.04)),
    var(--surface);
  border: 1px dashed rgba(255,255,255,0.22);
  border-radius: var(--r-lg);
}
.media-placeholder--video { min-height: 380px; }
.media-placeholder span {
  font-family: var(--f-mono);
  font-size: 20px;
  letter-spacing: 0.14em;
  color: var(--lime);
  margin-bottom: 12px;
}
.media-placeholder p {
  color: var(--text-mute);
  max-width: 420px;
}

.founder-note p + p,
.info-card p + p { margin-top: 14px; }
.info-card .btn { margin-top: 20px; }

.check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.check-list li {
  position: relative;
  padding-left: 22px;
  color: var(--text-mute);
}
.check-list li::before {
  content: "▍";
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--f-mono);
  color: var(--cyan);
}

.calc {
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-card);
}
.calc__inputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.calc__inputs label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--text-mute);
  font-size: 14px;
  min-width: 0;
}
.calc__hint {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(0,229,255,0.20);
  border-radius: var(--r-sm);
  background: rgba(0,229,255,0.055);
  color: var(--text-mute);
  font-size: 14px;
}
.calc__inputs input,
.calc__inputs select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--border-strong);
  border-radius: var(--r-sm);
  background:
    linear-gradient(180deg, rgba(0,229,255,0.06), rgba(93,255,140,0.025)),
    rgba(0,0,0,0.30);
  color: var(--text);
  padding: 10px 12px;
  font: inherit;
  min-width: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035);
}
.calc__inputs select {
  appearance: none;
  color-scheme: dark;
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--cyan) 50%),
    linear-gradient(135deg, var(--lime) 50%, transparent 50%),
    linear-gradient(180deg, rgba(0,229,255,0.06), rgba(93,255,140,0.025));
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 15px) 50%,
    0 0;
  background-size: 7px 7px, 7px 7px, 100% 100%;
  background-repeat: no-repeat;
}
.calc__inputs option {
  background: var(--surface-2);
  color: var(--text);
}
.calc__inputs input:focus,
.calc__inputs select:focus {
  outline: 1px solid var(--cyan);
  border-color: rgba(0,229,255,0.5);
  box-shadow: 0 0 0 3px rgba(0,229,255,0.08);
}
.calc__result {
  padding: 28px;
  border: 1px solid rgba(93,255,140,0.28);
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, rgba(93,255,140,0.08), rgba(0,229,255,0.04));
}
.calc__result h2 {
  font-family: var(--f-mono);
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1;
  margin-bottom: 18px;
  background: var(--grad);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.calc__result p {
  color: var(--text-mute);
  margin-bottom: 12px;
}
.calc__result strong { color: var(--text); }
.calc__disclaimer {
  margin-top: 20px;
  font-family: var(--f-mono);
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--text-dim) !important;
}

.audit-widget-section {
  padding: 80px 0;
  border-top: 1px solid var(--border);
}
.audit-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px;
  border: 1px solid rgba(93,255,140,0.28);
  border-radius: var(--r-lg);
  background:
    linear-gradient(95deg, rgba(0,229,255,0.10), rgba(93,255,140,0.06), rgba(224,64,251,0.08)),
    var(--surface);
  box-shadow: var(--shadow-card);
}
.audit-widget h2 {
  font-size: clamp(26px, 4vw, 40px);
  margin-bottom: 10px;
}
.audit-widget p {
  color: var(--text-mute);
  max-width: 740px;
}
.audit-widget--article {
  margin-top: 42px;
  text-align: left;
}

.calendar-placeholder {
  max-width: 860px;
  margin: 34px auto 0;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  border-radius: var(--r-xl);
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  box-shadow: var(--shadow-card), var(--glow-cyan);
  text-align: left;
}
.calendar-placeholder__chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  background: rgba(0,0,0,0.24);
  position: relative;
}
.calendar-placeholder__chrome span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.calendar-placeholder__chrome span:nth-child(1) { background: #ff5f57; }
.calendar-placeholder__chrome span:nth-child(2) { background: #ffbd2e; }
.calendar-placeholder__chrome span:nth-child(3) { background: #28c941; }
.calendar-placeholder__chrome em {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--f-mono);
  font-style: normal;
  font-size: 15px;
  color: var(--text-dim);
  letter-spacing: 0.05em;
}
.calendar-placeholder__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 24px;
  padding: 28px;
  align-items: center;
}
.calendar-placeholder__label {
  font-family: var(--f-mono);
  color: var(--lime) !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.calendar-placeholder__body h3 {
  font-size: 30px;
  margin-bottom: 8px;
}
.calendar-placeholder__body p {
  color: var(--text-mute);
}
.calendar-placeholder__slots {
  display: grid;
  gap: 10px;
}
.calendar-placeholder__slots button {
  min-height: 48px;
  border: 1px solid var(--border-strong);
  border-radius: var(--r-sm);
  background: rgba(255,255,255,0.04);
  color: var(--text);
  font-family: var(--f-mono);
  font-size: 18px;
}
.calendar-placeholder__slots button:hover,
.calendar-placeholder__slots button:focus-visible {
  border-color: rgba(93,255,140,0.5);
  outline: none;
  background: rgba(93,255,140,0.08);
}

.booking-embed {
  max-width: 900px;
  margin: 34px auto 0;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  border-radius: var(--r-xl);
  background:
    radial-gradient(circle at 86% 12%, rgba(93,255,140,0.12), transparent 28%),
    linear-gradient(180deg, var(--surface), var(--bg-2));
  box-shadow: var(--shadow-card), var(--glow-cyan);
  text-align: left;
}
.booking-embed__host {
  display: none;
  min-height: 620px;
  background: rgba(255,255,255,0.03);
}
.booking-embed.has-embed .booking-embed__host {
  display: block;
}
.booking-embed iframe {
  display: block;
  width: 100%;
  min-height: 620px;
  border: 0;
  background: #fff;
}
.booking-embed__fallback {
  display: grid;
  gap: 12px;
  padding: 30px;
}
.booking-embed.has-embed .booking-embed__fallback.is-secondary {
  border-top: 1px solid var(--border);
  background: rgba(0,0,0,0.18);
}
.booking-embed__label {
  font-family: var(--f-mono);
  color: var(--lime) !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.booking-embed__fallback h3 {
  font-size: clamp(28px, 4vw, 42px);
}
.booking-embed__fallback p {
  color: var(--text-mute);
  max-width: 680px;
}
.booking-embed__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

/* ---------- PROMPTED GRAPHICS + COMPARISON TABLES ---------- */
.img-ph {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 280px;
  margin: 42px 0;
  padding: 28px;
  overflow: hidden;
  border: 1px dashed rgba(0,229,255,0.32);
  border-radius: var(--r-lg);
  background:
    radial-gradient(circle at 26% 28%, rgba(0,229,255,0.20), transparent 28%),
    radial-gradient(circle at 76% 68%, rgba(93,255,140,0.13), transparent 34%),
    radial-gradient(circle at 50% 92%, rgba(224,64,251,0.12), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(0,0,0,0.10)),
    var(--bg-2);
  box-shadow: var(--shadow-card);
  text-align: center;
}
.img-ph::before {
  content: attr(data-subject);
  max-width: 680px;
  color: var(--text-mute);
  font-family: var(--f-mono);
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.15;
  letter-spacing: 0.04em;
}
.img-ph::after {
  content: "PROMPT READY";
  position: absolute;
  top: 16px;
  right: 18px;
  color: var(--lime);
  font-family: var(--f-mono);
  font-size: 14px;
  letter-spacing: 0.14em;
}
.img-ph figcaption {
  position: absolute;
  left: 18px;
  bottom: 14px;
  color: var(--text-dim);
  font-family: var(--f-mono);
  font-size: 14px;
  letter-spacing: 0.08em;
}
.img-ph--wide { aspect-ratio: 13 / 5; }
.img-ph--square,
.img-ph--mascot-card { aspect-ratio: 1 / 1; margin: 0; min-height: 320px; }
.img-ph--panel { aspect-ratio: 4 / 3; margin: 0; min-height: 300px; }
.img-ph--generated {
  padding: 0;
  border-style: solid;
  border-color: rgba(0,229,255,0.18);
}
.img-ph--generated::before,
.img-ph--generated::after {
  content: none;
}
.img-ph--generated picture,
.img-ph--generated img {
  display: block;
  width: 100%;
  height: 100%;
}
.img-ph--generated img {
  object-fit: cover;
}
.img-ph--generated figcaption {
  display: none;
}

.stack-table-shell {
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
  border: 1px solid rgba(0, 229, 255, 0.22);
  border-radius: var(--r-lg);
  background:
    radial-gradient(circle at 92% 12%, rgba(93, 255, 140, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(0, 229, 255, 0.055), rgba(0, 0, 0, 0.08)),
    var(--surface);
  box-shadow: var(--shadow-card), 0 0 54px -36px rgba(0, 229, 255, 0.9);
  margin-bottom: 18px;
  padding: 16px;
}
.stack-table {
  min-width: 820px;
  position: relative;
  z-index: 1;
}
.stack-table__mascot {
  position: absolute;
  z-index: 0;
  right: 18px;
  top: -18px;
  width: 96px;
  height: auto;
  opacity: 0.92;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.48));
  pointer-events: none;
}
.stack-table__head,
.stack-table__row {
  display: grid;
  grid-template-columns: 1.36fr 1.02fr 0.88fr 0.64fr;
  gap: 0;
  align-items: center;
}
.stack-table__head {
  color: var(--text);
  font-family: var(--f-mono);
  font-size: 20px;
  letter-spacing: 0.03em;
  padding: 0 18px 10px;
}
.stack-table__row {
  min-height: 44px;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 10px;
  background: rgba(12, 23, 38, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.stack-table__row > * {
  min-width: 0;
  padding: 10px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.stack-table__row > *:last-child { border-right: 0; }
.stack-table__row strong {
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
.stack-table__cost {
  color: var(--text);
  font-family: var(--f-mono);
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.tool-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}
.tool-logo {
  display: inline-grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
}
.tool-logo img {
  display: block;
  width: 21px;
  height: 21px;
  object-fit: contain;
}
.stack-table__check {
  justify-self: center;
  display: inline-block;
  width: 13px;
  height: 7px;
  border-left: 2px solid var(--cyan);
  border-bottom: 2px solid var(--cyan);
  transform: rotate(-45deg) translateY(-1px);
}
.stack-table__row--total {
  background: rgba(0, 229, 255, 0.065);
  border-color: rgba(0, 229, 255, 0.2);
}
.stack-table__row--total strong,
.stack-table__row--total .stack-table__cost {
  color: var(--cyan);
}
.stack-table__price {
  color: var(--lime);
  font-family: var(--f-mono);
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.table-note {
  color: var(--text-dim);
  font-family: var(--f-mono);
  font-size: 15px;
  letter-spacing: 0.05em;
  margin: 0 0 18px;
}

.stat-callout {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(0,229,255,0.26);
  border-radius: var(--r-lg);
  background:
    linear-gradient(95deg, rgba(0,229,255,0.10), rgba(93,255,140,0.05), rgba(224,64,251,0.08)),
    var(--surface);
  box-shadow: var(--shadow-card);
}
.stat-callout__num {
  font-family: var(--f-mono);
  font-size: clamp(64px, 9vw, 104px);
  line-height: 0.9;
  background: var(--grad);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.stat-callout__label {
  font-family: var(--f-mono);
  color: var(--lime);
  letter-spacing: 0.12em;
  font-size: 15px;
  margin-bottom: 8px;
}
.stat-callout__quote,
.stat-callout__source {
  color: var(--text-mute);
  font-size: 15.5px;
}
.stat-callout__source { margin-top: 10px; color: var(--text-dim); }

.price-infographic {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}
.price-breakdown {
  display: grid;
  gap: 12px;
}
.price-breakdown__row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  background: var(--surface);
  box-shadow: var(--shadow-card);
}
.price-breakdown__num {
  font-family: var(--f-mono);
  font-size: clamp(38px, 6vw, 62px);
  line-height: 0.95;
  background: var(--grad);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.price-breakdown__body h3 {
  font-size: 22px;
  margin-bottom: 6px;
}
.price-breakdown__body p {
  color: var(--text-mute);
  font-size: 15.5px;
}

.widget-placeholder {
  padding: 28px;
  border: 1px dashed rgba(93,255,140,0.32);
  border-radius: var(--r-lg);
  background:
    radial-gradient(circle at 24% 20%, rgba(93,255,140,0.13), transparent 30%),
    linear-gradient(180deg, rgba(0,229,255,0.07), rgba(224,64,251,0.04)),
    var(--surface);
  box-shadow: var(--shadow-card);
}
.widget-placeholder--large { min-height: 340px; }
.widget-placeholder h3 {
  font-size: clamp(26px, 4vw, 40px);
  margin-bottom: 10px;
}
.widget-placeholder p {
  color: var(--text-mute);
  margin-bottom: 18px;
}
.widget-embed-frame {
  min-height: 420px;
  padding: 24px;
  border: 1px solid rgba(0, 229, 255, 0.24);
  border-radius: var(--r-lg);
  background:
    radial-gradient(circle at 80% 18%, rgba(93, 255, 140, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(0, 229, 255, 0.07), rgba(8, 5, 26, 0.12)),
    var(--surface);
  box-shadow: var(--shadow-card);
}
.widget-embed-frame__fallback {
  display: grid;
  gap: 10px;
  max-width: 620px;
}
.widget-embed-frame__fallback h3 {
  font-size: clamp(26px, 4vw, 40px);
}
.widget-embed-frame__fallback p {
  color: var(--text-mute);
  margin-bottom: 8px;
}

.service-card-groups {
  display: grid;
  gap: 34px;
  margin-bottom: 28px;
}
.service-card-group {
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r-lg);
  background: rgba(255,255,255,0.018);
}
.service-card-group .eyebrow { margin-bottom: 14px; }
.route-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.route-grid--one { grid-template-columns: minmax(0, 1fr); }

.service-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 22px;
  align-items: start;
}
.service-panel-copy {
  display: grid;
  gap: 16px;
}
.service-panel-copy h3 {
  font-size: 23px;
  margin-top: 4px;
}
.service-panel-copy p {
  color: var(--text-mute);
}
.mini-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 6px 0;
}
.mini-service-grid div {
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  background: rgba(255,255,255,0.025);
}
.mini-service-grid h4 {
  font-size: 17px;
  margin-bottom: 6px;
}
.mini-service-grid p {
  font-size: 14.5px;
}
.panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

/* ---------- RESOURCES ---------- */
.resources-preview,
.resource-page,
.article-page {
  padding: 110px 0 80px;
}
.resources-preview {
  border-bottom: 1px solid var(--border);
}
.resource-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.resource-card {
  position: relative;
  padding: 24px 22px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.resource-card::before {
  content: "";
  position: absolute; inset: 0;
  background: var(--grad);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
  mix-blend-mode: overlay;
}
.resource-card:hover {
  transform: translateY(-3px);
  border-color: var(--border-strong);
  background: var(--surface-2);
}
.resource-card:hover::before { opacity: 0.08; }
.resource-card__type,
.article-kicker,
.breadcrumb {
  font-family: var(--f-mono);
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.resource-card__type {
  margin-bottom: 12px;
  color: var(--lime);
}
.resource-card h3 {
  font-size: 21px;
  line-height: 1.18;
  margin-bottom: 10px;
}
.resource-card h3 a:hover,
.breadcrumb a:hover {
  color: var(--cyan);
}

/* Inline article links: holographic underline, subtle glow on hover.
   Targets only links inside body prose so headings/figcaption/sidebar keep their own rules. */
.article-main p a,
.article-main li a {
  color: var(--lime);
  text-decoration: none;
  background-image: var(--grad);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 100%;
  padding-bottom: 2px;
  transition: color 160ms ease, background-size 200ms ease, text-shadow 200ms ease;
}
.article-main p a:hover,
.article-main li a:hover,
.article-main p a:focus-visible,
.article-main li a:focus-visible {
  color: var(--cyan);
  background-size: 100% 2px;
  text-shadow: 0 0 14px rgba(0, 229, 255, 0.45);
  outline: none;
}
.article-main p a[target="_blank"]::after,
.article-main li a[target="_blank"]::after {
  content: " \2197";
  font-size: 0.85em;
  opacity: 0.7;
  letter-spacing: 0;
}
.resource-card p {
  color: var(--text-mute);
  font-size: 15px;
  line-height: 1.5;
}
.resource-card__image {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  margin: -8px -6px 18px;
  border-radius: var(--r-md);
  border: 1px solid rgba(0,229,255,0.20);
  background:
    radial-gradient(circle at 34% 35%, rgba(0,229,255,0.24), transparent 30%),
    radial-gradient(circle at 68% 70%, rgba(93,255,140,0.18), transparent 34%),
    linear-gradient(180deg, rgba(224,64,251,0.10), rgba(0,0,0,0.18)),
    var(--bg-2);
  overflow: hidden;
}
.resource-card__image img {
  width: min(52%, 190px);
  max-height: 82%;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,0.45));
}
.resource-card__image--cover img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  filter: none;
}
.resource-card__image--cover picture {
  display: block;
  width: 100%;
  height: 100%;
}
.resource-card__image--cover picture img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  filter: none;
}
.resource-card--hub {
  border-color: rgba(0,229,255,0.26);
  background: linear-gradient(180deg, rgba(0,229,255,0.08), var(--surface) 40%);
}
.resource-hero,
.article-hero {
  padding: 78px 0 52px;
}
.breadcrumb {
  margin-bottom: 18px;
}
.resource-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 32px;
  align-items: start;
}
.cluster-note,
.article-sidebar {
  padding: 24px;
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
}
.cluster-note h2,
.article-sidebar h2 {
  font-size: 24px;
  margin-bottom: 12px;
}
.cluster-note p,
.article-sidebar p {
  color: var(--text-mute);
  font-size: 15px;
}
.link-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
.link-list a {
  color: var(--text-mute);
  font-size: 15px;
}
.link-list a:hover { color: var(--text); }
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 36px;
  align-items: start;
}
.article-main {
  max-width: 760px;
}
.article-main h2 {
  font-size: 30px;
  margin: 40px 0 12px;
}
.article-main h3 {
  font-size: 22px;
  margin: 28px 0 10px;
}
.article-main p,
.article-main li {
  color: var(--text-mute);
  font-size: 17px;
}
.article-main p {
  margin-bottom: 16px;
}
.article-main ul,
.article-main ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 14px 0 22px;
  padding-left: 0;
}
.article-main li {
  position: relative;
  padding-left: 22px;
}
.article-main li::before {
  content: "▍";
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--f-mono);
  color: var(--cyan);
}
.article-main .outline-list {
  counter-reset: outline;
}
.article-main .outline-list > li {
  counter-increment: outline;
  padding-left: 0;
}
.article-main .outline-list > li::before {
  content: "";
}
.article-main .outline-list h3::before {
  content: counter(outline, decimal-leading-zero) " ";
  font-family: var(--f-mono);
  color: var(--text-dim);
  margin-right: 6px;
}
.blog-visual {
  margin: 30px 0;
}
.article-hero .blog-visual {
  max-width: 920px;
  margin: 34px auto 0;
}
.blog-visual__art {
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,229,255,0.24);
  border-radius: var(--r-lg);
  overflow: hidden;
  background:
    radial-gradient(circle at 32% 30%, rgba(0,229,255,0.26), transparent 28%),
    radial-gradient(circle at 74% 66%, rgba(93,255,140,0.18), transparent 32%),
    radial-gradient(circle at 52% 85%, rgba(224,64,251,0.15), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(0,0,0,0.12)),
    var(--bg-2);
  box-shadow: var(--shadow-card);
}
.blog-visual--featured .blog-visual__art { aspect-ratio: 16 / 9; }
.blog-visual--inline .blog-visual__art { aspect-ratio: 4 / 3; }
.blog-visual--diagram .blog-visual__art { aspect-ratio: 16 / 9; }
.blog-visual__art img {
  width: min(42%, 280px);
  max-height: 78%;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(0,0,0,0.48));
}
.blog-visual--generated .blog-visual__art,
.blog-visual--diagram .blog-visual__art {
  background: var(--bg-2);
}
.blog-visual--generated .blog-visual__art picture,
.blog-visual--diagram .blog-visual__art picture {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-visual--generated .blog-visual__art img,
.blog-visual--diagram .blog-visual__art img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  filter: none;
}
.blog-visual figcaption {
  margin-top: 10px;
  color: var(--text-dim);
  font-family: var(--f-mono);
  font-size: 14px;
  letter-spacing: 0.06em;
}
.article-status {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 10px;
  border: 1px solid rgba(93,255,140,0.28);
  border-radius: 999px;
  color: var(--lime);
  font-family: var(--f-mono);
  font-size: 14px;
  letter-spacing: 0.12em;
}
.article-sidebar {
  position: sticky;
  top: 112px;
}
.article-sidebar dl {
  display: grid;
  gap: 14px;
  margin: 0 0 22px;
}
.article-sidebar dt {
  font-family: var(--f-mono);
  color: var(--text-dim);
  letter-spacing: 0.14em;
  font-size: 13px;
  text-transform: uppercase;
}
.article-sidebar dd {
  margin: 2px 0 0;
  color: var(--text-mute);
  font-size: 15px;
}
.article-cta {
  margin-top: 42px;
  padding: 28px;
  border: 1px solid var(--border-strong);
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, rgba(93,255,140,0.08), rgba(0,229,255,0.04));
}
.article-cta h2 {
  margin-top: 0;
}

/* ---------- PROCESS ---------- */
.process { padding: 120px 0 80px; }
.process__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  list-style: none; /* belt + suspenders — ol reset already covers */
  padding-left: 0;
}
.process__step::marker {
  content: "";
}
.process__step {
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  position: relative;
}
.process__num {
  font-family: var(--f-mono);
  font-size: 24px;
  color: var(--text-dim);
  display: block;
  margin-bottom: 16px;
  letter-spacing: 0.06em;
}
.process__step h3 { font-size: 20px; margin-bottom: 8px; }
.process__step p  { color: var(--text-mute); font-size: 15px; }

/* ---------- PRINCIPLES (replaces testimonials/work) ---------- */
.principles { padding: 100px 0 80px; }
.principles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.principle {
  padding: 28px 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  position: relative;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
  overflow: hidden;
}
.principle::before {
  content: "";
  position: absolute; inset: 0;
  background: var(--grad);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
  mix-blend-mode: overlay;
}
.principle:hover {
  transform: translateY(-3px);
  border-color: var(--border-strong);
  background: var(--surface-2);
}
.principle:hover::before { opacity: 0.08; }
.principle__num {
  font-family: var(--f-mono);
  font-size: 28px;
  background: var(--grad);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  display: block;
  margin-bottom: 14px;
}
.principle h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.principle p {
  color: var(--text-mute);
  font-size: 15px;
  line-height: 1.55;
}

/* ---------- FAQ ---------- */
.faq { padding: 100px 0 100px; }
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 880px;
}
.faq__item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 0;
  transition: border-color .2s ease, background .2s ease;
}
.faq__item[open] {
  border-color: var(--border-strong);
  background: var(--surface-2);
}
.faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  margin-left: auto;
  font-family: var(--f-mono);
  font-size: 28px;
  color: var(--text-dim);
  transition: transform .25s ease, color .25s ease;
}
.faq__item[open] summary::after {
  content: "−";
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.faq__num {
  font-family: var(--f-mono);
  font-size: 18px;
  color: var(--text-dim);
  letter-spacing: 0.08em;
}
.faq__item p {
  padding: 0 24px 22px;
  color: var(--text-mute);
}

/* ---------- CTA ---------- */
.cta {
  padding: 120px 0;
  text-align: center;
  position: relative;
}
.cta::before {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(700px 400px at 50% 50%, rgba(0, 229, 255, 0.16), transparent 70%),
    radial-gradient(900px 500px at 50% 100%, rgba(224, 64, 251, 0.18), transparent 70%);
}
.cta__title {
  font-size: clamp(44px, 6vw, 76px);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 auto 18px;
  max-width: 880px;
}
.cta__sub {
  font-size: 20px;
  color: var(--text-mute);
  margin-bottom: 32px;
}
.cta__fine {
  font-family: var(--f-mono);
  font-size: 15px;
  color: var(--text-dim);
  margin-top: 18px;
  letter-spacing: 0.06em;
}

/* ---------- FOOTER ---------- */
.footer {
  border-top: 1px solid var(--border);
  padding: 60px 0 30px;
  background: rgba(0, 0, 0, 0.25);
}
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 40px;
}
.footer__brand p {
  margin-top: 14px;
  color: var(--text-mute);
  max-width: 320px;
  font-size: 15px;
}
.footer__brand .logo__lockup { height: 68px; }
.footer h4 {
  font-family: var(--f-mono);
  font-size: 15px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 14px;
  font-weight: 400;
}
.footer ul li { margin-bottom: 8px; }
.footer ul a { color: var(--text-mute); font-size: 15px; }
.footer ul a:hover { color: var(--text); }
.footer__bottom {
  border-top: 1px solid var(--border);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--text-dim);
  font-size: 14px;
}
.footer__tag {
  font-family: var(--f-mono);
  letter-spacing: 0.1em;
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1120px) {
  /* Hamburger mode begins here. Nav links + Log in move INTO the menu.
     Audit button stays in the main bar at full highlight. */
  .nav__links { display: none; }
  .nav__cta .btn--holo { display: none; }
  .nav__cta {
    display: flex;
    gap: 8px;
  }
  .nav__cta .btn {
    min-height: 42px;
    padding: 9px 13px;
    font-size: 14px;
  }
  .nav__toggle { display: flex; }
  .nav__inner { height: 96px; gap: 12px; }
  .logo__lockup { height: 80px; max-width: 350px; }
  .social-stack { display: none; }

  .nav__links.is-open {
    display: flex;
    position: absolute;
    top: 96px; left: 0; right: 0;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 22px 24px 28px;
    background: rgba(8, 5, 26, 0.95);
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(14px);
  }

  .nav__links.is-open > a {
    width: min(100%, 340px);
    padding: 10px 14px;
    border-radius: var(--r-sm);
    color: var(--text);
    font-size: 21px;
    line-height: 1.15;
    text-align: center;
  }

  .nav__links.is-open > a:hover,
  .nav__links.is-open > a:focus-visible,
  .nav__links.is-open > a.is-active,
  .nav__links.is-open > a[aria-current="page"] {
    background: rgba(255, 255, 255, 0.055);
    outline: none;
  }

  /* Log in button — injected into .nav__links by script.js so we don't
     touch every static HTML page. Styled to match the desktop .btn--holo. */
  .nav__mobile-login {
    display: none;
    align-items: center;
    justify-content: center;
    width: min(100%, 340px);
    margin-top: 14px;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 16px;
    color: var(--text);
    background:
      linear-gradient(var(--bg), var(--bg)) padding-box,
      var(--grad) border-box;
    border: 1px solid transparent;
    box-shadow: 0 0 22px -14px rgba(0, 229, 255, 0.9);
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .nav__links.is-open .nav__mobile-login { display: inline-flex; }
  .nav__mobile-login:hover,
  .nav__mobile-login:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 0 28px -12px rgba(0, 229, 255, 0.85),
                0 8px 22px -8px rgba(224, 64, 251, 0.45);
    outline: none;
  }

  /* Social row anchored at the bottom of the open menu, like SLE drawer. */
  .nav__links.is-open .nav__mobile-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: min(100%, 340px);
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--border);
  }

  .nav__mobile-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: var(--r-sm);
    color: var(--text);
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(0, 229, 255, 0.18);
    transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
  }

  .nav__mobile-social-link:hover,
  .nav__mobile-social-link:focus-visible {
    color: #07071A;
    background: var(--grad);
    box-shadow: 0 0 22px rgba(0, 229, 255, 0.18);
    outline: none;
    transform: translateY(-1px);
  }
}

@media (max-width: 1024px) {
  .hero__inner--split,
  .hero__inner--home-split { grid-template-columns: 1fr; }
  .hero__copy,
  .hero__copy .eyebrow,
  .hero__copy .hero__title,
  .hero__copy .hero__sub { text-align: center; }
  .hero__copy .hero__title,
  .hero__copy .hero__sub,
  .hero__proof-line {
    margin-left: auto;
    margin-right: auto;
  }
  .hero__copy .hero__ctas { justify-content: center; }
  .window--hero,
  .window--home-hero {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
  .leaks__grid,
  .services__grid,
  .packages__grid,
  .resource-cards,
  .route-grid,
  .price-grid,
  .sample-grid,
  .process__list,
  .principles__grid { grid-template-columns: repeat(2, 1fr); }
  .resource-map,
  .article-layout,
  .split-grid,
  .placeholder-grid,
  .calc__grid,
  .hub-panel__body,
  .calendar-placeholder__body,
  .price-infographic,
  .service-panel-grid { grid-template-columns: 1fr; }
  .article-sidebar { position: static; }
  .footer__grid     { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .nav__links,
  .nav__cta .btn--ghost { display: none; }
  .nav__cta {
    display: flex;
    gap: 8px;
  }
  .nav__cta .btn {
    min-height: 42px;
    padding: 9px 13px;
    font-size: 14px;
  }
  .nav__toggle  { display: flex; }
  .nav__inner { height: 96px; gap: 12px; }
  .logo__lockup { height: 76px; max-width: 330px; }
  .social-stack { display: none; }

  .nav__links.is-open {
    display: flex;
    position: absolute;
    top: 96px; left: 0; right: 0;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 22px 24px 24px;
    background: rgba(8, 5, 26, 0.95);
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(14px);
  }

  .nav__links.is-open > a {
    width: min(100%, 340px);
    padding: 10px 14px;
    border-radius: var(--r-sm);
    color: var(--text);
    font-size: 21px;
    line-height: 1.15;
    text-align: center;
  }

  .nav__links.is-open > a:hover,
  .nav__links.is-open > a:focus-visible,
  .nav__links.is-open > a.is-active,
  .nav__links.is-open > a[aria-current="page"] {
    background: rgba(255,255,255,0.055);
    outline: none;
  }

  .nav__links.is-open .nav__mobile-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: min(100%, 340px);
    margin-top: 14px;
    padding-top: 18px;
    border-top: 1px solid var(--border);
  }

  .nav__mobile-social-link {
    width: 46px;
    height: 46px;
    border-radius: var(--r-sm);
    color: var(--text);
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(0, 229, 255, 0.18);
    transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
  }

  .nav__mobile-social-link:hover,
  .nav__mobile-social-link:focus-visible {
    color: #07071A;
    background: var(--grad);
    box-shadow: 0 0 22px rgba(0, 229, 255, 0.18);
    outline: none;
    transform: translateY(-1px);
  }

  .hero { padding: 56px 0 60px; }
  .hero--audit-preview { padding: 58px 0 54px; }
  .window__body,
  .window--hero .window__body,
  .window--home-hero .window__body {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .window__sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
    border-right: 0;
    border-bottom: 1px solid var(--border);
    padding: 12px 12px;
    gap: 6px;
  }
  .window__nav {
    width: 100%;
    min-width: 0;
    padding: 9px 10px;
    font-size: 16px;
    line-height: 1.12;
    text-align: center;
    white-space: normal;
  }
  .window__nav.is-active::before { display: none; }
  .window__grid    { grid-template-columns: 1fr; }
  .panel__cols,
  .panel__stats    { grid-template-columns: repeat(2, 1fr); }

  .principles__grid { grid-template-columns: 1fr 1fr; }
  .calc__inputs { grid-template-columns: 1fr; }
  .route-grid--two,
  .mini-service-grid { grid-template-columns: 1fr; }
  .hub-panel__header,
  .audit-widget {
    align-items: flex-start;
    flex-direction: column;
  }
  .hub-panel { padding: 22px; }
  .footer__grid     { grid-template-columns: 1fr 1fr; }
  .leaks    { padding: 80px 0 40px; }
  .services { padding: 80px 0 40px; }
  .packages { padding: 80px 0 50px; }
  .resources-preview,
  .resource-page,
  .article-page { padding: 80px 0 50px; }
  .process  { padding: 80px 0 40px; }
}

@media (max-width: 700px) {
  .img-ph--wide.img-ph--generated,
  .img-ph--square.img-ph--generated,
  .img-ph--mascot-card.img-ph--generated,
  .img-ph--panel.img-ph--generated {
    aspect-ratio: 4 / 5;
    min-height: 0;
    margin: 28px 0;
  }

  .stack-table-shell {
    overflow-x: visible;
    padding: 14px;
  }

  .stack-table {
    display: grid;
    gap: 12px;
    min-width: 0;
  }

  .stack-table__head {
    display: none;
  }

  .stack-table__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
    min-height: 0;
    margin-top: 0;
    padding: 14px;
    border-radius: var(--r-md);
  }

  .stack-table__row > * {
    padding: 0;
    border-right: 0;
  }

  .stack-table__row strong {
    padding-right: 52px;
    font-size: 14px;
    line-height: 1.25;
  }

  .stack-table__row .tool-cluster {
    gap: 6px;
    padding: 11px 0 2px;
  }

  .stack-table__row .tool-cluster:empty {
    display: none;
  }

  .stack-table__row .tool-cluster:not(:empty)::before {
    content: "Replaces";
    flex: 0 0 100%;
    color: var(--text-dim);
    font-family: var(--f-mono);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .stack-table__cost,
  .stack-table__price,
  .stack-table__check {
    display: flex;
    width: 100%;
    min-height: 38px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 11px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: var(--r-sm);
    background: rgba(255, 255, 255, 0.035);
    transform: none;
  }

  .stack-table__cost::before,
  .stack-table__price::before,
  .stack-table__check::before {
    color: var(--text-dim);
    font-family: var(--f-mono);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .stack-table__cost::before {
    content: "Other tools";
  }

  .stack-table__price::before,
  .stack-table__check::before {
    content: "Tentaclick";
  }

  .stack-table__check {
    height: auto;
    border-left: 1px solid rgba(93, 255, 140, 0.24);
    border-bottom: 1px solid rgba(93, 255, 140, 0.24);
    color: var(--lime);
    font-family: var(--f-mono);
    letter-spacing: 0.04em;
  }

  .stack-table__check::after {
    content: "Included";
  }

  .stack-table__row--total {
    gap: 12px;
    border-color: rgba(0, 229, 255, 0.22);
  }
}

@media (max-width: 540px) {
  .nav__inner { gap: 6px; }
  .logo__lockup { height: 54px; max-width: 130px; }
  .nav__cta {
    display: flex;
    gap: 5px;
  }
  .nav__cta .btn {
    min-height: 38px;
    padding: 8px 9px;
    font-size: 12.5px;
  }
  .nav__cta .btn--holo {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav__cta-book-prefix { display: none; }
  .nav__toggle {
    width: 39px;
    height: 39px;
    padding: 9px;
  }
  .window {
    border-radius: var(--r-lg);
  }
  .window__chrome em {
    display: none;
  }
  .window__main {
    padding: 20px 16px;
  }
  .hero__copy--home .eyebrow {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.45;
  }
  .hero__copy--home .hero__title {
    max-width: 320px;
    font-size: 44px;
    line-height: 1.02;
  }
  .hero__copy--home .hero__sub {
    max-width: 330px;
  }
  .hero__copy--home .hero__ctas {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .hero__copy--home .hero__ctas .btn {
    width: min(100%, 270px);
  }
  .window__topic {
    font-size: 20px;
    line-height: 1.18;
  }
  .panel__row {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .panel__pill {
    grid-column: 2;
    justify-self: start;
  }
  .panel__stats {
    grid-template-columns: 1fr;
  }
  .panel__col p {
    font-size: 22px;
  }
  .bars {
    gap: 5px;
    height: 76px;
  }
  .panel__chart-axis {
    font-size: 9px;
    letter-spacing: 0.02em;
  }
  .leaks__grid,
  .services__grid,
  .packages__grid,
  .resource-cards,
  .route-grid,
  .price-grid,
  .sample-grid,
  .fit-grid,
  .process__list,
  .principles__grid,
  .footer__grid { grid-template-columns: 1fr; }
  .package__intro { min-height: 0; }
  .price-card { min-height: 0; }
  .calendar-placeholder__chrome em { display: none; }
  .calendar-placeholder__body { padding: 20px; }
  .audit-widget { padding: 22px; }
  .blog-visual__art img { width: min(58%, 220px); }
  .blog-visual--mobile-portrait .blog-visual__art { aspect-ratio: 4 / 5; }
  .media-placeholder,
  .media-placeholder--video { min-height: 240px; }
  .img-ph--panel {
    min-height: 0;
    width: 100%;
  }
  .hero--with-canvas { padding-top: 66px; }
  .stack-table-shell { padding: 12px; }
  .stack-table__mascot { width: 68px; right: 8px; top: -12px; }
  .stack-table__cost,
  .stack-table__price { font-size: 16px; }
  .price-breakdown__row { grid-template-columns: 1fr; }
  .stat-callout { grid-template-columns: 1fr; }
  .service-card-group { padding: 16px; }
}

/* ---------- A11Y · MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
