:root {
  --home-white: #FFFFFF;
  --home-neutral: #F7F7F8;
  --home-ink: #0B0C0E;
  --home-muted: #666A70;
  --home-line: #D7D9DC;
  --home-blue: #002FA7;
  --home-max: 1440px;
}

.home-page {
  background: var(--home-white);
  color: var(--home-ink);
  font-family: var(--font-cn);
}

.home-page .site-header {
  padding: 0;
  background: var(--home-white);
}

.home-page .header-shell {
  width: 100%;
  max-width: none;
  min-height: 92px;
  padding: 0 max(32px, calc((100vw - var(--home-max)) / 2));
  grid-template-columns: minmax(280px, 360px) 1fr auto;
  gap: 38px;
  border: 0;
  border-bottom: 1px solid var(--home-line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.home-page .brand {
  gap: 15px;
}

.home-page .brand-logo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  box-shadow: none;
}

.home-page .brand strong {
  color: var(--home-ink);
  font-size: 28px;
  font-weight: 800;
}

.home-page .brand small {
  margin-top: 7px;
  color: var(--home-muted);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-page .desktop-nav {
  gap: 36px;
  font-size: 15px;
}

.home-page .desktop-nav a {
  padding: 36px 0 33px;
  border-bottom-width: 2px;
  color: var(--home-ink);
  font-weight: 600;
}

.home-page .desktop-nav a:hover,
.home-page .desktop-nav a:focus-visible,
.home-page .desktop-nav a.active {
  border-color: var(--home-ink);
  color: var(--home-ink);
}

.home-page .header-actions {
  gap: 8px;
}

.home-page .search-round {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.home-page .search-round::before {
  left: 11px;
  top: 11px;
  border-color: var(--home-ink);
}

.home-page .search-round::after {
  left: 25px;
  top: 28px;
  background: var(--home-ink);
}

.home-page .quote-link {
  min-width: 126px;
  min-height: 46px;
  padding: 12px 20px;
  border-color: var(--home-ink);
  border-radius: 0;
  background: var(--home-ink);
  font-size: 14px;
  font-weight: 700;
}

.home-page .language-switch {
  min-height: 46px;
  margin-left: 5px;
  padding: 0 0 0 10px;
  border: 0;
  border-left: 1px solid var(--home-line);
  border-radius: 0;
}

.home-page .language-switch button {
  min-width: 34px;
  min-height: 38px;
  border-radius: 0;
  color: #777B82;
  font-size: 11px;
}

.home-page .language-switch button.active {
  background: transparent;
  color: var(--home-ink);
  box-shadow: inset 0 -2px 0 var(--home-blue);
}

.home-page main {
  overflow: hidden;
}

.home-page .clean-hero {
  min-height: max(720px, 100svh);
  align-items: center;
}

.home-page .clean-hero::after {
  background:
    linear-gradient(90deg, rgba(0, 2, 7, 0.90) 0%, rgba(0, 2, 7, 0.68) 38%, rgba(0, 2, 7, 0.16) 72%, rgba(0, 2, 7, 0.10) 100%),
    linear-gradient(180deg, rgba(0, 2, 7, 0.16) 0%, rgba(0, 2, 7, 0.06) 50%, rgba(0, 2, 7, 0.58) 100%);
}

.home-page .clean-hero .hero-media img {
  object-position: 56% center;
  transform: none;
  animation: none;
}

.home-page .clean-hero-copy {
  width: min(var(--home-max), calc(100% - 96px));
  padding: 142px 0 152px;
}

.home-page .hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.home-page .hero .eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  flex: 0 0 34px;
  background: var(--home-blue);
}

.home-page .clean-hero-copy h1 {
  max-width: 900px;
  margin: 0 0 28px;
  font-family: var(--font-latin);
  font-size: clamp(68px, 7.1vw, 112px);
  line-height: 0.91;
  font-weight: 700;
  letter-spacing: 0;
}

.home-page .clean-hero-copy h1 span {
  display: block;
}

.home-page .clean-hero-copy .hero-lead {
  max-width: 760px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 21px;
  line-height: 1.45;
  font-weight: 600;
}

.home-page .hero-actions {
  gap: 10px;
}

.home-page .hero .primary-button,
.home-page .hero .secondary-button {
  min-width: 150px;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
}

.home-page .hero .primary-button {
  border-color: var(--home-white);
  background: var(--home-white);
}

.home-page .hero .secondary-button {
  border-color: rgba(255, 255, 255, 0.70);
  background: transparent;
}

.hero-proof {
  position: absolute;
  right: max(48px, calc((100vw - var(--home-max)) / 2));
  bottom: 38px;
  z-index: 3;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  color: var(--home-white);
}

.hero-proof span {
  min-width: 154px;
  padding: 18px 24px 4px 0;
}

.hero-proof span + span {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.hero-proof strong,
.hero-proof small {
  display: block;
}

.hero-proof strong {
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
}

.hero-proof small {
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-ambassador {
  position: relative;
  height: clamp(580px, 42vw, 660px);
  display: grid;
  grid-template-columns: minmax(460px, 0.92fr) minmax(520px, 1.08fr);
  margin: 0;
  background: #030405;
  color: var(--home-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ambassador-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  padding: 54px 72px 54px max(48px, calc((100vw - var(--home-max)) / 2));
}

.ambassador-kicker {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.54);
  font-family: var(--font-latin);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.ambassador-copy h2 {
  margin: 0;
  color: var(--home-white);
  font-family: var(--font-latin);
  font-weight: 700;
  letter-spacing: 0;
}

.ambassador-copy h2 span {
  display: block;
}

.ambassador-title-primary {
  font-size: clamp(58px, 5.2vw, 84px);
  line-height: 0.92;
}

.ambassador-title-secondary {
  margin-top: 12px;
  font-size: clamp(26px, 2.45vw, 40px);
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.ambassador-identity {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto;
  gap: 8px 32px;
  align-items: end;
  margin-top: 36px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.ambassador-identity p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 600;
}

.ambassador-identity strong {
  font-family: var(--font-latin);
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.ambassador-identity span {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-latin);
  font-size: 12px;
  font-weight: 700;
}

.ambassador-statement {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.75;
}

.ambassador-link {
  width: min(100%, 230px);
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding: 0 2px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  color: var(--home-white);
  font-size: 13px;
  font-weight: 700;
}

.ambassador-media {
  position: relative;
  min-width: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: transparent;
  isolation: isolate;
}

.ambassador-media::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: clamp(110px, 10vw, 150px);
  background: linear-gradient(180deg, #030405 0%, rgba(3, 4, 5, 0.76) 34%, rgba(3, 4, 5, 0) 100%);
  pointer-events: none;
}

.ambassador-slides,
.ambassador-slide {
  position: absolute;
  inset: 0;
}

.ambassador-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 700ms ease, visibility 700ms ease;
}

.ambassador-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 2, 3, 0.46) 0%, transparent 18%, transparent 82%, rgba(2, 2, 3, 0.28) 100%);
  pointer-events: none;
}

.ambassador-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.ambassador-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transform: scale(1.012);
  transition: transform 6500ms ease-out;
}

.ambassador-slide.is-active img {
  transform: scale(1);
}

.ambassador-media figcaption {
  position: absolute;
  z-index: 3;
  top: 34px;
  right: 36px;
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--font-latin);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.ambassador-carousel-ui {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}

.ambassador-counter {
  position: absolute;
  left: 50%;
  bottom: 30px;
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-latin);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  transform: translateX(-50%);
}

.ambassador-counter strong {
  color: var(--home-white);
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

.ambassador-carousel-buttons {
  display: contents;
}

.ambassador-carousel-buttons button {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  background: rgba(3, 4, 5, 0.58);
  color: var(--home-white);
  font-family: var(--font-latin);
  font-size: 20px;
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ambassador-carousel-buttons button:first-child {
  left: 24px;
}

.ambassador-carousel-buttons button:last-child {
  right: 24px;
}

.ambassador-carousel-buttons button:hover,
.ambassador-carousel-buttons button:focus-visible {
  background: var(--home-white);
  border-color: var(--home-white);
  color: #050608;
  transform: translateY(-50%) scale(1.06);
  outline: none;
}

.home-series,
.home-profile {
  width: min(var(--home-max), calc(100% - 96px));
  margin: 0 auto;
}

.home-series {
  padding: 72px 0 112px;
}

.home-profile {
  padding: 104px 0 116px;
}

.home-section-heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.45fr) minmax(460px, 1.4fr) auto;
  gap: 42px;
  align-items: end;
  margin-bottom: 54px;
}

.section-label {
  margin: 0;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}

.home-section-heading h2,
.home-solution h2,
.home-cta h2 {
  margin: 0;
  color: var(--home-ink);
  font-family: var(--font-cn);
  font-size: clamp(42px, 4.3vw, 70px);
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: 0;
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 190px;
  padding: 14px 0;
  border-bottom: 1px solid var(--home-ink);
  color: var(--home-ink);
  font-size: 13px;
  font-weight: 700;
}

.series-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--home-line);
  background: var(--home-line);
}

.series-item {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(112px, auto);
  min-width: 0;
  overflow: hidden;
  background: var(--home-white);
}

.series-visual {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  min-width: 0;
  min-height: 0;
  padding: 24px;
  overflow: hidden;
  background: var(--home-white);
}

.series-visual img {
  position: absolute;
  inset: 24px;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  object-fit: contain;
  transition: transform 420ms ease;
}

.series-item:hover .series-visual img,
.series-item:focus-visible .series-visual img {
  transform: scale(1.035);
}

.series-copy {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 22px 24px 20px;
  border-top: 1px solid var(--home-line);
}

.series-copy small {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #8B8F95;
  font-size: 10px;
  font-weight: 700;
}

.series-copy strong {
  max-width: calc(100% - 62px);
  color: var(--home-ink);
  font-size: 20px;
  line-height: 1.28;
  font-weight: 600;
}

.series-copy em {
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
}

.series-item-all {
  background: var(--home-blue);
  color: var(--home-white);
}

.series-all-count {
  display: flex;
  align-items: flex-end;
  aspect-ratio: 4 / 3;
  padding: 24px;
  color: var(--home-white);
  font-size: clamp(72px, 7vw, 108px);
  line-height: 0.82;
  font-weight: 500;
}

.series-all-count sup {
  align-self: flex-start;
  margin: 12px 0 0 5px;
  font-size: 24px;
  line-height: 1;
}

.series-item-all .series-copy {
  border-top-color: rgba(255, 255, 255, 0.30);
}

.series-item-all .series-copy small,
.series-item-all .series-copy strong,
.series-item-all .series-copy em {
  color: var(--home-white);
}

.series-item-all .series-copy small,
.series-item-all .series-copy em {
  opacity: 0.68;
}

.home-solution {
  min-height: 640px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  background: var(--home-ink);
  color: var(--home-white);
}

.solution-media {
  display: grid;
  place-items: center;
  min-height: 640px;
  overflow: hidden;
  padding: 48px;
  background: var(--home-white);
}

.solution-media img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 544px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.solution-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 88px max(48px, calc((100vw - var(--home-max)) / 2));
  border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.solution-copy .section-label,
.home-cta .section-label {
  color: rgba(255, 255, 255, 0.54);
}

.solution-copy h2 {
  margin: 24px 0 34px;
  color: var(--home-white);
  font-size: clamp(70px, 7vw, 112px);
}

.solution-copy > p:not(.section-label) {
  max-width: 510px;
  margin-bottom: 44px;
  color: rgba(255, 255, 255, 0.70);
  font-size: 18px;
  line-height: 1.75;
}

.solution-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
}

.solution-links .primary-button {
  min-height: 50px;
  border-color: var(--home-white);
  border-radius: 0;
  background: var(--home-white);
  color: var(--home-ink);
}

.text-link.light {
  border-color: rgba(255, 255, 255, 0.56);
  color: var(--home-white);
}

.home-profile {
  padding-top: 120px;
}

.profile-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.profile-facts article {
  min-height: 225px;
  padding: 40px 30px 32px 0;
}

.profile-facts article + article {
  padding-left: 38px;
  border-left: 1px solid var(--home-line);
}

.profile-facts strong,
.profile-facts span {
  display: block;
}

.profile-facts strong {
  margin-bottom: 68px;
  color: var(--home-ink);
  font-size: clamp(48px, 5.2vw, 82px);
  line-height: 0.9;
  font-weight: 500;
  font-family: var(--font-latin);
  font-variant-numeric: tabular-nums;
}

.profile-facts sup {
  color: var(--home-blue);
  font-size: 0.38em;
  vertical-align: top;
}

.profile-facts span {
  color: var(--home-muted);
  font-size: 13px;
  font-weight: 500;
}

.home-cta {
  min-height: 520px;
  display: grid;
  grid-template-columns: 0.45fr 1.35fr auto;
  gap: 42px;
  align-items: center;
  padding: 94px max(48px, calc((100vw - var(--home-max)) / 2));
  background: var(--home-blue);
  color: var(--home-white);
}

.home-cta h2 {
  color: var(--home-white);
}

.home-cta .primary-button {
  min-width: 174px;
  min-height: 52px;
  border-color: var(--home-white);
  border-radius: 0;
  background: var(--home-white);
  color: var(--home-ink);
}

.home-page .chat-launcher {
  top: auto;
  right: 22px;
  bottom: 22px;
  width: auto;
  min-height: 48px;
  padding: 0 18px 0 42px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  background: rgba(11, 12, 14, 0.94);
  font-size: 13px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  transform: none;
}

.home-page .chat-launcher::before {
  content: "";
  position: absolute;
  left: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #20B26B;
}

.home-page .chat-launcher span {
  writing-mode: horizontal-tb;
  letter-spacing: 0;
}

.home-page .chat-launcher:hover,
.home-page .chat-launcher:focus-visible {
  background: #000000;
  transform: translateY(-2px);
}

.home-page .chat-card,
.home-page .search-dialog {
  border-radius: 0;
}

.home-page .home-footer {
  margin-top: 0;
  border-top: 0;
  background: var(--home-ink);
}

.home-page .home-footer .footer-grid {
  border-left-color: rgba(255, 255, 255, 0.15);
}

.home-page .home-footer .footer-grid > div {
  min-height: 260px;
  border-right-color: rgba(255, 255, 255, 0.15);
  background: var(--home-ink);
  color: var(--home-white);
}

.home-page .home-footer .footer-grid strong {
  font-size: 34px;
}

.home-page .home-footer .footer-grid a,
.home-page .home-footer .footer-bottom a {
  color: var(--home-white);
  font-weight: 500;
}

.home-page .home-footer p,
.home-page .home-footer .footer-bottom {
  color: rgba(255, 255, 255, 0.56);
}

.home-page .home-footer .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 1240px) {
  .home-page .header-shell {
    padding: 0 28px;
    grid-template-columns: 280px 1fr auto;
    gap: 24px;
  }

  .home-page .desktop-nav {
    gap: 24px;
  }

  .home-page .quote-link {
    display: none;
  }

  .home-section-heading {
    grid-template-columns: 140px 1fr auto;
  }

  .series-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-solution {
    grid-template-columns: 1fr 1fr;
  }

  .home-cta {
    grid-template-columns: 140px 1fr;
  }

  .home-cta .primary-button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 1040px) {
  .home-page .site-header {
    padding: 14px 16px 0;
    background: transparent;
  }

  .home-page .header-shell {
    width: calc(100vw - 32px);
    min-height: 72px;
    margin: 0 auto;
    padding: 0 16px;
    grid-template-columns: 1fr auto;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.96);
  }

  .home-page .mobile-nav {
    width: calc(100vw - 32px);
    border-radius: 0;
  }

  .home-page .clean-hero-copy {
    width: calc(100% - 56px);
    padding: 160px 0 180px;
  }

  .hero-proof {
    right: 28px;
    bottom: 28px;
  }

  .hero-proof span {
    min-width: 132px;
  }

  .home-series,
  .home-profile {
    width: calc(100% - 56px);
  }

  .home-ambassador {
    height: 580px;
    grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
  }

  .ambassador-copy {
    padding: 46px 40px 46px 28px;
  }

  .ambassador-title-primary {
    font-size: clamp(52px, 6.4vw, 68px);
  }

  .ambassador-title-secondary {
    font-size: clamp(24px, 3vw, 32px);
  }

  .home-series {
    padding: 64px 0 88px;
  }

  .home-profile {
    padding: 84px 0 96px;
  }

  .home-section-heading {
    grid-template-columns: 1fr auto;
    gap: 22px;
  }

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

  .series-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-solution {
    grid-template-columns: 1fr;
  }

  .solution-media {
    min-height: 540px;
    padding: 42px;
  }

  .solution-copy {
    padding: 74px 28px 86px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-left: 0;
  }

  .home-cta {
    min-height: 460px;
    padding: 72px 28px;
  }
}

@media (max-width: 680px) {
  .home-page .header-shell {
    min-height: 64px;
    padding: 0 10px 0 12px;
  }

  .home-page .brand {
    gap: 10px;
  }

  .home-page .brand-logo {
    width: 42px;
    height: 42px;
  }

  .home-page .brand strong {
    font-size: 20px;
  }

  .home-page .brand small,
  .home-page .search-round {
    display: none;
  }

  .home-page .language-switch {
    min-height: 38px;
    margin-left: 0;
    padding-left: 6px;
  }

  .home-page .language-switch button {
    min-width: 29px;
    min-height: 30px;
  }

  .home-page .clean-hero {
    min-height: max(760px, 100svh);
  }

  .home-page .clean-hero .hero-media img {
    object-position: 65% center;
  }

  .home-page .clean-hero-copy {
    width: calc(100% - 32px);
    padding: 140px 0 200px;
  }

  .home-page .hero .eyebrow {
    max-width: 300px;
    gap: 10px;
    font-size: 13px;
  }

  .home-page .hero .eyebrow::before {
    width: 24px;
    flex-basis: 24px;
  }

  .home-page .clean-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(46px, 14vw, 60px);
    line-height: 0.94;
  }

  .home-page .clean-hero-copy .hero-lead {
    max-width: 310px;
    font-size: 16px;
  }

  .home-ambassador {
    height: auto;
    grid-template-columns: 1fr;
  }

  .ambassador-copy {
    padding: 42px 16px 48px;
  }

  .ambassador-kicker {
    margin-bottom: 22px;
  }

  .ambassador-title-primary {
    font-size: clamp(48px, 14vw, 58px);
  }

  .ambassador-title-secondary {
    margin-top: 10px;
    font-size: clamp(23px, 7vw, 28px);
  }

  .ambassador-identity {
    margin-top: 28px;
  }

  .ambassador-statement {
    font-size: 15px;
  }

  .ambassador-media {
    height: min(150vw, 680px);
    min-height: 520px;
    border-left: 0;
  }

  .ambassador-media figcaption {
    top: 20px;
    right: 18px;
  }

  .ambassador-carousel-ui {
    inset: 0;
  }

  .ambassador-carousel-buttons button {
    width: 44px;
    height: 44px;
  }

  .ambassador-carousel-buttons button:first-child {
    left: 12px;
  }

  .ambassador-carousel-buttons button:last-child {
    right: 12px;
  }

  .ambassador-counter {
    bottom: 18px;
  }

  .home-page .hero-actions {
    flex-wrap: nowrap;
  }

  .home-page .hero .primary-button,
  .home-page .hero .secondary-button {
    min-width: 0;
    flex: 1;
    font-size: 13px;
  }

  .hero-proof {
    right: 16px;
    bottom: 18px;
    left: 16px;
    justify-content: space-between;
  }

  .hero-proof span {
    min-width: 0;
    padding: 14px 12px 0 0;
  }

  .hero-proof span + span {
    padding-left: 12px;
  }

  .hero-proof strong {
    font-size: 21px;
  }

  .hero-proof small {
    font-size: 9px;
  }

  .home-series,
  .home-profile {
    width: calc(100% - 32px);
  }

  .home-series {
    padding: 52px 0 64px;
  }

  .home-profile {
    padding: 64px 0 72px;
  }

  .home-section-heading {
    grid-template-columns: 1fr;
    margin-bottom: 34px;
  }

  .home-section-heading h2,
  .home-cta h2 {
    font-size: 38px;
  }

  .home-section-heading .text-link {
    justify-self: start;
  }

  .series-directory {
    grid-template-columns: 1fr;
  }

  .series-item {
    grid-template-rows: auto auto;
  }

  .series-visual {
    padding: 24px;
  }

  .series-copy strong {
    font-size: 23px;
  }

  .solution-media {
    min-height: 390px;
    padding: 24px;
  }

  .solution-copy {
    padding: 58px 16px 68px;
  }

  .solution-copy h2 {
    font-size: 62px;
  }

  .solution-copy > p:not(.section-label) {
    font-size: 16px;
  }

  .solution-links {
    align-items: stretch;
    flex-direction: column;
  }

  .profile-facts {
    grid-template-columns: 1fr;
  }

  .profile-facts article {
    min-height: 170px;
    padding: 30px 0;
  }

  .profile-facts article + article {
    padding-left: 0;
    border-top: 1px solid var(--home-line);
    border-left: 0;
  }

  .profile-facts strong {
    margin-bottom: 34px;
    font-size: 58px;
  }

  .home-cta {
    min-height: 430px;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 58px 16px;
  }

  .home-cta .primary-button {
    grid-column: 1;
    justify-self: start;
  }

  .home-page .chat-launcher {
    right: 14px;
    bottom: 14px;
    min-height: 44px;
    padding: 0 14px 0 36px;
  }

  .home-page .chat-launcher::before {
    left: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .clean-hero .hero-media img,
  .series-visual img,
  .ambassador-slide,
  .ambassador-slide img {
    animation: none;
    transition: none;
  }
}
