:root {
  --midnight: #050914;
  --navy: #071a3a;
  --navy-2: #102e63;
  --blue: #1c4f9d;
  --gold: #f6c850;
  --gold-2: #d99a24;
  --gold-soft: #fff2b8;
  --ink: #10131b;
  --muted: #657085;
  --paper: #f7f8fb;
  --panel: #ffffff;
  --line: #dde3ee;
  --shadow: 0 24px 70px rgba(7, 26, 58, 0.14);
  --soft-shadow: 0 12px 34px rgba(7, 26, 58, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(246, 200, 80, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 34%, #eef2f8 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  align-items: center;
  background: rgba(5, 9, 20, 0.92);
  border-bottom: 1px solid rgba(246, 200, 80, 0.3);
  box-shadow: 0 12px 30px rgba(5, 9, 20, 0.18);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 12px clamp(18px, 5vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 12px;
  min-width: 220px;
}

.brand-logo {
  filter: drop-shadow(0 7px 14px rgba(0, 0, 0, 0.35));
  height: 54px;
  object-fit: contain;
  width: 54px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand small {
  color: rgba(255, 242, 184, 0.82);
  font-size: 13px;
  margin-top: 2px;
}

.site-nav {
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 6px;
}

.site-nav a {
  border-radius: 999px;
  padding: 10px 14px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a:hover {
  background: rgba(246, 200, 80, 0.12);
  color: var(--gold-soft);
  transform: translateY(-1px);
}

.site-nav .nav-button {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #151005;
  box-shadow: 0 10px 26px rgba(246, 200, 80, 0.24);
}

.facebook-button {
  align-items: center;
  gap: 8px;
}

.facebook-mark {
  align-items: center;
  background: #1877f2;
  border-radius: 50%;
  color: #fff;
  display: inline-grid;
  flex: 0 0 auto;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  height: 22px;
  line-height: 1;
  place-items: center;
  width: 22px;
}

.facebook-mark svg {
  fill: currentColor;
  height: 15px;
  width: 15px;
}

.site-nav .youtube-link {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  min-height: 40px;
  min-width: 50px;
}

.youtube-link svg {
  flex: 0 0 auto;
  display: block;
  fill: #ff0033;
  height: 20px;
  width: 28px;
}

.youtube-link .youtube-play {
  fill: #fff;
}

.nav-toggle {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(246, 200, 80, 0.35);
  border-radius: 8px;
  display: none;
  height: 42px;
  padding: 8px;
  width: 42px;
}

.nav-toggle span {
  background: var(--gold);
  display: block;
  height: 2px;
  margin: 6px 0;
  width: 24px;
}

.hero {
  display: grid;
  min-height: 76vh;
  overflow: hidden;
  place-items: end start;
  position: relative;
}

.hero::before {
  background:
    radial-gradient(circle at 78% 16%, rgba(246, 200, 80, 0.48), transparent 24%),
    linear-gradient(90deg, rgba(5, 9, 20, 0.96), rgba(7, 26, 58, 0.82) 48%, rgba(7, 26, 58, 0.24));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero::after {
  background-image: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  opacity: 0.45;
  position: absolute;
  z-index: 2;
}

.hero-slideshow,
.hero-slide {
  inset: 0;
  position: absolute;
}

.hero-slide {
  background-position: center;
  background-size: cover;
  filter: saturate(0.9) contrast(1.05);
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 1400ms ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-content {
  color: #fff;
  max-width: 820px;
  padding: clamp(72px, 11vw, 128px) clamp(20px, 7vw, 72px) clamp(48px, 8vw, 92px);
  position: relative;
  z-index: 3;
}

.hero-logo {
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.42));
  height: clamp(92px, 14vw, 160px);
  margin-bottom: 18px;
  object-fit: contain;
  width: clamp(92px, 14vw, 160px);
}

.section-kicker {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.hero .section-kicker {
  color: var(--gold-soft);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  font-size: clamp(48px, 9vw, 104px);
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0;
}

.hero p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.48;
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  transition: box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  box-shadow: 0 14px 34px rgba(246, 200, 80, 0.26);
  color: #151005;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 242, 184, 0.48);
  color: #fff;
}

.layout-band {
  padding: clamp(42px, 7vw, 78px) clamp(18px, 5vw, 56px);
}

.section-heading {
  max-width: 780px;
}

.section-heading h2,
.brief-panel h2 {
  font-size: clamp(32px, 5vw, 56px);
  letter-spacing: 0;
  line-height: 1.03;
  margin: 0 0 26px;
}

.facebook-feed-section {
  display: grid;
  gap: 28px;
}

.facebook-feed-layout {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
}

.facebook-feed {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  overflow: hidden;
  padding: clamp(14px, 3vw, 28px);
  width: 100%;
}

.social-box {
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 200, 80, 0.2), transparent 30%),
    linear-gradient(145deg, var(--midnight), var(--navy));
  border: 1px solid rgba(246, 200, 80, 0.24);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: #fff;
  display: grid;
  gap: 12px;
  padding: 24px;
  position: sticky;
  top: 104px;
}

.social-box .section-kicker {
  color: var(--gold-soft);
}

.social-box h3 {
  font-size: 25px;
  line-height: 1.1;
  margin: 0 0 8px;
}

.social-button {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 242, 184, 0.2);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-weight: 900;
  gap: 12px;
  padding: 14px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.social-button:hover {
  background: rgba(246, 200, 80, 0.14);
  border-color: rgba(246, 200, 80, 0.65);
  transform: translateY(-1px);
}

.social-icon {
  align-items: center;
  border-radius: 50%;
  display: inline-grid;
  flex: 0 0 auto;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  height: 34px;
  place-items: center;
  width: 34px;
}

.social-icon svg {
  fill: #fff;
  height: 18px;
  width: 18px;
}

.x-button .social-icon {
  background: #000;
}

.tiktok-button .social-icon {
  background: linear-gradient(135deg, #25f4ee, #000 48%, #fe2c55);
}

.instagram-button .social-icon {
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 18%, #fd5949 42%, #d6249f 62%, #285aeb 100%);
}

.instagram-button svg {
  fill: none;
  height: 21px;
  stroke: #fff;
  stroke-width: 2;
  width: 21px;
}

.facebook-feed iframe {
  display: block;
  max-width: none;
  width: 100%;
}

.brief-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.brief-panel {
  padding: clamp(22px, 4vw, 38px);
}

.meta {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.brief-panel p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.county-section {
  background:
    linear-gradient(135deg, rgba(7, 26, 58, 0.96), rgba(16, 46, 99, 0.94)),
    radial-gradient(circle at 80% 20%, rgba(246, 200, 80, 0.18), transparent 32%);
  color: #fff;
}

.county-section .section-kicker {
  color: var(--gold-soft);
}

.county-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.county-grid button {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 242, 184, 0.22);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
  color: #fff;
  cursor: default;
  font: inherit;
  font-weight: 900;
  padding: 18px;
  text-align: left;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.county-grid button:hover {
  background: rgba(246, 200, 80, 0.14);
  border-color: rgba(246, 200, 80, 0.72);
  transform: translateY(-1px);
}

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

.calendar-frame {
  border: 1px solid var(--line);
  border-radius: 8px;
  height: 600px;
  overflow: hidden;
  width: 100%;
}

.calendar-frame iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.site-footer {
  align-items: center;
  background: var(--midnight);
  border-top: 1px solid rgba(246, 200, 80, 0.28);
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  padding: 24px clamp(18px, 5vw, 56px);
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

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

.site-footer .footer-socials {
  gap: 10px;
}

.footer-social {
  align-items: center;
  border: 1px solid rgba(255, 242, 184, 0.24);
  border-radius: 50%;
  color: #fff;
  display: inline-grid;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  height: 36px;
  place-items: center;
  transition: border-color 180ms ease, transform 180ms ease, opacity 180ms ease;
  width: 36px;
}

.footer-social svg {
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.footer-social:hover {
  border-color: rgba(246, 200, 80, 0.78);
  color: #fff;
  opacity: 0.92;
  transform: translateY(-1px);
}

.facebook-footer {
  background: #1877f2;
}

.youtube-footer {
  background: #ff0033;
}

.youtube-footer svg {
  height: 15px;
  width: 21px;
}

.youtube-footer .youtube-play {
  fill: #fff;
}

.x-footer {
  background: #000;
}

.tiktok-footer {
  background: linear-gradient(135deg, #25f4ee, #000 48%, #fe2c55);
}

.instagram-footer {
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 18%, #fd5949 42%, #d6249f 62%, #285aeb 100%);
}

.instagram-footer svg {
  fill: none;
  height: 18px;
  stroke: #fff;
  stroke-width: 2;
  width: 18px;
}

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

  .site-nav {
    background: rgba(5, 9, 20, 0.98);
    border-bottom: 1px solid rgba(246, 200, 80, 0.28);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 12px 18px 18px;
    position: absolute;
    right: 0;
    top: 79px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
  }

  .dashboard {
    grid-template-columns: 1fr;
  }

  .facebook-feed-layout {
    grid-template-columns: 1fr;
  }

  .social-box {
    position: static;
  }

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

@media (max-width: 560px) {
  .brand {
    min-width: 0;
  }

  .brand-logo {
    height: 46px;
    width: 46px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: 74vh;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(7, 26, 58, 0.5), rgba(5, 9, 20, 0.96));
  }

  .county-grid {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

}
