:root {
  --blue: #1257f2;
  --blue-bright: #075dff;
  --black: #050505;
  --ink: #0b0b0d;
  --muted: #686970;
  --line: #d8d9dd;
  --soft: #f2f3f5;
  --white: #fff;
  --header-height: 86px;
  --page-gutter: clamp(28px, 3.2vw, 52px);
  --wide-container: min(1320px, calc(100vw - (var(--page-gutter) * 2)));
  --content-container: min(1200px, calc(100vw - (var(--page-gutter) * 2)));
  --reading-container: min(760px, calc(100vw - (var(--page-gutter) * 2)));
  --container: var(--content-container);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "Noto Sans SC", "Noto Sans JP", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--white); color: var(--ink); font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
mark { background: transparent; color: var(--blue-bright); }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; transform: translateY(-160%); padding: 10px 15px; background: var(--blue); color: white; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: var(--header-height);
  padding: 0 var(--page-gutter);
  background: var(--white);
}
.site-header--dark { background: var(--black); color: white; }
.site-header--blue { background: var(--blue); color: white; }
.wordmark { width: fit-content; color: var(--black); font-size: 38px; font-weight: 1000; line-height: 1; letter-spacing: -0.095em; transform: scaleX(1.12); transform-origin: left center; }
.wordmark--light, .site-header--blue .wordmark { color: white; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); }
.site-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 46px); }
.site-nav a { position: relative; padding: 31px 0 29px; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: -0.02em; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 23px; height: 2px; background: var(--blue-bright); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-active::after { transform: scaleX(1); }
.site-header--blue .site-nav a.is-active, .site-header--blue .language-switcher button[aria-pressed="true"] { color: white; }
.site-header--blue .site-nav a::after { background: white; }
.language-switcher { justify-self: end; display: flex; align-items: center; gap: 10px; }
.language-switcher span { width: 1px; height: 15px; background: #c9cbd0; }
.language-switcher button, .footer-languages button { appearance: none; border: 0; background: transparent; color: inherit; padding: 7px 1px; cursor: pointer; font-size: 11px; font-weight: 900; }
.language-switcher button[aria-pressed="true"], .footer-languages button[aria-pressed="true"] { color: var(--blue-bright); }
.site-header--dark .language-switcher button[aria-pressed="true"] { color: #4b82ff; }
.menu-toggle { display: none; }

.home-showcase {
  background: white;
}
.home-showcase__inner {
  display: grid;
  grid-template-columns: minmax(380px, 420px) minmax(0, 1fr);
  gap: 34px;
  width: var(--wide-container);
  min-height: 436px;
  margin-inline: auto;
  padding: 18px 0 4px;
}
.showcase-copy { display: flex; min-width: 0; flex-direction: column; justify-content: space-between; padding: 18px 0; }
.showcase-copy h1 { margin: 0; font-size: clamp(50px, 3.8vw, 58px); font-weight: 950; line-height: 1.04; letter-spacing: -0.06em; word-spacing: .05em; }
.showcase-copy > p { max-width: 500px; margin: 22px 0 auto; color: var(--muted); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; }
.showcase-pagination { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.square-control { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #cfd1d6; border-radius: 6px; background: white; color: var(--ink); cursor: pointer; transition: transform 180ms ease, border-color 180ms ease, color 180ms ease; }
.square-control:hover, .square-control:focus-visible { transform: translateY(-2px); border-color: var(--blue); color: var(--blue); }
.square-control svg, .text-link svg, .outline-button svg, .solid-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.page-numbers { display: flex; align-items: center; gap: clamp(12px, 1.5vw, 23px); }
.page-numbers button { appearance: none; border: 0; background: transparent; color: #74757a; padding: 8px 0; cursor: pointer; font-weight: 700; }
.page-numbers button.is-current { color: var(--blue-bright); font-weight: 950; }
.showcase-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-self: start; min-width: 0; padding-top: 3px; }
.showcase-card { min-width: 0; transition: transform 220ms ease, opacity 220ms ease; }
.showcase-card figure, .dark-card figure { position: relative; margin: 0; overflow: hidden; border-radius: 7px; background: var(--soft); transition: box-shadow 260ms ease, border-color 260ms ease; }
.showcase-card figure { aspect-ratio: 0.93; }
.showcase-card img, .dark-card img, .dark-feature-art img { height: 100%; object-fit: cover; transition: transform 520ms cubic-bezier(.2,.7,.2,1); }
.showcase-card:hover, .showcase-card:focus-visible, .dark-card:hover, .dark-card:focus-visible { transform: translateY(-4px); }
.showcase-card:hover img, .dark-card:hover img, .dark-feature-art:hover img { transform: scale(1.035); }
.showcase-card.is-focus figure, .dark-card.is-focus figure { border-color: var(--blue-bright); box-shadow: 0 0 0 3px var(--blue-bright), 0 18px 38px rgba(7,93,255,.24); }
.showcase-card.is-focus img, .dark-card.is-focus img, .dark-feature-art.is-focus img { transform: scale(1.05); }
.dark-feature-art.is-focus { border-color: #4b82ff; box-shadow: 0 0 0 3px var(--blue-bright), 0 20px 44px rgba(7,93,255,.28); }
.game-meta { display: flex; gap: 17px; padding-top: 14px; }
.game-meta > span, .dark-copy > span { color: var(--blue-bright); font-size: 18px; font-weight: 950; line-height: 1.25; }
.game-meta h2, .game-meta h3 { margin: 0; font-size: clamp(19px, 1.55vw, 25px); line-height: 1.08; letter-spacing: -0.04em; }
.game-meta p { margin: 6px 0 0; color: var(--muted); font-size: 15px; }

.dark-showcase {
  background: var(--black);
  color: white;
}
.dark-showcase__inner {
  display: grid;
  grid-template-columns: minmax(180px, .58fr) minmax(320px, 1.4fr) repeat(2, minmax(235px, .9fr));
  gap: clamp(26px, 3.2vw, 62px);
  align-items: center;
  width: var(--wide-container);
  min-height: 510px;
  margin-inline: auto;
  padding: 40px 0 54px;
}
.dark-copy h2 { margin: 18px 0 0; font-size: clamp(56px, 5vw, 82px); font-weight: 950; line-height: .94; letter-spacing: -0.055em; }
.dark-copy > i { display: block; width: 50px; height: 4px; margin: 28px 0; background: var(--blue-bright); }
.dark-copy > p { color: #b2b3b8; font-size: 18px; }
.dark-feature-art { align-self: stretch; min-height: 420px; overflow: hidden; border: 1px solid #6d6f74; border-radius: 8px; transition: border-color 260ms ease, box-shadow 260ms ease; }
.dark-feature-art img { object-position: center; }
.dark-card { align-self: center; min-width: 0; transition: transform 220ms ease; }
.dark-card figure { aspect-ratio: .86; border: 1px solid #74767c; }
.dark-card .game-meta p { color: #adaeb3; }
.dark-card:nth-child(4) { transform: translateY(8px); }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; color: white; font-size: 14px; font-weight: 850; }
.text-link--dark { color: var(--ink); }

.craft-section { padding-block: 118px; background: var(--soft); }
.craft-section__inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 9vw, 120px); width: var(--content-container); margin-inline: auto; }
.craft-heading { align-self: center; max-width: 650px; }
.craft-heading .page-number { margin-bottom: 24px; }
.craft-heading h2 { margin: 0; font-size: clamp(50px, 5.2vw, 82px); font-weight: 950; line-height: .98; letter-spacing: -.06em; }
.craft-heading > p:not(.page-number) { max-width: 600px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.68; }
.craft-list { align-self: center; border-bottom: 1px solid #c9cbd0; }
.craft-list article { display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid #c9cbd0; }
.craft-list article > span { color: var(--blue); font-weight: 950; }
.craft-list h3 { margin: 0 0 9px; font-size: clamp(24px, 2vw, 31px); line-height: 1.12; letter-spacing: -.035em; }
.craft-list p { max-width: 620px; margin: 0; color: var(--muted); line-height: 1.68; }

.studio-section { background: white; }
.studio-section__inner { display: grid; grid-template-columns: 1.05fr .95fr; width: var(--content-container); min-height: 620px; margin-inline: auto; }
.studio-media { min-height: 620px; overflow: hidden; }
.studio-media img { height: 100%; object-fit: cover; }
.studio-copy { align-self: center; padding: 80px clamp(42px, 5vw, 72px); }
.studio-copy h2, .section-heading h2, .organization-section h2 { margin: 0; font-size: clamp(52px, 5.4vw, 84px); font-weight: 950; line-height: .98; letter-spacing: -0.06em; }
.studio-copy > p { max-width: 540px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.66; }
.organization-details { margin: 34px 0 0; }
.organization-details div { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.organization-details dt { font-weight: 850; }
.organization-details dd { margin: 0; text-align: right; }
.organization-details a, .organization-table a, .privacy-document a { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }

.contact-band { background: var(--blue); color: white; }
.contact-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; width: var(--content-container); min-height: 225px; margin-inline: auto; padding-block: 48px; }
.contact-band--black { background: var(--black); }
.contact-band p { margin: 0 0 8px; color: rgba(255,255,255,.72); }
.contact-band h2 { margin: 0; font-size: clamp(38px, 4.4vw, 68px); line-height: 1; letter-spacing: -0.05em; }
.outline-button, .solid-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 250px; min-height: 62px; padding: 17px 21px; font-weight: 850; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.outline-button { border: 1px solid rgba(255,255,255,.75); color: white; }
.outline-button:hover, .outline-button:focus-visible { transform: translateY(-3px); background: white; color: var(--blue); }
.contact-band--black .outline-button:hover { color: var(--black); }
.solid-button { background: white; color: var(--blue); }
.solid-button:hover, .solid-button:focus-visible { transform: translateY(-3px); }

.site-footer { padding: 62px 0 30px; background: var(--black); color: white; }
.footer-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; width: var(--content-container); margin-inline: auto; padding-bottom: 48px; border-bottom: 1px solid #303034; }
.footer-top nav { display: flex; gap: 30px; }
.footer-top nav a { font-size: 13px; font-weight: 800; }
.footer-languages { justify-self: end; display: flex; align-items: center; gap: 9px; }
.footer-languages span { color: #55565b; }
.footer-bottom { display: flex; justify-content: space-between; gap: 32px; width: var(--content-container); margin-inline: auto; padding-top: 24px; color: #8f9096; font-size: 12px; }
.footer-bottom p { margin: 0; }

.page-hero { display: grid; grid-template-columns: .34fr 1.2fr .8fr; gap: 40px; align-items: end; width: var(--content-container); min-height: 470px; margin-inline: auto; padding: 70px 0 82px; border-top: 1px solid #e2e3e5; }
.page-number { margin: 0; color: var(--blue); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.page-hero h1 { margin: 0; font-size: clamp(66px, 7.5vw, 116px); font-weight: 950; line-height: .91; letter-spacing: -0.065em; }
.page-hero > p:last-child { max-width: 530px; margin: 0; color: var(--muted); font-size: clamp(18px, 1.5vw, 22px); line-height: 1.6; }

.game-detail-list { background: white; }
.game-detail { display: grid; grid-template-columns: 1.16fr .84fr; width: var(--content-container); min-height: 620px; margin-inline: auto; border-top: 1px solid var(--line); }
.game-detail--reverse .game-detail-media { order: 2; }
.game-detail-media { min-height: 620px; overflow: hidden; }
.game-detail-media img { height: 100%; object-fit: cover; }
.game-detail-copy { align-self: center; max-width: 520px; padding: 76px clamp(38px, 4vw, 64px); }
.detail-number { color: var(--blue); font-size: 18px; font-weight: 950; }
.detail-genre { margin: 24px 0 8px; color: var(--muted); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.game-detail-copy h2 { margin: 0; font-size: clamp(48px, 4.8vw, 78px); line-height: .98; letter-spacing: -0.055em; }
.game-detail-copy > p:not(.detail-genre) { margin: 26px 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.game-detail-copy ul { margin: 30px 0 0; padding: 0; list-style: none; }
.game-detail-copy li { position: relative; padding: 12px 0 12px 24px; border-top: 1px solid var(--line); font-weight: 700; }
.game-detail-copy li::before { content: ""; position: absolute; left: 2px; top: 21px; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }

.studio-feature-image { height: min(720px, 70vw); min-height: 520px; overflow: hidden; }
.studio-feature-image img { height: 100%; object-fit: cover; }
.values-section { padding-block: 120px; }
.values-section__inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; width: var(--content-container); margin-inline: auto; }
.section-heading .page-number { margin-bottom: 24px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; align-self: end; }
.value-grid article { padding-top: 22px; border-top: 2px solid var(--ink); }
.value-grid span, .process-list > li > span { color: var(--blue); font-weight: 950; }
.value-grid h3 { margin: 58px 0 14px; font-size: 24px; line-height: 1.1; }
.value-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.process-section { padding-block: 110px; background: var(--black); color: white; }
.process-section__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; width: var(--content-container); margin-inline: auto; }
.process-title > p { color: #8f9096; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.process-title h2 { margin: 22px 0 0; font-size: clamp(48px, 4.7vw, 76px); line-height: .98; letter-spacing: -0.055em; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid #323238; }
.process-list h3 { margin: 0 0 8px; font-size: 27px; }
.process-list p { margin: 0; color: #a8a9ae; }
.organization-section { padding-block: 120px; }
.organization-section__inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; width: var(--content-container); margin-inline: auto; }
.organization-section .page-number { margin-bottom: 25px; }
.organization-table { margin: 0; }
.organization-table div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; padding: 22px 0; border-top: 1px solid var(--line); }
.organization-table dt { color: var(--muted); }
.organization-table dd { margin: 0; font-size: 20px; font-weight: 800; text-align: right; }

.contact-hero { background: var(--blue); color: white; }
.contact-hero__inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; width: var(--content-container); min-height: 560px; margin-inline: auto; padding: 90px 0 100px; }
.contact-hero .page-number { color: rgba(255,255,255,.7); margin-bottom: 28px; }
.contact-hero h1 { margin: 0; font-size: clamp(72px, 9vw, 136px); font-weight: 950; line-height: .88; letter-spacing: -0.07em; }
.contact-hero-side { max-width: 520px; }
.contact-hero-side p { margin: 0 0 32px; color: rgba(255,255,255,.82); font-size: 20px; line-height: 1.6; }
.contact-options { display: grid; grid-template-columns: repeat(3, 1fr); width: var(--content-container); margin-inline: auto; }
.contact-options article { min-height: 360px; padding: 54px clamp(34px, 4vw, 52px); border-right: 1px solid var(--line); }
.contact-options article:last-child { border-right: 0; }
.contact-options > article > span { color: var(--blue); font-weight: 950; }
.contact-options h2 { margin: 86px 0 18px; font-size: 34px; letter-spacing: -.04em; }
.contact-options p { color: var(--muted); line-height: 1.65; }
.contact-options a { display: inline-block; margin-top: 24px; color: var(--blue); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.contact-guidance { padding-block: 110px; background: var(--soft); }
.contact-guidance__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; width: var(--content-container); margin-inline: auto; }
.contact-guidance h2 { margin: 24px 0 0; font-size: clamp(50px, 5vw, 78px); line-height: .98; letter-spacing: -.055em; }
.guidance-list article { padding: 28px 0; border-top: 1px solid #cfd0d4; }
.guidance-list h3 { margin: 0 0 10px; font-size: 24px; }
.guidance-list p { margin: 0; color: var(--muted); }
.contact-org { background: var(--black); color: white; }
.contact-org__inner { display: grid; grid-template-columns: .5fr 1fr .8fr; align-items: center; gap: 40px; width: var(--content-container); min-height: 250px; margin-inline: auto; padding-block: 52px; }
.contact-org__inner > p { color: #8f9096; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.contact-org h2 { margin: 0; font-size: clamp(56px, 6vw, 90px); letter-spacing: -.07em; }
.contact-org__inner > div { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.contact-org a { color: #c4c5ca; }

.privacy-page { background: white; }
.privacy-layout { display: grid; grid-template-columns: 220px minmax(0, var(--reading-container)); gap: clamp(55px, 8vw, 100px); justify-content: center; width: var(--content-container); padding: 80px 0 110px; }
.privacy-toc { position: relative; }
.privacy-toc nav { position: sticky; top: 32px; display: flex; flex-direction: column; gap: 4px; }
.privacy-toc a { padding: 10px 0; color: var(--muted); font-size: 14px; font-weight: 700; }
.privacy-toc a.is-current { color: var(--blue); }
.privacy-heading { padding-bottom: 52px; border-bottom: 2px solid var(--ink); }
.privacy-heading h1 { margin: 0; font-size: clamp(58px, 6vw, 90px); line-height: .95; letter-spacing: -.06em; }
.privacy-heading > p { margin: 22px 0 32px; color: var(--muted); font-size: 21px; }
.privacy-heading span { font-size: 13px; }
.privacy-document section { padding: 52px 0; border-bottom: 1px solid var(--line); }
.privacy-document h2 { margin: 0 0 24px; font-size: 30px; letter-spacing: -.035em; }
.privacy-document h2 > span:first-child { display: inline-block; min-width: 42px; color: var(--blue); }
.privacy-document h3 { margin: 0 0 12px; font-size: 21px; }
.privacy-document p, .privacy-document li { color: #44454b; line-height: 1.75; }
.privacy-document ul { padding-left: 22px; }
.policy-highlight { padding: 24px 28px; border-left: 4px solid var(--blue); background: #edf3ff; color: var(--ink) !important; font-size: 18px; font-weight: 750; }
.data-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 32px 0; }
.data-summary > div { padding: 28px; background: var(--soft); }
.data-summary ul { margin-bottom: 0; }
.privacy-contact { padding: 54px var(--page-gutter); background: var(--blue); color: white; }
.privacy-contact .container { display: flex; align-items: center; gap: 24px; }
.privacy-contact svg { width: 52px; height: 52px; fill: none; stroke: currentColor; stroke-width: 2; }
.privacy-contact h2 { margin: 0 0 4px; font-size: 31px; }
.privacy-contact p { margin: 0; }
.privacy-contact a { text-decoration: underline; text-underline-offset: 4px; }

:focus-visible { outline: 3px solid #6f9cff; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }

@media (max-width: 1200px) {
  .home-showcase__inner { grid-template-columns: minmax(330px, .8fr) minmax(0, 1.5fr); gap: 34px; }
  .showcase-copy h1 { font-size: clamp(47px, 4.5vw, 56px); }
  .showcase-pagination { gap: 14px; }
  .page-numbers { gap: 12px; }
  .dark-showcase__inner { grid-template-columns: minmax(150px,.5fr) minmax(280px,1.2fr) repeat(2,minmax(190px,.8fr)); gap: 26px; }
  .dark-feature-art { min-height: 360px; }
  .dark-copy h2 { font-size: 56px; }
  .site-nav { gap: 25px; }
}

@media (max-width: 1023px) {
  :root { --header-height: 72px; --page-gutter: 24px; }
  .site-header, .site-header--dark { grid-template-columns: 1fr auto; min-height: var(--header-height); }
  .wordmark { font-size: 28px; }
  .header-actions { display: block; }
  .menu-toggle { justify-self: end; position: relative; z-index: 102; display: grid; gap: 7px; width: 48px; height: 48px; padding: 13px 10px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: var(--ink); transition: transform 180ms ease; }
  .menu-toggle--light span:not(.sr-only), .site-header--blue .menu-toggle span:not(.sr-only) { background: white; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: var(--header-height) 0 auto; z-index: 101; display: none; min-height: 380px; flex-direction: column; align-items: stretch; gap: 0; padding: 24px 24px 96px; background: #fff; color: var(--ink); box-shadow: 0 18px 35px rgba(0,0,0,.12); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 0; font-size: 18px; }
  .site-nav a::after { bottom: 8px; right: auto; width: 42px; }
  .language-switcher { position: fixed; z-index: 102; top: calc(var(--header-height) + 306px); left: 24px; display: none; color: var(--ink); }
  body.menu-open .language-switcher { display: flex; }
  .home-showcase__inner { grid-template-columns: 1fr; min-height: auto; padding-top: 30px; }
  .showcase-copy { min-height: 310px; }
  .showcase-copy > p { margin-bottom: 28px; }
  .showcase-cards { grid-template-columns: repeat(3, minmax(210px,1fr)); overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; }
  .showcase-card { scroll-snap-align: start; }
  .dark-showcase__inner { grid-template-columns: .72fr 1.3fr 1fr; min-height: auto; }
  .dark-copy { grid-row: 1; }
  .dark-feature-art { grid-row: 1; min-height: 360px; }
  .dark-card { grid-row: 2; }
  .dark-card:nth-child(3) { grid-column: 2; }
  .dark-card:nth-child(4) { grid-column: 3; transform: none; }
  .studio-section__inner { grid-template-columns: 1fr; }
  .studio-media { min-height: 520px; }
  .page-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 70px; }
  .page-hero > p:last-child { margin-top: 20px; }
  .game-detail, .game-detail--reverse { grid-template-columns: 1fr; }
  .game-detail--reverse .game-detail-media { order: 0; }
  .game-detail-media { min-height: min(620px, 72vw); }
  .game-detail-copy { max-width: none; }
  .values-section__inner, .process-section__inner, .organization-section__inner, .contact-guidance__inner, .craft-section__inner { grid-template-columns: 1fr; gap: 60px; }
  .contact-hero__inner { grid-template-columns: 1fr; gap: 60px; }
  .contact-options { grid-template-columns: 1fr; }
  .contact-options article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-options h2 { margin-top: 46px; }
  .privacy-layout { grid-template-columns: 1fr; }
  .privacy-toc { display: none; }
}

@media (max-width: 767px) {
  :root { --page-gutter: 20px; }
  .showcase-copy { min-height: auto; }
  .showcase-copy h1 { font-size: clamp(48px, 14vw, 68px); }
  .showcase-copy > p { font-size: 17px; }
  .showcase-pagination { flex-wrap: wrap; gap: 12px; margin-bottom: 12px; }
  .page-numbers { order: 3; width: 100%; justify-content: space-between; }
  .showcase-cards { grid-template-columns: repeat(3, 78vw); }
  .game-meta h2 { font-size: 22px; }
  .dark-showcase__inner { grid-template-columns: 1fr; gap: 36px; padding-top: 62px; }
  .dark-copy, .dark-feature-art, .dark-card, .dark-card:nth-child(3), .dark-card:nth-child(4) { grid-column: 1; grid-row: auto; }
  .dark-copy h2 { font-size: 64px; }
  .dark-feature-art { min-height: 76vw; }
  .dark-card figure { aspect-ratio: 1.1; }
  .craft-section { padding-block: 80px; }
  .craft-list article { grid-template-columns: 44px 1fr; }
  .studio-media { min-height: 74vw; }
  .studio-copy { padding: 70px var(--page-gutter); }
  .studio-copy h2, .section-heading h2, .organization-section h2 { font-size: 52px; }
  .organization-details div { grid-template-columns: .8fr 1.2fr; }
  .contact-band__inner { align-items: flex-start; flex-direction: column; }
  .outline-button { width: 100%; }
  .footer-top { grid-template-columns: 1fr; align-items: start; }
  .footer-top nav { flex-wrap: wrap; }
  .footer-languages { justify-self: start; }
  .footer-bottom { flex-direction: column; }
  .page-hero h1 { min-width: 0; font-size: clamp(52px, 15.4vw, 76px); }
  .page-hero { padding-top: 56px; padding-bottom: 64px; }
  .game-detail-media { min-height: 82vw; }
  .game-detail-copy { padding: 58px var(--page-gutter) 70px; }
  .game-detail-copy h2 { font-size: 50px; }
  .studio-feature-image { min-height: 76vw; height: 76vw; }
  .values-section, .process-section, .organization-section, .contact-guidance { padding-block: 80px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid h3 { margin-top: 30px; }
  .organization-table dd { font-size: 16px; overflow-wrap: anywhere; }
  .contact-hero__inner { min-height: auto; padding-block: 70px 84px; }
  .contact-hero__inner > div, .contact-hero-side { min-width: 0; }
  .contact-hero h1 { font-size: clamp(56px, 15.2vw, 82px); }
  .contact-hero-side p { font-size: 18px; }
  .contact-options article { padding: 50px var(--page-gutter); }
  .contact-options a { overflow-wrap: anywhere; }
  .contact-org__inner { grid-template-columns: 1fr; }
  .contact-org__inner > div { align-items: flex-start; }
  .privacy-layout { width: var(--content-container); padding-top: 55px; }
  .privacy-heading h1 { font-size: 58px; }
  .data-summary { grid-template-columns: 1fr; }
  .privacy-contact { padding-inline: 0; }
  .privacy-contact .container { width: calc(100vw - 48px); align-items: flex-start; }
}
