.home-hero-legacy {
  display: none !important;
}

.home-hero-v6.home-hero-banner {
  position: relative;
  isolation: isolate;
  --hero-rx: 0deg;
  --hero-ry: 0deg;
  --hero-shift-x: 0px;
  --hero-shift-y: 0px;
  --hero-copy-x: 0px;
  --hero-copy-y: 0px;
  --hero-light-x: 52%;
  width: 100%;
  height: calc(100svh - 107px);
  min-height: 640px;
  max-height: 980px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #fffaf3;
  background: #251912;
}

.home-hero-v6.home-hero-banner::before,
.home-hero-v6.home-hero-banner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.home-hero-v6.home-hero-banner::before {
  z-index: 3;
  inset: 0;
  background:
    radial-gradient(circle at var(--hero-light-x) 24%, rgba(255, 217, 159, .18), transparent 28%),
    linear-gradient(115deg, rgba(21, 13, 9, .34), transparent 58%);
  mix-blend-mode: soft-light;
  transition: background-position .18s linear;
}

.home-hero-v6.home-hero-banner::after {
  z-index: 3;
  inset: 0;
  box-shadow: inset 0 -130px 150px -85px rgba(10, 7, 5, .78);
}

.home-hero-banner__media,
.home-hero-banner__shade,
.home-hero-banner__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero-banner__media {
  z-index: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(var(--hero-shift-x), var(--hero-shift-y), 0) scale(1.012);
  transition: transform .22s linear;
  will-change: transform;
}

.home-hero-banner__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 56%;
  filter: saturate(.78) contrast(1.04) brightness(.83);
  transform: scale(1.025);
  animation: home-banner-breathe 18s ease-in-out infinite alternate;
  will-change: transform;
}

.home-hero-banner__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(25, 15, 10, .96) 0%, rgba(29, 17, 11, .91) 29%, rgba(31, 19, 12, .62) 53%, rgba(24, 14, 9, .26) 76%, rgba(17, 10, 7, .42) 100%),
    linear-gradient(180deg, rgba(20, 12, 8, .24) 0%, transparent 42%, rgba(16, 10, 7, .72) 100%);
}

.home-hero-v6.home-hero-banner .home-hero-banner__canvas {
  z-index: 2;
  opacity: .66;
  pointer-events: none;
  mix-blend-mode: screen;
  contain: strict;
}

.home-hero-banner__shell {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(350px, .66fr);
  align-items: center;
  gap: clamp(46px, 6vw, 100px);
  width: min(100% - 96px, 1500px);
  height: 100%;
  margin: 0 auto;
  padding: clamp(54px, 7vh, 90px) 0 184px;
}

.home-hero-banner__copy {
  max-width: 790px;
  transform: translate3d(var(--hero-copy-x), var(--hero-copy-y), 0);
  transition: transform .24s linear;
  will-change: transform;
}

.home-hero-banner__eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 26px;
  color: rgba(255, 244, 228, .76);
  font: 600 11px/1.2 Inter, sans-serif;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.home-hero-banner__eyebrow::before {
  width: 48px;
  height: 1px;
  content: "";
  background: #d79b66;
}

.home-hero-banner__eyebrow b {
  position: relative;
  margin-left: 6px;
  padding-left: 24px;
  color: #f3bd87;
  font: inherit;
}

.home-hero-banner__eyebrow b::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background: #d79b66;
  transform: translateY(-50%);
}

.home-hero-banner__copy h1 {
  max-width: 840px;
  margin: 0;
  color: #fffaf3;
  font: 400 clamp(58px, 6.25vw, 100px)/.87 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.047em;
  text-wrap: balance;
  text-shadow: 0 8px 34px rgba(0, 0, 0, .22);
}

.home-hero-banner__copy h1 em {
  color: #e9b17c;
  font-weight: 400;
}

.home-hero-banner__copy > p {
  max-width: 690px;
  margin: 30px 0 0;
  color: rgba(255, 248, 238, .75);
  font: 400 clamp(14px, 1.08vw, 17px)/1.75 Inter, sans-serif;
}

.home-hero-banner__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 31px;
}

.home-hero-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid rgba(255, 245, 231, .28);
  border-radius: 999px;
  color: #fffaf3;
  font: 600 13px/1 Inter, sans-serif;
  text-decoration: none;
  transition: transform .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease;
}

.home-hero-banner__button:hover {
  transform: translateY(-2px);
}

.home-hero-banner__button--primary {
  border-color: #f5e6d2;
  color: #2d1b12;
  background: #f5e6d2;
  box-shadow: 0 18px 44px rgba(18, 11, 7, .2);
}

.home-hero-banner__button--primary:hover {
  background: #fff8ef;
}

.home-hero-banner__button--primary span {
  margin-left: 16px;
  font-size: 17px;
}

.home-hero-banner__button--ghost {
  background: rgba(255, 255, 255, .075);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.home-hero-banner__button--ghost:hover {
  border-color: rgba(255, 245, 231, .55);
  background: rgba(255, 255, 255, .13);
}

.home-hero-banner__markets {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 30px;
  color: rgba(255, 246, 234, .57);
  font: 500 10px/1 Inter, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-hero-banner__markets i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #d89b65;
}

.home-hero-banner__credential {
  justify-self: end;
  width: min(100%, 460px);
  padding: 27px 29px 26px;
  border: 1px solid rgba(255, 242, 224, .2);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(40, 26, 19, .76), rgba(28, 18, 13, .58));
  box-shadow: 0 32px 80px rgba(11, 7, 4, .32), inset 0 1px rgba(255, 255, 255, .06);
  -webkit-backdrop-filter: blur(20px) saturate(1.1);
  backdrop-filter: blur(20px) saturate(1.1);
  transform: perspective(1250px) rotateX(var(--hero-rx)) rotateY(var(--hero-ry)) translate3d(var(--hero-shift-x), var(--hero-shift-y), 18px);
  transform-style: preserve-3d;
  transition: transform .24s linear, border-color .3s ease, box-shadow .3s ease;
  will-change: transform;
}

.home-hero-banner__credential:hover {
  border-color: rgba(255, 220, 183, .34);
  box-shadow: 0 38px 92px rgba(11, 7, 4, .4), inset 0 1px rgba(255, 255, 255, .08);
}

.home-hero-banner__credential-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 21px;
  color: rgba(255, 246, 234, .58);
  font: 600 9px/1 Inter, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-hero-banner__credential-head b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #cbd9bd;
  font: inherit;
}

.home-hero-banner__credential-head b i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #92ad79;
  box-shadow: 0 0 0 4px rgba(146, 173, 121, .12);
}

.home-hero-banner__credential h2 {
  margin: 0;
  color: #fff9ef;
  font: 400 clamp(30px, 2.45vw, 42px)/.98 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.02em;
}

.home-hero-banner__credential > p {
  margin: 15px 0 20px;
  color: rgba(255, 246, 234, .64);
  font: 400 12px/1.62 Inter, sans-serif;
}

.home-hero-banner__credential-list {
  border-top: 1px solid rgba(255, 242, 224, .14);
}

.home-hero-banner__credential-list > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 242, 224, .12);
}

.home-hero-banner__credential-list span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  align-self: start;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(226, 165, 111, .35);
  border-radius: 50%;
  color: #e4a56f;
  font: 700 9px/1 Inter, sans-serif;
}

.home-hero-banner__credential-list strong {
  color: #fff9ef;
  font: 600 11px/1.25 Inter, sans-serif;
}

.home-hero-banner__credential-list small {
  margin-top: 4px;
  color: rgba(255, 246, 234, .48);
  font: 400 9.5px/1.35 Inter, sans-serif;
}

.home-hero-banner__credential > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #edb37f;
  font: 600 11px/1 Inter, sans-serif;
  text-decoration: none;
}

.home-hero-banner__credential > a:hover {
  color: #ffd6ad;
}

.home-hero-banner__proof {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 26px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  align-items: stretch;
  width: min(100% - 96px, 1500px);
  min-height: 108px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 243, 226, .18);
  border-radius: 20px;
  background: rgba(30, 19, 13, .76);
  box-shadow: 0 24px 70px rgba(12, 8, 5, .3), inset 0 1px rgba(255, 255, 255, .05);
  -webkit-backdrop-filter: blur(19px) saturate(1.12);
  backdrop-filter: blur(19px) saturate(1.12);
}

.home-hero-banner__proof > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 20px 25px;
  border-right: 1px solid rgba(255, 243, 226, .12);
}

.home-hero-banner__proof span {
  color: rgba(255, 247, 236, .47);
  font: 600 8.5px/1 Inter, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-hero-banner__proof strong {
  margin-top: 9px;
  overflow: hidden;
  color: #fff9ef;
  font: 500 12px/1.2 Inter, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-hero-banner__proof > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 220px;
  padding: 20px 28px;
  color: #2b1a11;
  background: #edc399;
  font: 700 12px/1 Inter, sans-serif;
  text-decoration: none;
  transition: background-color .25s ease;
}

.home-hero-banner__proof > a:hover {
  background: #f6d8b8;
}

.home-hero-banner__scroll {
  position: absolute;
  z-index: 6;
  bottom: 150px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 246, 232, .53);
  font: 600 8px/1 Inter, sans-serif;
  letter-spacing: .15em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.home-hero-banner__scroll i {
  position: relative;
  width: 1px;
  height: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, .24);
}

.home-hero-banner__scroll i::after {
  position: absolute;
  top: -100%;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: #f1c597;
  animation: home-banner-scroll 2.1s ease-in-out infinite;
}

.home-hero-banner__visual-label {
  position: absolute;
  z-index: 6;
  top: 22px;
  right: 28px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 999px;
  color: rgba(255, 250, 242, .65);
  background: rgba(25, 16, 11, .32);
  font: 600 8px/1 Inter, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

@keyframes home-banner-breathe {
  0% { transform: scale(1.025) translate3d(0, 0, 0); }
  100% { transform: scale(1.075) translate3d(-.65%, -.35%, 0); }
}

@keyframes home-banner-scroll {
  0% { transform: translateY(0); }
  55%, 100% { transform: translateY(205%); }
}

@media (max-width: 1120px) {
  .home-hero-banner__shell {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
    gap: 36px;
    width: min(100% - 56px, 1500px);
  }

  .home-hero-banner__copy h1 {
    font-size: clamp(54px, 6.8vw, 78px);
  }

  .home-hero-banner__proof {
    width: min(100% - 56px, 1500px);
  }

  .home-hero-banner__proof > div {
    padding-inline: 17px;
  }

  .home-hero-banner__proof > a {
    min-width: 190px;
  }
}

@media (max-width: 900px) {
  .home-hero-v6.home-hero-banner {
    height: auto;
    min-height: calc(100svh - 76px);
    max-height: none;
  }

  .home-hero-banner__media img {
    object-position: 63% 52%;
  }

  .home-hero-banner__shade {
    background:
      linear-gradient(180deg, rgba(25, 15, 10, .81) 0%, rgba(25, 15, 10, .72) 39%, rgba(22, 13, 9, .92) 73%, rgba(18, 11, 7, .98) 100%),
      linear-gradient(90deg, rgba(26, 15, 10, .78), rgba(25, 15, 10, .31));
  }

  .home-hero-banner__shell {
    grid-template-columns: 1fr;
    gap: 34px;
    width: 100%;
    height: auto;
    padding: 82px 24px 0;
  }

  .home-hero-banner__copy {
    max-width: 690px;
  }

  .home-hero-banner__credential {
    justify-self: stretch;
    width: 100%;
    max-width: none;
    transform: none;
    will-change: auto;
  }

  .home-hero-banner__proof {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 48px);
    margin-top: 34px;
    margin-bottom: 26px;
  }

  .home-hero-banner__proof > div {
    min-height: 82px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 243, 226, .12);
  }

  .home-hero-banner__proof > div:nth-child(2) {
    border-right: 0;
  }

  .home-hero-banner__proof > a {
    grid-column: 1 / -1;
    min-height: 58px;
  }

  .home-hero-banner__scroll {
    display: none;
  }

  .home-hero-banner__visual-label {
    top: 18px;
    right: 18px;
  }
}

@media (max-width: 560px) {
  .home-hero-banner__media img {
    object-position: 66% 44%;
    filter: saturate(.72) contrast(1.04) brightness(.72);
  }

  .home-hero-v6.home-hero-banner .home-hero-banner__canvas {
    opacity: .42;
  }

  .home-hero-banner__media,
  .home-hero-banner__copy {
    transform: none;
    transition: none;
    will-change: auto;
  }

  .home-hero-banner__shell {
    gap: 27px;
    padding: 70px 18px 0;
  }

  .home-hero-banner__eyebrow {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    letter-spacing: .13em;
  }

  .home-hero-banner__eyebrow::before {
    width: 28px;
  }

  .home-hero-banner__eyebrow b {
    width: 100%;
    margin-left: 38px;
    padding-left: 0;
  }

  .home-hero-banner__eyebrow b::before {
    display: none;
  }

  .home-hero-banner__copy h1 {
    font-size: clamp(47px, 14vw, 66px);
    line-height: .9;
  }

  .home-hero-banner__copy > p {
    margin-top: 23px;
    font-size: 13px;
    line-height: 1.65;
  }

  .home-hero-banner__actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 25px;
  }

  .home-hero-banner__button {
    width: 100%;
  }

  .home-hero-banner__markets {
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 23px;
    letter-spacing: .1em;
  }

  .home-hero-banner__credential {
    padding: 22px 20px 21px;
    border-radius: 18px;
  }

  .home-hero-banner__credential-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .home-hero-banner__credential h2 {
    font-size: 34px;
  }

  .home-hero-banner__proof {
    width: calc(100% - 36px);
    margin-top: 27px;
    border-radius: 18px;
  }

  .home-hero-banner__proof > div {
    padding: 15px;
  }

  .home-hero-banner__proof strong {
    font-size: 10.5px;
  }

  .home-hero-banner__visual-label {
    top: 15px;
    right: 14px;
    font-size: 7px;
  }
}

@media (max-width: 900px) {
  .home-hero-banner__credential,
  .home-hero-banner__proof,
  .home-hero-banner__button--ghost,
  .home-hero-banner__visual-label {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-banner__media img,
  .home-hero-banner__scroll i::after {
    animation: none;
  }
}
