.site-header {
  width: min(1440px, calc(100% - 24px));
  min-height: 64px;
  margin-top: 10px;
  padding: 10px 14px;
}

.hero.hero-product {
  width: min(1440px, calc(100% - 32px));
  min-height: calc(100svh - 96px);
  padding: 34px 0 48px;
  display: block;
}

.hero-title {
  margin: 0 auto 26px;
  text-align: center;
}

.hero-title .eyebrow {
  margin-bottom: 10px;
}

.hero-title h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(2.75rem, 4.5vw, 4.75rem);
  line-height: 1;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.hero-product-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.64fr) minmax(640px, 1.36fr);
  gap: 34px;
  align-items: center;
}

.hero-copy-compact {
  text-align: left;
}

.hero-copy-compact .hero-text {
  max-width: 520px;
  margin-bottom: 20px;
  font-size: 1.08rem;
  line-height: 1.65;
}

.hero-copy-compact .hero-actions {
  justify-content: flex-start;
  margin-top: 22px;
}

.hero-copy-compact .release-note {
  margin: 12px 0 0;
  text-align: left;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-facts span {
  padding: 7px 11px;
  border: 1px solid rgba(139, 183, 255, 0.24);
  border-radius: 999px;
  color: #c8dcff;
  background: rgba(59, 130, 246, 0.09);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.product-preview {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(18, 35, 58, 0.96), rgba(4, 11, 20, 0.98));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
}

.product-preview-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 0 2px 10px;
}

.product-preview-heading span {
  color: #8bb7ff;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.product-preview-heading strong {
  font-size: 0.86rem;
  color: #f6f9fc;
}

.product-preview a {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  background: #020812;
}

.product-preview img {
  width: 100%;
  height: auto;
  display: block;
}

.product-preview figcaption {
  margin: 9px 2px 0;
  color: #8196ad;
  font-size: 0.72rem;
}

/* Wider desktop canvas with clean, even side edges. */
.section-shell,
footer {
  width: min(1360px, calc(100% - 48px));
}

.section-block {
  padding-top: 82px;
  padding-bottom: 82px;
}

@media (min-width: 1081px) and (max-height: 780px) {
  .hero.hero-product {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 34px;
  }

  .hero-title {
    margin-bottom: 18px;
  }

  .hero-title h1 {
    font-size: clamp(2.5rem, 4vw, 4rem);
  }

  .hero-copy-compact .hero-text {
    font-size: 1rem;
  }
}

@media (max-width: 1080px) {
  .hero.hero-product {
    min-height: auto;
    padding-top: 54px;
  }

  .hero-product-grid {
    grid-template-columns: 1fr;
    max-width: 920px;
    margin: 0 auto;
  }

  .hero-copy-compact {
    text-align: center;
  }

  .hero-copy-compact .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy-compact .hero-actions,
  .hero-facts {
    justify-content: center;
  }

  .hero-copy-compact .release-note {
    text-align: center;
  }

  .section-shell,
  footer {
    width: min(920px, calc(100% - 36px));
  }
}

@media (max-width: 720px) {
  .site-header {
    width: min(100% - 16px, 1440px);
  }

  .hero.hero-product {
    width: min(100% - 22px, 1440px);
    padding: 34px 0 46px;
  }

  .hero-title {
    margin-bottom: 22px;
  }

  .hero-title h1 {
    font-size: clamp(2.15rem, 10.5vw, 3.4rem);
    white-space: normal;
  }

  .hero-product-grid {
    gap: 22px;
  }

  .hero-copy-compact .hero-actions {
    flex-direction: column;
  }

  .hero-copy-compact .hero-actions .button {
    width: 100%;
  }

  .product-preview {
    padding: 8px;
    border-radius: 17px;
  }

  .product-preview-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .section-shell,
  footer {
    width: calc(100% - 24px);
  }

  .section-block {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
