:root {
  --midnight: #050914;
  --navy: #071a3a;
  --navy-2: #102e63;
  --blue: #1c4f9d;
  --gold: #f6c850;
  --gold-2: #d99a24;
  --gold-soft: #fff2b8;
  --gold-metal: linear-gradient(145deg, #fff7c6 0%, #f8dd77 16%, #c48619 34%, #fff0a6 50%, #d99a24 67%, #8c5608 83%, #f6c850 100%);
  --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;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  clip: rect(0, 0, 0, 0);
}

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: 420px;
}

.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 {
  background:
    linear-gradient(180deg, #fff9d5 0%, #ffe88b 18%, #b97813 38%, #fff3ae 52%, #e3a22a 68%, #6f4308 88%, #ffd96a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--gold);
  display: inline-block;
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.34))
    drop-shadow(0 2px 0 rgba(77, 43, 5, 0.7))
    drop-shadow(0 7px 11px rgba(0, 0, 0, 0.42));
  font-family: "Arial Black", Arial, system-ui, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.6px;
  line-height: 0.95;
  position: relative;
  text-transform: uppercase;
  transform: skewX(-1.5deg);
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.48),
    0 2px 0 rgba(222, 151, 28, 0.78),
    0 3px 0 rgba(85, 48, 5, 0.76),
    0 10px 18px rgba(0, 0, 0, 0.46);
}

.brand small,
.mobile-nav-tagline {
  background: var(--gold-metal);
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--gold-soft);
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.22)) drop-shadow(0 2px 0 rgba(86, 50, 5, 0.62)) drop-shadow(0 6px 10px rgba(3, 7, 18, 0.42));
  font-size: 13px;
  font-style: italic;
  font-weight: 800;
  margin-top: 2px;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.28),
    0 2px 0 rgba(181, 120, 16, 0.58),
    0 7px 16px rgba(3, 7, 18, 0.42);
}

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

.mobile-nav-tagline {
  display: none;
}

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

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: rgba(246, 200, 80, 0.12);
  color: var(--gold-soft);
  transform: translateY(-1px);
}

.site-nav a[aria-current="page"] {
  box-shadow: inset 0 0 0 1px rgba(246, 200, 80, 0.34);
}

.google-search {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(246, 200, 80, 0.34);
  border-radius: 999px;
  display: flex;
  flex: 1 1 360px;
  gap: 4px;
  min-height: 40px;
  padding: 4px 5px 4px 14px;
}

.google-search input[type="search"] {
  appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  flex: 1;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  min-width: 92px;
  outline: 0;
  width: auto;
}

.google-search input[type="search"]::placeholder {
  color: rgba(255, 242, 184, 0.72);
}

.google-search button {
  align-items: center;
  background: var(--gold-metal);
  border: 1px solid rgba(255, 242, 184, 0.7);
  border-radius: 50%;
  color: #151005;
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 30px;
}

.google-search button:hover {
  box-shadow: 0 0 18px rgba(246, 200, 80, 0.42);
}

.google-search svg {
  fill: currentColor;
  height: 17px;
  width: 17px;
}

.site-nav .nav-button {
  background: var(--gold-metal);
  border: 1px solid rgba(255, 242, 184, 0.7);
  color: #151005;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), inset 0 -2px 4px rgba(89, 52, 5, 0.32), 0 10px 26px rgba(246, 200, 80, 0.3);
  flex: 0 0 auto;
  min-width: 188px;
  white-space: nowrap;
}

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

.button.youtube-link {
  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: 230px;
}

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

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

@media (min-width: 1181px) {
  .site-nav {
    column-gap: 6px;
    display: grid;
    grid-template-columns: repeat(8, max-content);
  }

  .google-search {
    grid-column: 5 / -1;
    grid-row: 2;
    margin-left: 14px;
    width: calc(100% - 14px);
  }
}

.nav-toggle {
  align-items: center;
  background: var(--gold-metal);
  border: 1px solid rgba(255, 242, 184, 0.7);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), inset 0 -2px 4px rgba(89, 52, 5, 0.32);
  color: #151005;
  column-gap: 8px;
  display: none;
  grid-template-columns: 24px auto;
  grid-template-rows: repeat(3, 2px);
  height: 42px;
  padding: 10px 13px;
  row-gap: 5px;
  width: auto;
}

.nav-toggle-label {
  align-self: center;
  font-size: 12px;
  font-weight: 950;
  grid-column: 2;
  grid-row: 1 / 4;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.nav-toggle span:not(.nav-toggle-label) {
  background: currentColor;
  display: block;
  grid-column: 1;
  height: 2px;
  margin: 0;
  width: 24px;
}

.nav-toggle span:nth-child(1) {
  grid-row: 1;
}

.nav-toggle span:nth-child(2) {
  grid-row: 2;
}

.nav-toggle span:nth-child(3) {
  grid-row: 3;
}

.breaking-news-alert {
  background:
    linear-gradient(90deg, rgba(5, 9, 20, 0.98), rgba(7, 26, 58, 0.96)),
    var(--gold-metal);
  border-bottom: 1px solid rgba(246, 200, 80, 0.34);
  box-shadow: 0 12px 28px rgba(5, 9, 20, 0.16);
  color: #fff;
  position: sticky;
  top: 79px;
  z-index: 9;
}

.breaking-news-alert[hidden] {
  display: none;
}

.breaking-news-link {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  min-height: 46px;
  padding: 10px clamp(18px, 5vw, 56px);
  text-align: center;
}

div.breaking-news-link {
  color: inherit;
}

.breaking-news-label {
  background: var(--gold-metal);
  border: 1px solid rgba(255, 242, 184, 0.7);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), 0 8px 22px rgba(246, 200, 80, 0.22);
  color: #151005;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  padding: 7px 12px;
  text-transform: uppercase;
}

.breaking-news-message {
  color: var(--gold-soft);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.48);
}

.breaking-news-ticker {
  flex: 1 1 auto;
  max-width: 980px;
  overflow: hidden;
  white-space: nowrap;
}

.breaking-news-message {
  display: inline-block;
  min-width: 100%;
  padding-left: 100%;
}

.breaking-news-alert:not([hidden]) .breaking-news-message {
  animation: breaking-news-scroll 24s linear infinite;
}

.breaking-news-link:hover .breaking-news-message {
  animation-play-state: paused;
}

.breaking-news-link:hover .breaking-news-message {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.breaking-news-item {
  color: inherit;
  text-decoration: none;
}

.breaking-news-item:hover {
  color: #fff;
}

.breaking-news-separator {
  color: var(--gold);
  white-space: pre;
}

@keyframes breaking-news-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.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,
.hero-static-image {
  inset: 0;
  position: absolute;
}

.hero-slide,
.hero-static-image {
  background-position: center;
  background-size: cover;
  filter: saturate(0.9) contrast(1.05);
}

.hero-slide {
  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: auto;
  margin-bottom: 18px;
  object-fit: contain;
  width: clamp(180px, 24vw, 300px);
}

.section-kicker {
  color: var(--midnight);
  display: inline-block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
  padding: 10px 28px 11px;
  position: relative;
  text-transform: uppercase;
  width: fit-content;
  z-index: 0;
}

.section-kicker::before {
  background: rgba(246, 200, 80, 0.24);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%),
    linear-gradient(180deg, transparent 0, #000 7px, #000 calc(100% - 7px), transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%),
    linear-gradient(180deg, transparent 0, #000 7px, #000 calc(100% - 7px), transparent 100%);
  mask-composite: intersect;
}

.section-kicker::after {
  background: var(--gold);
  border-radius: 999px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 6px;
  width: 100%;
}

.section-title {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 0;
}

.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);
  font-style: italic;
  line-height: 1.48;
  max-width: 650px;
}

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

.homepage-callout {
  background:
    linear-gradient(90deg, rgba(5, 9, 20, 0.97), rgba(7, 26, 58, 0.95) 54%, rgba(16, 46, 99, 0.9)),
    var(--navy);
  border-bottom: 1px solid rgba(196, 134, 25, 0.42);
  border-top: 1px solid rgba(255, 242, 184, 0.18);
  color: #fff;
  overflow: hidden;
  padding: clamp(12px, 2.6vw, 20px) clamp(18px, 6vw, 72px);
  position: relative;
}

.homepage-callout::before {
  background: linear-gradient(180deg, rgba(255, 242, 184, 0.74), rgba(196, 134, 25, 0.72));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 7px;
}

.homepage-callout::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 42px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 42px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  position: absolute;
}

.homepage-callout[hidden] {
  display: none;
}

.homepage-callout-inner {
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 242, 184, 0.22);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 48px rgba(5, 9, 20, 0.2);
  display: flex;
  gap: clamp(12px, 2vw, 22px);
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1040px;
  padding: clamp(12px, 2vw, 18px);
  position: relative;
  z-index: 1;
}

.homepage-callout-label {
  background: linear-gradient(145deg, #fff0a6 0%, #c48619 44%, #8c5608 100%);
  border: 1px solid rgba(255, 242, 184, 0.52);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #151005;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 8px 12px;
  text-transform: uppercase;
}

.homepage-callout-link {
  align-items: center;
  color: var(--gold-soft);
  display: inline-flex;
  flex: 1 1 auto;
  gap: clamp(10px, 2vw, 16px);
  font-size: clamp(18px, 2.5vw, 30px);
  font-weight: 950;
  justify-content: space-between;
  line-height: 1.12;
  min-width: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
  text-decoration: none;
}

.homepage-callout-link span {
  min-width: 0;
}

.homepage-callout-sticker {
  filter: drop-shadow(0 9px 14px rgba(5, 9, 20, 0.42));
  flex: 0 0 auto;
  height: auto;
  transform: rotate(2deg);
  width: clamp(34px, 4vw, 46px);
}

.homepage-callout-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.button {
  align-items: center;
  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: var(--gold-metal);
  border-color: rgba(255, 242, 184, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), inset 0 -2px 4px rgba(89, 52, 5, 0.32), 0 14px 34px rgba(246, 200, 80, 0.3);
  color: #151005;
}

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

.archive-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

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

.section-heading {
  margin-bottom: 28px;
  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;
}

.america-250-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(232, 238, 248, 0.96)),
    linear-gradient(135deg, rgba(178, 34, 52, 0.16) 0 18%, rgba(255, 255, 255, 0.14) 18% 24%, rgba(28, 79, 157, 0.16) 24% 42%, rgba(255, 255, 255, 0.12) 42% 48%, rgba(178, 34, 52, 0.14) 48% 66%, rgba(28, 79, 157, 0.14) 66% 100%);
}

.america-250-feature {
  align-items: start;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.96) 0 12%, rgba(255, 255, 255, 0.56) 24%, transparent 44%),
    radial-gradient(circle at 18% 50%, rgba(255, 255, 255, 0.12), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.12), transparent 26%),
    linear-gradient(118deg, rgba(5, 9, 20, 0.96) 0 32%, rgba(7, 26, 58, 0.97) 45%, rgba(178, 34, 52, 0.94) 71%, rgba(178, 34, 52, 0.96) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 9px, rgba(255, 255, 255, 0.02) 9px 18px);
  border: 2px solid rgba(255, 242, 184, 0.72);
  border-radius: 8px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 30px 88px rgba(7, 26, 58, 0.26);
  display: grid;
  gap: clamp(24px, 5vw, 56px);
  grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1.28fr);
  margin: 0 auto;
  max-width: 1120px;
  overflow: hidden;
  padding: clamp(24px, 5vw, 48px);
  position: relative;
}

.america-250-visual {
  align-self: start;
  display: grid;
  gap: 14px;
  justify-items: center;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}

.america-250-feature::before {
  background:
    repeating-linear-gradient(90deg, #b22234 0 46px, #fff 46px 62px, #1c4f9d 62px 108px, #fff 108px 124px);
  content: "";
  height: 7px;
  left: 0;
  opacity: 0.86;
  position: absolute;
  right: 0;
  top: 0;
}

.america-250-feature::after {
  background: linear-gradient(180deg, rgba(246, 200, 80, 0.85), rgba(217, 154, 36, 0.6));
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}

.america-250-emblem {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 6px;
  box-shadow: none;
  display: flex;
  justify-content: center;
  min-height: 258px;
  padding: 0;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease;
  z-index: 1;
}

.america-250-emblem:hover,
.america-250-emblem:focus-visible {
  transform: translateY(-2px);
}

.america-250-emblem img {
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.3));
  max-height: 300px;
  object-fit: contain;
  position: relative;
  width: min(100%, 300px);
  z-index: 1;
}

.america-250-countdown {
  background: rgba(5, 9, 20, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  color: #fff;
  display: grid;
  gap: 8px;
  padding: 12px;
  width: min(100%, 330px);
}

.countdown-label {
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

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

.countdown-values span {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.76);
  display: grid;
  font-size: 10px;
  font-weight: 900;
  min-height: 58px;
  padding: 6px 4px;
  text-align: center;
  text-transform: uppercase;
}

.countdown-values strong {
  color: #fff;
  display: block;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1;
}

.america-250-copy {
  display: grid;
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.america-250-copy .section-title {
  color: #fff;
  margin-bottom: 12px;
}

.america-250-copy h2 {
  color: #fff;
  font-size: clamp(30px, 4.35vw, 50px);
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 16px;
}

.america-250-copy p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.54;
  margin: 0 0 12px;
}

.america-250-link {
  align-items: center;
  background: var(--gold-metal);
  border: 1px solid rgba(255, 242, 184, 0.58);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), 0 12px 26px rgba(0, 0, 0, 0.18);
  color: #211605;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  justify-self: end;
  margin-top: 15px;
  min-height: 46px;
  padding: 12px 22px;
  transition: background 180ms ease, transform 180ms ease;
}

.america-250-link:hover,
.america-250-link:focus-visible {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74), 0 16px 34px rgba(0, 0, 0, 0.24);
  transform: translateY(-1px);
}

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

@supports (content-visibility: auto) {
  .facebook-feed-section,
  .america-250-section,
  .county-section,
  .weather-dashboard,
  .calendar-section,
  .entertainment-section,
  .history-overview,
  .town-history-section,
  .history-source-section,
  .feed-page-section,
  .archive-section,
  .skycam-list-section {
    content-visibility: auto;
    contain-intrinsic-size: auto 760px;
  }
}

.live-wordpress-section {
  background: linear-gradient(180deg, #ffffff 0%, rgba(247, 248, 251, 0.96) 100%);
  scroll-margin-top: 92px;
}

.content-page-main {
  background:
    radial-gradient(circle at 15% 0%, rgba(246, 200, 80, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 100%);
  min-height: 72vh;
}

.content-page-hero {
  background:
    radial-gradient(circle at 78% 16%, rgba(246, 200, 80, 0.42), transparent 24%),
    linear-gradient(135deg, rgba(5, 9, 20, 0.98), rgba(7, 26, 58, 0.92));
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: clamp(300px, 32vw, 370px);
  overflow: hidden;
  padding: clamp(74px, 9vw, 104px) clamp(18px, 5vw, 56px);
  position: relative;
}

.content-page-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 9, 20, 0.92), rgba(7, 26, 58, 0.7) 48%, rgba(5, 9, 20, 0.74)),
    radial-gradient(circle at 82% 18%, rgba(246, 200, 80, 0.3), transparent 30%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

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

.content-page-hero h1 {
  background: var(--gold-metal);
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--gold-2);
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.26)) drop-shadow(0 3px 0 rgba(86, 50, 5, 0.72)) drop-shadow(0 12px 20px rgba(3, 7, 18, 0.48));
  font-family: "Arial Black", Arial, system-ui, sans-serif;
  font-size: 62px;
  line-height: 1;
  margin: 0 0 18px;
  max-width: 100%;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.34),
    0 2px 0 rgba(181, 120, 16, 0.72),
    0 3px 0 rgba(94, 54, 6, 0.86),
    0 10px 22px rgba(3, 7, 18, 0.46);
}

.content-page-hero p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.5;
  margin: 0;
  max-width: 760px;
}

.content-page-hero .section-kicker,
.skycam-page .section-kicker {
  color: var(--gold-soft);
  display: inline-block;
  font-size: 17px;
  line-height: 1.2;
  margin: 0;
  padding: 10px 28px 11px;
  text-shadow: 0 1px 0 rgba(86, 50, 5, 0.62), 0 8px 18px rgba(3, 7, 18, 0.34);
}

.content-page-hero .section-kicker::before,
.skycam-page .section-kicker::before {
  background: rgba(5, 9, 20, 0.28);
}

.feed-page-section {
  padding-top: clamp(34px, 5vw, 54px);
}

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

.feed-page-layout .live-feed-panel {
  min-height: 520px;
}

.feed-page-layout .social-box {
  top: 104px;
}

.live-wordpress-heading {
  max-width: 940px;
}

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

.live-feed-panel {
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 200, 80, 0.16), transparent 28%),
    rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: clamp(22px, 4vw, 32px);
}

.obituary-feed-panel {
  background:
    radial-gradient(circle at 100% 0%, rgba(28, 79, 157, 0.14), transparent 30%),
    rgba(255, 255, 255, 0.96);
}

.live-feed-header {
  align-items: start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.live-feed-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.live-feed-header h3 {
  color: var(--navy);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.05;
  margin: 0;
}

.live-feed-header .section-title {
  margin-bottom: 8px;
}

.live-feed-header a,
.live-feed-link {
  align-items: center;
  background: var(--gold-metal);
  border: 1px solid rgba(255, 242, 184, 0.72);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), inset 0 -2px 4px rgba(89, 52, 5, 0.32);
  color: #151005;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 950;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  transition: box-shadow 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.live-feed-header a:hover,
.live-feed-link:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), inset 0 -2px 4px rgba(89, 52, 5, 0.32), 0 12px 26px rgba(246, 200, 80, 0.28);
  transform: translateY(-1px);
}

.live-feed-list {
  display: grid;
  gap: 14px;
}

.live-feed-status {
  background: rgba(7, 26, 58, 0.05);
  border: 1px solid rgba(7, 26, 58, 0.08);
  border-radius: 8px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  margin: 0;
  padding: 16px;
}

.live-feed-item {
  align-items: start;
  background: rgba(7, 26, 58, 0.035);
  border: 1px solid rgba(7, 26, 58, 0.08);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 116px;
  min-height: 144px;
  padding: 16px;
}

.live-feed-body {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.live-feed-date {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.live-feed-item h4 {
  color: var(--navy);
  font-size: 20px;
  line-height: 1.18;
  margin: 0;
}

.live-feed-item p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.live-feed-link {
  justify-self: start;
  margin-top: 3px;
  min-height: 36px;
  padding: 9px 13px;
}

.live-feed-image {
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 30% 20%, rgba(246, 200, 80, 0.28), transparent 28%),
    linear-gradient(145deg, var(--navy), var(--midnight));
  border: 1px solid rgba(246, 200, 80, 0.24);
  border-radius: 8px;
  overflow: hidden;
  width: 116px;
}

.live-feed-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.live-feed-initial {
  align-items: center;
  color: var(--gold-soft);
  display: flex;
  font-family: "Arial Black", Arial, system-ui, sans-serif;
  font-size: 38px;
  height: 100%;
  justify-content: center;
  text-transform: uppercase;
  width: 100%;
}

.facebook-feed-layout {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(320px, 500px) minmax(280px, 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;
  gap: 16px;
  overflow: hidden;
  padding: 24px;
  width: 100%;
}

.media-feed-column {
  display: grid;
  gap: 22px;
}

.youtube-feed-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 200, 80, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 248, 251, 0.94));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
  padding: 24px;
}

.facebook-feed .section-title,
.youtube-feed-card .section-title {
  margin-bottom: 8px;
}

.youtube-feed-frame {
  aspect-ratio: 16 / 9;
  background: var(--midnight);
  border: 1px solid rgba(246, 200, 80, 0.22);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
  display: block;
  overflow: hidden;
  width: 100%;
}

.youtube-feed-frame iframe,
.youtube-feed-frame video {
  border: 0;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.youtube-feed-preview {
  align-content: center;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 72% 20%, rgba(246, 200, 80, 0.22), transparent 30%),
    linear-gradient(145deg, rgba(5, 9, 20, 0.98), rgba(7, 26, 58, 0.94));
  border: 1px solid rgba(246, 200, 80, 0.22);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
  color: #fff;
  display: grid;
  gap: 12px;
  overflow: hidden;
  padding: clamp(18px, 3vw, 28px);
  width: 100%;
}

body:not(.is-chrome-browser) .youtube-feed-frame {
  display: block;
}

body:not(.is-chrome-browser) .youtube-feed-preview {
  display: none;
}

.youtube-preview-mark {
  align-items: center;
  background: #ff0033;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(255, 0, 51, 0.28);
  display: inline-flex;
  height: 46px;
  justify-content: center;
  width: 64px;
}

.youtube-preview-mark svg {
  height: 30px;
  width: 42px;
}

.youtube-preview-mark path:first-child {
  fill: #ff0033;
}

.youtube-preview-mark .youtube-play {
  fill: #fff;
}

.youtube-feed-preview h3 {
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.05;
  margin: 0;
}

.youtube-feed-preview p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.youtube-feed-link {
  align-items: center;
  background: var(--gold-metal);
  border: 1px solid rgba(255, 242, 184, 0.72);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), inset 0 -2px 4px rgba(89, 52, 5, 0.32), 0 10px 26px rgba(246, 200, 80, 0.24);
  color: #151005;
  display: inline-flex;
  font-size: 14px;
  font-weight: 950;
  justify-content: center;
  min-height: 42px;
  padding: 12px 18px;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.youtube-feed-link:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), inset 0 -2px 4px rgba(89, 52, 5, 0.32), 0 13px 30px rgba(246, 200, 80, 0.34);
  transform: translateY(-1px);
}

.gas-price-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(43, 122, 75, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 247, 0.95));
  border: 1px solid rgba(43, 122, 75, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 9px;
  padding: 16px;
}

.gas-price-header {
  align-items: center;
  display: flex;
  gap: 10px;
}

.gas-price-icon {
  align-items: center;
  background: #2b7a4b;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.gas-price-icon svg {
  fill: currentColor;
  height: 22px;
  width: 22px;
}

.gas-price-card .section-title {
  color: var(--midnight);
  font-size: 15px;
  margin: 0 0 2px;
}

.gas-price-card h3 {
  color: var(--ink);
  font-size: 1.05rem;
  margin: 0;
}

.gas-price-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  margin: 0;
}

.gas-price-links {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gas-price-links a,
.gas-price-average-link {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  min-height: 32px;
  padding: 7px 9px;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.gas-price-links a {
  background: #ffffff;
  border: 1px solid rgba(43, 122, 75, 0.18);
  color: #1e5f39;
}

.gas-price-average-link {
  background: #2b7a4b;
  border: 1px solid rgba(43, 122, 75, 0.32);
  color: #fff;
}

.gas-price-links a:hover,
.gas-price-average-link:hover {
  box-shadow: 0 12px 26px rgba(43, 122, 75, 0.16);
  transform: translateY(-1px);
}

.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: #fff;
  font-size: 17px;
  margin-bottom: 8px;
}

.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;
}

.threads-button .social-icon {
  background: #111;
}

.youtube-social-button .social-icon {
  background: #ff0033;
}

.youtube-social-button svg {
  height: 20px;
  width: 28px;
}

.youtube-social-button svg path:first-child {
  fill: #ff0033;
}

.youtube-social-button .youtube-play {
  fill: #fff;
}

.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;
}

.brief-panel .section-title {
  font-size: 17px;
  margin-bottom: 28px;
}

.nws-forecast {
  display: grid;
  gap: 14px;
}

.forecast-header {
  align-items: start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.forecast-header h3 {
  color: var(--navy);
  font-size: 26px;
  line-height: 1.1;
  margin: 0 0 8px;
}

.forecast-header p {
  margin: 0;
}

.forecast-header a {
  background: var(--gold-metal);
  border: 1px solid rgba(255, 242, 184, 0.72);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), inset 0 -2px 4px rgba(89, 52, 5, 0.32);
  color: #151005;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 950;
  padding: 10px 14px;
}

.station-current {
  background:
    radial-gradient(circle at 92% 16%, rgba(246, 200, 80, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(7, 26, 58, 0.98), rgba(16, 46, 99, 0.94));
  border: 1px solid rgba(246, 200, 80, 0.28);
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(170px, 0.8fr) minmax(260px, 1.2fr);
  padding: clamp(16px, 3vw, 22px);
}

.station-current[hidden] {
  display: none;
}

.station-current-main {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.station-label {
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.station-temp {
  color: #fff;
  font-size: clamp(46px, 8vw, 68px);
  font-weight: 950;
  line-height: 0.95;
}

.station-current p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.38;
  margin: 0;
}

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

.station-metrics div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  display: grid;
  gap: 5px;
  min-height: 74px;
  padding: 11px;
}

.station-metrics span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.station-metrics strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.12;
}

.station-updated {
  grid-column: 1 / -1;
}

.forecast-status {
  background: rgba(7, 26, 58, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  padding: 14px;
}

.forecast-status:empty {
  display: none;
}

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

.forecast-card {
  align-items: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 200, 80, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(7, 26, 58, 0.98), rgba(16, 46, 99, 0.94));
  border: 1px solid rgba(246, 200, 80, 0.24);
  border-radius: 8px;
  color: #fff;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-height: 112px;
  padding: 12px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.forecast-card:hover {
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 200, 80, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(7, 26, 58, 0.98), rgba(16, 46, 99, 0.94));
  border-color: rgba(246, 200, 80, 0.72);
  transform: translateY(-1px);
}

.forecast-details {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.forecast-card h4 {
  color: var(--gold-soft);
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.forecast-temp {
  align-items: baseline;
  display: flex;
  gap: 6px;
}

.forecast-temp strong {
  font-size: 28px;
  line-height: 1;
}

.forecast-temp span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.forecast-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.34;
  margin: 0;
}

.forecast-icon {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(7, 26, 58, 0.62), rgba(7, 26, 58, 0) 16%, rgba(7, 26, 58, 0) 84%, rgba(7, 26, 58, 0.62)),
    linear-gradient(180deg, rgba(7, 26, 58, 0.62), rgba(7, 26, 58, 0) 16%, rgba(7, 26, 58, 0) 84%, rgba(7, 26, 58, 0.62));
  border-radius: 6px;
  display: flex;
  flex: 0 0 74px;
  height: 74px;
  justify-content: center;
  overflow: hidden;
  width: 74px;
}

.forecast-icon img {
  display: block;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.34));
  height: 72px;
  object-fit: contain;
  width: 72px;
}

.local-weather-links {
  align-self: start;
}

.weather-resource-icon {
  background: var(--gold-metal);
  border: 1px solid rgba(255, 242, 184, 0.62);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48), 0 8px 18px rgba(0, 0, 0, 0.24);
  color: #151005;
  height: 42px;
  overflow: hidden;
  position: relative;
  width: 42px;
}

.weather-resource-icon::after {
  background:
    linear-gradient(145deg, rgba(255, 247, 198, 0.36), rgba(217, 154, 36, 0.16) 45%, rgba(255, 242, 184, 0.22) 72%, rgba(140, 86, 8, 0.18)),
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.36), transparent 34%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.weather-resource-icon:has(svg)::after {
  opacity: 0.28;
}

.weather-resource-icon img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.webcam-resource-icon {
  align-items: center;
  display: flex;
  justify-content: center;
}

.webcam-resource-icon svg {
  height: 25px;
  position: relative;
  width: 25px;
  z-index: 1;
}

.skycam-resource-icon svg {
  filter: drop-shadow(0 2px 3px rgba(7, 26, 58, 0.28));
  height: 34px;
  width: 34px;
}

.youtube-weather-icon svg {
  filter: drop-shadow(0 2px 3px rgba(7, 26, 58, 0.28));
  height: 22px;
  width: 31px;
}

.skycam-page {
  background:
    linear-gradient(135deg, rgba(7, 26, 58, 0.96), rgba(16, 46, 99, 0.94)),
    radial-gradient(circle at 84% 12%, rgba(246, 200, 80, 0.22), transparent 34%);
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: clamp(300px, 32vw, 370px);
  overflow: hidden;
  padding-bottom: clamp(74px, 9vw, 104px);
  padding-top: clamp(74px, 9vw, 104px);
  position: relative;
}

.skycam-page::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(246, 200, 80, 0.34), transparent 24%),
    linear-gradient(90deg, rgba(5, 9, 20, 0.98), rgba(7, 26, 58, 0.86) 48%, rgba(7, 26, 58, 0.36));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.skycam-page::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.34;
  position: absolute;
  z-index: 2;
}

.skycam-page .hero-slideshow,
.skycam-page .hero-static-image {
  z-index: 0;
}

.skycam-page .hero-slide,
.skycam-page .hero-static-image {
  filter: saturate(0.86) contrast(1.08);
}

.skycam-heading {
  margin: 0;
  max-width: 780px;
  position: relative;
  z-index: 3;
}

.skycam-hero-logo {
  height: clamp(86px, 11vw, 132px);
  width: clamp(86px, 11vw, 132px);
}

.skycam-heading h1 {
  background: var(--gold-metal);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(42px, 7vw, 76px);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0 0 12px;
  text-shadow:
    0 1px 0 rgba(86, 50, 5, 0.44),
    0 10px 22px rgba(3, 7, 18, 0.46);
  -webkit-text-fill-color: transparent;
}

.skycam-heading p:last-child {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.45;
  margin: 0;
}

.skycam-heading .archive-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.skycam-list-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(246, 200, 80, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #eef2f8 100%);
}

.skycam-region {
  margin: 0 auto;
  max-width: 1120px;
}

.skycam-region + .skycam-region {
  margin-top: 28px;
}

.skycam-region h2 {
  color: var(--navy);
  font-family: "Arial Black", Arial, system-ui, sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
  margin: 0 0 8px;
}

.skycam-region-note {
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 14px;
}

.skycam-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.skycam-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 200, 80, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(5, 9, 20, 0.98), rgba(7, 26, 58, 0.94));
  border: 1px solid rgba(255, 242, 184, 0.26);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: #fff;
  display: grid;
  min-height: 230px;
  overflow: hidden;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.skycam-card:hover,
.skycam-card:focus-visible {
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 200, 80, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(7, 26, 58, 0.98), rgba(16, 46, 99, 0.94));
  border-color: rgba(255, 242, 184, 0.52);
  transform: translateY(-2px);
}

.skycam-card-primary {
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 200, 80, 0.24), transparent 34%),
    linear-gradient(145deg, rgba(5, 9, 20, 0.98), rgba(7, 26, 58, 0.94));
}

.skycam-still {
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, rgba(5, 9, 20, 0.84), rgba(7, 26, 58, 0.72)),
    radial-gradient(circle at 72% 18%, rgba(246, 200, 80, 0.28), transparent 30%);
  display: block;
  overflow: hidden;
  position: relative;
}

.skycam-still::after {
  background:
    linear-gradient(180deg, transparent 46%, rgba(5, 9, 20, 0.44)),
    linear-gradient(90deg, rgba(5, 9, 20, 0.32), transparent 28%, transparent 72%, rgba(5, 9, 20, 0.32));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.skycam-still.is-unavailable::before {
  color: rgba(255, 255, 255, 0.78);
  content: "Still unavailable";
  font-size: 13px;
  font-weight: 800;
  inset: 0;
  letter-spacing: 0;
  display: grid;
  place-items: center;
  position: absolute;
  text-transform: uppercase;
}

.skycam-still img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.skycam-card-body {
  display: grid;
  gap: 7px;
  padding: 18px 20px 20px;
}

.skycam-directory-card {
  min-height: 230px;
}

.skycam-directory-card .skycam-card-body {
  align-content: center;
  min-height: 100%;
}

.skycam-location {
  color: var(--gold-soft);
  font-family: "Arial Black", Arial, system-ui, sans-serif;
  font-size: 23px;
  line-height: 1.1;
}

.skycam-area {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.skycam-source {
  align-self: end;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.local-links-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(246, 200, 80, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #eef2f8 100%);
}

.local-links-heading {
  margin-bottom: 18px;
}

.local-links-heading h2 {
  color: var(--navy);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  margin: 0;
}

.local-links-heading p:last-child {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
  max-width: 760px;
}

.local-links-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.local-link-group {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(7, 26, 58, 0.1);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(7, 26, 58, 0.1);
  padding: 18px;
}

.local-link-group h3 {
  color: var(--navy);
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 12px;
}

.local-link-list {
  display: grid;
  gap: 8px;
}

.local-link-card {
  align-items: center;
  background: linear-gradient(180deg, rgba(7, 26, 58, 0.045), rgba(7, 26, 58, 0.02));
  border: 1px solid rgba(7, 26, 58, 0.08);
  border-radius: 8px;
  color: inherit;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 12px;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.local-link-card:hover,
.local-link-card:focus-visible {
  border-color: rgba(7, 26, 58, 0.22);
  box-shadow: 0 10px 24px rgba(7, 26, 58, 0.1);
  transform: translateY(-1px);
}

.local-link-card > span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.local-link-main {
  align-items: center;
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 42px;
}

.local-link-main.is-wide-logo {
  grid-template-columns: 58px minmax(0, 1fr);
}

.local-link-logo {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 26, 58, 0.08);
  border-radius: 50%;
  height: 42px;
  object-fit: contain;
  padding: 4px;
  width: 42px;
}

.local-link-logo.is-wide {
  border-radius: 6px;
  width: 58px;
}

.local-link-text {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.local-link-card strong {
  color: var(--navy);
  font-size: 16px;
  line-height: 1.2;
}

.local-link-card small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.local-link-card em {
  background: var(--gold-metal);
  border: 1px solid rgba(255, 242, 184, 0.72);
  border-radius: 999px;
  color: #071a3a;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  padding: 8px 11px;
}

.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: #fff;
}

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

.county-grid button,
.county-grid a {
  align-items: center;
  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;
  display: flex;
  font: inherit;
  font-weight: 900;
  gap: 12px;
  height: 72px;
  min-height: 72px;
  overflow: hidden;
  padding: 18px;
  text-align: left;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

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

.county-grid a {
  cursor: pointer;
}

.community-logo {
  aspect-ratio: 1 / 1;
  display: block;
  flex: 0 0 42px !important;
  height: 42px !important;
  max-height: 42px !important;
  max-width: 42px !important;
  min-height: 42px !important;
  min-width: 42px !important;
  object-fit: contain !important;
  width: 42px !important;
}

.county-grid button > img.community-logo {
  height: 42px !important;
  width: 42px !important;
}

.archive-section {
  scroll-margin-top: 92px;
}

.history-page-main {
  background: #f7f3ea;
}

.history-hero .content-page-hero-inner {
  max-width: 920px;
}

.history-overview {
  background: #f7f3ea;
  padding-bottom: clamp(58px, 8vw, 92px);
}

.history-page-main .section-kicker {
  display: block;
  margin-bottom: 14px;
}

.history-page-main .content-page-hero .section-kicker {
  display: inline-block;
  margin: 0;
}

.history-page-main .section-heading {
  margin-bottom: 38px;
}

.history-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.7fr);
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.history-feature-card,
.history-facts-card,
.town-history-card {
  background: #fffdf7;
  border: 1px solid rgba(21, 33, 55, 0.1);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(21, 33, 55, 0.08);
}

.history-feature-card,
.history-facts-card {
  padding: 28px;
}

.history-feature-card h2,
.history-facts-card h3,
.town-history-card h3,
.history-source-section h2 {
  color: #152137;
}

.history-feature-card h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.history-feature-card p,
.town-history-card p,
.history-source-section p {
  color: #45546b;
  line-height: 1.7;
}

.history-facts-card h3 {
  margin: 0 0 18px;
  font-size: 1.35rem;
}

.history-facts-card dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.history-facts-card div {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(21, 33, 55, 0.1);
}

.history-facts-card div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.history-facts-card dt {
  color: #8a2630;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.history-facts-card dd {
  margin: 5px 0 0;
  color: #26344a;
  line-height: 1.55;
}

.town-history-section {
  background: #fffaf0;
  padding-top: clamp(58px, 8vw, 92px);
}

.town-history-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1180px;
  margin: 34px auto 0;
}

.town-history-card {
  min-height: 390px;
  overflow: hidden;
  padding: 24px;
}

.town-history-media {
  aspect-ratio: 4 / 3;
  background-color: #d7e1e9;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  float: right;
  margin: 0 0 16px 22px;
  max-width: 58%;
  overflow: hidden;
  position: relative;
  width: 320px;
}

.town-history-slide {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  transition: opacity 900ms ease;
  width: 100%;
}

.town-history-slide.is-active {
  opacity: 1;
}

.town-history-static .town-history-slide {
  opacity: 1;
}

.town-history-body {
  display: block;
}

.town-history-region {
  margin: 0;
  color: #8a2630;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.town-history-card h3 {
  margin: 0 0 12px;
  font-size: 1.8rem;
}

.town-history-card p {
  margin: 0 0 12px;
}

.history-highlights {
  clear: both;
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 16px 0 0 18px;
  color: #26344a;
  border-top: 1px solid rgba(21, 33, 55, 0.1);
}

.history-source-section {
  background: #f7f3ea;
}

.history-source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
  margin: 28px auto 0;
}

.history-source-grid a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 14px 16px;
  color: #152137;
  font-weight: 800;
  text-decoration: none;
  background: #fffdf7;
  border: 1px solid rgba(21, 33, 55, 0.1);
  border-radius: 8px;
}

.history-source-grid a:hover {
  color: #8a2630;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(21, 33, 55, 0.1);
}


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

.weather-dashboard {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
}

.weather-page-hero {
  scroll-margin-top: 92px;
}

.weather-alert-ticker {
  background:
    linear-gradient(90deg, rgba(104, 9, 15, 0.98), rgba(151, 28, 19, 0.96)),
    var(--gold-metal);
  border-bottom: 1px solid rgba(246, 200, 80, 0.48);
  border-top: 1px solid rgba(255, 242, 184, 0.18);
  box-shadow: 0 16px 34px rgba(5, 9, 20, 0.18);
  color: #fff;
  overflow: hidden;
}

.weather-alert-ticker[hidden] {
  display: none;
}

.weather-alert-ticker[data-severity="extreme"],
.weather-alert-ticker[data-severity="severe"] {
  background:
    linear-gradient(90deg, rgba(90, 5, 14, 0.99), rgba(186, 24, 19, 0.97)),
    var(--gold-metal);
}

.weather-alert-ticker[data-severity="none"] {
  background:
    linear-gradient(90deg, rgba(5, 56, 39, 0.98), rgba(9, 84, 63, 0.94)),
    var(--gold-metal);
}

.weather-alert-link {
  align-items: center;
  display: flex;
  gap: 14px;
  min-height: 52px;
  padding: 10px clamp(18px, 5vw, 56px);
}

.weather-alert-label,
.weather-alert-details {
  background: var(--gold-metal);
  border: 1px solid rgba(255, 242, 184, 0.72);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), 0 8px 22px rgba(246, 200, 80, 0.22);
  color: #151005;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  padding: 7px 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.weather-alert-details {
  margin-left: auto;
}

.weather-alert-track {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.weather-alert-message {
  color: #fff7c6;
  display: inline-block;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.35;
  min-width: 100%;
  padding-left: 100%;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
}

.weather-alert-ticker:not([hidden]) .weather-alert-message {
  animation: breaking-news-scroll 30s linear infinite;
}

.weather-alert-ticker[data-severity="none"] .weather-alert-message {
  animation: none;
  min-width: 0;
  padding-left: 0;
}

.weather-alert-link:hover .weather-alert-message {
  animation-play-state: paused;
}

.archive-detail-hero {
  align-items: center !important;
  box-sizing: border-box !important;
  display: flex !important;
  height: clamp(300px, 32vw, 370px) !important;
  overflow: hidden !important;
  padding: clamp(74px, 9vw, 104px) clamp(18px, 5vw, 56px) !important;
}

.archive-detail-actions {
  display: none !important;
}

.archive-detail-hero .section-kicker {
  color: #fff;
  display: inline-block;
  font-size: 17px;
  line-height: 1.2;
  margin: 0;
  padding: 10px 28px 11px;
  text-shadow: 0 1px 0 rgba(5, 9, 20, 0.72), 0 8px 18px rgba(3, 7, 18, 0.34);
  -webkit-text-fill-color: currentColor;
}

.archive-detail-hero .section-kicker::before {
  background: rgba(5, 9, 20, 0.28);
}

.weather-page-hero .skycam-heading h1 {
  background: var(--gold-metal);
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--gold-2);
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.26)) drop-shadow(0 3px 0 rgba(86, 50, 5, 0.72)) drop-shadow(0 12px 20px rgba(3, 7, 18, 0.48));
  font-family: "Arial Black", Arial, system-ui, sans-serif;
  font-size: 62px;
  line-height: 1;
  margin: 0 0 18px;
  max-width: 100%;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.34),
    0 2px 0 rgba(181, 120, 16, 0.72),
    0 3px 0 rgba(94, 54, 6, 0.86),
    0 10px 22px rgba(3, 7, 18, 0.46);
}

@media (max-width: 900px) {
  .content-page-hero h1,
  .weather-page-hero .skycam-heading h1 {
    font-size: 48px;
  }
}

@media (max-width: 640px) {
  .content-page-hero h1,
  .weather-page-hero .skycam-heading h1 {
    font-size: 34px;
  }
}

@media (max-width: 420px) {
  .content-page-hero h1,
  .weather-page-hero .skycam-heading h1 {
    font-size: 17px;
  }
}

.weather-page-dashboard {
  padding-top: 26px;
}

.weather-radar-panel {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
}

.weather-radar-header {
  margin-bottom: 0;
}

.weather-radar-frame {
  aspect-ratio: 16 / 10;
  background: #081326;
  border: 1px solid rgba(7, 26, 58, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(7, 26, 58, 0.14);
  min-height: 360px;
  overflow: hidden;
  width: 100%;
}

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

.calendar-section {
  padding-top: 0;
}

.calendar-section .section-kicker {
  color: var(--midnight);
}

.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%;
}

.entertainment-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 244, 237, 0.98)),
    radial-gradient(circle at 82% 18%, rgba(246, 200, 80, 0.16), transparent 30%);
  padding-top: 18px;
}

.entertainment-heading {
  margin-bottom: 20px;
}

.entertainment-heading h2 {
  color: var(--navy);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  margin: 0;
}

.entertainment-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.entertainment-toolbar button {
  appearance: none;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 26, 58, 0.14);
  border-radius: 999px;
  color: var(--blue);
  cursor: pointer;
  font-weight: 950;
  min-height: 40px;
  padding: 9px 16px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.entertainment-toolbar button:hover,
.entertainment-toolbar button.is-active {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--gold-soft);
  transform: translateY(-1px);
}

.entertainment-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

.entertainment-card,
.entertainment-status {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(7, 26, 58, 0.1);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(7, 26, 58, 0.1);
}

.entertainment-card {
  align-content: start;
  display: grid;
  gap: 16px;
  grid-template-columns: 74px minmax(0, 1fr);
  min-height: 170px;
  padding: 18px;
}

.entertainment-poster {
  background: #fff;
  border-radius: 8px;
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 360px;
  overflow: hidden;
  width: 100%;
}

.entertainment-poster img {
  background: #fff;
  border-radius: 8px;
  display: block;
  height: auto;
  max-height: 560px;
  object-fit: contain;
  object-position: top center;
  width: 100%;
}

.entertainment-date {
  align-self: start;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 242, 184, 0.34), transparent 48%),
    linear-gradient(145deg, var(--midnight), var(--navy));
  border: 1px solid rgba(246, 200, 80, 0.32);
  border-radius: 8px;
  color: var(--gold-soft);
  display: grid;
  gap: 2px;
  min-height: 74px;
  place-items: center;
  text-align: center;
}

.entertainment-date span,
.entertainment-category {
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.entertainment-date strong {
  font-family: "Arial Black", Arial, system-ui, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.entertainment-card-body {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.entertainment-actions {
  border-top: 1px solid rgba(7, 26, 58, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  grid-column: 1 / -1;
  justify-content: center;
  padding-top: 10px;
}

.entertainment-category {
  color: var(--blue);
  letter-spacing: 0.04em;
}

.entertainment-card h3 {
  background: linear-gradient(180deg, rgba(7, 26, 58, 0.08), rgba(7, 26, 58, 0.035));
  border-bottom: 1px solid rgba(7, 26, 58, 0.1);
  border-top: 1px solid rgba(7, 26, 58, 0.08);
  border-radius: 6px;
  color: var(--navy);
  font-size: 21px;
  grid-column: 1 / -1;
  line-height: 1.16;
  margin: 0;
  padding: 10px clamp(12px, 5vw, 30px);
  text-align: center;
}

.entertainment-card p,
.entertainment-status {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.entertainment-card .entertainment-location {
  border-top: 1px solid rgba(7, 26, 58, 0.08);
  color: #253047;
  display: grid;
  gap: 3px;
  font-weight: 800;
  grid-column: 1 / -1;
  padding-top: 10px;
  text-align: center;
}

.entertainment-location span {
  color: var(--muted);
  font-weight: 700;
}

.entertainment-status {
  grid-column: 1 / -1;
  padding: 18px;
}

.entertainment-link {
  align-items: center;
  background: var(--gold-metal);
  border: 1px solid rgba(255, 242, 184, 0.72);
  border-radius: 999px;
  color: #071a3a;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  height: auto;
  line-height: 1;
  max-width: max-content;
  min-width: 0;
  align-self: start;
  justify-self: start;
  min-height: 34px;
  padding: 8px 13px;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.entertainment-link:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), inset 0 -2px 4px rgba(89, 52, 5, 0.32), 0 12px 26px rgba(246, 200, 80, 0.28);
  transform: translateY(-1px);
}

.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) {
  .brand {
    min-width: 0;
  }

  .nav-toggle {
    display: grid;
  }

  .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;
  }

  .mobile-nav-tagline {
    display: none;
  }

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

  .breaking-news-alert {
    top: 71px;
  }

  .breaking-news-link {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding: 9px 16px 11px;
  }

  .breaking-news-label {
    align-self: center;
  }

  .breaking-news-ticker {
    max-width: none;
    width: 100%;
  }

  .breaking-news-message {
    font-size: 14px;
  }

  .homepage-callout-inner {
    display: grid;
    gap: 8px;
    justify-items: center;
    padding: 10px 12px;
  }

  .homepage-callout-link {
    align-items: center;
    display: grid;
    font-size: clamp(17px, 5.8vw, 24px);
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 54px;
    justify-content: stretch;
    text-align: left;
    width: 100%;
  }

  .homepage-callout-sticker {
    height: 54px;
    justify-self: end;
    object-fit: contain;
    width: 54px;
  }

  .weather-alert-link {
    align-items: stretch;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
    padding: 10px 16px 12px;
  }

  .weather-alert-label,
  .weather-alert-details {
    justify-self: center;
  }

  .weather-alert-details {
    margin-left: 0;
  }

  .weather-alert-track {
    width: 100%;
  }

  .local-links-layout {
    grid-template-columns: 1fr;
  }

  .google-search {
    flex: 0 0 auto;
    grid-column: auto;
    grid-row: auto;
    justify-content: space-between;
    margin-left: 0;
    min-height: 40px;
    width: 100%;
  }

  .google-search input[type="search"] {
    flex: 1;
    width: auto;
  }

  .station-current {
    grid-template-columns: 1fr;
  }

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

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

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

  .live-wordpress-grid {
    grid-template-columns: 1fr;
  }

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

  .america-250-feature {
    grid-template-columns: 1fr;
  }

  .america-250-visual {
    margin-top: 0;
  }

  .america-250-emblem {
    min-height: 220px;
  }

  .america-250-emblem img {
    max-height: 250px;
    width: min(100%, 250px);
  }

  .social-box {
    position: static;
  }

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

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

  .history-overview-grid,
  .town-history-grid,
  .history-source-grid {
    grid-template-columns: 1fr;
  }

  .town-history-media {
    width: 240px;
  }

  .skycam-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;
  }

  .breaking-news-alert {
    top: 71px;
  }

  .breaking-news-label {
    font-size: 11px;
    padding: 6px 10px;
  }

  .breaking-news-message {
    font-size: 13px;
  }

  .weather-alert-message {
    font-size: 13px;
  }

  .homepage-callout {
    padding: 8px 12px;
  }

  .homepage-callout-label {
    font-size: 10px;
    padding: 6px 10px;
  }

  .homepage-callout-link {
    font-size: clamp(16px, 5.4vw, 20px);
    grid-template-columns: minmax(0, 1fr) 46px;
    line-height: 1.08;
  }

  .homepage-callout-sticker {
    height: 46px;
    width: 46px;
  }

  .hero-logo {
    width: min(70vw, 240px);
  }

  .forecast-header {
    display: grid;
  }

  .live-feed-header {
    display: grid;
  }

  .live-feed-header a,
  .live-feed-actions {
    justify-self: start;
  }

  .live-feed-item {
    grid-template-columns: 1fr;
  }

  .live-feed-image {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .gas-price-links {
    grid-template-columns: 1fr;
  }

  .forecast-header a {
    justify-self: start;
  }

  .station-metrics {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 74vh;
  }

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

  .america-250-emblem {
    min-height: 190px;
  }

  .america-250-emblem img {
    max-height: 210px;
    width: min(100%, 210px);
  }

  .america-250-countdown {
    width: 100%;
  }

  .countdown-values strong {
    font-size: 18px;
  }

  .america-250-link {
    width: 100%;
  }

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

  .entertainment-heading {
    align-items: stretch;
    gap: 14px;
  }

  .entertainment-toolbar {
    gap: 8px;
  }

  .entertainment-toolbar button {
    flex: 1 1 auto;
    min-height: 44px;
    padding: 10px 12px;
  }

  .entertainment-card {
    gap: 12px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 16px;
  }

  .entertainment-card.has-poster h3,
  .entertainment-card.has-poster .entertainment-date,
  .entertainment-card.has-poster .entertainment-card-body {
    grid-row: auto;
  }

  .entertainment-date {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    min-height: 52px;
    padding: 10px 12px;
  }

  .entertainment-date span,
  .entertainment-date strong {
    line-height: 1;
  }

  .entertainment-card h3 {
    font-size: 20px;
    padding: 0 6px;
  }

  .entertainment-link {
    min-height: 44px;
    padding: 10px 14px;
  }

  .history-feature-card,
  .history-facts-card,
  .town-history-card {
    padding: 20px;
  }

  .town-history-media {
    float: none;
    margin: 0 0 16px;
    max-width: none;
    width: 100%;
  }

  .button {
    width: 100%;
  }

}
