:root {
  --lma-ink: #102330;
  --lma-deep: #123e40;
  --lma-teal: #177a76;
  --lma-coral: #9d3f31;
  --lma-gold: #d5a53b;
  --lma-paper: #ffffff;
  --lma-mist: #eaf3f2;
  --lma-cloud: #f4f6f7;
  --lma-line: #c9d7dc;
  --lma-muted: #526574;
  --lma-alert: #8d2e26;
}

.lma-page,
.lm-discovery-band {
  color: var(--lma-ink);
}

.lma-page *,
.lm-discovery-band * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.lma-page h1,
.lma-page h2,
.lma-page h3,
.lm-discovery-band h2,
.lm-discovery-band h3 {
  color: inherit;
  margin-top: 0;
}

.lma-page p,
.lma-page li,
.lm-discovery-band p {
  line-height: 1.62;
}

.lma-section-label,
.lma-eyebrow {
  color: var(--lma-coral);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 0.7rem;
  text-transform: uppercase;
}

.lma-hero {
  background: var(--lma-deep);
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.lma-hero-art {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.lma-hero-shade {
  background: rgba(9, 29, 37, 0.78);
  inset: 0;
  position: absolute;
}

.lma-variant-calm-guidance .lma-hero-shade {
  background: rgba(9, 29, 37, 0.78);
}

.lma-variant-urgent-clarity .lma-hero-shade {
  background: rgba(47, 21, 24, 0.8);
}

.lma-variant-planning-checklist .lma-hero-shade {
  background: rgba(23, 43, 45, 0.8);
}

.lma-variant-local-resource .lma-hero-shade {
  background: rgba(17, 46, 55, 0.8);
}

.lma-hero-content {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
  padding-bottom: 4.5rem;
  padding-right: min(42%, 620px);
  padding-top: 4.5rem;
  position: relative;
  z-index: 1;
}

.lma-hero-content h1 {
  color: #ffffff;
  font-size: clamp(2.45rem, 4.5vw, 4.45rem);
  line-height: 1.04;
  margin-bottom: 1.25rem;
  max-width: 13ch;
}

.lma-hero-lede {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.12rem;
  margin: 0 0 1.5rem;
  max-width: 680px;
}

.lma-eyebrow {
  color: #f1c45a;
}

.lma-variant-urgent-clarity .lma-eyebrow {
  color: #ffb4a8;
}

.lma-breadcrumbs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 0.55rem;
  margin-bottom: 1.8rem;
  text-transform: uppercase;
}

.lma-breadcrumbs,
.lma-breadcrumbs a {
  color: rgba(255, 255, 255, 0.83);
}

.lma-breadcrumbs a:focus-visible,
.lma-breadcrumbs a:hover {
  color: #ffffff;
}

.lma-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
}

.lma-primary-action,
.lma-light-action,
.lma-secondary-action {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  display: inline-flex;
  font-weight: 800;
  gap: 1rem;
  justify-content: center;
  min-height: 54px;
  padding: 0.82rem 1.2rem;
  text-decoration: none;
}

.lma-primary-action {
  background: #f2c65c;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
  color: #10212d;
}

.lma-primary-action:hover,
.lma-primary-action:focus-visible {
  background: #ffdc83;
  color: #071c22;
}

.lma-secondary-action {
  border-color: rgba(255, 255, 255, 0.68);
  color: #ffffff;
}

.lma-secondary-action:hover,
.lma-secondary-action:focus-visible {
  background: #ffffff;
  color: var(--lma-deep);
}

.lma-pilot-note {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
  margin: 1.1rem 0 0;
  max-width: 650px;
}

.lma-answer-band {
  background: var(--lma-paper);
  border-bottom: 1px solid var(--lma-line);
}

.lma-answer-layout {
  display: grid;
  gap: 2rem 4.5rem;
  grid-template-columns: minmax(170px, 0.32fr) minmax(0, 1fr);
  padding-bottom: 4.2rem;
  padding-top: 4.2rem;
}

.lma-answer-layout h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.1;
  margin-bottom: 1rem;
  max-width: 24ch;
}

.lma-answer-layout > div > p {
  color: var(--lma-muted);
  font-size: 1.13rem;
  margin: 0;
  max-width: 900px;
}

.lma-topics-band {
  background: var(--lma-mist);
  padding: 4.5rem 0;
}

.lma-topics-heading {
  display: grid;
  gap: 0 4rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  margin-bottom: 2rem;
}

.lma-topics-heading .lma-section-label {
  grid-column: 1 / -1;
}

.lma-topics-heading h2 {
  font-size: clamp(2rem, 3.4vw, 3.05rem);
  line-height: 1.1;
  margin-bottom: 0;
  max-width: 22ch;
}

.lma-topics-heading > p:last-child {
  align-self: end;
  color: var(--lma-muted);
  margin: 0;
}

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

.lma-topic-row {
  align-items: center;
  border-bottom: 1px solid var(--lma-line);
  color: var(--lma-ink);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) 32px;
  min-height: 94px;
  padding: 1.15rem 0;
  text-decoration: none;
}

.lma-topic-row > span {
  display: grid;
  gap: 0.2rem 2rem;
  grid-template-columns: minmax(190px, 0.35fr) minmax(0, 1fr);
}

.lma-topic-row strong {
  font-size: 1.08rem;
}

.lma-topic-row small {
  color: var(--lma-muted);
  font-size: 0.96rem;
  line-height: 1.5;
}

.lma-topic-row i {
  font-size: 1.35rem;
  font-style: normal;
}

a.lma-topic-row:hover strong,
a.lma-topic-row:focus-visible strong {
  color: var(--lma-teal);
}

.lma-urgent-note {
  background: #fff0ed;
  border-bottom: 1px solid #e4b9b1;
  border-top: 1px solid #e4b9b1;
  margin: 0;
}

.lma-urgent-layout {
  align-items: center;
  display: grid;
  gap: 1.5rem 2rem;
  grid-template-columns: 64px minmax(0, 1fr);
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.lma-urgent-symbol {
  align-items: center;
  background: var(--lma-alert);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-size: 1.7rem;
  font-weight: 900;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.lma-urgent-note .lma-section-label {
  color: var(--lma-alert);
}

.lma-urgent-note h2 {
  font-size: 1.65rem;
  line-height: 1.16;
  margin-bottom: 0.45rem;
}

.lma-urgent-note p:last-child {
  color: #653933;
  margin: 0;
  max-width: 1000px;
}

.lma-editorial-flow {
  background: var(--lma-cloud);
  padding: 0;
}

.lma-editorial-row {
  border-bottom: 1px solid var(--lma-line);
  display: grid;
  gap: 2.5rem 5rem;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  padding: 4rem 0;
}

.lma-editorial-row:last-child {
  border-bottom: 0;
}

.lma-editorial-heading h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  line-height: 1.12;
  margin-bottom: 0;
}

.lma-editorial-body > p {
  color: var(--lma-muted);
  font-size: 1.08rem;
  margin: 0;
}

.lma-check-lines {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.lma-check-lines li {
  align-items: start;
  border-top: 1px solid var(--lma-line);
  display: grid;
  font-weight: 700;
  gap: 0.8rem;
  grid-template-columns: 14px minmax(0, 1fr);
  padding: 0.9rem 0;
}

.lma-check-lines li span {
  background: var(--lma-teal);
  border-radius: 50%;
  height: 8px;
  margin-top: 0.52rem;
  width: 8px;
}

.lma-checklist-band {
  background: #e6efee;
  padding: 4.7rem 0;
}

.lma-variant-planning-checklist .lma-checklist-band {
  background: #f4ecd9;
}

.lma-variant-local-resource .lma-checklist-band {
  background: #e8f0f4;
}

.lma-checklist-layout {
  display: grid;
  gap: 3rem 5rem;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
}

.lma-checklist-layout h2 {
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.lma-checklist-layout > div > p:last-child {
  color: var(--lma-muted);
  margin-bottom: 0;
}

.lma-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lma-checklist li {
  align-items: center;
  border-bottom: 1px solid rgba(16, 56, 57, 0.22);
  display: grid;
  gap: 1rem;
  grid-template-columns: 38px minmax(0, 1fr);
  padding: 0.9rem 0;
}

.lma-checklist li:first-child {
  padding-top: 0;
}

.lma-checklist li span {
  align-items: center;
  border: 2px solid var(--lma-teal);
  border-radius: 50%;
  color: var(--lma-teal);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.lma-boundary-band {
  background: var(--lma-paper);
  border-bottom: 1px solid var(--lma-line);
  padding: 4.5rem 0;
}

.lma-boundary-layout {
  display: grid;
  gap: 3rem 5rem;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
}

.lma-boundary-layout h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.12;
  margin-bottom: 0;
}

.lma-boundary-points p {
  border-top: 1px solid var(--lma-line);
  color: var(--lma-muted);
  margin: 0;
  padding: 1rem 0;
}

.lma-boundary-points p:last-child {
  border-bottom: 1px solid var(--lma-line);
}

.lma-boundary-points strong {
  color: var(--lma-ink);
}

.lma-inline-cta {
  background: var(--lma-gold);
  padding: 3.3rem 0;
}

.lma-inline-cta-layout {
  align-items: center;
  display: grid;
  gap: 2rem 4rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.lma-inline-cta-layout h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.12;
  margin-bottom: 0.6rem;
}

.lma-inline-cta-layout p {
  margin-bottom: 0;
  max-width: 850px;
}

.lma-inline-cta .lma-section-label {
  color: #533d00;
}

.lma-inline-cta .lma-primary-action {
  background: var(--lma-deep);
  color: #ffffff;
  white-space: nowrap;
}

.lma-sources-band {
  background: #ffffff;
  padding: 4.5rem 0;
}

.lma-sources-layout {
  display: grid;
  gap: 3rem 5rem;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
}

.lma-sources-layout h2 {
  font-size: clamp(1.85rem, 2.8vw, 2.55rem);
  line-height: 1.13;
  margin-bottom: 0.75rem;
}

.lma-sources-layout > div > p {
  color: var(--lma-muted);
}

.lma-reviewed {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lma-source-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lma-source-list li {
  border-top: 1px solid var(--lma-line);
}

.lma-source-list li:last-child {
  border-bottom: 1px solid var(--lma-line);
}

.lma-source-list a {
  color: var(--lma-ink);
  display: grid;
  gap: 0.3rem;
  padding: 1rem 0;
  text-decoration: none;
}

.lma-source-list a span {
  color: var(--lma-muted);
  font-size: 0.91rem;
}

.lma-source-list a:hover strong,
.lma-source-list a:focus-visible strong {
  color: var(--lma-teal);
}

.lma-related-band {
  background: var(--lma-mist);
  padding: 4.7rem 0;
}

.lma-related-heading {
  align-items: end;
  display: grid;
  gap: 2rem 4rem;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
  margin-bottom: 2rem;
}

.lma-related-heading h2 {
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  margin-bottom: 0;
}

.lma-related-heading > p {
  color: var(--lma-muted);
  margin-bottom: 0;
}

.lma-related-links {
  border-top: 1px solid var(--lma-line);
}

.lma-related-links a {
  align-items: center;
  border-bottom: 1px solid var(--lma-line);
  color: var(--lma-ink);
  display: grid;
  gap: 1rem 2rem;
  grid-template-columns: minmax(140px, 0.26fr) minmax(0, 1fr) 32px;
  padding: 1.25rem 0;
  text-decoration: none;
}

.lma-related-links a span {
  color: var(--lma-teal);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lma-related-links a strong {
  font-size: 1.08rem;
}

.lma-related-links a i {
  font-size: 1.25rem;
  font-style: normal;
  text-align: right;
}

.lma-related-links a:hover strong,
.lma-related-links a:focus-visible strong {
  color: var(--lma-teal);
}

.lma-faq-band {
  background: var(--lma-cloud);
  padding: 4.7rem 0;
}

.lma-faq-layout {
  display: grid;
  gap: 3rem 5rem;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
}

.lma-faq-layout h2 {
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.1;
  margin-bottom: 0.8rem;
}

.lma-faq-layout > div:first-child > p:last-child {
  color: var(--lma-muted);
}

.lma-faq-list details {
  border-bottom: 1px solid var(--lma-line);
  padding: 1.15rem 0;
}

.lma-faq-list details:first-child {
  border-top: 1px solid var(--lma-line);
}

.lma-faq-list summary {
  color: var(--lma-ink);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 800;
  padding-right: 1rem;
}

.lma-faq-list details p {
  color: var(--lma-muted);
  margin: 0.8rem 0 0;
}

.lma-closing-band {
  background: var(--lma-deep);
  color: #ffffff;
  padding: 4.7rem 0;
}

.lma-closing-layout {
  display: grid;
  gap: 2.5rem 5rem;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1fr);
}

.lma-closing-layout h2 {
  color: #ffffff;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.1;
  margin-bottom: 0;
}

.lma-closing-layout > div:last-child > p {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 0;
}

.lma-closing-band .lma-section-label {
  color: #f1c45a;
}

.lma-light-action {
  background: #ffffff;
  color: var(--lma-deep);
}

.lma-light-action:hover,
.lma-light-action:focus-visible {
  background: #f2c65c;
  color: #10212d;
}

/* City acquisition pages use a compact split hero so the first screen carries
   an answer, a clear action, safeguards, and local visual context. */
.lma-city-hero {
  background:
    radial-gradient(circle at 88% 12%, rgba(213, 165, 59, 0.18), transparent 30%),
    linear-gradient(135deg, #f5f8f7 0%, #eaf2f1 100%);
  border-bottom: 1px solid var(--lma-line);
  padding: 1.35rem 0 2.45rem;
}

.lma-city-hero .lma-breadcrumbs {
  margin-bottom: 1.25rem;
}

.lma-city-hero .lma-breadcrumbs,
.lma-city-hero .lma-breadcrumbs a {
  color: #50626d;
}

.lma-city-hero .lma-breadcrumbs a:hover,
.lma-city-hero .lma-breadcrumbs a:focus-visible {
  color: var(--lma-deep);
}

.lma-city-hero-layout {
  align-items: center;
  display: grid;
  gap: 2.5rem clamp(2.5rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1.12fr) minmax(350px, 0.76fr);
}

.lma-city-hero-copy h1 {
  color: var(--lma-ink);
  font-size: clamp(2.4rem, 3.4vw, 3.45rem);
  line-height: 1.04;
  margin-bottom: 0.9rem;
  max-width: 19ch;
}

.lma-city-hero .lma-eyebrow {
  color: var(--lma-coral);
}

.lma-city-hero .lma-hero-lede {
  color: var(--lma-muted);
  font-size: 1.02rem;
  margin-bottom: 1.1rem;
  max-width: 650px;
}

.lma-city-hero .lma-primary-action {
  box-shadow: 0 12px 28px rgba(18, 62, 64, 0.18);
}

.lma-city-hero .lma-secondary-action {
  border-color: #82949c;
  color: var(--lma-deep);
  font-size: 0.9rem;
  min-height: 52px;
  padding: 0.7rem 0.9rem;
}

.lma-city-hero .lma-secondary-action:hover,
.lma-city-hero .lma-secondary-action:focus-visible {
  background: var(--lma-deep);
  border-color: var(--lma-deep);
  color: #ffffff;
}

.lma-hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.1rem;
  list-style: none;
  margin: 0.95rem 0 0;
  padding: 0;
}

.lma-hero-assurances li {
  color: #40555f;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
}

.lma-hero-assurances li::before {
  color: var(--lma-teal);
  content: "\2713";
  margin-right: 0.4rem;
}

.lma-city-visual {
  background: #ffffff;
  border: 1px solid rgba(16, 35, 48, 0.12);
  border-radius: 18px;
  box-shadow: 0 22px 52px rgba(16, 35, 48, 0.14);
  margin: 0;
  overflow: hidden;
}

.lma-city-visual picture,
.lma-city-visual picture > img {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.lma-city-visual figcaption {
  align-items: center;
  display: grid;
  gap: 0.35rem 1rem;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 1rem 1.15rem;
}

.lma-city-visual figcaption > span {
  color: var(--lma-ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lma-city-visual figcaption a {
  color: var(--lma-teal);
  font-size: 0.82rem;
  font-weight: 800;
  justify-self: end;
  text-align: right;
  text-decoration: none;
}

.lma-city-visual figcaption a:hover,
.lma-city-visual figcaption a:focus-visible {
  text-decoration: underline;
}

.lma-page-jump {
  background: #ffffff;
  border-bottom: 1px solid var(--lma-line);
}

.lma-trust-strip {
  background: #ffffff;
  border-bottom: 1px solid var(--lma-line);
}

.lma-trust-strip > div {
  align-items: center;
  display: flex;
  gap: 0.75rem 2rem;
  justify-content: space-between;
  min-height: 58px;
}

.lma-trust-strip .lma-hero-assurances {
  flex: 0 0 auto;
  margin: 0;
}

.lma-trust-strip p {
  color: #61727a;
  font-size: 0.76rem;
  line-height: 1.4;
  margin: 0;
  text-align: right;
}

.lma-page-jump > div {
  align-items: center;
  display: flex;
  gap: 0.45rem 1.35rem;
  min-height: 62px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.lma-page-jump span,
.lma-page-jump a {
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 800;
}

.lma-page-jump span {
  color: var(--lma-coral);
  text-transform: uppercase;
}

.lma-page-jump a {
  color: var(--lma-deep);
  text-decoration: none;
}

.lma-page-jump a:hover,
.lma-page-jump a:focus-visible {
  color: var(--lma-teal);
  text-decoration: underline;
}

.lma-city-page #lma-direct-answer,
.lma-city-page #lma-topics-title,
.lma-city-page #lma-guide-details,
.lma-city-page #lma-checklist-heading,
.lma-city-page #lma-sources-title,
.lma-city-page #lma-faq-heading {
  scroll-margin-top: 1rem;
}

.lma-city-page .lma-answer-layout {
  padding-bottom: 3.4rem;
  padding-top: 3.4rem;
}

.lma-city-page .lma-editorial-row {
  padding-bottom: 3.25rem;
  padding-top: 3.25rem;
}

.lm-discovery-band {
  background: #edf4f3;
  border-bottom: 1px solid var(--lma-line);
  border-top: 1px solid var(--lma-line);
  padding: 4.8rem 0;
}

.lm-discovery-heading {
  align-items: end;
  display: grid;
  gap: 2rem 4rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  margin-bottom: 2.3rem;
}

.lm-discovery-heading h2 {
  font-size: clamp(2.1rem, 3.7vw, 3.25rem);
  line-height: 1.08;
  margin-bottom: 0;
  max-width: 20ch;
}

.lm-discovery-heading > p {
  color: var(--lma-muted);
  margin-bottom: 0;
}

.lm-national-guide-links {
  border-top: 1px solid var(--lma-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lm-national-guide-links a {
  border-bottom: 1px solid var(--lma-line);
  color: var(--lma-ink);
  display: grid;
  gap: 0.45rem;
  min-height: 150px;
  padding: 1.5rem 1.5rem 1.5rem 0;
  text-decoration: none;
}

.lm-national-guide-links a:nth-child(odd) {
  border-right: 1px solid var(--lma-line);
}

.lm-national-guide-links a:nth-child(even) {
  padding-left: 1.5rem;
}

.lm-national-guide-links a > span:first-child {
  color: var(--lma-coral);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lm-national-guide-links a strong {
  font-size: 1.3rem;
  line-height: 1.25;
}

.lm-national-guide-links a > span:last-child {
  color: var(--lma-teal);
  font-size: 0.88rem;
  font-weight: 800;
}

.lm-national-guide-links a:hover strong,
.lm-national-guide-links a:focus-visible strong {
  color: var(--lma-teal);
}

@media (max-width: 980px) {
  .lma-hero-content {
    padding-right: 24%;
  }

  .lma-answer-layout,
  .lma-editorial-row,
  .lma-checklist-layout,
  .lma-boundary-layout,
  .lma-sources-layout,
  .lma-faq-layout,
  .lma-closing-layout {
    gap: 2rem 3rem;
  }

  .lma-topic-row > span {
    grid-template-columns: minmax(170px, 0.38fr) minmax(0, 1fr);
  }

  .lma-city-hero-layout {
    gap: 2.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  }

  .lma-city-hero-copy h1 {
    font-size: clamp(2.4rem, 4.7vw, 3.35rem);
  }
}

@media (max-width: 760px) {
  .lm-page-acquisition .lm-nav {
    gap: 0.65rem;
    padding-bottom: 0;
    padding-top: 0.8rem;
  }

  .lm-page-acquisition .lm-brand-lockup {
    align-items: center;
    width: 100%;
  }

  .lm-page-acquisition .lm-brand-lockup .lm-brand-name {
    font-size: 1.45rem;
  }

  .lm-page-acquisition .lm-brand-lockup .lm-brand-owner {
    font-size: 0.7rem;
    margin-left: 0.75rem;
    padding-left: 0.75rem;
  }

  .lm-page-acquisition .lm-brand-lockup .lm-brand-owner img {
    width: 105px;
  }

  .lm-page-acquisition .lm-nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.2rem 0.35rem;
    margin-inline: 0;
    overflow: visible;
    padding: 0 0 0.65rem;
    width: 100%;
  }

  .lm-page-acquisition .lm-nav-links a {
    justify-content: center;
    font-size: 0.75rem;
    min-height: 40px;
    padding: 0.45rem 0.65rem;
    text-align: center;
  }

  .lma-hero,
  .lma-hero-content {
    min-height: 590px;
  }

  .lma-hero-art {
    object-position: 60% center;
  }

  .lma-hero-shade {
    background: rgba(9, 29, 37, 0.86);
  }

  .lma-variant-urgent-clarity .lma-hero-shade {
    background: rgba(47, 21, 24, 0.87);
  }

  .lma-hero-content {
    padding-bottom: 3.5rem;
    padding-right: 1.1rem;
    padding-top: 3.5rem;
  }

  .lma-hero-content h1 {
    font-size: 2.45rem;
    max-width: 15ch;
  }

  .lma-hero-actions,
  .lma-hero-actions .lma-primary-action,
  .lma-hero-actions .lma-secondary-action {
    width: 100%;
  }

  .lma-city-hero {
    padding: 1.15rem 0 1.8rem;
  }

  .lma-city-hero .lma-breadcrumbs {
    margin-bottom: 1.35rem;
  }

  .lma-city-hero-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .lma-city-hero-copy h1 {
    font-size: clamp(2.05rem, 9.5vw, 2.55rem);
    max-width: 18ch;
  }

  .lma-city-visual {
    display: none;
  }

  .lma-city-hero .lma-hero-actions .lma-secondary-action {
    border: 0;
    min-height: 38px;
    padding: 0.35rem 0;
    text-decoration: underline;
    width: auto;
  }

  .lma-city-hero .lma-hero-actions .lma-secondary-action:hover,
  .lma-city-hero .lma-hero-actions .lma-secondary-action:focus-visible {
    background: transparent;
    color: var(--lma-teal);
  }

  .lma-page-jump > div {
    min-height: 56px;
  }

  .lma-trust-strip > div {
    align-items: start;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 0.85rem;
    padding-top: 0.85rem;
  }

  .lma-trust-strip p {
    text-align: left;
  }

  .lma-answer-layout,
  .lma-topics-heading,
  .lma-editorial-row,
  .lma-checklist-layout,
  .lma-boundary-layout,
  .lma-inline-cta-layout,
  .lma-sources-layout,
  .lma-related-heading,
  .lma-faq-layout,
  .lma-closing-layout,
  .lm-discovery-heading {
    grid-template-columns: minmax(0, 1fr);
  }

  .lma-answer-layout,
  .lma-editorial-row {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem;
  }

  .lma-topics-band,
  .lma-checklist-band,
  .lma-boundary-band,
  .lma-sources-band,
  .lma-related-band,
  .lma-faq-band,
  .lma-closing-band,
  .lm-discovery-band {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }

  .lma-topic-row > span {
    grid-template-columns: minmax(0, 1fr);
  }

  .lma-inline-cta .lma-primary-action {
    white-space: normal;
    width: 100%;
  }

  .lma-related-links a {
    grid-template-columns: minmax(0, 1fr) 28px;
  }

  .lma-related-links a span {
    grid-column: 1 / -1;
  }

  .lm-national-guide-links {
    grid-template-columns: minmax(0, 1fr);
  }

  .lm-national-guide-links a,
  .lm-national-guide-links a:nth-child(odd),
  .lm-national-guide-links a:nth-child(even) {
    border-right: 0;
    min-height: 0;
    padding: 1.35rem 0;
  }
}

@media (max-width: 440px) {
  .lma-hero-content h1 {
    font-size: 2.15rem;
  }

  .lma-hero-lede {
    font-size: 1rem;
  }

  .lma-breadcrumbs {
    font-size: 0.68rem;
  }

  .lma-city-hero .lma-hero-actions {
    gap: 0.65rem;
  }

  .lma-city-hero .lma-primary-action {
    min-height: 50px;
    padding: 0.72rem 0.9rem;
  }

  .lma-city-visual picture > img {
    max-height: 190px;
  }

  .lma-urgent-layout {
    align-items: start;
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .lma-urgent-symbol {
    font-size: 1.25rem;
    height: 42px;
    width: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lma-page *,
  .lm-discovery-band * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
