/* ============================================================
   Bishop Donald Hilliard, Jr. — donaldhilliardjr.org
   Editorial · cinematic · legacy. Hand-authored, framework-free.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;1,6..72,400;1,6..72,500&family=Inter:wght@400;500;600&display=swap');

:root {
  --ink: #191512;
  --ink-soft: #221d18;
  --ink-raise: #2b241e;
  --paper: #f7f3eb;
  --paper-deep: #efe8db;
  --oxblood: #66202b;
  --oxblood-bright: #82303d;
  --gold: #b08c4f;
  --gold-soft: #c9ac72;
  --gold-deep: #86662e;
  --stone: #766e60;
  --line: rgba(25, 21, 18, 0.14);
  --line-dark: rgba(247, 243, 235, 0.16);
  --text-on-dark: #efe9de;
  --muted-on-dark: #b3aa9b;
  --serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --body: 'Newsreader', Georgia, serif;
  --sans: 'Inter', -apple-system, 'Helvetica Neue', sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--body);
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

::selection { background: var(--oxblood); color: var(--paper); }

/* ---------- type utilities ---------- */

.eyebrow {
  font-family: var(--sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}
.hero .eyebrow, .page-hero .eyebrow, .band-dark .eyebrow, .on-dark .eyebrow,
.cta-banner .eyebrow, .quote-band .eyebrow, .social-band .eyebrow { color: var(--gold-soft); }
.eyebrow::before {
  content: '';
  width: 2.25rem;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
}
.eyebrow.no-rule::before { display: none; }

.display {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 500; }

.lede {
  font-size: 1.3125rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.muted { color: var(--stone); }

em.accent { font-style: italic; color: var(--oxblood); }
.on-dark em.accent { color: var(--gold-soft); }

/* ---------- layout ---------- */

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
.wrap-narrow { max-width: 820px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }
.wrap-wide { max-width: 1360px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }

section { position: relative; }

.section-pad { padding: clamp(4.5rem, 9vw, 8rem) 0; }

.section-head { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-head h2 {
  font-size: clamp(2.1rem, 4.2vw, 3.3rem);
  line-height: 1.08;
  margin-top: 1.1rem;
  max-width: 18em;
}
.section-head .section-intro {
  margin-top: 1.25rem;
  max-width: 38em;
  color: var(--stone);
  font-size: 1.1875rem;
}

.roman {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--gold-deep);
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}
.on-dark .roman, .band-dark .roman { color: var(--gold-soft); }

/* ---------- buttons ---------- */

.btn {
  font-family: var(--sans);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.05rem 2.1rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 15px; height: 15px; flex: none; transition: transform 0.25s var(--ease); }
.btn:hover svg { transform: translateX(3px); }

.btn-primary { background: var(--oxblood); color: #f7f0e8; }
.btn-primary:hover { background: var(--oxblood-bright); }

.btn-outline { border-color: rgba(25,21,18,0.35); color: var(--ink); background: transparent; }
.btn-outline:hover { border-color: var(--ink); background: rgba(25,21,18,0.04); }

.btn-gold { border-color: rgba(201,172,114,0.55); color: var(--gold-soft); background: transparent; }
.btn-gold:hover { border-color: var(--gold-soft); background: rgba(201,172,114,0.08); }

.btn-solid-gold { background: var(--gold); color: var(--ink); }
.btn-solid-gold:hover { background: var(--gold-soft); }

.text-link {
  font-family: var(--sans);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--oxblood);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border-bottom: 1px solid transparent;
  transition: color 0.2s var(--ease);
  cursor: pointer;
}
.text-link svg { width: 14px; height: 14px; transition: transform 0.25s var(--ease); }
.text-link:hover { color: var(--oxblood-bright); }
.text-link:hover svg { transform: translateX(3px); }
.on-dark .text-link { color: var(--gold-soft); }
.on-dark .text-link:hover { color: #dcc48e; }

a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* ---------- top bar ---------- */

.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  transition: background-color 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
  border-bottom: 1px solid transparent;
}
.topbar-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand { display: flex; align-items: center; gap: 0.9rem; line-height: 1.15; }
.brand-mark {
  width: 46px;
  height: 46px;
  flex: none;
  border: 1px solid var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px;
  background: var(--paper);
}
/* Brush monogram fills the square's height; it is taller than wide, so height
   is the constraining dimension. Colourful artwork reads on both bar states. */
.brand-mark img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.brand-text { display: flex; flex-direction: column; }
.brand .brand-name {
  font-family: var(--serif);
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.brand .brand-sub {
  font-family: var(--sans);
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 0.2rem;
}
.nav-links { display: flex; align-items: center; gap: 1.9rem; list-style: none; }
.nav-links a {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.4rem 0;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.nav-cta { margin-left: 0.4rem; }
.btn-nav { padding: 0.72rem 1.4rem; font-size: 0.6875rem; }

/* dark (over hero) vs solid states */
.topbar.on-hero { color: var(--text-on-dark); }
.topbar.on-hero .brand-name { color: var(--text-on-dark); }
/* :not(.btn) keeps the booking CTA on its own colorway in every topbar state. */
.topbar.on-hero .nav-links a:not(.btn) { color: rgba(239,233,222,0.85); }
.topbar.on-hero .nav-links a:not(.btn):hover,
.topbar.on-hero .nav-links a:not(.btn)[aria-current="page"] { color: #fff; border-color: var(--gold-soft); }

.topbar.solid {
  background: rgba(247, 243, 235, 0.92);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
  color: var(--ink);
}
.topbar.solid .brand-name { color: var(--ink); }
.topbar.solid .nav-links a:not(.btn) { color: rgba(25,21,18,0.72); }
.topbar.solid .nav-links a:not(.btn):hover,
.topbar.solid .nav-links a:not(.btn)[aria-current="page"] { color: var(--ink); border-color: var(--gold); }

/* hamburger */
.menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.6rem;
  z-index: 70;
}
.menu-btn span {
  display: block;
  width: 26px;
  height: 2px;
  background: currentColor;
  margin: 6px 0;
  transition: transform 0.3s var(--ease), opacity 0.3s;
}
.menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: var(--ink);
  color: var(--text-on-dark);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 8vw, 4rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s var(--ease), visibility 0.35s;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu ul { list-style: none; }
.mobile-menu ul a {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 6.5vw, 2.6rem);
  line-height: 1.7;
  display: inline-block;
  transition: color 0.2s;
}
.mobile-menu ul a:hover, .mobile-menu ul a[aria-current="page"] { color: var(--gold-soft); }
.mobile-menu .mm-cta { margin-top: 2rem; }
/* Same off-white label as the desktop header CTA; gold rule is kept for the outline treatment. */
.mobile-menu .mm-cta .btn,
.mobile-menu .mm-cta .btn:hover { color: #f7f0e8; }
.mobile-menu .mm-note {
  margin-top: 2.5rem;
  font-family: var(--sans);
  font-size: 0.6875rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
}

/* ---------- home hero ---------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  background: var(--ink);
  color: var(--text-on-dark);
  overflow: hidden;
}
.hero-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(7rem, 14vh, 10rem) clamp(1.25rem, 4vw, 2.5rem) clamp(4rem, 8vh, 6rem);
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.hero h1 {
  font-size: clamp(2.9rem, 6.4vw, 5.4rem);
  font-weight: 500;
  line-height: 1.02;
  margin: 1.4rem 0 1.6rem;
}
.hero h1 .line-em { font-style: italic; color: var(--gold-soft); }
.hero .hero-lede {
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  line-height: 1.7;
  color: var(--muted-on-dark);
  max-width: 34em;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.4rem; }

.hero-portrait { position: relative; }
.hero-portrait .frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 50% 8%, rgba(176, 140, 79, 0.28), transparent 55%),
    radial-gradient(140% 110% at 50% 100%, rgba(102, 32, 43, 0.5), transparent 70%),
    #12100d;
}
.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.hero-portrait::before {
  content: '';
  position: absolute;
  inset: 1.4rem -1.4rem -1.4rem 1.4rem;
  border: 1px solid rgba(201, 172, 114, 0.35);
  pointer-events: none;
}
.hero-portrait figcaption {
  position: absolute;
  bottom: -2.6rem;
  right: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--muted-on-dark);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(1100px 620px at 78% 30%, rgba(102, 32, 43, 0.32), transparent 65%),
    radial-gradient(900px 700px at 12% 85%, rgba(176, 140, 79, 0.12), transparent 60%);
}
.hero-rule {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: clamp(1.25rem, 4vw, 2.5rem);
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(201,172,114,0.25) 30%, rgba(201,172,114,0.25) 70%, transparent);
}

.hero-scroll {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 1.9rem;
  transform: translateX(-50%);
  font-family: var(--sans);
  font-size: 0.625rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
}
.hero-scroll::after {
  content: '';
  width: 1px;
  height: 2.6rem;
  background: linear-gradient(to bottom, var(--gold-soft), transparent);
  animation: drip 2.4s var(--ease) infinite;
}
@keyframes drip {
  0% { transform: scaleY(0); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: top; }
  56% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ---------- minimalist hero variant ---------- */

.hero-min-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(6.5rem, 13vh, 9rem) clamp(1.25rem, 4vw, 2.5rem) clamp(4.5rem, 9vh, 6.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 44%);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
  min-height: 100svh;
}
.hero-overlay {
  position: absolute;
  z-index: 4;
  left: clamp(1.25rem, 4vw, 2.5rem);
  right: clamp(1.25rem, 4vw, 2.5rem);
  top: clamp(8rem, 22vh, 13rem);
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(3rem, 7.2vw, 6.6rem);
  line-height: 1.0;
  letter-spacing: -0.015em;
  pointer-events: none;
}
.hero-overlay .ho-1 { display: block; color: var(--text-on-dark); }
.hero-overlay .ho-2 {
  display: block;
  font-style: italic;
  color: var(--gold-soft);
  margin-left: clamp(2rem, 24vw, 24rem);
  margin-top: 0.05em;
  text-shadow: 0 2px 30px rgba(13, 11, 9, 0.55);
}
.hero-min-left { max-width: 34em; padding-bottom: clamp(1rem, 4vh, 3rem); }
.hero-min-left .hero-lede { margin-top: 1.3rem; }
.hero-socials { display: flex; gap: 0.8rem; margin-top: 2.2rem; }
.hero-socials a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(239, 233, 222, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted-on-dark);
  transition: color 0.2s, border-color 0.2s;
}
.hero-socials a:hover { color: var(--gold-soft); border-color: var(--gold-soft); }
.hero-socials svg { width: 15px; height: 15px; }
.hero-min-portrait { position: relative; z-index: 2; }
.hero-min-portrait .frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 50% 8%, rgba(176, 140, 79, 0.28), transparent 55%),
    radial-gradient(140% 110% at 50% 100%, rgba(102, 32, 43, 0.5), transparent 70%),
    #12100d;
}
.hero-min-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
/* The portrait's studio backdrop is light; the gold headline crosses its upper-left.
   This scrim restores contrast there and seats the photo in the dark hero. */
.hero-min-portrait .frame::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    /* soft spotlight lifting the face (sits right of the text overlap, which
       only reaches 27% across, so the headline's contrast is unaffected) */
    radial-gradient(46% 34% at 60% 24%, rgba(255,246,232,0.13), rgba(255,246,232,0) 72%),
    /* left edge: protects the gold headline where it crosses the portrait */
    linear-gradient(102deg, rgba(18,16,13,0.92) 0%, rgba(18,16,13,0.62) 18%, rgba(18,16,13,0.12) 40%, rgba(18,16,13,0) 55%),
    /* top: eased back so it seats the photo without shadowing the face */
    linear-gradient(to bottom, rgba(18,16,13,0.45) 0%, rgba(18,16,13,0.08) 22%, rgba(18,16,13,0) 34%);
}
.hero-min-portrait::before {
  content: '';
  position: absolute;
  inset: 1.4rem -1.4rem -1.4rem 1.4rem;
  border: 1px solid rgba(201, 172, 114, 0.35);
  pointer-events: none;
}
.hero-min-portrait figcaption {
  margin-top: 2rem;
  text-align: right;
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--muted-on-dark);
}

@media (max-width: 1020px) {
  .hero-min-inner { grid-template-columns: 1fr; align-items: start; padding-top: 7.5rem; min-height: 0; }
  .hero-overlay { position: static; margin-bottom: 1.6rem; font-size: clamp(2.7rem, 9.5vw, 4.5rem); }
  .hero-overlay .ho-2 { margin-left: clamp(1.5rem, 8vw, 5rem); }
  .hero-min-portrait { max-width: 430px; order: 2; margin-top: 0.5rem; margin-bottom: 2rem; }
  .hero-min-left { order: 3; padding-bottom: 0; }
}

/* ---------- subpage hero ---------- */

.page-hero {
  background: var(--ink);
  color: var(--text-on-dark);
  padding: clamp(9rem, 18vh, 12rem) 0 clamp(3.5rem, 7vw, 5.5rem);
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 500px at 80% 20%, rgba(102,32,43,0.3), transparent 60%);
  pointer-events: none;
}
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 {
  font-size: clamp(2.6rem, 5.6vw, 4.4rem);
  line-height: 1.04;
  margin-top: 1.3rem;
  max-width: 15em;
}
.page-hero .page-lede {
  margin-top: 1.5rem;
  max-width: 40em;
  color: var(--muted-on-dark);
  font-size: 1.1875rem;
}

/* ---------- stats ---------- */

.stats {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat {
  padding: clamp(2rem, 4vw, 3.2rem) 1.5rem;
  text-align: center;
  border-left: 1px solid var(--line);
}
.stat:first-child { border-left: none; }
.stat .num {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 500;
  line-height: 1;
  color: var(--oxblood);
}
.stat .num sup { font-size: 55%; color: var(--gold); top: -0.55em; position: relative; }
.stat .label {
  margin-top: 0.7rem;
  font-family: var(--sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--stone);
}

/* ---------- editorial intro ---------- */

.editorial p + p { margin-top: 1.4rem; }
.editorial .dropcap::first-letter {
  font-family: var(--serif);
  float: left;
  font-size: 4.6rem;
  line-height: 0.82;
  padding: 0.08em 0.12em 0 0;
  color: var(--oxblood);
  font-weight: 500;
}

/* ---------- callings (pillars) ---------- */

.callings { background: var(--paper-deep); }
.callings-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.calling {
  background: var(--paper-deep);
  padding: clamp(1.8rem, 3vw, 2.6rem);
  display: flex;
  flex-direction: column;
  min-height: 340px;
  transition: background-color 0.3s var(--ease);
  cursor: pointer;
}
.calling:hover { background: var(--paper); }
.calling .roman { font-size: 0.95rem; }
.calling h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  margin: 1rem 0 0.9rem;
}
.calling p { font-size: 1rem; color: var(--stone); line-height: 1.65; flex: 1; }
.calling .text-link { margin-top: 1.6rem; }
.calling:hover h3 { color: var(--oxblood); }

/* ---------- feature splits ---------- */

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}
.split.rev > .split-media { order: 2; }
.split-media { position: relative; }
.split-media .frame { position: relative; overflow: hidden; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-media.framed::after {
  content: '';
  position: absolute;
  inset: 1.2rem -1.2rem -1.2rem 1.2rem;
  border: 1px solid rgba(176, 140, 79, 0.45);
  pointer-events: none;
  z-index: -1;
}
.split-media.framed.flip::after { inset: 1.2rem 1.2rem -1.2rem -1.2rem; }
.split-media figcaption {
  margin-top: 1.1rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--stone);
}
/* Indent past the offset gold rule so the caption sits inside the frame.
   .flip variants offset the rule leftward, so their captions already clear it. */
.split-media.framed:not(.flip) figcaption { padding-left: 2.1rem; }
.split-copy h2 { font-size: clamp(2rem, 3.8vw, 3rem); line-height: 1.08; margin-top: 1.1rem; }
.split-copy .split-body { margin-top: 1.4rem; color: var(--ink-soft); }
.split-copy .split-body p + p { margin-top: 1.1rem; }
.split-ctas { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; align-items: center; }

/* checklist */
.gold-list { list-style: none; margin-top: 1.4rem; }
.gold-list li {
  padding: 0.85rem 0 0.85rem 2.1rem;
  position: relative;
  border-bottom: 1px solid var(--line);
  font-size: 1.0625rem;
}
.gold-list li:last-child { border-bottom: none; }
.gold-list li::before {
  content: '';
  position: absolute;
  left: 0.15rem;
  top: 1.42rem;
  width: 0.85rem;
  height: 1px;
  background: var(--gold);
}
.on-dark .gold-list li { border-color: var(--line-dark); }

/* ---------- dark bands ---------- */

.band-dark { background: var(--ink); color: var(--text-on-dark); }
.band-dark .section-head h2 { color: var(--text-on-dark); }
.band-dark .section-intro { color: var(--muted-on-dark); }
.band-dark .split-copy .split-body { color: var(--muted-on-dark); }
.band-dark .split-media figcaption { color: var(--muted-on-dark); }

/* quote band */
.quote-band {
  background: var(--oxblood);
  color: #f4ecdf;
  text-align: center;
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  position: relative;
  overflow: hidden;
}
.quote-band::before {
  content: '\201C';
  position: absolute;
  font-family: var(--serif);
  font-size: 22rem;
  line-height: 1;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(247, 240, 232, 0.07);
  pointer-events: none;
}
.quote-band blockquote {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.6vw, 2.9rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
  max-width: 21em;
  margin: 0 auto;
}
.quote-band cite {
  display: block;
  margin-top: 1.8rem;
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

/* ---------- art strip ---------- */

.art-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
.art-tile { position: relative; overflow: hidden; background: var(--ink-soft); cursor: pointer; }
.art-tile img {
  aspect-ratio: 4 / 5;
  width: 100%;
  object-fit: cover;
  transition: opacity 0.35s var(--ease);
}
.art-tile:hover img { opacity: 0.82; }
.art-tile .art-meta {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 2.2rem 1.1rem 0.95rem;
  background: linear-gradient(to top, rgba(13, 11, 9, 0.82), transparent);
  color: #f2ece1;
  opacity: 0;
  transition: opacity 0.3s var(--ease);
}
.art-tile:hover .art-meta { opacity: 1; }
.art-tile .art-meta .t { font-family: var(--serif); font-style: italic; font-size: 1.05rem; }
.art-tile .art-meta .m { font-family: var(--sans); font-size: 0.625rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(242,236,225,0.75); margin-top: 0.15rem; }

/* larger gallery grid (art page) */
.art-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.art-grid .art-tile img { aspect-ratio: 1 / 1; }

/* ---------- books ---------- */

.shelf {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: clamp(1.4rem, 3vw, 2.4rem);
}

/* Full library: flex rather than grid purely so a partial final row centers
   instead of hanging left. Items never grow, or a lone last book would stretch. */
.shelf-library {
  --shelf-gap: clamp(1.4rem, 3vw, 2.4rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--shelf-gap);
}
.shelf-library > .book { flex: 0 0 190px; }
/* min-width:0 stops a cover's intrinsic width from blowing out its grid track. */
.book { cursor: default; min-width: 0; }

/* Real scanned cover art. Same footprint as the designed covers so the shelf stays even. */
.book-photo {
  aspect-ratio: 2 / 3;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  box-shadow: 0 18px 34px -18px rgba(25, 21, 18, 0.5);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  background: var(--paper-deep);
}
.book:hover .book-photo { transform: translateY(-6px); box-shadow: 0 26px 44px -18px rgba(25,21,18,0.55); }

.book-cover {
  aspect-ratio: 2 / 3;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.3rem 1.1rem;
  box-shadow: 0 18px 34px -18px rgba(25, 21, 18, 0.5);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  overflow: hidden;
}
.book:hover .book-cover { transform: translateY(-6px); box-shadow: 0 26px 44px -18px rgba(25,21,18,0.55); }
.book-cover::before {
  content: '';
  position: absolute;
  left: 0.55rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
}
.book-cover::after {
  content: '';
  position: absolute;
  inset: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  pointer-events: none;
}
.book-cover .bc-top {
  font-family: var(--sans);
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  opacity: 0.75;
  text-align: center;
  margin-top: 0.35rem;
}
.book-cover .bc-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  line-height: 1.14;
  text-align: center;
  margin: auto 0;
  padding: 0 0.3rem;
}
.book-cover .bc-author {
  font-family: var(--sans);
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.85;
  margin-bottom: 0.4rem;
}
.book-note {
  margin-top: 0.9rem;
  font-size: 0.875rem;
  color: var(--stone);
  line-height: 1.5;
  font-family: var(--sans);
}

/* cover colorways */
.cw-oxblood { background: linear-gradient(160deg, #6e2430, #521821); color: #f0e4d2; }
.cw-ink     { background: linear-gradient(160deg, #2b241e, #171310); color: #e8ddc8; }
.cw-gold    { background: linear-gradient(160deg, #b08c4f, #8d6d38); color: #211a11; }
.cw-forest  { background: linear-gradient(160deg, #2c3a2e, #1a241c); color: #dfe4d3; }
.cw-navy    { background: linear-gradient(160deg, #232f41, #141d2b); color: #dce2ea; }
.cw-parch   { background: linear-gradient(160deg, #e9dfc9, #d6c8a8); color: #3a2f22; }

/* ---------- events / gatherings ---------- */

.gatherings { list-style: none; }
.gatherings li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.9rem 0;
  border-bottom: 1px solid var(--line);
}
.gatherings li:first-child { border-top: 1px solid var(--line); }
.gatherings h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
.gatherings .g-desc { color: var(--stone); font-size: 1rem; margin-top: 0.4rem; max-width: 42em; }
.on-dark .gatherings li { border-color: var(--line-dark); }
.on-dark .gatherings .g-desc { color: var(--muted-on-dark); }

/* ---------- CTA banner ---------- */

.cta-banner {
  position: relative;
  background: var(--ink);
  color: var(--text-on-dark);
  overflow: hidden;
  text-align: center;
  padding: clamp(5rem, 11vw, 9rem) 0;
}
.cta-banner .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.28;
}
.cta-banner .scrim {
  position: absolute;
  inset: 0;
  background: radial-gradient(closest-side, rgba(25,21,18,0.25), rgba(25,21,18,0.88));
}
.cta-banner .wrap { position: relative; z-index: 2; }
.cta-banner h2 {
  font-size: clamp(2.2rem, 4.8vw, 3.8rem);
  line-height: 1.06;
  max-width: 17em;
  margin: 1.2rem auto 0;
}
.cta-banner p { max-width: 36em; margin: 1.4rem auto 0; color: var(--muted-on-dark); }
.cta-banner .hero-ctas { justify-content: center; }

/* ---------- chip label ---------- */

.chip {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 172, 114, 0.4);
  background: rgba(244, 236, 223, 0.1);
  color: var(--gold-soft);
}

/* ---------- social band ---------- */

.social-band {
  background: var(--oxblood);
  color: #f4ecdf;
  overflow: hidden;
  position: relative;
}
.social-band::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 600px at 85% 90%, rgba(25, 21, 18, 0.35), transparent 65%);
  pointer-events: none;
}
.social-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
}
.social-quote {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.06;
  color: #f0e2c4;
  margin-top: 1.5rem;
  max-width: 11em;
}
.social-sub {
  margin-top: 1.4rem;
  color: rgba(244, 236, 223, 0.78);
  max-width: 30em;
  font-size: 1.0625rem;
}
.social-pills { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2.2rem; }
.social-pills a {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  border: 1px solid rgba(244, 236, 223, 0.35);
  color: #f4ecdf;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: background-color 0.25s var(--ease), border-color 0.25s var(--ease);
  cursor: pointer;
}
.social-pills a:hover { background: rgba(244, 236, 223, 0.12); border-color: rgba(244, 236, 223, 0.7); }
.social-pills svg { width: 15px; height: 15px; }

.card-stack {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  aspect-ratio: 4 / 5;
  width: 100%;
}
.social-card {
  position: absolute;
  inset: 0;
  background: #fdfbf6;
  border-radius: 14px;
  padding: 0.8rem 0.8rem 0;
  box-shadow: 0 24px 48px -18px rgba(25, 21, 18, 0.55);
  display: flex;
  flex-direction: column;
  transition: transform 0.4s var(--ease);
  cursor: pointer;
}
.social-card img {
  width: 100%;
  flex: 1;
  min-height: 0;
  object-fit: cover;
  border-radius: 9px;
}
.social-card .sc-label {
  font-family: var(--sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4b4237;
  padding: 0.75rem 0.35rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.social-card .sc-label .at { color: #97897a; font-weight: 500; letter-spacing: 0.06em; text-transform: none; }
.social-card.back { transform: rotate(7deg) translate(11%, -3%); z-index: 1; }
.social-card.mid { transform: rotate(3.5deg) translate(5%, -1.5%); z-index: 2; }
.social-card.front { z-index: 3; }
.social-card.front:hover { transform: rotate(-1.5deg) translateY(-6px); }

/* ---------- instagram strip ---------- */

.insta-band { background: var(--paper); border-top: 1px solid var(--line); }
.insta-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: clamp(1.8rem, 4vw, 2.8rem);
}
.insta-head h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); line-height: 1.1; margin-top: 1rem; }
.insta-head .handle {
  font-family: var(--sans);
  font-size: 0.9375rem;
  color: var(--stone);
  margin-top: 0.6rem;
}
.insta-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.9rem;
}
.insta-tile {
  position: relative;
  overflow: hidden;
  background: var(--ink-soft);
  cursor: pointer;
}
.insta-tile img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  transition: opacity 0.3s var(--ease), transform 0.45s var(--ease);
}
.insta-tile:hover img { opacity: 0.85; transform: scale(1.04); }
.insta-tile .ig-glyph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  background: rgba(25, 21, 18, 0.35);
  transition: opacity 0.25s var(--ease);
}
.insta-tile:hover .ig-glyph { opacity: 1; }
.insta-tile .ig-glyph svg { width: 26px; height: 26px; }

@media (max-width: 1020px) { .insta-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .insta-grid { grid-template-columns: repeat(2, 1fr); gap: 0.6rem; } }

/* ---------- honeypot & consent ---------- */

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.consent-note {
  font-family: var(--sans);
  font-size: 0.75rem;
  line-height: 1.55;
  color: var(--stone);
  margin-top: 0.9rem;
  max-width: 34em;
}
.consent-note a { text-decoration: underline; text-underline-offset: 2px; }

/* ---------- footer legal ---------- */

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.6rem;
  align-items: center;
}
.footer-legal a {
  font-family: var(--sans);
  font-size: 0.75rem;
  color: var(--muted-on-dark);
  transition: color 0.2s;
}
.footer-legal a:hover { color: var(--text-on-dark); }

/* ---------- hero corner meta ---------- */

.hero-meta {
  position: absolute;
  z-index: 3;
  bottom: 2.1rem;
  font-family: var(--sans);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
}
.hero-meta.left { left: clamp(1.25rem, 4vw, 2.5rem); }
.hero-meta.right { right: clamp(1.25rem, 4vw, 2.5rem); }

/* ---------- forms ---------- */

.form-panel {
  background: #fdfbf6;
  border: 1px solid var(--line);
  padding: clamp(1.8rem, 4vw, 3rem);
}
.field { margin-bottom: 1.4rem; }
.field label {
  display: block;
  font-family: var(--sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 0.55rem;
}
.field label .req { color: var(--oxblood); }
.field input, .field textarea, .field select {
  width: 100%;
  font-family: var(--body);
  font-size: 1.0625rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(25,21,18,0.22);
  background: #fff;
  color: var(--ink);
  transition: border-color 0.2s;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); outline: none; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-status { margin-top: 1.1rem; font-family: var(--sans); font-size: 0.9375rem; display: none; }
.form-status.ok { display: block; color: #33582f; }
.form-status.err { display: block; color: var(--oxblood); }
.form-note { font-family: var(--sans); font-size: 0.8125rem; color: var(--stone); margin-top: 1rem; line-height: 1.55; }

/* newsletter */
.news-band { background: var(--paper-deep); border-top: 1px solid var(--line); }
.news-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(3.4rem, 7vw, 5.5rem) 0;
}
.news-inner h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); line-height: 1.1; margin-top: 1rem; }
.news-inner .n-sub { color: var(--stone); margin-top: 0.9rem; font-size: 1.0625rem; }
.news-form { display: flex; gap: 0.8rem; }
.news-form input {
  flex: 1;
  font-family: var(--body);
  font-size: 1.0625rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(25,21,18,0.25);
  background: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  min-width: 0;
}
.news-form input:focus { border-color: var(--gold); outline: none; }

/* ---------- footer ---------- */

footer.site-footer {
  background: var(--ink);
  color: var(--text-on-dark);
  padding: clamp(4rem, 8vw, 6rem) 0 2.6rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
  gap: clamp(2.2rem, 5vw, 4rem);
  padding-bottom: 3.2rem;
  border-bottom: 1px solid var(--line-dark);
}
.footer-brand .f-name { font-family: var(--serif); font-size: 1.9rem; font-weight: 500; line-height: 1.15; }
.footer-brand .f-tag {
  margin-top: 1rem;
  font-family: var(--serif);
  font-style: italic;
  color: var(--muted-on-dark);
  font-size: 1.05rem;
  max-width: 22em;
}
.footer-col h4 {
  font-family: var(--sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: 1.3rem;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.75rem; }
.footer-col a { font-family: var(--sans); font-size: 0.9375rem; color: var(--muted-on-dark); transition: color 0.2s; }
.footer-col a:hover { color: var(--text-on-dark); }
.footer-base {
  padding-top: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  align-items: center;
  justify-content: space-between;
}
.footer-base .copyright { font-family: var(--sans); font-size: 0.8125rem; color: var(--muted-on-dark); }
.socials { display: flex; gap: 0.9rem; }
.socials a {
  width: 42px; height: 42px;
  border: 1px solid var(--line-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted-on-dark);
  transition: color 0.2s, border-color 0.2s;
}
.socials a:hover { color: var(--gold-soft); border-color: var(--gold-soft); }
.socials svg { width: 17px; height: 17px; }

/* ---------- reveal animation ---------- */

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-scroll::after { animation: none; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ---------- responsive ---------- */

@media (max-width: 1020px) {
  .nav-links { display: none; }
  .menu-btn { display: block; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 8rem; }
  .hero-portrait { max-width: 430px; }
  .callings-grid { grid-template-columns: repeat(2, 1fr); }
  .calling { min-height: 0; }
  .art-strip { grid-template-columns: repeat(2, 1fr); }
  .art-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .split.rev > .split-media { order: 0; }
  .split-media { max-width: 560px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .news-inner { grid-template-columns: 1fr; }
  .social-inner { grid-template-columns: 1fr; }
  .card-stack { margin: 1.5rem auto 0; }
  .shelf-library > .book { flex: 0 0 calc((100% - 2 * var(--shelf-gap)) / 3); }
}

@media (max-width: 640px) {
  body { font-size: 1.0625rem; }
  .topbar-inner { height: 72px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { border-left: none; border-top: 1px solid var(--line); }
  .stat:nth-child(-n+2) { border-top: none; }
  .callings-grid { grid-template-columns: 1fr; }
  .art-strip { grid-template-columns: 1fr 1fr; gap: 0.8rem; }
  .art-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .news-form { flex-direction: column; }
  .gatherings li { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-scroll { display: none; }
  .hero-meta { display: none; }
  .brand-mark { width: 40px; height: 40px; font-size: 1.05rem; }
  .shelf { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shelf-library > .book { flex: 0 0 calc((100% - var(--shelf-gap)) / 2); }
}
