:root {
  --navy: #123a62;
  --navy2: #092746;
  --mint: #73d6c8;
  --gold: #ffcb3d;
  --paper: #f5f2e9;
  --white: #fff;
  --ink: #17212a;
  --muted: #5c6670;
  --line: #c7c9c5;
  --red: #a1322c;
  --sans: Arial, Helvetica, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --mono: "SFMono-Regular", Consolas, monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.65 var(--sans);
  overflow-x: hidden;
}
img,
svg {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 8px;
  top: 8px;
  background: #fff;
  padding: 10px;
  z-index: 20;
}
.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 5;
}
.logo {
  font: 800 1.35rem var(--sans);
  letter-spacing: 0.13em;
  text-decoration: none;
  color: var(--navy);
}
.logo i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  margin-left: 5px;
}
.nav nav {
  display: flex;
  gap: 28px;
}
.nav nav a,
.nav .about-link {
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
}
.nav a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 640px;
  background: var(--navy);
  color: white;
}
.hero-copy {
  align-self: center;
  padding: clamp(65px, 8vw, 120px) clamp(24px, 7vw, 105px);
  min-width: 0;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font: 700 0.72rem var(--mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero h1,
.section-title,
.article-title {
  margin: 0;
  font: 700 clamp(3.4rem, 7vw, 7rem)/0.93 var(--sans);
  letter-spacing: -0.055em;
}
.hero h1 em {
  display: block;
  color: var(--mint);
  font: 400 italic 1em var(--serif);
}
.hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 28px 0;
  font-size: 1.18rem;
  color: #e1edf5;
}
.hero-card {
  position: relative;
  display: grid;
  place-items: center;
  padding: 45px;
  background: var(--mint);
  color: var(--navy2);
  overflow: hidden;
}
.hero-card:before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  border: 45px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}
.balance {
  position: relative;
  width: min(100%, 380px);
  padding: 30px;
  background: var(--paper);
  border: 2px solid var(--navy2);
  box-shadow: 12px 12px 0 var(--navy2);
}
.balance h2 {
  margin: 0 0 28px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.balance-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid #aaa;
}
.balance-row strong {
  font-family: var(--mono);
}
.balance .total {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 3px solid var(--navy2);
  font: 700 2rem var(--sans);
}
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 21px;
  background: var(--gold);
  color: var(--navy2);
  border: 2px solid var(--navy2);
  font-weight: 800;
  text-decoration: none;
}
.ticker {
  display: flex;
  gap: 30px;
  justify-content: space-around;
  padding: 15px;
  background: var(--gold);
  border-block: 2px solid var(--navy2);
  white-space: nowrap;
  overflow: hidden;
  font: 700 0.74rem var(--mono);
  letter-spacing: 0.12em;
}
.posts,
.about-band,
.newsletter {
  padding: clamp(70px, 9vw, 125px) clamp(20px, 7vw, 105px);
}
.section-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 46px;
}
.section-title {
  font-size: clamp(3rem, 6vw, 6rem);
}
.section-head p {
  max-width: 510px;
  margin: 0;
  color: var(--muted);
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.post-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  text-decoration: none;
}
.post-card:hover {
  border-color: var(--navy);
  transform: translateY(-3px);
}
.post-card .kicker {
  font: 700 0.68rem var(--mono);
  letter-spacing: 0.14em;
  color: var(--red);
  text-transform: uppercase;
}
.post-card h2 {
  margin: 35px 0 14px;
  font: 400 2rem/1.1 var(--serif);
}
.post-card p {
  color: var(--muted);
}
.post-card .read {
  margin-top: auto;
  font-weight: 700;
  color: var(--navy);
}
.post-card.featured {
  background: var(--navy);
  color: white;
}
.post-card.featured p {
  color: #dce8f2;
}
.post-card.featured .kicker,
.post-card.featured .read {
  color: var(--gold);
}
.about-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  background: var(--mint);
}
.about-band p {
  max-width: 610px;
}
.principles {
  display: grid;
  gap: 12px;
}
.principles div {
  padding: 18px 0;
  border-top: 1px solid var(--navy2);
}
.principles strong {
  display: block;
}
.newsletter {
  background: var(--navy2);
  color: white;
  text-align: center;
}
.newsletter h2 {
  font: 400 clamp(2.5rem, 5vw, 5rem) var(--serif);
  margin: 0 0 18px;
}
.newsletter p {
  max-width: 620px;
  margin: 0 auto 25px;
  color: #d7e2eb;
}
.article-shell {
  max-width: 1120px;
  margin: auto;
  padding: clamp(55px, 8vw, 105px) clamp(20px, 5vw, 55px);
}
.article-header {
  max-width: 850px;
}
.article-title {
  font-size: clamp(3rem, 6.4vw, 6.3rem);
}
.dek {
  font: 1.25rem/1.5 var(--serif);
  color: var(--muted);
  max-width: 720px;
}
.byline {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 26px 0;
  font: 600 0.76rem var(--mono);
  color: var(--muted);
}
.takeaways {
  margin: 35px 0;
  padding: 25px;
  background: #e6f5f2;
  border-left: 6px solid var(--navy);
}
.takeaways h2 {
  margin-top: 0;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.takeaways li + li {
  margin-top: 8px;
}
.article-body {
  max-width: 760px;
}
.article-body h2 {
  margin: 52px 0 12px;
  font: 400 2.1rem/1.15 var(--serif);
}
.article-body h3 {
  margin: 30px 0 8px;
}
.article-body p {
  margin: 0 0 18px;
}
.article-body a {
  text-decoration: underline;
}
.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}
.article-body th,
.article-body td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.formula {
  padding: 22px;
  background: var(--navy);
  color: white;
  font: 600 1.1rem var(--mono);
  margin: 24px 0;
}
.note {
  padding: 20px;
  border: 1px solid var(--line);
  background: white;
}
.sources {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 2px solid var(--navy);
}
.related {
  margin-top: 50px;
  display: grid;
  gap: 12px;
}
.related a {
  padding: 14px;
  background: white;
  border: 1px solid var(--line);
  text-decoration: none;
  font-weight: 700;
}
.static {
  max-width: 900px;
  margin: auto;
  padding: clamp(60px, 8vw, 110px) clamp(20px, 5vw, 55px);
}
.static h1 {
  font: 700 clamp(2.8rem, 6vw, 5.5rem)/1 var(--sans);
}
.static h2 {
  margin-top: 40px;
  font-family: var(--serif);
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
}
footer div {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
footer a {
  font-weight: 700;
  text-decoration: none;
}
a:focus-visible {
  outline: 4px solid var(--gold);
  outline-offset: 3px;
}
@media (max-width: 850px) {
  .nav nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-card {
    min-height: 520px;
  }
  .section-head,
  .about-band {
    grid-template-columns: 1fr;
  }
  .post-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 580px) {
  .nav {
    padding: 12px 14px;
  }
  .nav .about-link {
    font-size: 0.73rem;
  }
  .hero-copy {
    padding: 65px 22px;
  }
  .hero h1 {
    font-size: 3.45rem;
  }
  .hero-card {
    min-height: 430px;
    padding: 30px;
  }
  .balance {
    padding: 24px;
  }
  .posts,
  .about-band,
  .newsletter {
    padding-inline: 16px;
  }
  .section-head {
    gap: 22px;
  }
  .section-title {
    font-size: 3.35rem;
  }
  .post-grid {
    grid-template-columns: 1fr;
  }
  .post-card {
    min-height: 350px;
  }
  .article-title {
    font-size: 3.1rem;
  }
  .article-shell {
    padding-inline: 18px;
  }
  .article-body h2 {
    font-size: 1.8rem;
  }
  footer {
    flex-direction: column;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .post-card {
    transition: none;
  }
}
