:root {
  --black: #050505;
  --black-2: #0b0b0b;
  --card: #111111;
  --gold: #f4c542;
  --gold-hover: #ffd85a;
  --white: #ffffff;
  --gray: #bfbfbf;
  --border: rgba(255, 255, 255, 0.08);
  --ink: #050505;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

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

.site-header {
  align-items: center;
  background: #050505;
  border-bottom: 1px solid var(--border);
  display: flex;
  height: 78px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(20px, 5vw, 72px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand-mark {
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.top-nav,
.site-footer nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2.2vw, 32px);
}

.top-nav a,
.site-footer a {
  color: var(--gray);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.top-nav a:hover,
.site-footer a:hover {
  color: var(--white);
}

.top-nav .nav-cta {
  color: var(--gold);
}

.section-black {
  background: var(--black);
}

section {
  scroll-margin-top: 78px;
}

.section-white {
  background: var(--white);
  color: var(--ink);
}

.hero {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  min-height: 820px;
  overflow: hidden;
  padding: 148px clamp(20px, 5vw, 72px) 90px;
  position: relative;
}

.hero-copy {
  align-self: center;
  max-width: 810px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.gold-on-white {
  color: #b38300;
}

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

h1 {
  font-size: clamp(3rem, 4.8vw, 5.4rem);
  font-weight: 900;
  line-height: 0.94;
  margin-bottom: 28px;
  max-width: 800px;
  text-transform: uppercase;
}

h1 span,
.final-cta h2 span {
  color: var(--gold);
}

.hero-subhead {
  color: var(--gray);
  font-size: clamp(1.05rem, 1.7vw, 1.36rem);
  line-height: 1.55;
  max-width: 660px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  min-width: 168px;
  padding: 0 22px;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  background: var(--gold);
  color: #000000;
}

.button-gold:hover {
  background: var(--gold-hover);
}

.button-dark {
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.button-dark:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.button-outline-black {
  border: 1px solid rgba(5, 5, 5, 0.38);
  color: var(--ink);
}

.button-outline-black:hover {
  background: var(--ink);
  color: var(--white);
}

.phone-stage {
  min-height: 620px;
  position: relative;
}

.trail {
  background: var(--gold);
  border-radius: 999px;
  box-shadow: 0 0 34px rgba(244, 197, 66, 0.44);
  height: 6px;
  position: absolute;
  transform: rotate(-24deg);
  width: 440px;
}

.trail-one {
  right: 18px;
  top: 128px;
}

.trail-two {
  right: 110px;
  top: 430px;
  width: 350px;
}

.phone {
  background: #070707;
  border: 8px solid #151515;
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.48), 0 0 32px rgba(244, 197, 66, 0.16);
  height: 354px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  width: 190px;
}

.phone-screen,
.mini-phone,
.video-thumb {
  background-color: #151515;
  background-position: center;
  background-size: cover;
}

.phone-screen {
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 18px;
  position: relative;
}

.phone-screen-img,
.mini-phone-img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.phone-screen::before,
.video-thumb::before,
.mini-phone::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.72));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.screen-tag,
.video-badge {
  align-self: flex-start;
  background: var(--gold);
  border-radius: 999px;
  color: #000000;
  font-size: 0.62rem;
  font-weight: 900;
  padding: 6px 9px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.phone-screen strong,
.phone-screen small {
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.phone-screen strong {
  font-size: 1.04rem;
  line-height: 1;
  margin-top: 12px;
}

.phone-screen small {
  color: var(--gray);
  font-weight: 800;
  margin-top: 6px;
}

.content-spark {
  background-image:
    radial-gradient(circle at 50% 24%, rgba(244, 197, 66, 0.72), transparent 12%),
    linear-gradient(155deg, #101010 0%, #3b2d05 52%, #050505 100%);
}

.content-bucket {
  background-image:
    radial-gradient(circle at 26% 28%, rgba(255, 255, 255, 0.34), transparent 13%),
    linear-gradient(155deg, #163f2e 0%, #91761e 58%, #080808 100%);
}

.content-shotgun {
  background-image:
    radial-gradient(circle at 50% 38%, rgba(244, 197, 66, 0.56), transparent 18%),
    linear-gradient(155deg, #410f12 0%, #111111 60%, #050505 100%);
}

.content-crunch {
  background-image:
    radial-gradient(circle at 58% 30%, rgba(255, 255, 255, 0.38), transparent 13%),
    linear-gradient(155deg, #243a66 0%, #6e5418 56%, #050505 100%);
}

.phone-one {
  right: 312px;
  top: 36px;
  transform: rotate(-13deg);
}

.phone-two {
  right: 104px;
  top: 82px;
  transform: rotate(10deg);
  z-index: 3;
}

.phone-three {
  right: 264px;
  top: 326px;
  transform: rotate(8deg);
  z-index: 2;
}

.phone-four {
  right: 34px;
  top: 350px;
  transform: rotate(-9deg);
}

.section-heading {
  margin: 0 auto 42px;
  max-width: 830px;
}

.section-heading.centered {
  text-align: center;
}

.section-heading h2,
.network h2,
.final-cta h2 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 900;
  line-height: 0.98;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.partners .section-heading h2 {
  font-size: clamp(1.85rem, 3.4vw, 3rem);
  margin-bottom: 7px;
  text-transform: none;
}

.partners .section-heading {
  margin-bottom: 32px;
}

.partners .eyebrow {
  font-size: 0.72rem;
  margin-bottom: 8px;
}

.partners .section-heading p:not(.eyebrow) {
  font-size: 0.96rem;
}

.section-heading p:not(.eyebrow),
.network-copy p,
.final-cta p {
  color: #4e4e4e;
  font-size: 1.05rem;
  line-height: 1.55;
}

.section-heading.dark p:not(.eyebrow),
.network-copy p,
.final-cta p {
  color: var(--gray);
}

.proof,
.services,
.results {
  padding: 94px clamp(20px, 5vw, 72px);
}

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

.video-card {
  background: #0d0d0d;
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--white);
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.video-thumb {
  aspect-ratio: 9 / 16;
  display: flex;
  min-height: 360px;
  padding: 14px;
  position: relative;
}

.play-dot {
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  display: flex;
  height: 54px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 44%;
  transform: translate(-50%, -50%);
  width: 54px;
}

.play-dot::before {
  border-bottom: 10px solid transparent;
  border-left: 16px solid var(--white);
  border-top: 10px solid transparent;
  content: "";
  margin-left: 4px;
}

.video-meta {
  bottom: 14px;
  left: 14px;
  position: absolute;
  right: 14px;
  z-index: 2;
}

.video-meta strong {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  margin-top: 10px;
  text-transform: uppercase;
}

.video-meta span:last-child {
  color: var(--gray);
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  margin-top: 4px;
  text-transform: uppercase;
}

.section-action {
  margin-top: 36px;
  text-align: center;
}

.partners {
  background:
    radial-gradient(circle at 18% 52%, rgba(255, 255, 255, 0.04), transparent 16%),
    radial-gradient(circle at 78% 44%, rgba(244, 197, 66, 0.05), transparent 18%),
    #050505;
  padding: 24px clamp(20px, 5vw, 72px) 26px;
}

.logo-wall {
  align-items: start;
  display: grid;
  gap: clamp(20px, 2.45vw, 42px);
  grid-template-columns: repeat(6, 150px);
  justify-content: center;
  margin: 0 auto;
  max-width: 1120px;
}

.logo-card {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 122px;
  width: 150px;
  padding: 0;
  text-align: center;
}

.logo-stage {
  align-items: center;
  display: flex;
  height: 72px;
  justify-content: center;
  width: 150px;
}

.text-logo {
  color: var(--white);
  display: inline-flex;
  font-size: clamp(1.18rem, 1.72vw, 1.85rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.client-badge {
  background: var(--gold);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  color: #050505;
  font-size: 0.58rem;
  font-weight: 900;
  margin-top: 14px;
  padding: 6px 13px;
  text-transform: uppercase;
  width: 126px;
}

.logo-mark {
  align-items: center;
  gap: 8px;
}

.logo-spark {
  align-items: flex-end;
  color: #2f9cff;
  font-size: clamp(1.2rem, 2.05vw, 2.15rem);
  font-style: italic;
  text-transform: none;
}

.logo-spark .script {
  color: #ff6a2a;
  font-family: Georgia, serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 0.8;
  text-transform: none;
}

.logo-bucket {
  color: #63cf3a;
  font-size: clamp(1rem, 1.35vw, 1.38rem);
}

.bucket-icon {
  border: 3px solid #d8d8d8;
  border-radius: 3px 3px 11px 11px;
  display: inline-block;
  height: 30px;
  position: relative;
  transform: perspective(40px) rotateX(-10deg);
  width: 38px;
}

.bucket-icon::before {
  background: #68d43c;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 11px;
  position: absolute;
  top: 9px;
  width: 14px;
}

.logo-shotgun {
  font-size: clamp(0.96rem, 1.32vw, 1.36rem);
}

.target-icon {
  border: 4px solid #d8d8d8;
  border-radius: 50%;
  display: inline-block;
  height: 44px;
  position: relative;
  width: 44px;
}

.target-icon::before {
  border: 5px solid #e0372f;
  border-radius: 50%;
  content: "";
  inset: 6px;
  position: absolute;
}

.target-icon::after {
  background: #e0372f;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 14px;
  position: absolute;
  top: 14px;
  width: 8px;
}

.logo-crunch {
  flex-direction: column;
  font-size: clamp(1.24rem, 1.74vw, 1.85rem);
  gap: 0;
  line-height: 0.82;
}

.logo-tailgate {
  font-size: clamp(1.04rem, 1.52vw, 1.6rem);
  transform: rotate(-7deg);
}

.logo-tailgate small {
  font-size: 0.42em;
  margin-left: 5px;
}

.logo-ozark {
  flex-direction: column;
  font-size: clamp(0.92rem, 1.22vw, 1.32rem);
  gap: 2px;
  line-height: 0.86;
}

.ozark-peak {
  border-bottom: 32px solid #ffffff;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  display: block;
  height: 0;
  position: relative;
  width: 0;
}

.ozark-peak::after {
  border-bottom: 18px solid #050505;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  content: "";
  left: -17px;
  position: absolute;
  top: 11px;
}

.partners .section-action {
  margin-top: 20px;
}

.partners .button {
  min-width: 320px;
}

.stats-bar {
  background: #000000;
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 138px;
}

.stat {
  align-items: center;
  border-right: 1px solid var(--border);
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 22px clamp(18px, 3vw, 38px);
}

.stat:last-child {
  border-right: 0;
}

.stat-icon {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  margin-right: 14px;
  width: 36px;
}

.stat strong {
  color: var(--gold);
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.stat span:not(.stat-icon),
.stat small {
  grid-column: 2;
}

.stat span:not(.stat-icon) {
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 900;
  margin-top: 8px;
  text-transform: uppercase;
}

.stat small {
  color: var(--gray);
  font-size: 0.68rem;
  margin-top: 5px;
}

.network {
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(280px, 0.78fr) minmax(360px, 1fr);
  padding: 104px clamp(20px, 5vw, 72px);
}

.network-copy {
  align-self: center;
}

.large-stat {
  border-left: 4px solid var(--gold);
  margin: 36px 0;
  padding-left: 20px;
}

.large-stat strong {
  color: var(--gold);
  display: block;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 900;
  line-height: 0.92;
}

.large-stat span {
  color: var(--white);
  display: block;
  font-size: 0.82rem;
  font-weight: 900;
  margin-top: 12px;
  text-transform: uppercase;
}

.network-graph {
  aspect-ratio: 1 / 1;
  min-height: 570px;
  position: relative;
}

.network-graph svg {
  inset: 0;
  position: absolute;
}

.node {
  align-items: center;
  background: #050505;
  border: 1px solid rgba(244, 197, 66, 0.42);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(244, 197, 66, 0.13);
  color: var(--white);
  display: flex;
  flex-direction: column;
  font-size: clamp(0.58rem, 1vw, 0.74rem);
  font-weight: 900;
  gap: 5px;
  height: 112px;
  justify-content: center;
  line-height: 1.1;
  padding: 12px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  width: 112px;
}

.node small {
  color: var(--gold);
  font-size: 0.62rem;
}

.node-center {
  background: var(--gold);
  color: #000000;
  height: 142px;
  width: 142px;
  z-index: 2;
}

.service-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  background: var(--white);
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-height: 280px;
  padding: 34px;
}

.service-icon {
  align-items: center;
  background: var(--gold);
  border-radius: 50%;
  color: #000000;
  display: flex;
  font-size: 0.78rem;
  font-weight: 900;
  height: 54px;
  justify-content: center;
  margin-bottom: 28px;
  width: 54px;
}

.service-card h3 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.service-card p {
  color: #4e4e4e;
  line-height: 1.58;
}

.result-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.result-card {
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 28px;
}

.result-card h3 {
  font-size: 1.18rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.result-card-long-title h3 {
  font-size: 1rem;
}

.result-focus {
  border-top: 1px solid rgba(5, 5, 5, 0.1);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.25;
  padding: 13px 0;
  text-transform: uppercase;
}

.result-row {
  border-top: 1px solid rgba(5, 5, 5, 0.1);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  padding: 13px 0;
}

.result-row span {
  color: #555555;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.result-row strong {
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.25;
  min-width: 0;
  text-align: right;
  text-transform: uppercase;
}

.final-cta {
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) 430px;
  min-height: 620px;
  overflow: hidden;
  padding: 112px clamp(20px, 5vw, 72px);
  position: relative;
}

.final-cta::after {
  background: var(--gold);
  border-radius: 999px;
  box-shadow: 0 0 38px rgba(244, 197, 66, 0.42);
  content: "";
  height: 7px;
  position: absolute;
  right: 64px;
  top: 150px;
  transform: rotate(-18deg);
  width: 390px;
}

.cta-copy {
  align-self: center;
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.mini-phone-stack {
  min-height: 420px;
  position: relative;
  z-index: 2;
}

.mini-phone {
  border: 8px solid #171717;
  border-radius: 30px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.48), 0 0 26px rgba(244, 197, 66, 0.16);
  height: 330px;
  overflow: hidden;
  position: absolute;
  width: 176px;
}

.mini-phone:nth-child(1) {
  right: 204px;
  top: 74px;
  transform: rotate(-13deg);
}

.mini-phone:nth-child(2) {
  right: 78px;
  top: 18px;
  transform: rotate(8deg);
}

.mini-phone:nth-child(3) {
  right: 0;
  top: 182px;
  transform: rotate(-6deg);
}

.site-footer {
  align-items: center;
  background: #000000;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 18px;
  justify-content: center;
  padding: 32px clamp(20px, 5vw, 72px);
}

.site-footer p {
  color: var(--gray);
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.site-footer nav {
  justify-content: flex-end;
  flex-wrap: wrap;
}

.portfolio-page {
  background: #050505;
}

.portfolio-hero {
  background:
    radial-gradient(circle at 82% 30%, rgba(244, 197, 66, 0.12), transparent 28%),
    #050505;
  padding: 150px clamp(20px, 5vw, 72px) 54px;
}

.portfolio-hero h1 {
  font-size: clamp(2.85rem, 5.2vw, 5.4rem);
  line-height: 0.98;
  margin-bottom: 18px;
  max-width: 940px;
  text-transform: uppercase;
}

.portfolio-hero p:not(.eyebrow) {
  color: var(--gray);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  max-width: 760px;
}

.portfolio-section {
  padding: 36px clamp(20px, 5vw, 72px) 84px;
}

.portfolio-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.portfolio-card {
  background: #0b0b0b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  min-height: 270px;
  overflow: hidden;
  padding: 28px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.portfolio-card:hover {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 28px rgba(244, 197, 66, 0.1);
  transform: translateY(-3px);
}

.portfolio-logo {
  align-items: center;
  align-self: flex-end;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  flex: 0 0 56px;
  font-size: 0.78rem;
  font-weight: 900;
  height: 56px;
  justify-content: center;
  margin-bottom: 20px;
  width: 56px;
}

.portfolio-platform {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.portfolio-card h2 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  font-weight: 900;
  height: 2.3em;
  line-height: 1.15;
  margin: 0;
  overflow: hidden;
  text-transform: uppercase;
}

.portfolio-card strong {
  color: var(--gold);
  display: block;
  font-size: clamp(2.45rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 0.9;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.portfolio-card small {
  border: 1px solid rgba(244, 197, 66, 0.82);
  border-radius: 999px;
  color: var(--gold);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  justify-content: center;
  margin-top: auto;
  max-width: 100%;
  overflow: hidden;
  padding: 6px 16px;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .logo-wall,
  .result-list,
  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero,
  .network,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .phone-stage {
    min-height: 610px;
  }

  .network-graph {
    min-height: 620px;
  }
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    height: auto;
    padding-bottom: 16px;
    padding-top: 16px;
    position: absolute;
  }

  .top-nav {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .hero {
    min-height: 0;
    padding-top: 158px;
  }

  .phone-stage {
    min-height: 500px;
    transform: scale(0.78);
    transform-origin: top center;
  }

  .video-grid,
  .service-grid,
  .result-list,
  .logo-wall,
  .stats-bar {
    grid-template-columns: 1fr;
  }

  .stats-bar {
    min-height: 0;
  }

  .stat {
    border-bottom: 1px solid var(--border);
    border-right: 0;
  }

  .network-graph {
    min-height: 540px;
  }

  .node {
    height: 96px;
    width: 96px;
  }

  .node-center {
    height: 124px;
    width: 124px;
  }

  .final-cta {
    min-height: 780px;
  }

  .mini-phone-stack {
    transform: scale(0.82);
    transform-origin: top right;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer p,
  .site-footer nav {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(2.7rem, 15vw, 4.1rem);
  }

  .button {
    width: 100%;
  }

  .phone-stage {
    margin-left: -92px;
    transform: scale(0.64);
    width: 620px;
  }

  .video-thumb {
    min-height: 430px;
  }

  .network-graph {
    left: 50%;
    min-height: 500px;
    transform: translateX(-50%) scale(0.78);
    width: 620px;
  }

  .final-cta {
    min-height: 720px;
  }

  .mini-phone-stack {
    margin-left: -98px;
    transform: scale(0.68);
    width: 520px;
  }
}

/* Reference-aligned responsive pass */
.site-header {
  height: 72px;
}

.brand-mark {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  font-size: 1.22rem;
  line-height: 0.82;
  max-width: 128px;
}

.brand-mark::after {
  color: var(--gold);
  content: "MEDIA CORP";
  font-size: 0.36em;
  letter-spacing: 0.28em;
  margin-top: 8px;
  text-align: center;
  width: 100%;
}

.top-nav a:first-child {
  color: var(--white);
  position: relative;
}

.top-nav a:first-child::after {
  background: var(--gold);
  bottom: -18px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.top-nav .nav-cta {
  background: var(--gold);
  border-radius: 5px;
  color: #000000;
  padding: 14px 20px;
}

.hero {
  background:
    radial-gradient(circle at 76% 44%, rgba(244, 197, 66, 0.14), transparent 25%),
    radial-gradient(circle at 54% 28%, rgba(55, 137, 180, 0.18), transparent 22%),
    #050505;
  gap: 22px 42px;
  grid-template-columns: minmax(320px, 0.92fr) minmax(460px, 1.08fr);
  min-height: 590px;
  padding: 126px clamp(22px, 4.6vw, 64px) 34px;
}

.hero-copy {
  align-self: center;
  max-width: 610px;
}

h1 {
  font-size: clamp(2.85rem, 4.2vw, 4.85rem);
  line-height: 1.02;
  margin-bottom: 20px;
  max-width: 650px;
  text-transform: none;
}

.hero-subhead {
  font-size: clamp(0.98rem, 1.18vw, 1.15rem);
  font-weight: 700;
  line-height: 1.48;
  max-width: 560px;
}

.button {
  gap: 9px;
  min-height: 50px;
}

.phone-stage {
  align-self: center;
  min-height: 410px;
}

.trail {
  box-shadow: 0 0 18px rgba(244, 197, 66, 0.8), 0 0 46px rgba(244, 197, 66, 0.42);
  height: 3px;
  width: 520px;
}

.trail-one {
  right: 10px;
  top: 86px;
}

.trail-two {
  right: -38px;
  top: 250px;
  width: 560px;
}

.phone {
  border-width: 6px;
  border-radius: 24px;
  height: 318px;
  padding: 7px;
  width: 154px;
}

.phone-screen {
  border-radius: 18px;
  padding: 13px;
}

.phone-one {
  right: 376px;
  top: 18px;
  transform: rotate(11deg);
}

.phone-two {
  right: 226px;
  top: -4px;
  transform: rotate(8deg);
}

.phone-three {
  right: 78px;
  top: 18px;
  transform: rotate(8deg);
}

.phone-four {
  right: -8px;
  top: 126px;
  transform: rotate(10deg);
}

.hero-stats {
  align-self: end;
  border: 0;
  grid-column: 1 / -1;
  margin-top: 10px;
  min-height: 86px;
}

.stats-bar {
  background: transparent;
}

.stat {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  gap: 14px;
  grid-template-columns: auto auto 1fr;
  padding: 10px clamp(12px, 2.2vw, 26px);
}

.stat strong,
.stat span:not(.stat-icon) {
  grid-column: auto;
}

.stat-icon {
  font-size: 1.25rem;
  height: 48px;
  margin: 0;
  width: 48px;
}

.stat strong {
  font-size: clamp(1.38rem, 2.5vw, 2rem);
  white-space: nowrap;
}

.stat span:not(.stat-icon) {
  font-size: 0.72rem;
  line-height: 1.18;
  margin-top: 0;
  max-width: 130px;
}

.proof,
.services,
.results {
  padding: 56px clamp(22px, 5vw, 72px);
}

.section-heading {
  margin-bottom: 26px;
}

.section-heading h2,
.network h2,
.final-cta h2 {
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 1.06;
  margin-bottom: 8px;
  text-transform: none;
}

.section-heading p:not(.eyebrow) {
  font-size: 0.96rem;
  font-weight: 700;
}

.eyebrow {
  font-size: 0.7rem;
  margin-bottom: 7px;
}

.video-grid {
  gap: clamp(12px, 1.35vw, 20px);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.video-card {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: var(--ink);
  min-height: 0;
  overflow: visible;
}

.video-frame {
  aspect-ratio: 9 / 16;
  background-color: #151515;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  position: relative;
}

.video-frame::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.62));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.video-thumbnail {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.video-asset,
.brand-logo-img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.video-frame .video-asset {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.video-frame.is-playing .video-thumbnail {
  display: none;
}

.video-frame.is-playing .play-dot {
  display: none;
}

.video-caption {
  bottom: 18px;
  color: var(--white);
  font-size: clamp(0.74rem, 1.05vw, 0.98rem);
  font-weight: 900;
  left: 12px;
  line-height: 1.08;
  max-width: calc(100% - 48px);
  position: absolute;
  text-transform: none;
  z-index: 2;
}

.play-dot {
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  height: 54px;
  z-index: 3;
}

.play-dot::before {
  border-left-color: #ffffff;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.6));
}

.tiktok-ui {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 13px;
  position: absolute;
  right: 9px;
  width: 13px;
  z-index: 2;
}

.tiktok-like {
  background: #ff315f;
  bottom: 74px;
}

.tiktok-comment {
  bottom: 50px;
}

.tiktok-share {
  bottom: 26px;
}

.video-card-meta {
  align-items: center;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 10px;
  text-align: center;
}

.video-card-meta strong {
  font-size: 0.8rem;
  font-weight: 900;
}

.video-card-meta .client-badge {
  font-size: 0.48rem;
  margin-top: 0;
  padding: 3px 8px;
  width: auto;
}

.partners {
  padding: 42px clamp(22px, 5vw, 72px) 34px;
}

.partners .section-heading {
  margin-bottom: 24px;
}

.logo-wall {
  grid-template-columns: repeat(6, minmax(112px, 1fr));
  max-width: 1200px;
}

.logo-card {
  width: 100%;
}

.logo-stage {
  height: 70px;
  width: 100%;
}

.brand-logo-img {
  max-height: 62px;
  object-fit: contain;
}

.network {
  align-items: center;
  background:
    radial-gradient(circle at 92% 35%, rgba(244, 197, 66, 0.09), transparent 28%),
    #050505;
  gap: 32px;
  grid-template-columns: 1fr;
  padding: 58px clamp(22px, 5vw, 72px);
}

.network-copy {
  align-self: center;
  max-width: 760px;
}

.large-stat {
  border-left: 0;
  margin: 20px 0;
  padding-left: 0;
}

.network-graph {
  aspect-ratio: auto;
  min-height: 0;
}

.network-card-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}

.network-card {
  background: #0b0b0b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  height: 270px;
  overflow: hidden;
  padding: 28px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.network-card:hover {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 28px rgba(244, 197, 66, 0.1);
  transform: translateY(-3px);
}

.network-card-top {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: auto;
  width: 100%;
}

.network-thumb {
  align-items: center;
  background: #050505;
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  flex: 0 0 56px;
  font-size: 0.78rem;
  font-weight: 900;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  width: 56px;
}

.platform-icon {
  display: block;
  fill: none;
  height: 24px;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 24px;
}

.platform-icon path {
  fill: var(--gold);
  stroke: none;
}

.network-profile-img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.network-card h3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  font-weight: 900;
  height: 2.3em;
  line-height: 1.15;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-transform: uppercase;
}

.network-card strong {
  color: var(--gold);
  display: block;
  font-size: clamp(2.8rem, 4.5vw, 4.5rem);
  font-weight: 900;
  line-height: 0.9;
  margin-top: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.network-followers-label {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.1;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.network-card small {
  border: 1px solid rgba(244, 197, 66, 0.82);
  border-radius: 999px;
  color: var(--gold);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  margin-top: auto;
  justify-content: center;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 6px 16px;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.node {
  display: none;
}

.service-grid,
.result-list {
  margin: 0 auto;
  max-width: 980px;
}

.service-card {
  min-height: 210px;
  padding: 28px;
}

.service-card h3 {
  font-size: 1.18rem;
  text-transform: none;
}

.result-card {
  padding: 22px;
}

.final-cta {
  grid-template-columns: minmax(0, 1fr) 360px;
  min-height: 320px;
  padding: 54px clamp(22px, 5vw, 72px) 42px;
}

.final-cta h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
  max-width: 560px;
}

.mini-phone-stack {
  min-height: 260px;
}

.mini-phone {
  height: 230px;
  width: 122px;
}

.mini-phone:nth-child(1) {
  right: 170px;
  top: 48px;
}

.mini-phone:nth-child(2) {
  right: 78px;
  top: 14px;
}

.mini-phone:nth-child(3) {
  right: 8px;
  top: 92px;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .phone-stage {
    justify-self: center;
    margin-top: 4px;
    max-width: 720px;
    width: 100%;
  }

  .video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 760px;
  }

  .logo-wall {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    max-width: 720px;
  }

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

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

@media (max-width: 820px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    height: auto;
    padding-bottom: 14px;
    padding-top: 14px;
    position: sticky;
  }

  .top-nav {
    justify-content: flex-end;
  }

  .top-nav a:not(.nav-cta) {
    display: none;
  }

  .top-nav a:first-child::after {
    display: none;
  }

  .hero {
    padding-top: 96px;
  }

  .hero-copy,
  .section-heading,
  .section-heading.centered {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .phone-stage {
    margin-left: 0;
    min-height: 410px;
    overflow: hidden;
    transform: none;
    width: 100%;
  }

  .phone {
    height: 286px;
    width: 138px;
  }

  .phone-one {
    left: 4%;
    right: auto;
    top: 28px;
  }

  .phone-two {
    left: 28%;
    right: auto;
    top: 0;
  }

  .phone-three {
    left: 52%;
    right: auto;
    top: 34px;
  }

  .phone-four {
    left: 70%;
    right: auto;
    top: 112px;
  }

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

  .stat:nth-child(2) {
    border-right: 0;
  }

  .stat {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding: 18px 0;
  }

  .video-grid,
  .service-grid,
  .result-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .logo-wall {
    grid-template-columns: repeat(2, minmax(132px, 1fr));
    justify-content: stretch;
    max-width: none;
  }

  .partners .section-action,
  .section-action {
    text-align: left;
  }

  .network-card-grid {
    grid-template-columns: 1fr;
  }

  .final-cta {
    grid-template-columns: 1fr;
  }

  .mini-phone-stack {
    margin-left: 0;
    transform: none;
    width: 100%;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(2.34rem, 12vw, 3.35rem);
  }

  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cta-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .partners .button {
    min-width: 0;
    width: 100%;
  }

  .phone-stage {
    min-height: 330px;
  }

  .phone {
    height: 238px;
    width: 116px;
  }

  .phone-screen strong {
    font-size: 0.76rem;
  }

  .screen-tag {
    font-size: 0.48rem;
    padding: 5px 7px;
  }

  .hero-stats,
  .video-grid,
  .service-grid,
  .result-list,
  .logo-wall,
  .network-card-grid {
    grid-template-columns: 1fr;
  }

  .stat {
    border-right: 0;
    grid-template-columns: auto 1fr;
  }

  .stat strong,
  .stat span:not(.stat-icon) {
    grid-column: 2;
  }

  .video-grid {
    gap: 22px;
  }

  .video-card {
    max-width: 310px;
  }

  .logo-card {
    align-items: flex-start;
    width: 100%;
  }

  .logo-stage {
    justify-content: flex-start;
    max-width: 220px;
  }

  .client-badge {
    text-align: center;
  }

  .network-card {
    height: 248px;
    padding: 24px;
  }

  .mini-phone-stack {
    min-height: 270px;
  }
}

.site-footer {
  display: flex;
  justify-content: center;
}

.site-footer p {
  text-align: center;
}

@media (max-width: 1180px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .portfolio-hero {
    padding-top: 104px;
  }

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

  .site-footer p {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .portfolio-card {
    min-height: 248px;
    padding: 24px;
  }

  .network-graph {
    left: auto;
    transform: none;
    width: 100%;
  }
}
