/* THEME: CHAPEL — quiet, reverent, an order-of-service in warm stone and ink.
   The default. Nothing shouts; the words are given room. */

html[data-theme="chapel"]{
  --bg:#f7f4ee;
  --panel:#ffffff;
  --ink:#2a2723;
  --muted:#7d7568;
  --line:#e4ddcf;
  --accent:#5c6b6b;          /* soft slate-green, like verdigris */
  --accent-2:#9a7b4f;        /* aged gold */
  --hero-bg:#efe9dd;
  --hero-ink:#3a352c;
  --quote-bg:#2f3a3a;        /* deep chapel green-grey */
  --quote-ink:#f2ede2;
  --emph:#d9b877;            /* gilt — 'Love' glows */
  --ff-display:"Cormorant Garamond", Georgia, serif;
  --ff-text:"EB Garamond", Georgia, serif;
  --ff-nav:"EB Garamond", Georgia, serif;
  --nav-tt:uppercase; --nav-ls:.14em;
}
html[data-theme="chapel"] body{background:var(--bg)}
html[data-theme="chapel"] .the-quote p{font-weight:400; letter-spacing:.004em}
html[data-theme="chapel"] .the-quote em{color:var(--emph); font-style:italic}
html[data-theme="chapel"] .the-quote strong{color:#fff; font-weight:500}
html[data-theme="chapel"] .quote-stage{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(255,255,255,.05), transparent 60%),
    var(--quote-bg);
}
html[data-theme="chapel"] .quote-stage .quote-source{color:#b9b3a4}
html[data-theme="chapel"] .hero-name{font-weight:500}
html[data-theme="chapel"] .wordmark{font-weight:500}
/* a thin gilt rule under the hero */
html[data-theme="chapel"] .hero-epithet::after{
  content:""; display:block; width:3.5rem; height:1px; background:var(--accent-2);
  margin:1.4rem auto 0; opacity:.7;
}
