body.rabbit-page-redesigned {
  --rabbit-ink: #09070c;
  --rabbit-paper: #f6f7f8;
  --rabbit-coral: #ff4768;
  --rabbit-mint: #38c7a5;
  --rabbit-blue: #3a8dde;
  background: var(--rabbit-ink);
  color: #fff;
}

body.rabbit-page-redesigned main {
  overflow: visible;
}

.rabbit-hero-redesign {
  position: relative;
  isolation: isolate;
  display: flex;
  width: 100%;
  min-height: min(680px, calc(100svh - 150px));
  overflow: hidden;
  align-items: center;
  background: #0c0910;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 3px solid var(--rabbit-coral);
  border-radius: 0;
}

.rabbit-hero-redesign::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7, 4, 10, 0.96) 0%,
    rgba(7, 4, 10, 0.82) 43%,
    rgba(7, 4, 10, 0.28) 72%,
    rgba(7, 4, 10, 0.18) 100%
  );
  content: "";
  pointer-events: none;
}

.rabbit-hero-redesign__image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  background-position: 72% center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.03);
  will-change: transform;
}

.rabbit-hero-redesign__image--fallback {
  background: #3a1725;
}

.rabbit-hero-redesign__image--cupid {
  right: 0;
  left: 48%;
  width: 52%;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: #9cd;
}

.rabbit-hero-redesign__image--cupid .rabbit-supplied-cupid {
  font-size: clamp(5px, 0.52vw, 9px);
}

.rabbit-hero-redesign__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1560px);
  margin: 0 auto;
  padding: 72px 6vw 68px;
}

.rabbit-hero-redesign__copy {
  width: min(680px, 58%);
}

.rabbit-hero-redesign__eyebrow {
  display: flex;
  margin: 0 0 24px;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.rabbit-hero-redesign__eyebrow::before {
  width: 42px;
  height: 3px;
  flex: 0 0 42px;
  background: var(--rabbit-coral);
  content: "";
}

.rabbit-hero-redesign__title {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: 5rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.96;
  text-wrap: balance;
}

.rabbit-hero-redesign__tagline {
  max-width: 660px;
  margin: 16px 0 0;
  color: var(--rabbit-coral);
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.06;
  text-wrap: balance;
}

.rabbit-hero-redesign__description {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.15rem;
  letter-spacing: 0;
  line-height: 1.7;
}

.rabbit-hero-redesign__actions {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 12px;
}

.rabbit-hero-redesign__action {
  display: inline-flex;
  min-height: 54px;
  padding: 14px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.rabbit-hero-redesign__action:hover,
.rabbit-hero-redesign__action:focus-visible {
  transform: translateY(-2px);
}

.rabbit-hero-redesign__action--primary {
  background: var(--rabbit-coral);
  color: #fff;
}

.rabbit-hero-redesign__action--primary:hover,
.rabbit-hero-redesign__action--primary:focus-visible {
  background: #ff654f;
  color: #fff;
}

.rabbit-hero-redesign__action--secondary {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(9, 7, 12, 0.5);
  color: #fff;
}

.rabbit-hero-redesign__action--secondary:hover,
.rabbit-hero-redesign__action--secondary:focus-visible {
  border-color: #fff;
  background: rgba(9, 7, 12, 0.8);
  color: #fff;
}

.rabbit-hero-redesign__assurances {
  display: flex;
  margin: 30px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 10px 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0;
  list-style: none;
}

.rabbit-hero-redesign__assurance {
  display: flex;
  align-items: center;
}

.rabbit-hero-redesign__assurance + .rabbit-hero-redesign__assurance::before {
  width: 1px;
  height: 16px;
  margin: 0 16px;
  background: rgba(255, 255, 255, 0.34);
  content: "";
}

.rabbit-principles {
  position: relative;
  width: 100%;
  background: var(--rabbit-paper);
  color: #17151a;
  border-bottom: 1px solid #d9dde2;
}

.rabbit-principles__inner {
  width: min(100%, 1560px);
  margin: 0 auto;
  padding: 54px 6vw 60px;
}

.rabbit-principles__intro {
  display: grid;
  margin-bottom: 38px;
  grid-template-columns: minmax(260px, 0.8fr) minmax(300px, 1.2fr);
  align-items: end;
  gap: 32px;
}

.rabbit-principles__title {
  margin: 0;
  color: #17151a;
  font-size: 2.35rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
}

.rabbit-principles__lead {
  max-width: 680px;
  margin: 0;
  color: #4f5661;
  font-size: 1.08rem;
  letter-spacing: 0;
  line-height: 1.65;
}

.rabbit-principles__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cfd4da;
}

.rabbit-principles__item {
  min-width: 0;
  padding: 30px 32px 4px;
}

.rabbit-principles__item:first-child {
  padding-left: 0;
}

.rabbit-principles__item + .rabbit-principles__item {
  border-left: 1px solid #cfd4da;
}

.rabbit-principles__number {
  color: var(--rabbit-coral);
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0;
}

.rabbit-principles__item:nth-child(2) .rabbit-principles__number {
  color: #168e73;
}

.rabbit-principles__item:nth-child(3) .rabbit-principles__number {
  color: #276eae;
}

.rabbit-principles__item-title {
  margin: 12px 0 0;
  color: #17151a;
  font-size: 1.35rem;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.2;
}

.rabbit-principles__copy {
  margin: 13px 0 0;
  color: #555d67;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.65;
}

@media (prefers-reduced-motion: no-preference) {
  .rabbit-hero-redesign__image {
    animation: rabbit-hero-image-drift 14s ease-in-out infinite alternate;
  }
}

@keyframes rabbit-hero-image-drift {
  from {
    transform: scale(1.03);
  }

  to {
    transform: scale(1.075);
  }
}

@media (max-width: 900px) {
  .rabbit-hero-redesign {
    min-height: 640px;
    align-items: flex-end;
  }

  .rabbit-hero-redesign::before {
    background: linear-gradient(
      180deg,
      rgba(7, 4, 10, 0.36) 0%,
      rgba(7, 4, 10, 0.7) 43%,
      rgba(7, 4, 10, 0.94) 100%
    );
  }

  .rabbit-hero-redesign__image {
    object-position: 62% center;
    background-position: 62% center;
  }

  .rabbit-hero-redesign__image--cupid {
    left: 0;
    width: 100%;
    border-left: 0;
  }

  .rabbit-hero-redesign__image--cupid .rabbit-supplied-cupid {
    font-size: clamp(5px, 1.08vw, 8px);
  }

  .rabbit-hero-redesign__inner {
    padding: 70px 24px 48px;
  }

  .rabbit-hero-redesign__copy {
    width: min(100%, 660px);
  }

  .rabbit-hero-redesign__title {
    font-size: 3.7rem;
  }

  .rabbit-hero-redesign__tagline {
    font-size: 2.45rem;
  }

  .rabbit-principles__intro {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .rabbit-hero-redesign {
    min-height: 660px;
  }

  .rabbit-hero-redesign__inner {
    padding: 58px 20px 38px;
  }

  .rabbit-hero-redesign__eyebrow {
    margin-bottom: 18px;
    font-size: 0.8rem;
  }

  .rabbit-hero-redesign__title {
    font-size: 3.15rem;
  }

  .rabbit-hero-redesign__tagline {
    margin-top: 12px;
    font-size: 2.05rem;
  }

  .rabbit-hero-redesign__description {
    margin-top: 22px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .rabbit-hero-redesign__actions {
    margin-top: 26px;
    flex-direction: column;
  }

  .rabbit-hero-redesign__action {
    width: 100%;
  }

  .rabbit-hero-redesign__assurances {
    margin-top: 24px;
    flex-direction: column;
    gap: 8px;
  }

  .rabbit-hero-redesign__assurance + .rabbit-hero-redesign__assurance::before {
    display: none;
  }

  .rabbit-principles__inner {
    padding: 42px 20px 48px;
  }

  .rabbit-principles__title {
    font-size: 2rem;
  }

  .rabbit-principles__items {
    grid-template-columns: 1fr;
  }

  .rabbit-principles__item,
  .rabbit-principles__item:first-child {
    padding: 25px 0;
  }

  .rabbit-principles__item + .rabbit-principles__item {
    border-top: 1px solid #cfd4da;
    border-left: 0;
  }
}
