:root {
  --lpgh-ink: #343158;
  --lpgh-accent: #4a477b;
  --lpgh-accent-strong: #3f3c6b;
  --lpgh-soft: #eef3f8;
  --lpgh-canvas: #f7f9fb;
  --lpgh-line: #d9e3ec;
  --lpgh-gold: #a9792e;
  --lpgh-white: #fff;
}

/*
 * Keep the site's horizontal clipping contract without turning html/body into
 * the sticky containing block. The selector is scoped to documents that
 * actually contain the LocalPRO global header and remains effective without JS.
 */
html:has(body .lpgh),
body:has(.lpgh) {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

header:has(.lpgh),
.lpgh-global-host {
  position: sticky !important;
  top: 0;
  z-index: 9998;
  width: 100% !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.lpgh,
.lpgh * {
  box-sizing: border-box;
}

.lpgh {
  position: relative;
  z-index: 9998;
  width: 100%;
  padding: 15px clamp(12px, 2vw, 30px) 0;
  color: var(--lpgh-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  pointer-events: none;
}

.lpgh a,
.lpgh button {
  font-family: inherit;
}

.lpgh a {
  color: inherit;
  text-decoration: none;
}

.lpgh button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-text-fill-color: currentColor;
  cursor: pointer;
}

.lpgh button:hover,
.lpgh button:focus,
.lpgh button:active,
.lpgh button[aria-expanded="true"] {
  color: inherit;
  background: transparent;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  -webkit-text-fill-color: currentColor;
}

.lpgh ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lpgh [hidden] {
  display: none !important;
}

.lpgh__shell {
  position: relative;
  display: flex;
  align-items: center;
  width: min(1460px, 100%);
  min-height: 76px;
  margin: 0 auto;
  padding: 10px 12px 10px 26px;
  gap: clamp(8px, 1.15vw, 22px);
  background: var(--lpgh-white);
  border: 1px solid rgba(52, 49, 88, 0.08);
  border-radius: 15px;
  box-shadow: 0 14px 42px rgba(34, 31, 69, 0.14);
  pointer-events: auto;
}

.lpgh__brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  width: 168px;
  min-height: 48px;
}

.lpgh__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.lpgh__menu-surface {
  display: contents;
}

.lpgh__nav {
  min-width: 0;
  flex: 1 1 auto;
}

.lpgh__root {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.lpgh__root > li {
  position: relative;
  flex: 0 0 auto;
}

.lpgh__root > .lpgh__group--areas {
  position: static;
}

.lpgh__home > a,
.lpgh__pair {
  min-height: 46px;
  border-radius: 7px;
  transition: color 160ms ease, background-color 160ms ease;
}

.lpgh__home > a {
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  font-size: 16.5px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.lpgh__pair {
  display: flex;
  align-items: stretch;
}

.lpgh__pair > a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 5px 0 12px;
  font-size: 16.5px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.lpgh__disclosure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-height: 46px;
  flex: 0 0 44px;
}

.lpgh__home > a:hover,
.lpgh__home > a:focus-visible,
.lpgh__home > a[aria-current="page"],
.lpgh__group:hover > .lpgh__pair,
.lpgh__group:focus-within > .lpgh__pair,
.lpgh__group.is-open > .lpgh__pair,
.lpgh__group.is-current > .lpgh__pair {
  color: var(--lpgh-accent-strong);
  background: var(--lpgh-soft);
}

.lpgh__chevron {
  width: 16px;
  height: 16px;
  overflow: visible;
  transition: transform 160ms ease;
}

.lpgh__chevron path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[aria-expanded="true"] > .lpgh__chevron,
.lpgh__group.is-open > .lpgh__pair .lpgh__chevron {
  transform: rotate(180deg);
}

.lpgh__arrow {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

.lpgh__arrow path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lpgh__panel {
  position: absolute;
  z-index: 10;
  top: calc(100% + 10px);
  display: none;
  background: var(--lpgh-white);
  border: 1px solid rgba(52, 49, 88, 0.1);
  border-radius: 12px;
  box-shadow: 0 22px 54px rgba(34, 31, 69, 0.18);
}

.lpgh__group.is-open > .lpgh__panel {
  display: block;
}

.lpgh__group::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 12px;
  content: "";
}

.lpgh__panel--compact {
  left: 0;
  width: 310px;
  padding: 12px;
}

.lpgh__group[data-lpgh-group="services"] .lpgh__panel--compact {
  width: 340px;
}

.lpgh__compact-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 9px 11px;
  gap: 16px;
  color: var(--lpgh-ink);
  border-radius: 7px;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.35;
}

.lpgh__compact-list a:hover,
.lpgh__compact-list a:focus-visible,
.lpgh__compact-list a[aria-current="page"] {
  background: var(--lpgh-soft);
  color: var(--lpgh-accent-strong);
}

.lpgh__compact-list .lpgh__arrow {
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.lpgh__compact-list a:hover .lpgh__arrow,
.lpgh__compact-list a:focus-visible .lpgh__arrow,
.lpgh__compact-list a[aria-current="page"] .lpgh__arrow {
  opacity: 1;
  transform: none;
}

.lpgh__panel--areas {
  top: calc(100% + 10px);
  left: 50%;
  width: min(1040px, calc(100% - 32px));
  padding: 20px;
  transform: translateX(-50%);
  background: var(--lpgh-canvas);
}

.lpgh__areas-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 2px 16px;
  gap: 24px;
  border-bottom: 1px solid var(--lpgh-line);
}

.lpgh__areas-topline span {
  display: block;
  color: var(--lpgh-gold);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lpgh__areas-topline p {
  margin: 5px 0 0;
  color: rgba(52, 49, 88, 0.76);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.lpgh__areas-topline > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  gap: 10px;
  color: var(--lpgh-accent-strong);
  background: var(--lpgh-white);
  border-radius: 6px;
  font-size: 14.5px;
  font-weight: 700;
  white-space: nowrap;
}

.lpgh__areas-topline > a:hover,
.lpgh__areas-topline > a:focus-visible {
  background: var(--lpgh-soft);
}

.lpgh__regions {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(300px, 0.75fr);
  gap: 16px;
  padding-top: 16px;
}

.lpgh__state {
  min-width: 0;
  padding: 17px;
  background: var(--lpgh-white);
  border-radius: 8px;
}

.lpgh__state-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 13px;
  gap: 16px;
  border-bottom: 1px solid var(--lpgh-line);
}

.lpgh__state-head > .lpgh__state-title {
  display: block;
  margin: 0;
  color: var(--lpgh-ink);
  font: 750 19px/1.2 Inter, system-ui, sans-serif;
}

.lpgh__state-head > .lpgh__state-count {
  color: rgba(52, 49, 88, 0.64);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.lpgh__state-mobile {
  display: none;
}

.lpgh__county-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding-top: 15px;
}

.lpgh__county {
  min-width: 0;
}

.lpgh__county-pair {
  display: flex;
  align-items: stretch;
}

.lpgh__county-link {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  min-height: 44px;
  padding: 7px 2px;
  gap: 10px;
  color: var(--lpgh-accent-strong);
  border-bottom: 2px solid rgba(169, 121, 46, 0.55);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.lpgh__county-link:hover,
.lpgh__county-link:focus-visible,
.lpgh__county-link[aria-current="page"] {
  color: var(--lpgh-gold);
  border-bottom-color: var(--lpgh-gold);
}

.lpgh__county-toggle {
  display: none;
}

.lpgh__cities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px 10px;
  padding-top: 7px;
}

.lpgh__cities a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 5px 4px;
  color: rgba(52, 49, 88, 0.86);
  border-radius: 4px;
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.3;
}

.lpgh__cities a:hover,
.lpgh__cities a:focus-visible,
.lpgh__cities a[aria-current="page"] {
  color: var(--lpgh-accent-strong);
  background: var(--lpgh-soft);
}

.lpgh__hubs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding-top: 16px;
}

.lpgh__county--hub-only .lpgh__county-link {
  min-height: 44px;
  padding: 8px 6px;
  gap: 6px;
  background: var(--lpgh-soft);
  border: 0;
  border-radius: 5px;
  font-size: 14.5px;
}

.lpgh__county--hub-only .lpgh__county-link:hover,
.lpgh__county--hub-only .lpgh__county-link:focus-visible,
.lpgh__county--hub-only .lpgh__county-link[aria-current="page"] {
  color: var(--lpgh-accent-strong);
  background: #e2ebf3;
}

.lpgh__desktop-cta {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 48px;
  padding: 0 16px;
  gap: 10px;
  color: var(--lpgh-white) !important;
  background: var(--lpgh-accent);
  border-radius: 7px;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: background-color 160ms ease, transform 160ms ease;
}

.lpgh__desktop-cta:hover,
.lpgh__desktop-cta:focus-visible {
  background: var(--lpgh-accent-strong);
  transform: translateY(-1px);
}

.lpgh__drawer-head,
.lpgh__business,
.lpgh__mobile-call,
.lpgh__menu-toggle,
.lpgh__backdrop {
  display: none;
}

.lpgh :focus-visible {
  outline: 3px solid var(--lpgh-gold);
  outline-offset: 3px;
}

@media (min-width: 1180px) and (max-width: 1260px) {
  .lpgh {
    padding-inline: 10px;
  }

  .lpgh__shell {
    padding-left: 18px;
    gap: 5px;
  }

  .lpgh__brand {
    width: 150px;
  }

  .lpgh__home > a,
  .lpgh__pair > a {
    padding-inline: 9px 3px;
    font-size: 16px;
  }

  .lpgh__disclosure {
    width: 44px;
    flex-basis: 44px;
  }

  .lpgh__desktop-cta {
    min-width: 145px;
    padding-inline: 12px;
    font-size: 15px;
  }
}

@media (max-width: 1179px) {
  .lpgh {
    padding: 10px clamp(8px, 2.5vw, 20px) 0;
  }

  .lpgh__shell {
    min-height: 64px;
    padding: 8px 10px 8px 18px;
    gap: 8px;
    border-radius: 12px;
  }

  .lpgh__brand {
    width: 145px;
    min-height: 44px;
    margin-right: auto;
  }

  .lpgh__mobile-call,
  .lpgh__menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 7px;
  }

  .lpgh__mobile-call {
    color: var(--lpgh-accent-strong);
    background: var(--lpgh-soft);
  }

  .lpgh__mobile-call svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
  }

  .lpgh__menu-toggle {
    flex-direction: column;
    gap: 5px;
    color: var(--lpgh-white);
    background: var(--lpgh-accent);
  }

  .lpgh__menu-toggle:hover,
  .lpgh__menu-toggle:focus,
  .lpgh__menu-toggle:active,
  .lpgh__menu-toggle[aria-expanded="true"] {
    color: var(--lpgh-white);
    background: var(--lpgh-accent-strong);
    background-color: var(--lpgh-accent-strong);
  }

  .lpgh__menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }

  .lpgh__desktop-cta {
    display: none;
  }

  .lpgh__menu-surface {
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: min(560px, 100%);
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--lpgh-white);
    box-shadow: -24px 0 64px rgba(34, 31, 69, 0.22);
    transform: translateX(102%);
    visibility: hidden;
    transition: transform 220ms ease, visibility 220ms step-end;
  }

  .lpgh.is-drawer-open .lpgh__menu-surface {
    transform: none;
    visibility: visible;
    transition: transform 220ms ease, visibility 0s;
  }

  .lpgh__drawer-head {
    position: sticky;
    z-index: 5;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid var(--lpgh-line);
    backdrop-filter: blur(12px);
  }

  .lpgh__drawer-head > span {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .lpgh__close {
    position: relative;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 7px;
  }

  .lpgh__close:hover,
  .lpgh__close:focus,
  .lpgh__close:active {
    background: var(--lpgh-soft);
    background-color: var(--lpgh-soft);
  }

  .lpgh__close span {
    position: absolute;
    top: 22px;
    left: 12px;
    width: 22px;
    height: 2px;
    background: currentColor;
  }

  .lpgh__close span:first-child {
    transform: rotate(45deg);
  }

  .lpgh__close span:last-child {
    transform: rotate(-45deg);
  }

  .lpgh__nav {
    flex: 0 0 auto;
    padding: 6px 20px 16px;
  }

  .lpgh__root {
    display: block;
  }

  .lpgh__root > li {
    border-bottom: 1px solid var(--lpgh-line);
  }

  .lpgh__home > a,
  .lpgh__pair {
    min-height: 54px;
    border-radius: 0;
  }

  .lpgh__home > a {
    display: flex;
    padding: 0 4px;
    font-size: 17.5px;
    font-weight: 700;
  }

  .lpgh__pair > a {
    flex: 1 1 auto;
    min-height: 54px;
    padding: 0 4px;
    font-size: 17.5px;
    font-weight: 700;
  }

  .lpgh__disclosure {
    width: 52px;
    min-height: 54px;
    flex-basis: 52px;
  }

  .lpgh__home > a:hover,
  .lpgh__home > a:focus-visible,
  .lpgh__home > a[aria-current="page"],
  .lpgh__group:hover > .lpgh__pair,
  .lpgh__group:focus-within > .lpgh__pair,
  .lpgh__group.is-open > .lpgh__pair,
  .lpgh__group.is-current > .lpgh__pair {
    background: var(--lpgh-soft);
  }

  .lpgh__group::after {
    display: none;
  }

  .lpgh__panel,
  .lpgh__panel--compact,
  .lpgh__group[data-lpgh-group="services"] .lpgh__panel--compact,
  .lpgh__panel--areas {
    position: static;
    width: auto;
    padding: 6px 0 12px;
    transform: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .lpgh__compact-list {
    padding-left: 12px;
    border-left: 2px solid var(--lpgh-line);
  }

  .lpgh__compact-list a {
    min-height: 46px;
    padding: 9px 11px;
    font-size: 16px;
    font-weight: 600;
  }

  .lpgh__compact-list .lpgh__arrow {
    opacity: 1;
    transform: none;
  }

  .lpgh__areas-topline {
    display: none;
  }

  .lpgh__regions {
    display: block;
    padding: 2px 0 8px 12px;
  }

  .lpgh__state {
    padding: 0;
    background: transparent;
    border-radius: 0;
    border-left: 2px solid var(--lpgh-line);
  }

  .lpgh__state + .lpgh__state {
    margin-top: 4px;
  }

  .lpgh__state-head {
    display: none;
  }

  .lpgh__state-mobile {
    display: block;
  }

  .lpgh__state-mobile button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    padding: 0 12px;
    color: var(--lpgh-accent-strong);
    font-size: 16.5px;
    font-weight: 750;
  }

  .lpgh__state-mobile button:hover,
  .lpgh__state-mobile button:focus,
  .lpgh__state-mobile button:active,
  .lpgh__state-mobile button[aria-expanded="true"] {
    color: var(--lpgh-accent-strong);
    background: var(--lpgh-soft);
    background-color: var(--lpgh-soft);
  }

  [data-lpgh-state-panel] {
    padding: 4px 12px 12px;
  }

  .lpgh__county-grid,
  .lpgh__hubs {
    display: block;
    padding: 0;
  }

  .lpgh__county + .lpgh__county {
    margin-top: 3px;
  }

  .lpgh__county-pair {
    align-items: stretch;
  }

  .lpgh__county-link,
  .lpgh__county--hub-only .lpgh__county-link {
    min-height: 48px;
    padding: 8px 10px;
    background: transparent;
    border: 0;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
  }

  .lpgh__county-link:hover,
  .lpgh__county-link:focus-visible,
  .lpgh__county-link[aria-current="page"],
  .lpgh__county--hub-only .lpgh__county-link:hover,
  .lpgh__county--hub-only .lpgh__county-link:focus-visible,
  .lpgh__county--hub-only .lpgh__county-link[aria-current="page"] {
    color: var(--lpgh-accent-strong);
    background: var(--lpgh-soft);
  }

  .lpgh__county-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-height: 48px;
    flex: 0 0 48px;
    border-radius: 5px;
  }

  .lpgh__county-toggle:hover,
  .lpgh__county-toggle:focus,
  .lpgh__county-toggle:active,
  .lpgh__county-toggle[aria-expanded="true"] {
    color: var(--lpgh-accent-strong);
    background: var(--lpgh-soft);
    background-color: var(--lpgh-soft);
  }

  .lpgh__cities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 2px 8px 8px 12px;
    gap: 0 6px;
  }

  .lpgh__cities a {
    min-height: 44px;
    padding: 7px 8px;
    font-size: 16.5px;
    font-weight: 550;
  }

  .lpgh__business {
    display: block;
    margin: 0 20px 28px;
    padding: 22px;
    color: var(--lpgh-white);
    background: var(--lpgh-ink);
    border-radius: 10px;
  }

  .lpgh__business-title {
    margin: 0;
    color: var(--lpgh-white);
    font: 800 16px/1.3 Inter, system-ui, sans-serif;
  }

  .lpgh__business-copy {
    margin: 8px 0 14px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.45;
  }

  .lpgh__business-phone {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--lpgh-white) !important;
    font-size: 16px;
    font-weight: 700;
  }

  .lpgh__business-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    margin-top: 10px;
    color: var(--lpgh-white) !important;
    background: var(--lpgh-accent);
    border-radius: 6px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.03em;
  }

  .lpgh__business-cta:hover,
  .lpgh__business-cta:focus-visible {
    background: var(--lpgh-gold);
  }

  .lpgh__profiles {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
  }

  .lpgh__profiles a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: var(--lpgh-white);
    background: var(--lpgh-accent);
    border-radius: 5px;
  }

  .lpgh__profiles a:hover,
  .lpgh__profiles a:focus-visible {
    background: var(--lpgh-gold);
  }

  .lpgh__profiles img {
    display: block;
    width: 21px;
    height: 21px;
    object-fit: contain;
  }

  .lpgh__backdrop {
    position: fixed;
    z-index: 19;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(28, 26, 54, 0.56);
    transition: opacity 220ms ease, visibility 220ms step-end;
    pointer-events: auto;
  }

  .lpgh.is-drawer-open .lpgh__backdrop {
    opacity: 1;
    visibility: visible;
    transition: opacity 220ms ease, visibility 0s;
  }
}

@media (max-width: 430px) {
  .lpgh {
    padding-inline: 6px;
  }

  .lpgh__shell {
    padding-left: 13px;
  }

  .lpgh__brand {
    width: min(138px, 42vw);
  }

  .lpgh__mobile-call,
  .lpgh__menu-toggle {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .lpgh__drawer-head,
  .lpgh__nav {
    padding-inline: 16px;
  }

  .lpgh__business {
    margin-inline: 16px;
    padding: 20px;
  }
}

@media (max-width: 350px) {
  .lpgh__shell {
    padding-left: 10px;
    gap: 5px;
  }

  .lpgh__brand {
    width: 124px;
  }

  .lpgh__drawer-head,
  .lpgh__nav {
    padding-inline: 13px;
  }

  .lpgh__business {
    margin-inline: 13px;
    padding: 18px;
  }

  .lpgh__cities {
    grid-template-columns: 1fr;
  }
}

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