/* Manakamana Paan Bhandar — WB5 Homepage Hero & Brand Story Retrofit
   WB3 remains colour authority; WB4 remains typography/component authority.
   This layer widens the hero from a preparation-only message into the complete
   Manakamana service story without duplicating the official header identity. */

.captivating-hero-shell {
  grid-template-columns: minmax(380px, .96fr) minmax(500px, 1.04fr);
  gap: clamp(1.4rem, 3vw, 3rem);
}

.captivating-hero-copy {
  max-width: 610px;
}

.captivating-hero-kicker {
  color: var(--brand-maroon);
}

.captivating-hero h1 {
  max-width: 10.2ch;
}

.captivating-hero-lead {
  max-width: 57ch;
  color: #3D5148;
}

/* Service breadth belongs in the hero, but stays compact and icon-led. */
.wb5-hero-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
  margin-top: 1rem;
}

.wb5-hero-services > a {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: .62rem;
  min-height: 58px;
  padding: .56rem .66rem;
  border: 1px solid rgba(6,45,34,.14);
  border-radius: 15px;
  background: rgba(255,246,228,.68);
  color: var(--brand-deep-green);
  text-decoration: none;
  box-shadow: 0 7px 20px rgba(3,26,21,.055);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background-color .18s ease;
}

.wb5-hero-services > a:hover,
.wb5-hero-services > a:focus-visible {
  border-color: rgba(201,162,77,.72);
  background: rgba(255,250,240,.94);
  box-shadow: 0 10px 24px rgba(3,26,21,.09);
  transform: translateY(-1px);
}

.wb5-service-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201,162,77,.52);
  border-radius: 10px;
  background: rgba(201,162,77,.10);
  color: var(--brand-deep-green);
}

.wb5-service-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wb5-hero-services strong,
.wb5-hero-services small {
  display: block;
  min-width: 0;
}

.wb5-hero-services strong {
  font-family: var(--wb4-font-ui);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.15;
}

.wb5-hero-services small {
  margin-top: .16rem;
  color: #6A5B48;
  font-size: .68rem;
  font-weight: 600;
  line-height: 1.25;
}

.captivating-hero-actions {
  margin-top: .9rem;
}

.captivating-hero-detail {
  margin-top: .72rem;
}

/* The video is evidence of craft, not the whole brand proposition. */
.captivating-hero-chip {
  border-color: rgba(201,162,77,.56);
  background: rgba(255,246,228,.92);
  color: var(--brand-deep-green);
}

.captivating-hero-media-card {
  border-color: rgba(6,45,34,.18);
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(245,234,211,.84));
}

.captivating-hero-media-card::before {
  background: linear-gradient(135deg, rgba(143,31,45,.12), rgba(201,162,77,.28));
}

.captivating-hero-process {
  background: linear-gradient(110deg, var(--brand-deep-green), var(--brand-green-mid));
}

/* Brand-story signature: bilingual presence without turning the section into another logo lockup. */
.wb5-nepali-signature {
  margin: .6rem 0 0;
  color: var(--brand-maroon);
  font-family: var(--wb4-font-body);
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .02em;
}

@media (max-width: 1080px) {
  .captivating-hero-shell {
    grid-template-columns: minmax(345px, .96fr) minmax(450px, 1.04fr);
  }
  .wb5-hero-services > a {
    grid-template-columns: 31px minmax(0, 1fr);
    min-height: 55px;
    padding: .5rem .58rem;
  }
  .wb5-service-icon { width: 31px; height: 31px; }
  .wb5-service-icon svg { width: 18px; height: 18px; }
}

@media (max-width: 900px) {
  .captivating-hero-shell { grid-template-columns: 1fr; }
  .captivating-hero-copy { max-width: 720px; }
  .wb5-hero-services { max-width: 640px; }
}

@media (max-width: 560px) {
  .wb5-hero-services {
    grid-template-columns: 1fr 1fr;
    gap: .45rem;
    margin-top: .78rem;
  }
  .wb5-hero-services > a {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: .48rem;
    min-height: 54px;
    padding: .48rem .5rem;
    border-radius: 13px;
  }
  .wb5-service-icon { width: 28px; height: 28px; border-radius: 9px; }
  .wb5-service-icon svg { width: 17px; height: 17px; }
  .wb5-hero-services strong { font-size: .73rem; }
  .wb5-hero-services small { font-size: .61rem; }
}

@media (max-width: 380px) {
  .wb5-hero-services { grid-template-columns: 1fr; }
  .wb5-hero-services > a { min-height: 50px; }
  .wb5-hero-services small { font-size: .64rem; }
}

@media (prefers-reduced-motion: reduce) {
  .wb5-hero-services > a { transition: none !important; }
  .wb5-hero-services > a:hover,
  .wb5-hero-services > a:focus-visible { transform: none !important; }
}

/* Compact mobile de-duplication: the service labels already communicate freshness/customization. */
@media (max-width: 420px) {
  .wb5-hero-services small { display: none; }
  .wb5-hero-services > a { min-height: 48px; }
  .captivating-hero-detail span:nth-child(-n+2) { display: none; }
}
