@import url("https://fonts.googleapis.com/css2?family=Manrope:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&display=swap");

:root {
  --ink: #111;
  --muted: #a8a8a8;
  --line: #2e2e2e;
  --paper: #f2f1ee;
  --dark: #121212;
  --shell: min(1120px, calc(100% - 64px));
  --sans: "Manrope", Arial, sans-serif;
  --serif: "Manrope", Arial, sans-serif;
  --mono: "Manrope", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  touch-action: manipulation;
}
body {
  margin: 0;
  color: var(--paper);
  background: var(--dark);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
}
.shell {
  width: var(--shell);
  margin-inline: auto;
}
.skip-link {
  background: #fff;
  color: #000;
  left: 12px;
  padding: 10px 14px;
  position: fixed;
  top: -60px;
  z-index: 99;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
}
.nav {
  height: 104px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  font-family: var(--mono);
  letter-spacing: 0.11em;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
}
.site-header .brand img {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  object-fit: contain;
}
.nav-divider {
  width: 1px;
  height: 33px;
  background: rgba(255, 255, 255, 0.55);
  margin: 0 16px;
  flex: 0 0 auto;
}
nav {
  display: flex;
  gap: 42px;
}
nav a {
  position: relative;
  color: #f2f2f2;
  font-size: 18px;
  letter-spacing: -0.035em;
  text-decoration: none;
  padding-bottom: 12px;
  transition: color 0.2s;
}
nav a:hover {
  color: #fff;
}
nav a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 850ms cubic-bezier(0.16, 1, 0.3, 1);
}
nav a:hover::after,
nav a:focus-visible::after {
  transform: scaleX(1);
}
.language {
  margin-left: auto;
}
.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border: 1px solid currentColor;
  padding: 12px 17px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s;
}
.nav-cta:hover,
.button:hover {
  background: #fff;
  color: #111;
}
.nav-cta span,
.button span {
  font-size: 16px;
  line-height: 1;
}
.nav-cta span svg,
.button span svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.language {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 8px;
  color: #ddd;
}
.language:hover {
  color: #888;
}
.menu-button {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  padding: 6px;
}
.menu-button span {
  display: block;
  width: 22px;
  border-top: 1px solid;
  margin: 5px;
}
@media (min-width: 1100px) {
  .site-header nav {
    flex: 0 0 591px;
    width: 591px;
  }
  .language {
    box-sizing: border-box;
    width: 30px;
    text-align: center;
  }
  .nav-cta {
    box-sizing: border-box;
    flex: 0 0 186px;
    width: 186px;
    justify-content: space-between;
  }
}
.hero {
  min-height: 100svh;
  position: sticky;
  top: -12svh;
  z-index: 0;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #09070f;
}
.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}
.gaming-page .hero > img {
  object-position: center 46%;
}
.gaming-page .intro-photo img {
  object-position: center;
}
.gaming-page .intro-highlight,
.gaming-page .about-panel strong,
.gaming-page .about-panel em {
  color: rgb(245, 182, 20);
}
.gaming-page .about-panel {
  font-size: 27px;
  line-height: 35px;
  letter-spacing: -0.045em;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(4, 2, 15, 0.76) 0%,
      rgba(7, 4, 18, 0.45) 42%,
      rgba(4, 2, 13, 0.2) 78%
    ),
    linear-gradient(0deg, rgba(3, 1, 12, 0.6), transparent 60%),
    linear-gradient(115deg, rgba(32, 8, 78, 0.25), transparent 54%);
}
.hero-content {
  position: relative;
  padding-bottom: 17vh;
}
.eyebrow {
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  margin: 0 0 17px;
  color: #d3c9df;
}
.hero .eyebrow {
  animation: hero-slide-in 0.9s 0.08s both cubic-bezier(0.2, 0.7, 0.2, 1);
}
.hero .eyebrow:before {
  content: "";
  display: inline-block;
  width: 46px;
  border-top: 2px solid currentColor;
  margin: 0 16px 3px 0;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(72px, 5.2vw, 96px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.065em;
  margin: 0;
  text-wrap: balance;
}
.hero-letter {
  display: inline-block;
  opacity: 0;
  animation: hero-letter-in 0.72s both cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hero-letter:nth-child(1) {
  animation-delay: 0.18s;
}
.hero-letter:nth-child(2) {
  animation-delay: 0.22s;
}
.hero-letter:nth-child(3) {
  animation-delay: 0.26s;
}
.hero-letter:nth-child(4) {
  animation-delay: 0.3s;
}
.hero-letter:nth-child(5) {
  animation-delay: 0.34s;
}
.hero-letter:nth-child(6) {
  animation-delay: 0.38s;
}
.hero-letter:nth-child(7) {
  animation-delay: 0.42s;
}
.hero-letter:nth-child(8) {
  animation-delay: 0.46s;
}
.hero-letter:nth-child(9) {
  animation-delay: 0.5s;
}
.hero-letter:nth-child(10) {
  animation-delay: 0.54s;
}
.hero-letter:nth-child(11) {
  animation-delay: 0.58s;
}
.hero-letter:nth-child(12) {
  animation-delay: 0.62s;
}
.hero-letter:nth-child(13) {
  animation-delay: 0.66s;
}
.hero-letter:nth-child(14) {
  animation-delay: 0.7s;
}
.hero-tagline {
  font-size: 27px;
  letter-spacing: -0.045em;
  margin: 24px 0 56px;
  color: #faf8fc;
  animation: hero-rise-in 0.85s 0.78s both cubic-bezier(0.2, 0.8, 0.2, 1);
}
.rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  border-left: 2px solid rgba(255, 255, 255, 0.6);
  padding: 8px 0 8px 30px;
  font-family: var(--mono);
  font-size: 21px;
  line-height: 1.2;
  margin: 84px 0 0;
  color: #fff;
  animation: hero-rise-in 0.85s 1.12s both cubic-bezier(0.2, 0.8, 0.2, 1);
}
.stars {
  display: flex;
  gap: 5px;
  align-items: center;
}
.stars i {
  display: block;
  width: 22px;
  height: 22px;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  line-height: 22px;
  color: #fff;
  letter-spacing: 0;
}
.rating-copy {
  color: #fff;
  letter-spacing: -0.035em;
}
.hero .button {
  gap: 16px;
  min-height: 48px;
  padding: 4px 4px 4px 24px;
  border: 0;
  border-radius: 999px;
  background: #450000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.025em;
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero .button span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #710000;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transform: rotate(0);
  transition:
    transform 0.42s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero .button span svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
}
.hero .button:hover {
  background: #260542;
  color: #fff;
  box-shadow: none;
  transform: none;
}
.hero .button:hover span {
  background: #5d006e;
  transform: rotate(-45deg);
}
.hero .button:active {
  transform: none;
  box-shadow: none;
}
.hero .button:active span {
  transform: rotate(-45deg) scale(0.94);
}
.hero .button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.intro {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding: 120px 0 97px;
  background: #121212;
  box-shadow: 0 -24px 55px rgba(0, 0, 0, 0.4);
}
.intro::before {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 112px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, #121212 82%);
}
.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 612px) minmax(0, 408px);
  gap: 100px;
  align-items: start;
}
.intro-copy {
  padding: 0;
}
.intro-kicker {
  font-size: 27px;
  line-height: 35px;
  letter-spacing: -0.05em;
  margin: 0 0 75px;
  color: #fff;
}
.intro h2,
.section-heading h2,
.faq h2,
.about h2,
.gaming h2 {
  font-size: clamp(29px, 4.1vw, 54px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.055em;
  margin: 0;
}
.intro h2 {
  font-size: 27px;
  line-height: 35px;
  letter-spacing: -0.045em;
}
.intro-highlight {
  color: #bd0905;
}
.intro-photo {
  align-self: start;
  overflow: hidden;
  border-radius: 16px;
  background: #333;
}
.intro-photo img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  object-position: center top;
}
.intro em,
.about em {
  font-family: var(--serif);
  font-weight: 500;
}
.stats {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
  margin-bottom: 150px;
}
.stats div {
  padding: 26px 0 0;
  border-top: 2px solid #e4e1e1;
}
.stats strong {
  font-size: 52px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.06em;
  display: block;
}
.stats span {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  display: block;
  margin-top: 8px;
}
.services {
  padding: 120px 0 180px;
  background: #f8f8f7;
  color: #000;
}
.services .eyebrow {
  color: #555;
}
.section-heading {
  margin-bottom: 64px;
}
.service-grid {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.service-card {
  position: sticky;
  top: 32px;
  z-index: var(--stack);
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 56px;
  min-height: 460px;
  padding: 16px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.055);
  overflow: hidden;
}
.service-card > img {
  width: 460px;
  height: 428px;
  object-fit: cover;
  border-radius: 24px;
}
.service-content {
  display: flex;
  min-width: 0;
  min-height: 428px;
  flex-direction: column;
  padding: 48px 40px 42px 0;
}
.price {
  font-size: 18px;
  line-height: 1.35;
  color: #555;
  margin: 0 0 42px;
}
.service-card h3 {
  font-size: 27px;
  line-height: 1.17;
  font-weight: 500;
  margin: 0 0 72px;
  letter-spacing: -0.05em;
}
.service-card ul {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
  font-size: 18px;
  line-height: 1.35;
}
.service-card li {
  padding-left: 32px;
  position: relative;
}
.service-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  font-size: 22px;
  line-height: 1;
}
.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  align-self: flex-start;
  margin-top: 32px;
  padding: 4px 4px 4px 24px;
  border: 1px solid #e1e1e1;
  border-radius: 999px;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.25s ease;
}
.service-card a span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  font-size: 21px;
  line-height: 1;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.service-card a span svg {
  display: block;
  width: 21px;
  height: 21px;
  fill: none;
  color: #fff;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.service-card a:hover {
  background: #4c4c4c;
}
.service-card a:hover span {
  transform: rotate(-45deg);
}
.review-wrap {
  background: #fff;
  color: #000;
  padding: 150px 0;
}
.review {
  max-width: 1120px;
  text-align: center;
}
.review .eyebrow {
  color: #777;
  margin-bottom: 64px;
}
.review-slider {
  position: relative;
  min-height: 360px;
}
.review-case {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
.review-case.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.review-stars {
  color: #f6ad10;
  font-family: Arial, sans-serif;
  font-size: 31px;
  letter-spacing: 6px;
  line-height: 1;
  margin-bottom: 66px;
}
.review blockquote {
  max-width: 900px;
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1.22;
  margin: 0 auto 55px;
}
.review-case > p {
  font-size: 18px;
  margin: 0;
}
.review-case > p span {
  color: #666;
}
.review-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.review-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d2d2d2;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.review-dots button.is-active {
  background: #111;
  transform: scale(1.3);
}
.about {
  display: grid;
  grid-template-columns: minmax(0, 500px) minmax(360px, 450px);
  justify-content: space-between;
  gap: 72px;
  align-items: start;
  padding: 160px 0;
}
.about-panels {
  min-width: 0;
}
.about-panel {
  margin-bottom: 72px;
  color: rgba(255, 255, 255, 0.3);
  font-size: clamp(25px, 2.15vw, 37px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.29;
  transition: color 0.45s ease;
}
.about-panel.is-active {
  color: #f4f4f4;
}
.about-panel .eyebrow {
  margin-bottom: 34px;
}
.about-panel h2 {
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0 0 42px;
}
.about-panel > p:not(.eyebrow) {
  margin: 0;
}
.about-panel strong,
.about-panel em {
  color: #b70704;
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
}
.about-media {
  position: sticky;
  top: 14svh;
}
.about-image {
  position: relative;
  height: min(76svh, 748px);
  overflow: hidden;
  border-radius: 24px;
  background: #252525;
}
.about-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 0.55s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.about-image img.is-active {
  opacity: 1;
  transform: scale(1);
}
.gaming {
  min-height: 746px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.gaming > img,
.gaming-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.gaming > img {
  object-fit: cover;
  object-position: 50% 0%;
}
.gaming-overlay {
  background: rgba(0, 0, 0, 0.22);
}
.gaming-copy {
  position: relative;
  max-width: 1120px;
  margin-inline: auto;
  color: #fff;
}
.gaming-copy h2 {
  font-size: 52px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
}
.gaming-copy p {
  max-width: 544px;
  margin: 0 auto 28px;
  font-size: 18px;
  line-height: 1.5;
}
.gaming-eyebrow {
  margin: 0 0 17px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d3c9df;
}
.gaming-eyebrow::before {
  content: "";
  display: inline-block;
  width: 46px;
  margin: 0 16px 3px 0;
  border-top: 2px solid currentColor;
}
.gaming-copy .button {
  gap: 16px;
  min-height: 48px;
  padding: 4px 4px 4px 24px;
  border: 0;
  border-radius: 999px;
  background: #570000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.025em;
  transition: background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.gaming-copy .button span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #9e0000;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transition:
    transform 0.42s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.gaming-copy .button:hover {
  background: #330000;
  color: #fff;
}
.gaming-copy .button:hover span {
  background: #c10000;
  transform: rotate(-45deg);
}
.faq {
  background: #fff;
  color: #000;
  padding: 220px 0 190px;
}
.faq-inner {
  max-width: 1120px;
}
.faq .eyebrow {
  margin-bottom: 34px;
  color: #737373;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-align: center;
  text-transform: none;
}
.faq h2 {
  font-size: clamp(38px, 3.5vw, 52px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-align: center;
  margin: 0;
}
.faq-list {
  max-width: 736px;
  margin: 64px auto 0;
}
.faq details {
  border-bottom: 1px solid #e3e3e3;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 26px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 12px;
  background: #f3f3f3;
  transition: background 0.28s ease, transform 0.28s ease;
}
.faq summary span svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2.5;
}
.faq-icon-vertical {
  transform-origin: center;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq details[open] summary span {
  background: #e8e8e8;
}
.faq details[open] .faq-icon-vertical {
  transform: scaleY(0);
}
.faq details p {
  max-width: 640px;
  color: #555;
  font-size: 16px;
  line-height: 1.55;
  margin: -4px 76px 25px 0;
}
.footer {
  background: #000;
  border: 0;
  padding: 104px 0 112px;
  color: #f3f3f3;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: start;
}
.footer-brand .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
}
.footer-brand .brand img {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  object-fit: contain;
}
.footer-manifest {
  margin: 24px 0 25px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  color: #c9c9c9;
}
.footer-tagline {
  margin: 0;
  font-size: 15px;
  color: #d0d0d0;
}
.footer-tagline span {
  color: #a40808;
}
.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 160px);
  gap: 90px;
}
.footer-nav > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.footer-nav h2 {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #f5f5f5;
}
.footer-nav a {
  font-size: 15px;
  line-height: 1.1;
  text-decoration: none;
  color: #8e8e8e;
  transition: color 0.2s ease;
}
.footer-nav a:hover {
  color: #fff;
}
@media (max-width: 809px) {
  :root {
    --shell: min(100% - 40px, 1120px);
  }
  .site-header {
    position: fixed;
    transition: transform 0.24s ease, background 0.24s ease;
  }
  body.nav-is-hidden .site-header {
    transform: translateY(-110%);
  }
  body.nav-scrolled .site-header {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
  }
  body.nav-scrolled .site-header .brand,
  body.nav-scrolled .site-header nav a,
  body.nav-scrolled .site-header .language {
    color: #000;
  }
  body.nav-scrolled .site-header .menu-button {
    color: #000;
  }
  body.nav-scrolled .site-header .menu-button span {
    color: #000;
  }
  body.nav-scrolled .site-header .nav-cta {
    border-color: #000;
    color: #000;
  }
  .nav {
    height: 66px;
  }
  .nav-divider {
    display: none;
  }
  .menu-button {
    display: block;
    order: 2;
    margin-left: auto;
  }
  .nav-cta {
    display: none;
  }
  nav {
    display: none;
  }
  .language {
    margin-left: 0;
  }
  body.menu-open {
    overflow: hidden;
  }
  .menu-open .site-header {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: #fff;
    transform: translateY(0);
  }
  .menu-open .nav {
    position: relative;
    height: 100%;
    align-items: flex-start;
    padding-top: 18px;
  }
  .menu-open .brand {
    color: #000;
    font-size: 28px;
    letter-spacing: -0.04em;
  }
  .menu-open .site-header .brand img {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }
  .menu-open .language {
    display: none;
  }
  .menu-open .menu-button {
    position: relative;
    z-index: 2;
    width: 44px;
    height: 44px;
    margin-top: 2px;
    padding: 0;
  }
  .menu-open .menu-button span {
    position: absolute;
    top: 21px;
    left: 3px;
    width: 38px;
    margin: 0;
    border-top: 2px solid #000;
  }
  .menu-open .menu-button span:first-child {
    transform: rotate(45deg);
  }
  .menu-open .menu-button span:last-child {
    transform: rotate(-45deg);
  }
  .menu-open .nav::after {
    content: '';
    position: absolute;
    top: 83px;
    right: 0;
    left: 0;
    border-top: 1px solid #d9d9d9;
  }
  .menu-open nav {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 166px;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    flex-direction: column;
    align-items: center;
    gap: 54px;
  }
  .menu-open nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 44px;
    padding: 6px 20px;
    color: #000;
    font-size: 19px;
    letter-spacing: -0.045em;
  }
  .hero {
    min-height: 680px;
    position: sticky;
    top: 0;
  }
  .hero > img {
    object-position: 58% center;
  }
  .hero-content {
    padding-bottom: 110px;
  }
  .hero h1 {
    font-size: 64px;
  }
  .hero-tagline {
    font-size: 21px;
    margin: 17px 0 46px;
  }
  .rating {
    margin-top: 48px;
    font-size: 16px;
    padding-left: 20px;
  }
  .intro {
    margin-top: 0;
    padding: 72px 0 90px;
  }
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .intro-kicker {
    font-size: 27px;
    margin-bottom: 40px;
  }
  .intro h2 {
    font-size: 31px;
  }
  .gaming-page .about-panel {
    font-size: 31px;
    line-height: 35px;
  }
  .intro-photo {
    border-radius: 22px 22px 0 0;
  }
  .intro-photo img {
    height: auto;
  }
  .stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    margin-bottom: 90px;
  }
  .stats div:nth-child(3) {
    padding-left: 0;
  }
  .services {
    padding: 76px 0 110px;
  }
  .service-grid {
    gap: 40px;
  }
  .service-card {
    position: sticky;
    top: 12px;
    z-index: var(--stack);
    display: block;
    min-height: 0;
    padding: 12px;
    border-radius: 24px;
  }
  .service-card > img {
    width: 100%;
    height: 230px;
    border-radius: 16px;
  }
  .service-content {
    min-height: 0;
    padding: 28px 16px 18px;
  }
  .price {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .service-card h3 {
    font-size: 27px;
    margin-bottom: 30px;
  }
  .service-card ul {
    gap: 14px;
    font-size: 16px;
  }
  .service-card a {
    margin-top: 30px;
  }
  .review-wrap {
    padding: 85px 0;
  }
  .about {
    grid-template-columns: 1fr;
    padding: 90px 0;
    gap: 35px;
  }
  .about-panels {
    order: 2;
  }
  .about-media {
    position: relative;
    top: auto;
    order: 1;
  }
  .about-image {
    height: min(110vw, 560px);
  }
  .about-panel {
    min-height: 0;
    margin-bottom: 80px;
    font-size: clamp(25px, 7vw, 34px);
  }
  .gaming {
    min-height: 500px;
  }
  .gaming-copy h2 {
    font-size: 38px;
    line-height: 1.15;
  }
  .gaming-copy p {
    font-size: 16px;
  }
  .faq {
    padding: 108px 0 96px;
  }
  .faq .eyebrow {
    margin-bottom: 22px;
    font-size: 15px;
  }
  .faq h2 {
    font-size: 38px;
  }
  .faq-list {
    margin-top: 64px;
  }
  .faq summary {
    padding: 24px 0;
    font-size: 17px;
  }
  .faq summary span {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 10px;
    font-size: 24px;
  }
  .faq details p {
    font-size: 14px;
    margin-right: 0;
  }
  .footer {
    padding: 72px 0;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
  .footer-nav > div {
    gap: 17px;
  }
  .stats strong {
    font-size: 29px;
  }
}

.hero .button {
  animation: hero-rise-in 0.85s 0.96s both cubic-bezier(0.2, 0.8, 0.2, 1);
}
@keyframes hero-zoomout {
  from {
    transform: scale(1.015);
  }
  to {
    transform: scale(1);
  }
}
@keyframes hero-slide-in {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes hero-letter-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes hero-rise-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero > img,
  .hero .eyebrow,
  .hero-letter,
  .hero-tagline,
  .hero .button,
  .hero .rating {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .about-panel,
  .about-image img,
  .faq-icon-vertical {
    transition: none;
  }
  nav a::after {
    transition: none;
  }
}
