/* ===== CatTech Hub — cat × gadget portal ===== */
:root{
  --bg:#f4f3f1; --surface:#ffffff; --surface-2:#eeecea;
  --text:#1b1a19; --muted:#8a867f; --line:rgba(0,0,0,.07); --line-2:rgba(0,0,0,.1);
  --brand:#ff6a45; --brand-ink:#e8532f; --brand-soft:#fff1ec;
  --accent:#12a594; --gold:#f5a623; --mark:#ffe680;   /* highlighter for the key point */
  --shadow:0 1px 2px rgba(30,25,20,.05),0 8px 26px rgba(30,25,20,.06);
  --shadow-lg:0 2px 6px rgba(30,25,20,.06),0 16px 44px rgba(30,25,20,.1);
  --radius:20px; --radius-sm:13px; --maxw:1120px;
  --blur:saturate(1.7) blur(22px);
  --yt:#ff3b30; --ig:#c13584; --tt:#111; --x:#111;
}
@media (prefers-color-scheme:dark){
  :root{
    --bg:#0b0b0c; --surface:#1b1b1d; --surface-2:#2a2a2d;
    --text:#f3f2f0; --muted:#9b978f; --line:rgba(255,255,255,.09); --line-2:rgba(255,255,255,.14);
    --brand:#ff7d5c; --brand-ink:#ff9174; --brand-soft:#2a1c16;
    --accent:#33c9b7; --gold:#ffc24a; --mark:rgba(255,214,64,.34);
    --shadow:0 1px 2px rgba(0,0,0,.4),0 12px 34px rgba(0,0,0,.5);
    --shadow-lg:0 2px 6px rgba(0,0,0,.5),0 20px 50px rgba(0,0,0,.6);
    --tt:#fff; --x:#fff;
  }
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Hiragino Sans","Noto Sans JP",system-ui,"Segoe UI",Roboto,sans-serif;
  line-height:1.55;letter-spacing:-.011em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
h1,h2,h3,h4{letter-spacing:-.022em}

/* ===== Japanese-optimized typography (ja pages only) =====
   The base rules above are tuned for Latin: negative tracking and 1.55 leading
   read cramped once the text is kana+kanji. Native Japanese sites use
   proportional punctuation (palt), neutral tracking and looser leading, and
   never break a line mid-word. Latin stays first in the stack so numerals and
   model names keep rendering in SF/Segoe. */
html[lang="ja"] body{
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display",
    "Hiragino Sans","Hiragino Kaku Gothic ProN","Noto Sans JP","Yu Gothic Medium","Yu Gothic",Meiryo,
    system-ui,"Segoe UI",Roboto,sans-serif;
  font-feature-settings:"palt" 1;      /* 約物（括弧・句読点）を詰めて字面を整える */
  letter-spacing:.005em;               /* 日本語に負のトラッキングは効かない */
  line-height:1.8;                     /* 漢字仮名混じりは行間を広めに取る */
  word-break:normal;overflow-wrap:anywhere;line-break:strict}
html[lang="ja"] h1,html[lang="ja"] h2,html[lang="ja"] h3,html[lang="ja"] h4{
  letter-spacing:.01em;line-height:1.45;font-feature-settings:"palt" 1}
html[lang="ja"] .hero h1{line-height:1.3;letter-spacing:.005em}
html[lang="ja"] p,html[lang="ja"] li{line-height:1.9}
/* 価格は日本のECの主役。数字を大きく・詰めて可読性を上げる */
html[lang="ja"] .price{letter-spacing:0;font-feature-settings:"palt" 0}
html[lang="ja"] .detail .price{font-size:30px}

/* ---- icon system (SVG, no emoji) ---- */
.ic{width:1.15em;height:1.15em;display:inline-block;vertical-align:-.18em;flex:0 0 auto}
.hicon{display:inline-grid;place-items:center;width:1.5em;height:1.5em;margin-right:.1em;vertical-align:-.32em;color:var(--brand-ink)}
.hicon .ic{width:100%;height:100%}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 20px}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* ---- Header ---- */
header.site{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 88%,transparent);
  backdrop-filter:saturate(1.4) blur(12px);border-bottom:1px solid var(--line)}
.hbar{display:flex;align-items:center;gap:18px;height:64px}
.logo{display:flex;align-items:center;gap:9px;font-weight:800;font-size:20px;letter-spacing:-.01em;white-space:nowrap;flex:none}
.logo .mark{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--brand),var(--gold));font-size:19px;box-shadow:var(--shadow)}
.logo b{color:var(--brand-ink)}
nav.main{display:flex;gap:6px;margin-left:6px}
nav.main a{padding:8px 12px;border-radius:10px;color:var(--muted);font-weight:600;font-size:14px;white-space:nowrap}
nav.main a:hover,nav.main a.on{color:var(--text);background:var(--surface-2)}
.hspace{flex:1}
.langsel{position:relative}
.langsel select{appearance:none;border:1px solid var(--line);background:var(--surface);color:var(--text);
  padding:8px 30px 8px 12px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer}
.langsel::after{content:"▾";position:absolute;right:11px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--muted)}

/* ---- Hero ---- */
.hero{padding:56px 0 34px;text-align:center}
.hero h1{font-size:clamp(30px,5vw,50px);line-height:1.18;margin:0 0 14px;letter-spacing:-.02em;font-weight:900;text-wrap:balance}
.hero h1 .hl{color:var(--brand-ink);white-space:nowrap}
.hero p.sub{font-size:clamp(15px,2vw,19px);color:var(--muted);margin:0 auto 26px;max-width:620px}
.searchbig{max-width:520px;margin:0 auto;display:flex;gap:8px;background:var(--surface);
  border:1px solid var(--line);border-radius:999px;padding:6px 6px 6px 18px;box-shadow:var(--shadow)}
.searchbig input{flex:1;border:0;background:transparent;color:var(--text);font-size:16px;outline:none}
.searchbig button{border:0;background:var(--brand);color:#fff;font-weight:700;padding:10px 20px;border-radius:999px;cursor:pointer}

/* ---- Section headings ---- */
.sec{padding:30px 0}
.sec-h{display:flex;align-items:baseline;justify-content:space-between;margin:0 0 18px;gap:12px}
.sec-h h1,.sec-h h2{font-size:24px;margin:0;font-weight:800;letter-spacing:-.01em}
.sec-h .cnt{color:var(--muted);font-size:14px;font-weight:600}

/* ---- Category grid ---- */
.catgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px}
.catcard{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;
  box-shadow:var(--shadow);transition:transform .16s,box-shadow .16s;display:block}
.catcard:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(60,45,30,.12)}
.catcard .ico{font-size:38px;line-height:1;margin-bottom:12px}
.catcard h3{margin:0 0 6px;font-size:19px;font-weight:800}
.catcard p{margin:0 0 12px;color:var(--muted);font-size:13.5px}
.catcard .go{color:var(--brand-ink);font-weight:700;font-size:14px}

/* ---- Product grid & cards ---- */
.pgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}
.pcard{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
  box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .16s}
.pcard:hover{transform:translateY(-3px)}
.pcard .thumb{aspect-ratio:16/10;background:linear-gradient(135deg,var(--brand-soft),var(--surface-2));
  display:grid;place-items:center;font-size:60px;position:relative}
.pcard .badge{position:absolute;top:10px;left:10px;background:var(--gold);color:#3a2c00;font-weight:800;
  font-size:11px;padding:4px 9px;border-radius:999px}
.pcard .body{padding:14px 15px 16px;display:flex;flex-direction:column;gap:7px;flex:1}
.pcard .brand{font-size:12px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.pcard .pname{font-size:16px;font-weight:800;line-height:1.3;margin:0}
.stars{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)}
.stars .s{color:var(--gold);letter-spacing:1px}
.price{font-size:20px;font-weight:900;margin-top:2px}
.price .cur{font-size:13px;font-weight:700;color:var(--muted)}
.pcard .acts{margin-top:auto;display:flex;gap:8px;padding-top:6px}
.btn{border:0;cursor:pointer;font-weight:700;font-size:13.5px;padding:9px 12px;border-radius:10px;text-align:center;flex:1;transition:filter .15s}
.btn:hover{filter:brightness(.97)}
.btn.p{background:var(--brand);color:#fff}
.btn.g{background:var(--surface-2);color:var(--text);border:1px solid var(--line)}
.btn.g.on{background:var(--accent);color:#fff;border-color:transparent}
.btn.sm{flex:0 0 auto;padding:9px 11px}

/* ---- Toolbar (category page) ---- */
.toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:18px}
.chip{border:1px solid var(--line);background:var(--surface);color:var(--muted);font-weight:700;font-size:13px;
  padding:7px 13px;border-radius:999px;cursor:pointer;transition:.15s}
.chip:hover{color:var(--text)}
.chip.on{background:var(--brand);color:#fff;border-color:transparent}
.toolbar select{border:1px solid var(--line);background:var(--surface);color:var(--text);
  padding:8px 12px;border-radius:10px;font-weight:600;font-size:13.5px;cursor:pointer}
.filters-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}

/* ---- "your cat" profile ---- */
.catprofile{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;
  background:var(--brand-soft);border:1px solid var(--line);border-radius:14px;padding:12px 16px;margin-bottom:16px}
.catprofile .cp-title{font-weight:800;font-size:14.5px;display:flex;align-items:center;gap:6px}
.catprofile .cp-seg{display:inline-flex;align-items:center;gap:7px;flex-wrap:wrap}
.catprofile label{font-size:13px;color:var(--muted);font-weight:700}
.catprofile select{border:1px solid var(--line);background:var(--surface);color:var(--text);
  padding:7px 12px;border-radius:9px;font-weight:700;font-size:13.5px;cursor:pointer}

/* ---- Product detail ---- */
.crumb{color:var(--muted);font-size:13.5px;margin:20px 0 4px}
.crumb a:hover{color:var(--brand-ink)}
.detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:34px;padding:14px 0 10px;align-items:start}
.detail .hero-img{aspect-ratio:4/3;background:linear-gradient(135deg,var(--brand-soft),var(--surface-2));
  border-radius:var(--radius);display:grid;place-items:center;font-size:120px;box-shadow:var(--shadow)}
.detail h1{font-size:30px;margin:2px 0 8px;font-weight:900;line-height:1.15}
.detail .brand{color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:13px}
.detail .price{font-size:30px;margin:12px 0}
.desc{color:var(--text);margin:12px 0 4px}
/* Full-width verdict under the hero — roomy enough to actually read the reasoning. */
.proscons{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:26px 0 4px}
.pcbox{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px 24px;
  box-shadow:var(--shadow)}
.pcbox.pro{border-color:color-mix(in srgb,var(--accent) 26%,var(--line))}
.pcbox.con{border-color:color-mix(in srgb,var(--brand) 24%,var(--line))}
.pcbox h4{display:flex;align-items:center;gap:7px;margin:0 0 14px;font-size:17px;font-weight:900;
  padding-bottom:11px;border-bottom:1px solid var(--line)}
.pcbox.pro h4{color:var(--accent)} .pcbox.con h4{color:var(--brand-ink)}
.pcbox ul{margin:0;padding-left:20px;font-size:15px;color:var(--text)}
.pcbox li{margin:4px 0}
@media(max-width:760px){
  .proscons{grid-template-columns:1fr;gap:14px;margin:20px 0 4px}
  .pcbox{padding:18px 18px;border-radius:14px}
  .pcbox h4{font-size:16px}
}

.block{margin:34px 0}
.block > h2{font-size:20px;margin:0 0 14px;font-weight:800}
.spectable{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden}
.spectable td{padding:11px 15px;border-bottom:1px solid var(--line);font-size:14px}
.spectable tr:last-child td{border-bottom:0}
.spectable td:first-child{color:var(--muted);font-weight:600;width:45%}
.spectable td:last-child{font-weight:700}
.ok{color:var(--accent)} .nk{color:var(--muted)}

/* ---- Buy / affiliate ---- */
.buys{display:flex;flex-wrap:wrap;gap:10px}
.buybtn{display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:var(--surface);
  border-radius:12px;padding:12px 16px;font-weight:800;cursor:pointer;box-shadow:var(--shadow);transition:.15s}
.buybtn:hover{transform:translateY(-2px)}
.buybtn .store{font-size:15px}
.buybtn .arw{color:var(--brand-ink)}
.buybtn.disabled{opacity:.5;cursor:not-allowed;box-shadow:none}
.buybtn.disabled .arw{color:var(--muted)}
/* Amazon = primary purchase CTA on the detail page (Rakuten/Yahoo stay as outlined secondary) */
.buybtn.primary{background:var(--brand);border-color:transparent;
  box-shadow:0 8px 22px color-mix(in srgb,var(--brand) 30%,transparent)}
.buybtn.primary .store,.buybtn.primary .arw{color:#fff}
.buybtn.sm{display:inline-flex;justify-content:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:800;
  border-radius:10px;margin:0 auto 6px;background:var(--accent);color:#fff;border-color:transparent}
.buybtn.sm .store{font-size:13px}
.buybtn.sm .arw{color:#fff}
/* secondary buy button in the compare table (e.g. 楽天) — outlined, next to the primary Amazon */
.buybtn.sm.alt{background:transparent;color:var(--accent);border:1px solid var(--accent);box-shadow:none}
.buybtn.sm.alt .store,.buybtn.sm.alt .arw{color:var(--accent)}
.cttoast{position:fixed;left:50%;bottom:96px;transform:translate(-50%,12px);max-width:min(92vw,420px);
  background:#1f2430;color:#fff;padding:12px 18px;border-radius:12px;font-weight:700;font-size:14px;line-height:1.45;
  text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.28);z-index:120;opacity:0;pointer-events:none;
  transition:opacity .22s,transform .22s}
.cttoast.show{opacity:1;transform:translate(-50%,0)}

/* ---- SNS cards ---- */
.snsgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}
.snscard{display:flex;gap:12px;align-items:center;background:var(--surface);border:1px solid var(--line);
  border-radius:12px;padding:12px 14px;transition:.15s;cursor:pointer}
.snscard:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.snscard.disabled{opacity:.55;cursor:not-allowed}
.snsic{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;color:#fff;font-size:20px;flex:0 0 auto;font-weight:800}
.snsic.youtube{background:var(--yt)} .snsic.instagram{background:linear-gradient(45deg,#f9ce34,#ee2a7b,#6228d7)}
.snsic.tiktok{background:var(--tt)} .snsic.x{background:var(--x)}
@media (prefers-color-scheme:dark){.snsic.tiktok,.snsic.x{color:#111}}
.snsmeta{min-width:0}
.snsmeta .t{font-weight:700;font-size:13.5px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.snsmeta .a{color:var(--muted);font-size:12px}

/* ---- Compare bar & table ---- */
.cbar{position:fixed;left:0;right:0;bottom:0;z-index:60;transform:translateY(120%);transition:transform .25s;
  background:var(--surface);border-top:1px solid var(--line);box-shadow:0 -8px 24px rgba(0,0,0,.12)}
.cbar.show{transform:none}
.cbar .in{max-width:var(--maxw);margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:14px}
.cbar .thumbs{display:flex;gap:8px;flex:1;overflow:auto}
.cbar .ct{width:44px;height:44px;border-radius:10px;background:var(--surface-2);display:grid;place-items:center;font-size:22px;position:relative;flex:0 0 auto}
.cbar .ct .x{position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background:var(--brand);color:#fff;font-size:11px;display:grid;place-items:center;cursor:pointer}
.cmpwrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.cmptable{border-collapse:collapse;min-width:100%;background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden}
.cmptable th,.cmptable td{padding:12px 14px;border-bottom:1px solid var(--line);font-size:14px;text-align:center;min-width:150px}
.cmptable th:first-child,.cmptable td:first-child{text-align:left;position:sticky;left:0;background:var(--surface);color:var(--muted);font-weight:600;min-width:150px;z-index:1}
.cmptable thead th{background:var(--surface-2);font-weight:800;vertical-align:top}
.cmptable .em{font-size:30px}
.cmptable tr:last-child td{border-bottom:0}

/* ---- Footer ---- */
footer.site{border-top:1px solid var(--line);margin-top:50px;padding:34px 0;color:var(--muted);font-size:13px}
footer.site .frow{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;align-items:center}
.disc{background:var(--surface-2);border-radius:12px;padding:12px 16px;font-size:12.5px;margin:20px 0 0;color:var(--muted)}

/* ---- Empty state ---- */
.empty{text-align:center;padding:60px 20px;color:var(--muted)}
.empty .em{font-size:52px;margin-bottom:10px}

/* ============================================================
   POLISH LAYER — inspired by Airbnb / Zillow / Dribbble /
   Product Hunt / Spotify / Houzz / Artsy
   ============================================================ */
@media (prefers-reduced-motion:no-preference){
  .pcard,.catcard,.qpill,.snscard,.buybtn{transition:transform .18s cubic-bezier(.2,.7,.3,1),box-shadow .18s,border-color .18s}
  .pcard .thumb .ph{transition:transform .35s cubic-bezier(.2,.7,.3,1)}
  .pgrid{transition:opacity .18s ease}
}
.pgrid.fading{opacity:.35}

/* ---- Airbnb-style "find by need" quick-filter bar ---- */
.qbar-wrap{position:relative;margin:2px 0 6px}
.qbar{display:flex;gap:10px;overflow-x:auto;padding:6px 2px 10px;scrollbar-width:none;scroll-snap-type:x proximity}
.qbar::-webkit-scrollbar{display:none}
.qpill{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;scroll-snap-align:start;
  background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:10px 15px 10px 12px;
  box-shadow:var(--shadow);font-weight:700;font-size:14px;white-space:nowrap}
.qpill:hover{transform:translateY(-2px);border-color:var(--brand)}
.qpill .qic{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;font-size:18px;
  background:linear-gradient(135deg,var(--brand-soft),var(--surface-2))}
.qpill .qsub{color:var(--muted);font-weight:600;font-size:12px}

/* ---- Richer product cards (Dribbble / Product Hunt) ---- */
.pcard{position:relative}
.pcard:hover{box-shadow:0 10px 28px rgba(60,45,30,.14);border-color:color-mix(in srgb,var(--brand) 35%,var(--line))}
.pcard:hover .thumb .ph{transform:scale(1.08)}
.pcard .thumb .ph{font-size:60px;display:block}
/* real photo vs original illustration placeholder */
.thumb img,.hero-img img{width:100%;height:100%;object-fit:cover;display:block}
.thumb .art,.hero-img .art{display:grid;place-items:center;width:100%;height:100%}
.thumb .art svg{width:58%;height:auto;max-height:74%;color:var(--brand-ink);opacity:.9}
.hero-img .art svg{width:44%;height:auto;color:var(--brand-ink);opacity:.9}
.cbar .ct img{width:100%;height:100%;object-fit:cover;border-radius:10px}
.cmptable .em img{width:52px;height:52px;object-fit:cover;border-radius:10px;margin:0 auto}
.pcard .rank{position:absolute;top:10px;right:10px;background:color-mix(in srgb,var(--surface) 86%,transparent);
  backdrop-filter:blur(6px);border:1px solid var(--line);color:var(--text);font-weight:800;font-size:12px;
  padding:4px 9px;border-radius:999px;display:flex;align-items:center;gap:4px}
.pcard .rank .st{color:var(--gold)}
.spec-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}
.spec-chips .sc{display:inline-flex;align-items:center;gap:5px;background:var(--surface-2);border:1px solid var(--line);
  color:var(--muted);font-weight:700;font-size:11.5px;padding:4px 9px;border-radius:8px}
.spec-chips .sc.on{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 35%,var(--line));
  background:color-mix(in srgb,var(--accent) 8%,var(--surface))}
.spec-chips .sc b{color:var(--text);font-weight:800}
.pcard .metaline{display:flex;align-items:center;justify-content:space-between;gap:8px}
.snscount{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:12px;font-weight:700}
.snscount .dot{width:7px;height:7px;border-radius:50%;background:var(--yt);box-shadow:0 0 0 2px color-mix(in srgb,var(--yt) 25%,transparent)}

/* ---- Active-filter summary (Zillow / Dribbble) ---- */
.activefilters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:2px 0 14px;min-height:0}
.activefilters:empty{display:none}
.afpill{display:inline-flex;align-items:center;gap:7px;background:var(--brand-soft);
  border:1px solid color-mix(in srgb,var(--brand) 30%,var(--line));color:var(--brand-ink);
  font-weight:700;font-size:12.5px;padding:6px 8px 6px 12px;border-radius:999px}
.afpill button{border:0;background:color-mix(in srgb,var(--brand) 15%,transparent);color:var(--brand-ink);
  width:18px;height:18px;border-radius:50%;cursor:pointer;font-size:12px;line-height:1;display:grid;place-items:center}
.afpill button:hover{background:var(--brand);color:#fff}
.af-clear{border:0;background:transparent;color:var(--muted);font-weight:800;font-size:12.5px;cursor:pointer;text-decoration:underline;text-underline-offset:3px}
.af-clear:hover{color:var(--brand-ink)}

.toolbar{position:sticky;top:64px;z-index:20;background:color-mix(in srgb,var(--bg) 92%,transparent);
  backdrop-filter:blur(8px);padding:10px 0;margin:0 -4px 6px;border-radius:12px}
.toolbar > *{margin-left:2px;margin-right:2px}

/* ---- Compare: best-value highlight + bars (Spotify) ---- */
.cmptable td.best{background:color-mix(in srgb,var(--accent) 12%,var(--surface));position:relative}
.cmptable .tag{display:inline-block;margin-left:6px;font-size:10px;font-weight:800;color:var(--accent);
  border:1px solid color-mix(in srgb,var(--accent) 40%,transparent);border-radius:6px;padding:1px 5px;vertical-align:middle}
.cmptable .price.best-price{color:var(--accent)}
.cbviz{height:5px;border-radius:3px;background:var(--surface-2);margin:7px auto 0;max-width:120px;overflow:hidden}
.cbviz i{display:block;height:100%;border-radius:3px;background:linear-gradient(90deg,var(--brand),var(--gold))}
.cmptable td.best .cbviz i{background:linear-gradient(90deg,var(--accent),#7fd3c3)}

/* ---- Detail: sticky mobile buy bar + SNS polish (Houzz/IMDb) ---- */
.spec-hi{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 2px}
.spec-hi .h{display:inline-flex;align-items:center;gap:6px;background:var(--surface);border:1px solid var(--line);
  border-radius:10px;padding:7px 12px;font-weight:700;font-size:13px;box-shadow:var(--shadow)}
.spec-hi .h .k{color:var(--muted);font-weight:600}
.snscard{position:relative;overflow:hidden}
.snscard::after{content:"↗";position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--muted);opacity:0;transition:opacity .15s}
.snscard:not(.disabled):hover::after{opacity:1}
.buybar-mobile{display:none}

@media(max-width:760px){
  nav.main{display:none}
  .hbar{gap:10px;height:58px}
  .logo{font-size:18px}
  .langsel select{padding:7px 26px 7px 10px;font-size:13px;max-width:132px;text-overflow:ellipsis}
  .detail{grid-template-columns:1fr;gap:20px}
  .detail .hero-img{font-size:88px}
  .proscons{grid-template-columns:1fr}
  .toolbar{top:56px}
  .buybar-mobile{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:55;gap:10px;align-items:center;
    padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:color-mix(in srgb,var(--bg) 94%,transparent);
    backdrop-filter:blur(10px);border-top:1px solid var(--line)}
  .buybar-mobile .p{flex:1;font-weight:900;font-size:17px}
  .buybar-mobile .p small{display:block;color:var(--muted);font-size:11px;font-weight:700}
  .buybar-mobile a{background:var(--brand);color:#fff;font-weight:800;padding:12px 20px;border-radius:12px}
  .cbar{padding-bottom:env(safe-area-inset-bottom)}
}

/* ============================================================
   iOS-inspired refinement layer (icons + polish) — overrides above
   ============================================================ */

/* logo mark */
.logo{gap:10px;font-size:20px;font-weight:700}
.logo .mark{width:34px;height:34px;border-radius:11px}
.logo .mark .ic{width:19px;height:19px;color:#fff}
.logo b{color:var(--brand-ink);font-weight:800}

/* header / bars — deeper frost */
header.site{background:color-mix(in srgb,var(--bg) 70%,transparent);backdrop-filter:var(--blur);-webkit-backdrop-filter:var(--blur);border-bottom:1px solid var(--line)}
nav.main a{font-weight:600;border-radius:11px}
.langsel select{border-radius:11px;font-weight:600;border-color:var(--line-2)}

/* hero */
.hero{padding:64px 0 30px}
.hero h1{font-weight:800;letter-spacing:-.033em;line-height:1.08}
.hero p.sub{color:var(--muted);font-weight:500}

/* section headings + heading icon */
.sec-h h1,.sec-h h2{font-weight:800;letter-spacing:-.028em;display:flex;align-items:center;gap:2px}

/* category cards → iOS "app tile" icons */
.catcard{border-radius:var(--radius);box-shadow:var(--shadow);border-color:var(--line)}
.catcard .ico{width:54px;height:54px;border-radius:16px;font-size:0;
  background:linear-gradient(140deg,var(--brand-soft),color-mix(in srgb,var(--accent) 12%,var(--surface-2)));
  display:grid;place-items:center;color:var(--brand-ink);margin-bottom:14px}
.catcard .ico .ic{width:28px;height:28px;stroke-width:1.6}
.catcard h3{font-weight:700;letter-spacing:-.02em}
.catcard .go{display:inline-flex;align-items:center;gap:5px;font-weight:600}
.catcard .go .go-arrow{width:15px;height:15px}
.catcard:hover .go-arrow{transform:translateX(2px)}

/* "find by need" pills */
.qpill{border-radius:15px;font-weight:600;box-shadow:var(--shadow);border-color:var(--line)}
.qpill .qic{width:36px;height:36px;border-radius:11px;color:var(--brand-ink);
  background:linear-gradient(140deg,var(--brand-soft),var(--surface-2))}
.qpill .qic .ic{width:19px;height:19px}

/* product cards */
.pcard{border-radius:var(--radius);box-shadow:var(--shadow);border-color:var(--line)}
.pcard:hover{box-shadow:var(--shadow-lg);border-color:var(--line-2)}
.pcard .thumb{aspect-ratio:16/11;background:
  radial-gradient(120% 120% at 50% 0%,color-mix(in srgb,var(--brand-soft) 70%,var(--surface)) 0%,var(--surface-2) 100%)}
.pcard .thumb .art svg{color:var(--brand-ink);opacity:.92}
.pcard .brand{font-size:11.5px;letter-spacing:.06em;color:var(--muted);font-weight:700}
.pcard .pname{font-weight:700;letter-spacing:-.02em;font-size:15.5px}
.pcard .badge{background:color-mix(in srgb,var(--surface) 82%,transparent);backdrop-filter:blur(8px);
  color:var(--text);border:1px solid var(--line);font-weight:700;display:inline-flex;align-items:center;gap:4px;
  border-radius:999px;padding:5px 10px 5px 8px;top:12px;left:12px}
.pcard .badge .ic{width:12px;height:12px;color:var(--gold)}
.metaline{margin-top:1px}
.rating{display:inline-flex;align-items:center;gap:4px;font-weight:700;font-size:13px;white-space:nowrap}
.rating .ic{width:14px;height:14px;color:var(--gold)}
.rating .rn{color:var(--muted);font-weight:500}
.snscount{font-weight:600}
.price{font-weight:800;letter-spacing:-.03em}
.price .cur{font-weight:600}

/* buttons — iOS filled/tinted */
.btn{border-radius:13px;font-weight:600;font-size:14px;padding:11px 13px;transition:transform .12s,filter .15s,background .15s}
.btn:active{transform:scale(.97)}
.btn.p{background:var(--brand);color:#fff;box-shadow:0 4px 14px color-mix(in srgb,var(--brand) 40%,transparent)}
.btn.g{background:color-mix(in srgb,var(--brand) 9%,var(--surface-2));color:var(--brand-ink);border:0}
.btn.g.on{background:var(--accent);color:#fff}

/* chips / filters */
.chip{border-radius:999px;font-weight:600;border-color:var(--line-2);transition:transform .12s,background .15s,color .15s}
.chip:active{transform:scale(.96)}
.chip.on{background:var(--brand);border-color:transparent;box-shadow:0 3px 10px color-mix(in srgb,var(--brand) 35%,transparent)}
.searchbig{border-radius:999px;border-color:var(--line-2);box-shadow:var(--shadow)}
.searchbig input{font-weight:500}
.toolbar select,.catprofile select{border-radius:11px;border-color:var(--line-2);font-weight:600}

/* "your cat" bar */
.catprofile{border-radius:16px;background:color-mix(in srgb,var(--brand-soft) 60%,var(--surface));border-color:var(--line)}
.cp-title{display:inline-flex;align-items:center;gap:6px;font-weight:700}
.cp-title .ic{width:17px;height:17px;color:var(--brand-ink)}

/* active-filter pills */
.afpill{border-radius:999px}

/* detail page */
.detail .hero-img{border-radius:var(--radius);box-shadow:var(--shadow)}
.detail .hero-img .art svg{color:var(--brand-ink)}
.detail h1{font-weight:800;letter-spacing:-.03em}
.detail .rating{font-size:15px}
.detail .rating .ic{width:17px;height:17px}
.detail .rating .starflag{display:inline-flex}
.spec-hi .h{border-radius:11px;font-weight:600;box-shadow:var(--shadow)}
.pcbox{border-radius:15px;border-color:var(--line)}
.pcbox h4{display:flex;align-items:center;gap:7px;font-weight:700}
.pcbox h4 .ic{width:16px;height:16px}
.pcbox.pro h4 .ic{color:var(--accent)}
.pcbox.con h4 .ic{color:var(--brand-ink)}
.spectable{border-radius:15px;border-color:var(--line)}
.buybtn{border-radius:13px;border-color:var(--line-2);box-shadow:var(--shadow);font-weight:700}

/* SNS cards */
.snscard{border-radius:14px;border-color:var(--line)}
.snsic{border-radius:12px}
.snsic .ic{width:22px;height:22px;color:#fff;stroke-width:1.9}
.snsic.tiktok .ic,.snsic.x .ic{color:#fff}
@media (prefers-color-scheme:dark){.snsic.tiktok .ic,.snsic.x .ic{color:#111}}

/* compare */
.cmptable{border-radius:15px;border-color:var(--line)}
.miniic{display:grid;place-items:center;width:100%;height:100%;color:var(--brand-ink)}
.miniic .ic{width:24px;height:24px}
.cbar{border-top:1px solid var(--line);background:color-mix(in srgb,var(--surface) 78%,transparent);backdrop-filter:var(--blur)}
.cbar .ct{border-radius:12px}
.cbar .ct .miniic .ic{width:22px;height:22px}
.cmptable .em .miniic .ic{width:30px;height:30px}
.tag{border-radius:7px}

/* empty state icon */
.empty .em{margin-bottom:8px;color:var(--muted);opacity:.55}
.empty .em .ic{width:46px;height:46px;stroke-width:1.4}

/* footer */
footer.site{border-top:1px solid var(--line)}
.disc{border-radius:14px;background:var(--surface-2)}

/* ---- FAQ (structured content) ---- */
.faq{border:1px solid var(--line);border-radius:14px;background:var(--surface);margin-bottom:10px;
  box-shadow:var(--shadow);overflow:hidden}
.faq summary{list-style:none;cursor:pointer;padding:15px 46px 15px 18px;font-weight:700;font-size:15px;position:relative;
  letter-spacing:-.01em}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";position:absolute;right:18px;top:50%;width:9px;height:9px;
  border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:translateY(-70%) rotate(45deg);transition:transform .2s}
.faq[open] summary::after{transform:translateY(-30%) rotate(225deg)}
.faq p{margin:0;padding:0 18px 17px;color:var(--muted);font-size:14px;line-height:1.7}

/* ---- editorial rating label + methodology page ---- */
.ed-note{color:var(--muted);font-weight:600;font-size:11.5px}
a.ed-note{text-decoration:underline;text-underline-offset:2px;text-decoration-color:var(--line-2)}
a.ed-note:hover{color:var(--brand-ink)}
.detail .rating .ed-note{font-size:13px}
.methodwrap{max-width:760px}
.methodh1{font-size:clamp(26px,4vw,34px);font-weight:800;letter-spacing:-.03em;margin:2px 0 20px}
.method-p{font-size:16px;line-height:1.85;color:var(--text);margin:0 0 16px}
.method-p:first-of-type{font-size:17px;font-weight:600}
/* value tier badge */
.vbadge{font-size:11px;font-weight:800;letter-spacing:.01em;padding:2px 8px;border-radius:999px;
  white-space:nowrap;border:1px solid transparent;line-height:1.5}
.vbadge.val-high{color:var(--accent);background:color-mix(in srgb,var(--accent) 14%,transparent);border-color:color-mix(in srgb,var(--accent) 30%,transparent)}
.vbadge.val-fair{color:var(--muted);background:var(--surface-2);border-color:var(--line)}
.vbadge.val-premium{color:var(--brand-ink);background:var(--brand-soft);border-color:color-mix(in srgb,var(--brand) 22%,transparent)}
.pcard .metaline .vbadge{margin-left:auto}
.pcard .metaline .vbadge + .snscount{margin-left:8px}
/* editorial score breakdown */
.brk .brk-top{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:-4px 0 16px}
.brk-score{display:inline-flex;align-items:center;gap:5px;font-size:22px;font-weight:800;letter-spacing:-.02em}
.brk-score .ic{width:20px;height:20px;color:var(--gold)}
.brk-score small{font-size:13px;font-weight:700;color:var(--muted)}
.brk-link{margin-left:auto;font-size:12.5px;color:var(--brand-ink);font-weight:700;text-decoration:underline;text-underline-offset:2px}
.brk-list{display:flex;flex-direction:column;gap:9px}
.brk-row{display:grid;grid-template-columns:minmax(110px,1.1fr) 3fr auto;align-items:center;gap:12px}
.brk-k{font-size:13.5px;color:var(--muted);font-weight:600}
.brk-bar{height:8px;border-radius:999px;background:var(--surface-2);border:1px solid var(--line);overflow:hidden}
.brk-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--gold))}
.brk-v{font-size:13px;font-weight:800;color:var(--text);font-variant-numeric:tabular-nums;min-width:26px;text-align:right}
.brk-note{margin:14px 0 0;font-size:12.5px;color:var(--muted);line-height:1.7}
@media(max-width:520px){.brk-row{grid-template-columns:minmax(96px,1fr) 2.4fr auto;gap:8px}.brk-k{font-size:12.5px}}
/* real Rakuten review (snapshot) */
.rk-badge{display:inline-flex;align-items:center;gap:3px;font-size:11.5px;font-weight:800;color:#bf0000}
.rk-badge .ic{width:13px;height:13px;color:#bf0000}
.rk-badge .rk-src{color:var(--muted);font-weight:700;font-size:10.5px}
.pcard .rkline{justify-content:flex-start;margin-top:3px}
@media(prefers-color-scheme:dark){.rk-badge,.rk-badge .ic{color:#ff6a6a}}
:root[data-theme="dark"] .rk-badge,:root[data-theme="dark"] .rk-badge .ic{color:#ff6a6a}
:root[data-theme="light"] .rk-badge,:root[data-theme="light"] .rk-badge .ic{color:#bf0000}
.rkreview{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;margin:6px 0 2px;
  font-size:14px;color:var(--text);text-decoration:none}
.rkreview .ic{width:16px;height:16px;color:#bf0000}
.rkreview b{font-size:16px;font-weight:800}
.rkreview .rk-label{font-weight:800;color:#bf0000}
.rkreview .rk-asof{color:var(--muted);font-size:12px;font-weight:600}
a.rkreview:hover .rk-label{text-decoration:underline}
@media(prefers-color-scheme:dark){.rkreview .ic,.rkreview .rk-label{color:#ff6a6a}}
:root[data-theme="dark"] .rkreview .ic,:root[data-theme="dark"] .rkreview .rk-label{color:#ff6a6a}
:root[data-theme="light"] .rkreview .ic,:root[data-theme="light"] .rkreview .rk-label{color:#bf0000}
.price .pricesrc{font-size:12px;font-weight:700;color:var(--muted);margin-left:8px}
.price .pricesrc.live{color:var(--accent)}
/* best-of (おすすめ) */
.best-cta{display:inline-flex;align-items:center;gap:8px;margin:0 0 16px;padding:11px 18px;border-radius:999px;
  font-weight:800;font-size:14px;color:#fff;background:linear-gradient(135deg,var(--brand),var(--gold));
  box-shadow:var(--shadow);text-decoration:none}
.best-cta .ic{width:17px;height:17px;color:#fff}
.best-cta .arw{margin-left:2px;transition:transform .15s}.best-cta:hover .arw{transform:translateX(3px)}
.bestwrap{max-width:1000px}
.best-h1{font-size:clamp(24px,4vw,36px);font-weight:900;letter-spacing:-.03em;line-height:1.2;margin:2px 0 6px}
.best-updated{color:var(--muted);font-size:12.5px;font-weight:600;margin:0 0 14px}
.best-intro{font-size:16px;line-height:1.85;color:var(--text);margin:0 0 8px}
.best-note{margin:0 0 26px}.best-note .flink{color:var(--brand-ink);font-weight:700;font-size:13.5px}
.best-h2{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:800;letter-spacing:-.02em;margin:30px 0 14px}
.best-h2 .hicon{display:inline-flex;width:26px;height:26px;color:var(--brand-ink)}
.best-h2 .hicon .ic{width:22px;height:22px}
.awardgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px}
.awardcard{position:relative;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);
  border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.award-badge{position:absolute;top:10px;left:10px;z-index:2;display:inline-flex;align-items:center;gap:4px;
  background:var(--brand-ink);color:#fff;font-weight:800;font-size:11.5px;padding:4px 10px;border-radius:999px}
.award-badge .ic{width:12px;height:12px;color:var(--gold)}
.awardcard .thumb{display:block;aspect-ratio:1/1;background:var(--brand-soft)}
.award-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:5px}
.award-body .brand{font-size:11px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.award-body h3{font-size:15px;font-weight:800;margin:0;line-height:1.3}
.award-why{font-size:13px;line-height:1.7;color:var(--muted);margin:4px 0 8px}
.award-body .btn{margin-top:auto}
.ranklist{display:flex;flex-direction:column;gap:12px}
.rankrow{display:grid;grid-template-columns:auto 92px 1fr auto;gap:14px;align-items:center;
  background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:14px 16px}
.ranknum{font-size:20px;font-weight:900;color:var(--brand-ink);min-width:44px;text-align:center;font-variant-numeric:tabular-nums}
.rankthumb{display:block;width:92px;aspect-ratio:1/1;border-radius:12px;overflow:hidden;background:var(--brand-soft)}
.rankmain{min-width:0}.rankmain .brand{font-size:11px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.rankmain h3{font-size:16px;font-weight:800;margin:1px 0 5px;line-height:1.3}
.rankmain .metaline{justify-content:flex-start;gap:8px;flex-wrap:wrap}
.rankwons{display:flex;flex-wrap:wrap;gap:6px;margin:7px 0 2px}
.rankwon{font-size:11px;font-weight:800;color:var(--brand-ink);background:var(--brand-soft);
  border:1px solid color-mix(in srgb,var(--brand) 22%,transparent);padding:2px 9px;border-radius:999px}
.rankpros{margin:7px 0 0;padding-left:18px;color:var(--muted);font-size:13px;line-height:1.7}
.rankside{display:flex;flex-direction:column;align-items:stretch;gap:8px;min-width:150px}
.rankside .price{margin:0;text-align:right}
.rankside .amzbtn{margin-top:0}
.rankside .btn{width:100%;justify-content:center}
.critgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}
.crit{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:16px 18px}
.crit h3{font-size:15px;font-weight:800;margin:0 0 8px;color:var(--brand-ink)}
.crit p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.75}
@media(max-width:640px){
  .rankrow{grid-template-columns:auto 66px 1fr;gap:10px;padding:12px}
  .rankthumb{width:66px}.ranknum{font-size:16px;min-width:30px}
  .rankside{grid-column:2 / -1;align-items:stretch;min-width:0;margin-top:4px}
  .rankside .price{text-align:left}
}
/* about / press kit */
.factgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}
.factcard{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:18px 16px;text-align:center}
.fact-n{font-size:32px;font-weight:900;letter-spacing:-.02em;color:var(--brand-ink);line-height:1}
.fact-l{font-size:12.5px;color:var(--muted);font-weight:700;margin-top:6px}
.brandrow{display:flex;align-items:center;gap:14px;margin-bottom:14px}
.brandlogo-lg img{display:block;border-radius:14px}
.brandmeta{display:flex;flex-wrap:wrap;align-items:center;gap:14px}
.brandcolor{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;color:var(--muted);font-weight:600}
.brandcolor b{color:var(--text);font-variant-numeric:tabular-nums}
.brandcolor .swatch{width:18px;height:18px;border-radius:5px;border:1px solid var(--line);display:inline-block}
/* guide articles */
.guide-p{font-size:16px;line-height:1.9;color:var(--text);margin:0 0 20px;max-width:760px}
.guide-cta{margin-top:8px}
.methodwrap .best-h2{max-width:760px}
/* data pages */
.cat-ctas{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}
.data-cta{display:inline-flex;align-items:center;gap:8px;padding:11px 18px;border-radius:999px;font-weight:800;font-size:14px;
  color:var(--brand-ink);background:var(--surface);border:1px solid color-mix(in srgb,var(--brand) 30%,transparent);text-decoration:none}
.data-cta .ic{width:17px;height:17px}
.data-cta .arw{transition:transform .15s}.data-cta:hover .arw{transform:translateX(3px)}
.dcard{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:18px}
.dcard-h{display:flex;align-items:center;gap:6px;font-size:13.5px;font-weight:800;color:var(--muted);margin:0 0 8px}
.dcard-h .ic{width:15px;height:15px;color:var(--gold)}
.dbig{font-size:34px;font-weight:900;letter-spacing:-.02em;line-height:1}
.dbig small{font-size:15px;font-weight:700;color:var(--muted)}
.dnote{margin:8px 0 0;font-size:12.5px;color:var(--muted)}
.dgrid2{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}
.drange{margin:2px 0}
.drange-bar{position:relative;height:8px;border-radius:999px;background:linear-gradient(90deg,color-mix(in srgb,var(--accent) 45%,transparent),color-mix(in srgb,var(--brand) 55%,transparent))}
.drange-med{position:absolute;top:50%;width:14px;height:14px;border-radius:50%;background:var(--surface);border:3px solid var(--brand-ink);transform:translate(-50%,-50%)}
.drange-lbl{display:flex;justify-content:space-between;font-size:12.5px;color:var(--muted);margin-top:9px;font-variant-numeric:tabular-nums}
.drange-m{color:var(--text);font-weight:700}.drange-m b{color:var(--brand-ink)}
.dfeat{display:grid;grid-template-columns:minmax(110px,1.2fr) 3fr auto;gap:12px;align-items:center;padding:6px 0;border-bottom:1px solid var(--line)}
.dfeat:last-child{border:none}
.dfeat-l{font-size:13.5px;color:var(--text);font-weight:600}
.dfeat-bar{height:8px;border-radius:999px;background:var(--surface-2);border:1px solid var(--line);overflow:hidden}
.dfeat-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--gold))}
.dfeat-v{font-size:13px;font-weight:800;font-variant-numeric:tabular-nums;min-width:74px;text-align:right}
.dfeat-v small{color:var(--muted);font-weight:600}
.dnumgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}
.dnum{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:14px 16px}
.dnum-h{font-size:13.5px;font-weight:700;color:var(--text);margin-bottom:12px}
.dhubgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px}
.dhub{display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:14px 16px;text-decoration:none;box-shadow:var(--shadow)}
.dhub:hover{border-color:color-mix(in srgb,var(--brand) 40%,transparent)}
.dhub-ic{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:none;border-radius:12px;background:var(--brand-soft);color:var(--brand-ink)}
.dhub-ic .ic{width:24px;height:24px}
.dhub-b{display:flex;flex-direction:column;min-width:0;flex:1}
.dhub-t{font-weight:800;font-size:15px;color:var(--text)}
.dhub-s{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--muted);font-weight:600;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dhub-s .ic{width:12px;height:12px;color:var(--gold);flex:none}
.dhub .arw{flex:none;color:var(--muted)}.dhub:hover .arw{color:var(--brand-ink)}
@media(max-width:520px){.dgrid2{grid-template-columns:1fr}.dfeat{grid-template-columns:minmax(90px,1fr) 2fr auto;gap:8px}}
/* listing-request form */
.lr-policy{background:var(--brand-soft);border:1px solid color-mix(in srgb,var(--brand) 18%,transparent);border-radius:14px;padding:14px 18px;margin:14px 0 24px}
.lr-policy h2{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:800;margin:0 0 6px;color:var(--brand-ink)}
.lr-policy h2 .ic{width:16px;height:16px}
.lr-policy p{margin:0;font-size:13.5px;line-height:1.8;color:var(--text)}
.lrform{display:flex;flex-direction:column;gap:14px;max-width:560px}
.lrf{display:flex;flex-direction:column;gap:5px}
.lrf-l{font-size:13.5px;font-weight:700;color:var(--text)}
.lrf-l .req{font-size:11px;font-weight:800;color:var(--brand-ink);background:var(--brand-soft);padding:1px 7px;border-radius:999px;margin-left:6px}
.lrform input,.lrform select,.lrform textarea{width:100%;border:1px solid var(--line);background:var(--surface);color:var(--text);
  border-radius:11px;padding:11px 13px;font:inherit}
.lrform input:focus,.lrform select:focus,.lrform textarea:focus{outline:none;border-color:color-mix(in srgb,var(--brand) 55%,transparent)}
.lrform textarea{resize:vertical;min-height:96px}
.lr-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0}
.lr-submit{max-width:240px;margin-top:2px}
.lr-submit:disabled{opacity:.6;cursor:default}
.lrmsg{margin:2px 0 0;font-size:14px;font-weight:600;min-height:1em}
.lrmsg.ok{color:var(--accent)}.lrmsg.err{color:#c0392b}
.fmeta .flink+.flink{margin-top:2px}
/* home: best-of entry cards + vs links */
.bestgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}
.bestentry{display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--line);
  border-radius:16px;padding:14px 16px;text-decoration:none;box-shadow:var(--shadow)}
.bestentry:hover{border-color:color-mix(in srgb,var(--brand) 40%,transparent)}
.be-ico{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:none;
  border-radius:12px;background:var(--brand-soft);color:var(--brand-ink)}
.be-ico .ic{width:24px;height:24px}
.be-body{display:flex;flex-direction:column;min-width:0;flex:1}
.be-t{font-weight:800;font-size:14.5px;color:var(--text);line-height:1.3}
.be-top{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--muted);font-weight:600;margin-top:3px;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.be-top .ic{width:12px;height:12px;color:var(--gold);flex:none}
.bestentry .arw{flex:none;color:var(--muted)}.bestentry .go-arrow{width:20px;height:20px}
.bestentry:hover .arw{color:var(--brand-ink)}
.vslinks-home{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:8px}
/* Amazon CTA on content pages */
.amzbtn{display:inline-flex;align-items:center;justify-content:center;gap:5px;width:100%;margin-top:7px;
  padding:9px 14px;border-radius:12px;font-weight:800;font-size:13.5px;text-decoration:none;
  color:#3a2c00;background:linear-gradient(180deg,#ffd814,#ffb200);border:1px solid #e0a000}
.amzbtn:hover{filter:brightness(1.03)}
.amzbtn .arw{transition:transform .15s}.amzbtn:hover .arw{transform:translateX(3px)}
.award-cta{display:flex;flex-direction:column;gap:0;margin-top:auto}
.award-cta .btn{margin:0}
/* vs comparison */
.vs-cards{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:center;margin:6px 0 8px}
.vscard{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.vscard .thumb{display:block;aspect-ratio:1/1;background:var(--brand-soft)}
.vscard-b{padding:12px 14px 14px;display:flex;flex-direction:column;gap:5px}
.vscard-b .brand{font-size:11px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.vscard-b h3{font-size:15px;font-weight:800;margin:0;line-height:1.3}
.vscard-b .btn{margin-top:6px}
.vs-vs{font-weight:900;font-size:18px;color:var(--brand-ink);background:var(--brand-soft);border:1px solid color-mix(in srgb,var(--brand) 22%,transparent);width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.vstable-wrap{overflow-x:auto}
.vstable{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden;min-width:420px}
.vstable thead th{font-size:13px;font-weight:800;padding:11px 14px;background:var(--surface-2);border-bottom:1px solid var(--line);text-align:center}
.vstable thead th:nth-child(2){width:34%}
.vstable td,.vstable th{padding:10px 14px;border-bottom:1px solid var(--line);font-size:14px;text-align:center}
.vstable tbody th{font-weight:600;color:var(--muted);background:var(--surface-2);font-size:13px}
.vstable .vsc{font-weight:600;position:relative}
.vstable .vsc .ic{width:14px;height:14px;color:var(--accent);vertical-align:-2px;margin-right:2px}
.vstable .vsc.win{color:var(--accent);font-weight:800;background:color-mix(in srgb,var(--accent) 9%,transparent)}
.vs-choose{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.vs-choose-col{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:16px 18px}
.vs-choose-col h3{font-size:15px;font-weight:800;margin:0 0 6px;color:var(--brand-ink)}
.vs-lead-lbl{font-size:11px;font-weight:800;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}
.vs-leads{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}
.vs-leads li{font-size:13.5px;color:var(--text);line-height:1.5}
.vs-leads .ic{width:14px;height:14px;color:var(--accent);vertical-align:-2px;margin-right:5px}
.vs-note{margin-top:16px;background:var(--brand-soft);border:1px solid color-mix(in srgb,var(--brand) 18%,transparent);border-radius:14px;padding:16px 18px}
.vs-note h3{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:800;margin:0 0 8px;color:var(--brand-ink)}
.vs-note h3 .ic{width:18px;height:18px}
.vs-note p{margin:0;font-size:14px;line-height:1.85;color:var(--text)}
.vslinks{display:flex;flex-direction:column;gap:8px}
.vslink{display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:12px 16px;font-weight:700;font-size:14px;color:var(--text);text-decoration:none}
.vslink:hover{border-color:color-mix(in srgb,var(--brand) 40%,transparent)}
.vslink .vs-x{color:var(--brand-ink);font-weight:900;font-size:12px;padding:1px 7px;background:var(--brand-soft);border-radius:999px}
.vslink .arw{margin-left:auto;color:var(--muted);transition:transform .15s}.vslink:hover .arw{transform:translateX(3px)}
@media(max-width:560px){.vs-cards{grid-template-columns:1fr 1fr;gap:8px}.vs-vs{display:none}.vs-choose{grid-template-columns:1fr}}
/* ---- paid sponsored placements (labeled PR, visually separate from rankings) ---- */
.prwrap{display:grid;gap:12px;margin:18px 0 4px}
.prslot{position:relative;border:1px dashed color-mix(in srgb,var(--muted) 45%,transparent);background:color-mix(in srgb,var(--muted) 5%,var(--surface));border-radius:14px;padding:6px}
.pr-badge{display:inline-block;font-size:10.5px;font-weight:900;letter-spacing:.08em;color:var(--muted);background:color-mix(in srgb,var(--muted) 14%,transparent);border-radius:6px;padding:2px 7px}
.prslot>.pr-badge{position:absolute;top:10px;right:10px;z-index:1}
.prslot-in{display:flex;align-items:center;gap:14px;padding:12px 14px;text-decoration:none;border-radius:10px}
.prslot-img{flex:0 0 64px;width:64px;height:64px;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--line)}
.prslot-img img{width:100%;height:100%;object-fit:cover}
.prslot-img.art{color:var(--muted)}.prslot-img.art svg{width:34px;height:34px}
.prslot-b{min-width:0;display:flex;flex-direction:column;gap:3px}
.prslot-b .brand{font-size:11px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.prslot-t{font-size:15px;font-weight:800;color:var(--text);line-height:1.35}
.prslot-d{font-size:13px;color:var(--muted);line-height:1.6}
.prslot .arw{margin-left:auto;color:var(--muted);flex:0 0 auto;transition:transform .15s}.prslot-in:hover .arw{transform:translateX(3px)}
.pr-disclosure{display:flex;align-items:center;gap:9px;flex-wrap:wrap;font-size:13px;color:var(--muted);line-height:1.7;background:color-mix(in srgb,var(--muted) 6%,var(--surface));border:1px solid var(--line);border-radius:12px;padding:11px 15px;margin:0 0 14px}
/* footer meta */
.fmeta{display:flex;flex-direction:column;gap:4px;align-items:flex-end;text-align:right}
.fmeta .flink{color:var(--brand-ink);font-weight:700}
.fmeta .flink:hover{text-decoration:underline}
.fmeta .fnote{color:var(--muted)}
@media(max-width:600px){.fmeta{align-items:flex-start;text-align:left}}
.jponly{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);background:var(--surface);border:1px dashed var(--line);border-radius:10px;padding:8px 14px}
.per100g{color:var(--accent);font-weight:800;white-space:nowrap}
.per100g-sm{display:block;color:var(--muted);font-weight:700;font-size:12px;margin-top:1px}
/* price history (own observation series) */
.phchart{display:block;width:100%;height:90px;margin:2px 0 12px}
.phstats{display:flex;gap:10px;flex-wrap:wrap}
.phstat{flex:1 1 120px;background:var(--surface-2,var(--bg));border:1px solid var(--line);border-radius:12px;padding:10px 13px}
.phstat span{display:block;font-size:12px;color:var(--muted);font-weight:700}
.phstat b{font-size:18px;font-weight:900}
.phstat.low b{color:var(--brand-ink)}
.phnote{margin:11px 0 0;font-size:13px;color:var(--muted)}
.phnote.best{display:flex;align-items:center;gap:6px;color:var(--brand-ink);font-weight:800}
.phnote.sub{font-size:12px;margin-top:6px}
/* editorial identity (E-E-A-T) */
.editorcard{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:18px 20px;margin:0 0 6px}
.editorname{font-weight:900;font-size:16px;margin-bottom:8px}
.editorcard p{margin:0 0 8px;color:var(--muted);font-size:14px;line-height:1.85}
.editorcard p:last-child{margin-bottom:0}
.editormethod{font-size:13px}
.byline{color:var(--muted)}
/* enriched pros/cons: headline + spec-grounded detail, with a highlighter on the key point */
.pcbox li{margin-bottom:11px}
.pcbox li:last-child{margin-bottom:0}
.pcbox li b{display:block;font-weight:800;font-size:15.5px;line-height:1.55}
.pcbox li b.hl{display:inline;background:linear-gradient(transparent 58%,var(--mark) 58%);
  padding:0 2px;border-radius:2px;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.pcbox .pcb{display:block;margin-top:6px;color:var(--muted);font-size:14.5px;line-height:1.9;font-weight:500}
/* highlighted key phrase inside guide prose (==...== in the copy) */
mark.hl{background:linear-gradient(transparent 58%,var(--mark) 58%);color:inherit;
  padding:0 2px;border-radius:2px;font-weight:700;
  box-decoration-break:clone;-webkit-box-decoration-break:clone}
/* price movement table */
.dltable-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px;background:var(--surface)}
.dltable{width:100%;border-collapse:collapse;font-size:14px;min-width:560px}
.dltable th{text-align:left;font-size:12px;color:var(--muted);font-weight:800;padding:11px 14px;border-bottom:1px solid var(--line);white-space:nowrap}
.dltable td{padding:12px 14px;border-bottom:1px solid var(--line);vertical-align:top}
.dltable tr:last-child td{border-bottom:none}
.dl-p a{font-weight:800;line-height:1.4}
.dl-b{display:block;font-size:12px;color:var(--muted);font-weight:600;margin-top:3px}
.dl-now{font-weight:900;white-space:nowrap}
.dl-low{display:block;font-size:11px;font-weight:800;color:var(--brand-ink);margin-top:3px}
.dl-was{color:var(--muted);white-space:nowrap}
.dl-chg{font-weight:900;white-space:nowrap}
.dl-chg.down{color:var(--accent)} .dl-chg.up{color:var(--brand-ink)} .dl-chg.flat{color:var(--muted)}
.dl-n{color:var(--muted);text-align:right}
/* products shown inside a guide: keep the three picks on one row in the narrower
   article column, so none is left stranded on a second line */
.guide-pgrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:4px 0 22px}
@media(max-width:820px){.guide-pgrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.guide-pgrid{grid-template-columns:1fr}}

/* ---- Hero proof strip: the evidence under the promise ---- */
.proof{list-style:none;margin:26px auto 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:8px 10px;max-width:820px}
.proof li{display:inline-flex;align-items:center;gap:7px;padding:8px 14px 8px 11px;border-radius:999px;
  background:var(--surface);border:1px solid var(--line);color:var(--text);font-size:13.5px;font-weight:600;box-shadow:var(--shadow)}
.proof .ic{width:15px;height:15px;color:var(--brand-ink)}
@media(max-width:560px){.proof{gap:6px}.proof li{font-size:12.5px;padding:7px 12px 7px 10px}}

/* ---- Compare: suggestions under the (usually empty) table ---- */
.cmp-suggest{margin-top:26px;padding-top:26px;border-top:1px solid var(--line)}
.cmp-suggest .sec-h h2{font-size:19px}

/* ---- Site search (header + home hero) ---- */
.hsearch,.herosearch{position:relative;margin:0}
.hsearch{width:230px;flex:none}
nav.main{flex:none}
@media(max-width:1000px){.hsearch{width:170px}}
.hsearch input,.herosearch input{width:100%;border:1px solid var(--line);background:var(--surface);color:var(--text);
  border-radius:12px;padding:8px 12px;font:inherit;font-size:14px;font-weight:600;outline:none;box-shadow:var(--shadow)}
.hsearch input:focus,.herosearch input:focus{border-color:color-mix(in srgb,var(--brand) 55%,var(--line))}
.herosearch{max-width:560px;margin:0 auto 18px}
.herosearch input{border-radius:999px;padding:14px 22px;font-size:16px;box-shadow:var(--shadow-lg)}
.hs-res{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:70;background:var(--surface);border:1px solid var(--line);
  border-radius:14px;box-shadow:var(--shadow-lg);overflow:hidden;text-align:left}
.hs-item{display:flex;flex-direction:column;gap:2px;padding:10px 14px;border-bottom:1px solid var(--line)}
.hs-item:last-child{border-bottom:0}
.hs-item:hover,.hs-item:focus{background:var(--brand-soft)}
.hs-item b{font-size:14px;font-weight:700;line-height:1.3}
.hs-item span,.hs-none{font-size:12px;color:var(--muted);font-weight:600}
.hs-none{padding:12px 14px}
@media(max-width:760px){.hsearch{display:none}}

/* ---- Monthly report archive ---- */
.archive{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 10px}
.archive-item{display:inline-block;padding:7px 13px;border-radius:999px;border:1px solid var(--line);background:var(--surface);
  font-size:13.5px;font-weight:700;color:var(--text)}
.archive-item:hover{border-color:var(--brand)}
.archive-item.on{background:var(--brand);border-color:transparent;color:#fff}

/* ---- Unit-price table ---- */
.dltable .dl-rank{font-weight:900;color:var(--brand-ink);width:40px}
.dltable.unit .dl-now b{font-size:16px}
.dltable.unit .dl-now .dl-b{display:inline;margin-left:4px}
.dltable .dl-n .rating{font-size:13px}

/* ---- Condition hub ---- */
.sec-h h1 .hicon{vertical-align:-.28em}
.cat-ctas{display:flex;flex-wrap:wrap;gap:10px;align-items:center}

/* ---- Guide: spec table + single-language note ---- */
.gtable-wrap{overflow-x:auto;margin:-6px 0 22px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}
.gtable{border-collapse:collapse;width:100%;min-width:640px;font-size:13.5px}
.gtable th,.gtable td{padding:10px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
.gtable thead th{font-size:12px;color:var(--muted);font-weight:700;background:var(--surface-2);white-space:nowrap}
.gtable tbody th{font-weight:700;white-space:nowrap}
.gtable tbody tr:last-child th,.gtable tbody tr:last-child td{border-bottom:0}
.gtable td{font-variant-numeric:tabular-nums}
.guide-note{margin:0 0 22px;padding:14px 16px;border-radius:12px;background:var(--brand-soft);border:1px solid color-mix(in srgb,var(--brand) 25%,var(--line));font-size:14px;line-height:1.8;color:var(--text)}

/* ---- "Japan-market model" badge on cards outside /ja/ ---- */
.jpmk{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:700;color:var(--muted);
  background:var(--surface-2);border:1px solid var(--line)}

/* ============================================================
   Data-first layer (2026-09-06)
   The catalogue is mostly without photographs — marketplace shots carrying point
   campaigns and coupons were dropped (data/image-blocklist.json), so 67 of 79 products
   show a no-photo slot. That slot therefore has to recede rather than decorate, and the
   weight of a card has to sit on the figures. Overrides the iOS layer above.
   ============================================================ */

/* ---- Image slot: quiet and identical whether or not a photo exists ---- */
.pcard .thumb,
.detail .hero-img{background:var(--surface-2)}
.pcard .thumb{aspect-ratio:4/3}
/* contain, not cover: a product shot must not be cropped to fill a box, and the 12 real
   photos then sit on the same ground as the 67 empty slots instead of shouting past them */
.thumb img,.hero-img img{object-fit:contain;padding:10px}
.detail .hero-img img{padding:18px}
.thumb .art svg,.hero-img .art svg,.pcard .thumb .art svg,.detail .hero-img .art svg{
  color:var(--muted);opacity:.28;width:34%;max-height:44%}
.pcard:hover .thumb .ph,.pcard .thumb .ph{transform:none}
.pcard:hover .thumb .art svg{opacity:.36}

/* ---- The computed score, shown as a figure and a bar ---- */
.scoreline{display:flex;align-items:center;gap:8px;margin-top:2px}
.scorenum{font-size:16px;font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1}
.scorebar{flex:1;min-width:34px;height:5px;border-radius:3px;background:var(--surface-2);overflow:hidden}
.scorebar i{display:block;height:100%;border-radius:3px;background:linear-gradient(90deg,var(--accent),var(--gold))}
.scorelab{font-size:11px;font-weight:700;color:var(--muted);white-space:nowrap}
/* always rendered, so every card in a row ends at the same height */
.subline{display:flex;align-items:center;gap:8px;min-height:18px;font-size:12px}
.subline:empty{min-height:18px}

/* ---- Figures read as figures ---- */
.price,.scorenum,.dltable td,.gtable td,.phstat b,.spectable td:last-child{font-variant-numeric:tabular-nums}

/* ---- One primary action per card; comparing is a secondary act ---- */
.btn.ghost{background:transparent;border:1px solid var(--line);color:var(--muted);box-shadow:none}
.btn.ghost:hover{border-color:var(--brand);color:var(--brand-ink)}
.pcard .acts{gap:8px}
.pcard .acts .btn.p{flex:1}
.pcard .acts .cmpbtn{flex:0 0 auto;padding:11px 12px}
.cmpbtn.on{border-color:var(--brand);color:var(--brand-ink);background:var(--brand-soft)}

/* ---- Spec chips: a fixed two-line band keeps rows aligned ---- */
.pcard .spec-chips{min-height:52px;align-content:flex-start}
@media(max-width:560px){.pcard .spec-chips{min-height:0}}

/* ---- Card head: small identifying thumbnail beside brand and name ---- */
.pcard{padding:0}
.phead{display:flex;gap:12px;align-items:flex-start;padding:14px 15px 0}
.pcard .thumb{flex:0 0 76px;width:76px;height:76px;aspect-ratio:auto;border-radius:12px;
  border:1px solid var(--line);background:var(--surface-2);overflow:hidden;display:grid;place-items:center}
.pcard .thumb img{padding:6px}
.pcard .thumb .art svg{width:52%;max-height:52%}
.pid{min-width:0;flex:1}
.pid .brand{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:2px}
.pcard .badge{position:static;top:auto;left:auto;padding:2px 7px;font-size:10px;backdrop-filter:none}
.pcard .pname{font-size:16px;line-height:1.35}
.pcard .body{padding:10px 15px 15px;gap:8px}
/* the head already carries the identity, so the body starts at the data */
.pcard .spec-chips{margin-top:0}
@media(max-width:560px){.phead{padding:12px 13px 0}.pcard .body{padding:9px 13px 13px}}

/* ---- Detail: a product with no publishable photograph gets the full width ---- */
.detail.nophoto{grid-template-columns:1fr}
.detail.nophoto > div{max-width:760px}
.detail .hero-img{background:var(--surface-2)}

/* ---- Award cards use the same head as the product cards ---- */
.awardcard .thumb{display:grid;place-items:center;aspect-ratio:auto;flex:0 0 68px;width:68px;height:68px;
  border-radius:12px;border:1px solid var(--line);background:var(--surface-2);overflow:hidden}
.awardcard .thumb img{padding:6px}
.awardcard .thumb .art svg{width:52%;max-height:52%}
.awardcard .phead{padding:0 0 4px}
.awardcard .award-body{padding-top:16px}
.awardcard .award-badge{position:static;display:inline-flex;margin:0 0 2px}

/* ---- The buy button belongs to this site, not to the marketplace ----
   An Amazon-yellow slab next to the brand orange reads as an advertisement dropped into
   the page. Same shape as the primary action, one step quieter. */
.amzbtn{background:var(--surface);color:var(--text);border:1px solid var(--line-2);
  box-shadow:none;font-weight:700}
.amzbtn .arw{color:var(--muted)}
.amzbtn:hover{border-color:var(--brand);color:var(--brand-ink)}
.amzbtn:hover .arw{color:var(--brand-ink)}

/* ---- Detail: comparing is secondary here too ---- */
.detail .btn.g,.detail .btn.p.addcmp{background:transparent;border:1px solid var(--line);color:var(--muted);box-shadow:none}

/* ---- Long model names stay to two lines so rows keep their rhythm ---- */
.pcard .pname,.awardcard h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

/* ---- Award grid: four picks should sit on one line, not three plus an orphan ---- */
.awardgrid{grid-template-columns:repeat(auto-fill,minmax(205px,1fr))}

/* ---- Compact category cards: the count belongs on the title line ---- */
.catcard{padding:15px 16px 16px}
.cchead{display:flex;align-items:center;gap:10px;margin-bottom:7px}
.catcard .ico{width:36px;height:36px;flex:0 0 36px;margin:0;border-radius:11px;display:grid;place-items:center;
  background:var(--surface-2);color:var(--brand-ink);font-size:0}
.catcard .ico .ic{width:19px;height:19px}
.catcard h3{margin:0;font-size:16px;flex:1;min-width:0}
.ccn{font-size:13px;font-weight:800;color:var(--muted);font-variant-numeric:tabular-nums}
.catcard p{margin:0;font-size:13px;line-height:1.65;color:var(--muted)}
.catgrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}

/* ---- Shorter hero: the search field is the action ---- */
.hero{padding:40px 0 26px}
.herosearch{margin-bottom:0}
.proof{margin-top:20px}

/* ---- Navigation below 760px ----
   The header used to hide both the nav and the search there, leaving a logo and a
   language menu: from a product page there was no way to reach the guides, the price
   pages or the comparison table except the footer. */
.mnav{display:none}
.searchtoggle{display:none;border:1px solid var(--line);background:var(--surface);color:var(--text);
  width:38px;height:38px;border-radius:11px;place-items:center;cursor:pointer;flex:none}
.searchtoggle .ic{width:18px;height:18px}
@media(max-width:760px){
  .mnav{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none;
    padding:0 20px 9px;border-top:1px solid var(--line);margin-top:-1px}
  .mnav::-webkit-scrollbar{display:none}
  .mnav a{flex:0 0 auto;padding:9px 12px;border-radius:999px;font-size:13.5px;font-weight:700;color:var(--muted);white-space:nowrap}
  .mnav a.on{color:var(--brand-ink);background:var(--brand-soft)}
  .mnav a:first-child{padding-left:0}
  .searchtoggle{display:grid}
  .hsearch{display:none;position:absolute;left:0;right:0;top:100%;width:auto;padding:10px 20px 12px;
    background:var(--bg);border-bottom:1px solid var(--line)}
  header.site.searchopen .hsearch{display:block}
  header.site{position:sticky}
  .hbar{position:relative}
}

/* ---- Nine categories and nine best-of links divide evenly by three, not four ---- */
.catgrid,.bestgrid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr))}
/* the PICK badge must not push itself onto a second line under a long brand name */
.pid .brand{flex-wrap:nowrap}
.pid .brand > :first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pcard .badge{flex:none}

/* ---- Category toolbar: the sort label used to end a row and its menu start the next ---- */
.toolbar{flex-wrap:nowrap;align-items:center;gap:12px}
.tb-q{flex:1 1 auto;min-width:0;max-width:380px;margin:0;box-shadow:none}
.tb-q input{min-width:0}
.tb-sort{flex:0 0 auto;margin-left:auto;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}
.tb-sort > span{color:var(--muted);font-size:13px;font-weight:700}
@media(max-width:560px){
  .toolbar{flex-wrap:wrap}
  .tb-q{flex:1 1 100%;max-width:none}
  .tb-sort{margin-left:0;width:100%}
  .tb-sort select{flex:1}
  /* filter chips scroll rather than stacking into three ragged rows */
  .filters-row{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}
  .filters-row::-webkit-scrollbar{display:none}
  .filters-row .chip,.filters-row button{flex:0 0 auto}
}

/* ---- Versus cards share the card head ---- */
.vscard .thumb{flex:0 0 76px;width:76px;height:76px;aspect-ratio:auto;border-radius:12px;
  border:1px solid var(--line);background:var(--surface-2);display:grid;place-items:center;overflow:hidden}
.vscard .thumb img{padding:6px}
.vscard .thumb .art svg{width:52%;max-height:52%}
.vscard .phead{padding:0 0 10px}
.vscard-b{padding-top:16px}

/* ---- The score figure must never wrap, and the bar must not run the width of a row ---- */
.scorenum{flex:0 0 auto;white-space:nowrap}
.scorelab{flex:0 0 auto}
.scorebar{max-width:110px}
.rankmain .scoreline{max-width:420px}

/* ---- Every remaining image slot uses the same neutral ground ---- */
.rankthumb,.cbar .ct,.cmptable .em{background:var(--surface-2)}
.rankthumb .art svg,.cbar .ct .art svg,.cmptable .em .art svg{color:var(--muted);opacity:.3}
.rankthumb img,.cmptable .em img{object-fit:contain;padding:5px}
.guide-pgrid .pcard .thumb{flex-basis:64px;width:64px;height:64px}
