/* ============================================================
   cnt.css
   Cheroenhaka (Nottoway) Indian Tribe — section styles

   Structure:
   1.  Section tokens
   2.  Base / Body
   3.  Buttons
   4.  River divider (three-rivers motif)
   5.  Hero
   6.  Homepage — Quick facts strip
   7.  Homepage — Message from the Chief
   8.  Homepage — Cattashowrock Town
   9.  Homepage — Upcoming Events
   10. Homepage — Tribal Leadership
   11. Homepage — Closing CTA band
   12. Interior banner
   13. Breadcrumb
   14. Accordion
   15. Interior content — prose, headings
============================================================ */

/* ── 1. Section tokens ──────────────────────────────────────── */
:root {
  --transition: 0.3s ease;
  --accordion-speed: 0.28s;
  --header-height: 68px;
}

/* ── 2. Base ────────────────────────────────────────────────── */
body.cnt {
  font-family: var(--font-body);
  color: var(--text-body);
  background-color: var(--page-bg);
}
body.cnt.-interior {
  background-color: var(--page-bg);
}

.main {
  min-height: 60vh;
}

/* ── 3. Buttons ─────────────────────────────────────────────── */
.btn {
  display: inline-block;
  padding: 0.55rem 1.25rem;
  border-radius: 4px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.925em;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  transition: background-color var(--transition), color var(--transition), transform var(--transition), box-shadow var(--transition);
  border: 2px solid transparent;
}
.btn:hover, .btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: rgba(23, 15, 11, 0.16) 0px 3px 6px, rgba(23, 15, 11, 0.23) 0px 3px 6px;
}
.btn--sm {
  padding: 0.3rem 0.85rem;
  font-size: 0.95rem;
}
.btn--clay {
  background-color: var(--color-clay-600);
  border-color: var(--color-clay-600);
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn--clay:hover, .btn--clay:focus-visible {
  background-color: var(--color-clay-800);
  border-color: var(--color-clay-800);
  color: #ffffff !important;
  text-decoration: none;
}
/* Legacy aliases — same styles as .btn--clay so older markup
   (.btn--teal from the honors template, .btn--rust from the
   first pass) keeps working. Delete when nothing references them. */
.btn--teal, .btn--rust {
  background-color: var(--color-clay-600);
  border-color: var(--color-clay-600);
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn--teal:hover, .btn--teal:focus-visible,
.btn--rust:hover, .btn--rust:focus-visible {
  background-color: var(--color-clay-800);
  border-color: var(--color-clay-800);
  color: #ffffff !important;
  text-decoration: none;
}
.btn--river {
  background-color: var(--color-river-500);
  border-color: var(--color-river-500);
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn--river:hover, .btn--river:focus-visible {
  background-color: var(--color-river-700);
  border-color: var(--color-river-700);
  color: #ffffff !important;
  text-decoration: none;
}
.btn--ember {
  /* ember-600 minimum as a button bg — ember-500 + white fails AA */
  background-color: var(--color-ember-600);
  border-color: var(--color-ember-600);
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn--ember:hover, .btn--ember:focus-visible {
  background-color: var(--color-ember-800);
  border-color: var(--color-ember-800);
  color: #ffffff !important;
  text-decoration: none;
}
.btn--outline {
  background-color: transparent;
  border-color: var(--color-bark-500);
  color: var(--color-bark-500);
}
.btn--outline:hover, .btn--outline:focus-visible {
  background-color: var(--color-bark-500);
  color: #ffffff !important;
  text-decoration: none;
}
.btn--outline-clay {
  background-color: transparent;
  border-color: var(--color-clay-500);
  color: var(--color-clay-600);
}
.btn--outline-clay:hover, .btn--outline-clay:focus-visible {
  background-color: var(--color-clay-500);
  color: #ffffff !important;
  text-decoration: none;
}
.btn--ghost {
  background-color: transparent;
  border-color: transparent;
  color: var(--color-clay-600);
  padding-left: 0;
  padding-right: 0;
}
.btn--ghost:hover, .btn--ghost:focus-visible {
  background-color: transparent;
  color: var(--color-clay-800);
  text-decoration: underline;
  transform: none;
  box-shadow: none;
}

/* ── 4. River divider ───────────────────────────────────────
   Cheroenhaka: "People at the Fork of the Stream."
   The three lines are the three rivers of the tribal homeland —
   the Nottoway and the Blackwater forking into the Chowan
   (Onos-chi-oke Jo-ke, "a Great River of Water"). The middle
   line runs dark for the Blackwater's tannic water.
   Not decoration — this is the tribe's name, drawn.

     <div class="river-divider" role="separator" aria-hidden="true"></div>

     <h2>Our History</h2>
     <div class="river-divider river-divider--heading" aria-hidden="true"></div>
── */
.river-divider {
  height: 18px;
  margin: 2.5rem auto;
  /* line 1: Nottoway (river-400 #5D8FB2)
     line 2: Blackwater (bark-400 #876959 — dark tannic water)
     line 3: Chowan (river-500 #094279) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 18' preserveAspectRatio='none'%3E%3Cpath d='M0 4 C 20 1, 40 7, 60 4 S 100 1, 120 4' fill='none' stroke='%235D8FB2' stroke-width='1.5' opacity='.65'/%3E%3Cpath d='M0 9 C 20 6, 40 12, 60 9 S 100 6, 120 9' fill='none' stroke='%23876959' stroke-width='1.5' opacity='.6'/%3E%3Cpath d='M0 14 C 20 11, 40 17, 60 14 S 100 11, 120 14' fill='none' stroke='%23094279' stroke-width='1.5' opacity='.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  max-width: 480px;
}
.river-divider--heading {
  max-width: 140px;
  margin: .75rem 0 1.5rem;
  background-position: left center;
}
.text-center .river-divider--heading,
.river-divider--heading.mx-auto {
  margin-left: auto;
  margin-right: auto;
  background-position: center;
}
/* On-dark variant — the default dark bark/river lines nearly
   disappear against a dark background, so this swaps in lighter
   tones. Blackwater trades its literal dark tannic color for a
   warm ember glow here; still reads as "the middle river," just
   visible against a navy panel. */
.river-divider--onDark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 18' preserveAspectRatio='none'%3E%3Cpath d='M0 4 C 20 1, 40 7, 60 4 S 100 1, 120 4' fill='none' stroke='%23C9DDED' stroke-width='1.5' opacity='.7'/%3E%3Cpath d='M0 9 C 20 6, 40 12, 60 9 S 100 6, 120 9' fill='none' stroke='%23FFB28A' stroke-width='1.5' opacity='.55'/%3E%3Cpath d='M0 14 C 20 11, 40 17, 60 14 S 100 11, 120 14' fill='none' stroke='%239DBFD9' stroke-width='1.5' opacity='.65'/%3E%3C/svg%3E");
}

/* ── 5. Hero ────────────────────────────────────────────────
   Homepage hero. Variants:
     .hero--primary  — full hero, static image background
     .hero--secondary— shorter, for interior pages that want a
                        full photo banner instead of .page-banner
     .hero--video     — video background + floating play/pause

   Markup (image variant):
     <section class="hero hero--primary">
       <img src="..." srcset="..." sizes="..." alt="...">
       <div class="hero-overlay"></div>
       <div class="hero-content">
         <h1 class="hero-title">...</h1>
         <p class="hero-subtitle">...</p>
         <div class="hero-cta">
           <a href="#" class="btn-hero-primary">...</a>
           <a href="#" class="btn-hero-secondary">...</a>
         </div>
       </div>
     </section>

   NOTE on .hero--secondary vs .page-banner: both handle interior
   page tops. Use .page-banner (section 5) for typical content
   pages — it's lighter and doesn't require an image. Reserve
   .hero--secondary for pages that specifically want a full photo
   banner (Cattashowrock Town, Tribal Events, etc.).
── */
.hero {
  /* Layout */
  --hero-padding: 4em 1em 6em;
  --hero-height-primary: clamp(420px, 60vw, 600px);
  --hero-max-width: 1200px;
  /* Colors — tinted bark-900 instead of flat black so the
     overlay reads as "ours" rather than a generic dark scrim */
  --hero-title-color: #fff;
  --hero-subtitle-color: #fff;
  --hero-text-color: #fff;
  --hero-overlay: rgba(23, 15, 11, 0.45);
  --hero-title-shadow: var(--text-shadow-hero);
  --hero-subtitle-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  --hero-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  --hero-btn-shadow: rgba(0, 0, 0, 0.3);
  /* Typography — Alegreya SC title, Literata subtitle
     (matches the h1/h3 pairing used everywhere else) */
  --hero-title-font-family: var(--font-heading);
  --hero-title-size: clamp(3rem, 8vw, 5rem);
  --hero-subtitle-font-family: var(--font-subheading);
  --hero-subtitle-size: clamp(1.5rem, 3vw, 2.25rem);
  --hero-text-font-family: var(--font-body);
  --hero-text-size: clamp(1rem, 3vw, 1.25rem);
  /* CTAs — reuse the site's clay button pair for consistency
     with .btn--clay everywhere else on the site */
  --hero-btn-gap: 1rem;
  --hero-btn-font-size: 1rem;
  --hero-btn-radius: 4px;
  --hero-btn-padding: 0.75rem 1.5rem;
  --hero-btn-primary-bg: var(--color-clay-600);
  --hero-btn-primary-bg-hover: var(--color-clay-800);
  --hero-btn-primary-color: #fff;
  --hero-btn-secondary-border: 2px solid #fff;
  --hero-btn-secondary-color: #fff;
  --hero-btn-secondary-bg: transparent;
  --hero-btn-secondary-hover-bg: #fff;
  --hero-btn-secondary-hover-color: var(--color-bark-800);
  /* Video play/pause button */
  --video-btn-bg: rgba(23, 15, 11, 0.6);
  --video-btn-color: #fff;
  --video-btn-radius: 4px;
  --video-btn-padding: 0.5em 0.75em;
  --video-btn-size: 1rem;
  --video-btn-icon-size: 1.5em;
}
/* Core hero */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--hero-text-color);
  overflow: hidden;
  padding: var(--hero-padding);
}
.hero--primary {
  /* min-height, not height — a long subtitle on a narrow phone
     must be able to grow the box rather than get clipped */
  min-height: var(--hero-height-primary);
}
.hero--secondary {
  --hero-height-primary: clamp(220px, 40vw, 320px);
}
/* Image background */
.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--hero-overlay);
  z-index: 1;
}
/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--hero-max-width);
  margin: 0 auto;
}
.hero-title {
  font-family: var(--hero-title-font-family);
  color: var(--hero-title-color);
  font-size: var(--hero-title-size);
  margin-bottom: 0.3em;
  text-shadow: var(--hero-title-shadow);
  line-height: 1.15;
}
.hero-subtitle {
  font-family: var(--hero-subtitle-font-family);
  font-style: italic;
  color: var(--hero-subtitle-color);
  font-size: var(--hero-subtitle-size);
  margin-bottom: .5rem;
  line-height: 1.3;
  text-shadow: var(--hero-subtitle-shadow);
}
.hero-text {
  font-family: var(--hero-text-font-family);
  color: var(--hero-text-color);
  font-size: var(--hero-text-size);
  line-height: 1.4;
  text-shadow: var(--hero-text-shadow);
}
/* CTA buttons */
.hero-cta {
  display: flex;
  gap: var(--hero-btn-gap);
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.5em;
}
.btn-hero-primary, .btn-hero-secondary {
  display: inline-block;
  padding: var(--hero-btn-padding);
  border-radius: var(--hero-btn-radius);
  font-family: var(--font-body);
  font-weight: 600;
  text-decoration: none;
  font-size: var(--hero-btn-font-size);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.btn-hero-primary {
  background: var(--hero-btn-primary-bg);
  color: var(--hero-btn-primary-color) !important;
}
.btn-hero-primary:hover, .btn-hero-primary:focus-visible {
  background: var(--hero-btn-primary-bg-hover);
  transform: translateY(-3px);
  box-shadow: 0 4px 10px var(--hero-btn-shadow);
}
.btn-hero-secondary {
  border: var(--hero-btn-secondary-border);
  color: var(--hero-btn-secondary-color) !important;
  background: var(--hero-btn-secondary-bg);
}
.btn-hero-secondary:hover, .btn-hero-secondary:focus-visible {
  background: var(--hero-btn-secondary-hover-bg);
  color: var(--hero-btn-secondary-hover-color) !important;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px var(--hero-btn-shadow);
}
.btn-hero-primary:focus-visible, .btn-hero-secondary:focus-visible {
  outline: 3px solid var(--color-ember-300);
  outline-offset: 2px;
}
/* Video variant */
.hero--video {
  position: relative;
  min-height: var(--hero-height-primary);
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
/* Floating play/pause button */
.video-btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: var(--video-btn-bg);
  border: none;
  color: var(--video-btn-color);
  padding: var(--video-btn-padding);
  border-radius: var(--video-btn-radius);
  cursor: pointer;
  font-size: var(--video-btn-size);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: transform .2s ease, opacity .5s ease;
  opacity: .6;
}
.video-btn:hover, .video-btn:focus-visible {
  opacity: 1;
  transform: scale(1.1);
}
.video-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.video-btn svg {
  width: var(--video-btn-icon-size);
  height: var(--video-btn-icon-size);
  fill: currentColor;
}

/* ── 6. Homepage — Quick facts strip ───────────────────────────
   Thin credibility band directly under the hero. These are the
   numbers a skimming visitor (or a federal reviewer) should see
   in the first few seconds, before committing to reading anything.
── */
.quick-facts {
  background: var(--color-river-800);
  padding: 1.75rem 0;
}
.quick-facts--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem 3rem;
  text-align: center;
}
.quick-facts--list li {
  display: flex;
  flex-direction: column;
  gap: .2rem;
  min-width: 140px;
}
.quick-facts--stat {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--color-ember-300);
  line-height: 1;
}
.quick-facts--label {
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--color-river-100);
}

/* ── 7. Homepage — Message from the Chief ──────────────────────
   Two-column: portrait + caption on one side, welcome message +
   blockquote + CTAs on the other. Section heading uses the
   river-divider motif instead of a decorative icon glyph.
── */
.section {
  padding: clamp(3rem, 6vw, 5rem) 0;
}
.section--chief {
  background: var(--page-bg);
}
.section--chief figure {
  margin: 0;
}
.section--chief img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(23, 15, 11, .18);
}
/* Generic figure-caption utility — not chief-specific, reusable
   anywhere a photo needs a small italic credit line. */
.img-caption {
  display: block;
  margin-top: .75rem;
  font-family: var(--font-subheading);
  font-style: italic;
  font-size: .9rem;
  color: var(--text-muted);
  text-align: center;
}
.section--chief h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: var(--color-river-600);
  margin-bottom: .5rem;
}
.section--chief .river-divider--heading {
  margin: 0 0 1.5rem;
}
.section--chief p {
  font-size: 1.02rem;
  color: var(--text-content);
  line-height: 1.8;
  margin-bottom: 1.1rem;
}
.section--chief blockquote {
  margin: 1.75rem 0;
  padding: 0 0 0 1.25rem;
  border-left: 4px solid var(--color-river-400);
}
.section--chief blockquote p {
  font-family: var(--font-subheading);
  font-style: italic;
  color: var(--color-river-700);
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 0;
}
.section--chief-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

/* ── 8. Homepage — Cattashowrock Town / About Us split ──────────
   Two full-height color panels side by side (stacks on mobile).
   Left: Cattashowrock Town — the physical place, dark river
   panel. Right: About Us — the documented history, light
   parchment panel. Deliberate pairing: the land is told through
   the river family, the record through the sand/parchment family.
── */
.section--split-story {
  display: flex;
  flex-wrap: wrap;
}
.split-story--panel {
  flex: 1 1 100%;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .split-story--panel {
    flex: 1 1 50%;
  }
}
.split-story--panel h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: .5rem;
}
.split-story--panel p {
  font-size: 1.02rem;
  line-height: 1.8;
  margin-bottom: 1.1rem;
  max-width: 560px;
}
.split-story--panel .btn {
  align-self: flex-start;
}
/* -dark: Cattashowrock Town */
.split-story--panel.-dark {
  background: var(--color-river-700);
  color: var(--color-river-100);
}
.split-story--panel.-dark h2 {
  color: #ffffff;
}
.split-story--panel.-dark .cattashowrock--factbox {
  background: var(--color-river-800);
  border-left: 4px solid var(--color-ember-400);
  border-radius: 4px;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  max-width: 560px;
}
.split-story--panel.-dark .cattashowrock--factbox p {
  margin-bottom: 0;
  font-size: .95rem;
  color: var(--color-river-100);
}
.split-story--panel.-dark .cattashowrock--factbox strong {
  color: #ffffff;
}
/* -light: About Us */
.split-story--panel.-light {
  background: var(--color-sand-100);
  color: var(--text-content);
}
.split-story--panel.-light h2 {
  color: var(--color-river-600);
}

/* ── 9. Homepage — Upcoming Events ──────────────────────────────
   4 recurring annual gatherings. Each card links to a dedicated
   event page for downloads (flyers, vendor contracts, brochures)
   and photo galleries — those vary per event, so they live on
   the event page rather than cluttering the card. Cards lead
   with a photo since these are recurring events with a photo
   history, not one-offs needing placeholder art.
── */
.section--events {
  background: var(--color-sand-100);
}
.events--grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .events--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.event-card {
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  border: 1px solid var(--color-content-border);
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}
.event-card:hover {
  box-shadow: 0 12px 30px rgba(23, 15, 11, .14);
  transform: translateY(-3px);
}
.event-card--img {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--color-sand-300); /* shows through until a real photo lands */
}
.event-card--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.event-card--date {
  position: absolute;
  top: .85rem;
  left: .85rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--color-clay-700);
  background: rgba(255, 249, 242, 0.95);
  border-radius: 999px;
  padding: .3rem .75rem;
}
.event-card--body {
  padding: 1.25rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.event-card--title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  color: var(--color-river-600);
  margin-bottom: .5rem;
  line-height: 1.25;
}
.event-card--desc {
  font-size: .95rem;
  color: var(--text-content);
  line-height: 1.65;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}
.event-card--link {
  align-self: flex-start;
  font-family: var(--font-body);
  font-size: .875rem;
  font-weight: 700;
  color: var(--color-clay-600);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  transition: color var(--transition), gap var(--transition);
}
.event-card--link::after {
  content: "\2192";
}
.event-card--link:hover, .event-card--link:focus-visible {
  color: var(--color-clay-800);
  gap: .5rem;
}

/* ── 10. Homepage — Tribal Leadership ───────────────────────────
   Dark bark panel, light text. Bark hadn't been used as a large
   section background yet (only the thin utility bar) — gives
   this section its own identity instead of repeating the
   river/clay dark bands used elsewhere on the page. Many members
   hold several roles at once, so titles render as their own list
   under each name rather than a single title string.
── */
.section--leadership {
  background: var(--color-bark-900);
}
.section--leadership h2 {
  color: #ffffff;
}
.leadership--group {
  margin-top: 2rem;
}
.leadership--group + .leadership--group {
  margin-top: 3rem;
}
.leadership--group-heading {
  font-family: var(--font-subheading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-sand-200);
  margin-bottom: .25rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.12);
}
.leadership--group-subheading {
  display: block;
  font-family: var(--font-body);
  font-style: italic;
  font-size: .85rem;
  color: var(--color-bark-300);
  margin: .5rem 0 1.25rem;
}
.leadership--list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .leadership--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.leadership--person {
  border-left: 3px solid var(--color-ember-500);
  padding: .25rem 0 .25rem 1rem;
}
.leadership--name {
  display: block;
  font-family: var(--font-subheading);
  font-weight: 700;
  font-size: 1.05rem;
  color: #ffffff;
  margin-bottom: .3rem;
}
.leadership--titles {
  list-style: none;
  margin: 0;
  padding: 0;
}
.leadership--titles li {
  font-size: .875rem;
  color: var(--color-bark-200);
  line-height: 1.6;
}

/* ── 11. Homepage — Closing CTA band ────────────────────────────
   Deliberately its own button classes rather than reusing
   .btn-hero-* — those are scoped to custom properties defined on
   .hero and would resolve to nothing outside it.
── */
.cta-band {
  background: var(--color-clay-750);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  text-align: center;
}
.cta-band--title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #ffffff;
  margin-bottom: .5rem;
}
.cta-band--text {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--color-sand-200);
  max-width: 600px;
  margin: 0 auto 1.75rem;
  line-height: 1.7;
}
.cta-band--actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-cta-primary, .btn-cta-secondary {
  display: inline-block;
  padding: .75rem 1.5rem;
  border-radius: 4px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.btn-cta-primary {
  background: var(--color-ember-600);
  color: #ffffff !important;
}
.btn-cta-primary:hover, .btn-cta-primary:focus-visible {
  background: var(--color-ember-700);
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
}
.btn-cta-secondary {
  border: 2px solid #ffffff;
  color: #ffffff !important;
  background: transparent;
}
.btn-cta-secondary:hover, .btn-cta-secondary:focus-visible {
  background: #ffffff;
  color: var(--color-clay-800) !important;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
}

/* ── 12. Interior banner ────────────────────────────────────── */
.page-banner {
  position: relative;
  background-color: var(--color-sand-200);
  overflow: hidden;
  border-bottom: 1px solid var(--color-content-border);
}
.page-banner--img .page-banner--overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 242, 228, .84);
}
.page-banner--body {
  position: relative;
  z-index: 1;
  padding: 1.75rem 0 1.5rem;
}
.page-banner--sm .page-banner--body {
  padding: 1.25rem 0 1rem;
}
.page-banner--kicker {
  font-family: var(--font-body);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--color-clay-600);
  margin-bottom: .4rem;
}
.page-banner--title {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 700;
  color: var(--color-river-600);
  line-height: 1.15;
  margin: 0;
}
.page-banner--title span {
  color: var(--color-clay-500);
}
.page-banner--desc {
  font-size: clamp(.9rem, 1.2vw, 1rem);
  color: var(--text-muted);
  line-height: 1.65;
  margin: .6rem 0 0;
  max-width: 700px;
}

/* ── 13. Breadcrumb ──────────────────────────────────────────── */
.breadcrumb-strip {
  padding: .75rem 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb--item {
  display: flex;
  align-items: center;
  gap: .25rem;
  font-family: var(--font-body);
  font-size: .8rem;
  font-weight: 400;
}
.breadcrumb--item a {
  color: var(--color-river-600);
  text-decoration: none;
  transition: color var(--transition);
}
.breadcrumb--item a:hover, .breadcrumb--item a:focus-visible {
  color: var(--color-clay-600);
}
.breadcrumb--item + .breadcrumb--item::before {
  content: '/';
  color: var(--color-earth-300);
  font-size: .65rem;
}
.breadcrumb--item[aria-current="page"] {
  color: var(--text-muted);
}

/* ── 14. Accordion ───────────────────────────────────────────── */
.accordion {
  border-top: 2px solid var(--color-earth-200);
}
.accordion--item {
  border-bottom: 1px solid var(--color-earth-200);
}
.accordion--heading {
  margin: 0;
}
.accordion--trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.1rem 0.25rem;
  background: none;
  border: none;
  color: var(--color-river-600);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: color var(--transition);
}
.accordion--trigger:hover, .accordion--trigger:focus-visible {
  color: var(--color-clay-600);
  outline: none;
}
.accordion--trigger:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
  border-radius: 2px;
}
.accordion--trigger[aria-expanded="true"] {
  color: var(--color-clay-700);
}
.accordion--icon {
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  transition: transform var(--accordion-speed) ease;
  color: var(--color-clay-500);
}
.accordion--trigger[aria-expanded="true"] .accordion--icon {
  transform: rotate(180deg);
}
.accordion--panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height var(--accordion-speed) ease, opacity var(--accordion-speed) ease;
}
.accordion--panel[hidden] {
  display: block !important;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
}
.accordion--panel.is-open {
  max-height: 2000px;
  opacity: 1;
  visibility: visible;
}
.accordion--body {
  padding: 0.25rem 0.25rem 1.5rem;
  color: var(--text-content);
  font-size: 0.95rem;
  line-height: 1.7;
}
.accordion--body p:last-child {
  margin-bottom: 0;
}

/* ── 15. Interior content — prose, headings ───────────────────
   .interior-content wraps the main copy area. Type scale:
   Alegreya SC display (h1/h2) · Literata subheads (h3/h4) ·
   Source Sans 3 body + eyebrow levels (h5/h6).
──────────────────────────────────────────────────────────────── */
.interior-content {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  padding-bottom: clamp(2rem, 3vw, 3.5rem);
}

.interior-content h1 {
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 700;
  color: var(--color-river-600);
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.interior-content h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: var(--color-river-600);
  line-height: 1.25;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.interior-content h2:first-child {
  margin-top: 0;
}
.interior-content h3 {
  font-family: var(--font-subheading);
  font-size: clamp(1.2rem, 1.8vw, 1.35rem);
  font-weight: 700;
  color: var(--color-bark-700);
  line-height: 1.3;
  margin-bottom: .75rem;
  margin-top: 2rem;
}
.interior-content h4 {
  font-family: var(--font-subheading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-bark-600);
  margin-bottom: .5rem;
  margin-top: 1.5rem;
}
.interior-content h5 {
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--color-clay-600);
  margin-bottom: .5rem;
  margin-top: 1.5rem;
}
.interior-content h6 {
  font-family: var(--font-body);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: .4rem;
  margin-top: 1.25rem;
}

.interior-content p {
  font-size: 1rem;
  color: var(--text-content);
  line-height: 1.8;
  margin-bottom: 1.1rem;
}
.interior-content p:last-child {
  margin-bottom: 0;
}
.interior-content .lede {
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  font-weight: 400;
  color: var(--color-earth-700);
  line-height: 1.65;
  margin-bottom: 1.5rem;
}
.interior-content .content-meta {
  font-size: .85rem;
  color: var(--text-muted);
  font-style: italic;
}

.interior-content ul,
.interior-content ol {
  padding-left: 1.25rem;
  margin-bottom: 1.1rem;
}
.interior-content li {
  font-size: 1rem;
  color: var(--text-content);
  line-height: 1.75;
  margin-bottom: .35rem;
}
.interior-content li:last-child {
  margin-bottom: 0;
}
.interior-content ul li::marker {
  color: var(--color-leaf-700);
}
.interior-content ol li::marker {
  color: var(--color-clay-600);
  font-weight: 600;
}

.interior-content a {
  color: var(--text-link);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color var(--transition);
}
.interior-content a:hover,
.interior-content a:focus-visible {
  color: var(--text-link-hover);
}

.interior-content strong {
  font-weight: 700;
  color: var(--color-bark-800);
}
.interior-content em {
  font-style: italic;
}
.interior-content small {
  font-size: .85em;
  color: var(--text-muted);
}

.interior-content hr {
  border: none;
  border-top: 1px solid var(--color-content-border);
  margin: 2.5rem 0;
}

.interior-content blockquote {
  margin: 2rem 0;
  padding: 0 0 0 1.5rem;
  border-left: 4px solid var(--color-river-400);
}
.interior-content blockquote p {
  font-family: var(--font-subheading);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  color: var(--color-river-700);
  line-height: 1.7;
  margin-bottom: 0;
}
.interior-content blockquote cite {
  display: block;
  margin-top: .75rem;
  font-style: normal;
  font-family: var(--font-body);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.interior-content table {
  width: 100%;
  margin-bottom: 1.5rem;
  border: 1px solid var(--color-content-border);
  font-size: .95rem;
  background: var(--color-sand-200);
}
.interior-content th,
.interior-content td {
  padding: .75rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--color-content-border);
}
.interior-content thead th {
  background-color: var(--color-river-700);
  color: var(--color-sand-100);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.interior-content tbody tr:nth-child(even) {
  background-color: var(--color-sand-300);
}
.interior-content tbody tr:last-child td {
  border-bottom: none;
}

/* Section anchor scroll offset compensation */
.interior-section {
  scroll-margin-top: 56px;
}
.interior-section + .interior-section {
  border-top: 1px solid var(--color-sand-300);
}
.interior-section--lead {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.8;
  max-width: 700px;
  margin-bottom: 2rem;
}