.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 .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;
}

.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-detail-hero-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 220px));
  justify-content: center;
  align-items: end;
  gap: 36px;
  min-height: 330px;
  margin-top: 64px;
  padding: 56px var(--page-x) 40px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, .72), rgba(255, 255, 255, 0) 34%),
    linear-gradient(180deg, #f6d772 0%, #efd27a 42%, #d99e3d 100%);
  border-bottom: 1px solid rgba(123, 83, 24, .18);
}

.product-detail-hero-strip .v21-picture {
  display: block;
}

.product-detail-hero-strip img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(52, 38, 20, .22));
}

.product-breadcrumb-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  width: var(--content-w);
  min-height: 52px;
  margin: 0 auto;
  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-reference-main,
.product-reference-specs {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 54px;
  width: var(--content-w);
  margin: 58px auto 72px;
  align-items: start;
}

.reference-main-gallery {
  display: grid;
  gap: 18px;
}

.reference-main-gallery > .v21-picture {
  display: block;
  background: #fbf2d9;
}

.reference-main-gallery > .v21-picture img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  padding: 28px;
}

.reference-thumbs {
  display: flex;
  gap: 16px;
}

.reference-thumbs .v21-picture {
  width: 104px;
  height: 104px;
  background: #fbf2d9;
}

.reference-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.reference-product-copy span,
.model-line,
.reference-spec-copy h2,
.reference-boundary h2,
.reference-related h2 {
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.reference-product-copy h1 {
  margin: 12px 0 18px;
  font-size: clamp(34px, 3vw, 50px);
  line-height: .98;
  font-weight: 950;
  text-transform: uppercase;
}

.reference-product-copy p,
.reference-product-copy li,
.reference-spec-copy li,
.reference-boundary p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.reference-product-copy h2 {
  margin: 28px 0 12px;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 950;
  text-transform: uppercase;
}

.reference-product-copy ul,
.reference-spec-copy ul {
  margin: 0;
  padding-left: 18px;
}

.reference-feature-stack {
  display: grid;
  gap: 28px;
}

.reference-feature-stack .v21-picture {
  display: block;
  background: #fff;
  box-shadow: 0 14px 34px rgba(32, 45, 56, .1);
}

.reference-feature-stack img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.reference-feature-stack .v21-picture:first-child img {
  object-fit: contain;
  padding: 18px;
  background: #fff;
}

.reference-spec-copy .spec-table {
  margin: 16px 0 34px;
}

.product-application-wide,
.reference-boundary {
  width: var(--content-w);
  margin: 70px auto;
}

.product-application-wide .v21-picture {
  display: block;
}

.product-application-wide img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

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

.reference-related h2 {
  width: min(var(--content-max), calc(100vw - var(--page-x) * 2));
  margin: 0 auto 34px;
  color: var(--ink);
}

.reference-related .product-grid {
  width: min(var(--content-max), calc(100vw - var(--page-x) * 2));
  margin: 0 auto;
}

.related-card {
  background: rgba(255, 255, 255, .72);
  border: 0;
}

.related-card .v21-picture,
.related-card img {
  background: transparent;
}

.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(360px, calc(100vw - var(--page-x) * 2));
  margin: 0 0 120px 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: clamp(38px, 4.3vw, 64px);
  line-height: .92;
  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-products {
  padding: 92px max(var(--page-x), calc((100vw - var(--content-max)) / 2)) 84px;
  background: #f5ecd5;
}

.sales-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 240px));
  justify-content: center;
  gap: 48px 28px;
  width: min(var(--content-max), calc(100vw - var(--page-x) * 2));
  margin: 0 auto;
}

.sales-product-card {
  text-align: center;
}

.sales-product-card .v21-picture {
  display: block;
  margin-bottom: 18px;
  background: #fff;
}

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

.sales-product-card h3 {
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 800;
}

.sales-product-card p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

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

.sales-product-pagination {
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(var(--content-max), calc(100vw - var(--page-x) * 2));
  margin: 68px auto 0;
  color: var(--muted);
  font-size: 11px;
}

.sales-product-pagination i {
  flex: 1;
  height: 1px;
  background: rgba(32, 45, 56, .32);
}

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

.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;
}

.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;
}
