:root {
  --page: #F4FBFA;
  --surface: oklch(1 0 0);
  --surface-soft: #EAF5F4;
  --surface-blue: #EDF4FF;
  --ink: #1F2D3B;
  --muted: #64727E;
  --primary: #177F83;
  --primary-dark: #14515A;
  --leaf: #3AA76D;
  --amber: #C9973F;
  --rose: #BE6B65;
  --line: #D4E2E1;
  --shadow: 0 16px 42px rgb(23 127 131 / 0.10);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--page); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; min-height: 72px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 18px; padding: 0 clamp(18px, 4vw, 64px); background: rgb(255 255 255 / 0.94); backdrop-filter: blur(16px); border-bottom: 3px solid var(--primary-dark); box-shadow: 0 10px 30px rgb(31 45 59 / 0.06); }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 850; }
.brand-logo, .footer-brand-logo { display: grid; place-items: center; overflow: hidden; flex: 0 0 auto; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 8px 18px oklch(0.18 0.04 230 / 0.08); }
.brand-logo { width: 42px; height: 42px; }
.brand-logo img { width: 34px; height: 34px; display: block; object-fit: contain; }
.footer-brand-logo { width: 54px; height: 54px; border-color: oklch(1 0 0 / 0.2); }
.footer-brand-logo img { width: 44px; height: 44px; display: block; object-fit: contain; }
.footer-brand strong { color: white; font-size: 18px; line-height: 1.2; }
.site-nav { display: flex; justify-content: center; gap: clamp(16px, 3vw, 34px); font-size: 15px; color: var(--muted); }
.site-nav a { padding: 8px 0; border-bottom: 2px solid transparent; transition: color 180ms ease, border-color 180ms ease; }
.site-nav a:hover, .site-nav a.is-active { color: var(--ink); border-color: var(--primary); }
.language-switcher { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 4px 5px 4px 12px; border: 1px solid var(--line); border-radius: var(--radius); background: white; color: var(--muted); font-size: 13px; font-weight: 800; }
.language-switcher select { min-width: 104px; height: 34px; border: 0; border-radius: 6px; background: var(--surface-soft); color: var(--ink); font-weight: 850; cursor: pointer; }
.header-cta, .button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border-radius: var(--radius); border: 1px solid var(--line); font-weight: 800; transition: transform 160ms ease, background 180ms ease, box-shadow 180ms ease; }
.header-cta { color: white; background: var(--primary-dark); border-color: var(--primary-dark); box-shadow: 0 10px 24px rgb(20 81 90 / 0.14); }
.button:hover, .header-cta:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.button.primary { color: white; background: var(--primary-dark); border-color: var(--primary-dark); }
.hero-copy .button.primary { color: var(--primary-dark); background: white; border-color: white; }
.hero-copy .button.secondary { color: white; background: transparent; border-color: oklch(1 0 0 / 0.28); }
.button.secondary { background: white; color: var(--ink); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--ink); }
.hero { position: relative; min-height: auto; display: grid; grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr); gap: clamp(22px, 3.6vw, 48px); align-items: stretch; margin: clamp(24px, 4vw, 46px) clamp(18px, 5vw, 84px) clamp(22px, 4vw, 42px); padding: clamp(18px, 2.8vw, 34px); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 22px 58px rgb(20 81 90 / 0.12); overflow: hidden; }
.hero-copy { position: relative; max-width: 760px; display: grid; align-content: center; padding: clamp(28px, 4.6vw, 62px); border-radius: var(--radius); background: var(--primary-dark); color: white; box-shadow: none; overflow: hidden; }
.eyebrow { margin: 0 0 14px; color: var(--primary-dark); font-size: 13px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1.03; letter-spacing: 0; text-wrap: balance; }
h2 { margin: 0; font-size: clamp(30px, 4vw, 54px); line-height: 1.04; letter-spacing: 0; }
h3 { margin: 0; font-size: 18px; line-height: 1.25; letter-spacing: 0; }
.hero-copy > p:not(.eyebrow), .page-hero p, .section-heading p, .proof-band p, .home-faq-copy p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-copy h1 { color: white; max-width: 680px; }
.hero-copy > p:not(.eyebrow) { color: #DDEDEE; max-width: 620px; }
.hero-copy .eyebrow { color: #99F1F5; }
.hero-actions, .detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.hero-proof div { min-width: 0; padding: 15px; border: 1px solid rgb(255 255 255 / 0.16); border-radius: var(--radius); background: rgb(255 255 255 / 0.08); box-shadow: none; backdrop-filter: blur(12px); }
.hero-proof strong { display: block; color: #B4ECF6; font-size: clamp(26px, 2.6vw, 40px); line-height: 1; }
.hero-proof span { display: block; margin-top: 6px; color: #DDEDEE; font-size: 12px; font-weight: 850; line-height: 1.35; text-transform: uppercase; }
.buyer-path { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.buyer-path span { min-height: 38px; display: grid; place-items: center; padding: 8px 10px; border: 1px solid rgb(255 255 255 / 0.16); border-radius: var(--radius); color: #DDEDEE; font-size: 12px; font-weight: 850; text-align: center; }
.hero-carousel { position: relative; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; gap: 14px; align-self: stretch; min-height: clamp(540px, 52vw, 680px); padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: #F7F9FF; box-shadow: none; overflow: hidden; }
.hero-carousel-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 8px 8px 2px; color: var(--muted); font-size: 13px; font-weight: 850; }
.hero-carousel-top span { color: var(--primary-dark); text-transform: uppercase; }
.hero-carousel-stage { position: relative; overflow: hidden; min-height: 0; border-radius: var(--radius); background: var(--surface-soft); }
.hero-carousel-track { height: 100%; display: flex; transition: transform 360ms ease; will-change: transform; }
.hero-slide { position: relative; min-width: 100%; height: 100%; display: grid; grid-template-rows: minmax(0, 1fr) auto; background: white; }
.hero-slide-media { min-height: 0; overflow: hidden; }
.hero-slide-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 520ms ease; }
.hero-slide-media:hover img { transform: scale(1.035); }
.hero-slide-caption { display: grid; gap: 5px; padding: 18px; border-top: 1px solid var(--line); background: linear-gradient(180deg, white, oklch(0.985 0.012 185)); }
.hero-slide-caption span { width: fit-content; padding: 5px 8px; border-radius: 999px; background: var(--surface-soft); color: var(--primary-dark); font-size: 12px; font-weight: 900; }
.hero-slide-caption strong { font-size: clamp(22px, 2vw, 32px); line-height: 1.12; overflow-wrap: anywhere; }
.hero-slide-caption em { color: var(--muted); font-size: 14px; font-style: normal; font-weight: 750; }
.hero-carousel-controls { display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; gap: 10px; align-items: center; }
.hero-carousel-controls > button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--primary-dark); color: white; font-size: 28px; font-weight: 800; cursor: pointer; transition: transform 160ms ease, background 180ms ease, box-shadow 180ms ease; }
.hero-carousel-controls > button:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.hero-dots { display: flex; justify-content: center; gap: 2px; overflow: auto; padding: 2px 0; scrollbar-width: none; }
.hero-dots::-webkit-scrollbar { display: none; }
.hero-dots button { width: 24px; height: 24px; flex: 0 0 24px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 999px; background: transparent; cursor: pointer; transition: width 180ms ease; }
.hero-dots button::before { content: ""; width: 9px; height: 9px; border-radius: 999px; background: oklch(0.78 0.035 195); transition: width 180ms ease, background 180ms ease; }
.hero-dots button.is-active { width: 36px; }
.hero-dots button.is-active::before { width: 28px; background: var(--primary); }
.trust-strip, .metric-band { margin: 0 clamp(18px, 5vw, 84px) clamp(38px, 5vw, 70px); display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: var(--primary-dark); box-shadow: 0 14px 34px rgb(20 81 90 / 0.12); overflow: hidden; }
.trust-strip div, .metric-band div { padding: 24px; border-right: 1px solid oklch(1 0 0 / 0.12); }
.proof-index { display: inline-flex; margin-bottom: 12px; color: oklch(0.78 0.08 190); font-size: 12px; font-weight: 950; }
.trust-strip div:last-child, .metric-band div:last-child { border-right: 0; }
.trust-strip strong, .metric-band strong { display: block; margin-bottom: 8px; color: white; font-size: 18px; }
.trust-strip span, .metric-band span { color: oklch(0.82 0.03 205); line-height: 1.55; }
.metric-band strong { font-size: 44px; color: var(--primary-dark); }
.section-heading, .page-hero { padding: clamp(28px, 5vw, 58px) clamp(18px, 5vw, 84px) 18px; max-width: 1040px; }
.compact-hero { padding-top: clamp(42px, 7vw, 96px); }
.about-hero { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.72fr); gap: clamp(28px, 5vw, 70px); align-items: center; padding: clamp(52px, 7vw, 104px) clamp(18px, 5vw, 84px) clamp(42px, 6vw, 86px); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, oklch(0.985 0.012 185), oklch(1 0 0)); }
.about-hero-copy { display: grid; gap: 18px; max-width: 920px; }
.about-hero-copy h1 { max-width: 880px; }
.about-hero-copy > p:not(.eyebrow) { max-width: 760px; color: var(--muted); font-size: clamp(17px, 1.3vw, 21px); line-height: 1.75; }
.about-hero-cta { width: fit-content; margin-top: 2px; }
.factory-profile { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.factory-profile div { min-height: 118px; padding: 18px; border: 1px solid var(--line); border-bottom: 3px solid transparent; border-radius: var(--radius); background: white; box-shadow: 0 12px 30px oklch(0.34 0.04 220 / 0.06); transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.factory-profile div:hover { transform: translateY(-2px); border-bottom-color: var(--primary); box-shadow: 0 16px 34px oklch(0.34 0.04 220 / 0.09); }
.factory-profile span { display: block; margin-bottom: 8px; color: var(--primary-dark); font-size: 12px; font-weight: 950; text-transform: uppercase; }
.factory-profile strong { display: block; color: var(--ink); line-height: 1.5; font-size: 15px; }
.factory-visual { min-height: 560px; display: grid; grid-template-columns: 1.08fr 0.92fr; grid-template-rows: repeat(6, 1fr) auto; gap: 10px; }
.factory-visual img { width: 100%; height: 100%; min-height: 0; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface-soft); box-shadow: 0 14px 34px oklch(0.34 0.04 220 / 0.08); }
.factory-visual img:nth-child(1) { grid-row: 1 / 5; }
.factory-visual img:nth-child(2) { grid-row: 5 / 7; }
.factory-visual img:nth-child(3) { grid-row: 1 / 3; }
.factory-visual img:nth-child(4) { grid-row: 3 / 5; }
.factory-visual img:nth-child(5) { grid-row: 5 / 7; }
.factory-visual-caption { grid-column: 1 / 3; display: grid; gap: 5px; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.factory-visual-caption strong { color: var(--ink); font-size: 16px; }
.factory-visual-caption span { color: var(--muted); line-height: 1.55; font-size: 13px; }
.factory-story { display: grid; grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr); gap: clamp(24px, 5vw, 76px); align-items: start; margin: clamp(46px, 7vw, 92px) clamp(18px, 5vw, 84px); }
.factory-story h2, .factory-section-heading h2 { max-width: 820px; }
.factory-story-copy { display: grid; gap: 16px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.factory-story-copy p { margin: 0; }
.buyer-fit, .factory-capabilities, .factory-quality, .factory-process, .about-cta { margin: 0 clamp(18px, 5vw, 84px) clamp(46px, 7vw, 96px); }
.factory-section-heading { display: grid; gap: 8px; margin-bottom: 20px; }
.buyer-fit { display: grid; grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr); gap: clamp(18px, 3vw, 36px); align-items: stretch; }
.buyer-fit .factory-section-heading { margin-bottom: 0; padding: clamp(24px, 4vw, 38px); border-radius: var(--radius); background: var(--primary-dark); color: white; }
.buyer-fit .factory-section-heading .eyebrow, .buyer-fit .factory-section-heading h2 { color: white; }
.buyer-fit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.buyer-fit-grid article { min-height: 196px; display: grid; align-content: start; gap: 12px; padding: 20px; border: 1px solid var(--line); border-bottom: 3px solid transparent; border-radius: var(--radius); background: white; transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.buyer-fit-grid article:hover { transform: translateY(-2px); border-bottom-color: var(--primary); box-shadow: 0 12px 28px oklch(0.34 0.04 220 / 0.08); }
.buyer-fit-grid h3 { font-size: 20px; }
.buyer-fit-grid p { margin: 0; color: var(--muted); line-height: 1.62; }
.factory-capability-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.factory-capability-grid article { min-height: 220px; display: grid; align-content: start; gap: 12px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.factory-capability-grid article:hover { transform: translateY(-2px); border-color: oklch(0.78 0.06 190); box-shadow: 0 12px 28px oklch(0.34 0.04 220 / 0.08); }
.factory-capability-grid span, .factory-quality-list span, .factory-process-list span { color: var(--primary-dark); font-size: 12px; font-weight: 950; letter-spacing: 0.04em; }
.factory-capability-grid h3, .factory-quality-list h3, .factory-process-list h3 { font-size: 20px; }
.factory-capability-grid p, .factory-quality-list p, .factory-process-list p { margin: 0; color: var(--muted); line-height: 1.65; }
.factory-quality { display: grid; grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr); gap: clamp(20px, 4vw, 58px); align-items: start; padding: clamp(26px, 4vw, 44px); border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.factory-quality .factory-section-heading { margin-bottom: 0; }
.factory-quality-list { display: grid; gap: 12px; }
.factory-quality-list article { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 14px; padding: 18px; border-radius: var(--radius); background: var(--surface-soft); }
.factory-quality-list span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 999px; background: white; color: var(--primary-dark); }
.factory-process { display: grid; grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr); gap: clamp(22px, 4vw, 58px); align-items: start; padding: clamp(26px, 4vw, 44px); border-radius: var(--radius); background: var(--surface-soft); }
.factory-process .factory-section-heading { margin-bottom: 0; }
.factory-process-list { display: grid; gap: 10px; }
.factory-process-list article { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 14px; align-items: start; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.factory-process-list span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--primary-dark); color: white; }
.about-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; align-items: center; padding: clamp(26px, 4vw, 44px); border-radius: var(--radius); background: var(--ink); color: white; }
.about-cta .eyebrow, .about-cta p { color: oklch(0.82 0.04 185); }
.about-cta h2 { max-width: 760px; color: white; }
.about-cta p { max-width: 760px; line-height: 1.65; }
.category-grid, .product-grid, .shop-layout, .product-detail, .proof-band, .home-faq-band, .procurement-guide, .faq-list, .contact-layout { margin: 0 clamp(18px, 5vw, 84px) clamp(46px, 7vw, 96px); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-tile { min-height: 210px; position: relative; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface-soft); box-shadow: 0 12px 30px oklch(0.34 0.04 220 / 0.08); transition: transform 180ms ease, box-shadow 180ms ease; }
.category-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.category-tile img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform 500ms ease; }
.category-tile:hover img { transform: scale(1.04); }
.category-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, oklch(0.16 0.035 230 / 0.76)); }
.category-tile span { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 1; color: white; }
.category-tile strong { display: block; margin-top: 4px; font-size: 24px; }
.category-tile em, .category-tile small { display: block; font-style: normal; color: oklch(0.92 0.02 190); }
.category-tile small { margin-top: 8px; font-weight: 850; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.product-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-bottom: 3px solid transparent; border-radius: var(--radius); background: white; box-shadow: none; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.product-card:hover { transform: translateY(-3px); border-color: var(--line); border-bottom-color: var(--primary); box-shadow: var(--shadow); }
.product-media { position: relative; display: block; aspect-ratio: 1 / 1; background: var(--surface-soft); overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.product-card:hover .product-media img { transform: scale(1.035); }
.product-media span { position: absolute; left: 10px; bottom: 10px; padding: 6px 9px; border-radius: 999px; color: white; background: oklch(0.17 0.035 230 / 0.78); font-size: 12px; font-weight: 850; }
.product-card-body { flex: 1; display: flex; flex-direction: column; padding: 16px; }
.product-card-head { display: flex; justify-content: space-between; gap: 10px; align-items: start; }
.card-category { margin: 0 0 8px; color: var(--primary-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.card-proof { flex: 0 0 auto; padding: 5px 7px; border-radius: 999px; background: var(--surface-soft); color: var(--primary-dark); font-size: 11px; font-weight: 900; }
.product-card h3 { min-height: 46px; }
.purchase-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin: 10px 0 2px; }
.purchase-proof span { min-width: 0; padding: 8px 6px; border: 1px solid var(--line); border-radius: var(--radius); background: #F7F9FF; color: var(--muted); font-size: 11px; font-weight: 800; text-align: center; text-transform: uppercase; }
.purchase-proof strong { display: block; margin-bottom: 2px; color: var(--primary-dark); font-size: 13px; line-height: 1; }
.product-card p:not(.card-category) { min-height: 66px; margin: 10px 0; color: var(--muted); line-height: 1.5; font-size: 14px; }
.mini-facts, .badge-row { display: flex; flex-wrap: wrap; gap: 7px; }
.product-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 14px; }
.text-link { color: var(--primary-dark); font-size: 13px; font-weight: 900; }
.mini-quote { min-height: 36px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border-radius: var(--radius); background: var(--primary-dark); color: white; font-size: 12px; font-weight: 900; }
.mini-facts span, .badge { padding: 6px 9px; border-radius: 999px; background: var(--surface-soft); color: var(--primary-dark); font-size: 12px; font-weight: 800; text-transform: capitalize; }
.badge { background: oklch(0.96 0.04 82); color: oklch(0.33 0.07 80); }
.related-products { margin: 0 clamp(18px, 5vw, 84px) clamp(54px, 7vw, 100px); }
.related-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.related-heading h2 { max-width: 900px; }
.related-controls { display: flex; gap: 10px; align-items: center; }
.related-controls button { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: var(--radius); background: oklch(1 0 0 / 0.86); color: var(--ink); cursor: pointer; box-shadow: 0 10px 26px oklch(0.18 0.04 230 / 0.08); transition: transform 160ms ease, background 180ms ease, border-color 180ms ease, opacity 180ms ease; }
.related-controls button span { height: 30px; font-size: 32px; line-height: 27px; transform: translateY(-1px); }
.related-controls button:hover { transform: translateY(-2px); border-color: var(--primary); background: white; }
.related-controls button:disabled { cursor: not-allowed; opacity: 0.36; transform: none; box-shadow: none; }
.related-carousel-viewport { overflow-x: auto; padding: 2px 4px 12px; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; }
.related-carousel-viewport::-webkit-scrollbar { display: none; }
.related-carousel-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, calc((100% - 54px) / 4)); gap: 18px; }
.related-carousel-track .product-card { height: 100%; scroll-snap-align: start; }
.proof-band { display: grid; grid-template-columns: 0.95fr 1fr auto; gap: 24px; align-items: center; padding: clamp(26px, 4vw, 44px); border-radius: var(--radius); background: var(--ink); color: white; }
.proof-band .eyebrow, .proof-band p { color: oklch(0.82 0.04 185); }
.procurement-guide { display: grid; grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.2fr) auto; gap: clamp(18px, 3vw, 34px); align-items: center; padding: clamp(26px, 4vw, 44px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-soft); }
.procurement-guide h2 { max-width: 620px; }
.procurement-guide p:not(.eyebrow) { color: #596673; line-height: 1.65; }
.procurement-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.procurement-grid article { display: grid; gap: 6px; min-height: 102px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.procurement-grid strong { color: var(--primary-dark); font-size: 15px; }
.procurement-grid span { color: var(--muted); line-height: 1.5; font-size: 13px; }
.home-faq-band { display: grid; grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr); gap: clamp(20px, 3vw, 36px); align-items: stretch; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: none; }
.quote-checklist { display: grid; gap: 8px; margin: 4px 0 8px; }
.quote-checklist span { padding: 10px 12px; border: 1px solid var(--line); border-radius: var(--radius); background: white; color: var(--ink); font-size: 13px; font-weight: 850; }
.home-faq-copy { display: grid; align-content: center; gap: 14px; }
.home-faq-copy h2 { max-width: 620px; }
.home-faq-copy p { margin: 0; max-width: 560px; }
.home-faq-copy .button { width: fit-content; margin-top: 8px; }
.home-faq-list { display: grid; gap: 12px; }
.home-faq-list article { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.home-faq-list article:hover { transform: translateY(-2px); border-color: oklch(0.78 0.06 190); box-shadow: 0 12px 28px oklch(0.34 0.04 220 / 0.08); }
.home-faq-list h3 { margin-bottom: 8px; font-size: 18px; }
.home-faq-list p { margin: 0; color: var(--muted); line-height: 1.6; }
.shop-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 28px; align-items: start; }
.filter-panel { position: sticky; top: 96px; display: grid; gap: 8px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.filter-panel strong { margin-bottom: 8px; }
.filter-panel a { padding: 10px 12px; border-radius: var(--radius); color: var(--muted); }
.filter-panel a:hover, .filter-panel a.is-active { background: var(--surface-soft); color: var(--ink); }
.product-detail { display: grid; grid-template-columns: minmax(520px, 1.18fr) minmax(500px, 0.82fr); gap: clamp(22px, 3vw, 44px); align-items: start; max-width: none; padding-top: clamp(30px, 5vw, 64px); }
.detail-gallery { position: sticky; top: 96px; min-width: 0; }
.main-image { position: relative; aspect-ratio: 4 / 3; max-height: calc(100vh - 170px); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 16px 42px oklch(0.34 0.04 220 / 0.08); }
.main-image img { width: 100%; height: 100%; object-fit: cover; }
.gallery-nav { position: absolute; top: 50%; z-index: 2; width: 38px; height: 58px; display: grid; place-items: center; padding: 0; border: 1px solid oklch(1 0 0 / 0.72); border-radius: 999px; background: linear-gradient(180deg, oklch(1 0 0 / 0.8), oklch(0.96 0.012 190 / 0.58)); color: var(--ink); cursor: pointer; transform: translateY(-50%); backdrop-filter: blur(14px); box-shadow: 0 10px 26px oklch(0.18 0.04 230 / 0.14); transition: transform 160ms ease, background 180ms ease, box-shadow 180ms ease, opacity 180ms ease; opacity: 0.92; }
.gallery-nav span { display: block; height: 32px; color: var(--ink); font-size: 32px; font-weight: 540; line-height: 29px; text-align: center; transform: translateY(-1px); }
.gallery-nav:hover { background: linear-gradient(180deg, oklch(1 0 0 / 0.94), oklch(0.98 0.01 190 / 0.72)); box-shadow: 0 18px 42px oklch(0.18 0.04 230 / 0.22); opacity: 1; }
.gallery-nav:active { transform: translateY(-50%) scale(0.96); }
.gallery-nav:focus-visible { outline: 3px solid oklch(0.78 0.09 190 / 0.45); outline-offset: 3px; }
.gallery-prev { left: 18px; }
.gallery-next { right: 18px; }
.thumbnail-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(78px, 1fr)); gap: 8px; max-height: 176px; overflow: auto; margin-top: 10px; padding: 2px 2px 6px; scrollbar-color: var(--primary) var(--surface-soft); }
.thumbnail-row button { aspect-ratio: 1 / 1; overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: var(--radius); background: white; cursor: pointer; opacity: 0.72; transition: opacity 160ms ease, border-color 160ms ease, transform 160ms ease; }
.thumbnail-row button:hover { opacity: 1; transform: translateY(-1px); }
.thumbnail-row button.is-active { border-color: var(--primary); opacity: 1; box-shadow: 0 0 0 3px oklch(0.82 0.08 190 / 0.22); }
.thumbnail-row img { width: 100%; height: 100%; object-fit: cover; }
.detail-info { min-width: 0; display: grid; align-content: start; padding: clamp(20px, 2.4vw, 34px); border: 1px solid var(--line); border-radius: var(--radius); background: oklch(1 0 0 / 0.82); box-shadow: 0 16px 42px oklch(0.34 0.04 220 / 0.08); backdrop-filter: blur(10px); }
.detail-info h1 { max-width: none; font-size: clamp(40px, 3.4vw, 72px); line-height: 1.02; letter-spacing: 0; text-wrap: balance; word-break: normal; overflow-wrap: anywhere; hyphens: auto; }
.detail-summary { color: var(--muted); line-height: 1.7; font-size: 17px; }
.badge-row.large { margin: 20px 0; }
.sku-panel { margin: 22px 0; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.section-mini-heading { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.section-mini-heading span { color: var(--muted); }
.sku-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; max-height: none; overflow: visible; padding-right: 0; }
.sku-option { min-height: 70px; text-align: left; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); cursor: pointer; transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease; }
.sku-option strong, .sku-option span, .sku-option em { display: block; }
.sku-option span, .sku-option em { margin-top: 4px; color: #596673; font-size: 12px; font-style: normal; }
.sku-option:hover { transform: translateY(-1px); border-color: var(--primary); box-shadow: 0 8px 20px oklch(0.42 0.04 220 / 0.08); }
.sku-option.is-active { border-color: var(--primary); background: var(--surface-soft); box-shadow: inset 0 0 0 1px var(--primary); }
.fact-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; border: 0; border-radius: 0; overflow: visible; background: transparent; }
.fact-list div { display: grid; gap: 7px; min-width: 0; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.fact-list dt { min-width: 0; color: var(--muted); font-size: 13px; font-weight: 850; line-height: 1.2; overflow-wrap: anywhere; }
.fact-list dd { margin: 0; min-width: 0; color: var(--ink); font-weight: 700; line-height: 1.45; overflow-wrap: anywhere; word-break: break-word; }
.faq-list { max-width: 920px; display: grid; gap: 12px; }
.faq-list details, .contact-card { border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.faq-list summary { cursor: pointer; padding: 18px 20px; font-weight: 850; }
.faq-list p { margin: 0; padding: 0 20px 20px; color: var(--muted); line-height: 1.7; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-card { padding: clamp(22px, 4vw, 38px); }
.contact-card.accent { background: var(--surface-soft); }
.contact-card li { margin: 10px 0; color: var(--muted); }
.contact-channels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; align-items: stretch; margin-top: 18px; }
.contact-channel { position: relative; min-width: 0; min-height: 136px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 16px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: oklch(1 0 0 / 0.9); color: var(--ink); box-shadow: 0 8px 20px oklch(0.34 0.04 220 / 0.05); transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.contact-channel:hover { transform: translateY(-3px); border-color: oklch(0.73 0.08 190); background: white; box-shadow: 0 14px 30px oklch(0.34 0.04 220 / 0.11); }
.contact-channel:active { transform: translateY(-1px) scale(0.99); }
.contact-channel:focus-visible { outline: 3px solid oklch(0.72 0.1 190 / 0.4); outline-offset: 3px; }
.contact-channel-icon { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border-radius: 14px; color: white; }
.contact-channel-icon svg { width: 25px; height: 25px; display: block; }
.contact-channel-whatsapp .contact-channel-icon { background: oklch(0.72 0.19 151); }
.contact-channel-email .contact-channel-icon { background: var(--primary-dark); }
.contact-channel-facebook .contact-channel-icon { background: oklch(0.52 0.19 260); }
.contact-channel-copy { min-width: 0; display: grid; gap: 4px; padding-right: 18px; }
.contact-channel-copy strong { color: var(--ink); font-size: 15px; line-height: 1.15; }
.contact-channel-copy small { overflow-wrap: anywhere; color: var(--muted); font-size: 11px; font-weight: 750; line-height: 1.35; }
.contact-channel-arrow { position: absolute; top: 16px; right: 16px; color: var(--muted); font-size: 17px; font-weight: 800; transition: transform 180ms ease, color 180ms ease; }
.contact-channel:hover .contact-channel-arrow { color: var(--primary-dark); transform: translate(2px, -2px); }
.empty-state { margin: 0 clamp(18px, 5vw, 84px) 80px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.site-footer { display: grid; grid-template-columns: 1.4fr 0.7fr 0.9fr; gap: 32px; padding: 44px clamp(18px, 5vw, 84px); background: oklch(0.17 0.035 230); color: white; }
.site-footer p, .site-footer span, .site-footer a { color: oklch(0.82 0.03 205); line-height: 1.65; }
.site-footer div { display: grid; align-content: start; gap: 7px; }
@media (max-width: 1180px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .related-carousel-track { grid-auto-columns: minmax(280px, calc((100% - 36px) / 3)); }
  .product-detail { grid-template-columns: 1fr; }
  .detail-info h1 { max-width: 900px; }
  .detail-gallery { position: static; }
}
@media (max-width: 880px) {
  .site-header { grid-template-columns: auto auto; min-height: 68px; }
  .nav-toggle { display: block; justify-self: end; }
  .site-nav { grid-column: 1 / -1; display: none; justify-content: start; flex-wrap: wrap; padding-bottom: 16px; }
  .site-nav.is-open { display: flex; }
  .language-switcher { grid-column: 1 / -1; width: 100%; justify-content: space-between; }
  .language-switcher select { flex: 1; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; margin: 18px; padding: 14px; }
  .hero-copy { padding: 28px; }
  .hero-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-carousel { min-height: 540px; }
  .related-heading { align-items: start; }
  .related-carousel-track { grid-auto-columns: minmax(260px, calc((100% - 18px) / 2)); }
  .about-hero { grid-template-columns: 1fr; padding-top: 38px; }
  .factory-profile, .factory-story, .buyer-fit, .buyer-fit-grid, .factory-quality, .factory-process, .factory-capability-grid, .about-cta { grid-template-columns: 1fr; }
  .factory-visual { min-height: 420px; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(4, 1fr) auto; }
  .factory-visual img:nth-child(1) { grid-column: 1 / 3; grid-row: 1 / 3; }
  .factory-visual img:nth-child(2) { grid-column: 1; grid-row: 3; }
  .factory-visual img:nth-child(3) { grid-column: 2; grid-row: 3; }
  .factory-visual img:nth-child(4) { grid-column: 1; grid-row: 4; }
  .factory-visual img:nth-child(5) { grid-column: 2; grid-row: 4; }
  .factory-visual-caption { grid-column: 1 / 3; }
  .buyer-fit .factory-section-heading { padding: 24px; }
  .about-cta .button { width: fit-content; }
  .trust-strip, .metric-band, .category-grid, .product-grid, .shop-layout, .proof-band, .home-faq-band, .procurement-guide, .contact-layout, .site-footer { grid-template-columns: 1fr; }
  .trust-strip div, .metric-band div { border-right: 0; border-bottom: 1px solid var(--line); }
  .filter-panel { position: static; }
  .proof-band { align-items: start; }
  .home-faq-copy .button { width: 100%; }
}
@media (max-width: 560px) {
  h1 { font-size: 40px; }
  .hero-proof { grid-template-columns: 1fr; }
  .buyer-path, .purchase-proof, .procurement-grid { grid-template-columns: 1fr; }
  .contact-channels { grid-template-columns: 1fr; }
  .contact-channel { min-height: 0; flex-direction: row; align-items: center; justify-content: flex-start; gap: 14px; padding: 14px 52px 14px 14px; }
  .contact-channel-copy { padding-right: 0; }
  .contact-channel-arrow { top: 50%; right: 18px; transform: translateY(-50%); }
  .contact-channel:hover .contact-channel-arrow { transform: translate(2px, calc(-50% - 2px)); }
  .detail-info h1 { font-size: 38px; line-height: 1.08; overflow-wrap: anywhere; }
  .hero-carousel { min-height: 500px; padding: 10px; }
  .hero-carousel-controls { grid-template-columns: 44px minmax(0, 1fr) 44px; }
  .hero-carousel-controls > button { width: 44px; height: 44px; }
  .gallery-nav { width: 34px; height: 52px; }
  .gallery-nav span { height: 28px; font-size: 28px; line-height: 25px; }
  .gallery-prev { left: 10px; }
  .gallery-next { right: 10px; }
  .related-heading { flex-direction: column; }
  .related-controls { width: 100%; justify-content: flex-end; }
  .related-carousel-track { grid-auto-columns: minmax(250px, 86vw); }
  .product-grid { grid-template-columns: 1fr; }
  .sku-options { grid-template-columns: 1fr; }
  .thumbnail-row { grid-template-columns: repeat(4, 1fr); }
  .fact-list { grid-template-columns: 1fr; }
}