/* About R2: immersive brand image, clear company relationship and restrained product structure. */

@font-face {
  font-family: "AICAD Sans SC";
  src: url("../../assets/fonts/about/noto-sans-sc-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "AICAD Sans SC";
  src: url("../../assets/fonts/about/noto-sans-sc-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

body.ll-shell[data-page="about"] {
  --ab-paper: #ffffff;
  --ab-mist: #f4f9fd;
  --ab-mist-strong: #eaf4fb;
  --ab-ink: #102130;
  --ab-muted: #566978;
  --ab-line: #d8e5ee;
  --ab-blue: #0876c9;
  background: var(--ab-paper);
  color: var(--ab-ink);
}

body.ll-shell[data-page="about"] .ll-main {
  overflow: clip;
}

body.ll-shell[data-page="about"] .ll-main h1,
body.ll-shell[data-page="about"] .ll-main h2,
body.ll-shell[data-page="about"] .ll-main h3,
body.ll-shell[data-page="about"] .ll-main p {
  letter-spacing: 0;
  text-wrap: pretty;
}

.ab-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.35rem;
  color: var(--ab-blue);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
}

.ab-eyebrow::before {
  content: "";
  width: 2rem;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
}

.ab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  height: 48px;
  padding: 0 1.25rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 620;
  letter-spacing: 0;
  white-space: nowrap;
  transition:
    background-color 220ms var(--ll-ease),
    border-color 220ms var(--ll-ease),
    color 220ms var(--ll-ease),
    transform 160ms var(--ll-ease);
}

.ab-btn--primary {
  border-color: var(--ab-blue);
  background: var(--ab-blue);
  color: #ffffff;
}

.ab-btn--primary:hover {
  border-color: #0668b1;
  background: #0668b1;
}

.ab-btn:active {
  transform: translateY(1px);
}

.ab-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  color: var(--ab-ink);
  border-bottom: 1px solid rgba(16, 33, 48, 0.22);
  font-size: 0.95rem;
  font-weight: 580;
  white-space: nowrap;
  transition:
    color 200ms var(--ll-ease),
    border-color 200ms var(--ll-ease);
}

.ab-text-link span {
  transition: transform 200ms var(--ll-ease);
}

.ab-text-link:hover {
  color: var(--ab-blue);
  border-color: currentColor;
}

.ab-text-link:hover span {
  transform: translateX(3px);
}

.ab-btn:focus-visible,
.ab-text-link:focus-visible,
.ab-map__products a:focus-visible {
  outline: 2px solid var(--ab-blue);
  outline-offset: 4px;
}

/* Brand wall */
.ab-hero {
  position: relative;
  height: min(820px, calc(100dvh - 24px));
  min-height: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  background: var(--ab-paper);
  color: var(--ab-ink);
}

.ab-hero__body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.ab-hero__media {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #f8fafc;
}

.ab-hero__media::after {
  display: none;
}

body.ll-shell[data-page="about"] .ab-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

.ab-hero__media.ll-reveal {
  opacity: 0.94;
  transform: scale(1.015);
  transition:
    opacity 700ms var(--ll-ease),
    transform 700ms var(--ll-ease);
}

.ab-hero__media.ll-reveal.is-in {
  opacity: 1;
  transform: scale(1);
}

/* Company and brand statement */
.ab-relation {
  padding: 0;
  background: var(--ab-paper);
}

.ab-relation__intro {
  min-height: min(900px, 100dvh);
  padding: clamp(8rem, 13vw, 11rem) var(--ll-gutter);
  display: flex;
  align-items: center;
  background: var(--ab-mist);
}

.ab-hero__copy {
  width: min(1180px, 100%);
  margin: 0 auto;
  text-align: center;
}

.ab-relation__intro h1 {
  max-width: none;
  margin: 0;
  color: #145987;
  font-family: "AICAD Sans SC", sans-serif;
  font-size: clamp(2.75rem, 4.6vw, 4.2rem);
  font-weight: 500;
  line-height: 1.14;
  text-wrap: balance;
}

.ab-relation__intro h1 span {
  display: block;
}

.ab-relation__intro h1 span + span {
  margin-top: 0.025em;
}

.ab-hero__lead {
  max-width: 48rem;
  margin: 2rem auto 0;
  color: var(--ab-muted);
  font-family: "AICAD Sans SC", sans-serif;
  font-size: clamp(1.08rem, 1.35vw, 1.2rem);
  font-weight: 400;
  line-height: 1.78;
}

.ab-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.4rem;
  margin-top: 2.25rem;
}

/* Company updates */
.ab-news {
  padding: clamp(7.5rem, 11vw, 10rem) var(--ll-gutter) clamp(8rem, 12vw, 11rem);
  overflow: hidden;
  background: var(--ab-paper);
  border-bottom: 1px solid var(--ab-line);
}

.ab-news__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.ab-news__head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
}

.ab-news__label,
.ab-news-card__type,
.ab-news-card__article-label {
  margin: 0;
  color: var(--ab-blue);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
}

.ab-news__head h2 {
  max-width: 8em;
  margin: 1.15rem 0 0;
  color: var(--ab-ink);
  font-size: clamp(3rem, 5.4vw, 4.8rem);
  font-weight: 580;
  line-height: 1.06;
  text-wrap: balance;
}

.ab-news__head > p {
  max-width: 32rem;
  margin: 0 0 0.4rem;
  color: var(--ab-muted);
  font-size: clamp(1.02rem, 1.25vw, 1.14rem);
  line-height: 1.75;
}

.ab-news__rail {
  margin-top: clamp(3.75rem, 7vw, 5.75rem);
  padding: 0.35rem 0 1.2rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(8, 118, 201, 0.35) transparent;
  scrollbar-width: thin;
}

.ab-news-card {
  flex: 0 0 clamp(28rem, 58vw, 48rem);
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  scroll-snap-align: center;
  transition: flex-basis 420ms var(--ll-ease);
}

.ab-news-card:first-child:last-child {
  margin-inline: auto;
}

.ab-news-card:hover,
.ab-news-card:focus-within {
  flex-basis: clamp(31rem, 64vw, 52rem);
}

.ab-news-card[open] {
  flex-basis: 100%;
  grid-template-columns: minmax(0, 1.28fr) minmax(18rem, 0.72fr);
  background: var(--ab-mist);
}

.ab-news-card__cover {
  position: relative;
  min-width: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  cursor: pointer;
  list-style: none;
  background: #eef3f7;
}

.ab-news-card__cover::-webkit-details-marker {
  display: none;
}

body.ll-shell[data-page="about"] .ab-news-card__cover img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: transform 650ms var(--ll-ease), filter 300ms var(--ll-ease);
}

.ab-news-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 31, 48, 0.02) 25%, rgba(8, 31, 48, 0.82) 100%);
  transition: background-color 300ms var(--ll-ease);
}

.ab-news-card__meta {
  position: absolute;
  right: clamp(1.5rem, 3vw, 2.5rem);
  bottom: clamp(1.5rem, 3vw, 2.5rem);
  left: clamp(1.5rem, 3vw, 2.5rem);
  z-index: 1;
  color: #ffffff;
}

.ab-news-card__type {
  display: block;
  color: rgba(255, 255, 255, 0.76);
}

.ab-news-card__meta strong {
  display: block;
  max-width: 13em;
  margin-top: 0.8rem;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 580;
  line-height: 1.12;
  text-wrap: balance;
}

.ab-news-card__action {
  width: 100%;
  margin-top: 1.6rem;
  padding-top: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 560;
}

.ab-news-card__close {
  display: none;
}

.ab-news-card__mark {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.54);
  font-size: 1.15rem;
  line-height: 1;
  transition: transform 280ms var(--ll-ease), background-color 280ms var(--ll-ease);
}

.ab-news-card__article {
  min-width: 0;
  padding: clamp(2rem, 4vw, 3.5rem);
  align-content: center;
  background: var(--ab-mist);
}

.ab-news-card__article h3 {
  max-width: 12em;
  margin: 1rem 0 0;
  color: var(--ab-ink);
  font-size: clamp(1.7rem, 2.7vw, 2.45rem);
  font-weight: 590;
  line-height: 1.18;
  text-wrap: balance;
}

.ab-news-card__article > p:not(.ab-news-card__article-label) {
  margin: 1.4rem 0 0;
  color: var(--ab-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.ab-news-card:hover .ab-news-card__cover img,
.ab-news-card:focus-within .ab-news-card__cover img,
.ab-news-card[open] .ab-news-card__cover img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.02);
}

.ab-news-card[open] .ab-news-card__view {
  display: none;
}

.ab-news-card[open] .ab-news-card__close {
  display: inline;
}

.ab-news-card[open] .ab-news-card__mark {
  transform: rotate(45deg);
  background: rgba(255, 255, 255, 0.14);
}

.ab-news-card__cover:focus-visible {
  outline: 2px solid var(--ab-blue);
  outline-offset: 5px;
}

@media (min-width: 1024px) {
  html[lang="zh-CN"] .ab-news-card[open] {
    grid-template-columns: minmax(0, 1.14fr) minmax(24rem, 0.86fr);
  }

  html[lang="zh-CN"] .ab-news-card[open] .ab-news-card__article {
    padding: clamp(3rem, 4.2vw, 4.25rem);
  }

  html[lang="zh-CN"] .ab-news-card[open] .ab-news-card__article h3 {
    max-width: 11em;
    margin-top: 1.15rem;
    font-size: clamp(2rem, 2.6vw, 2.7rem);
    line-height: 1.15;
  }

  html[lang="zh-CN"] .ab-news-card[open] .ab-news-card__article > p:not(.ab-news-card__article-label) {
    max-width: 27rem;
    margin-top: 1.8rem;
    font-size: 1.04rem;
    line-height: 1.82;
  }
}

/* Brand structure */
.ab-relation__structure {
  width: min(1240px, calc(100% - (2 * var(--ll-gutter))));
  margin: 0 auto;
  padding: clamp(8rem, 12vw, 10.5rem) 0 clamp(8rem, 12vw, 11rem);
}

.ab-section-head {
  max-width: 46rem;
}

.ab-section-head h2 {
  max-width: 11em;
  margin: 0;
  color: var(--ab-ink);
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 580;
  line-height: 1.08;
  text-wrap: balance;
}

.ab-section-head > p {
  max-width: 39rem;
  margin: 1.65rem 0 0;
  color: var(--ab-muted);
  font-size: clamp(1.04rem, 1.3vw, 1.15rem);
  line-height: 1.78;
}

.ab-map {
  --ab-brand-axis: 84%;
  margin-top: clamp(4.5rem, 8vw, 6.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(5.5rem, 0.35fr) minmax(15rem, 0.75fr);
  align-items: center;
}

.ab-map__company,
.ab-map__brand {
  min-width: 0;
}

.ab-map__company {
  padding: 2.2rem 0;
  border-top: 1px solid var(--ab-line);
  border-bottom: 1px solid var(--ab-line);
}

.ab-map__company span,
.ab-map__brand span,
.ab-map__products span {
  display: block;
  color: var(--ab-muted);
  font-size: 0.82rem;
  font-weight: 560;
  line-height: 1.4;
}

.ab-map__company strong {
  display: block;
  margin-top: 1.35rem;
  color: var(--ab-ink);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  font-weight: 600;
  line-height: 1.3;
}

.ab-map__route {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--ab-blue);
  font-size: 0.78rem;
  font-weight: 580;
  white-space: nowrap;
}

.ab-map__route::before,
.ab-map__route::after {
  content: "";
  height: 1px;
  flex: 1 1 auto;
  background: var(--ab-line);
}

.ab-map__brand {
  min-height: 10.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--ab-mist-strong);
  border-left: 2px solid rgba(8, 118, 201, 0.45);
}

.ab-map__brand strong {
  color: var(--ab-ink);
  font-size: clamp(2.6rem, 4.6vw, 4.25rem);
  font-weight: 620;
  line-height: 1;
}

.ab-map__route--products {
  position: relative;
  grid-column: 1 / -1;
  min-height: 8rem;
  display: block;
  color: var(--ab-blue);
}

.ab-map__route--products::before {
  position: absolute;
  top: 0;
  bottom: 1.65rem;
  left: var(--ab-brand-axis);
  width: 1px;
  height: auto;
  background: var(--ab-line);
}

.ab-map__route--products::after {
  position: absolute;
  right: 16.67%;
  bottom: 1.65rem;
  left: 16.67%;
  width: auto;
  height: 1px;
  background: var(--ab-line);
}

.ab-map__route--products span {
  position: absolute;
  top: calc(50% - 0.7rem);
  left: var(--ab-brand-axis);
  padding: 0.2rem 0.55rem;
  transform: translateX(-50%);
  background: var(--ab-paper);
}

.ab-map__products {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ab-line);
}

.ab-map__products a {
  position: relative;
  min-width: 0;
  min-height: 9.5rem;
  padding: 2rem 1.5rem 2.15rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--ab-ink);
  transition:
    background-color 220ms var(--ll-ease),
    color 220ms var(--ll-ease),
    transform 180ms var(--ll-ease);
}

.ab-map__products a::before {
  content: "";
  position: absolute;
  top: -1.7rem;
  left: 50%;
  width: 1px;
  height: 1.7rem;
  background: var(--ab-line);
}

.ab-map__products a + a {
  border-left: 1px solid var(--ab-line);
}

.ab-map__products a:hover {
  background: var(--ab-mist);
  color: var(--ab-blue);
  transform: translateY(-2px);
}

.ab-map__products strong {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 600;
  line-height: 1.25;
}

.ab-map__products span {
  margin-top: 1.5rem;
}

/* Professional boundary */
.ab-direction {
  padding: clamp(8rem, 12vw, 10.5rem) var(--ll-gutter);
  background: var(--ab-mist-strong);
  color: var(--ab-ink);
}

.ab-direction__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: block;
}

.ab-direction__inner header {
  max-width: 53rem;
}

.ab-direction__title {
  margin: 0;
  color: var(--ab-ink);
  font-size: clamp(2.7rem, 5vw, 4.5rem);
  font-weight: 580;
  line-height: 1.1;
  text-wrap: balance;
}

.ab-direction__copy {
  max-width: 40rem;
  margin-top: 2.4rem;
  padding-left: 1.5rem;
  border-left: 2px solid rgba(8, 118, 201, 0.35);
}

.ab-direction__copy p {
  margin: 0;
  color: var(--ab-muted);
  font-size: clamp(1.04rem, 1.3vw, 1.16rem);
  line-height: 1.78;
}

.ab-direction__copy p + p {
  margin-top: 1rem;
}

/* Contact and trial */
.ab-cta {
  padding: clamp(8rem, 12vw, 10.5rem) var(--ll-gutter);
  background: var(--ab-paper);
  color: var(--ab-ink);
  text-align: left;
}

.ab-cta__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding-top: clamp(5rem, 8vw, 7rem);
  border-top: 1px solid var(--ab-line);
}

.ab-cta__inner > div:first-child,
.ab-cta__content {
  max-width: 47rem;
}

.ab-cta h2 {
  max-width: 12em;
  margin: 0;
  color: var(--ab-ink);
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 580;
  line-height: 1.08;
  text-wrap: balance;
}

.ab-cta__content {
  margin-top: 2rem;
}

.ab-cta__content > p {
  max-width: 38rem;
  margin: 0;
  color: var(--ab-muted);
  font-size: clamp(1.04rem, 1.3vw, 1.16rem);
  line-height: 1.75;
}

.ab-cta__actions {
  margin-top: 2.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem 1.4rem;
}

body.ll-shell[data-page="about"] .ll-footer {
  min-height: auto;
}

@media (max-width: 1023px) {
  .ab-relation__intro {
    min-height: auto;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .ab-hero__copy {
    margin: 0 auto;
  }

  .ab-news__head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .ab-news__head > p {
    max-width: 38rem;
  }

  .ab-news-card[open] {
    grid-template-columns: 1fr;
  }

  .ab-relation__intro h1,
  .ab-section-head h2,
  .ab-direction__title,
  .ab-cta h2 {
    max-width: 12em;
  }

  .ab-map {
    --ab-brand-axis: 82%;
    grid-template-columns: minmax(0, 1.2fr) minmax(4.5rem, 0.3fr) minmax(13rem, 0.72fr);
  }

  .ab-map__company strong {
    font-size: 1.45rem;
  }
}

@media (max-width: 700px) {
  .ab-hero {
    height: 100dvh;
    min-height: 100dvh;
    background: #eef3f7;
  }

  .ab-hero__body {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    display: block;
  }

  .ab-hero__media {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }

  body.ll-shell[data-page="about"] .ab-hero__media img {
    object-fit: cover;
    object-position: 11% center;
  }

  .ab-relation__intro {
    min-height: auto;
    padding: 7.5rem 1.25rem 7rem;
  }

  .ab-news {
    padding: 6.75rem 1.25rem 7.5rem;
  }

  .ab-news__head h2 {
    max-width: none;
    font-size: clamp(2.35rem, 10.5vw, 2.85rem);
    line-height: 1.1;
  }

  .ab-news__head > p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .ab-news__rail {
    margin-top: 3rem;
    overflow: visible;
  }

  .ab-news-card,
  .ab-news-card:hover,
  .ab-news-card:focus-within,
  .ab-news-card[open] {
    flex-basis: 100%;
    width: 100%;
  }

  .ab-news-card__cover {
    aspect-ratio: 4 / 5;
  }

  body.ll-shell[data-page="about"] .ab-news-card__cover img {
    object-position: 13% center;
  }

  .ab-news-card__meta {
    right: 1.35rem;
    bottom: 1.35rem;
    left: 1.35rem;
  }

  .ab-news-card__meta strong {
    font-size: clamp(1.65rem, 8vw, 2.15rem);
  }

  .ab-news-card__article {
    padding: 2rem 1.5rem 2.25rem;
  }

  .ab-eyebrow {
    margin-bottom: 1rem;
  }

  .ab-relation__intro h1 {
    max-width: none;
    font-size: clamp(2.15rem, 9.6vw, 2.65rem);
    line-height: 1.16;
  }

  .ab-hero__lead {
    margin-top: 1.55rem;
    font-size: 1rem;
    line-height: 1.72;
  }

  .ab-hero__actions {
    margin-top: 1.75rem;
    gap: 0.8rem 1.1rem;
  }

  .ab-btn {
    height: 46px;
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }

  .ab-text-link {
    font-size: 0.91rem;
  }

  .ab-relation__structure {
    width: 100%;
    padding: 7rem 1.25rem 7.5rem;
  }

  .ab-section-head h2,
  .ab-direction__title,
  .ab-cta h2 {
    max-width: none;
    font-size: clamp(2.25rem, 10vw, 2.8rem);
    line-height: 1.12;
  }

  .ab-section-head > p {
    margin-top: 1.35rem;
    font-size: 1rem;
    line-height: 1.72;
  }

  .ab-map {
    --ab-brand-axis: 50%;
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 1fr;
  }

  .ab-map__company,
  .ab-map__brand,
  .ab-map__route,
  .ab-map__route--products,
  .ab-map__products {
    grid-column: 1;
  }

  .ab-map__company {
    padding: 1.8rem 0;
  }

  .ab-map__company strong {
    margin-top: 1rem;
    font-size: 1.35rem;
  }

  .ab-map__route {
    min-height: 5.25rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.45rem;
  }

  .ab-map__route::before,
  .ab-map__route::after {
    width: 1px;
    height: 1rem;
    flex: 0 0 auto;
  }

  .ab-map__brand {
    min-height: 8.75rem;
    padding: 1.55rem;
  }

  .ab-map__brand strong {
    font-size: 2.8rem;
  }

  .ab-map__route--products {
    min-height: 5.75rem;
    display: flex;
  }

  .ab-map__route--products::before,
  .ab-map__route--products::after {
    position: static;
    width: 1px;
    height: 1.1rem;
    flex: 0 0 auto;
    background: var(--ab-line);
  }

  .ab-map__route--products span {
    position: static;
    padding: 0;
    transform: none;
    background: transparent;
  }

  .ab-map__products {
    display: block;
    border-top: 1px solid var(--ab-line);
  }

  .ab-map__products a {
    min-height: 7.8rem;
    padding: 1.6rem 1.25rem;
  }

  .ab-map__products a::before {
    display: none;
  }

  .ab-map__products a + a {
    border-top: 1px solid var(--ab-line);
    border-left: 0;
  }

  .ab-map__products strong {
    font-size: 1.35rem;
  }

  .ab-map__products span {
    margin-top: 1rem;
  }

  .ab-direction {
    padding: 7.5rem 1.25rem;
  }

  .ab-direction__copy {
    margin-top: 2rem;
    padding-left: 1.15rem;
  }

  .ab-direction__copy p,
  .ab-cta__content > p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .ab-cta {
    padding: 7.5rem 1.25rem 8rem;
  }

  .ab-cta__inner {
    padding-top: 5.5rem;
  }

  .ab-cta__content {
    margin-top: 1.6rem;
  }

  .ab-cta__actions {
    margin-top: 1.75rem;
    gap: 0.8rem 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ab-hero__media.ll-reveal,
  .ab-hero__media.ll-reveal.is-in,
  .ab-btn,
  .ab-text-link span,
  .ab-map__products a {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
