:root {
  --porcelain: #f4f7f5;
  --paper: #ffffff;
  --teal: #0b635d;
  --teal-dark: #074944;
  --teal-soft: #dff0ed;
  --mineral: #a9d9d3;
  --ink: #152724;
  --muted: #5c6b68;
  --line: #cedbd8;
  --coral: #eb735c;
  --fiber: #e6dfcf;
  --danger: #a4362c;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --shadow: 0 18px 55px rgba(19, 50, 46, 0.11);
  --display: "Arial Narrow", "Bahnschrift SemiCondensed", "Roboto Condensed", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "Cascadia Mono", Consolas, monospace;
  --page-max: 1480px;
  --page-gutter: clamp(16px, 3vw, 56px);
}
.load-settings { padding:22px;background:#eef5f3;border-bottom:1px solid var(--line); }
.load-settings h3 { font-size:1.35rem; }
.load-settings p { max-width:100%;font-size:.85rem; }
.load-controls { display:flex;gap:16px;flex-wrap:wrap; }
.load-controls label { display:grid;gap:7px;font-size:.85rem;flex:1 1 180px; }
.load-controls input,.load-controls select,.variant-label select { min-height:44px;border:1px solid var(--line);border-radius:8px;background:white;padding:8px;max-width:100%; }
.catalog-spec { margin:0;font-size:.84rem; }
.catalog-spec dt { font-weight:700;color:var(--teal); }
.catalog-spec dd { margin:0 0 10px;overflow-wrap:anywhere; }
.catalog-note { font-size:.78rem;color:#8b3f28;background:#fff3df;padding:10px;border-radius:6px; }
.variant-label { display:grid;margin:8px 0;font-size:.8rem; }
.matrix-shell table { min-width:1180px; }
.matrix-shell td { width:20%; }
.matrix-shell td:last-child { width:13%; }
.load-number { border-bottom:1px solid var(--line);padding:8px 0;min-width:180px; }
.load-number span,.load-number small { display:block;font-size:.78rem; }
.load-number summary { font-size:.76rem;padding:6px 0; }
.load-number details p { margin:0;font-size:.75rem; }
.inquiry-tray { margin-bottom:26px;scroll-margin-top:100px; }
.inquiry-tray h3 { font-size:1.45rem;line-height:1.3; }
.selected-product { display:grid;grid-template-columns:130px minmax(0,1fr);gap:18px;border-top:1px solid var(--line);padding:20px 0; }
.selected-product h3 { font-size:1.2rem;line-height:1.3;margin-bottom:6px; }
.selected-image { background:white;border:1px solid var(--line);border-radius:8px;align-self:start;padding:3px; }
.selected-image img { width:100%;height:110px;object-fit:contain; }
.packing-dialog { width:min(620px,94vw);max-height:90dvh;overflow:auto;padding:28px;border:1px solid var(--line);border-radius:18px; }
.packing-dialog::backdrop { background:#102722bf; }
.packing-dialog h2 { font-size:1.6rem;line-height:1.4; }
[aria-invalid="true"] { outline:2px solid var(--danger); }
@media(max-width:620px){.selected-product{grid-template-columns:1fr}.selected-image{width:180px}.load-settings{padding:16px}.matrix-shell .table-scroll{max-width:100%}.rfq-card{min-width:0}}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: #6fa49e #e6eeec; scrollbar-width: thin; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--porcelain);
  font-family: var(--body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::-webkit-scrollbar, *::-webkit-scrollbar { width: 11px; height: 11px; }
body::-webkit-scrollbar-track, *::-webkit-scrollbar-track { background: #e6eeec; }
body::-webkit-scrollbar-thumb, *::-webkit-scrollbar-thumb { background: #6fa49e; border: 3px solid #e6eeec; border-radius: 999px; }
body::-webkit-scrollbar-thumb:hover, *::-webkit-scrollbar-thumb:hover { background: var(--teal); }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .62; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.wrap { width: min(var(--page-max), calc(100% - var(--page-gutter) * 2)); margin-inline: auto; }
.language-control { display:flex; align-items:center; gap:5px; flex-shrink:0; color:var(--teal); }
.language-control select { max-width:116px; min-height:44px; border:1px solid var(--line); border-radius:8px; background:white; color:var(--ink); padding:6px; font-size:13px; }
.nav { column-gap:16px !important; }
.nav-links { gap:16px !important; }
.product-thumbnail { display:block; width:136px; height:100px; padding:3px; margin-bottom:12px; border:1px solid var(--line); border-radius:10px; background:white; overflow:hidden; }
.product-thumbnail img { width:100%; height:100%; object-fit:contain; }
.product-thumbnail:hover { border-color:var(--teal); box-shadow:0 4px 14px #0b635d22; }
td:first-child { min-width:205px; }
.product-lightbox { width:min(1000px,92vw); max-height:90dvh; padding:26px; border:1px solid var(--line); border-radius:16px; color:var(--ink); overflow:auto; }
.product-lightbox::backdrop { background:#102722bf; }
.product-lightbox > img { width:100%; height:auto; max-height:68dvh; object-fit:contain; }
.product-lightbox h2 { padding-right:44px; font-size:1.6rem; line-height:1.3; }
.image-close { float:right; min-width:44px; min-height:44px; border:1px solid var(--line); border-radius:50%; background:white; font-size:26px; }
html[lang="zh-CN"] h1,html[lang="zh-CN"] h2,html[lang="zh-CN"] h3 { font-family:"Microsoft YaHei",system-ui,sans-serif; line-height:1.2; letter-spacing:0; }
html[lang="es"] h1 { font-size:clamp(2.8rem,5.5vw,5.2rem); }
section[id] { scroll-margin-top:100px; }
.narrow { width: min(760px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(206, 219, 216, .9);
  background: rgba(244, 247, 245, .92);
  backdrop-filter: blur(18px);
}
.nav { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-family: var(--display); font-weight: 800; letter-spacing: .06em; }
.brand-mark { width: 36px; aspect-ratio: 1; border-radius: 50% 50% 50% 12%; background: conic-gradient(from 210deg, var(--teal), var(--mineral), var(--coral), var(--teal)); position: relative; }
.brand-mark::after { content: ""; position: absolute; inset: 8px; border: 2px solid white; border-radius: inherit; }
.nav-links { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.nav-links a { text-decoration: none; font-size: .91rem; font-weight: 650; }
.nav-links a:hover { color: var(--teal); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border: 1px solid transparent; border-radius: 999px; background: var(--teal); color: white; text-decoration: none; font-weight: 750; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.nav-cta:hover, .button:hover { background: var(--teal-dark); transform: translateY(-1px); }
.button.secondary { color: var(--teal); background: transparent; border-color: var(--teal); }
.button.secondary:hover { background: var(--teal-soft); }
.button.coral { background: var(--coral); color: #241815; }
.button.coral:hover { background: #f0836e; }
.menu-button { display: none; flex: 0 0 44px; margin-left: auto; border: 1px solid var(--line); background: white; border-radius: 10px; min-width: 44px; min-height: 44px; }

.hero { padding: 72px 0 56px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.hero-grid > *, .subhero-grid > *, .section-head > *, .rfq-layout > * { min-width: 0; }
.eyebrow { margin: 0 0 15px; color: var(--teal); font-family: var(--mono); font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); line-height: .98; margin-top: 0; }
h1 { max-width: 850px; margin-bottom: 24px; font-size: clamp(3rem, 5.4vw, 5.6rem); letter-spacing: -.035em; text-transform: uppercase; line-height:1.04; }
h1 { overflow-wrap: break-word; }
h1 .accent { color: var(--teal); }
.hero-copy { max-width: 610px; font-size: clamp(1.05rem, 2vw, 1.25rem); color: #435451; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0 26px; }
.proof-line { display: flex; gap: 22px; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; font-size: .84rem; color: var(--muted); }
.proof-line li { display: flex; align-items: center; gap: 8px; }
.proof-line li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }

.hero-board { position: relative; min-height: 560px; }
.hero-board::before { content: ""; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: var(--mineral); filter: blur(2px); right: 2%; top: 12%; opacity: .58; }
.catalog-tile { position: absolute; overflow: hidden; background: white; border: 8px solid white; box-shadow: var(--shadow); border-radius: 5px; }
.catalog-tile img { width: 100%; height: 100%; object-fit: cover; }
.catalog-tile.one { width: 64%; height: 45%; right: 0; top: 2%; transform: rotate(2deg); }
.catalog-tile.one img { object-position: 48% center; }
.catalog-tile.two { width: 57%; height: 42%; left: 0; top: 31%; transform: rotate(-3deg); }
.catalog-tile.two img { object-position: 29% center; }
.catalog-tile.three { width: 55%; height: 37%; right: 3%; bottom: 0; transform: rotate(1.5deg); }
.catalog-tile.three img { object-position: 28% center; }
.spec-tag { position: absolute; z-index: 5; padding: 9px 12px; border-radius: 3px; background: var(--ink); color: white; font-family: var(--mono); font-size: .7rem; box-shadow: 0 8px 24px rgba(0,0,0,.16); }
.tag-a { right: 7%; top: 42%; }
.tag-b { left: 7%; bottom: 21%; background: var(--coral); color: var(--ink); }

.decision-strip { border-block: 1px solid var(--line); background: white; }
.decision-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.decision-item { padding: 28px 26px; border-right: 1px solid var(--line); }
.decision-item:last-child { border-right: 0; }
.decision-item strong { display: block; margin-bottom: 5px; font-family: var(--display); font-size: 1.25rem; line-height: 1.1; }
.decision-item span { color: var(--muted); font-size: .88rem; }

.section { padding: 110px 0; }
.section.alt { background: white; }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,4vw,64px); align-items: end; margin-bottom: 48px; }
.section-head h2 { margin-bottom: 0; font-size: clamp(2.6rem, 5vw, 5rem); letter-spacing: -.045em; text-transform: uppercase; }
.section-intro { max-width: 680px; margin: 0 0 4px; color: var(--muted); font-size: 1.08rem; }

.family-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.family-card { position: relative; min-height: 450px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #dcebea; text-decoration: none; isolation: isolate; }
.family-card:nth-child(1), .family-card:nth-child(4) { grid-column: span 7; }
.family-card:nth-child(2), .family-card:nth-child(3) { grid-column: span 5; }
.family-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.family-card[data-family="disposable"] img { object-position: 55% center; }
.family-card[data-family="mat"] img { object-position: 28% center; }
.family-card[data-family="plastic"] img { object-position: 35% center; }
.family-card[data-family="pet"] img { object-position: 28% center; }
.family-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(8,32,29,.9)); z-index: 1; }
.family-card:hover img { transform: scale(1.025); }
.family-content { position: absolute; z-index: 2; inset: auto 24px 24px; color: white; }
.family-content .code { font-family: var(--mono); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; color: #cde8e4; }
.family-content h3 { margin: 8px 0 10px; font-size: clamp(2rem, 4vw, 3.5rem); }
.family-content p { max-width: 550px; margin: 0; color: #e5efed; }

.matrix-shell { border: 1px solid var(--line); border-radius: var(--radius-md); background: white; overflow: hidden; box-shadow: 0 16px 45px rgba(14, 63, 58, .07); }
.matrix-toolbar { display: flex; gap: 10px; flex-wrap: wrap; padding: 18px; border-bottom: 1px solid var(--line); background: #eef5f3; }
.filter-button { min-height: 40px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); font-weight: 700; }
.filter-button:hover, .filter-button[aria-pressed="true"] { background: var(--teal); color: white; border-color: var(--teal); }
.table-scroll { overflow-x: auto; scrollbar-gutter: stable; }
table { width: 100%; min-width: 920px; border-collapse: collapse; }
th, td { padding: 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
th { font-family: var(--mono); font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); background: #fbfcfc; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: #f5faf8; }
.product-name { display: block; font-weight: 800; }
.item-code { font-family: var(--mono); font-size: .74rem; color: var(--teal); }
.fit-chip { display: inline-flex; padding: 4px 8px; border-radius: 999px; background: var(--teal-soft); color: var(--teal-dark); font-size: .78rem; font-weight: 750; }
.matrix-action { border: 0; background: none; padding: 0; color: var(--teal); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.matrix-empty { display: none; padding: 34px 18px; color: var(--muted); text-align: center; }

.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.process-rail { position: relative; }
.process-step { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 0 0 36px; }
.process-step::before { content: ""; position: absolute; left: 28px; top: 48px; bottom: 0; width: 1px; background: var(--line); }
.process-step:last-child::before { display: none; }
.step-number { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--teal); border-radius: 50%; color: var(--teal); font-family: var(--mono); font-weight: 800; background: var(--porcelain); }
.process-step h3 { margin: 7px 0 7px; font-size: 1.45rem; }
.process-step p { margin: 0; color: var(--muted); }
.evidence-panel { position: sticky; top: 110px; padding: 34px; border-radius: var(--radius-lg); background: var(--ink); color: white; }
.evidence-panel h3 { font-size: 2.4rem; margin-bottom: 18px; }
.evidence-list { padding: 0; margin: 0; list-style: none; }
.evidence-list li { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.17); }
.evidence-list strong { display: block; margin-bottom: 4px; color: var(--mineral); }
.evidence-list span { color: #cbd7d4; }

.rfq-section { background: var(--teal); color: white; }
.rfq-layout { display: grid; grid-template-columns: minmax(0,.65fr) minmax(0,1.35fr); gap: clamp(28px,4vw,58px); align-items: start; }
.rfq-intro h2 { font-size: clamp(3rem, 6vw, 5.5rem); text-transform: uppercase; letter-spacing: -.045em; }
.rfq-intro p { color: #d7ebe8; font-size: 1.08rem; }
.rfq-note { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.23); color: #d7ebe8; font-size: .9rem; }
.rfq-card { padding: 30px; border-radius: var(--radius-lg); background: white; color: var(--ink); box-shadow: var(--shadow); }
.rfq-readiness { margin-bottom: 24px; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #f2f7f6; }
.rfq-readiness > div { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 8px; }
.rfq-readiness progress { width: 100%; height: 10px; accent-color: var(--teal); }
.form-section-title { margin: 26px 0 14px; padding-bottom: 9px; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
.form-section-title:first-of-type { margin-top: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label, .field .label { font-size: .82rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #afc2be; border-radius: var(--radius-sm); background: white; color: var(--ink); }
.field textarea { min-height: 104px; resize: none; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--teal); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: var(--danger); box-shadow: 0 0 0 2px rgba(164,54,44,.13); }
.field-help, .field-error { min-height: 20px; margin: 0; font-size: .75rem; color: var(--muted); }
.field-error { color: var(--danger); }
.form-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.rfq-output { display: none; margin-top: 24px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #f2f7f6; }
.rfq-output.visible { display: block; }
.rfq-output h3 { margin-bottom: 10px; font-size: 1.55rem; }
.rfq-output pre { white-space: pre-wrap; overflow-wrap: anywhere; margin: 0 0 16px; color: #314440; font-family: var(--mono); font-size: .79rem; line-height: 1.65; }
.output-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.button.whatsapp { background: #157a58; color: white; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; }
.faq-grid h2 { font-size: clamp(3rem, 5.5vw, 5rem); text-transform: uppercase; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; cursor: pointer; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--teal); font-size: 1.5rem; }
details[open] summary::after { content: "–"; }
details p { max-width: 680px; margin: -4px 0 24px; color: var(--muted); }

.site-footer { padding: 58px 0 24px; background: #0c2421; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr .7fr .7fr; gap: 44px; padding-bottom: 44px; }
.footer-grid h2 { max-width: 610px; margin-bottom: 16px; font-size: clamp(2.4rem, 5vw, 4.7rem); text-transform: uppercase; }
.footer-grid p, .footer-grid address { color: #bfcfcb; font-style: normal; }
.footer-links { display: grid; gap: 9px; align-content: start; }
.footer-links strong { color: var(--mineral); margin-bottom: 8px; }
.footer-links a { color: white; text-underline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); color: #91a8a3; font-family: var(--mono); font-size: .72rem; }
.toast { position: fixed; right: 20px; bottom: 20px; z-index: 80; max-width: 360px; padding: 13px 16px; border-radius: 10px; background: var(--ink); color: white; box-shadow: var(--shadow); transform: translateY(24px); opacity: 0; pointer-events: none; transition: .22s ease; }
.toast.show { transform: translateY(0); opacity: 1; }

.subhero { padding: 84px 0 50px; }
.subhero-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: center; }
.subhero h1 { font-size: clamp(3.4rem, 7vw, 6.7rem); }
.subhero-media { height: 480px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); background: white; }
.subhero-media img { width: 100%; height: 100%; object-fit: cover; }
.subhero-media.disposable img { object-position: 54% center; }
.subhero-media.mat img, .subhero-media.pet img { object-position: 28% center; }
.subhero-media.plastic img { object-position: 35% center; }
.breadcrumb { display: flex; gap: 8px; flex-wrap: wrap; color: var(--muted); font-size: .82rem; }
.breadcrumb a { color: var(--teal); }
.spec-panels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.spec-panel { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.spec-panel h3 { font-size: 1.4rem; margin-bottom: 12px; }
.spec-panel ul { margin: 0; padding-left: 18px; color: var(--muted); }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-button { display: inline-grid; place-items: center; }
  .nav-links { display: none; position: absolute; inset: 76px 20px auto; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); align-items: stretch; }
  .nav-links.open { display: grid; }
  .nav-links .nav-cta { margin-top: 4px; }
  .hero-grid, .section-head, .process-grid, .rfq-layout, .faq-grid, .subhero-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 52px; }
  .hero-board { min-height: 490px; }
  .decision-grid { grid-template-columns: 1fr 1fr; }
  .decision-item:nth-child(2) { border-right: 0; }
  .decision-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .family-card:nth-child(n) { grid-column: span 6; min-height: 390px; }
  .evidence-panel { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .spec-panels { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .wrap { width: calc(100% - 28px); }
  .brand-text { max-width:110px; font-size:11px !important; }
  .language-control { margin-left:auto; }
  .language-control select { width:96px; }
  .language-control > span { display:none; }
  .nav { gap:8px !important; }
  .menu-button { margin-left:0; }
  .hero-grid,.section-head,.process-grid,.rfq-layout,.faq-grid,.subhero-grid { grid-template-columns:minmax(0,1fr); }
  .nav { min-height: 68px; }
  .brand-text { font-size: .92rem; }
  .nav-links { top: 68px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); letter-spacing: -.045em; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-board { min-height: 390px; }
  .catalog-tile { border-width: 5px; }
  .catalog-tile.one { width: 72%; height: 42%; }
  .catalog-tile.two { width: 68%; height: 40%; top: 32%; }
  .catalog-tile.three { width: 66%; height: 35%; }
  .spec-tag { font-size: .61rem; }
  .decision-grid { grid-template-columns: 1fr; }
  .decision-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .decision-item:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .family-grid { display: grid; grid-template-columns: 1fr; }
  .family-card:nth-child(n) { grid-column: auto; min-height: 360px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .rfq-card { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .subhero-media { height: 340px; }
}

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

@media (forced-colors: active) {
  * { scrollbar-color: auto; }
  .button, .filter-button[aria-pressed="true"] { border: 1px solid ButtonText; }
}

/* Responsive sourcing layout: one shared width system across all pages. */
body { overflow-x: visible; }
.section-head h2 { font-size:clamp(2.4rem,4.2vw,4.5rem);line-height:1.08; }
.subhero h1 { font-size:clamp(2.8rem,5.4vw,5.6rem); }
.family-card { min-height:0;aspect-ratio:1.5; }
.family-card img { position:absolute;inset:0; }
.family-content { overflow-wrap:break-word; }
.matrix-shell table { table-layout:fixed;min-width:1120px; }
.matrix-shell th:nth-child(1),.matrix-shell td:nth-child(1) { width:22%; }
.matrix-shell th:nth-child(2),.matrix-shell td:nth-child(2) { width:23%; }
.matrix-shell th:nth-child(3),.matrix-shell td:nth-child(3) { width:19%; }
.matrix-shell th:nth-child(4),.matrix-shell td:nth-child(4) { width:23%; }
.matrix-shell th:nth-child(5),.matrix-shell td:nth-child(5) { width:13%; }
.matrix-shell td { overflow-wrap:anywhere; }
.matrix-shell .button { padding:10px 14px;line-height:1.35; }
.catalog-spec { font-size:.9rem; }
.matrix-shell .product-thumbnail { width:min(100%,200px);height:145px; }
.subhero-media { margin:0; }
.load-number { min-width:0; }
.matrix-action { min-height:44px;text-align:start; }
.mobile-cell-title { display:none; }
.nav-contact { color:var(--teal);font-weight:700;text-underline-offset:4px; }
.factory-intro { max-width:850px;font-size:1.1rem;color:var(--muted); }
.source-notice { padding:16px 20px;border-left:3px solid var(--teal);background:var(--teal-soft);color:var(--teal-dark); }
.factory-grid,.feedback-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:32px 0; }
.factory-card,.feedback-card { border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;background:var(--paper);min-width:0; }
.factory-photo { margin:0;aspect-ratio:1.75;background-size:cover;background-repeat:no-repeat; }
.factory-photo.facility { background-image:url('assets/factory-facility.png');background-position:center; }
.factory-photo.machines { background-image:url('assets/factory-machines.png');background-position:center; }
.factory-photo.workshop { background-image:url('assets/factory-workshop.png');background-position:center; }
.factory-copy,.feedback-card { padding:24px; }
.factory-copy h3,.feedback-card h3 { font-size:1.6rem;line-height:1.2;margin-bottom:12px; }
.factory-copy p,.feedback-card p { color:var(--muted); }
.factory-stat { display:block;font-family:var(--display);font-size:2.4rem;font-weight:800;color:var(--teal);line-height:1.2; }
.feedback-card .example-label { display:inline-block;font:700 .72rem var(--mono);color:var(--teal-dark);background:var(--teal-soft);padding:8px 10px;margin-bottom:20px; }
.feedback-card dl { margin:0; }
.feedback-card dt { margin-top:14px;font-size:.85rem;font-weight:800; }
.feedback-card dd { margin:5px 0;color:var(--muted); }
.feedback-empty { border-top:1px solid var(--line);padding-top:16px;font-size:.85rem; }
.contact-bottom { display:flex;justify-content:space-between;align-items:center;gap:24px;padding-top:24px;flex-wrap:wrap; }
.contact-bottom p { max-width:660px; }
.feedback-heading { margin-top:72px;max-width:850px; }
.feedback-heading h2 { font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.1; }
.development-block { margin-top:64px;padding-top:8px;border-top:1px solid var(--line); }
.development-block .feedback-heading { margin-top:40px;margin-bottom:32px; }
.development-subtitle { font-size:1.6rem;line-height:1.25; }
.development-route { list-style:decimal-leading-zero;padding-inline-start:32px;margin:0; }
.development-route li { padding:0 0 22px 10px; }
.development-route li::marker { color:var(--teal);font-family:var(--mono);font-weight:700; }
.development-route strong { font-size:1.1rem; }
.development-route p { margin:6px 0 0;color:var(--muted); }
.workflow-heading { display:flex;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap; }
.workflow-heading h3 { font-size:1.65rem;line-height:1.25;margin:0; }
.workflow-controls { display:flex;gap:8px;flex-wrap:wrap; }
.workflow-controls button { padding:10px 16px;min-height:44px;border:1px solid var(--line);border-radius:8px;background:var(--paper);color:var(--teal); }
.workflow-controls button:hover:not(:disabled) { background:var(--teal-soft);border-color:var(--teal); }
#development-flow { margin:32px 0 40px;min-width:0; }
#workflow-hint { color:var(--muted);font-size:.9rem; }
.workflow-scroll { padding:12px 6px 18px;position:relative; }
.workflow-rail { display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:18px 10px;list-style:none;margin:0;padding:0; }
.workflow-rail li { min-width:0;position:relative; }
.workflow-rail button { position:relative;display:flex;flex-direction:column;align-items:center;gap:14px;width:100%;min-height:130px;padding:0 8px 10px;border:0;background:transparent;color:var(--ink);font-weight:700;font-size:.88rem;line-height:1.4; }
@media(max-width:1100px){.workflow-rail{grid-template-columns:repeat(4,minmax(0,1fr))}}
.workflow-number { display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--paper);border:2px solid var(--line);font-family:var(--mono); }
.workflow-rail button:hover .workflow-number { background:var(--teal-soft);border-color:var(--teal); }
.workflow-rail button[aria-expanded="true"] .workflow-number { background:var(--teal);color:var(--paper);border-color:var(--teal);box-shadow:0 0 0 4px var(--teal-soft); }
.workflow-panels { margin-top:16px;padding:28px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--paper); }
.workflow-panel h3 { font-size:1.8rem;line-height:1.2; }
.workflow-panel dl { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0; }
.workflow-panel dt { font-size:.8rem;font-weight:800;color:var(--teal);margin-bottom:8px; }
.workflow-panel dd { margin:0;color:var(--muted); }
@media(max-width:620px){.workflow-panel dl{grid-template-columns:minmax(0,1fr)}.workflow-panels{padding:20px}.workflow-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-controls button{font-size:.85rem}}
@media (max-width:1100px) {
  .menu-button { display:inline-grid;place-items:center; }
  .nav-links { display:none;position:absolute;inset:76px 20px auto;padding:18px;border:1px solid var(--line);border-radius:14px;background:var(--paper);box-shadow:var(--shadow);align-items:stretch; }
  .nav-links.open { display:grid; }
  .rfq-layout { grid-template-columns:minmax(0,1fr); }
  .rfq-intro { max-width:850px; }
  .rfq-intro h2 { font-size:clamp(2.6rem,5vw,4.2rem); }
  .family-content h3 { font-size:2.2rem; }
  .factory-grid { gap:16px; }
}
@media (max-width:900px) {
  .hero-grid,.section-head { grid-template-columns:minmax(0,1fr); }
  .family-card:nth-child(n) { min-height:410px;aspect-ratio:auto; }
  .factory-grid,.feedback-grid { grid-template-columns:minmax(0,1fr); }
  .factory-card { display:grid;grid-template-columns:1fr 1fr; }
  .factory-photo { align-self:center; }
  .matrix-shell table,.matrix-shell tbody { display:block;min-width:0;width:100%; }
  .matrix-shell thead { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%); }
  .matrix-shell tbody { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:16px;background:var(--porcelain); }
  .matrix-shell tr { display:block;border:1px solid var(--line);border-radius:12px;background:var(--paper);overflow:hidden; }
  .matrix-shell tr[hidden] { display:none; }
  .matrix-shell td:nth-child(n) { display:block;width:100%;min-width:0;padding:18px;border-bottom:1px solid var(--line); }
  .matrix-shell tbody tr:last-child td { border-bottom:1px solid var(--line); }
  .matrix-shell td:last-child { border-bottom:0!important; }
  .matrix-shell td:last-child .button { width:100%; }
  .mobile-cell-title { display:block;font-size:.76rem;font-weight:800;color:var(--teal);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px; }
  .matrix-shell .product-thumbnail { width:100%;height:170px; }
  .table-scroll { overflow:visible;scrollbar-gutter:auto; }
}
@media (max-width:620px) {
  .wrap { width:calc(100% - var(--page-gutter) * 2); }
  .nav { flex-wrap:wrap; }
  .nav-links { top:100%; }
  .brand { gap:7px; }.brand-mark { width:30px;flex-shrink:0; }
  .nav-contact { font-size:.82rem; }
  .nav > .nav-cta { min-height:40px;font-size:.8rem;padding:8px 12px;margin-bottom:8px; }
  .family-card:nth-child(n) { min-height:390px; }
  .family-content { inset:auto 20px 22px; }
  .family-content h3 { font-size:2.15rem; }
  .matrix-shell tbody { grid-template-columns:minmax(0,1fr);padding:10px; }
  .matrix-toolbar { gap:8px;padding:12px; }
  .filter-button { min-height:44px;padding:8px 12px;font-size:.88rem; }
  .load-controls { display:grid;grid-template-columns:minmax(0,1fr); }
  .load-controls input,.load-controls select { width:100%;min-width:0; }
  .factory-card { display:block; }
  .factory-copy,.feedback-card { padding:22px; }
  .footer-grid { min-width:0; }
  .footer-grid > * { min-width:0;overflow-wrap:anywhere; }
  .form-actions .button,.output-actions .button { width:100%;padding:12px 16px; }
  .packing-dialog { padding:20px; }
  html[lang="fr"] h1,html[lang="es"] h1 { font-size:clamp(2.5rem,11vw,4rem); }
}
/* Expanded, catalog-backed model dossiers */
.catalog-dossiers { margin-top:52px; }
.dossier-heading { display:flex;justify-content:space-between;align-items:start;gap:28px;margin-bottom:24px; }
.dossier-heading h3 { font-size:clamp(1.6rem,2.5vw,2.5rem);margin:6px 0 12px; }
.dossier-heading p { max-width:780px; }
.dossier-controls { display:flex;gap:16px;flex-shrink:0; }
.dossier { border:1px solid var(--line);border-radius:16px;background:white;margin:16px 0;overflow:clip; }
.dossier > summary { padding:22px 26px;cursor:pointer;background:#e7f1ee; }
.dossier > summary > span { font-weight:700;font-size:1.25rem; }
.dossier > summary > small { display:block;margin:8px 0 0 20px;overflow-wrap:anywhere; }
.dossier-body { display:grid;grid-template-columns:minmax(200px,.7fr) minmax(0,2fr);gap:28px;padding:26px; }
.dossier-body > * { min-width:0; }
.dossier-image { width:100%;padding:0;background:#f4f7f5;border:1px solid var(--line);border-radius:12px;cursor:zoom-in;overflow:hidden; }
.dossier-image img { display:block;width:100%;height:270px;object-fit:contain; }
.dossier-models { display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:18px;align-items:start; }
.dossier-model { border:1px solid var(--line);border-radius:12px;padding:22px;min-width:0; }
.dossier-model h4 { font:700 1.15rem Consolas,monospace;margin:0 0 20px;overflow-wrap:anywhere; }
.dossier-model dl { margin:0 0 24px; }
.dossier-model dl > div { padding:10px 0;border-bottom:1px solid var(--line); }
.dossier-model dt { font-size:.83rem;color:var(--muted); }
.dossier-model dd { margin:5px 0 0;overflow-wrap:anywhere; }
.dossier-model .parameter-pending { color:#725530;font-size:.87rem; }
.dossier-warning { background:#fff5e6;color:#654919;padding:14px;border-radius:8px;font-size:.87rem; }
.dossier-check { padding:18px 26px;background:#f4f7f5;border-top:1px solid var(--line); }
.dossier-check p { margin:6px 0 0;font-size:.9rem; }
@media(max-width:900px) { .dossier-body { grid-template-columns:1fr; } .dossier-body aside { max-width:500px; } .dossier-heading { flex-direction:column; } }
@media(max-width:620px) { .dossier-body,.dossier > summary,.dossier-check { padding:18px; } .dossier-model { padding:16px; } .dossier-model .button { width:100%;white-space:normal; } }
@media(max-width:360px){.workflow-rail{grid-template-columns:minmax(0,1fr)}}
.pdf-catalogs { background:var(--porcelain); }
.book-tabs { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:24px; }
.book-tabs button { padding:18px;border:1px solid var(--line);border-radius:12px;background:var(--paper);font-weight:700;color:var(--ink); }
.book-tabs small { display:block;font-weight:400;margin-top:8px; }
.book-tabs button[aria-pressed="true"] { background:var(--teal);color:white; }
.book-tabs button:hover { border-color:var(--teal); }
.book-bar,.book-pagination,.book-footer { display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin:20px 0; }
.book-bar h3 { margin:0; }.book-filename { font-size:.85rem;overflow-wrap:anywhere; }.book-bar > div { min-width:0; }
.book-links { display:flex;flex-wrap:wrap;gap:18px; }
.book-pagination button,.book-page-list button { border:1px solid var(--line);background:var(--paper);border-radius:8px;min-height:44px;padding:8px 14px;color:var(--ink); }
.book-page-list { display:grid;grid-template-columns:repeat(auto-fill,minmax(44px,1fr));gap:8px; }
.book-page-list button[aria-current="page"] { background:var(--teal);color:white; }
.book-page-list button:hover,.book-pagination button:hover:not(:disabled) { border-color:var(--teal); }
.book-stage { padding:16px;background:white;border:1px solid var(--line);border-radius:16px;margin:18px 0; }
.book-stage img { display:block;width:100%;height:75vh;min-height:280px;object-fit:contain; }
.book-footer p { flex:1 1 450px; }.book-footer .button { white-space:normal; }
.book-pagination button:disabled { opacity:.45;cursor:default; }
@media(max-width:620px){.book-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.book-stage{padding:6px}.book-stage img{height:60vh}.book-tabs button{padding:12px 8px}.book-footer .button{width:100%}}
.support-wrap { max-width:1240px; }.support-wrap > h1{font-size:clamp(2rem,4vw,3.6rem);line-height:1.15;margin:18px 0 24px}
.support-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:30px 0}
.support-grid .spec-panel h2{font-size:1.35rem;line-height:1.35;letter-spacing:normal}
.support-grid .spec-panel p{overflow-wrap:anywhere}.support-grid a{text-underline-offset:4px}
.support-faq{display:grid;gap:12px;margin:30px 0}.support-faq details{padding:22px;border:1px solid var(--line);border-radius:12px;background:var(--paper)}
.support-faq summary{font-weight:700;cursor:pointer}.support-faq p{max-width:90ch;margin:18px 0 0}
.contact-channels{display:flex;flex-wrap:wrap;gap:14px 28px;font-style:normal;padding:22px 0;overflow-wrap:anywhere}
#contact > .wrap > .contact-channels{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:0 0 26px}
.contact-channels a{text-decoration:underline;text-underline-offset:4px}.site-footer .contact-channels{grid-column:1/-1;color:white}
.support-links{display:flex;gap:18px;flex-wrap:wrap;align-items:center}
@media(max-width:700px){.support-grid{grid-template-columns:minmax(0,1fr)}.contact-channels{flex-direction:column;gap:14px}.support-wrap > p > .button{margin:5px 0}}


/* PDF-derived product cards. Runtime palette and page width remain canonical. */
.pdf-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:start}
.pdf-product-card{min-width:0;border:1px solid var(--line,#cbdcd8);border-radius:16px;background:#fff;overflow:hidden;scroll-margin-top:110px}
.pdf-product-image{display:flex;position:relative;aspect-ratio:1.15;background:#edf4f1;align-items:center;justify-content:center;cursor:zoom-in}
.pdf-product-image img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .2s ease}
.pdf-product-image:hover img{transform:scale(1.025)}
.pdf-product-info{padding:20px}.pdf-product-info h3{font-size:1.16rem;line-height:1.35;margin:8px 0;overflow-wrap:anywhere}
.card-source{font-size:.75rem;color:#456660;margin:0}.card-reference{font: .82rem/1.5 Consolas,monospace;color:#0b635d;overflow-wrap:anywhere;margin:8px 0 14px}
.pdf-product-info dl{display:block;margin:12px 0;font-size:.86rem;line-height:1.55}.pdf-product-info dt{font-weight:700;color:#456660;margin-top:10px}.pdf-product-info dd{margin:2px 0 0;overflow-wrap:anywhere}
.pdf-product-info details{font-size:.83rem;border-top:1px solid #d8e4df;padding:12px 0}.pdf-product-info summary{cursor:pointer;min-height:28px;color:#0b635d;font-weight:700}
.card-product-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;padding-top:12px}.card-product-actions a{font-size:.8rem;color:#0b635d;text-decoration:underline}.card-product-actions .button{padding:10px 13px;min-height:44px;font-size:.83rem}
.card-caution{font-size:.78rem;line-height:1.55;background:#fff3de;color:#664516;padding:10px;border-radius:6px}
.card-search{margin:24px 0 16px;max-width:850px}.card-search label{display:block;font-weight:700;margin-bottom:8px}.card-search>div{display:flex;gap:10px;flex-wrap:wrap}.card-search input{flex:1;min-width:160px;width:auto;border:1px solid #adc7be;border-radius:8px;padding:12px 14px;background:#fff;font:inherit}.card-search button{min-height:46px}
.card-results-meta{display:flex;gap:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;margin:16px 0}.card-results-meta summary{cursor:pointer}.card-results-meta a{display:inline-block;margin:8px 8px 8px 0;color:#0b635d}
.card-load-more{text-align:center;margin:30px 0}.card-no-results{padding:48px 24px;background:#edf4f1;border-radius:12px}.card-image-error{padding:24px;font-size:.85rem;color:#456660}
#card-action-status{min-height:1.6em}#card-tool-notice{padding:16px;border-left:3px solid #0b635d;background:#e6f2ee;margin-bottom:24px}
.pdf-catalogs [hidden]{display:none!important}.pdf-catalogs button{cursor:pointer}.pdf-catalogs button:active{transform:translateY(1px)}.pdf-catalogs :is(a,button,input,summary):focus-visible{outline:3px solid #d66a3c;outline-offset:4px}.pdf-catalogs button:hover,.pdf-catalogs summary:hover{filter:brightness(.93)}
@media(min-width:1600px){.pdf-product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}}
@media(max-width:1100px){.pdf-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:800px){.pdf-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.pdf-product-info{padding:16px}}
@media(max-width:520px){.pdf-product-grid{grid-template-columns:minmax(0,1fr)}.pdf-product-image{aspect-ratio:1.3}.card-search input{flex-basis:100%}.card-search button{flex:1}.card-product-actions{gap:16px}}
@media(prefers-reduced-motion:reduce){.pdf-product-image img{transition:none}.pdf-product-image:hover img{transform:none}}
/* Imeelo Care wordmark */
.brand-mark{display:grid;place-items:center;background:#0b635d;color:white;font:700 25px/1 Georgia,serif;flex-shrink:0}
.brand-mark::after{content:none}
.brand-text{letter-spacing:.09em}

@media(min-width:901px){.footer-grid-compact{grid-template-columns:minmax(0,1.6fr) minmax(180px,.8fr)}}
