/* christinejardinefacts.co.uk — Stylesheet */

/* ── Web Fonts ── */
@font-face {
  font-family: 'Equity';
  src: url('fonts/equity_a_regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Equity';
  src: url('fonts/equity_a_bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Equity';
  src: url('fonts/equity_a_italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Equity Caps';
  src: url('fonts/equity_a_caps_regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Concourse';
  src: url('fonts/concourse_t3_regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Concourse';
  src: url('fonts/concourse_t3_bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ── Reset & Base ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Equity', Georgia, 'Times New Roman', serif;
  line-height: 1.7;
  color: #1a1a1a;
  background: #fafaf8;
}

/* ── Typography ── */
h1, h2, h3, h4 {
  font-family: 'Equity', Georgia, 'Times New Roman', serif;
  font-weight: 700;
  line-height: 1.25;
  color: #111;
}

h1 { font-size: 2rem; margin-bottom: 0.5em; }
h2 { font-size: 1.5rem; margin-bottom: 0.4em; }
h3 { font-size: 1.15rem; margin-bottom: 0.3em; }

p { margin-bottom: 1em; }

a {
  color: #1a4d7c;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
a:hover { color: #0d2d4d; }

blockquote {
  border-left: 3px solid #999;
  padding: 0.6em 1.2em;
  margin: 1.2em 0;
  font-style: italic;
  color: #333;
  background: #f4f4f0;
}

/* ── Layout ── */
.container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ── Disclaimer Bar ── */
.disclaimer-bar {
  background: #f0ede6;
  border-bottom: 1px solid #d5d0c4;
  padding: 0.5rem 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  color: #666;
  font-family: 'Concourse', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

/* ── Site Header ── */
.site-header {
  padding: 2rem 0 1rem;
  border-bottom: 2px solid #111;
}

.site-header h1 {
  font-size: 1.6rem;
  letter-spacing: -0.02em;
}

.site-header .subtitle {
  font-size: 0.95rem;
  color: #555;
  font-style: italic;
  margin-top: 0.2em;
}

nav.site-nav {
  margin-top: 0.8rem;
  font-family: 'Concourse', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
}

nav.site-nav a {
  margin-right: 1.5rem;
  text-decoration: none;
  color: #1a4d7c;
  font-weight: 500;
}
nav.site-nav a:hover {
  text-decoration: underline;
}

/* ── Hero / Lead ── */
.hero {
  padding: 2.5rem 0 2rem;
  border-bottom: 1px solid #ddd;
}

.hero .lead {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #222;
}

/* ── Sections ── */
section {
  padding: 2rem 0;
  border-bottom: 1px solid #e5e5e0;
}

section:last-of-type {
  border-bottom: none;
}

.section-label {
  font-family: 'Concourse', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #888;
  margin-bottom: 0.8rem;
}

/* ── Claim Cards ── */
.claim-card {
  background: #fff;
  border: 1px solid #ddd;
  border-left: 4px solid #b33;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.claim-card .claim-label {
  font-family: 'Concourse', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #b33;
  margin-bottom: 0.4rem;
}

.claim-card .claim-quote {
  font-style: italic;
  font-size: 1.05rem;
  color: #333;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #eee;
}

.claim-card .reality-label {
  font-family: 'Concourse', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2a6a2a;
  margin-bottom: 0.4rem;
}

.claim-card .reality-text {
  font-size: 0.95rem;
  color: #222;
}

/* ── Timeline ── */
.timeline {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}

.timeline li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
}

.timeline li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #999;
}

.timeline li:last-child::before {
  background: #b33;
}

.timeline .date {
  font-weight: 700;
  font-family: 'Concourse', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
}

/* ── Download Link ── */
.download-link {
  display: inline-block;
  margin: 1rem 0;
  padding: 0.6rem 1.2rem;
  background: #1a4d7c;
  color: #fff;
  text-decoration: none;
  font-family: 'Concourse', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 3px;
}
.download-link:hover {
  background: #0d2d4d;
  color: #fff;
}

/* ── Take Action ── */
.action-box {
  background: #f7f5f0;
  border: 1px solid #ddd;
  padding: 1.5rem;
  margin-top: 1rem;
}

.action-box h3 {
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

.action-box p {
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
}

/* ── FAQ Accordion (CSS-only) ── */
details {
  border-bottom: 1px solid #e5e5e0;
  padding: 1rem 0;
}

details summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.05rem;
  list-style: none;
  padding-right: 1.5rem;
  position: relative;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: #888;
}

details[open] summary::after {
  content: '−';
}

details .detail-content {
  padding-top: 0.8rem;
  font-size: 0.95rem;
}

details .detail-content p:last-child {
  margin-bottom: 0;
}

/* ── Source References ── */
.source-ref {
  font-size: 0.8rem;
  color: #666;
  font-family: 'Concourse', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

.sources-list {
  list-style: none;
  padding: 0;
}

.sources-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
  font-size: 0.85rem;
  line-height: 1.5;
}

.sources-list li:last-child {
  border-bottom: none;
}

/* ── MP Table ── */
.table-wrapper {
  overflow-x: auto;
  margin: 1rem 0;
  -webkit-overflow-scrolling: touch;
}

.mp-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Concourse', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
}

.mp-table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.mp-table th {
  background: #111;
  color: #fff;
  padding: 0.5rem 0.6rem;
  text-align: left;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.mp-table td {
  padding: 0.35rem 0.6rem;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.mp-table tbody tr:hover {
  background: #f7f5f0;
}

.mp-table td:last-child {
  word-break: break-all;
}

.mp-table td a {
  font-size: 0.75rem;
}

.proxy-note {
  font-size: 0.7rem;
  color: #888;
  font-style: italic;
}

.no-email {
  font-size: 0.75rem;
  color: #999;
  font-style: italic;
}

/* ── Footer ── */
.site-footer {
  padding: 2rem 0;
  margin-top: 1rem;
  border-top: 2px solid #111;
  font-size: 0.8rem;
  color: #666;
  font-family: 'Concourse', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

.site-footer p {
  margin-bottom: 0.4rem;
}

/* ── Responsive ── */
@media (max-width: 600px) {
  html { font-size: 16px; }
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.3rem; }
  .container { padding: 0 1rem; }
  .hero { padding: 1.5rem 0; }
  .claim-card { padding: 1rem; }
}
