@font-face {
  font-family: 'Press Display';
  src: url('/fonts/eb-garamond-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Press Display';
  src: url('/fonts/eb-garamond-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Press Sans';
  src: url('/fonts/merriweather-sans-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Press Sans';
  src: url('/fonts/merriweather-sans-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.press-kit-page {
  --press-black: #050505;
  --press-ink: #0d0d0d;
  --press-paper: #ffffff;
  --press-muted: rgba(255, 255, 255, 0.84);
  --press-faint: rgba(255, 255, 255, 0.62);
  --press-rule: rgba(255, 255, 255, 0.18);
  --press-rule-strong: rgba(255, 255, 255, 0.3);
  --press-gold: #e3c46c;
  --press-gold-soft: rgba(227, 196, 108, 0.16);
  background: var(--press-black);
  color: var(--press-paper);
  font-family: 'Press Sans', 'Raleway', sans-serif;
}

.press-kit-page h1,
.press-kit-page h2,
.press-kit-page h3 {
  font-family: 'Press Display', 'Cinzel', serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.press-kit-page p,
.press-kit-page li,
.press-kit-page dd,
.press-kit-page dt,
.press-kit-page a {
  font-family: 'Press Sans', 'Raleway', sans-serif;
}

.press-kit-page header {
  background: rgba(5, 5, 5, 0.94);
  border-bottom-color: var(--press-rule);
  box-shadow: none;
}

.press-kit-page .logo-text,
.press-kit-page .logo-silver,
.press-kit-page .footer-logo,
.press-kit-page .footer-logo-silver {
  background: none;
  color: var(--press-paper);
  -webkit-text-fill-color: currentColor;
}

.press-kit-page .nav-links a {
  color: var(--press-paper);
}

.press-kit-page .nav-links a::after {
  background: var(--press-gold);
}

.press-kit-page .nav-links a:hover {
  color: var(--press-gold);
}

.press-kit-main {
  background: var(--press-black);
}

.press-kit-page main {
  margin-top: 112px;
}

.press-hero {
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 4vw, 4rem) clamp(3rem, 6vw, 5rem);
  border-bottom: 1px solid var(--press-rule);
}

.press-hero__inner {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: block;
}

.press-hero__copy {
  max-width: 760px;
}

.press-eyebrow,
.press-section-label {
  margin: 0;
  color: var(--press-gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.press-hero h1 {
  max-width: 720px;
  margin: 1rem 0 0;
  color: var(--press-paper);
  font-family: 'Press Display', 'Cinzel', serif;
  font-size: clamp(2.7rem, 6vw, 5.8rem);
  line-height: 0.96;
}

.press-hero__lead {
  max-width: 620px;
  margin: 1.15rem 0 0;
  color: var(--press-muted);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.7;
}

.press-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.press-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.2rem;
  border: 1px solid var(--press-rule-strong);
  border-radius: 4px;
  color: var(--press-paper);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.press-button:hover,
.press-button:focus-visible {
  border-color: var(--press-paper);
  text-decoration: none;
  transform: translateY(-1px);
}

.press-button:focus-visible,
.press-kit-page a:focus-visible {
  outline: 2px solid var(--press-gold);
  outline-offset: 4px;
}

.press-button--primary {
  border-color: var(--press-gold);
  background: var(--press-gold);
  color: var(--press-ink);
}

.press-button--primary:hover,
.press-button--primary:focus-visible {
  background: var(--press-paper);
  color: var(--press-ink);
}

.press-button--secondary {
  background: transparent;
}

.press-button--secondary:hover,
.press-button--secondary:focus-visible {
  background: var(--press-paper);
  color: var(--press-ink);
}

.press-screenshots {
  padding: clamp(3.75rem, 7vw, 6rem) clamp(1.5rem, 4vw, 4rem) clamp(5rem, 8vw, 7rem);
  border-bottom: 1px solid var(--press-rule);
  background: var(--press-black);
  color: var(--press-paper);
}

.press-kit-page .game-showcase__shell {
  max-width: 1320px;
  margin: 0 auto;
}

.press-kit-page .press-screenshots .press-eyebrow {
  color: var(--press-gold);
}

.press-kit-page .game-showcase h2 {
  max-width: none;
  margin: 0.75rem 0 0;
  color: var(--press-paper);
  font-size: clamp(2.3rem, 4.2vw, 4.4rem);
  line-height: 1;
}

.press-kit-page .game-showcase__intro {
  margin: 1.25rem 0 clamp(2.5rem, 6vw, 4.5rem);
  color: var(--press-muted);
}

.press-kit-page .screenshot-carousel {
  position: relative;
}

.press-kit-page .screenshot-carousel__viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.press-kit-page .screenshot-carousel__viewport:focus-visible {
  outline: 3px solid var(--press-paper);
  outline-offset: 8px;
}

.press-kit-page .screenshot-carousel__track {
  --active-slide: 0;
  display: flex;
  transform: translate3d(calc(var(--active-slide) * -100%), 0, 0);
  transition: transform 650ms cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
}

.press-kit-page .screenshot-carousel__slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(1.25rem, 3vw, 2rem);
  margin: 0;
  padding: clamp(1rem, 2vw, 1.5rem);
  align-items: center;
  background: var(--press-black);
}

.press-kit-page .screenshot-carousel__slide img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(500px, 54vh);
  justify-self: center;
  padding: clamp(0.75rem, 2vw, 1.25rem);
  border: 1px solid var(--press-rule);
  border-radius: 26px;
  background: #ffffff;
  object-fit: contain;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.press-kit-page .screenshot-carousel__caption {
  max-width: 520px;
  min-height: 4.5rem;
  justify-self: center;
  color: var(--press-paper);
  text-align: center;
}

.press-kit-page .screenshot-carousel__caption h3 {
  margin: 0;
  color: var(--press-paper);
  font-family: 'Press Sans', 'Raleway', sans-serif;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: none;
}

.press-kit-page .screenshot-carousel__slide.is-hidden {
  display: none;
}

.press-kit-page .screenshot-carousel__control {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid var(--press-rule-strong);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--press-paper);
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.press-kit-page .screenshot-carousel__control svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.press-kit-page .screenshot-carousel__control--prev {
  left: clamp(0.65rem, 2vw, 1.25rem);
}

.press-kit-page .screenshot-carousel__control--next {
  right: clamp(0.65rem, 2vw, 1.25rem);
}

.press-kit-page .screenshot-carousel__control:hover,
.press-kit-page .screenshot-carousel__control:focus-visible {
  border-color: var(--press-paper);
  background: var(--press-paper);
  color: var(--press-ink);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24);
  transform: translateY(-50%) scale(1.04);
}

.press-kit-page .screenshot-carousel__control:focus-visible {
  outline: 3px solid var(--press-gold);
  outline-offset: 4px;
}

.press-kit-page .screenshot-carousel__control:disabled {
  cursor: not-allowed;
  opacity: 0.28;
}

.press-kit-page .screenshot-carousel__dots {
  display: flex;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 1.25rem;
}

.press-kit-page .screenshot-carousel__dot {
  width: 0.72rem;
  height: 0.72rem;
  padding: 0;
  border: 1px solid var(--press-rule-strong);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.press-kit-page .screenshot-carousel__dot:hover,
.press-kit-page .screenshot-carousel__dot:focus-visible {
  border-color: var(--press-paper);
  transform: scale(1.12);
}

.press-kit-page .screenshot-carousel__dot:focus-visible {
  outline: 3px solid var(--press-gold);
  outline-offset: 4px;
}

.press-kit-page .screenshot-carousel__dot[aria-current='step'] {
  border-color: var(--press-paper);
  background: var(--press-paper);
  transform: scale(1.18);
}

.press-kit-page .screenshot-carousel__dot.is-hidden {
  display: none;
}

.press-body {
  width: min(1160px, calc(100% - clamp(2.5rem, 8vw, 8rem)));
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(4rem, 7vw, 6.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.press-content {
  min-width: 0;
}

.press-section {
  padding: 0 0 clamp(2.75rem, 5vw, 4.25rem);
  border-bottom: 1px solid var(--press-rule);
}

.press-section + .press-section {
  padding-top: clamp(2.75rem, 5vw, 4.25rem);
}

.press-section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.press-section h2 {
  max-width: 760px;
  margin: 0.8rem 0 1.1rem;
  color: var(--press-paper);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.04;
}

.press-section p {
  max-width: 72ch;
  margin: 0 0 1rem;
  color: var(--press-muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.press-section p:last-child {
  margin-bottom: 0;
}

.press-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.press-feature-list li {
  position: relative;
  min-height: 3.25rem;
  padding: 0.85rem 1.25rem 0.85rem 1rem;
  color: var(--press-muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.press-feature-list li::before {
  content: '';
  position: absolute;
  top: 1.45rem;
  left: 0;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--press-gold);
}

.press-media-box h2 {
  margin-top: 0.55rem;
}

.press-media-box {
  display: grid;
  gap: 1.25rem;
  padding: 0;
}

.press-story__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 0;
}

.press-story__meta div {
  padding-top: 0;
}

.press-story__meta dt,
.press-row-list dt,
.press-facts dt {
  color: var(--press-faint);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.press-story__meta dd,
.press-row-list dd,
.press-facts dd {
  margin: 0.25rem 0 0;
  color: var(--press-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.press-media-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.press-media-list li {
  position: relative;
  padding: 0.42rem 0 0.42rem 1rem;
  color: var(--press-muted);
  font-size: 1rem;
}

.press-media-list li::before {
  content: '';
  position: absolute;
  top: 1.15rem;
  left: 0;
  width: 0.32rem;
  height: 0.32rem;
  background: var(--press-gold);
}

.press-row-list {
  margin: 1.25rem 0 0;
}

.press-row-list div {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 1rem;
  padding: 0.5rem 0;
}

.press-row-list a {
  color: var(--press-gold);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.press-row-list a:hover {
  text-decoration: underline;
}

.press-sidebar {
  position: sticky;
  top: 112px;
}

.press-facts h2 {
  margin: 0;
  padding: 0 0 1rem;
  color: var(--press-paper);
  font-size: 2.015rem;
  line-height: 1.05;
}

.press-facts dl {
  margin: 0;
  padding: 0;
}

.press-facts div {
  padding: 0.45rem 0;
}

.press-facts dt {
  font-size: 0.936rem;
}

.press-facts dd {
  font-size: 1.3rem;
}

.press-status {
  display: inline-flex;
  padding: 0.22rem 0.55rem;
  border-radius: 3px;
  background: var(--press-gold-soft);
  color: var(--press-paper);
  font-size: 0.975rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .press-body {
    grid-template-columns: 1fr;
  }

  .press-sidebar {
    position: static;
  }
}

@media (max-width: 700px) {
  .press-kit-page main {
    margin-top: 144px;
  }

  .press-hero {
    padding-top: 3.75rem;
  }

  .press-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .press-hero__actions,
  .press-button {
    width: 100%;
  }

  .press-kit-page .press-screenshots {
    padding-inline: 1rem;
  }

  .press-kit-page .screenshot-carousel__control {
    width: 44px;
    height: 44px;
  }

  .press-kit-page .screenshot-carousel__control svg {
    width: 24px;
    height: 24px;
  }

  .press-kit-page .screenshot-carousel__slide img {
    max-height: min(460px, 58vh);
  }

  .press-body {
    width: min(100% - 2rem, 1160px);
  }

  .press-feature-list,
  .press-story__meta {
    grid-template-columns: 1fr;
  }

  .press-row-list div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .press-button,
  .press-kit-page .screenshot-carousel__track,
  .press-kit-page .screenshot-carousel__control,
  .press-kit-page .screenshot-carousel__dot {
    transition: none;
    transform: none;
  }
}
