* {
    outline: none;
    margin: 0;
    padding: 0;

    
}

:root{
    --col-01: #292929;
    --col-02: #ee64be;
    --col-03: #27ff6f;
    --col-04: #787878;
    --col-05: rgb(239, 239, 239);
    --col-white: rgb(255, 255, 255);
    --col-black: rgb(0, 0, 0);
    --border-01: dashed 2px white;

    --font-pixel: 'Pixelify Sans', sans-serif;
    --font-mont: 'Montserrat', sans-serif;
    --font-roboto: 'Poppins', sans-serif;
    --font-neon: 'Tilt Neon', sans-serif;
    --font-josefin: 'Josefin Sans', sans-serif;   
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif; 
    width: 100%;
    height: 100vh; /* fallback */
    overflow-x: hidden;
    /* cursor: none;  */
    color: rgba(255,255,255,0.82);
    background-color: #0d0d0d;
    background-image: url('img/blackgrungy.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .sfw::-webkit-scrollbar {
    display: none;
  }

  .sfw {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

.sfw {
  
  text-align: center;
}

.sfw img {
  width: 90vw; /* 80% of the viewport width */
  max-width: 100%; /* Prevents it from exceeding its container */
  height: auto; /* Maintains the aspect ratio */
  margin-bottom: 3px;
}
 
  
html{
  scroll-behavior: smooth;
}

/* For Chrome, Safari, Edge */
::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: #2e2e2e; /* Background of the scrollbar track */
}

::-webkit-scrollbar-thumb {
  background-color: #a2a2a2; /* Color of the scrollbar handle */
  border-radius: 10px; /* Rounded corners for the handle */
  border: 3px solid #7e7e7e; /* Adds padding around the handle */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #323232; /* Darken handle on hover */
}

/* For Firefox */
* {
  scrollbar-width: thin; /* Set scrollbar width (auto, thin, none) */
  scrollbar-color: #888 #f1f1f1; /* Handle color, Track color */
}




  .scene1 {
    width: 100vw;
    height: 50vh;
    background-color: var(--col-05);
    position: static;
 /*    margin-top: 100px; */
    left: 0;
    z-index: 100;
  }

  .scene {
    
    width: 100vw;
    height: 100vh;
    background-color: #e990cb;;
    position: absolute;
    top: 0;
    left: 0;

  
  }


  h1 {
    color: var(--col-02);
    font-family: var(--font-josefin);
    font-size: 60px;
    font-weight: 600;
    text-shadow: 2px 2px 3px #202020;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 1;
    position: relative;
   /*  font-weight: 500; */
    left: 0%;
    right: 0%;
    text-align: center;
    
}

.h1_white{
  color: var(--col-white);
  font-family: var(--font-josefin);
  font-size: 60px;
  font-weight: 600;
  text-shadow: 2px 2px 3px #bbbbbb;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
  position: relative;
  text-align: center;
}

.image-container {
  z-index: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}


.instruction-container {
  z-index: 1;
  position: absolute;
  text-align: center;
  top: 95%;
  left: 10%;
  transform: translate(-50%, -50%);
  height: 200px;

}

#embed {
  margin-top: 10vh;
  margin-bottom: 10vh; 
  text-align: center;
  margin: auto;
  position: relative;
  width: 60vw;
  height:max-content;
  display: flex;
 

}

.outer {
  width: 60vw;
  max-width: 750px;
  margin: 0 auto;
}
.youtube-wrapper {
  height: 0;
  margin: auto;
  z-index: 1;
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%;
  display: block;
  overflow: hidden;
}

iframe {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
}

/* Landing collage-style tiles */
.landing {
  position: relative;
  min-height: 100vh;   /* fallback */
  min-height: 100svh;  /* mobile safe viewport */
  min-height: 100dvh;  /* dynamic viewport */
  display: grid;
  place-items: center;
  z-index: 1; /* above background canvas */
  padding: clamp(24px, 6vw, 64px);
  padding-bottom: max(clamp(24px, 6vw, 64px), env(safe-area-inset-bottom));
}

/* Header text + logo area */
.brand-header {
  width: min(92vw, 960px);
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 8px;
  margin: 0 auto clamp(10px, 3vw, 16px);
}

.tagline, .footer-note {
  font-family: var(--font-roboto);
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 13px);
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.brand-logo {
  width: min(360px, 60vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,0.4));
}

/* Subheading below the logo */
.subheading {
  font-family: var(--font-roboto);
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  font-size: clamp(20px, 2.5vw, 22px);
  color: rgba(198, 198, 198, 0.704);
  letter-spacing: 0.03em;
  margin-top: 20px;
  margin-bottom: 100px;
}



.tiles {
  --g: clamp(12px, 4vw, 28px);
  display: flex;
  flex-wrap: wrap;
  gap: var(--g);
  justify-content: center; /* center rows on desktop */
  width: 100%;
  margin-inline: auto;
  justify-self: stretch; /* ensure full-width inside grid container */
}

.tile {
  /* Desktop default: aim for 3 per row, square tiles */
  flex: 0 1 calc((100% - 2 * var(--g)) / 3 - 2px); /* small fudge to avoid wrap from rounding */
  aspect-ratio: 1 / 1;
  --rot: 0deg;
  position: relative;
  display: block;
  background: #0f0f0f;
  border: 0.1px solid rgba(255,255,255,0.12);
  box-shadow: 0 20px 40px rgba(0,0,0,0.45), 0 2px 10px rgba(0,0,0,0.35);
  transform: rotate(var(--rot));
  transition: transform 220ms ease, filter 220ms ease, box-shadow 220ms ease;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  box-sizing: border-box;
}


.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(30%) contrast(1.08) brightness(1.0);
  transition: transform 220ms ease, filter 220ms ease;
}

.tile:hover {
  transform: rotate(var(--rot)) translateY(-4px) scale(1.02);
  box-shadow: 0 28px 60px rgba(0,0,0,0.55), 0 4px 16px rgba(0,0,0,0.4);
}

.tile:hover img { filter: grayscale(0%) contrast(1.1) brightness(1.2) saturate(150%); }

/* Mobile: trigger hover effect per-tile when in view */
@media (hover: none) and (pointer: coarse) {
  .tile.inview {
    transform: rotate(var(--rot)) translateY(-4px) scale(1.02);
    box-shadow: 0 28px 60px rgba(0,0,0,0.55), 0 4px 16px rgba(0,0,0,0.4);
  }
  .tile.inview img {
    filter: grayscale(0%) contrast(1.1) brightness(1.2) saturate(150%);
  }
}

.tile .caption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.8rem;
  color: rgba(255,255,255,0.8);
  font-family: var(--font-josefin);
  font-size: clamp(10px, 1.8vw, 14px);
  letter-spacing: 0.02em;
  pointer-events: none;
}

.t1 { --rot: -7deg; }
.t2 { --rot: 8deg; }
.t3 { --rot: -9deg; }
.t4 { --rot: 4deg; }
.t5 { --rot: -5deg; }

/* Desktop (≥1025px): force max 3 per row by capping container */
@media (min-width: 1025px) {
  .tile { flex: 1 1 calc((100% - 2 * var(--g)) / 3 - 2px); max-width: 360px; }
  .tiles { max-width: calc(3 * 360px + 2 * var(--g) - 2px); }
}



@media (max-width: 800px) {
  .tiles { max-width: 90vw; gap: clamp(18px, 60vw, 28px); justify-content: center; margin-inline: auto; }
  .tile { flex: 0 0 90vw; }
  .tile .caption { bottom: -1.2rem; }
}

.footer-note { 
  margin-top: clamp(100px, 4vw, 24px); 
}

/* Improve background quality on mobile: avoid fixed + use tiling scale */
@media (max-width: 1024px) {
  body {
    /* Mobile/tablet: keep top-centered and tile to avoid gaps */
    background-image: url('img/blackgrungy.png');
    background-repeat: repeat;
    background-position: top center;
    background-size: 900px auto; /* tuned for tablets/large phones */
    background-attachment: scroll; /* mobile renders fixed poorly */
  }
}

@media (max-width: 640px) {
  body {
    background-size: 640px auto; /* smaller width for phones, still centered */
  }
}


/* iframe {
  position: relative;

  top:0;
  left:0;
  width:100%;
  height:max-content;
} */

.text-wrapper {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  padding: 1%;
  width: 100%;
}

.text-wrapper2 {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: absolute;
  padding: 1%;
  z-index: 1000;
  top: 95%;
  width: 100%;
  
}

/* Marque effect text settings */
h2 {
  font-family: var(--font-pixel);
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
  color: var(--col-02);
 /*  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: white; */
  white-space: nowrap;
  padding: 0 3rem;
  letter-spacing: 1px;
  animation: move-rtl 18s linear infinite;
}

/* Marque effect animation settings */
@keyframes move-rtl {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
}

canvas {
  display: block;
 
} 

#header-section {
  max-width: 100%;
  height: 50px;
  padding-top: 20px;
  align-items: center;
  margin-right: 2%;
/*   margin-left: 85%; */
  display: flex;
  gap: 5px;
  position: absolute;
  right: 0;
  z-index: 100;
  
}

ul {
  list-style-type: none;
}

a{
  text-decoration: none;
}

/* ul li a:hover {
  font-size: 3rem;
} */

#musicPlay {
  cursor: pointer;

}

.contentBox {
/*   background-color: rgba(255, 255, 255, 0.738);
 */  opacity: 1;
  /* padding-left: 15%;
  padding-right: 15%; */
  max-width: 100%;
  width: min(65ch, 90%);
  padding: 10%;
  align-items: center;
  justify-content: center;
  display: block;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 10%;
  position: relative;
  overflow: auto;/* 
  box-shadow: 10px 10px 20px #000000; */
  border-style: none;
  text-align: justify;
  
}


.contentBox img{
  width: 100%;
}

.minnie__img-description{
  font-family: var(--font-pixel);
  font-weight: 400;
  text-align: center;
  color: var(--col-02);

}

h3 {
  color: var(--col-01);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

.h3_white {
  color: var(--col-white);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

p {
  font-family: var(--font-roboto);
  color: var(--col-05);
  font-size: 1rem;
  text-shadow: none;
}

/* .p_white {
  font-family: var(--font-roboto);
  color: var(--col-white);
  font-size: 1rem;
  text-shadow: none;
} */


p2 {
  color: var(--col-02);
  font-size: 1.2rem;
  font-weight: 600;
  text-shadow: none;
}

p3 {
  color: var(--col-02);
  font-size: 1rem;
  font-weight: 600;
  text-shadow: none;
}

.bottomPage {
  max-width: 100%;
  height: 50px;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  bottom: 0;
  margin-bottom: 2rem;
  position: relative;
}

.footer__container{

  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  text-align: center;
  bottom: 0;
}


.footer {
  display: block;
  font-size: 1rem;
  color: var(--col-04);
  bottom: 2rem;
  
}


h4 {
  color: var(--col-01);
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
  /* text-shadow: 1px 1px 1.5px #070707; */
  /* text-decoration-color: white; */
  /* text-decoration: 1px dotted; */
  /* margin: 5%; */

}

h5 {
  color: var(--col-05);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.5rem;
  text-shadow: 0.5px 0.5px 0.5px #000000;
  text-decoration-color: white;
  text-decoration: 1px dotted;
  margin: 5%;

}

h6 {
  color: var(--col-03);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 1px #181818;
  text-decoration-color: white;
  text-decoration: 1px dotted;
  margin: 5%;

}

.contentBox2 {
  /* background-color: rgba(255, 255, 255, 0.725); */
  /* padding-left: 15%;
  padding-right: 15%; */
  text-align: center;;
  width: 50vw;
 padding-bottom: 15%;
  margin: auto;
  position: relative;
/*   overflow: auto; */
 /*  box-shadow: 10px 10px 20px #000000; */
  border-style: none;
/*   border-width: thick;
  border-color:#d263ab; */
/*   border-radius: 1rem; */
}

.about_text {
  color: var(--col-black);
  /* padding: 50px; */
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  /* padding-left: 120px;
  padding-right: 120px;
  padding-top: -10px; */
}

.about_text1 {
  /* background-color:rgba(230, 230, 230, 0.8); */
  /* padding: 50px; */
  color: var(--col-01);
  font-size: 1.5rem;
  text-align: center;
 /*  padding-left: 120px;
  padding-right: 120px;
  padding-top: -10px; */
}

.line-1{
  position: relative;
  top: 50%;  
  width: .15em;
  margin: 0 auto;
  border-right: 2px solid rgba(255,255,255,.75);
  font-size: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);  
  /* color:rgb(234, 30, 156); */
  color: var(--col-02);
  text-shadow: 1px 1px 2px #070707;

}

.line-2{
  position: relative;
  top: 50%;  
  width: .15em;
  margin: 0 auto;
  border-right: 2px solid rgba(255,255,255,.75);
  font-size: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);  
 /*  color:rgb(20, 187, 56); */
  color: var(--col-03);
  text-shadow: 1px 1px 2px #070707;

}

.line-3{
  position: relative;
  top: 50%;  
  width: .15em;
  margin: 0 auto;
  border-right: 2px solid rgba(255,255,255,.75);
  font-size: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);  
  color:rgb(29, 170, 189);
  text-shadow: 1px 1px 2px #070707;

}

.line-4{
  position: relative;
  top: 50%;  
  width: .15em;
  margin: 0 auto;
  border-right: 2px solid rgba(255,255,255,.75);
  font-size: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);  
  color:rgb(149, 67, 187);
  text-shadow: 1px 1px 2px #070707;

}

.line-5{
  position: relative;
  top: 50%;  
  width: .15em;
  margin: 0 auto;
  border-right: 2px solid rgba(255,255,255,.75);
  font-size: 2rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);  
  color: var(--col-02);
  text-shadow: 1px 1px 2px #070707;


}


/* Animation */
.anim-typewriter{
animation: typewriter 5s steps(44) 1s 1 normal both,
           blinkTextCursor 500ms steps(44) infinite normal;
           animation-iteration-count: infinite;
}
@keyframes typewriter{
from{width: 0;}
to {width: 20em;}
}
@keyframes blinkTextCursor{
from{border-right-color: rgba(189, 189, 189, 0.75);}
to{border-right-color: transparent;}
}

.email {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: auto;
  color: var(--col-white);
  overflow: hidden;
}

.email a{
  color:var(--col-03);
  font-size: 3rem;
}
.sketchfab-embed-wrapper{
  width: 60vw;
  height: 40vh;
  position: relative;
  text-align: center;
  margin: auto;
  margin-top: 50px;
}


/* .cursorsvg {
  z-index: 1000;
position: absolute;
overflow: hidden;
place-items: center;
font-family:var(--font-pixel);
font-size: 4em;

display: grid;
}

svg {
  width: 100px;
  position: absolute;
  animation: rotation 10s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
} */



.metarose-link {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Style the image to be responsive and centered */
.metarose-link img {
  width: 80vw; /* 80% of the viewport width */
  max-width: 100%; /* Prevents it from exceeding its container */
  height: auto; /* Maintains the aspect ratio */
}


#shaderCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1; /* keep it behind */
  display: block;
}
