:root {
  --font-display: "Manrope", Arial, sans-serif;
  --font-body: "DM Sans", Arial, sans-serif;
  --black: #08090b;
  --black-2: #0d0f12;
  --charcoal: #14161a;
  --surface: #1a1d22;
  --surface-2: #22262c;
  --blue: #2d8db6;
  --blue-dark: #173745;
  --paper: #f2f0ea;
  --paper-dim: #d7d5cf;
  --muted: #a9abb0;
  --line: rgba(242,240,234,.14);
  --line-strong: rgba(242,240,234,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--paper); font-family: var(--font-body), Arial, sans-serif; }
body.is-loading { overflow: hidden; }
img { display: block; max-width: 100%; }
.sr-only { width: 1px; height: 1px; padding: 0; margin: -1px; position: absolute; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button,input,textarea,select { font: inherit; }
button { color: inherit; }
h1,h2,h3,p { margin-top: 0; }
::selection { background: var(--blue); color: #071015; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }

.preloader { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; background: var(--black); opacity: 1; visibility: visible; transition: opacity .38s ease, visibility .38s ease; }
.preloader-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
.preloader-inner img { width: 110px; height: 110px; object-fit: contain; animation: preloadLogo .72s ease both; }
.preloader-inner strong { margin-top: 20px; font-size: 20px; letter-spacing: .25em; }.preloader-inner > span { margin-top: 6px; color: var(--muted); font-size: 13px; letter-spacing: .08em; }
.preloader-inner > i { width: 180px; height: 2px; margin-top: 26px; overflow: hidden; background: #272a2f; }.preloader-inner > i b { display: block; width: 100%; height: 100%; background: var(--blue); transform-origin: left; animation: preloadLine .82s ease both; }
@keyframes preloadLogo { from { opacity: 0; transform: scale(.84); } to { opacity: 1; transform: scale(1); } }
@keyframes preloadLine { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.site-header { height: 82px; padding: 0 clamp(22px,4.5vw,72px); display: flex; align-items: center; gap: 28px; position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(8,9,11,.96); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }.brand img { width: 148px; height: 42px; object-fit: contain; object-position: left center; }.brand > span { padding-left: 10px; border-left: 1px solid var(--line-strong); color: var(--paper-dim); font-size: 11px; font-weight: 800; letter-spacing: .22em; }
.desktop-nav { display: flex; gap: clamp(16px,1.8vw,28px); margin-left: auto; color: #c3c4c7; font-size: 13px; }.desktop-nav a { padding: 31px 0; position: relative; white-space: nowrap; }.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 19px; width: 0; height: 2px; background: var(--blue); transition: width .2s; }.desktop-nav a:hover::after,.desktop-nav a:focus-visible::after { width: 100%; }
.header-cta,.btn { min-height: 48px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }.header-cta,.btn.primary { background: var(--blue); color: #071015; }.header-cta:hover,.btn.primary:hover { background: #3b99c0; transform: translateY(-2px); }.btn.secondary { border: 1px solid var(--line-strong); }.btn.secondary:hover { border-color: var(--paper); transform: translateY(-2px); }
.mobile-menu { display: none; margin-left: auto; position: relative; }

.hero { min-height: 930px; padding: 140px clamp(22px,4.5vw,72px) 80px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(35px,5vw,82px); align-items: center; position: relative; overflow: hidden; background: var(--black); }
.hero-copy { position: relative; z-index: 10; padding-bottom: 42px; }.eyebrow { margin: 0 0 25px; display: flex; align-items: center; gap: 12px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }.eyebrow > span { width: 30px; height: 2px; background: currentColor; }
h1 { margin: 0; font-family: var(--font-display), Arial, sans-serif; font-size: clamp(59px,6.1vw,94px); font-weight: 500; line-height: .94; letter-spacing: -.07em; }.hero h1 em,h2 em { color: var(--blue); font-family: Georgia, serif; font-weight: 500; }
.hero-lead { max-width: 610px; margin: 31px 0; color: #b7b8bb; font-size: 17px; line-height: 1.7; }.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-feature { width: 100%; height: 700px; min-width: 0; position: relative; align-self: center; }.hero-feature-viewport { height: 636px; position: relative; overflow: hidden; background: #111419; border: 1px solid var(--line-strong); touch-action: pan-y; }.hero-feature-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(28px); transition: opacity .46s ease, transform .46s ease, visibility .46s; }.hero-feature-slide.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(0); }.hero-feature-card { width: 100%; height: 100%; display: block; position: relative; overflow: hidden; background: #111419; }.hero-feature-card::after { content: ""; position: absolute; inset: 0; z-index: 3; background: linear-gradient(180deg,rgba(8,9,11,.04) 22%,rgba(8,9,11,.18) 50%,rgba(8,9,11,.96) 100%); pointer-events: none; }.hero-feature-media { position: absolute; inset: 0; overflow: hidden; isolation: isolate; background: #142630; }.hero-feature-media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg,rgba(45,141,182,.16),rgba(8,9,11,.12) 48%,rgba(8,9,11,.38)); pointer-events: none; }.hero-feature-media .hero-feature-backdrop { width: calc(100% + 52px); height: calc(100% + 52px); position: absolute; inset: -26px; z-index: 0; object-fit: cover; object-position: center; opacity: .78; filter: blur(24px) brightness(.42) saturate(.8); transform: scale(1.06); }.hero-feature-media > img:not(.hero-feature-backdrop) { width: 100%; height: 100%; margin: 0; position: relative; z-index: 2; object-fit: contain; object-position: center; filter: drop-shadow(0 24px 30px rgba(0,0,0,.48)); transition: transform .55s ease; }.hero-feature-card:hover .hero-feature-image { transform: scale(1.015); }.feature-event .hero-feature-media { background: #172028; }.feature-virtual .hero-feature-media { background: var(--blue-dark); }.feature-virtual .hero-feature-media::before { display: none; }.feature-virtual .hero-feature-media > img:not(.hero-feature-backdrop) { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(.88) saturate(.9); }.hero-feature-kicker { position: absolute; left: 28px; top: 27px; z-index: 4; padding: 9px 11px; display: inline-flex; align-items: center; gap: 10px; background: var(--paper); color: #111316; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.hero-feature-kicker b { color: var(--blue-dark); }.hero-feature-copy { max-width: 540px; position: absolute; left: 30px; right: 30px; bottom: 29px; z-index: 4; }.hero-feature-copy h2 { margin: 0 0 17px; font-family: var(--font-display),Arial,sans-serif; font-size: clamp(34px,3.2vw,53px); font-weight: 600; line-height: 1.02; letter-spacing: -.055em; text-wrap: balance; }.hero-feature-copy > span { width: fit-content; padding-bottom: 5px; display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(242,240,234,.5); color: var(--paper-dim); font-size: 13px; font-weight: 800; }.hero-feature-copy i { color: var(--blue); font-style: normal; }.hero-feature-controls { height: 64px; display: grid; grid-template-columns: 48px auto 48px auto 48px; gap: 10px; align-items: center; border: 1px solid var(--line); border-top: 0; background: #0a0c0f; }.hero-feature-controls > button { width: 48px; height: 100%; padding: 0; display: grid; place-items: center; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--paper); font-size: 18px; cursor: pointer; transition: color .2s,background .2s; }.hero-feature-controls > button:last-child { border-right: 0; border-left: 1px solid var(--line); }.hero-feature-controls > button:hover,.hero-feature-controls > button:focus-visible { background: var(--surface); color: var(--blue); }.hero-feature-controls .hero-feature-toggle { font-size: 13px; }.hero-feature-dots { padding: 0 4px; display: flex; gap: 8px; align-items: center; }.hero-feature-dots button { width: 27px; height: 3px; padding: 0; border: 0; background: #474b52; cursor: pointer; transition: width .2s,background .2s; }.hero-feature-dots button.is-active { width: 45px; background: var(--blue); }.hero-feature-count { justify-self: end; color: #8c8f95; font-size: 10px; font-weight: 800; letter-spacing: .15em; white-space: nowrap; }
.hero-ticker { position: absolute; left: 0; bottom: 0; z-index: 10; width: 100%; height: 52px; padding: 0 3vw; display: flex; align-items: center; justify-content: space-around; gap: 20px; overflow: hidden; border-top: 1px solid var(--line); background: #0a0b0d; color: #adaeb1; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }.hero-ticker i { color: var(--blue); font-style: normal; }

.section { padding: 104px clamp(22px,6vw,92px); position: relative; }.section-intro,.team-head,.careers-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 65px; align-items: end; margin-bottom: 54px; }.section h2 { margin: 0; font-family: var(--font-display), Arial, sans-serif; font-size: clamp(45px,4.8vw,72px); font-weight: 500; line-height: 1; letter-spacing: -.06em; }.section-intro > p,.team-head > p,.careers-head > p { max-width: 540px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
#home,#media,#services,#portfolio,#collaborators,#virtual,#values,#team,#careers,#contact { scroll-margin-top: 82px; }

.media-network { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px,7vw,110px); background: var(--charcoal); }.network-masthead { align-self: start; position: sticky; top: 115px; }.network-masthead h2 { margin: 0; }.network-masthead > p:last-child { max-width: 520px; margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.platform-editorial { display: flex; flex-direction: column; gap: 14px; }.platform-card { --platform-color: var(--blue); min-height: 126px; padding: 25px 27px; display: grid; grid-template-columns: minmax(0,1fr) 135px 24px; gap: 28px; align-items: center; background: var(--surface); border-left: 3px solid #34383e; transition: transform .2s,border-color .2s,background .2s; }.platform-card:hover,.platform-card:focus-visible { background: #1e2126; border-left-color: var(--platform-color); transform: translateX(4px); }.platform-identity { min-width: 0; display: grid; grid-template-columns: 43px minmax(0,1fr); gap: 17px; align-items: center; }.platform-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--platform-color); }.platform-icon svg { width: 100%; height: 100%; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.75; }.platform-icon .icon-fill,.platform-icon .icon-dot { fill: currentColor; stroke: none; }.platform-icon .icon-play { fill: var(--paper); stroke: none; }.platform-identity h3 { margin: 0; font-size: 28px; letter-spacing: -.04em; }.platform-identity div > span { margin-top: 5px; display: block; overflow: hidden; color: var(--muted); font-size: 13px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }.platform-audience { min-height: 62px; padding-left: 24px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }.platform-audience b { color: var(--paper); font-size: 25px; letter-spacing: -.04em; }.platform-audience span { margin-top: 5px; color: var(--muted); font-size: 12px; }.platform-card > i { color: var(--platform-color); font-size: 18px; font-style: normal; }.platform-instagram { --platform-color: #e5598b; }.platform-facebook { --platform-color: #4b8ff7; }.platform-youtube { --platform-color: #ff4e4e; }
.media-kit-cta { margin-top: 8px; padding: 27px; display: flex; justify-content: space-between; gap: 25px; align-items: center; border: 1px solid var(--line-strong); }.media-kit-cta b { font-size: 18px; }.media-kit-cta p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }.media-kit-cta .btn { flex-shrink: 0; white-space: nowrap; }

.services { background: var(--black-2); }.service-list { border-top: 1px solid var(--line); }.service-row { border-bottom: 1px solid var(--line); }.service-row summary { min-height: 132px; padding: 21px 5px; display: grid; grid-template-columns: 66px 1fr 44px; gap: 22px; align-items: center; list-style: none; cursor: pointer; }.service-row summary::-webkit-details-marker,.faq-list summary::-webkit-details-marker { display: none; }.service-no { color: var(--blue); font-size: 11px; letter-spacing: .18em; }.service-row h3 { margin: 0; font-size: clamp(28px,2.9vw,44px); letter-spacing: -.05em; }.service-row summary p { max-width: 750px; margin: 9px 0 0; color: var(--muted); font-size: 15px; line-height: 1.55; }.service-row summary > i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line-strong); color: var(--paper); font-size: 21px; font-style: normal; transition: .2s; }.service-row[open] summary > i { background: var(--blue); border-color: var(--blue); color: #071015; transform: rotate(45deg); }
.service-detail { padding: 0 62px 36px 88px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px 64px; align-items: start; }.service-copy,.service-benefits { padding-top: 22px; border-top: 1px solid var(--line); }.detail-label { display: block; margin-bottom: 13px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }.service-copy p { max-width: 560px; margin: 0; color: #c8c9cc; font-size: 15px; line-height: 1.72; }.service-benefits ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; list-style: none; color: var(--muted); font-size: 14px; line-height: 1.5; }.service-benefits li { display: grid; grid-template-columns: 13px 1fr; align-items: start; }.service-benefits li::before { content: "—"; color: var(--blue); }.service-detail-action { grid-column: 1/-1; padding-top: 18px; display: flex; justify-content: flex-end; border-top: 1px solid var(--line); }.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--line-strong); color: var(--paper); font-size: 13px; font-weight: 800; white-space: nowrap; }

.portfolio { background: var(--black); }.portfolio-head { max-width: 780px; margin: 0 auto 38px; text-align: center; }.portfolio-head .eyebrow { justify-content: center; }.portfolio-head p:last-child { max-width: 680px; margin: 24px auto 0; color: var(--muted); font-size: 16px; line-height: 1.7; }.portfolio-filters { margin-bottom: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }.portfolio-filters button { min-height: 42px; padding: 9px 17px; border: 1px solid var(--line-strong); background: transparent; color: var(--paper-dim); font-size: 13px; font-weight: 700; cursor: pointer; }.portfolio-filters button.active { background: var(--blue); border-color: var(--blue); color: #071015; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }.project-card { min-width: 0; display: block; background: var(--surface); border: 1px solid var(--line); transition: transform .2s, border-color .2s; }.project-card:hover { transform: translateY(-4px); border-color: var(--line-strong); }.project-preview { aspect-ratio: 16/10; padding: 24px; display: flex; align-items: center; justify-content: center; position: relative; background: #101216; border-bottom: 1px solid var(--line); }.project-preview::before,.project-preview::after { content: ""; position: absolute; background: #24282e; }.project-preview::before { width: 1px; height: 100%; left: 22%; }.project-preview::after { width: 100%; height: 1px; top: 27%; }.project-preview > span { z-index: 1; color: var(--paper-dim); font-size: 13px; font-weight: 800; letter-spacing: .14em; line-height: 1.45; text-align: center; }.project-preview > b { position: absolute; right: 18px; bottom: 14px; color: #4c5057; font: italic 500 44px/1 Georgia,serif; }
.project-preview.has-image { padding: 0; overflow: hidden; }.project-preview.has-image::before,.project-preview.has-image::after { display: none; }.project-preview img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .3s ease; }.project-card:hover .project-preview img { transform: scale(1.025); }
.project-info { padding: 22px; display: grid; grid-template-columns: 1fr auto; gap: 15px; }.project-info > div > span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.project-info h3 { margin: 8px 0 0; font-size: 20px; line-height: 1.25; }.project-info > i { color: var(--paper); font-style: normal; font-size: 18px; }.project-tags { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 7px; }.project-tags b { padding: 6px 9px; border: 1px solid rgba(45,141,182,.55); color: #81bad2; font-size: 11px; font-weight: 600; }
.pagination { margin-top: 38px; display: flex; justify-content: center; gap: 8px; }.pagination button,.carousel-controls button { width: 44px; height: 44px; border: 1px solid var(--line-strong); background: transparent; color: var(--paper); font-weight: 800; cursor: pointer; }.pagination button.active { background: var(--blue); border-color: var(--blue); color: #071015; }.pagination button:disabled,.carousel-controls button:disabled { opacity: .35; cursor: default; }

.collaborators { padding: clamp(62px,6vw,88px) 0; overflow: hidden; background: var(--black-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.collaborators-head { max-width: 1120px; margin: 0 0 36px; padding: 0 clamp(22px,6vw,92px); }.collaborators-head h2 { margin: 0; font-family: var(--font-display),Arial,sans-serif; font-size: clamp(38px,4.4vw,62px); font-weight: 500; line-height: 1.05; letter-spacing: -.06em; }.collaborators-head h2 em { color: var(--blue); font-family: Georgia,serif; font-weight: 500; }.collaborator-marquee { overflow: hidden; position: relative; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0a0b0d; }.collaborator-marquee::before,.collaborator-marquee::after { content: ""; width: clamp(26px,7vw,120px); position: absolute; inset: 0 auto 0 0; z-index: 2; background: linear-gradient(90deg,#0a0b0d,transparent); pointer-events: none; }.collaborator-marquee::after { inset: 0 0 0 auto; background: linear-gradient(270deg,#0a0b0d,transparent); }.collaborator-track { width: max-content; display: flex; will-change: transform; }.collaborator-group { flex: 0 0 auto; padding-right: clamp(26px,3vw,48px); display: flex; align-items: center; gap: clamp(26px,3vw,48px); }.collaborator-name { min-height: 112px; display: inline-flex; align-items: center; gap: clamp(26px,3vw,48px); white-space: nowrap; }.collaborator-name b { color: var(--paper-dim); font-family: var(--font-display),Arial,sans-serif; font-size: clamp(26px,3.15vw,46px); font-weight: 700; line-height: 1; letter-spacing: -.045em; }.collaborator-name:nth-child(3n+2) b { color: var(--blue); }.collaborator-name:nth-child(3n) b { color: #85888e; }.collaborator-name i { color: var(--blue); font-size: 15px; font-style: normal; }.collaborator-marquee.is-ready .collaborator-track { animation: collaboratorScroll 34s linear infinite; }.collaborator-marquee:hover .collaborator-track { animation-play-state: paused; }@keyframes collaboratorScroll { to { transform: translateX(-50%); } }

.virtual { min-height: 800px; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px,7vw,105px); align-items: center; overflow: hidden; background: var(--charcoal); }.virtual-copy > p:not(.eyebrow) { max-width: 590px; margin: 27px 0 31px; color: #b8b9bd; font-size: 16px; line-height: 1.72; }.virtual-showcase { width: 100%; height: auto; aspect-ratio: 4/3; position: relative; overflow: hidden; display: grid; place-items: center; background: var(--blue-dark); border: 1px solid rgba(45,141,182,.5); }.virtual-showcase::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(242,240,234,.2); pointer-events: none; }.virtual-showcase img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; transform: scale(1.18); transform-origin: center bottom; filter: drop-shadow(0 25px 30px rgba(0,0,0,.45)); }.division-label { position: absolute; left: 20px; top: 18px; z-index: 3; padding: 9px 12px; background: var(--paper); color: #111316; font-size: 10px; font-weight: 800; letter-spacing: .15em; transform: rotate(-2deg); }

.process { background: var(--surface); }.process-track { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }.process-track article { min-height: 250px; padding: 28px 32px 20px; border-right: 1px solid var(--line); }.process-track article:first-child { padding-left: 0; }.process-track article:last-child { border-right: 0; }.process-track article > span { color: var(--blue); font-size: 11px; letter-spacing: .16em; }.process-track h3 { margin: 43px 0 13px; font-size: 25px; line-height: 1.18; letter-spacing: -.035em; }.process-track p { max-width: 330px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.64; }

.values { background: var(--black-2); }.values-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 65px; align-items: end; margin-bottom: 48px; }.values-head > p { max-width: 520px; margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.7; }.value-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }.value-grid article { min-height: 280px; padding: 25px; background: var(--surface); border-top: 3px solid #34383e; }.value-grid article > span { color: var(--blue); font-family: var(--font-display),Arial,sans-serif; font-size: 56px; font-style: normal; font-weight: 700; line-height: 1; letter-spacing: -.05em; }.value-grid h3 { margin: 54px 0 12px; font-size: 24px; }.value-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.62; }

.team { overflow: hidden; background: var(--black); }.team-head { grid-template-columns: 1fr auto; }.carousel-controls { display: flex; gap: 8px; align-self: end; }.team-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }.team-track::-webkit-scrollbar { display: none; }.team-card { flex: 0 0 30.5%; min-width: 0; overflow: hidden; scroll-snap-align: start; background: var(--surface); border-top: 3px solid #34383e; }.team-photo { width: 100%; aspect-ratio: 4/3; overflow: hidden; display: grid; place-items: center; background: linear-gradient(145deg,var(--surface-2),#1d2025); color: #777a80; font-family: var(--font-display),Arial,sans-serif; font-size: clamp(50px,6vw,78px); font-style: normal; font-weight: 700; line-height: 1; }.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }.team-card-info { min-height: 116px; padding: 20px 22px 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.team-card h3 { margin: 0 0 7px; font-size: 23px; letter-spacing: -.035em; }.team-card b { color: var(--blue); font-size: 13px; line-height: 1.45; }

.careers { background: var(--charcoal); }.job-table { border-top: 1px solid var(--line); }.job-table-head,.job-row { display: grid; grid-template-columns: 1.35fr 1fr .45fr .35fr; gap: 25px; align-items: center; }.job-table-head { padding: 16px 13px; border-bottom: 1px solid var(--line); color: #8e9197; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.job-row { min-height: 96px; padding: 18px 13px; border-bottom: 1px solid var(--line); }.job-row h3 { margin: 0; font-size: 22px; }.job-row p { margin: 0; color: var(--muted); font-size: 14px; }.job-row p i { padding: 0 7px; color: var(--blue); font-style: normal; }.status { width: fit-content; padding: 7px 10px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.status.open { background: rgba(45,141,182,.16); color: #70bad8; border: 1px solid rgba(45,141,182,.55); }.status.closed { background: #24272c; color: #8e9197; border: 1px solid #3b3f45; }.job-row > a { justify-self: start; padding-bottom: 4px; border-bottom: 1px solid var(--line-strong); font-size: 13px; font-weight: 800; }.apply-disabled { color: #686b71; }

.faq { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; background: var(--black-2); }.faq-head { position: sticky; top: 115px; align-self: start; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { min-height: 92px; display: grid; grid-template-columns: 42px 1fr 32px; gap: 16px; align-items: center; list-style: none; cursor: pointer; }.faq-list summary > span { color: var(--blue); font-size: 11px; }.faq-list summary b { font-size: 16px; line-height: 1.4; }.faq-list summary i { color: var(--paper-dim); font-size: 19px; font-style: normal; transition: transform .2s; }.faq-list details[open] summary i { transform: rotate(45deg); }.faq-list details > p { margin: -2px 45px 27px 58px; color: var(--muted); font-size: 15px; line-height: 1.68; }.faq-list details > p a { color: var(--paper); border-bottom: 1px solid var(--blue); }

.rate-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px,7vw,105px); align-items: start; background: var(--black); }.rate-copy { position: sticky; top: 115px; }.rate-copy > p:not(.eyebrow) { max-width: 560px; margin: 27px 0 29px; color: #b9babd; font-size: 16px; line-height: 1.72; }.rate-assurance { max-width: 570px; display: grid; grid-template-columns: 42px 1fr; border-top: 1px solid var(--line); }.rate-assurance span,.rate-assurance p { min-height: 54px; margin: 0; display: flex; align-items: center; border-bottom: 1px solid var(--line); }.rate-assurance span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; }.rate-assurance p { color: var(--muted); font-size: 14px; line-height: 1.5; }.contact-email { max-width: 570px; margin-top: 22px; padding: 17px 19px; display: flex; flex-direction: column; gap: 6px; background: var(--surface); border-left: 3px solid var(--blue); }.contact-email > span { color: #85888e; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }.contact-email a { width: fit-content; overflow-wrap: anywhere; color: var(--paper); font-size: 14px; font-weight: 800; }.contact-email i { margin-left: 5px; color: var(--blue); font-style: normal; }.rate-form { padding: clamp(26px,3.5vw,46px); display: grid; grid-template-columns: 1fr 1fr; gap: 25px 18px; background: var(--surface); border-top: 5px solid var(--blue); }.field { grid-column: 1/-1; display: flex; flex-direction: column; gap: 9px; }.field.half { grid-column: span 1; }.field label,.rate-form legend { color: var(--paper-dim); font-size: 13px; font-weight: 800; }.field input,.field textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--line-strong); outline: 0; background: #111317; color: var(--paper); font-size: 15px; line-height: 1.45; transition: border-color .2s, box-shadow .2s; }.field input { min-height: 51px; }.field textarea { resize: vertical; min-height: 132px; }.field input::placeholder,.field textarea::placeholder { color: #777a80; }.field input:focus,.field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(45,141,182,.13); }.rate-form fieldset { min-width: 0; margin: 0; padding: 0; grid-column: 1/-1; border: 0; }.rate-form legend { margin-bottom: 12px; }.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.checks label { min-height: 48px; padding: 10px 12px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); background: #15171b; color: #bfc0c3; font-size: 13px; line-height: 1.35; cursor: pointer; }.checks input { width: 16px; height: 16px; flex: 0 0 auto; accent-color: var(--blue); }.platform-checks { grid-template-columns: repeat(3,1fr); }.form-actions { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.form-actions .btn { width: 100%; border: 0; cursor: pointer; }.form-actions .btn.secondary { background: transparent; border: 1px solid var(--line-strong); }.form-note { grid-column: 1/-1; margin: -8px 0 0; color: #8f9298; font-size: 13px; line-height: 1.5; text-align: center; }

footer { padding: 68px clamp(22px,6vw,92px) 27px; background: #050607; border-top: 1px solid var(--line); }.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 48px; align-items: start; }.footer-brand img { width: 185px; height: 50px; }.footer-top > p { max-width: 480px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }.back-top { color: var(--paper-dim); font-size: 13px; }.footer-links { margin: 56px 0; padding-top: 32px; display: grid; grid-template-columns: .8fr .8fr 1.15fr 1.25fr; gap: 35px; border-top: 1px solid var(--line); }.footer-links > div { min-width: 0; display: flex; flex-direction: column; gap: 11px; }.footer-links b { margin-bottom: 7px; font-size: 14px; }.footer-links a,.footer-contact { color: #96999f; font-size: 13px; }.footer-links a:hover { color: var(--paper); }.footer-contact { overflow-wrap: anywhere; }.social-links { display: flex; flex-direction: column; gap: 11px; }.social-links a { width: fit-content; min-height: 24px; padding: 2px 0; display: grid; grid-template-columns: 20px auto 14px; gap: 10px; align-items: center; transition: color .2s; }.social-links a:hover { color: var(--blue); }.social-links svg { width: 18px; height: 18px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; }.social-links .icon-fill,.social-links .icon-dot { fill: currentColor; stroke: none; }.social-links i { color: var(--blue); font-style: normal; }.footer-bottom { padding-top: 23px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #85888e; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }.desktop-nav a.is-unavailable,.mobile-menu nav a.is-unavailable,.footer-links a.is-unavailable { color: #70737a; cursor: default; }.desktop-nav a.is-unavailable::after { display: none; }.is-unavailable small { font-size: .76em; font-weight: 500; letter-spacing: 0; }.footer-links a.is-unavailable:hover { color: #70737a; }

.noscript-message { margin: 24px 0 0; padding: 18px; border: 1px solid var(--line); color: var(--muted); text-align: center; }

.mobile-ecosystem-nav,.mobile-social-dialog { display: none; }

@media (max-width: 1180px) {
  .desktop-nav,.header-cta { display: none; }.mobile-menu { display: block; }.mobile-menu summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line-strong); list-style: none; cursor: pointer; }.mobile-menu summary::-webkit-details-marker { display: none; }.mobile-menu summary i { width: 19px; height: 1px; background: var(--paper); }.mobile-menu nav { width: 270px; padding: 12px; position: absolute; right: 0; top: 52px; background: var(--charcoal); border: 1px solid var(--line-strong); box-shadow: 0 25px 55px rgba(0,0,0,.5); }.mobile-menu nav a { display: block; padding: 14px 12px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .hero { min-height: 1110px; grid-template-columns: 1fr; padding-top: 128px; }.hero-copy { max-width: 820px; padding-bottom: 0; }.hero-feature { width: min(820px,100%); height: 590px; min-height: 0; justify-self: center; }.hero-feature-viewport { height: 526px; }
  .media-network,.virtual { grid-template-columns: 1fr; }.network-masthead,.faq-head,.rate-copy { position: static; }.platform-editorial { width: 100%; }.virtual-copy { max-width: 760px; }.virtual-showcase { height: auto; aspect-ratio: 4/3; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; }.value-grid { grid-template-columns: 1fr 1fr; }.team-card { flex-basis: 46%; }.faq,.rate-card { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 760px) {
  .site-header { height: 70px; }.brand img { width: 125px; height: 35px; }.brand > span { font-size: 10px; }
  .hero { min-height: 950px; padding-top: 104px; }.hero-copy { padding-top: 12px; }h1 { font-size: clamp(49px,14vw,72px); }.hero-lead { margin: 23px 0; font-size: 16px; }.hero-actions .btn { flex: 1 1 100%; }.hero-feature { height: 430px; min-height: 0; margin: 12px -18px 35px; width: calc(100% + 36px); }.hero-feature-viewport { height: 374px; }.hero-feature-controls { height: 56px; grid-template-columns: 44px 1fr 44px 44px; gap: 7px; }.hero-feature-controls > button { width: 44px; }.hero-feature-kicker { left: 19px; top: 18px; }.hero-feature-copy { left: 20px; right: 20px; bottom: 21px; }.hero-feature-copy h2 { max-width: 510px; margin-bottom: 13px; font-size: clamp(29px,8.2vw,39px); }.hero-feature-copy > span { font-size: 12px; }.hero-feature-count { display: none; }.hero-ticker { justify-content: flex-start; font-size: 10px; }.hero-ticker span:nth-of-type(n+4),.hero-ticker i:nth-of-type(n+3) { display: none; }
  .section { padding-top: 74px; padding-bottom: 74px; }.section h2 { font-size: clamp(39px,11vw,50px); }.section-intro,.team-head,.careers-head { grid-template-columns: 1fr; gap: 21px; margin-bottom: 39px; }
  .media-network { gap: 45px; }.network-masthead > p:last-child { font-size: 15px; }.platform-card { min-height: 116px; padding: 21px; grid-template-columns: minmax(0,1fr) auto; gap: 17px; }.platform-identity { grid-template-columns: 38px minmax(0,1fr); gap: 14px; }.platform-icon { width: 34px; height: 34px; }.platform-identity h3 { font-size: 24px; }.platform-audience { grid-column: 1; min-height: auto; padding: 15px 0 0; flex-direction: row; justify-content: flex-start; align-items: baseline; gap: 8px; border-top: 1px solid var(--line); border-left: 0; }.platform-audience b { font-size: 21px; }.platform-card > i { grid-column: 2; grid-row: 1/3; align-self: center; }.media-kit-cta { align-items: flex-start; flex-direction: column; }.media-kit-cta .btn { width: 100%; }
  .service-row summary { grid-template-columns: 33px 1fr 38px; gap: 12px; min-height: 118px; }.service-row h3 { font-size: 25px; }.service-row summary p { font-size: 14px; }.service-detail { padding: 0 0 29px 45px; grid-template-columns: 1fr; gap: 20px; }.service-benefits ul { grid-template-columns: 1fr; }.service-detail-action { grid-column: auto; justify-content: flex-start; }
  .portfolio-head { text-align: left; }.portfolio-head .eyebrow { justify-content: flex-start; }.portfolio-head p:last-child { margin-left: 0; }.portfolio-filters { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 5px; }.portfolio-filters button { flex: 0 0 auto; }.portfolio-grid { grid-template-columns: 1fr; }.project-preview { aspect-ratio: 16/9; }
  .collaborators { padding: 60px 0; }.collaborators-head { margin-bottom: 28px; }.collaborators-head h2 { font-size: clamp(36px,10vw,44px); }.collaborator-group { padding-right: 28px; gap: 28px; }.collaborator-name { min-height: 88px; gap: 28px; }.collaborator-name b { font-size: 27px; }.collaborator-marquee.is-ready .collaborator-track { animation-duration: 40s; }
  .virtual-showcase { height: auto; aspect-ratio: 4/3; }.virtual-showcase img { height: 100%; transform: scale(1.14); transform-origin: center bottom; }.virtual-copy .btn { width: 100%; }
  .process-track { grid-template-columns: 1fr; }.process-track article,.process-track article:first-child { min-height: auto; padding: 24px 0 27px; border-right: 0; border-bottom: 1px solid var(--line); }.process-track h3 { margin: 19px 0 10px; }.process-track p { max-width: none; }
  .values-head { grid-template-columns: 1fr; gap: 21px; }.value-grid { grid-template-columns: 1fr; }.value-grid article { min-height: 230px; }.value-grid h3 { margin-top: 40px; }
  .team-head { grid-template-columns: 1fr auto; align-items: end; }.team-head > div:first-child { grid-column: 1/-1; }.team-card { flex-basis: 82%; }.team-card h3 { font-size: 21px; }
  .job-table-head { display: none; }.job-table { display: grid; gap: 12px; border-top: 0; }.job-row { min-height: 0; padding: 21px; grid-template-columns: 1fr auto; gap: 13px 20px; background: var(--surface); border-bottom: 0; }.job-row h3 { grid-column: 1/-1; }.job-row p { grid-column: 1; }.job-row .status { grid-column: 2; grid-row: 2; }.job-row > a,.apply-disabled { grid-column: 1/-1; margin-top: 5px; justify-self: stretch; min-height: 42px; display: grid; place-items: center; border: 1px solid var(--line-strong); }
  .faq-list summary { min-height: 101px; grid-template-columns: 30px 1fr 24px; }.faq-list details > p { margin: -2px 22px 27px 44px; }.rate-form { grid-template-columns: 1fr; }.field.half { grid-column: 1/-1; }.checks,.platform-checks,.form-actions { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 23px; }.footer-links { grid-template-columns: 1fr 1fr; gap: 30px; }.footer-links > div:last-child { grid-column: 1/-1; }.footer-bottom { flex-direction: column; gap: 9px; }
}

@media (max-width: 420px) {
  .hero { min-height: 890px; }.hero-feature { height: 375px; min-height: 0; }.hero-feature-viewport { height: 323px; }.hero-feature-controls { height: 52px; grid-template-columns: 42px 1fr 42px 42px; }.hero-feature-controls > button { width: 42px; }.hero-feature-dots button { width: 22px; }.hero-feature-dots button.is-active { width: 34px; }.hero-feature-kicker { padding: 7px 9px; font-size: 9px; }.hero-feature-copy h2 { font-size: clamp(25px,8.5vw,32px); }.service-row summary { grid-template-columns: 25px 1fr 36px; }.service-detail { padding-left: 37px; }.platform-audience b { font-size: 19px; }.platform-audience span { font-size: 11px; }.virtual-showcase { height: auto; aspect-ratio: 4/3; }.team-card { flex-basis: 88%; }.footer-links { grid-template-columns: 1fr; }.footer-links > div:last-child { grid-column: auto; }.preloader-inner img { width: 96px; height: 96px; }.preloader-inner strong { font-size: 18px; }.preloader-inner > span { font-size: 12px; }.preloader-inner > i { width: 160px; }
}

@media (max-width: 600px) {
  body { padding-bottom: 82px; }

  .mobile-ecosystem-nav {
    height: 72px;
    padding: 6px 7px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 0;
    z-index: 180;
    overflow: hidden;
    background: rgba(18,20,24,.97);
    border: 1px solid var(--line-strong);
    border-radius: 19px;
    box-shadow: 0 18px 48px rgba(0,0,0,.52);
    backdrop-filter: blur(18px);
  }

  .mobile-ecosystem-item {
    min-width: 0;
    padding: 4px 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: relative;
    border: 0;
    border-radius: 13px;
    background: transparent;
    color: #9b9ea4;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
  }
  .mobile-ecosystem-item svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-ecosystem-item.is-active { background: rgba(45,141,182,.14); color: #76bddb; }
  .mobile-ecosystem-item.is-unavailable { color: #5f6268; cursor: default; }
  .mobile-ecosystem-item > small { padding: 2px 4px; position: absolute; top: 4px; right: 4px; border: 1px solid #45494f; border-radius: 8px; color: #777b82; font-size: 7px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

  .mobile-social-dialog[open] {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    inset: auto 12px 82px;
    z-index: 190;
    overflow: hidden;
    background: #14171b;
    color: var(--paper);
    border: 1px solid var(--line-strong);
    border-radius: 20px;
    box-shadow: 0 22px 64px rgba(0,0,0,.62);
  }
  .mobile-social-dialog::backdrop { background: rgba(3,5,7,.72); backdrop-filter: blur(3px); }
  .mobile-social-head { min-height: 78px; padding: 16px 17px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
  .mobile-social-head > div { min-width: 0; }
  .mobile-social-head small { display: block; margin-bottom: 5px; color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
  .mobile-social-head strong { display: block; font-size: 16px; line-height: 1.25; }
  .mobile-social-head > button { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: transparent; color: var(--paper); font-size: 22px; line-height: 1; cursor: pointer; }
  .mobile-social-links { padding: 7px; display: grid; gap: 4px; }
  .mobile-social-links a { min-height: 58px; padding: 10px 11px; display: grid; grid-template-columns: 30px 1fr 18px; gap: 12px; align-items: center; border-radius: 12px; color: var(--paper-dim); }
  .mobile-social-links a:hover,.mobile-social-links a:focus-visible { background: var(--surface); color: var(--paper); }
  .mobile-social-links svg { width: 26px; height: 26px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.7; }
  .mobile-social-links .icon-fill { fill: currentColor; stroke: none; }
  .mobile-social-links span { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
  .mobile-social-links b { font-size: 13px; }
  .mobile-social-links small { overflow: hidden; color: #868990; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-social-links i { color: var(--blue); font-style: normal; }

  @supports (-webkit-touch-callout: none) {
    body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
    .mobile-ecosystem-nav { bottom: env(safe-area-inset-bottom); }
    .mobile-social-dialog[open] { inset: auto 12px calc(82px + env(safe-area-inset-bottom)); }
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.preloader-inner img,.preloader-inner > i b { animation: none; }.collaborator-marquee { overflow-x: auto; scrollbar-width: none; }.collaborator-marquee::-webkit-scrollbar { display: none; }.collaborator-marquee.is-ready .collaborator-track { animation: none; }.collaborator-marquee::before,.collaborator-marquee::after { display: none; }*,*::before,*::after { transition-duration: .01ms!important; }
}
