/* PM optimization layer: keeps the approved visual direction, but removes friction in navigation and detail flows. */
html {
  scroll-behavior: smooth;
}

@media (hover: none) and (pointer: coarse), (max-width: 720px) {
  html {
    scroll-behavior: auto !important;
  }
}

@media (min-width: 721px) and (max-width: 1120px) {
  .topbar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: start !important;
    justify-items: start !important;
    row-gap: 24px !important;
    padding-right: var(--pm-edge) !important;
    padding-left: var(--pm-edge) !important;
  }

  .topbar .brand,
  .topbar .nav {
    width: 100% !important;
    max-width: calc(100vw - (var(--pm-edge) * 2)) !important;
    margin: 0 !important;
    padding-left: 0 !important;
    transform: none !important;
  }

  .topbar .brand-logo {
    width: min(336px, 52vw) !important;
    max-height: 56px !important;
  }

  .topbar .nav {
    justify-content: flex-start !important;
    overflow-x: visible !important;
    scroll-behavior: auto !important;
  }

  .footer {
    padding-right: var(--pm-edge) !important;
    padding-left: var(--pm-edge) !important;
  }
}

@media (max-width: 720px) {
  .topbar .brand-logo {
    width: min(300px, 82vw) !important;
  }
}

.award-year-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.award-card li a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.award-card li a:hover {
  color: #000000;
}

.awards-detail-page .detail-shell {
  padding-top: 0;
}

.awards-archive-hero {
  align-items: end;
}

.award-year-switch {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(72px, auto);
  align-content: end;
  justify-content: flex-end;
  gap: 0;
  overflow-x: auto;
  padding: 8px 0 2px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
  scrollbar-width: none;
}

.award-year-switch::-webkit-scrollbar {
  display: none;
}

.award-year-switch a {
  position: relative;
  min-width: 78px;
  padding: 12px 18px 16px;
  color: rgba(17, 17, 17, 0.46);
  text-decoration: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.award-year-switch a::after {
  position: absolute;
  right: 18px;
  bottom: -2px;
  left: 18px;
  height: 3px;
  background: #111111;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
  content: "";
}

.award-year-switch a:hover,
.award-year-switch a.is-active {
  color: #111111;
  transform: translateY(-2px);
}

.award-year-switch a.is-active::after,
.award-year-switch a:hover::after {
  transform: scaleX(1);
}

.award-year-switch strong,
.award-year-switch span {
  display: block;
}

.award-year-switch strong {
  font-family: "Helvetica Now Display", "MiSans", sans-serif;
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  letter-spacing: -0.04em;
}

.award-year-switch span {
  margin-top: 4px;
  color: currentColor;
  font-size: 0.86rem;
  opacity: 0.62;
}

.award-archive-list {
  display: grid;
  gap: 24px;
  padding: clamp(30px, 6vw, 80px) var(--pm-edge, clamp(24px, 6vw, 90px)) clamp(70px, 8vw, 120px);
}

.award-photo-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
  padding: clamp(24px, 4vw, 54px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.award-photo-card.is-highlighted {
  border-color: var(--brand-yellow, #fad300);
  box-shadow: 0 26px 80px rgba(247, 213, 0, 0.22);
}

.award-photo-meta span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--muted);
  font-family: "Helvetica Now Display", "MiSans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.award-photo-meta h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.65vw, 2.65rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.award-photo-meta p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.award-photo-meta em {
  display: inline-block;
  margin-top: 18px;
  padding: 8px 12px;
  color: #111111;
  font-style: normal;
  background: rgba(247, 213, 0, 0.28);
  border-radius: 999px;
}

#brand .section-title h2,
#public-welfare .section-head h2 {
  font-size: clamp(2.4rem, 3.35vw, 3.7rem) !important;
  line-height: 1.08 !important;
  overflow-wrap: anywhere !important;
}

.detail-article h2 {
  font-size: clamp(1.9rem, 3.2vw, 3.7rem) !important;
  line-height: 1.08 !important;
}

.award-photo-grid {
  display: grid;
  gap: 16px;
}

.award-photo-grid img {
  width: 100%;
  max-height: 76vh;
  object-fit: contain;
  background: #f7f7f5;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
}

@media (max-width: 760px) {
  .award-year-switch {
    justify-content: flex-start;
  }

  .award-photo-card {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .award-photo-grid img {
    max-height: none;
  }
}

/* Last-pass responsive alignment: this block intentionally sits at EOF. */
@media (min-width: 721px) and (max-width: 1120px) {
  .topbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: start !important;
    align-items: start !important;
    row-gap: 24px !important;
    column-gap: 0 !important;
    padding: 24px var(--pm-edge) !important;
  }

  .topbar .brand,
  .topbar .nav {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: calc(100vw - (var(--pm-edge) * 2)) !important;
    margin: 0 !important;
    padding-left: 0 !important;
    transform: none !important;
  }

  .topbar .brand {
    display: flex !important;
    justify-content: flex-start !important;
  }

  .topbar .brand-logo {
    display: block !important;
    width: min(336px, 52vw) !important;
    max-height: 56px !important;
    margin: 0 !important;
    object-position: left center !important;
  }

  .topbar .nav {
    justify-content: flex-start !important;
    overflow-x: visible !important;
    scroll-behavior: auto !important;
    padding: 0 0 8px !important;
    scroll-padding-inline: 0 !important;
  }

  .footer {
    padding-right: var(--pm-edge) !important;
    padding-left: var(--pm-edge) !important;
  }

  .footer > div:first-child,
  .footer-links,
  .footer p {
    margin-left: 0 !important;
    transform: none !important;
  }
}

/* Public-good video EOF override: pending state is image + translucent play triangle only. */
.detail-shell > .project-media-links .detail-video.is-video-pending figcaption,
.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button span,
.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button em {
  display: none !important;
  content: none !important;
}

.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button {
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  width: clamp(58px, 7vw, 82px) !important;
  height: clamp(58px, 7vw, 82px) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.74) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.34) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  transform: translate(-50%, -50%) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18) !important;
  backdrop-filter: blur(8px) !important;
}

.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button::before {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  margin-left: 7% !important;
  border-top: clamp(12px, 1.45vw, 17px) solid transparent !important;
  border-bottom: clamp(12px, 1.45vw, 17px) solid transparent !important;
  border-left: clamp(18px, 2vw, 25px) solid rgba(255, 255, 255, 0.92) !important;
  background: transparent !important;
}

/* Final mobile audit guard: keep horizontal carousels and scrollable nav from widening the page. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.topbar,
.topbar .nav,
.award-year-switch,
.carousel-shell,
.carousel-track {
  box-sizing: border-box !important;
  max-width: 100% !important;
}

@media (max-width: 720px) {
  .topbar .nav {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 12px 14px !important;
    padding: 8px 0 12px !important;
    overflow: visible !important;
    overscroll-behavior-inline: contain !important;
  }

  .topbar .nav a {
    min-width: 0 !important;
    white-space: normal !important;
  }

  .award-year-switch {
    justify-content: flex-start !important;
    width: 100% !important;
    overflow-x: auto !important;
  }
}

/* Final public-welfare video override: no text overlays before playback. */
.detail-shell > .project-media-links .detail-video.is-video-pending figcaption,
.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button span,
.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button em {
  display: none !important;
  content: none !important;
}

.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  width: clamp(58px, 7vw, 86px) !important;
  min-width: 0 !important;
  height: clamp(58px, 7vw, 86px) !important;
  padding: 0 !important;
  place-items: center !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.42) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  backdrop-filter: blur(10px) !important;
}

.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button::before {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  margin-left: 6px !important;
  border-top: clamp(12px, 1.5vw, 18px) solid transparent !important;
  border-bottom: clamp(12px, 1.5vw, 18px) solid transparent !important;
  border-left: clamp(18px, 2vw, 26px) solid rgba(17, 17, 17, 0.78) !important;
  content: "" !important;
}

/* Public-good video: centered media block with a simple translucent play control. */
.detail-shell > .project-media-links {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  width: min(100%, 1180px) !important;
  margin: clamp(48px, 6vw, 88px) auto 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  gap: clamp(24px, 3vw, 44px) !important;
}

.detail-shell > .project-media-links > article {
  width: 100% !important;
  padding: clamp(22px, 3vw, 42px) !important;
  background: #fff !important;
  border: 1px solid rgba(17, 17, 17, 0.1) !important;
  border-radius: clamp(22px, 3vw, 38px) !important;
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.06) !important;
}

.detail-shell > .project-media-links .project-video-section {
  display: grid !important;
  justify-items: center !important;
}

.detail-shell > .project-media-links .project-video-section > .section-kicker {
  justify-self: start !important;
  margin-left: max(0px, calc((100% - min(100%, 980px)) / 2)) !important;
}

.detail-shell > .project-media-links .project-video-section > div {
  width: min(100%, 980px) !important;
  margin: clamp(18px, 2.4vw, 30px) auto 0 !important;
}

.detail-shell > .project-media-links .detail-video {
  width: 100% !important;
  margin: 0 auto !important;
}

.detail-shell > .project-media-links .detail-video.is-video-pending {
  display: grid !important;
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 24px !important;
  background:
    linear-gradient(180deg, rgba(8, 24, 38, 0.16), rgba(8, 24, 38, 0.28)),
    var(--video-poster, linear-gradient(135deg, #eeeeec, #ffffff)) !important;
  background-position: center !important;
  background-size: cover !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.detail-shell > .project-media-links .detail-video.is-video-pending::before {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.12) !important;
  content: "" !important;
}

.detail-shell > .project-media-links .video-load-button {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  width: clamp(58px, 7vw, 86px) !important;
  height: clamp(58px, 7vw, 86px) !important;
  min-width: 0 !important;
  padding: 0 !important;
  place-items: center !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.42) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2) !important;
  backdrop-filter: blur(10px) !important;
  cursor: pointer !important;
}

.detail-shell > .project-media-links .video-load-button::before {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  margin-left: 6px !important;
  border-top: clamp(12px, 1.5vw, 18px) solid transparent !important;
  border-bottom: clamp(12px, 1.5vw, 18px) solid transparent !important;
  border-left: clamp(18px, 2vw, 26px) solid rgba(17, 17, 17, 0.78) !important;
  content: "" !important;
}

.detail-shell > .project-media-links .detail-video.is-video-playing {
  border: 0 !important;
  border-radius: 24px !important;
  background: #050505 !important;
}

.detail-shell > .project-media-links .detail-video.is-video-playing video {
  width: 100% !important;
  max-height: min(72vh, 760px) !important;
  border-radius: 24px 24px 0 0 !important;
}

@media (max-width: 760px) {
  .detail-shell > .project-media-links {
    margin-top: 36px !important;
  }

  .detail-shell > .project-media-links > article {
    padding: 16px !important;
    border-radius: 22px !important;
  }
}

/* True EOF guard: keep homepage product-series posters complete at every viewport size. */
#products #productSeriesTrack.carousel-track {
  display: flex !important;
  align-items: flex-start !important;
  gap: clamp(20px, 2.2vw, 48px) !important;
  padding: 0 clamp(16px, 4vw, 88px) 36px !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scroll-padding-inline: clamp(16px, 4vw, 88px) !important;
  background: #ffffff !important;
}

#products #productSeriesTrack .product-hero-card.series-card,
#products #productSeriesTrack .product-hero-card.series-card.carousel-card,
#products #productSeriesTrack .product-hero-card.series-card.product {
  flex: 0 0 clamp(360px, 22vw, 620px) !important;
  width: clamp(360px, 22vw, 620px) !important;
  min-width: clamp(360px, 22vw, 620px) !important;
  max-width: min(620px, calc(100vw - 32px)) !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  contain: none !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  scroll-snap-align: start !important;
}

#products #productSeriesTrack .product-hero-card.series-card::before,
#products #productSeriesTrack .product-hero-card.series-card::after,
#products #productSeriesTrack .product-hero-logo,
#products #productSeriesTrack .product-hero-copy {
  display: none !important;
  content: none !important;
}

#products #productSeriesTrack .product-hero-card.series-card > img:not(.product-hero-logo) {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  filter: none !important;
}

#products #productSeriesTrack .product-hero-card.series-card:hover > img:not(.product-hero-logo),
#products #productSeriesTrack .product-hero-card.series-card:focus-visible > img:not(.product-hero-logo) {
  transform: none !important;
  filter: none !important;
}

@media (min-width: 1600px) {
  #products #productSeriesTrack .product-hero-card.series-card,
  #products #productSeriesTrack .product-hero-card.series-card.carousel-card,
  #products #productSeriesTrack .product-hero-card.series-card.product {
    flex-basis: clamp(430px, 20vw, 620px) !important;
    width: clamp(430px, 20vw, 620px) !important;
    min-width: clamp(430px, 20vw, 620px) !important;
  }
}

@media (max-width: 720px) {
  #products #productSeriesTrack.carousel-track {
    padding-inline: var(--pm-edge, 24px) !important;
    scroll-padding-inline: var(--pm-edge, 24px) !important;
  }

  #products #productSeriesTrack .product-hero-card.series-card,
  #products #productSeriesTrack .product-hero-card.series-card.carousel-card,
  #products #productSeriesTrack .product-hero-card.series-card.product {
    flex-basis: min(82vw, 420px) !important;
    width: min(82vw, 420px) !important;
    min-width: min(82vw, 420px) !important;
    max-width: min(82vw, 420px) !important;
  }
}

/* Absolute EOF product-detail guard: Tmall-style sticky right info and unified channel badges. */
:root {
  --gaoyea-channel-width: clamp(70px, 6.2vw, 88px);
  --gaoyea-channel-height: clamp(42px, 3.5vw, 52px);
  --gaoyea-channel-radius: 12px;
  --gaoyea-product-sticky-top: clamp(132px, 13vw, 188px);
}

@media (min-width: 981px) {
  #productApp .product-page-layout {
    align-items: start !important;
    overflow: visible !important;
    isolation: isolate !important;
  }

  #productApp .product-detail-scroll {
    align-self: start !important;
    min-height: calc(100vh + 160px) !important;
  }

  #productApp .product-sticky-info {
    position: sticky !important;
    top: var(--gaoyea-product-sticky-top) !important;
    align-self: start !important;
    box-sizing: border-box !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: calc(100vh - var(--gaoyea-product-sticky-top) - 24px) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    z-index: 3 !important;
  }
}

#productApp .product-sticky-info .purchase-channels > div {
  display: flex !important;
  align-items: center !important;
  gap: clamp(10px, 1.25vw, 16px) !important;
}

#productApp .product-sticky-info .purchase-channels a,
#productApp .product-sticky-info .purchase-channels .channel-static {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: var(--gaoyea-channel-width) !important;
  min-width: var(--gaoyea-channel-width) !important;
  height: var(--gaoyea-channel-height) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: var(--gaoyea-channel-radius) !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

#productApp .product-sticky-info .purchase-channels img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: var(--gaoyea-channel-radius) !important;
}

#productApp .product-sticky-info .purchase-channels a > span,
#productApp .product-sticky-info .purchase-channels .channel-static > span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

#productApp .product-sticky-info .purchase-channels a:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.03) saturate(1.05) !important;
}

@media (max-width: 980px) {
  #productApp .product-sticky-info {
    position: static !important;
    max-height: none !important;
    overflow: visible !important;
  }
}

@media (max-width: 560px) {
  :root {
    --gaoyea-channel-width: 68px;
    --gaoyea-channel-height: 40px;
  }
}

/* Absolute final product-detail guard: keep this block at EOF so older overrides cannot win. */
:root {
  --gaoyea-channel-width: clamp(70px, 6.2vw, 88px);
  --gaoyea-channel-height: clamp(42px, 3.5vw, 52px);
  --gaoyea-channel-radius: 12px;
  --gaoyea-product-sticky-top: clamp(132px, 13vw, 188px);
}

@media (min-width: 981px) {
  #productApp .product-page-layout {
    align-items: start !important;
    overflow: visible !important;
    isolation: isolate !important;
  }

  #productApp .product-detail-scroll {
    align-self: start !important;
    min-height: calc(100vh + 160px) !important;
  }

  #productApp .product-sticky-info {
    position: sticky !important;
    top: var(--gaoyea-product-sticky-top) !important;
    align-self: start !important;
    box-sizing: border-box !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: calc(100vh - var(--gaoyea-product-sticky-top) - 24px) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    z-index: 3 !important;
  }
}

#productApp .product-sticky-info .purchase-channels > div {
  display: flex !important;
  align-items: center !important;
  gap: clamp(10px, 1.25vw, 16px) !important;
}

#productApp .product-sticky-info .purchase-channels a,
#productApp .product-sticky-info .purchase-channels .channel-static {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: var(--gaoyea-channel-width) !important;
  min-width: var(--gaoyea-channel-width) !important;
  height: var(--gaoyea-channel-height) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: var(--gaoyea-channel-radius) !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

#productApp .product-sticky-info .purchase-channels img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: var(--gaoyea-channel-radius) !important;
}

#productApp .product-sticky-info .purchase-channels a > span,
#productApp .product-sticky-info .purchase-channels .channel-static > span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

#productApp .product-sticky-info .purchase-channels a:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.03) saturate(1.05) !important;
}

@media (max-width: 980px) {
  #productApp .product-sticky-info {
    position: static !important;
    max-height: none !important;
    overflow: visible !important;
  }
}

@media (max-width: 560px) {
  :root {
    --gaoyea-channel-width: 68px;
    --gaoyea-channel-height: 40px;
  }
}

/* EOF product-matrix poster guard: never crop the series hero posters at any viewport ratio. */
#products #productSeriesTrack.carousel-track {
  align-items: flex-start !important;
  gap: clamp(18px, 3vw, 48px) !important;
  background: #ffffff !important;
}

#products #productSeriesTrack .product-hero-card.series-card {
  flex: 0 0 clamp(300px, 32vw, 520px) !important;
  min-width: clamp(300px, 32vw, 520px) !important;
  width: clamp(300px, 32vw, 520px) !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#products #productSeriesTrack .product-hero-card.series-card::before,
#products #productSeriesTrack .product-hero-card.series-card::after,
#products #productSeriesTrack .product-hero-logo,
#products #productSeriesTrack .product-hero-copy {
  display: none !important;
  content: none !important;
}

#products #productSeriesTrack .product-hero-card.series-card > img:not(.product-hero-logo) {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  filter: none !important;
}

#products #productSeriesTrack .product-hero-card.series-card:hover > img:not(.product-hero-logo),
#products #productSeriesTrack .product-hero-card.series-card:focus-visible > img:not(.product-hero-logo) {
  transform: none !important;
  filter: none !important;
}

@media (max-width: 720px) {
  #products #productSeriesTrack .product-hero-card.series-card {
    flex-basis: min(82vw, 420px) !important;
    min-width: min(82vw, 420px) !important;
    width: min(82vw, 420px) !important;
  }
}

/* Absolute final guard: homepage product-matrix posters must always render as complete posters. */
#products #productSeriesTrack.carousel-track {
  display: flex !important;
  align-items: flex-start !important;
  gap: clamp(20px, 2.2vw, 48px) !important;
  padding: 0 clamp(16px, 4vw, 88px) 36px !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scroll-padding-inline: clamp(16px, 4vw, 88px) !important;
  background: #ffffff !important;
}

#products #productSeriesTrack .product-hero-card.series-card,
#products #productSeriesTrack .product-hero-card.series-card.carousel-card,
#products #productSeriesTrack .product-hero-card.series-card.product {
  flex: 0 0 clamp(360px, 22vw, 620px) !important;
  width: clamp(360px, 22vw, 620px) !important;
  min-width: clamp(360px, 22vw, 620px) !important;
  max-width: min(620px, calc(100vw - 32px)) !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  contain: none !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  scroll-snap-align: start !important;
}

#products #productSeriesTrack .product-hero-card.series-card > img:not(.product-hero-logo) {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  filter: none !important;
}

@media (min-width: 1600px) {
  #products #productSeriesTrack .product-hero-card.series-card,
  #products #productSeriesTrack .product-hero-card.series-card.carousel-card,
  #products #productSeriesTrack .product-hero-card.series-card.product {
    flex-basis: clamp(430px, 20vw, 620px) !important;
    width: clamp(430px, 20vw, 620px) !important;
    min-width: clamp(430px, 20vw, 620px) !important;
  }
}

@media (max-width: 720px) {
  #products #productSeriesTrack.carousel-track {
    padding-inline: var(--pm-edge, 24px) !important;
    scroll-padding-inline: var(--pm-edge, 24px) !important;
  }

  #products #productSeriesTrack .product-hero-card.series-card,
  #products #productSeriesTrack .product-hero-card.series-card.carousel-card,
  #products #productSeriesTrack .product-hero-card.series-card.product {
    flex-basis: min(82vw, 420px) !important;
    width: min(82vw, 420px) !important;
    min-width: min(82vw, 420px) !important;
    max-width: min(82vw, 420px) !important;
  }
}

/* Product detail polish: keep information sticky and show purchase channels as pure app logos. */
#productApp .product-page-layout {
  align-items: start !important;
  overflow: visible !important;
}

#productApp .product-sticky-info {
  position: sticky !important;
  top: clamp(118px, 13vw, 188px) !important;
  align-self: start !important;
  max-height: calc(100vh - clamp(140px, 15vw, 210px)) !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
}

#productApp .product-sticky-info .series-detail-logo {
  display: none !important;
}

#productApp .purchase-channels > div {
  align-items: center !important;
  gap: clamp(12px, 1.5vw, 18px) !important;
}

#productApp .purchase-channels a,
#productApp .purchase-channels .channel-static {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#productApp .purchase-channels a:hover {
  border-color: transparent !important;
  transform: translateY(-2px) scale(1.04) !important;
}

#productApp .purchase-channels img {
  display: block !important;
  width: clamp(38px, 3.6vw, 50px) !important;
  height: clamp(38px, 3.6vw, 50px) !important;
  object-fit: contain !important;
}

@media (max-width: 980px) {
  #productApp .product-sticky-info {
    position: static !important;
    max-height: none !important;
    overflow: visible !important;
  }
}

@media (max-width: 720px) {
  .topbar {
    padding-right: var(--pm-edge) !important;
    padding-left: var(--pm-edge) !important;
  }

  .topbar .brand,
  .topbar .nav {
    margin-left: 0 !important;
    padding-left: 0 !important;
    transform: none !important;
  }

  .topbar .brand-logo {
    width: min(300px, 82vw) !important;
    object-position: left center !important;
  }

  .footer > div:first-child,
  .footer-links,
  .footer p {
    margin-left: 0 !important;
    transform: none !important;
  }
}

/* Public-good video EOF override: pending state is image + translucent play triangle only. */
.detail-shell > .project-media-links .detail-video.is-video-pending figcaption,
.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button span,
.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button em {
  display: none !important;
  content: none !important;
}

.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button {
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  width: clamp(58px, 7vw, 82px) !important;
  height: clamp(58px, 7vw, 82px) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.74) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.34) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  transform: translate(-50%, -50%) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18) !important;
  backdrop-filter: blur(8px) !important;
}

.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button::before {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  margin-left: 7% !important;
  border-top: clamp(12px, 1.45vw, 17px) solid transparent !important;
  border-bottom: clamp(12px, 1.45vw, 17px) solid transparent !important;
  border-left: clamp(18px, 2vw, 25px) solid rgba(255, 255, 255, 0.92) !important;
  background: transparent !important;
}

/* Public-good video final override: pending state is image + translucent play triangle only. */
.detail-shell > .project-media-links .detail-video.is-video-pending figcaption,
.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button span,
.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button em {
  display: none !important;
  content: none !important;
}

.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button {
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  width: clamp(58px, 7vw, 82px) !important;
  height: clamp(58px, 7vw, 82px) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.74) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.34) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  transform: translate(-50%, -50%) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18) !important;
  backdrop-filter: blur(8px) !important;
}

.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button::before {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  margin-left: 7% !important;
  border-top: clamp(12px, 1.45vw, 17px) solid transparent !important;
  border-bottom: clamp(12px, 1.45vw, 17px) solid transparent !important;
  border-left: clamp(18px, 2vw, 25px) solid rgba(255, 255, 255, 0.92) !important;
  background: transparent !important;
}

/* True EOF guard: keep homepage product-series posters complete at every viewport size. */
#products #productSeriesTrack.carousel-track {
  display: flex !important;
  align-items: flex-start !important;
  gap: clamp(20px, 2.2vw, 48px) !important;
  padding: 0 clamp(16px, 4vw, 88px) 36px !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scroll-padding-inline: clamp(16px, 4vw, 88px) !important;
  background: #ffffff !important;
}

#products #productSeriesTrack .product-hero-card.series-card,
#products #productSeriesTrack .product-hero-card.series-card.carousel-card,
#products #productSeriesTrack .product-hero-card.series-card.product {
  flex: 0 0 clamp(360px, 22vw, 620px) !important;
  width: clamp(360px, 22vw, 620px) !important;
  min-width: clamp(360px, 22vw, 620px) !important;
  max-width: min(620px, calc(100vw - 32px)) !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  contain: none !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  scroll-snap-align: start !important;
}

#products #productSeriesTrack .product-hero-card.series-card::before,
#products #productSeriesTrack .product-hero-card.series-card::after,
#products #productSeriesTrack .product-hero-logo,
#products #productSeriesTrack .product-hero-copy {
  display: none !important;
  content: none !important;
}

#products #productSeriesTrack .product-hero-card.series-card > img:not(.product-hero-logo) {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  filter: none !important;
}

#products #productSeriesTrack .product-hero-card.series-card:hover > img:not(.product-hero-logo),
#products #productSeriesTrack .product-hero-card.series-card:focus-visible > img:not(.product-hero-logo) {
  transform: none !important;
  filter: none !important;
}

@media (min-width: 1600px) {
  #products #productSeriesTrack .product-hero-card.series-card,
  #products #productSeriesTrack .product-hero-card.series-card.carousel-card,
  #products #productSeriesTrack .product-hero-card.series-card.product {
    flex-basis: clamp(430px, 20vw, 620px) !important;
    width: clamp(430px, 20vw, 620px) !important;
    min-width: clamp(430px, 20vw, 620px) !important;
  }
}

@media (max-width: 720px) {
  #products #productSeriesTrack.carousel-track {
    padding-inline: var(--pm-edge, 24px) !important;
    scroll-padding-inline: var(--pm-edge, 24px) !important;
  }

  #products #productSeriesTrack .product-hero-card.series-card,
  #products #productSeriesTrack .product-hero-card.series-card.carousel-card,
  #products #productSeriesTrack .product-hero-card.series-card.product {
    flex-basis: min(82vw, 420px) !important;
    width: min(82vw, 420px) !important;
    min-width: min(82vw, 420px) !important;
    max-width: min(82vw, 420px) !important;
  }
}

/* EOF product-detail guard: Tmall-like fixed right info panel and unified channel badges. */
:root {
  --gaoyea-channel-width: clamp(70px, 6.2vw, 88px);
  --gaoyea-channel-height: clamp(42px, 3.5vw, 52px);
  --gaoyea-channel-radius: 12px;
  --gaoyea-product-sticky-top: clamp(132px, 13vw, 188px);
}

@media (min-width: 981px) {
  #productApp .product-page-layout {
    align-items: start !important;
    overflow: visible !important;
    isolation: isolate !important;
  }

  #productApp .product-detail-scroll {
    align-self: start !important;
    min-height: calc(100vh + 160px) !important;
  }

  #productApp .product-sticky-info {
    position: sticky !important;
    top: var(--gaoyea-product-sticky-top) !important;
    align-self: start !important;
    box-sizing: border-box !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: calc(100vh - var(--gaoyea-product-sticky-top) - 24px) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    z-index: 3 !important;
  }
}

#productApp .product-sticky-info .purchase-channels > div {
  display: flex !important;
  align-items: center !important;
  gap: clamp(10px, 1.25vw, 16px) !important;
}

#productApp .product-sticky-info .purchase-channels a,
#productApp .product-sticky-info .purchase-channels .channel-static {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: var(--gaoyea-channel-width) !important;
  min-width: var(--gaoyea-channel-width) !important;
  height: var(--gaoyea-channel-height) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: var(--gaoyea-channel-radius) !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

#productApp .product-sticky-info .purchase-channels img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: var(--gaoyea-channel-radius) !important;
}

#productApp .product-sticky-info .purchase-channels a > span,
#productApp .product-sticky-info .purchase-channels .channel-static > span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

#productApp .product-sticky-info .purchase-channels a:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.03) saturate(1.05) !important;
}

@media (max-width: 980px) {
  #productApp .product-sticky-info {
    position: static !important;
    max-height: none !important;
    overflow: visible !important;
  }
}

@media (max-width: 560px) {
  :root {
    --gaoyea-channel-width: 68px;
    --gaoyea-channel-height: 40px;
  }
}

/* Final product-detail behavior: Tmall-like fixed right info column and unified channel badges. */
@media (min-width: 981px) {
  #productApp .product-page-layout {
    align-items: start !important;
    overflow: visible !important;
  }

  #productApp .product-sticky-info {
    position: sticky !important;
    top: clamp(156px, 12vw, 188px) !important;
    align-self: start !important;
    box-sizing: border-box !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: calc(100vh - clamp(176px, 14vw, 216px)) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
  }
}

#productApp .purchase-channels > div {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
}

#productApp .purchase-channels a,
#productApp .purchase-channels .channel-static {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: clamp(64px, 5.8vw, 82px) !important;
  height: clamp(36px, 3.4vw, 47px) !important;
  min-width: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: clamp(8px, 0.9vw, 12px) !important;
  box-shadow: none !important;
}

#productApp .purchase-channels a:hover {
  transform: translateY(-2px) scale(1.03) !important;
}

#productApp .purchase-channels img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: inherit !important;
}

#productApp .purchase-channels a span,
#productApp .purchase-channels .channel-static span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

/* EOF product-matrix poster guard: never crop the series hero posters at any viewport ratio. */
#products #productSeriesTrack.carousel-track {
  align-items: flex-start !important;
  gap: clamp(18px, 3vw, 48px) !important;
  background: #ffffff !important;
}

#products #productSeriesTrack .product-hero-card.series-card {
  flex: 0 0 clamp(300px, 32vw, 520px) !important;
  min-width: clamp(300px, 32vw, 520px) !important;
  width: clamp(300px, 32vw, 520px) !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#products #productSeriesTrack .product-hero-card.series-card::before,
#products #productSeriesTrack .product-hero-card.series-card::after,
#products #productSeriesTrack .product-hero-logo,
#products #productSeriesTrack .product-hero-copy {
  display: none !important;
  content: none !important;
}

#products #productSeriesTrack .product-hero-card.series-card > img:not(.product-hero-logo) {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  filter: none !important;
}

#products #productSeriesTrack .product-hero-card.series-card:hover > img:not(.product-hero-logo),
#products #productSeriesTrack .product-hero-card.series-card:focus-visible > img:not(.product-hero-logo) {
  transform: none !important;
  filter: none !important;
}

@media (max-width: 720px) {
  #products #productSeriesTrack .product-hero-card.series-card {
    flex-basis: min(82vw, 420px) !important;
    min-width: min(82vw, 420px) !important;
    width: min(82vw, 420px) !important;
  }
}

/* EOF product-matrix poster guard: never crop the series hero posters at any viewport ratio. */
#products #productSeriesTrack.carousel-track {
  align-items: flex-start !important;
  gap: clamp(18px, 3vw, 48px) !important;
  background: #ffffff !important;
}

#products #productSeriesTrack .product-hero-card.series-card {
  flex: 0 0 clamp(300px, 32vw, 520px) !important;
  min-width: clamp(300px, 32vw, 520px) !important;
  width: clamp(300px, 32vw, 520px) !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#products #productSeriesTrack .product-hero-card.series-card::before,
#products #productSeriesTrack .product-hero-card.series-card::after,
#products #productSeriesTrack .product-hero-logo,
#products #productSeriesTrack .product-hero-copy {
  display: none !important;
  content: none !important;
}

#products #productSeriesTrack .product-hero-card.series-card > img:not(.product-hero-logo) {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  filter: none !important;
}

#products #productSeriesTrack .product-hero-card.series-card:hover > img:not(.product-hero-logo),
#products #productSeriesTrack .product-hero-card.series-card:focus-visible > img:not(.product-hero-logo) {
  transform: none !important;
  filter: none !important;
}

@media (max-width: 720px) {
  #products #productSeriesTrack .product-hero-card.series-card {
    flex-basis: min(82vw, 420px) !important;
    min-width: min(82vw, 420px) !important;
    width: min(82vw, 420px) !important;
  }
}

/* Product module final polish: full posters on home, clean product-only series pages. */
#productSeriesTrack.carousel-track {
  align-items: flex-start !important;
  background: #ffffff !important;
}

.product-hero-card.series-card {
  flex: 0 0 clamp(300px, 31vw, 520px) !important;
  min-width: clamp(300px, 31vw, 520px) !important;
  height: auto !important;
  aspect-ratio: 1200 / 1823 !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

.product-hero-card.series-card > img:not(.product-hero-logo) {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  filter: none !important;
}

.product-hero-card.series-card:hover > img:not(.product-hero-logo),
.product-hero-card.series-card:focus-visible > img:not(.product-hero-logo) {
  transform: none !important;
  filter: none !important;
}

#seriesApp,
#seriesApp .series-landing-hero,
#seriesApp .series-product-wall,
#seriesApp .series-product-tile,
#seriesApp .series-product-tile figure {
  background: #ffffff !important;
}

#seriesApp .series-landing-hero {
  border: 0 !important;
  box-shadow: none !important;
}

#seriesApp .series-detail-logo,
#seriesApp .series-product-mark,
#seriesApp .series-product-tile > div {
  display: none !important;
}

#seriesApp .series-product-tile {
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#seriesApp .series-product-tile figure {
  aspect-ratio: 1 / 1 !important;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  overflow: hidden !important;
}

#seriesApp .series-product-image.product-front-image,
#seriesApp .series-product-image.product-angle-image {
  position: absolute !important;
  inset: 8% !important;
  width: 84% !important;
  height: 84% !important;
  object-fit: contain !important;
  object-position: center !important;
  transition: opacity 260ms ease, transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

#seriesApp .series-product-image.product-front-image {
  opacity: 1 !important;
  z-index: 1 !important;
  transform: none !important;
}

#seriesApp .series-product-image.product-angle-image {
  opacity: 0 !important;
  z-index: 2 !important;
  pointer-events: none !important;
  transform: perspective(900px) rotateY(-12deg) rotateX(3deg) translateY(-8px) scale(1.02) !important;
}

#seriesApp .series-product-tile:hover .product-front-image,
#seriesApp .series-product-tile:focus-visible .product-front-image {
  opacity: 0 !important;
  transform: perspective(900px) rotateY(8deg) rotateX(2deg) translateY(-4px) scale(0.98) !important;
}

#seriesApp .series-product-tile:hover .product-angle-image,
#seriesApp .series-product-tile:focus-visible .product-angle-image {
  opacity: 1 !important;
  transform: perspective(900px) rotateY(-8deg) rotateX(2deg) translateY(-10px) scale(1.04) !important;
}

/* Product detail pages: smart slices should read as one continuous long page. */
.product-detail-gallery {
  display: block !important;
  line-height: 0 !important;
  background: #ffffff !important;
}

.product-detail-gallery .section-kicker {
  line-height: 1.2 !important;
  margin: 0 0 18px !important;
}

.product-detail-gallery img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  vertical-align: top !important;
}

.product-detail-gallery img + img {
  margin-top: 0 !important;
}

/* Product system redesign: home / series / product detail. */
#products {
  overflow: hidden !important;
}

#productSeriesTrack.carousel-track {
  gap: 0 !important;
  padding: 0 !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  scroll-snap-type: x mandatory !important;
  background: #111111 !important;
}

.product-hero-card.series-card {
  flex: 0 0 min(36vw, 520px) !important;
  min-width: min(36vw, 520px) !important;
  height: clamp(540px, 72vh, 860px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: #111111 !important;
  box-shadow: none !important;
}

.product-hero-card.series-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.24) 58%, rgba(0, 0, 0, 0.62) 100%),
    radial-gradient(circle at 24% 20%, color-mix(in srgb, var(--series-color), transparent 24%), transparent 38%);
  pointer-events: none;
}

.product-hero-card.series-card > img:not(.product-hero-logo) {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(1.08) contrast(1.04) !important;
  transform: scale(1.02) !important;
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 700ms ease !important;
}

.product-hero-card.series-card:hover > img:not(.product-hero-logo),
.product-hero-card.series-card:focus-visible > img:not(.product-hero-logo) {
  transform: scale(1.08) !important;
  filter: saturate(1.15) contrast(1.08) !important;
}

.product-hero-logo {
  position: absolute !important;
  top: clamp(18px, 2vw, 30px) !important;
  left: clamp(18px, 2vw, 30px) !important;
  z-index: 2 !important;
  width: clamp(58px, 5vw, 86px) !important;
  height: auto !important;
  border-radius: 0 !important;
  object-fit: contain !important;
  background: transparent !important;
}

.product-hero-copy.product-copy {
  position: absolute !important;
  left: clamp(18px, 2vw, 30px) !important;
  right: clamp(18px, 2vw, 30px) !important;
  bottom: clamp(18px, 2vw, 30px) !important;
  z-index: 2 !important;
  padding: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
}

.product-hero-copy .series {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 10px !important;
  padding: 7px 10px !important;
  color: #ffffff !important;
  background: rgba(17, 17, 17, 0.46) !important;
  font-size: clamp(0.78rem, 1vw, 0.98rem) !important;
  letter-spacing: 0.02em !important;
  backdrop-filter: blur(10px) !important;
}

.product-hero-copy .series::before {
  display: none !important;
}

.product-hero-copy h3 {
  margin: 0 0 8px !important;
  color: #ffffff !important;
  font-size: clamp(1.8rem, 3vw, 3.8rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.06em !important;
}

.product-hero-copy span {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 0.95rem !important;
}

.product-hero-card.series-card::after {
  right: clamp(18px, 2vw, 30px) !important;
  bottom: clamp(92px, 10vw, 132px) !important;
  z-index: 3 !important;
  color: #111111 !important;
  background: #ffd200 !important;
  border-color: #ffd200 !important;
}

@media (max-width: 980px) {
  .product-hero-card.series-card {
    flex-basis: 72vw !important;
    min-width: 72vw !important;
    height: 64vh !important;
  }
}

@media (max-width: 640px) {
  .product-hero-card.series-card {
    flex-basis: 86vw !important;
    min-width: 86vw !important;
    height: 58vh !important;
  }
}

.series-landing-hero {
  width: min(1180px, calc(100vw - (var(--pm-edge) * 2))) !important;
  margin: clamp(40px, 7vw, 96px) auto clamp(26px, 4vw, 52px) !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.series-landing-hero .series-detail-logo {
  width: clamp(62px, 7vw, 98px) !important;
  margin: 0 0 clamp(18px, 3vw, 34px) !important;
  object-fit: contain !important;
}

.series-landing-hero h1 {
  max-width: 760px !important;
  margin: 0 0 18px !important;
  font-size: clamp(3rem, 8vw, 7.4rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.08em !important;
}

.series-landing-hero h1 span {
  display: block !important;
  margin-top: 14px !important;
  color: rgba(17, 17, 17, 0.42) !important;
  font-size: clamp(1.1rem, 2vw, 1.8rem) !important;
  letter-spacing: -0.02em !important;
}

.series-landing-hero p:not(.section-kicker) {
  max-width: 620px !important;
  color: rgba(17, 17, 17, 0.62) !important;
  font-size: clamp(1.02rem, 1.3vw, 1.28rem) !important;
  line-height: 1.65 !important;
}

.series-product-wall {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.4vw, 34px) !important;
  width: min(1180px, calc(100vw - (var(--pm-edge) * 2))) !important;
  margin: 0 auto clamp(72px, 10vw, 132px) !important;
}

.series-product-tile {
  color: inherit !important;
  text-decoration: none !important;
}

.series-product-tile figure {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  aspect-ratio: 1 / 1.1 !important;
  margin: 0 0 16px !important;
  overflow: visible !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
}

.series-product-image {
  width: 82% !important;
  height: 82% !important;
  object-fit: contain !important;
  transform: perspective(900px) rotateY(0deg) rotateX(0deg) translateY(0) !important;
  transform-origin: center !important;
  filter: drop-shadow(0 24px 26px rgba(17, 17, 17, 0.12)) !important;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 420ms ease !important;
}

.series-product-tile:hover .series-product-image,
.series-product-tile:focus-visible .series-product-image {
  transform: perspective(900px) rotateY(-10deg) rotateX(2deg) translateY(-8px) !important;
  filter: drop-shadow(0 34px 34px rgba(17, 17, 17, 0.18)) !important;
}

.series-product-mark {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  z-index: 2 !important;
  width: 52px !important;
  height: auto !important;
  object-fit: contain !important;
}

.series-product-tile h2 {
  margin: 0 0 8px !important;
  color: #111111 !important;
  font-size: clamp(1.05rem, 1.25vw, 1.36rem) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.04em !important;
}

.series-product-tile p {
  margin: 0 0 10px !important;
  color: rgba(17, 17, 17, 0.56) !important;
  font-size: 0.92rem !important;
  line-height: 1.45 !important;
}

.series-product-tile span {
  color: rgba(17, 17, 17, 0.52) !important;
  font-size: 0.86rem !important;
  font-weight: 700 !important;
}

@media (max-width: 1024px) {
  .series-product-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .series-product-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 480px) {
  .series-product-wall {
    grid-template-columns: 1fr !important;
  }
}

.product-page-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr) !important;
  align-items: start !important;
  width: min(1280px, calc(100vw - (var(--pm-edge) * 2))) !important;
  margin: clamp(36px, 6vw, 92px) auto clamp(72px, 10vw, 132px) !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 17, 17, 0.16) !important;
}

.product-detail-scroll {
  min-width: 0 !important;
  background: #ffffff !important;
  border-right: 1px solid rgba(17, 17, 17, 0.16) !important;
  line-height: 0 !important;
}

.product-detail-scroll .section-kicker {
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: clamp(18px, 2.5vw, 32px) clamp(18px, 2.5vw, 34px) !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12) !important;
}

.product-detail-scroll img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  vertical-align: top !important;
}

.product-detail-scroll > .section-kicker {
  display: none !important;
}

.product-sticky-info {
  position: sticky !important;
  top: calc(112px + 24px) !important;
  min-height: calc(100vh - 136px) !important;
  padding: clamp(32px, 4vw, 62px) clamp(28px, 4vw, 58px) !important;
  background: #ffffff !important;
}

.product-sticky-info .series-detail-logo {
  width: clamp(58px, 6vw, 86px) !important;
  margin: 0 0 clamp(22px, 3vw, 38px) !important;
}

.product-sticky-info h1 {
  margin: 0 0 clamp(18px, 2.5vw, 32px) !important;
  color: #4a2d22 !important;
  font-size: clamp(2.6rem, 5.6vw, 5.8rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.08em !important;
}

.product-sticky-info h1 span {
  display: block !important;
  margin-top: 12px !important;
  color: rgba(74, 45, 34, 0.54) !important;
  font-size: clamp(1rem, 1.6vw, 1.35rem) !important;
  letter-spacing: -0.02em !important;
}

.product-sticky-info .tag-row {
  margin: 0 0 18px !important;
}

.product-sticky-info .tag-row span {
  color: #4a2d22 !important;
  border-color: rgba(74, 45, 34, 0.36) !important;
  background: transparent !important;
}

.product-spec-line {
  margin: 0 0 clamp(28px, 4vw, 46px) !important;
  color: #4a2d22 !important;
  font-size: clamp(1.05rem, 1.35vw, 1.26rem) !important;
  font-weight: 800 !important;
}

.product-selling-points {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 0 0 clamp(28px, 4vw, 48px) !important;
}

.product-selling-points span {
  display: grid !important;
  gap: 8px !important;
  color: #4a2d22 !important;
  font-size: 0.92rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.product-selling-points i {
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  background: #ffd200 !important;
}

.product-sticky-info .purchase-channels {
  margin-top: auto !important;
  padding-top: clamp(20px, 3vw, 34px) !important;
  border-top: 1px solid rgba(74, 45, 34, 0.18) !important;
}

.product-sticky-info .purchase-channels > div {
  justify-content: flex-start !important;
}

@media (max-width: 980px) {
  .product-page-layout {
    grid-template-columns: 1fr !important;
  }

  .product-detail-scroll {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.16) !important;
  }

  .product-sticky-info {
    position: static !important;
    min-height: auto !important;
  }
}

@media (max-width: 560px) {
  .product-selling-points {
    grid-template-columns: 1fr !important;
  }
}

/* Product module v2: use local product-module design assets directly. */
#productSeriesTrack.carousel-track {
  align-items: stretch !important;
  background: #ffffff !important;
}

.product-hero-card.series-card {
  flex: 0 0 clamp(310px, 32vw, 520px) !important;
  min-width: clamp(310px, 32vw, 520px) !important;
  height: auto !important;
  aspect-ratio: 1200 / 1823 !important;
  background: #ffffff !important;
}

.product-hero-card.series-card::before,
.product-hero-logo,
.product-hero-copy {
  display: none !important;
}

.product-hero-card.series-card > img:not(.product-hero-logo) {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: none !important;
  transform: none !important;
}

.product-hero-card.series-card:hover > img:not(.product-hero-logo),
.product-hero-card.series-card:focus-visible > img:not(.product-hero-logo) {
  transform: scale(1.025) !important;
  filter: none !important;
}

.product-hero-accessible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.series-product-tile figure {
  aspect-ratio: 1 / 0.92 !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

.series-product-image.product-front-image,
.series-product-image.product-angle-image {
  position: absolute !important;
  inset: 10% !important;
  width: 80% !important;
  height: 80% !important;
  object-fit: contain !important;
  transform: none !important;
  filter: drop-shadow(0 20px 24px rgba(17, 17, 17, 0.10)) !important;
  transition: opacity 260ms ease, transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 420ms ease !important;
}

.series-product-image.product-angle-image {
  opacity: 0 !important;
  transform: perspective(900px) rotateY(-14deg) rotateX(3deg) translateY(-6px) scale(1.02) !important;
}

.series-product-tile:hover .product-front-image,
.series-product-tile:focus-visible .product-front-image {
  opacity: 0 !important;
  transform: perspective(900px) rotateY(10deg) rotateX(2deg) translateY(-4px) scale(0.98) !important;
}

.series-product-tile:hover .product-angle-image,
.series-product-tile:focus-visible .product-angle-image {
  opacity: 1 !important;
  transform: perspective(900px) rotateY(-8deg) rotateX(2deg) translateY(-10px) scale(1.04) !important;
  filter: drop-shadow(0 34px 34px rgba(17, 17, 17, 0.18)) !important;
}

@media (max-width: 760px) {
  .product-hero-card.series-card {
    flex-basis: 72vw !important;
    min-width: 72vw !important;
  }
}

/* Product library upgrade: real product images, series marks and purchase channels. */
.product-series-logo,
.product-card-series-logo,
.series-detail-logo {
  display: block;
  width: auto;
  object-fit: contain;
}

.product-series-logo {
  max-width: 156px;
  height: 52px;
  margin: 0 0 18px;
}

.series-card .product-copy .product-series-logo {
  width: auto !important;
  max-width: 156px !important;
  height: 52px !important;
  max-height: 52px !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
}

.detail-card .product-card-series-logo {
  max-width: 132px;
  height: 46px;
  margin: 18px 0 10px;
  object-fit: contain;
  background: transparent;
  border: 0;
}

.series-detail-logo {
  max-width: min(280px, 80vw);
  height: auto;
  margin: 0 0 clamp(18px, 2vw, 28px);
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: clamp(10px, 1.6vw, 18px);
  align-self: stretch;
}

.product-gallery img {
  width: 100%;
  min-height: clamp(240px, 32vw, 440px);
  max-height: 520px;
  object-fit: contain;
  padding: clamp(18px, 2vw, 34px);
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: clamp(22px, 2.6vw, 36px);
}

.purchase-channels {
  display: grid;
  gap: 10px;
  margin-top: clamp(16px, 2vw, 26px);
}

.purchase-channels p {
  margin: 0;
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.purchase-channels > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.purchase-channels a,
.purchase-channels .channel-static {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  height: 38px;
  padding: 0 10px;
  color: #111111;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.purchase-channels a:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 17, 17, 0.38);
}

.purchase-channels img {
  display: block;
  width: auto;
  height: 24px;
}

.purchase-channels span span,
.purchase-channels a span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.detail-card .purchase-channels {
  margin-top: auto;
}

.detail-card {
  display: flex !important;
  flex-direction: column !important;
}

.detail-card .purchase-channels p {
  display: none;
}

.detail-card .purchase-channels a,
.detail-card .purchase-channels .channel-static {
  min-width: 54px;
  height: 30px;
  padding: 0 8px;
}

.detail-card .purchase-channels img {
  height: 19px;
}

.product-detail-gallery {
  width: min(1180px, calc(100vw - 48px));
  margin: clamp(28px, 5vw, 72px) auto;
}

.product-detail-gallery .section-kicker {
  margin: 0 0 18px;
}

.product-detail-gallery img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 12px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: clamp(18px, 2vw, 30px);
}

@media (max-width: 720px) {
  .product-gallery {
    grid-template-columns: 1fr;
  }

  .product-gallery img {
    min-height: 260px;
  }

  .product-detail-gallery {
    width: calc(100vw - 32px);
  }
}

/* Launch cleanup: resilient header, footer and report filters across awkward viewport ratios. */
.topbar {
  box-sizing: border-box !important;
  width: 100% !important;
  padding-left: var(--pm-edge) !important;
  padding-right: var(--pm-edge) !important;
}

.topbar .brand,
.topbar .nav {
  margin-left: 0 !important;
  transform: none !important;
}

@media (min-width: 1121px) {
  .topbar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: clamp(32px, 5vw, 88px) !important;
    min-height: 104px !important;
  }

  .topbar .brand {
    flex: 0 0 auto !important;
  }

  .topbar .nav {
    flex: 1 1 auto !important;
    justify-content: flex-end !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  .topbar .nav::-webkit-scrollbar {
    display: none !important;
  }
}

@media (max-width: 1120px) {
  .topbar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: start !important;
    justify-items: start !important;
    row-gap: clamp(18px, 3vw, 26px) !important;
  }

  .topbar .brand,
  .topbar .nav {
    width: 100% !important;
    max-width: calc(100vw - (var(--pm-edge) * 2)) !important;
    padding-left: 0 !important;
  }

  .topbar .nav {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    scroll-padding-left: 0 !important;
    scrollbar-width: none !important;
  }

  .topbar .nav::-webkit-scrollbar {
    display: none !important;
  }
}

@media (max-width: 560px) {
  .topbar .brand-logo {
    width: min(330px, 78vw) !important;
  }

  .topbar .nav {
    gap: clamp(22px, 7vw, 36px) !important;
  }
}

.footer {
  padding-left: var(--pm-edge) !important;
  padding-right: var(--pm-edge) !important;
}

.footer > div:first-child,
.footer p,
.footer-links {
  margin-left: 0 !important;
  transform: none !important;
}

.footer-logo {
  display: block !important;
  line-height: 0 !important;
}

.footer-logo img {
  display: block !important;
  margin-left: 0 !important;
}

.report-filter {
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.1fr) max-content !important;
  align-items: end !important;
  overflow: hidden !important;
}

.report-filter .filter-reset {
  align-self: end !important;
  justify-self: end !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0 28px !important;
  white-space: nowrap !important;
}

@media (max-width: 1180px) and (min-width: 721px) {
  .report-filter {
    grid-template-columns: minmax(0, 1fr) max-content !important;
    grid-template-areas:
      "time reset"
      "product product"
      "quick quick" !important;
  }

  .report-filter .filter-reset {
    width: auto !important;
    max-width: 260px !important;
  }
}

@media (max-width: 720px) {
  .report-filter {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "time"
      "product"
      "quick"
      "reset" !important;
  }

  .report-filter .filter-reset {
    width: 100% !important;
    max-width: none !important;
    min-height: 54px !important;
  }
}

.section-kicker,
.quality-certificate-title,
.contact-hero .eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: var(--muted) !important;
  font-size: clamp(0.92rem, 1.1vw, 1.08rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.2 !important;
}

.section-kicker::before,
.quality-certificate-title::before,
.contact-hero .eyebrow::before {
  content: "" !important;
  width: 12px !important;
  height: 12px !important;
  flex: 0 0 12px !important;
  border-radius: 50% !important;
  background: var(--yellow) !important;
}

.public-item.carousel-card .project-link,
.public-item.carousel-card::after {
  position: static !important;
  margin-top: auto !important;
  align-self: flex-start !important;
}

/* Launch-readiness pass: asset-safe, responsive-safe rules that should win over earlier experiments. */
:root {
  --pm-edge: clamp(24px, 6.4vw, 92px);
}

.topbar,
.footer {
  box-sizing: border-box !important;
  padding-right: var(--pm-edge) !important;
  padding-left: var(--pm-edge) !important;
}

@media (min-width: 1121px) {
  .topbar {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: clamp(32px, 5vw, 78px) !important;
  }

  .topbar .brand {
    flex: 0 0 auto !important;
  }

  .topbar .nav {
    flex: 1 1 auto !important;
    justify-content: flex-end !important;
  }
}

@media (max-width: 1120px) {
  .topbar {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    min-height: 0 !important;
    padding-top: 24px !important;
    padding-bottom: 18px !important;
  }

  .topbar .brand,
  .topbar .nav {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    transform: none !important;
  }

  .topbar .brand {
    display: flex !important;
    justify-content: flex-start !important;
  }

  .topbar .brand-logo {
    width: min(336px, 76vw) !important;
    max-height: 56px !important;
    object-position: left center !important;
  }

  .topbar .nav {
    justify-content: flex-start !important;
    gap: clamp(24px, 6vw, 54px) !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding: 0 0 12px !important;
    scroll-padding-inline: 0 24px !important;
  }
}

@media (max-width: 540px) {
  :root {
    --pm-edge: 22px;
  }

  .topbar {
    gap: 18px !important;
  }

  .topbar .brand-logo {
    width: min(284px, calc(100vw - (var(--pm-edge) * 2))) !important;
  }

  .topbar .nav {
    gap: 28px !important;
  }
}

.footer {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: start !important;
  gap: clamp(24px, 5vw, 72px) !important;
}

.footer > div:first-child,
.footer-logo,
.footer p,
.footer-links {
  margin-left: 0 !important;
  padding-left: 0 !important;
  transform: none !important;
}

.footer-logo img {
  display: block !important;
  width: min(382px, 68vw) !important;
  max-width: 100% !important;
  margin: 0 !important;
}

@media (max-width: 760px) {
  .footer {
    grid-template-columns: 1fr !important;
  }
}

.report-filter {
  grid-template-columns: minmax(190px, 0.78fr) minmax(260px, 1fr) auto !important;
}

.report-filter .filter-reset {
  min-width: 0 !important;
  max-width: none !important;
  padding-inline: 24px !important;
  white-space: nowrap !important;
}

@media (max-width: 1320px) and (min-width: 721px) {
  .report-filter {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-areas:
      "time product"
      "quick reset" !important;
    align-items: end !important;
  }

  .report-filter .filter-field:first-child {
    grid-area: time !important;
  }

  .report-filter .product-field {
    grid-area: product !important;
  }

  .report-filter .quick-report-tags {
    grid-area: quick !important;
  }

  .report-filter .filter-reset {
    grid-area: reset !important;
    justify-self: end !important;
    width: auto !important;
  }
}

@media (max-width: 720px) {
  .report-filter {
    grid-template-columns: 1fr !important;
    grid-template-areas: none !important;
  }

  .report-filter .filter-reset {
    justify-self: stretch !important;
    width: 100% !important;
  }
}

.public-item.carousel-card::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 920px) {
  .public-item.carousel-card {
    min-height: auto !important;
  }

  .public-item.carousel-card div {
    padding-bottom: 28px !important;
  }
}

.detail-video.is-video-pending {
  position: relative;
  display: grid;
  min-height: clamp(220px, 42vw, 520px);
  place-items: center;
  overflow: hidden;
  border-radius: 28px;
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.18), rgba(17, 17, 17, 0.42)),
    var(--video-poster, linear-gradient(135deg, #eeeeec, #ffffff));
  background-position: center;
  background-size: cover;
}

.detail-video.is-video-pending::before {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.16);
  content: "";
}

.video-load-button {
  position: relative;
  z-index: 1;
  display: inline-grid;
  gap: 4px;
  min-width: 188px;
  padding: 16px 24px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  color: #111111;
  background: var(--brand-yellow, #fad300);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.video-load-button em {
  color: rgba(17, 17, 17, 0.54);
  font-size: 0.76rem;
  font-style: normal;
}

.detail-video.is-video-playing {
  overflow: hidden;
  border-radius: 28px;
  background: #050505;
}

.detail-video.is-video-playing video {
  display: block;
  width: 100%;
  max-height: 76vh;
  background: #050505;
  object-fit: contain;
}

.detail-video.is-video-ready {
  overflow: hidden;
  border-radius: 28px;
  background: #050505;
}

.detail-video.is-video-ready video {
  display: block;
  width: 100%;
  max-height: 76vh;
  background: #050505;
  object-fit: contain;
}

.detail-video.is-video-ready figcaption {
  padding: 14px 18px 16px;
  color: rgba(255, 255, 255, 0.76);
  background: #050505;
  font-weight: 800;
}

/* Strongest responsive alignment pass: keep header and footer anchored to the same visual edge. */
@media (min-width: 721px) and (max-width: 1120px) {
  .topbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: start !important;
    align-items: start !important;
    row-gap: 24px !important;
    column-gap: 0 !important;
    padding: 24px var(--pm-edge) !important;
  }

  .topbar .brand,
  .topbar .nav {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: calc(100vw - (var(--pm-edge) * 2)) !important;
    margin: 0 !important;
    padding-left: 0 !important;
    transform: none !important;
  }

  .topbar .brand {
    display: flex !important;
    justify-content: flex-start !important;
  }

  .topbar .brand-logo {
    display: block !important;
    width: min(336px, 52vw) !important;
    max-height: 56px !important;
    margin: 0 !important;
    object-position: left center !important;
  }

  .topbar .nav {
    justify-content: flex-start !important;
    overflow-x: visible !important;
    scroll-behavior: auto !important;
    padding: 0 0 8px !important;
    scroll-padding-inline: 0 !important;
  }

  .footer {
    padding-right: var(--pm-edge) !important;
    padding-left: var(--pm-edge) !important;
  }

  .footer > div:first-child,
  .footer-links,
  .footer p {
    margin-left: 0 !important;
    transform: none !important;
  }
}

@media (max-width: 720px) {
  .topbar {
    padding-right: var(--pm-edge) !important;
    padding-left: var(--pm-edge) !important;
  }

  .topbar .brand,
  .topbar .nav {
    margin-left: 0 !important;
    padding-left: 0 !important;
    transform: none !important;
  }

  .topbar .brand-logo {
    width: min(300px, 82vw) !important;
    object-position: left center !important;
  }

  .footer > div:first-child,
  .footer-links,
  .footer p {
    margin-left: 0 !important;
    transform: none !important;
  }
}

:root {
  --pm-edge: clamp(24px, 7vw, 92px);
}

main > .section,
.hero {
  scroll-margin-top: 118px;
}

.carousel-track {
  scroll-snap-type: x mandatory;
}

.carousel-card {
  scroll-snap-align: start;
}

.series-card,
.report-card,
.public-item.carousel-card,
.detail-card {
  position: relative;
  cursor: pointer;
}

.series-card::after,
.report-card::after,
.public-item.carousel-card::after,
.detail-card::after {
  content: "查看详情";
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 999px;
  color: #111111;
  background: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
  pointer-events: none;
}

.series-card:hover::after,
.report-card:hover::after,
.public-item.carousel-card:hover::after,
.detail-card:hover::after,
.series-card:focus-visible::after,
.report-card:focus-visible::after,
.public-item.carousel-card:focus-visible::after,
.detail-card:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(17, 17, 17, 0.48);
}

.series-card:focus-visible,
.report-card:focus-visible,
.public-item.carousel-card:focus-visible,
.detail-card:focus-visible,
.nav a:focus-visible,
.detail-links a:focus-visible {
  outline: 3px solid rgba(17, 17, 17, 0.9);
  outline-offset: 5px;
}

.report-filter {
  position: sticky;
  top: 112px;
  z-index: 5;
  display: grid !important;
  grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1fr) minmax(148px, max-content) !important;
  align-items: end !important;
  background: rgba(250, 249, 244, 0.94) !important;
  backdrop-filter: blur(14px);
}

.report-filter .filter-reset {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 148px !important;
  max-width: 190px !important;
  min-height: 48px !important;
  padding: 0 22px !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  text-align: center !important;
  border-radius: 999px !important;
}

.report-filter {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  grid-template-columns: minmax(220px, 0.76fr) minmax(260px, 1fr) minmax(136px, auto) !important;
  gap: 18px !important;
}

.report-filter > *,
.report-filter .filter-row,
.report-filter select,
.report-filter input {
  min-width: 0 !important;
}

.report-filter .filter-reset {
  justify-self: end !important;
  width: auto !important;
  min-width: 136px !important;
  max-width: none !important;
  padding-inline: 22px !important;
}

@media (max-width: 1180px) and (min-width: 721px) {
  .report-filter {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "time reset"
      "product product"
      "quick quick" !important;
  }

  .report-filter .filter-field:first-child {
    grid-area: time !important;
  }

  .report-filter .product-field {
    grid-area: product !important;
  }

  .report-filter .filter-reset {
    grid-area: reset !important;
    align-self: end !important;
    justify-self: end !important;
  }

  .report-filter .quick-report-tags {
    grid-area: quick !important;
  }
}

#quality .quality-copy > .quality-certificate-title {
  align-self: stretch !important;
  box-sizing: border-box !important;
  order: -2 !important;
  width: 100% !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  color: var(--brand-black, #111111) !important;
  font-size: 0.84rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  background: transparent !important;
}

#quality .quality-copy > .quality-certificate-title::before {
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  margin-right: 8px !important;
  border-radius: 999px !important;
  vertical-align: 0.08em !important;
  background: var(--brand-yellow, #fad300) !important;
  content: "" !important;
}

main > .section .section-kicker,
#quality .quality-copy > .quality-certificate-title {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

main > .section .section-kicker::before,
#quality .quality-copy > .quality-certificate-title::before {
  display: inline-block !important;
  flex: 0 0 8px !important;
  width: 8px !important;
  height: 8px !important;
  margin-right: 0 !important;
  border-radius: 999px !important;
  background: var(--brand-yellow, #fad300) !important;
  content: "" !important;
}

.quick-report-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  grid-column: 1 / -1;
  margin-top: 4px;
}

.quick-report-tags span {
  flex-basis: 100%;
  color: rgba(17, 17, 17, 0.5);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.quick-report-tags button {
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 999px;
  padding: 8px 12px;
  color: #111111;
  background: rgba(255, 255, 255, 0.72);
  font: inherit;
  font-size: 0.86rem;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.quick-report-tags button:hover,
.quick-report-tags button:focus-visible {
  border-color: rgba(17, 17, 17, 0.5);
  background: #ffffff;
  transform: translateY(-1px);
}

.detail-nav {
  position: sticky !important;
  top: 0 !important;
  z-index: 20 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
  min-height: 96px !important;
  padding: 0 clamp(24px, 5vw, 72px) !important;
  background: var(--brand-yellow, #fad300) !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.16) !important;
}

.detail-brand {
  display: inline-flex !important;
  align-items: center !important;
  width: clamp(178px, 22vw, 318px) !important;
}

.detail-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.detail-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 2.5vw, 34px);
  overflow-x: auto;
  scrollbar-width: none;
}

.detail-links::-webkit-scrollbar {
  display: none;
}

.detail-links a {
  color: rgba(17, 17, 17, 0.72);
  font-size: 0.95rem;
  font-weight: 800;
  white-space: nowrap;
}

.detail-links a:hover {
  color: #111111;
}

.detail-shell,
.contact-shell {
  padding-top: clamp(36px, 6vw, 84px) !important;
}

.secondary-nav {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: min(1280px, calc(100vw - (var(--pm-edge, 24px) * 2))) !important;
  margin: 0 auto clamp(16px, 2.4vw, 28px) !important;
  color: rgba(17, 17, 17, 0.58) !important;
  font-size: clamp(0.86rem, 0.9vw, 0.98rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
}

.secondary-nav::-webkit-scrollbar {
  display: none !important;
}

.secondary-nav a,
.secondary-nav strong {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 7px !important;
  min-width: max-content !important;
  color: inherit !important;
  text-decoration: none !important;
}

.secondary-nav a:hover {
  color: #111111 !important;
}

.secondary-nav strong {
  color: #111111 !important;
}

.secondary-nav em {
  color: rgba(17, 17, 17, 0.42) !important;
  font-size: 0.82em !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

.secondary-nav i {
  color: rgba(17, 17, 17, 0.28) !important;
  font-style: normal !important;
}

.product-need-filter {
  display: flex;
  gap: clamp(8px, 1vw, 12px);
  margin: clamp(18px, 2vw, 28px) 0 clamp(16px, 1.8vw, 24px);
  overflow-x: auto;
  padding: 2px 0 10px;
  scrollbar-width: none;
}

.product-need-filter::-webkit-scrollbar {
  display: none;
}

.product-need-filter button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #2c261f;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.product-need-filter button em {
  color: rgba(17, 17, 17, 0.46);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
}

.product-need-filter button.is-active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.product-need-filter button.is-active em {
  color: rgba(255, 255, 255, 0.68);
}

#productSeriesTrack [hidden] {
  display: none !important;
}

.quality-center-intro {
  display: grid;
  gap: 8px;
  margin-bottom: clamp(14px, 1.6vw, 22px);
  padding-bottom: clamp(14px, 1.6vw, 20px);
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.quality-center-intro strong {
  color: #2c261f;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.quality-center-intro span,
.quality-center-intro em {
  max-width: 760px;
  color: rgba(17, 17, 17, 0.64);
  font-style: normal;
  line-height: 1.65;
}

.detail-hero,
.detail-hero.product-detail,
.contact-hero,
.contact-grid {
  border-radius: clamp(28px, 4vw, 56px) !important;
}

.contact-grid {
  overflow: visible !important;
  gap: clamp(18px, 2.4vw, 32px) !important;
  background: transparent !important;
  border: 0 !important;
}

.contact-grid article {
  min-height: auto !important;
  padding: clamp(22px, 2.6vw, 38px) 0 !important;
  background: transparent !important;
  border-top: 1px solid rgba(17, 17, 17, 0.14) !important;
}

.contact-grid article + article {
  border-left: 0 !important;
}

.detail-video video,
.report-pdf-viewer iframe {
  border-radius: 28px;
}

@media (max-width: 720px) {
  .detail-shell,
  .contact-shell {
    padding-top: clamp(18px, 5vw, 34px) !important;
  }

  .secondary-nav {
    width: 100% !important;
    margin-bottom: 14px !important;
    padding: 0 var(--pm-edge, 18px) 8px !important;
    gap: 8px !important;
    font-size: 0.82rem !important;
  }

  .secondary-nav a,
  .secondary-nav strong {
    gap: 5px !important;
  }

  .secondary-nav em {
    display: none !important;
  }

  .product-need-filter {
    width: 100vw;
    margin-left: calc(var(--pm-edge, 18px) * -1);
    padding: 0 var(--pm-edge, 18px) 12px;
    gap: 8px;
  }

  .product-need-filter button {
    min-height: 40px;
    padding: 8px 12px;
    gap: 6px;
    font-size: 0.9rem;
  }

  .product-need-filter button em {
    font-size: 0.72rem;
  }

  .quality-center-intro {
    gap: 6px;
  }

  .quality-center-intro strong {
    font-size: 1.28rem;
  }

  .quality-center-intro span,
  .quality-center-intro em {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .detail-next-steps {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding-inline: var(--pm-edge, 18px) !important;
  }

  .detail-next-steps a {
    min-height: 46px !important;
  }
}

.detail-next-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: clamp(28px, 4vw, 56px) auto 0;
  max-width: 1180px;
}

.detail-next-steps a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 999px;
  color: #111111;
  background: rgba(255, 255, 255, 0.76);
  font-weight: 800;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.detail-next-steps a:hover {
  border-color: rgba(17, 17, 17, 0.45);
  background: #ffffff;
  transform: translateY(-2px);
}

.footer-logo,
.footer-logo img {
  display: block !important;
}

.footer-logo {
  width: fit-content !important;
  margin: 0 !important;
}

.footer-logo img {
  width: min(382px, 42vw) !important;
  max-width: 100% !important;
  transform: none !important;
}

.topbar {
  padding-right: var(--pm-edge) !important;
  padding-left: var(--pm-edge) !important;
}

.footer {
  align-items: flex-start !important;
  padding-right: var(--pm-edge) !important;
  padding-left: var(--pm-edge) !important;
}

.footer > div:first-child,
.footer-links {
  margin-left: 0 !important;
}

@media (max-width: 1120px) and (min-width: 721px) {
  .topbar {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 24px !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .topbar .brand {
    flex: 0 0 100% !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .topbar .brand-logo {
    margin: 0 !important;
  }

  .topbar .nav {
    flex: 0 0 100% !important;
    width: 100% !important;
    justify-content: flex-start !important;
    gap: clamp(28px, 5vw, 54px) !important;
    margin: 0 !important;
    padding: 0 0 8px !important;
    scroll-padding-inline: 0 24px !important;
  }
}

@media (max-width: 720px) {
  main > .section,
  .hero {
    scroll-margin-top: 150px;
  }

  :root {
    --pm-edge: 24px;
  }

  .topbar {
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    min-height: 0 !important;
    padding: 18px var(--pm-edge) 12px !important;
  }

  .topbar .brand {
    flex: 0 0 100% !important;
    max-width: none !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .topbar .brand-logo {
    width: min(230px, 74vw) !important;
    max-height: 40px !important;
    margin: 0 !important;
  }

  .topbar .nav {
    flex: 0 0 100% !important;
    width: 100% !important;
    justify-content: flex-start !important;
    gap: 22px !important;
    margin: 0 !important;
    padding: 8px 0 12px 0 !important;
    scroll-padding-inline: 0 24px !important;
  }

  .footer {
    padding-right: var(--pm-edge) !important;
    padding-left: var(--pm-edge) !important;
  }

  .topbar .nav a span {
    font-size: 1rem !important;
  }

  .topbar .nav a em {
    font-size: 0.74rem !important;
  }

  .report-filter {
    position: static;
    grid-template-columns: 1fr !important;
  }

  .report-filter .filter-reset {
    width: 100% !important;
    max-width: none !important;
  }

  #quality .quality-copy > .quality-certificate-title {
    margin-bottom: 16px !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.06em !important;
  }

  .series-card::after,
  .report-card::after,
  .public-item.carousel-card::after,
  .detail-card::after {
    display: none !important;
    content: none !important;
  }

  .detail-nav {
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 12px !important;
    min-height: 0 !important;
    padding: 18px 16px 12px !important;
  }

  .detail-brand {
    flex: 0 0 100% !important;
    width: min(230px, 74vw) !important;
  }

  .detail-links {
    justify-content: flex-start;
    width: 100%;
    gap: 20px;
    padding-bottom: 4px;
  }

  .detail-next-steps {
    grid-template-columns: 1fr;
  }

  .footer-logo img {
    width: min(342px, 74vw) !important;
    transform: none !important;
  }
}

/* Final alignment guard: keep visible logo, nav and footer content on the same left edge. */
@media (min-width: 721px) and (max-width: 1120px) {
  .topbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start !important;
    justify-items: start !important;
    row-gap: 24px !important;
    padding-right: var(--pm-edge) !important;
    padding-left: var(--pm-edge) !important;
  }

  .topbar .brand,
  .topbar .nav {
    width: 100% !important;
    max-width: calc(100vw - (var(--pm-edge) * 2)) !important;
    margin: 0 !important;
    padding-left: 0 !important;
    transform: none !important;
  }

  .topbar .brand-logo {
    width: min(336px, 52vw) !important;
    max-height: 56px !important;
  }

  .topbar .nav {
    justify-content: flex-start !important;
    overflow-x: visible !important;
    scroll-behavior: auto !important;
  }

  .footer {
    padding-right: var(--pm-edge) !important;
    padding-left: var(--pm-edge) !important;
  }
}

@media (max-width: 720px) {
  .topbar .brand-logo {
    width: min(300px, 82vw) !important;
  }
}

/* EOF alignment override: keep header/nav/footer left edges locked at awkward widths. */
@media (min-width: 721px) and (max-width: 1120px) {
  .topbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: start !important;
    align-items: start !important;
    row-gap: 24px !important;
    column-gap: 0 !important;
    padding: 24px var(--pm-edge) !important;
  }

  .topbar .brand,
  .topbar .nav {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: calc(100vw - (var(--pm-edge) * 2)) !important;
    margin: 0 !important;
    padding-left: 0 !important;
    transform: none !important;
  }

  .topbar .brand {
    display: flex !important;
    justify-content: flex-start !important;
  }

  .topbar .brand-logo {
    display: block !important;
    width: min(336px, 52vw) !important;
    max-height: 56px !important;
    margin: 0 !important;
    object-position: left center !important;
  }

  .topbar .nav {
    justify-content: flex-start !important;
    overflow-x: visible !important;
    scroll-behavior: auto !important;
    padding: 0 0 8px !important;
    scroll-padding-inline: 0 !important;
  }

  .footer {
    padding-right: var(--pm-edge) !important;
    padding-left: var(--pm-edge) !important;
  }

  .footer > div:first-child,
  .footer-links,
  .footer p {
    margin-left: 0 !important;
    transform: none !important;
  }
}

/* EOF product-matrix poster guard: never crop the series hero posters at any viewport ratio. */
#products #productSeriesTrack.carousel-track {
  align-items: flex-start !important;
  gap: clamp(18px, 3vw, 48px) !important;
  background: #ffffff !important;
}

#products #productSeriesTrack .product-hero-card.series-card {
  flex: 0 0 clamp(300px, 32vw, 520px) !important;
  min-width: clamp(300px, 32vw, 520px) !important;
  width: clamp(300px, 32vw, 520px) !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#products #productSeriesTrack .product-hero-card.series-card::before,
#products #productSeriesTrack .product-hero-card.series-card::after,
#products #productSeriesTrack .product-hero-logo,
#products #productSeriesTrack .product-hero-copy {
  display: none !important;
  content: none !important;
}

#products #productSeriesTrack .product-hero-card.series-card > img:not(.product-hero-logo) {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  filter: none !important;
}

#products #productSeriesTrack .product-hero-card.series-card:hover > img:not(.product-hero-logo),
#products #productSeriesTrack .product-hero-card.series-card:focus-visible > img:not(.product-hero-logo) {
  transform: none !important;
  filter: none !important;
}

@media (max-width: 720px) {
  #products .carousel-shell {
    position: relative;
  }

  #products #productSeriesTrack .product-hero-card.series-card {
    flex-basis: min(74vw, 380px) !important;
    min-width: min(74vw, 380px) !important;
    width: min(74vw, 380px) !important;
  }

  #products #productSeriesTrack.carousel-track {
    gap: 12px !important;
    padding-right: 18vw !important;
  }

  #products .carousel-shell::after {
    position: absolute;
    top: clamp(42%, 52vw, 58%);
    right: max(10px, calc(var(--pm-edge) * 0.5));
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(17, 17, 17, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 16px 36px rgba(17, 17, 17, 0.1);
    color: #111111;
    content: "›";
    display: grid;
    place-items: center;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
    pointer-events: none;
  }
}

@media (max-width: 720px) {
  .topbar {
    padding-right: var(--pm-edge) !important;
    padding-left: var(--pm-edge) !important;
  }

  .topbar .brand,
  .topbar .nav {
    margin-left: 0 !important;
    padding-left: 0 !important;
    transform: none !important;
  }

  .topbar .brand-logo {
    width: min(300px, 82vw) !important;
    object-position: left center !important;
  }

  .footer > div:first-child,
  .footer-links,
  .footer p {
    margin-left: 0 !important;
    transform: none !important;
  }
}
/* Public-good video true EOF override: pending state is image + translucent play triangle only. */
.detail-shell > .project-media-links .detail-video.is-video-pending figcaption,
.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button span,
.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button em {
  display: none !important;
  content: none !important;
}

.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button {
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  width: clamp(58px, 7vw, 82px) !important;
  height: clamp(58px, 7vw, 82px) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.74) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.34) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  transform: translate(-50%, -50%) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18) !important;
  backdrop-filter: blur(8px) !important;
}

.detail-shell > .project-media-links .detail-video.is-video-pending .video-load-button::before {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  margin-left: 7% !important;
  border-top: clamp(12px, 1.45vw, 17px) solid transparent !important;
  border-bottom: clamp(12px, 1.45vw, 17px) solid transparent !important;
  border-left: clamp(18px, 2vw, 25px) solid rgba(255, 255, 255, 0.92) !important;
  background: transparent !important;
}
