:root {
  color-scheme: light;
  --ink: #111315;
  --ink-soft: #555b60;
  --paper: #ffffff;
  --canvas: #f3f4f1;
  --line: #dcded8;
  --lime: #d8ff4f;
  --lime-dark: #b7de2f;
  --shell: min(1440px, calc(100vw - 72px));
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.55; }
html[lang="th"] body { font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, ui-sans-serif, sans-serif; }
body.drawer-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 200; padding: 10px 14px; background: var(--lime); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 6px 24px; color: #fff; background: var(--ink); font: 700 .73rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; white-space: nowrap; overflow: hidden; }
.announcement i { width: 26px; height: 1px; background: var(--lime); flex: 0 0 auto; }

.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.header-main { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.language-switcher { justify-self: start; display: inline-flex; align-items: center; gap: 2px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: var(--canvas); }
.language-switcher button { min-width: 42px; height: 32px; padding: 0 10px; border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-size: .76rem; font-weight: 800; }
.language-switcher button.active { background: var(--ink); color: #fff; }
.brand { justify-self: center; display: flex; align-items: center; gap: 11px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--ink); color: var(--lime); border-radius: 11px 3px 11px 3px; font: 900 1.35rem/1 ui-monospace, monospace; transform: rotate(-2deg); }
.brand-mark.dark { background: var(--lime); color: var(--ink); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 1.3rem; letter-spacing: -.04em; }
.brand-copy small { margin-top: 5px; font: 700 .58rem/1 ui-monospace, monospace; letter-spacing: .22em; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.icon-button, .consult-button { height: 44px; border: 1px solid var(--line); background: #fff; cursor: pointer; transition: border-color .2s ease, transform .2s ease; }
.icon-button:hover, .consult-button:hover { border-color: var(--ink); transform: translateY(-1px); }
.icon-button { width: 44px; border-radius: 50%; display: grid; place-items: center; }
.icon-button svg, .consult-button svg, .search-field svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.consult-button { border-radius: 999px; display: flex; align-items: center; gap: 9px; padding: 0 18px; font-size: .88rem; font-weight: 700; }

.category-nav { background: var(--canvas); border-top: 1px solid var(--line); }
.nav-track { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.nav-track::-webkit-scrollbar { display: none; }
.category-trigger, .filter-pill { border: 0; background: transparent; cursor: pointer; white-space: nowrap; font-size: .9rem; font-weight: 700; }
.category-trigger { padding: 10px 15px; display: inline-flex; align-items: center; border-radius: 999px; }
.category-trigger.active { background: var(--ink); color: #fff; }

.product-shell { padding-block: 28px 80px; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; color: #73797d; font-size: .78rem; }
.breadcrumbs a:hover { color: var(--ink); }
.product-stage { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(410px, .9fr); gap: clamp(38px, 5vw, 86px); align-items: start; }
.gallery-panel { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 16px; position: sticky; top: 18px; }
.thumbnail-rail { display: flex; flex-direction: column; gap: 10px; }
.thumbnail-button { width: 82px; aspect-ratio: 1; padding: 0; border: 1px solid var(--line); background: var(--canvas); border-radius: 12px; overflow: hidden; cursor: pointer; }
.thumbnail-button.active { border: 2px solid var(--ink); }
.thumbnail-button img { width: 100%; height: 100%; object-fit: cover; }
.main-image-wrap { position: relative; min-height: 560px; display: grid; place-items: center; background: var(--canvas); border-radius: 4px 28px 4px 28px; overflow: hidden; }
.main-image-wrap::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(17,19,21,.08); border-radius: 2px 20px 2px 20px; pointer-events: none; }
.main-image-wrap > img { width: 100%; height: 100%; max-height: 700px; object-fit: contain; mix-blend-mode: multiply; transition: opacity .18s ease, transform .3s ease; }
.main-image-wrap.switching > img { opacity: .25; transform: scale(.985); }
.image-index { position: absolute; top: 24px; left: 24px; z-index: 2; padding: 7px 10px; background: rgba(255,255,255,.82); backdrop-filter: blur(8px); border-radius: 999px; font: 700 .68rem/1 ui-monospace, monospace; }
.gallery-arrow { position: absolute; z-index: 3; top: 50%; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,255,255,.88); backdrop-filter: blur(8px); cursor: pointer; transform: translateY(-50%); }
.gallery-arrow.previous { left: 20px; }
.gallery-arrow.next { right: 20px; }
.gallery-arrow:disabled { opacity: 0; pointer-events: none; }

.product-info { padding-top: 8px; }
.eyebrow-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.product-category, .catalog-badge, .section-kicker { font: 800 .7rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.product-category { color: #5f682f; }
.catalog-badge { padding: 7px 9px; border: 1px solid var(--ink); border-radius: 999px; }
.product-info h1 { max-width: 720px; margin: 0; font-size: clamp(2.2rem, 4vw, 4.3rem); line-height: .98; letter-spacing: -.065em; font-weight: 790; }
html[lang="th"] .product-info h1, html[lang="th"] .section-heading h1, html[lang="th"] .safety-grid h2 { line-height: 1.08; letter-spacing: -.025em; }
.product-title-zh { margin: 16px 0 0; color: var(--ink-soft); font-size: 1rem; }
.viewing-note { margin-top: 24px; padding: 12px 14px; display: inline-flex; align-items: center; gap: 10px; border-radius: 10px; background: var(--canvas); font-size: .82rem; font-weight: 700; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--lime-dark); box-shadow: 0 0 0 5px rgba(183,222,47,.18); }
.product-summary { margin: 28px 0 0; max-width: 670px; color: #484d51; font-size: 1.05rem; line-height: 1.75; }
.consult-card { margin-top: 30px; padding: 22px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 22px; align-items: center; border: 1px solid var(--line); border-radius: 16px; background: var(--canvas); }
.consult-card > div { display: grid; gap: 6px; }
.consult-card > div > span { color: #687031; font: 800 .66rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.consult-card strong { font-size: 1.05rem; }
.consult-card p { margin: 0; color: #656b6e; font-size: .84rem; }
.consult-card .primary-button { min-width: 220px; }
.primary-button { min-height: 58px; border: 1px solid var(--ink); background: var(--ink); color: #fff; border-radius: 999px; padding: 0 24px; display: flex; align-items: center; justify-content: center; gap: 18px; cursor: pointer; font-weight: 800; transition: background .2s ease, color .2s ease, transform .2s ease; }
.primary-button:hover { background: var(--lime); color: var(--ink); transform: translateY(-1px); }
.primary-button:disabled { cursor: not-allowed; opacity: .45; transform: none; }
.detail-accordions { margin-top: 30px; border-top: 1px solid var(--line); }
.detail-accordions details { border-bottom: 1px solid var(--line); }
.detail-accordions summary { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 20px 0; cursor: pointer; font-weight: 800; }
.detail-accordions summary::-webkit-details-marker { display: none; }
.detail-accordions summary span { transition: transform .2s ease; }
.detail-accordions details[open] summary span { transform: rotate(45deg); }
.detail-accordions ul { margin: -2px 0 22px; padding-left: 20px; color: #51565a; }
.detail-accordions li + li { margin-top: 9px; }
.detail-accordions p { margin: -2px 0 22px; color: #51565a; }
.detail-accordions dl { display: grid; grid-template-columns: minmax(120px, .7fr) minmax(150px, 1fr); margin: -2px 0 22px; }
.detail-accordions dt, .detail-accordions dd { margin: 0; padding: 10px 0; border-bottom: 1px dotted var(--line); }
.detail-accordions dt { color: #747a7d; }
.detail-accordions dd { text-align: right; font-weight: 700; }
.trust-row { margin-top: 28px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.trust-row > div { padding: 16px 14px; display: flex; gap: 9px; }
.trust-row > div + div { border-left: 1px solid var(--line); }
.trust-row span { color: #878e92; font: 700 .66rem/1 ui-monospace, monospace; }
.trust-row p { margin: 0; display: grid; gap: 2px; color: #777d80; font-size: .68rem; line-height: 1.35; }
.trust-row strong { color: var(--ink); font-size: .75rem; }

.about-section { padding-block: 88px; background: var(--ink); color: #fff; }
.about-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.7fr); gap: 42px 64px; align-items: end; }
.about-grid h2 { max-width: 850px; margin: 0; font-size: clamp(2.2rem, 4.4vw, 4.8rem); line-height: .98; letter-spacing: -.065em; }
.about-grid > p { margin: 0 0 5px; color: #c4c8c9; font-size: 1rem; }
.about-section .section-kicker { color: var(--lime); }
.about-points { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 16px; border-top: 1px solid #34383b; }
.about-points article { padding: 26px 28px 0 0; display: grid; grid-template-columns: auto 1fr; gap: 5px 14px; }
.about-points article + article { padding-left: 28px; border-left: 1px solid #34383b; }
.about-points span { grid-row: 1 / span 2; color: var(--lime); font: 800 .67rem/1 ui-monospace, monospace; }
.about-points strong { font-size: 1rem; }
.about-points p { margin: 0; color: #9fa5a7; font-size: .8rem; }

.catalog-section { padding-block: 92px 108px; background: var(--canvas); border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,420px); gap: 40px; align-items: end; }
.section-kicker { display: block; margin-bottom: 14px; color: #687031; }
.section-heading h1, .section-heading h2, .safety-grid h2 { margin: 0; font-size: clamp(2.2rem, 4.4vw, 4.8rem); line-height: .98; letter-spacing: -.065em; }
.section-heading > p { margin: 0 0 6px; color: var(--ink-soft); font-size: 1rem; }
.catalog-home { padding-top: 72px; border-top: 0; }
.catalog-toolbar { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: 18px; margin-top: 42px; align-items: center; }
.search-field { height: 54px; display: flex; align-items: center; gap: 12px; padding: 0 17px; border: 1px solid #cfd2cc; border-radius: 999px; background: #fff; }
.search-field input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; font-size: .9rem; }
.filter-pills { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.filter-pills::-webkit-scrollbar { display: none; }
.filter-pill { padding: 10px 14px; border: 1px solid #cfd2cc; border-radius: 999px; background: transparent; }
.filter-pill.active { color: var(--ink); background: var(--lime); border-color: var(--ink); }
.catalog-meta { min-height: 55px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #cfd2cc; }
.catalog-meta p { margin: 0; font-size: .82rem; }
.catalog-meta button { border: 0; background: transparent; text-decoration: underline; cursor: pointer; font-size: .78rem; }
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px 18px; margin-top: 24px; }
.product-card { position: relative; min-width: 0; }
.card-image-button { width: 100%; aspect-ratio: 1; position: relative; display: block; padding: 0; border: 0; overflow: hidden; border-radius: 4px 18px 4px 18px; background: #e9eae6; cursor: pointer; }
.card-image-button img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .card-image-button img { transform: scale(1.045); }
.card-chip { position: absolute; left: 12px; top: 12px; z-index: 2; padding: 7px 9px; border-radius: 999px; background: rgba(255,255,255,.88); backdrop-filter: blur(8px); font: 750 .63rem/1 ui-monospace, monospace; }
.card-copy { padding: 14px 4px 0; }
.card-category { margin: 0 0 5px; color: #71777a; font: 700 .62rem/1 ui-monospace, monospace; letter-spacing: .09em; text-transform: uppercase; }
.card-title { display: inline-block; margin: 0; border: 0; padding: 0; background: transparent; cursor: pointer; text-align: left; font-size: .96rem; font-weight: 760; line-height: 1.35; }
.card-title:hover { text-decoration: underline; text-underline-offset: 3px; }
.card-zh { margin: 5px 0 0; color: #707679; font-size: .73rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card-footer { margin-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.card-footer strong { font-size: .83rem; }
.card-footer span { color: #777d80; font: 700 .65rem/1 ui-monospace, monospace; }
.empty-state { margin-top: 24px; padding: 60px 20px; text-align: center; border: 1px dashed #bbc0b8; border-radius: 18px; }
.empty-state strong { font-size: 1.3rem; }
.empty-state p { margin-bottom: 0; color: var(--ink-soft); }
.back-to-catalog { display: inline-flex; margin-top: 28px; font-size: .86rem; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.back-to-catalog:hover { color: #69712f; }

.safety-section { padding-block: 76px; background: var(--lime); }
.safety-grid { display: grid; grid-template-columns: 150px minmax(330px,.9fr) minmax(330px,1.1fr); gap: 48px; align-items: center; }
.safety-number { width: 132px; aspect-ratio: 1; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 50%; font: 900 2.6rem/1 ui-monospace, monospace; }
.safety-grid h2 { font-size: clamp(2.2rem, 3.8vw, 4.2rem); }
.safety-grid p { margin: 0; max-width: 700px; font-weight: 650; }

.site-footer { padding: 64px 0 24px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr .9fr; gap: 40px; }
.footer-brand { display: flex; gap: 15px; align-items: center; }
.footer-brand > div { display: grid; }
.footer-brand strong { font-size: 1.25rem; }
.footer-brand small { color: #aeb3b5; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid > div > span { margin-bottom: 5px; color: var(--lime); font: 750 .68rem/1 ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a, .footer-grid button { color: #d6d8d9; font-size: .85rem; }
.footer-grid button { padding: 0; border: 0; background: transparent; cursor: pointer; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--lime); }
.footer-note p { margin: 0; color: #c2c6c7; font-size: .82rem; }
.footer-bottom { margin-top: 54px; padding-top: 20px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid #303438; color: #91979a; font-size: .71rem; }
.footer-bottom p { margin: 0; }

.drawer-overlay { position: fixed; inset: 0; z-index: 80; background: rgba(17,19,21,.48); backdrop-filter: blur(3px); }
.contact-drawer { position: fixed; z-index: 90; top: 0; right: 0; width: min(520px,100vw); height: 100dvh; display: grid; grid-template-rows: auto 1fr; background: #fff; transform: translateX(105%); transition: transform .3s cubic-bezier(.22,.7,.2,1); box-shadow: -20px 0 60px rgba(0,0,0,.15); }
.contact-drawer.open { transform: translateX(0); }
.contact-drawer > header { padding: 28px; display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid var(--line); }
.contact-drawer h2 { margin: 0; font-size: 2rem; letter-spacing: -.05em; }
.close-button { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 1.5rem; line-height: 1; }
.contact-form { min-height: 0; overflow-y: auto; padding: 28px; display: flex; flex-direction: column; gap: 18px; }
.contact-intro { margin: 0 0 4px; color: #656b6e; font-size: .88rem; }
.contact-form label { display: grid; gap: 7px; }
.contact-form label > span { font-size: .76rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); outline: 0; }
.contact-form input, .contact-form select { height: 48px; padding: 0 13px; }
.contact-form textarea { min-height: 140px; padding: 12px 13px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--ink); }
.contact-form .primary-button { width: 100%; margin-top: 2px; }
.contact-note { margin: -3px 4px 0; color: #858b8e; font-size: .73rem; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 28px; max-width: min(420px,calc(100vw - 32px)); padding: 13px 18px; border-radius: 999px; background: var(--ink); color: #fff; font-size: .82rem; font-weight: 700; opacity: 0; transform: translate(-50%,16px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #7aa5ff; outline-offset: 3px; }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 44px, 1200px); }
  .product-stage { grid-template-columns: minmax(0,1fr) minmax(360px,.9fr); gap: 38px; }
  .gallery-panel { grid-template-columns: 68px minmax(0,1fr); }
  .thumbnail-button { width: 68px; }
  .main-image-wrap { min-height: 480px; }
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .about-grid { grid-template-columns: minmax(0,1fr) minmax(280px,.8fr); gap: 36px; }
  .safety-grid { grid-template-columns: 120px minmax(0,1fr); }
  .safety-number { width: 105px; }
  .safety-grid > p { grid-column: 2; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 32px, 760px); }
  .announcement { justify-content: flex-start; }
  .announcement span:nth-of-type(2), .announcement i:nth-of-type(2), .announcement span:nth-of-type(3) { display: none; }
  .header-main { min-height: 76px; grid-template-columns: auto 1fr auto; }
  .language-switcher { justify-self: start; }
  .language-switcher button { min-width: 38px; padding-inline: 8px; }
  .brand { justify-self: center; }
  .brand-mark { width: 38px; height: 38px; }
  .header-actions { grid-column: 3; }
  .consult-button > span { display: none; }
  .consult-button { width: 44px; padding: 0; justify-content: center; }
  .nav-track { justify-content: flex-start; }
  .product-shell { padding-bottom: 64px; }
  .product-stage { grid-template-columns: 1fr; }
  .gallery-panel { position: static; }
  .main-image-wrap { min-height: 0; aspect-ratio: 1; }
  .product-info h1 { font-size: clamp(2.5rem, 10vw, 4.2rem); }
  .consult-card { grid-template-columns: 1fr; }
  .consult-card .primary-button { min-width: 0; }
  .about-grid { grid-template-columns: 1fr; gap: 18px; }
  .about-points { grid-template-columns: 1fr; margin-top: 20px; }
  .about-points article { padding: 22px 0; }
  .about-points article + article { padding-left: 0; border-left: 0; border-top: 1px solid #34383b; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  :root { --shell: calc(100% - 24px); }
  .announcement { min-height: 32px; padding-inline: 12px; font-size: .62rem; }
  .header-main { min-height: 68px; }
  .brand-copy strong { font-size: 1.05rem; }
  .brand-copy small { font-size: .5rem; }
  .brand-copy { display: none; }
  .brand-mark { width: 34px; height: 34px; }
  .icon-button { display: none; }
  .category-nav { border-top: 0; }
  .nav-track { width: 100%; padding-inline: 12px; min-height: 50px; }
  .category-trigger { font-size: .8rem; }
  .breadcrumbs { margin-bottom: 18px; }
  .product-shell { padding-top: 18px; }
  .gallery-panel { grid-template-columns: 1fr; gap: 10px; }
  .thumbnail-rail { order: 2; flex-direction: row; overflow-x: auto; }
  .thumbnail-button { flex: 0 0 62px; width: 62px; }
  .main-image-wrap { border-radius: 3px 20px 3px 20px; }
  .gallery-arrow { width: 40px; height: 40px; }
  .product-info { padding-top: 10px; }
  .eyebrow-row { margin-bottom: 14px; }
  .product-info h1 { font-size: clamp(2.25rem, 12vw, 3.45rem); }
  .primary-button { padding-inline: 14px; gap: 10px; }
  .consult-card { padding: 18px; }
  .about-section { padding-block: 64px; }
  .catalog-home { padding-top: 52px; }
  .catalog-section { padding-block: 64px 76px; }
  .product-grid { gap: 22px 10px; }
  .card-image-button { border-radius: 3px 12px 3px 12px; }
  .card-chip { left: 8px; top: 8px; padding: 6px 7px; font-size: .55rem; }
  .card-copy { padding-top: 10px; }
  .card-title { font-size: .84rem; }
  .card-zh { font-size: .66rem; }
  .card-footer { margin-top: 8px; }
  .safety-section { padding-block: 56px; }
  .safety-grid { grid-template-columns: 74px 1fr; gap: 22px 18px; }
  .safety-number { width: 72px; font-size: 1.6rem; }
  .safety-grid > p { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .contact-drawer > header, .contact-form { padding-left: 18px; padding-right: 18px; }
}

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