 

.hero{
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: var(--nav-h);
  overflow: hidden;
  background:
    radial-gradient(60% 55% at 82% 10%, rgba(201,151,62,.24), transparent 60%),
    radial-gradient(50% 45% at 8% 85%, rgba(18,51,47,.18), transparent 60%),
    var(--grad-page);
}

.hero-pattern{
  position: absolute;
  inset: 0;
  opacity: .5;
  background-image:
    linear-gradient(rgba(16,35,33,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,35,33,.07) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(70% 70% at 50% 35%, #000 30%, transparent 85%);
  pointer-events: none;
}

.hero .container{
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 40px;
  padding-block: 60px;
}

.hero-eyebrow{
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-title{
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.28;
  margin-top: 18px;
  letter-spacing: -.02em;
}

.hero-title .accent{
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub{
  font-family: var(--font-display-en);
  letter-spacing: .22em;
  font-size: 13px;
  color: var(--gold-600);
  text-transform: uppercase;
  margin-top: 16px;
  display: block;
}

.hero-text{
  margin-top: 22px;
  font-size: 17.5px;
  max-width: 560px;
}

.hero-actions{
  margin-top: 34px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-stats{
  margin-top: 46px;
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}

.hero-stat b{
  display: block;
  font-family: var(--font-heading-ar);
  font-size: 26px;
  color: var(--ink-900);
}
.hero-stat span{
  font-size: 13px;
  color: var(--ink-500);
}

.hero-visual{
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-orbit-card{
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 164px;
  padding: 12px 14px;
  border: 1px solid rgba(225,185,104,.28);
  border-radius: 12px;
  color: var(--sand-50);
  background: rgba(12,37,35,.88);
  box-shadow: 0 16px 34px rgba(7,25,24,.2);
  backdrop-filter: blur(12px);
  animation: float 6s ease-in-out infinite;
}

.hero-orbit-card-top{ top: 45px; right: 2%; }
.hero-orbit-card-bottom{ bottom: 42px; left: 2%; animation-delay: -2.5s; }
.hero-orbit-card b,
.hero-orbit-card small{ display: block; }
.hero-orbit-card b{ font-family: var(--font-heading-ar); font-size: 15px; }
.hero-orbit-card small{ margin-top: 2px; color: var(--sand-200); font-size: 11px; }
.orbit-dot,
.orbit-ring{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: var(--navy-950);
  background: var(--grad-gold);
}
.orbit-dot{ width: 9px; height: 9px; margin-inline: 7px; }
.orbit-ring{ font-size: 14px; }

.hero-visual::before{
  content: '';
  position: absolute;
  width: 340px;
  height: 340px;
  max-width: 84vw;
  max-height: 84vw;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(18,51,47,.95), rgba(7,25,24,.98));
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(10px);
  animation: float 7s ease-in-out infinite;
}

.hero-gallery{
  position: relative;
  z-index: 2;
  width: 328px;
  height: 328px;
  max-width: 74vw;
  max-height: 74vw;
  overflow: hidden;
  border: 8px solid rgba(255,253,248,.9);
  border-radius: 50%;
  box-shadow: 0 24px 54px rgba(7,25,24,.3), 0 0 0 1px rgba(225,185,104,.5);
  transform: rotate(-4deg);
}

.hero-gallery-track,
.hero-gallery-image{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-gallery-image{
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1s ease, transform 4.5s ease;
}
.hero-gallery-image.is-active{
  opacity: 1;
  transform: scale(1);
}
.hero-gallery::after{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(7,25,24,.04), rgba(7,25,24,.3));
  pointer-events: none;
}
.hero-gallery-dots{
  position: absolute;
  z-index: 2;
  bottom: 22px;
  right: 50%;
  display: flex;
  gap: 5px;
  transform: translateX(50%);
}
.hero-gallery-dots span{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,253,248,.58);
  transition: width .3s ease, background .3s ease;
}
.hero-gallery-dots span.is-active{
  width: 18px;
  border-radius: 999px;
  background: var(--gold-400);
}

@keyframes float{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(-14px); }
}

.hero-scroll{
  position: absolute;
  bottom: 26px;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display-en);
  font-size: 10.5px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--ink-500);
  z-index: 2;
}

.hero-scroll .line{
  width: 1px;
  height: 34px;
  background: linear-gradient(var(--gold-500), transparent);
  animation: scrollLine 1.8s ease-in-out infinite;
}

@keyframes scrollLine{
  0%{ transform: scaleY(0); transform-origin: top; }
  50%{ transform: scaleY(1); transform-origin: top; }
  50.1%{ transform: scaleY(1); transform-origin: bottom; }
  100%{ transform: scaleY(0); transform-origin: bottom; }
}

@media (max-width: 920px){
  .hero .container{
    grid-template-columns: 1fr;
    text-align: center;
    padding-block: 40px 70px;
  }
  .hero-text{ margin-inline: auto; }
  .hero-actions{ justify-content: center; }
  .hero-stats{ justify-content: center; }
  .hero-visual{ order: -1; margin-bottom: 10px; }
  .hero-visual{ min-height: 330px; }
  .hero-visual::before{ width: 260px; height: 260px; }
  .hero-gallery{ width: 260px; height: 260px; }
  .hero-orbit-card-top{ top: 8px; right: 0; }
  .hero-orbit-card-bottom{ bottom: 12px; left: 0; }
}

@media (max-width: 520px){
  .hero-orbit-card{ min-width: 146px; padding: 9px 10px; }
  .hero-orbit-card b{ font-size: 13px; }
  .hero-orbit-card small{ font-size: 10px; }
  .hero-orbit-card-top{ right: -4px; }
  .hero-orbit-card-bottom{ left: -4px; }
}
