:root {
  --ink: #0a0a0a;
  --paper: #f2f0eb;
  --muted: #aaa8a1;
  --line: rgba(10,10,10,.16);
  --acid: #ff4d2e;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", sans-serif; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { height: 98px; padding: 0 3.2vw; display: flex; align-items: center; justify-content: space-between; position: absolute; inset: 0 0 auto; z-index: 10; color: white; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 600; line-height: .92; letter-spacing: -.04em; }
.brand b { color: var(--acid); font-weight: 800; }
.brand-mark { width: 39px; height: 39px; display: grid; place-content: center; gap: 3px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; transform: rotate(-12deg); }
.brand-mark i { display: block; width: 20px; height: 2px; background: var(--acid); }
.brand-mark i:nth-child(2) { width: 14px; }
.site-header nav { display: flex; gap: 36px; margin-left: auto; margin-right: 4vw; }
.site-header nav a { font-family: "DM Mono"; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.site-header nav a:hover { color: var(--acid); }
.header-cta { display: flex; align-items: center; gap: 30px; padding: 14px 16px 14px 22px; border: 1px solid rgba(255,255,255,.45); border-radius: 99px; font-size: 12px; text-transform: uppercase; font-weight: 700; }
.header-cta b { width: 31px; height: 31px; display: grid; place-content: center; color: var(--ink); background: var(--acid); border-radius: 50%; }
.menu-toggle { display: none; background: transparent; border: 0; }

.hero { min-height: 100vh; position: relative; background: var(--ink); color: white; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; display: grid; grid-template-columns: 1.2fr .8fr 1.3fr; grid-template-rows: 1fr 1fr; gap: 8px; opacity: .9; transform: scale(1.02); }
.hero-tile { background-position: center; background-size: cover; filter: grayscale(.82) brightness(1.18) contrast(1.04); }
.tile-1 { grid-row: 1 / 3; background-image: url("https://images.unsplash.com/photo-1593697821252-0c9137d9fc45?auto=format&fit=crop&w=1200&q=85"); }
.tile-2 { background-image: url("https://images.unsplash.com/photo-1501386761578-eac5c94b800a?auto=format&fit=crop&w=1000&q=85"); }
.tile-3 { grid-row: 1 / 3; background-image: url("https://images.unsplash.com/photo-1492684223066-81342ee5ff30?auto=format&fit=crop&w=1200&q=85"); }
.tile-4 { background-image: url("https://images.unsplash.com/photo-1485846234645-a62644f84728?auto=format&fit=crop&w=1000&q=85"); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.24) 38%, rgba(0,0,0,.78)); }
.hero-content { min-height: 100vh; padding: 170px 3.2vw 50px; position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; }
.eyebrow, .section-kicker { font-family: "DM Mono"; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 9px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,77,46,.14); }
.hero h1 { margin: 24px 0 45px; max-width: 1100px; font-size: clamp(76px, 11vw, 180px); line-height: .8; text-transform: uppercase; letter-spacing: -.085em; }
h1 em, h2 em { color: var(--acid); font-style: normal; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.3); padding-top: 24px; }
.hero-bottom p { margin: 0; max-width: 540px; font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.72); }
.round-link { width: 82px; height: 82px; border-radius: 50%; border: 1px solid rgba(255,255,255,.42); display: grid; place-content: center; gap: 8px; text-align: center; font-family: "DM Mono"; font-size: 9px; text-transform: uppercase; transition: .3s; }
.round-link:hover { background: var(--acid); border-color: var(--acid); transform: rotate(-8deg); }
.broadcast-status { position: absolute; z-index: 3; right: 3.2vw; top: 130px; display: flex; align-items: center; gap: 15px; padding: 10px 14px; background: rgba(0,0,0,.7); font-family: "DM Mono"; font-size: 9px; border: 1px solid rgba(255,255,255,.2); }
.broadcast-status span { color: var(--acid); }
.broadcast-status i { color: #35d068; letter-spacing: 1px; font-size: 6px; }

.section-pad { padding: 120px 3.2vw; }
.section-kicker { margin-bottom: 40px; color: #6b6963; }
.statement-copy { display: grid; grid-template-columns: 2.1fr 1fr; align-items: end; gap: 10vw; }
.statement h2, .section-head h2, .contact h2 { margin: 0; font-size: clamp(48px, 6.8vw, 105px); line-height: .96; letter-spacing: -.072em; }
.statement h2 span { color: #9d9a92; }
.statement-detail p, .section-head > p, .contact-copy > p { font-size: 14px; line-height: 1.8; color: #696760; }
.text-link { display: inline-flex; justify-content: space-between; width: 100%; margin-top: 22px; padding: 15px 0; border-bottom: 1px solid var(--ink); font-family: "DM Mono"; font-size: 10px; text-transform: uppercase; }
.metrics { margin-top: 100px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metrics div { padding: 30px 20px 30px 0; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.metrics div:not(:first-child) { padding-left: 28px; }
.metrics div:last-child { border: 0; }
.metrics strong { font-size: clamp(38px,4vw,64px); letter-spacing: -.06em; }
.metrics span { margin-top: 8px; color: #77746d; font-size: 11px; text-transform: uppercase; }
.av-advertising-callout { margin-top: 34px; padding: 30px; display: grid; grid-template-columns: .42fr 1.4fr .9fr; gap: 34px; align-items: end; color: white; background: radial-gradient(circle at 8% 0%, rgba(255,77,46,.28), transparent 32%), linear-gradient(135deg, #050608, #141414); border: 1px solid rgba(255,255,255,.12); }
.av-advertising-callout span { align-self: start; width: fit-content; padding: 8px 11px; color: var(--acid); border: 1px solid rgba(255,77,46,.45); border-radius: 99px; font-family: "DM Mono"; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; white-space: nowrap; }
.av-advertising-callout h3 { margin: 0; font-size: clamp(25px, 3.2vw, 50px); line-height: 1.02; letter-spacing: -.055em; }
.av-advertising-callout p { margin: 0; color: #b8b5ad; font-size: 13px; line-height: 1.7; }

.client-marquee { padding: 0 3.2vw 120px; margin-top: -48px; overflow: hidden; background: var(--paper); }
.client-marquee-head { display: grid; grid-template-columns: .36fr 1fr; gap: 44px; align-items: end; padding: 34px 38px; color: white; background: radial-gradient(circle at 92% 0%, rgba(255,77,46,.2), transparent 34%), linear-gradient(135deg, #050608, #111); border: 1px solid rgba(255,255,255,.12); border-bottom: 0; }
.client-marquee-head span { width: fit-content; padding: 8px 11px; color: var(--acid); border: 1px solid rgba(255,77,46,.45); border-radius: 99px; font-family: "DM Mono"; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; white-space: nowrap; }
.client-marquee-head p { max-width: 860px; margin: 0; color: #ddd6ca; font-size: clamp(22px, 2.5vw, 42px); line-height: 1.05; letter-spacing: -.055em; }
.client-marquee-window { position: relative; overflow: hidden; color: white; background: linear-gradient(135deg, #050608, #111 58%, #24110b); border: 1px solid rgba(255,255,255,.13); box-shadow: 0 32px 90px rgba(10,10,10,.16); }
.client-marquee-window:before, .client-marquee-window:after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: 18vw; pointer-events: none; }
.client-marquee-window:before { left: 0; background: linear-gradient(90deg, #050608, rgba(5,6,8,0)); }
.client-marquee-window:after { right: 0; background: linear-gradient(270deg, #24110b, rgba(36,17,11,0)); }
.client-marquee-track { width: max-content; display: flex; align-items: center; gap: 0; padding: 30px 0; animation: client-scroll 46s linear infinite; }
.client-marquee-track span { position: relative; min-width: 230px; padding: 0 42px; color: #e6ded2; font-size: clamp(20px, 2.4vw, 42px); line-height: 1; font-weight: 700; text-transform: uppercase; letter-spacing: -.04em; white-space: nowrap; opacity: .9; }
.client-marquee-track span:after { content: ""; position: absolute; right: 0; top: 50%; width: 1px; height: 40px; transform: translateY(-50%); background: linear-gradient(180deg, transparent, rgba(255,77,46,.55), transparent); }
@keyframes client-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.services { padding-top: 20px; }
.section-head { display: grid; grid-template-columns: 2fr 1fr; align-items: end; gap: 15vw; margin-bottom: 70px; }
.section-head .section-kicker { margin-bottom: 28px; }
.section-head h2 { font-size: clamp(56px, 8vw, 116px); text-transform: uppercase; }
.service-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { min-height: 420px; padding: 28px; background: var(--paper); display: flex; flex-direction: column; position: relative; transition: background .25s, color .25s; }
.live-service-card, .full-width-service-card { grid-column: 1 / -1; }
.hybrid-card { grid-column: 1 / -1; padding: 0; min-height: 0; aspect-ratio: 3 / 2; isolation: isolate; overflow: hidden; background: #050608; color: white; }
.hybrid-card:before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.1)), radial-gradient(circle at 16% 12%, rgba(255,77,46,.08), transparent 34%); mix-blend-mode: multiply; }
.hybrid-card:after { content: ""; position: absolute; inset: 12px; z-index: 2; pointer-events: none; border: 1px solid rgba(255,255,255,.18); box-shadow: inset 0 0 0 1px rgba(255,77,46,.18); }
.hybrid-card:before, .hybrid-card:after { display: none; }
.hybrid-card img, .creative-image { width: 100%; height: 100%; min-height: 420px; display: block; object-fit: contain; background: #050608; filter: saturate(1.04) contrast(1.04) brightness(1.08); transition: filter .35s ease, transform .35s ease; }
.hybrid-card img { min-height: 0; }
.hybrid-card:hover img { filter: saturate(1.1) contrast(1.04) brightness(1.12); transform: none; }
.creative-service-card { background: linear-gradient(135deg, #050608, #171717); color: white; border: 1px solid rgba(255,255,255,.08); }
.creative-service-card .service-icon { color: var(--acid); }
.creative-service-card p { color: #b8b5ad; }
.service-card:hover, .service-card.featured { background: var(--ink); color: white; }
.service-card.featured { background: var(--acid); color: var(--ink); }
.service-card.featured.hybrid-card { background: #050608; color: white; }
.service-number { font-family: "DM Mono"; font-size: 10px; }
.service-icon { margin-top: 70px; color: var(--acid); font-size: 38px; }
.featured .service-icon { color: var(--ink); }
.service-card h3 { margin: auto 0 14px; font-size: 28px; letter-spacing: -.05em; }
.service-card p { max-width: 320px; margin: 0 0 28px; color: #77746d; font-size: 12px; line-height: 1.7; }
.service-card:hover p { color: #aaa; }
.featured p { color: rgba(10,10,10,.65); }
.service-card a { padding-top: 17px; border-top: 1px solid currentColor; font-family: "DM Mono"; font-size: 9px; text-transform: uppercase; }
.broadcast-menu { margin: 0 0 20px; padding: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; background: rgba(10,10,10,.06); border: 1px solid rgba(10,10,10,.12); }
.broadcast-menu span { grid-column: 1 / -1; color: #706d66; font-family: "DM Mono"; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.broadcast-menu a { padding: 8px 0 0; border-top: 1px solid rgba(10,10,10,.22); color: var(--ink); }
.service-card:hover .broadcast-menu { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); }
.service-card:hover .broadcast-menu span { color: #aaa; }
.service-card:hover .broadcast-menu a { border-color: rgba(255,255,255,.2); color: white; }
.service-card:hover .broadcast-menu a:hover { color: var(--acid); }
.image-card { grid-column: span 3; min-height: 0; aspect-ratio: 3 / 2; padding: 0; color: white; overflow: hidden; justify-content: flex-end; background-color: #050608; background-image: linear-gradient(0deg, rgba(0,0,0,.44), transparent 42%), linear-gradient(90deg, rgba(255,77,46,.08), transparent 32%), url("assets/team-photo.png?v=2"); background-position: center; background-repeat: no-repeat; background-size: 100% 100%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.image-card:hover { background-color: #050608; background-image: linear-gradient(0deg, rgba(0,0,0,.38), transparent 42%), linear-gradient(90deg, rgba(255,77,46,.1), transparent 32%), url("assets/team-photo.png?v=2"); background-position: center; background-repeat: no-repeat; background-size: 100% 100%; }
.image-card-copy { width: min(720px, calc(100% - 44px)); max-width: none; min-height: 128px; margin: 0 0 22px 22px; padding: 20px 24px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 24px; align-items: end; background: rgba(10,10,10,.88); border-left: 4px solid var(--acid); backdrop-filter: blur(10px); }
.image-card .service-number { grid-row: 1 / 3; align-self: start; color: var(--acid); }
.image-card h3 { margin: 0 0 7px; font-size: 38px; line-height: 1; }
.image-card p { margin: 0; color: #c9c7c1; }
.stream-showcase { grid-column: span 3; padding: 28px; display: grid; gap: 30px; color: white; background: radial-gradient(circle at 12% 0%, rgba(255,77,46,.2), transparent 34%), linear-gradient(135deg, #050608, #111 60%, #050608); border-top: 1px solid rgba(255,255,255,.12); }
.showcase-label { align-self: start; width: fit-content; padding: 8px 11px; color: var(--acid); border: 1px solid rgba(255,77,46,.45); border-radius: 99px; font-family: "DM Mono"; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.showcase-intro { display: grid; grid-template-columns: 1.2fr auto; gap: 24px; align-items: end; }
.stream-showcase h3 { max-width: 680px; margin: 0; font-size: clamp(28px, 3.2vw, 48px); line-height: 1.02; letter-spacing: -.055em; }
.showcase-back { padding: 12px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; color: var(--acid); font-family: "DM Mono"; font-size: 9px; text-transform: uppercase; white-space: nowrap; }
.showcase-embeds { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.embed-card { overflow: hidden; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); }
.embed-card:target { border-color: var(--acid); box-shadow: 0 0 0 2px rgba(255,77,46,.18); }
.embed-card iframe { width: 100%; aspect-ratio: 16 / 9; display: block; border: 0; background: #000; }
.embed-card div { display: flex; justify-content: space-between; gap: 14px; padding: 13px 14px; border-top: 1px solid rgba(255,255,255,.12); font-family: "DM Mono"; font-size: 9px; text-transform: uppercase; }
.embed-card a { color: var(--acid); }
.embed-card a:hover, .showcase-back:hover { color: white; }

.work { background: var(--ink); color: white; }
.section-head.light .section-kicker, .section-head.light > p { color: #8b8983; }
.work-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 75px 22px; align-items: start; }
.project-large { grid-row: span 2; }
.project-image { aspect-ratio: 1.35; background-size: cover; background-position: center; filter: grayscale(1); transition: .4s; }
.project:hover .project-image { filter: grayscale(0); }
.project-one { aspect-ratio: .82; background-image: url("https://images.unsplash.com/photo-1540575467063-178a50c2df87?auto=format&fit=crop&w=1200&q=85"); }
.project-two { background-image: url("https://images.unsplash.com/photo-1475721027785-f74eccf877e2?auto=format&fit=crop&w=1000&q=85"); }
.project-three { background-image: url("https://images.unsplash.com/photo-1505236858219-8359eb29e329?auto=format&fit=crop&w=1000&q=85"); }
.project-meta { display: flex; justify-content: space-between; margin-top: 18px; font-family: "DM Mono"; font-size: 9px; text-transform: uppercase; color: #97958f; }
.project-meta span { color: var(--acid); }
.project h3 { max-width: 600px; margin: 14px 0 0; font-size: clamp(22px, 2.8vw, 44px); line-height: 1.14; letter-spacing: -.055em; }

.testimonial { min-height: 650px; display: grid; place-content: center; text-align: center; }
.quote-mark { font-family: serif; color: var(--acid); font-size: 90px; line-height: .5; }
blockquote { max-width: 1060px; margin: 30px auto 48px; font-size: clamp(34px, 4.7vw, 72px); line-height: 1.08; letter-spacing: -.06em; }
blockquote em { color: #98958f; font-style: normal; }
.quote-person { display: flex; align-items: center; justify-content: center; gap: 14px; }
.quote-person > span { width: 46px; height: 46px; display: grid; place-content: center; border-radius: 50%; background: var(--ink); color: white; font-size: 11px; }
.quote-person p { margin: 0; text-align: left; font-size: 11px; }
.quote-person small { display: block; margin-top: 4px; color: #85827b; }

.packages { padding-top: 40px; }
.package-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.package { min-height: 610px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); background: #e8e6df; }
.package-accent { background: var(--acid); border-color: var(--acid); }
.package > div { display: flex; justify-content: space-between; font-family: "DM Mono"; font-size: 9px; text-transform: uppercase; }
.package h3 { max-width: 300px; margin: 68px 0 16px; font-size: 35px; line-height: 1.04; letter-spacing: -.06em; }
.package-summary { min-height: 34px; margin: 0 0 8px; color: #6f6c65; font-family: "DM Mono"; font-size: 9px; line-height: 1.6; text-transform: uppercase; }
.package-accent .package-summary { color: rgba(10,10,10,.64); }
.price { margin: 0 0 24px; font-size: 10px; text-transform: uppercase; }
.price strong { margin-left: 6px; font-size: 24px; }
.package ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.package li { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.package li:before { content: "✓"; margin-right: 10px; }
.package a { margin-top: auto; display: flex; justify-content: space-between; padding: 16px 0 0; border-top: 1px solid var(--ink); font-family: "DM Mono"; font-size: 9px; text-transform: uppercase; }

.contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; background: var(--acid); }
.contact-copy .section-kicker { color: rgba(10,10,10,.6); }
.contact-copy > p { max-width: 510px; margin-top: 40px; color: rgba(10,10,10,.68); }
.contact h2 em { color: var(--paper); }
.contact-details { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(10,10,10,.18); border: 1px solid rgba(10,10,10,.18); }
.contact-details div { min-height: 92px; padding: 16px; background: rgba(242,240,235,.34); }
.contact-details span { display: block; margin-bottom: 9px; font-family: "DM Mono"; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; color: rgba(10,10,10,.58); }
.contact-details a, .contact-details p { margin: 0; color: var(--ink); font-size: 13px; line-height: 1.45; font-weight: 700; }
.contact-details a { overflow-wrap: anywhere; }
.contact-form { display: flex; flex-direction: column; gap: 22px; }
.contact-form label span { display: block; margin-bottom: 8px; font-family: "DM Mono"; font-size: 9px; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(10,10,10,.5); outline: none; border-radius: 0; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(10,10,10,.42); }
.contact-form button { margin-top: 12px; padding: 17px 18px 17px 24px; display: flex; justify-content: space-between; border: 0; border-radius: 99px; color: white; background: var(--ink); cursor: pointer; font-size: 11px; text-transform: uppercase; }
.contact-form button b { color: var(--acid); }
.form-note { min-height: 20px; margin: 0; font-size: 11px; }
.form-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

footer { padding: 60px 3.2vw 24px; background: var(--ink); color: white; }
footer .brand { width: fit-content; margin-bottom: 70px; }
.footer-line, .footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.2); font-family: "DM Mono"; font-size: 9px; text-transform: uppercase; color: #aaa; }
.footer-bottom div { display: flex; gap: 24px; }

@media (min-width: 901px) {
  .live-service-card { min-height: 520px; padding: 42px; overflow: hidden; color: white; background: radial-gradient(circle at 78% 12%, rgba(255,77,46,.52), transparent 28%), radial-gradient(circle at 16% 22%, rgba(255,255,255,.16), transparent 25%), linear-gradient(135deg, #050608 0%, #101010 48%, #2a1009 100%); border: 1px solid rgba(255,255,255,.12); }
  .live-service-card:hover { color: white; background: radial-gradient(circle at 78% 12%, rgba(255,77,46,.6), transparent 30%), radial-gradient(circle at 16% 22%, rgba(255,255,255,.18), transparent 25%), linear-gradient(135deg, #050608 0%, #101010 48%, #2a1009 100%); }
  .live-service-card:before { content: ""; position: absolute; inset: 0; z-index: 0; background-image: linear-gradient(115deg, transparent 0 36%, rgba(255,255,255,.09) 36.2%, transparent 36.8% 100%), repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 120px), repeating-linear-gradient(0deg, rgba(255,77,46,.08) 0 1px, transparent 1px 88px); opacity: .72; }
  .live-service-card:after { content: "LIVE"; position: absolute; right: 42px; top: 42px; z-index: 1; padding: 10px 16px 10px 31px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; background: rgba(5,6,8,.52); box-shadow: 0 22px 60px rgba(0,0,0,.32); color: white; font-family: "DM Mono"; font-size: 10px; letter-spacing: .18em; }
  .live-service-card > * { position: relative; z-index: 1; }
  .live-service-card .service-number { width: fit-content; padding: 8px 11px; color: var(--acid); border: 1px solid rgba(255,77,46,.45); border-radius: 99px; letter-spacing: .08em; }
  .live-service-card .service-icon { margin-top: 84px; width: 86px; height: 86px; display: grid; place-content: center; color: var(--acid); border: 1px solid rgba(255,77,46,.48); border-radius: 50%; background: rgba(255,77,46,.08); box-shadow: 0 0 55px rgba(255,77,46,.24); }
  .live-service-card h3 { max-width: 760px; margin-top: auto; font-size: clamp(52px, 6vw, 92px); line-height: .9; color: white; text-transform: uppercase; }
  .live-service-card p { max-width: 560px; color: #d7d2ca; font-size: 15px; }
  .live-service-card .broadcast-menu { width: min(620px, 100%); grid-template-columns: repeat(3, 1fr); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); backdrop-filter: blur(16px); }
  .live-service-card .broadcast-menu span { color: var(--acid); }
  .live-service-card .broadcast-menu a { color: white; border-color: rgba(255,255,255,.18); }
  .live-service-card .broadcast-menu a:hover { color: var(--acid); }
  .creative-service-card { min-height: 520px; padding: 42px; overflow: hidden; color: var(--ink); background: radial-gradient(circle at 78% 14%, rgba(255,77,46,.32), transparent 30%), radial-gradient(circle at 18% 18%, rgba(255,255,255,.86), transparent 28%), linear-gradient(135deg, #f8f1e4 0%, #e7ddcd 52%, #cdbba5 100%); border: 1px solid rgba(10,10,10,.13); }
  .creative-service-card:hover { color: var(--ink); background: radial-gradient(circle at 78% 14%, rgba(255,77,46,.38), transparent 32%), radial-gradient(circle at 18% 18%, rgba(255,255,255,.94), transparent 28%), linear-gradient(135deg, #fbf4e8 0%, #eadfce 52%, #cdb9a1 100%); }
  .creative-service-card:before { content: ""; position: absolute; inset: 0; z-index: 0; background-image: linear-gradient(115deg, transparent 0 36%, rgba(255,255,255,.62) 36.2%, transparent 37.2% 100%), repeating-linear-gradient(90deg, rgba(10,10,10,.055) 0 1px, transparent 1px 120px), repeating-linear-gradient(0deg, rgba(255,77,46,.09) 0 1px, transparent 1px 88px); opacity: .82; }
  .creative-service-card:after { content: "CONTENT"; position: absolute; right: 42px; top: 42px; z-index: 1; padding: 10px 16px; border: 1px solid rgba(10,10,10,.18); border-radius: 99px; background: rgba(255,255,255,.42); box-shadow: 0 22px 60px rgba(82,50,28,.16); color: var(--ink); font-family: "DM Mono"; font-size: 10px; letter-spacing: .18em; }
  .creative-service-card > * { position: relative; z-index: 1; }
  .creative-service-card .service-number { width: fit-content; padding: 8px 11px; color: var(--acid); border: 1px solid rgba(255,77,46,.5); border-radius: 99px; letter-spacing: .08em; }
  .creative-service-card .service-icon { margin-top: 84px; width: 86px; height: 86px; display: grid; place-content: center; color: var(--acid); border: 1px solid rgba(255,77,46,.42); border-radius: 50%; background: rgba(255,77,46,.1); box-shadow: 0 0 55px rgba(255,77,46,.18); }
  .creative-service-card h3 { max-width: 820px; margin-top: auto; font-size: clamp(52px, 6vw, 92px); line-height: .9; color: var(--ink); text-transform: uppercase; }
  .creative-service-card p { max-width: 620px; color: #5e5148; font-size: 15px; }
  .creative-service-card a { width: min(620px, 100%); color: var(--ink); border-color: rgba(10,10,10,.34); }
  .creative-service-card a:hover { color: var(--acid); }
}

@media (max-width: 900px) {
  .site-header { height: 78px; padding: 0 20px; }
  .site-header nav { position: absolute; top: 78px; left: 0; right: 0; display: none; flex-direction: column; gap: 0; margin: 0; background: var(--ink); border-top: 1px solid #333; }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: 20px; border-bottom: 1px solid #222; }
  .header-cta { display: none; }
  .menu-toggle { display: block; width: 40px; height: 40px; }
  .menu-toggle span { display: block; width: 22px; height: 1px; margin: 6px auto; background: white; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .tile-3 { display: none; }
  .hero-content { padding: 130px 20px 28px; }
  .hero h1 { margin-bottom: 30px; font-size: clamp(62px, 20vw, 110px); }
  .hero-bottom p { max-width: 75%; font-size: 12px; }
  .broadcast-status { top: 95px; right: 20px; }
  .section-pad { padding: 80px 20px; }
  .statement-copy, .section-head, .contact { grid-template-columns: 1fr; gap: 35px; }
  .metrics { grid-template-columns: 1fr 1fr; margin-top: 60px; }
  .av-advertising-callout { grid-template-columns: 1fr; gap: 24px; }
  .client-marquee { padding: 0 20px 80px; margin-top: -34px; }
  .client-marquee-head { grid-template-columns: 1fr; gap: 20px; padding: 28px; }
  .client-marquee-track { animation-duration: 56s; }
  .client-marquee-track span { min-width: 190px; padding: 0 28px; font-size: clamp(19px, 4vw, 34px); }
  .metrics div:nth-child(2) { border-right: 0; }
  .metrics div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-list, .package-grid { grid-template-columns: 1fr 1fr; }
  .live-service-card, .full-width-service-card { grid-column: auto; }
  .hybrid-card { grid-column: span 2; aspect-ratio: auto; min-height: 420px; }
  .image-card, .stream-showcase { grid-column: span 2; }
  .stream-showcase { gap: 28px; }
  .showcase-intro, .showcase-embeds { grid-template-columns: 1fr; }
  .package:last-child { grid-column: span 2; }
  .work-grid { gap: 45px 14px; }
}

@media (max-width: 600px) {
  .hero-grid { display: block; }
  .hero-tile { display: none; }
  .tile-1 { display: block; height: 100%; }
  .hero h1 { font-size: 19vw; }
  .hero-bottom { align-items: center; }
  .round-link { width: 66px; height: 66px; }
  .broadcast-status { display: none; }
  .statement h2, .section-head h2, .contact h2 { font-size: 15vw; }
  .metrics, .service-list, .package-grid, .work-grid { grid-template-columns: 1fr; }
  .contact-details { grid-template-columns: 1fr; }
  .metrics div { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0 !important; }
  .client-marquee { margin-top: -24px; }
  .client-marquee-head { padding: 22px; }
  .client-marquee-track { padding: 22px 0; }
  .client-marquee-track span { min-width: 150px; padding: 0 20px; }
  .service-card { min-height: 350px; }
  .hybrid-card, .image-card, .stream-showcase, .package:last-child { grid-column: auto; }
  .image-card { min-height: 0; aspect-ratio: 3 / 2; }
  .image-card-copy { width: calc(100% - 24px); min-height: 0; margin: 0 0 12px 12px; padding: 16px; column-gap: 14px; }
  .image-card h3 { font-size: 31px; }
  .project-large { grid-row: auto; }
  .project-one { aspect-ratio: 1.1; }
  blockquote { font-size: 9.5vw; }
  .footer-line, .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .client-marquee-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; }
}
