/* Products landing — layout aligned with design mockup */

.product-page {
  color: #111;
  background: #fff;
}

.product-page .section {
  padding-top: clamp(40px, 6vw, 32px);
  padding-bottom: clamp(40px, 6vw, 72px);
}

.product-surface {
  background: #fafafa;
  /* background-image: linear-gradient(90deg, #fff,#e6e6e6); */
}

.product-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.product-h1 {
  margin: 0;
  font-size: clamp(1.65rem, 2.8vw + 0.85rem, 3.25rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* Products hero — centered stack; h1 uses global styles.css (same as other pages) */
.product-page .section.product-hero-section {
  padding-top: clamp(28px, 7vw, 66px);
  padding-bottom: clamp(20px, 3vw, 40px);
}

.product-hero-copy {
  font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  text-align: center;
  margin: 0 auto;
}

.product-hero-copy h1 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  margin-bottom: clamp(1rem, 1.15vw, 1.2rem);;
  font-size: clamp(1.65rem, 2.8vw + 0.85rem, 3.25rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.product-hero-subline {
  margin: clamp(5px, 0.9vw, 9px) 0 0;
  padding: 0 0.25rem;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.15vw, 1.2rem);
  line-height: clamp(1.2rem, 2.5vw, 33px);
  color: #727272;
}

.product-hero-highlight {
  margin: clamp(7px, 1.1vw, 11px) 0 0;
  padding: 0 0.25rem;
  font-weight: 700;
  font-size: clamp(0.875rem, 1.1vw, 20px);
  line-height: clamp(1.1rem, 2.5vw, 34px);
  color: #000;
}

.product-hero-features {
  margin: clamp(6px, 1vw, 10px) 0 0;
  padding: 0 0.25rem;
  font-weight: 400;
  font-size: clamp(0.7rem, 0.85vw, 14px);
  line-height: clamp(1.1rem, 2.5vw, 40px);
  color: #727272;
}

.product-h2 {
  margin: 0 0 12px;
  text-align: center;
}

.product-h3 {
  margin: 0 0 8px;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  font-weight: 700;
}

.product-lead {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  color: #666;
  line-height: 1.65;
  /* max-width: 62ch; */
}

.product-muted {
  color: #666;
  font-size: 0.92rem;
  line-height: 1.55;
}

/* Model + specs */
.product-model-head {
  margin-bottom: 20px;
}

.product-model-swiper {
  position: relative;
  padding-bottom: 48px;
  margin-top: 8px;
}

.product-slide-card {
  padding: 28px clamp(20px, 4vw, 56px) 32px;
  /* border: 1px solid #d9d9d9; */
  border-bottom: 7px solid #ffcc3e;
  /* background: #fff; */
}

.product-slide-title {
  /* margin: 0 0 12px; */
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  color: #383838;
  letter-spacing: 0;
}

.product-slide-desc {
  margin: 0 0 18px;
  max-width: 72ch;
}

.product-model-swiper .swiper-pagination {
  bottom: 6px !important;
}

.product-model-swiper .swiper-pagination-bullet {
  background: #111;
  opacity: 0.25;
}

.product-model-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--brand);
}

.product-model-swiper .swiper-button-prev,
.product-model-swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  color: #d6d6d6;
}

.product-model-swiper .swiper-button-prev::after,
.product-model-swiper .swiper-button-next::after {
  font-size: 16px;
  font-weight: 800;
}

.product-model-swiper .swiper-button-prev {
  left: 0px;
}

.product-model-swiper .swiper-button-next {
  right: 0px;
}

@media (max-width: 640px) {
  .product-model-swiper .swiper-button-prev,
  .product-model-swiper .swiper-button-next {
    display: none;
  }
}

.product-model-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: stretch;
}

@media (min-width: 768px) {
  .product-model-grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 36px;
  }
}

.product-spec-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-self: stretch;
  height: 100%;
  min-height: 586px;
}

.product-spec-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-size: clamp(15px, 1.3vw, 16px);
  line-height: 1.4;
}

.product-spec-row dt {
  flex: 0 0 33%;
  font-weight: 700;
  color: #1a1a1a;
}

.product-spec-row dd {
  margin: 0;
  flex: 1;
  color: #4b4b4b;
}

.product-machine {
  border-radius: 0;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 586px;
}

.product-machine img {
  width: 100%;
  max-width: 278px;
  height: auto;
  max-height: 586px;
  object-fit: contain;
  display: block;
}

@media (max-width: 980px) {
  .product-slide-card {
    padding: 18px 16px 22px;
  }

  .product-model-swiper .swiper-button-prev {
    left: 10px;
  }

  .product-model-swiper .swiper-button-next {
    right: 10px;
  }

  .product-spec-list {
    min-height: 0;
    justify-content: flex-start;
    gap: 10px;
  }

  .product-spec-row {
    font-size: 15px;
  }

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

  .product-machine img {
    max-width: min(240px, 60vw);
  }
}

/* Video / hero media block */
.product-video-wrap {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  /* background: #eee; */
  line-height: 0;
}

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

/* App row */
.product-app-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .product-app-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

.product-phone {
  aspect-ratio: 9 / 18;
  max-height: 340px;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  border-radius: 22px;
  border: 3px solid #222;
  background: linear-gradient(165deg, #2a2a2a, #111);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: hidden;
}

.product-phone::after {
  content: "";
  position: absolute;
  inset: 10% 8%;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8f8f8, #e8ecf4);
}

.product-phone span {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 0.62rem;
  font-weight: 700;
  color: #555;
  letter-spacing: 0.06em;
}

.product-phone--media::after {
  display: none;
}

.product-phone--media span {
  display: none;
}

.product-phone--media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px;
  z-index: 1;
}

/* Hub full-width figure (design export) */
.product-hub-banner {
  margin: 24px 0 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background: #fff;
  line-height: 0;
}

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

.product-feature-cards {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 640px) {
  .product-feature-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.product-feature-card {
  padding: 18px 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  text-align: center;
}

.product-feature-card svg {
  display: block;
  margin: 0 auto 10px;
}

.product-feature-card h4 {
  margin: 0 0 6px;
  font-size: 0.95rem;
  font-weight: 700;
}

.product-feature-card p {
  margin: 0;
  font-size: 0.82rem;
  color: #666;
  line-height: 1.45;
}

/* Split feature + phone */
.product-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

@media (min-width: 900px) {
  .product-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 48px;
  }
}

.product-mini-features {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
}

.product-mini {
  display: grid;
  grid-template-columns: minmax(140px, 180px) 1fr;
  align-items: center;
  gap: clamp(20px, 2.5vw, 32px);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.product-mini-thumb {
  width: 100%;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-mini-thumb img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.product-mini-thumb--portrait {
  max-width: 173px;
}

.product-mini-thumb--landscape {
  max-width: 179px;
  align-self: center;
}

.product-mini-text {
  font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.product-mini-text h3 {
  margin: 0 0 8px;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.product-mini-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 2px;
}

.product-mini-list li {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  font-weight: 400;
  color: #454f5e;
  line-height: 1.65;
  white-space: nowrap;
}

.product-split-phone {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-split-phone img {
  width: 100%;
  max-width: 628px;
  height: auto;
  display: block;
}

@media (max-width: 640px) {
  .product-mini {
    grid-template-columns: 110px 1fr;
    gap: 16px;
  }
}

@media (max-width: 420px) {
  .product-mini {
    grid-template-columns: 88px 1fr;
    gap: 12px;
  }

  .product-mini-thumb--portrait,
  .product-mini-thumb--landscape {
    max-width: 88px;
  }
}

/* Hub labels */
/* Hub — Powerful yet intuitive (radial feature list around app phone) */
.product-hub-title {
  font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  text-align: center;
  font-size: clamp(1.5rem, 3.4vw, 56px);
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  margin-bottom: clamp(28px, 4vw, 56px);
}

.product-hub {
  position: relative;
  width: 100%;
  max-width: 1161px;
  margin: 0 auto;
}

.product-hub-bg {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.product-hub-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(80px, 12%, 160px);
  aspect-ratio: 1 / 1;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-hub-play:hover {
  transform: translate(-50%, -50%) scale(1.06);
}

.product-hub-play:focus-visible {
  outline: 2px solid #ff3b30;
  outline-offset: 4px;
}

/* Enterprise strip */
.product-enterprise {
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background: #fff;
  min-height: 220px;
  display: grid;
  place-items: center;
  padding: 24px;
}

.product-enterprise-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: flex-end;
}

.product-screen {
  width: min(200px, 42vw);
  aspect-ratio: 16 / 10;
  background: #1a1a1a;
  border-radius: 8px;
  border: 2px solid #334155;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  line-height: 0;
}

.product-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-screen--sm {
  width: min(120px, 32vw);
  aspect-ratio: 9 / 16;
  border-radius: 10px;
}

/* Commitment */
.product-commit-section .container {
  text-align: center;
}

.product-commit-subtitle {
  margin: 0 0 clamp(28px, 4vw, 56px);
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}

.product-commit-grid {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 56px) clamp(20px, 4vw, 64px);

}
@media (min-width: 640px) {
  .product-commit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1080px) {
  .product-commit-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.product-commit-card {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-commit-icon {
  width: 100%;
  max-width: clamp(140px, 18vw, 220px);
  aspect-ratio: 1 / 1;
  margin: 0 auto clamp(14px, 1.6vw, 22px);
  background: transparent;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}

.product-commit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.product-commit-card h4 {
  margin: 0 0 8px;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  white-space: nowrap;
}

.product-commit-card p {
  margin: 0;
  max-width: 32ch;
  font-size: clamp(0.9rem, 1vw, 1rem);
  color: #454f5e;
  line-height: 1.6;
}

/* Gallery */
.product-gallery {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 640px) {
  .product-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .product-gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

.product-gallery-item {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  background: #e0e0e0;
  line-height: 0;
}

.product-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-gallery-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
}

/* Deployment Locations — design spec (carousel + dots + venue tags) */
.product-deployment-section .product-deployment-h2 {
  margin-bottom: 12px;
}

.product-deployment-subtitle {
  margin: 0;
  max-width: none;
  font-family: "Noto Sans SC", "Inter", sans-serif;
  font-size: clamp(1.05rem, 2.1vw, 1.34rem);
  font-weight: 400;
  line-height: clamp(1.6rem, 3.5vw, 2.125rem);
  color: #454f5e;
}

.product-deployment-carousel {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 16px;
  scrollbar-width: thin;
}

.product-deployment-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 28px;
  width: max-content;
  min-height: 244px;
  margin-inline: auto;
  padding-bottom: 4px;
}

.product-deployment-slide {
  flex: 0 0 auto;
  height: 244px;
  overflow: hidden;
  border-radius: 4px;
  scroll-snap-align: center;
  background: #e8e8e8;
}

.product-deployment-slide--narrow {
  width: 244px;
}

.product-deployment-slide--wide {
  width: 288px;
}

.product-deployment-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-deployment-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.product-deployment-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8c8c8;
  flex-shrink: 0;
}

.product-deployment-dot.is-active {
  background: #3a3a3a;
  transform: scale(1.12);
}

.product-deployment-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.product-deployment-tags li {
  margin: 0;
  padding: 10px 18px;
  font-family: "Noto Sans SC", "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.45;
  color: #fff;
  background: #6d5216;
  border-radius: 8px;
}

@media (max-width: 640px) {
  .product-deployment-carousel {
    margin-inline: calc(-1 * clamp(12px, 4vw, 20px));
    padding-inline: clamp(12px, 4vw, 20px);
  }

  .product-deployment-slide--narrow,
  .product-deployment-slide--wide {
    width: min(288px, calc(100vw - 48px));
  }

  .product-deployment-slide {
    height: 244px;
  }

  .product-deployment-track {
    min-height: 244px;
  }
}

/* AI flow — reuse feel of index */
.product-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.product-flow-item {
  background: #8e6f18;
  border: 1px solid #7b6117;
  color: #fff;
  border-radius: 6px;
  padding: 8px 14px;
  font-weight: 600;
  font-size: 0.84rem;
}

.product-flow-arrow {
  color: #8e6f18;
  font-weight: 700;
}

/* Hardware grid */
.product-hw-section .container {
  text-align: center;
}

.product-hw-subtitle {
  margin: 6px 0 14px;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}

.product-hw-desc {
  margin: 0;
  font-size: clamp(0.9rem, 1vw, 1rem);
  color: #454f5e;
  line-height: 1.6;
}

.product-hw-desc + .product-hw-desc {
  margin-top: 4px;
}

.product-hw-desc strong {
  color: #000;
  font-weight: 700;
}

.product-hw-grid {
  margin-top: clamp(28px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 36px) clamp(24px, 4vw, 56px);
}

@media (min-width: 520px) {
  .product-hw-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .product-hw-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.product-hw-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.product-hw-img {
  width: 100%;
  max-width: 210px;
  aspect-ratio: 1 / 1;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  position: relative;
  line-height: 0;
  padding: 14px;
  box-sizing: border-box;
}

.product-hw-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.product-hw-card p {
  margin: 14px 0 0;
  padding: 0;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  font-weight: 600;
  color: #151515;
  text-align: center;
  line-height: 1.4;
}

.product-hw-footnote {
  margin-top: clamp(28px, 4vw, 48px);
  display: grid;
  gap: 4px;
  text-align: center;
}

.product-hw-footnote p {
  margin: 0;
  font-size: clamp(0.9rem, 1vw, 1rem);
  color: #454f5e;
  line-height: 1.6;
}

.product-hw-footnote p:first-child {
  color: #151515;
}

.product-hw-footnote strong {
  color: #000;
  font-weight: 700;
}

/* Durable — intro centered; body full-width grid (no inherited centering issues) */
.product-durable-section .product-durable-section__intro {
  text-align: center;
}

.product-durable-section .product-durable-section__body {
  text-align: initial;
  margin-top: 0;
}

.product-durable-section .product-durable-section__body .product-durable {
  width: 100%;
  max-width: 100%;
}

.product-durable-subtitle {
  margin: 6px auto 14px;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}

.product-durable-desc {
  margin: 0 auto;
  max-width: 62ch;
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 400;
  line-height: 1.6;
  color: #454f5e;
}

.product-durable-desc + .product-durable-desc {
  margin-top: 4px;
}

.product-durable-desc strong {
  color: #454f5e;
  font-weight: 700;
}

.product-durable {
  margin-top: clamp(32px, 5vw, 52px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 40px);
  align-items: center;
  justify-items: center;
  text-align: left;
}

@media (min-width: 960px) {
  .product-durable {
    grid-template-columns: 1fr auto 1fr;
    gap: clamp(24px, 3vw, 48px);
    align-items: center;
  }

  .product-durable-thumbs {
    justify-self: end;
    align-self: center;
  }

  .product-durable-hero {
    justify-self: center;
    align-self: center;
  }

  .product-durable-features {
    justify-self: start;
    align-self: center;
  }
}

/* Left column — 3 × 140px squares */
.product-durable-thumbs {
  display: grid;
  gap: 18px;
  width: 140px;
  justify-items: center;
}

.product-durable-thumb {
  margin: 0;
  width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.product-durable-thumb img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  background: #fff;
  border: 0;
  border-radius: 0;
  display: block;
}

.product-durable-thumb figcaption {
  margin: 0;
  font-size: clamp(0.85rem, 1vw, 0.95rem);
  font-weight: 600;
  line-height: 1.35;
  color: #454f5e;
  text-align: center;
}

/* Center — cabinet 254px wide */
.product-durable-hero {
  border-radius: 0;
  overflow: visible;
  background: transparent;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-durable-hero img {
  width: 254px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Right — individual feature cards */
.product-durable-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 34px;
  width: 100%;
  box-sizing: border-box;
}

.product-durable-feature {
  position: relative;
  margin: 0;
  padding: clamp(14px, 1.8vw, 18px) clamp(16px, 2vw, 22px);
  border: 0;
  border-radius: 10px;
  background: #ececec;
  text-align: left;
  color: #454f5e;
  box-shadow: none;
}

.product-durable-feature::before {
  content: none;
}

.product-durable-feature strong {
  display: block;
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  font-weight: 700;
  line-height: 1.35;
  color: #454f5e;
}

.product-durable-feature span,
.product-durable-feature-text {
  display: block;
  font-size: clamp(0.85rem, 1vw, 0.9rem);
  font-weight: 600;
  line-height: 1.55;
  color: #454f5e;
}

.product-durable-feature strong + span {
  margin-top: 6px;
  font-weight: 400;
}

.product-durable-feature--350 {
  width: 350px;
  max-width: 100%;
}

.product-durable-feature--412 {
  width: 336px;
  max-width: 100%;
}

.product-durable-feature--286 {
  width: 286px;
  max-width: 100%;
}

.product-durable-feature--256 {
  width: 256px;
  max-width: 100%;
}

@media (max-width: 959px) {
  .product-durable-thumbs {
    width: 100%;
    max-width: 140px;
  }

  .product-durable-features {
    width: 100%;
    max-width: 412px;
  }

  .product-durable-feature--350,
  .product-durable-feature--412,
  .product-durable-feature--286,
  .product-durable-feature--256 {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .product-flow-arrow {
    display: none;
  }
}

.product-page .image-vision img {
  width: 100%;
  max-width: min(1160px, 100%);
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Redefining Retail with AI Vision — products page (design spec) */
.product-ai-vision {
  text-align: center;
}

.product-ai-vision__inner {
  max-width: 1160px;
}

.product-ai-vision__title {
  margin: 0 auto 14px;
}

.product-ai-vision .vision-subtitle,
.product-ai-vision .product-ai-vision__subtitle {
  margin: 0 auto 10px;
  max-width: 56ch;
  font-family: "Noto Sans SC", "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(1.05rem, 2.2vw, 1.32rem);
  line-height: 1.35;
  color: #454f5e;
  text-align: center;
}

.product-ai-vision .vision-desc,
.product-ai-vision .product-ai-vision__desc {
  margin: 0 auto clamp(20px, 3.5vw, 32px);
  max-width: 56ch;
  font-family: "Noto Sans SC", "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(1.05rem, 2.2vw, 1.32rem);
  line-height: 1.35;
  color: #454f5e;
  text-align: center;
}

.product-ai-vision__media {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
}

.product-ai-vision__media img {
  width: 100%;
  max-width: 1160px;
  height: auto;
  aspect-ratio: 1160 / 322;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .product-ai-vision .vision-subtitle,
  .product-ai-vision .vision-desc {
    font-size: 0.98rem;
  }
}

/* Contact Us form — page-specific overrides; shared `.order-form` lives in layout.css */
.product-order-section .container {
  text-align: center;
}

.product-order-section .product-h2 {
  margin-bottom: clamp(20px, 3vw, 32px);
}
