:root {
  --bg: #120f0d;
  --bg-soft: #18120f;
  --bg-panel: rgba(28, 22, 18, 0.84);
  --bg-panel-strong: rgba(38, 29, 24, 0.94);
  --bg-glass: rgba(255, 248, 241, 0.045);
  --line: rgba(244, 228, 212, 0.12);
  --line-strong: rgba(244, 228, 212, 0.2);
  --ink: #f5ede5;
  --ink-soft: rgba(245, 237, 229, 0.78);
  --ink-muted: rgba(245, 237, 229, 0.58);
  --accent: #d1a77c;
  --accent-soft: #eed4ba;
  --accent-deep: #85553a;
  --shadow-xl: 0 34px 90px rgba(34, 22, 15, 0.28);
  --shadow-lg: 0 22px 58px rgba(34, 22, 15, 0.24);
  --shadow-sm: 0 14px 30px rgba(34, 22, 15, 0.18);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-pill: 999px;
  --content: 1480px;
}

/* 2026-06-30 homepage redesign: factory credibility + appetizing frozen dessert brand */
.site-redesign-v2 {
  --factory-ink: #2f241f;
  --factory-muted: #6f625b;
  --factory-cream: #f8f1e8;
  --factory-paper: #fffaf3;
  --factory-cocoa: #6c3f2d;
  --factory-berry: #9f3347;
  --factory-green: #2f6a54;
  --factory-blue: #dcebf1;
  --factory-line: rgba(47, 36, 31, 0.16);
  --factory-shadow: 0 18px 48px rgba(62, 42, 30, 0.14);
  margin: 0;
  background: var(--factory-cream);
  color: var(--factory-ink);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif;
  letter-spacing: 0;
}

.site-redesign-v2 *,
.site-redesign-v2 *::before,
.site-redesign-v2 *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.site-redesign-v2 a {
  color: inherit;
}

.site-redesign-v2 .skip-link {
  position: absolute;
  left: 12px;
  top: -44px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--factory-ink);
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}

.site-redesign-v2 .skip-link:focus {
  top: 12px;
}

.factory-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 250, 243, 0.94);
  border-bottom: 1px solid var(--factory-line);
  backdrop-filter: blur(16px);
}

.factory-header__inner {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 72px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.factory-brand {
  display: grid;
  gap: 1px;
  text-decoration: none;
  min-width: 150px;
}

.factory-brand span {
  font-size: 14px;
  color: var(--factory-cocoa);
}

.factory-brand strong {
  font-family: "Times New Roman", serif;
  font-size: 21px;
  line-height: 1;
  color: var(--factory-ink);
}

.factory-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: var(--factory-muted);
  font-size: 14px;
}

.factory-nav a,
.factory-header__phones a,
.factory-footer nav a {
  text-decoration: none;
}

.factory-nav a:hover,
.factory-header__phones a:hover,
.factory-footer nav a:hover {
  color: var(--factory-berry);
}

.factory-header__phones {
  display: flex;
  align-items: center;
  gap: 8px;
}

.factory-header__phones a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--factory-line);
  border-radius: 8px;
  background: #fff;
  color: var(--factory-cocoa);
  font-weight: 700;
  font-size: 13px;
}

.factory-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: #271a15;
}

.factory-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

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

.factory-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(35, 22, 16, 0.82) 0%, rgba(35, 22, 16, 0.48) 48%, rgba(35, 22, 16, 0.08) 100%),
    linear-gradient(0deg, rgba(35, 22, 16, 0.56) 0%, rgba(35, 22, 16, 0.08) 42%);
}

.factory-hero__content {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 92px 28px 74px;
  color: #fff8ee;
}

.factory-eyebrow {
  margin: 0 0 12px;
  color: var(--factory-berry);
  font-size: 13px;
  font-weight: 800;
}

.factory-hero .factory-eyebrow {
  color: #ffd7a1;
}

.factory-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Times New Roman", "Noto Serif SC", serif;
  font-size: 60px;
  line-height: 1.08;
  font-weight: 700;
}

.factory-lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 248, 238, 0.9);
  font-size: 19px;
  line-height: 1.8;
}

.factory-hero__actions,
.factory-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.factory-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
}

.factory-button--primary {
  background: var(--factory-berry);
  color: #fff;
}

.factory-button--light {
  background: #fff4e4;
  color: #5a3023;
  border-color: rgba(108, 63, 45, 0.42);
  box-shadow: 0 8px 22px rgba(35, 22, 16, 0.16);
}

.factory-button--light:hover {
  background: #f6dfc5;
  color: #341d16;
  border-color: rgba(108, 63, 45, 0.72);
}

.factory-identity .factory-button--light {
  border-color: var(--factory-line);
}

.factory-phone-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.factory-phone-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.15);
  border: 1px solid rgba(255, 250, 243, 0.34);
  color: #fff8ee;
  text-decoration: none;
  font-weight: 800;
}

.factory-proof-band {
  max-width: 1180px;
  margin: -36px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 0 28px;
}

.factory-proof-band div {
  min-height: 104px;
  padding: 20px;
  background: var(--factory-paper);
  border: 1px solid var(--factory-line);
  box-shadow: var(--factory-shadow);
}

.factory-proof-band span,
.factory-product-card__body span,
.factory-center-item span {
  display: block;
  margin-bottom: 8px;
  color: var(--factory-muted);
  font-size: 12px;
  font-weight: 800;
}

.factory-proof-band strong {
  display: block;
  font-size: 17px;
  line-height: 1.55;
}

.factory-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 86px 28px 0;
}

.factory-section--surface {
  max-width: none;
  margin-top: 86px;
  padding: 74px 28px;
  background: var(--factory-paper);
  border-block: 1px solid var(--factory-line);
}

.factory-section--surface > * {
  max-width: 1124px;
  margin-inline: auto;
}

.factory-section__head {
  max-width: 760px;
  margin-bottom: 34px;
}

.factory-section__head--split {
  max-width: 1124px;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 44px;
  align-items: end;
}

.factory-section__head h2,
.factory-identity h2,
.factory-contact h2 {
  margin: 0;
  font-family: "Times New Roman", "Noto Serif SC", serif;
  font-size: 38px;
  line-height: 1.22;
}

.factory-section__head p,
.factory-identity p,
.factory-contact p,
.factory-faq p,
.factory-supply-grid p,
.factory-center-item p,
.factory-product-card p {
  color: var(--factory-muted);
  line-height: 1.85;
}

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

.factory-product-grid--tray-series {
  display: flex;
  grid-template-columns: none;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 0 16px;
  scroll-behavior: smooth;
  scroll-padding-inline: 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}

.factory-product-carousel.is-auto-rolling .factory-product-grid--tray-series {
  scroll-snap-type: none;
}

.factory-product-grid--tray-series::-webkit-scrollbar {
  display: none;
}

.factory-product-carousel {
  position: relative;
}

.factory-product-carousel__viewport {
  overflow: hidden;
  margin-inline: -18px;
  padding-inline: 18px;
}

.factory-carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: -8px 0 14px;
}

.factory-carousel-button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(108, 63, 45, 0.26);
  border-radius: 999px;
  background: #fffaf3;
  color: var(--factory-cocoa);
  cursor: pointer;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease,
    border-color 180ms ease;
}

.factory-carousel-button:hover,
.factory-carousel-button:focus-visible {
  border-color: var(--factory-berry);
  background: var(--factory-berry);
  color: #fffaf4;
}

.factory-carousel-button:active {
  transform: translateY(1px) scale(0.98);
}

.factory-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
}

.factory-carousel-dots button {
  width: 28px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(108, 63, 45, 0.18);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.factory-carousel-dots button[aria-selected="true"] {
  width: 42px;
  background: var(--factory-berry);
}

.factory-product-card,
.factory-center-item,
.factory-supply-grid article,
.factory-faq article {
  background: var(--factory-paper);
  border: 1px solid var(--factory-line);
  border-radius: 8px;
  overflow: hidden;
}

.factory-product-grid--tray-series .factory-product-card {
  flex: 0 0 clamp(300px, 32vw, 430px);
  scroll-snap-align: center;
  transform: translateZ(0);
  transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 240ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 240ms ease;
}

.factory-product-grid--tray-series .factory-product-card:not(.is-active) {
  opacity: 0.86;
}

.factory-product-grid--tray-series .factory-product-card.is-active {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(62, 42, 30, 0.15);
}

.factory-product-card figure,
.factory-center-item img,
.factory-identity figure {
  margin: 0;
}

.factory-product-card figure {
  aspect-ratio: 1.24 / 1;
  background: #eadccc;
  background-size: cover;
  background-position: center;
}

.factory-product-grid--tray-series .factory-product-card figure {
  aspect-ratio: 1.36 / 1;
  background: #f3f1ed;
}

.factory-product-card img,
.factory-center-item img,
.factory-identity img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.factory-product-card--manual figure {
  background: #f3f1ed;
  background-size: contain;
  background-repeat: no-repeat;
}

.factory-product-card--manual img {
  object-fit: contain;
}

.factory-product-card__body {
  padding: 22px;
}

.factory-product-grid--tray-series .factory-product-card__body {
  padding: 18px;
}

.factory-product-card h3,
.factory-center-item h3,
.factory-supply-grid h3,
.factory-faq h3 {
  margin: 0;
  color: var(--factory-ink);
  font-size: 22px;
  line-height: 1.35;
}

.factory-product-grid--tray-series .factory-product-card h3 {
  font-size: 20px;
}

.factory-product-card dl {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.factory-product-card dl div {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 10px;
  padding: 9px 0;
  border-top: 1px solid rgba(47, 36, 31, 0.1);
}

.factory-product-card dt {
  color: var(--factory-muted);
  font-size: 13px;
}

.factory-product-card dd {
  margin: 0;
  font-weight: 800;
}

.factory-product-card a {
  color: var(--factory-berry);
  font-weight: 800;
  text-decoration: none;
}

.factory-center-item a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--factory-berry);
  font-weight: 800;
  text-decoration: none;
}

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

.factory-center-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
}

.factory-center-item img {
  aspect-ratio: 1.46 / 1;
  background: #efe6dc;
}

.factory-center-item div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.factory-center-item p {
  margin: 12px 0 0;
  font-size: 15px;
}

.factory-center-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.factory-center-tags li {
  padding: 6px 9px;
  border: 1px solid rgba(85, 66, 52, 0.16);
  border-radius: 999px;
  background: #fff8ef;
  color: var(--factory-brown);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.factory-center-item a {
  margin-top: auto;
  padding-top: 18px;
}

.manual-center-layout {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.manual-center-feature img {
  height: clamp(176px, 15vw, 206px);
  aspect-ratio: auto;
  padding: 12px;
  object-fit: contain;
  object-position: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.72) 36%, rgba(234, 225, 214, 0.78) 100%),
    #eee4d8;
  border-bottom: 1px solid rgba(47, 36, 31, 0.08);
  filter: saturate(0.82) contrast(0.96) brightness(1.04);
}

.manual-center-feature div {
  min-height: 190px;
  padding: 18px;
}

.manual-center-feature h3 {
  min-height: 58px;
  font-size: 18px;
  line-height: 1.32;
}

.manual-center-feature .factory-center-tags {
  margin-top: 14px;
}

.manual-center-feature > button,
.manual-center-feature [role="button"]:not(a) {
  display: none !important;
}

.manual-more-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.manual-more-products a {
  display: grid;
  gap: 4px;
  min-height: 84px;
  padding: 16px 18px;
  border: 1px solid var(--factory-line);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.72);
  color: var(--factory-ink);
  text-decoration: none;
}

.manual-more-products span {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.manual-more-products small {
  color: var(--factory-muted);
  font-size: 13px;
  font-weight: 800;
}

.manual-page-hero {
  max-width: 980px;
}

.manual-page-hero h1 {
  margin: 16px 0;
  font-family: "Times New Roman", "Noto Serif SC", serif;
  font-size: clamp(38px, 7vw, 70px);
  line-height: 1.02;
}

.manual-page-hero > p {
  max-width: 720px;
  color: var(--factory-muted);
  line-height: 1.9;
}

.manual-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.manual-index a {
  padding: 9px 12px;
  border: 1px solid var(--factory-line);
  border-radius: 999px;
  background: var(--factory-paper);
  color: var(--factory-brown);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.manual-product-list {
  display: grid;
  gap: 18px;
}

.manual-product-detail {
  scroll-margin-top: 92px;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid var(--factory-line);
  border-radius: 8px;
  background: var(--factory-paper);
}

.manual-product-detail figure {
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  border-radius: 7px;
  background: #efe6dc;
}

.manual-product-detail img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: block;
  object-fit: cover;
}

.manual-product-detail--poster figure {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.74) 46%, rgba(234, 225, 214, 0.82) 100%),
    #eee4d8;
}

.manual-product-detail--poster img {
  padding: 10px;
  object-fit: contain;
  object-position: center top;
}

.manual-product-detail > div {
  display: grid;
  align-content: center;
  gap: 14px;
  min-width: 0;
  padding: 10px 10px 10px 0;
}

.manual-product-detail h2 {
  margin: 0;
  color: var(--factory-ink);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.16;
}

.manual-product-detail p {
  margin: 0;
  color: var(--factory-muted);
  line-height: 1.85;
}

.factory-supply-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.factory-supply-grid article {
  padding: 24px;
  min-height: 220px;
}

.factory-supply-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--factory-blue);
  color: var(--factory-green);
  font-weight: 900;
}

.factory-identity {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 42px;
  align-items: center;
}

.factory-identity figure {
  aspect-ratio: 0.95 / 1;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--factory-line);
  background-size: cover;
  background-position: center;
}

.factory-identity-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.factory-identity-list p {
  margin: 0;
  padding: 13px 0;
  border-top: 1px solid var(--factory-line);
}

.factory-identity-list a {
  color: var(--factory-berry);
  font-weight: 900;
  text-decoration: none;
}

.factory-faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.factory-faq article {
  padding: 22px;
}

.factory-faq h3 {
  font-size: 18px;
}

.factory-contact {
  max-width: 1180px;
  margin: 86px auto 0;
  padding: 44px 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  border-block: 1px solid var(--factory-line);
  background: #efe8dc;
}

.factory-contact__phones {
  display: grid;
  gap: 10px;
  min-width: 240px;
}

.factory-contact__phones a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--factory-cocoa);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

.factory-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 28px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--factory-muted);
}

.factory-footer strong {
  color: var(--factory-ink);
}

.factory-footer p {
  margin: 6px 0 0;
}

.factory-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 980px) {
  .factory-header__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
    padding: 14px 18px;
  }

  .factory-nav {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .factory-hero {
    min-height: 620px;
  }

  .factory-hero h1 {
    font-size: 46px;
  }

  .factory-proof-band,
  .factory-product-grid,
  .factory-supply-grid,
  .factory-faq-grid,
  .factory-section__head--split,
  .factory-identity,
  .factory-contact {
    grid-template-columns: 1fr;
  }

  .factory-proof-band {
    margin-top: 0;
    padding: 0;
  }

  .factory-proof-band div {
    box-shadow: none;
    border-left: 0;
    border-right: 0;
  }

  .factory-center-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .factory-product-grid--tray-series {
    grid-template-columns: none;
  }

  .factory-product-grid--tray-series .factory-product-card {
    flex-basis: min(76vw, 390px);
  }

  .manual-center-layout,
  .manual-more-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .manual-product-detail {
    grid-template-columns: 1fr;
  }

  .manual-product-detail > div {
    padding: 4px;
  }

}

@media (max-width: 640px) {
  .factory-header {
    position: static;
  }

  .factory-header__phones {
    width: 100%;
    justify-content: center;
  }

  .factory-header__phones a {
    flex: 1 1 140px;
    justify-content: center;
  }

  .factory-hero {
    min-height: 650px;
  }

  .factory-hero::after {
    background:
      linear-gradient(0deg, rgba(35, 22, 16, 0.88) 0%, rgba(35, 22, 16, 0.48) 72%, rgba(35, 22, 16, 0.18) 100%);
  }

  .factory-hero__media img {
    object-position: 58% center;
  }

  .factory-hero__content {
    padding: 170px 18px 34px;
  }

  .factory-hero h1,
  .factory-section__head h2,
  .factory-identity h2,
  .factory-contact h2 {
    font-size: 32px;
  }

  .factory-lead {
    font-size: 16px;
  }

  .factory-hero__actions,
  .factory-inline-actions,
  .factory-phone-strip {
    display: grid;
  }

  .factory-button,
  .factory-phone-strip a {
    width: 100%;
  }

  .factory-carousel-controls {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .factory-product-carousel__viewport {
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .factory-product-grid--tray-series {
    scroll-padding-inline: 14px;
  }

  .factory-product-grid--tray-series .factory-product-card {
    flex-basis: min(86vw, 340px);
  }

  .factory-section {
    padding: 58px 18px 0;
  }

  .factory-section--surface {
    margin-top: 58px;
    padding: 56px 18px;
  }

  .factory-center-grid {
    grid-template-columns: 1fr;
  }

  .manual-center-layout,
  .manual-more-products {
    grid-template-columns: 1fr;
  }

  .manual-page-hero h1 {
    font-size: 38px;
  }

  .manual-index {
    display: grid;
  }

  .manual-index a {
    border-radius: 8px;
  }

  .manual-product-detail {
    padding: 12px;
  }

  .manual-product-detail figure {
    min-height: 0;
    aspect-ratio: 16 / 11;
  }

  .manual-product-detail img {
    height: 100%;
    min-height: 0;
  }

  .manual-product-detail--poster figure {
    aspect-ratio: 4 / 5;
  }

  .factory-product-card__body,
  .factory-center-item div,
  .factory-faq article,
  .factory-supply-grid article {
    padding: 18px;
  }

  .factory-contact {
    margin-top: 58px;
    padding: 34px 18px;
  }

  .factory-contact__phones {
    min-width: 0;
  }

  .factory-footer {
    display: grid;
    padding: 30px 18px 42px;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: #120f0d;
}

body {
  margin: 0;
  min-height: 100dvh;
  overflow-x: clip;
  color: var(--ink);
  background-color: var(--bg);
  background:
    radial-gradient(circle at 14% 12%, rgba(209, 167, 124, 0.1), transparent 24%),
    radial-gradient(circle at 78% 10%, rgba(255, 244, 233, 0.06), transparent 16%),
    radial-gradient(circle at 50% 78%, rgba(209, 167, 124, 0.08), transparent 22%),
    linear-gradient(180deg, #0f0b09 0%, #17110e 46%, #120f0d 100%);
  font-family: "Segoe UI Variable Text", "Microsoft YaHei UI", "PingFang SC", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 18%),
    radial-gradient(circle at center, transparent 56%, rgba(8, 6, 5, 0.34) 100%);
  mix-blend-mode: screen;
  opacity: 0.55;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 100;
  transform: translateY(-160%);
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  padding: 10px 14px;
  color: var(--ink);
  background: rgba(18, 15, 13, 0.96);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  position: relative;
  width: 100%;
  max-width: var(--content);
  margin: 0 auto;
  padding-inline: clamp(16px, 1.4vw, 24px);
  padding-bottom: 64px;
}

.qa-page-body .page-shell {
  max-width: 1440px;
}

body.brand-home {
  --bg: #f6eee5;
  --bg-soft: #fff8f1;
  --bg-panel: rgba(255, 250, 244, 0.86);
  --bg-panel-strong: rgba(255, 247, 239, 0.96);
  --line: rgba(92, 54, 45, 0.14);
  --line-strong: rgba(92, 54, 45, 0.24);
  --ink: #2e1a16;
  --ink-soft: rgba(46, 26, 22, 0.76);
  --ink-muted: rgba(46, 26, 22, 0.56);
  --accent: #b84f63;
  --accent-soft: #7b2d3a;
  --accent-deep: #51201d;
  --shadow-xl: 0 34px 86px rgba(91, 55, 42, 0.14);
  --shadow-lg: 0 22px 58px rgba(91, 55, 42, 0.13);
  --shadow-sm: 0 12px 30px rgba(91, 55, 42, 0.11);
  background-color: #f6eee5;
  background:
    radial-gradient(circle at 16% 12%, rgba(184, 79, 99, 0.12), transparent 24%),
    radial-gradient(circle at 78% 8%, rgba(255, 255, 255, 0.9), transparent 20%),
    linear-gradient(180deg, #fff8f1 0%, #f7ede4 52%, #efe0d5 100%);
  color: var(--ink);
}

body.brand-home::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 24%),
    radial-gradient(circle at center, transparent 62%, rgba(92, 54, 45, 0.1) 100%);
  mix-blend-mode: multiply;
  opacity: 0.42;
}

.brand-home .page-shell {
  max-width: 1540px;
}

.site-announcement {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 14px;
  padding: 8px 14px;
  border-bottom: 1px solid rgba(92, 54, 45, 0.1);
  color: rgba(46, 26, 22, 0.72);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.site-announcement a {
  text-decoration: none;
  transition: color 180ms ease;
}

.site-announcement a:hover {
  color: var(--accent);
}

.brand-home .topbar-brand {
  top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  padding: 14px 22px;
  border-color: rgba(92, 54, 45, 0.12);
  border-radius: 0;
  background: rgba(255, 249, 243, 0.86);
  box-shadow: 0 18px 44px rgba(82, 43, 35, 0.12);
}

.brand-home.is-scrolled .topbar-brand,
body.is-scrolled.brand-home .topbar-brand {
  background: rgba(255, 249, 243, 0.94);
}

.topbar-brand .brand-lockup {
  display: grid;
  min-width: 180px;
  justify-items: center;
  text-align: center;
}

.topbar-brand .brand-kicker {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: 0.34em;
}

.topbar-brand .brand-lockup strong {
  margin-top: 1px;
  color: var(--ink);
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
  font-size: 24px;
  letter-spacing: 0.18em;
}

.topbar-brand .nav {
  gap: clamp(14px, 1.8vw, 30px);
}

.topbar-brand .nav-left {
  justify-content: flex-start;
}

.topbar-brand .nav-right {
  justify-content: flex-end;
}

.topbar-brand .nav a {
  color: rgba(46, 26, 22, 0.7);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.topbar-brand .nav a:hover {
  color: var(--accent);
}

.topbar-brand .nav-proof {
  margin-left: 4px;
  padding: 8px 13px;
  border: 1px solid rgba(184, 79, 99, 0.25);
  color: var(--accent);
  background: rgba(184, 79, 99, 0.07);
}

.brand-home .eyebrow,
.brand-home .signal-label,
.brand-home .hero-pill {
  border-color: rgba(184, 79, 99, 0.16);
  color: var(--accent);
  background: rgba(255, 255, 255, 0.62);
}

.brand-home .button-primary {
  color: #fff8f1;
  background: #8f2739;
  box-shadow: 0 18px 36px rgba(143, 39, 57, 0.22);
}

.brand-home .button-primary:hover {
  background: #762231;
}

.brand-home .button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.54);
  border-color: rgba(92, 54, 45, 0.18);
}

.collection-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.collection-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-bottom: 1px solid rgba(46, 26, 22, 0.22);
  color: rgba(46, 26, 22, 0.7);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease;
}

.collection-tabs a:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.brand-home .hero-brand-showcase {
  min-height: min(760px, calc(100dvh - 120px));
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr);
  align-items: stretch;
  gap: clamp(28px, 4vw, 64px);
  padding: clamp(28px, 4vw, 64px);
  border-color: rgba(92, 54, 45, 0.12);
  border-radius: 0;
  background:
    linear-gradient(112deg, rgba(255, 249, 243, 0.95) 0%, rgba(255, 249, 243, 0.78) 46%, rgba(231, 202, 188, 0.36) 100%),
    radial-gradient(circle at 74% 12%, rgba(184, 79, 99, 0.16), transparent 30%);
  box-shadow: 0 36px 94px rgba(82, 43, 35, 0.12);
}

.brand-home .hero-copy {
  align-content: center;
}

.brand-home .hero-copy h1 {
  max-width: 9.4ch;
  color: var(--ink);
  font-size: clamp(64px, 8.2vw, 132px);
  line-height: 0.92;
  letter-spacing: 0;
}

.brand-home .hero-title-brand {
  margin-top: 4px;
  color: var(--accent);
  font-family: "Segoe UI Variable Text", "Microsoft YaHei UI", "PingFang SC", sans-serif;
  font-size: clamp(28px, 3.4vw, 52px);
  font-weight: 650;
  letter-spacing: 0.18em;
}

.brand-home .hero-copy h1 .hero-title-sub {
  margin-top: 20px;
  color: rgba(46, 26, 22, 0.66);
  font-size: clamp(13px, 1vw, 16px);
  letter-spacing: 0.28em;
}

.brand-home .lead {
  max-width: 48ch;
  color: rgba(46, 26, 22, 0.74);
  font-size: clamp(16px, 1.25vw, 19px);
}

.hero-text-link {
  align-self: center;
  color: var(--accent);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.08em;
  transition: color 180ms ease;
}

.hero-text-link:hover {
  color: var(--accent-deep);
}

.brand-home .phone-rail a {
  color: rgba(46, 26, 22, 0.78);
  background: rgba(255, 255, 255, 0.52);
}

.brand-home .stage-panel {
  border-color: rgba(92, 54, 45, 0.14);
  border-radius: 0 56px 0 56px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.74), transparent 42%),
    #ead8cc;
}

.brand-home .stage-panel::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 54%, rgba(46, 26, 22, 0.2) 100%),
    radial-gradient(circle at 55% 48%, transparent 44%, rgba(104, 62, 48, 0.12) 100%);
  mix-blend-mode: multiply;
}

.brand-home .stage-caption,
.brand-home .stage-proof {
  border-color: rgba(92, 54, 45, 0.12);
  color: var(--ink);
  background: rgba(255, 249, 243, 0.72);
  box-shadow: 0 16px 36px rgba(82, 43, 35, 0.12);
}

.brand-home .stage-proof {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 7px;
  width: min(560px, calc(100% - 36px));
}

.brand-home .stage-proof > span {
  display: none;
}

.brand-home .stage-proof-grid {
  grid-column: auto;
  grid-row: auto;
  width: 100%;
}

.brand-home .stage-caption span,
.brand-home .stage-proof-grid dd {
  color: var(--accent);
}

.brand-home .stage-caption strong,
.brand-home .stage-proof strong {
  color: var(--ink);
}

.brand-home .stage-proof-grid div {
  border-color: rgba(92, 54, 45, 0.1);
  background: rgba(255, 255, 255, 0.5);
}

.brand-entry-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 14px;
}

.brand-entry-card {
  display: grid;
  min-height: 168px;
  align-content: end;
  gap: 8px;
  padding: 24px;
  border: 1px solid rgba(92, 54, 45, 0.12);
  color: var(--ink);
  background: rgba(255, 250, 244, 0.72);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.brand-entry-card:hover {
  transform: translateY(-3px);
  border-color: rgba(184, 79, 99, 0.28);
  box-shadow: var(--shadow-lg);
}

.brand-entry-card span {
  color: var(--accent);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-entry-card strong {
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(26px, 2.8vw, 42px);
  line-height: 1.05;
}

.brand-entry-card small {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.brand-entry-card-featured {
  background:
    linear-gradient(135deg, rgba(143, 39, 57, 0.9), rgba(81, 32, 29, 0.9)),
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.18), transparent 30%);
  color: #fff8f1;
}

.brand-entry-card-featured span,
.brand-entry-card-featured small {
  color: rgba(255, 248, 241, 0.76);
}

.brand-home .signal-card,
.brand-home .cinema-card,
.brand-home .route-card,
.brand-home .proof-card,
.brand-home .faq-item,
.brand-home .contact-stage {
  border-color: rgba(92, 54, 45, 0.12);
  background: rgba(255, 250, 244, 0.72);
  box-shadow: var(--shadow-sm);
}

.proof-entry-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(92, 54, 45, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.84), rgba(255, 241, 230, 0.68)),
    radial-gradient(circle at 98% 0%, rgba(184, 79, 99, 0.12), transparent 30%);
  box-shadow: var(--shadow-sm);
}

.proof-entry-copy h2 {
  max-width: 16ch;
  margin: 0;
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(32px, 3.8vw, 58px);
  line-height: 1.02;
}

.proof-entry-copy p:not(.eyebrow) {
  max-width: 70ch;
  color: var(--ink-soft);
  line-height: 1.8;
}

.proof-entry-actions {
  display: grid;
  min-width: min(330px, 100%);
  gap: 10px;
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 14px;
  min-width: 0;
  padding: 16px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: rgba(16, 13, 11, 0.76);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  transition: padding 220ms ease, background 220ms ease, transform 220ms ease;
}

body.is-scrolled .topbar {
  padding-block: 12px;
  background: rgba(14, 11, 9, 0.9);
}

.brand-lockup {
  color: inherit;
  text-decoration: none;
}

.brand-lockup span,
.brand-lockup strong {
  display: block;
}

.brand-kicker {
  color: var(--ink-muted);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.brand-lockup strong {
  margin-top: 4px;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.nav {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 18px;
}

.nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 160ms ease, opacity 160ms ease;
}

.nav a:hover {
  color: var(--accent-soft);
}

.section {
  margin-top: 34px;
  scroll-margin-top: 112px;
}

.eyebrow,
.signal-label,
.hero-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid rgba(238, 212, 186, 0.16);
  border-radius: var(--radius-pill);
  color: var(--accent-soft);
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 14px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 22px;
}

.section-heading-split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.58fr);
  align-items: end;
  gap: 26px;
}

.section-note {
  max-width: 46ch;
  margin: 0 0 6px;
  color: var(--ink-soft);
  line-height: 1.8;
}

.section-heading h2,
.contact-stage h2,
.detail-copy h1 {
  margin: 0;
  line-height: 1.08;
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(30px, 3.45vw, 52px);
  letter-spacing: -0.018em;
  text-wrap: balance;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  text-decoration: none;
  font-size: 14px;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease,
    border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(1px) scale(0.99);
}

.button:focus-visible,
.nav a:focus-visible,
.phone-rail a:focus-visible,
.consultation-form select:focus-visible,
.consultation-template-wrap textarea:focus-visible {
  outline: 2px solid rgba(238, 212, 186, 0.72);
  outline-offset: 3px;
}

.button-primary {
  color: #15100d;
  background: linear-gradient(135deg, var(--accent-soft), var(--accent));
  box-shadow: 0 16px 34px rgba(209, 167, 124, 0.2);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line-strong);
}

.hero-cinema,
.signal-card,
.cinema-card,
.spotlight-stage,
.selector-card,
.route-card,
.proof-card,
.faq-item,
.contact-stage,
.detail-hero,
.detail-card,
.qa-carousel-page,
.qa-phone-panel,
.detail-media,
.detail-scene,
.detail-scene-media {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--bg-panel);
  box-shadow: var(--shadow-xl);
}

.hero-cinema {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1.22fr);
  align-items: center;
  gap: 34px;
  padding: 30px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(22, 17, 14, 0.96), rgba(16, 13, 11, 0.9)),
    radial-gradient(circle at 76% 12%, rgba(209, 167, 124, 0.12), transparent 24%);
}

.hero-copy {
  display: grid;
  align-content: center;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.hero-pill-row,
.hero-actions,
.phone-rail,
.spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-pill-row {
  margin-bottom: 16px;
}

.hero-pill-accent {
  border-color: rgba(238, 212, 186, 0.34);
  color: #f8e5cf;
  background: rgba(209, 167, 124, 0.12);
}

.hero-copy h1 {
  margin: 0;
  max-width: 13.5ch;
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(42px, 4.55vw, 74px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.hero-title-line {
  display: block;
  word-break: keep-all;
}

.hero-title-brand {
  font-size: 0.78em;
  line-height: 1.12;
  letter-spacing: -0.018em;
}

.hero-copy h1 .hero-title-sub {
  display: block;
  margin-top: 16px;
  max-width: none;
  color: var(--accent-soft);
  font-family: "Segoe UI Variable Text", "Microsoft YaHei UI", "PingFang SC", sans-serif;
  font-size: clamp(12px, 1.05vw, 15px);
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.lead,
.cinema-card p,
.signal-card p,
.route-card p,
.proof-card p,
.qa-carousel-copy p,
.qa-carousel-card p,
.faq-answer p,
.contact-stage p,
.detail-copy p,
.detail-footer-note,
.stage-proof p {
  color: var(--ink-soft);
  line-height: 1.86;
  overflow-wrap: anywhere;
}

.lead {
  max-width: 58ch;
  margin: 18px 0 22px;
}

.phone-rail {
  margin-top: 18px;
}

.phone-rail a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  text-decoration: none;
  font-size: 13px;
  transition: background 160ms ease, transform 160ms ease;
}

.phone-rail a:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.hero-fact-list,
.route-steps,
.spotlight-specs,
.contact-checklist,
.detail-stats,
.detail-card ul,
.detail-faq {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-fact-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.hero-fact-list li {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ink-soft);
  backdrop-filter: blur(8px);
}

.hero-stage {
  position: relative;
  display: block;
  align-self: start;
  min-width: 0;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.stage-aura {
  position: absolute;
  inset: -10% -8% auto;
  height: 52%;
  background:
    radial-gradient(circle at center, rgba(255, 246, 236, 0.12), transparent 34%),
    radial-gradient(circle at center, rgba(209, 167, 124, 0.16), transparent 58%);
  filter: blur(12px);
  opacity: 0.85;
  animation: auraDrift 9s ease-in-out infinite alternate;
}

.stage-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 246, 236, 0.08), transparent 36%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow-lg);
  transition: transform 280ms ease;
  will-change: transform;
}

.stage-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 236, 213, 0.1),
    inset 0 -70px 120px rgba(31, 20, 14, 0.38),
    inset 0 0 90px rgba(55, 34, 22, 0.22);
}

.stage-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(43, 29, 20, 0.26), rgba(43, 29, 20, 0.18)),
    radial-gradient(circle at 55% 48%, transparent 40%, rgba(37, 24, 17, 0.28) 100%);
  mix-blend-mode: multiply;
}

.stage-panel img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.9) contrast(1.06) saturate(1.06);
}

.stage-caption {
  position: absolute;
  right: auto;
  top: 18px;
  bottom: auto;
  left: 18px;
  z-index: 2;
  display: flex;
  width: min(450px, calc(100% - 36px));
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 13px;
  border: 1px solid rgba(238, 212, 186, 0.14);
  border-radius: var(--radius-pill);
  background:
    linear-gradient(135deg, rgba(19, 13, 10, 0.5), rgba(58, 40, 27, 0.24)),
    rgba(12, 9, 7, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 240, 222, 0.08);
  backdrop-filter: blur(8px);
}

.stage-caption span {
  color: var(--accent-soft);
  font-size: 13px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.stage-caption strong {
  color: var(--ink);
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.2;
  text-align: right;
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
}

.spotlight-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: brightness(1) saturate(1);
}

.detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(1) saturate(1);
}

.stage-panel-main {
  inset: auto;
  grid-row: auto;
  aspect-ratio: 1.56 / 1;
  min-height: auto;
}

.stage-panel-support {
  inset: auto;
  min-height: 228px;
  aspect-ratio: 1.2 / 1;
}

.stage-proof {
  position: absolute;
  right: auto;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(170px, 0.76fr) minmax(0, 1.24fr);
  gap: 6px 12px;
  align-items: center;
  width: min(690px, calc(100% - 36px));
  padding: 10px 12px;
  border: 1px solid rgba(238, 212, 186, 0.13);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(18, 13, 10, 0.42), rgba(45, 30, 21, 0.16)),
    rgba(15, 12, 10, 0.16);
  backdrop-filter: blur(6px);
  box-shadow:
    inset 0 1px 0 rgba(255, 238, 219, 0.07),
    0 10px 28px rgba(0, 0, 0, 0.14);
  will-change: transform;
}

.stage-proof span,
.detail-stats span,
.contact-detail span,
.proof-facts dt,
.breadcrumb {
  color: var(--ink-muted);
  font-size: 13px;
}

.stage-proof strong {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.3;
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
}

.stage-proof p {
  display: none;
}

.stage-proof-grid {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
}

.stage-proof-grid div {
  min-width: 0;
  padding: 6px 8px;
  border: 1px solid rgba(238, 212, 186, 0.1);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.045);
}

.stage-proof-grid dt,
.stage-proof-grid dd {
  margin: 0;
}

.stage-proof-grid dt {
  color: var(--ink-muted);
  font-size: 10px;
}

.stage-proof-grid dd {
  margin-top: 2px;
  color: var(--accent-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.stage-proof-tags {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.stage-proof-tags li {
  padding: 8px 12px;
  border: 1px solid rgba(238, 212, 186, 0.12);
  border-radius: var(--radius-pill);
  color: var(--ink-soft);
  background: rgba(209, 167, 124, 0.08);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.entity-proof-line {
  max-width: 980px;
  margin: 16px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(238, 212, 186, 0.14);
  border-radius: 18px;
  color: var(--ink-soft);
  background: rgba(209, 167, 124, 0.08);
  font-size: 14px;
  line-height: 1.8;
}

.signal-ribbon,
.proof-grid,
.routes-grid,
.detail-grid {
  display: grid;
  gap: 18px;
}

.signal-ribbon {
  grid-template-columns: repeat(3, 1fr);
}

.signal-card,
.cinema-card,
.proof-card,
.route-card,
.detail-card {
  padding: 22px;
}

.signal-card strong,
.cinema-card h3,
.proof-card h3,
.route-card h3,
.spotlight-copy h3,
.detail-card h2,
.detail-card h3 {
  margin: 14px 0 12px;
  font-family: "Segoe UI Variable Text", "Microsoft YaHei UI", "PingFang SC", sans-serif;
  line-height: 1.24;
  letter-spacing: -0.01em;
}

.signal-card strong {
  display: block;
  font-size: clamp(19px, 1.45vw, 23px);
}

.brand-scene {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: end;
  min-height: 520px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(90deg, rgba(13, 10, 8, 0.96), rgba(13, 10, 8, 0.58)),
    radial-gradient(circle at 78% 20%, rgba(209, 167, 124, 0.15), transparent 28%);
  box-shadow: var(--shadow-xl);
}

.brand-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(15, 11, 9, 0.84), rgba(15, 11, 9, 0.18) 48%, rgba(15, 11, 9, 0.62)),
    radial-gradient(circle at 70% 52%, transparent 0 26%, rgba(0, 0, 0, 0.34) 66%);
}

.brand-scene-media {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0.68;
}

.brand-scene-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: sceneDrift 12s ease-in-out infinite alternate;
}

.brand-scene-copy {
  position: relative;
  z-index: 1;
  grid-column: 2;
  max-width: 620px;
  padding: 30px;
  border: 1px solid rgba(238, 212, 186, 0.16);
  border-radius: 24px;
  background: rgba(15, 12, 10, 0.58);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.brand-scene-copy h2 {
  margin: 0;
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(30px, 3.35vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.018em;
  text-wrap: balance;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.brand-scene-copy p:not(.eyebrow) {
  max-width: 50ch;
  color: rgba(247, 234, 218, 0.82);
  line-height: 1.78;
}

.cinema-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 18px;
}

.cinema-card-wide {
  grid-row: span 2;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(34, 26, 22, 0.96), rgba(19, 15, 13, 0.98)),
    radial-gradient(circle at right top, rgba(209, 167, 124, 0.12), transparent 26%);
}

.cinema-card h3 {
  font-size: 34px;
}

.brand-home .brand-scene {
  border-color: rgba(92, 54, 45, 0.12);
  background:
    linear-gradient(90deg, rgba(46, 26, 22, 0.86), rgba(46, 26, 22, 0.32)),
    radial-gradient(circle at 78% 20%, rgba(184, 79, 99, 0.12), transparent 28%);
}

.brand-home .brand-scene::after {
  background:
    linear-gradient(90deg, rgba(46, 26, 22, 0.78), rgba(46, 26, 22, 0.12) 54%, rgba(46, 26, 22, 0.52)),
    radial-gradient(circle at 70% 52%, transparent 0 26%, rgba(46, 26, 22, 0.24) 66%);
}

.brand-home .brand-scene-copy {
  border-color: rgba(255, 248, 241, 0.2);
  background: rgba(255, 248, 241, 0.72);
  color: var(--ink);
}

.brand-home .brand-scene-copy p:not(.eyebrow) {
  color: rgba(46, 26, 22, 0.76);
}

.brand-home .cinema-card-wide {
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.9), rgba(252, 236, 228, 0.86)),
    radial-gradient(circle at right top, rgba(184, 79, 99, 0.11), transparent 28%);
}

.product-spotlight {
  position: relative;
}

.product-gallery-section {
  position: relative;
}

.product-confirmation-bar {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin: 4px 0 22px;
  padding: 15px 2px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-confirmation-bar > div {
  display: grid;
  gap: 7px;
  justify-items: start;
}

.product-confirmation-bar strong {
  color: rgba(238, 212, 186, 0.86);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.product-confirmation-bar p {
  max-width: 72ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.68;
}

.brand-home .product-confirmation-bar {
  border-color: rgba(92, 54, 45, 0.14);
}

.brand-home .product-confirmation-bar strong {
  color: var(--accent);
}

.product-status {
  color: var(--accent-soft);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.brand-home .product-status {
  color: var(--accent);
}

.product-local-heading h3 {
  margin: 0;
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
  font-weight: 600;
  letter-spacing: 0;
}

.product-local-heading p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.64;
}

.product-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 4px;
  padding: 0 14px;
  border: 1px solid rgba(var(--product-accent, 184, 79, 99), 0.22);
  color: var(--accent);
  background: rgba(255, 255, 255, 0.42);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.08em;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.product-card-link:hover {
  color: #fff8f1;
  background: var(--accent);
  transform: translateY(-1px);
}

.product-card-link-dark {
  justify-self: start;
}

.manual-spec-card {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.manual-spec-primary {
  display: grid;
  grid-template-columns: minmax(118px, 0.42fr) minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(var(--product-accent, 209, 167, 124), 0.2);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(var(--product-accent, 209, 167, 124), 0.1), transparent 42%),
    rgba(255, 255, 255, 0.04);
}

.manual-spec-primary span,
.manual-spec-primary strong {
  display: flex;
  align-items: center;
  min-width: 0;
}

.manual-spec-primary span {
  padding: 11px 13px;
  color: var(--accent-soft);
  background: rgba(var(--product-accent, 209, 167, 124), 0.14);
  border-right: 1px solid rgba(var(--product-accent, 209, 167, 124), 0.18);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.manual-spec-primary strong {
  padding: 11px 14px;
  color: var(--ink);
  font-size: clamp(17px, 1.55vw, 23px);
  font-weight: 750;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.manual-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.manual-spec-grid div {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(238, 212, 186, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.032);
}

.manual-spec-grid dt {
  color: var(--ink-muted);
  font-size: 11px;
  line-height: 1.2;
}

.manual-spec-grid dd {
  margin: 0;
  color: var(--ink);
  font-size: 12.5px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.manual-spec-grid .manual-price-cell {
  border-color: rgba(171, 49, 73, 0.2);
  background:
    linear-gradient(135deg, rgba(171, 49, 73, 0.08), rgba(250, 241, 229, 0.58)),
    #fffaf3;
}

.manual-spec-grid .manual-price-cell dt {
  color: #8b3040;
}

.manual-spec-grid .manual-price-cell dd {
  color: #9f2f48;
  font-weight: 800;
}

.manual-spec-grid .manual-status-cell {
  border-color: rgba(54, 112, 71, 0.22);
  background:
    linear-gradient(135deg, rgba(55, 126, 76, 0.08), rgba(250, 241, 229, 0.54)),
    #fbfff8;
}

.manual-spec-grid .manual-status-cell dt {
  color: #3a6d49;
}

.manual-spec-grid .manual-status-cell dd {
  color: #2f6f45;
  font-weight: 800;
}

.manual-spec-note {
  margin: 0;
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.5;
}

.manual-spec-card-compact {
  gap: 8px;
  margin-top: 4px;
}

.manual-spec-card-compact .manual-spec-primary {
  grid-template-columns: minmax(92px, 0.4fr) minmax(0, 1fr);
  border-radius: 14px;
}

.manual-spec-card-compact .manual-spec-primary span {
  padding: 9px 10px;
  font-size: 11px;
}

.manual-spec-card-compact .manual-spec-primary strong {
  padding: 9px 11px;
  font-size: 16px;
}

.manual-spec-card-compact .manual-spec-grid {
  gap: 6px;
}

.manual-spec-card-compact .manual-spec-grid div {
  padding: 8px 10px;
  border-radius: 12px;
}

.manual-spec-card-local {
  margin-top: 4px;
}

.manual-spec-card-hero {
  margin: 4px 0 2px;
}

.manual-spec-card-hero .manual-spec-primary {
  grid-template-columns: minmax(132px, 0.36fr) minmax(0, 1fr);
}

.manual-spec-card-hero .manual-spec-primary span {
  font-size: 13px;
}

.manual-spec-card-hero .manual-spec-primary strong {
  font-size: clamp(22px, 2.25vw, 34px);
}

.manual-spec-card-hero .manual-spec-grid div {
  padding: 13px 15px;
}

.manual-spec-card-hero .manual-spec-grid dd {
  font-size: 14px;
}

.product-local-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 24px;
  margin: 36px 0 18px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.product-local-heading > div {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.product-local-heading h3 {
  font-size: clamp(28px, 3vw, 44px);
}

.product-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: 26px;
}

.product-atelier {
  position: relative;
}

.product-atelier::before {
  content: "";
  position: absolute;
  inset: -44px -34px 16%;
  z-index: -1;
  border-radius: 56px;
  background:
    radial-gradient(circle at 22% 20%, rgba(209, 167, 124, 0.13), transparent 30%),
    radial-gradient(circle at 82% 34%, rgba(119, 73, 45, 0.16), transparent 24%);
  filter: blur(4px);
  opacity: 0.62;
}

.product-feature-card,
.product-reel-card {
  border: 1px solid transparent;
  background:
    linear-gradient(145deg, rgba(29, 21, 17, 0.92), rgba(13, 10, 8, 0.96)),
    radial-gradient(circle at 78% 10%, rgba(209, 167, 124, 0.1), transparent 34%);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(255, 236, 213, 0.045),
    inset 0 1px 0 rgba(255, 236, 213, 0.045);
}

.product-feature-card {
  display: grid;
  gap: 24px;
  padding: 24px;
  border-radius: 38px;
  transition: transform 320ms ease, border-color 320ms ease;
}

.product-feature-card:hover {
  transform: translateY(-4px);
  border-color: transparent;
}

.product-feature-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1.84 / 1;
  border: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 48% 34%, rgba(238, 212, 186, 0.08), transparent 46%),
    #17100c;
}

.product-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 236, 213, 0.06), transparent 22%),
    radial-gradient(circle at 50% 56%, transparent 52%, rgba(9, 6, 4, 0.38));
}

.product-feature-media img,
.product-reel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.06) brightness(0.94) sepia(0.06);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1), filter 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.product-reel-card img {
  object-fit: cover;
  padding: 0;
}

.product-feature-card:hover .product-feature-media img,
.product-reel-card:hover img {
  transform: scale(1.035);
  filter: saturate(0.98) contrast(1.08) brightness(0.98) sepia(0.04);
}

.product-feature-copy {
  display: grid;
  gap: 18px;
}

.product-feature-copy h3 {
  margin: 0;
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(44px, 5vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.product-feature-copy p {
  max-width: 58ch;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.8;
}

.product-feature-meta {
  display: grid;
  gap: 10px;
  margin: 0;
}

.product-feature-meta div {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid rgba(238, 212, 186, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.product-feature-meta dt {
  color: var(--ink-muted);
  font-size: 13px;
}

.product-feature-meta dd {
  margin: 0;
  color: var(--ink);
}

.brand-home .product-atelier::before {
  background:
    radial-gradient(circle at 22% 20%, rgba(184, 79, 99, 0.1), transparent 30%),
    radial-gradient(circle at 82% 34%, rgba(127, 82, 59, 0.12), transparent 24%);
}

.brand-home .product-feature-card,
.brand-home .product-reel-card {
  border-color: rgba(92, 54, 45, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 250, 244, 0.9), rgba(255, 245, 236, 0.84)),
    radial-gradient(circle at 78% 10%, rgba(184, 79, 99, 0.09), transparent 34%);
  box-shadow: var(--shadow-sm);
}

.brand-home .product-feature-media {
  background:
    radial-gradient(circle at 48% 34%, rgba(255, 255, 255, 0.6), transparent 46%),
    #ead9cc;
}

.brand-home .product-feature-media::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 22%),
    radial-gradient(circle at 50% 56%, transparent 52%, rgba(92, 54, 45, 0.14));
}

.brand-home .product-feature-media img,
.brand-home .product-reel-card img {
  filter: saturate(0.98) contrast(1.02) brightness(1);
}

.brand-home .product-feature-meta div {
  border-color: rgba(92, 54, 45, 0.12);
  background: rgba(255, 255, 255, 0.42);
}

.brand-home .product-page-links {
  border-color: rgba(92, 54, 45, 0.12);
  background: rgba(255, 250, 244, 0.72);
}

.product-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
  padding: 14px;
  border: 1px solid rgba(238, 212, 186, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.product-page-links span {
  color: var(--ink-muted);
  font-size: 13px;
}

.product-page-links a,
.footer-links a {
  color: var(--accent-soft);
  text-decoration: none;
  line-height: 1.45;
}

.product-page-links a:hover,
.footer-links a:hover {
  color: var(--ink);
}

.product-reel {
  display: grid;
  gap: 16px;
}

.product-reel-card {
  display: grid;
  grid-template-columns: minmax(178px, 210px) minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  min-height: 178px;
  padding: 16px;
  border-radius: 32px;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.product-reel-card:hover {
  transform: translateY(-3px);
  border-color: transparent;
  background:
    linear-gradient(145deg, rgba(35, 25, 20, 0.96), rgba(16, 12, 10, 0.98)),
    radial-gradient(circle at 80% 8%, rgba(209, 167, 124, 0.12), transparent 34%);
}

.product-reel-card figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1.62 / 1;
  border: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 42% 35%, rgba(247, 226, 204, 0.1), transparent 46%),
    linear-gradient(145deg, rgba(92, 61, 43, 0.34), rgba(18, 12, 9, 0.74));
  box-shadow:
    inset 0 0 0 1px rgba(238, 212, 186, 0.06),
    0 18px 42px rgba(0, 0, 0, 0.18);
}

.product-reel-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 236, 213, 0.035), transparent 24%),
    radial-gradient(circle at 50% 54%, transparent 62%, rgba(18, 11, 8, 0.18));
}

.product-reel-card div {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.product-reel-card span {
  color: var(--accent-soft);
  font-size: 13px;
  letter-spacing: 0.12em;
}

.product-reel-card strong {
  max-width: 100%;
  font-size: clamp(20px, 1.9vw, 30px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}

.motion-ready .product-gallery-section .product-feature-card,
.motion-ready .product-gallery-section .product-reel-card {
  opacity: 1;
  transform: none;
}

.motion-ready .product-gallery-section.is-visible .product-feature-card,
.motion-ready .product-gallery-section.is-visible .product-reel-card {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 760ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 220ms ease,
    background 220ms ease;
}

.motion-ready .product-gallery-section.is-visible .product-reel-card:nth-child(1) {
  transition-delay: 90ms;
}

.motion-ready .product-gallery-section.is-visible .product-reel-card:nth-child(2) {
  transition-delay: 170ms;
}

.motion-ready .product-gallery-section.is-visible .product-reel-card:nth-child(3) {
  transition-delay: 250ms;
}

.motion-ready .product-gallery-section.is-visible .product-reel-card:nth-child(4) {
  transition-delay: 330ms;
}

.motion-ready .product-gallery-section.is-visible .product-feature-card:hover,
.motion-ready .product-gallery-section.is-visible .product-reel-card:hover {
  transform: translateY(-4px);
}

.spotlight-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.spotlight-stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(29, 22, 18, 0.98), rgba(16, 13, 11, 0.96)),
    radial-gradient(circle at 78% 12%, rgba(209, 167, 124, 0.12), transparent 26%);
}

.spotlight-image-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(238, 212, 186, 0.2);
  border-radius: 24px;
  aspect-ratio: 1620 / 880;
  min-height: unset;
  background:
    radial-gradient(circle at 48% 42%, rgba(209, 167, 124, 0.12), transparent 42%),
    rgba(12, 9, 7, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 236, 213, 0.08),
    0 22px 70px rgba(0, 0, 0, 0.28);
}

.spotlight-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow:
    inset 0 0 72px rgba(24, 15, 10, 0.38),
    inset 0 -38px 72px rgba(16, 10, 7, 0.32);
}

.spotlight-copy {
  display: grid;
  align-content: start;
}

.spotlight-copy h3 {
  font-size: clamp(36px, 4vw, 56px);
  letter-spacing: -0.03em;
}

.spotlight-specs {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
}

.spotlight-specs li {
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ink-soft);
}

.selector-list {
  display: grid;
  align-content: start;
  align-items: start;
  gap: 14px;
}

.selector-card {
  width: 100%;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 158px;
  padding: 22px;
  text-align: left;
  cursor: pointer;
  background:
    linear-gradient(135deg, rgba(38, 28, 22, 0.72), rgba(20, 15, 12, 0.78)),
    rgba(28, 22, 18, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 236, 213, 0.025),
    0 16px 44px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.selector-card:hover,
.selector-card:focus-visible,
.selector-card.is-active {
  transform: translateY(-2px);
  border-color: rgba(238, 212, 186, 0.28);
  background: rgba(38, 29, 24, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(255, 236, 213, 0.05),
    0 22px 58px rgba(0, 0, 0, 0.26);
}

.selector-thumb {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(238, 212, 186, 0.18);
  border-radius: 18px;
  aspect-ratio: 1.48 / 1;
  background:
    radial-gradient(circle at 48% 42%, rgba(209, 167, 124, 0.12), transparent 45%),
    rgba(12, 9, 7, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255, 236, 213, 0.06);
}

.selector-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 240ms ease;
}

.selector-body {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.selector-label {
  display: block;
  color: var(--accent-soft);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.selector-card strong {
  display: block;
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.22;
}

.selector-card:hover .selector-thumb img,
.selector-card:focus-visible .selector-thumb img,
.selector-card.is-active .selector-thumb img {
  transform: scale(1.04);
}

.routes-grid {
  grid-template-columns: repeat(2, 1fr);
}

.route-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(26, 20, 17, 0.98), rgba(17, 13, 11, 0.96));
}

.route-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(209, 167, 124, 0.08), rgba(209, 167, 124, 0.72), rgba(209, 167, 124, 0.08));
  transform-origin: left center;
  animation: routeLine 4.8s ease-in-out infinite;
}

.route-steps {
  display: grid;
  gap: 12px;
  margin: 18px 0;
  counter-reset: route;
}

.route-steps li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: center;
  color: var(--ink);
}

.route-steps li::before {
  counter-increment: route;
  content: counter(route);
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(238, 212, 186, 0.2);
  color: var(--accent-soft);
  background: rgba(255, 255, 255, 0.03);
  font-size: 12px;
}

.proof-grid {
  grid-template-columns: repeat(3, 1fr);
}

.proof-card {
  background: rgba(26, 20, 17, 0.82);
}

.industry-layout,
.consultation-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: 20px;
}

.industry-list {
  display: grid;
  gap: 14px;
}

.industry-list-page {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.industry-carousel {
  position: relative;
  display: block;
  height: min(76vh, 780px);
  min-height: 560px;
  overflow: hidden;
  padding-right: 4px;
  border-radius: var(--radius-xl);
  mask-image: linear-gradient(to bottom, transparent, #000 8%, #000 92%, transparent);
}

.industry-carousel-track {
  display: grid;
  gap: 14px;
  animation: industryTicker var(--industry-duration, 96s) linear infinite;
  will-change: transform;
}

.industry-carousel-sequence {
  display: grid;
  gap: 14px;
}

.industry-carousel:hover .industry-carousel-track,
.industry-carousel:focus-within .industry-carousel-track {
  animation-play-state: paused;
}

.industry-card,
.factory-digest,
.consultation-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(28, 21, 17, 0.84), rgba(15, 12, 10, 0.93)),
    radial-gradient(circle at 84% 12%, rgba(209, 167, 124, 0.075), transparent 30%);
  box-shadow: var(--shadow-lg);
}

.industry-card {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.industry-card-risk {
  border-color: rgba(238, 212, 186, 0.12);
  opacity: 0.86;
}

.industry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  justify-content: space-between;
  color: var(--ink-muted);
  font-size: 12px;
}

.industry-card h3,
.factory-digest h3,
.consultation-result h3 {
  margin: 0;
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
  line-height: 1.18;
}

.industry-card h3 {
  font-size: clamp(22px, 2.2vw, 31px);
}

.industry-card a {
  text-decoration: none;
}

.industry-card p,
.factory-digest p,
.industry-policy p,
.consultation-result p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.78;
}

.industry-carousel .industry-card {
  min-height: 178px;
}

.industry-carousel .industry-card h3 {
  font-size: clamp(20px, 1.75vw, 28px);
}

.industry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.industry-tags span {
  padding: 6px 10px;
  border: 1px solid rgba(238, 212, 186, 0.12);
  border-radius: var(--radius-pill);
  color: var(--accent-soft);
  background: rgba(209, 167, 124, 0.08);
  font-size: 12px;
}

.factory-digest {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 24px;
}

.factory-digest ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.factory-digest li {
  padding: 12px 14px;
  border: 1px solid rgba(238, 212, 186, 0.12);
  border-radius: 16px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.035);
}

.industry-policy {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.035);
}

.consultation-panel {
  padding: 22px;
  box-shadow: 0 22px 56px rgba(34, 22, 15, 0.2);
}

.consultation-form,
.consultation-result {
  display: grid;
  gap: 14px;
}

.consultation-form {
  align-content: start;
}

.consultation-intake,
.consultation-logic {
  display: grid;
  gap: 9px;
  padding-top: 4px;
}

.consultation-intake strong,
.consultation-logic span {
  color: var(--accent-soft);
  font-size: 13px;
  letter-spacing: 0;
}

.consultation-intake ul,
.consultation-logic ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.consultation-intake li,
.consultation-logic li {
  position: relative;
  padding-left: 16px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.62;
}

.consultation-intake li::before,
.consultation-logic li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.consultation-form label,
.consultation-template-wrap {
  display: grid;
  gap: 8px;
}

.consultation-form span,
.consultation-template-wrap span {
  color: var(--ink-muted);
  font-size: 13px;
}

.consultation-form select,
.consultation-template-wrap textarea {
  width: 100%;
  border: 1px solid rgba(238, 212, 186, 0.16);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.048);
  font: inherit;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.consultation-form select:hover,
.consultation-template-wrap textarea:hover {
  border-color: rgba(238, 212, 186, 0.28);
  background: rgba(255, 255, 255, 0.065);
}

.consultation-form select:focus-visible,
.consultation-template-wrap textarea:focus-visible {
  border-color: rgba(238, 212, 186, 0.44);
  box-shadow: inset 0 1px 0 rgba(255, 238, 219, 0.08);
}

.consultation-form select {
  min-height: 48px;
  padding: 0 14px;
  color-scheme: dark;
}

.consultation-form select option {
  color: #fff8f1;
  background-color: #261a14;
}

.consultation-form select option:checked {
  color: #fffdf8;
  background-color: #7b563d;
}

.consultation-template-wrap textarea {
  min-height: 190px;
  padding: 14px;
  resize: vertical;
  line-height: 1.7;
}

.consultation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.consultation-actions .button {
  min-height: 46px;
}

.consultation-actions button {
  cursor: pointer;
  font: inherit;
}

.consultation-copy-status {
  font-size: 13px;
}

.qa-carousel-page {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1fr);
  gap: 20px;
  align-items: stretch;
  padding: 24px;
  background:
    linear-gradient(150deg, rgba(38, 29, 24, 0.96), rgba(17, 13, 11, 0.98)),
    radial-gradient(circle at top right, rgba(209, 167, 124, 0.13), transparent 34%);
}

.qa-carousel-copy {
  display: grid;
  align-content: center;
  gap: 13px;
}

.qa-carousel-copy h1 {
  max-width: 9em;
  margin: 0;
  color: var(--ink);
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(36px, 4.4vw, 64px);
  line-height: 1.02;
}

.qa-mini-stats,
.qa-tab-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.qa-category-button {
  appearance: none;
  border: 1px solid rgba(209, 167, 124, 0.28);
  border-radius: var(--radius-pill);
  padding: 7px 11px;
  color: var(--accent-soft);
  background: rgba(209, 167, 124, 0.08);
  font: inherit;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.qa-category-button:hover,
.qa-category-button:focus-visible,
.qa-category-button.is-active {
  color: #fff7ec;
  background: #a7663f;
  border-color: #a7663f;
}

.qa-category-button:hover,
.qa-category-button:focus-visible {
  transform: translateY(-1px);
}

.qa-category-button:focus-visible {
  outline: 2px solid rgba(244, 122, 33, 0.45);
  outline-offset: 3px;
}

.qa-phone-panel {
  display: grid;
  min-width: 0;
  gap: 13px;
  padding: 18px;
  color: #241812;
  background: linear-gradient(180deg, #fffaf3 0%, #f7ecdf 100%);
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.25);
}

.qa-phone-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.qa-phone-title {
  flex: 0 0 auto;
  color: #241812;
  font-size: 20px;
  line-height: 1.2;
}

.qa-head-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  min-width: 0;
}

.qa-head-link {
  appearance: none;
  display: grid;
  gap: 3px;
  min-width: 78px;
  padding: 7px 9px;
  border: 1px solid rgba(227, 199, 170, 0.86);
  border-radius: 12px;
  color: #8a5635;
  background: rgba(255, 253, 249, 0.82);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.qa-head-link span {
  color: #8d7562;
  font-size: 11px;
  line-height: 1;
}

.qa-head-link strong {
  color: #3f2819;
  font-size: 12px;
  line-height: 1.12;
  white-space: nowrap;
}

.qa-head-link:hover,
.qa-head-link:focus-visible,
.qa-head-link.is-active {
  color: #fffaf3;
  background: #f47a21;
  border-color: #f47a21;
}

.qa-head-link:hover,
.qa-head-link:focus-visible {
  transform: translateY(-1px);
}

.qa-head-link:hover span,
.qa-head-link:focus-visible span,
.qa-head-link.is-active span,
.qa-head-link:hover strong,
.qa-head-link:focus-visible strong,
.qa-head-link.is-active strong {
  color: #fffaf3;
}

.qa-head-link:focus-visible {
  outline: 2px solid rgba(244, 122, 33, 0.35);
  outline-offset: 3px;
}

.qa-phone-panel .qa-tab-row .qa-category-button {
  color: #8a5635;
  background: #fffdf9;
  border-color: #e3c7aa;
}

.qa-phone-panel .qa-tab-row .qa-category-button:hover,
.qa-phone-panel .qa-tab-row .qa-category-button:focus-visible,
.qa-phone-panel .qa-tab-row .qa-category-button.is-active {
  color: #fffaf3;
  background: #f47a21;
  border-color: #f47a21;
}

.qa-carousel-track {
  display: grid;
  gap: 10px;
  max-height: min(56vh, 540px);
  overflow-y: auto;
  padding-right: 4px;
  scroll-snap-type: y proximity;
  scrollbar-color: rgba(209, 167, 124, 0.7) transparent;
}

.qa-carousel-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  min-height: 92px;
  padding: 14px 16px;
  border: 1px solid #ead7c4;
  border-radius: 15px;
  color: #241812;
  background: #fffdf9;
  box-shadow: 0 12px 28px rgba(98, 64, 37, 0.08);
  scroll-snap-align: start;
  scroll-margin-top: 112px;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.qa-carousel-card.is-targeted {
  border-color: #f47a21;
  box-shadow:
    0 16px 34px rgba(244, 122, 33, 0.16),
    0 0 0 3px rgba(244, 122, 33, 0.14);
  transform: translateY(-2px);
}

.qa-mark {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fffaf3;
  background: #f47a21;
  font-weight: 800;
}

.qa-carousel-card h2 {
  margin: 0 0 6px;
  color: #241812;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.28;
}

.qa-carousel-card p {
  margin: 0;
  color: #5f5045;
  line-height: 1.62;
}

.qa-carousel-card strong {
  color: #332016;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
  background: rgba(27, 21, 17, 0.82);
}

.faq-question {
  width: 100%;
  padding: 22px 24px;
  border: 0;
  color: var(--ink);
  background: transparent;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  float: right;
  color: var(--accent-soft);
  font-size: 20px;
}

.faq-item.open .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 0 24px 22px;
}

.faq-item.open .faq-answer {
  display: block;
}

.contact-stage {
  display: grid;
  grid-template-columns: 1fr 0.94fr;
  gap: 22px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(40, 30, 24, 0.98), rgba(18, 14, 12, 0.98)),
    radial-gradient(circle at top right, rgba(209, 167, 124, 0.16), transparent 26%);
}

.contact-side {
  display: grid;
  gap: 14px;
  align-content: start;
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.contact-actions .button {
  width: 100%;
}

.contact-checklist {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.contact-checklist li,
.contact-detail,
.detail-stats div,
.detail-faq article {
  padding: 15px 17px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
}

.footer {
  padding: 22px 4px 0;
  color: var(--ink-muted);
  font-size: 13px;
}

.footer p {
  margin: 8px 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 16px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.motion-ready .reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 720ms ease, transform 720ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-immediate {
  opacity: 1;
  transform: none;
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.breadcrumb a {
  color: var(--accent);
  text-decoration: none;
}

.detail-hero {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 22px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(24, 19, 16, 0.98), rgba(17, 13, 11, 0.92)),
    radial-gradient(circle at top right, rgba(209, 167, 124, 0.12), transparent 24%);
}

.detail-media {
  aspect-ratio: 1620 / 880;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.78), rgba(226, 218, 208, 0.7) 58%, rgba(47, 36, 30, 0.36) 100%),
    rgba(255, 255, 255, 0.03);
}

.detail-media img {
  animation: detailImageFloat 9s ease-in-out infinite alternate;
}

.detail-copy {
  display: grid;
  align-content: start;
  gap: 14px;
}

.detail-stats {
  display: grid;
  gap: 12px;
}

.detail-card ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  list-style: disc;
  color: var(--ink-soft);
  line-height: 1.78;
}

.detail-grid {
  grid-template-columns: repeat(2, 1fr);
}

.detail-scene {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 44px;
  align-items: stretch;
  padding: 22px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(24, 19, 16, 0.96), rgba(12, 9, 8, 0.9)),
    radial-gradient(circle at 20% 0%, rgba(209, 167, 124, 0.12), transparent 26%);
}

.detail-scene-media {
  aspect-ratio: 1620 / 880;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}

.detail-scene-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.detail-scene-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  min-width: 0;
  padding: 22px 28px;
}

.detail-scene-copy h2 {
  margin: 0;
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.detail-scene-copy p:not(.eyebrow) {
  max-width: 48ch;
  margin: 0;
  color: rgba(247, 234, 218, 0.78);
  line-height: 1.78;
}

.detail-faq {
  display: grid;
  gap: 12px;
}

.detail-footer-note {
  margin-top: 14px;
}

@keyframes auraDrift {
  from {
    transform: translate3d(-2%, 0, 0) scale(0.98);
  }
  to {
    transform: translate3d(3%, -1.5%, 0) scale(1.03);
  }
}

@keyframes routeLine {
  0%,
  100% {
    transform: scaleX(0.5);
    opacity: 0.3;
  }
  50% {
    transform: scaleX(1);
    opacity: 0.9;
  }
}

@keyframes sceneDrift {
  from {
    transform: scale(1.04) translate3d(-1%, 0, 0);
  }
  to {
    transform: scale(1.08) translate3d(1.5%, -1%, 0);
  }
}

@keyframes detailImageFloat {
  from {
    transform: scale(1) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.04) translate3d(1%, -1%, 0);
  }
}

@keyframes stageFloatSoft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -10px, 0);
  }
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .industry-carousel {
    overflow-y: auto;
    mask-image: none;
  }

  .industry-carousel-track {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .hero-cinema,
  .brand-scene,
  .spotlight-stage,
  .contact-stage,
  .detail-hero,
  .detail-scene,
  .detail-grid,
  .signal-ribbon,
  .cinema-grid,
  .proof-grid,
  .routes-grid,
  .industry-layout,
  .consultation-panel,
  .industry-list-page,
  .qa-carousel-page,
  .section-heading-split,
  .product-gallery {
    grid-template-columns: 1fr;
  }

  .brand-scene {
    align-items: end;
  }

  .brand-scene-copy {
    grid-column: 1;
  }

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

  .hero-stage {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: auto;
  }

  .stage-panel-main {
    inset: auto;
    grid-row: auto;
    min-height: auto;
  }

  .stage-panel-support {
    min-height: 280px;
  }

  .section-note {
    max-width: 60ch;
  }

  .product-confirmation-bar,
  .product-local-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .manual-spec-primary,
  .manual-spec-card-compact .manual-spec-primary,
  .manual-spec-card-hero .manual-spec-primary {
    grid-template-columns: 1fr;
  }

  .manual-spec-primary span {
    border-right: 0;
    border-bottom: 1px solid rgba(var(--product-accent, 209, 167, 124), 0.16);
  }

  .manual-spec-grid,
  .manual-spec-card-compact .manual-spec-grid {
    grid-template-columns: 1fr;
  }

  .product-feature-media {
    aspect-ratio: 1.55 / 1;
  }

  .product-reel-card {
    grid-template-columns: 140px minmax(0, 1fr);
  }

  .qa-carousel-copy h1 {
    max-width: 12em;
  }
}

@media (max-width: 760px) {
  .page-shell {
    padding-inline: 12px;
  }

  .topbar {
    position: static;
    display: grid;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 28px;
    padding: 16px;
  }

  .brand-lockup {
    min-width: 0;
  }

  .nav {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 12px;
    overflow-x: hidden;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .hero-cinema,
  .brand-scene,
  .contact-stage,
  .detail-hero,
  .detail-scene,
  .spotlight-stage,
    .cinema-card,
    .signal-card,
    .proof-card,
    .route-card,
    .industry-card,
    .factory-digest,
    .consultation-panel,
    .qa-carousel-page,
    .qa-phone-panel,
    .detail-card {
    padding: 22px;
    max-width: 100%;
  }

  .industry-carousel {
    height: min(70vh, 620px);
    min-height: 500px;
  }

  .industry-carousel .industry-card {
    min-height: 190px;
  }

  .industry-carousel .industry-card h3 {
    font-size: clamp(19px, 6vw, 25px);
  }

  .hero-cinema,
  .brand-scene,
  .contact-stage,
  .detail-hero,
  .detail-scene,
  .consultation-panel,
  .spotlight-stage {
    overflow: hidden;
  }

  .hero-cinema {
    gap: 16px;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(32px, 9.2vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.028em;
  }

  .hero-copy h1 .hero-title-sub {
    max-width: none;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .lead {
    margin: 14px 0 18px;
    line-height: 1.72;
  }

  .hero-actions {
    margin-top: 4px;
  }

  .hero-stage {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 0;
  }

  .phone-rail {
    display: none;
  }

  .stage-panel-main {
    inset: auto;
    grid-row: auto;
    min-height: auto;
  }

  .stage-panel-support {
    min-height: 210px;
  }

  .stage-proof {
    position: static;
    display: block;
    width: auto;
    padding: 16px;
  }

  .stage-proof strong {
    font-size: 18px;
  }

  .stage-proof p {
    display: none;
  }

  .stage-proof-grid {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .stage-caption {
    top: 12px;
    right: auto;
    bottom: auto;
    left: 12px;
    width: min(330px, calc(100% - 24px));
    display: grid;
    gap: 6px;
    padding: 12px;
  }

  .stage-caption span {
    font-size: 11px;
  }

  .stage-caption strong {
    font-size: 14px;
    text-align: left;
  }

  .stage-panel-main,
  .stage-panel-support {
    animation: stageFloatSoft 5.5s ease-in-out infinite alternate;
  }

  .stage-panel-support {
    animation-delay: 500ms;
  }

  .brand-scene {
    min-height: 420px;
  }

  .brand-scene-copy {
    padding: 24px;
    background: rgba(15, 12, 10, 0.48);
  }

  .brand-scene-copy h2,
  .detail-scene-copy h2 {
    font-size: 28px;
  }

  .brand-scene-copy p:not(.eyebrow),
  .detail-scene-copy p:not(.eyebrow) {
    line-height: 1.68;
  }

  .detail-scene-media {
    min-height: 240px;
  }

  .detail-scene-copy {
    padding: 4px;
  }

  .spotlight-image-wrap {
    min-height: unset;
  }

  .selector-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .selector-card strong {
    font-size: 18px;
  }

  .section-heading h2,
  .contact-stage h2,
  .detail-copy h1,
  .spotlight-copy h3 {
    font-size: 30px;
  }

  .phone-rail,
  .hero-actions,
  .spotlight-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button,
  .spotlight-actions .button,
  .phone-rail a {
    width: 100%;
  }

    .product-gallery {
    grid-template-columns: 1fr;
  }

  .qa-carousel-page {
    gap: 18px;
  }

  .qa-phone-panel {
    padding: 16px;
  }

  .qa-phone-head {
    display: grid;
    gap: 12px;
  }

  .qa-head-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    overflow: visible;
    padding: 0;
    margin-inline: 0;
  }

  .qa-head-link {
    min-width: 0;
    padding-inline: 9px;
  }

  .qa-head-link:last-child {
    grid-column: 1 / -1;
  }

  .qa-carousel-track {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .qa-carousel-card {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 0;
    padding: 16px;
  }

  .qa-carousel-card h2 {
    font-size: 18px;
  }

  .product-feature-card {
    padding: 16px;
    border-radius: 28px;
  }

  .product-confirmation-bar {
    gap: 12px;
    margin-bottom: 16px;
    padding-block: 14px;
  }

  .product-confirmation-bar strong {
    font-size: 13px;
  }

  .product-confirmation-bar p {
    font-size: 13px;
    line-height: 1.62;
  }

  .product-status {
    font-size: 10px;
    letter-spacing: 0.03em;
  }

  .manual-spec-card {
    gap: 7px;
  }

  .manual-spec-primary span,
  .manual-spec-card-compact .manual-spec-primary span {
    padding: 8px 10px;
    font-size: 10.5px;
  }

  .manual-spec-primary strong,
  .manual-spec-card-compact .manual-spec-primary strong {
    padding: 10px;
    font-size: 15.5px;
  }

  .manual-spec-card-hero .manual-spec-primary strong {
    font-size: 20px;
  }

  .manual-spec-grid,
  .manual-spec-card-compact .manual-spec-grid {
    gap: 6px;
  }

  .manual-spec-grid div,
  .manual-spec-card-compact .manual-spec-grid div,
  .manual-spec-card-hero .manual-spec-grid div {
    padding: 9px 10px;
    border-radius: 12px;
  }

  .manual-spec-grid dd,
  .manual-spec-card-hero .manual-spec-grid dd {
    font-size: 12px;
  }

  .product-local-heading {
    gap: 12px;
    margin-top: 30px;
    padding-top: 22px;
  }

  .product-feature-media {
    aspect-ratio: 1.22 / 1;
    border-radius: 22px;
  }

  .product-feature-copy h3 {
    font-size: 40px;
  }

  .product-feature-meta div,
  .product-reel-card {
    grid-template-columns: 1fr;
  }

  .product-reel-card {
    gap: 14px;
    min-height: 0;
    padding: 16px;
    border-radius: 24px;
  }

  .product-reel-card figure {
    aspect-ratio: 1.5 / 1;
  }

  .consultation-actions {
    display: grid;
  }

  .consultation-actions .button {
    width: 100%;
  }
}

@media (max-width: 1180px) {
  .brand-home .hero-brand-showcase,
  .brand-entry-row,
  .proof-entry-section {
    grid-template-columns: 1fr;
  }

  .brand-home .hero-brand-showcase {
    min-height: auto;
  }

  .proof-entry-actions {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .site-announcement {
    display: grid;
    gap: 6px;
    text-align: center;
    font-size: 12px;
  }

  .brand-home .topbar-brand {
    position: static;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
    border-radius: 0;
    padding: 16px 12px;
  }

  .topbar-brand .brand-lockup {
    order: -1;
    min-width: 0;
  }

  .topbar-brand .nav-left,
  .topbar-brand .nav-right {
    justify-content: center;
  }

  .topbar-brand .nav {
    gap: 9px 13px;
  }

  .topbar-brand .nav a {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .brand-home .hero-brand-showcase {
    padding: 22px;
    border-radius: 0;
  }

  .brand-home .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(54px, 17vw, 78px);
    line-height: 0.94;
  }

  .brand-home .hero-title-brand {
    font-size: clamp(24px, 8vw, 34px);
    letter-spacing: 0.12em;
  }

  .brand-home .hero-copy h1 .hero-title-sub {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .collection-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .collection-tabs a {
    flex: 0 0 auto;
  }

  .brand-entry-card {
    min-height: 142px;
    padding: 20px;
  }

  .proof-entry-section {
    padding: 22px;
  }

  .proof-entry-copy h2 {
    max-width: 100%;
    font-size: 31px;
  }

  .proof-entry-actions {
    min-width: 0;
  }

  .product-card-link {
    width: 100%;
  }
}

/* 2026-07-02 shared light system for public evidence pages */
.site-redesign-v2 .factory-button--primary {
  color: #fff;
}

.site-redesign-v2 .factory-button--light {
  color: #5a3023;
}

.site-redesign-v2 .factory-button:focus-visible,
.site-redesign-v2 .factory-nav a:focus-visible,
.site-redesign-v2 .factory-header__phones a:focus-visible,
.site-redesign-v2 .factory-phone-strip a:focus-visible,
.site-redesign-v2 .factory-contact__phones a:focus-visible {
  outline: 3px solid rgba(159, 51, 71, 0.34);
  outline-offset: 3px;
}

.factory-subpage {
  --factory-ink: #2f241f;
  --factory-muted: #6f625b;
  --factory-cream: #f8f1e8;
  --factory-paper: #fffaf3;
  --factory-cocoa: #6c3f2d;
  --factory-berry: #9f3347;
  --factory-green: #2f6a54;
  --factory-blue: #dcebf1;
  --factory-line: rgba(47, 36, 31, 0.16);
  --factory-shadow: 0 18px 48px rgba(62, 42, 30, 0.14);
  margin: 0;
  min-height: 100dvh;
  background: linear-gradient(180deg, #fffaf3 0%, #f8f1e8 58%, #efe6dc 100%);
  color: var(--factory-ink);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif;
  letter-spacing: 0;
}

.factory-subpage *,
.factory-subpage *::before,
.factory-subpage *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

.factory-subpage::before {
  display: none;
}

.factory-subpage a {
  color: inherit;
}

.factory-subpage .page-shell {
  max-width: 1180px;
  padding-inline: 28px;
  padding-bottom: 56px;
}

.factory-subpage.qa-page-body .page-shell {
  max-width: 1180px;
}

.factory-subpage .topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  margin: 0 -28px 34px;
  min-height: 72px;
  padding: 0 28px;
  border: 0;
  border-bottom: 1px solid var(--factory-line);
  border-radius: 0;
  background: rgba(255, 250, 243, 0.94);
  box-shadow: none;
  color: var(--factory-ink);
  backdrop-filter: blur(16px);
}

.factory-subpage.is-scrolled .topbar,
body.is-scrolled.factory-subpage .topbar {
  padding-block: 0;
  background: rgba(255, 250, 243, 0.96);
}

.factory-subpage .brand-lockup {
  display: grid;
  gap: 1px;
  min-width: 150px;
  color: var(--factory-ink);
}

.factory-subpage .brand-kicker {
  color: var(--factory-cocoa);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.factory-subpage .brand-lockup strong {
  margin-top: 0;
  color: var(--factory-ink);
  font-family: "Times New Roman", "Noto Serif SC", serif;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0;
}

.factory-subpage .nav {
  gap: 18px 24px;
}

.factory-subpage .nav a {
  color: var(--factory-muted);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.factory-subpage .nav a:hover {
  color: var(--factory-berry);
}

.factory-subpage .section {
  margin-top: 56px;
  scroll-margin-top: 92px;
}

.factory-subpage .detail-hero,
.factory-subpage .detail-scene,
.factory-subpage .detail-grid,
.factory-subpage .contact-stage,
.factory-subpage .qa-carousel-page,
.factory-subpage .industry-page,
.factory-subpage .product-gallery {
  border: 1px solid var(--factory-line);
  border-radius: 8px;
  background: var(--factory-paper);
  box-shadow: var(--factory-shadow);
}

.factory-subpage .detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 44px);
  align-items: center;
  padding: 32px;
  overflow: hidden;
}

.factory-subpage .detail-scene {
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  gap: clamp(22px, 3vw, 40px);
  align-items: center;
  overflow: hidden;
}

.factory-subpage .detail-media,
.factory-subpage .detail-scene-media {
  margin: 0;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  aspect-ratio: 1.46 / 1;
  overflow: hidden;
  border: 1px solid var(--factory-line);
  border-radius: 8px;
  background: #efe2d6;
}

.factory-subpage .detail-media img,
.factory-subpage .detail-scene-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  animation: none;
}

.factory-subpage .detail-copy,
.factory-subpage .detail-scene-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  color: var(--factory-ink);
}

.factory-subpage .breadcrumb {
  color: var(--factory-muted);
}

.factory-subpage .breadcrumb a {
  color: var(--factory-berry);
  text-decoration: none;
}

.factory-subpage .eyebrow,
.factory-subpage .signal-label,
.factory-subpage .hero-pill {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--factory-berry);
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  text-transform: none;
}

.factory-subpage .detail-copy h1,
.factory-subpage .section-heading h2,
.factory-subpage .contact-stage h2,
.factory-subpage .qa-carousel-copy h1,
.factory-subpage .detail-scene-copy h2 {
  color: var(--factory-ink);
  font-family: "Times New Roman", "Noto Serif SC", serif;
  letter-spacing: 0;
  text-wrap: balance;
}

.factory-subpage .detail-copy h1 {
  max-width: 13em;
  font-size: clamp(34px, 3.45vw, 52px);
  line-height: 1.08;
}

.factory-subpage .detail-copy p,
.factory-subpage .detail-scene-copy p,
.factory-subpage .section-note,
.factory-subpage .detail-card,
.factory-subpage .footer,
.factory-subpage .industry-policy p,
.factory-subpage .qa-carousel-card p {
  color: var(--factory-muted);
  line-height: 1.82;
}

.factory-subpage .hero-actions,
.factory-subpage .spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.factory-subpage .button {
  min-height: 46px;
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0;
}

.factory-subpage .button-primary {
  color: #fff;
  background: var(--factory-berry);
  box-shadow: 0 10px 24px rgba(159, 51, 71, 0.18);
}

.factory-subpage a.button.button-primary,
.factory-subpage a.button.button-primary:link,
.factory-subpage a.button.button-primary:visited {
  color: #fffaf4 !important;
  -webkit-text-fill-color: #fffaf4;
}

.factory-subpage a.button.button-primary:hover,
.factory-subpage a.button.button-primary:focus-visible {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  background: #8f2d42;
}

.factory-subpage .button-secondary {
  color: #5a3023;
  border-color: rgba(108, 63, 45, 0.34);
  background: #fff4e4;
}

.factory-subpage .button:hover {
  transform: translateY(-1px);
}

.factory-subpage .manual-spec-card,
.factory-subpage .detail-card,
.factory-subpage .route-card,
.factory-subpage .proof-card,
.factory-subpage .faq-item,
.factory-subpage .industry-card,
.factory-subpage .factory-digest,
.factory-subpage .industry-policy,
.factory-subpage .qa-phone-panel,
.factory-subpage .qa-carousel-card {
  border: 1px solid var(--factory-line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: none;
  color: var(--factory-ink);
}

.factory-subpage .detail-card,
.factory-subpage .industry-card,
.factory-subpage .factory-digest,
.factory-subpage .industry-policy {
  padding: 22px;
}

.factory-subpage .manual-spec-primary,
.factory-subpage .manual-spec-grid div,
.factory-subpage .product-confirmation-bar,
.factory-subpage .entity-proof-line {
  border-color: var(--factory-line);
  background: #f8f1e8;
  color: var(--factory-ink);
}

.factory-subpage .manual-spec-grid .manual-price-cell {
  border-color: rgba(171, 49, 73, 0.24);
  background:
    linear-gradient(135deg, rgba(171, 49, 73, 0.08), rgba(255, 250, 243, 0.82)),
    #fffaf3;
}

.factory-subpage .manual-spec-grid .manual-price-cell dt {
  color: #8b3040;
}

.factory-subpage .manual-spec-grid .manual-price-cell dd {
  color: #9f2f48;
}

.factory-subpage .manual-spec-grid .manual-status-cell {
  border-color: rgba(54, 112, 71, 0.24);
  background:
    linear-gradient(135deg, rgba(55, 126, 76, 0.08), rgba(255, 253, 248, 0.82)),
    #fbfff8;
}

.factory-subpage .manual-spec-grid .manual-status-cell dt {
  color: #3a6d49;
}

.factory-subpage .manual-spec-grid .manual-status-cell dd {
  color: #2f6f45;
}

.factory-subpage .manual-spec-primary strong,
.factory-subpage .manual-spec-grid dd,
.factory-subpage .detail-card h2,
.factory-subpage .industry-card h3,
.factory-subpage .factory-digest h3,
.factory-subpage .qa-phone-title,
.factory-subpage .qa-carousel-card h2 {
  color: var(--factory-ink);
}

.factory-subpage .manual-spec-primary span,
.factory-subpage .manual-spec-grid dt,
.factory-subpage .industry-meta,
.factory-subpage .qa-mark,
.factory-subpage .qa-head-link span {
  color: var(--factory-muted);
}

.factory-subpage .manual-spec-grid .manual-price-cell dt {
  color: #8b3040;
}

.factory-subpage .manual-spec-grid .manual-price-cell dd {
  color: #9f2f48;
  font-weight: 800;
}

.factory-subpage .manual-spec-grid .manual-status-cell dt {
  color: #3a6d49;
}

.factory-subpage .manual-spec-grid .manual-status-cell dd {
  color: #2f6f45;
  font-weight: 800;
}

.factory-subpage .qa-carousel-page {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 22px;
  padding: 28px;
}

.factory-subpage .qa-mini-stats,
.factory-subpage .qa-tab-row,
.factory-subpage .qa-head-links {
  gap: 8px;
}

.factory-subpage .qa-category-button,
.factory-subpage .qa-head-link {
  border: 1px solid var(--factory-line);
  color: var(--factory-cocoa);
  background: #fffaf3;
}

.factory-subpage .qa-category-button.is-active,
.factory-subpage .qa-head-link:hover,
.factory-subpage .qa-head-link:focus-visible {
  color: #fff;
  background: var(--factory-berry);
  border-color: var(--factory-berry);
}

.factory-subpage .qa-carousel-track {
  max-height: 640px;
}

.factory-subpage .qa-carousel-card {
  min-height: 132px;
}

.factory-subpage .lead,
.factory-subpage .qa-carousel-copy p,
.factory-subpage .detail-card p,
.factory-subpage .detail-card li,
.factory-subpage .detail-card a,
.factory-subpage .entity-proof-line {
  color: var(--factory-muted);
}

.factory-subpage .detail-card strong,
.factory-subpage .qa-carousel-copy strong,
.factory-subpage .entity-proof-line strong {
  color: var(--factory-ink);
}

.factory-subpage .detail-card ul,
.factory-subpage .detail-card ol {
  display: grid;
  gap: 8px;
  padding-left: 1.15em;
}

.factory-subpage .qa-carousel-copy {
  align-content: start;
}

.factory-subpage .qa-phone-panel {
  overflow: visible;
}

.factory-subpage .qa-phone-head {
  gap: 14px;
}

.factory-subpage.qa-page-body .qa-phone-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.factory-subpage.qa-page-body .qa-head-links,
.factory-subpage.qa-page-body .qa-tab-row {
  display: none;
}

.factory-subpage.qa-page-body .qa-phone-head {
  margin-bottom: 12px;
}

.factory-subpage.qa-page-body .entity-proof-line {
  padding: 18px;
  font-size: 14px;
  line-height: 1.76;
}

.factory-subpage.qa-page-body .qa-carousel-card {
  min-height: 116px;
}

.motion-ready .factory-subpage .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.factory-subpage .industry-tags span {
  border-color: rgba(47, 36, 31, 0.14);
  color: var(--factory-green);
  background: var(--factory-blue);
}

.factory-subpage .footer {
  margin-top: 56px;
  padding: 28px 0 0;
  border-top: 1px solid var(--factory-line);
}

.factory-subpage .footer-links a {
  color: var(--factory-berry);
  text-decoration: none;
}

@media (max-width: 980px) {
  .factory-subpage .topbar {
    display: grid;
    gap: 12px;
    justify-items: center;
    padding: 14px 18px;
  }

  .factory-subpage .nav {
    justify-content: center;
  }

  .factory-subpage .detail-hero,
  .factory-subpage .detail-scene,
  .factory-subpage .detail-grid,
  .factory-subpage .qa-carousel-page {
    grid-template-columns: 1fr;
  }

  .factory-subpage .detail-media,
  .factory-subpage .detail-scene-media {
    min-height: 260px;
  }
}

@media (max-width: 640px) {
  .factory-header__inner {
    gap: 10px;
    padding: 12px 18px;
  }

  .factory-header__phones {
    display: none;
  }

  .factory-hero {
    min-height: 610px;
  }

  .factory-hero__content {
    padding: 118px 18px 34px;
  }

  .factory-phone-strip {
    gap: 8px;
  }

  .factory-subpage .page-shell {
    padding-inline: 14px;
  }

  .factory-subpage .topbar {
    margin-inline: -14px;
    border-radius: 0;
  }

  .factory-subpage .detail-hero,
  .factory-subpage .detail-scene,
  .factory-subpage .detail-grid,
  .factory-subpage .contact-stage,
  .factory-subpage .qa-carousel-page,
  .factory-subpage .industry-page,
  .factory-subpage .product-gallery {
    padding: 20px;
  }

  .factory-subpage .detail-copy h1,
  .factory-subpage .qa-carousel-copy h1 {
    max-width: none;
    font-size: 32px;
  }

  .factory-subpage .hero-actions,
  .factory-subpage .spotlight-actions {
    display: grid;
  }

  .factory-subpage .button {
    width: 100%;
  }

  .factory-subpage .qa-head-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }

  .factory-subpage .qa-head-link {
    min-width: 0;
  }

  .factory-subpage .qa-carousel-track {
    max-height: none;
    overflow: visible;
    padding-right: 0;
    scroll-snap-type: none;
  }

  .factory-subpage .qa-carousel-card {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 0;
    padding: 16px;
  }
}
