/* Theme: directory — dark slate + amber, authoritative "buyer's guide" answer style.
   Fonts: Space Grotesk (headings) + Inter (body) via Google Fonts (loaded in head_extra). */
.theme-directory{
  --bg:#131a26; --fg:#eef2f8; --muted:#9aa8bd; --accent:#ffb300; --accent-ink:#1a1200;
  --card:#1f2836; --line:#2e3a4d; --radius:14px;
  --font:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
}
.theme-directory{
  --slate:#1b2230; --slate2:#222c3d; --amber2:#ffc94d; --good:#37d39b; --low:#ff8a5c;
  --muted2:#6f7f96; --shadow:0 18px 50px rgba(0,0,0,.45);
}
.theme-directory h1,.theme-directory h2,.theme-directory h3,.theme-directory h4{
  font-family:'Space Grotesk',sans-serif;letter-spacing:-.02em}
.theme-directory .btn{font-family:'Space Grotesk',sans-serif;border-radius:10px}
.theme-directory .btn-primary{box-shadow:0 8px 26px rgba(255,179,0,.22)}
.theme-directory .eyebrow{color:var(--accent)}
.theme-directory .head-sub{color:var(--muted);font-size:16.5px;margin-top:10px;max-width:660px}

/* header brandmark */
.theme-directory .brand-mark{display:flex;flex-direction:column;line-height:1.1}
.theme-directory .brand-tag{font-size:10px;letter-spacing:.18em;color:var(--muted2);
  font-weight:600;text-transform:uppercase}
.theme-directory .brand .brand-name{font-family:'Space Grotesk',sans-serif}
.theme-directory .cart-count{font-family:'Space Grotesk',sans-serif}

/* alternating section band */
.theme-directory .alt{background:var(--slate)}

/* ---------- Hero ---------- */
.theme-directory .hero{position:relative;overflow:hidden;padding:80px 0 66px;
  border-bottom:1px solid var(--line)}
.theme-directory .hero::before{content:"";position:absolute;inset:0;pointer-events:none;background:
  radial-gradient(700px 380px at 82% 8%,rgba(255,179,0,.14),transparent 60%),
  radial-gradient(600px 500px at 10% 100%,rgba(55,211,155,.06),transparent 60%)}
.theme-directory .hero-grid{position:relative;display:grid;grid-template-columns:1.15fr .85fr;
  gap:48px;align-items:center}
.theme-directory .hero-eyebrow{display:inline-flex;align-items:center;gap:9px;
  background:rgba(255,179,0,.09);border:1px solid rgba(255,179,0,.28);color:var(--accent);
  font-size:12.5px;font-weight:600;padding:7px 14px;border-radius:100px;letter-spacing:.04em;
  text-transform:none;margin-bottom:22px}
.theme-directory .hero-q{color:var(--muted2);font-size:15px;font-style:italic;margin-bottom:8px}
.theme-directory .hero h1{font-size:clamp(40px,6vw,68px);line-height:1.02;font-weight:700;margin:0 0 20px}
.theme-directory .hero h1 span{color:var(--accent)}
.theme-directory .hero .lead{font-size:18px;color:var(--muted);max-width:520px;margin:0 0 30px}
.theme-directory .hero-cta{display:flex;gap:13px;flex-wrap:wrap}
.theme-directory .hero-stats{display:flex;gap:30px;margin-top:34px;flex-wrap:wrap}
.theme-directory .hero-stats div{border-left:2px solid var(--accent);padding-left:14px}
.theme-directory .hero-stats b{font-family:'Space Grotesk',sans-serif;font-size:24px;display:block;line-height:1.1}
.theme-directory .hero-stats span{font-size:12.5px;color:var(--muted2)}
.theme-directory .hero-card{background:linear-gradient(160deg,var(--slate2),var(--slate));
  border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:var(--shadow)}
.theme-directory .hero-card h4{margin:0 0 4px;font-size:16px}
.theme-directory .hero-card-sub{font-size:12.5px;color:var(--muted2);margin-bottom:18px}
.theme-directory .checkline{display:flex;align-items:center;gap:11px;padding:11px 0;
  border-top:1px solid var(--line);font-size:14px;color:var(--fg)}
.theme-directory .checkline:first-of-type{border-top:none}

/* hero product visual: vial sits behind/beside the checklist card */
.theme-directory .hero-figure{position:relative;display:flex;align-items:center;
  justify-content:flex-start;min-height:460px;overflow:visible}
.theme-directory .hero-figure .hero-vial{position:absolute;right:-11%;top:50%;
  transform:translateY(-50%);width:70%;max-width:300px;z-index:1;
  filter:drop-shadow(0 26px 54px rgba(0,0,0,.55)) drop-shadow(0 0 40px rgba(255,179,0,.16))}
.theme-directory .hero-figure .hero-card{position:relative;z-index:2;max-width:340px;
  backdrop-filter:blur(7px);
  background:linear-gradient(160deg,rgba(34,44,61,.93),rgba(27,34,48,.95))}

@media(max-width:900px){.theme-directory .hero-grid{grid-template-columns:1fr;gap:34px}
  .theme-directory .hero-figure{order:-1;flex-direction:column;min-height:0;overflow:visible}
  .theme-directory .hero-figure .hero-vial{position:static;transform:none;width:210px;
    max-width:210px;margin:0 auto 24px}
  .theme-directory .hero-figure .hero-card{max-width:none;width:100%}}

/* ---------- Catalogue cards (restyle base .pcard) ---------- */
.theme-directory .catalogue .section-head{text-align:left;max-width:680px;margin:0 0 34px}
.theme-directory .pcard{background:var(--card)}
.theme-directory .pcard:hover{border-color:rgba(255,179,0,.45);box-shadow:var(--shadow)}
.theme-directory .pcard-media{background:radial-gradient(circle at 50% 40%,#26314400,#141b28);
  border-bottom:1px solid var(--line)}
.theme-directory .pcard-cat{color:var(--accent)}
.theme-directory .pcard-price{font-family:'Space Grotesk',sans-serif}
.theme-directory .pcard-name{font-family:'Space Grotesk',sans-serif}
.theme-directory .chip.pur{color:var(--good);border-color:rgba(55,211,155,.3)}
.theme-directory .cat-chip{font-family:'Space Grotesk',sans-serif}
.theme-directory .cat-chip.is-active,.theme-directory .cat-chip:hover{
  background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}

/* ---------- Comparison table ---------- */
.theme-directory .compare{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);
  background:var(--slate2)}
.theme-directory table.cmp{width:100%;border-collapse:collapse;min-width:640px}
.theme-directory table.cmp th,.theme-directory table.cmp td{padding:16px 18px;text-align:left;
  border-bottom:1px solid var(--line);font-size:14.5px}
.theme-directory table.cmp thead th{font-family:'Space Grotesk',sans-serif;font-size:13px;
  text-transform:uppercase;letter-spacing:.06em;color:var(--muted2);font-weight:600}
.theme-directory table.cmp thead th.us{color:var(--accent)}
.theme-directory table.cmp td.feat{color:var(--muted);font-weight:500}
.theme-directory table.cmp .col-us{background:rgba(255,179,0,.05)}
.theme-directory table.cmp tbody tr:last-child td{border-bottom:none}
.theme-directory .yes{color:var(--good);font-weight:600}
.theme-directory .no{color:var(--muted2)}
.theme-directory .maybe{color:var(--low)}

/* ---------- FAQ accordion (CSS-only <details>) ---------- */
.theme-directory .faq-head{text-align:center;max-width:none;margin:0 auto 40px}
.theme-directory .faq{max-width:820px;margin:0 auto}
.theme-directory .acc{border:1px solid var(--line);border-radius:12px;margin-bottom:12px;
  background:var(--card);overflow:hidden}
.theme-directory .acc summary{list-style:none;cursor:pointer;color:var(--fg);
  font-family:'Space Grotesk',sans-serif;font-size:16.5px;font-weight:600;padding:20px 22px;
  display:flex;justify-content:space-between;align-items:center;gap:16px}
.theme-directory .acc summary::-webkit-details-marker{display:none}
.theme-directory .acc summary:hover{color:var(--amber2)}
.theme-directory .acc .plus{color:var(--accent);font-size:24px;line-height:1;flex:none;
  transition:transform .25s}
.theme-directory .acc[open] .plus{transform:rotate(45deg)}
.theme-directory .acc p{margin:0;padding:0 22px 20px;color:var(--muted);font-size:14.5px}

/* ---------- Quality / reviews / footer accents ---------- */
.theme-directory .q-item h3{font-family:'Space Grotesk',sans-serif}
.theme-directory .q-item:hover{border-color:rgba(255,179,0,.4)}
.theme-directory .review .stars{color:var(--accent)}
.theme-directory .site-footer{background:#0f1520}
.theme-directory .foot-contact{color:var(--accent)}
