:root {
  --navy: #030817;
  --blue: #0957ff;
  --electric: #22d3ff;
  --toolbar-blue: #eef9ff;
  --purple: #a855f7;
  --white: #f8fbff;
  --muted: #9fb2d2;
  --line: rgba(255, 255, 255, 0.14);
  --panel: rgba(8, 20, 54, 0.78);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--navy);
  color: var(--white);
  font-family: "Inter", sans-serif;
  line-height: 1.45;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 15% 12%, rgba(34, 211, 255, 0.28), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(168, 85, 247, 0.24), transparent 26%),
    linear-gradient(135deg, #030817 0%, #061b4d 48%, #02040b 100%);
}

a { color: inherit; }

.shell { min-height: 100vh; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 22px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, var(--blue), var(--purple));
  color: #f8fbff;
  box-shadow: 0 0 30px rgba(9, 87, 255, 0.32);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.nav-cta,
.eyebrow,
.section-kicker,
.button,
.ticker,
.service-grid span,
.panel-head,
.brand-tag,
.brand-group-label,
.proof-list {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: center;
  grid-column: 2;
  text-decoration: none;
  color: #fff;
}

.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(58px, 5vw, 72px);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.brand-logo {
  display: block;
  width: 100%;
  max-height: 72px;
  height: auto;
  object-fit: contain;
}

.brand-logo-full-wrap {
  width: clamp(156px, 15vw, 210px);
  height: 84px;
}

.brand-logo-full {
  width: 100%;
  max-height: 84px;
}

.brand-wordmark {
  display: grid;
  gap: 0;
  color: #fff;
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 1px 12px rgba(3, 8, 23, 0.22);
}

.brand-wordmark strong,
.brand-wordmark span {
  display: block;
  white-space: nowrap;
}

.brand-wordmark strong {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.08rem, 2vw, 1.52rem);
  font-weight: 900;
}

.brand-wordmark span {
  font-size: clamp(0.64rem, 1.2vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0;
}

.nav-links {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  gap: clamp(14px, 2.4vw, 32px);
  font-size: 0.72rem;
  font-weight: 700;
  color: #f8fbff;
}

.nav-links a,
.nav-cta,
.button { text-decoration: none; }

.nav-cta {
  justify-self: end;
  padding: 12px 16px;
  border: 1px solid rgba(9, 87, 255, 0.36);
  color: #0957ff;
  background: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 700;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
  min-height: calc(100vh - 87px);
  padding: clamp(66px, 9vw, 120px) clamp(20px, 5vw, 80px) 48px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--electric);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
}

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

h1,
h2 {
  letter-spacing: 0;
  line-height: 0.92;
}

h1 {
  max-width: 1000px;
  margin-bottom: 28px;
  font-family: "Anton", sans-serif;
  font-size: clamp(4rem, 10vw, 10.5rem);
  font-weight: 400;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 760px;
  color: #d7e4ff;
  font-size: clamp(1.08rem, 2vw, 1.38rem);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 700;
}

.button.primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  box-shadow: 0 0 30px rgba(9, 87, 255, 0.45);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #dbeafe;
}

.hero-panel,
.service-grid article,
.impact-grid article,
.pillar-row article,
.proof-card {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.hero-panel {
  padding: clamp(22px, 4vw, 36px);
}

.hero-logo-card {
  margin-bottom: 24px;
  padding: clamp(24px, 3vw, 34px);
  background: linear-gradient(135deg, #ffffff, #e8f8ff);
  border: 1px solid rgba(34, 211, 255, 0.28);
  box-shadow: 0 22px 54px rgba(2, 8, 23, 0.22);
}

.hero-logo-card img {
  display: block;
  width: 100%;
  max-width: 190px;
  height: auto;
  margin: 0 auto;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  color: var(--electric);
  font-size: 0.72rem;
  font-weight: 700;
}

.panel-grid {
  display: grid;
  gap: 14px;
}

.panel-grid article {
  display: grid;
  gap: 8px;
  padding: 20px;
  color: #f8fbff;
  background: linear-gradient(135deg, #073a8c, #041a46);
  border: 1px solid rgba(191, 232, 255, 0.22);
  border-left: 3px solid #9ee7ff;
  box-shadow: 0 18px 44px rgba(2, 8, 23, 0.24);
}

.panel-grid article:nth-child(2) {
  background: linear-gradient(135deg, #075fbd, #07346f);
  border-left-color: #6fe4ff;
}

.panel-grid article:nth-child(3) {
  background: linear-gradient(135deg, #078bd6, #064f95);
  border-left-color: #c9f6ff;
}

.panel-grid article:nth-child(4) {
  background: linear-gradient(135deg, #0dbdf0, #0967b2);
  border-left-color: #ecfeff;
}

.panel-grid span,
.pillar-row span {
  color: #dff8ff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
}

.panel-grid strong {
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1;
}

.panel-grid small {
  color: rgba(248, 251, 255, 0.78);
  font-size: 0.86rem;
}

.ticker {
  display: flex;
  gap: 10px;
  overflow: auto;
  padding: 16px clamp(20px, 5vw, 80px);
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.74rem;
  font-weight: 700;
}

.ticker span {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid rgba(34, 211, 255, 0.25);
  color: #dbeafe;
}

.section {
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 80px);
  scroll-margin-top: 96px;
}

.work-layout,
.brands,
.proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

h2 {
  max-width: 980px;
  font-family: "Anton", sans-serif;
  font-size: clamp(3rem, 7vw, 7.5rem);
  font-weight: 400;
  text-transform: uppercase;
}

.work-layout p,
.brand-copy p,
.proof-card p {
  color: #d7e4ff;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  font-weight: 600;
}

.work-copy {
  max-width: 900px;
}

.work-player {
  width: 100%;
}

.player-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(34, 211, 255, 0.32);
  background: #020817;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.player-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}

.player-caption {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0 0;
  color: var(--electric);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.player-caption span {
  color: #dbeafe;
}

.impact-grid,
.service-grid,
.pillar-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.impact-grid article,
.service-grid article,
.pillar-row article {
  padding: 24px;
}

.service-grid article {
  min-height: 260px;
}

.service-grid article:nth-child(1) {
  background: linear-gradient(145deg, rgba(9, 87, 255, 0.88), rgba(2, 8, 23, 0.84));
}

.service-grid article:nth-child(2) {
  background: linear-gradient(145deg, rgba(255, 61, 139, 0.82), rgba(80, 22, 84, 0.86));
}

.service-grid article:nth-child(3) {
  background: linear-gradient(145deg, rgba(255, 183, 3, 0.88), rgba(123, 69, 12, 0.86));
  color: #fff8e6;
}

.service-grid article:nth-child(4) {
  background: linear-gradient(145deg, rgba(34, 211, 255, 0.78), rgba(4, 72, 114, 0.88));
}

.service-grid article:nth-child(5) {
  background: linear-gradient(145deg, rgba(74, 222, 128, 0.74), rgba(12, 77, 77, 0.9));
}

.service-grid article:nth-child(6) {
  background: linear-gradient(145deg, rgba(168, 85, 247, 0.78), rgba(43, 28, 97, 0.9));
}

.service-grid article:nth-child(3) span,
.service-grid article:nth-child(3) p {
  color: rgba(255, 248, 230, 0.82);
}

.pillar-row article {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  align-items: stretch;
}

.impact-grid strong,
.service-grid h3,
.pillar-row strong {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(1.35rem, 2.4vw, 2.4rem);
  line-height: 1;
}

.impact-grid span,
.service-grid p,
.pillar-row p {
  color: var(--muted);
  font-weight: 600;
}

.pillar-row p {
  flex: 1;
}

.pillar-row a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(34, 211, 255, 0.3);
  color: #dff8ff;
  background: rgba(34, 211, 255, 0.08);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.pillar-featured {
  background:
    linear-gradient(145deg, rgba(9, 87, 255, 0.34), rgba(2, 8, 23, 0.84)),
    var(--panel);
}

.pillar-legal {
  background:
    linear-gradient(145deg, rgba(14, 165, 233, 0.26), rgba(2, 8, 23, 0.84)),
    var(--panel);
}

.pillar-cmg {
  background:
    linear-gradient(145deg, rgba(34, 211, 255, 0.24), rgba(2, 8, 23, 0.86)),
    var(--panel);
}

.pillar-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 128px;
  margin: 18px 0 22px;
  padding: 16px 18px;
  border: 1px solid rgba(34, 211, 255, 0.24);
  background: rgba(2, 8, 23, 0.22);
}

.pillar-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 82px;
  object-fit: contain;
}

.pillar-cmg-logo {
  max-width: 176px;
  max-height: 108px;
}

.pillar-latinmixx-logo {
  width: min(100%, 224px);
  max-height: 68px;
}

.pillar-legal-logo {
  width: min(100%, 204px);
  max-height: 82px;
}

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

.service-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--electric);
  font-size: 0.72rem;
  font-weight: 700;
}

.brands {
  position: relative;
  overflow: hidden;
  grid-template-columns: 1fr;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(34, 211, 255, 0.07)),
    radial-gradient(circle at 78% 44%, rgba(34, 211, 255, 0.22), transparent 36%);
}

.brand-copy {
  max-width: 1180px;
}

.brand-rotator {
  display: grid;
  gap: 14px;
  width: 100%;
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid rgba(34, 211, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(2, 8, 23, 0.96), transparent 10%, transparent 90%, rgba(2, 8, 23, 0.96)),
    rgba(3, 26, 79, 0.42);
}

.brand-rotator-track {
  display: flex;
  flex: 0 0 auto;
  gap: 18px;
  min-width: max-content;
  padding: 28px 9px 0;
  animation: brand-scroll 84s linear infinite;
}

.brand-rotator-track + .brand-rotator-track {
  display: none;
}

.brand-rotator:hover .brand-rotator-track {
  animation-play-state: paused;
}

.brand-logo-card {
  display: grid;
  flex: 0 0 224px;
  min-height: 164px;
  gap: 12px;
  align-items: center;
  justify-items: center;
  padding: 22px 18px;
  border: 1px solid rgba(236, 254, 255, 0.18);
  background: linear-gradient(135deg, rgba(9, 87, 255, 0.18), rgba(34, 211, 255, 0.12));
  color: #e0f2fe;
  font-family: "Inter", sans-serif;
  transition: border-color .3s, background .3s;
}

.brand-logo-card img {
  display: block;
  width: 144px;
  height: 72px;
  object-fit: contain;
  padding: 0;
  border: 0;
  background: transparent;
}

.brand-logo-card b {
  display: block;
  max-width: 100%;
  color: #e0f2fe;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.brand-logo-card small {
  display: block;
  color: rgba(224, 242, 254, 0.56);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.brand-logo-card:hover {
  border-color: rgba(34, 211, 255, 0.45);
  background: linear-gradient(135deg, rgba(9, 87, 255, 0.38), rgba(34, 211, 255, 0.28));
}

@keyframes brand-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

.pillar-row { grid-template-columns: repeat(3, 1fr); }

.proof-card {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 5vw, 46px);
  border-color: rgba(34, 211, 255, 0.32);
  background:
    linear-gradient(145deg, rgba(9, 87, 255, 0.82), rgba(168, 85, 247, 0.58) 48%, rgba(2, 8, 23, 0.9)),
    var(--panel);
}

.proof-card::after {
  content: "";
  position: absolute;
  right: -24%;
  bottom: -38%;
  width: 64%;
  aspect-ratio: 1;
  border: 1px solid rgba(236, 254, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(34, 211, 255, 0.28), transparent 58%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 14px);
  transform: rotate(-14deg);
  opacity: 0.55;
}

.proof-card > * {
  position: relative;
  z-index: 1;
}

.proof-card span {
  color: var(--electric);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.proof-card h2 {
  margin-top: 18px;
  font-size: clamp(2.9rem, 6.3vw, 6.8rem);
}

.proof-flow {
  position: relative;
  display: grid;
  gap: 0;
  align-content: center;
  padding: 10px 0;
}

.proof-flow::before {
  content: "";
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 31px;
  width: 4px;
  background: linear-gradient(180deg, #22d3ff, #0957ff, #a855f7, #ff3d8b, #ffb703);
  box-shadow: 0 0 26px rgba(34, 211, 255, 0.5);
}

.proof-flow span {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 94px;
  padding: 10px 0;
}

.proof-flow b {
  grid-row: 1 / 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: #020817;
  background: #22d3ff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.82rem;
  box-shadow: 0 0 34px rgba(34, 211, 255, 0.48);
  clip-path: polygon(50% 0, 92% 25%, 92% 75%, 50% 100%, 8% 75%, 8% 25%);
}

.proof-flow strong {
  grid-column: 2;
  color: #f8fbff;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.05;
}

.proof-flow small {
  grid-column: 2;
  display: block;
  margin-top: 5px;
  color: #b8c8e6;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
}

.proof-flow span:nth-child(2) b { background: #4ade80; box-shadow: 0 0 34px rgba(74, 222, 128, 0.42); }
.proof-flow span:nth-child(3) b { background: #ffb703; box-shadow: 0 0 34px rgba(255, 183, 3, 0.42); }
.proof-flow span:nth-child(4) b { background: #ff3d8b; box-shadow: 0 0 34px rgba(255, 61, 139, 0.42); }
.proof-flow span:nth-child(5) b { background: #a855f7; color: #f8fbff; box-shadow: 0 0 34px rgba(168, 85, 247, 0.48); }
.proof-flow span:nth-child(6) b { background: #f8fbff; box-shadow: 0 0 34px rgba(248, 251, 255, 0.34); }

.contact {
  padding: clamp(74px, 10vw, 130px) clamp(20px, 5vw, 80px);
  background: linear-gradient(135deg, rgba(9, 87, 255, 0.9), rgba(168, 85, 247, 0.84));
}

.contact h2 {
  max-width: 1080px;
  margin-bottom: 28px;
}

@media (max-width: 980px) {
  .site-header,
  .hero,
  .work-layout,
  .brands,
  .proof {
    grid-template-columns: 1fr;
  }

  .nav-links { display: none; }
  .impact-grid,
  .service-grid,
  .pillar-row {
    grid-template-columns: 1fr 1fr;
  }

  .proof-flow {
    grid-template-columns: 1fr;
  }

.brand-groups { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header { position: relative; }
  .brand {
    grid-column: 1;
    justify-self: center;
  }
  .brand-logo-full-wrap { width: 168px; height: 72px; }
  .brand-logo-full { max-height: 72px; }
  h1 { font-size: clamp(3.25rem, 18vw, 5.25rem); }
  h2 { font-size: clamp(2.6rem, 15vw, 4.2rem); }
  .hero { padding-top: 48px; }
  .impact-grid,
  .service-grid,
  .pillar-row {
    grid-template-columns: 1fr;
  }

  .brand-groups {
    gap: 20px;
  }
  .brand-group {
    padding: 18px;
  }
  .brand-tag {
    padding: 8px 14px;
    font-size: 0.72rem;
  }
}
.player-frame .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:58px;height:58px;background:rgba(9,87,255,.82);border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:.9}
.player-frame .play-icon::after{content:"";border-left:17px solid #fff;border-top:11px solid transparent;border-bottom:11px solid transparent;margin-left:4px}
