:root {
  --midnight: #030303;
  --midnight-2: #090b0f;
  --midnight-3: #11151c;
  --glow: #d8ff2f;
  --glow-warm: #ffb02e;
  --silver: #c8d0d8;
  --text: #f4f7fb;
  --muted: #9ba8b7;
  --line: rgba(200, 208, 216, 0.22);
  --glass: rgba(3, 3, 3, 0.76);
  --radius-xl: clamp(24px, 4vw, 44px);
  --radius-lg: 28px;
  --shadow: 0 30px 100px rgba(0, 0, 0, 0.36);
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 18% 6%, rgba(216, 255, 47, 0.055), transparent 20rem),
    radial-gradient(circle at 78% 0%, rgba(192, 200, 208, 0.06), transparent 24rem),
    linear-gradient(135deg, #000 0%, #020202 58%, #050505 100%);
  color: var(--text);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 82%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

img,
video {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: min(100% - clamp(28px, 5vw, 80px), 1440px);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  margin: 14px 0 0;
  padding: 10px clamp(10px, 1.8vw, 18px);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.28);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 112px;
  justify-self: start;
  transform: translateX(-64px);
}

.brand-mark {
  display: grid;
  width: clamp(330px, 33vw, 490px);
  height: 116px;
  margin: -14px 0;
  place-items: center start;
  padding: 0;
}

.brand img {
  width: 100%;
  height: auto;
  max-height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(200, 208, 216, 0.2));
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 36px);
  color: var(--muted);
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
  white-space: nowrap;
}

.site-nav a {
  transition: color 180ms ease;
}

.site-nav a:hover {
  color: var(--glow);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
}

.lang-switch,
.socials button,
.socials a {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 999px;
}

.switch-track {
  width: 32px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--glow), var(--glow-warm));
  box-shadow: 0 0 18px rgba(216, 255, 47, 0.34);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #06101d;
  font-weight: 800;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, var(--glow), var(--glow-warm));
  box-shadow: 0 16px 42px rgba(216, 255, 47, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 56px rgba(216, 255, 47, 0.3);
}

.btn:disabled {
  cursor: wait;
  opacity: 0.7;
}

.btn-small {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.92rem;
}

.btn-ghost {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.section-pad {
  padding: clamp(72px, 10vw, 150px) 0;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: clamp(22px, 3vw, 42px);
  min-height: auto;
  padding-top: clamp(18px, 3vw, 44px);
}

.hero-copy {
  display: grid;
  justify-items: center;
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--glow);
  font-size: clamp(0.74rem, 1vw, 0.86rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 840px;
  margin-bottom: 22px;
  font-size: clamp(2.75rem, 6.8vw, 6.7rem);
  line-height: 0.88;
  letter-spacing: -0.07em;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.25rem, 5.6vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  letter-spacing: -0.035em;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-lead,
.section-heading p,
.contact-copy p {
  max-width: 680px;
  font-size: clamp(1rem, 1.4vw, 1.22rem);
}

.hero-actions,
.signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.signal-row {
  margin-top: 28px;
}

.signal-row span {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--silver);
  background: rgba(255, 255, 255, 0.04);
}

.hero-stage {
  position: relative;
  isolation: isolate;
}

.stage-glow {
  position: absolute;
  inset: 4% 8% auto;
  z-index: -1;
  height: 65%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(216, 255, 47, 0.18), rgba(200, 208, 216, 0.1), rgba(255, 176, 46, 0.14));
  filter: blur(52px);
}

.tv-hero {
  position: relative;
  width: min(100%, 1376px);
  margin: 0 auto;
  aspect-ratio: 1376 / 600;
  filter: drop-shadow(0 34px 95px rgba(0, 0, 0, 0.58));
}

.tv-screen {
  position: absolute;
  inset: 9.7% 5.1% 8.7%;
  overflow: hidden;
  border-radius: clamp(18px, 3.5vw, 46px);
  background: #000;
}

.tv-frame {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: contain;
}

.tv-screen .hero-video {
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: inherit;
  box-shadow: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 48%;
  transform: scale(1.005);
}

.screen-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 48%, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.34) 84%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.26), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.22));
}



.screen-badge {
  position: absolute;
  top: 11%;
  right: 7.5%;
  z-index: 3;
  padding: 5px 10px;
  border-radius: 4px;
  color: #06101d;
  font-size: clamp(1rem, 2.8vw, 2.2rem);
  font-weight: 1000;
  font-style: italic;
  line-height: 0.9;
  background: linear-gradient(135deg, var(--glow), var(--glow-warm));
  box-shadow: 0 0 28px rgba(216, 255, 47, 0.38);
  transform: skewX(-8deg);
}

.hero-screen-copy {
  position: absolute;
  top: 14%;
  left: 50%;
  z-index: 3;
  display: grid;
  justify-items: center;
  width: min(84%, 980px);
  transform: translate(-50%, -50%);
  text-align: center;
}

.hero-screen-copy > span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.5rem, 0.9vw, 0.65rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(8px);
}

.hero-screen-copy strong {
  color: var(--glow);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.35rem, 4.2vw, 3.95rem);
  font-weight: 1000;
  line-height: 0.78;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow:
    0 4px 0 rgba(0, 0, 0, 0.48),
    0 0 32px rgba(216, 255, 47, 0.3);
}

.hero-screen-copy p {
  margin: clamp(4px, 0.9vw, 10px) 0 clamp(6px, 1.2vw, 14px);
  color: var(--glow);
  font-size: clamp(0.6rem, 1.1vw, 0.8rem);
  font-weight: 900;
  line-height: 1.25;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
}



.screen-frame {
  position: relative;
  padding: clamp(10px, 1.4vw, 16px);
  border: 1px solid rgba(200, 208, 216, 0.34);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), transparent 22%),
    linear-gradient(135deg, rgba(200, 208, 216, 0.18), rgba(0, 0, 0, 0.86) 38%, rgba(255, 255, 255, 0.1));
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.screen-frame::after {
  position: absolute;
  inset: 11px;
  pointer-events: none;
  content: "";
  border-radius: calc(var(--radius-xl) - 8px);
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.18), transparent 32%);
  mix-blend-mode: screen;
}

.screen-topbar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  min-height: 34px;
  padding: 0 8px 10px;
  color: var(--silver);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.hero-video,
.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--midnight-2);
}

.hero-video {
  aspect-ratio: 16 / 11;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-xl) - 12px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.stage-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(6, 13, 24, 0.76);
  backdrop-filter: blur(14px);
}

.stage-card-top {
  top: 18px;
  left: 18px;
}

.stage-card-bottom {
  right: 18px;
  bottom: 18px;
}

.stage-card strong {
  color: var(--glow);
  font-size: 1.4rem;
}

.stage-card span:not(.pulse) {
  color: var(--silver);
}

.pulse {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--glow);
  box-shadow: 0 0 0 10px rgba(216, 255, 47, 0.12);
}

.ticker {
  overflow: hidden;
  padding: 16px 0;
  border-block: 1px solid var(--line);
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: clamp(24px, 5vw, 70px);
  color: var(--silver);
  font-weight: 800;
  text-transform: uppercase;
  animation: ticker 22s linear infinite;
}

.ticker-track span:nth-child(even) {
  color: var(--glow);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(260px, 0.55fr);
  gap: clamp(20px, 4vw, 64px);
  align-items: end;
  margin-bottom: clamp(28px, 5vw, 64px);
}

.section-heading.compact {
  display: block;
  margin-bottom: 0;
}

.showcase-category + .showcase-category {
  margin-top: clamp(34px, 6vw, 86px);
}

.showcase-category {
  content-visibility: auto;
  contain-intrinsic-size: 760px;
}

.category-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: clamp(16px, 2.4vw, 28px);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.category-heading span {
  color: var(--glow);
  font-weight: 900;
  letter-spacing: 0.18em;
}

.category-heading h3 {
  margin: 0;
  color: var(--silver);
  font-size: clamp(1.45rem, 3vw, 2.9rem);
  text-transform: uppercase;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(14px, 2vw, 24px);
  align-items: start;
}

.video-card {
  position: relative;
  grid-column: span 4;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.video-card:hover,
.video-card:focus-visible {
  border-color: rgba(216, 255, 47, 0.58);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(216, 255, 47, 0.16);
  transform: translateY(-3px);
  outline: 0;
}

.video-card::after {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  content: "+";
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--text);
  background: rgba(4, 10, 18, 0.62);
  opacity: 0;
  backdrop-filter: blur(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.video-card:hover::after,
.video-card:focus-visible::after {
  transform: translateY(0);
  opacity: 1;
}

.video-card.featured {
  grid-column: span 8;
  aspect-ratio: 16 / 9;
}

.video-card.portrait {
  aspect-ratio: 9 / 16;
}

.video-card video {
  transform: translateZ(0);
}

.video-meta {
  position: absolute;
  inset: auto 14px 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(4, 10, 18, 0.72);
  backdrop-filter: blur(12px);
}

.video-meta span {
  color: var(--text);
  font-weight: 800;
}

.video-meta small {
  color: var(--glow);
  white-space: nowrap;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.service-card,
.panel,
.contact-form,
.contact-copy {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.2);
}

.service-card {
  padding: clamp(22px, 3vw, 34px);
}

.service-card span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--glow);
  font-weight: 900;
}

.panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1fr);
  gap: clamp(28px, 5vw, 80px);
  padding: clamp(26px, 5vw, 68px);
  background:
    linear-gradient(135deg, rgba(216, 255, 47, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
}

.steps {
  display: grid;
  gap: 14px;
}

.steps div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.steps strong {
  color: var(--glow);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: stretch;
}

.contact-copy,
.contact-form {
  padding: clamp(24px, 4vw, 44px);
}

.contact-mail {
  display: inline-flex;
  margin-top: 12px;
  color: var(--glow);
  font-size: clamp(1.1rem, 2vw, 1.7rem);
  font-weight: 900;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--silver);
  font-size: 0.92rem;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--text);
  background: rgba(4, 10, 18, 0.68);
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form input,
.contact-form select {
  min-height: 48px;
  padding: 0 14px;
}

.contact-form textarea {
  resize: vertical;
  padding: 13px 14px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(216, 255, 47, 0.74);
  box-shadow: 0 0 0 4px rgba(216, 255, 47, 0.09);
}

.full,
.form-status {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--silver);
}

.form-status.is-error {
  color: #ff9e9e;
}

.form-status.is-success {
  color: var(--glow);
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 34px 0 46px;
  border-top: 1px solid var(--line);
}

.site-footer div:first-child {
  display: grid;
  gap: 4px;
}

.site-footer strong {
  color: var(--glow);
  font-size: 1.25rem;
}

.site-footer span {
  color: var(--muted);
}

.socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.socials button,
.socials a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  transition: border-color 180ms ease, color 180ms ease;
}

.socials button:hover,
.socials a:hover {
  border-color: rgba(216, 255, 47, 0.7);
  color: var(--glow);
}

.contact-whatsapp {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px;
  padding: 10px 14px;
  border: 1px solid rgba(216, 255, 47, 0.38);
  border-radius: 999px;
  color: var(--text);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.05);
}

.floating-contact {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 35;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(216, 255, 47, 0.55);
  border-radius: 999px;
  color: #06101d;
  font-weight: 900;
  background: linear-gradient(135deg, var(--glow), var(--glow-warm));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(12px);
}

.modal-panel {
  position: relative;
  width: min(640px, 100%);
  max-height: min(760px, calc(100svh - 40px));
  overflow: auto;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(18, 18, 18, 0.98), rgba(2, 2, 2, 0.98));
  box-shadow: var(--shadow);
}

.modal-panel h2 {
  margin-bottom: 22px;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  font-size: 1.7rem;
}

.compact-form {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 85;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.video-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.video-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(14px);
}

.video-lightbox-panel {
  position: relative;
  width: min(1080px, 100%);
  max-height: calc(100svh - 40px);
  padding: clamp(12px, 2vw, 18px);
  border: 1px solid rgba(200, 208, 216, 0.28);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 22%),
    rgba(4, 4, 4, 0.96);
  box-shadow: var(--shadow);
}

.video-lightbox-panel video {
  width: 100%;
  max-height: calc(100svh - 150px);
  border-radius: 20px;
  object-fit: contain;
  background: #000;
}

.lightbox-caption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 14px 4px 0;
}

.lightbox-caption strong {
  color: var(--text);
}

.lightbox-caption span {
  color: var(--glow);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 90;
  transform: translate(-50%, 20px);
  padding: 12px 18px;
  border: 1px solid rgba(216, 255, 47, 0.45);
  border-radius: 999px;
  color: var(--text);
  background: rgba(4, 10, 18, 0.86);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

.reveal {
  transform: translateY(24px);
  opacity: 0;
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  transform: translateY(0);
  opacity: 1;
}

@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto auto;
    border-radius: 28px;
  }

  .brand {
    transform: none;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 4px 2px 2px;
    white-space: normal;
  }

  .header-actions {
    justify-content: flex-end;
  }

  .hero,
  .contact-section,
  .panel,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-card,
  .video-card.featured {
    grid-column: span 6;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 28px, 1440px);
  }

  .site-header {
    top: 8px;
    margin-top: 8px;
  }

  .brand-mark {
    width: 180px;
    height: 58px;
    margin: -5px 0;
  }

  .brand img {
    max-height: 54px;
  }

  .btn-small {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-video {
    aspect-ratio: 16 / 12;
  }

  .tv-hero {
    width: calc(100% + 28px);
    margin-left: -14px;
  }

  .hero-screen-copy {
    top: 14%;
    width: 88%;
  }

  .hero-screen-copy > span {
    margin-bottom: 5px;
    padding: 3px 8px;
    font-size: 0.42rem;
  }

  .hero-screen-copy strong {
    font-size: clamp(0.9rem, 5vw, 1.8rem);
    letter-spacing: -0.035em;
  }

  .hero-screen-copy p {
    margin: 7px 0 10px;
    font-size: 0.48rem;
  }

  .screen-badge {
    padding: 4px 7px;
    font-size: clamp(0.82rem, 5vw, 1.25rem);
  }

  .screen-topbar {
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }

  .category-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .stage-card {
    max-width: calc(100% - 28px);
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .video-card,
  .video-card.featured {
    grid-column: 1;
    aspect-ratio: 16 / 9;
  }

  .video-card.portrait {
    grid-column: 1;
    aspect-ratio: 9 / 16;
  }

  .service-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .socials {
    justify-content: flex-start;
  }

  .video-lightbox-panel video {
    max-height: calc(100svh - 170px);
  }

  .lightbox-caption {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
