/*
 * Wildlens flagship hero — final production component.
 * Image-first until an owned, watermark-free hero film is available.
 */
.wl-homepage .wl-flagship-hero{
  --wl-hero-forest:#0B3028;
  --wl-hero-blue:#11252A;
  --wl-hero-gold:#D38B17;
  --wl-hero-gold-light:#E6B45A;
  --wl-hero-ivory:#F7F2E8;
  position:relative;
  width:min(calc(100% - 32px),1600px);
  margin:16px auto 0;
  color:#fff;
}
.wl-homepage .wl-flagship-hero__frame{
  position:relative;
  min-height:clamp(650px,84vh,900px);
  overflow:hidden;
  isolation:isolate;
  border:1px solid rgba(255,255,255,.16);
  border-radius:clamp(30px,3.5vw,58px);
  background:var(--wl-hero-blue);
  box-shadow:0 34px 100px rgba(17,37,42,.24),0 10px 30px rgba(11,48,40,.12);
  clip-path:inset(0 round clamp(30px,3.5vw,58px));
}
.wl-homepage .wl-flagship-hero__media,
.wl-homepage .wl-flagship-hero__image,
.wl-homepage .wl-flagship-hero__scrim,
.wl-homepage .wl-flagship-hero__light,
.wl-homepage .wl-flagship-hero__grain{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border-radius:inherit;
}
.wl-homepage .wl-flagship-hero__media{
  z-index:-2;
  overflow:hidden;
  background:var(--wl-hero-blue);
}
.wl-homepage .wl-flagship-hero__image{
  object-fit:cover;
  object-position:center 48%;
  filter:saturate(.94) contrast(1.05) brightness(.94);
  transform:scale(1.025);
}
.wl-homepage .wl-flagship-hero__scrim{
  z-index:1;
  background:
    linear-gradient(90deg,rgba(4,22,18,.94) 0%,rgba(7,29,28,.76) 42%,rgba(10,24,34,.30) 72%,rgba(9,21,31,.17) 100%),
    linear-gradient(0deg,rgba(5,18,23,.70) 0%,transparent 52%);
}
.wl-homepage .wl-flagship-hero__light{
  z-index:2;
  pointer-events:none;
  background:
    radial-gradient(circle at 78% 20%,rgba(230,180,90,.18),transparent 31%),
    radial-gradient(circle at 18% 92%,rgba(211,139,23,.10),transparent 30%);
  mix-blend-mode:screen;
}
.wl-homepage .wl-flagship-hero__grain{
  z-index:3;
  pointer-events:none;
  opacity:.085;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
}
.wl-homepage .wl-flagship-hero__content{
  position:relative;
  z-index:5;
  width:min(calc(100% - clamp(42px,7vw,108px)),1380px);
  min-height:clamp(650px,84vh,900px);
  margin:0 auto;
  padding:clamp(116px,15vh,168px) 0 clamp(92px,12vh,132px);
  display:flex;
  align-items:flex-end;
}
.wl-homepage .wl-flagship-hero__story{
  width:min(790px,100%);
  padding:clamp(28px,3.5vw,50px);
  border:1px solid rgba(255,255,255,.16);
  border-radius:clamp(28px,3vw,44px);
  background:linear-gradient(135deg,rgba(5,27,23,.72),rgba(10,26,36,.39));
  box-shadow:inset 0 1px rgba(255,255,255,.09),0 28px 80px rgba(0,0,0,.19);
  backdrop-filter:blur(16px) saturate(120%);
  -webkit-backdrop-filter:blur(16px) saturate(120%);
}
.wl-homepage .wl-flagship-hero__kicker{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 24px;
  color:var(--wl-hero-gold-light)!important;
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.17em;
  line-height:1.4;
  text-transform:uppercase;
}
.wl-homepage .wl-flagship-hero__kicker span{
  width:32px;
  height:2px;
  flex:0 0 auto;
  border-radius:999px;
  background:var(--wl-hero-gold);
}
.wl-homepage .wl-flagship-hero h1{
  max-width:10.5ch;
  margin:0;
  color:#fff!important;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(4rem,7.2vw,7.8rem);
  font-weight:500;
  line-height:.90;
  letter-spacing:-.064em;
  text-wrap:balance;
}
.wl-homepage .wl-flagship-hero h1 em{
  display:block;
  color:var(--wl-hero-gold-light)!important;
  font-style:italic;
  font-weight:500;
}
.wl-homepage .wl-flagship-hero__lead{
  max-width:650px;
  margin:26px 0 0;
  color:rgba(255,255,255,.84)!important;
  font-size:clamp(1rem,1.25vw,1.18rem);
  line-height:1.72;
}
.wl-homepage .wl-flagship-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:31px;
}
.wl-homepage .wl-flagship-button{
  min-height:55px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  padding:0 23px;
  border:1px solid transparent;
  border-radius:999px;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.055em;
  line-height:1.2;
  text-decoration:none;
  transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,color .25s ease,border-color .25s ease;
}
.wl-homepage .wl-flagship-button svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .25s ease;
}
.wl-homepage .wl-flagship-button--primary{
  color:#172019!important;
  background:var(--wl-hero-gold-light);
  box-shadow:0 15px 35px rgba(211,139,23,.24);
}
.wl-homepage .wl-flagship-button--primary:hover{
  color:#172019!important;
  background:#f0c875;
  box-shadow:0 19px 42px rgba(211,139,23,.31);
}
.wl-homepage .wl-flagship-button--secondary{
  color:#fff!important;
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.075);
}
.wl-homepage .wl-flagship-button--secondary:hover{
  color:#fff!important;
  border-color:rgba(255,255,255,.50);
  background:rgba(255,255,255,.13);
}
.wl-homepage .wl-flagship-button:hover{transform:translateY(-3px)}
.wl-homepage .wl-flagship-button:hover svg{transform:translateX(4px)}
.wl-homepage .wl-flagship-button:focus-visible{
  outline:3px solid rgba(230,180,90,.55);
  outline-offset:4px;
}
.wl-homepage .wl-flagship-hero__trust{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:30px 0 0;
  padding:24px 0 0;
  border-top:1px solid rgba(255,255,255,.14);
  list-style:none;
}
.wl-homepage .wl-flagship-hero__trust li{
  min-width:0;
  padding-right:12px;
}
.wl-homepage .wl-flagship-hero__trust strong{
  display:block;
  color:#fff!important;
  font-size:.77rem;
  font-weight:900;
  letter-spacing:.02em;
}
.wl-homepage .wl-flagship-hero__trust span{
  display:block;
  margin-top:5px;
  color:rgba(255,255,255,.62)!important;
  font-size:.68rem;
  line-height:1.46;
}
.wl-homepage .wl-flagship-hero__reassurance{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 16px;
  margin-top:23px;
  color:rgba(255,255,255,.61)!important;
  font-size:.72rem;
  font-weight:700;
}
.wl-homepage .wl-flagship-hero__reassurance a{
  color:var(--wl-hero-gold-light)!important;
  font-weight:900;
  text-underline-offset:4px;
}
.wl-homepage .wl-flagship-hero__scroll{
  position:absolute;
  z-index:6;
  right:clamp(34px,5vw,74px);
  bottom:34px;
  display:flex;
  align-items:center;
  gap:12px;
  color:rgba(255,255,255,.72)!important;
  font-size:.64rem;
  font-weight:900;
  letter-spacing:.13em;
  text-decoration:none;
  text-transform:uppercase;
}
.wl-homepage .wl-flagship-hero__scroll i{
  position:relative;
  width:36px;
  height:36px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:50%;
}
.wl-homepage .wl-flagship-hero__scroll i::after{
  content:'';
  position:absolute;
  left:50%;
  top:9px;
  width:1px;
  height:14px;
  background:var(--wl-hero-gold-light);
  transform:translateX(-50%);
}

@media (min-width:1025px) and (prefers-reduced-motion:no-preference){
  .wl-homepage .wl-flagship-hero__image{animation:wlHeroImageDrift 18s ease-in-out infinite alternate}
  .wl-homepage .wl-flagship-hero__story{animation:wlHeroStoryIn .85s cubic-bezier(.2,.8,.2,1) both}
}
@keyframes wlHeroImageDrift{
  from{transform:scale(1.025) translate3d(0,0,0)}
  to{transform:scale(1.072) translate3d(-1.1%,0,0)}
}
@keyframes wlHeroStoryIn{
  from{opacity:0;transform:translate3d(-24px,18px,0)}
  to{opacity:1;transform:none}
}

@media (max-width:900px){
  .wl-homepage .wl-flagship-hero__content{
    width:calc(100% - 54px);
    padding-top:110px;
  }
  .wl-homepage .wl-flagship-hero__story{max-width:760px}
}

@media (max-width:767px){
  .wl-homepage .wl-flagship-hero{
    width:calc(100% - 18px);
    margin-top:9px;
  }
  .wl-homepage .wl-flagship-hero__frame{
    min-height:clamp(610px,82svh,700px);
    border-radius:25px;
    clip-path:inset(0 round 25px);
    box-shadow:0 20px 52px rgba(17,37,42,.20);
  }
  .wl-homepage .wl-flagship-hero__image{
    object-position:58% center;
    filter:saturate(.92) contrast(1.04) brightness(.91);
    transform:scale(1.04);
  }
  .wl-homepage .wl-flagship-hero__scrim{
    background:
      linear-gradient(0deg,rgba(4,21,18,.98) 0%,rgba(6,28,26,.84) 54%,rgba(10,24,34,.24) 100%),
      linear-gradient(90deg,rgba(4,21,18,.35),transparent 75%);
  }
  .wl-homepage .wl-flagship-hero__light{
    background:radial-gradient(circle at 75% 17%,rgba(230,180,90,.14),transparent 32%);
  }
  .wl-homepage .wl-flagship-hero__content{
    width:calc(100% - 28px);
    min-height:clamp(610px,82svh,700px);
    padding:118px 0 34px;
    align-items:flex-end;
  }
  .wl-homepage .wl-flagship-hero__story{
    width:100%;
    padding:23px 19px 21px;
    border-radius:23px;
    background:linear-gradient(145deg,rgba(4,25,21,.79),rgba(8,24,35,.52));
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
  }
  .wl-homepage .wl-flagship-hero__kicker{
    gap:9px;
    margin-bottom:18px;
    font-size:.59rem;
    letter-spacing:.13em;
  }
  .wl-homepage .wl-flagship-hero__kicker span{width:22px}
  .wl-homepage .wl-flagship-hero h1{
    max-width:8.9ch;
    font-size:clamp(3rem,15vw,4.45rem);
    line-height:.90;
    letter-spacing:-.057em;
  }
  .wl-homepage .wl-flagship-hero__lead{
    margin-top:18px;
    font-size:.94rem;
    line-height:1.58;
  }
  .wl-homepage .wl-flagship-hero__actions{
    display:grid;
    grid-template-columns:1fr;
    margin-top:22px;
  }
  .wl-homepage .wl-flagship-button{
    width:100%;
    min-height:51px;
    padding:0 17px;
    font-size:.70rem;
  }
  .wl-homepage .wl-flagship-hero__trust{
    display:flex;
    overflow-x:auto;
    gap:9px;
    margin-top:20px;
    padding-top:18px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .wl-homepage .wl-flagship-hero__trust::-webkit-scrollbar{display:none}
  .wl-homepage .wl-flagship-hero__trust li{
    flex:0 0 76%;
    padding:12px 13px;
    border:1px solid rgba(255,255,255,.11);
    border-radius:16px;
    background:rgba(255,255,255,.055);
    scroll-snap-align:start;
  }
  .wl-homepage .wl-flagship-hero__trust strong{font-size:.72rem}
  .wl-homepage .wl-flagship-hero__trust span{font-size:.65rem}
  .wl-homepage .wl-flagship-hero__reassurance{
    margin-top:18px;
    font-size:.66rem;
  }
  .wl-homepage .wl-flagship-hero__scroll{display:none}
}

@media (max-width:390px){
  .wl-homepage .wl-flagship-hero__frame,
  .wl-homepage .wl-flagship-hero__content{min-height:620px}
  .wl-homepage .wl-flagship-hero h1{font-size:clamp(2.82rem,14.5vw,3.8rem)}
  .wl-homepage .wl-flagship-hero__lead{font-size:.89rem}
}

@media (prefers-reduced-motion:reduce){
  .wl-homepage .wl-flagship-hero *,
  .wl-homepage .wl-flagship-hero *::before,
  .wl-homepage .wl-flagship-hero *::after{
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important;
  }
}
