.hero.brand-first {
  min-height: 100svh;
  align-items: center;
  text-align: center;
}

.hero.brand-first::before {
  background:
    linear-gradient(180deg, rgba(5, 3, 2, .78), rgba(5, 3, 2, .38) 48%, rgba(5, 3, 2, .86)),
    radial-gradient(circle at center, rgba(29, 13, 5, .12), rgba(5, 3, 2, .6));
}

.brand-hero {
  width: 100%;
  padding-top: 135px;
  padding-bottom: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-logo-large {
  width: min(640px, 68vw);
  max-height: 430px;
  object-fit: contain;
  margin: 0 auto 20px;
  filter: drop-shadow(0 25px 42px rgba(0, 0, 0, .68));
}

.company-title {
  margin: 0;
  max-width: none;
  font-family: 'Italiana', Georgia, serif;
  font-size: clamp(4rem, 9.5vw, 9.8rem);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.045em;
  color: var(--ivory);
  text-shadow: 0 10px 35px rgba(0, 0, 0, .72);
}

.company-title span {
  display: block;
  margin: 16px 0 0;
  font-size: .46em;
  line-height: 1;
  letter-spacing: .26em;
  color: var(--pale);
}

.brand-rule {
  width: min(560px, 70vw);
  height: 1px;
  margin: 32px auto 24px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.brand-hero p {
  max-width: 670px;
  margin: 0 auto;
  color: #eee3d3;
  font-size: 1.05rem;
  font-weight: 300;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .8);
}

.brand-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 30px;
}

.brand-actions .button.secondary {
  background: rgba(8, 6, 4, .45);
  color: var(--ivory);
  backdrop-filter: blur(8px);
}

@media (max-width: 700px) {
  .brand-hero { padding-top: 120px; }
  .hero-logo-large { width: min(520px, 90vw); margin-bottom: 12px; }
  .company-title { font-size: clamp(3.35rem, 15vw, 5.5rem); }
  .company-title span { font-size: .42em; letter-spacing: .18em; margin-top: 12px; }
  .brand-actions { flex-direction: column; width: 100%; }
  .brand-actions .button { width: min(330px, 90vw); justify-content: center; }
}
