.announcement-bar strong {
  color: var(--accent);
}

.showcase-copy {
  pointer-events: none;
}

.showcase-copy a {
  pointer-events: auto;
}

.showcase-panel figcaption {
  gap: 0;
}

.video-preview-button {
  position: absolute;
  z-index: 3;
  top: 15px;
  right: 15px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(245 248 250 / 52%);
  border-radius: 50%;
  background: rgb(5 7 10 / 54%);
  color: #fff;
  cursor: pointer;
  opacity: .78;
  transition: background .18s ease, opacity .18s ease, transform .18s ease;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.video-preview-button:hover,
.video-preview-button:focus-visible,
.video-preview-button[aria-pressed="true"] {
  opacity: 1;
  background: rgb(8 9 11 / 88%);
  transform: scale(1.04);
}

.video-preview-icon {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid currentColor;
}

.video-preview-button[aria-pressed="true"] .video-preview-icon {
  width: 10px;
  height: 12px;
  margin-left: 0;
  border: 0;
  background: linear-gradient(90deg, currentColor 0 35%, transparent 35% 65%, currentColor 65% 100%);
}

.storefront-page {
  width: min(1380px, calc(100% - 72px));
  min-height: 62vh;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 96px) 0 104px;
}

.page-breadcrumb {
  margin: 0 0 32px;
  color: var(--muted);
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.page-breadcrumb a:hover,
.storefront-page a:not(.button):hover {
  color: var(--accent);
}

.page-breadcrumb span {
  margin: 0 8px;
  color: #687078;
}

.storefront-page > .eyebrow {
  margin-bottom: 13px;
  color: var(--muted);
}

.page-title {
  margin: 0;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 850;
  letter-spacing: -.065em;
  line-height: .99;
}

.page-lead {
  max-width: 720px;
  margin: 17px 0 40px;
  color: #b7bec2;
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.7;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.product-grid--catalog {
  margin-top: 38px;
}

.product-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: #101215;
  transition: border-color .2s ease, transform .2s ease;
}

.product-card:hover {
  border-color: #3a8599;
  transform: translateY(-3px);
}

.product-card-link {
  display: block;
  height: 100%;
}

.product-card-media {
  position: relative;
  aspect-ratio: 1.55;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 100%, #15303a 0, #101215 65%);
}

.product-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.product-card:hover .product-card-media img {
  transform: scale(1.025);
}

.product-card-mark {
  color: rgb(230 239 242 / 45%);
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
}

.product-card-details {
  padding: 20px 21px 22px;
}

.product-card-details .eyebrow {
  margin: 0 0 11px;
  color: #8d999f;
  font-size: 9px;
}

.product-card-details h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 750;
  letter-spacing: -.025em;
}

.product-card-summary {
  min-height: 42px;
  margin: 11px 0 19px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.product-card-price {
  margin: 0;
  color: #f1f3f3;
  font-size: 15px;
  font-weight: 750;
}

.product-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .78fr);
  align-items: start;
  gap: clamp(40px, 7vw, 112px);
}

.product-main-media {
  position: relative;
  aspect-ratio: 1.55;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 100%, #183842 0, #111316 66%);
}

.product-main-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-media-brand {
  color: rgb(230 239 242 / 46%);
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .17em;
}

.product-purchase-panel {
  padding-top: clamp(2px, 2.4vw, 34px);
}

.product-purchase-panel .eyebrow {
  margin-bottom: 16px;
  color: var(--muted);
}

.product-purchase-panel .page-title {
  font-size: clamp(32px, 3.4vw, 50px);
  text-transform: uppercase;
}

.product-price {
  margin: 18px 0 0;
  color: #f1f3f3;
  font-size: 22px;
  font-weight: 800;
}

.product-summary {
  margin: 15px 0 24px;
  color: #b7bec2;
  font-size: 14px;
  line-height: 1.65;
}

.product-buy-button {
  min-height: 58px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 1px solid #08bd99;
  border-radius: 999px;
  background: #006b57;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .04em;
  transition: background .18s ease;
}

.product-buy-button:hover {
  background: #087d67;
}

.product-coupon {
  margin: 20px 0 0;
  color: #d6dbdd;
  font-size: 12px;
  line-height: 1.65;
}

.product-coupon strong {
  color: var(--accent);
  letter-spacing: .035em;
}

.product-checkout-note {
  margin: 16px 0 0;
  color: #929ba0;
  font-size: 11px;
  line-height: 1.6;
}

.product-information {
  max-width: 1080px;
  margin-top: clamp(72px, 10vw, 138px);
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.product-information h2,
.info-card h2,
.terms-section h2 {
  margin: 0 0 15px;
  font-size: clamp(22px, 2.6vw, 31px);
  font-weight: 750;
  letter-spacing: -.04em;
}

.product-information p:not(.eyebrow),
.product-information li,
.info-card p:not(.eyebrow),
.steps-list li,
.terms-section p,
.terms-section li {
  color: #b5bdc1;
  font-size: 14px;
  line-height: 1.8;
}

.product-information .eyebrow,
.info-card .eyebrow,
.terms-section .eyebrow {
  margin: 0 0 13px;
  color: #8f999f;
  font-size: 10px;
}

.product-description-block {
  max-width: 830px;
}

.product-detail-columns {
  margin-top: 49px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
}

.product-information ul {
  margin: 17px 0 0;
  padding-left: 18px;
}

.product-information li + li {
  margin-top: 7px;
}

.product-license-block {
  margin-top: 52px;
  padding: 27px 0 0;
  border-top: 1px solid var(--line);
}

.product-license-block a,
.product-checkout-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-not-found {
  min-height: 37vh;
  padding: 35px 0;
}

.product-not-found p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}

.product-not-found .button {
  margin-top: 18px;
}

.updates-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.update-card {
  min-width: 0;
  padding: 24px 25px 27px;
  border: 1px solid var(--line);
  background: #101215;
  scroll-margin-top: 30px;
}

.update-card .eyebrow {
  margin: 0 0 18px;
  color: #8f999f;
  font-size: 9px;
}

.update-card h2 {
  margin: 0;
  font-size: 20px;
  letter-spacing: -.03em;
}

.update-card > p:not(.eyebrow) {
  margin: 12px 0 17px;
  color: #adb5b9;
  font-size: 13px;
  line-height: 1.7;
  white-space: pre-line;
}

.update-product-link {
  color: #e6eaeb;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .045em;
}

.updates-empty {
  margin: 42px 0 0;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.info-card {
  max-width: 900px;
  margin-top: 26px;
  padding: clamp(22px, 4vw, 39px);
  border: 1px solid var(--line);
  background: #101215;
}

.info-card .eyebrow {
  margin-bottom: 17px;
}

.info-card > p:not(.eyebrow) {
  margin: 0 0 17px;
}

.info-card .button {
  margin-top: 12px;
}

.steps-list {
  margin: 0 0 26px;
  padding-left: 22px;
}

.steps-list li + li {
  margin-top: 12px;
}

.info-footnote {
  max-width: 900px;
  margin-top: 24px;
  color: #899398;
  font-size: 12px;
  line-height: 1.7;
}

.terms-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 35px 0 50px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.terms-index a {
  padding: 9px 12px;
  border: 1px solid var(--line);
  color: #d9dfe1;
  font-family: Consolas, "Courier New", monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .035em;
}

.terms-index a:hover {
  border-color: var(--accent);
}

.terms-section {
  max-width: 980px;
  padding: 35px 0 39px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 24px;
}

.terms-section h2 {
  margin-bottom: 14px;
}

.terms-section p {
  margin: 12px 0;
}

.terms-section ul {
  margin: 15px 0;
  padding-left: 20px;
}

.terms-section li + li {
  margin-top: 8px;
}

.terms-note {
  max-width: 980px;
  margin-top: 35px;
  padding: 18px 20px;
  border-left: 2px solid var(--accent);
  background: #111619;
  color: #aeb8bc;
  font-size: 12px;
  line-height: 1.7;
}

.page-load-error[hidden],
.product-content[hidden] {
  display: none;
}

.page-load-error {
  margin-top: 28px;
  color: #ffc5bc;
  font-size: 12px;
}

@media (max-width: 900px) {
  .product-overview {
    grid-template-columns: minmax(0, 1fr) minmax(290px, .82fr);
    gap: 34px;
  }

  .product-purchase-panel .page-title {
    font-size: clamp(30px, 4vw, 42px);
  }
}

@media (max-width: 680px) {
  .storefront-page {
    width: calc(100% - 32px);
    padding: 43px 0 70px;
  }

  .page-breadcrumb {
    margin-bottom: 27px;
  }

  .page-lead {
    margin: 14px 0 29px;
  }

  .product-grid,
  .updates-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .product-grid--catalog {
    margin-top: 27px;
  }

  .product-card-details {
    padding: 17px 17px 20px;
  }

  .product-overview,
  .product-detail-columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-main-media {
    aspect-ratio: 1.32;
  }

  .product-purchase-panel {
    padding-top: 0;
  }

  .product-information {
    margin-top: 64px;
    padding-top: 28px;
  }

  .product-detail-columns {
    margin-top: 38px;
  }

  .product-license-block {
    margin-top: 37px;
  }

  .terms-index {
    margin: 27px 0 35px;
  }

  .terms-section {
    padding: 28px 0 32px;
  }

  .info-card {
    margin-top: 17px;
  }

  .video-preview-button {
    top: 13px;
    right: 13px;
    width: 36px;
    height: 36px;
  }
}

