*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #F7F2EA;
  color: #1A1712;
  font-family: Archivo, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
body.has-sticky { padding-bottom: 104px; }
a { color: #1430B8; text-decoration: none; }
a:hover { color: #1A1712; }
::selection { background: #C9D2FB; }
input, button, textarea, select { font-family: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid #1B3DF5; outline-offset: 2px; }
img { max-width: 100%; display: block; }
.serif { font-family: "Instrument Serif", serif; font-weight: 400; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #F7F2EA;
  border-bottom: 2px solid #1A1712;
}
.header-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 32px;
  height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.logo { display: flex; align-items: baseline; gap: 8px; color: #1A1712; }
.logo:hover { color: #1A1712; }
.logo-name { font-family: "Instrument Serif", serif; font-size: 26px; line-height: 1; }
.logo-ai { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: #1B3DF5; font-weight: 600; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.nav-link {
  font-size: 13px; font-weight: 500; letter-spacing: 0.04em;
  text-transform: uppercase; color: #1A1712;
}
.nav-link:hover, .nav-link.is-active { color: #1B3DF5; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 18px; font-size: 13px; font-weight: 600;
  letter-spacing: 0.04em; text-transform: uppercase; border: 0; line-height: 1;
}
.btn-blue { background: #1B3DF5; color: #FFFDF7; }
.btn-blue:hover { background: #1430B8; color: #FFFDF7; }
.btn-lg { padding: 16px 24px; font-size: 14px; }
.btn-ghost {
  border: 2px solid #1A1712; color: #1A1712; background: transparent; padding: 14px 24px;
  font-size: 14px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
}
.btn-ghost:hover { background: #1A1712; color: #F7F2EA; }
.btn-ghost.light { border-color: #F7F2EA; color: #F7F2EA; }
.btn-ghost.light:hover { background: #F7F2EA; color: #1A1712; }
.menu-toggle {
  display: none; background: none; border: 0; width: 40px; height: 40px; padding: 8px;
}
.menu-toggle span { display: block; height: 2px; background: #1A1712; margin: 6px 0; }
main { flex: 1; }
.hero {
  max-width: 1240px; margin: 0 auto; padding: 72px 32px 64px;
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: end;
}
.hero-copy { display: flex; flex-direction: column; gap: 28px; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow-rule { width: 28px; height: 2px; background: #1B3DF5; }
.eyebrow-text {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 600; color: #1B3DF5;
}
h1.display {
  margin: 0; font-family: "Instrument Serif", serif; font-weight: 400;
  font-size: clamp(42px, 7vw, 92px); line-height: 0.94; letter-spacing: -0.02em;
}
h1.display em, h2 em, .em-blue { font-style: italic; color: #1B3DF5; font-family: "Instrument Serif", serif; }
.lede { margin: 0; max-width: 52ch; font-size: 19px; line-height: 1.55; color: #4A4437; text-wrap: pretty; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.portrait { position: relative; width: 100%; aspect-ratio: 4 / 5; border: 2px solid #1A1712; overflow: hidden; background: #EFE7D9; }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.stats { border-top: 2px solid #1A1712; border-bottom: 2px solid #1A1712; }
.stats-grid {
  max-width: 1240px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: repeat(3, 1fr);
}
.stat { padding: 32px; }
.stat + .stat { border-left: 2px solid #1A1712; }
.stat:first-child { padding-left: 0; }
.stat:last-child { padding-right: 0; }
.stat-n { font-family: "Instrument Serif", serif; font-size: 48px; line-height: 1; }
.stat-l { margin-top: 8px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #6E6759; font-weight: 600; }
.ticker {
  background: #1A1712; color: #F7F2EA; overflow: hidden;
  border-bottom: 2px solid #1A1712; padding: 18px 0;
}
.ticker-track { display: flex; width: max-content; animation: fbMarquee 38s linear infinite; }
.ticker-row {
  display: flex; gap: 40px; padding-right: 40px;
  font-size: 15px; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 600; white-space: nowrap;
}
.ticker-star { color: #6E7FF8; }
@keyframes fbMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.split {
  max-width: 1240px; margin: 0 auto; padding: 88px 32px;
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px;
}
.split.reverse { grid-template-columns: 1.15fr 0.9fr; }
.label {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 600; color: #6E6759; padding-bottom: 12px; border-bottom: 2px solid #1A1712;
}
h2.display {
  margin: 0; font-family: "Instrument Serif", serif; font-weight: 400;
  font-size: clamp(34px, 4.5vw, 52px); line-height: 1.04; letter-spacing: -0.015em;
}
.body-copy { margin: 0; font-size: 18px; line-height: 1.6; color: #4A4437; max-width: 60ch; text-wrap: pretty; }
.stack { display: flex; flex-direction: column; gap: 24px; }
.logo-block { margin-top: 8px; padding-top: 24px; border-top: 2px solid #D9CDB8; }
.logo-block .label { border: 0; padding: 0; margin-bottom: 14px; }
.logo-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
  background: #1A1712; border: 2px solid #1A1712;
}
.logo-cell {
  background: #FFFDF7; padding: 16px; display: flex; flex-direction: column;
  gap: 12px; align-items: flex-start; min-height: 120px;
}
.logo-cell svg { width: 40px; height: 40px; }
.logo-cell span { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.sand { background: #EFE7D9; }
.section-pad { max-width: 1240px; margin: 0 auto; padding: 72px 32px; }
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 32px; flex-wrap: wrap; border-bottom: 2px solid #1A1712; padding-bottom: 20px;
}
.link-caps { font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #1430B8; }
.link-caps:hover { color: #1A1712; }
.card-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
  background: #1A1712; border: 2px solid #1A1712; border-top: 0;
}
.card-grid.flush { border-top: 2px solid #1A1712; }
.card {
  background: #FFFDF7; padding: 28px; display: flex; flex-direction: column;
  gap: 14px; min-height: 240px; color: #1A1712;
}
a.card:hover { background: #1B3DF5; color: #FFFDF7; }
.card-tag { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; }
.card-title { font-family: "Instrument Serif", serif; font-size: 27px; line-height: 1.1; }
.card-blurb { font-size: 15px; line-height: 1.5; opacity: 0.75; flex: 1; }
.card-meta { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; }
.quiz-box {
  border: 2px solid #1A1712; background: #FFFDF7; padding: 36px;
  min-height: 340px; display: flex; flex-direction: column;
}
.q-progress { display: flex; align-items: center; gap: 12px; }
.q-progress span:first-child {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 700; color: #1B3DF5;
}
.q-bar { flex: 1; height: 2px; background: #D9CDB8; position: relative; }
.q-bar i { position: absolute; left: 0; top: 0; height: 2px; background: #1B3DF5; }
.quiz-q { margin: 0; font-family: "Instrument Serif", serif; font-weight: 400; font-size: 32px; line-height: 1.12; }
.opt-list { display: flex; flex-direction: column; gap: 2px; background: #1A1712; border: 2px solid #1A1712; }
.opt {
  background: #FFFDF7; border: 0; text-align: left; padding: 16px 18px;
  font-size: 16px; font-weight: 500; color: #1A1712;
  display: flex; justify-content: space-between; gap: 16px; align-items: center; width: 100%;
}
.opt:hover, .opt.is-on { background: #1B3DF5; color: #FFFDF7; }
.quiz-nav { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.newsletter-band { border-top: 2px solid #1A1712; background: #1B3DF5; color: #FFFDF7; }
.newsletter-band .split { align-items: center; grid-template-columns: 1.1fr 0.9fr; }
.newsletter-band h2 { color: #FFFDF7; }
.newsletter-band .label { color: rgba(255,253,247,0.7); border: 0; padding: 0; margin-bottom: 16px; font-weight: 700; }
.newsletter-band .lede, .newsletter-band .body-copy { color: #FFFDF7; opacity: 0.86; }
.form-row { display: flex; gap: 2px; background: #FFFDF7; border: 2px solid #FFFDF7; }
.form-row.ink { background: #1A1712; border: 2px solid #1A1712; }
.form-row input[type="email"], .form-row input[type="text"] {
  flex: 1; min-width: 0; border: 0; background: #FFFDF7; padding: 18px;
  font-size: 16px; color: #1A1712; outline: none;
}
.form-row button {
  border: 0; background: #1A1712; color: #FFFDF7; padding: 18px 24px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
}
.form-row button:hover { background: #4A4437; }
.form-row.ink button { background: #1B3DF5; }
.form-row.ink button:hover { background: #1430B8; }
.form-note { margin-top: 12px; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.7; font-weight: 500; }
.form-msg { margin-top: 12px; font-size: 15px; line-height: 1.45; min-height: 1.4em; }
.form-msg.ok { color: inherit; }
.form-msg.err { color: #3A1208; }
.success-box { border: 2px solid #FFFDF7; padding: 28px; display: flex; flex-direction: column; gap: 10px; }
.success-box .serif { font-size: 34px; line-height: 1; }
.site-footer { border-top: 2px solid #1A1712; background: #F7F2EA; }
.footer-grid {
  max-width: 1240px; margin: 0 auto; padding: 64px 32px 40px;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px;
}
.footer-brand { font-family: "Instrument Serif", serif; font-size: 40px; line-height: 1; }
.footer-brand span { color: #1B3DF5; }
.footer-copy { margin: 14px 0 0; max-width: 34ch; font-size: 16px; line-height: 1.55; color: #4A4437; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 16px; color: #1430B8; }
.footer-col a:hover { color: #1A1712; }
.footer-bar {
  max-width: 1240px; margin: 0 auto; padding: 20px 32px 28px;
  border-top: 2px solid #D9CDB8; display: flex; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; font-size: 12px; letter-spacing: 0.1em;
  text-transform: uppercase; color: #6E6759; font-weight: 500;
}
.sticky-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: #1A1712; color: #F7F2EA; border-top: 2px solid #1B3DF5;
}
.sticky-inner {
  max-width: 1240px; margin: 0 auto; padding: 14px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.sticky-inner span { font-size: 15px; font-weight: 500; letter-spacing: 0.02em; }
.sticky-actions { display: flex; align-items: center; gap: 16px; }
.sticky-x {
  background: transparent; border: 0; color: #8C8477; font-size: 18px; line-height: 1; padding: 6px;
}
.sticky-x:hover { color: #F7F2EA; }
.page-hero { max-width: 1240px; margin: 0 auto; padding: 64px 32px 40px; }
.page-hero h1 {
  margin: 0; font-family: "Instrument Serif", serif; font-weight: 400;
  font-size: clamp(42px, 6vw, 76px); line-height: 0.96; letter-spacing: -0.02em; max-width: 20ch;
}
.search-bar {
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center;
  border-top: 2px solid #1A1712; border-bottom: 2px solid #1A1712; padding: 18px 0;
}
.search-bar input[type="search"] {
  flex: 1; min-width: 240px; border: 2px solid #1A1712; background: #FFFDF7;
  padding: 14px 16px; font-size: 16px; color: #1A1712; outline: none;
}
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  border: 2px solid #1A1712; background: transparent; color: #1A1712;
  padding: 10px 14px; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
}
.chip.is-on, .chip:hover { background: #1B3DF5; color: #FFFDF7; }
.chip.is-on { background: #1A1712; color: #F7F2EA; }
.result-count { padding: 14px 0; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: #6E6759; }
.prompt-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px;
  background: #1A1712; border: 2px solid #1A1712; border-top: 0;
}
.prompt-card { background: #FFFDF7; padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.prompt-card pre {
  margin: 0; background: #F2ECE0; border-left: 2px solid #1B3DF5; padding: 16px;
  font-family: ui-monospace, Menlo, monospace; font-size: 13px; line-height: 1.6;
  color: #3A342A; white-space: pre-wrap; flex: 1;
}
.article-top { border-bottom: 2px solid #1A1712; background: #EFE7D9; }
.article-top-inner { max-width: 820px; margin: 0 auto; padding: 28px 32px 56px; }
.article-kicker { display: flex; align-items: center; gap: 14px; margin: 32px 0 20px; }
.pill { background: #1B3DF5; color: #FFFDF7; padding: 7px 12px; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; }
.mins { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; color: #6E6759; }
.article-body { max-width: 820px; margin: 0 auto; padding: 48px 32px 72px; }
.article-body h2 {
  font-family: "Instrument Serif", serif; font-weight: 400; letter-spacing: -0.01em;
  font-size: 30px; line-height: 1.15; margin: 48px 0 16px; padding-top: 20px;
  border-top: 2px solid #1A1712; color: #1A1712;
}
.article-body h3 {
  font-family: "Instrument Serif", serif; font-weight: 400; font-size: 23px;
  line-height: 1.15; margin: 34px 0 12px;
}
.article-body p { margin: 0 0 18px; font-size: 18.5px; line-height: 1.62; color: #4A4437; text-wrap: pretty; }
.article-body ul, .article-body ol {
  margin: 18px 0; padding-left: 24px; display: flex; flex-direction: column; gap: 10px;
  font-size: 17.5px; line-height: 1.6; color: #4A4437;
}
.article-body li { text-wrap: pretty; }
.article-body pre {
  margin: 20px 0; background: #F2ECE0; border-left: 2px solid #1B3DF5; padding: 18px 20px;
  font-family: ui-monospace, Menlo, monospace; font-size: 13.5px; line-height: 1.65;
  color: #3A342A; white-space: pre-wrap; overflow-x: auto;
}
.article-body blockquote {
  margin: 24px 0; border-left: 2px solid #1B3DF5; background: #EFE7D9;
  padding: 20px 24px; font-size: 17px; line-height: 1.6; color: #1A1712;
}
.article-body table { width: 100%; border-collapse: collapse; font-size: 15px; margin: 24px 0; }
.article-body th {
  text-align: left; padding: 12px 14px; border-top: 2px solid #1A1712; border-bottom: 2px solid #1A1712;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700;
}
.article-body td { padding: 13px 14px; border-bottom: 2px solid #D9CDB8; vertical-align: top; line-height: 1.5; color: #4A4437; }
.article-body td:first-child { color: #1A1712; font-weight: 500; }
.read-next { border-top: 2px solid #1A1712; background: #EFE7D9; }
.read-next-inner { max-width: 820px; margin: 0 auto; padding: 48px 32px; }
.next-card {
  display: flex; flex-direction: column; gap: 10px; border: 2px solid #1A1712;
  background: #FFFDF7; padding: 28px; color: #1A1712;
}
.next-card:hover { background: #1B3DF5; color: #FFFDF7; }
.sprint-hero { background: #1A1712; color: #F7F2EA; border-bottom: 2px solid #1A1712; }
.sprint-hero .wrap { padding: 80px 32px; }
.badge {
  display: inline-flex; align-items: center; gap: 10px;
  border: 2px solid #6E7FF8; padding: 8px 14px; margin-bottom: 28px;
}
.badge i { width: 8px; height: 8px; background: #6E7FF8; display: block; }
.badge span { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: #A9B6FB; }
.sprint-hero h1 { color: #F7F2EA; max-width: 22ch; }
.sprint-hero h1 em { color: #6E7FF8; }
.day-row {
  display: grid; grid-template-columns: 120px 1fr 1.2fr; gap: 32px;
  padding: 26px 0; border-bottom: 2px solid #D9CDB8; align-items: baseline;
}
.day-n { font-family: "Instrument Serif", serif; font-size: 34px; line-height: 1; color: #1B3DF5; }
.day-t { font-family: "Instrument Serif", serif; font-size: 26px; line-height: 1.15; }
.day-b { font-size: 16px; line-height: 1.55; color: #4A4437; text-wrap: pretty; }
.boxed-list { display: flex; flex-direction: column; gap: 2px; background: #1A1712; border: 2px solid #1A1712; }
.boxed-list div { background: #FFFDF7; padding: 18px; font-size: 17px; line-height: 1.5; }
.belief { background: #FFFDF7; padding: 32px; display: flex; flex-direction: column; gap: 14px; }
.belief-n { font-family: "Instrument Serif", serif; font-size: 40px; line-height: 1; color: #1B3DF5; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.partner-note {
  max-width: 1240px; margin: 0 auto; padding: 0 32px 48px;
}
.partner-note p {
  margin: 0; padding: 22px 24px; border: 2px solid #1A1712; background: #FFFDF7;
  font-size: 16px; line-height: 1.55; color: #4A4437;
}
.partner-mail {
  font-family: "Instrument Serif", serif; font-size: clamp(28px, 4vw, 48px);
  line-height: 1.1; color: #6E7FF8;
}
.partner-mail:hover { color: #F7F2EA; }
.sprint-hero h2 em { color: #6E7FF8; font-style: italic; font-family: "Instrument Serif", serif; }
@media (max-width: 900px) {
  .hero, .split, .newsletter-band .split, .stats-grid, .card-grid, .prompt-grid, .footer-grid, .day-row, .logo-grid {
    grid-template-columns: 1fr !important;
  }
  .stat + .stat { border-left: 0; border-top: 2px solid #1A1712; }
  .stat, .stat:first-child, .stat:last-child { padding: 28px 0; }
  h1.display { font-size: 48px; }
  .site-nav {
    display: none; position: absolute; top: 68px; left: 0; right: 0;
    background: #F7F2EA; border-bottom: 2px solid #1A1712;
    flex-direction: column; align-items: stretch; padding: 12px 32px 20px; gap: 4px;
  }
  .site-nav.is-open { display: flex; }
  .nav-cta { text-align: center; }
  .menu-toggle { display: block; }
  .header-inner { position: relative; }
}


.stats-grid.four { grid-template-columns: repeat(4, 1fr); }
.kit-sync { margin: 0 0 16px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; color: #6E6759; }
.kit-demo {
  max-width: 1240px; margin: 0 auto; padding: 0 32px 56px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
}
.kit-card { border: 2px solid #1A1712; background: #FFFDF7; padding: 28px 32px; }
.kit-card h3 { margin: 0 0 20px; font-family: "Instrument Serif", serif; font-size: 28px; font-weight: 400; }
.kit-row { display: flex; justify-content: space-between; gap: 16px; font-size: 15px; margin-bottom: 8px; }
.kit-row span:last-child { font-weight: 600; color: #1B3DF5; }
.kit-track { height: 8px; background: #EFE7D9; margin-bottom: 14px; }
.kit-fill { height: 8px; background: #1B3DF5; }
@media (max-width: 900px) {
  .stats-grid.four { grid-template-columns: 1fr 1fr; }
  .kit-demo { grid-template-columns: 1fr; }
}
[data-beehiiv-embed] { min-height: 90px; width: 100%; }

.stats-grid.four { grid-template-columns: repeat(4, 1fr); }
.kit-sync { margin: 0 0 16px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; color: #6E6759; }
.kit-demo {
  max-width: 1240px; margin: 0 auto; padding: 0 32px 56px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
}
.kit-card { border: 2px solid #1A1712; background: #FFFDF7; padding: 28px 32px; }
.kit-card h3 { margin: 0 0 20px; font-family: "Instrument Serif", serif; font-size: 28px; font-weight: 400; }
.kit-row { display: flex; justify-content: space-between; gap: 16px; font-size: 15px; margin-bottom: 8px; }
.kit-row span:last-child { font-weight: 600; color: #1B3DF5; }
.kit-track { height: 8px; background: #EFE7D9; margin-bottom: 14px; }
.kit-fill { height: 8px; background: #1B3DF5; }
@media (max-width: 900px) {
  .stats-grid.four { grid-template-columns: 1fr 1fr; }
  .kit-demo { grid-template-columns: 1fr; }
}
[data-beehiiv-embed] iframe { max-width: 100%; }
