/* HERO */
#hero { position: relative; height: 100vh; width: 100%; overflow: hidden; }
.sld { position: absolute; inset: 0; opacity: 0; z-index: 0; transition: opacity 1s ease; }
.sld.ac { opacity: 1; z-index: 1; }
.sbg { position: absolute; inset: 0; animation: kb 20s ease-out infinite alternate; }
.sbg img { width: 100%; height: 100%; object-fit: cover; }
.sov { position: absolute; inset: 0; background: var(--gh); }
.sov2 { position: absolute; inset: 0; background: linear-gradient(to right,rgba(28,26,36,.85),rgba(28,26,36,.2),transparent); }
.sct { position: absolute; bottom: 0; left: 0; right: 0; padding-bottom: 80px; max-width: 1400px; margin: 0 auto; padding-left: 24px; padding-right: 24px; z-index: 5; }
.stg { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.stg span { width: 40px; height: 1px; background: var(--pr); }
.sey { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .35em; color: rgba(244,240,232,.8); margin-bottom: 12px; }
.sti { font-family: var(--fd); font-size: clamp(52px,10vw,110px); font-weight: 700; text-transform: uppercase; line-height: .9; animation: fi .6s ease backwards; }
.ssu { margin-top: 20px; max-width: 520px; font-size: 16px; color: rgba(244,240,232,.8); line-height: 1.6; animation: fi .6s .3s ease backwards; }
.sac { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 14px; animation: fi .6s .5s ease backwards; }
.pic { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; font-size: 10px; }
.hcr { position: absolute; bottom: 36px; left: 24px; z-index: 10; display: flex; align-items: center; gap: 16px; }
.dts { display: flex; gap: 8px; }
.dot { height: 4px; border-radius: 4px; background: rgba(255,255,255,.3); width: 24px; cursor: pointer; transition: width .5s,background .3s; }
.dot.ac { width: 48px; background: var(--pr); }
.sco { font-family: var(--fd); font-size: 11px; font-weight: 700; letter-spacing: .2em; color: rgba(244,240,232,.6); }
.har { position: absolute; bottom: 28px; right: 24px; z-index: 10; display: flex; gap: 8px; }
.arb { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--fg); transition: var(--tr); }
.arb:hover { border-color: var(--pr); background: var(--pr); color: #0e0b00; }

@keyframes kb{0%{transform:scale(1) translate(0,0)}100%{transform:scale(1.15) translate(-2%,-2%)}}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* MARQUEE */
.mqw { overflow: hidden; border-top: 1px solid rgba(232,169,64,.2); border-bottom: 1px solid rgba(232,169,64,.2); background: rgba(232,169,64,.04); padding: 14px 0; margin: 64px 0; }
.mqt { display: flex; white-space: nowrap; animation: marquee 40s linear infinite; }
.mqi { display: flex; align-items: center; gap: 28px; padding: 0 28px; font-family: var(--fd); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .3em; color: rgba(244,240,232,.85); }
.mqd { width: 6px; height: 6px; border-radius: 50%; background: var(--pr); }

/* FEATURED */
.fsp-slider { display: grid; }
.fsp-sld { grid-area: 1 / 1; opacity: 0; pointer-events: none; transition: opacity 1s ease; z-index: 0; }
.fsp-sld.ac { opacity: 1; pointer-events: auto; z-index: 1; }
.fsp { display: grid; grid-template-columns: 1fr 1fr; max-width: 1304px; margin: 0 auto 64px auto; border-radius: 24px; overflow: hidden; width: calc(100% - 96px); box-shadow: 0 24px 48px rgba(0,0,0,0.4); }
.fim { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.fim img { width: 100%; height: 100%; object-fit: cover; }
.fov { position: absolute; inset: 0; background: linear-gradient(to right,transparent,rgba(37,34,58,.4)); }
.ftx { background: var(--bgc); display: flex; flex-direction: column; justify-content: center; gap: 22px; padding: 64px; }
.ftx h2 { font-size: clamp(36px,5vw,64px); text-transform: uppercase; line-height: .95; }
.ftx p { color: rgba(244,240,232,.65); max-width: 420px; line-height: 1.7; }
.fpr { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-top: 14px; }
.prk { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(244,240,232,.8); }
.prl { width: 16px; height: 3px; background: var(--pr); border-radius: 2px; flex-shrink: 0; }

@media(max-width: 900px) {
  .fsp { grid-template-columns: 1fr; width: 100%; border-radius: 0; }
  .ftx { padding: 48px 24px; }
  .fsp-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .fsp-images { display: none !important; }
  .mobile-only-img { display: block !important; }
}

.fsp-grid { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.fsp-slider { display:grid; padding:100px 5%; background:var(--bg); border-bottom:1px solid rgba(255,255,255,0.05); }
.hero-btns-container { position:absolute; bottom:80px; z-index:2; display:flex; flex-wrap:wrap; gap:16px; justify-content:center; width:100%; padding:0 24px; }

/* SECTIONS */
.sec { padding: 48px 0; }
/* COVERFLOW */
.cfw { position: relative; height: 480px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.cfc { position: absolute; width: 300px; height: 440px; border-radius: 16px; overflow: hidden; transition: transform 900ms cubic-bezier(.22,1,.36,1),opacity 900ms; border: 1px solid rgba(255,255,255,.08); }
.cfc img { width: 100%; height: 100%; object-fit: cover; }
.cfo { position: absolute; inset: 0; background: var(--gc); }
.cfb { position: absolute; left: 0; right: 0; width: 100%; bottom: 0; padding: 20px; }
.cfb .yr { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .3em; color: var(--pr); }
.cfb h3 { font-family: var(--fd); font-size: 28px; text-transform: uppercase; margin-top: 6px; line-height: 1; }
.cfb .gt { font-size: 10px; text-transform: uppercase; letter-spacing: .2em; color: rgba(244,240,232,.6); margin-top: 8px; }
.cfi { text-align: center; margin-top: 32px; }
.cfi h3 { font-size: clamp(22px,4vw,40px); text-transform: uppercase; margin-top: 6px; }
.cfct { display: flex; align-items: center; gap: 20px; justify-content: center; margin-top: 24px; }
.cfds { display: flex; gap: 8px; }
.cfd { height: 4px; border-radius: 4px; background: rgba(255,255,255,.25); width: 16px; cursor: pointer; transition: all .4s; }
.cfd.ac { width: 40px; background: var(--pr); }
.gml { margin-top: 64px; display: grid; gap: 10px; grid-template-columns: repeat(5,1fr); }
.gmlk { display: flex; align-items: center; justify-content: space-between; border-radius: 999px; border: 1px solid var(--bd); background: rgba(37,34,58,.5); padding: 12px 20px; font-family: var(--fd); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; transition: var(--tr); }
.gmlk:hover { border-color: var(--pr); background: var(--bgc); color: var(--pr); }
.gar { color: var(--pr); opacity: 0; transition: opacity .3s; }
.gmlk:hover .gar { opacity: 1; }

@media(max-width: 900px) {
  .gml { grid-template-columns: 1fr; }
}

/* VIDEOS */
.vbg { border-top: 1px solid var(--bd); background: rgba(37,34,58,.3); }
.vgd { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.vcd { display: block; cursor: pointer; }
.vtm { position: relative; aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; background: var(--bgc); }
.vtm img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.vcd:hover .vtm img { transform: scale(1.1); }
.vto { position: absolute; inset: 0; background: rgba(28,26,36,.4); transition: background .4s; }
.vcd:hover .vto { background: rgba(28,26,36,.2); }
.vpb { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.vpc { width: 64px; height: 64px; border-radius: 50%; border: 2px solid var(--pr); background: rgba(232,169,64,.15); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; color: var(--pr); font-size: 18px; transition: all .5s; }
.vcd:hover .vpc { transform: scale(1.25); background: var(--pr); color: #0e0b00; }
.vdr { position: absolute; bottom: 10px; right: 10px; background: rgba(28,26,36,.7); padding: 3px 8px; border-radius: 999px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.vcd h3 { margin-top: 14px; font-family: var(--fd); font-size: 18px; text-transform: uppercase; line-height: 1.2; transition: color .3s; }
.vcd:hover h3 { color: var(--pr); }

@media(max-width: 900px) {
  .vgd { grid-template-columns: 1fr; }
}

/* NEWS */
.nwh { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 48px; }
.nwf { display: flex; gap: 8px; flex-wrap: wrap; }
.flb { border-radius: 999px; border: 1px solid var(--bd); padding: 8px 16px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: rgba(244,240,232,.65); transition: var(--tr); }
.flb.ac, .flb:hover { border-color: var(--pr); background: var(--pr); color: #0e0b00; }
.nwg { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.nwc { display: flex; flex-direction: column; border-radius: 16px; border: 1px solid var(--bd); background: var(--bgc); overflow: hidden; transition: border-color .4s,box-shadow .4s; }
.nwc:hover { border-color: var(--pr); box-shadow: var(--gw); }
.nwi { aspect-ratio: 16/9; overflow: hidden; }
.nwi img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.nwc:hover .nwi img { transform: scale(1.08); }
.nwb { flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; }
.nwm { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .3em; color: var(--fm); margin-bottom: 12px; }
.nwm .cat { color: var(--pr); }
.nwc h3 { font-family: var(--fd); font-size: clamp(18px,2.5vw,26px); text-transform: uppercase; line-height: 1.2; transition: color .3s; }
.nwc:hover h3 { color: var(--pr); }
.rml { display: inline-block; margin-top: 20px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .25em; color: rgba(244,240,232,.65); transition: color .3s; }
.nwc:hover .rml { color: var(--pr); }

@media(max-width: 900px) {
  .nwg { grid-template-columns: 1fr; }
}

/* STUDIO */
.sdg { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.sdt h2 { font-size: clamp(36px,5vw,64px); text-transform: uppercase; line-height: 1; margin-top: 10px; }
.sdt p { color: rgba(244,240,232,.65); margin-top: 20px; max-width: 480px; line-height: 1.7; }
.sdbs { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.stsg { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ssc { border-radius: 16px; border: 1px solid var(--bd); background: var(--bgc); padding: 28px; text-align: center; transition: border-color .4s,transform .4s; }
.ssc:hover { border-color: var(--pr); transform: translateY(-4px); }
.ssn { font-family: var(--fd); font-size: 52px; font-weight: 700; color: var(--pr); transition: transform .4s; }
.ssc:hover .ssn { transform: scale(1.1); }
.ssl { margin-top: 6px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .3em; color: var(--fm); }

@media(max-width: 900px) {
  .sdg { grid-template-columns: 1fr; }
}

/* NEWSLETTER */
.nlsec { position: relative; border-top: 1px solid var(--bd); border-bottom: 1px solid var(--bd); overflow: hidden; padding: 96px 0; }
.nlbg { position: absolute; inset: 0; }
.nlbg img { width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.nlbo { position: absolute; inset: 0; background: rgba(28,26,36,.82); }
.nlc { position: relative; z-index: 2; text-align: center; max-width: 640px; margin: 0 auto; padding: 0 24px; }
.nlc h2 { font-size: clamp(36px,6vw,72px); text-transform: uppercase; margin-top: 10px; line-height: .95; }
.nlc p { color: rgba(244,240,232,.65); margin-top: 20px; line-height: 1.7; }
.nlf { display: flex; gap: 10px; margin-top: 28px; }
.nli { flex: 1; background: rgba(0,0,0,.4); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 14px 24px; color: var(--fg); font-family: var(--fb); outline: none; transition: border-color .3s; }
.nli:focus { border-color: var(--pr); }


/* Scroll Arrow */
.scroll-arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--fg);
  font-size: 24px;
  text-decoration: none;
  animation: bounce 2s infinite;
  z-index: 10;
  opacity: 0.7;
  transition: opacity 0.3s, color 0.3s;
}
.scroll-arrow:hover {
  opacity: 1;
  color: var(--pr);
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0) translateX(-50%); }
  40% { transform: translateY(-20px) translateX(-50%); }
  60% { transform: translateY(-10px) translateX(-50%); }
}

@media(max-width: 480px) {
  .sti { font-size: clamp(36px, 10vw, 52px); }
  .ftx { padding: 32px 16px; }
  .cfc { width: 240px; height: 360px; }
  .cfi h3 { font-size: 20px; }
  .nwc h3 { font-size: 18px; }
  .sdt h2 { font-size: 32px; }
  .nlc h2 { font-size: 32px; }
  .mqw { margin: 24px 0; }
  .fsp-slider { padding: 40px 5%; }
  .hero-btns-container { gap: 8px; padding: 0 12px; flex-wrap: nowrap; }
  .hero-btns-container .btn { padding: 12px 14px; font-size: 11px; white-space: nowrap; }
  #games { padding-top: 64px !important; }
  .shd { margin-bottom: 24px; }
  .cfw { height: 400px; }
  .nlf { flex-direction: column; gap: 16px; }
  .nlf .btn { width: 100%; justify-content: center; }
  .mqi { font-size: 10px; padding: 0 16px; gap: 16px; letter-spacing: 0.2em; }
  .mqt { animation-duration: 20s; }
}
