@font-face {
  font-family: 'Baby Doll';
  src: url('font/BabyDoll.woff2') format('woff2'),
       url('font/BabyDoll.woff') format('woff');
}

@font-face {
  font-family: 'PORKYS_';
  src: url('font/PORKYS_.TTF') format('truetype');
}

@font-face {
  font-family: 'Dreamer TM';
  src: url('DreamerTM-Regular.eot');
  src: local('Dreamer TM Regular'),
       url('DreamerTM-Regular.woff2') format('woff2'),
       url('DreamerTM-Regular.woff') format('woff'),
       url('DreamerTM-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background: #ffe4ec url("images 2/pink2.gif") no-repeat center center;
  background-size: cover; 
  font-family: 'Baby Doll', sans-serif;
  color: #7a343f;
}


.wrap {
  width: 1080px;      
  margin: 20px auto;
}

#container {
  background: #fff0f5;
  border: 2px solid #ff9fb8;
  border-radius: 14px;
  box-shadow: 0 0 25px rgba(255, 159, 184, 0.6);
  padding: 12px;
}


#header {
  background:
    url("images 2/flowers.png") center 20% / cover no-repeat,
    linear-gradient(#ffd1e1, #ff9fb8);
  height: 220px;         
  border-radius: 12px 12px 0 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#header img {
  width: 280px;
}

.header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  text-align: center;
  white-space: nowrap;
  font-family: 'Dreamer TM', cursive;
  font-size: 100px;       
  letter-spacing: 1px;
  color: #ff7cc8;
  text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff,
     0 0 6px rgba(255,182,206,0.8),
     0 0 12px rgba(255,105,180,0.6),
     0 0 18px rgba(255,105,180,0.4);
}


.welcome-bar { 
  width: 100%; 
  overflow: hidden; 
  white-space: nowrap; 
  background: #ffb8ce; 
  border-radius: 10px; 
  padding: 5px 0; 
  margin: 15px 0; 
  border: 2px solid #aa4152; 
} 

.welcome-text { 
  display: inline-block; 
  padding-left: 100%; 
  font-family: 'PORKYS_', cursive; 
  font-size: 1.3rem; 
  color: #ffffff; 
  text-shadow: 2px 2px #aa4152; 
  animation: scroll-left 14s linear infinite; 
} 

@keyframes scroll-left { 
  0% { transform: translateX(0); } 
  100% { transform: translateX(-100%); } 
}


.nav {
  display: flex;
  justify-content: space-evenly;
  gap: 6px;
  margin: 10px 0;
}

.nav-btn {
  background: linear-gradient(#fff0f5, #ffb8ce);
  border: 2px solid #ff9fb8;
  border-radius: 12px;  
  padding: 8px 18px;
  color: #ffffff;       
  font-family: 'PORKYS_';
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-shadow: 1px 1px 0 #ff6aa3, -1px 1px 0 #ff6aa3, 1px -1px 0 #ff6aa3, -1px -1px 0 #ff6aa3;
}

.nav-btn:hover {
  background: linear-gradient(#ffffff, #ffc6da);
}

.subtitle {
  text-align: center;
  font-family: 'PORKYS_';
  font-size: 18px;
  color: #aa4152;
  margin-top: 10px;
}

.photo-wrapper {
  position: relative;
  width: 55%;
  margin: 0 auto;
}

.main-photo {
  width: 100%;
  display: block;
  border-radius: 10px;
  border: 2px solid #ff9fb8;
  box-shadow: 0 0 15px rgba(255,159,184,.5);
}

.hotspot {
  position: absolute;
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  min-width: 20px;
  min-height: 20px;

}

.hotspot-ear { left: 88.35%; top: 24.59%; width: 20px; height: 30px; }
.hotspot-ear2 { left: 70.35%; top: 24.59%; width: 20px; height: 30px; }
.hotspot-elbow { left: 2.61%; top: 23.59%; width: 20px; height: 30px; }
.hotspot-stomach { left: 6.3%; top: 25.57%; width: 60px; height: 40px; }
.hotspot-nose { left: 78.27%; top: 20.01%; width: 20px; height: 40px; }
.hotspot-back { left: 42.72%; top: 12.31%; width: 85px; height: 105px; }
.hotspot-eyes { left: 75.26%; top: 20.83%; width: 20px; height: 18px; }
.hotspot-eyes2 { left: 82.36%; top: 20.83%; width: 20px; height: 18px; }
.hotspot-feet { left: 9.36%; top: 60.83%; width: 38px; height: 18px; }


.hotspot-lips {
  left: 78%;
  top: 31%;
  width: 30px;
  height: 20px;
}

.hotspot-teeth {
  left: 10%;
  top: 5%;
  width: 30px;
  height: 18px;
}

.hotspot-hands {
  left: 28.5%;
  top: 32%;
  width: 25px;
  height: 40px;
}

.hotspot-armpit {
  left: 25%;
  top: 12%;
  width: 45px;
  height: 45px;
}

.hotspot-sideprofile {
  left: 88%;
  top: 68%;
  width: 45px;
  height: 80px;
}



.menu-box {
  width: 80%;
  margin: 20px auto 0;
  padding: 10px;

  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;

  background: #ffe4ec;
  border: 2px solid #ff9fb8;
  border-radius: 12px;
}



.menu-item {
 
  background: #fffafc;
  border: 2px solid #ff9fb8;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255,159,184,.4);
  position: relative;
}

.menu-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 8px;
}

.menu-item.favorite::after {
  content: "★";
  position: absolute;
  top: 6px;
  right: 8px;
  font-family: 'PORKYS_';
  font-size: 22px;
  color: #ff4fa3;
  text-shadow: 1px 1px #fff, 0 0 6px rgba(255,105,180,.8);
  pointer-events: none;
}


.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}


.lightbox {
  flex-direction: column;
}


#lightbox-img {
  width: 600px;
  height: 600px;
   border: 3px solid #ff9fb8;
  box-shadow: 0 0 20px rgba(255,159,184,.6);
  object-fit: contain;
  margin-bottom: 15px;

}


.lightbox > div {
  display: flex;
  gap: 10px;
}


.lightbox button {
  font-family: 'PORKYS_';
  font-size: 18px;
  background: linear-gradient(#ffd1e1, #ffb8ce);
  border: 2px solid #ff9fb8;
  border-radius: 12px;
  padding: 6px 18px;
  color: #fff;
  cursor: pointer;
  text-shadow: 1px 1px #ff6aa3;
}



.lightbox button {
  font-family: 'PORKYS_';
  font-size: 18px;
  background: linear-gradient(#ffd1e1, #ffb8ce);
  border: 2px solid #ff9fb8;
  border-radius: 12px;
  padding: 6px 18px;
  color: #fff;
  cursor: pointer;
  text-shadow: 1px 1px #ff6aa3;
}

.form-container {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.form-link {
  font-family: 'PORKYS_';
  font-size: 16px;
  color: #fff;
  background: linear-gradient(#ffd1e1, #ffb8ce);
  border: 2px solid #ff9fb8;
  border-radius: 12px;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 1px 1px #ff6aa3;
}

.form-link:hover {
  background: linear-gradient(#fff, #ffc6da);
  color: #ff4fa3;
}

.hidden {
  display: none;
}

.fav {
  position: absolute;
  top: 5px;
  right: 5px;
  color: gold;
  font-size: 24px;
  z-index: 10;
  pointer-events: none;
}

.divider {
  margin: 40px auto;
  width: 80%;
  border: none;
  border-top: 2px dashed #ff9fb8;
}


.keychain-hang {
  scale: 1.2;
  position: absolute;
  top: 18px;
  left: 70px;
  width: 280px;
  height: auto;
  transform: rotate(10deg);
  z-index: 10;
  pointer-events: none;
  max-width: none;
}

footer {
  text-align: center;
  margin-top: 20px;
  padding: 15px;
  background: linear-gradient(#ffd1e1, #ff9fb8);
  border-radius: 0 0 12px 12px;
  font-family: 'PORKYS_';
  color: #aa4152;
}
