:root{
  --bg:#030405;--bg2:#07090b;--panel:#0c0f12;--panel2:#11151a;--line:#252a31;
  --text:#f7f7f7;--muted:#aeb4ba;--soft:#727980;--red:#e52525;--red2:#b40e0e;
  --green:#22c55e;--orange:#f59e0b;--shadow:0 22px 70px rgba(0,0,0,.42)
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif;overflow-x:hidden}button,input,select{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}code{color:#fff;background:#11161b;border:1px solid #2b3138;border-radius:5px;padding:2px 6px}
.site-header{position:fixed;z-index:100;inset:0 0 auto 0;height:86px;display:grid;grid-template-columns:300px 1fr auto 36px;align-items:center;gap:22px;padding:10px 5vw;background:linear-gradient(180deg,rgba(2,3,4,.98),rgba(2,3,4,.88) 72%,rgba(2,3,4,.18));backdrop-filter:blur(12px);transition:.25s}.site-header.scrolled{height:74px;background:rgba(3,4,5,.97);border-bottom:1px solid #20242a}.brand{display:flex;align-items:center;gap:14px}.brand img{width:68px;height:68px;border-radius:50%;object-fit:cover;border:2px solid #f5f5f5}.brand strong{display:block;font-size:26px;font-weight:950;line-height:1;letter-spacing:.01em}.brand small{display:block;margin-top:6px;font-size:13px;font-weight:800;color:var(--red);letter-spacing:.03em}.main-nav{display:flex;justify-content:center;align-items:center;gap:24px;font-size:12px;font-weight:850;text-transform:uppercase;white-space:nowrap}.main-nav a{padding:10px 0;border-bottom:2px solid transparent;color:#e5e7e9}.main-nav a.active,.main-nav a:hover{color:var(--red);border-color:var(--red)}.nav-toggle{display:none;background:none;border:0;font-size:26px}.login{display:grid;place-items:center;font-size:26px}.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 22px;border-radius:6px;border:1px solid #3a4148;background:#0a0d10;font-size:12px;font-weight:900;text-transform:uppercase;cursor:pointer;transition:.2s;box-shadow:none}.btn:hover{transform:translateY(-1px);border-color:#626b75}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn.primary{background:linear-gradient(180deg,#f03732,#c61212);border-color:#f04444;box-shadow:0 12px 32px rgba(229,37,37,.24)}.btn.primary:hover{box-shadow:0 14px 38px rgba(229,37,37,.34)}.btn.ghost{background:rgba(7,9,11,.66);backdrop-filter:blur(8px)}.btn.wide{width:100%}.btn.mini{min-height:34px;padding:0 13px;font-size:10px}.eyebrow{display:inline-block;color:var(--red);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.text-action{border:0;background:none;color:var(--red);font-weight:900;cursor:pointer}.hero{position:relative;min-height:760px;height:100vh;display:flex;align-items:center;padding:110px 6vw 110px;overflow:hidden;background:#030303}.hero-media,.hero-shade{position:absolute;inset:0}
.hero-media{overflow:hidden;background:#000}
.hero-media .hero-poster,
.hero-media .hero-video,
.hero-media .hero-youtube{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  border:0;
}
.hero-poster{z-index:0}
.hero-video{
  z-index:2;
  opacity:0;
  transition:opacity .45s ease;
  background:#000;
}
.hero-video.ready{opacity:1}
.hero-youtube{
  z-index:3;
  inset:-8%;
  width:116%!important;
  height:116%!important;
  pointer-events:none
}.hero-shade{background:linear-gradient(90deg,#020303 0%,rgba(2,3,3,.93) 25%,rgba(2,3,3,.36) 57%,rgba(2,3,3,.6) 100%),linear-gradient(0deg,#030405 0%,transparent 24%)}.hero-copy{position:relative;z-index:3;max-width:690px}.hero h1{max-width:660px;margin:10px 0 22px;font-size:clamp(54px,5.4vw,88px);line-height:.92;text-transform:uppercase;font-weight:950;letter-spacing:-.035em}.hero h1::first-line{color:#fff}.hero p{max-width:620px;margin:0 0 30px;font-size:18px;line-height:1.65;color:#e2e5e7}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-proof{display:flex;gap:26px;flex-wrap:wrap;margin-top:34px;padding-top:22px;border-top:1px solid rgba(255,255,255,.15);font-size:12px;text-transform:uppercase;color:#c5c9cd}.hero-proof strong{display:block;color:#fff;font-size:24px;margin-bottom:2px}.socials{position:absolute;z-index:4;right:5vw;top:46%;display:grid;gap:14px}.socials a{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(0,0,0,.35);font-weight:900}.scroll-cue{position:absolute;z-index:4;bottom:28px;left:50%;width:42px;height:42px;display:grid;place-items:center;border:1px solid #454a50;border-radius:50%;animation:bounce 1.8s infinite}.flash{position:fixed;z-index:150;top:94px;left:50%;transform:translateX(-50%);width:min(720px,calc(100% - 30px));padding:15px 48px 15px 18px;border-radius:8px;border:1px solid;box-shadow:var(--shadow);font-weight:700}.flash.success{background:#082414;border-color:#166534;color:#b8f7cf}.flash.error{background:#2a0c0c;border-color:#7f1d1d;color:#fecaca}.flash button{position:absolute;right:12px;top:8px;border:0;background:none;font-size:24px;cursor:pointer}.section-shell{width:min(90vw,1600px);margin:0 auto;padding:84px 0}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}.section-heading h2,.club-story h2,.contact-copy h2{margin:7px 0 8px;font-size:clamp(34px,3vw,52px);line-height:1;text-transform:uppercase;letter-spacing:-.025em}.section-heading p,.story-copy p,.contact-copy p{margin:0;color:var(--muted);line-height:1.65}.compact-heading{margin-bottom:22px}.discipline-section{padding-top:70px}.discipline-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.discipline-card{min-height:218px;padding:26px;background:linear-gradient(145deg,#12161a,#090b0d);border:1px solid var(--line);border-radius:10px;display:flex;gap:20px;transition:.25s}.discipline-card:hover{transform:translateY(-5px);border-color:#4b5158;box-shadow:var(--shadow)}.discipline-icon{color:var(--red);flex:0 0 58px}.discipline-icon svg{width:52px;height:52px;stroke:currentColor;fill:none;stroke-width:1.8}.discipline-card small{color:var(--soft);font-weight:800;text-transform:uppercase}.discipline-card h3{margin:7px 0;font-size:22px;text-transform:uppercase}.discipline-card p{color:#cdd1d4;line-height:1.55;margin:0 0 16px}.discipline-card a{color:var(--red);font-size:12px;font-weight:900;text-transform:uppercase}.club-story{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center}.club-story h2 span{color:var(--red)}.story-copy{padding:35px 0}.story-copy p{font-size:18px;max-width:650px}.story-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;margin:28px 0;color:#e2e5e7;font-weight:700}.story-visual{position:relative;min-height:480px;border-radius:14px;overflow:hidden;border:1px solid #262b31;box-shadow:var(--shadow)}.story-visual img{width:100%;height:100%;position:absolute;object-fit:cover}.story-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,4,5,.35),transparent 60%),linear-gradient(0deg,rgba(3,4,5,.9),transparent 45%)}.story-stat{position:absolute;z-index:2;left:28px;bottom:26px;display:flex;align-items:end;gap:12px}.story-stat strong{font-size:54px;color:var(--red);line-height:.8}.story-stat span{text-transform:uppercase;font-size:12px;font-weight:800}.dark-section{padding-left:32px;padding-right:32px;background:linear-gradient(145deg,#0d1013,#080a0c);border:1px solid #20252b;border-radius:14px}.segmented{display:flex;border:1px solid #30363d;border-radius:7px;overflow:hidden}.segmented button{padding:10px 16px;background:#090c0e;border:0;border-right:1px solid #30363d;color:#c7ccd0;cursor:pointer}.segmented button:last-child{border-right:0}.segmented button.active{background:var(--red);color:#fff}.schedule-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.session-card{display:grid;grid-template-columns:80px 1fr auto;align-items:center;gap:18px;padding:18px;background:#090c0f;border:1px solid #222830;border-radius:10px;transition:.2s}.session-card:hover{border-color:#4a5159}.session-date{height:68px;display:grid;place-items:center;align-content:center;border-radius:8px;background:#14181d;border:1px solid #2a3037}.session-date b{font-size:28px;line-height:1}.session-date span{font-size:10px;color:var(--red);font-weight:900}.session-info small{font-size:10px;color:var(--red);font-weight:900}.session-info h3{margin:4px 0 5px;font-size:18px}.session-info p,.session-info span{margin:0;color:#aeb4b9;font-size:12px}.session-capacity{text-align:right;display:grid;gap:10px}.session-capacity>span{font-size:11px;color:#aeb4b9}.empty-card{grid-column:1/-1;padding:36px;border:1px dashed #343b43;background:#090b0d;border-radius:10px;text-align:center;color:#b9bec3}.empty-card strong{display:block;color:#fff;font-size:20px;margin-bottom:7px}.span-all{grid-column:1/-1}.coaches-section,.plans-section,.competition-section,.media-section{border-top:1px solid #161a1e}.coach-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.coach-card{position:relative;background:#0b0e11;border:1px solid #252a31;border-radius:11px;overflow:hidden}.coach-photo{height:310px;background-image:url("assafwa-coaches-hd.png");background-size:400% 100%;background-repeat:no-repeat;background-position:calc(var(--coach-index)*33.333%) center}.coach-card>div:last-child{padding:18px}.coach-card small{color:var(--red);font-weight:900}.coach-card h3{margin:5px 0 3px;text-transform:uppercase}.coach-card p{margin:0;color:#aeb4ba}.plans-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.plan-card{position:relative;padding:28px;background:linear-gradient(145deg,#0f1317,#090b0d);border:1px solid #272d34;border-radius:12px}.plan-card.featured{border-color:var(--red);box-shadow:0 20px 60px rgba(229,37,37,.1)}.popular{position:absolute;right:16px;top:14px;padding:5px 9px;background:var(--red);border-radius:999px;font-size:9px;font-weight:900;text-transform:uppercase}.plan-card>small{color:#9aa1a8;text-transform:uppercase;font-weight:800}.plan-card h3{min-height:52px;margin:7px 0 18px;font-size:21px;text-transform:uppercase}.price{display:flex;align-items:end;gap:8px}.price strong{font-size:42px;color:#fff}.price span{font-size:11px;color:#9fa6ad;padding-bottom:7px}.plan-card ul{list-style:none;margin:22px 0;padding:0;display:grid;gap:9px;color:#c8cdd1;font-size:13px}.plan-card li:before{content:"✓";color:var(--red);font-weight:900;margin-right:9px}.competition-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.competition-card{position:relative;min-height:205px;padding:24px;background:#0b0e11;border:1px solid #252b32;border-radius:10px}.competition-card>span{display:inline-flex;padding:5px 8px;border:1px solid #713333;border-radius:4px;color:#ff9a9a;font-size:9px;font-weight:900}.competition-card time{float:right;color:#9ea4aa;font-size:11px}.competition-card h3{margin:28px 0 9px;font-size:20px}.competition-card p{color:#c6cacf}.competition-card small{color:var(--red)}.media-section{padding-bottom:94px}.social-buttons{display:flex;gap:8px;flex-wrap:wrap}.social-btn{padding:10px 14px;border:1px solid #323840;border-radius:6px;font-size:11px;font-weight:800}.media-wall{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.media-tile{min-height:430px;background:#090b0d;border:1px solid #252a31;border-radius:12px;overflow:hidden;display:grid;place-items:center}.media-tile iframe{width:100%;height:100%;min-height:430px;border:0}.instagram-tile{padding:12px;overflow:auto}.media-empty{display:grid;grid-template-columns:1.2fr .8fr;gap:34px;align-items:center;padding:24px;border:1px solid #292f36;background:#0b0e11;border-radius:13px}.media-preview{height:360px;border-radius:9px;overflow:hidden}.media-preview img{width:100%;height:100%;object-fit:cover}.media-empty h3{font-size:30px;margin:8px 0}.media-empty p{color:#b7bdc2;line-height:1.6}.contact-section{display:grid;grid-template-columns:1fr .7fr 1fr;gap:32px;align-items:center;padding-top:60px;padding-bottom:60px;border-top:1px solid #20242a}.contact-copy p{max-width:560px;margin-bottom:20px}.contact-details{display:grid;gap:10px}.contact-details p{margin:0;padding:13px 16px;border-left:2px solid var(--red);background:#0b0e11}.contact-details small{display:block;color:#858c93;text-transform:uppercase;font-size:9px}.contact-details strong,.contact-details a{font-weight:800}.newsletter-form{display:flex;gap:8px}.newsletter-form label{flex:1}.newsletter-form label span{display:block;margin-bottom:6px;font-size:11px;font-weight:800}.newsletter-form input,.trial-form input,.trial-form select{width:100%;height:46px;border:1px solid #30363d;background:#080b0e;color:#fff;border-radius:6px;padding:0 13px}.site-footer{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:28px;padding:26px 5vw;border-top:1px solid #1d2227;background:#050607}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:52px;height:52px;border-radius:50%}.footer-brand strong,.footer-brand small{display:block}.footer-brand small{color:var(--red);font-size:10px;text-transform:uppercase}.site-footer>p{color:#8e959c}.site-footer>div{display:flex;gap:18px;font-size:12px}.site-footer>small{grid-column:1/-1;color:#686f76}.trial-modal,.video-modal{width:min(820px,calc(100% - 28px));border:1px solid #343a42;border-radius:14px;background:#0a0d10;color:#fff;padding:0;box-shadow:0 32px 100px rgba(0,0,0,.7)}.video-modal{width:min(1100px,calc(100% - 28px))}.trial-modal::backdrop,.video-modal::backdrop{background:rgba(0,0,0,.78);backdrop-filter:blur(7px)}.trial-form,.video-modal-inner{position:relative;padding:34px}.trial-form h2{margin:7px 0;font-size:32px;text-transform:uppercase}.trial-form>p,.video-modal-inner>p{color:#abb2b8}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin:24px 0}.form-grid label{font-size:11px;font-weight:800;text-transform:uppercase}.form-grid input,.form-grid select{margin-top:7px}.modal-close{position:absolute;right:14px;top:10px;width:38px;height:38px;border:0;background:none;font-size:30px;cursor:pointer}.form-warning{display:block;margin-top:12px;color:#f6b7b7}.video-stage{aspect-ratio:16/9;background:#000;border-radius:9px;overflow:hidden}.video-stage iframe,.video-stage video{width:100%;height:100%;border:0}.video-modal-inner a{color:var(--red)}
@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(7px)}}
@media(max-width:1250px){.site-header{grid-template-columns:1fr auto auto}.main-nav{position:absolute;top:74px;left:0;right:0;display:none;flex-wrap:wrap;justify-content:flex-start;padding:18px 5vw;background:#050607;border-bottom:1px solid #242a30}.main-nav.open{display:flex}.nav-toggle{display:block}.login{display:none}.header-cta{grid-column:auto}.discipline-grid,.plans-grid,.competition-grid{grid-template-columns:repeat(2,1fr)}.club-story{grid-template-columns:1fr}.schedule-grid{grid-template-columns:1fr}.coach-grid{grid-template-columns:repeat(2,1fr)}.contact-section{grid-template-columns:1fr 1fr}.newsletter-form{grid-column:1/-1}.hero{min-height:720px}.hero-proof{gap:16px}.media-empty{grid-template-columns:1fr}.media-wall{grid-template-columns:1fr}}
@media(max-width:720px){html{scroll-padding-top:72px}.site-header{height:72px;padding:8px 16px;gap:10px}.site-header.scrolled{height:66px}.brand img{width:50px;height:50px}.brand strong{font-size:20px}.brand small{font-size:10px}.header-cta{display:none}.nav-toggle{display:block}.main-nav{top:66px;padding:14px 18px;gap:12px}.main-nav a{width:calc(50% - 6px)}.hero{height:auto;min-height:720px;padding:126px 18px 85px}.hero h1{font-size:46px}.hero p{font-size:15px}.hero-youtube{inset:0;width:100%!important;height:100%!important}.socials{display:none}.section-shell{width:calc(100% - 28px);padding:58px 0}.dark-section{padding:28px 14px}.section-heading{align-items:start;flex-direction:column}.discipline-grid,.plans-grid,.competition-grid,.coach-grid{grid-template-columns:1fr}.discipline-card{min-height:0}.story-points{grid-template-columns:1fr}.story-visual{min-height:340px}.schedule-grid{grid-template-columns:1fr}.session-card{grid-template-columns:64px 1fr}.session-capacity{grid-column:2;text-align:left;display:flex;align-items:center}.coach-photo{height:360px}.media-preview{height:260px}.contact-section{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.site-footer{grid-template-columns:1fr}.site-footer>div{flex-wrap:wrap}.form-grid{grid-template-columns:1fr}.trial-form,.video-modal-inner{padding:26px 18px}.hero-proof span{width:calc(50% - 8px)}}
.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:120;min-height:42px;display:inline-flex;align-items:center;gap:7px;padding:5px 11px 5px 6px;border:1px solid #48d27b;border-radius:999px;background:#18a84f;color:#fff;box-shadow:0 10px 28px rgba(0,0,0,.4);font-size:12px}.whatsapp-float span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#128c45;font-size:9px;font-weight:950}.whatsapp-float:hover{background:#128c45;transform:translateY(-2px)}
@media(max-width:720px){.whatsapp-float{right:12px;bottom:12px;min-height:40px;padding:5px}.whatsapp-float span{width:28px;height:28px}.whatsapp-float strong{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}}

.video-placeholder{width:100%;height:100%;display:grid;place-items:center;align-content:center;gap:8px;background:radial-gradient(circle at center,#221010,#050607);color:#fff}.video-placeholder strong{font-size:26px;text-transform:uppercase}.video-placeholder span{color:#f08b8b;font-family:ui-monospace,Consolas,monospace}


/* ASSAFWA server hero video v3 */
.hero-poster{
  transition:opacity .35s ease;
}
.hero-media.video-active .hero-poster{
  opacity:0;
}
.hero-video{
  z-index:2;
  opacity:0;
  visibility:visible;
  transition:opacity .35s ease;
  background:transparent;
}
.hero-video.ready,
.hero-media.video-active .hero-video{
  opacity:1;
}
.hero-media.video-error .hero-video{
  display:none;
}


/* ASSAFWA server hero video v4 - seamless first-frame poster */
.hero-poster{
  transition:opacity .08s linear !important;
}
.hero-video{
  transition:opacity .08s linear !important;
}
.hero-media.video-active .hero-poster{
  opacity:0 !important;
}

/* ==========================================================
   ASSAFWA CLIENT FULL-SCREEN COMPACT LAYOUT v5
   Keeps the hero cinematic, but scales the client page to the
   browser instead of making every section oversized.
   ========================================================== */
@media (min-width: 1251px){
  .site-header{
    height:78px;
    grid-template-columns:minmax(240px,300px) 1fr auto 34px;
    gap:18px;
    padding:7px 4vw;
  }
  .site-header.scrolled{height:70px}
  .brand img{width:58px;height:58px}
  .brand strong{font-size:22px}
  .brand small{font-size:11px;margin-top:4px}
  .main-nav{gap:20px;font-size:11px}
  .btn{min-height:40px;padding:0 18px;font-size:11px}

  .hero{
    height:clamp(520px,58vh,650px);
    min-height:520px;
    padding:92px 4vw 50px;
  }
  .hero-copy{max-width:610px}
  .hero h1{
    max-width:570px;
    margin:8px 0 16px;
    font-size:clamp(48px,4.15vw,66px);
    line-height:.93;
  }
  .hero p{max-width:570px;margin-bottom:20px;font-size:15px;line-height:1.55}
  .hero-actions{gap:10px}
  .hero-proof{margin-top:20px;padding-top:15px;gap:24px;font-size:9px}
  .hero-proof strong{font-size:21px}
  .socials{right:3vw;top:38%;gap:10px}
  .socials a{width:36px;height:36px;font-size:13px}
  .scroll-cue{bottom:16px;width:36px;height:36px}

  .section-shell,
  .home-overview{width:min(94vw,1600px)}

  .discipline-section{padding:24px 0 18px}
  .discipline-section .section-heading{margin-bottom:14px}
  .discipline-section .section-heading h2{font-size:clamp(28px,2.5vw,40px)}
  .discipline-grid{gap:10px}
  .discipline-card{min-height:142px;padding:17px;gap:14px;border-radius:8px}
  .discipline-icon{flex-basis:42px}
  .discipline-icon svg{width:40px;height:40px}
  .discipline-card h3{font-size:17px;margin:4px 0}
  .discipline-card p{font-size:12px;line-height:1.4;margin-bottom:8px}
  .discipline-card small,.discipline-card a{font-size:9px}

  .club-story,.dark-section,.coaches-section,.plans-section,.competition-section,.media-section,.contact-section{
    padding-top:56px;
    padding-bottom:56px;
  }
}

.home-overview{
  margin:0 auto;
  padding:4px 0 30px;
  display:grid;
  grid-template-columns:minmax(0,2.25fr) minmax(320px,.95fr);
  gap:18px;
  align-items:start;
}
.compact-media-panel,.compact-courses-panel{min-width:0}
.compact-panel-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:0 0 12px;
  padding-top:8px;
  border-top:1px solid #171b1f;
}
.compact-panel-heading h2{
  margin:0;
  font-size:clamp(22px,2vw,31px);
  line-height:1;
  text-transform:uppercase;
  letter-spacing:-.025em;
}
.compact-panel-heading h2 span{color:var(--red)}
.compact-panel-heading a{color:var(--red);font-size:10px;font-weight:900;text-transform:uppercase;white-space:nowrap}
.compact-video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.compact-video-card{display:block;min-width:0}
.compact-video-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:7px;border:1px solid #252b31;background:#0b0e11}
.compact-video-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.compact-video-card:hover .compact-video-thumb img{transform:scale(1.035)}
.play-dot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:rgba(4,5,6,.82);border:1px solid rgba(255,255,255,.4);font-size:13px}
.compact-video-card>strong{display:block;margin-top:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}
.compact-video-card>small{display:block;margin-top:3px;color:#8e979f;font-size:10px}
.compact-course-list{display:grid;gap:6px;padding:7px;background:#0b0e11;border:1px solid #252b31;border-radius:8px}
.compact-course{width:100%;min-height:53px;display:grid;grid-template-columns:45px 1fr auto;align-items:center;gap:10px;padding:6px 7px;border:0;border-bottom:1px solid #22272c;background:transparent;color:#fff;text-align:left;cursor:pointer}
.compact-course:last-child{border-bottom:0}
.course-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:5px;overflow:hidden;background:#161b20;color:var(--red)}
.course-icon svg{width:27px;height:27px;stroke:currentColor;fill:none}
.course-main{min-width:0}
.course-main strong{display:block;font-size:11px;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.course-main small{display:block;margin-top:3px;color:#9ca5ab;font-size:9px}
.compact-course em{padding:6px 8px;border:1px solid #394047;border-radius:5px;color:#dce0e3;font-size:8px;font-style:normal;text-transform:uppercase;white-space:nowrap}
.compact-empty{padding:28px 16px;text-align:center;color:#858f96;font-size:11px}

@media (max-width:1250px){
  .home-overview{grid-template-columns:1fr;width:calc(100% - 40px);padding-bottom:28px}
  .compact-video-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:800px){
  .home-overview{width:calc(100% - 28px);padding-top:0}
  .compact-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .compact-panel-heading{align-items:flex-start;flex-direction:column;gap:7px}
}
@media (max-width:480px){
  .compact-video-grid{grid-template-columns:1fr 1fr;gap:8px}
  .compact-course{grid-template-columns:40px 1fr}.compact-course em{display:none}
}


/* ASSAFWA V6 - video must remain above poster */
.hero-media{
  position:absolute;
  inset:0;
}
.hero-media .hero-poster{
  z-index:1 !important;
}
.hero-media .hero-video{
  z-index:2 !important;
  display:block !important;
  visibility:visible !important;
}
.hero-media.video-active .hero-poster{
  opacity:0 !important;
  pointer-events:none;
}
.hero-media.video-active .hero-video,
.hero-video.ready{
  opacity:1 !important;
}


/* ASSAFWA Hero V7 - reliable server playback */
.hero-media .hero-poster{
  z-index:1 !important;
}
.hero-media .hero-video{
  z-index:3 !important;
  display:block !important;
  visibility:visible !important;
  pointer-events:none;
}
.hero-media.video-active .hero-video,
.hero-video.ready{
  opacity:1 !important;
}
.hero-media.video-active .hero-poster{
  opacity:0 !important;
}


/* ==========================================================
   ASSAFWA HERO V8 - FULL VIDEO FRAME
   Show the complete 16:9 video without cropping.
   ========================================================== */
.hero-media{
  background:#000 !important;
}

.hero-media .hero-video,
.hero-media .hero-poster{
  object-fit:contain !important;
  object-position:center center !important;
  background:#000 !important;
}

/* Desktop: give the hero the same 16:9 geometry as the video.
   At normal desktop widths this lets the complete video fill the hero. */
@media (min-width: 1000px){
  .hero{
    height:min(56.25vw, 980px) !important;
    min-height:620px !important;
    max-height:none !important;
    padding-top:100px !important;
    padding-bottom:70px !important;
  }

  .hero-media,
  .hero-shade{
    inset:0 !important;
  }

  .hero-copy{
    align-self:center;
  }
}

/* Medium screens: keep the entire landscape video visible. */
@media (min-width: 721px) and (max-width: 999px){
  .hero{
    height:clamp(600px,70vw,760px) !important;
    min-height:600px !important;
  }

  .hero-media .hero-video,
  .hero-media .hero-poster{
    object-fit:contain !important;
  }
}

/* Phones: never crop the video. */
@media (max-width: 720px){
  .hero-media .hero-video,
  .hero-media .hero-poster{
    object-fit:contain !important;
    object-position:center top !important;
  }
}


/* ==========================================================
   ASSAFWA HERO V9 - CLEAN TOP
   The upper branding/text is baked into the video itself.
   Keep the full video frame, but visually mask only that top strip.
   ========================================================== */
.hero-media::after{
  content:"";
  position:absolute;
  z-index:4;
  left:0;
  right:0;
  top:0;
  height:22%;
  pointer-events:none;
  background:
    linear-gradient(
      180deg,
      #030303 0%,
      rgba(3,3,3,.99) 54%,
      rgba(3,3,3,.88) 72%,
      rgba(3,3,3,.38) 88%,
      transparent 100%
    );
}

/* Keep the real site text/buttons above the mask. */
.hero-copy{
  z-index:6 !important;
}
.socials,
.scroll-cue{
  z-index:6 !important;
}

/* On smaller screens the embedded upper text occupies less space. */
@media (max-width: 900px){
  .hero-media::after{
    height:18%;
  }
}

@media (max-width: 600px){
  .hero-media::after{
    height:15%;
  }
}


/* ==========================================================
   ASSAFWA HERO V10 - CINEMATIC OUTRO BRAND
   Normal playback:
     the branding baked into the top of the video stays hidden.
   Final seconds:
     the mask fades away and the video's own logo/text appears.
   ========================================================== */

/* Make the V9 mask animatable. */
.hero-media::after{
  opacity:1;
  transition:
    opacity .72s cubic-bezier(.22,.61,.36,1),
    transform .72s cubic-bezier(.22,.61,.36,1);
  transform:translateY(0);
}

/* Last seconds: reveal the logo/text already inside the video. */
.hero-media.video-outro::after{
  opacity:0 !important;
  transform:translateY(-8px);
}

/* Give the video's own end branding visual priority without removing
   the website content abruptly. */
.hero-copy{
  transition:
    opacity .48s ease,
    transform .48s ease,
    filter .48s ease;
}

.hero.video-outro .hero-copy{
  opacity:.08;
  transform:translateY(10px);
  filter:blur(1px);
}

/* Header stays visible; only the hero content steps back at the end. */
.site-header{
  z-index:50 !important;
}

/* A subtle finish helps the embedded outro emerge naturally. */
.hero-media .hero-video{
  transition:
    opacity .08s linear,
    filter .65s ease !important;
}

.hero-media.video-outro .hero-video{
  filter:brightness(1.04) contrast(1.02);
}

/* On mobile, keep the website hero copy a little more visible because
   the embedded video text is physically smaller. */
@media (max-width:700px){
  .hero.video-outro .hero-copy{
    opacity:.22;
    filter:none;
  }
}


/* ==========================================================
   ASSAFWA Client Site - Coach photos from ERP/MySQL
   ========================================================== */
.coach-photo.coach-photo-db{
  height:330px;
  background:none!important;
  overflow:hidden;
}
.coach-photo.coach-photo-db img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center top;
  transition:transform .35s ease;
}
.coach-card:hover .coach-photo.coach-photo-db img{
  transform:scale(1.025);
}
.coach-discipline{
  display:inline-flex;
  margin-top:8px;
  padding:4px 7px;
  border:1px solid #343b42;
  border-radius:999px;
  color:#98a5ab;
  font-size:9px;
  text-transform:uppercase;
}
@media(max-width:720px){
  .coach-photo.coach-photo-db{
    height:390px;
  }
}
.contact-section.contact-compact{grid-template-columns:1fr .85fr 1.2fr;gap:24px;align-items:start;padding-top:32px;padding-bottom:32px}
.contact-compact>div{min-width:0}
.contact-compact .contact-copy h2{font-size:clamp(23px,1.8vw,30px);line-height:1.15;margin:6px 0 10px}
.contact-compact .contact-copy p{font-size:14px;line-height:1.45;margin-bottom:12px}
.contact-compact .newsletter-form{margin-top:18px;align-items:end;grid-column:auto;flex-direction:row}
.contact-compact .newsletter-form label{min-width:0}
.contact-compact .newsletter-form .btn{padding:0 12px;height:46px;flex-shrink:0}
.contact-compact .contact-details p{padding:10px 12px;font-size:14px;overflow-wrap:anywhere}
.club-location-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.club-location-heading h3{margin:0;font-size:16px}
.club-location-heading a{font-size:12px;color:#b6c4cb;text-decoration:underline}
.club-location-map{display:block;width:100%;height:220px;border:1px solid #2a3439;border-radius:10px;background:#111719}
@media(max-width:1050px){
  .contact-section.contact-compact{grid-template-columns:1fr 1fr}
  .contact-compact .club-location{grid-column:1/-1}
}
@media(max-width:650px){
  .contact-section.contact-compact{grid-template-columns:1fr;gap:20px;padding-top:28px;padding-bottom:28px}
  .contact-compact .contact-copy h2{font-size:24px}
}
