.factory-reality,
.contact-rfq,
.buyer-gateway,
.buyer-information,
.category-intro,
.product-detail,
.image-text,
.quality-layout,
.article-layout {
  width: var(--content-w);
  margin: 92px auto;
}

.factory-reality {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 46px;
  align-items: center;
}

.factory-reality h2,
.contact-copy h2,
.category-intro h2,
.product-copy h2,
.image-text h2,
.quality-layout h2,
.related-products h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.05;
  font-weight: 950;
}

.factory-reality p,
.buyer-gateway p,
.buyer-information p,
.contact-copy p,
.category-intro p,
.product-copy p,
.image-text p,
.quality-layout p,
.article-layout p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.buyer-gateway {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .68fr);
  gap: 36px;
  align-items: center;
  padding: 38px;
  border: 1px solid var(--line);
  background: var(--cream-2);
  box-shadow: 0 18px 44px rgba(37, 52, 65, .08);
}

.buyer-gateway h2,
.buyer-information > h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.05;
  font-weight: 950;
}

.buyer-paths {
  display: grid;
  gap: 12px;
}

.buyer-paths a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  border: 1px solid rgba(64, 83, 99, .18);
  background: #fff;
  color: var(--ink);
  font-weight: 900;
  text-decoration: none;
}

.buyer-paths a::after {
  content: ">";
  color: var(--orange);
}

.buyer-information {
  display: grid;
  gap: 34px;
}

.buyer-information > p {
  max-width: 860px;
}

.buyer-subsection {
  display: grid;
  gap: 16px;
}

.buyer-subsection > h2,
.buyer-subsection > h3 {
  margin: 0;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.12;
  font-weight: 950;
}

.buyer-subsection .grid {
  margin: 0;
}

.homepage-buyer-faq {
  width: var(--content-w);
  margin: -36px auto 92px;
}

.homepage-buyer-faq > h2 {
  margin-bottom: 22px;
  font-size: clamp(28px, 2.5vw, 38px);
  line-height: 1.08;
  font-weight: 950;
}

.homepage-buyer-faq .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.homepage-buyer-faq article {
  min-height: 220px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 28px;
}

.homepage-buyer-faq h3 {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 950;
}

.homepage-buyer-faq p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}

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

.factory-grid img,
.image-text img,
.category-intro img,
.product-gallery img {
  width: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.panel.media .v21-picture {
  display: block;
  width: 100%;
}

.panel.media .v21-picture > img,
.panel.media > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.factory-grid img {
  height: 290px;
}

.static-page-content {
  padding-bottom: 70px;
}

.static-page-content > section:not(.v21-secondary-hero) {
  width: var(--content-w);
  margin: 92px auto;
}

.static-page-content > section.sales-category-hero,
.static-page-content > section.sku-detail-hero,
.static-page-content > section.sales-category-products,
.static-page-content > section.reference-related,
.static-page-content > section.builtin-hero,
.static-page-content > section.builtin-detail-hero,
.static-page-content > section.builtin-product-band,
.static-page-content > section.builtin-related {
  width: 100%;
  max-width: none;
  margin: 0;
}

.static-page-content .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.static-page-content .grid.trio {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.static-page-content .panel {
  border: 1px solid var(--line);
  background: var(--cream-2);
  padding: 32px;
}

.static-page-content .panel.note {
  background: #fff;
  box-shadow: 0 18px 44px rgba(37, 52, 65, .08);
}

.static-page-content .panel h2,
.static-page-content .panel h3,
.static-page-content > section > h2 {
  margin-bottom: 14px;
  line-height: 1.12;
}

img[data-lightbox-src] {
  cursor: zoom-in;
}

.secondary-shade,
.builtin-hero-shade,
.builtin-detail-shade {
  pointer-events: none;
}

.site-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 54px);
  background: rgba(13, 19, 24, .78);
  backdrop-filter: blur(10px);
}

.site-image-lightbox[hidden] {
  display: none;
}

.site-image-lightbox-panel {
  position: relative;
  display: grid;
  gap: 12px;
  width: min(1120px, 100%);
  max-height: calc(100vh - clamp(36px, 8vw, 108px));
  padding: clamp(14px, 2vw, 22px);
  border: 1px solid rgba(255, 255, 255, .18);
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
}

.site-image-lightbox-panel img {
  display: block;
  width: 100%;
  max-height: min(74vh, 760px);
  object-fit: contain;
  background: #f5f2ec;
  cursor: default;
}

.site-image-lightbox-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.site-image-lightbox-close {
  justify-self: end;
  min-height: 34px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: var(--slate-dark);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.static-page-content .panel p,
.static-page-content .panel li {
  color: var(--muted);
  line-height: 1.58;
}

.contact-rfq {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 54px;
  align-items: start;
}

.contact-rfq.embedded {
  margin-block: 76px;
}

.contact-copy dl {
  display: grid;
  gap: 16px;
  margin: 28px 0;
}

.contact-copy dt {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-copy dd {
  margin: 3px 0 0;
  color: var(--ink);
  font-weight: 800;
}

.rfq-card {
  color: var(--rfq-ink);
  background: var(--rfq-bg);
  padding: 34px 36px 38px;
}

.rfq-card h2 {
  margin-bottom: 22px;
  font-size: 15px;
  text-transform: uppercase;
}

.rfq-card form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

label {
  display: grid;
  gap: 7px;
  color: color-mix(in srgb, var(--rfq-ink) 72%, transparent);
  font-size: 12px;
  font-weight: 800;
}

label.wide,
.consent {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(93, 68, 42, 0.22);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  padding: 9px 10px;
  outline: 0;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(223, 139, 50, 0.14);
}

.consent {
  display: flex;
  align-items: center;
  gap: 9px;
}

.consent input {
  width: 14px;
  min-height: 14px;
}

.form-status {
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 800;
}

.form-status.ok {
  background: #eef8eb;
  color: #2d6a28;
}

.form-status.warn {
  background: #fff2dc;
  color: #8a551c;
}

.v21-secondary-hero {
  position: relative;
  display: grid;
  align-items: end;
  width: min(100vw, 1920px);
  min-height: 430px;
  margin: 64px auto 0;
  padding: 92px var(--stage-pad) 76px;
  overflow: hidden;
  color: #fff;
  background: var(--brown);
}

.v21-secondary-hero > .v21-picture,
.v21-secondary-hero > .v21-picture > img,
.v21-secondary-hero > img,
.secondary-shade {
  position: absolute;
  inset: 0;
}

.v21-secondary-hero > .v21-picture {
  display: block;
}

.v21-secondary-hero > .v21-picture > img,
.v21-secondary-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) brightness(0.62);
}

.secondary-shade {
  background:
    linear-gradient(90deg, rgba(44, 31, 22, 0.94) 0%, rgba(44, 31, 22, 0.78) 45%, rgba(44, 31, 22, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.06));
}

.v21-secondary-hero > div:last-child {
  position: relative;
  z-index: 2;
  width: var(--content-w);
  margin-inline: auto;
}

.v21-secondary-hero h1 {
  max-width: 790px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(44px, 5.2vw, 78px);
  line-height: 0.98;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.38);
}

.v21-secondary-hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.5;
}

.info-grid,
.product-grid,
.faq-list,
.market-grid {
  display: grid;
  gap: 28px;
  width: var(--content-w);
  margin: 92px auto;
}

.info-grid.three,
.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.info-grid article,
.product-card,
.faq-list article,
.market-grid article,
.quality-points article {
  background: var(--cream-2);
  border: 1px solid var(--line);
  padding: 34px;
}

.info-grid h2,
.faq-list h2,
.market-grid h2,
.quality-points h3 {
  margin-bottom: 14px;
  font-size: 25px;
  line-height: 1.1;
}

.info-grid p,
.faq-list p,
.market-grid p,
.quality-points p,
.product-card p {
  color: var(--muted);
  line-height: 1.55;
}

.image-text,
.category-intro,
.product-detail,
.quality-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
}

.image-text img,
.category-intro img {
  height: 390px;
}

.product-card {
  display: grid;
  grid-template-rows: 210px 1fr;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.product-card .v21-picture {
  display: block;
  width: 100%;
  height: 210px;
}

.product-card .v21-picture > img,
.product-card img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  background: #fff;
}

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

.product-card span,
.product-copy span,
.market-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.08;
}

.detail-card .spec-table {
  margin: 18px 0;
}

.detail-card .spec-table div {
  grid-template-columns: 0.38fr 1fr;
  padding: 10px 0;
  border-color: rgba(85, 99, 111, .14);
}

.detail-card .spec-table span {
  font-size: 10px;
}

.detail-card .spec-table strong {
  font-size: 12px;
  line-height: 1.35;
}

.text-link {
  padding: 0;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

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

.product-gallery .v21-picture {
  display: block;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.product-gallery .v21-picture:first-child {
  grid-column: 1 / -1;
}

.product-gallery .v21-picture > img,
.product-gallery img {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: contain;
  background: #fff;
}

.product-gallery .v21-picture:first-child > img,
.product-gallery img:first-child {
  height: min(560px, 50vw);
  object-fit: contain;
  background: #fff;
}

.product-copy h3 {
  margin: 24px 0 12px;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 950;
}

.product-copy ul {
  margin: 22px 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.section-intro {
  max-width: 860px;
  margin: -12px 0 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.product-breadcrumb-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  width: var(--content-w);
  min-height: 52px;
  margin: 64px auto 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-breadcrumb-bar a {
  color: inherit;
  text-decoration: none;
}

.product-breadcrumb-bar strong {
  color: var(--ink);
}

.product-series-hub {
  width: var(--content-w);
  margin: 92px auto;
}

.product-series-heading,
.sales-products-heading,
.sku-section-copy {
  max-width: 620px;
}

.product-series-heading span,
.sales-products-heading span,
.sales-category-intro span,
.sku-hero-copy span,
.sku-section-copy span,
.sku-feature-copy span,
.sku-evidence-band span {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-series-heading h2,
.sales-products-heading h2,
.sku-section-copy h2,
.sku-feature-copy h2,
.sku-evidence-band h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.05;
  font-weight: 950;
}

.product-series-heading p,
.sales-products-heading p,
.sku-section-copy p,
.sku-feature-copy p,
.sku-evidence-band p,
.sku-hero-copy p,
.sku-review-grid p,
.sku-review-grid li,
.sku-feature-copy li,
.product-series-row p,
.product-series-row li,
.sales-product-card p,
.sales-product-card li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.product-series-list {
  display: grid;
  gap: 28px;
  margin-top: 42px;
}

.product-series-row {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 48px rgba(32, 45, 56, .08);
}

.product-series-row.reverse .v21-picture {
  order: 2;
}

.product-series-row .v21-picture {
  display: block;
  background: #fff;
}

.product-series-row img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.product-series-row h3 {
  margin: 0 0 14px;
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.05;
  font-weight: 950;
}

.product-series-row h3 a {
  color: var(--ink);
  text-decoration: none;
}

.product-series-row ul,
.sales-product-card ul,
.sku-review-grid ul,
.sku-feature-copy ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.product-series-row .meta {
  margin: 18px 0 0;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
}

.sales-category-actions,
.sku-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.sku-detail-hero {
  padding: 70px 0 78px;
  background:
    linear-gradient(115deg, var(--cream-2) 0%, #fff 48%, #eef2f5 100%);
  border-bottom: 1px solid var(--line);
}

.sku-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
  width: var(--content-w);
  margin: 0 auto;
}

.sku-hero-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: .98;
  font-weight: 950;
}

.sku-model-line {
  color: var(--ink) !important;
  font-weight: 900;
}

.sku-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.sku-proof-row small {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(64, 83, 99, .18);
  border-radius: 999px;
  background: #fff;
  color: var(--slate-dark);
  font-size: 11px;
  font-weight: 900;
}

.sku-visual-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(32, 45, 56, .12);
}

.sku-visual-card > .v21-picture {
  display: block;
  background: #fff;
}

.sku-visual-card > .v21-picture img {
  width: 100%;
  height: 440px;
  object-fit: contain;
  padding: 24px;
}

.sku-thumb-rail {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.sku-thumb-rail .v21-picture {
  display: block;
  border: 1px solid var(--line);
  background: #fff;
}

.sku-thumb-rail img {
  width: 100%;
  height: 104px;
  object-fit: contain;
  padding: 10px;
}

.sku-review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: var(--content-w);
  margin: 70px auto;
}

.sku-review-grid article,
.sku-evidence-cards article {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--cream-2);
}

.sku-review-grid h3,
.sku-evidence-cards h3,
.sales-category-review-grid h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.15;
  font-weight: 950;
}

.sku-detail-section,
.sku-feature-band,
.sku-evidence-band {
  width: var(--content-w);
  margin: 82px auto;
}

.sku-spec-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 42px;
  align-items: start;
}

.sku-spec-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(32, 45, 56, .08);
}

.sku-spec-card .spec-table {
  margin: 0;
}

.sku-evidence-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding: 18px;
  border-left: 3px solid var(--orange);
  background: var(--cream-2);
}

.sku-evidence-list p {
  margin: 0;
  font-size: 13px;
}

.sku-feature-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  gap: 46px;
  align-items: center;
}

.sku-feature-media .v21-picture {
  display: block;
  background: #fff;
}

.sku-feature-media img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  padding: 22px;
  background: #fff;
}

.sku-feature-copy h3 {
  margin: 28px 0 12px;
  font-size: 18px;
  line-height: 1.15;
}

.sku-evidence-band {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: start;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--cream-2);
}

.sku-evidence-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sku-evidence-cards article {
  background: #fff;
}

.sku-evidence-cards p {
  margin: 0;
  font-size: 13px;
}

.reference-related {
  width: 100%;
  margin: 0;
  padding: 72px max(var(--page-x), calc((100vw - var(--content-max)) / 2));
  overflow: hidden;
  background: #f5ecd5;
}

.reference-related h2 {
  width: min(var(--content-max), calc(100vw - var(--page-x) * 2));
  margin: 0 auto 34px;
  color: var(--ink);
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.1;
  font-weight: 950;
}

.reference-related .product-grid {
  width: min(var(--content-max), calc(100vw - var(--page-x) * 2));
  margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 18px;
}

.related-card {
  min-width: 0;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(64, 83, 99, .12);
}

.related-card .v21-picture,
.related-card .v21-picture > img,
.related-card img {
  height: 178px;
  background: #fff;
}

.related-card .v21-picture > img,
.related-card img {
  object-fit: contain;
  padding: 16px;
}

.related-card h3 {
  font-size: 18px;
}

.product-detail-rfq {
  margin-top: 82px;
  margin-bottom: 82px;
}

.sales-category-hero {
  position: relative;
  display: grid;
  align-items: end;
  width: min(100vw, 1920px);
  min-height: 650px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  background: var(--brown);
}

.sales-category-hero > .v21-picture,
.sales-category-hero > .v21-picture > img,
.sales-category-shade {
  position: absolute;
  inset: 0;
}

.sales-category-hero > .v21-picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sales-category-shade {
  background:
    linear-gradient(90deg, rgba(25, 25, 20, .68) 0%, rgba(25, 25, 20, .24) 44%, rgba(25, 25, 20, .16) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .26), rgba(0, 0, 0, .08) 46%, rgba(0, 0, 0, .18));
}

.sales-category-copy {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100vw - var(--page-x) * 2));
  margin: 0 0 108px max(var(--page-x), calc((100vw - var(--content-max)) / 2));
}

.sales-category-copy p:first-child {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .8);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.sales-category-copy h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 48px;
  line-height: 1.04;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 6px 24px rgba(0, 0, 0, .3);
}

.sales-category-copy p:not(:first-child) {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  line-height: 1.5;
}

.sales-category-intro {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
  gap: 76px;
  align-items: center;
  width: min(1040px, calc(100vw - var(--page-x) * 2));
  margin: 112px auto 96px;
}

.sales-category-intro h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 950;
}

.sales-category-intro .meta {
  margin-bottom: 28px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.sales-category-intro ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.sales-category-intro li {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.sales-category-intro .v21-picture {
  display: block;
}

.sales-category-intro img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.sales-category-review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: var(--content-w);
  margin: -34px auto 86px;
}

.sales-category-review-grid article {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(32, 45, 56, .07);
}

.sales-category-review-grid p,
.sales-category-review-grid li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.sales-category-review-grid ul {
  margin: 0;
  padding-left: 18px;
}

.sales-category-products {
  scroll-margin-top: 96px;
  padding: 76px max(var(--page-x), calc((100vw - var(--content-max)) / 2));
  background: #f5ecd5;
}

.sales-category-products-shell {
  display: grid;
  grid-template-columns: minmax(260px, .34fr) minmax(0, .66fr);
  gap: 42px;
  align-items: start;
  width: min(var(--content-max), calc(100vw - var(--page-x) * 2));
  margin: 0 auto;
}

.sales-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  min-width: 0;
}

.sales-product-grid.single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 680px;
}

.sales-product-card {
  display: grid;
  grid-template-rows: 250px 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(64, 83, 99, .14);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(32, 45, 56, .08);
  text-align: left;
}

.sales-product-media,
.sales-product-card .v21-picture {
  display: block;
  background: #fff;
}

.sales-product-card img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  padding: 24px;
}

.sales-product-card-body {
  display: grid;
  align-content: start;
  padding: 24px;
}

.sales-product-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.sales-product-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.08;
  font-weight: 950;
}

.sales-product-card p {
  margin: 0;
}

.sales-product-card .round-cta {
  justify-self: start;
  margin-top: 18px;
  min-height: 28px;
  padding-inline: 12px;
  background: var(--orange);
  font-size: 10px;
}

.sales-category-rfq .product-detail-rfq {
  margin-top: 0;
}

.builtin-hero,
.builtin-detail-hero {
  position: relative;
  width: min(100vw, 1920px);
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  background: var(--brown);
}

.builtin-hero {
  min-height: clamp(620px, 65vw, 1250px);
}

.builtin-detail-hero {
  min-height: clamp(360px, 36.5vw, 700px);
}

.builtin-hero > .v21-picture,
.builtin-hero > .v21-picture > img,
.builtin-detail-hero > .v21-picture,
.builtin-detail-hero > .v21-picture > img,
.builtin-hero-shade,
.builtin-detail-shade {
  position: absolute;
  inset: 0;
}

.builtin-hero > .v21-picture > img,
.builtin-detail-hero > .v21-picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.builtin-hero > .v21-picture > img {
  object-position: center center;
}

.builtin-detail-hero > .v21-picture > img {
  object-position: center center;
}

.builtin-hero-shade {
  background:
    linear-gradient(90deg, rgba(20, 18, 16, .58) 0%, rgba(20, 18, 16, .42) 34%, rgba(20, 18, 16, .08) 66%, rgba(20, 18, 16, .16) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .08) 54%, rgba(0, 0, 0, .16));
}

.builtin-detail-shade {
  background:
    linear-gradient(90deg, rgba(18, 16, 13, .62), rgba(18, 16, 13, .12) 62%, rgba(18, 16, 13, .08)),
    linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .12));
}

.builtin-hero-copy,
.builtin-detail-hero article {
  position: relative;
  z-index: 2;
  width: min(540px, calc(100vw - var(--page-x) * 2));
  margin-left: max(var(--page-x), calc((100vw - 1500px) / 2));
}

.builtin-hero-copy {
  padding-top: clamp(160px, 23vw, 430px);
}

.builtin-hero-copy h1 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(42px, 4.6vw, 78px);
  line-height: .98;
  font-weight: 950;
  text-transform: uppercase;
}

.builtin-hero-copy p {
  max-width: 430px;
  margin-bottom: 54px;
  color: rgba(255, 255, 255, .84);
  font-size: 16px;
  line-height: 1.34;
}

.builtin-detail-hero article {
  padding-top: clamp(128px, 16vw, 260px);
}

.builtin-detail-hero span,
.builtin-arrival span,
.builtin-band-top span,
.builtin-quote-context span,
.builtin-detail-copy span,
.builtin-detail-specs span,
.builtin-detail-boundary span {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.builtin-detail-hero h1 {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(38px, 4.4vw, 68px);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.builtin-detail-hero p {
  color: rgba(255, 255, 255, .85);
  font-size: 16px;
  font-weight: 800;
}

.builtin-arrival {
  width: min(1500px, calc(100vw - var(--page-x) * 2));
  margin: 114px auto 0;
}

.builtin-arrival > .v21-picture,
.builtin-arrival > .v21-picture > img {
  width: 100%;
}

.builtin-arrival > .v21-picture > img {
  height: auto;
  aspect-ratio: 1500 / 580;
  object-fit: cover;
}

.builtin-arrival-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 450px;
  gap: 96px;
  align-items: center;
  padding: 78px 0 82px;
}

.builtin-arrival-copy article {
  max-width: 620px;
}

.builtin-arrival-copy h2,
.builtin-band-top h2,
.builtin-quote-context h2,
.builtin-detail-copy h2,
.builtin-detail-specs h2,
.builtin-detail-boundary h2,
.builtin-related h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(26px, 2.6vw, 42px);
  line-height: 1.06;
  font-weight: 950;
}

.builtin-arrival-copy p,
.builtin-band-top p,
.builtin-quote-context p,
.builtin-quote-context li,
.builtin-detail-copy p,
.builtin-detail-copy li,
.builtin-detail-specs p,
.builtin-detail-boundary p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.builtin-arrival-product {
  display: block;
}

.builtin-arrival-product img {
  width: 450px;
  height: 450px;
  object-fit: contain;
}

.builtin-product-band {
  padding: 84px 0 112px;
  background: #f5ecd5;
}

.builtin-product-band.gas {
  padding-top: 104px;
  border-top: 1px solid rgba(76, 53, 31, .12);
}

.builtin-band-inner {
  width: min(1500px, calc(100vw - var(--page-x) * 2));
  margin: 0 auto;
}

.builtin-band-top {
  display: grid;
  grid-template-columns: 750px minmax(0, 1fr);
  gap: 86px;
  align-items: center;
  margin-bottom: 76px;
}

.builtin-band-top img {
  width: 100%;
  height: auto;
  aspect-ratio: 750 / 500;
  object-fit: cover;
}

.builtin-band-top article {
  max-width: 560px;
}

.builtin-model-grid,
.builtin-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 62px 56px;
}

.builtin-model-card {
  position: relative;
  display: grid;
  gap: 18px;
  min-width: 0;
  text-align: center;
}

.builtin-model-image,
.builtin-model-card .v21-picture {
  display: block;
  background: #fff;
}

.builtin-model-card img {
  width: 100%;
  height: 310px;
  object-fit: contain;
  padding: 28px;
}

.builtin-model-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.builtin-model-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.1;
  font-weight: 950;
}

.builtin-product-band .builtin-model-card h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.builtin-model-card .round-cta {
  min-height: 22px;
  padding-inline: 12px;
  background: var(--orange);
  font-size: 9px;
}

.builtin-quote-context,
.builtin-detail-main,
.builtin-detail-specs,
.builtin-detail-boundary,
.builtin-related {
  width: min(1500px, calc(100vw - var(--page-x) * 2));
  margin: 96px auto;
}

.builtin-quote-context {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, .62fr);
  gap: 64px;
  align-items: start;
  padding: 42px;
  border: 1px solid var(--line);
  background: #fff;
}

.builtin-quote-context ul {
  margin: 0;
  padding-left: 18px;
}

.builtin-detail-main {
  display: grid;
  grid-template-columns: 720px minmax(0, 1fr);
  gap: 78px;
  align-items: center;
}

.builtin-detail-gallery {
  min-width: 0;
}

.builtin-detail-main-image {
  background: #fff;
}

.builtin-detail-main-image .v21-picture {
  display: block;
  background: #fff;
}

.builtin-detail-main-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 4;
  object-fit: contain;
  background: #fff;
}

.builtin-detail-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.builtin-detail-thumbs img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
}

.builtin-detail-copy ul {
  margin: 24px 0 28px;
  padding-left: 18px;
}

.builtin-detail-specs {
  display: grid;
  grid-template-columns: minmax(0, .62fr) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.builtin-detail-boundary {
  padding: 42px;
  border: 1px solid var(--line);
  background: #fff;
}

.builtin-related {
  padding: 72px 0 86px;
  background: #f5ecd5;
}

.builtin-related h2,
.builtin-related-grid {
  width: min(1180px, calc(100% - 72px));
  margin-inline: auto;
}

.builtin-related h2 {
  margin-bottom: 34px;
  text-align: center;
}

.builtin-related .builtin-model-card img {
  height: 250px;
}

.spec-table {
  display: grid;
  border: 1px solid var(--line);
}

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

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

.spec-table span {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.spec-table strong {
  font-size: 13px;
}

.related-products {
  width: var(--content-w);
  margin: 82px auto;
}

.related-products.reference-related {
  width: 100%;
  margin: 0;
}

.quality-layout {
  align-items: start;
}

.quality-points {
  display: grid;
  gap: 16px;
  margin: 28px 0;
}

.certificate-card {
  margin: 0;
  padding: 24px;
  background: var(--cream-2);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.certificate-card img {
  width: min(420px, 100%);
  margin-inline: auto;
}

.certificate-card figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

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

.article-layout {
  max-width: 900px;
}
