.console-home-variant {
  --bg: #07110d;
  --bg-2: #0b1711;
  --panel: #101e17;
  --panel-2: #14251c;
  --text: #f4f0e6;
  --muted: #9daf9f;
  --muted-2: #718578;
  --line: rgba(221, 203, 146, .15);
  --line-strong: rgba(221, 203, 146, .28);
  --green: #2f7a57;
  --green-2: #55b985;
  --gold: #c8a24a;
  --gold-2: #f1d37c;
  --lime: #79d9a8;
  --radius: 18px;
  background:
    var(--surface-texture) 0 0 / 48px 48px repeat,
    radial-gradient(circle at 15% 8%, rgba(200, 162, 74, .08), transparent 25rem),
    radial-gradient(circle at 88% 5%, rgba(47, 122, 87, .18), transparent 30rem),
    linear-gradient(135deg, var(--bg), var(--bg-2));
}

.console-home-variant .page-scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 120;
  width: 100%;
  height: 3px;
  overflow: hidden;
  pointer-events: none;
}

.console-home-variant .page-scroll-progress::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--green-2), var(--gold-2));
  box-shadow: 0 0 16px rgba(246, 214, 103, .48);
  transform: scaleX(var(--page-scroll-progress, 0));
  transform-origin: left center;
  transition: transform .08s linear;
}

.console-home-variant .site-header.is-scrolled,
.console-home-variant .site-header.is-open {
  background: rgba(7, 17, 13, .94);
}

.console-home-variant .hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  align-items: center;
  gap: clamp(20px, 3vw, 46px);
  margin-bottom: 46px;
}
.console-home-variant .hero-split .hero-message { min-width: 0; text-align: left; }
.console-home-variant .hero-split .hero-title { margin: 0; max-width: none; }
.console-home-variant .hero-split .hero-title-lead,
.console-home-variant .hero-split .hero-title-focus {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: clamp(2rem, 4.1vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}
.console-home-variant .hero-split .hero-title-focus { margin-top: 6px; }
.console-home-variant .hero-split .hero-title-focus::after { content: none; }
.console-home-variant .hero-split .hero-copy { max-width: 560px; margin: 22px 0 26px; }
.console-home-variant .hero-split .hero-brand-intro {
  width: 100%;
  min-height: 430px;
  margin: 0;
}
.console-home-variant .hero-split .hero-orbital-logo {
  width: min(440px, 100%);
  max-width: 100%;
  margin: 0;
}
.console-home-variant #kaivalya-in-action { scroll-margin-top: 105px; }
@media (max-width: 760px) {
  .console-home-variant .hero-split { grid-template-columns: minmax(0, 1fr); gap: 8px; margin-bottom: 32px; }
  .console-home-variant .hero-split .hero-brand-intro { grid-row: 1; }
  .console-home-variant .hero-split .hero-brand-intro { min-height: 210px; }
  .console-home-variant .hero-split .hero-orbital-logo { width: 210px; }
  .console-home-variant .hero-split .hero-message { text-align: center; }
  .console-home-variant .hero-split .hero-title-lead,
  .console-home-variant .hero-split .hero-title-focus { font-size: clamp(1.85rem, 7.6vw, 3.2rem); }
  .console-home-variant .hero-split .hero-copy { margin: 18px auto 22px; }
}

.console-home-variant .hero {
  min-height: 0;
  padding-block: 108px 78px;
  background: #07110d;
}

.console-home-variant .hero::before {
  background:
    linear-gradient(90deg, rgba(7, 17, 13, .96), rgba(7, 17, 13, .75) 48%, rgba(7, 17, 13, .9)),
    linear-gradient(180deg, rgba(7, 17, 13, .2), #07110d 96%),
    url('/website/assets/hero-chart-v1.webp') center / cover no-repeat;
  opacity: .72;
  animation: console-market-drift 18s ease-in-out infinite alternate;
}

.console-home-variant .hero::after {
  background:
    radial-gradient(circle at 68% 35%, rgba(85, 185, 133, .2), transparent 26rem),
    linear-gradient(90deg, #07110d 0%, transparent 18%, transparent 78%, #07110d 100%);
}

.console-home-variant .hero-content {
  max-width: 1040px;
  padding-block: 0;
}

.console-home-variant .hero-brand-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px;
  filter: drop-shadow(0 0 42px rgba(200, 162, 74, .18));
  animation: console-orbital-float 8s ease-in-out infinite;
}

.console-home-variant .hero-orbital-logo {
  display: block;
  width: 86px;
  height: auto;
  margin: 0;
  object-fit: contain;
  filter: drop-shadow(0 0 24px rgba(200, 162, 74, .28));
}

.console-home-variant .hero-brand-intro .eyebrow {
  margin: 0;
  text-align: left;
}

.console-home-variant .hero-title {
  max-width: 980px;
  text-transform: none;
}

.console-home-variant .hero-title-lead,
.console-home-variant .hero-title-focus,
.console-home-variant .hero-title-close {
  display: block;
}

.console-home-variant .hero-title-lead {
  color: var(--text);
  font-size: clamp(2.35rem, 4.2vw, 4.25rem);
  font-weight: 500;
  line-height: 1.04;
  text-shadow: 0 4px 34px rgba(0, 0, 0, .65);
}

.console-home-variant .hero-title-focus {
  position: relative;
  display: block;
  width: min(940px, 100%);
  margin: 8px auto 0;
  padding-bottom: 16px;
  color: var(--text);
  font-size: clamp(2.65rem, 4.8vw, 4.8rem);
  font-weight: 800;
  line-height: 1.02;
  text-shadow: 0 0 42px rgba(200, 162, 74, .3);
}

.console-home-variant .hero-title-focus > span {
  color: var(--gold-2);
}

.console-home-variant .hero-market-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: clamp(38px, 4vw, 58px);
  height: clamp(44px, 5vw, 70px);
  flex: 0 0 auto;
}

.console-home-variant .hero-market-mark i {
  position: relative;
  display: block;
  width: clamp(5px, .52vw, 8px);
  border-radius: 2px;
  background: var(--green-2);
  box-shadow: 0 0 14px rgba(85, 185, 133, .32);
}

.console-home-variant .hero-market-mark i::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -10px;
  bottom: -10px;
  width: 1px;
  background: rgba(244, 240, 230, .72);
  transform: translateX(-50%);
}

.console-home-variant .hero-market-mark i:nth-child(1) {
  height: 24%;
  align-self: flex-end;
  margin-bottom: 13%;
}

.console-home-variant .hero-market-mark i:nth-child(2) {
  height: 46%;
  align-self: center;
  background: var(--gold-2);
  box-shadow: 0 0 14px rgba(241, 211, 124, .34);
}

.console-home-variant .hero-market-mark i:nth-child(3) {
  height: 34%;
  align-self: flex-start;
  margin-top: 8%;
}

.console-home-variant .hero-title-focus::after {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0;
  height: 2px;
  background: var(--gold-2);
  box-shadow: 0 0 18px rgba(241, 211, 124, .55);
  transform: scaleX(0);
  transform-origin: center;
  animation: console-focus-line .8s .5s cubic-bezier(.2, .72, .2, 1) forwards;
}

.console-home-variant .hero-title-close {
  margin-top: 26px;
  color: rgba(244, 240, 230, .82);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.8vw, 1.38rem);
  font-weight: 500;
  line-height: 1.4;
}

.console-home-variant .hero-copy {
  max-width: 800px;
  margin-block: 26px 34px;
}

.console-home-variant .hero-video-heading {
  margin-bottom: 16px;
}

.console-home-variant .hero-video-heading .eyebrow {
  margin-bottom: 6px;
}

.console-home-variant .hero-video-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.55;
}

.console-home-variant .hero-video-wrap {
  position: relative;
  width: min(900px, 100%);
  margin: 0 auto;
  border-color: rgba(200, 162, 74, .42);
  background: #020906;
  box-shadow: 0 28px 74px rgba(0, 0, 0, .48), 0 0 44px rgba(200, 162, 74, .12);
}

.console-home-variant .hero-video-action {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.console-home-variant .hero-video-action .btn {
  width: auto;
  min-width: 230px;
}

.console-home-variant .hero-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 1px solid rgba(241, 211, 124, .72);
  border-radius: 50%;
  background: rgba(7, 17, 13, .76);
  color: var(--gold-2);
  font-size: 1.45rem;
  line-height: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 36px rgba(200, 162, 74, .24);
}

.console-home-variant .hero-value-strip {
  display: grid;
  width: min(900px, 100%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 20px auto 24px;
  overflow: hidden;
  border: 1px solid rgba(200, 162, 74, .2);
  border-radius: 10px;
  background: rgba(7, 26, 19, .82);
}

.console-home-variant .hero-value-strip span {
  position: relative;
  padding: 13px 12px;
  color: rgba(244, 240, 230, .86);
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.console-home-variant .hero-value-strip span:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  width: 1px;
  background: var(--line);
}

.console-home-variant .hero .hero-actions .btn {
  min-width: 230px;
}

.console-home-variant .hero .proof-grid {
  margin-block: 0 38px;
}

.console-home-variant .hero-capability-grid {
  gap: 14px;
  max-width: 820px;
}

.console-home-variant .proof-grid .hero-capability {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 74px;
  padding: 16px 18px;
  overflow: hidden;
  border: 1px solid rgba(200, 162, 74, .24);
  border-radius: 10px;
  background: linear-gradient(105deg, rgba(24, 48, 35, .94), rgba(10, 24, 17, .96));
  box-shadow: inset 3px 0 0 rgba(85, 185, 133, .7), 0 16px 36px rgba(0, 0, 0, .2);
}

.console-home-variant .hero-capability > span {
  color: var(--gold-2);
  font-family: var(--display);
  font-size: .72rem;
  letter-spacing: .08em;
}

.console-home-variant .hero-capability strong {
  color: var(--text);
  font-size: .9rem;
  line-height: 1.35;
}

.console-home-variant .hero-capability > i {
  display: flex;
  align-items: center;
  gap: 3px;
  width: 31px;
  height: 34px;
  opacity: .72;
}

.console-home-variant .hero-capability > i b {
  position: relative;
  display: block;
  width: 4px;
  border-radius: 1px;
  background: var(--green-2);
}

.console-home-variant .hero-capability > i b::before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 50%;
  width: 1px;
  background: rgba(241, 211, 124, .7);
  transform: translateX(-50%);
}

.console-home-variant .hero-capability > i b:nth-child(1) { height: 12px; }
.console-home-variant .hero-capability > i b:nth-child(2) { height: 23px; background: var(--gold-2); }
.console-home-variant .hero-capability > i b:nth-child(3) { height: 17px; }

.console-home-variant .hero .micro-proof {
  margin-top: 24px;
}

.console-home-variant .proof-grid div {
  transition:
    transform .25s ease,
    border-color .25s ease,
    background-color .25s ease,
    box-shadow .25s ease;
}

.console-home-variant .proof-grid div:hover {
  transform: translateY(-2px);
  border-color: rgba(121, 217, 168, .38);
  background-color: rgba(20, 42, 30, .94);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}

.console-home-variant .section,
.console-home-variant #about {
  display: flex;
  min-height: min(900px, calc(100svh - 82px));
  flex-direction: column;
  justify-content: center;
  border-color: var(--line);
  background: transparent;
}

.console-home-variant main > .section > .container,
.console-home-variant main > #about > .container {
  position: relative;
  z-index: 1;
}

.console-home-variant .section-alt,
.console-home-variant .values-section {
  background:
    linear-gradient(180deg, rgba(20, 37, 28, .72), rgba(11, 23, 17, .74)),
    radial-gradient(circle at 80% 0%, rgba(47, 122, 87, .14), transparent 28rem);
}

.console-home-variant .card,
.console-home-variant .offer-box,
.console-home-variant .timeline-item,
.console-home-variant .quote,
.console-home-variant .proof-grid div {
  border-color: var(--line-strong);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(16, 30, 23, .96), rgba(11, 23, 17, .98));
  box-shadow: 0 26px 70px rgba(0, 0, 0, .3), 0 0 0 1px rgba(200, 162, 74, .04);
}

.console-home-variant .timeline {
  padding: 18px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(7, 20, 14, .72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.console-home-variant .timeline-item {
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  padding: 26px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.console-home-variant .timeline-item:not(:last-child) {
  border-bottom: 1px solid rgba(210, 164, 55, .16);
}

.console-home-variant .timeline-item > div:last-child {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.console-home-variant .timeline-item .step-icon {
  justify-self: center;
  margin-top: 0;
  font-size: 1.56rem;
  line-height: 1;
}

.console-home-variant .timeline-item:not(:last-child)::after {
  left: 35px;
  top: 80px;
  bottom: -27px;
}

.console-home-variant .quote {
  position: relative;
  max-width: 920px;
  margin-top: 64px;
  padding: 34px clamp(24px, 5vw, 64px);
  border: 0;
  border-block: 1px solid rgba(210, 164, 55, .28);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(247, 241, 223, .9);
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  line-height: 1.6;
}

.console-home-variant .quote cite {
  margin-top: 20px;
  letter-spacing: .08em;
}

.console-home-variant .card::after,
.console-home-variant .offer-box::after {
  content: none;
}

.console-home-variant .btn {
  border-color: rgba(85, 185, 133, .36);
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: #fff;
  box-shadow: 0 16px 42px rgba(47, 122, 87, .26);
}

.console-home-variant .btn-outline {
  border-color: var(--line-strong);
  background: rgba(12, 25, 18, .88);
  color: var(--text);
  box-shadow: none;
}

.console-home-variant .eyebrow,
.console-home-variant h1 span,
.console-home-variant h1 em,
.console-home-variant h2 span {
  color: var(--gold-2);
}

.console-home-variant .green-text,
.console-home-variant .eyebrow.green,
.console-home-variant .proof-grid span,
.console-home-variant .check-list.success li::before {
  color: var(--green-2);
}

.console-home-variant .tag-row span {
  border-color: rgba(85, 185, 133, .28);
  background: rgba(85, 185, 133, .09);
  color: #bfe7ce;
}

.console-home-variant .site-footer {
  border-top-color: var(--line);
  background: #06100b;
}

.console-home-variant .hero-brand-intro,
.console-home-variant .hero-title,
.console-home-variant .hero-copy,
.console-home-variant .hero-video-heading,
.console-home-variant .hero-video-wrap,
.console-home-variant .hero-value-strip,
.console-home-variant .hero .hero-actions,
.console-home-variant .hero .micro-proof {
  animation: console-hero-enter 1.05s cubic-bezier(.16, 1, .3, 1) both;
  will-change: opacity, transform, filter;
}

.console-home-variant .hero-brand-intro { animation-delay: .05s; }
.console-home-variant .hero-title { animation-delay: .16s; }
.console-home-variant .hero-copy { animation-delay: .27s; }
.console-home-variant .hero-video-heading { animation-delay: .36s; }
.console-home-variant .hero-video-wrap { animation-delay: .44s; }
.console-home-variant .hero-value-strip { animation-delay: .5s; }
.console-home-variant .hero .hero-actions { animation-delay: .56s; }
.console-home-variant .hero .micro-proof { animation-delay: .62s; }

.console-home-variant.has-scroll-reveal .scroll-reveal {
  opacity: 0;
  transform: translateY(64px) scale(.992);
  filter: blur(5px);
  will-change: opacity, transform;
  transition:
    opacity 1.05s cubic-bezier(.2, .72, .2, 1),
    transform 1.05s cubic-bezier(.2, .72, .2, 1),
    filter .85s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  will-change: auto;
}

.console-home-variant.has-scroll-reveal .scroll-reveal > .narrow.center > .eyebrow,
.console-home-variant.has-scroll-reveal .scroll-reveal > .narrow.center > h2,
.console-home-variant.has-scroll-reveal .scroll-reveal > .narrow.center > .section-copy {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .7s cubic-bezier(.2, .72, .2, 1),
    transform .78s cubic-bezier(.2, .72, .2, 1);
}

.console-home-variant.has-scroll-reveal .scroll-reveal > .narrow.center > h2 {
  transition-delay: 90ms;
}

.console-home-variant.has-scroll-reveal .scroll-reveal > .narrow.center > .section-copy {
  transition-delay: 170ms;
}

.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible > .narrow.center > .eyebrow,
.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible > .narrow.center > h2,
.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible > .narrow.center > .section-copy {
  opacity: 1;
  transform: translateY(0);
}

.console-home-variant.has-scroll-reveal .scroll-reveal .card,
.console-home-variant.has-scroll-reveal .scroll-reveal .timeline-item,
.console-home-variant.has-scroll-reveal .scroll-reveal .offer-box {
  opacity: 0;
  transform: translateY(24px) scale(.985);
  transition:
    opacity .62s cubic-bezier(.2, .72, .2, 1),
    transform .7s cubic-bezier(.2, .72, .2, 1),
    border-color .25s ease,
    box-shadow .25s ease;
}

.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible .card,
.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible .timeline-item,
.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible .offer-box {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible :is(.card, .timeline-item, .offer-box):nth-child(2) {
  transition-delay: 90ms;
}

.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible :is(.card, .timeline-item, .offer-box):nth-child(3) {
  transition-delay: 170ms;
}

.console-home-variant.has-scroll-reveal .scroll-reveal.is-visible :is(.card, .timeline-item, .offer-box):nth-child(4) {
  transition-delay: 240ms;
}

@keyframes console-hero-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 34px, 0) scale(.985);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes console-hero-enter-reduced {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes console-focus-line {
  to { transform: scaleX(1); }
}

@keyframes console-market-drift {
  from { transform: scale(1.01) translate3d(0, 0, 0); }
  to { transform: scale(1.045) translate3d(-.6%, -.35%, 0); }
}

@keyframes console-orbital-float {
  0%, 100% { transform: translate3d(0, -4px, 0) scale(.985); }
  50% { transform: translate3d(0, 7px, 0) scale(1.015); }
}

@keyframes console-section-orbit {
  0%, 100% { opacity: .08; transform: translate3d(0, -5px, 0) scale(.96); }
  50% { opacity: .15; transform: translate3d(0, 7px, 0) scale(1.03); }
}

@keyframes console-card-glint {
  0%, 72%, 100% { opacity: .055; filter: saturate(.7) brightness(.82); }
  82% { opacity: .17; filter: saturate(1.05) brightness(1.24) drop-shadow(0 0 10px rgba(241, 211, 124, .24)); }
}

@media (max-width: 760px) {
  .console-home-variant .hero { min-height: 0; padding-block: 94px 56px; }
  .console-home-variant .section,
  .console-home-variant #about { min-height: auto; }
  .console-home-variant .hero-content { padding-block: 0; }
  .console-home-variant .hero-brand-intro { margin-bottom: 14px; }
  .console-home-variant .hero-orbital-logo {
    width: 66px;
    height: auto;
    margin: 0;
  }
  .console-home-variant .hero-title-lead {
    font-size: clamp(1.95rem, 9vw, 2.6rem);
  }
  .console-home-variant .hero-title-focus {
    max-width: 100%;
    margin-top: 7px;
    font-size: clamp(2.05rem, 9.4vw, 2.7rem);
    overflow-wrap: normal;
    padding-bottom: 12px;
  }
  .console-home-variant .hero-capability-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .console-home-variant .hero-market-mark {
    width: 28px;
    height: 36px;
    gap: 3px;
  }
  .console-home-variant .hero-market-mark i { width: 4px; }
  .console-home-variant .hero-copy { margin-block: 22px 28px; }
  .console-home-variant .hero-video-heading > p:last-child { font-size: .88rem; }
  .console-home-variant .hero-video-play { width: 54px; height: 54px; font-size: 1.1rem; }
  .console-home-variant .hero-value-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .console-home-variant .hero-value-strip span:nth-child(2)::after { display: none; }
  .console-home-variant .hero-value-strip span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .console-home-variant .hero .proof-grid { margin-bottom: 30px; }
  .console-home-variant .proof-grid .hero-capability {
    min-height: 76px;
    padding: 12px;
  }
  .console-home-variant .timeline {
    padding: 10px 18px;
  }
  .console-home-variant .timeline-item {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 0;
  }
  .console-home-variant .timeline-item:not(:last-child)::after {
    left: 26px;
    top: 76px;
    bottom: -23px;
  }
}

@media (max-width: 420px) {
  .console-home-variant .hero-title-lead { font-size: 1.9rem; }
  .console-home-variant .hero-title-focus { font-size: clamp(1.98rem, 9.2vw, 2.45rem); }
  .console-home-variant .hero-brand-intro .eyebrow { font-size: .65rem; }
}

@media (prefers-reduced-motion: reduce) {
  .console-home-variant .hero-brand-intro,
  .console-home-variant .hero-title,
  .console-home-variant .hero-copy,
  .console-home-variant .hero-video-heading,
  .console-home-variant .hero-video-wrap,
  .console-home-variant .hero-value-strip,
  .console-home-variant .hero .hero-actions,
  .console-home-variant .hero .micro-proof {
    animation-name: console-hero-enter-reduced;
    animation-duration: .55s !important;
    animation-timing-function: cubic-bezier(.2, .72, .2, 1);
    animation-fill-mode: both;
    animation-iteration-count: 1 !important;
    filter: none;
  }

  .console-home-variant .hero-title-focus::after,
  .console-home-variant .hero::before,
  .console-home-variant .hero-brand-intro,
  .console-home-variant .card::after,
  .console-home-variant .offer-box::after {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .console-home-variant.has-scroll-reveal .scroll-reveal {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
    filter: none;
    transition:
      opacity .55s ease,
      transform .55s cubic-bezier(.2, .72, .2, 1);
    transition-duration: .55s !important;
  }

  .console-home-variant.has-scroll-reveal .scroll-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .console-home-variant.has-scroll-reveal .scroll-reveal > .narrow.center > .eyebrow,
  .console-home-variant.has-scroll-reveal .scroll-reveal > .narrow.center > h2,
  .console-home-variant.has-scroll-reveal .scroll-reveal > .narrow.center > .section-copy,
  .console-home-variant.has-scroll-reveal .scroll-reveal .card,
  .console-home-variant.has-scroll-reveal .scroll-reveal .timeline-item,
  .console-home-variant.has-scroll-reveal .scroll-reveal .offer-box {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
