/*
Theme Name: Two Bayou VFD
Author: Doc Bryce
Version: 1.0
*/

:root {
  --bg-main: #071018;
  --bg-deep: #09141f;
  --panel-bg: rgba(8, 20, 32, 0.78);
  --panel-border: rgba(120, 170, 220, 0.18);
  --panel-border-soft: rgba(120, 170, 220, 0.14);
  --text-main: #f4f7ff;
  --text-soft: #c7d5eb;
  --text-muted: #8ea2c9;
  --shadow-main: 0 12px 30px rgba(0, 0, 0, 0.28);
  --shadow-soft: 0 12px 28px rgba(0, 0, 0, 0.24);
  --radius-lg: 18px;
  --radius-md: 14px;
  --shield-url: url('https://twobayouvfd.org/wp-content/uploads/2026/04/logo-backdrop.png');
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  background: linear-gradient(180deg, var(--bg-main) 0%, var(--bg-deep) 100%);
  color: var(--text-main);
  min-height: 100vh;
}

a {
  color: #d7e6ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Burn ban banner */

.tb-burn-ban-banner {
  width: 100%;
  max-width: 1180px;
  margin: 18px auto 0;
  padding-left: 20px;
  padding-right: 20px;
}

.tb-burn-ban-inner {
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: var(--shadow-main), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.tb-burn-ban-active .tb-burn-ban-inner {
  background: linear-gradient(90deg, rgba(110, 18, 18, 0.88), rgba(70, 10, 10, 0.78));
  border-color: rgba(255, 90, 90, 0.35);
}

.tb-burn-ban-lifted .tb-burn-ban-inner {
  background: linear-gradient(90deg, rgba(24, 78, 40, 0.82), rgba(14, 52, 28, 0.72));
  border-color: rgba(80, 200, 120, 0.32);
}

.tb-burn-ban-label {
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 6px;
}

.tb-burn-ban-text {
  font-size: 1rem;
  line-height: 1.55;
  color: #f4f7ff;
}

.tb-burn-ban-note {
  display: inline-block;
  margin-left: 8px;
  color: #dfe9f5;
}

/* Main homepage shell */

.tbvfd-shell {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 20px 60px;
  z-index: 1;
}

.tbvfd-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--shield-url) center 180px / 620px no-repeat;
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
  filter: brightness(1.05) saturate(0.85);
}

.tbvfd-header,
.panel,
.tb-status-panel,
.tb-feature-card,
.tb-progress-section,
.tb-ops-log,
.tb-footer-box {
  position: relative;
  z-index: 1;
  background: var(--panel-bg);
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-main), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.tbvfd-header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 24px;
  margin-bottom: 22px;
}

.tbvfd-logo {
  width: 110px;
  flex: 0 0 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tbvfd-logo img {
  width: 100px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45));
}

.tbvfd-header-text {
  min-width: 0;
}

.tbvfd-eyebrow {
  margin: 0 0 8px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 700;
}

.tbvfd-header h1 {
  margin: 0 0 8px;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.tbvfd-header-copy {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-soft);
}

.tbvfd-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.panel {
  padding: 22px;
  min-height: 230px;
}

.panel h2 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--text-soft);
}

.panel-source {
  margin-top: 6px;
  margin-bottom: 18px;
  font-size: 12px;
  color: var(--text-muted);
}

/* Weather */

#weather {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#weather .temp {
  font-size: 50px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 2px;
}

#weather .condition {
  font-size: 19px;
  color: #ebf1ff;
  margin-bottom: 2px;
}

.weather-meta {
  font-size: 13px;
  line-height: 1.45;
  color: var(--text-muted);
}

/* NWS Alerts */

.nws-alert-content {
  margin-top: 4px;
}

.alert-none {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nws-alert-empty-title {
  font-size: 18px;
  font-weight: 700;
  color: #f3f7ff;
}

.nws-alert-empty-text {
  font-size: 14px;
  line-height: 1.5;
  color: #c8d4ea;
}

.nws-alert-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nws-alert-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.nws-alert-item:hover {
  transform: translateY(-1px);
}

.nws-alert-item.severity-warning {
  border-color: rgba(255, 72, 72, 0.55);
  box-shadow: 0 0 18px rgba(255, 72, 72, 0.16);
  background: linear-gradient(180deg, rgba(80, 12, 12, 0.6) 0%, rgba(36, 7, 7, 0.42) 100%);
}

.nws-alert-item.severity-watch {
  border-color: rgba(255, 205, 56, 0.55);
  box-shadow: 0 0 18px rgba(255, 205, 56, 0.14);
  background: linear-gradient(180deg, rgba(88, 66, 10, 0.55) 0%, rgba(43, 32, 5, 0.38) 100%);
}

.nws-alert-item.severity-advisory {
  border-color: rgba(66, 153, 225, 0.55);
  box-shadow: 0 0 18px rgba(66, 153, 225, 0.14);
  background: linear-gradient(180deg, rgba(10, 42, 82, 0.55) 0%, rgba(7, 21, 40, 0.36) 100%);
}

.nws-alert-item.severity-statement {
  border-color: rgba(150, 170, 205, 0.35);
  box-shadow: 0 0 12px rgba(150, 170, 205, 0.08);
  background: linear-gradient(180deg, rgba(26, 35, 55, 0.48) 0%, rgba(11, 17, 28, 0.34) 100%);
}

.nws-alert-summary-wrap {
  padding: 14px 16px 12px;
}

.nws-alert-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #bfd0ef;
  margin-bottom: 8px;
}

.nws-alert-headline {
  font-size: 20px;
  line-height: 1.15;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.nws-alert-meta {
  font-size: 13px;
  color: #ccdaef;
  margin-bottom: 8px;
}

.nws-alert-summary {
  font-size: 14px;
  line-height: 1.5;
  color: #edf3ff;
}

.nws-alert-toggle {
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding: 11px 16px;
  cursor: pointer;
}

.nws-alert-toggle:hover {
  background: rgba(255, 255, 255, 0.07);
}

.nws-alert-details {
  display: none;
  padding: 0 16px 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #e8f0ff;
}

.nws-alert-item.is-open .nws-alert-details {
  display: block;
}

.nws-alert-item.is-open .nws-alert-toggle {
  background: rgba(255, 255, 255, 0.08);
}

.nws-alert-instruction {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.nws-alert-footer {
  margin-top: 10px;
  font-size: 12px;
  color: #9fb3d8;
}

#nws-alert-box.state-clear {
  border-color: rgba(80, 200, 120, 0.35);
  box-shadow: 0 0 14px rgba(80, 200, 120, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

#nws-alert-box.state-warning {
  border-color: rgba(255, 72, 72, 0.4);
  box-shadow: 0 0 18px rgba(255, 72, 72, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

#nws-alert-box.state-watch {
  border-color: rgba(255, 205, 56, 0.4);
  box-shadow: 0 0 18px rgba(255, 205, 56, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

#nws-alert-box.state-advisory {
  border-color: rgba(66, 153, 225, 0.4);
  box-shadow: 0 0 18px rgba(66, 153, 225, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

/* Recent Calls */

#recent-calls {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  line-height: 1.55;
  color: #eaf1ff;
}

#recent-calls .call-none,
#recent-calls .no-calls,
#recent-calls .empty {
  color: var(--text-soft);
}

.call-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(120, 170, 220, 0.16);
  border-radius: 10px;
  padding: 12px 14px;
  animation: pulseIn 0.35s ease;
}

.call-title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.call-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.call-status {
  font-size: 0.92rem;
  font-weight: 700;
}

.call-time {
  color: #b7c7ea;
  font-size: 0.92rem;
}

.call-location {
  color: #d7e6ff;
  font-size: 0.94rem;
  line-height: 1.4;
}

.status-active {
  color: #ff4d4d;
}

.status-responding {
  color: #ff9f1c;
}

.status-on-scene {
  color: #ffd166;
}

.status-contained {
  color: #2ec4b6;
}

.status-dispatched {
  color: #4cc9f0;
}

.status-closed {
  color: #9fb3d9;
}

/* Command Center */

.tb-command-center {
  position: relative;
  overflow: hidden;
  padding: 40px 20px 64px;
  background: transparent;
  color: #edf4f8;
}

.tb-command-center::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--shield-url) center center / 680px no-repeat;
  opacity: 0.14;
  pointer-events: none;
  z-index: 1;
  filter: brightness(1.05) saturate(0.85);
}

.tb-overlay-grid {
  display: none;
}

.tb-wrap {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

.tb-alert-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  margin-bottom: 26px;
  border: 1px solid rgba(255, 90, 90, 0.35);
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(120, 8, 8, 0.55), rgba(70, 16, 16, 0.28));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.03), 0 0 28px rgba(255, 59, 48, 0.08);
}

.tb-alert-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff3b30;
  box-shadow: 0 0 12px rgba(255, 59, 48, 0.95);
  animation: tbBlink 1.2s infinite;
}

.tb-alert-text {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #ffd7d2;
}

.tb-header-block {
  text-align: center;
  margin-bottom: 34px;
}

.tb-kicker {
  margin-bottom: 10px;
  color: #ff8b7b;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 0.82rem;
}

.tb-header-block h2,
.tb-board-head h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tb-lead,
.tb-board-head p,
.tb-footer-box p {
  max-width: 880px;
  margin: 0 auto;
  color: #bfd0da;
  line-height: 1.7;
  font-size: 1.04rem;
}

.tb-status-grid,
.tb-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}

.tb-status-panel,
.tb-feature-card {
  padding: 22px;
}

.tb-panel-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #9db5c5;
  text-transform: uppercase;
}

.tb-panel-light {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  flex: 0 0 11px;
}

.tb-panel-light.live {
  background: #2ff58d;
  box-shadow: 0 0 12px rgba(47, 245, 141, 0.95);
}

.tb-panel-light.warn {
  background: #ffb020;
  box-shadow: 0 0 12px rgba(255, 176, 32, 0.95);
}

.tb-panel-light.pulse {
  background: #ff4c3c;
  box-shadow: 0 0 12px rgba(255, 76, 60, 0.95);
  animation: tbBlink 1.3s infinite;
}

.tb-status-panel h3,
.tb-footer-box h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 1.18rem;
}

.tb-status-panel p,
.tb-feature-card p,
.tb-ops-log li {
  color: #d6e2ea;
  line-height: 1.65;
}

.tb-system-board,
.tb-progress-section,
.tb-ops-log,
.tb-footer-message {
  margin-top: 42px;
}

.tb-board-head {
  margin-bottom: 20px;
}

.tb-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.tb-badge.testing {
  background: rgba(255, 176, 32, 0.14);
  color: #ffd27b;
  border: 1px solid rgba(255, 176, 32, 0.28);
}

.tb-badge.build {
  background: rgba(47, 245, 141, 0.14);
  color: #95ffbf;
  border: 1px solid rgba(47, 245, 141, 0.28);
}

.tb-badge.soon {
  background: rgba(90, 172, 255, 0.14);
  color: #8bcbff;
  border: 1px solid rgba(90, 172, 255, 0.28);
}

.tb-feature-card strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1.08rem;
}

.tb-progress-section,
.tb-ops-log {
  padding: 24px;
}

.tb-progress-item + .tb-progress-item {
  margin-top: 18px;
}

.tb-progress-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  color: #f3f8fb;
  font-weight: 800;
  font-size: 0.96rem;
}

.tb-progress-bar {
  position: relative;
  width: 100%;
  height: 16px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.tb-progress-fill {
  position: relative;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff3b30 0%, #ff7b22 55%, #ffd347 100%);
  box-shadow: 0 0 20px rgba(255, 100, 40, 0.18);
}

.tb-progress-fill::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  animation: tbSweep 2.2s infinite linear;
}

.w90 { width: 90%; }
.w85 { width: 85%; }
.w75 { width: 75%; }
.w70 { width: 70%; }
.w30 { width: 30%; }

.tb-ops-log ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tb-ops-log li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.tb-ops-log li + li {
  margin-top: 14px;
}

.tb-log-dot {
  margin-top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5d4d;
  box-shadow: 0 0 10px rgba(255, 93, 77, 0.9);
  flex: 0 0 8px;
}

.tb-footer-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px;
  border-color: rgba(255, 88, 70, 0.22);
}

/* Dispatch page */

.dispatch-shell {
  max-width: 760px;
}

.dispatch-panel {
  padding: 24px;
}

.dispatch-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.dispatch-logo {
  width: 72px;
  height: auto;
  display: block;
}

.dispatch-form,
.dispatch-logout-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dispatch-form label {
  color: var(--text-soft);
  font-size: 0.95rem;
  font-weight: 700;
}

.dispatch-form input,
.dispatch-form select,
.dispatch-form button,
.dispatch-logout-button {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(120, 170, 220, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 1rem;
  padding: 14px;
}

.dispatch-form input::placeholder {
  color: #8da3cf;
}

.dispatch-form button,
.dispatch-logout-button {
  background: #15386d;
  font-weight: 700;
  cursor: pointer;
}

.dispatch-form button:hover,
.dispatch-logout-button:hover {
  background: #1b4a90;
}

/* Sitewide burn ban */

.tb-sitewide-burn-ban {
  width: 100%;
  padding: 14px 16px 0;
  position: relative;
  z-index: 9999;
}

.tb-sitewide-burn-ban-inner {
  max-width: 1180px;
  margin: 0 auto;
  border-radius: 16px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.tb-sitewide-burn-ban-active .tb-sitewide-burn-ban-inner {
  background: linear-gradient(90deg, rgba(110, 18, 18, 0.92), rgba(70, 10, 10, 0.82));
  border-color: rgba(255, 90, 90, 0.35);
}

.tb-sitewide-burn-ban-lifted .tb-sitewide-burn-ban-inner {
  background: linear-gradient(90deg, rgba(24, 78, 40, 0.88), rgba(14, 52, 28, 0.78));
  border-color: rgba(80, 200, 120, 0.32);
}

.tb-sitewide-burn-ban-label {
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 6px;
}

.tb-sitewide-burn-ban-text {
  font-size: 1rem;
  line-height: 1.55;
  color: #f4f7ff;
}

.tb-sitewide-burn-ban-note {
  display: inline-block;
  margin-left: 8px;
  color: #dfe9f5;
}

/* General interior pages */

.tbvfd-page {
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 24px 0 60px;
}

.tbvfd-hero {
  background: linear-gradient(180deg, rgba(3, 18, 35, 0.96), rgba(2, 12, 24, 0.92));
  border: 1px solid rgba(90, 140, 190, 0.22);
  border-radius: 24px;
  padding: 48px 24px;
  margin-bottom: 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.tbvfd-hero-inner {
  max-width: 900px;
}

.tbvfd-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
  color: #f3f7fb;
}

.tbvfd-hero p {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #d6e4f2;
}

.tbvfd-section {
  margin-bottom: 24px;
}

.tbvfd-card {
  background: rgba(4, 20, 38, 0.88);
  border: 1px solid rgba(90, 140, 190, 0.18);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.tbvfd-card h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 1.6rem;
  color: #f3f7fb;
}

.tbvfd-card p,
.tbvfd-card li {
  color: #d7e2ee;
  line-height: 1.75;
  font-size: 1rem;
}

.tbvfd-card ul {
  margin: 0;
  padding-left: 20px;
}

.tbvfd-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* 404 page */

.error-404-page {
  background: #0b0f14;
  color: #fff;
}

.error-404-page .hero-404,
.error-404-page .panel-section {
  position: relative;
  z-index: 1;
}

.error-404-page .hero-404 {
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(rgba(7, 12, 18, 0.82), rgba(7, 12, 18, 0.88));
}

.error-404-page .hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.35));
  z-index: 2;
}

.error-404-page .hero-404::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255, 120, 0, 0.04), transparent 70%);
  z-index: 2;
  pointer-events: none;
}

.error-404-page .hero-content {
  position: relative;
  z-index: 3;
  max-width: 760px;
  padding: 2rem;
}

.error-404-page .hero-title {
  font-size: clamp(4rem, 10vw, 7rem);
  line-height: 1;
  margin: 0 0 0.5rem;
  color: #ff4b4b;
  text-shadow: 0 0 18px rgba(255, 75, 75, 0.22);
}

.error-404-page .hero-subtitle {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  margin: 0 0 1rem;
  font-weight: 700;
}

.error-404-page .hero-text {
  font-size: 1.05rem;
  max-width: 620px;
  margin: 0 auto 1.5rem;
  color: rgba(255, 255, 255, 0.88);
}

.error-404-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.error-404-page .btn-primary,
.error-404-page .btn-secondary {
  display: inline-block;
  padding: 0.85rem 1.25rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.error-404-page .btn-primary {
  background: #c62828;
  color: #fff;
}

.error-404-page .btn-primary:hover {
  transform: translateY(-2px);
  background: #e53935;
}

.error-404-page .btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}

.error-404-page .btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
}

.error-404-page .hero-shield-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url('https://twobayouvfd.org/wp-content/uploads/2026/04/logo-backdrop.png');
  background-repeat: no-repeat;
  background-position: center 180px;
  background-size: 460px auto;
  opacity: 0.1;
  filter: drop-shadow(0 0 18px rgba(255, 60, 60, 0.1));
}

.error-404-page .ember {
  position: absolute;
  bottom: -40px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  filter: blur(1px);
  z-index: 2;
}

.error-404-page .ember::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: inherit;
  filter: blur(4px);
  opacity: 0.6;
}

.error-404-page .ember-1 {
  left: 18%;
  width: 6px;
  height: 6px;
  background: rgba(255, 120, 0, 0.85);
  animation: emberRise1 6.5s linear infinite;
}

.error-404-page .ember-2 {
  left: 42%;
  width: 8px;
  height: 8px;
  background: rgba(255, 160, 40, 0.9);
  animation: emberRise2 9.2s linear infinite 1.3s;
}

.error-404-page .ember-3 {
  left: 68%;
  width: 5px;
  height: 5px;
  background: rgba(255, 90, 0, 0.8);
  animation: emberRise3 7.4s linear infinite 0.6s;
}

.error-404-page .ember-4 {
  left: 55%;
  width: 7px;
  height: 7px;
  background: rgba(255, 140, 0, 0.85);
  animation: emberRise4 8.6s linear infinite 2s;
}

.error-404-page .ember-5 {
  left: 30%;
  width: 4px;
  height: 4px;
  background: rgba(255, 180, 60, 0.9);
  animation: emberRise5 10s linear infinite 0.8s;
}

.error-404-page .panel-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.error-404-page .panel {
  min-height: 0;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 4px solid #c62828;
  border-radius: 14px;
  padding: 1.25rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.error-404-page .panel h2 {
  margin-top: 0;
  margin-bottom: 0.85rem;
  font-size: 1.2rem;
  color: #ffffff;
}

.error-404-page .quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.error-404-page .quick-links li + li {
  margin-top: 0.6rem;
}

.error-404-page .quick-links a {
  color: #ffb3b3;
  text-decoration: none;
}

.error-404-page .quick-links a:hover {
  color: #fff;
}

.error-404-page .recent-calls-box {
  min-height: 120px;
}

.error-404-page .recent-call-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.error-404-page .recent-call-item:last-child {
  border-bottom: 0;
}

.error-404-page .recent-call-title {
  font-weight: 700;
  color: #fff;
}

.error-404-page .recent-call-meta {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 0.2rem;
}

.error-404-page .search-form {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.error-404-page .search-field {
  flex: 1 1 180px;
  padding: 0.8rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.error-404-page .search-submit {
  padding: 0.8rem 1rem;
  border: 0;
  border-radius: 10px;
  background: #c62828;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.error-404-page .search-submit:hover {
  background: #e53935;
}

/* Animations */

@keyframes pulseIn {
  0% {
    transform: scale(0.96);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Gallery page */
.page-gallery {
  position: relative;
  z-index: 1;
}

.page-gallery .panel {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 2.5rem 2rem;
  border-radius: 20px;
}

.page-gallery .gallery-hero {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 96px 20px 36px;
  text-align: center;
}

.page-gallery .hero-panel-inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.page-gallery .section-kicker {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffd37a;
  border: 1px solid rgba(255, 211, 122, 0.25);
}

.page-gallery .gallery-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.02;
  color: #ffffff;
  text-wrap: balance;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.page-gallery .hero-lead,
.page-gallery .section-intro,
.page-gallery .gallery-copy p,
.page-gallery .gallery-card p {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.page-gallery .hero-lead {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.page-gallery .gallery-intro,
.page-gallery .gallery-privacy {
  background: rgba(10, 14, 20, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
}

.page-gallery .section-heading {
  margin-bottom: 1.5rem;
}

.page-gallery .section-heading h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.15;
}

.gallery-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.gallery-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.gallery-placeholder {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(255, 145, 66, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(0, 0, 0, 0.22);
  border-bottom: 1px solid rgba(255, 211, 122, 0.16);
}

.gallery-placeholder span {
  color: #ffd37a;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-card-body {
  display: flex;
  flex-direction: column;
  padding: 1.15rem;
}

.gallery-card h3 {
  margin: 0 0 0.6rem;
  color: #ffffff;
  font-size: 1.12rem;
}

.gallery-card p {
  margin: 0;
}

.gallery-coming-soon {
  display: inline-block;
  margin-top: auto;
  padding-top: 1rem;
  color: #ffd37a;
  font-size: 0.88rem;
  font-weight: 700;
}

.gallery-copy p {
  margin-top: 0;
}

.gallery-copy p + p {
  margin-top: 1rem;
}

@media (max-width: 1100px) {
  .gallery-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .page-gallery .panel {
    padding: 2rem 1.15rem;
    margin-bottom: 1.25rem;
    border-radius: 16px;
  }

  .page-gallery .gallery-hero {
    padding: 78px 20px 28px;
  }

  .gallery-card-grid {
    grid-template-columns: 1fr;
  }
}

/* Call Log page */
.page-call-log {
  position: relative;
  z-index: 1;
}

.page-call-log .panel {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 2.5rem 2rem;
  border-radius: 20px;
}

.page-call-log .call-log-hero {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 96px 20px 36px;
  text-align: center;
}

.page-call-log .hero-panel-inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.page-call-log .section-kicker {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffd37a;
  border: 1px solid rgba(255, 211, 122, 0.25);
}

.page-call-log .call-log-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.02;
  color: #ffffff;
  text-wrap: balance;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.page-call-log .hero-lead,
.page-call-log .section-intro {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.page-call-log .call-log-panel {
  background: rgba(10, 14, 20, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
}

.call-log-list {
  display: grid;
  gap: 1rem;
}

.call-log-date {
  margin: 1.5rem 0 0.25rem;
  color: #ffd37a;
  font-size: 1.2rem;
}

.call-log-item {
  padding: 1.1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.call-log-item-head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
}

.call-log-item h4 {
  margin: 0;
  color: #ffffff;
  font-size: 1.12rem;
}

.call-log-status {
  color: #9fb3d9;
  font-weight: 700;
}

.call-log-meta,
.call-log-location,
.call-log-privacy,
.call-log-empty {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.6;
}

.call-log-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.55rem;
  font-size: 0.95rem;
}

.call-log-location,
.call-log-privacy {
  margin: 0.65rem 0 0;
}

.call-log-privacy {
  color: rgba(255, 211, 122, 0.9);
}

@media (max-width: 640px) {
  .page-call-log .panel {
    padding: 2rem 1.15rem;
    margin-bottom: 1.25rem;
    border-radius: 16px;
  }

  .page-call-log .call-log-hero {
    padding: 78px 20px 28px;
  }

  .call-log-item-head {
    display: grid;
  }
}

@keyframes tbBlink {
  0%,
  45% {
    opacity: 1;
    transform: scale(1);
  }
  50%,
  100% {
    opacity: 0.3;
    transform: scale(0.92);
  }
}

@keyframes tbSweep {
  0% {
    transform: translateX(-60px);
  }
  100% {
    transform: translateX(220px);
  }
}

@keyframes shieldDrift {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(10px) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes emberRise1 {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 0.9;
  }
  50% {
    transform: translateY(-180px) translateX(20px);
    opacity: 0.6;
  }
  100% {
    transform: translateY(-360px) translateX(-10px);
    opacity: 0;
  }
}

@keyframes emberRise2 {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 0.8;
  }
  50% {
    transform: translateY(-220px) translateX(-25px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-420px) translateX(15px);
    opacity: 0;
  }
}

@keyframes emberRise3 {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  15% {
    opacity: 0.85;
  }
  60% {
    transform: translateY(-200px) translateX(30px);
    opacity: 0.6;
  }
  100% {
    transform: translateY(-380px) translateX(-20px);
    opacity: 0;
  }
}

@keyframes emberRise4 {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 0.7;
  }
  50% {
    transform: translateY(-210px) translateX(-15px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-400px) translateX(25px);
    opacity: 0;
  }
}

@keyframes emberRise5 {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  20% {
    opacity: 0.9;
  }
  60% {
    transform: translateY(-240px) translateX(10px);
    opacity: 0.6;
  }
  100% {
    transform: translateY(-460px) translateX(-30px);
    opacity: 0;
  }
}

/* Responsive */

@media (max-width: 1100px) {
  .tbvfd-header h1 {
    font-size: 2.35rem;
  }

  .tbvfd-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .panel {
    min-height: 0;
  }

  .tbvfd-header {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .tbvfd-logo {
    width: 84px;
    flex-basis: 84px;
  }
}

@media (max-width: 800px) {
  .tbvfd-two-col {
    grid-template-columns: 1fr;
  }

  .tbvfd-hero {
    padding: 34px 20px;
  }

  .tbvfd-card {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .tb-command-center {
    padding: 48px 16px;
  }

  .tb-command-center::before {
    background-size: 320px;
    opacity: 0.09;
  }

  .tb-alert-strip {
    align-items: flex-start;
  }

  .tb-alert-text {
    line-height: 1.4;
  }

  .tb-progress-head {
    font-size: 0.92rem;
  }

  .tb-footer-box {
    flex-direction: row;
  }

  .tbvfd-shell {
    padding: 18px 16px 50px;
  }

  .tbvfd-shell::before {
    background-size: 280px;
    background-position: center 110px;
    opacity: 0.1;
  }

  .tbvfd-header {
    padding: 22px 20px;
  }

  .tbvfd-header h1 {
    font-size: 1.95rem;
    line-height: 1.12;
    margin-bottom: 10px;
  }

  .tbvfd-header-copy {
    font-size: 0.98rem;
  }

  .panel {
    padding: 22px 20px 24px;
  }

  #weather .temp {
    font-size: 2.4rem;
  }

  .error-404-page .hero-404 {
    min-height: 64vh;
  }

  .error-404-page .hero-shield-bg {
    position: absolute;
    inset: 0;
    background-position: center 120px;
    background-size: 320px auto;
    opacity: 0.09;
  }

  .error-404-page .hero-content {
    padding: 1.5rem 1rem;
  }
}

/* =========================
   Site-Wide Interior Page Theme
   ========================= */

:root {
  --tb-red: #b22222;
  --tb-red-bright: #d43737;
  --tb-gold: #d6a54b;
  --tb-dark: #0f0f10;
  --tb-panel: rgba(20, 20, 22, 0.82);
  --tb-panel-border: rgba(255, 255, 255, 0.08);
  --tb-text: #f5f1e8;
  --tb-muted: #c9c2b6;
  --tb-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* Use on all daughter pages */
body.page {
  background-color: #111;
  color: var(--tb-text);
}

/* Fixed background shield layer */
body.page::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(10,10,10,0.78), rgba(10,10,10,0.84)),
    url('https://twobayouvfd.org/wp-content/uploads/2026/04/logo-backdrop.png') center center / contain no-repeat;
  opacity: 1;
  z-index: -2;
  pointer-events: none;
}

/* Slight texture and warmth over background */
body.page::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(178,34,34,0.10), transparent 40%),
    radial-gradient(circle at bottom, rgba(214,165,75,0.06), transparent 35%);
  z-index: -1;
  pointer-events: none;
}

/* Main page wrapper */
.tb-page-shell {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 20px 80px;
}

/* Interior hero */
.tb-page-hero {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 56px 34px;
  margin-bottom: 36px;
  background:
    linear-gradient(135deg, rgba(178,34,34,0.16), rgba(15,15,16,0.90)),
    rgba(18,18,20,0.82);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--tb-shadow);
}

.tb-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(214,165,75,0.14), transparent 30%),
    radial-gradient(circle at left center, rgba(178,34,34,0.18), transparent 35%);
  pointer-events: none;
}

.tb-page-hero h1 {
  position: relative;
  margin: 0 0 14px;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.05;
  color: #fff;
  text-shadow: 0 3px 12px rgba(0,0,0,0.35);
}

.tb-page-hero p {
  position: relative;
  max-width: 760px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--tb-muted);
}

/* Accent bar */
.tb-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(214,165,75,0.12);
  border: 1px solid rgba(214,165,75,0.28);
  color: #f0c978;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Grid sections */
.tb-grid {
  display: grid;
  gap: 24px;
}

.tb-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

@media (max-width: 900px) {
  .tb-grid-2,
  .tb-grid-3 {
    grid-template-columns: 1fr;
  }
}

/* Cards / panels */
.tb-card {
  background: var(--tb-panel);
  border: 1px solid var(--tb-panel-border);
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--tb-shadow);
  backdrop-filter: blur(4px);
}

.tb-card h2,
.tb-card h3 {
  margin-top: 0;
  color: #fff;
}

.tb-card p:last-child {
  margin-bottom: 0;
}

.tb-card strong {
  color: #fff;
}

/* Story block */
.tb-story {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--tb-text);
}

/* Stat cards */
.tb-stat {
  text-align: center;
  padding: 26px 18px;
}

.tb-stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.tb-stat-label {
  color: var(--tb-muted);
  font-size: 0.96rem;
}

/* CTA section */
.tb-cta {
  text-align: center;
  padding: 40px 28px;
}

.tb-cta h2 {
  margin-bottom: 12px;
}

.tb-btn-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
}

.tb-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s ease;
}

.tb-btn-primary {
  background: linear-gradient(135deg, var(--tb-red-bright), var(--tb-red));
  color: #fff;
  box-shadow: 0 8px 20px rgba(178,34,34,0.28);
}

.tb-btn-primary:hover {
  transform: translateY(-2px);
}

.tb-btn-secondary {
  background: rgba(255,255,255,0.05);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.12);
}

.tb-btn-secondary:hover {
  background: rgba(255,255,255,0.09);
}

/* Page section spacing */
.tb-section {
  margin-bottom: 28px;
}

/* Optional section heading */
.tb-section-title {
  margin: 0 0 16px;
  font-size: 1.6rem;
  color: #fff;
}

/* Site-wide alert banners */
.tb-site-alert-wrap {
  position: relative;
  z-index: 1000;
}

.tb-site-alert {
  width: 100%;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);

  /* Animation */
  opacity: 0;
  transform: translateY(-14px);
  animation: tbAlertSlideFade 0.6s ease-out forwards;
}

.tb-site-alert-burn {
  background: linear-gradient(90deg, #7a0f0f, #b22222);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tb-site-alert-notice {
  background: linear-gradient(90deg, #7a5a10, #b8860b);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  /* slight stagger if both banners show */
  animation-delay: 0.12s;
}

.tb-site-alert-icon {
  flex: 0 0 auto;
  font-size: 1.05rem;
  line-height: 1;
}

.tb-site-alert-text {
  flex: 1 1 auto;
}

@keyframes tbAlertSlideFade {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .tb-site-alert {
    padding: 9px 12px;
    font-size: 0.92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tb-site-alert,
  .tb-site-alert-notice {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* =========================================================
   TWO BAYOU VFD - FIRE PROTECTION DUES PAGE
========================================================= */

.tbvfd-page-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.tbvfd-page-bg {
  position: fixed;
  inset: 0;
  background-image: url('https://twobayouvfd.org/wp-content/uploads/2026/04/logo-backdrop.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: min(70vw, 900px);
  opacity: 0.12;
  z-index: -2;
  pointer-events: none;
}

.tbvfd-page-overlay {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(180, 30, 30, 0.08), transparent 40%),
    linear-gradient(to bottom, rgba(8, 10, 14, 0.82), rgba(10, 12, 18, 0.92));
  z-index: -1;
  pointer-events: none;
}

.tbvfd-page-hero {
  position: relative;
  padding: 96px 20px 44px;
  text-align: center;
}

.tbvfd-page-hero-inner {
  max-width: 980px;
  margin: 0 auto;
}

.tbvfd-kicker {
  margin: 0 0 10px;
  color: #f4b400;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tbvfd-page-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  line-height: 1.05;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.tbvfd-page-subtitle {
  max-width: 760px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.7;
}

.tbvfd-content-wrap {
  position: relative;
  padding: 0 20px 80px;
}

.tbvfd-content-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.tbvfd-main-card,
.tbvfd-side-card {
  background: rgba(15, 20, 28, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}

.tbvfd-main-card {
  padding: 34px;
}

.tbvfd-side-card {
  padding: 28px;
  position: sticky;
  top: 120px;
}

.tbvfd-main-card h2,
.tbvfd-main-card h3,
.tbvfd-side-card h3 {
  color: #ffffff;
  margin-top: 0;
}

.tbvfd-main-card h2 {
  font-size: 1.7rem;
  margin-bottom: 14px;
}

.tbvfd-main-card h3,
.tbvfd-side-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.tbvfd-main-card p,
.tbvfd-side-card p,
.tbvfd-main-card li,
.tbvfd-side-card li {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.75;
  font-size: 1rem;
}

.tbvfd-dues-pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 20px;
  margin: 28px 0;
}

.tbvfd-price-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 24px;
  text-align: center;
}

.tbvfd-price-card.featured {
  border-color: rgba(244, 180, 0, 0.55);
  box-shadow: 0 0 0 1px rgba(244, 180, 0, 0.18) inset;
}

.tbvfd-price-label {
  display: block;
  margin-bottom: 10px;
  color: #f4b400;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.88rem;
}

.tbvfd-price-amount {
  display: block;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}

.tbvfd-price-note {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.tbvfd-info-panel,
.tbvfd-payment-box {
  margin-top: 28px;
  padding: 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border-left: 4px solid #f4b400;
}

.tbvfd-payment-box {
  border-left-color: #d32f2f;
}

.tbvfd-checklist {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.tbvfd-checklist li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
}

.tbvfd-checklist li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #f4b400;
  font-size: 1.2rem;
  line-height: 1;
}

.tbvfd-payment-box form,
.tbvfd-payment-box .wpforms-container,
.tbvfd-payment-box iframe,
.tbvfd-payment-box .gform_wrapper {
  margin-top: 18px;
}

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

  .tbvfd-side-card {
    position: static;
    top: auto;
  }
}

@media (max-width: 700px) {
  .tbvfd-page-hero {
    padding-top: 78px;
    padding-bottom: 28px;
  }

  .tbvfd-main-card,
  .tbvfd-side-card {
    padding: 22px;
    border-radius: 18px;
  }

  .tbvfd-dues-pricing {
    grid-template-columns: 1fr;
  }

  .tbvfd-page-bg {
    background-size: 95vw;
    background-position: center 120px;
  }
}

/* Fire Protection Dues page helpers */
.tbvfd-dues-page .tbvfd-content {
  max-width: 900px;
  margin: 0 auto;
}

.tbvfd-dues-page .tbvfd-highlight {
  border-left: 6px solid #c62828;
}

.tbvfd-dues-page .tbvfd-list {
  padding-left: 20px;
}

.tbvfd-dues-page .tbvfd-list li {
  margin-bottom: 8px;
}

.tbvfd-dues-page .tbvfd-note {
  font-size: 14px;
  color: #c7d5eb;
  opacity: 0.9;
}



/* ========================================
   FIRE PROTECTION DUES PAGE - FINAL FIX
======================================== */

.tbvfd-page.tbvfd-dues-page {
  position: relative;
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 24px 0 60px;
  z-index: 1;
}

.tbvfd-page.tbvfd-dues-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url('https://twobayouvfd.org/wp-content/uploads/2026/04/logo-backdrop.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: min(70vw, 900px);
  opacity: 0.10;
  pointer-events: none;
  z-index: -1;
}

.tbvfd-page.tbvfd-dues-page .tbvfd-hero {
  text-align: center;
  margin-bottom: 40px;
}

.tbvfd-page.tbvfd-dues-page .tbvfd-content {
  max-width: 900px;
  margin: 0 auto;
}

.tbvfd-page.tbvfd-dues-page,
.tbvfd-page.tbvfd-dues-page h1,
.tbvfd-page.tbvfd-dues-page h2,
.tbvfd-page.tbvfd-dues-page h3,
.tbvfd-page.tbvfd-dues-page p,
.tbvfd-page.tbvfd-dues-page li,
.tbvfd-page.tbvfd-dues-page strong {
  color: #f4f7ff;
}

.tbvfd-page.tbvfd-dues-page .tbvfd-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
  color: #f3f7fb;
}

.tbvfd-page.tbvfd-dues-page .tbvfd-subhead {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #d6e4f2;
}

.tbvfd-page.tbvfd-dues-page .tbvfd-card {
  background: rgba(4, 20, 38, 0.88);
  border: 1px solid rgba(90, 140, 190, 0.18);
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.tbvfd-page.tbvfd-dues-page .tbvfd-card h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 1.6rem;
  color: #f3f7fb;
}

.tbvfd-page.tbvfd-dues-page .tbvfd-card p,
.tbvfd-page.tbvfd-dues-page .tbvfd-card li {
  color: #d7e2ee;
  line-height: 1.75;
  font-size: 1rem;
}

.tbvfd-page.tbvfd-dues-page .tbvfd-card ul,
.tbvfd-page.tbvfd-dues-page .tbvfd-list {
  margin: 0;
  padding-left: 20px;
}

.tbvfd-page.tbvfd-dues-page .tbvfd-list li {
  margin-bottom: 8px;
}

.tbvfd-page.tbvfd-dues-page .tbvfd-note {
  font-size: 14px;
  color: #c7d5eb;
  opacity: 0.95;
}

.tbvfd-page.tbvfd-dues-page .tbvfd-highlight {
  border-left: 6px solid #c62828;
}

@media (max-width: 800px) {
  .tbvfd-page.tbvfd-dues-page .tbvfd-hero {
    padding: 34px 20px;
  }

  .tbvfd-page.tbvfd-dues-page .tbvfd-card {
    padding: 20px;
  }
}

/* =========================
   ABOUT PAGE
   ========================= */

.page-about {
  position: relative;
  z-index: 1;
}

.page-about .panel {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 2.5rem 2rem;
  border-radius: 20px;
}

.page-about .section-kicker {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffd37a;
  border: 1px solid rgba(255, 211, 122, 0.25);
}

.page-about .section-heading {
  margin-bottom: 1.5rem;
}

.page-about .section-heading h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.15;
}

.page-about .section-intro {
  margin: 0;
  max-width: 720px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.84);
}

.page-about .about-copy p,
.page-about .hero-lead,
.page-about .about-break-inner p,
.page-about .about-stat-card p,
.page-about .service-card p,
.page-about .crew-card p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.page-about .about-copy p + p,
.page-about .crew-card p + p {
  margin-top: 1rem;
}

/* Hero */

.page-about .about-hero {
  overflow: hidden;
  padding: 4.5rem 2.5rem;
  background:
    linear-gradient(135deg, rgba(12, 18, 24, 0.88), rgba(22, 10, 10, 0.82)),
    radial-gradient(circle at top right, rgba(255, 120, 50, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(255, 185, 80, 0.12), transparent 30%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.page-about .hero-panel-inner {
  max-width: 900px;
}

.page-about .about-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-wrap: balance;
}

.page-about .hero-lead {
  max-width: 760px;
  margin: 0;
  font-size: 1.18rem;
  color: rgba(255, 255, 255, 0.92);
}

/* Standard panels */

.page-about .about-intro,
.page-about .about-services,
.page-about .about-crew,
.page-about .about-closing {
  background: rgba(10, 14, 20, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
}

/* Stats row */

.page-about .about-stats {
  background: linear-gradient(180deg, rgba(36, 18, 12, 0.8), rgba(18, 12, 12, 0.78));
  border: 1px solid rgba(255, 160, 90, 0.14);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

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

.page-about .about-stat-card {
  padding: 1.35rem 1.2rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 190, 120, 0.12);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.page-about .about-stat-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 190, 120, 0.28);
}

.page-about .about-stat-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.15rem;
  color: #ffd37a;
}

/* Services */

.page-about .about-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.page-about .service-card {
  padding: 1.4rem 1.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.page-about .service-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.065);
  border-color: rgba(255, 211, 122, 0.22);
}

.page-about .service-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.18rem;
  color: #ffd37a;
}

/* Visual break panels */

.page-about .about-break {
  overflow: hidden;
  text-align: center;
  padding: 3.5rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-about .about-break-mission {
  background:
    linear-gradient(135deg, rgba(28, 12, 8, 0.88), rgba(10, 12, 18, 0.82)),
    radial-gradient(circle at center, rgba(255, 140, 60, 0.12), transparent 40%);
}

.page-about .about-break-support {
  background:
    linear-gradient(135deg, rgba(14, 18, 24, 0.9), rgba(34, 14, 10, 0.82)),
    radial-gradient(circle at top center, rgba(255, 190, 80, 0.12), transparent 34%);
}

.page-about .about-break-inner {
  max-width: 860px;
  margin: 0 auto;
}

.page-about .about-break-inner h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.08;
  color: #ffffff;
}

.page-about .about-actions {
  margin-top: 1.5rem;
}

.page-about .about-button,
.page-about a.about-button,
.page-about .button.about-button {
  display: inline-block;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffb24d, #f28b27);
  color: #111111;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(242, 139, 39, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.page-about .about-button:hover,
.page-about a.about-button:hover,
.page-about .button.about-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.02);
  box-shadow: 0 14px 28px rgba(242, 139, 39, 0.32);
}

/* Crew cards */

.page-about .crew-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.page-about .crew-card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.2rem;
  align-items: start;
  padding: 1.2rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.page-about .crew-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.065);
  border-color: rgba(255, 211, 122, 0.2);
}

.page-about .crew-photo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 1rem;
  border-radius: 16px;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75);
  background:
    linear-gradient(135deg, rgba(255, 145, 66, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(0, 0, 0, 0.22);
  border: 1px dashed rgba(255, 211, 122, 0.28);
}

.page-about .crew-card-body h3 {
  margin: 0 0 0.3rem;
  font-size: 1.35rem;
  color: #ffffff;
}

.page-about .crew-role {
  margin: 0 0 0.8rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffd37a;
}

/* Closing panel */

.page-about .about-closing {
  margin-bottom: 3rem;
}

/* Responsive */

@media (max-width: 980px) {
  .page-about .about-stats-grid,
  .page-about .about-services-grid,
  .page-about .crew-grid {
    grid-template-columns: 1fr;
  }

  .page-about .crew-card {
    grid-template-columns: 1fr;
  }

  .page-about .crew-photo-placeholder {
    min-height: 180px;
  }
}

@media (max-width: 640px) {
  .page-about .panel {
    padding: 2rem 1.15rem;
    margin-bottom: 1.25rem;
    border-radius: 16px;
  }

  .page-about .about-hero {
    padding: 3rem 1.15rem;
  }

  .page-about .about-hero h1 {
    font-size: 2.3rem;
  }

  .page-about .hero-lead,
  .page-about .about-copy p,
  .page-about .about-break-inner p,
  .page-about .about-stat-card p,
  .page-about .service-card p,
  .page-about .crew-card p,
  .page-about .section-intro {
    font-size: 1rem;
    line-height: 1.75;
  }

  .page-about .about-break {
    padding: 2.6rem 1.15rem;
  }
}

/* =========================================================
   COVERAGE AREA PAGE
   ========================================================= */

.page-coverage-area {
  position: relative;
  z-index: 1;
}

.page-coverage-area .panel {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 2.5rem 2rem;
  border-radius: 20px;
}

.page-coverage-area .section-kicker {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffd37a;
  border: 1px solid rgba(255, 211, 122, 0.25);
}

.page-coverage-area .section-heading {
  margin-bottom: 1.5rem;
}

.page-coverage-area .section-heading h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.15;
}

.page-coverage-area .section-intro {
  margin: 0;
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.84);
}

.page-coverage-area .coverage-copy p,
.page-coverage-area .hero-lead,
.page-coverage-area .coverage-break-inner p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.page-coverage-area .coverage-copy p + p {
  margin-top: 1rem;
}

/* Hero */

.page-coverage-area .coverage-hero {
  overflow: hidden;
  padding: 4.5rem 2.5rem;
  background:
    linear-gradient(135deg, rgba(12, 18, 24, 0.88), rgba(22, 10, 10, 0.82)),
    radial-gradient(circle at top right, rgba(255, 120, 50, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(255, 185, 80, 0.12), transparent 30%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.page-coverage-area .hero-panel-inner {
  max-width: 900px;
}

.page-coverage-area .coverage-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-wrap: balance;
}

.page-coverage-area .hero-lead {
  max-width: 780px;
  margin: 0;
  font-size: 1.18rem;
  color: rgba(255, 255, 255, 0.92);
}

/* Standard panels */

.page-coverage-area .coverage-intro,
.page-coverage-area .coverage-map-panel,
.page-coverage-area .coverage-detail-grid,
.page-coverage-area .coverage-note-panel {
  background: rgba(10, 14, 20, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
}

/* Main map */

.page-coverage-area .coverage-map-figure {
  margin: 0;
}

.page-coverage-area .coverage-map-figure-large {
  margin-top: 1.5rem;
}

.page-coverage-area .coverage-map-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.page-coverage-area .coverage-map-image:hover {
  transform: scale(1.01);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.34);
}

.page-coverage-area .coverage-map-figure figcaption {
  margin-top: 0.85rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

/* Break panel */

.page-coverage-area .coverage-break {
  overflow: hidden;
  text-align: center;
  padding: 3.5rem 2rem;
  background:
    linear-gradient(135deg, rgba(28, 12, 8, 0.88), rgba(10, 12, 18, 0.82)),
    radial-gradient(circle at center, rgba(255, 140, 60, 0.12), transparent 40%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-coverage-area .coverage-break-inner {
  max-width: 860px;
  margin: 0 auto;
}

.page-coverage-area .coverage-break-inner h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.08;
  color: #ffffff;
}

/* Detail grid */

.page-coverage-area .coverage-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.page-coverage-area .coverage-detail-card {
  padding: 1.25rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.page-coverage-area .coverage-detail-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 211, 122, 0.2);
}

/* Closing actions */

.page-coverage-area .coverage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.page-coverage-area .coverage-button,
.page-coverage-area a.coverage-button,
.page-coverage-area .button.coverage-button {
  display: inline-block;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffb24d, #f28b27);
  color: #111111;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(242, 139, 39, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.page-coverage-area .coverage-button:hover,
.page-coverage-area a.coverage-button:hover,
.page-coverage-area .button.coverage-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.02);
  box-shadow: 0 14px 28px rgba(242, 139, 39, 0.32);
}

.page-coverage-area .coverage-button-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.page-coverage-area .coverage-button-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

/* Responsive */

@media (max-width: 980px) {
  .page-coverage-area .coverage-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-coverage-area .panel {
    padding: 2rem 1.15rem;
    margin-bottom: 1.25rem;
    border-radius: 16px;
  }

  .page-coverage-area .coverage-hero {
    padding: 3rem 1.15rem;
  }

  .page-coverage-area .coverage-hero h1 {
    font-size: 2.3rem;
  }

  .page-coverage-area .hero-lead,
  .page-coverage-area .coverage-copy p,
  .page-coverage-area .coverage-break-inner p,
  .page-coverage-area .section-intro {
    font-size: 1rem;
    line-height: 1.75;
  }

  .page-coverage-area .coverage-break {
    padding: 2.6rem 1.15rem;
  }

  .page-coverage-area .coverage-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* topbar css*/
.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 14px 20px;
    background: rgba(0, 0, 0, 0.78);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    z-index: 10000;
    flex-wrap: wrap;
}

.brand-block {
    flex: 1 1 260px;
    min-width: 220px;
}

.brand {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.2;
}

.main-nav {
    position: relative;
    flex: 0 0 auto;
    margin-left: auto;
}

.main-nav summary {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 40px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
    list-style: none;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.main-nav summary::-webkit-details-marker {
    display: none;
}

.main-nav summary:hover,
.main-nav summary:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.38);
    transform: translateY(-1px);
}

.main-nav summary span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
}

.main-nav-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: grid;
    gap: 8px;
    min-width: 220px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.92);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.3);
    z-index: 10001;
}

.main-nav-menu a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.main-nav-menu a:hover,
.main-nav-menu a:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.38);
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .topbar {
        padding: 12px 14px;
        align-items: center;
    }

    .brand {
        font-size: 1rem;
    }

    .main-nav-menu a {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .topbar {
        padding: 10px 12px;
        gap: 10px;
    }

    .brand {
        font-size: 0.95rem;
    }

    .brand-block {
        min-width: 0;
    }

    .main-nav-menu {
        right: -2px;
        min-width: min(220px, calc(100vw - 24px));
    }
}

/* =========================================================
   RECRUITMENT PAGE
   ========================================================= */

.page-recruitment {
  position: relative;
  z-index: 1;
}

.page-recruitment .panel {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 2.5rem 2rem;
  border-radius: 20px;
}

.page-recruitment .section-kicker {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffd37a;
  border: 1px solid rgba(255, 211, 122, 0.25);
}

.page-recruitment .section-heading {
  margin-bottom: 1.5rem;
}

.page-recruitment .section-heading h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.15;
}

.page-recruitment .section-intro,
.page-recruitment .hero-lead,
.page-recruitment .recruitment-copy p,
.page-recruitment .recruitment-card p,
.page-recruitment .recruitment-privacy-note {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.page-recruitment .recruitment-hero {
  overflow: hidden;
  padding: 4.5rem 2.5rem;
  background:
    linear-gradient(135deg, rgba(12, 18, 24, 0.88), rgba(22, 10, 10, 0.82)),
    radial-gradient(circle at top right, rgba(255, 120, 50, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(255, 185, 80, 0.12), transparent 30%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.page-recruitment .hero-panel-inner {
  max-width: 900px;
}

.page-recruitment .recruitment-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-wrap: balance;
}

.page-recruitment .hero-lead {
  max-width: 760px;
  margin: 0;
  font-size: 1.18rem;
  color: rgba(255, 255, 255, 0.92);
}

.page-recruitment .recruitment-intro,
.page-recruitment .recruitment-form-panel {
  background: rgba(10, 14, 20, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
}

.page-recruitment .recruitment-notice {
  background:
    linear-gradient(135deg, rgba(14, 18, 24, 0.9), rgba(34, 14, 10, 0.82)),
    radial-gradient(circle at top center, rgba(255, 190, 80, 0.12), transparent 34%);
  border: 1px solid rgba(255, 211, 122, 0.14);
}

.page-recruitment .recruitment-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.page-recruitment .recruitment-card {
  padding: 1.4rem 1.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.page-recruitment .recruitment-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.065);
  border-color: rgba(255, 211, 122, 0.22);
}

.page-recruitment .recruitment-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.18rem;
  color: #ffd37a;
}

.recruitment-message {
  margin: 0 0 1.5rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.recruitment-message-success {
  background: rgba(24, 78, 40, 0.82);
  border: 1px solid rgba(80, 200, 120, 0.32);
  color: #ffffff;
}

.recruitment-message-error {
  background: rgba(110, 18, 18, 0.82);
  border: 1px solid rgba(255, 90, 90, 0.35);
  color: #ffffff;
}

.recruitment-form {
  display: grid;
  gap: 1.1rem;
}

.recruitment-form p {
  margin: 0;
}

.recruitment-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.recruitment-form label,
.recruitment-form legend {
  color: var(--text-soft);
  font-size: 0.95rem;
  font-weight: 700;
}

.recruitment-form label span {
  color: #ffd37a;
}

.recruitment-form input[type="text"],
.recruitment-form input[type="email"],
.recruitment-form input[type="tel"],
.recruitment-form select,
.recruitment-form textarea {
  width: 100%;
  margin-top: 0.45rem;
  border-radius: 12px;
  border: 1px solid rgba(120, 170, 220, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 1rem;
  padding: 14px;
}

.recruitment-form select option {
  background: #ffffff;
  color: #111111;
}

.recruitment-form textarea {
  resize: vertical;
}

.recruitment-form input::placeholder,
.recruitment-form textarea::placeholder {
  color: #8da3cf;
}

.recruitment-form fieldset {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.035);
}

.recruitment-form fieldset label,
.recruitment-acknowledgments label {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.recruitment-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
  flex: 0 0 auto;
}

.recruitment-acknowledgments {
  display: grid;
  gap: 0.8rem;
  padding: 1.1rem;
  border-radius: 16px;
  background: rgba(255, 211, 122, 0.07);
  border: 1px solid rgba(255, 211, 122, 0.16);
}

.recruitment-privacy-note {
  margin: 0;
}

.recruitment-form button {
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffb24d, #f28b27);
  color: #111111;
  font-size: 1rem;
  font-weight: 800;
  padding: 0.95rem 1.4rem;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(242, 139, 39, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.recruitment-form button:hover,
.recruitment-form button:focus {
  transform: translateY(-2px);
  filter: brightness(1.02);
  box-shadow: 0 14px 28px rgba(242, 139, 39, 0.32);
}

.recruitment-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 980px) {
  .page-recruitment .recruitment-card-grid,
  .recruitment-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-recruitment .panel {
    padding: 2rem 1.15rem;
    margin-bottom: 1.25rem;
    border-radius: 16px;
  }

  .page-recruitment .recruitment-hero {
    padding: 3rem 1.15rem;
  }

  .page-recruitment .recruitment-hero h1 {
    font-size: 2.3rem;
  }
}

/* fire desk css */

.firedesk-page {
    position: relative;
    z-index: 1;
}

.firedesk-hero {
    position: relative;
    padding: 150px 20px 70px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

.firedesk-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(7, 10, 14, 0.72), rgba(7, 10, 14, 0.88));
    z-index: 0;
    pointer-events: none;
}

.firedesk-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top center, rgba(255, 90, 0, 0.08), transparent 58%);
    z-index: 0;
    pointer-events: none;
}

.firedesk-hero .wrap {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
}

.firedesk-kicker {
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffb36b;
}

.firedesk-title {
    position: relative;
    z-index: 2;
    margin: 0 0 14px;
    font-size: clamp(2.3rem, 5vw, 4rem);
    line-height: 1.05;
    color: #ffffff;
}

.firedesk-subtitle {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.08rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
}

.firedesk-hero-buttons {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
}

.firedesk-btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.25s ease;
}

.firedesk-btn-primary {
    background: #d9471f;
    color: #ffffff;
}

.firedesk-btn-primary:hover {
    background: #f05a28;
    transform: translateY(-1px);
}

.firedesk-btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.firedesk-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
}

.wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.firedesk-feature-card {
    max-width: 980px;
    margin: 30px auto;
    background: rgba(10, 14, 18, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(8px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0;
}

.firedesk-feature-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 18px 18px 0;
}

.firedesk-feature-image img {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    max-height: none;
    object-fit: contain;
}

.firedesk-feature-content {
    padding: 28px 30px;
    text-align: left;
    color: rgba(255, 255, 255, 0.9);
}

.firedesk-feature-content h2 {
    margin-top: 0;
    margin-bottom: 14px;
}

.firedesk-feature-content p {
    margin-bottom: 0;
    line-height: 1.7;
}

.firedesk-meta {
    margin: 0 0 10px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffb36b;
}

.firedesk-feature-content h2,
.firedesk-card h3,
.section-heading h2 {
    color: #ffffff;
}

.firedesk-feature-content p,
.firedesk-card p,
.section-heading p {
    color: rgba(255, 255, 255, 0.82);
}

.firedesk-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 30px;
}

.firedesk-card {
    background: rgba(10, 14, 18, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(8px);
    padding: 28px;
    text-align: left;
    color: rgba(255, 255, 255, 0.9);
}

.section-heading {
    text-align: center;
    margin: 30px 0 24px;
}

.public-info-feed {
    max-width: 920px;
    margin: 0 auto 30px;
    background: rgba(10, 14, 18, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(8px);
    padding: 24px 28px;
}

.public-info-feed ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.public-info-feed li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.public-info-feed li:last-child {
    border-bottom: 0;
}

.public-info-feed a {
    color: #ffb36b;
    text-decoration: none;
    font-weight: 700;
}

.public-info-feed a:hover {
    text-decoration: underline;
}

.public-info-feed span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.92rem;
}

@media (max-width: 900px) {
    .firedesk-cards {
        grid-template-columns: 1fr;
    }

    .firedesk-hero {
        padding: 125px 20px 55px;
    }

    .firedesk-hero::before {
    background: linear-gradient(to bottom, rgba(7, 10, 14, 0.78), rgba(7, 10, 14, 0.90));
}
}

@media (max-width: 640px) {
    .firedesk-title {
        font-size: 2.2rem;
    }

    .firedesk-subtitle {
        font-size: 1rem;
    }

    .firedesk-feature-content,
    .firedesk-card,
    .public-info-feed {
        padding: 22px;
    }

    .firedesk-hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .firedesk-btn {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}

@media (max-width: 900px) {
    .firedesk-feature-card {
        grid-template-columns: 1fr;
    }

    .firedesk-feature-image {
        padding: 22px 22px 0;
    }

    .firedesk-feature-content {
        text-align: center;
        padding: 22px 24px 26px;
    }
}

.firedesk-feature-card {
    border-bottom: 2px solid rgba(255, 120, 40, 0.25);
}

.firedesk-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.firedesk-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 60px rgba(0,0,0,0.35);
}

.firedesk-hero {
    text-align:center;
    padding:120px 20px 60px;
}

.firedesk-title {
    font-size:3rem;
    color:#fff;
}

.firedesk-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.firedesk-column {
    background:rgba(10,10,10,0.8);
    padding:20px;
    border-radius:15px;
}

.firedesk-item {
    margin-bottom:15px;
}

.firedesk-item a {
    color:#ffb36b;
}

.firedesk-notifications {
    margin-top:40px;
}

.firedesk-notice {
    background:rgba(10,10,10,0.8);
    padding:20px;
    border-radius:15px;
    margin-bottom:15px;
}

@media(max-width:900px){
    .firedesk-grid{
        grid-template-columns:1fr;
    }
}

.firedesk-hero-graphic {
    margin: 28px auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.firedesk-hero-graphic img {
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.45));
}

.single-post-page {
    padding: 120px 20px 60px;
}

.single-post-card {
    max-width: 800px;
    margin: 0 auto;
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
}

.single-post-card h1 {
    margin-bottom: 10px;
}

.entry-content {
    margin-top: 20px;
    line-height: 1.7;
}

.entry-content {
    margin-top: 25px;
    line-height: 1.8;
    font-size: 1.1rem;
    max-width: 700px;
}

.single-post-page {
    padding: 140px 20px 80px;
}

.tbfd-article-wrap {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 24px 60px;
}

.tbfd-article {
  position: relative;
  background: rgba(10, 10, 10, 0.78);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 36px 36px 42px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.28);
  color: #f5f1e8;
  overflow: hidden;
}

.tbfd-kicker {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #ffb347;
  text-transform: uppercase;
}

.tbfd-article h1 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.1;
  color: #ffffff;
}

.tbfd-meta {
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  font-size: 0.95rem;
  color: #d7c9b0;
}

.tbfd-article p {
  margin: 0 0 1.15em;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #f5f1e8;
}

.tbfd-article .dropcap::first-letter {
  float: left;
  font-family: "Times New Roman", Times, serif;
  font-size: 3.9rem;
  line-height: 0.82;
  padding-right: 8px;
  padding-top: 6px;
  color: #ffb347;
  font-weight: 700;
}

.tbfd-hero-right {
  float: right;
  width: min(42%, 390px);
  margin: 6px 0 18px 28px;
}

.tbfd-hero-right img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 10px 24px rgba(0,0,0,0.28);
}

.tbfd-hero-right figcaption {
  margin-top: 8px;
  font-size: 0.84rem;
  line-height: 1.4;
  color: #d7c9b0;
  font-style: italic;
}

@media (max-width: 768px) {
  .tbfd-article {
    padding: 26px 20px 30px;
  }

  .tbfd-hero-right {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 18px 0;
  }

  .tbfd-article h1 {
    font-size: 2rem;
  }

  .tbfd-article p {
    font-size: 1rem;
    line-height: 1.68;
  }
}

.tbfd-callout {
  margin: 28px 0;
  padding: 20px 22px;
  border-left: 4px solid #ffb347;
  background: rgba(255, 179, 71, 0.08);
  border-radius: 10px;
}

.tbfd-callout h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: #ffb347;
}

.tbfd-callout ul {
  margin: 0;
  padding-left: 18px;
}

.tbfd-callout li {
  margin-bottom: 6px;
  font-size: 1.02rem;
}

/* Open interior heroes */
.page-about .about-hero,
.page-coverage-area .coverage-hero,
.page-recruitment .recruitment-hero {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 96px 20px 36px;
  text-align: center;
}

.page-about .hero-panel-inner,
.page-coverage-area .hero-panel-inner,
.page-recruitment .hero-panel-inner,
.firedesk-hero .wrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.page-about .hero-lead,
.page-coverage-area .hero-lead,
.page-recruitment .hero-lead {
  margin-left: auto;
  margin-right: auto;
}

.page-about .about-hero h1,
.page-coverage-area .coverage-hero h1,
.page-recruitment .recruitment-hero h1,
.firedesk-title {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.page-about .hero-lead,
.page-coverage-area .hero-lead,
.page-recruitment .hero-lead,
.firedesk-subtitle {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.firedesk-hero {
  padding: 96px 20px 36px;
  text-align: center;
}

.firedesk-hero::before {
  background: transparent;
}

@media (max-width: 640px) {
  .page-about .about-hero,
  .page-coverage-area .coverage-hero,
  .page-recruitment .recruitment-hero,
  .firedesk-hero {
    padding: 78px 20px 28px;
  }
}
