:root {
  --blue: #244038;
  --blue-dark: #182f29;
  --navy: #182338;
  --text: #1e293b;
  --muted: #63706c;
  --bg: #ffffff;
  --soft: #f3f5f2;
  --line: #dfe4df;
  --gold: #c9963e;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

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

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

.promo-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 38px;
  padding: 8px 18px;
  background: #182338;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.promo-bar a {
  color: #f6d79a;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 max(22px, calc((100vw - 1180px) / 2));
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 1px 0 rgba(15, 23, 42, .08);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  border: 1px solid rgba(201,150,62,.52);
  background: var(--blue);
  color: #f3d59b;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  font-size: 17px;
  color: var(--navy);
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}

.nav-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-paypal-cart {
  display: block;
  width: auto;
  flex: 0 0 auto;
}

.paypal-cart-fallback {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid #d8dedb;
  border-radius: 4px;
  padding: 0 14px;
}

.nav-paypal-cart .viewCartButtonContainer {
  height: 38px !important;
  border-radius: 4px !important;
  padding: 0 13px !important;
}

.nav-cart svg {
  flex: 0 0 auto;
}

.nav-cart b {
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  padding: 0 5px;
  background: var(--blue);
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.nav-cart b[hidden] {
  display: none;
}

.nav a {
  opacity: .86;
}

.nav a:hover {
  color: var(--blue);
  opacity: 1;
}

.nav a[aria-current="page"] {
  color: var(--blue);
  opacity: 1;
}

.nav a[aria-current="page"]:not(.nav-cta) {
  box-shadow: inset 0 -2px 0 rgba(201,150,62,.72);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(201,150,62,.68);
  outline-offset: 3px;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 800;
}

.nav-cta,
.button.primary {
  background: var(--blue);
  color: #fff;
}

.button.primary:hover,
.nav-cta:hover {
  background: var(--blue-dark);
  color: #fff;
}

.button.ghost {
  border: 1px solid rgba(255,255,255,.78);
  color: #fff;
}

.button.secondary {
  background: rgba(255,255,255,.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,.34);
}

.button.secondary:hover {
  background: rgba(255,255,255,.22);
  color: #fff;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy);
}

.hero {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(16, 29, 26, .72) 0%, rgba(24, 48, 42, .48) 42%, rgba(24, 48, 42, .14) 100%), url("./assets/hero-real-textiles.webp");
  background-size: cover;
  background-position: center;
}

.hero-content {
  position: relative;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  text-align: left;
}

.hero h1 {
  max-width: 700px;
  margin: 0 0 16px;
  font-size: clamp(38px, 5.6vw, 72px);
  line-height: 1.05;
  font-weight: 850;
}

.hero p {
  max-width: 680px;
  margin: 0 0 24px;
  color: rgba(255,255,255,.9);
  font-size: 18px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
}

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.trust-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.trust-inner div {
  padding: 22px 18px;
  border-left: 1px solid var(--line);
  text-align: center;
}

.trust-inner div:last-child {
  border-right: 1px solid var(--line);
}

.trust-inner strong,
.trust-inner span {
  display: block;
}

.trust-inner strong {
  color: var(--navy);
  font-size: 16px;
}

.trust-inner span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
}

.section {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 74px 0;
}

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

.section-title {
  margin-bottom: 34px;
}

.section-title.centered {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.section-title h2,
.gallery-title h2,
.cta h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.16;
  font-weight: 850;
}

.section-title p,
.cta p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.about-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15,23,42,.12);
}

.about-media img {
  height: 300px;
  object-fit: cover;
}

.about.section {
  padding-top: 58px;
  padding-bottom: 42px;
}

.about-intro {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 48px;
  align-items: center;
}

.about-intro .section-title {
  margin: 0;
}

.about-intro .eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #a87527;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.stats div {
  padding: 19px 16px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 30px rgba(15,23,42,.06);
}

.stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
}

.stats span {
  color: var(--muted);
  font-size: 13px;
}

.benefit-grid,
.program-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.benefit-grid article {
  min-height: 174px;
  padding: 20px;
  border: 1px solid #e3ded4;
  border-radius: 8px;
  background: #fbfaf7;
  box-shadow: 0 12px 30px rgba(24,35,56,.055);
}

.benefit-head {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-bottom: 14px;
}

.benefit-head span {
  display: inline-flex;
  padding-top: 3px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.benefit-head h3 {
  margin: 0;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.25;
}

.benefit-grid p,
.program-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.silk-benefits {
  padding-top: 46px;
  padding-bottom: 50px;
}

.silk-benefits .section-title {
  margin-bottom: 26px;
}

.quick-shop {
  padding-top: 62px;
  padding-bottom: 34px;
}

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

.quick-grid a {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 18px 45px rgba(15,23,42,.14);
  transition: transform .18s ease, box-shadow .18s ease;
}

.quick-grid a:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(15,23,42,.18);
}

.quick-grid img {
  height: 100%;
  object-fit: cover;
  opacity: .8;
  transition: transform .35s ease, opacity .18s ease;
}

.quick-grid a:hover img {
  transform: scale(1.04);
  opacity: .94;
}

.quick-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24,35,56,.05) 20%, rgba(24,35,56,.86) 100%);
}

.quick-grid span,
.quick-grid strong {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
}

.quick-grid span {
  bottom: 64px;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.quick-grid strong {
  bottom: 24px;
  font-size: 23px;
  line-height: 1.12;
}

.tabbar {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 26px;
}

.tab {
  min-height: 40px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
}

.tab.active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

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

.product-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(15,23,42,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(15,23,42,.14);
}

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

.product-card img {
  height: 220px;
  object-fit: cover;
}

.product-card div {
  padding: 22px;
}

.product-card h3 {
  margin: 0 0 9px;
  color: var(--navy);
  font-size: 20px;
}

.product-card p {
  min-height: 58px;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.product-card span {
  display: block;
  margin-bottom: 14px;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
}

.product-card a {
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
}

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

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

.sku-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15,23,42,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.sku-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(15,23,42,.14);
}

.sku-card img {
  height: 210px;
  object-fit: cover;
}

.sku-card.compact img {
  height: 185px;
}

.sku-card > div {
  padding: 20px;
}

.sku-type {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sku-card h3 {
  min-height: 54px;
  margin: 0 0 9px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.28;
}

.sku-card p {
  min-height: 66px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.sku-card dl {
  display: grid;
  gap: 0;
  margin: 0 0 14px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.sku-card dl div {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
}

.sku-card dl div:last-child {
  border-bottom: 0;
}

.sku-card dt {
  color: #475569;
  font-size: 12px;
  font-weight: 850;
}

.sku-card dd {
  margin: 0;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.sku-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 58px;
  margin-bottom: 16px;
}

.sku-tags span {
  align-self: flex-start;
  border-radius: 999px;
  padding: 6px 10px;
  background: #eaf1ff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.sku-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 8px;
  padding: 9px 14px;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.product-center-hero .detail-image img {
  object-position: center;
}

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

.catalog-filter {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 8px;
  padding-bottom: 28px;
}

.catalog-filter button {
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--muted);
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.catalog-filter button span {
  margin-left: 5px;
  color: #9d6d1f;
  font-size: 11px;
}

.catalog-filter button.active {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.catalog-filter button.active span {
  color: #f1d39d;
}

.catalog-card-collapsed {
  display: none !important;
}

.button.secondary.catalog-more {
  display: flex;
  min-width: 180px;
  margin: 24px auto 0;
  border-color: #31564c;
  background: #fff;
  color: #244038;
}

.button.secondary.catalog-more:hover {
  border-color: #244038;
  background: #edf3f0;
  color: #182f29;
}

.category-card {
  position: relative;
  display: grid;
  align-content: end;
  gap: 9px;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  padding: 24px;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 18px 45px rgba(15,23,42,.14);
  transition: transform .18s ease, box-shadow .18s ease;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 62px rgba(15,23,42,.18);
}

.category-card img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  opacity: .82;
  transition: transform .35s ease, opacity .18s ease;
}

.category-card:hover img {
  transform: scale(1.04);
  opacity: .94;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24,35,56,.08) 5%, rgba(24,35,56,.9) 100%);
}

.category-card span,
.category-card strong,
.category-card small {
  position: relative;
  z-index: 1;
}

.category-card span {
  color: rgba(255,255,255,.76);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.category-card strong {
  font-size: 27px;
  line-height: 1.08;
}

.category-card small {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.45;
}

.product-category {
  scroll-margin-top: 92px;
}

.category-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 30px;
}

.category-label {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.category-head h2,
.product-rfq h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.02;
}

.category-head p,
.product-rfq p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.fabric-product-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 22px;
}

.fabric-feature,
.fabric-mini-grid article,
.product-rfq {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15,23,42,.07);
}

.fabric-feature {
  overflow: hidden;
}

.fabric-feature img {
  height: 340px;
  object-fit: cover;
}

.fabric-feature div {
  padding: 26px;
}

.fabric-feature h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 26px;
}

.fabric-feature p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.fabric-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.fabric-mini-grid article {
  min-height: 190px;
  padding: 24px;
}

.fabric-mini-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 20px;
}

.fabric-mini-grid span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.product-rfq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
}

.product-rfq p {
  max-width: 680px;
  margin-top: 12px;
}

.gift-sets {
  padding-top: 28px;
  padding-bottom: 62px;
}

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

.program-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15,23,42,.08);
}

.program-grid img {
  height: 230px;
  object-fit: cover;
}

.program-grid div {
  padding: 22px;
}

.program-grid h3 {
  margin: 0 0 9px;
  color: var(--navy);
  font-size: 21px;
}

.program-grid a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
}

.fabric-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 44px;
  align-items: center;
}

.fabric-supply .section {
  padding-bottom: 30px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fabric-layout h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 56px);
  line-height: .98;
}

.fabric-layout p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.fabric-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.fabric-panel article {
  min-height: 146px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15,23,42,.07);
}

.fabric-panel strong {
  display: block;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 21px;
}

.fabric-panel span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

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

.application-grid a {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease;
}

.application-grid a:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(15,23,42,.12);
}

.application-grid img {
  height: 150px;
  object-fit: cover;
}

.application-grid strong {
  margin: 18px 18px 6px;
  color: var(--navy);
  font-size: 18px;
}

.application-grid span {
  margin: 0 18px 20px;
  color: var(--muted);
  font-size: 13px;
}

.capability-layout {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  margin-bottom: 42px;
}

.capability > .section {
  padding-top: 38px;
}

.capability-cards {
  display: grid;
  gap: 18px;
}

.capability-cards article,
.flow-card {
  border-radius: 8px;
  background: #fff;
  border: 1px solid #dfe4df;
  box-shadow: none;
}

.capability-cards article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 22px;
  border-left: 2px solid rgba(201,150,62,.72);
}

.capability-cards b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid #dce4df;
  background: #eef2ef;
  color: var(--blue);
}

.capability-cards h3,
.flow-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 19px;
}

.capability-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.flow-card {
  padding: 28px;
}

.flow-card ol {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  padding: 0;
  border-top: 1px solid #e5e9e6;
  list-style: none;
}

.flow-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e5e9e6;
  color: #475569;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.flow-card span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #eadfce;
  background: #fbfaf7;
  color: #9d6d1f;
  font-size: 12px;
}

.documentation-band {
  border-top: 1px solid #dfe4df;
  background: #f8f7f3;
}

.documentation-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 72px;
  align-items: start;
}

.documentation-intro {
  position: sticky;
  top: 110px;
}

.documentation-intro h2,
.product-documentation h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.04;
}

.documentation-intro p,
.product-documentation-copy p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #b88a3d;
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
}

.text-link span {
  color: #a67527;
}

.document-ledger {
  border-top: 1px solid #cfd7d2;
}

.document-ledger article {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 20px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid #dfe4df;
}

.document-index {
  color: #a67527;
  font-size: 13px;
  font-weight: 900;
}

.document-ledger h3 {
  margin: 0 0 7px;
  color: var(--navy);
  font-size: 19px;
}

.document-ledger article p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.document-state {
  padding: 6px 9px;
  border: 1px solid #d4ddd7;
  border-radius: 999px;
  color: #48655d;
  background: #fff;
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}

.document-disclaimer {
  margin: 18px 0 0;
  color: #77827d;
  font-size: 12px;
  line-height: 1.6;
}

.product-documentation {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 64px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-documentation-copy .eyebrow {
  display: block;
}

.document-scope {
  margin: 0;
  border-top: 1px solid #d9e0dc;
}

.document-scope div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #d9e0dc;
}

.document-scope dt {
  color: #52635e;
  font-size: 13px;
  font-weight: 850;
}

.document-scope dd {
  margin: 0;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.55;
}

.gallery-title {
  margin-bottom: 22px;
  text-align: center;
}

.editorial-gallery-title {
  max-width: 680px;
  margin: 76px auto 28px;
}

.editorial-gallery-title > span {
  display: block;
  margin-bottom: 9px;
  color: #a87527;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.editorial-gallery-title p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.editorial-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  grid-template-areas:
    "feature packaging"
    "ritual bundle";
  gap: 18px;
}

.gallery-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 30, 48, .12);
  border-radius: 6px;
  background: #fbfaf7;
  color: var(--navy);
  box-shadow: 0 14px 40px rgba(16, 30, 48, .06);
}

.gallery-card-feature {
  grid-area: feature;
}

.gallery-card-packaging {
  grid-area: packaging;
}

.gallery-card-ritual {
  grid-area: ritual;
}

.gallery-card-bundle {
  grid-area: bundle;
}

.gallery-card-media {
  display: block;
  height: 340px;
  overflow: hidden;
  background: #d8d1c5;
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .65s cubic-bezier(.25, 1, .5, 1);
}

.gallery-card-feature .gallery-card-media {
  height: 430px;
}

.gallery-card-packaging .gallery-card-media {
  height: 430px;
}

.gallery-card-caption {
  display: block;
  padding: 20px 22px 22px;
  border-top: 1px solid rgba(16, 30, 48, .08);
}

.gallery-card-caption > span:first-child {
  display: block;
  margin-bottom: 7px;
  color: #a87527;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gallery-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.gallery-card-title strong {
  font-size: 17px;
  font-weight: 650;
  line-height: 1.35;
}

.gallery-card-title i {
  flex: 0 0 auto;
  color: #a87527;
  font-size: 18px;
  font-style: normal;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .3s ease, transform .3s ease;
}

@media (hover: hover) {
  .gallery-card:hover img {
    transform: scale(1.03);
  }

  .gallery-card:hover {
    border-color: rgba(168, 117, 39, .34);
  }

  .gallery-card:hover .gallery-card-title i {
    opacity: 1;
    transform: translateX(0);
  }
}

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

.gallery img {
  height: 210px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.faq {
  background: #fff;
}

.faq-list {
  display: grid;
  gap: 0;
  max-width: 880px;
  margin: 0 auto;
  border-top: 1px solid #dfe4df;
}

.faq-list details {
  border: 0;
  border-bottom: 1px solid #dfe4df;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.faq-list summary {
  cursor: pointer;
  padding: 21px 4px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--blue);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: -4px 4px 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.cta {
  scroll-margin-top: 70px;
  border-top: 1px solid #eee6d8;
  background: linear-gradient(180deg, #fbfaf7 0%, #f4efe7 100%);
  color: var(--navy);
}

.cta .section {
  padding: 48px 0 58px;
}

.cta-inner {
  text-align: center;
}

.cta h2 {
  max-width: 760px;
  margin-inline: auto;
  color: var(--navy);
  font-size: clamp(26px, 2.4vw, 38px);
  font-weight: 800;
}

.cta p {
  max-width: 580px;
  margin: 0 auto 20px;
  color: var(--muted);
}

.quote-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--text);
  font: inherit;
}

.quote-form textarea {
  min-height: 100px;
  resize: vertical;
}

.rfq-form {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1040px;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255,255,255,.14);
}

.rfq-form label {
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,.88);
  text-align: left;
  font-size: 13px;
  font-weight: 800;
}

.rfq-form .span-2 {
  grid-column: span 2;
}

.rfq-form .file-field input {
  padding: 10px;
  background: #fff;
}

.quote-form .button.primary {
  background: var(--navy);
}

.is-step-form {
  display: block;
  max-width: 610px;
  margin: 0 auto;
  padding: 24px;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #e4dccf;
  background: #fbfaf7;
  box-shadow: 0 10px 28px rgba(24,35,56,.07);
}

.rfq-progress {
  height: 3px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8e1d4;
}

.rfq-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.rfq-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 9px;
  border: 1px solid #eadfce;
  border-radius: 999px;
  color: #5c6472;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
}

.rfq-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #d59a31, #f0d49b);
  transition: width .28s ease;
}

.rfq-step {
  display: none;
  animation: rfqFade .24s ease;
}

.rfq-step.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: start;
}

.rfq-step-head,
.rfq-step label:has(textarea),
.rfq-actions,
.rfq-privacy,
.rfq-chat,
.rfq-field-note {
  grid-column: 1 / -1;
}

.rfq-step-head {
  display: grid;
  gap: 6px;
}

.rfq-step-head span {
  color: #9d6d1f;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rfq-step-head h3 {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
}

.is-step-form label {
  color: var(--navy);
}

.is-step-form input,
.is-step-form select,
.is-step-form textarea {
  border: 1px solid #ded7cb;
  background: #fff;
}

.is-step-form .button.primary {
  background: #244038;
}

.is-step-form .button.primary:hover {
  background: #182f29;
}

.is-step-form .button.secondary {
  color: var(--navy);
  border-color: #ded7cb;
  background: #fff;
}

.is-step-form .button.secondary:hover {
  background: #f4efe7;
  color: var(--navy);
}

.rfq-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 2px;
}

.rfq-actions.split {
  justify-content: space-between;
}

.rfq-actions.centered {
  justify-content: center;
  margin-top: 24px;
}

.rfq-actions.centered .button {
  min-width: 180px;
  min-height: 54px;
}

.rfq-privacy {
  margin: 0;
  color: #7b8494;
  font-size: 12px;
  text-align: center;
}

.form-status {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid #ded7cb;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.form-status:empty {
  display: none;
}

.form-status.success {
  color: #176748;
}

.form-status.warning {
  color: #865d18;
}

.mobile-action-bar {
  display: none;
}

.rfq-chat {
  margin: -4px 0 0;
  color: #5c6472;
  font-size: 13px;
  text-align: center;
}

.rfq-chat a {
  color: #244038;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@keyframes rfqFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.detail-hero {
  background: var(--soft);
}

.detail-hero .section {
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  gap: 46px;
  align-items: center;
  padding: 54px 0;
}

.breadcrumb {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.detail-copy h1 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.06;
}

.detail-copy p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-center-actions {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 12px;
  align-items: center;
}

.product-center-links {
  display: flex;
  grid-column: 1 / -1;
  gap: 24px;
  align-items: center;
  margin-top: 2px;
}

.product-center-links a {
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
}

.product-center-links a::after {
  content: " \2192";
}

.button.outline {
  border: 1px solid var(--blue);
  color: var(--blue);
  background: #fff;
}

.detail-image {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(15,23,42,.12);
}

.detail-image img {
  aspect-ratio: 1.34;
  object-fit: cover;
}

.factory-hero-image img {
  object-position: center 54%;
}

.real-factory-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  align-items: center;
  padding-top: 62px;
  padding-bottom: 62px;
}

.real-factory-copy h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.12;
}

.real-factory-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.real-factory-points {
  margin-top: 26px;
  border-top: 1px solid var(--line);
}

.real-factory-points div {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.real-factory-points strong {
  color: var(--navy);
  font-size: 14px;
}

.real-factory-points span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.real-factory-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15,23,42,.1);
}

.real-factory-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.real-factory-photo figcaption {
  padding: 12px 16px;
  color: var(--muted);
  font-size: 12px;
}

.detail-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
  transform: translateY(-28px);
}

.detail-trust div {
  padding: 22px;
  border-right: 1px solid var(--line);
}

.detail-trust div:last-child {
  border-right: 0;
}

.detail-trust strong,
.detail-trust span {
  display: block;
}

.detail-trust strong {
  margin-bottom: 7px;
  color: var(--navy);
  font-size: 16px;
}

.detail-trust span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.spec-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.spec-panel,
.inquiry-panel,
.related-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
}

.spec-panel {
  padding: 26px;
}

.spec-panel h2,
.inquiry-panel h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 28px;
}

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

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

.spec-list div:last-child {
  border-bottom: 0;
}

.spec-list dt {
  color: var(--navy);
  font-weight: 850;
}

.spec-list dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.6;
  position: relative;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.detail-band {
  background: var(--soft);
}

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

.use-grid article {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 24px;
  padding-bottom: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.use-grid h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 18px;
}

.use-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.program-link {
  display: inline-flex;
  align-self: flex-start;
  margin-top: auto;
  padding-bottom: 3px;
  border-bottom: 1px dashed #9d6d1f;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.program-link:hover {
  color: #9d6d1f;
}

.field-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.detail-rfq {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 26px;
  align-items: start;
  scroll-margin-top: 88px;
}

.inquiry-panel {
  padding: 26px;
}

.detail-rfq .inquiry-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.detail-rfq .quote-form {
  grid-template-columns: repeat(2, 1fr);
  max-width: none;
}

.detail-rfq .rfq-form.is-step-form {
  padding: 24px;
  background: #fbfaf7;
}

.detail-rfq .quote-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}

.detail-rfq .quote-form input,
.detail-rfq .quote-form select,
.detail-rfq .quote-form textarea {
  border: 1px solid var(--line);
  background: #fff;
}

.detail-rfq .rfq-step select {
  width: 100%;
  height: 54px;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 8px;
}

.detail-rfq .quote-form .span-2 {
  grid-column: span 2;
}

.contact-rfq {
  align-items: center;
}

.contact-details {
  display: grid;
  gap: 20px;
}

.contact-details .section-title {
  margin-bottom: 0;
}

.contact-details .section-title p,
.contact-response {
  font-size: 15px;
  line-height: 1.8;
}

.contact-list {
  border-top: 1px solid var(--line);
}

.contact-list a,
.contact-list > div {
  display: grid;
  gap: 3px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.contact-list span {
  color: #9d6d1f;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact-list strong {
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.contact-list a:hover strong {
  color: var(--blue);
}

.contact-response {
  margin: 0;
  color: var(--muted);
}

.contact-rfq .rfq-actions .button.primary {
  min-width: 190px;
  min-height: 54px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.related-card {
  overflow: hidden;
}

.related-card img {
  height: 170px;
  object-fit: cover;
}

.related-card div {
  padding: 18px;
}

.related-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
}

.related-card a {
  color: var(--blue);
  font-weight: 850;
}

.footer {
  background: var(--navy);
  color: #fff;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.35fr .8fr .9fr 1fr;
  gap: 34px;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 46px 0;
}

.footer strong {
  display: block;
  margin-bottom: 12px;
}

.footer p,
.footer a {
  display: block;
  margin: 0 0 8px;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .real-factory-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .product-center-actions .button {
    width: 100%;
  }

  .product-center-links {
    grid-column: auto;
    justify-content: space-between;
    padding-top: 4px;
  }

  body {
    padding-bottom: 72px;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 10px;
    padding: 10px max(14px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    border-top: 1px solid var(--line);
    background: rgba(255,255,255,.96);
    box-shadow: 0 -10px 28px rgba(15,23,42,.09);
    backdrop-filter: blur(10px);
    transition: transform .2s ease, opacity .2s ease;
  }

  .mobile-action-bar .button {
    min-height: 48px;
    padding: 12px 14px;
  }

  .mobile-action-bar .button.secondary {
    color: var(--navy);
    border: 1px solid var(--blue);
    background: #fff;
  }

  .mobile-action-bar.is-context-hidden {
    pointer-events: none;
    opacity: 0;
    transform: translateY(110%);
  }

  .editorial-gallery {
    grid-template-columns: 1fr;
    grid-template-areas:
      "feature"
      "packaging"
      "ritual"
      "bundle";
  }

  .gallery-card-media,
  .gallery-card-feature .gallery-card-media,
  .gallery-card-packaging .gallery-card-media {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .editorial-gallery-title {
    margin-top: 56px;
  }

  .product-category-nav {
    display: none;
  }

  .catalog-filter {
    position: sticky;
    z-index: 40;
    top: 0;
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 10px 14px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(255,255,255,.97);
    scrollbar-width: none;
  }

  .catalog-filter::-webkit-scrollbar {
    display: none;
  }

  .catalog-filter button {
    flex: 0 0 auto;
  }

  .menu-button {
    display: block;
  }

  .nav {
    position: fixed;
    inset: 78px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(15,23,42,.18);
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 13px 12px;
  }

  .nav-cart {
    justify-content: flex-start;
  }

  .nav-cta {
    margin-top: 6px;
  }

  .promo-bar {
    flex-direction: column;
    gap: 2px;
    padding: 8px 12px;
    line-height: 1.35;
  }

  .hero {
    min-height: 480px;
  }

  .hero-content {
    text-align: center;
  }

  .hero p {
    margin-inline: auto;
  }

  .hero-actions,
  .tabbar {
    justify-content: center;
    flex-wrap: wrap;
  }

  .stats,
  .trust-inner,
  .benefit-grid,
  .quick-grid,
  .about-intro,
  .product-category-nav,
  .category-head,
  .fabric-product-layout,
  .fabric-mini-grid,
  .sku-grid,
  .fabric-sku-grid,
  .oem-sku-grid,
  .product-grid,
  .program-grid,
  .fabric-layout,
  .fabric-panel,
  .application-grid,
  .capability-layout,
  .documentation-layout,
  .product-documentation,
  .gallery,
  .faq-list,
  .rfq-form,
  .detail-hero .section,
  .detail-trust,
  .spec-layout,
  .use-grid,
  .detail-rfq,
  .related-grid,
  .quote-form,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .documentation-layout,
  .product-documentation {
    gap: 34px;
  }

  .documentation-intro {
    position: static;
  }

  .rfq-form .span-2,
  .detail-rfq .quote-form .span-2 {
    grid-column: auto;
  }

  .rfq-step.active {
    grid-template-columns: 1fr;
  }

  .rfq-actions,
  .rfq-actions.split {
    display: grid;
    grid-template-columns: 1fr;
  }

  .detail-trust {
    padding: 0;
    transform: none;
  }

  .detail-trust div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .detail-trust div:last-child {
    border-bottom: 0;
  }

  .section.detail-trust {
    padding: 0;
  }

  .section {
    width: min(100% - 30px, 1180px);
    padding: 54px 0;
  }

  .about-intro {
    gap: 24px;
  }

  .about-media img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .product-card img,
  .sku-card img,
  .sku-card.compact img,
  .quick-grid a,
  .category-card,
  .program-grid img,
  .gallery img,
  .related-card img {
    height: 190px;
  }

  .quick-grid a,
  .category-card {
    min-height: 230px;
  }

  .product-rfq {
    display: grid;
    padding: 26px;
  }

  .fabric-feature img {
    height: 230px;
  }

  .sku-card h3,
  .sku-card p,
  .sku-tags {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .real-factory-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .real-factory-points div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .site-header {
    height: 64px;
    padding-inline: 14px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 420px;
  }

  .hero-content {
    width: calc(100% - 28px);
  }

  .hero p {
    font-size: 15px;
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    display: grid;
  }

  .stats div {
    padding: 18px 14px;
  }

  .quick-grid,
  .stats,
  .fabric-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-grid {
    gap: 10px;
  }

  .quick-grid a {
    min-height: 210px;
    height: 210px;
  }

  .stats {
    gap: 10px;
  }

  .fabric-panel {
    gap: 10px;
  }

  .fabric-panel article {
    min-height: 0;
    padding: 17px;
  }

  .fabric-panel strong {
    font-size: 17px;
  }

  .sku-card > div {
    padding: 16px;
  }

  .sku-card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .sku-card .sku-tags {
    display: none;
  }

  .editorial-gallery {
    gap: 12px;
  }

  .gallery-card {
    border-radius: 4px;
  }

  .gallery-card-media,
  .gallery-card-feature .gallery-card-media,
  .gallery-card-packaging .gallery-card-media {
    aspect-ratio: 5 / 4;
  }

  .gallery-card-caption {
    padding: 17px 18px 19px;
  }

  .gallery-card-title strong {
    font-size: 16px;
  }

  .gallery-card-title i {
    opacity: .72;
    transform: none;
  }

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

  .documentation-intro h2,
  .product-documentation h2 {
    font-size: 30px;
  }

  .document-ledger article {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 21px 0;
  }

  .document-state {
    grid-column: 2;
    justify-self: start;
  }

  .document-scope div {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 15px 0;
  }

  .detail-rfq .quote-form {
    grid-template-columns: 1fr;
  }

  .detail-rfq .quote-form .span-2 {
    grid-column: auto;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
