.section1 {
  position: relative;
  height: 100%;
  margin-top: 320px;
  padding-bottom: 100px;
}

.section1-header {
  text-align: center;
}

.section1-header h1 {
  font-size: clamp(3rem, 8vw + 1rem, 10rem);
  line-height: 80%;
  color: #143109;
  transform: rotate(-15deg);
  text-shadow: 4px 4px rgba(0, 0, 0, 1);
}

[data-splash] {
  will-change: transform, opacity, filter;
  transform-origin: center;
}

.section-content {
  padding-top: 8rem;
}

.content-p1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-p1 p {
  font-family: nohemi-reg;
  font-size: clamp(2rem, 1.8vw + 1rem, 5rem);
  font-weight: 300;
  letter-spacing: -2px;
  width: 70%;
  padding-top: 10rem;
  text-align: center;
}

.section2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3%;
  padding-bottom: 15%;
  background: linear-gradient(
    to bottom,
    rgba(245, 236, 196, 0.5) 0%,
    rgba(245, 236, 196, 0.8) 20%,
    rgba(245, 236, 196, 0.8) 80%,
    rgba(245, 236, 196, 0.5) 100%
  );
}

.section2-header {
  text-align: center;
  padding: 2rem;
}

.section2-header h1 {
  font-family: ranchers;
  font-size: clamp(3rem, 5vw + 1rem, 10rem);
  color: #143109;
  text-shadow: 4px 4px rgba(0, 0, 0, 1);
}

.section2-grid {
  height: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 400px 400px 400px;
  gap: 3%;
  justify-content: center;
}

.img-wrapper img {
  width: 100%;
  height: 580px;
  border-radius: 12px;
  
}

.img-wrapper {
  transition: transform 0.3s ease;
}

.segment {
  cursor: pointer;
}

.img-wrapper:hover {
  transform: scale(0.95);
}

.segment-header h1 {
  font-family: nohemi-extralight;
  font-weight: 200;
  text-align: center;
  font-size: clamp(1rem, 0.8vw + 1rem, 2rem);
  padding: 20px;
}

.segment-header h2 {
  text-align: center;
  font-size: clamp(1rem, 2vw + 1rem, 5rem);
  padding-top: 20px;
  font-weight: 300;
}

.section3-img-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.section3 .img-cafe {
  display: block;
  height: 600px;
  width: 500px;
  padding-left: 0;
  border-radius: 50%;
  margin-top: -25px;
  margin-left: 15rem;
}

.section3 {
  position: relative;
  height: 120%;
  display: flex;
}

.intro {
  width: 40%;
  margin-left: 2rem;
  padding: 2%;
}

.intro-header {
  padding-bottom: 5rem;
  width: 100%;
}

.intro-header h1 {
  font-size: clamp(2rem, 6vw + 1rem, 10rem);
  color: #143109;
  text-shadow: 4px 4px rgba(0, 0, 0, 1);
  padding-left: 5%;
}

.intro-text p {
  font-size: clamp(1rem, 0.8vw + 1rem, 6rem);
  color: #143109;
  font-family: nohemi-reg;
  letter-spacing: -1px;
  line-height: 2rem;
  text-align: start;
}

.shirt-wrapper {
  height: auto;
  position: relative;
}

.shirt-img img {
  box-sizing: border-box;
  position: relative;
  padding: 10%;
  object-fit: cover;
  width: 100vw;
  opacity: 1;
}

.shirt-header {
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.shirt-header h1 {
  color: #143109;
  text-shadow: 4px 4px rgba(0, 0, 0, 1);
  font-size: clamp(3rem, 8vw + 1rem, 10rem);
  padding-left: 4rem;
}

.shirt-tag {
  position: absolute;
  right: 5rem;
  bottom: -12rem;
  display: flex;
  justify-content: center;
  will-change: transform;
  pointer-events: none;
}

.shirt-tag img {
  width: 500px;
  height: 500px;
  transform-origin: 50% 20%;
  will-change: transform;
}

.barcode-wrapper {
  width: 200px;
  position: absolute;
  left: 12rem;
  bottom: 10rem;
}

.section4 {
  background-color: rgba(245, 236, 196, 1);
  height: fit-content;
  margin-top: 100px;
 padding-bottom: 200px;
}

.cursor-tip {
  position: fixed; /* an der Viewport-Position des Cursors */
  left: 0;
  top: 0;
  transform: translate(-9999px, -9999px); /* initial offscreen */
  pointer-events: none;
  user-select: none;
  z-index: 9999;

  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(20, 49, 9, 0.92);
  color: #fff;
  font: 500 13px/1.2 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  letter-spacing: 0.3px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);

  opacity: 0;
  transition: opacity 0.15s ease;
}

.stamp {
  position: absolute;
  z-index: 10;
  color: #143109;;
  padding: 0.25em 0.55em;
  font: 800 clamp(1rem, 1vw + 1rem, 5rem) / 1 "stamper", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 6px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.22));
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
  pointer-events: none;
}

.stamp.--two {
  transform: translate(-50%, -50%) scale(0.6) rotate(2deg);
}
.stamp.--three {
  transform: translate(-50%, -50%) scale(0.6) rotate(-7deg);
}

@media (hover: none) and (pointer: coarse) {
  /* auf Touch-Geräten nicht zeigen */
  .cursor-tip {
    display: none;
  }
}
