* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
background: #faf7f3; 
  color: #322626;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

.scrap-paper-decor {
  position: fixed;
  top: -90px;
  right: -90px;
  z-index: 10;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  transition: opacity 0.6s ease;
}
.scrap-paper-decor img {
  width: 800px;
  height: auto;
  opacity: 0.5;
  object-fit: contain;
  box-shadow: 0 10px 40px rgba(255, 236, 236, 0.1);
  transform: rotate(-15deg);
}
.intro {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8vw;
  max-width: 540px;
  margin-top: 30px;
  font-size: 1.3rem;
  line-height: 1.9;
  opacity: 0.75;
  letter-spacing: 0.3px;
}
.intro-line {
  width: 420px;
  height: 2px;
  background: rgba(36, 28, 28, 0.965);
  margin-bottom: 24px;

 
}
.intro h1 {
font-family: 'Cormorant Garamond', serif;
  font-size: 6.5rem;
  font-weight: 600;

  letter-spacing: 3px;
  line-height: normal;
}

.personal-website {
  font-family: 'WindSong', cursive;
  font-weight: 500;
  font-size: 4.5rem;
  letter-spacing: 1px;
  display: inline;
  white-space: nowrap;
  
}

.gallery {
  padding: 120px 6vw;
  position: relative;
}

.gallery h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.2rem;
  margin-bottom: 80px;
}
.gallery-desc {
  font-family: 'Nunito', sans-serif;
  margin-top: 14px;
  margin-bottom: 25px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #3d2a2a;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.frame {
  background: rgba(255, 120, 120, 0.112);
  border-radius: 20px;
  padding: 24px;
  opacity: 1;
  transform: translateY(70px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease,
    box-shadow 0.6s ease;
}
.frame img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 756 / 490;
  object-fit: cover;
}
.frame-title {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.frame-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}

.frame-links a {
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 10px;

  position: inherit;
  font-size: 0.85rem;
  background: rgba(255, 255, 255, 0.885);
  transition: all 0.3s ease;
}
.frame-links a:hover {
  background: #fda3a3;
  color: #ffffff;
  padding: 6px 18px;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
footer {
  background: #ff9d9d;
  padding: 30px 6vw;
  text-align: center;
}
.contact {
  padding: 90px 6vw 60px;
  text-align: center;
  font-size: 0.95rem;
  opacity: 0.7;
}

.contact a {
  color: #f4f4f4;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.4);
}

.contact a:hover {
  opacity: 1;
}
@media (max-width: 1100px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .intro h1 {
    font-size: 4.5rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
/* for the scroll icon */
.scroll-indicator {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #574f49;
  cursor: default;
  animation: floatArrow 2.2s ease-in-out infinite;
  z-index: 100;
}

.scroll-indicator span {
  font-size: 65px;
  opacity: 0.85;
}
@keyframes floatArrow {
  0%, 100% {
    transform: translateX(-50%) translateY(0px);
  }
  50% {
    transform: translateX(-50%) translateY(-15px);
  }
}
.scrapbook {
  padding: 120px 6vw;
  background: #f7eada;
  max-width: auto;
}
.scrapbook-inner h2 {
  font-family: 'Cedarville Cursive', cursive;
  font-weight: 300;
  font-size: 3.5rem;
  letter-spacing: 1px;
  display: inline;
  white-space: nowrap;
}
.scrapbook-desc {
  font-family: 'Nunito', sans-serif;
  margin-top: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #322626;

}
.scrapbook-frame {
  padding: 26px;
  border-radius: 5px;
  background-color: #fff9f1d5;
 
}
.scrapbook-frame iframe {
  width: 100%;
  height: 900px;
}
.doodle {
  position: absolute;
  right: 4vw;
  bottom: -5px;

  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  pointer-events: none;
}
.doodle img {
  width: 120%;
  height: 120%;

}
@media (max-width: 700px) {
  .doodle {
    display: none;
  }
}

.doodle2 {
  position: absolute;
  right: -100px;
  top: 650px;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  pointer-events: none;
}
.doodle2 img {
  width: 50%;
  height: 50%;

}