.home-story-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.home-story-inner { width: min(1280px, calc(100% - 104px)); margin: 0 auto; }
.home-story-top {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  align-items: end;
  gap: 8vw;
  margin-bottom: 58px;
}
.home-story-title {
  margin-top: 14px;
  font: 900 clamp(29px, 3.9vw, 56px)/.9 var(--font-display);
  text-transform: uppercase;
  letter-spacing: -.025em;
}
.home-story-copy { font: 300 16px/1.7 var(--font-body); }

#about-emma {
  --about-progress: 0;
  --about-partner-reveal-progress: 0;
  position: relative;
  margin-top: -1px;
  height: 289svh;
  min-height: max(100svh, 900px);
  color: #fff;
  background: var(--color-brand-black, #151719);
  isolation: isolate;
}

#about-emma[hidden] {
  display: none !important;
}

#about-emma::after {
  display: none;
}

#about-emma.home-about-visual-only .home-about-sticky {
  opacity: .72;
  filter: blur(10px);
  transform: scale(1.035);
  transition:
    opacity .95s ease,
    filter 1.15s cubic-bezier(.22,1,.36,1),
    transform 1.15s cubic-bezier(.22,1,.36,1);
}

#about-emma.is-why-visible .home-about-sticky {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

#about-emma.home-about-visual-only {
  height: 100svh;
  min-height: max(100svh, 720px);
}

#about-emma.home-about-visual-only .home-about-sticky {
  position: relative;
  height: 100%;
  min-height: max(100svh, 720px);
}

.home-about-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: max(100svh, 900px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 73% 18%, rgba(232,5,5,.13), transparent 24%),
    linear-gradient(180deg, #151719 0%, #0b0c0d 100%);
}

.home-about-sticky::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(21,23,25,.22) 0%, rgba(21,23,25,.14) 38%, rgba(21,23,25,.07) 70%, rgba(11,12,13,.04) 100%),
    linear-gradient(90deg, rgba(11,12,13,.2) 0%, rgba(11,12,13,.08) 35%, rgba(11,12,13,.06) 65%, rgba(11,12,13,.18) 100%);
}

.home-about-scroll-video {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: saturate(1.02) contrast(1.05);
  pointer-events: none;
}

.home-about-video-top-fade {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: clamp(330px, 52vh, 560px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    #151719 0%,
    rgba(21, 23, 25, .99) 26%,
    rgba(21, 23, 25, .9) 43%,
    rgba(21, 23, 25, .58) 63%,
    rgba(21, 23, 25, .2) 82%,
    transparent 100%
  );
}

.home-about-video-late-overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  opacity: var(--video-late-overlay-opacity, 0);
  background: rgba(0, 0, 0, .28);
  will-change: opacity;
}

.home-about-grid {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  opacity: .26;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: clamp(70px, 9vw, 150px) clamp(70px, 9vw, 150px);
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 74%);
  mask-image: linear-gradient(180deg, #000, transparent 74%);
}

.home-about-index {
  position: absolute;
  z-index: 6;
  top: clamp(76px, 9vh, 112px);
  right: clamp(24px, 4vw, 68px);
  color: rgba(255,255,255,.34);
  font: 500 9px/1 var(--font-display);
  letter-spacing: .24em;
}

.home-about-header {
  position: absolute;
  z-index: 7;
  top: clamp(96px, 11vh, 132px);
  right: clamp(24px, 5vw, 88px);
  left: clamp(24px, 5vw, 88px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  pointer-events: none;
}

.home-about-badge {
  position: relative;
  display: inline-grid;
  grid-template-areas: "label";
  justify-content: center;
  margin-bottom: 22px;
  padding: 0 38px;
  overflow: hidden;
  color: var(--emma-red);
}

.home-about-badge::before,
.home-about-badge::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.home-about-badge::before { left: 0; }
.home-about-badge::after { right: 0; }

.home-about-header-label {
  grid-area: label;
  will-change: transform;
}

.home-about-header-label--rome {
  transform: translate3d(0, calc(var(--about-partner-reveal-progress) * -1.4em), 0);
}

.home-about-header-label--partnership {
  transform: translate3d(0, calc((1 - var(--about-partner-reveal-progress)) * 1.4em), 0);
}

.home-about-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  row-gap: .1em;
  width: min(1600px, 100%);
  margin-top: 0;
  color: #fff;
  font: 900 clamp(33px, 4.06vw, 65px)/.84 var(--font-display);
  letter-spacing: -.045em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-about-title span {
  display: inline-block;
}

.home-about-title-counter {
  display: grid !important;
  grid-template-areas: "counter";
  align-items: center;
  width: 100%;
  height: 1em;
  overflow: hidden;
  text-align: center;
}

.home-about-title-counter-item {
  grid-area: counter;
  width: 100%;
  will-change: transform;
}

.home-about-title-counter-item--rome {
  transform: translate3d(0, calc(var(--about-partner-reveal-progress) * -1.12em), 0);
}

.home-about-title-counter-item--partnership {
  font-size: 1em;
  transform: translate3d(0, calc((1 - var(--about-partner-reveal-progress)) * 1.12em), 0);
}

.home-about-title-counter-item--partnership em {
  color: inherit;
  font-style: normal;
}

.home-about-title-accent {
  color: var(--emma-red);
}

.home-about-title .home-about-title-destination {
  --rome-strike-progress: clamp(
    0,
    calc((var(--video-progress, 0) - .43) * 7.1429),
    1
  );
  --destination-swap-progress: clamp(
    0,
    calc((var(--video-progress, 0) - .56) * 3.125),
    1
  );
  position: relative;
  display: inline-grid;
  grid-template-areas: "destination";
  align-items: center;
  justify-content: center;
  min-width: 4.8em;
  min-height: 1.42em;
  justify-self: center;
  margin: 0 auto;
  overflow: visible;
  isolation: isolate;
}

.home-about-title .home-about-title-destination::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 4.9em;
  height: 1.55em;
  border-radius: 50%;
  opacity: calc(var(--destination-swap-progress) * .72);
  background: radial-gradient(
    ellipse,
    rgba(232,5,5,.34) 0%,
    rgba(232,5,5,.13) 42%,
    transparent 72%
  );
  filter: blur(12px);
  transform: translate(-50%, -50%) scale(.92);
  animation: home-about-emma-logo-glow 2.4s ease-in-out infinite;
  will-change: filter, transform;
}

.home-about-title-destination s {
  position: relative;
  z-index: 1;
  grid-area: destination;
  display: inline-block;
  justify-self: center;
  color: rgb(255 255 255 / calc(1 - var(--rome-strike-progress) * .54));
  text-decoration: none;
  opacity: calc(1 - var(--destination-swap-progress));
  filter: blur(calc(var(--destination-swap-progress) * 5px));
  transform:
    translate3d(calc(var(--destination-swap-progress) * -34px), 0, 0)
    scale(calc(1 - var(--destination-swap-progress) * .04));
  will-change: opacity, filter, transform;
}

.home-about-title-destination s::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -.06em;
  left: -.06em;
  height: .1em;
  border-radius: 999px;
  background: var(--emma-red);
  box-shadow: 0 0 14px rgba(232,5,5,.34);
  transform: translateY(-50%) scaleX(var(--rome-strike-progress));
  transform-origin: left center;
  will-change: transform;
}

.home-about-title-destination-logo {
  position: relative;
  z-index: 1;
  grid-area: destination;
  justify-self: center;
  display: block;
  width: auto;
  height: 1.42em;
  object-fit: contain;
  opacity: var(--destination-swap-progress);
  filter:
    blur(calc((1 - var(--destination-swap-progress)) * 6px))
    drop-shadow(0 5px 22px rgba(232,5,5,.3));
  transform:
    translate3d(calc(12px + (1 - var(--destination-swap-progress)) * 38px), 0, 0)
    scale(calc(.96 + var(--destination-swap-progress) * .04));
  will-change: opacity, filter, transform;
}

.home-about-intro-passage {
  --passage-reveal-progress: clamp(
    0,
    calc((var(--about-progress, 0) - .18) * 6.25),
    1
  );
  width: min(1160px, 92%);
  margin: 24px auto 0;
  color: rgba(255,255,255,.7);
  font: 400 clamp(12px, .9vw, 15px)/1.82 var(--font-body);
  letter-spacing: .005em;
  text-align: center;
  text-wrap: pretty;
  opacity: var(--passage-reveal-progress);
  filter: blur(calc((1 - var(--passage-reveal-progress)) * 4px));
  transform: translate3d(0, calc((1 - var(--passage-reveal-progress)) * 18px), 0);
  will-change: opacity, filter, transform;
}

.home-about-intro-passage strong {
  color: var(--emma-red);
  font-weight: 800;
}

.home-about-intro-passage strong:not(:first-child)::before {
  content: '  ·  ';
  color: rgba(255,255,255,.28);
  font-weight: 400;
  white-space: pre;
}

@keyframes home-about-emma-logo-glow {
  0%, 100% {
    filter: blur(12px);
    transform: translate(-50%, -50%) scale(.92);
  }
  50% {
    filter: blur(17px);
    transform: translate(-50%, -50%) scale(1.08);
  }
}

.home-about-why {
  position: absolute;
  z-index: 6;
  top: clamp(285px, 35vh, 365px);
  right: clamp(28px, 5vw, 88px);
  bottom: clamp(58px, 7vh, 82px);
  left: clamp(28px, 5vw, 88px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}

.home-about-why-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 18px;
  margin-bottom: clamp(14px, 2vh, 22px);
  opacity: 0;
  transform: translateY(18px);
}

.home-about-why-head span,
.home-about-why-head small {
  padding-bottom: 3px;
  color: rgba(255,255,255,.46);
  font: 600 8px/1 var(--font-display);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.home-about-why-head span {
  color: var(--emma-red);
}

.home-about-why-head small {
  text-align: right;
}

.home-about-why-head h3 {
  margin: 0;
  color: #fff;
  font: 800 clamp(22px, 2.15vw, 34px)/.95 var(--font-display);
  letter-spacing: -.045em;
  text-align: center;
  text-transform: uppercase;
}

.home-about-why-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: clamp(7px, .75vw, 13px);
  width: min(1380px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  pointer-events: auto;
}

.home-about-why-grid li {
  position: relative;
  grid-column: span 2;
  min-height: clamp(82px, 10vh, 112px);
  padding: clamp(14px, 1.35vw, 22px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-top-color: rgba(232,5,5,.78);
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(10,11,12,.9), rgba(10,11,12,.58)),
    radial-gradient(circle at 100% 0%, rgba(232,5,5,.16), transparent 46%);
  box-shadow: 0 18px 50px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.05);
  transform: translate3d(0, 32px, 0) scale(.97);
  transition:
    border-color .3s ease,
    background .3s ease,
    transform .35s cubic-bezier(.22,1,.36,1),
    box-shadow .35s ease;
}

.home-about-why-grid li:nth-child(5) {
  grid-column: 2 / span 2;
}

.home-about-why-grid li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 42%;
  height: 2px;
  background: linear-gradient(90deg, var(--emma-red), #fff);
  box-shadow: 0 0 15px rgba(232,5,5,.55);
  transform: scaleX(0);
  transform-origin: left;
}

.home-about-why-grid li::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -28px;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
}

.home-about-why-grid li > span {
  display: block;
  margin-bottom: 10px;
  color: var(--emma-red);
  font: 700 8px/1 var(--font-display);
  letter-spacing: .18em;
}

.home-about-why-grid p {
  max-width: 250px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font: 600 clamp(10px, .75vw, 12px)/1.38 var(--font-display);
  letter-spacing: .015em;
}

.home-about-why-grid li:hover {
  border-color: rgba(255,255,255,.3);
  background:
    linear-gradient(135deg, rgba(15,16,18,.94), rgba(12,13,14,.7)),
    radial-gradient(circle at 100% 0%, rgba(232,5,5,.24), transparent 48%);
  box-shadow: 0 25px 70px rgba(0,0,0,.4), 0 0 34px rgba(232,5,5,.08);
  transform: translateY(-4px);
}

#about-emma.is-why-visible .home-about-why-head {
  animation: home-about-why-head-in .7s cubic-bezier(.22,1,.36,1) .08s both;
}

#about-emma.is-why-visible .home-about-why-grid li {
  animation: home-about-why-card-in .72s cubic-bezier(.22,1,.36,1) calc(.18s + var(--why-index) * .075s) both;
}

#about-emma.is-why-visible .home-about-why-grid li::before {
  animation: home-about-why-line-in .65s cubic-bezier(.22,1,.36,1) calc(.42s + var(--why-index) * .075s) both;
}

@keyframes home-about-why-head-in {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes home-about-why-card-in {
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes home-about-why-line-in {
  to { transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
  .home-about-scroll-video {
    display: block;
  }

  .home-about-title .home-about-title-destination {
    --rome-strike-progress: 1;
    --destination-swap-progress: 1;
  }

  .home-about-title .home-about-title-destination::after {
    animation: none;
  }

  .home-about-intro-passage {
    --passage-reveal-progress: 1;
    filter: none;
    transform: none;
  }

  .home-about-why-head,
  .home-about-why-grid li {
    opacity: 1;
    transform: none;
    animation: none !important;
  }

  .home-about-why-grid li::before {
    transform: scaleX(1);
    animation: none !important;
  }
}

.home-about-partnership-reveal {
  position: absolute;
  z-index: 10;
  right: clamp(24px, 5vw, 80px);
  bottom: 0;
  left: clamp(24px, 5vw, 80px);
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(540px, 1.38fr);
  align-items: end;
  gap: clamp(36px, 5vw, 80px);
  height: 58%;
  padding: clamp(30px, 4vh, 54px) clamp(28px, 4vw, 64px);
  overflow: visible;
  color: #fff;
  opacity: var(--about-partner-reveal-progress);
  background: transparent;
  pointer-events: none;
  transform: translate3d(0, calc((1 - var(--about-partner-reveal-progress)) * 40px), 0);
  will-change: opacity, transform;
}

.home-about-partnership-reveal::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc(clamp(24px, 5vw, 80px) * -1);
  bottom: 0;
  left: calc(clamp(24px, 5vw, 80px) * -1);
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(3,4,5,.72) 22%,
    rgba(3,4,5,.94) 48%,
    #000 76%,
    #000 100%
  );
  background-size: 100% 115%;
  animation: home-about-partnership-gradient 4.5s ease-in-out infinite alternate;
}

@keyframes home-about-partnership-gradient {
  from { background-position: 50% 0%; }
  to { background-position: 50% 24%; }
}

@media (prefers-reduced-motion: reduce) {
  .home-about-partnership-reveal::before {
    animation: none;
  }

}

.home-about-partnership-copy h3 {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.3vw, 20px);
  max-width: 1500px;
  margin-top: 0;
  color: #fff;
  font: 900 clamp(21px, 1.8vw, 31px)/.96 var(--font-display);
  letter-spacing: -.035em;
  text-align: left;
  text-transform: uppercase;
}

.home-about-partnership-heading-copy {
  display: block;
}

.home-about-partnership-heading-globe {
  position: relative;
  flex: 0 0 auto;
  width: clamp(54px, 4.2vw, 72px);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: drop-shadow(0 0 18px rgba(232,5,5,.22));
  overflow: hidden;
  pointer-events: auto;
  touch-action: none;
}

.home-about-partnership-heading-globe canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.home-about-partnership-copy {
  display: grid;
  align-content: center;
  gap: clamp(20px, 2.5vh, 32px);
}

.home-car-scroll-actions.home-about-partnership-actions {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 0;
  opacity: 1;
  pointer-events: auto;
}

.home-about-partnership-actions :is(a, button) {
  pointer-events: auto;
}

.home-about-partnership-action-logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.home-about-partnership-action-logo img {
  display: block;
  width: 54px;
  height: auto;
  margin: 0 4px 0 1px;
  filter: brightness(0) invert(1);
  transition: filter .28s ease;
}

.home-about-partnership-actions :is(a, button).is-active .home-about-partnership-action-logo img {
  filter: brightness(0) invert(1);
}

.home-about-partnership-actions :is(a, button):hover .home-about-partnership-action-logo img {
  filter: none;
}

.home-about-partnership-copy h3 .home-about-partnership-accent {
  color: var(--emma-red);
}

.home-about-partnership-copy h3 .home-about-partnership-underline {
  text-decoration: underline;
  text-decoration-thickness: .08em;
  text-underline-offset: .13em;
}

.home-about-partnership-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 2.2vh, 28px);
  width: 100%;
  color: rgba(255,255,255,.92);
  font: 400 clamp(16px, 1.25vw, 21px)/1.62 var(--font-body);
}

.home-about-partnership-content > p strong {
  color: #fff;
}

.home-profile-content {
  align-content: center;
  transition: opacity .18s ease, transform .24s cubic-bezier(.22, 1, .36, 1);
}

.home-profile-content.is-updating,
.home-car-scroll-copy-main.is-updating {
  opacity: .2;
  transform: translateY(9px);
}

.home-profile-content-kicker {
  color: var(--emma-red);
  font: 700 9px/1 var(--font-display);
  letter-spacing: .2em;
  text-transform: uppercase;
}

.home-profile-content > h4 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font: 850 clamp(23px, 2.25vw, 39px)/1.02 var(--font-display);
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.home-profile-content > p {
  max-width: 850px;
  margin: 0;
  color: rgba(255,255,255,.74);
  font: 400 clamp(12px, .95vw, 16px)/1.58 var(--font-body);
}

.home-profile-content-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-profile-content-points li {
  position: relative;
  min-height: 42px;
  padding: 12px 12px 11px 30px;
  color: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.035);
  font: 650 clamp(9px, .72vw, 12px)/1.35 var(--font-display);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-profile-content-points li::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 13px;
  width: 5px;
  height: 5px;
  background: var(--emma-red);
  box-shadow: 0 0 12px rgba(232,5,5,.55);
}

@media (max-width: 640px) {
  .home-profile-content-points {
    grid-template-columns: 1fr;
  }

  .home-profile-content-points li {
    min-height: 36px;
    padding-block: 9px;
  }

  .home-profile-content-points li::before {
    top: 13px;
  }
}

.home-about-partnership-card ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-b2b-channels.home-about-partnership-card {
  display: grid;
  grid-template-columns: max-content 1px minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(16px, 1.5vw, 24px);
}

.home-b2b-channels.home-about-partnership-card strong {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0 0 0 10px;
  color: #fff;
  font: 900 clamp(18px, 1.55vw, 27px)/.95 var(--font-display);
  letter-spacing: -.03em;
  text-align: left;
  text-transform: uppercase;
}

.home-about-partnership-divider {
  align-self: center;
  width: 1px;
  height: 88%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(255,255,255,.08) 16%,
    rgba(255,255,255,.3) 50%,
    rgba(255,255,255,.08) 84%,
    transparent 100%
  );
}

.home-b2b-channels.home-about-partnership-card strong span {
  display: block;
}

.home-b2b-channels.home-about-partnership-card::before {
  top: 50%;
  left: 26px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(3,4,5,.82);
  border-radius: 50%;
  background: #f01818;
  box-shadow:
    0 0 0 4px rgba(240,24,24,.15),
    0 0 22px rgba(240,24,24,.82);
  transform: translate(-50%, -50%);
  animation: home-partnership-presence-pulse 1.8s ease-in-out infinite;
}

.home-b2b-channels.home-about-partnership-card::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 26px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(240,24,24,.9);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: home-partnership-broadcast 2.2s cubic-bezier(.2,.65,.35,1) infinite;
}

@keyframes home-partnership-presence-pulse {
  0%, 100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: .72;
    transform: translate(-50%, -50%) scale(.82);
  }
}

@keyframes home-partnership-broadcast {
  0% {
    opacity: .8;
    transform: translate(-50%, -50%) scale(.85);
  }
  75%, 100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3.2);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-b2b-channels.home-about-partnership-card::before,
  .home-b2b-channels.home-about-partnership-card::after {
    animation: none;
  }
}

.home-about-partnership-reveal > .home-about-partnership-card {
  grid-column: 1 / -1;
  width: 100%;
  align-self: end;
}

.home-about-partnership-card li {
  color: #fff;
  font: 700 clamp(11px, .85vw, 14px)/1.35 var(--font-body);
}

.home-about-partnership-card li [data-channel-focus-item] {
  position: relative;
  display: block;
  padding: 3px 5px 3px 17px;
  color: rgba(255,255,255,.68);
  font: inherit;
  text-align: left;
  white-space: nowrap;
  opacity: .68;
  pointer-events: none;
  transition: color .65s ease, opacity .65s ease;
}

.home-about-partnership-card li [data-channel-focus-item]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
}

.home-about-partnership-card li [data-channel-focus-item].is-active {
  color: #fff;
  opacity: 1;
}

.home-about-partnership-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  justify-self: start;
  grid-column: 1 / -1;
  margin-top: 0;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  font: 750 10px/1 var(--font-display);
  letter-spacing: .14em;
  text-transform: uppercase;
  pointer-events: auto;
}

.home-about-partnership-link i {
  color: var(--emma-red);
  font: normal 18px/1 var(--font-body);
}

.home-about-road-track {
  position: absolute;
  z-index: 6;
  top: clamp(205px, 23vh, 250px);
  right: 0;
  bottom: clamp(62px, 7vh, 86px);
  left: 0;
  overflow: visible;
  perspective: 1200px;
  perspective-origin: 50% 32%;
  transform-style: preserve-3d;
  pointer-events: none;
}

.home-about-road-axis {
  position: absolute;
  top: 16%;
  bottom: 2%;
  left: 50%;
  width: 1px;
  opacity: .5;
  transform: translateX(-50%);
  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(232,5,5,.7) 24%,
      rgba(255,255,255,.28) 70%,
      transparent
    );
  box-shadow: 0 0 18px rgba(232,5,5,.32);
}

.home-about-road-card {
  --panel-y: 0px;
  --panel-z: 0px;
  --panel-rotate: 0deg;
  --panel-opacity: 0;
  --panel-blur: 0px;
  --panel-layer: 1;
  position: absolute;
  z-index: var(--panel-layer);
  top: 56%;
  left: 50%;
  width: min(620px, 45vw);
  max-height: min(455px, 58vh);
  padding: clamp(20px, 2vw, 32px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  border-top: 2px solid rgba(232,5,5,.84);
  color: #fff;
  opacity: var(--panel-opacity);
  background:
    linear-gradient(135deg, rgba(8,9,10,.88), rgba(8,9,10,.58)),
    radial-gradient(circle at 100% 0%, rgba(232,5,5,.18), transparent 42%);
  box-shadow:
    0 26px 80px rgba(0,0,0,.48),
    inset 0 1px rgba(255,255,255,.06);
  filter: blur(var(--panel-blur));
  transform:
    translate3d(-50%, calc(-50% + var(--panel-y)), var(--panel-z))
    rotateX(var(--panel-rotate));
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  transition:
    opacity .08s linear,
    filter .08s linear,
    border-color .25s ease,
    box-shadow .25s ease;
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
}

.home-about-road-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 88px;
  height: 2px;
  background: #fff;
  box-shadow: 0 0 16px rgba(255,255,255,.65);
}

.home-about-road-card.is-current {
  border-color: rgba(255,255,255,.25);
  border-top-color: var(--emma-red);
  box-shadow:
    0 32px 100px rgba(0,0,0,.62),
    0 0 42px rgba(232,5,5,.12),
    inset 0 1px rgba(255,255,255,.08);
}

.home-about-road-card--story {
  width: min(700px, 50vw);
}

.home-about-road-card-index {
  display: block;
  margin-bottom: 15px;
  color: var(--emma-red);
  font: 700 9px/1 var(--font-display);
  letter-spacing: .2em;
  text-transform: uppercase;
}

.home-about-road-card h3 {
  max-width: 580px;
  margin: 0;
  font: 800 clamp(20px, 2vw, 31px)/1.02 var(--font-display);
  letter-spacing: -.01em;
  text-transform: uppercase;
}

.home-about-road-card-copy {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.home-about-road-card-copy p {
  max-width: 590px;
  margin: 0;
  color: rgba(255,255,255,.68);
  font: 400 clamp(10px, .72vw, 12px)/1.55 var(--font-body);
}

.home-about-road-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 20px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.1);
}

.home-about-road-values span {
  padding: 11px 8px;
  color: rgba(255,255,255,.78);
  background: rgba(8,9,10,.84);
  font: 700 8px/1 var(--font-display);
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.home-about-road-card-signal {
  display: block;
  margin-top: 22px;
  padding-top: 13px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.5);
  font: 600 8px/1 var(--font-display);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.home-about-layout {
  position: absolute;
  z-index: 6;
  top: clamp(225px, 26vh, 285px);
  right: clamp(28px, 4.5vw, 78px);
  bottom: clamp(54px, 7vh, 88px);
  left: clamp(28px, 4.5vw, 78px);
  display: grid;
  grid-template-columns: minmax(0, 35fr) minmax(0, 30fr) minmax(0, 35fr);
  gap: 0;
  align-items: start;
}

.home-about-intro,
.home-about-pillars {
  position: relative;
  border: 0;
  background: rgba(0,0,0,.84);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition:
    opacity .5s cubic-bezier(.22,1,.36,1),
    transform .65s cubic-bezier(.22,1,.36,1);
  will-change: opacity, transform;
}

.home-about-intro {
  padding: 0 clamp(28px, 3.4vw, 64px) 0 0;
}

.home-about-intro::before,
.home-about-pillars::before {
  display: none;
}

.home-about-intro-label,
.home-about-pillar-head > span:first-child {
  display: block;
  color: var(--emma-red);
  font: 600 9px/1 var(--font-display);
  letter-spacing: .19em;
  text-transform: uppercase;
}

.home-about-intro > h3 {
  margin: 18px 0 0;
  color: #fff;
  font: 700 clamp(15px, 1.15vw, 19px)/1.2 var(--font-display);
  letter-spacing: .01em;
}

.home-about-description {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.home-about-description p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font: 400 clamp(10.5px, .72vw, 12.5px)/1.5 var(--font-body);
}

.home-about-values-label {
  display: block;
  margin-top: clamp(24px, 3vh, 34px);
  color: var(--emma-red);
  font: 600 9px/1 var(--font-display);
  letter-spacing: .19em;
  text-transform: uppercase;
}

.home-about-values-inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 22px;
  margin-top: 12px;
}

.home-about-values-inline > div {
  padding-top: 13px;
  border-top: 1px solid rgba(255,255,255,.16);
}

.home-about-values-inline h4 {
  margin: 0;
  color: #fff;
  font: 700 10px/1.1 var(--font-display);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-about-values-inline p {
  margin: 7px 0 0;
  color: rgba(255,255,255,.48);
  font: 400 clamp(9px, .62vw, 11px)/1.45 var(--font-body);
}

.home-about-direction-label {
  display: block;
  color: var(--emma-red);
  font: 600 9px/1 var(--font-display);
  letter-spacing: .19em;
  text-transform: uppercase;
}

.home-about-direction-lead {
  max-width: 520px;
  margin: 18px 0 0;
  color: #fff;
  font: 700 clamp(15px, 1.15vw, 19px)/1.2 var(--font-display);
}

.home-about-principle-stack {
  position: relative;
  min-height: clamp(250px, 33vh, 340px);
  margin-top: clamp(26px, 3.2vh, 38px);
}

.home-about-principle {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 16px;
  margin-top: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.16);
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity .45s ease,
    transform .55s cubic-bezier(.22,1,.36,1);
  pointer-events: none;
  will-change: opacity, transform;
}

#about-emma[data-about-stage="1"] .home-about-principle[data-about-panel="1"],
#about-emma[data-about-stage="2"] .home-about-principle[data-about-panel="2"] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.home-about-principle > span {
  padding-top: 4px;
  color: var(--emma-red);
  font: 600 9px/1 var(--font-display);
  letter-spacing: .12em;
}

.home-about-principle h3 {
  margin: 0;
  color: #fff;
  font: 700 clamp(17px, 1.3vw, 22px)/1.05 var(--font-display);
  letter-spacing: .03em;
  text-transform: uppercase;
}

.home-about-principle p {
  max-width: 580px;
  margin: 10px 0 0;
  color: rgba(255,255,255,.58);
  font: 400 clamp(10px, .72vw, 12px)/1.55 var(--font-body);
}

.home-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.home-about-cta {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  font: 600 9px/1 var(--font-display);
  letter-spacing: .14em;
  text-transform: uppercase;
  transition:
    color .25s ease,
    background .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

.home-about-cta--primary {
  border-color: var(--emma-red);
  background: var(--emma-red);
}

.home-about-cta:hover {
  transform: translateY(-2px);
}

.home-about-cta--primary:hover {
  border-color: #fff;
  background: #fff;
  color: #151719;
}

.home-about-cta--secondary:hover {
  border-color: #fff;
  background: rgba(255,255,255,.1);
}

.home-about-motion-space {
  min-width: 0;
  height: 100%;
  pointer-events: none;
}

.home-about-pillars {
  align-self: start;
  width: 100%;
  padding: 0 0 0 clamp(28px, 3.4vw, 64px);
  overflow: visible;
}

#about-emma[data-about-stage="0"] .home-about-pillars {
  opacity: 0;
  transform: translate3d(28px, 0, 0);
  pointer-events: none;
}

#about-emma:not([data-about-stage="0"]) .home-about-intro {
  opacity: 0;
  transform: translate3d(-28px, 0, 0);
  pointer-events: none;
}

.home-about-pillar-head {
  display: grid;
  grid-template-columns: 1fr 92px;
  align-items: center;
  gap: 18px;
  margin-bottom: 8px;
}

.home-about-chapter-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 16px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.1);
}

.home-about-chapter-tabs span {
  padding: 10px 8px;
  background: rgba(11,12,13,.82);
  color: rgba(255,255,255,.34);
  font: 600 7px/1.15 var(--font-display);
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
  transition: color .3s ease, background .3s ease;
}

.home-about-chapter-tabs span.is-current {
  color: #fff;
  background: rgba(232,5,5,.18);
}

.home-about-chapter {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.42);
  font: 600 8px/1 var(--font-display);
  letter-spacing: .12em;
}

.home-about-chapter b {
  font-weight: 600;
}

.home-about-chapter b:first-child {
  color: var(--emma-red);
}

.home-about-chapter i {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: rgba(255,255,255,.18);
}

.home-about-chapter i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--emma-red);
  transform: scaleX(var(--about-progress));
  transform-origin: left;
}

.home-about-chapter-stage {
  position: relative;
  height: clamp(350px, 43vh, 455px);
  margin-top: 16px;
}

.home-about-pillar {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255,255,255,.1);
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity .35s ease,
    transform .45s cubic-bezier(.22,1,.36,1),
    border-color .35s ease;
  will-change: opacity, transform;
  pointer-events: none;
}

.home-about-pillar.is-current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  border-color: rgba(232,5,5,.6);
  pointer-events: auto;
}

.home-about-pillar-number {
  padding-top: 5px;
  color: var(--emma-red);
  font: 600 9px/1 var(--font-display);
  letter-spacing: .12em;
}

.home-about-pillar h3 {
  margin: 0;
  color: #fff;
  font: 700 clamp(17px, 1.3vw, 22px)/1.05 var(--font-display);
  letter-spacing: .03em;
  text-transform: uppercase;
}

.home-about-pillar h4 {
  margin: 8px 0 14px;
  color: var(--emma-red);
  font: 600 clamp(10px, .76vw, 12px)/1.35 var(--font-display);
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-about-pillar h5 {
  margin: 0;
  color: #fff;
  font: 700 10px/1.2 var(--font-display);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-about-pillar p {
  margin: 7px 0 0;
  color: rgba(255,255,255,.56);
  font: 400 clamp(9.5px, .68vw, 11.5px)/1.48 var(--font-body);
}

.home-about-origin {
  margin-top: 12px !important;
  padding: 10px 12px;
  border-left: 2px solid var(--emma-red);
  background: rgba(232,5,5,.08);
}

.home-about-origin strong {
  color: #fff;
  font-family: var(--font-display);
  letter-spacing: .12em;
}

.home-about-origin b {
  color: rgba(255,255,255,.78);
  font-weight: 600;
}

.home-about-mv {
  display: grid;
  gap: 16px;
}

.home-about-mv > div + div {
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.home-about-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.home-about-values > div {
  min-height: 106px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.035);
}

.home-about-foot {
  position: absolute;
  z-index: 6;
  right: clamp(24px, 4vw, 68px);
  bottom: clamp(18px, 3vh, 34px);
  left: clamp(24px, 4vw, 68px);
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.38);
  font: 500 8px/1 var(--font-display);
  letter-spacing: .2em;
}

.home-car-explore-cue.home-about-partner-cue {
  --car-card-color-progress: clamp(
    0,
    calc(1 - var(--about-progress, 0) * 5),
    1
  );
  position: absolute;
  z-index: 8;
  right: 0;
  bottom: clamp(52px, 7vh, 78px);
  left: 0;
  width: max-content;
  margin: 0 auto;
  pointer-events: none;
  animation: home-about-partner-cue-float 2.6s ease-in-out infinite;
}

@keyframes home-about-partner-cue-float {
  0%, 100% { transform: translate3d(0, 7px, 0); }
  42%, 58% { transform: translate3d(0, -7px, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .home-car-explore-cue.home-about-partner-cue {
    animation: none;
  }
}

.home-car-scroll {
  --car-scroll-progress: 0;
  --car-card-color-progress: 0;
  --car-headline-underline-progress: 0;
  --car-exit-progress: 0;
  --car-why-reveal-progress: 0;
  --car-opening-overlay-opacity: .45;
  position: relative;
  height: auto;
  background: #151719;
}

.home-car-scroll-runway {
  position: relative;
  z-index: 2;
  height: 360svh;
  color: #fff;
  background: #151719;
}

.home-portfolio-nav-anchor {
  position: absolute;
  top: 225svh;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.home-car-scroll-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  background: #151719;
}

.home-car-scroll-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  filter: saturate(.9) contrast(1.08);
}

.home-showroom-reveal {
  --showroom-reveal-progress: 0;
  --showroom-mist-early: 0;
  --showroom-mist-middle: 0;
  --showroom-mist-late: 0;
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  background-color: #fff;
  background-image: url("../assets/emma-empty-flagship-showroom.png?v=static-background-2");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  isolation: isolate;
}

.home-showroom-reveal.is-active {
  opacity: 1;
  visibility: visible;
}

.home-showroom-mist {
  position: absolute;
  z-index: 2;
  inset: -18%;
  overflow: hidden;
  background: rgba(255, 255, 255, calc(1 - var(--showroom-mist-early)));
  opacity: calc(1 - var(--showroom-reveal-progress) * .08);
  transform:
    translate3d(0, calc(var(--showroom-mist-middle) * -3%), 0)
    scale(calc(1.04 + var(--showroom-mist-middle) * .12));
  pointer-events: none;
  contain: strict;
  will-change: opacity, transform;
}

.home-showroom-mist::before,
.home-showroom-mist::after,
.home-showroom-mist-bank {
  position: absolute;
  display: block;
  content: "";
  border-radius: 46% 54% 62% 38% / 58% 42% 56% 44%;
  opacity: 1;
  filter: blur(clamp(34px, 5vw, 92px));
  background:
    radial-gradient(circle at 22% 56%, rgba(255,255,255,.98) 0 17%, rgba(255,255,255,0) 48%),
    radial-gradient(circle at 48% 36%, rgba(255,255,255,1) 0 23%, rgba(255,255,255,0) 55%),
    radial-gradient(circle at 76% 58%, rgba(250,252,252,.94) 0 19%, rgba(255,255,255,0) 52%),
    radial-gradient(ellipse at 50% 58%, rgba(255,255,255,.88) 0 30%, rgba(255,255,255,0) 72%);
  transform: translate3d(0, 0, 0) scale(1.15);
  will-change: opacity, transform;
}

.home-showroom-mist::before {
  top: -22%;
  left: -18%;
  width: 88%;
  height: 106%;
}

.home-showroom-mist::after {
  right: -22%;
  bottom: -22%;
  width: 94%;
  height: 112%;
}

.home-showroom-mist-bank--one {
  top: -8%;
  left: 14%;
  width: 78%;
  height: 62%;
}

.home-showroom-mist-bank--two {
  top: 24%;
  right: -12%;
  width: 72%;
  height: 68%;
}

.home-showroom-mist-bank--three {
  bottom: -24%;
  left: -10%;
  width: 78%;
  height: 82%;
}

.home-showroom-mist-bank--four {
  top: 22%;
  left: 22%;
  width: 62%;
  height: 62%;
}

.home-showroom-mist-bank--five {
  top: -16%;
  right: 2%;
  width: 58%;
  height: 66%;
}

.home-showroom-mist-bank--six {
  bottom: -20%;
  right: 12%;
  width: 66%;
  height: 72%;
}

.home-showroom-mist::before {
  opacity: calc(1 - var(--showroom-mist-early));
  transform:
    translate3d(
      calc(var(--showroom-mist-early) * -34%),
      calc(var(--showroom-mist-early) * -10%),
      0
    )
    scale(calc(1.15 + var(--showroom-mist-early) * .4));
}

.home-showroom-mist::after {
  opacity: calc(1 - var(--showroom-mist-middle));
  transform:
    translate3d(
      calc(var(--showroom-mist-middle) * 36%),
      calc(var(--showroom-mist-middle) * -8%),
      0
    )
    scale(calc(1.15 + var(--showroom-mist-middle) * .44));
}

.home-showroom-mist-bank--one {
  opacity: calc(1 - var(--showroom-mist-early));
  transform:
    translate3d(
      calc(var(--showroom-mist-early) * -8%),
      calc(var(--showroom-mist-early) * -42%),
      0
    )
    scale(calc(1.15 + var(--showroom-mist-early) * .46));
}

.home-showroom-mist-bank--two {
  opacity: calc(1 - var(--showroom-mist-middle));
  transform:
    translate3d(
      calc(var(--showroom-mist-middle) * 38%),
      calc(var(--showroom-mist-middle) * -14%),
      0
    )
    scale(calc(1.15 + var(--showroom-mist-middle) * .42));
}

.home-showroom-mist-bank--three {
  opacity: calc(1 - var(--showroom-mist-middle));
  transform:
    translate3d(
      calc(var(--showroom-mist-middle) * -38%),
      calc(var(--showroom-mist-middle) * 10%),
      0
    )
    scale(calc(1.15 + var(--showroom-mist-middle) * .48));
}

.home-showroom-mist-bank--four {
  opacity: calc(1 - var(--showroom-mist-late));
  transform:
    translate3d(0, calc(var(--showroom-mist-late) * -24%), 0)
    scale(calc(1.15 + var(--showroom-mist-late) * .66));
}

.home-showroom-mist-bank--five {
  opacity: calc(1 - var(--showroom-mist-middle));
  transform:
    translate3d(
      calc(var(--showroom-mist-middle) * 12%),
      calc(var(--showroom-mist-middle) * -44%),
      0
    )
    scale(calc(1.15 + var(--showroom-mist-middle) * .5));
}

.home-showroom-mist-bank--six {
  opacity: calc(1 - var(--showroom-mist-late));
  transform:
    translate3d(
      calc(var(--showroom-mist-late) * 34%),
      calc(var(--showroom-mist-late) * 14%),
      0
    )
    scale(calc(1.15 + var(--showroom-mist-late) * .52));
}

.home-portfolio-ecosystem {
  --portfolio-reveal-progress: 0;
  --portfolio-reveal-early: 0;
  --portfolio-reveal-middle: 0;
  --portfolio-reveal-late: 0;
  position: absolute;
  z-index: 4;
  inset: 0;
  overflow: hidden;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  isolation: isolate;
}

.home-portfolio-ecosystem::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      180deg,
      rgba(21,23,25,.72) 0%,
      rgba(21,23,25,.88) 48%,
      #151719 70%,
      #151719 100%
    ),
    radial-gradient(circle at 50% 26%, rgba(232,5,5,.12), transparent 34%);
  opacity: var(--portfolio-reveal-progress);
}

.home-portfolio-ecosystem.is-active {
  opacity: 1;
  visibility: visible;
}

.home-portfolio-ecosystem.is-interactive {
  pointer-events: auto;
}

.home-portfolio-ecosystem-inner {
  position: absolute;
  inset: clamp(82px, 9vh, 104px) clamp(34px, 6.2vw, 104px) clamp(24px, 3.5vh, 38px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: clamp(14px, 2vh, 24px);
  max-width: 1460px;
  margin: 0 auto;
}

.home-portfolio-ecosystem-header {
  text-align: center;
  opacity: var(--portfolio-reveal-early);
  filter: blur(calc((1 - var(--portfolio-reveal-early)) * 10px));
  transform:
    translate3d(0, calc((1 - var(--portfolio-reveal-early)) * 28px), 0)
    scale(calc(.965 + var(--portfolio-reveal-early) * .035));
  will-change: opacity, filter, transform;
}

.home-portfolio-ecosystem-kicker {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: var(--emma-red);
  font: 750 10px/1 var(--font-display);
  letter-spacing: .32em;
  text-transform: uppercase;
}

.home-portfolio-ecosystem-kicker::before,
.home-portfolio-ecosystem-kicker::after {
  width: 30px;
  height: 1px;
  content: "";
  background: var(--emma-red);
}

.home-portfolio-ecosystem-header h2 {
  margin: 16px 0 0;
  font: 900 clamp(38px, 4.35vw, 70px)/.88 var(--font-display);
  letter-spacing: -.035em;
  text-transform: uppercase;
  text-shadow: 0 4px 22px rgba(0,0,0,.42);
}

.home-portfolio-ecosystem-header h2 em {
  color: var(--emma-red);
  font-style: normal;
}

.home-portfolio-ecosystem-layout {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.65fr);
  align-items: stretch;
  gap: clamp(34px, 4.5vw, 72px);
  min-height: 0;
  opacity: var(--portfolio-reveal-middle);
  filter: blur(calc((1 - var(--portfolio-reveal-middle)) * 9px));
  transform: translate3d(0, calc((1 - var(--portfolio-reveal-middle)) * 34px), 0);
  will-change: opacity, filter, transform;
}

.home-portfolio-divisions {
  align-self: center;
}

.home-portfolio-divisions > h3 {
  position: relative;
  margin: 0 0 18px;
  padding-left: 18px;
  color: #fff;
  font: 750 13px/1 var(--font-display);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.home-portfolio-divisions > h3::before {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0;
  width: 2px;
  content: "";
  background: var(--emma-red);
}

.home-portfolio-divisions > h3 span {
  margin-right: 8px;
}

.home-portfolio-division-list {
  display: grid;
  gap: 8px;
}

.home-portfolio-division-list button {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  background: rgba(3,4,5,.24);
  text-align: left;
  cursor: pointer;
  transition:
    border-color .25s ease,
    background .25s ease,
    transform .25s cubic-bezier(.22,1,.36,1),
    box-shadow .25s ease;
}

.home-portfolio-division-list button span,
.home-portfolio-division-list button strong {
  font: 650 9px/1.15 var(--font-display);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-portfolio-division-list button span {
  font-size: 12px;
  letter-spacing: 0;
}

.home-portfolio-division-list button i {
  font: normal 18px/1 sans-serif;
  transition: transform .25s ease;
}

.home-portfolio-division-list button:hover,
.home-portfolio-division-list button:focus-visible {
  outline: none;
  border-color: rgba(232,5,5,.82);
  transform: translateX(5px);
}

.home-portfolio-division-list button:hover i,
.home-portfolio-division-list button:focus-visible i {
  transform: translateX(4px);
}

.home-portfolio-division-list button.is-active {
  border-color: var(--emma-red);
  background: linear-gradient(105deg, rgba(232,5,5,.96), rgba(196,10,10,.84));
  box-shadow: 0 14px 34px rgba(232,5,5,.14);
}

.home-portfolio-division-detail {
  align-self: center;
  min-width: 0;
}

.home-portfolio-division-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--emma-red);
  font: 750 9px/1 var(--font-display);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-portfolio-division-meta i {
  color: rgba(255,255,255,.42);
  font-style: normal;
}

.home-portfolio-division-detail > h3 {
  margin: 17px 0 5px;
  font: 850 clamp(26px, 2.45vw, 40px)/.95 var(--font-display);
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.home-portfolio-division-detail > p {
  margin: 0;
  color: rgba(255,255,255,.64);
  font: 400 clamp(11px, .88vw, 14px)/1.45 var(--font-body);
}

.home-portfolio-capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.home-portfolio-capabilities article {
  display: grid;
  grid-template-columns: 58px 28px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  min-height: 94px;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(3,4,5,.26);
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.home-portfolio-capabilities article:hover {
  border-color: rgba(232,5,5,.72);
  background: rgba(232,5,5,.08);
  transform: translateY(-3px);
}

.home-portfolio-capabilities article > span {
  color: var(--emma-red);
  font: 300 42px/.85 sans-serif;
  text-align: center;
}

.home-portfolio-capabilities article > b {
  color: var(--emma-red);
  font: 750 11px/1 var(--font-display);
}

.home-portfolio-capabilities h4 {
  margin: 0 0 6px;
  font: 800 clamp(12px, 1.05vw, 17px)/1 var(--font-display);
  text-transform: uppercase;
}

.home-portfolio-capabilities p {
  margin: 0;
  color: rgba(255,255,255,.6);
  font: 400 11px/1.35 var(--font-body);
}

.home-portfolio-channel-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 24px;
  padding: 14px 18px;
  border: 1px solid rgba(232,5,5,.86);
  background: rgba(21,23,25,.54);
  opacity: var(--portfolio-reveal-late);
  filter: blur(calc((1 - var(--portfolio-reveal-late)) * 7px));
  transform: translate3d(0, calc((1 - var(--portfolio-reveal-late)) * 24px), 0);
  will-change: opacity, filter, transform;
}

.home-portfolio-channel-bar > div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.home-portfolio-channel-bar > div span {
  color: var(--emma-red);
  font-size: 25px;
}

.home-portfolio-channel-bar strong {
  font: 800 13px/1 var(--font-display);
  text-transform: uppercase;
}

.home-portfolio-channel-bar > a {
  align-self: center;
  color: var(--emma-red);
  font: 700 9px/1 var(--font-display);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-portfolio-channel-bar > a i {
  margin-left: 8px;
  font: normal 16px/1 sans-serif;
}

.home-portfolio-channel-bar > p {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  color: rgba(255,255,255,.74);
  font: 650 8px/1 var(--font-display);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.home-portfolio-channel-bar > p i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--emma-red);
}

.hero-nav.is-car-whiteout.is-portfolio-overlay {
  --hero-nav-fg: #fff;
  --hero-nav-muted: rgba(255,255,255,.7);
  --hero-nav-hover: #fff;
  --hero-nav-logo-filter: brightness(0) invert(1);
  --hero-nav-border: rgba(255,255,255,.14);
  background: rgba(21,23,25,.97) !important;
  border-bottom-color: rgba(255,255,255,.12);
  box-shadow: 0 12px 34px rgba(0,0,0,.2);
}

.home-car-opening-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: #000;
  opacity: var(--car-opening-overlay-opacity);
  pointer-events: none;
  will-change: opacity;
}

.home-car-scroll-grid {
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: clamp(76px, 9vw, 150px) clamp(76px, 9vw, 150px);
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 70%);
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.home-car-scroll-content {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - clamp(48px, 5.4vw, 104px));
  padding: clamp(36px, 5vh, 64px) 0 clamp(32px, 5vh, 62px);
  text-align: center;
  transform: translateX(-50%);
}

.home-car-scroll-title {
  margin: 0;
  font: 900 clamp(44px, 5vw, 82px)/.88 var(--font-display);
  letter-spacing: -.045em;
  text-transform: uppercase;
  text-shadow: 0 5px 35px rgba(0,0,0,.45);
  opacity: calc(1 - var(--car-exit-progress));
  will-change: opacity;
}

.home-car-scroll-title-logo {
  display: inline-block;
  width: auto;
  height: 1.35em;
  margin-left: .04em;
  vertical-align: -.3em;
  object-fit: contain;
  filter: drop-shadow(0 5px 24px rgba(232,5,5,.24));
}

.home-car-scroll-cards {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  width: 100%;
  margin: auto 0 0;
  opacity: calc(1 - var(--car-exit-progress));
  will-change: opacity;
}

.home-car-scroll-copy {
  position: relative;
  flex: 0 1 min(660px, 54vw);
  width: min(660px, 54vw);
  padding: 25px 0 0;
  overflow: visible;
  border: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.home-car-scroll-copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 2px;
  background: rgb(
    calc(var(--car-card-color-progress) * 232)
    calc(var(--car-card-color-progress) * 5)
    calc(var(--car-card-color-progress) * 5)
  );
  box-shadow: 0 0 14px rgb(232 5 5 / calc(var(--car-card-color-progress) * .34));
}

.home-car-scroll-copy h3 {
  max-width: 650px;
  margin: 0;
  color: rgb(
    calc(var(--car-card-color-progress) * 255)
    calc(var(--car-card-color-progress) * 255)
    calc(var(--car-card-color-progress) * 255)
  );
  font: 900 clamp(23px, 2.3vw, 39px)/1.06 var(--font-display);
  letter-spacing: -.025em;
  text-transform: uppercase;
  text-shadow: 0 4px 24px rgba(0,0,0,.55);
}

.home-car-scroll-copy .home-about-road-card-index {
  margin-bottom: 18px;
  color: rgb(
    calc(var(--car-card-color-progress) * 232)
    calc(var(--car-card-color-progress) * 5)
    calc(var(--car-card-color-progress) * 5)
  );
}

.home-car-scroll-copy .home-about-road-card-copy p {
  max-width: 570px;
  color: rgb(
    calc(var(--car-card-color-progress) * 255)
    calc(var(--car-card-color-progress) * 255)
    calc(var(--car-card-color-progress) * 255)
    / calc(.24 + var(--car-card-color-progress) * .34)
  );
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.55;
  text-shadow: 0 3px 20px rgba(0,0,0,.62);
}

.home-car-scroll-copy .home-about-road-values {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: max-content;
  max-width: 100%;
  margin-top: 24px;
  border: 0;
  background: transparent;
}

.home-car-scroll-copy .home-about-road-values span {
  min-width: 112px;
  padding: 11px 16px;
  border: 1px solid rgb(
    calc(var(--car-card-color-progress) * 255)
    calc(var(--car-card-color-progress) * 255)
    calc(var(--car-card-color-progress) * 255)
    / .34
  );
  color: rgb(
    calc(var(--car-card-color-progress) * 255)
    calc(var(--car-card-color-progress) * 255)
    calc(var(--car-card-color-progress) * 255)
    / calc(.42 + var(--car-card-color-progress) * .4)
  );
  background: rgba(5,5,6,.22);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.home-car-scroll-copy--with-actions {
  flex-basis: min(1500px, 94vw);
  width: min(1500px, 94vw);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 390px);
  align-items: start;
  column-gap: clamp(40px, 6vw, 110px);
  row-gap: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.home-car-scroll-copy--with-actions::before {
  left: 0;
  transform: none;
}

.home-car-scroll-copy-main {
  min-width: 0;
}

.home-car-scroll-copy--with-actions h3 {
  max-width: 850px;
  font-size: clamp(21px, 2vw, 35px);
  letter-spacing: .02em;
  line-height: 1.18;
}

.home-car-scroll-copy--with-actions .home-about-road-card-copy p {
  max-width: 780px;
  font-size: clamp(14px, 1vw, 17px);
}

.home-car-profile-details {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  gap: clamp(10px, 1.2vw, 18px);
  max-width: 900px;
  margin-top: 15px;
  perspective: 900px;
}

.home-car-profile-details section {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 148px;
  padding: clamp(15px, 1.35vw, 21px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 3px;
  background:
    linear-gradient(135deg, rgba(19,20,23,.94), rgba(4,5,7,.82));
  box-shadow:
    0 20px 50px rgba(0,0,0,.3),
    inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(15px) saturate(1.08);
  -webkit-backdrop-filter: blur(15px) saturate(1.08);
  animation: home-car-profile-card-in .55s cubic-bezier(.22,1,.36,1) both;
  animation-delay: calc(var(--profile-item-index) * 65ms);
}

.home-car-profile-details section::before {
  position: absolute;
  z-index: 2;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--emma-red), rgba(232,5,5,.12) 70%, transparent);
}

.home-car-profile-details--mission .home-car-profile-details section::before {
  background: linear-gradient(
    90deg,
    #009246 0 16%,
    #f4f5f3 16% 32%,
    #ce2b37 32% 48%,
    rgba(232,5,5,.1) 72%,
    transparent
  );
}

.home-car-profile-details section::after {
  position: absolute;
  z-index: -1;
  right: -5px;
  bottom: -25px;
  content: attr(data-profile-number);
  color: rgba(255,255,255,.035);
  font: 900 105px/.8 var(--font-display);
  letter-spacing: -.08em;
  pointer-events: none;
}

@keyframes home-car-profile-card-in {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(0, 18px, 0) rotateX(-5deg);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) rotateX(0);
  }
}

.home-car-profile-details strong {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 11px;
  color: #fff;
  font: 780 10px/1 var(--font-display);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-car-profile-details strong span {
  display: inline-grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  border: 1px solid rgba(232,5,5,.72);
  border-radius: 50%;
  color: #fff;
  background: rgba(232,5,5,.2);
  font-size: 8px;
  letter-spacing: 0;
  box-shadow: 0 0 22px rgba(232,5,5,.16);
}

.home-car-profile-details strong em {
  color: #fff;
  font-style: normal;
}

.home-car-scroll-copy--with-actions .home-car-profile-details p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(245,246,247,.9);
  font-size: clamp(12px, .82vw, 14px);
  line-height: 1.52;
  text-shadow: 0 2px 14px rgba(0,0,0,.5);
}

.home-car-profile-details--values .home-car-profile-details {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 12px;
}

.home-car-profile-details--values .home-car-profile-details section {
  min-height: 100px;
  padding: 12px 15px;
}

.home-car-profile-details--values .home-car-profile-details strong {
  margin-bottom: 7px;
}

.home-car-profile-details--values .home-car-profile-details strong span {
  width: 23px;
  height: 23px;
  flex-basis: 23px;
  font-size: 7px;
}

.home-car-profile-details--values .home-car-profile-details p {
  font-size: clamp(11.5px, .76vw, 13px);
  line-height: 1.43;
}

.home-car-scroll-actions {
  display: grid;
  gap: 8px;
  margin-top: 27px;
  padding-bottom: 0;
  opacity: var(--car-card-color-progress);
}

.home-car-scroll-actions :is(a, button) {
  width: 100%;
  min-height: 58px;
  padding: 0 17px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  background: rgba(5,5,6,.3);
  font: 700 9px/1.15 var(--font-display);
  letter-spacing: .13em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0,0,0,.6);
  text-align: left;
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition:
    border-color .28s ease,
    color .28s ease,
    background .28s ease,
    transform .28s cubic-bezier(.22,1,.36,1),
    box-shadow .28s ease;
}

.home-car-scroll-actions :is(a, button).is-active {
  border-color: var(--emma-red);
  background: rgba(232,5,5,.86);
  box-shadow: 0 12px 30px rgba(232,5,5,.16);
}

.home-car-scroll-actions :is(a, button) i {
  flex: 0 0 auto;
  color: currentColor;
  font: normal 18px/1 var(--font-body);
  transition: transform .28s ease;
}

.home-car-scroll-actions :is(a, button):hover {
  border-color: #fff;
  color: #151719;
  background: #fff;
  box-shadow: 0 16px 38px rgba(0,0,0,.28);
  text-shadow: none;
  transform: translateX(-4px);
}

.home-car-scroll-actions :is(a, button):hover i {
  transform: translateX(4px);
}

.home-car-scroll-actions :is(a, button):focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.home-car-scroll-copy--with-actions > .home-car-explore-cue {
  display: flex;
  grid-column: 1 / -1;
  justify-self: center;
  width: max-content;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
}

/* The EMMA mark sweeps across the final white frame to uncover the next chapter. */
.home-car-why-reveal {
  position: absolute;
  z-index: 4;
  inset: 0;
  overflow: hidden;
  color: #151719;
  background: rgb(255 255 255 / var(--car-why-reveal-progress));
  opacity: var(--car-why-reveal-progress);
  pointer-events: none;
  will-change: opacity;
}

.home-car-why-reveal-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: clamp(140px, 20svh, 250px) clamp(28px, 6vw, 96px) 0;
  perspective: 1100px;
  text-align: center;
}

.home-car-why-reveal-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: clamp(28px, 3vh, 40px);
  color: var(--emma-red);
  font: 750 clamp(8px, .65vw, 11px)/1 var(--font-display);
  letter-spacing: .22em;
  text-transform: uppercase;
  opacity: var(--car-why-reveal-progress);
}

.home-car-why-reveal-eyebrow::before,
.home-car-why-reveal-eyebrow::after {
  content: '';
  width: clamp(28px, 3vw, 46px);
  height: 1px;
  background: currentColor;
}

.home-car-why-reveal-title {
  --channel-title-progress: clamp(
    0,
    calc((var(--car-why-reveal-progress) - .44) * 1.79),
    1
  );
  --channel-title-underline-progress: clamp(
    0,
    calc((var(--car-why-reveal-progress) - .7) * 3.34),
    1
  );
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 34px);
  width: min(1500px, 92vw);
  margin: 0;
  color: rgb(
    calc(255 - var(--channel-title-progress) * 234)
    calc(255 - var(--channel-title-progress) * 232)
    calc(255 - var(--channel-title-progress) * 230)
  );
  font: 900 clamp(38px, 4.35vw, 78px)/.94 var(--font-display);
  letter-spacing: -.045em;
  text-align: center;
  text-transform: uppercase;
  transform:
    translateY(calc((1 - var(--channel-title-progress)) * 28px))
    scale(calc(.965 + var(--channel-title-progress) * .035));
  will-change: color, transform;
}

.home-car-channel-title-copy {
  color: #151719;
  white-space: nowrap;
}

.home-car-channel-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(28px, 4vw, 64px);
  width: min(1380px, 90vw);
}

.home-car-channel-heading-row .home-car-why-reveal-title {
  justify-content: flex-start;
  width: auto;
  font-size: clamp(32px, 3.7vw, 64px);
  text-align: left;
}

.home-car-channel-heading-row .home-car-channel-summary {
  flex: 0 0 auto;
  max-width: none;
  text-align: right;
  white-space: nowrap;
}

.home-car-channel-accent {
  position: relative;
  display: inline-block;
  opacity: var(--channel-title-progress);
  color: transparent;
  background:
    linear-gradient(var(--emma-red), var(--emma-red))
      0 0 / calc(var(--channel-title-progress) * 100%) 100% no-repeat,
    linear-gradient(
      rgb(
        calc(255 - var(--channel-title-progress) * 234)
        calc(255 - var(--channel-title-progress) * 232)
        calc(255 - var(--channel-title-progress) * 230)
      ),
      rgb(
        calc(255 - var(--channel-title-progress) * 234)
        calc(255 - var(--channel-title-progress) * 232)
        calc(255 - var(--channel-title-progress) * 230)
      )
    ) 0 0 / 100% 100% no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  will-change: opacity, background-size;
}

.home-car-channel-underline {
  position: relative;
  display: inline-block;
}

.home-car-channel-underline::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -.14em;
  left: 0;
  height: .08em;
  background: currentColor;
  transform: scaleX(var(--channel-title-underline-progress));
  transform-origin: left center;
  will-change: transform;
}

.home-car-channel-focus {
  --channel-audience-progress: clamp(
    0,
    calc((var(--car-why-reveal-progress) - .68) * 3.125),
    1
  );
  position: relative;
  width: min(1380px, 90vw);
  margin-top: clamp(30px, 3.4vh, 46px);
  opacity: var(--channel-audience-progress);
  pointer-events: auto;
  transform: translate3d(
    0,
    calc((1 - var(--channel-audience-progress)) * 24px),
    0
  );
  will-change: opacity, transform;
}

.home-car-channel-focus-labels {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.8vw, 30px);
  padding: clamp(14px, 1.35vw, 20px) clamp(12px, 1.2vw, 18px);
  border-top: 1px solid rgba(21,23,25,.16);
  border-bottom: 1px solid rgba(21,23,25,.12);
  user-select: none;
}

.home-car-channel-focus-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 5px;
  color: rgba(21,23,25,.72);
  opacity: .62;
  transition:
    color .65s ease,
    opacity .65s ease;
}

.home-car-channel-focus-item:hover,
.home-car-channel-focus-item:focus-visible {
  color: #151719;
  opacity: .88;
}

.home-car-channel-focus-item:focus-visible {
  outline: 1px solid rgba(232,5,5,.72);
  outline-offset: 6px;
}

.home-car-channel-focus-item i {
  color: var(--emma-red);
  font: normal 750 7px/1 var(--font-display);
  letter-spacing: .14em;
}

.home-car-channel-focus-item strong {
  font: 820 clamp(10px, .83vw, 14px)/1 var(--font-display);
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-car-channel-focus-item.is-active {
  color: #151719;
  opacity: 1;
}

.home-car-channel-focus-frame {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  transition:
    transform .65s cubic-bezier(.22,1,.36,1),
    width .65s cubic-bezier(.22,1,.36,1),
    height .65s cubic-bezier(.22,1,.36,1),
    opacity .25s ease;
  will-change: transform, width, height;
}

.home-car-channel-focus-frame .corner {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid var(--emma-red);
  border-radius: 2px;
  filter: drop-shadow(0 0 5px rgba(232,5,5,.58));
}

.home-car-channel-focus-frame .top-left {
  top: -7px;
  left: -7px;
  border-right: 0;
  border-bottom: 0;
}

.home-car-channel-focus-frame .top-right {
  top: -7px;
  right: -7px;
  border-bottom: 0;
  border-left: 0;
}

.home-car-channel-focus-frame .bottom-left {
  bottom: -7px;
  left: -7px;
  border-top: 0;
  border-right: 0;
}

.home-car-channel-focus-frame .bottom-right {
  right: -7px;
  bottom: -7px;
  border-top: 0;
  border-left: 0;
}

.home-car-channel-copy-row {
  display: block;
  margin-top: clamp(24px, 3vh, 38px);
}

.home-car-channel-focus-description {
  display: block;
  min-height: 2.8em;
  width: 100%;
  max-width: none;
  margin: 0;
  color: rgba(21,23,25,.62);
  font: 400 clamp(16px, 1.55vw, 26px)/1.35 var(--font-body);
  letter-spacing: -.015em;
  text-align: left;
  transition:
    opacity .22s ease,
    transform .35s cubic-bezier(.22,1,.36,1),
    filter .22s ease;
}

.home-car-channel-focus-description strong {
  display: inline;
  color: #151719;
  font-family: var(--font-display);
  font-weight: 850;
}

.home-car-channel-focus-description > span {
  display: inline;
  margin-left: .42em;
}

.home-car-channel-focus-description.is-changing {
  opacity: 0;
  filter: blur(1.5px);
  transform: translateY(10px);
}

.home-car-channel-summary {
  --channel-summary-progress: clamp(
    0,
    calc((var(--car-why-reveal-progress) - .84) * 6.25),
    1
  );
  margin: 0;
  color: var(--emma-red);
  font: 750 clamp(11px, 1vw, 16px)/1.2 var(--font-display);
  letter-spacing: .08em;
  text-align: right;
  text-transform: uppercase;
  opacity: var(--channel-summary-progress);
  transform: translateY(calc((1 - var(--channel-summary-progress)) * 12px));
}

@media (max-width: 920px) {
  .home-car-scroll-copy--with-actions {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 31vw);
    column-gap: 24px;
    row-gap: 0;
  }

  .home-car-scroll-actions :is(a, button) {
    min-height: 50px;
    padding: 0 13px 0 15px;
    font-size: 7.5px;
  }
}

@media (max-width: 640px) {
  .home-car-why-reveal-stage {
    padding: max(112px, 19svh) 16px 0;
  }

  .home-car-channel-focus {
    width: min(560px, 94vw);
    margin-top: 22px;
  }

  .home-car-channel-focus-labels {
    gap: 10px 12px;
    padding: 13px 8px;
  }

  .home-car-channel-focus-item {
    gap: 5px;
  }

  .home-car-channel-focus-item strong {
    font-size: 8px;
  }

  .home-car-channel-focus-item i {
    font-size: 6px;
  }

  .home-car-channel-focus-description {
    display: block;
    min-height: 4.8em;
    max-width: 38ch;
    margin: 0;
    font-size: 12px;
  }

  .home-car-channel-copy-row {
    margin-top: 18px;
  }

  .home-car-channel-heading-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: min(560px, 94vw);
  }

  .home-car-channel-heading-row .home-car-channel-summary {
    max-width: none;
    text-align: left;
  }

  .home-car-channel-focus-description strong {
    display: block;
    margin-bottom: 5px;
  }

  .home-car-channel-focus-description > span {
    margin-left: 0;
  }

  .home-car-channel-summary {
    max-width: 32ch;
    margin: 0;
    font-size: 9px;
    text-align: left;
  }

  .home-car-scroll-copy--with-actions {
    display: block;
    width: 100%;
  }

  .home-car-scroll-actions {
    grid-template-columns: 1fr;
    gap: 5px;
    margin-top: 13px;
  }

  .home-car-scroll-actions :is(a, button) {
    min-height: 39px;
    font-size: 7px;
  }

  .home-car-profile-details {
    grid-template-columns: 1fr;
    gap: 7px;
    max-height: 31svh;
    padding-right: 4px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--emma-red) rgba(255,255,255,.08);
  }

  .home-car-profile-details--values .home-car-profile-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .home-car-profile-details section,
  .home-car-profile-details--values .home-car-profile-details section {
    min-height: 0;
    padding: 9px 11px;
  }
}

@media (max-width: 420px) {
  .home-car-profile-details--values .home-car-profile-details {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-car-profile-details section {
    animation: none;
  }
}

@media (max-width: 920px) {
  .home-portfolio-ecosystem-inner {
    inset: 78px 24px 24px;
    gap: 12px;
  }

  .home-portfolio-ecosystem-header h2 {
    margin-top: 11px;
    font-size: clamp(30px, 5.8vw, 48px);
  }

  .home-portfolio-ecosystem-layout {
    grid-template-columns: minmax(220px, .72fr) minmax(0, 1.55fr);
    gap: 24px;
  }

  .home-portfolio-division-list button {
    min-height: 46px;
    padding-inline: 13px;
  }

  .home-portfolio-capabilities article {
    grid-template-columns: 38px 22px minmax(0, 1fr);
    min-height: 82px;
    padding: 11px;
  }

  .home-portfolio-capabilities article > span {
    font-size: 31px;
  }

  .home-portfolio-capabilities p {
    font-size: 9.5px;
  }

  .home-portfolio-channel-bar > p {
    gap: 9px;
    font-size: 6.8px;
  }
}

@media (max-width: 640px) {
  .home-portfolio-ecosystem {
    overflow: hidden;
  }

  .home-portfolio-ecosystem-inner {
    inset: 64px 16px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .home-portfolio-ecosystem-kicker {
    gap: 12px;
    font-size: 7px;
  }

  .home-portfolio-ecosystem-kicker::before,
  .home-portfolio-ecosystem-kicker::after {
    width: 18px;
  }

  .home-portfolio-ecosystem-header h2 {
    margin-top: 8px;
    font-size: clamp(25px, 8.5vw, 36px);
  }

  .home-portfolio-ecosystem-layout {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 11px;
  }

  .home-portfolio-divisions {
    align-self: stretch;
  }

  .home-portfolio-divisions > h3 {
    margin-bottom: 8px;
    font-size: 9px;
  }

  .home-portfolio-division-list {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .home-portfolio-division-list::-webkit-scrollbar {
    display: none;
  }

  .home-portfolio-division-list button {
    grid-template-columns: 24px minmax(122px, 1fr) auto;
    flex: 0 0 auto;
    min-height: 40px;
    padding-inline: 10px;
  }

  .home-portfolio-division-list button:hover,
  .home-portfolio-division-list button:focus-visible {
    transform: none;
  }

  .home-portfolio-division-detail {
    align-self: stretch;
  }

  .home-portfolio-division-detail > h3 {
    margin-top: 9px;
    font-size: 21px;
  }

  .home-portfolio-division-detail > p {
    font-size: 9.5px;
  }

  .home-portfolio-capabilities {
    gap: 6px;
    margin-top: 9px;
  }

  .home-portfolio-capabilities article {
    grid-template-columns: 27px 18px minmax(0, 1fr);
    gap: 6px;
    min-height: 58px;
    padding: 8px;
  }

  .home-portfolio-capabilities article > span {
    font-size: 22px;
  }

  .home-portfolio-capabilities h4 {
    font-size: 9.5px;
  }

  .home-portfolio-capabilities p {
    display: none;
  }

  .home-portfolio-channel-bar {
    gap: 0 12px;
    padding: 10px 11px;
  }

  .home-portfolio-channel-bar strong {
    font-size: 9px;
  }

  .home-portfolio-channel-bar > a {
    font-size: 7px;
  }

  .home-portfolio-channel-bar > p {
    display: none;
  }
}

/* Scroll-synchronized Why Choose EMMA road story */
#about-emma[data-about-scroll] {
  height: 380svh;
  min-height: 380svh;
  z-index: 4;
  margin-top: 0;
}

#about-emma[data-about-scroll] .home-about-sticky {
  height: 100svh;
  min-height: 680px;
}

.home-advantage-header {
  position: absolute;
  z-index: 9;
  top: clamp(76px, 8.5vh, 108px);
  right: clamp(24px, 5vw, 88px);
  left: clamp(24px, 5vw, 88px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  pointer-events: none;
}

.home-advantage-eyebrow,
.home-advantage-counter {
  color: var(--emma-red);
  font: 700 9px/1 var(--font-display);
  letter-spacing: .22em;
  text-transform: uppercase;
}

.home-advantage-header h2 {
  margin: 0;
  color: #fff;
  font: 900 clamp(28px, 3.25vw, 52px)/.9 var(--font-display);
  letter-spacing: -.04em;
  text-align: center;
  text-transform: uppercase;
}

.home-advantage-counter {
  color: rgba(255, 255, 255, .8);
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.home-about-header--story .home-advantage-counter {
  position: absolute;
  top: 4px;
  right: 0;
}

#about-emma[data-about-scroll] .home-about-why {
  z-index: 8;
  inset: clamp(255px, 29vh, 320px) 0 54px;
  display: block;
  pointer-events: none;
}

#about-emma[data-about-scroll] .home-about-why-grid {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  pointer-events: none;
}

#about-emma[data-about-scroll] .home-about-why-grid li {
  --card-opacity: 0;
  --card-x: 0px;
  --card-top: 50%;
  --card-stack-y: 0px;
  --card-scale: .94;
  --card-blur: 8px;
  position: absolute;
  z-index: var(--card-layer, 1);
  top: var(--card-top);
  width: min(420px, 32vw);
  min-height: 0;
  padding: clamp(22px, 2vw, 30px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-top: 2px solid var(--emma-red);
  opacity: var(--card-opacity);
  background: linear-gradient(135deg, rgba(7, 8, 9, .9), rgba(12, 13, 14, .68));
  box-shadow: 0 26px 70px rgba(0, 0, 0, .48), inset 0 1px rgba(255, 255, 255, .05);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  filter: blur(var(--card-blur));
  transform: translate3d(var(--card-x), -50%, 0) scale(var(--card-scale));
  transform-origin: 50% 100%;
  will-change: transform, opacity;
  animation: none !important;
  transition:
    opacity .35s ease,
    filter .35s ease,
    transform .35s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}

#about-emma[data-about-scroll] .home-about-why-grid li.is-left {
  left: clamp(28px, 5vw, 88px);
}

#about-emma[data-about-scroll] .home-about-why-grid li.is-right {
  right: clamp(28px, 5vw, 88px);
}

#about-emma[data-about-scroll] .home-about-why-grid li::before {
  transform: scaleX(1);
  animation: none !important;
}

#about-emma[data-about-scroll] .home-about-why-grid li::after {
  display: none;
}

#about-emma[data-about-scroll] .home-about-why-grid li > span {
  margin-bottom: 14px;
  font-size: 9px;
}

#about-emma[data-about-scroll] .home-about-why-grid h3 {
  max-width: 340px;
  margin: 0;
  color: #fff;
  font: 650 clamp(17px, 1.4vw, 23px)/1.28 var(--font-display);
  letter-spacing: -.01em;
}

#about-emma[data-about-scroll] .home-about-why-grid p {
  max-width: 350px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .64);
  font: 400 clamp(10px, .72vw, 12px)/1.55 var(--font-body);
  max-height: 100px;
  opacity: 1;
  overflow: hidden;
  transition: max-height .3s ease, margin .3s ease, opacity .25s ease;
}

.home-advantage-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  max-height: 70px;
  opacity: 1;
  overflow: hidden;
  transition:
    max-height .3s ease,
    margin .3s ease,
    padding .3s ease,
    border-color .25s ease,
    opacity .25s ease;
}

#about-emma[data-about-scroll] .home-about-why-grid li:not(.is-current) > p {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
}

#about-emma[data-about-scroll] .home-about-why-grid li:not(.is-current) .home-advantage-card-meta {
  max-height: 0;
  margin-top: 0;
  padding-top: 0;
  border-color: transparent;
  opacity: 0;
}

.home-advantage-card-meta span {
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .58);
  font: 650 7px/1 var(--font-display);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-advantage-waypoints {
  position: absolute;
  z-index: 7;
  inset: clamp(255px, 29vh, 320px) 0 54px;
  pointer-events: none;
}

.home-advantage-waypoint {
  position: absolute;
  top: var(--waypoint-y);
  left: var(--waypoint-x);
  width: 12px;
  height: 12px;
  border: 1px solid rgba(232, 5, 5, .42);
  border-radius: 50%;
  opacity: var(--waypoint-opacity, .14);
  background: rgba(232, 5, 5, .28);
  box-shadow: 0 0 0 5px rgba(232, 5, 5, .05);
  transform: translate(-50%, -50%) scale(.65);
  transition: opacity .18s linear, transform .2s ease;
}

.home-advantage-waypoint::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: #fff;
}

.home-advantage-waypoint.is-current {
  opacity: 1;
  border-color: #ff3030;
  box-shadow: 0 0 0 6px rgba(232, 5, 5, .1), 0 0 22px rgba(232, 5, 5, .58);
  transform: translate(-50%, -50%) scale(1);
  animation: home-advantage-pulse 1.8s ease-in-out infinite;
}

.home-advantage-waypoint.is-next {
  opacity: .2;
}

@keyframes home-advantage-pulse {
  50% { box-shadow: 0 0 0 10px rgba(232, 5, 5, .025), 0 0 26px rgba(232, 5, 5, .48); }
}

.home-advantage-connector {
  --connector-opacity: 0;
  position: absolute;
  z-index: 7;
  top: var(--connector-y);
  height: 1px;
  opacity: var(--connector-opacity);
  background: linear-gradient(90deg, rgba(232, 5, 5, .12), rgba(255, 70, 70, .92));
  box-shadow: 0 0 9px rgba(232, 5, 5, .3);
  transform-origin: center;
  pointer-events: none;
}

.home-advantage-connector[data-side="left"] {
  right: calc(100% - var(--connector-x));
  width: max(32px, calc(var(--connector-x) - 38vw));
}

.home-advantage-connector[data-side="right"] {
  left: var(--connector-x);
  width: max(32px, calc(62vw - var(--connector-x)));
  background: linear-gradient(90deg, rgba(255, 70, 70, .92), rgba(232, 5, 5, .12));
}

@media (max-width: 920px) {
  #about-emma[data-about-scroll] {
    height: 380svh;
    min-height: 380svh;
  }

  .home-advantage-header {
    grid-template-columns: 1fr auto;
    gap: 10px 20px;
  }

  .home-advantage-header h2 {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: left;
  }

  .home-advantage-counter {
    grid-column: 2;
    grid-row: 1;
  }

  .home-about-header--story .home-advantage-counter {
    top: 2px;
  }

  #about-emma[data-about-scroll] .home-about-why-grid li {
    width: min(370px, 42vw);
  }

  .home-about-partnership-reveal {
    grid-template-columns: minmax(190px, .55fr) minmax(0, 1.45fr);
    gap: 20px;
  }

  .home-b2b-channels.home-about-partnership-card {
    grid-template-columns: max-content 1px minmax(0, 1fr);
    column-gap: 14px;
  }

  .home-about-partnership-copy h3 {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .home-car-why-reveal-title {
    width: min(340px, 90vw);
    font-size: clamp(34px, 11vw, 54px);
    line-height: .96;
  }

  #about-emma[data-about-scroll] .home-about-sticky {
    min-height: 600px;
  }

  .home-advantage-header {
    top: max(70px, 8svh);
    right: 18px;
    left: 18px;
    padding-bottom: 13px;
  }

  .home-advantage-header h2 {
    font-size: clamp(25px, 8vw, 36px);
  }

  #about-emma[data-about-scroll] .home-about-why-grid h3 {
    max-width: none;
    font-size: clamp(16px, 4.8vw, 21px);
  }

  #about-emma[data-about-scroll] .home-about-why-grid p {
    font-size: 10.5px;
  }

  .home-advantage-connector {
    display: none;
  }

  .home-about-partnership-reveal {
    right: 12px;
    bottom: 0;
    left: 12px;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 10px;
    height: 62%;
    padding: 20px;
    overflow-y: auto;
  }

  .home-about-partnership-copy h3 {
    margin-top: 0;
    font-size: clamp(21px, 1.8vw, 31px);
  }

  .home-about-partnership-content {
    gap: 12px;
    font-size: clamp(13px, 3.8vw, 16px);
    line-height: 1.5;
  }

  .home-about-partnership-card ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 12px;
  }

  .home-about-partnership-card li [data-channel-focus-item] {
    white-space: normal;
  }

  .home-b2b-channels.home-about-partnership-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-b2b-channels.home-about-partnership-card strong {
    padding-right: 0;
  }

  .home-about-partnership-divider {
    display: none;
  }

  .home-about-partnership-link {
    padding: 13px 15px;
    font-size: 9px;
  }

}

@media (prefers-reduced-motion: reduce) {
  #about-emma[data-about-scroll] {
    height: auto;
    min-height: 0;
    margin-top: 0;
  }

  #about-emma[data-about-scroll] .home-about-sticky {
    position: relative;
    height: auto;
    min-height: 0;
    padding: 90px clamp(20px, 5vw, 72px) 70px;
    overflow: hidden;
  }

  .home-advantage-header {
    position: relative;
    inset: auto;
    display: block;
    padding-bottom: 20px;
  }

  .home-advantage-header h2 {
    margin-top: 12px;
    text-align: left;
  }

  .home-advantage-counter {
    display: none;
  }

  .home-about-header--story {
    position: relative;
    inset: auto;
  }

  #about-emma[data-about-scroll] .home-about-why {
    position: relative;
    inset: auto;
    margin-top: 34px;
  }

  #about-emma[data-about-scroll] .home-about-why-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  #about-emma[data-about-scroll] .home-about-why-grid li,
  #about-emma[data-about-scroll] .home-about-why-grid li.is-left,
  #about-emma[data-about-scroll] .home-about-why-grid li.is-right {
    position: relative;
    inset: auto;
    display: block;
    width: auto;
    min-height: 150px;
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
  }

  #about-emma[data-about-scroll] .home-about-why-grid li:not(.is-current) > p {
    max-height: 100px;
    margin-top: 12px;
    opacity: 1;
  }

  #about-emma[data-about-scroll] .home-about-why-grid li:not(.is-current) .home-advantage-card-meta {
    max-height: 70px;
    margin-top: 18px;
    padding-top: 13px;
    border-color: rgba(255, 255, 255, .1);
    opacity: 1;
  }

  .home-advantage-waypoints,
  .home-advantage-connector {
    display: none;
  }

  .about-hyperspeed {
    opacity: .42;
  }

  .home-advantage-waypoint.is-current {
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 640px) {
  #about-emma[data-about-scroll] .home-about-why-grid {
    grid-template-columns: 1fr;
  }
}

.home-car-scroll-copy--centered {
  flex-basis: min(1240px, 92vw);
  width: min(1240px, 92vw);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home-car-scroll-copy--centered::before {
  left: 50%;
  transform: translateX(-50%);
}

.home-car-scroll-copy--centered h3,
.home-car-scroll-copy--centered .home-about-road-card-copy p {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.home-car-scroll-copy--centered h3 {
  font-size: clamp(21px, 2vw, 35px);
  letter-spacing: .02em;
  line-height: 1.18;
}

.home-car-headline-underline {
  position: relative;
  display: inline-block;
  opacity: var(--car-card-color-progress);
  background:
    linear-gradient(var(--emma-red), var(--emma-red)) 0 0 / calc(var(--car-headline-underline-progress) * 100%) 100% no-repeat,
    linear-gradient(#ffffff, #ffffff) 0 0 / 100% 100% no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  will-change: opacity, background-size;
}

.home-car-headline-underline::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -.14em;
  left: 0;
  height: .08em;
  background: var(--emma-red);
  transform: scaleX(var(--car-headline-underline-progress));
  transform-origin: left center;
  will-change: transform;
}

.home-car-headline-italian {
  position: relative;
  display: inline-block;
  opacity: var(--car-card-color-progress);
  background:
    linear-gradient(
      90deg,
      #009246 0 33.333%,
      #ffffff 33.333% 66.666%,
      #ce2b37 66.666% 100%
    ) 0 0 / calc(var(--car-headline-underline-progress) * 100%) 100% no-repeat,
    linear-gradient(#ffffff, #ffffff) 0 0 / 100% 100% no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  will-change: opacity;
}

.home-car-scroll-copy--centered .home-about-road-card-copy p {
  max-width: 1040px;
  font-size: clamp(14px, 1vw, 17px);
}

.home-car-explore-cue {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  opacity: var(--car-card-color-progress);
  margin-top: clamp(24px, 3.5vh, 38px);
  padding: 10px 18px 10px 11px;
  border: 1px solid rgb(255 255 255 / calc(.12 + var(--car-card-color-progress) * .22));
  border-radius: 999px;
  color: rgb(
    calc(var(--car-card-color-progress) * 255)
    calc(var(--car-card-color-progress) * 255)
    calc(var(--car-card-color-progress) * 255)
    / calc(.42 + var(--car-card-color-progress) * .42)
  );
  background: rgba(5,5,6,.2);
  font: 600 10px/1 var(--font-display);
  letter-spacing: .15em;
  text-transform: uppercase;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  animation: home-car-explore-float 2.6s ease-in-out infinite;
  will-change: opacity, transform, filter;
}

.home-car-explore-cue strong,
.home-car-explore-copy > span:first-child strong {
  color: inherit;
  -webkit-text-fill-color: currentColor;
  font-weight: 800;
}

.home-car-explore-copy {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.home-car-explore-copy img {
  display: block;
  width: 58px;
  height: auto;
  flex: 0 0 auto;
}

.home-car-explore-gesture {
  position: relative;
  display: block;
  width: 22px;
  height: 32px;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(255,255,255,.04);
}

.home-car-explore-gesture i {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 3px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 14px rgba(255,255,255,.72);
  transform: translate3d(-50%, 0, 0);
  animation: home-car-explore-scroll 1.8s cubic-bezier(.42, 0, .18, 1) infinite;
}

@keyframes home-car-explore-scroll {
  0%, 12% { opacity: 0; transform: translate3d(-50%, 0, 0); }
  25% { opacity: 1; }
  72% { opacity: 1; transform: translate3d(-50%, 13px, 0); }
  88%, 100% { opacity: 0; transform: translate3d(-50%, 13px, 0); }
}

@keyframes home-car-explore-float {
  0%, 100% {
    filter: opacity(.28);
    transform: translate3d(0, 7px, 0);
  }
  42%, 58% {
    filter: opacity(1);
    transform: translate3d(0, -7px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  #about-emma::after {
    display: none;
  }

  #about-emma.home-about-visual-only .home-about-sticky {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .home-car-scroll-runway {
    height: 220svh;
  }

  .home-portfolio-nav-anchor {
    top: 70svh;
  }

  .home-car-scroll-sticky {
    position: sticky;
  }

  .home-showroom-mist {
    display: none;
  }

  .home-car-scroll-copy {
    --car-card-color-progress: 1;
  }

  .home-car-explore-gesture i {
    animation: none;
  }

  .home-car-explore-cue {
    animation: none;
  }


  .home-market-needle {
    animation: none;
  }
}

.home-market-section {
  position: relative;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #030304;
  border-top: 1px solid rgba(255,255,255,.08);
}

.home-market-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: url("../assets/market-positioning-containers.png") center center / contain no-repeat;
}

.home-market-section::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    #030304 0%,
    rgba(3,3,4,.94) 24%,
    rgba(3,3,4,.7) 52%,
    rgba(3,3,4,.34) 78%,
    rgba(3,3,4,.14) 100%
  );
}

.home-market-grid {
  display: none;
}

.home-market-inner {
  position: relative;
  z-index: 3;
  width: min(1760px, calc(100% - clamp(56px, 7vw, 136px)));
  min-height: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(57px, 6.75vh, 82px) 0;
}

.home-market-copy {
  width: min(1100px, 100%);
  max-width: none;
  padding: 0;
  text-align: center;
}

.home-market-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--emma-red);
  font: 600 9px/1 var(--font-display);
  letter-spacing: .22em;
  text-transform: uppercase;
  justify-content: center;
}

.home-market-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.home-market-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, .4vw, 8px);
  margin-top: 22px;
  color: #fff;
  font: 900 clamp(38px, 4.2vw, 66px)/.87 var(--font-display);
  letter-spacing: -.045em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-market-title span {
  display: inline;
}

.home-market-title .home-market-title-logo {
  display: inline-flex;
  flex: 0 0 auto;
  margin: 0;
  margin-right: 0;
  line-height: 1;
}

.home-market-title-copy {
  display: inline-block;
  flex: 0 1 auto;
}

.home-market-title-logo img {
  display: block;
  width: auto;
  height: clamp(50px, 5.25vw, 88px);
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 5px 24px rgba(232,5,5,.24));
}

.home-market-title > span:not(.home-market-split):last-child {
  color: #fff;
}

.home-market-title .home-market-split {
  display: inline-block;
  color: #fff;
}

.home-market-title .split-word:last-child {
  color: #fff;
}

.home-market-subtitle {
  max-width: 600px;
  margin: 26px auto 0;
  color: #fff;
  font: 700 clamp(17px, 1.45vw, 23px)/1.22 var(--font-display);
}

.home-market-copy-body {
  width: min(980px, 100%);
  margin: clamp(12px, 1.5vh, 20px) auto 0;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  gap: clamp(9px, 1.2vh, 15px);
  text-align: center;
}

.home-market-subheading {
  margin: 0;
  color: rgba(255,255,255,.68);
  font: 800 clamp(11px, .85vw, 15px)/1.2 var(--font-display);
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}

.home-market-statement {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font: 400 clamp(17px, 1.25vw, 22px)/1.65 var(--font-body);
  letter-spacing: 0;
  text-align: center;
}

.home-market-statement .home-market-split {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center !important;
}

.home-market-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(24px, 4vh, 48px);
}

.home-market-action {
  position: relative;
  min-width: clamp(190px, 14vw, 230px);
  min-height: 52px;
  padding: 0 19px 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.32);
  color: #fff;
  font: 700 9px/1 var(--font-display);
  letter-spacing: .16em;
  text-transform: uppercase;
  transition:
    color .3s ease,
    border-color .3s ease,
    background .3s ease,
    box-shadow .3s ease,
    transform .3s cubic-bezier(.22,1,.36,1);
}

.home-market-action::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(-102%);
  transition: transform .38s cubic-bezier(.22,1,.36,1);
}

.home-market-action > * {
  position: relative;
  z-index: 1;
}

.home-market-action i {
  font: normal 18px/1 var(--font-body);
  transition: transform .3s ease;
}

.home-market-action--primary {
  border-color: var(--emma-red);
  background: var(--emma-red);
  box-shadow: 0 12px 32px rgba(232,5,5,.2);
}

.home-market-action--secondary {
  background: rgba(7,8,9,.36);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.home-market-action:hover {
  border-color: #fff;
  color: #111;
  box-shadow: 0 17px 40px rgba(0,0,0,.3);
  transform: translateY(-3px);
}

.home-market-action:hover::before {
  transform: translateX(0);
}

.home-market-action:hover i {
  transform: translateX(4px);
}

.home-market-action:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.home-market-body {
  display: grid;
  gap: 13px;
  max-width: 650px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.home-market-body p {
  margin: 0;
  color: rgba(255,255,255,.62);
  font: 400 clamp(12px, .84vw, 14px)/1.62 var(--font-body);
}

.home-market-body .home-market-opening {
  color: rgba(255,255,255,.9);
  font-weight: 600;
}

.home-market-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.home-market-signals span {
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.62);
  font: 600 8px/1 var(--font-display);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-market-visual {
  position: relative;
  align-self: center;
  width: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas: "left right";
  align-items: center;
  gap: clamp(24px, 4vw, 72px);
  overflow: hidden;
  margin-top: clamp(18px, 3vh, 34px);
}

.home-market-side-copy {
  color: rgba(255,255,255,.66);
  font: 400 clamp(13px, .9vw, 16px)/1.7 var(--font-body);
  max-width: 560px;
  text-align: center;
}

.home-market-subtitle .home-market-split,
.home-market-side-copy .home-market-split {
  color: #fff;
}

.home-market-side-copy p {
  margin: 0;
}

.home-market-side-copy p + p {
  margin-top: 20px;
}

.home-market-side-copy .home-market-opening {
  color: #fff;
  font-weight: 700;
}

.home-market-side-copy--left {
  grid-area: left;
  justify-self: end;
}

.home-market-side-copy--right {
  grid-area: right;
  justify-self: start;
}

.home-market-visual::before {
  content: none;
}

.home-market-speedometer {
  position: relative;
  z-index: 0;
  display: block;
  width: min(88%, 720px);
  aspect-ratio: 1000 / 820;
  height: auto;
  min-height: 0;
  margin: 0;
  filter: saturate(1.08) contrast(1.08);
  grid-area: gauge;
  justify-self: center;
}

.home-market-copy-body .home-market-speedometer {
  grid-area: auto;
  width: min(82%, 520px);
  justify-self: center;
}

.home-market-details {
  width: min(900px, 100%);
  margin: clamp(14px, 2.25vh, 26px) auto 0;
}

.home-market-details .home-market-signals {
  justify-content: center;
}

.home-market-speedometer svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.home-market-needle {
  transform: rotate(-90deg);
  transform-origin: 500px 430px;
  transform-box: view-box;
}

.home-market-speedometer.is-speedometer-animating .home-market-needle {
  animation: home-market-speedometer-sweep 2.4s cubic-bezier(.58, .02, .92, .38) forwards;
}

.home-market-fill {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.home-market-minor-ticks line {
  y2: 145px;
}

.home-market-major-ticks line {
  y2: 155px;
}

.home-market-speedometer.is-speedometer-animating .home-market-fill {
  animation: home-market-speedometer-fill 2.4s cubic-bezier(.58, .02, .92, .38) forwards;
}

.home-market-circle-reflection {
  opacity: 0;
}

.home-market-speedometer.is-speedometer-animating .home-market-circle-reflection {
  animation: home-market-circle-light-rise 2.4s cubic-bezier(.58, .02, .92, .38) forwards;
}

.home-market-speedometer.is-speedometer-interactive .home-market-needle,
.home-market-speedometer.is-speedometer-interactive .home-market-fill,
.home-market-speedometer.is-speedometer-interactive .home-market-circle-reflection {
  animation: none;
}

@keyframes home-market-speedometer-sweep {
  from { transform: rotate(-90deg); }
  to { transform: rotate(90deg); }
}

@keyframes home-market-speedometer-fill {
  from { stroke-dashoffset: 100; }
  to { stroke-dashoffset: 0; }
}

@keyframes home-market-circle-light-rise {
  0%, 28% { opacity: 0; }
  58% { opacity: .38; }
  100% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .home-market-needle {
    animation: none !important;
    transform: rotate(90deg);
  }

  .home-market-fill {
    animation: none !important;
    stroke-dashoffset: 0;
  }
  .home-market-circle-reflection {
    animation: none !important;
    opacity: 1;
  }
}

.home-market-coordinate {
  position: absolute;
  z-index: 4;
  right: clamp(28px, 4vw, 72px);
  bottom: 28px;
  color: rgba(255,255,255,.28);
  font: 500 8px/1 var(--font-display);
  letter-spacing: .22em;
}

#why-emma { background: #0a0a0a; color: var(--emma-white); }
#why-emma::after {
  content: "WHY";
  position: absolute; right: -2vw; bottom: -5vw;
  font: 900 clamp(180px, 25vw, 380px)/.8 var(--font-display);
  color: transparent;
  -webkit-text-stroke: 1px rgba(232, 5, 5,.08);
}
.home-reason-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.1); }
.home-reason {
  min-height: 270px; padding: 30px;
  border-right: 1px solid rgba(255,255,255,.1);
  display: flex; flex-direction: column; justify-content: space-between;
  transition: background .3s;
}
.home-reason:last-child { border: 0; }
.home-reason:hover { background: rgba(232, 5, 5,.07); }
.home-reason span { color: var(--emma-red); font: 800 11px/1 var(--font-display); letter-spacing: .2em; }
.home-reason h3 { font: 800 27px/1 var(--font-display); text-transform: uppercase; }
.home-reason p { margin-top: 12px; color: rgba(255,255,255,.48); font: 300 13px/1.55 var(--font-body); }
.home-inline-link {
  display: inline-flex; align-items: center; gap: 14px;
  margin-top: 36px; position: relative; z-index: 2;
  color: var(--emma-red);
  font: 800 11px/1 var(--font-display); letter-spacing: .18em; text-transform: uppercase;
}

.home-b2b-section {
  position: relative;
  min-height: 1120px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #030405;
}

.home-b2b-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      #030405 0%,
      #030405 40%,
      rgba(3,4,5,.98) 49%,
      rgba(3,4,5,.8) 59%,
      rgba(3,4,5,.34) 72%,
      rgba(3,4,5,.06) 84%,
      rgba(3,4,5,.42) 100%
    );
}

.home-b2b-background {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/merged-logistics-bridge-hero.png") center bottom / contain no-repeat;
  opacity: 1;
  filter: saturate(1.04) contrast(1.04);
}

.home-b2b-inner {
  position: relative;
  z-index: 3;
  width: min(1440px, calc(100% - 12vw));
  min-height: 1120px;
  margin: 0 auto;
  padding: clamp(92px, 8vw, 126px) 0 470px;
}

.home-b2b-copy {
  width: 100%;
  max-width: none;
}

.home-b2b-market-title {
  font-size: clamp(31px, 3.4vw, 54px);
}

.home-b2b-market-body {
  width: min(1280px, 100%);
}

.home-b2b-market-body .home-b2b-content {
  width: 100%;
  max-width: none;
  color: #fff;
  font: 400 clamp(15px, 1.1vw, 19px)/1.65 var(--font-body);
  text-align: center;
}

.home-b2b-title {
  margin-top: 24px;
  font: 900 clamp(36px, 4vw, 62px)/.9 var(--font-display);
  letter-spacing: -.045em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-b2b-title span { color: var(--emma-red); }

.home-b2b-lead {
  width: 100%;
  max-width: none;
  margin-top: 30px;
  color: #fff;
  font: 650 clamp(17px, 1.45vw, 22px)/1.45 var(--font-body);
}

.home-b2b-content {
  width: 100%;
  max-width: none;
  margin-top: 26px;
  display: grid;
  gap: 17px;
  color: rgba(255,255,255,.65);
  font: 350 clamp(12px, .98vw, 15px)/1.68 var(--font-body);
}

.home-b2b-channels {
  position: relative;
  padding: 20px 22px 20px 43px;
  border: 1px solid rgba(232,5,5,.35);
  background: rgba(232,5,5,.07);
}

.home-b2b-channels::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 22px;
  width: 7px;
  height: 7px;
  background: var(--emma-red);
  box-shadow: 0 0 18px rgba(232,5,5,.8);
}

.home-b2b-channels strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font: 800 10px/1 var(--font-display);
  letter-spacing: .17em;
  text-transform: uppercase;
}

.home-b2b-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  padding-bottom: 8px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.5);
  font: 800 10px/1 var(--font-display);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-b2b-link span {
  color: var(--emma-red);
  font-size: 16px;
  transition: transform .25s ease;
}

.home-b2b-link:hover span { transform: translateX(5px); }

.home-b2b-visual {
  position: relative;
  align-self: stretch;
  min-height: 610px;
  pointer-events: none;
}

.home-b2b-active-market {
  position: absolute;
  z-index: 3;
  top: 64px;
  right: 0;
  padding: 9px 12px;
  color: #fff;
  border-left: 2px solid var(--emma-red);
  background: rgba(3,4,5,.68);
  box-shadow: 0 0 30px rgba(232,5,5,.12);
  font: 750 8px/1 var(--font-display);
  letter-spacing: .19em;
  text-transform: uppercase;
  pointer-events: none;
}

.home-b2b-globe {
  position: absolute;
  top: 50%;
  right: -8%;
  width: min(48vw, 690px);
  aspect-ratio: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0 0 46px rgba(232,5,5,.16));
  pointer-events: auto;
  touch-action: none;
  cursor: grab;
  user-select: none;
}

.home-b2b-globe.is-dragging { cursor: grabbing; }

.home-b2b-globe:focus-visible {
  outline: 2px solid var(--emma-red);
  outline-offset: 6px;
  border-radius: 50%;
}

.home-b2b-globe canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.home-b2b-globe.is-unavailable {
  border: 1px solid rgba(232,5,5,.25);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,5,5,.12), transparent 68%);
}

.home-b2b-visual-label {
  position: absolute;
  right: 0;
  bottom: 54px;
  color: rgba(255,255,255,.45);
  font: 700 8px/1 var(--font-display);
  letter-spacing: .22em;
  text-transform: uppercase;
}

.home-b2b-coordinate {
  position: absolute;
  z-index: 4;
  right: 5vw;
  bottom: 28px;
  color: rgba(255,255,255,.24);
  font: 600 8px/1 var(--font-display);
  letter-spacing: .18em;
}

#partners {
  position: relative;
  overflow: visible;
  isolation: isolate;
  color: #151719;
  background: #fff;
}

#partners.home-built-section::after {
  content: '';
  position: absolute;
  z-index: 8;
  inset: 0;
  pointer-events: none;
  opacity: var(--built-road-dark-progress, 0);
  background: #151719;
  will-change: opacity;
}

.home-built-glow {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: min(500px, 48vw);
  height: min(500px, 48vw);
  pointer-events: none;
  background: radial-gradient(circle at 100% 0%, rgba(232,5,5,.14) 0%, transparent 65%);
}

.home-built-watermark {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: clamp(-80px, -4vw, -24px);
  width: clamp(320px, 36vw, 610px);
  max-width: none;
  opacity: .035;
  filter: grayscale(1) contrast(1.2);
  transform: translateY(-50%) rotate(-4deg);
  pointer-events: none;
  user-select: none;
}

.home-built-layout {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-built-copy {
  position: relative;
  max-width: 610px;
}

.home-built-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--emma-red);
  font: 750 9px/1 var(--font-display);
  letter-spacing: .22em;
  text-transform: uppercase;
}

.home-built-eyebrow::before {
  content: '';
  width: 42px;
  height: 1px;
  background: currentColor;
}

.home-partner-title {
  margin-top: 22px;
  font: 900 clamp(40px, 5vw, 74px)/.84 var(--font-display);
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.home-partner-title span { color: var(--emma-red); }

.home-built-copy > p {
  max-width: 560px;
  margin-top: 28px;
  color: rgba(21,23,25,.58);
  font: 350 clamp(14px, 1.15vw, 17px)/1.72 var(--font-body);
}

.home-built-actions {
  display: grid;
  width: min(760px, 100%);
  gap: 16px;
}

.home-built-cta {
  position: relative;
  display: grid;
  grid-template-columns: auto 96px minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(12px, 1.35vw, 22px);
  min-height: 96px;
  padding: 20px 24px;
  overflow: hidden;
  border: 1px solid rgba(21,23,25,.16);
  border-left: 3px solid var(--emma-red);
  color: #151719;
  background: rgba(255,255,255,.82);
  box-shadow: 0 16px 38px rgba(21,23,25,.06);
  transition:
    color .3s ease,
    background .3s ease,
    border-color .3s ease,
    box-shadow .3s ease,
    transform .3s cubic-bezier(.22,1,.36,1);
}

.home-built-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(232,5,5,.1), transparent 46%);
  opacity: 0;
  transition: opacity .3s ease;
}

.home-built-cta > * { position: relative; z-index: 1; }

.home-built-cta > span {
  color: var(--emma-red);
  font: 750 8px/1 var(--font-display);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.home-built-cta img {
  width: 96px;
  height: auto;
  transition: filter .3s ease;
}

.home-built-cta strong {
  font: 800 clamp(12px, 1vw, 15px)/1.35 var(--font-display);
  letter-spacing: .045em;
  text-transform: uppercase;
}

.home-built-cta i {
  color: var(--emma-red);
  font: normal 300 22px/1 sans-serif;
  transition: transform .3s cubic-bezier(.22,1,.36,1);
}

.home-built-cta:hover,
.home-built-cta:focus-visible {
  outline: none;
  border-color: rgba(232,5,5,.72);
  background: #151719;
  color: #fff;
  box-shadow: 0 24px 50px rgba(21,23,25,.16);
  transform: translateY(-4px);
}

.home-built-cta:hover::before,
.home-built-cta:focus-visible::before { opacity: 1; }

.home-built-cta:hover img,
.home-built-cta:focus-visible img { filter: brightness(0) invert(1); }

.home-built-cta:hover i,
.home-built-cta:focus-visible i { transform: translateX(7px); }

#stories { background: #ffffff; color: #151719; }
.home-story-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.home-story-card { border-top: 1px solid #151719; padding-top: 18px; }
.home-story-card-media { aspect-ratio: 16/10; overflow: hidden; background: #ddd; }
.home-story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.home-story-card:hover img { transform: scale(1.04); }
.home-story-meta { display: flex; justify-content: space-between; margin-top: 18px; color: var(--emma-red); font: 700 9px/1 var(--font-display); letter-spacing: .18em; text-transform: uppercase; }
.home-story-card h3 { margin-top: 14px; font: 800 clamp(22px,2.3vw,36px)/1 var(--font-display); text-transform: uppercase; }
.home-story-card p { margin-top: 10px; color: rgba(20,20,20,.56); font: 300 13px/1.55 var(--font-body); }

.home-dual-links { display: grid; grid-template-columns: 1fr 1fr; }
.home-dual-link {
  min-height: 430px; padding: 55px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: #151719; color: #fff;
}
.home-dual-link:last-child { background: #151515; }
.home-dual-link::before { content: ""; position: absolute; inset: 0; background: var(--dual-image) center/cover; opacity: .28; transition: opacity .4s, transform .6s; }
.home-dual-link:hover::before { opacity: .44; transform: scale(1.035); }
.home-dual-link > * { position: relative; z-index: 1; }
.home-dual-link span { color: var(--emma-red); font: 700 10px/1 var(--font-display); letter-spacing: .22em; text-transform: uppercase; }
.home-dual-link h2 { max-width: 520px; margin-top: 14px; font: 900 clamp(29px,3.25vw,49px)/.88 var(--font-display); text-transform: uppercase; }
.home-dual-link em { margin-top: 26px; font: normal 800 11px/1 var(--font-display); letter-spacing: .16em; text-transform: uppercase; }

@media (max-width: 1200px) {
  .home-market-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 920px) {
  #about-emma {
    height: 330svh;
    min-height: max(100svh, 920px);
  }
  .home-about-sticky {
    height: 100svh;
    min-height: max(100svh, 920px);
  }
  .home-about-header {
    top: clamp(90px, 10vh, 114px);
  }
  .home-about-title {
    max-width: 720px;
    font-size: clamp(30px, 5.66vw, 49px);
  }
  .home-about-why {
    top: clamp(255px, 32vh, 320px);
    right: 24px;
    bottom: 58px;
    left: 24px;
  }
  .home-about-why-head {
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin-bottom: 12px;
  }
  .home-about-why-head h3 {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
  }
  .home-about-why-head span {
    display: none;
  }
  .home-about-why-head small {
    grid-column: 2;
    grid-row: 1;
  }
  .home-about-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
  .home-about-why-grid li,
  .home-about-why-grid li:nth-child(5) {
    grid-column: auto;
    min-height: 62px;
    padding: 11px 12px;
  }
  .home-about-why-grid li:last-child {
    grid-column: 1 / -1;
  }
  .home-about-why-grid li > span {
    margin-bottom: 6px;
  }
  .home-about-why-grid p {
    max-width: none;
    font-size: 9.5px;
  }
  .home-about-road-track {
    top: clamp(185px, 22vh, 220px);
    perspective: 1050px;
  }
  .home-about-road-card,
  .home-about-road-card--story {
    width: min(620px, 66vw);
  }
  .home-about-layout {
    top: clamp(190px, 23vh, 225px);
    right: 24px;
    bottom: 44px;
    left: 24px;
    grid-template-columns: minmax(0, 35fr) minmax(0, 30fr) minmax(0, 35fr);
    gap: 0;
  }
  .home-about-motion-space {
    display: block;
  }
  .home-about-intro {
    padding: 0 24px 0 0;
  }
  .home-about-pillars {
    padding: 0 0 0 24px;
  }
  .home-about-description p {
    font-size: 10px;
  }
  .home-about-values-inline {
    gap: 13px 16px;
  }
  .home-about-principle {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 10px;
  }
  .home-car-scroll-runway {
    height: 360svh;
  }
  .home-car-scroll-content {
    width: min(860px, calc(100% - 48px));
  }
  .home-market-inner {
    width: calc(100% - 48px);
  }
  .home-market-copy {
    padding-right: 0;
  }
  .home-market-copy-body {
    width: 100%;
  }
  .home-market-speedometer {
    width: min(96%, 720px);
    min-height: 0;
  }
  .home-market-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "left right";
    gap: 26px;
    overflow: visible;
  }
  .home-story-top, .home-partner-layout { grid-template-columns: 1fr; gap: 28px; }
  .home-b2b-inner {
    width: calc(100% - 48px);
  }
  .home-b2b-title { font-size: clamp(34px, 4.8vw, 52px); }
  .home-reason-grid { grid-template-columns: repeat(2,1fr); }
  .home-story-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  #about-emma {
    height: 310svh;
    min-height: 0;
  }
  .home-about-sticky {
    position: sticky;
    height: 100svh;
    min-height: 680px;
  }
  .home-car-scroll-runway {
    height: 400svh;
  }
  .home-car-scroll-sticky {
    min-height: 520px;
  }
  .home-car-scroll-video {
    object-position: 58% center;
  }
  .home-car-scroll-content {
    top: 0;
    right: auto;
    bottom: 0;
    left: 50%;
    width: calc(100% - 32px);
    padding: 32px 0 24px;
    transform: translateX(-50%);
  }
  .home-car-scroll-title {
    font-size: clamp(38px, 12vw, 56px);
  }
  .home-car-scroll-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .home-car-scroll-copy {
    width: 100%;
    margin: auto 0 0;
    padding: 18px 0 0;
  }
  .home-car-scroll-copy h3 {
    font-size: clamp(20px, 6vw, 29px);
  }
  .home-car-scroll-copy .home-about-road-card-index {
    margin-bottom: 11px;
  }
  .home-car-scroll-copy .home-about-road-card-copy p {
    font-size: clamp(13px, 3.5vw, 15px);
    line-height: 1.5;
  }
  .home-car-scroll-copy .home-about-road-values {
    gap: 6px;
    width: 100%;
    margin-top: 13px;
  }
  .home-car-scroll-copy .home-about-road-values span {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
    padding: 8px 6px;
  }
  .home-about-sticky::before {
    background:
      linear-gradient(180deg, rgba(21,23,25,.3) 0%, rgba(21,23,25,.22) 51%, rgba(21,23,25,.1) 76%, rgba(11,12,13,.06) 100%),
      linear-gradient(90deg, rgba(11,12,13,.22), rgba(11,12,13,.08) 50%, rgba(11,12,13,.22));
  }
  .home-about-index {
    top: 72px;
    right: 20px;
  }
  .home-about-header {
    top: 86px;
    right: 18px;
    left: 18px;
  }
  .home-about-title {
    max-width: 520px;
    margin-top: 0;
    font-size: clamp(16px, 5.4vw, 26px);
    line-height: .88;
  }
  .home-about-intro-passage {
    width: 100%;
    margin-top: 14px;
    font-size: 10px;
    line-height: 1.68;
  }
  .home-about-why {
    top: clamp(205px, 30vh, 235px);
    right: 16px;
    bottom: 47px;
    left: 16px;
    justify-content: flex-start;
  }
  .home-about-why-head {
    margin-bottom: 9px;
  }
  .home-about-why-head h3 {
    font-size: clamp(18px, 5.6vw, 24px);
  }
  .home-about-why-head small {
    max-width: 110px;
    font-size: 6.5px;
    line-height: 1.25;
  }
  .home-about-why-grid {
    gap: 5px;
  }
  .home-about-why-grid li,
  .home-about-why-grid li:nth-child(5) {
    min-height: 57px;
    padding: 9px 10px;
  }
  .home-about-why-grid li > span {
    margin-bottom: 5px;
    font-size: 7px;
  }
  .home-about-why-grid p {
    font-size: clamp(8px, 2.35vw, 9.5px);
    line-height: 1.28;
  }
  .home-about-road-track {
    top: 158px;
    bottom: 48px;
    perspective: 850px;
    perspective-origin: 50% 30%;
  }
  .home-about-road-card,
  .home-about-road-card--story {
    top: 54%;
    width: calc(100vw - 36px);
    max-height: min(470px, 61vh);
    padding: 18px;
  }
  .home-about-road-card-index {
    margin-bottom: 11px;
    font-size: 8px;
  }
  .home-about-road-card h3 {
    font-size: clamp(19px, 6vw, 27px);
  }
  .home-about-road-card-copy {
    gap: 6px;
    margin-top: 12px;
  }
  .home-about-road-card-copy p {
    font-size: 9.5px;
  }
  .home-about-road-card--story .home-about-road-card-copy p:nth-child(3) {
    display: none;
  }
  .home-about-road-values {
    grid-template-columns: 1fr 1fr;
    margin-top: 14px;
  }
  .home-about-road-values span {
    padding: 9px 6px;
  }
  .home-about-road-card-signal {
    margin-top: 16px;
  }
  .home-about-layout {
    position: absolute;
    top: 174px;
    right: 20px;
    bottom: 54px;
    left: 20px;
    display: block;
    padding: 0;
  }
  .home-about-intro,
  .home-about-pillars {
    position: absolute;
    inset: 0;
    width: 100%;
    padding: 0;
  }
  .home-about-motion-space {
    display: none;
  }
  .home-about-description p {
    font-size: 9.5px;
    line-height: 1.48;
  }
  .home-about-description p:nth-child(n + 4) {
    display: none;
  }
  .home-about-values-inline {
    margin-top: 12px;
  }
  .home-about-direction-lead {
    margin-top: 12px;
  }
  .home-about-principle {
    margin-top: 0;
    padding-top: 15px;
  }
  .home-about-principle p {
    font-size: 10.5px;
  }
  .home-about-foot {
    right: 20px;
    bottom: 16px;
    left: 20px;
    letter-spacing: .12em;
  }
  .home-about-foot span:first-child {
    display: none;
  }
  .home-about-foot span:last-child {
    margin-left: auto;
  }
  .home-market-section,
  .home-market-inner {
    min-height: 0;
  }
  .home-market-section::before {
    inset: 0;
    width: auto;
    height: auto;
  }
  .home-market-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 51px 0;
  }
  .home-market-copy {
    width: 100%;
    max-width: none;
    padding: 0 20px;
  }
  .home-market-copy-body {
    width: calc(100% - 40px);
    margin-right: 20px;
    margin-left: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .home-market-title {
    font-size: clamp(18px, 6.2vw, 30px);
  }
  .home-b2b-market-title {
    flex-wrap: wrap;
    white-space: normal;
  }
  .home-b2b-market-title .home-market-title-copy {
    flex: 1 1 100%;
  }
  .home-market-body p {
    font-size: 12px;
  }
  .home-market-visual {
    width: 100%;
    min-height: 0;
    justify-content: center;
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "right";
    gap: 22px;
  }
  .home-market-speedometer {
    width: min(90%, 620px);
    height: auto;
    min-height: 0;
  }
  .home-market-copy-body .home-market-speedometer {
    width: min(86%, 440px);
  }
  .home-market-details {
    width: 100%;
    padding: 0 20px;
  }
  .home-market-side-copy--left,
  .home-market-side-copy--right {
    padding: 0 20px;
    text-align: center;
    justify-self: center;
  }
  .home-market-coordinate {
    right: 20px;
    bottom: 18px;
  }
  .home-story-section { padding: 78px 0; }
  .home-story-inner { width: calc(100% - 40px); }
  .home-b2b-section { min-height: 1040px; }
  .home-b2b-section::after {
    background:
      linear-gradient(
        180deg,
        #030405 0%,
        #030405 50%,
        rgba(3,4,5,.96) 60%,
        rgba(3,4,5,.58) 73%,
        rgba(3,4,5,.12) 86%,
        rgba(3,4,5,.42) 100%
      );
  }
  .home-b2b-background {
    inset: auto 0 0;
    width: 100%;
    height: 58%;
    background-position: center bottom;
  }
  .home-b2b-inner {
    width: calc(100% - 40px);
    min-height: 1040px;
    padding: 86px 0 430px;
  }
  .home-b2b-title { font-size: clamp(23px, 6.5vw, 31px); }
  .home-b2b-lead { font-size: 16px; }
  .home-b2b-content { font-size: 12px; }
  .home-b2b-coordinate { display: none; }
  .home-reason-grid, .home-story-cards, .home-dual-links { grid-template-columns: 1fr; }
  .home-reason { min-height: 210px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .home-partner-types { grid-template-columns: 1fr; }
  .home-dual-link { min-height: 360px; padding: 36px 22px; }
}

@media (max-width: 1000px) {
  .home-built-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .home-built-copy {
    max-width: 720px;
  }

  .home-built-actions {
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .home-built-watermark {
    left: -72px;
    width: 330px;
  }

  .home-built-glow {
    width: 280px;
    height: 280px;
  }

  .home-built-layout {
    gap: 36px;
  }

  .home-partner-title {
    font-size: clamp(36px, 12vw, 52px);
  }

  .home-built-copy > p {
    margin-top: 22px;
    font-size: 13px;
  }

  .home-built-cta {
    grid-template-columns: auto 68px minmax(0, 1fr) auto;
    gap: 9px;
    min-height: 86px;
    padding: 15px 14px;
  }

  .home-built-cta img {
    width: 68px;
  }

  .home-built-cta strong {
    font-size: 10px;
  }

  .home-built-cta > span {
    font-size: 7px;
    letter-spacing: .12em;
  }
}
