@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* ==================================================
RESET
================================================== */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html,
body{
  width:100%;
  min-height:100%;
}

body{
  background:#000;
  color:#fff;
  font-family:Arial, Helvetica, sans-serif;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}

img{
  display:block;
  max-width:100%;
}

a{
  color:inherit;
  text-decoration:none;
}

/* ==================================================
HEADER / NAV
================================================== */
header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  padding:28px 42px;
  z-index:1000;
}

header .socials,
header .global-socials,
header .mobile-socials{
  display:none !important;
}

.desktop-nav{
  display:flex;
  justify-content:flex-end;
  align-items:center;
}

.desktop-nav a{
  margin-left:32px;
  font-size:18px;
  letter-spacing:1px;
  opacity:.92;
  transition:.25s ease;
}

.desktop-nav a:hover,
.desktop-nav a.active{
  color:#f4b400;
}

/* LANGUAGE SWITCH */
.lang-switch{
  position:absolute;
  top:30px;
  left:42px;
  display:flex;
  align-items:center;
  gap:10px;
  z-index:3000;
}

.lang-switch a{
  color:#d4a017 !important;
  font-size:14px;
  font-weight:800;
  font-family:Arial, Helvetica, sans-serif;
  letter-spacing:2px;
  line-height:1;
  opacity:1 !important;
  transition:.2s ease;
}

.lang-switch a:hover{
  color:#fff !important;
}

.lang-switch span{
  color:rgba(255,255,255,.35);
  font-size:14px;
  font-weight:700;
  line-height:1;
}

/* burger default desktop */
.burger,
.mobile-menu{
  display:none;
}

/* ==================================================
HOME
================================================== */
.hero{
  position:relative;
  height:100vh;
  background:url('/image/IMG_0615.jpg') center center / cover no-repeat;
}

.overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.58);
}

.hero-content{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
  padding:0 20px;
  text-align:center;
  z-index:5;
}

.hero h3{
  color:#f4b400;
  font-size:16px;
  letter-spacing:3px;
  margin-bottom:12px;
}

.hero h1{
  font-family:'Bebas Neue', sans-serif;
  font-size:74px;
  letter-spacing:4px;
  margin-bottom:28px;
}

.btn{
  display:inline-block;
  padding:12px 30px;
  border:1px solid #f4b400;
  border-radius:30px;
  color:#f4b400;
  letter-spacing:2px;
  transition:.25s ease;
}

.btn:hover{
  background:#f4b400;
  color:#000;
}

/* ==================================================
GLOBAL SOCIALS
================================================== */
.socials{
  position:fixed;
  left:50%;
  bottom:26px;
  transform:translateX(-50%);
  display:flex;
  gap:22px;
  z-index:5000;
}

.socials a{
  font-size:22px;
  color:#fff;
  opacity:.95;
  transition:.25s ease;
  cursor:pointer;
}

.socials a:hover{
  color:#f4b400;
  transform:translateY(-2px);
}

/* ==================================================
ABOUT
================================================== */
.about-page{
  position:relative;
  width:100%;
}

.about-image{
  width:100%;
  height:auto;
}

.about-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.45);
}

.about-content{
  position:absolute;
  top:15%;
  left:50%;
  transform:translateX(-50%);
  width:90%;
  text-align:center;
}

.about-content h1{
  font-family:'Bebas Neue', sans-serif;
  font-size:62px;
  margin-bottom:20px;
}

.about-content p{
  max-width:760px;
  margin:auto;
  line-height:1.7;
  font-size:18px;
}

/* ==================================================
LESSONS
================================================== */
.lessons-page{
  position:relative;
  width:100%;
}

.lessons-image{
  width:100%;
  height:auto;
}

.lessons-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.45);
}

.lessons-content{
  position:absolute;
  top:15%;
  left:50%;
  transform:translateX(-50%);
  width:90%;
  text-align:center;
}

.lessons-content h1{
  font-family:'Bebas Neue', sans-serif;
  font-size:62px;
  margin-bottom:20px;
}

.lessons-content p{
  max-width:760px;
  margin:auto;
  line-height:1.7;
  font-size:18px;
}

/* ==================================================
CONTACT
================================================== */
.contact-page{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:120px 20px 60px;
}

.contact-content{
  width:100%;
  max-width:640px;
  text-align:center;
}

.contact-content h1{
  font-family:'Bebas Neue', sans-serif;
  font-size:64px;
  margin-bottom:10px;
}

.contact-content p{
  margin-bottom:30px;
  opacity:.9;
}

.contact-form input,
.contact-form textarea{
  width:100%;
  padding:14px;
  margin-bottom:16px;
  background:transparent;
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  font-size:16px;
}

.contact-form textarea{
  min-height:150px;
  resize:vertical;
}

.contact-form button{
  width:100%;
  padding:14px;
  border:none;
  background:#f4b400;
  color:#000;
  font-size:16px;
  cursor:pointer;
}

.contact-email{
  margin-top:20px;
  opacity:.8;
}

/* ==================================================
GALLERY
================================================== */
.gallery-page{
  background:#000;
  overflow:hidden;
}

.video-bg{
  position:fixed;
  inset:0;
  width:100vw;
  height:100vh;
  object-fit:cover;
  z-index:-2;
}

.video-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.18);
  z-index:-1;
}

#gStrip{
  position:fixed;
  left:0;
  bottom:75px;
  width:100%;
  display:flex;
  justify-content:center;
  z-index:5;
}

#gTrack{
  display:flex;
  gap:18px;
  max-width:90%;
  overflow-x:auto;
  padding:20px 80px;
  scrollbar-width:none;
}

#gTrack::-webkit-scrollbar{
  display:none;
}

#gTrack img{
  width:240px;
  height:150px;
  object-fit:cover;
  border-radius:12px;
  cursor:pointer;
  opacity:.78;
  transition:.25s ease;
  flex:0 0 auto;
}

#gTrack img:hover{
  opacity:1;
  transform:scale(1.02);
}

.gArrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:58px;
  background:none;
  border:none;
  color:#fff;
  cursor:pointer;
}

#gLeft{left:18px;}
#gRight{right:18px;}

#gViewer{
  position:fixed;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.38);
  backdrop-filter:blur(10px);
  opacity:0;
  pointer-events:none;
  transition:.35s ease;
  z-index:9999;
}

#gViewer.show{
  opacity:1;
  pointer-events:auto;
}

#gViewer img{
  max-width:96vw;
  max-height:96vh;
}

.gNav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:78px;
  color:#fff;
  cursor:pointer;
  user-select:none;
}

#gPrev{left:20px;}
#gNext{right:20px;}

/* ==================================================
SMALL DESKTOP
================================================== */
@media (max-width:1200px){

.hero h1{
  font-size:62px;
}

#gTrack img{
  width:210px;
  height:135px;
}

}

/* ==================================================  
MOBILE ULTRA FINAL VERSION
================================================== */
@media (max-width:768px){

header{
padding:18px;
}

.desktop-nav,
.lang-switch{
display:none;
}

/* 🔥 BURGER YELLOW */
.burger{
display:flex;
position:absolute;
top:18px;
right:18px;
width:30px;
height:22px;
border:none;
background:none;
cursor:pointer;
z-index:100001;
flex-direction:column;
justify-content:space-between;
}

.burger span{
height:2px;
background:linear-gradient(90deg,#f4b400,#ffd95e);
box-shadow:0 0 6px rgba(244,180,0,.6);
transition:.4s cubic-bezier(.22,1,.36,1);
}

/* BURGER → X */
.burger.active span:nth-child(1){
transform:translateY(10px) rotate(45deg);
}
.burger.active span:nth-child(2){
opacity:0;
}
.burger.active span:nth-child(3){
transform:translateY(-10px) rotate(-45deg);
}

/* 🔥 OVERLAY CINEMATIC */
.mobile-overlay{
position:fixed;
inset:0;
background:rgba(0,0,0,.45);
backdrop-filter:blur(14px);
opacity:0;
pointer-events:none;
transition:.6s ease;
z-index:99997;
}

.mobile-overlay.active{
opacity:1;
pointer-events:auto;
}

/* 🔥 ULTRA GLASS MENU */
.mobile-menu{
display:flex;
position:fixed;
inset:0;
flex-direction:column;
align-items:center;

/* световые пятна */
background:
radial-gradient(circle at 20% 30%, rgba(255,200,0,.08), transparent 40%),
radial-gradient(circle at 80% 70%, rgba(255,200,0,.06), transparent 40%),
rgba(15,15,15,.55);

backdrop-filter:blur(40px) saturate(1.4);

box-shadow:
0 0 140px rgba(0,0,0,.9),
inset 0 0 80px rgba(255,255,255,.04);

transform:translateY(-100%);
transition:transform .7s cubic-bezier(.22,1,.36,1);

z-index:99998;
}

.mobile-menu.active{
transform:translateY(0);
}

/* 🔥 LINKS CENTER */
.mobile-links{
display:flex;
flex-direction:column;
gap:28px;
align-items:center;

margin-top:auto;
margin-bottom:auto;
}

/* 🔥 YELLOW LINKS */
.mobile-links a{
font-size:30px;
font-weight:900;
letter-spacing:2px;
color:#f4b400;

opacity:0;
transform:translateY(50px) scale(.9);

transition:
opacity .55s ease,
transform .55s cubic-bezier(.22,1,.36,1),
color .3s ease,
text-shadow .3s ease;
}

/* APPEAR */
.mobile-menu.active .mobile-links a{
opacity:1;
transform:translateY(0) scale(1);
}

/* 🔥 GLOW HOVER */
.mobile-links a:hover{
color:#ffd95e;
text-shadow:
0 0 10px rgba(255,200,0,.8),
0 0 20px rgba(255,200,0,.5);
}

/* underline glow */
.mobile-links a::after{
content:"";
display:block;
width:0%;
height:2px;
margin-top:6px;
background:linear-gradient(90deg,#f4b400,#ffd95e);
box-shadow:0 0 10px rgba(255,200,0,.6);
transition:.4s ease;
}

.mobile-links a:hover::after{
width:100%;
}

/* stagger */
.mobile-menu.active .mobile-links a:nth-child(1){transition-delay:.12s;}
.mobile-menu.active .mobile-links a:nth-child(2){transition-delay:.22s;}
.mobile-menu.active .mobile-links a:nth-child(3){transition-delay:.32s;}
.mobile-menu.active .mobile-links a:nth-child(4){transition-delay:.42s;}
.mobile-menu.active .mobile-links a:nth-child(5){transition-delay:.52s;}

/* 🔥 SOCIALS */
.mobile-socials{
margin-bottom:55px;
display:flex;
gap:26px;
}

.mobile-socials a{
font-size:26px;
color:#fff;
opacity:.75;
transition:.3s ease;
}

/* glow */
.mobile-socials a:hover{
color:#f4b400;
transform:scale(1.25);
text-shadow:0 0 12px rgba(255,200,0,.7);
}

/* tap */
.mobile-socials a:active{
transform:scale(.9);
}

/* 🔥 LANGUAGE */
.mobile-lang.top-lang{
position:absolute;
top:22px;
left:22px;
font-size:13px;
letter-spacing:2px;
color:#bbb;
}

/* FIX */
.mobile-menu .mobile-socials{
display:flex !important;
}

/* hide global */
.socials{
display:none !important;
}

/* HERO */
.hero h1{
font-size:44px;
}

.hero h3{
font-size:12px;
}

.btn{
padding:10px 22px;
font-size:13px;
}

}