:root {
  --ink: #0a1226;
  --ink-soft: #1a2236;
  --paper: #efe7d4;
  --chalk: #ffffff;
  --stone: #e3dac7;
  --text: #2f2b29;
  --muted: #55515a;
  --brass: #bb8a36;
  --deep-gold: #a06a2f;
  --brass-text: #80501f;
  --brass-light: #f1d79a;
  --deep-sea: #1c3461;
  --blue-grey: #5b78b8;
  --signal-blue: #96b4ec;
  --mist-blue: #aac2f0;
  --line: #cfc4ad;
  --asset-navy: #0a1d3d;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --wrap: 1240px;
  --measure: 68ch;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 215px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h1 { font-size: clamp(3.6rem, 8vw, 7.7rem); line-height: .94; }
h2 { font-size: clamp(2.25rem, 4.7vw, 4.25rem); line-height: 1.04; }
h3 { font-size: clamp(1.5rem, 2.4vw, 2.15rem); line-height: 1.14; }
p { margin-bottom: 1.2em; }
:focus-visible { outline: 3px solid var(--deep-gold); outline-offset: 4px; }
::selection { background: var(--brass-light); color: var(--ink); }

.wrap { width: min(calc(100% - 96px), var(--wrap)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; transform: translateY(-180%); padding: 12px 18px; background: var(--ink); color: var(--chalk); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 18px; color: var(--brass-text); font-size: .73rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-ink { color: var(--ink); }
.lead { max-width: 50ch; font: clamp(1.22rem, 2.1vw, 1.66rem)/1.48 var(--serif); color: var(--text); }
.lead-light { margin-top: 42px; color: var(--chalk) !important; }
.measure { max-width: var(--measure); }
.muted { color: var(--muted); }
.gold { color: var(--brass-text); }
.rule { height: 1px; background: var(--line); }

.site-header { position: sticky; z-index: 40; top: 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 202px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.site-identity { display: inline-flex; flex-direction: column; gap: 4px; text-decoration: none; flex-shrink: 0; }
.site-logo { display: block; width: 180px; height: auto; }
.endorsement { color: var(--muted); font-size: .62rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(15px, 2vw, 30px); font-size: .8rem; }
.main-nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; white-space: nowrap; }
.main-nav a:not(.nav-cta)::after { position: absolute; content: ""; left: 0; right: 0; bottom: 8px; height: 1px; background: var(--brass); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta { min-height: 44px; padding: 9px 15px; border: 1px solid var(--ink); font-weight: 600; }
.nav-cta:hover { background: var(--ink); color: var(--chalk); }
.menu-toggle { display: none; min-width: 48px; min-height: 44px; border: 1px solid var(--line); background: transparent; color: var(--ink); }

.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 52px; padding: 13px 20px; border: 1px solid var(--ink); text-decoration: none; font-size: .84rem; font-weight: 600; }
.button-primary { background: var(--ink); color: var(--chalk); }
.button-primary:hover { background: var(--ink-soft); }
.button-secondary:hover { background: var(--chalk); }
.button-on-dark { border-color: var(--brass-light); color: var(--chalk); }
.button-on-dark:hover { background: var(--brass-light); color: var(--ink); }
.text-link { display: inline-flex; gap: 15px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid currentColor; text-decoration: none; font-size: .86rem; font-weight: 600; }
.text-link:hover { color: var(--brass-text); }

.home-hero { padding: clamp(70px, 9vw, 130px) 0 clamp(56px, 7vw, 96px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); gap: clamp(48px, 8vw, 120px); align-items: center; }
.home-hero h1 { max-width: 9ch; margin-bottom: 26px; }
.home-hero h1 span { display: block; color: var(--deep-gold); font-style: italic; }
.hero-copy .lead { margin-bottom: 0; }
.hero-signoff { margin: -7px 0 30px; color: var(--text); font: italic clamp(1.18rem, 2vw, 1.55rem)/1.4 var(--serif); }
.hero-primary-visual { width: min(100%, 560px); margin: 0; justify-self: end; }
.hero-primary-visual img { display: block; width: 100%; height: auto; }

.page-hero { padding: clamp(74px, 10vw, 142px) 0 clamp(68px, 8vw, 116px); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .58fr); gap: clamp(50px, 9vw, 138px); align-items: end; }
.page-hero h1 { max-width: 11ch; margin-bottom: 28px; }
.page-hero-note { padding: 24px 0 3px 28px; border-left: 1px solid var(--brass); color: var(--text); }
.page-hero-note p:last-child { margin-bottom: 0; }

.section { padding: clamp(74px, 9vw, 124px) 0; }
.section-dark { background: var(--ink); color: var(--chalk); }
.section-dark .eyebrow { color: var(--brass-light); }
.section-dark .lead, .section-dark .muted, .section-dark p { color: var(--paper); }
.section-stone { background: var(--stone); }
.section-chalk { background: var(--chalk); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); gap: clamp(45px, 9vw, 130px); align-items: end; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading p { margin-bottom: 5px; color: var(--text); }
.section-dark .section-heading p { color: var(--paper); }
.two-col { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(54px, 9vw, 138px); }
.prose p { color: var(--text); }
.prose p:first-child { font: 1.35rem/1.5 var(--serif); color: var(--ink); }
.section-dark .prose p:first-child { color: var(--chalk); }

.question-grid, .format-grid, .theme-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.question-card, .format-card, .theme-card { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.question-card h3, .format-card h3, .theme-card h3 { margin-bottom: 17px; }
.question-card p, .format-card p, .theme-card p { color: var(--text); }
.question-card p:last-child, .format-card p:last-child, .theme-card p:last-child { margin-bottom: 0; }
.question-card-wide { grid-column: 1 / -1; min-height: auto; }
.format-card ul, .theme-card ul { margin: 22px 0 0; padding-left: 1.15rem; color: var(--text); }
.format-card li, .theme-card li { margin-bottom: 8px; }
.card-number { display: block; margin-bottom: 42px; color: var(--brass-text); font: .82rem/1 var(--sans); }
.section-dark .card-number { color: var(--brass-light); }
.section-dark .question-grid, .section-dark .question-card { border-color: var(--deep-sea); }
.section-dark .question-card p { color: var(--paper); }

.question-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.question-list li { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); font: clamp(1.25rem, 2.1vw, 1.8rem)/1.35 var(--serif); }
.question-list span { padding-top: 7px; color: var(--brass-text); font: .7rem/1 var(--sans); }
.section-dark .question-list span { color: var(--brass-light); }
.section-dark .question-list, .section-dark .question-list li { border-color: var(--deep-sea); }
.question-context { max-width: var(--measure); margin-top: 34px; color: var(--text); }
.section-dark .question-context { color: var(--paper); }
.boundary-note { margin-top: 32px; padding: 24px 26px; border-left: 3px solid var(--brass); background: var(--chalk); color: var(--text); }

.path { counter-reset: steps; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.path-step { counter-increment: steps; display: grid; grid-template-columns: 80px minmax(220px, .62fr) minmax(0, 1fr); gap: 26px; padding: 28px 0; border-bottom: 1px solid var(--line); align-items: start; }
.path-step::before { content: "0" counter(steps); color: var(--brass-text); font: 1rem/1.4 var(--serif); }
.path-step h3 { margin: 0; }
.path-step p { margin: 0; color: var(--text); }

.visual-interlude { padding: clamp(34px, 5vw, 72px) 0; background: var(--ink); }
.visual-frame { margin: 0; overflow: hidden; border: 1px solid var(--deep-sea); background: var(--ink); }
.visual-frame img { width: 100%; height: auto; }

.cta-band { padding: 60px 0; background: var(--brass); color: var(--ink); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.cta-inner h2 { max-width: 13ch; margin: 0; }
.cta-band .button { flex-shrink: 0; }
.cta-band :focus-visible { outline-color: var(--ink); }

.article-list { border-top: 1px solid var(--line); }
.article-item { display: grid; grid-template-columns: 90px minmax(0, 1fr) 30px; gap: 22px; padding: 25px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.article-item span { color: var(--brass-text); font-size: .75rem; }
.article-item strong { font: 1.35rem/1.35 var(--serif); font-weight: 400; }
.article-item:hover strong { color: var(--brass-text); }
.article-item-static { cursor: default; }
.article-item-static:hover strong { color: var(--ink); }
.theme-block + .theme-block { margin-top: clamp(65px, 8vw, 110px); }
.theme-intro { display: grid; grid-template-columns: minmax(0, .72fr) minmax(300px, 1.28fr); gap: clamp(45px, 8vw, 120px); margin-bottom: 34px; align-items: end; }
.theme-intro h2 { margin-bottom: 0; }
.theme-intro p { margin-bottom: 5px; color: var(--text); }
.status-label { display: inline-block; margin-bottom: 20px; padding: 7px 10px; border: 1px solid var(--line); color: var(--muted); font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(55px, 9vw, 135px); max-width: 900px; }
.contact-copy h1 { margin-bottom: 28px; }
.scope-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.scope-list li { padding: 17px 0; border-bottom: 1px solid var(--line); color: var(--text); }
.scope-list strong { display: block; margin-bottom: 2px; color: var(--ink); font-family: var(--serif); font-size: 1.17rem; font-weight: 400; }

.site-footer { padding: 58px 0 26px; background: var(--asset-navy); color: var(--chalk); }
.footer-main { display: grid; grid-template-columns: 1fr 1.4fr; gap: 65px; padding-bottom: 40px; border-bottom: 1px solid var(--deep-sea); }
.footer-logo { display: block; width: min(100%, 220px); height: auto; margin-bottom: 12px; }
.footer-endorsement { color: var(--mist-blue); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-proposition-line { max-width: 30ch; margin: 16px 0 0; color: var(--paper); font: 1rem/1.55 var(--serif); }
.footer-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 25px; align-content: start; }
.footer-nav a { color: var(--paper); text-decoration: none; font-size: .82rem; }
.footer-nav a { overflow-wrap: anywhere; }
.footer-nav a:hover { color: var(--brass-light); }
.corporate-boilerplate { padding: 28px 0 24px; color: var(--paper); font-size: .78rem; line-height: 1.65; }
.corporate-boilerplate > p { max-width: 92ch; margin-bottom: 18px; }
.corporate-boilerplate a, .footer-bottom a, .site-developer-credit a { color: inherit; }
.corporate-boilerplate a:hover, .footer-bottom a:hover, .site-developer-credit a:hover { color: var(--brass-light); }
.footer-meta-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 18px 30px; }
.footer-meta-row p { margin: 0; }
.footer-linkedin { display: inline-flex; min-height: 44px; align-items: center; gap: 11px; padding: 8px 12px; border: 1px solid var(--deep-sea); color: var(--paper); text-decoration: none; }
.footer-linkedin:hover { border-color: var(--brass-light); }
.linkedin-icon { width: 24px; height: 24px; flex: 0 0 24px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 23px; border-top: 1px solid var(--deep-sea); color: var(--signal-blue); font-size: .72rem; }
.site-developer-credit { margin-top: 22px; margin-bottom: 0; padding-top: 18px; border-top: 1px solid var(--deep-sea); color: var(--mist-blue); text-align: center; font-size: .72rem; }

@media (max-width: 1100px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { max-width: 760px; }
}

@media (max-width: 980px) {
  .wrap { width: min(calc(100% - 50px), var(--wrap)); }
  .header-inner { flex-wrap: wrap; padding-block: 12px; }
  .main-nav { width: 100%; flex-wrap: wrap; padding-bottom: 7px; }
  .js .header-inner { min-height: 202px; padding-block: 0; flex-wrap: nowrap; }
  .js .menu-toggle { display: inline-grid; place-items: center; }
  .js .main-nav { position: fixed; inset: 202px 0 auto 0; width: auto; max-height: calc(100dvh - 202px); overflow-y: auto; display: none; padding: 24px 25px 30px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 2px; }
  .js .main-nav.is-open { display: flex; }
  .js .main-nav a { padding: 10px 4px; }
  .js .main-nav a:not(.nav-cta)::after { bottom: 5px; }
  .js .nav-cta { margin-top: 10px; justify-content: center; }
  .hero-grid, .page-hero-grid, .section-heading, .two-col, .contact-grid, .theme-intro { grid-template-columns: 1fr; }
  .hero-primary-visual { justify-self: center; }
  .page-hero-note { max-width: 650px; }
  .footer-main { grid-template-columns: .75fr 1.25fr; }
}

@media (max-width: 680px) {
  .wrap { width: min(calc(100% - 32px), var(--wrap)); }
  .header-inner { min-height: 196px; }
  .js .header-inner { min-height: 196px; }
  .js .main-nav { top: 196px; }
  .js .main-nav { max-height: calc(100dvh - 196px); }
  .site-logo { width: 180px; }
  .endorsement { font-size: .54rem; }
  .home-hero, .page-hero { padding-top: 55px; }
  .question-grid, .format-grid, .theme-grid { grid-template-columns: 1fr; }
  .question-card-wide { grid-column: auto; }
  .question-card, .format-card, .theme-card { min-height: auto; }
  .path-step { grid-template-columns: 45px minmax(0, 1fr); }
  .path-step p { grid-column: 2; }
  .cta-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-meta-row { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .endorsement { font-size: .6rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .article-item { grid-template-columns: 35px minmax(0, 1fr); gap: 12px; }
  .article-item > span:last-child { display: none; }
}

@media (max-width: 420px) {
  .footer-nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
