/* Hallmark pre-emit critique: P5 H5 E4 S5 R4 V4 */
:root {
  --color-ink: #17231f;
  --color-muted: #63716c;
  --color-forest: #215d49;
  --color-deep: #123b31;
  --color-sage: #c7dad1;
  --color-mist: #edf4f0;
  --color-paper: #f7f3eb;
  --color-white: #ffffff;
  --color-copper: #c66e42;
  --color-line: #d5dfda;
  --font-body: "DM Sans", Arial, sans-serif;
  --font-display: "Libre Caslon Display", Georgia, serif;
  --font-zh: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --font-ar: "Noto Sans Arabic", Arial, sans-serif;
  --radius: 6px;
  --shadow: 0 16px 44px rgba(18, 59, 49, 0.12);
}

* { box-sizing: border-box; letter-spacing: 0; }
body { overflow-wrap: anywhere; }
html, body { overflow-x: clip; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--color-ink); background: var(--color-white); font-family: var(--font-body); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { width: 1px; height: 1px; position: absolute; overflow: hidden; margin: -1px; padding: 0; border: 0; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 14px; color: var(--color-ink); background: var(--color-white); border: 1px solid var(--color-forest); }
.skip-link:focus { top: 16px; }

.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; padding: 7px 20px; color: var(--color-white); background: var(--color-deep); font-size: 11px; font-weight: 700; letter-spacing: 0; text-align: center; text-transform: uppercase; }
.site-header { min-height: 74px; position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(18,59,49,.11); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 150px; }
.brand-seal { width: 30px; height: 30px; display: inline-grid; place-items: center; flex: 0 0 30px; color: var(--color-white); background: var(--color-copper); border-radius: 3px; font: 700 21px/1 Georgia, serif; }
.brand-seal.large { width: 72px; height: 72px; font-size: 48px; }
.brand-seal.extra-large { width: 110px; height: 110px; font-size: 74px; }
.brand-word { color: var(--color-forest); font: 700 27px/1 var(--font-display); }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; }
.main-nav a:not(.nav-action) { padding: 10px 0; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav a.active { color: var(--color-forest); border-color: var(--color-copper); }
.nav-action { display: inline-flex; align-items: center; min-height: 42px; padding: 0 17px; color: var(--color-white); background: var(--color-forest); border-radius: var(--radius); white-space: nowrap; }
.language-control { min-width: 104px; height: 40px; position: relative; display: inline-flex; align-items: center; gap: 7px; padding: 0 9px; color: var(--color-deep); background: var(--color-white); border: 1px solid #bdcbc5; border-radius: var(--radius); }
.language-control svg { width: 16px; height: 16px; flex: 0 0 16px; pointer-events: none; }
.language-control svg:last-child { position: absolute; right: 8px; }
.language-control select { width: 100%; height: 100%; padding: 0 20px 0 0; color: inherit; background: transparent; border: 0; outline: 0; appearance: none; cursor: pointer; font-size: 12px; font-weight: 700; }
.icon-button { width: 42px; height: 42px; display: inline-grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.icon-button svg { width: 21px; height: 21px; }
.menu-button { display: none; }

.section-space { padding: 96px 5%; }
.section-inner { width: min(1180px, 100%); margin: 0 auto; }
.eyebrow { margin: 0 0 13px; color: var(--color-copper); font-size: 11px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h2 { margin: 0; font: 400 46px/1.08 var(--font-display); }
h3 { margin: 0; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; border: 1px solid transparent; border-radius: var(--radius); font-size: 13px; font-weight: 800; cursor: pointer; white-space: nowrap; }
.button svg, .text-link svg { width: 16px; height: 16px; }
.button-primary { color: var(--color-white); background: var(--color-forest); border-color: var(--color-forest); }
.button-primary:hover { background: var(--color-deep); border-color: var(--color-deep); }
.button-secondary { color: var(--color-forest); background: transparent; border-color: var(--color-forest); }
.button-secondary:hover { color: var(--color-white); background: var(--color-forest); }
.button-light { color: var(--color-deep); background: var(--color-white); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--color-forest); font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--color-forest); white-space: nowrap; }
.fine-print { color: #78857f; font-size: 11px; }

.hero-supply { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); align-items: center; gap: 64px; padding: 72px 5% 82px; background: var(--color-paper); }
.hero-supply .section-inner { width: min(1180px, 100%); display: contents; }
.hero-copy { max-width: 620px; }
.hero-supply h1 { margin: 0; color: var(--color-deep); font: 400 clamp(48px, 6vw, 78px)/.98 var(--font-display); }
.hero-summary { max-width: 570px; margin: 22px 0 26px; color: #44534d; font-size: 18px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.hero-art { min-height: 470px; display: grid; grid-template-rows: auto minmax(0, 1fr) auto auto; gap: 14px; position: relative; overflow: hidden; padding: 21px; color: var(--color-white); background: var(--color-deep); border: 1px solid rgba(198,110,66,.38); border-radius: var(--radius); box-shadow: 0 20px 45px rgba(18,59,49,.18); }
.hero-art-kicker { color: #e0a379; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.hero-product-link { display: block; min-width: 0; outline-offset: 4px; }
.hero-product-stage { width: 100%; height: 300px; min-height: 0; position: relative; display: grid; place-items: center; margin: 0; overflow: hidden; background: #e9e7df; border: 1px solid rgba(255,255,255,.22); }
.hero-product-stage img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; max-width: none; object-fit: contain; }
.hero-product-link:hover .hero-product-stage img, .hero-product-link:focus-visible .hero-product-stage img { transform: scale(1.018); }
.hero-product-stage img { transition: transform 220ms ease; }
.hero-product-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; min-width: 0; }
.hero-product-caption strong { min-width: 0; color: var(--color-white); font: 400 24px/1.05 var(--font-display); }
.hero-product-caption span { color: #d4e2dc; font-size: 11px; text-align: right; }
.hero-specs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.25); }
.hero-specs div { min-width: 0; padding: 10px 12px 0; border-right: 1px solid rgba(255,255,255,.2); }
.hero-specs div:last-child { border-right: 0; }
.hero-specs span, .hero-specs strong { display: block; }
.hero-specs span { color: #b9d1c7; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.hero-specs strong { margin-top: 3px; color: var(--color-white); font-size: 12px; line-height: 1.2; }
.hero-carousel-controls { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.hero-carousel-button { width: 32px; height: 32px; display: inline-grid; place-items: center; padding: 0; color: var(--color-white); background: transparent; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; cursor: pointer; }
.hero-carousel-button:hover, .hero-carousel-button:focus-visible { color: var(--color-deep); background: var(--color-white); }
.hero-carousel-button svg { width: 16px; height: 16px; }
.hero-carousel-dots { display: flex; align-items: center; justify-content: center; gap: 8px; }
.hero-carousel-dots button { width: 7px; height: 7px; padding: 0; background: rgba(255,255,255,.38); border: 0; border-radius: 50%; cursor: pointer; }
.hero-carousel-dots button.active { width: 22px; border-radius: 5px; background: var(--color-copper); }
.hero-carousel-dots button:focus-visible { outline: 2px solid var(--color-white); outline-offset: 3px; }
.hero-note { display: none; }

.proof-strip { min-height: 102px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; padding: 18px 5%; color: var(--color-white); background: var(--color-forest); }
.proof-strip div { min-width: 0; padding: 5px 24px; border-right: 1px solid rgba(255,255,255,.25); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { font-size: 15px; }
.proof-strip span { margin-top: 3px; color: #dcebe5; font-size: 11px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-heading h2 { max-width: 690px; }
.section-heading p:last-child { max-width: 360px; margin: 0; color: var(--color-muted); font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--color-line); }
.service-card { min-height: 256px; padding: 28px 28px 24px 0; border-right: 1px solid var(--color-line); }
.service-card + .service-card { padding-left: 28px; }
.service-card:last-child { border-right: 0; }
.service-card svg { width: 25px; height: 25px; margin-bottom: 39px; color: var(--color-forest); }
.service-card h3 { font: 400 27px/1.1 var(--font-display); }
.service-card p { max-width: 290px; margin: 12px 0 0; color: var(--color-muted); font-size: 14px; }
.service-card span { display: block; margin-top: 20px; color: var(--color-copper); font-size: 11px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }

.catalog-band { background: var(--color-mist); }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.catalog-card { min-height: 218px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; background: var(--color-white); border: 1px solid rgba(18,59,49,.09); border-radius: var(--radius); }
.catalog-card[data-tone="sage"] { background: var(--color-sage); }
.catalog-card[data-tone="paper"] { background: var(--color-paper); }
.catalog-card[data-tone="deep"] { color: var(--color-white); background: var(--color-deep); }
.catalog-card svg { width: 24px; height: 24px; color: var(--color-copper); }
.catalog-card h3 { margin-top: 25px; font: 400 24px/1.06 var(--font-display); }
.catalog-card p { margin: 8px 0 0; color: var(--color-muted); font-size: 12px; }
.catalog-card[data-tone="deep"] p { color: #d7e5df; }
.catalog-card a { align-self: flex-start; margin-top: 19px; font-size: 12px; font-weight: 800; border-bottom: 1px solid currentColor; }
.catalog-caption { max-width: 780px; margin: 25px 0 0; color: var(--color-muted); font-size: 12px; }
.catalog-status { display: block; margin-top: 22px; color: var(--color-copper); font-size: 10px; font-weight: 800; text-transform: uppercase; }

.partner-band { color: var(--color-white); background: var(--color-deep); }
.partner-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 90px; align-items: end; }
.partner-band h2 { max-width: 560px; }
.partner-band p:not(.eyebrow) { max-width: 620px; margin: 20px 0 0; color: #d3e2dc; font-size: 16px; }
.partner-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.26); }
.partner-list li { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.26); }
.partner-list li > span { color: var(--color-copper); font-size: 11px; font-weight: 800; }
.partner-list strong { display: block; font-size: 14px; }
.factory-feature { background: var(--color-paper); }
.factory-feature-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 70px; align-items: center; }
.factory-image-wrap { border: 1px solid var(--color-line); background: #eef2ee; overflow: hidden; }
.factory-image-wrap img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.factory-image-wrap .language-image { display: none; }
.factory-image-wrap .language-image.is-active { display: block; }
.factory-feature-copy h2 { max-width: 560px; }
.factory-feature-copy p:not(.eyebrow):not(.fine-print) { max-width: 560px; color: var(--color-muted); }
.factory-scenes-band { background: #edf3f0; }
.factory-scenes-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.factory-preview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.factory-preview-card { min-width: 0; margin: 0; }
.factory-preview-card a { display: block; overflow: hidden; background: #dce7e2; border: 1px solid rgba(18,59,49,.14); border-radius: var(--radius); }
.factory-preview-card img { width: 100%; height: 240px; display: block; object-fit: cover; transition: transform 220ms ease; }
.factory-preview-card a:hover img { transform: scale(1.018); }
.factory-preview-card figcaption { min-height: 42px; display: flex; align-items: flex-start; padding-top: 10px; color: var(--color-deep); font-size: 12px; font-weight: 800; }
.factory-preview-link { margin-top: 24px; }
.factory-scene { grid-column: span 3; min-width: 0; margin: 0; }
.factory-scene-wide { grid-column: span 6; }
.factory-scene:nth-child(n+4) { grid-column: span 4; }
.factory-scene-button { width: 100%; display: block; padding: 0; overflow: hidden; background: #dce7e2; border: 1px solid rgba(18,59,49,.14); border-radius: var(--radius); cursor: zoom-in; }
.factory-scene-button img { width: 100%; height: 310px; display: block; object-fit: cover; transition: transform 220ms ease; }
.factory-scene-button:hover img { transform: scale(1.018); }
.factory-scene-button:focus-visible { outline: 3px solid rgba(33,93,73,.3); outline-offset: 3px; }
.factory-scene figcaption { min-height: 42px; display: flex; align-items: flex-start; padding-top: 10px; color: var(--color-deep); font-size: 12px; font-weight: 800; }
.factory-scenes-note { max-width: 780px; margin: 24px 0 0 auto; color: var(--color-muted); font-size: 11px; }
.factory-lightbox { width: min(1180px, calc(100vw - 36px)); max-width: none; padding: 0; overflow: visible; color: var(--color-white); background: #0b211b; border: 0; border-radius: var(--radius); box-shadow: 0 28px 90px rgba(0,0,0,.38); }
.factory-lightbox::backdrop { background: rgba(5,17,14,.82); }
.factory-lightbox figure { margin: 0; }
.factory-lightbox img { width: 100%; max-height: 78vh; display: block; object-fit: contain; background: #06130f; border-radius: var(--radius) var(--radius) 0 0; }
.factory-lightbox figcaption { padding: 15px 18px 17px; font-size: 13px; font-weight: 700; }
.factory-lightbox-close { width: 40px; height: 40px; position: absolute; top: -13px; right: -13px; z-index: 2; display: grid; place-items: center; color: var(--color-deep); background: var(--color-white); border: 1px solid var(--color-line); border-radius: 50%; cursor: pointer; box-shadow: 0 8px 25px rgba(0,0,0,.2); }
.factory-lightbox-close svg { width: 19px; height: 19px; }
.partner-list p { margin: 4px 0 0; color: #bbd2c8; font-size: 12px; }

.cta-band { background: var(--color-paper); }
.cta-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .75fr); gap: 76px; align-items: end; }
.cta-layout h2 { max-width: 650px; }
.cta-layout p { margin: 0 0 25px; color: var(--color-muted); font-size: 15px; }

.site-footer { padding: 66px 5% 22px; color: #cedbd7; background: #102e27; }
.footer-inner { width: min(1180px, 100%); display: grid; grid-template-columns: 1.2fr .75fr 1fr; gap: 56px; margin: 0 auto 55px; }
.footer-brand .brand-word { color: var(--color-white); }
.footer-inner h2 { margin: 0 0 15px; color: var(--color-white); font: 800 11px/1.2 var(--font-body); letter-spacing: 0; text-transform: uppercase; }
.footer-inner a:not(.brand), .footer-inner p { display: block; margin: 7px 0; font-size: 12px; }
.footer-inner a:not(.brand):hover { color: var(--color-white); }
.footer-bottom { width: min(1180px, 100%); display: flex; justify-content: space-between; gap: 28px; margin: 0 auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); font-size: 10px; }

.page-hero { padding: 106px 5% 84px; color: var(--color-white); background: var(--color-forest); }
.page-hero h1 { max-width: 850px; margin: 0; font: 400 clamp(44px, 5vw, 68px)/1.02 var(--font-display); }
.page-hero p:last-child { max-width: 690px; margin: 24px 0 0; color: #dcebe5; font-size: 17px; }
.page-hero.deep { background: var(--color-deep); }
.page-hero.paper { color: var(--color-deep); background: var(--color-paper); }
.page-hero.paper p:last-child { color: var(--color-muted); }

.catalog-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.catalog-toolbar p { max-width: 540px; margin: 0; color: var(--color-muted); font-size: 14px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip { min-height: 38px; padding: 0 13px; color: var(--color-forest); background: transparent; border: 1px solid #aac1b7; border-radius: 999px; font-size: 11px; font-weight: 800; cursor: pointer; }
.filter-chip.active, .filter-chip:hover { color: var(--color-white); background: var(--color-forest); border-color: var(--color-forest); }
.product-directory { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.product-card { min-height: 300px; display: flex; flex-direction: column; padding: 24px; background: var(--color-white); border: 1px solid var(--color-line); border-radius: var(--radius); }
.product-card.is-muted { background: var(--color-paper); }
.product-card[hidden] { display: none; }
.product-card-top { display: flex; justify-content: space-between; gap: 18px; }
.product-card-top svg { width: 23px; height: 23px; color: var(--color-copper); }
.product-card .status { color: var(--color-copper); font-size: 10px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.product-card h2 { margin: 26px 0 10px; font-size: 29px; }
.product-card p { margin: 0; color: var(--color-muted); font-size: 13px; }
.product-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: auto 0 0; padding-top: 20px; }
.product-card dt { color: var(--color-muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.product-card dd { margin: 2px 0 0; font-size: 12px; font-weight: 800; }
.product-note { margin-top: 30px; padding: 17px 19px; color: var(--color-deep); background: var(--color-sage); font-size: 12px; }

.core-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.core-product { min-width: 0; overflow: hidden; background: var(--color-white); border: 1px solid var(--color-line); border-radius: var(--radius); }
.core-product-media { height: 286px; min-height: 0; display: grid; place-items: center; overflow: hidden; background: var(--color-white); }
.product-image-link { position: relative; outline-offset: -4px; cursor: pointer; }
.product-image-link::after { content: "→"; position: absolute; right: 16px; bottom: 14px; width: 32px; height: 32px; display: inline-grid; place-items: center; color: var(--color-white); background: rgba(18,59,49,.94); border-radius: 50%; font-size: 17px; font-weight: 800; opacity: 0; transform: translateY(4px); transition: opacity 160ms ease, transform 160ms ease; }
.product-image-link:hover::after, .product-image-link:focus-visible::after { opacity: 1; transform: translateY(0); }
.product-image-link:hover img, .product-image-link:focus-visible img { transform: scale(1.025); }
.core-product-media img { display: block; width: 100%; height: 286px; min-width: 0; min-height: 0; max-width: 100%; max-height: 286px; padding: 12px; object-fit: contain; }
.core-product-media.texture-media { background: var(--color-white); }
.core-product-media.texture-media img { width: 100%; height: 286px; min-width: 0; min-height: 0; max-width: 100%; max-height: 286px; padding: 0; object-fit: contain; }
.core-product-media img { transition: transform 220ms ease; }
.core-product-body { min-width: 0; padding: 27px; }
.core-product .product-card-top, .route-row .product-card-top { align-items: center; }
.status { color: var(--color-copper); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.status-sampled { color: var(--color-forest); }
.status-pending { color: #8e4c2d; }
.route-number { color: var(--color-muted); font: 400 18px/1 var(--font-display); }
.core-product h2 { margin: 24px 0 10px; font-size: 34px; }
.core-product p { margin: 0; color: var(--color-muted); font-size: 13px; }
.core-product dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 18px; margin: 28px 0 0; padding-top: 20px; border-top: 1px solid var(--color-line); }
.core-product dt, .route-row dt { color: var(--color-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.core-product dd, .route-row dd { margin: 3px 0 0; font-size: 12px; font-weight: 800; }
.confirmation-line { display: grid; grid-template-columns: 18px 1fr; gap: 8px; margin-top: 24px !important; padding-top: 17px; border-top: 1px solid var(--color-line); }
.confirmation-line svg { width: 17px; height: 17px; color: var(--color-copper); }
.core-product-pending { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); }
.core-product-symbol { min-height: 340px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 22px; padding: 30px; color: var(--color-white); background: var(--color-deep); text-align: center; }
.core-product-symbol svg { width: 54px; height: 54px; color: var(--color-copper); }
.core-product-symbol span { max-width: 200px; font-size: 12px; font-weight: 800; text-transform: uppercase; }

.route-directory { border-top: 1px solid #b8cbc3; }
.route-row { min-width: 0; display: grid; grid-template-columns: 42px minmax(0, 1.15fr) minmax(280px, .85fr); gap: 20px; align-items: center; padding: 24px 0; border-bottom: 1px solid #b8cbc3; }
.route-row[hidden] { display: none; }
.route-row > svg { width: 25px; height: 25px; color: var(--color-forest); }
.route-row h3 { margin: 5px 0 4px; font: 400 25px/1.1 var(--font-display); }
.route-row p { max-width: 570px; margin: 0; color: var(--color-muted); font-size: 12px; }
.route-row dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin: 0; }
.verification-section { background: var(--color-paper); }
.verification-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--color-line); }
.verification-grid article { min-height: 240px; padding: 25px 22px 20px 0; border-right: 1px solid var(--color-line); }
.verification-grid article + article { padding-left: 22px; }
.verification-grid article:last-child { border-right: 0; }
.verification-grid article > span { color: var(--color-copper); font-size: 11px; font-weight: 800; }
.verification-grid h3 { margin: 38px 0 10px; font: 400 24px/1.1 var(--font-display); }
.verification-grid p { margin: 0; color: var(--color-muted); font-size: 12px; }

.customisation-band { background: var(--color-paper); }
.capability-matrix { border-top: 1px solid var(--color-line); }
.capability-row { min-width: 0; display: grid; grid-template-columns: minmax(170px, .55fr) minmax(0, 1fr) minmax(0, 1fr); gap: 28px; align-items: start; padding: 19px 0; border-bottom: 1px solid var(--color-line); }
.capability-row strong, .capability-row span { min-width: 0; font-size: 13px; }
.capability-row span { color: var(--color-muted); }
.capability-head { padding: 11px 0; color: var(--color-copper); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.capability-head span { color: inherit; font-size: 10px; }

.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: 78px; align-items: start; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; color: var(--color-forest); font-size: 12px; font-weight: 800; }
.back-link svg { width: 16px; height: 16px; }
.product-detail-hero .eyebrow { margin-bottom: 15px; }
.product-detail-hero h1 { max-width: 850px; }
.image-note { margin: 12px 0 0; color: var(--color-muted); font-size: 11px; }
.product-story-band { background: var(--color-mist); }
.detail-visual-band { background: var(--color-paper); }
.detail-visual-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.detail-visual-card { overflow: hidden; background: var(--color-white); border: 1px solid var(--color-line); border-radius: var(--radius); }
.detail-visual-copy { padding: 22px 22px 25px; }
.detail-visual-copy h3 { margin: 0 0 9px; font: 400 27px/1.08 var(--font-display); }
.detail-visual-copy p:not(.eyebrow) { margin: 0; color: var(--color-muted); font-size: 13px; }
.detail-scene, .detail-material-image, .detail-pack-scene { height: 272px; position: relative; overflow: hidden; }
.scene-use { background: #dcebe4; }
.scene-use.hospitality { background: #e8e0d4; }
.scene-use.utility { background: #d9e3e5; }
.scene-caption { position: absolute; left: 17px; top: 15px; z-index: 4; color: rgba(18,59,49,.67); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.scene-sink { width: 78%; height: 76px; position: absolute; left: 11%; bottom: 30px; background: #f7f3eb; border: 1px solid rgba(18,59,49,.18); border-radius: 50% 50% 9px 9px; box-shadow: 0 -8px 0 rgba(255,255,255,.5); }
.scene-sink::after { content: ""; width: 88px; height: 20px; position: absolute; left: calc(50% - 44px); top: 26px; background: #bed7cc; border-radius: 50%; }
.scene-person { width: 100px; height: 168px; position: absolute; left: 15%; bottom: 48px; z-index: 2; border-radius: 52px 52px 26px 26px; background: #f0c4a3; transform: rotate(12deg); }
.scene-person::before { content: ""; width: 55px; height: 55px; position: absolute; left: 21px; top: -43px; background: #c78967; border-radius: 50%; }
.scene-person span { width: 82px; height: 52px; position: absolute; left: 9px; top: 19px; background: #eef4ed; border-radius: 42px 42px 10px 10px; }
.scene-hand { width: 110px; height: 23px; position: absolute; left: 44%; bottom: 92px; z-index: 3; background: #e8b795; border-radius: 50%; transform: rotate(-18deg); }
.scene-towel { width: 68px; height: 53px; position: absolute; left: 58%; bottom: 119px; z-index: 4; background: #f7f3eb; border: 1px solid rgba(18,59,49,.17); border-radius: 5px; transform: rotate(-17deg); box-shadow: 8px 8px 0 rgba(33,93,73,.12); }
.detail-scene > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.detail-scene > img ~ .scene-sink, .detail-scene > img ~ .scene-person, .detail-scene > img ~ .scene-hand, .detail-scene > img ~ .scene-towel { display: none; }
.detail-material-image { background: var(--color-paper); }
.detail-material-image img { width: 100%; height: 100%; object-fit: cover; }
.material-badge { position: absolute; left: 17px; right: 17px; bottom: 17px; padding: 9px 10px; color: var(--color-deep); background: rgba(247,243,235,.92); font-size: 11px; font-weight: 800; }
.detail-pack-scene { display: grid; place-items: center; background: var(--color-sage); }
.detail-pack-scene::after { content: ""; width: 62%; height: 22px; position: absolute; bottom: 49px; left: 19%; background: rgba(18,59,49,.2); border-radius: 50%; filter: blur(10px); }
.detail-pack-pouch { z-index: 1; width: min(215px, 63%); min-height: 235px; }
.quality-detail-band { background: var(--color-mist); }
.quality-detail-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #b8cbc3; }
.quality-detail-grid article { min-height: 250px; padding: 23px 22px 20px 0; border-right: 1px solid #b8cbc3; }
.quality-detail-grid article + article { padding-left: 22px; }
.quality-detail-grid article:last-child { border-right: 0; }
.quality-detail-grid svg { width: 22px; height: 22px; color: var(--color-forest); }
.quality-detail-grid h3 { margin: 24px 0 9px; font-size: 19px; }
.quality-detail-grid p { margin: 0; color: var(--color-muted); font-size: 12px; }
.quality-detail-grid span { display: inline-block; margin-top: 20px; padding-top: 10px; color: var(--color-copper); border-top: 1px solid var(--color-line); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.product-story-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 80px; align-items: start; }
.product-story-grid > div:first-child > p:not(.eyebrow) { max-width: 520px; color: var(--color-muted); font-size: 15px; }
.use-case-list { border-top: 1px solid #b8cbc3; }
.use-case-list article { display: grid; grid-template-columns: 30px 1fr; gap: 15px; padding: 21px 0; border-bottom: 1px solid #b8cbc3; }
.use-case-list article > svg { width: 22px; height: 22px; color: var(--color-forest); }
.use-case-list h3 { margin: 0 0 4px; font-size: 15px; }
.use-case-list p { margin: 0; color: var(--color-muted); font-size: 13px; }
.packaging-detail-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 74px; align-items: center; }
.packaging-display { min-height: 470px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--color-sage); border-radius: var(--radius); }
.packaging-display::before { content: "RETAIL PACK / PRODUCT FORMAT"; position: absolute; left: 24px; top: 20px; color: rgba(18,59,49,.55); font-size: 10px; font-weight: 800; }
.packaging-shadow { width: 64%; height: 30px; position: absolute; left: 18%; bottom: 70px; background: rgba(18,59,49,.2); border-radius: 50%; filter: blur(13px); }
.packaging-pouch { width: min(300px, 64%); min-height: 360px; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 13px; padding: 38px 24px 32px; color: var(--color-white); background: linear-gradient(155deg, #173f35, #0f2d26 62%, #0b211c); border: 1px solid rgba(255,255,255,.16); border-radius: 8px 8px 17px 17px; box-shadow: 15px 25px 28px rgba(18,59,49,.24), inset 0 0 0 1px rgba(255,255,255,.06); transform: rotate(-3deg); }
.packaging-pouch::before { content: ""; width: 88%; height: 10px; position: absolute; top: 17px; left: 6%; border-top: 1px solid rgba(255,255,255,.45); border-bottom: 1px solid rgba(255,255,255,.16); }
.packaging-brand { color: #f7f3eb; font: 700 30px/1 var(--font-display); letter-spacing: 0; }
.packaging-category { max-width: 200px; color: #dbe9e2; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-align: center; }
.packaging-spec { padding: 5px 9px; color: var(--color-deep); background: #d4e6dc; border-radius: 3px; font-size: 10px; font-weight: 800; text-align: center; }
.packaging-mark { margin-top: 18px; color: #d49a70; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.packaging-copy h3 { margin: 0 0 12px; font: 400 33px/1.1 var(--font-display); }
.packaging-copy > p:not(.eyebrow) { color: var(--color-muted); font-size: 14px; }
.packaging-copy ul { margin: 26px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--color-line); }
.packaging-copy li { padding: 13px 0 13px 19px; border-bottom: 1px solid var(--color-line); position: relative; font-size: 13px; }
.packaging-copy li::before { content: ""; width: 6px; height: 6px; position: absolute; left: 0; top: 20px; background: var(--color-copper); border-radius: 50%; }
.packaging-display.flat-pack .packaging-pouch, .gallery-packaging-preview.flat-pack .packaging-pouch { width: min(360px, 72%); min-height: 255px; transform: rotate(-4deg); border-radius: 5px; }
.packaging-display.flat-pack .packaging-pouch::after, .gallery-packaging-preview.flat-pack .packaging-pouch::after { content: ""; width: 92%; height: 24px; position: absolute; bottom: 14px; left: 4%; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.15); }
.packaging-display.flip-top .packaging-pouch, .gallery-packaging-preview.flip-top .packaging-pouch { min-height: 320px; background: linear-gradient(155deg, #e7efe9, #c6dbd1); color: var(--color-deep); }
.packaging-display.flip-top .packaging-pouch::after, .gallery-packaging-preview.flip-top .packaging-pouch::after { content: ""; width: 74px; height: 17px; position: absolute; top: 18px; left: calc(50% - 37px); background: #f7f3eb; border: 1px solid rgba(18,59,49,.22); border-radius: 4px; }
.packaging-display.flip-top .packaging-brand, .gallery-packaging-preview.flip-top .packaging-brand { color: var(--color-deep); }
.packaging-display.flip-top .packaging-category, .gallery-packaging-preview.flip-top .packaging-category { color: var(--color-forest); }
.packaging-display.multi-pack .packaging-pouch, .gallery-packaging-preview.multi-pack .packaging-pouch { min-height: 290px; background: linear-gradient(155deg, #f5f1e7, #ddd8c9); color: var(--color-deep); }
.packaging-display.multi-pack .packaging-pouch::after, .gallery-packaging-preview.multi-pack .packaging-pouch::after { content: ""; width: 84%; height: 52px; position: absolute; bottom: 20px; left: 8%; background: repeating-linear-gradient(90deg, rgba(33,93,73,.14) 0 1px, transparent 1px 24px); border-top: 1px solid rgba(18,59,49,.22); }
.packaging-display.multi-pack .packaging-brand, .gallery-packaging-preview.multi-pack .packaging-brand { color: var(--color-deep); }
.packaging-display.multi-pack .packaging-category, .gallery-packaging-preview.multi-pack .packaging-category { color: var(--color-forest); }
.packaging-display.roll-pack .packaging-pouch, .gallery-packaging-preview.roll-pack .packaging-pouch { min-height: 285px; border-radius: 50px 50px 12px 12px; transform: rotate(2deg); }
.packaging-display.roll-pack .packaging-pouch::after, .gallery-packaging-preview.roll-pack .packaging-pouch::after { content: "PERFORATED / EASY TEAR"; position: absolute; right: -27px; bottom: 53px; color: rgba(255,255,255,.62); font-size: 8px; font-weight: 800; transform: rotate(90deg); }
.commerce-detail-stack { border-top: 1px solid var(--color-line); }
.commerce-detail-stack[hidden],
.detail-visual-band[hidden],
.packaging-detail-grid[hidden],
.packaging-detail-grid[hidden] * { display: none; }
.facial-detail-story { width: min(960px, 100%); margin: 0 auto; background: #f6f5f1; }
.facial-detail-language { display: none; }
.facial-detail-language.is-active { display: block; }
.facial-detail-language img { width: 100%; height: auto; display: block; margin: 0; }
body:not([data-product-id="facial"]) .facial-detail-story { display: none; }
.bath-towel-detail-story { width: min(960px, 100%); margin: 0 auto; background: #f6f5f1; }
.bath-towel-detail-language { display: none; }
.bath-towel-detail-language.is-active { display: block; }
.bath-towel-detail-language img { width: 100%; height: auto; display: block; margin: 0; }
body:not([data-product-id="bath-towel"]) .bath-towel-detail-story { display: none; }
body[data-product-id="bath-towel"] .product-story-band { display: none; }
.underwear-detail-story { width: min(960px, 100%); margin: 0 auto; background: #f6f5f1; }
.underwear-detail-language { display: none; }
.underwear-detail-language.is-active { display: block; }
.underwear-detail-language img { width: 100%; height: auto; display: block; margin: 0; }
body:not([data-product-id="underwear"]) .underwear-detail-story { display: none; }
body[data-product-id="underwear"] .commerce-detail-stack { display: none; }
body[data-product-id="underwear"] .product-story-band { display: none; }
.commerce-band { padding: 92px 5%; }
.commerce-band-hero { color: var(--color-white); background: var(--color-deep); }
.commerce-hero-grid, .commerce-two-column { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: 72px; align-items: center; }
.commerce-hero-copy h2 { max-width: 600px; font-size: clamp(40px, 5vw, 67px); }
.commerce-hero-copy > p:not(.eyebrow) { max-width: 580px; margin: 21px 0 30px; color: #d3e4dc; font-size: 16px; }
.commerce-hero-copy .eyebrow { color: #e1a378; }
.commerce-hero-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; max-width: 680px; border-top: 1px solid rgba(255,255,255,.22); }
.commerce-hero-points span { display: flex; flex-direction: column; gap: 13px; padding-top: 17px; color: #e4f0eb; font-size: 12px; }
.commerce-hero-points svg { width: 20px; height: 20px; color: var(--color-copper); }
.commerce-hero-points strong { font-size: 12px; line-height: 1.35; }
.commerce-hero-visual, .commerce-pack-visual { min-height: 455px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--color-sage); border-radius: var(--radius); }
.commerce-hero-visual::before, .commerce-pack-visual::before { content: "MUYORI / PRODUCT VIEW"; position: absolute; left: 22px; top: 20px; color: rgba(18,59,49,.58); font-size: 9px; font-weight: 800; }
.commerce-hero-shadow { width: 62%; height: 30px; position: absolute; left: 19%; bottom: 62px; background: rgba(18,59,49,.24); border-radius: 50%; filter: blur(13px); }
.commerce-real-product-image { z-index: 1; width: 100%; height: 100%; display: block; object-fit: cover; }
.commerce-real-product-image:not([hidden]) + .packaging-pouch { display: none; }
.commerce-real-product-image[hidden] { display: none; }
.commerce-detail-stack[data-product-id="underwear"] .commerce-hero-visual,
.commerce-detail-stack[data-product-id="nursing-pads"] .commerce-hero-visual,
.commerce-detail-stack[data-product-id="maternity-pads"] .commerce-hero-visual { background: #eee8df; }
.commerce-detail-stack[data-product-id="baby-changing-pads"] .commerce-hero-visual,
.commerce-detail-stack[data-product-id="maternity-tissue"] .commerce-hero-visual { background: #f1ece5; }
.commerce-detail-stack[data-product-id="wet-wipes"] .commerce-hero-visual { background: #e6efea; }
.commerce-detail-stack[data-product-id="toilet-seat-covers"] .commerce-hero-visual { background: #edf1f0; }
.commerce-detail-stack[data-product-id="cleaning-cloths"] .commerce-hero-visual { background: #e7edef; }
.commerce-detail-stack[data-product-id="underwear"] .packaging-pouch,
.commerce-detail-stack[data-product-id="nursing-pads"] .packaging-pouch,
.commerce-detail-stack[data-product-id="maternity-pads"] .packaging-pouch { background: linear-gradient(155deg, #4e4039, #302923 65%, #201b18); }
.commerce-detail-stack[data-product-id="baby-changing-pads"] .packaging-pouch,
.commerce-detail-stack[data-product-id="maternity-tissue"] .packaging-pouch { background: linear-gradient(155deg, #5c7770, #36564e 68%, #233b35); }
.commerce-detail-stack[data-product-id="wet-wipes"] .packaging-pouch { background: linear-gradient(155deg, #e7efe9, #c6dbd1); color: var(--color-deep); }
.commerce-detail-stack[data-product-id="toilet-seat-covers"] .packaging-pouch { background: linear-gradient(155deg, #f1f4f0, #d8e4df); color: var(--color-deep); }
.commerce-detail-stack[data-product-id="cleaning-cloths"] .packaging-pouch { background: linear-gradient(155deg, #394f58, #1e3239 68%, #15242a); }
.commerce-hero-pouch { z-index: 1; width: min(310px, 64%); min-height: 365px; }
.commerce-proof-band { padding-top: 0; padding-bottom: 0; color: var(--color-white); background: var(--color-forest); }
.commerce-proof-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.commerce-proof-row article { min-height: 142px; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 22px 23px; border-right: 1px solid rgba(255,255,255,.25); }
.commerce-proof-row article:first-child { padding-left: 0; }
.commerce-proof-row article:last-child { border-right: 0; }
.commerce-proof-row svg { width: 21px; height: 21px; color: #e1a378; }
.commerce-proof-row small { color: #d1e4dc; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.commerce-proof-row strong { font-size: 14px; line-height: 1.35; }
.commerce-measure-band { background: var(--color-paper); }
.commerce-two-column-reverse > :first-child { order: 2; }
.commerce-copy-block h2 { max-width: 570px; font-size: clamp(37px, 4.2vw, 57px); }
.commerce-copy-block > p:not(.eyebrow) { max-width: 550px; margin: 19px 0 0; color: var(--color-muted); font-size: 15px; }
.commerce-note-line { display: flex; align-items: baseline; flex-wrap: wrap; gap: 15px; margin-top: 30px; padding-top: 14px; border-top: 1px solid var(--color-line); }
.commerce-note-line span, .commerce-pack-lines span { color: var(--color-copper); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.commerce-note-line strong { font-size: 14px; }
.commerce-measure-visual { min-height: 380px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; overflow: hidden; color: var(--color-deep); background: var(--color-sage); border-radius: var(--radius); }
.commerce-measure-visual::before, .commerce-measure-visual::after { content: ""; position: absolute; background: var(--color-forest); opacity: .62; }
.commerce-measure-visual::before { width: 68%; height: 1px; top: 31%; left: 16%; }
.commerce-measure-visual::after { width: 1px; height: 48%; top: 26%; left: 50%; }
.commerce-measure-label { position: absolute; left: 20px; top: 18px; color: rgba(18,59,49,.62); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.commerce-measure-visual strong { z-index: 1; padding: 6px 12px; color: var(--color-white); background: var(--color-deep); font: 400 clamp(34px, 5vw, 62px)/1 var(--font-display); }
.commerce-measure-visual > span:last-child { z-index: 1; padding: 5px 10px; color: var(--color-deep); background: rgba(255,255,255,.75); font-size: 12px; font-weight: 800; }
.commerce-texture-band { background: var(--color-white); }
.commerce-texture-image { min-height: 390px; position: relative; overflow: hidden; background: var(--color-paper); border-radius: var(--radius); }
.commerce-texture-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.commerce-image-tag { position: absolute; left: 20px; top: 18px; color: rgba(18,59,49,.62); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.commerce-image-badge { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 11px 12px; color: var(--color-deep); background: rgba(247,243,235,.92); font-size: 12px; font-weight: 800; }
.commerce-list { display: grid; gap: 0; margin: 27px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--color-line); }
.commerce-list li { padding: 13px 0 13px 18px; border-bottom: 1px solid var(--color-line); position: relative; color: var(--color-ink); font-size: 13px; }
.commerce-list li::before { content: ""; width: 6px; height: 6px; position: absolute; left: 0; top: 20px; background: var(--color-copper); border-radius: 50%; }
.commerce-use-band { color: var(--color-deep); background: var(--color-mist); }
.commerce-scene { min-height: 390px; height: 390px; border-radius: var(--radius); }
.commerce-scene > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.commerce-scene > img + .scene-caption { color: rgba(255,255,255,.9); text-shadow: 0 1px 5px rgba(0,0,0,.34); }
.commerce-scene > img ~ .scene-sink, .commerce-scene > img ~ .scene-person, .commerce-scene > img ~ .scene-hand, .commerce-scene > img ~ .scene-towel { display: none; }
.commerce-channel-block { display: grid; gap: 8px; margin-top: 29px; padding-top: 16px; border-top: 1px solid #b8cbc3; }
.commerce-channel-block span { color: var(--color-copper); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.commerce-channel-block strong { font-size: 14px; }
.commerce-pack-band { background: var(--color-paper); }
.commerce-pack-pouch { z-index: 1; width: min(270px, 64%); min-height: 320px; }
.commerce-pack-lines { display: grid; grid-template-columns: minmax(90px, .36fr) minmax(0, 1fr); gap: 12px 18px; margin-top: 28px; padding-top: 16px; border-top: 1px solid var(--color-line); }
.commerce-pack-lines strong { font-size: 13px; line-height: 1.4; }
.commerce-compare-band { background: var(--color-white); }
.commerce-compare-heading { align-items: end; }
.commerce-compare-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.commerce-compare-card { min-height: 300px; padding: 24px; border: 1px solid var(--color-line); border-radius: var(--radius); }
.commerce-compare-card-muted { background: #f2f4f1; }
.commerce-compare-card-focus { color: var(--color-white); background: var(--color-forest); border-color: var(--color-forest); }
.commerce-compare-card-note { background: var(--color-paper); }
.commerce-compare-label { color: var(--color-copper); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.commerce-compare-card h3 { margin: 28px 0 18px; font: 400 27px/1.1 var(--font-display); }
.commerce-compare-card ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid currentColor; opacity: .84; }
.commerce-compare-card li { padding: 11px 0; border-bottom: 1px solid currentColor; font-size: 12px; }
.product-detail-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; margin-top: 22px; padding: 0 15px; color: var(--color-white); background: var(--color-forest); border: 1px solid var(--color-forest); border-radius: var(--radius); font-size: 13px; font-weight: 800; }
.product-detail-link::after { content: "→"; font-size: 17px; transition: transform 150ms ease; }
.product-detail-link:hover, .product-detail-link:focus-visible { color: var(--color-white); background: var(--color-deep); border-color: var(--color-deep); }
.product-detail-link:hover::after, .product-detail-link:focus-visible::after { transform: translateX(3px); }
.core-product h2 a { color: inherit; text-decoration: none; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.core-product h2 a:hover, .core-product h2 a:focus-visible { text-decoration: underline; }
.is-clickable-route { cursor: pointer; }
.is-clickable-route:focus-visible { outline: 2px solid var(--color-copper); outline-offset: 4px; }
.enquiry-mail-fallback { margin-top: 10px; }
.detail-sticky-cta { display: none; }
.route-detail-link { margin-top: 16px; min-height: 36px; padding: 0 13px; font-size: 12px; }
.product-detail-kicker { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--color-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.product-gallery { position: sticky; top: 110px; }
.gallery-main { height: 430px; display: grid; place-items: center; overflow: hidden; background: var(--color-paper); border-radius: var(--radius); }
.gallery-main > img { display: none; width: 100%; height: 100%; min-width: 0; min-height: 0; max-width: 100%; max-height: 100%; object-fit: contain; }
.gallery-packaging-preview { width: 100%; height: 100%; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--color-sage); }
.gallery-packaging-preview::before { content: "RETAIL PACK / PRODUCT FORMAT"; position: absolute; left: 22px; top: 19px; color: rgba(18,59,49,.55); font-size: 9px; font-weight: 800; }
.gallery-packaging-preview::after { content: ""; width: 58%; height: 25px; position: absolute; left: 21%; bottom: 54px; background: rgba(18,59,49,.2); border-radius: 50%; filter: blur(11px); }
.gallery-packaging-pouch { z-index: 1; width: min(260px, 60%); min-height: 295px; }
.gallery-packaging-preview.flat-pack .gallery-packaging-pouch { min-height: 210px; }
.gallery-packaging-preview.flip-top .gallery-packaging-pouch, .gallery-packaging-preview.multi-pack .gallery-packaging-pouch, .gallery-packaging-preview.roll-pack .gallery-packaging-pouch { min-height: 250px; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
.gallery-thumbs button { height: 92px; padding: 5px; overflow: hidden; background: var(--color-white); border: 1px solid transparent; border-radius: var(--radius); cursor: pointer; }
.gallery-thumbs button.active { border-color: var(--color-forest); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; border-radius: 3px; }
.product-detail h1 { margin: 0; color: var(--color-deep); font: 400 56px/1 var(--font-display); }
.product-lead { margin: 20px 0 29px; color: var(--color-muted); font-size: 17px; }
.spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 25px; border-top: 1px solid var(--color-line); border-left: 1px solid var(--color-line); }
.spec-grid div { min-height: 78px; display: flex; flex-direction: column; justify-content: center; padding: 13px; border-right: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); }
.spec-grid span { color: var(--color-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.spec-grid strong { margin-top: 4px; font-size: 14px; }
.texture-choice { margin: 7px 0 26px; }
.texture-choice > span { color: var(--color-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.texture-choice > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 8px; }
.segment { min-height: 42px; padding: 0 10px; color: var(--color-ink); background: transparent; border: 1px solid #b9c8c2; cursor: pointer; }
.segment:first-child { border-radius: var(--radius) 0 0 var(--radius); }
.segment:last-child { border-left: 0; border-radius: 0 var(--radius) var(--radius) 0; }
.segment.active { color: var(--color-white); background: var(--color-forest); border-color: var(--color-forest); }
.texture-choice p { min-height: 22px; margin: 9px 0 0; color: var(--color-muted); font-size: 12px; }
.product-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.accordions { border-top: 1px solid var(--color-line); }
.accordions details { border-bottom: 1px solid var(--color-line); }
.accordions summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; font-weight: 800; cursor: pointer; }
.accordions summary::-webkit-details-marker { display: none; }
.accordions summary svg { width: 18px; height: 18px; transition: transform 180ms ease; }
.accordions details[open] summary svg { transform: rotate(45deg); }
.accordions details p { margin: -2px 34px 20px 0; color: var(--color-muted); font-size: 13px; }

.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--color-line); }
.process-step { min-height: 210px; padding: 25px 23px 22px 0; border-right: 1px solid var(--color-line); }
.process-step + .process-step { padding-left: 23px; }
.process-step:last-child { border-right: 0; }
.process-step span { color: var(--color-copper); font-size: 11px; font-weight: 800; }
.process-step h2 { margin: 35px 0 8px; font-size: 26px; }
.process-step p { margin: 0; color: var(--color-muted); font-size: 13px; }
.source-disclaimer { margin-top: 27px; color: var(--color-muted); font-size: 11px; }

.origin-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 90px; align-items: center; }
.factory-proof-band { background: var(--color-paper); }
.factory-proof-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 72px; align-items: start; }
.factory-proof-images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.factory-proof-images figure { margin: 0; }
.factory-proof-images img { width: 100%; height: 235px; object-fit: cover; background: var(--color-white); border: 1px solid var(--color-line); border-radius: var(--radius); }
.factory-proof-images figure:first-child img { object-position: center; }
.factory-proof-images figcaption { margin-top: 8px; color: var(--color-muted); font-size: 10px; }
.quality-process { border-top: 1px solid var(--color-line); }
.quality-process article { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--color-line); }
.quality-process article > span { color: var(--color-copper); font-size: 11px; font-weight: 800; }
.quality-process h3 { margin: 0 0 4px; font-size: 16px; }
.quality-process p { margin: 0; color: var(--color-muted); font-size: 12px; }
.origin-symbol { min-height: 405px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 23px; color: var(--color-forest); background: var(--color-paper); border-radius: var(--radius); font: 400 23px/1.2 var(--font-display); }
.origin-layout p:not(.eyebrow) { color: var(--color-muted); font-size: 16px; }
.principle-list { margin-top: 41px; border-top: 1px solid #b8cec5; }
.principle-list article { display: grid; grid-template-columns: 60px minmax(0, .8fr) minmax(0, 1.2fr); gap: 28px; align-items: start; padding: 27px 0; border-bottom: 1px solid #b8cec5; }
.principle-list article > span { color: var(--color-copper); font-size: 11px; font-weight: 800; }
.principle-list h2 { font-size: 29px; }
.principle-list p { margin: 2px 0 0; color: var(--color-muted); font-size: 14px; }

.enquiry-section { background: var(--color-paper); }
.enquiry-layout { display: grid; grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr); gap: 82px; align-items: start; }
.request-list { display: grid; gap: 20px; margin: 33px 0; padding: 0; list-style: none; }
.request-list li { display: grid; grid-template-columns: 34px 1fr; gap: 13px; }
.request-list svg { width: 23px; height: 23px; color: var(--color-forest); }
.request-list strong, .request-list span { display: block; }
.request-list strong { margin-bottom: 3px; font-size: 14px; }
.request-list span { color: var(--color-muted); font-size: 12px; }
.company-note { display: grid; padding-top: 23px; border-top: 1px solid var(--color-line); }
.company-note span { margin-top: 13px; color: var(--color-muted); font-size: 10px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.company-note strong { font-size: 12px; }
.enquiry-form { padding: 31px; background: var(--color-white); border: 1px solid rgba(18,59,49,.1); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.enquiry-form label, .enquiry-form legend { color: var(--color-ink); font-size: 11px; font-weight: 800; }
.enquiry-form > label, .enquiry-form .form-row, .enquiry-form fieldset { display: block; margin-bottom: 17px; }
.enquiry-form input:not([type="checkbox"]), .enquiry-form select, .enquiry-form textarea { width: 100%; margin-top: 6px; padding: 10px 11px; color: var(--color-ink); background: var(--color-white); border: 1px solid #b9c6c1; border-radius: 4px; outline: 0; }
.enquiry-form input:not([type="checkbox"]), .enquiry-form select { height: 45px; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--color-forest); box-shadow: 0 0 0 3px rgba(33,93,73,.12); }
.enquiry-form [aria-invalid="true"] { border-color: #b64131 !important; }
.enquiry-form fieldset { padding: 0; border: 0; }
.enquiry-form legend { margin-bottom: 10px; }
.check-control { display: inline-flex; align-items: center; gap: 7px; margin: 0 16px 8px 0; }
.check-control input { width: 16px; height: 16px; accent-color: var(--color-forest); }
.check-control span { font-weight: 500; }
.form-status { min-height: 22px; margin: 13px 0 0; color: var(--color-forest); font-size: 12px; font-weight: 700; }

html[lang="zh-CN"] body { font-family: var(--font-zh); }
html[lang="ar"] body { font-family: var(--font-ar); }
html[lang="zh-CN"] h1, html[lang="zh-CN"] h2, html[lang="zh-CN"] h3, html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3 { font-family: inherit; font-weight: 700; }
html[dir="rtl"] .language-control svg:last-child { right: auto; left: 8px; }
html[dir="rtl"] .language-control select { padding: 0 0 0 20px; }
html[dir="rtl"] .partner-list li { grid-template-columns: 1fr 38px; }
html[dir="rtl"] .partner-list li > span { order: 2; }
html[dir="rtl"] .accordions details p { margin-right: 0; margin-left: 34px; }

@media (max-width: 980px) {
  .site-header { padding: 0 22px; }
  .main-nav { gap: 17px; }
  .hero-supply { gap: 35px; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .partner-layout, .detail-layout, .enquiry-layout, .origin-layout { gap: 48px; }
  .commerce-hero-grid, .commerce-two-column { gap: 42px; }
  .commerce-band { padding: 78px 5%; }
  .footer-inner { gap: 34px; }
  .factory-scene, .factory-scene-wide, .factory-scene:nth-child(n+4) { grid-column: span 6; }
}

@media (max-width: 760px) {
  .facial-detail-story { width: 100%; }
  .site-header { min-height: 64px; }
  .menu-button { display: inline-grid; }
  .main-nav { position: fixed; top: 98px; left: 0; right: 0; display: none; align-items: stretch; gap: 0; padding: 14px 20px 23px; background: var(--color-white); border-bottom: 1px solid var(--color-line); box-shadow: 0 14px 30px rgba(18,59,49,.1); }
  .main-nav.open { display: grid; }
  .main-nav a { min-height: 46px; display: flex; align-items: center; }
  .main-nav .language-control { width: 100%; min-height: 46px; margin-top: 8px; }
  .nav-action { justify-content: center; margin-top: 8px; }
  .hero-supply { min-height: auto; grid-template-columns: 1fr; padding: 58px 22px 66px; gap: 38px; }
  .hero-supply .section-inner { display: contents; }
  .hero-summary { font-size: 16px; }
  .hero-art { min-height: 0; padding: 16px; gap: 12px; }
  .hero-product-stage { height: 240px; }
  .hero-product-caption { display: grid; gap: 5px; }
  .hero-product-caption span { text-align: left; }
  .hero-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-specs div { padding: 9px 10px 8px; }
  .hero-specs div:nth-child(2) { border-right: 0; }
  .hero-specs div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .proof-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 9px 20px; }
  .proof-strip div { padding: 13px 12px; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .section-space { padding: 72px 22px; }
  h2 { font-size: 38px; }
  .section-heading, .catalog-toolbar { display: grid; align-items: start; grid-template-columns: 1fr; gap: 17px; }
  .service-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card, .service-card + .service-card, .process-step, .process-step + .process-step { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--color-line); }
  .service-card:last-child, .process-step:last-child { border-bottom: 0; }
  .service-card svg { margin-bottom: 20px; }
  .catalog-grid, .product-directory { grid-template-columns: 1fr; }
  .core-product-grid { grid-template-columns: 1fr; }
  .core-product-pending { grid-column: auto; grid-template-columns: 1fr; }
  .core-product-symbol { min-height: 220px; }
  .core-product-media { height: 250px; }
  .core-product-media img, .core-product-media.texture-media img { height: 250px; max-height: 250px; }
  .core-product-body { padding: 24px 22px; }
  .core-product h2 { font-size: 31px; }
  .route-row { grid-template-columns: 34px minmax(0, 1fr); gap: 14px; align-items: start; padding: 22px 0; }
  .route-row dl { grid-column: 2; margin-top: 4px; }
  .verification-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .verification-grid article { min-height: 220px; padding: 24px 20px 20px 0; border-bottom: 1px solid var(--color-line); }
  .verification-grid article + article { padding-left: 20px; }
  .verification-grid article:nth-child(2) { border-right: 0; }
  .verification-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .capability-head { display: none; }
  .capability-row { grid-template-columns: 1fr; gap: 7px; padding: 20px 0; }
  .capability-row strong { font-size: 14px; }
  .partner-layout, .cta-layout, .detail-layout, .enquiry-layout, .origin-layout, .factory-feature-grid { grid-template-columns: 1fr; }
  .commerce-hero-grid, .commerce-two-column { grid-template-columns: 1fr; gap: 36px; }
  .commerce-two-column-reverse > :first-child { order: 0; }
  .commerce-hero-copy h2, .commerce-copy-block h2 { max-width: 690px; }
  .commerce-hero-visual, .commerce-pack-visual { min-height: 360px; }
  .commerce-proof-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .commerce-proof-row article:nth-child(2) { border-right: 0; }
  .commerce-proof-row article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .commerce-proof-row article:first-child { padding-left: 23px; }
  .commerce-compare-grid { grid-template-columns: 1fr; }
  .commerce-compare-card { min-height: 0; }
  .product-story-grid, .packaging-detail-grid { grid-template-columns: 1fr; gap: 38px; }
  .detail-visual-grid { grid-template-columns: 1fr; }
  .factory-proof-grid { grid-template-columns: 1fr; gap: 38px; }
  .quality-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quality-detail-grid article { border-bottom: 1px solid #b8cbc3; }
  .quality-detail-grid article:nth-child(2) { border-right: 0; }
  .quality-detail-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .partner-layout { gap: 43px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 8px; }
  .page-hero { padding: 80px 22px 62px; }
  .page-hero .section-inner,
  .detail-layout > *,
  .product-detail-hero .section-inner { min-width: 0; max-width: 100%; }
  .product-detail-hero h1,
  .product-detail-hero p:last-child { width: 100%; max-width: 100%; }
  .page-hero h1 { font-size: 47px; }
  .product-gallery { position: static; }
  .gallery-main { height: 330px; }
  .packaging-display { min-height: 390px; }
  .packaging-pouch { min-height: 300px; }
  .quality-detail-grid { grid-template-columns: 1fr; }
  .quality-detail-grid article, .quality-detail-grid article + article { min-height: 0; padding: 23px 0; border-right: 0; border-bottom: 1px solid #b8cbc3; }
  .quality-detail-grid article:last-child { border-bottom: 0; }
  .detail-sticky-cta { position: fixed; z-index: 20; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); border-top: 1px solid var(--color-line); box-shadow: 0 -8px 24px rgba(18,59,49,.12); }
  .detail-sticky-cta .button { min-height: 46px; padding: 0 10px; font-size: 12px; }
  body[data-product-detail] { padding-bottom: 78px; }
  .factory-proof-images { grid-template-columns: 1fr; }
  .factory-proof-images img { height: 225px; }
  .factory-scenes-grid { grid-template-columns: 1fr; }
  .factory-preview-grid { grid-template-columns: 1fr; }
  .factory-preview-card img { height: 240px; }
  .factory-scene, .factory-scene-wide, .factory-scene:nth-child(n+4) { grid-column: 1; }
  .factory-scene-button img { height: 240px; }
  .factory-scene figcaption { min-height: 0; }
  .factory-scenes-note { margin-left: 0; }
  .factory-lightbox-close { top: 8px; right: 8px; }
  .product-detail h1 { font-size: 47px; }
  .enquiry-form { padding: 22px; }
  .principle-list article { grid-template-columns: 42px 1fr; gap: 15px; }
  .principle-list article p { grid-column: 2; }
}

@media (max-width: 420px) {
  .brand { min-width: auto; }
  .brand-word { font-size: 23px; }
  .brand-seal { width: 27px; height: 27px; flex-basis: 27px; font-size: 19px; }
  .hero-actions, .product-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .product-actions .button { width: 100%; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .spec-grid { grid-template-columns: 1fr 1fr; }
  .core-product dl, .route-row dl, .verification-grid { grid-template-columns: 1fr; }
  .verification-grid article, .verification-grid article + article { min-height: 0; padding: 23px 0; border-right: 0; border-bottom: 1px solid var(--color-line); }
  .verification-grid article:nth-last-child(2) { border-bottom: 1px solid var(--color-line); }
  .verification-grid article:last-child { border-bottom: 0; }
  .verification-grid h3 { margin-top: 24px; }
  .commerce-band { padding: 62px 22px; }
  .commerce-hero-copy h2, .commerce-copy-block h2 { font-size: 39px; }
  .commerce-hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .commerce-hero-points { grid-template-columns: 1fr; gap: 0; }
  .commerce-hero-points span { flex-direction: row; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .commerce-hero-visual, .commerce-pack-visual { min-height: 310px; }
  .commerce-hero-pouch { width: 220px; min-height: 274px; }
  .commerce-proof-row { grid-template-columns: 1fr 1fr; }
  .commerce-proof-row article { min-height: 122px; padding: 17px 13px; }
  .commerce-proof-row article:first-child { padding-left: 0; }
  .commerce-proof-row article:nth-child(3) { padding-left: 0; }
  .commerce-proof-row article:nth-child(2) { padding-right: 0; }
  .commerce-measure-visual { min-height: 280px; }
  .commerce-measure-visual strong { font-size: 34px; text-align: center; }
  .commerce-texture-image, .commerce-scene { min-height: 285px; height: 285px; }
  .commerce-pack-lines { grid-template-columns: 1fr; gap: 5px; }
  .commerce-pack-lines strong { margin-bottom: 9px; }
  .commerce-compare-card { padding: 20px; }
}
