/* ScaleLocal homepage below-the-fold atlas layer. The first viewport is inlined separately. */

/*
 Deferred below-the-fold layer; critical hero rules live in the matching *-critical.css file.
 */

/*
 * ScaleLocal homepage refresh
 * Art direction: a connected local-market signal moving from discovery to action.
 */

.local-kicker {
  display: flex;
  align-items: center;
  margin: 0 0 28px;
  font-family: var(--font-manrope), Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.local-kicker > span {
  display: inline-grid;
  flex: 0 0 34px;
  place-items: center;
}

.local-kicker--small {
  margin-bottom: 22px;
  font-size: 11px;
}

.local-kicker--small > span {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
}

.local-arrow-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  color: var(--field-ink);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 7px;
}

.local-arrow-link span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid currentColor;
  transition: transform 180ms ease-out;
}

.local-arrow-link:hover span {
  transform: translate(3px, -3px);
}

/* Hero */

/* Local opportunity and market visual */

.local-opportunity {
  padding-bottom: 0;
}

.local-opportunity::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -100px;
  width: 42vw;
  height: 42vw;
  border: 1px solid rgba(14, 98, 86, 0.1);
  content: "";
  transform: rotate(18deg);
}

.local-opportunity__intro h2 {
  max-width: 12.5ch;
}

.local-opportunity__copy {
  padding-bottom: 4px;
  color: var(--working-slate);
  font-size: 18px;
  line-height: 1.65;
}

.local-opportunity__copy p {
  margin-bottom: 22px;
}

.local-opportunity__system {
  display: grid;
  margin-top: 0;
}

.local-market-map__meta {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid var(--soft-border);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.local-market-map__canvas {
  position: relative;
  min-height: 490px;
  overflow: hidden;
}

.local-market-map__canvas > svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.local-market-map__road {
  fill: none;
  stroke-width: 1.3;
  vector-effect: non-scaling-stroke;
}

.local-market-map__road--major {
  stroke-width: 3;
}

.local-market-map__zone {
  stroke-dasharray: 5 7;
}

.local-market-map__zone--inner {
  stroke-dasharray: 2 5;
}

.local-market-map__route {
  fill: none;
  stroke-dasharray: 8 7;
  stroke-linecap: round;
  stroke-width: 2.5;
  vector-effect: non-scaling-stroke;
}

.local-market-map__pin {
  color: var(--field-ink);
}

.local-market-map__pin > circle:first-of-type {
  fill: #f1ede2;
  stroke: currentColor;
  stroke-width: 2;
}

.local-market-map__pin > circle:last-of-type {
  fill: currentColor;
}

.local-market-map__pin--focus {
  color: var(--local-green);
}

.local-market-map__pin--one {
  color: var(--signal-amber);
}

.local-market-map__pulse {
  fill: none !important;
  stroke: var(--local-green) !important;
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0.42;
}

.local-market-map__search {
  position: absolute;
  top: 28px;
  left: 28px;
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 11px;
  padding: 0 16px;
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.local-market-map__search i {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--local-green);
  border-radius: 50%;
}

.local-market-map__search i::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 1.5px;
  background: var(--local-green);
  content: "";
  transform: rotate(45deg);
}

.local-market-map__search span {
  color: var(--local-green);
}

.local-market-map__result {
  position: absolute;
  display: grid;
  min-width: 196px;
  grid-template-columns: 34px 1fr;
  padding: 13px 15px;
}

.local-market-map__result--one {
  right: 7%;
  bottom: 29%;
}

.local-market-map__result--two {
  bottom: 7%;
  left: 10%;
}

.local-market-map__result > span {
  grid-row: 1 / 3;
  color: var(--local-green);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 10px;
}

.local-market-map__result strong {
  color: var(--field-ink);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 12px;
}

.local-market-map__result small {
  color: var(--working-slate);
  font-size: 11px;
}

.local-market-map__coordinates {
  position: absolute;
  right: 20px;
  bottom: 16px;
  color: #7d9087;
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: right;
}

.local-market-map figcaption {
  min-height: 56px;
  padding: 16px 20px;
  border-top: 1px solid var(--soft-border);
  font-size: 13px;
}

.local-proof-ledger {
  display: flex;
  flex-direction: column;
}

.local-proof-ledger h2 {
  margin: 0 0 22px;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.local-proof-ledger > p:not(.local-kicker) {
  color: var(--working-slate);
}

.local-proof-ledger ol {
  margin: 22px 0 18px;
  padding: 0;
  list-style: none;
}

.local-proof-ledger li {
  border-bottom: 1px solid var(--soft-border);
}

.local-proof-ledger li > span {
  color: var(--local-green);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.local-proof-ledger li div {
  display: grid;
  gap: 2px;
}

.local-proof-ledger li strong {
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 14px;
}

.local-proof-ledger li small {
  color: var(--working-slate);
  font-size: 12px;
}

.local-proof-ledger__note {
  margin-top: auto;
  padding-top: 10px;
  font-size: 11px;
}

/* Benefits */

.local-benefits::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 34%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  content: "";
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
}

.local-section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.54fr);
  align-items: end;
  gap: clamp(50px, 8vw, 132px);
}

.local-section-heading h2 {
  max-width: 12ch;
}

.local-section-heading h2 em {
  color: var(--local-green);
}

.local-section-heading > p {
  max-width: 42ch;
  margin-bottom: 6px;
  color: var(--working-slate);
  font-size: 18px;
  line-height: 1.65;
}

.local-benefit-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: clamp(65px, 7vw, 104px) 0 0;
  border-top: 1px solid #bcc9c3;
  border-left: 1px solid #bcc9c3;
  list-style: none;
}

.local-benefit-grid > li {
  display: flex;
  flex-direction: column;
  grid-column: span 3;
  border-right: 1px solid #bcc9c3;
  border-bottom: 1px solid #bcc9c3;
}

.local-benefit-grid > li:nth-child(n + 3) {
  min-height: 290px;
  grid-column: span 2;
}

.local-benefit-grid > li:hover {
  z-index: 1;
  background: var(--paper-white);
  transform: translateY(-5px);
}

.local-benefit-grid__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: auto;
  padding-bottom: 42px;
}

.local-benefit-grid__top span {
  color: var(--local-green);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.local-benefit-grid h3 {
  margin: 0 0 15px;
  letter-spacing: -0.04em;
}

.local-benefit-grid p {
  margin: 0;
}

/* Differentiators and comparison */

.local-difference {
  overflow: hidden;
}

.local-difference__grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  mask-image: linear-gradient(90deg, #000, transparent 62%);
}

.local-difference__layout {
  display: grid;
  align-items: start;
}

.local-difference__intro h2 {
  max-width: 10.7ch;
}

.local-difference__intro > p:last-child {
  max-width: 44ch;
  margin: 32px 0 0;
  color: #a9bbb5;
  font-size: 18px;
}

.local-difference__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.local-difference__list li {
  display: grid;
  align-items: start;
  gap: 20px;
  border-bottom: 1px solid rgba(130, 192, 178, 0.2);
  transition: padding-left 180ms ease-out, background-color 180ms ease-out;
}

.local-difference__list li:hover {
  padding-left: 16px;
  background: rgba(130, 192, 178, 0.055);
}

.local-difference__list li > span {
  font-size: 10px;
  font-weight: 700;
}

.local-difference__list p {
  max-width: 61ch;
}

.local-difference__list strong {
  color: var(--paper-white);
  font-family: var(--font-manrope), Arial, sans-serif;
}

.local-comparison__heading {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
}

.local-comparison__heading p,
.local-comparison__heading span {
  margin: 0;
  font-family: var(--font-manrope), Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.local-comparison__heading span {
  font-size: 9px;
  letter-spacing: 0.11em;
}

.local-comparison table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: var(--paper-white);
}

.local-comparison th {
  padding: 22px 26px;
  background: #edf3f0;
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.075em;
  text-align: left;
  text-transform: uppercase;
}

.local-comparison th + th,
.local-comparison td + td {
  border-left: 1px solid var(--soft-border);
}

.local-comparison td {
  padding: 22px 26px;
  border-top: 1px solid var(--soft-border);
  color: var(--working-slate);
  font-size: 16px;
  line-height: 1.48;
  vertical-align: top;
}

.local-comparison td > span,
.local-comparison td > i {
  display: inline-grid;
  width: 31px;
  margin-right: 10px;
  color: var(--working-slate);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.local-comparison td + td {
  color: var(--field-ink);
  font-weight: 600;
}

.local-comparison td > i {
  color: var(--local-green);
  font-size: 13px;
}

/* Process */

.local-process__layout {
  display: grid;
  align-items: start;
}

.local-process__intro h2 {
  max-width: 10.7ch;
}

.local-process__intro > p:last-child {
  max-width: 45ch;
  margin: 30px 0 0;
  color: var(--working-slate);
  font-size: 18px;
}

.local-process__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.local-process__steps::before {
  position: absolute;
  top: 26px;
  bottom: 40px;
  content: "";
}

.local-process__steps > li {
  position: relative;
  display: grid;
  padding-bottom: 64px;
}

.local-process__steps > li:last-child {
  padding-bottom: 0;
}

.local-process__number {
  position: relative;
  z-index: 1;
  display: grid;
  height: 46px;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--local-green);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.local-process__number i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--local-green);
}

.local-process__number span {
  opacity: 0;
}

.local-process__body h3 {
  margin: 0 0 15px;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.local-process__body > p {
  margin: 0 0 20px;
  font-size: 17px;
}

.local-process__body > div {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  padding: 15px 18px;
  border-left: 2px solid var(--local-green);
}

.local-process__body > div span {
  color: var(--local-green);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.local-process__body > div p {
  margin: 0;
  color: var(--field-ink);
  font-size: 14px;
  line-height: 1.5;
}

/* Offer and connected system */

.local-offer::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, transparent 35%, #000 100%);
}

.local-offer__layout {
  display: grid;
  align-items: center;
}

.local-offer__copy h2 {
  max-width: 11ch;
}

.local-offer__copy > p:not(.local-kicker, .local-offer__promise) {
  max-width: 53ch;
  margin: 30px 0 20px;
  color: #d1e3de;
  font-size: 18px;
}

.local-offer__copy > ul {
  max-width: 660px;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.23);
  list-style: none;
}

.local-offer__copy > ul li {
  position: relative;
  padding: 14px 12px 14px 27px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  color: #e4efec;
}

.local-offer__copy > ul li::before {
  position: absolute;
  top: 22px;
  left: 3px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--local-mint-pale);
  content: "";
  transform: rotate(45deg);
}

.local-offer__promise {
  max-width: 59ch;
  margin: 24px 0 0;
  font-weight: 600;
}

.local-offer__action {
  display: grid;
  max-width: 650px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
}

.local-offer .button {
  min-height: 54px;
}

.local-offer .button:hover {
  background: var(--local-mint-pale);
  color: var(--field-ink);
  transform: translateY(-2px);
}

.local-offer .button:focus-visible {
  outline: 3px solid var(--paper-white);
  outline-offset: 3px;
}

.local-offer__action p {
  margin: 0;
  color: #e0ece8;
  font-size: 12px;
  line-height: 1.5;
}

.local-market-system {
  position: relative;
  width: 100%;
  max-width: 600px;
  justify-self: end;
  padding: 20px;
}

.local-market-system__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.local-market-system__field {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.local-market-system__field::before,
.local-market-system__field::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.11);
  content: "";
}

.local-market-system__field::before {
  top: 50%;
  left: 7%;
  width: 86%;
  height: 1px;
}

.local-market-system__field::after {
  top: 7%;
  left: 50%;
  width: 1px;
  height: 86%;
}

.local-market-system__orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px dashed rgba(184, 216, 208, 0.31);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.local-market-system__orbit--outer {
  width: min(86%, 430px);
  aspect-ratio: 1;
}

.local-market-system__orbit--inner {
  width: min(53%, 268px);
  aspect-ratio: 1;
  border-style: solid;
}

.local-market-system__core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 138px;
  height: 138px;
  place-content: center;
  text-align: center;
  transform: translate(-50%, -50%) rotate(45deg);
}

.local-market-system__core span,
.local-market-system__core strong {
  transform: rotate(-45deg);
}

.local-market-system__core span {
  color: #bdd3cd;
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.local-market-system__core strong {
  color: var(--paper-white);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 19px;
}

.local-market-system__node {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 104px;
  min-height: 44px;
  grid-template-columns: 25px 1fr;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(184, 216, 208, 0.5);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.local-market-system__node span {
  color: #d2e4df;
  font-size: 9px;
}

.local-market-system__node--one { top: 10%; left: 12%; }
.local-market-system__node--two { top: 11%; right: 9%; }
.local-market-system__node--three { top: 46%; right: 2%; }
.local-market-system__node--four { right: 13%; bottom: 9%; }
.local-market-system__node--five { bottom: 10%; left: 10%; }

.local-market-system > p {
  margin: 0;
  padding: 15px 2px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 12px;
}

/* About */

.local-about__layout {
  display: grid;
}

.local-about__index {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  color: var(--local-green);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.local-about__index span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
}

.local-about__index i {
  width: 1px;
  flex: 1;
}

.local-about__statement h2 {
  max-width: 10.9ch;
}

.local-about__copy {
  padding-top: 60px;
  color: var(--working-slate);
  font-size: 18px;
  line-height: 1.65;
}

.local-about__copy p {
  margin-bottom: 22px;
}

.local-about__principles {
  display: grid;
  grid-column: 2 / 4;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 60px;
  border-top: 1px solid var(--soft-border);
  border-bottom: 1px solid var(--soft-border);
}

.local-about__principles span {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 18px;
  padding: 0 20px;
  color: var(--field-ink);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.local-about__principles span + span {
  border-left: 1px solid var(--soft-border);
}

.local-about__principles i {
  color: var(--local-green);
  font-size: 9px;
  font-style: normal;
}

/* Industries */

.local-industry-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--soft-border);
  border-left: 1px solid var(--soft-border);
}

.local-industry-grid article {
  border-right: 1px solid var(--soft-border);
  border-bottom: 1px solid var(--soft-border);
}

.local-industry-grid article:hover {
  background: var(--paper-white);
}

.local-industry-grid__top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 48px;
}

.local-industry-grid__top > span {
  font-size: 10px;
  font-weight: 700;
}

.local-industry-grid svg {
  width: 86px;
  height: 86px;
  fill: none;
  stroke: var(--local-green);
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.5;
  transition: transform 220ms ease-out;
}

.local-industry-grid article:hover svg {
  transform: translateY(-5px);
}

.local-industry-grid h3 {
  margin: 0 0 16px;
  letter-spacing: -0.045em;
}

.local-industry-grid p {
  margin: 0;
  font-size: 17px;
}

/* FAQ */

.local-faq__layout {
  display: grid;
  align-items: start;
}

.local-faq__intro h2 {
  max-width: 10.5ch;
}

.local-faq__intro > p:last-child {
  max-width: 37ch;
  margin: 28px 0 0;
  color: var(--working-slate);
  font-size: 17px;
}

.local-faq .faq-list details {
  border-bottom: 1px solid var(--soft-border);
}

.local-faq .faq-list summary {
  padding: 22px 52px 22px 0;
}

.local-faq .faq-list summary::after {
  right: 4px;
}

.local-faq .faq-list__answer {
  padding: 0 62px 26px 0;
  color: var(--working-slate);
  font-size: 17px;
  line-height: 1.65;
}

/* Final */

.local-final {
  overflow: hidden;
}

.local-final::before {
  background-image:
    linear-gradient(rgba(130, 192, 178, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 192, 178, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
}

.local-final__rings {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -8vw;
  width: min(58vw, 850px);
  aspect-ratio: 1;
  transform: translateY(-50%);
}

.local-final__rings span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(130, 192, 178, 0.16);
  border-radius: 50%;
}

.local-final__rings span:nth-child(2) { inset: 18%; }
.local-final__rings span:nth-child(3) { inset: 36%; background: rgba(14, 98, 86, 0.15); }

.local-final__layout {
  display: grid;
  align-items: end;
}

.local-final__copy h2 {
  max-width: 10.8ch;
}

.local-final__copy > p:not(.local-kicker) {
  margin: 30px 0 18px;
  color: #c6d7d2;
  font-size: 18px;
}

.local-final__copy ul {
  max-width: 590px;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(130, 192, 178, 0.22);
  list-style: none;
}

.local-final__copy li {
  position: relative;
  padding: 13px 10px 13px 26px;
  border-bottom: 1px solid rgba(130, 192, 178, 0.17);
}

.local-final__copy li::before {
  position: absolute;
  top: 21px;
  left: 3px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--local-mint);
  content: "";
  transform: rotate(45deg);
}

.local-final__action {
  position: relative;
  z-index: 1;
  padding: clamp(30px, 4vw, 52px);
}

.local-final__action > p:first-child {
  margin: 0 0 4px;
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.local-final__action > p:nth-child(2) {
  margin: 0 0 28px;
  font-size: 23px;
  line-height: 1.42;
}

.local-final .button {
  min-height: 56px;
}

.local-final .button:hover {
  background: var(--paper-white);
  color: var(--field-ink);
  transform: translateY(-2px);
}

.local-final__note {
  margin: 20px 0 0 !important;
  color: #8fa8a1 !important;
  font-size: 12px !important;
  line-height: 1.5;
}

/* Responsive composition */

@media (max-width: 1180px) {

  .local-offer__layout { gap: 70px; }
  .local-market-system__field { min-height: 460px; }
  .local-market-system__node { min-width: 94px; }
}

@media (max-width: 1000px) {

  .local-opportunity__intro,
  .local-section-heading--split {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .local-opportunity__copy { max-width: 690px; }
  .local-opportunity__system { grid-template-columns: 1fr; gap: 28px; }
  .local-proof-ledger { min-height: auto; }
  .local-proof-ledger h2 { max-width: 20ch; }

  .local-difference__layout,
  .local-process__layout,
  .local-faq__layout {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .local-difference__intro,
  .local-process__intro,
  .local-faq__intro { position: static; }

  .local-difference__intro h2,
  .local-process__intro h2,
  .local-faq__intro h2 { max-width: 12ch; }

  .local-difference__intro > p:last-child,
  .local-process__intro > p:last-child { max-width: 58ch; }

  .local-process::before { inset: 44% 0 0; }
  .local-process__steps { max-width: 760px; }

  .local-offer__layout { grid-template-columns: 1fr; }
  .local-offer__copy { max-width: 800px; }
  .local-market-system { max-width: 650px; justify-self: start; }

  .local-about__layout { grid-template-columns: 60px 1fr; }
  .local-about__copy { grid-column: 2; max-width: 680px; padding-top: 10px; }
  .local-about__principles { grid-column: 2; }

  .local-final__layout { grid-template-columns: 1fr; }
  .local-final__copy { max-width: 820px; }
  .local-final__action { max-width: 650px; }
  .local-final .button { width: 100%; }
}

/* The hero still has room for two columns when the navigation changes at
   900px. Stack only once the artwork and copy would actually become cramped. */

@media (max-width: 700px) {
  .local-kicker { margin-bottom: 22px; }

  .local-opportunity { padding-bottom: 0; }
  .local-proof { padding-top: 44px; }

  .local-opportunity__copy,
  .local-section-heading > p,
  .local-about__copy { font-size: 16px; }
  .local-opportunity__system { margin-top: 0; }
  .local-market-map { box-shadow: 8px 8px 0 #e2ddd0; }
  .local-market-map__canvas { min-height: 360px; }
  .local-market-map__result { min-width: 168px; padding-inline: 11px; }
  .local-market-map__result--one { right: 4%; bottom: 32%; }
  .local-market-map__result--two { bottom: 5%; left: 5%; }
  .local-market-map__coordinates { display: none; }
  .local-proof-ledger { box-shadow: 8px 8px 0 #e2ddd0; }

  .local-benefit-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .local-benefit-grid > li,
  .local-benefit-grid > li:nth-child(n + 3) { min-height: 0; grid-column: auto; padding: 28px 24px; }
  .local-benefit-grid__top { margin-bottom: 0; padding-bottom: 26px; }

  .local-difference__layout,
  .local-process__layout,
  .local-faq__layout { gap: 52px; }
  .local-difference__list li { grid-template-columns: 38px 1fr; gap: 10px; }
  .local-difference__list p { font-size: 15px; }
  .local-comparison { margin-top: 52px; box-shadow: 8px 8px 0 rgba(130, 192, 178, 0.11); }
  .local-comparison__heading { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
  .local-comparison thead {
    position: absolute;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
  }
  .local-comparison tr { border-top: 1px solid var(--soft-border); }
  .local-comparison td { padding: 18px 20px; border-top: 0; }
  .local-comparison td + td { border-top: 1px dashed var(--soft-border); border-left: 0; background: #f1f6f3; }
  .local-comparison td::before { display: block; margin-bottom: 8px; color: var(--working-slate); font-family: var(--font-manrope), Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
  .local-comparison td:first-child::before { content: "The status quo"; }
  .local-comparison td:last-child::before { color: var(--local-green); content: "ScaleLocal"; }

  .local-process__steps > li { padding-bottom: 46px; }
  .local-process__body > div { grid-template-columns: 1fr; gap: 5px; }

  .local-offer__action { grid-template-columns: 1fr; }
  .local-offer__action .button { width: 100%; }
  .local-market-system { padding: 14px; box-shadow: 8px 8px 0 rgba(5, 43, 38, 0.28); }
  .local-market-system__field { min-height: 360px; }
  .local-market-system__core { width: 112px; height: 112px; }
  .local-market-system__node { min-width: 86px; min-height: 39px; grid-template-columns: 21px 1fr; padding-inline: 8px; font-size: 9px; }
  .local-about__copy,
  .local-about__principles { grid-column: auto; }
  .local-about__principles { grid-template-columns: 1fr; margin-top: 28px; }
  .local-about__principles span + span { border-top: 1px solid var(--soft-border); border-left: 0; }

  .local-industry-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .local-industry-grid article { padding: 28px 24px; }
  .local-industry-grid__top { min-height: 72px; margin-bottom: 22px; }
  .local-industry-grid svg { width: 64px; height: 64px; }

  .local-faq .faq-list summary { min-height: 72px; padding-right: 42px; font-size: 17px; }
  .local-faq .faq-list__answer { padding-right: 36px; font-size: 16px; }

  .local-final__rings { width: 110vw; right: -58vw; }
  .local-final__action { box-shadow: 8px 8px 0 rgba(130, 192, 178, 0.08); }
  .local-final .button { width: 100%; }
}

@media (max-width: 430px) {
  .local-market-map__canvas { min-height: 330px; }
  .local-market-map__search { top: 18px; left: 16px; right: 16px; }
  .local-market-map__result { min-width: 150px; }
  .local-market-map__result--one { right: 3%; bottom: 31%; }
  .local-market-map__result--two { bottom: 4%; left: 3%; }
  .local-market-system__field { min-height: 300px; }
  .local-market-system__node {
    min-width: 72px;
    min-height: 36px;
    grid-template-columns: 18px 1fr;
    padding-inline: 6px;
    font-size: 9px;
  }
  .local-market-system__node--one { top: 8%; left: 4%; }
  .local-market-system__node--two { top: 9%; right: 3%; }
  .local-market-system__node--three { top: 45%; right: 0; }
  .local-market-system__node--four { right: 3%; bottom: 8%; }
  .local-market-system__node--five { bottom: 8%; left: 3%; }
  .local-market-system__core { width: 76px; height: 76px; }
  .local-market-system__core span { font-size: 8px; }
  .local-market-system__core strong { font-size: 14px; }
}

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


/*
 Deferred below-the-fold layer; critical hero rules live in the matching *-critical.css file.
 */

/*
 * ScaleLocal / Local Demand Atlas
 *
 * A replacement homepage world: nearby demand moves across a folded local
 * territory from discovery to customer action. The existing copy remains
 * complete in server HTML; the client enhancement only changes emphasis.
 */

.local-kicker {
  gap: 12px;
  margin-bottom: 24px;
  color: var(--atlas-teal-dark);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.local-kicker > span {
  width: 26px;
  height: 26px;
  flex-basis: 26px;
  border: 0;
  background: var(--atlas-amber);
  color: var(--atlas-ink);
  clip-path: polygon(50% 0, 100% 28%, 86% 100%, 14% 100%, 0 28%);
  font-size: 9px;
}

.local-kicker--light {
  color: var(--atlas-mint-pale);
}

/* Hero: a living fold-out territory, not a split hero plus dashboard card. */

/* Local opportunity: three field observations along one visible route. */

.local-opportunity {
  overflow: hidden;
  padding: clamp(104px, 11vw, 170px) 0;
  background: var(--atlas-white);
}

.local-opportunity::after {
  position: absolute;
  z-index: -1;
  top: 6%;
  right: -10%;
  width: 58%;
  height: 90%;
  border: 1px solid rgba(23, 60, 204, 0.16);
  background:
    linear-gradient(45deg, transparent 49.8%, rgba(23, 60, 204, 0.12) 50%, transparent 50.2%),
    linear-gradient(-45deg, transparent 49.8%, rgba(0, 143, 119, 0.12) 50%, transparent 50.2%);
  background-size: 88px 88px;
  content: "";
  transform: rotate(-7deg);
}

.local-opportunity__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(440px, 0.76fr);
  align-items: start;
  gap: clamp(72px, 10vw, 160px);
}

.local-opportunity__intro h2 {
  color: var(--atlas-ink);
}

.local-opportunity__intro h2 em {
  color: var(--atlas-cobalt);
}

.local-opportunity__copy {
  max-width: 58ch;
  padding-top: 22px;
}

.local-opportunity__controls {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--atlas-line);
}

.local-opportunity__controls button {
  display: grid;
  width: 46px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--atlas-line);
  background: transparent;
  color: var(--atlas-cobalt);
  font-family: var(--atlas-display);
  font-size: 11px;
  cursor: pointer;
  clip-path: polygon(50% 0, 100% 28%, 88% 100%, 12% 100%, 0 28%);
  transition:
    background 180ms ease-out,
    color 180ms ease-out,
    transform 180ms ease-out;
}

.local-home[data-enhanced="true"] .local-opportunity__controls button[aria-expanded="true"],
.local-opportunity__controls button:hover {
  background: var(--atlas-amber);
  color: var(--atlas-ink);
  transform: translateY(-3px);
}

.local-opportunity__copy > p {
  position: relative;
  margin: 0;
  min-height: 150px;
  padding: 28px 0 24px 64px;
  border-bottom: 1px solid var(--atlas-line);
  color: var(--atlas-ink-soft);
  font-size: clamp(1.12rem, 1.45vw, 1.35rem);
  line-height: 1.58;
}

.local-opportunity__copy > p::before {
  position: absolute;
  top: 23px;
  left: 0;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  background: var(--atlas-cobalt);
  color: var(--atlas-white);
  content: attr(data-index);
  font-family: var(--atlas-display);
  font-size: 11px;
  clip-path: polygon(50% 0, 100% 32%, 82% 100%, 18% 100%, 0 32%);
}

/* Proof: the map becomes the evidence instrument. */

.local-proof {
  padding: clamp(86px, 9vw, 136px) 0;
  background: var(--atlas-mint);
  color: var(--atlas-ink);
}

.local-opportunity__system {
  grid-template-columns: minmax(0, 1.25fr) minmax(350px, 0.55fr);
  align-items: stretch;
  gap: 0;
}

.local-market-map {
  min-height: 630px;
  margin: 0;
  border: 0;
  background: var(--atlas-cobalt);
  color: var(--atlas-white);
  box-shadow: var(--atlas-shadow);
  clip-path: polygon(0 0, 96% 0, 100% 6%, 100% 100%, 4% 100%, 0 94%);
}

.local-market-map__meta,
.local-market-map figcaption {
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--atlas-mint-pale);
}

.local-market-map__canvas {
  background:
    linear-gradient(rgba(76, 228, 186, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 228, 186, 0.12) 1px, transparent 1px);
  background-size: 56px 56px;
}

.local-market-map__road {
  stroke: rgba(252, 253, 249, 0.32);
}

.local-market-map__road--major,
.local-market-map__route {
  stroke: var(--atlas-mint);
}

.local-market-map__zone {
  fill: rgba(76, 228, 186, 0.13);
  stroke: rgba(76, 228, 186, 0.62);
}

.local-market-map__zone--inner {
  fill: rgba(255, 179, 24, 0.13);
  stroke: var(--atlas-amber);
}

.local-market-map__pin circle {
  fill: var(--atlas-cobalt);
  stroke: var(--atlas-white);
}

.local-market-map__pin--focus circle {
  fill: var(--atlas-amber);
  stroke: var(--atlas-ink);
}

.local-market-map__search,
.local-market-map__result {
  border: 1px solid rgba(7, 27, 42, 0.18);
  border-radius: 0;
  background: var(--atlas-white);
  color: var(--atlas-ink);
  box-shadow: 8px 10px 20px rgba(7, 27, 42, 0.22);
}

.local-home[data-enhanced="true"] .local-market-map [data-home-proof-signal] {
  opacity: 0.3;
  transition:
    opacity 220ms ease-out,
    filter 220ms ease-out,
    box-shadow 220ms ease-out;
}

.local-home[data-home-proof-active="visibility"] .local-market-map [data-home-proof-signal="visibility"],
.local-home[data-home-proof-active="response"] .local-market-map [data-home-proof-signal="response"],
.local-home[data-home-proof-active="conversion"] .local-market-map [data-home-proof-signal="conversion"],
.local-home[data-home-proof-active="quality"] .local-market-map [data-home-proof-signal="quality"] {
  z-index: 4;
  opacity: 1;
  filter: drop-shadow(0 0 12px rgba(255, 179, 24, 0.46));
}

.local-home[data-home-proof-active="visibility"] .local-market-map__zone {
  fill: rgba(76, 228, 186, 0.24);
  stroke-width: 2;
}

.local-home[data-home-proof-active="conversion"] .local-market-map__route {
  stroke: var(--atlas-amber);
  stroke-width: 6;
}

.local-proof-ledger {
  align-self: center;
  margin-left: -42px;
  padding: clamp(38px, 4vw, 64px);
  border: 0;
  background: var(--atlas-white);
  box-shadow: 14px 18px 30px rgba(7, 27, 42, 0.2);
  clip-path: polygon(0 3%, 93% 0, 100% 6%, 98% 100%, 6% 97%);
}

.local-proof-ledger h2 {
  max-width: 9ch;
  font-size: clamp(2.75rem, 4.1vw, 4.6rem);
  color: var(--atlas-ink);
}

.local-proof-ledger > p {
  color: var(--atlas-ink-soft);
}

.local-proof-ledger ol {
  border-top: 1px solid var(--atlas-line);
}

.local-proof-ledger li {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: 0;
  border-color: var(--atlas-line);
}

.local-proof-ledger li > button {
  appearance: none;
  display: grid;
  width: 100%;
  min-height: 58px;
  grid-template-columns: 36px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.local-proof-ledger li > button::after {
  color: var(--atlas-teal-dark);
  content: "+";
  font-family: var(--atlas-display);
  font-size: 18px;
  text-align: center;
  transition: transform 180ms ease-out;
}

.local-proof-ledger li > button[aria-expanded="true"]::after {
  color: var(--atlas-cobalt);
  transform: rotate(45deg);
}

.local-proof-ledger li > button > span {
  color: var(--atlas-cobalt);
  font-family: var(--atlas-display);
  font-size: 10px;
}

.local-proof-ledger li strong {
  color: var(--atlas-ink);
}

.local-proof-ledger li > small {
  padding: 0 32px 16px 46px;
  color: var(--atlas-ink-soft);
  font-size: 12px;
  line-height: 1.45;
}

/* Benefits become a horizontal rack of real disclosure tickets. */

.local-benefits {
  padding: clamp(98px, 10vw, 152px) 0;
  background: var(--atlas-cobalt);
  color: var(--atlas-white);
}

.local-benefits::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(72deg, transparent 0 47%, rgba(76, 228, 186, 0.09) 47.1% 47.5%, transparent 47.6%),
    linear-gradient(108deg, transparent 0 70%, rgba(255, 179, 24, 0.08) 70.1% 70.5%, transparent 70.6%);
  content: "";
}

.local-benefits .local-section-heading h2 {
  max-width: 10ch;
  color: var(--atlas-white);
}

.local-benefits .local-section-heading h2 em {
  color: var(--atlas-mint);
}

.local-benefits .local-kicker {
  color: var(--atlas-mint-pale);
}

.local-benefit-grid {
  display: flex;
  align-items: stretch;
  gap: 14px;
  margin-top: clamp(48px, 6vw, 80px);
  padding: 0 0 18px;
  overflow-x: auto;
  border: 0;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--atlas-mint) rgba(7, 27, 42, 0.28);
}

.local-benefit-grid > li {
  min-width: min(29vw, 350px);
  min-height: 390px;
  flex: 1 0 min(29vw, 350px);
  padding: 28px;
  border: 1px solid rgba(7, 27, 42, 0.18);
  background: var(--atlas-white);
  color: var(--atlas-ink);
  scroll-snap-align: start;
  box-shadow: 10px 12px 24px rgba(7, 27, 42, 0.18);
  clip-path: polygon(0 0, 42% 0, 47% 6%, 53% 6%, 58% 0, 100% 0, 100% 100%, 0 100%);
  transition: flex-basis 320ms cubic-bezier(0.16, 1, 0.3, 1), transform 240ms ease-out;
}

.local-benefit-grid > li:has([aria-expanded="true"]) {
  flex-basis: min(38vw, 480px);
  transform: translateY(-8px);
}

.local-benefit-grid__top {
  min-height: 62px;
}

.local-benefit-grid__top > span {
  color: var(--atlas-cobalt);
  font-family: var(--atlas-display);
}

.local-benefit-grid__top > button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--atlas-ink);
  border-radius: 0;
  background: transparent;
  color: var(--atlas-ink);
  cursor: pointer;
  transition: background 180ms ease-out, color 180ms ease-out, transform 180ms ease-out;
}

.local-benefit-grid__top > button:hover,
.local-benefit-grid__top > button[aria-expanded="true"] {
  background: var(--atlas-amber);
  transform: rotate(45deg);
}

.local-benefit-grid__top i {
  position: relative;
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 0;
}

.local-benefit-grid__top i::before,
.local-benefit-grid__top i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.local-benefit-grid__top i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.local-benefit-grid h3 {
  max-width: 12ch;
  color: var(--atlas-ink);
  font-size: clamp(1.65rem, 2.2vw, 2.35rem);
  line-height: 1;
}

.local-benefit-grid p {
  max-width: 40ch;
  color: var(--atlas-ink-soft);
  font-size: 1rem;
  line-height: 1.6;
}

.local-home[data-enhanced="true"] .local-benefit-grid p[hidden] {
  display: none;
}

/* Difference: titles scan like route instructions; details arrive on demand. */

.local-difference {
  padding: clamp(104px, 11vw, 168px) 0;
  background: var(--atlas-ink);
  color: var(--atlas-white);
}

.local-difference__grid {
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(76, 228, 186, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 228, 186, 0.06) 1px, transparent 1px);
  background-size: 88px 88px;
}

.local-difference__layout {
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(64px, 10vw, 154px);
}

.local-difference__intro {
  position: sticky;
  top: calc(var(--header-height) + 56px);
  align-self: start;
}

.local-difference__intro h2 {
  color: var(--atlas-white);
}

.local-difference__intro h2 em {
  color: var(--atlas-mint);
}

.local-difference__list {
  border-top: 1px solid rgba(185, 245, 229, 0.22);
}

.local-difference__list li {
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 88px;
  padding: 18px 0;
  border-color: rgba(185, 245, 229, 0.18);
}

.local-difference__list li > span {
  padding-top: 12px;
  color: var(--atlas-amber);
  font-family: var(--atlas-display);
}

.local-difference__list p {
  margin: 0;
  color: #c9e0da;
  font-size: 1rem;
  line-height: 1.55;
}

.local-difference__list p > button {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 8px 42px 8px 0;
  border: 0;
  background: transparent;
  color: var(--atlas-white);
  text-align: left;
  cursor: pointer;
}

.local-difference__list p > button::after {
  float: right;
  color: var(--atlas-mint);
  content: "↗";
  font-family: var(--atlas-display);
}

.local-difference__list p > button[aria-expanded="true"] {
  color: var(--atlas-mint);
}

.local-difference__list p > span {
  display: block;
  max-width: 60ch;
  padding: 4px 0 8px;
}

.local-comparison {
  margin-top: clamp(72px, 9vw, 124px);
  border: 1px solid rgba(185, 245, 229, 0.24);
  background: var(--atlas-white);
  color: var(--atlas-ink);
  box-shadow: 12px 16px 28px rgba(0, 0, 0, 0.22);
}

.local-comparison__heading {
  padding: 22px 26px;
  border: 0;
  background: var(--atlas-mint);
  color: var(--atlas-ink);
}

.local-comparison__heading p {
  font-family: var(--atlas-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.local-comparison__heading > button {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--atlas-ink);
  border-radius: 0;
  background: transparent;
  color: var(--atlas-ink);
  cursor: pointer;
}

.local-comparison__heading > button[aria-pressed="true"] {
  background: var(--atlas-ink);
  color: var(--atlas-white);
}

.local-comparison thead th {
  padding: 0;
  background: var(--atlas-ink);
}

.local-comparison thead th + th {
  background: var(--atlas-cobalt);
}

.local-comparison thead button {
  width: 100%;
  min-height: 58px;
  padding: 16px 24px;
  border: 0;
  background: transparent;
  color: var(--atlas-white);
  font-family: var(--atlas-display);
  text-align: left;
  cursor: pointer;
}

.local-comparison tbody td {
  border-color: rgba(7, 27, 42, 0.12);
  color: var(--atlas-ink-soft);
}

.local-comparison tbody td:nth-child(2) {
  color: var(--atlas-ink);
  font-weight: 700;
}

.local-comparison tbody td > span {
  color: var(--atlas-cobalt);
}

.local-comparison tbody td > i {
  color: var(--atlas-teal);
}

/* Process: four route stops, one active field note. */

.local-process {
  padding: clamp(104px, 10vw, 158px) 0;
  background: var(--atlas-fog);
}

.local-process::before {
  position: absolute;
  z-index: -1;
  inset: 0 50% 0 0;
  background: var(--atlas-white);
  content: "";
}

.local-process__layout {
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(68px, 10vw, 150px);
}

.local-process__intro {
  position: sticky;
  top: calc(var(--header-height) + 48px);
  align-self: start;
}

.local-process__intro h2 {
  color: var(--atlas-ink);
}

.local-process__intro h2 em {
  color: var(--atlas-cobalt);
}

.local-process__steps {
  position: relative;
  gap: 0;
}

.local-process__steps::before {
  left: 25px;
  width: 3px;
  background: var(--atlas-cobalt);
}

.local-process__steps > li {
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 24px;
  min-height: 116px;
  padding: 0 0 26px;
}

.local-process__number {
  width: 52px;
  height: 52px;
}

.local-process__number > button {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 2px solid var(--atlas-cobalt);
  border-radius: 50%;
  background: var(--atlas-white);
  color: var(--atlas-cobalt);
  cursor: pointer;
  transition: background 180ms ease-out, color 180ms ease-out, transform 180ms ease-out;
}

.local-process__number > button:hover,
.local-process__number > button[aria-expanded="true"] {
  background: var(--atlas-cobalt);
  color: var(--atlas-white);
  transform: scale(1.08);
}

.local-process__number > button:focus-visible {
  outline: 3px solid var(--atlas-amber);
  outline-offset: 4px;
}

.local-process__number > button > span {
  font-family: var(--atlas-display);
  font-size: 12px;
}

.local-process__number > button > i {
  display: none;
}

.local-process__step-content {
  padding: 4px 0 30px;
}

.local-process__step-content > h3 {
  max-width: 18ch;
  margin: 0 0 14px;
  color: var(--atlas-ink);
  font-size: clamp(1.65rem, 2.2vw, 2.35rem);
  line-height: 1;
}

.local-process__body {
  padding: 0 0 4px;
}

.local-process__body > p {
  max-width: 56ch;
  color: var(--atlas-ink-soft);
}

.local-process__body > div {
  max-width: 600px;
  border: 0;
  background: var(--atlas-white);
  box-shadow: 8px 10px 20px rgba(7, 27, 42, 0.08);
}

.local-process__body > div > span {
  color: var(--atlas-cobalt);
}

/* Offer: the atlas resolves into an interactive market system. */

.local-offer {
  overflow: hidden;
  padding: clamp(104px, 10vw, 160px) 0;
  background: var(--atlas-teal);
  color: var(--atlas-white);
}

.local-offer::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(112deg, transparent 0 58%, rgba(76, 228, 186, 0.17) 58.1% 58.4%, transparent 58.5%),
    linear-gradient(68deg, transparent 0 78%, rgba(255, 179, 24, 0.12) 78.1% 78.4%, transparent 78.5%);
  content: "";
}

.local-offer__layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 0.78fr);
  gap: clamp(72px, 10vw, 150px);
}

.local-offer__copy h2 {
  color: var(--atlas-white);
}

.local-offer__copy h2 em {
  color: var(--atlas-mint-pale);
}

.local-offer__copy > p,
.local-offer__copy li {
  color: #d9f3ec;
}

.local-offer__copy > ul {
  border-color: rgba(185, 245, 229, 0.3);
}

.local-offer__copy > ul li {
  border-color: rgba(185, 245, 229, 0.22);
}

.local-offer__copy > ul li::before {
  border-color: var(--atlas-amber);
  background: var(--atlas-amber);
}

.local-offer__promise {
  border: 0;
  background: var(--atlas-ink);
  color: var(--atlas-white) !important;
  box-shadow: 8px 10px 20px rgba(7, 27, 42, 0.2);
}

.local-offer .button {
  border-radius: 0;
  border-color: var(--atlas-amber);
  background: var(--atlas-amber);
  color: var(--atlas-ink);
  box-shadow: 8px 10px 20px rgba(7, 27, 42, 0.2);
}

.local-market-system {
  border: 1px solid rgba(185, 245, 229, 0.38);
  background: var(--atlas-cobalt);
  box-shadow: 16px 20px 30px rgba(7, 27, 42, 0.24);
  clip-path: polygon(0 0, 94% 0, 100% 7%, 98% 100%, 5% 97%);
}

.local-market-system__meta,
.local-market-system > p {
  border-color: rgba(185, 245, 229, 0.24);
  color: var(--atlas-mint-pale);
}

.local-market-system__field {
  color: var(--atlas-mint);
}

.local-market-system__orbit {
  border-color: rgba(76, 228, 186, 0.42);
}

.local-market-system__core,
.local-market-system__node {
  appearance: none;
  border-radius: 0;
  font: inherit;
  cursor: pointer;
}

.local-market-system__core {
  border: 2px solid var(--atlas-mint);
  background: var(--atlas-ink);
  color: var(--atlas-white);
  box-shadow: 8px 10px 20px rgba(0, 0, 0, 0.22);
}

.local-market-system__core:hover,
.local-market-system__core[aria-pressed="true"] {
  border-color: var(--atlas-amber);
  background: var(--atlas-amber);
  color: var(--atlas-ink);
}

.local-market-system__node {
  border-color: rgba(185, 245, 229, 0.58);
  background: var(--atlas-cobalt-dark);
  color: var(--atlas-white);
}

.local-market-system__node:hover,
.local-market-system__node[aria-pressed="true"] {
  border-color: var(--atlas-amber);
  background: var(--atlas-amber);
  color: var(--atlas-ink);
  transform: translateY(-3px);
}

/* About: a quiet human manifesto after the system. */

.local-about {
  padding: clamp(100px, 11vw, 172px) 0;
  background: var(--atlas-white);
}

.local-about__layout {
  grid-template-columns: 48px minmax(0, 1.2fr) minmax(360px, 0.7fr);
  gap: clamp(36px, 6vw, 90px);
}

.local-about__index span {
  border: 0;
  background: var(--atlas-amber);
  color: var(--atlas-ink);
  clip-path: polygon(50% 0, 100% 30%, 84% 100%, 16% 100%, 0 30%);
}

.local-about__index i {
  background: var(--atlas-cobalt);
}

.local-about__statement h2 {
  color: var(--atlas-ink);
}

.local-about__statement h2 em {
  color: var(--atlas-cobalt);
}

.local-about__copy {
  counter-reset: about;
}

.local-about__copy p {
  position: relative;
  counter-increment: about;
  margin: 0;
  padding: 20px 0 20px 42px;
  border-bottom: 1px solid var(--atlas-line);
  color: var(--atlas-ink-soft);
  font-size: 1.05rem;
  line-height: 1.6;
}

.local-about__copy p::before {
  position: absolute;
  top: 22px;
  left: 0;
  color: var(--atlas-teal);
  content: "0" counter(about);
  font-family: var(--atlas-display);
  font-size: 11px;
}

/* Industries: four recognizable territories, one expanded at a time. */

.local-industries {
  padding: clamp(102px, 10vw, 158px) 0;
  background: var(--atlas-ink);
  color: var(--atlas-white);
}

.local-industries .local-section-heading h2 {
  color: var(--atlas-white);
}

.local-industries .local-section-heading h2 em {
  color: var(--atlas-mint);
}

.local-industries .local-kicker {
  color: var(--atlas-mint-pale);
}

.local-industry-grid {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: clamp(54px, 6vw, 84px);
  border: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.local-industry-grid article {
  position: relative;
  min-width: 240px;
  min-height: 430px;
  flex: 1 1 0;
  padding: 28px;
  border: 1px solid rgba(185, 245, 229, 0.24);
  background: var(--atlas-cobalt);
  color: var(--atlas-white);
  scroll-snap-align: start;
  clip-path: polygon(0 0, 100% 4%, 96% 100%, 3% 97%);
  transition: flex-grow 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.local-industry-grid article:nth-child(2) {
  background: var(--atlas-teal);
}

.local-industry-grid article:nth-child(3) {
  background: var(--atlas-cobalt-dark);
}

.local-industry-grid article:nth-child(4) {
  background: var(--atlas-teal-dark);
}

.local-industry-grid article:has([aria-expanded="true"]) {
  flex-grow: 1.8;
  background: var(--atlas-white);
  color: var(--atlas-ink);
}

.local-industry-grid__top {
  min-height: 150px;
  color: inherit;
}

.local-industry-grid__top > span {
  display: inline-grid;
  min-width: 34px;
  min-height: 28px;
  place-items: center;
  padding-inline: 7px;
  background: var(--atlas-amber);
  color: var(--atlas-ink);
  font-family: var(--atlas-display);
}

.local-industry-grid__top svg {
  width: 96px;
  height: 96px;
  color: var(--atlas-mint);
  stroke-width: 1.5;
}

.local-industry-grid article:has([aria-expanded="true"]) .local-industry-grid__top svg {
  color: var(--atlas-cobalt);
}

.local-industry-grid__top > button {
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.local-industry-grid__top > button i {
  position: relative;
  width: 18px;
  height: 18px;
}

.local-industry-grid__top > button i::before,
.local-industry-grid__top > button i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.local-industry-grid__top > button i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.local-industry-grid article:has([aria-expanded="true"]) .local-industry-grid__top > button {
  background: var(--atlas-amber);
  color: var(--atlas-ink);
  transform: rotate(45deg);
}

.local-industry-grid h3 {
  max-width: 13ch;
  color: inherit;
  font-size: clamp(1.7rem, 2.4vw, 2.65rem);
  line-height: 0.98;
}

.local-industry-grid p {
  max-width: 42ch;
  color: inherit;
  opacity: 0.84;
  line-height: 1.6;
}

/* FAQ and close: calm, decisive, and immediately actionable. */

.local-faq {
  padding: clamp(100px, 10vw, 156px) 0;
  background: var(--atlas-white);
}

.local-faq__layout {
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(72px, 10vw, 152px);
}

.local-faq__intro {
  position: sticky;
  top: calc(var(--header-height) + 52px);
  align-self: start;
}

.local-faq__intro h2 {
  color: var(--atlas-ink);
}

.local-faq__intro h2 em {
  color: var(--atlas-cobalt);
}

.local-faq .faq-list {
  border-top: 2px solid var(--atlas-ink);
}

.local-faq .faq-list details {
  border-color: var(--atlas-line);
}

.local-faq .faq-list summary {
  min-height: 76px;
  color: var(--atlas-ink);
  font-family: var(--atlas-display);
  font-size: 1.05rem;
}

.local-faq .faq-list summary::after {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: var(--atlas-mint);
  color: var(--atlas-ink);
}

.local-faq .faq-list__answer p {
  max-width: 70ch;
  color: var(--atlas-ink-soft);
}

.local-final {
  min-height: auto;
  padding: clamp(104px, 10vw, 156px) 0;
  background: var(--atlas-cobalt);
  color: var(--atlas-white);
}

.local-final::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(65deg, transparent 0 48%, rgba(76, 228, 186, 0.16) 48.1% 48.4%, transparent 48.5%),
    linear-gradient(115deg, transparent 0 72%, rgba(255, 179, 24, 0.13) 72.1% 72.4%, transparent 72.5%);
  content: "";
}

.local-final__rings span {
  border-color: rgba(76, 228, 186, 0.3);
}

.local-final__layout {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.64fr);
  gap: clamp(70px, 10vw, 150px);
}

.local-final__copy h2 {
  color: var(--atlas-white);
}

.local-final__copy h2 em {
  color: var(--atlas-mint);
}

.local-final__copy > p,
.local-final__copy li,
.local-final__action p {
  color: #d7ebe5;
}

.local-final__copy ul {
  border-color: rgba(185, 245, 229, 0.24);
}

.local-final__copy li {
  border-color: rgba(185, 245, 229, 0.18);
}

.local-final__action {
  border: 1px solid rgba(185, 245, 229, 0.44);
  background: var(--atlas-ink);
  box-shadow: 14px 18px 30px rgba(7, 27, 42, 0.26);
  clip-path: polygon(0 0, 94% 0, 100% 8%, 97% 100%, 4% 97%);
}

.local-final__action > p:first-child {
  color: var(--atlas-mint);
}

.local-final__action > p:nth-child(2) {
  color: var(--atlas-white);
}

.local-final .button {
  border: 1px solid var(--atlas-amber);
  border-radius: 0;
  background: var(--atlas-amber);
  color: var(--atlas-ink);
  box-shadow: 8px 10px 20px rgba(0, 0, 0, 0.22);
}

/* Enhancement states. All copy is visible until data-enhanced is present. */

.local-home[data-enhanced="true"] [data-home-differentiator-panel][hidden],
.local-home[data-enhanced="true"] [data-home-process-panel][hidden],
.local-home[data-enhanced="true"] [data-home-program-panel][hidden],
.local-home[data-enhanced="true"] [data-home-industry-panel][hidden] {
  display: none;
}

/* Responsive atlas */

@media (max-width: 1180px) {

  .local-benefit-grid > li {
    min-width: 330px;
    flex-basis: 330px;
  }
}

@media (max-width: 960px) {

  .local-opportunity__intro,
  .local-opportunity__system,
  .local-difference__layout,
  .local-process__layout,
  .local-offer__layout,
  .local-about__layout,
  .local-faq__layout,
  .local-final__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .local-opportunity__intro {
    gap: 44px;
  }

  .local-opportunity__copy {
    max-width: 68ch;
    margin-left: auto;
  }

  .local-opportunity__system {
    gap: 0;
  }

  .local-proof-ledger {
    width: min(86%, 650px);
    margin: -78px 0 0 auto;
  }

  .local-difference__intro,
  .local-process__intro,
  .local-faq__intro {
    position: static;
  }

  .local-difference__layout,
  .local-process__layout,
  .local-offer__layout,
  .local-faq__layout,
  .local-final__layout {
    gap: 54px;
  }

  .local-process::before {
    inset: 0;
  }

  .local-market-system {
    width: min(100%, 680px);
    justify-self: center;
  }

  .local-about__layout {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .local-about__copy {
    grid-column: 2;
  }

  .local-industry-grid article {
    min-width: 300px;
  }
}

@media (max-width: 700px) {
  .local-opportunity,
  .local-proof,
  .local-benefits,
  .local-difference,
  .local-process,
  .local-offer,
  .local-about,
  .local-industries,
  .local-faq,
  .local-final {
    padding-block: 88px;
  }

  .local-opportunity__copy > p {
    padding-left: 50px;
    font-size: 1rem;
  }

  .local-market-map {
    min-height: 470px;
  }

  .local-proof-ledger {
    width: calc(100% - 16px);
    margin-top: -42px;
    padding: 34px 28px 40px;
  }

  .local-proof-ledger h2 {
    font-size: 2.8rem;
  }

  .local-benefit-grid {
    margin-right: -18px;
  }

  .local-benefit-grid > li,
  .local-benefit-grid > li:has([aria-expanded="true"]) {
    min-width: min(82vw, 340px);
    min-height: 350px;
    flex-basis: min(82vw, 340px);
  }

  .local-difference__list p > span {
    padding-right: 8px;
  }

  .local-comparison {
    width: 100%;
    margin-inline: 0;
  }

  .local-comparison__heading span {
    display: none;
  }

  .local-comparison table,
  .local-comparison thead,
  .local-comparison tbody,
  .local-comparison tr,
  .local-comparison th,
  .local-comparison td {
    display: block;
    width: 100%;
  }

  .local-comparison thead {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .local-comparison thead tr {
    display: contents;
  }

  .local-comparison tbody tr {
    border-bottom: 1px solid rgba(7, 27, 42, 0.13);
  }

  .local-comparison tbody td {
    min-height: 72px;
    border: 0;
  }

  .local-home[data-enhanced="true"][data-home-comparison-active="status-quo"] [data-home-comparison-view="scalelocal"],
  .local-home[data-enhanced="true"][data-home-comparison-active="scalelocal"] [data-home-comparison-view="status-quo"] {
    display: none;
  }

  .local-process__steps::before {
    left: 22px;
  }

  .local-process__steps > li {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 18px;
  }

  .local-process__number,
  .local-process__number > button {
    width: 46px;
    height: 46px;
  }

  .local-market-system {
    min-height: 510px;
  }

  .local-about__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .local-about__index {
    display: none;
  }

  .local-about__copy {
    grid-column: auto;
  }

  .local-industry-grid {
    margin-right: -18px;
  }

  .local-industry-grid article,
  .local-industry-grid article:has([aria-expanded="true"]) {
    min-width: min(82vw, 340px);
    min-height: 390px;
    flex-basis: min(82vw, 340px);
  }

  .local-final__action {
    padding: 34px 28px;
  }
}

@media (max-width: 420px) {

  .local-market-map__result {
    max-width: 154px;
  }

  .local-proof-ledger {
    width: 100%;
  }

  .local-difference__list li {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .local-market-system {
    min-height: 460px;
  }

  .local-market-system__node--three {
    top: 34%;
  }

  .local-market-system__core {
    width: 68px;
    height: 68px;
  }
}

/*
 * Purposeful motion layer
 *
 * These visuals expose state and progress without becoming required for
 * comprehension. Server-rendered content remains complete when JavaScript,
 * Motion, or animation preferences are unavailable.
 */

.local-home[data-enhanced="true"] .local-process__steps::before {
  background: rgba(23, 60, 204, 0.17);
}

.local-demand-atlas-backdrop__route-traveler-core,
.local-market-map__zone--inner {
  transform-box: fill-box;
  transform-origin: center;
}

.local-home[data-enhanced="true"] .local-process__steps::after {
  position: absolute;
  top: 26px;
  bottom: 40px;
  left: 25px;
  width: 3px;
  background: linear-gradient(180deg, var(--atlas-amber), var(--atlas-cobalt) 24%);
  content: "";
  transform: scaleY(0.04);
  transform-origin: 50% 0;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.local-home[data-home-process-active="02"] .local-process__steps::after {
  transform: scaleY(0.34);
}

.local-home[data-home-process-active="03"] .local-process__steps::after {
  transform: scaleY(0.67);
}

.local-home[data-home-process-active="04"] .local-process__steps::after {
  transform: scaleY(1);
}

.local-market-system__signal-path {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 2px;
  opacity: 0;
  background: linear-gradient(90deg, var(--atlas-mint), var(--atlas-amber));
  box-shadow: 0 0 14px rgba(255, 179, 24, 0.42);
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: 0 50%;
}

.local-market-system__signal-path::after {
  position: absolute;
  top: 50%;
  right: -5px;
  width: 9px;
  height: 9px;
  background: var(--atlas-amber);
  content: "";
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transform: translateY(-50%);
}

.local-motion-progress {
  position: relative;
  width: min(100%, 260px);
  height: 16px;
  margin: 12px 0 0 auto;
  overflow: hidden;
  opacity: 0;
  border-right: 8px solid var(--atlas-amber);
  background:
    linear-gradient(
      180deg,
      transparent 7px,
      rgba(252, 253, 249, 0.28) 7px 9px,
      transparent 9px
  );
}

.local-home[data-home-motion-ready="true"] .local-motion-progress {
  opacity: 1;
}

.local-motion-progress > span {
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--atlas-mint), var(--atlas-amber));
  transform: scaleX(1);
  transform-origin: 0 50%;
}

.local-motion-progress > span::after {
  position: absolute;
  top: 50%;
  right: -4px;
  width: 8px;
  height: 8px;
  background: var(--atlas-amber);
  content: "";
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transform: translateY(-50%);
}

.local-home[data-home-motion-ready="true"] .local-motion-progress[data-home-motion-scrollable="false"] {
  opacity: 0;
}

.local-motion-progress--dark {
  background:
    linear-gradient(
      180deg,
      transparent 7px,
      rgba(185, 245, 229, 0.24) 7px 9px,
      transparent 9px
    );
}

@media (max-width: 700px) {
  .local-home[data-enhanced="true"] .local-process__steps::after {
    left: 22px;
  }

  .local-motion-progress {
    width: min(72vw, 240px);
    margin-right: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .local-home[data-enhanced="true"] .local-process__steps::after {
    transition: none;
  }
}

@media print {
  .local-home [hidden] {
    display: block !important;
  }

  .local-motion-progress,
  .local-market-system__signal-path {
    display: none !important;
  }
}
