@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Poppins:wght@700&family=Raleway:wght@300;400;500;700&family=Yellowtail&family=Hurricane&display=swap');

:root {
  --gold: #F4C237;
  --purple-dark: #241463;
  --grad: linear-gradient(321deg, #FC95FC 0%, #A704B2 57%, #461B8E 100%);
}

/* Resets scoped to the page content only, so they don't affect the shared
   header/footer/sidebar (which are styled by css/style.css). */
.pageWrap {
  font-family: 'Raleway', sans-serif;
  color: #3B3C3E;
}

.pageWrap *,
.pageWrap *::before,
.pageWrap *::after {
  box-sizing: border-box;
}

.pageWrap a {
  text-decoration: none !important;
}

.pageWrap ul {
  list-style: none;
}

.pageWrap img {
  max-width: 100%;
  display: block;
}

/* [chrome] left header/sidebar now handled by the shared include + css/style.css */

/* ---------- Mobile Top Bar ---------- */

.bannerMobile {
  display: none;
}

/* ---------- Scroll Animations ---------- */

.anim-fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.anim-fade-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.anim-fade-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.anim-visible {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.anim-delay-1 { transition-delay: 0.1s; }
.anim-delay-2 { transition-delay: 0.25s; }
.anim-delay-3 { transition-delay: 0.4s; }

/* [chrome] right sticky social now handled by the shared include + css/style.css */

/* Page shifted right to make room for fixed left header */

main section {
  margin-top: -80px;
  position: relative;
}

main section:first-child {
  margin-top: 0;
}

.pageWrap {
  margin-left: 69px;
  background-image: url("../Images/BG.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ---------- Top Banner ---------- */

.s4Banner {
  width: 100%;
  line-height: 0;
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.s4Banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bannerBtn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
}

.watchBtn {
  display: inline-block;
  background-color: var(--gold);
  color: var(--purple-dark);
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 22px 50px;
  border-radius: 50px;
  transition: background-color .2s ease, transform .2s ease;
}

.watchBtn:hover {
  background-color: #e0b020;
  transform: scale(1.03);
}

.s4About {
  height: 768px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.s4About .confetti {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 120px);
  object-fit: cover;
  pointer-events: none;
  z-index: 1;
}

.aboutInner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 60px 40px 40px;
  display: flex;
  flex-direction: column;
}

.s4AboutTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  flex: 1;
}

.s4AbLeft {
  max-width: 380px;
  display: flex;
  flex-direction: column;
}

.s4AbLeft h3 {
  font-family: 'Hurricane', cursive;
  font-weight: 400;
  font-size: 114px;
  line-height: 1;
  color: #ffffff;
  /* Restores the browser-default h3 top margin (1em) that style.css's global
     `h1-h6 { margin:0 }` reset strips away. */
  margin-top: 1em;
  margin-bottom: 0;
}

.s4AbLeft p {
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  opacity: 0.95;
  margin: 8px 0 0 0;
  padding: 0;
}

.abLogo {
  flex-shrink: 0;
  margin: 14px 0 0 -12px;
  padding: 0;
  align-self: flex-start;
}

.abLogo img {
  width: 260px;
  max-width: 100%;
}

.abImage {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-top: 200px;
}

.abImage img {
  width: 100%;
  max-width: 520px;
}

@media (max-width: 991px) {
  .s4About {
    height: auto;
    background-size: cover;
    padding-bottom: 20px;
  }

  .s4AboutTop {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .s4AbLeft {
    max-width: 100%;
  }

  .abImage {
    justify-content: center;
  }
}

/* ---------- Highlights Section ---------- */

.highlightsUs {
  min-height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 2;
}

.highlightsUs .confetti {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 1;
}

.highlightsInner {
  position: relative;
  z-index: 2;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px;
  transform: translateX(5%);
}

.hlImage {
  width: 55%;
  margin: 0 auto;
  transform: translate(-20%, 0%);
}

.hlImage img {
  width: 100%;
  display: block;
}

.hlText {
  position: absolute;
  top: 0;
  right: -130px;
  max-width: 500px;
  color: #ffffff;
  text-align: left;
  transform: translateX(-100%);
}

.hlText p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}

.hlText p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .highlightsUs {
    min-height: auto;
    padding: 40px 0;
  }

  .highlightsInner {
    padding: 0 20px;
  }

  .hlText {
    position: static;
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

/* ---------- Culture Section ---------- */

.cultureUs {
  height: 662px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.cultureUs .confetti {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom left;
  pointer-events: none;
  z-index: 1;
}

.cultureInner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.clText {
  position: absolute;
  top: 90px;
  left: calc(22% - 20px);
  max-width: 560px;
  color: #ffffff;
  z-index: 3;
}

.clText p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}

.clImage {
  position: absolute;
  bottom: 30px;
  left: 25%;
  width: 60%;
}

.clImage img {
  display: block;
  width: 100%;
}

@media (max-width: 991px) {
  .cultureUs {
    min-height: auto;
  }

  .cultureInner {
    flex-direction: column;
    padding: 40px 20px;
  }

  .clText {
    flex: none;
    max-width: 100%;
    text-align: center;
  }

  .clImage {
    width: 100%;
    transform: none;
  }
}

/* ---------- Notable Highlights Section ---------- */

.notableUs {
  height: 662px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 4;
}

.notableUs .confetti {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom left;
  pointer-events: none;
  z-index: 1;
}

.notableInner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.notableLeft {
  position: absolute;
  top: calc(40px + 10%);
  left: calc(80px + 15% - 20px);
  z-index: 3;
}

.notableTitle {
  font-family: 'Hurricane', cursive;
  font-weight: 400;
  font-size: 100px;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 10px 0;
}

.notableNum {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 8px;
}

.notableSubtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 12px 0;
}

.notableDesc {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  max-width: 380px;
  margin: 0;
}

.notableImage {
  position: absolute;
  bottom: 15%;
  right: calc(25% - 30px);
  width: 40%;
}

.notableImage img {
  display: block;
  width: 100%;
}

@media (max-width: 991px) {
  .notableUs {
    height: auto;
    padding-bottom: 40px;
  }

  .notableLeft {
    position: static;
    padding: 40px 20px 20px;
    text-align: center;
  }

  .notableDesc {
    max-width: 100%;
  }

  .notableImage {
    position: static;
    width: 100%;
  }
}

/* Notable Section 02 */

.notable2Us { z-index: 5; margin-top: -160px; }
.notable3Us { z-index: 6; margin-top: -160px; }
.notable4Us { z-index: 7; margin-top: -160px; }

.notable2Us .confetti {
  object-position: bottom right;
}

.notable2Us .notableInner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 40px;
}

.notable2Image {
  width: 45%;
  flex-shrink: 0;
  margin-top: 90px;
  margin-right: 3%;
}

.notable2Image img {
  display: block;
  width: 100%;
}

.notable2Left {
  z-index: 3;
  margin-top: -150px;
  margin-left: calc(-10% + 15px);
}

/* Notable Section 03 */

.notable3Us .confetti {
  object-position: top right;
}

.notable3Inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 40px;
}

.notable3Left {
  z-index: 3;
  flex-shrink: 0;
  width: 35%;
  margin-right: calc(-15% + 3px);
  margin-top: calc(-95px - 3%);
}

.notable3Image {
  width: 45%;
  flex-shrink: 0;
  margin-top: 60px;
}

.notable3Image img {
  display: block;
  width: 100%;
}

/* Notable Section 04 */

.notable4Us .confetti {
  object-position: bottom right;
}

.notable4Inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 40px;
}

.notable4Image {
  width: 53%;
  flex-shrink: 0;
  margin-top: 60px;
}

.notable4Image img {
  display: block;
  width: 100%;
}

.notable4Left {
  z-index: 3;
  flex-shrink: 0;
  width: 35%;
  margin-left: -5%;
}

/* ---------- Closing Section ---------- */

.closingUs {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* CTA button removed; this bottom padding offsets the -80px pull of the
     empty #squad section so the finale image sits just above the footer. */
  padding: 40px 0 85px;
  z-index: 8;
}

.closingUs .confetti {
  position: absolute;
  top: -10%;
  right: -2%;
  width: auto;
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.closingInner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.closingImage {
  width: 142%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.closingImage img {
  display: block;
  width: 100%;
}

.closingText {
  text-align: center;
  color: #ffffff;
  margin-top: -33%;
}

.closingText p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

/* Key Highlights bar */
.keyHighlights {
  padding: 16px 0;
  margin-bottom: 20px;
  text-align: left;
}

.khLabel {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0 0 12px 0;
  text-align: center;
}

.khRow {
  display: flex;
  align-items: center;
  gap: 0;
}

.khItem {
  flex: 1;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  padding: 0 20px;
  text-align: center;
}

.khItem:first-child {
  padding-left: 0;
}

.khItem:last-child {
  padding-right: 0;
}

.khSep {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}

.closingText p:last-child {
  margin-bottom: 0;
}

.closingBtn {
  position: relative;
  margin-top: -70px;
  margin-bottom: 20px;
}

.closingBtn .watchBtn {
  padding: 12px 50px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.closingHighlight {
  font-weight: 700;
  font-size: 22px !important;
  line-height: 34px !important;
}

@media (max-width: 991px) {
  .closingImage {
    width: 100%;
  }
}

/* [chrome] footer now handled by the shared include + css/style.css */

/* ---------- Responsive: convert left header to bottom bar ---------- */

@media (max-width: 991px) {

  /* Mobile Banner */
  .bannerDesktop { display: none !important; }
  .bannerMobile {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .s4Banner {
    height: 100vh;
    overflow: hidden;
    position: relative;
  }

  /* Page content offset resets on mobile (shared header/footer handled by css/responsive.css) */
  .pageWrap {
    margin-top: 0;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .bannerBtn {
    bottom: calc(30% - 25px);
  }

  .watchBtn {
    font-size: 12px;
    padding: 14px 24px;
  }
}

/* ===== Mobile Section Fixes ===== */
@media (max-width: 991px) {

  main section {
    margin-top: -40px;
    position: relative;
  }

  main section:first-child {
    margin-top: 0;
  }

  /* About Section */
  .s4About {
    height: auto;
    padding-bottom: 30px;
  }

  .aboutInner {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
  }

  .s4AboutTop {
    flex-direction: column;
    gap: 0;
  }

  .s4AbLeft {
    max-width: 100%;
    text-align: left;
    align-items: flex-start;
  }

  .s4AbLeft h3 {
    font-size: 70px;
    transform: none;
    margin-bottom: 0;
  }

  .s4AbLeft p {
    transform: none;
    font-size: 14px;
    line-height: 22px;
  }

  .abStackWrap {
    margin-top: 20px;
  }

  .abStack {
    align-items: center;
  }

  .abLogo {
    transform: none;
    margin: 10px 0 0 0;
  }

  .abLogo img {
    width: 180px;
  }

  .abImage {
    transform: none;
    padding-top: 0;
    margin-top: 10px;
  }

  .abImage img {
    max-width: 100%;
  }

  /* Highlights Section */
  .highlightsUs {
    min-height: auto;
    padding: 0 0 20px;
  }

  .highlightsInner {
    transform: none;
    padding: 0 20px;
    display: flex;
    flex-direction: column-reverse;
  }

  .hlImage {
    width: 100%;
    transform: none;
    margin: 25px auto 0;
  }

  .hlText {
    position: static;
    transform: none;
    max-width: 100%;
    margin-top: 0;
    right: auto;
    top: auto;
    text-align: left;
  }

  /* Culture Section */
  .cultureUs {
    height: auto;
    padding: 30px 0;
  }

  .cultureInner {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }

  .clText {
    position: static;
    max-width: 100%;
    margin-bottom: 5px;
    text-align: left;
  }

  .clImage {
    position: static;
    width: 100%;
  }

  .clImage img {
    width: 100%;
  }

  /* Notable Sections */
  .notableUs {
    height: auto;
    padding: 0 0 20px;
  }

  .notable2Us {
    margin-top: 0;
  }

  .notable4Us {
    margin-top: -30px;
  }

  .notable3Us {
    margin-top: -30px;
  }

  .notableInner {
    display: flex;
    flex-direction: column;
    padding: 10px 20px 20px;
  }

  .notableLeft {
    position: static;
    padding: 0;
    text-align: left;
  }

  .notableTitle {
    font-size: 60px;
  }

  .notableNum {
    font-size: 48px;
  }

  .notableSubtitle {
    font-size: 18px;
  }

  .notableImage {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  /* Notable 02 */
  .notable2Us .notableInner {
    flex-direction: column-reverse;
    padding: 10px 20px 20px;
    gap: 0;
  }

  .notable2Image {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .notable2Left {
    margin-top: 0;
    margin-left: 0;
  }

  /* Notable 03 */
  .notable3Inner {
    flex-direction: column;
    padding: 0 20px 20px;
  }

  .notable3Left {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }

  .notable3Image {
    width: 100%;
    margin-top: 10px;
  }

  /* Notable 04 */
  .notable4Inner {
    flex-direction: column-reverse;
    padding: 10px 20px 20px;
  }

  .notable4Image {
    width: 100%;
    margin-top: 10px;
  }

  .notable4Left {
    width: 100%;
    margin-left: 0;
  }

  /* Closing Section */
  .closingUs {
    padding: 30px 0 60px;
  }

  .closingInner {
    padding: 0 20px;
  }

  .closingImage {
    width: 110%;
    margin-left: -5%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .closingText {
    margin-top: 0;
  }

  .closingBtn {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .closingBtn .watchBtn {
    font-size: 12px !important;
    padding: 14px 24px !important;
    white-space: nowrap;
  }
}

/* ===== 1366px Screen Fixes ===== */
@media (min-width: 992px) and (max-width: 1440px) {
  .notableLeft {
    top: calc(40px + 30%);
  }

  .highlightsInner {
    transform: translateX(8%);
    padding: 40px 20px;
  }

  .hlImage {
    width: 58%;
    transform: translate(0%, 0%);
    margin-left: 5%;
  }

  .hlText {
    top: -30px;
    right: 20px;
    max-width: 500px;
    transform: translateX(-50%);
  }
}
