.home-main { overflow: hidden; }
.home-wrap { width: min(calc(100% - 2rem), 1180px); margin-inline: auto; }

.home-lead {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  padding-block: clamp(3rem, 7vw, 6rem);
}
.home-eyebrow {
  margin: 0 0 .65rem;
  color: #805d15;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.home-eyebrow span::before { content: " / "; color: var(--muted); }
.home-lead h1 {
  max-width: 19ch;
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 5vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.home-deck {
  max-width: 62ch;
  margin: 1.35rem 0 .7rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 1.55;
}
.home-meta { color: var(--muted); font-size: .78rem; }
.home-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.35rem; }
.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .65rem 1rem;
  border: 1px solid var(--navy);
  color: var(--navy);
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
}
.home-button.primary { background: var(--navy); color: #fff; }
.home-button:hover { box-shadow: inset 0 -3px 0 var(--accent); }

.home-chart {
  margin: 0;
  background: var(--card);
  border: 1px solid var(--border);
}
.home-chart-header { padding: 1.2rem 1.2rem .35rem; }
.home-chart-header h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.home-chart-header p { margin: .45rem 0 0; color: var(--muted); font-size: .86rem; }
.home-chart picture, .home-chart img { display: block; width: 100%; }
.home-chart img { height: auto; }
.home-chart figcaption {
  padding: .75rem 1rem;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: .78rem;
}
.home-chart figcaption a { color: var(--blue); font-weight: 700; }

.home-finding-band { background: var(--navy); color: #fff; border-top: 4px solid var(--accent); }
.home-finding-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.home-finding { padding: 1.35rem clamp(1rem, 3vw, 2rem); border-left: 1px solid rgba(255,255,255,.18); }
.home-finding:first-child { border-left: 0; }
.home-finding strong {
  display: block;
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.1;
}
.home-finding span { display: block; margin-top: .35rem; color: #c9d2e2; font-size: .78rem; line-height: 1.45; }

.home-section { padding-block: clamp(3.5rem, 7vw, 6rem); }
.home-section + .home-section { padding-top: 0; }
.home-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.8rem;
  border-bottom: 2px solid var(--navy);
  padding-bottom: .75rem;
}
.home-section-heading h2, .home-records h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.home-section-link { color: var(--blue); font-size: .86rem; font-weight: 700; }
.home-about-copy { max-width: 820px; }
.home-about-copy p { margin-bottom: 1rem; }

.home-story-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: clamp(1.25rem, 3vw, 2.5rem); }
.home-story { padding-top: .8rem; border-top: 4px solid var(--accent); }
.home-story-label, .home-tool-meta {
  margin: 0;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-story h3 {
  margin: .55rem 0 .65rem;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.22;
}
.home-story:first-child h3 { font-size: 1.8rem; }
.home-story h3 a { text-decoration-thickness: 1px; text-underline-offset: .16em; text-decoration-color: transparent; }
.home-story h3 a:hover { text-decoration-color: var(--accent); }
.home-story > p:not(.home-story-label) { font-size: .9rem; }

.home-data { background: var(--navy); color: #fff; padding-block: clamp(3.5rem, 7vw, 6rem); }
.home-data .home-section-heading { border-color: rgba(255,255,255,.35); }
.home-data .home-section-heading h2 { color: #fff; }
.home-data .home-eyebrow { color: var(--accent); }
.home-data .home-section-heading > p { color: #b7c2d8; font-size: .84rem; }
.home-tool-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.home-tool {
  min-height: 260px;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-right: 1px solid rgba(255,255,255,.22);
  border-bottom: 1px solid rgba(255,255,255,.22);
  color: #fff;
  text-decoration: none;
}
.home-tool:hover { background: var(--blue); }
.home-tool .home-tool-meta { color: var(--accent); }
.home-tool h3 {
  max-width: 25ch;
  margin: .7rem 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.2;
}
.home-tool p:not(.home-tool-meta) { max-width: 58ch; color: #c9d2e2; font-size: .9rem; }
.home-tool span { display: inline-block; margin-top: .8rem; color: var(--accent); font-size: .84rem; font-weight: 700; }

.home-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 3vw, 2.5rem); }
.home-guide { border-left: 2px solid var(--border); padding-left: 1rem; }
.home-guide-number { margin: 0; color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; }
.home-guide h3 { margin: .3rem 0 .7rem; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; line-height: 1.25; }
.home-guide p:not(.home-guide-number) { font-size: .9rem; }
.home-guide a { color: var(--blue); font-size: .84rem; font-weight: 700; }

.home-records { background: var(--soft); border-block: 1px solid var(--border); }
.home-records-inner { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); gap: 2rem; align-items: center; padding-block: 3rem; }
.home-records p:not(.home-eyebrow) { max-width: 68ch; }
.home-record-links { display: flex; flex-direction: column; gap: .65rem; }

@media (max-width: 920px) {
  .home-lead { grid-template-columns: 1fr; }
  .home-lead h1 { max-width: 22ch; }
  .home-chart { width: min(100%, 700px); }
}
@media (max-width: 820px) {
  .home-story-grid, .home-guide-grid { grid-template-columns: 1fr; }
  .home-story:first-child h3 { font-size: 1.45rem; }
  .home-records-inner { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .home-wrap { width: min(calc(100% - 1.25rem), 1180px); }
  .home-lead { padding-block: 2.5rem; }
  .home-lead h1 { font-size: 2.45rem; }
  .home-deck { font-size: 1rem; }
  .home-actions .home-button { width: 100%; }
  .home-chart-header { padding: 1rem 1rem .25rem; }
  .home-chart-header h2 { font-size: 1.7rem; }
  .home-finding-grid, .home-tool-grid { grid-template-columns: 1fr; }
  .home-finding { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .home-finding:first-child { border-top: 0; }
  .home-section-heading { align-items: flex-start; flex-direction: column; gap: .6rem; }
  .home-tool { min-height: 0; }
}
