:root{
  --wm-home-gold:#d7a942;
  --wm-home-gold2:#ffd978;
  --wm-home-silver:#eef0f3;
  --wm-home-black:#040404;
  --wm-home-purple:#6f38ad;
}
body.wildman-home{
  background:
    radial-gradient(circle at 82% 18%,rgba(111,56,173,.13),transparent 25%),
    radial-gradient(circle at 18% 10%,rgba(215,169,66,.08),transparent 22%),
    linear-gradient(180deg,#020202 0%,#090909 48%,#020202 100%);
}
.wildman-home .ice-glow-a{background:var(--wm-home-gold);opacity:.07}
.wildman-home .ice-glow-b{background:var(--wm-home-purple);opacity:.08}
.wm-home-header{
  min-height:72px;
  background:rgba(3,3,4,.92)!important;
  border-bottom:1px solid rgba(215,169,66,.22)!important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.wm-home-header .main-nav{gap:2px}
.wm-home-header .main-nav a{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#c9c9cd;
}
.wm-home-header .main-nav a:hover,
.wm-home-header .main-nav a.active-nav{
  background:transparent!important;
  color:var(--wm-home-gold2)!important;
  box-shadow:none!important;
}
.wm-home-header .main-nav a.active-nav{border-bottom:2px solid var(--wm-home-gold)}
.wm-join-btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:38px;padding:0 17px;border-radius:11px;
  border:1px solid rgba(255,211,112,.65);
  background:linear-gradient(180deg,rgba(215,169,66,.2),rgba(65,45,16,.18));
  color:#fff;font-weight:900;font-size:11px;letter-spacing:.07em;text-transform:uppercase;
  box-shadow:0 0 22px rgba(215,169,66,.14);
}
.wm-home-hero{
  width:min(1500px,calc(100% - 34px));
  min-height:700px;
  margin:18px auto 16px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(215,169,66,.24);
  border-radius:28px;
  background:#030303;
  box-shadow:0 36px 100px rgba(0,0,0,.62),0 0 48px rgba(215,169,66,.07);
  isolation:isolate;
}
.wm-home-hero-media{
  position:absolute;inset:0;z-index:0;display:block;
}
.wm-home-hero-media img{
  display:block;width:100%;height:100%;
  object-fit:cover;object-position:center center;
  filter:saturate(.98) contrast(1.03);
}
.wm-home-hero-overlay{
  position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    linear-gradient(90deg,rgba(1,1,2,.99) 0%,rgba(2,2,3,.95) 20%,rgba(2,2,3,.76) 38%,rgba(2,2,3,.20) 58%,rgba(0,0,0,.03) 72%),
    linear-gradient(180deg,rgba(0,0,0,.06) 48%,rgba(0,0,0,.48) 100%);
}
.wm-home-copy{
  position:relative;z-index:2;
  width:min(620px,48%);
  min-height:700px;
  padding:72px 24px 50px clamp(30px,5vw,76px);
  display:flex;flex-direction:column;justify-content:center;
}
.wm-home-kicker{
  display:flex;gap:11px;align-items:center;flex-wrap:wrap;
  margin-bottom:17px;color:#d9d9dc;font-size:11px;font-weight:900;letter-spacing:.2em;
}
.wm-home-kicker i{font-style:normal;color:var(--wm-home-gold)}
.wm-home-copy h1{
  margin:0;line-height:.78;font-family:"Barlow Condensed",Impact,sans-serif;
  font-weight:900;text-transform:uppercase;letter-spacing:-.025em;
}
.wm-home-copy h1 span{display:block;font-size:clamp(74px,8.2vw,132px)}
.wm-title-silver{color:#f1f1f2;text-shadow:0 2px 0 #777,0 6px 20px rgba(255,255,255,.09);-webkit-text-stroke:1px rgba(0,0,0,.8)}
.wm-title-gold{
  margin-top:7px;background:linear-gradient(180deg,#fff1b0 0%,#d49a2c 42%,#8c5a13 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  filter:drop-shadow(0 5px 8px rgba(0,0,0,.5));
}
.wm-home-copy h2{margin:24px 0 8px;color:#f2f2f3;font:800 clamp(30px,3.2vw,48px)/1 "Barlow Condensed",sans-serif}
.wm-home-copy>p{max-width:590px;margin:0;color:#c6c3c7;line-height:1.65;font-size:15px}
.wm-media-partner{
  display:inline-flex;align-items:center;gap:9px;align-self:flex-start;
  margin-top:15px;padding:8px 11px;border-radius:999px;
  border:1px solid rgba(215,169,66,.3);background:rgba(5,5,5,.58);
  color:#e7e1d6;text-decoration:none;font-size:11px;font-weight:800;letter-spacing:.05em;
  backdrop-filter:blur(8px);
}
.wm-media-partner span{color:#ffcb57;font-size:9px;letter-spacing:.13em}
.wm-media-partner b{color:#ffdb83}
.wm-home-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.wm-gold-btn,.wm-outline-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:14px;
  min-height:48px;padding:0 24px;border-radius:10px;font-weight:900;font-size:13px;
}
.wm-gold-btn{
  color:#111;background:linear-gradient(180deg,#ffe297,#d5a23f);
  border:1px solid #ffdf83;box-shadow:0 10px 26px rgba(215,169,66,.22),0 0 18px rgba(255,215,120,.14);
}
.wm-outline-btn{color:#f5f5f5;border:1px solid rgba(215,169,66,.55);background:rgba(0,0,0,.42)}
.wm-home-stats{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;margin-top:32px;max-width:620px;
}
.wm-home-stats>div{min-width:0;padding:0 16px;border-left:1px solid rgba(255,255,255,.13)}
.wm-home-stats>div:first-child{padding-left:0;border-left:0}
.wm-home-stats small{display:block;color:#a8a4aa;font-size:9px;font-weight:900;letter-spacing:.13em;line-height:1.25}
.wm-home-stats strong{display:block;margin:5px 0 2px;color:#f5cf6b;font:900 29px/1 "Barlow Condensed",sans-serif}
.wm-home-stats span{display:block;color:#969197;font-size:9px;text-transform:uppercase;letter-spacing:.06em;line-height:1.25}
.wm-home-features{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;margin-top:14px;margin-bottom:26px;
}
.wm-feature-card{
  position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:15px;align-items:center;
  min-height:170px;padding:21px;border:1px solid rgba(215,169,66,.22);border-radius:18px;
  background:linear-gradient(135deg,rgba(10,10,10,.96),rgba(17,15,12,.9));
  box-shadow:0 16px 44px rgba(0,0,0,.34);overflow:hidden;transition:.2s ease;
}
.wm-feature-card:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,220,130,.055),transparent 36%);pointer-events:none}
.wm-feature-card:hover{transform:translateY(-4px);border-color:rgba(255,211,112,.5);box-shadow:0 20px 58px rgba(0,0,0,.42),0 0 22px rgba(215,169,66,.08)}
.wm-feature-media{background:linear-gradient(135deg,rgba(20,7,5,.97),rgba(31,17,7,.9))}
.wm-feature-icon{
  width:46px;height:46px;border-radius:14px;display:grid;place-items:center;
  background:linear-gradient(145deg,#f6cf72,#9e681d);color:#090909;font-weight:900;font-size:20px;
}
.wm-feature-card small{color:#9f9a9e;font-size:8px;font-weight:900;letter-spacing:.11em}
.wm-feature-card h3{margin:6px 0 7px;color:#f5f5f5;font:900 24px/1 "Barlow Condensed",sans-serif;text-transform:uppercase}
.wm-feature-card p{margin:0;color:#b6b0b6;font-size:11px;line-height:1.5}
.wm-feature-arrow{color:var(--wm-home-gold2);font-size:20px}
.wm-home-ticker{border-top:1px solid rgba(215,169,66,.15);border-bottom:1px solid rgba(215,169,66,.15);background:rgba(215,169,66,.025)}
.wildman-home .eyebrow{color:#d7b55e}
.wildman-home .status-pill{border-color:rgba(215,169,66,.3);background:rgba(215,169,66,.08);color:#f0d18a}
.wildman-home .ops-card,.wildman-home .network-team-card,.wildman-home .wm-card{
  border-color:rgba(215,169,66,.18);background:linear-gradient(145deg,rgba(15,14,13,.95),rgba(6,6,6,.98));
}
.wildman-home .ops-card:hover,.wildman-home .network-team-card:hover,.wildman-home .wm-card:hover{border-color:rgba(215,169,66,.4)}
@media(max-width:1180px){
  .wm-home-header .wm-join-btn{display:none}
  .wm-home-copy{width:min(610px,55%)}
  .wm-home-copy h1 span{font-size:clamp(70px,9vw,112px)}
  .wm-home-features{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .wm-home-hero{min-height:0;display:flex;flex-direction:column}
  .wm-home-hero-media{position:relative;inset:auto;order:0;aspect-ratio:16/9;width:100%;overflow:hidden}
  .wm-home-hero-media img{object-position:center center}
  .wm-home-hero-overlay{
    position:absolute;z-index:1;inset:0 auto auto 0;width:100%;aspect-ratio:16/9;
    background:linear-gradient(180deg,rgba(0,0,0,.02) 52%,rgba(0,0,0,.22) 100%);
  }
  .wm-home-copy{
    order:1;width:100%;min-height:0;padding:42px 28px 36px;
    background:linear-gradient(180deg,#060606,#030303);
  }
  .wm-home-copy h1 span{font-size:clamp(66px,14vw,104px)}
  .wm-home-stats{max-width:none}
}
@media(max-width:620px){
  .wm-home-hero{width:calc(100% - 18px);border-radius:18px;margin-top:10px}
  .wm-home-copy{padding:30px 18px 28px}
  .wm-home-kicker{gap:7px;font-size:8px;letter-spacing:.12em;margin-bottom:13px}
  .wm-home-copy h1 span{font-size:clamp(58px,19vw,88px)}
  .wm-home-copy h2{font-size:31px;margin-top:20px}
  .wm-home-copy>p{font-size:13px;line-height:1.55}
  .wm-media-partner{font-size:9px;white-space:normal;line-height:1.3}
  .wm-home-actions{display:grid;grid-template-columns:1fr;gap:9px}
  .wm-gold-btn,.wm-outline-btn{width:100%;min-height:46px}
  .wm-home-stats{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:25px}
  .wm-home-stats>div{padding:0 8px}
  .wm-home-stats small{font-size:7px;letter-spacing:.07em}
  .wm-home-stats strong{font-size:23px}
  .wm-home-stats span{font-size:7px;letter-spacing:.02em}
  .wm-home-features{grid-template-columns:1fr;width:calc(100% - 18px)}
  .wm-feature-card{grid-template-columns:auto 1fr;padding:18px;min-height:145px}
  .wm-feature-arrow{display:none}
}
@media(prefers-reduced-motion:reduce){.wm-feature-card{transition:none}}
