
:root{
  --gap: 16px;
  --side-min: 260px;
  --mid-min: 380px;
  --wrap-max: 1200px;
}



body{
 margin-top:0;
 padding: 0 20px 20px;
 background: url('/images/decoy.jpg') center/ cover no-repeat;
 
}
main{
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.stage{
  position: relative;
  width: min(1050px, 90vw);
  aspect-ratio: 16 / 9;
  background: url('/images/hill.JPG') right center / cover no-repeat;
  background-size: 180%;   
  border: 3px outset black;
  overflow: hidden;
  z-index: 0;
  margin-top: 10%;
  margin-bottom: 4%;
}

.header-box{
  position: relative;
  width: 100%;
  height: clamp(140px, 17.857vw, 360px);
  background: url('/images/flower-header.jpg') center / cover no-repeat;
  pointer-events: none; 
  z-index: 0;
}
@supports (aspect-ratio: 1 / 1){
  .header-box{ height:auto; aspect-ratio: 28 / 5; }
}

.image-gradient{
  position:absolute; 
  inset:0;
  background: linear-gradient(to bottom, rgba(255,255,255,.15), rgba(255, 255, 255, 0.866));
  z-index:1;
}

.site-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2vw, 28px);
}

.site-name {
  margin: 0;
  font-family: 'Coral Pixels', cursive;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(28px, 5vw, 56px);
  color: #37012e;
  text-shadow: 0 2px 6px rgba(0,0,0,.25);
}

.deco {
  height: clamp(18px, 3vw, 40px);
  width: auto;
  display: block;
  object-fit: contain;
}

.deco-right {
  transform: scaleX(-1); 
}
.heading-text-container{
  position: relative;
  z-index:2;
  max-width: 1000px;
  padding-top: 80px;
  padding-left: 20%;
  display:flex;
  align-items: flex-end;   
  justify-content: flex-end; 
}


.header-image {
  width:70px;
  height:70px;
  display:block;
  object-fit:cover;
        
}


.navbar{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  height: 47px;
  max-width: max-content;

  margin-top: 10px;
  margin-bottom: -69px;
  margin-left: 10px;
  padding: 0px;
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
  border: 6px double #e7bed0;
  border-radius: 15px;

  position: relative;
  overflow: visible;
  z-index: 1;                  
}

.nav-inner{
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 80px;
}

.decor {
  position: absolute; 
  z-index: 2;
  padding-left: -200px;    
}


.decor-1 {
  height: 128px;
  top: -40px;
  left: -19px;
  width: 100px; 
}

.decor-2 {
  height: 128px;
  top: -40px;
  right: -19px;
  width: 100px; 
}


.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 10px 20px;
  line-height: 1;
  height: 100%;

  text-decoration: none;
  font-family: 'DotGothic16', sans-serif;
  color: rgb(255, 254, 254);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 50px; 

  transition: transform 0.2s ease, color 0.2s ease;
}

.home-link {
  background-image: url('/images/rock3.png');
  background-size: 135%;
  padding-left: 25px;
}
.media-link {
  background-image: url('/images/rock5.png');
  background-size: 130%;
  padding-left: 25px;
}
.blog-link {
  background-image: url('/images/rock1.png');
  background-size: 170%;
}
.gallery-link {
  background-image: url('/images/rock2.png');
  background-size: 115%;
  padding-left: 25px;
}

.about-link {
  background-image: url('/images/shell1.png');
  background-size: 135%;
}

.nav-link:hover {
  color: rgba(239, 195, 230, 0.864);
  transform: scale(1.10) rotate(-1deg);
}


/*-----------------------------------------------*/

.computers {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

.computers-wrap{
  margin-right: -2.5%;
  margin-top: 11.5%;
  margin-left: 23%;
  position: absolute;
  inset: 0;             
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.gif-stack{
  position: absolute;
  inset: 0;        
  z-index: -1;     
  pointer-events: auto;
}

.gif{
  position: absolute;
  display: block;
  height: auto;
}




.gif-1{
  position: absolute;
  top: 54%;        
  left: 5%;        
  height: 13.5%;    
  width: auto;      
  transform: rotate(-17deg);
}

.gif-2{
  position: absolute;
  top: 25%;          
  left: 34%;        
  height: 17%;      
  width: auto;       
  transform: rotate(4deg);
}

.gif-3{
  position: absolute;
  top:60%;          
  left: 35%;        
  height: 16%;      
  width: auto;       
  transform: rotate(0deg);
}

.gif-4{
  position: absolute;
  top:36.8%;          
  left: 56.6%;        
  height: 18.7%;      
  width: auto;       
  transform: rotate(9deg);
  pointer-events: auto;
  cursor: pointer;
}

.gif-5{
  position: absolute;
  bottom:22%;          
  right: 7%;      
  height: 18%;      
  width: auto;       
  transform: rotate(22deg);
}





.marquee-left, .marquee-right {
  position: absolute;
  top: 0; bottom: 0;
  width: 24px;                 
  font-family: 'DotGothic16', sans-serif;
  font-size: 13px;
  pointer-events: none;
  z-index: 4;
  background: transparent;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 3px;
  color: #f076b1; 
}

.marquee-left  { 
  left: 0;  
  height: 96%;
  margin-top: 15px;
}

.marquee-right { 
  right: 0; 
  height: 96%;
  margin-top: 15px;
  font-size: 13px;
}




@media (max-width: 420px){
  .deco { height: 20px; }
}


@media (max-width: 420px){
  .wrapper{ padding: 8px; }
  .navbar{ padding: 4px 8px; }
  .nav-link{ padding: 6px 12px; }
}

@media (max-width: 720px){
  .navbar, .nav-inner{ gap: 16px; }
  .right-container .card{ max-width: 100%; } 
}
