:root {
  color-scheme: light;
  --navy: #082451;
  --blue: #006b9b;
  --muted: #53647b;
  --line: #dce5ef;
  --surface: #f4f8fc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--navy);
  background: #fff;
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}
* { box-sizing: border-box; }
body { margin: 0; font-size: 1rem; line-height: 1.65; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.container { width: min(100% - 2rem, 960px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: absolute; top: -100px; left: 1rem; z-index: 10; padding: .75rem 1rem; background: var(--navy); color: #fff; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding-block: .65rem; border-bottom: 1px solid var(--line); background: #fffffff2; backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: .55rem; flex-shrink: 0; text-decoration: none; }
.brand img { display: block; width: 94px; height: auto; }
.brand > span { color: var(--navy); font-size: .75rem; font-weight: 700; white-space: nowrap; }
.header-contact { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; min-height: 44px; padding: .45rem .65rem; border: 1px solid var(--line); border-radius: .65rem; background: #fff; color: var(--navy); font-size: .82rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.header-contact svg { width: 18px; height: 18px; color: var(--blue); }
.intro { padding: 1.75rem 0 1.5rem; text-align: center; }
.intro.home-hero { display: grid; gap: 1.15rem; padding: 1.35rem 0 1rem; text-align: left; }
.eyebrow { display: block; color: var(--blue); font-size: .74rem; font-weight: 800; letter-spacing: .12em; }
.home-hero h1 { max-width: 15ch; margin-block: .35rem .75rem; font-size: clamp(2rem, 8vw, 3.25rem); }
.home-copy > p { max-width: 34rem; margin: 0; color: var(--muted); }
.hero-products { position: relative; width: min(100%, 360px); height: 174px; margin-inline: auto; border-radius: 1rem; background: linear-gradient(135deg, #edf8fd 0%, #fff 68%); overflow: hidden; }
.hero-products::after { content: ""; position: absolute; inset: auto 8% 10px; height: 22px; border-radius: 50%; background: #08245112; filter: blur(8px); }
.hero-products .hero-vial { position: absolute; display: block; width: auto; height: auto; aspect-ratio: auto; object-fit: contain; filter: drop-shadow(0 10px 10px #0824511c); }
.hero-products .hero-vial-main { z-index: 2; bottom: -18px; left: 50%; width: 188px; transform: translateX(-50%); }
.hero-products .hero-vial-ghk { z-index: 1; bottom: -26px; left: 4px; width: 116px; transform: rotate(-8deg); }
.hero-products .hero-vial-bac { z-index: 1; right: 5px; bottom: -26px; width: 116px; transform: rotate(8deg); }
.access-pending { overflow: hidden; }
.access-dialog { width: min(100% - 2rem, 440px); max-height: calc(100% - 2rem); max-height: calc(100dvh - 2rem); margin: auto; padding: 1.5rem; border: 1px solid var(--line); border-radius: 1rem; color: var(--navy); background: #fff; box-shadow: 0 20px 70px #08245130; overflow-y: auto; }
.access-dialog::backdrop { background: #082451b8; }
.access-logo { display: block; width: 144px; max-width: 100%; height: auto; margin-bottom: 1rem; }
.access-dialog h2 { font-size: 1.3rem; line-height: 1.3; margin-bottom: .75rem; }
.access-dialog p { color: var(--muted); font-size: .95rem; line-height: 1.6; }
.access-confirmation { display: flex; align-items: flex-start; gap: .75rem; padding-block: .5rem; min-height: 44px; font-size: .95rem; cursor: pointer; }
.access-confirmation input { flex: 0 0 22px; width: 22px; height: 22px; margin: .15rem 0 0; accent-color: var(--navy); }
.access-actions { display: flex; gap: .75rem; margin-block: 1rem; }
.access-actions button, .access-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .65rem 1rem; border: 1px solid var(--navy); border-radius: .6rem; font-weight: 600; text-decoration: none; }
.access-actions button { flex: 1; background: var(--navy); color: #fff; }
.access-actions button:disabled { background: var(--surface); border-color: var(--line); color: var(--muted); cursor: not-allowed; }
.access-dialog .access-note { margin-bottom: 0; font-size: .8rem; }
.home-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; padding-bottom: 1.5rem; }
.home-links a { display: flex; align-items: center; gap: .65rem; min-width: 0; min-height: 96px; padding: .85rem; border: 1px solid var(--navy); border-radius: .8rem; background: var(--navy); box-shadow: 0 3px 10px #0824511c; color: #fff; text-align: left; text-decoration: none; transition: background-color .18s, border-color .18s, box-shadow .18s, transform .18s; }
.home-link-icon { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border-radius: .6rem; background: #8edcf633; color: #bcefff; font-size: 1.3rem; font-weight: 800; line-height: 1; }
.home-links a > span:last-child { display: grid; min-width: 0; gap: .05rem; }
.home-links strong { color: #fff; font-size: .95rem; line-height: 1.25; }
.home-links small { color: #d9f1ff; font-size: .76rem; line-height: 1.35; }
.products-preview { padding: 1rem 1.25rem; border: 1px solid var(--line); border-radius: .85rem; background: var(--surface); }
.products-preview h2, .guide-intro h2 { font-size: 1.25rem; margin-bottom: .35rem; line-height: 1.35; }
.products-preview p, .guide-intro p { margin-bottom: 0; color: var(--muted); }
.product-families { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin-top: 1rem; }
.family-card { display: flex; flex-direction: column; min-width: 0; padding: .75rem; border: 1px solid var(--line); border-radius: .8rem; background: #fff; box-shadow: 0 2px 6px #08245105; }
.family-card.is-featured { grid-column: 1 / -1; }
.family-card img, .product-card img, .detail-image, .product-placeholder { display: block; width: 100%; aspect-ratio: 1; object-fit: contain; border-radius: .55rem; background: #fff; }
.family-card h3 { margin: .7rem 0 .15rem; font-size: .95rem; line-height: 1.3; }
.family-card p { font-size: .78rem; line-height: 1.45; }
.family-card button, .product-card button, .related-product-list button { width: 100%; min-height: 44px; margin-top: auto; padding: .55rem .65rem; border: 1px solid var(--navy); border-radius: .55rem; background: #fff; color: var(--navy); font-weight: 600; font-size: .85rem; }
.catalog-view, .product-detail { margin-top: 1.25rem; }
.catalog-view-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem; margin-bottom: .75rem; }
.catalog-view-heading h3, .product-detail h3 { margin-bottom: 0; font-size: 1.15rem; }
.catalog-label { color: var(--blue) !important; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.catalog-view .text-button, .product-detail > .text-button { margin-top: -.5rem; white-space: nowrap; }
.product-list { display: grid; gap: .75rem; }
.product-card { display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: .85rem; padding: .75rem; border: 1px solid var(--line); border-radius: .8rem; background: #fff; }
.product-card h4 { margin: .1rem 0; font-size: 1rem; }
.product-card p { font-size: .85rem; line-height: 1.45; }
.product-card .presentation { color: var(--blue); font-weight: 700; }
.product-card .product-commercial { margin-top: .55rem; color: var(--navy); font-size: .9rem; font-weight: 700; }
.product-card button { margin-top: .5rem; }
.product-detail { padding-top: .25rem; }
.product-detail-content { display: grid; gap: 1rem; margin-top: .5rem; }
.product-detail-content > div { min-width: 0; }
.detail-image, .product-placeholder { max-width: 360px; margin-inline: auto; }
.detail-kicker { color: var(--blue) !important; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-detail h3 { font-size: 1.5rem; margin: .2rem 0; }
.detail-presentation { margin-bottom: 1rem !important; color: var(--blue) !important; font-weight: 700; }
.detail-block { padding-top: .85rem; margin-top: .85rem; border-top: 1px solid var(--line); }
.detail-block h4 { margin-bottom: .25rem; font-size: 1rem; }
.regulatory-note { padding: .8rem; border-left: 3px solid var(--blue); background: #eaf5fb; color: #35465d !important; font-size: .9rem; }
.guide-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: .5rem; color: var(--blue); font-weight: 600; text-underline-offset: .2em; }
.related-products { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.related-products h3 { margin-bottom: .75rem; }
.related-product-list { display: grid; gap: .6rem; }
.related-product-list button { display: flex; align-items: center; gap: .65rem; margin: 0; padding: .45rem; text-align: left; }
.related-product-list img { width: 42px; height: 42px; object-fit: contain; border-radius: .35rem; }
.product-placeholder { display: grid; place-items: center; color: var(--muted); border: 1px dashed var(--line); font-size: .85rem; }
.guide-intro { padding-block: 1.5rem 1rem; }
.calculator { margin-top: 1.5rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: .9rem; background: #fff; box-shadow: 0 2px 8px #08245106; }
.calculator-heading h2 { margin-bottom: .35rem; font-size: 1.35rem; line-height: 1.3; }
.calculator-heading p { margin-bottom: 0; color: var(--muted); }
.calculator-note { margin: 1rem 0; padding: .75rem; border-left: 3px solid var(--blue); background: var(--surface); color: var(--muted); font-size: .88rem; line-height: 1.55; }
.calculator-fields { display: grid; gap: 1rem; }
.calculator-fields label, .amount-field { display: grid; gap: .4rem; color: var(--navy); font-size: .9rem; font-weight: 700; }
.calculator-fields small { color: var(--muted); font-size: .76rem; font-weight: 400; line-height: 1.4; }
.input-with-unit { display: flex; align-items: stretch; overflow: hidden; border: 1px solid var(--navy); border-radius: .55rem; background: #fff; }
.input-with-unit input, .amount-input-row > input { min-width: 0; width: 100%; min-height: 48px; padding: .7rem; border: 0; outline: 0; background: transparent; color: var(--navy); font-size: 1rem; }
.input-with-unit:focus-within, .amount-input-row:focus-within { outline: 3px solid var(--blue); outline-offset: 3px; }
.input-with-unit b { display: grid; place-items: center; min-width: 48px; padding-inline: .5rem; border-left: 1px solid var(--line); background: var(--surface); font-size: .85rem; }
.amount-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.amount-field legend { padding: 0; }
.amount-input-row { display: flex; border: 1px solid var(--navy); border-radius: .55rem; background: #fff; }
.unit-selector { display: flex; flex-shrink: 0; gap: .25rem; padding: .25rem; border-left: 1px solid var(--line); background: var(--surface); }
.unit-selector button { min-width: 48px; min-height: 40px; padding: .4rem; border: 1px solid transparent; border-radius: .4rem; background: transparent; color: var(--navy); font-weight: 700; }
.unit-selector button[aria-pressed="true"] { color: #fff; background: var(--navy); }
.calculator-actions { display: flex; justify-content: flex-end; margin-top: .5rem; }
.calculator-validation { margin: 1rem 0 0; padding: .7rem; border-left: 3px solid #b54708; background: #fff4e8; color: #7a3100; font-size: .9rem; }
.calculator-result { margin-top: 1rem; padding: 1.25rem; border-radius: .8rem; color: #fff; background: var(--navy); text-align: center; }
.calculator-result-grid { display: grid; gap: 1.25rem; }
.calculator-result-primary, .calculator-result-theoretical { min-width: 0; }
.calculator-result-theoretical { padding-top: 1.25rem; border-top: 1px solid #ffffff3d; }
.calculator-result-label { margin: 0 0 .35rem; color: #d9f1ff; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.calculator-result strong { font-size: clamp(2rem, 9vw, 3rem); line-height: 1; }
.calculator-result-primary > span { font-size: 1rem; font-weight: 700; }
.calculator-result-primary > p:not(.calculator-result-label), .calculator-result > #result-concentration { margin: .5rem 0 0; color: #fff; font-size: .9rem; }
.calculator-result-expression { margin: .5rem 0 0; color: #d9f1ff; font-size: .9rem; }
.calculator-result-note { margin: .75rem 0 0; color: #d9f1ff; font-size: .78rem; line-height: 1.5; }
.calculator-warning { margin: 1rem 0 0; padding: .75rem; border-left: 3px solid #b54708; background: #fff4e8; color: #7a3100; font-size: .88rem; }
.u100-visual { margin: 1.25rem 0 0; padding: .75rem; border: 1px solid var(--line); border-radius: .75rem; background: var(--surface); }
#u100-syringe { display: block; width: 100%; height: auto; overflow: visible; }
.syringe-plunger { fill: #5d7185; }
.syringe-rod { fill: none; stroke: #657b91; stroke-width: 15; stroke-linecap: round; }
.syringe-barrel { fill: #fff; fill-opacity: .78; stroke: var(--navy); stroke-width: 3; }
.syringe-liquid { fill: #8edcf6; fill-opacity: .75; }
.syringe-hub { fill: var(--navy); }
.syringe-needle { fill: none; stroke: #657b91; stroke-width: 5; stroke-linecap: round; }
.syringe-ticks line { stroke: var(--navy); }
.syringe-ticks text { fill: var(--navy); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 13px; font-weight: 700; text-anchor: middle; }
.syringe-pointer { fill: var(--blue); }
.u100-visual.is-out-of-range { border-style: dashed; }
.u100-visual.is-out-of-range .syringe-barrel { stroke: #7a3100; }
.u100-visual.is-out-of-range .syringe-liquid { display: none; }
.u100-visual figcaption { margin-top: .25rem; color: var(--muted); font-size: .78rem; text-align: center; }
.calculator-explanations { display: grid; gap: .5rem; margin-top: 1.25rem; }
.calculator-explanations article { overflow: hidden; border: 1px solid var(--line); border-radius: .65rem; }
.calculator-explanations h3 { margin: 0; font-size: .95rem; }
.calculator-explanations h3 button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 48px; padding: .65rem .75rem; border: 0; background: #fff; color: var(--navy); text-align: left; font-weight: 700; }
.calculator-explanations h3 button::after { content: "+"; color: var(--blue); font-size: 1.25rem; }
.calculator-explanations h3 button[aria-expanded="true"]::after { content: "−"; }
.calculator-explanations article > div { padding: 0 .75rem .75rem; color: var(--muted); font-size: .88rem; line-height: 1.6; }
.calculator-explanations article > div p { margin: 0; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-block: .5rem .75rem; font-size: clamp(2rem, 7vw, 3rem); line-height: 1.15; letter-spacing: -.035em; font-weight: 750; text-wrap: balance; }
h1 span { color: var(--blue); }
.intro p { max-width: 32rem; margin-inline: auto; margin-bottom: 0; color: var(--muted); }
.search-form { margin: 0; }
.search-field { display: flex; align-items: center; gap: .75rem; padding-inline: 1rem; border: 1px solid #b5c8da; border-radius: 1rem; background: #fff; box-shadow: 0 8px 28px #08245108; }
.search-field:focus-within { outline: 3px solid #006b9b; outline-offset: 3px; }
.search-field svg { width: 24px; height: 24px; flex-shrink: 0; color: var(--blue); }
.search-field input { width: 100%; min-width: 0; min-height: 56px; padding: .75rem 0; border: 0; outline: none; color: var(--navy); background: transparent; border-radius: .5rem; font-size: max(16px, 1rem); }
.search-field input::placeholder { color: var(--muted); opacity: 1; }
.categories { display: flex; flex-wrap: wrap; gap: .5rem; padding-block: 1rem 1.5rem; }
.categories button { min-height: 44px; max-width: 100%; padding: .6rem .9rem; border: 1px solid var(--line); border-radius: 100px; background: #fff; color: var(--muted); font-size: .85rem; line-height: 1.4; transition: background-color .18s, border-color .18s; }
.categories button[aria-pressed="true"] { background: var(--navy); color: #fff; border-color: var(--navy); text-decoration: underline; text-underline-offset: .25em; text-decoration-thickness: 2px; }
.results-heading { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .25rem 1rem; margin-bottom: 1rem; }
.results-heading h2 { font-size: 1.15rem; margin: 0; }
#result-count { font-size: .8rem; color: var(--muted); margin: 0; }
.faq-item { margin-bottom: .75rem; border: 1px solid var(--line); border-radius: .85rem; background: #fff; box-shadow: 0 2px 6px #08245105; overflow-wrap: anywhere; }
.faq-item h3 { margin: 0; font-size: 1rem; }
.faq-toggle { display: flex; align-items: center; justify-content: space-between; gap: .75rem; width: 100%; min-height: 64px; padding: 1rem; border: 0; border-radius: .85rem; color: var(--navy); background: transparent; text-align: left; font-weight: 600; line-height: 1.5; }
.faq-toggle:focus-visible { outline-offset: -4px; }
.faq-icon { position: relative; width: 28px; height: 28px; border-radius: 50%; background: #eaf5fb; color: var(--blue); flex-shrink: 0; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; top: 13px; left: 7px; width: 14px; height: 2px; border-radius: 1px; background: currentColor; }
.faq-icon::after { transform: rotate(90deg); }
.faq-toggle[aria-expanded="true"] { background: var(--surface); border-radius: .85rem .85rem 0 0; }
.faq-toggle[aria-expanded="true"] .faq-icon::after { display: none; }
.faq-answer { padding: 1rem; border-top: 1px solid var(--line); color: #35465d; line-height: 1.75; }
.faq-answer p, .faq-answer ul, .faq-answer ol { margin-block: 0 1rem; }
.faq-answer > :last-child, .notice > :last-child, #notice-content > :last-child { margin-bottom: 0; }
.faq-answer ul, .faq-answer ol, .notice ul, .notice ol { padding-left: 1.4rem; }
.faq-answer li + li { margin-top: .5rem; }
.empty-state { padding: 2.5rem 1.25rem; border: 1px dashed #c3d3e2; border-radius: 1rem; background: var(--surface); text-align: center; }
.empty-symbol { display: grid; place-items: center; width: 42px; height: 42px; margin: 0 auto 1rem; background: #e1f1fa; color: var(--blue); border-radius: 50%; font-weight: 700; }
.empty-state h3 { font-size: 1.05rem; margin-bottom: .5rem; }
.empty-state p { max-width: 30rem; margin: 0 auto; color: var(--muted); font-size: .95rem; }
.text-button { min-height: 44px; margin-top: 1rem; padding: .5rem; border: 0; background: transparent; color: var(--blue); text-decoration: underline; text-underline-offset: .2em; }
.contact { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; margin-top: 2rem; padding: 1.25rem; border-radius: 1rem; background: #edf6fc; border: 1px solid #d7e9f5; }
.contact h2 { font-size: 1.25rem; margin-bottom: .2rem; }
.contact p { margin-bottom: 0; color: var(--muted); }
.contact-link { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; width: 100%; min-height: 48px; max-width: 100%; padding: .8rem .75rem; border-radius: .65rem; background: var(--navy); color: #fff; font-size: 1rem; line-height: 1.5; text-decoration: none; }
.contact-link svg { width: 24px; height: 24px; flex-shrink: 0; }
.contact-link span { min-width: 0; overflow-wrap: anywhere; }
.contact-link[aria-disabled="true"] { background: #dce6f0; color: #52647a; cursor: default; }
.contact .contact-status { font-size: .8rem; }
.notice { margin-top: 1.5rem; padding: 1rem; border-left: 3px solid #b5c8da; background: var(--surface); color: var(--muted); font-size: .9rem; line-height: 1.7; overflow-wrap: anywhere; }
.notice h2 { font-size: .95rem; color: var(--navy); margin-bottom: .5rem; }
.site-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .5rem 1rem; margin-top: 2rem; padding-block: 1rem; border-top: 1px solid var(--line); font-size: .8rem; color: var(--muted); }
.back-to-top { display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; text-decoration: none; }
@media (hover: hover) {
  .home-links a:hover { border-color: var(--blue); background: #0a336c; box-shadow: 0 9px 20px #08245128; transform: translateY(-2px); }
  .header-contact:hover, .access-actions a:hover { border-color: var(--blue); text-decoration: underline; }
  .categories button[aria-pressed="false"]:hover { background: var(--surface); border-color: #9fb6ce; }
  .faq-toggle:hover { background: var(--surface); }
  .back-to-top:hover { color: var(--blue); text-decoration: underline; }
  .contact-link[href]:hover { background: var(--blue); }
}
@media (min-width: 640px) {
  .container { width: min(100% - 4rem, 960px); }
  .brand img { width: 136px; }
  .brand > span, .header-contact { font-size: .9rem; }
  .intro { padding-block: 2.25rem 1.75rem; }
  .intro.home-hero { grid-template-columns: minmax(0, 1.05fr) minmax(290px, .95fr); align-items: center; min-height: 300px; padding-block: 1.5rem 1.25rem; }
  .home-hero h1 { font-size: clamp(2.35rem, 5vw, 3.4rem); }
  .home-copy > p { font-size: 1.05rem; }
  .hero-products { height: 236px; width: 100%; }
  .hero-products .hero-vial-main { bottom: -22px; width: 252px; }
  .hero-products .hero-vial-ghk, .hero-products .hero-vial-bac { bottom: -30px; width: 145px; }
  .home-links { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-bottom: 1.75rem; }
  .search-field { padding-inline: 1.25rem; }
  .categories { justify-content: center; }
  .contact { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 1.5rem; }
  .contact-link { width: auto; }
  .product-families { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .family-card.is-featured { grid-column: auto; }
  .product-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card { grid-template-columns: 1fr; }
  .product-card img { max-width: 220px; }
  .product-detail-content { grid-template-columns: minmax(220px, .8fr) minmax(0, 1fr); align-items: start; }
  .calculator-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .amount-field { grid-column: 1 / -1; }
  .calculator-result-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
  .calculator-result-theoretical { padding: 0 0 0 1.25rem; border-top: 0; border-left: 1px solid #ffffff3d; }
}
@media (min-width: 900px) {
  .intro.home-hero { min-height: 320px; }
  .hero-products { height: 270px; }
  .home-links { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .home-links a { min-height: 104px; }
  .product-families { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .product-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
