@font-face {
  font-family: Manrope;
  src: url('/fonts/manrope-variable.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light;
  --lake: #153e48;
  --lake-dark: #10323b;
  --amber: #e8ad51;
  --ivory: #f4f0e7;
  --muted: #52666b;
  --rule: #d0d6ce;
  --light-muted: #c4d3d1;
  font-family: Manrope, 'Avenir Next', Avenir, system-ui, sans-serif;
  color: var(--lake);
  background: var(--ivory);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 5px; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid currentColor; outline-offset: 6px; border-radius: 3px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
::selection { color: var(--lake); background: var(--amber); }
.container { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; top: 12px; left: 12px; transform: translateY(-180%); z-index: 10; padding: 12px 18px; background: var(--amber); color: var(--lake); }
.skip-link:focus { transform: translateY(0); }
.site-header { background: var(--ivory); }
.header-inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 20px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; text-decoration: none; }
.brand-mark { width: 76px; height: auto; }
.brand-type { font-size: 1.65rem; font-weight: 800; line-height: 1.1; letter-spacing: -.055em; }
.brand-games { display: block; margin-top: 6px; padding-left: .24em; text-align: center; font-size: .65rem; font-weight: 800; letter-spacing: .48em; line-height: 1.3; }
nav { display: flex; align-items: center; flex-wrap: wrap; column-gap: 30px; row-gap: 8px; }
nav a { display: inline-flex; align-items: center; gap: 5px; padding-block: 10px; font-weight: 700; font-size: .875rem; text-decoration: none; }
nav a:hover, .contact-link:hover { text-decoration: underline; }
nav a span[lang] { font-weight: 500; }
.company-link { color: var(--muted); }
.hero { overflow: hidden; background: var(--lake); color: var(--ivory); }
.hero-main { display: grid; grid-template-columns: minmax(0, 1.85fr) minmax(0, 1fr); align-items: center; gap: 54px; min-height: 515px; padding-block: 90px 82px; }
.hero h1 { font-size: clamp(2.5rem, 4.85vw, 4.15rem); font-weight: 800; line-height: 1.13; letter-spacing: -.06em; }
.hero h1 span { display: block; }
.hero-english { margin-top: 25px; color: var(--light-muted); font-size: 1.125rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 56px; padding: 14px 24px; border-radius: 9px; text-decoration: none; font-weight: 800; }
.button-amber { margin-top: 35px; color: var(--lake-dark); background: var(--amber); transition: background-color 160ms ease, transform 160ms ease; }
.button-amber:hover { background: #f3bc63; transform: translateY(-2px); }
.button span { font-size: 1.35rem; line-height: 1; }
.hero-emblem { padding-top: 18px; }
.hero-emblem img { width: 100%; height: auto; }
.hero-footnote { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #41616a; padding-block: 23px; color: var(--light-muted); font-size: .875rem; }
.hero-footnote p:first-child { color: var(--ivory); }
.games { padding-block: 80px 52px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 38px; }
.eyebrow { margin-bottom: 12px; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow span { color: var(--muted); font-weight: 500; }
.section-heading h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 800; letter-spacing: -.045em; line-height: 1.2; }
.games-note { color: var(--muted); font-size: .875rem; text-align: right; flex-shrink: 0; }
.game-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px; }
.game { min-width: 0; display: flex; flex-direction: column; }
.game-visual { position: relative; overflow: hidden; aspect-ratio: 1.32; border-radius: 20px; isolation: isolate; }
.game-visual-zippy { display: flex; justify-content: center; background: #e8e1f2; }
.zippy-art { width: 100%; height: 100%; object-fit: contain; padding: 24px 20px 12px; }
.game-visual-luma { background: #123b43; }
.luma-art { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.genre { position: absolute; top: 20px; left: 20px; display: inline-block; background: var(--ivory); color: var(--lake); border-radius: 5px; padding: 6px 11px; font-size: .75rem; font-weight: 700; }
.game-body { flex: 1; display: flex; flex-direction: column; padding-top: 26px; }
.game-status { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; color: var(--muted); font-size: .875rem; font-weight: 600; }
.game-status span[lang] { font-weight: 400; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--muted); margin-right: 3px; }
.game h3 { margin-top: 8px; font-size: 2.125rem; font-weight: 800; letter-spacing: -.05em; line-height: 1.25; }
.game-description { margin-top: 15px; font-size: 1rem; line-height: 1.8; }
.english { margin-top: 12px; margin-bottom: 26px; font-size: 1rem; color: var(--muted); }
.game-links { display: flex; align-items: center; flex-wrap: wrap; column-gap: 22px; row-gap: 8px; margin-top: auto; padding-top: 19px; border-top: 1px solid var(--rule); }
.game-link, .english-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding-block: 7px; font-size: .875rem; text-decoration: none; }
.game-link { font-weight: 800; }
.english-link { color: var(--muted); }
.game-link:hover, .english-link:hover { text-decoration: underline; }
.play-note { margin-top: 55px; padding-top: 26px; border-top: 1px solid var(--rule); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .875rem; }
.play-note p:first-child { font-weight: 800; }
.play-note p[lang] { color: var(--muted); }
.site-footer { background: var(--lake-dark); color: var(--ivory); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 46px; }
.brand-footer .brand-type { font-size: 1.5rem; }
.contact-link { font-size: 1rem; font-weight: 600; overflow-wrap: anywhere; text-decoration: none; }
.contact-link span { margin-left: 12px; color: var(--amber); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #36535b; padding-block: 21px; font-size: .75rem; color: var(--light-muted); }
.footer-bottom a { min-height: 34px; display: inline-flex; align-items: center; gap: 12px; }
@media (min-width: 1440px) {
  .hero-main { min-height: 555px; }
  .hero h1 { font-size: 4.35rem; }
}
@media (max-width: 1050px) {
  .container { width: calc(100% - 64px); }
  .hero-main { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 28px; min-height: 455px; padding-block: 70px; }
  .hero h1 { font-size: clamp(2.5rem, 4.65vw, 3.5rem); }
  nav { column-gap: 20px; }
  .game-grid { gap: 30px; }
  .game-visual { aspect-ratio: 1.15; }
  .luma-art { object-position: 50% 57%; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 94px; flex-wrap: wrap; gap: 15px; padding-block: 20px; }
  .brand-mark { width: 60px; }
  .brand-type { font-size: 1.45rem; }
  .brand-games { font-size: .6rem; margin-top: 5px; }
  nav { column-gap: 20px; width: 100%; justify-content: space-between; border-top: 1px solid var(--rule); padding-top: 6px; }
  nav a { font-size: .875rem; min-height: 44px; }
  .hero-main { grid-template-columns: 1fr; gap: 0; min-height: auto; padding-block: 52px 40px; }
  .hero h1 { font-size: clamp(2.25rem, 6.4vw, 3.15rem); letter-spacing: -.06em; }
  .hero-english { font-size: 1rem; margin-top: 20px; }
  .hero-emblem { width: 190px; justify-self: end; margin-top: 25px; padding: 0; }
  .hero-footnote { align-items: flex-start; flex-direction: column; gap: 5px; padding-block: 20px; font-size: .8125rem; }
  .button-amber { margin-top: 26px; }
  .games { padding-block: 48px 36px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2 { font-size: 1.9rem; }
  .games-note { display: none; }
  .game-grid { grid-template-columns: 1fr; gap: 46px; }
  .game-visual { aspect-ratio: 1.25; border-radius: 15px; }
  .game-body { padding-top: 20px; }
  .genre { top: 15px; left: 15px; }
  .game h3 { font-size: 2rem; }
  .game-links { column-gap: 20px; }
  .play-note { margin-top: 38px; padding-top: 24px; flex-direction: column; align-items: flex-start; gap: 5px; }
  .footer-main { flex-direction: column; align-items: flex-start; gap: 26px; padding-block: 32px; }
}
@media (max-width: 380px) {
  nav { column-gap: 12px; }
  nav a { font-size: .875rem; }
  .hero h1 { font-size: 2rem; }
  .hero-emblem { width: 155px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .button-amber:hover { transform: none; }
}
