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

body{
  margin:0;
  padding: 0 20px 20px;
  background: url('/images/wrinkled-paper.jpg') center / cover no-repeat;
}

p{
  font-family:'DotGothic16', sans-serif;
  font-size: 14px;
  line-height: 25px;
  color:#10011c;
  margin:0;
}


.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: 10px;
  margin-left: 10px;
  padding: 0px;
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
  border: 2px solid #e7bed0a6;
  border-style: double;
  border-radius: 15px;

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

.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: 130%;
  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: 120%;
}


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


.blog-wrap{
  position: relative;               
  width: min(100%, 900px);
  margin: 50px auto;              
}
.blog-content{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;        
  box-sizing: border-box;
  padding: 25px;
  border: 2px solid rgba(0,0,0,.46);

  max-height: 85vh;       
  overflow-y: auto;     
}

.gutter-stack{
  position: absolute;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
  z-index: 0;
}

.gutter-stack.left  { right: 100%; margin-right: 16px; }
.gutter-stack.right {  left: 100%;  margin-left: 16px; }

.gimg{
  display: block;
  width: clamp(72px, 17vw, 250px);
  height: auto;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.18));
}
.ggif {
  display:block; 
  width:100%; 
  max-height: 100px; 
  height:auto; 
  border-radius:6px; 
  margin:8px 0; 
  margin-top: -12px;
}
 p{
margin-left: 12px;
}

.image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.image-row a {
  flex: 1 1 calc(33.33% - 10px); 
  max-width: calc(33.33% - 10px);
}

.image-row img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.aya{
    max-width: 300px;
    max-height: 300px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 20px;
}


.entry-date {
  font-weight: 700;
  font-size: 1em;
  color: #0a0a0a;
  margin-bottom: 12px;
  font-style: italic;
}


@media (max-width: 1100px){
  .gutter-stack{ display:none; }
}
