@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/manrope-400.ttf") format("truetype");
}

/* Keep every content-card component visually consistent across the site. */
body :is(
  .trust-grid article,
  .category-feature-card,
  .category-path-card,
  .category-card-grid a,
  .process-grid article,
  .product-card,
  .category-panel,
  .empty-state,
  .home-gallery-viewer-panel,
  .about-video-card,
  .about-video-preview,
  .about-video-preview img,
  .factory-archive,
  .factory-archive-tab,
  .factory-archive-stage,
  .factory-lightbox-panel,
  .factory-lightbox-card,
  .factory-image-panel,
  .factory-image-stage,
  .company-card,
  .company-card div,
  .contact-message-header,
  .contact-message-form,
  .contact-card,
  .inquiry-form,
  .download-card,
  .gallery,
  .image-zoom,
  .detail-tabs > article,
  .video-display-card,
  .video-protocol-note
) {
  border-radius: 12px !important;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/manrope-500.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../font/manrope-600.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/manrope-700.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../font/manrope-800.ttf") format("truetype");
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/playfair-display-700.ttf") format("truetype");
}

:root {
  --red: #55bdb4;
  --red-dark: #399b94;
  --ink: #24324b;
  --muted: #55657f;
  --line: #cfdce4;
  --paper: #fffaf6;
  --soft: #eef7f5;
  --blue: #d9ecf2;
  --pink: #f3b4c3;
  --mint: #d9f1eb;
  --surface: #fff6f2;
  --surface-strong: #fffdfb;
  --surface-cool: #edf8f6;
  --shadow: 0 22px 64px rgba(36, 50, 75, 0.16);
  --radius: 24px;
  --header-offset: 108px;
  --background: #f4f4f4;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  background:var(--background);
}

body.drawer-open {
  overflow: hidden;
}

body.video-modal-open {
  overflow: hidden;
}

body.factory-lightbox-open {
  overflow: hidden;
}

body.gallery-viewer-open {
  overflow: hidden;
}

body.category-filter-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input,
textarea {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.container--catalog {
  width: min(100%, calc(100% - 360px));
  max-width: none;
  margin: 0 auto;
}

.container--catalog .product-grid,
.container--catalog .home-category-grid,
.container--catalog .home-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.container--catalog .home-hot-track {
  gap: 22px;
}

.container--catalog .home-hot-track .product-card {
  flex: 0 0 calc((100% - 44px) / 3);
}

.container--catalog .product-body {
  padding: 18px 18px 20px;
}

.container--catalog .product-body h3 {
  font-size: 17px;
  line-height: 1.35;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 2000;
  background: rgba(255, 250, 247, 0.95);
  border-bottom: 1px solid rgba(233, 237, 244, 0.9);
  backdrop-filter: blur(18px);
}

.utility-bar {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  padding: 8px min(40px, 4vw);
  color: #fff;
  font-size: 13px;
  background: var(--ink);
}

.utility-bar a:hover,
.site-footer a:hover {
  color: var(--red);
}

.navbar {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 50px;
  width: 100%;
  min-height: 78px;
  margin: 0 auto;
  padding-left: max(16px, calc((100vw - 1220px) / 2));
  padding-right: 30px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  font-weight: 900;
  line-height: 1;
}

.brand img {
  width: 108px;
  height: 62px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.brand > .brand-name-cn {
  display: block;
  padding-left: 0.2em;
  color: #e95509;
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.navbar > .brand {
  align-self: center;
}

.navbar > .brand img {
  width: 88px;
  height: 48px;
}

.nav-menu {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  justify-items: stretch;
  gap: 0;
  min-width: 0;
  font-size: 16px;
  font-weight: 700;
}

.nav-menu a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 6px;
  text-align: center;
  white-space: nowrap;
}

.nav-menu a::after {
  display: none;
}

.nav-menu a:hover {
  color: var(--red);
}

.nav-menu a.is-current {
  color: var(--red);
}

.nav-search,
.hero-search,
.category-search {
  display: flex;
  align-items: center;
  padding: 5px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(23, 32, 51, 0.06);
}

.nav-search input,
.hero-search input,
.category-search input {
  min-width: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
}

.nav-search input {
  width: 150px;
  padding: 10px 8px 10px 14px;
}

.nav-search {
  position: static;
  z-index: 1;
  justify-self: end;
  margin-left: 0;
  transform: none;
}

.nav-search button,
.hero-search button,
.category-search button {
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  background: var(--red);
  border: 0;
  border-radius: 999px;
}

.nav-search button {
  padding: 10px 16px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 0;
  aspect-ratio: 3.5 / 1;
  overflow: hidden;
  place-items: center;
}

.hero-slider,
.hero-slide,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-controls {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-control {
  position: absolute;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  color: rgba(23, 32, 51, 0.76);
  cursor: pointer;
  pointer-events: auto;
  background: rgba(255, 250, 247, 0.72);
  border: 1px solid rgba(255, 250, 247, 0.9);
  border-radius: 50%;
  box-shadow: 0 18px 38px rgba(23, 32, 51, 0.08);
  backdrop-filter: blur(12px);
  transition:
    transform 0.22s ease,
    color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
  transform: translateY(-50%);
}

.hero-control.prev {
  left: clamp(12px, 1.5vw, 22px);
}

.hero-control.next {
  right: clamp(12px, 1.5vw, 22px);
}

.hero-control svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-control:hover {
  color: var(--red);
  background: rgba(255, 253, 251, 0.92);
  border-color: rgba(85, 189, 180, 0.28);
  box-shadow: 0 22px 42px rgba(85, 189, 180, 0.18);
  transform: translateY(calc(-50% - 2px));
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 246, 242, 0.9) 0%, rgba(255, 246, 242, 0.68) 44%, rgba(255, 246, 242, 0.18) 100%),
    radial-gradient(circle at 12% 20%, rgba(243, 180, 195, 0.52), transparent 19rem);
}

.hero-content {
  position: relative;
  padding: 64px 0;
}

.hero-content .eyebrow,
.hero-content h1,
.hero-content > p:not(.eyebrow),
.hero-content .hero-search,
.hero-content .hero-actions {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  animation: hero-float-up 1.25s cubic-bezier(0.2, 0.85, 0.2, 1) forwards;
}

.hero-content .eyebrow {
  animation-delay: 0.12s;
}

.hero-content h1 {
  animation-delay: 0.3s;
}

.hero-content > p:not(.eyebrow) {
  animation-delay: 0.52s;
}

.hero-content .hero-search {
  animation-delay: 0.74s;
}

.hero-content .hero-actions {
  animation-delay: 0.96s;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

p:not(.eyebrow):not(.form-note):not(.empty-state) {
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
  hyphens: auto;
}

h1,
h2 {
  font-family: "Playfair Display", serif;
  line-height: 1.03;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(46px, 7vw, 92px);
}

.hero-content h1 {
  font-size: clamp(40px, 5.9vw, 65px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.4vw, 40px);
}

.hero-content > p:not(.eyebrow) {
  max-width: 650px;
  color: #3c4658;
  font-size: 17px;
  line-height: 1.8;
}

@keyframes hero-float-up {
  from {
    opacity: 0;
    transform: translate3d(0, 42px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.hero-search {
  width: min(650px, 100%);
  margin: 30px 0 22px;
  padding: 8px;
}

.hero-search input {
  flex: 1;
  padding: 17px 18px;
}

.hero-search button,
.category-search button {
  padding: 15px 22px;
}

.hero-actions,
.about-actions,
.form-actions,
.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 999px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--red-dark), var(--red));
  box-shadow: 0 16px 36px rgba(57, 155, 148, 0.28);
}

.btn-secondary {
  color: var(--ink);
  background: var(--surface-strong);
  border: 1px solid var(--line);
}

.reveal-on-scroll {
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 34px, 0) scale(0.985);
  transition:
    opacity var(--reveal-opacity-duration, 1.72s) ease,
    filter var(--reveal-opacity-duration, 1.72s) ease,
    transform var(--reveal-transform-duration, 1.9s) cubic-bezier(0.16, 0.84, 0.18, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

.reveal-on-scroll.reveal-text {
  transition:
    opacity var(--reveal-opacity-duration, 1.18s) ease,
    filter var(--reveal-opacity-duration, 1.18s) ease,
    transform var(--reveal-transform-duration, 1.32s) cubic-bezier(0.16, 0.84, 0.18, 1);
}

.reveal-on-scroll.reveal-card {
  filter: blur(12px);
  transform: translate3d(0, 48px, 0) scale(0.972);
  transition:
    opacity var(--reveal-opacity-duration, 2.45s) ease,
    filter var(--reveal-opacity-duration, 2.45s) ease,
    transform var(--reveal-transform-duration, 2.72s) cubic-bezier(0.16, 0.84, 0.18, 1);
}

.reveal-left {
  transform: translate3d(-42px, 0, 0) scale(0.985);
}

.reveal-on-scroll.reveal-card.reveal-left {
  transform: translate3d(-56px, 0, 0) scale(0.972);
}

.reveal-on-scroll.is-revealed {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -44px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 18px;
  background: rgba(255, 250, 247, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.trust-grid article {
  padding: 22px;
  background: linear-gradient(135deg, var(--surface-strong), #f2faf8);
  border-radius: 18px;
}

.trust-grid strong {
  display: block;
  margin-bottom: 7px;
  color: var(--red);
  font-size: 25px;
}

.trust-grid span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.section {
  padding: 64px 0;
}

.page-hero {
  position: relative;
  padding: 112px 0 92px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 246, 242, 0.92), rgba(237, 248, 246, 0.72)),
    url("../images/banner/banner-desktop-2.jpg") center / contain no-repeat;
}

.page-hero::after {
  position: absolute;
  right: -100px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  content: "";
  background: radial-gradient(circle, rgba(85, 189, 180, 0.2), transparent 66%);
  border-radius: 50%;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 850px;
  margin-bottom: 20px;
  font-size: clamp(44px, 6vw, 65px);
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: #4c566a;
  font-size: 18px;
  line-height: 1.8;
}

.product-page-hero {
  background:
    linear-gradient(90deg, rgba(255, 246, 242, 0.92), rgba(243, 180, 195, 0.28)),
    url("../images/banner/banner-desktop-1.jpg") center / contain no-repeat;
}

.category-page-hero {
  background:
    linear-gradient(90deg, rgba(255, 246, 242, 0.9), rgba(217, 241, 235, 0.58)),
    url("../images/banner/banner-desktop-2.jpg") center / contain no-repeat;
}

.about-page-hero {
  background:
    linear-gradient(90deg, rgba(255, 246, 242, 0.9), rgba(237, 248, 246, 0.62)),
    url("../images/banner/banner-desktop-3.jpg") center / contain no-repeat;
}

.contact-page-hero,
.download-page-hero {
  background:
    linear-gradient(90deg, rgba(255, 246, 242, 0.9), rgba(243, 180, 195, 0.36)),
    url("../images/banner/banner-desktop-4.jpg") center / contain no-repeat;
}

.page-hero-image-only {
  width: 100%;
  min-height: 0;
  padding: 0;
  aspect-ratio: 3.5 / 1;
  overflow: hidden;
}

.page-hero-image-only::after {
  display: none;
}

.page-hero-image-only.product-page-hero {
  background: url("../images/banner/banner-desktop-1.jpg") center / cover no-repeat;
}

.page-hero-image-only.category-page-hero {
  background: url("../images/banner/banner-desktop-2.jpg") center / cover no-repeat;
}

.page-hero-image-only.about-page-hero {
  background: url("../images/banner/banner-desktop-3.jpg") center / cover no-repeat;
}

.page-hero-image-only.contact-page-hero {
  background: url("../images/banner/banner-desktop-4.jpg") center / cover no-repeat;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 42px;
}

.section-heading p:not(.eyebrow),
.about-grid p,
.contact-grid p,
.detail-panel p,
.detail-tabs p {
  color: var(--muted);
  line-height: 1.8;
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  max-width: none;
}

.hot-products-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.carousel-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: var(--ink);
  cursor: pointer;
  pointer-events: auto;
  background: rgba(255, 250, 247, 0.9);
  border: 1px solid rgba(233, 237, 244, 0.92);
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(23, 32, 51, 0.12);
  backdrop-filter: blur(14px);
  transition:
    transform 0.22s ease,
    color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.carousel-control svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.carousel-control:hover:not(:disabled) {
  color: var(--red);
  background: var(--surface-strong);
  border-color: rgba(85, 189, 180, 0.26);
  box-shadow: 0 22px 42px rgba(85, 189, 180, 0.18);
  transform: translateY(-2px);
}

.carousel-control:disabled {
  opacity: 0.35;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: start;
}

.intro-copy {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.soft-section {
  background: var(--background);
}

.notice-bar {
  background: var(--background);
  border-bottom: 1px solid var(--line);
}

.notice-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 56px;
}

.notice-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: none;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.notice-tag svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.notice-viewport {
  position: relative;
  flex: 1;
  height: 28px;
  overflow: hidden;
}

.notice-track {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.notice-item {
  height: 28px;
  display: flex;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-item a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.notice-item a:hover {
  color: var(--red-dark);
}

@media (max-width: 640px) {
  .notice-inner {
    height: 64px;
    gap: 12px;
  }

  .notice-tag span {
    display: none;
  }

  .notice-tag {
    width: 48px;
    height: 48px;
    justify-content: center;
    padding: 0;
  }

  .notice-viewport,
  .notice-item {
    height: 32px;
  }

  .notice-item {
    font-size: 14px;
    line-height: 32px;
  }

  .notice-item a {
    font-size: 14px;
  }
}

.home-hot-section {
  background: transparent;
}

.home-grid {
  grid-template-columns: repeat(4, 1fr);
}

.category-studio-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(85, 189, 180, 0.16), transparent 20rem),
    radial-gradient(circle at 90% 12%, rgba(243, 180, 195, 0.34), transparent 20rem),
    linear-gradient(180deg, var(--surface) 0%, var(--surface-cool) 100%);
}

.category-studio-section::before {
  position: absolute;
  top: 90px;
  right: max(24px, calc((100vw - 1180px) / 2));
  width: 170px;
  height: 170px;
  content: "";
  background:
    linear-gradient(90deg, rgba(23, 32, 51, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(23, 32, 51, 0.06) 1px, transparent 1px);
  background-size: 18px 18px;
  border-radius: 36px;
  transform: rotate(8deg);
}

.category-studio-section .split-heading {
  position: relative;
  z-index: 1;
}

.category-studio-section .split-heading > p {
  max-width: 520px;
}

.category-studio {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(330px, 0.95fr) 1.45fr;
  gap: 24px;
  align-items: stretch;
}

.category-feature-card,
.category-path-card {
  position: relative;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(233, 237, 244, 0.9);
  box-shadow: 0 22px 58px rgba(23, 32, 51, 0.1);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.category-feature-card:hover,
.category-path-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.category-feature-card {
  min-height: 560px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(23, 32, 51, 0.08) 0%, rgba(23, 32, 51, 0.88) 100%),
    url("../images/banner/banner-desktop-3.jpg") center / cover;
  border-radius: 34px;
}

.category-feature-card h3 {
  max-width: 520px;
  margin-bottom: 14px;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.02;
}

.category-feature-card p {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.category-kicker {
  position: absolute;
  top: 28px;
  left: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 9px 13px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
}

.category-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 18px 0 24px;
}

.category-chip-row span {
  padding: 8px 11px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.category-feature-card strong,
.category-path-card span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-weight: 900;
}

.category-feature-card strong::after,
.category-path-card span::after {
  margin-left: 10px;
  content: "→";
}

.category-path-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.category-path-card {
  min-height: 250px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: var(--ink);
  background: #fff;
  border-radius: 28px;
}

.category-path-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.94) 62%),
    var(--category-image) center / cover;
  opacity: 0.92;
  transition: transform 0.35s ease;
}

.category-path-card:hover::before {
  transform: scale(1.05);
}

.category-path-card > * {
  position: relative;
  z-index: 1;
}

.category-path-card small {
  width: fit-content;
  margin-bottom: 44px;
  padding: 7px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--red);
  border-radius: 999px;
}

.category-path-card h3 {
  margin-bottom: 8px;
  font-size: 23px;
  line-height: 1.08;
}

.category-path-card p {
  margin-bottom: 16px;
  color: #566176;
  line-height: 1.62;
}

.category-path-card span {
  color: var(--red);
  font-size: 14px;
}

.planner-card {
  --category-image: url("../images/products/k2-calendar-board-1723.jpg");
  grid-column: span 3;
}

.cork-card {
  --category-image: url("../images/products/natural-cork-board.jpg");
  grid-column: span 3;
}

.mobile-card {
  --category-image: url("../images/banner/banner-desktop-2.jpg");
  grid-column: span 2;
  min-height: 292px;
}

.sticker-card {
  --category-image: url("../images/products/wall-note-board-03.jpg");
  grid-column: span 2;
  min-height: 292px;
}

.accessory-card {
  --category-image: url("../images/banner/banner-desktop-3.jpg");
  grid-column: span 2;
  min-height: 292px;
}

.category-card-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.category-card-grid a,
.process-grid article {
  min-height: 245px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.category-card-grid a:hover,
.process-grid article:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.category-card-grid span,
.process-step-number {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 26px;
  color: #fff;
  font-weight: 900;
  background: var(--red);
  border-radius: 50%;
  place-items: center;
}

.process-step-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}

.process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  color: rgba(255, 255, 255, 0.98);
  background: linear-gradient(135deg, rgba(57, 155, 148, 0.96), rgba(85, 189, 180, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  box-shadow: 0 20px 46px rgba(57, 155, 148, 0.24);
  backdrop-filter: blur(8px);
  margin-inline: auto;
}

.process-icon svg {
  width: 50px;
  height: 50px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.category-card-grid p,
.process-grid p {
  color: var(--muted);
  line-height: 1.75;
}

.process-section {
  background:
    linear-gradient(135deg, rgba(23, 32, 51, 0.92), rgba(23, 32, 51, 0.86)),
    url("../images/banner/banner-desktop-2.jpg") center / cover;
  color: #fff;
}

.process-section .section-heading p:not(.eyebrow),
.process-section .process-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.process-section .process-grid article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.cta-band {
  padding: 70px 0;
  color: #fff;
  background: linear-gradient(135deg, #399b94, #55bdb4);
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}

.cta-grid h2 {
  margin-bottom: 10px;
}

.cta-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.cta-grid .eyebrow {
  color: #fff;
}

.cta-grid .btn-primary {
  color: var(--red);
  background: #fff;
  box-shadow: 0 16px 36px rgba(23, 32, 51, 0.16);
}

.category-search {
  width: min(480px, 100%);
}

.category-search input {
  flex: 1;
  padding: 14px 16px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

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

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

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

.product-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.pagination-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 14px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(23, 32, 51, 0.06);
  transition:
    transform 0.22s ease,
    color 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    opacity 0.22s ease;
}

.pagination-button:hover:not(:disabled) {
  color: var(--red);
  border-color: rgba(85, 189, 180, 0.28);
  transform: translateY(-2px);
}

.pagination-button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--red-dark), var(--red));
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(57, 155, 148, 0.24);
}

.pagination-button:disabled {
  opacity: 0.42;
  cursor: default;
  transform: none;
}

.pagination-arrow {
  min-width: 52px;
  padding: 0 16px;
}

.pagination-arrow span {
  font-size: 22px;
  line-height: 1;
  transform: translateY(-1px);
}

.home-hot-carousel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
  background: transparent;
}

.home-hot-viewport {
  position: relative;
  padding: 6px 0 14px;
  overflow: hidden;
  background: transparent;
}

.home-hot-track {
  display: flex;
  gap: 10px;
  transition: transform 0.95s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.home-hot-track .product-card {
  flex: 0 0 calc((100% - 30px) / 4);
  box-shadow: none;
}

.home-hot-track .product-card:hover {
  box-shadow: none;
}

.home-hot-track .product-media {
  aspect-ratio: 1 / 0.92;
}

.home-hot-track .product-body {
  padding: 14px 16px 16px;
}

.home-hot-track .product-body h3 {
  margin-bottom: 0;
  font-size: 17px;
}

.home-hot-carousel.is-static .carousel-control {
  display: none;
}

.home-hot-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.home-hot-carousel .carousel-control.prev {
  left: -34px;
}

.home-hot-carousel .carousel-control.next {
  right: -34px;
}

.home-promo-banner {
  display: block;
  width: 100%;
  overflow: visible;
  line-height: 0;
}

.home-promo-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: unset;
}

.home-category-section {
  background: var(--background);
}

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

.home-category-grid .product-media img:nth-child(2) {
  object-fit: cover;
}

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.product-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.product-card.is-hidden {
  display: none;
}

.product-media {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.92;
  overflow: hidden;
  line-height: 0;
  background: #fff;
}

.product-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.product-media img:nth-child(2) {
  opacity: 0;
  transform: scale(1.02);
}

#homeHotGrid .product-card:hover .product-media img:first-child,
#homeHotGrid .product-card:focus-within .product-media img:first-child,
#hotProductGrid .product-card:hover .product-media img:first-child,
#hotProductGrid .product-card:focus-within .product-media img:first-child,
.home-category-grid .product-card:hover .product-media img:first-child,
.home-category-grid .product-card:focus-within .product-media img:first-child {
  opacity: 0;
  transform: scale(1.04);
}

#homeHotGrid .product-card:hover .product-media img:nth-child(2),
#homeHotGrid .product-card:focus-within .product-media img:nth-child(2),
#hotProductGrid .product-card:hover .product-media img:nth-child(2),
#hotProductGrid .product-card:focus-within .product-media img:nth-child(2),
.home-category-grid .product-card:hover .product-media img:nth-child(2),
.home-category-grid .product-card:focus-within .product-media img:nth-child(2) {
  opacity: 1;
  transform: scale(1.04);
}

.category-nav-card:hover,
.category-nav-card:focus-visible,
.home-category-grid .product-card:hover,
.home-category-grid .product-card:focus-within {
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.category-nav-card:hover .product-media img:first-child,
.category-nav-card:focus-visible .product-media img:first-child {
  opacity: 1;
  transform: scale(1.04);
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 14px 14px 16px;
  text-align: center;
}

.product-body h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
}

.category-section {
  background: var(--background);
}

.category-layout {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 68px;
  align-items: start;
}

.category-layout > div:last-child {
  min-width: 0;
}

.category-mobile-toolbar,
.category-panel-head,
.category-panel-close {
  display: none;
}

.category-mobile-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 16px 18px;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  background:
    radial-gradient(circle at 88% 18%, rgba(243, 180, 195, 0.34), transparent 11rem),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 16px 38px rgba(23, 32, 51, 0.08);
}

.category-mobile-copy {
  min-width: 0;
}

.category-mobile-trigger span,
.category-mobile-trigger strong,
.category-mobile-trigger small {
  display: block;
}

.category-mobile-trigger strong {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}

.category-mobile-trigger small {
  margin-top: 10px;
  color: #7a8599;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.category-mobile-indicator {
  display: inline-flex;
  min-width: 72px;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}

.category-mobile-action {
  color: var(--red);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-mobile-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  background: rgba(85, 189, 180, 0.14);
  border-radius: 999px;
}

.category-mobile-icon::before {
  width: 12px;
  height: 12px;
  margin-top: -3px;
  content: "";
  border-right: 4px solid var(--red);
  border-bottom: 4px solid var(--red);
  transform: rotate(45deg);
  transition: transform 0.22s ease;
}

.category-panel {
  display: grid;
  gap: 10px;
  padding: 16px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(23, 32, 51, 0.07);
}

.category-group {
  display: grid;
  gap: 8px;
}

.category-button {
  padding: 13px 15px;
  color: var(--ink);
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  background: #edf8f6;
  border: 0;
  border-radius: 14px;
}

.category-parent {
  position: relative;
  padding-right: 38px;
}

.category-parent::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "+";
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
}

.category-group.is-open .category-parent::after {
  content: "-";
}

.category-button.is-active,
.category-button.is-current,
.category-button:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--red-dark), var(--red));
}

.subcategory-list {
  display: grid;
  gap: 8px;
  padding: 2px 0 2px 12px;
}

.subcategory-list[hidden] {
  display: none;
}

.subcategory-button {
  padding: 11px 13px;
  color: #4b5567;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(23, 32, 51, 0.05);
}

.subcategory-button:hover,
.subcategory-button.is-active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.empty-state {
  padding: 26px;
  color: var(--muted);
  text-align: center;
  background: var(--surface-strong);
  border: 1px dashed #cfd6e4;
  border-radius: 20px;
}

.category-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.category-breadcrumb .crumb {
  padding: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  background: none;
  border: 0;
}

.category-breadcrumb button.crumb {
  cursor: pointer;
}

.category-breadcrumb button.crumb:hover {
  color: var(--red-dark);
  text-decoration: underline;
}

.category-breadcrumb .crumb.is-current {
  color: var(--ink);
}

.category-breadcrumb .crumb-sep {
  color: #9aa6ba;
  font-weight: 700;
}

.category-nav-card {
  width: 100%;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.category-nav-card .product-body {
  gap: 8px;
}

.category-nav-meta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--red-dark);
  font-size: 13px;
  font-weight: 800;
}

.category-nav-meta::after {
  width: 7px;
  height: 7px;
  content: "";
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.about-section {
  background: var(--background);
}

.about-story-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(85, 189, 180, 0.11), transparent 24rem),
    var(--background);
}

.about-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(460px, 0.97fr);
  gap: clamp(54px, 6.5vw, 92px);
  align-items: center;
}

.about-story-copy {
  min-width: 0;
}

.about-story-copy h2 {
  margin-bottom: 22px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.14;
}

.about-story-copy p {
  text-align: left !important;
}

.about-story-body {
  display: grid;
  gap: 18px;
}

.about-story-body p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.82;
  text-align: justify !important;
  text-indent: 2em;
}

.about-story-copy .about-actions {
  padding-top: 28px;
}

.about-story-collage {
  position: relative;
  min-height: 580px;
}

.about-collage-card {
  position: absolute;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 8px solid rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  box-shadow: 0 24px 54px rgba(23, 32, 51, 0.16);
}

.about-collage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-collage-card--brand {
  top: 8px;
  left: 4%;
  z-index: 2;
  width: 42%;
  height: 220px;
  transform: rotate(-1.8deg);
}

.about-collage-card--brand img {
  object-position: center;
}

.about-collage-card--application {
  bottom: 18px;
  left: 0;
  z-index: 3;
  width: 40%;
  height: 260px;
  transform: rotate(1.4deg);
}

.about-collage-card--application img {
  object-position: 72% center;
}

.about-collage-card--design {
  top: 92px;
  right: 0;
  z-index: 1;
  width: 68%;
  height: 430px;
  transform: rotate(0.8deg);
}

.about-collage-card--design img {
  object-position: center;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.22fr);
  gap: 32px;
  align-items: stretch;
}

.about-grid > div:first-child {
  max-width: 580px;
}

.about-grid--solo {
  grid-template-columns: 1fr;
}

.about-grid--solo > div:first-child {
  max-width: none;
}

.about-grid--stacked {
  grid-template-columns: 1fr;
  gap: 36px;
}

.about-grid--stacked > div:first-child {
  max-width: none;
}

.about-grid--stacked .about-video-card-plain {
  width: 100%;
}

.about-grid--stacked .about-video-card-plain .about-video-preview,
.about-grid--stacked .about-video-card-plain .about-video-preview img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.about-video-wrap {
  display: flex;
  align-items: stretch;
  min-height: 100%;
}

.about-video-wrap .about-video-preview,
.about-video-wrap .about-video-preview img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  aspect-ratio: auto;
  border-radius: 24px;
}

.home-gallery-section {
  background: var(--background);
}

.home-gallery-carousel {
  position: relative;
}

.home-gallery-viewport {
  --gallery-gap: 14px;
  --gallery-visible: 3;
  position: relative;
  min-width: 0;
  container-type: inline-size;
  overflow: hidden;
}

.home-gallery-track {
  display: flex;
  gap: var(--gallery-gap);
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
}

.home-gallery-track.is-auto-scroll {
  animation: home-gallery-marquee var(--gallery-duration, 80s) linear infinite;
}

.home-gallery-viewport:hover .home-gallery-track.is-auto-scroll {
  animation-play-state: paused;
}

@keyframes home-gallery-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-1 * var(--gallery-loop-width, 0px)), 0, 0);
  }
}

.home-gallery-item {
  flex: 0 0 calc((100cqw - (var(--gallery-visible) - 1) * var(--gallery-gap)) / var(--gallery-visible));
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(23, 32, 51, 0.1);
}

.home-gallery-item button {
  display: block;
  width: 100%;
  padding: 0;
  cursor: zoom-in;
  background: transparent;
  border: 0;
}

.home-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 15 / 7;
  object-fit: cover;
}

.home-gallery-viewer {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 42px);
  background: rgba(5, 12, 23, 0.78);
  backdrop-filter: blur(10px);
}

.home-gallery-viewer.is-open {
  display: flex;
}

.home-gallery-viewer-panel {
  position: relative;
  width: min(1120px, 100%);
  max-height: calc(100vh - 84px);
}

.home-gallery-viewer-panel img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 84px);
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.35);
}

.home-gallery-viewer-close {
  position: absolute;
  top: -52px;
  right: 0;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
}

.home-gallery-viewer-close:hover,
.home-gallery-viewer-close:focus-visible {
  background: rgba(255, 255, 255, 0.22);
}

.about-video-card {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(243, 180, 195, 0.32), transparent 18rem),
    linear-gradient(145deg, var(--surface), var(--surface-cool));
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 20px 54px rgba(23, 32, 51, 0.08);
}

.about-video-card-plain {
  align-content: stretch;
  padding: 20px;
}

.about-video-card-plain .about-video-preview,
.about-video-card-plain .about-video-preview img {
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
}

.about-video-copy {
  display: grid;
  gap: 10px;
}

.about-video-copy h3 {
  margin-bottom: 0;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.08;
}

.about-video-copy p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

.about-video-preview,
.about-video-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
}

.factory-archive-row {
  margin-top: 34px;
}

.factory-archive {
  display: grid;
  gap: 18px;
  padding: 22px;
  background:
    radial-gradient(circle at 88% 12%, rgba(243, 180, 195, 0.32), transparent 19rem),
    linear-gradient(135deg, var(--surface), var(--surface-cool));
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 20px 54px rgba(23, 32, 51, 0.08);
}

.factory-archive-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.factory-archive-kicker,
.factory-stage-label {
  margin: 0;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.factory-archive-total {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  color: #526079;
  font-size: 12px;
  font-weight: 800;
  background: rgba(255, 250, 247, 0.92);
  border: 1px solid rgba(17, 29, 53, 0.08);
  border-radius: 999px;
}

.factory-archive-shell {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  align-items: stretch;
}

.factory-archive-nav {
  display: grid;
  gap: 10px;
}

.factory-archive-tab {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 16px 18px;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  background: rgba(255, 250, 247, 0.9);
  border: 1px solid rgba(17, 29, 53, 0.08);
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.05);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.factory-archive-tab:hover,
.factory-archive-tab[aria-selected="true"] {
  transform: translateY(-2px);
  border-color: rgba(85, 189, 180, 0.32);
  box-shadow: 0 18px 34px rgba(23, 32, 51, 0.08);
}

.factory-archive-tab[aria-selected="true"] {
  background:
    linear-gradient(135deg, rgba(85, 189, 180, 0.18), rgba(255, 250, 247, 0.95)),
    var(--surface-strong);
}

.factory-archive-tab strong {
  font-size: 16px;
  line-height: 1.3;
}

.factory-archive-tab span {
  color: #647089;
  font-size: 12px;
  font-weight: 800;
}

.factory-archive-stage {
  display: grid;
  gap: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(17, 29, 53, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(23, 32, 51, 0.08);
}

.factory-stage-hero {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: #091322;
  border: 0;
  border-radius: 28px 28px 0 0;
}

.factory-stage-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.factory-stage-hero:hover img,
.factory-stage-hero:focus-visible img {
  transform: scale(1.03);
}

.factory-stage-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 19, 34, 0.08), rgba(9, 19, 34, 0.56)),
    radial-gradient(circle at 16% 18%, rgba(85, 189, 180, 0.24), transparent 22rem);
}

.factory-stage-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(8, 19, 33, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

.factory-stage-content {
  display: grid;
  gap: 18px;
  padding: 24px;
}

.factory-stage-copy {
  display: grid;
  gap: 10px;
}

.factory-stage-copy h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.factory-stage-summary {
  margin: 0;
  color: #516078;
  line-height: 1.76;
}

.factory-stage-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.factory-thumb-strip {
  display: flex;
  flex: 1;
  flex-wrap: nowrap;
  gap: 12px;
  min-width: 0;
}

.factory-thumb {
  position: relative;
  flex: 1;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #eef3f8;
}

.factory-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.factory-thumb span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 8px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(8, 19, 33, 0.12), rgba(8, 19, 33, 0.78));
  border-radius: 12px;
}

.factory-stage-action {
  flex-shrink: 0;
}

.factory-lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
  padding:
    calc(var(--header-offset) + clamp(18px, 4vw, 42px))
    clamp(18px, 4vw, 42px)
    clamp(18px, 4vw, 42px);
  background: rgba(5, 12, 23, 0.82);
  backdrop-filter: blur(10px);
}

.factory-lightbox.is-open {
  display: flex;
}

.factory-lightbox-panel {
  width: min(1120px, 100%);
  max-height: calc(100vh - 72px);
  overflow: auto;
  padding: 26px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.35);
}

.factory-lightbox-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.factory-lightbox-top h3 {
  margin: 8px 0 0;
  font-size: clamp(26px, 3vw, 40px);
}

.factory-lightbox-top p {
  margin: 0;
  color: #5a687f;
  line-height: 1.74;
}

.factory-lightbox-close {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  background: var(--red);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(57, 155, 148, 0.24);
}

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

.factory-lightbox-card {
  margin: 0;
  overflow: hidden;
  background: #f7f9fc;
  border: 1px solid rgba(17, 29, 53, 0.08);
  border-radius: 22px;
}

.factory-lightbox-shot {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
  background: transparent;
  border: 0;
}

.factory-lightbox-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.factory-lightbox-card span {
  display: block;
  padding: 12px 14px 14px;
  color: #4d5b72;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.factory-image-viewer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding:
    calc(var(--header-offset) + clamp(18px, 4vw, 42px))
    clamp(18px, 4vw, 42px)
    clamp(18px, 4vw, 42px);
  background: rgba(5, 12, 23, 0.72);
  backdrop-filter: blur(10px);
}

.factory-image-viewer.is-open {
  display: flex;
}

.factory-image-panel {
  width: min(1120px, 100%);
  max-height: calc(100vh - var(--header-offset) - 32px);
  padding: 20px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.35);
}

.factory-image-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.factory-image-caption {
  margin: 6px 0 0;
  color: #4d5b72;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.factory-image-close {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  background: var(--red);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(57, 155, 148, 0.24);
}

.factory-image-stage {
  overflow: hidden;
  background: #f4f7fb;
  border-radius: 22px;
}

.factory-image-stage img {
  display: block;
  width: 100%;
  max-height: calc(100vh - var(--header-offset) - 140px);
  object-fit: contain;
}

.company-card {
  margin-bottom: 42px;
  padding: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 180, 195, 0.34), transparent 18rem),
    linear-gradient(135deg, var(--surface), var(--surface-cool));
  border: 1px solid rgba(17, 29, 53, 0.08);
  border-radius: 30px;
  box-shadow: 0 22px 54px rgba(23, 32, 51, 0.08);
}

.company-card-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 26px;
}

.company-card-head h2 {
  margin-bottom: 0;
}

.company-card-head > p {
  margin: 0;
  color: #57657d;
  font-size: 15px;
  line-height: 1.78;
}

.company-card dl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0;
}

.company-card div {
  min-height: 122px;
  padding: 18px 18px 16px;
  background: rgba(255, 250, 247, 0.86);
  border: 1px solid rgba(17, 29, 53, 0.08);
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(23, 32, 51, 0.04);
}

.company-card dt {
  color: #7b879d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-card dd {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.company-card dd a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: rgba(85, 189, 180, 0.34);
  text-underline-offset: 3px;
}

.contact-section {
  scroll-margin-top: calc(var(--header-offset) + 18px);
  background:
    linear-gradient(135deg, rgba(23, 32, 51, 0.92), rgba(23, 32, 51, 0.86)),
    url("../images/banner/banner-desktop-2.jpg") center / cover;
  color: #fff;
}

.contact-message-section {
  scroll-margin-top: calc(var(--header-offset) + 18px);
  background:
    radial-gradient(circle at 8% 16%, rgba(85, 189, 180, 0.1), transparent 26rem),
    radial-gradient(circle at 94% 86%, rgba(243, 180, 195, 0.12), transparent 28rem),
    #f4f4f4;
}

.contact-message-header {
  margin: 0;
  padding: 34px 36px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(23, 32, 51, 0.08);
}

.contact-message-header-body {
  display: grid;
  gap: 18px;
}

.contact-message-header-body .eyebrow {
  margin: 0;
}

.contact-message-header-body h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.1;
}

.contact-message-lead {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.contact-message-header-body h3 {
  margin: 8px 0 0;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.25;
  white-space: nowrap;
}

.contact-message-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.contact-message-content {
  display: grid;
  min-width: 0;
  gap: 32px;
}

.contact-category-panel {
  align-content: start;
  align-self: start;
}

.contact-category-panel-head {
  margin-bottom: 4px;
}

a.category-button,
a.subcategory-button {
  display: block;
  text-decoration: none;
}

.contact-info-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 28px;
  margin: 0;
}

.contact-info-list div {
  display: grid;
  gap: 6px;
  align-content: start;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.contact-info-list .contact-info-wide {
  grid-column: span 2;
}

.contact-info-list dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-info-list dd {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.contact-info-list a {
  color: var(--red-dark);
  text-decoration: none;
}

.contact-info-list a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-message-form {
  align-self: start;
  gap: 24px;
  min-height: 0;
  padding: 38px 42px;
  border: 1px solid rgba(207, 220, 228, 0.8);
  box-shadow: 0 22px 55px rgba(23, 32, 51, 0.1);
}

.contact-message-form-head {
  display: grid;
  gap: 8px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.contact-message-form-head .eyebrow {
  margin: 0;
}

.contact-message-form-head h3 {
  margin: 0;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.2;
}

.contact-message-form-lead {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form-wide {
  grid-column: 1 / -1;
}

.contact-message-form textarea {
  min-height: 160px;
}

.contact-message-form .form-actions {
  display: flex;
  justify-content: flex-start;
}

.standalone-contact {
  background:
    linear-gradient(135deg, rgba(23, 32, 51, 0.94), rgba(23, 32, 51, 0.88)),
    url("../images/banner/banner-desktop-2.jpg") center / cover;
}

#inquiryForm {
  scroll-margin-top: calc(var(--header-offset) + 18px);
}

.contact-section .eyebrow,
.contact-section a {
  color: #ffb8a6;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 46px;
  align-items: start;
}

.contact-grid p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-card {
  margin-top: 28px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
}

.inquiry-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  color: var(--ink);
  background: var(--surface-strong);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  color: #354057;
  font-size: 14px;
  font-weight: 900;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  padding: 15px 16px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 16px;
  outline: 0;
}

.contact-message-form input::placeholder,
.contact-message-form textarea::placeholder {
  color: #9aa6b7;
  opacity: 1;
}

.inquiry-form textarea {
  min-height: 132px;
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(85, 189, 180, 0.16);
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--red);
  font-weight: 800;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.download-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 270px;
  padding: 30px;
  background:
    linear-gradient(160deg, var(--surface-strong) 0%, var(--surface) 100%);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.download-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.download-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.download-card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 30px;
  padding: 0 14px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  background: rgba(85, 189, 180, 0.14);
  border: 1px solid rgba(85, 189, 180, 0.2);
  border-radius: 999px;
}

.download-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: #fff;
  background: linear-gradient(135deg, var(--red-dark), var(--red));
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(57, 155, 148, 0.22);
}

.download-card-icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.download-card h3 {
  margin-bottom: 14px;
}

.download-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.download-card strong {
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--red-dark), var(--red));
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(57, 155, 148, 0.22);
}

.download-card strong::after {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  content: "";
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4.5V15.5'/%3E%3Cpath d='M8.5 12L12 15.5L15.5 12'/%3E%3Cpath d='M5 19.5H19'/%3E%3C/svg%3E")
      center / contain no-repeat;
}

.site-footer {
  color: var(--ink);
  background: rgba(255, 250, 247, 0.95);
  border-top: 1px solid rgba(233, 237, 244, 0.9);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 1.2fr;
  gap: 46px;
  padding: 54px 0;
}

.site-footer .footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-bottom: 18px;
}

.footer-brand img {
  width: 108px;
  height: 62px;
}

.footer-brand > .brand-name-cn {
  font-size: 15px;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(23, 32, 51, 0.06);
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
  place-items: center;
  flex: 0 0 42px;
}

.footer-socials a:hover {
  background: #edf8f6;
  border-color: rgba(85, 189, 180, 0.34);
  transform: translateY(-2px);
}

.footer-socials img {
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  object-fit: contain;
}

.site-footer h3 {
  color: var(--ink);
}

.site-footer a {
  display: block;
  margin: 9px 0;
}

.footer-socials a {
  display: inline-flex;
  margin: 0;
}

.footer-bottom {
  padding: 18px;
  color: var(--ink);
  font-size: 13px;
  text-align: center;
  border-top: 1px solid rgba(233, 237, 244, 0.9);
}

.mobile-sticky-actions {
  display: none;
}

.detail-main {
  background: #fff;
}

.detail-hero {
  padding-top: 56px;
}

.back-link {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--red);
  font-weight: 900;
}

.detail-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: start;
}

@media (min-width: 761px) {
  .detail-main .container--catalog {
    width: min(calc(100% - 80px), 1320px);
  }
}

.gallery {
  padding: 18px;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 28px;
}

.image-zoom {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  border-radius: 22px;
}

.image-zoom img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: inherit;
}

.zoom-lens {
  position: absolute;
  top: var(--zoom-y, 50%);
  left: var(--zoom-x, 50%);
  width: clamp(148px, 30%, 220px);
  aspect-ratio: 1;
  pointer-events: none;
  visibility: hidden;
  background-color: #fff;
  background-image: var(--zoom-image);
  background-repeat: no-repeat;
  background-position: var(--zoom-bg-x, 50%) var(--zoom-bg-y, 50%);
  background-size: var(--zoom-bg-width, 260%) var(--zoom-bg-height, 260%);
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 22px 54px rgba(17, 24, 39, 0.28);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.96);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.image-zoom.is-zooming .zoom-lens {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.detail-thumb-carousel {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 10px;
  align-items: center;
  min-width: 0;
  margin-top: 14px;
}

.detail-thumb-carousel.is-static {
  grid-template-columns: minmax(0, 1fr);
}

.detail-thumb-carousel.is-static .detail-thumb-control {
  display: none;
}

.detail-thumb-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--ink);
  cursor: pointer;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.1);
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.detail-thumb-control svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.detail-thumb-control:hover:not(:disabled),
.detail-thumb-control:focus-visible {
  color: var(--red);
  border-color: rgba(85, 189, 180, 0.5);
  transform: translateY(-1px);
}

.detail-thumb-control:disabled {
  cursor: default;
  opacity: 0.3;
}

.thumb-row {
  display: flex;
  gap: 12px;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.thumb-row::-webkit-scrollbar {
  display: none;
}

.thumb-row button {
  flex: 0 0 calc((100% - 24px) / 3);
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 16px;
  scroll-snap-align: start;
}

.thumb-row button.is-active {
  border-color: var(--red);
}

.thumb-row img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.detail-panel {
  position: static;
  padding: 34px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.detail-panel h1 {
  max-width: none;
  margin-bottom: 14px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.spec-list {
  display: grid;
  gap: 13px;
  margin: 28px 0;
}

.spec-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
}

.spec-list dt {
  color: var(--muted);
  font-weight: 900;
}

.spec-list dd {
  margin: 0;
}

.detail-content {
  background: #f8fafc;
}

.detail-tabs {
  display: grid;
  gap: 22px;
}

.detail-tabs > article {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
}

.related-products-block h2 {
  margin-bottom: 22px;
}

.related-products-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
}

.related-products-viewport {
  --related-gap: 18px;
  --related-visible: 3;
  min-width: 0;
  padding: 12px 0 24px;
  overflow: hidden;
}

.related-products-track {
  display: flex;
  gap: var(--related-gap);
  transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.related-products-track .product-card {
  flex: 0 0 calc((100% - (var(--related-visible) - 1) * var(--related-gap)) / var(--related-visible));
  gap: 0;
  box-shadow: 0 12px 30px rgba(23, 32, 51, 0.08);
}

.related-products-carousel.is-static .carousel-control {
  display: none;
}

.related-products-carousel .carousel-control {
  position: relative;
  z-index: 2;
  flex: none;
  width: 56px;
  height: 56px;
}

.detail-tab-card {
  padding: 0 !important;
  overflow: hidden;
}

.detail-tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 22px 22px 0;
}

.detail-tab-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: 999px;
  transition:
    transform 0.22s ease,
    color 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.detail-tab-button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--red-dark), var(--red));
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(57, 155, 148, 0.24);
}

.detail-tab-panel {
  padding: 22px 22px 22px;
}

.detail-description h2,
.video-display-card h2 {
  margin-bottom: 16px;
}

.detail-description-specs {
  margin: 0 0 28px;
}

.detail-description-specs div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.detail-description-richtext > *:first-child,
.video-display-card h2 {
  margin-top: 0;
}

.detail-description-richtext p,
.video-display-card p {
  margin-bottom: 24px;
}

.detail-description-richtext {
  color: #4f5b71;
  line-height: 1.75;
}

.detail-description-richtext > *:last-child {
  margin-bottom: 0;
}

.detail-description-richtext ul,
.detail-description-richtext ol {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.detail-description-richtext li {
  position: relative;
  padding: 14px 16px 14px 44px;
  color: #4f5b71;
  line-height: 1.7;
  background: #f7f9fc;
  border: 1px solid rgba(17, 29, 53, 0.08);
  border-radius: 18px;
}

.detail-description-richtext li::before {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  content: "•";
  background: rgba(85, 189, 180, 0.14);
  border-radius: 50%;
}

.cms-richtext img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.cms-richtext table {
  width: 100%;
  margin: 0 0 28px;
  border-collapse: collapse;
}

.cms-richtext th,
.cms-richtext td {
  padding: 13px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.cms-richtext a {
  color: var(--red-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cms-richtext blockquote {
  margin: 0 0 24px;
  padding: 16px 20px;
  background: #f7f9fc;
  border-left: 4px solid var(--red);
  border-radius: 0 16px 16px 0;
}

.video-display-card {
  display: grid;
  padding: 0;
  overflow: hidden;
}

.video-display-card h2 {
  padding: 28px 28px 0;
}

.video-display-card p {
  padding: 0 28px;
}

.video-protocol-note {
  margin: 18px 28px 28px;
  padding: 14px 16px;
  color: #6d768b;
  font-size: 0.94rem;
  line-height: 1.7;
  text-align: left;
  background: #f5f7fb;
  border: 1px solid rgba(17, 29, 53, 0.08);
  border-radius: 16px;
}

.video-preview {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  background: #7c89a4;
  border: 0;
  border-radius: inherit;
  cursor: pointer;
  isolation: isolate;
}

.video-preview img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.26s ease, filter 0.26s ease;
}

.video-preview::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(7, 19, 34, 0.08), rgba(7, 19, 34, 0.42)),
    radial-gradient(circle at center, rgba(85, 189, 180, 0.22), transparent 38%);
  pointer-events: none;
}

.video-preview:hover img,
.video-preview:focus-visible img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.05);
}

.video-preview:focus-visible {
  outline: 3px solid rgba(85, 189, 180, 0.54);
  outline-offset: 4px;
}

.detail-video-preview,
.detail-video-preview img {
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 24px 24px 24px 24px;
}

.video-play-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  box-shadow: 0 22px 42px rgba(3, 20, 13, 0.32);
  transform: translate(-50%, -50%);
}

.video-play-mark::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 7px;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 25px solid var(--red);
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 56px);
  background: rgba(3, 12, 22, 0.82);
  backdrop-filter: blur(8px);
}

.video-modal.is-open {
  display: flex;
}

.video-modal-frame {
  position: relative;
  width: min(1120px, 100%);
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  background: #000;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.45);
}

.video-modal-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  border-radius: 14px;
}

.video-modal-close {
  position: absolute;
  top: -52px;
  right: 0;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
}

.video-modal-close:hover,
.video-modal-close:focus-visible {
  background: rgba(255, 255, 255, 0.22);
}

@media (max-width: 1100px) {
  .navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 0;
  }

  .nav-search {
    position: static;
    right: auto;
    transform: none;
  }

  .nav-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .nav-menu,
  .nav-search {
    display: none;
  }

  .navbar.is-open .nav-menu,
  .navbar.is-open .nav-search {
    display: flex;
    flex-basis: 100%;
  }

  .navbar.is-open .nav-menu {
    flex-direction: column;
    gap: 0;
  }

  .navbar.is-open .nav-menu a {
    padding: 14px 0;
  }

  .navbar.is-open .nav-search {
    margin-bottom: 16px;
  }

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

  .container--catalog .product-grid,
  .container--catalog .home-category-grid,
  .container--catalog .home-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .home-hot-track .product-card {
    flex-basis: calc((100% - 22px) / 2);
  }

  .container--catalog .home-hot-track .product-card {
    flex-basis: calc((100% - 44px) / 3);
  }

  .home-category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .trust-grid,
  .company-card dl,
  .download-grid,
  .category-card-grid,
  .process-grid,
  .home-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-grid,
  .contact-grid,
  .contact-message-layout,
  .detail-layout,
  .intro-grid,
  .category-studio,
  .cta-grid {
    grid-template-columns: 1fr;
  }

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

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

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

  .company-card-head {
    grid-template-columns: 1fr;
  }

  .category-feature-card {
    min-height: 430px;
  }

  .detail-panel {
    position: static;
  }
}

@media (max-width: 1350px) {
  .contact-message-header-body {
    padding: 0;
  }
}

@media (max-width: 1100px) {
  .contact-message-content {
    grid-row: 1;
  }

  .contact-category-panel {
    grid-row: 2;
  }
}

@media (min-width: 1101px) and (max-width: 1500px), (min-width: 1101px) and (max-height: 1000px) {
  body[data-page="categories"] .container--catalog {
    width: min(calc(100% - 160px), 1440px);
  }

  body[data-page="categories"] .category-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 32px;
  }

  body[data-page="categories"] .category-panel {
    gap: 8px;
    padding: 14px;
  }

  body[data-page="categories"] .category-button {
    padding: 12px 13px;
  }

  body[data-page="categories"] #categoryNavGrid,
  body[data-page="categories"] #subcategoryNavGrid,
  body[data-page="categories"] #categoryProductGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  body[data-page="categories"] .container--catalog {
    width: min(calc(100% - 80px), 1120px);
  }

  body[data-page="categories"] .category-layout {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 24px;
  }

  body[data-page="categories"] .category-panel {
    gap: 8px;
    padding: 12px;
  }

  body[data-page="categories"] .category-button {
    padding: 11px 12px;
    font-size: 14px;
  }

  body[data-page="categories"] #categoryNavGrid,
  body[data-page="categories"] #subcategoryNavGrid,
  body[data-page="categories"] #categoryProductGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 0;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  .container--catalog {
    width: min(100%, calc(100% - 48px));
  }

  .container--catalog .product-grid,
  .container--catalog .home-category-grid,
  .container--catalog .home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .home-gallery-viewport {
    --gallery-gap: 12px;
  }

  .related-products-carousel {
    display: block;
    min-width: 0;
  }

  .related-products-block,
  .related-products-viewport {
    min-width: 0;
    max-width: 100%;
  }

  .related-products-viewport {
    --related-gap: 16px;
    width: 100%;
    padding: 18px 7% 28px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .related-products-viewport::-webkit-scrollbar,
  .thumb-row::-webkit-scrollbar {
    display: none;
  }

  .related-products-carousel.is-coverflow .related-products-track {
    width: max-content;
    min-width: 100%;
    gap: 16px;
    transition: none;
    transform: none !important;
  }

  .related-products-track .product-card {
    flex: 0 0 46vw;
    opacity: 0.76;
    filter: blur(0.7px) saturate(0.92);
    pointer-events: none;
    scroll-snap-align: center;
    transform: scale(0.9);
    transform-origin: center;
    transition:
      transform 0.36s ease,
      filter 0.36s ease,
      opacity 0.36s ease,
      box-shadow 0.22s ease;
  }

  .related-products-track .product-card.is-coverflow-center {
    z-index: 1;
    opacity: 1;
    filter: none;
    pointer-events: auto;
    transform: scale(1) translateY(-6px);
    box-shadow: 0 18px 44px rgba(23, 32, 51, 0.12);
  }

  .related-products-carousel.is-coverflow .carousel-control {
    display: none !important;
  }

  .thumb-row {
    gap: 12px;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .thumb-row button {
    flex: 0 0 42%;
    scroll-snap-align: start;
  }

  .detail-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .gallery,
  .detail-panel,
  .detail-thumb-carousel,
  .thumb-row {
    min-width: 0;
    max-width: 100%;
  }

  .detail-thumb-carousel {
    display: block;
  }

  .detail-thumb-control {
    display: none;
  }

  .thumb-row {
    width: 100%;
  }

  .detail-panel {
    padding: 24px 0;
  }

  .detail-panel h1 {
    font-size: clamp(16px, 4.6vw, 22px);
  }

  .contact-message-header {
    margin-bottom: 0;
    padding: 24px 22px;
    border-radius: 24px;
  }

  .contact-message-header-body {
    gap: 14px;
    padding: 0;
  }

  .contact-message-header-body h3 {
    font-size: clamp(11px, 3.2vw, 15px);
    letter-spacing: -0.02em;
  }

  .contact-info-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
  }

  .contact-info-list .contact-info-wide {
    grid-column: 1 / -1;
  }

  .contact-info-list div {
    padding: 13px 0;
  }

  .contact-message-layout {
    gap: 22px;
  }

  .contact-category-panel,
  .contact-message-form {
    min-height: 0;
  }

  .contact-message-form {
    grid-row: auto;
    padding: 26px 20px;
    border-radius: 24px;
  }

  .contact-message-content {
    grid-row: 1;
  }

  .contact-category-panel {
    grid-row: 2;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-form-wide {
    grid-column: auto;
  }

  /* body {
    padding-top: var(--header-offset);
  }

  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  } */

  .utility-bar {
    display: none;
  }

  .factory-archive {
    padding: 18px;
    border-radius: 24px;
  }

  .company-card {
    padding: 22px;
    border-radius: 24px;
  }

  .factory-archive-head,
  .factory-stage-footer,
  .factory-lightbox-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .factory-archive-shell {
    gap: 16px;
  }

  .factory-archive-nav {
    display: flex;
    gap: 12px;
    padding-bottom: 4px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .factory-archive-nav::-webkit-scrollbar,
  .factory-thumb-strip::-webkit-scrollbar {
    display: none;
  }

  .factory-archive-tab {
    flex: 0 0 220px;
    scroll-snap-align: start;
  }

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

  .company-card dl {
    grid-template-columns: 1fr;
  }

  .factory-stage-content,
  .factory-lightbox-panel,
  .factory-image-panel {
    padding: 20px;
  }

  .factory-image-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .factory-thumb-strip {
    display: flex;
    width: calc(100% + 6px);
    margin-right: -6px;
    padding-right: 6px;
    overflow-x: auto;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .factory-thumb {
    flex: 0 0 122px;
  }

  .factory-thumb span {
    font-size: 10px;
    line-height: 1.35;
  }

  .factory-stage-action {
    width: 100%;
  }

  .factory-lightbox {
    top: 0;
    align-items: flex-end;
    padding: 0;
    background: rgba(5, 12, 23, 0.88);
  }

  .factory-lightbox-panel {
    width: 100%;
    max-height: min(88dvh, 900px);
    padding: 18px 18px calc(20px + env(safe-area-inset-bottom, 0px));
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -28px 70px rgba(0, 0, 0, 0.34);
  }

  .factory-lightbox-top {
    position: sticky;
    top: -18px;
    z-index: 1;
    margin: -18px -18px 16px;
    padding: 18px 18px 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
    border-bottom: 1px solid rgba(233, 237, 244, 0.9);
    border-radius: 24px 24px 0 0;
  }

  .factory-lightbox-top h3 {
    font-size: clamp(22px, 7.5vw, 30px);
  }

  .factory-lightbox-top p {
    font-size: 14px;
    line-height: 1.65;
  }

  .factory-lightbox-card span {
    padding: 10px 12px 12px;
    font-size: 12px;
  }

  .factory-image-viewer {
    top: 0;
    padding: 0;
    background: rgba(3, 9, 18, 0.96);
  }

  .factory-image-panel {
    width: 100%;
    height: 100dvh;
    max-height: none;
    display: grid;
    grid-template-rows: auto 1fr;
    padding:
      calc(env(safe-area-inset-top, 0px) + 14px)
      12px
      calc(env(safe-area-inset-bottom, 0px) + 14px);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .factory-image-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
  }

  .factory-image-caption {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
  }

  .factory-image-close {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: none;
  }

  .factory-image-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
  }

  .factory-image-stage img {
    max-height: calc(100dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px) - 96px);
  }

  .video-modal {
    align-items: flex-start;
    padding:
      calc(env(safe-area-inset-top, 0px) + 14px)
      12px
      calc(env(safe-area-inset-bottom, 0px) + 14px);
    background: rgba(3, 12, 22, 0.92);
  }

  .video-modal-frame {
    width: 100%;
    margin-top: 22px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.34);
  }

  .video-modal-frame iframe {
    border-radius: 20px;
  }

  .video-modal-close {
    top: 10px;
    right: 10px;
    background: rgba(3, 12, 22, 0.52);
    border-color: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(8px);
  }

  .brand > span:not(.brand-name-cn) {
    display: none;
  }

  .brand img {
    width: 64px;
    height: 38px;
  }

  .brand > .brand-name-cn {
    display: block;
    padding-left: 0.16em;
    font-size: 15px;
    letter-spacing: 0.16em;
  }

  .navbar > .brand img {
    width: 76px;
    height: 42px;
  }

  .navbar {
    position: relative;
    min-height: 66px;
    padding-right: 74px;
  }

  .nav-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-flex !important;
    width: 46px;
    height: 46px;
    min-width: 46px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    background: var(--red);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(57, 155, 148, 0.26);
    transform: translateY(-50%);
    z-index: 2300;
  }

  .nav-toggle::after {
    display: none;
  }

  .navbar.is-open .nav-toggle {
    position: fixed;
    top: 22px;
    right: 16px;
    transform: none;
  }

  .navbar.is-open .nav-toggle::after {
    display: none;
  }

  .nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0;
    background: currentColor;
    border-radius: 999px;
    transition:
      transform 0.22s ease,
      opacity 0.18s ease,
      background 0.22s ease;
  }

  .nav-toggle {
    gap: 4px;
    flex-direction: column;
  }

  .navbar.is-open .nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .navbar.is-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .navbar.is-open .nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .navbar::before {
    position: fixed;
    inset: 0;
    z-index: 2100;
    content: "";
    pointer-events: none;
    background: rgba(17, 24, 39, 0);
    transition: background 0.24s ease;
  }

  .navbar.is-open::before {
    pointer-events: auto;
    background: rgba(17, 24, 39, 0.46);
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2200;
    display: none;
    width: min(86vw, 360px);
    height: 100dvh;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 14px;
    padding: 78px 20px 24px;
    overflow-y: auto;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98)),
      radial-gradient(circle at top right, rgba(255, 229, 237, 0.9), transparent 18rem);
    border: 1px solid var(--line);
    border-radius: 28px 0 0 28px;
    box-shadow: -28px 0 70px rgba(17, 24, 39, 0.22);
    transform: translateX(105%);
    transition: transform 0.26s ease;
  }

  .navbar.is-open .nav-menu {
    display: flex;
    gap: 20px;
    transform: translateX(0);
  }

  .navbar.is-open .nav-search {
    display: none;
  }

  .nav-menu::before {
    position: absolute;
    top: 24px;
    left: 20px;
    color: var(--ink);
    font-size: 20px;
    font-weight: 900;
    content: "Menu";
  }

  .nav-menu::after {
    display: block;
    margin-top: auto;
    padding: 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.7;
    white-space: pre-line;
    content: "Need a quote?\A Email: info@boardest.net\A Tel: +86-532-83813319";
    background: linear-gradient(135deg, var(--ink), #263247);
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(23, 32, 51, 0.14);
  }

  .nav-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 100%;
    min-height: 54px;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 1.25;
    text-align: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(23, 32, 51, 0.06);
  }

  .nav-menu a.is-current {
    color: #fff;
    background: var(--red);
    border-color: var(--red);
  }

  .nav-menu a:hover,
  .nav-menu a:focus-visible {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 54px;
    color: var(--ink);
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(23, 32, 51, 0.06);
    transform: none;
  }

  .nav-menu a.is-current:hover,
  .nav-menu a.is-current:focus-visible {
    color: #fff;
    background: var(--red);
  }

  .nav-menu a::after {
    display: none;
  }

  .hero {
    min-height: 0;
    aspect-ratio: 2 / 1;
  }

  .hero-slider {
    min-height: 0;
  }

  .hero-overlay {
    background: rgba(255, 246, 242, 0.84);
  }

  .hero-content {
    max-width: calc(100vw - 28px);
    padding: 44px 0 34px;
    overflow: hidden;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.12em;
    line-height: 1.6;
    overflow-wrap: anywhere;
  }

  h1 {
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .hero-content h1 {
    font-size: clamp(34px, 10.5vw, 46px);
  }

  .hero-content > p:not(.eyebrow) {
    max-width: calc(100vw - 42px);
    font-size: 14px;
    line-height: 1.62;
    overflow-wrap: break-word;
  }

  .hero-controls {
    display: none;
  }

  .hero-actions,
  .about-actions,
  .form-actions,
  .detail-actions {
    gap: 10px;
  }

  .hero-actions .btn,
  .about-actions .btn,
  .cta-grid .btn {
    flex: 1 1 150px;
    padding-inline: 16px;
  }

  .hot-products-actions {
    justify-content: flex-start;
  }

  .home-hot-carousel {
    position: relative;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-hot-viewport {
    padding: 10px 7% 18px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: auto;
    -webkit-overflow-scrolling: touch;
  }

  .home-hot-viewport::-webkit-scrollbar {
    display: none;
  }

  .home-hot-carousel.is-coverflow .home-hot-track {
    gap: 16px;
    transition: none;
    transform: none !important;
  }

  .container--catalog .home-hot-track .product-card,
  .home-hot-track .product-card {
    flex: 0 0 56vw;
    opacity: 0.76;
    filter: blur(0.7px) saturate(0.92);
    pointer-events: none;
    scroll-snap-align: center;
    transform: scale(0.9);
    transform-origin: center;
    transition:
      transform 0.36s ease,
      filter 0.36s ease,
      opacity 0.36s ease,
      box-shadow 0.22s ease;
  }

  .home-hot-track .product-card.is-coverflow-center {
    z-index: 1;
    opacity: 1;
    filter: none;
    pointer-events: auto;
    transform: scale(1) translateY(-6px);
    box-shadow: 0 18px 44px rgba(23, 32, 51, 0.12);
  }

  .home-hot-track .product-card:hover,
  .home-hot-track .product-card.is-coverflow-center:hover {
    transform: scale(1) translateY(-6px);
  }

  .home-hot-carousel.is-coverflow .carousel-control {
    display: none !important;
  }

  .carousel-control {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
  }

  .home-hot-carousel .carousel-control.prev {
    left: 22px;
  }

  .home-hot-carousel .carousel-control.next {
    right: 22px;
  }

  .hero-search,
  .category-search {
    align-items: stretch;
    flex-direction: column;
    border-radius: 22px;
  }

  .hero-search button,
  .category-search button {
    border-radius: 16px;
  }

  body[data-page="categories"] .category-search {
    align-items: center;
    flex-direction: row;
    padding: 5px;
    border-radius: 999px;
  }

  body[data-page="categories"] .category-search input {
    flex: 1 1 auto;
    padding: 14px 12px 14px 16px;
  }

  body[data-page="categories"] .category-search button {
    flex: 0 0 auto;
    padding: 14px 18px;
    border-radius: 999px;
  }

  .section {
    padding: 54px 0;
  }

  .page-hero {
    padding: 42px 0 34px;
  }

  .page-hero-image-only {
    min-height: 0;
    padding: 0;
    aspect-ratio: 2 / 1;
  }

  .page-hero {
    background-image: url("../images/banner/banner-mobile-2.jpg");
  }

  .page-hero-image-only.product-page-hero {
    background: url("../images/banner/banner-mobile-1.jpg") center / cover no-repeat;
  }

  .page-hero-image-only.category-page-hero {
    background: url("../images/banner/banner-mobile-2.jpg") center / cover no-repeat;
  }

  .page-hero-image-only.about-page-hero {
    background: url("../images/banner/banner-mobile-3.jpg") center / cover no-repeat;
  }

  .page-hero-image-only.contact-page-hero {
    background: url("../images/banner/banner-mobile-4.jpg") center / cover no-repeat;
  }

  .page-hero h1 {
    margin-bottom: 14px;
    font-size: clamp(30px, 9.2vw, 42px);
  }

  .page-hero p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.65;
  }

  .detail-hero {
    padding-top: 28px;
  }

  .back-link {
    margin-bottom: 18px;
  }

  body.category-filter-open::after {
    position: fixed;
    inset: 0;
    z-index: 2200;
    content: "";
    background: rgba(17, 24, 39, 0.46);
    backdrop-filter: blur(4px);
  }

  .trust-grid,
  .product-grid,
  .product-grid.compact,
  .category-layout,
  .company-card dl,
  .download-grid,
  .footer-grid,
  .media-mosaic,
  .category-path-grid,
  .category-card-grid,
  .process-grid,
  .home-grid,
  .home-category-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
  }

  .home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .trust-grid article {
    min-height: 112px;
    padding: 16px 12px;
    border-radius: 16px;
  }

  .trust-grid strong {
    font-size: 18px;
    line-height: 1.1;
  }

  .trust-grid span {
    font-size: 12px;
    line-height: 1.42;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  p:not(.eyebrow):not(.form-note):not(.empty-state) {
    text-align: left;
    hyphens: none;
  }

  h2 {
    font-size: clamp(29px, 9vw, 40px);
    line-height: 1.08;
  }

  .intro-copy,
  .section-heading p:not(.eyebrow),
  .about-grid p,
  .contact-grid p,
  .detail-panel p,
  .detail-tabs p {
    line-height: 1.66;
  }

  .category-studio-section::before {
    display: none;
  }

  .category-studio-section {
    background:
      linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  }

  .category-studio-section .section-heading {
    margin-bottom: 22px;
  }

  .category-studio {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .category-feature-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    gap: 8px 14px;
    padding: 15px;
    margin-inline: auto;
    color: var(--ink);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 245, 241, 0.95)),
      url("../images/banner/banner-desktop-3.jpg") right center / auto 100% no-repeat;
    border-color: rgba(233, 237, 244, 0.96);
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(23, 32, 51, 0.08);
  }

  .category-feature-card h3 {
    grid-column: 1 / 3;
    max-width: none;
    margin: 0;
    padding-right: 70px;
    font-size: 18px;
    line-height: 1.18;
  }

  .category-feature-card p {
    grid-column: 1 / 3;
    max-width: none;
    margin: 0;
    padding-right: 62px;
    color: #5b667a;
    font-size: 12px;
    line-height: 1.45;
  }

  .category-kicker {
    position: static;
    grid-column: 1;
    width: fit-content;
    min-height: 34px;
    padding: 0 11px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.1em;
    background: var(--red);
  }

  .category-chip-row {
    grid-column: 1 / 3;
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    margin: 2px 0 0;
    padding-bottom: 2px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .category-chip-row::-webkit-scrollbar {
    display: none;
  }

  .category-chip-row span {
    flex: 0 0 auto;
    padding: 6px 8px;
    color: var(--ink);
    font-size: 11px;
    background: rgba(255, 255, 255, 0.86);
    border-color: rgba(23, 32, 51, 0.08);
  }

  .category-feature-card strong {
    grid-row: 1;
    grid-column: 2;
    align-self: start;
    justify-self: end;
    min-height: 34px;
    padding: 0 11px;
    color: #fff;
    font-size: 12px;
    background: linear-gradient(135deg, var(--red-dark), var(--red));
    border-radius: 999px;
  }

  .category-feature-card strong::after {
    margin-left: 6px;
  }

  .category-feature-card.reveal-left {
    transform: translate3d(0, 34px, 0) scale(0.985);
  }

  .category-feature-card.reveal-on-scroll.reveal-card.reveal-left {
    transform: translate3d(0, 48px, 0) scale(0.972);
  }

  .category-path-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 8px;
    margin-top: 0;
  }

  .category-path-card,
  .planner-card,
  .cork-card,
  .mobile-card,
  .sticker-card,
  .accessory-card {
    grid-column: auto;
    width: 100%;
    min-height: 82px;
    justify-content: center;
    padding: 12px 48px 12px 76px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(23, 32, 51, 0.06);
  }

  .category-path-card::before {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 48px;
    height: 48px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(17, 24, 39, 0.18)),
      var(--category-image) center / cover;
    border-radius: 14px;
    opacity: 1;
  }

  .category-path-card small {
    width: fit-content;
    margin-bottom: 5px;
    padding: 4px 7px;
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  .category-path-card h3 {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1.18;
  }

  .category-path-card p {
    display: -webkit-box;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.35;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .category-path-card span {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 28px;
    height: 28px;
    overflow: hidden;
    color: transparent;
    background: rgba(85, 189, 180, 0.14);
    border-radius: 999px;
    transform: translateY(-50%);
  }

  .category-path-card span::after {
    position: absolute;
    inset: 0;
    display: grid;
    margin: 0;
    color: var(--red);
    content: "→";
    place-items: center;
  }

  .process-section {
    background:
      linear-gradient(180deg, rgba(17, 24, 39, 0.96), rgba(17, 24, 39, 0.91)),
      url("../images/banner/banner-desktop-2.jpg") center / cover;
  }

  .process-section .section-heading {
    margin-bottom: 24px;
  }

  .process-grid {
    position: relative;
    gap: 10px;
    padding-left: 6px;
  }

  .process-grid::before {
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 27px;
    width: 1px;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(85, 189, 180, 0.48));
  }

  .process-grid article {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 0 14px;
    min-height: auto;
    padding: 14px 14px 14px 10px;
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(3, 10, 20, 0.16);
  }

  .process-step-top {
    grid-row: 1 / span 3;
    grid-column: 1;
    align-self: start;
    margin: 0;
  }

  .process-icon {
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    box-shadow: 0 12px 26px rgba(57, 155, 148, 0.28);
  }

  .process-icon svg {
    width: 21px;
    height: 21px;
  }

  .process-kicker,
  .process-grid article h3,
  .process-grid article p {
    grid-column: 2;
  }

  .process-kicker {
    margin-bottom: 4px;
    color: rgba(255, 184, 166, 0.9);
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .process-grid article h3 {
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 1.22;
  }

  .process-grid article p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
  }

  .about-video-card,
  .inquiry-form,
  .contact-card {
    border-radius: 22px;
  }

  .download-section {
    background:
      linear-gradient(180deg, #ffffff 0%, #fff7f4 100%);
  }

  .download-section .section-heading {
    margin-bottom: 22px;
  }

  .download-section .section-heading .btn {
    width: auto;
    min-height: 42px;
    align-self: flex-start;
    padding: 12px 18px;
  }

  .download-grid {
    gap: 10px;
  }

  .download-card {
    grid-template-rows: none;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    min-height: auto;
    gap: 4px 12px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(233, 237, 244, 0.96);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(23, 32, 51, 0.07);
  }

  .download-card-top {
    display: contents;
  }

  .download-card-badge {
    grid-row: 1 / span 2;
    grid-column: 1;
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 0;
    color: #fff;
    font-size: 11px;
    background: linear-gradient(135deg, var(--red-dark), var(--red));
    border: 0;
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(57, 155, 148, 0.22);
  }

  .download-card-icon {
    display: none;
  }

  .download-card h3 {
    grid-row: 1;
    grid-column: 2;
    margin: 0;
    font-size: 15px;
    line-height: 1.25;
  }

  .download-card p {
    display: -webkit-box;
    grid-row: 2;
    grid-column: 2 / 4;
    margin: 0;
    overflow: hidden;
    color: #667184;
    font-size: 12px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .download-card strong {
    grid-row: 1;
    grid-column: 3;
    align-self: center;
    min-height: 32px;
    margin: 0;
    padding: 0 12px;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: none;
  }

  .download-card strong::after {
    display: none;
  }

  .trust-strip {
    margin-top: -24px;
  }

  .split-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .category-section .section-heading > div:first-child {
    display: none;
  }

  .category-panel {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: auto;
    z-index: 2205;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-height: min(78dvh, 760px);
    padding: 18px 18px calc(26px + env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 252, 0.99)),
      radial-gradient(circle at top right, rgba(255, 229, 237, 0.9), transparent 18rem);
    border-radius: 28px 28px 0 0;
    box-shadow: 0 -28px 70px rgba(17, 24, 39, 0.22);
    transform: translateY(104%);
    transition: transform 0.28s ease;
  }

  .category-panel.is-open {
    transform: translateY(0);
  }

  .contact-category-panel {
    position: static;
    z-index: auto;
    max-height: none;
    padding: 16px;
    overflow: visible;
    transform: none;
    transition: none;
    border-radius: 24px;
    box-shadow: 0 16px 38px rgba(23, 32, 51, 0.07);
  }

  body.drawer-open .contact-category-panel {
    visibility: hidden;
    pointer-events: none;
  }

  .category-mobile-toolbar,
  .category-panel-head,
  .category-panel-close {
    display: block;
  }

  .category-mobile-toolbar {
    margin: 18px 0 20px;
  }

  body.category-filter-open .category-mobile-icon::before {
    margin-top: 3px;
    transform: rotate(-135deg);
  }

  .category-panel-head {
    position: sticky;
    top: -18px;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin: -18px -18px 4px;
    padding: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
    border-bottom: 1px solid rgba(233, 237, 244, 0.9);
    border-radius: 28px 28px 0 0;
  }

  .category-panel-head .eyebrow {
    margin-bottom: 4px;
  }

  .category-panel-head h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.12;
  }

  .category-panel-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    color: #fff;
    background: var(--red);
    border: 0;
    border-radius: 999px;
  }

  .category-panel-close::before,
  .category-panel-close::after {
    position: absolute;
    width: 16px;
    height: 2px;
    content: "";
    background: currentColor;
    border-radius: 999px;
  }

  .category-panel-close::before {
    transform: rotate(45deg);
  }

  .category-panel-close::after {
    transform: rotate(-45deg);
  }

  #hotProductGrid,
  #categoryProductGrid,
  #categoryNavGrid,
  #subcategoryNavGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
  }

  #hotProductGrid .product-card,
  #categoryProductGrid .product-card,
  #categoryNavGrid .product-card,
  #subcategoryNavGrid .product-card {
    border-radius: 12px;
    box-shadow: 0 10px 26px rgba(23, 32, 51, 0.07);
  }

  #hotProductGrid .product-media,
  #categoryProductGrid .product-media,
  #categoryNavGrid .product-media,
  #subcategoryNavGrid .product-media {
    aspect-ratio: 4 / 3;
  }

  #hotProductGrid .product-body,
  #categoryProductGrid .product-body,
  #categoryNavGrid .product-body,
  #subcategoryNavGrid .product-body {
    padding: 10px 10px 12px;
  }

  #hotProductGrid .product-body h3,
  #categoryProductGrid .product-body h3,
  #categoryNavGrid .product-body h3,
  #subcategoryNavGrid .product-body h3 {
    display: -webkit-box;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.28;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .product-pagination {
    gap: 8px;
    margin-top: 22px;
  }

  .pagination-button {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .pagination-arrow {
    min-width: 42px;
    padding: 0 12px;
  }

  .pagination-arrow span {
    font-size: 18px;
  }

  .contact-section {
    background: #263f4b;
  }

  .site-footer {
    background: rgba(255, 250, 247, 0.95);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px 16px;
    padding: 24px 0 18px;
  }

  .footer-grid > div:first-child {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px 14px;
    align-items: center;
  }

  .footer-brand {
    margin: 0;
  }

  .footer-brand img {
    width: 66px;
    height: 40px;
    border-radius: 8px;
  }

  .footer-brand > .brand-name-cn {
    font-size: 15px;
  }

  .footer-grid > div:first-child p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: var(--ink);
    font-size: 12px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .footer-socials {
    grid-column: 1 / -1;
    gap: 8px;
    margin-top: 0;
  }

  .footer-socials a {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .footer-socials img {
    width: 18px;
    height: 18px;
  }

  .site-footer h3 {
    margin: 0 0 8px;
    font-size: 13px;
  }

  .site-footer a {
    margin: 6px 0;
    font-size: 12px;
    line-height: 1.25;
  }

  .footer-grid > div:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 10px;
    align-content: start;
  }

  .footer-grid > div:nth-child(2) h3 {
    grid-column: 1 / -1;
  }

  .footer-grid > div:nth-child(3) p {
    margin: 0 0 7px;
    color: var(--ink);
    font-size: 12px;
    line-height: 1.42;
  }

  .footer-grid > div:nth-child(3) p:first-of-type {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .footer-bottom {
    padding: 12px 14px;
    font-size: 11px;
    line-height: 1.45;
  }

  .form-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .spec-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .mobile-sticky-actions {
    position: fixed;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    z-index: 1900;
    display: flex;
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  body.drawer-open .mobile-sticky-actions,
  body.category-filter-open .mobile-sticky-actions,
  body.video-modal-open .mobile-sticky-actions,
  body.factory-lightbox-open .mobile-sticky-actions,
  body.gallery-viewer-open .mobile-sticky-actions,
  body.footer-in-view .mobile-sticky-actions {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
  }

  .mobile-sticky-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--red-dark), var(--red));
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 16px 34px rgba(57, 155, 148, 0.3);
  }

  .mobile-sticky-link.primary {
    color: #fff;
  }

  .mobile-sticky-link svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
}

/* Product-list refinements: retain the site background and category hierarchy. */
body .product-media,
body .home-hot-track .product-media {
  aspect-ratio: 16 / 10 !important;
}

body .product-body {
  padding: 16px 18px 18px;
}

body .product-body h3 {
  font-size: 17px;
}

#hotProductGrid,
#categoryProductGrid,
#categoryNavGrid,
#subcategoryNavGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

body[data-page="categories"] .category-nav-card .product-body {
  gap: 6px;
  padding: 16px 18px 18px;
}

body[data-page="categories"] .category-nav-meta {
  font-size: 14px;
}

@media (min-width: 761px) {
  body[data-page="categories"] .container--catalog {
    width: min(calc(100% - 160px), 1320px);
  }

  body[data-page="categories"] .category-layout {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 40px;
  }

  .category-panel,
  .contact-category-panel {
    gap: 10px;
    padding: 18px;
    background: rgba(255, 253, 250, 0.94);
    border-color: rgba(207, 220, 228, 0.9);
    box-shadow: 0 16px 38px rgba(23, 32, 51, 0.06);
  }

  .category-button {
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(23, 32, 51, 0.025);
    border-radius: 10px;
  }

  .category-parent {
    padding-right: 42px;
  }

  .subcategory-list {
    padding-left: 10px;
  }
}

@media (max-width: 760px) {
  body .product-body {
    padding: 12px;
  }

  body .product-body h3 {
    font-size: 14px;
  }

  #hotProductGrid,
  #categoryProductGrid,
  #categoryNavGrid,
  #subcategoryNavGrid {
    gap: 12px;
  }
}

@media (min-width: 900px) {
  #hotProductGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Keep the homepage action buttons and exhibition gallery visually connected. */
body[data-nav-current="home"] .about-section {
  padding-bottom: 20px;
}

body[data-nav-current="home"] .home-gallery-section {
  padding-top: 20px;
}

/* Keep the product overview and its detailed content as one continuous flow. */
.detail-hero {
  padding-bottom: 24px;
}

.detail-content {
  padding-top: 24px;
}

@media (max-width: 1100px) {
  .about-story-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 46px;
  }

  .about-story-copy {
    max-width: 780px;
  }

  .about-story-collage {
    width: min(760px, 100%);
    min-height: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .about-story-layout {
    gap: 34px;
  }

  .about-story-copy h2 {
    margin-bottom: 18px;
    font-size: clamp(30px, 9vw, 38px);
  }

  .about-story-body {
    gap: 15px;
  }

  .about-story-body p {
    font-size: 14px;
    line-height: 1.7;
  }

  .about-story-collage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 220px 138px;
    gap: 10px;
    width: 100%;
    min-height: 0;
  }

  .about-collage-card {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    border-width: 5px;
    border-radius: 14px;
    transform: none;
  }

  .about-collage-card--design {
    grid-row: 1;
    grid-column: 1 / -1;
  }

  .about-collage-card--brand {
    grid-row: 2;
    grid-column: 1;
  }

  .about-collage-card--application {
    grid-row: 2;
    grid-column: 2;
  }
}
