:root {
  --ink: #25163c;
  --ink-soft: #5f5470;
  --cream: #fffaf2;
  --paper: #ffffff;
  --rose: #ec557b;
  --rose-dark: #bd345e;
  --gold: #f4b83f;
  --purple: #6f45c5;
  --purple-dark: #2d1748;
  --line: rgba(37, 22, 60, 0.13);
  --shadow: 0 28px 80px rgba(45, 23, 72, 0.15);
  --radius-lg: 36px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.nav-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 11px 16px;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section-pad { padding: 116px 0; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  padding: 16px 0;
  transition: padding 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.site-header.is-scrolled {
  padding: 9px 0;
  background: rgba(255, 250, 242, 0.88);
  box-shadow: 0 10px 30px rgba(45, 23, 72, 0.07);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(calc(100% - 40px), 1280px);
  min-height: 62px;
  margin: 0 auto;
  padding: 8px 10px 8px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 46px rgba(45, 23, 72, 0.08);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}

.brand-mark {
  position: relative;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 14px 11px 14px 11px;
  color: #fff;
  background: linear-gradient(145deg, var(--rose), var(--purple));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.28), 0 9px 22px rgba(111, 69, 197, .22);
  transform: rotate(-3deg);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

.brand-mark::before { width: 14px; height: 14px; top: -5px; left: 15px; }
.brand-mark::after { width: 12px; height: 12px; right: -5px; top: 16px; }
.brand-mark span { position: relative; z-index: 1; font-weight: 900; font-size: 19px; transform: rotate(3deg); }

.brand-copy { display: grid; line-height: 1; letter-spacing: .05em; }
.brand-copy strong { font-size: 13px; font-weight: 900; }
.brand-copy small { margin-top: 5px; font-size: 9px; font-weight: 700; letter-spacing: .19em; color: var(--ink-soft); }

.primary-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4b405b;
  font-size: 14px;
  font-weight: 650;
}

.primary-nav > a:not(.nav-cta) {
  padding: 12px 14px;
  border-radius: 999px;
  transition: color 160ms ease, background 160ms ease;
}

.primary-nav > a:not(.nav-cta):hover,
.primary-nav > a:not(.nav-cta):focus-visible { color: var(--ink); background: rgba(111, 69, 197, .08); }

.nav-cta {
  margin-left: 4px;
  padding: 13px 20px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 10px 24px rgba(37, 22, 60, .18);
  transition: transform 160ms ease, background 160ms ease;
}

.nav-cta:hover { transform: translateY(-2px); background: var(--purple); }

.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: 850px;
  padding-top: 170px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 20%, rgba(244,184,63,.19), transparent 28%),
    radial-gradient(circle at 7% 75%, rgba(236,85,123,.13), transparent 24%),
    linear-gradient(145deg, #fffaf2 0%, #fbf4ff 55%, #f5eeff 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 74px;
}

.hero-copy { padding-bottom: 25px; }

.eyebrow {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.eyebrow span { width: 31px; height: 2px; border-radius: 99px; background: currentColor; }
.eyebrow-dark { color: var(--rose-dark); }
.eyebrow-gold { color: #e79b16; }

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6.4vw, 98px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 500;
}

.hero h1 em { color: var(--rose); font-weight: 500; }

.hero-lead {
  max-width: 600px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px; }

.button {
  min-height: 52px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 780;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.button:hover { transform: translateY(-3px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--rose), var(--purple)); box-shadow: 0 14px 30px rgba(190, 52, 94, .23); }
.button-primary:hover { box-shadow: 0 18px 36px rgba(190, 52, 94, .31); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.66); }
.button-ghost:hover { background: #fff; }

.hero-tags {
  margin: 34px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  list-style: none;
  color: #756b81;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.hero-tags li { display: flex; align-items: center; gap: 10px; }
.hero-tags li:not(:last-child)::after { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.hero-visual { position: relative; padding: 38px 0 42px; }

.hero-frame {
  position: relative;
  overflow: hidden;
  border: 8px solid rgba(255,255,255,.84);
  border-radius: 48px 48px 116px 48px;
  background: #dfe8f7;
  box-shadow: 0 40px 100px rgba(45, 23, 72, .2);
  transform: rotate(1.4deg);
}

.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(31, 20, 54, .24));
  pointer-events: none;
}

.hero-frame img { width: 100%; aspect-ratio: 1.79 / 1; object-fit: cover; }

.hero-frame-label {
  position: absolute;
  z-index: 1;
  left: 28px;
  bottom: 24px;
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(37,22,60,.42);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.floating-game-card {
  position: absolute;
  z-index: 4;
  right: -22px;
  bottom: -1px;
  width: min(360px, 73%);
  padding: 13px;
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 24px;
  background: rgba(255,255,255,.91);
  box-shadow: 0 22px 54px rgba(45,23,72,.2);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition: transform 180ms ease;
}

.floating-game-card:hover { transform: translateY(-5px) rotate(-1deg); }
.floating-game-card img { width: 72px; height: 72px; border-radius: 19px; box-shadow: 0 10px 24px rgba(62,32,71,.18); }
.floating-game-card span { display: grid; min-width: 0; }
.floating-game-card small { color: var(--rose-dark); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.floating-game-card strong { margin-top: 5px; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.floating-game-card em { margin-top: 6px; color: var(--ink-soft); font-size: 12px; font-style: normal; font-weight: 650; }

.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 350px; height: 350px; top: -140px; right: 16%; background: rgba(244,184,63,.16); }
.hero-glow-two { width: 280px; height: 280px; bottom: -100px; left: 1%; background: rgba(111,69,197,.11); }

.puzzle-shape { position: absolute; width: 82px; height: 82px; border-radius: 18px; opacity: .12; background: var(--purple); transform: rotate(17deg); }
.puzzle-shape::before { content: ""; position: absolute; width: 28px; height: 28px; top: -13px; left: 27px; border-radius: 50%; background: inherit; }
.puzzle-shape::after { content: ""; position: absolute; width: 28px; height: 28px; right: -13px; top: 27px; border-radius: 50%; background: inherit; }
.puzzle-shape-one { right: 4%; top: 19%; }
.puzzle-shape-two { left: 3%; bottom: 8%; width: 54px; height: 54px; background: var(--rose); transform: rotate(-22deg); }
.puzzle-shape-two::before, .puzzle-shape-two::after { width: 20px; height: 20px; }
.puzzle-shape-two::before { top: -9px; left: 17px; }
.puzzle-shape-two::after { right: -9px; top: 17px; }

.about { background: var(--paper); }

.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.section-heading h2,
.art-heading h2,
.approach-heading h2,
.contact h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(45px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 500;
}

.about-grid {
  margin-top: 72px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 90px;
  align-items: start;
}

.about-statement { max-width: 640px; }
.about-statement p { margin: 0 0 20px; color: var(--ink-soft); font-size: 19px; line-height: 1.75; }
.about-statement p:first-child { color: var(--ink); font-size: 27px; line-height: 1.48; font-family: Georgia, "Times New Roman", serif; }

.identity-card {
  margin: 0;
  padding: 10px 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fffaf5;
}

.identity-card div { padding: 22px 0; display: grid; grid-template-columns: 115px 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.identity-card div:last-child { border-bottom: 0; }
.identity-card dt { color: var(--ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.identity-card dd { margin: 0; font-size: 15px; font-weight: 730; line-height: 1.45; }

.featured-game { color: #fff; background: var(--purple-dark); overflow: hidden; }

.section-kicker { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.58); }
.section-kicker span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-size: 11px; font-weight: 800; }
.section-kicker p { margin: 0; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-kicker i { flex: 1; height: 1px; background: rgba(255,255,255,.14); }

.game-intro-grid { margin-top: 64px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.game-logo-panel { padding: 55px 42px 48px; text-align: center; border: 1px solid rgba(255,255,255,.12); border-radius: 40px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); }
.game-logo { width: min(100%, 510px); margin: 0 auto; }
.game-logo-panel > p { max-width: 390px; margin: 2px auto 28px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.55; }

.store-button {
  min-width: 190px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-radius: 14px;
  color: #fff;
  background: #0f0e13;
  box-shadow: 0 15px 30px rgba(0,0,0,.2);
  transition: transform 160ms ease, background 160ms ease;
}

.store-button:hover { transform: translateY(-3px); background: #1c1922; }
.play-symbol { font-size: 24px; color: #81dc77; }
.store-button > span:last-child { display: grid; text-align: left; line-height: 1; }
.store-button small { font-size: 8px; letter-spacing: .1em; }
.store-button strong { margin-top: 5px; font-size: 18px; }

.game-copy h2 { max-width: 650px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(45px, 5vw, 70px); line-height: 1.01; letter-spacing: -.045em; font-weight: 500; }
.game-copy > p:not(.eyebrow) { max-width: 640px; margin: 27px 0 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.7; }
.feature-list { margin: 34px 0 0; padding: 0; list-style: none; }
.feature-list li { padding: 18px 0; display: grid; grid-template-columns: 42px 1fr; gap: 18px; border-top: 1px solid rgba(255,255,255,.13); }
.feature-list li > span { color: var(--gold); font-size: 12px; font-weight: 850; }
.feature-list strong { font-size: 15px; }
.feature-list p { margin: 5px 0 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.5; }

.preview-grid { margin-top: 90px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.preview-card { position: relative; margin: 0; overflow: hidden; border-radius: 28px; background: #fff; box-shadow: 0 25px 60px rgba(0,0,0,.18); }
.preview-card:nth-child(2) { transform: translateY(42px); }
.preview-card img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform 600ms cubic-bezier(.2,.8,.2,1); }
.preview-card:hover img { transform: scale(1.045); }
.preview-card figcaption { position: absolute; inset: auto 15px 15px; padding: 14px 17px; border-radius: 15px; color: var(--ink); background: rgba(255,255,255,.9); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); font-size: 13px; font-weight: 760; }
.preview-card figcaption span { margin-right: 8px; color: var(--rose-dark); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }

.art-section { background: #fff6ed; overflow: hidden; }
.art-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.art-heading > p { max-width: 460px; margin: 0 0 7px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.art-rail { width: max-content; margin: 78px 0 0; padding: 0 4vw 25px; display: flex; gap: 18px; transform: translateX(-2vw); }
.art-card { width: clamp(220px, 20vw, 310px); margin: 0; overflow: hidden; border: 6px solid rgba(255,255,255,.76); border-radius: 180px 180px 28px 28px; background: #ddd; box-shadow: 0 24px 55px rgba(58,36,52,.14); }
.art-card-up { transform: translateY(-25px); }
.art-card img { width: 100%; aspect-ratio: .74; object-fit: cover; transition: transform 600ms cubic-bezier(.2,.8,.2,1); }
.art-card:hover img { transform: scale(1.04); }

.approach { color: #fff; background: linear-gradient(145deg, #e75278 0%, #b94182 48%, #7137a9 100%); }
.section-kicker-light { color: rgba(255,255,255,.7); }
.approach-heading { margin-top: 62px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.approach-heading p { max-width: 500px; margin: 0 0 8px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.72; }
.capability-grid { margin-top: 76px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.capability-card { position: relative; min-height: 330px; padding: 32px; border: 1px solid rgba(255,255,255,.2); border-radius: 26px; background: rgba(255,255,255,.1); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.capability-number { position: absolute; top: 24px; right: 25px; color: rgba(255,255,255,.45); font-size: 11px; font-weight: 800; }
.capability-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 19px; color: var(--purple-dark); background: #fff3d7; font-size: 25px; box-shadow: 0 14px 30px rgba(55,17,81,.14); }
.capability-card h3 { margin: 82px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 500; }
.capability-card p { margin: 15px 0 0; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.67; }

.contact { background: var(--cream); }
.contact-card { padding: 72px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; border-radius: 42px; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.contact h2 { max-width: 760px; font-size: clamp(42px,4.5vw,64px); }
.contact-copy > p:last-child { max-width: 630px; margin: 23px 0 0; color: rgba(255,255,255,.64); font-size: 16px; line-height: 1.7; }
.contact-actions { display: grid; gap: 13px; }
.contact-email { position: relative; padding: 22px 58px 22px 23px; display: grid; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.07); transition: transform 160ms ease, background 160ms ease; }
.contact-email:hover { transform: translateY(-3px); background: rgba(255,255,255,.11); }
.contact-email small { color: rgba(255,255,255,.54); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-email strong { margin-top: 6px; font-size: 16px; word-break: break-word; }
.contact-email > span { position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 25px; }
.button-light { color: var(--ink); background: #fff; }

.site-footer { padding: 42px 0; color: #746a7d; background: #fff; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 35px; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.brand-mark-small { width: 39px; height: 39px; }
.footer-brand p, .footer-meta p { margin: 0; font-size: 12px; line-height: 1.6; }
.footer-brand strong { color: var(--ink); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; color: var(--ink); font-size: 12px; font-weight: 700; }
.footer-links a:hover { color: var(--rose-dark); }
.footer-meta { text-align: right; }
.privacy-note { margin-top: 5px !important; font-size: 10px !important; color: #968d9d; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 1050px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(100%, 780px); margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .about-grid, .game-intro-grid, .art-heading, .approach-heading, .contact-card { gap: 50px; }
  .game-intro-grid { grid-template-columns: 1fr; }
  .game-logo-panel { width: min(100%, 670px); }
  .art-rail { overflow: visible; }
}

@media (max-width: 820px) {
  .section-pad { padding: 88px 0; }
  .nav-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 0;
    border-radius: 50%;
    color: var(--ink);
    background: #f4ecff;
    cursor: pointer;
  }
  .nav-toggle span:not(.sr-only) { width: 18px; height: 2px; border-radius: 99px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav {
    position: fixed;
    inset: 91px 20px auto;
    padding: 16px;
    display: grid;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 25px;
    background: rgba(255,250,242,.97);
    box-shadow: var(--shadow);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }
  .primary-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .primary-nav > a:not(.nav-cta) { padding: 13px 15px; }
  .nav-cta { margin: 5px 0 0; text-align: center; }
  .hero { padding-top: 145px; }
  .about-grid, .art-heading, .approach-heading, .contact-card { grid-template-columns: 1fr; }
  .preview-grid { grid-template-columns: 1fr 1fr; }
  .preview-card:nth-child(2) { transform: none; }
  .preview-card:last-child { grid-column: 1 / -1; width: 50%; justify-self: center; }
  .art-rail { width: auto; overflow-x: auto; transform: none; padding: 0 24px 35px; scroll-snap-type: x mandatory; }
  .art-card { flex: 0 0 260px; scroll-snap-align: center; }
  .art-card-up { transform: none; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 260px; }
  .contact-card { padding: 52px 42px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-meta { text-align: center; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section-pad { padding: 72px 0; }
  .site-header { padding: 9px 0; }
  .nav-shell { width: calc(100% - 18px); min-height: 58px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 12px; }
  .hero { padding-top: 126px; }
  .hero h1 { font-size: clamp(49px, 15vw, 68px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-tags { gap: 9px 16px; }
  .hero-tags li::after { display: none; }
  .hero-visual { padding-bottom: 78px; }
  .hero-frame { border-width: 5px; border-radius: 28px 28px 70px 28px; }
  .hero-frame-label { left: 17px; bottom: 15px; font-size: 9px; }
  .floating-game-card { right: 8px; bottom: 2px; width: calc(100% - 24px); grid-template-columns: 60px 1fr; }
  .floating-game-card img { width: 60px; height: 60px; border-radius: 16px; }
  .section-heading h2, .art-heading h2, .approach-heading h2, .contact h2 { font-size: 44px; }
  .about-grid { margin-top: 48px; grid-template-columns: 1fr; gap: 38px; }
  .about-statement p:first-child { font-size: 23px; }
  .about-statement p { font-size: 16px; }
  .identity-card { padding: 6px 20px; }
  .identity-card div { grid-template-columns: 1fr; gap: 8px; }
  .game-intro-grid { margin-top: 44px; }
  .game-logo-panel { padding: 38px 20px 34px; border-radius: 28px; }
  .game-copy h2 { font-size: 44px; }
  .preview-grid { margin-top: 58px; grid-template-columns: 1fr; }
  .preview-card:last-child { grid-column: auto; width: 100%; }
  .art-rail { margin-top: 55px; }
  .art-card { flex-basis: 220px; border-width: 4px; }
  .approach-heading { margin-top: 46px; }
  .capability-grid { margin-top: 48px; }
  .contact-card { width: calc(100% - 22px); padding: 42px 24px; border-radius: 28px; }
  .footer-links { gap: 14px; }
}

.store-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.store-button svg { flex: 0 0 auto; width: 24px; height: 28px; }
.store-button .google-play-icon { width: 22px; }
.store-button .apple-icon { width: 25px; height: 29px; }
.store-button small { font-size: 8px; letter-spacing: .1em; }
.store-button strong { margin-top: 5px; font-size: 16px; white-space: nowrap; }

@media (max-width: 560px) {
  .store-buttons { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .store-button { min-width: 0; padding: 9px 11px; gap: 9px; }
  .store-button svg { width: 21px; height: 25px; }
  .store-button .apple-icon { width: 22px; height: 26px; }
  .store-button strong { font-size: 13px; }
}
