:root {
  --paper: #fffdf7;
  --paper-2: #f6f3e9;
  --ink: #151515;
  --muted: #65645f;
  --line: #dedbd0;
  --yellow: #ffd62e;
  --red: #a70716;
  --pink: #ff66d9;
  --blue: #62bff2;
  --swipesort-violet: #7057e3;
  --swipesort-ink: #272234;
  --swipesort-lavender: #eae5ff;
  --swipesort-canvas: #f7f6fa;
  --swipesort-coral: #d95369;
  --swipesort-coral-soft: #fce8eb;
  --swipesort-mint: #cdebce;
  --max: 1180px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 100; padding: .7rem 1rem; color: #fff; background: var(--ink); border-radius: 999px; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.page-shell, .site-header, .footer-inner { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }

.site-header { min-height: 6rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-size: 1.05rem; font-weight: 900; letter-spacing: -.03em; text-decoration: none; }
.brand img { width: 3.15rem; height: 3.15rem; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.25rem); }
.site-nav a, .footer-links a { color: var(--muted); font-size: .88rem; font-weight: 750; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible, .footer-links a:hover, .footer-links a:focus-visible { color: var(--ink); }
.site-language-switch { display: inline-flex; flex: 0 0 auto; padding: .2rem; background: var(--paper-2); border: 1px solid var(--line); border-radius: 999px; }
.site-language-switch button { min-width: 2.25rem; min-height: 2rem; padding: .3rem .55rem; color: var(--muted); background: transparent; border: 0; border-radius: 999px; cursor: pointer; font: inherit; font-size: .7rem; font-weight: 850; letter-spacing: .06em; }
.site-language-switch button:hover, .site-language-switch button:focus-visible { color: var(--ink); }
.site-language-switch button[aria-current="true"] { color: #fff; background: var(--ink); }
body > .site-language-switch { position: fixed; top: 1rem; right: 1rem; z-index: 20; box-shadow: 0 8px 24px rgba(21, 21, 21, .12); }

.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; padding-block: clamp(4rem, 8vw, 7rem); }
.kicker { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.4rem; color: var(--muted); font-size: .75rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.kicker span { width: 1.5rem; height: .22rem; background: var(--red); border-radius: 999px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 1.5rem; font-size: clamp(4rem, 8.4vw, 7.2rem); line-height: .9; letter-spacing: -.075em; }
h1 em, .contact-section h2 em { position: relative; z-index: 0; color: var(--red); font-style: normal; }
h1 em::after { position: absolute; right: -.1em; bottom: .05em; left: 0; height: .14em; z-index: -1; content: ""; background: var(--yellow); transform: rotate(-1deg); }
.hero-intro { max-width: 620px; margin-bottom: 2.1rem; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.28rem); }
.button-row, .store-links { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { min-height: 3.25rem; display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: .75rem 1.3rem; border: 1px solid var(--ink); border-radius: 999px; font-size: .88rem; font-weight: 850; text-decoration: none; transition: transform 150ms ease, box-shadow 150ms ease; }
.button-dark { color: #fff; background: var(--ink); }
.button-light { background: transparent; }
.button:hover, .button:focus-visible { box-shadow: 0 6px 0 var(--yellow); transform: translateY(-2px); }

.hero-art { position: relative; min-height: 560px; display: grid; place-items: center; isolation: isolate; }
.hero-disc { position: absolute; width: min(92%, 500px); aspect-ratio: 1; z-index: -2; background: var(--yellow); border-radius: 50%; }
.hero-art > img { width: min(104%, 570px); height: auto; object-fit: contain; filter: drop-shadow(0 28px 25px rgba(25, 20, 0, .13)); }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(21, 21, 21, .28); border-radius: 50%; }
.hero-orbit-one { width: 105%; height: 48%; transform: rotate(18deg); }
.hero-orbit-two { width: 45%; height: 104%; transform: rotate(28deg); }
.hero-note { position: absolute; right: 0; bottom: 2.2rem; width: 7.6rem; aspect-ratio: 1; display: grid; align-content: center; margin: 0; color: #fff; background: var(--red); border: 6px solid var(--paper); border-radius: 50%; text-align: center; transform: rotate(6deg); }
.hero-note strong { font-size: 1.35rem; line-height: 1; }
.hero-note span { font-size: .68rem; font-weight: 800; text-transform: uppercase; }

.games-section { padding-block: clamp(5rem, 10vw, 9rem); background: var(--paper-2); border-block: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 2rem; align-items: end; margin-bottom: clamp(2.5rem, 6vw, 5rem); }
.section-heading h2, .studio-card h2, .contact-section h2, .legal-page h1 { margin-bottom: 0; font-size: clamp(3rem, 6.6vw, 5.7rem); line-height: .94; letter-spacing: -.065em; }
.section-heading > p { max-width: 510px; margin-bottom: .35rem; color: var(--muted); font-size: 1.05rem; }
.game-list { display: grid; gap: 1.5rem; }
.game-card { --card-accent: var(--yellow); display: grid; grid-template-columns: minmax(310px, .82fr) minmax(0, 1.18fr); overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 1.6rem; box-shadow: 0 15px 50px rgba(31, 28, 20, .06); }
.game-puss { --card-accent: var(--pink); }
.game-cock { --card-accent: var(--blue); }
.game-visual { position: relative; min-height: 430px; display: grid; place-items: center; padding: clamp(2rem, 5vw, 4rem); overflow: hidden; background: color-mix(in srgb, var(--card-accent) 75%, white); }
.game-visual::before { position: absolute; width: 80%; aspect-ratio: 1; content: ""; background: rgba(255, 255, 255, .33); border-radius: 50%; }
.game-visual img { position: relative; width: min(100%, 350px); height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 1.4rem; box-shadow: 0 24px 50px rgba(0, 0, 0, .22); transform: rotate(-3deg); transition: transform 220ms ease; }
.game-card:nth-child(even) .game-visual img { transform: rotate(3deg); }
.game-card:hover .game-visual img { transform: rotate(0) scale(1.025); }
.game-number { position: absolute; top: 1.2rem; left: 1.4rem; z-index: 1; font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.game-copy { display: grid; align-content: center; padding: clamp(2rem, 6vw, 5rem); }
.tag-row { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.25rem; }
.tag-row span { padding: .32rem .65rem; color: var(--muted); background: #f4f2ec; border-radius: 999px; font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.game-copy h3 { margin-bottom: 1rem; font-size: clamp(2.5rem, 5vw, 4.4rem); line-height: .95; letter-spacing: -.06em; }
.game-copy > p { max-width: 590px; margin-bottom: 1.8rem; color: var(--muted); font-size: 1.03rem; }
.trailer-jump { width: max-content; display: inline-flex; gap: .55rem; margin-top: 1.25rem; padding-bottom: .2rem; color: var(--muted); border-bottom: 1px solid var(--line); font-size: .82rem; font-weight: 800; text-decoration: none; }
.trailer-jump:hover, .trailer-jump:focus-visible { color: var(--ink); border-color: var(--ink); }

.store-link { height: 3.5rem; display: inline-flex; border-radius: .65rem; text-decoration: none; transition: filter 150ms ease, transform 150ms ease; }
.store-link img { width: auto; height: 100%; object-fit: contain; }
.store-link:hover, .store-link:focus-visible { filter: brightness(1.12); transform: translateY(-2px); }

.apps-section { scroll-margin-top: 1rem; padding-block: clamp(5rem, 10vw, 9rem); color: var(--swipesort-canvas); background: var(--swipesort-ink); }
.apps-heading > p { color: var(--swipesort-lavender); }
.apps-heading h2 { color: var(--swipesort-canvas); }
.apps-heading .kicker span { background: var(--swipesort-coral); }
.app-feature-card { overflow: hidden; color: var(--swipesort-ink); background: var(--swipesort-canvas); border: 1px solid rgba(234, 229, 255, .3); border-radius: 1.8rem; box-shadow: 0 28px 80px rgba(0, 0, 0, .3); }
.app-feature-media { display: block; overflow: hidden; background: var(--swipesort-lavender); }
.app-feature-media img { width: 100%; aspect-ratio: 1024 / 500; object-fit: cover; transition: transform 350ms ease; }
.app-feature-media:hover img, .app-feature-media:focus-visible img { transform: scale(1.015); }
.app-feature-body { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; padding: clamp(1.8rem, 5vw, 4.2rem); }
.app-feature-title { display: flex; align-items: center; gap: 1.15rem; }
.app-feature-title > img { width: clamp(4.6rem, 8vw, 6.5rem); border-radius: 1.35rem; box-shadow: 0 16px 35px rgba(39, 34, 52, .2); }
.app-label { margin-bottom: .35rem; color: var(--swipesort-violet); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.app-feature-title h3 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: .9; letter-spacing: -.065em; }
.app-feature-copy > p { max-width: 620px; margin-bottom: 1.4rem; color: var(--swipesort-ink); font-size: 1.04rem; }
.app-feature-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }
.app-feature-tags span { padding: .35rem .7rem; color: var(--swipesort-ink); background: var(--swipesort-lavender); border-radius: 999px; font-size: .7rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.button-app { width: max-content; color: var(--swipesort-canvas); background: var(--swipesort-violet); border-color: var(--swipesort-violet); }
.button-app:hover, .button-app:focus-visible { box-shadow: 0 6px 0 var(--swipesort-coral); }

.app-detail-page { --app-ink: var(--swipesort-ink); --app-violet: var(--swipesort-violet); --app-coral: var(--swipesort-coral); --app-lavender: var(--swipesort-lavender); --app-canvas: var(--swipesort-canvas); --app-coral-soft: var(--swipesort-coral-soft); --app-mint: var(--swipesort-mint); color: var(--app-ink); background: var(--app-canvas); }
.app-detail-page .site-header { border-color: var(--app-lavender); }
.app-detail-hero { padding-block: clamp(3.5rem, 8vw, 7rem); }
.app-detail-hero-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.app-detail-identity { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; }
.app-detail-identity img { width: 4.8rem; border-radius: 1.1rem; box-shadow: 0 15px 32px rgba(39, 34, 52, .22); }
.app-detail-identity p { margin: 0; color: var(--app-violet); font-size: .74rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.app-detail-hero h1 { margin-bottom: 1.5rem; color: var(--app-ink); font-size: clamp(4rem, 8vw, 7rem); }
.app-detail-hero h1 em { color: var(--app-violet); }
.app-detail-hero h1 em::after { background: var(--app-coral); opacity: .7; }
.app-detail-intro { max-width: 620px; margin-bottom: 1.8rem; color: var(--app-ink); font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.availability-badge { display: inline-flex; align-items: center; gap: .55rem; min-height: 3rem; padding: .65rem 1rem; color: var(--app-ink); background: var(--app-lavender); border-radius: 999px; font-size: .82rem; font-weight: 850; }
.availability-badge::before { width: .55rem; aspect-ratio: 1; content: ""; background: var(--app-coral); border-radius: 50%; }
.app-detail-art { overflow: hidden; background: var(--app-lavender); border-radius: 1.6rem; box-shadow: 0 24px 70px rgba(39, 34, 52, .17); transform: rotate(1.2deg); }
.app-detail-art img { width: 100%; aspect-ratio: 1024 / 500; object-fit: cover; }

.app-benefits { padding-block: clamp(4rem, 8vw, 7rem); background: var(--app-canvas); border-block: 1px solid var(--app-lavender); }
.app-section-header { max-width: 760px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.app-section-header .kicker span { background: var(--app-coral); }
.app-section-header h2 { margin-bottom: 1.2rem; font-size: clamp(3rem, 6vw, 5.4rem); line-height: .94; letter-spacing: -.06em; }
.app-section-header > p { max-width: 650px; margin: 0; color: var(--app-ink); font-size: 1.05rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.benefit-card { min-height: 250px; padding: clamp(1.5rem, 3vw, 2.4rem); background: var(--app-coral-soft); border: 1px solid var(--app-lavender); border-radius: 1.3rem; }
.benefit-card:nth-child(2) { background: var(--app-lavender); }
.benefit-card:nth-child(3) { color: var(--app-canvas); background: var(--app-violet); border-color: var(--app-violet); }
.benefit-number { margin-bottom: 2.8rem; color: var(--app-ink); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.benefit-card h3 { margin-bottom: .7rem; font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1; letter-spacing: -.045em; }
.benefit-card p:last-child { margin: 0; color: var(--app-ink); }
.benefit-card:nth-child(3) .benefit-number, .benefit-card:nth-child(3) p:last-child { color: var(--app-canvas); }

.app-screenshots { padding-block: clamp(5rem, 10vw, 9rem); color: var(--app-canvas); background: var(--app-violet); }
.app-screenshots .app-section-header > p, .app-screenshots .kicker { color: var(--app-canvas); }
.screenshot-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.screenshot-track figure { margin: 0; }
.screenshot-track img { width: 100%; border: 1px solid rgba(255, 255, 255, .2); border-radius: 1.25rem; box-shadow: 0 20px 45px rgba(20, 5, 43, .3); }
.screenshot-track figcaption { padding: .8rem .25rem 0; color: var(--app-canvas); font-size: .82rem; }

.app-detail-lower { padding-block: clamp(5rem, 10vw, 9rem); }
.app-detail-columns { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr); gap: clamp(2rem, 7vw, 7rem); }
.app-detail-columns h2 { margin-bottom: 1.5rem; font-size: clamp(2.7rem, 5vw, 4.7rem); line-height: .95; letter-spacing: -.055em; }
.app-steps { display: grid; gap: 0; margin: 0; }
.app-steps div { display: grid; grid-template-columns: 3rem 1fr; gap: .3rem 1rem; padding: 1.25rem 0; border-top: 1px solid var(--app-lavender); }
.app-steps dt { grid-row: span 2; color: var(--app-coral); font-size: 1.2rem; font-weight: 900; }
.app-steps dd { margin: 0; color: var(--app-ink); }
.app-steps strong { color: var(--app-ink); font-size: 1.12rem; }
.app-privacy-card { align-self: start; padding: clamp(1.8rem, 4vw, 3rem); color: var(--app-canvas); background: var(--app-ink); border-radius: 1.5rem; box-shadow: 0 22px 55px rgba(39, 34, 52, .18); }
.app-privacy-card .kicker { color: var(--app-mint); }
.app-privacy-card .kicker span { background: var(--app-coral); }
.app-privacy-card h2 { color: var(--app-canvas); }
.app-privacy-card > p { color: var(--app-mint); }
.app-privacy-card .text-link { margin-top: .7rem; color: var(--app-coral-soft); }
.app-price-note { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, .18); }
.app-price-note strong { display: block; color: var(--app-canvas); }
.app-price-note span { color: var(--app-mint); font-size: .9rem; }

.trailers-section { padding-block: clamp(5rem, 10vw, 9rem); background: var(--paper); }
.trailer-heading { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.trailer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.trailer-card { scroll-margin-top: 1rem; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 1.5rem; box-shadow: 0 15px 50px rgba(31, 28, 20, .06); }
.video-embed, .video-frame { width: 100%; aspect-ratio: 16 / 9; display: block; border: 0; }
.video-embed { position: relative; overflow: hidden; color: #fff; background: var(--ink); text-decoration: none; isolation: isolate; }
.video-embed::after { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .72)); }
.video-embed img { width: 100%; height: 100%; object-fit: cover; transition: transform 250ms ease, opacity 250ms ease; }
.video-embed:hover img, .video-embed:focus-visible img { opacity: .85; transform: scale(1.025); }
.play-button { position: absolute; top: 50%; left: 50%; z-index: 2; width: 4.2rem; aspect-ratio: 1; display: grid; place-items: center; padding-left: .2rem; color: var(--ink); background: var(--yellow); border: 5px solid rgba(255, 255, 255, .9); border-radius: 50%; box-shadow: 0 12px 30px rgba(0, 0, 0, .3); transform: translate(-50%, -50%); }
.video-label { position: absolute; right: 1.2rem; bottom: 1rem; left: 1.2rem; z-index: 2; font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.trailer-card > div { padding: 1.5rem; }
.trailer-index { margin-bottom: .5rem; color: var(--red); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.trailer-card h3 { margin-bottom: .5rem; font-size: clamp(2rem, 4vw, 3rem); line-height: 1; letter-spacing: -.05em; }
.trailer-card > div > p:last-child { margin-bottom: 0; color: var(--muted); }

.studio-section { padding-block: clamp(5rem, 10vw, 9rem); }
.studio-card { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: clamp(3rem, 8vw, 8rem); padding: clamp(2rem, 7vw, 6rem); color: #fff; background: var(--ink); border-radius: 1.8rem; }
.kicker-light { color: #aaa9a5; }
.kicker-light span { background: var(--yellow); }
.studio-copy > p:not(.kicker) { max-width: 620px; margin: 1.8rem 0; color: #bdbcb7; font-size: 1.04rem; }
.text-link { display: inline-flex; gap: .65rem; padding-bottom: .3rem; color: var(--yellow); border-bottom: 1px solid currentColor; font-weight: 800; text-decoration: none; }
.studio-facts { display: grid; align-content: center; gap: 0; margin: 0; }
.studio-facts div { display: grid; grid-template-columns: 1fr auto; gap: .15rem 1rem; padding: 1.3rem 0; border-bottom: 1px solid #383838; }
.studio-facts dt { align-self: end; color: #999893; font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.studio-facts dd { grid-row: span 2; margin: 0; color: var(--yellow); font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 900; line-height: 1; letter-spacing: -.07em; }
.studio-facts span { color: #d1d0ca; font-size: .88rem; }

.contact-section { padding-block: clamp(3rem, 8vw, 7rem) clamp(6rem, 12vw, 10rem); text-align: center; }
.contact-section .kicker { justify-content: center; }
.contact-section h2 { margin-bottom: 2rem; }
.contact-mail { display: inline-flex; gap: .8rem; padding-bottom: .35rem; border-bottom: 2px solid var(--red); font-size: clamp(1.15rem, 2.5vw, 1.65rem); font-weight: 850; text-decoration: none; }

.site-footer { color: #fff; background: var(--ink); }
.footer-inner { display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 2rem; align-items: center; padding-block: 3rem; }
.footer-brand { color: #fff; }
.footer-brand img { width: 2.75rem; height: 2.75rem; }
.footer-inner > p { margin: 0; color: #9f9e99; font-size: .84rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem; }
.footer-links a { color: #bbb9b3; }
.copyright { grid-column: 1 / -1; padding-top: 1.4rem; color: #777671; border-top: 1px solid #343434; font-size: .72rem; }

.legal-page { max-width: 820px; padding-block: clamp(4rem, 10vw, 8rem); overflow-wrap: anywhere; }
.legal-page h1 { hyphens: auto; }
.legal-page .eyebrow { margin: 0 0 1rem; color: var(--red); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.legal-page .lead { margin: 1.5rem 0 3rem; color: var(--muted); font-size: 1.08rem; }
.legal-page section { padding-block: 1.6rem; border-top: 1px solid var(--line); }
.legal-page section h2 { font-size: 1.35rem; letter-spacing: -.025em; }
.legal-page section p, .legal-page section li { color: var(--muted); }
.legal-page section ul { padding-left: 1.2rem; }
.legal-page section p:last-child, .legal-page section ul:last-child { margin-bottom: 0; }
.legal-page h3 { margin: 1.4rem 0 .45rem; font-size: 1.05rem; letter-spacing: -.015em; }
.legal-page address { color: var(--muted); font-style: normal; }
.legal-page code { padding: .1em .35em; background: var(--paper-2); border-radius: .3rem; }
.legal-page .language-switch { display: flex; flex-wrap: wrap; gap: .65rem; margin: 0 0 2rem; }
.legal-page .language-switch a, .legal-page .language-switch span { padding: .35rem .75rem; border: 1px solid var(--line); border-radius: 999px; font-size: .8rem; font-weight: 800; text-decoration: none; }
.legal-page .language-switch [aria-current="page"] { color: #fff; background: var(--ink); border-color: var(--ink); }
.legal-page .legal-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem 1.5rem; margin: 0 0 3rem; padding: 1.1rem; background: var(--paper-2); border: 1px solid var(--line); border-radius: .8rem; }
.legal-page .legal-meta div { display: grid; gap: .1rem; }
.legal-page .legal-meta dt { color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.legal-page .legal-meta dd { margin: 0; font-weight: 700; }
.legal-page .service-block + .service-block { margin-top: 1.7rem; padding-top: 1.7rem; border-top: 1px dashed var(--line); }
.legal-page .service-block h3 { margin-top: 0; }
.legal-page .summary-list { padding-left: 1.2rem; }
.legal-page a { text-underline-offset: .16em; }

@media (max-width: 900px) {
  .hero { min-height: 0; grid-template-columns: 1fr; padding-top: 5rem; }
  .hero-copy { position: relative; z-index: 1; }
  .hero-art { min-height: 500px; }
  .section-heading, .studio-card { grid-template-columns: 1fr; }
  .studio-facts { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
  .studio-facts div { display: block; }
  .studio-facts dd { margin: .4rem 0; }
  .app-feature-body, .app-detail-hero-grid, .app-detail-columns { grid-template-columns: 1fr; }
  .app-detail-art { transform: none; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; }
  .benefit-number { margin-bottom: 1.7rem; }
}

@media (max-width: 760px) {
  .game-card { grid-template-columns: 1fr; }
  .game-visual { min-height: 360px; }
  .game-copy { padding: 2rem; }
  .trailer-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .copyright { grid-column: auto; }
  .app-feature-body { gap: 1.7rem; }
  .screenshot-track { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(78vw, 320px); overflow-x: auto; padding-bottom: 1rem; scroll-snap-type: x mandatory; }
  .screenshot-track figure { scroll-snap-align: start; }
}

@media (max-width: 560px) {
  .site-header { min-height: 5rem; }
  .brand img { width: 2.65rem; height: 2.65rem; }
  .site-nav { gap: .7rem; }
  .site-nav a { font-size: .76rem; }
  .site-nav a:last-child { display: none; }
  .site-header > .site-language-switch { position: fixed; right: 1rem; bottom: 1rem; z-index: 20; box-shadow: 0 8px 24px rgba(21, 21, 21, .16); }
  .hero { padding-top: 3.5rem; }
  .hero-art { min-height: 390px; }
  .hero-orbit-one { width: 98%; }
  .hero-note { right: 0; bottom: 0; width: 6.8rem; }
  .game-visual { min-height: 320px; }
  .studio-facts { grid-template-columns: 1fr; }
  .legal-page .legal-meta { grid-template-columns: 1fr; }
}

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