/* ═══════════════════════════════════════════════════════════════
   Article — long-form editorial pages
   Used by: Letter, Method, Sources, About
   Inherits design tokens from styles.css
   ═══════════════════════════════════════════════════════════════ */

.article {
  max-width: 760px;
  margin: 0 auto;
  padding: 80px var(--ps-edge) 100px;
  background: var(--ps-cream);
}

/* ─── Article header ─── */

.article-header {
  margin-bottom: 64px;
}

.article-eyebrow {
  font-family: var(--ps-mono);
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--ps-green);
  margin-bottom: 24px;
}

.article-title {
  font-family: var(--ps-serif);
  font-weight: 400;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: -1px;
  color: var(--ps-ink);
  margin: 0 0 24px;
  text-wrap: pretty;
}

.article-byline {
  font-family: var(--ps-serif);
  font-style: italic;
  font-size: 18px;
  color: var(--ps-ash);
  margin: 0 0 40px;
}

.article-rule {
  width: 60px;
  height: 0;
  border-top: 2px solid var(--ps-green);
}

/* ─── Article body ─── */

.article-body {
  font-family: var(--ps-serif);
  font-size: 19px;
  line-height: 1.7;
  color: var(--ps-ink-soft);
}

.article-body p {
  margin: 0 0 24px;
  text-wrap: pretty;
}

.article-body p:last-child {
  margin-bottom: 0;
}

.article-body em {
  font-style: italic;
  color: var(--ps-ink);
}

.article-body strong {
  font-weight: 600;
  color: var(--ps-ink);
}

.article-body a {
  color: var(--ps-green);
  border-bottom: 1px solid var(--ps-green);
  padding-bottom: 1px;
  transition: color 0.15s, border-color 0.15s;
}

.article-body a:hover {
  color: var(--ps-green-dk);
  border-color: var(--ps-green-dk);
}

.article-body sup {
  color: var(--ps-green);
  font-family: var(--ps-mono);
  font-size: 12px;
}

/* Lede - the opening paragraph */
.article-body .lede {
  font-size: 24px;
  line-height: 1.5;
  color: var(--ps-ink);
  margin-bottom: 32px;
  text-wrap: pretty;
}

/* Section headers within articles */
.article-body h2 {
  font-family: var(--ps-serif);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.4px;
  color: var(--ps-ink);
  margin: 56px 0 24px;
  text-wrap: pretty;
}

.article-body h3 {
  font-family: var(--ps-mono);
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--ps-green);
  margin: 40px 0 16px;
}

/* Section break - the editorial divider */
.article-divider {
  border: none;
  width: 60px;
  height: 0;
  border-top: 1px solid var(--ps-ink);
  opacity: 0.3;
  margin: 48px auto;
}

/* Lists */
.article-body ul, .article-body ol {
  margin: 0 0 24px;
  padding-left: 28px;
}

.article-body li {
  margin-bottom: 8px;
}

.article-body ul li::marker {
  color: var(--ps-green);
}

/* Blockquote */
.article-body blockquote {
  margin: 32px 0 32px 28px;
  padding-left: 24px;
  border-left: 2px solid var(--ps-green);
  font-family: var(--ps-serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  color: var(--ps-ink);
}

/* Code */
.article-body code {
  font-family: var(--ps-mono);
  font-size: 0.9em;
  background: var(--ps-cream-lo);
  padding: 2px 6px;
  border-radius: 2px;
}

/* Signature */
.article-signature {
  font-family: var(--ps-serif);
  font-size: 18px;
  color: var(--ps-ink);
  margin-top: 56px;
}

.article-signature-meta {
  font-style: italic;
  color: var(--ps-ash);
  font-size: 15px;
}

/* ─── Article footer CTA ─── */

.article-footer {
  margin-top: 80px;
  padding-top: 56px;
  border-top: 1px solid rgba(21, 35, 58, 0.13);
}

.article-footer-cta {
  text-align: center;
}

.article-footer-cta p {
  font-family: var(--ps-serif);
  font-style: italic;
  font-size: 18px;
  color: var(--ps-ink-soft);
  margin: 0 0 24px;
}

.article-cta-button {
  display: inline-block;
  font-family: var(--ps-sans);
  font-size: 14px;
  font-weight: 500;
  background: var(--ps-ink);
  color: var(--ps-cream);
  padding: 15px 28px;
  letter-spacing: 0.2px;
  transition: background 0.15s;
}

.article-cta-button:hover {
  background: var(--ps-green);
}

/* ═══════════════════════════════════════════════════════════════
   Reference page styles (Sources & Citations)
   Section-heavy reference material
   ═══════════════════════════════════════════════════════════════ */

.reference {
  max-width: 920px;
  margin: 0 auto;
  padding: 80px var(--ps-edge) 100px;
}

.reference-section {
  margin-bottom: 56px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(21, 35, 58, 0.13);
}

.reference-section:last-child {
  border-bottom: none;
}

.reference-section h2 {
  font-family: var(--ps-mono);
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--ps-green);
  margin: 0 0 32px;
}

.reference-entry {
  margin-bottom: 32px;
}

.reference-entry h3 {
  font-family: var(--ps-serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: var(--ps-ink);
  margin: 0 0 12px;
}

.reference-entry p {
  font-family: var(--ps-serif);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ps-ink-soft);
  margin: 0 0 12px;
  text-wrap: pretty;
}

.reference-entry .reference-meta {
  font-family: var(--ps-mono);
  font-size: 12px;
  color: var(--ps-ash);
  letter-spacing: 0.4px;
}

.reference-entry .reference-meta a {
  color: var(--ps-green);
  border-bottom: 1px solid var(--ps-green);
  padding-bottom: 1px;
}

/* ═══════════════════════════════════════════════════════════════
   Page footer (used on article pages, simpler than homepage colophon)
   ═══════════════════════════════════════════════════════════════ */

.page-footer {
  background: var(--ps-ink);
  color: var(--ps-cream);
  padding: 48px var(--ps-edge) 32px;
}

.page-footer-inner {
  max-width: var(--ps-max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(241, 234, 218, 0.2);
}

.page-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-footer-wordmark {
  font-family: var(--ps-serif);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 3.4px;
  color: var(--ps-cream);
}

.page-footer-tagline {
  font-family: var(--ps-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--ps-cream);
  opacity: 0.7;
}

.page-footer-links {
  display: flex;
  gap: 28px;
}

.page-footer-links a {
  font-family: var(--ps-sans);
  font-size: 13px;
  color: var(--ps-cream);
  opacity: 0.78;
  transition: opacity 0.15s;
}

.page-footer-links a:hover {
  opacity: 1;
}

.page-footer-copy {
  max-width: var(--ps-max);
  margin: 16px auto 0;
  display: flex;
  justify-content: space-between;
  font-family: var(--ps-mono);
  font-size: 10px;
  letter-spacing: 1.4px;
  color: var(--ps-cream);
  opacity: 0.55;
  text-transform: uppercase;
}

/* ═══════════════════════════════════════════════════════════════
   Mobile responsive — articles
   ═══════════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
  .article-title {
    font-size: 52px;
  }
}

@media (max-width: 720px) {
  .article {
    padding: 40px var(--ps-edge) 64px;
  }

  .article-header {
    margin-bottom: 40px;
  }

  .article-title {
    font-size: 36px;
  }

  .article-byline {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .article-body {
    font-size: 17px;
    line-height: 1.65;
  }

  .article-body .lede {
    font-size: 20px;
  }

  .article-body h2 {
    font-size: 26px;
    margin: 40px 0 16px;
  }

  .article-divider {
    margin: 32px auto;
  }

  .reference {
    padding: 40px var(--ps-edge) 64px;
  }

  .reference-entry h3 {
    font-size: 19px;
  }

  .reference-entry p {
    font-size: 16px;
  }

  /* Page footer mobile */
  .page-footer-inner {
    flex-direction: column;
    gap: 24px;
  }

  .page-footer-links {
    flex-wrap: wrap;
    gap: 16px;
  }

  .page-footer-copy {
    flex-direction: column;
    gap: 8px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   Legal pages — warning callouts for Terms/Privacy/Refund
   ═══════════════════════════════════════════════════════════════ */

.legal-warn {
  background: #FEF8F0;
  border-left: 3px solid var(--ps-green);
  padding: 18px 22px;
  margin: 24px 0;
  font-family: var(--ps-serif);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ps-ink);
  text-wrap: pretty;
}

.legal-warn strong {
  font-weight: 600;
  color: var(--ps-green-dk);
}

.legal-warn a {
  color: var(--ps-green);
  border-bottom: 1px solid var(--ps-green);
}

/* ═══════════════════════════════════════════════════════════════
   Journal index — entries list
   ═══════════════════════════════════════════════════════════════ */

.journal-list {
  max-width: 760px;
  margin: 0 auto 96px;
  padding: 0 var(--ps-edge);
  border-top: 1px solid var(--ps-ink);
}

.journal-entry {
  padding: 48px 0 44px;
  border-bottom: 1px solid rgba(21, 35, 58, 0.13);
}

.journal-entry-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.journal-entry-tag {
  font-family: var(--ps-mono);
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--ps-green);
}

.journal-entry-date {
  font-family: var(--ps-mono);
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--ps-ash);
}

.journal-entry-title {
  font-family: var(--ps-serif);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: var(--ps-ink);
  margin: 0 0 14px;
}

.journal-entry-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s;
}

.journal-entry-title a:hover {
  color: var(--ps-green);
}

.journal-entry-dek {
  font-family: var(--ps-serif);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ps-ink-soft);
  margin: 0 0 20px;
  text-wrap: pretty;
}

.journal-entry-link {
  display: inline-block;
  font-family: var(--ps-mono);
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--ps-green);
  border-bottom: 1px solid var(--ps-green);
  padding-bottom: 2px;
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s;
}

.journal-entry-link:hover {
  color: var(--ps-green-dk);
  border-color: var(--ps-green-dk);
}

/* ═══════════════════════════════════════════════════════════════
   Article CTA — bottom of essay/post pages
   ═══════════════════════════════════════════════════════════════ */

.article-cta-lede {
  font-family: var(--ps-serif);
  font-size: 26px;
  line-height: 1.3;
  color: var(--ps-ink);
  margin: 0 0 12px;
  font-style: italic;
  text-wrap: pretty;
}

.article-cta-body {
  font-family: var(--ps-serif);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ps-ink-soft);
  margin: 0 0 24px;
  text-wrap: pretty;
}

@media (max-width: 720px) {
  .journal-list {
    margin: 0 auto 48px;
  }
  .journal-entry {
    padding: 32px 0 28px;
  }
  .journal-entry-title {
    font-size: 26px;
  }
  .journal-entry-dek {
    font-size: 16px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   Field Guide hub page
   ═══════════════════════════════════════════════════════════════ */

.fg-section {
  max-width: var(--ps-max);
  margin: 0 auto;
  padding: 80px var(--ps-edge) 80px;
}

.fg-section-alt {
  background: var(--ps-cream-hi);
  max-width: 100%;
  padding: 80px 0 80px;
}

.fg-section-alt > .fg-section-rule,
.fg-section-alt > .fg-section-title,
.fg-section-alt > .fg-section-lede,
.fg-section-alt > .atlas-grid {
  max-width: var(--ps-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--ps-edge);
  padding-right: var(--ps-edge);
}

.fg-section-rule {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.fg-section-label {
  font-family: var(--ps-mono);
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--ps-green);
  white-space: nowrap;
}

.fg-section-line {
  flex: 1;
  height: 1px;
  background: rgba(21, 35, 58, 0.25);
}

.fg-section-title {
  font-family: var(--ps-serif);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: var(--ps-ink);
  margin: 0 0 24px;
  max-width: 880px;
  text-wrap: pretty;
}

.fg-section-title em {
  font-style: italic;
  color: var(--ps-green);
}

.fg-section-lede {
  font-family: var(--ps-serif);
  font-size: 18px;
  line-height: 1.6;
  color: var(--ps-ink-soft);
  margin: 0 0 56px;
  max-width: 720px;
  text-wrap: pretty;
}

/* Hazard list - 13 items */
.hazard-list {
  border-top: 1px solid rgba(21, 35, 58, 0.18);
}

.hazard-entry {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  padding: 32px 0 32px;
  border-bottom: 1px solid rgba(21, 35, 58, 0.13);
  align-items: baseline;
}

.hazard-num {
  font-family: var(--ps-serif);
  font-style: italic;
  font-size: 36px;
  font-weight: 400;
  color: var(--ps-green);
  line-height: 1;
}

.hazard-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 880px;
}

.hazard-title {
  font-family: var(--ps-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--ps-ink);
  margin: 0;
}

.hazard-short {
  font-family: var(--ps-serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.4;
  color: var(--ps-green);
  margin: 0;
}

.hazard-body {
  font-family: var(--ps-serif);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ps-ink-soft);
  margin: 6px 0 0;
  text-wrap: pretty;
}

.hazard-source {
  font-family: var(--ps-mono);
  font-size: 11px;
  letter-spacing: 0.4px;
  color: var(--ps-ash);
  margin-top: 6px;
}

.hazard-tag {
  color: var(--ps-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

/* Atlas grid - 12 neighborhoods, 2 columns on desktop */
.atlas-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid rgba(21, 35, 58, 0.18);
  border-left: 1px solid rgba(21, 35, 58, 0.13);
}

.atlas-entry {
  display: block;
  padding: 28px 32px;
  border-right: 1px solid rgba(21, 35, 58, 0.13);
  border-bottom: 1px solid rgba(21, 35, 58, 0.13);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
}

.atlas-entry:hover {
  background: var(--ps-cream);
}

.atlas-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-family: var(--ps-mono);
  font-size: 11px;
  letter-spacing: 1.2px;
  color: var(--ps-ash);
  text-transform: uppercase;
}

.atlas-zip {
  color: var(--ps-ash);
}

.atlas-score {
  color: var(--ps-green);
  font-weight: 500;
}

.atlas-name {
  font-family: var(--ps-serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.3px;
  color: var(--ps-ink);
  margin: 0 0 12px;
}

.atlas-note {
  font-family: var(--ps-serif);
  font-size: 15px;
  line-height: 1.55;
  color: var(--ps-ink-soft);
  margin: 0 0 16px;
  text-wrap: pretty;
}

.atlas-link {
  font-family: var(--ps-mono);
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--ps-green);
  border-bottom: 1px solid var(--ps-green);
  padding-bottom: 1px;
}

/* Pre-close checklist */
.checklist-list {
  border-top: 1px solid rgba(21, 35, 58, 0.18);
}

.checklist-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(21, 35, 58, 0.13);
  align-items: baseline;
}

.checklist-num {
  font-family: var(--ps-mono);
  font-size: 13px;
  letter-spacing: 1.4px;
  color: var(--ps-green);
  font-weight: 500;
}

.checklist-content {
  max-width: 880px;
}

.checklist-title {
  font-family: var(--ps-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--ps-ink);
  margin: 0 0 6px;
}

.checklist-body {
  font-family: var(--ps-serif);
  font-size: 15px;
  line-height: 1.6;
  color: var(--ps-ink-soft);
  margin: 0;
  text-wrap: pretty;
}

.checklist-footer {
  font-family: var(--ps-serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  color: var(--ps-ink);
  max-width: 720px;
  margin: 32px 0 0;
  padding: 20px 28px;
  background: var(--ps-cream-hi);
  border-left: 3px solid var(--ps-green);
  text-wrap: pretty;
}

/* ═══════════════════════════════════════════════════════════════
   Neighborhood edition pages
   ═══════════════════════════════════════════════════════════════ */

.nbhd-scorecard {
  max-width: var(--ps-article);
  margin: 0 auto 56px;
  padding: 32px var(--ps-edge);
  background: var(--ps-cream-hi);
  border-top: 1px solid rgba(21, 35, 58, 0.18);
  border-bottom: 1px solid rgba(21, 35, 58, 0.18);
}

.nbhd-scorecard-label {
  font-family: var(--ps-mono);
  font-size: 11px;
  letter-spacing: 1.6px;
  color: var(--ps-ash);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.nbhd-scorecard-score {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 18px;
}

.nbhd-score-num {
  font-family: var(--ps-serif);
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -2px;
  color: var(--ps-green);
}

.nbhd-score-label {
  font-family: var(--ps-mono);
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--ps-ash);
}

.nbhd-scorecard-note {
  font-family: var(--ps-serif);
  font-style: italic;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ps-ash);
  margin: 0;
  max-width: 760px;
  text-wrap: pretty;
}

.nbhd-findings {
  margin: 24px 0 0;
  border-top: 1px solid rgba(21, 35, 58, 0.18);
}

.nbhd-finding-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid rgba(21, 35, 58, 0.13);
  gap: 24px;
}

.nbhd-finding-label {
  font-family: var(--ps-mono);
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--ps-ash);
}

.nbhd-finding-value {
  font-family: var(--ps-serif);
  font-size: 16px;
  color: var(--ps-ink);
  text-align: right;
}

.nbhd-other-editions {
  max-width: var(--ps-article);
  margin: 64px auto 96px;
  padding: 32px var(--ps-edge);
  border-top: 1px solid rgba(21, 35, 58, 0.18);
}

.nbhd-other-label {
  font-family: var(--ps-mono);
  font-size: 11px;
  letter-spacing: 1.6px;
  color: var(--ps-ash);
  text-transform: uppercase;
  margin-bottom: 24px;
}

.nbhd-other-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-left: 1px solid rgba(21, 35, 58, 0.13);
  border-top: 1px solid rgba(21, 35, 58, 0.13);
}

.nbhd-other-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-right: 1px solid rgba(21, 35, 58, 0.13);
  border-bottom: 1px solid rgba(21, 35, 58, 0.13);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
}

.nbhd-other-link:hover {
  background: var(--ps-cream-hi);
}

.nbhd-other-name {
  font-family: var(--ps-serif);
  font-size: 15px;
  color: var(--ps-ink);
}

.nbhd-other-score {
  font-family: var(--ps-mono);
  font-size: 10px;
  letter-spacing: 1.2px;
  color: var(--ps-green);
}

/* Mobile responsive for field guide */
@media (max-width: 720px) {
  .fg-section {
    padding: 48px var(--ps-edge) 48px;
  }
  .fg-section-alt {
    padding: 48px 0;
  }
  .fg-section-title {
    font-size: 30px;
  }
  .fg-section-lede {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .hazard-entry, .checklist-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px 0;
  }
  .hazard-num {
    font-size: 28px;
  }
  .hazard-title { font-size: 20px; }
  .hazard-short { font-size: 15px; }
  .hazard-body { font-size: 15px; }
  .checklist-title { font-size: 17px; }
  .checklist-body { font-size: 14px; }
  .atlas-grid {
    grid-template-columns: 1fr;
  }
  .atlas-entry {
    padding: 20px 24px;
  }
  .atlas-name { font-size: 22px; }
  .nbhd-score-num {
    font-size: 56px;
  }
  .nbhd-other-grid {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════════════════════════
   Sample report walkthrough — mock report blocks
   ═══════════════════════════════════════════════════════════════ */

.report-mock {
  background: #FFFFFF;
  border: 1px solid rgba(21, 35, 58, 0.18);
  margin: 32px 0;
  padding: 32px;
  font-family: var(--ps-sans);
}

.report-mock-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(21, 35, 58, 0.18);
}

.report-mock-brand {
  font-family: var(--ps-mono);
  font-size: 14px;
  letter-spacing: 1.5px;
  color: var(--ps-ink);
  text-transform: lowercase;
  font-weight: 500;
}

.report-mock-meta {
  font-family: var(--ps-mono);
  font-size: 10px;
  letter-spacing: 1.4px;
  color: var(--ps-ash);
  text-transform: uppercase;
}

.report-mock-subject {
  text-align: center;
  margin-bottom: 24px;
}

.report-mock-eyebrow {
  font-family: var(--ps-mono);
  font-size: 10px;
  letter-spacing: 1.6px;
  color: var(--ps-ash);
  text-transform: uppercase;
  margin-bottom: 14px;
}

.report-mock-address {
  font-family: var(--ps-serif);
  font-size: 28px;
  line-height: 1.25;
  color: var(--ps-ink);
  margin-bottom: 14px;
}

.report-mock-fineprint {
  font-family: var(--ps-serif);
  font-style: italic;
  font-size: 12px;
  color: var(--ps-ash);
  margin: 0;
}

.report-mock-summary {
  background: var(--ps-cream-hi);
  padding: 14px 20px;
  margin: 24px 0;
  font-family: var(--ps-serif);
  font-style: italic;
  font-size: 16px;
  line-height: 1.45;
  color: var(--ps-ink);
  text-align: center;
  border-top: 1px solid rgba(21, 35, 58, 0.18);
  border-bottom: 1px solid rgba(21, 35, 58, 0.18);
}

.report-mock-score-block {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  align-items: center;
  margin: 24px 0;
}

.report-mock-score {
  text-align: center;
}

.report-mock-band {
  font-family: var(--ps-mono);
  font-size: 12px;
  letter-spacing: 1.8px;
  color: var(--ps-green);
  font-weight: 500;
  margin-bottom: 8px;
}

.report-mock-num {
  font-family: var(--ps-serif);
  font-size: 88px;
  font-weight: 400;
  line-height: 1;
  color: var(--ps-green);
  letter-spacing: -2px;
}

.report-mock-num-label {
  font-family: var(--ps-mono);
  font-size: 10px;
  letter-spacing: 1.4px;
  color: var(--ps-ash);
  text-transform: uppercase;
  margin-top: 6px;
}

.report-mock-narrative {
  font-family: var(--ps-serif);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ps-ink);
}

.report-mock-bullets {
  border-top: 1px solid rgba(21, 35, 58, 0.18);
  padding-top: 18px;
  margin-top: 18px;
}

.report-mock-bullets strong {
  font-family: var(--ps-mono);
  font-size: 11px;
  letter-spacing: 1.4px;
  color: var(--ps-ink);
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.report-mock-bullets ul {
  margin: 0;
  padding-left: 20px;
}

.report-mock-bullets li {
  font-family: var(--ps-serif);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ps-ink-soft);
  margin-bottom: 4px;
}

/* Categories table */
.report-mock-categories {
  font-size: 13px;
}

.report-mock-cat-header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  font-family: var(--ps-mono);
  font-size: 10px;
  letter-spacing: 1.4px;
  color: var(--ps-ash);
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ps-ink);
}

.report-mock-cat-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(21, 35, 58, 0.13);
  font-family: var(--ps-serif);
  font-size: 13px;
  line-height: 1.5;
  align-items: baseline;
}

.report-mock-cat-cell {
  color: var(--ps-ink);
}

.rating-excellent {
  color: var(--ps-green);
  font-family: var(--ps-mono);
  font-size: 11px;
  letter-spacing: 1.2px;
  font-weight: 500;
}

.rating-good {
  color: var(--ps-ink);
  font-family: var(--ps-mono);
  font-size: 11px;
  letter-spacing: 1.2px;
}

.rating-moderate {
  color: #B45309;
  font-family: var(--ps-mono);
  font-size: 11px;
  letter-spacing: 1.2px;
  font-weight: 500;
}

/* Records section */
.report-mock-records-header {
  font-family: var(--ps-mono);
  font-size: 11px;
  letter-spacing: 1.4px;
  color: var(--ps-ash);
  text-transform: uppercase;
  margin-bottom: 18px;
}

.report-mock-records-row {
  display: grid;
  grid-template-columns: 32px 1fr 100px;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid rgba(21, 35, 58, 0.13);
  align-items: baseline;
}

.rec-num {
  font-family: var(--ps-mono);
  font-size: 11px;
  color: var(--ps-ash);
}

.rec-content .rec-name {
  font-family: var(--ps-serif);
  font-size: 16px;
  color: var(--ps-ink);
  font-weight: 500;
  margin-bottom: 4px;
}

.rec-content .rec-detail {
  font-family: var(--ps-serif);
  font-size: 13px;
  color: var(--ps-ink-soft);
}

.rec-status {
  font-family: var(--ps-mono);
  font-size: 10px;
  letter-spacing: 1.4px;
  color: var(--ps-ash);
  text-align: right;
  text-transform: uppercase;
}

.rec-status-info {
  color: var(--ps-green);
}

/* Wind context block */
.report-mock-wind-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.report-mock-wind-label {
  font-family: var(--ps-mono);
  font-size: 11px;
  letter-spacing: 1.4px;
  color: var(--ps-ash);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.report-mock-wind-value {
  font-family: var(--ps-serif);
  font-size: 22px;
  color: var(--ps-ink);
  margin-bottom: 12px;
}

.report-mock-wind-flag {
  color: var(--ps-green);
  font-style: italic;
}

.report-mock-wind-note {
  font-family: var(--ps-serif);
  font-size: 13px;
  line-height: 1.55;
  color: var(--ps-ink-soft);
  margin: 0;
}

/* Bands */
.report-mock-bands-header {
  font-family: var(--ps-mono);
  font-size: 11px;
  letter-spacing: 1.4px;
  color: var(--ps-ash);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.report-mock-band-row {
  display: grid;
  grid-template-columns: 140px 100px 1fr;
  gap: 16px;
  padding: 12px 14px;
  align-items: baseline;
  border-bottom: 1px solid rgba(21, 35, 58, 0.13);
}

.band-label {
  font-family: var(--ps-mono);
  font-size: 11px;
  letter-spacing: 1.6px;
  color: var(--ps-green);
  font-weight: 500;
}

.band-range {
  font-family: var(--ps-mono);
  font-size: 12px;
  color: var(--ps-ink);
}

.band-def {
  font-family: var(--ps-serif);
  font-size: 13px;
  line-height: 1.4;
  color: var(--ps-ink-soft);
}

@media (max-width: 720px) {
  .report-mock {
    padding: 20px;
  }
  .report-mock-header {
    flex-direction: column;
    gap: 6px;
  }
  .report-mock-address {
    font-size: 22px;
  }
  .report-mock-score-block {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }
  .report-mock-num { font-size: 64px; }
  .report-mock-cat-header,
  .report-mock-cat-row {
    grid-template-columns: 1fr 1fr;
    font-size: 12px;
  }
  .report-mock-wind-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .report-mock-band-row {
    grid-template-columns: 90px 60px 1fr;
    gap: 10px;
    font-size: 12px;
  }
  .band-def { font-size: 12px; }
}
