@import url('https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700,900&display=swap');

/* Base */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  background: #ff0060;
}

body {
  min-height: 100vh;
  font-family: 'Satoshi', sans-serif;
  color: #ffffff;
  background: linear-gradient(
    to bottom,
    #ff0060 0%,
    #ff7a1a 45%,
    #ffe70d 70%,
	#ff0060 100%
  );
  padding: 40px 20px;
  overflow-x: hidden;
}


a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Page */

.page {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* Hero */

.hero {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.hero__logo {
  width: min(420px, 78%);
  height: auto;
  margin-bottom: 42px;
}

.hero__strapline {
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 24px;
  opacity: 0.9;
}

.hero__title {
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 28px;
  max-width: 1100px;
}

.hero__divider {
  width: 80px;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  margin-bottom: 32px;
}

.hero__intro {
  font-size: clamp(1rem, 2vw, 1.35rem);
  line-height: 1.6;
  max-width: 620px;
  margin-bottom: 42px;
  opacity: 0.96;
}

.hero__contact {
  font-size: 1.1rem;
  line-height: 1.8;
}


.hero__decor {
  position: absolute;
  display: grid;
  place-items: center;
  width: clamp(54px, 8vw, 92px);
  height: clamp(54px, 8vw, 92px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 50px rgba(120, 0, 90, 0.18);
  backdrop-filter: blur(10px);
  pointer-events: auto;
  cursor: pointer;
}

.hero__decor:hover {
  text-decoration: none;
}

.hero__decor:hover i {
  transform: scale(1.12);
  transition: transform 0.25s ease;
}

.hero__decor i {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.hero__decor--game {
  left: clamp(0px, 6vw, 90px);
  top: 18%;
}

.hero__decor--movie {
  right: clamp(0px, 7vw, 110px);
  top: 62%;
}

.hero__decor--cat {
  right: clamp(0px, 12vw, 220px);
  top: 92%;
}

.hero__decor--invader {
  left: clamp(0px, 6vw, 10px);
  top: 77%;
}

/* Footer */

.footer {
  width: 100%;
  margin-top: 80px;
  padding-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.footer__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.footer__column {
  min-width: 0;
}

.footer__heading {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.footer__column p {
  line-height: 1.7;
  margin-bottom: 18px;
  opacity: 0.95;
}

.footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  gap: 8px;
  padding: 9px 15px;
  font-size: 0.95rem;
  will-change: transform;
}

.footer__socials a i {
  font-size: 1.25rem;
  line-height: 1;
}

.footer__bottom {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.7;
}

.footer__bottom p {
  margin-bottom: 10px;
  opacity: 0.9;
}

/* Responsive */

@media (max-width: 768px) {
  body {
    padding: 32px 16px;
  }

  .hero__logo {
    width: 75%;
    margin-bottom: 36px;
  }

  .hero__title {
    font-size: 2.2rem;
  }

  .footer {
    margin-top: 60px;
    padding-top: 36px;
  }

  .footer__columns {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }

  .footer__socials {
    justify-content: center;
  }

  .hero__decor {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    opacity: 0.75;
  }

  .hero__decor i {
    font-size: 1.75rem;
  }

  .hero__decor--game {
    left: -4px;
    top: 22%;
  }

  .hero__decor--movie {
    right: -4px;
    top: 58%;
  }
  
  .hero__decor--cat {
    right: 12px;
    top: 88%;
  }
  
  .hero__decor--invader {
    left: 2px;
    top: 62%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer__socials a,
  .hero__decor {
    transition: none;
  }
}
 
/* Video panel */
  .video-panel {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(12px);

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;

  z-index: 999;
}

.video-panel__inner {
  width: min(92vw, 1100px);
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  overflow: hidden;
  transform: scale(0.92);
}

.video-panel iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-panel__close {
  position: absolute;
  top: 24px;
  right: 24px;

  width: 52px;
  height: 52px;

  border: 0;
  border-radius: 999px;

  background: rgba(255,255,255,0.12);
  color: white;

  cursor: pointer;

  display: grid;
  place-items: center;

  font-size: 2rem;
}
}