/* State pages and states hub */

.state-page .main-navigation a[aria-current="page"]::after,
.city-page .main-navigation a[aria-current="page"]::after,
.states-hub-page .main-navigation a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--caramel);
  content: "";
}

.state-hero {
  overflow: hidden;
  background: var(--off-white);
}

.state-hero > .container {
  padding-top: 34px;
}

.state-hero-layout {
  display: grid;
  min-height: 560px;
  align-items: center;
  gap: 64px;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  padding: 28px 0 46px;
}

.state-hero-copy {
  padding: 26px 0;
}

.state-hero h1 {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: 64px;
  line-height: 1;
}

.city-page .state-hero h1 {
  font-size: 60px;
}

.state-answer {
  max-width: 690px;
  margin-bottom: 32px;
  color: #59483e;
  font-size: 16px;
  line-height: 1.75;
}

.state-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.state-hero-visual {
  position: relative;
  min-height: 500px;
  align-self: stretch;
  overflow: hidden;
  background: #6b7071;
}

.state-hero-visual::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(48, 34, 25, 0.55));
  content: "";
  pointer-events: none;
}

.state-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center 26%;
}

.state-hero-visual > div {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: min(82%, 340px);
  padding: 20px 24px;
  background: var(--coffee);
  color: var(--off-white);
}

.state-hero-visual span,
.state-hero-visual strong {
  display: block;
}

.state-hero-visual span {
  margin-bottom: 2px;
  font-family: var(--font-display);
  font-size: 28px;
  font-style: italic;
  line-height: 1.1;
}

.state-hero-visual strong {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.state-facts {
  display: grid;
  margin: 0;
  border-top: 1px solid rgba(74, 52, 40, 0.24);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.state-facts > div {
  min-height: 88px;
  border-right: 1px solid rgba(74, 52, 40, 0.24);
  padding: 18px 28px;
}

.state-facts > div:first-child {
  padding-left: 0;
}

.state-facts > div:last-child {
  border-right: 0;
}

.state-facts dt,
.state-professional-facts dt {
  margin-bottom: 5px;
  color: var(--olive-dark);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.state-facts dd,
.state-professional-facts dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.12;
}

.state-anchor-nav {
  position: sticky;
  z-index: 55;
  top: var(--header-height);
  overflow-x: auto;
  background: var(--coffee);
  color: var(--off-white);
  scrollbar-width: none;
}

.state-anchor-nav::-webkit-scrollbar {
  display: none;
}

.state-anchor-nav .container {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
}

.state-anchor-nav span {
  color: var(--caramel);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.state-anchor-nav a {
  position: relative;
  display: flex;
  min-height: 44px;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}

.state-anchor-nav a:hover {
  color: #ead8c6;
}

.state-anchor-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--caramel);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.state-anchor-nav a:hover::after,
.state-anchor-nav a.is-active::after,
.state-anchor-nav a[aria-current="location"]::after {
  transform: scaleX(1);
}

.state-anchor-nav a.is-active,
.state-anchor-nav a[aria-current="location"] {
  color: var(--white);
}

.state-section {
  scroll-margin-top: calc(var(--header-height) + 56px);
  padding: 100px 0;
}

.state-heading {
  display: grid;
  align-items: end;
  gap: 70px;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  margin-bottom: 50px;
}

.state-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.state-heading > p {
  margin-bottom: 5px;
  color: #51443d;
  font-size: 15px;
  line-height: 1.75;
}

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

.state-map-layout {
  display: grid;
  align-items: stretch;
  gap: 52px;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.state-map-copy {
  display: flex;
  flex-direction: column;
}

.state-local-lead {
  margin-bottom: 34px;
  color: #4d3d34;
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 1.35;
}

.state-service-points {
  border-top: 1px solid rgba(74, 52, 40, 0.22);
}

.state-service-points article {
  display: grid;
  gap: 18px;
  grid-template-columns: 34px 140px minmax(0, 1fr);
  align-items: start;
  border-bottom: 1px solid rgba(74, 52, 40, 0.22);
  padding: 21px 0;
}

.state-service-points span {
  color: var(--caramel);
  font-size: 9px;
}

.state-service-points h3 {
  margin: 0;
  font-size: 21px;
}

.state-service-points p {
  margin: 0;
  color: #6c5c52;
  font-size: 12px;
  line-height: 1.65;
}

.state-map {
  display: grid;
  min-width: 0;
  margin: 0;
  grid-template-rows: minmax(390px, 1fr) auto;
  border: 1px solid rgba(74, 52, 40, 0.22);
  background: var(--off-white);
}

.state-map-visual {
  display: grid;
  min-height: 390px;
  place-items: center;
  overflow: hidden;
  padding: 34px;
  background: #ece8e0;
}

.state-map-visual img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: contain;
}

.state-map-google {
  min-height: 390px;
  overflow: hidden;
  background: #ece8e0;
}

.state-map-google iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  border: 0;
}

.state-map figcaption {
  padding: 22px 26px 24px;
  color: #64554b;
  font-size: 11px;
  line-height: 1.65;
}

.state-map figcaption strong {
  display: block;
  margin-bottom: 5px;
  color: var(--coffee);
  font-family: var(--font-display);
  font-size: 21px;
}

.state-map-link {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--caramel);
  margin-top: 14px;
  color: var(--coffee);
  font-size: 10px;
  font-weight: 600;
}

.state-map-link span {
  color: var(--caramel);
}

.state-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(74, 52, 40, 0.22);
  margin-top: 54px;
  padding-top: 30px;
}

.state-inline-cta p {
  max-width: 690px;
  margin: 0;
  color: #6c5c52;
  font-size: 12px;
}

.state-when {
  background: var(--greige-light);
}

.state-situation-grid {
  display: grid;
  border-top: 1px solid rgba(74, 52, 40, 0.34);
  border-left: 1px solid rgba(74, 52, 40, 0.34);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.state-situation-grid article {
  min-height: 200px;
  border-right: 1px solid rgba(74, 52, 40, 0.34);
  border-bottom: 1px solid rgba(74, 52, 40, 0.34);
  padding: 28px;
}

.state-situation-grid span {
  display: block;
  margin-bottom: 45px;
  color: var(--olive-dark);
  font-size: 10px;
  font-weight: 600;
}

.state-situation-grid h3 {
  margin-bottom: 12px;
  font-size: 24px;
}

.state-situation-grid p {
  margin: 0;
  color: #51443d;
  font-size: 14px;
  line-height: 1.7;
}

.state-topics {
  background: var(--coffee);
  color: var(--off-white);
}

.state-topics-layout {
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.state-topics-layout > div:first-child > p:last-child {
  max-width: 500px;
  color: #e0d7ce;
  font-size: 14px;
}

.state-topic-list {
  display: grid;
  border-top: 1px solid rgba(245, 240, 232, 0.28);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.state-topic-list article {
  min-height: 168px;
  border-right: 1px solid rgba(245, 240, 232, 0.28);
  border-bottom: 1px solid rgba(245, 240, 232, 0.28);
  padding: 26px;
}

.state-topic-list article:nth-child(2n) {
  border-right: 0;
}

.state-topic-list h3 {
  margin-bottom: 14px;
  color: var(--off-white);
  font-size: 23px;
}

.state-topic-list p {
  margin: 0;
  color: #d9cec4;
  font-size: 13px;
  line-height: 1.65;
}

.state-professional {
  background: var(--olive);
  color: var(--off-white);
}

.state-professional-layout {
  display: grid;
  align-items: center;
  gap: 82px;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
}

.state-professional-photo {
  height: 520px;
  overflow: hidden;
  background: #6b7071;
}

.state-professional-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
}

.state-professional-layout h2 {
  max-width: 680px;
}

.state-professional-layout > div:last-child > p:not(.eyebrow) {
  max-width: 720px;
  color: #f0ebe4;
  font-size: 14px;
}

.state-professional-facts {
  display: grid;
  margin: 34px 0;
  border-top: 1px solid rgba(245, 240, 232, 0.28);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.state-professional-facts > div {
  border-right: 1px solid rgba(245, 240, 232, 0.28);
  padding: 18px 20px;
}

.state-professional-facts > div:first-child {
  padding-left: 0;
}

.state-professional-facts > div:last-child {
  border-right: 0;
}

.state-professional-facts dt {
  color: #ddd6cd;
}

.state-professional-facts dd {
  color: var(--off-white);
  font-size: 20px;
}

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

.state-city-subtitle {
  margin-bottom: 22px;
  font-size: 28px;
}

.state-featured-cities {
  display: grid;
  border-top: 1px solid rgba(74, 52, 40, 0.22);
  border-left: 1px solid rgba(74, 52, 40, 0.22);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.state-featured-city {
  position: relative;
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(74, 52, 40, 0.22);
  border-bottom: 1px solid rgba(74, 52, 40, 0.22);
  padding: 24px 54px 24px 24px;
  transition: background-color 180ms ease, color 180ms ease;
}

.state-featured-city:hover {
  background: var(--coffee);
  color: var(--off-white);
}

.state-featured-city > span {
  margin-bottom: 5px;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.05;
}

.state-featured-city small {
  color: var(--olive-dark);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.state-featured-city:hover small {
  color: #dfd7ce;
}

.state-featured-city b {
  position: absolute;
  right: 23px;
  color: var(--caramel);
}

.state-city-index-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(74, 52, 40, 0.24);
  margin-top: 70px;
  padding-top: 34px;
}

.state-city-index-heading h3 {
  margin-bottom: 4px;
  font-size: 31px;
}

.state-city-index-heading p {
  margin: 0;
  color: #6b5b51;
  font-size: 12px;
}

.state-city-index-heading > span {
  color: var(--olive-dark);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.state-city-groups {
  margin-top: 26px;
  border-top: 1px solid rgba(74, 52, 40, 0.22);
}

.city-group {
  border-bottom: 1px solid rgba(74, 52, 40, 0.22);
}

.city-group summary {
  position: relative;
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-right: 42px;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
}

.city-group summary::-webkit-details-marker {
  display: none;
}

.city-group summary::after {
  position: absolute;
  right: 4px;
  color: var(--caramel);
  content: "+";
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 400;
}

.city-group[open] summary::after {
  content: "−";
}

.city-group summary span {
  margin-left: auto;
  color: var(--olive-dark);
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.city-link-list {
  display: grid;
  gap: 0 28px;
  border-top: 1px solid rgba(74, 52, 40, 0.12);
  padding: 18px 0 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.city-link-list a {
  display: flex;
  min-height: 44px;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(74, 52, 40, 0.12);
  padding: 10px 0;
  color: #57473e;
  font-size: 12px;
  line-height: 1.4;
}

.city-link-list a:hover {
  color: var(--caramel);
}

.city-link-list span {
  flex: 0 0 auto;
  color: var(--olive-dark);
  font-size: 8px;
  font-weight: 600;
}

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

.state-faq-layout {
  display: grid;
  align-items: start;
  gap: 90px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.state-faq-layout > div:first-child {
  position: sticky;
  top: calc(var(--header-height) + 88px);
}

.state-faq-layout > div:first-child > p:last-child {
  max-width: 390px;
  color: #6b5b51;
  font-size: 13px;
}

/* States hub */

.states-hub-hero {
  padding: 34px 0 100px;
  background: var(--off-white);
}

.states-hub-hero .breadcrumb {
  margin-bottom: 76px;
}

.states-hub-hero h1 {
  max-width: 900px;
  margin-bottom: 30px;
}

.states-hub-hero > .container > p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 32px;
  color: #5f5047;
}

.states-hub-summary {
  background: var(--coffee);
  color: var(--off-white);
}

.states-hub-summary .container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.states-hub-summary .container > div {
  min-height: 130px;
  border-right: 1px solid rgba(245, 240, 232, 0.24);
  padding: 28px 36px;
}

.states-hub-summary .container > div:first-child {
  padding-left: 0;
}

.states-hub-summary .container > div:last-child {
  border-right: 0;
}

.states-hub-summary strong,
.states-hub-summary span {
  display: block;
}

.states-hub-summary strong {
  font-family: var(--font-display);
  font-size: 44px;
  line-height: 1;
}

.states-hub-summary span {
  margin-top: 8px;
  color: #d9cec4;
  font-size: 10px;
  text-transform: uppercase;
}

.states-hub-list {
  scroll-margin-top: var(--header-height);
  padding: 110px 0;
  background: var(--paper);
}

.states-hub-region + .states-hub-region {
  margin-top: 80px;
}

.states-hub-region-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid rgba(74, 52, 40, 0.24);
  margin-bottom: 24px;
  padding-bottom: 18px;
}

.states-hub-region-heading h2 {
  margin: 0;
  font-size: 42px;
}

.states-hub-region-heading span {
  color: var(--olive-dark);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.states-hub-grid {
  display: grid;
  border-top: 1px solid rgba(74, 52, 40, 0.18);
  border-left: 1px solid rgba(74, 52, 40, 0.18);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.states-hub-grid a {
  position: relative;
  display: flex;
  min-height: 138px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(74, 52, 40, 0.18);
  border-bottom: 1px solid rgba(74, 52, 40, 0.18);
  padding: 24px 54px 24px 24px;
  transition: background-color 180ms ease, color 180ms ease;
}

.states-hub-grid a:hover {
  background: var(--coffee);
  color: var(--off-white);
}

.states-hub-grid a > span {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.12;
}

.states-hub-grid small {
  display: block;
  margin-bottom: 8px;
  color: var(--caramel);
  font-family: var(--font-body);
  font-size: 9px;
}

.states-hub-grid b {
  margin-top: 10px;
  color: var(--olive-dark);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.states-hub-grid a:hover b {
  color: #d9cec4;
}

.states-hub-grid i {
  position: absolute;
  right: 23px;
  color: var(--caramel);
  font-style: normal;
}

.city-page .city-title-long {
  font-size: 54px;
}

.city-context {
  background: #fff;
}

.city-context-layout {
  display: grid;
  align-items: start;
  gap: 88px;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.city-context-layout h2 {
  max-width: 590px;
  margin-bottom: 28px;
  font-size: 54px;
  line-height: 1;
}

.city-context-layout > div:first-child > p:last-child {
  max-width: 610px;
  color: #65564c;
  font-size: 15px;
  line-height: 1.8;
}

.city-context-list {
  border-top: 1px solid var(--line);
}

.city-context-list article {
  display: grid;
  min-height: 116px;
  align-items: start;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 38px minmax(0, 1fr);
  padding: 26px 0;
}

.city-context-list article > span {
  padding-top: 4px;
  color: var(--caramel);
  font-size: 10px;
  font-weight: 600;
}

.city-context-list h3 {
  margin-bottom: 8px;
  font-size: 25px;
}

.city-context-list p {
  color: #6d5d53;
  font-size: 13px;
  line-height: 1.65;
}

.city-parent-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.city-parent-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--caramel);
  padding-bottom: 5px;
  color: var(--coffee);
  font-size: 12px;
  font-weight: 600;
}

.city-parent-links span {
  color: var(--caramel);
}

@media (max-width: 1120px) {
  .state-hero-layout {
    gap: 44px;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  }

  .state-hero h1 {
    font-size: 56px;
  }

  .city-page .state-hero h1 {
    font-size: 54px;
  }

  .city-page .city-title-long {
    font-size: 50px;
  }

  .state-map-layout {
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  }

  .state-service-points article {
    grid-template-columns: 28px 120px minmax(0, 1fr);
  }

  .state-professional-layout {
    gap: 58px;
  }
}

@media (max-width: 960px) {
  .state-hero-layout {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .state-hero-copy {
    max-width: 760px;
  }

  .state-hero-visual {
    min-height: 440px;
  }

  .state-hero-visual img {
    min-height: 440px;
    object-position: center 23%;
  }

  .state-heading,
  .state-map-layout,
  .state-topics-layout,
  .state-professional-layout,
  .state-faq-layout,
  .city-context-layout {
    grid-template-columns: 1fr;
  }

  .city-context-layout {
    gap: 42px;
  }

  .state-heading,
  .state-topics-layout,
  .state-faq-layout {
    gap: 32px;
  }

  .state-map-layout {
    gap: 44px;
  }

  .state-professional-photo {
    height: 460px;
  }

  .state-faq-layout > div:first-child {
    position: static;
  }

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

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

@media (max-width: 760px) {
  .state-hero > .container {
    padding-top: 20px;
  }

  .state-hero-layout {
    gap: 14px;
    padding: 18px 0 20px;
  }

  .state-hero-copy {
    padding: 16px 0 12px;
  }

  .state-hero h1 {
    margin-bottom: 22px;
    font-size: 42px;
    line-height: 1;
  }

  .city-page .state-hero h1 {
    font-size: 40px;
  }

  .city-page .city-title-long {
    font-size: 36px;
  }

  .city-context-layout h2 {
    font-size: 40px;
  }

  .city-context-list article {
    min-height: auto;
    padding: 22px 0;
  }

  .city-parent-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .state-answer {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.65;
  }

  .state-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .state-hero-actions .button {
    width: 100%;
  }

  .state-hero-actions .text-link {
    align-self: flex-start;
  }

  .state-hero-visual,
  .state-hero-visual img {
    min-height: 320px;
  }

  .state-hero-visual {
    height: 320px;
  }

  .state-hero-visual img {
    object-position: center 22%;
  }

  .state-hero-visual > div {
    padding: 16px 18px;
  }

  .state-hero-visual span {
    font-size: 24px;
  }

  .state-facts {
    grid-template-columns: 1fr;
  }

  .state-facts > div,
  .state-facts > div:first-child {
    min-height: 62px;
    border-right: 0;
    border-bottom: 1px solid rgba(74, 52, 40, 0.24);
    padding: 13px 0;
  }

  .state-facts > div:last-child {
    border-bottom: 0;
  }

  .state-facts dd {
    font-size: 18px;
  }

  .state-anchor-nav {
    top: 74px;
  }

  .state-anchor-nav .container {
    width: max-content;
    min-width: 100%;
    min-height: 52px;
    gap: 24px;
    padding-right: 22px;
  }

  .state-section {
    padding: 64px 0;
  }

  .state-heading {
    margin-bottom: 38px;
  }

  .state-heading h2,
  .state-topics h2,
  .state-professional h2,
  .state-faq h2 {
    font-size: 37px;
  }

  .state-local-lead {
    font-size: 22px;
  }

  .state-service-points article {
    gap: 8px 14px;
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .state-service-points p {
    grid-column: 2;
  }

  .state-map {
    grid-template-rows: 300px auto;
  }

  .state-map-visual,
  .state-map-visual img,
  .state-map-google,
  .state-map-google iframe {
    min-height: 300px;
  }

  .state-inline-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .state-situation-grid,
  .state-topic-list,
  .state-featured-cities,
  .state-professional-facts,
  .states-hub-grid,
  .states-hub-summary .container {
    grid-template-columns: 1fr;
  }

  .state-situation-grid article {
    display: grid;
    min-height: 0;
    gap: 8px 14px;
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 24px 20px;
  }

  .state-situation-grid span {
    grid-row: 1 / span 2;
    margin: 4px 0 0;
  }

  .state-situation-grid h3,
  .state-situation-grid p {
    grid-column: 2;
  }

  .state-topic-list article,
  .state-topic-list article:nth-child(2n) {
    min-height: 150px;
    border-right: 0;
  }

  .state-professional-photo {
    height: 320px;
  }

  .state-professional-facts > div,
  .state-professional-facts > div:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(245, 240, 232, 0.28);
    padding: 14px 0;
  }

  .state-professional-facts > div:last-child {
    border-bottom: 0;
  }

  .state-city-index-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .city-group summary {
    font-size: 22px;
  }

  .city-link-list {
    grid-template-columns: 1fr;
  }

  .states-hub-hero {
    padding: 20px 0 72px;
  }

  .states-hub-hero .breadcrumb {
    margin-bottom: 52px;
  }

  .states-hub-hero h1 {
    font-size: 46px;
  }

  .states-hub-summary .container > div,
  .states-hub-summary .container > div:first-child {
    min-height: 102px;
    border-right: 0;
    border-bottom: 1px solid rgba(245, 240, 232, 0.24);
    padding: 22px 0;
  }

  .states-hub-summary .container > div:last-child {
    border-bottom: 0;
  }

  .states-hub-list {
    padding: 76px 0;
  }

  .states-hub-region + .states-hub-region {
    margin-top: 58px;
  }

  .states-hub-region-heading h2 {
    font-size: 34px;
  }
}

@media (max-width: 390px) {
  .state-hero h1 {
    font-size: 38px;
  }

  .city-page .state-hero h1 {
    font-size: 36px;
  }

  .city-page .city-title-long {
    font-size: 34px;
  }

  .state-answer {
    font-size: 13px;
  }

  .state-hero-visual,
  .state-hero-visual img {
    min-height: 250px;
  }

  .state-hero-visual {
    height: 250px;
  }

  .state-facts {
    display: none;
  }

  .state-map {
    grid-template-rows: 240px auto;
  }

  .state-map-visual,
  .state-map-visual img,
  .state-map-google,
  .state-map-google iframe {
    min-height: 240px;
  }

  .state-featured-city {
    min-height: 112px;
  }

  .states-hub-hero h1 {
    font-size: 41px;
  }
}

/* Readability typography pass */
.state-answer {
  font-size: 17px;
}

.state-anchor-nav span,
.state-anchor-nav a {
  font-size: 13px;
}

.state-service-points p,
.state-heading > p,
.state-inline-cta p,
.state-situation-grid p,
.state-topic-list p,
.state-professional-layout > div:last-child > p:not(.eyebrow),
.state-faq-layout > div:first-child > p:last-child,
.city-context-list p {
  font-size: 15px;
  line-height: 1.7;
}

.state-topics-layout > div:first-child > p:last-child {
  font-size: 16px;
  line-height: 1.75;
}

.state-map figcaption,
.state-city-index-heading p,
.city-link-list a,
.city-parent-links a {
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 760px) {
  .state-answer {
    font-size: 16px;
    line-height: 1.7;
  }
}

/* Municipal content patterns: table and bullet list */
.city-practical {
  background: #f5f0e8;
}

.city-practical-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  border: 1px solid rgba(74, 52, 40, 0.24);
}

.city-table-wrap {
  min-width: 0;
  overflow-x: auto;
}

.city-service-table {
  width: 100%;
  border-collapse: collapse;
  color: #4a3428;
  background: #fffdf9;
}

.city-service-table caption {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(74, 52, 40, 0.2);
  font: 600 14px/1.5 "Montserrat", sans-serif;
  text-align: left;
}

.city-service-table th,
.city-service-table td {
  padding: 17px 24px;
  border-bottom: 1px solid rgba(74, 52, 40, 0.16);
  font: 400 15px/1.65 "Montserrat", sans-serif;
  text-align: left;
  vertical-align: top;
}

.city-service-table thead th {
  color: #f5f0e8;
  background: #4a3428;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.city-service-table tbody th {
  width: 31%;
  color: #4a3428;
  font-weight: 600;
}

.city-service-table tbody tr:last-child th,
.city-service-table tbody tr:last-child td {
  border-bottom: 0;
}

.city-bullet-panel {
  padding: 34px 32px;
  border-left: 1px solid rgba(74, 52, 40, 0.24);
  color: #f5f0e8;
  background: #66705a;
}

.city-bullet-panel .eyebrow {
  color: #f5f0e8;
}

.city-bullet-panel h3 {
  margin: 8px 0 24px;
  color: #fffdf9;
  font: 600 29px/1.12 "Cormorant Garamond", serif;
}

.city-bullet-panel ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.city-bullet-panel li {
  position: relative;
  padding-left: 24px;
  font: 400 15px/1.65 "Montserrat", sans-serif;
}

.city-bullet-panel li::before {
  position: absolute;
  top: 0.64em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f5f0e8;
  content: "";
}

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

  .city-bullet-panel {
    border-top: 1px solid rgba(245, 240, 232, 0.28);
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .city-service-table caption,
  .city-service-table th,
  .city-service-table td {
    padding-right: 16px;
    padding-left: 16px;
  }

  .city-service-table th,
  .city-service-table td {
    font-size: 14px;
  }

  .city-bullet-panel {
    padding: 30px 22px;
  }
}

/* Municipal depth: definition, first session, approach and expectations */
.city-definition {
  background: #fffdf9;
}

.city-definition-layout,
.city-approach-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 92px;
  align-items: start;
}

.city-definition h2,
.city-approach h2 {
  margin: 12px 0 24px;
  color: #4a3428;
  font: 600 48px/1.06 "Cormorant Garamond", serif;
}

.city-definition-copy > p:not(.eyebrow),
.city-approach-intro > div:last-child > p {
  color: #4f423a;
  font: 400 16px/1.78 "Montserrat", sans-serif;
}

.city-definition-lead,
.city-approach-lead {
  color: #4a3428 !important;
  font: 400 23px/1.55 "Cormorant Garamond", serif !important;
}

.city-definition-topics {
  padding: 34px 38px;
  border-left: 3px solid #a67c52;
  background: #f5f0e8;
}

.city-definition-topics h3,
.city-privacy-row h3,
.city-expectations h3 {
  margin: 0 0 22px;
  color: #4a3428;
  font: 600 30px/1.12 "Cormorant Garamond", serif;
}

.city-definition-topics ul,
.city-expectations ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 20px;
}

.city-definition-topics li,
.city-expectations li {
  padding-left: 5px;
  color: #4f423a;
  font: 400 15px/1.65 "Montserrat", sans-serif;
}

.city-definition-topics li::marker,
.city-expectations li::marker {
  color: #a67c52;
}

.city-first-session {
  color: #f5f0e8;
  background: #4a3428;
}

.city-first-session .state-heading h2,
.city-first-session .state-heading > p,
.city-first-session h3 {
  color: #fffdf9;
}

.city-first-session .state-heading > p {
  font-size: 16px;
  line-height: 1.75;
}

.city-session-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(245, 240, 232, 0.3);
  border-bottom: 1px solid rgba(245, 240, 232, 0.3);
  list-style: none;
}

.city-session-steps li {
  min-height: 238px;
  padding: 28px 26px;
  border-right: 1px solid rgba(245, 240, 232, 0.3);
}

.city-session-steps li:last-child {
  border-right: 0;
}

.city-session-steps span {
  display: block;
  margin-bottom: 40px;
  color: #d7ab7c;
  font: 600 12px/1 "Montserrat", sans-serif;
}

.city-session-steps h3 {
  margin: 0 0 12px;
  font: 600 25px/1.15 "Cormorant Garamond", serif;
}

.city-session-steps p,
.city-privacy-row p:not(.eyebrow) {
  margin: 0;
  color: #f5f0e8;
  font: 400 14px/1.7 "Montserrat", sans-serif;
}

.city-privacy-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 50px;
  border-top: 1px solid rgba(245, 240, 232, 0.3);
}

.city-privacy-row > div {
  padding: 32px 38px 0 0;
}

.city-privacy-row > div + div {
  padding-right: 0;
  padding-left: 38px;
  border-left: 1px solid rgba(245, 240, 232, 0.3);
}

.city-privacy-row h3 {
  margin: 8px 0 14px;
  color: #fffdf9;
}

.city-approach {
  background: #f5f0e8;
}

.city-research-note {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(74, 52, 40, 0.22);
  font-size: 13px !important;
}

.city-research-note a {
  margin-left: 5px;
  color: #7f5738;
  font-weight: 600;
  text-decoration: none;
}

.city-expectations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 58px;
  border-top: 1px solid rgba(74, 52, 40, 0.24);
  border-bottom: 1px solid rgba(74, 52, 40, 0.24);
}

.city-expectations > section {
  padding: 34px 44px 36px 0;
}

.city-expectations > section + section {
  padding-right: 0;
  padding-left: 44px;
  border-left: 1px solid rgba(74, 52, 40, 0.24);
}

.city-expectations h3 {
  margin-top: 8px;
}

@media (max-width: 980px) {
  .city-definition-layout,
  .city-approach-intro {
    grid-template-columns: 1fr;
    gap: 44px;
  }

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

  .city-session-steps li:nth-child(2) {
    border-right: 0;
  }

  .city-session-steps li:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(245, 240, 232, 0.3);
  }
}

@media (max-width: 680px) {
  .city-definition h2,
  .city-approach h2 {
    font-size: 38px;
  }

  .city-definition-lead,
  .city-approach-lead {
    font-size: 21px !important;
  }

  .city-definition-topics {
    padding: 28px 22px;
  }

  .city-session-steps,
  .city-privacy-row,
  .city-expectations {
    grid-template-columns: 1fr;
  }

  .city-session-steps li {
    min-height: 0;
    padding: 24px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(245, 240, 232, 0.3);
  }

  .city-session-steps li:last-child {
    border-bottom: 0;
  }

  .city-session-steps span {
    margin-bottom: 18px;
  }

  .city-privacy-row > div,
  .city-privacy-row > div + div {
    padding: 28px 0;
    border-left: 0;
  }

  .city-privacy-row > div + div {
    border-top: 1px solid rgba(245, 240, 232, 0.3);
  }

  .city-expectations > section,
  .city-expectations > section + section {
    padding: 28px 0;
    border-left: 0;
  }

  .city-expectations > section + section {
    border-top: 1px solid rgba(74, 52, 40, 0.24);
  }
}

/* Client-approved larger typography */
.state-answer {
  font-size: 18px;
  line-height: 1.75;
}

.state-anchor-nav span,
.state-anchor-nav a {
  font-size: 14px;
}

.state-service-points p,
.state-heading > p,
.state-inline-cta p,
.state-situation-grid p,
.state-topic-list p,
.state-professional-layout > div:last-child > p:not(.eyebrow),
.state-faq-layout > div:first-child > p:last-child,
.city-context-list p,
.city-context-layout > div:first-child > p:last-child,
.state-topics-layout > div:first-child > p:last-child {
  font-size: 17px;
  line-height: 1.78;
}

.state-map figcaption,
.state-city-index-heading p,
.city-link-list a,
.city-parent-links a {
  font-size: 16px;
  line-height: 1.72;
}

.city-service-table caption {
  font-size: 16px;
}

.city-service-table th,
.city-service-table td,
.city-bullet-panel li {
  font-size: 17px;
  line-height: 1.7;
}

.city-service-table thead th {
  font-size: 14px;
}

.city-definition-copy > p:not(.eyebrow),
.city-approach-intro > div:last-child > p {
  font-size: 18px;
  line-height: 1.82;
}

.city-definition-lead,
.city-approach-lead {
  font-size: 25px !important;
}

.city-definition-topics li,
.city-expectations li {
  font-size: 17px;
  line-height: 1.72;
}

.city-first-session .state-heading > p,
.city-session-steps p,
.city-privacy-row p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.75;
}

.city-research-note {
  font-size: 16px !important;
  line-height: 1.75 !important;
}

@media (max-width: 760px) {
  .state-answer {
    font-size: 17px;
  }

  .state-service-points p,
  .state-heading > p,
  .state-inline-cta p,
  .state-situation-grid p,
  .state-topic-list p,
  .state-professional-layout > div:last-child > p:not(.eyebrow),
  .state-faq-layout > div:first-child > p:last-child,
  .city-context-list p,
  .city-context-layout > div:first-child > p:last-child,
  .state-topics-layout > div:first-child > p:last-child,
  .city-service-table th,
  .city-service-table td,
  .city-bullet-panel li,
  .city-definition-topics li,
  .city-expectations li {
    font-size: 16px;
  }

  .city-definition-copy > p:not(.eyebrow),
  .city-approach-intro > div:last-child > p {
    font-size: 17px;
  }

  .city-service-table caption,
  .city-first-session .state-heading > p,
  .city-session-steps p,
  .city-privacy-row p:not(.eyebrow) {
    font-size: 16px;
  }
}

/* Método Reencontrar */
.state-method {
  background: #F5F0E8;
  border-top: 1px solid rgba(74, 52, 40, 0.16);
  border-bottom: 1px solid rgba(74, 52, 40, 0.16);
}

.state-method-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(46px, 7vw, 104px);
  align-items: start;
}

.state-method h2 {
  margin: 18px 0 22px;
}

.state-method-lead {
  color: #4A3428;
  font-family: var(--font-display);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.3;
}

.state-method-content ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(74, 52, 40, 0.22);
}

.state-method-content li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(74, 52, 40, 0.22);
}

.state-method-content li > span {
  color: #A67C52;
  font-size: 12px;
  font-weight: 600;
}

.state-method-content h3 {
  margin: 0 0 7px;
  color: #4A3428;
  font-family: var(--font-display);
  font-size: clamp(25px, 2vw, 32px);
}

.state-method-content li p,
.state-method-content > p {
  color: #4A3428;
  font-size: 18px;
  line-height: 1.76;
}

.state-method-content li p {
  margin: 0;
}

.state-method-content > p {
  margin: 26px 0 18px;
  padding-left: 20px;
  border-left: 3px solid #66705A;
}

.city-method-note {
  margin: 32px 0;
  padding: 28px 30px;
  border: 1px solid rgba(74, 52, 40, 0.2);
  border-left: 4px solid #66705A;
  background: #F5F0E8;
}

.city-method-note h3 {
  margin: 12px 0 14px;
  color: #4A3428;
  font-family: var(--font-display);
  font-size: clamp(26px, 2vw, 34px);
}

.city-method-note > p:not(.eyebrow) {
  margin: 0 0 18px;
  color: #4A3428;
  font-size: 18px !important;
  line-height: 1.78 !important;
}

.city-method-note .city-method-opening {
  color: #66705A;
  font-family: var(--font-display);
  font-size: clamp(24px, 2vw, 31px) !important;
  line-height: 1.3 !important;
}

.city-method-audience {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 28px 0;
  border-top: 1px solid rgba(74, 52, 40, 0.22);
  border-bottom: 1px solid rgba(74, 52, 40, 0.22);
}

.city-method-audience section {
  min-width: 0;
  padding: 24px 20px 28px;
}

.city-method-audience section + section {
  border-left: 1px solid rgba(74, 52, 40, 0.22);
}

.city-method-audience span {
  color: #A67C52;
  font-size: 12px;
  font-weight: 600;
}

.city-method-audience h4 {
  margin: 14px 0 10px;
  color: #4A3428;
  font-family: var(--font-display);
  font-size: clamp(23px, 1.8vw, 29px);
}

.city-method-audience p {
  margin: 0;
  color: #4A3428;
  font-size: 17px;
  line-height: 1.75;
}

.city-method-note blockquote {
  margin: 30px 0 24px;
  padding: 4px 0 4px 22px;
  border-left: 2px solid #A67C52;
  color: #4A3428;
  font-family: var(--font-display);
  font-size: clamp(25px, 2vw, 32px);
  line-height: 1.25;
}

.city-method-note .city-method-closing {
  margin-bottom: 0;
  color: #66705A;
  font-family: var(--font-display);
  font-size: clamp(23px, 1.8vw, 29px) !important;
  line-height: 1.32 !important;
}

@media (max-width: 820px) {
  .state-method-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .state-method-content li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }

  .state-method-content li p,
  .state-method-content > p,
  .city-method-note > p:not(.eyebrow) {
    font-size: 17px !important;
  }

  .city-method-note {
    padding: 24px 20px;
  }

  .city-method-audience {
    grid-template-columns: 1fr;
  }

  .city-method-audience section + section {
    border-top: 1px solid rgba(74, 52, 40, 0.22);
    border-left: 0;
  }

  .city-method-audience p {
    font-size: 17px;
  }
}
