/* Arkansas state page */

body.arkansas-page {
  background: #fff;
}

.btn-navy-cta {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  box-shadow: 0 10px 22px rgba(10, 30, 70, 0.16);
}

.btn-navy-cta:hover {
  background: var(--navy-2);
  border-color: var(--navy-2);
}

/* Hero */
.arkansas-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(480px, 58vh, 620px);
  overflow: hidden;
  color: #fff;
  background-color: var(--navy);
  background-image: url("../images/bellino-fireworks-arkansas.jpg");
  background-repeat: no-repeat;
  background-position: center 42%;
  background-size: cover;
  padding-bottom: clamp(72px, 8vw, 96px);
}

.arkansas-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(10, 30, 70, 0.68) 0%,
    rgba(10, 30, 70, 0.84) 100%
  );
}

.arkansas-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.arkansas-hero-copy {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.arkansas-hero-copy .section-kicker {
  margin-left: auto;
  margin-right: auto;
}

.arkansas-hero-stars {
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 0.35em;
}

.arkansas-hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.arkansas-hero-accent {
  color: var(--gold);
}

.arkansas-hero-flash {
  animation: arkansasHeadingFlash 1.2s ease-in-out infinite alternate;
}

@keyframes arkansasHeadingFlash {
  0% {
    color: var(--gold);
    text-shadow: 0 0 0 rgba(217, 164, 32, 0);
  }

  100% {
    color: #ff6b76;
    text-shadow: 0 0 16px rgba(225, 31, 45, 0.12);
  }
}

.arkansas-hero-text {
  margin: 0 auto 16px;
  max-width: 720px;
  font-size: 18px;
  line-height: 1.78;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.arkansas-hero-buttons {
  justify-content: center;
  margin: 28px 0 0;
}

/* Locator — uses shared locations-locator-section layout */
.arkansas-locator {
  border-top: none;
}

.arkansas-locator-divider {
  margin-top: 0;
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
}

.arkansas-hero-copy-divider {
  display: block;
  width: min(880px, 100%);
  height: 3px;
  margin: 22px auto 20px;
  border: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(217, 164, 32, 0.42) 14%,
    rgba(217, 164, 32, 0.95) 50%,
    rgba(217, 164, 32, 0.42) 86%,
    transparent 100%
  );
}

.arkansas-locator .arkansas-cities {
  padding-top: 48px;
}

.arkansas-locator .arkansas-visibility {
  padding: clamp(88px, 8vw, 108px) 0;
}

.arkansas-locator .locations-locator-features {
  padding-top: 48px;
  border-top: 1px solid rgba(10, 30, 70, 0.08);
}

.arkansas-best-fireworks {
  padding: clamp(56px, 6vw, 88px) 0 clamp(72px, 7vw, 96px);
}

.arkansas-markets-band .arkansas-fundraising {
  padding: clamp(56px, 6vw, 88px) 0 clamp(48px, 6vw, 64px);
  background: transparent;
}

.arkansas-best-fireworks .usa250-shell,
.arkansas-fundraising .usa250-shell {
  width: min(1400px, calc(100% - 32px));
  padding-bottom: 0;
}

.arkansas-best-fireworks .usa250-exclusive-head .section-kicker,
.arkansas-fundraising .usa250-exclusive-head .section-kicker {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  min-height: auto;
  border-radius: 0;
  color: var(--red);
}

/* Visibility */
.arkansas-visibility {
  position: relative;
  padding: clamp(88px, 8vw, 108px) 0;
  min-height: clamp(420px, 42vh, 520px);
  overflow: hidden;
  color: #fff;
  background-color: var(--navy);
  background-image: url("../images/blue-bellino-texture.webp");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: min(420px, 92vw);
  border-block: 3px solid rgba(255, 255, 255, 0.1);
}

.arkansas-visibility::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(10, 30, 70, 0.42) 0%,
    rgba(10, 30, 70, 0.62) 100%
  );
}

.arkansas-visibility .container {
  position: relative;
  z-index: 1;
}

.arkansas-visibility-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.arkansas-visibility-stars {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 0.28em;
}

.arkansas-visibility-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.arkansas-visibility-head h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 900;
}

.arkansas-visibility-head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}

/* Cities */
.arkansas-cities {
  padding: 72px 0 0;
  background: #fff;
}

.arkansas-cities-head {
  max-width: 680px;
  margin: 0 auto 40px;
  text-align: center;
}

.arkansas-cities-head .section-kicker {
  display: block;
  margin-bottom: 12px;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  color: var(--gold);
}

.arkansas-cities-head h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 900;
  color: var(--navy);
}

.arkansas-cities-head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
  color: var(--text-soft);
}

.arkansas-cities-band {
  position: relative;
  width: 100%;
  margin: 0 0 80px;
  border-top: none;
  background: #fff;
}

.arkansas-cities-browser {
  display: grid;
  grid-template-columns: minmax(248px, 300px) minmax(0, 1fr);
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
}

.arkansas-cities-sidebar {
  border-right: 1px solid rgba(10, 30, 70, 0.08);
  background: #fafbfc;
}

.arkansas-cities-sidebar-label {
  margin: 0;
  padding: 18px 20px 8px 28px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a96a8;
}

.arkansas-cities-nav {
  display: flex;
  flex-direction: column;
  padding: 0 20px 22px;
}

.arkansas-cities-tab {
  display: block;
  width: 100%;
  margin: 0;
  padding: 13px 20px 13px 28px;
  border: none;
  border-left: 3px solid transparent;
  background: transparent;
  color: var(--navy);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  transition:
    background 0.14s ease,
    color 0.14s ease,
    border-color 0.14s ease;
}

.arkansas-cities-tab:hover {
  background: rgba(10, 30, 70, 0.05);
}

.arkansas-cities-tab.is-active {
  border-left-color: var(--red);
  background: #fff;
  color: var(--navy);
  font-weight: 800;
}

.arkansas-cities-main {
  min-width: 0;
  padding: clamp(28px, 3.5vw, 44px) clamp(24px, 4vw, 56px) clamp(32px, 4vw, 52px);
  background: linear-gradient(180deg, #fcfcfd 0%, #fff 140px);
}

.arkansas-city-panel {
  display: none;
}

.arkansas-city-panel.is-active {
  display: block;
}

.arkansas-city-panel-head {
  margin-bottom: 28px;
}

.arkansas-city-panel-head h3 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 800;
  color: var(--navy);
}

.arkansas-cities-panel-lead {
  margin: 0;
  padding-left: 14px;
  max-width: 52ch;
  border-left: 2px solid rgba(10, 30, 70, 0.12);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
  color: var(--text-soft);
}

.arkansas-location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 22px;
}

.arkansas-location-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(10, 30, 70, 0.12);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(10, 30, 70, 0.04);
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.arkansas-location-card:hover {
  border-color: rgba(225, 31, 45, 0.28);
  box-shadow:
    0 10px 28px rgba(10, 30, 70, 0.08),
    0 0 24px rgba(225, 31, 45, 0.07);
}

.arkansas-location-card-media {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 0;
  aspect-ratio: 5 / 3;
  padding: clamp(18px, 2.5vw, 24px);
  border-bottom: 1px solid rgba(10, 30, 70, 0.06);
  background:
    radial-gradient(120% 80% at 50% 100%, rgba(10, 30, 70, 0.04) 0%, transparent 55%),
    linear-gradient(180deg, #f6f8fb 0%, #eef2f7 100%);
  transition: background 0.35s ease;
}

.arkansas-location-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 50% 100%, rgba(225, 31, 45, 0.07) 0%, transparent 58%),
    radial-gradient(ellipse 70% 55% at 18% 12%, rgba(10, 30, 70, 0.05) 0%, transparent 52%),
    radial-gradient(ellipse 70% 55% at 82% 12%, rgba(217, 164, 32, 0.06) 0%, transparent 52%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.arkansas-location-card:hover .arkansas-location-card-media {
  background:
    radial-gradient(120% 80% at 50% 100%, rgba(225, 31, 45, 0.05) 0%, transparent 55%),
    linear-gradient(180deg, #f8f9fc 0%, #eef2f7 100%);
}

.arkansas-location-card:hover .arkansas-location-card-media::after {
  opacity: 1;
}

.arkansas-location-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 5px 9px;
  border-radius: 6px;
  background: rgba(10, 30, 70, 0.08);
  color: var(--navy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.arkansas-location-badge--deal {
  background: rgba(225, 31, 45, 0.1);
  color: var(--red);
}

.arkansas-location-pin {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--navy);
  transition: transform 0.35s ease, color 0.28s ease;
}

.arkansas-location-pin svg {
  width: 40px;
  height: 40px;
}

.arkansas-location-card:hover .arkansas-location-pin {
  transform: scale(1.06);
  color: var(--red);
}

.arkansas-location-city {
  position: absolute;
  bottom: 12px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 8px rgba(10, 30, 70, 0.08);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
}

.arkansas-location-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 22px 22px;
}

.arkansas-location-brand {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a96a8;
}

.arkansas-location-card-body h4 {
  margin: 0 0 10px;
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--navy);
  text-wrap: balance;
}

.arkansas-location-schedule {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--text-soft);
}

.arkansas-location-link {
  display: block;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(10, 30, 70, 0.07);
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  transition: color 0.2s ease;
}

.arkansas-location-link::after {
  content: "→";
  margin-left: 6px;
  font-weight: 400;
  transition: transform 0.2s ease;
}

.arkansas-location-link:hover {
  color: var(--red);
  text-decoration: none;
}

.arkansas-location-link:hover::after {
  transform: translateX(4px);
}

.arkansas-location-link:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Fundraising + app + markets + bottom CTA — one fluid band */
.arkansas-markets-band {
  background: #f7f9fc;
  border-top: 1px solid var(--line);
}

.arkansas-markets-band .app-section {
  background: transparent;
}

.arkansas-markets-band .app-shell {
  padding: 0 0 clamp(48px, 6vw, 64px);
}

.arkansas-markets {
  padding: 0 0 clamp(40px, 5vw, 56px);
  background: transparent;
}

.arkansas-markets-shell {
  display: grid;
  gap: 28px;
}

.arkansas-markets-head {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}

.arkansas-markets-head .section-kicker {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  min-height: auto;
  border-radius: 0;
  color: var(--red);
}

.arkansas-markets-head .section-lead {
  margin: 0;
}

.arkansas-markets-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.arkansas-market-card {
  padding: 22px 20px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
}

.arkansas-market-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 900;
  color: var(--navy);
}

.arkansas-market-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.arkansas-market-card li {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-soft);
}

.arkansas-market-card li::before {
  content: "•";
  margin-right: 8px;
  color: var(--gold);
  font-weight: 900;
}

/* Bottom CTA — matches locations-cta__inner card */
.arkansas-bottom-cta-band {
  background: transparent;
  padding: 0 0 clamp(48px, 6vw, 72px);
}

.arkansas-bottom-cta {
  padding: 0;
  background: transparent;
  border: none;
}

.arkansas-bottom-cta-band .locations-cta {
  margin-top: 0;
}

.arkansas-bottom-cta-band .locations-cta__actions .btn-outline-light {
  min-height: 52px;
  padding: 0 28px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .arkansas-markets-grid {
    grid-template-columns: 1fr;
  }

  .arkansas-cities-browser {
    grid-template-columns: 1fr;
  }

  .arkansas-cities-sidebar {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .arkansas-cities-sidebar-label {
    padding: 16px 18px 6px;
  }

  .arkansas-cities-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0 18px 18px;
  }

  .arkansas-cities-nav > .arkansas-cities-tab {
    border-left: none;
    border-bottom: 1px solid var(--line);
  }

  .arkansas-cities-tab.is-active {
    border-left: none;
    box-shadow: inset 0 -2px 0 var(--red);
  }
}

@media (max-width: 760px) {
  .arkansas-cities-nav {
    grid-template-columns: 1fr;
  }

  .arkansas-location-grid {
    grid-template-columns: 1fr;
  }

  .arkansas-bottom-cta-band .locations-cta__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .arkansas-bottom-cta-band .locations-cta__actions .btn {
    width: 100%;
    justify-content: center;
  }
}


/* State-specific flare */
:root { --state-accent: #2d6a4f; --state-accent-soft: #eef6f1; }
.arkansas-hero-overlay { background: linear-gradient(180deg, rgba(10, 30, 70, 0.68) 0%, rgba(29, 74, 58, 0.84) 100%); }
.arkansas-cities-sidebar { background: var(--state-accent-soft); border-right-color: rgba(45, 106, 79, 0.16); }
.arkansas-cities-tab.is-active { border-left-color: var(--state-accent); }
.arkansas-market-card li::before { color: var(--state-accent); }
.arkansas-hero-accent { color: #7dcea0; }
