@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Oswald:wght@300;400;500;600;700&display=swap');

:root {
  --paper: #f4efdf;
  --paper-light: #fbf8ea;
  --ink: #070707;
  --forest: #304925;
  --forest-dark: #203519;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  background: #ddd8cf;
  color: var(--ink);
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-text-size-adjust: 100%;
}

img { max-width: 100%; height: auto; }

[hidden] {
  display: none !important;
}

.site {
  position: relative;
  max-width: 1440px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 10%, rgba(255,255,255,.55), transparent 24rem),
    radial-gradient(circle at 78% 16%, rgba(0,0,0,.035), transparent 17rem),
    radial-gradient(circle at 32% 82%, rgba(0,0,0,.025), transparent 20rem),
    linear-gradient(90deg, rgba(0,0,0,.03) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,0,0,.022) 1px, transparent 1px),
    var(--paper);
  background-size: auto, auto, auto, 34px 34px, 34px 34px, auto;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

.site::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(0,0,0,.22) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(255,255,255,.85) 0 1px, transparent 1.8px),
    linear-gradient(90deg, transparent, rgba(0,0,0,.075), transparent);
  background-size: 27px 25px, 39px 34px, 100% 100%;
  background-position: 0 0, 14px 10px, 0 0;
  mix-blend-mode: multiply;
  opacity: .34;
}

.rough-top {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 60;
  height: 40px;
  background-image: url('../assets/strich.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.btn {
  display: inline-block;
  border: 0;
  border-radius: 2px;
  background: var(--forest);
  color: var(--paper-light);
  padding: 12px 25px;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 2px 0 rgba(0,0,0,.35);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.btn:hover { background: var(--forest-dark); transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn.small { padding: 9px 18px; font-size: 14px; }
.btn-outline {
  background: transparent;
  color: var(--ink);
  border: 3px solid var(--ink);
  box-shadow: none;
}
.btn-outline:hover {
  background: var(--ink);
  color: var(--paper-light);
}

.icon {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}

.logo {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 75;
}

.logo-img {
  height: 84px;
  width: auto;
  display: block;
  mix-blend-mode: multiply;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.logo:hover .logo-img {
  transform: scale(1.04) rotate(-1.5deg);
}

.mobile-nav { display: none; }

.menu-bars,
.menu-close {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  color: var(--ink);
}

.menu-bars::before,
.menu-bars::after,
.menu-close::before,
.menu-close::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 50%;
  height: 3px;
  border-radius: 99px;
  background: currentColor;
}

.menu-bars {
  background:
    linear-gradient(currentColor, currentColor) 4px 8px / 24px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 4px 15px / 24px 3px no-repeat,
    linear-gradient(currentColor, currentColor) 4px 22px / 24px 3px no-repeat;
}

.menu-bars::before,
.menu-bars::after {
  display: none;
}

.menu-close::before {
  transform: translateY(-50%) rotate(45deg);
}

.menu-close::after {
  transform: translateY(-50%) rotate(-45deg);
}

.mobile-nav.is-open {
  display: grid;
  gap: 0;
  position: relative;
  z-index: 40;
  margin: 0 38px 18px;
  border: 3px solid var(--ink);
  background: var(--paper-light);
}

.mobile-nav a {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(0,0,0,.25);
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}

.mobile-nav .btn { margin: 14px; }

.hero-divider {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: 12px;
  height: 40px;
  z-index: 15;
  pointer-events: none;
  filter: drop-shadow(0 4px 3px rgba(0,0,0,0.035));
}

.hero-divider svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-divider svg path:last-child {
  stroke: rgba(0, 0, 0, 0.14);
  stroke-width: 1.6px;
}

.stamp-title h1 {
  margin: 0;
  max-width: 900px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(34px, 4.6vw, 66px);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.title-line {
  display: block;
}

.title-bolt {
  display: inline-block;
  vertical-align: middle;
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: .62em;
  font-weight: 800;
  line-height: 1;
  filter: drop-shadow(1px 1px 0 rgba(0,0,0,.08));
}

.title-bolt.left {
  margin-right: 8px;
  transform: translateY(-3px) rotate(-14deg) scale(0.9);
}

.title-bolt.right {
  margin-left: 8px;
  transform: translateY(-3px) rotate(14deg) scale(0.9);
}

.campfire-photo img,
.offer-image img,
.premium-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.offer-card {
  position: relative;
  min-height: 185px;
  overflow: hidden;
  border: 3px solid var(--ink);
  box-shadow: 6px 6px 0 rgba(0,0,0,.08);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.25s ease;
}

.offer-card:hover {
  transform: translateY(-2px) scale(1.005);
  box-shadow: 8px 8px 0 rgba(0,0,0,.12);
}

.offer-card:nth-of-type(1) { border-radius: 16px 24px 18px 22px/22px 16px 24px 18px; }
.offer-card:nth-of-type(2) { border-radius: 24px 18px 22px 16px/18px 24px 16px 22px; }
.offer-card:nth-of-type(3) { border-radius: 18px 22px 16px 24px/24px 16px 22px 18px; }
.offer-card:nth-of-type(4) { border-radius: 22px 16px 24px 18px/16px 22px 18px 24px; }
.offer-card:nth-of-type(5) { border-radius: 16px 24px 18px 22px/24px 18px 22px 16px; }

.offer-card.dark { background-color: var(--ink); color: var(--paper-light); }
.offer-card.light { background-color: var(--paper-light); color: var(--ink); }

.offer-content {
  position: relative;
  z-index: 2;
  padding: 25px 28px;
}

.offer-content h2,
.booking h2,
.booking h3,
.package h3,
.availability h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.offer-content ul,
.package ul {
  margin: 18px 0 18px;
  padding: 0;
  list-style: none;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: uppercase;
}

.offer-content li::before,
.package li::before { content: "\2022 "; }

.card-doodle,
.offer-doodle {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.bus-doodle {
  right: 25px;
  bottom: 25px;
  width: 105px;
  height: auto;
  opacity: 0.9;
  color: var(--paper-light);
}

.kids-doodle {
  right: 20px;
  bottom: 0;
  width: 135px;
  height: auto;
  opacity: 0.95;
  color: var(--ink);
}

.owl-doodle {
  top: 15px;
  right: 15px;
  width: 90px;
  height: auto;
  opacity: 0.95;
  transform: rotate(5deg);
  color: var(--ink);
}

.gear-doodle {
  top: 25px;
  right: 25px;
  width: 58px;
  height: auto;
  opacity: 0.9;
  color: var(--paper-light);
}

.compass-doodle {
  bottom: 18px;
  right: 25px;
  width: 68px;
  height: auto;
  opacity: 0.9;
  color: var(--paper-light);
}

.yoga-doodle {
  right: 25px;
  bottom: 18px;
  width: 78px;
  height: auto;
  opacity: 0.9;
  color: var(--ink);
}

.card-animal,
.hero-animal {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
}

.footer-animal {
  position: absolute;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.package,
.availability {
  position: relative;
  min-height: 245px;
  border: 3px solid var(--ink);
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 5px 5px 0 rgba(0,0,0,.07);
}

.black-panel { padding: 27px; background: var(--ink); color: var(--paper-light); }
.premium-panel { color: var(--paper-light); background: var(--ink); }

.premium-panel > div {
  position: relative;
  z-index: 2;
  padding: 27px;
  min-height: 245px;
  background: rgba(0,0,0,.42);
}

.premium-panel img {
  position: absolute;
  inset: 0;
  opacity: .72;
}

.package-icon { width: 70px; height: 70px; margin-bottom: 15px; }
.package h3 { font-size: 37px; line-height: .92; }

.availability {
  background: var(--paper-light);
  padding: 22px;
  text-align: center;
}

.availability h3 { font-size: 24px; }

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: 15px 0 18px;
  border-left: 1px solid rgba(0,0,0,.32);
  border-top: 1px solid rgba(0,0,0,.32);
  background: rgba(255,255,255,.16);
}

.calendar-grid b,
.calendar-grid i {
  min-height: 29px;
  border-right: 1px solid rgba(0,0,0,.25);
  border-bottom: 1px solid rgba(0,0,0,.25);
}

.calendar-grid b {
  display: grid;
  place-items: center;
  min-height: 26px;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.benefits h3 {
  margin: 0 0 3px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.benefits p { margin: 0; font-size: 12px; font-weight: 500; }

.socials {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper-light);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}

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

.bottom-forest {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  left: -18px;
  right: -18px;
  bottom: -10px;
  display: flex;
  justify-content: space-between;
  opacity: .98;
}

.bottom-forest .cluster {
  display: flex;
  align-items: end;
}

.bottom-forest .cluster.mirrored { transform: scaleX(-1); }

.bottom-forest .cluster svg {
  margin-left: -21px;
  color: var(--ink);
}

/* Klassenfahrten page */
.subpage {
  padding-bottom: 12px;
}

.breadcrumb {
  position: relative;
  z-index: 4;
  font-size: 12px;
  font-weight: 600;
  color: rgba(0,0,0,.55);
}

.trip-hero,
.trip-intro-card,
.trip-section,
.trip-two-column,
.trip-clarity,
.trip-form-section {
  position: relative;
  z-index: 5;
}

.trip-hero {
  overflow: hidden;
}

.trip-hero-copy {
  position: relative;
  z-index: 6;
  text-align: center;
}

.trip-stamp {
  margin-left: auto;
  margin-right: auto;
  transform: rotate(-2deg);
}

.trip-stamp h1 {
  font-size: clamp(42px, 5.4vw, 82px);
}

.trip-kicker {
  margin: 0 0 12px;
  font-size: 21px;
  font-weight: 800;
}

.trip-intro {
  margin: 0 auto 22px;
  max-width: 640px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}

.trip-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.trip-campfire {
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
  border: 9px solid var(--paper);
  box-shadow: 0 20px 38px rgba(0,0,0,.28);
}

.trip-campfire img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trip-hero-trees,
.trip-bus {
  position: absolute;
  pointer-events: none;
  color: var(--ink);
}

.trip-bus {
  z-index: 6;
  transform: rotate(-1.5deg);
  filter: drop-shadow(4px 8px 0 rgba(0,0,0,.12));
}

.pictogram-img {
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
}

/* Business & Meetings landing page */
.business-page {
  --paper: #f4efdf;
  --paper-light: #fbf8ea;
  --ink: #070707;
  --forest: #304925;
  --forest-dark: #203519;
  --line: 2px solid var(--ink);
  max-width: 1440px;
  background:
    radial-gradient(circle at 10% 6%, rgba(255,255,255,.7), transparent 260px),
    radial-gradient(circle at 82% 38%, rgba(49,85,47,.12), transparent 330px),
    radial-gradient(circle at 48% 87%, rgba(0,0,0,.045), transparent 360px),
    linear-gradient(90deg, rgba(0,0,0,.025) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,0,0,.018) 1px, transparent 1px),
    var(--paper);
  background-size: auto, auto, auto, 30px 30px, 30px 30px, auto;
  font-family: Montserrat, system-ui, sans-serif;
}

.business-page::before {
  opacity: .22;
}

.business-page h1,
.business-page h2,
.business-page h3,
.business-page strong,
.business-btn,
.breadcrumb,
.business-footer a {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.business-hero,
.meeting-intro,
.business-section,
.business-form-section,
.business-footer {
  position: relative;
  z-index: 5;
}

.business-hero {
  min-height: 640px;
  padding: 8px 68px 46px;
}

.breadcrumb {
  margin-bottom: 26px;
  color: rgba(0,0,0,.58);
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: min(760px, 62%);
  margin: 42px 0 0 160px;
  text-align: center;
}

.business-stamp {
  position: relative;
  display: inline-block;
  margin: 0 auto 24px;
  padding: 18px 36px 15px;
  border: 6px solid var(--ink);
  background: rgba(255,251,237,.62);
  transform: rotate(-2.5deg);
  box-shadow: 4px 5px 0 rgba(0,0,0,.055);
}

.business-stamp::before,
.business-stamp::after {
  content: "↯";
  position: absolute;
  bottom: 28px;
  font-family: "Oswald", sans-serif;
  font-size: 46px;
  font-weight: 800;
}

.business-stamp::before {
  left: 74px;
  transform: translate(-100%, 4px) rotate(-10deg);
}

.business-stamp::after {
  right: 74px;
  transform: translate(100%, 4px) rotate(12deg);
}

.business-stamp h1 {
  margin: 0;
  font-size: clamp(48px, 4.8vw, 76px);
  font-weight: 900;
  line-height: .94;
  letter-spacing: 0;
}

.business-stamp h1 span {
  display: block;
  white-space: nowrap;
}

.hero-kicker {
  margin: 0 0 14px;
  font-size: 19px;
  font-weight: 800;
}

.hero-text {
  max-width: 560px;
  margin: 0 auto 24px;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.55;
}

.hero-photo {
  position: absolute;
  z-index: 6;
  right: -54px;
  top: 35px;
  width: 535px;
  height: 535px;
  margin: 0;
  overflow: hidden;
  border: 9px solid var(--paper);
  border-radius: 50%;
  background: var(--paper-light);
  box-shadow: 0 20px 38px rgba(0,0,0,.28);
}

.hero-photo img,
.meeting-intro > img,
.package-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-forest {
  position: absolute;
  z-index: 2;
  left: -30px;
  bottom: 26px;
  width: 365px;
  mix-blend-mode: multiply;
}

.hero-compass {
  position: absolute;
  z-index: 4;
  left: 285px;
  bottom: 68px;
  width: 150px;
  height: 150px;
  opacity: .95;
}

.sprite {
  display: inline-block;
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  background-image: url('../assets/business/pictogram-sheet.png?v=2');
  background-repeat: no-repeat;
  background-size: 500% 400%;
  mix-blend-mode: multiply;
}

.sprite-projector { background-position: 0 0; }
.sprite-envelope { background-position: 25% 0; }
.sprite-utensils { background-position: 50% 0; }
.sprite-trees { background-position: 75% 0; }
.sprite-pine { background-position: 100% 0; }
.sprite-screen { background-position: 0 33.3333%; }
.sprite-wifi { background-position: 25% 33.3333%; }
.sprite-globe { background-position: 50% 33.3333%; }
.sprite-flipchart { background-position: 75% 33.3333%; }
.sprite-group { background-position: 100% 33.3333%; }
.sprite-yoga { background-position: 0 66.6667%; }
.sprite-compass { background-position: 25% 66.6667%; }
.sprite-people { background-position: 50% 66.6667%; }
.sprite-clock { background-position: 75% 66.6667%; }
.sprite-mountains { background-position: 100% 66.6667%; }
.sprite-cup { background-position: 0 100%; }
.sprite-plant { background-position: 25% 100%; }
.sprite-bolt { background-position: 50% 100%; }
.sprite-form { background-position: 75% 100%; }

.pictogram {
  display: inline-block;
  width: 68px;
  height: 68px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.hero-compass.pictogram {
  width: 150px;
  height: 150px;
}

.meeting-intro {
  display: grid;
  grid-template-columns: .94fr 1.24fr;
  margin: 0 68px 58px;
  overflow: hidden;
  border: var(--line);
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper-light);
}

.meeting-intro > img {
  min-height: 335px;
}

.meeting-intro > div {
  position: relative;
  min-height: 335px;
  padding: 45px 52px;
}

.meeting-intro h2 {
  max-width: 520px;
  margin: 0 0 20px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.04;
}

.meeting-intro p {
  max-width: 520px;
  margin: 0;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.55;
}

.intro-mountains {
  position: absolute;
  right: 34px;
  bottom: 24px;
  width: 160px;
  height: 104px;
  filter: invert(1);
  mix-blend-mode: screen;
  opacity: .84;
}

.business-section {
  padding: 0 68px 58px;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 24px;
}

.section-title span {
  width: 76px;
  height: 1px;
  background: var(--ink);
  transform: rotate(-2deg);
}

.section-title h2,
.solo-title,
.business-form h2 {
  margin: 0;
  font-size: 43px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}

.solo-title {
  margin-bottom: 22px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.outline-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 275px;
  padding: 32px 24px 26px;
  border: var(--line);
  border-radius: 8px;
  background: rgba(255,251,237,.36);
  text-align: center;
}

.outline-card h3 {
  order: -1;
  min-height: 48px;
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.08;
}

.outline-card p {
  margin: 22px 0 0;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}

.outline-card .pictogram {
  width: 104px;
  height: 104px;
}

.amenity-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 28px 28px 26px;
  border: var(--line);
  border-radius: 8px;
  background: #050505;
  color: var(--paper-light);
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}

.amenity-panel div {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.amenity-panel .pictogram {
  width: 72px;
  height: 72px;
  filter: invert(1);
  mix-blend-mode: screen;
}

.amenity-panel strong {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.05;
}

.package-grid {
  display: grid;
  grid-template-columns: .9fr 1fr .9fr;
  gap: 24px;
  align-items: stretch;
}

.package-card {
  overflow: hidden;
  border: var(--line);
  border-radius: 7px;
  background: var(--paper-light);
  text-align: center;
}

.package-card img {
  height: 180px;
  border-bottom: var(--line);
}

.package-card > div {
  display: flex;
  min-height: 285px;
  flex-direction: column;
  align-items: center;
  padding: 28px 20px 24px;
}

.package-card h3 {
  margin: 0 0 18px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.package-card p {
  flex: 1;
  margin: 0 0 20px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
}

.package-card-featured {
  display: grid;
  color: var(--paper-light);
  background:
    radial-gradient(circle at 18% 8%, rgba(255,255,255,.18), transparent 90px),
    linear-gradient(145deg, #4f7845, #183c20 78%);
}

.package-card-featured > div {
  min-height: 465px;
  padding-top: 44px;
}

.package-card small {
  margin: -12px 0 28px;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.why-grid article {
  min-height: 220px;
  padding: 28px 18px 22px;
  border: var(--line);
  border-radius: 7px;
  background: rgba(255,251,237,.4);
  text-align: center;
}

.why-grid .pictogram {
  width: 88px;
  height: 88px;
  margin-bottom: 9px;
}

.why-grid h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.why-grid p {
  margin: 0;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.42;
}

.business-form-section {
  padding: 8px 68px 70px;
}

.business-form {
  position: relative;
  z-index: 4;
  display: grid;
  gap: 14px;
  max-width: 940px;
  margin: 0 auto;
  padding: 42px 54px 34px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: rgba(255,251,237,.54);
}

.business-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
}

.business-form label,
.business-form legend {
  display: grid;
  gap: 5px;
  margin: 0;
  font-size: 13px;
  font-weight: 650;
}

.business-form input,
.business-form select,
.business-form textarea {
  width: 100%;
  border: 1px solid rgba(0,0,0,.24);
  border-radius: 0;
  background: rgba(255,255,255,.28);
  color: var(--ink);
  font: inherit;
  min-height: 42px;
  padding: 8px 10px;
}

.business-form textarea {
  min-height: 110px;
  resize: vertical;
}

.business-form fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.business-form fieldset label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.business-form input[type="checkbox"] {
  width: 14px;
  min-height: 14px;
  accent-color: var(--forest);
}

.business-form button {
  justify-self: center;
  min-width: 232px;
  margin-top: 4px;
}

.form-trees {
  position: absolute;
  z-index: 2;
  bottom: -38px;
  width: 280px;
  mix-blend-mode: multiply;
}

.form-trees-left {
  left: -48px;
}

.form-trees-right {
  right: -48px;
  transform: scaleX(-1);
}

.form-cup {
  position: absolute;
  z-index: 3;
  left: 38px;
  bottom: 184px;
  width: 132px;
  height: 132px;
}

.form-plant {
  position: absolute;
  z-index: 3;
  right: 42px;
  bottom: 184px;
  width: 150px;
  height: 150px;
}

.business-footer {
  padding: 0 68px 31px;
  text-align: center;
}

.footer-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 14px;
}

.footer-benefits div {
  display: grid;
  grid-template-columns: 36px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 9px;
  text-align: left;
}

.footer-benefits .pictogram {
  grid-row: span 2;
  width: 34px;
  height: 34px;
}

.footer-benefits strong {
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.footer-benefits small {
  font-size: 10px;
  font-weight: 600;
}

/* Startseite */
.home-page {
  --line: 2px solid var(--ink);
}

.home-hero,
.home-intro,
.home-audience,
.home-character,
.home-fire-section {
  position: relative;
  z-index: 5;
}

.home-hero {
  overflow: hidden;
}

.home-hero-copy {
  position: relative;
  z-index: 7;
  text-align: center;
}

.home-eyebrow {
  margin: 0 0 16px;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-stamp {
  margin-bottom: 18px;
}

.home-stamp::before,
.home-stamp::after {
  display: none;
}

.home-stamp h1 {
  font-size: clamp(44px, 4.9vw, 76px);
}

.home-hero-photo {
  background: var(--ink);
}

.home-fire-mark {
  position: absolute;
  z-index: 4;
  width: 132px;
  height: 132px;
  opacity: .96;
  mix-blend-mode: multiply;
}

.home-intro {
  background: var(--ink);
}

.home-path-card {
  gap: 0;
}

.home-path-card p {
  flex: 1;
}

.home-path-card .btn {
  margin-top: 20px;
}

.home-path-featured {
  background: var(--ink);
  color: var(--paper-light);
}

.home-path-featured .pictogram {
  filter: invert(1);
  mix-blend-mode: screen;
}

.home-rhythm {
  margin-top: 0;
}

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

.home-food-panel {
  background: rgba(251,248,234,.72);
}

.home-fire-panel {
  background: var(--paper-light);
  color: var(--ink);
}

.home-fire-panel .pictogram-img {
  filter: none;
  mix-blend-mode: multiply;
}

.home-form-intro {
  max-width: 620px;
  margin: -8px auto 18px;
  text-align: center;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.6;
}

.trip-intro-card {
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--paper-light);
  overflow: hidden;
  box-shadow: 5px 5px 0 rgba(0,0,0,.08);
}

.trip-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trip-intro-text {
  position: relative;
  padding: 45px 52px;
}

.trip-intro-text h2,
.sketch-card h3,
.program-card h3,
.included-panel h2,
.suitable-panel h2,
.process-grid h3,
.trip-form h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  line-height: .98;
  text-transform: uppercase;
}

.trip-intro-text h2 {
  max-width: 460px;
  font-size: 44px;
}

.trip-intro-text p {
  max-width: 520px;
  margin: 22px 0 0;
  font-weight: 600;
  line-height: 1.65;
}

.trip-intro-text img {
  position: absolute;
  right: -32px;
  bottom: -58px;
  width: 160px;
  mix-blend-mode: multiply;
}

.trip-section {
  padding-left: 68px;
  padding-right: 68px;
}

.expect-grid,
.program-grid,
.process-grid,
.trip-two-column {
  display: grid;
  gap: 24px;
}

.sketch-card,
.program-card,
.suitable-panel {
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: rgba(251,248,234,.65);
  box-shadow: 4px 4px 0 rgba(0,0,0,.055);
}

.sketch-card,
.program-card {
  text-align: center;
}

.sketch-card {
  min-height: 275px;
  padding: 32px 24px 26px;
}

.sketch-icon {
  width: 92px;
  height: 92px;
  object-fit: contain;
  margin: 0 auto 24px;
  color: var(--ink);
}

img.sketch-icon {
  width: 104px;
  height: 104px;
  margin-bottom: 24px;
  color: var(--ink);
}

.sketch-card h3 {
  font-size: 24px;
}

.sketch-card p,
.program-card p,
.process-grid p {
  margin: 15px auto 0;
  max-width: 260px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.section-note {
  max-width: 680px;
  margin: -6px auto 26px;
  text-align: center;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.6;
}

.program-card {
  min-height: 285px;
  padding: 28px 20px 24px;
}

.program-card h3 {
  font-size: 22px;
}

.program-icon {
  width: 84px;
  height: 84px;
  object-fit: contain;
  margin: 22px auto 16px;
  color: var(--ink);
}

img.program-icon {
  width: 92px;
  height: 92px;
  margin: 22px auto 16px;
  color: var(--ink);
}

.package-option {
  display: flex;
  flex-direction: column;
  min-height: 500px;
  padding: 30px 24px 26px;
}

.package-option p {
  max-width: 310px;
}

.package-option ul {
  flex: 1;
  margin: 20px 0 22px;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.package-option li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
}

.package-option li::before {
  content: "✓";
  font-family: "Oswald", sans-serif;
  font-weight: 800;
}

.package-featured {
  background: var(--ink);
  color: var(--paper-light);
  transform: translateY(-8px);
  box-shadow: 6px 8px 0 rgba(0,0,0,.13);
}

.package-featured .pictogram-img {
  filter: invert(1);
  mix-blend-mode: screen;
}

.price-tag {
  display: block;
  margin-top: auto;
  padding: 12px 14px;
  border: 3px solid currentColor;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.included-panel,
.suitable-panel {
  position: relative;
  overflow: hidden;
  min-height: 315px;
  padding: 38px 42px;
}

.included-panel {
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper-light);
  box-shadow: 4px 4px 0 rgba(0,0,0,.08);
}

.included-panel h2,
.suitable-panel h2 {
  font-size: 34px;
}

.included-panel ul,
.suitable-panel ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  line-height: 1.85;
}

.included-panel li::before {
  content: "✓ ";
}

.included-doodle {
  position: absolute;
  right: 18px;
  bottom: 10px;
  width: 150px;
  height: 150px;
  opacity: .78;
  filter: invert(1);
  mix-blend-mode: screen;
}

.suitable-panel h2 {
  text-align: center;
}

.suitable-content {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 22px;
}

.suitable-icon {
  width: 150px;
  height: 135px;
}

.suitable-panel li::before {
  content: "• ";
}

.unsuitable-panel p {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.65;
}

.unsuitable-panel p:last-child {
  margin-bottom: 0;
}

.sustainability-panel {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 34px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 42px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--paper-light);
  box-shadow: 5px 5px 0 rgba(0,0,0,.08);
}

.sustainability-panel h3,
.trip-clarity h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  line-height: .98;
  text-transform: uppercase;
}

.sustainability-panel h3 {
  font-size: 34px;
}

.sustainability-panel p {
  margin: 16px 0 0;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.7;
}

.sustainability-icon {
  width: 170px;
  height: 170px;
  justify-self: center;
}

.trip-clarity {
  margin: -14px 68px 58px;
  padding: 34px 42px 36px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper-light);
  text-align: center;
  box-shadow: 5px 5px 0 rgba(0,0,0,.08);
}

.trip-clarity h2 {
  font-size: 38px;
}

.trip-clarity p {
  max-width: 760px;
  margin: 18px auto 0;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.6;
}

.process-grid {
  align-items: start;
}

.process-grid article {
  position: relative;
  text-align: center;
}

.process-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 58px;
  right: -26px;
  width: 30px;
  border-top: 3px dashed var(--ink);
}

.process-icon {
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border: 3px solid rgba(0,0,0,.58);
  border-radius: 50%;
  background: rgba(251,248,234,.55);
}

.process-icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.process-grid h3 {
  font-size: 19px;
}

.trip-form-section {
  overflow: hidden;
  padding-left: 68px;
  padding-right: 68px;
}

.trip-form {
  position: relative;
  z-index: 4;
  max-width: 940px;
  margin: 0 auto;
  padding: 42px 54px 34px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: rgba(251,248,234,.72);
  box-shadow: 4px 4px 0 rgba(0,0,0,.06);
}

.trip-form h2 {
  margin-bottom: 26px;
  text-align: center;
  font-size: 44px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px;
}

.form-grid label:nth-child(5),
.form-grid label:nth-child(6),
.form-grid label:nth-child(7) {
  grid-column: span 1;
}

.trip-form label,
.trip-form legend {
  font-size: 13px;
  font-weight: 700;
}

.trip-form input,
.trip-form select,
.trip-form textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  border: 2px solid rgba(0,0,0,.22);
  border-radius: 0;
  background: rgba(255,255,255,.32);
  color: var(--ink);
  font: inherit;
}

.trip-form input,
.trip-form select {
  min-height: 42px;
  padding: 8px 10px;
}

.trip-form textarea {
  resize: vertical;
  min-height: 110px;
  padding: 10px;
}

.trip-form fieldset {
  margin: 18px 0 0;
  padding: 0;
  border: 0;
}

.trip-form fieldset label {
  display: block;
  margin-top: 10px;
}

.trip-form input[type="checkbox"] {
  display: inline-grid;
  width: 18px;
  min-height: 18px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.message-label {
  display: block;
  margin-top: 18px;
}

.form-tree {
  position: absolute;
  z-index: 1;
  bottom: -38px;
  width: 280px;
  pointer-events: none;
}

.form-tree-left {
  left: -48px;
}

.form-tree-right {
  right: -48px;
  transform: scaleX(-1);
}

/* Yoga retreats page */
.yoga-page {
  --paper: #f4efdf;
  --paper-light: #fbf8ea;
  --ink: #070707;
  --forest: #304925;
  --forest-dark: #203519;
  --line: 2px solid var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(255,255,255,.68), transparent 260px),
    radial-gradient(circle at 82% 24%, rgba(49,85,47,.13), transparent 300px),
    radial-gradient(circle at 44% 76%, rgba(0,0,0,.038), transparent 360px),
    linear-gradient(90deg, rgba(0,0,0,.025) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,0,0,.018) 1px, transparent 1px),
    var(--paper);
  background-size: auto, auto, auto, 30px 30px, 30px 30px, auto;
}

.yoga-page h1,
.yoga-page h2,
.yoga-page h3,
.yoga-page strong,
.yoga-page .business-btn,
.yoga-page .breadcrumb,
.yoga-page .business-footer a {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.yoga-btn.ghost-dark {
  border: 3px solid var(--ink);
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}

.yoga-btn.ghost-dark:hover {
  background: var(--ink);
  color: var(--paper-light);
}

.yoga-hero,
.yoga-intro-card,
.yoga-section,
.yoga-included,
.yoga-form-section,
.yoga-footer {
  position: relative;
  z-index: 5;
}

.yoga-hero {
  min-height: 640px;
  overflow: hidden;
  padding: 8px 68px 46px;
}

.yoga-hero-copy {
  position: relative;
  z-index: 8;
  width: min(650px, 55vw);
  margin: 24px 0 0 230px;
  text-align: center;
}

.yoga-stamp {
  margin-bottom: 24px;
  padding: 18px 48px 14px;
}

.yoga-stamp h1 {
  font-size: clamp(52px, 5.2vw, 82px);
}

.yoga-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.yoga-page .hero-text {
  max-width: 480px;
}

.yoga-hero-photo {
  position: absolute;
  z-index: 6;
  right: -54px;
  top: 35px;
  width: 535px;
  height: 535px;
  margin: 0;
  overflow: hidden;
  border: 9px solid var(--paper);
  border-radius: 50%;
  background: var(--paper-light);
  box-shadow: 0 20px 38px rgba(0,0,0,.28);
}

.yoga-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.yoga-hero-trees {
  position: absolute;
  z-index: 4;
  left: 44px;
  bottom: 18px;
  width: 285px;
  mix-blend-mode: multiply;
}

.yoga-hero-leaf {
  position: absolute;
  z-index: 5;
  left: 256px;
  bottom: 72px;
  width: 112px;
  height: 112px;
  transform: rotate(-18deg);
  mix-blend-mode: multiply;
}

.yoga-intro-card {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  min-height: 390px;
  margin: 0 68px 58px;
  overflow: hidden;
  border: var(--line);
  border-radius: 8px;
  background: rgba(255,251,237,.5);
}

.yoga-intro-image {
  min-height: 390px;
  border-right: var(--line);
}

.yoga-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.yoga-intro-text {
  position: relative;
  min-height: 390px;
  padding: 46px 52px 132px;
}

.yoga-intro-text h2,
.yoga-included h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.yoga-intro-text h2 {
  max-width: 540px;
  font-size: 44px;
}

.yoga-intro-text p {
  max-width: 530px;
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.55;
}

.yoga-intro-text p:first-of-type {
  margin-top: 24px;
}

.yoga-host-line {
  display: inline-block;
  padding: 10px 14px;
  border-left: 4px solid var(--forest);
  background: rgba(48,73,37,.08);
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.yoga-mountains {
  position: absolute;
  right: 112px;
  bottom: 22px;
  width: 180px;
  height: 106px;
  mix-blend-mode: multiply;
}

.yoga-intro-pine {
  position: absolute;
  right: 26px;
  bottom: 17px;
  width: 96px;
  height: 120px;
  mix-blend-mode: multiply;
}

.yoga-section {
  padding: 0 68px 58px;
}

.yoga-title {
  margin-bottom: 24px;
}

.yoga-title h2 {
  font-size: 43px;
}

.yoga-expect-grid,
.yoga-audience-grid,
.yoga-module-grid {
  display: grid;
  gap: 28px;
}

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

.yoga-audience-grid {
  grid-template-columns: repeat(2, 1fr);
}

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

.yoga-stay-grid,
.yoga-clarity-grid {
  display: grid;
  gap: 28px;
}

.yoga-stay-grid {
  grid-template-columns: repeat(2, 1fr);
}

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

.yoga-outline-card,
.yoga-module-card,
.yoga-stay-card,
.yoga-clarity-card {
  justify-content: flex-start;
  min-height: 255px;
  padding: 28px 22px 24px;
  background: rgba(255,251,237,.34);
}

.yoga-outline-card h3,
.yoga-module-card h3,
.yoga-stay-card h3,
.yoga-clarity-card h3 {
  order: 0;
  min-height: 0;
  margin: 16px 0 0;
  overflow-wrap: anywhere;
}

.yoga-audience-grid .yoga-outline-card h3 {
  font-size: 28px;
  overflow-wrap: normal;
  word-break: normal;
}

.yoga-outline-card .pictogram {
  width: 106px;
  height: 106px;
}

.yoga-module-card {
  min-height: 210px;
}

.yoga-module-card .pictogram {
  width: 86px;
  height: 86px;
}

.yoga-module-card p {
  margin-top: 14px;
}

.yoga-stay-card {
  min-height: 285px;
  padding: 32px 34px 28px;
}

.yoga-stay-card .pictogram,
.yoga-clarity-card .pictogram {
  width: 86px;
  height: 86px;
}

.yoga-stay-card p,
.yoga-clarity-card p {
  max-width: 440px;
  margin: 16px auto 0;
  font-weight: 700;
  line-height: 1.58;
}

.yoga-stay-card strong {
  display: block;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 2px solid rgba(0,0,0,.2);
  font-size: 18px;
  line-height: 1.12;
}

.yoga-center-action {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.yoga-group-note {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 0;
  margin-top: 24px;
  border: var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,251,237,.58);
}

.yoga-group-note span,
.yoga-group-note strong {
  display: grid;
  min-height: 74px;
  padding: 16px 18px;
  place-items: center;
  border-right: var(--line);
  text-align: center;
}

.yoga-group-note strong:last-child {
  border-right: 0;
}

.yoga-group-note span {
  background: #050505;
  color: var(--paper-light);
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.yoga-group-note strong {
  font-size: 17px;
  line-height: 1.12;
}

.yoga-place-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.yoga-place-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: start;
  min-height: 330px;
  padding: 32px 30px;
  text-align: left;
  background: rgba(255,251,237,.42);
}

.yoga-place-card .pictogram {
  width: 92px;
  height: 92px;
  margin-top: 3px;
}

.yoga-place-card h3 {
  margin: 0 0 15px;
  font-size: 32px;
  line-height: 1;
}

.yoga-place-card p {
  margin: 0;
  font-weight: 700;
  line-height: 1.55;
}

.yoga-place-card ul {
  margin: 18px 0;
  padding-left: 20px;
  font-weight: 800;
  line-height: 1.55;
}

.yoga-place-closing {
  padding-top: 14px;
  border-top: 2px solid rgba(0,0,0,.2);
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.16;
  text-transform: uppercase;
}

.yoga-included {
  margin: 0 68px 58px;
  padding: 26px 36px 34px;
  border-radius: 8px;
  background: #050505;
  color: var(--paper-light);
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
  text-align: center;
}

.yoga-included h2 {
  margin-bottom: 20px;
  font-size: 38px;
}

.yoga-included-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 18px;
}

.yoga-included-grid div {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  min-width: 0;
}

.yoga-included-grid img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: invert(1);
  mix-blend-mode: screen;
}

.yoga-included-grid strong {
  max-width: 120px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

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

.yoga-package-note {
  max-width: 760px;
}

.yoga-price-card {
  min-height: 520px;
}

.yoga-price-card h3 {
  min-height: 70px;
  font-size: 25px;
}

.yoga-price-card .program-icon {
  width: 96px;
  height: 96px;
}

.yoga-price-card .price-tag {
  text-align: center;
}

.yoga-values-panel {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 34px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 42px;
  border: var(--line);
  border-radius: 8px;
  background: rgba(255,251,237,.58);
  box-shadow: 5px 5px 0 rgba(0,0,0,.08);
}

.yoga-values-panel .pictogram {
  width: 126px;
  height: 126px;
  justify-self: center;
}

.yoga-values-panel h3,
.yoga-interest-panel h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.yoga-values-panel h3 {
  font-size: 34px;
}

.yoga-values-panel p {
  margin: 16px 0 0;
  font-weight: 650;
  line-height: 1.68;
}

.yoga-clarity-card {
  min-height: 390px;
}

.yoga-clarity-card ul {
  margin: 20px 0 0;
  padding-left: 20px;
  text-align: left;
  font-weight: 800;
  line-height: 1.55;
}

.yoga-not-card {
  background: #050505;
  color: var(--paper-light);
}

.yoga-not-card .pictogram {
  filter: invert(1);
  mix-blend-mode: screen;
}

.yoga-interest-section {
  padding-bottom: 42px;
}

.yoga-interest-panel {
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 42px 38px;
  border: var(--line);
  border-radius: 8px;
  background: var(--paper-light);
  box-shadow: 5px 5px 0 rgba(0,0,0,.08);
  text-align: center;
}

.yoga-interest-panel h2 {
  font-size: 38px;
}

.yoga-interest-panel p {
  max-width: 700px;
  margin: 16px auto 0;
  font-weight: 700;
  line-height: 1.6;
}

.yoga-interest-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 24px 0;
  border: var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.yoga-interest-steps strong {
  display: grid;
  min-height: 66px;
  padding: 14px 16px;
  place-items: center;
  border-right: var(--line);
  font-size: 17px;
  line-height: 1.1;
}

.yoga-interest-steps strong:last-child {
  border-right: 0;
}

.yoga-why-grid article {
  min-height: 190px;
}

.yoga-why-grid .pictogram {
  width: 82px;
  height: 82px;
}

.yoga-form-section {
  overflow: hidden;
  padding-bottom: 24px;
}

.yoga-form {
  max-width: 960px;
}

.yoga-form fieldset {
  grid-template-columns: 1fr 1fr;
}

.yoga-form fieldset legend {
  grid-column: 1 / -1;
}

.yoga-form-mat {
  position: absolute;
  z-index: 4;
  left: 54px;
  bottom: 118px;
  width: 150px;
  height: 150px;
}

.yoga-form-bottle {
  position: absolute;
  z-index: 5;
  left: 142px;
  bottom: 176px;
  width: 78px;
  height: 130px;
}

.yoga-form-grass {
  position: absolute;
  z-index: 4;
  right: 54px;
  bottom: 116px;
  width: 188px;
  height: 188px;
}

.yoga-footer {
  padding: 0 68px 30px;
}

.yoga-footer .footer-benefits {
  width: min(980px, 100%);
  margin: 0 auto 20px;
  gap: 80px;
  align-items: start;
}

.yoga-footer .footer-benefits div {
  grid-template-columns: 52px auto;
  column-gap: 12px;
  justify-content: center;
}

.yoga-footer .footer-benefits .pictogram {
  width: 44px;
  height: 44px;
  align-self: center;
}

.yoga-footer .footer-benefits strong {
  font-size: 15px;
  line-height: .95;
}

.yoga-footer .footer-benefits small {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 700;
}

.yoga-footer .socials {
  margin-top: 8px;
}

.yoga-footer .footer-links {
  margin-top: 18px;
}
