.vv-hero {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  min-height: 420px;
  max-height: min(1080px, 92dvh);
  background: var(--vv-pearl);
  overflow: hidden;
  isolation: isolate;
}

.vv-hero__parallax {
  --vv-parallax-scale: 1.22;
  position: absolute;
  inset: 0;
  z-index: 0;
  transform: translate3d(0, 0, 0) scale(var(--vv-parallax-scale));
  transform-origin: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.vv-hero__parallax.is-motion {
  will-change: transform;
}

.vv-hero__img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% 45%;
  transform: translate3d(0, 0, 0);
  animation: vv-hero-drift var(--motion-drift) var(--ease-reveal) both;
}

.vv-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(245, 245, 245, 0.88) 0%,
    rgba(255, 255, 255, 0.72) 16%,
    rgba(255, 255, 255, 0.42) 32%,
    rgba(255, 255, 255, 0.14) 48%,
    rgba(255, 255, 255, 0) 64%
  );
}

.vv-hero__copy {
  position: absolute;
  z-index: 2;
  left: max(var(--vv-pad-x), var(--safe-left));
  right: max(var(--vv-pad-x), var(--safe-right));
  top: 46%;
  bottom: auto;
  transform: translateY(-50%);
  max-width: min(50vw, 46rem);
  pointer-events: none;
  text-align: left;
}

.vv-hero__copy .vv-btn {
  pointer-events: auto;
}

.vv-hero__copy > * {
  animation: vv-hero-rise var(--motion-reveal) var(--ease-reveal) both;
}

.vv-hero__copy > *:nth-child(2) {
  animation-delay: 180ms;
}

.vv-hero__copy > *:nth-child(3) {
  animation-delay: 360ms;
}

.vv-hero__copy > *:nth-child(4) {
  animation-delay: 480ms;
}

.vv-hero__eyebrow {
  margin: 0 0 18px;
  font-family: var(--ff-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: #a9812f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.vv-hero__title {
  margin: 0 0 20px;
  font-family: var(--ff-serif);
  font-weight: 400;
  font-size: clamp(56px, 9vw, 148px);
  line-height: 0.96;
  letter-spacing: 0.03em;
  color: #2f2924;
  text-wrap: balance;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.65),
    0 18px 44px rgba(47, 41, 36, 0.14);
}

.vv-hero__text {
  margin: 0 0 34px;
  font-family: var(--ff-sans);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #3a332c;
  max-width: 46ch;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.vv-hero .vv-btn--hero {
  border: 2px solid #2f2924;
  color: #2f2924;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(47, 41, 36, 0.08);
}

.vv-hero .vv-btn--hero:hover,
.vv-hero .vv-btn--hero:focus-visible {
  background: #2f2924;
  border-color: #2f2924;
  color: #fff;
  box-shadow: 0 12px 28px rgba(47, 41, 36, 0.2);
}

.vv-hero .vv-btn--hero:focus-visible {
  outline-color: #2f2924;
}

.vv-hero--plain .vv-hero__scrim {
  display: none;
}

.vv-hero--plain .vv-hero__eyebrow {
  color: var(--vv-mute);
}

.vv-hero--plain .vv-hero__title {
  color: var(--vv-ink);
}

.vv-hero--plain .vv-hero__text {
  color: #555;
}

.vv-hero--plain .vv-btn--hero {
  border-color: var(--vv-ink);
  color: var(--vv-ink);
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.vv-hero--plain .vv-btn--hero:hover,
.vv-hero--plain .vv-btn--hero:focus-visible {
  background: var(--vv-ink);
  color: var(--vv-white);
}

.vv-hero--plain .vv-btn--hero:focus-visible {
  outline-color: var(--vv-ink);
}

.vv-home-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 64px;
}

.vv-home-head h2 {
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: 0.02em;
}

.vv-b2b {
  background: var(--vv-pearl);
  padding-top: 96px;
  padding-bottom: 96px;
}

.vv-b2b__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.vv-b2b__copy {
  max-width: 620px;
}

.vv-b2b__copy h2 {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.3;
  text-wrap: pretty;
}

.vv-couture-media {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}

.vv-couture-media__shot {
  aspect-ratio: 4 / 5;
  background: var(--vv-pearl);
  overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .vv-couture-media__shot img {
    transition: transform var(--motion-soft) var(--ease-reveal);
  }

  .vv-couture-media__shot:hover img {
    transform: scale(1.03);
  }
}

.vv-couture-media__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vv-couture-cta {
  display: flex;
  justify-content: center;
  padding-top: 56px;
}

.vv-events {
  background: var(--vv-black);
  color: #fff;
}

.vv-events__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 72px;
}

.vv-events__eyebrow {
  color: var(--vv-gold);
}

.vv-events__intro {
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  max-width: 320px;
}

.vv-events__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.vv-event {
  background: var(--vv-black);
  padding: 44px 40px 40px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.vv-event__date {
  font-family: var(--ff-serif);
  font-size: 15px;
  letter-spacing: 0.16em;
  color: var(--vv-gold);
}

.vv-event__title {
  font-family: var(--ff-serif);
  font-size: 30px;
  line-height: 1.25;
  color: #fff;
  font-weight: 400;
}

.vv-event__place {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
}

.vv-event__link {
  margin-top: auto;
  align-self: flex-start;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 6px;
}

@media (max-width: 991px) {
  .vv-hero__copy {
    left: max(20px, var(--safe-left));
    right: max(20px, var(--safe-right));
  }

  .vv-events__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vv-couture-media {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .vv-hero {
    aspect-ratio: 16 / 9;
    min-height: 360px;
    max-height: min(720px, 78dvh);
  }

  .vv-hero__img {
    object-position: 82% 42%;
  }
}

@media (max-width: 767px) {
  .vv-hero {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 3 / 4;
  }

  .vv-hero__img {
    object-position: 88% 35%;
  }

  .vv-hero__scrim {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.18) 42%,
      rgba(245, 245, 245, 0.72) 72%,
      rgba(245, 245, 245, 0.92) 100%
    );
  }

  .vv-hero__copy {
    top: auto;
    bottom: max(40px, calc(24px + var(--safe-bottom)));
    transform: none;
    max-width: min(100%, 28rem);
  }

  .vv-hero__title {
    font-size: clamp(46px, 14vw, 68px);
    letter-spacing: 0.03em;
  }

  .vv-events__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (min-width: 768px) {
  .vv-couture-media {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vv-hero__parallax {
    transform: none;
  }
}
