.product-page {
  color: var(--navy);
  background:
    radial-gradient(circle at 8% 6%, rgba(21, 94, 239, 0.13), transparent 30rem),
    linear-gradient(180deg, #eef4f8 0, var(--cream) 38%, #edf3f7 100%);
}

.product-shell {
  width: min(1320px, 100%);
}

.product-header {
  min-height: 90px;
}

.product-hero {
  position: relative;
  display: grid;
  min-height: 690px;
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 12% 10%, rgba(52, 120, 246, 0.35), transparent 27rem),
    var(--navy);
  border-radius: 32px;
  box-shadow: 0 28px 70px rgba(16, 35, 63, 0.2);
  isolation: isolate;
}

.product-hero::before {
  position: absolute;
  z-index: -1;
  top: -270px;
  left: 37%;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.product-hero::after {
  position: absolute;
  z-index: -1;
  bottom: -220px;
  left: -130px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.product-hero-copy {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 44px 24px 34px;
}

.product-overline,
.product-section-index,
.panel-number {
  margin: 0;
  color: var(--blue-bright);
  font-family: "Bahnschrift", "Microsoft YaHei", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.19em;
  line-height: 1.4;
}

.product-hero .product-overline {
  color: #9ebeff;
}

.product-hero h1 {
  max-width: 8em;
  margin: 18px 0 0;
  color: var(--paper);
  font-size: clamp(48px, 12vw, 104px);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.96;
}

.product-hero h1 em {
  color: #f0a17e;
  font-style: normal;
}

.product-hero-lede {
  max-width: 33em;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.8;
}

.product-hero-actions,
.product-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  margin-top: 28px;
}

.solid-action {
  --magnetic-x: 0px;
  --magnetic-y: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  gap: 18px;
  padding: 12px 18px;
  color: var(--navy);
  background: var(--paper);
  border-radius: 16px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transform: translate3d(var(--magnetic-x), var(--magnetic-y), 0);
  transition: transform 240ms cubic-bezier(0.2, 0.75, 0.2, 1), opacity 180ms ease;
}

.solid-action span,
.text-action span {
  transition: transform 220ms ease;
}

.solid-action:hover span,
.solid-action:focus-visible span {
  transform: translate3d(0, 4px, 0);
}

.text-action {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  gap: 9px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.text-action:hover span,
.text-action:focus-visible span {
  transform: translate3d(3px, -3px, 0);
}

.solid-action:focus-visible,
.text-action:focus-visible {
  outline: 3px solid rgba(158, 190, 255, 0.58);
  outline-offset: 4px;
}

.product-tabs button:focus-visible {
  outline: 3px solid rgba(21, 94, 239, 0.78);
  outline-offset: 2px;
}

.product-hero-index {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.product-hero-index span {
  display: grid;
  gap: 2px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.product-hero-index strong {
  color: var(--paper);
  font-family: "Bahnschrift", sans-serif;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.product-hero-gallery {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

.hero-product-card {
  position: absolute;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  background: #dbe3e8;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 22px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.25);
}

.hero-product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.08);
}

.hero-product-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(6, 19, 38, 0.82));
  content: "";
  pointer-events: none;
}

.hero-product-card figcaption {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 14px;
  left: 16px;
  display: grid;
  gap: 3px;
  color: var(--paper);
}

.hero-product-card figcaption span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.hero-product-card figcaption strong {
  font-size: 14px;
}

.hero-product-card-main {
  top: 48px;
  right: 13%;
  bottom: 54px;
  left: 7%;
}

.hero-product-card-main img {
  object-position: 52% center;
}

.hero-product-card-top {
  z-index: 3;
  top: 18px;
  right: 3%;
  width: 31%;
  height: 41%;
  transform: rotate(4deg);
}

.hero-product-card-top img {
  object-position: center 60%;
}

.hero-product-card-bottom {
  z-index: 3;
  right: 2%;
  bottom: 16px;
  width: 42%;
  height: 35%;
  transform: rotate(-3deg);
}

.product-hero-word {
  position: absolute;
  z-index: 1;
  bottom: 3%;
  left: -2%;
  color: rgba(255, 255, 255, 0.055);
  font-family: "Bahnschrift", sans-serif;
  font-size: clamp(90px, 18vw, 210px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.8;
  transform: rotate(-90deg) translate3d(0, -40%, 0);
  transform-origin: left bottom;
}

.product-marquee {
  position: relative;
  margin: 18px 0 0;
  overflow: hidden;
  color: var(--navy);
  background: var(--orange);
  border-radius: 15px;
}

.product-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 24px;
  padding: 13px 0;
  animation: product-marquee 23s linear infinite;
}

.product-marquee-track span {
  flex: 0 0 auto;
  font-family: "Bahnschrift", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.product-marquee-track i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  background: var(--navy);
  border-radius: 50%;
}

@keyframes product-marquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.product-statement,
.business-spectrum,
.product-lab,
.editorial-gallery,
.collaboration-flow {
  margin-top: 88px;
}

.product-statement {
  display: grid;
  gap: 24px;
  padding: 0 4px;
}

.product-statement > div {
  display: grid;
  gap: 22px;
}

.product-statement h2,
.product-section-heading h2,
.flow-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(32px, 7vw, 66px);
  letter-spacing: -0.065em;
  line-height: 1.06;
}

.product-statement > div > p,
.product-section-heading > p,
.flow-heading > p:last-child {
  max-width: 44em;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.business-spectrum {
  display: grid;
  gap: 28px;
}

.spectrum-grid {
  display: grid;
  gap: 14px;
}

.spectrum-grid article {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 230px;
  gap: 11px;
  overflow: hidden;
  padding: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 35, 63, 0.1);
  border-radius: 22px;
}

.spectrum-grid article::after {
  position: absolute;
  right: -56px;
  bottom: -72px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(21, 94, 239, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.spectrum-grid article > span {
  color: var(--orange);
  font-family: "Bahnschrift", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.spectrum-grid h3 {
  margin: 4px 0 0;
  color: var(--navy);
  font-size: 25px;
  letter-spacing: -0.04em;
}

.spectrum-grid p {
  max-width: 28em;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.spectrum-grid .spectrum-accent {
  color: var(--paper);
  background: var(--navy);
}

.spectrum-grid .spectrum-accent h3 {
  color: var(--paper);
}

.spectrum-grid .spectrum-accent p {
  color: rgba(255, 255, 255, 0.68);
}

.spectrum-accent a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  width: fit-content;
  gap: 10px;
  margin-top: auto;
  color: var(--paper);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.spectrum-accent a span {
  transition: transform 220ms ease;
}

.spectrum-accent a:hover span,
.spectrum-accent a:focus-visible span {
  transform: translate3d(0, 4px, 0);
}

.spectrum-accent a:focus-visible {
  outline: 3px solid rgba(158, 190, 255, 0.72);
  outline-offset: 3px;
}

.product-lab {
  padding: 30px 18px 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(16, 35, 63, 0.08);
  border-radius: 30px;
  box-shadow: 0 24px 64px rgba(16, 35, 63, 0.1);
}

.product-section-heading {
  display: grid;
  gap: 18px;
}

.product-section-heading > div {
  display: grid;
  gap: 10px;
}

.product-section-heading h2 {
  font-size: clamp(30px, 6vw, 52px);
}

.product-tabs {
  display: none;
  gap: 8px;
  margin: 22px -8px 0;
  overflow-x: auto;
  padding: 8px 8px 12px;
  scroll-padding-inline: 14px;
  scrollbar-width: thin;
  scrollbar-color: rgba(16, 35, 63, 0.22) transparent;
}

.js .product-tabs {
  display: flex;
}

.product-tabs button {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 50px;
  gap: 9px;
  padding: 10px 14px;
  color: var(--muted);
  background: transparent;
  border: 1px solid rgba(16, 35, 63, 0.12);
  border-radius: 14px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  scroll-margin-inline: 14px;
  transition: transform 220ms ease, opacity 180ms ease;
}

.product-tabs button span {
  color: var(--orange);
  font-family: "Bahnschrift", sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.product-tabs button[aria-selected="true"] {
  color: var(--paper);
  background: var(--navy);
  border-color: var(--navy);
  transform: translate3d(0, -2px, 0);
}

.product-tabs button[aria-selected="true"] span {
  color: #f0a17e;
}

.product-panels {
  margin-top: 10px;
}

.product-panel {
  display: grid;
  min-height: 640px;
  gap: 26px;
  padding: 28px 4px 4px;
  animation: panel-enter 520ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.product-panel[hidden] {
  display: none;
}

@keyframes panel-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.panel-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 8px 4px;
}

.panel-number {
  color: var(--orange);
}

.panel-copy h3 {
  max-width: 8em;
  margin: 14px 0 0;
  color: var(--navy);
  font-size: clamp(34px, 7vw, 64px);
  letter-spacing: -0.065em;
  line-height: 1.02;
}

.panel-lede {
  max-width: 31em;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.panel-copy ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.panel-copy li {
  position: relative;
  padding-left: 21px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.panel-copy li::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--blue);
  border-radius: 50%;
  content: "";
}

.panel-gallery {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background:
    linear-gradient(rgba(16, 35, 63, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 35, 63, 0.045) 1px, transparent 1px),
    var(--cream);
  background-size: 28px 28px;
  border-radius: 22px;
}

.panel-image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #e4e9eb;
  border: 8px solid var(--paper);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(16, 35, 63, 0.18);
  transition: transform 520ms cubic-bezier(0.2, 0.75, 0.2, 1), opacity 220ms ease;
}

.panel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 680ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.panel-image-contain img {
  object-fit: contain;
  background: #f2f0ec;
}

.panel-image figcaption {
  position: absolute;
  right: 10px;
  bottom: 9px;
  left: 10px;
  padding: 7px 8px;
  color: var(--paper);
  background: rgba(16, 35, 63, 0.82);
  border-radius: 8px;
  font-size: 10px;
  font-weight: 700;
}

.panel-image-primary {
  z-index: 1;
  top: 8%;
  bottom: 7%;
  left: 4%;
  width: 61%;
  transform: rotate(-2deg);
}

.panel-image-secondary {
  z-index: 2;
  top: 5%;
  right: 3%;
  width: 40%;
  height: 45%;
  transform: rotate(4deg);
}

.panel-image-tertiary {
  z-index: 3;
  right: 2%;
  bottom: 4%;
  width: 42%;
  height: 42%;
  transform: rotate(-4deg);
}


.editorial-grid {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.editorial-item {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  background: var(--navy);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.editorial-item::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(8, 23, 43, 0.86));
  content: "";
  pointer-events: none;
}

.editorial-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 720ms cubic-bezier(0.2, 0.75, 0.2, 1);
}


.editorial-item figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  left: 18px;
  display: grid;
  gap: 5px;
  color: var(--paper);
  transition: transform 420ms cubic-bezier(0.2, 0.75, 0.2, 1);
}


.editorial-item figcaption span {
  color: #a8c5ff;
  font-family: "Bahnschrift", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.editorial-item figcaption strong {
  font-size: 17px;
}

.collaboration-flow {
  display: grid;
  gap: 36px;
  padding: 34px 22px;
  color: var(--paper);
  background: var(--navy);
  border-radius: 30px;
}

.flow-heading {
  display: grid;
  align-content: start;
  gap: 14px;
}

.flow-heading .product-section-index {
  color: #9ebeff;
}

.flow-heading h2 {
  color: var(--paper);
  font-size: clamp(32px, 6vw, 54px);
}

.flow-heading > p:last-child {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.flow-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.flow-list li > span {
  color: var(--orange);
  font-family: "Bahnschrift", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.flow-list h3 {
  margin: 0;
  color: var(--paper);
  font-size: 18px;
}

.flow-list p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.product-cta {
  position: relative;
  display: grid;
  justify-items: start;
  gap: 14px;
  margin-top: 88px;
  overflow: hidden;
  padding: 38px 24px;
  color: var(--paper);
  background:
    radial-gradient(circle at 86% 50%, rgba(200, 110, 67, 0.78), transparent 18rem),
    var(--blue);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(21, 94, 239, 0.22);
}

.product-cta::after {
  position: absolute;
  right: -70px;
  bottom: -130px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.product-cta .product-section-index {
  color: rgba(255, 255, 255, 0.72);
}

.product-cta h2 {
  position: relative;
  z-index: 1;
  max-width: 11em;
  margin: 0;
  color: var(--paper);
  font-size: clamp(34px, 7vw, 66px);
  letter-spacing: -0.065em;
  line-height: 1.04;
}

.product-cta > p:not(.product-section-index) {
  position: relative;
  z-index: 1;
  max-width: 40em;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.product-cta-actions {
  position: relative;
  z-index: 1;
  margin-top: 8px;
}

.solid-action-light {
  color: var(--blue);
}

.text-action-light {
  color: var(--paper);
}

.product-footer {
  margin-top: 20px;
}

.product-footer .footer-meta a {
  color: inherit;
  text-underline-offset: 3px;
}

@media (hover: hover) {
  .solid-action:hover {
    transform: translate3d(var(--magnetic-x), calc(var(--magnetic-y) - 2px), 0);
  }

  .product-tabs button:hover:not([aria-selected="true"]) {
    transform: translate3d(0, -2px, 0);
  }

  .panel-image:hover {
    z-index: 5;
    transform: translate3d(0, -8px, 0) rotate(0deg) scale(1.02);
  }

  .panel-image:hover img {
    transform: scale(1.05);
  }

  .editorial-item:hover img {
    transform: scale(1.065);
  }

  .editorial-item:hover figcaption {
    transform: translate3d(0, -6px, 0);
  }
}

@media (min-width: 620px) {
  .product-hero-copy {
    padding: 56px 44px 44px;
  }

  .product-hero-gallery {
    min-height: 610px;
  }

  .product-statement {
    grid-template-columns: minmax(120px, 0.28fr) minmax(0, 1.72fr);
    padding: 0 24px;
  }

  .product-statement > div {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
    align-items: end;
  }

  .spectrum-grid {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  }

  .spectrum-grid .spectrum-accent {
    grid-column: auto;
  }

  .spectrum-grid article {
    min-height: 260px;
    padding: 30px;
  }

  .product-lab {
    padding: 40px 30px 28px;
  }

  .product-section-heading {
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
    align-items: end;
  }

  .product-panel {
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
    align-items: stretch;
    min-height: 580px;
    padding-top: 30px;
  }

  .panel-gallery {
    min-height: 560px;
  }

  .editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 310px;
  }

  .editorial-item {
    min-height: 0;
  }

  .editorial-item-tall {
    grid-row: span 2;
  }

  .editorial-item-wide {
    grid-column: span 1;
  }

  .collaboration-flow {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    padding: 46px 40px;
  }

  .product-cta {
    padding: 58px 48px;
  }
}

@media (min-width: 900px) {
  .product-hero {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    min-height: 720px;
  }

  .product-hero-gallery {
    min-height: 720px;
  }

  .hero-product-card-main {
    top: 74px;
    right: 16%;
    bottom: 70px;
    left: 7%;
  }

  .hero-product-card-top {
    top: 34px;
    right: 3%;
    width: 33%;
    height: 40%;
  }

  .hero-product-card-bottom {
    right: 2%;
    bottom: 34px;
    width: 43%;
    height: 35%;
  }

  .product-statement,
  .business-spectrum,
  .product-lab,
  .editorial-gallery,
  .collaboration-flow,
  .product-cta {
    margin-top: 112px;
  }

  .spectrum-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }

  .spectrum-grid .spectrum-accent {
    grid-column: auto;
  }

  .editorial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 340px;
  }

  .editorial-item-wide {
    grid-column: span 2;
  }
}

@media (min-width: 1180px) {
  .product-hero-copy {
    padding-right: 64px;
    padding-left: 64px;
  }

  .product-lab {
    padding: 50px 42px 38px;
  }

  .product-panel {
    grid-template-columns: minmax(320px, 0.68fr) minmax(0, 1.32fr);
    gap: 44px;
  }
}

@media (max-width: 619px) {
  .product-hero {
    min-height: 0;
  }

  .product-hero-copy {
    padding-bottom: 24px;
  }

  .product-hero-gallery {
    min-height: 500px;
  }

  .product-hero-actions,
  .product-cta-actions {
    align-items: stretch;
    width: 100%;
  }

  .solid-action {
    width: 100%;
  }

  .product-hero-index {
    justify-content: space-between;
    gap: 12px;
  }

  .product-hero-index span {
    min-width: 78px;
  }

  .hero-product-card-main {
    right: 11%;
    left: 4%;
  }

  .hero-product-card-top {
    right: 1%;
    width: 34%;
  }

  .hero-product-card-bottom {
    right: 1%;
    width: 48%;
  }

  .product-panel {
    min-height: 0;
  }

  .panel-gallery {
    min-height: 440px;
  }

  .collaboration-flow,
  .product-cta {
    border-radius: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-marquee-track,
  .product-panel {
    animation: none;
  }

  .hero-product-card,
  .hero-product-card img,
  .panel-image,
  .panel-image img,
  .editorial-item img,
  .editorial-item figcaption,
  .solid-action,
  .text-action span,
  .product-tabs button {
    transform: none;
  }
}
