:root {
  --ink: #13110f;
  --paper: #f2efe7;
  --cream: #fbf8ef;
  --yellow: #ffd536;
  --orange: #f47b20;
  --red: #d72719;
  --muted: #6f6a61;
  --line: rgba(19, 17, 15, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.siteHeader {
  position: sticky; top: 0; z-index: 30; height: 78px; padding: 0 clamp(20px, 5vw, 72px);
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(242, 239, 231, 0.93); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -0.03em; width: max-content; }
.brand img { width: 48px; height: 48px; object-fit: contain; image-rendering: pixelated; }
.headerActions { display: flex; align-items: center; gap: 14px; }
.languageSwitch { display: flex; border: 1px solid var(--ink); border-radius: 999px; padding: 3px; }
.languageSwitch button { border: 0; background: transparent; padding: 7px 10px; border-radius: 999px; color: var(--ink); font-size: 11px; font-weight: 900; cursor: pointer; }
.languageSwitch button.active { color: var(--cream); background: var(--ink); }
.menuButton { width: 52px; height: 46px; padding: 12px; border: 1px solid var(--ink); border-radius: 50%; background: var(--ink); display: flex; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; }
.menuButton span { width: 100%; height: 2px; background: var(--cream); transition: transform .2s ease; }
.menuButton span:nth-child(2) { width: 70%; align-self: flex-end; }
.menuButton:hover span:nth-child(2) { width: 100%; }
.menuBackdrop { position: fixed; inset: 0; z-index: 48; background: rgba(19,17,15,.55); opacity: 0; transition: opacity .3s ease; backdrop-filter: blur(4px); }
.menuBackdrop.open { opacity: 1; }
.siteMenu { position: fixed; z-index: 49; top: 0; right: 0; width: min(520px, 92vw); height: 100dvh; background: var(--yellow); padding: 30px clamp(24px, 4vw, 52px); transform: translateX(104%); transition: transform .35s cubic-bezier(.65,0,.35,1); display: flex; flex-direction: column; }
.siteMenu.open { transform: translateX(0); }
.menuTop { display: flex; justify-content: space-between; align-items: center; padding-bottom: 34px; border-bottom: 1px solid var(--ink); }
.menuTop p { margin: 0; font-size: 13px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.menuClose { border: 1px solid var(--ink); width: 44px; height: 44px; border-radius: 50%; background: transparent; font-size: 28px; cursor: pointer; }
.siteMenu nav { display: flex; flex-direction: column; margin-top: 26px; }
.siteMenu nav a { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 10px; padding: 19px 0; border-bottom: 1px solid rgba(19,17,15,.3); }
.siteMenu nav small { font-size: 10px; opacity: .55; }
.siteMenu nav span { font-size: clamp(32px, 5vw, 55px); line-height: 1; font-weight: 950; letter-spacing: -.055em; text-transform: uppercase; }
.siteMenu nav b { font-size: 22px; }
.menuSocial { margin-top: auto; display: flex; flex-wrap: wrap; gap: 10px 20px; padding-top: 24px; border-top: 1px solid var(--ink); font-size: 12px; font-weight: 900; text-transform: uppercase; }
body.menuOpen { overflow: hidden; }

.hero { min-height: calc(100vh - 78px); position: relative; overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 104px); border-bottom: 1px solid var(--line); }
.heroGlow { position: absolute; width: 520px; height: 520px; left: -250px; top: 14%; background: var(--yellow); border-radius: 50%; filter: blur(110px); opacity: .25; }
.heroCopy { position: relative; z-index: 2; max-width: 780px; }
.eyebrow, .kicker { margin: 0 0 18px; font-size: 12px; line-height: 1; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); }
h1 { margin: 0; font-size: clamp(58px, 8.4vw, 132px); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; font-weight: 950; }
h1 span { display: block; }
.heroIntro { max-width: 610px; margin: 34px 0 0; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.48; color: #4b4741; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; padding: 0 22px; border-radius: 3px; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 10px 0 rgba(19,17,15,.12); }
.button.primary { background: var(--ink); color: var(--cream); }
.button.secondary { border: 1px solid var(--ink); }
.button.red { background: var(--red); color: white; }
.heroMark { justify-self: end; position: relative; width: min(38vw, 520px); aspect-ratio: 1; display: grid; place-items: center; }
.duckDisc { position: relative; z-index: 2; width: 66%; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); display: grid; place-items: center; box-shadow: 0 32px 80px rgba(244,123,32,.3); }
.duckDisc img { width: 82%; height: 82%; object-fit: contain; image-rendering: pixelated; }
.orbit { position: absolute; inset: 2%; border: 1px solid var(--ink); border-radius: 50%; opacity: .4; }
.orbit::before { content: ""; position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--orange); top: 17%; right: 12%; }
.orbitTwo { inset: 15%; border-style: dashed; animation: spin 25s linear infinite; }
.orbitTwo::before { background: var(--ink); top: auto; right: auto; left: -5px; bottom: 42%; }
.heroMark > p { position: absolute; right: -3%; bottom: 3%; margin: 0; font-weight: 950; font-size: clamp(18px, 2.4vw, 32px); line-height: .9; transform: rotate(-8deg); }
@keyframes spin { to { transform: rotate(360deg); } }

.gamesIndex { padding: 92px clamp(24px, 7vw, 104px); background: var(--cream); border-bottom: 1px solid var(--line); }
.gamesIndexHeading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 50px; margin-bottom: 42px; }
.gamesIndexHeading h2 { margin: 0; font-size: clamp(50px, 7vw, 104px); line-height: .9; letter-spacing: -.07em; text-transform: uppercase; }
.gamesIndexHeading p { margin: 0; max-width: 500px; font-size: 18px; line-height: 1.55; color: var(--muted); }
.gameIndexCard { display: grid; grid-template-columns: 220px 1fr auto; gap: 28px; align-items: center; background: var(--ink); color: white; padding: 14px 20px 14px 14px; }
.gameIndexThumb { position: relative; height: 140px; overflow: hidden; background: #220503; }
.gameIndexThumb img { width: 100%; height: 100%; object-fit: cover; }
.gameIndexInfo > p { margin: 0 0 10px; color: #ff6e60; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.gameIndexInfo h3 { margin: 0 0 15px; font: 700 clamp(26px, 3vw, 42px)/1 Georgia, serif; }
.gameIndexInfo div { display: flex; gap: 12px; color: #bdb3af; font-size: 11px; text-transform: uppercase; }
.gameIndexInfo div span + span::before { content: "·"; margin-right: 12px; }
.jumpButton { width: 112px; height: 112px; border-radius: 50%; background: var(--yellow); color: var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; text-align: center; font-size: 11px; font-weight: 950; text-transform: uppercase; transition: transform .25s ease; }
.jumpButton:hover { transform: rotate(-6deg) scale(1.06); }
.jumpButton b { font-size: 24px; }
.gameSection { padding: 92px clamp(24px, 7vw, 104px) 110px; background: var(--cream); scroll-margin-top: 70px; }
.sectionLabel { display: flex; align-items: center; gap: 15px; margin-bottom: 42px; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.sectionLabel span { display: grid; place-items: center; width: 34px; height: 34px; background: var(--ink); color: white; border-radius: 50%; }
.sectionLabel p { margin: 0; }
.gameFeature { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); min-height: 650px; background: #120402; color: white; }
.gameArt { position: relative; overflow: hidden; min-height: 560px; }
.gameArt::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 58%, #120402 100%); }
.gameArt > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.developmentBadge { position: absolute; z-index: 2; left: 24px; top: 24px; padding: 9px 12px; background: var(--red); color: white; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.gameCopy { align-self: center; padding: clamp(38px, 5vw, 80px); position: relative; z-index: 2; }
.gameCopy .kicker { color: #ff594c; }
.gameCopy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5.4vw, 80px); line-height: .98; letter-spacing: -.05em; }
.gameDescription { font-size: 18px; line-height: 1.55; color: #d7c9c7; margin: 28px 0; max-width: 560px; }
.gameMeta { border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 18px 0; gap: 14px; }
.gameMeta div { display: flex; flex-direction: column; gap: 7px; }
.gameMeta dt { color: #9e8e8a; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.gameMeta dd { margin: 0; font-size: 13px; font-weight: 800; }
.textLink { display: inline-flex; gap: 12px; align-items: center; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; border-bottom: 1px solid rgba(255,255,255,.4); padding: 14px 0; }

.gallerySection { padding: 110px clamp(24px, 7vw, 104px); background: #181512; color: white; }
.galleryHeading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 50px; margin-bottom: 50px; }
.galleryHeading h2, .aboutGrid h2, .contactCopy h2 { margin: 0; font-size: clamp(46px, 6vw, 88px); line-height: .95; letter-spacing: -.06em; }
.galleryHeading > p { max-width: 540px; color: #bdb5ab; line-height: 1.6; font-size: 17px; }
.galleryGrid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 300px 260px 260px; gap: 14px; }
.shot { margin: 0; position: relative; overflow: hidden; background: #2a211e; }
.shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.shot:hover img { transform: scale(1.035); }
.shot1 { grid-row: 1 / 3; }
.shot2 { grid-row: 1; }
.shot3, .shot4, .shot5 { min-height: 240px; }
.shot5 { grid-column: 1 / 3; }

.aboutSection { padding: 110px clamp(24px, 7vw, 104px); background: var(--yellow); }
.sectionLabel.light span { background: var(--cream); color: var(--ink); }
.aboutGrid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 150px); }
.aboutGrid .eyebrow { color: var(--ink); }
.aboutText { margin: 0; font-size: clamp(20px, 2.2vw, 31px); line-height: 1.38; letter-spacing: -.025em; }
.aboutGrid ul { list-style: none; padding: 0; margin: 48px 0 0; border-top: 1px solid var(--ink); }
.aboutGrid li { border-bottom: 1px solid var(--ink); padding: 18px 0; display: flex; gap: 24px; font-size: 16px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.aboutGrid li span { font-size: 11px; opacity: .55; }

.contactSection { padding: 110px clamp(24px, 7vw, 104px); display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(60px, 10vw, 160px); background: var(--orange); }
.contactCopy .eyebrow { color: var(--ink); }
.contactCopy > p:not(.eyebrow) { max-width: 620px; font-size: 18px; line-height: 1.6; }
.emailLink { margin-top: 28px; padding: 20px 0; display: flex; justify-content: space-between; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); max-width: 700px; font-size: clamp(17px, 2vw, 25px); font-weight: 900; }
.socialBlock { align-self: end; display: flex; flex-direction: column; }
.socialBlock p { font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; margin: 0 0 16px; }
.socialBlock a { padding: 14px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(19,17,15,.45); font-weight: 800; }
.socialBlock a:last-child { border-bottom: 1px solid rgba(19,17,15,.45); }

footer { padding: 30px clamp(24px, 7vw, 104px); min-height: 120px; background: var(--ink); color: var(--cream); display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; font-size: 11px; color: #bcb6ac; }
.footerBrand { display: flex; align-items: center; gap: 12px; color: white; font-size: 14px; }
.footerBrand img { image-rendering: pixelated; }
.footerLegal { justify-self: end; display: flex; gap: 24px; }
.footerLegal span { cursor: help; border-bottom: 1px dotted #777; }
.footerNav { display: flex; gap: 18px; font-weight: 800; text-transform: uppercase; }
.innerMain { padding-top: 78px; }
.pageHero { min-height: 500px; padding: 110px clamp(24px,7vw,104px) 80px; background: var(--yellow); display: flex; flex-direction: column; justify-content: end; }
.pageHero h1 { max-width: 1050px; }
.pageHero > p:last-child { max-width: 570px; margin: 30px 0 0; font-size: 19px; line-height: 1.55; }
.gamesIndex.standalone { padding-top: 80px; }
.gameIndexInfo h2 { margin: 0 0 15px; font: 700 clamp(26px,3vw,42px)/1 Georgia,serif; }
.indexDescription { max-width: 680px; margin: 18px 0 0; color: #c9c0bb; line-height: 1.5; }
.comingSoon { padding: 100px clamp(24px,7vw,104px); display: grid; grid-template-columns: 80px 1fr 1fr; gap: 40px; align-items: start; background: var(--paper); }
.comingSoon > span { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-weight: 900; }
.comingSoon h2 { margin: 0; font-size: clamp(36px,5vw,70px); line-height: .95; letter-spacing: -.05em; }
.comingSoon p { margin: 0; max-width: 520px; line-height: 1.6; font-size: 18px; }
.standaloneGame { padding-top: 70px; }
.gameCopy h1 { margin: 0; font-family: Georgia,serif; font-size: clamp(42px,5.4vw,80px); line-height: .98; letter-spacing: -.05em; text-transform: none; }
.pageLinks { display: grid; grid-template-columns: repeat(3,1fr); background: var(--ink); color: white; }
.pageLinks a { min-height: 220px; padding: 34px; border-right: 1px solid #49433d; display: grid; grid-template-columns: 1fr auto; align-content: space-between; transition: background .2s,color .2s; }
.pageLinks a:hover { background: var(--yellow); color: var(--ink); }
.pageLinks small { grid-column: 1/3; opacity: .55; }
.pageLinks strong { font-size: clamp(28px,4vw,54px); letter-spacing: -.05em; text-transform: uppercase; }
.pageLinks span { font-size: 28px; }
.contactPage { min-height: calc(100vh - 78px); padding: 110px clamp(24px,7vw,104px); background: var(--orange); display: grid; grid-template-columns: 1fr 1fr; gap: 60px 100px; align-content: center; }
.contactPage h1 { max-width: 900px; }
.contactPage > div > p:last-child { max-width: 650px; font-size: 19px; line-height: 1.6; }
.bigEmail { grid-column: 1/3; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); padding: 26px 0; display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 20px; }
.bigEmail small { font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.bigEmail strong { font-size: clamp(20px,3vw,42px); overflow-wrap: anywhere; }
.bigEmail span { font-size: 34px; }
.contactNote { grid-column: 2; max-width: 500px; line-height: 1.55; }
.socialPage { min-height: calc(100vh - 78px); background: var(--paper); }
.socialDirectory { padding: 60px clamp(24px,7vw,104px) 110px; display: grid; grid-template-columns: repeat(2,1fr); }
.socialDirectory a { min-height: 220px; padding: 28px; border: 1px solid var(--ink); margin: -1px 0 0 -1px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; transition: background .2s,color .2s; }
.socialDirectory a:hover { background: var(--ink); color: white; }
.socialDirectory small { grid-column: 1/3; text-transform: uppercase; letter-spacing: .1em; opacity: .6; }
.socialDirectory strong { font-size: clamp(34px,5vw,68px); letter-spacing: -.05em; }
.socialDirectory span { font-size: 30px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 70px; }
  .heroMark { justify-self: center; width: min(76vw, 480px); }
  .gameFeature { grid-template-columns: 1fr; }
  .gameArt::after { background: linear-gradient(0deg, #120402 0%, transparent 40%); }
  .gamesIndexHeading, .galleryHeading, .aboutGrid, .contactSection { grid-template-columns: 1fr; }
  .gameIndexCard { grid-template-columns: 150px 1fr; }
  .jumpButton { grid-column: 1 / 3; width: 100%; height: 52px; border-radius: 2px; flex-direction: row; }
  .galleryGrid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 280px); }
  .shot, .shot1, .shot2, .shot5 { grid-column: auto; grid-row: auto; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footerBrand, .footerLegal, .footerNav { justify-self: center; }
  .comingSoon { grid-template-columns: 1fr; }
  .pageLinks { grid-template-columns: 1fr; }
  .pageLinks a { border-right: 0; border-bottom: 1px solid #49433d; }
  .contactPage { grid-template-columns: 1fr; }
  .bigEmail, .contactNote { grid-column: 1; }
  .bigEmail { grid-template-columns: 1fr auto; }
  .bigEmail small { grid-column: 1/3; }
}

@media (max-width: 560px) {
  .siteHeader { height: 68px; padding-inline: 14px; }
  .brand span { display: none; }
  .brand img { width: 44px; height: 44px; }
  .headerActions { gap: 8px; }
  .menuButton { width: 46px; height: 42px; }
  .hero { min-height: auto; padding-top: 74px; }
  h1 { font-size: clamp(48px, 17vw, 74px); }
  .button { width: 100%; }
  .gameSection, .gallerySection, .aboutSection, .contactSection { padding-block: 76px; }
  .gamesIndex { padding-block: 76px; }
  .gameIndexCard { grid-template-columns: 1fr; padding: 12px; }
  .gameIndexThumb { height: 210px; }
  .jumpButton { grid-column: auto; }
  .gameArt { min-height: 430px; }
  .gameCopy { padding: 30px 22px 48px; }
  .gameMeta { grid-template-columns: 1fr; }
  .galleryGrid { grid-template-rows: repeat(5, 210px); }
  .emailLink { font-size: 15px; overflow-wrap: anywhere; }
  .socialDirectory { grid-template-columns: 1fr; }
  .pageHero { min-height: 420px; }
}

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