.aeroplus-page .meta-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aeroplus-page .case-media-placeholder,
.aeroplus-page .aeroplus-image-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  background: var(--mockup-02-default);
  color: var(--text-subtler);
}

.aeroplus-page .case-media-placeholder span,
.aeroplus-page .aeroplus-image-placeholder span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.aeroplus-page .hero-media .case-media-placeholder {
  aspect-ratio: 700 / 391;
}

.aeroplus-page .aeroplus-home-mockup {
  min-height: auto;
  padding: 42px 24px 24px;
}

.aeroplus-page .aeroplus-home-mockup .seo-device {
  width: min(100%, 320px);
  padding: 6px;
  border-radius: 40px;
}

.aeroplus-page .aeroplus-home-mockup .seo-screen {
  aspect-ratio: 375 / 812;
  border-radius: 34px;
}

.aeroplus-page .aeroplus-home-scroll {
  background: var(--mockup-01-default);
}

.aeroplus-page .aeroplus-activity-showcase {
  background: var(--mockup-01-default);
}

.aeroplus-page .aeroplus-home-showcase .paywall-composite {
  margin-top: 0;
}

.aeroplus-page .aeroplus-home-fixed-bar {
  position: absolute;
  z-index: 3;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  pointer-events: none;
  user-select: none;
}

.aeroplus-page .aeroplus-home-fixed-bar--top {
  top: 0;
}

.aeroplus-page .aeroplus-home-fixed-bar--bottom {
  bottom: 0;
  background: rgba(250, 250, 250, 0.94);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.aeroplus-page .aeroplus-export-gallery {
  gap: 15px;
}

.aeroplus-page .flow-section .gallery-card.aeroplus-export-card {
  display: block;
  position: relative;
  overflow: hidden;
  flex: 0 0 min(84vw, 428px);
  width: min(84vw, 428px);
  padding: 0;
  aspect-ratio: 2400 / 2737;
  background: transparent;
}

.aeroplus-page .flow-section .aeroplus-export-card figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 6%;
  left: 0;
  margin: 0;
  overflow: hidden;
  color: var(--text-subtler);
  font-size: 13px;
  letter-spacing: -0.027em;
  line-height: 1.4;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}

.aeroplus-page .flow-section .aeroplus-export-card .gallery-phone {
  width: 100%;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  aspect-ratio: 2400 / 2737;
  background: transparent;
}

.aeroplus-page .flow-section .aeroplus-export-card .gallery-phone img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  aspect-ratio: auto;
  object-fit: cover;
}

.aeroplus-page #shop-service .aeroplus-export-card,
.aeroplus-page #event-registration .aeroplus-export-card,
.aeroplus-page #membership .aeroplus-export-card {
  aspect-ratio: 2400 / 2737;
}

@media (max-width: 760px) {
  .aeroplus-page .flow-section .aeroplus-export-card figcaption {
    font-size: 11px;
  }

  .aeroplus-page .aeroplus-home-mockup {
    padding: 30px 20px 22px;
  }

  .aeroplus-page .aeroplus-home-mockup .seo-device {
    width: min(100%, 280px);
  }

  .aeroplus-page .case-media-placeholder span,
  .aeroplus-page .aeroplus-image-placeholder span {
    font-size: 11px;
  }
}
