/* Direction C — Bold Community
   West Palm Beach Firefighters Association L-727 — DRAFT PREVIEW */

:root {
  --black: #0B0B0B;
  --black-2: #111111;
  --black-3: #1A1A1A;
  --red: #C8102E;
  --red-dark: #8B0000;
  --gold: #F5C518;
  --gold-dim: #E6B422;
  --white: #FFFFFF;
  --muted: #B8B8B8;
  --border: rgba(255, 255, 255, 0.12);
  --font-display: "Oswald", "Arial Narrow", Impact, sans-serif;
  --font-body: "Inter", "Source Sans 3", system-ui, sans-serif;
  --header-h: 72px;
  --banner-h: 42px;
  --radius: 6px;
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--white);
  background: var(--black);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--white); }
strong { font-weight: 700; }

.container {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}

/* ----- Top CTA banner ----- */
.draft-banner {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: var(--banner-h);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.75rem;
  box-sizing: border-box;
  background: var(--gold);
  color: var(--black);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
}
.draft-banner:hover,
.draft-banner:focus-visible {
  background: #e6b800;
  color: var(--black);
  text-decoration: none;
}

/* ----- Header ----- */
.site-header {
  position: sticky;
  top: var(--banner-h);
  z-index: 900;
  background: rgba(11, 11, 11, 0.96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(8px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 1.5rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--white);
  text-decoration: none;
}

.brand:hover { color: var(--white); }

.brand-crest {
  width: auto;
  height: 52px;
  max-width: 56px;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
  background: transparent;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-sub {
  font-size: 0.75rem;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.nav a {
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.55rem 0.85rem;
  border-radius: var(--radius);
  transition: background 0.15s, color 0.15s;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--gold);
  background: rgba(245, 197, 24, 0.08);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin-inline: auto;
  background: var(--white);
}

/* ----- Buttons ----- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.95rem 1.6rem;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.1s;
}

.btn:active { transform: translateY(1px); }

.btn-primary {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
}

.btn-primary:hover {
  background: var(--red-dark);
  border-color: var(--red-dark);
  color: var(--white);
}

.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* ----- Eyebrow / section heads ----- */
.eyebrow {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.section-head {
  max-width: 720px;
  margin-bottom: 2.5rem;
}

.section-head--center {
  text-align: center;
  margin-inline: auto;
}

.section-head h2,
.community-copy h2,
.contact-copy h2,
.hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0 0 1rem;
}

.lead {
  color: var(--muted);
  font-size: 1.1rem;
  margin: 0;
}

/* ----- Hero ----- */
.hero {
  position: relative;
  min-height: min(88vh, 820px);
  display: flex;
  align-items: center;
  padding: 5.5rem 0;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(11, 11, 11, 0.88) 0%, rgba(11, 11, 11, 0.62) 48%, rgba(11, 11, 11, 0.28) 72%, rgba(200, 16, 46, 0.22) 100%),
    linear-gradient(to top, rgba(11, 11, 11, 0.55) 0%, transparent 55%),
    linear-gradient(to bottom, rgba(11, 11, 11, 0.35) 0%, transparent 30%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.hero-eyebrow {
  margin: 0 0 1rem;
  display: inline-block;
  padding: 0.35rem 0.75rem;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(2.4rem, 6.2vw, 4.4rem);
  margin-bottom: 1.15rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
}

.hero-sub {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 560px;
  margin: 0 0 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

/* ----- Pillars ----- */
.pillars {
  background: var(--black-2);
  padding: 5rem 0 4.5rem;
  border-top: 3px solid var(--red);
}

.pillars h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.pillar-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--black-3);
  border: 1px solid var(--border);
  border-top: 4px solid var(--red);
  border-radius: var(--radius);
  padding: 0;
  overflow: hidden;
}

.pillar-photo {
  margin: 0;
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}

.pillar-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.pillar-body {
  padding: 1.35rem 1.5rem 1.6rem;
}

.pillar-icon {
  width: 36px;
  height: 36px;
  color: var(--gold);
  margin-bottom: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pillar-icon svg {
  width: 36px;
  height: 36px;
  display: block;
  overflow: visible;
}

.pillar-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.45rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  color: var(--white);
}

.pillar-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

/* ----- Photo band ----- */
.photo-band {
  position: relative;
  height: clamp(220px, 32vw, 380px);
  overflow: hidden;
}

.photo-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.photo-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(11, 11, 11, 0.65), rgba(200, 16, 46, 0.35));
}

.photo-band-caption {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-band-caption span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.4rem, 4vw, 2.6rem);
  letter-spacing: 0.2em;
  color: var(--white);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
  border: 2px solid var(--gold);
  padding: 0.65rem 1.4rem;
  background: rgba(11, 11, 11, 0.45);
}

/* ----- Impact ----- */
.impact {
  background: var(--black);
  padding: 5rem 0 4.5rem;
}

.impact h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
}

.impact-total {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 2.75rem;
  padding: 1.75rem 2rem;
  max-width: 720px;
  background: linear-gradient(135deg, var(--red-dark), var(--red));
  border-radius: var(--radius);
  border: 1px solid rgba(245, 197, 24, 0.35);
  text-align: center;
}

.impact-total-figure {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(3rem, 7vw, 4.5rem);
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--gold);
}

.impact-total-caption {
  max-width: 280px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.stat-card {
  background: var(--black-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem 1.25rem;
  border-bottom: 3px solid var(--gold);
}

.stat-card--alert {
  border-bottom-color: var(--red);
  background: linear-gradient(180deg, rgba(200, 16, 46, 0.18), var(--black-2) 45%);
}

.stat-amount {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--gold);
  margin-bottom: 0.4rem;
}

.stat-card--alert .stat-amount { color: var(--white); }

.stat-card h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  color: var(--white);
}

.stat-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.55;
}

/* ----- Community split ----- */
.community {
  background: var(--black-2);
  border-top: 1px solid var(--border);
}

.community-split {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  min-height: 520px;
}

.community-photo {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}

.community-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.community-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 60%, rgba(17, 17, 17, 0.85));
}

.community-copy {
  padding: 3.5rem 3rem 3.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.community-copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.community-copy p {
  color: var(--muted);
  margin: 0 0 1rem;
}

.community-copy .btn {
  align-self: flex-start;
  margin-top: 0.75rem;
}

/* ----- Contact ----- */
.contact {
  background: var(--black);
  padding: 5rem 0;
  border-top: 3px solid var(--red);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3rem;
  align-items: start;
}

.contact-copy h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
}

.contact-copy > p {
  color: var(--muted);
  margin: 0 0 1.25rem;
}

.contact-callout {
  padding: 1.15rem 1.25rem;
  background: rgba(200, 16, 46, 0.15);
  border-left: 4px solid var(--red);
  color: var(--white);
  font-weight: 500;
}

.contact-form {
  background: var(--black-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
}

.field {
  margin-bottom: 1.1rem;
}

.field label {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  color: var(--gold);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  font: inherit;
  font-size: 1rem;
  color: var(--white);
  background: var(--black);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  outline: none;
  transition: border-color 0.15s;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #666;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--red);
}

.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23F5C518' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.field select option {
  background: var(--black);
  color: var(--white);
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-actions { margin-top: 0.5rem; }

.form-actions .btn {
  width: 100%;
}

.privacy-note {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  color: #777;
}

.form-thanks {
  margin-top: 1rem;
  color: var(--gold);
  font-weight: 700;
}

/* ----- Footer ----- */
.site-footer {
  background: #050505;
  border-top: 1px solid var(--border);
  padding: 2.5rem 0 1.5rem;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.footer-brand img {
  width: auto;
  height: 64px;
  max-width: 72px;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.footer-brand strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.footer-brand span {
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.footer-links a {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.footer-links a:hover { color: var(--gold); }

.footer-iaff {
  width: 48px;
  height: 48px;
  opacity: 0.9;
}

.footer-bottom {
  padding-top: 1.25rem;
  font-size: 0.85rem;
  color: #666;
  text-align: center;
}

/* ----- Responsive ----- */
@media (max-width: 980px) {
  .pillar-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .community-split { grid-template-columns: 1fr; }
  .community-photo { min-height: 280px; }
  .community-photo::after {
    background: linear-gradient(to bottom, transparent 50%, rgba(17, 17, 17, 0.95));
  }
  .community-copy { padding: 2.5rem 1.5rem 3rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .impact-total-caption { text-align: center; max-width: none; }
}

@media (max-width: 720px) {
  .nav-toggle { display: flex; }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    background: var(--black);
    border-bottom: 1px solid var(--border);
    padding: 0.75rem;
  }

  .nav.open { display: flex; }

  .nav a {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--border);
  }

  .brand-text .brand-name { font-size: 0.9rem; }
  .stats-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero { min-height: 70vh; padding: 4rem 0; align-items: center; }
  .photo-band-caption span { letter-spacing: 0.1em; font-size: 1.15rem; padding: 0.5rem 0.85rem; }
  .footer-top { justify-content: center; text-align: center; }
  .footer-brand { flex-direction: column; }
  .footer-links { justify-content: center; }
}

@media (max-width: 480px) {
  .container { width: min(100% - 1.5rem, var(--max)); }
  .draft-banner { font-size: 0.68rem; letter-spacing: 0.06em; padding: 0 0.5rem; }
}

/* =========================================================
   Fire Assessment Fee splash — FAF-specific (extends Bold Community)
   ========================================================= */

.faf-hero {
  position: relative;
  min-height: min(72vh, 640px);
  display: flex;
  align-items: flex-end;
  padding: 4rem 0 4.5rem;
  overflow: hidden;
}

.faf-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.faf-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.faf-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(110deg, rgba(11, 11, 11, 0.94) 0%, rgba(11, 11, 11, 0.78) 48%, rgba(200, 16, 46, 0.35) 100%),
    linear-gradient(to top, rgba(11, 11, 11, 0.96) 0%, transparent 50%);
}

.faf-hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.faf-hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.02;
  margin: 0 0 1.15rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
}

.faf-intro {
  background: var(--black-2);
  padding: 2.75rem 0;
  border-top: 3px solid var(--red);
  border-bottom: 1px solid var(--border);
}

.faf-intro-card {
  max-width: 820px;
}

.faf-intro-card h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 1rem;
}

.faf-intro-card p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

/* ----- Timeline ----- */
.faf-timeline {
  background: var(--black);
  padding: 5rem 0 4.5rem;
}

.faf-timeline h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
}

.timeline {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.25rem;
  position: relative;
  max-width: 860px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0.35rem;
  bottom: 0.35rem;
  width: 3px;
  background: linear-gradient(to bottom, var(--red), var(--gold), var(--red));
  border-radius: 2px;
  opacity: 0.85;
}

.timeline-item {
  position: relative;
  padding: 0 0 2.5rem 2.75rem;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-marker {
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--black);
  border: 3px solid var(--gold);
  box-shadow: 0 0 0 4px rgba(245, 197, 24, 0.15);
  z-index: 1;
}

.timeline-item--accent .timeline-marker {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(200, 16, 46, 0.25);
  background: var(--red);
}

.timeline-year {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.45rem;
}

.timeline-year span {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.15rem 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--white);
  background: rgba(200, 16, 46, 0.85);
  border-radius: 3px;
  vertical-align: middle;
}

.timeline-body {
  background: var(--black-2);
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  padding: 1.35rem 1.4rem 1.25rem;
}

.timeline-item--accent .timeline-body {
  border-left-color: var(--red);
  background: linear-gradient(180deg, rgba(200, 16, 46, 0.12), var(--black-2) 40%);
}

.timeline-body h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  color: var(--white);
  line-height: 1.2;
}

.timeline-body p {
  margin: 0 0 0.85rem;
  color: var(--muted);
  font-size: 0.98rem;
}

.timeline-body p:last-child {
  margin-bottom: 0;
}

.timeline-source {
  font-size: 0.85rem !important;
  color: #888 !important;
  margin-top: 0.85rem !important;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border);
}

.timeline-source a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.timeline-source a:hover {
  color: var(--white);
}

.timeline-note {
  font-size: 0.9rem !important;
  font-style: italic;
  color: var(--gold) !important;
}

.faf-quote {
  margin: 1rem 0;
  padding: 1.1rem 1.2rem;
  background: rgba(11, 11, 11, 0.65);
  border-left: 3px solid var(--red);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  line-height: 1.55;
}

.faf-quote cite {
  display: block;
  margin-top: 0.85rem;
  font-style: normal;
  font-family: var(--font-display);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ----- Commitments checklist ----- */
.faf-commitments {
  background: var(--black-2);
  padding: 5rem 0 4.5rem;
  border-top: 1px solid var(--border);
}

.faf-commitments h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
}

.commit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.commit-card {
  background: var(--black);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.4rem 1.25rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.commit-status {
  align-self: flex-start;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 3px;
}

.commit-status--kept {
  background: rgba(245, 197, 24, 0.2);
  color: var(--gold);
  border: 1px solid rgba(245, 197, 24, 0.45);
}

.commit-status--partial {
  background: rgba(245, 197, 24, 0.15);
  color: var(--gold);
  border: 1px solid rgba(245, 197, 24, 0.4);
}

.commit-status--not {
  background: rgba(200, 16, 46, 0.25);
  color: #ff6b7a;
  border: 1px solid rgba(200, 16, 46, 0.55);
}

.commit-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.25;
}

.commit-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

/* ----- Action band ----- */
.faf-action {
  background: var(--black);
  padding: 0;
  border-top: 3px solid var(--red);
}

.faf-action-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  align-items: stretch;
  width: min(100%, var(--max));
  margin-inline: auto;
  padding-inline: 0;
}

.faf-action-copy {
  padding: 4rem 2.5rem 4rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faf-action-copy h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0 0 1rem;
}

.faf-action-copy > p {
  color: var(--muted);
  margin: 0 0 1.25rem;
}

.faf-action-photo {
  position: relative;
  min-height: 320px;
  overflow: hidden;
}

.faf-action-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.faf-action-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, transparent 40%, rgba(11, 11, 11, 0.85));
}

/* ----- Sources ----- */
.faf-sources {
  background: var(--black-2);
  padding: 4.5rem 0;
  border-top: 1px solid var(--border);
}

.faf-sources h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.sources-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 780px;
  display: grid;
  gap: 0.65rem;
}

.sources-list li a {
  display: block;
  padding: 1rem 1.25rem;
  background: var(--black);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  border-left: 4px solid var(--gold);
  color: var(--white);
  font-weight: 500;
  font-size: 0.98rem;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.sources-list li a:hover {
  border-left-color: var(--red);
  background: rgba(200, 16, 46, 0.12);
  color: var(--gold);
}

@media (max-width: 980px) {
  .commit-grid { grid-template-columns: 1fr 1fr; }
  .faf-action-grid { grid-template-columns: 1fr; }
  .faf-action-copy { padding: 3rem 1.5rem; }
  .faf-action-photo {
    min-height: 240px;
    order: -1;
  }
  .faf-action-photo::after {
    background: linear-gradient(to bottom, transparent 40%, rgba(11, 11, 11, 0.95));
  }
}

@media (max-width: 720px) {
  .commit-grid { grid-template-columns: 1fr; }
  .timeline { padding-left: 0; }
  .timeline::before { left: 6px; }
  .timeline-item { padding-left: 2.4rem; padding-bottom: 2rem; }
  .faf-hero { min-height: 60vh; padding: 3rem 0 3.25rem; }
}


/* Fire Assessment hero — ops action crop (distinct from homepage Station 6) */
.faf-hero-bg--ops img {
  object-fit: cover;
  object-position: center 40%;
  filter: contrast(1.05) saturate(1.05);
}
.faf-hero:has(.faf-hero-bg--ops) .faf-hero-overlay {
  background:
    linear-gradient(105deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.55) 48%, rgba(139, 0, 0, 0.45) 100%),
    linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent 55%);
}

/* History heritage hero */
.faf-hero-bg--heritage img {
  object-fit: cover;
  object-position: center 55%;
  filter: grayscale(0.15) contrast(1.08);
}
.faf-hero:has(.faf-hero-bg--heritage) .faf-hero-overlay {
  background:
    linear-gradient(100deg, rgba(0, 0, 0, 0.82) 0%, rgba(20, 16, 10, 0.55) 55%, rgba(0, 0, 0, 0.35) 100%);
}

/* Special Ops pillar — square rope shot */
.pillar-card img[src*="c-tech-rescue-rope"] {
  object-position: center 30%;
}

/* ----- Executive Board ----- */
.eboard-hero {
  background: var(--black);
  color: var(--white);
  padding: 3.5rem 0 2.5rem;
}
.eboard-hero .eyebrow { color: var(--gold); }
.eboard-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  letter-spacing: 0.04em;
  margin: 0.35rem 0 0.75rem;
}
.eboard-hero .lead {
  max-width: 36rem;
  color: rgba(255,255,255,0.82);
  margin: 0;
}

.eboard-grid-section { padding: 2.75rem 0 4rem; background: #111; }
.eboard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 900px) {
  .eboard-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .eboard-grid { grid-template-columns: 1fr; }
}

.eboard-card {
  display: flex;
  flex-direction: column;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s, border-color 0.15s;
}
.eboard-card:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
}
.eboard-card-photo {
  aspect-ratio: 1;
  overflow: hidden;
  background: #000;
}
.eboard-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.eboard-card-body { padding: 1.1rem 1.2rem 1.35rem; }
.eboard-role {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}
.eboard-card-body h2 {
  margin: 0.35rem 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--white);
}
.eboard-card-link {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
}

/* Live Wix-style contact card */
.contact-card-page {
  padding: 2.25rem 0 4rem;
  background: transparent;
  min-height: 70vh;
}
.contact-card-wrap {
  max-width: 640px;
}
.contact-card-crumb {
  text-align: center;
  margin-bottom: 1.25rem;
}
.contact-card-crumb a {
  color: var(--black);
  text-decoration: none;
  font-weight: 600;
}
.contact-card-crumb a:hover { color: var(--red); }

.wix-contact-card {
  background: var(--red);
  color: var(--white);
  border-radius: 18px;
  padding: 1.75rem 1.5rem 1.35rem;
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
  position: relative;
  overflow: hidden;
}
.wix-contact-card::before,
.wix-contact-card::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.wix-contact-card::before {
  left: 0;
  border-width: 28px 28px 0 0;
  border-color: rgba(255,255,255,0.22) transparent transparent transparent;
}
.wix-contact-card::after {
  right: 0;
  border-width: 28px 0 0 28px;
  border-color: rgba(255,255,255,0.22) transparent transparent transparent;
}

.wix-contact-card-inner {
  display: grid;
  grid-template-columns: 175px 1fr;
  gap: 1.25rem;
  align-items: center;
}
@media (max-width: 520px) {
  .wix-contact-card-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

.wix-contact-photo {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255,255,255,0.85);
  background: #111;
  flex-shrink: 0;
}
.wix-contact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.wix-contact-first {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 2.6rem);
  letter-spacing: 0.04em;
  line-height: 1;
}
.wix-contact-last {
  margin: 0.15rem 0 0.55rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  letter-spacing: 0.06em;
  line-height: 1.1;
  opacity: 0.95;
}
.wix-contact-role {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: var(--gold);
}

.wix-contact-actions {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 1.5rem 0 1.1rem;
}
.wix-action {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}
.wix-action:hover { color: var(--gold); }
.wix-action-icon {
  font-size: 1.15rem;
  line-height: 1;
}

.wix-download {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #111;
  color: var(--white);
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.95rem 1rem;
  border-radius: 6px;
}
.wix-download:hover {
  background: #000;
  color: var(--gold);
}

.eboard-siblings { margin-top: 2.25rem; }
.eboard-siblings .eyebrow { color: #333; }
.eboard-siblings-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
  margin-top: 0.65rem;
}
.eboard-siblings-links a {
  color: #222;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.18);
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 0.85rem;
  background: rgba(255,255,255,0.7);
}
.eboard-siblings-links a:hover,
.eboard-siblings-links a[aria-current="page"] {
  border-color: var(--red);
  color: var(--red);
}

.site-footer .footer-bottom {
  display: grid;
  gap: 0.35rem;
}


/* Solo contact card pages (no site chrome) */
body.contact-card-only {
  margin: 0;
  min-height: 100vh;
  background-color: #dcdcdc;
  position: relative;
}
body.contact-card-only::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("/assets/eboard/iaff-bg-tile.png");
  background-repeat: repeat;
  background-size: 280px 280px;
  opacity: 0.25;
}
body.contact-card-only > * {
  position: relative;
  z-index: 1;
}
.contact-card-page--solo {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  box-sizing: border-box;
  background: transparent;
}
.contact-card-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.15rem;
  width: min(100%, 560px);
}
.contact-card-logo {
  display: block;
  width: min(520px, 92vw);
  height: auto;
  object-fit: contain;
}
.contact-card-page--solo .wix-contact-card {
  width: 100%;
  margin: 0 auto;
}

.eboard-listing-solo {
  min-height: 100vh;
  padding: 2.5rem 0 3rem;
  background: transparent;
  box-sizing: border-box;
}
.eboard-listing-brand {
  text-align: center;
  margin-bottom: 2rem;
}
.eboard-listing-brand img {
  display: block;
  margin: 0 auto 0.75rem;
}
.eboard-listing-brand h1 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  color: var(--black);
}
.eboard-listing-solo .eboard-grid {
  /* cards on light bg */
}
.eboard-listing-solo .eboard-card {
  background: var(--red);
  border-color: transparent;
}
.eboard-listing-solo .eboard-card-body h2 { color: var(--white); }
.eboard-listing-solo .eboard-card-photo {
  aspect-ratio: 1;
}
.eboard-listing-solo .eboard-card-photo img {
  object-position: center top;
}
