:root {
  --ink: #111210;
  --muted: #62655f;
  --snow: #f1f2ef;
  --white: #ffffff;
  --line: #d8dad4;
  --wood: #9a7048;
  --shadow: 0 22px 60px rgb(20 22 18 / 10%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--snow); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.6; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--wood); outline-offset: 4px; }

.hero { position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden; display: grid; place-items: center; color: var(--white); background: #171915 url("/assets/hero-poster.jpg") center / cover no-repeat; }
.hero__film, .hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__film { object-fit: cover; }
.hero__shade { background: linear-gradient(180deg, rgb(0 0 0 / 18%), rgb(0 0 0 / 16%) 45%, rgb(0 0 0 / 70%)); }
.hero__content { position: relative; z-index: 1; width: min(90vw, 48rem); display: flex; flex-direction: column; align-items: center; gap: 3rem; text-align: center; }
.hero__logo { width: clamp(11rem, 26vw, 21rem); opacity: .78; filter: drop-shadow(0 12px 35px rgb(0 0 0 / 35%)); }
.hero__scroll { position: absolute; z-index: 2; bottom: 1.75rem; display: flex; flex-direction: column; align-items: center; gap: .35rem; color: rgb(255 255 255 / 80%); text-decoration: none; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 700; }
.hero__scroll svg { width: 1.5rem; fill: none; stroke: currentColor; stroke-width: 1.5; }

.button { min-height: 3.25rem; padding: .85rem 1.65rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; font-weight: 750; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--light { color: var(--ink); background: var(--white); box-shadow: 0 10px 30px rgb(0 0 0 / 18%); }
.button--light:hover { background: var(--snow); }
.button--dark { color: var(--white); background: var(--ink); }
.button--dark:hover { background: #343730; }

.game-promo { padding: clamp(1.25rem, 2.5vw, 2rem) clamp(1.25rem, 4vw, 4rem); color: var(--white); background: #171915; }
.game-promo__inner { width: min(100%, 92rem); margin: 0 auto; display: grid; grid-template-columns: 7rem minmax(0, 1fr) auto; align-items: center; gap: clamp(1.5rem, 3.5vw, 3.5rem); }
.game-promo__art { width: 7rem; height: auto; aspect-ratio: 500 / 759; object-fit: cover; border: 1px solid rgb(255 255 255 / 20%); box-shadow: 0 14px 35px rgb(0 0 0 / 28%); }
.game-promo__copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 500; line-height: 1; }
.game-promo__copy > p:last-child { max-width: 39rem; margin: .75rem 0 0; color: rgb(255 255 255 / 64%); }
.game-promo .button { gap: .65rem; white-space: nowrap; }
.game-promo .button span { font-size: 1rem; }

.section { padding: clamp(5rem, 9vw, 8.5rem) clamp(1.25rem, 4vw, 4rem); }
.section__heading { width: min(100%, 48rem); margin: 0 auto clamp(3rem, 6vw, 5rem); text-align: center; }
.section__heading h1, .section__heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.75rem, 5vw, 5rem); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
.section__heading > p:last-child { margin: 1.3rem auto 0; max-width: 38rem; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.15rem); }
.eyebrow { margin: 0 0 .8rem; color: var(--wood); text-transform: uppercase; letter-spacing: .2em; font-size: .75rem; font-weight: 800; }

.products { background: var(--snow); }
.product-grid { width: min(100%, 92rem); margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.product-card { padding: clamp(1.5rem, 2.2vw, 2.25rem); display: flex; flex-direction: column; background: var(--white); border: 1px solid transparent; box-shadow: 0 8px 24px rgb(20 22 18 / 5%); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-5px); border-color: var(--line); box-shadow: var(--shadow); }
.product-card header { padding-bottom: 1.3rem; display: flex; align-items: baseline; gap: .75rem; border-bottom: 1px solid var(--line); }
.product-card header span { color: var(--wood); font-size: .73rem; font-weight: 800; letter-spacing: .12em; }
.product-card h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 2.2rem; font-weight: 500; }
.product-card__intro { min-height: 10.2rem; margin: 1.5rem 0; color: var(--muted); line-height: 1.65; }
.spec-group { padding: 1.2rem 0; border-top: 1px solid var(--line); }
.spec-group h3 { margin: 0 0 .7rem; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.spec-group p { margin: 0; color: var(--muted); }
.spec-group ul { margin: 0; padding: 0; list-style: none; }
.spec-group li { color: var(--muted); font-size: .94rem; }
.price { margin-top: auto; }
.price li { display: flex; justify-content: space-between; gap: 1rem; }
.price strong { color: var(--ink); white-space: nowrap; }
.product-card > .button { margin-top: 1.5rem; width: 100%; }

.faq { background: var(--white); }
.faq-grid { width: min(100%, 70rem); margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.faq-grid article { padding: clamp(1.5rem, 3vw, 2.5rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.faq-grid h3 { margin: 0 0 .75rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 500; line-height: 1.25; }
.faq-grid p { margin: 0; color: var(--muted); }
.faq-grid a { text-decoration-color: var(--wood); text-underline-offset: .18em; }

.contact { color: var(--white); background: #171915; }
.section__heading--light > p:last-child { color: rgb(255 255 255 / 65%); }
.contact-card { width: min(100%, 54rem); margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgb(255 255 255 / 16%); }
.contact-card a { min-width: 0; min-height: 6.3rem; padding: 1.25rem; display: flex; align-items: center; gap: 1rem; border-bottom: 1px solid rgb(255 255 255 / 16%); text-decoration: none; overflow-wrap: anywhere; transition: background .2s ease; }
.contact-card a:nth-child(odd) { border-right: 1px solid rgb(255 255 255 / 16%); }
.contact-card a:last-child { grid-column: 1 / -1; border-right: 0; }
.contact-card a:hover { background: rgb(255 255 255 / 6%); }
.contact-card img, .contact-card__icon { width: 2rem; height: 2rem; flex: none; object-fit: contain; }
.contact-card__icon { display: grid; place-items: center; border: 1px solid rgb(255 255 255 / 35%); border-radius: 50%; font-weight: 700; }
.contact-card small { display: block; color: rgb(255 255 255 / 52%); text-transform: uppercase; letter-spacing: .13em; font-size: .68rem; font-weight: 700; }

.partners { background: var(--white); }
.partner-grid { width: min(100%, 70rem); margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
.partner-grid a { min-height: 10rem; padding: 2rem; display: grid; place-items: center; border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.partner-grid a:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.partner-grid img { max-width: 100%; max-height: 5.5rem; object-fit: contain; }

@media (max-width: 70rem) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card__intro { min-height: 7rem; }
}

@media (max-width: 44rem) {
  .hero__content { gap: 2.25rem; }
  .hero__logo { width: min(56vw, 14rem); }
  .game-promo { padding-block: 1.25rem; }
  .game-promo__inner { grid-template-columns: 4.75rem minmax(0, 1fr); column-gap: 1.25rem; row-gap: 1rem; }
  .game-promo__art { width: 4.75rem; }
  .game-promo__copy .eyebrow { margin-bottom: .35rem; font-size: .68rem; }
  .game-promo__copy h2 { font-size: 1.6rem; }
  .game-promo__copy > p:last-child { display: none; }
  .game-promo .button { width: 100%; grid-column: 1 / -1; }
  .section { padding-inline: 1rem; }
  .product-grid, .partner-grid, .contact-card, .faq-grid { grid-template-columns: 1fr; }
  .product-card__intro { min-height: 0; }
  .contact-card a:nth-child(odd) { border-right: 0; }
  .contact-card a:last-child { grid-column: auto; }
  .partner-grid a { min-height: 8rem; }
}

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