@import url('https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,500;6..72,600;6..72,700&family=Hanken+Grotesk:wght@400;500;600;700;800&display=swap');

/* ============================================================
   The Whisker Report — pet gear review theme
   Palette: teal + warm coral on cream. Fonts: Fraunces + Jakarta.
   ============================================================ */
:root{
  --primary:#0F6E63;      /* deep teal */
  --primary-dark:#0A554C;
  --primary-soft:#E4F1EE;
  --accent:#FF6F4D;       /* warm coral */
  --accent-dark:#E8542F;
  --gold:#F5A623;         /* stars */
  --bg:#FBF8F2;           /* warm cream */
  --surface:#FFFFFF;
  --surface2:#F4EEE3;     /* sand */
  --surface3:#EFF6F4;     /* mint tint */
  --text:#20302D;
  --muted:#6B746F;
  --border:#E9E1D3;
  --radius:16px;
  --radius-sm:10px;
  --font-head:'Newsreader',Georgia,serif;
  --font-body:'Hanken Grotesk',system-ui,sans-serif;
  --shadow:0 6px 22px rgba(20,48,42,.08);
  --shadow-lg:0 20px 48px rgba(20,48,42,.16);
  --shadow-sm:0 2px 10px rgba(20,48,42,.06);
  --maxw:1180px;
}
*{box-sizing:border-box}
html{scroll-padding-top:88px}
@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}
body{margin:0;font-family:var(--font-body);background:var(--bg);color:var(--text);
  line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:var(--accent);text-decoration:none}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4{font-family:var(--font-head);color:var(--text);line-height:1.15;font-weight:600}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}
.eyebrow{display:inline-block;color:var(--accent);font-weight:800;font-size:.75rem;
  letter-spacing:.14em;text-transform:uppercase;margin-bottom:.7rem}

/* ---------- Buttons ---------- */
.dz-btn,.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.85rem 1.6rem;font-family:var(--font-body);font-weight:700;font-size:.95rem;
  border:2px solid transparent;border-radius:999px;cursor:pointer;text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}
.dz-btn-pill,.dz-btn--pill,.btn{border-radius:999px}
.dz-btn-primary,.dz-btn--cta,.btn{background:var(--accent);color:#fff;box-shadow:0 8px 20px rgba(255,111,77,.28)}
.dz-btn-primary:hover,.dz-btn--cta:hover,.btn:hover{background:var(--accent-dark);transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(255,111,77,.36)}
.dz-btn-outline{background:transparent;border-color:rgba(255,255,255,.7);color:#fff}
.dz-btn-outline:hover{background:rgba(255,255,255,.14);transform:translateY(-2px)}
.dz-btn-ghost{background:var(--surface);color:var(--primary);border-color:var(--border);box-shadow:var(--shadow-sm)}
.dz-btn-ghost:hover{border-color:var(--primary);transform:translateY(-2px)}

/* ---------- Header ---------- */
.dz-header{background:rgba(251,248,242,.86);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}
.dz-header-inner{max-width:var(--maxw);margin:0 auto;display:flex;align-items:center;
  justify-content:space-between;gap:1.5rem;padding:.7rem 22px}
.dz-brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--text)}
.dz-brand-mark{flex-shrink:0;width:42px;height:42px;border-radius:12px;
  background:linear-gradient(135deg,var(--primary),var(--primary-dark));
  display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(15,110,99,.3)}
.dz-brand-mark svg{width:24px;height:24px;fill:#fff}
.dz-brand-text{display:flex;flex-direction:column;line-height:1}
.dz-brand-name{font-family:var(--font-head);font-weight:700;font-size:1.3rem;color:var(--text);letter-spacing:-.01em}
.dz-brand-name .tw{color:var(--primary)}
.dz-brand-tag{font-family:var(--font-body);font-size:.62rem;font-weight:700;letter-spacing:.18em;
  text-transform:uppercase;color:var(--muted);margin-top:.2rem}
.dz-nav-list{display:flex;align-items:center;gap:1.6rem;list-style:none;margin:0;padding:0}
.dz-nav-link{color:var(--text);font-weight:600;font-size:.92rem;position:relative;padding:.3rem 0}
.dz-nav-link::after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;
  background:var(--accent);border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform .2s ease}
.dz-nav-link:hover{color:var(--primary)}
.dz-nav-link:hover::after{transform:scaleX(1)}
.dz-header-cta{padding:.6rem 1.2rem;font-size:.85rem}
.dz-nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}
.dz-nav-toggle-bar{width:24px;height:2px;background:var(--text);border-radius:2px;transition:.25s}
.dz-header-actions{display:flex;align-items:center;gap:1rem}
@media(max-width:900px){
  .dz-header-actions{gap:.5rem}
  .dz-nav-toggle{display:flex;order:3}
  .dz-nav{display:none;width:100%;order:4}
  .dz-nav.dz-nav-open{display:block}
  .dz-nav-list{flex-direction:column;align-items:flex-start;gap:.2rem;padding:.5rem 0 1rem}
  .dz-nav-item{width:100%}
  .dz-nav-link{display:block;padding:.7rem 0;border-bottom:1px solid var(--border);width:100%}
  .dz-header-cta{display:none}
}

/* ---------- Hero ---------- */
.dz-hero{position:relative;overflow:hidden;
  background:radial-gradient(1200px 600px at 80% -10%,var(--primary-soft),transparent 60%),
             linear-gradient(160deg,#fff 0%,var(--bg) 55%,var(--surface2) 100%)}
.dz-hero-inner{position:relative;z-index:2;max-width:var(--maxw);margin:0 auto;
  display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center;
  padding:4.5rem 22px 4rem}
.dz-hero-blob{position:absolute;border-radius:50%;filter:blur(10px);opacity:.5;z-index:0}
.dz-hero-blob--1{width:420px;height:420px;top:-120px;right:-80px;
  background:radial-gradient(circle,rgba(255,111,77,.22),transparent 70%)}
.dz-hero-blob--2{width:360px;height:360px;bottom:-140px;left:-100px;
  background:radial-gradient(circle,rgba(15,110,99,.16),transparent 70%)}
.dz-hero-rating{display:inline-flex;align-items:center;gap:.6rem;background:var(--surface);
  border:1px solid var(--border);border-radius:999px;padding:.4rem .9rem;box-shadow:var(--shadow-sm);
  font-size:.82rem;font-weight:600;color:var(--muted);margin-bottom:1.4rem}
.dz-hero-rating .stars{color:var(--gold);letter-spacing:1px}
.dz-hero-headline{font-size:clamp(2.3rem,5vw,3.7rem);line-height:1.05;margin:0 0 1.1rem;font-weight:700;letter-spacing:-.02em}
.dz-hero-highlight{color:var(--accent);position:relative;white-space:nowrap}
.dz-hero-highlight::after{content:"";position:absolute;left:0;right:0;bottom:.06em;height:.28em;
  background:rgba(255,111,77,.18);border-radius:4px;z-index:-1}
.dz-hero-prefix,.dz-hero-suffix{display:inline}
.dz-hero-subtitle{font-size:1.14rem;color:var(--muted);margin:0 0 2rem;max-width:36em;line-height:1.6}
.dz-hero-cta-row{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}
.dz-hero-stats{display:flex;gap:2rem;margin-top:2.2rem;flex-wrap:wrap}
.dz-hero-stat{display:flex;flex-direction:column}
.dz-hero-stat b{font-family:var(--font-head);font-size:1.6rem;color:var(--primary);font-weight:700}
.dz-hero-stat span{font-size:.78rem;color:var(--muted);font-weight:600;letter-spacing:.02em}
.dz-hero-visual{position:relative}
.dz-hero-card{background:var(--surface);border:1px solid var(--border);border-radius:24px;
  box-shadow:var(--shadow-lg);overflow:hidden;transform:rotate(1.5deg)}
.dz-hero-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.dz-hero-card-body{padding:1.1rem 1.3rem}
.dz-hero-card-body .cat{color:var(--accent);font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.dz-hero-card-body h3{margin:.25rem 0 .35rem;font-size:1.05rem}
.dz-hero-card-badge{position:absolute;top:1rem;left:1rem;background:var(--accent);color:#fff;
  font-weight:800;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;
  padding:.4rem .8rem;border-radius:999px;box-shadow:0 6px 16px rgba(255,111,77,.4);z-index:2}
.dz-hero-float{position:absolute;background:var(--surface);border:1px solid var(--border);
  border-radius:14px;box-shadow:var(--shadow);padding:.7rem 1rem;display:flex;align-items:center;gap:.6rem;
  font-weight:700;font-size:.85rem}
.dz-hero-float--tr{top:-18px;right:-14px}
.dz-hero-float--bl{bottom:-18px;left:-18px}
.dz-hero-float .ic{width:32px;height:32px;border-radius:50%;background:var(--primary-soft);
  color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:1rem}
.dz-anim-float{animation:dz-float 5s ease-in-out infinite}
@keyframes dz-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@media(max-width:860px){
  .dz-hero-inner{grid-template-columns:1fr;padding:3rem 22px;gap:3rem}
  .dz-hero-visual{max-width:440px;margin:0 auto;width:100%}
}

/* ---------- Category quick pills (hero footer) ---------- */
.dz-quickcats{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.dz-quickcats-inner{max-width:var(--maxw);margin:0 auto;padding:1.1rem 22px;display:flex;
  align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}
.dz-quickcats-label{font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.dz-quickcat{display:inline-flex;align-items:center;gap:.4rem;background:var(--surface2);
  border:1px solid var(--border);border-radius:999px;padding:.45rem 1rem;font-size:.85rem;
  font-weight:600;color:var(--text);transition:.18s}
.dz-quickcat:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-2px)}

/* ---------- Section shell ---------- */
.sec{max-width:var(--maxw);margin:0 auto;padding:4.5rem 22px}
.sec-head{max-width:680px;margin:0 auto 2.6rem;text-align:center}
.sec-head h2{font-size:clamp(1.7rem,3vw,2.3rem);margin:0 0 .7rem}
.sec-head p{color:var(--muted);margin:0;font-size:1.05rem}
.sec-tint{background:var(--surface3)}
.sec-sand{background:var(--surface2)}

/* ---------- Affiliate disclosure ---------- */
.aff-disc{font-size:.85rem;color:var(--muted);line-height:1.5}
.aff-disc .aff-ic{color:var(--accent);font-weight:800;margin-right:6px}
.aff-card{margin:1.6rem auto;padding:.9rem 1.2rem;max-width:760px;background:var(--surface);
  border:1px solid var(--border);border-radius:var(--radius-sm);
  display:flex;align-items:center;gap:.6rem}
.cta-disclosure{font-size:.78rem;color:var(--muted);margin:.6rem 0 0;line-height:1.45;font-style:italic}

/* ---------- Editor's Picks (spotlight layout) ---------- */
.dz-picks{max-width:var(--maxw);margin:0 auto;padding:4.5rem 22px}
.dz-picks__head{text-align:center;max-width:680px;margin:0 auto 2.6rem}
.dz-picks__kicker{display:inline-block;color:var(--accent);font-weight:800;font-size:.75rem;
  letter-spacing:.14em;text-transform:uppercase;margin-bottom:.7rem}
.dz-picks__title{font-size:clamp(1.7rem,3vw,2.3rem);margin:0 0 .7rem}
.dz-picks__sub{color:var(--muted);margin:0;font-size:1.05rem}
.dz-picks__feed{display:grid;grid-template-columns:1.4fr 1fr;gap:1.6rem}
.dz-pick{position:relative;background:var(--surface);border:1px solid var(--border);
  border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;
  box-shadow:var(--shadow);transition:transform .25s ease,box-shadow .25s ease}
.dz-pick:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
/* pick 1 = big lead spanning two rows on left */
.dz-pick--1{grid-row:span 2}
.dz-pick--1 .dz-pick__imgwrap{aspect-ratio:16/11}
.dz-pick--1 .dz-pick__name{font-size:1.5rem}
.dz-pick--1 .dz-pick__body{padding:1.6rem 1.8rem 1.8rem}
.dz-picks__side{display:grid;grid-template-rows:1fr 1fr;gap:1.6rem}
.dz-pick--2,.dz-pick--3{flex-direction:row}
.dz-pick--2 .dz-pick__media,.dz-pick--3 .dz-pick__media{flex:0 0 42%}
.dz-pick--2 .dz-pick__imgwrap,.dz-pick--3 .dz-pick__imgwrap{aspect-ratio:1;height:100%}
.dz-pick__badge{position:absolute;top:1rem;left:1rem;z-index:3;min-width:2.2rem;height:2.2rem;padding:0 .5rem;
  display:flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;
  border-radius:999px;font-weight:800;font-size:.95rem;box-shadow:0 6px 16px rgba(255,111,77,.4)}
.dz-pick--1 .dz-pick__badge{background:linear-gradient(135deg,var(--gold),var(--accent));
  padding:0 .9rem;gap:.35rem;font-size:.8rem;letter-spacing:.04em}
.dz-pick--1 .dz-pick__badge::after{content:" EDITOR'S CHOICE";font-size:.62rem;font-weight:800}
.dz-pick__imgwrap{display:block;overflow:hidden;background:var(--surface2)}
.dz-pick__img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.dz-pick:hover .dz-pick__img{transform:scale(1.05)}
.dz-pick__body{padding:1.2rem 1.35rem 1.4rem;display:flex;flex-direction:column;gap:.5rem;flex:1}
.dz-pick__category{color:var(--accent);text-transform:uppercase;font-size:.7rem;font-weight:800;letter-spacing:.06em}
.dz-pick__name{margin:0;font-size:1.15rem;line-height:1.25}
.dz-pick__link{color:var(--text)}
.dz-pick__link:hover{color:var(--primary)}
.dz-pick__rating{display:flex;align-items:center;gap:.5rem}
.dz-pick__stars{color:var(--gold);letter-spacing:1px}
.dz-pick__ratingval{color:var(--muted);font-size:.85rem;font-weight:700}
.dz-pick__highlights{margin:.1rem 0 0;padding:0;list-style:none;color:var(--muted);font-size:.88rem;line-height:1.5}
.dz-pick__highlights li{padding-left:1.3rem;position:relative;margin-bottom:.2rem}
.dz-pick__highlights li::before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:800}
.dz-pick__cta{margin-top:.7rem;align-self:flex-start;padding:.55rem 1.3rem;font-size:.85rem}
@media(max-width:860px){
  .dz-picks__feed{grid-template-columns:1fr}
  .dz-pick--1{grid-row:auto}
  .dz-pick--2,.dz-pick--3{flex-direction:column}
  .dz-pick--2 .dz-pick__media,.dz-pick--3 .dz-pick__media{flex:auto}
  .dz-pick--2 .dz-pick__imgwrap,.dz-pick--3 .dz-pick__imgwrap{aspect-ratio:16/10}
}

/* ---------- Top 5 comparison ---------- */
.dz-compare-wrap{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--border);
  box-shadow:var(--shadow);background:var(--surface)}
.dz-compare{width:100%;border-collapse:collapse;min-width:720px}
.dz-compare thead th{background:var(--primary);color:#fff;font-family:var(--font-body);
  font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;
  padding:.9rem 1rem;text-align:left}
.dz-compare thead th:last-child{text-align:center}
.dz-compare tbody tr{border-top:1px solid var(--border);cursor:pointer;transition:background .15s}
.dz-compare tbody tr:hover{background:var(--surface3)}
.dz-compare td{padding:.95rem 1rem;vertical-align:middle;font-size:.92rem}
.dz-cmp-rank{width:52px}
.dz-cmp-medal{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:.85rem;background:var(--surface2);color:var(--muted)}
.dz-cmp-medal--1{background:linear-gradient(135deg,#F7C94B,#F5A623);color:#5a3d00}
.dz-cmp-medal--2{background:linear-gradient(135deg,#E3E7E6,#BFC9C6);color:#3a4442}
.dz-cmp-medal--3{background:linear-gradient(135deg,#E8B583,#CE8A4E);color:#4a2c0e}
.dz-cmp-prod{display:flex;align-items:center;gap:.85rem;min-width:220px}
.dz-cmp-prod img{width:56px;height:56px;border-radius:10px;object-fit:cover;flex-shrink:0;border:1px solid var(--border)}
.dz-cmp-prod b{font-family:var(--font-head);font-weight:600;font-size:.98rem;color:var(--text);display:block;line-height:1.2}
.dz-cmp-prod span{color:var(--muted);font-size:.78rem}
.dz-cmp-score{display:flex;align-items:center;gap:.6rem}
.dz-cmp-bar{flex:1;min-width:70px;height:8px;background:var(--surface2);border-radius:999px;overflow:hidden}
.dz-cmp-bar i{display:block;height:100%;background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:999px}
.dz-cmp-score b{font-weight:800;color:var(--primary);font-size:.9rem}
.dz-cmp-stars{color:var(--gold);letter-spacing:1px;font-size:.9rem}
.dz-cmp-price{font-weight:800;color:var(--text)}
.dz-cmp-go{text-align:center}
.dz-cmp-go span{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;
  background:var(--accent);color:#fff;font-weight:700;font-size:.8rem;padding:.5rem 1rem;border-radius:999px}
.dz-compare tbody tr:hover .dz-cmp-go span{background:var(--accent-dark)}

/* ---------- Filter + brand cloud ---------- */
.brand-cloud-section{background:var(--surface);padding:1.5rem;border:1px solid var(--border);
  border-radius:var(--radius);margin:0 0 1.4rem;box-shadow:var(--shadow-sm)}
.brand-cloud-label,.filter-group-label{font-size:.72rem;font-weight:800;text-transform:uppercase;
  letter-spacing:.12em;color:var(--muted);margin-bottom:.8rem}
.brand-cloud{display:flex;flex-wrap:wrap;gap:.5rem}
.brand-tag{background:var(--surface2);border:1px solid var(--border);border-radius:999px;
  padding:.45rem 1rem;font-size:.83rem;font-weight:600;cursor:pointer;transition:.15s;color:var(--text)}
.brand-tag:hover{border-color:var(--primary);color:var(--primary)}
.brand-tag.active{background:var(--primary);color:#fff;border-color:var(--primary)}
.filter-bar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin:0 0 1.6rem;
  padding:1.1rem 1.3rem;background:var(--surface);border:1px solid var(--border);
  border-radius:var(--radius);box-shadow:var(--shadow-sm)}
.filter-bar label{display:flex;flex-direction:column;gap:.35rem;font-size:.72rem;font-weight:800;
  text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.filter-select{padding:.6rem .9rem;border:1.5px solid var(--border);border-radius:999px;
  background:var(--surface);color:var(--text);font-family:var(--font-body);font-weight:600;font-size:.9rem;cursor:pointer}
.filter-select:focus{outline:none;border-color:var(--primary)}
.filter-reset{align-self:flex-end;background:none;border:1.5px solid var(--border);border-radius:999px;
  padding:.6rem 1.2rem;font-size:.82rem;font-weight:700;color:var(--muted);cursor:pointer;transition:.15s}
.filter-reset:hover{border-color:var(--accent);color:var(--accent)}
.filter-results{margin-left:auto;align-self:flex-end;color:var(--muted);font-size:.85rem;font-weight:700}
.filter-search-wrap{flex:1 1 260px;min-width:200px}
.filter-search-box{position:relative;display:block;margin-top:.35rem}
.filter-search-ic{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);font-size:.85rem;opacity:.65;pointer-events:none}
.filter-search{width:100%;padding:.6rem 1rem .6rem 2.4rem;border:1.5px solid var(--border);border-radius:999px;
  background:var(--surface);color:var(--text);font-family:var(--font-body);font-weight:600;font-size:.9rem}
.filter-search::placeholder{color:var(--muted);font-weight:500}
.filter-search:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}

/* ---------- Listing / cards ---------- */
.dz-listing{max-width:var(--maxw);margin:0 auto;padding:4.5rem 22px}
.dz-grid,.pg-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.6rem;margin-bottom:2rem}
@media(min-width:960px){.dz-grid,.pg-grid{grid-template-columns:repeat(4,1fr)}}
.dz-card,.pg-item{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);
  border-radius:var(--radius);overflow:hidden;text-decoration:none;color:var(--text);
  box-shadow:var(--shadow-sm);transition:transform .22s ease,box-shadow .22s ease}
.dz-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.dz-card-img{aspect-ratio:4/3;overflow:hidden;background:var(--surface2);position:relative}
.dz-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.dz-card:hover .dz-card-img img{transform:scale(1.06)}
.dz-card-body{padding:1.1rem 1.2rem 1.3rem;display:flex;flex-direction:column;gap:.5rem;flex:1}
.dz-card-cat{margin:0;color:var(--accent);text-transform:uppercase;font-size:.68rem;font-weight:800;letter-spacing:.06em}
.dz-card-title{margin:0;font-size:1.02rem;line-height:1.3;font-weight:600}
.dz-card-rating{display:inline-flex;align-items:center;gap:.35rem;color:var(--muted);font-weight:700;font-size:.85rem}
.dz-card-rating::before{content:"★";color:var(--gold);font-size:.95rem}
.dz-card-highlights{margin:.1rem 0 0;padding:0;list-style:none;color:var(--muted);font-size:.83rem;line-height:1.45}
.dz-card-highlights li{padding-left:1.2rem;position:relative;margin-bottom:.15rem}
.dz-card-highlights li::before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:800}
.dz-card-cta{margin-top:auto;padding-top:.7rem;color:var(--primary);font-weight:800;font-size:.88rem;display:inline-flex;align-items:center;gap:.3rem}
.dz-card:hover .dz-card-cta{color:var(--accent)}
.dz-card-cta::after{content:"→";transition:transform .2s}
.dz-card:hover .dz-card-cta::after{transform:translateX(3px)}

/* listing + sidebar layout */
.dz-listing-cols{display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start}
@media(min-width:960px){.dz-listing-cols .pg-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:960px){.dz-listing-cols{grid-template-columns:1fr}}

/* ---------- Top 10 sidebar ---------- */
.dz-top10{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);
  padding:1.5rem;box-shadow:var(--shadow-sm)}
.dz-top10--sticky{position:sticky;top:96px}
.dz-top10__title{margin:0 0 1.1rem;font-size:1.15rem;border-bottom:2px solid var(--accent);padding-bottom:.6rem}
.dz-top10__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.2rem}
.dz-top10__row{display:flex;align-items:center;gap:.75rem;text-decoration:none;padding:.6rem .5rem;
  border-radius:var(--radius-sm);transition:background .18s}
.dz-top10__row:hover{background:var(--surface3)}
.dz-top10__rank{flex-shrink:0;width:1.7rem;height:1.7rem;display:flex;align-items:center;justify-content:center;
  background:var(--surface2);color:var(--primary);font-weight:800;font-size:.8rem;border-radius:50%}
.dz-top10__row:nth-child(1) .dz-top10__rank{background:linear-gradient(135deg,#F7C94B,#F5A623);color:#5a3d00}
.dz-top10__row:nth-child(2) .dz-top10__rank{background:linear-gradient(135deg,#E3E7E6,#BFC9C6);color:#3a4442}
.dz-top10__row:nth-child(3) .dz-top10__rank{background:linear-gradient(135deg,#E8B583,#CE8A4E);color:#4a2c0e}
.dz-top10__name{flex:1;color:var(--text);font-size:.88rem;line-height:1.3;font-weight:600}
.dz-top10__rating{color:var(--gold);font-size:.8rem;font-weight:800;white-space:nowrap}
.dz-top10__rating::before{content:"★ "}

/* ---------- pagination ---------- */
#pagination,.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;padding-top:1.5rem}
.page-btn{min-width:42px;height:42px;padding:0 12px;border:1.5px solid var(--border);background:var(--surface);
  color:var(--text);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  font-weight:700;font-size:.9rem;cursor:pointer;transition:.15s}
.page-btn:hover,.page-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}
.page-btn.disabled{opacity:.4;pointer-events:none}

/* ---------- category showcase ---------- */
.dz-catshow{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
@media(max-width:860px){.dz-catshow{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.dz-catshow{grid-template-columns:1fr}}
.dz-catcard{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;background:var(--surface);
  border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem;text-decoration:none;
  color:var(--text);box-shadow:var(--shadow-sm);transition:.2s}
.dz-catcard:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--primary)}
.dz-catcard-ic{width:52px;height:52px;border-radius:14px;background:var(--primary-soft);color:var(--primary);
  display:flex;align-items:center;justify-content:center;font-size:1.6rem}
.dz-catcard h3{margin:.3rem 0 0;font-size:1.1rem}
.dz-catcard p{margin:0;color:var(--muted);font-size:.85rem}
.dz-catcard .n{margin-top:auto;color:var(--accent);font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}

/* ---------- How we test ---------- */
.dz-how-we-test{padding:4.5rem 22px}
.dz-htw-inner{max-width:var(--maxw);margin:0 auto}
.dz-htw-intro{max-width:680px;margin:0 auto 2.6rem;text-align:center}
.dz-htw-title{font-size:clamp(1.7rem,3vw,2.3rem);margin:0 0 .8rem}
.dz-htw-lead{color:var(--muted);margin:0;font-size:1.05rem}
.dz-htw-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.dz-htw-criterion{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);
  padding:1.7rem 1.5rem;display:flex;flex-direction:column;gap:.6rem;box-shadow:var(--shadow-sm);transition:.2s}
.dz-htw-criterion:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.dz-htw-icon{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));
  color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:700;font-size:1.15rem}
.dz-htw-name{margin:.2rem 0 0;font-size:1.08rem}
.dz-htw-desc{margin:0;color:var(--muted);font-size:.9rem;line-height:1.6}
@media(max-width:860px){.dz-htw-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.dz-htw-grid{grid-template-columns:1fr}}

/* ---------- Stats strip ---------- */
.dz-stats-strip{background:linear-gradient(135deg,var(--primary),var(--primary-dark));padding:3.2rem 22px}
.dz-stats-inner{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}
.dz-stat-item{display:flex;flex-direction:column;gap:.3rem}
.dz-stat-num{font-family:var(--font-head);font-size:2.5rem;font-weight:700;color:#fff}
.dz-stat-label{color:rgba(255,255,255,.82);font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700}
@media(max-width:600px){.dz-stats-inner{grid-template-columns:repeat(2,1fr);gap:2rem}}

/* ---------- Testimonials ---------- */
.dz-quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
@media(max-width:860px){.dz-quotes{grid-template-columns:1fr}}
.dz-quote{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);
  padding:1.7rem;box-shadow:var(--shadow-sm)}
.dz-quote-stars{color:var(--gold);letter-spacing:2px;margin-bottom:.7rem}
.dz-quote p{margin:0 0 1rem;font-size:1rem;line-height:1.6;color:var(--text)}
.dz-quote-by{display:flex;align-items:center;gap:.7rem}
.dz-quote-av{width:40px;height:40px;border-radius:50%;background:var(--primary-soft);color:var(--primary);
  display:flex;align-items:center;justify-content:center;font-weight:800;font-family:var(--font-head)}
.dz-quote-by b{display:block;font-size:.9rem}
.dz-quote-by span{color:var(--muted);font-size:.78rem}

/* ---------- Newsletter band ---------- */
.dz-news{background:linear-gradient(135deg,var(--accent),var(--accent-dark));border-radius:var(--radius);
  padding:3rem 2rem;text-align:center;color:#fff;max-width:var(--maxw);margin:0 auto}
.dz-news h2{color:#fff;font-size:clamp(1.5rem,2.6vw,2rem);margin:0 0 .6rem}
.dz-news p{margin:0 auto 1.6rem;max-width:34em;color:rgba(255,255,255,.92)}
.dz-news-form{display:flex;gap:.6rem;max-width:440px;margin:0 auto;flex-wrap:wrap;justify-content:center}
.dz-news-form input{flex:1;min-width:200px;padding:.85rem 1.2rem;border:none;border-radius:999px;
  font-family:var(--font-body);font-size:.95rem}
.dz-news-form input:focus{outline:3px solid rgba(255,255,255,.4)}
.dz-news-form button{background:var(--primary);color:#fff;border:none;border-radius:999px;
  padding:.85rem 1.7rem;font-weight:700;cursor:pointer;transition:.18s}
.dz-news-form button:hover{background:var(--primary-dark);transform:translateY(-2px)}

/* ---------- FAQ ---------- */
.dz-faq{max-width:820px;margin:0 auto;padding:4.5rem 22px}
.dz-faq-title{font-size:clamp(1.7rem,3vw,2.3rem);margin:0 0 .8rem;text-align:center}
.dz-faq-intro{color:var(--muted);text-align:center;margin:0 0 2.4rem;font-size:1.05rem}
.dz-faq-list{display:flex;flex-direction:column;gap:.9rem}
.dz-faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.4rem 1.4rem;
  transition:box-shadow .2s}
.dz-faq-item[open]{box-shadow:var(--shadow)}
.dz-faq-q{cursor:pointer;font-family:var(--font-head);font-weight:600;color:var(--text);padding:1.05rem 0;
  list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:1.02rem}
.dz-faq-q::-webkit-details-marker{display:none}
.dz-faq-q::after{content:"+";font-size:1.4rem;color:var(--accent);font-weight:700;transition:transform .2s}
.dz-faq-item[open] .dz-faq-q::after{transform:rotate(45deg)}
.dz-faq-item[open] .dz-faq-q{color:var(--primary)}
.dz-faq-a{padding:0 0 1.2rem}
.dz-faq-a p{margin:0;color:var(--muted);line-height:1.65;font-size:.95rem}

/* ---------- Footer ---------- */
.dz-footer{background:#12211E;color:#c9d4d0;margin-top:4rem}
.dz-footer-inner{max-width:var(--maxw);margin:0 auto;padding:3.5rem 22px 2rem;
  display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem}
.dz-footer-brand .dz-brand{color:#fff;margin-bottom:1rem}
.dz-footer-brand .dz-brand-name{color:#fff}
.dz-footer-brand .dz-brand-name .tw{color:var(--accent)}
.dz-footer-brand .dz-brand-tag{color:#8a9994}
.dz-footer-title{color:#fff;margin:0 0 .8rem;font-size:1.35rem}
.dz-footer-desc{color:#9fb0ab;max-width:34em;line-height:1.6;margin:0 0 1rem;font-size:.9rem}
.dz-footer-col h4{color:#fff;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1rem}
.dz-footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}
.dz-footer-link{color:#9fb0ab;font-size:.9rem;transition:color .15s}
.dz-footer-link:hover{color:var(--accent)}
.dz-footer-badge{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:.4rem .8rem;font-size:.75rem;color:#c9d4d0;margin-top:.4rem}
.dz-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.3rem 22px;text-align:center;max-width:var(--maxw);margin:0 auto}
.dz-footer-copy{color:#8a9994;font-size:.82rem;margin:0}
@media(max-width:860px){.dz-footer-inner{grid-template-columns:1fr 1fr;gap:2rem}}
@media(max-width:480px){.dz-footer-inner{grid-template-columns:1fr}}

/* ---------- Cookie banner ---------- */
#cookie-banner{position:fixed;bottom:16px;left:16px;right:16px;max-width:560px;margin:0 auto;
  background:var(--surface);color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow-lg);
  border-radius:var(--radius);padding:1rem 1.3rem;display:none;align-items:center;justify-content:space-between;
  gap:1rem;flex-wrap:wrap;z-index:200}
html.cookie-ask #cookie-banner{display:flex}
#cookie-banner p{margin:0;font-size:.88rem}
#cookie-banner a{color:var(--accent);text-decoration:underline}
#cookie-banner button{background:var(--accent);color:#fff;border:0;border-radius:999px;padding:.55rem 1.2rem;
  cursor:pointer;font-weight:700;font-size:.85rem;margin-left:.5rem}
#cookie-banner .cookie-btns button#cookie-decline{background:transparent;border:1.5px solid var(--border);color:var(--muted)}

/* ============================================================
   PRODUCT PAGE
   ============================================================ */
.product{padding:2rem 0 1rem}
.dz-breadcrumb{max-width:1060px;margin:0 auto;padding:1.4rem 22px .2rem;font-size:.82rem;color:var(--muted);font-weight:600}
.dz-breadcrumb a{color:var(--muted)}
.dz-breadcrumb a:hover{color:var(--accent)}
.dz-breadcrumb .sep{margin:0 .4rem;opacity:.6}
.product-hero-split{max-width:1060px;margin:0 auto;padding:1rem 22px 2rem}
.product-hero-split .ph-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:2.4rem;align-items:start;margin-bottom:1rem}
.product-hero-split .dz-product-hero{grid-column:1/-1;background:none;border:none;padding:0 0 .4rem}
.product-hero-split .dz-product-hero .dz-hero-inner{display:block;padding:0}
.dz-hero-meta{display:flex;gap:.6rem;margin-bottom:.9rem;flex-wrap:wrap}
.dz-hero-category,.dz-hero-brand{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;
  padding:.35rem .85rem;border-radius:999px;background:var(--primary-soft);color:var(--primary);border:none}
.dz-hero-brand{background:var(--surface2);color:var(--text)}
.dz-hero-title{font-size:clamp(1.7rem,3.4vw,2.5rem);margin:0 0 .7rem;line-height:1.15}
.dz-hero-tagline{color:var(--muted);font-size:1.1rem;margin:0;line-height:1.55}
/* gallery: big lead image + thumbnail strip */
.product-hero-split .gallery{grid-column:1;grid-row:2;display:grid;grid-template-columns:1fr 1fr;
  gap:.8rem;margin:0;align-self:start}
.product-hero-split .gallery img{width:100%;border-radius:var(--radius);background:var(--surface);
  border:1px solid var(--border);object-fit:cover;aspect-ratio:4/3;box-shadow:var(--shadow-sm);
  transition:transform .25s ease,box-shadow .25s ease}
.product-hero-split .gallery img:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.product-hero-split .gallery img:first-child{grid-column:1/-1;aspect-ratio:16/10;box-shadow:var(--shadow);
  background:linear-gradient(160deg,var(--surface),var(--surface2))}
/* regrouped: gallery + score on the left, buy box (sticky) on the right */
.product-hero-split .ph-hero>.rating{display:none}
.product-hero-split .ph-hero .score-bar-wrap{grid-column:1;grid-row:3;margin:1rem 0 0}
.product-hero-split .ph-hero .dz-buybox{grid-column:2;grid-row:2 / 4;align-self:start}
p.rating{color:var(--gold);font-weight:800;font-size:1.1rem}
@media(max-width:820px){
  .product-hero-split .ph-hero{grid-template-columns:1fr}
  .product-hero-split .gallery,.product-hero-split .ph-hero>.rating,
  .product-hero-split .ph-hero .score-bar-wrap,.product-hero-split .ph-hero .dz-buybox{grid-column:1;grid-row:auto}
  .product-hero-split .dz-buybox--sticky{position:static}
}
.score-bar-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.2rem;margin:1rem 0}
.score-bar-label{display:flex;justify-content:space-between;font-size:.82rem;color:var(--muted);font-weight:700;margin-bottom:.5rem}
.score-bar-track{height:9px;background:var(--surface2);border-radius:999px;overflow:hidden}
.score-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:999px}

/* buy box */
.dz-buybox{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);
  padding:1.6rem;display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadow)}
.dz-buybox--sticky{position:sticky;top:96px}
.dz-buybox__header{display:flex;flex-direction:column;gap:.25rem}
.dz-buybox__brand{color:var(--accent);text-transform:uppercase;font-size:.72rem;font-weight:800;letter-spacing:.06em}
.dz-buybox__name{font-size:1.25rem;margin:0}
.dz-buybox__rating{display:flex;align-items:center;gap:.6rem}
.dz-stars{position:relative;display:inline-block;font-size:1.15rem;color:var(--border)}
.dz-stars::before{content:"★★★★★"}
.dz-stars__fill{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;color:var(--gold);width:0}
.dz-stars__fill::before{content:"★★★★★"}
.dz-buybox__ratingnum{color:var(--muted);font-size:.9rem;font-weight:700}
.dz-buybox__highlights{margin:0;padding:0;list-style:none;color:var(--text);font-size:.92rem;line-height:1.5;
  display:flex;flex-direction:column;gap:.4rem}
.dz-buybox__highlights li{padding-left:1.5rem;position:relative}
.dz-buybox__highlights li::before{content:"✓";position:absolute;left:0;top:0;
  color:var(--primary);font-weight:800}
.dz-buybox__cta{width:100%;text-align:center;font-size:1rem;padding:.95rem}
.dz-buybox__trust{display:flex;flex-direction:column;gap:.45rem;border-top:1px solid var(--border);padding-top:1rem}
.dz-buybox__trustitem{color:var(--muted);font-size:.82rem;padding-left:1.4rem;position:relative}
.dz-buybox__trustitem::before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:800}

/* details */
.ph-details{max-width:1060px;margin:0 auto}
.verdict-box{background:var(--primary-soft);border:1px solid #cfe6e0;
  border-radius:var(--radius-sm);padding:1.3rem 1.6rem;margin:1.5rem 0}
.verdict-label{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:.5rem}
.verdict-text{font-size:1.02rem;line-height:1.6}
.ph-details h2{font-size:1.5rem;margin:2rem 0 1rem}
.ph-details>p{font-size:1.02rem;line-height:1.75;color:#37423f;white-space:pre-line}
ul.clean{list-style:none;padding:0;margin:1rem 0}
ul.clean li{padding:.6rem 0;border-bottom:1px solid var(--border);padding-left:1.6rem;position:relative}
ul.clean li::before{content:"●";position:absolute;left:0;color:var(--accent);font-size:.7rem;top:.85rem}
.cols{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem;margin:1.6rem 0}
@media(max-width:640px){.cols{grid-template-columns:1fr}}
.chip{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.3rem 1.5rem;box-shadow:var(--shadow-sm)}
.chip h3{margin:0 0 .8rem;font-size:1.1rem;display:flex;align-items:center;gap:.5rem}
.chip ul.clean{margin:0}
.chip ul.clean li{border-bottom:none;padding:.3rem 0}
.chip ul.clean li::before{content:none}

/* spec section */
.dz-spec-section{max-width:1060px;margin:0 auto;padding:2rem 0}
.dz-spec-title{font-size:1.5rem;margin:0 0 1.3rem}
.dz-spec-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.6rem}
.dz-spec-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);
  padding:1rem 1.2rem;display:flex;flex-direction:column;gap:.3rem}
.dz-spec-label{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;font-weight:800}
.dz-spec-value{color:var(--text);font-size:1rem;font-weight:700}
.dz-spec-rating-row{display:flex;align-items:center;gap:1rem;background:var(--surface);border:1px solid var(--border);
  border-radius:var(--radius-sm);padding:1rem 1.2rem}
.dz-bar-track{flex:1;height:1.5rem;background:var(--surface2);border-radius:999px;overflow:hidden;border:1px solid var(--border)}
.dz-bar-fill{height:100%;display:flex;align-items:center;justify-content:flex-end;padding-right:.7rem;
  background:linear-gradient(90deg,var(--primary),var(--accent));color:#fff;font-size:.72rem;font-weight:800;border-radius:999px}

/* reviews */
.review{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);
  padding:1.1rem 1.3rem;margin:.8rem 0;box-shadow:var(--shadow-sm)}
.review strong{color:var(--text);font-family:var(--font-head)}

/* related */
.related-section{background:var(--surface2);padding:3.5rem 0;margin-top:3rem;border-top:1px solid var(--border)}
.section-head{text-align:center;margin:0 auto 2rem;max-width:640px}
.section-head h2{font-size:1.8rem;margin:0 0 .5rem}
.section-head p{color:var(--muted);margin:0}
.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.3rem;max-width:var(--maxw);margin:0 auto;padding:0 22px}
@media(max-width:860px){.featured-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.featured-grid{grid-template-columns:1fr}}
.related-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);
  overflow:hidden;display:flex;flex-direction:column;color:inherit;box-shadow:var(--shadow-sm);transition:.2s}
.related-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.related-card .featured-img{aspect-ratio:4/3;overflow:hidden;background:var(--surface2)}
.related-card .featured-img img{width:100%;height:100%;object-fit:cover}
.featured-body{padding:1rem 1.2rem 1.2rem;display:flex;flex-direction:column;gap:.3rem}
.featured-title{font-family:var(--font-head);font-weight:600;font-size:1rem;line-height:1.25}
.featured-body .cat{color:var(--accent);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.featured-body .rating{color:var(--muted);font-weight:700;font-size:.83rem}

/* ---------- ads ---------- */
.ad-placement{margin:2rem auto;max-width:var(--maxw);padding:0 22px}
.ad-placement-inner{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.ad-unit{width:300px;height:250px;background:var(--surface2);border:1px dashed var(--border);border-radius:var(--radius-sm);
  display:flex;align-items:center;justify-content:center}
.ad-unit:empty::before{content:"Advertisement";color:var(--muted);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}

/* ---------- static legal/about pages ---------- */
main.wrap>article.product{max-width:820px;margin:0 auto;padding:3rem 0}
main.wrap>article.product h1{font-size:clamp(2rem,4vw,2.8rem);margin:0 0 1.2rem}
main.wrap>article.product h2{font-size:1.5rem;margin:2rem 0 .8rem}
main.wrap>article.product p,main.wrap>article.product li{color:#37423f;line-height:1.75}
main.wrap>article.product ul{padding-left:1.2rem}
main.wrap>article.product ul li{margin-bottom:.6rem}

/* clickable table rows */
tr[data-href]{cursor:pointer}
