:root {
  --ink: #1d2a31;
  --muted: #56636a;
  --paper: #fcfcfa;
  --warm: #f4f0e8;
  --line: #d9ded9;
  --brand: #213e45;
  --accent: #ad7c37;
  --soft-accent: #f7eddc;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: #1f5d66; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--brand); }
.site-header { border-bottom: 1px solid var(--line); background: rgba(252,252,250,.97); }
.header-inner, .container { width: min(100% - 40px, 1000px); margin: 0 auto; }
.header-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { color: var(--ink); font-size: 1.08rem; font-weight: 760; text-decoration: none; letter-spacing: -.02em; }
.brand span { color: var(--accent); }
.header-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; font-size: .9rem; }
.header-nav a { color: var(--muted); text-decoration: none; }
.header-nav a:hover { color: var(--ink); }
.hero { background: var(--warm); padding: 74px 0 58px; border-bottom: 1px solid var(--line); }
.eyebrow { display: inline-block; margin: 0 0 15px; color: #78521a; font-size: .78rem; line-height: 1.2; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
h1 { max-width: 800px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 5vw, 4rem); line-height: 1.1; letter-spacing: -.035em; }
.lead { max-width: 730px; margin: 22px 0 0; color: #3d4b50; font-size: 1.17rem; line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-block; padding: 11px 18px; color: var(--white); background: var(--brand); border: 1px solid var(--brand); border-radius: 6px; font-weight: 700; text-decoration: none; }
.button:hover { color: var(--white); background: #172f35; }
.button.secondary { color: var(--brand); background: transparent; border-color: #8a9998; }
.button.secondary:hover { color: var(--brand); background: rgba(33,62,69,.06); }
main { padding: 58px 0 68px; }
.content { max-width: 820px; }
h2 { margin: 48px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 1.78rem; line-height: 1.22; letter-spacing: -.02em; }
h3 { margin: 28px 0 8px; font-size: 1.04rem; line-height: 1.35; }
p { margin: 0 0 16px; }
ul, ol { padding-left: 1.3rem; margin: 0 0 18px; }
li { margin: 0 0 7px; }
.callout { margin: 32px 0; padding: 21px 22px; background: var(--soft-accent); border-left: 4px solid var(--accent); border-radius: 4px; }
.callout p:last-child { margin-bottom: 0; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 15px; margin: 25px 0 14px; }
.card { padding: 20px; border: 1px solid var(--line); background: var(--white); border-radius: 8px; }
.card h3 { margin-top: 0; }
.card p { color: var(--muted); font-size: .94rem; }
.card p:last-child { margin-bottom: 0; }
.faq { border-top: 1px solid var(--line); }
.faq-item { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0 0 7px; }
.faq-item p { color: var(--muted); margin: 0; }
.resource-links { margin-top: 46px; padding: 25px; background: #eff4f3; border-radius: 8px; }
.resource-links h2 { margin-top: 0; font-size: 1.38rem; }
.resource-links ul { margin-bottom: 0; }
.source-list { color: var(--muted); font-size: .92rem; }
.site-footer { padding: 34px 0; background: var(--brand); color: #dbe4e1; font-size: .88rem; }
.site-footer a { color: #ffffff; }
.site-footer p { margin: 0; }
@media (max-width: 680px) { .header-nav a:not(.header-cta) { display: none; } .cards { grid-template-columns: 1fr; } .hero { padding: 56px 0 46px; } }

.print-action { margin: 18px 0 26px; }

@media print {
  @page { margin: 16mm; }
  body { color: #111; background: #fff; font-size: 10.5pt; line-height: 1.45; }
  .site-header, .hero, .site-footer, .actions, .resource-links, .print-action { display: none !important; }
  main { padding: 0; }
  .container, .content { width: 100%; max-width: none; }
  .content > h2:not(#checklist), .content > h2:not(#checklist) + * { display: none; }
  #checklist, #checklist ~ .checklist { display: block; }
  #checklist { margin: 0 0 10px; font-size: 21pt; }
  .checklist { border-top: 1px solid #333; }
  .faq-item { break-inside: avoid; padding: 10px 0; }
  .faq-item h3 { font-size: 11pt; }
  a { color: inherit; text-decoration: none; }
}

/* Recognition-led Hallowed homepage */
.home-page .site-header { position: sticky; top: 0; z-index: 10; }
.home-page main { padding: 0; }
.home-page h2 { font-size: clamp(1.9rem, 3.8vw, 3rem); max-width: 820px; }
.home-page h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; }
.home-hero { padding: 88px 0 74px; }
.two-column-hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .7fr); gap: 64px; align-items: center; }
.microcopy { margin: 15px 0 0; color: var(--muted); font-size: .82rem; }
.hero-panel, .checklist-panel { padding: 27px; border: 1px solid #c9d1cb; border-radius: 10px; background: rgba(255,255,255,.72); box-shadow: 0 10px 40px rgba(32,54,57,.06); }
.panel-kicker, .plan-label { margin: 0 0 13px; color: #78521a; font-size: .72rem; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.panel-line { display: flex; justify-content: space-between; gap: 15px; padding: 13px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.panel-line strong { max-width: 150px; color: var(--ink); text-align: right; font-weight: 700; }
.panel-note { margin: 18px 0 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.04rem; line-height: 1.45; }
.section { padding: 82px 0; }
.section-white { background: var(--white); }
.section-warm { background: var(--warm); }
.section-soft { background: #eff4f3; }
.section-ink { color: #e9efed; background: var(--brand); }
.section-ink h2, .section-ink h3 { color: #fff; }
.section-ink .section-lead, .section-ink p { color: #dbe4e1; }
.eyebrow.light { color: #e1bb7e; }
.home-content p:not(.eyebrow) { max-width: 780px; }
.section-lead { max-width: 770px; margin: 0 0 22px; color: #3d4b50; font-size: 1.14rem; }
.compact-callout { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 15px 22px; }
.compact-callout p { max-width: 620px; margin: 0; }
.text-link { font-weight: 750; white-space: nowrap; }
.moment-cards { grid-template-columns: repeat(3, minmax(0,1fr)); }
.number { margin: 0 0 20px; color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .09em; }
.section-bridge { max-width: 770px; margin: 33px auto 0; text-align: center; color: #3d4b50; font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; }
.split-section { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 74px; }
.split-section h2 { margin-top: 0; }
blockquote { max-width: 800px; margin: 66px auto 0; padding: 0 0 0 24px; border-left: 4px solid var(--accent); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.4rem, 2.6vw, 2rem); line-height: 1.35; }
.capability-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); margin: 38px 0 0; border-top: 1px solid rgba(255,255,255,.2); }
.capability-grid section { padding: 26px 26px 26px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.capability-grid section:nth-child(odd) { padding-right: 42px; border-right: 1px solid rgba(255,255,255,.2); }
.capability-grid section:nth-child(even) { padding-left: 42px; }
.capability-grid h3 { margin: 0 0 9px; }
.capability-grid p { margin: 0; font-size: .94rem; }
.gold-button { color: #1b2d32; background: #e7be7c; border-color: #e7be7c; }
.gold-button:hover { color: #1b2d32; background: #f0c98b; }
.guide-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.guide-split { align-items: center; }
.checklist-panel { background: #eff4f3; border-color: #d2ddda; }
.checklist-panel h3 { margin: 0 0 10px; }
.checklist-panel ul { margin: 18px 0 21px; color: var(--muted); font-size: .92rem; }
.centered-section { max-width: 850px; text-align: center; }
.centered-section h2, .centered-section .section-lead { margin-right: auto; margin-left: auto; }
.centered-actions { justify-content: center; }
.pricing-section .centered-section { margin-bottom: 44px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.price-card.featured { border: 2px solid var(--accent); box-shadow: 0 14px 38px rgba(33,62,69,.10); }
.price-card h3 { margin: 0 0 20px; font-family: Georgia, "Times New Roman", serif; }
.price { margin: 0; color: var(--ink); }
.price strong { font-family: Georgia, "Times New Roman", serif; font-size: 2.6rem; line-height: 1; }
.price span { margin-left: 4px; color: var(--muted); font-size: .85rem; }
.case-price { margin: 8px 0 22px; color: var(--muted); font-size: .95rem; }
.price-card ul { flex: 1; margin-bottom: 28px; color: var(--muted); font-size: .92rem; }
.price-card .button { text-align: center; }
.reassurance-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 30px; margin-top: 50px; padding-top: 34px; border-top: 1px solid var(--line); }
.reassurance-grid h3 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; }
.reassurance-grid p { margin: 0; color: var(--muted); font-size: .92rem; }
.founding-card { max-width: 820px; margin-top: 66px; padding: 42px; color: #e9efed; background: var(--brand); border-radius: 10px; }
.founding-card h2 { margin: 0 0 16px; color: #fff; font-size: 2rem; }
.founding-card p { color: #dbe4e1; }
.founding-card .founding-note { max-width: 650px; margin-bottom: 25px; font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; }
.faq-section h2 { margin-top: 0; }
.faq-footer { margin-top: 28px; color: #3d4b50; }
.final-cta { color: #e9efed; background: #1b3035; }
.final-cta h2, .final-cta .section-lead { color: #fff; }
.final-cta .section-lead { color: #dbe4e1; }
.outline-light { color: #fff; border-color: rgba(255,255,255,.75); background: transparent; }
.outline-light:hover { color: #fff; background: rgba(255,255,255,.11); }
.light-copy { color: #dbe4e1; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid a { text-decoration: none; }
.footer-brand { color: #fff; }

@media (max-width: 760px) {
  .header-nav { gap: 13px; }
  .header-nav a:not(.header-cta) { display: none; }
  .home-hero, .section { padding: 58px 0; }
  .two-column-hero, .split-section, .pricing-grid, .reassurance-grid, .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-panel { margin-top: 4px; }
  .moment-cards, .cards { grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid section, .capability-grid section:nth-child(odd), .capability-grid section:nth-child(even) { padding: 22px 0; border-right: 0; }
  .founding-card { padding: 28px; }
  .footer-grid > div { gap: 7px; }
}

@media print {
  .home-page .site-header, .home-page .home-hero, .home-page .section:not(.faq-section), .home-page .site-footer { display: none !important; }
}
