/* AHAN BOX — industrial clipped hero, chalkboard WOD, bold plans */
body.gym-crossfit{font-family:"Vazirmatn",sans-serif;background:#111;color:#f5f5f5}
.gx-bar{background:#ef4444;color:#fff;text-align:center;font-weight:800;font-size:.8rem;padding:.4rem;letter-spacing:.08em}
.gx-nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 4%;background:#0a0a0a}
.gx-nav .logo{font-family:"Bebas Neue",sans-serif;font-size:2rem;letter-spacing:.06em}.gx-nav .logo span{color:#ef4444}
.gx-nav a{margin-right:1rem;font-size:.9rem}
.gx-hero{min-height:78vh;display:grid;align-items:center;padding:3rem 6%;position:relative;overflow:hidden;
  background:#000 center/cover no-repeat;background-image:linear-gradient(100deg,rgba(0,0,0,.85) 35%,rgba(0,0,0,.35)),url("https://images.unsplash.com/photo-1534438327276-14e5300c3a48?w=1600&q=80");
  clip-path:polygon(0 0,100% 0,100% 88%,0 100%)}
.gx-hero .tag{color:#ef4444;letter-spacing:.2em;font-size:.75rem;font-weight:800;margin-bottom:.8rem}
.gx-hero h1{font-family:"Bebas Neue",sans-serif;font-size:clamp(3.5rem,10vw,7rem);line-height:.95;margin-bottom:1rem}
.gx-hero p{max-width:420px;opacity:.85;margin-bottom:1.4rem}
.gx-hero .cta{display:inline-block;background:#ef4444;color:#fff;padding:.9rem 1.5rem;font-weight:800;clip-path:polygon(0 0,100% 0,96% 100%,0 100%)}
.gx-wod{padding:3rem 4%;background:#1a1a1a}
.gx-wod h2{font-family:"Bebas Neue",sans-serif;font-size:2.4rem;margin-bottom:1rem;letter-spacing:.04em}
.gx-wod .board{max-width:480px;background:#0d0d0d;border:2px solid #333;padding:1.5rem;font-family:ui-monospace,monospace;box-shadow:inset 0 0 40px rgba(239,68,68,.08)}
.gx-wod .day{color:#ef4444;margin-bottom:1rem;font-weight:800}.gx-wod ol{padding-right:1.2rem;margin-bottom:1rem}.gx-wod li{padding:.35rem 0}.gx-wod .note{color:#888;font-size:.85rem}
.gx-sec{padding:3rem 4%}.gx-sec h2{font-family:"Bebas Neue",sans-serif;font-size:2.2rem;margin-bottom:1.3rem}
.gx-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1000px}
@media(max-width:800px){.gx-plans{grid-template-columns:1fr}}
.gx-plans article{background:#1a1a1a;border:1px solid #333;padding:1.5rem}
.gx-plans .hot{border-color:#ef4444;background:linear-gradient(180deg,#2a1010,#1a1a1a)}
.gx-plans h3{font-size:1.3rem;margin-bottom:.4rem}.gx-plans p{color:#999;margin-bottom:1rem}
.gx-plans .price{font-family:"Bebas Neue",sans-serif;font-size:2rem;color:#ef4444}
.gx-coaches{padding:2rem 4% 3rem;background:#0a0a0a}
.gx-coaches h2{font-family:"Bebas Neue",sans-serif;font-size:2.2rem;margin-bottom:1.2rem}
.gx-coaches .row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
@media(max-width:700px){.gx-coaches .row{grid-template-columns:1fr}}
.gx-coaches img{width:100%;aspect-ratio:1;object-fit:cover;filter:grayscale(.4) contrast(1.1);margin-bottom:.7rem}
.gx-join{width:min(1000px,92%);margin:0 auto 3rem;display:grid;grid-template-columns:1fr 1.1fr;gap:1.25rem;align-items:center}
@media(max-width:800px){.gx-join{grid-template-columns:1fr}}
.gx-join .wa{display:inline-block;margin:1rem 0;background:#25D366;padding:.75rem 1.2rem;border-radius:999px;font-weight:800}
.gx-join a{color:#ef4444}.gx-join iframe{width:100%;height:230px;border:0;filter:grayscale(1) contrast(1.2)}
.gx-foot{text-align:center;padding:1.5rem;color:#666;font-size:.85rem;border-top:1px solid #222}