body.page-home {
  position: relative;
}

.redesign-shell {
  position: relative;
}

.page-home .hero-redesign {
  position: relative;
  padding: 34px 0 10px;
  isolation: isolate;
}

.page-home .hero-pattern {
  position: absolute;
  inset: 36px 0 auto;
  height: min(64vw, 700px);
  background-image: url('/assets/img/redesign/Create_a_wide_202604201105.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: min(1500px, 120vw);
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

.page-home .hero-divider,
.page-home .section-divider {
  width: min(100%, 920px);
  margin: 0 auto;
  pointer-events: none;
}

.page-home .hero-divider img,
.page-home .section-divider img {
  width: 100%;
  height: auto;
  opacity: 0.34;
}

.page-home .hero-divider-top {
  margin-bottom: 22px;
}

.page-home .hero-mobile-visual {
  display: none;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.page-home .hero-grid-redesign {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 34px;
  align-items: center;
}

.page-home .hero-copy-panel {
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,246,239,0.9));
}

.page-home .hero-copy-panel::after {
  content: "";
  position: absolute;
  inset: auto -80px -90px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 180, 106, 0.3), rgba(255, 180, 106, 0) 72%);
  pointer-events: none;
}

.page-home .hero-copy-panel > * {
  position: relative;
  z-index: 1;
}

.page-home .hero-art-card,
.page-home .section-hero-art,
.page-home .progress-illustration,
.page-home .media-banner,
.page-home .cta-art,
.page-home .gameplay-phone-art,
.page-home .feature-media,
.page-home .power-media {
  margin: 0;
}

.page-home .hero-art-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,245,237,0.96));
  border: 1px solid rgba(123, 67, 86, 0.12);
  box-shadow: 0 30px 80px rgba(123, 67, 86, 0.15);
}

.page-home .hero-art-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.45);
  pointer-events: none;
}

.page-home .hero-art-card img {
  width: 100%;
  height: auto;
}

.page-home .hero-art-card-desktop {
  min-height: 100%;
}

.page-home .hero-art-card-desktop img {
  object-position: right center;
}

.page-home .gameplay-grid-redesign {
  align-items: center;
  gap: 38px;
}

.page-home .gameplay-stage {
  position: relative;
}

.page-home .gameplay-phone-art {
  max-width: 500px;
  margin-inline: auto;
  padding: 18px;
  border-radius: 38px;
  background: linear-gradient(180deg, rgba(255,255,255,0.85), rgba(255,243,235,0.96));
  border: 1px solid rgba(123, 67, 86, 0.1);
  box-shadow: var(--shadow);
}

.page-home .gameplay-phone-art img {
  width: 100%;
  height: auto;
}

.page-home .section-soft {
  padding-top: 18px;
}

.page-home .redesign-feature-grid {
  align-items: stretch;
}

.page-home .feature-card {
  display: flex;
  flex-direction: column;
}

.page-home .feature-media {
  margin-bottom: 18px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff8f2, #ffeede);
  aspect-ratio: 1.18 / 1;
}

.page-home .feature-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-home .section-hero-art {
  margin: 26px 0 22px;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.84), rgba(255,241,233,0.96));
  border: 1px solid rgba(123, 67, 86, 0.1);
  box-shadow: var(--shadow);
}

.page-home .section-hero-art img,
.page-home .progress-illustration img,
.page-home .media-banner img,
.page-home .cta-art img {
  width: 100%;
  height: auto;
}

.page-home .redesign-power-grid {
  align-items: stretch;
}

.page-home .redesign-power-grid .power-panel {
  display: flex;
  flex-direction: column;
}

.page-home .power-media {
  margin-bottom: 20px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff8f3, #ffefe3);
}

.page-home .power-media img {
  width: 100%;
  height: auto;
}

.page-home .progress-illustration {
  margin: 24px 0 18px;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,241,235,0.94));
  border: 1px solid rgba(123, 67, 86, 0.1);
  box-shadow: var(--shadow);
}

.page-home .progress-panel-redesign {
  margin-top: 18px;
}

.page-home .media-banner {
  margin: 24px 0 20px;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,241,235,0.94));
  border: 1px solid rgba(123, 67, 86, 0.1);
  box-shadow: var(--shadow);
}

.page-home .media-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}

.page-home .media-feature-copy,
.page-home .media-preview-card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  border-radius: 30px;
}

.page-home .media-feature-copy {
  padding: 26px;
}

.page-home .media-feature-copy h3 {
  margin: 14px 0 10px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.page-home .compact-check-list {
  margin-top: 16px;
}

.page-home .compact-check-list li::before {
  margin-top: 2px;
}

.page-home .media-preview-card {
  padding: 20px;
}

.page-home .media-phone-shell {
  position: relative;
  max-width: 380px;
  margin-inline: auto;
  padding: 14px;
  border-radius: 42px;
  overflow: hidden;
  background: linear-gradient(180deg, #4b333d, #241722 72%);
  box-shadow: 0 32px 72px rgba(60, 31, 53, 0.26), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.page-home .media-phone-shell::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  width: 34%;
  height: 24px;
  border-radius: 0 0 18px 18px;
  background: #1f151f;
  z-index: 2;
}

.page-home .media-phone-crop {
  position: relative;
  aspect-ratio: 9 / 20;
  overflow: hidden;
  border-radius: 30px;
  background: #f7ece5;
}

.page-home .media-phone-crop::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 74px;
  background: linear-gradient(180deg, rgba(255,244,236,0), rgba(255,244,236,0.95) 78%);
  pointer-events: none;
}

.page-home .media-phone-crop video {
  position: absolute;
  top: 0;
  left: -2.5%;
  width: 105%;
  height: calc(100% + 80px);
  object-fit: cover;
  object-position: center top;
  background: #f7ece5;
}

.page-home .redesign-gallery-grid {
  margin-top: 4px;
}

.page-home .launch-panel-redesign {
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
}

.page-home .cta-art {
  max-width: 360px;
  margin-inline: auto;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,241,235,0.96));
}

.page-home .launch-copy-block {
  display: grid;
  gap: 18px;
}

.page-home .launch-copy-block .launch-actions {
  justify-content: flex-start;
}

.page-home .section-divider {
  margin-top: -4px;
  margin-bottom: 8px;
}

.page-home .section-divider img {
  display: block;
}

.page-home .gallery-card img {
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 1180px) {
  .page-home .hero-grid-redesign {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.84fr);
  }

  .page-home .media-feature {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 980px) {
  .page-home .hero-grid-redesign,
  .page-home .gameplay-grid-redesign,
  .page-home .launch-panel-redesign {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-home .hero-visual-desktop {
    display: none;
  }

  .page-home .hero-mobile-visual {
    display: block;
  }

  .page-home .hero-mobile-visual .hero-art-card-mobile {
    max-width: 520px;
    margin-inline: auto;
  }

  .page-home .hero-mobile-visual .hero-art-card-mobile img {
    width: 100%;
    height: auto;
    object-position: center 62%;
  }

  .page-home .gameplay-stage,
  .page-home .cta-art {
    order: -1;
  }

  .page-home .launch-copy-block .launch-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 860px) {
  .page-home .redesign-feature-grid,
  .page-home .redesign-power-grid,
  .page-home .redesign-gallery-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-home .hero-pattern {
    background-size: 1400px auto;
    opacity: 0.08;
  }

  .page-home .section-hero-art,
  .page-home .progress-illustration,
  .page-home .media-banner,
  .page-home .launch-panel-redesign,
  .page-home .media-feature-copy,
  .page-home .media-preview-card {
    border-radius: 26px;
  }
}

@media (max-width: 640px) {
  .page-home .hero-redesign {
    padding-top: 22px;
  }

  .page-home .hero-copy-panel,
  .page-home .feature-card,
  .page-home .power-panel,
  .page-home .media-feature-copy,
  .page-home .media-preview-card,
  .page-home .launch-panel-redesign,
  .page-home .progress-panel-redesign,
  .page-home .gameplay-phone-art {
    padding: 20px;
  }

  .page-home .hero-art-card,
  .page-home .feature-media,
  .page-home .power-media,
  .page-home .section-hero-art,
  .page-home .progress-illustration,
  .page-home .media-banner,
  .page-home .cta-art {
    border-radius: 24px;
  }

  .page-home .hero-pattern {
    inset: 24px 0 auto;
    background-size: 1100px auto;
  }

  .page-home .media-phone-shell {
    max-width: 320px;
    padding: 12px;
    border-radius: 34px;
  }

  .page-home .media-phone-crop,
  .page-home .gallery-card img,
  .page-home .gallery-tile img {
    border-radius: 24px;
  }

  .page-home .launch-store-badges,
  .page-home .store-badges {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-home .fruit-ribbon-header,
  .page-home .progress-caption {
    align-items: flex-start;
  }

  .page-home .hero-divider,
  .page-home .section-divider {
    width: min(100%, calc(100% - 32px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .media-phone-crop video {
    height: 100%;
    left: 0;
    width: 100%;
  }
}

/* --- April 2026 desktop polish pass: fill empty art space, move copy onto visuals, simplify media --- */
.page-home .hero-art-card-desktop,
.page-home .wide-story-card,
.page-home .section-story-card,
.page-home .section-hero-art-copy,
.page-home .progress-illustration-story,
.page-home .video-showcase {
  position: relative;
  overflow: hidden;
}

.page-home .hero-art-card-desktop > img,
.page-home .wide-story-card > img,
.page-home .section-story-card > img,
.page-home .section-hero-art-copy > img,
.page-home .progress-illustration-story > img {
  width: 100%;
  height: auto;
  display: block;
}

.page-home .hero-art-card-desktop::after,
.page-home .wide-story-card::after,
.page-home .section-story-card::after,
.page-home .section-hero-art-copy::after,
.page-home .progress-illustration-story::after,
.page-home .video-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 244, 0.96) 0%, rgba(255, 247, 240, 0.84) 26%, rgba(255, 247, 240, 0.28) 52%, rgba(255, 247, 240, 0) 74%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(63, 32, 49, 0.06) 100%);
  pointer-events: none;
  z-index: 1;
}

.page-home .hero-visual-note,
.page-home .image-overlay-copy {
  position: absolute;
  z-index: 2;
  left: clamp(22px, 3.8vw, 42px);
  width: min(44%, 520px);
  padding: clamp(20px, 2.6vw, 32px);
  border-radius: 28px;
  background: rgba(255, 252, 248, 0.76);
  border: 1px solid rgba(123, 67, 86, 0.12);
  box-shadow: 0 24px 60px rgba(94, 50, 64, 0.12);
  backdrop-filter: blur(14px);
}

.page-home .hero-visual-note {
  top: 50%;
  transform: translateY(-50%);
}

.page-home .image-overlay-copy {
  top: 50%;
  transform: translateY(-50%);
}

.page-home .image-overlay-copy-bottom {
  top: auto;
  bottom: clamp(24px, 4vw, 42px);
  transform: none;
}

.page-home .hero-visual-note h2,
.page-home .image-overlay-copy h2 {
  margin: 14px 0 12px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.page-home .hero-visual-note p,
.page-home .image-overlay-copy p {
  margin: 0;
  color: rgba(52, 31, 55, 0.78);
  max-width: 44ch;
}

.page-home .hero-note-pills,
.page-home .video-showcase-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.page-home .section-wide-story {
  padding-top: 10px;
}

.page-home .wide-story-card,
.page-home .section-story-card,
.page-home .video-showcase {
  margin: 0;
  border-radius: 34px;
  border: 1px solid rgba(123, 67, 86, 0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,242,235,0.98));
  box-shadow: var(--shadow);
}

.page-home .wide-story-card img,
.page-home .section-story-card img,
.page-home .section-hero-art-copy img,
.page-home .progress-illustration-story img {
  min-height: clamp(360px, 42vw, 560px);
  object-fit: cover;
  object-position: center;
}

.page-home .wide-story-card img {
  object-position: right center;
}

.page-home .section-story-card img,
.page-home .section-hero-art-copy img,
.page-home .progress-illustration-story img {
  object-position: center;
}

.page-home .image-overlay-copy-large {
  width: min(46%, 560px);
}

.page-home .image-overlay-copy-compact {
  width: min(42%, 500px);
}

.page-home .image-overlay-copy-video {
  width: min(40%, 500px);
}

.page-home .feature-card {
  padding: 0;
  overflow: hidden;
}

.page-home .feature-media {
  position: relative;
  margin-bottom: 0;
  aspect-ratio: 1.18 / 1;
}

.page-home .feature-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(63, 31, 48, 0.12));
  pointer-events: none;
}

.page-home .feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .feature-media-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  min-width: 48px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 248, 243, 0.92);
  border: 1px solid rgba(255, 145, 88, 0.18);
  box-shadow: var(--shadow-soft);
  color: #f07b49;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.page-home .feature-card-body {
  display: grid;
  gap: 10px;
  padding: 22px 22px 24px;
}

.page-home .feature-card-body h3,
.page-home .feature-card-body p {
  margin: 0;
}

.page-home .section-hero-art-copy,
.page-home .progress-illustration-story {
  min-height: clamp(380px, 42vw, 560px);
}

.page-home .video-showcase {
  min-height: clamp(460px, 56vw, 760px);
  display: block;
}

.page-home .video-showcase-media {
  width: 100%;
  min-height: clamp(460px, 56vw, 760px);
  object-fit: contain;
  object-position: right center;
  background:
    radial-gradient(circle at left center, rgba(255, 214, 150, 0.42), transparent 38%),
    linear-gradient(180deg, #fff7f1 0%, #fff1e8 100%);
}

.page-home .media-banner,
.page-home .redesign-gallery-grid,
.page-home .media-phone-shell,
.page-home .media-phone-crop,
.page-home .media-phone-shell::before,
.page-home .media-phone-crop::after {
  display: none !important;
}

@media (max-width: 1180px) {
  .page-home .hero-visual-note,
  .page-home .image-overlay-copy,
  .page-home .image-overlay-copy-large,
  .page-home .image-overlay-copy-compact,
  .page-home .image-overlay-copy-video {
    width: min(48%, 500px);
  }
}

@media (max-width: 980px) {
  .page-home .hero-art-card-desktop::after,
  .page-home .wide-story-card::after,
  .page-home .section-story-card::after,
  .page-home .section-hero-art-copy::after,
  .page-home .progress-illustration-story::after,
  .page-home .video-showcase::after {
    background:
      linear-gradient(180deg, rgba(255, 249, 243, 0) 0%, rgba(255, 249, 243, 0.16) 42%, rgba(255, 249, 243, 0.96) 100%);
  }

  .page-home .hero-visual-note,
  .page-home .image-overlay-copy,
  .page-home .image-overlay-copy-large,
  .page-home .image-overlay-copy-compact,
  .page-home .image-overlay-copy-video {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    top: auto;
    width: auto;
    transform: none;
    max-width: none;
    padding: 18px 18px 20px;
  }

  .page-home .wide-story-card img,
  .page-home .section-story-card img,
  .page-home .section-hero-art-copy img,
  .page-home .progress-illustration-story img {
    min-height: 460px;
  }

  .page-home .video-showcase,
  .page-home .video-showcase-media {
    min-height: 620px;
  }

  .page-home .video-showcase-media {
    object-position: center top;
  }
}

@media (max-width: 640px) {
  .page-home .wide-story-card,
  .page-home .section-story-card,
  .page-home .video-showcase {
    border-radius: 24px;
  }

  .page-home .wide-story-card img,
  .page-home .section-story-card img,
  .page-home .section-hero-art-copy img,
  .page-home .progress-illustration-story img {
    min-height: 420px;
  }

  .page-home .hero-visual-note h2,
  .page-home .image-overlay-copy h2 {
    font-size: clamp(1.55rem, 7vw, 2.15rem);
  }

  .page-home .feature-card-body {
    padding: 18px 18px 20px;
  }

  .page-home .video-showcase,
  .page-home .video-showcase-media {
    min-height: 520px;
  }
}

/* --- April 2026 compacting pass: tighter hero, balanced media, cleaner mobile flow --- */
.page-home .header-contact-link {
  display: none !important;
}

.page-home .section {
  padding: clamp(34px, 4.5vw, 54px) 0;
}

.page-home .section-wide-story {
  padding-top: 0;
}

.page-home .hero-redesign {
  padding: 14px 0 0;
}

.page-home .hero-pattern {
  height: min(52vw, 560px);
  opacity: 0.14;
}

.page-home .hero-divider,
.page-home .section-divider {
  width: min(100%, 840px);
}

.page-home .hero-divider-top {
  margin-bottom: 10px;
}

.page-home .hero-grid-redesign {
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.9fr);
  align-items: start;
  gap: clamp(18px, 2.8vw, 30px);
}

.page-home .hero-copy-panel {
  padding: clamp(22px, 2.4vw, 30px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 245, 237, 0.96));
}

.page-home .hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(2.35rem, 4.2vw, 4.2rem);
}

.page-home .hero-text {
  max-width: 46ch;
  font-size: 1rem;
}

.page-home .hero-actions-clean {
  margin: 18px 0 12px;
}

.page-home .platform-strip {
  gap: 10px;
  margin-bottom: 12px;
}

.page-home .platform-pill,
.page-home .progress-pill,
.page-home .badge-chip {
  box-shadow: 0 12px 24px rgba(148, 81, 73, 0.08);
}

.page-home .store-badges {
  margin-bottom: 16px;
}

.page-home .hero-stats li {
  min-width: 136px;
  padding: 14px 16px;
}

.page-home .hero-stats strong {
  font-size: clamp(1.45rem, 2.3vw, 2rem);
}

.page-home .hero-stats span {
  margin-top: 6px;
  font-size: 0.9rem;
}

.page-home .hero-art-card-desktop {
  min-height: clamp(420px, 40vw, 620px);
}

.page-home .hero-art-card-desktop > img {
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}

.page-home .hero-visual-note,
.page-home .image-overlay-copy {
  padding: clamp(18px, 2.2vw, 28px);
  border-radius: 26px;
  background: rgba(255, 252, 248, 0.88);
}

.page-home .hero-visual-note {
  top: clamp(18px, 4vw, 34px);
  transform: none;
  width: min(42%, 430px);
}

.page-home .image-overlay-copy,
.page-home .image-overlay-copy-large,
.page-home .image-overlay-copy-compact,
.page-home .image-overlay-copy-video {
  width: min(42%, 470px);
}

.page-home .hero-visual-note h2,
.page-home .image-overlay-copy h2 {
  margin: 12px 0 10px;
  font-size: clamp(1.45rem, 2.2vw, 2.3rem);
}

.page-home .hero-visual-note p,
.page-home .image-overlay-copy p {
  font-size: 0.97rem;
}

.page-home .gameplay-grid-redesign {
  align-items: start;
  gap: 24px;
}

.page-home .gameplay-phone-art {
  max-width: 420px;
  padding: 14px;
}

.page-home .section-copy p {
  max-width: 56ch;
}

.page-home .check-list {
  gap: 10px;
  margin-top: 18px;
}

.page-home .wide-story-card img,
.page-home .section-story-card img,
.page-home .section-hero-art-copy img,
.page-home .progress-illustration-story img {
  min-height: clamp(300px, 32vw, 430px);
}

.page-home .section-hero-art-copy,
.page-home .progress-illustration-story {
  min-height: clamp(320px, 34vw, 430px);
}

.page-home .video-showcase,
.page-home .video-showcase-media {
  min-height: clamp(340px, 40vw, 520px);
  height: clamp(340px, 40vw, 520px);
}

.page-home .video-showcase-media {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
}

.page-home .feature-card-body {
  gap: 8px;
  padding: 20px 20px 22px;
}

.page-home .feature-card-body h3 {
  font-size: 1.2rem;
  line-height: 1.08;
}

.page-home .feature-card-body p,
.page-home .power-panel p,
.page-home .power-panel li,
.page-home .faq-list p {
  font-size: 0.97rem;
}

.page-home .power-panel {
  padding: 22px;
}

.page-home .launch-panel-redesign {
  gap: 24px;
}

.page-home .launch-copy-block {
  gap: 14px;
}

.page-home .cta-art {
  max-width: 300px;
}

.page-home .faq-list {
  display: grid;
  gap: 12px;
}

.page-home .faq-list details {
  padding: 18px 22px;
}

@media (max-width: 1180px) {
  .page-home .hero-grid-redesign {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  }

  .page-home .hero-visual-note,
  .page-home .image-overlay-copy,
  .page-home .image-overlay-copy-large,
  .page-home .image-overlay-copy-compact,
  .page-home .image-overlay-copy-video {
    width: min(46%, 430px);
  }
}

@media (max-width: 980px) {
  .page-home .hero-redesign {
    padding-top: 8px;
  }

  .page-home .hero-grid-redesign,
  .page-home .gameplay-grid-redesign,
  .page-home .launch-panel-redesign {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-home .hero-grid-redesign {
    gap: 18px;
  }

  .page-home .hero-copy,
  .page-home .hero-copy-panel {
    width: 100%;
  }

  .page-home .hero-mobile-visual {
    margin-bottom: 8px;
  }

  .page-home .hero-mobile-visual .hero-art-card-mobile {
    max-width: 400px;
    margin-inline: auto;
  }

  .page-home .hero-mobile-visual .hero-art-card-mobile img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center 30%;
  }

  .page-home .store-badges {
    display: none;
  }

  .page-home .gameplay-stage,
  .page-home .cta-art {
    order: 0;
  }

  .page-home .wide-story-card img,
  .page-home .section-story-card img,
  .page-home .section-hero-art-copy img,
  .page-home .progress-illustration-story img {
    min-height: 360px;
  }

  .page-home .video-showcase,
  .page-home .video-showcase-media {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .page-home .section {
    padding: 28px 0;
  }

  .page-home .hero-copy-panel,
  .page-home .feature-card,
  .page-home .power-panel,
  .page-home .media-feature-copy,
  .page-home .media-preview-card,
  .page-home .launch-panel-redesign,
  .page-home .progress-panel-redesign,
  .page-home .gameplay-phone-art {
    padding: 18px;
  }

  .page-home .hero-copy h1 {
    max-width: none;
    font-size: clamp(2rem, 7.8vw, 2.75rem);
  }

  .page-home .hero-text,
  .page-home .feature-card-body p,
  .page-home .power-panel p,
  .page-home .power-panel li,
  .page-home .faq-list p {
    font-size: 0.95rem;
  }

  .page-home .hero-mobile-visual .hero-art-card-mobile {
    max-width: 320px;
  }

  .page-home .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .page-home .hero-stats li {
    width: auto;
    min-width: 0;
    padding: 12px 10px;
  }

  .page-home .hero-stats span {
    font-size: 0.82rem;
  }

  .page-home .wide-story-card img,
  .page-home .section-story-card img,
  .page-home .section-hero-art-copy img,
  .page-home .progress-illustration-story img {
    min-height: 300px;
  }

  .page-home .video-showcase,
  .page-home .video-showcase-media {
    min-height: 360px;
  }

  .page-home .image-overlay-copy,
  .page-home .image-overlay-copy-large,
  .page-home .image-overlay-copy-compact,
  .page-home .image-overlay-copy-video {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 16px;
    border-radius: 22px;
  }

  .page-home .hero-visual-note h2,
  .page-home .image-overlay-copy h2 {
    font-size: clamp(1.35rem, 6.4vw, 1.95rem);
  }

  .page-home .feature-card-body {
    padding: 16px 16px 18px;
  }

  .page-home .gameplay-phone-art {
    max-width: 300px;
    padding: 12px;
  }

  .page-home .cta-art {
    max-width: 240px;
  }
}


/* --- April 2026 fix pass: top video placement, cleaner overlays, corrected feature mapping --- */
.page-home .hero-divider {
  display: none;
}

.page-home .hero-grid-redesign {
  grid-template-columns: minmax(0, 1.04fr) minmax(300px, 420px);
  align-items: center;
}

.page-home .hero-spotlight {
  position: relative;
  z-index: 1;
}

.page-home .hero-video-card {
  width: min(100%, 410px);
  margin-inline: auto;
  padding: 14px;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,243,235,0.98));
  border: 1px solid rgba(123, 67, 86, 0.12);
  box-shadow: 0 30px 80px rgba(123, 67, 86, 0.15);
}

.page-home .hero-video-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.5);
  pointer-events: none;
}

.page-home .hero-video-primary {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 576 / 1280;
  height: auto;
  border-radius: 26px;
  object-fit: contain;
  object-position: center top;
  background: radial-gradient(circle at center top, rgba(255, 226, 180, 0.4), rgba(255, 226, 180, 0) 48%), linear-gradient(180deg, #fff8f2 0%, #fff1e7 100%);
}

.page-home .hero-visual-note,
.page-home .image-overlay-copy,
.page-home .image-overlay-copy-large,
.page-home .image-overlay-copy-compact,
.page-home .image-overlay-copy-video {
  background: none;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
}

.page-home .hero-visual-note h2,
.page-home .image-overlay-copy h2,
.page-home .hero-visual-note p,
.page-home .image-overlay-copy p {
  text-shadow: 0 2px 22px rgba(255, 250, 244, 0.92), 0 0 12px rgba(255, 250, 244, 0.88);
}

.page-home .image-overlay-copy p,
.page-home .hero-visual-note p {
  max-width: 40ch;
}

.page-home .gallery-grid-showcase {
  margin-top: 22px;
}

.page-home .gallery-grid-showcase .gallery-card img {
  width: 100%;
  aspect-ratio: 9 / 16;
  height: auto;
  object-fit: cover;
  object-position: center top;
}

@media (max-width: 1180px) {
  .page-home .hero-grid-redesign {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  }
}

@media (max-width: 980px) {
  .page-home .hero-grid-redesign {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .page-home .hero-spotlight {
    order: -1;
  }

  .page-home .hero-video-card {
    width: min(100%, 360px);
  }

  .page-home .hero-visual-note,
  .page-home .image-overlay-copy,
  .page-home .image-overlay-copy-large,
  .page-home .image-overlay-copy-compact,
  .page-home .image-overlay-copy-video {
    left: 18px;
    right: 18px;
    bottom: 18px;
    top: auto;
    width: auto;
  }
}

@media (max-width: 860px) {
  .page-home .gallery-grid-showcase {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .page-home .hero-video-card {
    width: min(100%, 320px);
    padding: 12px;
    border-radius: 26px;
  }

  .page-home .hero-video-card::before {
    inset: 12px;
    border-radius: 20px;
  }

  .page-home .hero-video-primary {
    border-radius: 20px;
  }

  .page-home .hero-visual-note,
  .page-home .image-overlay-copy,
  .page-home .image-overlay-copy-large,
  .page-home .image-overlay-copy-compact,
  .page-home .image-overlay-copy-video {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}
