/* ─────────────────────────────────────────────
   ROOT TOKENS — match exactly across all pages
   WP: Define as CSS custom properties in theme
   ───────────────────────────────────────────── */
:root {
  --pu:    #6E3DB8;
  --pu2:   #5C2EA0;
  --pu3:   #4A2080;
  --pu4:   #2A1050;
  --gold:  #FFCE08;
  --gold2: #E6B800;
  --white: #FFFFFF;
  --off:   #F2EEE9;
  --ink:   #010203;
  --ink2:  #1a1a1a;
  --mid:   #555555;
  --light: #888888;
  --rule:  #E0DBD4;
  --pu-l:  #F0EAFB;
  --pu-m:  #DDD0F5;
  --heritage: #582c83;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 64px; }
body { font-family: 'DM Sans', sans-serif; font-size: 16px; line-height: 1.6; color: var(--ink); background: var(--white); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ─────────────────────────────────────────────
   NAV — sticky, gold bottom border signature
   WP: Standard header.php — same across site
   ───────────────────────────────────────────── */
.nav {
  background: var(--white);
  border-bottom: 3px solid var(--gold);
  padding: 0 40px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  height: 64px;
}
.nav-logo { display: flex; align-items: center; padding: 10px 0; margin-right: 28px; flex-shrink: 0; }
.nav-logo svg { height: 38px; width: auto; display: block; }
.nav-links { display: flex; align-items: stretch; flex: 1; }
.nav-item { position: relative; display: flex; align-items: center; }
.nav-link {
  font-family: 'Fira Mono', monospace;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink2);
  padding: 22px 14px;
  display: block;
  transition: color 0.15s;
  white-space: nowrap;
}
.nav-link:hover { color: var(--pu); }
.nav-link.active { color: var(--pu); font-weight: 500; }
.nav-cta { margin-left: auto; display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.btn-member-resources {
  background: var(--gold);
  color: var(--ink);
  font-family: 'Fira Mono', monospace;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 3px;
  transition: background 0.15s;
  white-space: nowrap;
}
.btn-member-resources:hover { background: var(--gold2); }
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 4px;
  margin-left: auto;
}
.nav-hamburger span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: all 0.25s; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─────────────────────────────────────────────
   SIGN UP BAR
   WP: Contact Form 7 or Gravity Forms.
       Replace <form> with [contact-form-7 ...].
       Field: name, email, organization.
       Confirmation shown via .wpcf7-response-output
   ───────────────────────────────────────────── */
.signup-bar {
  background: var(--pu);
  border-top: 3px solid var(--gold);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 0 80px;
}
.signup-bar-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 24px 0;
}
.signup-eyebrow {
  font-family: 'Fira Mono', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 10px;
}
.signup-eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--gold); flex-shrink: 0; }
.signup-bar-form {
  display: flex;
  gap: 8px;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.signup-input {
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.07);
  border-radius: 3px;
  padding: 9px 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--white);
  outline: none;
  transition: border-color 0.15s, background 0.15s;
  min-width: 0;
}
.signup-input::placeholder { color: rgba(255,255,255,0.35); }
.signup-input:focus { border-color: var(--gold); background: rgba(255,255,255,0.1); }
.signup-input-name  { flex: 1.2; min-width: 130px; }
.signup-input-email { flex: 2; min-width: 180px; }
.signup-input-org   { flex: 1.5; min-width: 140px; }
.signup-btn {
  background: var(--gold);
  color: var(--pu3);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 22px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
  flex-shrink: 0;
}
.signup-btn:hover { background: var(--gold2); }
.signup-confirm {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.3px;
  display: none;
  align-items: center;
  gap: 8px;
}
.signup-confirm.visible { display: flex; }
.signup-subtext {
  display: none !important; /* removed from design — show as post-submit popup when built */
  font-size: 11px;
  color: rgba(255,255,255,0.35);
}

/* ─────────────────────────────────────────────
   3. RECENT MEDIA BANNER
   WP: Hero with ACF fields:
       - featured_headline (text)
       - featured_excerpt (textarea)
       - featured_date (date picker)
       - featured_state (select: CT / RI)
       - featured_image (image) OR featured_video_url (url)
       - featured_link (url)
       Side cards = WP Query Block (latest 3 posts)
       filtered by post_type=press_release
   ───────────────────────────────────────────── */
.recent-media {
  background: var(--pu4);
  position: relative;
  overflow: hidden;
}
.recent-media::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(255,255,255,0.016) 40px, rgba(255,255,255,0.016) 41px);
  pointer-events: none;
}
.recent-media-inner {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 0;
  position: relative;
  z-index: 1;
  min-height: clamp(480px, 66vh, 760px);
}

/* Right column: the 3 featured stories + a "View All" button beneath them */
.side-col {
  display: flex;
  flex-direction: column;
  height: clamp(480px, 66vh, 760px);
  border-left: 1px solid rgba(255,255,255,0.08);
}

/* "View All Press Releases" — jumps to the releases list below */
.recent-media-more {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  padding: 20px 22px 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.view-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: var(--gold);
  color: var(--pu3);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 13px 30px;
  border-radius: 3px;
  transition: background 0.15s, gap 0.15s;
  text-decoration: none;
}
.view-all-btn:hover { background: var(--gold2); gap: 12px; }

/* Featured story — left */
.featured-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 56px 56px 56px 80px;
  min-height: clamp(480px, 66vh, 760px);
}
.featured-media-area {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0; /* own stacking context so the active slide's z-index stays below the overlay */
}
/* Photo-cycling slides — same crossfade pattern as homepage hero.
   WP: Each .featured-slide img src becomes the post's featured_image.
       For video releases, swap the <img> for an <iframe>. */
.featured-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.featured-slide.is-active { opacity: 1; z-index: 1; }
.featured-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  transform: scale(1);
  transition: transform 6.4s linear;
}
.featured-slide.is-active img { transform: scale(1.08); }
/* Gradient overlay over the photo — deep at the bottom so the white headline
   stays legible over any image (photos and the bright default logo alike). */
.featured-overlay {
  position: absolute;
  inset: 0;
  z-index: 1; /* above the photo, below .featured-content (z-index:2) */
  background: linear-gradient(to top,
    rgba(12,5,26,0.92) 0%,
    rgba(28,11,54,0.78) 42%,
    rgba(42,16,80,0.42) 66%,
    rgba(42,16,80,0.12) 85%,
    transparent 100%);
}
/* Video play button — shown when featured item has video */
.featured-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(255,255,255,0.12);
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  backdrop-filter: blur(4px);
  z-index: 3;
}
.featured-play-btn:hover { background: var(--gold); border-color: var(--gold); }
.featured-play-btn svg { fill: white; margin-left: 4px; }
.featured-play-btn:hover svg { fill: var(--pu3); }
.featured-content { position: relative; z-index: 2; }
.featured-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.featured-eyebrow {
  font-family: 'Fira Mono', monospace;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
}
.featured-state-badge {
  font-family: 'Fira Mono', monospace;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 2px;
}
.badge-ct   { background: rgba(110,61,184,0.5); color: #c5a8ff; border: 1px solid rgba(110,61,184,0.4); }
.badge-ri   { background: rgba(45,122,79,0.5);  color: #7fd4a0; border: 1px solid rgba(45,122,79,0.4); }
.badge-both { background: rgba(255,206,8,0.18); color: #ffce08; border: 1px solid rgba(255,206,8,0.3); }
.featured-headline {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(26px, 3.2vw, 44px);
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.02;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
}
.featured-excerpt {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.68);
  line-height: 1.65;
  margin-bottom: 20px;
  max-width: 540px;
}
.featured-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  transition: gap 0.15s;
}
.featured-cta:hover { gap: 12px; }
.featured-cta svg { flex-shrink: 0; }
/* Photo credit */
.featured-credit {
  font-family: 'Fira Mono', monospace;
  font-size: 8px;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.25);
  position: absolute;
  bottom: 12px;
  right: 36px;
  z-index: 3;
  text-transform: uppercase;
}
/* WP: Add a 'photo_credit' ACF text field, output here */

/* Side stack — right column.
   Scrolls in sync with the featured photo cycle (see advanceSideTrack() in JS):
   every time the featured slide crossfades, this track advances by one
   row height, so the "Now Featured" card visibly travels through the list.
   WP: Replicate with a small JS interval + CSS transform, or swap for a
       carousel plugin (Slick/Swiper) set to auto-advance in lockstep with
       the featured image via a shared `slideChange` event. */
.side-cards {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.side-cards-track {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.side-card {
  flex: 1;
  min-height: 0;
  box-sizing: border-box;
  padding: 20px 28px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background 0.2s;
  cursor: pointer;
  text-decoration: none;
}
.side-card:hover { background: rgba(255,255,255,0.04); }
.side-card.is-current {
  background: rgba(255,206,8,0.05);
  box-shadow: inset 3px 0 0 var(--gold);
}
.side-card-now {
  font-family: 'Fira Mono', monospace;
  font-size: 8px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0;
  height: 10px;
  line-height: 10px;
  transition: opacity 0.2s;
}
.side-card.is-current .side-card-now { opacity: 1; }
.side-card-meta { display: flex; align-items: center; gap: 8px; }
.side-card-date {
  font-family: 'Fira Mono', monospace;
  font-size: 9px;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
}
.side-card-meta .state-badge { font-size: 7px; padding: 2px 6px; }
.side-card-headline {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: rgba(255,255,255,0.88);
  text-transform: uppercase;
  line-height: 1.18;
  letter-spacing: 0.1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.side-card:hover .side-card-headline, .side-card.is-current .side-card-headline { color: var(--gold); }
.side-card-excerpt {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ─────────────────────────────────────────────
   4. WHO WE ARE STRIP (brief intro for press)
   WP: ACF text block, single paragraph
   ───────────────────────────────────────────── */
/* ─────────────────────────────────────────────
   WHO WE ARE — "The Issues That Matter"
   Main-website-style content block: off/warm-stone
   background, eyebrow + large headline + body +
   stat cards + press contact + learn-more CTA.
   WP: ACF fields — wwa_headline, wwa_body,
       wwa_cta_text, wwa_cta_url (target=_blank)
   ───────────────────────────────────────────── */
.who-we-are {
  background: var(--off);
  padding: 72px 0;
  border-top: 3px solid var(--gold);
}
.wwa-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 80px;
  align-items: center;
}
.wwa-eyebrow {
  font-family: 'Fira Mono', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--pu);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.wwa-eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--gold); flex-shrink: 0; }
.wwa-headline {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(38px, 4vw, 56px);
  text-transform: uppercase;
  color: var(--pu3);
  line-height: 0.97;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.wwa-headline em { color: var(--pu); font-style: normal; }
.wwa-body {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: var(--mid);
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 560px;
}
.wwa-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--pu3);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 13px 28px;
  border-radius: 3px;
  transition: background 0.15s, gap 0.15s;
  text-decoration: none;
}
.wwa-cta:hover { background: var(--gold2); gap: 12px; }
.wwa-right { display: flex; flex-direction: column; gap: 16px; }
.wwa-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.wwa-stat {
  background: var(--white);
  border-top: 3px solid var(--gold);
  padding: 18px 12px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.wwa-stat-num {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 26px;
  color: var(--pu);
  line-height: 1;
  margin-bottom: 6px;
}
.wwa-stat-label {
  font-family: 'Fira Mono', monospace;
  font-size: 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light);
  line-height: 1.4;
}
.wwa-press {
  background: var(--pu-l);
  border: 1px solid var(--pu-m);
  border-left: 3px solid var(--pu);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  transition: border-left-color 0.2s;
  user-select: none;
}
.wwa-press:hover { border-left-color: var(--gold); }
.wwa-press-label {
  font-family: 'Fira Mono', monospace;
  font-size: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--pu);
  margin-bottom: 4px;
}
.wwa-press-email {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--pu3);
  letter-spacing: 0.2px;
}
.wwa-press-copied {
  font-family: 'Fira Mono', monospace;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2d7a4f;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.25s;
}
.wwa-press-copied.show { opacity: 1; height: auto; margin-top: 3px; }
.wwa-presskit {
  background: var(--pu-l);
  border: 1px solid var(--pu-m);
  border-left: 3px solid var(--pu);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-decoration: none;
  transition: border-left-color 0.2s;
}
.wwa-presskit:hover { border-left-color: var(--gold); }
.wwa-presskit-label {
  font-family: 'Fira Mono', monospace;
  font-size: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--pu);
  margin-bottom: 4px;
}
.wwa-presskit-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--pu3);
  letter-spacing: 0.2px;
}
.wwa-presskit-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: var(--light);
  margin-top: 2px;
}
.wwa-presskit-arrow { flex-shrink: 0; color: var(--pu2); opacity: 0.4; transition: opacity 0.15s, transform 0.15s, color 0.15s; }
.wwa-presskit:hover .wwa-presskit-arrow { opacity: 1; transform: translateX(3px); color: var(--gold); }

/* ─────────────────────────────────────────────
   5. ALL RELEASES
   WP: Custom Post Type: press_release
       Taxonomy: state (CT, RI)
       Template: archive-press_release.php
       Filter: AJAX or JS from URL params ?state=ct
       Search: WP search or SearchWP plugin
       Pagination: Load More via WP REST API
   ───────────────────────────────────────────── */
.releases-section {
  padding: 0 80px 80px;
  max-width: 1400px;
  margin: 0 auto;
}
.releases-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 28px;
  border-bottom: 2px solid var(--rule);
  gap: 24px;
  flex-wrap: wrap;
}
.releases-eyebrow {
  font-family: 'Fira Mono', monospace;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--pu);
  display: flex;
  align-items: center;
  gap: 10px;
}
.releases-eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--gold); }
.releases-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.state-filters { display: flex; gap: 5px; }
.state-btn {
  font-family: 'Fira Mono', monospace;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 3px;
  border: 1.5px solid var(--rule);
  background: var(--white);
  color: var(--mid);
  cursor: pointer;
  transition: all 0.15s;
}
.state-btn:hover { border-color: var(--pu); color: var(--pu); }
.state-btn.active { background: var(--pu); border-color: var(--pu); color: var(--white); }
.type-filters { display: flex; gap: 5px; }
.type-btn {
  font-family: 'Fira Mono', monospace;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 3px;
  border: 1.5px solid var(--rule);
  background: var(--white);
  color: var(--mid);
  cursor: pointer;
  transition: all 0.15s;
}
.type-btn:hover { border-color: var(--gold); color: var(--ink); }
.type-btn.active { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.search-wrap { position: relative; }
.search-icon {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--light);
  pointer-events: none;
}
.releases-search {
  border: 1.5px solid var(--rule);
  border-radius: 3px;
  padding: 8px 12px 8px 34px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--ink);
  background: var(--white);
  outline: none;
  width: 260px;
  transition: border-color 0.15s;
}
.releases-search:focus { border-color: var(--pu); }
.releases-count-label {
  font-family: 'Fira Mono', monospace;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light);
  white-space: nowrap;
}

/* Release list */
.release-list { margin-top: 0; }
.release-item {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 0 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
  transition: background 0.12s;
  cursor: pointer;
}
.release-item:first-child { border-top: 1px solid var(--rule); margin-top: 20px; }
.release-item:hover { background: var(--pu-l); margin: 0 -16px; padding: 24px 16px; }
.release-meta-col {
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex-shrink: 0;
  padding-top: 3px;
}
.release-date {
  font-family: 'Fira Mono', monospace;
  font-size: 9px;
  letter-spacing: 1px;
  color: var(--light);
  text-transform: uppercase;
  line-height: 1.4;
}
.state-badge {
  display: inline-flex;
  font-family: 'Fira Mono', monospace;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 2px;
  width: fit-content;
}
.state-badge.ct   { background: var(--pu-l);  color: var(--pu);  border: 1px solid var(--pu-m); }
.state-badge.ri   { background: #e8f4ec; color: #2d7a4f; border: 1px solid #b8dfc4; }
.state-badge.both { background: #fff8e0; color: #8a6000; border: 1px solid #ffe08a; }
.release-body-col { min-width: 0; }
.release-headline {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 800;
  font-size: 19px;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.release-item:hover .release-headline { color: var(--pu3); }
.release-excerpt {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--mid);
  line-height: 1.6;
}
.release-link-col {
  flex-shrink: 0;
  padding-top: 4px;
}
.release-read-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pu);
  white-space: nowrap;
  transition: gap 0.15s;
}
.release-read-link:hover { gap: 9px; }

/* No results */
.no-results {
  display: none;
  text-align: center;
  padding: 72px 0;
}
.no-results-icon { color: var(--rule); margin-bottom: 16px; }
.no-results-text {
  font-family: 'Fira Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--light);
}

/* Load more */
.load-more-wrap { text-align: center; padding: 48px 0 0; }
.load-more-btn {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--pu);
  border: 1.5px solid var(--pu-m);
  background: var(--pu-l);
  padding: 13px 40px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.15s;
}
.load-more-btn:hover { background: var(--pu); color: var(--white); border-color: var(--pu); }
.all-loaded {
  font-family: 'Fira Mono', monospace;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--light);
  text-align: center;
  padding: 40px 0 0;
  display: none;
}

/* ─────────────────────────────────────────────
   FOOTER
   WP: footer.php — same across site
   ───────────────────────────────────────────── */
.footer {
  background: var(--ink);
  color: rgba(255,255,255,0.6);
  padding: 56px 80px 32px;
  margin-top: 0;
}
.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.footer-top {
  display: flex;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.09);
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.footer-brand { display: flex; align-items: flex-start; gap: 16px; max-width: 320px; }
.footer-favicon { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; margin-top: 2px; }
.footer-brand-name {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 3px;
}
.footer-brand-sub { font-size: 12px; color: rgba(255,255,255,0.38); line-height: 1.55; margin-bottom: 12px; }
.footer-social { display: flex; gap: 8px; }
.social-icon {
  width: 30px; height: 30px;
  border-radius: 3px;
  background: rgba(255,255,255,0.09);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.15s;
}
.social-icon:hover { background: var(--pu); }
.footer-cols { display: flex; gap: 48px; flex: 1; flex-wrap: wrap; }
.footer-col-title {
  font-family: 'Fira Mono', monospace;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.footer-col a {
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  margin-bottom: 9px;
  transition: color 0.15s;
}
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  flex-wrap: wrap;
  gap: 12px;
  color: rgba(255,255,255,0.28);
}
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { color: rgba(255,255,255,0.28); transition: color 0.15s; }
.footer-legal a:hover { color: var(--white); }

/* ─────────────────────────────────────────────
   MOBILE MENU — same across site
   WP: wp_nav_menu() in header.php, triggered
       by hamburger button class .nav-hamburger
   ───────────────────────────────────────────── */
#mm-backdrop { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.55); z-index: 9990; }
#mm-backdrop.open { display: block; }
#mm-overlay {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(420px, 100vw);
  background: var(--pu4); z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.4,0,0.2,1);
  display: flex; flex-direction: column; overflow-y: auto;
}
#mm-overlay.open { transform: translateX(0); }
.mm-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; border-bottom: 1px solid rgba(255,255,255,0.08); flex-shrink: 0; }
.mm-close { background: none; border: none; cursor: pointer; color: rgba(255,255,255,0.65); font-size: 28px; line-height: 1; padding: 4px 6px; transition: color 0.15s; }
.mm-close:hover { color: #fff; }
.mm-nav { flex: 1; display: flex; flex-direction: column; padding: 24px 32px 16px; }
.mm-nav a { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 800; font-size: 28px; color: rgba(255,255,255,0.9); text-decoration: none; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07); display: block; transition: color 0.15s, padding-left 0.15s; letter-spacing: 0.2px; }
.mm-nav a:hover { color: var(--gold); padding-left: 6px; }
.mm-nav a:last-child { border-bottom: none; }
.mm-cta-wrap { padding: 20px 32px; border-top: 1px solid rgba(255,255,255,0.08); flex-shrink: 0; }
.mm-cta-btn { display: block; background: var(--gold); color: var(--ink); font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 900; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; padding: 14px 24px; text-align: center; margin-bottom: 10px; transition: background 0.15s; }
.mm-cta-btn:hover { background: var(--gold2); }
.mm-cta-btn.secondary { background: transparent; border: 1px solid rgba(255,255,255,0.28); color: rgba(255,255,255,0.82); font-size: 12px; padding: 12px 24px; margin-bottom: 0; }
.mm-social-wrap { display: flex; gap: 10px; padding: 16px 32px 28px; }
.mm-social-icon { width: 34px; height: 34px; background: rgba(255,255,255,0.09); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: background 0.15s; }
.mm-social-icon:hover { background: var(--pu); }

/* ─────────────────────────────────────────────
   LEGAL MODALS — same across site
   ───────────────────────────────────────────── */
.legal-modal-backdrop { position: fixed; inset: 0; background: rgba(10,2,26,0.72); z-index: 10000; display: none; align-items: center; justify-content: center; padding: 20px; backdrop-filter: blur(3px); }
.legal-modal-backdrop.open { display: flex; }
.legal-modal { background: var(--white); max-width: 660px; width: 100%; max-height: 88vh; overflow-y: auto; position: relative; padding: 48px 44px 44px; box-shadow: 0 24px 64px rgba(0,0,0,0.35); }
.legal-modal-close { position: sticky; top: 0; float: right; margin: -48px -44px 8px 0; background: none; border: none; font-size: 24px; cursor: pointer; color: var(--mid); line-height: 1; padding: 4px 8px; transition: color 0.15s; }
.legal-modal-close:hover { color: var(--ink); }
.legal-modal h2 { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 900; color: var(--ink); margin: 0 0 6px; }
.legal-modal .legal-date { font-family: 'Fira Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--mid); display: block; margin-bottom: 24px; }
.legal-modal h3 { font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.5px; text-transform: uppercase; color: var(--pu); margin: 22px 0 7px; }
.legal-modal p, .legal-modal li { font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--mid); line-height: 1.75; margin: 0 0 10px; }
.legal-modal ul { padding-left: 18px; margin: 0 0 12px; }
.legal-modal a { color: var(--pu); }

/* ─────────────────────────────────────────────
   RESPONSIVE
   ───────────────────────────────────────────── */
@media (max-width: 1100px) {
  /* Keep 2-column grid with vertical side cards — narrow the right column */
  .recent-media-inner { grid-template-columns: 1fr min(290px, 34vw); }
  .featured-card { padding: 40px 36px 40px 48px; }
  .featured-credit { right: 10px; }
  .releases-section { padding: 0 40px 60px; }
  .signup-bar { padding: 0 40px; }
  .who-we-are { padding: 56px 0; }
  .wwa-inner { grid-template-columns: 1fr; gap: 40px; padding: 0 40px; }
  .footer { padding: 48px 40px 28px; }
}
/* ── ACCORDION (mobile only) ──────────────────────
   Desktop/tablet: chevrons hidden, content visible.
   Mobile: eyebrows become toggle triggers, content
   collapses. max-height trick for smooth animation.
   ─────────────────────────────────────────────── */
.acc-chevron { display: none; }
.wwa-mobile-header { display: none; }

@media (max-width: 767px) {
  /* ── Nav ── */
  .nav { padding: 0 16px; height: 54px; }
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }

  /* ── Photo section — hide side column, full-width photo ── */
  .recent-media-inner { grid-template-columns: 1fr; }
  .side-col { display: none; }
  .featured-card { min-height: clamp(300px, 52vh, 480px); padding: 28px 24px 28px 24px; }
  .featured-headline { font-size: clamp(22px, 6vw, 32px); }

  /* ── Shared accordion chevron ── */
  .acc-chevron {
    display: block;
    flex-shrink: 0;
    margin-left: auto;   /* pushes chevron to far right in any flex parent */
    transition: transform 0.3s ease;
  }

  /* ── Sign Up — card style, inset from edges ── */
  .signup-bar { padding: 12px 16px 16px; }
  .signup-bar-inner {
    gap: 0;
    padding: 0;
    border: 1.5px solid rgba(255,255,255,0.18);
    border-left: 3px solid var(--gold);
    background: rgba(255,255,255,0.07);
  }
  .signup-eyebrow {
    cursor: pointer;
    width: 100%;
    /* parent .signup-bar-inner adds 1.5px top + 1.5px bottom border = 3px
       so min-height 53px → total card height = 1.5+53+1.5 = 56px,
       matching .wwa-mobile-header's border-box 56px */
    min-height: 53px;
    box-sizing: border-box;
    padding: 0 16px;
    margin: 0;
  }
  .signup-eyebrow .acc-chevron { color: var(--gold); }
  .signup-eyebrow.acc-open .acc-chevron { transform: rotate(180deg); }
  #signup-form-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.38s cubic-bezier(0.4,0,0.2,1);
  }
  #signup-form-wrap.acc-open { max-height: 500px; }
  /* Expanded form — column layout, all items stretch to full width, button centered */
  .signup-bar-form { flex-direction: column; flex-wrap: nowrap; width: 100%; padding: 8px 20px 18px; align-items: stretch; }
  .signup-input { width: 100%; min-width: 0; text-align: center; }
  .signup-btn-wrap { width: 100%; display: flex; justify-content: center; padding-top: 4px; }
  .signup-btn { width: auto; min-width: 160px; }
  .signup-confirm { padding: 0 16px 14px; justify-content: center; }

  /* ── Who We Are — matching card style, inset from edges ── */
  .who-we-are { padding: 12px 16px 16px; border-top: 3px solid var(--gold); }
  .wwa-mobile-header {
    display: flex;
    align-items: center;
    gap: 10px;
    /* 56px total minus 3px (top border 1.5px + bottom border 1.5px) = 53px inner */
    min-height: 56px;
    box-sizing: border-box;
    padding: 0 16px;
    cursor: pointer;
    border: 1.5px solid var(--pu-m);
    border-left: 3px solid var(--pu);
    background: var(--white);
  }
  /* Fix: only hide eyebrow inside the collapsible content, not in the trigger header */
  #wwa-content-wrap .wwa-eyebrow { display: none; }
  .wwa-mobile-header .wwa-eyebrow { display: flex; margin-bottom: 0; color: var(--pu); flex: 1; }
  .wwa-mobile-header .acc-chevron { color: var(--pu); margin-left: 0; }
  .wwa-mobile-header.acc-open .acc-chevron { transform: rotate(180deg); }
  #wwa-content-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.44s cubic-bezier(0.4,0,0.2,1);
    border: 1.5px solid var(--pu-m);
    border-top: none;
    border-left: 3px solid var(--pu);
    background: var(--white);
  }
  #wwa-content-wrap.acc-open { max-height: 2000px; }
  .wwa-inner { padding: 24px 16px 28px; }
  .wwa-stats { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .wwa-headline { font-size: clamp(30px, 7vw, 44px); }

  /* ── Releases ── */
  .releases-section { padding: 0 20px 48px; }
  .releases-section-header { flex-direction: column; align-items: flex-start; }
  .releases-controls { flex-direction: column; align-items: flex-start; width: 100%; }
  .state-filters, .type-filters { flex-wrap: wrap; }
  .releases-search { width: 100%; }
  .release-item { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
  .release-item:hover { margin: 0 -8px; padding: 18px 8px; }
  .release-meta-col { flex-direction: row; align-items: center; gap: 8px; }
  .release-link-col { display: none; }

  /* ── Footer ── */
  .footer { padding: 40px 20px 24px; }
  .footer-top { flex-direction: column; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 16px; }
}
