/* =========================================================
   PLOCAL STATE DISCOVERY
   Reusable state-hub system. State identity comes from data.
   ========================================================= */

.plocal-state-page {
  --state-ink: #10203d;
  --state-ink-soft: #1a3155;
  --state-accent: #27bdc7;
  --state-accent-deep: #0d4f91;
  --state-paper: #f4f1e8;
  --state-paper-alt: #e9e6dd;
  --state-surface: #ffffff;
  --state-surface-soft: #eef6f5;
  --state-map-line: rgba(39, 189, 199, 0.75);
  --state-map-fill: rgba(39, 189, 199, 0.025);
  --state-markets-bg: var(--state-ink);
  --state-categories-bg: var(--state-paper-alt);
  --state-text: #17243d;
  --state-muted: #687080;
  --state-line: rgba(16, 32, 61, 0.14);
  --state-grid: rgba(255, 255, 255, 0.06);
  --state-mono: "SFMono-Regular", ui-monospace, "Roboto Mono", Menlo, Consolas, monospace;
  --state-radius: 24px;
  background: var(--state-paper);
  color: var(--state-text);
  overflow-x: hidden;
}

.plocal-state-page[data-plocal-state="california"] {
  --state-ink: #0b2547;
  --state-ink-soft: #173b60;
  --state-accent: #2fc3c8;
  --state-accent-deep: #176f88;
  --state-paper: #f7f2e9;
  --state-paper-alt: #e7efed;
  --state-surface: #fffdf9;
  --state-surface-soft: #eaf5f4;
  --state-map-line: rgba(83, 205, 208, 0.78);
  --state-map-fill: rgba(116, 213, 216, 0.055);
  --state-markets-bg: #0b294b;
  --state-categories-bg: #e5eeec;
  --state-line: rgba(19, 67, 86, 0.15);
}

.plocal-state-page *,
.plocal-state-page *::before,
.plocal-state-page *::after {
  box-sizing: border-box;
}

.plocal-state-page :focus-visible {
  outline: 3px solid var(--state-accent);
  outline-offset: 4px;
}

.plocal-state-page .header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}

.plocal-state-page .main-navigation {
  background: transparent;
}

.plocal-state-page .main-navigation .nav-link {
  color: #fff;
}

.plocal-state-page .navbar-toggler-btn-icon {
  color: #fff;
}

.state-section {
  position: relative;
  padding: 120px 0;
}

.state-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(280px, 0.4fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 56px;
}

.state-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-family: var(--state-mono);
  color: var(--state-accent-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.state-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.state-section-head h2 {
  color: var(--state-ink);
  font-size: var(--font-size-h2);
  line-height: 1;
  letter-spacing: -0.035em;
}

.state-section-head p {
  margin: 0;
  color: var(--state-muted);
  font-size: 17px;
  line-height: 1.75;
}

/* Hero */

.state-hero {
  position: relative;
  min-height: 790px;
  padding: 185px 0 105px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(var(--state-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--state-grid) 1px, transparent 1px),
    radial-gradient(circle at 76% 45%, rgba(39, 189, 199, 0.16), transparent 28%),
    linear-gradient(135deg, #0d1b35 0%, var(--state-ink) 55%, #142b50 100%);
  background-size: 64px 64px, 64px 64px, auto, auto;
}

.state-hero::before {
  content: attr(data-state-label);
  position: absolute;
  left: -0.03em;
  bottom: -0.18em;
  font-family: var(--heading-font);
  font-size: clamp(150px, 23vw, 360px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.07em;
  color: rgba(255, 255, 255, 0.025);
  pointer-events: none;
}

.state-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.8fr);
  gap: 72px;
  align-items: center;
}

.state-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  font-family: var(--state-mono);
  color: var(--state-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.state-hero__eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
}

.state-hero h1 {
  max-width: 760px;
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(52px, 6vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.state-hero h1 span {
  color: var(--state-accent);
}

.state-hero__copy {
  max-width: 600px;
  margin: 0 0 38px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.75;
}

.state-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 13px 23px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.state-hero__cta:hover {
  border-color: var(--state-accent);
  background: var(--state-accent);
  color: var(--state-ink);
}

.state-hero__visual {
  position: relative;
  min-height: 510px;
}

.state-map {
  position: absolute;
  inset: 0;
}

.state-map__outline {
  position: absolute;
  inset: 5% 4% 3% 9%;
  border: 2px solid var(--state-map-line);
  clip-path: polygon(13% 4%, 66% 4%, 67% 23%, 96% 31%, 88% 53%, 75% 60%, 61% 96%, 42% 77%, 30% 67%, 5% 66%, 9% 43%, 12% 30%);
  background:
    linear-gradient(rgba(39, 189, 199, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(39, 189, 199, 0.09) 1px, transparent 1px),
    var(--state-map-fill);
  background-size: 26px 26px;
  filter: drop-shadow(0 0 24px rgba(39, 189, 199, 0.13));
}

.state-map__outline::before,
.state-map__outline::after {
  content: "";
  position: absolute;
  background: rgba(39, 189, 199, 0.45);
}

.state-map__outline::before {
  width: 1px;
  height: 130%;
  left: 52%;
  top: -15%;
}

.state-map__outline::after {
  width: 130%;
  height: 1px;
  left: -15%;
  top: 47%;
}

.state-map__label {
  position: absolute;
  right: 7%;
  top: 1%;
  display: grid;
  gap: 3px;
  font-family: var(--state-mono);
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: right;
}

.state-map__label strong {
  color: var(--state-accent);
  font-size: 12px;
}

.state-map-node {
  position: absolute;
  left: 58%;
  top: 34%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--state-mono);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.state-map-node--2 { left: 36%; top: 58%; }
.state-map-node--3 { left: 24%; top: 40%; }
.state-map-node--4 { left: 63%; top: 68%; }

.state-map-node__dot {
  position: relative;
  width: 11px;
  height: 11px;
  border: 2px solid var(--state-accent);
  border-radius: 50%;
  background: var(--state-ink);
  box-shadow: 0 0 0 7px rgba(39, 189, 199, 0.12);
}

.state-map-node__dot::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(39, 189, 199, 0.45);
  border-radius: 50%;
  animation: state-node-pulse 2.6s ease-out infinite;
}

.state-hero__breadcrumb {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 35px;
}

.state-hero__breadcrumb .plocal-breadcrumb {
  margin: 0;
}

/* Search and location index */

.state-locations {
  background:
    radial-gradient(circle at 10% 20%, rgba(39, 189, 199, 0.08), transparent 22%),
    var(--state-paper);
}

.plocal-state-page[data-plocal-state="california"] .state-hero {
  background:
    linear-gradient(var(--state-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--state-grid) 1px, transparent 1px),
    radial-gradient(ellipse at 78% 42%, rgba(47, 195, 200, 0.22), transparent 31%),
    linear-gradient(150deg, #071b37 0%, #0b294b 58%, #164969 100%);
  background-size: 58px 58px, 58px 58px, auto, auto;
}

.plocal-state-page[data-plocal-state="california"] .state-hero__layout {
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 0.74fr);
}

.plocal-state-page[data-plocal-state="california"] .state-hero__visual {
  min-height: 540px;
}

.plocal-state-page[data-plocal-state="california"] .state-map__outline {
  inset: 0 19% 0 30%;
  clip-path: polygon(38% 1%, 68% 4%, 64% 18%, 76% 32%, 67% 47%, 79% 60%, 65% 76%, 57% 98%, 40% 88%, 34% 73%, 22% 61%, 29% 45%, 19% 30%, 31% 17%);
  background-size: 22px 22px;
}

.plocal-state-page[data-plocal-state="california"] .state-map__outline::before {
  left: 43%;
}

.plocal-state-page[data-plocal-state="california"] .state-map__outline::after {
  top: 54%;
}

.plocal-state-page[data-plocal-state="california"] .state-map__label {
  right: 8%;
  top: 3%;
}

.plocal-state-page[data-plocal-state="california"] .state-map-node {
  left: 46%;
  top: 68%;
}

.plocal-state-page[data-plocal-state="california"] .state-map-node--2 {
  left: 53%;
  top: 83%;
}

.plocal-state-page[data-plocal-state="california"] .state-map-node--3 {
  left: 40%;
  top: 27%;
}

.state-search {
  position: relative;
  z-index: 5;
  max-width: 920px;
  margin: 0 auto 62px;
}

.state-search__shell {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 10px 12px 10px 24px;
  border: 1px solid var(--state-line);
  border-radius: 20px;
  background: var(--state-surface);
  box-shadow: 0 22px 55px rgba(16, 32, 61, 0.1);
}

.state-search__icon {
  margin-right: 16px;
  color: var(--state-accent-deep);
  font-size: 20px;
}

.state-search__field {
  flex: 1;
  min-width: 0;
}

.state-search__label {
  display: block;
  margin-bottom: 3px;
  font-family: var(--state-mono);
  color: var(--state-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.state-search__input {
  width: 100%;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  color: var(--state-ink);
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 700;
}

.state-search__input::-webkit-search-cancel-button {
  display: none;
}

.state-search__clear {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 0;
  border-radius: 50%;
  background: var(--state-paper);
  color: var(--state-muted);
  cursor: pointer;
}

.state-search__panel {
  position: absolute;
  left: 16px;
  right: 16px;
  top: calc(100% + 10px);
  overflow-y: auto;
  max-height: 340px;
  padding: 12px;
  border: 1px solid var(--state-line);
  border-radius: 18px;
  background: var(--state-surface);
  box-shadow: 0 22px 55px rgba(16, 32, 61, 0.16);
}

.state-search-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
  min-height: 54px;
  padding: 10px 13px;
  border-radius: 12px;
  cursor: pointer;
}

.state-search-option:hover,
.state-search-option.is-active {
  background: var(--state-paper);
}

.state-search-option__dot,
.state-market-member__dot {
  width: 9px;
  height: 9px;
  border: 2px solid var(--state-accent);
  border-radius: 50%;
}

.state-search-option__name {
  color: var(--state-ink);
  font-weight: 700;
}

.state-search-option__meta {
  font-family: var(--state-mono);
  color: var(--state-muted);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.state-search-empty {
  margin: 0;
  padding: 20px;
  color: var(--state-muted);
  text-align: center;
}

.state-location-index {
  max-width: 1080px;
  margin: 0 auto;
  border-top: 1px solid var(--state-line);
}

.state-alpha-group {
  display: grid;
  grid-template-columns: 110px 1fr;
  border-bottom: 1px solid var(--state-line);
}

.state-alpha-group__letter {
  margin: 0;
  padding: 30px 20px;
  color: var(--state-accent-deep);
  font-family: var(--state-mono);
  font-size: 34px;
}

.state-alpha-group__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.state-location-row {
  display: grid;
  grid-template-columns: minmax(170px, 0.45fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 120px;
  padding: 24px;
  border-left: 1px solid var(--state-line);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.state-location-row.is-highlighted {
  background: rgba(39, 189, 199, 0.1);
  box-shadow: inset 4px 0 var(--state-accent);
}

.state-location-row__identity {
  display: grid;
  gap: 4px;
}

.state-location-row__name {
  color: var(--state-ink);
  font-family: var(--heading-font);
  font-size: 25px;
  font-weight: 800;
}

.state-location-row__type,
.state-location-status,
.state-location-markets__label {
  font-family: var(--state-mono);
  color: var(--state-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.state-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  justify-content: flex-end;
}

.state-location-markets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}

.state-location-markets__label {
  width: 100%;
}

.state-location-market-link,
.state-location-action {
  color: var(--state-accent-deep);
  font-weight: 800;
  text-decoration: none;
}

.state-location-market-link i,
.state-location-action i {
  margin-left: 5px;
  font-size: 11px;
}

.state-location-market-link:hover,
.state-location-action:hover {
  color: var(--state-ink);
}

.state-browse-all {
  display: flex;
  min-height: 48px;
  margin: 34px auto 0;
  padding: 12px 22px;
  border: 1px solid var(--state-line);
  border-radius: 999px;
  background: transparent;
  color: var(--state-ink);
  font-weight: 700;
  cursor: pointer;
}

/* Major markets */

.state-markets {
  overflow: hidden;
  background: var(--state-markets-bg);
  color: #fff;
}

.state-markets::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.7;
  background:
    linear-gradient(var(--state-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--state-grid) 1px, transparent 1px);
  background-size: 54px 54px;
  pointer-events: none;
}

.state-markets .state-kicker {
  color: var(--state-accent);
}

.state-markets .state-section-head h2 {
  color: #fff;
}

.state-markets .state-section-head p {
  color: rgba(255, 255, 255, 0.62);
}

.state-major-markets {
  position: relative;
  z-index: 1;
}

.state-market {
  padding: 38px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.state-market__number {
  font-family: var(--state-mono);
  color: var(--state-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.state-market__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.65fr);
  gap: 80px;
  align-items: center;
  min-height: 460px;
}

.state-market__name {
  max-width: 720px;
  margin: 20px 0 22px;
  color: #fff;
  font-size: var(--font-size-h1);
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.state-market__description {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  line-height: 1.7;
}

.state-market__members-label {
  display: block;
  margin: 32px 0 12px;
  font-family: var(--state-mono);
  color: var(--state-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.state-market__members {
  max-width: 650px;
}

.state-market-member {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.state-market-member__head {
  display: flex;
  gap: 12px;
  align-items: center;
}

.state-market-member__name {
  color: #fff;
  font-size: 19px;
  font-weight: 800;
}

.state-market .state-location-status {
  color: rgba(255, 255, 255, 0.48);
}

.state-market .state-location-market-link {
  color: var(--state-accent);
}

.state-market__visual {
  position: relative;
  width: min(100%, 440px);
  aspect-ratio: 1;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.state-market__orbit {
  position: absolute;
  border: 1px solid rgba(39, 189, 199, 0.24);
  border-radius: 50%;
}

.state-market__orbit--one { inset: 13%; }
.state-market__orbit--two { inset: 28%; }

.state-market__route {
  position: absolute;
  width: 58%;
  height: 1px;
  left: 21%;
  top: 50%;
  background: linear-gradient(90deg, transparent, var(--state-accent), transparent);
  transform: rotate(-28deg);
}

.state-market__hub-dot {
  position: absolute;
  left: 52%;
  top: 43%;
  width: 18px;
  height: 18px;
  border: 3px solid var(--state-accent);
  border-radius: 50%;
  background: var(--state-ink);
  box-shadow: 0 0 0 14px rgba(39, 189, 199, 0.1);
}

.state-market__coordinate {
  position: absolute;
  right: 7%;
  bottom: 10%;
  font-family: var(--state-mono);
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: right;
}

/* Categories */

.state-categories-section {
  background: var(--state-categories-bg);
}

@media (min-width: 1200px) {
  .plocal-state-page[data-plocal-state="california"] .state-major-markets {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: 0 44px;
  }

  .plocal-state-page[data-plocal-state="california"] .state-market--featured {
    grid-row: span 2;
    padding-right: 44px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }

  .plocal-state-page[data-plocal-state="california"] .state-market--featured .state-market__layout {
    grid-template-columns: 1fr;
    min-height: 850px;
  }

  .plocal-state-page[data-plocal-state="california"] .state-market--featured .state-market__visual {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .plocal-state-page[data-plocal-state="california"] .state-market--secondary {
    padding-top: 28px;
  }

  .plocal-state-page[data-plocal-state="california"] .state-market--secondary .state-market__layout {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 405px;
  }

  .plocal-state-page[data-plocal-state="california"] .state-market--secondary .state-market__name {
    margin-top: 14px;
    font-size: clamp(34px, 3.6vw, 54px);
  }

  .plocal-state-page[data-plocal-state="california"] .state-market--secondary .state-market__description {
    display: none;
  }

  .plocal-state-page[data-plocal-state="california"] .state-market--secondary .state-market__members-label {
    margin-top: 20px;
  }

  .plocal-state-page[data-plocal-state="california"] .state-market--secondary .state-market__visual {
    position: absolute;
    right: 2%;
    bottom: 12%;
    width: 145px;
    opacity: 0.58;
  }
}

.state-categories {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 18px;
}

.state-category {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: var(--state-radius);
  background: var(--state-ink);
  isolation: isolate;
}

.state-category:nth-child(n + 2) {
  min-height: 410px;
  margin-top: 60px;
}

.state-category img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.state-category:hover img {
  transform: scale(1.045);
}

.state-category::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 18, 38, 0.12), rgba(7, 18, 38, 0.94));
}

.state-category__overlay {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  padding: 30px;
  color: #fff;
}

.state-category__number {
  position: absolute;
  left: 30px;
  bottom: calc(100% + 230px);
  font-family: var(--state-mono);
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.state-category__icon {
  margin-bottom: 15px;
  color: var(--state-accent);
  font-size: 22px;
}

.state-category__name {
  margin: 0 0 10px;
  color: #fff;
  font-size: 25px;
}

.state-category__description {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

.state-category__link,
.state-category__status {
  color: var(--state-accent);
  font-family: var(--state-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.state-category__status {
  color: rgba(255, 255, 255, 0.5);
}

/* FAQ */

.state-faq {
  background: var(--state-paper);
}

.state-faq__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 0.85fr);
  gap: 90px;
  align-items: start;
}

.state-faq__intro {
  position: sticky;
  top: 130px;
}

.state-faq__intro h2 {
  margin: 0 0 22px;
  color: var(--state-ink);
  font-size: var(--font-size-h2);
  line-height: 1;
  letter-spacing: -0.045em;
}

.state-faq__intro p {
  color: var(--state-muted);
  line-height: 1.75;
}

.state-faq .plocal-proscore-faq__accordion {
  border-top: 1px solid var(--state-line);
}

.state-faq .plocal-proscore-faq__item {
  border-bottom: 1px solid var(--state-line);
}

.state-faq .plocal-proscore-faq__item-heading {
  margin: 0;
}

.state-faq .plocal-proscore-faq__question {
  display: grid;
  grid-template-columns: 44px 1fr 28px;
  gap: 18px;
  align-items: center;
  width: 100%;
  min-height: 94px;
  padding: 18px 0;
  border: 0;
  background: transparent;
  color: var(--state-ink);
  text-align: left;
  cursor: pointer;
}

.state-faq .plocal-proscore-faq__number {
  font-family: var(--state-mono);
  color: var(--state-accent-deep);
  font-size: 11px;
}

.state-faq .plocal-proscore-faq__question-text {
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 800;
}

.state-faq .plocal-proscore-faq__toggle {
  position: relative;
  width: 24px;
  height: 24px;
}

.state-faq .plocal-proscore-faq__toggle span {
  position: absolute;
  left: 5px;
  top: 11px;
  width: 14px;
  height: 2px;
  background: var(--state-accent-deep);
  transition: transform 0.25s ease;
}

.state-faq .plocal-proscore-faq__toggle span:last-child {
  transform: rotate(90deg);
}

.state-faq .plocal-proscore-faq__item.is-open .plocal-proscore-faq__toggle span:last-child {
  transform: rotate(0);
}

.state-faq .plocal-proscore-faq__answer {
  overflow: hidden;
  transition: height 0.3s ease;
}

.state-faq .plocal-proscore-faq__answer-inner {
  padding: 0 52px 28px 62px;
}

.state-faq .plocal-proscore-faq__answer p {
  margin: 0;
  color: var(--state-muted);
  line-height: 1.75;
}

/* Motion */

.state-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.state-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes state-node-pulse {
  from { opacity: 0.8; transform: scale(0.5); }
  to { opacity: 0; transform: scale(1.45); }
}

/* Responsive */

@media (max-width: 1199px) {
  .state-section { padding: 105px 0; }
  .state-hero__layout { grid-template-columns: minmax(0, 1fr) 430px; gap: 35px; }
  .state-market__layout { gap: 48px; }
  .state-categories { grid-template-columns: 1fr 1fr; }
  .state-category:nth-child(n + 2) { margin-top: 0; }
  .state-category:first-child { grid-row: span 2; }
}

@media (max-width: 991px) {
  .state-hero { min-height: auto; padding: 155px 0 105px; }
  .state-hero__layout { grid-template-columns: 1fr; }
  .plocal-state-page[data-plocal-state="california"] .state-hero__layout {
    grid-template-columns: 1fr;
  }
  .state-hero__visual { position: absolute; right: -80px; top: 150px; width: 480px; opacity: 0.34; }
  .state-hero__content { position: relative; z-index: 2; }
  .state-section-head { grid-template-columns: 1fr; gap: 24px; }
  .state-market__layout { grid-template-columns: 1fr; padding: 40px 0 70px; }
  .state-market__visual { width: 360px; margin: 0 auto; }
  .state-faq__layout { grid-template-columns: 1fr; gap: 45px; }
  .state-faq__intro { position: static; }
}

@media (max-width: 767px) {
  .state-section { padding: 85px 0; }
  .state-hero { padding: 130px 0 100px; }
  .state-hero__visual { display: none; }
  .state-hero__breadcrumb { bottom: 26px; }
  .state-section-head { margin-bottom: 40px; }
  .state-search { margin-bottom: 45px; }
  .state-alpha-group { grid-template-columns: 62px 1fr; }
  .state-alpha-group__letter { padding: 25px 12px; font-size: 25px; }
  .state-location-row { grid-template-columns: 1fr; gap: 16px; padding: 22px 18px; }
  .state-location-actions { justify-content: flex-start; }
  .state-market__name { font-size: clamp(43px, 13vw, 68px); }
  .state-market__visual { width: min(100%, 330px); }
  .state-categories { grid-template-columns: 1fr; }
  .state-category,
  .state-category:nth-child(n + 2) { min-height: 390px; }
}

@media (max-width: 575px) {
  .state-hero h1 { font-size: clamp(43px, 13vw, 60px); }
  .state-hero__copy { font-size: 16px; }
  .state-search__shell { min-height: 70px; padding-left: 17px; }
  .state-search__panel { left: 5px; right: 5px; }
  .state-search-option { grid-template-columns: auto 1fr; }
  .state-search-option__meta { grid-column: 2; }
  .state-alpha-group { grid-template-columns: 48px 1fr; }
  .state-alpha-group__letter { padding-left: 5px; }
  .state-location-markets { width: 100%; }
  .state-market-member { align-items: flex-start; flex-direction: column; }
  .state-market__visual { width: 280px; }
  .state-category__overlay { padding: 24px; }
  .state-faq .plocal-proscore-faq__question {
    grid-template-columns: 34px 1fr 24px;
    gap: 10px;
  }
  .state-faq .plocal-proscore-faq__question-text { font-size: 17px; }
  .state-faq .plocal-proscore-faq__answer-inner { padding: 0 0 24px 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .plocal-state-page *,
  .plocal-state-page *::before,
  .plocal-state-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .state-reveal {
    opacity: 1;
    transform: none;
  }
}
