.home-brand-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 680px;
  overflow: hidden;
  background: #080807;
}

.home-brand-hero-media {
  position: absolute;
  z-index: -3;
  inset: 0;
}

.home-brand-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 79% center;
  filter: brightness(0.88) saturate(0.98) contrast(1.03);
  animation: home-hero-image-in 1.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-brand-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 4, 0.98) 0%, rgba(5, 5, 4, 0.82) 34%, rgba(5, 5, 4, 0.24) 58%, transparent 76%),
    linear-gradient(180deg, rgba(5, 5, 4, 0.12) 0%, transparent 58%, rgba(8, 8, 7, 0.38) 82%, #0e0d0c 100%);
  pointer-events: none;
}

.home-brand-hero-copy {
  position: absolute;
  z-index: 2;
  bottom: 136px;
  left: max(42px, calc((100vw - var(--max)) / 2));
  width: min(520px, calc(100% - 84px));
  color: var(--warm);
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.62);
}

.home-brand-hero-kicker {
  margin: 0 0 18px;
  color: #c89a58;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0;
  animation: home-hero-copy-in 700ms ease-out 230ms forwards;
}

.home-brand-hero h1 {
  max-width: 520px;
  margin: 0;
  color: var(--warm-2);
  font-size: 3.2rem;
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0;
  animation: home-hero-copy-in 720ms ease-out 320ms forwards;
}

.home-brand-hero h1 span {
  display: block;
}

.home-brand-hero-model {
  font-size: clamp(4.6rem, 8vw, 7.6rem);
  line-height: 0.84;
}

.home-brand-hero-name {
  max-width: 13ch;
  margin-top: 24px;
}

.home-brand-hero-summary {
  max-width: 430px;
  margin: 24px 0 0;
  color: rgba(241, 236, 228, 0.82);
  font-size: 1.04rem;
  line-height: 1.65;
  opacity: 0;
  animation: home-hero-copy-in 720ms ease-out 450ms forwards;
}

.home-brand-hero-summary span {
  display: block;
}

.home-brand-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 30px;
  opacity: 0;
  animation: home-hero-copy-in 720ms ease-out 570ms forwards;
}

.home-brand-hero-primary {
  border-color: #c89a58;
  background: #c89a58;
  color: #0d0c0b;
  box-shadow: none;
}

.home-brand-hero-primary:hover {
  border-color: #d5aa6d;
  background: #d5aa6d;
  color: #0d0c0b;
  transform: translateY(-1px);
}

.home-brand-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: rgba(241, 236, 228, 0.86);
  font-weight: 650;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.home-brand-hero-link:hover {
  color: var(--warm-2);
  transform: translateX(2px);
}

.home-brand-hero-scroll {
  position: absolute;
  z-index: 2;
  bottom: 34px;
  left: max(42px, calc((100vw - var(--max)) / 2));
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(241, 236, 228, 0.48);
  font-size: 0.76rem;
  font-weight: 650;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0;
  animation: home-hero-copy-in 700ms ease-out 700ms forwards;
  transition: color 180ms ease;
}

.home-brand-hero-scroll:hover {
  color: rgba(241, 236, 228, 0.8);
}

@keyframes home-hero-image-in {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1);
  }
}

@keyframes home-hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 860px) {
  .home-brand-hero {
    min-height: 620px;
  }

  .home-brand-hero-media img {
    width: 100%;
    height: 60%;
    max-width: none;
    margin-top: 70px;
    object-position: right center;
    filter: brightness(0.92) saturate(0.95) contrast(1.05);
  }

  .home-brand-hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 5, 4, 0.58) 0%, rgba(5, 5, 4, 0.1) 44%, rgba(5, 5, 4, 0.14) 66%, #0e0d0c 100%),
      linear-gradient(90deg, rgba(5, 5, 4, 0.56) 0%, rgba(5, 5, 4, 0.14) 70%, transparent 100%);
  }

  .home-brand-hero-copy {
    top: auto;
    bottom: 72px;
    left: 24px;
    width: min(400px, calc(100% - 48px));
  }

  .home-brand-hero h1 {
    max-width: 400px;
    font-size: 2rem;
  }

  .home-brand-hero-model {
    font-size: 5.2rem;
  }

  .home-brand-hero-name {
    margin-top: 16px;
  }

  .home-brand-hero-scroll {
    bottom: 26px;
    left: 24px;
  }
}

@media (max-width: 520px) {
  .home-brand-hero {
    height: 100dvh;
    min-height: 100dvh;
  }

  .home-brand-hero-media img {
    width: 100%;
    height: 59%;
    margin: 58px 0 0;
    object-position: center 46%;
    filter: brightness(1) saturate(0.96) contrast(1.05);
  }

  .home-brand-hero-copy {
    top: auto;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }

  .home-brand-hero-kicker {
    margin-bottom: 10px;
  }

  .home-brand-hero h1 {
    max-width: 360px;
    font-size: 1.52rem;
    line-height: 1.04;
  }

  .home-brand-hero-model {
    font-size: clamp(3.7rem, 19vw, 4.6rem);
  }

  .home-brand-hero-name {
    max-width: 100%;
    margin-top: 10px;
  }

  .home-brand-hero-summary {
    max-width: 290px;
    margin-top: 12px;
    font-size: 0.84rem;
    line-height: 1.4;
  }

  .home-brand-hero-summary span {
    display: inline;
  }

  .home-brand-hero-actions {
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 16px;
  }

  .home-brand-hero-primary {
    flex: 0 0 auto;
    width: auto;
    min-height: 44px;
    padding: 10px 14px;
  }

  .home-brand-hero-link {
    font-size: 0.82rem;
    white-space: nowrap;
  }

  .home-brand-hero-scroll {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-brand-hero-media,
  .home-brand-hero-media img,
  .home-brand-hero-kicker,
  .home-brand-hero h1,
  .home-brand-hero-summary,
  .home-brand-hero-actions,
  .home-brand-hero-scroll {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .home-brand-hero-kicker,
  .home-brand-hero h1,
  .home-brand-hero-summary,
  .home-brand-hero-actions,
  .home-brand-hero-scroll {
    opacity: 1;
  }
}
