@font-face { font-family: 'Bowlby'; src: url('/assets/bowlby-one-sc-latin.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Barlow Condensed'; src: url('/assets/barlow-condensed-latin.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
:root { color-scheme: dark; --coal: #101011; --deep: #151516; --paper: #eee7dc; --red: #f04438; --ink: #211d1c; --muted: #b5aeaa; --display: 'Bowlby', 'Arial Black', sans-serif; --label: 'Barlow Condensed', 'Arial Narrow', sans-serif; background: var(--coal); color: var(--paper); font-family: Arial, Helvetica, sans-serif; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: url('/assets/print-grain.svg'), var(--coal); }
a { text-decoration: none; color: inherit; touch-action: manipulation; }
a:focus-visible { outline: 2px solid var(--red); outline-offset: 7px; }
button:focus-visible { outline: 2px solid var(--paper); outline-offset: 7px; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; }
::selection { color: var(--coal); background: var(--red); }
.wrap { width: min(100% - 8rem, 1280px); margin-inline: auto; }
.skip-link { position: fixed; top: -6rem; left: 1rem; z-index: 100; padding: 1rem; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 1rem; }
.site-header { position: absolute; z-index: 5; inset: 0 0 auto; min-height: 112px; display: flex; align-items: center; gap: 2rem; border-bottom: 1px solid #eee7dc38; }
.wordmark { display: inline-block; font-family: var(--display); font-size: 2rem; line-height: 1; letter-spacing: -.07em; transform: skew(-7deg, -4deg); white-space: nowrap; }
.wordmark > span { color: var(--red); }
.wordmark .logo-dot { color: var(--paper); }
.header-caption { color: #beb8b1; font-family: var(--label); font-size: .875rem; letter-spacing: .08em; line-height: 1.35; padding-left: 1.8rem; border-left: 1px solid #eee7dc38; }
nav { display: flex; align-items: center; gap: 2.4rem; margin-left: auto; font-size: .875rem; font-weight: 600; }
nav a { display: inline-flex; align-items: center; gap: .6rem; padding-block: 1rem; transition: color .2s; }
nav a:hover { color: var(--red); }
nav a span { font-size: 1.2rem; color: var(--red); }
.hero { position: relative; isolation: isolate; background: var(--coal); }
.hero-scene { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, #101011d9, #1010114d 44%, transparent 72%), linear-gradient(0deg, #151516e6, transparent 23%); }
.hero-inner { min-height: 760px; display: flex; flex-direction: column; justify-content: center; padding-block: 175px 100px; }
.hero-copy { max-width: 635px; }
.eyebrow { display: flex; align-items: center; gap: .75rem; font-family: var(--label); font-size: .875rem; font-weight: 700; letter-spacing: .14em; line-height: 1.4; }
.slanted { transform: skew(-5deg, -3deg); transform-origin: left center; }
h1 { font-size: clamp(4rem, 7.2vw, 7.2rem); line-height: 1.02; letter-spacing: -.045em; margin: 2.2rem 0 2rem .9rem; }
h1 > span { display: block; }
h1 .last-line { color: var(--paper); font-size: .6em; letter-spacing: -.035em; margin-top: .2em; }
.hero-description { max-width: 370px; color: #d2cdc6; font-size: 1rem; line-height: 1.8; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2.5rem; margin: 1.8rem 0 0 .35rem; padding: 1rem 1.35rem; transform: skewX(-8deg); background: var(--red); color: var(--coal); box-shadow: 5px 5px 0 var(--paper); font-family: var(--label); font-size: 1.15rem; font-weight: 700; letter-spacing: .04em; transition: background .2s, box-shadow .2s, translate .2s; }
.button > span { transform: skewX(8deg); }
.button-arrow { font-family: Arial, sans-serif; font-size: 1.5rem; }
.button:hover { background: #ff685b; box-shadow: 2px 2px 0 var(--paper); translate: 2px 2px; }
.section { padding-block: 6.4rem; }
.games-section { background: url('/assets/print-grain.svg'), var(--deep); border-top: 1px solid #eee7dc26; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 3rem; margin-bottom: 3.8rem; }
h2 { font-size: clamp(2rem, 3.55vw, 3.5rem); line-height: 1.16; letter-spacing: -.045em; }
.section-heading h2 { margin-left: .3rem; }
.accent { color: var(--red); }
.section-heading > p { color: var(--muted); line-height: 1.7; font-size: 1rem; flex-shrink: 0; padding-bottom: .75rem; }
.game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.2rem; padding-inline: .4rem; }
.game-card { position: relative; background: url('/assets/print-grain.svg'), var(--paper); color: var(--ink); padding: 1.5rem 1.8rem; border: 1px solid #fcf4d86e; box-shadow: 7px 9px 0 #09090a7d; }
.card-one { transform: rotate(-1deg); color: var(--paper); background: url('/assets/print-grain.svg'), linear-gradient(140deg, #3b1b1c, #171416 75%); border-color: #75413b; }
.card-two { transform: rotate(1deg); background-color: var(--paper); }
.card-one .card-meta { border-color: #eee7dc3d; }
.card-one .card-number { -webkit-text-stroke-color: #f0443866; }
.card-one .card-bottom > p { color: #c7beba; }
.card-one .accent { color: var(--red); }
.card-one .development > i { background: var(--red); }
.card-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #211d1c57; font-family: var(--label); font-size: .875rem; font-weight: 700; letter-spacing: .08em; }
.card-meta > span:last-child { font-size: .75rem; letter-spacing: .05em; }
.project-title { position: relative; padding-block: 2rem 2.4rem; }
.project-title > p { position: relative; z-index: 1; font-family: var(--label); font-size: .875rem; letter-spacing: .12em; margin-bottom: .8rem; }
h3 { position: relative; z-index: 1; font-size: clamp(2.5rem, 4.7vw, 4.7rem); line-height: 1.02; letter-spacing: -.05em; transform: skew(-6deg, -3deg); transform-origin: left center; margin-left: .3rem; }
.game-card .accent { color: #b74833; }
.card-number { position: absolute; bottom: 1.75rem; right: 0; font-family: var(--label); font-size: clamp(7rem, 11vw, 11rem); line-height: 1; font-weight: 700; -webkit-text-stroke: 1px #211d1c47; color: transparent; transform: rotate(8deg); }
.coming-soon { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding: .8rem 1rem; background: var(--red); color: var(--coal); font-family: var(--label); font-size: 1.35rem; font-weight: 700; letter-spacing: .1em; transform: skewX(-7deg); margin-inline: .2rem; }
.coming-soon > span { font-family: Arial, sans-serif; font-size: 1.7rem; line-height: 1; }
.card-two .coming-soon { background: var(--ink); color: var(--paper); }
.card-bottom { display: flex; flex-direction: column; gap: 1.25rem; padding-top: 1.3rem; }
.card-bottom > p { font-size: 1rem; line-height: 1.6; color: #45403b; }
.development { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--label); font-size: .875rem; letter-spacing: .08em; font-weight: 700; }
.development > i { width: 7px; height: 7px; border-radius: 50%; background: #b34833; }
.contact-section { border-top: 1px solid #eee7dc26; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.3fr; gap: 5rem; align-items: start; }
.contact-copy { padding-top: .6rem; }
.contact-copy h2 { margin-left: .3rem; }
.contact-copy > p { max-width: 310px; margin-top: 1.8rem; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.contact-form { min-width: 0; padding: 2rem; border: 1px solid #eee7dc26; background: url('/assets/print-grain.svg'), var(--deep); }
.contact-form fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-field { min-width: 0; margin-bottom: 1.5rem; }
.form-field label { display: block; margin-bottom: .65rem; font-family: var(--label); font-size: 1rem; letter-spacing: .06em; }
.form-field input, .form-field textarea { display: block; width: 100%; max-width: 100%; border: 1px solid #eee7dc38; border-radius: 0; padding: .9rem 1rem; background: var(--coal); color: var(--paper); font: 1rem/1.5 Arial, Helvetica, sans-serif; }
.form-field textarea { resize: vertical; min-height: 150px; }
.form-field input:focus-visible, .form-field textarea:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; }
.form-field input:user-invalid, .form-field textarea:user-invalid { border-color: var(--red); }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.contact-form .button { border: 0; cursor: pointer; margin-top: 0; flex-shrink: 0; touch-action: manipulation; }
.contact-form fieldset:disabled { opacity: .65; }
.contact-form fieldset:disabled .button { cursor: wait; translate: none; }
.form-note { flex: 1 1 160px; color: var(--muted); font-size: .75rem; line-height: 1.6; }
.form-status { margin-top: 1.8rem; padding: 1rem; border-left: 3px solid var(--paper); background: #eee7dc0a; font-size: .95rem; line-height: 1.7; }
.form-status[data-state='error'] { border-color: var(--red); }
.form-status:focus-visible { outline: 2px solid var(--paper); outline-offset: 3px; }
.site-footer { display: flex; align-items: center; gap: 1.5rem; min-height: 104px; padding-block: 1.5rem; border-top: 1px solid #eee7dc38; }
.site-footer > p { color: var(--muted); font-size: .75rem; line-height: 1.6; }
.back-top { display: inline-flex; align-items: center; gap: 1rem; min-height: 44px; margin-left: auto; font-family: var(--label); font-size: .875rem; font-weight: 700; letter-spacing: .08em; }
.back-top > span { font-family: Arial, sans-serif; font-size: 1.5rem; color: var(--red); }
.back-top:hover { color: var(--red); }
.error-page { min-height: 100svh; display: grid; align-content: center; justify-items: start; gap: 2rem; padding-block: 5rem; }
.error-page h1 { font-size: clamp(2rem, 6vw, 5rem); }
.error-page p { font-size: 1rem; line-height: 1.7; }
.error-page .button { margin-top: 0; }
@media (min-width: 1600px) { .hero-inner { min-height: 860px; padding-top: 190px; } }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 5rem); }
  .header-caption { display: none; }
  .hero-inner { min-height: 740px; padding-top: 170px; }
  .hero-scene { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, #101011ed, #10101173 55%, #10101118), linear-gradient(0deg, #151516e6, transparent 25%); }
  h1 { font-size: clamp(4rem, 8.6vw, 6rem); }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 2rem; }
  h2 { font-size: clamp(2rem, 4.4vw, 3rem); }
  .game-grid { gap: 2rem; }
  .game-card { padding: 1.2rem; }
  .card-meta { gap: .5rem; }
  .card-meta > span:last-child { max-width: 80px; text-align: right; }
  .contact-layout { grid-template-columns: .85fr 1.3fr; gap: 2.5rem; }
  .contact-form { padding: 1.5rem; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 3rem); }
  .site-header { min-height: 95px; gap: 1rem; }
  .wordmark { font-size: 1.8rem; }
  nav { gap: 1.4rem; }
  nav a { font-size: .875rem; }
  nav a span { display: none; }
  .hero-inner { min-height: 680px; padding-top: 150px; }
  .hero-copy { max-width: 540px; }
  h1 { font-size: clamp(3.2rem, 10.5vw, 4.8rem); }
  .section { padding-block: 4.5rem; }
  .section-heading { margin-bottom: 3rem; }
  h2 { font-size: clamp(1.9rem, 5.5vw, 2.8rem); }
  .game-grid { gap: 2.8rem; grid-template-columns: 1fr; padding-inline: .35rem; }
  .game-card { padding: 1.5rem; }
  .card-meta > span:last-child { max-width: none; }
  h3 { font-size: clamp(2.6rem, 10vw, 4.3rem); }
  .card-number { font-size: 9rem; }
  .contact-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-copy > p { max-width: 400px; }
  .contact-fields { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 440px) {
  .wrap { width: calc(100% - 2.5rem); }
  .site-header { min-height: 105px; align-content: center; flex-wrap: wrap; gap: 1.3rem; }
  .wordmark { font-size: 1.6rem; }
  nav { gap: 1rem; }
  nav a { font-size: .875rem; }
  .hero-inner { min-height: 640px; padding-block: 140px 90px; }
  .hero-scene { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, #101011e6, #10101166), linear-gradient(0deg, #151516, transparent 40%); }
  h1 { font-size: 11.9vw; line-height: 1.12; margin-top: 2.25rem; margin-left: .55rem; }
  h1 .last-line { font-size: .59em; margin-top: .35rem; }
  .hero-description { max-width: 295px; margin-top: 2.3rem; }
  .button { font-size: 1.05rem; gap: 1.8rem; }
  .eyebrow { font-size: .8rem; letter-spacing: .07em; }
  .section-heading { gap: 1.9rem; }
  h2 { font-size: 6.6vw; }
  .game-card { padding: 1.15rem; }
  .card-meta { font-size: .8rem; letter-spacing: .04em; }
  .card-meta > span:last-child { max-width: 85px; font-size: .75rem; }
  .project-title { padding-block: 1.7rem 2.2rem; }
  .project-title > p { font-size: .8rem; letter-spacing: .07em; }
  h3 { font-size: 10.2vw; }
  .card-number { font-size: 7.5rem; }
  .card-bottom > p { font-size: 1rem; }
  .contact-form { padding: 1.25rem; }
  .contact-form .button { width: calc(100% - .7rem); gap: 1rem; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: .5rem; }
  .back-top { margin-left: 0; font-size: .8rem; gap: .5rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
