:root {
  color-scheme: dark;
  --ink: #f4f1ec;
  --muted: #a8a4a0;
  --panel: rgba(17, 20, 22, 0.9);
  --line: rgba(255, 255, 255, 0.13);
  --red: #e52b32;
  --red-dark: #8d171d;
  --green: #55d49a;
}

* { box-sizing: border-box; }
html { background: #07090a; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 75% 4%, rgba(229, 43, 50, 0.18), transparent 30rem),
    linear-gradient(135deg, rgba(255,255,255,.025) 25%, transparent 25%) 0 0 / 28px 28px,
    #07090a;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100vh;
}
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: white; color: black; }
.skip-link:focus { top: 1rem; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; }
.tkb-mark { font-size: 1.65rem; letter-spacing: -.08em; }
.tkb-mark__red { color: var(--red); }
.brand__name { font-size: .68rem; line-height: 1.15; }
.desktop-nav { display: flex; gap: clamp(18px, 3vw, 42px); }
.desktop-nav a { color: var(--muted); font-size: .72rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .16em; }
.desktop-nav a:hover, .desktop-nav .is-active { color: white; }
.header-action { border: 1px solid var(--line); padding: .72rem 1rem; text-decoration: none; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.hero { padding: clamp(64px, 10vw, 140px) 0 54px; }
.eyebrow { margin: 0 0 1.25rem; color: var(--red); font: 700 .73rem/1.2 monospace; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; text-transform: uppercase; letter-spacing: -.035em; }
h1 { max-width: 950px; font-size: clamp(3.2rem, 8vw, 7.5rem); line-height: .88; }
h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.55); }
.lede { max-width: 720px; margin: 2rem 0 0; color: #c7c2bd; font-size: clamp(1rem, 1.6vw, 1.28rem); line-height: 1.65; }
.hero-actions, .card-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .85rem 1.15rem; border: 1px solid var(--line); text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-size: .76rem; }
.button--primary { color: white; border-color: var(--red); background: linear-gradient(135deg, var(--red), var(--red-dark)); }
.button:hover { transform: translateY(-1px); border-color: rgba(255,255,255,.4); }
.section { padding: 54px 0 90px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 1.6rem; }
.section-heading h2 { font-size: clamp(2rem, 4.5vw, 4rem); }
.section-heading p { max-width: 510px; margin: 0; color: var(--muted); line-height: 1.6; }
.script-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.script-card, .info-card, .stat-card, .release-current, .release-process, .release-assurance, .release-analytics {
  border: 1px solid var(--line);
  background: linear-gradient(150deg, rgba(28,31,33,.94), rgba(11,13,14,.96));
}
.script-card { padding: clamp(24px, 4vw, 46px); min-height: 365px; display: flex; flex-direction: column; }
.script-card__owner, .status { color: var(--green); font: 700 .72rem/1.2 monospace; letter-spacing: .12em; text-transform: uppercase; }
.script-card h2 { margin-top: 1.6rem; font-size: clamp(2rem, 4vw, 3.8rem); line-height: .95; }
.script-card p { color: #bbb6b1; line-height: 1.65; }
.script-card .card-actions { margin-top: auto; }
.status::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: .55rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.product-hero { padding-bottom: 38px; }
.product-meta { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.5rem; }
.pill { border: 1px solid var(--line); padding: .55rem .75rem; color: #cbc6c1; font: 700 .7rem/1 monospace; text-transform: uppercase; letter-spacing: .08em; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 26px 0 48px; }
.stats--funnel { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.release-centre {
  position: relative;
  margin-block: 20px 42px;
  padding: clamp(24px, 3vw, 36px);
  overflow: hidden;
  border: 1px solid rgba(229, 43, 50, .34);
  background:
    radial-gradient(circle at 100% 0, rgba(229, 43, 50, .14), transparent 34rem),
    linear-gradient(145deg, rgba(22, 24, 25, .98), rgba(8, 10, 11, .99));
}
.release-centre::before { position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--red); content: ""; box-shadow: 0 0 20px rgba(229, 43, 50, .72); }
.release-centre > .section-heading { margin-bottom: 1.35rem; }
.release-centre .section-heading h2 { max-width: 650px; font-size: clamp(2rem, 3.8vw, 3.5rem); line-height: .98; }
.release-centre__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); align-items: start; gap: 12px; }
.release-current { min-width: 0; padding: clamp(22px, 2.5vw, 32px); }
.release-current__top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.release-current__label { color: var(--muted); font: 700 .67rem/1 monospace; letter-spacing: .12em; text-transform: uppercase; }
.release-current > strong { display: block; margin-top: clamp(22px, 3vw, 34px); color: white; font-size: clamp(3.2rem, 6.3vw, 5.8rem); line-height: .88; letter-spacing: -.075em; font-variant-numeric: tabular-nums; }
.release-current h3 { margin-top: 1rem; font-size: clamp(1.3rem, 2vw, 1.75rem); }
.release-current > p { max-width: 620px; margin: .75rem 0 0; color: #c5c0bb; line-height: 1.55; }
.release-current .hero-actions { margin-top: 1rem; }
.release-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 1.4rem 0 0; }
.release-facts div { min-width: 0; padding-top: .75rem; border-top: 1px solid var(--line); }
.release-facts dt { color: var(--muted); font: 700 .64rem/1.2 monospace; letter-spacing: .09em; text-transform: uppercase; }
.release-facts dd { margin: .4rem 0 0; overflow-wrap: anywhere; font-size: .86rem; font-weight: 800; line-height: 1.35; }
.release-centre__side { display: grid; align-content: start; gap: 12px; }
.release-process, .release-assurance { padding: clamp(20px, 2.2vw, 26px); }
.release-process h3, .release-assurance h3, .release-analytics h3 { font-size: clamp(1.3rem, 1.8vw, 1.7rem); letter-spacing: -.02em; }
.release-route { counter-reset: release-route; display: grid; gap: .8rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.release-route li { counter-increment: release-route; display: grid; grid-template-columns: 28px minmax(0, 1fr); column-gap: .65rem; row-gap: .2rem; }
.release-route li::before { grid-row: 1 / span 2; content: counter(release-route, decimal-leading-zero); padding-top: .15rem; color: var(--red); font: 800 .76rem/1 monospace; }
.release-route strong, .release-route span { display: block; grid-column: 2; }
.release-route strong { font-size: .88rem; text-transform: uppercase; letter-spacing: .04em; }
.release-route span { margin-top: 0; color: var(--muted); font-size: .85rem; line-height: 1.45; }
.release-assurance { border-color: rgba(85, 212, 154, .28); background: linear-gradient(145deg, rgba(20, 31, 28, .94), rgba(10, 15, 15, .98)); }
.release-assurance h3 { margin-top: .7rem; }
.release-assurance p { margin: .55rem 0 0; color: var(--muted); line-height: 1.5; }
.release-analytics { margin-top: 12px; padding: clamp(20px, 2.4vw, 28px); border-color: rgba(85, 212, 154, .28); }
.release-analytics__heading { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.release-analytics__heading p { max-width: 500px; margin: 0; color: var(--muted); line-height: 1.5; }
.release-analytics .stats { gap: 10px; margin: 1.15rem 0 .8rem; }
.release-analytics .stat-card { background: rgba(5, 10, 10, .52); }
.release-analytics .stat-card strong { color: #dffff0; }
.release-analytics > .note { margin: .75rem 0 0; font-size: .9rem; line-height: 1.5; }
.stat-card { padding: 16px; }
.stat-card strong { display: block; font-size: clamp(1.65rem, 3.2vw, 2.55rem); font-variant-numeric: tabular-nums; }
.stat-card span { display: block; margin-top: .35rem; color: var(--muted); font: 700 .67rem/1.25 monospace; text-transform: uppercase; letter-spacing: .1em; }
.info-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.info-card { padding: 25px; }
.info-card h3 { font-size: 1.1rem; letter-spacing: -.01em; }
.info-card p, .note { color: var(--muted); line-height: 1.6; }
.steps { counter-reset: steps; display: grid; gap: 12px; padding: 0; list-style: none; }
.steps li { counter-increment: steps; display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: start; padding: 18px; border: 1px solid var(--line); background: rgba(15,17,18,.8); }
.steps li::before { content: counter(steps, decimal-leading-zero); color: var(--red); font: 800 1rem/1 monospace; }
.site-footer { margin-top: 80px; padding: 32px 0 48px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.site-footer .shell { display: flex; justify-content: space-between; gap: 2rem; }
[data-stats-state="error"] [data-stat] { color: var(--muted); font-size: 1.2rem; }
[data-analytics-state="error"] [data-analytics] { color: var(--muted); font-size: 1.2rem; }
@media (max-width: 800px) {
  .desktop-nav { display: none; }
  .script-grid, .info-grid, .release-centre__grid { grid-template-columns: 1fr; }
  .release-centre__side { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats--funnel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .release-analytics__heading { display: block; }
  .release-analytics__heading > p { margin-top: 1rem; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 1rem; }
}
@media (max-width: 620px) {
  .release-centre__side { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .shell, .site-header { width: min(100% - 24px, 1180px); }
  .brand__name { display: none; }
  .stats { grid-template-columns: 1fr; }
  .release-centre { margin-block: 12px 28px; padding: 18px 14px; }
  .release-centre .section-heading h2 { font-size: clamp(1.9rem, 10vw, 2.5rem); }
  .release-centre .section-heading p { margin-top: .75rem; line-height: 1.5; }
  .release-current, .release-process, .release-assurance, .release-analytics { padding: 18px; }
  .release-current__top { align-items: center; flex-direction: row; flex-wrap: wrap; gap: .5rem; }
  .release-current > strong { margin-top: 1.2rem; font-size: clamp(3.2rem, 16vw, 4rem); }
  .release-current h3 { margin-top: .85rem; font-size: 1.25rem; }
  .release-current .hero-actions { display: grid; grid-template-columns: 1fr; gap: .55rem; }
  .release-current .button { width: 100%; min-height: 46px; }
  .release-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 1.25rem; }
  .release-facts div:last-child { grid-column: 1 / -1; }
  .release-process h3, .release-assurance h3, .release-analytics h3 { font-size: 1.25rem; }
  .release-route strong { font-size: .82rem; }
  .release-route span { font-size: .82rem; }
  .release-analytics__heading > p { margin-top: .75rem; }
  .release-analytics .stats--funnel { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .release-analytics .stat-card { padding: 14px 12px; }
  .release-analytics .stat-card strong { font-size: 1.7rem; }
  .release-analytics .stat-card span { overflow-wrap: anywhere; font-size: .68rem; line-height: 1.4; }
  .release-analytics > .note { font-size: .86rem; }
  .site-footer .shell { display: block; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
