/* ==========================================
   ARTICON - Coming Soon Page Styles
   ========================================== */

/* Reset & Base */
* {
  box-sizing: border-box;
}

html {
  overflow: hidden;
  overflow-y: auto;
}

@media (max-width: 768px) {
  html,
  body {
    height: 100%;
    overflow: hidden;
    overscroll-behavior: contain;
  }
}

/* Custom Font */
@font-face {
  font-family: "Thunder";
  src: url("../assets/fonts/Thunder-BoldLC.woff2") format("woff2"),
    url("../assets/fonts/Thunder-BoldLC.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Body */
body {
  background: #000;
  width: 100vw;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

@media (min-width: 769px) {
  body {
    height: 100vh;
    overflow: hidden;
  }
}

/* Container */
.container {
  width: 100%;
  flex: 1;
  overflow: hidden;
  position: relative;
  min-height: 500px;
}

@media (max-width: 768px) {
  .container {
    min-height: 70vh;
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .footer {
    transform: translateY(-40px);
  }
}

/* ==========================================
   Navigation
   ========================================== */
.navbar {
  width: 80%;
  margin: 0 auto;
  color: #fff;
  font-family: sans-serif;
  font-size: clamp(0.875em, 2vw, 1em);
  font-weight: 300;
  padding: clamp(1em, 3vh, 2em);
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  width: 60px;
}

.logo img {
  width: clamp(120px, 12vw, 200px);
}

.menu-btn {
  line-height: 60px;
}

/* ==========================================
   Header
   ========================================== */
.header {
  width: 80%;
  margin: -1.5em auto 0 auto; /* only top goes up, center stays centered */
  padding: clamp(2em, 5vh, 4em) clamp(1em, 3vw, 2em) 0;
  font-family: sans-serif;
  color: #f3f7a8;
  font-size: clamp(1em, 3vw, 1.4em);
  font-weight: 300;
  line-height: 1.4;
  max-width: 1200px;
  margin-bottom: clamp(3em, 8vh, 6em);
  text-align: center;
}

/* ==========================================
   Marquee Section
   ========================================== */
.marquee-section {
  width: 100%;
  position: absolute;
  top: 70%;
  left: 0;
  transform: translateY(-50%);
}

.marquee {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.marquee-content {
  display: inline-block;
  animation: marquee-animation 20s linear infinite;
  will-change: transform;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.marquee-content.loaded {
  opacity: 1;
}

.marquee span {
  font-family: "Thunder";
  font-weight: 700;
  color: #f3f7a8;
  font-size: clamp(6em, 20vw, 22em);
  text-transform: uppercase;
  display: inline-block;
  padding-right: 0;
}

@keyframes marquee-animation {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* ==========================================
   Stickers
   ========================================== */
.stickers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.stickers img {
  width: clamp(60px, 10vw, 120px);
  max-width: 120px;
  object-fit: cover;
  pointer-events: auto;
  position: absolute;
}

.img-1 {
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  z-index: 10;
}

.img-2 {
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  z-index: 10;
}

/* ==========================================
   Responsive Design
   ========================================== */

/* Tablet - 900px and below */
@media (max-width: 900px) {
  body {
    height: 100vh;
    overflow: hidden;
  }

  .navbar,
  .header {
    width: 90%;
  }

  .navbar {
    padding: 1.5em 1em;
  }

  .header {
    padding-top: 2em;
    font-size: clamp(0.95em, 3.5vw, 1.2em);
    text-align: center;
  }

  .marquee-content {
    animation-duration: 15s;
  }

  .marquee span {
    font-size: clamp(6em, 20vw, 10em);
  }

  .stickers img {
    width: clamp(50px, 12vw, 80px);
  }

  .img-1 {
    left: 12%;
  }

  .img-2 {
    right: 12%;
  }
}

/* Mobile - 600px and below */
@media (max-width: 600px) {
  .navbar,
  .header {
    width: 92%;
  }

  .navbar {
    padding: 1em 0.75em;
  }

  .header {
    padding-top: 3em;
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: center;
  }

  .header br {
    display: none;
  }

  .marquee-content {
    animation-duration: 12s;
  }

  .marquee span {
    font-size: clamp(4em, 18vw, 8em);
  }

  .stickers img {
    width: clamp(50px, 18vw, 70px);
  }

  .img-1 {
    left: 10%;
  }

  .img-2 {
    right: 10%;
  }
}

/* Small Mobile - 400px and below */
@media (max-width: 400px) {
  .navbar {
    padding: 0.875em 0.5em;
  }

  .logo img {
    width: clamp(70px, 20vw, 90px);
  }

  .header {
    font-size: 1rem;
    padding-top: 1.5em;
    text-align: center;
  }

  .stickers img {
    width: 45px;
  }

  .img-1 {
    left: 8%;
  }

  .img-2 {
    right: 8%;
  }
}

/* ==========================================
   Footer
   ========================================== */
.footer {
  width: 100%;
  padding: 20px 0;
  background: #000;
  text-align: center;
  font-family: sans-serif;
  z-index: 100;
  position: relative;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.sponsor-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #888;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.footer-logo {
  width: auto;
  object-fit: contain;
  transition: all 0.3s ease;
  opacity: 0.9;
}

.multiicon-logo {
  height: 120px;
}

.rita-logo {
  height: 60px;
}

.footer-logo:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.separator {
  color: #555;
  font-size: 16px;
}

@media (max-width: 768px) {
  .footer {
    padding: 15px 0;
  }
  
  .sponsor-item {
    font-size: 14px;
    gap: 8px;
  }
  
  .multiicon-logo {
    height: 80px;
  }
  
  .rita-logo {
    height: 40px;
  }
  
  .footer-content {
    gap: 15px;
  }
}