:root {
  --dc-green: #005b43;
  --dc-green-dark: #073f33;
  --dc-green-soft: #e9f4ef;
  --dc-orange: #ef7c25;
  --dc-orange-dark: #d76513;
  --dc-ink: #17231f;
  --dc-muted: #64736d;
  --dc-line: #dbe5e0;
  --dc-surface: #ffffff;
  --dc-wash: #f4f7f5;
  --dc-shadow: 0 14px 38px rgba(18, 57, 44, .09);
  --dc-radius: 18px;
}

body:not(.admin-body) { color: var(--dc-ink); background: #fff; font-size: 16px; }
body:not(.admin-body) a { text-underline-offset: 3px; }
.dc-svg, .dc-site-header svg, .dc-category-shell svg, .dc-product-page svg, .dc-saved-page svg, .dc-accessibility svg, .dc-home svg, .dc-footer svg {
  width: 1.35em; height: 1.35em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.dc-site-header { position: sticky; top: 0; z-index: 90; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--dc-line); backdrop-filter: blur(14px); }
.dc-topline { background: var(--dc-green-dark); color: #fff; font-size: .86rem; }
.dc-topline .container { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.dc-topline p { margin: 0; }
.dc-topline a { color: #fff; }
.dc-header-main { min-height: 78px; display: grid; grid-template-columns: auto minmax(240px, 560px) auto; align-items: center; gap: 28px; }
.dc-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--dc-green-dark); text-decoration: none; white-space: nowrap; }
.dc-brand__mark { width: 43px; height: 43px; border-radius: 13px; display: grid; place-items: center; background: var(--dc-green); color: #fff; transform: scaleX(-1); }
.dc-brand__mark svg { width: 29px; height: 29px; stroke-width: 1.7; }
.dc-brand__text { display: grid; line-height: .94; direction: ltr; text-align: left; }
.dc-brand__text strong { font-size: 1.25rem; letter-spacing: .03em; }
.dc-brand__text small { color: var(--dc-orange); font-size: .73rem; font-weight: 800; letter-spacing: .08em; }
.dc-header-search { position: relative; }
.dc-header-search input { width: 100%; min-height: 46px; border: 1px solid #cbd9d3; border-radius: 999px; background: #f7faf8; padding: 0 18px 0 50px; font: inherit; }
.dc-header-search input:focus { outline: 3px solid rgba(0,91,67,.16); border-color: var(--dc-green); background: #fff; }
.dc-header-search button { position: absolute; inset-inline-end: 5px; top: 5px; width: 36px; height: 36px; border: 0; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--dc-green); cursor: pointer; }
.dc-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 5px; }
.dc-header-action { min-width: 68px; min-height: 50px; position: relative; display: grid; justify-items: center; align-content: center; gap: 2px; color: var(--dc-ink); text-decoration: none; border-radius: 10px; font-size: .78rem; }
.dc-header-action:hover, .dc-header-action:focus-visible { color: var(--dc-green); background: var(--dc-green-soft); }
.dc-header-action svg { width: 22px; height: 22px; }
.dc-header-badge { position: absolute; top: 1px; inset-inline-start: calc(50% - 25px); min-width: 18px; height: 18px; padding: 0 4px; border-radius: 10px; display: grid; place-items: center; color: #fff; background: var(--dc-orange); font-size: .68rem; font-weight: 800; }
.dc-header-nav { border-top: 1px solid #0b4e40; background: var(--dc-green); }
.dc-header-nav .container { min-height: 48px; display: flex; align-items: stretch; gap: 0; overflow-x: auto; scrollbar-width: thin; }
.dc-header-nav a { min-height: 48px; padding: 0 22px; flex: 0 0 auto; display: flex; align-items: center; color: #fff; text-decoration: none; border-inline-start: 1px solid rgba(255,255,255,.1); font-weight: 750; }
.dc-header-nav a:hover, .dc-header-nav a:focus-visible { color: #fff; background: rgba(255,255,255,.12); }
.dc-header-nav__catalog { background: #064834; font-weight: 900 !important; }
.dc-header-nav__catalog svg { width: 20px; height: 20px; margin-inline-end: 8px; }
.dc-menu-button { display: none; background: transparent; border: 1px solid var(--dc-line); border-radius: 10px; width: 44px; height: 44px; place-items: center; color: var(--dc-green); }
.dc-footer { margin-top: 0; background: #07392f; color: #fff; }
.dc-footer .muted, .dc-footer p { color: #c4d8d1; }
.dc-footer a { color: #edf7f3; }
.dc-footer .footer-legal { background: #05231d; color: #bdd0c9; }
.dc-footer__cta { padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.12); background: #064b3c; }
.dc-footer__cta .container { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.75fr); gap: 55px; align-items: center; }
.dc-footer__cta .dc-eyebrow { margin-bottom: 3px; color: #ffae72; }
.dc-footer__cta h2 { margin: 0; color: #fff; font-size: 1.65rem; }
.dc-footer__cta p { margin: 4px 0 0; }
.dc-footer__cta form { padding: 5px; display: grid; grid-template-columns: 1fr auto; gap: 5px; border-radius: 11px; background: #fff; }
.dc-footer__cta input { min-width: 0; min-height: 47px; padding: 0 13px; border: 0; border-radius: 8px; color: var(--dc-ink); background: #fff; font: inherit; }
.dc-footer__cta input:focus { outline: 3px solid rgba(239,124,37,.26); }
.dc-footer__cta button { min-height: 47px; padding: 0 19px; display: flex; align-items: center; gap: 7px; border: 0; border-radius: 8px; color: #fff; background: var(--dc-orange); font: inherit; font-weight: 850; cursor: pointer; }
.dc-footer__cta button svg { width: 19px; height: 19px; }
.dc-footer__grid { padding-top: 48px; padding-bottom: 48px; display: grid; grid-template-columns: 1.35fr repeat(3, minmax(155px,.7fr)); gap: 48px; }
.dc-footer__brand p { max-width: 390px; line-height: 1.65; }
.dc-brand--footer { color: #fff !important; }
.dc-brand--footer .dc-brand__mark { border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); }
.dc-brand--footer .dc-brand__text small { color: #ffae72; }
.dc-footer__about { display: inline-flex; margin-top: 5px; color: #fff; font-weight: 800; }
.dc-footer .footer-subtitle { margin-bottom: 13px; color: #fff; font-size: 1rem; font-weight: 900; }
.dc-footer .footer-nav { display: grid; align-content: start; gap: 9px; }
.dc-footer .footer-nav a { display: block; color: #c9ddd6; text-decoration: none; }
.dc-footer .footer-nav a:hover, .dc-footer .footer-nav a:focus-visible { color: #fff; text-decoration: underline; }
.dc-footer .footer-nav small { color: #91b3a7; }
.dc-footer__legal-row { min-height: 60px; display: flex; justify-content: space-between; align-items: center; gap: 30px; font-size: .82rem; }

.dc-accessibility { position: fixed; z-index: 180; inset-inline-start: 18px; bottom: 20px; }
.dc-skip-link { position: fixed; z-index: 1000; top: 8px; inset-inline-start: 12px; padding: 11px 16px; border: 2px solid #fff; border-radius: 9px; color: #fff; background: var(--dc-green-dark); font-weight: 850; text-decoration: none; transform: translateY(-160%); transition: transform .15s ease; }
.dc-skip-link:focus { transform: translateY(0); outline: 3px solid var(--dc-orange); outline-offset: 2px; }
.dc-accessibility__toggle { width: 50px; height: 50px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; color: #fff; background: var(--dc-green); box-shadow: 0 6px 18px rgba(0,0,0,.22); cursor: pointer; }
.dc-accessibility__toggle svg { width: 27px; height: 27px; }
.dc-accessibility__panel { position: absolute; bottom: 60px; inset-inline-start: 0; width: min(300px, calc(100vw - 28px)); padding: 12px; border: 1px solid var(--dc-line); border-radius: 14px; background: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.24); color: var(--dc-ink); }
.dc-accessibility__head { margin-bottom: 8px; display: flex; align-items: center; justify-content: space-between; }
.dc-accessibility__head button { width: 34px; height: 34px; border: 0; border-radius: 8px; background: var(--dc-wash); font-size: 1.3rem; cursor: pointer; }
.dc-accessibility__panel > button, .dc-accessibility__panel > a { width: 100%; min-height: 42px; padding: 8px 10px; display: flex; align-items: center; border: 0; border-bottom: 1px solid var(--dc-line); color: var(--dc-ink); background: #fff; text-decoration: none; font: inherit; text-align: start; cursor: pointer; }
.dc-accessibility__panel > button:hover, .dc-accessibility__panel > button[aria-pressed="true"], .dc-accessibility__panel > a:hover { color: var(--dc-green); background: var(--dc-green-soft); }
.dc-a11y-links body a { text-decoration: underline !important; outline: 1px dotted currentColor; outline-offset: 2px; }
.dc-a11y-contrast body { background: #000 !important; color: #fff !important; }
.dc-a11y-contrast body :where(header, main, section, article, aside, nav, footer, div) { border-color: #fff !important; }
.dc-a11y-contrast body :where(.dc-product-card, .dc-filters, .dc-spec-grid, .dc-gallery-stage, .dc-selected-offer, .dc-accessibility__panel) { background: #000 !important; color: #fff !important; }
.dc-a11y-contrast body a, .dc-a11y-contrast body button { color: #ffeb3b !important; }
.dc-a11y-contrast body p, .dc-a11y-contrast body small, .dc-a11y-contrast body dt { color: #fff !important; }
.dc-a11y-no-motion *, .dc-a11y-no-motion *::before, .dc-a11y-no-motion *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }

.dc-subnav { background: #fff; border-bottom: 1px solid var(--dc-line); }
.dc-subnav__track { min-height: 54px; display: flex; gap: 8px; align-items: stretch; overflow-x: auto; scrollbar-width: thin; }
.dc-subnav a { flex: 0 0 auto; display: flex; align-items: center; gap: 7px; padding: 0 17px; color: #41524c; text-decoration: none; border-bottom: 3px solid transparent; font-weight: 700; }
.dc-subnav a small { min-width: 22px; padding: 1px 6px; border-radius: 99px; background: var(--dc-wash); color: var(--dc-muted); text-align: center; }
.dc-subnav a.active { color: var(--dc-green); border-bottom-color: var(--dc-orange); }

.dc-category-hero { position: relative; min-height: 340px; overflow: hidden; background: linear-gradient(115deg, #073f33, #0a6d53); color: #fff; }
.dc-category-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,37,28,.2), rgba(3,37,28,.94) 63%, rgba(3,37,28,.98)); }
.dc-category-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .64; }
.dc-category-hero__inner { min-height: 340px; position: relative; z-index: 1; display: flex; align-items: center; }
.dc-category-hero__copy { max-width: 680px; padding: 48px 0; }
.dc-eyebrow { display: block; margin-bottom: 8px; color: var(--dc-orange); font-weight: 800; font-size: .82rem; letter-spacing: .03em; }
.dc-category-hero h1 { margin: 0 0 10px; color: #fff; font-size: clamp(2.25rem, 5vw, 4.25rem); line-height: 1; }
.dc-category-hero p { margin: 0; max-width: 630px; color: #e7f2ee; font-size: 1.2rem; line-height: 1.55; }
.dc-hero-stats { display: flex; gap: 0; margin-top: 30px; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); width: fit-content; }
.dc-hero-stats > div { min-width: 125px; padding: 13px 22px; display: grid; border-inline-start: 1px solid rgba(255,255,255,.18); }
.dc-hero-stats > div:first-child { border-inline-start: 0; }
.dc-hero-stats b { font-size: 1.45rem; line-height: 1; }
.dc-hero-stats small { color: #cde1da; margin-top: 5px; }
.dc-category-content { padding-top: 36px; padding-bottom: 68px; }
.dc-editorial-intro, .dc-category-seo-content { max-width: 1000px; line-height: 1.75; }
.dc-editorial-intro { margin-bottom: 26px; }
.dc-category-seo-content { margin: 60px auto 0; padding: 34px; border-radius: var(--dc-radius); background: var(--dc-wash); }
.dc-category-toolbar { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--dc-line); margin-bottom: 24px; }
.dc-category-toolbar h2 { margin: 0; font-size: 1.24rem; }
.dc-clear-link { display: inline-block; margin-top: 4px; color: var(--dc-green); font-size: .88rem; }
.dc-toolbar-actions { display: flex; align-items: center; gap: 10px; }
.dc-sort-label { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.dc-sort-label select, .dc-filter-select select { min-height: 42px; padding: 0 13px; border: 1px solid #cbd8d2; border-radius: 10px; background: #fff; color: var(--dc-ink); font: inherit; }
.dc-filter-open { display: none; min-height: 42px; align-items: center; gap: 7px; border: 1px solid var(--dc-green); border-radius: 10px; color: var(--dc-green); background: #fff; font: inherit; font-weight: 750; }
.dc-category-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 30px; align-items: start; }
.dc-filters { position: sticky; top: 174px; border: 1px solid var(--dc-line); border-radius: 16px; background: #fff; max-height: calc(100vh - 195px); overflow: auto; }
.dc-filters__head { min-height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: var(--dc-green-dark); border-radius: 15px 15px 0 0; }
.dc-filters__head h2 { margin: 0; display: flex; align-items: center; gap: 8px; color: #fff; font-size: 1.05rem; }
.dc-filters__head button { display: none; border: 0; background: transparent; color: #fff; }
.dc-filter-group { margin: 0; padding: 18px; border: 0; border-bottom: 1px solid #e8eeeb; }
.dc-filter-group legend { width: 100%; margin-bottom: 12px; font-size: 1rem; font-weight: 800; }
.dc-filter-group > small { display: block; margin-top: 9px; color: var(--dc-muted); line-height: 1.4; }
.dc-filter-options { display: grid; gap: 9px; }
.dc-filter-options label { display: grid; grid-template-columns: 18px 1fr auto; align-items: center; gap: 7px; cursor: pointer; font-size: .92rem; }
.dc-filter-options input { width: 17px; height: 17px; accent-color: var(--dc-green); }
.dc-filter-options small { color: #8a9792; }
.dc-price-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.dc-price-inputs label { color: var(--dc-muted); font-size: .83rem; }
.dc-price-inputs input { width: 100%; min-height: 41px; margin-top: 4px; padding: 0 9px; border: 1px solid #ccd9d3; border-radius: 9px; font: inherit; }
.dc-filter-select { display: grid; gap: 5px; color: var(--dc-muted); font-size: .86rem; }
.dc-filter-submit { position: sticky; bottom: 0; padding: 15px 18px; display: grid; gap: 9px; text-align: center; background: #fff; border-top: 1px solid var(--dc-line); }
.dc-filter-submit a { color: var(--dc-green); }
.dc-button { min-height: 44px; padding: 10px 18px; display: inline-flex; justify-content: center; align-items: center; border: 1px solid var(--dc-green); border-radius: 10px; color: var(--dc-green); background: #fff; text-decoration: none; font: inherit; font-weight: 800; cursor: pointer; }
.dc-button--primary { color: #fff; background: var(--dc-green); }
.dc-filter-backdrop { display: none; }

.dc-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; }
.dc-product-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--dc-line); border-radius: 16px; background: #fff; box-shadow: 0 5px 19px rgba(18,57,44,.04); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.dc-product-card:hover { transform: translateY(-3px); border-color: #b7ccc3; box-shadow: var(--dc-shadow); }
.dc-product-card__media { position: relative; aspect-ratio: 1.28; display: grid; place-items: center; overflow: hidden; background: linear-gradient(#fff, #f7faf8); }
.dc-product-card__media > a { width: 100%; height: 100%; display: grid; place-items: center; }
.dc-product-card__media img { width: 100%; height: 100%; padding: 18px; object-fit: contain; transition: transform .24s ease; }
.dc-product-card:hover .dc-product-card__media img { transform: scale(1.035); }
.dc-product-card__labels { position: absolute; top: 12px; inset-inline-start: 12px; display: flex; flex-wrap: wrap; gap: 5px; pointer-events: none; }
.dc-product-card__labels span { padding: 4px 8px; border-radius: 7px; color: var(--dc-green-dark); background: rgba(233,244,239,.96); font-size: .73rem; font-weight: 800; }
.dc-icon-action { position: absolute; top: 10px; inset-inline-end: 10px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--dc-line); border-radius: 50%; color: #50645c; background: rgba(255,255,255,.94); cursor: pointer; }
.dc-icon-action.selected, .dc-icon-action:hover { color: #b72845; border-color: #efb9c4; background: #fff3f5; }
.dc-icon-action.selected svg { fill: currentColor; }
.dc-product-card__body { flex: 1; padding: 17px; display: flex; flex-direction: column; }
.dc-product-card__brand { color: var(--dc-green); font-size: .78rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.dc-product-card h3 { min-height: 2.6em; margin: 4px 0 10px; font-size: 1.05rem; line-height: 1.3; }
.dc-product-card h3 a { color: var(--dc-ink); text-decoration: none; }
.dc-card-specs { min-height: 55px; margin: 0 0 12px; padding: 0; display: grid; gap: 3px; list-style: none; color: var(--dc-muted); font-size: .8rem; }
.dc-card-specs li { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.dc-card-specs b { color: #33453e; }
.dc-product-card__commerce { margin-top: auto; padding-top: 13px; display: flex; justify-content: space-between; align-items: end; gap: 10px; border-top: 1px solid #edf1ef; }
.dc-product-card__commerce > div { display: grid; }
.dc-product-card__commerce small { color: var(--dc-muted); font-size: .7rem; }
.dc-product-card__commerce strong { color: var(--dc-green-dark); font-size: 1.32rem; }
.dc-product-card__commerce .dc-price-missing { color: var(--dc-muted); font-size: .88rem; }
.dc-card-primary { padding: 9px 10px; border-radius: 8px; color: #fff; background: var(--dc-orange); text-decoration: none; font-size: .8rem; font-weight: 850; text-align: center; }
.dc-card-primary:hover { background: var(--dc-orange-dark); color: #fff; }
.dc-compare-button { width: 100%; min-height: 39px; margin-top: 10px; display: inline-flex; justify-content: center; align-items: center; gap: 7px; border: 1px solid #c7d7d0; border-radius: 8px; color: var(--dc-green); background: #fff; font: inherit; font-size: .82rem; font-weight: 750; cursor: pointer; }
.dc-compare-button.selected { color: var(--dc-green); background: var(--dc-green-soft); border-color: #a9c9bc; }
.dc-compare-button svg { width: 17px; height: 17px; }
.dc-load-more-wrap { margin-top: 28px; text-align: center; }
.dc-load-more { min-width: 230px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--dc-green); border-radius: 11px; color: var(--dc-green); text-decoration: none; font-weight: 850; }
.dc-load-more[aria-busy="true"] { opacity: .65; pointer-events: none; }
.dc-empty-state { padding: 70px 24px; text-align: center; border: 1px dashed #afc3ba; border-radius: var(--dc-radius); background: var(--dc-wash); }
.dc-empty-state h2 { margin-top: 0; }

.dc-proof-strip { margin-top: 58px; padding: 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--dc-line); border-radius: var(--dc-radius); background: var(--dc-line); overflow: hidden; }
.dc-proof-strip > div { min-height: 140px; padding: 20px; display: grid; align-content: start; justify-items: start; background: #fff; }
.dc-proof-strip svg { width: 31px; height: 31px; color: var(--dc-green); }
.dc-proof-strip h3 { margin: 11px 0 5px; font-size: 1rem; }
.dc-proof-strip p { margin: 0; color: var(--dc-muted); font-size: .88rem; line-height: 1.5; }

/* Home */
.dc-home-hero { min-height: 600px; position: relative; overflow: hidden; color: #fff; background: var(--dc-green-dark); }
.dc-home-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,34,26,.1), rgba(2,34,26,.93) 61%, rgba(2,34,26,.98)); }
.dc-home-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .75; }
.dc-home-hero__inner { min-height: 600px; position: relative; z-index: 1; display: flex; align-items: center; }
.dc-home-hero__copy { max-width: 720px; padding: 65px 0; }
.dc-home-hero h1 { margin: 5px 0 18px; color: #fff; font-size: clamp(3rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.03em; }
.dc-home-hero__copy > p { max-width: 660px; margin: 0; color: #e0efea; font-size: 1.25rem; line-height: 1.55; }
.dc-home-search { max-width: 650px; margin-top: 29px; padding: 6px; display: grid; grid-template-columns: 1fr auto; border-radius: 13px; background: #fff; box-shadow: 0 18px 34px rgba(0,0,0,.2); }
.dc-home-search input { min-width: 0; min-height: 51px; padding: 0 15px; border: 0; background: #fff; color: var(--dc-ink); font: inherit; font-size: 1.03rem; }
.dc-home-search input:focus { outline: 3px solid rgba(0,91,67,.2); border-radius: 8px; }
.dc-home-search button { padding: 0 21px; display: flex; align-items: center; gap: 8px; border: 0; border-radius: 9px; color: #fff; background: var(--dc-orange); font: inherit; font-weight: 900; cursor: pointer; }
.dc-home-hero__numbers { margin-top: 23px; display: flex; flex-wrap: wrap; gap: 9px 28px; color: #cbe0d9; }
.dc-home-hero__numbers span { display: flex; align-items: baseline; gap: 6px; }
.dc-home-hero__numbers b { color: #fff; font-size: 1.3rem; }
.dc-home-section { padding-top: 72px; padding-bottom: 72px; }
.dc-home-heading { margin-bottom: 27px; display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.dc-home-heading h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 2.75rem); line-height: 1.1; }
.dc-home-heading p { max-width: 680px; margin: 7px 0 0; color: var(--dc-muted); }
.dc-home-heading > a { flex: 0 0 auto; color: var(--dc-green); font-weight: 850; }
.dc-home-category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.dc-home-category-card { min-height: 250px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 28px; border-radius: var(--dc-radius); color: #fff; text-decoration: none; background: var(--dc-green-dark); box-shadow: var(--dc-shadow); }
.dc-home-category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,45,35,.15), rgba(4,45,35,.92)); }
.dc-home-category-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .75; transition: transform .25s ease; }
.dc-home-category-card:hover > img { transform: scale(1.04); }
.dc-home-category-card > span, .dc-home-category-card > svg { position: relative; z-index: 1; }
.dc-home-category-card > span { display: grid; }
.dc-home-category-card small { color: #ffad72; font-weight: 800; }
.dc-home-category-card strong { color: #fff; font-size: 1.8rem; }
.dc-home-category-card em { color: #d2e5de; font-style: normal; }
.dc-home-category-card > svg { width: 29px; height: 29px; transform: rotate(180deg); }
.dc-finder-section { padding: 74px 0; background: #edf5f1; }
.dc-finder-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: center; }
.dc-finder-copy h2 { margin: 0 0 12px; font-size: clamp(2rem, 4vw, 3.1rem); }
.dc-finder-copy > p { color: var(--dc-muted); line-height: 1.7; }
.dc-finder-result { min-height: 142px; margin-top: 25px; padding: 20px; display: grid; align-content: center; border: 1px solid #b9d1c7; border-radius: 14px; background: #fff; }
.dc-finder-result small { color: var(--dc-orange); font-weight: 800; }
.dc-finder-result strong { margin-top: 3px; font-size: 1.18rem; }
.dc-finder-result p { margin: 6px 0; color: var(--dc-muted); }
.dc-finder-result a { color: var(--dc-green); font-weight: 850; }
.dc-finder-form { padding: 28px; display: grid; gap: 24px; border-radius: var(--dc-radius); background: #fff; box-shadow: var(--dc-shadow); }
.dc-finder-form fieldset { margin: 0; padding: 0; border: 0; }
.dc-finder-form legend { margin-bottom: 9px; font-weight: 850; }
.dc-choice-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.dc-choice-row label { cursor: pointer; }
.dc-choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.dc-choice-row span { min-height: 45px; padding: 8px; display: grid; place-items: center; border: 1px solid #c9d8d2; border-radius: 9px; color: #43554e; text-align: center; font-size: .9rem; }
.dc-choice-row input:checked + span { border-color: var(--dc-green); color: var(--dc-green); background: var(--dc-green-soft); font-weight: 800; }
.dc-choice-row input:focus-visible + span { outline: 3px solid rgba(0,91,67,.2); }
.dc-home-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.dc-home-proof-wrap { padding: 5px 0 70px; background: #fff; }
.dc-home-proof-wrap .dc-proof-strip { margin-top: 0; }
.dc-home-article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dc-home-article-grid article { overflow: hidden; border: 1px solid var(--dc-line); border-radius: 15px; background: #fff; }
.dc-home-article-image, .dc-home-article-grid__image { display: block; aspect-ratio: 1.62; overflow: hidden; background: var(--dc-wash); }
.dc-home-article-image img, .dc-home-article-grid__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .23s ease; }
.dc-home-article-grid article:hover img { transform: scale(1.035); }
.dc-home-article-grid article > div { padding: 18px; }
.dc-home-article-grid small { color: var(--dc-green); font-weight: 800; }
.dc-home-article-grid h2, .dc-home-article-grid h3 { margin: 5px 0 8px; font-size: 1.18rem; line-height: 1.28; }
.dc-home-article-grid h2 a, .dc-home-article-grid h3 a { color: var(--dc-ink); text-decoration: none; }
.dc-home-article-grid p { color: var(--dc-muted); line-height: 1.55; }
.dc-home-article-grid article > div > a { color: var(--dc-green); font-weight: 800; }
.dc-cheapest-wrap { background: var(--dc-wash); }
.dc-product-carousel { padding-bottom: 12px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(245px, 285px); gap: 15px; overflow-x: auto; scroll-snap-type: x proximity; }
.dc-product-carousel .dc-product-card { scroll-snap-align: start; }
.dc-home-ask-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.dc-home-ask-grid article { padding: 20px; border: 1px solid var(--dc-line); border-radius: 14px; background: #fff; }
.dc-home-ask-grid article > div { display: flex; align-items: center; gap: 10px; }
.dc-home-ask-grid img { border-radius: 50%; }
.dc-home-ask-grid article span { display: grid; }
.dc-home-ask-grid article small { color: var(--dc-muted); }
.dc-home-ask-grid article p { min-height: 2.8em; line-height: 1.5; }
.dc-home-ask-grid article > a { color: var(--dc-green); font-weight: 800; }

/* Sketch-aligned Drill Center home */
.dc-home { padding-top: 15px; background: #f4f7f5; }
.dc-home-showcase { padding-top: 0; }
.dc-home-showcase__grid { min-height: 490px; display: grid; grid-template-columns: minmax(0,1.06fr) minmax(420px,.94fr); overflow: hidden; border-radius: 17px; color: #fff; background: #061f19; box-shadow: 0 15px 40px rgba(10,48,37,.13); }
.dc-home-showcase__copy { padding: 54px 50px 40px; display: flex; flex-direction: column; justify-content: center; }
.dc-home-showcase__copy .dc-eyebrow { color: #ff9b54; }
.dc-home-showcase__copy h1 { max-width: 670px; margin: 3px 0 16px; color: #fff; font-size: clamp(3.15rem,5.1vw,5rem); line-height: .96; letter-spacing: -.035em; }
.dc-home-showcase__copy > p { max-width: 630px; margin: 0; color: #d8e9e3; font-size: 1.18rem; line-height: 1.65; }
.dc-home-showcase__actions { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 10px; }
.dc-home-showcase__actions .dc-button { min-height: 49px; padding: 0 19px; }
.dc-button--outline-light { border: 1px solid rgba(255,255,255,.62); color: #fff; background: transparent; }
.dc-button--outline-light:hover, .dc-button--outline-light:focus-visible { border-color: #fff; color: #fff; background: rgba(255,255,255,.1); }
.dc-home-showcase__proofs { margin-top: 30px; padding-top: 18px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; border-top: 1px solid rgba(255,255,255,.14); }
.dc-home-showcase__proofs > div { min-width: 0; display: flex; align-items: center; gap: 8px; color: #bed4cc; font-size: .78rem; line-height: 1.3; }
.dc-home-showcase__proofs svg { width: 24px; height: 24px; flex: 0 0 auto; color: #ff9b54; }
.dc-home-showcase__proofs b { color: #fff; }
.dc-home-showcase__media { min-width: 0; min-height: 490px; position: relative; overflow: hidden; background: radial-gradient(circle at 40% 35%, #1a5e4d, #082e25 58%, #041c16); }
.dc-home-showcase__scene { position: absolute; inset: 0; opacity: .6; background-image: linear-gradient(90deg,transparent,rgba(4,28,22,.5)),url('/static/img/drill-center-home-hero.svg'); background-size: cover; background-position: center; }
.dc-home-showcase__media::before { content:""; position:absolute; z-index:1; inset:0; background:linear-gradient(90deg,rgba(5,29,23,.12),rgba(5,29,23,.88) 98%); }
.dc-home-showcase__products { position: absolute; z-index: 2; inset: 0; }
.dc-home-showcase__product { position: absolute; width: 47%; aspect-ratio: 1/.82; padding: 15px; display: grid; grid-template-rows: 1fr auto; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 15px; background: rgba(255,255,255,.92); box-shadow: 0 20px 35px rgba(0,0,0,.24); transform: rotate(-3deg); }
.dc-home-showcase__product img { width: 100%; height: 100%; min-height: 0; object-fit: contain; mix-blend-mode: multiply; }
.dc-home-showcase__product span { color: #35544a; font-size: .75rem; font-weight: 850; direction: ltr; }
.dc-home-showcase__product--1 { inset-inline-start: 10%; top: 12%; }
.dc-home-showcase__product--2 { inset-inline-end: 7%; bottom: 10%; transform: rotate(4deg); }
.dc-home-showcase__product--3 { width: 32%; inset-inline-start: 8%; bottom: 5%; transform: rotate(1deg); }

.dc-home-discovery { padding-top: 24px; padding-bottom: 15px; }
.dc-home-discovery .dc-home-heading { margin-bottom: 14px; }
.dc-home-discovery__grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 11px; }
.dc-home-discovery-card { min-height: 185px; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--dc-line); border-radius: 12px; color: var(--dc-ink); text-decoration: none; background: #fff; box-shadow: 0 7px 22px rgba(12,52,40,.06); transition: transform .2s ease,border-color .2s ease; }
.dc-home-discovery-card:hover, .dc-home-discovery-card:focus-visible { transform: translateY(-3px); border-color: #9fbbb0; }
.dc-home-discovery-card__image { height: 105px; padding: 8px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(150deg,#eef5f1,#fff); }
.dc-home-discovery-card__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.dc-home-discovery-card__body, .dc-home-discovery-card--tool > span { padding: 10px 13px 13px; display: grid; }
.dc-home-discovery-card small { color: var(--dc-green); font-size: .72rem; font-weight: 800; }
.dc-home-discovery-card strong { margin-top: 1px; font-size: 1rem; }
.dc-home-discovery-card em { color: var(--dc-muted); font-size: .76rem; font-style: normal; line-height: 1.35; }
.dc-home-discovery-card--tool { padding: 20px 15px 13px; justify-content: center; align-items: center; text-align: center; background: linear-gradient(165deg,#fff,#f3f8f5); }
.dc-home-discovery-card--tool > svg { width: 48px; height: 48px; padding: 10px; border-radius: 15px; color: var(--dc-green); background: var(--dc-green-soft); }
.dc-home-discovery-card--tool > span { padding-bottom: 0; }

.dc-home-offers { padding-top: 48px; }
.dc-home-offers__layout { display: grid; grid-template-columns: minmax(0,1fr) 235px; gap: 16px; align-items: stretch; }
.dc-home-offers__products { min-width: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.dc-home-offers__summary { padding: 25px 21px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; border-radius: 14px; color: #fff; background: linear-gradient(145deg,#0b5a47,#06352a); }
.dc-home-offers__summary > svg { width: 40px; height: 40px; margin-bottom: 17px; color: #ff9b54; }
.dc-home-offers__summary .dc-eyebrow { color: #ffb17a; }
.dc-home-offers__summary > strong { font-size: 1.35rem; }
.dc-home-offers__summary p { color: #d4e6df; font-size: .9rem; line-height: 1.55; }
.dc-home-offers__summary .dc-button { width: 100%; margin-top: 8px; justify-content: center; }
.dc-home-featured-wrap { border-top: 1px solid #e5ece8; border-bottom: 1px solid #e5ece8; background: #fff; }
.dc-home-tools { padding-top: 30px; padding-bottom: 55px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 11px; }
.dc-home-tools > a { min-height: 128px; padding: 19px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: 1fr auto; gap: 3px 13px; border: 1px solid var(--dc-line); border-radius: 13px; color: var(--dc-ink); text-decoration: none; background: #fff; }
.dc-home-tools > a > svg { width: 42px; height: 42px; grid-row: 1/3; padding: 9px; border-radius: 13px; color: var(--dc-green); background: var(--dc-green-soft); }
.dc-home-tools span { display: grid; align-content: start; }
.dc-home-tools strong { font-size: 1.02rem; }
.dc-home-tools small { margin-top: 4px; color: var(--dc-muted); line-height: 1.4; }
.dc-home-tools b { color: var(--dc-green); font-size: .8rem; }
.dc-home-tools > a:hover, .dc-home-tools > a:focus-visible { border-color: #a4beb4; box-shadow: 0 8px 22px rgba(12,52,40,.07); }
.dc-home-heading--compact { padding-top: 60px; margin-bottom: 20px; }
.dc-home-proof-wrap { padding: 0 0 66px; border-top: 1px solid #e3ebe7; border-bottom: 1px solid #e3ebe7; background: #fff; }
.dc-home-proof-wrap .dc-proof-strip { margin-top: 0; }
.dc-home-brands__row { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); border: 1px solid var(--dc-line); border-radius: 14px; overflow: hidden; background: #fff; }
.dc-home-brands__row a { min-height: 93px; padding: 12px; display: grid; place-items: center; align-content: center; border-inline-start: 1px solid var(--dc-line); color: var(--dc-ink); text-decoration: none; text-align: center; }
.dc-home-brands__row a:first-child { border-inline-start: 0; }
.dc-home-brands__row strong { font-size: 1.18rem; letter-spacing: .01em; }
.dc-home-brands__row small { color: var(--dc-muted); }
.dc-home-brands__row a:hover, .dc-home-brands__row a:focus-visible { color: var(--dc-green); background: var(--dc-green-soft); }
.dc-home-editorial-wrap { border-top: 1px solid #e3ebe7; background: #fff; }

/* Product page */
.dc-product-page { padding: 26px 0 70px; }
.dc-unavailable { margin-bottom: 22px; padding: 16px 20px; display: flex; align-items: flex-start; gap: 14px; border: 1px solid #d7b660; border-radius: 13px; background: #fff9e8; }
.dc-unavailable svg { width: 27px; height: 27px; color: #956b00; flex: 0 0 auto; }
.dc-unavailable strong { color: #674a00; font-size: 1.05rem; }
.dc-unavailable p { margin: 3px 0 0; color: #725d25; }
.dc-product-hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 48px; align-items: start; }
.dc-product-gallery { min-width: 0; position: sticky; top: 164px; }
.dc-gallery-stage { height: 500px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--dc-line); border-radius: 19px; background: #fff; }
.dc-gallery-stage img { width: 100%; height: 100%; padding: 30px; object-fit: contain; }
.dc-gallery-thumbs { margin-top: 11px; display: flex; gap: 9px; overflow-x: auto; padding-bottom: 4px; }
.dc-gallery-thumbs button { width: 76px; height: 66px; flex: 0 0 auto; padding: 3px; border: 1px solid var(--dc-line); border-radius: 9px; background: #fff; cursor: pointer; }
.dc-gallery-thumbs button.active { border: 2px solid var(--dc-green); }
.dc-gallery-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.dc-source-note { margin: 8px 0 0; color: var(--dc-muted); font-size: .78rem; }
.dc-product-summary { min-width: 0; }
.dc-product-kicker { margin-top: 4px; color: var(--dc-green); font-size: .84rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.dc-product-summary h1 { margin: 6px 0 8px; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; }
.dc-product-subtitle { margin: 0 0 10px; color: var(--dc-muted); font-size: 1.12rem; }
.dc-rating-line { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--dc-muted); }
.dc-rating-line b { color: var(--dc-ink); }
.dc-star-meter { position: relative; color: #f4a31a; letter-spacing: 2px; }
.dc-product-highlights { margin: 22px 0; padding: 18px; display: grid; gap: 11px; list-style: none; border-radius: 13px; background: var(--dc-green-soft); }
.dc-product-highlights li { display: flex; align-items: flex-start; gap: 9px; line-height: 1.45; }
.dc-product-highlights svg { flex: 0 0 auto; width: 22px; height: 22px; color: var(--dc-green); }
.dc-product-summary-html { margin: 18px 0; line-height: 1.7; }
.dc-variants { margin: 18px 0; padding: 15px; border: 1px solid var(--dc-line); border-radius: 12px; }
.dc-variants > div { margin: 8px 0; display: flex; flex-wrap: wrap; gap: 6px; }
.dc-variants span { padding: 6px 10px; border-radius: 8px; background: var(--dc-wash); font-size: .87rem; }
.dc-variants small { color: var(--dc-muted); }
.dc-selected-offer { margin-top: 20px; overflow: hidden; border: 2px solid var(--dc-green); border-radius: 17px; box-shadow: 0 12px 30px rgba(0,91,67,.12); }
.dc-selected-offer__title { padding: 11px 18px; display: flex; align-items: center; gap: 8px; color: #fff; background: var(--dc-green); font-weight: 850; }
.dc-selected-offer__main { padding: 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.dc-selected-price { color: var(--dc-green-dark); font-size: 2.35rem; line-height: 1; }
.dc-price-breakdown { margin: 8px 0 0; display: flex; gap: 13px; color: var(--dc-muted); font-size: .82rem; }
.dc-price-breakdown > div { display: flex; gap: 5px; }
.dc-price-breakdown dd { margin: 0; color: var(--dc-ink); font-weight: 700; }
.dc-merchant-name { max-width: 48%; display: flex; align-items: center; gap: 9px; direction: ltr; overflow-wrap: anywhere; font-weight: 750; color: #35473f; }
.dc-merchant-name svg { flex: 0 0 auto; width: 30px; height: 30px; color: var(--dc-green); }
.dc-buy-button { min-height: 52px; margin: 0 18px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 10px; color: #fff; background: var(--dc-orange); text-decoration: none; font-size: 1.05rem; font-weight: 900; }
.dc-buy-button:hover { color: #fff; background: var(--dc-orange-dark); }
.dc-offer-disclaimer { margin: 10px 18px 14px; color: var(--dc-muted); font-size: .75rem; text-align: center; }
.dc-no-offer { margin-top: 20px; padding: 22px; border: 1px solid #dbc57e; border-radius: 14px; background: #fff9e9; }
.dc-no-offer p { margin-bottom: 0; }
.dc-product-actions { margin-top: 13px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.dc-like-button, .dc-secondary-action { min-height: 46px; padding: 8px 10px; display: inline-flex; justify-content: center; align-items: center; gap: 7px; border: 1px solid #c9d8d2; border-radius: 10px; color: var(--dc-green); background: #fff; font: inherit; font-size: .83rem; font-weight: 800; cursor: pointer; }
.dc-like-button b { min-width: 24px; padding: 2px 6px; border-radius: 8px; background: var(--dc-wash); }
.dc-like-button.selected, .dc-secondary-action.selected { background: var(--dc-green-soft); border-color: #a6c7ba; }
.dc-secondary-action.dc-favorite-button.selected { color: #b72845; background: #fff3f5; border-color: #efb9c4; }
.no-js .dc-like-button { display: none; }
.dc-product-tabs { position: sticky; top: 157px; z-index: 30; margin: 50px 0 0; padding: 0 16px; min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid var(--dc-line); border-radius: 13px; background: rgba(255,255,255,.97); box-shadow: 0 8px 20px rgba(18,57,44,.05); overflow-x: auto; }
.dc-product-tabs a { flex: 0 0 auto; color: #40524b; text-decoration: none; font-weight: 750; }
.dc-product-tabs a:hover { color: var(--dc-green); }
.dc-section { margin-top: 60px; scroll-margin-top: 230px; }
.dc-section-heading { margin-bottom: 21px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.dc-section-heading h2 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.15rem); }
.dc-section-heading p { max-width: 470px; margin: 0; color: var(--dc-muted); }
.dc-offers-table-wrap { overflow-x: auto; border: 1px solid var(--dc-line); border-radius: 15px; }
.dc-offers-table { width: 100%; min-width: 800px; border-collapse: collapse; background: #fff; }
.dc-offers-table th { padding: 13px 16px; color: #fff; background: var(--dc-green-dark); text-align: right; font-size: .84rem; }
.dc-offers-table td { padding: 15px 16px; border-bottom: 1px solid #e8eeeb; vertical-align: middle; }
.dc-offers-table tr:last-child td { border-bottom: 0; }
.dc-offers-table td:first-child { max-width: 340px; }
.dc-offers-table td small { margin-top: 3px; display: block; color: var(--dc-muted); line-height: 1.35; }
.dc-offers-table td:last-child a { min-height: 39px; padding: 8px 12px; display: inline-flex; align-items: center; gap: 6px; border-radius: 8px; color: #fff; background: var(--dc-orange); text-decoration: none; font-weight: 800; white-space: nowrap; }
.dc-offers-table td:last-child svg { width: 16px; height: 16px; }
.dc-spec-section { padding: 32px; border-radius: var(--dc-radius); background: var(--dc-wash); }
.dc-spec-grid { margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--dc-line); border-radius: 13px; overflow: hidden; background: #fff; }
.dc-spec-grid > div { min-height: 58px; padding: 13px 18px; display: grid; grid-template-columns: minmax(130px, .8fr) 1.2fr; align-items: center; gap: 12px; border-bottom: 1px solid var(--dc-line); }
.dc-spec-grid > div:nth-child(odd) { border-inline-end: 1px solid var(--dc-line); }
.dc-spec-grid dt { color: var(--dc-muted); }
.dc-spec-grid dd { margin: 0; font-weight: 800; }
.dc-rich-content { max-width: 980px; line-height: 1.8; }
.dc-rich-content h2, .dc-rich-content h3 { color: var(--dc-green-dark); }
.dc-additional-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.dc-additional-gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--dc-line); border-radius: 13px; background: #fff; }
.dc-additional-gallery img, .dc-additional-gallery video { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: var(--dc-wash); }
.dc-additional-gallery figcaption { padding: 10px 12px; color: var(--dc-muted); }
.dc-resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.dc-resource-grid a { min-height: 94px; padding: 16px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; border: 1px solid var(--dc-line); border-radius: 13px; color: var(--dc-ink); text-decoration: none; background: #fff; }
.dc-resource-grid a:hover { border-color: #9dbdaf; box-shadow: 0 8px 22px rgba(18,57,44,.07); }
.dc-resource-grid a > svg:first-child { width: 30px; height: 30px; color: var(--dc-green); }
.dc-resource-grid a > svg:last-child { width: 17px; height: 17px; }
.dc-resource-grid span { display: grid; }
.dc-resource-grid small { color: var(--dc-green); font-weight: 750; }
.dc-review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.dc-review-grid article { padding: 22px; border: 1px solid var(--dc-line); border-radius: 14px; }
.dc-review-grid article h3 { margin: 12px 0 6px; }
.dc-review-grid article footer { color: var(--dc-muted); font-size: .84rem; }
.dc-faq { max-width: 980px; }
.dc-faq details { border-bottom: 1px solid var(--dc-line); }
.dc-faq summary { padding: 17px 4px; display: flex; justify-content: space-between; gap: 15px; cursor: pointer; font-size: 1.05rem; font-weight: 800; list-style: none; }
.dc-faq summary::-webkit-details-marker { display: none; }
.dc-faq summary span { color: var(--dc-green); font-size: 1.4rem; transition: transform .18s ease; }
.dc-faq details[open] summary span { transform: rotate(45deg); }
.dc-faq details > div { padding: 0 4px 18px; color: #465750; line-height: 1.65; }
.dc-product-proof { margin-top: 65px; }
.dc-bottom-content { margin-inline: auto; }
.dc-related-products .dc-product-grid { grid-template-columns: repeat(4, 1fr); }

/* Editorial guides */
.dc-guide { padding: 45px 0 20px; }
.dc-guide__header { max-width: 980px; margin: 0 auto 34px; text-align: center; }
.dc-guide__header h1 { max-width: 920px; margin: 6px auto 14px; color: var(--dc-green-dark); font-size: clamp(2.35rem, 5.5vw, 4.65rem); line-height: 1.03; letter-spacing: -.025em; }
.dc-guide__header > p { max-width: 780px; margin: 0 auto; color: var(--dc-muted); font-size: 1.15rem; line-height: 1.65; }
.dc-guide__meta { margin: 18px 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px; color: var(--dc-muted); font-size: .86rem; }
.dc-guide__meta a { color: var(--dc-green); }
.dc-guide__layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; align-items: start; }
.dc-guide__image { margin: 0 0 30px; overflow: hidden; border-radius: var(--dc-radius); background: var(--dc-wash); box-shadow: var(--dc-shadow); }
.dc-guide__image img { width: 100%; aspect-ratio: 16 / 8.8; display: block; object-fit: cover; }
.dc-guide__lead { padding: 19px 22px; border-inline-start: 4px solid var(--dc-orange); background: #fff8f2; font-size: 1.1rem; line-height: 1.65; }
.dc-guide__content { color: #33443e; font-size: 1.04rem; line-height: 1.82; }
.dc-guide__content h2 { margin-top: 38px; color: var(--dc-green-dark); font-size: 1.8rem; }
.dc-guide__content h3 { margin-top: 28px; color: var(--dc-green-dark); }
.dc-guide__content :where(img, video) { max-width: 100%; height: auto; border-radius: 13px; }
.dc-guide__content table { width: 100%; display: block; overflow-x: auto; border-collapse: collapse; }
.dc-guide__content :where(th, td) { padding: 11px; border: 1px solid var(--dc-line); }
.dc-guide__aside { position: sticky; top: 185px; display: grid; gap: 14px; }
.dc-guide__aside section { padding: 21px; border: 1px solid var(--dc-line); border-radius: 15px; background: #fff; }
.dc-guide__aside svg { width: 32px; height: 32px; fill: none; stroke: var(--dc-green); }
.dc-guide__aside h2 { margin: 11px 0 6px; font-size: 1.05rem; }
.dc-guide__aside p { margin: 0 0 15px; color: var(--dc-muted); font-size: .88rem; line-height: 1.55; }
.dc-guide__aside > small { padding: 15px; color: var(--dc-muted); line-height: 1.5; background: var(--dc-wash); border-radius: 12px; }
.dc-guide-products .dc-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.dc-related-guides { padding-bottom: 75px; }
.dc-article-category__hero { min-height: 330px; position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--dc-green-dark); }
.dc-article-category__hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,37,28,.35), rgba(3,37,28,.96) 68%); }
.dc-article-category__hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .65; }
.dc-article-category__hero .container { position: relative; z-index: 1; }
.dc-article-category__hero h1 { max-width: 850px; margin: 4px 0 12px; color: #fff; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: 1; }
.dc-article-category__hero p { max-width: 680px; color: #e1eee9; font-size: 1.1rem; }
.dc-article-category__hero .dc-button { border-color: #fff; color: #fff; background: transparent; }
.dc-article-category__body { padding-top: 52px; padding-bottom: 80px; }
.dc-article-category__body .dc-home-article-grid { grid-template-columns: repeat(3, 1fr); }
.dc-guide-link { display: inline-flex; gap: 7px; }

/* Questions and owner answers */
.dc-ask__hero { min-height: 360px; display: flex; align-items: center; color: #fff; background: radial-gradient(circle at 15% 30%, rgba(239,124,37,.2), transparent 28%), linear-gradient(115deg, #073f33, #032c22); }
.dc-ask__hero h1 { margin: 4px 0 12px; color: #fff; font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1; }
.dc-ask__hero p { max-width: 760px; color: #e1eee9; font-size: 1.14rem; line-height: 1.65; }
.dc-ask__proofs { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 10px; }
.dc-ask__proofs span { padding: 9px 13px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: rgba(255,255,255,.07); }
.dc-ask__proofs svg { width: 21px; height: 21px; fill: none; stroke: #fff; }
.dc-ask__body { padding-top: 50px; padding-bottom: 80px; }
.dc-ask-submit { padding: 27px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px 30px; border: 1px solid var(--dc-line); border-radius: var(--dc-radius); background: var(--dc-wash); }
.dc-ask-submit h2 { margin: 0; font-size: 1.75rem; }
.dc-ask-submit p { margin: 6px 0 0; color: var(--dc-muted); }
.dc-ask-submit > :where(.alert, #ask-form-panel) { grid-column: 1 / -1; }
.dc-ask-form { margin-top: 8px; padding-top: 22px; border-top: 1px solid var(--dc-line); }
.dc-ask-form__question { grid-column: 1 / -1; }
.dc-ask-form__question small { margin-top: 6px; display: block; color: var(--dc-muted); }
.dc-ask-feed { max-width: 980px; margin: 65px auto 0; }
.dc-ask-card { margin-bottom: 18px; padding: 26px; border: 1px solid var(--dc-line); border-radius: 16px; background: #fff; box-shadow: 0 5px 19px rgba(18,57,44,.04); }
.dc-ask-card > header { display: flex; align-items: center; gap: 11px; }
.dc-ask-card > header img { border-radius: 50%; }
.dc-ask-card > header div { display: grid; }
.dc-ask-card > header time { color: var(--dc-muted); font-size: .8rem; }
.dc-ask-card > h3 { margin: 19px 0; color: var(--dc-green-dark); font-size: 1.25rem; line-height: 1.5; }
.dc-ask-answer { padding: 20px; border-inline-start: 4px solid var(--dc-green); border-radius: 11px; background: var(--dc-green-soft); }
.dc-ask-answer__head { margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.dc-ask-answer__head .dc-brand__mark { width: 37px; height: 37px; }
.dc-ask-answer__head div { display: grid; }
.dc-ask-answer__head small { color: var(--dc-green); font-size: .75rem; }
.dc-ask-answer p { margin: 8px 0 0; color: #2f453d; line-height: 1.65; }
.dc-ask-pending { color: var(--dc-muted); }
.dc-text-button { margin-top: 12px; padding: 0; border: 0; color: var(--dc-green); background: transparent; font: inherit; font-weight: 800; cursor: pointer; }

/* Saved / comparison page */
.dc-saved-page { padding: 45px 0 80px; }
.dc-saved-head { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.dc-saved-head h1 { margin: 0; }
.dc-saved-empty { padding: 70px 22px; border: 1px dashed #afc3ba; border-radius: var(--dc-radius); text-align: center; background: var(--dc-wash); }
.dc-compare-table { overflow-x: auto; }
.dc-compare-table table { min-width: 780px; width: 100%; border-collapse: collapse; }
.dc-compare-table th, .dc-compare-table td { padding: 13px; border: 1px solid var(--dc-line); text-align: right; vertical-align: top; }
.dc-compare-table th { background: var(--dc-green-dark); color: #fff; }
.dc-compare-product { min-width: 190px; }
.dc-compare-product img { width: 120px; height: 95px; object-fit: contain; display: block; margin-bottom: 9px; background: #fff; }

.dc-pricing-page { padding-top: 22px; }
.dc-pricing-hero { min-height: 0; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 32px; align-items: center; border-radius: 20px; background: linear-gradient(130deg,#073e31,#0c5b46); padding: clamp(30px,5vw,68px); color: #fff; overflow: hidden; }
.dc-pricing-hero h1 { margin: 8px 0 13px; color: #fff; font-size: clamp(2.25rem,4vw,4rem); line-height: 1; }
.dc-pricing-hero p { color: #d8eee6; max-width: 690px; font-size: 1.08rem; }
.dc-pricing-hero .dc-home-hero__actions { display: flex; gap: 10px; margin-top: 22px; }
.dc-pricing-hero .btn.secondary { background: transparent; border-color: rgba(255,255,255,.45); color: #fff; }
.dc-pricing-hero__rules { display: grid; gap: 1px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; overflow: hidden; background: rgba(255,255,255,.08); }
.dc-pricing-hero__rules div { display: grid; gap: 3px; padding: 16px 18px; background: rgba(0,0,0,.12); }
.dc-pricing-hero__rules strong { font-size: 1rem; color: #fff; }
.dc-pricing-hero__rules span { color: #d7ece5; line-height: 1.55; }
.dc-pricing-notes { padding-top: 10px; }
.dc-pricing-notes .dc-home-proof-grid { padding-bottom: 40px; }

@media (max-width: 1180px) {
  .dc-header-main { grid-template-columns: auto minmax(200px, 1fr) auto; gap: 14px; }
  .dc-header-action { min-width: 55px; }
  .dc-header-action span:last-child { display: none; }
  .dc-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dc-related-products .dc-product-grid { grid-template-columns: repeat(2, 1fr); }
  .dc-home-product-grid { grid-template-columns: repeat(3, 1fr); }
  .dc-guide-products .dc-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dc-header-nav a { padding-inline: 15px; }
  .dc-home-showcase__grid { grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr); }
  .dc-home-showcase__copy { padding-inline: 38px; }
  .dc-home-showcase__proofs { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dc-home-discovery__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .dc-home-offers__products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dc-home-brands__row { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .dc-home-brands__row a { border-bottom: 1px solid var(--dc-line); }
  .dc-footer__grid { grid-template-columns: 1.25fr repeat(3,minmax(135px,.7fr)); gap: 28px; }
}

@media (max-width: 900px) {
  .dc-pricing-hero { grid-template-columns: 1fr; }
  .dc-topline { display: none; }
  .dc-site-header { position: sticky; }
  .dc-header-main { min-height: 68px; grid-template-columns: auto 1fr auto; }
  .dc-header-search { grid-column: 1 / -1; grid-row: 2; margin-bottom: 10px; }
  .dc-header-actions { gap: 1px; }
  .dc-header-action { min-width: 44px; min-height: 44px; }
  .dc-menu-button { display: grid; }
  .dc-header-nav { display: none; }
  .dc-header-nav.open { display: block; position: absolute; top: 100%; inset-inline: 0; z-index: 2; background: var(--dc-green); box-shadow: var(--dc-shadow); }
  .dc-header-nav.open .container { padding: 12px 20px 20px; display: grid; gap: 0; }
  .dc-header-nav.open a { min-height: 46px; padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.13); color: #fff; }
  .dc-category-layout { grid-template-columns: 1fr; }
  .dc-filter-open { display: inline-flex; }
  .dc-filters { position: fixed; top: 0; bottom: 0; inset-inline-start: 0; z-index: 150; width: min(88vw, 360px); max-height: none; border-radius: 0 16px 16px 0; transform: translateX(110%); transition: transform .22s ease; box-shadow: 0 0 40px rgba(0,0,0,.2); }
  [dir="rtl"] .dc-filters { transform: translateX(110%); }
  .dc-filters.open { transform: translateX(0); }
  .dc-filters__head { border-radius: 0; }
  .dc-filters__head button { display: grid; }
  .dc-filter-backdrop:not([hidden]) { display: block; position: fixed; inset: 0; z-index: 140; border: 0; background: rgba(4,25,19,.48); }
  .dc-filters-open { overflow: hidden; }
  .dc-product-hero { grid-template-columns: 1fr; gap: 27px; }
  .dc-product-gallery { position: static; }
  .dc-gallery-stage { height: min(70vw, 490px); }
  .dc-product-tabs { top: 124px; justify-content: flex-start; }
  .dc-proof-strip { grid-template-columns: repeat(2, 1fr); }
  .dc-spec-grid { grid-template-columns: 1fr; }
  .dc-spec-grid > div:nth-child(odd) { border-inline-end: 0; }
  .dc-additional-gallery { grid-template-columns: repeat(2, 1fr); }
  .dc-finder-card { grid-template-columns: 1fr; gap: 28px; }
  .dc-home-product-grid { grid-template-columns: repeat(2, 1fr); }
  .dc-home-article-grid { grid-template-columns: repeat(2, 1fr); }
  .dc-guide__layout { grid-template-columns: 1fr; }
  .dc-guide__aside { position: static; grid-template-columns: repeat(2, 1fr); }
  .dc-guide__aside > small { grid-column: 1 / -1; }
  .dc-article-category__body .dc-home-article-grid { grid-template-columns: repeat(2, 1fr); }
  .dc-home-showcase__grid { grid-template-columns: 1fr; }
  .dc-home-showcase__media { min-height: 380px; }
  .dc-home-showcase__product { width: 40%; }
  .dc-home-showcase__product--3 { width: 27%; }
  .dc-home-offers__layout { grid-template-columns: 1fr; }
  .dc-home-offers__summary { min-height: 220px; }
  .dc-home-tools { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dc-footer__cta .container { grid-template-columns: 1fr; gap: 20px; }
  .dc-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 640px) {
  .dc-pricing-page { padding-top: 9px; }
  .dc-pricing-hero { border-radius: 13px; padding: 30px 20px; }
  .dc-pricing-hero h1 { font-size: 2.45rem; }
  .dc-pricing-hero .dc-home-hero__actions { display: grid; }
  body:not(.admin-body) { font-size: 16px; }
  .dc-header-main { padding-top: 7px; gap: 8px; }
  .dc-brand__mark { width: 39px; height: 39px; }
  .dc-brand__text strong { font-size: 1.05rem; }
  .dc-brand__text small { font-size: .64rem; }
  .dc-header-action { min-width: 39px; }
  .dc-header-action svg { width: 21px; }
  .dc-header-badge { top: -1px; inset-inline-start: 0; }
  .dc-header-search input { font-size: 16px; }
  .dc-subnav__track { padding-inline: 10px; }
  .dc-subnav a { min-height: 48px; padding: 0 12px; font-size: 14px; }
  .dc-category-hero, .dc-category-hero__inner { min-height: 315px; }
  .dc-category-hero::after { background: linear-gradient(90deg, rgba(3,37,28,.65), rgba(3,37,28,.94)); }
  .dc-category-hero__copy { padding: 38px 0; }
  .dc-category-hero h1 { font-size: 2.4rem; }
  .dc-category-hero p { font-size: 1rem; }
  .dc-hero-stats { width: 100%; }
  .dc-hero-stats > div { min-width: 0; flex: 1; padding: 11px 9px; }
  .dc-hero-stats b { font-size: 1.18rem; }
  .dc-hero-stats small { font-size: 12px; }
  .dc-category-content { padding-top: 22px; }
  .dc-category-toolbar { align-items: flex-start; }
  .dc-category-toolbar h2 { font-size: 1.05rem; }
  .dc-toolbar-actions { align-items: stretch; }
  .dc-sort-label { font-size: 0; }
  .dc-sort-label select { max-width: 150px; font-size: 14px; }
  .dc-filter-open { font-size: 14px; }
  .dc-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .dc-product-card { border-radius: 12px; }
  .dc-product-card__media { aspect-ratio: 1.05; }
  .dc-product-card__media img { padding: 10px; }
  .dc-product-card__labels { top: 7px; inset-inline-start: 7px; display: grid; }
  .dc-product-card__labels span { padding: 3px 5px; font-size: 11px; }
  .dc-icon-action { top: 7px; inset-inline-end: 7px; width: 34px; height: 34px; }
  .dc-product-card__body { padding: 11px; }
  .dc-product-card__brand { font-size: 12px; }
  .dc-product-card h3 { min-height: 2.75em; font-size: 15px; }
  .dc-card-specs { min-height: 46px; font-size: 12px; }
  .dc-product-card__commerce { display: grid; }
  .dc-product-card__commerce strong { font-size: 1.12rem; }
  .dc-card-primary { width: 100%; font-size: 14px; }
  .dc-compare-button { font-size: 13px; }
  .dc-proof-strip { padding: 0; grid-template-columns: 1fr; border-radius: 14px; }
  .dc-proof-strip > div { min-height: 0; grid-template-columns: auto 1fr; column-gap: 13px; padding: 17px; }
  .dc-proof-strip svg { grid-row: 1 / 3; }
  .dc-proof-strip h3 { margin: 0 0 3px; }
  .dc-product-page { padding-top: 16px; }
  .dc-product-summary h1 { font-size: 2rem; }
  .dc-gallery-stage { height: 90vw; }
  .dc-gallery-stage img { padding: 17px; }
  .dc-selected-offer__main { align-items: flex-start; }
  .dc-selected-price { font-size: 1.95rem; }
  .dc-merchant-name { max-width: 45%; font-size: 14px; }
  .dc-price-breakdown { display: grid; gap: 2px; }
  .dc-product-actions { grid-template-columns: 1fr; }
  .dc-like-button, .dc-secondary-action { font-size: 14px; }
  .dc-product-tabs { top: 116px; margin-inline: -15px; border-radius: 0; padding-inline: 18px; font-size: 14px; }
  .dc-section { margin-top: 44px; }
  .dc-section-heading { align-items: flex-start; display: grid; }
  .dc-section-heading h2 { font-size: 1.55rem; }
  .dc-section-heading p { font-size: 14px; }
  .dc-spec-section { margin-inline: -15px; padding: 25px 15px; border-radius: 0; }
  .dc-spec-grid > div { grid-template-columns: 1fr 1fr; padding: 11px; font-size: 14px; }
  .dc-additional-gallery, .dc-resource-grid, .dc-review-grid { grid-template-columns: 1fr; }
  .dc-related-products .dc-product-grid { grid-template-columns: repeat(2, 1fr); }
  .dc-home-hero, .dc-home-hero__inner { min-height: 540px; }
  .dc-home-hero h1 { font-size: 3rem; }
  .dc-home-hero__copy > p { font-size: 1rem; }
  .dc-home-search { grid-template-columns: 1fr; background: transparent; box-shadow: none; gap: 8px; padding: 0; }
  .dc-home-search input, .dc-home-search button { min-height: 50px; border-radius: 10px; }
  .dc-home-search button { justify-content: center; }
  .dc-home-section { padding-top: 50px; padding-bottom: 50px; }
  .dc-home-heading { align-items: flex-start; }
  .dc-home-heading h2 { font-size: 1.75rem; }
  .dc-home-category-grid { grid-template-columns: 1fr; }
  .dc-home-category-card { min-height: 210px; padding: 21px; }
  .dc-choice-row { grid-template-columns: 1fr; }
  .dc-finder-form { padding: 20px; }
  .dc-home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .dc-home-article-grid, .dc-home-ask-grid { grid-template-columns: 1fr; }
  .dc-home { padding-top: 9px; }
  .dc-home-showcase__grid { min-height: 0; border-radius: 13px; }
  .dc-home-showcase__copy { padding: 36px 22px 29px; }
  .dc-home-showcase__copy h1 { font-size: 2.62rem; line-height: 1; }
  .dc-home-showcase__copy > p { font-size: 1rem; }
  .dc-home-showcase__actions { display: grid; }
  .dc-home-showcase__actions .dc-button { width: 100%; justify-content: center; font-size: 15px; }
  .dc-home-showcase__proofs { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 9px; }
  .dc-home-showcase__proofs > div { align-items: flex-start; font-size: 14px; }
  .dc-home-showcase__media { min-height: 300px; }
  .dc-home-showcase__product { width: 46%; padding: 9px; }
  .dc-home-showcase__product--1 { inset-inline-start: 7%; top: 9%; }
  .dc-home-showcase__product--2 { inset-inline-end: 6%; bottom: 8%; }
  .dc-home-showcase__product--3 { display: none; }
  .dc-home-heading { flex-wrap: wrap; }
  .dc-home-heading > a { font-size: 14px; }
  .dc-home-discovery { padding-top: 21px; }
  .dc-home-discovery__grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .dc-home-discovery-card { min-height: 185px; }
  .dc-home-discovery-card small, .dc-home-discovery-card em { font-size: 14px; }
  .dc-home-discovery-card strong { font-size: 16px; }
  .dc-home-discovery-card--tool { padding-inline: 8px; }
  .dc-home-offers__products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
  .dc-home-offers__summary { min-height: 0; padding: 22px; }
  .dc-home-tools { padding-top: 18px; padding-bottom: 42px; grid-template-columns: 1fr; }
  .dc-home-tools > a { min-height: 104px; }
  .dc-home-heading--compact { padding-top: 46px; }
  .dc-home-brands__row { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dc-home-brands__row a { min-height: 84px; border-bottom: 1px solid var(--dc-line); }
  .dc-footer__cta { padding: 27px 0; }
  .dc-footer__cta h2 { font-size: 1.45rem; }
  .dc-footer__cta form { grid-template-columns: 1fr; background: transparent; padding: 0; }
  .dc-footer__cta input, .dc-footer__cta button { border-radius: 9px; }
  .dc-footer__cta button { justify-content: center; }
  .dc-footer__grid { padding-top: 38px; padding-bottom: 38px; grid-template-columns: 1fr; gap: 30px; }
  .dc-footer__legal-row { padding-top: 15px; padding-bottom: 15px; display: grid; gap: 7px; line-height: 1.45; }
  .dc-guide { padding-top: 24px; }
  .dc-guide__header { text-align: right; }
  .dc-guide__header h1 { font-size: 2.45rem; }
  .dc-guide__header > p { font-size: 1rem; }
  .dc-guide__meta { justify-content: flex-start; }
  .dc-guide__layout { gap: 25px; }
  .dc-guide__image { margin-inline: -15px; border-radius: 0; }
  .dc-guide__content { font-size: 1rem; }
  .dc-guide__content h2 { font-size: 1.55rem; }
  .dc-guide__aside { grid-template-columns: 1fr; }
  .dc-guide__aside > small { grid-column: auto; }
  .dc-guide-products .dc-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dc-article-category__hero { min-height: 300px; }
  .dc-article-category__hero h1 { font-size: 2.5rem; }
  .dc-article-category__body .dc-home-article-grid { grid-template-columns: 1fr; }
  .dc-ask__hero { min-height: 330px; }
  .dc-ask__hero h1 { font-size: 3rem; }
  .dc-ask__hero p { font-size: 1rem; }
  .dc-ask__proofs { display: grid; }
  .dc-ask-submit { padding: 20px; grid-template-columns: 1fr; }
  .dc-ask-submit > :where(.alert, #ask-form-panel) { grid-column: auto; }
  .dc-ask-card { padding: 18px; }
  .dc-ask-answer { padding: 16px; }
  .dc-product-carousel { grid-auto-columns: minmax(235px, 76vw); }
  .dc-accessibility { inset-inline-start: 10px; bottom: 12px; }
}

@media (max-width: 390px) {
  .dc-product-grid, .dc-related-products .dc-product-grid { grid-template-columns: 1fr; }
  .dc-product-card__media { aspect-ratio: 1.3; }
  .dc-card-specs { min-height: auto; }
  .dc-home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  /* Public mobile copy never drops below the requested 14px floor. */
  body:not(.admin-body) small,
  .dc-product-card__labels span,
  .dc-product-card__brand,
  .dc-card-specs,
  .dc-compare-button,
  .dc-home-discovery-card small,
  .dc-home-discovery-card em,
  .dc-home-showcase__proofs > div,
  .dc-footer__legal-row { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .dc-product-card, .dc-product-card img, .dc-filters { transition: none !important; }
  html { scroll-behavior: auto !important; }
}
