.cc_c5wddgqo_0T3hHFGZZ8 .arda-hero {
  position: relative;
  height: 100svh;
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
}

.cc_c5wddgqo_0T3hHFGZZ8 .arda-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cc_c5wddgqo_0T3hHFGZZ8 .arda-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: cc_c5wddgqo_0T3hHFGZZ8_arda-kb 22s linear infinite alternate;
}

.cc_c5wddgqo_0T3hHFGZZ8 .arda-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(16, 27, 45, 0.72) 0%,
    rgba(16, 27, 45, 0.22) 42%,
    rgba(16, 27, 45, 0.28) 100%
  );
  pointer-events: none;
}

.cc_c5wddgqo_0T3hHFGZZ8 .arda-hero__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 var(--gutter, clamp(20px, 4.2vw, 80px)) clamp(56px, 7vw, 104px);
  max-width: var(--max, 1560px);
  margin: 0 auto;
}

.cc_c5wddgqo_0T3hHFGZZ8 .arda-hero__copy {
  max-width: 34ch;
}

.cc_c5wddgqo_0T3hHFGZZ8 .arda-hero__eyebrow {
  display: block;
  margin: 0 0 20px;
  font-family: var(--sans, Inter, sans-serif);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: rgba(243, 238, 228, 0.62);
}

.cc_c5wddgqo_0T3hHFGZZ8 .arda-hero__title {
  margin: 0 0 22px;
  font-family: var(--display, "EB Garamond", serif);
  font-size: clamp(34px, 5.6vw, 74px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.015em;
}

.cc_c5wddgqo_0T3hHFGZZ8 .arda-hero__lede {
  margin: 0 0 30px;
  max-width: 42ch;
  font-family: var(--sans, Inter, sans-serif);
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(243, 238, 228, 0.78);
}

.cc_c5wddgqo_0T3hHFGZZ8 .arda-tlink {
  display: inline-block;
  padding-bottom: 5px;
  font-family: var(--sans, Inter, sans-serif);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  transition: opacity 0.3s var(--ease, cubic-bezier(0.22, 1, 0.36, 1));
  cursor: pointer;
}

.cc_c5wddgqo_0T3hHFGZZ8 .arda-tlink:hover {
  opacity: 0.55;
}

@keyframes cc_c5wddgqo_0T3hHFGZZ8_arda-kb {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.09);
  }
}

@media (max-width: 767px) {
  .cc_c5wddgqo_0T3hHFGZZ8 .arda-hero {
    min-height: 520px;
  }

  .cc_c5wddgqo_0T3hHFGZZ8 .arda-hero__copy {
    max-width: none;
  }

  .cc_c5wddgqo_0T3hHFGZZ8 .arda-hero__scrim {
    background: linear-gradient(
      to top,
      rgba(16, 27, 45, 0.86) 0%,
      rgba(16, 27, 45, 0.3) 100%
    );
  }
}
