.dlb-hero {
  position: relative;
  min-height: clamp(280px, 42vh, 420px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--text);
}

.dlb-hero--home {
  align-items: center;
}

.dlb-hero__bg {
  position: absolute;
  top: 0;
  right: -5%;
  bottom: -5%;
  left: -5%;
  background-size: cover;
  background-position: 62% center;
  background-repeat: no-repeat;
  z-index: 0;
}

.dlb-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(105deg, var(--scrim) 0%, var(--scrim-mid) 34%, rgba(18, 16, 14, 0.12) 52%, transparent 68%),
    radial-gradient(ellipse 120% 100% at 50% 50%, transparent 42%, rgba(0, 0, 0, 0.28) 100%);
}

.dlb-hero--page .dlb-hero__overlay {
  background:
    linear-gradient(to top, rgba(18, 16, 14, 0.88) 0%, rgba(18, 16, 14, 0.55) 35%, rgba(18, 16, 14, 0.2) 60%, rgba(18, 16, 14, 0.05) 100%);
}

.dlb-hero--page {
  min-height: clamp(136px, 19.5vh, 195px);
  align-items: flex-end;
}

.dlb-hero__content {
  position: relative;
  z-index: 2;
  width: min(38rem, 46vw);
  padding: 2rem clamp(1.5rem, 4vw, 3.5rem) 2.25rem;
  animation: dlbFadeUp 1s ease-out both;
}

.dlb-hero--page .dlb-hero__content {
  width: min(42rem, 88vw);
  padding: 1.15rem clamp(1.25rem, 4vw, 2.5rem) 1.45rem;
}

.dlb-hero--page .dlb-hero__eyebrow {
  color: rgba(255, 252, 245, 0.92);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
  letter-spacing: 0.16em;
  margin-bottom: 0.4rem;
}

.dlb-hero--page .dlb-hero__title {
  font-family: var(--font-display);
  font-size: var(--type-hero-page);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 0.65rem;
  text-transform: none;
  letter-spacing: 0.01em;
}

.dlb-hero--page .dlb-hero__text {
  font-size: var(--type-hero-subtext);
  line-height: 1.45;
  margin-top: 0.1rem;
}

.dlb-hero__logo {
  width: clamp(5rem, 10vw, 7rem);
  margin-bottom: 1rem;
  filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.45));
  animation: dlbLogoPulse 4s ease-in-out infinite;
}

@keyframes dlbLogoPulse {
  0%, 100% { filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.45)); }
  50% { filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.58)); }
}

.dlb-hero__eyebrow {
  color: var(--accent);
  font-family: var(--font-condensed);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: var(--type-eyebrow);
  font-weight: 600;
  margin-bottom: 0.55rem;
}

.dlb-hero__title {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: var(--type-hero-page);
  font-weight: 700;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: 0.01em;
}

.dlb-hero__text {
  margin: 0;
  color: var(--text-muted);
  font-size: var(--type-body-sm);
  line-height: 1.55;
  max-width: 34rem;
}

.dlb-hero__actions {
  margin-top: 1.25rem;
}

.dlb-hero__title--stacked {
  font-family: var(--font-display);
  font-size: var(--type-hero-home);
  font-weight: 800;
  line-height: 1.05;
  text-transform: none;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}

.dlb-hero__title-line {
  display: block;
}

@keyframes dlbKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.05); }
}

/* Home wireframe split hero */
.dlb-hero--wireframe {
  display: block;
  min-height: 0;
  overflow: visible;
  color: var(--text-dark);
}

.dlb-hero--wireframe .dlb-hero__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: clamp(420px, 52vh, 620px);
}

.dlb-hero--wireframe .dlb-hero__photo {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.dlb-hero--wireframe .dlb-hero__photo-bg {
  position: absolute;
  inset: -5%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
}

@media (min-width: 769px) and (prefers-reduced-motion: no-preference) {
  .dlb-hero--wireframe .dlb-hero__photo-bg {
    animation: dlbKenBurns 28s ease-out forwards;
  }
}

.dlb-hero--wireframe .dlb-hero__panel {
  display: flex;
  align-items: center;
  background: var(--surface);
}

.dlb-hero--wireframe .dlb-hero__content--wireframe {
  width: 100%;
  max-width: none;
  padding: clamp(2rem, 5vw, 3.75rem);
  text-align: left;
  animation: none;
}

.dlb-hero--wireframe .dlb-hero__title--stacked {
  font-family: var(--font-display);
  font-size: var(--type-display);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-dark);
  margin: 0;
}

.dlb-hero--wireframe .dlb-hero__tagline {
  margin: 0.85rem 0 0;
  font-family: var(--font-display);
  font-size: var(--type-card-title);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--accent-dark);
  line-height: 1.2;
}

.dlb-hero--wireframe .dlb-hero__text--subline {
  margin: 1.35rem 0 0;
  max-width: none;
  font-size: var(--type-prose-sm);
  line-height: 1.65;
  color: var(--text-dark-muted);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: none;
}

@keyframes dlbFadeUp {
  from { opacity: 0; transform: translateY(1.25rem); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1024px) {
  .dlb-hero__content {
    width: min(34rem, 52vw);
  }
}

@media (max-width: 768px) {
  .dlb-hero {
    align-items: flex-end;
    min-height: clamp(260px, 38vh, 360px);
  }

  .dlb-hero--wireframe {
    min-height: 0;
  }

  .dlb-hero--wireframe .dlb-hero__split {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .dlb-hero--wireframe .dlb-hero__photo {
    min-height: clamp(220px, 38vw, 320px);
  }

  .dlb-hero--wireframe .dlb-hero__panel {
    min-height: 0;
  }

  .dlb-hero--wireframe .dlb-hero__content--wireframe {
    padding: 1.65rem 1.35rem 2rem;
  }

  .dlb-hero--page {
    min-height: clamp(118px, 16.5vh, 162px);
  }

  .dlb-hero__overlay {
    background: linear-gradient(to top, rgba(18, 16, 14, 0.92) 0%, rgba(18, 16, 14, 0.65) 24%, rgba(18, 16, 14, 0.25) 48%, transparent 62%);
  }

  .dlb-hero__content {
    width: 100%;
    max-width: 100%;
    padding: 0 1.35rem max(1.65rem, env(safe-area-inset-bottom, 1.65rem));
    text-align: left;
  }

  .dlb-hero__logo {
    width: 5.5rem;
  }

  .dlb-hero__actions .dlb-cta-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    width: 100%;
    max-width: 17.5rem;
  }

  .dlb-hero .dlb-cta-row .dlb-btn {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dlb-hero--wireframe .dlb-hero__photo-bg,
  .dlb-hero__content,
  .dlb-hero__logo {
    animation: none;
  }
}
