/* Inner-page styles (light direction). Tokens, chrome, typography, buttons and focus live in base.css. */
main h2 { margin-bottom: 0; font-size: clamp(28px, 3.2vw, 40px); line-height: 1.12; }
main h3 { font-size: 21px; line-height: 1.25; }
main p { max-width: 46em; }

/* Hero */
.page-hero { padding: 56px var(--gutter) 60px; background: var(--white); border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0 0 28px; font-family: var(--mono); font-size: 12px; color: var(--muted); }
.breadcrumbs a { display: inline-flex; align-items: center; min-height: 44px; margin: -12px 0; color: inherit; }
.breadcrumbs a:hover { color: var(--ink); }
.page-hero .eyebrow { margin-bottom: 14px; }
.page-hero h1 { max-width: 15em; margin: 0 0 20px; font-size: clamp(36px, 4.6vw, 58px); line-height: 1.08; }
.page-hero > p, .page-hero .hero-split p { max-width: 38em; margin: 14px 0 0; color: var(--muted); font-size: 19px; line-height: 1.6; }
.page-hero .button { margin-top: 24px; }
.hero-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-split .actions, .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 24px; font-family: var(--mono); font-size: 12px; color: var(--muted); }

/* Sections */
.section { padding: 88px var(--gutter); }
.section.mist { background: var(--stone); }
.section .kicker + h2 { margin-top: 14px; }
.section > h2 + .lede, .section > h2 + p { margin-top: 16px; }
.lede { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.intro-grid, .split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: start; }
.intro-grid h2, .split h2 { margin: 14px 0 16px; }
.fact-panel { padding: 28px 30px; border-radius: var(--r-card); background: var(--stone); color: var(--ink); }
.section.mist .fact-panel { background: var(--white); box-shadow: var(--soft); }
.fact-panel h3 { margin: 0 0 8px; font-size: 22px; }
.fact-panel ul, .check-list { margin: 0; padding: 0; list-style: none; }
.fact-panel li { display: flex; gap: 12px; align-items: baseline; padding: 12px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 16px; }
.fact-panel li:first-child { border-top: 0; }
.fact-panel li::before { content: ""; flex: none; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); transform: translateY(-2px); }

/* Cards */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.card-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
.card { display: flex; flex-direction: column; padding: 28px; border-radius: var(--r-card); background: var(--stone); }
.section.mist .card { background: var(--white); box-shadow: var(--soft); }
.card[hidden] { display: none; }
.card .number { font-family: var(--mono); font-size: 12px; color: var(--teal-ink); }
.card h3 { margin: 18px 0 10px; }
.card p { margin: 0 0 18px; color: var(--muted); font-size: 16px; }
.card a { display: inline-flex; align-items: center; min-height: 44px; margin-top: auto; margin-bottom: -10px; color: var(--teal-ink); font-size: 15px; font-weight: 700; }
.card a:hover { text-decoration: underline; text-underline-offset: 4px; }

.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; margin-top: 8px; }
.check-list li { position: relative; padding: 14px 0 14px 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: 16px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 19px; width: 16px; height: 16px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23087f7a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 5 5L19 7'/%3E%3C/svg%3E") center / contain no-repeat; }
.contact-box { margin-top: 40px; padding: 24px 26px; border-radius: var(--r-card); background: var(--stone); }
.section.mist .contact-box { background: var(--white); box-shadow: var(--soft); }
.contact-box h2, .contact-box h3 { margin: 0 0 8px; font-family: var(--font); font-size: 21px; font-weight: 600; letter-spacing: -.01em; }
.contact-box p { margin: 0; color: var(--muted); }
.contact-box a, .faq-list p a { padding-block: 6px; color: var(--teal-ink); font-weight: 700; }

/* The method as a path with stations (no numerals) */
.process { position: relative; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 28px; margin-top: 44px; }
.process::before { content: ""; position: absolute; top: 16px; left: 8px; right: 8px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--teal), var(--mint)); opacity: .4; }
.process article { position: relative; }
.process span { position: relative; display: inline-block; padding: 6px 14px; border: 1.5px solid var(--teal); border-radius: 999px; background: var(--paper); font-family: var(--mono); font-size: 12px; color: var(--teal-ink); }
.section.mist .process span { background: var(--stone); }
.process h3 { margin: 18px 0 8px; font-size: 20px; }
.process p { margin: 0; color: var(--muted); font-size: 15px; }

/* FAQ, notices, CTA band */
.faq-list { max-width: 52em; margin-top: 32px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 20px 40px 20px 0; cursor: pointer; list-style: none; font-size: 19px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 18px; color: var(--teal); font-size: 24px; font-weight: 500; }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list p { margin: 0 0 22px; color: var(--muted); }
.notice { margin: 24px 0 0; padding: 16px 18px; border-left: 3px solid var(--gold); border-radius: 0 var(--r-ctl) var(--r-ctl) 0; background: var(--stone); color: var(--muted); font-size: 15px; line-height: 1.6; }
.section.mist .notice { background: var(--white); }
.cta { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 64px var(--gutter); background: var(--navy); color: #fff; }
.cta h2 { margin: 0 0 10px; color: #fff; }
.cta p { margin: 0; color: rgba(255,255,255,.7); font-size: 17px; }

/* Articles */
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 260px; gap: 72px; align-items: start; }
.article-body h2 { margin: 52px 0 16px; font-size: clamp(26px, 2.8vw, 34px); }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { margin: 30px 0 10px; }
.article-body p, .article-body li { color: var(--muted); font-size: 17px; line-height: 1.7; }
.article-body p { margin: 0 0 18px; }
.article-body ul, .article-body ol { padding-left: 22px; }
.article-body li { margin: 8px 0; }
.article-body a { padding-block: 6px; color: var(--teal-ink); text-decoration: underline; }
.article-body .direct-answer { padding: 22px 24px; border-radius: var(--r-card); background: var(--stone); color: var(--ink); font-size: 18px; }
.article-nav { position: sticky; top: 104px; padding: 22px 24px; border-radius: var(--r-card); background: var(--stone); }
.article-nav strong { display: block; margin-bottom: 10px; font-family: var(--mono); font-size: 12px; font-weight: 500; color: var(--teal-ink); }
.article-nav a { display: block; padding: 11px 0; color: var(--ink); font-size: 14px; }
.article-nav a:hover { color: var(--teal-ink); }
.table-wrap { overflow-x: auto; }
.comparison-table { width: 100%; margin: 24px 0; border-collapse: collapse; font-size: 15px; }
.comparison-table th, .comparison-table td { padding: 14px 16px 14px 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table th { font-family: var(--mono); font-size: 12px; font-weight: 500; color: var(--muted); }
.comparison-table td { color: var(--muted); }
.comparison-table td:first-child { color: var(--ink); font-weight: 600; }
.source-list { margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); }
.source-list a { overflow-wrap: anywhere; }
.author-box { margin-top: 40px; padding: 22px 24px; border-radius: var(--r-card); background: var(--stone); }
.author-box strong { display: block; margin-bottom: 6px; }
.author-box p { margin: 0; }

/* Leadership */
.leadership { background: var(--white); }
.leadership-grid { display: grid; grid-template-columns: 4fr 8fr; gap: 56px; align-items: start; }
.leadership-grid + .leadership-grid { margin-top: 64px; padding-top: 64px; border-top: 1px solid var(--line); }
.leadership-portrait img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; border-radius: 8px; }
.leadership-copy h2 { margin-top: 14px; }
.leadership-copy .role { margin: 6px 0 18px; font-family: var(--mono); font-size: 12.5px; color: var(--teal-ink); }
.leadership-copy .lede, .leadership-copy > p { color: var(--muted); }
.leadership-copy > p { margin-top: 14px; }
.leadership-links { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-top: 18px; }
.leadership-links a { display: inline-flex; align-items: center; min-height: 44px; color: var(--teal-ink); font-weight: 700; }

@media (max-width: 980px) {
  .hero-split, .intro-grid, .split, .article-layout, .leadership-grid, .cta { grid-template-columns: 1fr; gap: 32px; }
  .card-grid, .card-grid.cols-4, .check-list { grid-template-columns: 1fr; }
  .process { grid-auto-flow: row; grid-auto-columns: auto; gap: 0; }
  .process::before { top: 8px; bottom: 8px; left: 15px; right: auto; width: 2px; height: auto; }
  .process article { padding: 0 0 26px 46px; }
  .process span { margin-left: -46px; }
  .article-nav { position: static; }
}
@media (max-width: 620px) {
  .page-hero { padding-top: 40px; padding-bottom: 48px; }
  .section { padding-top: 64px; padding-bottom: 64px; }
}
