/* Shared editorial typography and spacing across all four pages. */
body { font-family: 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif; line-height: 2.1; letter-spacing: .045em; }
h1, h2, .hero-brand, .brand { font-family: Georgia, 'Times New Roman', 'Yu Mincho', serif; letter-spacing: .015em; }
h1, h2 { line-height: 1.18; }
.hero-brand { letter-spacing: .01em; }
.eyebrow { font-family: Arial, sans-serif; font-size: .8125rem; letter-spacing: .22em; margin-bottom: 24px; color: #80612e; }
.hero .eyebrow, footer .eyebrow { color: #dbc392; }
header { padding-top: 30px; padding-bottom: 30px; }
nav { font-family: Arial, sans-serif; font-size: .875rem; letter-spacing: .12em; gap: 28px; }
nav a { min-height: 44px; display: inline-flex; align-items: center; }
.section-heading { margin-bottom: 56px; }
.story-split { padding-top: 120px; padding-bottom: 120px; }
.story-split h3 { letter-spacing: .08em; line-height: 1.9; }
.favorites { padding-bottom: 120px; }
.page-section { padding-top: 100px; padding-bottom: 90px; }
.information { padding-top: 45px; padding-bottom: 90px; }
.information h2 { font-size: clamp(40px, 4vw, 60px); letter-spacing: .015em; line-height: 1.18; margin-bottom: 18px; }
.section-subtitle { font-size: 1rem; color: var(--muted); margin-bottom: 36px; }
.card h3 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(22px, 2vw, 28px); letter-spacing: .025em; line-height: 1.4; }
.card p { font-size: 1rem; line-height: 2; }
.card .eyebrow { font-size: .75rem; letter-spacing: .13em; }
.card-content { padding-top: 32px; padding-bottom: 32px; }
.access-cta { padding-top: 85px; padding-bottom: 85px; }
footer { padding-top: 80px; gap: 48px; }
footer .brand { font-size: 44px; }
footer .brand span { font-size: 14px; letter-spacing: .14em; line-height: 1.8; }
.footer-identity > p { max-width: 28em; }
.footer-contact > p { line-height: 2; }
.footer-social { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid #43505d; }
.social-links { display: flex; flex-wrap: wrap; gap: 16px 36px; }
.social-links a { min-height: 44px; display: inline-flex; align-items: center; gap: 22px; border-bottom: 1px solid #dbc392; font-family: Arial, sans-serif; font-size: 16px; }
.footer-bottom { align-items: center; gap: 20px; letter-spacing: .05em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (min-width: 601px) and (max-width: 1000px) {
  .hero-copy { position: relative; inset: auto; transform: none; max-width: none; padding: 44px 8%; }
  .hero:after { display: none; }
  .hero .image-note { top: 12px; bottom: auto; }
  .cards { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  body { letter-spacing: .035em; }
  header { padding-top: 24px; padding-bottom: 20px; }
  nav { gap: 4px; letter-spacing: .04em; font-size: .75rem; flex-wrap: wrap; }
  .hero-copy { padding-top: 42px; padding-bottom: 40px; }
  .hero-brand { font-size: clamp(39px, 11vw, 64px); }
  .hero-copy p { font-size: 1rem; }
  .story-split { padding-top: 72px; padding-bottom: 72px; gap: 40px; }
  .section-heading { margin-bottom: 38px; }
  h1, .page-section h1 { font-size: clamp(34px, 9.5vw, 44px); }
  h2, .story-split h2, .access-cta h2 { font-size: clamp(32px, 9vw, 42px); }
  .page-section { padding-top: 64px; padding-bottom: 64px; }
  .information { padding-top: 24px; padding-bottom: 64px; }
  .information h2 { font-size: clamp(30px, 8.5vw, 40px); }
  .favorites { padding-bottom: 72px; }
  .access-cta { padding-top: 60px; padding-bottom: 60px; }
  footer { padding-top: 60px; gap: 36px; }
  footer .brand { font-size: 40px; }
}
