/* Homepage modules share CMS data, calm theme tokens and accessible card layouts. */
.home-hero { min-height: 530px; }
.home-hero .hero-inner { padding-block: 5rem 4.5rem; }
.home-hero .hero-inner h1 { max-width: 700px; font-size: clamp(3rem, 6.5vw, 6rem); }
.home-hero .hero-lead { max-width: 590px; line-height: 1.65; }
.home-hero .eyebrow { max-width: 620px; line-height: 1.65; }
.brand-values { margin-top: 2.4rem; color: var(--muted); font-size: .85rem; letter-spacing: .09em; }
.brand-values span { padding-inline: .6rem; color: var(--sun); }
.home-section { padding-block: 3.75rem; }
.home-section h2 { max-width: 850px; margin: .65rem 0 1.3rem; font: 400 clamp(1.8rem, 3.5vw, 2.7rem)/1.2 Georgia, serif; }
.section-intro { max-width: 760px; margin-bottom: 1.7rem; color: var(--muted); line-height: 1.7; }
.section-note { max-width: 870px; margin: 1.5rem 0 0; font-size: .9rem; line-height: 1.7; color: var(--muted); }
.home-card-grid { display: grid; gap: 1rem; }
.four-columns { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.three-columns { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-card { position: relative; min-width: 0; padding: 1.6rem; border: 1px solid var(--line); border-radius: 15px; background: var(--card); }
.home-card h3 { margin: 1rem 0 .75rem; font-size: 1.08rem; line-height: 1.45; }
.home-card p { margin: 0; font-size: .94rem; line-height: 1.75; color: var(--muted); }
.block-icon { display: block; width: 34px; height: 34px; color: var(--jade); }
.step-number { position: absolute; top: 1.35rem; right: 1.5rem; color: var(--sun); font: 1.6rem Georgia, serif; }
.home-surface { background: var(--story-bg); }
.home-surface h2 { color: var(--story-heading); }
.text-link { display: inline-block; padding: 1rem 0 .25rem; color: var(--jade); font-weight: 600; text-underline-offset: 4px; }
.home-faq { max-width: 1000px; }
.faq-answer { padding: 1.1rem 1.3rem; margin-bottom: .8rem; border: 1px solid var(--line); border-radius: 12px; background: var(--card); }
.faq-answer summary { line-height: 1.6; }
.faq-answer p { color: var(--muted); line-height: 1.75; }
.editorial-card time { font-size: .8rem; color: var(--muted); }
.editorial-card > a { display: inline-block; padding-top: 1rem; }
.question-band { margin-block: 1.5rem 4rem; }
@media (max-width: 1000px) {
  .four-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-card { padding: 1.35rem; }
}
@media (max-width: 680px) {
  .home-hero { min-height: 490px; }
  .home-hero .hero-inner { padding-block: 3rem; }
  .home-hero:before { background: linear-gradient(90deg, var(--cream) 0%, #f8f5eee6 55%, #f8f5ee96); }
  .home-section { padding-block: 2.5rem; }
  .home-card-grid { grid-template-columns: 1fr; }
  .brand-values { font-size: .76rem; letter-spacing: .035em; }
  .brand-values span { padding-inline: .3rem; }
  .question-band { margin-bottom: 2.5rem; }
}
