:root {
    --cream: #F5F0E6;
    --cream-deep: #EDE6D6;
    --navy: #1C2B45;
    --navy-soft: #2E3F5C;
    --gold: #C49A4A;
    --gold-deep: #A87E32;
    --ink: #2A2A26;
    --muted: #6B6657;
    --line: #D8CFBC;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { animation: none !important; transition: none !important; }
  }

  body {
    background: var(--cream);
    color: var(--ink);
    font-family: 'Gentium Plus', Georgia, 'Times New Roman', serif;
    line-height: 1.7;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
  }

  .wrap { max-width: 660px; margin: 0 auto; padding: 0 28px; }

  /* --- Masthead --- */
  header.top {
    padding: 88px 0 54px;
    text-align: center;
  }
  .kicker {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    font-size: 12px;
    font-weight: 600;
    color: var(--gold-deep);
    margin-bottom: 26px;
  }
  .title-what {
    font-family: 'Gentium Plus', Georgia, serif;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 700;
    color: var(--navy);
    font-size: clamp(26px, 6.5vw, 40px);
    line-height: 1;
    padding-left: 0.18em;
    position: relative;
    z-index: 2;
  }
  .title-now {
    font-family: 'Gentium Plus', Georgia, serif;
    color: var(--gold-deep);
    font-size: clamp(58px, 16vw, 104px);
    line-height: 0.9;
    font-weight: 400;
    margin-top: -0.32em;
    position: relative;
    z-index: 1;
  }
  .ornament {
    width: 92px;
    height: 1px;
    background: var(--line);
    border: 0;
    margin: 32px auto 0;
    position: relative;
  }
  .ornament::after {
    content: "✦";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--cream);
    color: var(--gold);
    font-size: 13px;
    padding: 0 12px;
  }
  .lede {
    margin-top: 30px;
    font-size: 19px;
    color: var(--navy-soft);
    line-height: 1.6;
  }

  /* --- Section nav (the five promises) --- */
  nav.contents {
    margin: 8px 0 18px;
  }
  nav.contents ol {
    list-style: none;
    counter-reset: c;
  }
  nav.contents li { counter-increment: c; }
  nav.contents a {
    display: flex;
    align-items: baseline;
    gap: 16px;
    padding: 17px 4px;
    border-top: 1px solid var(--line);
    color: var(--navy);
    text-decoration: none;
    transition: color 0.18s ease, padding-left 0.18s ease;
  }
  nav.contents li:last-child a { border-bottom: 1px solid var(--line); }
  nav.contents a:hover, nav.contents a:focus {
    color: var(--gold-deep);
    padding-left: 12px;
  }
  nav.contents a:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
  .num {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--gold-deep);
    min-width: 22px;
  }
  .num::before { content: counter(c, decimal-leading-zero); }
  .nav-label { font-size: 19px; flex: 1; }
  .arrow { color: var(--line); font-size: 16px; }
  nav.contents a:hover .arrow { color: var(--gold); }

  /* --- Content sections --- */
  section.block {
    padding: 56px 0;
    border-top: 1px solid var(--line);
  }
  section.block:first-of-type { border-top: 0; }
  .eyebrow {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.26em;
    font-size: 11px;
    font-weight: 600;
    color: var(--gold-deep);
    margin-bottom: 14px;
  }
  h2 {
    font-family: 'Gentium Plus', Georgia, serif;
    color: var(--navy);
    font-size: clamp(26px, 5vw, 32px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
  }
  section.block p { margin-bottom: 16px; color: var(--ink); }
  section.block p:last-child { margin-bottom: 0; }
  .soft { color: var(--muted); font-size: 16px; }

  /* reading list */
  .reads { margin: 8px 0 4px; }
  .read {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }
  .read:first-child { border-top: 1px solid var(--line); }
  .read .bk { font-style: italic; color: var(--navy); text-decoration: none; border-bottom: 1px solid var(--line); transition: color 0.15s ease, border-color 0.15s ease; }
  a.bk:hover, a.bk:focus-visible { color: var(--gold-deep); border-color: var(--gold); }
  a.bk:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
  .read .by { color: var(--muted); }
  .read .note { display: block; font-size: 15px; color: var(--muted); margin-top: 4px; line-height: 1.5; }

  /* faq */
  details {
    border-bottom: 1px solid var(--line);
  }
  details:first-of-type { border-top: 1px solid var(--line); }
  summary {
    cursor: pointer;
    padding: 17px 28px 17px 0;
    font-family: 'Gentium Plus', Georgia, serif;
    color: var(--navy);
    font-size: 18px;
    list-style: none;
    position: relative;
  }
  summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
  summary::-webkit-details-marker { display: none; }
  summary::after {
    content: "+";
    position: absolute;
    right: 2px;
    top: 15px;
    color: var(--gold);
    font-size: 22px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    transition: transform 0.2s ease;
  }
  details[open] summary::after { content: "–"; }
  details .ans { padding: 0 0 20px; color: var(--ink); font-size: 17px; }

  /* church section steps */
  .steps { counter-reset: s; margin-top: 6px; }
  .step {
    display: flex;
    gap: 18px;
    padding: 14px 0;
    counter-increment: s;
  }
  .step .dot {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--gold-deep);
    min-width: 26px;
    padding-top: 2px;
  }
  .step .dot::before { content: counter(s); }
  .step p { margin: 0; }

  a.inline { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 2px; }
  a.inline:hover { color: var(--navy); }

  /* downloads */
  .downloads { margin: 8px 0 4px; }
  .dl {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
    margin-bottom: 14px;
    background: var(--cream-deep);
    border: 1px solid var(--line);
    border-radius: 3px;
    text-decoration: none;
    color: var(--navy);
    transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
  }
  .dl:last-child { margin-bottom: 0; }
  .dl:hover, .dl:focus-visible {
    border-color: var(--gold);
    background: #fff;
    transform: translateY(-1px);
  }
  .dl:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
  .dl-fmt {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--gold-deep);
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 3px;
    padding: 10px 12px;
    min-width: 58px;
    text-align: center;
  }
  .dl-text { flex: 1; display: flex; flex-direction: column; }
  .dl-title { font-size: 18px; color: var(--navy); }
  .dl-sub { font-size: 14px; color: var(--muted); margin-top: 2px; }
  .dl-arrow { font-size: 22px; color: var(--gold); font-family: 'Helvetica Neue', Arial, sans-serif; }
  .dl:hover .dl-arrow { color: var(--gold-deep); }
  .kindle-note { margin-top: 16px; }
  .kindle-note summary { font-size: 16px; padding-top: 14px; padding-bottom: 14px; }
  .kindle-note summary::after { top: 12px; }

  /* --- closing --- */
  .closing {
    text-align: center;
    padding: 64px 0 36px;
    border-top: 1px solid var(--line);
  }
  .closing .verse {
    font-style: italic;
    color: var(--navy-soft);
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .closing .ref {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 11px;
    color: var(--gold-deep);
  }

  footer {
    text-align: center;
    padding: 28px 0 56px;
    color: var(--muted);
    font-size: 13px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 0.04em;
  }
  footer .home { color: var(--gold-deep); font-style: italic; font-family: 'Gentium Plus', Georgia, serif; font-size: clamp(28px, 5vw, 34px); line-height: 1.1; letter-spacing: 0; margin-bottom: 40px; }
  footer .imprint { margin-top: 16px; }
  footer .imprint a { color: var(--gold-deep); text-decoration: none; border-bottom: 1px solid var(--line); }
  footer .imprint a:hover { color: var(--navy); border-color: var(--gold); }

  /* back-to-top breathing room on long page */
  .pace {
    text-align: center;
    color: var(--muted);
    font-style: italic;
    padding: 12px 0 0;
    font-size: 16px;
  }
