@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #080b10;
  --ink-soft: #10151d;
  --paper: #f4f4f0;
  --paper-soft: #e9e9e3;
  --white: #ffffff;
  --muted-dark: #aab2bf;
  --muted-light: #5f6670;
  --line-dark: #252b35;
  --line-light: #d6d6cf;
  --blue: #2563eb;
  --blue-hover: #1d4ed8;
  --focus: #7dd3fc;
  --shell: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button, input { font-family: inherit; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font-size: inherit; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  transform: translateY(-200%);
  background: var(--white);
  color: var(--ink);
  padding: .75rem 1rem;
  border-radius: 8px;
  font-weight: 700;
}
.skip-link:focus { transform: none; }
.shell { width: min(var(--shell), calc(100% - 3rem)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 11, 16, .9);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(16px);
}
.header-inner {
  width: min(var(--shell), calc(100% - 3rem));
  min-height: 74px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.wordmark { text-decoration: none; font-weight: 850; letter-spacing: -.04em; white-space: nowrap; }
.wordmark span { color: #60a5fa; }
.desktop-nav { display: flex; align-items: center; gap: 1.65rem; margin-left: auto; }
.desktop-nav a, .footer-links a { color: var(--muted-dark); text-decoration: none; font-size: .9rem; font-weight: 600; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--white); }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.language-switcher { display: flex; gap: .2rem; }
.language-button {
  width: 42px;
  height: 42px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--muted-dark);
  cursor: pointer;
  font-size: .74rem;
  font-weight: 800;
}
.language-button:hover { color: var(--white); border-color: var(--line-dark); }
.language-button.is-active { color: var(--white); background: #1b2230; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9px;
  background: var(--blue);
  color: var(--white);
  padding: .8rem 1.2rem;
  text-decoration: none;
  font-weight: 750;
  line-height: 1;
  cursor: pointer;
  transition: background-color .18s ease, transform .18s ease;
}
.button:hover { background: var(--blue-hover); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: .65rem 1rem; font-size: .88rem; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--paper-soft); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--white); font-weight: 750; text-underline-offset: 5px; }
.text-link:hover { color: #93c5fd; }

.hero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(4.75rem, 8vw, 7rem) 0 5.5rem; background: linear-gradient(135deg, #080b10 0%, #0a101c 52%, #0d1930 100%); }
.hero::before {
  content: "";
  position: absolute;
  inset: -30% -8% auto 32%;
  z-index: 0;
  height: 720px;
  background: radial-gradient(circle, rgba(37,99,235,.28), transparent 66%);
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 6vw, 6rem); }
.hero-grid > * { min-width: 0; }
.eyebrow { margin: 0 0 1.1rem; color: #93c5fd; text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 1.5rem; font-size: clamp(3rem, 4.7vw, 4.8rem); line-height: .98; letter-spacing: -.06em; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.25rem, 4.5vw, 4.5rem); line-height: 1.02; letter-spacing: -.052em; }
h3 { margin-bottom: .7rem; font-size: 1.35rem; line-height: 1.2; letter-spacing: -.025em; }
.hero-lead { max-width: 620px; color: #c8ced8; font-size: clamp(1.08rem, 1.7vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: 2rem; }
.hero-visual { position: relative; width: 100%; min-width: 0; margin: 0; transform: translateY(1.25rem); }
.experience-collage { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto auto auto; gap: .7rem; min-width: 0; padding: .7rem; overflow: hidden; border: 1px solid #3a465a; border-radius: 16px; background: linear-gradient(145deg, #121a26, #0b1017); box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 32px 80px rgba(2,8,23,.58); }
.experience-collage img { width: 100%; min-width: 0; height: auto; aspect-ratio: 460 / 215; border-radius: 10px; background: #070a10; object-fit: contain; }
.experience-collage .collage-primary { grid-column: 1 / -1; grid-row: auto; }
.experience-collage figcaption { grid-column: 1 / -1; margin: .2rem .15rem 0; color: var(--muted-dark); font-size: .75rem; font-weight: 750; text-transform: uppercase; letter-spacing: .09em; }

.experience-strip { border-block: 1px solid var(--line-dark); background: #0b0f15; }
.strip-grid { display: grid; grid-template-columns: 230px 1fr; align-items: center; gap: 3rem; min-height: 166px; padding-block: 2rem; }
.strip-grid > p { margin: 0; color: var(--muted-dark); font-size: .74rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .11em; font-weight: 750; }
.logo-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: center; gap: .75rem; }
.logo-cell { display: grid; place-items: center; min-width: 0; height: 72px; padding: 1rem; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: #eef1f4; box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 12px 28px rgba(2,8,23,.18); }
.logo-cell--dark { border-color: rgba(255,255,255,.13); background: #07111f; box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 12px 28px rgba(2,8,23,.24); }
.logo-cell--green { background: #edf4e8; }
.logo-cell--ink { background: #e9edf1; }
.logo-cell--black { border-color: rgba(255,255,255,.18); background: #050506; box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 12px 28px rgba(2,8,23,.26); }
.logo-cell img { width: 100%; max-width: 116px; height: 100%; max-height: 42px; object-fit: contain; opacity: 1; filter: none; }
.logo-cell .logo-wide { max-width: 142px; }

.section { padding-block: clamp(5.5rem, 10vw, 9rem); }
.section-heading { max-width: 710px; margin-bottom: 4rem; }
.section-heading > p:last-child { max-width: 620px; color: var(--muted-dark); font-size: 1.08rem; }
.services-section { position: relative; overflow: hidden; background: radial-gradient(circle at 92% 8%, rgba(37,99,235,.14), transparent 28%), linear-gradient(180deg, #080c12, #0b111a); border-block: 1px solid var(--line-dark); }
.services-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, transparent 0 54%, rgba(255,255,255,.018) 54% 55%, transparent 55% 100%); }
.services-section .shell { position: relative; }
.services-heading { max-width: 880px; }
.services-heading h2 { max-width: 830px; }
.service-deck { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1.2rem; }
.service-card { position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: flex-end; min-height: 350px; overflow: hidden; padding: clamp(1.35rem, 2.5vw, 2rem); border: 1px solid rgba(147,197,253,.24); border-radius: 14px; background: #0a1019; box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 20px 48px rgba(2,8,23,.3); }
.service-card::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.service-card-strategy { grid-column: span 7; }
.service-card-strategy::before { background: linear-gradient(90deg, rgba(4,8,14,.97) 0%, rgba(4,8,14,.76) 38%, rgba(4,8,14,.12) 76%), linear-gradient(0deg, rgba(4,8,14,.94), rgba(4,8,14,.28) 62%, transparent 82%); }
.service-card-production { grid-column: span 5; }
.service-card-production::before { background: linear-gradient(0deg, rgba(4,8,14,.97) 0%, rgba(4,8,14,.78) 43%, rgba(4,8,14,.04) 86%), linear-gradient(90deg, rgba(4,8,14,.66), transparent 74%); }
.service-card-development { grid-column: span 5; }
.service-card-development::before { background: linear-gradient(0deg, rgba(4,8,14,.97) 0%, rgba(4,8,14,.8) 43%, rgba(4,8,14,.04) 86%), linear-gradient(90deg, rgba(4,8,14,.86), transparent 72%); }
.service-card-ugc { grid-column: span 7; }
.service-card-ugc::before { background: linear-gradient(90deg, rgba(4,8,14,.98) 0%, rgba(4,8,14,.82) 46%, rgba(4,8,14,.1) 80%), linear-gradient(0deg, rgba(4,8,14,.92), transparent 72%); }
.service-card-media { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; filter: saturate(.86) contrast(1.06); }
.service-card-production .service-card-media { object-position: 50% center; }
.service-card-development .service-card-media { object-position: 72% center; }
.service-card-ugc .service-card-media { object-position: 68% center; }
.service-card-copy { max-width: 560px; }
.service-card h3, .service-card p { margin: 0; }
.service-card .service-card-credit { margin-bottom: .6rem; color: #9cc8ff; font-size: .72rem; font-weight: 850; letter-spacing: .11em; line-height: 1.3; text-transform: uppercase; }
.service-card h3 { margin-bottom: .8rem; color: var(--white); font-size: clamp(1.55rem, 2.5vw, 2.2rem); letter-spacing: -.035em; }
.service-card p { max-width: 520px; color: #d0d7e2; font-size: .98rem; text-shadow: 0 1px 10px rgba(0,0,0,.55); }
.service-card-strategy h3 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.service-card-strategy .service-card-copy { max-width: 68%; }
.service-card-ugc .service-card-copy { max-width: 72%; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .service-card { transition: transform .35s cubic-bezier(.16,1,.3,1), border-color .35s ease, box-shadow .35s ease; }
  .service-card-media, .service-icon { transition: transform .5s cubic-bezier(.16,1,.3,1); }
  .service-card:hover { transform: translateY(-5px); border-color: rgba(147,197,253,.62); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 24px 54px rgba(2,8,23,.34); }
  .service-card:hover .service-card-media { transform: scale(1.025); }
  .service-card:hover .service-icon { transform: translateY(-2px) rotate(-3deg); }
}

.current-note { padding-block: 3.25rem; border-block: 1px solid var(--line-dark); background: #0b0f15; }
.current-note-grid { display: grid; grid-template-columns: 230px 1fr; align-items: baseline; gap: 3rem; }
.current-note-grid > p { margin: 0; color: var(--muted-dark); font-size: .78rem; font-weight: 750; }
.current-note-grid h2 { margin: 0 0 .35rem; font-size: 1.6rem; letter-spacing: -.03em; }
.current-note-grid div p { margin: 0; color: var(--muted-dark); }

.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 10vw, 9rem); }
.team-heading { margin: 0; }
.large-copy { color: var(--white) !important; font-size: clamp(1.3rem, 2.3vw, 1.75rem); line-height: 1.45; letter-spacing: -.02em; }
.team-copy > p { color: var(--muted-dark); }
.team-note { display: flex; align-items: center; gap: 1.2rem; margin-top: 2rem; padding: 1.3rem; border: 1px solid var(--line-dark); border-radius: 14px; background: var(--ink-soft); }
.team-note p { margin: 0; color: var(--muted-dark); }
.team-note strong { color: var(--white); }
.note-mark { flex: 0 0 auto; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 10px; background: var(--blue); font-size: .78rem; font-weight: 850; }

.experience { background: radial-gradient(circle at 86% 18%, rgba(37,99,235,.1), transparent 28%), #0b0f15; border-block: 1px solid var(--line-dark); }
.experience-heading { max-width: 820px; }
.section-kicker { margin-bottom: 1rem; color: #93c5fd; font-size: .9rem; font-weight: 750; }
.platform-record { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 1.25rem; margin: -1rem 0 2.5rem; padding: 1.2rem 1.35rem; border: 1px solid #2f3a4c; border-radius: 14px; background: linear-gradient(90deg, rgba(37,99,235,.12), rgba(255,255,255,.025)); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.platform-record > p { margin: 0; color: var(--muted-dark); font-size: .82rem; font-weight: 750; }
.platform-record ul { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .65rem; margin: 0; padding: 0; list-style: none; }
.platform-record li { display: flex; align-items: center; justify-content: center; gap: .55rem; min-width: 0; min-height: 62px; padding: .7rem .55rem; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: var(--white); font-size: clamp(.72rem, 1vw, .86rem); font-weight: 800; box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 8px 20px rgba(2,8,23,.16); }
.platform-record li img { flex: 0 0 auto; width: 26px; height: 26px; object-fit: contain; filter: brightness(0) invert(1); }
.platform-record li span { min-width: 0; white-space: nowrap; }
.platform-record .platform-pc { background: #1267a9; }
.platform-record .platform-playstation { background: #006fcd; }
.platform-record .platform-xbox { background: #107c10; }
.platform-record .platform-nintendo { background: #d90012; }
.platform-record .platform-oculus { background: linear-gradient(145deg, #283781, #111827); }
.platform-record .platform-oculus img { width: 31px; }
.credits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.credit { overflow: hidden; border: 1px solid #2d3747; border-radius: 14px; background: linear-gradient(145deg, #121924, #0f141c); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); }
.credit img { width: 100%; height: auto; aspect-ratio: 460 / 215; background: #080b11; object-fit: contain; filter: saturate(.94) contrast(1.02); }
.credit-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.35fr .65fr; }
.credit-featured img { height: 100%; min-height: 320px; aspect-ratio: auto; }
.credit-featured .credit-body { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.5rem, 4vw, 3rem); background: linear-gradient(145deg, rgba(37,99,235,.09), transparent 52%); }
.credit-featured h3 { font-size: clamp(2rem, 4vw, 3.6rem); }
.credit-body { padding: 1.4rem; }
.credit-body p { color: var(--muted-dark); }
.credit-role { min-height: 2.6em; margin-bottom: 1.1rem; color: #93c5fd !important; font-size: .69rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 750; }
.credit-body p:last-child { margin-bottom: 0; font-size: .92rem; }
.credits-more { display: grid; grid-template-columns: 5fr 3.4fr 3.6fr; gap: 1.25rem; margin-top: 1.25rem; }
.credit-more .credit-body { padding: 1.15rem; }
.credit-more h3 { font-size: 1.15rem; }
.credit-more .credit-role { margin-bottom: .75rem; }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 8rem); }
.process-heading { margin: 0; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.process-list li { display: grid; grid-template-columns: 140px 1fr; gap: 2rem; padding: 1.7rem 0; border-bottom: 1px solid var(--line-dark); }
.process-list span { font-weight: 800; }
.process-list p { margin: 0; color: var(--muted-dark); }

.newsletter { background: #0b0f15; color: var(--white); padding-block: 5rem; border-top: 1px solid var(--line-dark); }
.newsletter-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: clamp(3rem, 9vw, 8rem); }
.newsletter .eyebrow { color: #93c5fd; }
.newsletter h2 { font-size: clamp(2rem, 3.5vw, 3.4rem); }
.newsletter-grid > div > p:last-child { margin-bottom: 0; color: var(--muted-dark); }
.newsletter-form label { display: block; margin-bottom: .55rem; font-size: .82rem; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr auto; gap: .65rem; }
.newsletter-form input { min-width: 0; min-height: 50px; border: 1px solid #3a4351; border-radius: 9px; background: #151b24; color: var(--white); padding: .8rem 1rem; }
.newsletter-form input::placeholder { color: #aab2bf; }
.newsletter-form input:focus { border-color: var(--blue); }
.form-note { margin: .7rem 0 0; color: var(--muted-dark); font-size: .78rem; }
.newsletter-success { padding: 1rem 0; }
.newsletter-success h3 { font-size: 1.4rem; }

.closing { padding-block: clamp(5rem, 10vw, 8rem); background: var(--blue); }
.closing-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3rem; }
.closing .eyebrow { color: var(--white); }
.closing h2 { max-width: 840px; margin: 0; }
.closing .button { min-width: 160px; }

.site-footer { padding: 4rem 0 2rem; }
.footer-grid { display: flex; justify-content: space-between; gap: 2rem; }
.footer-grid p { margin: .7rem 0 0; color: var(--muted-dark); font-size: .9rem; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line-dark); color: var(--muted-dark); font-size: .78rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .hero-grid, .work-grid, .team-grid, .process, .newsletter-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 800px; transform: none; }
  .strip-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .service-card-strategy, .service-card-ugc { grid-column: 1 / -1; }
  .service-card-production, .service-card-development { grid-column: span 6; }
  .team-grid { gap: 2rem; }
  .team-heading { max-width: 760px; }
  .credits-grid { grid-template-columns: repeat(2, 1fr); }
  .credits-more { grid-template-columns: repeat(2, 1fr); }
  .credit-ugc { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .credit-ugc img { height: 100%; min-height: 210px; aspect-ratio: auto; object-fit: cover; }
  .process { gap: 2rem; }
  .newsletter-grid { align-items: start; gap: 2rem; }
}

@media (max-width: 700px) {
  .shell, .header-inner { width: min(100% - 2rem, var(--shell)); }
  .header-inner { min-height: 66px; gap: .5rem; }
  .header-cta { display: none; }
  .language-switcher { gap: 0; }
  .language-button { width: 44px; height: 44px; }
  .hero { padding-top: 4.5rem; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.2rem); }
  .hero-grid { gap: 3.5rem; }
  .experience-collage { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto auto auto; padding: .55rem; }
  .experience-collage .collage-primary { grid-column: 1 / -1; grid-row: auto; }
  .experience-collage figcaption { grid-column: 1 / -1; }
  .logo-row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; }
  .logo-cell { height: 68px; padding: .85rem; }
  .section-heading { margin-bottom: 2.8rem; }
  .service-deck { grid-template-columns: 1fr; gap: .9rem; }
  .service-card, .service-card-strategy, .service-card-production, .service-card-development, .service-card-ugc { grid-column: auto; min-height: 300px; }
  .service-card { padding: 1.25rem; }
  .service-card-strategy { min-height: 380px; }
  .service-card-strategy::before { background: linear-gradient(90deg, rgba(6,10,17,.97) 0%, rgba(6,10,17,.86) 54%, rgba(6,10,17,.45) 100%), linear-gradient(0deg, rgba(6,10,17,.82), transparent 70%); }
  .service-card-strategy .service-card-copy, .service-card-ugc .service-card-copy { max-width: none; }
  .platform-record { grid-template-columns: 1fr; gap: .75rem; margin-top: 0; }
  .platform-record ul { grid-template-columns: repeat(2, 1fr); gap: .65rem 1.25rem; }
  .credits-grid { grid-template-columns: 1fr; }
  .credit-featured { grid-column: auto; display: block; }
  .credit-featured img { min-height: 0; aspect-ratio: 460 / 215; }
  .credit-role { min-height: 0; }
  .credits-more { grid-template-columns: 1fr; }
  .credit-ugc { grid-column: auto; display: block; }
  .credit-ugc img { height: auto; min-height: 0; aspect-ratio: 16 / 9; object-fit: cover; }
  .current-note-grid { grid-template-columns: 1fr; gap: .8rem; }
  .process-list li { grid-template-columns: 100px 1fr; gap: 1rem; }
  .form-row { grid-template-columns: 1fr; }
  .closing-grid { grid-template-columns: 1fr; align-items: start; }
  .closing .button { justify-self: start; }
  .footer-grid, .footer-bottom { flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
}

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