:root {

  --ink: #17191d;

  --muted: #69717c;

  --line: #e6e8eb;

  --paper: #f7f8f9;

  --white: #ffffff;

  --red: #d9212b;

  --red-dark: #a91620;

  --blue: #245c84;

  --mint: #dcefe9;

  --gold: #f0b54b;

  --radius: 14px;

  --shadow: 0 18px 45px rgba(23, 25, 29, 0.1);

  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  color: var(--ink);

  background: var(--white);

  font-synthesis: none;

  text-rendering: optimizeLegibility;

}



* { box-sizing: border-box; }

html { scroll-behavior: auto; }

body { margin: 0; background: var(--white); color: var(--ink); }

body, button, input, textarea, select { font: inherit; }

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button, a { -webkit-tap-highlight-color: transparent; }



.site-header {

  position: fixed;

  inset: 0 0 auto;

  z-index: 20;

  background: rgba(255, 255, 255, 0.96);

  border-bottom: 1px solid rgba(230, 232, 235, 0.85);

  backdrop-filter: blur(14px);

}

.nav-wrap {

  width: min(1180px, calc(100% - 40px));

  min-height: 78px;

  margin: 0 auto;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 32px;

}

.brand img { width: 174px; height: auto; }

.site-nav { display: flex; align-items: center; gap: 6px; }

.site-nav a {

  padding: 11px 14px;

  border-radius: 8px;

  color: #5d6670;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: .04em;

  transition: background .2s ease, color .2s ease;

}

.site-nav a:hover, .site-nav a[aria-current="page"] { background: #f0f2f4; color: var(--ink); }

.site-nav .nav-cta { background: var(--red); color: var(--white); margin-left: 8px; }

.site-nav .nav-cta:hover { background: var(--red-dark); color: var(--white); }

.menu-toggle {

  display: none;

  width: 44px;

  height: 44px;

  border: 1px solid var(--line);

  border-radius: 8px;

  background: var(--white);

  color: var(--ink);

  cursor: pointer;

}

.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; content: ""; }



.hero {

  position: relative;

  min-height: 680px;

  padding: 180px 0 110px;

  overflow: hidden;

  color: var(--white);

  background: var(--ink) url("../images/banner.png") center / cover no-repeat;

}

.hero::before { position: absolute; inset: 0; background: rgba(9, 12, 15, .52); content: ""; }

.hero-inner { position: relative; width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.hero h1 { max-width: 730px; margin: 0; font-size: clamp(44px, 7vw, 84px); line-height: .98; letter-spacing: -.045em; }

.hero-copy { max-width: 540px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.65; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }

.button {

  display: inline-flex;

  min-height: 48px;

  align-items: center;

  justify-content: center;

  gap: 10px;

  padding: 0 19px;

  border: 1px solid transparent;

  border-radius: 8px;

  font-size: 13px;

  font-weight: 800;

  letter-spacing: .04em;

  transition: transform .2s ease, background .2s ease, border-color .2s ease;

}

.button:hover { transform: translateY(-2px); }

.button-primary { background: var(--red); color: var(--white); }

.button-primary:hover { background: var(--red-dark); }

.button-light { background: var(--white); color: var(--ink); }

.button-light:hover { background: #f1f3f4; }

.button-ghost { border-color: rgba(255,255,255,.42); color: var(--white); }

.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); }

.hero-meta { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 92px; }

.hero-meta strong { display: block; font-size: 24px; letter-spacing: -.03em; }

.hero-meta span { display: block; margin-top: 5px; color: rgba(255,255,255,.62); font-size: 12px; }



.section { padding: 104px 0; }

.section-tint { background: var(--paper); }

.section-dark { background: var(--ink); color: var(--white); }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 42px; }

.section-heading h2 { max-width: 680px; margin: 0; font-size: clamp(34px, 4vw, 56px); line-height: 1.03; letter-spacing: -.04em; }

.section-heading p { max-width: 410px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }

.section-dark .section-heading p { color: rgba(255,255,255,.66); }

.kicker { margin: 0 0 12px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.section-dark .kicker { color: var(--gold); }



.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: center; }

.intro-image { min-height: 390px; border-radius: var(--radius); background: url("../images/aboutus/aboutus-zp4.png") center / cover no-repeat; box-shadow: var(--shadow); }

.intro-copy h3 { max-width: 540px; margin: 0; font-size: clamp(28px, 3vw, 43px); line-height: 1.1; letter-spacing: -.035em; }

.intro-copy p { max-width: 520px; margin: 22px 0 0; color: var(--muted); line-height: 1.75; }

.link-arrow { display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; color: var(--red); font-size: 13px; font-weight: 800; }

.link-arrow::after { content: "->"; transition: transform .2s ease; }

.link-arrow:hover::after { transform: translateX(4px); }



.game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.game-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }

.game-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }

.game-card-image { position: relative; aspect-ratio: 1.45; overflow: hidden; background: #17191d; }

.game-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }

.game-card:hover .game-card-image img { transform: scale(1.045); }

.game-card-image span { position: absolute; left: 14px; top: 14px; padding: 7px 9px; border-radius: 6px; background: rgba(23,25,29,.74); color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.game-card-body { padding: 20px; }

.game-card-body h3 { margin: 0; font-size: 20px; letter-spacing: -.02em; }

.game-card-body p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.game-card-body a { display: inline-flex; margin-top: 18px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }



.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }

.stat { padding: 28px 22px; border-right: 1px solid rgba(255,255,255,.16); }

.stat:last-child { border-right: 0; }

.stat strong { display: block; font-size: 34px; letter-spacing: -.04em; }

.stat span { display: block; margin-top: 7px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.4; }



.support-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: start; }

.support-aside { position: sticky; top: 112px; }

.support-aside h2 { max-width: 380px; margin: 0; font-size: clamp(34px, 4vw, 56px); line-height: 1.02; letter-spacing: -.04em; }

.support-aside p { max-width: 360px; margin: 22px 0 0; color: var(--muted); line-height: 1.7; }

.support-list { display: grid; gap: 12px; }

.support-item { display: grid; grid-template-columns: 48px 1fr auto; gap: 16px; align-items: center; padding: 19px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); transition: border-color .2s ease, box-shadow .2s ease; }

.support-item:hover { border-color: #c9cdd2; box-shadow: 0 10px 24px rgba(23,25,29,.06); }

.support-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 10px; background: var(--mint); color: var(--blue); font-size: 18px; font-weight: 900; }

.support-item h3 { margin: 0; font-size: 16px; }

.support-item p { margin: 4px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }

.support-item .arrow { color: var(--red); font-weight: 900; }



.page-hero { padding: 170px 0 80px; background: var(--ink); color: var(--white); }

.page-hero h1 { max-width: 740px; margin: 0; font-size: clamp(46px, 7vw, 80px); line-height: .98; letter-spacing: -.05em; }

.page-hero p { max-width: 560px; margin: 22px 0 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.65; }

.breadcrumb { display: flex; gap: 8px; margin-top: 28px; color: rgba(255,255,255,.5); font-size: 12px; }

.breadcrumb a:hover { color: var(--white); }



.product-list { display: grid; gap: 52px; }
.product-row { display: grid; grid-template-columns: .98fr 1.02fr; gap: 52px; align-items: center; padding: 34px 0 52px; border-bottom: 1px solid var(--line); }
.product-row:nth-child(even) { grid-template-columns: 1.02fr .98fr; }
.product-row:nth-child(even) .product-media { order: 2; }
.product-media { overflow: hidden; border-radius: var(--radius); background: var(--ink); box-shadow: var(--shadow); }
.product-media-gallery { padding: 10px; }
.product-gallery { display: grid; gap: 8px; }
.product-gallery-landscape { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.product-gallery img { display: block; width: 100%; aspect-ratio: 1.55; object-fit: cover; border-radius: 8px; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.product-gallery img:first-child { grid-column: 1 / -1; aspect-ratio: 1.72; }
.product-gallery:hover img:not(:hover) { filter: saturate(.82); }
.product-gallery img:hover { transform: scale(1.025); }
.product-heading-with-icon { display: flex; align-items: center; gap: 16px; margin-bottom: 2px; }
.product-icon { flex: 0 0 64px; width: 64px; height: 64px; border-radius: 16px; object-fit: cover; box-shadow: 0 8px 20px rgba(23,25,29,.12); }
.product-heading-with-icon .kicker { margin: 0 0 8px; }
.product-copy h2 { margin: 0; font-size: clamp(28px, 3vw, 44px); line-height: 1.04; letter-spacing: -.04em; }
.product-copy p { margin: 16px 0 0; color: var(--muted); line-height: 1.7; }
.product-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.tag { padding: 7px 10px; border-radius: 999px; background: #f0f2f4; color: #59616d; font-size: 11px; font-weight: 800; }
.store-links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 26px; }
.store-links a { display: inline-flex; transition: transform .2s ease, opacity .2s ease; }
.store-links a:hover { transform: translateY(-2px); opacity: .86; }
.store-links img { display: block; width: auto; height: 42px; max-width: 152px; object-fit: contain; }
.portfolio-note { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: center; max-width: 760px; padding: 20px 22px; border-left: 3px solid var(--red); border-radius: 0 10px 10px 0; background: var(--white); box-shadow: 0 10px 24px rgba(23,25,29,.05); }
.portfolio-note-mark { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.portfolio-note p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.two-column { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }

.plain-panel { padding: 34px; border-radius: var(--radius); background: var(--paper); }

.plain-panel h3 { margin: 0; font-size: 24px; }

.plain-panel p { margin: 14px 0 0; color: var(--muted); line-height: 1.7; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.value { padding-top: 18px; border-top: 2px solid var(--red); }

.value h3 { margin: 0; font-size: 20px; }

.value p { margin: 10px 0 0; color: var(--muted); line-height: 1.65; }



.support-search { display: flex; align-items: center; gap: 12px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); box-shadow: 0 8px 24px rgba(23,25,29,.04); }

.support-search input { width: 100%; min-height: 40px; border: 0; outline: 0; color: var(--ink); }

.search-mark { padding: 0 9px; color: var(--red); font-size: 20px; font-weight: 900; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 32px 0 44px; }

.category { padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease; }

.category:hover, .category.is-active { border-color: var(--red); background: #fff7f7; }

.category strong { display: block; font-size: 14px; }

.category span { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; }

.faq-list { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--line); }

.faq-item { border-bottom: 1px solid var(--line); }

.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; font-size: 16px; font-weight: 800; }

.faq-question span { color: var(--red); font-size: 24px; font-weight: 400; }

.faq-answer { max-width: 720px; max-height: 0; overflow: hidden; color: var(--muted); line-height: 1.7; transition: max-height .3s ease, padding-bottom .3s ease; }

.faq-item.is-open .faq-answer { max-height: 180px; padding-bottom: 24px; }

.faq-item.is-open .faq-question span { transform: rotate(45deg); }

.support-callout { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; margin-top: 70px; padding: 30px; border-radius: var(--radius); background: var(--ink); color: var(--white); }

.support-callout h2 { margin: 0; font-size: 28px; letter-spacing: -.03em; }

.support-callout p { margin: 8px 0 0; color: rgba(255,255,255,.64); line-height: 1.5; }



.contact-section { padding-top: 26px; }

.contact-board { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 70px; align-items: stretch; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }

.contact-board-intro { display: flex; flex-direction: column; justify-content: center; }

.contact-board-intro h2 { max-width: 480px; margin: 0; font-size: 48px; line-height: 1.02; letter-spacing: -.045em; }

.contact-board-intro p:last-child { max-width: 390px; margin: 20px 0 0; color: var(--muted); line-height: 1.7; }

.contact-links { display: grid; gap: 12px; align-content: center; }

.contact-card { display: flex; align-items: center; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }

.contact-card:hover { transform: translateY(-2px); border-color: rgba(217,33,43,.4); box-shadow: 0 12px 30px rgba(21,23,26,.08); }
.contact-card-static { cursor: default; }
.contact-card-static:hover { transform: none; border-color: var(--line); box-shadow: none; }

.contact-card-index { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .08em; }

.contact-card-copy { display: grid; flex: 1; gap: 6px; min-width: 0; }

.contact-card-copy span { color: var(--muted); font-size: 12px; }

.contact-card-copy strong { overflow-wrap: anywhere; color: var(--ink); font-size: 18px; }

.contact-card .arrow { color: var(--red); font-size: 18px; font-weight: 800; }

.site-footer { padding: 50px 0 26px; background: var(--ink); color: var(--white); }

.footer-top { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; padding-bottom: 42px; border-bottom: 1px solid rgba(255,255,255,.14); }

.footer-brand img { width: 174px; background: var(--white); }

.footer-brand p { max-width: 360px; margin: 18px 0 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.6; }

.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.footer-links h3 { margin: 0 0 14px; color: var(--gold); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

.footer-links a { display: block; margin: 9px 0; color: rgba(255,255,255,.7); font-size: 13px; }

.footer-links a:hover { color: var(--white); }

.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 22px; color: rgba(255,255,255,.46); font-size: 11px; }

.footer-bottom p { margin: 0; }



.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }

.reveal.is-visible { opacity: 1; transform: none; }





/* Legal pages */

.legal-section { padding-top: 76px; }

.legal-card { max-width: 960px; margin: 0 auto; padding: clamp(24px, 5vw, 62px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }

.legal-card-header { display: flex; align-items: center; gap: 14px; margin-bottom: 34px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }

.legal-card-header span { display: inline-grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--red); color: var(--white); font-size: 12px; font-weight: 800; }

.legal-card-header p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.legal-content { color: #59616d; font-size: 15px; line-height: 1.8; overflow-wrap: anywhere; }

.legal-content table { width: 100%; max-width: 100%; border-collapse: collapse; table-layout: fixed; }

.legal-content td { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }

.legal-content > p:first-child { margin-top: 0; }

.legal-content p.legal-toc-label { margin: 0 0 12px; color: var(--ink); font-weight: 700; }

.legal-content p.legal-toc-item { margin: 0 0 7px; padding-left: 16px; line-height: 1.5; }


.legal-content p { margin: 0 0 18px; }

.legal-content p:empty, .legal-content p br:only-child { min-height: 8px; margin-bottom: 8px; }

.legal-content h2, .legal-content h3, .legal-content h4 { margin: 34px 0 14px; color: var(--ink); font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }

.legal-content h3 { font-size: 18px; }

.legal-content h4 { font-size: 16px; }

.legal-content strong, .legal-content b { color: var(--ink); }

.legal-content a { color: var(--red-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.legal-content ul, .legal-content ol { margin: 0 0 20px; padding-left: 24px; }

.legal-content li { margin: 8px 0; }

.legal-content table { display: block; max-width: 100%; margin: 24px 0; overflow-x: auto; border-collapse: collapse; }

.legal-content th, .legal-content td { min-width: 150px; padding: 10px 12px; border: 1px solid var(--line); vertical-align: top; text-align: left; }

.legal-content th { color: var(--ink); background: #f1f2f4; font-size: 13px; }

.legal-content img { max-width: 100%; height: auto; }

.legal-content [align="center"] { text-align: center; }





/* Unified legal center */

.legal-center-section { padding-top: 58px; }

/* Give the legal center more breathing room on wide screens. */
.legal-center-section > .container { width: min(1360px, calc(100% - 40px)); }

.legal-center-section, .legal-sidebar, .legal-doc { overflow-anchor: none; }

.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 42px; align-items: start; }

.legal-sidebar { position: sticky; top: 104px; padding: 24px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 12px 30px rgba(23,25,29,.06); }

.legal-sidebar-kicker { margin: 0 0 12px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.legal-sidebar h2 { margin: 0; color: var(--ink); font-size: 24px; line-height: 1.05; letter-spacing: -.04em; }

.legal-sidebar-copy { margin: 18px 0 24px; color: var(--muted); font-size: 13px; line-height: 1.6; }

.legal-nav { display: grid; gap: 10px; }

.legal-nav-group { display: block; }

.legal-nav-group > a { display: block; width: 100%; min-height: 54px; }

.legal-document-section[hidden] { display: none; }

.legal-nav-group > a { display: block; width: 100%; min-height: 54px; padding: 17px 14px; border-radius: 8px; color: var(--ink); font-size: 13px; font-weight: 800; line-height: 1.35; transition: color .2s ease, background .2s ease; }

.legal-nav-group > a:hover, .legal-nav-group > a.is-active { background: #eceef0; color: var(--red-dark); }

.legal-nav-sub { display: none; }

.legal-nav-sub a { padding: 6px 8px; color: var(--muted); font-size: 12px; line-height: 1.35; transition: color .2s ease, background .2s ease; }

.legal-nav-sub a:hover, .legal-nav-sub a.is-active { color: var(--red-dark); }

.legal-doc { min-width: 0; display: grid; gap: 26px; }

.legal-document-section { scroll-margin-top: 104px; padding: clamp(26px, 4vw, 52px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }

.legal-document-heading { display: block; margin-bottom: 34px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }

.legal-document-heading .eyebrow { margin: 1px 0 10px; }

.legal-document-heading h2 { margin: 0; color: var(--ink); font-size: clamp(28px, 4vw, 46px); line-height: 1; letter-spacing: -.045em; }

.legal-document-heading > div:last-child > p:last-child { max-width: 650px; margin: 16px 0 0; color: var(--muted); line-height: 1.65; }

.legal-document-section .legal-content { opacity: 1; transform: none; }

.legal-content .legal-subheading, .legal-content .legal-notice-heading { scroll-margin-top: 116px; margin: 36px 0 14px; color: var(--ink); font-size: 20px; line-height: 1.2; letter-spacing: -.025em; }

.legal-content p.legal-subheading, .legal-content p.legal-notice-heading { font-weight: 800; }

.legal-content .legal-subheading:first-child, .legal-content .legal-notice-heading:first-child { margin-top: 0; }
.legal-content p.legal-bullet { margin: 10px 0; padding-left: 24px; text-indent: -16px; }
.legal-content p.legal-numbered-item { margin: 10px 0; padding-left: 34px; text-indent: -34px; }
.legal-content p.legal-subitem { margin: 8px 0; padding-left: 32px; text-indent: -28px; }
.legal-content p.legal-link-line { margin: -4px 0 14px; padding-left: 24px; overflow-wrap: anywhere; }
.legal-content p.legal-last-updated { margin: 42px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink); font-size: 13px; font-weight: 800; letter-spacing: .03em; }
.legal-back-to-title { display: flex; justify-content: flex-end; margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); }
.legal-back-to-title a { display: inline-flex; align-items: center; gap: 9px; color: var(--red-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.legal-back-arrow { display: inline-grid; width: 28px; height: 28px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 17px; line-height: 1; transition: transform .2s ease, background .2s ease, color .2s ease; }
.legal-back-to-title a:hover .legal-back-arrow, .legal-back-to-title a:focus-visible .legal-back-arrow { transform: translateY(-2px); background: var(--red-dark); color: var(--white); }

.redirect-page { min-height: 70vh; padding: 180px 0 100px; }

.redirect-page h1 { margin: 0 0 18px; font-size: clamp(38px, 6vw, 70px); letter-spacing: -.045em; }

.redirect-page p:last-child { color: var(--muted); }

.redirect-page a { color: var(--red-dark); text-decoration: underline; }





.product-gallery img:first-child { aspect-ratio: 1.68; }

@media (max-width: 900px) {

  .nav-wrap { min-height: 70px; }

  .menu-toggle { display: block; }

  .site-nav { display: none; position: absolute; inset: 70px 20px auto; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); box-shadow: var(--shadow); }

  .site-nav.is-open { display: grid; }

  .site-nav a { padding: 13px 14px; }

  .site-nav .nav-cta { margin-left: 0; text-align: center; }

  .hero { min-height: 620px; padding-top: 150px; }

  .intro-grid, .support-layout { grid-template-columns: 1fr; gap: 34px; }

  .support-aside { position: static; }
  .legal-layout { grid-template-columns: 1fr; gap: 24px; }
  .legal-sidebar { position: static; }
  .legal-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .legal-nav-group > a { min-height: 48px; padding: 14px 12px; }

  .intro-image { min-height: 300px; }

  .contact-board { grid-template-columns: 1fr; gap: 34px; }

  .product-row, .product-row:nth-child(even) { grid-template-columns: 1fr; gap: 26px; }

  .product-row:nth-child(even) .product-media { order: 0; }

  .category-grid { grid-template-columns: repeat(2, 1fr); }

}



@media (max-width: 640px) {

  .nav-wrap, .hero-inner, .container { width: min(100% - 28px, 1180px); }

  .brand img, .footer-brand img { width: 150px; }

  .hero { min-height: 650px; padding: 132px 0 70px; }

  .hero-copy { font-size: 16px; }

  .hero-meta { margin-top: 64px; gap: 18px; }

  .hero-meta strong { font-size: 21px; }

  .contact-board { padding: 24px; }

  .contact-board-intro h2 { font-size: 40px; }

  .section { padding: 76px 0; }

  .section-heading { display: block; margin-bottom: 30px; }

  .section-heading p { margin-top: 16px; }

  .game-grid, .values-grid, .stat-strip, .two-column { grid-template-columns: 1fr; }

  .stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }

  .stat:last-child { border-bottom: 0; }

  .support-item { grid-template-columns: 42px 1fr auto; padding: 15px; }

  .legal-nav { grid-template-columns: 1fr; }

  .support-icon { width: 42px; height: 42px; }

  .support-callout { grid-template-columns: 1fr; margin-top: 48px; padding: 22px; }
  .legal-document-section { padding: 26px 20px; }
  .legal-content { font-size: 14px; line-height: 1.75; }
  .legal-back-to-title { justify-content: flex-start; }
  .product-gallery { gap: 6px; }
  .product-heading-with-icon { gap: 12px; }
.product-icon { width: 52px; height: 52px; border-radius: 13px; }
.product-gallery img { border-radius: 6px; }
  .store-links img { height: 36px; max-width: 124px; }
  .portfolio-note { grid-template-columns: 1fr; }

  .footer-links { grid-template-columns: repeat(2, 1fr); gap: 12px; }

  .footer-bottom { display: block; }

  .footer-bottom p + p { margin-top: 8px; }

}




/* Product gallery refresh: one strong feature frame plus a compact preview rail. */
.product-media-gallery { padding: 14px; overflow: visible; background: linear-gradient(145deg, #17191d, #252a31); }
.gallery-stage { position: relative; display: grid; place-items: center; min-height: 284px; overflow: hidden; border-radius: 12px; background: #0f1114; }
.gallery-stage::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; }
.gallery-stage > img { display: block; width: 100%; height: 100%; min-height: 284px; object-fit: cover; transition: opacity .22s ease, transform .65s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
[data-gallery-orientation="portrait"] .gallery-stage { min-height: 390px; }
[data-gallery-orientation="portrait"] .gallery-stage > img { min-height: 390px; width: auto; max-width: 100%; object-fit: contain; }
.gallery-stage > img.is-switching { opacity: .12; transform: scale(1.035); }
.gallery-count { position: absolute; z-index: 1; right: 12px; bottom: 12px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(15,17,20,.72); color: rgba(255,255,255,.86); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.gallery-thumb { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 1px solid transparent; border-radius: 8px; background: #0f1114; cursor: pointer; opacity: .62; transition: transform .22s ease, opacity .22s ease, border-color .22s ease, box-shadow .22s ease; }
.gallery-thumb::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); pointer-events: none; }
.gallery-thumb img { display: block; width: 100%; aspect-ratio: 1.42; object-fit: cover; }
[data-gallery-orientation="portrait"] .gallery-thumb img { aspect-ratio: .9; object-fit: cover; }
.gallery-thumb:hover, .gallery-thumb:focus-visible { opacity: 1; transform: translateY(-2px); outline: none; }
.gallery-thumb.is-active { opacity: 1; border-color: var(--red); box-shadow: 0 0 0 2px rgba(224,31,45,.18); }
.product-note { margin-top: 20px !important; padding: 12px 14px; border-left: 3px solid var(--gold); background: #fff9ed; color: #7a6438 !important; font-size: 13px; line-height: 1.55 !important; }
.about-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 34px; }
.about-product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.about-product-card img { display: block; width: 100%; height: 220px; object-fit: cover; }
.about-product-card:first-child img { object-position: center; }
.about-product-card-body { padding: 22px 24px 24px; }
.about-product-card-body h3 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.about-product-card-body p { margin: 10px 0 0; color: var(--muted); line-height: 1.65; }
@media (max-width: 900px) {
  .gallery-stage, .gallery-stage > img { min-height: 250px; }
  [data-gallery-orientation="portrait"] .gallery-stage, [data-gallery-orientation="portrait"] .gallery-stage > img { min-height: 350px; }
  .about-product-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .product-media-gallery { padding: 10px; }
  .gallery-stage, .gallery-stage > img { min-height: 210px; }
  [data-gallery-orientation="portrait"] .gallery-stage, [data-gallery-orientation="portrait"] .gallery-stage > img { min-height: 300px; }
  .gallery-thumbs { gap: 5px; margin-top: 7px; }
  .gallery-thumb { border-radius: 6px; }
  .about-product-card img { height: 180px; }
}

/* Four-image galleries use four equal previews so there is never an empty tile. */
[data-gallery-size="4"] .gallery-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gallery-thumbs { scrollbar-width: thin; }
.gallery-stage > img { will-change: opacity, transform; }
.gallery-auto-note { position: absolute; left: 12px; bottom: 12px; z-index: 1; padding: 6px 9px; border-radius: 999px; background: rgba(15,17,20,.58); color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .08em; opacity: 0; transform: translateY(4px); transition: opacity .2s ease, transform .2s ease; pointer-events: none; }
.product-media-gallery:hover .gallery-auto-note, .product-media-gallery:focus-within .gallery-auto-note { opacity: 1; transform: translateY(0); }
