@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;450;500;600;700;800&family=IBM+Plex+Mono:wght@500;600&display=swap');

/* GLP-1 Services — glp1services.com (PRICE-TRANSPARENCY DIRECTORY)
   Design system: "Drib" — Dribbble's dense monochrome gallery, re-registered for medical trust.
   Midnight-ink text on white + mist surfaces, hairline frost borders, one accent: a CLINICAL TEAL
   (elevated from Dribbble's loud magenta). Dark plum top-bar signals an app/directory. Mono numerals
   for prices. Crisp, scannable, data-first. Overrides shared tokens.css + restyles the components. */

:root {
  /* ── color: near-monochrome plum-ink, one clinical teal ── */
  --bg:           #ffffff;
  --bg-subtle:    #f3f3f6;   /* Mist — soft panel */
  --bg-warm:      #fbf7ef;   /* neutral warm well for callouts */
  --ink:          #0d0c22;   /* Midnight Ink — primary text */
  --ink-2:        #060318;   /* Deep Plum — headings, top bar */
  --muted:        #6e6d7a;   /* Smoke — secondary text */
  --muted-2:      #9e9ea7;   /* Fog — meta */
  --accent:       #0e7c86;   /* Clinical Teal — primary action (elevated from magenta) */
  --accent-dark:  #0a5d64;
  --accent-2:     #0e7c86;   /* teal doubles as trust/verified */
  --line:         #e2e8f2;   /* Frost hairline */
  --line-2:       #eef0f4;   /* lighter divider */
  --score-good:   #0e7c86;   /* teal leader */
  --score-mid:    #8a6d1f;
  --score-low:    #b23b3b;
  --badge-bg:     #e4f2f3;   /* faint teal well */
  --callout-bg:   #fbf7ef;
  --callout-line: #d8b24a;

  /* ── type: Inter throughout (dense, editorial), IBM Plex Mono for prices ── */
  --font-display: 'Inter', -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-body:    'Inter', -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-prose:   'Inter', -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-mono:    'IBM Plex Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  --radius:    8px;
  --radius-lg: 12px;
  --radius-sm: 6px;
  --maxw:      1180px;
}

/* ── base: tight, monochrome ── */
body { letter-spacing: -0.012em; color: var(--ink); }
h1,h2,h3,.hero__h1,.ranking__title,.faq__title { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.028em; color: var(--ink-2); }
a { color: var(--ink); text-underline-offset: 2px; }
a:hover { color: var(--accent); }

/* ── nav: dark plum top-bar — the directory signature ── */
.nav { background: var(--ink-2); border-bottom: 1px solid var(--ink-2); }
.nav__brand { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.03em; color: #fff; }
.nav__brand span { color: #45c9d2; }
.nav__links a { font-family: var(--font-body); color: rgba(255,255,255,.72); font-weight: 500; }
.nav__links a:hover { color: #fff; }

/* ── eyebrow: mono-tracked directory label ── */
.hero__eyebrow {
  font-family: var(--font-body);
  font-weight: 700; font-size: .7rem;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent);
}

/* ── hero: crisp white, extra-bold headline ── */
.hero { background: var(--bg); border-bottom: 1px solid var(--line); }
.hero__h1 { font-weight: 800; color: var(--ink-2); }
.hero__answer { font-family: var(--font-prose); color: var(--ink); }
.hero__answer strong { color: var(--ink-2); font-weight: 700; }
.hero__meta { color: var(--muted); }
.hero__meta strong { color: var(--ink); }

/* ── ownership disclosure: mist panel, teal edge ── */
.disclosure-banner {
  background: var(--bg-subtle);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
}
.disclosure-banner a { color: var(--accent-dark); text-decoration: underline; }
.disclosure-banner strong { color: var(--ink-2); }

/* ── compounded / efficacy notices: neutral warm callout ── */
.disclaimer {
  background: var(--bg-warm);
  border: 1px solid var(--callout-line);
  border-radius: var(--radius-sm);
  color: #6b5a24;
}
.disclaimer strong { color: #4a3d15; }

/* ── ranking table: dense hairline directory grid ── */
.ranking__title { font-weight: 800; }
.ranking-table { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.ranking-table th {
  font-family: var(--font-body);
  background: var(--bg-subtle); color: var(--ink-2);
  font-size: .66rem; letter-spacing: .1em; font-weight: 700; border-bottom: 1px solid var(--line);
}
.ranking-table td { border-bottom: 1px solid var(--line-2); }
.ranking-table tr:hover td { background: var(--bg-subtle); }
.ranking-table tr.row--top td { background: var(--badge-bg); }
.ranking-table tr.row--top:hover td { background: #d6ebec; }
.provider-name { font-family: var(--font-body); font-weight: 700; color: var(--ink-2); }
.provider-name .badge--top {
  background: var(--accent); color: #fff; border-radius: 3px;
  font-family: var(--font-body); letter-spacing: .07em; font-weight: 700;
}
/* prices in mono — the directory's data-first tell */
.price-cell { font-family: var(--font-mono); font-weight: 600; color: var(--ink-2); font-variant-numeric: tabular-nums; }
.price-cell .from { font-family: var(--font-body); color: var(--muted); font-weight: 400; }

/* ── score badge: teal ring for the leader ── */
.score-badge {
  background: var(--badge-bg); color: var(--score-good);
  border: 2px solid var(--score-good); border-radius: 50%;
  font-family: var(--font-body); font-weight: 800;
}
.score-badge--mid { color: var(--score-mid); border-color: var(--score-mid); background: #fbf6ea; }
.score-badge--low { color: var(--score-low); border-color: var(--score-low); background: #fbeeee; }

/* ── buttons: teal fill (primary) + ink ghost ── */
.cta-btn {
  background: var(--accent); color: #fff; border: 1px solid var(--accent);
  border-radius: var(--radius); font-family: var(--font-body); font-weight: 700;
  letter-spacing: .005em;
}
.cta-btn:hover { background: var(--accent-dark); text-decoration: none; }
.cta-btn--ghost { background: transparent; color: var(--ink-2); border: 1px solid var(--line); }
.cta-btn--ghost:hover { background: var(--bg-subtle); border-color: var(--ink-2); }

/* ── entity-facts: hairline directory card ── */
.entity-facts { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); }
.entity-facts__title {
  font-family: var(--font-body); font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase; color: var(--accent);
}
.entity-facts dt { color: var(--muted); }
.entity-facts dd { color: var(--ink-2); font-weight: 700; }

/* ── FAQ: quiet hairline accordions ── */
.faq__title { font-weight: 800; }
.faq details { border-bottom: 1px solid var(--line-2); }
.faq summary { font-family: var(--font-body); font-weight: 700; color: var(--ink-2); }
.faq p { color: var(--muted); }

/* ── prose / article pages ── */
.prose { font-family: var(--font-prose); color: var(--ink); }
.prose h2, .prose h3 { font-family: var(--font-display); color: var(--ink-2); }
.byline { color: var(--muted); }
.references { border-top: 1px solid var(--line); color: var(--muted); }

/* ── footer: deep plum band ── */
.footer { background: var(--ink-2); color: rgba(255,255,255,.7); }
.footer__disclosure { color: rgba(255,255,255,.7); }
.footer__disclosure strong { color: #fff; }
.footer__disclosure a { color: #45c9d2; }
.footer__links a { color: #fff; }
.footer__links a:hover { color: #45c9d2; }
.footer__links span { color: rgba(255,255,255,.5); }

/* ══════════════ REVIEW-SITE COMPONENTS (v2) ══════════════ */

.nav__links { gap: 1.15rem; }
.nav__links a { font-size: .86rem; }

.trust-row { display: flex; flex-wrap: wrap; gap: .5rem .6rem; margin-top: 1.2rem; }
.trust-chip {
  display: inline-flex; align-items: center; gap: .4rem;
  font-family: var(--font-body); font-size: .7rem; font-weight: 600;
  letter-spacing: .02em; color: var(--ink-2);
  background: var(--bg); border: 1px solid var(--line); border-radius: 999px; padding: .36rem .72rem;
}
.trust-chip b { color: var(--accent-2); font-weight: 700; }

.layout { display: grid; grid-template-columns: minmax(0,1fr) 328px; gap: 2.75rem; align-items: start; }
.layout__aside { position: sticky; top: 84px; display: grid; gap: 1.1rem; }
@media (max-width: 980px) {
  .layout { grid-template-columns: 1fr; gap: 1.75rem; }
  .layout__aside { position: static; order: -1; }
}

.brand { display: flex; align-items: center; gap: .6rem; }
.brand__mark {
  flex: none; width: 38px; height: 38px; border-radius: 10px;
  display: grid; place-items: center;
  font-family: var(--font-body); font-weight: 800; font-size: .82rem; letter-spacing: -.02em;
  color: #fff; background: var(--mk, #333);
}
.brand__name { font-family: var(--font-body); font-weight: 700; color: var(--ink); line-height: 1.12; font-size: .95rem; }
.brand__sub { font-size: .7rem; color: var(--muted); font-weight: 500; margin-top: 1px; }

.pick { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--bg); }
.pick__ribbon {
  display: flex; align-items: center; gap: .6rem; padding: .6rem 1.25rem;
  background: var(--ink-2); color: #fff;
  font-family: var(--font-body); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
.pick__ribbon b { color: #45c9d2; }
.pick__body { padding: 1.4rem 1.25rem; display: grid; grid-template-columns: 1fr auto; gap: 1rem 1.5rem; align-items: center; }
.pick__lead { grid-column: 1 / -1; color: var(--ink); font-size: 1.02rem; line-height: 1.55; }
.pick__lead strong { color: var(--ink-2); }
.pick__feats { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: .45rem; }
.feat { font-size: .74rem; font-weight: 600; color: var(--ink-2); background: var(--badge-bg); border: 1px solid var(--line); border-radius: 6px; padding: .28rem .6rem; }
.pick__price { display: flex; gap: 1.75rem; grid-column: 1; }
.pick__price .p-lbl { font-size: .68rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
.pick__price .p-val { font-family: var(--font-display); font-size: 1.28rem; font-weight: 800; color: var(--ink-2); }
.pick__price .p-sub { font-size: .72rem; color: var(--accent-2); font-weight: 600; }
.pick__cta { display: grid; gap: .5rem; grid-column: 2; justify-items: stretch; text-align: center; }
@media (max-width: 620px){ .pick__body{grid-template-columns:1fr} .pick__cta,.pick__price{grid-column:1} }

.score-lg { display: inline-flex; align-items: baseline; gap: .2rem; font-family: var(--font-display); font-weight: 800; color: var(--accent-2); }
.score-lg b { font-size: 2rem; line-height: 1; }
.score-lg span { font-size: .9rem; color: var(--muted); font-weight: 500; }

.mlcard { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--bg); }
.mlcard__top { background: var(--ink-2); color: #fff; padding: .85rem 1.05rem; }
.mlcard__rank { font-family: var(--font-body); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: #45c9d2; font-weight: 700; }
.mlcard__brand { display: flex; align-items: center; gap: .55rem; margin-top: .5rem; }
.mlcard__brand .brand__name { color: #fff; font-size: 1.05rem; }
.mlcard__body { padding: 1.05rem; }
.mlcard__stars { display: flex; align-items: center; gap: .5rem; font-size: .8rem; color: var(--muted); margin: .1rem 0 .9rem; }
.mlcard__stars b { color: var(--ink); font-weight: 700; }
.mlprice { border: 1px solid var(--line-2); border-radius: var(--radius-sm); overflow: hidden; margin-bottom: .9rem; }
.mlprice__row { display: flex; justify-content: space-between; align-items: baseline; padding: .5rem .7rem; }
.mlprice__row + .mlprice__row { border-top: 1px solid var(--line-2); }
.mlprice__row .k { font-size: .78rem; color: var(--muted); }
.mlprice__row .v { font-weight: 700; color: var(--ink); font-size: .9rem; }
.mlprice__row .v small { display: block; text-align: right; font-size: .66rem; color: var(--accent-2); font-weight: 600; }
.mlwhy { list-style: none; padding: 0; margin: 0 0 1rem; display: grid; gap: .45rem; }
.mlwhy li { position: relative; padding-left: 1.35rem; font-size: .8rem; color: var(--ink-2); line-height: 1.4; }
.mlwhy li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: var(--accent-2); font-weight: 800; }
.mlcard__note { font-size: .64rem; color: var(--muted); margin-top: .8rem; line-height: 1.5; }
.mlcard .cta-btn { width: 100%; text-align: center; }

.eeat { display: flex; flex-wrap: wrap; gap: 1.25rem 2rem; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.25rem; background: var(--bg); }
.eeat__who { display: grid; gap: .1rem; }
.eeat__role { font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); }
.eeat__name { font-family: var(--font-display); font-weight: 700; color: var(--ink-2); }
.eeat__meta { font-size: .78rem; color: var(--muted); }

.evidence { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; width: 100%; border-collapse: collapse; }
.evidence th, .evidence td { text-align: left; padding: .7rem .9rem; border-bottom: 1px solid var(--line-2); font-size: .85rem; }
.evidence th { background: var(--bg-subtle); font-family: var(--font-body); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); }
.evidence td strong { color: var(--ink); }

.h-sec { font-family: var(--font-display); font-weight: 800; letter-spacing: -.02em; color: var(--ink-2); }
.eyebrow-sm { font-family: var(--font-body); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-2); }

.rank-n { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; color: var(--ink-2); }
.type-tag { display: inline-block; font-size: .6rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: .12rem .4rem; border-radius: 4px; }
.type-tag--c { background: var(--badge-bg); color: #0a5d64; }

.foot-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; padding-bottom: 1.5rem; margin-bottom: 1.25rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.foot-cols h4 { font-family: var(--font-body); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: .6rem; }
.foot-cols a { display: block; color: rgba(255,255,255,.82); font-size: .82rem; padding: .18rem 0; }
.foot-cols a:hover { color: #45c9d2; }
@media (max-width: 720px){ .foot-cols { grid-template-columns: repeat(2,1fr); } }
