﻿.hero-content { padding-top: clamp(160px, 20vh, 205px); }
.hero h1 { font-size: clamp(3rem, 4.9vw, 4.9rem); }
.hero h1 + p { margin-top: 24px; }
.hero-actions { margin-top: 28px; }

.hero--corporate {
  background: #06111f;
}

.hero-corporate-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #06111f;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/assets/web/fairplaystudio/FPS-WEB-HERO-002_2560x1440_20260804_v1.0.png');
  background-image: image-set(url('/assets/web/fairplaystudio/FPS-WEB-HERO-002_1920w.webp') type('image/webp'), url('/assets/web/fairplaystudio/FPS-WEB-HERO-002_2560x1440_20260804_v1.0.png') type('image/png'));
}

.hero--corporate .hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding-inline: 24px;
  text-align: center;
}

.hero--corporate .hero-content > p:not(.section-eyebrow) {
  max-width: 640px;
  margin-inline: auto;
}

.hero--corporate .section-eyebrow {
  margin-bottom: 24px;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
}

.hero--corporate .hero-actions {
  justify-content: center;
}

.site-header {
  align-items: flex-start;
}

.header-brand {
  display: block;
  width: 136px;
  aspect-ratio: 1.36;
  overflow: hidden;
  line-height: 0;
}

.header-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.studio-mark img {
  display: block;
  width: min(74%, 360px);
  height: auto;
  object-fit: contain;
}

.product-carousel {
  background: #06182a;
}

.carousel-stage {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: radial-gradient(circle at 50% 45%, rgba(31, 115, 101, .46), transparent 50%), #06121f;
}

.carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform .82s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.carousel-slide {
  display: grid;
  place-items: center;
  flex: 0 0 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.product-store-links a,
.footer-email,
.business-email a {
  color: var(--mint);
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
}

.product-store-links a:hover,
.product-store-links a:focus-visible,
.footer-email:hover,
.footer-email:focus-visible,
.business-email a:hover,
.business-email a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.business-email {
  margin-top: 26px;
}

.footer-email {
  display: inline-block;
  margin-top: 10px;
}

@media (min-width: 561px) and (max-width: 900px) {
  .header-brand { width: 110px; }
  .site-nav { top: 144px; }
}

@media (max-width: 560px) {
  .header-brand { width: 94px; }
  .site-nav { top: 126px; }
  .hero h1 {
    max-width: 320px;
    font-size: 2.65rem;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .hero h1 + p { max-width: 264px; }
  .hero-scene { opacity: .28; }
  .hero-screen { right: -16%; }
  .hero--corporate .hero-content {
    width: 100%;
    padding-inline: 18px;
  }
  .hero--corporate .hero-content > p:not(.section-eyebrow) {
    width: 100%;
    max-width: 310px;
    overflow-wrap: break-word;
  }
  .hero--corporate .section-eyebrow {
    font-size: 1rem;
    letter-spacing: .12em;
  }
  .hero--corporate .hero-actions {
    display: grid;
    width: min(100%, 330px);
    margin-inline: auto;
    gap: 16px;
  }
  .hero--corporate .button { width: 100%; }
}
