:root {
  --ink: #091736;
  --deep: #091736;
  --orange: #f35748;
  --aqua: #4ab7c3;
  --paper: #f7fbfc;
  --mist: #e9f5f7;
  --line: #d9e7ea;
  --muted: #526176;
  --max: 1140px;
  --font-body: Inter, Arial, sans-serif;
  --font-display: Inter, Arial, sans-serif;
}

/* Service directory and individual service pages */
.subhero.service-hero {
  position: relative;
  overflow: hidden;
  background: #edf7f8;
}

.service-hero::after {
  position: absolute;
  right: max(-120px, calc((100vw - 1180px) / 2));
  bottom: -190px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(74, 183, 195, .36);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(74, 183, 195, .08), 0 0 0 105px rgba(74, 183, 195, .04);
  content: '';
  pointer-events: none;
}

.service-hero .wrap {
  position: relative;
  z-index: 1;
}

.service-article aside hr {
  width: 100%;
  margin: 9px 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.service-related {
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.service-directory__intro {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 70px;
  margin-bottom: 48px;
}

.service-directory__intro h2 {
  margin: 0;
}

.service-directory__intro p:last-child {
  max-width: 640px;
  margin: 4px 0 0;
  color: #536176;
}

.service-directory__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-directory__grid article {
  min-height: 285px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.service-directory__grid article > span {
  display: inline-block;
  margin-bottom: 40px;
  color: var(--orange);
  font: 800 13px/1 var(--font-display);
  letter-spacing: .14em;
}

.service-directory__grid h2 {
  margin: 0 0 13px;
  font-size: clamp(24px, 3vw, 32px);
  letter-spacing: -.03em;
}

.service-directory__grid p {
  max-width: 500px;
  margin: 0 0 26px;
  color: #536176;
}

.service-directory__grid a {
  color: var(--deep);
  font-weight: 800;
  text-underline-offset: 5px;
}

.service-directory__grid article:hover {
  background: #f7fbfb;
}

@media (max-width: 760px) {
  .service-directory__intro,
  .service-directory__grid {
    grid-template-columns: 1fr;
  }

  .service-directory__intro {
    gap: 16px;
  }

  .service-directory__grid article {
    min-height: 0;
    padding: 26px 22px;
  }

  .service-directory__grid article > span {
    margin-bottom: 26px;
  }
}

body {
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.58;
}

h1, h2, h3, .brand, .local-proof b, .local-facts dd {
  font-family: var(--font-display);
  font-weight: 800;
}

.top {
  background: var(--deep);
  color: #fff;
}

.site-header {
  position: relative;
  z-index: 30;
  background: #fff;
  box-shadow: 0 12px 34px rgba(9, 23, 54, .08);
}

.site-header nav {
  height: 104px;
  border-bottom: 1px solid rgba(9, 23, 54, .09);
}

.site-header .brand {
  display: inline-flex;
  width: 248px;
  flex: 0 0 248px;
  align-items: center;
}

.site-header .brand img {
  display: block;
  width: 240px;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.links a {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
}

.links a:hover, .text-link:hover {
  color: var(--orange);
}

.primary, .call {
  border-radius: 2px;
  box-shadow: 0 10px 28px rgba(243, 87, 72, .18);
}

.secondary {
  border-color: var(--ink);
  border-radius: 2px;
}

.subhero,
.loc-hero {
  padding: 76px 0 82px;
  border-bottom: 1px solid var(--line);
  background: var(--mist);
}

.subhero .crumb,
.loc-hero .crumb {
  margin: 0 0 42px;
  color: #647286;
}

.subhero h1,
.loc-hero h1 {
  max-width: 900px;
  color: var(--ink);
  font-size: clamp(42px, 5.5vw, 68px);
}

.subhero .lead,
.loc-hero .lead {
  color: #415168;
}

.article {
  grid-template-columns: 260px minmax(0, 760px);
  justify-content: space-between;
  gap: 72px;
  padding-top: 92px;
  padding-bottom: 96px;
}

.article aside {
  position: static;
  padding: 28px;
  border-top-color: var(--aqua);
  background: #f7fafb;
  box-shadow: 0 18px 44px rgba(9, 23, 54, .07);
}

.article article h2 {
  color: var(--ink);
  font-family: var(--font-display);
}

.article article p,
.article article li {
  color: #405066;
}

.directory {
  padding-top: 90px;
  padding-bottom: 100px;
}

.directory > h2 {
  color: var(--ink);
}

.gridlinks {
  gap: 14px;
}

.gridlinks a {
  min-height: 86px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
  transition: border-color .18s ease, transform .18s ease;
}

.gridlinks a:hover {
  border-color: var(--aqua);
  transform: translateY(-2px);
}

.gridlinks b {
  font-family: var(--font-display);
}

/* Reciprocal navigation between the Munich and surrounding-area directories */
.region-switch {
  padding: 0 0 104px;
  background: linear-gradient(to bottom, #fff 0 27%, #f7fbfc 27% 100%);
}

.region-switch__card {
  position: relative;
  display: grid;
  min-height: 246px;
  grid-template-columns: 136px minmax(0, 1fr) auto;
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  overflow: hidden;
  padding: 42px 46px;
  background: var(--deep);
  box-shadow: 0 24px 64px rgba(9, 23, 54, .18);
  color: #fff;
  text-decoration: none;
  transition: box-shadow .2s ease, transform .2s ease;
}

.region-switch__card::before {
  position: absolute;
  top: -190px;
  right: -110px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(74, 183, 195, .25);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(74, 183, 195, .07), 0 0 0 108px rgba(74, 183, 195, .035);
  content: '';
  pointer-events: none;
}

.region-switch__card:hover {
  box-shadow: 0 30px 76px rgba(9, 23, 54, .24);
  transform: translateY(-3px);
}

.region-switch__card:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.region-switch__metric {
  position: relative;
  z-index: 1;
  display: flex;
  width: 136px;
  height: 136px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-top: 5px solid var(--aqua);
  background: rgba(255, 255, 255, .07);
}

.region-switch__metric strong {
  font: 800 50px/.9 var(--font-display);
  letter-spacing: -.055em;
}

.region-switch__metric span {
  margin-top: 12px;
  color: #c9e9ed;
  font: 800 10px/1.2 var(--font-display);
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
}

.region-switch__content {
  position: relative;
  z-index: 1;
  max-width: 610px;
}

.region-switch__content .eyebrow {
  color: #7bd1da;
}

.region-switch__content h2 {
  margin: 0 0 13px;
  color: #fff;
  font-size: clamp(29px, 3.4vw, 42px);
  letter-spacing: -.035em;
}

.region-switch__content > p:last-child {
  margin: 0;
  color: #cbd3e1;
  font-size: 16px;
  line-height: 1.65;
}

.region-switch__action {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: #fff;
  color: var(--deep);
  font: 800 14px/1.25 var(--font-display);
  text-align: center;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.region-switch__action::after {
  margin-left: 11px;
  content: '→';
  font-size: 18px;
  line-height: 1;
}

.region-switch__card:hover .region-switch__action {
  background: var(--orange);
  color: #fff;
  transform: translateX(3px);
}

@media (max-width: 900px) {
  .region-switch__card {
    grid-template-columns: 112px minmax(0, 1fr);
    padding: 38px;
  }

  .region-switch__metric {
    width: 112px;
    height: 112px;
  }

  .region-switch__metric strong {
    font-size: 43px;
  }

  .region-switch__action {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 600px) {
  .region-switch {
    padding-bottom: 72px;
    background: #f7fbfc;
  }

  .region-switch__card {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 28px 23px 30px;
  }

  .region-switch__card::before {
    top: -225px;
    right: -205px;
  }

  .region-switch__metric {
    width: max-content;
    height: auto;
    min-height: 50px;
    flex-direction: row;
    gap: 9px;
    padding: 8px 14px 9px;
    border-top: 1px solid rgba(255, 255, 255, .22);
    border-left: 4px solid var(--aqua);
  }

  .region-switch__metric strong {
    font-size: 33px;
  }

  .region-switch__metric span {
    max-width: 90px;
    margin-top: 0;
    text-align: left;
  }

  .region-switch__content h2 {
    font-size: 29px;
    line-height: 1.08;
  }

  .region-switch__content > p:last-child {
    font-size: 15px;
  }

  .region-switch__action {
    width: 100%;
    grid-column: 1;
    justify-self: stretch;
  }
}

.contact {
  padding-top: 96px;
  padding-bottom: 100px;
}

.contact > div {
  padding: 36px;
  border-top: 4px solid var(--aqua);
  box-shadow: 0 18px 48px rgba(9, 23, 54, .08);
}

.contact aside {
  border-top: 4px solid var(--orange);
  background: var(--mist);
}

.contact h2 {
  color: var(--ink);
  font-size: clamp(28px, 3vw, 40px);
}

.legal {
  color: #405066;
}

.legal h1,
.legal h2 {
  color: var(--ink);
}

.faq h2 {
  color: var(--ink);
}

.faq summary {
  color: var(--ink);
  font-family: var(--font-display);
}

.local-hero {
  padding: 68px 0 86px;
  background: var(--mist);
  overflow: hidden;
}

.local-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  gap: 68px;
  align-items: center;
}

.local-hero .crumb {
  margin: 0 0 46px;
  color: #647286;
}

.local-hero .crumb a {
  text-decoration-color: rgba(82, 97, 118, .4);
  text-underline-offset: 4px;
}

.local-hero h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(43px, 5vw, 68px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.local-hero__service,
.local-hero__place {
  display: block;
}

.local-hero__place {
  max-width: 680px;
  margin-top: .12em;
  font-size: .76em;
  line-height: 1.06;
  letter-spacing: -.035em;
  text-wrap: balance;
}

@media (min-width: 901px) {
  .local-hero__title--extended .local-hero__place {
    max-width: 720px;
    font-size: .64em;
    line-height: 1.1;
  }
}

.local-hero .lead {
  max-width: 680px;
  color: #415168;
  font-size: clamp(18px, 2vw, 21px);
}

.local-hero__phone {
  margin: 14px 0 0;
  color: #5a687b;
  font-size: 14px;
}

.local-hero__phone a {
  color: var(--ink);
  font-weight: 800;
}

.local-hero__photo {
  position: relative;
  margin: 0;
}

.local-hero__photo::before {
  position: absolute;
  z-index: 0;
  inset: -34px -80px 48px 72px;
  background: var(--aqua);
  content: '';
}

.local-hero__photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 5;
  object-fit: cover;
  object-position: 68% center;
  box-shadow: 0 28px 60px rgba(9, 23, 54, .16);
}

.local-hero__photo figcaption {
  position: relative;
  z-index: 2;
  width: calc(100% - 42px);
  margin: -38px 0 0 -26px;
  padding: 18px 22px;
  background: var(--deep);
  color: #fff;
  box-shadow: 0 16px 36px rgba(9, 23, 54, .18);
}

.local-hero__photo figcaption b,
.local-hero__photo figcaption span {
  display: block;
}

.local-hero__photo figcaption b {
  font-family: var(--font-display);
}

.local-hero__photo figcaption span {
  margin-top: 3px;
  color: #cbd3e0;
  font-size: 13px;
}

.local-proof {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -26px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(9, 23, 54, .09);
}

.local-proof article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 17px;
  min-height: 142px;
  padding: 30px;
  border-right: 1px solid var(--line);
}

.local-proof article:last-child {
  border-right: 0;
}

.local-proof article > span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.local-proof b {
  display: block;
  color: var(--ink);
  font-size: 18px;
}

.local-proof p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.local-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 100px;
  padding-top: 110px;
  padding-bottom: 104px;
}

.local-editorial__main {
  max-width: 760px;
}

.local-editorial h2,
.local-section-head h2,
.local-contact h2,
.local-nearby h2 {
  color: var(--ink);
  font-size: clamp(31px, 4vw, 47px);
  line-height: 1.12;
}

.local-editorial__main > p {
  color: #405066;
  font-size: 17px;
}

.local-editorial h3 {
  margin: 42px 0 12px;
  color: var(--ink);
  font-size: 23px;
  letter-spacing: -.02em;
}

.local-answer {
  margin-top: 42px;
  padding: 25px 28px;
  border-left: 4px solid var(--aqua);
  background: var(--mist);
}

.local-answer p {
  margin: 7px 0 0;
  color: #405066;
}

.local-facts {
  align-self: start;
  padding: 34px;
  border-top: 4px solid var(--aqua);
  background: #f7fafb;
  box-shadow: 0 18px 44px rgba(9, 23, 54, .07);
}

.local-facts h2 {
  margin-bottom: 22px;
  font-size: 28px;
}

.local-facts dl {
  margin: 0;
}

.local-facts dl > div {
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.local-facts dt {
  color: #6b788a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.local-facts dd {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 700;
}

.local-facts > p:not(.eyebrow) {
  color: #58677a;
  font-size: 14px;
}

.text-link {
  color: var(--ink);
  font-weight: 800;
}

.local-brands {
  padding: 88px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.local-section-head {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 74px;
  align-items: end;
}

.local-section-head h2 {
  margin-bottom: 0;
}

.local-section-head > p {
  margin-bottom: 4px;
  color: var(--muted);
}

.local-brands__grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 50px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.local-brands__grid img {
  display: block;
  width: 100%;
  height: 45px;
  object-fit: contain;
}

.local-contact {
  padding: 96px 0;
  background: var(--mist);
}

.local-contact__grid {
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  gap: 90px;
  align-items: start;
}

.local-contact__grid > div > p:not(.eyebrow) {
  color: #405066;
}

.local-contact__direct {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(9, 23, 54, .16);
}

.local-contact__direct a {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 700;
}

.local-contact__form {
  padding: 34px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(9, 23, 54, .1);
}

.form label {
  color: var(--ink);
}

.form input,
.form textarea,
.form select {
  width: 100%;
  border: 1px solid #cbdadd;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.form select {
  min-height: 52px;
  padding: 12px;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: var(--aqua);
  outline: 3px solid rgba(74, 183, 195, .14);
}

.form .check {
  color: #4c5b6e;
  font-size: 12px;
}

.form .check input {
  width: auto;
}

.form button {
  min-height: 52px;
  cursor: pointer;
  font-family: Inter, Arial, sans-serif;
}

.form button:disabled {
  cursor: wait;
  opacity: .65;
}

.status {
  min-height: 1.5em;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.status.is-error {
  color: #a62f25;
}

.status.is-success {
  color: #17663d;
}

.local-faq {
  max-width: 900px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.local-faq summary {
  color: var(--ink);
  font-family: var(--font-display);
}

.local-faq details p {
  max-width: 760px;
  color: var(--muted);
}

.local-nearby {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 80px;
  align-items: start;
  padding-bottom: 100px;
}

.local-nearby__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.local-nearby__links a {
  display: flex;
  min-height: 108px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}

.local-nearby__links a:hover {
  border-color: var(--aqua);
}

.local-nearby__links span {
  font-family: var(--font-display);
  font-weight: 700;
}

.local-nearby__links small {
  color: #687689;
}

@media (max-width: 1024px) {
  .site-header .links {
    display: none;
  }

  .site-header .menu {
    display: block;
    margin-left: auto;
    border: 0;
    background: transparent;
    color: var(--ink);
    font-family: var(--font-display);
    font-weight: 800;
  }

  .site-header .links.open {
    position: absolute;
    z-index: 35;
    top: 104px;
    right: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
    padding: 28px max(20px, calc((100% - var(--max)) / 2));
    border-top: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 24px 44px rgba(9, 23, 54, .12);
  }
}

@media (max-width: 1024px) {
  .local-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr);
    gap: 42px;
  }

  .local-editorial {
    gap: 54px;
  }

  .local-brands__grid {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 34px;
  }

  .local-contact__grid {
    gap: 52px;
  }
}

@media (max-width: 900px) {
  .local-hero {
    padding-top: 54px;
  }

  .local-hero__grid,
  .local-editorial,
  .local-contact__grid,
  .local-nearby {
    grid-template-columns: 1fr;
  }

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

  .local-hero__copy {
    max-width: 680px;
  }

  .local-hero__photo {
    width: min(86%, 620px);
    margin: 22px 0 0 auto;
  }

  .local-proof {
    grid-template-columns: 1fr;
    width: min(calc(100% - 60px), 680px);
  }

  .local-proof article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .local-proof article:last-child {
    border-bottom: 0;
  }

  .local-editorial {
    gap: 50px;
  }

  .local-facts {
    width: min(100%, 620px);
  }

  .local-section-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .local-contact__grid {
    gap: 45px;
  }

  .local-nearby {
    gap: 28px;
  }
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: clip;
  }

  .site-header {
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .1);
  }

  .site-header nav {
    height: 78px;
    gap: 16px;
    padding-right: 5px;
    padding-left: 14px;
    border-bottom: 0;
  }

  .site-header .brand {
    width: clamp(176px, 51vw, 198px);
    flex-basis: clamp(176px, 51vw, 198px);
  }

  .site-header .brand img {
    width: clamp(172px, 50vw, 190px);
    transform: translateY(-2px);
  }

  .site-header .menu {
    display: inline-flex;
    width: 65px;
    min-width: 65px;
    height: 46px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    font-size: 14px;
  }

  .site-header .menu::before {
    width: 18px;
    height: 12px;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    background: linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat;
    content: '';
  }

  .site-header .links.open {
    position: fixed;
    z-index: 70;
    top: 78px;
    right: 0;
    left: 0;
    gap: 0;
    width: 100vw;
    max-height: calc(100vh - 78px);
    max-height: calc(100dvh - 78px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0;
    border-top: 1px solid var(--line);
    box-shadow: 0 1px 60px rgba(0, 0, 0, .1);
  }

  .site-header .links.open a {
    display: flex;
    width: 100%;
    min-height: 49px;
    align-items: center;
    padding: 13px 18px;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
  }

  .local-hero {
    padding: 34px 0 54px;
  }

  .subhero,
  .loc-hero {
    padding: 38px 0 48px;
  }

  .subhero .crumb,
  .loc-hero .crumb {
    margin-bottom: 25px;
    font-size: 12px;
  }

  .subhero h1,
  .loc-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(35px, 9.5vw, 41px);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .subhero .lead,
  .loc-hero .lead {
    margin: 0;
    font-size: 17px;
    line-height: 1.55;
  }

  .subhero .actions,
  .loc-hero .actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 25px 0 0;
  }

  .subhero .actions a,
  .loc-hero .actions a,
  .local-hero .actions a {
    min-height: 52px;
    padding: 12px 13px;
    text-align: center;
  }

  .local-hero .crumb {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 1.5;
  }

  .local-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(35px, 9.5vw, 41px);
    line-height: 1;
    overflow-wrap: normal;
  }

  .local-hero__place {
    margin-top: .14em;
    font-size: .84em;
    line-height: 1.08;
  }

  .local-hero__title--extended .local-hero__place {
    font-size: .78em;
  }

  .local-hero .lead {
    font-size: 17px;
    line-height: 1.55;
  }

  .local-hero .actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin: 25px 0 18px;
  }

  .local-hero__grid {
    gap: 30px;
  }

  .local-hero__photo {
    width: 100%;
    margin-top: 2px;
  }

  .local-hero__photo::before {
    inset: -14px -42px 30px 42px;
  }

  .local-hero__photo figcaption {
    width: calc(100% - 24px);
    margin: -30px 0 0 -8px;
    padding: 14px 16px;
  }

  .local-hero__photo figcaption span {
    font-size: 12px;
  }

  .local-proof {
    width: calc(100% - 28px);
    grid-template-columns: repeat(3, minmax(252px, 1fr));
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    background: transparent;
    box-shadow: none;
  }

  .local-proof::-webkit-scrollbar {
    display: none;
  }

  .local-proof article {
    min-height: 132px;
    padding: 21px 19px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 12px 30px rgba(9, 23, 54, .07);
    scroll-snap-align: start;
  }

  .local-editorial,
  .local-brands,
  .local-contact,
  .local-faq,
  .local-nearby {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .article,
  .directory,
  .contact,
  .legal,
  .faq {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .article {
    gap: 32px;
  }

  .article aside {
    padding: 20px;
  }

  .article article h2 {
    margin-top: 36px;
    font-size: 27px;
    line-height: 1.12;
  }

  .service-directory__intro {
    margin-bottom: 32px;
  }

  .service-directory__grid article {
    padding: 23px 19px;
  }

  .service-directory__grid article > span {
    margin-bottom: 20px;
  }

  .service-directory__grid h2 {
    font-size: 25px;
  }

  .gridlinks a {
    min-height: 76px;
    padding: 16px;
  }

  .contact > div {
    padding: 25px 18px;
  }

  .form {
    gap: 15px;
  }

  .form input,
  .form textarea,
  .form button {
    min-height: 50px;
    border-radius: 0;
    font-size: 16px;
  }

  .local-editorial h3 {
    font-size: 21px;
  }

  .local-facts,
  .local-contact__form {
    padding: 25px 20px;
  }

  .local-brands__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .local-brands__grid img {
    height: 42px;
  }

  .local-nearby__links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 350px) {
  .subhero .actions,
  .loc-hero .actions {
    grid-template-columns: 1fr;
  }

  .subhero h1,
  .loc-hero h1,
  .local-hero h1 {
    font-size: 33px;
  }

  .local-proof {
    grid-template-columns: repeat(3, minmax(238px, 1fr));
  }
}
