:root {
  --ink: #081b33;
  --muted: #596273;
  --paper: #f5f0e4;
  --white: #fffaf0;
  --green: #a9802f;
  --green-dark: #102b4d;
  --acid: #d7b75f;
  --rule: #aaa79d;
  --soft-rule: #d9d3c5;
  --serif: Didot, "Bodoni 72", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background-color: var(--paper); background-image: repeating-radial-gradient(circle at 100% 0, rgba(8,27,51,.025) 0 1px, transparent 1px 8px); font: 16px/1.68 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: var(--green-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--green); }
img { max-width: 100%; }
.hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.container { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.reading { width: min(760px, 100%); }
.site-header { background: var(--paper); border-top: 5px solid var(--ink); border-bottom: 1px solid var(--ink); }
.header-inner { min-height: 108px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { grid-column: 2; display: inline-flex; align-items: center; gap: 14px; color: var(--ink); font: 500 clamp(1.55rem, 2.6vw, 2.35rem)/1 var(--serif); letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
nav { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 20px; }
nav a { color: var(--ink); font-size: .74rem; font-weight: 850; letter-spacing: .095em; text-decoration: none; text-transform: uppercase; }
nav a:hover, nav a[aria-current="page"] { color: var(--green); }
main { padding-bottom: 84px; }
.eyebrow { margin: 0 0 12px; color: var(--green); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { color: var(--ink); font-family: var(--serif); font-weight: 500; line-height: 1.03; letter-spacing: -.045em; }
h1 { margin: 0 0 24px; font-size: clamp(3.25rem, 7.5vw, 7.25rem); }
h2 { margin: 0 0 15px; font-size: clamp(2rem, 4vw, 3.3rem); }
h3 { margin: 0 0 11px; font-size: clamp(1.45rem, 2.4vw, 2rem); }
p { margin: 0 0 18px; }
.lede { max-width: 760px; color: var(--muted); font: 1.18rem/1.62 var(--sans); }
.hero { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(290px, .72fr); gap: 64px; align-items: stretch; padding: 68px 0 58px; border-bottom: 1px solid var(--ink); }
.hero > div:first-child { align-self: center; }
.hero h1 { max-width: 920px; }
.hero-panel { position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 34px; color: var(--white); background: var(--green-dark); border-top: 4px solid var(--acid); }
.hero-panel::before { position: absolute; width: 280px; height: 280px; right: -120px; top: -120px; border: 1px solid rgba(215,183,95,.22); border-radius: 50%; box-shadow: 0 0 0 18px rgba(215,183,95,.05), 0 0 0 40px rgba(215,183,95,.04), 0 0 0 68px rgba(215,183,95,.03); content: ""; }
.hero-panel > * { position: relative; }
.hero-panel h2, .hero-panel a { color: var(--white); }
.hero-panel h2 { font-size: 2.5rem; }
.hero-panel p { color: #e8e2d6; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border: 1px solid var(--ink); border-radius: 0; color: var(--white); background: var(--ink); font-size: .78rem; font-weight: 900; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.button:hover { color: var(--white); background: var(--green); border-color: var(--green); }
.button.light { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.button.secondary { color: var(--ink); background: transparent; }
.actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.section { padding: 54px 0; border-bottom: 1px solid var(--ink); }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: end; margin-bottom: 28px; }
.section-head p { margin: 0; color: var(--muted); }
.grid { display: grid; gap: 0; border-top: 1px solid var(--ink); }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { padding: 28px 30px 30px 0; border: 0; border-bottom: 1px solid var(--soft-rule); background: transparent; }
.grid .card { min-height: 245px; padding: 30px; border-right: 1px solid var(--soft-rule); }
.grid .card:first-child { padding-left: 0; }
.grid .card:last-child { border-right: 0; padding-right: 0; }
a.card { display: block; color: inherit; text-decoration: none; }
a.card:hover h2, a.card:hover h3 { color: var(--green); }
.card p:last-child { margin-bottom: 0; }
.card-number { display: block; margin-bottom: 48px; color: var(--green); font: 800 .68rem/1 var(--sans); letter-spacing: .13em; }
.tag { display: inline-block; margin-bottom: 18px; color: var(--green); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.meta, .small { color: var(--muted); font-size: .86rem; }
.article-header { max-width: 1040px; padding: 64px 0 42px; border-bottom: 1px solid var(--ink); }
.article-header h1 { font-size: clamp(3.2rem, 6.5vw, 6.2rem); }
.article { padding: 44px 0; font-size: 1.08rem; }
.article h2 { margin-top: 48px; font-size: 2rem; }
.article h3 { margin-top: 34px; }
.article li { margin-bottom: 9px; }
main > article.card { width: min(800px, 100%); padding-top: 64px; font-size: 1.06rem; }
main > article.card h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
main > article.card h2 { margin-top: 42px; font-size: 2rem; }
.notice { margin: 32px 0; padding: 20px 22px; border-left: 5px solid var(--green); background: #ebe4d5; }
.source-box { margin-top: 38px; padding: 24px; border-top: 3px solid var(--ink); background: #ebe4d5; }
.source-box h2 { margin-top: 0; font-size: 1.35rem; }
.signup { display: grid; grid-template-columns: 1fr .9fr; gap: 48px; align-items: end; padding: 42px; color: var(--white); background: var(--ink); border-left: 8px solid var(--acid); }
.signup h2 { color: var(--white); }
.signup p { color: #cad0cc; }
.signup form { display: flex; gap: 9px; flex-wrap: wrap; }
.signup input[type="email"] { min-width: 260px; padding: 12px 14px; border: 1px solid #87928d; border-radius: 0; font: inherit; background: var(--white); }
.consent { display: block; width: 100%; color: #c7ceca; font-size: .76rem; }
.consent a { color: inherit; text-decoration: underline; }
.kit-signup { min-width: 0; }
.kit-signup .formkit-form { max-width: none !important; margin: 0 !important; }
.kit-signup .formkit-form [data-style="clean"] { padding: 0 !important; }
.kit-signup .formkit-powered-by-convertkit-container { display: none !important; }
.kit-signup .formkit-input { min-width: 240px !important; border-radius: 0 !important; font-family: var(--sans) !important; }
.kit-signup .formkit-submit { border-radius: 0 !important; background: var(--acid) !important; color: var(--ink) !important; font-family: var(--sans) !important; font-weight: 800 !important; }
.kit-signup .consent { margin: 4px 0 0; color: #c7ceca; }
.kit-signup-light { max-width: 560px; }
.kit-signup-light .formkit-input { border-color: var(--soft-rule) !important; }
.kit-signup-light .formkit-submit { background: var(--ink) !important; color: var(--white) !important; }
.kit-signup-light .consent { color: var(--ink); }
.comparison { width: 100%; border-collapse: collapse; background: var(--white); }
.comparison th, .comparison td { padding: 14px; border-bottom: 1px solid var(--soft-rule); text-align: left; vertical-align: top; }
.comparison th { color: var(--white); background: var(--ink); }
.site-footer { padding: 54px 0 34px; color: #ced5d1; background: var(--ink); border-top: 8px solid var(--acid); }
.site-footer .brand { display: inline-flex; color: var(--white); font-size: 2rem; }
.site-footer a { color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 46px; }
.footer-grid h2 { color: var(--white); font: 800 .72rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 7px; }
.legal { margin-top: 36px; padding-top: 22px; border-top: 1px solid #43536a; color: #bcc3cc; font-size: .78rem; }
@media (max-width: 900px) {
  .header-inner { grid-template-columns: auto 1fr; min-height: auto; padding: 22px 0; }
  .brand { grid-column: 1; font-size: 2rem; }
  nav { grid-column: 2; }
  .hero { grid-template-columns: 1fr; }
  .grid.three { grid-template-columns: 1fr 1fr; }
  .grid.three .card:last-child { grid-column: 1 / -1; padding-left: 0; border-top: 1px solid var(--soft-rule); }
}
@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1220px); }
  .header-inner { display: block; }
  nav { margin-top: 18px; gap: 13px; flex-wrap: wrap; }
  nav a { font-size: .66rem; }
  .hero { padding-top: 42px; gap: 34px; }
  .section-head, .signup { grid-template-columns: 1fr; }
  .grid.two, .grid.three, .footer-grid { grid-template-columns: 1fr; }
  .grid .card, .grid .card:first-child, .grid .card:last-child, .grid.three .card:last-child { grid-column: auto; min-height: auto; padding: 28px 0; border-right: 0; }
  .card-number { margin-bottom: 26px; }
  .signup { padding: 30px 24px; }
  .signup input[type="email"] { min-width: 0; width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
