* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.dmx-site {
  margin: 0;
  background: var(--dmx-bg);
  color: var(--dmx-ink);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.dmx-site img { display: block; max-width: 100%; height: auto; }
body.dmx-site a { color: var(--dmx-ink); text-decoration: none; }
body.dmx-site button,
body.dmx-site input,
body.dmx-site select,
body.dmx-site textarea { font: inherit; }
body.dmx-site h1,
body.dmx-site h2,
body.dmx-site h3,
body.dmx-site p { margin-top: 0; }
body.dmx-site h1,
body.dmx-site h2,
body.dmx-site h3 {
  color: var(--dmx-ink);
  font-weight: 800;
  line-height: 1.3;
}
body.dmx-site h1 { margin-bottom: 24px; font-size: clamp(1.9rem, 3.4vw, 3rem); letter-spacing: -.03em; text-wrap: balance; }
body.dmx-site h2 { margin-bottom: 20px; font-size: clamp(1.65rem, 2.7vw, 2.55rem); letter-spacing: -.025em; }
body.dmx-site h3 { margin-bottom: 10px; font-size: 1.15rem; }
.dmx-container { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.dmx-main { min-height: 58vh; }
.dmx-skip-link {
  position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 16px;
  transform: translateY(-150%); background: #fff; border: 2px solid var(--dmx-red);
}
.dmx-skip-link:focus { transform: translateY(0); }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.dmx-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid var(--dmx-line); background: #fff; isolation: isolate; }
.dmx-main, .dmx-footer, .dmx-contact-band { position: relative; z-index: 0; }
.admin-bar .dmx-header { top: 32px; }
.dmx-header__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 80px; gap: 28px; }
.dmx-logo { display: inline-flex; flex: 0 0 auto; }
.dmx-wordmark { display: inline-flex; flex-direction: column; line-height: 1; }
.dmx-wordmark__name { color: var(--dmx-ink); font-size: 27px; font-weight: 800; letter-spacing: -.06em; }
.dmx-wordmark__dot { color: var(--dmx-red); }
.dmx-wordmark__sub { margin-top: 5px; color: var(--dmx-muted); font-size: 11px; font-weight: 600; letter-spacing: .01em; }
.dmx-menu { display: flex; align-items: center; justify-content: center; gap: 5px; margin: 0; padding: 0; list-style: none; }
.dmx-menu > li { position: relative; margin: 0; }
.dmx-menu > li > a { display: block; padding: 13px 10px; color: #1F2937; font-size: 14px; font-weight: 600; white-space: nowrap; }
.dmx-menu > li > a:hover,
.dmx-menu > .current-menu-item > a,
.dmx-menu > .current-menu-ancestor > a { color: var(--dmx-red-dark); }
.dmx-menu .sub-menu {
  position: absolute; top: calc(100% + 4px); left: 0; min-width: 310px; margin: 0; padding: 10px;
  visibility: hidden; opacity: 0; transform: translateY(6px); list-style: none; border: 1px solid var(--dmx-line);
  background: #fff; box-shadow: 0 18px 40px rgba(15,23,42,.13); transition: .18s ease;
}
.dmx-menu li:hover > .sub-menu,
.dmx-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.dmx-menu .sub-menu a { display: block; padding: 9px 12px; color: #374151; font-size: 14px; font-weight: 600; }
.dmx-menu .sub-menu a:hover { background: var(--dmx-bg-soft); color: var(--dmx-red-dark); }
.dmx-header__actions { display: flex; align-items: center; gap: 14px; }
.dmx-header__phone { display: flex; align-items: center; gap: 8px; }
.dmx-header__phone svg { width: 22px; fill: var(--dmx-red); }
.dmx-header__phone span { display: flex; flex-direction: column; line-height: 1.25; }
.dmx-header__phone small { color: var(--dmx-muted); font-size: 11px; }
.dmx-header__phone strong { color: var(--dmx-ink); font-size: 14px; }
.dmx-menu-toggle,
.dmx-submenu-toggle { display: none; }
.dmx-button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px;
  border: 2px solid var(--dmx-red); border-radius: 6px; background: var(--dmx-red); color: #fff !important;
  font-weight: 700; line-height: 1.25; cursor: pointer; transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.dmx-button:hover { border-color: var(--dmx-red-dark); background: var(--dmx-red-dark); }
.dmx-button:active { transform: translateY(1px); }
.dmx-button--small { min-height: 42px; padding: 9px 15px; font-size: 13px; }
.dmx-button--outline { background: transparent; color: var(--dmx-red-dark) !important; }
.dmx-button--outline:hover { color: #fff !important; }
.dmx-button--light { border-color: #fff; background: #fff; color: var(--dmx-ink-dark) !important; }
.dmx-button--light:hover { border-color: #fff; background: var(--dmx-bg-soft); color: var(--dmx-ink-dark) !important; }
.dmx-button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.dmx-eyebrow,
.dmx-kicker { margin-bottom: 12px; color: var(--dmx-red-dark); font-size: 12px; font-weight: 800; letter-spacing: .045em; }
.dmx-text-link { color: var(--dmx-red-dark) !important; font-weight: 700; }
.dmx-text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.dmx-home-hero { padding: clamp(48px, 7vw, 88px) 0; background: var(--dmx-bg-soft); }
.dmx-home-hero__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(36px, 6vw, 80px); }
.dmx-home-hero__copy { max-width: 570px; }
.dmx-home-hero__sub { max-width: 610px; margin-bottom: 30px; color: #374151; font-size: 1.15rem; }
.dmx-home-hero__media { overflow: hidden; min-height: 390px; border-radius: 12px; background: #E2E5E9; }
.dmx-home-hero__media img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.dmx-hero-placeholder { display: grid; width: 100%; min-height: 360px; place-content: center; background: var(--dmx-ink-dark); text-align: center; }
.dmx-hero-placeholder span { color: #fff; font-size: 7rem; font-weight: 800; line-height: 1; }
.dmx-hero-placeholder small { margin-top: 12px; color: #fff; font-size: 14px; }
.dmx-usp-strip { border-block: 1px solid var(--dmx-line); background: #fff; }
.dmx-usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.dmx-usp-grid article { display: flex; gap: 12px; padding: 24px 18px; border-right: 1px solid var(--dmx-line); }
.dmx-usp-grid article:first-child { border-left: 1px solid var(--dmx-line); }
.dmx-usp-grid h2 { margin-bottom: 4px; font-size: 15px; letter-spacing: 0; }
.dmx-usp-grid p { margin-bottom: 0; color: var(--dmx-muted); font-size: 13px; line-height: 1.5; }
.dmx-icon { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; border-radius: 50%; background: #FDE8E9; }
.dmx-icon svg { width: 19px; fill: var(--dmx-red-dark); }
.dmx-section { padding: clamp(64px, 8vw, 104px) 0; }
.dmx-section--soft { background: var(--dmx-bg-soft); }
.dmx-section--compact { padding: 64px 0; }
.dmx-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.dmx-section-head h2 { margin-bottom: 0; }
.dmx-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.dmx-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.dmx-product-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dmx-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.dmx-post-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dmx-card { overflow: hidden; border: 1px solid var(--dmx-line); background: #fff; transition: box-shadow .2s ease, transform .2s ease; }
.dmx-card:hover { transform: translateY(-3px); box-shadow: 0 15px 34px rgba(15,23,42,.09); }
.dmx-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: 1; background: var(--dmx-bg-soft); }
.dmx-card__media--wide { aspect-ratio: 16 / 9; }
.dmx-card__image { width: 100%; height: 100% !important; object-fit: cover; transition: transform .25s ease; }
.dmx-card:hover .dmx-card__image { transform: scale(1.025); }
.dmx-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: #EEF0F3; }
.dmx-card__placeholder span { color: #C7CBD1; font-size: 5rem; font-weight: 800; }
.dmx-card__body { padding: 18px; }
.dmx-card__title { min-height: 3.05em; margin-bottom: 12px; font-size: 16px !important; line-height: 1.52 !important; }
.dmx-card__title a { color: var(--dmx-ink); }
.dmx-card__title a:hover { color: var(--dmx-red-dark); }
.dmx-card__body > p { min-height: 4.5em; margin-bottom: 13px; color: var(--dmx-muted); font-size: 14px; }
.dmx-post-card .dmx-card__body > p { min-height: 0; }
.dmx-card__meta { margin-bottom: 8px; color: var(--dmx-muted); font-size: 12px; font-weight: 600; }
.dmx-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 4px 9px; border-radius: 4px; background: var(--dmx-red); color: #fff; font-size: 12px; font-weight: 800; }
.dmx-price { display: flex; min-height: 50px; flex-direction: column; justify-content: end; }
.dmx-price del { color: var(--dmx-muted); font-size: 13px; }
.dmx-price strong { color: var(--dmx-red-dark); font-size: 18px; font-weight: 800; }
.dmx-about-short__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(420px, .8fr); align-items: center; gap: 90px; }
.dmx-number-list { border-top: 4px solid var(--dmx-ink-dark); }
.dmx-number-list article { display: grid; grid-template-columns: 130px 1fr; align-items: baseline; padding: 22px 0; border-bottom: 1px solid var(--dmx-line); }
.dmx-number-list strong { color: var(--dmx-red); font-size: 2.8rem; font-weight: 800; line-height: 1; }
.dmx-number-list span { color: #374151; font-weight: 700; }
.dmx-reasons { border-top: 1px solid var(--dmx-line); }
.dmx-reason-grid { display: grid; grid-template-columns: 1.2fr .8fr 1.2fr .8fr; margin-top: 34px; border-block: 1px solid var(--dmx-line); }
.dmx-reason-grid article { padding: 30px 24px; border-right: 1px solid var(--dmx-line); }
.dmx-reason-grid article:last-child { border-right: 0; }
.dmx-reason-grid article > span { display: block; margin-bottom: 28px; color: var(--dmx-red); font-size: 2.25rem; font-weight: 800; }
.dmx-reason-grid p { margin-bottom: 0; color: var(--dmx-muted); font-size: 14px; }
.dmx-contact-band { padding: 76px 0; background: var(--dmx-ink-dark); }
.dmx-contact-band__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; }
.dmx-contact-band__grid h2 { max-width: 620px; }
.dmx-contact-band__details { border-left: 1px solid rgba(255,255,255,.35); padding-left: 50px; }
.dmx-contact-band__details p { display: grid; grid-template-columns: 125px 1fr; margin-bottom: 12px; }
.dmx-contact-band__details .dmx-button { margin-top: 14px; }
.dmx-hero-dark *,
.dmx-footer *,
.dmx-cta-dark * { color: #fff; }
.dmx-hero-dark a:hover,
.dmx-footer a:hover,
.dmx-cta-dark a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.dmx-page-shell { padding-block: 26px 90px; }
.dmx-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; color: var(--dmx-muted); font-size: 13px; }
.dmx-breadcrumb a { color: #374151; }
.dmx-breadcrumb a:hover { color: var(--dmx-red-dark); text-decoration: underline; }
.dmx-breadcrumb [aria-current="page"] { max-width: 650px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dmx-page { max-width: 960px; margin-inline: auto; }
.dmx-page__header { max-width: 900px; margin-bottom: 36px; padding-top: 22px; }
.dmx-page__header h1 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.dmx-page__hero,
.dmx-article__hero { overflow: hidden; margin-bottom: 48px; aspect-ratio: 16 / 8; border-radius: 10px; background: var(--dmx-bg-soft); }
.dmx-page__hero img,
.dmx-article__hero img { width: 100%; height: 100%; object-fit: cover; }
.dmx-prose { color: #374151; }
.dmx-prose > * { max-width: 820px; }
.dmx-prose p,
.dmx-prose li { color: #374151; }
.dmx-prose p { margin-bottom: 1.15em; }
.dmx-prose h2 { margin-top: 2em; }
.dmx-prose h3 { margin-top: 1.65em; }
.dmx-prose a { color: var(--dmx-red-dark); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.dmx-prose ul,
.dmx-prose ol { margin: 0 0 1.4em; padding-left: 1.5em; }
.dmx-prose blockquote { margin: 2em 0; padding: 18px 24px; border-left: 4px solid var(--dmx-red); background: var(--dmx-bg-soft); }
.dmx-prose table,
.dmx-spec-table { width: 100%; border-collapse: collapse; }
.dmx-prose th,
.dmx-prose td,
.dmx-spec-table th,
.dmx-spec-table td { padding: 13px 16px; border: 1px solid var(--dmx-line); color: #374151; text-align: left; vertical-align: top; }
.dmx-prose th,
.dmx-spec-table th { color: var(--dmx-ink); font-weight: 700; }
.dmx-prose tr:nth-child(even),
.dmx-spec-table tr:nth-child(even) { background: var(--dmx-bg-soft); }
.dmx-long-content { padding-block: 18px 60px; border-top: 1px solid var(--dmx-line); }
.dmx-long-content > * { margin-inline: auto; }
.dmx-faq { max-width: 900px; margin: 20px auto 70px; padding-top: 40px; border-top: 4px solid var(--dmx-ink-dark); }
.dmx-faq details { border-bottom: 1px solid var(--dmx-line); }
.dmx-faq summary { padding: 20px 44px 20px 0; color: var(--dmx-ink); font-weight: 700; cursor: pointer; }
.dmx-faq details > div { padding: 0 20px 20px 0; color: #374151; }
.dmx-category-hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(370px, .9fr); align-items: center; gap: 60px; padding: 18px 0 64px; }
.dmx-category-hero h1 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.dmx-category-hero__media { overflow: hidden; aspect-ratio: 16 / 10; border-radius: 10px; background: var(--dmx-bg-soft); }
.dmx-category-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.dmx-result-count { color: var(--dmx-muted); font-size: 14px; font-weight: 700; }
.dmx-product-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 70px; padding: 10px 0 72px; }
.dmx-product-hero__media { position: relative; overflow: hidden; aspect-ratio: 1; border: 1px solid var(--dmx-line); background: var(--dmx-bg-soft); }
.dmx-product-hero__media > img { width: 100%; height: 100%; object-fit: cover; }
.dmx-product-hero__copy h1 { margin-bottom: 20px; font-size: clamp(1.8rem, 3vw, 3rem); }
.dmx-product-code { margin-bottom: 8px; color: var(--dmx-muted); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.dmx-price--large { min-height: 0; margin-bottom: 18px; }
.dmx-price--large del { font-size: 15px; }
.dmx-price--large strong { font-size: 28px; }
.dmx-product-summary { color: #374151; font-size: 1.05rem; }
.dmx-check-list { margin: 0 0 28px; padding: 0; list-style: none; }
.dmx-check-list li { display: flex; gap: 10px; margin-bottom: 10px; color: #374151; }
.dmx-check-list svg { width: 22px; flex: 0 0 22px; fill: var(--dmx-red); }
.dmx-check-list--columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 40px; }
.dmx-trust-line { margin: 20px 0 0; color: #374151; font-size: 13px; font-weight: 700; }
.dmx-trust-line span { color: var(--dmx-red); }
.dmx-table-wrap { overflow-x: auto; }
.dmx-spec-table th { width: 34%; }
.dmx-shop-head { max-width: 880px; padding: 26px 0 36px; }
.dmx-shop-head h1 { font-size: clamp(2rem, 4vw, 3.5rem); }
.dmx-filter-tabs { display: flex; gap: 8px; margin-bottom: 48px; padding-bottom: 12px; overflow-x: auto; border-bottom: 1px solid var(--dmx-line); }
.dmx-filter-tabs a { flex: 0 0 auto; padding: 9px 14px; border: 1px solid var(--dmx-line); border-radius: 5px; color: #374151; font-size: 13px; font-weight: 700; }
.dmx-filter-tabs a:hover,
.dmx-filter-tabs a.is-active { border-color: var(--dmx-red); background: var(--dmx-red); color: #fff; }
.dmx-results-head { align-items: center; }
.dmx-results-head h2 { font-size: 1.5rem; }
.dmx-contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr); align-items: start; gap: 70px; }
.dmx-store-panel { padding: 34px; background: var(--dmx-bg-soft); }
.dmx-store-panel dl { margin: 0 0 28px; }
.dmx-store-panel dl > div { padding: 13px 0; border-bottom: 1px solid var(--dmx-line); }
.dmx-store-panel dt { color: var(--dmx-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.dmx-store-panel dd { margin: 3px 0 0; color: #374151; }
.dmx-store-panel dd a { color: var(--dmx-red-dark); text-decoration: underline; }
.dmx-map { overflow: hidden; aspect-ratio: 16 / 10; background: #E2E5E9; }
.dmx-map iframe { display: block; width: 100%; height: 100%; border: 0; }
.dmx-form-panel { padding-top: 12px; }
.dmx-lead-form label { display: block; margin-bottom: 16px; color: #374151; font-size: 14px; font-weight: 700; }
.dmx-lead-form input,
.dmx-lead-form select,
.dmx-lead-form textarea {
  width: 100%; margin-top: 6px; padding: 12px 13px; border: 1px solid #B8BEC8; border-radius: 4px;
  background: #fff; color: var(--dmx-ink); font-size: 16px; font-weight: 400;
}
.dmx-lead-form input:focus,
.dmx-lead-form select:focus,
.dmx-lead-form textarea:focus { border-color: var(--dmx-red); outline: 3px solid rgba(227,30,36,.15); }
.dmx-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dmx-form-note { margin-top: 12px; color: var(--dmx-muted); font-size: 12px; }
.dmx-form-notice { margin-bottom: 20px; padding: 14px 16px; border-left: 4px solid #16794C; background: #EEF9F3; color: #174C36; }
.dmx-form-notice--error { border-color: var(--dmx-red); background: #FFF1F1; color: #8F1317; }
.dmx-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.dmx-location-block { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 64px; padding: 40px; border-top: 5px solid var(--dmx-red); background: var(--dmx-bg-soft); }
.dmx-area-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 0; list-style: none; }
.dmx-area-list li { display: flex; align-items: center; gap: 8px; color: #374151; }
.dmx-area-list svg { width: 20px; fill: var(--dmx-red); }
.dmx-blog-head { max-width: 850px; padding: 24px 0 46px; }
.dmx-blog-head h1 { font-size: clamp(2rem, 4vw, 3.5rem); }
.dmx-content-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 55px; }
.dmx-sidebar { display: grid; gap: 26px; }
.dmx-sidebar__section { padding: 22px; border: 1px solid var(--dmx-line); }
.dmx-sidebar__section h2 { margin-bottom: 16px; font-size: 18px; }
.dmx-sidebar-products { display: grid; gap: 14px; }
.dmx-sidebar-products > a { display: grid; grid-template-columns: 62px 1fr; gap: 11px; align-items: center; padding-bottom: 14px; border-bottom: 1px solid var(--dmx-line); }
.dmx-sidebar-products > a:last-child { padding-bottom: 0; border-bottom: 0; }
.dmx-sidebar-products img { width: 62px; height: 62px; object-fit: cover; background: var(--dmx-bg-soft); }
.dmx-sidebar-products span { display: flex; flex-direction: column; }
.dmx-sidebar-products strong { color: var(--dmx-ink); font-size: 12px; line-height: 1.45; }
.dmx-sidebar-products em { margin-top: 3px; color: var(--dmx-red-dark); font-size: 12px; font-style: normal; font-weight: 700; }
.dmx-link-list { margin: 0; padding: 0; list-style: none; }
.dmx-link-list li { border-bottom: 1px solid var(--dmx-line); }
.dmx-link-list li:last-child { border-bottom: 0; }
.dmx-link-list a { display: block; padding: 9px 0; color: #374151; font-size: 13px; font-weight: 600; }
.dmx-link-list a:hover { color: var(--dmx-red-dark); }
.dmx-contact-box { padding: 24px; background: var(--dmx-ink-dark); }
.dmx-contact-box h3 { font-size: 18px; }
.dmx-contact-box p { font-size: 13px; }
.dmx-contact-box__phone { display: flex; align-items: center; gap: 7px; margin-top: 16px; font-weight: 700; }
.dmx-contact-box__phone svg { width: 18px; fill: #fff; }
.dmx-article__header { max-width: 840px; margin-bottom: 36px; }
.dmx-article__header h1 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.4rem); }
.dmx-article__excerpt { color: #374151; font-size: 1.1rem; font-weight: 500; }
.dmx-article .dmx-prose { max-width: 820px; }
.dmx-article .dmx-prose > * { max-width: 100%; }
.dmx-author-box { display: grid; grid-template-columns: 72px 1fr; gap: 20px; margin: 60px 0 10px; padding: 28px; border-block: 1px solid var(--dmx-line); }
.dmx-author-box__mark { display: grid; width: 72px; height: 72px; place-items: center; border-radius: 50%; background: var(--dmx-red); color: #fff; font-size: 30px; font-weight: 800; }
.dmx-author-box h2 { margin-bottom: 2px; font-size: 20px; }
.dmx-author-box p { margin-bottom: 4px; color: var(--dmx-muted); font-size: 13px; }
.dmx-author-box strong { color: #374151; font-size: 13px; }
.dmx-pagination { margin-top: 38px; }
.dmx-pagination ul { display: flex; gap: 7px; margin: 0; padding: 0; list-style: none; }
.dmx-pagination a,
.dmx-pagination span { display: grid; min-width: 38px; height: 38px; padding: 0 8px; place-items: center; border: 1px solid var(--dmx-line); color: #374151; }
.dmx-pagination .current { border-color: var(--dmx-red); background: var(--dmx-red); color: #fff; }
.dmx-search-form { display: flex; max-width: 600px; }
.dmx-search-form label { flex: 1; }
.dmx-search-form input { width: 100%; height: 50px; padding: 0 15px; border: 1px solid #AEB5C0; color: var(--dmx-ink); }
.dmx-search-form button { padding: 0 22px; border: 0; background: var(--dmx-red); color: #fff; font-weight: 700; cursor: pointer; }
.dmx-empty { padding: 30px; background: var(--dmx-bg-soft); }
.dmx-not-found { text-align: center; }
.dmx-not-found > p,
.dmx-not-found > .dmx-search-form { margin-inline: auto; }
.dmx-not-found section { margin-top: 65px; text-align: left; }
.dmx-error-code { margin-bottom: 0; color: var(--dmx-red); font-size: clamp(5rem, 14vw, 10rem); font-weight: 800; line-height: 1; }
.dmx-footer { padding: 70px 0 0; background: var(--dmx-ink-dark); }
.dmx-footer__grid { display: grid; grid-template-columns: 1.35fr .9fr .9fr 1.15fr; gap: 50px; }
.dmx-footer__logo { margin-bottom: 22px; }
.dmx-wordmark--footer .dmx-wordmark__name,
.dmx-wordmark--footer .dmx-wordmark__sub { color: #fff; }
.dmx-footer h2 { margin-bottom: 20px; font-size: 16px; }
.dmx-footer p { margin-bottom: 8px; font-size: 13px; }
.dmx-footer ul { margin: 0; padding: 0; list-style: none; }
.dmx-footer li { margin-bottom: 9px; }
.dmx-footer a { font-size: 13px; }
.dmx-footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.25); }
.dmx-footer__bottom p { margin: 0; }
.dmx-bottom-bar { display: none; }

@media (max-width: 1100px) {
  .dmx-header__inner { gap: 16px; }
  .dmx-menu > li > a { padding-inline: 7px; font-size: 13px; }
  .dmx-header__phone { display: none; }
  .dmx-category-grid,
  .dmx-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dmx-about-short__grid { gap: 55px; }
  .dmx-reason-grid { grid-template-columns: repeat(2, 1fr); }
  .dmx-reason-grid article:nth-child(2) { border-right: 0; }
  .dmx-reason-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--dmx-line); }
  .dmx-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  body.dmx-site { padding-bottom: 64px; }
  body.dmx-site h1,
  body.dmx-site h2 { text-wrap: pretty; }
  .admin-bar .dmx-header { top: 46px; }
  .dmx-header__inner { grid-template-columns: 1fr auto; min-height: 68px; }
  .dmx-menu-toggle { display: grid; width: 44px; height: 44px; place-items: center; border: 0; background: transparent; cursor: pointer; }
  .dmx-menu-toggle__bars { display: grid; width: 24px; gap: 5px; }
  .dmx-menu-toggle__bars i { display: block; height: 2px; background: var(--dmx-ink); }
  .dmx-primary-nav { position: fixed; top: 68px; right: 0; bottom: 0; left: 0; padding: 12px 20px 90px; visibility: hidden; overflow-y: auto; background: #fff; opacity: 0; transform: translateY(-8px); transition: .18s ease; }
  .admin-bar .dmx-primary-nav { top: 114px; }
  .is-menu-open .dmx-primary-nav { visibility: visible; opacity: 1; transform: translateY(0); }
  .dmx-menu { display: block; }
  .dmx-menu > li { border-bottom: 1px solid var(--dmx-line); }
  .dmx-menu > li > a { padding: 14px 42px 14px 4px; font-size: 15px; }
  .dmx-menu .sub-menu { position: static; display: none; min-width: 0; padding: 0 0 10px 14px; visibility: visible; opacity: 1; transform: none; border: 0; box-shadow: none; }
  .dmx-menu .is-submenu-open > .sub-menu { display: block; }
  .dmx-submenu-toggle { position: absolute; top: 7px; right: 0; display: grid; width: 40px; height: 40px; place-items: center; border: 0; background: transparent; color: var(--dmx-ink); cursor: pointer; }
  .dmx-submenu-toggle span[aria-hidden="true"] { font-size: 20px; transition: transform .18s ease; }
  .is-submenu-open > .dmx-submenu-toggle span[aria-hidden="true"] { transform: rotate(180deg); }
  .dmx-header__actions { display: none; }
  .dmx-home-hero__grid,
  .dmx-category-hero,
  .dmx-product-hero,
  .dmx-contact-layout,
  .dmx-content-sidebar { grid-template-columns: 1fr; }
  .dmx-home-hero__copy { max-width: 700px; }
  .dmx-home-hero__media { min-height: 300px; }
  .dmx-home-hero__media img { min-height: 300px; }
  .dmx-usp-grid { grid-template-columns: repeat(2, 1fr); }
  .dmx-usp-grid article:nth-child(2) { border-right: 1px solid var(--dmx-line); }
  .dmx-usp-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--dmx-line); }
  .dmx-category-grid,
  .dmx-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dmx-about-short__grid { grid-template-columns: 1fr; gap: 45px; }
  .dmx-contact-band__grid { grid-template-columns: 1fr; gap: 35px; }
  .dmx-contact-band__details { padding-left: 0; border-left: 0; }
  .dmx-category-hero { gap: 35px; }
  .dmx-category-hero__media { max-width: 650px; }
  .dmx-product-hero { gap: 40px; }
  .dmx-contact-layout { gap: 45px; }
  .dmx-content-sidebar { gap: 60px; }
  .dmx-sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dmx-sidebar .dmx-contact-box { grid-column: 1 / -1; }
  .dmx-bottom-bar {
    position: fixed; z-index: 1200; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr);
    min-height: 64px; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--dmx-line); background: #fff;
  }
  .dmx-bottom-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: #374151; font-size: 11px; font-weight: 700; }
  .dmx-bottom-bar a:hover { color: var(--dmx-red-dark); }
  .dmx-bottom-bar span[aria-hidden="true"] { color: var(--dmx-red-dark); font-size: 20px; font-weight: 800; line-height: 1; }
  .dmx-bottom-bar svg { width: 19px; height: 19px; fill: var(--dmx-red-dark); }
}

@media (max-width: 620px) {
  .dmx-container { width: min(100% - 28px, 1200px); }
  body.dmx-site h1 { font-size: 2.15rem; }
  body.dmx-site h2 { font-size: 1.65rem; }
  .dmx-home-hero { padding-block: 42px; }
  .dmx-home-hero__grid { gap: 30px; }
  .dmx-home-hero__media,
  .dmx-home-hero__media img { min-height: 230px; }
  .dmx-button-row .dmx-button { flex: 1 1 100%; }
  .dmx-usp-grid { grid-template-columns: 1fr; }
  .dmx-usp-grid article,
  .dmx-usp-grid article:first-child,
  .dmx-usp-grid article:nth-child(2) { border-right: 1px solid var(--dmx-line); border-bottom: 1px solid var(--dmx-line); border-left: 1px solid var(--dmx-line); }
  .dmx-section { padding-block: 60px; }
  .dmx-section--compact { padding-block: 48px; }
  .dmx-section-head { align-items: start; }
  .dmx-section-head .dmx-text-link { font-size: 12px; white-space: nowrap; }
  .dmx-category-grid { grid-template-columns: 1fr; }
  .dmx-product-grid { gap: 12px; }
  .dmx-product-card .dmx-card__body { padding: 12px; }
  .dmx-product-card .dmx-card__title { min-height: 4.45em; margin-bottom: 8px; font-size: 13px !important; line-height: 1.48 !important; }
  .dmx-product-card .dmx-price strong { font-size: 14px; }
  .dmx-product-card .dmx-price del { font-size: 11px; }
  .dmx-post-grid,
  .dmx-post-grid--two { grid-template-columns: 1fr; }
  .dmx-number-list article { grid-template-columns: 100px 1fr; }
  .dmx-number-list strong { font-size: 2.25rem; }
  .dmx-reason-grid { grid-template-columns: 1fr; }
  .dmx-reason-grid article { border-right: 0; border-bottom: 1px solid var(--dmx-line); }
  .dmx-contact-band { padding-block: 58px; }
  .dmx-contact-band__details p { grid-template-columns: 1fr; gap: 2px; }
  .dmx-page-shell { padding-block: 18px 70px; }
  .dmx-breadcrumb { margin-bottom: 26px; }
  .dmx-breadcrumb [aria-current="page"] { max-width: 260px; }
  .dmx-page__hero,
  .dmx-article__hero { margin-bottom: 35px; }
  .dmx-prose table { font-size: 13px; }
  .dmx-prose th,
  .dmx-prose td,
  .dmx-spec-table th,
  .dmx-spec-table td { padding: 10px; }
  .dmx-category-hero { padding-bottom: 30px; }
  .dmx-category-hero__media { aspect-ratio: 16 / 11; }
  .dmx-product-hero { padding-bottom: 36px; }
  .dmx-check-list--columns { grid-template-columns: 1fr; }
  .dmx-filter-tabs { margin-bottom: 35px; }
  .dmx-form-grid,
  .dmx-location-block,
  .dmx-area-list { grid-template-columns: 1fr; }
  .dmx-store-panel,
  .dmx-location-block { padding: 24px 20px; }
  .dmx-sidebar { grid-template-columns: 1fr; }
  .dmx-author-box { grid-template-columns: 52px 1fr; padding: 22px 0; }
  .dmx-author-box__mark { width: 52px; height: 52px; font-size: 22px; }
  .dmx-footer { padding-top: 52px; }
  .dmx-footer__grid { grid-template-columns: 1fr; gap: 38px; }
  .dmx-footer__bottom { display: block; }
  .dmx-footer__bottom p + p { margin-top: 8px; }
}

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

/* === Vá contrast + cỡ H1 (Claude QC 02/09) === */
body.dmx-site .dmx-home-hero h1 { font-size: clamp(2rem, 3.6vw, 3.25rem); }
body.dmx-site .dmx-product-hero h1, body.dmx-site .dmx-post h1, body.dmx-site article.post h1, body.dmx-site .dmx-single h1 { font-size: clamp(1.6rem, 2.6vw, 2.35rem); }
body.dmx-site .dmx-footer, body.dmx-site .dmx-footer *, body.dmx-site .dmx-hero-dark, body.dmx-site .dmx-hero-dark *, body.dmx-site .dmx-contact-band, body.dmx-site .dmx-contact-band *, body.dmx-site .dmx-cta-dark, body.dmx-site .dmx-cta-dark * { color: #fff; }
body.dmx-site .dmx-footer a, body.dmx-site .dmx-footer li, body.dmx-site .dmx-footer p, body.dmx-site .dmx-footer__bottom p { color: #CBD5E1; }
body.dmx-site .dmx-footer h2, body.dmx-site .dmx-footer strong, body.dmx-site .dmx-footer .dmx-wordmark__name, body.dmx-site .dmx-footer .dmx-wordmark__sub, body.dmx-site .dmx-footer a:hover, body.dmx-site .dmx-hero-dark a, body.dmx-site .dmx-contact-band a { color: #fff; }
body.dmx-site .dmx-footer .dmx-wordmark__dot { color: var(--dmx-red); }
body.dmx-site .dmx-hero-dark .dmx-button, body.dmx-site .dmx-contact-band .dmx-button { color: #fff; }
body.dmx-site .dmx-badge { color: #fff; }
@media (max-width: 1023px) { body.dmx-site h1, body.dmx-site h2 { text-wrap: pretty; } }
