@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;0,6..96,600;0,6..96,700;1,6..96,500;1,6..96,600&family=Jost:wght@300;400;500;600&display=swap');

/* ============================================================
   TRINKET HARBOR — editorial jewelry atelier
   palette: warm ivory paper · espresso ink · antique gold · emerald
   ============================================================ */
:root{
  --paper:#f6f1e8;
  --paper-2:#efe7d8;
  --paper-3:#e7dcc8;
  --card:#fbf8f2;
  --ink:#231c14;
  --ink-2:#4b3f30;
  --muted:#8a7b64;
  --line:#ddd0b8;
  --line-soft:#e8dfce;
  --gold:#b08a3e;
  --gold-2:#caa457;
  --gold-deep:#8a6a26;
  --emerald:#1f5c4a;
  --emerald-2:#2c7a62;
  --wine:#7a2f36;
  --radius:3px;
  --radius-lg:6px;
  --shadow:0 18px 40px -24px rgba(51,38,18,.45);
  --shadow-lg:0 30px 70px -34px rgba(51,38,18,.55);
  --font-head:'Bodoni Moda',Georgia,serif;
  --font-body:'Jost','Segoe UI',sans-serif;
  --maxw:1200px;
}
*{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);color:var(--ink);line-height:1.65;
  background-color:var(--paper);
  background-image:
    radial-gradient(1200px 600px at 85% -5%,rgba(176,138,62,.10),transparent 60%),
    radial-gradient(900px 500px at 5% 8%,rgba(31,92,74,.06),transparent 55%);
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--gold-deep);text-decoration:none}
h1,h2,h3,h4{font-family:var(--font-head);font-weight:600;line-height:1.12;color:var(--ink);margin:0}
p{margin:0 0 1rem}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.th-eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-body);
  font-size:.72rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-deep)}
.th-eyebrow::before,.th-eyebrow::after{content:"";width:26px;height:1px;background:var(--gold);opacity:.6}
.th-eyebrow.solo::after{display:none}
.gem{color:var(--gold);display:inline-block}

/* ---------- reveal animation ---------- */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1)}
.reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

/* ============================================================
   HEADER
   ============================================================ */
.th-header{position:sticky;top:0;z-index:120;transition:background .4s,box-shadow .4s,border-color .4s;
  background:rgba(246,241,232,0);border-bottom:1px solid transparent}
.th-header.solid{background:rgba(246,241,232,.92);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);box-shadow:0 10px 30px -26px rgba(51,38,18,.6)}
.th-header-inner{max-width:var(--maxw);margin:0 auto;display:flex;align-items:center;gap:1.5rem;padding:.9rem 24px}
.th-brand{display:flex;align-items:center;gap:.7rem;color:var(--ink)}
.th-brand-logo{height:42px;width:auto;filter:drop-shadow(0 2px 6px rgba(51,38,18,.18))}
.th-brand-txt{display:flex;flex-direction:column;line-height:1}
.th-brand-name{font-family:var(--font-head);font-size:1.32rem;font-weight:600;letter-spacing:.01em}
.th-brand-tag{font-size:.6rem;letter-spacing:.34em;text-transform:uppercase;color:var(--gold-deep);margin-top:3px}
.th-header.on-hero:not(.solid) .th-brand-name{color:#f6f1e8}
.th-header.on-hero:not(.solid) .th-brand-tag{color:var(--gold-2)}
.th-nav{margin-left:auto}
.th-nav-list{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}
.th-nav-link{position:relative;font-size:.82rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;
  color:var(--ink-2);padding:.4rem 0;transition:color .25s}
.th-header.on-hero:not(.solid) .th-nav-link{color:rgba(246,241,232,.86)}
.th-nav-link::after{content:"";position:absolute;left:0;right:100%;bottom:-2px;height:1.5px;background:var(--gold);transition:right .3s ease}
.th-nav-link:hover{color:var(--gold-deep)}
.th-header.on-hero:not(.solid) .th-nav-link:hover{color:#fff}
.th-nav-link:hover::after{right:0}
.th-nav-item.has-menu{position:relative}
.th-dropdown{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%) translateY(8px);
  min-width:240px;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg);padding:.6rem;opacity:0;visibility:hidden;transition:.28s;
  display:grid;grid-template-columns:1fr 1fr;gap:2px}
.th-nav-item.has-menu:hover .th-dropdown,.th-nav-item.has-menu:focus-within .th-dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.th-dropdown a{padding:.5rem .7rem;border-radius:var(--radius);font-size:.82rem;letter-spacing:.04em;
  text-transform:none;color:var(--ink-2);display:flex;align-items:center;gap:.5rem;transition:background .2s,color .2s}
.th-dropdown a:hover{background:var(--paper-2);color:var(--gold-deep)}
.th-dropdown a::before{content:"◆";font-size:.5rem;color:var(--gold)}
.th-search-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;
  border:1px solid var(--line);background:var(--card);color:var(--ink);cursor:pointer;transition:.25s}
.th-header.on-hero:not(.solid) .th-search-btn{border-color:rgba(246,241,232,.4);background:rgba(255,255,255,.08);color:#f6f1e8}
.th-search-btn:hover{background:var(--gold);border-color:var(--gold);color:#fff}
.th-burger{display:none;flex-direction:column;gap:5px;width:42px;height:42px;border:1px solid var(--line);
  border-radius:var(--radius);background:var(--card);cursor:pointer;align-items:center;justify-content:center}
.th-burger span{width:20px;height:1.6px;background:var(--ink);transition:.3s}
#th-nav-toggle{display:none}
@media(max-width:900px){
  .th-nav{position:fixed;top:64px;left:0;right:0;bottom:auto;background:var(--paper);border-bottom:1px solid var(--line);
    max-height:0;overflow-y:auto;transition:max-height .4s ease;margin:0;box-shadow:var(--shadow);-webkit-overflow-scrolling:touch}
  #th-nav-toggle:checked ~ .th-nav{max-height:calc(100vh - 64px)}
  .th-nav-list{flex-direction:column;align-items:stretch;gap:0;padding:.5rem 24px 1.5rem}
  .th-nav-link{display:block;padding:.9rem 0;border-bottom:1px solid var(--line-soft)}
  .th-dropdown{position:static;transform:none;opacity:1;visibility:visible;box-shadow:none;border:none;
    background:transparent;padding:.2rem 0 .6rem 1rem;grid-template-columns:1fr 1fr}
  .th-burger{display:flex;margin-left:auto}
  .th-header.on-hero:not(.solid) .th-nav-link{color:var(--ink-2)}
}

/* ---------- search overlay ---------- */
.th-searchbox{position:fixed;inset:0;z-index:200;background:rgba(35,28,20,.55);backdrop-filter:blur(6px);
  display:flex;align-items:flex-start;justify-content:center;padding-top:16vh;opacity:0;visibility:hidden;transition:.3s}
.th-searchbox.open{opacity:1;visibility:visible}
.th-searchbox-inner{width:min(640px,90vw);transform:translateY(-14px);transition:transform .35s}
.th-searchbox.open .th-searchbox-inner{transform:none}
.th-searchbox form{display:flex;align-items:center;gap:.8rem;background:var(--card);border:1px solid var(--gold);
  border-radius:999px;padding:.5rem .5rem .5rem 1.4rem;box-shadow:var(--shadow-lg)}
.th-searchbox input{flex:1;border:none;background:none;font-family:var(--font-head);font-size:1.4rem;color:var(--ink);outline:none}
.th-searchbox input::placeholder{color:var(--muted)}
.th-searchbox button{border:none;background:var(--ink);color:#fff;width:46px;height:46px;border-radius:50%;cursor:pointer;font-size:1rem}
.th-searchbox-hint{color:var(--paper-2);text-align:center;margin-top:1rem;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn,.dz-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  font-family:var(--font-body);font-weight:600;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;
  padding:.85rem 1.7rem;border-radius:999px;border:1px solid var(--ink);background:var(--ink);color:#f6f1e8;
  cursor:pointer;transition:.3s;position:relative;overflow:hidden}
.btn::after,.dz-btn::after{content:"";position:absolute;inset:0;background:var(--gold);transform:translateX(-101%);transition:transform .35s ease;z-index:0}
.btn span,.dz-btn span,.btn svg,.dz-btn svg{position:relative;z-index:1}
.btn:hover,.dz-btn:hover{border-color:var(--gold);color:#fff}
.btn:hover::after,.dz-btn:hover::after{transform:translateX(0)}
.btn-ghost{background:transparent;color:var(--ink);border-color:var(--gold)}
.btn-ghost:hover{color:#fff}
.btn-gold{background:var(--gold);border-color:var(--gold);color:#fff}
.btn-gold::after{background:var(--gold-deep)}
.btn-block{width:100%}

/* ============================================================
   HERO
   ============================================================ */
.th-hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;margin-top:-72px;padding-top:72px}
.th-hero-media{position:absolute;inset:0;z-index:0}
.th-hero-media img{width:100%;height:100%;object-fit:cover;animation:heroZoom 18s ease-out forwards}
@keyframes heroZoom{from{transform:scale(1.12)}to{transform:scale(1)}}
.th-hero-media::after{content:"";position:absolute;inset:0;
  background:linear-gradient(105deg,rgba(24,18,12,.9) 8%,rgba(24,18,12,.6) 46%,rgba(24,18,12,.25) 100%)}
.th-hero-inner{position:relative;z-index:2;max-width:var(--maxw);margin:0 auto;padding:4rem 24px;width:100%}
.th-hero-col{max-width:640px;color:#f6f1e8}
.th-hero .th-eyebrow{color:var(--gold-2)}
.th-hero .th-eyebrow::before,.th-hero .th-eyebrow::after{background:var(--gold-2)}
.th-hero-title{font-size:clamp(2.6rem,6vw,4.6rem);line-height:1.02;font-weight:600;color:#fbf8f2;margin:1.2rem 0 1.1rem;letter-spacing:-.01em}
.th-hero-title em{font-style:italic;color:var(--gold-2);background:linear-gradient(100deg,var(--gold-2),#f4e4bd,var(--gold-2));
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:200% auto;animation:shimmer 6s linear infinite}
@keyframes shimmer{to{background-position:200% center}}
.th-hero-sub{font-size:1.12rem;color:rgba(246,241,232,.86);max-width:520px;margin-bottom:1.8rem}
.th-hero-form{display:flex;gap:.5rem;background:rgba(251,248,242,.96);border-radius:999px;padding:.45rem .45rem .45rem 1.4rem;
  max-width:500px;box-shadow:var(--shadow-lg);border:1px solid rgba(202,164,87,.5)}
.th-hero-form input{flex:1;border:none;background:none;outline:none;font-family:var(--font-body);font-size:1rem;color:var(--ink)}
.th-hero-form input::placeholder{color:var(--muted)}
.th-hero-form button{flex-shrink:0;padding:.7rem 1.4rem}
.th-hero-quick{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.1rem;font-size:.78rem}
.th-hero-quick span{color:rgba(246,241,232,.6);letter-spacing:.12em;text-transform:uppercase;align-self:center}
.th-hero-quick a{color:rgba(246,241,232,.9);border-bottom:1px solid rgba(202,164,87,.5);padding-bottom:1px}
.th-hero-quick a:hover{color:var(--gold-2)}
.th-hero-stats{display:flex;gap:2.4rem;margin-top:2.6rem;padding-top:1.8rem;border-top:1px solid rgba(246,241,232,.18)}
.th-hero-stat b{font-family:var(--font-head);font-size:1.9rem;font-weight:600;color:var(--gold-2);display:block;line-height:1}
.th-hero-stat span{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(246,241,232,.72)}
.th-spark{position:absolute;z-index:1;color:var(--gold-2);pointer-events:none;opacity:0;animation:twinkle 4s ease-in-out infinite}
@keyframes twinkle{0%,100%{opacity:0;transform:scale(.6) rotate(0)}50%{opacity:.9;transform:scale(1) rotate(45deg)}}
@media(prefers-reduced-motion:reduce){.th-hero-media img{animation:none}.th-spark{display:none}}
@media(max-width:600px){.th-hero-stats{gap:1.4rem}.th-hero-form{flex-wrap:wrap;border-radius:var(--radius-lg);padding:1rem}.th-hero-form input{width:100%;padding:.4rem 0}.th-hero-form button{width:100%}}

/* ============================================================
   MARQUEE
   ============================================================ */
.th-marquee{background:var(--ink);color:var(--paper);padding:1.1rem 0;overflow:hidden;border-top:1px solid var(--gold-deep);border-bottom:1px solid var(--gold-deep)}
.th-marquee-track{display:flex;gap:3rem;width:max-content;animation:marq 168s linear infinite}
.th-marquee:hover .th-marquee-track{animation-play-state:paused}
.th-marquee-item{font-family:var(--font-head);font-size:1.05rem;letter-spacing:.05em;color:rgba(246,241,232,.72);display:flex;align-items:center;gap:3rem;white-space:nowrap}
.th-marquee-item::after{content:"◆";color:var(--gold);font-size:.6rem}
@keyframes marq{to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.th-marquee-track{animation:none;flex-wrap:wrap;justify-content:center}}

/* ============================================================
   SECTION HEADINGS
   ============================================================ */
.th-sec{padding:5.5rem 0}
.th-sec-head{max-width:640px;margin:0 auto 3rem;text-align:center}
.th-sec-head.left{margin-left:0;text-align:left}
.th-sec-title{font-size:clamp(2rem,4vw,2.9rem);margin:1rem 0 .8rem;letter-spacing:-.01em}
.th-sec-title em{font-style:italic;color:var(--gold-deep)}
.th-sec-sub{color:var(--muted);font-size:1.02rem;margin:0}

/* ============================================================
   EDITOR'S TOP PICKS
   ============================================================ */
.th-picks{background:linear-gradient(180deg,var(--paper),var(--paper-2))}
.th-picks-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:1.8rem;max-width:var(--maxw);margin:0 auto}
.th-pick{position:relative;display:block;overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--line);
  background:var(--card);box-shadow:var(--shadow);color:var(--ink);transition:transform .4s,box-shadow .4s}
.th-pick:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.th-pick-media{position:relative;overflow:hidden}
.th-pick-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.th-pick:hover .th-pick-media img{transform:scale(1.06)}
.th-pick-rank{position:absolute;top:1rem;left:1.2rem;z-index:2;font-family:var(--font-head);font-style:italic;
  font-size:3.2rem;font-weight:600;color:#fbf8f2;line-height:1;text-shadow:0 4px 20px rgba(0,0,0,.5)}
.th-pick-rank small{font-size:.9rem;opacity:.8;letter-spacing:.2em}
.th-pick-lead .th-pick-media{aspect-ratio:16/13}
.th-pick-lead .th-pick-body{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:2rem;color:#fbf8f2;
  display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;
  background:linear-gradient(180deg,transparent,rgba(20,15,9,.86) 62%)}
.th-pick-lead .th-pick-cat{color:var(--gold-2)}
.th-pick-lead .th-pick-name{color:#fbf8f2;font-size:1.9rem}
.th-picks-side{display:flex;flex-direction:column;gap:1.8rem}
.th-pick-mini{flex:1;display:grid;grid-template-columns:42% 1fr;align-items:stretch}
.th-pick-mini .th-pick-media{aspect-ratio:auto;position:relative;min-height:150px}
.th-pick-mini .th-pick-media img{position:absolute;inset:0;width:100%;height:100%}
.th-pick-mini .th-pick-body{padding:1.4rem 1.5rem;display:flex;flex-direction:column;justify-content:center;gap:.5rem}
.th-pick-cat{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-deep);font-weight:600}
.th-pick-name{font-size:1.25rem;line-height:1.15}
.th-pick-score{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--ink-2);margin-top:.2rem}
.th-stars{color:var(--gold);letter-spacing:2px;font-size:.8rem}
.th-pick-link{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);
  display:inline-flex;align-items:center;gap:.4rem;margin-top:.4rem;font-weight:600}
.th-pick-link::after{content:"→";transition:transform .3s}
.th-pick:hover .th-pick-link::after{transform:translateX(5px)}
@media(max-width:820px){.th-picks-grid{grid-template-columns:1fr}.th-pick-lead .th-pick-name{font-size:1.5rem}}

/* ============================================================
   SHOP BY CATEGORY (replaces "How We Test")
   ============================================================ */
.th-cats{background:var(--card);border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}
.th-cats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;max-width:var(--maxw);margin:0 auto}
.th-cat{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;
  padding:1.8rem 1rem;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);
  color:var(--ink);text-align:center;cursor:pointer;transition:.35s;overflow:hidden}
.th-cat::before{content:"";position:absolute;inset:0;background:linear-gradient(160deg,rgba(176,138,62,.16),transparent);opacity:0;transition:opacity .35s}
.th-cat:hover{transform:translateY(-4px);border-color:var(--gold);box-shadow:var(--shadow)}
.th-cat:hover::before{opacity:1}
.th-cat-ico{width:46px;height:46px;color:var(--gold-deep);position:relative;z-index:1;transition:transform .4s}
.th-cat:hover .th-cat-ico{transform:scale(1.12) rotate(-4deg)}
.th-cat-name{font-family:var(--font-head);font-size:1rem;position:relative;z-index:1}
.th-cat-count{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);position:relative;z-index:1}
@media(max-width:900px){.th-cats-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:520px){.th-cats-grid{grid-template-columns:repeat(2,1fr)}}

/* ============================================================
   TOP 5 COMPARED
   ============================================================ */
.th-compare{background:linear-gradient(180deg,var(--paper-2),var(--paper))}
.th-compare-wrap{max-width:var(--maxw);margin:0 auto;overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);background:var(--card)}
.th-table{width:100%;border-collapse:collapse;min-width:760px}
.th-table thead th{background:var(--ink);color:var(--paper);font-family:var(--font-body);font-weight:500;
  font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;padding:1.1rem;text-align:left}
.th-table thead th:first-child{width:34%}
.th-table tbody tr{border-bottom:1px solid var(--line-soft);cursor:pointer;transition:background .25s}
.th-table tbody tr:last-child{border-bottom:none}
.th-table tbody tr:hover{background:var(--paper-2)}
.th-table td{padding:1rem 1.1rem;vertical-align:middle;font-size:.92rem}
.th-rowname{display:flex;align-items:center;gap:1rem}
.th-rowname img{width:60px;height:60px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--line);flex-shrink:0}
.th-rowname b{font-family:var(--font-head);font-size:1.05rem;font-weight:600;display:block}
.th-rowname small{color:var(--muted);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}
.th-rank-badge{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;
  background:var(--paper-2);border:1px solid var(--gold);color:var(--gold-deep);font-weight:600;font-size:.78rem;flex-shrink:0;font-family:var(--font-head)}
.th-scorepill{display:inline-flex;align-items:baseline;gap:.2rem;background:var(--emerald);color:#fff;
  padding:.3rem .6rem;border-radius:999px;font-weight:600;font-size:.9rem}
.th-scorepill small{font-size:.62rem;opacity:.8}
.th-price{font-family:var(--font-head);font-weight:600;font-size:1.05rem;color:var(--ink)}
.th-cbar{height:7px;border-radius:4px;background:var(--paper-3);overflow:hidden;min-width:90px}
.th-cbar>i{display:block;height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-2));border-radius:4px}
.th-table .th-go{color:var(--gold-deep);font-weight:600;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}
tr[data-href]{cursor:pointer}

/* ============================================================
   BROWSE — filters + grid
   ============================================================ */
.th-browse{background:var(--paper)}
.th-filters{max-width:var(--maxw);margin:0 auto 2.4rem}
.th-filter-row{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;justify-content:center;margin-bottom:1rem}
.th-pill,.th-catpill{font-family:var(--font-body);font-size:.78rem;letter-spacing:.06em;padding:.5rem 1.1rem;border-radius:999px;
  border:1px solid var(--line);background:var(--card);color:var(--ink-2);cursor:pointer;transition:.25s;white-space:nowrap}
.th-pill:hover,.th-catpill:hover{border-color:var(--gold);color:var(--gold-deep)}
.th-pill.active,.th-catpill.active{background:var(--ink);border-color:var(--ink);color:var(--paper)}
.th-filter-tools{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;justify-content:center;padding-top:1rem;border-top:1px solid var(--line-soft)}
.th-filter-tools label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);display:flex;align-items:center;gap:.5rem}
.filter-select{font-family:var(--font-body);padding:.55rem .8rem;border:1px solid var(--line);border-radius:999px;
  background:var(--card);color:var(--ink);font-size:.82rem;cursor:pointer}
.filter-reset{background:none;border:1px solid var(--line);border-radius:999px;padding:.55rem 1rem;font-size:.72rem;
  letter-spacing:.12em;text-transform:uppercase;color:var(--muted);cursor:pointer;transition:.25s}
.filter-reset:hover{border-color:var(--wine);color:var(--wine)}
.filter-results{color:var(--muted);font-size:.8rem;font-style:italic;font-family:var(--font-head)}
.brand-cloud-section{max-width:var(--maxw);margin:0 auto}
.brand-cloud-label{display:none}
.brand-cloud{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem}
.brand-tag{font-size:.74rem;letter-spacing:.05em;padding:.42rem 1rem;border-radius:999px;border:1px solid var(--line);
  background:var(--card);color:var(--ink-2);cursor:pointer;transition:.25s}
.brand-tag:hover{border-color:var(--gold);color:var(--gold-deep)}
.brand-tag.active{background:var(--gold);border-color:var(--gold);color:#fff}

.pg-grid,.th-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem;max-width:var(--maxw);margin:0 auto}
@media(max-width:900px){.pg-grid,.th-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.pg-grid,.th-grid{grid-template-columns:1fr}}
.pg-item,.th-card{position:relative;display:flex;flex-direction:column;background:var(--card);border:1px solid var(--line);
  border-radius:var(--radius-lg);overflow:hidden;color:var(--ink);transition:transform .4s,box-shadow .4s,border-color .4s}
.pg-item:hover,.th-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--gold)}
.th-card-media{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--paper-2)}
.th-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}
.pg-item:hover .th-card-media img,.th-card:hover .th-card-media img{transform:scale(1.07)}
.th-card-cat{position:absolute;top:.8rem;left:.8rem;z-index:2;font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;
  font-weight:600;color:var(--ink);background:rgba(251,248,242,.92);padding:.32rem .7rem;border-radius:999px;backdrop-filter:blur(4px)}
.th-card-score{position:absolute;top:.8rem;right:.8rem;z-index:2;width:44px;height:44px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:600;font-size:.9rem;
  color:#fff;background:var(--emerald);box-shadow:0 6px 16px -6px rgba(20,15,9,.6);border:2px solid rgba(255,255,255,.5)}
.th-card-body{padding:1.2rem 1.3rem 1.4rem;display:flex;flex-direction:column;gap:.55rem;flex:1}
.th-card-brand{font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-deep);font-weight:600}
.th-card-name{font-size:1.12rem;line-height:1.2}
.th-card-feats{list-style:none;margin:.2rem 0 0;padding:0;display:flex;flex-direction:column;gap:.34rem}
.th-card-feats li{position:relative;padding-left:1.3rem;font-size:.82rem;color:var(--ink-2);line-height:1.4}
.th-card-feats li::before{content:"◆";position:absolute;left:0;top:.05rem;font-size:.5rem;color:var(--gold);transform:translateY(2px)}
.th-card-foot{margin-top:auto;padding-top:1rem;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line-soft)}
.th-card-stars{color:var(--gold);font-size:.8rem;letter-spacing:2px}
.th-card-cta{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--gold-deep);display:inline-flex;gap:.35rem;align-items:center}
.th-card-cta::after{content:"→";transition:transform .3s}
.pg-item:hover .th-card-cta::after,.th-card:hover .th-card-cta::after{transform:translateX(4px)}

#pagination,.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:3rem;flex-wrap:wrap}
.page-btn{min-width:42px;height:42px;padding:0 12px;border:1px solid var(--line);background:var(--card);color:var(--ink);
  border-radius:var(--radius);display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:500;cursor:pointer;transition:.2s}
.page-btn:hover:not(.disabled),.page-btn.active{background:var(--ink);border-color:var(--ink);color:var(--paper)}
.page-btn.disabled{opacity:.35;pointer-events:none}

/* ============================================================
   FAQ
   ============================================================ */
.th-faq{background:var(--paper-2)}
.th-faq-grid{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:.8rem}
.th-faq-item{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:0 1.4rem;transition:border-color .3s,box-shadow .3s}
.th-faq-item[open]{border-color:var(--gold);box-shadow:var(--shadow)}
.th-faq-q{cursor:pointer;font-family:var(--font-head);font-weight:600;font-size:1.06rem;padding:1.2rem 2rem 1.2rem 0;
  list-style:none;position:relative;color:var(--ink)}
.th-faq-q::-webkit-details-marker{display:none}
.th-faq-q::after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.5rem;color:var(--gold-deep);font-family:var(--font-body);transition:transform .3s}
.th-faq-item[open] .th-faq-q::after{transform:translateY(-50%) rotate(45deg)}
.th-faq-a{color:var(--ink-2);padding:0 0 1.3rem;font-size:.94rem}
.th-faq-a p{margin:0}

/* ============================================================
   STATS BAND
   ============================================================ */
.th-stats{background:var(--ink);color:var(--paper);position:relative;overflow:hidden}
.th-stats::before{content:"";position:absolute;inset:0;background:radial-gradient(600px 300px at 50% 0,rgba(176,138,62,.22),transparent 60%)}
.th-stats-grid{position:relative;z-index:1;max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}
.th-stat{padding:1rem;border-left:1px solid rgba(246,241,232,.14)}
.th-stat:first-child{border-left:none}
.th-stat b{font-family:var(--font-head);font-size:2.8rem;font-weight:600;color:var(--gold-2);display:block;line-height:1}
.th-stat span{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(246,241,232,.75);margin-top:.5rem;display:block}
@media(max-width:700px){.th-stats-grid{grid-template-columns:repeat(2,1fr)}.th-stat:nth-child(3){border-left:none}}

/* ============================================================
   AFFILIATE + ADS
   ============================================================ */
.aff-card{max-width:820px;margin:2rem auto 0;padding:.9rem 1.3rem;background:var(--card);border:1px solid var(--line);
  border-radius:var(--radius);font-size:.84rem;color:var(--ink-2);display:flex;gap:.6rem;align-items:flex-start}
.aff-card .aff-ic{color:var(--gold-deep);font-weight:700}
.ad-placement{margin:2rem auto;max-width:var(--maxw);padding:0 24px}
.ad-placement-inner{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.ad-unit{width:300px;height:250px;background:var(--paper-2);border:1px dashed var(--line);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}
.ad-unit:empty::before{content:"Advertisement";color:var(--muted);font-size:.66rem;letter-spacing:.16em;text-transform:uppercase}

/* ============================================================
   FOOTER
   ============================================================ */
.th-footer{background:#1a140d;color:rgba(246,241,232,.7);padding:4rem 0 2rem;border-top:3px solid var(--gold-deep)}
.th-footer-top{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:2.5rem;padding:0 24px 3rem;border-bottom:1px solid rgba(246,241,232,.12)}
.th-footer-brand{display:flex;flex-direction:column;gap:1rem}
.th-footer-logorow{display:flex;align-items:center;gap:.7rem}
.th-footer-logorow img{height:44px;width:auto}
.th-footer-logorow b{font-family:var(--font-head);font-size:1.4rem;color:#fbf8f2}
.th-footer-desc{font-size:.9rem;max-width:380px;line-height:1.7}
.th-footer-col h4{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-2);margin-bottom:1.1rem}
.th-footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}
.th-footer-col a{color:rgba(246,241,232,.7);font-size:.9rem;transition:color .2s}
.th-footer-col a:hover{color:var(--gold-2)}
.th-footer-bottom{max-width:var(--maxw);margin:0 auto;padding:1.6rem 24px 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem;font-size:.78rem;color:rgba(246,241,232,.5)}
.th-footer-bottom a{color:rgba(246,241,232,.6)}
@media(max-width:760px){.th-footer-top{grid-template-columns:1fr;gap:2rem}}

/* ============================================================
   COOKIE BANNER
   ============================================================ */
#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--ink);color:var(--paper);padding:1rem 24px;
  display:none;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;z-index:150;box-shadow:0 -10px 40px -20px rgba(0,0,0,.6)}
html.cookie-ask #cookie-banner{display:flex}
#cookie-banner p{margin:0;font-size:.86rem}
#cookie-banner a{color:var(--gold-2);text-decoration:underline}
#cookie-banner button{background:var(--gold);color:#fff;border:0;border-radius:999px;padding:.6rem 1.4rem;cursor:pointer;font-family:var(--font-body);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;margin-left:.5rem}
#cookie-banner #cookie-decline{background:transparent;border:1px solid rgba(246,241,232,.4);color:var(--paper)}

/* ============================================================
   PRODUCT PAGE
   ============================================================ */
.th-crumbs{max-width:1040px;margin:0 auto;padding:1.4rem 24px .2rem;font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.th-crumbs a{color:var(--gold-deep)}
.th-crumbs span{margin:0 .5rem;color:var(--line)}
.th-prod{max-width:1040px;margin:0 auto;padding:1.5rem 24px 3rem}
.th-prod-hero{display:grid;grid-template-columns:1.15fr 1fr;gap:2.6rem;align-items:start}
@media(max-width:860px){.th-prod-hero{grid-template-columns:1fr;gap:1.8rem}}
.th-gallery-main{position:relative;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);background:var(--card);box-shadow:var(--shadow)}
.th-gallery-main img{width:100%;aspect-ratio:1/1;object-fit:cover;cursor:zoom-in;transition:transform .5s}
.th-gallery-main:hover img{transform:scale(1.03)}
.th-gallery-thumbs{display:flex;gap:.7rem;margin-top:.8rem}
.th-gallery-thumbs button{flex:1;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--card);cursor:pointer;padding:0;transition:border-color .25s}
.th-gallery-thumbs button.active{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold)}
.th-gallery-thumbs img{aspect-ratio:1/1;object-fit:cover;width:100%}
.th-prod-eyebrow{color:var(--gold-deep);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600}
.th-prod-title{font-size:clamp(1.9rem,3.5vw,2.7rem);margin:.7rem 0 .8rem;line-height:1.08}
.th-prod-ratingrow{display:flex;align-items:center;gap:1rem;margin-bottom:1.3rem;flex-wrap:wrap}
.th-ring{width:66px;height:66px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;
  background:conic-gradient(var(--gold) calc(var(--p,90)*1%),var(--paper-3) 0)}
.th-ring i{width:52px;height:52px;border-radius:50%;background:var(--card);display:flex;align-items:center;justify-content:center;
  font-family:var(--font-head);font-weight:600;font-size:1.15rem;color:var(--ink);font-style:normal}
.th-ratingrow-txt b{font-family:var(--font-head);font-size:1.05rem;display:block}
.th-ratingrow-txt .th-stars{font-size:1rem;letter-spacing:3px}
.th-ratingrow-txt small{color:var(--muted);font-size:.8rem}
.th-buybox{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.6rem;box-shadow:var(--shadow);position:sticky;top:96px}
.th-buybox-price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.3rem;flex-wrap:wrap}
.th-buybox-price b{font-family:var(--font-head);font-size:2rem;color:var(--ink)}
.th-buybox-price s{color:var(--muted);font-size:1rem}
.th-buybox-price em{font-style:normal;color:var(--emerald);font-size:.78rem;font-weight:600;background:rgba(31,92,74,.1);padding:.2rem .5rem;border-radius:999px}
.th-buybox-sold{font-size:.78rem;color:var(--muted);margin-bottom:1.1rem}
.th-buybox-trust{list-style:none;margin:1.2rem 0;padding:1.2rem 0;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);display:flex;flex-direction:column;gap:.6rem}
.th-buybox-trust li{position:relative;padding-left:1.6rem;font-size:.86rem;color:var(--ink-2)}
.th-buybox-trust li::before{content:"✓";position:absolute;left:0;color:var(--emerald);font-weight:700}
.th-buybox-foot{font-size:.74rem;color:var(--muted);text-align:center;margin:.9rem 0 0}
.th-verdict{background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius);padding:1.3rem 1.5rem;margin:1.4rem 0}
.th-verdict .lbl{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-deep);font-weight:600;display:block;margin-bottom:.5rem}
.th-verdict p{margin:0;font-family:var(--font-head);font-size:1.08rem;line-height:1.55;font-style:italic;color:var(--ink)}
.th-prod-section{max-width:1040px;margin:0 auto;padding:0 24px 4rem}
.th-h2{font-size:1.7rem;margin:2.6rem 0 1.2rem;padding-bottom:.7rem;border-bottom:1px solid var(--line);position:relative}
.th-h2::after{content:"";position:absolute;left:0;bottom:-1px;width:60px;height:2px;background:var(--gold)}
.th-highlights{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem}
@media(max-width:600px){.th-highlights{grid-template-columns:1fr}}
.th-highlights li{position:relative;padding:.7rem 1rem .7rem 2.1rem;background:var(--card);border:1px solid var(--line-soft);border-radius:var(--radius);font-size:.9rem}
.th-highlights li::before{content:"◆";position:absolute;left:.9rem;top:.85rem;font-size:.55rem;color:var(--gold)}
.th-prose p{color:var(--ink-2);line-height:1.8;margin:0 0 1.2rem}
.th-proscons{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}
@media(max-width:600px){.th-proscons{grid-template-columns:1fr}}
.th-pc{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.4rem 1.6rem}
.th-pc h3{font-size:1.05rem;margin-bottom:.9rem;display:flex;align-items:center;gap:.5rem}
.th-pc ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}
.th-pc li{position:relative;padding-left:1.5rem;font-size:.88rem;color:var(--ink-2);line-height:1.5}
.th-pc.pros li::before{content:"✓";position:absolute;left:0;color:var(--emerald);font-weight:700}
.th-pc.cons li::before{content:"✕";position:absolute;left:0;color:var(--wine);font-weight:700}
.th-pc.pros h3{color:var(--emerald)}.th-pc.cons h3{color:var(--wine)}
.th-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}
.th-specs .row{display:flex;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;border-bottom:1px solid var(--line-soft)}
.th-specs .row:nth-child(odd){background:var(--card)}
.th-specs .k{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.th-specs .v{font-weight:500;text-align:right;color:var(--ink)}
@media(max-width:600px){.th-specs{grid-template-columns:1fr}}
.th-reviews{display:grid;grid-template-columns:repeat(2,1fr);gap:1.1rem}
@media(max-width:600px){.th-reviews{grid-template-columns:1fr}}
.th-review{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.3rem 1.5rem}
.th-review-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem;gap:.5rem}
.th-review-head b{font-family:var(--font-head);font-size:1.02rem}
.th-review-stars{color:var(--gold);font-size:.78rem;letter-spacing:2px;white-space:nowrap}
.th-review-meta{font-size:.74rem;color:var(--muted);margin-bottom:.6rem}
.th-review p{margin:0;font-size:.9rem;color:var(--ink-2);line-height:1.6}
.th-related{background:var(--paper-2);border-top:1px solid var(--line);padding:4rem 0}
.th-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.3rem;max-width:var(--maxw);margin:1.5rem auto 0;padding:0 24px}
@media(max-width:820px){.th-related-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:460px){.th-related-grid{grid-template-columns:1fr}}
.th-rel{display:block;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;color:var(--ink);transition:transform .35s,box-shadow .35s}
.th-rel:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.th-rel-media{aspect-ratio:1/1;overflow:hidden;background:var(--paper-2)}
.th-rel-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.th-rel:hover .th-rel-media img{transform:scale(1.06)}
.th-rel-body{padding:1rem 1.1rem}
.th-rel-cat{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);font-weight:600}
.th-rel-name{font-size:.98rem;margin:.3rem 0 .4rem;line-height:1.2}
.th-rel-stars{color:var(--gold);font-size:.74rem;letter-spacing:2px}

/* legal / about prose */
.th-page{max-width:820px;margin:0 auto;padding:3.5rem 24px 4rem}
.th-page h1{font-size:clamp(2rem,4vw,2.8rem);margin-bottom:.4rem}
.th-page .th-eyebrow{margin-bottom:1rem}
.th-page h2{font-size:1.4rem;margin:2.2rem 0 .9rem}
.th-page p,.th-page li{color:var(--ink-2);line-height:1.8}
.th-page ul{padding-left:1.2rem;display:flex;flex-direction:column;gap:.6rem}
.th-page a{border-bottom:1px solid var(--gold);padding-bottom:1px}

/* lightbox */
.th-lightbox{position:fixed;inset:0;z-index:210;background:rgba(20,15,9,.9);display:none;align-items:center;justify-content:center;padding:4vw;cursor:zoom-out}
.th-lightbox.open{display:flex}
.th-lightbox img{max-width:92vw;max-height:88vh;border-radius:var(--radius);box-shadow:var(--shadow-lg)}
