@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("../fonts/instrument-serif-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
:root {
  --ink: #253451;
  --muted: #53657a;
  --blue: #3559c7;
  --paper: #fffdf6;
  --peach: #f6b28c;
  --line: #344b6c26;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: #dceef9; font-family: "Space Grotesk", sans-serif; -webkit-font-smoothing: antialiased; }
body, h1, h2, h3, p, figure { margin: 0; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img, video { display: block; max-width: 100%; height: auto; }
button, a { touch-action: manipulation; }
button:focus-visible, a:focus-visible, textarea:focus-visible { outline: 3px solid #d87342; outline-offset: 5px; }
::selection { color: #fff; background: var(--blue); }
[hidden] { display: none !important; }
em { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; }
.section-shell { width: min(1240px, calc(100% - 112px)); margin-inline: auto; position: relative; }
.eyebrow { font-size: 10px; line-height: 1.7; letter-spacing: .15em; font-weight: 600; }
.status-dot { display: inline-block; flex: 0 0 auto; width: 6px; height: 6px; border-radius: 50%; background: #557b4a; margin-right: 8px; vertical-align: middle; }
.skip-link { position: fixed; z-index: 20; left: 16px; top: -90px; padding: 14px 20px; color: #fff; background: var(--blue); border-radius: 8px; }
.skip-link:focus { top: 15px; }
.scroll-progress { height: 3px; position: fixed; inset: 0 0 auto; background: var(--blue); transform: scaleX(0); transform-origin: left; z-index: 30; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 28px; height: 100px; padding-inline: max(56px, calc((100vw - 1240px)/2)); position: relative; z-index: 5; }
.wordmark { display: inline-flex; align-items: center; gap: 8px; font-size: 30px; font-weight: 700; letter-spacing: -1.6px; }
.wordmark-dot { color: var(--blue); margin-left: -7px; }
.site-header nav { display: flex; gap: 34px; font-size: 13px; font-weight: 500; }
.site-header nav a, .text-link, .contact-links a, .contact-links button { position: relative; }
.site-header nav a::after, .text-link::after { content: ""; height: 1px; background: currentColor; position: absolute; inset: auto 0 -5px; transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.site-header nav a:hover::after, .text-link:hover::after { transform: scaleX(1); }
.header-wishlist { padding: 12px 17px; border: 1px solid #25345170; border-radius: 999px; font-size: 12px; transition: background .2s, color .2s; }
.header-wishlist span { margin-left: 14px; }
.header-wishlist:hover { color: var(--paper); background: var(--ink); }
.day-sky { background: linear-gradient(#dceef9 0%, #e6f1f7 34%, #e2eaf2 67%, #c2cee5 89%, #9aaac9 96%, #637598 100%); overflow: clip; }
.hero { min-height: 725px; display: grid; grid-template-columns: 1.04fr 1fr; align-items: center; padding-top: 24px; padding-bottom: 110px; }
.hero-copy { z-index: 2; position: relative; padding-top: 28px; }
.hero h1 { font-size: clamp(64px, 6.2vw, 92px); font-weight: 500; letter-spacing: -.075em; line-height: 1.04; margin-top: 28px; }
.hero h1 em { letter-spacing: -.05em; color: var(--blue); line-height: 1.05; font-size: 1.08em; white-space: nowrap; }
.hero-description { font-size: 14px; color: var(--muted); max-width: 445px; line-height: 1.85; margin-top: 29px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 28px; }
.button { border-radius: 999px; min-height: 50px; padding: 14px 23px; border: 1px solid transparent; display: inline-flex; gap: 25px; align-items: center; justify-content: center; font-size: 13px; font-weight: 500; transition: transform .3s var(--ease), box-shadow .3s, background .2s; }
.hero-actions .button, .hero-actions .text-link { white-space: nowrap; }
.button:hover { transform: translateY(-3px); box-shadow: 0 8px 20px #23385b12; }
.button-blue { background: var(--blue); color: #fff; }
.button-blue:hover { background: #284bad; }
.button-outline { background: transparent; border-color: #25345160; }
.button-outline:hover { background: #fff6; }
.text-link { font-size: 13px; }
.text-link span { margin-left: 10px; }
.hero-footnote { display: flex; gap: 10px; align-items: center; margin-top: 23px; color: #61738a; }
.handwritten { font-family: "Instrument Serif", Georgia, serif; font-style: italic; font-size: 22px; }
.hero-footnote svg { width: 60px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.mobile-break { display: none; }
.icon { width: 19px; height: 19px; display: inline-block; flex: 0 0 auto; vertical-align: middle; fill: none; }
.site-header nav a, .header-wishlist, .text-link { display: inline-flex; align-items: center; gap: 7px; }
.header-wishlist .icon { width: 16px; height: 16px; }
.header-wishlist .icon:last-child { width: 13px; margin-left: 8px; }
.button > .icon { margin-right: -14px; }
.eyebrow > .icon { width: 19px; height: 19px; margin-right: 8px; }
.reach-stat p .icon { width: 15px; height: 15px; margin-right: 4px; }
.game-filters .icon { width: 15px; height: 15px; margin-right: 5px; }
.game-platform .icon { width: 11px; height: 11px; margin-right: 3px; }
.game-players .icon { width: 13px; height: 13px; margin-right: 3px; }
.game-bottom > span .icon { width: 14px; height: 14px; margin-right: 3px; }
.bounce-button { display: grid; place-items: center; }
.bounce-button .icon { width: 17px; height: 17px; }
.game-collage { position: relative; aspect-ratio: 10/9; }
.collage-drawing { width: 100%; height: 100%; pointer-events: none; }
.collage-game { position: absolute; padding: 7px; background: #fffdf7; box-shadow: 2px 4px 0 #50638425, 0 12px 22px #34517512; transition: translate .35s var(--ease); border-radius: 3px 5px 4px 2px; }
.collage-game::before { content: ""; position: absolute; inset: -5px; border: 1px solid #506c8960; border-radius: 3px 11px 5px 7px; pointer-events: none; rotate: 1.1deg; }
.collage-game:hover { translate: 0 -9px; }
.collage-game > img { width: 100%; aspect-ratio: 1.14; object-fit: cover; }
.collage-game > span { display: flex; justify-content: space-between; align-items: center; padding: 9px 3px 3px; font-size: 10px; }
.collage-game .icon { width: 14px; height: 14px; }
.collage-survival { width: 37%; top: 25%; left: 16%; rotate: -10deg; z-index: 2; }
.collage-socks { width: 29%; top: 14%; left: 54%; rotate: 12deg; }
.collage-amnesty { width: 44%; top: 58%; left: 42%; rotate: -4deg; z-index: 3; }
.collage-amnesty > img { aspect-ratio: 1.8; }
.world-scene { position: relative; z-index: 1; width: 120%; margin-left: -10%; margin-top: -10px; perspective: 900px; }
.world-drift { animation: drift 6s ease-in-out infinite; }
.world-art { width: 100%; transform: rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)); transition: transform .6s var(--ease); }
.world-note { position: absolute; z-index: 1; font-family: "Instrument Serif", Georgia, serif; font-style: italic; font-size: 23px; color: #5a7192; }
.note-top { top: 17%; right: 16%; transform: rotate(8deg); }
.note-bottom { bottom: 5%; right: 5%; font-size: 18px; transform: rotate(-6deg); }
.world-button { position: absolute; bottom: 9%; left: 10%; padding: 9px 15px; border: 1px dashed #7186a7; border-radius: 30px; background: #eff8f8b3; font-size: 11px; transform: rotate(-5deg); transition: background .2s; }
.world-button:hover { background: var(--paper); }
.world-button span { font-size: 19px; vertical-align: middle; margin-right: 6px; }
.orbit { position: absolute; border: 1px dashed #7b91b02e; width: 90%; height: 39%; left: 4%; top: 35%; border-radius: 50%; transform: rotate(-22deg); }
.orbit-two { width: 73%; left: 17%; top: 32%; transform: rotate(29deg); }
.hero-bottom { position: absolute; inset: auto 0 30px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 27px; font-size: 9px; letter-spacing: .14em; color: var(--muted); }
.hero-bottom a span { margin-left: 25px; font-size: 20px; }
.sky-cloud { position: absolute; aspect-ratio: 2.5; background: url("../images/artwork/cloud.svg") center / contain no-repeat; pointer-events: none; z-index: 0; transform: translate3d(var(--cloud-x, 0px), var(--cloud-y, 0px), 0); }
.cloud-hero-one { width: 530px; left: -420px; top: 35%; opacity: .75; }
.cloud-hero-two { width: 440px; right: -360px; top: 3%; opacity: .55; background-image: url("../images/artwork/cloud-distant.svg"); }
.cloud-work-one { width: 740px; left: -590px; top: 340px; opacity: .86; }
.cloud-work-two { width: 650px; right: -490px; top: 990px; opacity: .74; background-image: url("../images/artwork/cloud-distant.svg"); }
.reach { display: grid; grid-template-columns: 1fr 1.8fr; align-items: center; gap: 45px; padding-block: 48px 90px; }
.reach-intro h2 { font-size: 26px; letter-spacing: -.04em; font-weight: 500; line-height: 1.2; margin-top: 12px; }
.reach-intro > p:last-child { font-size: 10px; color: var(--muted); margin-top: 12px; }
.reach-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.reach-stat > span { font-size: clamp(32px, 4vw, 57px); letter-spacing: -.07em; font-weight: 500; font-variant-numeric: tabular-nums; }
.reach-stat p { color: var(--muted); font-size: 11px; margin-top: 5px; }
.work-section { padding-top: 45px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 38px; position: relative; }
.section-heading h2, .about-copy h2 { font-size: clamp(40px, 4.3vw, 62px); font-weight: 500; letter-spacing: -.06em; line-height: 1.1; margin-top: 15px; }
.section-heading h2 em { font-size: 1.12em; color: var(--blue); }
.section-heading > p { font-size: 12px; line-height: 1.8; color: var(--muted); margin-bottom: 3px; }
.work-toolbar { position: relative; display: flex; justify-content: space-between; align-items: center; margin-bottom: 48px; }
.game-filters { display: flex; gap: 4px; }
.game-filters button { background: none; border: 1px solid transparent; border-radius: 999px; font-size: 11px; padding: 10px 15px; }
.game-filters button[aria-pressed="true"] { border-color: #25345138; background: #fff9; }
.game-filters button span { color: var(--muted); margin-left: 6px; }
.play-hint { font-family: "Instrument Serif", Georgia, serif; font-style: italic; font-size: 20px; transform: rotate(-3deg); }
.play-hint > span { display: inline-block; font-size: 34px; margin-right: 10px; vertical-align: middle; }
.games-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 54px 36px; position: relative; }
.game-card { min-width: 0; position: relative; }
.game-card:nth-child(3n+2) { margin-top: 33px; }
.game-card::after { content: ""; display: block; width: 75%; height: 17px; margin: 22px auto 0; border-radius: 50%; background: #50688b13; filter: blur(7px); transition: transform .4s; }
.game-float { border: 1px solid #fff; background: #fffdf6; padding: 8px; border-radius: 19px; box-shadow: 0 7px 0 #f6f7f3, 0 8px 0 #bdcddc, 0 18px 28px #334d7010; transition: transform .45s var(--ease); }
.game-card:nth-child(3n+1) .game-float { rotate: -1.5deg; }
.game-card:nth-child(3n+3) .game-float { rotate: 1.5deg; }
.game-art-link { display: block; border-radius: 12px; overflow: hidden; position: relative; aspect-ratio: 1.37; background: #d6e6f1; }
.game-art-link > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.game-art-link:hover > img { transform: scale(1.04); }
.game-platform { position: absolute; top: 13px; left: 13px; background: #fffdf6ee; padding: 6px 10px; border-radius: 30px; font-size: 8px; font-weight: 600; letter-spacing: .08em; }
.game-platform span { margin-left: 10px; }
.game-players { display: flex; align-items: center; gap: 4px; position: absolute; bottom: 12px; right: 12px; color: #fff; background: #14253bde; border: 1px solid #ffffff26; padding: 6px 10px; border-radius: 30px; font-size: 9px; }
.game-players .status-dot { width: 5px; height: 5px; background: #bada9a; margin-right: 2px; }
.game-info { padding: 20px 16px 10px; }
.game-role { font-size: 8px; letter-spacing: .13em; color: #6a7b86; }
.game-info h3 { font-weight: 500; font-size: 20px; letter-spacing: -.045em; margin-block: 8px 10px; line-height: 1.2; }
.game-description { color: var(--muted); font-size: 11px; line-height: 1.8; min-height: 40px; }
.game-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; font-size: 10px; border-top: 1px solid #263d5712; padding-top: 12px; color: var(--muted); }
.game-bottom strong { color: var(--ink); font-weight: 500; }
.bounce-button { width: 36px; height: 36px; border: 1px solid #bccedc; border-radius: 50%; background: transparent; font-size: 19px; transition: background .2s; }
.bounce-button:hover { background: #dce9f2; }
.more-work { position: relative; padding: 40px 0 0; text-align: center; }
.more-work > p { min-height: 15px; font-size: 10px; color: var(--muted); margin-top: 15px; }
.brands-section { padding-block: 100px 165px; text-align: center; }
.brands-intro { font-size: 13px; color: var(--muted); margin-block: 12px 35px; }
.brands-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 36px 40px; align-items: center; margin-top: 40px; }
.brands-grid a { display: grid; place-items: center; min-height: 60px; transition: transform .3s; }
.brands-grid a:hover { transform: translateY(-5px); }
.brands-grid img { width: auto; height: auto; max-width: 110px; max-height: 43px; object-fit: contain; filter: grayscale(1); opacity: .65; transition: filter .3s, opacity .3s; }
.brands-grid a:hover img { filter: none; opacity: 1; }
.amnesty-section { overflow: clip; position: relative; color: #f7f2e6; background: linear-gradient(#637598, #263952 170px, #17253a 600px, #202d43 90%, #41506b); padding-block: 55px 130px; }
.night-stars { position: absolute; inset: 0; opacity: .7; background-image: radial-gradient(circle at 10% 10%, #fff8 1px, transparent 2px), radial-gradient(circle at 70% 38%, #fff7 1px, transparent 2px), radial-gradient(circle at 45% 75%, #fff5 1px, transparent 2px); background-size: 293px 323px, 393px 231px, 451px 353px; }
.cloud-night-one { width: 660px; right: -350px; top: 105px; opacity: .05; }
.amnesty-heading { margin-bottom: 40px; }
.amnesty-heading h2 em { color: var(--peach); }
.development-label { font-size: 9px; letter-spacing: .1em; padding-bottom: 7px; white-space: nowrap; }
.development-label .status-dot { background: var(--peach); }
.amnesty-feature { position: relative; overflow: hidden; border-radius: 5px; min-height: 520px; background: #151b1d; isolation: isolate; }
.amnesty-backdrop { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 61% center; z-index: -2; }
.amnesty-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #0b151eeb, #0b151ea6 40%, #0b151e05 85%), linear-gradient(0deg, #0b151e70, transparent 60%); z-index: -1; }
.amnesty-feature-content { padding: 60px; max-width: 600px; }
.amnesty-feature-content > .eyebrow { font-size: 8px; color: #e4d4b6; }
#amnesty-title img { width: 370px; margin-block: 25px 24px; }
.amnesty-tagline { font-size: 28px; line-height: 1.15; letter-spacing: -.035em; }
.amnesty-description { max-width: 385px; color: #c1c7c8; font-size: 12px; line-height: 1.85; margin-block: 18px 25px; }
.button-peach { background: var(--peach); color: #1a2838; gap: 17px; }
.button-peach:hover { background: #ffc8a6; }
.button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.wishlist-note { display: block; margin-top: 12px; font-size: 9px; color: #c7c8c5; }
.amnesty-story { display: grid; grid-template-columns: 1fr 1.35fr; align-items: center; gap: 85px; margin-top: 80px; }
.story-copy h3 { font-weight: 400; letter-spacing: -.045em; font-size: 38px; line-height: 1.2; margin-block: 15px 22px; }
.story-copy h3 em { color: var(--peach); font-size: 1.2em; }
.story-copy > p:not(.eyebrow) { color: #b9c5d4; font-size: 12px; line-height: 1.9; max-width: 365px; }
.scene-switch { margin-top: 26px; display: flex; gap: 20px; flex-wrap: wrap; }
.scene-switch button { border: 0; border-bottom: 1px solid #ffffff24; background: transparent; color: #bcc8d7; padding: 12px 0; font-size: 10px; }
.scene-switch button[aria-pressed="true"] { color: var(--peach); border-color: var(--peach); }
.gameplay-preview video { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 4px; background: #142035; }
.gameplay-preview figcaption { display: flex; align-items: center; margin-top: 15px; color: #bcc8d7; font-size: 8px; letter-spacing: .08em; }
.gameplay-preview figcaption > span:last-child { margin-left: auto; font-size: 15px; }
.gameplay-preview .status-dot { background: var(--peach); }
.sunset-sky { overflow: clip; background: linear-gradient(#41506b 0, #b0aac3 120px, #ebdcd8 290px, #f5ede0 900px, #faf4e8 100%); }
.about-section { padding-block: 230px 110px; display: grid; grid-template-columns: 1fr 1.3fr; gap: 95px; align-items: center; }
.cloud-about { width: 610px; right: -360px; top: 350px; opacity: .45; }
.portrait-composition { position: relative; padding-inline: 35px; }
.portrait-frame { background: #fffef6; padding: 14px 14px 27px; rotate: -6deg; box-shadow: 0 8px 25px #39435917; }
.portrait-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.65); }
.portrait-caption { display: block; text-align: center; font-family: "Instrument Serif", Georgia, serif; font-style: italic; font-size: 23px; padding-top: 22px; }
.portrait-star { position: absolute; right: 0; top: -27px; font-size: 120px; color: #54729f; z-index: 1; rotate: 13deg; line-height: 1; }
.portrait-sticker { position: absolute; right: 0; bottom: -10px; background: #efb798; padding: 20px; rotate: 8deg; font-size: 11px; line-height: 1.6; border-radius: 1px; box-shadow: 0 4px 0 #d58f7833; }
.portrait-sticker span { margin-left: 20px; font-size: 18px; }
.about-copy h2 { margin-bottom: 25px; }
.about-copy h2 em { color: #6f6796; font-size: 1.14em; }
.about-copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.9; color: var(--muted); margin-top: 17px; max-width: 455px; }
.about-signoff { display: flex; gap: 20px; align-items: center; margin-top: 28px; }
.about-signoff .handwritten { font-size: 25px; }
.side-project { padding-block: 40px; border-block: 1px solid var(--line); display: flex; align-items: center; gap: 30px; }
.side-project-mark { color: #7e85a7; font-size: 65px; width: 80px; }
.side-project h2 { font-weight: 500; font-size: 29px; letter-spacing: -.04em; margin-top: 7px; }
.side-project h2 em { font-size: 1.16em; }
.side-project p:not(.eyebrow) { font-size: 11px; color: var(--muted); margin-top: 9px; }
.side-project > .button { margin-left: auto; white-space: nowrap; }
.contact-section { padding-block: 110px 100px; text-align: center; }
.contact-section h2 { font-size: clamp(70px, 8vw, 112px); line-height: .97; font-weight: 500; letter-spacing: -.065em; margin-block: 28px; }
.contact-section h2 em { color: var(--blue); font-size: 1.1em; }
.contact-section > p:not(.eyebrow) { font-size: 13px; line-height: 1.8; color: var(--muted); }
.contact-section > .button { margin-top: 30px; }
.contact-handle { display: block; font-size: 10px; color: var(--muted); margin-top: 11px; }
.contact-links { display: flex; justify-content: center; gap: 28px; font-size: 11px; margin-top: 37px; }
.contact-links button { background: none; border: 0; padding: 0; font-size: inherit; }
.contact-links span { margin-left: 6px; }
.site-footer { background: #faf4e8; display: flex; align-items: center; justify-content: space-between; padding: 25px max(56px, calc((100vw - 1240px)/2)); border-top: 1px solid var(--line); gap: 20px; }
.site-footer .wordmark { font-size: 25px; }
.site-footer > span { font-size: 10px; color: var(--muted); }
.site-footer > div { display: flex; gap: 25px; font-size: 10px; align-items: center; }
#motion-toggle { background: none; border: 1px solid var(--line); border-radius: 20px; padding: 9px 12px; font-size: 10px; }
.toast { position: fixed; bottom: 25px; left: 50%; translate: -50% 20px; opacity: 0; pointer-events: none; background: var(--ink); color: var(--paper); border-radius: 30px; padding: 15px 25px; font-size: 13px; z-index: 15; transition: opacity .2s, translate .2s; max-width: calc(100% - 30px); text-align: center; }
.toast.visible { opacity: 1; translate: -50% 0; }
.question-dialog { border: 1px solid #c5d2dd; padding: 38px; border-radius: 18px; background: var(--paper); color: var(--ink); width: min(480px, calc(100% - 24px)); max-height: 90dvh; }
.question-dialog::backdrop { background: #192f4b99; backdrop-filter: blur(8px); }
.question-dialog h2 { font-size: 28px; letter-spacing: -.04em; font-weight: 500; margin: 15px 0 28px; }
.dialog-close { position: absolute; top: 10px; right: 12px; background: transparent; border: none; font-size: 26px; width: 32px; height: 32px; }
.question-dialog label { display: block; font-size: 12px; margin-bottom: 8px; }
.question-dialog textarea { width: 100%; resize: vertical; min-height: 120px; border: 1px solid #b3c1d2; border-radius: 7px; padding: 13px; font-size: 14px; color: var(--ink); background: #f5f7f7; }
.form-note { font-size: 10px; line-height: 1.6; color: var(--muted); margin-block: 12px; }
#question-status { margin-block: 12px; font-size: 12px; }
.question-dialog button:disabled { opacity: .65; cursor: wait; }
.character-peek { position: fixed; right: 35px; bottom: 0; z-index: 8; width: 180px; height: 145px; transform: translateY(110%); transition: transform .85s cubic-bezier(.2, .75, .25, 1); pointer-events: none; }
.character-peek.is-peeking { transform: translateY(0); }
.peek-frame { display: block; position: relative; overflow: hidden; width: 180px; height: 145px; }
.peek-frame img { max-width: none; width: 240px; height: 260px; position: absolute; left: -30px; top: -52px; filter: drop-shadow(0 3px 5px #1a30452e); transform-origin: 50% 92%; }
.is-peeking .peek-frame img { animation: peek-idle 6.4s ease-in-out infinite; }
@keyframes peek-idle {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  27% { transform: translateY(-4px) rotate(1.3deg); }
  58% { transform: translateY(-1px) rotate(.4deg); }
  80% { transform: translateY(-3px) rotate(-1.6deg); }
}
.peek-link { display: block; pointer-events: auto; border-radius: 90px 90px 0 0; }
.peek-dismiss { position: absolute; right: 0; top: 2px; z-index: 2; width: 28px; height: 28px; border-radius: 50%; border: 1px solid #52678c55; background: #fffdf6e6; display: grid; place-items: center; pointer-events: auto; }
.peek-dismiss .icon { width: 14px; height: 14px; }
@media (max-width: 760px) {
  .character-peek { right: 8px; width: 180px; height: 190px; }
  .peek-frame { width: 180px; height: 190px; }
  .peek-frame img { width: 280px; height: 303px; left: -50px; top: -58px; }
  .peek-dismiss { width: 32px; height: 32px; right: 0; top: 2px; }
}
.reveal-pending { opacity: 0; transform: translateY(28px); }
[data-reveal] { transition: opacity .8s var(--ease), transform .8s var(--ease); }
.is-visible { opacity: 1; transform: none; }
.game-card:nth-child(3n+2) { transition-delay: 80ms; }
.game-card:nth-child(3n+3) { transition-delay: 150ms; }
@keyframes drift { 0%, 100% { transform: translateY(0) rotate(-.5deg); } 50% { transform: translateY(-16px) rotate(.5deg); } }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .game-card:hover .game-float { transform: translateY(-12px); }
  .game-card:hover::after { transform: scaleX(.85); }
}
html.motion-paused *, html.motion-paused *::before, html.motion-paused *::after { animation-play-state: paused !important; scroll-behavior: auto !important; }
html.motion-paused .reveal-pending { opacity: 1; transform: none; }
html.motion-paused .game-float, html.motion-paused .world-art, html.motion-paused .sky-cloud { transform: none !important; }
html.motion-paused .button:hover, html.motion-paused .brands-grid a:hover { transform: none; }
@media (min-width: 1600px) { .hero { min-height: 810px; } }
@media (max-width: 1100px) {
  .section-shell { width: calc(100% - 72px); }
  .site-header { padding-inline: 36px; }
  .hero { min-height: 670px; }
  .hero h1 { font-size: 69px; }
  .hero h1 em { white-space: normal; }
  .hero-description { font-size: 13px; max-width: 330px; }
  .hero-footnote { font-size: 16px; }
  .world-scene { width: 126%; margin-left: -14%; }
  .world-note { font-size: 20px; }
  .note-bottom { display: none; }
  .play-hint { font-size: 17px; }
  .games-grid { gap: 42px 25px; }
  .game-info { padding-inline: 10px; }
  .game-info h3 { font-size: 18px; }
  .game-description { min-height: 60px; }
  .reach { grid-template-columns: 1fr 1.8fr; gap: 20px; }
  .reach-stats { gap: 15px; }
  .amnesty-story { gap: 45px; }
  .about-section { gap: 45px; }
  .portrait-composition { padding-inline: 15px; }
  .portrait-caption { font-size: 20px; }
  .site-footer { padding-inline: 36px; }
  .site-footer > span { max-width: 170px; line-height: 1.8; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 30px; }
  .section-shell { width: calc(100% - 40px); }
  .site-header { height: 82px; padding-inline: 20px; gap: 15px; }
  .site-header .wordmark { font-size: 26px; }
  .site-header .wordmark img { width: 28px; }
  .site-header nav { gap: 18px; font-size: 11px; }
  .site-header nav a:nth-child(2) { display: none; }
  .header-wishlist { display: none; }
  .hero { display: block; padding-block: 35px 90px; }
  .hero-copy { padding: 0; }
  .hero .eyebrow { font-size: 8px; }
  .hero h1 { font-size: clamp(53px, 9.5vw, 72px); margin-top: 23px; letter-spacing: -.065em; }
  .hero h1 em { white-space: nowrap; }
  .hero-description { max-width: 420px; font-size: 12px; line-height: 1.9; margin-top: 24px; }
  .hero-actions { gap: 16px; margin-top: 23px; flex-wrap: wrap; }
  .button { min-height: 48px; padding: 13px 21px; font-size: 12px; }
  .text-link { font-size: 12px; }
  .hero-footnote { margin-top: 18px; }
  .hero-footnote .handwritten { font-size: 20px; }
  .world-scene { margin: -10px auto -20px; width: min(580px, 118%); left: -9%; }
  .world-note.note-top { top: 23%; font-size: 20px; }
  .world-button { font-size: 10px; bottom: 6%; left: 17%; }
  .hero-bottom { font-size: 7px; padding-bottom: 20px; bottom: 20px; align-items: center; gap: 12px; }
  .hero-bottom > span { max-width: 140px; line-height: 1.8; }
  .hero-bottom a span { margin-left: 12px; }
  .cloud-hero-one { width: 400px; left: -290px; top: 18%; opacity: .45; }
  .cloud-hero-two { right: -320px; top: 29%; }
  .reach { grid-template-columns: 1fr; gap: 27px; padding-block: 35px 70px; }
  .reach-intro h2 { font-size: 24px; }
  .reach-intro h2 br { display: none; }
  .reach-stats { justify-content: space-between; }
  .reach-stat > span { font-size: clamp(30px, 7.9vw, 48px); }
  .reach-stat p { font-size: 9px; line-height: 1.5; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 25px; }
  .section-heading h2, .about-copy h2 { font-size: 42px; }
  .section-heading > p { font-size: 11px; }
  .work-section { padding-top: 10px; }
  .work-toolbar { flex-direction: column; align-items: flex-start; gap: 17px; margin-bottom: 35px; }
  .game-filters { width: 100%; gap: 0; flex-wrap: wrap; }
  .game-filters button { padding: 9px 11px; font-size: 10px; }
  .game-filters .icon { width: 13px; height: 13px; margin-right: 3px; }
  .play-hint { align-self: flex-end; font-size: 17px; }
  .play-hint > span { font-size: 23px; }
  .games-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 18px; }
  .game-card:nth-child(3n+2) { margin-top: 0; }
  .game-card:nth-child(even) { margin-top: 24px; }
  .game-card:nth-child(3n+1) .game-float, .game-card:nth-child(3n+3) .game-float { rotate: 0deg; }
  .game-float { border-radius: 15px; padding: 6px; }
  .game-art-link { aspect-ratio: 1; border-radius: 10px; }
  .game-platform { top: 7px; left: 7px; font-size: 7px; padding: 5px 7px; }
  .game-platform span { margin-left: 4px; }
  .game-players { bottom: 7px; right: 7px; font-size: 8px; padding: 5px 7px; }
  .game-info { padding: 16px 8px 7px; }
  .game-info h3 { font-size: 17px; }
  .game-role { font-size: 7px; }
  .game-description { font-size: 10px; min-height: 70px; line-height: 1.7; }
  .game-bottom { margin-top: 10px; font-size: 9px; }
  .bounce-button { width: 32px; height: 32px; }
  .game-card::after { margin-top: 18px; height: 9px; }
  .brands-section { padding-block: 70px 100px; }
  .brands-grid { grid-template-columns: repeat(4, 1fr); gap: 22px; }
  .brands-grid img { max-width: 65px; max-height: 32px; }
  .brands-intro { font-size: 11px; }
  .amnesty-section { padding-block: 45px 90px; }
  .amnesty-heading { gap: 25px; }
  .development-label { font-size: 8px; }
  .amnesty-feature { min-height: 540px; }
  .amnesty-feature-content { padding: 36px 25px; }
  .amnesty-feature::after { background: linear-gradient(0deg, #0b151ef5, #0b151ed1 40%, #0b151e6b); }
  .amnesty-backdrop { object-position: 69% center; }
  #amnesty-title img { width: min(310px, 95%); }
  .amnesty-tagline { font-size: 30px; }
  .amnesty-description { font-size: 12px; }
  .amnesty-story { grid-template-columns: 1fr; gap: 35px; margin-top: 50px; }
  .story-copy h3 { font-size: 34px; }
  .story-copy > p:not(.eyebrow) { max-width: 480px; }
  .about-section { padding-block: 190px 65px; grid-template-columns: 1fr; gap: 75px; }
  .portrait-composition { max-width: 335px; margin-inline: auto; width: 85%; }
  .about-copy h2 { font-size: 47px; }
  .about-copy > p:not(.eyebrow) { max-width: 100%; }
  .about-signoff .handwritten { font-size: 23px; }
  .side-project { flex-wrap: wrap; gap: 15px; padding-block: 30px; }
  .side-project-mark { display: none; }
  .side-project h2 { font-size: 29px; }
  .side-project > .button { margin: 7px 0 0; }
  .contact-section { padding-block: 75px 70px; }
  .contact-section h2 { font-size: 75px; }
  .contact-links { gap: 22px; font-size: 10px; }
  .site-footer { padding: 25px 20px; flex-wrap: wrap; }
  .site-footer > span { margin-left: auto; text-align: right; font-size: 9px; }
  .site-footer > div { width: 100%; justify-content: space-between; }
  .question-dialog { padding: 30px 20px; }
}
@media (max-width: 380px) {
  .hero h1 { font-size: 51px; }
  .hero h1 em { font-size: 1.02em; }
  .hero-actions { gap: 15px; }
  .button { padding-inline: 17px; }
  .games-grid { grid-template-columns: 1fr; padding-inline: 15px; }
  .game-card:nth-child(even) { margin-top: 0; }
  .game-description { min-height: 0; }
  .game-info h3 { font-size: 21px; }
  .game-art-link { aspect-ratio: 1.3; }
  .contact-links { gap: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal-pending { opacity: 1; transform: none; }
  .sky-cloud, .world-art { transform: none !important; }
}
