/* Vanguard Physician — Profile page styles
   Locked palette + type from sample-seth-lampert.html (design source of truth).
   Instrument Serif (display) / Newsreader (body) / Hanken Grotesk (labels).
*/

:root {
  --paper: #f9f7f0;
  --ink: #1c1a15;
  --green: #1f3d30;
  --green-bg: #1c3a2c;
  --moss: #3f6b52;
  --rule: #ddd6c5;
  --muted: #6f6a59;
  --gold: #9c7b3e;
  --verify: #2f6b4a;
  --cream: #f3efe2;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Newsreader', Georgia, serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: 740px; margin: 0 auto; padding: 0 28px; }

/* Sample bar — only on composite/fictional pages */
.samplebar {
  background: var(--green-bg);
  color: #d7e2d6;
  text-align: center;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 11.5px;
  letter-spacing: .02em;
  padding: 10px 16px;
  line-height: 1.5;
}
.samplebar b { color: #e7c98a; font-weight: 600; }

/* Brand bar — slim green strip on real pages */
.brandbar {
  background: var(--green-bg);
  text-align: center;
  padding: 9px 16px;
}
.brandbar-seal {
  display: inline-block;
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255,255,255,.5);
  letter-spacing: .04em;
}

/* Masthead = imprint, not nav */
.masthead { text-align: center; padding: 34px 24px 20px; }
.masthead .pub {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: .01em;
  color: var(--ink);
}
.masthead .ed {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 10px;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--moss);
  margin-top: 7px;
  font-weight: 600;
}
.mast-rule { border: none; border-top: 1px solid var(--ink); max-width: 740px; margin: 0 auto; opacity: .85; }
.mast-rule.thin { border-top: 1px solid var(--rule); margin-top: 3px; }

/* Hero */
.hero { padding: 64px 0 30px; text-align: center; }
.eyebrow {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 26px;
}
.hero h1 {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: clamp(46px, 9.5vw, 90px);
  line-height: 1.0;
  letter-spacing: -.01em;
  margin-bottom: 24px;
}
.hero .dek {
  font-size: clamp(19px, 2.5vw, 24px);
  font-style: italic;
  color: var(--muted);
  max-width: 600px;
  margin: 0 auto 34px;
  line-height: 1.5;
}
.byline {
  padding: 16px 0;
  display: inline-block;
  min-width: min(100%, 480px);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.byline .by {
  display: block;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 600;
}
.byline .reported {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
}

/* Photos */
.photo-frame { margin: 14px 0 8px; }
.photo-frame img {
  width: 100%;
  display: block;
  border-radius: 2px;
}
.photo-frame.portrait img { aspect-ratio: 16 / 10; object-fit: cover; }
.photo-frame.candid img { aspect-ratio: 3 / 2; object-fit: cover; }
.cap {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 12.5px;
  color: var(--muted);
  text-align: center;
  margin-bottom: 54px;
  letter-spacing: .01em;
}

/* Body */
.body p { font-size: 19.5px; margin-bottom: 26px; }
.body p.lead:first-letter {
  font-family: 'Instrument Serif', serif;
  float: left;
  font-size: 86px;
  line-height: .72;
  padding: 10px 14px 0 0;
  color: var(--green);
  font-weight: 400;
}
.pullquote {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 33px;
  line-height: 1.22;
  color: var(--green);
  border-left: 2px solid var(--moss);
  padding: 6px 0 6px 28px;
  margin: 46px 0;
}
h2.sub {
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--green);
  margin: 54px 0 16px;
}

/* Credentials box */
.credbox {
  border-top: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
  padding: 26px 0;
  margin: 50px 0;
}
.credbox .top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 8px;
}
.credbox h4 {
  font-family: 'Hanken Grotesk', sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 11px;
  color: var(--ink);
  font-weight: 700;
}
.verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--verify);
}
.verified svg { width: 13px; height: 13px; }
.credbox dl {
  display: grid;
  grid-template-columns: 165px 1fr;
  gap: 13px 20px;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 14.5px;
}
.credbox dt { font-weight: 600; color: var(--green); }
.credbox dd { color: var(--muted); }
.cred-link { color: var(--muted); text-decoration: none; border-bottom: 1px solid var(--rule); transition: border-color .2s; }
.cred-link:hover { border-color: var(--green); color: var(--green); }

/* Peer quote card */
.quotecard { margin: 54px 0; text-align: center; padding: 0 6px; }
.quotecard .qt {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.34;
  color: var(--ink);
  margin-bottom: 18px;
}
.quotecard .attr {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 12.5px;
  color: var(--muted);
  letter-spacing: .02em;
}
.quotecard .attr strong { color: var(--green); font-weight: 600; }

/* In Their Own Words (dark block) */
.qa {
  background: var(--green-bg);
  color: #eef2e8;
  border-radius: 3px;
  padding: 44px 38px;
  margin: 56px 0;
}
.qa .tag {
  font-family: 'Hanken Grotesk', sans-serif;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 11px;
  color: #cdb37a;
  font-weight: 600;
  margin-bottom: 26px;
}
.qa .q {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 23px;
  margin: 26px 0 8px;
  color: #fff;
}
.qa .q:first-of-type { margin-top: 0; }
.qa .a { font-size: 17.5px; color: #cdd6c8; font-style: italic; }

/* Featured badge strip */
.featured-strip {
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: 24px;
  margin: 58px 0 26px;
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
  background: var(--cream);
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}
a.featured-strip:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(28,58,44,.12);
}
.seal {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  color: var(--green);
  font-size: 20px;
  background: var(--paper);
  flex-shrink: 0;
}
.featured-strip .ft {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.featured-strip .pn {
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-size: 21px;
  color: var(--green);
}

/* Footer */
.foot {
  background: var(--green-bg);
  margin-top: 60px;
  padding: 0;
  text-align: center;
  color: #c2cebf;
}
.foot-inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 52px 28px 48px;
}
.foot-rule {
  border: none;
  border-top: 1px solid rgba(255,255,255,.1);
  margin: 0 auto;
  max-width: 740px;
}
.foot .foot-seal {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  color: rgba(255,255,255,.7);
  font-size: 22px;
  background: transparent;
  margin-bottom: 18px;
}
.foot .fpub {
  font-family: 'Instrument Serif', serif;
  font-size: 24px;
  color: #fff;
  margin-bottom: 4px;
  letter-spacing: .01em;
}
.foot .fed {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  font-weight: 600;
  margin-bottom: 28px;
}
.foot .flinks {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin-bottom: 32px;
}
.foot .flinks a {
  color: rgba(255,255,255,.55);
  text-decoration: none;
  margin: 0 14px;
  transition: color .2s;
}
.foot .flinks a:hover { color: #fff; }
.disclosure {
  font-style: italic;
  font-size: 12px;
  color: rgba(255,255,255,.35);
  line-height: 1.65;
  max-width: 580px;
  margin: 0 auto 28px;
}
.foot .copyright {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 10px;
  letter-spacing: .06em;
  color: rgba(255,255,255,.25);
  margin-top: 0;
}

/* Responsive */
@media (max-width: 600px) {
  .wrap { padding: 0 18px; }
  .credbox dl { grid-template-columns: 1fr; }
  .qa { padding: 32px 22px; }
  .foot-inner { padding: 40px 18px 36px; }
  .foot .flinks a { margin: 0 8px; }
}
