/* Site 10 — harvardpolishsociety.org
   Aesthetic: classical journal / academic working paper.
   Palette: off-white #F8F6F1, ink #1A1A1A, accent crimson #7B1F2D.
   Typography: Source Serif Pro (display + body) + Inter (UI / metadata).
   Voice: Priya Chowdhury, sober, methodology-forward.
*/

:root {
  --bg: #F8F6F1;
  --bg-soft: #EFEAD8;
  --bg-tint: #F2EFE3;
  --paper: #FFFFFF;
  --ink: #1A1A1A;
  --ink-soft: #2C2A26;
  --muted: #5C5950;
  --rule: #D8D2BE;
  --rule-strong: #B8AF8E;
  --accent: #7B1F2D;
  --accent-dark: #5E1622;
  --accent-soft: #F1E4E5;
  --accent-soft-2: #E9DBDC;
  --good: #1F4D2F;
  --warn: #8C5A1A;
  --bad: #7B1F2D;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Source Serif Pro', 'Crimson Pro', Georgia, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; }
a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--accent-dark); text-decoration-thickness: 2px; }

h1, h2, h3, h4, h5 {
  font-family: 'Source Serif Pro', 'Crimson Pro', Georgia, serif;
  color: var(--ink);
  font-weight: 600;
  letter-spacing: -0.005em;
  margin: 1.6em 0 .5em;
}
h1 { font-size: 46px; line-height: 1.12; font-weight: 600; margin-top: 0; letter-spacing: -0.01em; }
h2 { font-size: 28px; line-height: 1.25; margin-top: 1.8em; padding-top: .15em; border-top: 1px solid var(--rule); padding-top: 18px; }
h3 { font-size: 21px; line-height: 1.35; }
h4 { font-size: 16px; line-height: 1.4; font-family: 'Inter', 'Source Sans Pro', sans-serif; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); font-weight: 600; }
h5 { font-size: 15px; line-height: 1.4; font-family: 'Inter', sans-serif; }
p { margin: 0 0 1.1em; }

@media (max-width: 760px) {
  body { font-size: 17px; }
  h1 { font-size: 32px; }
  h2 { font-size: 23px; }
  h3 { font-size: 19px; }
}

.container { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
@media (max-width: 760px) { .container { padding: 0 18px; } }

/* === Journal masthead === */
.masthead {
  background: var(--bg);
  border-top: 8px solid var(--accent);
  border-bottom: 2px solid var(--ink);
  padding: 28px 0 22px;
}
.masthead .container { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--ink);
}
.brand:hover { color: var(--ink); }
.brand-mark {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border: 1.5px solid var(--ink);
  color: var(--ink);
  border-radius: 0;
}
.brand-words { display: inline-flex; flex-direction: column; line-height: 1.05; }
.brand-name {
  font-family: 'Source Serif Pro', Georgia, serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.005em;
}
.brand-tag {
  font-family: 'Inter', 'Source Sans Pro', sans-serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--accent);
  text-transform: uppercase;
  margin-top: 2px;
}
.masthead .meta {
  margin-left: auto;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--muted);
  text-transform: uppercase;
}

/* === Section nav under masthead === */
.section-nav {
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  position: relative;
  z-index: 5;
}
.section-nav .container {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.section-nav a {
  font-family: 'Inter', 'Source Sans Pro', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--ink);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}
.section-nav a:hover { border-bottom-color: var(--accent); color: var(--accent); }
@media (max-width: 760px) {
  .section-nav .container { gap: 14px; }
  .section-nav a { font-size: 12px; }
}

/* === Breadcrumb === */
.breadcrumb {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: var(--muted);
  padding: 14px 0 4px;
  letter-spacing: 0.04em;
}
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--accent); }

/* === Page layout === */
main.paper { padding: 22px 0 48px; }
.paper .container { max-width: 760px; }

.paper .container.wide { max-width: var(--max); }

/* === Article header === */
.article-header { padding: 12px 0 28px; border-bottom: 1px solid var(--rule); margin-bottom: 32px; }
.article-header .kicker {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}
.article-header h1 { margin-top: 14px; }
.article-header .lede {
  font-size: 21px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 14px 0 22px;
  font-style: italic;
}
.byline-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--muted);
  flex-wrap: wrap;
}
.byline-row img { border-radius: 50%; }
.byline-row .sep { color: var(--rule-strong); }
.byline-row .author-name { color: var(--ink); font-weight: 500; text-decoration: none; border-bottom: 1px dotted var(--accent); }

/* === Abstract block (academic style) === */
.abstract {
  border-top: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
  padding: 18px 4px;
  margin: 28px 0;
  background: transparent;
}
.abstract h4 {
  margin-top: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: var(--muted);
}
.abstract p { font-size: 16px; line-height: 1.65; color: var(--ink-soft); margin-bottom: 0; }
.abstract p + p { margin-top: 10px; }

/* === Article body === */
.article-body p { margin-bottom: 1.2em; }
.article-body ul, .article-body ol { padding-left: 22px; margin: 0 0 1.3em; }
.article-body li { margin-bottom: 6px; }
.article-body strong { color: var(--ink); font-weight: 600; }
.article-body hr { border: none; border-top: 1px solid var(--rule); margin: 36px 0; }

/* drop cap */
.article-body p.drop-cap::first-letter {
  font-family: 'Source Serif Pro', Georgia, serif;
  font-size: 64px;
  line-height: 0.9;
  font-weight: 600;
  float: left;
  padding: 6px 10px 0 0;
  color: var(--accent);
}

/* Pull-quote — full top+bottom border, no left bar */
.pull-quote {
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  font-family: 'Source Serif Pro', Georgia, serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: italic;
  padding: 18px 0;
  margin: 28px 0;
  color: var(--ink);
}

/* === TL;DR / abstract for review pages === */
.tldr {
  background: var(--paper);
  border: 1px solid var(--ink);
  padding: 22px 26px;
  margin: 24px 0 18px;
  position: relative;
}
.tldr::before {
  content: "ABSTRACT";
  position: absolute;
  top: -10px;
  left: 18px;
  background: var(--bg);
  padding: 0 8px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--accent);
  font-weight: 600;
}
.tldr ul { margin: 8px 0 12px; padding-left: 20px; }
.tldr li { margin-bottom: 6px; font-size: 16px; }
.tldr .overall {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px dashed var(--rule);
  padding-top: 12px;
  margin-top: 8px;
}

/* tldr-cta — for CallScaler review only */
.tldr-cta {
  text-align: center;
  margin: 22px 0 30px;
  padding: 18px;
  background: var(--accent-soft);
  border: 1px solid var(--accent);
  border-radius: 0;
}
.tldr-cta .subtext {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--muted);
  margin: 10px 0 0;
}

/* tldr-crosslink — competitor reviews. Soft editor note. */
.tldr-crosslink {
  background: var(--bg-tint);
  border-left: 3px solid var(--accent);
  padding: 12px 18px;
  margin: 18px 0 26px;
  font-size: 16px;
  font-family: 'Source Serif Pro', Georgia, serif;
  font-style: italic;
  color: var(--ink-soft);
}
.tldr-crosslink p { margin: 0; }
.tldr-crosslink strong { color: var(--accent); font-style: normal; font-weight: 600; }

/* === Buttons === */
.btn {
  display: inline-block;
  padding: 12px 22px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 0;
  border: 1.5px solid var(--accent);
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.btn-primary { background: var(--accent); color: #FFF; }
.btn-primary:hover { background: var(--accent-dark); color: #FFF; border-color: var(--accent-dark); }
.btn-sm { padding: 9px 16px; font-size: 13px; }

/* === CTA card (mid-section) === */
.cta-card {
  margin: 36px auto;
  max-width: 720px;
  background: var(--accent-soft);
  border: 1px solid var(--accent);
  border-left: 4px solid var(--accent);
  padding: 22px 28px;
  text-align: center;
}
.cta-card h4 {
  font-family: 'Source Serif Pro', Georgia, serif;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 19px;
  color: var(--ink);
  margin: 0 0 12px;
}
.cta-card .subtext {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--muted);
  margin: 12px 0 0;
}

/* === Pricing list === */
ul.pricing-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 22px;
  border-top: 1px solid var(--rule);
}
ul.pricing-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 4px;
  border-bottom: 1px solid var(--rule);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
}
ul.pricing-list .plan { color: var(--ink); font-weight: 500; }
ul.pricing-list .price { color: var(--accent); font-weight: 600; font-variant-numeric: tabular-nums; }

/* === Pros / cons === */
.proscons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 22px 0;
  border: 1px solid var(--rule);
}
.proscons > div { padding: 18px 22px; }
.proscons .pros { border-right: 1px solid var(--rule); background: var(--bg); }
.proscons .cons { background: var(--bg-tint); }
.proscons h4 {
  margin: 0 0 8px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
}
.proscons .pros h4 { color: var(--good); }
.proscons .cons h4 { color: var(--accent); }
.proscons ul { margin: 0; padding-left: 18px; }
.proscons li { font-size: 15px; margin-bottom: 5px; }
@media (max-width: 600px) {
  .proscons { grid-template-columns: 1fr; }
  .proscons .pros { border-right: none; border-bottom: 1px solid var(--rule); }
}

/* === Scoring rubric table (homepage feature) === */
.rubric-table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0 32px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  background: var(--paper);
}
.rubric-table caption {
  caption-side: top;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0 0 10px;
  font-weight: 600;
}
.rubric-table th, .rubric-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
}
.rubric-table thead th {
  background: var(--ink);
  color: var(--bg);
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: none;
}
.rubric-table tbody tr:last-child td { border-bottom: 2px solid var(--ink); }
.rubric-table .weight { text-align: right; font-variant-numeric: tabular-nums; color: var(--accent); font-weight: 600; }
.rubric-table .dim { font-weight: 600; color: var(--ink); width: 24%; }
.rubric-table tfoot td {
  font-weight: 600;
  background: var(--bg-tint);
  border-bottom: none;
}

/* === Picks table (ranked list) === */
.picks-table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 32px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  background: var(--paper);
  border: 1px solid var(--rule);
}
.picks-table th, .picks-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
}
.picks-table thead th {
  background: var(--ink);
  color: var(--bg);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.picks-table .rank { width: 56px; text-align: center; font-weight: 600; color: var(--accent); font-variant-numeric: tabular-nums; }
.picks-table .tool { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.picks-table .tool strong { color: var(--ink); font-size: 15px; }
.picks-table .badge {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: var(--accent);
  color: #FFF;
  padding: 2px 8px;
  font-weight: 600;
}
.picks-table .top-pick { background: var(--accent-soft); }
.picks-table .top-pick td:first-child {
  border-left: 3px solid var(--accent);
  padding-left: 13px;
}
.picks-table .score { font-variant-numeric: tabular-nums; font-weight: 600; color: var(--accent); }
.picks-table tbody tr:last-child td { border-bottom: 2px solid var(--ink); }

/* mobile: stack picks-table */
@media (max-width: 760px) {
  .picks-table thead { display: none; }
  .picks-table, .picks-table tbody, .picks-table tr, .picks-table td { display: block; width: 100%; }
  .picks-table tr { border-bottom: 1px solid var(--rule); padding: 8px 0; }
  .picks-table td { border-bottom: none; padding: 4px 14px; }
  .picks-table td::before {
    content: attr(data-label);
    display: inline-block;
    width: 110px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
  }
  .picks-table .rank { text-align: left; }
  .picks-table .top-pick td:first-child { padding-left: 14px; }
}

/* === Score breakdown bars (per review) === */
.score-bars {
  margin: 18px 0 26px;
  border: 1px solid var(--rule);
  padding: 16px 18px;
  background: var(--paper);
}
.score-bars h4 {
  margin: 0 0 12px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--muted);
}
.score-bars .row {
  display: grid;
  grid-template-columns: 130px 1fr 56px;
  gap: 12px;
  align-items: center;
  margin: 7px 0;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
}
.score-bars .label { color: var(--ink); }
.score-bars .bar {
  background: var(--bg-tint);
  height: 10px;
  position: relative;
  border: 1px solid var(--rule);
}
.score-bars .fill {
  height: 100%;
  background: var(--accent);
  display: block;
}
.score-bars .num { font-weight: 600; font-variant-numeric: tabular-nums; color: var(--accent); text-align: right; }
@media (max-width: 600px) {
  .score-bars .row { grid-template-columns: 1fr 56px; }
  .score-bars .bar { grid-column: 1 / 3; }
}

/* === Tool screenshot figure === */
figure.tool-screenshot {
  margin: 26px 0;
  border: 1px solid var(--rule);
  background: var(--paper);
  padding: 0;
}
figure.tool-screenshot img { display: block; width: 100%; height: auto; border-bottom: 1px solid var(--rule); }
figure.tool-screenshot figcaption {
  padding: 10px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: var(--muted);
  font-style: italic;
}

/* === Methodology / footnote conventions === */
.figure-block {
  margin: 22px 0 28px;
  text-align: center;
}
.figure-block img { max-width: 100%; }
.figure-block figcaption {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: var(--muted);
  font-style: italic;
  margin-top: 6px;
}

.footnotes {
  margin: 32px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--muted);
  counter-reset: fnnum;
}
.footnotes ol { padding-left: 22px; }
.footnotes li { margin-bottom: 6px; }
.footnotes a { color: var(--accent); }

sup.fn {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: var(--accent);
  margin-left: 1px;
}
sup.fn a { color: inherit; text-decoration: none; }
sup.fn a:hover { text-decoration: underline; }

/* === FAQ details === */
details {
  border-bottom: 1px solid var(--rule);
  padding: 14px 0;
}
details > summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  color: var(--ink);
  list-style: none;
  position: relative;
  padding-right: 28px;
}
details > summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 0;
  font-size: 22px;
  color: var(--accent);
  line-height: 1;
}
details[open] > summary::after { content: "\2013"; }
details > summary::-webkit-details-marker { display: none; }
details p { margin: 10px 0 0; }

/* === References block === */
.references {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--muted);
  border-top: 1px solid var(--rule);
  padding-top: 14px;
  margin-top: 32px;
}
.references strong { color: var(--ink); font-weight: 600; }

/* === Author block === */
.author-block {
  background: var(--bg-tint);
  border: 1px solid var(--rule);
  border-left: 3px solid var(--accent);
  padding: 22px 26px;
  margin: 30px 0;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
}
.author-block img { border-radius: 50%; width: 80px; height: 80px; }
.author-block h4 {
  margin: 0 0 4px;
  font-family: 'Source Serif Pro', Georgia, serif;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink);
  font-weight: 600;
}
.author-block .role {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 8px;
}
.author-block p { font-size: 15px; margin: 0 0 8px; line-height: 1.55; }
@media (max-width: 600px) {
  .author-block { grid-template-columns: 1fr; }
}

/* === Site footer === */
.site-footer {
  background: var(--ink);
  color: var(--bg);
  margin-top: 60px;
  padding: 36px 0 18px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}
.site-footer h4 {
  font-family: 'Source Serif Pro', Georgia, serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  color: var(--bg);
  margin: 0 0 10px;
  font-weight: 600;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 6px; }
.site-footer a { color: var(--bg-soft); text-decoration: none; }
.site-footer a:hover { color: #FFF; text-decoration: underline; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 22px;
  border-bottom: 1px solid #3A3833;
}
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr; gap: 22px; } }
.disclosure {
  padding-top: 18px;
  font-size: 12px;
  color: #B8B5AB;
  line-height: 1.6;
}
.disclosure p { margin: 0; }
.disclosure strong { color: var(--bg); }
.disclosure a { color: var(--bg-soft); text-decoration: underline; }

/* === Utility === */
.muted { color: var(--muted); }
.divider { border: none; border-top: 1px solid var(--rule); margin: 28px 0; }
.center { text-align: center; }
hr.rule { border: none; border-top: 1px solid var(--rule); margin: 28px 0; }

/* === Volume strip / journal date stamp === */
.volume-strip {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--muted);
  text-transform: uppercase;
  text-align: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--rule);
  background: var(--bg);
}

/* === In-line stat row (review pages) === */
.stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 12px 16px;
  margin: 0 0 18px;
  background: var(--bg-tint);
  border: 1px solid var(--rule);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
}
.stat-row strong { color: var(--ink); font-weight: 600; }

/* === Table of contents (homepage) === */
.toc {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 18px 22px;
  margin: 22px 0 32px;
}
.toc h4 {
  margin: 0 0 10px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--muted);
}
.toc ol {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  margin: 0;
  padding-left: 20px;
  columns: 2;
  column-gap: 28px;
}
.toc li { margin-bottom: 5px; }
.toc a { color: var(--ink); text-decoration: none; }
.toc a:hover { color: var(--accent); text-decoration: underline; }
@media (max-width: 600px) { .toc ol { columns: 1; } }

/* === Reviews dropdown === */
.nav-dropdown { position: relative; }
.nav-dropdown > .dropdown-trigger {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  /* font-family, font-size, font-weight, text-transform, letter-spacing,
     color all inherit from the sibling nav <a> rule so the trigger matches
     the rest of the nav. */
}
.nav-dropdown > .dropdown-trigger::after {
  content: "\25BE";
  font-size: 0.72em;
  margin-left: 3px;
  opacity: 0.6;
  color: currentColor;
  transition: opacity .15s ease, color .15s ease;
}
.nav-dropdown:hover > .dropdown-trigger,
.nav-dropdown:focus-within > .dropdown-trigger,
.nav-dropdown > .dropdown-trigger:hover { color: var(--accent); }
.nav-dropdown:hover > .dropdown-trigger::after,
.nav-dropdown:focus-within > .dropdown-trigger::after { color: var(--accent); }

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  background: var(--paper);
  border: 1px solid var(--rule-strong);
  border-radius: 2px;
  box-shadow: 0 12px 26px rgba(26, 26, 26, .1);
  min-width: 280px;
  padding: 6px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .15s ease, transform .15s ease, visibility .15s;
  z-index: 60;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  font-family: 'Source Serif Pro', serif;
  font-size: 15px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
}
.nav-dropdown-menu a:hover {
  background: var(--accent-soft);
  color: var(--accent);
}
.nav-dropdown-menu .pick-tag {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 2px 8px;
  border-radius: 2px;
  margin-left: 12px;
}
@media (max-width: 760px) {
  .nav-dropdown-menu { min-width: 220px; }
}
