﻿/*
Theme Name: BSTKOI Jewelry B2B
Theme URI: https://bstkoi.com/
Author: BSTKOI
Description: WordPress-ready B2B jewelry theme direction for wholesale, packaging support and private label buyers.
Version: 1.0.17
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bstkoi-jewelry
Tags: e-commerce, custom-logo, editor-style, full-site-editing, block-patterns
*/
:root {
  --black: #050505;
  --ink: #141414;
  --muted: #6b6b6b;
  --paper: #ffffff;
  --soft: #f4f1ec;
  --gold: #b89b68;
  --line: rgba(20, 20, 20, 0.12);
  --max: 1240px;
  --font-body: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Aptos Display", "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-utility: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --tracking-tight: 0;
  --tracking-label: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  position: fixed;
  top: 38px;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  align-items: center;
  min-height: 68px;
  padding: 0 clamp(22px, 4vw, 60px);
  color: #111;
  background: #fff;
  border-bottom: 1px solid #e8e4dc;
}

.announcement {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 21;
  display: grid;
  min-height: 38px;
  place-items: center;
  padding: 8px 18px;
  color: #d9c79c;
  background: #050505;
  border-bottom: 1px solid rgba(184, 155, 104, 0.2);
  font-size: 13px;
  font-family: var(--font-utility);
  font-weight: 650;
  letter-spacing: var(--tracking-label);
  text-align: center;
}

.logo {
  display: inline-flex;
  gap: 7px;
  align-items: baseline;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: var(--tracking-tight);
  text-transform: uppercase;
  white-space: nowrap;
}

.logo em {
  color: #111;
  font-style: normal;
}

.logo small {
  display: none;
}

.topbar nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  align-items: center;
  color: #111;
  font-size: 15px;
  font-family: var(--font-utility);
  font-weight: 650;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.topbar nav a:hover,
.quote-link:hover {
  color: var(--gold);
}

.topbar nav a.active {
  color: #111;
  border-bottom-color: #111;
}

.topbar nav > a,
.nav-drop > a {
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}

.quote-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #111;
  border-radius: 999px;
  color: #111;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.header-actions {
  display: inline-flex;
  gap: 14px;
  align-items: center;
}

.header-actions > a:not(.quote-link) {
  color: #111;
  font-size: 13px;
  font-weight: 700;
}

.nav-drop {
  display: flex;
  align-items: center;
}

.mega {
  top: 106px;
  left: 50%;
  z-index: 19;
  visibility: hidden;
  opacity: 0;
  width: min(1080px, calc(100vw - 120px));
  display: grid;
  display: grid;
  grid-template-columns: 1fr 1fr minmax(360px, 1fr);
  gap: 34px;
  padding: 28px;
  color: #fff;
  background: #060b0a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  transform: translate(-50%, -8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.nav-drop:hover .mega,
.nav-drop:focus-within .mega {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.mega-col {
  display: grid;
  gap: 10px;
  align-content: start;
}

.mega-col p {
  margin: 0 0 6px;
  color: #28e39d;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mega-col a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 800;
}

.mega-card {
  min-width: 0;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.mega-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 16px;
}

.mega-card h3 {
  max-width: 100%;
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere;
}

.mega-card span {
  display: block;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.55;
  white-space: normal;
  overflow-wrap: anywhere;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #111;
}

.hero > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.26) 56%, rgba(0, 0, 0, 0.08));
}

.hero-content {
  position: relative;
  width: min(100% - 36px, var(--max));
  margin: 0 auto;
  padding: 188px 0 86px;
  color: #fff;
}

.hero-content p,
.section-intro p,
.factory-copy > p,
.inquiry p {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-family: var(--font-utility);
  font-weight: 750;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.hero-subline {
  display: block;
  max-width: 620px;
  margin: -14px 0 30px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.62;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.logo,
.topbar nav,
.button,
.quote-link,
.catalog-link,
.wa-link {
  font-family: var(--font-display);
}

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 850;
  letter-spacing: var(--tracking-tight);
  line-height: 1.04;
  text-wrap: balance;
}

h1 {
  max-width: 840px;
  margin-bottom: 30px;
  font-size: clamp(46px, 5.5rem, 88px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 3.375rem, 54px);
}

h3 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 780;
  text-wrap: balance;
}

p {
  color: var(--muted);
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 720px;
  margin-top: 34px;
  background: rgba(255, 255, 255, 0.18);
}

.hero-metrics span {
  padding: 18px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.38);
}

.hero-metrics strong {
  display: block;
  color: #fff;
  font-family: inherit;
  font-size: 27px;
  line-height: 1.1;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 999px;
  font-family: var(--font-utility);
  font-weight: 720;
  letter-spacing: 0;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.light {
  color: var(--black);
  background: #fff;
}

.button.outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.52);
}

.category-strip {
  display: flex;
  gap: 1px;
  overflow-x: auto;
  background: var(--black);
  color: #fff;
}

.category-strip a {
  min-width: 190px;
  flex: 1;
  padding: 22px 24px;
  background: #101010;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  text-align: center;
}

.category-strip a:hover {
  color: var(--gold);
  background: #171717;
}

.proof-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.proof-bar span {
  display: grid;
  min-height: 76px;
  place-items: center;
  padding: 14px;
  color: rgba(255, 255, 255, 0.76);
  background: #171717;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.story-row {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 50px;
  align-items: end;
  border-bottom: 1px solid var(--line);
}

.story-row p:first-child {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.story-row article:last-child p {
  max-width: 560px;
  margin-bottom: 0;
  font-size: 20px;
}

.section {
  width: min(100% - 36px, var(--max));
  margin: 0 auto;
  padding: 64px 0;
}

.section-intro {
  max-width: 820px;
  margin-bottom: 28px;
}

.section-intro.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-intro.split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}

.section-intro.split a {
  color: var(--gold);
  font-weight: 800;
}

.section-more {
  display: block;
  width: fit-content;
  min-width: 168px;
  margin: 24px auto 0;
  padding: 12px 22px;
  border: 1px solid var(--gold);
  border-radius: 3px;
  color: var(--ink);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.section-more:hover {
  color: #fff;
  background: var(--gold);
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 22px;
}

.editorial-grid article,
.collection-grid article,
.program-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.editorial-grid article {
  border-radius: 22px;
}

.editorial-grid img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.editorial-large {
  position: relative;
}

.editorial-large img {
  height: 100%;
  min-height: 620px;
}

.editorial-large div {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 28px;
  border-radius: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(12px);
}

.editorial-large span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.editorial-large h3 {
  color: #fff;
  font-family: inherit;
  font-size: 34px;
}

.editorial-grid article:not(.editorial-large) {
  display: grid;
  grid-template-rows: auto 1fr;
}

.editorial-grid article:not(.editorial-large) h3,
.editorial-grid article:not(.editorial-large) p {
  padding-right: 22px;
  padding-left: 22px;
}

.editorial-grid article:not(.editorial-large) h3 {
  padding-top: 22px;
}

.lookbook {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  min-height: 720px;
  background: #0b0b0b;
  color: #fff;
}

.lookbook-image {
  position: relative;
  overflow: hidden;
}

.lookbook-image img {
  height: 100%;
  object-fit: cover;
}

.hotspot {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  border: 7px solid #fff;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.22);
}

.hotspot.one {
  left: 46%;
  top: 38%;
}

.hotspot.two {
  left: 61%;
  top: 58%;
}

.lookbook-copy {
  display: grid;
  align-content: center;
  padding: clamp(36px, 6vw, 86px);
}

.lookbook-copy p {
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.lookbook-copy h2 {
  color: #fff;
}

.lookbook-products {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.lookbook-products article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.lookbook-products span {
  color: var(--gold);
  font-family: inherit;
  font-size: 28px;
}

.lookbook-products strong,
.lookbook-products em {
  display: block;
}

.lookbook-products strong {
  color: #fff;
  font-size: 18px;
}

.lookbook-products em {
  color: rgba(255, 255, 255, 0.64);
  font-style: normal;
}

.collections {
  width: 100%;
  max-width: none;
  padding-right: max(18px, calc((100vw - var(--max)) / 2));
  padding-left: max(18px, calc((100vw - var(--max)) / 2));
  background: var(--soft);
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.collection-grid article {
  border-radius: 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.collection-grid article:hover,
.program-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
}

.collection-grid img {
  aspect-ratio: 1 / 1.14;
  object-fit: cover;
}

.collection-grid span {
  display: block;
  padding: 20px 22px 6px;
  font-size: 22px;
  font-weight: 800;
}

.collection-grid p {
  padding: 0 22px 22px;
}

.solutions {
  background: #fff;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.solution-grid article,
.craft-grid article,
.faq details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.035);
}

.solution-grid article {
  min-height: 230px;
  padding: 30px;
}

.product-wall {
  background: #fff;
}

.wall-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.wall-grid article {
  overflow: hidden;
  border-radius: 18px;
  background: #f7f7f7;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wall-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
}

.wall-grid img {
  aspect-ratio: 1 / 1.22;
  object-fit: cover;
}

.wall-grid div {
  padding: 18px;
}

.wall-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.wall-grid h3 {
  font-size: 19px;
}

.wall-grid p {
  margin-bottom: 0;
}

.factory {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  min-height: 640px;
  background: #0b0b0b;
}

.factory-image img {
  height: 100%;
  object-fit: cover;
}

.factory-copy {
  display: grid;
  align-content: center;
  padding: clamp(36px, 6vw, 86px);
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
}

.factory-copy h2 {
  max-width: 640px;
  color: #fff;
}

.factory-copy ul {
  display: grid;
  gap: 20px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.factory-copy li {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.factory-copy strong {
  color: #fff;
  font-size: 18px;
}

.factory-copy span {
  color: rgba(255, 255, 255, 0.66);
}

.craft {
  background: #fff;
}

.intro-note {
  align-self: end;
  max-width: 480px;
  margin: 0;
  font-size: 18px;
}

.craft-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.craft-grid article {
  min-height: 178px;
  padding: 28px;
}

.craft-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.program-grid article {
  min-height: 280px;
  padding: 28px;
  border-radius: 18px;
}

.program-grid span {
  display: block;
  margin-bottom: 42px;
  color: var(--gold);
  font-family: inherit;
  font-size: 38px;
}

.timeline {
  width: 100%;
  max-width: none;
  padding: 90px max(18px, calc((100vw - var(--max)) / 2));
  color: #fff;
  background: #101010;
}

.timeline h2 {
  color: #fff;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.timeline-grid article {
  min-height: 260px;
  padding: 28px;
  background: #101010;
}

.timeline-grid span {
  display: block;
  margin-bottom: 42px;
  color: var(--gold);
  font-family: inherit;
  font-size: 38px;
}

.timeline-grid h3 {
  color: #fff;
}

.timeline-grid p {
  color: rgba(255, 255, 255, 0.66);
}

.faq {
  background: #fff;
}

.faq-grid {
  display: grid;
  gap: 14px;
}

.faq details {
  padding: 0;
}

.faq summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
}

.faq summary::after {
  content: "+";
  color: var(--gold);
  font-size: 24px;
  line-height: 1;
}

.faq details[open] summary::after {
  content: "-";
}

.faq details p {
  margin: 0;
  padding: 0 22px 22px;
  max-width: 920px;
}

.inquiry {
  width: min(100% - 36px, var(--max));
  margin: 0 auto 64px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 46px;
  align-items: start;
  padding: clamp(30px, 5vw, 60px);
  border-radius: 28px;
  color: #fff;
  background: var(--black);
}

.inquiry h2 {
  color: #fff;
}

.inquiry > div > span {
  display: block;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.66);
}

.contact-methods {
  display: block;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.66);
}

.contact-qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 156px));
  gap: 14px;
  margin-top: 26px;
}

.quote-qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 128px));
  gap: 14px;
  margin-top: 28px;
}

.quote-qr-grid .qr-card img {
  max-width: 104px;
}

.qr-card {
  display: grid;
  gap: 8px;
  justify-items: center;
  align-content: start;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  cursor: zoom-in;
}

.qr-card:hover,
.qr-card:focus-visible {
  border-color: rgba(217, 199, 156, 0.7);
  background: rgba(255, 255, 255, 0.12);
}

.qr-card img {
  width: 100%;
  max-width: 132px;
  aspect-ratio: 1;
  border-radius: 6px;
  padding: 6px;
  background: #fff;
}

.qr-card span {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.inquiry form {
  display: grid;
  gap: 14px;
}

.inquiry label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
}

.inquiry input,
.inquiry select,
.inquiry textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 13px 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
}

.inquiry textarea {
  resize: vertical;
}

footer {
  padding: 56px max(18px, calc((100vw - var(--max)) / 2)) 28px;
  color: #fff;
  background: #070707;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
  color: #fff;
  margin-bottom: 18px;
}

footer h3 {
  color: #fff;
  font-size: 16px;
}

footer a,
footer span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.64);
}

footer p {
  color: rgba(255, 255, 255, 0.64);
}

.footer-qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 104px));
  gap: 12px;
  margin: 16px 0;
}

footer .footer-qr-grid .qr-card {
  margin: 0;
  padding: 10px;
  color: #fff;
}

.footer-qr-grid .qr-card img {
  max-width: 86px;
  padding: 5px;
}

.footer-qr-grid .qr-card span {
  font-size: 11px;
}

.copyright {
  margin: 24px 0 0;
  text-align: center;
}

@media (max-width: 992px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .topbar nav {
    display: none;
  }

  .header-actions > a:not(.quote-link),
  .mega {
    display: none;
  }

  .editorial-grid,
  .factory,
  .lookbook,
  .story-row,
  .section-intro.split,
  .inquiry {
    grid-template-columns: 1fr;
  }

  .collection-grid,
  .program-grid,
  .wall-grid,
  .solution-grid,
  .craft-grid,
  .timeline-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-bar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .editorial-large img,
  .factory {
    min-height: auto;
  }

  .factory-image img {
    aspect-ratio: 16 / 10;
  }

  .factory-copy li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .lookbook {
    min-height: auto;
  }

  .lookbook-image img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 768px) {
  .topbar {
    top: 38px;
    padding: 14px 18px;
  }

  .logo {
    font-size: 22px;
  }

  .quote-link {
    min-height: 44px;
    padding: 0 16px;
  }

  .hero-content {
    padding-bottom: 40px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  .hero-actions,
  .section-intro.split,
  .collection-grid,
  .program-grid,
  .wall-grid,
  .solution-grid,
  .craft-grid,
  .timeline-grid,
  .footer-grid,
  .contact-qr-grid,
  .quote-qr-grid,
  .hero-metrics,
  .proof-bar {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .category-strip a {
    min-width: 164px;
  }

  .section {
    padding: 46px 0;
  }

  .editorial-large div {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 20px;
  }

  .editorial-large h3 {
    font-size: 26px;
  }

  .inquiry {
    margin-bottom: 44px;
    border-radius: 20px;
  }
}

/* Launch layout requirements */
.announcement {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  justify-items: start;
}

.top-contact {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

.top-contact a {
  color: #d9c79c;
}

.top-contact select {
  min-height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: #111;
  font: inherit;
  font-size: 12px;
}

.logo {
  flex-wrap: wrap;
  max-width: 280px;
}

.logo small {
  flex-basis: 100%;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
}

.nav-check,
.hamburger {
  display: none;
}

.header-search input {
  width: 128px;
  min-height: 38px;
  border: 1px solid #cfcac0;
  border-radius: 999px;
  padding: 0 14px;
  color: #111;
  background: #fff;
}

.header-search input::placeholder {
  color: #777;
}

.catalog-link,
.wa-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.catalog-link {
  padding: 0 18px;
  color: #111;
  background: #fff;
}

.wa-link {
  min-width: 118px;
  gap: 8px;
  padding: 0 16px;
  color: #fff;
  background: #20c263;
  box-shadow: 0 10px 22px rgba(32, 194, 99, 0.22);
}

.wa-link::before,
.floating-cta a[href*="wa.me"]::before {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 3.5A11.8 11.8 0 0 0 12.1 0C5.5 0 .2 5.3.2 11.9c0 2.1.5 4.1 1.6 5.9L.1 24l6.3-1.7c1.7.9 3.6 1.4 5.7 1.4 6.6 0 11.9-5.3 11.9-11.9 0-3.2-1.2-6.2-3.5-8.3ZM12.1 21.8c-1.8 0-3.5-.5-5-1.4l-.4-.2-3.7 1 1-3.6-.2-.4c-1-1.6-1.5-3.4-1.5-5.3 0-5.4 4.4-9.9 9.9-9.9 2.6 0 5.1 1 7 2.9a9.8 9.8 0 0 1 2.9 7c-.1 5.5-4.5 9.9-10 9.9Zm5.4-7.4c-.3-.1-1.8-.9-2-.9-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.2-.2.2-.3.2-.6.1-.3-.2-1.3-.5-2.4-1.5-.9-.8-1.5-1.8-1.7-2.1-.2-.3 0-.4.1-.6l.5-.5c.1-.2.2-.3.3-.5.1-.2.1-.4 0-.5l-.9-2.2c-.2-.6-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-.3.3-1 1-1 2.5s1.1 2.9 1.2 3.1c.1.2 2.1 3.2 5.1 4.5.7.3 1.3.5 1.7.6.7.2 1.4.2 1.9.1.6-.1 1.8-.7 2-1.4.2-.7.2-1.3.2-1.4-.2-.2-.4-.3-.7-.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 3.5A11.8 11.8 0 0 0 12.1 0C5.5 0 .2 5.3.2 11.9c0 2.1.5 4.1 1.6 5.9L.1 24l6.3-1.7c1.7.9 3.6 1.4 5.7 1.4 6.6 0 11.9-5.3 11.9-11.9 0-3.2-1.2-6.2-3.5-8.3ZM12.1 21.8c-1.8 0-3.5-.5-5-1.4l-.4-.2-3.7 1 1-3.6-.2-.4c-1-1.6-1.5-3.4-1.5-5.3 0-5.4 4.4-9.9 9.9-9.9 2.6 0 5.1 1 7 2.9a9.8 9.8 0 0 1 2.9 7c-.1 5.5-4.5 9.9-10 9.9Zm5.4-7.4c-.3-.1-1.8-.9-2-.9-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.2-.2.2-.3.2-.6.1-.3-.2-1.3-.5-2.4-1.5-.9-.8-1.5-1.8-1.7-2.1-.2-.3 0-.4.1-.6l.5-.5c.1-.2.2-.3.3-.5.1-.2.1-.4 0-.5l-.9-2.2c-.2-.6-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-.3.3-1 1-1 2.5s1.1 2.9 1.2 3.1c.1.2 2.1 3.2 5.1 4.5.7.3 1.3.5 1.7.6.7.2 1.4.2 1.9.1.6-.1 1.8-.7 2-1.4.2-.7.2-1.3.2-1.4-.2-.2-.4-.3-.7-.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.home-hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: #050505;
}

.hero-slide {
  min-height: 100vh;
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.hero-slide.active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.hero-carousel-controls {
  position: absolute;
  left: 50%;
  bottom: 42px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-dot {
  cursor: pointer;
  pointer-events: auto;
}

.hero-dots {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.38);
  backdrop-filter: blur(12px);
}

.hero-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  transition: width 0.25s ease, background 0.25s ease;
}

.hero-dot.active {
  width: 28px;
  background: var(--gold);
}

.hero-slide > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 5.2s ease;
}

.hero-slide.active > img {
  transform: scale(1.08) translate3d(-1.2%, -0.8%, 0);
}

.hero-slide h2 {
  max-width: 620px;
  color: #fff;
  font-size: clamp(42px, 4.375rem, 70px);
  line-height: 1.01;
}

.home-hero .hero-content {
  position: absolute;
  left: clamp(42px, 13vw, 260px);
  top: 50%;
  width: min(620px, 42vw);
  margin: 0;
  padding: 0;
  transform: translateY(-34%);
}

.home-hero h1,
.home-hero .hero-slide h2 {
  max-width: 620px;
  font-size: clamp(42px, 4.375rem, 70px);
  line-height: 1.01;
}

.home-hero .hero-title {
  width: auto;
  max-width: 620px;
  font-size: clamp(42px, 4.375rem, 70px);
  line-height: 1.01;
}

.home-hero .hero-title span {
  display: block;
}

.sub-hero .hero-title {
  width: max-content;
  max-width: calc(100vw - 96px);
  font-size: clamp(40px, 3.875rem, 62px);
}

.sub-hero .hero-title span {
  display: block;
  white-space: nowrap;
}

.home-hero .hero-subline {
  max-width: 620px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.categories-section .section-intro.split {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-bottom: 34px;
  text-align: center;
}

.categories-section .section-intro.split > div {
  width: 100%;
}

.categories-section .section-intro.split p {
  margin-bottom: 12px;
}

.categories-section .section-intro.split h2 {
  margin: 0 auto;
  font-size: clamp(24px, 2rem, 32px);
  line-height: 1.12;
  white-space: nowrap;
}

.category-grid article {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-grid article:hover {
  transform: translateY(-3px);
  box-shadow: none;
}

.category-grid img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.category-grid a {
  display: block;
  margin: 0;
  color: #111;
  text-align: center;
}

.category-grid span {
  display: block;
  padding: 12px 8px 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.advantage-grid.six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.advantage-grid.six article {
  min-height: 220px;
}

.advantage-grid.six span {
  display: block;
  margin-bottom: 24px;
  color: var(--gold);
  font-family: inherit;
  font-size: 34px;
}

.wall-grid article a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--gold);
  font-weight: 900;
}

.quote-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.quote-shortcuts a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0 18px;
  color: #fff;
  font-weight: 900;
}

.catalog-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.72);
}

.catalog-modal:target {
  display: grid;
}

.catalog-modal > div {
  position: relative;
  width: min(100%, 520px);
  padding: 34px;
  border-radius: 22px;
  background: #111;
  color: #fff;
}

.catalog-modal p {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.catalog-modal h2 {
  color: #fff;
}

.catalog-modal span {
  display: block;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.68);
}

.catalog-modal form {
  display: grid;
  gap: 12px;
}

.catalog-modal input {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 0 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.qr-modal > div {
  width: min(100%, 430px);
  padding: 30px;
  text-align: center;
}

.qr-modal img {
  width: min(100%, 320px);
  aspect-ratio: 1;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.qr-modal h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.qr-modal span {
  margin: 14px 0 0;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

@media (max-width: 1180px) {
  .topbar {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
  }

  .mega {
    width: min(960px, calc(100vw - 36px));
    grid-template-columns: 1fr 1fr;
  }

  .mega-card {
    display: none;
  }

  .topbar nav {
    gap: 18px;
  }

  .header-search {
    display: none;
  }
}

@media (max-width: 1180px) {
  .announcement {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .top-contact {
    display: none;
  }

  .topbar {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    min-height: 64px;
    padding: 0 18px;
  }

  .hamburger {
    display: grid;
    width: 44px;
    height: 44px;
    align-content: center;
    gap: 5px;
    justify-self: end;
    border: 1px solid #d8d2c8;
    border-radius: 50%;
    padding: 0 12px;
  }

  .hamburger span {
    height: 2px;
    background: #111;
  }

  .topbar .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 16px 18px 22px;
    background: #fff;
    border-top: 1px solid #eee9df;
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.12);
  }

  .nav-check:checked ~ .primary-nav {
    display: grid;
    gap: 12px;
  }

  .nav-drop {
    display: grid;
  }

  .nav-drop .mega {
    display: none;
  }

  .header-actions {
    gap: 10px;
  }

  .catalog-link {
    display: none;
  }
}

@media (max-width: 992px) {
  .announcement {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .top-contact select,
  .top-contact a:first-child,
  .top-contact {
    display: none;
  }

  .hamburger {
    display: grid;
    width: 44px;
    height: 44px;
    align-content: center;
    gap: 5px;
    justify-self: end;
    border: 1px solid #d8d2c8;
    border-radius: 50%;
    padding: 0 12px;
  }

  .hamburger span {
    height: 2px;
    background: #111;
  }

  .topbar {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .topbar .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 16px 18px 22px;
    background: #fff;
    border-top: 1px solid #eee9df;
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.12);
  }

  .nav-check:checked ~ .primary-nav {
    display: grid;
    gap: 12px;
  }

  .nav-drop {
    display: grid;
  }

  .nav-drop .mega {
    display: none;
  }

  .header-actions {
    gap: 10px;
  }

  .catalog-link {
    display: none;
  }

  .category-grid,
  .advantage-grid.six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .home-hero,
  .hero-slide {
    min-height: 78vh;
  }

  .hero-slide .hero-content {
    padding-bottom: 44px;
  }

  .category-grid,
  .advantage-grid.six {
    grid-template-columns: 1fr;
  }

  .quote-shortcuts {
    display: grid;
  }
}

.sub-hero {
  min-height: clamp(430px, 56vh, 600px);
}

.sub-hero .hero-content {
  position: absolute;
  left: max(18px, calc((100vw - var(--max)) / 2));
  top: 54%;
  width: min(100% - 36px, 760px);
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}

.sub-hero .hero-subline {
  max-width: 560px;
  margin-top: -8px;
  margin-bottom: 26px;
  font-size: 18px;
}

.hero-subline {
  display: block;
  max-width: 640px;
  margin: -14px 0 30px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 19px;
}

.cta-band {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 80px 18px;
  color: #fff;
  background: #0b0b0b;
  text-align: center;
}

.cta-band h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
}

.cta-band p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.66);
}

.intro-system {
  background: #fff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.trust-grid article {
  min-height: 160px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px;
  background: #fff;
}

.trust-grid strong {
  color: var(--gold);
  font-family: inherit;
  font-size: 38px;
}

.filter-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.filter-panel {
  position: sticky;
  top: 128px;
  display: grid;
  gap: 8px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.filter-panel h2 {
  margin-bottom: 14px;
  font-size: 24px;
}

.filter-panel a {
  min-height: 42px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
}

.filter-panel a:hover,
.product-list article div a {
  color: var(--gold);
}

.product-list article div a {
  display: inline-flex;
  margin: 10px 10px 0 0;
  font-weight: 900;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 40px;
  align-items: start;
}

.detail-gallery {
  display: grid;
  gap: 18px;
}

.detail-gallery img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
}

.detail-copy {
  position: sticky;
  top: 128px;
}

.detail-copy table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  background: #fff;
}

.detail-copy th,
.detail-copy td {
  padding: 14px 12px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.detail-copy th {
  width: 130px;
  color: var(--ink);
  background: #f7f7f7;
}

.button.dark {
  color: #fff;
  background: #111;
}

.case-grid,
.certificate-grid,
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.case-grid article,
.certificate-grid article,
.news-grid article,
.legal-page article {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.035);
}

.case-grid article,
.certificate-grid article,
.news-grid article {
  min-height: 260px;
  padding: 30px;
}

.case-grid span,
.news-grid span {
  display: block;
  margin-bottom: 42px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.legal-page {
  padding-top: 150px;
}

.legal-page article {
  margin-bottom: 22px;
  padding: 26px;
}

.contact-page {
  margin-top: 90px;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 30;
  display: grid;
  gap: 8px;
}

.floating-cta a {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #111;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-weight: 900;
}

.floating-cta a[href*="wa.me"] {
  width: 54px;
  min-width: 0;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  padding: 0;
  background: #20c263;
  box-shadow: 0 12px 24px rgba(32, 194, 99, 0.28);
  font-size: 0;
}

.floating-cta a[href*="wa.me"]::before {
  width: 22px;
  height: 22px;
}

.floating-cta a[href*="wa.me"] span {
  display: none;
}

@media (max-width: 992px) {
  .filter-layout,
  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .filter-panel,
  .detail-copy {
    position: static;
  }

  .trust-grid,
  .case-grid,
  .certificate-grid,
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .sub-hero {
    min-height: clamp(420px, 58vh, 520px);
  }

  .trust-grid,
  .case-grid,
  .certificate-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .floating-cta {
    right: 12px;
    bottom: 82px;
  }

  .floating-cta a {
    width: 48px;
    height: 48px;
  }

}

/* Homepage visual tightening */
.categories-section,
.hot-products,
.cases-home,
.certificates-home,
.blog-home {
  padding-top: clamp(34px, 4vw, 52px);
  padding-bottom: clamp(42px, 4.5vw, 60px);
}

.advantages-section {
  width: 100%;
  max-width: none;
  padding: clamp(46px, 5vw, 68px) max(18px, calc((100vw - var(--max)) / 2));
  background: #f7f6f2;
}

.advantages-section .section-intro {
  width: min(100%, var(--max));
  margin-right: auto;
  margin-left: auto;
}

.advantage-grid.six {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.advantage-grid.six article {
  position: relative;
  overflow: hidden;
  min-height: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 0;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.045);
}

.advantage-media {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e7e3da;
}

.advantage-media img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.advantage-grid.six article:hover .advantage-media img {
  transform: scale(1.035);
}

.advantage-copy {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 210px;
  padding: 34px 24px 26px;
}

.advantage-grid.six span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  position: absolute;
  top: -23px;
  left: 24px;
  margin-bottom: 0;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--gold);
  font-family: inherit;
  font-size: 18px;
  line-height: 1;
}

.advantage-grid.six h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.advantage-grid.six p {
  margin-bottom: 0;
}

.category-grid article,
.wall-grid article,
.case-grid article,
.certificate-grid article,
.news-grid article {
  border-radius: 14px;
}

.category-grid article,
.wall-grid article {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.055);
}

.category-grid img {
  aspect-ratio: 4 / 3;
}

.wall-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.wall-grid img {
  aspect-ratio: 4 / 3;
}

.wall-grid div {
  min-height: 180px;
  display: grid;
  align-content: start;
}

.factory-copy .button {
  width: max-content;
  margin-top: 30px;
}

.case-grid article,
.certificate-grid article,
.news-grid article {
  min-height: 230px;
  display: grid;
  align-content: start;
}

.certificates-home {
  background: #fafafa;
}

.certificate-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.faq {
  padding-top: clamp(56px, 6vw, 78px);
}

.quote-home {
  margin-top: 0;
}

.company-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
}

.company-proof-copy > p,
.custom-system .section-intro p {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-family: var(--font-utility);
  font-weight: 750;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.company-proof-title {
  width: 100%;
  max-width: 520px;
  margin-bottom: 18px;
  padding: 0;
  color: #000;
  background: #fff;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: var(--tracking-tight);
  text-align: left;
}

.company-proof-title span {
  display: block;
  white-space: normal;
}

.company-proof-copy > span {
  display: block;
  max-width: 560px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.company-proof-media {
  overflow: hidden;
  border-radius: 14px;
  background: #eee;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
}

.company-proof-media img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.proof-metrics strong {
  display: grid;
  gap: 0;
  min-height: 96px;
  align-content: center;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  font-weight: 700;
}

.proof-metrics b {
  color: var(--gold);
  font-family: inherit;
  font-size: 26px;
  line-height: 1;
  white-space: nowrap;
}

.proof-metrics span {
  color: var(--muted);
  font-size: 14px;
}

.custom-system {
  width: 100%;
  max-width: none;
  padding-right: max(18px, calc((100vw - var(--max)) / 2));
  padding-left: max(18px, calc((100vw - var(--max)) / 2));
  background: #101010;
}

.custom-system .section-intro h2 {
  color: #fff;
}

.custom-system .section-intro.split a {
  color: #fff;
}

.custom-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.custom-steps article {
  min-height: 260px;
  padding: 28px;
  background: #101010;
}

.custom-steps span,
.trust-docs span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 34px;
  border-radius: 50%;
  color: #111;
  background: var(--gold);
  font-family: inherit;
  font-weight: 900;
}

.custom-steps h3 {
  color: #fff;
}

.custom-steps p {
  color: rgba(255, 255, 255, 0.66);
}

.advantages-section .section-intro.split {
  width: min(100%, var(--max));
  margin: 0 auto 28px;
}

.trust-docs article {
  position: relative;
  overflow: hidden;
}

.trust-docs span {
  margin-bottom: 26px;
}

.custom-system {
  color: var(--ink);
  background: #f7f5f0;
}

.luxury-process-head {
  max-width: 960px;
  margin: 0 auto 28px;
  text-align: center;
}

.luxury-process-head p {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-family: var(--font-utility);
  font-weight: 750;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.luxury-process-head h2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.luxury-process-head span {
  display: block;
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
}

.luxury-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  max-width: var(--max);
  margin: 0 auto;
}

.luxury-timeline::before {
  content: "";
  position: absolute;
  top: 118px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 155, 104, 0.46), transparent);
}

.luxury-step {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 0;
  align-items: stretch;
  min-width: 0;
}

.luxury-step:nth-child(even) .luxury-step-image {
  grid-column: auto;
}

.luxury-step:nth-child(even) .luxury-step-copy {
  grid-column: auto;
  grid-row: auto;
  text-align: left;
}

.luxury-step-image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 12px 12px 0 0;
  background: #e7e3da;
  box-shadow: none;
}

.luxury-step-image img {
  height: 100%;
  object-fit: cover;
}

.luxury-step-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: -24px auto 0;
  justify-self: center;
  border: 1px solid rgba(184, 155, 104, 0.55);
  border-radius: 50%;
  color: #fff;
  background: #141414;
  box-shadow: 0 0 0 8px #f7f5f0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 900;
  z-index: 1;
}

.luxury-step-copy {
  display: grid;
  align-content: start;
  min-height: 242px;
  margin-top: -24px;
  padding: 42px 18px 22px;
  border: 1px solid rgba(184, 155, 104, 0.22);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.045);
  text-align: center;
}

.luxury-step-copy span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.luxury-step-copy h3 {
  max-width: none;
  margin-bottom: 10px;
  font-family: inherit;
  font-size: 20px;
}

.luxury-step:nth-child(even) .luxury-step-copy h3 {
  margin-left: 0;
}

.luxury-step-copy p {
  max-width: none;
  margin-bottom: 0;
  font-size: 14px;
}

.luxury-step:nth-child(even) .luxury-step-copy p {
  margin-left: 0;
}

@media (max-width: 1180px) {
  .advantage-grid.six,
  .wall-grid,
  .case-grid,
  .certificate-grid,
  .news-grid,
  .custom-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .luxury-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .luxury-timeline::before {
    display: none;
  }
}

@media (max-width: 1180px) {
  .home-hero .hero-content,
  .sub-hero .hero-content {
    left: 18px;
    right: 84px;
    top: 60%;
    bottom: auto;
    width: auto;
    transform: translateY(-50%);
  }

  .sub-hero .hero-content {
    top: 52%;
  }

  .home-hero h1,
  .home-hero .hero-slide h2 {
    max-width: 680px;
    font-size: clamp(44px, 3.875rem, 62px);
  }

  .home-hero .hero-title {
    max-width: calc(100vw - 120px);
    font-size: clamp(42px, 3.75rem, 60px);
  }

  .sub-hero .hero-title {
    max-width: calc(100vw - 120px);
    font-size: clamp(36px, 3.25rem, 52px);
  }

  .home-hero .hero-subline {
    max-width: 620px;
  }
}

@media (max-width: 768px) {
  .advantages-section,
  .categories-section,
  .hot-products,
  .cases-home,
  .certificates-home,
  .blog-home,
  .faq {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .advantage-grid.six,
  .wall-grid,
  .case-grid,
  .certificate-grid,
  .news-grid,
  .custom-steps,
  .company-proof,
  .proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}
}

@media (max-width: 768px) {
  .home-hero,
  .hero-slide {
    min-height: 680px;
  }

  .home-hero .hero-content,
  .sub-hero .hero-content {
    left: 18px;
    right: 20px;
    top: 59%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .sub-hero .hero-content {
    top: 50%;
  }

  .home-hero h1,
  .home-hero .hero-slide h2 {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: clamp(38px, 3.25rem, 52px);
  }

  .home-hero .hero-title {
    max-width: calc(100vw - 36px);
    font-size: clamp(34px, 3.125rem, 50px);
  }

  .sub-hero .hero-title {
    max-width: calc(100vw - 36px);
    font-size: clamp(30px, 2.625rem, 42px);
  }

  .home-hero .hero-subline {
    margin: 0 0 24px;
    font-size: 18px;
  }

  .home-hero .hero-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
  }

  .hero-carousel-controls {
    bottom: 20px;
    left: 50%;
  }
}

@media (max-width: 768px) {
  .hero-content .hero-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
  }

  .hero-content .button {
    width: auto;
    min-width: 0;
    flex: 1 1 0;
    padding-right: 16px;
    padding-left: 16px;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  .hero-content .hero-actions {
    gap: 10px;
  }

  .hero-content .button {
    min-height: 46px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .home-hero,
  .hero-slide {
    min-height: 640px;
  }

  .home-hero .hero-content,
  .sub-hero .hero-content {
    top: 58%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .sub-hero .hero-content {
    top: 49%;
  }

  .home-hero h1,
  .home-hero .hero-slide h2 {
    font-size: clamp(34px, 2.625rem, 42px);
  }

  .home-hero .hero-title {
    font-size: clamp(30px, 2.375rem, 38px);
  }

.sub-hero .hero-title {
    font-size: clamp(28px, 2.125rem, 34px);
  }
}

button.button {
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.partner-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.partner-strip span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(184, 155, 104, 0.3);
  border-radius: 999px;
  color: #4b4030;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .partner-strip span {
    flex: 1 1 100%;
  }
}

@media (max-width: 992px) {
  .categories-section .section-intro.split h2 {
    font-size: clamp(22px, 1.75rem, 28px);
    white-space: normal;
  }
}

.cookie-consent {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 70;
  width: min(520px, calc(100vw - 32px));
  display: none;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(20, 20, 20, 0.1);
  border-left: 4px solid #20c263;
  border-radius: 16px;
  color: #111;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.cookie-consent.is-visible {
  display: grid;
}

.cookie-consent__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #111;
}

.cookie-consent__icon::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 6px 0 0 rgba(255, 255, 255, 0.25);
}

.cookie-consent__copy p {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.cookie-consent__copy span {
  display: block;
  color: #555;
  font-size: 13px;
  line-height: 1.55;
}

.cookie-consent__actions {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.cookie-consent__button {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #111;
  border-radius: 999px;
  color: #111;
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.cookie-consent__button.primary {
  border-color: #111;
  color: #fff;
  background: #111;
}

.cookie-consent__button.secondary {
  border-color: #d8d2c8;
  color: #555;
}

@media (max-width: 640px) {
  .cookie-consent {
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1fr;
  }

  .cookie-consent__actions {
    grid-column: auto;
  }

  .cookie-consent__button {
    flex: 1 1 120px;
  }
}

/* Subpage hero readability fix: keep titles clear below the sticky navigation. */
.sub-hero {
  min-height: clamp(520px, 62vh, 680px);
  align-items: center;
  padding-top: 72px;
}

.sub-hero .hero-content {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: min(100% - 36px, var(--max));
  margin: 0 auto;
  padding: 56px 0 72px;
  transform: none;
}

.sub-hero .hero-title {
  width: min(100%, 760px);
  max-width: min(760px, calc(100vw - 72px));
  margin-bottom: 22px;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.08;
}

.sub-hero .hero-title span {
  display: block;
  white-space: normal;
}

.sub-hero .hero-subline {
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 26px;
}

@media (max-width: 768px) {
  .sub-hero {
    min-height: 620px;
    padding-top: 84px;
  }

  .sub-hero .hero-title {
    max-width: calc(100vw - 36px);
    font-size: clamp(30px, 8vw, 42px);
  }
}

@media (max-width: 420px) {
  .sub-hero .hero-content {
    padding: 44px 0 58px;
  }

  .sub-hero .hero-title {
    font-size: clamp(26px, 8vw, 32px);
  }
}

/* Premium design pass - 2026-07-17 */
:root {
  --black: #070706;
  --ink: #15130f;
  --muted: #625d52;
  --paper: #fbfaf7;
  --soft: #efede6;
  --gold: #b89a61;
  --champagne: #d8c493;
  --mineral: #174f48;
  --whatsapp: #25d366;
  --whatsapp-dark: #128c4a;
  --line: rgba(21, 19, 15, 0.12);
  --max: 1200px;
}

body {
  color: var(--ink);
  background: linear-gradient(180deg, #fbfaf7 0%, #f3f0e8 52%, #fbfaf7 100%);
}

::selection {
  color: #fff;
  background: var(--mineral);
}

.announcement {
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 38px;
  padding: 7px clamp(18px, 4vw, 56px);
  color: #e8d9b4;
  background: #070706;
  border-bottom: 1px solid rgba(216, 196, 147, 0.28);
  font-size: 12px;
  text-transform: uppercase;
}

.top-contact {
  color: rgba(255, 255, 255, 0.72);
}

.top-contact a {
  color: #fff0c9;
}

.topbar {
  top: 38px;
  min-height: 72px;
  padding: 0 clamp(18px, 4vw, 58px);
  background: rgba(251, 250, 247, 0.9);
  border-bottom: 1px solid rgba(21, 19, 15, 0.1);
  box-shadow: 0 18px 54px rgba(21, 19, 15, 0.08);
  backdrop-filter: blur(18px);
}

.logo {
  gap: 9px;
  font-size: 23px;
}

.logo em {
  color: var(--gold);
}

.topbar nav {
  gap: 26px;
  font-size: 13px;
}

.topbar nav > a,
.nav-drop > a {
  min-height: 72px;
}

.topbar nav a.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.quote-link {
  min-height: 40px;
  color: #fff;
  background: #11100e;
  border-color: #11100e;
  box-shadow: 0 10px 24px rgba(17, 16, 14, 0.12);
}

.quote-link:hover {
  color: #11100e;
  background: var(--champagne);
  border-color: var(--champagne);
}

.wa-link,
.floating-cta a[href*="wa.me"] {
  background: var(--mineral);
  box-shadow: 0 12px 28px rgba(23, 79, 72, 0.22);
}

.header-search input {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(21, 19, 15, 0.12);
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.06) 1px, transparent 1px, transparent 22vw);
  opacity: 0.22;
}

.hero-slide {
  height: 100%;
  min-height: inherit;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 7, 6, 0.88) 0%, rgba(7, 7, 6, 0.66) 38%, rgba(7, 7, 6, 0.18) 74%, rgba(7, 7, 6, 0.34) 100%),
    linear-gradient(180deg, rgba(7, 7, 6, 0.36) 0%, rgba(7, 7, 6, 0.08) 46%, rgba(7, 7, 6, 0.7) 100%);
}

.hero-slide > img {
  filter: saturate(0.96) contrast(1.06);
}

.home-hero .hero-content {
  left: max(24px, calc((100vw - var(--max)) / 2));
  top: 55%;
  z-index: 3;
  width: min(720px, calc(100vw - 48px));
  transform: translateY(-48%);
}

.hero-content p,
.section-intro p,
.factory-copy > p,
.inquiry p,
.company-proof-copy > p,
.luxury-process-head p {
  color: var(--gold);
  letter-spacing: 0;
}

.home-hero .hero-content > p {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(216, 196, 147, 0.36);
  border-radius: 999px;
  color: #e7d6ad;
  background: rgba(7, 7, 6, 0.34);
  backdrop-filter: blur(10px);
}

.home-hero h1,
.home-hero .hero-slide h2,
.home-hero .hero-title {
  max-width: 760px;
  color: #fff;
  font-size: clamp(3.4rem, 5vw, 4.35rem);
  line-height: 0.94;
}

.home-hero .hero-title span:first-child {
  color: #e6d6aa;
}

.home-hero .hero-subline {
  max-width: 650px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
}

.hero-proof-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 680px;
  margin: 22px 0 24px;
  overflow: hidden;
  border: 1px solid rgba(216, 196, 147, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
}

.hero-proof-rail span {
  display: grid;
  gap: 4px;
  min-height: 80px;
  align-content: center;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(7, 7, 6, 0.5);
  font-size: 13px;
  line-height: 1.42;
}

.hero-proof-rail strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
}

.button {
  min-height: 50px;
  border: 1px solid transparent;
  box-shadow: 0 12px 28px rgba(21, 19, 15, 0.08);
}

.button.light {
  color: #11100e;
  background: linear-gradient(135deg, #fff8e6 0%, #d8c493 100%);
  border-color: rgba(255, 255, 255, 0.42);
}

.button.outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.button.outline:hover {
  color: #11100e;
  background: #fff;
}

.hero-dots {
  border: 1px solid rgba(216, 196, 147, 0.22);
  background: rgba(7, 7, 6, 0.48);
}

.hero-dot.active {
  background: var(--champagne);
}

.section {
  width: min(100% - 40px, var(--max));
  padding-top: 78px;
  padding-bottom: 78px;
}

.section-intro {
  margin-bottom: 34px;
}

.section-intro h2 {
  max-width: 780px;
}

.section-more {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: #11100e;
  border-color: #11100e;
  box-shadow: 0 14px 30px rgba(21, 19, 15, 0.12);
}

.section-more:hover {
  color: #11100e;
  background: var(--champagne);
  border-color: var(--champagne);
}

.categories-section {
  padding-top: 58px;
}

.category-grid {
  gap: 16px;
}

.category-grid article {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #11100e;
  box-shadow: 0 18px 42px rgba(21, 19, 15, 0.1);
}

.category-grid a {
  position: relative;
  display: block;
  color: #fff;
}

.category-grid img {
  height: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.category-grid article:hover img {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.04);
}

.category-grid span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  background: rgba(7, 7, 6, 0.5);
  backdrop-filter: blur(10px);
  font-size: 14px;
  font-weight: 800;
  text-align: left;
}

.company-proof {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 92px max(20px, calc((100vw - var(--max)) / 2));
  color: #fff;
  background: linear-gradient(135deg, #0a0a08 0%, #14130f 62%, #174f48 100%);
}

.company-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0, rgba(255, 255, 255, 0.055) 1px, transparent 1px, transparent 24px);
  opacity: 0.32;
}

.company-proof > * {
  position: relative;
}

.company-proof-title {
  max-width: 580px;
  color: #fff;
  background: transparent;
  font-size: 3rem;
}

.company-proof-title span {
  white-space: normal;
}

.company-proof-copy > span {
  color: rgba(255, 255, 255, 0.72);
}

.proof-metrics strong {
  border-radius: 8px;
  border-color: rgba(216, 196, 147, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  text-align: left;
}

.proof-metrics b {
  color: #e6d6aa;
  font-size: clamp(20px, 1.8vw, 26px);
  white-space: nowrap;
}

.proof-metrics span {
  color: rgba(255, 255, 255, 0.66);
}

.company-proof-media {
  border: 1px solid rgba(216, 196, 147, 0.28);
  border-radius: 8px;
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.26);
}

.custom-system {
  padding-top: 90px;
  padding-bottom: 94px;
  background: #f4f1e9;
}

.luxury-process-head {
  max-width: var(--max);
  margin-bottom: 38px;
  text-align: left;
}

.luxury-process-head h2 {
  max-width: 760px;
  margin-left: 0;
}

.luxury-process-head span {
  max-width: 700px;
  margin-left: 0;
}

.luxury-timeline {
  gap: 12px;
}

.luxury-step-image {
  border-radius: 8px 8px 0 0;
}

.luxury-step-mark {
  border-color: rgba(216, 196, 147, 0.72);
  background: var(--mineral);
  box-shadow: 0 0 0 8px #f4f1e9;
}

.luxury-step-copy {
  border-radius: 0 0 8px 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(21, 19, 15, 0.08);
}

.advantages-section {
  background: #fbfaf7;
}

.advantage-grid.six {
  gap: 16px;
}

.advantage-grid.six article,
.wall-grid article,
.case-grid article,
.certificate-grid article,
.news-grid article,
.faq-grid details {
  border-radius: 8px;
  border: 1px solid rgba(21, 19, 15, 0.1);
  box-shadow: 0 18px 42px rgba(21, 19, 15, 0.07);
}

.advantage-grid.six article {
  background: #fff;
}

.advantage-media {
  background: #e8e3d7;
}

.advantage-grid.six span {
  background: #11100e;
  border-color: #fff;
}

.hot-products {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100vw - var(--max)) / 2));
  padding-left: max(20px, calc((100vw - var(--max)) / 2));
  background: linear-gradient(180deg, #fbfaf7 0%, #f0ede4 100%);
}

.hot-products .section-intro {
  width: min(100%, var(--max));
  margin-right: auto;
  margin-left: auto;
}

.wall-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  gap: 16px;
}

.wall-grid article {
  overflow: hidden;
  background: #fff;
}

.wall-grid img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.wall-grid div {
  min-height: 170px;
  padding: 22px;
  border-top: 1px solid rgba(21, 19, 15, 0.08);
}

.wall-grid span,
.case-grid span,
.news-grid span {
  color: var(--gold);
}

.factory {
  width: 100%;
  max-width: none;
  min-height: 560px;
  margin: 0;
  color: #fff;
  background: #0d0d0b;
}

.factory-image img {
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.factory-copy {
  padding: 84px max(22px, calc((100vw - var(--max)) / 2)) 84px 64px;
  background: linear-gradient(135deg, #11100e 0%, #1c1913 100%);
}

.factory-copy h2,
.factory-copy h3 {
  color: #fff;
}

.factory-copy li {
  border-color: rgba(255, 255, 255, 0.14);
}

.factory-copy span {
  color: rgba(255, 255, 255, 0.66);
}

.cases-home,
.certificates-home,
.blog-home,
.faq {
  padding-top: 76px;
  padding-bottom: 76px;
}

.certificate-grid article,
.case-grid article,
.news-grid article {
  background: rgba(255, 255, 255, 0.92);
}

.trust-docs span {
  background: var(--mineral);
  color: #fff;
}

.partner-strip span {
  border-color: rgba(23, 79, 72, 0.18);
  color: #173f3a;
}

.inquiry {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 92px max(20px, calc((100vw - var(--max)) / 2));
  color: #fff;
  background: linear-gradient(135deg, #070706 0%, #14130f 54%, #174f48 100%);
}

.inquiry h2 {
  color: #fff;
}

.inquiry > div > span {
  color: rgba(255, 255, 255, 0.68);
}

.quote-shortcuts a {
  border-color: rgba(216, 196, 147, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.qr-card {
  border-radius: 8px;
  border-color: rgba(216, 196, 147, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.inquiry form {
  padding: 30px;
  border: 1px solid rgba(216, 196, 147, 0.2);
  border-radius: 8px;
  background: #fbfaf7;
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.24);
}

.inquiry label {
  color: #2a261f;
}

.inquiry input,
.inquiry select,
.inquiry textarea {
  border-radius: 8px;
  border-color: rgba(21, 19, 15, 0.16);
  background: #fff;
}

footer {
  background: #070706;
}

.floating-cta {
  right: 18px;
  border-radius: 999px;
}

.floating-cta a {
  border: 1px solid rgba(21, 19, 15, 0.08);
  box-shadow: 0 10px 24px rgba(21, 19, 15, 0.12);
}

/* WhatsApp brand treatment */
.top-contact a[href*="wa.me"],
footer a[href*="wa.me"],
.quote-shortcuts a[href*="wa.me"] {
  color: var(--whatsapp);
}

.wa-link,
.floating-cta a[href*="wa.me"] {
  color: #fff;
  background: linear-gradient(135deg, var(--whatsapp) 0%, var(--whatsapp-dark) 100%);
  border-color: rgba(37, 211, 102, 0.45);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.28);
}

.wa-link:hover,
.floating-cta a[href*="wa.me"]:hover {
  color: #fff;
  background: linear-gradient(135deg, #31e676 0%, #0f7f42 100%);
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.36);
}

.quote-shortcuts a[href*="wa.me"] {
  border-color: rgba(37, 211, 102, 0.42);
  background: rgba(37, 211, 102, 0.1);
}

.qr-card[href="#whatsapp-qr-modal"] {
  border-color: rgba(37, 211, 102, 0.34);
}

.qr-card[href="#whatsapp-qr-modal"]:hover,
.qr-card[href="#whatsapp-qr-modal"]:focus-visible {
  border-color: rgba(37, 211, 102, 0.76);
}

/* Header repair: keep dropdown content out of the fixed header's layout flow. */
.announcement {
  height: 38px;
  min-height: 38px;
}

.topbar {
  height: 72px;
  min-height: 72px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
  overflow: visible;
}

.topbar .logo {
  flex-wrap: nowrap;
  max-width: none;
}

.topbar .primary-nav {
  min-width: 0;
  display: flex;
  justify-content: center;
  gap: clamp(16px, 1.35vw, 26px);
}

.topbar .primary-nav > a,
.topbar .nav-drop > a {
  height: 72px;
  min-height: 72px;
}

.topbar .nav-drop {
  position: relative;
}

.topbar .mega {
  position: fixed;
  top: 110px;
  left: 50%;
  max-height: calc(100vh - 132px);
  overflow: auto;
}

.header-actions {
  min-width: 0;
  flex-shrink: 0;
}

@media (max-width: 1320px) {
  .topbar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .topbar .primary-nav {
    justify-content: flex-end;
    gap: 16px;
    font-size: 12px;
  }

  .header-search {
    display: none;
  }
}

@media (max-width: 1180px) {
  .announcement {
    height: 38px;
    min-height: 38px;
  }

  .topbar {
    top: 38px;
    height: 66px;
    min-height: 66px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .topbar .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 0;
    padding: 12px 18px 18px;
    background: rgba(251, 250, 247, 0.98);
    border-top: 1px solid rgba(21, 19, 15, 0.1);
    box-shadow: 0 24px 44px rgba(21, 19, 15, 0.14);
  }

  .nav-check:checked ~ .primary-nav {
    display: grid;
  }

  .topbar .primary-nav > a,
  .topbar .nav-drop > a {
    height: auto;
    min-height: 46px;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(21, 19, 15, 0.08);
  }

  .topbar .mega,
  .topbar .nav-drop:hover .mega,
  .topbar .nav-drop:focus-within .mega {
    display: none;
  }

  .header-actions {
    display: none;
  }
}

@media (max-width: 768px) {
  .announcement {
    height: auto;
    min-height: 38px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .topbar {
    top: 38px;
    height: 64px;
    min-height: 64px;
  }

  .home-hero,
  .hero-slide {
    min-height: 680px;
  }

  .home-hero .hero-content {
    top: 56%;
  }
}

/* WordPress-ready global design system */
:root {
  --wp-content: 1200px;
  --wp-wide: 1440px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --shadow-soft: 0 18px 42px rgba(21, 19, 15, 0.08);
  --shadow-strong: 0 28px 78px rgba(21, 19, 15, 0.14);
  --focus: #1d6bff;
}

html {
  scroll-padding-top: 122px;
}

body {
  background: #fbfaf7;
}

a,
button,
input,
textarea,
select,
summary {
  -webkit-tap-highlight-color: rgba(37, 211, 102, 0.18);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible,
.hamburger:focus-visible {
  outline: 3px solid rgba(29, 107, 255, 0.55);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 10px;
  z-index: 100;
  transform: translateY(-140%);
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: var(--radius-md);
  color: #fff;
  background: #11100e;
  font-weight: 800;
  transition: transform 0.18s ease;
}

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

.section,
.section-intro,
.wall-grid,
.advantage-grid.six,
.case-grid,
.certificate-grid,
.news-grid,
.faq-grid,
.luxury-timeline {
  min-width: 0;
}

.section {
  width: min(100% - 40px, var(--wp-content));
  padding-top: clamp(56px, 6vw, 84px);
  padding-bottom: clamp(56px, 6vw, 84px);
}

.section-intro h2,
.luxury-process-head h2,
.company-proof-title,
.factory-copy h2,
.inquiry h2 {
  letter-spacing: 0;
  text-wrap: balance;
}

.section-intro p,
.luxury-process-head p,
.factory-copy > p,
.inquiry p,
.company-proof-copy > p {
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-intro h2 {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.08;
}

.section-intro.split {
  align-items: end;
}

.section-more,
.button,
.quote-link,
.wa-link,
.quote-shortcuts a,
.cookie-consent__button {
  border-radius: 999px;
  transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.section-more:hover,
.button:hover,
.quote-link:hover,
.wa-link:hover,
.quote-shortcuts a:hover {
  transform: translateY(-1px);
}

.category-grid article,
.advantage-grid.six article,
.wall-grid article,
.case-grid article,
.certificate-grid article,
.news-grid article,
.faq-grid details,
.inquiry form,
.company-proof-media,
.luxury-step-image,
.luxury-step-copy,
.qr-card,
.catalog-modal > div {
  border-radius: var(--radius-md);
}

.category-grid article,
.advantage-grid.six article,
.wall-grid article,
.case-grid article,
.certificate-grid article,
.news-grid article,
.faq-grid details {
  border: 1px solid rgba(21, 19, 15, 0.1);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.category-grid article,
.advantage-grid.six article,
.wall-grid article,
.case-grid article,
.certificate-grid article,
.news-grid article {
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.category-grid article:hover,
.advantage-grid.six article:hover,
.wall-grid article:hover,
.case-grid article:hover,
.certificate-grid article:hover,
.news-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(184, 154, 97, 0.24);
  box-shadow: var(--shadow-strong);
}

.category-grid img,
.advantage-media img,
.wall-grid img,
.company-proof-media img,
.factory-image img,
.luxury-step-image img,
.detail-gallery img {
  background: #e9e5da;
}

.topbar {
  color: #15130f;
}

.topbar .primary-nav a {
  position: relative;
}

.topbar nav a.active,
.topbar nav a[aria-current="page"] {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.topbar .primary-nav a:hover {
  color: var(--gold);
}

.home-hero {
  min-height: min(820px, 100vh);
}

.home-hero .hero-content {
  top: calc(50% + 34px);
  transform: translateY(-42%);
}

.home-hero .hero-title {
  max-width: 780px;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.98;
}

.home-hero .hero-subline {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.86);
}

.hero-actions {
  align-items: center;
}

.hero-carousel-controls {
  z-index: 4;
}

.sub-hero {
  min-height: clamp(460px, 58vh, 620px);
  padding-top: 110px;
}

.sub-hero .hero-content {
  padding-top: 34px;
}

.sub-hero .hero-title {
  font-size: clamp(34px, 4vw, 58px);
}

.company-proof {
  background: linear-gradient(135deg, #090908 0%, #171511 58%, #183f3a 100%);
}

.company-proof-title {
  max-width: 640px;
  color: #fff;
  background: transparent;
  font-size: clamp(34px, 4vw, 56px);
}

.company-proof-copy > span {
  color: rgba(255, 255, 255, 0.74);
}

.proof-metrics strong {
  min-height: 86px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(216, 196, 147, 0.22);
}

.proof-metrics b {
  color: #e6d6aa;
}

.luxury-process-head {
  width: min(100%, var(--wp-content));
}

.luxury-step-copy {
  min-height: 230px;
}

.inquiry {
  gap: clamp(28px, 5vw, 64px);
}

.inquiry form {
  box-shadow: var(--shadow-strong);
}

.inquiry input:focus,
.inquiry textarea:focus,
.inquiry select:focus {
  border-color: rgba(184, 154, 97, 0.56);
  box-shadow: 0 0 0 4px rgba(184, 154, 97, 0.12);
}

.floating-cta {
  z-index: 45;
}

.floating-cta a {
  font-size: 11px;
}

footer a:hover {
  color: var(--champagne);
}

@media (max-width: 1320px) {
  .quote-link {
    display: none;
  }

  .topbar .wa-link {
    min-width: 46px;
    width: 46px;
    padding: 0;
    font-size: 0;
  }
}

@media (max-width: 1180px) {
  html {
    scroll-padding-top: 104px;
  }

  .topbar .logo {
    font-size: 20px;
  }

  .topbar .logo small {
    display: none;
  }

  .home-hero .hero-content {
    left: 22px;
    right: 22px;
    top: 54%;
    width: auto;
    transform: translateY(-40%);
  }

  .home-hero .hero-title {
    max-width: min(720px, calc(100vw - 44px));
    font-size: clamp(42px, 5.4vw, 62px);
  }

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

@media (max-width: 768px) {
  html {
    scroll-padding-top: 104px;
  }

  .announcement {
    font-size: 10px;
    line-height: 1.35;
  }

  .topbar {
    top: 38px;
  }

  .section {
    width: min(100% - 32px, var(--wp-content));
    padding-top: 48px;
    padding-bottom: 50px;
  }

  .section-intro h2,
  .luxury-process-head h2 {
    font-size: clamp(26px, 8vw, 34px);
  }

  .home-hero,
  .hero-slide {
    min-height: 640px;
  }

  .home-hero .hero-content {
    top: 55%;
    transform: translateY(-38%);
  }

  .home-hero .hero-title {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.04;
  }

  .home-hero .hero-subline {
    font-size: 15px;
    line-height: 1.58;
  }

  .hero-content .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 320px;
  }

  .hero-content .button {
    width: 100%;
  }

  .category-grid,
  .advantage-grid.six,
  .wall-grid,
  .case-grid,
  .certificate-grid,
  .news-grid,
  .luxury-timeline,
  .proof-metrics,
  .company-proof,
  .factory,
  .inquiry,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .company-proof,
  .custom-system,
  .hot-products,
  .advantages-section,
  .inquiry {
    padding-right: 16px;
    padding-left: 16px;
  }

  .company-proof-title {
    font-size: clamp(30px, 9vw, 40px);
  }

  .luxury-step-copy,
  .advantage-copy,
  .wall-grid div {
    min-height: auto;
  }

  .floating-cta {
    right: 10px;
    bottom: 72px;
  }

  .floating-cta a {
    width: 46px;
    height: 46px;
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .topbar {
    padding-right: 14px;
    padding-left: 14px;
  }

  .home-hero,
  .hero-slide {
    min-height: 620px;
  }

  .home-hero .hero-content > p {
    max-width: 100%;
    font-size: 10px;
  }

  .home-hero .hero-title {
    font-size: clamp(30px, 10vw, 38px);
  }
}

@media (max-width: 1180px) {
  .home-hero .hero-content,
  .sub-hero .hero-content {
    left: 22px;
    right: 22px;
    top: 56%;
    width: auto;
  }

  .home-hero h1,
  .home-hero .hero-slide h2,
  .home-hero .hero-title {
    font-size: 3.75rem;
  }

  .hero-proof-rail {
    max-width: 640px;
  }
}

@media (max-width: 992px) {
  .topbar {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .header-actions {
    display: none;
  }

  .hamburger {
    display: inline-grid;
  }

  .company-proof,
  .factory,
  .inquiry {
    grid-template-columns: 1fr;
  }

  .factory-copy {
    padding: 64px 22px;
  }

  .factory-image img {
    min-height: 360px;
  }
}

@media (max-width: 768px) {
  .announcement {
    grid-template-columns: 1fr;
    gap: 2px;
    min-height: 48px;
    padding: 7px 14px;
    font-size: 11px;
  }

  .topbar {
    top: 48px;
    min-height: 66px;
  }

  .home-hero,
  .hero-slide {
    height: auto;
    min-height: 720px;
    max-height: none;
  }

  .home-hero .hero-content,
  .sub-hero .hero-content {
    left: 18px;
    right: 18px;
    top: 58%;
    transform: translateY(-50%);
  }

  .home-hero h1,
  .home-hero .hero-slide h2,
  .home-hero .hero-title {
    font-size: 2.75rem;
    line-height: 1.02;
  }

  .home-hero .hero-subline {
    font-size: 1rem;
  }

  .hero-proof-rail {
    grid-template-columns: 1fr;
    margin: 18px 0 20px;
  }

  .hero-proof-rail span {
    min-height: 54px;
    padding: 10px 12px;
  }

  .hero-proof-rail strong {
    font-size: 16px;
  }

  .hero-content .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-content .button {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }

  .section,
  .categories-section,
  .hot-products,
  .cases-home,
  .certificates-home,
  .blog-home,
  .faq {
    padding-top: 52px;
    padding-bottom: 54px;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .category-grid span {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    font-size: 12px;
  }

  .company-proof,
  .custom-system,
  .inquiry {
    padding-top: 58px;
    padding-bottom: 60px;
  }

  .company-proof-title {
    font-size: 2rem;
  }

  .proof-metrics {
    grid-template-columns: 1fr;
  }

  .luxury-timeline {
    grid-template-columns: 1fr;
  }

  .wall-grid div {
    min-height: auto;
  }

  .inquiry form {
    padding: 22px;
  }
}

@media (max-width: 420px) {
  .home-hero,
  .hero-slide {
    min-height: 760px;
  }

  .home-hero h1,
  .home-hero .hero-slide h2,
  .home-hero .hero-title {
    font-size: 2.25rem;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }
}

/* Final responsive guardrail: prevent compressed columns when viewport or zoom changes. */
.company-proof,
.custom-system,
.hot-products,
.advantages-section,
.inquiry,
.factory {
  min-width: 0;
}

.company-proof {
  display: grid;
  grid-template-columns: minmax(420px, 0.96fr) minmax(420px, 1.04fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.company-proof-copy,
.luxury-process-head,
.factory-copy,
.inquiry > div,
.inquiry form {
  min-width: 0;
}

.company-proof-title,
.company-proof-copy > span,
.luxury-process-head h2,
.luxury-process-head span,
.factory-copy h2,
.inquiry h2 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.company-proof-title span {
  display: block;
}

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

.luxury-timeline {
  grid-template-columns: repeat(5, minmax(180px, 1fr));
}

.luxury-step-copy {
  min-width: 0;
}

@media (max-width: 1180px) {
  .company-proof {
    grid-template-columns: 1fr;
  }

  .company-proof-title {
    max-width: 720px;
  }

  .company-proof-copy > span {
    max-width: 680px;
  }

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

  .luxury-timeline {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }
}

@media (max-width: 768px) {
  .company-proof,
  .custom-system,
  .hot-products,
  .advantages-section,
  .inquiry {
    padding-right: 16px;
    padding-left: 16px;
  }

  .company-proof,
  .proof-metrics,
  .luxury-timeline,
  .advantage-grid.six,
  .wall-grid,
  .case-grid,
  .certificate-grid,
  .news-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .company-proof-title {
    font-size: clamp(30px, 8.5vw, 40px);
    line-height: 1.08;
  }

  .luxury-process-head {
    text-align: left;
  }
}

@media (max-width: 420px) {
  .category-grid {
    grid-template-columns: 1fr;
  }

  .hero-content .hero-actions {
    grid-template-columns: 1fr;
  }
}

/* Whole-site centered canvas layout */
:root {
  --site-frame: 100%;
  --site-gutter: clamp(16px, 3vw, 36px);
}

body {
  min-width: 320px;
  isolation: isolate;
  background:
    linear-gradient(rgba(251, 250, 247, 0.72), rgba(251, 250, 247, 0.72)),
    url("hero-jewelry-studio.webp") center / cover fixed,
    #d8d2c8;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.68), transparent 42%),
    linear-gradient(90deg, rgba(7, 7, 6, 0.2), transparent 22%, transparent 78%, rgba(7, 7, 6, 0.2));
}

body > main,
body > footer {
  width: min(100%, var(--site-frame));
  margin-right: auto;
  margin-left: auto;
}

body > main {
  overflow: clip;
  background: var(--paper);
  box-shadow: 0 0 70px rgba(21, 19, 15, 0.14);
}

body > footer {
  box-shadow: 0 32px 70px rgba(21, 19, 15, 0.18);
}

body > .announcement,
body > .topbar {
  left: 50%;
  right: auto;
  width: min(100%, var(--site-frame));
  transform: translateX(-50%);
}

.home-hero,
.hero-slide {
  min-height: min(820px, 100vh);
}

.home-hero .hero-content {
  left: max(var(--site-gutter), calc((100% - var(--wp-content)) / 2));
  right: var(--site-gutter);
  width: min(760px, calc(100% - var(--site-gutter) * 2));
}

.company-proof,
.custom-system,
.hot-products,
.advantages-section,
.inquiry,
.factory,
footer {
  width: 100%;
  max-width: none;
}

.company-proof,
.custom-system,
.hot-products,
.advantages-section,
.inquiry {
  padding-right: max(var(--site-gutter), calc((100% - var(--wp-content)) / 2));
  padding-left: max(var(--site-gutter), calc((100% - var(--wp-content)) / 2));
}

.factory-copy {
  padding-right: max(var(--site-gutter), calc((100% - var(--wp-content)) / 2));
}

.category-grid,
.advantage-grid.six,
.wall-grid,
.case-grid,
.certificate-grid,
.news-grid,
.luxury-timeline,
.trust-grid,
.collection-grid,
.solution-grid,
.craft-grid,
.program-grid,
.timeline-grid,
.product-list {
  min-width: 0;
}

.category-grid > *,
.advantage-grid.six > *,
.wall-grid > *,
.case-grid > *,
.certificate-grid > *,
.news-grid > *,
.luxury-timeline > *,
.trust-grid > *,
.collection-grid > *,
.solution-grid > *,
.craft-grid > *,
.program-grid > *,
.timeline-grid > *,
.product-list > * {
  min-width: 0;
}

h1,
h2,
h3,
p,
li,
span,
a,
strong,
em {
  overflow-wrap: anywhere;
}

.topbar nav a,
.button,
.quote-link,
.wa-link,
.section-more,
.logo span,
.logo em,
.proof-metrics b {
  overflow-wrap: normal;
  word-break: normal;
}

.company-proof-title,
.luxury-process-head h2,
.factory-copy h2,
.inquiry h2,
.section-intro h2 {
  max-width: min(100%, 780px);
}

@media (min-width: 1441px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1180px) {
  body > main,
  body > footer,
  body > .announcement,
  body > .topbar {
    width: 100%;
  }

  .topbar {
    transform: translateX(-50%);
  }

  .home-hero,
  .hero-slide {
    min-height: 720px;
  }

  .company-proof,
  .factory,
  .inquiry,
  .filter-layout,
  .product-detail-grid,
  .story-row,
  .lookbook {
    grid-template-columns: 1fr;
  }

  .category-grid,
  .advantage-grid.six,
  .wall-grid,
  .case-grid,
  .certificate-grid,
  .news-grid,
  .trust-grid,
  .collection-grid,
  .solution-grid,
  .craft-grid,
  .program-grid,
  .timeline-grid,
  .luxury-timeline,
  .product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-proof-title,
  .luxury-process-head h2,
  .factory-copy h2,
  .inquiry h2,
  .section-intro h2 {
    max-width: 720px;
  }
}

@media (min-width: 769px) and (max-width: 1040px) {
  body > main,
  body > footer,
  body > .announcement,
  body > .topbar {
    width: min(520px, calc(100% - 32px));
  }

  body > main {
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  }

  .announcement {
    justify-items: center;
    text-align: center;
  }

  .topbar {
    top: 38px;
    height: 64px;
    min-height: 64px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-right: 14px;
    padding-left: 14px;
  }

  .topbar .logo {
    font-size: 18px;
  }

  .hamburger {
    display: inline-grid;
  }

  .topbar .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px 14px 16px;
    background: rgba(251, 250, 247, 0.98);
    border-top: 1px solid rgba(21, 19, 15, 0.1);
    box-shadow: 0 22px 42px rgba(21, 19, 15, 0.12);
  }

  .nav-check:checked ~ .primary-nav {
    display: grid;
  }

  .topbar .primary-nav > a,
  .topbar .nav-drop > a {
    height: auto;
    min-height: 44px;
    justify-content: flex-start;
  }

  .topbar .mega,
  .header-actions {
    display: none;
  }

  .home-hero,
  .hero-slide {
    min-height: 680px;
  }

  .home-hero .hero-content {
    left: 22px;
    right: 22px;
    top: 55%;
    width: auto;
    transform: translateY(-42%);
  }

  .home-hero .hero-title {
    max-width: 100%;
    font-size: clamp(36px, 8vw, 48px);
    line-height: 1.04;
  }

  .home-hero .hero-subline {
    font-size: 15px;
  }

  .hero-content .hero-actions,
  .category-grid,
  .advantage-grid.six,
  .wall-grid,
  .case-grid,
  .certificate-grid,
  .news-grid,
  .trust-grid,
  .collection-grid,
  .solution-grid,
  .craft-grid,
  .program-grid,
  .timeline-grid,
  .luxury-timeline,
  .product-list,
  .proof-metrics,
  .footer-grid,
  .quote-qr-grid,
  .contact-qr-grid {
    grid-template-columns: 1fr;
  }

  .section,
  .company-proof,
  .custom-system,
  .hot-products,
  .advantages-section,
  .inquiry {
    padding-right: 18px;
    padding-left: 18px;
  }

  .section {
    width: 100%;
  }
}

@media (max-width: 768px) {
  body > main,
  body > footer,
  body > .announcement,
  body > .topbar {
    width: 100%;
  }

  body > main {
    box-shadow: none;
  }
}

@media (min-width: 1041px) {
  body {
    background: #fbfaf7;
  }

  body::before {
    display: none;
  }

  body > main,
  body > footer,
  body > .announcement,
  body > .topbar {
    width: 100%;
    max-width: none;
  }

  body > main,
  body > footer {
    box-shadow: none;
  }
}

/* Final composition polish for category band and footer */
h1,
h2,
h3,
p,
li,
span,
a,
strong,
em {
  overflow-wrap: normal;
  word-break: normal;
}

a[href^="mailto:"],
a[href^="tel:"],
.contact-methods,
.cookie-consent__copy span {
  overflow-wrap: anywhere;
}

.categories-section {
  width: 100%;
  max-width: none;
  padding: clamp(72px, 7vw, 104px) max(var(--site-gutter), calc((100% - var(--wp-content)) / 2));
  background:
    linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
}

.categories-section .section-intro.split {
  max-width: 920px;
  margin-right: auto;
  margin-bottom: clamp(32px, 4vw, 48px);
  margin-left: auto;
  display: block;
  text-align: center;
}

.categories-section .section-intro p {
  margin-bottom: 12px;
  color: var(--gold);
}

.categories-section .section-intro h2 {
  max-width: 820px;
  margin: 0 auto;
  color: var(--ink);
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.04;
}

.category-grid {
  width: min(100%, 1060px);
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.category-grid article {
  border: 1px solid rgba(21, 19, 15, 0.08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(21, 19, 15, 0.1);
}

.category-grid a {
  position: relative;
  min-height: 100%;
  display: grid;
  color: #fff;
}

.category-grid img {
  height: 100%;
  min-height: clamp(260px, 26vw, 360px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.category-grid span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #fff;
  background: rgba(7, 7, 6, 0.62);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}

.categories-section .section-more {
  margin-top: 30px;
}

footer {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 7vw, 88px) max(var(--site-gutter), calc((100% - var(--wp-content)) / 2)) 30px;
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 196, 147, 0.16), transparent 30%),
    linear-gradient(135deg, #070706 0%, #12110e 52%, #102f2c 100%);
}

footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 24px);
  opacity: 0.45;
}

footer > * {
  position: relative;
}

.footer-grid {
  width: min(100%, var(--wp-content));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(160px, 1fr));
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(216, 196, 147, 0.18);
}

.footer-grid > div {
  min-width: 0;
}

.footer-logo {
  display: inline-flex;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
}

footer p {
  max-width: 330px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.7;
}

footer h3 {
  margin-bottom: 18px;
  color: #e6d6aa;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

footer a,
footer span {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.45;
}

footer a:hover {
  color: var(--whatsapp);
}

footer .footer-qr-grid {
  width: min(100%, 210px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

footer .qr-card {
  padding: 10px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
}

footer .qr-card img {
  max-width: 72px;
}

.copyright {
  width: min(100%, var(--wp-content));
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
}

.copyright a {
  display: inline;
  margin-left: 12px;
  color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 1180px) {
  .categories-section {
    padding-top: 68px;
    padding-bottom: 76px;
  }

  .category-grid {
    width: min(100%, 720px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-grid img {
    min-height: 300px;
  }

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

@media (min-width: 769px) and (max-width: 1040px) {
  .categories-section {
    padding-top: 54px;
    padding-bottom: 62px;
  }

  .categories-section .section-intro h2 {
    font-size: clamp(28px, 7vw, 38px);
  }

  .category-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .category-grid img {
    min-height: 360px;
    aspect-ratio: 4 / 5;
  }

  footer {
    padding: 54px 24px 26px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  footer p {
    max-width: 100%;
  }

  footer a,
  footer span {
    width: auto;
  }

  footer .footer-qr-grid {
    width: min(100%, 240px);
  }

  .copyright {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .categories-section {
    padding: 50px 16px 58px;
  }

  .categories-section .section-intro h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .category-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .category-grid img {
    min-height: 320px;
  }

  footer {
    padding: 48px 18px 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  footer p {
    max-width: 100%;
  }

  footer .footer-qr-grid {
    width: min(100%, 230px);
  }

  .copyright {
    text-align: left;
  }
}

/* Factory band polish */
.factory {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  min-height: clamp(520px, 58vw, 680px);
  background: #11100e;
}

.factory-image {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.factory-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, rgba(17, 16, 14, 0.08) 62%, rgba(17, 16, 14, 0.42) 100%);
}

.factory-image img {
  width: 100%;
  height: 100%;
  min-height: clamp(520px, 58vw, 680px);
  object-fit: cover;
  object-position: center;
}

.factory-copy {
  min-width: 0;
  display: grid;
  align-content: center;
  padding: clamp(56px, 6vw, 96px) max(var(--site-gutter), calc((100vw - var(--wp-content)) / 2)) clamp(56px, 6vw, 96px) clamp(44px, 5vw, 76px);
  background:
    radial-gradient(circle at 92% 14%, rgba(37, 211, 102, 0.16), transparent 28%),
    linear-gradient(135deg, #11100e 0%, #18150f 54%, #113d37 100%);
}

.factory-copy > p {
  margin-bottom: 16px;
  color: #e6d6aa;
}

.factory-copy h2 {
  max-width: 620px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(36px, 4.2vw, 60px);
  line-height: 1.04;
}

.factory-copy ul {
  max-width: 640px;
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
}

.factory-copy li {
  grid-template-columns: minmax(120px, 0.34fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  min-height: 82px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.factory-copy strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.factory-copy span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.65;
}

.factory-copy .button {
  width: max-content;
  min-width: 190px;
  margin-top: 34px;
}

@media (max-width: 1180px) {
  .factory {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .factory-image img {
    min-height: 420px;
    aspect-ratio: 16 / 9;
  }

  .factory-copy {
    padding: 58px max(22px, calc((100% - 820px) / 2));
  }
}

@media (min-width: 769px) and (max-width: 1040px) {
  .factory-image img {
    min-height: 360px;
    aspect-ratio: 4 / 3;
  }

  .factory-copy {
    padding: 44px 22px 52px;
  }

  .factory-copy h2 {
    font-size: clamp(30px, 7vw, 42px);
  }

  .factory-copy li {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
  }
}

@media (max-width: 768px) {
  .factory-image img {
    min-height: 320px;
    aspect-ratio: 4 / 3;
  }

  .factory-copy {
    padding: 42px 18px 48px;
  }

  .factory-copy h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .factory-copy li {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
  }

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

/* Keep factory band aligned with the site's content rhythm instead of acting as an oversized full-bleed banner. */
.factory {
  width: min(100% - 72px, var(--wp-content));
  max-width: var(--wp-content);
  min-height: 0;
  margin: clamp(64px, 6vw, 92px) auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 28px 78px rgba(21, 19, 15, 0.14);
}

.factory-image img {
  min-height: clamp(420px, 34vw, 560px);
}

.factory-copy {
  padding: clamp(46px, 5vw, 72px);
}

.factory-copy h2 {
  max-width: 520px;
  font-size: clamp(34px, 3.6vw, 52px);
}

.factory-copy ul {
  max-width: 560px;
}

@media (max-width: 1180px) {
  .factory {
    width: min(100% - 44px, 920px);
    grid-template-columns: 1fr;
  }

  .factory-image img {
    min-height: 380px;
  }
}

@media (min-width: 769px) and (max-width: 1040px) {
  .factory {
    width: 100%;
    margin: 48px 0;
    border-radius: 0;
  }
}

@media (max-width: 768px) {
  .factory {
    width: 100%;
    margin: 42px 0;
    border-radius: 0;
    box-shadow: none;
  }

  .factory-image img {
    min-height: 300px;
  }
}

/* BSTKOI B2B redesign layer - WordPress-ready final visual system */
:root {
  --font-body: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Aptos Display", "Georgia", "Times New Roman", serif;
  --font-utility: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --b2b-black: #070706;
  --b2b-ink: #17140f;
  --b2b-muted: #6a6256;
  --b2b-paper: #fbfaf7;
  --b2b-white: #ffffff;
  --b2b-soft: #f1eee7;
  --b2b-line: rgba(23, 20, 15, 0.12);
  --b2b-gold: #b89a61;
  --b2b-gold-soft: #ead9aa;
  --b2b-green: #25d366;
  --b2b-green-dark: #128c4a;
  --b2b-max: 1200px;
  --b2b-header-max: 1560px;
  --b2b-wide: 1440px;
  --b2b-radius: 8px;
  --b2b-shadow: 0 18px 46px rgba(23, 20, 15, 0.08);
  --b2b-shadow-strong: 0 28px 78px rgba(23, 20, 15, 0.14);
  --bstkoi-site-zoom: 1;
}

html {
  scroll-padding-top: 112px;
}

body {
  min-width: 320px;
  color: var(--b2b-ink);
  background: var(--b2b-paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  zoom: var(--bstkoi-site-zoom, 1);
}

body::before {
  display: none;
}

body > main,
body > footer,
body > .announcement,
body > .topbar {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  transform: none;
  box-shadow: none;
}

body > main {
  overflow: visible;
  background: var(--b2b-paper);
}

img {
  background: #e8e3d8;
}

a,
button,
input,
textarea,
select,
summary {
  -webkit-tap-highlight-color: rgba(37, 211, 102, 0.16);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible,
.hamburger:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.42);
  outline-offset: 3px;
}

h1,
h2,
h3,
p,
li,
span,
a,
strong,
em {
  overflow-wrap: normal;
  word-break: normal;
  letter-spacing: 0;
}

a[href^="mailto:"],
a[href^="tel:"] {
  overflow-wrap: anywhere;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 10px;
  z-index: 100;
  transform: translateY(-140%);
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: var(--b2b-radius);
  color: #fff;
  background: var(--b2b-black);
  font-weight: 800;
  transition: transform 0.18s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.announcement {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  height: 34px;
  min-height: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 0 max(24px, calc((100vw - var(--b2b-header-max)) / 2));
  color: var(--b2b-gold-soft);
  background: var(--b2b-black);
  border-bottom: 1px solid rgba(234, 217, 170, 0.2);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.top-contact {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
}

.top-contact a[href*="wa.me"] {
  color: var(--b2b-green);
}

.topbar {
  position: fixed;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 59;
  height: 74px;
  min-height: 74px;
  display: grid;
  grid-template-columns: minmax(190px, auto) minmax(0, 1fr) auto;
  gap: clamp(18px, 2vw, 30px);
  align-items: center;
  padding: 0 max(24px, calc((100vw - var(--b2b-header-max)) / 2));
  color: var(--b2b-ink);
  background: transparent;
  border-bottom: 1px solid transparent;
  backdrop-filter: none;
  box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, backdrop-filter 0.2s ease;
}

.topbar.is-scrolled {
  color: var(--b2b-ink);
  background: rgba(251, 250, 247, 0.94);
  border-bottom: 1px solid rgba(23, 20, 15, 0.1);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 28px rgba(23, 20, 15, 0.06);
}

.topbar.is-transparent {
  color: #fff;
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.logo {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: baseline;
  max-width: none;
  color: var(--b2b-black);
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.topbar.is-transparent .logo {
  color: #fff;
}

.logo em {
  color: var(--b2b-gold);
  font-style: normal;
}

.topbar.is-transparent .logo em {
  color: var(--b2b-gold-soft);
}

.logo small {
  display: none;
}

.nav-check,
.hamburger {
  display: none;
}

.topbar .primary-nav {
  min-width: 0;
  display: flex;
  justify-content: center;
  gap: clamp(14px, 1.25vw, 22px);
  align-items: center;
  color: var(--b2b-ink);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.topbar.is-transparent .primary-nav {
  color: #fff;
}

.topbar .primary-nav > a,
.topbar .nav-drop > a {
  height: 74px;
  min-height: 74px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}

.topbar nav a.active,
.topbar nav a[aria-current="page"] {
  color: var(--b2b-gold);
  border-bottom-color: var(--b2b-gold);
}

.topbar.is-transparent nav a.active,
.topbar.is-transparent nav a[aria-current="page"] {
  color: var(--b2b-gold-soft);
  border-bottom-color: var(--b2b-gold-soft);
}

.topbar nav a:hover {
  color: var(--b2b-gold);
}

.topbar.is-transparent nav a:hover {
  color: var(--b2b-gold-soft);
}

.nav-drop {
  position: relative;
  display: flex;
  align-items: center;
}

.mega {
  position: fixed;
  top: 108px;
  left: 50%;
  z-index: 58;
  width: min(1040px, calc(100vw - 48px));
  max-height: calc(100vh - 132px);
  display: grid;
  grid-template-columns: 1fr 1fr minmax(300px, 1fr);
  gap: 28px;
  overflow: auto;
  padding: 26px;
  color: #fff;
  background: #07100e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--b2b-radius);
  box-shadow: var(--b2b-shadow-strong);
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.nav-drop:hover .mega,
.nav-drop:focus-within .mega {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (hover: none) and (pointer: coarse) {
  .nav-drop:hover .mega,
  .nav-drop:focus-within .mega {
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -8px);
  }

  .topbar .nav-drop > a {
    touch-action: manipulation;
  }
}

.mega-col,
.mega-card {
  min-width: 0;
}

.mega-col p {
  margin: 0 0 8px;
  color: var(--b2b-green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mega-col a {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 750;
  white-space: normal;
}

.mega-card {
  padding: 12px;
  border-radius: var(--b2b-radius);
  background: rgba(255, 255, 255, 0.07);
}

.mega-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 14px;
}

.mega-card h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
}

.mega-card span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

.header-actions {
  display: inline-flex;
  flex-shrink: 0;
  gap: 10px;
  align-items: center;
}
.header-search input {
  width: 128px;
  min-height: 40px;
  border: 1px solid rgba(23, 20, 15, 0.13);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--b2b-ink);
  background: #fff;
  font: inherit;
}

.quote-link,
.wa-link,
.button,
.section-more,
.quote-shortcuts a,
.cookie-consent__button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 850;
  line-height: 1;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.quote-link,
.section-more {
  color: #fff;
  background: var(--b2b-black);
  border: 1px solid var(--b2b-black);
  box-shadow: 0 14px 28px rgba(7, 7, 6, 0.12);
}

.quote-link:hover,
.section-more:hover {
  color: var(--b2b-black);
  background: var(--b2b-gold-soft);
  border-color: var(--b2b-gold-soft);
}

.section-more {
  width: fit-content;
  display: flex;
  margin: 30px auto 0;
}

.wa-link,
.floating-cta a[href*="wa.me"] {
  color: #fff;
  background: linear-gradient(135deg, var(--b2b-green), var(--b2b-green-dark));
  border: 1px solid rgba(37, 211, 102, 0.42);
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.28);
}

.cart-link {
  min-height: 40px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 20, 15, 0.14);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--b2b-ink);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(23, 20, 15, 0.08);
  cursor: pointer;
}

.topbar.is-transparent .cart-link {
  color: #fff;
  background: rgba(7, 7, 6, 0.26);
  border-color: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
}

.cart-link b {
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--b2b-gold);
  font-size: 11px;
}

.button.light {
  color: var(--b2b-black);
  background: linear-gradient(135deg, #fff8e6, #e6d2a0);
  border: 1px solid rgba(255, 255, 255, 0.44);
}

.button.outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.button:hover,
.quote-link:hover,
.wa-link:hover,
.section-more:hover,
.quote-shortcuts a:hover {
  transform: translateY(-1px);
}

.cart-add-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border: 1px solid rgba(23, 20, 15, 0.16);
  border-radius: 999px;
  padding: 0 16px;
  color: var(--b2b-ink);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.cart-add-button:hover {
  color: #fff;
  background: var(--b2b-black);
  border-color: var(--b2b-black);
  transform: translateY(-1px);
}

.detail-cart-button {
  margin-top: 20px;
}

.home-hero {
  position: relative;
  min-height: min(760px, 92vh);
  margin: 0;
  overflow: hidden;
  background: var(--b2b-black);
}

.hero-slide {
  position: absolute;
  inset: 0;
  min-height: inherit;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.hero-slide.active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.hero-slide > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.05);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 6, 0.84) 0%, rgba(7, 7, 6, 0.62) 40%, rgba(7, 7, 6, 0.14) 76%, rgba(7, 7, 6, 0.3) 100%),
    linear-gradient(180deg, rgba(7, 7, 6, 0.28), rgba(7, 7, 6, 0.64));
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 22vw);
  opacity: 0.18;
}

.home-hero .hero-content {
  position: absolute;
  left: max(24px, calc((100vw - var(--b2b-max)) / 2));
  top: calc(50% + 24px);
  z-index: 3;
  width: min(640px, calc(100vw - 48px));
  margin: 0;
  padding: 0;
  color: #fff;
  transform: translateY(-42%);
}

.home-hero .hero-content > p,
.section-intro p,
.luxury-process-head p,
.company-proof-copy > p,
.factory-copy > p,
.inquiry p {
  margin: 0 0 14px;
  color: var(--b2b-gold);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-hero .hero-content > p {
  width: fit-content;
  max-width: 100%;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(234, 217, 170, 0.32);
  border-radius: 999px;
  color: var(--b2b-gold-soft);
  background: rgba(7, 7, 6, 0.34);
  backdrop-filter: blur(10px);
}

.home-hero h1,
.home-hero .hero-title {
  max-width: 640px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(42px, 4.6vw, 66px);
  line-height: 0.94;
  font-weight: 900;
  text-wrap: balance;
}

.home-hero .hero-title span {
  display: block;
}

.home-hero .hero-slide h2 {
  max-width: 640px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(30px, 2.8vw, 42px);
  line-height: 1.02;
  font-weight: 900;
  text-wrap: balance;
}

.home-hero .hero-title span:first-child {
  color: var(--b2b-gold-soft);
}

.home-hero .hero-subline {
  display: block;
  max-width: 600px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-carousel-controls {
  position: absolute;
  left: 50%;
  bottom: 36px;
  z-index: 4;
  transform: translateX(-50%);
}

.hero-dots {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  min-height: 34px;
  padding: 3px 8px;
  border: 1px solid rgba(234, 217, 170, 0.2);
  border-radius: 999px;
  background: rgba(9, 8, 6, 0.42);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.hero-dot {
  position: relative;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: width 180ms ease, background-color 180ms ease;
}

.hero-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
  transform: translate(-50%, -50%);
  transition: width 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.hero-dot.active {
  width: 32px;
  background: transparent;
}

.hero-dot.active::after {
  width: 18px;
  background: var(--b2b-gold-soft);
  box-shadow: 0 0 0 1px rgba(234, 217, 170, 0.18), 0 4px 12px rgba(234, 217, 170, 0.2);
}

.hero-dot:hover::after {
  background: rgba(255, 255, 255, 0.78);
}

.hero-dot.active:hover::after {
  background: var(--b2b-gold-soft);
}

.hero-dot:focus-visible {
  outline: 1px solid rgba(234, 217, 170, 0.78);
  outline-offset: 2px;
}

.section {
  width: min(100% - 44px, var(--b2b-max));
  margin: 0 auto;
  padding-top: clamp(62px, 6vw, 88px);
  padding-bottom: clamp(62px, 6vw, 88px);
}

.section-intro {
  margin-bottom: clamp(30px, 4vw, 44px);
}

.section-intro.centered {
  text-align: center;
}

.section-intro.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}

.section-intro h2,
.luxury-process-head h2 {
  max-width: 760px;
  margin: 0;
  color: var(--b2b-ink);
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.06;
  font-weight: 900;
}

.section-intro.centered h2 {
  margin-right: auto;
  margin-left: auto;
}

.custom-system .luxury-process-head,
.advantages-section .section-intro.split,
.hot-products .section-intro.split,
.certificates-home .section-intro.split,
.blog-home .section-intro.split,
.faq .section-intro {
  text-align: center;
}

.custom-system .luxury-process-head,
.advantages-section .section-intro.split,
.hot-products .section-intro.split,
.certificates-home .section-intro.split,
.blog-home .section-intro.split {
  display: block;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.custom-system .luxury-process-head span,
.company-proof-copy > span {
  margin-right: auto;
  margin-left: auto;
}

.company-proof-copy {
  display: grid;
  justify-items: center;
  text-align: center;
}

.company-proof-copy > p,
.company-proof-title {
  margin-right: auto;
  margin-left: auto;
}

.company-proof-copy .proof-metrics {
  margin-right: auto;
  margin-left: auto;
}

.categories-section {
  width: 100%;
  max-width: none;
  padding: clamp(78px, 7vw, 108px) max(22px, calc((100vw - var(--b2b-max)) / 2));
  background: linear-gradient(180deg, #fff 0%, var(--b2b-paper) 100%);
}

.categories-section .section-intro.split {
  display: block;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.categories-section .section-intro h2 {
  margin: 0 auto;
}

.category-grid {
  width: min(100%, 1060px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  margin: 0 auto;
}

.category-grid article,
.advantage-grid.six article,
.wall-grid article,
.case-grid article,
.certificate-grid article,
.news-grid article,
.faq-grid details {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--b2b-line);
  border-radius: var(--b2b-radius);
  background: #fff;
  box-shadow: var(--b2b-shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.category-grid article:hover,
.advantage-grid.six article:hover,
.wall-grid article:hover,
.case-grid article:hover,
.certificate-grid article:hover,
.news-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(184, 154, 97, 0.24);
  box-shadow: var(--b2b-shadow-strong);
}

.category-grid a {
  position: relative;
  display: grid;
  color: #fff;
}

.category-grid img {
  height: 100%;
  min-height: clamp(280px, 24vw, 360px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.category-grid span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--b2b-radius);
  color: #fff;
  background: rgba(7, 7, 6, 0.62);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.categories-section .section-more {
  margin: 30px auto 0;
}

.company-proof {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  padding: clamp(76px, 7vw, 104px) max(22px, calc((100vw - var(--b2b-max)) / 2));
  color: #fff;
  background: linear-gradient(135deg, #080807 0%, #17140f 58%, #103b35 100%);
}

.company-proof-title {
  max-width: 500px;
  margin-bottom: 18px;
  color: #fff;
  background: transparent;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.08;
}

.company-proof-title span {
  display: block;
}

.company-proof-copy > span {
  display: block;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.6;
}

.proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
  width: min(100%, 520px);
}

.proof-metrics strong {
  min-width: 0;
  min-height: 96px;
  display: grid;
  gap: 7px;
  align-content: center;
  justify-items: center;
  padding: 16px 12px;
  border: 1px solid rgba(234, 217, 170, 0.22);
  border-radius: var(--b2b-radius);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  text-align: center;
}

.proof-metrics b {
  color: var(--b2b-gold-soft);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.05;
  overflow-wrap: anywhere;
  white-space: normal;
}

.proof-metrics span {
  color: var(--b2b-muted);
  max-width: 120px;
  font-size: 12px;
  line-height: 1.28;
}

.company-proof-media {
  overflow: hidden;
  border: 1px solid rgba(234, 217, 170, 0.24);
  border-radius: var(--b2b-radius);
  box-shadow: var(--b2b-shadow-strong);
}

.company-proof-media img {
  height: 100%;
  min-height: 420px;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.custom-system,
.hot-products,
.advantages-section,
.cases-home,
.certificates-home,
.blog-home,
.faq {
  width: 100%;
  max-width: none;
  padding-right: max(22px, calc((100vw - var(--b2b-max)) / 2));
  padding-left: max(22px, calc((100vw - var(--b2b-max)) / 2));
}

.custom-system {
  padding-top: clamp(76px, 7vw, 104px);
  padding-bottom: clamp(78px, 7vw, 108px);
  background: var(--b2b-soft);
}

.luxury-process-head {
  max-width: 900px;
  margin: 0 0 42px;
  text-align: left;
}

.luxury-process-head span {
  display: block;
  max-width: 720px;
  margin-top: 16px;
  color: var(--b2b-muted);
  font-size: 18px;
  line-height: 1.65;
}

.luxury-timeline {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin: 0 auto;
}

.luxury-timeline::before {
  display: none;
}

.luxury-step {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.luxury-step-image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: var(--b2b-radius) var(--b2b-radius) 0 0;
}

.luxury-step-image img {
  height: 100%;
  object-fit: cover;
}

.luxury-step-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  justify-self: center;
  margin: -24px 0 0;
  border: 1px solid rgba(234, 217, 170, 0.62);
  border-radius: 50%;
  color: #fff;
  background: #113d37;
  box-shadow: 0 0 0 8px var(--b2b-soft);
  font-weight: 900;
  z-index: 1;
}

.luxury-step-copy {
  min-height: 240px;
  display: grid;
  align-content: start;
  margin-top: -24px;
  padding: 42px 18px 24px;
  border: 1px solid rgba(184, 154, 97, 0.2);
  border-top: 0;
  border-radius: 0 0 var(--b2b-radius) var(--b2b-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--b2b-shadow);
  text-align: center;
}

.luxury-step-copy span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--b2b-gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.luxury-step-copy h3 {
  max-width: none;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  color: var(--b2b-ink);
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

.luxury-step-copy p {
  margin: 0;
  color: var(--b2b-muted);
  font-size: 14px;
  line-height: 1.58;
}

.advantage-grid.six,
.wall-grid,
.case-grid,
.certificate-grid,
.news-grid {
  width: min(100%, var(--b2b-max));
  display: grid;
  gap: 22px;
  margin: 0 auto;
}

.advantage-grid.six,
.case-grid,
.news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wall-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.certificate-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.advantage-media,
.wall-grid img {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.advantage-media img,
.wall-grid img {
  height: 100%;
  object-fit: cover;
}

.advantage-copy,
.wall-grid div {
  min-height: 172px;
  padding: 24px;
}

.advantages-section {
  padding-top: clamp(42px, 4.2vw, 58px);
  padding-bottom: clamp(44px, 4.4vw, 60px);
}

.advantages-section .section-intro {
  margin-bottom: clamp(20px, 2.6vw, 28px);
}

.advantages-section .advantage-grid.six {
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: clamp(238px, 24vw, 286px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 2px;
  padding: 2px 2px 12px;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}

.advantages-section .advantage-grid.six::-webkit-scrollbar {
  display: none;
}

.advantages-section .advantage-grid.six article {
  min-height: 0;
  scroll-snap-align: start;
}

.advantages-section .advantage-media {
  aspect-ratio: 16 / 10;
}

.advantages-section .advantage-copy {
  min-height: 126px;
  padding: 17px 18px 18px;
}

.advantages-section .advantage-copy h3 {
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 1.22;
}

.advantages-section .advantage-copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.advantage-grid.six span,
.wall-grid span,
.case-grid span,
.certificate-grid span,
.news-grid span {
  color: var(--b2b-gold);
}

.factory {
  width: min(100% - 44px, var(--b2b-max));
  max-width: var(--b2b-max);
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin: clamp(70px, 7vw, 104px) auto;
  overflow: hidden;
  border-radius: 12px;
  background: #11100e;
  box-shadow: var(--b2b-shadow-strong);
}

.factory-image {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.factory-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(17, 16, 14, 0.12) 72%, rgba(17, 16, 14, 0.42) 100%);
}

.factory-image img {
  height: 100%;
  min-height: clamp(420px, 36vw, 560px);
  object-fit: cover;
}

.factory-copy {
  min-width: 0;
  display: grid;
  align-content: center;
  padding: clamp(48px, 5vw, 72px);
  background:
    radial-gradient(circle at 92% 14%, rgba(37, 211, 102, 0.14), transparent 28%),
    linear-gradient(135deg, #11100e 0%, #18150f 54%, #103b35 100%);
}

.factory-copy h2 {
  max-width: 520px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.04;
}

.factory-copy ul {
  max-width: 580px;
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.factory-copy li {
  display: grid;
  grid-template-columns: minmax(120px, 0.34fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  min-height: 82px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.factory-copy strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.factory-copy span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.65;
}

.factory-copy .button {
  width: max-content;
  min-width: 190px;
  margin-top: 34px;
}

.factory.factory-carousel {
  margin: clamp(54px, 5vw, 88px) auto;
  align-items: stretch;
}

.factory.factory-carousel .factory-image {
  min-height: clamp(300px, 30vw, 420px);
}

.factory.factory-carousel .factory-image img {
  width: 100%;
  height: 100%;
  min-height: clamp(300px, 30vw, 420px);
  object-fit: cover;
}

.factory.factory-carousel .factory-copy {
  padding: clamp(38px, 4vw, 58px);
}

.factory.factory-carousel .factory-copy h2 {
  max-width: 460px;
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 42px);
}

.factory.factory-carousel .factory-copy ul {
  margin-top: 24px;
}

.factory.factory-carousel .factory-copy li {
  min-height: 70px;
  padding: 14px 0;
  gap: 16px;
}

.factory.factory-carousel .factory-copy .button {
  margin-top: 26px;
}

.factory-carousel-stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: clamp(300px, 30vw, 420px);
  overflow: hidden;
}

.factory-carousel-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.55s ease, transform 0.7s ease;
}

.factory-carousel-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.factory-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.factory-carousel-dots {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.factory-carousel-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 1px rgba(17, 16, 14, 0.08);
}

.factory-carousel-dot[aria-current="true"] {
  background: rgba(255, 255, 255, 0.98);
  transform: scale(1.15);
}

.inquiry {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  margin: 0;
  padding: clamp(82px, 8vw, 112px) max(22px, calc((100vw - var(--b2b-max)) / 2));
  color: #fff;
  background: linear-gradient(135deg, #070706 0%, #17140f 56%, #103b35 100%);
}

.inquiry h2 {
  max-width: 620px;
  color: #fff;
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 1.06;
}

.inquiry h2 span {
  display: block;
}

.inquiry > div > span {
  display: block;
  max-width: 540px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.quote-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.quote-shortcuts a {
  border: 1px solid rgba(234, 217, 170, 0.24);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.quote-shortcuts a[href*="wa.me"] {
  color: #fff;
  border-color: rgba(37, 211, 102, 0.42);
  background: rgba(37, 211, 102, 0.18);
}

.quote-qr-grid,
.contact-qr-grid,
.footer-qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 128px));
  gap: 14px;
  margin-top: 26px;
}

.qr-card {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 12px;
  border: 1px solid rgba(234, 217, 170, 0.24);
  border-radius: var(--b2b-radius);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.qr-card[href="#whatsapp-qr-modal"] {
  border-color: rgba(37, 211, 102, 0.34);
}

.qr-card img {
  width: 100%;
  max-width: 108px;
  aspect-ratio: 1;
  padding: 6px;
  border-radius: 6px;
  background: #fff;
}

.qr-card span {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 900;
}

.inquiry form {
  display: grid;
  gap: 14px;
  padding: 30px;
  border: 1px solid rgba(234, 217, 170, 0.18);
  border-radius: var(--b2b-radius);
  background: var(--b2b-paper);
  box-shadow: var(--b2b-shadow-strong);
}

.inquiry label {
  display: grid;
  gap: 8px;
  color: var(--b2b-ink);
  font-size: 13px;
  font-weight: 850;
}

.inquiry input,
.inquiry textarea,
.inquiry select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(23, 20, 15, 0.16);
  border-radius: var(--b2b-radius);
  padding: 13px 15px;
  color: var(--b2b-ink);
  background: #fff;
  font: inherit;
}

.faq-grid {
  display: grid;
  gap: 14px;
}

.faq summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  cursor: pointer;
  color: var(--b2b-ink);
  font-weight: 900;
}

.faq details p {
  margin: 0;
  padding: 0 22px 22px;
}

footer {
  position: relative;
  overflow: hidden;
  padding: clamp(62px, 7vw, 92px) max(22px, calc((100vw - var(--b2b-max)) / 2)) 30px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(234, 217, 170, 0.16), transparent 30%),
    linear-gradient(135deg, #070706 0%, #12110e 52%, #102f2c 100%);
}

footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 24px);
  opacity: 0.45;
}

footer > * {
  position: relative;
}

.footer-grid {
  width: min(100%, var(--b2b-max));
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(160px, 1fr));
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  margin: 0 auto;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(234, 217, 170, 0.18);
}

.footer-grid > div {
  min-width: 0;
}

.footer-logo {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
}

footer p {
  max-width: 330px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.7;
}

footer h3 {
  margin-bottom: 18px;
  color: var(--b2b-gold-soft);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

footer a,
footer span {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.45;
}

footer a[href*="wa.me"] {
  color: var(--b2b-green);
}

footer a:hover {
  color: var(--b2b-gold-soft);
}

footer .footer-qr-grid {
  width: min(100%, 210px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

footer .qr-card {
  padding: 10px;
  background: rgba(255, 255, 255, 0.07);
}

footer .qr-card img {
  max-width: 72px;
}

.copyright {
  width: min(100%, var(--b2b-max));
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
}

.copyright a {
  display: inline;
  margin-left: 12px;
  color: rgba(255, 255, 255, 0.62);
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 86px;
  z-index: 55;
  display: grid;
  gap: 8px;
}

.floating-cta a {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--b2b-black);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
  font-size: 11px;
  font-weight: 900;
}

.sample-floating-link {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 56;
  min-width: 142px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(184, 154, 97, 0.38);
  border-radius: 999px;
  color: var(--b2b-ink);
  background: #fff;
  box-shadow: 0 18px 36px rgba(23, 20, 15, 0.18);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sample-floating-link strong {
  min-width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--b2b-gold);
  font-size: 12px;
}

body:has(.cookie-consent.is-visible) .sample-floating-link {
  bottom: 240px;
}

.catalog-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.72);
}

.catalog-modal:target {
  display: grid;
}

.catalog-modal > div {
  position: relative;
  width: min(100%, 520px);
  padding: 34px;
  border-radius: var(--b2b-radius);
  color: #fff;
  background: #11100e;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.quote-cart {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  justify-items: end;
}

.quote-cart[hidden] {
  display: none;
}

.quote-cart__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 6, 0.48);
  backdrop-filter: blur(4px);
}

.quote-cart__panel {
  position: relative;
  width: min(520px, 100vw);
  height: 100vh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: 18px;
  overflow: auto;
  padding: 28px;
  color: var(--b2b-ink);
  background: #fbfaf7;
  box-shadow: -28px 0 70px rgba(7, 7, 6, 0.24);
}

.quote-cart__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(23, 20, 15, 0.1);
}

.quote-cart__head p,
.quote-cart__buyer span {
  margin: 0 0 8px;
  color: var(--b2b-gold);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.quote-cart__head h2 {
  margin: 0;
  color: var(--b2b-ink);
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.12;
}

.quote-cart__head button,
.quote-cart__item > button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(23, 20, 15, 0.12);
  border-radius: 999px;
  color: var(--b2b-ink);
  background: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.quote-cart__items {
  display: grid;
  align-content: start;
  gap: 12px;
}

.quote-cart__item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: var(--b2b-radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 20, 15, 0.06);
}

.quote-cart__item img {
  width: 88px;
  height: 88px;
  border-radius: 6px;
  object-fit: cover;
}

.quote-cart__item span {
  display: block;
  margin-bottom: 5px;
  color: var(--b2b-gold);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.quote-cart__item h3 {
  margin: 0 0 6px;
  color: var(--b2b-ink);
  font-size: 16px;
  line-height: 1.2;
}

.quote-cart__item p {
  margin: 0 0 10px;
  color: var(--b2b-muted);
  font-size: 13px;
  line-height: 1.5;
}

.quote-cart__item label {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--b2b-muted);
  font-size: 12px;
  font-weight: 800;
}

.quote-cart__item input {
  width: 72px;
  min-height: 34px;
  border: 1px solid rgba(23, 20, 15, 0.12);
  border-radius: 999px;
  padding: 0 10px;
  text-align: center;
}

.quote-cart__empty {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px dashed rgba(23, 20, 15, 0.18);
  border-radius: var(--b2b-radius);
  background: #fff;
  text-align: center;
}

.quote-cart__empty strong {
  color: var(--b2b-ink);
  font-size: 18px;
}

.quote-cart__empty span {
  color: var(--b2b-muted);
  font-size: 14px;
}

.quote-cart__buyer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(23, 20, 15, 0.1);
}

.quote-cart__buyer label {
  display: grid;
  gap: 6px;
}

.quote-cart__buyer label:last-child {
  grid-column: 1 / -1;
}

.quote-cart__buyer input,
.quote-cart__buyer textarea {
  width: 100%;
  border: 1px solid rgba(23, 20, 15, 0.12);
  border-radius: var(--b2b-radius);
  padding: 12px;
  color: var(--b2b-ink);
  background: #fff;
  font: inherit;
  font-size: 14px;
}

.quote-cart__buyer textarea {
  resize: vertical;
}

.quote-cart__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid rgba(23, 20, 15, 0.1);
}

.quote-cart__actions .button.outline {
  color: var(--b2b-ink);
  border-color: rgba(23, 20, 15, 0.16);
  background: #fff;
}

.quote-cart__clear {
  min-height: 46px;
  border: 0;
  padding: 0 8px;
  color: var(--b2b-muted);
  background: transparent;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.sub-hero {
  min-height: clamp(460px, 58vh, 620px);
  display: grid;
  align-items: center;
  padding-top: 108px;
  overflow: hidden;
}

.sub-hero .hero-content {
  width: min(100% - 44px, var(--b2b-max));
  margin: 0 auto;
  padding: 44px 0 64px;
  display: grid;
  justify-items: center;
  text-align: center;
  transform: none;
}

.sub-hero .hero-title {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.02;
}

.sub-hero .hero-title span {
  display: block;
}

.products-page .sub-hero .hero-content > p {
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.products-page .sub-hero .hero-title {
  max-width: 660px;
}

.products-page .sub-hero .hero-subline {
  display: block;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.products-page .sub-hero .hero-actions {
  justify-content: center;
}

.contact-page .sub-hero .hero-title {
  max-width: 980px;
  white-space: nowrap;
  font-size: clamp(30px, 2.9vw, 44px);
  line-height: 1.05;
}

.contact-page .sub-hero .hero-subline {
  max-width: 720px;
}

.factory-page .sub-hero .hero-content,
.faq-page .sub-hero .hero-content {
  text-align: center;
  justify-items: center;
}

.factory-page .sub-hero .hero-title,
.faq-page .sub-hero .hero-title,
.factory-page .sub-hero .hero-subline,
.faq-page .sub-hero .hero-subline,
.factory-page .sub-hero .hero-content > p,
.faq-page .sub-hero .hero-content > p {
  margin-left: auto;
  margin-right: auto;
}

.factory-page .sub-hero .hero-actions,
.faq-page .sub-hero .hero-actions {
  justify-content: center;
}

@media (min-width: 768px) {
  .factory-page .sub-hero .hero-title span,
  .products-page .sub-hero .hero-title span,
  .certificates-page .sub-hero .hero-title span {
    white-space: nowrap;
  }
}

@media (min-width: 769px) {
  .products-page .sub-hero .hero-subline {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .contact-page .sub-hero .hero-title {
    white-space: normal;
    max-width: 680px;
    font-size: clamp(30px, 8.5vw, 42px);
  }
}

.cases-page .sub-hero .hero-content {
  position: absolute;
  left: max(24px, calc((100vw - var(--b2b-max)) / 2));
  top: calc(50% + 24px);
  z-index: 3;
  width: min(640px, calc(100vw - 48px));
  margin: 0;
  padding: 0;
  color: #fff;
  transform: translateY(-42%);
}

.cases-page .sub-hero .hero-title {
  max-width: 640px;
  color: #fff;
  font-size: clamp(42px, 4.6vw, 66px);
  line-height: 0.94;
  font-weight: 900;
}

.cases-page .sub-hero .hero-subline {
  max-width: 600px;
  font-size: 16px;
  line-height: 1.55;
}

.filter-layout,
.product-detail-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.product-detail-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 42px;
  align-items: start;
}

.filter-panel {
  min-width: 0;
  position: sticky;
  top: 124px;
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--b2b-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--b2b-shadow);
}

.filter-panel h2 {
  margin-bottom: 8px;
  color: var(--b2b-ink);
  font-size: 28px;
  line-height: 1.08;
}

.filter-panel a {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 2px;
  border-bottom: 1px solid rgba(23, 20, 15, 0.08);
  color: var(--b2b-muted);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
}

.filter-panel a:hover,
.filter-panel a.active {
  color: var(--b2b-gold);
}

.detail-gallery {
  position: sticky;
  top: 124px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-self: start;
}

.detail-gallery img {
  width: 100%;
  min-width: 0;
  object-fit: cover;
  border-radius: var(--b2b-radius);
  box-shadow: var(--b2b-shadow);
  background: #e8e3d8;
}

.detail-gallery__main {
  grid-column: 1 / -1;
  aspect-ratio: 4 / 5;
}

.detail-gallery__support {
  aspect-ratio: 1 / 1;
}

.detail-copy {
  display: grid;
  gap: 0;
  padding: clamp(28px, 3vw, 38px);
  border: 1px solid var(--b2b-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--b2b-shadow);
}

.detail-copy > p:first-child {
  margin-bottom: 10px;
}

.detail-copy h2 {
  max-width: 14ch;
  margin-bottom: 14px;
}

.detail-lead {
  display: block;
  margin-bottom: 18px;
  color: var(--b2b-muted);
  font-size: 17px;
  line-height: 1.7;
}

.detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.detail-badges span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(23, 20, 15, 0.12);
  border-radius: 999px;
  color: var(--b2b-ink);
  background: #fbfaf7;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.detail-actions .button.dark {
  color: #fff;
  background: var(--b2b-black);
  border-color: var(--b2b-black);
}

.detail-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.detail-points article {
  min-height: 138px;
  padding: 18px 18px 16px;
  border: 1px solid var(--b2b-line);
  border-radius: var(--b2b-radius);
  background: #fbfaf7;
}

.detail-points span {
  display: block;
  margin-bottom: 8px;
  color: var(--b2b-gold);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.detail-points p {
  margin: 0;
  color: var(--b2b-ink);
  font-size: 14px;
  line-height: 1.62;
}

.detail-copy table {
  width: 100%;
  margin-top: 8px;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--b2b-line);
  border-radius: var(--b2b-radius);
  background: #fff;
}

.detail-copy table th,
.detail-copy table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(23, 20, 15, 0.08);
  vertical-align: top;
}

.detail-copy table tr:last-child th,
.detail-copy table tr:last-child td {
  border-bottom: 0;
}

.detail-copy table th {
  width: 28%;
  color: var(--b2b-ink);
  font-size: 13px;
  font-weight: 900;
  background: #fbfaf7;
}

.detail-copy table td {
  color: var(--b2b-muted);
  font-size: 14px;
}

.related-products {
  width: min(100% - 44px, var(--b2b-max));
  margin: 0 auto;
}

@media (max-width: 1320px) {
  .topbar {
    gap: 18px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .cart-link.sample-pill {
    min-width: 62px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .cart-link.sample-pill span {
    display: none;
  }
.wa-link {
    min-width: auto;
    padding-right: 14px;
    padding-left: 14px;
  }

  .wa-link span {
    font-size: 0;
  }

  .wa-link span::before {
    content: "WA";
    font-size: 12px;
    font-weight: 900;
  }

  .topbar .primary-nav {
    justify-content: flex-end;
    gap: 14px;
    font-size: 12px;
  }

  .header-search {
    display: none;
  }
}

@media (max-width: 1480px) {
  .topbar {
    grid-template-columns: minmax(170px, auto) minmax(0, 1fr) auto;
    gap: 16px;
  }

  .logo {
    font-size: 21px;
  }

  .topbar .primary-nav {
    justify-content: flex-end;
    gap: 13px;
    font-size: 11px;
  }

  .header-search {
    display: none;
  }

  .quote-link {
    min-width: 106px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .wa-link {
    min-width: 122px;
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 1240px) {
.topbar {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .hamburger {
    width: 44px;
    height: 44px;
    display: grid;
    align-content: center;
    justify-self: end;
    gap: 5px;
    padding: 0 12px;
    border: 1px solid #d8d2c8;
    border-radius: 50%;
  }

  .hamburger span {
    height: 2px;
    background: var(--b2b-ink);
  }

  .topbar .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    justify-content: stretch;
    padding: 12px 18px 18px;
    background: rgba(251, 250, 247, 0.98);
    border-top: 1px solid rgba(23, 20, 15, 0.1);
    box-shadow: 0 24px 44px rgba(23, 20, 15, 0.14);
  }

  .nav-check:checked ~ .primary-nav {
    display: grid;
  }

  .topbar .primary-nav > a,
  .topbar .nav-drop > a {
    height: auto;
    min-height: 46px;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(23, 20, 15, 0.08);
  }

  .topbar .mega {
    display: none;
  }
}

@media print {
  body {
    zoom: 1 !important;
  }
}

@media (max-width: 1180px) {
  html {
    scroll-padding-top: 100px;
  }

  .announcement {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-right: 18px;
    padding-left: 18px;
    text-align: center;
  }

  .top-contact {
    display: none;
  }

  .topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    height: 66px;
    min-height: 66px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hamburger {
    width: 44px;
    height: 44px;
    display: grid;
    align-content: center;
    justify-self: end;
    gap: 5px;
    padding: 0 12px;
    border: 1px solid #d8d2c8;
    border-radius: 50%;
  }

  .hamburger span {
    height: 2px;
    background: var(--b2b-ink);
  }

  .topbar .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    justify-content: stretch;
    padding: 12px 18px 18px;
    background: rgba(251, 250, 247, 0.98);
    border-top: 1px solid rgba(23, 20, 15, 0.1);
    box-shadow: 0 24px 44px rgba(23, 20, 15, 0.14);
  }

  .nav-check:checked ~ .primary-nav {
    display: grid;
  }

  .topbar .primary-nav > a,
  .topbar .nav-drop > a {
    height: auto;
    min-height: 46px;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(23, 20, 15, 0.08);
  }

  .topbar .mega {
    display: none;
  }

  .header-actions {
    display: inline-flex;
    justify-self: end;
    gap: 8px;
    align-items: center;
  }

  .header-actions .quote-link {
    display: none;
  }

  .header-search {
    display: none;
  }

  .topbar {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .home-hero {
    min-height: 640px;
  }

  .home-hero .hero-content {
    left: 22px;
    right: 22px;
    top: 54%;
    width: auto;
    transform: translateY(-40%);
  }

  .home-hero .hero-title {
    max-width: 620px;
    font-size: clamp(36px, 5.2vw, 54px);
  }

  .home-hero .hero-slide h2 {
    font-size: clamp(26px, 3.8vw, 38px);
  }

  .company-proof,
  .factory,
  .inquiry,
  .filter-layout,
  .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .detail-gallery {
    position: static;
  }

  .detail-copy {
    padding: 28px;
  }

  .category-grid,
  .advantage-grid.six,
  .wall-grid,
  .case-grid,
  .news-grid,
  .luxury-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .certificate-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .factory {
    width: min(100% - 44px, 920px);
  }

  .factory-image img {
    min-height: 380px;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 100px;
  }

  .announcement {
    height: 38px;
    min-height: 38px;
    font-size: 10px;
  }

  .topbar {
    top: 38px;
    height: 64px;
    min-height: 64px;
  }

  .logo {
    font-size: 20px;
  }

  .home-hero,
  .hero-slide {
    min-height: 560px;
  }

  .home-hero .hero-content {
    top: 53%;
  }

  .home-hero .hero-title {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.02;
  }

  .home-hero .hero-slide h2 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .home-hero .hero-subline {
    font-size: 14px;
    line-height: 1.45;
  }

  .hero-content .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .section,
  .categories-section,
  .company-proof,
  .custom-system,
  .hot-products,
  .advantages-section,
  .cases-home,
  .certificates-home,
  .blog-home,
  .faq,
  .inquiry,
  footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .section {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 52px;
  }

  .section-intro.split {
    grid-template-columns: 1fr;
  }

  .section-intro h2,
  .luxury-process-head h2,
  .company-proof-title,
  .factory-copy h2,
  .inquiry h2 {
    font-size: clamp(26px, 6vw, 34px);
  }

  .category-grid,
  .advantage-grid.six,
  .wall-grid,
  .case-grid,
  .certificate-grid,
  .news-grid,
  .luxury-timeline,
  .proof-metrics,
  .footer-grid,
  .quote-qr-grid,
  .contact-qr-grid {
    grid-template-columns: 1fr;
  }

  .category-grid img {
    min-height: 320px;
  }

  .company-proof,
  .inquiry {
    grid-template-columns: 1fr;
  }

  .company-proof-media img,
  .factory-image img {
    min-height: 300px;
  }

  .detail-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .detail-gallery__main,
  .detail-gallery__support {
    aspect-ratio: 4 / 3;
  }

  .detail-points {
    grid-template-columns: 1fr;
  }

  .detail-copy table th,
  .detail-copy table td {
    padding: 12px 14px;
  }

  .factory {
    width: 100%;
    margin: 42px 0;
    border-radius: 0;
    box-shadow: none;
  }

  .factory-copy,
  .inquiry form {
    padding: 24px;
  }

  .factory-copy li {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
  }

  .factory-copy .button {
    width: 100%;
  }

  footer {
    padding-top: 48px;
  }

  .floating-cta {
    right: 10px;
    bottom: 72px;
  }

  .floating-cta a {
    width: 46px;
    height: 46px;
    font-size: 10px;
  }

  .quote-cart__panel {
    width: 100vw;
    padding: 22px 18px;
  }

  .quote-cart__item {
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .quote-cart__item img {
    width: 72px;
    height: 72px;
  }

  .quote-cart__buyer {
    grid-template-columns: 1fr;
  }

  .quote-cart__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .home-hero,
  .hero-slide {
    min-height: 620px;
  }

  .home-hero .hero-content {
    left: 16px;
    right: 16px;
  }

  .home-hero .hero-title {
    font-size: clamp(30px, 10vw, 38px);
  }

  .section-intro h2,
  .luxury-process-head h2,
  .company-proof-title,
  .factory-copy h2,
  .inquiry h2 {
    font-size: clamp(24px, 8vw, 30px);
  }

  .button,
  .section-more {
    width: 100%;
  }
}

/* Navigation must always span the viewport at normal desktop/tablet widths. */
body > .announcement,
body > .topbar {
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  transform: none;
}

@media (min-width: 769px) and (max-width: 1040px) {
  body > .announcement,
  body > .topbar {
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    transform: none;
  }
}

/* Confirmed direction: clean white premium B2B export website */
body {
  background: #fbfaf7;
}

.home-hero {
  min-height: min(780px, 100vh);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 7, 6, 0.72) 0%, rgba(7, 7, 6, 0.48) 38%, rgba(7, 7, 6, 0.12) 74%, rgba(7, 7, 6, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 7, 6, 0.16), rgba(7, 7, 6, 0.46));
}

.b2b-proof-strip {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0 max(22px, calc((100vw - var(--b2b-max)) / 2));
  background: rgba(23, 20, 15, 0.12);
}

.b2b-proof-strip div {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  background: #fff;
  text-align: center;
}

.b2b-proof-strip strong {
  color: var(--b2b-ink);
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.1;
  white-space: nowrap;
  display: block;
  width: 100%;
  text-align: center;
}

.b2b-proof-strip span {
  color: var(--b2b-muted);
  font-size: 14px;
  line-height: 1.5;
  max-width: 260px;
  margin: 0 auto;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-align: center;
}

.company-proof {
  color: var(--b2b-ink);
  background:
    linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
  border-top: 1px solid rgba(23, 20, 15, 0.08);
  border-bottom: 1px solid rgba(23, 20, 15, 0.08);
}

.company-proof-title {
  color: var(--b2b-ink);
}

.company-proof-copy > span {
  color: var(--b2b-muted);
}

.proof-metrics strong {
  color: var(--b2b-ink);
  background: #fff;
  border-color: rgba(23, 20, 15, 0.1);
  box-shadow: 0 12px 30px rgba(23, 20, 15, 0.06);
}

.proof-metrics b {
  color: var(--b2b-gold);
}

.company-proof .proof-metrics span {
  color: var(--b2b-muted);
}

@media (min-width: 769px) and (max-width: 1180px) {
  .company-proof .proof-metrics {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
  }

  .company-proof .proof-metrics b {
    font-size: 17px;
  }
}

.factory {
  background: #fff;
  border: 1px solid rgba(23, 20, 15, 0.1);
  box-shadow: 0 22px 54px rgba(23, 20, 15, 0.09);
}

.factory-image::after {
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 72%, rgba(255, 255, 255, 0.28) 100%);
}

.factory-copy {
  color: var(--b2b-ink);
  background:
    radial-gradient(circle at 92% 12%, rgba(37, 211, 102, 0.1), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #fbfaf7 58%, #f0ece2 100%);
}

.factory-copy > p {
  color: var(--b2b-gold);
}

.factory-copy h2,
.factory-copy strong {
  color: var(--b2b-ink);
}

.factory-copy span {
  color: var(--b2b-muted);
}

.factory-copy li {
  border-bottom-color: rgba(23, 20, 15, 0.12);
}

.factory-copy .button.light {
  color: #fff;
  background: var(--b2b-black);
  border-color: var(--b2b-black);
}

.custom-system,
.advantages-section,
.hot-products,
.cases-home,
.certificates-home,
.blog-home,
.faq {
  background: #fbfaf7;
}

.custom-system {
  background: #f3f0e8;
}

.certificate-grid article,
.case-grid article,
.news-grid article,
.advantage-grid.six article,
.wall-grid article,
.faq-grid details {
  background: #fff;
}

.inquiry {
  color: var(--b2b-ink);
  background:
    linear-gradient(180deg, #fff 0%, #fbfaf7 100%);
  border-top: 1px solid rgba(23, 20, 15, 0.08);
}

.inquiry p {
  color: var(--b2b-gold);
}

.inquiry h2 {
  color: var(--b2b-ink);
}

.inquiry > div > span,
.contact-methods {
  color: var(--b2b-muted);
}

.quote-shortcuts a {
  color: var(--b2b-ink);
  background: #fff;
  border-color: rgba(23, 20, 15, 0.12);
}

.quote-shortcuts a[href*="wa.me"] {
  color: #fff;
  background: linear-gradient(135deg, var(--b2b-green), var(--b2b-green-dark));
}

.inquiry .qr-card {
  color: var(--b2b-ink);
  background: #fff;
  border-color: rgba(23, 20, 15, 0.12);
  box-shadow: 0 12px 30px rgba(23, 20, 15, 0.06);
}

.inquiry .qr-card span {
  color: var(--b2b-muted);
}

.inquiry form {
  background: #fff;
}

.sub-hero .hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 7, 6, 0.72), rgba(7, 7, 6, 0.38) 55%, rgba(7, 7, 6, 0.16)),
    linear-gradient(180deg, rgba(7, 7, 6, 0.18), rgba(7, 7, 6, 0.42));
}

@media (max-width: 1180px) {
  .b2b-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .b2b-proof-strip {
    grid-template-columns: 1fr;
    padding-right: 18px;
    padding-left: 18px;
  }

  .b2b-proof-strip div {
    min-height: 104px;
    padding: 20px 0;
  }
}

/* Final navbar override: never let old centered-canvas rules offset fixed navigation. */
body > .announcement,
body > .topbar,
.announcement,
.topbar {
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  transform: none;
}

/* Typography system: left-aligned B2B reading rhythm */
body {
  line-height: 1.72;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.18;
  text-wrap: balance;
}

main p,
main li,
main summary,
main label,
.hero-subline,
.luxury-process-head span,
.company-proof-copy > span,
.factory-copy span,
.inquiry > div > span,
.faq details p,
footer p,
.b2b-proof-strip span,
.proof-metrics span {
  line-height: 1.68;
  letter-spacing: 0.01em;
  hyphens: auto;
  text-wrap: pretty;
}

.section-intro.centered {
  text-align: left;
}

.section-intro.centered h2 {
  margin-right: 0;
  margin-left: 0;
}

.categories-section .section-intro h2 {
  margin-right: 0;
  margin-left: 0;
}

.section-intro h2,
.luxury-process-head h2,
.company-proof-title,
.factory-copy h2,
.inquiry h2,
.sub-hero .hero-title {
  line-height: 1.12;
}

.custom-system .luxury-process-head,
.advantages-section .section-intro.split,
.hot-products .section-intro.split,
.certificates-home .section-intro.split,
.blog-home .section-intro.split,
.categories-section .section-intro.split,
.faq .section-intro {
  display: block;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.custom-system .luxury-process-head span,
.company-proof-copy {
  display: grid;
  justify-items: start;
  text-align: left;
}

.company-proof-copy > p,
.company-proof-title,
.company-proof-copy .proof-metrics {
  margin-right: 0;
  margin-left: 0;
}

.company-proof-copy .proof-metrics {
  justify-content: start;
}

.company-proof-copy > span {
  max-width: 540px;
}

.luxury-process-head {
  max-width: 820px;
}

.luxury-process-head span {
  max-width: 680px;
  margin-top: 14px;
  font-size: 16px;
}

.company-proof-title {
  max-width: 500px;
}

.factory-copy h2 {
  max-width: 520px;
}

.inquiry h2 {
  max-width: 580px;
}

.sub-hero .hero-title {
  line-height: 1.08;
}

.home-hero .hero-title {
  line-height: 1.04;
}

.home-hero .hero-slide h2 {
  line-height: 1.08;
}

.home-hero .hero-subline {
  line-height: 1.62;
}

.luxury-step-copy p {
  line-height: 1.66;
}

@media (min-width: 769px) and (max-width: 1040px) {
  body > .announcement,
  body > .topbar,
  .announcement,
  .topbar {
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    transform: none;
  }
}

/* Typography refinement pass for dense B2B pages */
main :is(p, li, summary, label, td, th, span) {
  text-wrap: pretty;
}

main :is(.section-intro, .hero-content, .company-proof-copy, .factory-copy, .detail-copy, .inquiry > div, .catalog-modal > div, .cookie-consent__copy, .footer-grid > div) {
  min-width: 0;
}

.hero-content,
.sub-hero .hero-content,
.home-hero .hero-content {
  max-width: 660px;
}

.hero-content .hero-subline,
.sub-hero .hero-subline,
.home-hero .hero-subline {
  max-width: 520px;
}

.hero-content .hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.section-intro p,
.hero-subline,
.company-proof-copy > span,
.factory-copy > p,
.factory-copy span,
.detail-copy > p,
.detail-copy td,
.inquiry > div > span,
.catalog-modal span,
.cookie-consent__copy span,
footer p,
footer span,
.faq details p,
.luxury-process-head span,
.b2b-proof-strip span,
.proof-metrics span {
  max-width: 68ch;
  line-height: 1.7;
}

.b2b-proof-strip span {
  max-width: 260px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.b2b-proof-strip div:nth-child(4) strong {
  max-width: 100%;
  white-space: normal;
  text-wrap: balance;
}

.section-intro,
.luxury-process-head,
.company-proof-copy,
.factory-copy,
.detail-copy,
.inquiry > div,
.catalog-modal > div,
.cookie-consent__copy {
  text-align: left;
}

.section-intro h2,
.luxury-process-head h2 {
  letter-spacing: 0;
  max-width: 24ch;
}

.company-proof-title,
.factory-copy h2,
.inquiry h2 {
  letter-spacing: 0;
  max-width: 20ch;
}

.sub-hero .hero-title,
.home-hero .hero-title {
  letter-spacing: 0;
  max-width: 18ch;
}

.section-intro.split,
.advantages-section .section-intro.split,
.hot-products .section-intro.split,
.certificates-home .section-intro.split,
.blog-home .section-intro.split,
.categories-section .section-intro.split,
.faq .section-intro {
  max-width: 880px;
}

.detail-copy table td,
.detail-copy table th {
  line-height: 1.55;
}

.footer-grid > div p,
.footer-grid > div span,
.footer-grid > div a {
  line-height: 1.65;
}

.categories-section .section-intro.split {
  text-align: center;
}

.categories-section .section-intro.split > div {
  display: grid;
  justify-items: center;
}

.categories-section .section-intro.split p,
.categories-section .section-intro.split h2 {
  margin-right: auto;
  margin-left: auto;
}

.custom-system .luxury-process-head {
  text-align: center;
}

.custom-system .luxury-process-head,
.custom-system .luxury-process-head > * {
  margin-right: auto;
  margin-left: auto;
}

.custom-system .luxury-process-head span {
  display: block;
  text-align: center;
  justify-items: center;
}

.custom-system .luxury-process-head h2 {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(26px, 2.6vw, 40px);
}

.advantages-section .section-intro.split {
  text-align: center;
}

.advantages-section .section-intro.split > div {
  display: grid;
  justify-items: center;
}

.advantages-section .section-intro.split p,
.advantages-section .section-intro.split h2 {
  margin-right: auto;
  margin-left: auto;
}

.advantages-section .section-intro.split h2 {
  max-width: none;
  white-space: nowrap;
  text-align: center;
  font-size: clamp(24px, 1.9vw, 30px);
}

.hot-products .section-intro.split {
  text-align: center;
}

.hot-products .section-intro.split > div {
  display: grid;
  justify-items: center;
}

.hot-products .section-intro.split p,
.hot-products .section-intro.split h2 {
  margin-right: auto;
  margin-left: auto;
}

.hot-products .section-intro.split h2 {
  max-width: none;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(22px, 2vw, 30px);
}

.certificates-home .section-intro.split {
  text-align: center;
}

.certificates-home .section-intro.split > div {
  display: grid;
  justify-items: center;
}

.certificates-home .section-intro.split p,
.certificates-home .section-intro.split h2 {
  margin-right: auto;
  margin-left: auto;
}

.certificates-home .section-intro.split h2 {
  white-space: nowrap;
  max-width: none;
  font-size: clamp(26px, 2.8vw, 40px);
}

.faq .section-intro.centered {
  text-align: center;
}

.faq .section-intro.centered h2 {
  white-space: nowrap;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(26px, 2.8vw, 40px);
}

.blog-home .section-intro.split {
  text-align: center;
}

.blog-home .section-intro.split > div {
  display: grid;
  justify-items: center;
}

.blog-home .section-intro.split p,
.blog-home .section-intro.split h2 {
  margin-right: auto;
  margin-left: auto;
}

.blog-home .section-intro.split h2 {
  white-space: nowrap;
  max-width: none;
  font-size: clamp(26px, 2.8vw, 40px);
}

.certificates-home .partner-strip {
  width: min(100%, 1120px);
  margin-right: auto;
  margin-left: auto;
  justify-content: space-evenly;
  align-items: center;
}

.cases-home .section-intro.centered {
  text-align: center;
}

.cases-home .section-intro.centered h2 {
  display: grid;
  justify-items: center;
  text-align: center;
  max-width: none;
  font-size: clamp(24px, 2.4vw, 34px);
}

.cases-home .section-intro.centered h2 span {
  display: block;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .hero-content,
  .sub-hero .hero-content,
  .home-hero .hero-content {
    max-width: none;
    padding-inline: 18px;
  }

  .home-hero .hero-title,
  .sub-hero .hero-title,
  .section-intro h2,
  .luxury-process-head h2,
  .company-proof-title,
  .factory-copy h2,
  .inquiry h2 {
    max-width: none;
    font-size: 28px;
    line-height: 1.12;
  }

  .hero-content .hero-subline,
  .sub-hero .hero-subline,
  .home-hero .hero-subline,
  .section-intro p,
  .luxury-process-head span,
  .company-proof-copy > span,
  .factory-copy > p,
  .factory-copy span,
  .detail-copy > p,
  .detail-copy td,
  .inquiry > div > span,
  .catalog-modal span,
  .cookie-consent__copy span {
    max-width: none;
    font-size: 15px;
    line-height: 1.7;
  }

  .factory-copy ul,
  .craft-grid,
  .solution-grid,
  .case-grid,
  .certificate-grid,
  .news-grid,
  .faq-grid,
  .footer-grid {
    gap: 16px;
  }

  .cases-page .sub-hero .hero-content {
    left: 22px;
    right: 22px;
    top: 54%;
    width: auto;
    transform: translateY(-40%);
  }

  .cases-page .sub-hero .hero-title {
    font-size: clamp(36px, 5.2vw, 54px);
  }

  .products-page .sub-hero .hero-content {
    width: calc(100% - 36px);
    padding-top: 32px;
    padding-bottom: 52px;
  }

  .products-page .sub-hero .hero-title {
    max-width: none;
    font-size: 28px;
    line-height: 1.12;
  }

  .products-page .sub-hero .hero-subline {
    white-space: normal;
    font-size: 15px;
    line-height: 1.7;
  }

  .custom-system .luxury-process-head h2 {
    white-space: normal;
    font-size: 28px;
  }

  .advantages-section .section-intro.split h2 {
    white-space: normal;
    font-size: 28px;
  }

  .hot-products .section-intro.split h2 {
    white-space: normal;
    font-size: 28px;
  }

  .cases-home .section-intro.centered h2 {
    font-size: 28px;
  }

  .cases-home .section-intro.centered h2 span {
    white-space: normal;
  }
}

.contact-page .sub-hero .hero-content {
  width: min(100% - 44px, 760px);
  margin-left: auto;
  margin-right: auto;
  justify-items: center;
  text-align: center;
}

.contact-page .sub-hero .hero-content > p,
.contact-page .sub-hero .hero-title,
.contact-page .sub-hero .hero-subline,
.contact-page .sub-hero .hero-actions {
  margin-left: auto;
  margin-right: auto;
}

.contact-page .sub-hero .hero-title {
  width: fit-content;
  max-width: none;
  white-space: nowrap;
}

.contact-page .sub-hero .hero-actions {
  justify-content: center;
}

@media (max-width: 767px) {
  .contact-page .sub-hero .hero-content {
    width: min(100% - 28px, 760px);
  }

  .contact-page .sub-hero .hero-title {
    width: 100%;
    max-width: 680px;
    white-space: normal;
  }
}

@media (min-width: 1121px) {
  .topbar {
    grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  }

  .topbar .logo {
    justify-self: start;
  }

  .topbar .primary-nav {
    justify-self: center;
    justify-content: center;
  }

  .header-actions {
    justify-self: end;
  }
}

@media (min-width: 1121px) and (max-width: 1240px) {
  .topbar {
    grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  }

  .hamburger {
    display: none;
  }

  .topbar .primary-nav {
    position: static;
    display: flex;
    grid-template-columns: none;
    gap: 10px;
    justify-content: center;
    padding: 0;
    background: transparent;
    border-top: 0;
    box-shadow: none;
  }

  .topbar .primary-nav > a,
  .topbar .nav-drop > a {
    height: 66px;
    min-height: 66px;
    justify-content: center;
    border-bottom: 2px solid transparent;
  }

  .topbar .mega {
    display: grid;
  }
}

/* Inquiry cart upgrade: product hover buttons, global cart trigger, drawer, and PDF form. */
.inquiry-cart-trigger {
  min-width: 0;
  gap: 8px;
  padding: 0 12px;
  border-color: rgba(184, 154, 97, 0.28);
  color: var(--b2b-ink);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
}

.topbar.is-transparent .inquiry-cart-trigger {
  color: #fff;
  background: rgba(7, 7, 6, 0.34);
  border-color: rgba(255, 255, 255, 0.26);
}

.inquiry-cart-trigger svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.inquiry-cart-trigger span {
  white-space: nowrap;
}

.inquiry-cart-trigger b {
  color: #fff;
  background: var(--b2b-gold, #b89a61);
  transition: transform 0.2s ease;
}

.inquiry-cart-trigger:hover b {
  transform: scale(1.08);
}

.wall-grid article,
.hot-products article,
.category-grid article {
  position: relative;
}

.product-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: end center;
  padding: 18px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 7, 6, 0) 42%, rgba(7, 7, 6, 0.52) 100%);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.wall-grid article:hover .product-overlay,
.hot-products article:hover .product-overlay,
.category-grid article:hover .product-overlay,
.wall-grid article:focus-within .product-overlay,
.hot-products article:focus-within .product-overlay,
.category-grid article:focus-within .product-overlay {
  opacity: 1;
}

.product-overlay__button,
.cart-add-button.product-overlay__button {
  pointer-events: auto;
  min-height: 42px;
  margin-top: 0;
  border: 1px solid rgba(232, 213, 164, 0.72);
  padding: 0 18px;
  color: #fff8e6;
  background: rgba(7, 7, 6, 0.34);
  box-shadow: 0 14px 30px rgba(7, 7, 6, 0.22);
  backdrop-filter: blur(12px);
}

.product-overlay__button:hover,
.cart-add-button.product-overlay__button:hover,
.product-overlay__button.is-added {
  color: var(--b2b-black, #17140f);
  background: var(--b2b-gold, #b89a61);
  border-color: var(--b2b-gold, #b89a61);
}

.detail-actions .cart-add-button,
.detail-cart-button {
  color: var(--b2b-ink);
  border-color: rgba(184, 154, 97, 0.36);
  background: rgba(255, 255, 255, 0.82);
}

.detail-actions .cart-add-button:hover,
.detail-cart-button:hover,
.detail-actions .cart-add-button.is-added,
.detail-cart-button.is-added {
  color: var(--b2b-black, #17140f);
  background: var(--b2b-gold, #b89a61);
  border-color: var(--b2b-gold, #b89a61);
}

.quote-cart.inquiry-cart {
  justify-items: end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.quote-cart.inquiry-cart.is-open {
  opacity: 1;
  pointer-events: auto;
}

.inquiry-cart__backdrop {
  background: rgba(7, 7, 6, 0.36);
  backdrop-filter: blur(5px);
}

.quote-cart__panel.inquiry-cart__panel {
  width: min(420px, 100vw);
  grid-template-rows: auto minmax(0, 1fr) auto auto auto;
  gap: 16px;
  padding: 26px;
  color: var(--b2b-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(251, 250, 247, 0.9));
  border-left: 1px solid rgba(184, 154, 97, 0.18);
  box-shadow: -24px 0 60px rgba(23, 20, 15, 0.2);
  backdrop-filter: blur(18px);
  transform: translateX(100%);
  transition: transform 0.26s ease;
}

.quote-cart.inquiry-cart.is-open .inquiry-cart__panel {
  transform: translateX(0);
}

.inquiry-cart__head h2 span {
  color: var(--b2b-muted);
  font-size: 16px;
  font-weight: 700;
}

.quote-cart__head.inquiry-cart__head button:hover,
.inquiry-cart__remove:hover {
  color: var(--b2b-gold, #b89a61);
  border-color: rgba(184, 154, 97, 0.34);
  transform: translateY(-1px);
}

.inquiry-cart__items {
  padding-right: 2px;
  overflow: auto;
}

.quote-cart__item.inquiry-cart__item {
  grid-template-columns: 60px minmax(0, 1fr) 34px;
  gap: 12px;
  padding: 12px;
  border-color: rgba(184, 154, 97, 0.16);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(23, 20, 15, 0.06);
}

.quote-cart__item.inquiry-cart__item img {
  width: 60px;
  height: 60px;
  border-radius: 6px;
}

.inquiry-cart__item-copy h3 {
  margin-bottom: 4px;
  font-size: 15px;
}

.inquiry-cart__item-copy p {
  margin-bottom: 8px;
  font-size: 12px;
}

.inquiry-cart__qty {
  display: inline-grid;
  grid-template-columns: 30px 36px 30px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(23, 20, 15, 0.12);
  border-radius: 999px;
  background: #fff;
}

.inquiry-cart__qty button {
  width: 30px;
  height: 30px;
  border: 0;
  color: var(--b2b-ink);
  background: transparent;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease;
}

.inquiry-cart__qty button:hover {
  color: var(--b2b-black, #17140f);
  background: rgba(184, 154, 97, 0.18);
}

.inquiry-cart__qty strong {
  text-align: center;
  color: var(--b2b-ink);
  font-size: 13px;
}

.inquiry-cart__remarks {
  display: grid;
  gap: 5px;
  margin-top: 8px;
}

.inquiry-cart__remarks span {
  color: var(--b2b-gold, #b89a61);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.inquiry-cart__remarks input {
  width: 100%;
  min-height: 34px;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 8px;
  padding: 0 10px;
  color: var(--b2b-ink);
  background: #fbfaf7;
  font: inherit;
  font-size: 12px;
}

.inquiry-cart__remove {
  width: 34px;
  height: 34px;
  font-size: 20px;
}

.inquiry-cart__empty {
  min-height: 180px;
  align-content: center;
  border-color: rgba(184, 154, 97, 0.3);
  background: rgba(255, 255, 255, 0.68);
}

.quote-cart__buyer.inquiry-cart__buyer {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 14px;
}

.inquiry-cart__buyer label:last-child {
  grid-column: 1 / -1;
}

.inquiry-cart__buyer input,
.inquiry-cart__buyer textarea {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.inquiry-cart__summary {
  display: grid;
  gap: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(23, 20, 15, 0.1);
}

.inquiry-cart__summary span {
  color: var(--b2b-ink);
  font-size: 14px;
  font-weight: 900;
}

.inquiry-cart__summary small {
  color: var(--b2b-muted);
  font-size: 12px;
}

.quote-cart__actions.inquiry-cart__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.inquiry-cart__actions .button {
  width: 100%;
}

.inquiry-cart__actions .button[disabled] {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.inquiry-cart__actions .button.outline {
  color: var(--b2b-ink);
  border-color: rgba(184, 154, 97, 0.28);
  background: rgba(255, 255, 255, 0.68);
}

.quote-cart__clear {
  color: var(--b2b-muted);
  transition: color 0.18s ease;
}

.quote-cart__clear:hover {
  color: var(--b2b-gold, #b89a61);
}

@media (max-width: 1180px) {
  .inquiry-cart-trigger span {
    display: none;
  }
}

@media (hover: none) {
  .product-overlay {
    position: static;
    opacity: 1;
    padding: 12px 0 0;
    background: transparent;
  }

  .product-overlay__button,
  .cart-add-button.product-overlay__button {
    width: 100%;
    color: var(--b2b-ink);
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(184, 154, 97, 0.36);
    box-shadow: none;
  }
}

@media (max-width: 768px) {
  .quote-cart__panel.inquiry-cart__panel {
    width: 100vw;
    padding: 22px 18px;
  }

  .quote-cart__item.inquiry-cart__item {
    grid-template-columns: 60px minmax(0, 1fr) 34px;
  }

  .quote-cart__buyer.inquiry-cart__buyer {
    grid-template-columns: 1fr;
  }
}

/* Product showcase cards: B2B wholesale display inspired by premium product grids. */
.hot-products .wall-grid,
.product-list.wall-grid,
.wall-grid:has(.product-showcase-card) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.1vw, 28px);
}

.wall-grid .product-showcase-card,
.hot-products .product-showcase-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wall-grid .product-showcase-card:hover,
.hot-products .product-showcase-card:hover {
  transform: none;
  box-shadow: none;
}

.wall-grid .product-showcase-card > img,
.hot-products .product-showcase-card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  border-radius: 0;
  object-fit: cover;
  background: #f4f1ea;
  box-shadow: 0 18px 36px rgba(23, 20, 15, 0.08);
  transition: filter 0.25s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.wall-grid .product-showcase-card:hover > img,
.hot-products .product-showcase-card:hover > img {
  filter: saturate(0.96) brightness(1.02);
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(23, 20, 15, 0.12);
}

.product-showcase-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: #6f665b;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(184, 154, 97, 0.12);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(23, 20, 15, 0.07);
  backdrop-filter: blur(10px);
}

.wall-grid .product-showcase-card .product-overlay,
.hot-products .product-showcase-card .product-overlay {
  inset: 0 0 auto;
  width: 100%;
  aspect-ratio: 1 / 1;
  place-items: end center;
  padding: 0 14px 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0.82) 100%);
}

.wall-grid .product-showcase-card .product-overlay__button,
.hot-products .product-showcase-card .product-overlay__button,
.wall-grid .product-showcase-card .cart-add-button.product-overlay__button,
.hot-products .product-showcase-card .cart-add-button.product-overlay__button {
  width: min(100% - 16px, 220px);
  min-height: 42px;
  border: 1px solid rgba(184, 154, 97, 0.34);
  border-radius: 0;
  color: var(--b2b-ink);
  background: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(23, 20, 15, 0.08);
}

.wall-grid .product-showcase-card .product-overlay__button:hover,
.hot-products .product-showcase-card .product-overlay__button:hover,
.wall-grid .product-showcase-card .product-overlay__button.is-added,
.hot-products .product-showcase-card .product-overlay__button.is-added {
  color: #17140f;
  background: var(--b2b-gold, #b89a61);
  border-color: var(--b2b-gold, #b89a61);
}

.wall-grid .product-showcase-card__body,
.hot-products .product-showcase-card__body {
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
}

.wall-grid .product-showcase-card__category,
.hot-products .product-showcase-card__category {
  color: var(--b2b-gold, #b89a61);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.wall-grid .product-showcase-card h3,
.hot-products .product-showcase-card h3 {
  margin: 0;
  color: var(--b2b-ink, #17140f);
  font-size: clamp(15px, 1.25vw, 17px);
  font-weight: 500;
  line-height: 1.35;
}

.wall-grid .product-showcase-card__price,
.hot-products .product-showcase-card__price {
  display: grid;
  gap: 3px;
  margin: 0;
  color: var(--b2b-muted, #6f665b);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.wall-grid .product-showcase-card__price span,
.hot-products .product-showcase-card__price span {
  color: var(--b2b-muted, #6f665b);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

.wall-grid .product-showcase-card__price strong,
.hot-products .product-showcase-card__price strong {
  color: var(--b2b-ink, #17140f);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.wall-grid .product-showcase-card__price small,
.hot-products .product-showcase-card__price small {
  color: #8f867b;
  font-size: 11px;
  line-height: 1.45;
}

.wall-grid .product-showcase-card__swatches,
.hot-products .product-showcase-card__swatches {
  min-height: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 2px 0 4px;
  border: 0;
}

.product-showcase-card__swatches i {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: inset 0 0 0 1px rgba(23, 20, 15, 0.08), 0 2px 4px rgba(23, 20, 15, 0.06);
}

.wall-grid .product-showcase-card__spec,
.hot-products .product-showcase-card__spec {
  margin: 0;
  color: #8a8174;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.wall-grid .product-showcase-card__body a,
.hot-products .product-showcase-card__body a {
  width: fit-content;
  min-height: auto;
  margin-top: 2px;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid rgba(184, 154, 97, 0.34);
  border-radius: 0;
  color: var(--b2b-ink, #17140f);
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.wall-grid .product-showcase-card__body a:hover,
.hot-products .product-showcase-card__body a:hover {
  color: var(--b2b-gold, #b89a61);
  background: transparent;
  border-color: var(--b2b-gold, #b89a61);
}

.hot-products .wall-grid.hot-products-scroller {
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: clamp(180px, 22vw, 240px);
  align-items: start;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 4px;
  padding: 4px 2px 14px;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-x;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.hot-products .wall-grid.hot-products-scroller.is-auto-scrolling,
.hot-products .wall-grid.hot-products-scroller.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.hot-products .wall-grid.hot-products-scroller::-webkit-scrollbar {
  display: none;
}

.hot-products .wall-grid.hot-products-scroller > article {
  scroll-snap-align: start;
}

.hot-products {
  position: relative;
}

.hot-products-next {
  position: absolute;
  top: 50%;
  right: max(18px, calc((100vw - var(--max)) / 2 - 18px));
  z-index: 8;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(184, 154, 97, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(23, 20, 15, 0.14);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.hot-products-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--b2b-ink, #17140f);
  border-right: 2px solid var(--b2b-ink, #17140f);
  transform: translate(-62%, -50%) rotate(45deg);
}

.hot-products-next:hover,
.hot-products-next:focus-visible {
  border-color: var(--b2b-gold, #b89a61);
  background: #fff;
  transform: translateY(-50%) translateX(2px);
}

.hot-products-next:focus-visible {
  outline: 2px solid rgba(184, 154, 97, 0.42);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .hot-products .wall-grid,
  .product-list.wall-grid,
  .wall-grid:has(.product-showcase-card) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hot-products .wall-grid,
  .product-list.wall-grid,
  .wall-grid:has(.product-showcase-card) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (hover: none) {
  .wall-grid .product-showcase-card .product-overlay,
  .hot-products .product-showcase-card .product-overlay {
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 0 12px 14px;
    opacity: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.86) 100%);
  }
}

@media (max-width: 560px) {
  .hot-products .wall-grid,
  .product-list.wall-grid,
  .wall-grid:has(.product-showcase-card) {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .product-showcase-card__badge {
    top: 10px;
    left: 10px;
    min-height: 26px;
    padding: 0 12px;
    font-size: 11px;
  }

  .wall-grid .product-showcase-card .product-overlay__button,
  .hot-products .product-showcase-card .product-overlay__button,
  .wall-grid .product-showcase-card .cart-add-button.product-overlay__button,
  .hot-products .product-showcase-card .cart-add-button.product-overlay__button {
    width: calc(100% - 18px);
  }
}

/* Keep inquiry actions below product photos so they never cover jewelry details. */
.wall-grid .product-showcase-card > img,
.hot-products .product-showcase-card > img {
  order: 1;
}

.wall-grid .product-showcase-card .product-overlay,
.hot-products .product-showcase-card .product-overlay {
  position: static;
  order: 2;
  width: 100%;
  aspect-ratio: auto;
  display: block;
  padding: 0;
  opacity: 1;
  pointer-events: auto;
  background: transparent;
}

.wall-grid .product-showcase-card__body,
.hot-products .product-showcase-card__body {
  order: 3;
}

.wall-grid .product-showcase-card .product-overlay__button,
.hot-products .product-showcase-card .product-overlay__button,
.wall-grid .product-showcase-card .cart-add-button.product-overlay__button,
.hot-products .product-showcase-card .cart-add-button.product-overlay__button {
  width: 100%;
  min-height: 40px;
  color: var(--b2b-ink, #17140f);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: none;
}

@media (hover: none) {
  .wall-grid .product-showcase-card .product-overlay,
  .hot-products .product-showcase-card .product-overlay {
    position: static;
    width: 100%;
    aspect-ratio: auto;
    padding: 0;
    background: transparent;
  }
}

/* Typography refresh: free commercial Google Fonts with a luxury editorial tone. */
body,
input,
textarea,
select,
button {
  font-family: var(--font-body);
}

h1,
h2,
.hero-title,
.section-intro h2,
.luxury-process-head h2,
.company-proof-title,
.factory-copy h2,
.detail-hero-copy h1,
.detail-section h2,
.quote-cart__head h2,
.inquiry-cart__head h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.015em;
}

h3,
.wall-grid h3,
.product-showcase-card h3,
.advantage-copy h3,
.case-grid h3,
.certificate-grid h3,
.news-grid h3,
.solution-grid h3,
.timeline-grid h3,
.footer-grid h3 {
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: 0;
}

.logo span,
.logo em,
.primary-nav a,
.nav-drop > a,
.mega a,
.button,
.section-more,
.product-overlay__button,
.cart-add-button,
.announcement,
.product-showcase-card__badge,
.product-showcase-card__category {
  font-family: var(--font-utility);
}

.hero-content p,
.section-intro p,
.luxury-process-head p,
.factory-copy p,
.detail-eyebrow,
.product-showcase-card__price span,
.product-showcase-card__spec,
.product-showcase-card__price small {
  font-family: var(--font-body);
}

/* Inquiry drawer space tuning: give selected products a larger, usable list area. */
.quote-cart__panel.inquiry-cart__panel {
  grid-template-rows: auto minmax(240px, 1fr) auto auto auto;
  gap: 12px;
}

.quote-cart__head.inquiry-cart__head {
  padding-bottom: 10px;
}

.quote-cart__head.inquiry-cart__head h2 {
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.05;
}

.inquiry-cart__items {
  min-height: clamp(240px, 36vh, 430px);
  padding: 12px 6px 12px 0;
  border-top: 1px solid rgba(23, 20, 15, 0.08);
  border-bottom: 1px solid rgba(23, 20, 15, 0.08);
}

.quote-cart__item.inquiry-cart__item {
  min-height: 90px;
}

.quote-cart__buyer.inquiry-cart__buyer {
  gap: 8px 10px;
  padding-top: 10px;
}

.inquiry-cart__buyer input {
  min-height: 48px;
}

.inquiry-cart__buyer textarea {
  min-height: 78px;
}

.inquiry-cart__summary {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .quote-cart__panel.inquiry-cart__panel {
    grid-template-rows: auto minmax(260px, 1fr) auto auto auto;
    gap: 10px;
  }

  .inquiry-cart__items {
    min-height: clamp(260px, 40vh, 460px);
  }
}

/* Sample list workflow: reference-style catalog generation without the old side drawer. */
.cart-link.sample-pill {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(184, 154, 97, 0.42);
  border-radius: 999px;
  color: var(--b2b-ink);
  background: rgba(255, 255, 255, 0.64);
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.topbar.is-transparent .cart-link.sample-pill {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(234, 217, 170, 0.55);
}

.cart-link.sample-pill:hover {
  color: #fff;
  background: var(--b2b-gold);
  border-color: var(--b2b-gold);
}

.cart-link.sample-pill b {
  color: var(--b2b-black);
  background: var(--b2b-gold-soft);
}

.sample-toast {
  position: fixed;
  right: max(18px, calc((100vw - var(--b2b-header-max)) / 2));
  bottom: 26px;
  z-index: 100;
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
  padding: 11px 16px;
  border: 1px solid rgba(184, 154, 97, 0.26);
  border-radius: 999px;
  color: var(--b2b-ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--b2b-shadow);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.sample-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.sample-list-section {
  background: var(--b2b-paper);
}

.sample-confidence-strip {
  width: min(var(--b2b-max), calc(100% - 48px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(20px, 3vw, 34px) auto 0;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: var(--b2b-radius);
  background: rgba(23, 20, 15, 0.08);
  overflow: hidden;
}

.sample-confidence-strip div {
  display: grid;
  gap: 5px;
  min-height: 92px;
  align-content: center;
  padding: 18px 20px;
  background: #fff;
}

.sample-confidence-strip span {
  color: var(--b2b-gold);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.sample-confidence-strip strong {
  color: var(--b2b-ink);
  font-size: 15px;
  line-height: 1.3;
}

.sample-list-shell,
.sample-empty,
.sample-send-panel {
  width: min(var(--b2b-max), calc(100% - 48px));
  margin: 0 auto;
}

.sample-list-shell {
  display: grid;
  gap: 18px;
}

.sample-list-head,
.sample-list-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--b2b-line);
  border-radius: var(--b2b-radius);
  background: #fff;
  box-shadow: 0 14px 38px rgba(23, 20, 15, 0.05);
}

.sample-list-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(3, max-content);
}

.sample-list-head p,
.sample-send-copy p,
.sample-empty p {
  margin: 0 0 6px;
  color: var(--b2b-gold);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.sample-list-head h2,
.sample-send-copy h2,
.sample-empty h2 {
  margin: 0;
  color: var(--b2b-ink);
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 400;
  line-height: 1.15;
}

.sample-list-head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--b2b-ink);
  background: var(--b2b-soft);
  font-size: 13px;
  font-weight: 850;
}

.sample-list-head__note {
  display: block;
  max-width: 680px;
  margin-top: 8px;
  color: var(--b2b-muted);
  font-size: 14px;
  line-height: 1.6;
}

.sample-empty {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: clamp(42px, 7vw, 82px) 22px;
  border: 1px solid var(--b2b-line);
  border-radius: var(--b2b-radius);
  background: #fff;
  text-align: center;
  box-shadow: var(--b2b-shadow);
}

.sample-empty span {
  max-width: 520px;
  color: var(--b2b-muted);
  font-size: 15px;
}

.sample-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.sample-list-table {
  display: grid;
  gap: 12px;
}

.sample-list-row {
  display: grid;
  grid-template-columns: 44px 104px minmax(170px, 1fr) 138px 118px minmax(160px, 0.72fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--b2b-line);
  border-radius: var(--b2b-radius);
  background: #fff;
  box-shadow: 0 10px 30px rgba(23, 20, 15, 0.04);
}

.sample-list-row__index {
  color: var(--b2b-gold);
  font-size: 12px;
  font-weight: 900;
}

.sample-list-row img {
  width: 104px;
  height: 104px;
  object-fit: cover;
  border-radius: var(--b2b-radius);
}

.sample-list-row__copy {
  display: grid;
  gap: 5px;
}

.sample-list-row__copy b {
  color: var(--b2b-ink);
  font-size: 17px;
  line-height: 1.25;
}

.sample-list-row__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 3px;
}

.sample-list-row__specs em {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 999px;
  color: var(--b2b-ink);
  background: #f7f3eb;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

.sample-list-row__copy span,
.sample-list-row__copy small,
.sample-list-row__qty span,
.sample-list-row__note span,
.sample-list-actions span,
.form-note {
  color: var(--b2b-muted);
  font-size: 12px;
  line-height: 1.45;
}

.sample-list-row__qty,
.sample-list-row__note {
  display: grid;
  gap: 6px;
}

.sample-list-row input,
.sample-buyer-form input,
.sample-buyer-form select,
.sample-buyer-form textarea,
.sample-upload-form input,
.sample-upload-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(23, 20, 15, 0.14);
  border-radius: var(--b2b-radius);
  color: var(--b2b-ink);
  background: #fbfaf7;
  font: inherit;
}

.sample-list-row__stepper {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(23, 20, 15, 0.12);
  border-radius: 999px;
  overflow: hidden;
  background: #fbfaf7;
}

.sample-list-row__stepper button {
  height: 42px;
  border: 0;
  color: var(--b2b-ink);
  background: transparent;
  font-size: 16px;
  font-weight: 900;
}

.sample-list-row__stepper button:hover {
  color: #fff;
  background: var(--b2b-gold);
}

.sample-list-row__stepper strong {
  text-align: center;
  font-size: 13px;
}

.sample-list-row__remove {
  min-height: 40px;
  padding: 0 12px;
  border: 0;
  color: #8d352d;
  background: transparent;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.sample-list-row__remove:hover {
  color: #fff;
  background: #8d352d;
}

.sample-list-actions {
  align-items: stretch;
}

.sample-list-actions > div {
  display: grid;
  gap: 4px;
  align-content: center;
}

.sample-list-actions strong {
  color: var(--b2b-ink);
  font-size: 16px;
}

.sample-list-actions .button {
  min-width: 180px;
  color: var(--b2b-ink);
  border: 1px solid rgba(23, 20, 15, 0.12);
}

.sample-list-actions .sample-list-primary {
  color: #fff;
  background: var(--b2b-black);
  border-color: var(--b2b-black);
}

.sample-list-actions .button.outline {
  color: var(--b2b-ink);
  background: #fff;
  border-color: rgba(23, 20, 15, 0.12);
}

.sample-buyer-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
  padding: clamp(18px, 2.6vw, 28px);
  border: 1px solid var(--b2b-line);
  border-radius: var(--b2b-radius);
  background: #fff;
}

.sample-buyer-form__head {
  grid-column: 1 / -1;
}

.sample-buyer-form__head span {
  display: block;
  max-width: 720px;
  margin-top: 8px;
  color: var(--b2b-muted);
  font-size: 13px;
  line-height: 1.6;
}

.sample-buyer-form__head p,
.sample-pdf-modal__head p {
  margin: 0 0 6px;
  color: var(--b2b-gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sample-buyer-form__head h2,
.sample-pdf-modal__head h2 {
  margin: 0;
  color: var(--b2b-ink);
  font-size: 22px;
  line-height: 1.18;
}

.sample-buyer-form label {
  display: grid;
  gap: 7px;
  color: var(--b2b-ink);
  font-size: 13px;
  font-weight: 800;
}

.sample-buyer-form .full {
  grid-column: 1 / -1;
}

.sample-send-section {
  background: #fff;
}

.sample-send-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.74fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid var(--b2b-line);
  border-radius: var(--b2b-radius);
  background: var(--b2b-paper);
  box-shadow: var(--b2b-shadow);
}

.sample-send-copy {
  display: grid;
  gap: 16px;
}

.sample-send-copy > span {
  max-width: 620px;
  color: var(--b2b-muted);
  font-size: 15px;
  line-height: 1.75;
}

.sample-upload-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--b2b-line);
  border-radius: var(--b2b-radius);
  background: #fff;
}

.sample-upload-form label {
  display: grid;
  gap: 7px;
  color: var(--b2b-ink);
  font-size: 13px;
  font-weight: 800;
}

.sample-upload-form .full {
  grid-column: 1 / -1;
}

.sample-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.sample-contact-actions button,
.sample-contact-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(23, 20, 15, 0.12);
  border-radius: 999px;
  color: var(--b2b-ink);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.sample-contact-actions button:hover,
.sample-contact-actions a:hover {
  color: #fff;
  background: var(--b2b-black);
}

[data-print-catalog] {
  display: none;
}

.print-catalog {
  color: #111;
  background: #fff;
  font-family: var(--font-body);
}

.sample-pdf-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 18px;
}

.sample-pdf-modal[hidden] {
  display: none;
}

.sample-preview-open {
  overflow: hidden;
}

.sample-pdf-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 6, 0.72);
  backdrop-filter: blur(6px);
}

.sample-pdf-modal__panel {
  position: relative;
  width: min(1040px, 100%);
  max-height: min(86vh, 920px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  border-radius: var(--b2b-radius);
  background: #f5f1e8;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.sample-pdf-modal__head,
.sample-pdf-modal__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(23, 20, 15, 0.12);
  background: #fff;
}

.sample-pdf-modal__head button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(23, 20, 15, 0.12);
  border-radius: 999px;
  color: var(--b2b-ink);
  background: transparent;
  font-weight: 850;
}

.sample-pdf-modal__body {
  min-height: 0;
  padding: clamp(18px, 2vw, 28px);
  overflow: auto;
}

.sample-pdf-modal__body .print-catalog {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 24px;
  box-shadow: 0 14px 42px rgba(23, 20, 15, 0.16);
}

.sample-pdf-modal__body .print-catalog__head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  padding-bottom: 14px;
  border-bottom: 3px solid #b89a61;
}

.sample-pdf-modal__body .print-catalog h2 {
  margin: 0 0 4px;
  font-size: 28px;
  line-height: 1.12;
}

.sample-pdf-modal__body .print-catalog__meta,
.sample-pdf-modal__body .print-catalog__buyer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 16px;
  margin: 14px 0;
  color: #444;
  font-size: 12px;
}

.sample-pdf-modal__body .print-catalog__buyer {
  padding: 12px;
  border: 1px solid #d8d0c2;
  background: #fbfaf7;
}

.sample-pdf-modal__body .print-catalog__buyer h2 {
  grid-column: 1 / -1;
  margin: 0 0 4px;
  font-size: 15px;
}

.sample-pdf-modal__body .print-catalog__buyer p {
  margin: 0;
}

.sample-pdf-modal__body .print-catalog table {
  width: 100%;
  border-collapse: collapse;
}

.sample-pdf-modal__body .print-catalog th,
.sample-pdf-modal__body .print-catalog td {
  padding: 8px;
  border: 1px solid #c5bcac;
  text-align: left;
  vertical-align: middle;
  font-size: 11px;
}

.sample-pdf-modal__body .print-catalog th {
  color: #b89a61;
  background: #2a2926;
}

.sample-pdf-modal__body .print-catalog img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.sample-pdf-modal__actions {
  justify-content: flex-end;
  border-top: 1px solid rgba(23, 20, 15, 0.12);
  border-bottom: 0;
}

.sample-pdf-modal__actions .button.outline {
  color: var(--b2b-ink);
  background: #fff;
  border-color: rgba(23, 20, 15, 0.14);
}

@media (max-width: 1180px) {
  .sample-list-row {
    grid-template-columns: 40px 96px minmax(180px, 1fr) 132px 112px;
  }

  .sample-list-row__note,
  .sample-list-row__remove {
    grid-column: 3 / -1;
  }

  .sample-buyer-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sample-list-actions {
    grid-template-columns: 1fr 1fr;
  }

  .sample-list-actions > div {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .cart-link.sample-pill span {
    display: none;
  }

  .sample-list-shell,
  .sample-empty,
  .sample-send-panel,
  .sample-confidence-strip {
    width: min(100% - 32px, var(--b2b-max));
  }

  .sample-confidence-strip {
    grid-template-columns: 1fr 1fr;
  }

  .sample-confidence-strip div {
    min-height: 82px;
    padding: 14px;
  }

  .sample-list-head,
  .sample-list-actions,
  .sample-send-panel {
    display: grid;
  }

  .sample-list-row {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
  }

  .sample-list-row__index {
    grid-column: 1 / -1;
  }

  .sample-list-row img {
    width: 86px;
    height: 86px;
  }

  .sample-list-row__copy,
  .sample-list-row__qty,
  .sample-list-row__stepper,
  .sample-list-row__note,
  .sample-list-row__remove {
    grid-column: 1 / -1;
  }

  .sample-list-row__specs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sample-send-panel,
  .sample-upload-form {
    grid-template-columns: 1fr;
  }

  .sample-list-actions .button {
    width: 100%;
    min-width: 0;
  }

  .sample-buyer-form {
    grid-template-columns: 1fr;
  }

  .sample-floating-link {
    right: 14px;
    bottom: 14px;
    min-width: 112px;
    min-height: 48px;
    padding: 0 12px;
  }

  .sample-floating-link span {
    display: none;
  }

  body:has(.cookie-consent.is-visible) .sample-floating-link {
    bottom: 300px;
  }

  .sample-pdf-modal__head,
  .sample-pdf-modal__actions {
    display: grid;
    padding: 14px;
  }

  .sample-pdf-modal__body {
    padding: 12px;
  }

  .sample-pdf-modal__body .print-catalog {
    min-width: 760px;
  }
}

@media (max-width: 520px) {
  .sample-confidence-strip,
  .sample-list-actions {
    grid-template-columns: 1fr;
  }

  .sample-list-actions > div {
    grid-column: auto;
  }
}

@media print {
  body > *:not([data-print-catalog]) {
    display: none !important;
  }

  [data-print-catalog],
  .print-catalog {
    display: block !important;
  }

  .print-catalog {
    padding: 18px;
  }

  .print-catalog__head {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
    padding-bottom: 14px;
    border-bottom: 3px solid #b89a61;
  }

  .print-catalog h2 {
    margin: 0 0 4px;
    font-size: 26px;
    line-height: 1.15;
  }

  .print-catalog p {
    margin: 0;
    color: #555;
    font-size: 11px;
  }

  .print-catalog__head strong {
    color: #111;
    font-size: 18px;
    text-transform: uppercase;
  }

  .print-catalog__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 16px;
    margin: 14px 0;
    color: #444;
    font-size: 11px;
  }

  .print-catalog__buyer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px 14px;
    margin: 12px 0 14px;
    padding: 8px;
    border: 1px solid #aaa;
    color: #333;
    font-size: 10px;
  }

  .print-catalog__buyer h2 {
    grid-column: 1 / -1;
    margin: 0 0 2px;
    color: #111;
    font-size: 13px;
  }

  .print-catalog__buyer p {
    margin: 0 !important;
  }

  .print-catalog table {
    width: 100%;
    border-collapse: collapse;
  }

  .print-catalog th,
  .print-catalog td {
    padding: 7px;
    border: 1px solid #aaa;
    text-align: left;
    vertical-align: middle;
    font-size: 10px;
  }

  .print-catalog th {
    color: #b89a61;
    background: #2a2926;
  }

  .print-catalog img {
    width: 62px;
    height: 62px;
    object-fit: cover;
  }

  .print-catalog__note {
    margin-top: 14px !important;
  }
}

/* Product card compact polish: keep image, sample button, and text visually connected. */
.wall-grid .product-showcase-card,
.hot-products .product-showcase-card {
  gap: 10px;
  padding: 8px 8px 14px;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: var(--b2b-radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 20, 15, 0.055);
}

.wall-grid .product-showcase-card:hover,
.hot-products .product-showcase-card:hover {
  border-color: rgba(184, 154, 97, 0.24);
  box-shadow: 0 20px 46px rgba(23, 20, 15, 0.09);
}

.wall-grid .product-showcase-card > img,
.hot-products .product-showcase-card > img {
  box-shadow: none;
}

.wall-grid .product-showcase-card:hover > img,
.hot-products .product-showcase-card:hover > img {
  transform: none;
  box-shadow: none;
}

.wall-grid .product-showcase-card .product-overlay,
.hot-products .product-showcase-card .product-overlay {
  min-height: 0 !important;
  height: auto;
  margin: 0;
  padding: 0;
}

.wall-grid .product-showcase-card .product-overlay__button,
.hot-products .product-showcase-card .product-overlay__button,
.wall-grid .product-showcase-card .cart-add-button.product-overlay__button,
.hot-products .product-showcase-card .cart-add-button.product-overlay__button {
  min-height: 42px;
  border-color: rgba(184, 154, 97, 0.32);
  color: var(--b2b-ink);
  background: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}

.wall-grid .product-showcase-card__body,
.hot-products .product-showcase-card__body {
  gap: 5px;
  padding: 2px 0 0;
}

.wall-grid .product-showcase-card h3,
.hot-products .product-showcase-card h3 {
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 650;
  line-height: 1.25;
}

.wall-grid .product-showcase-card__price,
.hot-products .product-showcase-card__price {
  gap: 2px;
  line-height: 1.34;
}

.wall-grid .product-showcase-card__price span,
.hot-products .product-showcase-card__price span {
  color: #5f5548;
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
}

.wall-grid .product-showcase-card__price strong,
.hot-products .product-showcase-card__price strong {
  font-size: 15px;
  line-height: 1.2;
}

.wall-grid .product-showcase-card__price small,
.hot-products .product-showcase-card__price small {
  font-size: 11px;
  line-height: 1.35;
}

.wall-grid .product-showcase-card__swatches,
.hot-products .product-showcase-card__swatches {
  gap: 8px;
  padding: 1px 0;
}

.wall-grid .product-showcase-card__spec,
.hot-products .product-showcase-card__spec {
  width: fit-content;
  padding: 2px 7px;
  border: 1px solid rgba(184, 154, 97, 0.22);
  border-radius: 999px;
  color: #5f5548;
  background: #fbfaf7;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

/* E-commerce product card layout: hover button stays on the image only. */
.wall-grid .product-showcase-card,
.hot-products .product-showcase-card {
  display: grid;
  gap: 9px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wall-grid .product-showcase-card:hover,
.hot-products .product-showcase-card:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.wall-grid .product-showcase-card__media,
.hot-products .product-showcase-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 0.92;
  background: transparent;
}

.wall-grid .product-showcase-card__media > img,
.hot-products .product-showcase-card__media > img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  display: block;
  object-fit: cover;
  object-position: var(--product-image-position, center);
  border-radius: 0;
  box-shadow: none;
  transform: scale(var(--product-image-zoom, 1.22));
  transform-origin: center;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.wall-grid .product-showcase-card__media:hover > img,
.hot-products .product-showcase-card__media:hover > img {
  transform: scale(calc(var(--product-image-zoom, 1.22) + 0.04));
  filter: saturate(0.98) brightness(1.02);
}

.wall-grid .product-showcase-card__media .product-overlay,
.hot-products .product-showcase-card__media .product-overlay {
  position: absolute;
  inset: auto 12px 12px;
  z-index: 4;
  width: auto;
  height: auto;
  min-height: 0 !important;
  display: block;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  background: transparent;
  transition: opacity 0.18s ease, transform 0.18s ease;
  transform: translateY(8px);
}

.wall-grid .product-showcase-card__media:hover .product-overlay,
.hot-products .product-showcase-card__media:hover .product-overlay,
.wall-grid .product-showcase-card__media:focus-within .product-overlay,
.hot-products .product-showcase-card__media:focus-within .product-overlay {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.wall-grid .product-showcase-card__media .product-overlay__button,
.hot-products .product-showcase-card__media .product-overlay__button,
.wall-grid .product-showcase-card__media .cart-add-button.product-overlay__button,
.hot-products .product-showcase-card__media .cart-add-button.product-overlay__button {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(184, 154, 97, 0.28);
  border-radius: 0;
  color: #6a6256;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(23, 20, 15, 0.12);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.wall-grid .product-showcase-card__media .product-overlay__button:hover,
.hot-products .product-showcase-card__media .product-overlay__button:hover,
.wall-grid .product-showcase-card__media .product-overlay__button.is-added,
.hot-products .product-showcase-card__media .product-overlay__button.is-added {
  color: var(--b2b-black);
  background: var(--b2b-gold-soft);
  border-color: var(--b2b-gold-soft);
}

.wall-grid .product-showcase-card__badge,
.hot-products .product-showcase-card__badge {
  top: 10px;
  left: 10px;
  z-index: 6;
  min-height: 26px;
  padding: 0 12px;
  color: #8a6b32;
  background: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 700;
  box-shadow: none;
}

.wall-grid .product-showcase-card__body,
.hot-products .product-showcase-card__body {
  display: grid;
  min-height: 0;
  gap: 4px;
  padding: 0;
  background: transparent;
  border: 0;
}

.wall-grid .product-showcase-card__category,
.hot-products .product-showcase-card__category {
  display: none;
}

.wall-grid .product-showcase-card h3,
.hot-products .product-showcase-card h3 {
  margin: 0;
  color: var(--b2b-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.wall-grid .product-showcase-card__trade,
.hot-products .product-showcase-card__trade {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  align-items: baseline;
  margin: 0;
  color: #6a6256;
  font-size: 12px;
  line-height: 1.25;
}

.wall-grid .product-showcase-card__trade span,
.hot-products .product-showcase-card__trade span {
  display: inline-flex !important;
  width: auto !important;
  margin: 0 !important;
  align-items: baseline;
  color: #6a6256;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: none;
  white-space: nowrap;
}

.wall-grid .product-showcase-card__trade span:first-child,
.hot-products .product-showcase-card__trade span:first-child {
  order: 1;
}

.wall-grid .product-showcase-card__trade span:last-child,
.hot-products .product-showcase-card__trade span:last-child {
  order: 2;
}

.wall-grid .product-showcase-card__trade strong,
.hot-products .product-showcase-card__trade strong {
  display: inline !important;
  margin: 0 !important;
  color: var(--b2b-ink);
  font-size: 13px;
  font-weight: 650;
}

.wall-grid .product-showcase-card__price,
.hot-products .product-showcase-card__price {
  display: flex;
  gap: 5px;
  align-items: baseline;
  margin: 0;
  color: #6a6256;
  font-size: 13px;
  line-height: 1.3;
}

.wall-grid .product-showcase-card__price span,
.hot-products .product-showcase-card__price span {
  color: #6a6256;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

.wall-grid .product-showcase-card__price strong,
.hot-products .product-showcase-card__price strong {
  color: var(--b2b-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.wall-grid .product-showcase-card__spec,
.hot-products .product-showcase-card__spec {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  color: #6a6256;
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.wall-grid .product-showcase-card__swatches,
.hot-products .product-showcase-card__swatches {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 14px;
  padding: 0;
  color: #8a8174;
}

.wall-grid .product-showcase-card__swatches span,
.hot-products .product-showcase-card__swatches span {
  color: #8a8174;
  font-size: 11px;
  font-weight: 400;
}

.wall-grid .product-showcase-card__swatches i,
.hot-products .product-showcase-card__swatches i {
  width: 11px;
  height: 11px;
}

.wall-grid .product-showcase-card__body a,
.hot-products .product-showcase-card__body a {
  display: none;
}

@media (hover: none) {
  .wall-grid .product-showcase-card__media .product-overlay,
  .hot-products .product-showcase-card__media .product-overlay {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}

.wall-grid .product-showcase-card__trade strong,
.hot-products .product-showcase-card__trade strong {
  display: inline !important;
  margin: 0 !important;
}

/* About page intro title: keep the red-box heading area centered and single-line on desktop. */
.about-intro-title {
  max-width: min(100%, 1120px);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.about-intro-title p,
.about-intro-title h2 {
  text-align: center;
}

.about-intro-title h2 {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(34px, 4.1vw, 54px);
  line-height: 1.15;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .about-intro-title h2 {
    font-size: clamp(28px, 5.8vw, 40px);
    white-space: normal;
  }
}

/* Global navbar alignment: keep every page on the same three-part desktop layout. */
@media (min-width: 1121px) {
  .topbar {
    grid-template-columns: minmax(220px, 1fr) minmax(0, max-content) minmax(300px, max-content);
    column-gap: clamp(14px, 1.4vw, 28px);
  }

  .topbar .logo {
    flex-wrap: nowrap;
    max-width: none;
  }

  .topbar .primary-nav {
    min-width: 0;
    justify-self: center;
    justify-content: center;
    gap: clamp(10px, 0.9vw, 18px);
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .topbar .primary-nav > a,
  .topbar .nav-drop > a {
    height: 72px;
    min-height: 72px;
    padding: 0 2px;
    font-size: clamp(11px, 0.68vw, 13px);
  }

  .topbar .header-actions {
    display: inline-flex;
    justify-self: end;
    align-items: center;
    gap: 10px;
    min-width: max-content;
  }

  .topbar .header-search {
    flex: 0 1 auto;
  }

  .topbar .header-search input {
    width: clamp(104px, 7vw, 132px);
  }

  .topbar .cart-link.sample-pill {
    min-width: 132px;
  }

  .topbar .wa-link {
    min-width: 128px;
  }
}

@media (min-width: 1121px) and (max-width: 1500px) {
  .topbar {
    grid-template-columns: minmax(200px, 1fr) minmax(0, max-content) max-content;
  }

  .topbar .header-search {
    display: none;
  }

  .topbar .primary-nav {
    gap: clamp(8px, 0.8vw, 14px);
    font-size: 12px;
  }

  .topbar .cart-link.sample-pill,
  .topbar .wa-link {
    min-width: 120px;
  }
}

/* Home hero clear image mode: remove fog overlays and image filters. */
.home-hero .hero-overlay {
  background: transparent !important;
  opacity: 0 !important;
}

.home-hero::after {
  display: none !important;
}

.home-hero .hero-slide > img {
  filter: none !important;
  opacity: 1 !important;
}

/* Light customization workflow legacy styles. */
.custom-system .luxury-step-image {
  aspect-ratio: 16 / 11;
}

.custom-system .luxury-step-copy {
  min-height: 190px;
  padding-bottom: 20px;
  text-align: center;
  justify-items: center;
}

.custom-system .luxury-step-copy h3 {
  display: block;
  width: max-content;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(14px, 1.05vw, 18px);
}

.custom-system .luxury-step-copy p {
  font-size: 13px;
  line-height: 1.48;
  max-width: 18ch;
}

/* Unified product card format across the static site. */
.wall-grid .product-showcase-card,
.hot-products .product-showcase-card {
  display: grid !important;
  grid-template-rows: auto 1fr;
  gap: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(23, 20, 15, 0.08) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(23, 20, 15, 0.07) !important;
}

.wall-grid .product-showcase-card:hover,
.hot-products .product-showcase-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 24px 54px rgba(23, 20, 15, 0.11) !important;
}

.wall-grid .product-showcase-card__media,
.hot-products .product-showcase-card__media {
  aspect-ratio: 1.18 / 0.9 !important;
  overflow: hidden !important;
  border-radius: 8px 8px 0 0 !important;
  background: #f5f1ea !important;
}

.wall-grid .product-showcase-card__media > img,
.hot-products .product-showcase-card__media > img {
  border-radius: 8px 8px 0 0 !important;
}

.wall-grid .product-showcase-card__badge,
.hot-products .product-showcase-card__badge {
  display: none !important;
}

.wall-grid .product-showcase-card__body,
.hot-products .product-showcase-card__body {
  display: grid !important;
  grid-template-rows: auto auto auto auto auto;
  gap: 8px !important;
  padding: 18px 20px 20px !important;
  background: #fff !important;
}

.wall-grid .product-showcase-card__name,
.hot-products .product-showcase-card__name {
  margin: 0 !important;
  color: var(--b2b-ink, #17140f) !important;
  font-size: 18px !important;
  font-weight: 650 !important;
  line-height: 1.18 !important;
}

.wall-grid .product-showcase-card__model,
.hot-products .product-showcase-card__model {
  margin: 0 !important;
  color: #8a6b32 !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

.wall-grid .product-showcase-card__trade,
.hot-products .product-showcase-card__trade {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px 10px !important;
  margin: 0 !important;
  color: #5f574c !important;
  font-size: 13px !important;
  line-height: 1.28 !important;
}

.wall-grid .product-showcase-card__trade span,
.hot-products .product-showcase-card__trade span {
  color: #5f574c !important;
  font-size: 13px !important;
  line-height: 1.28 !important;
}

.wall-grid .product-showcase-card__trade strong,
.hot-products .product-showcase-card__trade strong {
  color: var(--b2b-ink, #17140f) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
}

.wall-grid .product-showcase-card__swatches,
.hot-products .product-showcase-card__swatches {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-height: 16px !important;
  padding: 0 !important;
}

.wall-grid .product-showcase-card__swatches i,
.hot-products .product-showcase-card__swatches i {
  width: 13px !important;
  height: 13px !important;
  border: 1px solid rgba(23, 20, 15, 0.12) !important;
  border-radius: 50% !important;
  background: var(--swatch) !important;
}

.wall-grid .product-showcase-card__rating,
.hot-products .product-showcase-card__rating {
  display: flex !important;
  gap: 4px !important;
  align-items: center !important;
  min-height: 16px !important;
}

.wall-grid .product-showcase-card__rating i,
.hot-products .product-showcase-card__rating i {
  width: 13px;
  height: 13px;
  clip-path: polygon(50% 0%, 61% 34%, 98% 34%, 68% 55%, 79% 91%, 50% 69%, 21% 91%, 32% 55%, 2% 34%, 39% 34%);
  background: #d7d0c5;
}

.wall-grid .product-showcase-card__rating i.is-filled,
.hot-products .product-showcase-card__rating i.is-filled {
  background: #c39a45;
}

/* Product card compact layout per buyer review notes. */
.wall-grid .product-showcase-card,
.hot-products .product-showcase-card {
  height: 314px !important;
  grid-template-rows: 190px 124px !important;
}

.hot-products .product-showcase-card {
  height: 308px !important;
  grid-template-rows: 184px 124px !important;
}

.wall-grid .product-showcase-card__media,
.hot-products .product-showcase-card__media {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
}

.wall-grid .product-showcase-card__media > img,
.hot-products .product-showcase-card__media > img {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: var(--product-image-position, center) !important;
  transform: scale(max(var(--product-image-zoom, 1.46), 1.46)) !important;
}

.wall-grid .product-showcase-card__body,
.hot-products .product-showcase-card__body {
  display: flex !important;
  flex-direction: column !important;
  align-content: stretch !important;
  align-items: stretch !important;
  gap: 2px !important;
  min-height: 0 !important;
  padding: 8px 14px 6px !important;
}

.wall-grid .product-showcase-card__name,
.hot-products .product-showcase-card__name {
  display: -webkit-box !important;
  width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  max-width: 100% !important;
  font-size: 16px !important;
  line-height: 19px !important;
  min-height: 38px !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.wall-grid .product-showcase-card__model,
.hot-products .product-showcase-card__model {
  font-size: 11px !important;
  line-height: 13px !important;
}

.wall-grid .product-showcase-card__trade,
.hot-products .product-showcase-card__trade {
  gap: 4px 8px !important;
  overflow: hidden !important;
  font-size: 12px !important;
  line-height: 14px !important;
  white-space: nowrap !important;
}

.wall-grid .product-showcase-card__trade span,
.hot-products .product-showcase-card__trade span {
  font-size: 12px !important;
  line-height: 14px !important;
  white-space: nowrap !important;
}

.wall-grid .product-showcase-card__trade strong,
.hot-products .product-showcase-card__trade strong {
  font-size: 13px !important;
  line-height: 14px !important;
}

.wall-grid .product-showcase-card__swatches,
.hot-products .product-showcase-card__swatches {
  flex: 0 0 12px !important;
  min-height: 12px !important;
  gap: 5px !important;
}

.wall-grid .product-showcase-card__swatches i,
.hot-products .product-showcase-card__swatches i {
  width: 11px !important;
  height: 11px !important;
}

.wall-grid .product-showcase-card__rating,
.hot-products .product-showcase-card__rating {
  flex: 0 0 16px !important;
  align-self: end !important;
  width: 100% !important;
  min-height: 16px !important;
  margin-top: 1px !important;
  padding-top: 3px !important;
  border-top: 1px solid rgba(23, 20, 15, 0.08) !important;
}

.wall-grid .product-showcase-card__rating i,
.hot-products .product-showcase-card__rating i {
  width: 11px !important;
  height: 11px !important;
}

@media (max-width: 760px) {
  .wall-grid .product-showcase-card,
  .hot-products .product-showcase-card {
    height: 300px !important;
    grid-template-rows: 176px 124px !important;
  }
}

/* Product card redesign: structured B2B catalog cards with visible inquiry action. */
.wall-grid:has(.product-showcase-card),
.product-list.wall-grid {
  align-items: stretch !important;
  grid-auto-rows: auto !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
}

.wall-grid .product-showcase-card,
.hot-products .product-showcase-card {
  position: relative !important;
  display: grid !important;
  grid-template-rows: 220px minmax(236px, auto) !important;
  height: auto !important;
  min-height: 456px !important;
  overflow: hidden !important;
  border: 1px solid rgba(23, 20, 15, 0.1) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 36px rgba(23, 20, 15, 0.08) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease !important;
}

.hot-products .product-showcase-card {
  min-width: 260px !important;
}

.wall-grid .product-showcase-card div,
.hot-products .product-showcase-card div {
  min-height: 0 !important;
  padding: 0 !important;
}

.wall-grid .product-showcase-card:hover,
.hot-products .product-showcase-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(184, 154, 97, 0.34) !important;
  box-shadow: 0 24px 54px rgba(23, 20, 15, 0.13) !important;
}

.wall-grid .product-showcase-card__media,
.hot-products .product-showcase-card__media {
  position: relative !important;
  width: 100% !important;
  height: 220px !important;
  overflow: hidden !important;
  border-radius: 8px 8px 0 0 !important;
  background: #ebe6dc !important;
}

.wall-grid .product-showcase-card__media > img,
.hot-products .product-showcase-card__media > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: var(--product-image-position, center) !important;
  transform: scale(var(--product-image-zoom, 1.14)) !important;
  transition: transform 260ms ease !important;
}

.wall-grid .product-showcase-card:hover .product-showcase-card__media > img,
.hot-products .product-showcase-card:hover .product-showcase-card__media > img {
  transform: scale(calc(var(--product-image-zoom, 1.14) + 0.03)) !important;
}

.wall-grid .product-showcase-card__badge,
.hot-products .product-showcase-card__badge {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  max-width: calc(100% - 24px) !important;
  min-height: 28px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  border-radius: 999px !important;
  color: #17140f !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 8px 18px rgba(23, 20, 15, 0.12) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  backdrop-filter: blur(8px) !important;
}

.wall-grid .product-showcase-card__body,
.hot-products .product-showcase-card__body {
  display: grid !important;
  grid-template-rows: auto auto auto auto 1fr auto !important;
  gap: 9px !important;
  min-height: 0 !important;
  padding: 16px !important;
  background: #ffffff !important;
}

.wall-grid .product-showcase-card__category,
.hot-products .product-showcase-card__category {
  display: block !important;
  margin: 0 !important;
  color: #8a6b32 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

.wall-grid .product-showcase-card__name,
.hot-products .product-showcase-card__name {
  display: -webkit-box !important;
  min-height: 43px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #17140f !important;
  font-size: 18px !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.wall-grid .product-showcase-card__model,
.hot-products .product-showcase-card__model {
  margin: 0 !important;
  color: #6a6256 !important;
  font-size: 12px !important;
  font-weight: 720 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.wall-grid .product-showcase-card__trade,
.hot-products .product-showcase-card__trade {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 !important;
  white-space: normal !important;
}

.wall-grid .product-showcase-card__trade span,
.hot-products .product-showcase-card__trade span {
  display: grid !important;
  align-content: center !important;
  min-height: 48px !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(23, 20, 15, 0.08) !important;
  border-radius: 8px !important;
  background: #fbfaf7 !important;
}

.wall-grid .product-showcase-card__trade small,
.hot-products .product-showcase-card__trade small {
  display: block !important;
  margin-bottom: 2px !important;
  color: #7a7164 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

.wall-grid .product-showcase-card__trade strong,
.hot-products .product-showcase-card__trade strong {
  display: block !important;
  overflow-wrap: anywhere !important;
  color: #17140f !important;
  font-size: 15px !important;
  font-weight: 820 !important;
  line-height: 1.12 !important;
}

.wall-grid .product-showcase-card__trade span:last-child strong,
.hot-products .product-showcase-card__trade span:last-child strong {
  color: #8a5c12 !important;
}

.wall-grid .product-showcase-card__proof,
.hot-products .product-showcase-card__proof {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 12px !important;
  align-items: end !important;
  min-height: 42px !important;
  padding-top: 2px !important;
}

.wall-grid .product-showcase-card__swatches,
.hot-products .product-showcase-card__swatches,
.wall-grid .product-showcase-card__rating,
.hot-products .product-showcase-card__rating {
  display: grid !important;
  gap: 5px !important;
  align-items: start !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.wall-grid .product-showcase-card__swatches > span,
.hot-products .product-showcase-card__swatches > span,
.wall-grid .product-showcase-card__rating > span,
.hot-products .product-showcase-card__rating > span {
  color: #7a7164 !important;
  font-size: 10px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

.wall-grid .product-showcase-card__swatches > div,
.hot-products .product-showcase-card__swatches > div,
.wall-grid .product-showcase-card__rating > div,
.hot-products .product-showcase-card__rating > div {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}

.wall-grid .product-showcase-card__swatches i,
.hot-products .product-showcase-card__swatches i {
  width: 13px !important;
  height: 13px !important;
  flex: 0 0 13px !important;
  border: 1px solid rgba(23, 20, 15, 0.16) !important;
  border-radius: 50% !important;
  background: var(--swatch) !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5) !important;
}

.wall-grid .product-showcase-card__rating i,
.hot-products .product-showcase-card__rating i {
  width: 12px !important;
  height: 12px !important;
  flex: 0 0 12px !important;
  background: #d9d2c7 !important;
  clip-path: polygon(50% 0%, 61% 34%, 98% 34%, 68% 55%, 79% 91%, 50% 69%, 21% 91%, 32% 55%, 2% 34%, 39% 34%) !important;
}

.wall-grid .product-showcase-card__rating i.is-filled,
.hot-products .product-showcase-card__rating i.is-filled {
  background: #b98b30 !important;
}

.wall-grid .product-showcase-card__actions,
.hot-products .product-showcase-card__actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  gap: 8px !important;
  align-items: center !important;
  margin-top: 4px !important;
  padding-top: 12px !important;
  border-top: 1px solid rgba(23, 20, 15, 0.08) !important;
}

.wall-grid .product-showcase-card__sample,
.hot-products .product-showcase-card__sample,
.wall-grid .product-showcase-card__link,
.hot-products .product-showcase-card__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 0 12px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.wall-grid .product-showcase-card__sample,
.hot-products .product-showcase-card__sample {
  min-width: 0 !important;
  border: 1px solid #17140f !important;
  color: #ffffff !important;
  background: #17140f !important;
  cursor: pointer !important;
}

.wall-grid .product-showcase-card__sample:hover,
.hot-products .product-showcase-card__sample:hover,
.wall-grid .product-showcase-card__sample.is-added,
.hot-products .product-showcase-card__sample.is-added {
  border-color: #8a5c12 !important;
  color: #ffffff !important;
  background: #8a5c12 !important;
}

.wall-grid .product-showcase-card__link,
.hot-products .product-showcase-card__link {
  border: 1px solid rgba(23, 20, 15, 0.12) !important;
  color: #17140f !important;
  background: #ffffff !important;
}

.wall-grid .product-showcase-card__link:hover,
.hot-products .product-showcase-card__link:hover {
  border-color: rgba(184, 154, 97, 0.46) !important;
  color: #8a5c12 !important;
  background: #fbfaf7 !important;
}

.wall-grid .product-showcase-card__actions .product-showcase-card__link:nth-of-type(n+3),
.hot-products .product-showcase-card__actions .product-showcase-card__link:nth-of-type(n+3) {
  display: none !important;
}

.wall-grid .product-showcase-card__actions .product-showcase-card__link:nth-of-type(n+2),
.hot-products .product-showcase-card__actions .product-showcase-card__link:nth-of-type(n+2) {
  display: none !important;
}

@media (max-width: 920px) {
  .wall-grid .product-showcase-card,
  .hot-products .product-showcase-card {
    grid-template-rows: 206px minmax(236px, auto) !important;
    min-height: 442px !important;
  }

  .wall-grid .product-showcase-card__media,
  .hot-products .product-showcase-card__media {
    height: 206px !important;
  }
}

@media (max-width: 560px) {
  .wall-grid .product-showcase-card,
  .hot-products .product-showcase-card {
    grid-template-rows: 212px minmax(250px, auto) !important;
    min-height: 462px !important;
  }

  .wall-grid .product-showcase-card__media,
  .hot-products .product-showcase-card__media {
    height: 212px !important;
  }

  .wall-grid .product-showcase-card__body,
  .hot-products .product-showcase-card__body {
    padding: 15px !important;
  }

  .wall-grid .product-showcase-card__actions,
  .hot-products .product-showcase-card__actions {
    grid-template-columns: 1fr 1fr !important;
  }

  .wall-grid .product-showcase-card__sample,
  .hot-products .product-showcase-card__sample {
    grid-column: 1 / -1 !important;
  }
}

/* Launch-ready B2B buying flow and policy modules. */
.buyer-flow-section,
.service-policy-section,
.verification-section,
.inquiry-checklist-section,
.product-quote-flow {
  background: #fbfaf7;
}

.buyer-flow-section .section-intro.split > span,
.service-policy-section .section-intro.split > span,
.product-quote-flow .section-intro.split > span {
  max-width: 460px;
  color: #5f574c;
  font-size: 15px;
  line-height: 1.62;
}

.buyer-flow-grid,
.verification-grid,
.policy-grid {
  width: min(100%, var(--b2b-max));
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto;
}

.buyer-flow-grid.compact,
.verification-grid,
.policy-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.buyer-flow-grid article,
.verification-grid article,
.policy-grid article,
.quotation-ready-panel {
  min-width: 0;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(23, 20, 15, 0.06);
}

.buyer-flow-grid article,
.verification-grid article,
.policy-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
}

.buyer-flow-grid article > span,
.verification-grid article > span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 154, 97, 0.34);
  border-radius: 50%;
  color: #8a5c12;
  background: #fbfaf7;
  font-size: 12px;
  font-weight: 850;
}

.buyer-flow-grid h3,
.verification-grid h3,
.policy-grid h3,
.quotation-ready-panel h3 {
  margin: 0;
  color: #17140f;
  font-size: 18px;
  line-height: 1.22;
}

.buyer-flow-grid p,
.verification-grid p,
.policy-grid p,
.quotation-ready-panel li span {
  margin: 0;
  color: #5f574c;
  font-size: 14px;
  line-height: 1.58;
}

.visual-flow-grid article {
  overflow: hidden;
  gap: 8px;
  padding: 0 0 18px;
}

.visual-flow-grid article > img {
  width: 100%;
  height: 140px;
  display: block;
  object-fit: cover;
  object-position: center;
  background: #eee8dc;
}

.visual-flow-grid article > img[src*="qr"] {
  object-fit: contain;
  padding: 26px;
  background: #f6f1e8;
}

.product-quote-flow .visual-flow-grid article > img[src*="quote-flow-"] {
  object-fit: contain;
  padding: 10px 14px;
  background: #f5efe3;
}

.visual-flow-grid article > span,
.visual-flow-grid article > h3,
.visual-flow-grid article > p {
  margin-right: 18px;
  margin-left: 18px;
}

.visual-flow-grid article > span {
  margin-top: 2px;
}

.visual-flow-grid h3 {
  font-size: 17px;
  line-height: 1.18;
}

.visual-flow-grid p {
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.document-grid article {
  overflow: hidden;
  padding: 0 0 20px !important;
}

.document-grid article img {
  width: 100%;
  height: 152px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.document-grid article span,
.document-grid article h3,
.document-grid article p {
  margin-right: 18px !important;
  margin-left: 18px !important;
}

.document-grid article span {
  margin-top: 16px !important;
}

.filter-panel__group {
  display: grid;
  gap: 9px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 20, 15, 0.1);
}

.filter-panel__group p {
  margin: 0;
  color: #17140f;
  font-size: 13px;
  font-weight: 850;
}

.filter-panel__group span {
  display: block;
  color: #5f574c;
  font-size: 12px;
  line-height: 1.45;
  text-transform: none;
}

.filter-panel__cta {
  display: inline-flex !important;
  justify-content: center;
  margin-top: 18px;
  border-color: #17140f !important;
  color: #ffffff !important;
  background: #17140f !important;
}

.quotation-ready-panel {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: clamp(22px, 3vw, 34px);
}

.quotation-ready-panel p {
  margin: 0;
  color: #8a5c12;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.quotation-ready-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quotation-ready-panel li {
  display: grid;
  gap: 3px;
  padding: 12px 0;
  border-top: 1px solid rgba(23, 20, 15, 0.08);
}

.quotation-ready-panel li strong {
  color: #17140f;
  font-size: 14px;
}

.sample-pdf-modal__actions > span {
  flex: 1 1 280px;
  color: #5f574c;
  font-size: 13px;
  line-height: 1.45;
}

.inquiry-note {
  display: block;
  max-width: 52ch;
  margin: 14px 0 22px;
  color: #5f574c;
  font-size: 15px;
  line-height: 1.62;
}

.contact-page form .form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: #6a6256;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .buyer-flow-grid,
  .buyer-flow-grid.compact,
  .verification-grid,
  .policy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .buyer-flow-grid,
  .buyer-flow-grid.compact,
  .verification-grid,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .buyer-flow-grid article,
  .verification-grid article,
  .policy-grid article {
    padding: 18px;
  }

  .sample-pdf-modal__actions > span {
    flex-basis: 100%;
  }
}

/* Keep consent visible without blocking the visual buying flow. */
.cookie-consent {
  right: 22px !important;
  bottom: 22px !important;
  width: min(340px, calc(100vw - 44px)) !important;
  padding: 14px !important;
}

.cookie-consent__copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.cookie-consent__copy p {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
}

.cookie-consent__copy span {
  display: none !important;
}

.cookie-consent__actions {
  margin-top: 4px !important;
  gap: 8px !important;
}

@media (max-width: 620px) {
  .cookie-consent {
    display: none !important;
  }
}

/* Homepage product cards: keep the scroller consistent and reduce empty copy space. */
.hot-products {
  padding-bottom: 42px !important;
}

.hot-products .section-more {
  margin-top: 18px !important;
}

.hot-products .wall-grid.hot-products-scroller {
  padding-bottom: 6px !important;
}

.hot-products .product-showcase-card {
  grid-template-rows: 210px auto !important;
  min-height: 0 !important;
}

.hot-products .product-showcase-card__media {
  height: 210px !important;
}

.hot-products .product-showcase-card__body {
  grid-template-rows: auto auto auto auto auto auto !important;
  gap: 7px !important;
  padding: 13px 14px 14px !important;
}

.hot-products .product-showcase-card__name {
  min-height: 40px !important;
  font-size: 17px !important;
}

.hot-products .product-showcase-card__model {
  font-size: 11px !important;
}

.hot-products .product-showcase-card__trade span {
  min-height: 42px !important;
  padding: 7px 9px !important;
}

.hot-products .product-showcase-card__proof {
  min-height: 34px !important;
  gap: 8px !important;
}

.hot-products .product-showcase-card__actions {
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 7px !important;
  margin-top: 2px !important;
  padding-top: 10px !important;
}

.hot-products .product-showcase-card__sample,
.hot-products .product-showcase-card__link {
  min-height: 36px !important;
  padding: 0 11px !important;
}

.product-showcase-card--clickable {
  cursor: pointer !important;
}

.product-showcase-card--clickable :is(a, button) {
  cursor: pointer !important;
}

.product-showcase-card--clickable:focus-visible {
  outline: 2px solid rgba(184, 154, 97, 0.55) !important;
  outline-offset: 4px !important;
}

@media (max-width: 560px) {
  .hot-products .product-showcase-card {
    grid-template-rows: 206px auto !important;
    min-height: 0 !important;
  }

  .hot-products .product-showcase-card__media {
    height: 206px !important;
  }

  .hot-products .product-showcase-card__body {
    padding: 13px !important;
  }
}

/* Products page workflow: richer visual guide without adding long reading blocks. */
.products-flow-premium {
  padding-top: clamp(58px, 6vw, 86px) !important;
  padding-bottom: clamp(58px, 6vw, 82px) !important;
}

.products-flow-premium .section-intro.split {
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 30px !important;
  text-align: center !important;
}

.products-flow-premium .section-intro h2 {
  max-width: none !important;
  white-space: nowrap !important;
  text-align: center !important;
}

.products-flow-premium .section-intro.split > span {
  max-width: 520px !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

.products-flow-premium .section-intro.split > div {
  width: 100%;
  text-align: center !important;
}

.products-flow-premium .section-intro.split p,
.products-flow-premium .section-intro.split h2,
.products-flow-premium .section-intro.split > span {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.products-flow-panel {
  width: min(100%, var(--b2b-max));
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 18px;
  margin: 0 auto;
  align-items: stretch;
}

.products-flow-showcase {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: #17140f;
  box-shadow: 0 24px 56px rgba(23, 20, 15, 0.13);
}

.products-flow-showcase > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  object-fit: cover;
  transform: scale(1.08);
  filter: saturate(0.96) brightness(0.84);
}

.products-flow-showcase__copy {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 112px;
  color: #fff;
}

.products-flow-showcase__copy span {
  display: block;
  margin-bottom: 10px;
  color: #f1dca5;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.products-flow-showcase__copy h3 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 520;
  line-height: 1.05;
}

.products-flow-metrics {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.products-flow-metrics span {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  font-size: 11px;
  line-height: 1.25;
}

.products-flow-metrics strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.products-flow-content {
  min-width: 0;
  display: grid;
  gap: 16px;
}

.products-flow-steps {
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: 0 !important;
}

.products-flow-steps article {
  min-height: 208px;
}

.products-flow-steps article > img {
  height: 118px !important;
}

.products-flow-steps h3 {
  font-size: 18px !important;
}

.products-flow-steps p {
  font-size: 13px !important;
}

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

.products-flow-actions .button {
  min-width: 156px;
}

.products-flow-actions .button.outline {
  color: #17140f;
  background: #fff;
  border-color: rgba(23, 20, 15, 0.16);
}

@media (max-width: 980px) {
  .products-flow-panel {
    grid-template-columns: 1fr;
  }

  .products-flow-showcase,
  .products-flow-showcase > img {
    min-height: 360px;
  }
}

@media (max-width: 620px) {
  .products-flow-premium .section-intro.split {
    gap: 14px !important;
    margin-bottom: 22px !important;
  }

  .products-flow-premium .section-intro h2 {
    white-space: normal !important;
  }

  .products-flow-showcase,
  .products-flow-showcase > img {
    min-height: 330px;
  }

  .products-flow-showcase__copy {
    right: 18px;
    bottom: 122px;
    left: 18px;
  }

  .products-flow-metrics {
    grid-template-columns: 1fr;
  }

  .products-flow-metrics span {
    padding: 9px 10px;
  }

  .products-flow-metrics strong {
    display: inline;
    margin-right: 6px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .products-flow-steps {
    grid-template-columns: 1fr !important;
  }

  .products-flow-actions .button {
    width: 100%;
  }
}

/* Products catalog page: make the first screen a working SKU selection surface. */
.product-catalog-hero {
  position: relative;
  width: 100%;
  min-height: clamp(430px, 42vw, 560px);
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  padding: 132px max(28px, calc((100vw - var(--b2b-max)) / 2)) 54px;
  color: #fff;
  background: var(--b2b-black);
}

.product-catalog-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 48%;
}

.product-catalog-hero .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(7, 7, 6, 0.82) 0%, rgba(7, 7, 6, 0.58) 38%, rgba(7, 7, 6, 0.22) 72%, rgba(7, 7, 6, 0.1) 100%),
    linear-gradient(180deg, rgba(7, 7, 6, 0.48) 0%, rgba(7, 7, 6, 0.08) 42%, rgba(7, 7, 6, 0.44) 100%);
}

.product-catalog-hero .hero-content {
  position: relative;
  z-index: 2;
  width: min(640px, 52vw) !important;
  max-width: 640px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin: 0 auto 0 0 !important;
  padding: 0;
  text-align: left;
}

.product-catalog-hero .hero-content > p {
  margin: 0 0 18px;
  color: var(--b2b-gold-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-catalog-hero .hero-title {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(42px, 4.1vw, 66px);
  font-weight: 400;
  line-height: 0.98;
}

.product-catalog-hero .hero-title span {
  display: block;
}

.product-catalog-hero .hero-title span:first-child::after {
  content: "";
}

.product-catalog-hero .hero-subline {
  display: block;
  max-width: 560px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  hyphens: none;
  line-height: 1.55;
  overflow-wrap: normal;
  word-break: normal;
}

.product-catalog-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 30px;
}

.product-catalog-hero .button {
  min-width: 168px;
  min-height: 46px;
  font-size: 13px;
}

.product-catalog-hero .button.outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(10px);
}

.catalog-hero-categories,
.catalog-hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.catalog-hero-metrics {
  margin-top: 10px;
}

.catalog-hero-categories a,
.catalog-hero-metrics span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 850;
}

.catalog-hero-metrics span {
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
}

.catalog-hero-categories a.active,
.catalog-hero-categories a[aria-current="true"] {
  border-color: rgba(166, 119, 40, 0.38);
  color: #17140f;
  background: #f7efd9;
}

.catalog-hero-metrics strong {
  margin-right: 6px;
  color: #fff;
}

.products-page #product-list.filter-layout {
  width: min(100% - 44px, var(--b2b-wide));
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px;
  padding-top: 14px !important;
  padding-bottom: 58px !important;
}

.products-page .filter-panel {
  top: 116px;
  gap: 6px;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(23, 20, 15, 0.08);
}

.products-page .filter-panel h2 {
  margin: 0 0 6px;
  font-size: 21px;
}

.products-page .filter-panel a {
  min-height: 34px;
  font-size: 14px;
}

.products-page .filter-panel a.active,
.products-page .filter-panel a[aria-current="true"] {
  color: #17140f;
  border-color: rgba(166, 119, 40, 0.28);
  background: #f7efd9;
}

.products-page .filter-panel__group {
  gap: 6px;
  margin-top: 8px;
  padding-top: 10px;
}

.products-page .filter-panel__cta {
  min-height: 38px;
  margin-top: 8px;
}

.products-page .products-page-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.products-page .product-list.wall-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.7vw, 22px);
}

.products-page .product-list .product-showcase-card.is-filter-hidden {
  display: none !important;
}

.products-page .products-more-actions {
  display: flex;
  justify-content: center;
  margin-top: -2px;
}

.products-page .products-more-panel {
  min-width: 0;
}

.products-page .wall-grid .product-showcase-card > img,
.products-page .product-list .product-showcase-card > img {
  aspect-ratio: 4 / 3;
}

.products-page .product-showcase-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.products-page .product-showcase-card__sample {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--b2b-black);
  font-size: 12px;
}

.products-page .products-flow-premium {
  padding-top: 48px !important;
}

@media (max-width: 1100px) {
  .product-catalog-hero .hero-content {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-catalog-hero .hero-actions {
    justify-content: flex-start;
  }

  .products-page #product-list.filter-layout {
    grid-template-columns: 1fr;
  }

  .products-page .filter-panel {
    position: static;
  }

  .products-page .products-page-main {
    gap: 14px;
  }
}

@media (max-width: 860px) {
  .products-page .product-list.wall-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .product-catalog-hero {
    width: 100%;
    padding: 106px 18px 18px;
  }

  .product-catalog-hero .hero-content {
    grid-template-columns: 1fr !important;
    gap: 14px;
    padding: 22px 0 18px;
  }

  .product-catalog-hero .hero-content > *,
  .product-catalog-hero .hero-subline,
  .product-catalog-hero .hero-actions,
  .catalog-hero-categories,
  .catalog-hero-metrics {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }

  .product-catalog-hero .hero-title {
    font-size: clamp(34px, 11vw, 48px);
  }

  .product-catalog-hero .hero-subline {
    max-width: none;
  }

  .product-catalog-hero .button {
    width: 100%;
  }

  .product-catalog-hero .hero-actions {
    justify-content: stretch;
  }

  .catalog-hero-categories,
  .catalog-hero-metrics {
    gap: 8px;
  }

  .catalog-hero-categories a,
  .catalog-hero-metrics span {
    min-height: 34px;
    padding: 0 11px;
    font-size: 12px;
  }

  .products-page #product-list.filter-layout {
    width: 100%;
    padding: 18px 18px 44px !important;
  }

  .products-page .filter-panel {
    padding: 16px;
  }

  .products-page .filter-panel h2 {
    font-size: 24px;
  }

  .products-page .filter-panel > a:not(.filter-panel__cta) {
    min-height: 34px;
  }

  .products-page .filter-panel__group {
    display: none;
  }

  .products-page .product-list.wall-grid {
    grid-template-columns: 1fr;
  }
}

/* Product detail ecommerce layout. */
.product-commerce {
  width: min(100% - 44px, var(--b2b-wide));
  margin: 0 auto;
  padding: clamp(128px, 9vw, 146px) 0 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.72fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
}

body:has(.product-commerce) .sample-floating-link,
body:has(.product-commerce) .floating-cta,
.product-detail-page .sample-floating-link,
.product-detail-page .floating-cta {
  display: none !important;
}

.product-commerce__gallery {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.product-commerce__main-image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 8px;
  background: #e8e3d8;
  box-shadow: var(--b2b-shadow);
}

.product-commerce__main-image img {
  width: 100%;
  height: min(66vh, 680px);
  min-height: 520px;
  object-fit: cover;
  object-position: 38% center;
  transform: scale(1.04);
}

.product-commerce__main-image span {
  position: absolute;
  top: 18px;
  left: 18px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--b2b-ink);
  background: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

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

.product-commerce__thumbs button {
  height: 116px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 20, 15, 0.12);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.product-commerce__thumbs button:first-child {
  border-color: rgba(184, 154, 97, 0.72);
  box-shadow: 0 0 0 3px rgba(184, 154, 97, 0.16);
}

.product-commerce__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-buybox {
  position: sticky;
  top: 124px;
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(23, 20, 15, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--b2b-shadow-strong);
}

.product-buybox__eyebrow {
  margin: 0 0 10px;
  color: var(--b2b-gold);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-buybox h1 {
  margin: 0 0 12px;
  color: var(--b2b-ink);
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 400;
  line-height: 0.98;
}

.product-buybox__lead {
  margin: 0 0 22px;
  color: var(--b2b-muted);
  font-size: 15px;
  line-height: 1.72;
}

.product-buybox__price {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}

.product-buybox__price span {
  min-height: 76px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 8px;
  background: #fbfaf7;
}

.product-buybox__price small {
  color: var(--b2b-muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.product-buybox__price strong {
  color: var(--b2b-ink);
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 900;
  line-height: 1.1;
}

.product-buybox__options {
  display: grid;
  gap: 18px;
  margin-bottom: 24px;
  padding: 20px 0;
  border-top: 1px solid rgba(23, 20, 15, 0.1);
  border-bottom: 1px solid rgba(23, 20, 15, 0.1);
}

.purchase-option {
  display: grid;
  gap: 10px;
}

.purchase-option > span,
.purchase-quantity > span {
  color: var(--b2b-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.purchase-option div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.purchase-option button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(23, 20, 15, 0.13);
  border-radius: 999px;
  color: var(--b2b-muted);
  background: #fff;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
}

.purchase-option button:hover,
.purchase-option button.is-selected {
  color: var(--b2b-ink);
  border-color: rgba(184, 154, 97, 0.72);
  background: rgba(234, 217, 170, 0.28);
}

.purchase-quantity {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 14px;
  align-items: center;
}

.purchase-quantity input {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(23, 20, 15, 0.16);
  border-radius: 8px;
  color: var(--b2b-ink);
  background: #fff;
  font-weight: 850;
}

.product-buybox__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: 10px;
  margin-bottom: 18px;
}

.product-buybox__actions .button,
.product-buybox__actions .cart-add-button {
  width: 100%;
  min-height: 50px;
  justify-content: center;
}

.product-buybox__actions .button.dark {
  color: #fff;
  background: var(--b2b-black);
  border-color: var(--b2b-black);
}

.product-buybox__assurance {
  display: grid;
  gap: 8px;
}

.product-buybox__assurance span {
  position: relative;
  display: block;
  padding-left: 18px;
  color: var(--b2b-muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.product-buybox__assurance span::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--b2b-gold);
}

.detail-recommendations {
  padding-top: 34px !important;
  padding-bottom: 42px !important;
}

.detail-recommendations .section-intro {
  margin-bottom: 22px !important;
}

.single-product-details {
  padding-top: 54px !important;
}

@media (max-width: 1180px) {
  .product-commerce {
    grid-template-columns: 1fr;
    width: min(100% - 44px, 980px);
  }

  .product-buybox {
    position: static;
  }
}

@media (max-width: 720px) {
  .product-commerce {
    width: 100%;
    padding: 122px 18px 18px;
    gap: 18px;
  }

  .product-commerce__main-image img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

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

  .product-commerce__thumbs button {
    height: 82px;
  }

  .product-buybox {
    padding: 22px;
  }

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

  .purchase-quantity,
  .product-buybox__actions {
    grid-template-columns: 1fr;
  }

  .detail-recommendations {
    padding-top: 28px !important;
  }
}

/* Amazon-inspired B2B product detail page. */
.amazon-product-detail {
  --amazon-panel-height: 728px;
  grid-template-columns: minmax(430px, 0.98fr) minmax(330px, 0.64fr) minmax(280px, 0.42fr) !important;
  gap: clamp(22px, 2.4vw, 34px) !important;
  width: min(100% - 44px, var(--b2b-wide)) !important;
  padding-top: clamp(128px, 9vw, 146px) !important;
  padding-bottom: 28px !important;
}

.amazon-gallery {
  position: sticky;
  top: 124px;
  display: grid !important;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px !important;
  align-self: start;
}

.amazon-gallery__thumbs {
  display: grid;
  align-content: start;
  gap: 10px;
}

.amazon-gallery__thumbs button {
  width: 76px;
  height: 76px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 20, 15, 0.16);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.amazon-gallery__thumbs button:hover,
.amazon-gallery__thumbs button.is-selected {
  border-color: rgba(184, 154, 97, 0.78);
  box-shadow: 0 0 0 3px rgba(184, 154, 97, 0.16);
}

.amazon-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amazon-gallery__main {
  box-shadow: none !important;
}

.amazon-gallery__main img {
  height: var(--amazon-panel-height) !important;
  min-height: 0 !important;
  transform: none !important;
}

.amazon-product-info {
  min-width: 0;
  padding: 4px 0 0;
}

.amazon-product-info__eyebrow {
  margin: 0 0 10px;
  color: var(--b2b-gold);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.amazon-product-info h1 {
  margin: 0 0 12px;
  color: var(--b2b-ink);
  font-family: var(--font-display);
  font-size: clamp(34px, 3.6vw, 52px);
  font-weight: 400;
  line-height: 1.02;
}

.amazon-product-info__subline {
  margin: 0 0 12px;
  color: var(--b2b-muted);
  font-size: 15px;
  line-height: 1.7;
}

.amazon-product-info__rating {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 800;
}

.sample-list-row input:focus,
.sample-buyer-form input:focus,
.sample-buyer-form select:focus,
.sample-buyer-form textarea:focus {
  border-color: rgba(184, 154, 97, 0.72);
  background: #fff;
  outline: 3px solid rgba(184, 154, 97, 0.14);
}

.amazon-product-info__rating span {
  color: var(--b2b-gold);
  letter-spacing: 1px;
}

.amazon-product-info__rating a {
  color: #1769aa;
}

.amazon-product-info__divider {
  height: 1px;
  margin: 0 0 18px;
  background: rgba(23, 20, 15, 0.12);
}

.amazon-product-info__bullets {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding-left: 18px;
  color: var(--b2b-ink);
  font-size: 14px;
  line-height: 1.55;
}

.amazon-product-info__meta {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 8px;
  background: #fff;
}

.amazon-product-info__meta span {
  color: var(--b2b-muted);
  font-size: 13px;
  line-height: 1.45;
}

.amazon-product-info__meta strong {
  display: inline-block;
  min-width: 76px;
  color: var(--b2b-ink);
}

.procurement-box {
  min-height: var(--amazon-panel-height);
  display: flex;
  flex-direction: column;
  padding: 18px !important;
  border-color: rgba(23, 20, 15, 0.18) !important;
  box-shadow: 0 16px 36px rgba(23, 20, 15, 0.1) !important;
}

.procurement-box__label {
  margin: 0 0 12px;
  color: var(--b2b-ink);
  font-size: 14px;
  font-weight: 900;
}

.procurement-box__price {
  display: grid;
  gap: 2px;
  margin-bottom: 10px;
}

.procurement-box__price small {
  color: var(--b2b-muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.procurement-box__price strong {
  color: var(--b2b-ink);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.procurement-box__note {
  margin: 0 0 16px;
  color: var(--b2b-muted);
  font-size: 13px;
  line-height: 1.55;
}

.procurement-box__options {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(23, 20, 15, 0.1);
}

.procurement-box > .purchase-quantity {
  margin-bottom: 12px;
}

.procurement-box .purchase-option {
  gap: 6px;
}

.procurement-box .purchase-option div {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.procurement-box .purchase-option button {
  flex: 0 0 auto;
  min-height: 30px;
  padding: 0 10px;
  font-size: 11px;
  white-space: nowrap;
}

.procurement-box .purchase-option div::-webkit-scrollbar {
  display: none;
}

.procurement-catalog-button {
  width: 100%;
  min-height: 48px;
  margin-bottom: 10px;
  justify-content: center;
  color: #fff !important;
  background: var(--b2b-black) !important;
}

.procurement-box__quote {
  width: 100%;
  min-height: 46px;
  justify-content: center;
  margin-bottom: 10px;
}

.procurement-box__whatsapp {
  min-height: 42px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 1px solid rgba(18, 140, 74, 0.22);
  border-radius: 999px;
  color: var(--b2b-green-dark);
  background: rgba(37, 211, 102, 0.08);
  font-size: 13px;
  font-weight: 900;
}

.amazon-detail-sections {
  padding-top: 52px !important;
  padding-bottom: 48px !important;
}

.amazon-detail-head {
  max-width: 760px;
  margin-bottom: 22px;
}

.amazon-detail-head p {
  margin: 0 0 8px;
  color: var(--b2b-gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.amazon-detail-head h2 {
  margin: 0;
  color: var(--b2b-ink);
  font-size: clamp(26px, 3vw, 38px);
}

.amazon-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.amazon-detail-card {
  padding: 22px;
  border: 1px solid rgba(23, 20, 15, 0.12);
  border-radius: 8px;
  background: #fff;
}

.amazon-detail-card.product-information {
  grid-row: span 2;
}

.amazon-detail-card.shipping-lead-time {
  grid-column: 1 / -1;
}

.amazon-detail-card h3 {
  margin: 0 0 12px;
  color: var(--b2b-ink);
  font-size: 20px;
}

.amazon-detail-card p,
.amazon-detail-card li,
.amazon-detail-card td {
  color: var(--b2b-muted);
  font-size: 14px;
  line-height: 1.62;
}

.amazon-detail-card ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 18px;
}

.amazon-detail-card table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.amazon-detail-card th,
.amazon-detail-card td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(23, 20, 15, 0.08);
  text-align: left;
  vertical-align: top;
}

.amazon-detail-card tr:last-child th,
.amazon-detail-card tr:last-child td {
  border-bottom: 0;
}

.amazon-detail-card th {
  width: 30%;
  color: var(--b2b-ink);
  font-size: 13px;
  font-weight: 900;
  background: #fbfaf7;
}

.amazon-detail-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.amazon-detail-chips span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(184, 154, 97, 0.34);
  border-radius: 999px;
  color: var(--b2b-ink);
  background: rgba(234, 217, 170, 0.22);
  font-size: 12px;
  font-weight: 850;
}

body:has(.amazon-product-detail) .legacy-product-details {
  display: none !important;
}

body:has(.amazon-product-detail) .product-quote-flow,
body:has(.amazon-product-detail) .product-quote-flow + .section,
body:has(.amazon-product-detail) .factory,
body:has(.amazon-product-detail) .factory + .section,
body:has(.amazon-product-detail) .faq {
  opacity: 0.94;
}

body:has(.amazon-product-detail) .product-quote-flow,
body:has(.amazon-product-detail) .product-quote-flow + .section,
body:has(.amazon-product-detail) .factory + .section,
body:has(.amazon-product-detail) .faq {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

body:has(.amazon-product-detail) .product-quote-flow .section-intro h2,
body:has(.amazon-product-detail) .product-quote-flow + .section .section-intro h2,
body:has(.amazon-product-detail) .factory-copy h2,
body:has(.amazon-product-detail) .factory + .section .section-intro h2,
body:has(.amazon-product-detail) .faq .section-intro h2 {
  font-size: clamp(24px, 2.4vw, 32px) !important;
}

@media (max-width: 1260px) {
  .amazon-product-detail {
    --amazon-panel-height: 728px;
    grid-template-columns: minmax(400px, 0.92fr) minmax(310px, 0.58fr) minmax(260px, 0.4fr) !important;
    gap: 20px !important;
  }

  .amazon-product-info {
    grid-column: auto;
    order: 2;
  }

  .amazon-gallery {
    order: 1;
  }

  .procurement-box {
    order: 3;
  }
}

@media (max-width: 900px) {
  .amazon-product-detail {
    --amazon-panel-height: auto;
    grid-template-columns: 1fr !important;
  }

  .amazon-gallery,
  .procurement-box {
    position: static;
  }

  .amazon-gallery {
    order: 1;
  }

  .amazon-product-info {
    order: 2;
  }

  .procurement-box {
    order: 3;
    min-height: 0;
  }

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

  .amazon-detail-card.product-information,
  .amazon-detail-card.shipping-lead-time {
    grid-row: auto;
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .amazon-product-detail {
    width: 100% !important;
    padding: 118px 18px 18px !important;
    gap: 16px !important;
  }

  .amazon-gallery {
    grid-template-columns: 1fr !important;
  }

  .amazon-gallery__thumbs {
    order: 2;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .amazon-gallery__thumbs button {
    width: 100%;
    height: 76px;
  }

  .amazon-gallery__main {
    order: 1;
  }

  .amazon-gallery__main img {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 5;
  }

  .amazon-product-info h1 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .amazon-detail-card {
    padding: 18px;
  }

  .amazon-detail-card th,
  .amazon-detail-card td {
    display: block;
    width: 100%;
  }
}

/* Boutique product detail layout: gallery left, buying controls right, catalog action retained. */
.boutique-product-detail {
  --boutique-gallery: min(48vw, 610px);
  width: min(100% - 56px, 1320px) !important;
  display: grid !important;
  grid-template-columns: minmax(460px, 0.98fr) minmax(380px, 0.82fr) !important;
  grid-template-areas:
    "nav nav"
    "gallery info"
    "gallery buy" !important;
  gap: 18px 48px !important;
  padding-top: 124px !important;
  padding-bottom: 44px !important;
  align-items: start !important;
}

.product-detail-nav {
  grid-area: nav;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #8f877d;
  font-size: 13px;
  line-height: 1.4;
}

.product-breadcrumb,
.product-detail-nav__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.product-detail-nav a {
  color: #7c746a;
  border-bottom: 1px solid transparent;
}

.product-detail-nav a:hover {
  color: var(--b2b-ink);
  border-bottom-color: rgba(23, 20, 15, 0.25);
}

.boutique-product-detail .amazon-gallery {
  grid-area: gallery;
  position: static;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  align-self: start;
}

.boutique-product-detail .amazon-gallery__main {
  aspect-ratio: 1 / 1;
  border-radius: 0;
  background: #f2f0ec;
  box-shadow: none !important;
}

.boutique-product-detail .amazon-gallery__main img {
  width: 100%;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover;
  object-position: 38% center;
  transform: none !important;
}

.boutique-product-detail .amazon-gallery__main span {
  top: 12px;
  right: 12px;
  left: auto;
  min-height: 30px;
  border-radius: 0;
  color: #fff;
  background: #252824;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}

.boutique-product-detail .amazon-gallery__thumbs {
  order: 2;
  display: flex;
  gap: 8px;
}

.boutique-product-detail .amazon-gallery__thumbs button {
  width: 58px;
  height: 58px;
  border-radius: 0;
  box-shadow: none;
}

.boutique-product-detail .amazon-gallery__thumbs button:hover,
.boutique-product-detail .amazon-gallery__thumbs button.is-selected {
  border-color: #252824;
  box-shadow: inset 0 -3px 0 #252824;
}

.boutique-product-detail .amazon-product-info {
  grid-area: info;
  padding: 0;
}

.boutique-product-detail .amazon-product-info__eyebrow {
  margin-bottom: 14px;
  color: #8f877d;
  font-size: 12px;
  font-weight: 600;
}

.boutique-product-detail .amazon-product-info h1 {
  margin-bottom: 18px;
  font-family: var(--font-sans);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: uppercase;
}

.product-detail-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
}

.product-detail-price strong {
  color: var(--b2b-ink);
  font-size: 22px;
  font-weight: 500;
}

.product-detail-price span,
.product-detail-maker,
.product-detail-maker a {
  color: #847b70;
  font-size: 14px;
  line-height: 1.5;
}

.product-detail-maker {
  margin: 0 0 18px;
}

.product-detail-maker a {
  border-bottom: 1px solid rgba(23, 20, 15, 0.18);
}

.boutique-product-detail .amazon-product-info__rating {
  justify-content: flex-end;
  margin-top: -38px;
  margin-bottom: 18px;
  color: #252824;
}

.boutique-product-detail .amazon-product-info__rating span {
  color: #252824;
}

.boutique-product-detail .amazon-product-info__divider {
  margin-bottom: 22px;
}

.boutique-product-detail .amazon-product-info__subline {
  margin: 0;
  color: #6f665b;
  font-size: 15px;
  line-height: 1.7;
}

.boutique-product-detail .procurement-box {
  grid-area: buy;
  position: static;
  min-height: 0;
  display: grid;
  gap: 18px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
}

.boutique-product-detail .procurement-box__label {
  margin: 0;
  color: var(--b2b-ink);
  font-size: 15px;
  font-weight: 700;
}

.boutique-product-detail .procurement-box__options {
  gap: 18px;
  margin: 0;
  padding: 0;
  border: 0;
}

.boutique-product-detail .purchase-option {
  gap: 9px;
}

.boutique-product-detail .purchase-option > span,
.boutique-product-detail .purchase-quantity > span {
  font-size: 15px;
  font-weight: 700;
}

.boutique-product-detail .purchase-option div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  overflow: visible;
}

.boutique-product-detail .purchase-option:first-child div,
.boutique-product-detail .purchase-option:nth-child(3) div {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.boutique-product-detail .purchase-option button {
  min-height: 46px;
  justify-content: center;
  padding: 0 12px;
  border-radius: 0;
  color: #8a8176;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: normal;
}

.boutique-product-detail .purchase-option button.is-selected,
.boutique-product-detail .purchase-option button:hover {
  color: #252824;
  border-color: #252824;
  background: #fff;
}

.boutique-product-detail .purchase-quantity {
  width: 132px;
  grid-template-columns: 1fr;
  gap: 8px;
}

.boutique-product-detail .purchase-quantity input {
  min-height: 46px;
  border-radius: 0;
  text-align: center;
}

.boutique-product-detail .procurement-catalog-button {
  min-height: 56px;
  margin: 0;
  border-radius: 0;
  background: #252824 !important;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.boutique-product-detail .procurement-box__note {
  margin: 0;
  color: #8a8176;
  font-size: 14px;
  line-height: 1.6;
}

.boutique-product-detail .product-buybox__assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.boutique-product-detail .product-buybox__assurance span {
  padding-left: 0;
  color: #6f665b;
  font-size: 13px;
}

.boutique-product-detail .product-buybox__assurance span::before {
  display: none;
}

.product-detail-description {
  max-width: 56ch;
  margin: 0;
  color: #7a7167;
  font-size: 15px;
  line-height: 1.72;
}

.boutique-product-detail .procurement-box__whatsapp {
  width: fit-content;
  min-height: auto;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(18, 140, 74, 0.28);
  border-radius: 0;
  background: transparent;
}

body:has(.boutique-product-detail) .detail-recommendations {
  padding-top: 34px !important;
}

body:has(.boutique-product-detail) .detail-recommendations .section-intro.split {
  display: grid !important;
  justify-items: center;
  text-align: center;
}

body:has(.boutique-product-detail) .detail-recommendations .section-intro h2 {
  color: #d7d1c9;
  font-family: var(--font-sans);
  font-size: 18px !important;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .boutique-product-detail {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "nav"
      "gallery"
      "info"
      "buy" !important;
    gap: 18px !important;
  }

  .boutique-product-detail .amazon-product-info__rating {
    justify-content: flex-start;
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .boutique-product-detail {
    width: 100% !important;
    padding: 112px 18px 22px !important;
  }

  .product-detail-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .boutique-product-detail .amazon-gallery__thumbs button {
    width: 54px;
    height: 54px;
  }

  .boutique-product-detail .amazon-product-info h1 {
    font-size: clamp(28px, 8vw, 34px);
  }

  .boutique-product-detail .purchase-option div,
  .boutique-product-detail .purchase-option:first-child div,
  .boutique-product-detail .purchase-option:nth-child(3) div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Global title alignment override: keep all visible page, section, card, modal, and footer headings centered. */
h1,
h2,
h3,
h4,
.hero-title,
.section-intro h2,
.luxury-process-head h2,
.company-proof-title,
.factory-copy h2,
.inquiry h2,
.detail-hero-copy h1,
.detail-copy h2,
.detail-section h2,
.amazon-product-info h1,
.amazon-detail-head h2,
.quote-cart__head h2,
.inquiry-cart__head h2,
.sample-list-head h2,
.sample-send-copy h2,
.sample-empty h2,
.sample-buyer-form__head h2,
.sample-pdf-modal__head h2,
.filter-panel h2,
.footer-grid h3 {
  text-align: center !important;
  margin-right: auto;
  margin-left: auto;
}

.hero-title span,
.company-proof-title span,
.inquiry h2 span,
.section-intro h2 span,
.luxury-process-head h2 span,
.sample-list-head h2 span,
.quote-cart__head h2 span,
.inquiry-cart__head h2 span {
  text-align: center !important;
  margin-right: auto;
  margin-left: auto;
}

.home-hero .hero-content {
  left: 50%;
  display: grid;
  justify-items: center;
  text-align: center !important;
  transform: translate(-50%, -42%);
}

.hero-actions {
  justify-content: center;
}

.section-intro,
.section-intro.split,
.section-intro.split > div,
.luxury-process-head,
.company-proof-copy,
.factory-copy,
.inquiry,
.amazon-detail-head,
.sample-list-head,
.sample-send-copy,
.sample-empty,
.sample-buyer-form__head,
.sample-pdf-modal__head,
.quote-cart__head,
.inquiry-cart__head {
  text-align: center !important;
}

.section-intro.split {
  grid-template-columns: 1fr !important;
  justify-items: center;
}

.section-intro.split > div {
  display: grid;
  justify-items: center;
}

.factory-copy,
.amazon-detail-head {
  justify-items: center;
}

@media (max-width: 768px) {
  .sample-floating-link,
  body:has(.cookie-consent.is-visible) .sample-floating-link {
    top: 124px;
    right: 14px;
    bottom: auto;
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    padding: 0;
  }

  .sample-floating-link strong {
    min-width: 24px;
    height: 24px;
  }
}

/* Locked final product-card override: image, name, model, MOQ + price, colors, recommendation only. */
.product-list.wall-grid,
.wall-grid:has(.product-showcase-card) {
  gap: clamp(12px, 1.6vw, 18px) !important;
  grid-template-columns: repeat(auto-fit, minmax(218px, 1fr)) !important;
}

.wall-grid .product-showcase-card,
.hot-products .product-showcase-card {
  grid-template-rows: minmax(172px, 56%) auto !important;
  min-height: 318px !important;
  border-radius: 6px !important;
  box-shadow: 0 10px 24px rgba(23, 20, 15, 0.06) !important;
}

.wall-grid .product-showcase-card__media,
.hot-products .product-showcase-card__media {
  min-height: 172px !important;
  border-radius: 6px 6px 0 0 !important;
}

.wall-grid .product-showcase-card > .product-showcase-card__body,
.hot-products .product-showcase-card > .product-showcase-card__body {
  grid-template-rows: auto auto auto auto !important;
  gap: 7px !important;
  padding: 10px 12px 12px !important;
}

.wall-grid .product-showcase-card__actions,
.hot-products .product-showcase-card__actions,
.wall-grid .product-showcase-card__sample,
.hot-products .product-showcase-card__sample,
.wall-grid .product-showcase-card__link,
.hot-products .product-showcase-card__link,
.wall-grid .product-showcase-card .product-overlay,
.hot-products .product-showcase-card .product-overlay,
.wall-grid .product-showcase-card .product-overlay__button,
.hot-products .product-showcase-card .product-overlay__button {
  display: none !important;
}

@media (max-width: 920px) {
  .product-list.wall-grid,
  .wall-grid:has(.product-showcase-card) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wall-grid .product-showcase-card,
  .hot-products .product-showcase-card {
    min-height: 300px !important;
  }
}

@media (max-width: 560px) {
  .product-list.wall-grid,
  .wall-grid:has(.product-showcase-card) {
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wall-grid .product-showcase-card,
  .hot-products .product-showcase-card {
    grid-template-rows: minmax(138px, 52%) auto !important;
    min-height: 276px !important;
  }

  .wall-grid .product-showcase-card__media,
  .hot-products .product-showcase-card__media {
    min-height: 138px !important;
  }

  .wall-grid .product-showcase-card > .product-showcase-card__body,
  .hot-products .product-showcase-card > .product-showcase-card__body {
    gap: 6px !important;
    padding: 9px 9px 10px !important;
  }
}

/* Section balance pass: align the marked eyebrow labels and title groups to each block's center axis. */
.company-proof {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  padding-top: clamp(72px, 6vw, 96px);
  padding-bottom: clamp(72px, 6vw, 96px);
}

.company-proof-media {
  display: none;
}

.company-proof-copy {
  width: min(100%, 680px);
  justify-items: center !important;
  text-align: center !important;
}

.company-proof-copy > p,
.section-intro > p,
.section-intro.split p,
.section-intro.centered p,
.inquiry > div > p {
  width: fit-content;
  max-width: 100%;
  display: block;
  margin-right: auto !important;
  margin-bottom: 12px;
  margin-left: auto !important;
  text-align: center !important;
}

.company-proof-title,
.company-proof-title span,
.company-proof-copy > span {
  text-align: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.company-proof-copy .proof-metrics {
  width: min(100%, 520px);
  justify-content: center !important;
  margin-top: 28px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.cases-home,
.trade-terms,
.faq {
  padding-top: clamp(72px, 6vw, 96px);
  padding-bottom: clamp(72px, 6vw, 96px);
}

.cases-home .section-intro.centered,
.trade-terms .section-intro.split,
.faq .section-intro.centered {
  width: min(100%, 980px);
  display: grid !important;
  justify-items: center !important;
  margin-right: auto !important;
  margin-bottom: clamp(32px, 3vw, 44px);
  margin-left: auto !important;
  text-align: center !important;
}

.cases-home .section-intro.centered h2,
.trade-terms .section-intro.split h2,
.faq .section-intro.centered h2 {
  max-width: 22ch !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.faq .section-intro.centered h2 {
  max-width: 30ch !important;
}

.cases-home .section-intro.centered h2 span,
.trade-terms .section-intro.split h2 span,
.faq .section-intro.centered h2 span {
  text-align: center !important;
}

.case-grid {
  align-items: stretch;
}

.case-grid article {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 230px;
  padding: clamp(26px, 2.5vw, 36px);
  text-align: center;
}

.case-grid article > span {
  margin-bottom: 28px;
}

.trade-terms .certificate-grid {
  align-items: stretch;
}

.trade-terms .certificate-grid article {
  display: grid;
  align-content: start;
  min-height: 244px;
  padding: clamp(28px, 2.4vw, 34px);
}

.faq-grid {
  width: min(100%, 1184px);
  margin-right: auto;
  margin-left: auto;
}

.inquiry {
  align-items: start;
  padding-top: clamp(70px, 6vw, 92px);
}

.inquiry > div {
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
}

.inquiry h2,
.inquiry h2 span,
.inquiry > div > span {
  text-align: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.quote-shortcuts,
.quote-qr-grid,
.contact-qr-grid {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.quote-shortcuts {
  width: min(100%, 304px);
}

.quote-qr-grid,
.contact-qr-grid {
  width: min(100%, 304px);
}

.quote-home > div {
  width: 100%;
  max-width: 584px;
  justify-self: center;
  display: grid;
  justify-items: center;
  text-align: center !important;
}

.quote-home > div > p,
.quote-home h2,
.quote-home h2 span,
.quote-home > div > span {
  text-align: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.quote-home .quote-shortcuts,
.quote-home .quote-qr-grid {
  width: fit-content;
  justify-self: center;
  justify-content: center;
  justify-items: center;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 768px) {
  .company-proof,
  .cases-home,
  .trade-terms,
  .faq,
  .inquiry {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .company-proof-copy .proof-metrics,
  .case-grid,
  .trade-terms .certificate-grid {
    grid-template-columns: 1fr;
  }

  .cases-home .section-intro.centered h2,
  .trade-terms .section-intro.split h2,
  .faq .section-intro.centered h2 {
    max-width: 100% !important;
    white-space: normal;
  }
}

/* Compliance & Documents policy intro: center the heading group and keep the helper text on one line. */
.certificates-page .service-policy-section .section-intro.split {
  width: min(100%, 760px);
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  gap: 18px;
  margin-right: auto !important;
  margin-bottom: clamp(34px, 3.2vw, 46px);
  margin-left: auto !important;
  text-align: center !important;
}

.certificates-page .service-policy-section .section-intro.split > div {
  display: grid;
  justify-items: center;
  text-align: center !important;
}

.certificates-page .service-policy-section .section-intro.split p,
.certificates-page .service-policy-section .section-intro.split h2,
.certificates-page .service-policy-section .section-intro.split > span {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.certificates-page .service-policy-section .section-intro.split h2 {
  max-width: none !important;
}

.certificates-page .service-policy-section .section-intro.split > span {
  max-width: none !important;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .certificates-page .service-policy-section .section-intro.split {
    width: 100%;
    gap: 14px;
  }

  .certificates-page .service-policy-section .section-intro.split > span {
    white-space: normal;
  }
}

/* Compliance & Documents page: keep the screenshot-marked titles on one centered line. */
body.certificates-page .sub-hero .hero-content {
  text-align: center !important;
  justify-items: center !important;
}

body.certificates-page .sub-hero .hero-title {
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body.certificates-page .sub-hero .hero-title span {
  display: inline !important;
  white-space: nowrap !important;
}

body.certificates-page .sub-hero .hero-subline,
body.certificates-page .sub-hero .hero-content > p {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

body.certificates-page .sub-hero .hero-actions {
  justify-content: center !important;
}

body.certificates-page .certificate-documents-section .section-intro.centered {
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
}

body.certificates-page .certificate-documents-section .section-intro.centered h2 {
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
  white-space: nowrap !important;
}

/* Top navigation brand: make BSTKOI the unmistakable first-read brand mark. */
.topbar .logo {
  gap: 0;
  align-items: center;
  letter-spacing: 0;
}

.topbar .logo span {
  color: currentColor;
  font-family: var(--font-body);
  font-size: clamp(30px, 2.2vw, 38px);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0.02em;
}

.topbar .logo em {
  display: none;
}

.topbar.is-transparent .logo span {
  color: #fff;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.34);
}

.topbar.is-scrolled .logo span {
  color: var(--b2b-black);
  text-shadow: none;
}

@media (max-width: 768px) {
  .topbar .logo span {
    font-size: clamp(27px, 8vw, 34px);
  }
}

/* Home lower modules: faster buyer scanning and conversational FAQ. */
.cases-home,
.certificates-home,
.trade-terms,
.faq,
.blog-home {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(251, 250, 247, 0.98));
}

.cases-home .section-intro.centered,
.certificates-home .section-intro.split,
.trade-terms .section-intro.split,
.faq .section-intro.centered,
.blog-home .section-intro.split {
  margin-bottom: clamp(24px, 2.5vw, 34px) !important;
}

.cases-home .section-intro.centered h2,
.certificates-home .section-intro.split h2,
.trade-terms .section-intro.split h2,
.faq .section-intro.centered h2,
.blog-home .section-intro.split h2 {
  max-width: 18ch !important;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.02;
  white-space: normal;
}

.fast-case-grid article {
  position: relative;
  min-height: 196px;
  align-content: start;
  justify-items: start;
  padding: clamp(24px, 2.2vw, 32px);
  text-align: left;
}

.fast-case-grid article::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(184, 154, 97, 0.34);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 154, 97, 0.22), transparent 64%);
}

.fast-case-grid article > span,
.proof-snapshot article > span,
.compact-news-grid article > span {
  margin-bottom: 14px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fast-case-grid h3,
.proof-snapshot h3,
.compact-news-grid h3 {
  margin-bottom: 16px;
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.15;
}

.fast-case-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fast-case-grid li,
.compact-strip span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--b2b-ink);
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.1;
}

.proof-snapshot article {
  min-height: 168px;
  padding: clamp(22px, 2vw, 28px);
}

.proof-snapshot article > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0f4a43;
  letter-spacing: 0;
}

.proof-snapshot p,
.compact-news-grid p {
  margin: 0;
  max-width: 18ch;
  color: var(--b2b-muted);
  font-size: 14px;
  line-height: 1.45;
}

.compact-strip {
  gap: 10px;
  margin-top: 22px;
}

.compact-strip span {
  color: #0f4a43;
  background: rgba(255, 255, 255, 0.9);
}

.buying-snapshot {
  width: min(100%, 1040px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto;
  padding: 14px;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--b2b-shadow);
}

.buying-snapshot article {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(78px, 0.32fr) minmax(0, 1fr);
  gap: 4px 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(23, 20, 15, 0.08);
  border-radius: var(--b2b-radius);
  background: #fff;
}

.buying-snapshot span {
  grid-row: span 2;
  color: var(--b2b-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.buying-snapshot strong {
  color: var(--b2b-ink);
  font-size: 16px;
  line-height: 1.15;
}

.buying-snapshot em {
  color: var(--b2b-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.35;
}

.faq {
  background:
    linear-gradient(180deg, #fbfaf7 0%, #f3efe7 100%);
}

.faq-dialogue {
  width: min(100%, 980px);
  display: grid;
  gap: 12px;
  margin: 0 auto;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(246, 242, 234, 0.94));
  box-shadow: var(--b2b-shadow);
}

.chat-row {
  display: grid;
  gap: 6px;
  width: min(82%, 560px);
}

.chat-row span {
  color: var(--b2b-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chat-row p {
  position: relative;
  margin: 0;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.45;
  box-shadow: 0 12px 28px rgba(23, 20, 15, 0.06);
}

.chat-row.buyer {
  justify-self: end;
  justify-items: end;
}

.chat-row.buyer p {
  color: #fff;
  border-color: rgba(15, 74, 67, 0.18);
  background: #0f4a43;
}

.chat-row.factory {
  justify-self: start;
}

.chat-row.factory p {
  color: var(--b2b-ink);
  background: #fff;
}

.faq-dialogue {
  width: min(100%, 920px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(16px, 2vw, 24px);
}

.faq-pair {
  min-width: 0;
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 14px;
  border: 1px solid rgba(23, 20, 15, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
}

.dialogue-question,
.dialogue-answer {
  display: grid;
  gap: 5px;
}

.dialogue-question {
  justify-items: end;
}

.dialogue-question span,
.dialogue-answer span {
  color: var(--b2b-gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.dialogue-question p,
.dialogue-answer p {
  position: relative;
  max-width: 92%;
  margin: 0;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.45;
  box-shadow: 0 12px 28px rgba(23, 20, 15, 0.06);
}

.dialogue-question p {
  color: #fff;
  border-color: rgba(15, 74, 67, 0.18);
  background: #0f4a43;
}

.dialogue-answer p {
  color: var(--b2b-ink);
  background: #fff;
}

.quote-home h2 {
  max-width: 14ch;
}

.quote-home > div > span {
  max-width: 34ch;
}

.compact-news-grid article {
  min-height: 168px;
  display: grid;
  align-content: start;
  padding: clamp(22px, 2vw, 28px);
}

@media (max-width: 900px) {
  .buying-snapshot {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .fast-case-grid article,
  .proof-snapshot article,
  .compact-news-grid article {
    min-height: 0;
  }

  .proof-snapshot,
  .buying-snapshot {
    grid-template-columns: 1fr;
  }

  .buying-snapshot article {
    grid-template-columns: minmax(72px, 0.3fr) minmax(0, 1fr);
  }

  .chat-row {
    width: min(94%, 560px);
  }

  .chat-row p {
    font-size: 14px;
  }

  .faq-dialogue {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }

  .faq-pair {
    padding: 12px;
  }

  .dialogue-question p,
  .dialogue-answer p {
    max-width: 94%;
    font-size: 14px;
  }
}

/* Final product card system: compact B2B catalog cards for quick buyer comparison. */
.product-list.wall-grid,
.wall-grid:has(.product-showcase-card) {
  align-items: stretch !important;
  gap: clamp(12px, 1.6vw, 18px) !important;
  grid-template-columns: repeat(auto-fit, minmax(218px, 1fr)) !important;
}

.hot-products .wall-grid.hot-products-scroller {
  gap: 14px !important;
}

.wall-grid .product-showcase-card,
.hot-products .product-showcase-card {
  position: relative !important;
  display: grid !important;
  grid-template-rows: minmax(172px, 56%) auto !important;
  min-height: 318px !important;
  height: 100% !important;
  overflow: hidden !important;
  border: 1px solid rgba(23, 20, 15, 0.12) !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(23, 20, 15, 0.06) !important;
  cursor: pointer !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease !important;
}

.hot-products .product-showcase-card {
  min-width: 234px !important;
}

.wall-grid .product-showcase-card:hover,
.hot-products .product-showcase-card:hover,
.wall-grid .product-showcase-card:focus-visible,
.hot-products .product-showcase-card:focus-visible {
  transform: translateY(-3px) !important;
  border-color: rgba(138, 92, 18, 0.36) !important;
  box-shadow: 0 18px 40px rgba(23, 20, 15, 0.12) !important;
}

.wall-grid .product-showcase-card__media,
.hot-products .product-showcase-card__media {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 172px !important;
  overflow: hidden !important;
  border-radius: 6px 6px 0 0 !important;
  background: #eee9df !important;
}

.wall-grid .product-showcase-card__media > img,
.hot-products .product-showcase-card__media > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: var(--product-image-position, center) !important;
  transform: scale(var(--product-image-zoom, 1.12)) !important;
  transition: transform 260ms ease, filter 260ms ease !important;
}

.wall-grid .product-showcase-card:hover .product-showcase-card__media > img,
.hot-products .product-showcase-card:hover .product-showcase-card__media > img {
  filter: saturate(1.02) contrast(1.02) !important;
  transform: scale(calc(var(--product-image-zoom, 1.12) + 0.025)) !important;
}

.wall-grid .product-showcase-card__badge,
.hot-products .product-showcase-card__badge,
.wall-grid .product-showcase-card__category,
.hot-products .product-showcase-card__category,
.wall-grid .product-showcase-card__actions,
.hot-products .product-showcase-card__actions,
.wall-grid .product-showcase-card__sample,
.hot-products .product-showcase-card__sample,
.wall-grid .product-showcase-card__link,
.hot-products .product-showcase-card__link,
.wall-grid .product-showcase-card__spec,
.hot-products .product-showcase-card__spec,
.wall-grid .product-showcase-card__price,
.hot-products .product-showcase-card__price,
.wall-grid .product-showcase-card__trade,
.hot-products .product-showcase-card__trade {
  display: none !important;
}

.wall-grid .product-showcase-card__body,
.hot-products .product-showcase-card__body {
  display: grid !important;
  grid-template-rows: auto auto auto auto !important;
  align-content: start !important;
  gap: 7px !important;
  min-height: 0 !important;
  padding: 10px 12px 12px !important;
  background: #fff !important;
}

.wall-grid .product-showcase-card > .product-showcase-card__body,
.hot-products .product-showcase-card > .product-showcase-card__body {
  padding: 10px 12px 12px !important;
}

.wall-grid .product-showcase-card__body div,
.hot-products .product-showcase-card__body div,
.wall-grid .product-showcase-card__body p,
.hot-products .product-showcase-card__body p {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wall-grid .product-showcase-card__name,
.hot-products .product-showcase-card__name {
  display: -webkit-box !important;
  min-height: 36px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #17140f !important;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.wall-grid .product-showcase-card__model,
.hot-products .product-showcase-card__model {
  display: flex !important;
  gap: 6px !important;
  align-items: baseline !important;
  color: #746c61 !important;
  font-size: 11px !important;
  font-weight: 680 !important;
  line-height: 1.15 !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

.wall-grid .product-showcase-card__model span,
.hot-products .product-showcase-card__model span {
  color: #9b8f80 !important;
  font-size: 10px !important;
  font-weight: 760 !important;
  text-transform: uppercase !important;
}

.wall-grid .product-showcase-card__model strong,
.hot-products .product-showcase-card__model strong {
  color: #4e473d !important;
  font-size: 11px !important;
  font-weight: 780 !important;
  line-height: 1.15 !important;
}

.wall-grid .product-showcase-card__commerce,
.hot-products .product-showcase-card__commerce {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px 8px !important;
  align-items: baseline !important;
  color: #5f574c !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  line-height: 1.1 !important;
  text-align: left !important;
}

.wall-grid .product-showcase-card__commerce span,
.hot-products .product-showcase-card__commerce span {
  color: #4f473c !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.wall-grid .product-showcase-card__commerce strong,
.hot-products .product-showcase-card__commerce strong {
  color: #8a5c12 !important;
  font-size: 13px !important;
  font-weight: 860 !important;
}

.wall-grid .product-showcase-card__proof,
.hot-products .product-showcase-card__proof {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: end !important;
  min-height: 27px !important;
  padding-top: 4px !important;
  border-top: 1px solid rgba(23, 20, 15, 0.07) !important;
}

.wall-grid .product-showcase-card__swatches,
.hot-products .product-showcase-card__swatches,
.wall-grid .product-showcase-card__rating,
.hot-products .product-showcase-card__rating {
  display: grid !important;
  gap: 5px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.wall-grid .product-showcase-card__swatches > span,
.hot-products .product-showcase-card__swatches > span,
.wall-grid .product-showcase-card__rating > span,
.hot-products .product-showcase-card__rating > span {
  color: #8c8377 !important;
  font-size: 9px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

.wall-grid .product-showcase-card__swatches > div,
.hot-products .product-showcase-card__swatches > div,
.wall-grid .product-showcase-card__rating > div,
.hot-products .product-showcase-card__rating > div {
  display: flex !important;
  gap: 4px !important;
  align-items: center !important;
  padding: 0 !important;
}

.wall-grid .product-showcase-card__swatches i,
.hot-products .product-showcase-card__swatches i {
  width: 12px !important;
  height: 12px !important;
  flex: 0 0 12px !important;
  border: 1px solid rgba(23, 20, 15, 0.16) !important;
  border-radius: 50% !important;
  background: var(--swatch) !important;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.54) !important;
}

.wall-grid .product-showcase-card__rating,
.hot-products .product-showcase-card__rating {
  justify-items: end !important;
}

.wall-grid .product-showcase-card__rating > span,
.hot-products .product-showcase-card__rating > span {
  text-align: right !important;
}

.wall-grid .product-showcase-card__rating i,
.hot-products .product-showcase-card__rating i {
  width: 10px !important;
  height: 10px !important;
  flex: 0 0 10px !important;
  background: #d8d1c6 !important;
  clip-path: polygon(50% 0%, 61% 34%, 98% 34%, 68% 55%, 79% 91%, 50% 69%, 21% 91%, 32% 55%, 2% 34%, 39% 34%) !important;
}

.wall-grid .product-showcase-card__rating i.is-filled,
.hot-products .product-showcase-card__rating i.is-filled {
  background: #b98b30 !important;
}

@media (max-width: 920px) {
  .product-list.wall-grid,
  .wall-grid:has(.product-showcase-card) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wall-grid .product-showcase-card,
  .hot-products .product-showcase-card {
    min-height: 300px !important;
  }
}

@media (max-width: 560px) {
  .product-list.wall-grid,
  .wall-grid:has(.product-showcase-card) {
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wall-grid .product-showcase-card,
  .hot-products .product-showcase-card {
    grid-template-rows: minmax(138px, 52%) auto !important;
    min-height: 276px !important;
    border-radius: 6px !important;
  }

  .wall-grid .product-showcase-card__media,
  .hot-products .product-showcase-card__media {
    min-height: 138px !important;
  }

  .wall-grid .product-showcase-card__body,
  .hot-products .product-showcase-card__body {
    gap: 6px !important;
    padding: 9px 9px 10px !important;
  }

  .wall-grid .product-showcase-card > .product-showcase-card__body,
  .hot-products .product-showcase-card > .product-showcase-card__body {
    padding: 9px 9px 10px !important;
  }

  .wall-grid .product-showcase-card__name,
  .hot-products .product-showcase-card__name {
    min-height: 32px !important;
    font-size: 13px !important;
    line-height: 1.18 !important;
  }

  .wall-grid .product-showcase-card__commerce,
  .hot-products .product-showcase-card__commerce {
    display: grid !important;
    gap: 3px !important;
    font-size: 11px !important;
  }

  .wall-grid .product-showcase-card__commerce strong,
  .hot-products .product-showcase-card__commerce strong {
    font-size: 12px !important;
  }

  .wall-grid .product-showcase-card__proof,
  .hot-products .product-showcase-card__proof {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }

  .wall-grid .product-showcase-card__rating,
  .hot-products .product-showcase-card__rating {
    justify-items: start !important;
  }

  .wall-grid .product-showcase-card__rating > span,
  .hot-products .product-showcase-card__rating > span {
    display: none !important;
  }
}

/* Home conversion layer: make the wholesale inquiry path visible from first scan. */
.home-hero .hero-actions {
  margin-top: 24px;
}

.home-inquiry-path {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px max(22px, calc((100vw - var(--b2b-max)) / 2));
  background: rgba(23, 20, 15, 0.1);
}

.home-inquiry-path div {
  min-width: 0;
  display: grid;
  grid-template-columns: auto auto;
  gap: 4px 12px;
  align-content: center;
  justify-content: center;
  min-height: 92px;
  padding: 18px 20px;
  background: #fff;
  text-align: center;
}

.home-inquiry-path span {
  grid-row: span 2;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0f4a43;
  font-size: 11px;
  font-weight: 900;
}

.home-inquiry-path strong {
  color: var(--b2b-ink);
  font-size: 15px;
  line-height: 1.15;
}

.home-inquiry-path p {
  margin: 0;
  color: var(--b2b-muted);
  font-size: 13px;
  line-height: 1.35;
}

.section-intro.split > div > span {
  display: block;
  max-width: 540px;
  margin: 12px auto 0;
  color: var(--b2b-muted);
  font-size: 15px;
  line-height: 1.55;
}

.section-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}

.section-action-row .section-more {
  margin: 0;
}

.section-more.secondary {
  color: var(--b2b-ink);
  border-color: rgba(23, 20, 15, 0.12);
  background: #fff;
  box-shadow: 0 12px 26px rgba(23, 20, 15, 0.08);
}

.section-more.secondary:hover {
  color: #fff;
  border-color: #0f4a43;
  background: #0f4a43;
}

.wall-grid .product-showcase-card,
.hot-products .product-showcase-card {
  grid-template-rows: minmax(172px, 50%) auto !important;
  min-height: 370px !important;
}

.wall-grid .product-showcase-card__body,
.hot-products .product-showcase-card__body {
  grid-template-rows: auto auto auto auto auto !important;
}

.wall-grid .product-showcase-card__actions,
.hot-products .product-showcase-card__actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
  align-items: center !important;
  margin-top: 2px !important;
}

.wall-grid .product-showcase-card__sample,
.hot-products .product-showcase-card__sample,
.wall-grid .product-showcase-card__link,
.hot-products .product-showcase-card__link {
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  border-radius: 999px !important;
  padding: 0 12px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.wall-grid .product-showcase-card__sample,
.hot-products .product-showcase-card__sample {
  color: #fff !important;
  border: 1px solid #0f4a43 !important;
  background: #0f4a43 !important;
}

.wall-grid .product-showcase-card__sample:hover,
.hot-products .product-showcase-card__sample:hover,
.wall-grid .product-showcase-card__sample.is-added,
.hot-products .product-showcase-card__sample.is-added {
  border-color: var(--b2b-black) !important;
  background: var(--b2b-black) !important;
}

.wall-grid .product-showcase-card__link,
.hot-products .product-showcase-card__link {
  color: var(--b2b-ink) !important;
  border: 1px solid rgba(23, 20, 15, 0.12) !important;
  background: #fff !important;
}

.sample-floating-link {
  color: #fff;
  border-color: rgba(15, 74, 67, 0.34);
  background: #0f4a43;
}

.sample-floating-link strong {
  color: var(--b2b-ink);
  background: var(--b2b-gold-soft);
}

@media (max-width: 920px) {
  .home-inquiry-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wall-grid .product-showcase-card,
  .hot-products .product-showcase-card {
    min-height: 350px !important;
  }
}

@media (max-width: 560px) {
  .home-hero .hero-actions {
    display: grid;
    width: min(100%, 330px);
  }

  .home-hero .hero-actions .button {
    width: 100%;
    min-height: 50px;
  }

  .hero-carousel-controls {
    display: none;
  }

  .home-inquiry-path {
    grid-template-columns: 1fr;
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-inquiry-path div {
    min-height: 76px;
    padding: 14px 16px;
  }

  .wall-grid .product-showcase-card,
  .hot-products .product-showcase-card {
    grid-template-rows: minmax(136px, 46%) auto !important;
    min-height: 330px !important;
  }

  .wall-grid .product-showcase-card__actions,
  .hot-products .product-showcase-card__actions {
    grid-template-columns: 1fr !important;
  }

  .wall-grid .product-showcase-card__sample,
  .hot-products .product-showcase-card__sample,
  .wall-grid .product-showcase-card__link,
  .hot-products .product-showcase-card__link {
    width: 100% !important;
    min-height: 38px !important;
  }

  .sample-floating-link {
    top: auto !important;
    right: 12px;
    bottom: 12px;
    width: auto !important;
    min-width: 156px;
    min-height: 52px;
    padding: 0 16px !important;
  }

  .sample-floating-link span {
    display: inline !important;
  }

  a.sample-floating-link,
  body:has(.cookie-consent.is-visible) a.sample-floating-link {
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    width: auto !important;
    min-width: 156px !important;
    min-height: 52px !important;
    display: inline-flex !important;
    padding: 0 16px !important;
    z-index: 1000 !important;
  }

  a.sample-floating-link span {
    display: inline !important;
  }

  .floating-cta {
    top: auto;
    right: auto;
    left: 12px;
    bottom: 12px;
    grid-template-columns: 52px;
  }

  .floating-cta a[href="#top"] {
    display: none;
  }
}

/* Request Quote conversion page: keep the buying path visible and form-first. */
.contact-page .quote-hero {
  min-height: clamp(430px, 50vh, 560px);
  align-items: center;
  padding-top: 108px;
}

.contact-page .quote-hero .hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 10, 9, 0.78), rgba(5, 10, 9, 0.42) 54%, rgba(5, 10, 9, 0.28)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.34));
}

.contact-page .quote-hero .hero-content {
  width: min(100% - 44px, 1040px);
  justify-items: center;
  padding: 34px 0 44px;
}

.contact-page .quote-hero .hero-title {
  width: auto;
  max-width: 880px;
  white-space: normal;
  font-size: clamp(32px, 4.1vw, 56px);
  line-height: 1.04;
}

.contact-page .quote-hero .hero-subline {
  max-width: 740px;
  font-size: 16px;
  line-height: 1.58;
}

.quote-hero-proof {
  width: min(100%, 720px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.quote-hero-proof span {
  display: grid;
  gap: 2px;
  min-height: 58px;
  align-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
}

.quote-hero-proof strong {
  color: #f6dfab;
  font-size: 14px;
  text-transform: uppercase;
}

.contact-page .quote-request {
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1fr);
  gap: clamp(34px, 4.5vw, 70px);
  padding-top: clamp(54px, 5vw, 78px);
  padding-bottom: clamp(60px, 5.4vw, 86px);
  color: var(--b2b-ink);
  background: linear-gradient(180deg, #fbfaf7 0%, #ffffff 100%);
}

.contact-page .quote-request,
.contact-page .quote-request-copy,
.contact-page .quote-request-form,
.contact-page .quote-request-form h2,
.contact-page .quote-request h2,
.contact-page .quote-request h2 span,
.contact-page .quote-request p,
.contact-page .quote-request span,
.contact-page .quote-request label,
.contact-page .quote-request legend {
  text-align: left !important;
}

.contact-page .quote-request-copy {
  display: grid;
  justify-items: start;
  gap: 22px;
}

.contact-page .quote-request-copy > p,
.contact-page .quote-form-head p,
.quote-sample-summary p {
  width: auto;
  margin: 0 !important;
  color: #8a5c12;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-page .quote-request h2 {
  max-width: 620px;
  margin: 0 !important;
  color: var(--b2b-ink);
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.06;
}

.contact-page .quote-request h2 span {
  margin: 0 !important;
}

.contact-page .quote-request .inquiry-note {
  margin: -8px 0 0;
  color: #5f574c;
}

.quote-support-list {
  display: grid;
  gap: 10px;
  width: 100%;
}

.quote-support-list article,
.quote-sample-summary,
.contact-page .quote-request .contact-methods {
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(23, 20, 15, 0.05);
}

.quote-support-list article {
  display: grid;
  gap: 5px;
  padding: 16px 18px;
}

.quote-support-list strong,
.quote-sample-summary h3,
.contact-page .quote-request .contact-methods strong {
  margin: 0;
  color: var(--b2b-ink);
  font-size: 15px;
  line-height: 1.25;
}

.quote-support-list span,
.quote-sample-summary span,
.contact-page .quote-request .contact-methods span {
  display: block;
  max-width: none;
  margin: 0;
  color: #5f574c;
  font-size: 13px;
  line-height: 1.5;
}

.quote-sample-summary {
  width: 100%;
  display: grid;
  gap: 10px;
  padding: 18px;
  border-color: rgba(15, 74, 67, 0.18);
  background: #f5fbf8;
}

.quote-sample-summary .button {
  width: fit-content;
  min-height: 42px;
  padding: 0 18px;
}

.quote-sample-summary .button.outline {
  color: var(--b2b-ink);
  border-color: rgba(23, 20, 15, 0.18);
  background: #ffffff;
}

.contact-page .quote-request .contact-methods {
  width: 100%;
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 18px;
  color: var(--b2b-ink);
}

.contact-page .quote-request .contact-qr-grid {
  width: 100%;
  max-width: 360px;
  justify-content: start;
  margin: 0;
}

.contact-page .quote-request .qr-card {
  border-color: rgba(23, 20, 15, 0.12);
  color: var(--b2b-ink);
  background: #ffffff;
}

.contact-page .quote-request .qr-card span {
  color: #5f574c;
  text-align: center !important;
}

.contact-page .quote-request-form {
  align-self: start;
  gap: 18px;
  padding: clamp(22px, 2.6vw, 34px);
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(23, 20, 15, 0.1);
}

.quote-form-head {
  display: grid;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(23, 20, 15, 0.08);
}

.contact-page .quote-form-head h2 {
  max-width: none;
  font-size: clamp(24px, 2.1vw, 32px);
  line-height: 1.12;
}

.quote-form-head span,
.contact-page .quote-request-form .form-note {
  color: #6a6256;
  font-size: 12px;
  line-height: 1.45;
}

.contact-page .quote-request-form fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  margin: 0;
  padding: 0;
  border: 0;
}

.contact-page .quote-request-form legend {
  grid-column: 1 / -1;
  width: 100%;
  margin-bottom: 2px;
  padding-top: 2px;
  color: #0f4a43;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-page .quote-request-form label {
  gap: 7px;
  color: #17140f;
  font-size: 13px;
  font-weight: 850;
}

.contact-page .quote-request-form label.full,
.contact-page .quote-request-form label:has(textarea) {
  grid-column: 1 / -1;
}

.contact-page .quote-request-form input,
.contact-page .quote-request-form select,
.contact-page .quote-request-form textarea {
  min-height: 50px;
  border-radius: 8px;
  border-color: rgba(23, 20, 15, 0.16);
  background: #fbfaf7;
  font-size: 14px;
}

.contact-page .quote-request-form textarea {
  resize: vertical;
}

.contact-page .quote-request-form input:focus,
.contact-page .quote-request-form select:focus,
.contact-page .quote-request-form textarea:focus {
  outline: 2px solid rgba(184, 154, 97, 0.24);
  border-color: rgba(184, 154, 97, 0.7);
  background: #ffffff;
}

.contact-page .quote-request-form button[type="submit"] {
  width: 100%;
  min-height: 52px;
  border-radius: 8px;
  color: #17140f !important;
  font-weight: 900;
}

.contact-page .sample-floating-link,
.contact-page .floating-cta {
  display: none !important;
}

body:has(.product-commerce) .sample-floating-link,
body:has(.product-commerce) .floating-cta {
  display: none !important;
}

.contact-page .cookie-consent {
  right: auto !important;
  left: 22px !important;
}

.quote-process-section,
.quote-checklist-section,
.quote-b2b-support,
.quote-faq {
  background: #fbfaf7;
}

body.contact-page :is(.quote-process-section, .quote-checklist-section, .quote-b2b-support, .quote-faq) .section-intro {
  width: min(100%, 1040px);
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}

body.contact-page :is(.quote-process-section, .quote-checklist-section, .quote-b2b-support, .quote-faq) .section-intro > div {
  display: grid;
  justify-items: center;
  text-align: center !important;
}

body.contact-page :is(.quote-process-section, .quote-checklist-section, .quote-b2b-support, .quote-faq) .section-intro p,
body.contact-page :is(.quote-process-section, .quote-checklist-section, .quote-b2b-support, .quote-faq) .section-intro h2,
body.contact-page :is(.quote-process-section, .quote-checklist-section, .quote-b2b-support, .quote-faq) .section-intro span {
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}

body.contact-page :is(.quote-process-section, .quote-checklist-section, .quote-b2b-support, .quote-faq) .section-intro h2 {
  width: max-content !important;
  max-width: none !important;
  white-space: nowrap !important;
}

.quote-checklist-section {
  padding-top: clamp(54px, 5vw, 76px);
}

.quote-b2b-support .section-intro.split > span {
  max-width: 500px;
  color: #5f574c;
  font-size: 15px;
  line-height: 1.62;
}

.quote-b2b-support .policy-grid article {
  min-height: 190px;
}

.quote-faq {
  padding-top: clamp(56px, 5vw, 76px);
}

.quote-faq .faq-grid {
  width: min(100%, 980px);
  margin: 0 auto;
}

.quote-faq details {
  border-radius: 8px;
}

@media (max-width: 980px) {
  .contact-page .quote-request {
    grid-template-columns: 1fr;
  }

  .contact-page .quote-request-copy,
  .contact-page .quote-request-form {
    width: min(100%, 720px);
    justify-self: center;
  }
}

@media (max-width: 720px) {
  .contact-page .quote-hero {
    min-height: 760px;
    padding-top: 104px;
  }

  .contact-page .quote-hero .hero-content {
    width: min(100% - 30px, 560px);
    padding: 30px 0 32px;
  }

  .contact-page .quote-hero .hero-actions {
    display: grid;
    width: min(100%, 330px);
    gap: 10px;
  }

  .contact-page .quote-hero .button {
    width: 100%;
    min-height: 50px;
  }

  .quote-hero-proof,
  .contact-page .quote-request-form fieldset {
    grid-template-columns: 1fr;
  }

  .contact-page .quote-request {
    padding-right: 18px;
    padding-left: 18px;
  }

  .contact-page .quote-request h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .contact-page .quote-request .contact-qr-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .contact-page .quote-request-form {
    padding: 20px;
  }

  .contact-page .quote-request-form input,
  .contact-page .quote-request-form select,
  .contact-page .quote-request-form textarea {
    font-size: 16px;
  }

  body.contact-page :is(.quote-process-section, .quote-checklist-section, .quote-b2b-support, .quote-faq) .section-intro h2 {
    width: auto !important;
    max-width: 100% !important;
    white-space: normal !important;
    text-wrap: balance;
  }

  .contact-page .cookie-consent {
    right: 12px !important;
    left: 12px !important;
    bottom: 12px !important;
    width: calc(100vw - 24px) !important;
  }
}

/* Final locked product cards: product image, name, model, MOQ + price, colors, and recommendation only. */
.product-list.wall-grid,
.wall-grid:has(.product-showcase-card) {
  gap: clamp(12px, 1.6vw, 18px) !important;
  grid-template-columns: repeat(auto-fit, minmax(218px, 1fr)) !important;
}

.wall-grid .product-showcase-card,
.hot-products .product-showcase-card {
  grid-template-rows: minmax(172px, 56%) auto !important;
  min-height: 318px !important;
  height: 100% !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(23, 20, 15, 0.06) !important;
}

.wall-grid .product-showcase-card:hover,
.hot-products .product-showcase-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(138, 92, 18, 0.36) !important;
  box-shadow: 0 18px 40px rgba(23, 20, 15, 0.12) !important;
}

.wall-grid .product-showcase-card__media,
.hot-products .product-showcase-card__media {
  min-height: 172px !important;
  height: 100% !important;
  border-radius: 6px 6px 0 0 !important;
}

.wall-grid .product-showcase-card > .product-showcase-card__body,
.hot-products .product-showcase-card > .product-showcase-card__body {
  display: grid !important;
  grid-template-rows: auto auto auto auto !important;
  gap: 7px !important;
  align-content: start !important;
  padding: 10px 12px 12px !important;
}

.wall-grid .product-showcase-card__name,
.hot-products .product-showcase-card__name {
  min-height: 36px !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  text-align: left !important;
}

.wall-grid .product-showcase-card__commerce,
.hot-products .product-showcase-card__commerce {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px 8px !important;
  align-items: baseline !important;
}

.wall-grid .product-showcase-card__proof,
.hot-products .product-showcase-card__proof {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: end !important;
  min-height: 27px !important;
  padding-top: 4px !important;
  border-top: 1px solid rgba(23, 20, 15, 0.07) !important;
}

.wall-grid .product-showcase-card__actions,
.hot-products .product-showcase-card__actions,
.wall-grid .product-showcase-card__sample,
.hot-products .product-showcase-card__sample,
.wall-grid .product-showcase-card__link,
.hot-products .product-showcase-card__link,
.wall-grid .product-showcase-card .product-overlay,
.hot-products .product-showcase-card .product-overlay,
.wall-grid .product-showcase-card .product-overlay__button,
.hot-products .product-showcase-card .product-overlay__button {
  display: none !important;
}

@media (max-width: 920px) {
  .product-list.wall-grid,
  .wall-grid:has(.product-showcase-card) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wall-grid .product-showcase-card,
  .hot-products .product-showcase-card {
    min-height: 300px !important;
  }
}

@media (max-width: 560px) {
  .product-list.wall-grid,
  .wall-grid:has(.product-showcase-card) {
    gap: 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wall-grid .product-showcase-card,
  .hot-products .product-showcase-card {
    grid-template-rows: minmax(138px, 52%) auto !important;
    min-height: 276px !important;
  }

  .wall-grid .product-showcase-card__media,
  .hot-products .product-showcase-card__media {
    min-height: 138px !important;
  }

  .wall-grid .product-showcase-card > .product-showcase-card__body,
  .hot-products .product-showcase-card > .product-showcase-card__body {
    gap: 6px !important;
    padding: 9px 9px 10px !important;
  }

  .wall-grid .product-showcase-card__name,
  .hot-products .product-showcase-card__name {
    min-height: 32px !important;
    font-size: 13px !important;
    line-height: 1.18 !important;
  }

  .wall-grid .product-showcase-card__commerce,
  .hot-products .product-showcase-card__commerce {
    display: grid !important;
    gap: 3px !important;
  }

  .wall-grid .product-showcase-card__proof,
  .hot-products .product-showcase-card__proof {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }
}

/* Final Request Quote overrides: keep mobile CTA inside the hero viewport. */
.contact-page .quote-hero {
  display: grid !important;
  align-items: center !important;
  align-content: center !important;
}

.contact-page .quote-hero .hero-content {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
}

.contact-page .quote-hero .hero-actions {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.contact-page .quote-hero-proof {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 720px) {
  .contact-page .quote-hero {
    min-height: 760px !important;
    padding-top: 102px !important;
  }

  .contact-page .quote-hero .hero-content {
    width: min(100% - 30px, 560px) !important;
    padding-top: 24px !important;
    padding-bottom: 28px !important;
  }

  .contact-page .quote-hero .hero-title {
    margin-bottom: 18px !important;
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 1.08 !important;
  }

  .contact-page .quote-hero .hero-subline {
    margin-bottom: 18px !important;
    font-size: 15px !important;
    line-height: 1.48 !important;
  }

  .contact-page .quote-hero .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(100%, 310px) !important;
    gap: 10px !important;
  }

  .contact-page .quote-hero-proof {
    grid-template-columns: 1fr !important;
    width: min(100%, 310px) !important;
    gap: 8px !important;
    margin-top: 14px !important;
  }

  .contact-page .quote-hero-proof span {
    min-height: 46px !important;
    padding: 8px 12px !important;
  }
}

.contact-page a.sample-floating-link,
.contact-page .sample-floating-link,
.contact-page .floating-cta {
  display: none !important;
}

.product-detail-page a.sample-floating-link,
.product-detail-page .sample-floating-link,
.product-detail-page .floating-cta {
  display: none !important;
}

.faq-page a.sample-floating-link,
.faq-page .sample-floating-link,
.faq-page .floating-cta {
  display: none !important;
}

/* WhatsApp-style FAQ: real buyer questions, factory replies, and direct inquiry CTA. */
.whatsapp-faq {
  width: min(100%, 860px);
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid rgba(23, 20, 15, 0.12);
  border-radius: 16px;
  background: #efe9de;
  box-shadow: 0 24px 62px rgba(23, 20, 15, 0.12);
}

.whatsapp-faq--wide {
  width: min(100%, 1120px);
}

.whatsapp-faq__head {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 18px;
  color: #fff;
  background: #075e54;
}

.whatsapp-faq__avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #075e54;
  background: #e7d59b;
  font-size: 18px;
  font-weight: 950;
}

.whatsapp-faq__head strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.15;
}

.whatsapp-faq__head span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  line-height: 1.25;
}

.whatsapp-faq__head a,
.whatsapp-faq__input a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 14px;
  color: #063d36;
  background: #dcf8c6;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.whatsapp-faq__body {
  display: grid;
  gap: 12px;
  padding: clamp(18px, 2.4vw, 28px);
  background:
    linear-gradient(rgba(239, 233, 222, 0.94), rgba(239, 233, 222, 0.94)),
    radial-gradient(circle at 14px 14px, rgba(7, 94, 84, 0.08) 1px, transparent 1.5px);
  background-size: auto, 28px 28px;
}

.wa-message {
  width: min(78%, 560px);
  display: grid;
  gap: 4px;
}

.wa-message span {
  color: #9d853d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.wa-message p {
  position: relative;
  margin: 0;
  padding: 12px 14px 18px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.45;
  box-shadow: 0 10px 28px rgba(23, 20, 15, 0.08);
}

.wa-message time {
  margin-top: -24px;
  padding-right: 11px;
  padding-left: 11px;
  color: rgba(23, 20, 15, 0.48);
  font-size: 10px;
  line-height: 1;
}

.wa-message--buyer {
  justify-self: start;
  justify-items: start;
}

.wa-message--buyer p {
  color: var(--b2b-ink);
  border-top-left-radius: 4px;
  background: #fff;
}

.wa-message--factory {
  justify-self: end;
  justify-items: end;
}

.wa-message--factory p {
  color: #fff;
  border-top-right-radius: 4px;
  background: #075e54;
}

.wa-message--factory time {
  color: rgba(255, 255, 255, 0.7);
}

.whatsapp-faq__input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border-top: 1px solid rgba(23, 20, 15, 0.1);
  background: #f7f3ec;
}

.whatsapp-faq__input span {
  min-height: 42px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 999px;
  padding: 0 16px;
  color: #81786d;
  background: #fff;
  font-size: 13px;
  line-height: 1.2;
}

.whatsapp-faq__input a {
  min-height: 42px;
  color: #fff;
  background: #25d366;
}

.faq-page .whatsapp-faq--wide .whatsapp-faq__body {
  gap: 6px;
  padding: clamp(16px, 1.8vw, 22px) clamp(18px, 2.4vw, 30px);
}

.faq-page .whatsapp-faq--wide .wa-message {
  width: min(72%, 680px);
  gap: 2px;
}

.faq-page .whatsapp-faq--wide .wa-message p {
  padding: 10px 14px 15px;
  line-height: 1.36;
}

.faq-page .whatsapp-faq--wide .wa-message time {
  margin-top: -21px;
}

body.faq-page .faq {
  padding-top: clamp(30px, 3vw, 42px) !important;
  padding-bottom: clamp(30px, 3vw, 42px) !important;
}

body.faq-page .faq .section-intro.centered {
  margin-bottom: 14px !important;
  text-align: center !important;
}

body.faq-page .faq .section-intro.centered h2 {
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  font-size: clamp(34px, 3vw, 44px) !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body.faq-page .whatsapp-faq--wide {
  width: min(100%, 1120px) !important;
  border-radius: 12px !important;
}

body.faq-page .whatsapp-faq--wide .whatsapp-faq__head {
  min-height: 54px !important;
  gap: 10px !important;
  padding: 9px 18px !important;
}

body.faq-page .whatsapp-faq--wide .whatsapp-faq__avatar {
  width: 34px !important;
  height: 34px !important;
  font-size: 15px !important;
}

body.faq-page .whatsapp-faq--wide .whatsapp-faq__head strong {
  font-size: 15px !important;
  line-height: 1.05 !important;
}

body.faq-page .whatsapp-faq--wide .whatsapp-faq__head span {
  margin-top: 2px !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
}

body.faq-page .whatsapp-faq--wide .whatsapp-faq__head a {
  min-height: 32px !important;
  padding: 0 13px !important;
}

body.faq-page .whatsapp-faq--wide .whatsapp-faq__body {
  gap: 3px !important;
  padding: 10px 28px !important;
}

body.faq-page .whatsapp-faq--wide .wa-message {
  width: min(92%, 940px) !important;
  gap: 0 !important;
}

body.faq-page .whatsapp-faq--wide .wa-message span,
body.faq-page .whatsapp-faq--wide .wa-message time {
  display: none !important;
}

body.faq-page .whatsapp-faq--wide .wa-message p {
  padding: 7px 12px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  line-height: 1.22 !important;
}

body.faq-page .whatsapp-faq--wide .whatsapp-faq__input {
  gap: 10px !important;
  padding: 9px 14px !important;
}

body.faq-page .whatsapp-faq--wide .whatsapp-faq__input span,
body.faq-page .whatsapp-faq--wide .whatsapp-faq__input a {
  min-height: 34px !important;
  font-size: 12px !important;
}

.whatsapp-faq__head a:hover,
.whatsapp-faq__input a:hover {
  transform: translateY(-1px);
}

@media (max-width: 720px) {
  .whatsapp-faq {
    border-radius: 12px;
  }

  .whatsapp-faq__head {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .whatsapp-faq__head a {
    grid-column: 1 / -1;
    width: 100%;
  }

  .wa-message {
    width: min(88%, 560px);
  }

  .wa-message p {
    font-size: 14px;
  }

  .whatsapp-faq__input {
    grid-template-columns: 1fr;
  }

  .whatsapp-faq__input a {
    width: 100%;
  }

  .faq-page .faq {
    padding-top: 42px;
  }

  .faq-page .faq .section-intro.centered {
    margin-bottom: 18px;
  }

  .faq-page .faq .section-intro.centered h2 {
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.02;
  }

  .faq-page .whatsapp-faq--wide .whatsapp-faq__head {
    min-height: 0;
    gap: 10px;
    padding: 12px 16px;
  }

  .faq-page .whatsapp-faq--wide .whatsapp-faq__head a {
    min-height: 34px;
  }

  .faq-page .whatsapp-faq--wide .whatsapp-faq__avatar {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .faq-page .whatsapp-faq--wide .whatsapp-faq__body {
    gap: 4px;
    padding: 12px 16px;
  }

  .faq-page .whatsapp-faq--wide .wa-message {
    width: min(92%, 680px);
    gap: 1px;
  }

  .faq-page .whatsapp-faq--wide .wa-message span,
  .faq-page .whatsapp-faq--wide .wa-message time {
    display: none;
  }

  .faq-page .whatsapp-faq--wide .wa-message p {
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.28;
  }

  .faq-page .whatsapp-faq--wide .whatsapp-faq__input {
    gap: 8px;
    padding: 10px 12px;
  }

  .faq-page .whatsapp-faq--wide .whatsapp-faq__input span,
  .faq-page .whatsapp-faq--wide .whatsapp-faq__input a {
    min-height: 38px;
  }

  body.faq-page .faq .section-intro.centered h2 {
    font-size: 24px !important;
    white-space: nowrap !important;
  }

  body.faq-page .whatsapp-faq--wide .whatsapp-faq__head {
    padding: 8px 12px !important;
  }

  body.faq-page .whatsapp-faq--wide .whatsapp-faq__avatar {
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
  }

  body.faq-page .whatsapp-faq--wide .whatsapp-faq__head strong {
    font-size: 13px !important;
  }

  body.faq-page .whatsapp-faq--wide .whatsapp-faq__head span {
    font-size: 10px !important;
  }

  body.faq-page .whatsapp-faq--wide .whatsapp-faq__body {
    gap: 2px !important;
    padding: 8px 10px !important;
  }

  body.faq-page .whatsapp-faq--wide .wa-message {
    width: min(96%, 680px) !important;
  }

  body.faq-page .whatsapp-faq--wide .wa-message p {
    padding: 5px 8px !important;
    font-size: 11px !important;
    line-height: 1.16 !important;
  }

  body.faq-page .whatsapp-faq--wide .whatsapp-faq__input {
    gap: 6px !important;
    padding: 7px 9px !important;
  }

  body.faq-page .whatsapp-faq--wide .whatsapp-faq__input span,
  body.faq-page .whatsapp-faq--wide .whatsapp-faq__input a {
    min-height: 30px !important;
    font-size: 11px !important;
  }
}

/* Site-wide product card gallery: reference-style image switching with B2B sample action. */
.product-list.wall-grid,
.wall-grid:has(.product-showcase-card) {
  gap: clamp(18px, 2vw, 28px) !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
}

.hot-products .wall-grid.hot-products-scroller {
  gap: 18px !important;
}

.wall-grid .product-showcase-card,
.hot-products .product-showcase-card {
  display: grid !important;
  grid-template-rows: minmax(238px, auto) auto !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: transform 180ms ease !important;
}

.hot-products .product-showcase-card {
  min-width: 250px !important;
}

.wall-grid .product-showcase-card:hover,
.hot-products .product-showcase-card:hover {
  transform: translateY(-2px) !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.wall-grid .product-showcase-card__media,
.hot-products .product-showcase-card__media {
  position: relative !important;
  width: 100% !important;
  min-height: 238px !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background: #eeeae3 !important;
}

.wall-grid .product-showcase-card__media > img,
.hot-products .product-showcase-card__media > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: var(--product-image-position, center) !important;
  transform: scale(var(--product-image-zoom, 1.08)) !important;
  transition: transform 260ms ease, filter 260ms ease, opacity 160ms ease !important;
}

.wall-grid .product-showcase-card__media:hover > img,
.hot-products .product-showcase-card__media:hover > img,
.wall-grid .product-showcase-card:focus-within .product-showcase-card__media > img,
.hot-products .product-showcase-card:focus-within .product-showcase-card__media > img {
  filter: saturate(1.02) contrast(1.03) !important;
  transform: scale(calc(var(--product-image-zoom, 1.08) + 0.02)) !important;
}

.wall-grid .product-showcase-card__gallery-nav,
.hot-products .product-showcase-card__gallery-nav {
  position: absolute !important;
  top: 50% !important;
  z-index: 3 !important;
  width: 30px !important;
  height: 30px !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  color: #17140f !important;
  background: rgba(255, 255, 255, 0.84) !important;
  font-size: 18px !important;
  font-weight: 420 !important;
  line-height: 1 !important;
  opacity: 0 !important;
  transform: translateY(-50%) !important;
  transition: opacity 160ms ease, background 160ms ease !important;
}

.wall-grid .product-showcase-card__gallery-nav--prev,
.hot-products .product-showcase-card__gallery-nav--prev {
  left: 10px !important;
}

.wall-grid .product-showcase-card__gallery-nav--next,
.hot-products .product-showcase-card__gallery-nav--next {
  right: 10px !important;
}

.wall-grid .product-showcase-card__media:hover .product-showcase-card__gallery-nav,
.hot-products .product-showcase-card__media:hover .product-showcase-card__gallery-nav,
.wall-grid .product-showcase-card:focus-within .product-showcase-card__gallery-nav,
.hot-products .product-showcase-card:focus-within .product-showcase-card__gallery-nav {
  opacity: 1 !important;
}

.wall-grid .product-showcase-card__gallery-nav:hover,
.hot-products .product-showcase-card__gallery-nav:hover {
  background: #fff !important;
}

.wall-grid .product-showcase-card__gallery-dots,
.hot-products .product-showcase-card__gallery-dots {
  position: absolute !important;
  right: 10px !important;
  bottom: 58px !important;
  z-index: 3 !important;
  display: flex !important;
  gap: 5px !important;
  padding: 0 !important;
}

.wall-grid .product-showcase-card__gallery-dot,
.hot-products .product-showcase-card__gallery-dot {
  width: 6px !important;
  height: 6px !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.62) !important;
  box-shadow: 0 0 0 1px rgba(23, 20, 15, 0.14) !important;
}

.wall-grid .product-showcase-card__gallery-dot.is-active,
.hot-products .product-showcase-card__gallery-dot.is-active {
  background: #17140f !important;
}

.wall-grid .product-showcase-card__sample,
.hot-products .product-showcase-card__sample {
  position: absolute !important;
  left: 10px !important;
  right: 10px !important;
  bottom: 10px !important;
  z-index: 4 !important;
  width: auto !important;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  border-radius: 0 !important;
  padding: 0 14px !important;
  color: #17140f !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 12px 24px rgba(23, 20, 15, 0.12) !important;
  font-size: 12px !important;
  font-weight: 780 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  opacity: 0 !important;
  transform: translateY(8px) !important;
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease, color 180ms ease !important;
}

.wall-grid .product-showcase-card__media:hover .product-showcase-card__sample,
.hot-products .product-showcase-card__media:hover .product-showcase-card__sample,
.wall-grid .product-showcase-card:focus-within .product-showcase-card__sample,
.hot-products .product-showcase-card:focus-within .product-showcase-card__sample {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.wall-grid .product-showcase-card__sample:hover,
.hot-products .product-showcase-card__sample:hover,
.wall-grid .product-showcase-card__sample.is-added,
.hot-products .product-showcase-card__sample.is-added {
  color: #fff !important;
  border-color: #0f4a43 !important;
  background: #0f4a43 !important;
}

.wall-grid .product-showcase-card__actions,
.hot-products .product-showcase-card__actions,
.wall-grid .product-showcase-card__link,
.hot-products .product-showcase-card__link,
.wall-grid .product-showcase-card .product-overlay,
.hot-products .product-showcase-card .product-overlay,
.wall-grid .product-showcase-card .product-overlay__button,
.hot-products .product-showcase-card .product-overlay__button {
  display: none !important;
}

.wall-grid .product-showcase-card > .product-showcase-card__body,
.hot-products .product-showcase-card > .product-showcase-card__body {
  display: grid !important;
  grid-template-rows: auto auto auto auto !important;
  gap: 7px !important;
  align-content: start !important;
  min-height: 0 !important;
  padding: 10px 0 0 !important;
  background: transparent !important;
}

.wall-grid .product-showcase-card__name,
.hot-products .product-showcase-card__name {
  min-height: 34px !important;
  margin: 0 !important;
  color: #17140f !important;
  font-size: 14px !important;
  font-weight: 560 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

.wall-grid .product-showcase-card__model,
.hot-products .product-showcase-card__model {
  display: flex !important;
  gap: 6px !important;
  align-items: baseline !important;
  color: #7c7468 !important;
  font-size: 11px !important;
  font-weight: 620 !important;
  line-height: 1.1 !important;
}

.wall-grid .product-showcase-card__model span,
.hot-products .product-showcase-card__model span {
  color: #9b9285 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
}

.wall-grid .product-showcase-card__commerce,
.hot-products .product-showcase-card__commerce {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px 8px !important;
  align-items: baseline !important;
  color: #5f574c !important;
  font-size: 12px !important;
  font-weight: 680 !important;
  line-height: 1.15 !important;
}

.wall-grid .product-showcase-card__commerce strong,
.hot-products .product-showcase-card__commerce strong {
  color: #8a5c12 !important;
  font-size: 13px !important;
  font-weight: 760 !important;
}

.wall-grid .product-showcase-card__proof,
.hot-products .product-showcase-card__proof {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: end !important;
  min-height: 27px !important;
  padding-top: 2px !important;
  border-top: 0 !important;
}

.wall-grid .product-showcase-card__swatches,
.hot-products .product-showcase-card__swatches,
.wall-grid .product-showcase-card__rating,
.hot-products .product-showcase-card__rating {
  display: grid !important;
  gap: 5px !important;
}

.wall-grid .product-showcase-card__swatches > span,
.hot-products .product-showcase-card__swatches > span,
.wall-grid .product-showcase-card__rating > span,
.hot-products .product-showcase-card__rating > span {
  color: #7b7368 !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.wall-grid .product-showcase-card__swatches i,
.hot-products .product-showcase-card__swatches i {
  width: 11px !important;
  height: 11px !important;
  flex: 0 0 11px !important;
}

.wall-grid .product-showcase-card__rating {
  justify-items: end !important;
}

@media (hover: none) and (pointer: coarse) {
  .wall-grid .product-showcase-card__sample,
  .hot-products .product-showcase-card__sample {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

@media (max-width: 920px) {
  .product-list.wall-grid,
  .wall-grid:has(.product-showcase-card) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wall-grid .product-showcase-card__media,
  .hot-products .product-showcase-card__media {
    min-height: 184px !important;
  }
}

@media (max-width: 560px) {
  .product-list.wall-grid,
  .wall-grid:has(.product-showcase-card) {
    gap: 18px 10px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wall-grid .product-showcase-card__media,
  .hot-products .product-showcase-card__media {
    min-height: 174px !important;
  }

  .wall-grid .product-showcase-card > .product-showcase-card__body,
  .hot-products .product-showcase-card > .product-showcase-card__body {
    gap: 6px !important;
    padding-top: 8px !important;
  }

  .wall-grid .product-showcase-card__name,
  .hot-products .product-showcase-card__name {
    min-height: 32px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  .wall-grid .product-showcase-card__commerce,
  .hot-products .product-showcase-card__commerce {
    display: grid !important;
    gap: 3px !important;
  }

  .wall-grid .product-showcase-card__proof,
  .hot-products .product-showcase-card__proof {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
  }

  .wall-grid .product-showcase-card__rating {
    justify-items: start !important;
  }

  .wall-grid .product-showcase-card__rating > span,
  .hot-products .product-showcase-card__rating > span,
  .wall-grid .product-showcase-card__gallery-dots,
  .hot-products .product-showcase-card__gallery-dots {
    display: none !important;
  }

  .wall-grid .product-showcase-card__sample,
  .hot-products .product-showcase-card__sample {
    min-height: 36px !important;
    font-size: 10px !important;
    letter-spacing: 0.04em !important;
  }
}

/* Home product scroller: keep enhanced cards in independent columns. */
.hot-products .wall-grid.hot-products-scroller:has(.product-showcase-card) {
  display: grid !important;
  grid-template-columns: none !important;
  grid-auto-flow: column !important;
  grid-auto-columns: clamp(252px, 21vw, 286px) !important;
  gap: 22px !important;
  align-items: start !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

.hot-products .wall-grid.hot-products-scroller > .product-showcase-card {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

.hot-products .wall-grid.hot-products-scroller .product-showcase-card__media {
  border-radius: 8px 8px 0 0 !important;
}

.hot-products .product-showcase-card__body,
.hot-products .product-showcase-card__model,
.hot-products .product-showcase-card__commerce,
.hot-products .product-showcase-card__proof {
  min-width: 0 !important;
}

.hot-products .wall-grid.hot-products-scroller .product-showcase-card > .product-showcase-card__body {
  min-height: 142px !important;
  grid-template-rows: 38px 18px 22px 34px !important;
  gap: 6px !important;
  padding-top: 12px !important;
}

.hot-products .product-showcase-card__name,
.hot-products .product-showcase-card__model,
.hot-products .product-showcase-card__commerce {
  overflow-wrap: anywhere !important;
}

.hot-products .wall-grid.hot-products-scroller .product-showcase-card__name {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  min-height: 38px !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}

.hot-products .wall-grid.hot-products-scroller .product-showcase-card__model,
.hot-products .wall-grid.hot-products-scroller .product-showcase-card__commerce {
  white-space: nowrap !important;
}

.hot-products .wall-grid.hot-products-scroller .product-showcase-card__proof {
  grid-template-columns: minmax(0, 1fr) minmax(82px, auto) !important;
  gap: 8px !important;
  align-items: start !important;
  overflow: hidden !important;
}

.hot-products .wall-grid.hot-products-scroller .product-showcase-card__swatches,
.hot-products .wall-grid.hot-products-scroller .product-showcase-card__rating {
  overflow: hidden !important;
}

.hot-products .wall-grid.hot-products-scroller .product-showcase-card__swatches > span,
.hot-products .wall-grid.hot-products-scroller .product-showcase-card__rating > span {
  display: none !important;
}

.product-showcase-card__swatches > span,
.product-showcase-card__rating > span {
  display: none !important;
}

/* Global compact spacing layer: reduce section-to-section blank gaps site-wide. */
body .section {
  padding-top: clamp(44px, 4.2vw, 64px) !important;
  padding-bottom: clamp(44px, 4.2vw, 64px) !important;
}

body .categories-section,
body .custom-system,
body .advantages-section,
body .hot-products,
body .cases-home,
body .certificates-home,
body .trade-terms,
body .blog-home,
body .faq {
  padding-top: clamp(44px, 4vw, 62px) !important;
  padding-bottom: clamp(44px, 4vw, 62px) !important;
}

body .company-proof {
  padding-top: clamp(48px, 4.6vw, 70px) !important;
  padding-bottom: clamp(48px, 4.6vw, 70px) !important;
}

body .factory,
body .factory.factory-carousel {
  margin-top: clamp(34px, 3.6vw, 54px) !important;
  margin-bottom: clamp(34px, 3.6vw, 54px) !important;
}

body .inquiry,
body .quote-home,
body .quote-request,
body .quote-process-section,
body .quote-checklist-section,
body .quote-b2b-support,
body .quote-faq,
body .products-flow-premium,
body .product-quote-flow,
body .detail-recommendations {
  padding-top: clamp(44px, 4.2vw, 64px) !important;
  padding-bottom: clamp(44px, 4.2vw, 64px) !important;
}

body .section-intro,
body .section-intro.centered,
body .section-intro.split,
body .categories-section .section-intro.split,
body .custom-system .luxury-process-head,
body .advantages-section .section-intro.split,
body .hot-products .section-intro.split,
body .certificates-home .section-intro.split,
body .trade-terms .section-intro.split,
body .blog-home .section-intro.split,
body .faq .section-intro,
body .faq .section-intro.centered {
  margin-bottom: clamp(18px, 2.2vw, 30px) !important;
}

body .luxury-process-head {
  margin-bottom: clamp(22px, 2.6vw, 34px) !important;
}

body .section-more,
body .categories-section .section-more,
body .hot-products .section-more,
body .blog-home .section-more {
  margin-top: clamp(18px, 2.1vw, 26px) !important;
}

body .section-action-row {
  margin-top: clamp(18px, 2.1vw, 26px) !important;
}

body .section-action-row .section-more {
  margin-top: 0 !important;
}

body .categories-section {
  padding-top: clamp(26px, 2.6vw, 38px) !important;
  padding-bottom: clamp(30px, 3vw, 42px) !important;
}

body .categories-section .section-intro.split {
  margin-bottom: clamp(12px, 1.5vw, 18px) !important;
}

body .category-grid {
  width: min(100%, 920px);
  gap: 16px;
}

body .category-grid img {
  min-height: clamp(210px, 17vw, 260px);
}

body .category-grid span {
  left: 12px;
  right: 12px;
  bottom: 12px;
  min-height: 38px;
  font-size: 11.5px;
}

body .categories-section .section-more {
  margin-top: 16px !important;
}

body .factory-copy ul {
  margin-top: clamp(18px, 2.2vw, 24px) !important;
}

body .company-proof-copy .proof-metrics,
body .proof-metrics {
  margin-top: clamp(18px, 2.2vw, 24px) !important;
}

@media (max-width: 768px) {
  body .section,
  body .categories-section,
  body .company-proof,
  body .custom-system,
  body .advantages-section,
  body .hot-products,
  body .cases-home,
  body .certificates-home,
  body .trade-terms,
  body .blog-home,
  body .faq,
  body .inquiry,
  body .quote-home,
  body .quote-request,
  body .quote-process-section,
  body .quote-checklist-section,
  body .quote-b2b-support,
  body .quote-faq,
  body .products-flow-premium,
  body .product-quote-flow,
  body .detail-recommendations {
    padding-top: 38px !important;
    padding-bottom: 40px !important;
  }

  body .factory,
  body .factory.factory-carousel {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  body .section-intro,
  body .section-intro.centered,
  body .section-intro.split,
  body .custom-system .luxury-process-head,
  body .faq .section-intro,
  body .faq .section-intro.centered {
    margin-bottom: 18px !important;
  }

  body .section-more,
  body .section-action-row {
    margin-top: 16px !important;
  }
}

/* Site audit refinements: B2B inquiry path, lighter customization emphasis, and mobile CTA clarity. */
.about-capability-section,
.about-process-section {
  width: min(100% - 44px, var(--b2b-max));
}

.about-capability-grid article,
.about-proof-grid article,
.about-process-section .buyer-flow-grid article {
  border-radius: 8px;
}

.about-capability-section .section-intro.split {
  align-items: end;
}

.about-process-section {
  padding-top: clamp(48px, 5vw, 76px);
}

.product-detail-page .product-quote-flow {
  padding-top: clamp(42px, 5vw, 68px) !important;
}

.product-detail-page .product-quote-flow + .section {
  padding-top: clamp(42px, 5vw, 68px) !important;
}

body:has(.product-commerce) .sample-floating-link,
.product-detail-page a.sample-floating-link,
.product-detail-page .sample-floating-link {
  position: fixed !important;
  top: auto !important;
  left: auto !important;
  right: 84px !important;
  bottom: 12px !important;
  width: auto !important;
  max-width: calc(100vw - 108px) !important;
  min-width: 156px !important;
  min-height: 52px !important;
  align-items: center !important;
  justify-content: center !important;
  display: inline-flex !important;
}

body:has(.product-commerce) .floating-cta,
.product-detail-page .floating-cta,
.contact-page .floating-cta,
.faq-page .floating-cta {
  display: grid !important;
}

.contact-page a.sample-floating-link,
.contact-page .sample-floating-link,
.faq-page a.sample-floating-link,
.faq-page .sample-floating-link {
  display: none !important;
}

.sample-floating-link {
  z-index: 1008;
}

.floating-cta {
  z-index: 1007;
}

.cookie-consent {
  z-index: 1009;
}

.about-page .sample-floating-link {
  display: none !important;
}

.about-page .floating-cta {
  top: auto !important;
  right: 24px !important;
  bottom: 24px !important;
}

.about-page .cookie-consent {
  top: 120px !important;
  right: 24px !important;
  bottom: auto !important;
  max-width: 360px !important;
}

body:has(.cookie-consent.is-visible) .sample-floating-link {
  bottom: 104px !important;
}

body:has(.cookie-consent.is-visible) .floating-cta {
  bottom: 104px !important;
}

@media (max-width: 768px) {
  .about-capability-section,
  .about-process-section {
    width: min(100% - 28px, var(--b2b-max));
  }

  .about-capability-section,
  .about-process-section,
  .product-detail-page .amazon-detail-sections,
  .product-detail-page .product-quote-flow,
  .product-detail-page .detail-recommendations {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .product-detail-page main {
    padding-bottom: 78px !important;
  }

  .product-detail-page .sample-floating-link {
    position: fixed !important;
    top: auto !important;
    left: 12px !important;
    right: auto !important;
    bottom: 12px !important;
    max-width: calc(100vw - 88px) !important;
    min-width: 172px !important;
    min-height: 52px !important;
    padding: 0 16px !important;
  }

  .product-detail-page .sample-floating-link span {
    display: inline !important;
  }

  .product-detail-page .topbar .cart-link.sample-pill {
    display: none !important;
  }

  .product-detail-page .floating-cta,
  .about-page .floating-cta,
  .contact-page .floating-cta,
  .faq-page .floating-cta {
    left: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    grid-template-columns: 52px !important;
  }

  .product-detail-page .floating-cta a[href="#top"],
  .about-page .floating-cta a[href="#top"],
  .contact-page .floating-cta a[href="#top"],
  .faq-page .floating-cta a[href="#top"] {
    display: none !important;
  }

  body:has(.cookie-consent.is-visible) .product-detail-page .sample-floating-link,
  body:has(.cookie-consent.is-visible) .sample-floating-link,
  body:has(.cookie-consent.is-visible) .floating-cta {
    bottom: 118px !important;
  }
}

/* Product card final tweaks: main image by default, hover image only, no model or gallery controls. */
.wall-grid .product-showcase-card__gallery-nav,
.hot-products .product-showcase-card__gallery-nav,
.wall-grid .product-showcase-card__gallery-dots,
.hot-products .product-showcase-card__gallery-dots,
.wall-grid .product-showcase-card__gallery-dot,
.hot-products .product-showcase-card__gallery-dot {
  display: none !important;
}

.wall-grid .product-showcase-card > .product-showcase-card__body,
.hot-products .product-showcase-card > .product-showcase-card__body {
  grid-template-rows: auto auto auto !important;
  gap: 4px !important;
  min-height: 98px !important;
  padding-top: 8px !important;
}

.wall-grid .product-showcase-card__name,
.hot-products .product-showcase-card__name {
  min-height: 32px !important;
  margin: 0 !important;
  line-height: 1.18 !important;
}

.wall-grid .product-showcase-card__model,
.hot-products .product-showcase-card__model {
  display: none !important;
}

.wall-grid .product-showcase-card__model strong,
.hot-products .product-showcase-card__model strong {
  color: inherit !important;
  font: inherit !important;
}

.wall-grid .product-showcase-card__commerce,
.hot-products .product-showcase-card__commerce {
  min-height: 16px !important;
  margin: 0 !important;
  gap: 3px 8px !important;
  line-height: 1.1 !important;
}

.wall-grid .product-showcase-card__proof,
.hot-products .product-showcase-card__proof {
  grid-template-columns: 1fr !important;
  gap: 3px !important;
  align-items: start !important;
  min-height: 30px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

.wall-grid .product-showcase-card__swatches,
.hot-products .product-showcase-card__swatches,
.wall-grid .product-showcase-card__rating,
.hot-products .product-showcase-card__rating {
  justify-items: start !important;
  gap: 3px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.wall-grid .product-showcase-card__swatches > div,
.hot-products .product-showcase-card__swatches > div,
.wall-grid .product-showcase-card__rating > div,
.hot-products .product-showcase-card__rating > div {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.wall-grid .product-showcase-card__swatches::before,
.hot-products .product-showcase-card__swatches::before,
.wall-grid .product-showcase-card__swatches::after,
.hot-products .product-showcase-card__swatches::after,
.wall-grid .product-showcase-card__rating::before,
.hot-products .product-showcase-card__rating::before,
.wall-grid .product-showcase-card__rating::after,
.hot-products .product-showcase-card__rating::after,
.wall-grid .product-showcase-card__swatches > div::before,
.hot-products .product-showcase-card__swatches > div::before,
.wall-grid .product-showcase-card__swatches > div::after,
.hot-products .product-showcase-card__swatches > div::after,
.wall-grid .product-showcase-card__rating > div::before,
.hot-products .product-showcase-card__rating > div::before,
.wall-grid .product-showcase-card__rating > div::after,
.hot-products .product-showcase-card__rating > div::after {
  display: none !important;
  content: none !important;
}

.wall-grid .product-showcase-card__swatches i,
.hot-products .product-showcase-card__swatches i {
  box-shadow: none !important;
}

.wall-grid .product-showcase-card__rating > span,
.hot-products .product-showcase-card__rating > span {
  display: none !important;
}

.wall-grid .product-showcase-card__rating i,
.hot-products .product-showcase-card__rating i,
.wall-grid .product-showcase-card__rating i.is-filled,
.hot-products .product-showcase-card__rating i.is-filled {
  background: #17140f !important;
}

.hot-products .wall-grid.hot-products-scroller .product-showcase-card > .product-showcase-card__body {
  grid-template-rows: 32px 17px 30px !important;
  gap: 3px !important;
  min-height: 92px !important;
  padding-top: 8px !important;
}

.hot-products .wall-grid.hot-products-scroller .product-showcase-card__name {
  min-height: 32px !important;
  line-height: 1.15 !important;
}

.hot-products .wall-grid.hot-products-scroller .product-showcase-card__proof {
  grid-template-columns: 1fr !important;
  gap: 3px !important;
  min-height: 30px !important;
}

@media (max-width: 560px) {
  .wall-grid .product-showcase-card > .product-showcase-card__body,
  .hot-products .product-showcase-card > .product-showcase-card__body,
  .hot-products .wall-grid.hot-products-scroller .product-showcase-card > .product-showcase-card__body {
    grid-template-rows: auto auto auto !important;
    gap: 4px !important;
    min-height: 104px !important;
    padding-top: 7px !important;
  }

  .wall-grid .product-showcase-card__name,
  .hot-products .product-showcase-card__name,
  .hot-products .wall-grid.hot-products-scroller .product-showcase-card__name {
    min-height: 31px !important;
  }

  .wall-grid .product-showcase-card__commerce,
  .hot-products .product-showcase-card__commerce,
  .hot-products .wall-grid.hot-products-scroller .product-showcase-card__commerce {
    display: grid !important;
    gap: 2px !important;
    min-height: 30px !important;
    white-space: normal !important;
  }

  .wall-grid .product-showcase-card__proof,
  .hot-products .product-showcase-card__proof,
  .hot-products .wall-grid.hot-products-scroller .product-showcase-card__proof {
    min-height: 36px !important;
  }
}

/* Home quote section: compact the above-the-fold inquiry form height. */
body .quote-home {
  grid-template-columns: minmax(0, 0.72fr) minmax(640px, 1.1fr) !important;
  align-items: center !important;
  gap: clamp(28px, 3.5vw, 48px) !important;
  padding-top: clamp(34px, 3.2vw, 48px) !important;
  padding-bottom: clamp(34px, 3.2vw, 48px) !important;
}

body .quote-home > div {
  align-content: center !important;
  gap: 0 !important;
}

body .quote-home > div > p {
  margin: 0 0 8px !important;
  font-size: 10px !important;
  line-height: 1 !important;
}

body .quote-home h2 {
  max-width: 18ch !important;
  margin: 0 auto !important;
  font-size: clamp(34px, 3.4vw, 48px) !important;
  line-height: 1.06 !important;
}

body .quote-home h2 span {
  display: block !important;
  white-space: nowrap !important;
}

body .quote-home > div > span {
  max-width: 36ch !important;
  margin-top: 14px !important;
  font-size: 15px !important;
  line-height: 1.42 !important;
}

body .quote-home .quote-shortcuts {
  margin-top: 18px !important;
}

body .quote-home .quote-shortcuts a {
  min-height: 42px !important;
  padding: 0 20px !important;
}

body .quote-home .quote-qr-grid {
  gap: 12px !important;
  margin-top: 18px !important;
}

body .quote-home .qr-card {
  gap: 6px !important;
  padding: 10px !important;
}

body .quote-home .qr-card img {
  width: 72px !important;
  height: 72px !important;
}

body .quote-home form {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: min(100%, 720px) !important;
  max-width: 720px !important;
  gap: 10px 12px !important;
  justify-self: center !important;
  padding: 22px 24px !important;
  border-radius: 8px !important;
}

body .quote-home label:nth-of-type(4) {
  grid-column: 1 / -1 !important;
  grid-row: 3 !important;
}

body .quote-home label:nth-of-type(5) {
  grid-column: 2 !important;
  grid-row: 2 !important;
}

body .quote-home label:nth-of-type(6) {
  grid-column: 1 !important;
  grid-row: 4 !important;
}

body .quote-home button[type="submit"] {
  grid-column: 2 !important;
  grid-row: 4 !important;
  align-self: end !important;
}

body .quote-home label {
  gap: 5px !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
}

body .quote-home input,
body .quote-home select,
body .quote-home textarea {
  min-height: 40px !important;
  padding: 10px 12px !important;
  border-radius: 7px !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

body .quote-home textarea {
  min-height: 76px !important;
  height: 76px !important;
  resize: vertical !important;
}

body .quote-home button[type="submit"] {
  min-height: 40px !important;
  margin-top: 2px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
}

@media (max-width: 860px) {
  body .quote-home {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  body .quote-home h2 {
    font-size: clamp(30px, 8vw, 36px) !important;
  }

  body .quote-home > div > span {
    margin-top: 10px !important;
  }

  body .quote-home .quote-shortcuts {
    margin-top: 14px !important;
  }

  body .quote-home .quote-qr-grid {
    grid-template-columns: repeat(2, minmax(0, 86px)) !important;
    gap: 10px !important;
    margin-top: 14px !important;
  }

  body .quote-home .qr-card {
    padding: 8px !important;
  }

  body .quote-home .qr-card img {
    width: 58px !important;
    height: 58px !important;
  }

  body .quote-home form {
    grid-template-columns: 1fr !important;
    width: min(100%, 520px) !important;
    max-width: 520px !important;
    gap: 8px !important;
    padding: 18px !important;
  }

  body .quote-home label,
  body .quote-home label:nth-of-type(4),
  body .quote-home label:nth-of-type(5),
  body .quote-home label:nth-of-type(6),
  body .quote-home button[type="submit"] {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  body .quote-home input,
  body .quote-home select,
  body .quote-home textarea,
  body .quote-home button[type="submit"] {
    min-height: 38px !important;
  }

  body .quote-home textarea {
    min-height: 68px !important;
    height: 68px !important;
  }

  body:has(.quote-home) a.sample-floating-link,
  body:has(.quote-home) .floating-cta {
    display: none !important;
  }
}

/* Home FAQ: smaller chat window without affecting the standalone FAQ page. */
body:not(.faq-page) .faq .whatsapp-faq {
  width: min(100%, 720px) !important;
  border-radius: 12px !important;
}

body:not(.faq-page) .faq .whatsapp-faq__head {
  min-height: 62px !important;
  padding: 10px 14px !important;
}

body:not(.faq-page) .faq .whatsapp-faq__avatar {
  width: 34px !important;
  height: 34px !important;
  font-size: 15px !important;
}

body:not(.faq-page) .faq .whatsapp-faq__body {
  gap: 8px !important;
  padding: 16px 18px !important;
}

body:not(.faq-page) .faq .wa-message {
  width: min(72%, 480px) !important;
  gap: 2px !important;
}

body:not(.faq-page) .faq .wa-message p {
  padding: 10px 12px 16px !important;
  font-size: 13px !important;
  line-height: 1.34 !important;
}

body:not(.faq-page) .faq .wa-message span,
body:not(.faq-page) .faq .wa-message time {
  font-size: 8px !important;
}

body:not(.faq-page) .faq .whatsapp-faq__input {
  gap: 8px !important;
  padding: 10px 12px !important;
}

body:not(.faq-page) .faq .whatsapp-faq__input span,
body:not(.faq-page) .faq .whatsapp-faq__input a {
  min-height: 36px !important;
  font-size: 11px !important;
}

/* QR modal alignment fix: keep every enlarged QR preview centered as a compact scan card. */
body .catalog-modal.qr-modal > div {
  width: min(92vw, 430px) !important;
  max-width: calc(100vw - 36px) !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 32px 28px 30px !important;
  text-align: center !important;
}

body .catalog-modal.qr-modal p,
body .catalog-modal.qr-modal h2,
body .catalog-modal.qr-modal span {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

body .catalog-modal.qr-modal p {
  margin: 0 !important;
}

body .catalog-modal.qr-modal h2 {
  margin: 0 !important;
  line-height: 1.15 !important;
}

body .catalog-modal.qr-modal img {
  width: min(72vw, 300px) !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  display: block !important;
  margin: 4px auto 0 !important;
  object-fit: contain !important;
  border-radius: 8px !important;
  padding: 12px !important;
  background: #fff !important;
}

body .catalog-modal.qr-modal span {
  margin-top: 2px !important;
  line-height: 1.45 !important;
}

@media (max-width: 520px) {
  body .catalog-modal.qr-modal > div {
    width: min(94vw, 360px) !important;
    padding: 28px 18px 24px !important;
  }

  body .catalog-modal.qr-modal img {
    width: min(70vw, 250px) !important;
  }
}

/* Home desktop fold fit: keep categories and quick-scan products visible together at 100% zoom. */
@media (min-width: 900px) {
  body .categories-section {
    padding-top: clamp(14px, 1.5vw, 22px) !important;
    padding-bottom: clamp(14px, 1.6vw, 24px) !important;
  }

  body .categories-section .section-intro.split,
  body .hot-products .section-intro.split {
    margin-bottom: clamp(8px, 1vw, 14px) !important;
  }

  body .categories-section .section-intro p,
  body .hot-products .section-intro p {
    margin-bottom: 6px !important;
    font-size: 10px !important;
    line-height: 1 !important;
  }

  body .categories-section .section-intro h2,
  body .hot-products .section-intro h2 {
    font-size: clamp(25px, 2.2vw, 32px) !important;
    line-height: 1.06 !important;
  }

  body .hot-products .section-intro span {
    margin-top: 8px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  body .category-grid {
    width: min(100%, 780px) !important;
    gap: 12px !important;
  }

  body .category-grid img {
    height: clamp(158px, 16.5vw, 178px) !important;
    min-height: 0 !important;
  }

  body .category-grid span {
    left: 9px !important;
    right: 9px !important;
    bottom: 9px !important;
    min-height: 30px !important;
    padding: 0 10px !important;
    font-size: 10px !important;
  }

  body .categories-section .section-more {
    min-height: 34px !important;
    margin-top: 12px !important;
    padding: 0 20px !important;
    font-size: 10px !important;
  }

  body .hot-products {
    padding-top: clamp(16px, 1.7vw, 24px) !important;
    padding-bottom: clamp(20px, 2vw, 28px) !important;
  }

  body .hot-products .wall-grid.hot-products-scroller:has(.product-showcase-card) {
    grid-auto-columns: clamp(188px, 18vw, 214px) !important;
    gap: 14px !important;
  }

  body .hot-products .product-showcase-card {
    min-width: 188px !important;
  }

  body .hot-products .product-showcase-card__media,
  body .hot-products .wall-grid.hot-products-scroller .product-showcase-card__media {
    min-height: 0 !important;
    height: clamp(188px, 18vw, 214px) !important;
  }

  body .hot-products .wall-grid.hot-products-scroller .product-showcase-card > .product-showcase-card__body {
    grid-template-rows: 29px 16px 26px !important;
    min-height: 80px !important;
    gap: 2px !important;
    padding-top: 6px !important;
  }

  body .hot-products .wall-grid.hot-products-scroller .product-showcase-card__name {
    min-height: 29px !important;
    font-size: 12px !important;
    line-height: 1.12 !important;
  }

  body .hot-products .product-showcase-card__commerce,
  body .hot-products .product-showcase-card__proof {
    font-size: 9.5px !important;
  }

  body .hot-products .wall-grid.hot-products-scroller .product-showcase-card__proof {
    min-height: 26px !important;
    gap: 2px !important;
  }

  body .hot-products .section-action-row {
    margin-top: 14px !important;
  }

  body .hot-products .section-more {
    min-height: 34px !important;
    padding: 0 20px !important;
    font-size: 10px !important;
  }
}

/* Home first-screen stack: fit hero, proof strip, and inquiry path into one desktop viewport. */
@media (min-width: 900px) {
  body .home-hero {
    height: max(420px, calc(100vh - 146px)) !important;
    min-height: max(420px, calc(100vh - 146px)) !important;
  }

  body .home-hero .hero-content {
    top: 50% !important;
    width: min(520px, calc(100vw - 48px)) !important;
    transform: translate(-50%, -38%) !important;
  }

  body .home-hero .hero-title {
    max-width: 520px !important;
    margin-bottom: 10px !important;
    font-size: clamp(32px, 3vw, 46px) !important;
    line-height: 0.98 !important;
  }

  body .home-hero .hero-slide h2 {
    max-width: 520px !important;
    margin-bottom: 10px !important;
    font-size: clamp(28px, 2.5vw, 38px) !important;
    line-height: 1 !important;
  }

  body .home-hero .hero-subline {
    max-width: 480px !important;
    margin-bottom: 12px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  body .home-hero .hero-actions {
    margin-top: 12px !important;
    gap: 10px !important;
  }

  body .home-hero .button {
    min-height: 38px !important;
    padding: 0 22px !important;
    font-size: 11px !important;
  }

  body .hero-carousel-controls {
    bottom: 22px !important;
  }

  body .hero-dots {
    min-height: 30px !important;
    gap: 3px !important;
    padding: 3px 7px !important;
  }

  body .hero-dot {
    width: 24px !important;
    height: 24px !important;
  }

  body .hero-dot.active {
    width: 30px !important;
  }

  body .b2b-proof-strip div {
    min-height: 82px !important;
    gap: 4px !important;
    padding: 12px 18px !important;
  }

  body .b2b-proof-strip strong {
    font-size: clamp(17px, 1.25vw, 22px) !important;
    line-height: 1.05 !important;
  }

  body .b2b-proof-strip span {
    max-width: 230px !important;
    font-size: 12px !important;
    line-height: 1.32 !important;
  }

  body .home-inquiry-path div {
    min-height: 62px !important;
    gap: 2px 10px !important;
    padding: 10px 18px !important;
  }

  body .home-inquiry-path span {
    width: 26px !important;
    height: 26px !important;
    font-size: 9px !important;
  }

  body .home-inquiry-path strong {
    font-size: 13px !important;
    line-height: 1.1 !important;
  }

  body .home-inquiry-path p {
    font-size: 11px !important;
    line-height: 1.22 !important;
  }
}

/* Home hero copy sizing: keep the first-screen headline lighter inside the image focus area. */
@media (min-width: 900px) {
  body .home-hero .hero-content {
    width: min(470px, calc(100vw - 48px)) !important;
  }

  body .home-hero .hero-title {
    max-width: 470px !important;
    margin-bottom: 10px !important;
    font-size: clamp(28px, 2.55vw, 40px) !important;
    line-height: 1.02 !important;
  }

  body .home-hero .hero-subline {
    max-width: 430px !important;
    margin-bottom: 10px !important;
    font-size: 12px !important;
    line-height: 1.42 !important;
  }

  body .home-hero .hero-actions {
    margin-top: 10px !important;
  }
}

@media (max-width: 899px) {
  body .home-hero .hero-title {
    font-size: clamp(26px, 8vw, 34px) !important;
    line-height: 1.05 !important;
  }

  body .home-hero .hero-subline {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }
}

/* Home sample workflow section: visual path from browsing to PDF quote list. */
body .sample-workflow {
  width: 100%;
  max-width: none;
  padding: clamp(56px, 5vw, 78px) max(22px, calc((100vw - var(--b2b-max)) / 2)) !important;
  background: #fff;
}

body .sample-workflow .section-intro.centered {
  width: min(100%, 1120px);
  display: grid;
  justify-items: center;
  margin-right: auto !important;
  margin-bottom: clamp(28px, 3vw, 40px) !important;
  margin-left: auto !important;
  text-align: center !important;
}

body .sample-workflow .section-intro p {
  margin-bottom: 10px !important;
  color: var(--b2b-gold);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body .sample-workflow .section-intro h2 {
  max-width: none !important;
  margin: 0 !important;
  font-family: var(--font-display);
  font-size: clamp(38px, 3.4vw, 52px);
  font-weight: 400;
  line-height: 1.02;
  text-align: center !important;
  white-space: nowrap;
}

body .sample-workflow .section-intro span {
  display: block;
  max-width: 720px !important;
  margin: 18px auto 0 !important;
  color: var(--b2b-muted);
  font-size: 18px;
  line-height: 1.45;
  text-align: center !important;
}

body .sample-workflow-grid {
  width: min(100%, 1200px);
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: stretch;
  margin: 0 auto;
}

body .sample-workflow-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background: var(--b2b-black);
}

body .sample-workflow-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.02);
}

body .sample-workflow-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 7, 6, 0.02) 0%, rgba(7, 7, 6, 0.2) 36%, rgba(7, 7, 6, 0.72) 100%),
    linear-gradient(90deg, rgba(7, 7, 6, 0.22), rgba(7, 7, 6, 0.04));
}

body .sample-workflow-hero > div {
  position: absolute;
  left: clamp(24px, 3.2vw, 42px);
  right: clamp(24px, 3.2vw, 42px);
  bottom: 28px;
  z-index: 1;
}

body .sample-workflow-hero span {
  display: block;
  margin-bottom: 16px;
  color: var(--b2b-gold-soft);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

body .sample-workflow-hero h3 {
  max-width: 430px;
  margin: 0 0 34px;
  color: #fff;
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
}

body .sample-workflow-hero dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

body .sample-workflow-hero dl > div {
  min-height: 58px;
  display: grid;
  align-content: center;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

body .sample-workflow-hero dt,
body .sample-workflow-hero dd {
  margin: 0;
}

body .sample-workflow-hero dt {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.05;
}

body .sample-workflow-hero dd {
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

body .sample-workflow-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body .sample-workflow-steps > article {
  min-height: 238px;
  overflow: hidden;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(23, 20, 15, 0.06);
}

body .sample-workflow-steps > article > img {
  width: 100%;
  height: 118px;
  display: block;
  object-fit: cover;
}

body .sample-workflow-steps > article:nth-child(4) > img {
  object-fit: contain;
  padding: 28px;
  background: #f5efe3;
}

body .sample-workflow-steps > article > div {
  position: relative;
  min-height: 118px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 28px 22px 20px;
  text-align: center;
}

body .sample-workflow-steps span {
  position: absolute;
  left: 18px;
  top: 12px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 154, 97, 0.44);
  border-radius: 50%;
  color: var(--b2b-ink);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

body .sample-workflow-steps h3 {
  margin: 0 0 10px;
  color: var(--b2b-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.12;
}

body .sample-workflow-steps p {
  margin: 0;
  color: var(--b2b-muted);
  font-size: 14px;
  line-height: 1.35;
}

body .sample-workflow-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}

body .sample-workflow-actions .section-more {
  min-height: 44px !important;
  margin: 4px 0 0 !important;
  padding: 0 26px !important;
  font-size: 13px !important;
}

body .sample-workflow-actions .section-more:first-child {
  color: var(--b2b-black);
  border-color: rgba(234, 217, 170, 0.74);
  background: linear-gradient(180deg, #fff4c9, #f4d889);
  box-shadow: 0 18px 34px rgba(184, 154, 97, 0.2);
}

body .sample-workflow-actions .section-more:first-child:hover,
body .sample-workflow-actions .section-more:first-child:focus-visible {
  color: #fff;
  border-color: var(--b2b-black);
  background: var(--b2b-black);
}

@media (max-width: 900px) {
  body .sample-workflow {
    padding-top: 46px !important;
    padding-bottom: 50px !important;
  }

  body .sample-workflow .section-intro h2 {
    font-size: clamp(32px, 9vw, 44px);
    white-space: normal;
  }

  body .sample-workflow .section-intro span {
    font-size: 15px;
  }

  body .sample-workflow-grid {
    grid-template-columns: 1fr;
  }

  body .sample-workflow-hero {
    min-height: 420px;
  }

  body .sample-workflow-steps {
    grid-template-columns: 1fr;
  }

  body .sample-workflow-actions {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  body .sample-workflow-hero {
    min-height: 390px;
  }

  body .sample-workflow-hero h3 {
    font-size: 34px;
  }

  body .sample-workflow-hero dl {
    grid-template-columns: 1fr;
  }
}

/* Cross-page navigation state alignment. */
.privacy-page .topbar.is-transparent {
  color: var(--b2b-ink);
  background: rgba(251, 250, 247, 0.94);
  border-bottom-color: rgba(23, 20, 15, 0.1);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 28px rgba(23, 20, 15, 0.06);
}

.privacy-page .topbar.is-transparent .logo,
.privacy-page .topbar.is-transparent .logo span {
  color: var(--b2b-black);
  text-shadow: none;
}

.privacy-page .topbar.is-transparent .logo em,
.privacy-page .topbar.is-transparent nav a.active,
.privacy-page .topbar.is-transparent nav a[aria-current="page"],
.privacy-page .topbar.is-transparent nav a:hover {
  color: var(--b2b-gold);
}

.privacy-page .topbar.is-transparent .primary-nav {
  color: var(--b2b-ink);
}

.privacy-page .topbar.is-transparent .cart-link,
.privacy-page .topbar.is-transparent .cart-link.sample-pill {
  color: var(--b2b-ink);
  background: #fff;
  border-color: rgba(23, 20, 15, 0.14);
  backdrop-filter: none;
}

@media (max-width: 1240px) {
  .topbar.is-transparent .hamburger {
    border-color: rgba(255, 255, 255, 0.56);
  }

  .topbar.is-transparent .hamburger span {
    background: #fff;
  }

  .privacy-page .topbar.is-transparent .hamburger {
    border-color: #d8d2c8;
  }

  .privacy-page .topbar.is-transparent .hamburger span {
    background: var(--b2b-ink);
  }

  .topbar.is-transparent .nav-check:checked ~ .primary-nav {
    color: var(--b2b-ink);
  }

  .topbar.is-transparent .nav-check:checked ~ .primary-nav > a,
  .topbar.is-transparent .nav-check:checked ~ .primary-nav .nav-drop > a,
  .topbar.is-transparent .nav-check:checked ~ .primary-nav .mega a {
    color: var(--b2b-ink);
  }

  .topbar.is-transparent .nav-check:checked ~ .primary-nav a.active,
  .topbar.is-transparent .nav-check:checked ~ .primary-nav a[aria-current="page"] {
    color: var(--b2b-gold);
    border-bottom-color: var(--b2b-gold);
  }
}

/* Rebuilt About page: company trust, verified supply and buyer conversion. */
.about-page .about-company-profile,
.about-page .about-image-story,
.about-page .about-proof-band,
.about-page .about-supply-system,
.about-page .about-address-section,
.about-page .about-process-section,
.about-page .about-final-cta {
  width: min(100% - 44px, var(--b2b-max));
  max-width: var(--b2b-max);
  margin-right: auto;
  margin-left: auto;
}

.about-page .about-company-profile,
.about-page .about-image-story,
.about-page .about-supply-system,
.about-page .about-address-section,
.about-page .about-process-section {
  padding-top: clamp(54px, 5.5vw, 86px);
  padding-bottom: clamp(54px, 5.5vw, 86px);
}

.about-trust-hero .hero-subline {
  max-width: 700px;
}

.about-kicker {
  margin: 0 0 12px;
  color: var(--b2b-gold);
  font-family: var(--font-utility);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.about-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 4.2vw, 64px);
  align-items: stretch;
}

.about-profile-copy {
  min-width: 0;
  display: grid;
  align-content: center;
}

.about-profile-copy h2,
.about-story-copy h2,
.about-address-card h2,
.about-final-cta h2 {
  max-width: 720px;
  margin: 0;
  color: var(--b2b-ink);
  font-size: clamp(34px, 3.2vw, 54px);
  line-height: 1.02;
}

.about-profile-copy > p:not(.about-kicker),
.about-address-card p,
.about-final-cta span {
  max-width: 660px;
  margin: 18px 0 0;
  color: #5f574c;
  font-size: 16px;
  line-height: 1.72;
}

.about-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.about-profile-actions .section-more {
  margin: 0;
}

.about-profile-card {
  min-width: 0;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 8px;
  padding: clamp(24px, 3vw, 38px);
  background: #fff;
  box-shadow: 0 24px 60px rgba(23, 20, 15, 0.08);
}

.about-profile-card h3 {
  margin: 0 0 22px;
  color: var(--b2b-ink);
  font-family: var(--font-body);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.08;
}

.about-profile-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.about-profile-card dl div {
  display: grid;
  grid-template-columns: minmax(110px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  padding: 15px 0;
  border-top: 1px solid rgba(23, 20, 15, 0.08);
}

.about-profile-card dt {
  color: var(--b2b-gold);
  font-family: var(--font-utility);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

.about-profile-card dd {
  margin: 0;
  color: var(--b2b-ink);
  font-size: 15px;
  line-height: 1.55;
}

.about-profile-card a,
.about-address-details a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(184, 154, 97, 0.45);
  text-underline-offset: 4px;
}

.about-image-story {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
}

.about-story-media {
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #f3eee4;
}

.about-story-media img {
  width: 100%;
  min-height: clamp(430px, 40vw, 620px);
  aspect-ratio: 5 / 4;
  display: block;
  object-fit: cover;
}

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

.about-trust-list {
  display: grid;
  gap: 0;
  margin-top: 28px;
}

.about-trust-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid rgba(23, 20, 15, 0.1);
}

.about-trust-list article:last-child {
  border-bottom: 1px solid rgba(23, 20, 15, 0.1);
}

.about-trust-list span,
.about-proof-band span,
.about-address-details span {
  color: var(--b2b-gold);
  font-family: var(--font-utility);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.about-trust-list h3,
.about-supply-grid h3,
.about-address-details strong {
  margin: 0;
  color: var(--b2b-ink);
  font-size: 19px;
  line-height: 1.18;
}

.about-trust-list p,
.about-supply-grid p,
.about-proof-band p,
.about-address-details p {
  margin: 8px 0 0;
  color: #5f574c;
  font-size: 14px;
  line-height: 1.62;
}

.about-proof-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(234, 217, 170, 0.2);
  border-radius: 8px;
  padding: 0;
  background: rgba(234, 217, 170, 0.18);
}

.about-proof-band div {
  min-height: 190px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(24px, 2.6vw, 34px);
  background: var(--b2b-black);
}

.about-proof-band strong {
  color: #fff;
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 1.08;
}

.about-proof-band p {
  color: rgba(255, 255, 255, 0.72);
}

.about-supply-system .section-intro.split {
  align-items: end;
}

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

.about-supply-grid article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(23, 20, 15, 0.06);
}

.about-supply-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.about-supply-grid article > div {
  padding: 22px;
}

.about-supply-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--b2b-gold);
  font-family: var(--font-utility);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-address-section {
  padding-top: 0;
}

.about-address-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 8px;
  padding: clamp(28px, 4vw, 52px);
  background: #fbfaf7;
}

.about-address-details {
  display: grid;
  gap: 12px;
}

.about-address-details article {
  border: 1px solid rgba(23, 20, 15, 0.08);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
}

.about-page .about-address-card > div:first-child,
.about-page .about-process-section .section-intro.centered {
  text-align: center;
  justify-items: center;
}

.about-page .about-address-card > div:first-child .about-kicker,
.about-page .about-address-card > div:first-child h2,
.about-page .about-address-card > div:first-child p:not(.about-kicker),
.about-page .about-process-section .section-intro.centered p,
.about-page .about-process-section .section-intro.centered h2 {
  margin-right: auto;
  margin-left: auto;
}

.about-address-details strong {
  display: block;
  margin-top: 9px;
}

.about-process-grid article {
  min-height: 188px;
}

.about-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: clamp(54px, 6vw, 86px);
  border-radius: 8px;
  padding: clamp(30px, 4vw, 52px);
  color: #fff;
  background: var(--b2b-black);
}

.about-final-cta h2 {
  max-width: 780px;
  color: #fff;
}

.about-final-cta span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
}

.about-final-cta .hero-actions {
  margin: 0;
  justify-content: end;
}

@media (max-width: 980px) {
  .about-profile-grid,
  .about-image-story,
  .about-address-card,
  .about-final-cta {
    grid-template-columns: 1fr;
  }

  .about-proof-band,
  .about-supply-grid {
    grid-template-columns: 1fr;
  }

  .about-story-media {
    order: -1;
  }

  .about-final-cta .hero-actions {
    justify-content: start;
  }
}

@media (max-width: 768px) {
  .about-page .about-company-profile,
  .about-page .about-image-story,
  .about-page .about-proof-band,
  .about-page .about-supply-system,
  .about-page .about-address-section,
  .about-page .about-process-section,
  .about-page .about-final-cta {
    width: min(100% - 28px, var(--b2b-max));
  }

  .about-page .about-company-profile,
  .about-page .about-image-story,
  .about-page .about-supply-system,
  .about-page .about-address-section,
  .about-page .about-process-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .about-profile-card,
  .about-address-card,
  .about-final-cta {
    padding: 22px;
  }

  .about-profile-card dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .about-profile-copy h2,
  .about-story-copy h2,
  .about-address-card h2,
  .about-final-cta h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .about-profile-copy > p:not(.about-kicker),
  .about-address-card p,
  .about-final-cta span {
    font-size: 14px;
    line-height: 1.62;
  }

  .about-story-media img {
    min-height: 300px;
    aspect-ratio: 4 / 3;
  }

  .about-trust-list article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 0;
  }

  .about-proof-band div {
    min-height: 150px;
    padding: 22px;
  }

  .about-supply-grid article > div,
  .about-address-details article {
    padding: 18px;
  }

  .about-profile-actions,
  .about-final-cta .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-profile-actions .button,
  .about-profile-actions .section-more,
  .about-final-cta .button {
    width: 100%;
  }
}

/* Request Quote page: match the transparent hero header used by the main visual pages. */
body.contact-page .topbar.is-transparent {
  color: #fff !important;
  background: transparent !important;
  border-bottom-color: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}

body.contact-page .topbar.is-transparent .logo,
body.contact-page .topbar.is-transparent .logo span,
body.contact-page .topbar.is-transparent .primary-nav {
  color: #fff !important;
}

body.contact-page .topbar.is-transparent .logo em,
body.contact-page .topbar.is-transparent nav a.active,
body.contact-page .topbar.is-transparent nav a[aria-current="page"],
body.contact-page .topbar.is-transparent nav a:hover {
  color: var(--b2b-gold-soft) !important;
}

body.contact-page .topbar.is-transparent nav a.active,
body.contact-page .topbar.is-transparent nav a[aria-current="page"] {
  border-bottom-color: var(--b2b-gold-soft) !important;
}

body.contact-page .topbar.is-transparent .cart-link,
body.contact-page .topbar.is-transparent .cart-link.sample-pill {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  background: rgba(7, 7, 6, 0.26) !important;
  backdrop-filter: blur(10px) !important;
}

@media (max-width: 1120px) {
  body.contact-page .topbar.is-transparent .hamburger {
    border-color: rgba(255, 255, 255, 0.56) !important;
    background: transparent !important;
  }

  body.contact-page .topbar.is-transparent .hamburger span {
    background: #fff !important;
  }
}

/* Rebuilt Factory & QC page: material safety, controlled inspection and export packing proof. */
body.factory-page .factory-qc-overview,
body.factory-page .factory-materials-section,
body.factory-page .factory-qc-timeline,
body.factory-page .factory-inspection-section,
body.factory-page .factory-cert-section,
body.factory-page .factory-packing-control,
body.factory-page .factory-final-cta {
  width: min(100% - 44px, var(--b2b-max));
  max-width: var(--b2b-max);
  margin-right: auto;
  margin-left: auto;
}

body.factory-page .factory-qc-overview,
body.factory-page .factory-materials-section,
body.factory-page .factory-qc-timeline,
body.factory-page .factory-inspection-section,
body.factory-page .factory-cert-section,
body.factory-page .factory-packing-control {
  padding-top: clamp(54px, 5.5vw, 86px);
  padding-bottom: clamp(54px, 5.5vw, 86px);
}

.factory-qc-hero .hero-overlay {
  background: linear-gradient(90deg, rgba(7, 7, 6, 0.78), rgba(7, 7, 6, 0.4) 52%, rgba(7, 7, 6, 0.18));
}

.factory-qc-hero .hero-subline {
  max-width: 740px;
}

.factory-qc-kicker {
  margin: 0 0 12px;
  color: var(--b2b-gold);
  font-family: var(--font-utility);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.factory-qc-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: start;
}

.factory-qc-overview__copy {
  position: sticky;
  top: 112px;
  min-width: 0;
}

.factory-qc-overview__copy h2,
.factory-materials-copy h2,
.factory-inspection-copy h2,
.factory-packing-copy h2,
.factory-final-cta h2 {
  max-width: 720px;
  margin: 0;
  color: var(--b2b-ink);
  font-size: clamp(34px, 3.2vw, 54px);
  line-height: 1.02;
}

.factory-qc-overview__copy > span,
.factory-materials-copy > p,
.factory-inspection-copy > p,
.factory-final-cta span {
  display: block;
  max-width: 660px;
  margin: 18px 0 0;
  color: #5f574c;
  font-size: 16px;
  line-height: 1.72;
}

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

.factory-qc-metrics article,
.factory-material-list article,
.factory-inspection-grid article,
.factory-cert-grid article {
  min-width: 0;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(23, 20, 15, 0.06);
}

.factory-qc-metrics article {
  min-height: 236px;
  display: grid;
  align-content: start;
  padding: clamp(22px, 2.4vw, 30px);
}

.factory-qc-metrics strong,
.factory-qc-steps span {
  color: var(--b2b-gold);
  font-family: var(--font-utility);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.factory-qc-metrics h3,
.factory-qc-steps h3,
.factory-material-list strong,
.factory-inspection-grid span,
.factory-cert-grid strong,
.factory-packing-copy strong {
  margin: 14px 0 0;
  color: var(--b2b-ink);
  font-size: 20px;
  line-height: 1.18;
}

.factory-qc-metrics p,
.factory-qc-steps p,
.factory-material-list strong,
.factory-inspection-grid p,
.factory-cert-grid p,
.factory-packing-copy span {
  margin: 10px 0 0;
  color: #5f574c;
  font-size: 14px;
  line-height: 1.62;
}

.factory-materials-section,
.factory-inspection-section,
.factory-packing-control {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: clamp(28px, 4.5vw, 64px);
  align-items: center;
}

.factory-materials-media,
.factory-packing-media {
  min-width: 0;
}

.factory-materials-media {
  overflow: hidden;
  border-radius: 8px;
  background: #f3eee4;
}

.factory-materials-media img {
  width: 100%;
  min-height: clamp(430px, 42vw, 620px);
  aspect-ratio: 5 / 4;
  display: block;
  object-fit: cover;
}

.factory-material-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.factory-material-list article {
  padding: 19px 20px;
}

.factory-material-list span,
.factory-inspection-grid span {
  display: block;
  color: var(--b2b-gold);
  font-family: var(--font-utility);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.factory-material-list strong {
  display: block;
  color: var(--b2b-ink);
  font-size: 15px;
  font-weight: 650;
}

.factory-qc-timeline .section-intro.split {
  align-items: center;
}

body.factory-page .factory-qc-timeline .section-intro.split,
body.factory-page .factory-qc-timeline .section-intro.split > div,
body.factory-page .factory-inspection-copy,
body.factory-page .factory-cert-section .section-intro.centered {
  text-align: center;
  justify-items: center;
}

body.factory-page .factory-qc-timeline .section-intro.split {
  display: grid !important;
  grid-template-columns: 1fr !important;
  width: min(100%, 920px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  justify-content: center !important;
  justify-items: center !important;
  align-items: center !important;
}

body.factory-page .factory-qc-timeline .section-intro.split > div {
  width: 100% !important;
  max-width: 760px !important;
}

body.factory-page .factory-qc-timeline .section-intro.split p,
body.factory-page .factory-qc-timeline .section-intro.split h2,
body.factory-page .factory-qc-timeline .section-intro.split > span,
body.factory-page .factory-inspection-copy .factory-qc-kicker,
body.factory-page .factory-inspection-copy h2,
body.factory-page .factory-inspection-copy > p,
body.factory-page .factory-cert-section .section-intro.centered p,
body.factory-page .factory-cert-section .section-intro.centered h2,
body.factory-page .factory-cert-section .section-intro.centered span {
  margin-right: auto;
  margin-left: auto;
}

body.factory-page .factory-qc-timeline .section-intro.split h2,
body.factory-page .factory-qc-timeline .section-intro.split > span {
  display: block !important;
  max-width: 760px !important;
  text-align: center !important;
}

.factory-qc-steps {
  counter-reset: factory-step;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 8px;
  background: rgba(23, 20, 15, 0.1);
}

.factory-qc-steps article {
  min-height: 238px;
  display: grid;
  align-content: start;
  padding: clamp(20px, 2.2vw, 28px);
  background: #fff;
}

.factory-qc-steps h3 {
  font-size: 19px;
}

.factory-inspection-section {
  align-items: start;
}

.factory-inspection-copy {
  min-width: 0;
  display: grid;
  align-content: start;
}

.factory-inspection-copy .button {
  width: max-content;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
}

.factory-inspection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.factory-inspection-grid article {
  min-height: 156px;
  padding: 22px;
}

.factory-inspection-grid span {
  color: var(--b2b-ink);
  font-size: 18px;
  line-height: 1.15;
  text-transform: none;
}

.factory-cert-section {
  border-top: 1px solid rgba(23, 20, 15, 0.08);
  border-bottom: 1px solid rgba(23, 20, 15, 0.08);
}

.factory-cert-section .section-intro.centered span {
  max-width: 760px;
}

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

.factory-cert-grid article {
  min-height: 178px;
  padding: clamp(22px, 2.4vw, 30px);
}

.factory-cert-grid strong {
  display: block;
  margin: 0;
  color: var(--b2b-black);
  font-size: clamp(24px, 2vw, 32px);
}

.factory-packing-control {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
}

.factory-packing-copy {
  min-width: 0;
  display: grid;
  align-content: center;
  border-radius: 8px;
  padding: clamp(28px, 3.6vw, 46px);
  color: #fff;
  background: var(--b2b-black);
}

.factory-packing-copy h2 {
  max-width: 560px;
  color: #fff;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.05;
}

.factory-packing-copy ul {
  display: grid;
  gap: 0;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.factory-packing-copy li {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.factory-packing-copy strong {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.factory-packing-copy span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.factory-packing-media {
  width: min(100%, 520px);
  justify-self: center;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.factory-packing-media img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 7;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.factory-packing-media img:first-child {
  margin-top: 0;
}

.factory-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: clamp(54px, 6vw, 86px);
  border-radius: 8px;
  padding: clamp(30px, 4vw, 52px);
  color: #fff;
  background: var(--b2b-black);
}

.factory-final-cta h2 {
  max-width: 780px;
  color: #fff;
}

.factory-final-cta span {
  color: rgba(255, 255, 255, 0.72);
}

.factory-final-cta .hero-actions {
  margin: 0;
  justify-content: end;
}

.factory-final-cta .button.outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
}

@media (max-width: 1120px) {
  .factory-qc-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 980px) {
  .factory-qc-overview,
  .factory-materials-section,
  .factory-inspection-section,
  .factory-packing-control,
  .factory-final-cta {
    grid-template-columns: 1fr;
  }

  .factory-qc-overview__copy {
    position: static;
  }

  .factory-packing-media img:first-child {
    margin-top: 0;
  }

  .factory-final-cta .hero-actions {
    justify-content: start;
  }
}

@media (max-width: 768px) {
  body.factory-page .factory-qc-overview,
  body.factory-page .factory-materials-section,
  body.factory-page .factory-qc-timeline,
  body.factory-page .factory-inspection-section,
  body.factory-page .factory-cert-section,
  body.factory-page .factory-packing-control,
  body.factory-page .factory-final-cta {
    width: min(100% - 28px, var(--b2b-max));
  }

  body.factory-page .factory-qc-overview,
  body.factory-page .factory-materials-section,
  body.factory-page .factory-qc-timeline,
  body.factory-page .factory-inspection-section,
  body.factory-page .factory-cert-section,
  body.factory-page .factory-packing-control {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .factory-qc-overview__copy h2,
  .factory-materials-copy h2,
  .factory-inspection-copy h2,
  .factory-packing-copy h2,
  .factory-final-cta h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .factory-qc-overview__copy > span,
  .factory-materials-copy > p,
  .factory-inspection-copy > p,
  .factory-final-cta span {
    font-size: 14px;
    line-height: 1.62;
  }

  .factory-qc-metrics,
  .factory-inspection-grid,
  .factory-cert-grid,
  .factory-packing-media {
    grid-template-columns: 1fr;
  }

  .factory-qc-metrics article,
  .factory-qc-steps article,
  .factory-inspection-grid article,
  .factory-cert-grid article {
    min-height: auto;
    padding: 20px;
  }

  .factory-materials-media img {
    min-height: 300px;
    aspect-ratio: 4 / 3;
  }

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

  .factory-packing-copy,
  .factory-final-cta {
    padding: 22px;
  }

  .factory-packing-media img {
    min-height: 260px;
  }

  .factory-final-cta .hero-actions,
  .factory-inspection-copy .button {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .factory-final-cta .button,
  .factory-inspection-copy .button {
    width: 100%;
  }
}

@media (min-width: 1241px) and (max-width: 1320px) {
  .topbar .header-actions {
    gap: 8px;
  }

  .topbar .cart-link.sample-pill {
    min-width: 58px !important;
    padding-right: 10px;
    padding-left: 10px;
  }

  .topbar .cart-link.sample-pill span {
    display: none !important;
  }
.topbar .wa-link {
    min-width: 54px !important;
    padding-right: 13px;
    padding-left: 13px;
  }

  .topbar .wa-link span {
    font-size: 0 !important;
  }

  .topbar .wa-link span::before {
    content: "WA";
    font-size: 12px;
    font-weight: 900;
  }
}

body.contact-page .quote-hero {
  position: relative !important;
  overflow: hidden !important;
  background: #07100e !important;
  isolation: isolate;
}

body.contact-page {
  margin-top: 0 !important;
}

body.contact-page .quote-hero > img {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.contact-page .quote-hero .hero-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
}

body.contact-page .quote-hero .hero-content {
  z-index: 2 !important;
}

/* Product card text stack repair: prevent MOQ, price, swatches and rating overlap. */
.wall-grid .product-showcase-card > .product-showcase-card__body,
.hot-products .product-showcase-card > .product-showcase-card__body,
.hot-products .wall-grid.hot-products-scroller .product-showcase-card > .product-showcase-card__body {
  display: flex !important;
  flex-direction: column !important;
  grid-template-rows: none !important;
  gap: 7px !important;
  min-height: 126px !important;
  height: auto !important;
  padding-top: 10px !important;
  overflow: visible !important;
}

.wall-grid .product-showcase-card__name,
.hot-products .product-showcase-card__name,
.hot-products .wall-grid.hot-products-scroller .product-showcase-card__name {
  min-height: 0 !important;
  margin: 0 !important;
  line-height: 1.24 !important;
}

.wall-grid .product-showcase-card__commerce,
.hot-products .product-showcase-card__commerce,
.hot-products .wall-grid.hot-products-scroller .product-showcase-card__commerce {
  display: grid !important;
  gap: 3px !important;
  min-height: 0 !important;
  margin: 0 !important;
  line-height: 1.18 !important;
  white-space: normal !important;
}

.wall-grid .product-showcase-card__commerce span,
.hot-products .product-showcase-card__commerce span,
.wall-grid .product-showcase-card__commerce strong,
.hot-products .product-showcase-card__commerce strong {
  display: block !important;
  line-height: 1.18 !important;
}

.wall-grid .product-showcase-card__proof,
.hot-products .product-showcase-card__proof,
.hot-products .wall-grid.hot-products-scroller .product-showcase-card__proof {
  position: static !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 5px !important;
  min-height: 0 !important;
  margin-top: 1px !important;
  padding-top: 0 !important;
  overflow: visible !important;
}

.wall-grid .product-showcase-card__swatches,
.hot-products .product-showcase-card__swatches,
.wall-grid .product-showcase-card__rating,
.hot-products .product-showcase-card__rating {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  justify-items: start !important;
  gap: 6px !important;
  min-height: 14px !important;
  margin: 0 !important;
  line-height: 1 !important;
  overflow: visible !important;
}

/* Home hero editorial reset: keep copy in a left-side safe area and let the jewelry image stay inspectable. */
body .home-hero {
  isolation: isolate;
}

body .home-hero .hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 7, 6, 0.84) 0%, rgba(7, 7, 6, 0.72) 32%, rgba(7, 7, 6, 0.34) 55%, rgba(7, 7, 6, 0.04) 78%),
    linear-gradient(180deg, rgba(7, 7, 6, 0.16), rgba(7, 7, 6, 0.34)) !important;
  opacity: 1 !important;
}

body .home-hero::after {
  display: none !important;
}

body .home-hero .hero-slide > img {
  width: 100% !important;
  filter: saturate(1.03) contrast(1.02) !important;
  opacity: 1 !important;
}

body .home-hero .hero-content {
  left: max(28px, calc((100vw - var(--b2b-max)) / 2 + 12px)) !important;
  top: 53% !important;
  width: min(540px, calc(100vw - 56px)) !important;
  max-width: 540px !important;
  display: block !important;
  justify-items: start !important;
  text-align: left !important;
  transform: translateY(-48%) !important;
}

body .home-hero .hero-eyebrow {
  width: fit-content;
  max-width: 100%;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px !important;
  padding: 0 12px;
  border: 1px solid rgba(234, 217, 170, 0.34);
  border-radius: 999px;
  color: #ead9aa !important;
  background: rgba(7, 7, 6, 0.36);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

body .home-hero .hero-title,
body .home-hero .hero-slide h2 {
  max-width: 540px !important;
  margin: 0 0 14px !important;
  color: #fff !important;
  font-size: clamp(38px, 4.05vw, 62px) !important;
  line-height: 0.96 !important;
  font-weight: 900 !important;
  text-align: left !important;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
}

body .home-hero .hero-title span:first-child {
  color: #ead9aa !important;
}

body .home-hero .hero-title span {
  text-align: left !important;
}

body .home-hero .hero-subline {
  max-width: 500px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
  text-align: left !important;
}

body .home-hero .hero-actions {
  justify-content: flex-start !important;
  margin-top: 24px !important;
  gap: 12px !important;
}

body .home-hero .button {
  min-height: 44px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
}

body .home-hero .button.light {
  border-color: #f8f1de !important;
  color: #111 !important;
  background: #f8f1de !important;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
}

body .home-hero .button.outline {
  border-color: rgba(248, 241, 222, 0.62) !important;
  color: #fff !important;
  background: rgba(7, 7, 6, 0.24) !important;
  backdrop-filter: blur(10px);
}

body .home-hero .hero-proof-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 520px;
  margin-top: 20px;
}

body .home-hero .hero-proof-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(7, 7, 6, 0.28);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  backdrop-filter: blur(10px);
}

@media (min-width: 900px) {
  body .home-hero .hero-slide:nth-child(1) > img {
    object-position: center center !important;
  }

  body .home-hero .hero-slide:nth-child(2) > img {
    object-position: 58% center !important;
  }

  body .home-hero .hero-slide:nth-child(3) > img {
    object-position: 62% center !important;
  }
}

@media (max-width: 899px) {
  body .home-hero .hero-overlay {
    background:
      linear-gradient(180deg, rgba(7, 7, 6, 0.16) 0%, rgba(7, 7, 6, 0.42) 42%, rgba(7, 7, 6, 0.82) 100%) !important;
  }

  body .home-hero .hero-slide > img {
    object-position: center top !important;
  }

  body .home-hero .hero-content {
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 54px !important;
    width: min(100% - 32px, 430px) !important;
    max-width: 430px !important;
    display: grid !important;
    justify-items: center !important;
    text-align: center !important;
    transform: translateX(-50%) !important;
  }

  body .home-hero .hero-title,
  body .home-hero .hero-slide h2,
  body .home-hero .hero-subline {
    text-align: center !important;
  }

  body .home-hero .hero-title span {
    text-align: center !important;
  }

  body .home-hero .hero-title,
  body .home-hero .hero-slide h2 {
    max-width: 390px !important;
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.02 !important;
  }

  body .home-hero .hero-subline {
    max-width: 360px !important;
    font-size: 12px !important;
    line-height: 1.46 !important;
  }

  body .home-hero .hero-actions {
    justify-content: center !important;
    width: min(100%, 330px) !important;
    margin-top: 18px !important;
  }

  body .home-hero .hero-proof-chips {
    justify-content: center;
    max-width: 340px;
    margin-top: 14px;
  }

  body .home-hero .hero-proof-chips span {
    min-height: 28px;
    padding: 0 10px;
    font-size: 10px;
  }
}

@media (max-width: 560px) {
  body .home-hero .hero-content {
    bottom: 34px !important;
  }

  body .home-hero .hero-actions .button {
    min-height: 44px !important;
  }

  body .home-hero .hero-proof-chips {
    display: none;
  }
}

/* Factory & QC hero: move copy away from the glove/product focus and make the QC promise easier to scan. */
body.factory-page .factory-qc-hero {
  min-height: clamp(430px, 56vh, 560px) !important;
  isolation: isolate;
}

body.factory-page .factory-qc-hero > img {
  width: 100% !important;
  object-position: 58% center !important;
  filter: saturate(1.02) contrast(1.02) !important;
}

body.factory-page .factory-qc-hero .hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 7, 6, 0.82) 0%, rgba(7, 7, 6, 0.68) 34%, rgba(7, 7, 6, 0.28) 62%, rgba(7, 7, 6, 0.12) 100%),
    linear-gradient(180deg, rgba(7, 7, 6, 0.18), rgba(7, 7, 6, 0.28)) !important;
}

body.factory-page .factory-qc-hero .hero-content {
  width: min(100% - 44px, var(--b2b-max)) !important;
  max-width: var(--b2b-max) !important;
  display: block !important;
  justify-items: start !important;
  margin: 0 auto !important;
  padding: 36px 0 54px !important;
  text-align: left !important;
}

body.factory-page .factory-qc-hero .hero-content > p {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px !important;
  padding: 0 12px;
  border: 1px solid rgba(234, 217, 170, 0.34);
  border-radius: 999px;
  color: #ead9aa !important;
  background: rgba(7, 7, 6, 0.34);
  font-size: 11px !important;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

body.factory-page .factory-qc-hero .hero-title {
  max-width: 560px !important;
  margin: 0 0 16px !important;
  color: #fff !important;
  font-size: clamp(42px, 4vw, 60px) !important;
  line-height: 0.98 !important;
  font-weight: 900 !important;
  text-align: left !important;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.36);
}

body.factory-page .factory-qc-hero .hero-title span {
  text-align: left !important;
  white-space: normal !important;
}

body.factory-page .factory-qc-hero .hero-title span:first-child {
  color: #ead9aa !important;
}

body.factory-page .factory-qc-hero .hero-subline {
  display: block;
  max-width: 540px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
  text-align: left !important;
}

body.factory-page .factory-qc-hero .hero-actions {
  justify-content: flex-start !important;
  margin-top: 24px !important;
  gap: 12px !important;
}

body.factory-page .factory-qc-hero .button {
  min-height: 44px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
}

body.factory-page .factory-qc-hero .button.light {
  border-color: #f8f1de !important;
  color: #111 !important;
  background: #f8f1de !important;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
}

body.factory-page .factory-qc-hero .button.outline {
  border-color: rgba(248, 241, 222, 0.62) !important;
  color: #fff !important;
  background: rgba(7, 7, 6, 0.24) !important;
  backdrop-filter: blur(10px);
}

body.factory-page .factory-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 540px;
  margin-top: 20px;
}

body.factory-page .factory-hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(7, 7, 6, 0.28);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  backdrop-filter: blur(10px);
}

@media (max-width: 899px) {
  body.factory-page .factory-qc-hero {
    min-height: 690px !important;
  }

  body.factory-page .factory-qc-hero > img {
    object-position: 58% center !important;
  }

  body.factory-page .factory-qc-hero .hero-overlay {
    background:
      linear-gradient(180deg, rgba(7, 7, 6, 0.16) 0%, rgba(7, 7, 6, 0.48) 44%, rgba(7, 7, 6, 0.84) 100%) !important;
  }

  body.factory-page .factory-qc-hero .hero-content {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 34px !important;
    z-index: 3 !important;
    width: min(100% - 32px, 430px) !important;
    display: grid !important;
    justify-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    transform: translateX(-50%) !important;
  }

  body.factory-page .factory-qc-hero .hero-title,
  body.factory-page .factory-qc-hero .hero-title span,
  body.factory-page .factory-qc-hero .hero-subline {
    text-align: center !important;
  }

  body.factory-page .factory-qc-hero .hero-title {
    max-width: 390px !important;
    font-size: clamp(30px, 8.4vw, 40px) !important;
    line-height: 1.02 !important;
  }

  body.factory-page .factory-qc-hero .hero-subline {
    max-width: 360px !important;
    font-size: 12px !important;
    line-height: 1.46 !important;
  }

  body.factory-page .factory-qc-hero .hero-actions {
    justify-content: center !important;
    width: min(100%, 330px) !important;
    margin-top: 18px !important;
  }

  body.factory-page .factory-hero-proof {
    justify-content: center;
    max-width: 340px;
    margin-top: 14px;
  }
}

@media (max-width: 560px) {
  body.factory-page .factory-qc-hero .hero-actions {
    display: grid;
  }

  body.factory-page .factory-qc-hero .hero-actions .button {
    width: 100%;
    min-height: 44px !important;
  }

  body.factory-page .factory-hero-proof {
    display: none;
  }
}

/* Products workflow heading: center the intro text against the full page, not the visual panel below. */
body.products-page .products-flow-premium > .section-intro.split {
  width: min(100%, var(--b2b-max)) !important;
  max-width: var(--b2b-max) !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

body.products-page .products-flow-premium > .section-intro.split > div,
body.products-page .products-flow-premium > .section-intro.split > p,
body.products-page .products-flow-premium > .section-intro.split > h2,
body.products-page .products-flow-premium > .section-intro.split > span {
  width: 100% !important;
  max-width: 820px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
  justify-self: center !important;
}

body.products-page .products-flow-premium > .section-intro.split h2 {
  max-width: 900px !important;
  text-align: center !important;
}

body.products-page .products-flow-premium > .section-intro.split p {
  width: fit-content !important;
  text-align: center !important;
}

body.products-page .products-flow-premium > .section-intro.split > span {
  max-width: 560px !important;
}

/* Sample List workflow: center the requested block and keep the desktop title on one line. */
body.sample-list-page .buyer-flow-section > .section-intro.split {
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

body.sample-list-page .buyer-flow-section > .section-intro.split > div,
body.sample-list-page .buyer-flow-section > .section-intro.split > span {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
  justify-self: center !important;
}

body.sample-list-page .buyer-flow-section > .section-intro.split h2 {
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

body.sample-list-page .buyer-flow-section > .section-intro.split > span {
  max-width: 620px !important;
}

body.sample-list-page .buyer-flow-grid.visual-flow-grid {
  width: min(100%, 960px) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  justify-content: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 1180px) {
  body.sample-list-page .buyer-flow-section > .section-intro.split h2 {
    width: max-content !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
  }
}

/* Launch readiness fixes: form fallback, modal button reset, and hidden anti-spam field. */
.form-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-status {
  min-height: 1.35em;
  margin: 10px 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(21, 19, 15, 0.72);
}

.form-status[data-state="success"] {
  color: #1f6f43;
}

.form-status[data-state="fallback"] {
  color: #7a5a20;
}

button.modal-close {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.inquiry .quote-request-form.bstkoi-plugin-form-slot {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 2.6vw, 34px);
  border: 1px solid rgba(23, 20, 15, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(23, 20, 15, 0.1);
}

.bstkoi-plugin-form-slot .form-plugin-preview {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px dashed rgba(15, 74, 67, 0.28);
  border-radius: 8px;
  background: linear-gradient(180deg, #f5fbf8 0%, #ffffff 100%);
}

.bstkoi-plugin-form-slot .form-plugin-preview > span,
.bstkoi-plugin-form-slot .form-plugin-fields span {
  color: #0f4a43;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.bstkoi-plugin-form-slot .form-plugin-preview strong {
  color: #17140f;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.16;
  word-break: break-word;
}

.bstkoi-plugin-form-slot .form-plugin-preview p {
  margin: 0;
  color: #5f574c;
  font-size: 14px;
  line-height: 1.6;
}

.bstkoi-plugin-form-slot .form-plugin-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bstkoi-plugin-form-slot .form-plugin-fields span {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(23, 20, 15, 0.12);
  border-radius: 8px;
  color: #6a6256;
  background: #fbfaf7;
}

/* WordPress form plugin skin: match Fluent Forms to the BSTKOI B2B quote panel. */
.bstkoi-plugin-form-slot .frm-fluent-form {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #17140f !important;
  background: transparent !important;
  box-shadow: none !important;
}

.bstkoi-plugin-form-slot :is(.ff_form_title, .ff-el-form-top > h3, .fluentform-title) {
  display: none !important;
}

.bstkoi-plugin-form-slot .ff-el-group {
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
}

.bstkoi-plugin-form-slot .ff-el-group:has(textarea),
.bstkoi-plugin-form-slot .ff_submit_btn_wrapper {
  grid-column: 1 / -1 !important;
}

.bstkoi-plugin-form-slot .ff-el-input--label,
.bstkoi-plugin-form-slot .ff-el-input--label label {
  margin: 0 !important;
  color: #17140f !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.bstkoi-plugin-form-slot .ff-el-input--content {
  display: block !important;
}

.bstkoi-plugin-form-slot .ff-el-form-control {
  width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  border: 1px solid rgba(23, 20, 15, 0.14) !important;
  border-radius: 8px !important;
  color: #17140f !important;
  background: #fbfaf7 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68) !important;
  font: inherit !important;
  font-size: 13.5px !important;
  line-height: 1.35 !important;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease !important;
}

.bstkoi-plugin-form-slot textarea.ff-el-form-control {
  min-height: 104px !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  resize: vertical !important;
}

.bstkoi-plugin-form-slot .ff-el-form-control::placeholder {
  color: rgba(95, 87, 76, 0.58) !important;
}

.bstkoi-plugin-form-slot .ff-el-form-control:focus {
  outline: 0 !important;
  border-color: rgba(184, 154, 97, 0.82) !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(184, 154, 97, 0.16) !important;
}

.bstkoi-plugin-form-slot .ff_submit_btn_wrapper {
  padding-top: 2px !important;
  text-align: left !important;
}

.bstkoi-plugin-form-slot .ff-btn-submit {
  width: 100% !important;
  min-height: 52px !important;
  display: inline-grid !important;
  place-items: center !important;
  border: 1px solid #17140f !important;
  border-radius: 8px !important;
  color: transparent !important;
  background: #17140f !important;
  box-shadow: 0 14px 30px rgba(23, 20, 15, 0.18) !important;
  font-size: 0 !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  cursor: pointer !important;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease !important;
}

.bstkoi-plugin-form-slot .ff-btn-submit::after {
  content: "Send Inquiry";
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.bstkoi-plugin-form-slot .ff-btn-submit:hover,
.bstkoi-plugin-form-slot .ff-btn-submit:focus-visible {
  background: #0f4a43 !important;
  border-color: #0f4a43 !important;
  box-shadow: 0 18px 34px rgba(15, 74, 67, 0.22) !important;
  transform: translateY(-1px) !important;
}

.bstkoi-plugin-form-slot .ff-errors-in-stack,
.bstkoi-plugin-form-slot .error,
.bstkoi-plugin-form-slot .ff-el-is-error .text-danger {
  color: #8a321d !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.bstkoi-plugin-form-slot .ff-message-success,
.bstkoi-plugin-form-slot .ff_success_message {
  grid-column: 1 / -1 !important;
  border: 1px solid rgba(15, 74, 67, 0.2) !important;
  border-radius: 8px !important;
  color: #0f4a43 !important;
  background: #f5fbf8 !important;
}

@media (max-width: 620px) {
  .bstkoi-plugin-form-slot .frm-fluent-form {
    grid-template-columns: 1fr !important;
    gap: 13px !important;
  }

  .bstkoi-plugin-form-slot .ff-el-form-control {
    min-height: 44px !important;
    padding-right: 13px !important;
    padding-left: 13px !important;
    font-size: 13px !important;
  }

  .bstkoi-plugin-form-slot textarea.ff-el-form-control {
    min-height: 92px !important;
  }

  .bstkoi-plugin-form-slot .ff-btn-submit {
    min-height: 48px !important;
  }

  .bstkoi-plugin-form-slot .form-plugin-fields {
    grid-template-columns: 1fr;
  }
}

.factory-carousel-dot {
  min-width: 36px;
  min-height: 36px;
}

.hero-dot {
  min-width: 26px;
  min-height: 26px;
}

@media (max-width: 767px) {
  .factory-carousel-dot {
    min-width: 36px;
    min-height: 36px;
  }

  .hero-dot {
    min-width: 24px;
    min-height: 24px;
  }
}

/* About supply intro: keep the full copy block visually centered. */
.about-page .about-supply-system .section-intro.split {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  max-width: 980px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.about-page .about-supply-system .section-intro.split > div {
  width: 100% !important;
  max-width: 760px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.about-page .about-supply-system .section-intro.split p,
.about-page .about-supply-system .section-intro.split h2,
.about-page .about-supply-system .section-intro.split > span {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.about-page .about-supply-system .section-intro.split h2 {
  max-width: 760px !important;
}

.about-page .about-supply-system .section-intro.split h2::before,
.about-page .about-supply-system .section-intro.split h2::after {
  display: none !important;
  content: none !important;
}

.about-page .about-supply-system .section-intro.split > span {
  display: block !important;
  max-width: 980px !important;
}

/* Site typography scale: one controlled size per title role. */
:root {
  --type-hero-title: clamp(42px, 4.05vw, 60px);
  --type-page-title: clamp(38px, 3.4vw, 54px);
  --type-section-title: clamp(32px, 3vw, 46px);
  --type-feature-title: clamp(24px, 2vw, 32px);
  --type-form-title: clamp(30px, 3vw, 42px);
  --type-panel-title: 21px;
  --type-card-title: 18px;
  --type-product-title: 14px;
  --type-compact-title: 13px;
  --type-modal-title: 24px;
}

body h1 {
  font-size: var(--type-page-title) !important;
  line-height: 1.04 !important;
}

body h2 {
  font-size: var(--type-section-title) !important;
  line-height: 1.08 !important;
}

body h3 {
  font-size: var(--type-card-title) !important;
  line-height: 1.24 !important;
}

body :is(.home-hero, .sub-hero, .product-catalog-hero, .factory-qc-hero) .hero-title,
body :is(.home-hero, .sub-hero, .product-catalog-hero, .factory-qc-hero) .hero-title span,
body :is(.home-hero, .sub-hero, .product-catalog-hero, .factory-qc-hero) .hero-slide h2 {
  font-size: var(--type-hero-title) !important;
  line-height: 0.98 !important;
  white-space: normal !important;
  text-wrap: balance !important;
}

body .amazon-product-info h1 {
  font-size: var(--type-page-title) !important;
  line-height: 1.08 !important;
}

body :is(
  .section-intro,
  .luxury-process-head,
  .factory-copy,
  .factory-qc-overview__copy,
  .factory-materials-copy,
  .factory-inspection-copy,
  .factory-packing-copy,
  .factory-final-cta,
  .about-profile-copy,
  .about-story-copy,
  .about-address-card,
  .about-final-cta
) h2 {
  font-size: var(--type-section-title) !important;
  line-height: 1.08 !important;
}

body :is(.inquiry, .quote-home) h2 {
  font-size: var(--type-form-title) !important;
  line-height: 1.08 !important;
}

body .filter-panel h2 {
  font-size: var(--type-panel-title) !important;
  line-height: 1.18 !important;
}

body :is(
  .about-profile-card,
  .about-trust-list,
  .about-supply-grid,
  .factory-qc-metrics,
  .factory-qc-steps,
  .single-product-details,
  .sample-workflow-hero
) h3 {
  font-size: var(--type-feature-title) !important;
  line-height: 1.16 !important;
}

body :is(
  .wall-grid,
  .hot-products,
  .product-grid,
  .recommendation-grid,
  .process-grid,
  .timeline-grid,
  .custom-steps,
  .luxury-step-copy,
  .sample-workflow-steps,
  .buyer-flow-grid,
  .inquiry-checklist-grid,
  .quote-support-grid,
  .solution-grid,
  .news-grid,
  .certificate-grid,
  .policy-grid,
  .advantage-copy
) h3 {
  font-size: var(--type-card-title) !important;
  line-height: 1.24 !important;
}

body :is(.wall-grid, .hot-products) .product-showcase-card__name {
  font-size: var(--type-product-title) !important;
  line-height: 1.28 !important;
}

body :is(footer, .mega-card, .inquiry-cart__item-copy, .product-quote-flow) h3 {
  font-size: var(--type-compact-title) !important;
  line-height: 1.24 !important;
}

body .catalog-modal h2,
body .catalog-modal.qr-modal h2 {
  font-size: var(--type-modal-title) !important;
  line-height: 1.12 !important;
}

@media (max-width: 768px) {
  :root {
    --type-hero-title: clamp(28px, 8vw, 38px);
    --type-page-title: clamp(30px, 8vw, 40px);
    --type-section-title: clamp(28px, 7.4vw, 34px);
    --type-feature-title: 22px;
    --type-form-title: clamp(28px, 8vw, 35px);
    --type-panel-title: 20px;
    --type-card-title: 17px;
    --type-product-title: 14px;
    --type-compact-title: 13px;
    --type-modal-title: 24px;
  }
}

/* Request Quote desktop single-screen compaction for the form and FAQ blocks. */
@media (min-width: 981px) {
  body.contact-page .quote-request {
    min-height: calc(100vh - 76px);
    grid-template-columns: minmax(350px, 0.86fr) minmax(500px, 1fr) !important;
    gap: clamp(28px, 3.2vw, 54px) !important;
    align-items: center !important;
    padding-top: clamp(26px, 3vh, 42px) !important;
    padding-bottom: clamp(26px, 3vh, 42px) !important;
  }

  body.contact-page .quote-request-copy {
    gap: 12px !important;
    align-content: center;
  }

  body.contact-page .quote-request-copy > p,
  body.contact-page .quote-form-head p,
  body.contact-page .quote-sample-summary p {
    font-size: 11px !important;
    line-height: 1.1 !important;
  }

  body.contact-page .quote-request h2 {
    max-width: 540px !important;
    font-size: clamp(34px, 3vw, 48px) !important;
    line-height: 1.02 !important;
  }

  body.contact-page .quote-request .inquiry-note {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.42 !important;
  }

  body.contact-page .quote-support-list {
    gap: 8px !important;
  }

  body.contact-page .quote-support-list article {
    gap: 3px !important;
    padding: 12px 16px !important;
  }

  body.contact-page .quote-support-list strong,
  body.contact-page .quote-sample-summary h3,
  body.contact-page .quote-request .contact-methods strong {
    font-size: 14px !important;
    line-height: 1.15 !important;
  }

  body.contact-page .quote-support-list span,
  body.contact-page .quote-sample-summary span,
  body.contact-page .quote-request .contact-methods span {
    font-size: 12px !important;
    line-height: 1.36 !important;
  }

  body.contact-page .quote-sample-summary {
    gap: 7px !important;
    padding: 13px 16px !important;
  }

  body.contact-page .quote-sample-summary .button {
    min-height: 36px !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  body.contact-page .quote-request .contact-methods {
    gap: 4px !important;
    padding: 13px 16px !important;
  }

  body.contact-page .quote-request .contact-qr-grid {
    grid-template-columns: repeat(2, minmax(0, 104px)) !important;
    gap: 10px !important;
    max-width: 228px !important;
    margin-top: 2px !important;
  }

  body.contact-page .quote-request .qr-card {
    gap: 5px !important;
    padding: 9px !important;
    border-radius: 8px !important;
  }

  body.contact-page .quote-request .qr-card img {
    max-width: 78px !important;
    padding: 4px !important;
  }

  body.contact-page .quote-request .qr-card span {
    font-size: 10px !important;
    line-height: 1.14 !important;
  }

  body.contact-page .quote-request-form {
    gap: 12px !important;
    padding: clamp(18px, 2vw, 26px) !important;
  }

  body.contact-page .quote-form-head {
    gap: 5px !important;
    padding-bottom: 10px !important;
  }

  body.contact-page .quote-form-head h2 {
    font-size: clamp(24px, 1.9vw, 30px) !important;
    line-height: 1.08 !important;
  }

  body.contact-page .quote-form-head span,
  body.contact-page .quote-request-form .form-note {
    font-size: 10.5px !important;
    line-height: 1.28 !important;
  }

  body.contact-page .quote-request-form fieldset {
    gap: 9px 14px !important;
  }

  body.contact-page .quote-request-form legend {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    font-size: 11px !important;
  }

  body.contact-page .quote-request-form label {
    gap: 5px !important;
    font-size: 12px !important;
  }

  body.contact-page .quote-request-form input,
  body.contact-page .quote-request-form select,
  body.contact-page .quote-request-form textarea {
    min-height: 40px !important;
    padding: 0 13px !important;
    font-size: 12.5px !important;
  }

  body.contact-page .quote-request-form textarea {
    height: 56px !important;
    min-height: 56px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    line-height: 1.3 !important;
  }

  body.contact-page .quote-request-form label.full textarea {
    height: 70px !important;
    min-height: 70px !important;
  }

  body.contact-page .quote-request-form button[type="submit"] {
    min-height: 44px !important;
  }

  body.contact-page .quote-faq {
    min-height: calc(100vh - 76px);
    display: grid !important;
    align-content: center !important;
    padding-top: clamp(24px, 3vh, 38px) !important;
    padding-bottom: clamp(24px, 3vh, 38px) !important;
  }

  body.contact-page .quote-faq .section-intro {
    margin-bottom: 14px !important;
  }

  body.contact-page .quote-faq .section-intro h2 {
    font-size: clamp(30px, 2.5vw, 38px) !important;
    line-height: 1.02 !important;
  }

  body.contact-page .quote-faq .whatsapp-faq {
    width: min(100%, 760px) !important;
    border-radius: 12px !important;
  }

  body.contact-page .quote-faq .whatsapp-faq__head {
    min-height: 54px !important;
    padding: 8px 12px !important;
  }

  body.contact-page .quote-faq .whatsapp-faq__avatar {
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
  }

  body.contact-page .quote-faq .whatsapp-faq__head strong {
    font-size: 13px !important;
    line-height: 1.1 !important;
  }

  body.contact-page .quote-faq .whatsapp-faq__head span {
    margin-top: 2px !important;
    font-size: 10px !important;
  }

  body.contact-page .quote-faq .whatsapp-faq__head a {
    min-height: 30px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    font-size: 10px !important;
  }

  body.contact-page .quote-faq .whatsapp-faq__body {
    gap: 6px !important;
    padding: 12px 16px !important;
  }

  body.contact-page .quote-faq .wa-message {
    width: min(70%, 460px) !important;
    gap: 1px !important;
  }

  body.contact-page .quote-faq .wa-message p {
    padding: 8px 11px 13px !important;
    font-size: 11.5px !important;
    line-height: 1.24 !important;
  }

  body.contact-page .quote-faq .wa-message span,
  body.contact-page .quote-faq .wa-message time {
    font-size: 7.5px !important;
  }

  body.contact-page .quote-faq .wa-message time {
    margin-top: -18px !important;
    padding-right: 9px !important;
    padding-left: 9px !important;
  }

  body.contact-page .quote-faq .whatsapp-faq__input {
    gap: 8px !important;
    padding: 8px 10px !important;
  }

  body.contact-page .quote-faq .whatsapp-faq__input span,
  body.contact-page .quote-faq .whatsapp-faq__input a {
    min-height: 30px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    font-size: 10px !important;
  }
}

/* High-specificity pass for earlier component rules that also use !important. */
body main#top h1 {
  font-size: var(--type-page-title) !important;
}

body main#top h2 {
  font-size: var(--type-section-title) !important;
}

body main#top h3 {
  font-size: var(--type-card-title) !important;
}

body main#top :is(.home-hero, .sub-hero, .product-catalog-hero, .factory-qc-hero) .hero-title,
body main#top :is(.home-hero, .sub-hero, .product-catalog-hero, .factory-qc-hero) .hero-title span,
body main#top :is(.home-hero, .sub-hero, .product-catalog-hero, .factory-qc-hero) .hero-slide h2 {
  font-size: var(--type-hero-title) !important;
  white-space: normal !important;
  text-wrap: balance !important;
}

body main#top :is(.inquiry, .quote-home) h2 {
  font-size: var(--type-form-title) !important;
}

body main#top .filter-panel h2 {
  font-size: var(--type-panel-title) !important;
}

body main#top :is(
  .about-profile-card,
  .about-trust-list,
  .about-supply-grid,
  .factory-qc-metrics,
  .factory-qc-steps,
  .single-product-details,
  .sample-workflow-hero
) h3 {
  font-size: var(--type-feature-title) !important;
}

body main#top :is(
  .wall-grid,
  .hot-products,
  .product-grid,
  .recommendation-grid,
  .process-grid,
  .timeline-grid,
  .custom-steps,
  .luxury-step-copy,
  .sample-workflow-steps,
  .buyer-flow-grid,
  .inquiry-checklist-grid,
  .quote-support-grid,
  .solution-grid,
  .news-grid,
  .certificate-grid,
  .policy-grid,
  .advantage-copy
) h3 {
  font-size: var(--type-card-title) !important;
}

body main#top :is(.wall-grid, .hot-products) .product-showcase-card__name {
  font-size: var(--type-product-title) !important;
}

body main#top :is(.product-quote-flow, .detail-recommendations) h3 {
  font-size: var(--type-compact-title) !important;
}

/* Final H2 alignment lock: keep section titles centered after WordPress/theme overrides. */
body main#top :is(
  .section-intro,
  .section-intro.centered,
  .section-intro.split,
  .section-intro.split > div,
  .luxury-process-head,
  .quote-form-head
) {
  text-align: center !important;
}

body main#top :is(.section-intro, .luxury-process-head, .quote-form-head) h2,
body main#top .company-proof-title,
body main#top .company-proof-title span {
  max-width: min(100%, 920px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

body main#top :is(.section-intro, .luxury-process-head, .quote-form-head) h2 span {
  display: block;
  text-align: center !important;
}

/* Home carousel responsive scale: keep the hero stack filling the first viewport. */
@media (min-width: 900px) {
  body main#top .home-hero {
    height: max(430px, calc(100vh - 146px)) !important;
    height: max(430px, calc(100svh - 146px)) !important;
    min-height: max(430px, calc(100vh - 146px)) !important;
    min-height: max(430px, calc(100svh - 146px)) !important;
    max-height: none !important;
  }

  body main#top .home-hero .hero-slide {
    height: 100% !important;
    min-height: 100% !important;
  }

  body main#top .home-hero .hero-slide > img {
    height: 100% !important;
    min-height: 100% !important;
  }

  body main#top .home-hero .hero-content {
    left: max(28px, calc((100vw - var(--b2b-max)) / 2 + 12px)) !important;
    top: 50% !important;
    width: min(500px, calc(100vw - 56px)) !important;
    max-width: min(500px, calc(100vw - 56px)) !important;
    transform: translateY(-44%) !important;
  }

  body main#top .home-hero .hero-title,
  body main#top .home-hero .hero-slide h2 {
    max-width: 500px !important;
    margin-bottom: 10px !important;
    font-size: clamp(32px, 3.15vw, 48px) !important;
    line-height: 0.98 !important;
  }

  body main#top .home-hero .hero-subline {
    max-width: 470px !important;
    font-size: clamp(12px, 1vw, 14px) !important;
    line-height: 1.48 !important;
  }

  body main#top .home-hero .hero-actions {
    margin-top: 14px !important;
  }
}

@media (min-width: 900px) and (max-width: 1180px) {
  body main#top .home-hero {
    height: max(410px, calc(100vh - 146px)) !important;
    height: max(410px, calc(100svh - 146px)) !important;
    min-height: max(410px, calc(100vh - 146px)) !important;
    min-height: max(410px, calc(100svh - 146px)) !important;
  }

  body main#top .home-hero .hero-content {
    width: min(450px, calc(100vw - 52px)) !important;
    max-width: min(450px, calc(100vw - 52px)) !important;
  }

  body main#top .home-hero .hero-title,
  body main#top .home-hero .hero-slide h2 {
    max-width: 450px !important;
    font-size: clamp(30px, 3.35vw, 40px) !important;
  }
}

@media (max-width: 899px) {
  body main#top .home-hero {
    height: clamp(560px, 92vh, 720px) !important;
    min-height: clamp(560px, 92vh, 720px) !important;
  }

  body main#top .home-hero .hero-slide {
    height: 100% !important;
    min-height: 100% !important;
  }
}

/* Final typography lock: keep title roles consistent after all page-specific rules. */
body main#top h1 {
  font-size: var(--type-page-title) !important;
}

body main#top h2 {
  font-size: var(--type-section-title) !important;
}

body main#top h3 {
  font-size: var(--type-card-title) !important;
}

body main#top :is(.home-hero, .sub-hero, .product-catalog-hero, .factory-qc-hero) .hero-title,
body main#top :is(.home-hero, .sub-hero, .product-catalog-hero, .factory-qc-hero) .hero-title span,
body main#top :is(.home-hero, .sub-hero, .product-catalog-hero, .factory-qc-hero) .hero-slide h2 {
  font-size: var(--type-hero-title) !important;
  white-space: normal !important;
  text-wrap: balance !important;
}

body main#top :is(.inquiry, .quote-home) h2 {
  font-size: var(--type-form-title) !important;
}

body main#top .filter-panel h2 {
  font-size: var(--type-panel-title) !important;
}

body main#top :is(
  .about-profile-card,
  .about-trust-list,
  .about-supply-grid,
  .factory-qc-metrics,
  .factory-qc-steps,
  .single-product-details,
  .sample-workflow-hero
) h3 {
  font-size: var(--type-feature-title) !important;
}

body main#top :is(
  .wall-grid,
  .hot-products,
  .product-grid,
  .recommendation-grid,
  .process-grid,
  .timeline-grid,
  .custom-steps,
  .luxury-step-copy,
  .sample-workflow-steps,
  .buyer-flow-grid,
  .inquiry-checklist-grid,
  .quote-support-grid,
  .solution-grid,
  .news-grid,
  .certificate-grid,
  .policy-grid,
  .advantage-copy
) h3 {
  font-size: var(--type-card-title) !important;
}

body main#top :is(.wall-grid, .hot-products) .product-showcase-card__name {
  font-size: var(--type-product-title) !important;
}

body main#top :is(.product-quote-flow, .detail-recommendations) h3 {
  font-size: var(--type-compact-title) !important;
}

