:root {
  --ink: #111111;
  --ink-soft: #2c2c2c;
  --paper: #ffffff;
  --paper-warm: #f6f3f1;
  --paper-red: #fff4f4;
  --red: #600D05;
  --green: #173f2a;
  --green-mid: #436f32;
  --red-dark: #3d0703;
  --line: #d9d4d1;
  --muted: #66615e;
  --success: #1e5b3a;
  --max: 1180px;
  --reading: 780px;
  --radius: 18px;
  --shadow: 0 18px 60px rgba(17, 17, 17, .09);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
::selection { color: #fff; background: var(--red); }

.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 999;
  padding: 10px 15px;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.reading { width: min(100%, var(--reading)); }
.section { padding: 92px 0; }
.section-sm { padding: 58px 0; }
.section-dark { color: #fff; background: var(--ink); }
.section-warm { background: var(--paper-warm); }
.section-redwash { background: var(--paper-red); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--red-dark);
  font-size: .79rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow::before { width: 30px; height: 3px; content: ""; background: currentColor; }
.section-dark .eyebrow { color: #E3AF10; }

h1, h2, h3 { margin: 0; line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 7vw, 6.9rem); }
h2 { font-size: clamp(2.2rem, 4.2vw, 4.15rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.75rem); }
p { margin: 0 0 1.1rem; }
.lead { color: var(--ink-soft); font-size: clamp(1.12rem, 2vw, 1.4rem); line-height: 1.55; }
.section-dark .lead { color: #d9d9d9; }
.small { color: var(--muted); font-size: .92rem; }
.section-dark .small { color: #b6b6b6; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgba(17,17,17,.08);
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(14px);
}
.nav-wrap { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 48px; height: 48px; }
.brand-copy { line-height: 1.05; }
.brand-copy strong { display: block; font-size: .98rem; letter-spacing: -.02em; }
.brand-copy span { color: var(--red-dark); font-size: .73rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a {
  padding: 10px 12px;
  border-radius: 9px;
  font-size: .92rem;
  font-weight: 760;
  text-decoration: none;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--red-dark); background: var(--paper-red); }
.menu-toggle { display: none; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s; }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: 11px;
  font-weight: 820;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(17,17,17,.15); }
.btn-primary { color: #fff; background: var(--red); }
.btn-primary:hover { background: var(--red-dark); }
.btn-dark { color: #fff; background: var(--ink); }
.btn-outline { color: var(--ink); border-color: var(--ink); background: transparent; }
.btn-light { color: var(--ink); background: #fff; }
.btn-small { min-height: 40px; padding: 9px 13px; font-size: .88rem; }

.hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}
.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .48;
  background-image:
    repeating-radial-gradient(ellipse at 78% 52%, transparent 0 22px, rgba(255,255,255,.08) 23px 24px, transparent 25px 43px),
    linear-gradient(120deg, rgba(201,21,32,.95), rgba(201,21,32,0) 52%);
}
.hero::after {
  position: absolute;
  right: -8%;
  bottom: -12%;
  width: 70%;
  height: 58%;
  content: "";
  clip-path: polygon(0 100%, 0 80%, 21% 38%, 34% 64%, 48% 18%, 61% 49%, 74% 9%, 100% 69%, 100% 100%);
  background: linear-gradient(165deg, rgba(255,255,255,.06), rgba(255,255,255,.25));
}
.hero-inner { position: relative; z-index: 2; display: grid; min-height: 690px; align-items: center; grid-template-columns: 1.25fr .75fr; gap: 55px; padding: 90px 0; }
.hero h1 .accent { color: #E3AF10; }
.hero-copy { max-width: 850px; }
.hero-copy .lead { max-width: 720px; margin-top: 25px; color: #e6e2e2; }
.hero-aside { align-self: end; padding-bottom: 28px; }
.status-card {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: var(--radius);
  background: rgba(0,0,0,.42);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.status-card .status-label { display: flex; align-items: center; gap: 8px; color: #F7DF82; font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { width: 9px; height: 9px; border-radius: 99px; background: #E3AF10; box-shadow: 0 0 0 7px rgba(255,75,84,.16); }
.status-card strong { display: block; margin-top: 15px; font-size: 1.18rem; line-height: 1.3; }
.status-card p { margin: 8px 0 0; color: #d7d7d7; font-size: .94rem; }

.page-hero { position: relative; overflow: hidden; padding: 100px 0 80px; color: #fff; background: var(--ink); }
.page-hero::after { position: absolute; right: -15%; bottom: -80%; width: 650px; height: 650px; content: ""; border: 70px solid rgba(201,21,32,.38); border-radius: 50%; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 950px; font-size: clamp(3.1rem, 6.2vw, 6rem); }
.page-hero .lead { max-width: 760px; margin-top: 20px; }

.fact-strip { border-bottom: 1px solid var(--line); background: var(--paper); }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { padding: 24px 20px; border-right: 1px solid var(--line); }
.fact:first-child { padding-left: 0; }
.fact:last-child { border-right: 0; }
.fact strong { display: block; font-size: 1.1rem; line-height: 1.2; }
.fact span { display: block; margin-top: 5px; color: var(--muted); font-size: .84rem; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-head > div { max-width: 800px; }
.section-head p { max-width: 600px; margin-top: 16px; }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }

.card {
  position: relative;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 2px 0 rgba(17,17,17,.02);
}
.card h3 { margin-bottom: 12px; }
.card p:last-child { margin-bottom: 0; }
.card-redline::before { position: absolute; top: 0; left: 27px; width: 54px; height: 5px; content: ""; background: var(--red); }
.card-icon { display: grid; width: 46px; height: 46px; margin-bottom: 22px; place-items: center; border-radius: 12px; color: #fff; background: var(--ink); font-weight: 900; }
.card-link { display: inline-flex; margin-top: 16px; color: var(--red-dark); font-weight: 820; text-decoration-thickness: 2px; text-underline-offset: 4px; }

.timeline { position: relative; margin-top: 15px; }
.timeline::before { position: absolute; top: 0; bottom: 0; left: 111px; width: 2px; content: ""; background: var(--line); }
.timeline-item { display: grid; grid-template-columns: 92px 1fr; gap: 38px; padding: 0 0 35px; }
.timeline-date { padding-top: 4px; color: var(--red-dark); font-size: .86rem; font-weight: 850; text-align: right; text-transform: uppercase; }
.timeline-content { position: relative; padding: 22px 24px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.timeline-content::before { position: absolute; top: 25px; left: -46px; width: 14px; height: 14px; content: ""; border: 4px solid #fff; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 2px var(--red); }
.timeline-content h3 { margin-bottom: 8px; font-size: 1.25rem; }
.timeline-content p { margin: 0; color: var(--muted); }

.split-panel { display: grid; overflow: hidden; border-radius: 24px; grid-template-columns: 1fr 1fr; box-shadow: var(--shadow); }
.split-panel > div { padding: clamp(30px, 5vw, 58px); }
.split-panel .dark { color: #fff; background: var(--ink); }
.split-panel .light { background: var(--paper-red); }
.claim-list, .plain-list { margin: 24px 0 0; padding: 0; list-style: none; }
.claim-list li, .plain-list li { position: relative; margin-bottom: 17px; padding-left: 24px; }
.claim-list li::before, .plain-list li::before { position: absolute; top: .58em; left: 0; width: 9px; height: 9px; content: ""; border-radius: 50%; background: var(--red); }

.callout { padding: 30px; border-left: 7px solid var(--red); background: var(--paper-red); }
.callout strong { display: block; margin-bottom: 8px; font-size: 1.15rem; }

.filter-bar {
  display: grid;
  align-items: end;
  gap: 16px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--paper-warm);
  grid-template-columns: 1.4fr .8fr auto;
}
.field label { display: block; margin-bottom: 7px; font-size: .82rem; font-weight: 850; letter-spacing: .03em; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #aaa29e;
  border-radius: 9px;
  color: var(--ink);
  background: #fff;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(201,21,32,.19); border-color: var(--red); }

.records-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.record-card { display: flex; min-height: 100%; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.record-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.tag { display: inline-flex; padding: 5px 8px; border-radius: 999px; color: var(--red-dark); background: var(--paper-red); font-size: .72rem; font-weight: 830; }
.tag-source { color: var(--ink); background: #ece9e7; }
.record-card h3 { font-size: 1.3rem; line-height: 1.2; }
.record-card p { color: var(--muted); }
.record-card .record-date { margin: 9px 0; color: var(--ink); font-size: .85rem; font-weight: 780; }
.record-card .record-actions { margin-top: auto; padding-top: 15px; }
.empty-state { display: none; padding: 50px 25px; border: 1px dashed var(--line); border-radius: 15px; text-align: center; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: #fff; background: var(--ink); font-size: .8rem; letter-spacing: .05em; text-transform: uppercase; }
tr:last-child td { border-bottom: 0; }
td:first-child { width: 135px; color: var(--red-dark); font-weight: 840; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; }
.form-card { padding: clamp(25px, 4vw, 42px); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
.checkbox-row { display: flex; align-items: start; gap: 10px; font-size: .91rem; }
.checkbox-row input { width: 19px; height: 19px; margin-top: 3px; accent-color: var(--red); }
.form-note { margin-top: 14px; color: var(--muted); font-size: .83rem; }
.honeypot { position: absolute; left: -9999px; }

.contact-cards { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.contact-card { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.contact-card strong { display: block; font-size: 1.08rem; }
.contact-card span { color: var(--muted); font-size: .86rem; }
.contact-card a { display: block; margin-top: 10px; color: var(--red-dark); font-weight: 820; }

.source-note { padding: 18px 20px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: #fff; font-size: .9rem; }
.source-note strong { color: var(--ink); }

.site-footer { padding: 56px 0 28px; color: #d5d5d5; background: #090909; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .65fr .65fr .75fr; gap: 34px; }
.footer-brand { max-width: 520px; }
.footer-brand .brand { color: #fff; }
.footer-brand p { margin-top: 20px; color: #aaa; }
.footer-links h3 { margin-bottom: 14px; color: #fff; font-size: .93rem; letter-spacing: .04em; }
.footer-links a { display: block; width: fit-content; margin: 8px 0; color: #c6c6c6; text-decoration: none; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 40px; padding-top: 22px; border-top: 1px solid #333; color: #888; font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .site-nav {
    position: fixed;
    top: 78px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 2px;
    padding: 20px;
    background: #fff;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px; font-size: 1.05rem; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-aside { max-width: 540px; align-self: start; }
  .fact-grid { grid-template-columns: repeat(2,1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 740px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 70px 0; }
  .section-sm { padding: 44px 0; }
  h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .hero, .hero-inner { min-height: auto; }
  .hero-inner { padding: 75px 0; }
  .hero::after { width: 100%; }
  .page-hero { padding: 78px 0 64px; }
  .section-head { display: block; }
  .section-head .btn { margin-top: 22px; }
  .grid-2, .grid-3, .grid-4, .records-grid, .split-panel, .form-grid, .contact-cards { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact { padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: 0; }
  .timeline::before { left: 7px; }
  .timeline-item { grid-template-columns: 1fr; gap: 7px; padding-left: 30px; }
  .timeline-date { text-align: left; }
  .timeline-content::before { top: 24px; left: -30px; }
  .filter-bar { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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

/* High-contrast text on dark hero regions. */
.hero .eyebrow,
.page-hero .eyebrow { color: #E3AF10; }
.page-hero .lead { color: #d9d9d9; }


/* Planning and community-action additions. */
.plan-feature { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 48px; }
.plan-card { box-shadow: var(--shadow); }
.card-icon-wide { width: 66px; }
.compact-list { margin-top: 18px; }
.compact-list li { margin-bottom: 10px; }
.action-grid { align-items: stretch; }
.action-card { display: flex; min-height: 100%; flex-direction: column; }
.action-card .eyebrow { margin-bottom: 10px; }
.action-card .btn { width: fit-content; margin-top: auto; }
.action-note { margin-top: 24px; }
.footer-links .support-link { color: #F7DF82; font-weight: 800; }

@media (max-width: 980px) {
  .plan-feature { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 740px) {
  .plan-feature { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}


/* 2026 community-site refinements */
.hero h1 { font-size: clamp(2.75rem, 5.55vw, 5.65rem); }
.brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.footer-brand .brand img { width: 66px; height: 66px; }
.site-nav a[href="project-delta.html"]:not(.btn) { color: var(--green); }
.site-nav a[href="project-delta.html"]:hover,
.site-nav a[href="project-delta.html"][aria-current="page"] { color: #fff; background: var(--green); }
.split-panel .light { color: #fff; background: var(--red-dark); }
.split-panel .light .eyebrow { color: #fff; }
.split-panel .light .plain-list li::before { background: #fff; }
.split-panel .light .btn-dark { color: var(--green); background: #fff; }
.split-panel .light .btn-dark:hover { background: #f1f1f1; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.contact-card .contact-actions a { display: inline-flex; margin-top: 0; }
.contact-card .contact-email { overflow-wrap: anywhere; color: var(--green); font-size: .84rem; }
.civility-note { margin-top: 24px; padding: 24px 26px; border: 2px solid var(--green); border-radius: 15px; background: #edf4ed; }
.civility-note strong { display: block; color: var(--green); font-size: 1.12rem; }
.civility-note p { margin: 6px 0 0; }
.civility-note-dark { border-color: rgba(255,255,255,.38); color: #fff; background: rgba(255,255,255,.08); }
.civility-note-dark strong { color: #fff; }
.project-hero::after { border-color: rgba(55,112,62,.42); }
.project-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.project-fact { padding: 23px; border: 1px solid var(--line); border-top: 5px solid var(--green); border-radius: 14px; background: #fff; }
.project-fact span { display: block; margin-bottom: 7px; color: var(--red-dark); font-size: .76rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.project-fact strong { display: block; font-size: 1.08rem; line-height: 1.42; }
.project-fact .unknown { color: #5e5e5e; font-style: italic; }
.concern-grid .card:nth-child(3n+2)::before { background: var(--green); }
.action-link-list { margin: 0; padding: 0; list-style: none; }
.action-link-list li { margin-bottom: 14px; }
.action-link-list a, .share-link { display: inline-flex; color: #fff; background: transparent; border: 0; padding: 0; font: inherit; font-weight: 820; text-align: left; text-decoration: underline; text-decoration-color: #E3AF10; text-decoration-thickness: 3px; text-underline-offset: 5px; cursor: pointer; }
.action-link-list a:hover, .share-link:hover { color: #F7DF82; }
@media (max-width: 740px) {
  .hero h1 { font-size: clamp(2.65rem, 12.5vw, 4.45rem); }
  .project-facts { grid-template-columns: 1fr; }
  .brand-copy strong { font-size: .88rem; }
  .brand img { width: 52px; height: 52px; }
}

/* Compact layout, automatic meeting feed, and commissioner vote record. */
.section { padding: 64px 0; }
.section-sm { padding: 40px 0; }
.hero, .hero-inner { min-height: 570px; }
.hero-inner { gap: 34px; padding: 58px 0; }
.hero-copy .lead { margin-top: 18px; }
.hero-aside { padding-bottom: 12px; }
.page-hero { padding: 62px 0 48px; }
.page-hero .lead { margin-top: 15px; }
.section-head { margin-bottom: 26px; }
.section-head p { margin-top: 11px; }
.compact-head { align-items: center; }
.grid-2 { gap: 20px; }
.grid-3 { gap: 18px; }
.card { padding: 24px; }
.card-icon { margin-bottom: 16px; }
.timeline-item { padding-bottom: 25px; }
.split-panel > div { padding: clamp(28px, 4vw, 46px); }
.contact-grid { gap: 34px; }
.form-card { padding: clamp(24px, 3.2vw, 34px); }
.site-footer { padding-top: 38px; }
.footer-bottom { margin-top: 22px; }

.upcoming-meetings-grid { align-items: stretch; }
.meeting-card { min-height: 100%; }
.meeting-kicker { margin: 0 0 12px; color: var(--green); font-size: .76rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.meeting-card h3 { font-size: clamp(1.55rem, 2.5vw, 2.15rem); }
.meeting-card-links { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: 14px; }
.meeting-card-links .card-link { margin-top: 0; }
.meeting-sync { margin: 18px 0 0; color: var(--muted); font-size: .86rem; }
.compact-buttons { margin-top: 20px; }

.vote-inline { display: inline-block; margin-top: 6px; font-weight: 780; }
.vote-yes { color: var(--success); }
.vote-no { color: var(--red-dark); }
.vote-record-section { background: #fff; }
.vote-tabs { display: inline-flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; padding: 6px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper-warm); }
.vote-tab { padding: 11px 16px; border: 0; border-radius: 9px; color: var(--ink); background: transparent; font-weight: 830; cursor: pointer; }
.vote-tab:hover, .vote-tab:focus-visible { background: #fff; outline: 2px solid var(--red); outline-offset: 1px; }
.vote-tab.is-active { color: #fff; background: var(--red-dark); }
.vote-panel { padding: clamp(24px, 4vw, 40px); border: 1px solid var(--line); border-radius: 18px; background: var(--paper-warm); }
.vote-panel[hidden] { display: none; }
.vote-summary { max-width: 850px; margin-bottom: 24px; }
.vote-summary h3 { margin: 10px 0 9px; font-size: clamp(1.45rem, 3vw, 2.35rem); }
.vote-summary p { color: var(--muted); }
.vote-result { display: inline-flex; padding: 7px 10px; border-radius: 999px; color: #fff; background: var(--green); font-size: .78rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.vote-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.vote-column { padding: 22px; border-radius: 14px; background: #fff; }
.vote-column h3 { font-size: 1.2rem; }
.vote-column ul { margin: 15px 0 0; padding-left: 20px; }
.vote-column li { margin: 7px 0; font-weight: 760; }
.vote-column-yes { border-top: 5px solid var(--green); }
.vote-column-no { border-top: 5px solid var(--red); }
.moratorium-result { margin-top: 18px; padding: 18px 20px; border-left: 6px solid var(--red); background: #fff; }

@media (max-width: 980px) {
  .site-nav {
    top: 78px;
    color: #fff;
    background: #090909;
    box-shadow: 0 24px 45px rgba(0,0,0,.35);
  }
  .site-nav a,
  .site-nav a[href="project-delta.html"]:not(.btn) { color: #fff; background: transparent; }
  .site-nav a:hover,
  .site-nav a[aria-current="page"],
  .site-nav a[href="project-delta.html"]:hover,
  .site-nav a[href="project-delta.html"][aria-current="page"] { color: #fff; background: #292929; }
  .site-nav .btn-primary { color: #fff; background: var(--red); }
  .site-nav .btn-primary:hover { color: #fff; background: var(--red-dark); }
}

@media (max-width: 740px) {
  .section { padding: 48px 0; }
  .section-sm { padding: 32px 0; }
  .hero-inner { padding: 46px 0; }
  .page-hero { padding: 50px 0 40px; }
  .section-head { margin-bottom: 20px; }
  .vote-columns { grid-template-columns: 1fr; }
  .vote-tabs { display: grid; grid-template-columns: 1fr; width: 100%; }
  .vote-tab { width: 100%; }
}

/* =========================================================
   V5 visual repair: stronger contrast, calmer scale, spacing,
   responsive navigation, Project Delta facts, and vote tabs.
   ========================================================= */
:root {
  --paper: #eee8e2;
  --paper-warm: #ded5ce;
  --paper-red: #ecd1d3;
  --panel: #f7f1ec;
  --panel-deep: #e7ddd5;
  --red: #600D05;
  --red-dark: #3d0703;
  --green: #123d28;
  --green-mid: #426f32;
  --line: #c7bbb2;
  --muted: #5b5551;
  --shadow: 0 20px 55px rgba(17,17,17,.12);
}

body { background: var(--paper); }
.site-header { background: rgba(247, 242, 237, .98); }
.section { padding: 88px 0; background: var(--paper); }
.section-sm { padding: 56px 0; }
.section-warm { background: var(--paper-warm); }
.section-redwash { background: var(--paper-red); }
.section-dark { background: #0d0d0d; }
.section-head { margin-bottom: 40px; }
.section-head p { margin-top: 15px; }
.grid-2 { gap: 30px; }
.grid-3 { gap: 26px; }
.grid-4 { gap: 22px; }
.card,
.record-card,
.contact-card,
.form-card,
.source-note,
.timeline-content,
.project-fact,
.meeting-card { background: var(--panel); }
.card { padding: 30px; }
.record-card { padding: 28px; }
.contact-card { padding: 26px; }
.form-card { padding: clamp(30px, 4vw, 44px); }
.field input,
.field select,
.field textarea { background: #fbf7f3; }
.filter-bar { background: var(--panel-deep); }
.callout { background: #f0d9da; }
.fact-strip { border-color: rgba(255,255,255,.18); color: #fff; background: var(--green); }
.fact { border-color: rgba(255,255,255,.22); }
.fact span { color: #dce7df; }
.table-wrap { background: var(--panel); }
tbody tr:nth-child(even) { background: rgba(66,111,50,.055); }

/* Homepage hero: smaller headline, full-width composition, better breathing room. */
.home-hero,
.home-hero .hero-inner { min-height: 620px; }
.home-hero .hero-inner {
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
  padding: 82px 0;
}
.home-hero .hero-copy { max-width: none; }
.home-hero .home-hero-title {
  max-width: 1120px;
  font-size: clamp(2.65rem, 5vw, 5.15rem);
  line-height: 1.01;
}
.home-hero .hero-copy .lead { max-width: 900px; font-size: clamp(1.12rem, 1.7vw, 1.38rem); }
.home-hero .hero-aside { width: min(100%, 900px); align-self: auto; padding: 0; }
.home-hero .status-card { display: grid; grid-template-columns: minmax(190px, .33fr) 1fr; column-gap: 24px; align-items: start; }
.home-hero .status-card .status-label { grid-row: 1 / span 2; align-self: start; }
.home-hero .status-card strong { margin-top: 0; }
.home-hero .status-card .card-link { grid-column: 2; }

/* Residents Are Asking: explicitly solid red with readable white text. */
.split-panel .resident-questions-panel {
  color: #fff !important;
  background: linear-gradient(145deg, #74140b 0%, #3d0703 100%) !important;
}
.split-panel .resident-questions-panel .eyebrow,
.split-panel .resident-questions-panel h3,
.split-panel .resident-questions-panel p,
.split-panel .resident-questions-panel li { color: #fff !important; }
.split-panel .resident-questions-panel .plain-list li::before { background: #fff !important; }
.split-panel .resident-questions-panel .btn-dark { color: #111 !important; background: #fff !important; }
.split-panel .resident-questions-panel .btn-dark:hover { background: #f0e8e3 !important; }

/* Timeline: wider date rail prevents date collision. */
.timeline::before { left: 148px; }
.timeline-item { grid-template-columns: 124px minmax(0, 1fr); gap: 48px; padding-bottom: 42px; }
.timeline-date { padding-top: 8px; line-height: 1.28; white-space: normal; }
.timeline-date span { display: block; }
.timeline-content { padding: 28px 30px; }
.timeline-content::before { left: -55px; }

/* Project Delta filing facts: modern label-value rows with explicit colons. */
.project-fact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}
.project-fact-row {
  display: grid;
  grid-template-columns: minmax(190px, .7fr) minmax(0, 1.3fr);
  gap: 16px;
  align-items: start;
  min-height: 100%;
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-left: 6px solid var(--green);
  border-radius: 16px;
  background: var(--panel);
  box-shadow: 0 8px 24px rgba(17,17,17,.055);
}
.project-fact-row dt {
  color: var(--red-dark);
  font-size: .84rem;
  font-weight: 900;
  letter-spacing: .025em;
  line-height: 1.35;
}
.project-fact-row dd {
  margin: 0;
  color: var(--ink);
  font-weight: 710;
  line-height: 1.48;
}
.project-fact-row dd.unknown { color: var(--muted); font-style: italic; }

/* Project Delta action cards: stronger hierarchy than a basic bullet list. */
.resident-actions-section { background: #0b0b0b; }
.resident-action-head { margin-bottom: 34px; }
.resident-action-head > div { max-width: 900px; }
.resident-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.resident-action-card {
  display: flex;
  min-height: 265px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: linear-gradient(145deg, #1b1b1b, #111);
  box-shadow: 0 16px 38px rgba(0,0,0,.25);
}
.resident-action-number {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--red);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.resident-action-card h3 { margin-bottom: 12px; color: #fff; font-size: 1.35rem; }
.resident-action-card p { color: #cfcfcf; }
.resident-action-link {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: #E3AF10;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  cursor: pointer;
}
.resident-action-link:hover { color: #F7DF82; }
.resident-action-civility { margin-top: 24px; }

/* Commissioner contacts: buttons carry all contact information. */
.contact-actions { margin-top: 20px; }
.contact-card .contact-actions .btn { flex: 1 1 180px; }

/* Vote interface: obvious tabs, explicit decisions, high contrast. */
.vote-record-section { background: var(--paper-warm); }
.vote-tabs {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px;
  border: 1px solid #2e2e2e;
  border-radius: 16px;
  background: #111;
  box-shadow: 0 14px 32px rgba(17,17,17,.16);
}
.vote-tab {
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #fff;
  background: #262626;
  font-weight: 880;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.vote-tab:hover,
.vote-tab:focus-visible { color: #fff; background: var(--green); outline: 3px solid rgba(227,175,16,.32); outline-offset: 2px; }
.vote-tab.is-active { color: #fff; background: linear-gradient(135deg, var(--red), var(--red-dark)); box-shadow: 0 9px 22px rgba(96,13,5,.35); }
.vote-panel {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid #303030;
  border-radius: 22px;
  color: #fff;
  background: #121212;
  box-shadow: 0 22px 52px rgba(17,17,17,.2);
}
.vote-panel[hidden] { display: none !important; }
.vote-panel .vote-summary p { color: #c9c9c9; }
.vote-result { background: var(--green-mid); }
.decision-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.decision-card {
  padding: 25px;
  border: 1px solid #333;
  border-top: 5px solid var(--red);
  border-radius: 16px;
  background: #1d1d1d;
}
.decision-card > h3 { min-height: 2.3em; margin-bottom: 8px; font-size: 1.3rem; }
.decision-result { margin-bottom: 18px; color: #F7DF82; font-weight: 880; }
.vote-columns { gap: 12px; }
.vote-column { padding: 18px; color: #fff; background: #282828; }
.vote-column h4 { margin: 0; font-size: .98rem; line-height: 1.25; }
.vote-column li { color: #f3f3f3; }
.vote-column-yes { border-top-color: #62a76f; }
.vote-column-no { border-top-color: #7d1a11; }
.vote-source-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.vote-source-row .btn-outline { color: #fff; border-color: #aaa; }
.table-source-links { display: flex; flex-direction: column; gap: 10px; }
.table-source-links a { color: var(--red-dark); font-weight: 820; }

/* Stronger, reliably opaque mobile navigation. */
@media (max-width: 980px) {
  .site-header { z-index: 2000; }
  .site-nav {
    position: fixed !important;
    z-index: 1999;
    top: 78px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: none !important;
    min-height: calc(100dvh - 78px);
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding: 22px 18px 34px;
    overflow-y: auto;
    color: #fff !important;
    background: #050505 !important;
    box-shadow: 0 28px 55px rgba(0,0,0,.55) !important;
    opacity: 1 !important;
    backdrop-filter: none !important;
  }
  .site-nav.open { display: flex !important; }
  .site-nav a,
  .site-nav a[href="project-delta.html"]:not(.btn) {
    display: block;
    padding: 15px 16px;
    border: 1px solid #2b2b2b;
    color: #fff !important;
    background: #151515 !important;
  }
  .site-nav a:hover,
  .site-nav a[aria-current="page"],
  .site-nav a[href="project-delta.html"]:hover,
  .site-nav a[href="project-delta.html"][aria-current="page"] {
    color: #fff !important;
    background: #2a2a2a !important;
  }
  .site-nav .btn-primary {
    color: #fff !important;
    border-color: var(--red) !important;
    background: var(--red) !important;
  }
  .site-nav .btn-primary:hover { background: var(--red-dark) !important; }
  .home-hero .status-card { grid-template-columns: 1fr; }
  .home-hero .status-card .status-label,
  .home-hero .status-card .card-link { grid-column: auto; grid-row: auto; }
  .home-hero .status-card strong { margin-top: 15px; }
  .project-fact-list { grid-template-columns: 1fr; }
  .resident-action-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .decision-grid { grid-template-columns: 1fr; }
}

@media (max-width: 740px) {
  .section { padding: 64px 0; }
  .section-sm { padding: 44px 0; }
  .section-head { margin-bottom: 30px; }
  .home-hero .hero-inner { padding: 64px 0; }
  .home-hero .home-hero-title { font-size: clamp(2.35rem, 11.2vw, 3.75rem); }
  .page-hero { padding: 68px 0 58px; }
  .page-hero h1 { font-size: clamp(2.6rem, 12vw, 4.25rem); }
  .timeline::before { left: 7px; }
  .timeline-item { grid-template-columns: 1fr; gap: 12px; padding: 0 0 38px 32px; }
  .timeline-date { text-align: left; }
  .timeline-date span { display: inline; }
  .timeline-date span + span::before { content: " • "; }
  .timeline-content::before { left: -32px; }
  .project-fact-row { grid-template-columns: 1fr; gap: 8px; padding: 22px; }
  .resident-action-grid { grid-template-columns: 1fr; }
  .resident-action-card { min-height: 240px; }
  .vote-tabs { display: grid; grid-template-columns: 1fr; width: 100%; }
  .vote-tab { width: 100%; }
  .vote-panel { padding: 24px 18px; }
  .vote-columns { grid-template-columns: 1fr; }
}


/* =========================================================
   V6 finishing pass: less white, stronger spacing, compact
   homepage headline, single-line project facts, and polished
   mobile/navigation/action behavior.
   ========================================================= */

/* Restore deliberate breathing room after the over-compressed pass. */
.section { padding: 96px 0; }
.section-sm { padding: 62px 0; }
.section-head { margin-bottom: 46px; }
.page-hero { padding: 88px 0 70px; }
.contact-grid { gap: 56px; }
.site-footer { padding: 68px 0 32px; }
.footer-bottom { margin-top: 42px; padding-top: 24px; }
.card,
.record-card,
.contact-card,
.form-card,
.timeline-content,
.meeting-card,
.source-note,
.project-fact-row { background-color: #f4ede7; }
.btn-light { background: #f4ede7; }
thead th { color: #fff; background: #171717; }
tbody td { border-color: #cbbfb6; }

/* Homepage headline: clearly a headline, no longer billboard-sized. */
.home-hero,
.home-hero .hero-inner { min-height: 575px; }
.home-hero .hero-inner { padding: 74px 0; text-align: center; }
.home-hero .hero-copy { width: 100%; }
.home-hero .home-hero-title {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  font-size: clamp(2.45rem, 4.15vw, 4.35rem);
  line-height: 1.04;
}
.home-hero .hero-copy .lead {
  max-width: 920px;
  margin: 24px auto 0;
}
.home-hero .btn-row { justify-content: center; }
.home-hero .hero-aside { width: min(100%, 1040px); margin-inline: auto; text-align: left; }

/* Keep the resident-question panel unmistakably red in every cascade state. */
.split-panel > .resident-questions-panel,
.split-panel > .light.resident-questions-panel {
  color: #fff !important;
  background-color: #600D05 !important;
  background-image: linear-gradient(145deg, #74140b 0%, #3d0703 100%) !important;
}
.split-panel > .resident-questions-panel * { color: #fff !important; }
.split-panel > .resident-questions-panel .btn { color: #111 !important; background: #fff !important; }

/* Timeline dates receive a dedicated rail that cannot collide with the marker. */
.timeline::before { left: 166px; }
.timeline-item { grid-template-columns: 142px minmax(0, 1fr); gap: 52px; }
.timeline-date { min-width: 0; padding-right: 2px; overflow-wrap: normal; word-break: normal; }
.timeline-content::before { left: -61px; }

/* Project facts read as disciplined Label: Value lines instead of loose cards. */
.project-fact-list { grid-template-columns: 1fr; gap: 12px; }
.project-fact-row {
  grid-template-columns: minmax(255px, .42fr) minmax(0, 1fr);
  padding: 22px 26px;
  border-left-width: 7px;
  box-shadow: 0 7px 20px rgba(17,17,17,.045);
}
.project-fact-row:nth-child(even) { background: #e9dfd7; }
.project-fact-row dt { font-size: .9rem; }
.project-fact-row dd { font-weight: 650; }

/* A cohesive action board, not an elementary bullet list. */
.resident-action-grid {
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: #141414;
  box-shadow: 0 24px 60px rgba(0,0,0,.3);
}
.resident-action-card {
  min-height: 252px;
  border-color: #323232;
  background: linear-gradient(145deg, #202020, #181818);
  box-shadow: none;
}
.resident-action-link {
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid #E3AF10;
  border-radius: 10px;
  color: #fff;
  background: var(--red);
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}
.resident-action-link:hover,
.resident-action-link:focus-visible {
  color: #fff;
  background: var(--red-dark);
  transform: translateY(-2px);
  outline: 3px solid rgba(255,255,255,.18);
  outline-offset: 2px;
}

/* Vote controls remain interactive and visually distinct even with cached base styles. */
.vote-tab { appearance: none; -webkit-appearance: none; }
.vote-panel.is-active { display: block; }
.vote-summary { margin-bottom: 26px; }
.vote-summary h3 { margin-top: 12px; }
.decision-card { min-width: 0; }

/* Commissioner buttons are the sole presentation of email/phone information. */
.contact-card > a:not(.btn),
.contact-card .contact-email { display: none !important; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-card .contact-actions a.btn { display: inline-flex !important; }

@media (max-width: 980px) {
  .home-hero .home-hero-title { font-size: clamp(2.4rem, 7.3vw, 4rem); }
  .project-fact-row { grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr); }
}

@media (max-width: 740px) {
  .section { padding: 72px 0; }
  .section-sm { padding: 48px 0; }
  .section-head { margin-bottom: 34px; }
  .page-hero { padding: 72px 0 58px; }
  .site-footer { padding: 56px 0 28px; }
  .home-hero .hero-inner { padding: 62px 0; }
  .home-hero .home-hero-title { font-size: clamp(2.25rem, 10vw, 3.2rem); }
  .home-hero .status-card { padding: 22px; }
  .timeline::before { left: 7px; }
  .timeline-item { grid-template-columns: 1fr; gap: 12px; padding-left: 34px; }
  .timeline-content::before { left: -35px; }
  .project-fact-row { grid-template-columns: 1fr; gap: 7px; padding: 21px; }
  .resident-action-grid { padding: 10px; }
  .resident-action-card { min-height: 225px; padding: 24px; }
}

/* Final contact-card polish. */
@media (min-width: 981px) {
  .contact-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.contact-card .contact-actions .btn-dark { color: #fff !important; }
.contact-card .contact-actions .btn-outline { color: var(--red-dark) !important; }


/* V7 public-record metadata: explicitly identify publication date and publisher. */
.record-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 15px 0 16px;
}
.record-details > div {
  padding: 11px 12px;
  border: 1px solid #cbbfb6;
  border-radius: 10px;
  background: #e9dfd7;
}
.record-details dt {
  margin: 0 0 3px;
  color: var(--red-dark);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.record-details dd {
  margin: 0;
  color: var(--ink);
  font-size: .87rem;
  font-weight: 780;
  line-height: 1.35;
}
@media (max-width: 540px) {
  .record-details { grid-template-columns: 1fr; }
}


/* =========================================================
   V8 homepage status and timeline refinement.
   ========================================================= */

/* Current Status: balanced two-column hierarchy on normal screens. */
.home-hero .hero-aside {
  width: min(100%, 1080px);
}
.home-hero .status-card {
  display: grid;
  grid-template-columns: minmax(185px, 230px) minmax(0, 1fr);
  gap: 0 30px;
  align-items: stretch;
  padding: clamp(26px, 3vw, 36px);
}
.home-hero .status-card .status-label {
  grid-column: 1;
  grid-row: 1;
  align-self: stretch;
  justify-content: flex-start;
  padding-right: 28px;
  border-right: 1px solid rgba(255,255,255,.2);
}
.home-hero .status-card .status-copy {
  grid-column: 2;
  display: grid;
  gap: 10px;
  align-content: start;
}
.home-hero .status-card .status-copy strong {
  margin: 0;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  line-height: 1.3;
}
.home-hero .status-card .status-copy p {
  margin: 0;
  max-width: 780px;
  line-height: 1.6;
}
.home-hero .status-card .status-copy .card-link {
  margin-top: 4px;
  width: fit-content;
}

/* Homepage timeline: each event gets one full date and a collision-proof rail. */
.timeline::before {
  left: 194px;
}
.timeline-item {
  grid-template-columns: 164px minmax(0, 1fr);
  gap: 58px;
  padding-bottom: 44px;
}
.timeline-date {
  padding: 9px 10px 0 0;
  font-size: .82rem;
  line-height: 1.25;
  white-space: nowrap;
}
.timeline-content::before {
  left: -35px;
}

@media (max-width: 980px) {
  .home-hero .status-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .home-hero .status-card .status-label {
    grid-column: 1;
    grid-row: auto;
    padding: 0 0 15px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
  .home-hero .status-card .status-copy {
    grid-column: 1;
  }
}

@media (max-width: 740px) {
  .timeline::before {
    left: 7px;
  }
  .timeline-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 0 38px 34px;
  }
  .timeline-date {
    padding: 0;
    text-align: left;
    white-space: normal;
  }
  .timeline-content::before {
    left: -35px;
  }
}

/* v10: single-decision layout for the January 12 commissioner vote record */
.decision-grid-single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 820px;
}
.decision-grid-single .decision-card {
  width: 100%;
}


/* =========================================================
   V11 community palette and local-photo integration.
   Primary palette: maroon, gold, black, and warm white.
   ========================================================= */
:root {
  --ink: #111111;
  --ink-soft: #2a241f;
  --paper: #fffdf7;
  --paper-warm: #f0e5d2;
  --paper-red: #fff4cf;
  --panel: #faf4e8;
  --panel-deep: #eadbbf;
  --red: #600D05;
  --red-dark: #3d0703;
  --green: #8a6600;
  --green-mid: #b48600;
  --gold: #E3AF10;
  --gold-dark: #9b7400;
  --gold-soft: #f7df82;
  --line: #d7c59e;
  --muted: #62594e;
  --success: #8a6600;
  --shadow: 0 20px 58px rgba(53, 31, 10, .14);
}

body { background: var(--paper); }
::selection { color: #111; background: var(--gold); }
.site-header { border-bottom-color: rgba(96,13,5,.18); background: rgba(255,253,247,.97); }
.brand-copy span { color: var(--red); }
.site-nav a:hover,
.site-nav a[aria-current="page"] { color: var(--red); background: var(--paper-red); }
.site-nav a[href="project-delta.html"][aria-current="page"] { color: #111; background: var(--gold); }

.eyebrow { color: var(--red); }
.section-dark .eyebrow,
.hero .eyebrow,
.page-hero .eyebrow { color: var(--gold); }
.section-warm { background: var(--paper-warm); }
.section-redwash { background: var(--paper-red); }

.btn-primary { color: #fff; background: var(--red); }
.btn-primary:hover { background: var(--red-dark); }
.btn-outline { color: var(--red); border-color: var(--red); }
.btn-outline:hover { color: #111; border-color: var(--gold); background: var(--gold); }
.btn-light { color: #111; background: var(--gold); }
.btn-light:hover { background: var(--gold-soft); }
.card-link,
.table-source-links a { color: var(--red); }

.hero::before {
  opacity: .62;
  background-image:
    repeating-radial-gradient(ellipse at 78% 52%, transparent 0 22px, rgba(227,175,16,.09) 23px 24px, transparent 25px 43px),
    linear-gradient(120deg, rgba(96,13,5,.98), rgba(96,13,5,0) 55%);
}
.hero::after { background: linear-gradient(165deg, rgba(227,175,16,.05), rgba(227,175,16,.24)); }
.hero h1 .accent { color: var(--gold); }
.status-card { border-color: rgba(227,175,16,.48); background: rgba(0,0,0,.58); }
.status-card .status-label { color: var(--gold-soft); }
.status-dot { background: var(--gold); box-shadow: 0 0 0 7px rgba(227,175,16,.18); }
.hero .status-card .card-link { color: var(--gold-soft); }
.page-hero::after { border-color: rgba(227,175,16,.38); }

.fact-strip { color: #fff; background: var(--red); }
.fact { border-color: rgba(227,175,16,.34); }
.fact strong { color: var(--gold-soft); }
.fact span { color: #fff4d1; }

.card,
.record-card,
.contact-card,
.form-card,
.source-note,
.timeline-content,
.project-fact,
.meeting-card,
.project-fact-row { border-color: var(--line); background: var(--panel); }
.card-redline::before { background: var(--gold); }
.card-icon { color: #111; background: var(--gold); }
.timeline::before { background: #c8ad68; }
.timeline-date { color: var(--red); }
.timeline-content::before { border-color: var(--panel); background: var(--gold); box-shadow: 0 0 0 2px var(--red); }
.callout { border-left-color: var(--red); background: #f7e6ab; }
.filter-bar { background: var(--panel-deep); }
.field input,
.field select,
.field textarea { background: #fffdf8; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--gold-dark); outline-color: rgba(227,175,16,.28); }
.tag { color: var(--red); background: #f6e5a8; }
.record-details > div { border-color: #d4bd7d; background: #f4e4b4; }
.record-details dt { color: var(--red); }

.split-panel > .resident-questions-panel,
.split-panel > .light.resident-questions-panel,
.split-panel .resident-questions-panel {
  color: #fff !important;
  background-color: var(--red) !important;
  background-image: linear-gradient(145deg, #74140b 0%, #600D05 52%, #3d0703 100%) !important;
}
.split-panel > .resident-questions-panel .eyebrow { color: var(--gold-soft) !important; }
.split-panel > .resident-questions-panel .plain-list li::before { background: var(--gold) !important; }
.split-panel > .resident-questions-panel .btn,
.split-panel .resident-questions-panel .btn-dark { color: #111 !important; border-color: var(--gold) !important; background: var(--gold) !important; }

.civility-note { border-color: var(--gold-dark); background: #f7e9b9; }
.project-fact-row { border-left-color: var(--gold-dark); }
.project-fact-row dt { color: var(--red); }
.project-fact-row:nth-child(even) { background: #f2e4c8; }
.resident-action-number { color: #111; background: var(--gold); }
.resident-action-link { border-color: var(--gold); background: var(--red); text-decoration-color: var(--gold); }
.resident-action-link:hover,
.resident-action-link:focus-visible { background: var(--red-dark); }

.vote-record-section { background: var(--paper-warm); }
.vote-tab:hover,
.vote-tab:focus-visible { color: #111; background: var(--gold); outline-color: rgba(227,175,16,.36); }
.vote-tab.is-active { color: #fff; background: linear-gradient(135deg, #74140b, var(--red-dark)); box-shadow: inset 0 -4px 0 var(--gold), 0 9px 22px rgba(96,13,5,.35); }
.vote-result { color: #111; background: var(--gold); }
.decision-card { border-top-color: var(--gold); }
.decision-result { color: var(--gold-soft); }
.vote-column-yes { border-top-color: var(--gold); }
.vote-column-no { border-top-color: #8f2118; }
.moratorium-result { border-left-color: var(--gold-dark); }
.contact-card .contact-actions .btn-outline { color: var(--red) !important; }

.site-footer { border-top: 5px solid var(--gold); }
.footer-links .support-link { color: var(--gold-soft); }

/* Local images are deliberately modest and integrated as visual texture. */
.community-photo-ribbon {
  padding: 20px 0 24px;
  border-bottom: 1px solid rgba(227,175,16,.3);
  background: #0b0b0b;
}
.community-photo-grid {
  display: grid;
  grid-template-columns: 1.45fr .8fr .8fr;
  gap: 16px;
}
.community-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 2px solid rgba(227,175,16,.7);
  border-radius: 16px;
  background: #111;
  box-shadow: 0 12px 32px rgba(0,0,0,.22);
}
.community-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
}
.community-photo img {
  width: 100%;
  height: clamp(150px, 17vw, 218px);
  object-fit: cover;
  transition: transform .45s ease;
}
.community-photo:hover img { transform: scale(1.025); }
.timeline-photo-row {
  display: grid;
  grid-template-columns: 1.45fr .75fr;
  gap: 18px;
  width: calc(100% - 222px);
  margin: 4px 0 0 222px;
}
.timeline-photo-row .community-photo img { height: 205px; }
.community-photo-portrait img { object-position: center 47%; }
.community-story-grid {
  display: grid;
  grid-template-columns: .9fr 1.15fr .72fr;
  gap: 34px;
  align-items: center;
}
.community-story-photo { max-width: 360px; justify-self: end; }
.community-story-photo img { height: 245px; }

@media (max-width: 980px) {
  .site-nav a:hover,
  .site-nav a[aria-current="page"],
  .site-nav a[href="project-delta.html"]:hover,
  .site-nav a[href="project-delta.html"][aria-current="page"] { color: #111 !important; background: var(--gold) !important; }
  .site-nav .btn-primary,
  .site-nav .btn-primary:hover { color: #fff !important; border-color: var(--red) !important; background: var(--red) !important; }
  .community-photo-grid { grid-template-columns: 1.2fr 1fr; }
  .community-photo-grid .community-photo:last-child { grid-column: 1 / -1; }
  .community-photo-grid .community-photo:last-child img { height: 190px; }
  .timeline-photo-row { width: 100%; margin-left: 0; }
  .community-story-grid { grid-template-columns: 1fr 1fr; }
  .community-story-photo { grid-column: 1 / -1; width: min(100%, 520px); max-width: 520px; justify-self: center; }
}

@media (max-width: 640px) {
  .community-photo-ribbon { padding: 14px 0 18px; }
  .community-photo-grid,
  .timeline-photo-row { grid-template-columns: 1fr; gap: 12px; }
  .community-photo-grid .community-photo:last-child { grid-column: auto; }
  .community-photo img,
  .community-photo-grid .community-photo:last-child img,
  .timeline-photo-row .community-photo img { height: 178px; }
  .community-photo-portrait img { object-position: center 42%; }
  .community-story-grid { grid-template-columns: 1fr; }
  .community-story-photo { grid-column: auto; width: 100%; max-width: none; }
  .community-story-photo img { height: 190px; }
}

/* ============================================================
   V12 photo placement and civility-note readability refinements.
   ============================================================ */

/* Keep the three local landmark photographs together beneath the
   “What we stand for” copy, and show every photograph in full. */
.community-story-grid {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr);
  align-items: start;
}

.community-story-gallery {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 4px;
}

.community-story-gallery .community-photo {
  display: flex;
  min-height: 230px;
  align-items: center;
  justify-content: center;
  background: #111;
}

.community-story-gallery .community-photo img {
  width: 100%;
  height: 230px;
  padding: 8px;
  object-fit: contain;
  object-position: center;
  background: #111;
}

/* Restore a high-contrast red, white, and gray treatment for every
   civility / anti-violence message across the site. */
.civility-note,
.civility-note-dark {
  color: #2a2a2a !important;
  border: 2px solid #b3131b !important;
  background: linear-gradient(135deg, #ffffff 0%, #f2f2f2 100%) !important;
  box-shadow: inset 7px 0 0 #b3131b, 0 10px 24px rgba(0,0,0,.12);
}

.civility-note strong,
.civility-note-dark strong {
  color: #a30f17 !important;
}

.civility-note p,
.civility-note-dark p {
  color: #3f3f3f !important;
}

@media (max-width: 980px) {
  .community-story-grid {
    grid-template-columns: 1fr;
  }

  .community-story-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .community-story-gallery .community-photo,
  .community-story-gallery .community-photo img {
    min-height: 205px;
    height: 205px;
  }
}

@media (max-width: 720px) {
  .community-story-gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .community-story-gallery .community-photo,
  .community-story-gallery .community-photo img {
    min-height: 0;
    height: auto;
    max-height: 360px;
  }
}


/* ============================================================
   V14 commissioner access, community meeting banner, and
   dedicated webmail / letter-writing page.
   ============================================================ */

/* Fit the additional navigation destination without sacrificing clarity. */
.site-nav { gap: 4px; }
.site-nav a { padding-inline: 9px; font-size: .86rem; }
.site-nav a[href="contact-commissioners.html"] { white-space: nowrap; }
.site-nav a[href="contact-commissioners.html"][aria-current="page"] {
  color: #111;
  background: var(--gold);
}

/* Time-sensitive community meeting banner on the homepage. */
.community-meetings-banner {
  position: relative;
  z-index: 3;
  padding: 22px 0;
  color: #fff;
  border-bottom: 4px solid var(--gold);
  background: linear-gradient(112deg, #3d0703 0%, #600D05 58%, #7b160c 100%);
}
.community-meetings-banner[hidden] { display: none !important; }
.community-meetings-inner {
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(0, 1.8fr);
  align-items: center;
  gap: 28px;
}
.community-meetings-kicker {
  display: block;
  margin-bottom: 5px;
  color: var(--gold-soft);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.community-meetings-title h2 {
  max-width: 390px;
  font-size: clamp(1.35rem, 2.2vw, 2.05rem);
  line-height: 1.08;
}
.community-meeting-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.community-meeting-item {
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid rgba(227,175,16,.58);
  border-radius: 13px;
  color: #fff;
  background: rgba(0,0,0,.24);
}
.community-meeting-item time {
  display: block;
  color: var(--gold-soft);
  font-size: .88rem;
  font-weight: 850;
  line-height: 1.32;
}
.community-meeting-item time span { display: block; color: #fff; }
.community-meeting-item p { margin: 7px 0 0; color: #fff; font-size: .82rem; line-height: 1.35; }

/* Dedicated commissioner page. */
.commissioner-page-hero h1 { max-width: 980px; font-size: clamp(2.8rem, 5.5vw, 5.4rem); }
.commissioner-official-link { color: #fff; border-color: #fff; }
.commissioner-official-link:hover { color: #111; border-color: var(--gold); }
.commissioner-directory {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.commissioner-directory-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--gold);
  border-radius: 16px;
  background: var(--panel);
  box-shadow: 0 12px 28px rgba(53,31,10,.08);
}
.commissioner-role {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--red);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.commissioner-directory-card h3 { margin-bottom: 12px; font-size: 1.28rem; }
.commissioner-phone { display: inline-flex; margin-bottom: 9px; color: var(--ink); font-weight: 850; }
.commissioner-directory-card code {
  display: block;
  overflow-wrap: anywhere;
  color: var(--red-dark);
  font-family: var(--font);
  font-size: .84rem;
  font-weight: 760;
}
.commissioner-card-actions { display: grid; gap: 9px; }
.commissioner-card-actions .btn { width: 100%; }

.email-composer {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 40px;
  margin-top: 30px;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 22px;
  color: #fff;
  background: #111;
  box-shadow: var(--shadow);
}
.email-composer .eyebrow { color: var(--gold); }
.email-composer h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); }
.email-composer-intro p:not(.eyebrow) { margin-top: 18px; color: #d2d2d2; }
.email-composer-form { display: grid; gap: 18px; }
.email-composer-form .field label { color: #fff; }
.email-composer-form textarea { min-height: 260px; }
.recipient-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  margin: 0;
  padding: 18px;
  border: 1px solid #444;
  border-radius: 13px;
}
.recipient-picker legend { padding: 0 7px; color: var(--gold-soft); font-weight: 850; }
.recipient-picker label { display: flex; align-items: center; gap: 9px; color: #fff; font-size: .9rem; }
.recipient-picker input { width: 18px; height: 18px; accent-color: var(--gold); }
.webmail-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.webmail-actions .btn { min-height: 44px; }
.email-composer .btn-outline { color: var(--gold-soft); border-color: var(--gold); }
.email-composer .btn-outline:hover { color: #111; }
.composer-status { min-height: 1.5em; margin: 0; color: var(--gold-soft); font-weight: 800; }

.mail-and-meeting-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.mailing-card,
.planning-meeting-card {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
  box-shadow: var(--shadow);
}
.mailing-card address,
.planning-meeting-card address {
  margin: 24px 0;
  padding: 22px;
  border-left: 6px solid var(--gold);
  color: var(--ink);
  background: var(--paper-warm);
  font-size: 1.05rem;
  font-style: normal;
  line-height: 1.7;
}
.planning-meeting-card {
  color: #fff;
  border-color: #2e2e2e;
  background: #111;
}
.planning-meeting-card .eyebrow { color: var(--gold); }
.planning-meeting-card address { color: #fff; background: #242424; }
.planning-meeting-card .small { color: #c9c9c9; }
.planning-meeting-time { margin-top: 12px; color: var(--gold-soft); font-size: 1.55rem; font-weight: 900; }
.planning-meeting-card .btn-outline { color: var(--gold-soft); border-color: var(--gold); }

.writing-tip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.writing-tip-card {
  padding: 26px;
  border: 1px solid #393939;
  border-radius: 16px;
  background: #1b1b1b;
}
.writing-tip-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  color: #111;
  background: var(--gold);
  font-weight: 900;
}
.writing-tip-card h3 { margin-bottom: 10px; color: #fff; }
.writing-tip-card p { margin: 0; color: #cfcfcf; }
.advocacy-guidance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 28px;
}
.advocacy-do,
.advocacy-avoid {
  padding: clamp(28px, 4vw, 42px);
  border-radius: 20px;
}
.advocacy-do { border: 1px solid #bdbdbd; background: #fff; }
.advocacy-avoid { color: #fff; background: var(--red); }
.advocacy-avoid .eyebrow { color: var(--gold-soft); }
.advocacy-avoid .plain-list li::before { background: var(--gold); }
.advocacy-avoid .plain-list li { color: #fff; }

@media (max-width: 1120px) and (min-width: 981px) {
  .site-nav a { padding-inline: 7px; font-size: .79rem; }
  .brand-copy strong { font-size: .9rem; }
  .brand-copy span { font-size: .67rem; }
  .commissioner-directory { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .site-nav a[href="contact-commissioners.html"] { white-space: normal; }
  .site-nav a[href="contact-commissioners.html"][aria-current="page"] { color: #111 !important; background: var(--gold) !important; }
  .community-meetings-inner { grid-template-columns: 1fr; gap: 17px; }
  .community-meetings-title h2 { max-width: none; }
  .community-meeting-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .commissioner-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .email-composer { grid-template-columns: 1fr; }
  .writing-tip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .community-meetings-banner { padding: 18px 0; }
  .community-meeting-list,
  .commissioner-directory,
  .mail-and-meeting-grid,
  .writing-tip-grid,
  .advocacy-guidance-grid { grid-template-columns: 1fr; }
  .community-meeting-item { padding: 13px 14px; }
  .email-composer { gap: 26px; padding: 25px 20px; }
  .recipient-picker { grid-template-columns: 1fr; }
  .webmail-actions .btn { width: 100%; }
}

/* Direct commissioner email option. */
.direct-send-panel {
  display: grid;
  gap: 20px;
  margin-top: 8px;
  padding: clamp(24px, 3vw, 34px);
  border: 2px solid var(--gold);
  border-radius: 18px;
  color: var(--ink);
  background: var(--paper-warm);
}
.direct-send-panel .eyebrow { margin-bottom: 9px; color: var(--red-dark); }
.direct-send-panel h3 { color: var(--ink); font-size: clamp(1.55rem, 2.3vw, 2.2rem); }
.direct-send-heading > p:not(.eyebrow) { margin: 12px 0 0; color: var(--ink-soft); }
.direct-sender-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.direct-community-field { grid-column: 1 / -1; }
.direct-send-panel .field label { color: var(--ink); }
.direct-send-panel .field label span { color: var(--muted); font-weight: 650; }
.direct-consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink-soft);
  background: #fff;
  font-size: .92rem;
  line-height: 1.45;
}
.direct-consent input { width: 19px; height: 19px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--red); }
.direct-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.direct-send-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; }
.direct-send-actions .btn { min-width: 210px; }
.direct-send-actions .btn:disabled { opacity: .62; cursor: wait; transform: none; box-shadow: none; }
.direct-send-status { min-height: 1.5em; margin: 0; font-weight: 820; }
.direct-send-status[data-status-type="success"] { color: var(--success); }
.direct-send-status[data-status-type="error"] { color: #9e170f; }
.direct-send-status[data-status-type="progress"] { color: var(--red-dark); }
.direct-send-note { margin: -3px 0 0; color: var(--muted); font-size: .86rem; }

@media (max-width: 720px) {
  .direct-sender-grid { grid-template-columns: 1fr; }
  .direct-community-field { grid-column: auto; }
  .direct-send-actions { align-items: stretch; flex-direction: column; }
  .direct-send-actions .btn { width: 100%; }
}


/* v16: high-visibility copy confirmation for commissioner contact buttons. */
.commissioner-card-actions [data-copy-email],
[data-copy-mailing-address] {
  transition: background-color .16s ease, color .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}
.commissioner-card-actions [data-copy-email].is-copied,
[data-copy-mailing-address].is-copied {
  color: #111 !important;
  background: #E3AF10 !important;
  border-color: #E3AF10 !important;
  box-shadow: 0 0 0 4px rgba(227,175,16,.20), 0 8px 18px rgba(17,17,17,.14);
  transform: translateY(-1px);
}
.commissioner-card-actions [data-copy-email].copy-error,
[data-copy-mailing-address].copy-error {
  color: #fff !important;
  background: #8f1d1d !important;
  border-color: #8f1d1d !important;
}

/* =========================================================
   V17 current-status update controls.
   ========================================================= */
.home-hero .status-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  margin-top: 4px;
}
.home-hero .status-links .card-link {
  margin-top: 0;
}
@media (max-width: 640px) {
  .home-hero .status-links {
    display: grid;
    gap: 10px;
  }
}


/* v18 featured analysis + researcher video. */
.status-feature {
  margin-top: 20px;
  padding: 18px 20px 20px;
  border: 1px solid rgba(227,175,16,.72);
  border-left: 5px solid var(--gold);
  border-radius: 14px;
  color: var(--ink);
  background: linear-gradient(145deg, #fff9e9 0%, #f5e3af 100%);
  box-shadow: 0 10px 26px rgba(17,17,17,.12);
}
.status-feature-kicker,
.latest-media-kicker {
  margin-bottom: 8px;
  color: var(--red);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.status-feature h3 {
  margin-bottom: 7px;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}
.status-feature p {
  margin: 0;
  color: #2f2925;
  font-size: .9rem;
  line-height: 1.5;
}
.status-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}
.status-feature .btn-dark { color: #fff; background: #111; }

.latest-media-section { background: var(--paper-warm); }
.latest-media-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 22px;
}
.latest-media-card {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.latest-media-analysis {
  color: #fff;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
}
.latest-media-analysis .latest-media-kicker { color: var(--gold-soft); }
.latest-media-analysis h2 { max-width: 740px; font-size: clamp(1.9rem, 3.1vw, 3rem); }
.latest-media-analysis p { max-width: 720px; margin: 16px 0 24px; color: #f4eeee; }
.latest-media-video {
  border: 2px solid var(--gold);
  background: #161616;
  color: #fff;
}
.latest-media-video .latest-media-kicker { color: var(--gold); }
.latest-media-video h2 { font-size: clamp(1.7rem, 2.8vw, 2.45rem); }
.latest-media-video p { margin: 14px 0 24px; color: #d6d6d6; }
.video-icon {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  color: #111;
  background: var(--gold);
  font-size: 1.15rem;
  box-shadow: 0 0 0 8px rgba(227,175,16,.10);
}
.record-card-featured {
  border: 2px solid var(--gold);
  box-shadow: 0 12px 30px rgba(96,13,5,.12);
}
.record-card-featured .record-meta .tag:first-child {
  color: #111;
  background: var(--gold);
}

@media (max-width: 760px) {
  .latest-media-grid { grid-template-columns: 1fr; }
  .status-feature-actions { display: grid; }
  .status-feature-actions .btn { width: 100%; }
}
