html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Inknut Antiqua', serif;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

.hero {
  position: relative;
  width: 100%;
  max-width: 100vw;
}

.full-bg {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.intro-box {
  position: absolute;
  top: 30vw;
  left: 10vw;
  width: 22vw;
  text-align: justify;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2.5vw;
  font-size: 1vw;
  line-height: 1.9;
  box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.15);
  border-radius: 0.8vw;
}

.bottom-right-box {
  position: absolute;
  top: 50vw;
  right: 14vw;
  max-width: 25vw;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2.5vw;
  text-align: justify;
  font-size: 1vw;
  line-height: 1.9;
  box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.15);
  border-radius: 0.8vw;
  font-family: 'Inknut Antiqua', serif;
}

.bottom-right-box h4 {
  font-size: 1.1vw;
  margin-top: 0;
  text-align: justify;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.beliefs-section {
  display: flex;
  flex-wrap: nowrap;
  gap: 15vw;
  justify-content: center;
  align-items: flex-start;
  padding: 4vw 5vw;
}

.beliefs-left {
  flex: 0 0 auto;
  width:40vw

}
.image-row {
  width: 100%;
  display: flex;
  justify-content: left;
  padding: 10vw 0;
  position: relative;
}

.image-wrapper {
  position: relative;
  width: 40vw;           
  max-width: 500px;
}

.fairy-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5vw;
}

.sticky-note {
  position: absolute;
  top: -2%;
  left: 65%;
  width: 40vw;           
  max-width: 400px;
  z-index: 2;
  transform: rotate(-2deg);
  pointer-events: none;
}

.beliefs-right {
  background-color: #24441b;
  align-content: right;
  border-radius: 0.5vw;
  gap: 10vw;
  flex: 1 1 35vw;
  max-width: 28vw;
  font-size: 0.8vw;
  line-height: 1.7;
  text-align: justify;
  padding: 3vw;
  color:white
}

.leaves-section {
  width: 100%;
  margin-top: 4vw;
}

.leaves-heading {
  background-color: #3b2e1a; 
  color: white;
  text-align: center;
  padding: 2vw 0;
  font-family: 'Inknut Antiqua', serif;
  letter-spacing: 1px;
}

.leaves-heading h2 {
  margin: 0;
  font-size: 2vw;
  text-transform: uppercase;
}

.leaves-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f5f1eb; 
  padding: 2vw 0;
}

.leaves-image {
  width: 90%;
  max-width: 1000px;
  height: auto;
  display: block;
}

.victorian-section {
  width: 100%;
  margin-top: 0vw;
}

.victorian-image {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.background-img {
  width: 100%;
  height: auto;
  display: block;
}

.victorian-text-box {
  position: absolute;
  top: 5vw;
  left: 15vw;
  max-width: 25vw;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 82%;
  padding: 2vw;
  border-radius: 0.5vw;
  font-size: 1vw;
  line-height: 1.7;
  box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
}

.victorian-text-box ul {
  margin: 1vw 0;
  padding-left: 4vw;
}

.culture-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: -4vw;
  padding: -4vw;
}

.culture-left {
  flex: 0 0 auto;
  width: 35vw;
  max-width: 300px;
}

.pressed-clover {
  width: 45vw;
  margin-left: -15vw;
  height: auto;
  display: block;
}

.culture-right {
  flex: 1 1 auto;
  max-width: 600px;
}

.green-wrapper {
  position: relative;
  margin-top: -20vw; 
  margin-left: 10vw;
  width: 50vw;
}

.green-paper {
  width: 90%;
  margin-left: 2.5vw;
  height: auto;
  display: block;
}

.culture-text-box {
  position: absolute;
  top: 10vw;
  margin-left: 8vw;
  width: 30vw;
  background-color: white;
  opacity: 82%;
  padding: 2vw;
  border-radius: 0.5vw;
  box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.1);
  font-size: 1vw;
  line-height: 1.6;
  z-index: 2;
}
h4{
  font-size: 1.8vw;
}
.science-section {
  width: 100%;
  padding: 0;
  margin: 0;
}

.science-image {
  width: 100%;
  height: auto;
  display: block;
}

.final-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4vw;
  padding: 3vw 0;
}

.final-left,
.final-right {
  flex: 1 1 40vw;
  max-width: 40vw;
  position: relative;
}

.notecard-wrapper {
  position: relative;
  width: 100%;
}

.final-note {
  width: 55vw;
  margin-left: -10vw;
  height: auto;
  display: block;
}

.final-text-box {
  position: absolute;
  top: 7vw;
  left: 0vw;
  width: 35vw;
  padding: 1.5vw;
  font-size: 1.1vw;
  line-height: 1.7;
  border-radius: 0.5vw;
  box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.final-text-box h4 {
  margin-top: 0;
  font-size: 1.3vw;
  text-transform: uppercase;
}

.clover-specimens {
  width: 45vw;
  padding-right: 10vw;
  margin-top: -8vw;
  top: 0vw;
  height: auto;
  display: block;
}
.clover-fade-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('Untitled_Artwork.gif');
  background-repeat: repeat;
  background-size: 8vw;
  z-index: 20;
  pointer-events: none;

  animation: fadeOutOverlay 3s ease-out 1s forwards; 
}

@keyframes fadeOutOverlay {
  to {
    opacity: 0;
    visibility: hidden;
  }
}