:root {
  --green-900: #214d31;
  --green-800: #2f6b45;
  --green-700: #3e7a52;
  --green-500: #79c95f;
  --green-300: #9bdd83;
  --green-100: #eaf7e5;
  --green-050: #f5fbf2;
  --ink: #1f2937;
  --muted: #637066;
  --line: #dce7dc;
  --paper: #ffffff;
  --surface: #f5f7f5;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(33, 77, 49, .10);
  --shadow-soft: 0 12px 34px rgba(25, 61, 39, .08);
  --shadow-strong: 0 28px 70px rgba(25, 61, 39, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: calc(100% - 40px); max-width: 1180px; width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; background: var(--green-900); color: white; padding: 10px 16px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(47,107,69,.13); box-shadow: 0 4px 24px rgba(33,77,49,.035); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.site-header__inner { min-height: 76px; display: flex; align-items: center; }
.brand { display: inline-flex; align-items: center; min-width: 276px; }
.brand__mark { position: relative; flex: 0 0 auto; width: 48px; height: 48px; margin-right: 12px; display: grid; align-items: center; justify-items: center; place-items: center; overflow: hidden; color: var(--green-900); background: linear-gradient(145deg, #d9f6cf, var(--green-300)); border-radius: 13px; font-family: Arial,Helvetica,sans-serif; font-size: 17px; font-weight: 900; letter-spacing: -.08em; box-shadow: inset 0 0 0 1px rgba(33,77,49,.1), 0 7px 18px rgba(47,107,69,.12); }
.brand__mark::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; background: linear-gradient(120deg,rgba(255,255,255,.55),transparent 43%); pointer-events: none; }
.brand strong { display: block; font-size: 20px; line-height: 1.2; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; letter-spacing: 0; }
.company-english-name { margin: 4px 0 0; color: var(--green-800); font-size: 14px; font-weight: 800; letter-spacing: .015em; }
.menu-toggle { display: none; width: 44px; height: 44px; flex: 0 0 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 0; color: var(--green-900); background: var(--green-050); border: 1px solid #cfe4cb; border-radius: 11px; }
.menu-toggle span { display: block; width: 21px; height: 2px; background: currentColor; border-radius: 99px; }
.mobile-nav-shell[hidden] { display: none !important; }
.mobile-nav-shell { position: fixed; top: 0; right: 0; bottom: 0; left: 0; inset: 0; z-index: 300; }
.mobile-nav__overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; width: 100%; height: 100%; padding: 0; background: rgba(19,35,24,.48); border: 0; -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
.mobile-nav { position: absolute; top: 0; bottom: 0; left: 0; width: min(84vw,360px); overflow-y: auto; padding: 18px 18px 34px; color: var(--green-900); background: #fff; border-right: 1px solid rgba(33,77,49,.14); box-shadow: 22px 0 60px rgba(18,46,29,.2); animation: mobile-nav-in .22s ease-out; -webkit-overflow-scrolling: touch; }
.mobile-nav__header { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 10px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.mobile-nav__header .brand__mark { width: 42px; height: 42px; margin: 0; font-size: 14px; }
.mobile-nav__header strong,.mobile-nav__header small { display: block; }
.mobile-nav__header strong { font-size: 15px; line-height: 1.35; }
.mobile-nav__header small { margin-top: 2px; color: var(--muted); font-size: 12px; }
.mobile-nav__close { width: 40px; height: 40px; padding: 0; color: var(--green-900); background: var(--green-050); border: 1px solid var(--line); border-radius: 10px; font-size: 27px; line-height: 1; }
.mobile-nav__section { margin: 22px 8px 8px; color: var(--green-700); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.mobile-nav > a { display: flex; align-items: center; min-height: 48px; padding: 10px 12px; border-radius: 10px; font-size: 15px; font-weight: 800; }
.mobile-nav > a + a { margin-top: 3px; }
.mobile-nav > a:hover,.mobile-nav > a:focus { color: var(--green-900); background: var(--green-100); outline: none; }
body.menu-open { overflow: hidden; }
@keyframes mobile-nav-in { from { transform: translateX(-100%); } to { transform: translateX(0); } }
.main-nav { display: flex; flex: 1; justify-content: center; font-size: 14px; font-weight: 700; }
.main-nav a + a { margin-left: 28px; }
.main-nav a { position: relative; padding: 27px 0 25px; transition: color .2s; }
.main-nav a::after { content: ""; position: absolute; right: 50%; bottom: 18px; left: 50%; height: 2px; background: var(--green-500); border-radius: 99px; transition: left .2s,right .2s; }
.main-nav a:hover { color: var(--green-800); }
.main-nav a:hover::after { right: 0; left: 0; }
.header-quick-link { display: none; color: var(--green-900); font-size: 13px; font-weight: 900; }
.cart-link { margin-left: 28px; white-space: nowrap; color: white; background: linear-gradient(135deg,var(--green-800),var(--green-900)); border-radius: 99px; padding: 10px 16px; font-size: 14px; font-weight: 800; box-shadow: 0 8px 20px rgba(33,77,49,.16); transition: transform .2s,box-shadow .2s; }
.cart-link:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(33,77,49,.22); }
.cart-link span { display: inline-grid; place-items: center; min-width: 22px; height: 22px; margin-left: 5px; color: var(--green-900); background: var(--green-300); border-radius: 50%; }
.button { display: inline-flex; min-height: 48px; padding: 11px 22px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 11px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(33,77,49,.15); }
.button--primary { color: #fff; background: var(--green-800); }
.button--primary:hover { background: var(--green-900); }
.button--ghost { color: var(--green-900); background: #fff; border-color: var(--green-800); }
.button--light { color: var(--green-900); background: var(--green-300); }
.button--soft { color: var(--green-900); background: var(--green-100); border-color: #c8e2c3; }
.button--full { width: 100%; margin-top: 10px; }
.hero { position: relative; overflow: hidden; background-color: #d8eadb; background-image: url("../images/warehouse-materials.jpg"); background-position: center 52%; background-size: cover; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; background: linear-gradient(90deg,rgba(229,247,228,.74) 0%,rgba(214,241,211,.50) 47%,rgba(32,82,49,.18) 100%); pointer-events: none; }
.hero::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; opacity: .12; background-image: linear-gradient(120deg,transparent 0 48%,rgba(255,255,255,.20) 48% 49%,transparent 49% 100%); background-size: 72px 72px; pointer-events: none; }
.hero__grid { position: relative; z-index: 1; min-height: 300px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; grid-gap: 30px; gap: 30px; padding: 18px 0; }
.hero__copy { padding: 20px 24px; background: rgba(255,255,255,.60); border: 1px solid rgba(255,255,255,.50); border-radius: 22px; box-shadow: 0 18px 44px rgba(33,77,49,.10); -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); }
.tag, .eyebrow { color: var(--green-800); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.tag { display: inline-flex; padding: 7px 12px; background: var(--green-100); border: 1px solid #cce8c4; border-radius: 99px; }
.hero h1 { position: relative; margin: 8px 0; max-width: 720px; font-size: 43px; font-size: clamp(34px, 3.6vw, 43px); line-height: 1.02; letter-spacing: -.045em; }
.hero h1 span { color: var(--green-800); }
.hero__lead { max-width: 620px; margin: 0; color: var(--muted); font-size: 15px; }
.hero__note { max-width: 620px; margin: 8px 0 0; color: var(--green-900); font-size: 13px; font-weight: 900; }
.hero__actions { display: flex; flex-wrap: wrap; margin: 12px 0 13px; }
.hero__actions > * + * { margin-left: 12px; }
.hero__stats { display: flex; margin: 0; }
.hero__stats > div + div { margin-left: 34px; }
.hero__stats div { padding-right: 32px; border-right: 1px solid var(--line); }
.hero__stats div:last-child { border: 0; }
.hero__stats dt { font-weight: 900; }
.hero__stats dd { margin: 2px 0 0; color: var(--muted); font-size: 12px; }
.hero__visual { position: relative; min-height: 260px; isolation: isolate; }
.visual-grid { position: absolute; top: -12px; right: -30px; bottom: 12px; left: 18px; inset: -12px -30px 12px 18px; z-index: -2; opacity: .55; background-image: linear-gradient(rgba(47,107,69,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(47,107,69,.12) 1px,transparent 1px); background-size: 32px 32px; -webkit-mask-image: radial-gradient(circle at center,#000 25%,transparent 74%); mask-image: radial-gradient(circle at center,#000 25%,transparent 74%); }
.inventory-panel { position: relative; min-height: 246px; margin: 7px 8px 7px 18px; overflow: hidden; padding: 20px 22px; color: white; background: linear-gradient(145deg,rgba(50,111,73,.86) 0%,rgba(23,59,38,.9) 72%); border: 1px solid rgba(255,255,255,.28); border-radius: 22px; box-shadow: var(--shadow-strong); transform: rotate(-1deg); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.inventory-panel::before { content: ""; position: absolute; top: -60px; right: -60px; width: 250px; height: 250px; background: radial-gradient(circle,rgba(155,221,131,.25),transparent 66%); }
.inventory-panel::after { content: ""; position: absolute; right: -20px; bottom: -62px; width: 230px; height: 160px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; transform: rotate(-18deg); }
.inventory-panel__top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.inventory-panel__top span { display: flex; align-items: center; }
.inventory-panel__top span i { margin-right: 8px; }
.inventory-panel__top i { width: 8px; height: 8px; background: var(--green-300); border-radius: 50%; box-shadow: 0 0 0 5px rgba(155,221,131,.13); }
.inventory-panel__top b { padding: 4px 8px; color: var(--green-900); background: var(--green-300); border-radius: 99px; font-size: 9px; letter-spacing: .12em; }
.inventory-panel__title { position: relative; z-index: 1; display: flex; align-items: center; margin: 10px 0; }
.inventory-panel__title > span { margin-right: 18px; }
.inventory-panel__title > span { display: grid; align-items: center; justify-items: center; place-items: center; width: 42px; height: 42px; color: var(--green-900); background: linear-gradient(145deg,#dff8d6,var(--green-300)); border-radius: 13px; font-size: 21px; font-weight: 900; box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); }
.inventory-panel__title small,.inventory-panel__title strong { display: block; }
.inventory-panel__title small { color: rgba(255,255,255,.62); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.inventory-panel__title strong { margin-top: 2px; font-size: 20px; letter-spacing: -.03em; }
.inventory-panel__metrics { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 10px; gap: 10px; }
.inventory-panel__metrics div { padding: 7px 9px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; }
.inventory-panel__metrics small,.inventory-panel__metrics strong { display: block; }
.inventory-panel__metrics small { color: rgba(255,255,255,.63); font-size: 9px; }
.inventory-panel__metrics strong { margin-top: 1px; color: var(--green-300); font-size: 16px; }
.inventory-panel__lines { display: none; }
.inventory-panel__lines span { width: var(--line-width); height: 7px; background: linear-gradient(90deg,var(--green-300),rgba(155,221,131,.08)); border-radius: 99px; }
.inventory-panel__footer { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 3px 18px; margin-top: 8px; color: rgba(255,255,255,.7); font-size: 9px; font-weight: 700; line-height: 1.4; }
.inventory-panel__footer span::before { content: "✓"; margin-right: 6px; color: var(--green-300); }
.visual-card { position: absolute; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; border: 1px solid rgba(47,107,69,.15); border-radius: 28px; box-shadow: var(--shadow); }
.visual-card span { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: auto; background: var(--green-300); border-radius: 18px; color: var(--green-900); font-size: 28px; font-weight: 900; }
.visual-card strong { font-size: 30px; }
.visual-card small { color: var(--muted); }
.visual-card--large { top: 58px; right: 28px; bottom: 90px; left: 0; inset: 58px 28px 90px 0; background: linear-gradient(145deg,#fff,#e9f5e5); transform: rotate(-2deg); }
.visual-card--small { right: -28px; bottom: 30px; width: 220px; height: 190px; background: var(--green-800); color: white; transform: rotate(5deg); }
.visual-card--small span { width: 48px; height: 48px; font-size: 22px; }
.visual-card--small strong { font-size: 22px; }
.section { padding: 92px 0; }
.section--tint { background: var(--surface); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-heading h2, .about-section h2, .contact-section h2, .sourcing-section h2 { margin: 4px 0 0; font-size: 42px; font-size: clamp(32px, 4vw, 50px); line-height: 1.15; letter-spacing: -.03em; }
.section-heading > a { color: var(--green-800); font-weight: 900; }
.category-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 18px; gap: 18px; }
.category-card { position: relative; min-height: 280px; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg,#fff,#fbfdfb); box-shadow: 0 12px 38px rgba(33,77,49,.04); transition: transform .25s,border-color .25s,box-shadow .25s; }
.category-card::after { content: ""; position: absolute; right: -55px; bottom: -70px; width: 180px; height: 180px; background: radial-gradient(circle,var(--green-100),transparent 69%); transition: transform .3s; }
.category-card:hover { transform: translateY(-5px); border-color: var(--green-300); box-shadow: var(--shadow); }
.category-card:hover::after { transform: scale(1.2); }
.category-card__top { position: relative; z-index: 1; display: flex; align-items: flex-start; }
.category-card__top > span { color: var(--green-700); font-size: 13px; font-weight: 900; letter-spacing: .1em; }
.category-card__top i { display: grid; align-items: center; justify-items: center; place-items: center; width: 58px; height: 58px; color: var(--green-900); background: linear-gradient(145deg,#effbe9,#d9f2cf); border: 1px solid #d7ebd2; border-radius: 17px; font-size: 25px; font-style: normal; font-weight: 900; }
.category-card h3 { margin: 36px 0 8px; font-size: 24px; }
.category-card p { min-height: 52px; color: var(--muted); }
.category-card__link { position: relative; z-index: 1; display: inline-block; margin-top: 18px; color: var(--green-800); font-weight: 900; }
.category-card__link span { display: inline-block; transition: transform .2s; }
.category-card:hover .category-card__link span { transform: translateX(5px); }
.brand-chips { position: relative; z-index: 2; display: flex; flex-wrap: wrap; min-height: 30px; }
.brand-chips a,.brand-chips > span { display: inline-flex; align-items: center; min-height: 28px; margin: 0 7px 7px 0; padding: 4px 9px; color: var(--green-800); background: var(--green-050); border: 1px solid #cfe4cb; border-radius: 99px; font-size: 11px; font-weight: 800; }
.brand-chips a:hover,.brand-chips a.is-active { color: #fff; background: var(--green-800); border-color: var(--green-800); }
.brand-chips--hero { margin-top: 20px; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 18px; gap: 18px; }
.product-grid--one { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 620px; }
.product-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-soft); transition: transform .25s,box-shadow .25s,border-color .25s; }
.product-card:hover { transform: translateY(-5px); border-color: #bfdcba; box-shadow: 0 22px 50px rgba(33,77,49,.13); }
.product-card__image { position: relative; z-index: 1; min-height: 210px; aspect-ratio: 4/3; overflow: hidden; display: grid; align-items: center; justify-items: center; place-items: center; background: linear-gradient(145deg,#e8f4e3,#fbfdfb); border-bottom: 1px solid var(--line); }
.product-card__badge { position: absolute; top: 13px; left: 13px; z-index: 2; padding: 5px 9px; color: white; background: rgba(33,77,49,.9); border: 1px solid rgba(255,255,255,.3); border-radius: 99px; box-shadow: 0 5px 18px rgba(33,77,49,.18); font-size: 10px; font-weight: 900; letter-spacing: .08em; -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
.product-card__image img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: contain; transition: opacity .25s; }
.product-card:hover .product-card__image img { opacity: .96; }
.product-placeholder { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 158px; min-height: 122px; padding: 18px; color: var(--green-900); background: linear-gradient(145deg,#dff8d7,var(--green-300)); border: 1px solid rgba(47,107,69,.12); border-radius: 28px; box-shadow: 0 15px 32px rgba(47,107,69,.14); font-size: 38px; font-weight: 900; text-align: center; }
.product-placeholder small { margin-top: 5px; font-size: 10px; font-weight: 800; }
.product-placeholder::after { content: ""; position: absolute; top: -24px; right: -24px; bottom: -24px; left: -24px; inset: -24px; z-index: -1; border: 1px dashed rgba(47,107,69,.18); border-radius: 34px; transform: rotate(8deg); }
.product-card__body { position: relative; z-index: 2; display: flex; flex-direction: column; flex: 1; padding: 20px; background: #fff; }
.product-card h3 { margin: 3px 0 10px; font-size: 20px; line-height: 1.35; }
.product-card h3 a { position: relative; z-index: 3; display: block; pointer-events: auto; touch-action: manipulation; -webkit-tap-highlight-color: rgba(47,107,69,.18); }
.spec-clamp { overflow: hidden; display: -webkit-box; min-height: 51px; color: var(--muted); font-size: 13px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.stock-line { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid #edf1ed; }
.stock-line { margin-top: auto; color: var(--muted); font-size: 13px; }
.stock-line span { display: flex; align-items: center; }
.stock-line span i { margin-right: 7px; }
.stock-line i,.detail-status i { width: 7px; height: 7px; background: #55a66e; border-radius: 50%; box-shadow: 0 0 0 4px rgba(85,166,110,.12); }
.availability--incoming { background-color: #526b8f !important; }
.availability--sold_out { background-color: #8a4b4b !important; }
.availability--on_request { background-color: #4d6f79 !important; }
.availability--confirm_required { background-color: #756a3d !important; }
.detail-status .availability-pill { padding: 5px 9px; color: #fff; background-color: var(--green-800); border-radius: 99px; }
.detail-status .availability-pill i { background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.18); }
.availability-dot.availability--incoming { box-shadow: 0 0 0 4px rgba(82,107,143,.14); }
.availability-dot.availability--sold_out { box-shadow: 0 0 0 4px rgba(138,75,75,.14); }
.availability-dot.availability--on_request { box-shadow: 0 0 0 4px rgba(77,111,121,.14); }
.availability-dot.availability--confirm_required { box-shadow: 0 0 0 4px rgba(117,106,61,.14); }
.stock-line strong { color: var(--green-800); }
.product-card__quote { display: flex; align-items: flex-end; margin-top: 9px; }
.product-card__quantity { display: grid; flex: 0 0 78px; grid-gap: 5px; gap: 5px; color: var(--muted); font-size: 10px; font-weight: 900; }
.product-card__quantity input { min-height: 46px; padding: 8px 9px; font-size: 16px; font-weight: 800; text-align: center; }
.product-card__quote .button { flex: 1; width: auto; min-width: 0; margin: 0 0 0 8px; padding-right: 10px; padding-left: 10px; }
.product-card__quote--unavailable .button { margin-left: 0; }
.button:disabled,.button[aria-disabled="true"] { color: #fff; background: #8a9390; border-color: #8a9390; box-shadow: none; cursor: not-allowed; opacity: .92; transform: none; }
.button:disabled:hover,.button[aria-disabled="true"]:hover { color: #fff; background: #8a9390; border-color: #8a9390; box-shadow: none; transform: none; }
.product-detail__sold-out { margin-top: 18px; }
.product-share { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; margin-top: 8px; padding: 8px 12px; color: var(--green-800); background: var(--green-050); border: 1px solid #cfe4cb; border-radius: 9px; font-size: 12px; font-weight: 900; }
.product-share:hover { color: #fff; background: var(--green-800); border-color: var(--green-800); }
.product-share--card { position: absolute; top: 12px; right: 12px; z-index: 4; width: 38px; height: 38px; min-height: 38px; margin: 0; padding: 0; color: var(--green-500); background: rgba(255,255,255,.92); border-color: rgba(47,107,69,.22); border-radius: 50%; box-shadow: 0 6px 18px rgba(33,77,49,.14); font-size: 19px; line-height: 1; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.product-share__icon { display: block; width: 23px; height: 23px; overflow: visible; fill: currentColor; }
.product-share__icon path { fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.product-share--detail { width: 100%; min-height: 46px; margin-top: 10px; font-size: 14px; }
.home-consignment { padding: 42px 0; background: linear-gradient(180deg,#fff,#f5fbf2); }
.home-consignment__grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 28px; }
.home-consignment h2 { margin: 4px 0 12px; color: var(--green-900); font-size: 38px; line-height: 1.18; }
.home-consignment p { color: var(--muted); }
.home-consignment__card { padding: 26px; background: #fff; border: 1px solid #cfe4cb; border-radius: 20px; box-shadow: var(--shadow-soft); }
.home-consignment__card strong { color: var(--green-900); font-size: 22px; }
.home-consignment__card .button { margin-top: 10px; }
.consignment-direct-note,.request-form__consignment-note { margin: 12px 0 0; color: var(--green-900); font-size: 14px; font-weight: 800; }
.process-section { background: var(--green-050); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; grid-gap: 16px; gap: 16px; list-style: none; }
.process-grid li { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.process-grid span { color: var(--green-500); font-weight: 900; font-size: 30px; }
.process-grid h3 { margin: 34px 0 4px; }
.process-grid p { margin: 0; color: var(--muted); }
.about-section { background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 80px; gap: 80px; align-items: start; }
.about-grid > div:last-child { padding-top: 32px; color: var(--muted); font-size: 18px; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 30px; color: var(--ink); font-size: 15px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-800); }
.contact-section { position: relative; overflow: hidden; padding: 82px 0; color: #fff; background: linear-gradient(135deg,#214d31,#173b26); }
.contact-section::after { content: ""; position: absolute; top: -180px; right: -90px; width: 480px; height: 480px; border: 1px solid rgba(155,221,131,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(155,221,131,.025),0 0 0 140px rgba(155,221,131,.018); }
.contact-section .eyebrow { color: var(--green-300); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; grid-gap: 80px; gap: 80px; align-items: center; }
.contact-grid dl { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px; gap: 20px; margin: 0; }
.contact-grid dl div { padding: 20px; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; }
.contact-grid dt { color: var(--green-300); font-size: 12px; font-weight: 900; }
.contact-grid dd { margin: 6px 0 0; }
.site-footer { padding: 38px 0 0; background: #f1f5f1; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.15fr 1fr; grid-gap: 40px; gap: 40px; }
.footer-grid h2 { margin: 0 0 12px; font-size: 16px; }
.footer-grid p { color: var(--muted); font-size: 13px; }
.footer-grid a:hover { color: var(--green-800); }
.footer-about .brand { margin-bottom: 9px; }
.footer-about__tagline { margin: 0 0 12px; color: var(--green-800) !important; font-weight: 900; }
.footer-contact dl { margin: 0; }
.footer-contact dl div + div { margin-top: 8px; }
.footer-contact dt { color: var(--green-900); font-size: 11px; font-weight: 900; }
.footer-contact dd { margin: 1px 0 0; color: var(--muted); font-size: 13px; overflow-wrap: anywhere; }
.footer-contact dd span,.footer-contact__en { display: block; }
.footer-contact__en { margin-top: 3px; color: #77857a; font-size: 11px; line-height: 1.45; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links { color: var(--muted); font-size: 13px; }
.footer-links > li + li { margin-top: 5px; }
.brand--footer { min-width: 0; }
.site-footer__bottom { margin-top: 24px; padding: 16px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.page-hero { position: relative; overflow: hidden; padding: 28px 0 24px; background: radial-gradient(circle at 85% 25%,rgba(155,221,131,.24),transparent 22%),linear-gradient(135deg,#f4faf1,#fff); border-bottom: 1px solid var(--line); }
.page-hero::after { content: ""; position: absolute; right: 5%; bottom: -80px; width: 260px; height: 180px; border: 1px solid rgba(47,107,69,.08); border-radius: 50%; transform: rotate(-14deg); }
.page-hero h1 { margin: 3px 0 6px; font-size: 38px; font-size: clamp(32px,4vw,42px); line-height: 1.1; }
.page-hero p:not(.eyebrow) { max-width: 780px; margin: 0; color: var(--muted); font-size: 15px; }
.page-hero + .section { padding-top: 42px; }
.about-page-hero { background: radial-gradient(circle at 84% 18%,rgba(155,221,131,.35),transparent 25%),linear-gradient(135deg,#f3faf0,#fff); }
.about-page { background: linear-gradient(180deg,#fff,#f7faf7); }
.about-page-grid { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(300px,.55fr); grid-gap: 44px; gap: 44px; align-items: start; }
.about-page-grid--single { grid-template-columns: minmax(0,1fr); }
.about-page-grid--single .about-page-copy { max-width: 980px; margin: 0 auto; }
.about-page-copy { padding: 12px 0; }
.about-page-anchor { scroll-margin-top: 96px; }
.about-page-anchor--alias { height: 0; overflow: hidden; padding: 0; }
.about-page-english { margin-top: 52px; padding-top: 44px; border-top: 1px solid var(--line); }
.about-language-nav { justify-content: flex-start; margin-top: 12px; }
.about-page-copy--long { min-width: 0; }
.about-page-description { margin-top: 34px; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-soft); }
.about-page-description h3 { margin: 3px 0 8px; color: var(--green-900); font-size: 23px; }
.about-page-copy h2 { margin: 4px 0 20px; color: var(--green-900); font-size: 40px; font-size: clamp(30px,4vw,46px); line-height: 1.18; letter-spacing: -.025em; }
.about-page-anchor > p:not(.eyebrow) { max-width: 780px; color: #4f5d53; font-size: 17px; }
.about-page-anchor > p:not(.eyebrow) + p { margin-top: 18px; }
.about-workspace-gallery { margin: 38px 0 42px; }
.about-workspace-gallery figcaption { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.72fr); grid-template-areas: "eyebrow eyebrow" "title copy"; align-items: end; gap: 5px 34px; margin-bottom: 18px; }
.about-workspace-gallery figcaption .eyebrow { grid-area: eyebrow; margin: 0; }
.about-workspace-gallery figcaption h3 { grid-area: title; margin: 0; color: var(--green-900); font-size: 29px; line-height: 1.25; }
.about-workspace-gallery figcaption p:not(.eyebrow) { grid-area: copy; margin: 0; color: var(--muted); font-size: 13px; }
.about-workspace-gallery__grid { display: grid; grid-template-columns: 1.35fr .82fr; grid-template-rows: repeat(2,minmax(0,230px)); gap: 14px; }
.about-workspace-gallery__grid img { width: 100%; height: 100%; min-height: 0; object-fit: cover; border: 1px solid rgba(47,107,69,.12); border-radius: 18px; box-shadow: var(--shadow-soft); }
.about-workspace-gallery__wide { grid-column: 1; grid-row: 1; object-position: center 48%; }
.about-workspace-gallery__brand { grid-column: 1; grid-row: 2; object-position: center 56%; }
.about-workspace-gallery__tall { grid-column: 2; grid-row: 1/3; object-position: center; }
.about-workspace-note { margin: 26px 0 34px; padding: 22px 24px; background: linear-gradient(135deg,#f4faf1,#fff); border: 1px solid var(--line); border-radius: 16px; }
.about-workspace-note .eyebrow { margin: 0; }
.about-workspace-note h3 { margin: 3px 0 8px; color: var(--green-900); font-size: 24px; }
.about-workspace-note p:not(.eyebrow) { margin: 0; color: var(--muted); }
.about-quality-callout { position: relative; overflow: hidden; margin: 34px 0; padding: 28px 30px; color: #fff; background: linear-gradient(145deg,var(--green-800),var(--green-900)); border-radius: 20px; box-shadow: var(--shadow-strong); }
.about-quality-callout::after { content: ""; position: absolute; right: -80px; bottom: -100px; width: 230px; height: 230px; border: 1px solid rgba(155,221,131,.2); border-radius: 50%; box-shadow: 0 0 0 42px rgba(155,221,131,.035); }
.about-quality-callout > * { position: relative; z-index: 1; }
.about-quality-callout .eyebrow { margin: 0; color: var(--green-300); }
.about-quality-callout h3 { margin: 6px 0 16px; color: #fff; font-size: 29px; line-height: 1.25; }
.about-quality-callout p:not(.eyebrow) { margin: 10px 0 0; color: rgba(255,255,255,.84); }
.about-subheading { margin: 38px 0 16px; color: var(--green-900); font-size: 28px; }
.about-benefit-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; grid-gap: 12px; gap: 12px; list-style: none; }
.about-benefit-list li { min-width: 0; padding: 18px; background: var(--green-050); border: 1px solid var(--line); border-radius: 14px; }
.about-benefit-list li:last-child { grid-column: 1/-1; }
.about-benefit-list strong,.about-benefit-list span { display: block; }
.about-benefit-list strong { margin-bottom: 5px; color: var(--green-900); }
.about-benefit-list span { color: var(--muted); font-size: 13px; }
.about-sell-card { margin-top: 34px; padding: 28px 30px; background: linear-gradient(135deg,#edf8e9,#f9fcf8); border: 1px solid #cfe4cb; border-radius: 20px; }
.about-sell-card .eyebrow { margin: 0; }
.about-sell-card h3 { margin: 2px 0 12px; color: var(--green-900); font-size: 28px; }
.about-sell-card p { color: #4f5d53; }
.about-sell-card .button { margin-top: 6px; }
.about-page-actions { display: flex; flex-wrap: wrap; margin-top: 30px; }
.about-page-actions > * + * { margin-left: 12px; }
.filter-bar { display: grid; grid-template-columns: 1.35fr .72fr .72fr .72fr auto; grid-gap: 10px; gap: 10px; align-items: end; padding: 14px; background: var(--green-050); border: 1px solid var(--line); border-radius: 16px; }
.filter-bar label, .quantity-field { display: grid; grid-gap: 6px; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 800; }
.products-page-section { padding: 30px 0 72px; }
.products-page-section .results-count { margin: 14px 0; }
input, select, textarea { width: 100%; min-height: 46px; padding: 10px 12px; color: var(--ink); background: #fff; border: 1px solid #bfcbbf; border-radius: 9px; font: inherit; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(155,221,131,.45); border-color: var(--green-800); }
.results-count { color: var(--muted); }
.breadcrumbs { margin-bottom: 26px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--green-800); }
.product-detail__grid { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 62px; gap: 62px; align-items: start; }
.product-gallery__label { margin-top: 0; }
.product-gallery__main, .detail-placeholder { width: 100%; min-height: 500px; aspect-ratio: 1/1; object-fit: contain; background: var(--surface); border: 1px solid var(--line); border-radius: 24px; }
.detail-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--green-900); background: linear-gradient(145deg,var(--green-100),#f8fcf6); font-weight: 900; text-align: center; }
.detail-placeholder b { font-size: 90px; line-height: 1; }
.detail-placeholder span { margin-top: 20px; font-size: 20px; }
.detail-placeholder small { margin-top: 4px; color: var(--muted); font-size: 12px; font-weight: 600; }
.thumb-row { display: flex; margin-top: 12px; }
.thumb-row > * + * { margin-left: 10px; }
.gallery-thumb { width: 78px; height: 78px; padding: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-summary { padding: 28px; background: linear-gradient(145deg,#fff,#fbfdfb); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-soft); }
.detail-status { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.detail-status span { display: flex; align-items: center; color: var(--green-800); font-size: 12px; font-weight: 900; }
.detail-status span i { margin-right: 8px; }
.detail-status small { color: var(--muted); font-size: 11px; }
.product-summary h1 { margin: 8px 0 12px; font-size: 46px; font-size: clamp(36px,5vw,56px); line-height: 1.12; }
.detail-spec { color: var(--muted); font-size: 18px; }
.stock-box small { color: var(--muted); }
.product-facts { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 8px; gap: 8px; margin: 20px 0; }
.product-facts div { min-width: 0; padding: 10px 12px; background: var(--surface); border-radius: 9px; }
.product-facts dt { color: var(--muted); font-size: 10px; font-weight: 800; }
.product-facts dd { margin: 2px 0 0; font-size: 13px; font-weight: 800; overflow-wrap: break-word; word-break: break-word; }
.product-facts .product-facts__wide { grid-column: 1/-1; }
.product-description { margin: 16px 0; color: var(--muted); font-size: 14px; }
.product-category-note { margin: 16px 0 20px; padding: 12px 14px; background: var(--green-050); border: 1px solid var(--line); border-radius: 10px; }
.product-category-note summary { color: var(--green-900); font-size: 13px; font-weight: 900; cursor: pointer; }
.product-category-note p { color: var(--muted); font-size: 12px; }
.product-category-note .text-link { font-size: 12px; }
.supply-grid { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px; gap: 10px; }
.stock-box { display: flex; flex-direction: column; min-width: 0; padding: 17px; background: var(--green-100); border-radius: 12px; }
.stock-box--status { background: #edf4f7; }
.stock-box strong { margin: 3px 0; color: var(--green-900); font-size: 18px; }
.stock-box small { line-height: 1.45; }
.detail-assurance { margin: 18px 0 0; color: var(--muted); text-align: center; font-size: 11px; font-weight: 700; }
.quantity-field { margin-top: 18px; }
.text-link { color: var(--green-800); font-weight: 900; }
.detail-help-link { margin: 15px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.detail-help-link a { margin-left: 5px; color: var(--green-800); font-weight: 900; text-decoration: underline; }
.cart-layout { display: grid; grid-template-columns: 1fr 340px; grid-gap: 28px; gap: 28px; align-items: start; }
.cart-items { display: grid; grid-gap: 12px; gap: 12px; }
.cart-row { display: grid; grid-template-columns: 1fr 150px auto; grid-gap: 20px; gap: 20px; align-items: center; padding: 22px; border: 1px solid var(--line); border-radius: 14px; }
.cart-row h2 { margin: 2px 0; font-size: 20px; }
.cart-row p { margin: 3px 0; color: var(--muted); font-size: 13px; }
.cart-row label { color: var(--muted); font-size: 12px; font-weight: 800; }
.text-button { padding: 6px; color: #8b3e3e; background: none; border: 0; font-weight: 800; }
.cart-summary { position: sticky; top: 96px; padding: 24px; background: var(--green-050); border: 1px solid var(--line); border-radius: var(--radius); }
.cart-summary h2 { margin-top: 0; }
.cart-summary > p:first-of-type { display: flex; justify-content: space-between; }
.cart-consent { margin: 18px 0; padding: 14px; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 10px; font-size: 12px; font-weight: 800; }
.cart-consent span { min-width: 0; }
.cart-note, .legal-mini { color: var(--muted); font-size: 12px; }
.legal-mini a { color: var(--green-800); text-decoration: underline; }
.legal-page { background: var(--surface); }
.legal-page.section { padding: 42px 0; }
.legal-document { max-width: 880px; padding: 46px 54px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.legal-document--wide { max-width: 1040px; }
.legal-document__header { position: relative; overflow: hidden; margin: -46px -54px 0; padding: 30px 36px; background: radial-gradient(circle at 88% 12%,rgba(155,221,131,.42),transparent 28%),linear-gradient(135deg,#f1faed,#fff); border-bottom: 1px solid var(--line); border-radius: 20px 20px 0 0; }
.legal-company-name { display: flex; flex-wrap: wrap; align-items: baseline; gap: 3px 8px; }
.legal-company-name span { display: block; }
.legal-company-name span[lang="en"]::before { content: "·"; margin-right: 8px; }
.legal-document h1 { margin: 4px 0 10px; font-size: 38px; line-height: 1.12; letter-spacing: -.035em; }
.legal-document h1 span { display: block; margin-top: 8px; color: var(--green-800); font-size: .42em; letter-spacing: .02em; }
.legal-document h2 { margin-top: 34px; color: var(--green-900); }
.legal-document p, .legal-document li { color: #48534a; }
.legal-document li + li { margin-top: 9px; }
.legal-document ul { padding-left: 22px; }
.legal-document a { overflow-wrap: break-word; word-break: break-word; }
.legal-document__lead { max-width: 760px; margin: 0; font-size: 15px; }
.legal-document__meta { display: inline-flex; margin: 12px 0 0; padding: 7px 11px; color: var(--green-900) !important; background: var(--green-100); border: 1px solid #cce8c4; border-radius: 99px; font-size: 12px; font-weight: 900; }
.legal-section { display: grid; grid-template-columns: 58px minmax(0,1fr); padding: 34px 0; grid-gap: 22px; gap: 22px; border-bottom: 1px solid var(--line); scroll-margin-top: 96px; }
.legal-section__number { display: grid; align-items: center; justify-items: center; place-items: center; width: 52px; height: 52px; color: var(--green-900); background: linear-gradient(145deg,#e8f8e2,#ccecbf); border: 1px solid #c6e2bd; border-radius: 15px; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.legal-section h2 { margin: 5px 0 12px; font-size: 27px; }
.legal-section p:first-of-type { margin-top: 0; }
.legal-emphasis { padding: 14px 16px; color: var(--green-900) !important; background: var(--green-100); border-left: 4px solid var(--green-800); font-weight: 900; }
.legal-detail-card { margin-top: 22px; padding: 18px 20px; background: var(--green-050); border: 1px solid var(--line); border-radius: 14px; }
.legal-detail-card h3 { margin: 0 0 8px; color: var(--green-900); }
.legal-contact-card { margin-top: 36px; padding: 30px; color: #fff; background: linear-gradient(145deg,var(--green-800),var(--green-900)); border-radius: 20px; }
.legal-contact-card .eyebrow { margin: 0; color: var(--green-300); }
.legal-contact-card h2 { margin: 3px 0 22px; color: #fff; }
.legal-contact-card dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; grid-gap: 12px; gap: 12px; }
.legal-contact-card dl div { min-width: 0; padding: 13px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 11px; }
.legal-contact-card dt { color: var(--green-300); font-size: 11px; font-weight: 900; }
.legal-contact-card dd { margin: 4px 0 0; overflow-wrap: break-word; word-break: break-word; color: rgba(255,255,255,.9); font-size: 13px; }
.legal-language-nav { display: flex; margin-top: 12px; }
.legal-language-nav a { display: flex; align-items: center; justify-content: center; min-width: 112px; min-height: 38px; padding: 7px 14px; text-align: center; color: var(--green-900); background: #fff; border: 1px solid var(--green-800); border-radius: 99px; font-size: 13px; font-weight: 900; }
.legal-language-nav a + a { margin-left: 10px; }
.privacy-language { padding-top: 34px; scroll-margin-top: 92px; }
.privacy-language + .privacy-language { margin-top: 42px; padding-top: 42px; border-top: 4px solid var(--green-800); }
.privacy-language__label { display: inline-flex; margin: 0 0 8px; padding: 6px 11px; color: var(--green-900) !important; background: var(--green-100); border-radius: 99px; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.privacy-language__title { margin: 3px 0 8px !important; font-size: 34px; }
.privacy-language section { padding: 20px 0; border-bottom: 1px solid var(--line); }
.privacy-language section:last-child { border-bottom: 0; }
.privacy-language section h2 { margin: 0 0 10px; font-size: 24px; }
.privacy-language section p:last-child { margin-bottom: 0; }
.privacy-language--en { font-family: Arial,Helvetica,sans-serif; line-height: 1.7; }
.privacy-contact { display: grid; margin-top: 16px; padding: 18px 20px; background: var(--green-050); border: 1px solid var(--line); border-radius: 14px; color: #48534a; font-style: normal; }
.privacy-contact strong { margin-bottom: 7px; color: var(--green-900); }
.privacy-contact span + span { margin-top: 3px; }
.bilingual-legal .privacy-language section { scroll-margin-top: 92px; }
.bilingual-legal .privacy-language section ul { margin: 12px 0 0; }
.bilingual-legal .privacy-language section li { line-height: 1.72; }
.bilingual-legal .privacy-language section a { text-underline-offset: 3px; }
.legal-copyright { margin: 34px 0 0 !important; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted) !important; font-size: 12px; text-align: center; }
.faq-document { overflow: hidden; }
.faq-document__header { padding-bottom: 30px; }
.faq-header-actions { display: flex; margin-top: 12px; }
.faq-header-actions > * + * { margin-left: 10px; }
.faq-nav { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 18px; grid-gap: 10px; gap: 10px; }
.faq-nav a { display: grid; grid-template-columns: 38px minmax(0,1fr); min-width: 0; padding: 14px; color: var(--green-900); background: rgba(255,255,255,.88); border: 1px solid #cfe4cb; border-radius: 14px; box-shadow: var(--shadow-soft); transition: transform .2s,border-color .2s; }
.faq-nav a:hover { transform: translateY(-2px); border-color: var(--green-500); }
.faq-nav a > span { grid-row: 1/3; display: grid; align-items: center; justify-items: center; place-items: center; width: 32px; height: 32px; color: var(--green-900); background: var(--green-100); border-radius: 9px; font-size: 9px; font-weight: 900; }
.faq-nav strong,.faq-nav small { min-width: 0; }
.faq-nav strong { font-size: 13px; }
.faq-nav small { color: var(--muted); font-size: 10px; }
.faq-group { padding: 46px 0 8px; scroll-margin-top: 92px; }
.faq-group + .faq-group { margin-top: 20px; border-top: 1px solid var(--line); }
.faq-group__heading { display: flex; align-items: center; margin-bottom: 22px; }
.faq-group__heading > span { display: grid; align-items: center; justify-items: center; place-items: center; width: 54px; height: 54px; margin-right: 16px; color: var(--green-900); background: linear-gradient(145deg,#e8f8e2,#ccecbf); border: 1px solid #c6e2bd; border-radius: 15px; font-size: 12px; font-weight: 900; }
.faq-group__heading .eyebrow { margin: 0; }
.faq-group__heading h2 { margin: 2px 0 0; font-size: 31px; }
.faq-list { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 14px; gap: 14px; }
.faq-item { min-width: 0; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 9px 28px rgba(33,77,49,.045); }
.faq-item--highlight { background: linear-gradient(145deg,#f2faef,#fff); border-color: #bdddb7; }
.faq-item > summary { cursor: pointer; list-style: none; }
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary h3 { display: grid; grid-template-columns: 32px minmax(0,1fr); align-items: start; margin: 0; color: var(--green-900); font-size: 17px; line-height: 1.45; }
.faq-item h3 { display: grid; grid-template-columns: 32px minmax(0,1fr); align-items: start; margin: 0; color: var(--green-900); font-size: 17px; line-height: 1.45; }
.faq-item h3 > span:first-child,.faq-answer > span { display: grid; align-items: center; justify-items: center; place-items: center; width: 26px; height: 26px; border-radius: 8px; font-family: Arial,Helvetica,sans-serif; font-size: 11px; font-weight: 900; }
.faq-item h3 > span:first-child { margin-top: -1px; color: #fff; background: var(--green-800); }
.faq-item h3 > span + span { display: block; min-width: 0; width: auto; height: auto; padding: 0; border-radius: 0; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; }
.faq-answer { display: grid; grid-template-columns: 32px minmax(0,1fr); align-items: start; margin-top: 15px; padding-top: 15px; border-top: 1px solid #edf1ed; }
.faq-answer > span { color: var(--green-900); background: var(--green-100); }
.faq-answer p { margin: 0; color: #526057; font-size: 13px; line-height: 1.75; }
.faq-answer a { color: var(--green-800); font-weight: 900; text-decoration: underline; text-underline-offset: 2px; }
.faq-contact-strip { display: flex; align-items: center; justify-content: space-between; margin-top: 42px; padding: 28px 30px; color: #fff; background: linear-gradient(145deg,var(--green-800),var(--green-900)); border-radius: 18px; }
.faq-contact-strip .eyebrow { margin: 0; color: var(--green-300); }
.faq-contact-strip h2 { margin: 2px 0 4px; color: #fff; font-size: 27px; }
.faq-contact-strip p:last-child { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; }
.faq-contact-strip .button { flex: 0 0 auto; margin-left: 28px; }
.legal-warning { padding: 14px 16px; background: var(--green-100); border-left: 4px solid var(--green-800); }
.sourcing-section { position: relative; overflow: hidden; padding: 86px 0; color: #fff; background: linear-gradient(135deg,#214d31,#173b26); }
.sourcing-section::after { content: ""; position: absolute; top: -220px; right: -120px; width: 520px; height: 520px; border: 1px solid rgba(155,221,131,.12); border-radius: 50%; box-shadow: 0 0 0 75px rgba(155,221,131,.025),0 0 0 150px rgba(155,221,131,.018); }
.sourcing-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; grid-gap: 60px; gap: 60px; align-items: start; }
.sourcing-copy { padding-top: 24px; }
.sourcing-copy .eyebrow { color: var(--green-300); }
.sourcing-copy > p:not(.eyebrow) { color: rgba(255,255,255,.76); font-size: 17px; }
.sourcing-copy dl { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 12px; gap: 12px; margin-top: 36px; }
.sourcing-copy dl div { min-width: 0; padding: 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; }
.sourcing-copy dt { color: var(--green-300); font-size: 11px; font-weight: 900; }
.sourcing-copy dd { overflow-wrap: break-word; word-break: break-word; overflow-wrap: anywhere; margin: 3px 0 0; font-size: 13px; }
.material-request-form { padding: 30px; color: var(--ink); background: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 22px; box-shadow: var(--shadow-strong); }
.request-form__heading h2 { margin: 0; font-size: 30px; }
.request-form__heading p:last-child { margin: 5px 0 20px; color: var(--muted); font-size: 12px; }
.request-form__grid { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 13px; gap: 13px; }
.request-form__grid label { display: grid; grid-gap: 5px; gap: 5px; color: var(--muted); font-size: 12px; font-weight: 800; }
.request-form__grid .full { grid-column: 1/-1; }
.quantity-unit-inputs { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); grid-gap: 10px; gap: 10px; }
.quantity-unit-inputs input { min-width: 0; }
.request-consent { display: flex !important; grid-template-columns: none; align-items: flex-start; margin-top: 5px; line-height: 1.55; }
.request-consent input { flex: 0 0 auto; width: 18px; min-height: 18px; margin: 2px 9px 0 0; }
.request-consent a { color: var(--green-800); text-decoration: underline; }
.request-honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.request-form__status { min-height: 23px; margin: 10px 0 0; color: var(--green-800); font-size: 12px; font-weight: 800; }
.request-form__status.is-error { color: #9c3838; }
.request-page-layout { display: grid; grid-template-columns: 1.28fr .72fr; grid-gap: 32px; gap: 32px; align-items: start; }
.request-page-layout .material-request-form { border-color: var(--line); box-shadow: var(--shadow); }
.request-page-hero { padding: 22px 0 20px; }
.request-page-hero h1 { margin: 2px 0 5px; font-size: 36px; font-size: clamp(30px,3.5vw,38px); }
.request-page-hero p:not(.eyebrow) { margin: 0; font-size: 14px; }
.request-kind-tabs { position: relative; z-index: 2; display: inline-flex; margin-bottom: 22px; padding: 4px; background: #fff; border: 1px solid var(--line); border-radius: 99px; box-shadow: var(--shadow-soft); }
.request-kind-tabs a { padding: 8px 15px; color: var(--muted); border-radius: 99px; font-size: 12px; font-weight: 900; }
.request-kind-tabs a.is-active { color: #fff; background: var(--green-800); }
.home-actions-strip { position: relative; overflow: hidden; padding: 36px 0; color: #fff; background-color: #2f6b45; background-image: linear-gradient(135deg,rgba(33,77,49,.88),rgba(47,107,69,.62)), radial-gradient(circle at 16% 0%,rgba(155,221,131,.54),transparent 32%), radial-gradient(circle at 88% 104%,rgba(108,217,208,.36),transparent 36%), url("../images/warehouse-materials.jpg"); background-position: center; background-size: cover; }
.home-actions-strip::before { content: ""; position: absolute; inset: 0; background: rgba(27,71,44,.28); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); pointer-events: none; }
.home-actions-strip::after { content: ""; position: absolute; top: -70px; right: -80px; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 54px rgba(155,221,131,.06),0 0 0 108px rgba(108,217,208,.04); pointer-events: none; }
.home-actions-strip__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; grid-gap: 42px; gap: 42px; align-items: center; }
.home-actions-strip .eyebrow { margin: 0; color: #dff8d6; }
.home-actions-strip h2 { margin: 4px 0 6px; font-size: 28px; line-height: 1.2; }
.home-actions-strip p:last-child { max-width: 720px; margin: 0; color: rgba(255,255,255,.86); font-size: 14px; }
.home-actions-strip__buttons { display: flex; }
.home-actions-strip__buttons > * + * { margin-left: 10px; }
.request-assurance { position: sticky; top: 100px; padding: 28px; background: var(--green-050); border: 1px solid var(--line); border-radius: 18px; }
.request-assurance ol { display: grid; grid-gap: 18px; gap: 18px; margin: 22px 0; padding: 0; list-style: none; }
.request-assurance li { display: grid; grid-template-columns: 42px 1fr; grid-gap: 12px; gap: 12px; }
.request-assurance li > span { display: grid; align-items: center; justify-items: center; place-items: center; width: 42px; height: 42px; color: var(--green-900); background: var(--green-100); border-radius: 12px; font-size: 11px; font-weight: 900; }
.request-assurance li p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }
.stock-disclaimer { padding: 14px; color: var(--muted); background: #fff; border-left: 3px solid var(--green-800); font-size: 12px; }
.empty-state { grid-column: 1/-1; padding: 60px 30px; text-align: center; background: var(--green-050); border: 1px dashed #aec1ae; border-radius: var(--radius); }
.toast { position: fixed; right: 20px; bottom: -100px; z-index: 200; padding: 13px 18px; color: white; background: var(--green-900); border-radius: 10px; box-shadow: var(--shadow); opacity: 0; transition: .25s; }
.toast--show,.toast.is-visible { bottom: 20px; opacity: 1; }
.error-page { min-height: 100vh; display: grid; place-items: center; text-align: center; background: var(--green-050); }
.error-page span { color: var(--green-300); font-size: 100px; font-weight: 900; }
.error-page h1 { margin: 0; font-size: 44px; }

@media (min-width: 761px) {
  .home-categories.section,.home-latest.section { padding: 46px 0; }
  .home-categories .section-heading,.home-latest .section-heading { margin-bottom: 20px; }
  .home-categories .section-heading h2,.home-latest .section-heading h2 { font-size: 34px; }
  .home-category-grid { grid-template-columns: repeat(5,minmax(0,1fr)); grid-gap: 12px; gap: 12px; }
  .home-category-grid .category-card { min-height: 230px; padding: 18px; border-radius: 18px; }
  .home-category-grid .category-card__top i { width: 44px; height: 44px; border-radius: 13px; font-size: 20px; }
  .home-category-grid .category-card h3 { margin: 16px 0 5px; font-size: 20px; }
  .home-category-grid .category-card p { min-height: 42px; margin: 0 0 9px; overflow: hidden; display: -webkit-box; color: var(--muted); font-size: 12px; line-height: 1.5; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .home-category-grid .brand-chips { min-height: 25px; }
  .home-category-grid .brand-chips a,.home-category-grid .brand-chips > span { min-height: 24px; margin: 0 5px 5px 0; padding: 2px 7px; font-size: 9px; }
  .home-category-grid .category-card__link { margin-top: 7px; font-size: 12px; }
  .home-latest__grid { grid-template-columns: repeat(4,minmax(0,1fr)); grid-gap: 14px; gap: 14px; }
  .home-latest .product-card { border-radius: 16px; }
  .home-latest .product-card__image { min-height: 150px; aspect-ratio: 16/9; }
  .home-latest .product-card__badge { top: 8px; left: 8px; padding: 4px 8px; font-size: 11px; line-height: 1.25; }
  .home-latest .product-placeholder { width: 94px; min-height: 76px; padding: 10px; border-radius: 18px; font-size: 28px; }
  .home-latest .product-placeholder small { font-size: 10px; }
  .home-latest .product-card__body { padding: 13px; }
  .home-latest .product-card h3 { margin: 2px 0 6px; font-size: 16px; }
  .home-latest .spec-clamp { min-height: 35px; font-size: 11px; line-height: 1.55; }
  .home-latest .stock-line { padding: 8px 0; font-size: 13px; line-height: 1.45; }
  .home-latest .product-card__quote { margin-top: 5px; }
  .home-latest .product-card__quantity { flex-basis: 70px; gap: 4px; font-size: 12px; line-height: 1.25; }
  .home-latest .product-card__quantity input { min-height: 42px; padding: 6px; }
  .home-latest .product-card__quote .button { min-height: 44px; padding: 7px 9px; font-size: 14px; line-height: 1.25; }
}

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .header-quick-link { display: inline-flex; margin-left: auto; }
  .site-header__inner { justify-content: space-between; }
  .hero__grid { grid-template-columns: 1fr 400px; gap: 30px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .home-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-gap: 18px; gap: 18px; }
  .home-category-grid .category-card { min-height: 260px; padding: 26px; border-radius: 20px; }
  .home-category-grid .category-card__top > span { font-size: 13px; }
  .home-category-grid .category-card__top i { width: 52px; height: 52px; border-radius: 15px; font-size: 23px; }
  .home-category-grid .category-card h3 { margin: 24px 0 7px; font-size: 26px; }
  .home-category-grid .category-card p { min-height: 45px; margin-bottom: 11px; font-size: 14px; }
  .home-category-grid .brand-chips { min-height: 30px; }
  .home-category-grid .brand-chips a,.home-category-grid .brand-chips > span { min-height: 28px; padding: 4px 9px; font-size: 11px; }
  .home-category-grid .category-card__link { margin-top: 10px; font-size: 14px; }
  .home-latest__grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-gap: 18px; gap: 18px; }
  .home-latest .product-card { border-radius: 20px; }
  .home-latest .product-card__image { min-height: 220px; aspect-ratio: 4/3; }
  .home-latest .product-card__badge { top: 11px; left: 11px; padding: 5px 9px; font-size: 10px; }
  .home-latest .product-placeholder { width: 128px; min-height: 104px; padding: 14px; border-radius: 23px; font-size: 34px; }
  .home-latest .product-placeholder small { font-size: 9px; }
  .home-latest .product-card__body { padding: 20px; }
  .home-latest .product-card h3 { margin: 3px 0 9px; font-size: 21px; }
  .home-latest .spec-clamp { min-height: 45px; font-size: 13px; line-height: 1.6; }
  .home-latest .stock-line { padding: 10px 0; font-size: 13px; }
  .home-latest .product-card__quote { margin-top: 8px; }
  .home-latest .product-card__quantity { flex-basis: 78px; gap: 5px; font-size: 10px; }
  .home-latest .product-card__quantity input { min-height: 46px; padding: 8px; }
  .home-latest .product-card__quote .button { min-height: 46px; padding: 8px 12px; font-size: 13px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .sourcing-grid { grid-template-columns: .8fr 1.2fr; gap: 28px; }
}

@media (max-width: 760px) {
  body { font-size: 14px; }
  .container { width: calc(100% - 28px); max-width: 1180px; width: min(calc(100% - 28px), 1180px); }
  .site-header__inner { min-height: 66px; gap: 0; }
  .brand { min-width: 0; }
  .brand__mark { width: 42px; height: 42px; font-size: 14px; }
  .brand strong { max-width: 175px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 17px; line-height: 1.35; }
  .brand small { display: none; }
  .header-quick-link { display: none; }
  .menu-toggle { order: 3; width: 40px; height: 40px; flex-basis: 40px; margin-left: 8px; border-radius: 10px; }
  .cart-link { margin-left: 10px; padding: 8px 10px; font-size: 12px; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; grid-gap: 10px; gap: 10px; padding: 22px 0 17px; }
  .hero h1 { margin: 9px 0; font-size: 32px; line-height: 1.06; }
  .hero__lead { font-size: 13px; line-height: 1.55; }
  .hero__note { font-size: 12px; line-height: 1.45; }
  .hero__actions { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 7px; gap: 7px; margin: 13px 0 14px; }
  .hero__actions .button { min-height: 46px; padding: 9px 10px; font-size: 14px; line-height: 1.25; }
  .hero__actions > * + * { margin-left: 0; }
  .hero__actions .button--soft:last-child { grid-column: 1/-1; }
  .hero__visual { min-height: 105px; }
  .inventory-panel { min-height: 97px; margin: 0 5px 8px 2px; padding: 15px 17px; border-radius: 18px; transform: rotate(-.5deg); }
  .inventory-panel__top { padding-bottom: 6px; font-size: 9px; }
  .inventory-panel__title { margin: 7px 0 0; }
  .inventory-panel__title > span { width: 34px; height: 34px; margin-right: 9px; border-radius: 10px; font-size: 17px; }
  .inventory-panel__title small { font-size: 7px; }
  .inventory-panel__title strong { font-size: 16px; }
  .inventory-panel__metrics,.inventory-panel__lines,.inventory-panel__footer { display: none; }
  .visual-card--large { top: 15px; right: 18px; bottom: 60px; left: 0; inset: 15px 18px 60px 0; }
  .visual-card--small { right: 0; bottom: 0; width: 175px; height: 145px; }
  .hero__stats { gap: 0; }
  .hero__stats > div + div { margin-left: 10px; }
  .hero__stats div { padding-right: 10px; }
  .hero__stats dt { font-size: 13px; line-height: 1.35; }
  .hero__stats dd { font-size: 12px; line-height: 1.35; }
  .section { padding: 66px 0; }
  .category-grid, .about-grid, .about-page-grid, .contact-grid, .product-detail__grid, .footer-grid, .cart-layout, .sourcing-grid, .request-page-layout, .home-actions-strip__inner, .home-consignment__grid { grid-template-columns: 1fr; }
  .about-page-grid { gap: 28px; }
  .about-workspace-gallery figcaption { grid-template-columns: 1fr; grid-template-areas: "eyebrow" "title" "copy"; gap: 5px; }
  .about-workspace-gallery figcaption p:not(.eyebrow) { margin-top: 5px; }
  .about-workspace-gallery__grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .about-workspace-gallery__grid img { grid-column: auto; grid-row: auto; height: auto; aspect-ratio: 16/10; border-radius: 14px; }
  .about-workspace-gallery__tall { aspect-ratio: 4/5 !important; object-position: center 42% !important; }
  .about-workspace-note { padding: 20px; }
  .about-quality-callout,.about-sell-card { padding: 22px 20px; }
  .about-quality-callout h3 { font-size: 24px; }
  .about-benefit-list { grid-template-columns: 1fr; }
  .about-benefit-list li:last-child { grid-column: auto; }
  .about-page-description { padding: 22px 20px; }
  .about-page-actions > * { flex: 1 1 190px; }
  .about-page-actions > * + * { margin-left: 0; margin-top: 10px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-gap: 10px; gap: 10px; }
  .product-grid--one { max-width: none; }
  #categories.section { padding: 46px 0; }
  #categories .section-heading { align-items: center; margin-bottom: 18px; }
  #categories .section-heading h2 { font-size: 30px; }
  #categories .section-heading .eyebrow { margin-bottom: 2px; font-size: 9px; }
  #categories .section-heading > a { font-size: 12px; }
  .category-grid { grid-gap: 10px; gap: 10px; }
  .home-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .category-card { min-height: 0; padding: 18px; border-radius: 17px; }
  .category-card__top > span { font-size: 11px; }
  .category-card__top i { width: 44px; height: 44px; border-radius: 13px; font-size: 21px; }
  .category-card h3 { margin: 12px 0 4px; font-size: 21px; }
  .category-card p { overflow: hidden; display: -webkit-box; min-height: 0; margin: 0 0 10px; font-size: 13px; line-height: 1.6; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .category-card .brand-chips { min-height: 0; }
  .category-card .brand-chips a,.category-card .brand-chips > span { min-height: 26px; margin: 0 5px 5px 0; padding: 3px 8px; font-size: 10px; }
  .category-card__link { margin-top: 6px; font-size: 13px; }
  .home-category-grid .category-card { min-height: 0; padding: 18px; border-radius: 17px; }
  .home-category-grid .category-card__top > span { font-size: 11px; }
  .home-category-grid .category-card__top i { width: 44px; height: 44px; border-radius: 13px; font-size: 21px; }
  .home-category-grid .category-card h3 { margin: 12px 0 4px; font-size: 21px; }
  .home-category-grid .category-card p { min-height: 0; margin: 0 0 10px; font-size: 13px; line-height: 1.6; }
  .home-category-grid .brand-chips { min-height: 0; }
  .home-category-grid .brand-chips a,.home-category-grid .brand-chips > span { min-height: 26px; padding: 3px 8px; font-size: 10px; }
  .home-category-grid .category-card__link { margin-top: 6px; font-size: 13px; }
  .product-card { display: flex; border-radius: 14px; }
  .product-card__image { aspect-ratio: 4/3; min-height: 126px; }
  .product-card__badge { top: 6px; left: 6px; max-width: calc(100% - 12px); padding: 4px 7px; overflow: hidden; font-size: 11px; line-height: 1.2; white-space: nowrap; text-overflow: ellipsis; }
  .product-placeholder { width: 74px; min-height: 66px; padding: 8px; border-radius: 15px; font-size: 24px; }
  .product-placeholder small { font-size: 10px; }
  .product-card__body { padding: 12px; }
  .product-card__body .eyebrow { overflow: hidden; margin: 0 0 4px; font-size: 11px; line-height: 1.5; white-space: nowrap; text-overflow: ellipsis; }
  .product-card h3 { overflow: hidden; display: -webkit-box; min-height: 43px; margin: 2px 0 6px; font-size: 16px; line-height: 1.35; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .spec-clamp { min-height: 41px; font-size: 13px; line-height: 1.6; }
  .stock-line { align-items: flex-start; flex-direction: column; gap: 0; padding: 8px 0; font-size: 13px; line-height: 1.5; }
  .stock-line strong { margin-top: 2px; font-size: 13px; }
  .product-card .button { min-height: 42px; margin-top: 4px; padding: 8px 9px; border-radius: 8px; font-size: 14px; line-height: 1.25; }
  .product-card__quote { margin-top: 5px; }
  .product-card__quantity { flex-basis: 62px; gap: 4px; font-size: 12px; line-height: 1.3; }
  .product-card__quantity input { min-height: 44px; padding: 5px; font-size: 16px; }
  .product-card__quote .button { min-height: 44px; margin: 0 0 0 5px; padding: 6px 8px; font-size: 14px; line-height: 1.25; }
  .product-share { min-height: 38px; margin-top: 7px; padding: 7px 10px; font-size: 13px; line-height: 1.3; }
  .home-latest .product-card { border-radius: 14px; }
  .home-latest .product-card__image { min-height: 126px; aspect-ratio: 4/3; }
  .home-latest .product-card__badge { top: 6px; left: 6px; padding: 4px 7px; font-size: 11px; }
  .home-latest .product-placeholder { width: 74px; min-height: 66px; padding: 8px; border-radius: 15px; font-size: 24px; }
  .home-latest .product-placeholder small { font-size: 10px; }
  .home-latest .product-card__body { padding: 12px; }
  .home-latest .product-card h3 { min-height: 43px; margin: 2px 0 6px; font-size: 16px; line-height: 1.35; }
  .home-latest .spec-clamp { min-height: 41px; font-size: 13px; line-height: 1.6; }
  .home-latest .stock-line { padding: 8px 0; font-size: 13px; }
  .home-latest .product-card__quote { margin-top: 5px; }
  .home-latest .product-card__quantity { flex-basis: 62px; gap: 4px; font-size: 12px; }
  .home-latest .product-card__quantity input { min-height: 44px; padding: 5px; }
  .home-latest .product-card__quote .button { min-height: 44px; padding: 6px 8px; font-size: 14px; }
  .process-grid { grid-template-columns: 1fr; }
  .contact-grid { gap: 38px; }
  .contact-grid dl { grid-template-columns: 1fr; }
  .filter-bar { grid-template-columns: 1fr; }
  .products-page-section { padding: 18px 0 46px; }
  .products-filter { grid-template-columns: 1fr 1fr; grid-gap: 8px; gap: 8px; padding: 11px; }
  .products-filter__search { grid-column: 1/-1; }
  .products-filter .button { min-height: 46px; align-self: end; }
  .product-summary { padding-top: 10px; }
  .product-summary { padding: 20px; }
  .detail-status { align-items: flex-start; flex-direction: column; gap: 0; }
  .detail-status > * + * { margin-top: 4px; }
  .product-facts { grid-template-columns: 1fr 1fr; }
  .product-facts .product-facts__wide { grid-column: 1/-1; }
  .supply-grid { grid-template-columns: 1fr; }
  .product-gallery__main, .detail-placeholder { min-height: 340px; }
  .material-request-form { padding: 22px 18px; }
  .request-form__grid { grid-template-columns: 1fr; }
  .request-form__grid .full { grid-column: 1; }
  .sourcing-section { padding: 66px 0; }
  .sourcing-copy { padding-top: 0; }
  .sourcing-copy dl { grid-template-columns: 1fr; }
  .request-page-layout { gap: 20px; }
  .request-kind-tabs { display: flex; margin-bottom: 16px; }
  .request-kind-tabs a { flex: 1; min-width: 0; padding: 8px 10px; text-align: center; }
  .home-latest.section { padding: 46px 0; }
  .home-latest .section-heading { margin-bottom: 18px; }
  .home-actions-strip { padding: 30px 0; }
  .home-actions-strip__inner { gap: 20px; }
  .home-actions-strip h2 { font-size: 27px; }
  .home-actions-strip__buttons { display: grid; grid-template-columns: 1fr; grid-gap: 9px; gap: 9px; }
  .home-actions-strip__buttons > * + * { margin-left: 0; }
  .home-consignment { padding: 30px 0; }
  .home-consignment h2 { font-size: 28px; }
  .home-consignment__card { padding: 20px; }
  .page-hero { padding: 20px 0 18px; }
  .page-hero + .section { padding-top: 28px; }
  .request-page-hero { padding: 18px 0 16px; }
  .request-page-hero h1 { font-size: 30px; }
  .page-hero h1 { font-size: 30px; }
  .product-gallery__main, .detail-placeholder { min-height: 270px; }
  .request-assurance { position: static; }
  .cart-row { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .legal-page.section { padding: 24px 0; }
  .legal-document { padding: 30px 22px; border-radius: 16px; }
  .legal-document__header { margin: -30px -22px 0; padding: 24px 22px; border-radius: 16px 16px 0 0; }
  .legal-company-name { display: grid; gap: 2px; max-width: 100%; line-height: 1.45; }
  .legal-company-name span { min-width: 0; overflow-wrap: anywhere; }
  .legal-company-name span[lang="en"]::before { content: none; }
  .legal-document h1 { font-size: 30px; }
  .legal-document__lead { font-size: 14px; }
  .legal-section { grid-template-columns: 42px minmax(0,1fr); padding: 26px 0; gap: 12px; }
  .legal-section__number { width: 40px; height: 40px; border-radius: 12px; font-size: 10px; }
  .legal-section h2 { margin-top: 4px; font-size: 23px; }
  .legal-contact-card { padding: 22px 18px; }
  .legal-contact-card dl { grid-template-columns: 1fr; }
  .legal-language-nav { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 8px; gap: 8px; }
  .legal-language-nav a { min-width: 0; padding: 10px; }
  .legal-language-nav a + a { margin-left: 0; }
  .privacy-language section h2 { font-size: 22px; }
  .privacy-language__title { font-size: 29px; }
  .privacy-contact { padding: 16px; overflow-wrap: break-word; word-break: break-word; }
  .faq-document__header { padding-bottom: 24px; }
  .privacy-language__title { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; font-size: 31px; line-height: 1.18; }
  .faq-header-actions { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 8px; gap: 8px; }
  .faq-header-actions > * + * { margin-left: 0; }
  .faq-header-actions .button { min-height: 44px; padding: 9px; font-size: 12px; }
  .faq-nav { grid-template-columns: 1fr; margin-top: 14px; }
  .faq-nav a { min-height: 62px; }
  .faq-group { padding-top: 34px; }
  .faq-group + .faq-group { margin-top: 12px; }
  .faq-group__heading > span { width: 46px; height: 46px; margin-right: 12px; border-radius: 13px; }
  .faq-group__heading h2 { font-size: 26px; }
  .faq-list { grid-template-columns: 1fr; gap: 10px; }
  .faq-item { padding: 18px 16px; border-radius: 14px; }
  .faq-item h3 { grid-template-columns: 30px minmax(0,1fr); font-size: 16px; }
  .faq-answer { grid-template-columns: 30px minmax(0,1fr); margin-top: 12px; padding-top: 12px; }
  .faq-answer p { font-size: 13px; }
  .faq-contact-strip { align-items: stretch; flex-direction: column; padding: 22px 18px; }
  .faq-contact-strip h2 { font-size: 24px; }
  .faq-contact-strip .button { margin: 16px 0 0; }
  .site-footer { padding-top: 30px; }
  .footer-grid { gap: 24px; }
  .footer-service .footer-links { display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 16px; column-gap: 16px; grid-row-gap: 6px; row-gap: 6px; }
  .footer-service .footer-links > li + li { margin-top: 0; }
  .site-footer__bottom { margin-top: 22px; }
  .footer-contact dd,.footer-links,.footer-grid p { font-size: 14px; }
  .footer-contact dt,.footer-contact__en { font-size: 12px; }
  .request-form__note,.request-form__consignment-note,.stock-disclaimer,.cart-note,.legal-mini { font-size: 14px; }
  body small,
  body .tag,
  body .eyebrow,
  body .hint,
  body .spec-clamp,
  body .stock-line,
  body .product-share,
  body .footer-contact dt,
  body .footer-contact dd,
  body .footer-contact__en,
  body .footer-links,
  body .legal-document__meta,
  body .faq-answer p,
  body .stock-disclaimer,
  body .cart-note,
  body .legal-mini,
  body .request-form__note,
  body .request-form__consignment-note { font-size: 14px; }
  .cart-link,
  .hero__lead,
  .hero__note,
  .inventory-panel__top,
  .inventory-panel__title small,
  .hero__stats dt,
  .hero__stats dd,
  #categories .section-heading .eyebrow,
  #categories .section-heading > a,
  .category-card__top > span,
  .category-card p,
  .category-card .brand-chips a,
  .category-card .brand-chips > span,
  .category-card__link,
  .home-category-grid .category-card__top > span,
  .home-category-grid .category-card p,
  .home-category-grid .brand-chips a,
  .home-category-grid .brand-chips > span,
  .home-category-grid .category-card__link,
  .product-card__badge,
  .product-placeholder small,
  .product-card__body .eyebrow,
  .product-card__quantity,
  .home-latest .product-card__badge,
  .home-latest .product-placeholder small,
  .home-latest .product-card__quantity,
  .legal-section__number,
  .faq-header-actions .button { font-size: 14px; }
  .product-share--card { top: 8px; right: 8px; width: 40px; height: 40px; min-height: 40px; padding: 0; font-size: 20px; }
}

@media (max-width: 390px) {
  .site-header__inner { gap: 0; }
  .brand { gap: 0; }
  .brand__mark { margin-right: 8px; }
  .brand strong { max-width: 138px; font-size: 15px; line-height: 1.45; }
  .cart-link { padding: 7px 8px; }
}

@media (max-width: 760px) {
  .cart-link,
  .hero__lead,
  .hero__note,
  .inventory-panel__top,
  .inventory-panel__title small,
  .hero__stats dt,
  .hero__stats dd,
  #categories .section-heading .eyebrow,
  #categories .section-heading > a,
  .category-card__top > span,
  .category-card p,
  .category-card .brand-chips a,
  .category-card .brand-chips > span,
  .category-card__link,
  .home-category-grid .category-card__top > span,
  .home-category-grid .category-card p,
  .home-category-grid .brand-chips a,
  .home-category-grid .brand-chips > span,
  .home-category-grid .category-card__link,
  .product-card__badge,
  .product-placeholder small,
  .product-card__body .eyebrow,
  .product-card .spec-clamp,
  .product-card .stock-line,
  .product-card .stock-line span,
  .product-card .stock-line strong,
  .product-card__quantity,
  .product-share:not(.product-share--card),
  .filter-bar label,
  .filter-bar label > span,
  .filter-bar input,
  .filter-bar select,
  .breadcrumbs,
  .breadcrumbs a,
  .detail-placeholder small,
  .availability-pill,
  .product-summary > small,
  .product-facts dt,
  .product-facts dd,
  .category-detail summary,
  .category-detail p,
  .text-link,
  .quantity-field,
  .quantity-field > span,
  .detail-assurance,
  .detail-help-link,
  .detail-help-link a,
  .faq-header-actions .button,
  .faq-nav a,
  .faq-nav strong,
  .faq-nav small,
  .privacy-language__label,
  .faq-group__heading > span,
  .faq-item h3 > span:first-child,
  .faq-answer > span:first-child,
  .faq-answer p,
  .request-kind-tabs a,
  .request-form__grid label,
  .request-form__grid label > span,
  .request-form__grid input,
  .request-form__grid select,
  .request-form__grid textarea,
  .request-consent,
  .request-consent a,
  .request-assurance span,
  .request-assurance p,
  .footer-contact dt,
  .footer-contact dd,
  .footer-contact__en,
  .footer-links,
  .site-footer__bottom { font-size: 14px; }

  .mobile-nav__section,
  .inventory-panel__top b,
  .contact-grid dt,
  .footer-grid p,
  .about-workspace-gallery figcaption p:not(.eyebrow),
  .about-benefit-list span,
  .cart-row p,
  .cart-row label,
  .cart-consent,
  .legal-document__meta,
  .legal-contact-card dt,
  .legal-contact-card dd,
  .legal-language-nav a,
  .legal-copyright,
  .faq-contact-strip p:last-child,
  .sourcing-copy dt,
  .sourcing-copy dd,
  .request-form__heading p:last-child,
  .request-form__status { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .site-header, .site-footer, .button, .toast, .mobile-nav-shell { display: none !important; }
  body { color: #000; }
  .section { padding: 0; }
}
