:root {
  --ts-bg: #090c09;
  --ts-panel: #0d110e;
  --ts-panel-soft: rgba(18, 23, 19, .82);
  --ts-cream: #f0e5d0;
  --ts-muted: rgba(240, 229, 208, .62);
  --ts-orange: #e86135;
  --ts-green: #78e18c;
  --ts-line: rgba(240, 229, 208, .12);
  --ts-page: min(1320px, calc(100vw - 40px));
  --ts-radius: 24px;
  --ts-shadow: 0 28px 90px rgba(0, 0, 0, .36);
  --ts-ease: cubic-bezier(.16, 1, .3, 1);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--ts-cream);
  background:
    radial-gradient(circle at 12% 18%, rgba(51, 92, 62, .13), transparent 28%),
    radial-gradient(circle at 88% 52%, rgba(232, 97, 53, .08), transparent 28%),
    var(--ts-bg);
  font-family: 'Anybody', Arial, sans-serif;
  font-variation-settings: 'wdth' 96;
}
body::before {
  display: none;
  content: none;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }

.ts-page { width: 100%; padding-top: 24px; }
.ts-header,
#ts-main,
.ts-footer { width: var(--ts-page); margin-inline: auto; }
.ts-surface {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ts-line);
  border-radius: var(--ts-radius);
  background-color: rgba(12, 16, 13, .9);
  background-image:
    linear-gradient(rgba(240, 229, 208, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 229, 208, .028) 1px, transparent 1px);
  background-size: 38px 38px;
  box-shadow: var(--ts-shadow);
}

.ts-header {
  position: sticky;
  top: 12px;
  z-index: 30;
  min-height: 70px;
  display: grid;
  grid-template-columns: 190px 1fr 190px;
  align-items: center;
  gap: 24px;
  padding: 0 24px;
  background-color: rgba(9, 13, 10, .88);
  backdrop-filter: blur(18px);
}
.ts-brand { width: 132px; display: flex; align-items: center; }
.ts-brand img, .ts-footer-brand img { width: 100%; height: auto; object-fit: contain; }
.ts-nav { display: flex; align-items: center; justify-content: center; gap: 3px; }
.ts-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(240, 229, 208, .54);
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
  transition: color .22s ease, background .22s ease;
}
.ts-nav a:hover, .ts-nav a.is-active { color: var(--ts-cream); background: rgba(240, 229, 208, .07); }
.ts-nav a.ts-mobile-account { display: none; }
.ts-nav a.ts-house-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-left: 7px;
  padding: 8px 12px 8px 14px;
  color: var(--ts-cream);
  border: 1px solid rgba(232, 97, 53, .56);
  background: linear-gradient(105deg, rgba(232, 97, 53, .16), rgba(232, 97, 53, .035));
  box-shadow: inset 3px 0 0 var(--ts-orange), 0 9px 24px rgba(0, 0, 0, .16);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .055em;
  white-space: nowrap;
}
.ts-nav a.ts-house-link b {
  color: var(--ts-orange);
  font-size: 13px;
  line-height: 1;
  transition: color .22s ease, transform .22s var(--ts-ease);
}
.ts-nav a.ts-house-link:hover {
  color: #11150f;
  border-color: var(--ts-orange);
  background: var(--ts-orange);
  box-shadow: inset 3px 0 0 var(--ts-cream), 0 10px 28px rgba(232, 97, 53, .2);
}
.ts-nav a.ts-house-link:hover b { color: #11150f; transform: translate(2px, -2px); }
.ts-menu { display: none; }

.ts-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 19px;
  border: 1px solid rgba(240, 229, 208, .14);
  border-radius: 999px;
  color: var(--ts-cream);
  background: rgba(240, 229, 208, .04);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: transform .3s var(--ts-ease), border-color .2s ease, background .2s ease;
}
.ts-button:hover { transform: translateY(-2px); border-color: rgba(232, 97, 53, .7); }
.ts-button-light { color: #11150f; border-color: var(--ts-cream); background: var(--ts-cream); }
.ts-button-orange { color: #130c08; border-color: var(--ts-orange); background: var(--ts-orange); }
.ts-header-cta { justify-self: stretch; }

#ts-main { padding-top: 26px; }
.ts-loading { min-height: 460px; display: grid; place-content: center; text-align: center; }
.ts-loading span { color: var(--ts-orange); font-size: 10px; text-transform: uppercase; }
.ts-loading h1 { margin: 12px 0 0; font-size: 54px; }

.ts-hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
}
.ts-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
}
.ts-kicker, .ts-section-kicker, .ts-index {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ts-orange);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ts-kicker::before { width: 24px; height: 2px; background: var(--ts-orange); content: ''; }
.ts-hero h1 {
  max-width: 720px;
  margin: 20px 0 0;
  font-size: clamp(48px, 5.2vw, 82px);
  font-stretch: 112%;
  font-variation-settings: 'wdth' 112;
  font-weight: 790;
  line-height: .9;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.ts-hero h1 em, .ts-section-head h2 em, .ts-card h3 em { color: var(--ts-orange); font-style: normal; }
.ts-hero-copy > p {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--ts-muted);
  font-size: 15px;
  line-height: 1.65;
}
.ts-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.ts-hero-visual { position: relative; min-height: 440px; overflow: hidden; background: #050806; }
.ts-hero-visual img, .ts-hero-visual video { width: 100%; height: 100%; display: block; object-fit: cover; }
.ts-hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 12, 9, .96), transparent 28%), linear-gradient(0deg, rgba(9, 12, 9, .54), transparent 42%);
  content: '';
  pointer-events: none;
}
.ts-visual-label { position: absolute; z-index: 2; right: 22px; bottom: 18px; color: rgba(240,229,208,.54); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.ts-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 18px;
}
.ts-metric { min-height: 122px; display: flex; align-items: center; gap: 18px; padding: 24px 30px; border-left: 1px solid var(--ts-line); }
.ts-metric:first-child { border-left: 0; }
.ts-metric strong { color: var(--ts-orange); font-size: clamp(32px, 4vw, 56px); line-height: .8; letter-spacing: -.05em; }
.ts-metric span { max-width: 120px; color: var(--ts-muted); font-size: 9px; font-weight: 700; line-height: 1.35; text-transform: uppercase; }

.ts-section { padding-top: 66px; }
.ts-section-head { max-width: 900px; margin-bottom: 26px; }
.ts-section-head h2 {
  margin: 11px 0 0;
  font-size: clamp(38px, 5vw, 70px);
  font-stretch: 110%;
  font-variation-settings: 'wdth' 110;
  line-height: .92;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
.ts-section-head p { max-width: 690px; margin: 17px 0 0; color: var(--ts-muted); font-size: 14px; line-height: 1.6; }

.ts-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ts-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ts-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ts-card {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--ts-line);
  background: rgba(9, 13, 10, .8);
  transition: transform .34s var(--ts-ease), border-color .2s ease, background .2s ease;
}
.ts-card:first-child { border-radius: var(--ts-radius) 0 0 var(--ts-radius); }
.ts-card:last-child { border-radius: 0 var(--ts-radius) var(--ts-radius) 0; }
.ts-card:hover { z-index: 2; transform: translateY(-5px); border-color: rgba(232,97,53,.65); background: #0d120e; }
.ts-card-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: auto; border: 1px solid rgba(232,97,53,.38); border-radius: 50%; color: var(--ts-orange); font-size: 17px; font-weight: 760; }
.ts-card-logo { width: 82px; height: 82px; margin-bottom: auto; object-fit: contain; filter: drop-shadow(0 14px 24px rgba(0,0,0,.38)); }
.ts-card h3 { margin: 32px 0 0; font-size: clamp(24px, 2.5vw, 38px); line-height: .95; letter-spacing: -.035em; text-transform: uppercase; }
.ts-card p { margin: 13px 0 0; color: var(--ts-muted); font-size: 13px; line-height: 1.55; }
.ts-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0 0; padding: 0; list-style: none; }
.ts-card li { padding: 7px 9px; border: 1px solid var(--ts-line); color: rgba(240,229,208,.7); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.ts-card > a { display: flex; justify-content: space-between; margin-top: 24px; padding-top: 15px; border-top: 1px solid var(--ts-line); font-size: 10px; font-weight: 720; text-transform: uppercase; }

.ts-split { display: grid; grid-template-columns: .8fr 1.2fr; }
.ts-split-copy { padding: clamp(30px, 5vw, 68px); }
.ts-split-copy h2 { margin: 12px 0 0; font-size: clamp(40px, 5vw, 72px); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.ts-split-copy p { max-width: 520px; margin: 20px 0 0; color: var(--ts-muted); line-height: 1.65; }
.ts-split-visual { min-height: 440px; }
.ts-split-visual img, .ts-split-visual video { width: 100%; height: 100%; display: block; object-fit: cover; }

.ts-steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.ts-step { min-height: 210px; padding: 28px; border: 1px solid var(--ts-line); background: rgba(10,14,11,.82); }
.ts-step b { color: var(--ts-orange); font-size: 12px; }
.ts-step h3 { margin: 42px 0 0; font-size: 27px; line-height: 1; text-transform: uppercase; }
.ts-step p { color: var(--ts-muted); line-height: 1.5; }

.ts-product-showcase { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ts-product {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--ts-line);
  border-radius: var(--ts-radius);
  background: linear-gradient(145deg, rgba(29,36,29,.82), rgba(7,10,8,.96));
}
.ts-product img { width: 112px; height: 112px; object-fit: contain; }
.ts-product h2 { margin: auto 0 0; font-size: clamp(34px, 3vw, 50px); line-height: .9; text-transform: uppercase; }
.ts-product p { color: var(--ts-muted); line-height: 1.55; }
.ts-product .ts-button { margin-top: 20px; }

/* Refined /tools product lineup */
.ts-section.ts-software-catalog { padding-top: 12px; }
.ts-software-catalog .ts-section-head { max-width: 760px; margin-bottom: 22px; }
.ts-software-catalog .ts-section-head h2 { font-size: clamp(42px, 4.25vw, 62px); line-height: .9; }
.ts-software-catalog .ts-section-head p { margin-top: 13px; }
.ts-software-product {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ts-line);
  background: rgba(7, 11, 8, .88);
  transition: border-color .22s ease, background-color .22s ease;
}
.ts-software-product:hover,
.ts-software-product:focus-within { border-color: rgba(232, 97, 53, .72); background: rgba(10, 15, 11, .94); }
.ts-software-product-preview { height: 132px; margin: 0; overflow: hidden; border-bottom: 1px solid var(--ts-line); background: #070a08; }
.ts-software-product-preview img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 18%; filter: brightness(.68) saturate(.86); transition: filter .22s ease; }
.ts-software-product:hover .ts-software-product-preview img { filter: brightness(.8) saturate(.95); }
.ts-software-product-body { position: relative; min-height: 328px; display: flex; flex-direction: column; padding: 50px 20px 18px; }
.ts-software-product-logo {
  position: absolute;
  top: -58px;
  left: 18px;
  width: 92px;
  height: 92px;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, .72));
  pointer-events: none;
}
.ts-software-product .ts-index { margin-top: 0; }
.ts-software-product h2 { min-height: 56px; margin: 11px 0 0; font-size: clamp(26px, 2.2vw, 34px); line-height: .94; letter-spacing: -.035em; text-transform: uppercase; }
.ts-software-product-body > p { min-height: 52px; margin: 10px 0 0; color: var(--ts-muted); font-size: 12px; line-height: 1.48; }
.ts-software-features { display: grid; gap: 8px; margin: 14px 0 16px; padding: 0; list-style: none; }
.ts-software-features li { display: flex; align-items: center; gap: 9px; color: rgba(240, 229, 208, .82); font-size: 11px; line-height: 1.25; }
.ts-software-features img { width: 19px; height: 19px; flex: 0 0 19px; object-fit: contain; }
.ts-software-product .ts-button { width: 100%; min-height: 43px; margin-top: auto; padding: 0 16px; }
.ts-final.ts-software-final {
  min-height: 0;
  grid-template-columns: minmax(430px, 1.2fr) minmax(220px, .65fr) auto;
  place-items: center stretch;
  align-items: center;
  gap: 28px;
  margin-top: 18px;
  padding: 20px 26px;
  text-align: left;
}
.ts-final.ts-software-final h2 { margin-top: 6px; font-size: clamp(24px, 2vw, 29px); line-height: .94; letter-spacing: -.04em; white-space: nowrap; }
.ts-software-final p { margin: 0; font-size: 12px; line-height: 1.5; }
.ts-software-final .ts-actions { flex-wrap: nowrap; justify-content: flex-end; margin-top: 0; }
.ts-software-final .ts-button { min-width: 142px; }

body[data-page="software"] .ts-footer {
  gap: 28px;
  margin-top: 30px;
  padding: 24px 12px 18px;
}
body[data-page="software"] .ts-footer-links { gap: 6px; }
body[data-page="software"] .ts-footer-bottom { padding-top: 14px; }

.ts-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ts-gallery article { overflow: hidden; border: 1px solid var(--ts-line); border-radius: var(--ts-radius); background: #080b09; }
.ts-gallery figure { aspect-ratio: 16/9; margin: 0; overflow: hidden; }
.ts-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; }
.ts-gallery div { padding: 24px; }
.ts-gallery h3 { margin: 0; font-size: 28px; text-transform: uppercase; }
.ts-gallery p { color: var(--ts-muted); line-height: 1.55; }

.ts-pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ts-price-card { min-height: 420px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--ts-line); border-radius: var(--ts-radius); background: #0b0f0c; }
.ts-price-card.is-featured { border-color: rgba(232,97,53,.78); background: linear-gradient(180deg, rgba(232,97,53,.12), #0b0f0c 42%); }
.ts-price-card h3 { margin: 18px 0 0; font-size: 30px; text-transform: uppercase; }
.ts-price { margin-top: 20px; color: var(--ts-orange); font-size: 44px; font-weight: 760; letter-spacing: -.05em; }
.ts-price small { color: var(--ts-muted); font-size: 11px; letter-spacing: 0; }
.ts-price-card ul { display: grid; gap: 10px; margin: 24px 0; padding: 0; list-style: none; color: var(--ts-muted); font-size: 12px; }
.ts-price-card li::before { margin-right: 8px; color: var(--ts-orange); content: '◆'; font-size: 7px; }
.ts-price-card .ts-button { margin-top: auto; }

.ts-product-pricing { --product-accent: var(--ts-orange); margin-top: 18px; }
.ts-product-pricing[data-product="replay"] { --product-accent: #e92020; }
.ts-product-pricing[data-product="giveaway"] { --product-accent: #ae0af9; }
.ts-product-pricing-head {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(280px, 1fr) auto;
  align-items: end;
  gap: 24px;
  padding: 24px 28px;
  border: 1px solid var(--ts-line);
  border-radius: var(--ts-radius);
  background: rgba(12,16,13,.88);
}
.ts-product-pricing-head h3 { margin: 6px 0 0; font-size: clamp(26px,3vw,38px); line-height:1; text-transform:uppercase; }
.ts-product-pricing-head p { margin:0; color:var(--ts-muted); font-size:13px; line-height:1.55; }
.ts-product-pricing-head > a { color:var(--product-accent); font-size:10px; font-weight:760; text-transform:uppercase; }
.ts-product-pricing .ts-pricing { margin-top:10px; }
.ts-product-pricing .ts-price-card.is-featured { border-color:color-mix(in srgb,var(--product-accent) 78%,transparent); background:linear-gradient(180deg,color-mix(in srgb,var(--product-accent) 12%,transparent),#0b0f0c 42%); }
.ts-product-pricing .ts-price,
.ts-product-pricing .ts-index,
.ts-product-pricing .ts-price-card li::before { color:var(--product-accent); }
.ts-product-pricing .ts-button-orange { border-color:var(--product-accent); background:var(--product-accent); }

.ts-notice { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; margin-top: 16px; padding: 30px; }
.ts-notice h3 { margin: 0; font-size: 26px; text-transform: uppercase; }
.ts-notice p { margin: 8px 0 0; color: var(--ts-muted); line-height: 1.5; }

.ts-events { display: grid; grid-template-columns: repeat(4, 1fr); }
.ts-event { min-height: 190px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--ts-line); background: rgba(8,12,9,.84); }
.ts-event small { color: var(--ts-orange); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.ts-event h3 { margin: auto 0 0; font-size: 22px; line-height: 1.05; text-transform: uppercase; }
.ts-event p { margin: 12px 0 0; color: var(--ts-muted); font-size: 10px; text-transform: uppercase; }
.ts-event:hover { border-color: rgba(232,97,53,.65); }

.ts-live-panel { min-height: 520px; display: grid; place-items: center; padding: 40px; text-align: center; }
.ts-live-dot { width: 12px; height: 12px; margin: 0 auto 20px; border-radius: 50%; background: var(--ts-orange); box-shadow: 0 0 24px var(--ts-orange); }
.ts-live-panel h2 { max-width: 780px; margin: 0; font-size: clamp(46px, 7vw, 96px); line-height: .86; letter-spacing: -.06em; text-transform: uppercase; }
.ts-live-panel p { max-width: 620px; color: var(--ts-muted); line-height: 1.6; }

.ts-legal { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 16px; }
.ts-legal-nav { position: sticky; top: 112px; align-self: start; display: grid; gap: 7px; padding: 20px; }
.ts-legal-nav a { padding: 11px 12px; border-radius: 10px; color: var(--ts-muted); font-size: 11px; text-transform: uppercase; }
.ts-legal-nav a:hover { color: var(--ts-cream); background: rgba(240,229,208,.06); }
.ts-legal-copy { padding: clamp(28px, 5vw, 70px); }
.ts-legal-copy section + section { margin-top: 46px; padding-top: 38px; border-top: 1px solid var(--ts-line); }
.ts-legal-copy h2 { margin: 0; font-size: 30px; text-transform: uppercase; }
.ts-legal-copy p, .ts-legal-copy li { color: var(--ts-muted); font-size: 14px; line-height: 1.75; }
.ts-legal-copy a { color: var(--ts-cream); text-decoration: underline; text-underline-offset: 3px; }

.ts-calculator { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 16px; }
.ts-calc-main { padding: 28px; }
.ts-calc-summary { position: sticky; top: 112px; align-self: start; padding: 28px; }
.ts-calc-summary strong { display: block; margin-top: 14px; color: var(--ts-orange); font-size: 54px; letter-spacing: -.06em; }
.ts-calc-summary p { color: var(--ts-muted); line-height: 1.5; }
.ts-package-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.ts-package { position: relative; }
.ts-package input { position: absolute; opacity: 0; pointer-events: none; }
.ts-package span { min-height: 112px; display: flex; flex-direction: column; justify-content: space-between; padding: 16px; border: 1px solid var(--ts-line); border-radius: 16px; cursor: pointer; }
.ts-package b { font-size: 15px; text-transform: uppercase; }
.ts-package small { color: var(--ts-muted); }
.ts-package input:checked + span { border-color: var(--ts-orange); background: rgba(232,97,53,.1); }
.ts-service-group { margin-top: 22px; border-top: 1px solid var(--ts-line); }
.ts-service-group h3 { margin: 22px 0 12px; font-size: 19px; text-transform: uppercase; }
.ts-service { display: grid; grid-template-columns: 24px minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 12px 0; border-top: 1px solid rgba(240,229,208,.06); }
.ts-service input { accent-color: var(--ts-orange); }
.ts-service b { font-size: 12px; }
.ts-service small { display: block; margin-top: 4px; color: var(--ts-muted); font-size: 10px; }
.ts-service strong { color: var(--ts-orange); font-size: 13px; }
.ts-selection-list { display: grid; gap: 8px; margin: 18px 0 24px; padding: 0; list-style: none; color: var(--ts-muted); font-size: 11px; }
.ts-selection-list li { display: flex; justify-content: space-between; gap: 12px; }

.ts-admin-section { padding-bottom: 32px; }
.ts-admin-gate { max-width: 760px; margin: 0 auto; padding: 34px; }
.ts-admin-gate form { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 12px; }
.ts-admin-gate label,
.ts-admin-editor label,
.ts-admin-record-head label { display: grid; gap: 8px; color: var(--ts-muted); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.ts-admin-gate input,
.ts-admin-editor input,
.ts-admin-editor select,
.ts-admin-record-head input { width: 100%; min-height: 48px; border: 1px solid var(--ts-line); border-radius: 13px; outline: 0; padding: 0 14px; color: var(--ts-cream); background: rgba(4,8,5,.8); font: inherit; }
.ts-admin-gate input:focus,
.ts-admin-editor input:focus,
.ts-admin-editor select:focus,
.ts-admin-record-head input:focus { border-color: var(--ts-orange); box-shadow: 0 0 0 3px rgba(232,97,53,.09); }
#ts-admin-login-message,
#ts-admin-message { min-height: 18px; margin: 14px 0 0; color: var(--ts-orange); font-size: 11px; }
.ts-admin-workspace { display: grid; gap: 16px; }
.ts-admin-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 20px; }
.ts-admin-toolbar > div { display: flex; align-items: center; gap: 10px; }
.ts-admin-toolbar .ts-live-dot { width: 7px; height: 7px; margin: 0; background: #83ee8d; box-shadow: 0 0 14px rgba(131,238,141,.8); }
.ts-admin-toolbar strong { font-size: 9px; letter-spacing: .08em; }
.ts-admin-toolbar small { color: var(--ts-muted); font-size: 9px; }
.ts-admin-toolbar button,
.ts-admin-form-actions > button:last-child,
.ts-admin-event button { border: 1px solid var(--ts-line); border-radius: 999px; padding: 9px 13px; color: var(--ts-muted); background: transparent; font: inherit; font-size: 9px; font-weight: 750; text-transform: uppercase; cursor: pointer; }
.ts-admin-toolbar button:hover,
.ts-admin-form-actions > button:last-child:hover,
.ts-admin-event button:hover { border-color: var(--ts-orange); color: var(--ts-cream); }
.ts-admin-editor { display: grid; grid-template-columns: minmax(260px,.7fr) minmax(0,1.3fr); gap: clamp(28px,5vw,70px); padding: clamp(28px,4vw,52px); }
.ts-admin-editor h2,
.ts-admin-record-head h2 { margin: 8px 0; font-size: clamp(34px,4vw,58px); line-height: .9; letter-spacing: -.055em; }
.ts-admin-editor > div > p { color: var(--ts-muted); font-size: 12px; line-height: 1.6; }
.ts-admin-editor form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.ts-admin-editor label.is-wide,
.ts-admin-form-actions { grid-column: 1/-1; }
.ts-admin-form-actions { display: flex; align-items: center; gap: 10px; }
.ts-admin-records { padding: clamp(24px,4vw,46px); }
.ts-admin-record-head { display: grid; grid-template-columns: 1fr minmax(250px,420px); align-items: end; gap: 28px; padding-bottom: 26px; border-bottom: 1px solid var(--ts-line); }
.ts-admin-channel { margin-top: 28px; }
.ts-admin-channel > header { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 12px; margin-bottom: 8px; }
.ts-admin-channel > header span { grid-column: 1/-1; color: var(--ts-orange); font-size: 8px; font-weight: 750; text-transform: uppercase; }
.ts-admin-channel h3 { margin: 0; font-size: 18px; text-transform: uppercase; }
.ts-admin-channel > header b { color: var(--ts-orange); font-size: 28px; }
.ts-admin-event { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 20px; padding: 14px 0; border-top: 1px solid rgba(240,229,208,.08); }
.ts-admin-event small,
.ts-admin-event strong { display: block; }
.ts-admin-event small { color: var(--ts-muted); font-size: 9px; text-transform: uppercase; }
.ts-admin-event strong { margin-top: 5px; font-size: 13px; }
.ts-admin-event > div:last-child { display: flex; gap: 7px; }
.ts-admin-event button[data-admin-delete] { color: #dc8576; }
.ts-admin-empty { padding: 18px 0; border-top: 1px solid var(--ts-line); color: var(--ts-muted); font-size: 11px; }

.ts-final { min-height: 360px; display: grid; place-items: center; margin-top: 66px; padding: 50px; text-align: center; }
.ts-final h2 { margin: 10px 0 0; font-size: clamp(42px, 6vw, 82px); line-height: .88; letter-spacing: -.055em; text-transform: uppercase; }
.ts-final p { max-width: 620px; color: var(--ts-muted); line-height: 1.6; }

.ts-footer { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 34px; margin-top: 78px; padding: 36px 0 24px; border-top: 1px solid var(--ts-line); }
.ts-footer-brand img { width: 132px; }
.ts-footer-brand p { max-width: 280px; color: var(--ts-muted); font-size: 11px; line-height: 1.55; }
.ts-footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: 11px; }
.ts-footer-links span { margin-bottom: 5px; color: var(--ts-orange); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.ts-footer-links a { color: var(--ts-muted); }
.ts-footer-links a:hover { color: var(--ts-cream); }
.ts-footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--ts-line); color: var(--ts-muted); font-size: 9px; text-transform: uppercase; }

.ts-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ts-ease), transform .7s var(--ts-ease); }
.ts-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .ts-header { grid-template-columns: 150px 1fr auto; }
  .ts-header-cta { width: 52px; padding: 0; justify-content: center; }
  .ts-header-cta span { display: none; }
  .ts-nav a { padding-inline: 10px; font-size: 10px; }
  .ts-hero { grid-template-columns: 1fr; }
  .ts-hero-visual { min-height: 400px; }
  .ts-hero-visual::after { background: linear-gradient(0deg, rgba(9,12,9,.75), transparent 50%); }
  .ts-grid-4, .ts-events { grid-template-columns: repeat(2, 1fr); }
  .ts-product-showcase, .ts-pricing { grid-template-columns: 1fr; }
  .ts-product-pricing-head { grid-template-columns:1fr; align-items:start; }
  .ts-product { min-height: 340px; }
  .ts-software-catalog .ts-product-showcase { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ts-software-product-preview { height: 112px; }
  .ts-software-product-body { min-height: 354px; padding-inline: 17px; }
  .ts-software-product-logo { width: 82px; height: 82px; top: -51px; }
  .ts-software-product h2 { font-size: 27px; }
  .ts-software-final { grid-template-columns: 1fr auto; }
  .ts-software-final > p { display: none; }
  .ts-calculator { grid-template-columns: 1fr; }
  .ts-calc-summary { position: static; }
}

@media (max-width: 760px) {
  :root { --ts-page: calc(100vw - 20px); --ts-radius: 17px; }
  .ts-page { padding-top: 10px; }
  .ts-header { top: 6px; min-height: 62px; grid-template-columns: 1fr auto; padding: 0 16px; }
  .ts-brand { width: 112px; }
  .ts-menu { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 13px; border: 1px solid var(--ts-line); border-radius: 999px; color: var(--ts-cream); background: transparent; font-size: 10px; text-transform: uppercase; }
  .ts-nav { position: absolute; top: calc(100% + 8px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; padding: 12px; border: 1px solid var(--ts-line); border-radius: 17px; background: rgba(9,13,10,.98); }
  .ts-nav.is-open { display: flex; }
  .ts-nav a { text-align: center; }
  .ts-nav a.ts-house-link { min-height: 42px; justify-content: space-between; margin-left: 0; padding: 11px 12px 11px 15px; }
  .ts-nav a.ts-mobile-account {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    color: #11150f;
    background: var(--ts-cream);
    font-size: 12px;
    font-weight: 800;
  }
  .ts-header-cta { display: none; }
  #ts-main { padding-top: 14px; }
  .ts-hero-copy { padding: 34px 24px; }
  .ts-hero h1 { font-size: clamp(42px, 14vw, 68px); }
  .ts-hero-visual { min-height: 280px; }
  .ts-metrics { grid-template-columns: repeat(2, 1fr); }
  .ts-metric:nth-child(3) { border-left: 0; border-top: 1px solid var(--ts-line); }
  .ts-metric:nth-child(4) { border-top: 1px solid var(--ts-line); }
  .ts-section { padding-top: 46px; }
  .ts-grid, .ts-grid-2, .ts-grid-4, .ts-steps, .ts-gallery, .ts-events { grid-template-columns: 1fr; }
  .ts-card, .ts-card:first-child, .ts-card:last-child { border-radius: 16px; }
  .ts-split { grid-template-columns: 1fr; }
  .ts-split-visual { min-height: 280px; }
  .ts-package-row { grid-template-columns: repeat(2, 1fr); }
  .ts-legal { grid-template-columns: 1fr; }
  .ts-legal-nav { position: static; grid-template-columns: repeat(3, 1fr); }
  .ts-notice { grid-template-columns: 1fr; }
  .ts-section.ts-software-catalog { padding-top: 20px; }
  .ts-software-catalog .ts-section-head h2 { font-size: clamp(40px, 13vw, 58px); }
  .ts-software-catalog .ts-product-showcase { grid-template-columns: 1fr; gap: 10px; }
  .ts-software-product-preview { height: auto; aspect-ratio: 16 / 6; }
  .ts-software-product-body { min-height: 0; padding: 48px 20px 20px; }
  .ts-software-product h2,
  .ts-software-product-body > p { min-height: 0; }
  .ts-software-product h2 { font-size: 32px; }
  .ts-software-final { grid-template-columns: 1fr; gap: 16px; padding: 24px 20px; }
  .ts-software-final .ts-actions { justify-content: flex-start; }
  .ts-software-final .ts-button { min-width: 0; }
  .ts-footer { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
  .ts-footer-brand, .ts-footer-bottom { grid-column: 1/-1; }
  .ts-admin-gate form,
  .ts-admin-editor,
  .ts-admin-record-head { grid-template-columns: 1fr; }
  .ts-admin-editor form { grid-template-columns: 1fr; }
  .ts-admin-editor label.is-wide,
  .ts-admin-form-actions { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .ts-reveal { opacity: 1; transform: none; }
}

/* HOME parity: every public route uses the same shell, hero geometry and card motion. */
body {
  background-color: var(--ts-bg);
  background-image: url('/back.png?v=1');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body::before {
  display: none;
  content: none;
}
.ts-page { position: relative; z-index: 2; }
.ts-surface {
  background-color: rgba(12, 16, 13, .88);
  background-image:
    linear-gradient(rgba(240, 229, 208, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(240, 229, 208, .035) 1px, transparent 1px);
  background-size: 38px 38px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .42);
}
.ts-header { margin-bottom: 26px; }
#ts-main { padding-top: 0; }
.ts-hero {
  min-height: 0;
  display: block;
  padding: 42px 32px 32px;
}
.ts-hero-copy {
  width: min(820px, 92%);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.ts-hero h1 {
  margin-top: 16px;
  font-size: clamp(38px, 3.45vw, 50px);
  line-height: .98;
  letter-spacing: -.04em;
}
.ts-hero-copy > p {
  margin: 15px auto 0;
  font-size: 16px;
  line-height: 1.62;
}
.ts-actions { justify-content: center; gap: 9px; margin-top: 18px; }
.ts-hero-visual {
  width: min(1060px, calc(100% - 48px));
  min-height: 0;
  aspect-ratio: 16 / 9;
  margin: 34px auto 0;
  border: 1px solid rgba(240,229,208,.2);
  border-radius: 20px;
  box-shadow: 0 40px 100px rgba(0,0,0,.56), 0 0 70px color-mix(in srgb, var(--ts-orange) 9%, transparent);
}
.ts-hero-visual::after { background: linear-gradient(180deg, transparent 58%, rgba(3, 5, 4, .72)); }
.ts-metrics { padding: 18px 12px; }
.ts-metric { min-height: 82px; gap: 14px; padding: 14px 22px; }
.ts-section { padding-top: 68px; }
.ts-grid { gap: 10px; }
.ts-card,
.ts-card:first-child,
.ts-card:last-child {
  overflow: hidden;
  border-radius: 20px;
  background: rgba(12, 16, 13, .88);
}
.ts-card:hover { background: rgba(18,24,19,.92); }
.ts-final { min-height: 460px; }
.ts-final h2 { font-size: clamp(40px, 4.5vw, 58px); line-height: .96; letter-spacing: -.04em; }
.ts-footer { grid-template-columns: 1.5fr .7fr .7fr 1.1fr; gap: 45px; padding: 62px 22px 24px; }
.ts-footer-brand p { font-size: 13.5px; }
.ts-footer-links { font-size: 13px; }
.ts-footer-links span { color: var(--ts-muted); font-size: 11px; }
.ts-social { display: flex; gap: 7px; margin-top: 8px; }
.ts-social a { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--ts-line); border-radius: 50%; font-size: 9px; }

body[data-accent="replay"] { --ts-orange: #e92020; }
body[data-accent="giveaway"] { --ts-orange: #ae0af9; }

/* Global navigation stays Rage Raptors orange, independent of product accents. */
.ts-nav a.ts-house-link {
  border-color: rgba(220, 92, 51, .62);
  color: var(--ts-cream);
  background: linear-gradient(105deg, rgba(220, 92, 51, .16), rgba(220, 92, 51, .035));
  box-shadow: inset 3px 0 0 #dc5c33, 0 9px 24px rgba(0, 0, 0, .16);
}
.ts-nav a.ts-house-link b { color: #dc5c33; }
.ts-nav a.ts-house-link:hover {
  border-color: #dc5c33;
  color: #11150f;
  background: #dc5c33;
  box-shadow: inset 3px 0 0 var(--ts-cream), 0 10px 28px rgba(220, 92, 51, .2);
}
.ts-nav a.ts-house-link:hover b { color: #11150f; }

/* Public-site readability lock for important labels and supporting copy. */
.ts-kicker,
.ts-section-kicker,
.ts-visual-label,
.ts-metric span,
.ts-card > a,
.ts-event small,
.ts-event p,
.ts-legal-nav a,
.ts-service small,
.ts-selection-list,
.ts-footer-links,
.ts-footer-bottom {
  font-size: max(12px, .75rem);
}

.ts-card li,
.ts-software-features li {
  font-size: 12px;
  line-height: 1.45;
}

.rr-ov2-story-copy > p,
.rr-ov2-facts p,
.rr-ov2-workflow li p {
  font-size: 14px;
  line-height: 1.55;
}

/* Keep the site background visible behind every internal page. */
.ts-surface { background-color: rgba(4, 8, 5, .14); }
.ts-header { background-color: rgba(7, 11, 8, .62); }

@media (max-width: 900px) {
  body { background-attachment: scroll; }
}

.ts-glow-card { --ts-glow-x: 50%; --ts-glow-y: 50%; position: relative; isolation: isolate; }
.ts-border-glow {
  position: absolute;
  inset: 0;
  z-index: 30;
  padding: 1px;
  overflow: hidden;
  border-radius: inherit;
  opacity: 0;
  background: radial-gradient(420px circle at var(--ts-glow-x) var(--ts-glow-y), color-mix(in srgb, var(--ts-orange) 96%, white 4%) 0, color-mix(in srgb, var(--ts-orange) 76%, transparent) 28%, color-mix(in srgb, var(--ts-orange) 30%, transparent) 58%, transparent 100%);
  filter: drop-shadow(0 0 12px color-mix(in srgb, var(--ts-orange) 28%, transparent));
  pointer-events: none;
  transition: opacity .42s var(--ts-ease);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}
.ts-glow-card[data-glow-active="true"] > .ts-border-glow { opacity: 1; transition-duration: .24s; }

@media (max-width: 1020px) {
  .ts-hero { display: block; }
  .ts-hero-visual { min-height: 0; }
}

@media (max-width: 760px) {
  .ts-header { margin-bottom: 14px; }
  #ts-main { padding-top: 0; }
  .ts-hero { padding: 30px 14px 14px; }
  .ts-hero-copy { width: 100%; padding: 0; }
  .ts-hero h1 { font-size: clamp(32px, 9.5vw, 40px); line-height: 1; }
  .ts-hero-copy > p { font-size: 15.5px; }
  .ts-actions { flex-direction: column; align-items: stretch; }
  .ts-actions .ts-button { width: 100%; }
  .ts-hero-visual { width: 100%; min-height: 0; margin-top: 26px; }
  .ts-metrics { padding: 8px; }
  .ts-footer { grid-template-columns: 1fr 1fr; gap: 32px 20px; padding-inline: 10px; }
  .ts-footer-brand, .ts-footer-links:last-of-type { grid-column: 1 / -1; }
}

/* Sharp HOME geometry across every current public route. */
:root { --ts-radius: 0; }
.ts-surface,
.ts-header,
.ts-nav,
.ts-nav a,
.ts-menu,
.ts-button,
.ts-hero-visual,
.ts-card,
.ts-card:first-child,
.ts-card:last-child,
.ts-product,
.ts-gallery article,
.ts-price-card,
.ts-product-pricing-head,
.ts-legal-nav a,
.ts-package span,
.ts-admin-gate input,
.ts-admin-editor input,
.ts-admin-editor select,
.ts-admin-record-head input,
.ts-admin-toolbar button,
.ts-admin-form-actions > button:last-child,
.ts-admin-event button,
.ts-social a,
.ts-footer { border-radius: 0 !important; }

.ts-surface {
  background-color: rgba(4, 8, 5, .18);
  background-image: linear-gradient(rgba(5, 9, 6, .72), rgba(5, 9, 6, .72));
}
.ts-header { background-color: rgba(7, 11, 8, .66); }
.ts-hero-visual { box-shadow: 0 34px 90px rgba(0,0,0,.48); }
.ts-card-icon,
.ts-border-glow { border-radius: 0; }

@media (max-width: 420px) {
  .ts-metrics { grid-template-columns: 1fr; }
  .ts-metric,
  .ts-metric:nth-child(3),
  .ts-metric:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--ts-line);
  }
  .ts-metric:first-child { border-top: 0; }
  .ts-section-head h2,
  .ts-split-copy h2,
  .ts-final h2 { font-size: clamp(30px, 10vw, 35px); }
  .ts-section-head h2 em,
  .ts-split-copy h2 em,
  .ts-final h2 em { overflow-wrap: anywhere; }
}

/* Local sitewide background reference. */
html { background: #050806; }
body {
  background-color: #050806 !important;
  background-image: url('/back.png?v=1') !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

/* About — editorial production profile. */
.ts-about-page {
  display: grid;
  gap: 18px;
}

.ts-about-page em {
  color: var(--ts-orange);
  font-style: normal;
}

.ts-about-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ts-line);
  background: rgba(5, 9, 6, .76);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .34);
}

.ts-about-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
}

.ts-about-hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 74px);
}

.ts-about-hero-copy::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 92px;
  height: 3px;
  background: var(--ts-orange);
  content: '';
}

.ts-about-hero h1,
.ts-about-page h2 {
  margin: 18px 0 0;
  font-stretch: 112%;
  font-variation-settings: 'wdth' 112;
  font-weight: 790;
  line-height: .9;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.ts-about-hero h1 {
  max-width: 710px;
  font-size: clamp(52px, 4.9vw, 76px);
}

.ts-about-hero-text {
  max-width: 650px;
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.ts-about-hero-text p,
.ts-about-copy p,
.ts-about-experience-copy p,
.ts-about-founder-copy p,
.ts-about-final > p {
  margin: 0;
  color: var(--ts-muted);
  font-size: 15px;
  line-height: 1.66;
}

.ts-about-hero .ts-actions {
  justify-content: flex-start;
  margin-top: 30px;
}

.ts-about-hero-media {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid var(--ts-line);
  background: #060806;
}

.ts-about-hero-media::after,
.ts-about-founder-media::after,
.ts-about-experience-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 9, 6, .82), transparent 35%), linear-gradient(0deg, rgba(5, 9, 6, .72), transparent 44%);
  content: '';
  pointer-events: none;
}

.ts-about-hero-media img,
.ts-about-founder-media img,
.ts-about-experience-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ts-about-hero-media img {
  transform: scale(1.03);
  object-position: center;
  transition: transform 1.2s var(--ts-ease);
}

.ts-about-hero:hover .ts-about-hero-media img { transform: scale(1.075); }

.ts-about-hero-media figcaption {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(240, 229, 208, .28);
  text-transform: uppercase;
}

.ts-about-hero-media figcaption span { color: var(--ts-orange); font-size: 9px; font-weight: 760; letter-spacing: .08em; }
.ts-about-hero-media figcaption b { color: rgba(240, 229, 208, .7); font-size: 9px; letter-spacing: .05em; text-align: right; }

.ts-about-intro {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
}

.ts-about-intro > header,
.ts-about-copy {
  padding: clamp(38px, 5vw, 68px);
}

.ts-about-intro > header { border-right: 1px solid var(--ts-line); }
.ts-about-page h2 { font-size: clamp(40px, 4.3vw, 64px); }
.ts-about-copy { display: grid; align-content: center; gap: 18px; }
.ts-about-copy p:first-child { color: var(--ts-cream); font-size: clamp(18px, 1.65vw, 24px); line-height: 1.45; }

.ts-about-experience {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
}

.ts-about-experience-media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.ts-about-experience-media::after { background: linear-gradient(0deg, rgba(5, 9, 6, .82), transparent 50%); }
.ts-about-experience-media img { filter: saturate(.78) contrast(1.04); }
.ts-about-experience-media > span {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  padding-top: 14px;
  border-top: 1px solid rgba(240, 229, 208, .25);
  color: rgba(240, 229, 208, .7);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ts-about-experience-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding: clamp(40px, 5vw, 72px);
  border-left: 1px solid var(--ts-line);
}

.ts-about-experience-copy h2 { margin-bottom: 10px; }
.ts-about-experience-copy p:first-of-type { color: var(--ts-cream); font-size: 18px; }

.ts-about-metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--ts-line);
}

.ts-about-metrics > div {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 30px;
  border-left: 1px solid var(--ts-line);
}

.ts-about-metrics > div:first-child { border-left: 0; }
.ts-about-metrics dt { color: var(--ts-orange); font-size: clamp(34px, 4vw, 54px); font-weight: 770; line-height: .85; letter-spacing: -.045em; }
.ts-about-metrics dd { margin: 12px 0 0; color: var(--ts-muted); font-size: 9px; font-weight: 730; letter-spacing: .06em; text-transform: uppercase; }

.ts-about-founder {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
}

.ts-about-founder-media {
  position: relative;
  min-height: 590px;
  margin: 0;
  overflow: hidden;
}

.ts-about-founder-media::after { background: linear-gradient(0deg, rgba(5, 9, 6, .78), transparent 44%); }
.ts-about-founder-media img { object-position: center 20%; }
.ts-about-founder-media figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  padding-top: 14px;
  border-top: 1px solid rgba(240, 229, 208, .28);
  color: rgba(240, 229, 208, .74);
  font-size: 9px;
  font-weight: 730;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ts-about-founder-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding: clamp(42px, 6vw, 86px);
  border-left: 1px solid var(--ts-line);
}

.ts-about-founder-copy h2 { margin-bottom: 8px; }
.ts-about-founder-copy strong { color: var(--ts-cream); font-size: 14px; letter-spacing: .055em; text-transform: uppercase; }
.ts-about-founder-copy p:first-of-type { margin-top: 10px; color: var(--ts-cream); font-size: 18px; }

.ts-about-final {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(46px, 7vw, 92px);
  text-align: center;
}

.ts-about-final::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 45%, rgba(232, 97, 53, .11), transparent 38%);
  content: '';
  pointer-events: none;
}

.ts-about-final > * { position: relative; z-index: 1; }
.ts-about-final h2 { max-width: 800px; font-size: clamp(48px, 6vw, 82px); }
.ts-about-final > p { max-width: 720px; margin-top: 24px; font-size: 16px; }
.ts-about-final .ts-actions { margin-top: 32px; }

@media (max-width: 980px) {
  .ts-about-hero,
  .ts-about-intro,
  .ts-about-experience,
  .ts-about-founder { grid-template-columns: 1fr; }

  .ts-about-hero-copy { min-height: 500px; }
  .ts-about-hero-media { min-height: 470px; border-top: 1px solid var(--ts-line); border-left: 0; }
  .ts-about-intro > header { border-right: 0; border-bottom: 1px solid var(--ts-line); }
  .ts-about-copy { padding-top: 36px; }
  .ts-about-experience-copy,
  .ts-about-founder-copy { border-top: 1px solid var(--ts-line); border-left: 0; }
  .ts-about-founder-media { min-height: 560px; }
}

@media (max-width: 680px) {
  .ts-about-page { gap: 12px; }
  .ts-about-hero-copy { min-height: 0; padding: 42px 24px; }
  .ts-about-hero h1 { font-size: clamp(40px, 12vw, 46px); }
  .ts-about-page h2 { font-size: clamp(38px, 11.5vw, 52px); }
  .ts-about-hero-text p,
  .ts-about-copy p,
  .ts-about-experience-copy p,
  .ts-about-founder-copy p,
  .ts-about-final > p { font-size: 14px; }
  .ts-about-hero-media { min-height: 360px; }
  .ts-about-hero-media figcaption { right: 18px; bottom: 17px; left: 18px; }
  .ts-about-hero-media figcaption b { max-width: 160px; }
  .ts-about-intro > header,
  .ts-about-copy,
  .ts-about-experience-copy,
  .ts-about-founder-copy { padding: 36px 24px; }
  .ts-about-experience-media { min-height: 360px; }
  .ts-about-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ts-about-metrics > div:nth-child(3) { border-left: 0; }
  .ts-about-metrics > div:nth-child(n+3) { border-top: 1px solid var(--ts-line); }
  .ts-about-metrics > div { min-height: 108px; padding: 20px; }
  .ts-about-founder-media { min-height: 440px; }
  .ts-about-founder-copy p:first-of-type,
  .ts-about-experience-copy p:first-of-type { font-size: 16px; }
  .ts-about-final { min-height: 430px; padding: 52px 24px; }
  .ts-about-final h2 { font-size: clamp(44px, 14vw, 62px); }
  .ts-about-final .ts-actions { width: 100%; flex-direction: column; }
  .ts-about-final .ts-button { width: 100%; }
}

/* Overlay System — product-led broadcast software story. */
body[data-page="software/overlay-system"] #ts-main { width: var(--ts-page); }

.ts-overlay-page {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--ts-line);
  color: var(--ts-cream);
  background: rgba(4, 7, 5, .94);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .38);
}

.ts-overlay-page em {
  color: var(--ts-orange);
  font-style: normal;
}

.ts-overlay-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  border-bottom: 1px solid var(--ts-line);
  background: #050806;
}

.ts-overlay-hero-media {
  position: relative;
  min-width: 0;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid var(--ts-line);
  background: #060907;
}

.ts-overlay-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 66%, rgba(5, 8, 6, .78)), linear-gradient(0deg, rgba(5, 8, 6, .76), transparent 36%);
  content: '';
  pointer-events: none;
}

.ts-overlay-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 42% center;
  filter: saturate(.88) contrast(1.04);
  transform: scale(1.015);
  transition: transform 1.1s var(--ts-ease), filter .6s ease;
}

.ts-overlay-hero:hover .ts-overlay-hero-media img {
  filter: saturate(1) contrast(1.05);
  transform: scale(1.045);
}

.ts-overlay-hero-media figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(240, 229, 208, .22);
  font-size: 8px;
  font-weight: 730;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ts-overlay-hero-media figcaption span { color: var(--ts-orange); }
.ts-overlay-hero-media figcaption b { color: rgba(240, 229, 208, .62); text-align: right; }

.ts-overlay-hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 4.2vw, 58px);
  background: radial-gradient(circle at 95% 4%, rgba(232, 97, 53, .08), transparent 35%);
}

.ts-overlay-hero-copy h1,
.ts-overlay-chapter h2,
.ts-overlay-workflow h2,
.ts-overlay-final h2 {
  margin: 18px 0 0;
  font-stretch: 112%;
  font-variation-settings: 'wdth' 112;
  font-weight: 790;
  line-height: .91;
  letter-spacing: -.052em;
  text-transform: uppercase;
}

.ts-overlay-hero-copy h1 { font-size: clamp(46px, 3.7vw, 58px); }
.ts-overlay-hero-copy > p {
  max-width: 530px;
  margin: 25px 0 0;
  color: var(--ts-muted);
  font-size: 15px;
  line-height: 1.62;
}

.ts-overlay-hero-copy .ts-actions { justify-content: flex-start; margin-top: 28px; }

.ts-overlay-compatibility {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--ts-line);
  font-size: 9px;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.ts-overlay-compatibility span { width: 100%; color: var(--ts-muted); }
.ts-overlay-compatibility strong { color: rgba(240, 229, 208, .82); }

.ts-overlay-jump {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--ts-line);
  background: rgba(8, 12, 9, .96);
}

.ts-overlay-jump a {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 22px;
  border-left: 1px solid var(--ts-line);
  color: rgba(240, 229, 208, .74);
  font-size: 10px;
  font-weight: 740;
  letter-spacing: .045em;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease;
}

.ts-overlay-jump a:first-child { border-left: 0; }
.ts-overlay-jump a:hover { color: var(--ts-cream); background: rgba(232, 97, 53, .07); }
.ts-overlay-jump span { color: var(--ts-orange); }

.ts-overlay-chapter {
  min-height: 292px;
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(300px, .68fr) minmax(250px, .5fr);
  border-bottom: 1px solid var(--ts-line);
  background: #060907;
  scroll-margin-top: 116px;
}

.ts-overlay-chapter > figure {
  position: relative;
  min-height: 292px;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid var(--ts-line);
  background: #030604;
}

.ts-overlay-chapter > figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 68%, rgba(6, 9, 7, .58));
  content: '';
  pointer-events: none;
}

.ts-overlay-chapter img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: left top;
  filter: saturate(.84) brightness(.76) contrast(1.08);
  transform: scale(1.012);
  transition: transform .8s var(--ts-ease), filter .4s ease;
}

.ts-overlay-chapter:hover img { filter: saturate(1) brightness(.86) contrast(1.06); transform: scale(1.035); }

#overlay-data img,
#overlay-control img {
  transform: scale(1.34);
  transform-origin: left top;
}

#overlay-data:hover img,
#overlay-control:hover img { transform: scale(1.39); }

.ts-overlay-chapter-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 54px);
  border-right: 1px solid var(--ts-line);
}

.ts-overlay-chapter h2 { font-size: clamp(34px, 3.4vw, 50px); }
.ts-overlay-chapter-copy > p {
  max-width: 430px;
  margin: 18px 0 0;
  color: var(--ts-muted);
  font-size: 13px;
  line-height: 1.58;
}

.ts-overlay-facts {
  display: grid;
  align-content: center;
  padding: 26px;
}

.ts-overlay-facts > div { padding: 22px 0; border-top: 1px solid var(--ts-line); }
.ts-overlay-facts > div:first-child { border-top: 0; }
.ts-overlay-facts b { font-size: 11px; letter-spacing: .02em; text-transform: uppercase; }
.ts-overlay-facts p { margin: 8px 0 0; color: var(--ts-muted); font-size: 11px; line-height: 1.5; }

.ts-overlay-workflow {
  display: grid;
  grid-template-columns: minmax(280px, .56fr) minmax(0, 1.44fr);
  border-bottom: 1px solid var(--ts-line);
  background: rgba(7, 10, 8, .98);
  scroll-margin-top: 116px;
}

.ts-overlay-workflow > header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4.5vw, 60px);
  border-right: 1px solid var(--ts-line);
}

.ts-overlay-workflow h2 { font-size: clamp(34px, 3.5vw, 52px); }
.ts-overlay-workflow ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.ts-overlay-workflow li {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 24px;
  border-left: 1px solid var(--ts-line);
}

.ts-overlay-workflow li:first-child { border-left: 0; }
.ts-overlay-workflow li span { color: var(--ts-orange); font-size: 13px; font-weight: 760; }
.ts-overlay-workflow li b { margin-top: 28px; font-size: 17px; text-transform: uppercase; }
.ts-overlay-workflow li p { margin: 11px 0 0; color: var(--ts-muted); font-size: 11px; line-height: 1.5; }

.ts-overlay-final {
  min-height: 290px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: clamp(40px, 5vw, 72px);
  background: linear-gradient(100deg, rgba(232, 97, 53, .17), transparent 46%), #070a08;
}

.ts-overlay-final h2 { max-width: 880px; font-size: clamp(36px, 4vw, 58px); }
.ts-overlay-final p { max-width: 660px; margin: 18px 0 0; color: var(--ts-muted); line-height: 1.6; }
.ts-overlay-final .ts-actions { justify-content: flex-end; margin: 0; }

@media (max-width: 1080px) {
  .ts-overlay-hero { grid-template-columns: 1fr 1fr; }
  .ts-overlay-chapter { grid-template-columns: minmax(320px, .9fr) minmax(270px, .68fr) minmax(220px, .52fr); }
  .ts-overlay-workflow { grid-template-columns: 1fr; }
  .ts-overlay-workflow > header { border-right: 0; border-bottom: 1px solid var(--ts-line); }
}

@media (max-width: 880px) {
  .ts-overlay-hero { grid-template-columns: 1fr; }
  .ts-overlay-hero-copy { order: -1; }
  .ts-overlay-hero-media { min-height: 480px; border-top: 1px solid var(--ts-line); border-right: 0; }
  .ts-overlay-jump { grid-template-columns: repeat(2, 1fr); }
  .ts-overlay-jump a:nth-child(odd) { border-left: 0; }
  .ts-overlay-jump a:nth-child(n+3) { border-top: 1px solid var(--ts-line); }
  .ts-overlay-chapter { grid-template-columns: minmax(0, 1fr) minmax(280px, .74fr); }
  .ts-overlay-chapter > figure { grid-column: 1 / -1; min-height: 420px; border-right: 0; border-bottom: 1px solid var(--ts-line); }
  .ts-overlay-workflow ol { grid-template-columns: repeat(2, 1fr); }
  .ts-overlay-workflow li:nth-child(odd) { border-left: 0; }
  .ts-overlay-workflow li:nth-child(n+3) { border-top: 1px solid var(--ts-line); }
  .ts-overlay-final { grid-template-columns: 1fr; }
  .ts-overlay-final .ts-actions { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .ts-overlay-hero-copy { padding: 38px 24px; }
  .ts-overlay-hero-copy h1 { font-size: clamp(41px, 12vw, 52px); }
  .ts-overlay-hero-copy > p { font-size: 14px; }
  .ts-overlay-hero-copy .ts-actions { width: 100%; flex-direction: column; }
  .ts-overlay-hero-copy .ts-button { width: 100%; }
  .ts-overlay-hero-media { min-height: 300px; }
  .ts-overlay-hero-media figcaption b { display: none; }
  .ts-overlay-jump { grid-template-columns: 1fr; }
  .ts-overlay-jump a,
  .ts-overlay-jump a:nth-child(odd) { min-height: 56px; border-top: 1px solid var(--ts-line); border-left: 0; }
  .ts-overlay-jump a:first-child { border-top: 0; }
  .ts-overlay-chapter { grid-template-columns: 1fr; }
  .ts-overlay-chapter > figure { min-height: 240px; }
  #overlay-data img,
  #overlay-control img { transform: scale(1.18); }
  #overlay-data:hover img,
  #overlay-control:hover img { transform: scale(1.22); }
  .ts-overlay-chapter-copy { padding: 34px 24px; border-right: 0; border-bottom: 1px solid var(--ts-line); }
  .ts-overlay-chapter h2 { font-size: clamp(36px, 11vw, 48px); }
  .ts-overlay-facts { padding: 12px 24px; }
  .ts-overlay-workflow > header { padding: 38px 24px; }
  .ts-overlay-workflow ol { grid-template-columns: 1fr; }
  .ts-overlay-workflow li,
  .ts-overlay-workflow li:nth-child(odd) { min-height: 170px; border-top: 1px solid var(--ts-line); border-left: 0; }
  .ts-overlay-workflow li:first-child { border-top: 0; }
  .ts-overlay-workflow li b { margin-top: 18px; }
  .ts-overlay-final { padding: 44px 24px; }
  .ts-overlay-final h2 { font-size: clamp(36px, 10.5vw, 48px); }
  .ts-overlay-final .ts-actions { width: 100%; flex-direction: column; }
  .ts-overlay-final .ts-button { width: 100%; }
}

/* Overlay System — compact product page matched to the approved reference. */
body[data-page="software/overlay-system"] {
  --ts-page: 100%;
  background: #050806;
}

body[data-page="software/overlay-system"] .ts-page { padding-top: 0; }
body[data-page="software/overlay-system"] > .ts-page > .ts-header,
body[data-page="software/overlay-system"] > .ts-page > .ts-footer { display: none; }
body[data-page="software/overlay-system"] #ts-main { width: 100%; padding: 0; }

.ts-overlay-page {
  width: min(1536px, 100%);
  margin-inline: auto;
  border: 0;
  border-right: 1px solid rgba(240, 229, 208, .16);
  border-left: 1px solid rgba(240, 229, 208, .16);
  border-radius: 0;
  background: #050806;
  box-shadow: none;
}

.ts-overlay-page .ts-button {
  min-height: 46px;
  min-width: 172px;
  padding: 0 20px;
  border-radius: 0;
  font-size: 10px;
}

.ts-overlay-product-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 56px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 172px;
  align-items: center;
  padding: 0 42px;
  border-bottom: 1px solid rgba(240, 229, 208, .2);
  background: rgba(4, 7, 5, .96);
  backdrop-filter: blur(16px);
}

.ts-overlay-product-brand { width: 108px; display: flex; align-items: center; }
.ts-overlay-product-brand img { width: 100%; height: auto; display: block; }
.ts-overlay-product-nav nav { height: 100%; display: flex; align-items: stretch; justify-content: center; gap: 26px; }
.ts-overlay-product-nav nav a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(240, 229, 208, .56);
  font-size: 9px;
  font-weight: 740;
  letter-spacing: .045em;
  text-transform: uppercase;
  transition: color .2s ease;
}
.ts-overlay-product-nav nav a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: transparent;
  content: '';
}
.ts-overlay-product-nav nav a:hover,
.ts-overlay-product-nav nav a.is-active { color: var(--ts-orange); }
.ts-overlay-product-nav nav a.is-active::after { background: var(--ts-orange); }
.ts-overlay-product-nav > .ts-button { min-width: 164px; justify-self: end; }

.ts-overlay-hero {
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0, 56%) minmax(0, 44%);
  border-bottom: 1px solid rgba(240, 229, 208, .2);
  background: #050806;
  scroll-margin-top: 56px;
}

.ts-overlay-hero-media {
  min-height: 420px;
  border-right: 0;
  background: #030604;
}
.ts-overlay-hero-media::after {
  background: rgba(1, 3, 2, .08);
}
.ts-overlay-hero-media img {
  object-position: left center;
  filter: saturate(.9) brightness(.76) contrast(1.1);
  transform: scale(1.02);
}
.ts-overlay-hero:hover .ts-overlay-hero-media img {
  filter: saturate(1) brightness(.82) contrast(1.08);
  transform: scale(1.035);
}

.ts-overlay-hero-copy {
  padding: 46px 54px;
  border-left: 1px solid rgba(240, 229, 208, .1);
  background-color: #060806;
  background-image: url('/assets/site-bg.webp');
  background-position: right center;
  background-size: cover;
  background-blend-mode: normal;
  box-shadow: inset 0 0 0 1000px rgba(3, 6, 4, .58);
}
.ts-overlay-hero-copy .ts-kicker { font-size: 10px; }
.ts-overlay-hero-copy h1 {
  max-width: 610px;
  margin-top: 15px;
  font-size: clamp(48px, 4.55vw, 70px);
  font-variation-settings: 'wdth' 83;
  font-weight: 820;
  line-height: .94;
  letter-spacing: -.045em;
  white-space: nowrap;
}
.ts-overlay-hero-copy > p {
  max-width: 470px;
  margin-top: 21px;
  color: rgba(240, 229, 208, .72);
  font-size: clamp(15px, 1.45vw, 21px);
  line-height: 1.45;
}
.ts-overlay-hero-copy .ts-actions { margin-top: 26px; gap: 14px; }

.ts-overlay-chapter {
  height: 136px;
  min-height: 0;
  grid-template-columns: minmax(0, 35%) minmax(0, 36%) minmax(0, 29%);
  overflow: hidden;
  border-bottom: 1px solid rgba(240, 229, 208, .2);
  background: #060806;
  scroll-margin-top: 56px;
}
.ts-overlay-chapter > figure {
  height: 136px;
  min-height: 0;
  border-right: 1px solid rgba(240, 229, 208, .14);
}
.ts-overlay-chapter > figure::after { display: none; }
.ts-overlay-chapter > figure img {
  height: 100%;
  object-position: left top;
  filter: saturate(.8) brightness(.68) contrast(1.1);
  transform: scale(1.02);
}
.ts-overlay-chapter:hover > figure img {
  filter: saturate(.9) brightness(.64) contrast(1.1);
  transform: scale(1.04);
}
#overlay-data > figure img,
#overlay-control > figure img { transform: scale(1.12); transform-origin: left top; }
#overlay-data:hover > figure img,
#overlay-control:hover > figure img { transform: scale(1.15); }

.ts-overlay-chapter-copy {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 20px 34px;
  border-right: 1px solid rgba(240, 229, 208, .14);
}
.ts-overlay-number {
  align-self: center;
  color: var(--ts-orange);
  font-size: 35px;
  font-weight: 820;
  line-height: 1;
  letter-spacing: -.05em;
}
.ts-overlay-chapter h2 {
  margin: 0;
  font-size: clamp(25px, 2.2vw, 34px);
  font-variation-settings: 'wdth' 86;
  line-height: .98;
  letter-spacing: -.035em;
  white-space: nowrap;
}
.ts-overlay-chapter-copy > div > p {
  margin: 10px 0 0;
  color: rgba(240, 229, 208, .68);
  font-size: 12px;
  line-height: 1.45;
}

.ts-overlay-facts {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  align-content: stretch;
  padding: 6px 22px;
}
.ts-overlay-facts > .ts-overlay-fact {
  min-width: 0;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 6px 0;
  border-top: 1px solid rgba(240, 229, 208, .09);
}
.ts-overlay-facts > .ts-overlay-fact:first-child { border-top: 0; }
.ts-overlay-fact-icon {
  width: 84px;
  min-width: 0;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ts-overlay-fact-icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 33px;
  object-fit: contain;
  filter: none !important;
  transform: none !important;
}
.ts-overlay-fact b {
  display: block;
  color: var(--ts-cream);
  font-size: 10px;
  line-height: 1.08;
  text-transform: uppercase;
}
.ts-overlay-fact p {
  margin: 4px 0 0;
  color: rgba(240, 229, 208, .62);
  font-size: 8.5px;
  line-height: 1.2;
}
.ts-overlay-chapter:hover .ts-overlay-fact-icon img { filter: none !important; transform: none !important; }

.ts-overlay-workflow {
  min-height: 154px;
  display: grid;
  grid-template-columns: minmax(0, 71%) minmax(300px, 29%);
  border-bottom: 0;
  background: #070a08;
  scroll-margin-top: 56px;
}
.ts-overlay-workflow-main { padding: 14px 36px 18px; }
.ts-overlay-workflow-main > header {
  padding: 0 0 10px;
  border: 0;
}
.ts-overlay-workflow h2 {
  margin: 0;
  color: var(--ts-orange);
  font-size: 16px;
  font-variation-settings: 'wdth' 88;
  letter-spacing: .01em;
}
.ts-overlay-workflow ol { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ts-overlay-workflow li {
  position: relative;
  min-height: 94px;
  justify-content: flex-start;
  padding: 0 34px 0 0;
  border-left: 0;
}
.ts-overlay-workflow li:not(:last-child)::after {
  position: absolute;
  top: 38px;
  right: 12px;
  color: var(--ts-cream);
  font-size: 24px;
  content: '→';
}
.ts-overlay-workflow li span { font-size: 13px; }
.ts-overlay-workflow li b { margin-top: 10px; font-size: 16px; }
.ts-overlay-workflow li p { margin-top: 6px; font-size: 9px; line-height: 1.35; }
.ts-overlay-workflow aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 26px 46px;
  background-color: #b63c1d;
  background-image: url('/assets/site-bg.webp');
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
}
.ts-overlay-workflow aside h2 { color: var(--ts-cream); font-size: 22px; line-height: 1.02; }
.ts-overlay-workflow aside .ts-button {
  min-width: 164px;
  min-height: 42px;
  margin-top: 14px;
  border-color: #090c09;
  color: var(--ts-cream);
  background: #090c09;
}

@media (max-width: 1120px) {
  .ts-overlay-product-nav { padding-inline: 24px; grid-template-columns: 150px minmax(0, 1fr) 150px; }
  .ts-overlay-product-nav nav { gap: 16px; }
  .ts-overlay-product-nav > .ts-button { min-width: 146px; }
  .ts-overlay-hero-copy { padding: 38px 36px; }
  .ts-overlay-hero-copy h1 { font-size: clamp(43px, 4.6vw, 54px); }
  .ts-overlay-chapter-copy { grid-template-columns: 40px 1fr; gap: 12px; padding-inline: 24px; }
  .ts-overlay-number { font-size: 30px; }
  .ts-overlay-chapter h2 { font-size: 25px; }
  .ts-overlay-facts { padding-inline: 14px; }
  .ts-overlay-facts > .ts-overlay-fact { grid-template-columns: 68px minmax(0, 1fr); gap: 9px; }
  .ts-overlay-fact-icon { width: 68px; }
  .ts-overlay-fact-icon img { max-width: 64px; }
  .ts-overlay-workflow aside { padding-inline: 30px; }
}

@media (max-width: 900px) {
  .ts-overlay-product-nav { grid-template-columns: 1fr auto; min-height: 64px; }
  .ts-overlay-product-nav nav { display: none; }
  .ts-overlay-product-nav > .ts-button { min-width: 150px; }
  .ts-overlay-hero { grid-template-columns: 1fr; }
  .ts-overlay-hero-copy { order: -1; min-height: 390px; }
  .ts-overlay-hero-copy h1 { white-space: normal; font-size: clamp(48px, 8vw, 68px); }
  .ts-overlay-hero-media { min-height: 440px; border-top: 1px solid var(--ts-line); }
  .ts-overlay-chapter { height: auto; grid-template-columns: minmax(0, 1fr) minmax(270px, .62fr); overflow: visible; }
  .ts-overlay-chapter > figure { height: 300px; grid-column: 1 / -1; min-height: 300px; border-right: 0; border-bottom: 1px solid var(--ts-line); }
  .ts-overlay-chapter-copy { min-height: 170px; }
  .ts-overlay-facts { min-height: 170px; padding-block: 10px; }
  .ts-overlay-facts > .ts-overlay-fact { grid-template-columns: 84px minmax(0, 1fr); }
  .ts-overlay-fact-icon { width: 84px; }
  .ts-overlay-fact-icon img { max-width: 80px; }
  .ts-overlay-workflow { grid-template-columns: 1fr; }
  .ts-overlay-workflow aside { min-height: 180px; }
}

@media (max-width: 620px) {
  .ts-overlay-product-nav { padding-inline: 18px; }
  .ts-overlay-product-brand { width: 96px; }
  .ts-overlay-product-nav > .ts-button { min-width: 132px; min-height: 40px; }
  .ts-overlay-hero-copy { min-height: 360px; padding: 38px 24px; }
  .ts-overlay-hero-copy h1 { font-size: clamp(43px, 13vw, 58px); }
  .ts-overlay-hero-copy > p { font-size: 15px; }
  .ts-overlay-hero-copy .ts-actions { flex-direction: column; }
  .ts-overlay-hero-copy .ts-button { width: 100%; }
  .ts-overlay-hero-media { min-height: 270px; }
  .ts-overlay-chapter { grid-template-columns: 1fr; }
  .ts-overlay-chapter > figure { height: 230px; min-height: 230px; }
  .ts-overlay-chapter-copy { min-height: 0; padding: 30px 24px; border-right: 0; border-bottom: 1px solid var(--ts-line); }
  .ts-overlay-chapter h2 { font-size: 30px; white-space: normal; }
  .ts-overlay-chapter-copy > div > p br { display: none; }
  .ts-overlay-facts { min-height: 0; padding: 12px 24px; }
  .ts-overlay-facts > .ts-overlay-fact { min-height: 76px; }
  .ts-overlay-workflow-main { padding: 28px 24px; }
  .ts-overlay-workflow-main > header { padding-bottom: 18px; }
  .ts-overlay-workflow ol { grid-template-columns: 1fr; }
  .ts-overlay-workflow li { min-height: 112px; padding: 18px 0; border-top: 1px solid var(--ts-line); }
  .ts-overlay-workflow li:not(:last-child)::after { display: none; }
  .ts-overlay-workflow aside { min-height: 210px; padding: 34px 24px; }
}

/* Overlay System — rebuilt as a focused product interface. */
.rr-os {
  width: min(1536px, 100%);
  margin-inline: auto;
  overflow: hidden;
  border-right: 1px solid rgba(240, 229, 208, .16);
  border-left: 1px solid rgba(240, 229, 208, .16);
  color: var(--ts-cream);
  background: #050806;
}

.rr-os-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 56px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 164px;
  align-items: center;
  padding: 0 42px;
  border-bottom: 1px solid rgba(240, 229, 208, .2);
  background: rgba(4, 7, 5, .97);
  backdrop-filter: blur(16px);
}

.rr-os-brand {
  width: 108px;
  display: flex;
  align-items: center;
}

.rr-os-brand img {
  width: 100%;
  height: auto;
  display: block;
}

.rr-os-nav nav {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 29px;
}

.rr-os-nav nav a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(240, 229, 208, .56);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .045em;
  text-transform: uppercase;
  transition: color .2s ease;
}

.rr-os-nav nav a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: transparent;
  content: '';
}

.rr-os-nav nav a:hover,
.rr-os-nav nav a.is-active { color: var(--ts-orange); }
.rr-os-nav nav a.is-active::after { background: var(--ts-orange); }

.rr-os .ts-button {
  min-height: 46px;
  min-width: 172px;
  padding: 0 20px;
  border-radius: 0;
  font-size: 10px;
}

.rr-os-nav > .ts-button {
  min-width: 164px;
  justify-self: end;
  border-color: var(--ts-cream);
  color: #080b08;
  background: var(--ts-cream);
}

.rr-os-hero {
  height: 420px;
  display: grid;
  grid-template-columns: minmax(0, 55%) minmax(0, 45%);
  border-bottom: 1px solid rgba(240, 229, 208, .2);
  background: #050806;
  scroll-margin-top: 56px;
}

.rr-os-hero-media {
  position: relative;
  min-width: 0;
  height: 420px;
  margin: 0;
  overflow: hidden;
  background: #020403;
}

.rr-os-hero-media::after {
  position: absolute;
  inset: 0;
  box-shadow: inset -70px 0 80px rgba(3, 6, 4, .22), inset 0 -50px 70px rgba(3, 6, 4, .28);
  content: '';
  pointer-events: none;
}

.rr-os-hero-media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: left center;
  filter: saturate(.92) brightness(.9) contrast(1.06);
  transform: scale(1.015);
  transition: transform .8s var(--ts-ease), filter .3s ease;
}

.rr-os-hero:hover .rr-os-hero-media > img {
  filter: saturate(1) brightness(.96) contrast(1.05);
  transform: scale(1.03);
}

.rr-os-hero-media figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 18px;
  left: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 10px;
  border-top: 1px solid rgba(240, 229, 208, .22);
  color: rgba(240, 229, 208, .65);
  font-size: 8px;
  font-weight: 740;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rr-os-hero-media figcaption span { color: var(--ts-orange); }

.rr-os-hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 56px;
  border-left: 1px solid rgba(240, 229, 208, .1);
  background-color: #060806;
  background-image: url('/assets/site-bg.webp');
  background-position: right center;
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(3, 6, 4, .66);
}

.rr-os-kicker {
  position: relative;
  padding-left: 26px;
  color: var(--ts-orange);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.rr-os-kicker::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 1px;
  background: var(--ts-orange);
  content: '';
}

.rr-os-hero h1 {
  max-width: 650px;
  margin: 15px 0 0;
  font-size: clamp(54px, 4.75vw, 73px);
  font-variation-settings: 'wdth' 82;
  font-weight: 840;
  line-height: .91;
  letter-spacing: -.047em;
  white-space: nowrap;
  text-transform: uppercase;
}

.rr-os-hero h1 em {
  color: var(--ts-orange);
  font-style: normal;
}

.rr-os-hero-copy > p {
  max-width: 480px;
  margin: 22px 0 0;
  color: rgba(240, 229, 208, .72);
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.45;
}

.rr-os-actions {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

.rr-os-primary {
  border-color: var(--ts-cream) !important;
  color: #080b08 !important;
  background: var(--ts-cream) !important;
}

.rr-os-secondary { border-color: rgba(240, 229, 208, .34) !important; }

.rr-os-capability {
  height: 136px;
  display: grid;
  grid-template-columns: minmax(0, 34%) minmax(0, 37%) minmax(0, 29%);
  overflow: hidden;
  border-bottom: 1px solid rgba(240, 229, 208, .2);
  background: #060806;
  scroll-margin-top: 56px;
}

.rr-os-capability > figure {
  position: relative;
  height: 136px;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid rgba(240, 229, 208, .14);
  background: #020403;
}

.rr-os-capability > figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: left top;
  filter: saturate(.84) brightness(.86) contrast(1.08);
  transform: scale(1.015);
  transition: transform .55s var(--ts-ease), filter .25s ease;
}

.rr-os-capability:hover > figure img {
  filter: saturate(.96) brightness(.92) contrast(1.06);
  transform: scale(1.03);
}

.rr-os-capability-copy {
  min-width: 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  padding: 18px 36px;
  border-right: 1px solid rgba(240, 229, 208, .14);
}

.rr-os-capability-copy > span {
  color: var(--ts-orange);
  font-size: 36px;
  font-weight: 840;
  line-height: 1;
  letter-spacing: -.05em;
}

.rr-os-capability h2 {
  margin: 0;
  font-size: clamp(29px, 2.35vw, 36px);
  font-variation-settings: 'wdth' 84;
  font-weight: 820;
  line-height: .96;
  letter-spacing: -.038em;
  white-space: nowrap;
  text-transform: uppercase;
}

.rr-os-capability-copy p {
  margin: 9px 0 0;
  color: rgba(240, 229, 208, .66);
  font-size: 12px;
  line-height: 1.4;
}

.rr-os-facts {
  min-width: 0;
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  padding: 6px 24px;
}

.rr-os-fact {
  min-width: 0;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 6px 0;
  border-top: 1px solid rgba(240, 229, 208, .09);
}

.rr-os-fact:first-child { border-top: 0; }

.rr-os-fact-icon {
  width: 82px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rr-os-fact-icon img {
  width: auto;
  height: auto;
  max-width: 78px;
  max-height: 33px;
  display: block;
  object-fit: contain;
}

.rr-os-fact b {
  display: block;
  color: var(--ts-cream);
  font-size: 10px;
  line-height: 1.08;
  text-transform: uppercase;
}

.rr-os-fact p {
  margin: 4px 0 0;
  color: rgba(240, 229, 208, .58);
  font-size: 8.6px;
  line-height: 1.18;
}

.rr-os-workflow {
  height: 140px;
  display: grid;
  grid-template-columns: minmax(0, 71%) minmax(300px, 29%);
  background: #070a08;
  scroll-margin-top: 56px;
}

.rr-os-workflow-main { padding: 12px 36px 16px; }

.rr-os-workflow-main > h2 {
  margin: 0 0 9px;
  color: var(--ts-orange);
  font-size: 16px;
  font-variation-settings: 'wdth' 86;
  font-weight: 800;
  letter-spacing: .01em;
}

.rr-os-workflow ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.rr-os-workflow li {
  position: relative;
  min-height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 34px;
}

.rr-os-workflow li:not(:last-child)::after {
  position: absolute;
  top: 35px;
  right: 13px;
  color: var(--ts-cream);
  font-size: 24px;
  content: '→';
}

.rr-os-workflow li span {
  color: var(--ts-orange);
  font-size: 13px;
  font-weight: 780;
}

.rr-os-workflow li b {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.rr-os-workflow li p {
  margin: 6px 0 0;
  color: rgba(240, 229, 208, .58);
  font-size: 9px;
  line-height: 1.3;
}

.rr-os-workflow aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 22px 46px;
  background-color: #b83e20;
  background-image: url('/assets/site-bg.webp');
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
}

.rr-os-workflow aside h2 {
  margin: 0;
  color: var(--ts-cream);
  font-size: 22px;
  font-variation-settings: 'wdth' 86;
  font-weight: 820;
  line-height: 1;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.rr-os-workflow aside .ts-button {
  min-width: 164px;
  min-height: 40px;
  margin-top: 13px;
  border-color: #080b08;
  color: var(--ts-cream);
  background: #080b08;
}

@media (max-width: 1120px) {
  .rr-os-nav { grid-template-columns: 140px minmax(0, 1fr) 146px; padding-inline: 24px; }
  .rr-os-nav nav { gap: 15px; }
  .rr-os-nav > .ts-button { min-width: 146px; }
  .rr-os-hero-copy { padding-inline: 36px; }
  .rr-os-hero h1 { font-size: clamp(46px, 4.8vw, 56px); }
  .rr-os-capability-copy { grid-template-columns: 42px 1fr; gap: 12px; padding-inline: 24px; }
  .rr-os-capability-copy > span { font-size: 30px; }
  .rr-os-capability h2 { font-size: 25px; }
  .rr-os-facts { padding-inline: 14px; }
  .rr-os-fact { grid-template-columns: 66px minmax(0, 1fr); gap: 9px; }
  .rr-os-fact-icon { width: 66px; }
  .rr-os-fact-icon img { max-width: 62px; }
  .rr-os-workflow aside { padding-inline: 30px; }
}

@media (max-width: 900px) {
  .rr-os-nav { height: 64px; grid-template-columns: 1fr auto; }
  .rr-os-nav nav { display: none; }
  .rr-os-hero { height: auto; grid-template-columns: 1fr; }
  .rr-os-hero-copy { order: -1; min-height: 390px; }
  .rr-os-hero h1 { font-size: clamp(48px, 8vw, 68px); white-space: normal; }
  .rr-os-hero-media { height: 440px; border-top: 1px solid rgba(240, 229, 208, .16); }
  .rr-os-capability { height: auto; grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr); overflow: visible; }
  .rr-os-capability > figure { height: 300px; grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid rgba(240, 229, 208, .14); }
  .rr-os-capability-copy { min-height: 170px; }
  .rr-os-facts { min-height: 170px; padding-block: 10px; }
  .rr-os-fact { grid-template-columns: 82px minmax(0, 1fr); }
  .rr-os-fact-icon { width: 82px; }
  .rr-os-fact-icon img { max-width: 78px; }
  .rr-os-workflow { height: auto; grid-template-columns: 1fr; }
  .rr-os-workflow aside { min-height: 180px; }
}

@media (max-width: 620px) {
  .rr-os-nav { padding-inline: 18px; }
  .rr-os-brand { width: 96px; }
  .rr-os-nav > .ts-button { min-width: 132px; min-height: 40px; }
  .rr-os-hero-copy { min-height: 360px; padding: 38px 24px; }
  .rr-os-hero h1 { font-size: clamp(43px, 13vw, 58px); }
  .rr-os-hero-copy > p { font-size: 15px; }
  .rr-os-actions { flex-direction: column; }
  .rr-os-actions .ts-button { width: 100%; }
  .rr-os-hero-media { height: 270px; }
  .rr-os-hero-media figcaption b { display: none; }
  .rr-os-capability { grid-template-columns: 1fr; }
  .rr-os-capability > figure { height: 230px; }
  .rr-os-capability-copy { min-height: 0; padding: 30px 24px; border-right: 0; border-bottom: 1px solid rgba(240, 229, 208, .14); }
  .rr-os-capability h2 { font-size: 30px; white-space: normal; }
  .rr-os-capability-copy p br { display: none; }
  .rr-os-facts { min-height: 0; padding: 12px 24px; }
  .rr-os-fact { min-height: 76px; }
  .rr-os-workflow-main { padding: 28px 24px; }
  .rr-os-workflow ol { grid-template-columns: 1fr; }
  .rr-os-workflow li { min-height: 108px; padding: 18px 0; border-top: 1px solid rgba(240, 229, 208, .1); }
  .rr-os-workflow li:first-child { border-top: 0; }
  .rr-os-workflow li:not(:last-child)::after { display: none; }
  .rr-os-workflow aside { min-height: 210px; padding: 34px 24px; }
}

/* Overlay System V2 — immersive product landing page. */
.rr-ov2 {
  --rr-ov2-bg: #050706;
  --rr-ov2-panel: #090c0a;
  --rr-ov2-panel-soft: #0d100e;
  --rr-ov2-line: rgba(240, 229, 208, .16);
  --rr-ov2-muted: rgba(240, 229, 208, .64);
  width: min(1536px, 100%);
  margin-inline: auto;
  overflow: hidden;
  border-inline: 1px solid var(--rr-ov2-line);
  color: var(--ts-cream);
  background: var(--rr-ov2-bg);
}

.rr-ov2 em {
  color: var(--ts-orange);
  font-style: normal;
}

.rr-ov2-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 72px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) 170px;
  align-items: center;
  padding-inline: 48px;
  border-bottom: 1px solid var(--rr-ov2-line);
  background: rgba(5, 7, 6, .96);
  backdrop-filter: blur(18px);
}

.rr-ov2-brand {
  width: 118px;
  display: flex;
  align-items: center;
}

.rr-ov2-brand img {
  width: 100%;
  height: auto;
  display: block;
}

.rr-ov2-nav nav {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 34px;
}

.rr-ov2-nav nav a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(240, 229, 208, .54);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .055em;
  text-transform: uppercase;
  transition: color .2s ease;
}

.rr-ov2-nav nav a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
  content: '';
}

.rr-ov2-nav nav a:hover,
.rr-ov2-nav nav a.is-active { color: var(--ts-orange); }
.rr-ov2-nav nav a.is-active::after { background: var(--ts-orange); }

.rr-ov2 .ts-button {
  min-width: 180px;
  min-height: 48px;
  border-radius: 0;
  padding-inline: 22px;
  font-size: 10px;
}

.rr-ov2-nav > .ts-button {
  min-width: 170px;
  justify-self: end;
  border-color: var(--ts-cream);
  color: #080a08;
  background: var(--ts-cream);
}

.rr-ov2-hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(390px, 41%) minmax(0, 59%);
  align-items: center;
  gap: 34px;
  padding: 58px 48px 64px;
  border-bottom: 1px solid var(--rr-ov2-line);
  background-color: var(--rr-ov2-bg);
  background-image: url('/assets/site-bg.webp');
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(2, 5, 3, .76);
  scroll-margin-top: 72px;
}

.rr-ov2-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding-left: 14px;
}

.rr-ov2-product-mark {
  width: 74px;
  height: 74px;
  display: block;
  margin-bottom: 32px;
  object-fit: contain;
}

.rr-ov2-eyebrow,
.rr-ov2-index {
  display: block;
  color: var(--ts-orange);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.rr-ov2-hero h1 {
  margin: 18px 0 0;
  font-size: clamp(58px, 5.2vw, 80px);
  font-variation-settings: 'wdth' 82;
  font-weight: 850;
  line-height: .9;
  letter-spacing: -.052em;
  text-transform: uppercase;
}

.rr-ov2-hero-copy > p {
  max-width: 510px;
  margin: 26px 0 0;
  color: var(--rr-ov2-muted);
  font-size: 18px;
  line-height: 1.52;
}

.rr-ov2-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.rr-ov2-hero-tags li {
  padding: 8px 11px;
  border: 1px solid var(--rr-ov2-line);
  color: rgba(240, 229, 208, .7);
  font-size: 9px;
  font-weight: 740;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: rgba(4, 6, 5, .58);
}

.rr-ov2-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.rr-ov2-primary {
  border-color: var(--ts-orange) !important;
  color: #080a08 !important;
  background: var(--ts-orange) !important;
}

.rr-ov2-secondary { border-color: rgba(240, 229, 208, .3) !important; }

.rr-ov2-hero-screen {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(232, 97, 53, .42);
  background: #020403;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .5);
}

.rr-ov2-windowbar {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 13px;
  border-bottom: 1px solid var(--rr-ov2-line);
  color: rgba(240, 229, 208, .54);
  font-size: 8px;
  font-weight: 760;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rr-ov2-windowbar b { color: var(--ts-orange); }

.rr-ov2-hero-screen > img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  object-position: left top;
  filter: saturate(.94) brightness(.92) contrast(1.04);
}

.rr-ov2-hero-screen figcaption,
.rr-ov2-story-media figcaption {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 13px;
  border-top: 1px solid var(--rr-ov2-line);
  color: rgba(240, 229, 208, .48);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.rr-ov2-hero-screen figcaption b {
  margin-left: auto;
  color: var(--ts-orange);
  font-size: 13px;
}

.rr-ov2-proof {
  min-height: 124px;
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.45fr);
  align-items: stretch;
  border-bottom: 1px solid var(--rr-ov2-line);
  background: var(--rr-ov2-panel);
}

.rr-ov2-proof > p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 26px 48px;
  border-right: 1px solid var(--rr-ov2-line);
  color: var(--rr-ov2-muted);
  font-size: 13px;
  line-height: 1.42;
}

.rr-ov2-proof > p span {
  color: var(--ts-orange);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: .05em;
}

.rr-ov2-proof ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.rr-ov2-proof li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  padding: 22px 25px;
  border-left: 1px solid var(--rr-ov2-line);
  color: rgba(240, 229, 208, .74);
  font-size: 11px;
  font-weight: 720;
  text-transform: uppercase;
}

.rr-ov2-proof li:first-child { border-left: 0; }
.rr-ov2-proof li b { color: var(--ts-orange); font-size: 13px; }

.rr-ov2-story {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(360px, 38%) minmax(0, 62%);
  border-bottom: 1px solid var(--rr-ov2-line);
  background: var(--rr-ov2-panel-soft);
  scroll-margin-top: 72px;
}

.rr-ov2-story.is-reverse {
  grid-template-columns: minmax(0, 62%) minmax(360px, 38%);
}

.rr-ov2-story.is-reverse .rr-ov2-story-media { order: -1; border-right: 1px solid var(--rr-ov2-line); border-left: 0; }

.rr-ov2-story-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 52px;
  background: var(--rr-ov2-panel);
}

.rr-ov2-story h2,
.rr-ov2-workflow h2,
.rr-ov2-final h2 {
  margin: 18px 0 0;
  font-variation-settings: 'wdth' 82;
  font-weight: 840;
  line-height: .92;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.rr-ov2-story h2 { font-size: clamp(44px, 4.1vw, 63px); }

.rr-ov2-story-copy > p {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--rr-ov2-muted);
  font-size: 15px;
  line-height: 1.55;
}

.rr-ov2-facts {
  display: grid;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid var(--rr-ov2-line);
  border-bottom: 1px solid var(--rr-ov2-line);
}

.rr-ov2-facts article {
  min-height: 88px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding-block: 12px;
  border-top: 1px solid var(--rr-ov2-line);
}

.rr-ov2-facts article:first-child { border-top: 0; }

.rr-ov2-facts article > span {
  width: 112px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rr-ov2-facts img {
  width: auto;
  height: auto;
  max-width: 102px;
  max-height: 38px;
  display: block;
  object-fit: contain;
}

.rr-ov2-facts b {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

.rr-ov2-facts p {
  margin: 6px 0 0;
  color: rgba(240, 229, 208, .56);
  font-size: 10px;
  line-height: 1.35;
}

.rr-ov2-story-media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-left: 1px solid var(--rr-ov2-line);
  background: #020403;
}

.rr-ov2-story-media::after {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 90px rgba(0, 0, 0, .28);
  content: '';
  pointer-events: none;
}

.rr-ov2-story-media > img {
  width: 100%;
  height: calc(100% - 48px);
  display: block;
  object-fit: cover;
  object-position: left top;
  filter: saturate(.88) brightness(.88) contrast(1.05);
  transition: transform .7s var(--ts-ease), filter .25s ease;
}

.rr-ov2-story:hover .rr-ov2-story-media > img {
  filter: saturate(.98) brightness(.94) contrast(1.04);
  transform: scale(1.018);
}

.rr-ov2-story-media figcaption {
  position: relative;
  z-index: 2;
  height: 48px;
  justify-content: space-between;
  background: #060806;
}

.rr-ov2-story-media figcaption span { color: var(--ts-orange); }
.rr-ov2-story-media figcaption b { color: rgba(240, 229, 208, .64); text-align: right; }

.rr-ov2-workflow {
  display: grid;
  grid-template-columns: minmax(340px, 32%) minmax(0, 68%);
  min-height: 360px;
  border-bottom: 1px solid var(--rr-ov2-line);
  background: var(--rr-ov2-bg);
  scroll-margin-top: 72px;
}

.rr-ov2-workflow > header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 48px;
  border-right: 1px solid var(--rr-ov2-line);
}

.rr-ov2-workflow h2 { font-size: clamp(42px, 4vw, 60px); }

.rr-ov2-workflow ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.rr-ov2-workflow li {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 36px;
  border-left: 1px solid var(--rr-ov2-line);
  border-top: 1px solid var(--rr-ov2-line);
  background: var(--rr-ov2-panel);
}

.rr-ov2-workflow li:nth-child(-n+2) { border-top: 0; }
.rr-ov2-workflow li:nth-child(odd) { border-left: 0; }
.rr-ov2-workflow li span { color: var(--ts-orange); font-size: 12px; font-weight: 780; }
.rr-ov2-workflow li b { margin-top: 18px; font-size: 22px; text-transform: uppercase; }
.rr-ov2-workflow li p { max-width: 300px; margin: 9px 0 0; color: var(--rr-ov2-muted); font-size: 12px; line-height: 1.45; }

.rr-ov2-final {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .62fr) auto;
  align-items: center;
  gap: 44px;
  padding: 58px 48px;
  background-color: #0a0d0b;
  background-image: url('/assets/site-bg.webp');
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(4, 7, 5, .78);
}

.rr-ov2-final > div > span {
  color: var(--ts-orange);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: .055em;
}

.rr-ov2-final h2 { font-size: clamp(42px, 4.5vw, 68px); }
.rr-ov2-final > p { max-width: 380px; margin: 0; color: var(--rr-ov2-muted); font-size: 14px; line-height: 1.55; }
.rr-ov2-final > .ts-button { min-width: 190px; }

@media (max-width: 1180px) {
  .rr-ov2-nav { grid-template-columns: 150px minmax(0, 1fr) 150px; padding-inline: 28px; }
  .rr-ov2-nav nav { gap: 20px; }
  .rr-ov2-nav > .ts-button { min-width: 150px; }
  .rr-ov2-hero { grid-template-columns: minmax(350px, 42%) minmax(0, 58%); padding-inline: 32px; }
  .rr-ov2-hero h1 { font-size: clamp(54px, 5.2vw, 64px); }
  .rr-ov2-story-copy { padding-inline: 36px; }
  .rr-ov2-facts article { grid-template-columns: 92px minmax(0, 1fr); }
  .rr-ov2-facts article > span { width: 92px; }
  .rr-ov2-facts img { max-width: 84px; }
}

@media (max-width: 920px) {
  .rr-ov2-nav { height: 64px; grid-template-columns: 1fr auto; }
  .rr-ov2-nav nav { display: none; }
  .rr-ov2-hero { min-height: 0; grid-template-columns: 1fr; padding: 50px 28px; }
  .rr-ov2-hero-copy { max-width: 680px; padding: 0; }
  .rr-ov2-hero-screen { margin-top: 18px; }
  .rr-ov2-proof { grid-template-columns: 1fr; }
  .rr-ov2-proof > p { border-right: 0; border-bottom: 1px solid var(--rr-ov2-line); }
  .rr-ov2-story,
  .rr-ov2-story.is-reverse { grid-template-columns: 1fr; }
  .rr-ov2-story.is-reverse .rr-ov2-story-media { order: 0; }
  .rr-ov2-story-media,
  .rr-ov2-story.is-reverse .rr-ov2-story-media { min-height: 480px; border-top: 1px solid var(--rr-ov2-line); border-right: 0; border-left: 0; }
  .rr-ov2-story-copy { min-height: 500px; }
  .rr-ov2-workflow { grid-template-columns: 1fr; }
  .rr-ov2-workflow > header { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--rr-ov2-line); }
  .rr-ov2-final { grid-template-columns: 1fr; gap: 26px; }
}

@media (max-width: 620px) {
  .rr-ov2-nav { padding-inline: 18px; }
  .rr-ov2-brand { width: 96px; }
  .rr-ov2-nav > .ts-button { min-width: 132px; min-height: 40px; }
  .rr-ov2-hero { padding: 40px 18px 32px; }
  .rr-ov2-product-mark { width: 60px; height: 60px; margin-bottom: 24px; }
  .rr-ov2-hero h1 { font-size: clamp(46px, 14vw, 61px); }
  .rr-ov2-hero-copy > p { font-size: 15px; }
  .rr-ov2-actions { flex-direction: column; }
  .rr-ov2-actions .ts-button { width: 100%; }
  .rr-ov2-hero-screen { padding: 7px; }
  .rr-ov2-windowbar { min-height: 32px; }
  .rr-ov2-windowbar b { display: none; }
  .rr-ov2-hero-screen figcaption { gap: 12px; }
  .rr-ov2-hero-screen figcaption b { display: none; }
  .rr-ov2-proof > p { padding: 24px 20px; }
  .rr-ov2-proof ul { grid-template-columns: repeat(2, 1fr); }
  .rr-ov2-proof li:nth-child(3) { border-left: 0; border-top: 1px solid var(--rr-ov2-line); }
  .rr-ov2-proof li:nth-child(4) { border-top: 1px solid var(--rr-ov2-line); }
  .rr-ov2-story-copy { min-height: 0; padding: 44px 22px; }
  .rr-ov2-story h2 { font-size: clamp(40px, 12vw, 52px); }
  .rr-ov2-story-copy > p { font-size: 14px; }
  .rr-ov2-facts article { grid-template-columns: 82px minmax(0, 1fr); }
  .rr-ov2-facts article > span { width: 82px; }
  .rr-ov2-facts img { max-width: 76px; }
  .rr-ov2-story-media,
  .rr-ov2-story.is-reverse .rr-ov2-story-media { min-height: 300px; }
  .rr-ov2-story-media > img { height: calc(100% - 52px); }
  .rr-ov2-story-media figcaption { min-height: 52px; }
  .rr-ov2-story-media figcaption b { max-width: 54%; }
  .rr-ov2-workflow > header { min-height: 240px; padding: 42px 22px; }
  .rr-ov2-workflow h2 { font-size: clamp(38px, 12vw, 50px); }
  .rr-ov2-workflow ol { grid-template-columns: 1fr; }
  .rr-ov2-workflow li,
  .rr-ov2-workflow li:nth-child(-n+2),
  .rr-ov2-workflow li:nth-child(odd) { min-height: 150px; border-top: 1px solid var(--rr-ov2-line); border-left: 0; padding: 28px 22px; }
  .rr-ov2-workflow li:first-child { border-top: 0; }
  .rr-ov2-final { padding: 46px 22px; }
  .rr-ov2-final h2 { font-size: clamp(39px, 12vw, 50px); }
  .rr-ov2-final > .ts-button { width: 100%; }
}

/* Overlay System V3 — approved calm product narrative. */
.rr-ov2 {
  --rr-ov2-bg: #050706;
  --rr-ov2-panel: #090b0a;
  --rr-ov2-panel-soft: #0c0f0d;
  --rr-ov2-line: rgba(240, 229, 208, .14);
  --rr-ov2-muted: rgba(240, 229, 208, .6);
  width: min(1536px, 100%);
  border-inline: 0;
  color: #f0e5d0;
  background: var(--rr-ov2-bg);
}

.rr-ov2 em { color: inherit; }

.rr-ov2-nav {
  height: 72px;
  grid-template-columns: 170px minmax(0, 1fr) 168px;
  padding-inline: clamp(24px, 3.2vw, 48px);
  background: rgba(5, 7, 6, .97);
}

.rr-ov2-brand { width: 112px; }
.rr-ov2-nav nav { gap: clamp(22px, 2.5vw, 38px); }
.rr-ov2-nav nav a {
  font-size: 11px;
  font-weight: 580;
  letter-spacing: 0;
  text-transform: none;
}

.rr-ov2 .ts-button {
  min-width: 180px;
  min-height: 54px;
  padding-inline: 26px;
  border-radius: 0;
  font-size: 11px;
  letter-spacing: .015em;
}

.rr-ov2-nav > .ts-button {
  min-width: 168px;
  min-height: 48px;
  border-color: #f0e5d0;
  color: #080a08;
  background: #f0e5d0;
}

.rr-ov2-hero {
  min-height: 620px;
  grid-template-columns: minmax(370px, 38%) minmax(0, 62%);
  gap: clamp(30px, 2.6vw, 42px);
  padding: 42px clamp(24px, 3.2vw, 48px) 52px;
  background: #050706;
  box-shadow: none;
}

.rr-ov2-hero-copy {
  max-width: 550px;
  padding: 0;
}

.rr-ov2-eyebrow,
.rr-ov2-index {
  font-size: 12px;
  font-weight: 680;
  letter-spacing: .035em;
  text-transform: none;
}

.rr-ov2-hero h1 {
  max-width: 560px;
  margin: 30px 0 0;
  font-size: clamp(52px, 4.5vw, 68px);
  font-variation-settings: normal;
  font-weight: 470;
  line-height: 1.04;
  letter-spacing: -.045em;
  text-transform: none;
}

.rr-ov2-hero-copy > p {
  max-width: 500px;
  margin-top: 26px;
  font-size: 18px;
  line-height: 1.58;
}

.rr-ov2-actions { gap: 16px; margin-top: 34px; }
.rr-ov2-primary { color: #090b09 !important; }
.rr-ov2-secondary { color: #f0e5d0 !important; background: transparent !important; }

.rr-ov2-hero-screen {
  align-self: center;
  padding: 12px;
  border-color: var(--rr-ov2-line);
  background: #0b0e0c;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .36);
}

.rr-ov2-windowbar {
  min-height: 44px;
  padding-inline: 18px;
  font-size: 9px;
}

.rr-ov2-hero-screen > img {
  filter: saturate(.9) brightness(.9) contrast(1.04);
}

.rr-ov2-compatibility {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 14px 24px;
  border-bottom: 1px solid var(--rr-ov2-line);
  color: rgba(240, 229, 208, .68);
  background: #0b0e0c;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rr-ov2-compatibility span { color: rgba(240, 229, 208, .4); font-weight: 650; }
.rr-ov2-compatibility b { font-weight: 650; }
.rr-ov2-compatibility i { color: rgba(240, 229, 208, .34); font-style: normal; }

.rr-ov2-build {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  border-bottom: 1px solid var(--rr-ov2-line);
  background: var(--rr-ov2-bg);
  scroll-margin-top: 72px;
}

.rr-ov2-build,
.rr-ov2-story,
.rr-ov2-workflow {
  width: auto;
  margin-inline: 48px;
  border-right: 1px solid var(--rr-ov2-line);
  border-left: 1px solid var(--rr-ov2-line);
}

.rr-ov2-build .rr-ov2-story-copy {
  min-height: 430px;
  padding: 58px clamp(36px, 5vw, 76px) 58px 48px;
  background: transparent;
}

.rr-ov2-story-copy {
  min-height: 0;
  padding: 40px clamp(32px, 3vw, 44px);
  background: var(--rr-ov2-panel);
}

.rr-ov2-build h2,
.rr-ov2-story h2,
.rr-ov2-final h2 {
  margin: 24px 0 0;
  font-variation-settings: normal;
  font-size: clamp(38px, 3.35vw, 52px);
  font-weight: 470;
  line-height: 1.08;
  letter-spacing: -.04em;
  text-transform: none;
}

.rr-ov2-story h2 { font-size: clamp(38px, 3vw, 46px); }

.rr-ov2-build .rr-ov2-story-copy > p,
.rr-ov2-story-copy > p {
  max-width: 530px;
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.62;
}

.rr-ov2-build > .rr-ov2-facts {
  min-height: 430px;
  align-content: center;
  margin: 0;
  padding: 46px clamp(36px, 5vw, 72px);
  border: 0;
  border-left: 1px solid var(--rr-ov2-line);
}

.rr-ov2-facts {
  margin-top: 22px;
  border: 0;
}

.rr-ov2-facts article {
  min-height: 74px;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 18px;
  padding-block: 12px;
  border-top: 0;
}

.rr-ov2-facts article + article { border-top: 1px solid rgba(240, 229, 208, .1); }

.rr-ov2-facts article > span {
  width: 58px;
  min-height: 58px;
}

.rr-ov2-facts img {
  max-width: 54px;
  max-height: 54px;
}

.rr-ov2-facts b {
  font-size: 15px;
  font-weight: 580;
  line-height: 1.25;
  text-transform: none;
}

.rr-ov2-facts p {
  max-width: 420px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
}

.rr-ov2-story,
.rr-ov2-story.is-reverse {
  min-height: 450px;
  grid-template-columns: minmax(0, 60%) minmax(360px, 40%);
  background: var(--rr-ov2-panel-soft);
}

.rr-ov2-story:not(.is-reverse) {
  grid-template-columns: minmax(360px, 40%) minmax(0, 60%);
}

.rr-ov2-story.is-reverse .rr-ov2-story-media {
  order: -1;
  border-right: 1px solid var(--rr-ov2-line);
  border-left: 0;
}

.rr-ov2-story-media {
  min-height: 450px;
  border-left: 1px solid var(--rr-ov2-line);
}

.rr-ov2-story-media::after { box-shadow: inset 0 0 72px rgba(0, 0, 0, .2); }
.rr-ov2-story-media > img {
  height: 100%;
  object-fit: cover;
  object-position: left top;
  filter: saturate(.82) brightness(.82) contrast(1.04);
}

.rr-ov2-story:hover .rr-ov2-story-media > img {
  filter: saturate(.94) brightness(.9) contrast(1.03);
  transform: scale(1.006);
}

.rr-ov2-workflow {
  min-height: 146px;
  display: block;
  padding: 26px 36px 28px;
  background: #070908;
}

.rr-ov2-workflow > h2 {
  margin: 0 0 15px;
  color: rgba(240, 229, 208, .62);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.rr-ov2-workflow ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.rr-ov2-workflow li,
.rr-ov2-workflow li:nth-child(-n+2),
.rr-ov2-workflow li:nth-child(odd) {
  position: relative;
  min-height: 68px;
  align-items: center;
  padding: 12px 32px;
  border: 0;
  border-left: 1px solid var(--rr-ov2-line);
  background: transparent;
  text-align: center;
}

.rr-ov2-workflow li:first-child { border-left: 0; }
.rr-ov2-workflow li span { color: rgba(240, 229, 208, .64); font-size: 15px; font-weight: 500; }
.rr-ov2-workflow li b { margin-top: 8px; font-size: 16px; font-weight: 560; text-transform: uppercase; }

.rr-ov2-final {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 34px 24px;
  background: #0b0e0c;
  box-shadow: none;
  text-align: center;
}

.rr-ov2-final h2 {
  margin: 0;
  font-size: clamp(38px, 3.8vw, 56px);
}

.rr-ov2-final .rr-ov2-actions { margin: 0; }

@media (max-width: 1040px) {
  .rr-ov2-nav { grid-template-columns: 130px minmax(0, 1fr) 150px; }
  .rr-ov2-nav nav { gap: 18px; }
  .rr-ov2-nav > .ts-button { min-width: 150px; }
  .rr-ov2-hero { grid-template-columns: minmax(320px, 42%) minmax(0, 58%); gap: 32px; }
  .rr-ov2-hero h1 { font-size: clamp(48px, 5.6vw, 60px); }
  .rr-ov2-story-copy { padding-inline: 34px; }
  .rr-ov2-build .rr-ov2-story-copy { padding-left: 34px; }
  .rr-ov2-build > .rr-ov2-facts { padding-inline: 34px; }
}

@media (max-width: 820px) {
  .rr-ov2-nav { height: 64px; grid-template-columns: 1fr auto; padding-inline: 22px; }
  .rr-ov2-nav nav { display: none; }
  .rr-ov2-hero { min-height: 0; grid-template-columns: 1fr; padding: 54px 24px 40px; }
  .rr-ov2-hero-copy { max-width: 640px; }
  .rr-ov2-hero h1 { font-size: clamp(48px, 10vw, 68px); }
  .rr-ov2-hero-screen { margin-top: 14px; }
  .rr-ov2-build { grid-template-columns: 1fr; }
  .rr-ov2-build,
  .rr-ov2-story,
  .rr-ov2-workflow { margin-inline: 22px; }
  .rr-ov2-build .rr-ov2-story-copy,
  .rr-ov2-build > .rr-ov2-facts { min-height: 0; }
  .rr-ov2-build > .rr-ov2-facts { border-top: 1px solid var(--rr-ov2-line); border-left: 0; }
  .rr-ov2-story,
  .rr-ov2-story.is-reverse,
  .rr-ov2-story:not(.is-reverse) { grid-template-columns: 1fr; }
  .rr-ov2-story.is-reverse .rr-ov2-story-media { order: 0; }
  .rr-ov2-story-media,
  .rr-ov2-story.is-reverse .rr-ov2-story-media { min-height: 420px; border-top: 1px solid var(--rr-ov2-line); border-right: 0; border-left: 0; }
  .rr-ov2-workflow ol { grid-template-columns: repeat(2, 1fr); }
  .rr-ov2-workflow li:nth-child(3) { border-left: 0; border-top: 1px solid var(--rr-ov2-line); }
  .rr-ov2-workflow li:nth-child(4) { border-top: 1px solid var(--rr-ov2-line); }
}

@media (max-width: 560px) {
  .rr-ov2-brand { width: 96px; }
  .rr-ov2-nav > .ts-button { min-width: 126px; min-height: 40px; padding-inline: 16px; }
  .rr-ov2-hero { padding-inline: 18px; }
  .rr-ov2-eyebrow,
  .rr-ov2-index { font-size: 10px; }
  .rr-ov2-hero h1 { margin-top: 22px; font-size: clamp(43px, 13.5vw, 58px); }
  .rr-ov2-hero-copy > p { font-size: 16px; }
  .rr-ov2-actions { width: 100%; flex-direction: column; }
  .rr-ov2-actions .ts-button { width: 100%; }
  .rr-ov2-windowbar { min-height: 34px; padding-inline: 10px; }
  .rr-ov2-windowbar b { display: none; }
  .rr-ov2-compatibility { flex-wrap: wrap; gap: 10px 15px; font-size: 10px; }
  .rr-ov2-build,
  .rr-ov2-story,
  .rr-ov2-workflow { margin-inline: 0; border-right: 0; border-left: 0; }
  .rr-ov2-build .rr-ov2-story-copy,
  .rr-ov2-story-copy { padding: 42px 20px; }
  .rr-ov2-build > .rr-ov2-facts { padding: 26px 20px 38px; }
  .rr-ov2-build h2,
  .rr-ov2-story h2 { font-size: clamp(37px, 11vw, 48px); }
  .rr-ov2-facts article { grid-template-columns: 58px minmax(0, 1fr); gap: 12px; }
  .rr-ov2-facts article > span { width: 50px; }
  .rr-ov2-facts img { max-width: 46px; max-height: 46px; }
  .rr-ov2-story-media,
  .rr-ov2-story.is-reverse .rr-ov2-story-media { min-height: 270px; }
  .rr-ov2-workflow { padding: 30px 20px; }
  .rr-ov2-workflow ol { grid-template-columns: 1fr; }
  .rr-ov2-workflow li,
  .rr-ov2-workflow li:nth-child(-n+2),
  .rr-ov2-workflow li:nth-child(odd) { min-height: 72px; border-top: 1px solid var(--rr-ov2-line); border-left: 0; }
  .rr-ov2-workflow li:first-child { border-top: 0; }
  .rr-ov2-final { padding-inline: 20px; }
  .rr-ov2-final h2 { font-size: clamp(36px, 11vw, 48px); }
}

/* Overlay System V5 — exact compacting pass from the annotated screenshots. */
.rr-ov2 {
  gap: 24px;
}

.rr-ov2-hero {
  min-height: 400px;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
}

.rr-ov2-hero-copy {
  padding: clamp(30px, 3.5vw, 46px);
}

.rr-ov2-hero h1 {
  max-width: 520px;
  margin-top: 14px;
  font-size: clamp(38px, 3.45vw, 50px);
  line-height: .92;
}

.rr-ov2-hero-copy > p {
  max-width: 460px;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.rr-ov2-actions {
  margin-top: 20px;
}

.rr-ov2-hero-screen {
  margin: 12px 12px 12px 0;
}

.rr-ov2-windowbar {
  min-height: 36px;
}

.rr-ov2-build,
.rr-ov2-story,
.rr-ov2-story.is-reverse,
.rr-ov2-story:not(.is-reverse) {
  min-height: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.rr-ov2-build {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.rr-ov2-build .rr-ov2-story-copy,
.rr-ov2-story-copy {
  padding: clamp(26px, 3vw, 38px);
  background: transparent;
}

.rr-ov2-build > .rr-ov2-facts {
  align-content: center;
  padding: clamp(22px, 3vw, 38px);
  border: 0;
  background: transparent;
}

.rr-ov2-build h2,
.rr-ov2-story h2 {
  margin-top: 13px;
  font-size: clamp(31px, 2.7vw, 40px);
  line-height: .95;
}

.rr-ov2-build .rr-ov2-story-copy > p,
.rr-ov2-story-copy > p {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.5;
}

.rr-ov2-facts {
  margin-top: 16px;
}

.rr-ov2-facts article {
  min-height: 62px;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  padding-block: 9px;
}

.rr-ov2-facts article > span {
  width: 48px;
  min-height: 48px;
}

.rr-ov2-facts img {
  max-width: 43px;
  max-height: 43px;
}

.rr-ov2-story,
.rr-ov2-story.is-reverse {
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, .96fr);
  align-items: center;
}

.rr-ov2-story:not(.is-reverse) {
  grid-template-columns: minmax(330px, .96fr) minmax(0, 1.04fr);
}

.rr-ov2-story-media,
.rr-ov2-story.is-reverse .rr-ov2-story-media {
  min-height: 340px;
  padding: 0;
  border: 0;
  background: transparent;
}

.rr-ov2-story-media::after {
  inset: 0;
  box-shadow: inset 0 0 54px rgba(0, 0, 0, .18);
}

.rr-ov2-story-media > img {
  max-height: 330px;
}

@media (max-width: 860px) {
  .rr-ov2-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .rr-ov2-hero-copy {
    padding: 36px 28px 28px;
  }

  .rr-ov2-hero-screen {
    min-height: 340px;
    margin: 0 12px 12px;
  }

  .rr-ov2-build,
  .rr-ov2-story,
  .rr-ov2-story.is-reverse,
  .rr-ov2-story:not(.is-reverse) {
    grid-template-columns: 1fr;
  }

  .rr-ov2-build > .rr-ov2-facts {
    padding-top: 0;
  }

  .rr-ov2-story-media,
  .rr-ov2-story.is-reverse .rr-ov2-story-media {
    min-height: 300px;
    border: 0;
  }
}

/* v39 final cascade: consistent ecosystem CTA and readable public microcopy. */
.ts-nav a.ts-house-link {
  border-color: rgba(220, 92, 51, .62) !important;
  color: var(--ts-cream) !important;
  background: linear-gradient(105deg, rgba(220, 92, 51, .16), rgba(220, 92, 51, .035)) !important;
  box-shadow: inset 3px 0 0 #dc5c33, 0 9px 24px rgba(0, 0, 0, .16) !important;
}
.ts-nav a.ts-house-link b { color: #dc5c33 !important; }
.ts-nav a.ts-house-link:hover {
  border-color: #dc5c33 !important;
  color: #11150f !important;
  background: #dc5c33 !important;
}
.ts-nav a.ts-house-link:hover b { color: #11150f !important; }

.ts-kicker,
.ts-section-kicker,
.ts-visual-label,
.ts-metric span,
.ts-card > a,
.ts-event small,
.ts-event p,
.ts-legal-nav a,
.ts-service small,
.ts-selection-list,
.ts-footer-links,
.ts-footer-bottom { font-size: 12px; }

.ts-card li,
.ts-software-features li { font-size: 12px; line-height: 1.45; }

.rr-ov2-story-copy > p,
.rr-ov2-facts p,
.rr-ov2-workflow li p { font-size: 14px; line-height: 1.55; }

/* Work archive hero — compact control-room geometry. */
body[data-page="work"] .ts-events-hero {
  height: 315px;
  min-height: 315px;
  display: grid;
  grid-template-columns: minmax(390px, .9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border: 1px solid var(--ts-line);
  background: rgba(3, 7, 4, .52);
}

body[data-page="work"] .ts-events-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 46px 26px;
}

body[data-page="work"] .ts-events-hero h1 {
  max-width: 560px;
  margin: 13px 0 0;
  font-size: clamp(40px, 3.65vw, 50px);
  font-variation-settings: 'wdth' 102;
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

body[data-page="work"] .ts-events-hero h1 em {
  color: var(--ts-orange);
  font-style: normal;
  white-space: nowrap;
}

body[data-page="work"] .ts-events-hero-copy > p {
  max-width: 455px;
  margin: 18px 0 0;
  color: var(--ts-muted);
  font-size: 14px;
  line-height: 1.55;
}

body[data-page="work"] .ts-events-hero .ts-actions {
  justify-content: flex-start;
  margin-top: 18px;
}

body[data-page="work"] .ts-events-hero .ts-button {
  min-width: 155px;
  min-height: 42px;
  padding-inline: 17px;
}

body[data-page="work"] .ts-events-hero-media {
  position: relative;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #050806;
}

body[data-page="work"] .ts-events-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 46%;
  filter: saturate(.72) brightness(.72) contrast(1.04);
}

body[data-page="work"] .ts-events-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 7, 4, .98) 0, rgba(3, 7, 4, .55) 14%, transparent 42%), linear-gradient(0deg, rgba(3, 7, 4, .26), transparent 44%);
  content: '';
  pointer-events: none;
}

body[data-page="work"] .ts-events-hero-media figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 14px;
  color: rgba(240, 229, 208, .58);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  body[data-page="work"] .ts-events-hero {
    grid-template-columns: minmax(330px, .9fr) minmax(0, 1.1fr);
  }

  body[data-page="work"] .ts-events-hero-copy { padding-inline: 32px; }
  body[data-page="work"] .ts-events-hero h1 { font-size: clamp(38px, 5.3vw, 50px); }
}

@media (max-width: 700px) {
  body[data-page="work"] .ts-events-hero { height: auto; grid-template-columns: 1fr; }
  body[data-page="work"] .ts-events-hero-copy { padding: 30px 22px 26px; }
  body[data-page="work"] .ts-events-hero h1 { font-size: clamp(38px, 11vw, 48px); }
  body[data-page="work"] .ts-events-hero h1 em { white-space: normal; }
  body[data-page="work"] .ts-events-hero-copy > p { font-size: 15px; }
  body[data-page="work"] .ts-events-hero .ts-actions { align-items: stretch; }
  body[data-page="work"] .ts-events-hero .ts-button { width: 100%; }
  body[data-page="work"] .ts-events-hero-media { min-height: 220px; }
  body[data-page="work"] .ts-events-hero-media::after { background: linear-gradient(0deg, rgba(3, 7, 4, .42), transparent 52%); }
}

/* EVENTS: keep the full stage width, but compress the hero vertically. */
body[data-page="work"] #ts-main > .ts-hero {
  width: 100%;
  margin-inline: 0;
  padding: 22px 32px 26px;
  background-color: rgba(4, 8, 5, .28);
}

body[data-page="work"] #ts-main > .ts-hero .ts-hero-copy {
  width: min(820px, 92%);
}

body[data-page="work"] #ts-main > .ts-hero h1 {
  margin-top: 10px;
}

body[data-page="work"] #ts-main > .ts-hero .ts-hero-copy > p {
  margin-top: 10px;
}

body[data-page="work"] #ts-main > .ts-hero .ts-actions {
  margin-top: 14px;
}

body[data-page="work"] #ts-main > .ts-hero .ts-hero-visual {
  width: min(1060px, calc(100% - 48px));
  height: clamp(260px, 24vw, 320px);
  aspect-ratio: auto;
  margin-top: 18px;
}

@media (max-width: 760px) {
  body[data-page="work"] #ts-main > .ts-hero {
    width: 100%;
    padding: 22px 14px 14px;
  }

  body[data-page="work"] #ts-main > .ts-hero .ts-hero-copy {
    width: 100%;
  }

  body[data-page="work"] #ts-main > .ts-hero .ts-hero-visual {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-top: 18px;
  }
}

/* Broadcast Calculator v2 — connected remote-production scope. */
body[data-page="calculator"] {
  --rr-calc-panel: rgba(5, 10, 7, .86);
  --rr-calc-panel-strong: rgba(8, 14, 10, .96);
  --rr-calc-line: rgba(240, 229, 208, .16);
}

body[data-page="calculator"] #ts-main { padding-top: 16px; }
.rr-calc-page { display: grid; gap: 18px; }
.rr-calc-page em { color: var(--ts-orange); font-style: normal; }
.rr-calc-hero {
  height: 315px;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(440px, .9fr) minmax(0, 1.1fr);
  background: linear-gradient(90deg, rgba(4,8,5,.98) 0 39%, rgba(4,8,5,.58) 62%, rgba(4,8,5,.22));
}
.rr-calc-hero > div { z-index: 2; align-self: center; padding: 20px clamp(28px, 3vw, 44px); }
.rr-calc-hero h1 { margin: 11px 0; font-size: clamp(42px, 4vw, 56px); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.rr-calc-hero p { max-width: 540px; margin: 0; color: var(--ts-muted); font-size: 14px; line-height: 1.5; }
.rr-calc-hero-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 14px; color: var(--ts-cream); font-size: 10px; font-weight: 780; letter-spacing: .045em; }
.rr-calc-hero-meta span + span::before { content: '/'; margin-right: 14px; color: var(--ts-orange); }
.rr-calc-hero figure { position: relative; min-width: 0; min-height: 0; height: 100%; margin: 0; overflow: hidden; }
.rr-calc-hero figure::after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, #050806, transparent 44%), linear-gradient(0deg, rgba(5,8,6,.7), transparent 42%); pointer-events: none; }
.rr-calc-hero img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) brightness(.72) contrast(1.08); }
.rr-calc-hero figcaption { position: absolute; z-index: 2; right: 18px; bottom: 16px; color: rgba(240,229,208,.68); font-size: 10px; font-weight: 760; letter-spacing: .07em; text-transform: uppercase; }

.rr-calc-packages,
.rr-calc-workspace { padding: clamp(28px, 4vw, 54px) 0 0; }
.rr-calc-section-heading,
.rr-calc-group-head { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(300px, 1.25fr); gap: clamp(30px, 7vw, 110px); align-items: end; margin-bottom: 24px; }
.rr-calc-section-heading h2,
.rr-calc-group-head h2 { margin: 10px 0 0; font-size: clamp(34px, 4.4vw, 58px); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.rr-calc-section-heading p,
.rr-calc-group-head p { max-width: 680px; margin: 0; color: rgba(240,229,208,.74); font-size: 16px; line-height: 1.62; }
.rr-calc-package-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--rr-calc-line); border-left: 1px solid var(--rr-calc-line); }
.rr-calc-package {
  position: relative;
  min-width: 0;
  min-height: 318px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 22px;
  border: 0;
  border-right: 1px solid var(--rr-calc-line);
  border-bottom: 1px solid var(--rr-calc-line);
  color: var(--ts-cream);
  background: rgba(5,10,7,.7);
  text-align: left;
  cursor: pointer;
  transition: background .2s ease, box-shadow .2s ease;
}
.rr-calc-package::before { position: absolute; top: -1px; right: -1px; left: -1px; height: 3px; content: ''; background: transparent; }
.rr-calc-package:hover { background: rgba(17,24,18,.9); }
.rr-calc-package.is-selected { background: linear-gradient(145deg, rgba(232,97,53,.13), rgba(6,12,8,.94) 58%); box-shadow: inset 0 0 0 1px var(--ts-orange); }
.rr-calc-package.is-selected::before { background: var(--ts-orange); }
.rr-calc-package-index { color: var(--ts-orange); font-size: 13px; font-weight: 800; }
.rr-calc-badge { position: absolute; top: 18px; right: 18px; padding: 5px 7px; border: 1px solid rgba(232,97,53,.5); color: var(--ts-orange); font-size: 9px; font-weight: 800; letter-spacing: .05em; }
.rr-calc-package h3 { margin: 30px 0 5px; font-size: 20px; line-height: 1; text-transform: uppercase; }
.rr-calc-package > strong { color: var(--ts-orange); font-size: 19px; }
.rr-calc-package p { min-height: 56px; margin: 14px 0 12px; color: rgba(240,229,208,.72); font-size: 12.5px; line-height: 1.55; }
.rr-calc-package ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; color: rgba(240,229,208,.82); font-size: 12px; line-height: 1.45; }
.rr-calc-package li::before { content: '—'; margin-right: 7px; color: var(--ts-orange); }
.rr-calc-package-action { display: flex; justify-content: space-between; margin-top: auto; padding-top: 20px; color: var(--ts-cream); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.rr-calc-package.is-customized .rr-calc-package-action::before { content: 'CUSTOMIZED'; color: var(--ts-orange); }
.rr-calc-package.is-customized .rr-calc-package-action { font-size: 0; }
.rr-calc-package.is-customized .rr-calc-package-action b { font-size: 12px; }

.rr-calc-workspace { display: grid; grid-template-columns: minmax(0, 1fr) 440px; gap: 18px; align-items: start; }
.rr-calc-main { min-width: 0; display: grid; gap: 18px; }
.rr-calc-feedback { min-height: 0; overflow: hidden; padding: 0 18px; border-left: 2px solid transparent; color: rgba(240,229,208,.7); background: rgba(5,10,7,.72); font-size: 12px; line-height: 0; opacity: 0; transition: padding .2s ease, line-height .2s ease, opacity .2s ease; }
.rr-calc-feedback.is-visible,
.rr-calc-feedback:not(:empty) { padding-block: 12px; border-left-color: var(--ts-orange); line-height: 1.45; opacity: 1; }
.rr-calc-group { padding: clamp(24px, 3vw, 38px); border: 1px solid var(--rr-calc-line); background: var(--rr-calc-panel); }
.rr-calc-group .rr-calc-group-head { grid-template-columns: minmax(220px, .8fr) minmax(260px, 1.2fr); margin-bottom: 20px; }
.rr-calc-group .rr-calc-group-head h2 { font-size: clamp(29px, 3vw, 42px); }
.rr-calc-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--rr-calc-line); border-left: 1px solid var(--rr-calc-line); }
.rr-calc-service {
  position: relative;
  min-width: 0;
  min-height: 156px;
  display: grid;
  grid-template-columns: 30px minmax(0,1fr);
  grid-template-rows: 1fr auto;
  gap: 12px;
  padding: 18px;
  border: 0;
  border-right: 1px solid var(--rr-calc-line);
  border-bottom: 1px solid var(--rr-calc-line);
  background: rgba(3,8,5,.58);
  cursor: pointer;
  transition: background .18s ease, box-shadow .18s ease;
}
.rr-calc-service:hover { background: rgba(18,25,19,.78); }
.rr-calc-service.is-selected { background: rgba(232,97,53,.075); box-shadow: inset 3px 0 var(--ts-orange); }
.rr-calc-service > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.rr-calc-service-check { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(240,229,208,.26); color: var(--ts-muted); font-size: 13px; font-style: normal; font-weight: 800; }
.rr-calc-service.is-selected .rr-calc-service-check { border-color: var(--ts-orange); color: #070a08; background: var(--ts-orange); }
.rr-calc-service-copy { min-width: 0; display: block; }
.rr-calc-service-title { display: flex; align-items: start; justify-content: space-between; gap: 8px; }
.rr-calc-service-title b,
.rr-calc-service-title h3 { margin: 3px 0 0; font-size: 15px; font-style: normal; line-height: 1.18; text-transform: uppercase; }
.rr-calc-service-title i,
.rr-calc-service-title > span { flex: none; padding: 4px 6px; border: 1px solid rgba(232,97,53,.38); color: var(--ts-orange); font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .05em; }
.rr-calc-service-copy > span:not(.rr-calc-service-title),
.rr-calc-service-copy > p { display: block; margin: 9px 0 0; color: rgba(240,229,208,.78); font-size: 13.5px; line-height: 1.58; }
.rr-calc-service-copy > small { display: block; margin-top: 8px; color: rgba(240,229,208,.6); font-size: 12px; line-height: 1.5; }
.rr-calc-service-price { grid-column: 2; align-self: end; color: var(--ts-orange); font-size: 12.5px; letter-spacing: .02em; }
.rr-calc-quantity-service { cursor: default; }
.rr-calc-quantity-service .rr-calc-service-side { grid-column: 2; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.rr-calc-quantity-service .rr-calc-service-side > strong { color: var(--ts-orange); font-size: 12.5px; }
.rr-calc-stepper { min-height: 42px; display: grid; grid-template-columns: 40px minmax(44px,1fr) 40px; border: 1px solid var(--rr-calc-line); background: rgba(2,6,4,.68); }
.rr-calc-stepper button { border: 0; color: var(--ts-cream); background: transparent; cursor: pointer; }
.rr-calc-stepper button:hover { color: #080b09; background: var(--ts-orange); }
.rr-calc-stepper input { width: 100%; min-width: 0; border: 0; border-inline: 1px solid var(--rr-calc-line); outline: 0; color: var(--ts-cream); background: transparent; text-align: center; appearance: textfield; }
.rr-calc-stepper input::-webkit-outer-spin-button,
.rr-calc-stepper input::-webkit-inner-spin-button { margin: 0; appearance: none; }

.rr-calc-additional { padding: 0; }
.rr-calc-additional summary { min-height: 76px; display: grid; grid-template-columns: 170px minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 18px 28px; cursor: pointer; list-style: none; }
.rr-calc-additional summary::-webkit-details-marker { display: none; }
.rr-calc-additional summary > span { color: var(--ts-orange); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.rr-calc-additional summary > b { font-size: 24px; text-transform: uppercase; }
.rr-calc-additional summary > i { color: rgba(240,229,208,.62); font-size: 9px; font-style: normal; font-weight: 800; }
.rr-calc-additional summary > i::after { content: ' ↓'; color: var(--ts-orange); }
.rr-calc-additional[open] summary > i::after { content: ' ↑'; }
.rr-calc-additional-body { padding: 0 28px 28px; }
.rr-calc-additional-body > p { max-width: 680px; margin: 0 0 20px; color: rgba(240,229,208,.74); font-size: 15.5px; line-height: 1.6; }

.rr-calc-event-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--rr-calc-line); border-left: 1px solid var(--rr-calc-line); }
.rr-calc-event-grid > label,
.rr-calc-platform-status { min-width: 0; display: grid; align-content: start; gap: 7px; padding: 17px; border-right: 1px solid var(--rr-calc-line); border-bottom: 1px solid var(--rr-calc-line); }
.rr-calc-event-grid label > span,
.rr-calc-platform-status > span { font-size: 12px; font-weight: 800; text-transform: uppercase; }
.rr-calc-event-grid label > small,
.rr-calc-platform-status > small { min-height: 26px; color: rgba(240,229,208,.62); font-size: 11.5px; line-height: 1.4; }
.rr-calc-event-grid label > input,
.rr-calc-event-grid textarea { width: 100%; min-height: 43px; border: 1px solid var(--rr-calc-line); outline: 0; padding: 10px 11px; color: var(--ts-cream); background: rgba(2,6,4,.68); font-size: 13px; resize: vertical; }
.rr-calc-event-grid textarea { min-height: 90px; }
.rr-calc-event-grid .is-wide { grid-column: 1 / -1; }
.rr-calc-platform-status strong { color: var(--ts-orange); font-size: 34px; line-height: 1; }

.rr-calc-summary { position: sticky; top: 102px; padding: 24px; background: var(--rr-calc-panel-strong); box-shadow: 0 22px 70px rgba(0,0,0,.34); }
.rr-calc-summary > header { padding-bottom: 18px; border-bottom: 1px solid var(--rr-calc-line); }
.rr-calc-summary > header > div { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-top: 10px; }
.rr-calc-summary .ts-section-kicker { font-size: 12px; }
.rr-calc-summary h2 { margin: 0; font-size: 29px; line-height: .98; text-transform: uppercase; }
#rr-summary-badges { display: flex; flex-wrap: wrap; justify-content: end; gap: 4px; }
#rr-summary-badges b { padding: 5px 7px; border: 1px solid rgba(232,97,53,.45); color: var(--ts-orange); font-size: 10px; letter-spacing: .05em; }
.rr-calc-summary > header > p { margin: 12px 0 0; color: rgba(240,229,208,.68); font-size: 13px; line-height: 1.45; }
.rr-calc-summary-section { padding: 17px 0; border-bottom: 1px solid var(--rr-calc-line); }
.rr-calc-summary h3 { margin: 0 0 11px; color: rgba(240,229,208,.66); font-size: 12.5px; letter-spacing: .055em; text-transform: uppercase; }
.rr-calc-summary ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.rr-calc-summary li { display: flex; align-items: start; justify-content: space-between; gap: 12px; font-size: 13px; line-height: 1.42; }
.rr-calc-summary li > span { min-width: 0; }
.rr-calc-summary li small { display: block; margin-top: 4px; color: rgba(240,229,208,.62); font-size: 12px; line-height: 1.38; }
.rr-calc-summary li > b { flex: none; color: var(--ts-cream); font-size: 13px; }
.rr-calc-summary li.is-empty { color: var(--ts-muted); }
.rr-calc-breakdown { padding: 18px 0; }
.rr-calc-breakdown dl { display: grid; gap: 8px; margin: 0; }
.rr-calc-breakdown dl > div { display: flex; justify-content: space-between; gap: 12px; color: rgba(240,229,208,.68); font-size: 12px; line-height: 1.45; }
.rr-calc-breakdown dd { margin: 0; color: var(--ts-cream); font-weight: 750; }
.rr-calc-total { display: flex; align-items: end; justify-content: space-between; gap: 14px; padding: 17px 0; border-top: 1px solid var(--ts-orange); }
.rr-calc-total span { font-size: 12px; font-weight: 800; text-transform: uppercase; }
.rr-calc-total strong { color: var(--ts-orange); font-size: clamp(26px, 3vw, 38px); line-height: .9; letter-spacing: -.05em; text-align: right; }
.rr-calc-reset { width: 100%; min-height: 44px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--rr-calc-line); padding: 0 12px; color: rgba(240,229,208,.7); background: transparent; font-size: 11.5px; font-weight: 800; cursor: pointer; }
.rr-calc-reset:hover { border-color: var(--ts-orange); color: var(--ts-cream); }
.rr-calc-request { width: 100%; margin-top: 8px; }
.rr-calc-disclaimer { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--rr-calc-line); }
.rr-calc-disclaimer p { margin: 0; color: rgba(240,229,208,.61); font-size: 11.5px; line-height: 1.6; }
.rr-calc-disclaimer p + p { margin-top: 8px; }
#rr-custom-graphics-note { color: rgba(232,97,53,.78); }

.rr-calc-page :is(button, input, textarea, summary, a):focus-visible { outline: 2px solid var(--ts-cream); outline-offset: 3px; }

@media (max-width: 1160px) {
  .rr-calc-package-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rr-calc-package { min-height: 285px; }
  .rr-calc-workspace { grid-template-columns: minmax(0,1fr) 330px; }
}

@media (max-width: 960px) {
  .rr-calc-hero { height: auto; grid-template-columns: 1fr; }
  .rr-calc-hero figure { min-height: 220px; height: auto; }
  .rr-calc-hero figure::after { background: linear-gradient(0deg, #050806, transparent 55%); }
  .rr-calc-workspace { grid-template-columns: 1fr; }
  .rr-calc-summary { position: static; }
  .rr-calc-summary-section { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 16px; }
  .rr-calc-summary-section h3 { margin-top: 3px; }
}

@media (max-width: 700px) {
  body[data-page="calculator"] #ts-main { padding-top: 0; }
  .rr-calc-page { gap: 12px; }
  .rr-calc-hero { min-height: 0; }
  .rr-calc-hero > div { padding: 22px 20px; }
  .rr-calc-hero h1 { font-size: clamp(36px, 10vw, 48px); }
  .rr-calc-hero p { font-size: 13px; }
  .rr-calc-hero-meta span + span::before { display: none; }
  .rr-calc-hero figure { min-height: 180px; }
  .rr-calc-packages,
  .rr-calc-workspace { padding-top: 24px; }
  .rr-calc-section-heading,
  .rr-calc-group-head,
  .rr-calc-group .rr-calc-group-head { grid-template-columns: 1fr; gap: 14px; }
  .rr-calc-package-grid,
  .rr-calc-service-grid,
  .rr-calc-event-grid { grid-template-columns: 1fr; }
  .rr-calc-package { min-height: 0; }
  .rr-calc-package p { min-height: 0; }
  .rr-calc-package-action { margin-top: 22px; }
  .rr-calc-group { padding: 20px 14px; }
  .rr-calc-service { min-height: 146px; padding: 15px; }
  .rr-calc-additional { padding: 0; }
  .rr-calc-additional summary { grid-template-columns: 1fr auto; gap: 6px 14px; padding: 18px 14px; }
  .rr-calc-additional summary > span { grid-column: 1 / -1; }
  .rr-calc-additional summary > b { font-size: 20px; }
  .rr-calc-additional-body { padding: 0 14px 14px; }
  .rr-calc-event-grid .is-wide { grid-column: auto; }
  .rr-calc-summary { padding: 20px 16px; }
  .rr-calc-summary-section { display: block; }
}

@media (max-width: 390px) {
  .rr-calc-hero-meta { display: grid; }
  .rr-calc-service-title { display: grid; justify-content: start; }
  .rr-calc-service-title i,
  .rr-calc-service-title > span { justify-self: start; }
  .rr-calc-quantity-service .rr-calc-service-side { display: grid; }
  .rr-calc-stepper { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .rr-calc-package,
  .rr-calc-service,
  .rr-calc-feedback { transition: none !important; }
}

@media (max-width: 620px) {
  .rr-ov2 {
    gap: 16px;
  }

  .rr-ov2-hero-copy {
    padding: 32px 20px 24px;
  }

  .rr-ov2-hero h1 {
    font-size: clamp(38px, 11.6vw, 50px);
  }

  .rr-ov2-hero-screen {
    min-height: 230px;
    margin: 0 8px 8px;
  }

  .rr-ov2-build .rr-ov2-story-copy,
  .rr-ov2-story-copy {
    padding: 28px 18px;
  }

  .rr-ov2-build > .rr-ov2-facts,
  .rr-ov2-facts {
    padding-inline: 18px;
  }

  .rr-ov2-build h2,
  .rr-ov2-story h2 {
    font-size: clamp(31px, 9.8vw, 42px);
  }

  .rr-ov2-story-media,
  .rr-ov2-story.is-reverse .rr-ov2-story-media {
    min-height: 220px;
  }
}

/* Overlay System V4 — aligned with the current Rage Raptors site shell. */
body[data-page="software/overlay-system"] {
  --ts-page: min(1320px, calc(100vw - 40px));
  background-color: #050806 !important;
  background-image: url('/back.png?v=1') !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

body[data-page="software/overlay-system"] .ts-page {
  padding-top: 24px;
}

body[data-page="software/overlay-system"] > .ts-page > .ts-header {
  display: grid;
}

body[data-page="software/overlay-system"] > .ts-page > .ts-footer {
  display: grid;
}

body[data-page="software/overlay-system"] #ts-main {
  width: var(--ts-page);
  padding: 0;
}

.rr-ov2 {
  --rr-ov2-bg: rgba(4, 8, 5, .2);
  --rr-ov2-panel: rgba(7, 11, 8, .82);
  --rr-ov2-panel-soft: rgba(7, 11, 8, .68);
  --rr-ov2-line: var(--ts-line);
  --rr-ov2-muted: var(--ts-muted);
  width: 100%;
  display: grid;
  gap: 18px;
  overflow: visible;
  border: 0;
  color: var(--ts-cream);
  background: transparent;
}

.rr-ov2 em {
  color: var(--ts-orange);
  font-style: normal;
}

.rr-ov2-nav {
  position: relative;
  top: auto;
  z-index: 4;
  height: 62px;
  grid-template-columns: 220px minmax(0, 1fr) 158px;
  padding-inline: 18px;
  border: 1px solid var(--rr-ov2-line);
  background-color: rgba(7, 11, 8, .76);
  background-image: linear-gradient(rgba(5, 9, 6, .58), rgba(5, 9, 6, .58));
  box-shadow: var(--ts-shadow);
  backdrop-filter: blur(18px);
}

.rr-ov2-product-label {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.rr-ov2-product-label > img {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}

.rr-ov2-product-label > span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.rr-ov2-product-label small {
  color: var(--ts-orange);
  font-size: 8px;
  font-weight: 760;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.rr-ov2-product-label b {
  overflow: hidden;
  color: var(--ts-cream);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .025em;
  line-height: 1.05;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.rr-ov2-nav nav {
  gap: 2px;
}

.rr-ov2-nav nav a {
  padding-inline: 12px;
  color: rgba(240, 229, 208, .54);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: uppercase;
}

.rr-ov2-nav nav a:hover,
.rr-ov2-nav nav a.is-active {
  color: var(--ts-cream);
  background: rgba(240, 229, 208, .06);
}

.rr-ov2-nav nav a.is-active::after {
  right: 12px;
  left: 12px;
  background: var(--ts-orange);
}

.rr-ov2 .ts-button {
  min-width: 158px;
  min-height: 46px;
  padding-inline: 18px;
  border-radius: 0;
  font-size: 10px;
  letter-spacing: .035em;
}

.rr-ov2-nav > .ts-button {
  min-width: 158px;
  min-height: 44px;
}

.rr-ov2-hero,
.rr-ov2-compatibility,
.rr-ov2-build,
.rr-ov2-story,
.rr-ov2-workflow,
.rr-ov2-final {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--rr-ov2-line);
  background-color: rgba(4, 8, 5, .3);
  background-image: linear-gradient(rgba(5, 9, 6, .68), rgba(5, 9, 6, .68));
  box-shadow: var(--ts-shadow);
}

.rr-ov2-hero {
  min-height: 540px;
  grid-template-columns: minmax(390px, .82fr) minmax(0, 1.18fr);
  gap: 0;
  padding: 0;
  border-bottom: 1px solid var(--rr-ov2-line);
}

.rr-ov2-hero-copy {
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 5vw, 68px);
}

.rr-ov2-eyebrow,
.rr-ov2-index {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ts-orange);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rr-ov2-eyebrow::before {
  width: 24px;
  height: 2px;
  background: var(--ts-orange);
  content: '';
}

.rr-ov2-hero h1,
.rr-ov2-build h2,
.rr-ov2-story h2,
.rr-ov2-final h2 {
  font-stretch: 112%;
  font-variation-settings: 'wdth' 112;
  font-weight: 790;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.rr-ov2-hero h1 {
  max-width: 620px;
  margin: 20px 0 0;
  font-size: clamp(46px, 4.8vw, 72px);
  line-height: .9;
}

.rr-ov2-hero h1 span,
.rr-ov2-hero h1 em,
.rr-ov2-final h2 span,
.rr-ov2-final h2 em {
  display: block;
}

.rr-ov2-hero-copy > p {
  max-width: 520px;
  margin-top: 24px;
  color: var(--rr-ov2-muted);
  font-size: 15px;
  line-height: 1.62;
}

.rr-ov2-actions {
  gap: 9px;
  margin-top: 26px;
}

.rr-ov2-primary {
  border-color: var(--ts-cream) !important;
  color: #11150f !important;
  background: var(--ts-cream) !important;
}

.rr-ov2-primary:hover {
  border-color: #fff8e9 !important;
  background: #fff8e9 !important;
}

.rr-ov2-secondary {
  border-color: rgba(240, 229, 208, .22) !important;
  color: var(--ts-cream) !important;
  background: rgba(240, 229, 208, .035) !important;
}

.rr-ov2-secondary:hover {
  border-color: rgba(232, 97, 53, .7) !important;
  background: rgba(232, 97, 53, .1) !important;
}

.rr-ov2-hero-screen {
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  margin: 18px 18px 18px 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(240, 229, 208, .18);
  background: #050806;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .48);
}

.rr-ov2-windowbar {
  min-height: 42px;
  padding-inline: 16px;
  border-bottom: 1px solid var(--rr-ov2-line);
  background: rgba(7, 11, 8, .94);
}

.rr-ov2-hero-screen > img {
  min-height: 0;
  flex: 1;
  object-fit: cover;
  object-position: center;
  filter: saturate(.84) brightness(.84) contrast(1.05);
}

.rr-ov2-compatibility {
  min-height: 74px;
  gap: 26px;
  padding: 18px 28px;
  border-bottom: 1px solid var(--rr-ov2-line);
  background-color: rgba(4, 8, 5, .3);
  font-size: 10px;
}

.rr-ov2-build {
  min-height: 420px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: stretch;
  scroll-margin-top: 24px;
}

.rr-ov2-build .rr-ov2-story-copy,
.rr-ov2-story-copy {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 4.5vw, 62px);
  background: rgba(5, 9, 6, .42);
}

.rr-ov2-build h2,
.rr-ov2-story h2 {
  margin: 17px 0 0;
  font-size: clamp(36px, 3.4vw, 50px);
  line-height: .94;
}

.rr-ov2-build .rr-ov2-story-copy > p,
.rr-ov2-story-copy > p {
  max-width: 560px;
  margin-top: 20px;
  color: var(--rr-ov2-muted);
  font-size: 14px;
  line-height: 1.62;
}

.rr-ov2-build > .rr-ov2-facts {
  min-height: 0;
  align-content: center;
  margin: 0;
  padding: clamp(32px, 4vw, 54px);
  border: 0;
  border-left: 1px solid var(--rr-ov2-line);
  background: rgba(7, 11, 8, .52);
}

.rr-ov2-facts {
  margin-top: 24px;
}

.rr-ov2-facts article {
  min-height: 82px;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  padding-block: 14px;
}

.rr-ov2-facts article + article {
  border-top: 1px solid var(--rr-ov2-line);
}

.rr-ov2-facts article > span {
  width: 56px;
  min-height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid var(--rr-ov2-line);
  background: rgba(240, 229, 208, .025);
}

.rr-ov2-facts img {
  max-width: 50px;
  max-height: 50px;
}

.rr-ov2-facts b {
  color: var(--ts-cream);
  font-size: 13px;
  font-weight: 740;
  letter-spacing: .015em;
  line-height: 1.25;
  text-transform: uppercase;
}

.rr-ov2-facts p {
  max-width: 430px;
  margin-top: 5px;
  color: var(--rr-ov2-muted);
  font-size: 11.5px;
  line-height: 1.48;
}

.rr-ov2-story,
.rr-ov2-story.is-reverse {
  min-height: 470px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  background: rgba(4, 8, 5, .3);
}

.rr-ov2-story:not(.is-reverse) {
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
}

.rr-ov2-story.is-reverse .rr-ov2-story-media {
  order: -1;
  border-right: 1px solid var(--rr-ov2-line);
  border-left: 0;
}

.rr-ov2-story-media {
  min-height: 470px;
  padding: 18px;
  border-left: 1px solid var(--rr-ov2-line);
  background: #050806;
}

.rr-ov2-story-media::after {
  inset: 18px;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, .24);
}

.rr-ov2-story-media > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(.82) brightness(.82) contrast(1.05);
}

.rr-ov2-story:hover .rr-ov2-story-media > img {
  filter: saturate(.92) brightness(.9) contrast(1.04);
  transform: scale(1.008);
}

.rr-ov2-workflow {
  min-height: 112px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  padding: 0;
  background: rgba(4, 8, 5, .3);
}

.rr-ov2-workflow > h2 {
  min-height: 110px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 20px 30px;
  border-right: 1px solid var(--rr-ov2-line);
  color: var(--ts-orange);
  font-size: 22px;
  font-stretch: 112%;
  font-variation-settings: 'wdth' 112;
  font-weight: 790;
  letter-spacing: -.025em;
  line-height: .95;
  text-transform: uppercase;
}

.rr-ov2-workflow ol {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rr-ov2-workflow li,
.rr-ov2-workflow li:nth-child(-n+2),
.rr-ov2-workflow li:nth-child(odd) {
  min-height: 110px;
  justify-content: center;
  padding: 18px 20px;
  border: 0;
  border-left: 1px solid var(--rr-ov2-line);
  background: rgba(7, 11, 8, .38);
}

.rr-ov2-workflow li:first-child {
  border-left: 0;
}

.rr-ov2-workflow li span {
  color: var(--ts-orange);
  font-size: 11px;
  font-weight: 760;
}

.rr-ov2-workflow li b {
  margin-top: 6px;
  color: var(--ts-cream);
  font-size: 14px;
  font-weight: 720;
}

.rr-ov2-final {
  min-height: 240px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: clamp(38px, 5vw, 66px);
  background-color: rgba(4, 8, 5, .3);
  background-image: linear-gradient(90deg, rgba(232, 97, 53, .08), rgba(5, 9, 6, .76) 42%);
  text-align: left;
}

.rr-ov2-final h2 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 60px);
  line-height: .91;
}

.rr-ov2-final .rr-ov2-actions {
  flex-wrap: nowrap;
  margin: 0;
}

@media (max-width: 1080px) {
  .rr-ov2-nav { grid-template-columns: 190px minmax(0, 1fr) 145px; }
  .rr-ov2-nav nav a { padding-inline: 9px; }
  .rr-ov2-nav > .ts-button { min-width: 145px; }
  .rr-ov2-hero { grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr); }
  .rr-ov2-hero-copy { padding: 42px 34px; }
  .rr-ov2-hero h1 { font-size: clamp(42px, 5vw, 58px); }
  .rr-ov2-build .rr-ov2-story-copy,
  .rr-ov2-story-copy { padding: 38px 32px; }
  .rr-ov2-workflow { grid-template-columns: 220px minmax(0, 1fr); }
}

@media (max-width: 860px) {
  body[data-page="software/overlay-system"] { background-attachment: scroll !important; }
  .rr-ov2-nav { height: 62px; grid-template-columns: 1fr auto; padding-inline: 16px; }
  .rr-ov2-nav nav { display: none; }
  .rr-ov2-hero { min-height: 0; grid-template-columns: 1fr; }
  .rr-ov2-hero-copy { padding: 46px 30px 34px; }
  .rr-ov2-hero-screen { min-height: 380px; margin: 0 18px 18px; }
  .rr-ov2-build { grid-template-columns: 1fr; }
  .rr-ov2-build > .rr-ov2-facts { border-top: 1px solid var(--rr-ov2-line); border-left: 0; }
  .rr-ov2-story,
  .rr-ov2-story.is-reverse,
  .rr-ov2-story:not(.is-reverse) { grid-template-columns: 1fr; }
  .rr-ov2-story.is-reverse .rr-ov2-story-media { order: 0; }
  .rr-ov2-story-media,
  .rr-ov2-story.is-reverse .rr-ov2-story-media { min-height: 420px; border-top: 1px solid var(--rr-ov2-line); border-right: 0; border-left: 0; }
  .rr-ov2-workflow { grid-template-columns: 1fr; }
  .rr-ov2-workflow > h2 { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--rr-ov2-line); }
  .rr-ov2-workflow li,
  .rr-ov2-workflow li:nth-child(-n+2),
  .rr-ov2-workflow li:nth-child(odd) { min-height: 118px; }
  .rr-ov2-final { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body[data-page="software/overlay-system"] { --ts-page: calc(100vw - 20px); }
  body[data-page="software/overlay-system"] .ts-page { padding-top: 10px; }
  .rr-ov2 { gap: 10px; }
  .rr-ov2-product-label > img { width: 34px; height: 34px; }
  .rr-ov2-product-label small { display: none; }
  .rr-ov2-product-label b { font-size: 10px; }
  .rr-ov2-nav > .ts-button { min-width: 122px; min-height: 40px; padding-inline: 14px; }
  .rr-ov2-hero-copy { padding: 40px 20px 30px; }
  .rr-ov2-hero h1 { font-size: clamp(40px, 12.8vw, 56px); }
  .rr-ov2-hero-copy > p { font-size: 14px; }
  .rr-ov2-actions { width: 100%; flex-direction: column; }
  .rr-ov2-actions .ts-button { width: 100%; }
  .rr-ov2-hero-screen { min-height: 250px; margin: 0 10px 10px; }
  .rr-ov2-windowbar { min-height: 34px; padding-inline: 10px; }
  .rr-ov2-windowbar b { display: none; }
  .rr-ov2-compatibility { min-height: 64px; flex-wrap: wrap; gap: 8px 14px; padding: 14px 16px; }
  .rr-ov2-build .rr-ov2-story-copy,
  .rr-ov2-story-copy { padding: 38px 20px; }
  .rr-ov2-build > .rr-ov2-facts { padding: 24px 20px 34px; }
  .rr-ov2-build h2,
  .rr-ov2-story h2 { font-size: clamp(34px, 10.5vw, 46px); }
  .rr-ov2-facts article { grid-template-columns: 56px minmax(0, 1fr); gap: 12px; }
  .rr-ov2-facts article > span { width: 50px; min-height: 50px; }
  .rr-ov2-facts img { max-width: 44px; max-height: 44px; }
  .rr-ov2-story-media,
  .rr-ov2-story.is-reverse .rr-ov2-story-media { min-height: 250px; padding: 10px; }
  .rr-ov2-story-media::after { inset: 10px; }
  .rr-ov2-workflow { padding: 0; }
  .rr-ov2-workflow > h2 { min-height: 88px; padding: 24px 20px; }
  .rr-ov2-workflow ol { grid-template-columns: repeat(2, 1fr); }
  .rr-ov2-workflow li,
  .rr-ov2-workflow li:nth-child(-n+2),
  .rr-ov2-workflow li:nth-child(odd) { min-height: 92px; border-top: 1px solid var(--rr-ov2-line); border-left: 1px solid var(--rr-ov2-line); }
  .rr-ov2-workflow li:nth-child(odd) { border-left: 0; }
  .rr-ov2-workflow li:nth-child(-n+2) { border-top: 0; }
  .rr-ov2-final { min-height: 0; gap: 24px; padding: 38px 20px; }
  .rr-ov2-final h2 { font-size: clamp(36px, 11vw, 48px); }
}

/* Overlay System V6 — final compact, borderless product layout. */
.rr-ov2 { gap: 24px; }
.rr-ov2-hero { min-height: 400px; grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr); }
.rr-ov2-hero-copy { padding: clamp(30px, 3.5vw, 46px); }
.rr-ov2-hero h1 { max-width: 520px; margin-top: 14px; font-size: clamp(38px, 3.45vw, 50px); line-height: .92; }
.rr-ov2-hero-copy > p { max-width: 460px; margin-top: 16px; font-size: 14px; line-height: 1.5; }
.rr-ov2-actions { margin-top: 20px; }
.rr-ov2-hero-screen { margin: 12px 12px 12px 0; }
.rr-ov2-windowbar { min-height: 36px; }

.rr-ov2-build,
.rr-ov2-story,
.rr-ov2-story.is-reverse,
.rr-ov2-story:not(.is-reverse) {
  min-height: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.rr-ov2-build { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.rr-ov2-build .rr-ov2-story-copy,
.rr-ov2-story-copy { padding: clamp(26px, 3vw, 38px); background: transparent; }
.rr-ov2-build > .rr-ov2-facts { align-content: center; padding: clamp(22px, 3vw, 38px); border: 0; background: transparent; }
.rr-ov2-build h2,
.rr-ov2-story h2 { margin-top: 13px; font-size: clamp(31px, 2.7vw, 40px); line-height: .95; }
.rr-ov2-build .rr-ov2-story-copy > p,
.rr-ov2-story-copy > p { margin-top: 14px; font-size: 13px; line-height: 1.5; }
.rr-ov2-facts { margin-top: 16px; }
.rr-ov2-facts article { min-height: 62px; grid-template-columns: 54px minmax(0, 1fr); gap: 14px; padding-block: 9px; }
.rr-ov2-facts article > span { width: 48px; min-height: 48px; }
.rr-ov2-facts img { max-width: 43px; max-height: 43px; }

.rr-ov2-story,
.rr-ov2-story.is-reverse { grid-template-columns: minmax(0, 1.04fr) minmax(330px, .96fr); align-items: center; }
.rr-ov2-story:not(.is-reverse) { grid-template-columns: minmax(330px, .96fr) minmax(0, 1.04fr); }
.rr-ov2-story-media,
.rr-ov2-story.is-reverse .rr-ov2-story-media { min-height: 340px; padding: 0; border: 0; background: transparent; }
.rr-ov2-story-media::after { inset: 0; box-shadow: inset 0 0 54px rgba(0, 0, 0, .18); }
.rr-ov2-story-media > img { max-height: 330px; }

@media (max-width: 860px) {
  .rr-ov2-hero { min-height: 0; grid-template-columns: 1fr; }
  .rr-ov2-hero-copy { padding: 36px 28px 30px; }
  .rr-ov2-hero-screen { min-height: 340px; margin: 0 16px 16px; }
  .rr-ov2-build,
  .rr-ov2-story,
  .rr-ov2-story.is-reverse,
  .rr-ov2-story:not(.is-reverse) { grid-template-columns: 1fr; }
  .rr-ov2-build > .rr-ov2-facts { padding-top: 0; border: 0; }
  .rr-ov2-story-media,
  .rr-ov2-story.is-reverse .rr-ov2-story-media { min-height: 300px; border: 0; }
}

@media (max-width: 620px) {
  .rr-ov2 { gap: 16px; }
  .rr-ov2-hero-copy { padding: 32px 20px 26px; }
  .rr-ov2-hero h1 { font-size: clamp(38px, 11.6vw, 50px); }
  .rr-ov2-hero-screen { min-height: 230px; margin: 0 10px 10px; }
  .rr-ov2-build .rr-ov2-story-copy,
  .rr-ov2-story-copy { padding: 28px 18px; }
  .rr-ov2-build > .rr-ov2-facts { padding-inline: 18px; }
  .rr-ov2-build h2,
  .rr-ov2-story h2 { font-size: clamp(31px, 9.8vw, 42px); }
  .rr-ov2-story-media,
  .rr-ov2-story.is-reverse .rr-ov2-story-media { min-height: 220px; padding: 0; }
  .rr-ov2-story-media::after { inset: 0; }
}

/* Overlay System V7 — remove the outer hero panel only. */
.rr-ov2-hero {
  overflow: visible;
  border: 0;
  background: transparent;
  background-image: none;
  box-shadow: none;
}

/* Overlay System V8 — layered design imports. */
.rr-ov2-build > .rr-ov2-facts article {
  min-height: 56px;
  padding-block: 7px;
}

.rr-ov2-facts article > .rr-ov2-icon-pair {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  min-height: 48px;
  gap: 8px;
  border: 0;
  background: transparent;
}

.rr-ov2-build > .rr-ov2-facts .rr-ov2-import-row {
  grid-template-columns: 104px minmax(0, 1fr);
}

.rr-ov2-icon-pair > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--rr-ov2-line);
  background: rgba(6, 10, 7, .4);
}

.rr-ov2-facts .rr-ov2-icon-pair img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.rr-ov2-facts .rr-ov2-icon-pair .rr-ov2-figma-icon {
  width: 31px;
  height: 31px;
}

.rr-ov2-facts .rr-ov2-icon-pair .rr-ov2-figma-icon {
  filter: invert(43%) sepia(98%) saturate(2223%) hue-rotate(344deg) brightness(99%) contrast(91%);
}

@media (max-width: 620px) {
  .rr-ov2-build > .rr-ov2-facts .rr-ov2-import-row {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .rr-ov2-facts article > .rr-ov2-icon-pair {
    width: 96px;
    gap: 6px;
  }

  .rr-ov2-icon-pair > span {
    width: 44px;
    height: 44px;
  }

  .rr-ov2-facts .rr-ov2-icon-pair img {
    width: 36px;
    height: 36px;
  }
}

/* Overlay System V10 — keep Connect and Control capability icons fixed inside their tiles. */
#overlay-data .rr-ov2-facts article,
#overlay-control .rr-ov2-facts article {
  min-height: 56px;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  padding-block: 7px;
}

#overlay-data .rr-ov2-facts article > span,
#overlay-control .rr-ov2-facts article > span {
  width: 48px;
  height: 48px;
  min-height: 48px;
  overflow: hidden;
}

#overlay-data .rr-ov2-facts article > span img,
#overlay-control .rr-ov2-facts article > span img {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  transform: none !important;
  transform-origin: center;
  transition: none;
}

#overlay-data:hover .rr-ov2-facts article > span img,
#overlay-data .rr-ov2-facts article:hover > span img,
#overlay-control:hover .rr-ov2-facts article > span img,
#overlay-control .rr-ov2-facts article:hover > span img {
  filter: none !important;
  transform: none !important;
}

/* Overlay System V12 — let the Connect and Control 3D artwork float directly on the page. */
#overlay-data .rr-ov2-story-media,
#overlay-control .rr-ov2-story-media {
  display: grid;
  place-items: center;
  overflow: visible;
  background: transparent !important;
  box-shadow: none !important;
}

#overlay-data .rr-ov2-story-media::before,
#overlay-data .rr-ov2-story-media::after,
#overlay-control .rr-ov2-story-media::before,
#overlay-control .rr-ov2-story-media::after {
  display: none !important;
}

#overlay-data .rr-ov2-story-media > img,
#overlay-data:hover .rr-ov2-story-media > img,
#overlay-data .rr-ov2-story-media:hover > img {
  width: min(78%, 340px);
  height: auto;
  max-width: 340px;
  max-height: none;
  object-fit: contain;
  object-position: center;
  filter: none !important;
  transform: scale(1.2) !important;
  transform-origin: center;
  transition: none;
}

#overlay-control .rr-ov2-story-media > img,
#overlay-control:hover .rr-ov2-story-media > img,
#overlay-control .rr-ov2-story-media:hover > img {
  width: min(82%, 390px);
  height: auto;
  max-width: 390px;
  max-height: none;
  object-fit: contain;
  object-position: center;
  filter: none !important;
  transform: scale(1.16) !important;
  transform-origin: center;
  transition: none;
}

@media (max-width: 620px) {
  #overlay-data .rr-ov2-story-media > img,
  #overlay-data:hover .rr-ov2-story-media > img,
  #overlay-data .rr-ov2-story-media:hover > img {
    width: min(74%, 280px);
    transform: scale(1.1) !important;
  }

  #overlay-control .rr-ov2-story-media > img,
  #overlay-control:hover .rr-ov2-story-media > img,
  #overlay-control .rr-ov2-story-media:hover > img {
    width: min(78%, 300px);
    transform: scale(1.08) !important;
  }
}

/* Replay and Giveaway — use the approved Overlay System product shell. */
body:is(
  [data-page="software/overlay-system"],
  [data-page="software/cs2-auto-replay"],
  [data-page="software/giveaway-tool"]
) {
  --ts-page: min(1320px, calc(100vw - 40px));
  background-color: #050806 !important;
  background-image: url('/back.png?v=1') !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}

body:is(
  [data-page="software/overlay-system"],
  [data-page="software/cs2-auto-replay"],
  [data-page="software/giveaway-tool"]
) .ts-page {
  padding-top: 24px;
}

body:is(
  [data-page="software/overlay-system"],
  [data-page="software/cs2-auto-replay"],
  [data-page="software/giveaway-tool"]
) > .ts-page > .ts-header,
body:is(
  [data-page="software/overlay-system"],
  [data-page="software/cs2-auto-replay"],
  [data-page="software/giveaway-tool"]
) > .ts-page > .ts-footer {
  display: grid;
}

body:is(
  [data-page="software/overlay-system"],
  [data-page="software/cs2-auto-replay"],
  [data-page="software/giveaway-tool"]
) #ts-main {
  width: var(--ts-page);
  padding: 0;
}

.rr-ov2-product .rr-ov2-hero-screen > img {
  object-fit: cover;
  object-position: center;
}

.rr-ov2-product-story .rr-ov2-facts article {
  min-height: 56px;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  padding-block: 7px;
}

.rr-ov2-product-story .rr-ov2-facts article > span {
  width: 48px;
  height: 48px;
  min-height: 48px;
  overflow: hidden;
}

.rr-ov2-product-story .rr-ov2-facts article > span img,
.rr-ov2-product-story:hover .rr-ov2-facts article > span img,
.rr-ov2-product-story .rr-ov2-facts article:hover > span img {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  filter: none !important;
  transform: none !important;
  transition: none;
}

.rr-ov2-product-story .rr-ov2-story-media,
.rr-ov2-product-story.is-reverse .rr-ov2-story-media {
  display: grid;
  place-items: center;
  overflow: visible;
  background: transparent !important;
  box-shadow: none !important;
}

.rr-ov2-product-story .rr-ov2-story-media::before,
.rr-ov2-product-story .rr-ov2-story-media::after {
  display: none !important;
}

.rr-ov2-product-story .rr-ov2-story-media > img,
.rr-ov2-product-story:hover .rr-ov2-story-media > img,
.rr-ov2-product-story .rr-ov2-story-media:hover > img {
  width: min(94%, 720px);
  height: auto;
  max-width: 720px;
  max-height: 330px;
  object-fit: contain;
  object-position: center;
  filter: saturate(.88) brightness(.86) contrast(1.04) !important;
  transform: none !important;
  transition: none;
}

@media (max-width: 860px) {
  body:is(
    [data-page="software/overlay-system"],
    [data-page="software/cs2-auto-replay"],
    [data-page="software/giveaway-tool"]
  ) {
    background-attachment: scroll !important;
  }
}

@media (max-width: 620px) {
  body:is(
    [data-page="software/overlay-system"],
    [data-page="software/cs2-auto-replay"],
    [data-page="software/giveaway-tool"]
  ) {
    --ts-page: calc(100vw - 20px);
  }

  body:is(
    [data-page="software/overlay-system"],
    [data-page="software/cs2-auto-replay"],
    [data-page="software/giveaway-tool"]
  ) .ts-page {
    padding-top: 10px;
  }

  .rr-ov2-product-story .rr-ov2-story-media > img,
  .rr-ov2-product-story:hover .rr-ov2-story-media > img,
  .rr-ov2-product-story .rr-ov2-story-media:hover > img {
    width: 100%;
    max-height: 240px;
  }
}

/* v40 cascade lock. */
.ts-nav a.ts-house-link {
  border-color: rgba(220, 92, 51, .62) !important;
  color: var(--ts-cream) !important;
  background: linear-gradient(105deg, rgba(220, 92, 51, .16), rgba(220, 92, 51, .035)) !important;
  box-shadow: inset 3px 0 0 #dc5c33, 0 9px 24px rgba(0, 0, 0, .16) !important;
}
.ts-nav a.ts-house-link b { color: #dc5c33 !important; }
.ts-nav a.ts-house-link:hover { border-color: #dc5c33 !important; color: #11150f !important; background: #dc5c33 !important; }
.ts-nav a.ts-house-link:hover b { color: #11150f !important; }
.ts-kicker,
.ts-section-kicker,
.ts-visual-label,
.ts-metric span,
.ts-card > a,
.ts-event small,
.ts-event p,
.ts-legal-nav a,
.ts-service small,
.ts-selection-list,
.ts-footer-links,
.ts-footer-bottom { font-size: 12px; }
.ts-card li,
.ts-software-features li { font-size: 12px; line-height: 1.45; }
.rr-ov2-story-copy > p,
.rr-ov2-facts p,
.rr-ov2-workflow li p { font-size: 14px; line-height: 1.55; }
