@font-face {
  font-family: 'SGA Display';
  src: url('assets/nimbus-sans-narrow-bold.otf') format('opentype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.hero-immersive {
  --cover-height: calc(100svh - 100px);
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: max(660px, var(--cover-height));
  overflow: hidden;
  background: #060607;
  padding: 55px 5% 24px;
  border-bottom: 1px solid #46242a;
}

.hero-scene {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hero-scene img {
  position: absolute;
  height: 100%;
  width: 64%;
  max-width: none;
  object-fit: cover;
}

.hero-scene-red {
  left: -6%;
  object-position: 46% 56%;
  mask-image: linear-gradient(to right, #000 40%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, #000 40%, transparent 100%);
}

.hero-scene-white {
  right: -6%;
  object-position: 45% 47%;
  mask-image: linear-gradient(to left, #000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to left, #000 50%, transparent 100%);
}

.hero-immersive::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4,4,6,.26), rgba(4,4,6,.48) 38%, rgba(4,4,6,.64) 74%, #08080b),
              linear-gradient(90deg, rgba(14,0,1,.24), rgba(0,0,0,.37) 45%, rgba(0,0,0,.22));
}

.hero-copy {
  width: min(100%, 1040px);
  text-align: center;
  margin: auto;
  padding: 36px 0 68px;
}

.hero-eyebrow {
  color: #f0eeee;
  font-size: .875rem;
  letter-spacing: .24em;
  display: block;
  text-shadow: 0 2px 16px #000;
}

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background: #f52538;
  margin: 0 auto 24px;
}

.hero-copy h1 {
  font-family: 'SGA Display', 'Arial Narrow', Impact, sans-serif;
  font-size: clamp(4rem, 9.5vw, 9rem);
  font-weight: 700;
  line-height: .99;
  letter-spacing: -.02em;
  margin: 30px 0 24px;
  text-shadow: 0 4px 35px rgba(0,0,0,.5);
  overflow-wrap: break-word;
}

.hero-copy h1 span { display: block; }
.hero-copy h1 em { color: #ff394d; }

.hero-copy > p {
  color: #eeeef0;
  font-size: clamp(1.05rem, 1.75vw, 1.4rem);
  font-style: italic;
  line-height: 1.65;
  margin: 0 auto;
  text-shadow: 0 2px 12px #000;
}

.hero-actions {
  justify-content: center;
  gap: 15px;
  margin-top: 36px;
}

.hero-actions .button {
  justify-content: center;
  gap: 22px;
  min-height: 60px;
  padding: 17px 26px;
  font-size: .875rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background .2s, border-color .2s, box-shadow .2s;
}

.hero-actions .red {
  background: #dc1930;
  border-color: #e74c5d;
  box-shadow: 0 7px 32px rgba(156,0,22,.28);
}

.hero-actions .red:hover {
  background: #f1263d;
  box-shadow: 0 7px 36px rgba(238,24,51,.35);
}

.hero-whatsapp {
  border-color: rgba(255,255,255,.8);
  color: white;
  background: rgba(0,0,0,.3);
}
.hero-whatsapp:hover { background: rgba(255,255,255,.12); border-color: #fff; }

.hero-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: .75rem;
  letter-spacing: .13em;
  color: #c2bec4;
}
.hero-foot a { font-size: .875rem; letter-spacing: .08em; }
.hero-foot a span { margin-left: 10px; color: #ff6978; font-size: 1.1rem; }
.hero-foot a:hover { color: white; }

@media (min-width: 701px) and (max-height: 760px) {
  .hero-immersive { min-height: 610px; padding-top: 20px; }
  .hero-copy { padding: 15px 0 34px; }
  .hero-copy h1 { font-size: clamp(4rem, 7.7vw, 6.8rem); margin-top: 20px; }
  .hero-actions { margin-top: 26px; }
}

@media (max-width: 700px) {
  .hero-immersive {
    --cover-height: calc(100svh - 140px);
    min-height: max(610px, var(--cover-height));
    padding: 30px 6% 22px;
  }
  .hero-copy { padding: 26px 0 42px; }
  .hero-eyebrow { font-size: .75rem; letter-spacing: .14em; }
  .hero-eyebrow::before { margin-bottom: 20px; }
  .hero-copy h1 { font-size: clamp(2.5rem, 12.6vw, 5.8rem); line-height: 1.03; margin: 26px 0 22px; }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { flex-direction: column; margin-top: 28px; gap: 12px; }
  .hero-actions .button { width: min(100%, 350px); min-height: 58px; padding: 14px 16px; font-size: .875rem; letter-spacing: .05em; }
  .hero-scene img { width: 100%; }
  .hero-scene-red { left: -29%; object-position: 62% 55%; mask-image: linear-gradient(to right, #000 20%, transparent 95%); -webkit-mask-image: linear-gradient(to right, #000 20%, transparent 95%); }
  .hero-scene-white { right: -40%; object-position: 32% 48%; }
  .hero-foot { justify-content: center; }
  .hero-foot > span { display: none; }
  .hero-foot a { font-size: .8125rem; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-scene { animation: scene-arrive 4.5s ease-out both; }
  .hero-eyebrow { animation: cover-arrive .65s .1s both; }
  .hero-copy h1 { animation: cover-arrive .8s .2s both; }
  .hero-copy > p { animation: cover-arrive .8s .32s both; }
  .hero-actions { animation: cover-arrive .8s .44s both; }
  @keyframes scene-arrive { from { transform: scale(1.065); } to { transform: scale(1); } }
  @keyframes cover-arrive { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
}
