/* The PM Pulse — editorial, fast, mobile-first. No web fonts: system stacks only. */
:root {
  --ink: #0A1118;
  --ink-2: #2A323C;
  --navy: #0A1118;
  --navy-2: #121B26;
  --navy-3: #1B2633;
  --teal: #42F2D1;
  --teal-ink: #0A7F6C;        /* accessible teal on white */
  --muted: #5F6873;
  --faint: #8A929C;
  --rule: #E3E6EA;
  --bg: #FFFFFF;
  --bg-alt: #F5F7F9;
  --max: 72rem;
  --g: clamp(1.1rem, 4vw, 2rem);
  --r: 12px;
  --serif: "Iowan Old Style", "Charter", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 1rem/1.55 var(--sans); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; margin: 0; padding: 0; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 700; letter-spacing: -0.01em; line-height: 1.12; }
:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; border-radius: 4px; }
.skip { position: absolute; left: -999px; top: 0; background: var(--teal); color: var(--ink); padding: .5rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--g); }
.narrow { max-width: 50rem; }
.teal { color: var(--teal); }
.muted { color: var(--muted); }

.label { font: 600 .72rem/1.3 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.label .num { color: var(--teal-ink); margin-right: .6em; }
.label-teal, .label-teal .num { color: var(--teal); }
.textlink { color: var(--teal-ink); font-weight: 600; }
.textlink:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; border-radius: 999px; font-weight: 700; white-space: nowrap; transition: transform .12s ease, background .12s ease; }
.btn-primary { background: var(--teal); color: var(--ink); }
.btn-primary:hover { background: #6AF6DD; }
.btn-primary:active { transform: translateY(1px); }
.btn-sm { padding: .5rem 1rem; font-size: .88rem; }
.btn-lg { padding: .85rem 1.6rem; font-size: 1.02rem; }
.btn { padding: .7rem 1.3rem; }
.btn-sm { padding: .5rem 1rem; }
.btn-lg { padding: .85rem 1.6rem; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(10,17,24,.96); backdrop-filter: saturate(1.4) blur(8px); border-bottom: 1px solid rgba(255,255,255,.06); color: #fff; }
.header-row { display: flex; align-items: center; gap: 1.25rem; min-height: 64px; }
.brand { display: flex; align-items: center; gap: .6rem; flex-shrink: 0; }
.brand img { height: 40px; width: auto; }
.brand-name { font: 700 1rem/1 var(--sans); letter-spacing: .01em; display: none; }
.nav { margin-left: auto; }
.nav ul { display: flex; gap: .15rem; }
.nav a { display: block; padding: .5rem .7rem; border-radius: 8px; font-size: .9rem; font-weight: 500; color: #C9D1DA; }
.nav a:hover { color: #fff; background: rgba(255,255,255,.06); }
.nav a[aria-current="page"] { color: var(--teal); }
@media (max-width: 960px) {
  .header-row { flex-wrap: wrap; gap: 0 .75rem; min-height: 0; padding-top: .55rem; }
  .brand img { height: 34px; }
  .header-cta { margin-left: auto; }
  .nav { order: 3; width: calc(100% + 2 * var(--g)); margin: .35rem calc(-1 * var(--g)) 0; overflow-x: auto; scrollbar-width: none; -webkit-mask-image: linear-gradient(90deg, #000 88%, transparent); mask-image: linear-gradient(90deg, #000 88%, transparent); }
  .nav::-webkit-scrollbar { display: none; }
  .nav ul { padding: 0 var(--g) .35rem; width: max-content; }
  .nav a { font-size: .85rem; padding: .45rem .65rem; white-space: nowrap; }
}

/* Hero */
.hero { background: radial-gradient(1200px 500px at 85% -10%, rgba(66,242,209,.13), transparent 60%), var(--navy); color: #fff; padding: clamp(2.25rem, 6vw, 4rem) 0 clamp(2rem, 5vw, 3rem); }
.hero-grid { display: grid; gap: 2.5rem; grid-template-columns: 1fr; align-items: end; }
@media (min-width: 900px) { .hero-grid { grid-template-columns: 1.6fr 1fr; gap: 4rem; } }
.hero h1, .page-hero h1 { font-size: clamp(2.1rem, 5.6vw, 3.5rem); margin: .9rem 0 1rem; max-width: 20ch; }
.hero-sub { color: #B9C2CC; font-size: clamp(1.02rem, 2.2vw, 1.2rem); max-width: 42rem; }
.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1.5rem; margin-top: 1.75rem; }
.hero-latest a { color: #fff; font-weight: 600; border-bottom: 1px solid rgba(66,242,209,.5); padding-bottom: 2px; }
.hero-latest a:hover { color: var(--teal); }
.vision { border-left: 3px solid var(--teal); padding: .25rem 0 .25rem 1.25rem; }
.vision-text { font: 700 clamp(1.4rem, 3.2vw, 1.9rem)/1.2 var(--serif); margin-top: .6rem; }
.hero .vision-text { color: #fff; }

/* Pillars / stats strip */
.pillars { display: grid; grid-template-columns: 1fr; gap: 1px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r); overflow: hidden; margin-top: clamp(2rem, 5vw, 3.25rem); }
@media (min-width: 760px) { .pillars { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 759px) {
  .pillars { grid-template-columns: repeat(3, 1fr); }
  .pillar { padding: .9rem .75rem 1rem; gap: .2rem; }
  .pillar .label { font-size: .62rem; letter-spacing: .08em; }
  .pillar .label .num { display: block; margin: 0 0 .15rem; }
  .pillar-n { font-size: 2rem; }
  .pillar-unit, .pillar-blurb { display: none; }
  .pillar-name { font-size: .95rem; line-height: 1.2; }
}
.pillar { display: grid; align-content: start; gap: .35rem; padding: 1.25rem 1.35rem 1.4rem; background: var(--navy-2); transition: background .15s; }
.pillar:hover { background: var(--navy-3); }
.pillar .label { color: #8FA0B0; }
.pillar .label .num { color: var(--teal); }
.pillar-count { display: flex; align-items: baseline; gap: .5rem; margin-top: .35rem; }
.pillar-n { font: 700 clamp(2.2rem, 5vw, 2.8rem)/1 var(--sans); letter-spacing: -.03em; color: var(--teal); font-variant-numeric: tabular-nums; }
.pillar-unit { color: #8FA0B0; font-size: .9rem; }
.pillar-name { font: 700 1.2rem/1.2 var(--serif); color: #fff; margin-top: .25rem; }
.pillar-blurb { color: #AEB8C3; font-size: .92rem; line-height: 1.45; }

/* Sections */
.section { padding: clamp(2.75rem, 7vw, 4.75rem) 0; border-top: 1px solid var(--rule); }
.section-alt { background: var(--bg-alt); }
.section-tight { padding: clamp(2.25rem, 5vw, 3.25rem) 0; }
.home .hero + .section { border-top: 0; }
.section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: .75rem 2rem; margin-bottom: 1.75rem; }
.section-title { font-size: clamp(1.75rem, 4.2vw, 2.5rem); margin-top: .55rem; }
.section-blurb { color: var(--muted); margin-top: .5rem; max-width: 40rem; }
.section-link { white-space: nowrap; }

/* Pulse */
.pulse-grid { display: grid; gap: 1.5rem; }
@media (min-width: 900px) { .pulse-grid { grid-template-columns: 1fr 1.25fr; gap: 2.5rem; align-items: start; } }
.feature { display: grid; grid-template-columns: 1fr; border: 1px solid var(--rule); border-radius: var(--r); overflow: hidden; background: #fff; transition: box-shadow .15s, transform .15s; }
.feature:hover { box-shadow: 0 10px 30px rgba(10,17,24,.09); transform: translateY(-2px); }
.feature-img { width: 100%; aspect-ratio: 1; object-fit: cover; background: var(--bg-alt); }
@media (max-width: 899px) { .feature { grid-template-columns: 34% 1fr; } .feature-img { height: 100%; } }
@media (max-width: 559px) { .feature-body { padding: .9rem 1rem 1rem; gap: .35rem; } .feature-title { font-size: 1.2rem; } .feature-sub { font-size: .92rem; } .feature .textlink { font-size: .9rem; } }
.feature-body { display: grid; gap: .5rem; padding: 1.25rem 1.35rem 1.4rem; }
.feature-title { font: 700 1.5rem/1.15 var(--serif); }
.feature-sub { color: var(--ink-2); }
.issues { border-top: 1px solid var(--rule); }
.issue a { display: grid; grid-template-columns: 3.1rem 1fr auto; gap: .9rem; align-items: baseline; padding: .95rem .25rem; border-bottom: 1px solid var(--rule); }
.issue a:hover { background: var(--bg-alt); }
.issue a:hover .issue-title { color: var(--teal-ink); }
.issue-no { font: 700 1.05rem/1 var(--mono); color: var(--faint); font-variant-numeric: tabular-nums; }
.issue-body { display: grid; gap: .2rem; }
.issue-title { font-weight: 600; line-height: 1.35; }
.issue-meta { font: 500 .78rem/1.3 var(--mono); color: var(--faint); letter-spacing: .02em; }
.go { color: var(--teal-ink); font-weight: 700; }
.issue .go { opacity: .35; transition: opacity .12s, transform .12s; }
.issue a:hover .go { opacity: 1; transform: translateX(2px); }
.issues-full .issue a { padding: 1.05rem .35rem; }
.hub-cta { margin-bottom: 1.5rem; }

/* Scoreboard */
.aldrin { display: grid; gap: 1rem; align-items: center; padding: 1.15rem 1.35rem; margin-bottom: 1.5rem; border-radius: var(--r); background: var(--navy); color: #fff; }
@media (min-width: 760px) { .aldrin { grid-template-columns: auto 1fr; gap: 2rem; } }
.aldrin-mark { display: flex; align-items: center; gap: .9rem; }
.aldrin .label { color: var(--teal); }
.aldrin-name { font: 700 1.6rem/1.1 var(--sans); letter-spacing: -.01em; }
.aldrin-copy { color: #B9C2CC; font-size: .95rem; max-width: 46rem; }
@media (min-width: 760px) { .aldrin-copy { border-left: 1px solid rgba(255,255,255,.14); padding-left: 2rem; } }
.aldrin-big { padding: 1.6rem 1.75rem; margin-bottom: 2rem; }
.aldrin-big .aldrin-name { font-size: 2rem; }
.sb-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr)); }
@media (max-width: 559px) {
  .sb-grid { grid-template-columns: 1fr 1fr; gap: .7rem; }
  .sb { padding: .9rem .9rem .85rem; gap: .45rem; }
  .sb-top .label { display: none; }
  .sb-no { font-size: 1.6rem; }
  .sb-week { font-size: .98rem; }
  .sb-meta { font-size: .75rem; }
}
.sb { display: grid; gap: .6rem; height: 100%; padding: 1.15rem 1.2rem 1.1rem; background: #fff; border: 1px solid var(--rule); border-radius: var(--r); border-top: 3px solid var(--teal); transition: box-shadow .15s, transform .15s; }
.sb:hover { box-shadow: 0 10px 28px rgba(10,17,24,.08); transform: translateY(-2px); }
.sb-top { display: flex; justify-content: space-between; align-items: baseline; }
.sb-no { font: 700 2rem/1 var(--mono); letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.sb-week { font: 700 1.12rem/1.3 var(--serif); }
.sb-week .muted { display: block; font: 600 .72rem/1.3 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: var(--faint); margin-bottom: .2rem; }
.sb-meta { display: flex; justify-content: space-between; font-size: .82rem; color: var(--muted); margin-top: auto; }

/* Spotlight */
.spot-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(min(100%, 19rem), 1fr)); }
.spot { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid var(--rule); border-radius: var(--r); overflow: hidden; transition: box-shadow .15s, transform .15s; }
.spot:hover { box-shadow: 0 14px 34px rgba(10,17,24,.1); transform: translateY(-3px); }
.spot-media { position: relative; display: block; aspect-ratio: 1200 / 630; background: var(--navy); }
.spot-media img { width: 100%; height: 100%; object-fit: cover; }
.spot-fallback { display: grid; place-items: center; height: 100%; color: var(--teal); font: 700 1.6rem var(--serif); }
.spot-no { color: var(--teal-ink); margin-bottom: .45rem; }
.spot-body { display: grid; gap: .15rem; padding: 1.1rem 1.25rem 1.2rem; flex: 1; align-content: start; }
.spot-company { font: 700 1.65rem/1.1 var(--serif); letter-spacing: -.01em; }
.spot-founder { font-weight: 700; font-size: 1.05rem; margin-top: .35rem; }
.spot-role { color: var(--muted); font-size: .92rem; }
.spot-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 1rem; padding-top: .8rem; border-top: 1px solid var(--rule); font-size: .82rem; color: var(--muted); }

/* Trader Notes */
.notes { display: grid; gap: 1rem; }
.note { border: 1px solid var(--rule); border-left: 3px solid var(--teal); border-radius: var(--r); padding: 1.2rem 1.35rem; background: #fff; display: grid; gap: .85rem; }
.note-title { font-size: 1.3rem; margin-top: .45rem; }
.note-by { color: var(--muted); font-size: .92rem; margin-top: .25rem; }
.note-by a { color: var(--ink); font-weight: 600; }
.note-points { display: grid; gap: .55rem; }
.note-points li { position: relative; padding-left: 1.1rem; color: var(--ink-2); font-size: .98rem; }
.note-points li::before { content: ""; position: absolute; left: 0; top: .62em; width: .45rem; height: 2px; background: var(--teal-ink); }

/* Partners */
.partners { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(min(100%, 18rem), 1fr)); }
.partner { display: flex; gap: 1rem; align-items: center; padding: 1.1rem 1.2rem; background: #fff; border: 1px solid var(--rule); border-radius: var(--r); }
.partner-lead { border-color: var(--ink); box-shadow: inset 0 3px 0 var(--teal); }
.partner-name { font: 700 1.15rem/1.2 var(--sans); margin-top: .25rem; }
.partner-blurb { color: var(--muted); font-size: .9rem; margin-top: .15rem; }
.logo-ph { flex-shrink: 0; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 12px; background: var(--navy); color: var(--teal); font: 700 1.05rem/1 var(--mono); letter-spacing: .04em; }
.logo-ph-lg { width: 60px; height: 60px; font-size: 1.25rem; border: 1px solid rgba(66,242,209,.35); }
.partners-lg .partner { padding: 1.5rem; }

/* About */
.about-grid { display: grid; gap: 2.5rem; }
@media (min-width: 900px) { .about-grid { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.about-page { margin-top: 2.5rem; }
.about-person { display: flex; align-items: center; gap: 1.1rem; margin-bottom: 1.25rem; }
.avatar-wrap { flex-shrink: 0; display: block; }
.avatar { width: 112px; height: 112px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: #d9dadd; box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--teal); }
.avatar-lg { width: 168px; height: 168px; }
@media (max-width: 559px) { .avatar { width: 88px; height: 88px; } .avatar-lg { width: 120px; height: 120px; } }
.avatar-ph { display: grid; place-items: center; background: var(--navy); color: var(--teal); font: 700 1.9rem var(--serif); box-shadow: none; border: 3px solid var(--teal); }
.about-name { font: 700 1.6rem/1.15 var(--serif); }
.about-role { color: var(--muted); margin-top: .2rem; }
.about-role a, .about-body a { color: var(--teal-ink); font-weight: 600; }
.about-body > p { font-size: 1.05rem; color: var(--ink-2); }
.about-body > p + p { margin-top: .85rem; }
.about-person { gap: 1.25rem; }
.facts { margin: 1.25rem 0 0; display: grid; gap: .3rem; }
.facts dt { font: 600 .72rem/1.3 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--faint); margin-top: .9rem; }
.facts dd { margin: 0; color: var(--ink-2); }
.section .vision { margin-bottom: 1.75rem; }
.section .vision .label { color: var(--teal-ink); }
.values-label { margin-bottom: .9rem; }
.values { display: grid; gap: 0; border-top: 1px solid var(--rule); }
.values li { display: grid; grid-template-columns: 2.2rem 1fr; gap: .6rem; padding: .9rem 0; border-bottom: 1px solid var(--rule); }
.values .num { font: 700 .85rem/1.6 var(--mono); color: var(--teal-ink); }
.value-title { font-weight: 700; }
.value-text { color: var(--muted); font-size: .95rem; margin-top: .1rem; }

/* Page hero (hub pages) */
.page-hero { background: radial-gradient(900px 400px at 90% -20%, rgba(66,242,209,.12), transparent 60%), var(--navy); color: #fff; padding: clamp(2.25rem, 6vw, 4rem) 0 clamp(2rem, 5vw, 3rem); }
.page-hero h1 { max-width: none; }
.page-hero + .section { border-top: 0; }
.page-hero .textlink { color: var(--teal); }

/* CTA band + footer */
.cta-band { background: var(--navy-2); color: #fff; padding: clamp(2rem, 5vw, 3rem) 0; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem 2rem; }
.cta-title { font: 700 clamp(1.3rem, 3vw, 1.75rem)/1.2 var(--serif); margin-top: .5rem; max-width: 34rem; }
.site-footer { background: var(--navy); color: #AEB8C3; padding: 2.5rem 0 1.5rem; font-size: .9rem; }
.footer-row { display: grid; gap: 1.75rem; grid-template-columns: 1fr; }
@media (min-width: 760px) { .footer-row { grid-template-columns: 2fr 1fr 1fr; } }
.footer-brand { display: grid; gap: .35rem; align-content: start; }
.footer-brand strong { color: #fff; font: 700 1.1rem var(--serif); }
.footer-links { display: grid; gap: .45rem; align-content: start; }
.footer-links a:hover { color: var(--teal); }
.footer-fine { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem; margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.08); font: 500 .75rem/1.4 var(--mono); color: #7D8894; }

@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
