@charset "UTF-8";
@font-face {
  font-family: 'NoirEtBlank';
  src: url('Assets/Fonts/noiretblanc_med_bold_italic-webfont.woff2') format('woff2'),
       url('Assets/Fonts/noiretblanc_med_bold_italic-webfont.woff') format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'FranklinGothic';
  src: url('Assets/Fonts/franklingothic_cond-webfont.woff2') format('woff2'),
       url('Assets/Fonts/franklingothic_cond-webfont.woff') format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'FranklinGothicBold';
  src: url('Assets/Fonts/franklingothic_bold-webfont.woff2') format('woff2'),
       url('Assets/Fonts/franklingothic_bold-webfont.woff') format('woff');
  font-style: normal;
}
.logo-box {
  max-width: 2000px;
  margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.site-logo {
  max-width: 180px;
  width: 100%;
  height: auto;
  display: block;
}
.center-screen {
  display: flex;
  justify-content: center;
  align-items: top;
  height: calc(100vh - 150px);
  width: 100%;
  overflow: hidden;
}
.main-box-wrapper {
  width: 1000px;
  height: 750px;
  position: relative;
  transform-origin: top center;
  transform: scale(calc(
    min(
      100% / 1000,
      (100vh - 100px) / 750
    )
  ));
}
.main-box {
  position: relative;
  width: 1000px;
  height: 750px;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1000 / 750;
  transform-origin: top center;
}
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.daisy {
  transform-origin: center center;
}
.d1 {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 60px;
	width: 60px;
	z-index: 3;
}
.d2 {
	position: absolute;
	top: 10px;
	left: 140px;
	height: 70px;
	width: 70px;
	z-index: 3;
}
.d3 {
	position: absolute;
	top: 80px;
	left: 5px;
	height: 130px;
	width: 130px;
	z-index: 3;
}
.d4 {
	position: absolute;
	top: 370px;
	left: 920px;
	height: 75px;
	width: 75px;
	z-index: 3;
}
.d5 {
	position: absolute;
	top: 465px;
	left: 870px;
	height: 55px;
	width: 55px;
	z-index: 3;
}
.spin {
  animation: slowSpin 18s linear infinite;
}

@keyframes slowSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.daisy:nth-child(1) { animation-duration: 16s; }
.daisy:nth-child(2) { animation-duration: 20s; }
.daisy:nth-child(3) { animation-duration: 18s; }
.daisy:nth-child(4) { animation-duration: 22s; }
.daisy:nth-child(5) { animation-duration: 19s; }
.daisy:nth-child(even) {
  animation-direction: reverse;
}
.overlay-video {
  position: absolute;
  top: 100px;
  left: 450px;
  width: 463px;
  height: 373px;
  object-fit: cover;
  border-radius: 70px;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
  animation: flickerOn 0.8s linear forwards;
  animation-delay: 1.5s; /* after stickers */
}
.overlay-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
@keyframes flickerOn {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  15%  { opacity: 0; }
  25%  { opacity: 1; }
  30%  { opacity: 0; }
  45%  { opacity: 1; }
  60%  { opacity: 0.5; }
  100% { opacity: 1; }
}
/* Stack videos */
.overlay-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.default-video {
  opacity: 1;
}
.hover-video {
  opacity: 0;
}
.overlay-video:hover .hover-video {
  opacity: 1;
}
.overlay-video:hover .default-video {
  opacity: 0;
}
.hover-video {
  pointer-events: none;
}
.text-box {
  position: absolute;
  top: 495px;
  left: 540px;
  width: 360px;
  text-align: left;
  color: #222222;
  z-index: 3;
}
.text-box h {
  font-family: 'NoirEtBlank', 'Arial', sans-serif;
  font-size: 1.2rem;
  margin: 0 0 10px 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.text-box p {
  font-family: 'FranklinGothic', 'Arial', sans-serif;
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.2;
}
.credit-list-a {
  position: absolute;
  top: 560px;
  left: 540px;
  width: 150px;
  text-align: left;
  color: #222222;
  z-index: 3;
}
.credit-list-a p {
  font-family: 'FranklinGothic', 'Arial', sans-serif;
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.4;
}
.credit-list-b {
  position: absolute;
  top: 560px;
  left: 685px;
  width: 200px;
  text-align: left;
  color: #222222;
  z-index: 3;
}
.credit-list-b p {
  font-family: 'FranklinGothicBold', 'Arial', sans-serif;
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.4;
}
.fade-up {
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.5s;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}