/* ===== SNAP — Pro Wrestling (תואם לעיצוב המקורי) ===== */
:root{
  --black:#0c0c0c;
  --gold:#f2a81d;
  --gold-2:#ffc23d;
  --white:#ffffff;
  --card:#ececec;
  --strip:#c9c9c9;
  --gray:#6f6f6f;
  --maxw:1080px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Heebo',system-ui,Arial,sans-serif;
  color:var(--black);background:var(--white);line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px;width:100%}
.center{text-align:center}

/* ===== Buttons ===== */
.btn{
  display:inline-block;padding:13px 34px;border-radius:2px;font-weight:700;
  font-size:.95rem;cursor:pointer;border:2px solid transparent;
  transition:transform .12s ease,background .2s,color .2s;
}
.btn:active{transform:translateY(1px)}
.btn-gold{background:var(--gold);color:#1a1208;border-color:var(--gold)}
.btn-gold:hover{background:var(--gold-2);border-color:var(--gold-2)}

/* ===== Header ===== */
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:50;background:var(--black);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.header-inner{
  position:relative;height:64px;display:flex;align-items:center;justify-content:center;
}
.brand img{height:40px;width:auto}
.ig-corner{
  position:absolute;left:22px;top:50%;transform:translateY(-50%);
  color:#fff;display:flex;transition:color .2s;
}
.ig-corner:hover{color:var(--gold)}

/* ===== Hero ===== */
.hero{
  position:relative;min-height:clamp(440px,82vh,720px);
  display:flex;align-items:center;justify-content:center;
  background:#000 url('images/hero.jpg') center/cover no-repeat;
  padding-top:64px;
}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.45))}
.hero-logo{
  position:relative;z-index:2;width:min(720px,86vw);
  filter:drop-shadow(0 16px 44px rgba(0,0,0,.75));
}

/* ===== Events ===== */
.events{background:var(--white);padding:70px 0}
.dash-head{
  font-weight:900;font-size:clamp(1.7rem,4.6vw,2.5rem);color:var(--black);
  display:flex;align-items:center;justify-content:center;gap:20px;
}
.dash-head::before,.dash-head::after{content:"";height:3px;width:48px;background:var(--gold);display:inline-block}
.empty{
  margin:34px auto 0;max-width:780px;color:#3a3a3a;font-size:1.05rem;font-weight:500;
  border:1px solid #dcdcdc;border-radius:3px;padding:40px 24px;background:#fafafa;
}

/* gray separator strip (כמו במקור) */
.strip{height:30px;background:var(--strip)}

/* custom content sections */
.content-section{padding:64px 0}
.content-section.light{background:var(--white);color:var(--black)}
.content-section.dark{background:var(--black);color:#f2f2f2}
.content-section h2{font-weight:900;font-size:clamp(1.6rem,4vw,2.4rem);text-align:center;margin-bottom:18px}
.content-section.dark h2{color:var(--gold)}
.content-section .cs-img{max-width:100%;border-radius:6px;margin:0 auto 18px;display:block}
.content-section .cs-text{max-width:760px;margin:0 auto;text-align:center;font-size:1.05rem;line-height:1.7}

/* ===== Roster ===== */
.roster{background:var(--white);padding:64px 0 84px}
.section-title{
  font-weight:900;font-size:clamp(2.4rem,7vw,4rem);letter-spacing:.06em;
  color:var(--black);text-align:center;line-height:1;
}
.section-sub{text-align:center;color:#4a4a4a;margin-top:10px;font-size:1.05rem;font-weight:500}
.grid{
  margin-top:46px;display:grid;gap:26px;
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.card{
  display:flex;flex-direction:row-reverse;align-items:stretch;
  background:var(--card);border-radius:2px;overflow:hidden;min-height:230px;
}
.card .photo{
  flex:0 0 46%;background:#d6d6d6 center/cover no-repeat;position:relative;
  display:flex;align-items:center;justify-content:center;
}
.card .photo .initial{font-weight:900;font-size:4.5rem;color:#fff;opacity:.55}
.card .info{
  flex:1;display:flex;flex-direction:column;justify-content:center;
  padding:22px 22px;text-align:right;
}
.card .nm{font-weight:900;font-size:clamp(1.15rem,2.4vw,1.55rem);color:var(--black);line-height:1.15}
.card .meta{margin-top:14px;color:#333;font-size:.95rem}
.card .meta div{margin-top:3px}
.card .meta b{font-weight:700}
.card .nick{color:var(--gold);font-weight:700;font-size:.95rem;margin-top:2px}

/* events */
.events-grid{display:grid;gap:22px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:30px;text-align:right}
.event-card{background:#f6f6f6;border:1px solid #e1e1e1;border-radius:6px;overflow:hidden}
.event-card .ev-poster{aspect-ratio:1080/1920;background:#111 center/cover no-repeat;max-height:620px}
.event-card .ev-body{padding:20px 22px}
.event-card h3{font-weight:900;font-size:1.4rem;color:var(--black)}
.event-card .ev-when{color:var(--gold-2,#caa413);font-weight:700;margin-top:4px}
.event-card .ev-venue{color:#555;margin-top:6px;font-size:.92rem}
.event-card .ev-desc{color:#444;margin-top:10px;font-size:.95rem}
.event-card .ev-matches{list-style:none;margin:14px 0;padding:0;border-top:1px solid #e1e1e1}
.event-card .ev-matches li{padding:8px 0;border-bottom:1px solid #e8e8e8;font-size:.95rem}
.event-card .ev-matches .vs{color:#c0392b;font-weight:800;margin:0 4px}
.event-card .ev-matches .mtype{color:#888;font-size:.82rem}
.event-card .ev-matches .title-tag{color:var(--gold-2,#b8860b);font-size:.82rem;font-weight:700}
.event-card .btn{margin-top:8px}

/* champion cards */
.card.champ{position:relative;box-shadow:0 0 0 2px var(--gold),0 0 24px rgba(242,168,29,.35);transform:translateY(-2px)}
.card .champ-badge{position:absolute;top:0;left:0;right:0;z-index:3;background:linear-gradient(90deg,#caa413,var(--gold));color:#1a1208;font-weight:800;font-size:.8rem;letter-spacing:.02em;padding:6px 10px;text-align:center;display:flex;align-items:center;justify-content:center;gap:6px}
.card .champ-badge .belt{font-size:.95rem}
.card.champ .photo{margin-top:30px}

/* stipulation chips */
.stips{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0}
.stip{background:#1a1a1a;color:var(--gold);border:1px solid rgba(242,168,29,.4);font-size:.78rem;font-weight:600;padding:3px 9px;border-radius:20px}

/* events hover preview (Netflix-style) */
.ev-preview{position:fixed;z-index:200;background:rgba(20,20,20,.96);backdrop-filter:blur(10px);border:1px solid rgba(242,168,29,.35);border-radius:12px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.6);color:#f2f2f2;opacity:0;transform:translateY(8px) scale(.98);transition:opacity .16s ease,transform .16s ease;pointer-events:none;direction:rtl}
.ev-preview.show{opacity:1;transform:none}
.ev-preview .evp-poster{aspect-ratio:16/9;background:#111 center/cover no-repeat}
.ev-preview .evp-body{padding:16px 18px}
.ev-preview h3{font-weight:900;font-size:1.25rem;color:#fff}
.ev-preview .evp-when{color:var(--gold);font-weight:700;margin-top:4px;font-size:.9rem}
.ev-preview .evp-venue{color:#bbb;font-size:.85rem;margin-top:4px}
.ev-preview .evp-desc{color:#ddd;font-size:.9rem;margin-top:10px;line-height:1.5}
.ev-preview .ev-matches{list-style:none;margin:12px 0 0;padding:0;border-top:1px solid #333}
.ev-preview .ev-matches li{padding:7px 0;border-bottom:1px solid #2a2a2a;font-size:.9rem}
.ev-preview .ev-matches .vs{color:#e4002b;font-weight:800;margin:0 4px}
.ev-preview .ev-matches .mtype{color:#888;font-size:.78rem}
.ev-preview .ev-matches .title-tag{color:var(--gold);font-size:.78rem;font-weight:700}
.ev-preview .btn{margin-top:12px}

/* full event page */
.ev-page{min-height:100vh;background:var(--black);color:#f2f2f2;padding:40px 0}
.ev-page .ev-back{color:var(--gold);font-weight:600;display:inline-block;margin-bottom:20px}
.ev-page-grid{display:grid;grid-template-columns:360px 1fr;gap:30px;align-items:start}
.ev-page-poster{width:100%;border-radius:10px;display:block}
.ev-page-body h1{font-weight:900;font-size:clamp(1.8rem,5vw,3rem);color:#fff}
.ev-page-when{color:var(--gold);font-weight:700;font-size:1.1rem;margin-top:8px}
.ev-page-venue{color:#bbb;margin-top:8px}
.ev-page-desc{color:#ddd;margin-top:14px;line-height:1.7}
.ev-page .ev-matches{list-style:none;padding:0;margin:18px 0;border-top:1px solid #333}
.ev-page .ev-matches li{padding:10px 0;border-bottom:1px solid #2a2a2a}
.ev-page .ev-matches .vs{color:#e4002b;font-weight:800;margin:0 5px}
.ev-page .ev-matches .mtype{color:#888;font-size:.82rem}
.ev-page .ev-matches .title-tag{color:var(--gold);font-size:.82rem;font-weight:700}
@media (max-width:760px){.ev-page-grid{grid-template-columns:1fr}.ev-page-poster{max-width:320px;margin:0 auto}}

/* hover effects */
.hover-lift{transition:transform .2s ease,box-shadow .2s ease}
.hover-lift:hover{transform:translateY(-8px);box-shadow:0 18px 40px rgba(0,0,0,.4)}
.hover-glow{transition:box-shadow .25s ease}
.hover-glow:hover{box-shadow:0 0 30px rgba(242,168,29,.5)}
.hover-grow{transition:transform .2s ease}
.hover-grow:hover{transform:scale(1.03)}

/* entrance animations (revealed on scroll via .in) */
.reveal{transition:opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1)}
.reveal-fade{opacity:0}
.reveal-slideup{opacity:0;transform:translateY(40px)}
.reveal-zoom{opacity:0;transform:scale(.92)}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1 !important;transform:none !important}}
.card .socials{margin-top:16px;display:flex;gap:10px}
.card .socials a{
  width:34px;height:34px;border-radius:50%;background:var(--black);color:#fff;
  display:flex;align-items:center;justify-content:center;transition:background .2s,transform .15s;
}
.card .socials a:hover{background:var(--gold);color:#1a1208;transform:translateY(-2px)}

/* ===== Footer ===== */
.site-footer{
  position:relative;color:#fff;
  background:#000 url('images/arena.jpg') center/cover no-repeat;
}
.footer-overlay{position:absolute;inset:0;background:rgba(0,0,0,.6)}
.footer-inner{position:relative;z-index:2;padding:80px 22px;display:flex;justify-content:center}
.news-card{
  background:#fff;color:#111;width:100%;max-width:760px;padding:46px 44px;
  box-shadow:0 20px 60px rgba(0,0,0,.4);text-align:center;
}
.news-kicker{color:#777;font-size:.95rem;letter-spacing:.05em;margin-bottom:8px}
.news-title{font-weight:900;font-size:clamp(1.5rem,3.6vw,2.1rem);line-height:1.2;margin-bottom:26px}
#subForm{text-align:right;max-width:520px;margin:0 auto}
#subForm label[for=subEmail]{display:block;font-weight:700;font-size:.9rem;margin-bottom:6px}
#subForm input[type=email]{
  width:100%;padding:12px 14px;border:1px solid #bdbdbd;border-radius:2px;
  font-size:1rem;background:#fff;color:#111;
}
#subForm input[type=email]:focus{outline:none;border-color:var(--gold)}
#subForm .check{display:flex;align-items:center;gap:8px;margin:16px 0 22px;font-size:.92rem;color:#333}
#subForm .check input{width:16px;height:16px;accent-color:var(--gold)}
#subForm .btn{width:100%}
.sub-msg{margin-top:14px;color:#1a7d3a;font-weight:700;min-height:1.2em}
.copyright{
  position:relative;z-index:2;text-align:center;padding:18px;
  background:rgba(0,0,0,.55);border-top:1px solid rgba(255,255,255,.1);
  color:#bdbdbd;font-size:.85rem;
}

/* ===== Mobile ===== */
@media (max-width:720px){
  .grid{grid-template-columns:1fr}
  .card{flex-direction:column;min-height:auto}
  .card .photo{flex:none;aspect-ratio:1/1}
  .news-card{padding:34px 22px}
  .footer-inner{padding:54px 16px}
}
