.header {
  position: relative;
  z-index: 70;
  padding: 48px 68px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, transparent 40px, var(--paper) 40px);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.desktop-nav a {
  color: var(--ink);
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.menu-button {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 440px;
  padding: 20px 48px 16px;
  background: linear-gradient(to bottom, var(--paper) calc(100% - 45px), transparent calc(100% - 45px));
}

.hero-inner {
  position: relative;
  z-index: 25;
  width: min(960px, 85vw);
  margin: 0 auto;
  text-align: center;
}

.stamp-title {
  margin: 16px auto 43px;
  padding: 18px 24px 13px;
  width: fit-content;
  max-width: 960px;
  border: 6px solid var(--ink);
  background: var(--paper-light);
  transform: rotate(-2.4deg);
  box-shadow: 6px 6px 0 rgba(0,0,0,.06);
}

@media (min-width: 641px) {
  .title-line {
    white-space: nowrap;
  }
}

.hero p {
  margin: 0 auto 23px;
  font-size: 17px;
  font-weight: 600;
}

.campfire-container {
  position: absolute;
  right: -310px;
  top: -30px;
  width: 410px;
  height: 410px;
}

.campfire-photo {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  border: 8px solid var(--paper);
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
  z-index: 2;
}

.campfire-tree {
  position: absolute;
  pointer-events: none;
  z-index: 3;
}

.campfire-tree.left {
  left: -85px;
  bottom: -15px;
  width: 205px;
  height: auto;
}

.campfire-tree.right {
  right: -55px;
  bottom: -15px;
  width: 140px;
  height: auto;
}

.hero-trees {
  position: absolute;
  z-index: 20;
  bottom: 0;
  width: 380px;
  height: auto;
  pointer-events: none;
}

.hero-trees.left {
  left: -6px;
  width: 460px;
  bottom: -60px;
}

.hero .hero-forest {
  z-index: 20;
  left: -6px;
  width: 460px;
  bottom: -60px;
}

.hero-trees.right {
  right: -6px;
  display: none;
}

.offers {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  grid-template-rows: 220px 310px;
  gap: 24px;
  padding: 0 68px 42px;
  margin-top: 25px;
}

.offer-card.large {
  grid-column: span 2;
}

.offer-card.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
}

.offer-image.split {
  height: 100%;
  overflow: hidden;
  border-right: 3px solid var(--ink);
}

.offer-image.top { height: 140px; border-bottom: 3px solid var(--ink); }

.offer-content h2 { font-size: 40px; line-height: 1.0; }
.offer-card:not(.large) .offer-content h2 { font-size: 28px; }

.offers-tree {
  position: absolute;
  pointer-events: none;
  z-index: 10;
  height: auto;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.15));
}

.offers-tree.left-bottom {
  left: -20px;
  bottom: -65px;
  width: 160px;
}

.offers-tree.middle-gap {
  left: 68%;
  bottom: -55px;
  width: 120px;
}

.offers-tree.right-bottom {
  right: -35px;
  bottom: -55px;
  width: 185px;
}

@media (min-width: 1025px) {
  .offer-card:nth-of-type(1) .offer-content,
  .offer-card:nth-of-type(2) .offer-content {
    padding: 20px 24px;
  }
  .offer-card:nth-of-type(1) .offer-content ul,
  .offer-card:nth-of-type(2) .offer-content ul {
    font-size: 14.5px;
    margin: 10px 0 14px;
  }
}

.hirsch-footer {
  left: 20px;
  bottom: 10px;
  width: 130px;
  height: auto;
  opacity: 1;
  z-index: 1;
}

.eule-footer {
  right: 20px;
  bottom: 10px;
  width: 100px;
  height: auto;
  opacity: 1;
  z-index: 1;
}

.fuchs-doodle {
  right: 15px;
  bottom: 12px;
  width: 110px;
  height: auto;
  opacity: 0.3;
  z-index: 1;
}

.booking {
  position: relative;
  z-index: 6;
  padding: 0 68px 42px;
  margin-top: 25px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 22px;
  position: relative;
  z-index: 15;
}

.section-heading span {
  width: 65px;
  height: 3px;
  background: var(--ink);
  transform: rotate(-6deg);
}

.section-heading h2 {
  font-size: 43px;
  line-height: 1;
  text-align: center;
  text-shadow:
    -3px -3px 0 var(--paper),
     3px -3px 0 var(--paper),
    -3px  3px 0 var(--paper),
     3px  3px 0 var(--paper),
    -4px  0px 0 var(--paper),
     4px  0px 0 var(--paper),
     0px -4px 0 var(--paper),
     0px  4px 0 var(--paper),
     0 0 10px var(--paper);
}

.booking-grid {
  display: grid;
  grid-template-columns: .9fr 1fr .9fr;
  gap: 24px;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 0 95px 32px;
}

.benefits article {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
}

.benefit-icon { width: 42px; height: 42px; }

.footer {
  position: relative;
  z-index: 6;
  padding: 14px 68px 31px;
  text-align: center;
}

/* Klassenfahrten page */
.trip-hero {
  min-height: 640px;
  padding: 8px 68px 46px;
}

.trip-hero-copy {
  width: min(600px, 52vw);
  margin: 28px 0 0 220px;
}

.trip-stamp {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 19px 36px 15px;
}

.trip-campfire {
  position: absolute;
  z-index: 6;
  right: -54px;
  top: 35px;
  width: 535px;
  height: 535px;
}

.trip-hero-trees {
  z-index: 3;
  left: -32px;
  bottom: 18px;
  width: 365px;
}

.trip-bus {
  left: 222px;
  bottom: 52px;
  width: 170px;
}

.trip-intro-card {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  margin: 0 68px 58px;
}

.trip-intro-image {
  min-height: 335px;
  border-right: 3px solid var(--ink);
}

.trip-section {
  margin-bottom: 58px;
}

.expect-grid {
  grid-template-columns: repeat(3, 1fr);
}

.program-grid {
  grid-template-columns: repeat(4, 1fr);
}

.trip-package-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.trip-two-column {
  grid-template-columns: .95fr 1.05fr;
  padding: 0 68px;
  margin-bottom: 64px;
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
}

.trip-form-section {
  padding-top: 8px;
  padding-bottom: 70px;
}

/* Startseite */
.home-hero {
  min-height: 655px;
  padding: 8px 68px 48px;
}

.home-hero-copy {
  width: min(690px, 56vw);
  margin: 30px 0 0 130px;
}

.home-stamp {
  padding-left: 34px;
  padding-right: 34px;
}

.home-stamp h1 {
  line-height: .92;
}

.home-hero-photo {
  right: -46px;
  top: 42px;
  width: 548px;
  height: 548px;
}

.home-hero-forest {
  left: -42px;
  bottom: 26px;
  width: 395px;
}

.home-fire-mark {
  left: 286px;
  bottom: 82px;
}

.home-intro {
  margin-bottom: 62px;
}

.home-character {
  grid-template-columns: .98fr 1.02fr;
  padding: 0 68px;
}
