/* Media-rich polish layered after refresh.css. Keeps the page simple while making prototype proof visible. */
.media-rich-hero .hero-shell {
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.9fr);
  align-items: center;
}

.hero-media-stack {
  display: grid;
  gap: 14px;
}

.hero-video-card {
  position: relative;
  min-height: 0;
}

.hero-video-preview,
.video-proof-frame video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #05070a;
}

.hero-video-preview {
  aspect-ratio: 16 / 9;
}

.hero-photo-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.hero-photo-pair figure,
.prototype-gallery figure,
.design-media-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.hero-photo-pair img,
.prototype-gallery img,
.design-media-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hero-photo-pair figcaption,
.prototype-gallery figcaption,
.design-media-grid figcaption {
  padding: 12px 14px;
  color: rgba(247, 241, 232, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
}

.video-proof-frame {
  min-height: 360px;
}

.video-proof-frame video {
  aspect-ratio: 16 / 9;
}

.prototype-video-wrap {
  width: min(100%, 920px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #05070a;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.prototype-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #05070a;
}

.prototype-gallery {
  width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.prototype-gallery img {
  aspect-ratio: 3 / 4;
}

.design-media-grid {
  width: min(100%, 1040px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.design-media-grid img {
  aspect-ratio: 16 / 10;
  object-fit: contain;
  padding: 12px;
  background: rgba(8, 11, 16, 0.5);
}

.kickstarter-visual-card {
  width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(255, 184, 77, 0.22);
  background:
    radial-gradient(circle at top left, rgba(255, 184, 77, 0.12), transparent 38%),
    radial-gradient(circle at bottom right, rgba(120, 213, 255, 0.09), transparent 36%),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
}

.kickstarter-visual-copy h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.045em;
  margin-bottom: 14px;
}

.kickstarter-visual-copy p {
  color: rgba(247, 241, 232, 0.76);
  max-width: 620px;
  margin-bottom: 20px;
}

.kickstarter-guide-frame {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 11, 16, 0.42);
}

.kickstarter-guide-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.thank-visual-proof {
  width: min(100%, 900px);
  margin: 8px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.thank-visual-proof figure {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.thank-visual-proof img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.thank-visual-proof figcaption {
  padding: 12px 14px;
  color: rgba(247, 241, 232, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
}

.thank-kickstarter-guide {
  width: min(100%, 900px);
  margin: 22px auto 0;
}

.thank-kickstarter-guide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 11, 16, 0.42);
}

/* Premium, ANKH-inspired landing flow */
.mention-marquee-section {
  overflow: hidden;
  padding-top: 38px;
  padding-bottom: 46px;
}

.mention-marquee-section .section-header {
  margin-bottom: 18px;
}

.mention-marquee {
  width: min(100%, 1120px);
  margin: 0 auto;
  overflow: hidden;
  padding: 18px 0;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.mention-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 16px;
  animation: mention-scroll 34s linear infinite;
}

.mention-marquee:hover .mention-track {
  animation-play-state: paused;
}

.mention-logo {
  flex: 0 0 auto;
  min-width: 178px;
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 11, 16, 0.7);
  color: rgba(247, 241, 232, 0.82);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

@keyframes mention-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 8px)); }
}

.audience-grid,
.launch-access-grid {
  width: min(100%, 1040px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.audience-card,
.launch-card {
  padding: 28px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.audience-card h3 {
  margin-bottom: 10px;
  font-size: 1.16rem;
  letter-spacing: -0.02em;
}

.audience-card p,
.launch-card p,
.launch-card small {
  color: rgba(247, 241, 232, 0.72);
}

.launch-access-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.launch-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.launch-card-vip {
  border-color: rgba(255, 184, 77, 0.28);
  background:
    radial-gradient(circle at top right, rgba(255, 184, 77, 0.13), transparent 34%),
    rgba(255, 255, 255, 0.06);
}

.launch-plan {
  color: var(--amber);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 0.78rem;
  font-weight: 900;
}

.launch-price {
  display: block;
  color: var(--text);
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.launch-card .offer-detail-list {
  grid-template-columns: 1fr;
  margin: 0;
  text-align: left;
}

.launch-card .primary-btn {
  width: 100%;
  margin-top: auto;
}

.launch-card .vip-progress {
  margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
  .mention-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 1050px) {
  .media-rich-hero .hero-shell,
  .kickstarter-visual-card {
    grid-template-columns: 1fr;
  }

  .media-rich-hero .hero-media-stack {
    width: min(100%, 680px);
    margin: 0 auto;
  }

  .prototype-gallery,
  .audience-grid {
    grid-template-columns: 1fr 1fr;
  }

  .kickstarter-visual-card {
    text-align: center;
  }

  .kickstarter-visual-copy p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 700px) {
  .hero-video-card,
  .video-proof-frame {
    min-height: auto;
  }

  .hero-video-preview {
    aspect-ratio: 16 / 9;
  }

  .prototype-video-wrap {
    border-radius: 20px;
  }

  .hero-photo-pair,
  .prototype-gallery,
  .design-media-grid,
  .thank-visual-proof,
  .audience-grid,
  .launch-access-grid {
    grid-template-columns: 1fr;
  }

  .prototype-gallery img {
    aspect-ratio: 16 / 11;
  }

  .mention-logo {
    min-width: 148px;
    min-height: 48px;
    font-size: 0.92rem;
  }

  .audience-card,
  .launch-card,
  .kickstarter-visual-card {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .kickstarter-visual-copy .primary-btn {
    width: 100%;
  }
}
