/* ===== Tablet / iPad (max-width: 1024px) ===== */
@media (max-width: 1024px) {
  .header {
    padding: 43px 38px 10px;
  }

  .logo-img {
    height: 70px;
  }

  .desktop-nav,
  .header > .btn {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .hero {
    min-height: 440px;
    padding: 16px 34px 16px;
  }

  .hero-inner {
    width: min(840px, 86vw);
  }

  .stamp-title h1 {
    font-size: clamp(34px, 5.8vw, 54px);
  }

  .campfire-container {
    position: relative;
    top: auto;
    right: auto;
    width: 320px;
    height: 320px;
    margin: 28px auto 0;
  }

  .campfire-photo {
    width: 100%;
    height: 100%;
  }

  .campfire-tree.left {
    left: -65px;
    bottom: -12px;
    width: 160px;
  }

  .campfire-tree.right {
    right: -45px;
    bottom: -15px;
    width: 110px;
  }

  .hero-trees {
    width: 320px;
    bottom: 8px;
  }

  .hero-trees.left {
    left: -54px;
    width: 390px;
    bottom: -60px;
  }

  .hero .hero-forest {
    left: -54px;
    width: 390px;
    bottom: -60px;
  }

  .hero-trees.right {
    display: block;
    right: -54px;
    transform: scaleX(-1);
  }

  .offers {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-auto-rows: minmax(185px, auto);
    padding: 0 38px 36px;
    gap: 18px;
  }

  .offers-tree {
    display: none;
  }

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

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

  .offer-content h2 {
    font-size: 34px;
    line-height: 1.0;
  }

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

  .owl-doodle { width: 80px; }
  .kids-doodle { width: 110px; }
  .bus-doodle { width: 85px; }
  .gear-doodle { width: 50px; }
  .compass-doodle { width: 58px; }
  .yoga-doodle { width: 68px; }
  .fuchs-doodle { width: 90px; }
  .hirsch-footer { width: 100px; }
  .eule-footer { width: 80px; }

  .booking {
    padding: 0 38px 36px;
  }

  .booking-grid {
    grid-template-columns: .85fr 1fr .85fr;
    gap: 18px;
  }

  .benefits {
    padding: 0 52px 30px;
    gap: 16px;
  }

  .footer {
    padding: 14px 38px 31px;
  }

  .trip-hero {
    min-height: auto;
    padding: 8px 38px 44px;
  }

  .trip-hero-copy {
    width: min(680px, 100%);
    margin: 24px auto 0;
  }

  .trip-campfire {
    position: relative;
    right: auto;
    top: auto;
    width: 350px;
    height: 350px;
    margin: 28px auto 0;
  }

  .trip-hero-trees {
    left: -70px;
    bottom: 5px;
    width: 310px;
    opacity: .9;
  }

  .trip-bus {
    left: 36px;
    bottom: 34px;
    width: 165px;
  }

  .trip-intro-card {
    margin: 0 38px 42px;
  }

  .trip-intro-text {
    padding: 36px 34px;
  }

  .trip-intro-text h2 {
    font-size: 36px;
  }

  .trip-section,
  .trip-form-section {
    padding-left: 38px;
    padding-right: 38px;
  }

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

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

  .package-featured {
    transform: none;
  }

  .trip-two-column {
    grid-template-columns: 1fr;
    padding: 0 38px;
  }

  .sustainability-panel {
    grid-template-columns: 140px 1fr;
    padding: 30px 32px;
  }

  .sustainability-icon {
    width: 125px;
    height: 125px;
  }

  .trip-clarity {
    margin-left: 38px;
    margin-right: 38px;
  }

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

  .process-grid article:not(:last-child)::after {
    display: none;
  }

  .form-tree {
    width: 210px;
  }
}

@media (max-width: 1180px) {
  .yoga-hero-copy {
    width: min(620px, 62vw);
    margin-left: 145px;
  }

  .yoga-hero-trees {
    left: 8px;
    width: 250px;
  }

  .yoga-hero-leaf {
    left: 222px;
  }

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

@media (max-width: 1024px) {
  .yoga-hero {
    min-height: auto;
    padding: 8px 38px 42px;
  }

  .yoga-hero-copy {
    width: min(680px, 100%);
    margin: 22px auto 0;
  }

  .yoga-hero-photo {
    position: relative;
    top: auto;
    right: auto;
    width: 350px;
    height: 350px;
    margin: 28px auto 0;
  }

  .yoga-hero-trees {
    left: -58px;
    bottom: 12px;
    width: 270px;
    opacity: .8;
  }

  .yoga-hero-leaf {
    left: 122px;
    bottom: 56px;
    width: 86px;
    height: 86px;
    opacity: .75;
  }

  .yoga-intro-card,
  .yoga-included {
    margin-left: 38px;
    margin-right: 38px;
  }

  .yoga-intro-text {
    padding: 36px 34px;
  }

  .yoga-intro-text h2 {
    font-size: 36px;
  }

  .yoga-section {
    padding-left: 38px;
    padding-right: 38px;
  }

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

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

  .yoga-group-note span {
    grid-column: 1 / -1;
  }

  .yoga-group-note span,
  .yoga-group-note strong {
    border-right: 0;
    border-bottom: var(--line);
  }

  .yoga-group-note strong:nth-child(3) {
    border-right: var(--line);
  }

  .yoga-group-note strong:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

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

  .yoga-values-panel {
    grid-template-columns: 120px 1fr;
    padding: 30px 32px;
  }

  .yoga-values-panel .pictogram {
    width: 104px;
    height: 104px;
  }

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

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

  .yoga-price-featured {
    grid-column: 1 / -1;
  }

  .yoga-form-mat,
  .yoga-form-bottle,
  .yoga-form-grass {
    opacity: .26;
  }

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

@media (max-width: 768px) {
  .yoga-hero {
    padding: 6px 24px 34px;
  }

  .yoga-stamp {
    border-width: 5px;
    padding: 14px 20px 11px;
  }

  .yoga-stamp h1 {
    font-size: clamp(36px, 8vw, 58px);
  }

  .yoga-hero-photo {
    width: 265px;
    height: 265px;
    border-width: 6px;
  }

  .yoga-hero-trees,
  .yoga-hero-leaf {
    display: none;
  }

  .yoga-intro-card {
    grid-template-columns: 1fr;
    margin: 0 24px 38px;
  }

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

  .yoga-intro-text {
    min-height: 280px;
  }

  .yoga-mountains,
  .yoga-intro-pine {
    opacity: .18;
  }

  .yoga-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .yoga-expect-grid,
  .yoga-audience-grid,
  .yoga-module-grid,
  .yoga-place-grid,
  .yoga-stay-grid,
  .yoga-clarity-grid,
  .yoga-price-grid,
  .yoga-why-grid {
    grid-template-columns: 1fr;
  }

  .yoga-included {
    margin: 0 24px 38px;
    padding: 24px 20px 28px;
  }

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

  .yoga-price-featured {
    grid-column: auto;
  }

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

@media (max-width: 640px) {
  .yoga-hero {
    padding: 6px 18px 30px;
  }

  .yoga-hero-copy {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .yoga-stamp {
    width: calc(100% - 10px);
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(-1deg);
  }

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

  .yoga-stamp h1 {
    font-size: 24px;
    white-space: normal;
  }

  .yoga-stamp h1 span {
    white-space: normal;
  }

  .yoga-actions {
    gap: 10px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .yoga-page .hero-text {
    max-width: 300px;
    font-size: 12px;
    overflow-wrap: anywhere;
  }

  .yoga-actions .business-btn {
    width: 100%;
  }

  .yoga-hero-photo {
    width: 210px;
    height: 210px;
  }

  .yoga-intro-card {
    width: calc(100% - 36px);
    margin-left: auto;
    margin-right: auto;
  }

  .yoga-intro-text {
    padding: 28px 22px 24px;
  }

  .yoga-intro-text h2,
  .yoga-intro-text p {
    max-width: 290px;
  }

  .yoga-host-line {
    font-size: 15px;
  }

  .yoga-intro-text h2,
  .yoga-title h2,
  .yoga-included h2,
  .yoga-form h2 {
    font-size: 27px;
    overflow-wrap: anywhere;
  }

  .yoga-intro-text p,
  .yoga-price-card ul {
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  .yoga-section,
  .yoga-form-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .yoga-outline-card,
  .yoga-module-card,
  .yoga-place-card,
  .yoga-stay-card,
  .yoga-clarity-card {
    min-height: auto;
    padding: 24px 18px 20px;
  }

  .yoga-place-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .yoga-place-card ul {
    display: inline-block;
    text-align: left;
  }

  .yoga-place-card h3 {
    font-size: 26px;
  }

  .yoga-group-note {
    grid-template-columns: 1fr;
  }

  .yoga-group-note span,
  .yoga-group-note strong,
  .yoga-group-note strong:nth-child(3),
  .yoga-group-note strong:last-child {
    grid-column: auto;
    min-height: 62px;
    border-right: 0;
    border-bottom: var(--line);
    font-size: 15px;
  }

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

  .yoga-included {
    margin-left: 18px;
    margin-right: 18px;
  }

  .yoga-included-grid {
    gap: 16px 10px;
  }

  .yoga-included-grid img {
    width: 54px;
    height: 54px;
  }

  .yoga-included-grid strong {
    font-size: 12px;
  }

  .yoga-price-card {
    min-height: auto;
  }

  .yoga-price-card h3 {
    min-height: auto;
    font-size: 26px;
  }

  .yoga-values-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 22px;
    text-align: center;
  }

  .yoga-values-panel h3,
  .yoga-interest-panel h2 {
    font-size: 27px;
    overflow-wrap: anywhere;
  }

  .yoga-values-panel p {
    text-align: left;
    font-size: 13px;
  }

  .yoga-clarity-card ul {
    font-size: 13px;
  }

  .yoga-interest-panel {
    padding: 28px 20px 30px;
  }

  .yoga-interest-panel p {
    font-size: 13px;
  }

  .yoga-interest-steps {
    grid-template-columns: 1fr;
  }

  .yoga-interest-steps strong {
    min-height: 56px;
    border-right: 0;
    border-bottom: var(--line);
    font-size: 15px;
  }

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

  .yoga-form {
    padding: 26px 20px 23px;
  }

  .yoga-form-mat,
  .yoga-form-bottle,
  .yoga-form-grass {
    display: none;
  }

  .yoga-footer .footer-benefits {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .yoga-footer .footer-benefits div {
    justify-content: start;
  }
}

@media (max-width: 1024px) {


  .business-hero {
    min-height: 610px;
    padding: 8px 24px 38px;
  }

  .hero-copy {
    width: min(580px, 100%);
    margin: 0 auto;
  }

  .hero-photo {
    position: relative;
    top: auto;
    right: auto;
    width: 245px;
    height: 245px;
    margin: 28px auto 0;
  }

  .hero-forest {
    width: 158px;
    bottom: 32px;
  }

  .hero-compass {
    left: 140px;
    bottom: 64px;
    width: 72px;
    height: 72px;
  }

  .meeting-intro,
  .offer-grid,
  .package-grid,
  .why-grid,
  .amenity-panel,
  .footer-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .meeting-intro {
    margin-left: 24px;
    margin-right: 24px;
  }

  .package-card-featured {
    grid-column: 1 / -1;
  }

  .business-form-section {
    padding-left: 52px;
    padding-right: 52px;
  }

  .form-trees,
  .form-cup,
  .form-plant {
    opacity: .24;
  }
}

@media (max-width: 640px) {
  .business-page .rough-top {
    height: 30px;
  }



  .business-hero {
    min-height: auto;
    padding: 6px 18px 34px;
  }

  .breadcrumb {
    margin-bottom: 16px;
  }

  .business-stamp {
    width: calc(100% - 18px);
    max-width: 100%;
    padding: 12px 15px 10px;
    border-width: 3px;
    transform: rotate(-1deg);
  }

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

  .business-stamp h1 {
    font-size: clamp(28px, 8.5vw, 34px);
  }

  .business-stamp h1 span {
    max-width: 260px;
    margin: 0 auto;
    white-space: normal;
  }

  .hero-kicker {
    font-size: 14px;
  }

  .hero-text {
    max-width: 320px;
    font-size: 11px;
    overflow-wrap: break-word;
  }

  .hero-photo {
    width: 190px;
    height: 190px;
    border-width: 5px;
  }

  .hero-forest,
  .hero-compass {
    display: none;
  }

  .meeting-intro {
    grid-template-columns: 1fr;
    margin: 0 18px 38px;
  }

  .meeting-intro > img,
  .meeting-intro > div {
    min-height: 190px;
  }

  .meeting-intro > div {
    padding: 30px 24px 24px;
  }

  .meeting-intro h2 {
    font-size: 27px;
  }

  .business-section {
    padding: 0 18px 38px;
  }

  .section-title {
    gap: 12px;
  }

  .section-title span {
    width: 42px;
  }

  .section-title h2,
  .solo-title,
  .business-form h2 {
    font-size: 26px;
  }

  .offer-grid,
  .package-grid,
  .why-grid,
  .amenity-panel,
  .footer-benefits {
    grid-template-columns: 1fr;
  }

  .outline-card {
    min-height: auto;
    padding: 22px 18px 18px;
  }

  .outline-card h3 {
    margin-bottom: 15px;
  }

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

  .package-card > div,
  .package-card-featured > div {
    min-height: auto;
  }

  .why-grid article {
    min-height: auto;
  }

  .business-form-section {
    padding: 0 18px 44px;
  }

  .business-form {
    padding: 26px 20px 23px;
  }

  .business-form .form-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .business-form button {
    width: 100%;
    min-width: 0;
  }

  .form-trees,
  .form-cup,
  .form-plant {
    display: none;
  }

  .business-footer {
    padding: 0 18px 24px;
  }
}

/* ===== Tablet Portrait / Small Tablet (max-width: 768px) ===== */
@media (max-width: 768px) {
  .header {
    padding: 40px 24px 8px;
  }

  .logo-img {
    height: 62px;
  }

  .mobile-nav.is-open {
    margin: 0 24px 18px;
  }

  .hero {
    min-height: 380px;
    padding: 14px 24px 14px;
  }

  .stamp-title h1 {
    font-size: clamp(28px, 5vw, 44px);
  }

  .campfire-container {
    width: 280px;
    height: 280px;
    margin-top: 22px;
  }

  .campfire-tree.left {
    left: -55px;
    width: 130px;
  }

  .campfire-tree.right {
    right: -35px;
    width: 90px;
  }

  .offers {
    grid-template-columns: 1fr;
    padding: 0 24px 28px;
    gap: 16px;
  }

  .offer-card.split {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .offer-content h2 {
    font-size: 30px;
  }

  .offer-card:not(.large) .offer-content h2 {
    font-size: 26px;
  }

  .booking {
    padding: 0 24px 28px;
  }

  .booking-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .package,
  .availability,
  .premium-panel > div {
    min-height: auto;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .benefits {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 24px 26px;
  }

  .benefits article {
    justify-content: flex-start;
    padding: 13px 0;
    border-top: 1px solid rgba(0,0,0,.23);
  }

  .footer {
    padding: 10px 24px 28px;
  }

  .hirsch-footer {
    width: 90px;
  }

  .eule-footer {
    width: 70px;
  }

  .trip-hero {
    padding: 6px 24px 34px;
  }

  .trip-stamp {
    border-width: 5px;
  }

  .trip-stamp h1 {
    font-size: clamp(35px, 8vw, 58px);
  }

  .trip-kicker {
    font-size: 18px;
  }

  .trip-intro {
    font-size: 14px;
  }

  .trip-campfire {
    width: 265px;
    height: 265px;
    border-width: 6px;
  }

  .trip-hero-trees,
  .trip-bus {
    display: none;
  }

  .trip-intro-card {
    grid-template-columns: 1fr;
    margin: 0 24px 38px;
  }

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

  .trip-section,
  .trip-form-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .expect-grid {
    grid-template-columns: 1fr;
  }

  .trip-package-grid {
    grid-template-columns: 1fr;
  }

  .trip-two-column {
    padding: 0 24px;
  }

  .package-option {
    min-height: auto;
  }

  .sustainability-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
    text-align: center;
  }

  .sustainability-panel p {
    text-align: left;
  }

  .trip-clarity {
    margin: 0 24px 38px;
    padding: 28px 24px 30px;
  }

  .trip-form {
    padding: 34px 28px 30px;
  }

  .trip-form h2 {
    font-size: 34px;
  }

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

  .suitable-content {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

/* ===== Mobile (max-width: 640px) ===== */
@media (max-width: 640px) {
  .class-trip-page {
    overflow-x: hidden;
  }

  .rough-top {
    height: 32px;
  }

  .header {
    padding: 38px 20px 7px;
    background: linear-gradient(to bottom, transparent 32px, var(--paper) 32px);
  }

  .logo-img {
    height: 58px;
  }

  .mobile-nav.is-open {
    margin: 0 20px 14px;
  }

  .mobile-nav a {
    padding: 16px 18px;
    font-size: 15px;
  }

  .hero {
    min-height: 320px;
    padding: 10px 18px 12px;
    background: linear-gradient(to bottom, var(--paper) calc(100% - 35px), transparent calc(100% - 35px));
  }

  .hero-divider {
    height: 24px;
    bottom: 16px;
  }

  .hero-inner {
    width: 100%;
  }

  .stamp-title {
    border-width: 4px;
    padding: 13px 13px 9px;
    margin-top: 12px;
    margin-bottom: 35px;
    margin-right: 110px;
    transform: rotate(-1.5deg);
  }

  .stamp-title h1 {
    max-width: 320px;
    font-size: 26px;
    line-height: .95;
  }

  .hero p {
    max-width: 260px;
    margin-bottom: 15px;
    font-size: 13px;
  }

  .hero .btn {
    padding: 9px 17px;
    font-size: 13px;
  }

  .campfire-container {
    position: absolute;
    right: -8px;
    top: -10px;
    width: 130px;
    height: 130px;
    margin: 0;
  }

  .campfire-photo {
    border-width: 4px;
    box-shadow: 0 6px 16px rgba(0,0,0,.18);
  }

  .campfire-tree {
    display: none;
  }

  .hero-trees {
    bottom: 46px;
    width: 210px;
  }

  .hero-trees.left {
    left: -58px;
    width: 260px;
    bottom: -50px;
  }

  .hero .hero-forest {
    left: -58px;
    width: 260px;
    bottom: -50px;
  }

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

  .offers {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 0 20px 24px;
    margin-top: 9px;
  }

  .offers-tree {
    display: none;
  }

  .card-doodle,
  .card-animal {
    display: none;
  }

  .hirsch-footer,
  .eule-footer {
    display: none;
  }

  .offer-card,
  .offer-card.large,
  .offer-card.split {
    min-height: 92px;
    display: grid;
    grid-template-columns: 116px 1fr;
    border-width: 2px;
  }

  .offer-card:nth-of-type(1),
  .offer-card:nth-of-type(2),
  .offer-card:nth-of-type(3),
  .offer-card:nth-of-type(4),
  .offer-card:nth-of-type(5) {
    border-radius: 8px 12px 9px 11px/11px 9px 12px 8px;
  }

  .offer-card.no-image {
    grid-template-columns: 1fr;
  }

  .offer-image.split,
  .offer-image.top {
    height: 100%;
    min-height: 92px;
    border-right: 2px solid var(--ink);
    border-bottom: 0;
  }

  .offer-content {
    padding: 13px 14px;
  }

  .offer-content h2,
  .offer-card:not(.large) .offer-content h2 {
    font-size: 24px;
    line-height: .9;
  }

  .offer-content ul {
    display: none;
  }

  .offer-content .btn {
    margin-top: 8px;
    padding: 7px 11px;
    font-size: 11px;
  }

  .owl-doodle {
    width: 84px;
    height: auto;
    top: auto;
    bottom: -8px;
    right: 4px;
    opacity: .72;
  }

  .booking {
    padding: 0 20px 23px;
  }

  .section-heading h2 {
    font-size: 27px;
    white-space: nowrap;
  }

  .booking-grid {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .package,
  .availability,
  .premium-panel > div {
    min-height: auto;
  }

  .black-panel,
  .premium-panel > div,
  .availability {
    padding: 14px 16px;
  }

  .package:not(.premium-panel) {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: 12px;
  }

  .premium-panel > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    min-height: auto;
  }

  .premium-panel > div h3 {
    font-size: 22px;
  }

  .premium-panel > div ul {
    display: none;
  }

  .package-icon {
    width: 38px;
    height: 38px;
    margin: 0;
  }

  .package h3 {
    font-size: 22px;
  }

  .package ul,
  .availability .calendar-grid {
    display: none;
  }

  .package .btn,
  .availability .btn {
    padding: 8px 12px;
    font-size: 12px;
  }

  .availability {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
    text-align: left;
  }

  .benefits {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 20px 22px;
  }

  .benefits article {
    justify-content: flex-start;
    padding: 13px 0;
    border-top: 1px solid rgba(0,0,0,.23);
  }

  .footer {
    padding: 8px 20px 25px;
  }

  .footer-links {
    gap: 18px;
  }

  .breadcrumb {
    font-size: 11px;
  }

  .trip-hero {
    padding: 4px 20px 26px;
    max-width: 100vw;
  }

  .trip-stamp {
    display: block;
    width: 100%;
    max-width: 280px !important;
    margin: 0 0 24px !important;
    padding: 12px 15px 9px;
    border-width: 4px;
    transform: rotate(-1deg);
  }

  .trip-stamp h1 {
    font-size: 24px;
    line-height: .94;
    overflow-wrap: normal;
    word-break: normal;
  }

  .trip-stamp .title-line {
    white-space: nowrap;
  }

  .trip-hero-copy {
    width: 100% !important;
    max-width: 320px !important;
    margin: 22px 0 0 !important;
  }

  .trip-kicker,
  .trip-intro {
    max-width: 250px;
    margin-left: 0;
    margin-right: auto;
    overflow-wrap: anywhere;
  }

  .trip-actions {
    width: 280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
  }

  .trip-actions .btn {
    width: 100%;
    padding: 10px 12px;
    font-size: 13px;
  }

  .trip-campfire {
    width: 210px;
    height: 210px;
  }

  .trip-intro-card {
    width: 280px !important;
    max-width: 100% !important;
    margin: 0 0 30px 28px !important;
  }

  .trip-intro-image {
    min-height: 190px;
  }

  .trip-intro-text {
    padding: 25px 20px;
  }

  .trip-intro-text h2 {
    max-width: 100%;
    font-size: 24px;
    overflow-wrap: anywhere;
  }

  .trip-intro-text p,
  .sketch-card p,
  .program-card p,
  .process-grid p {
    max-width: 100%;
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  .sketch-card p,
  .program-card p,
  .process-grid p {
    max-width: 240px;
  }

  .trip-intro-text img {
    width: 108px;
    right: -30px;
    bottom: -38px;
  }

  .trip-section,
  .trip-form-section {
    padding-left: 28px;
    padding-right: 28px;
    margin-bottom: 34px;
  }

  .section-note {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .trip-section .section-heading h2 {
    white-space: normal;
  }

  .expect-grid,
  .program-grid,
  .process-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sketch-card,
  .program-card {
    min-height: auto;
    padding: 22px 18px;
  }

  .package-option ul {
    font-size: 12px;
  }

  .price-tag {
    font-size: 16px;
  }

  .sustainability-panel h3,
  .trip-clarity h2 {
    font-size: 28px;
  }

  .trip-clarity p {
    font-size: 14px;
  }

  .sketch-icon,
  .program-icon {
    width: 68px;
    height: 68px;
    margin: 6px auto 12px;
  }

  .trip-two-column {
    padding: 0 20px;
    gap: 14px;
    margin-bottom: 38px;
  }

  .included-panel,
  .suitable-panel {
    min-height: auto;
    padding: 28px 24px;
  }

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

  .included-doodle {
    width: 105px;
    height: 105px;
    opacity: .45;
  }

  .process-icon {
    width: 92px;
    height: 92px;
    margin-bottom: 14px;
  }

  .process-icon img {
    width: 56px;
    height: 56px;
  }

  .trip-form {
    padding: 28px 18px 24px;
  }

  .trip-form h2 {
    font-size: 29px;
  }

  .form-tree {
    display: none;
  }
}

/* ===== Small Mobile (max-width: 380px) ===== */
@media (max-width: 380px) {
  .header {
    padding: 34px 14px 6px;
  }

  .logo-img {
    height: 48px;
  }

  .mobile-nav.is-open {
    margin: 0 14px 12px;
  }

  .hero {
    padding: 8px 14px 10px;
  }

  .stamp-title {
    padding: 10px 10px 7px;
    margin-right: 90px;
  }

  .stamp-title h1 {
    font-size: 22px;
    max-width: 260px;
  }

  .campfire-container {
    width: 100px;
    height: 100px;
    right: -5px;
    top: -5px;
  }

  .campfire-photo {
    border-width: 3px;
  }

  .hero p {
    font-size: 12px;
    max-width: 220px;
  }


  .offers {
    padding: 0 14px 20px;
  }

  .offer-card,
  .offer-card.large,
  .offer-card.split {
    grid-template-columns: 90px 1fr;
  }

  .offer-content h2,
  .offer-card:not(.large) .offer-content h2 {
    font-size: 20px;
  }

  .booking {
    padding: 0 14px 18px;
  }

  .section-heading h2 {
    font-size: 22px;
  }

  .section-heading span {
    width: 35px;
  }

  .benefits {
    padding: 0 14px 18px;
  }

  .footer {
    padding: 8px 14px 20px;
  }

  .footer-links {
    gap: 12px;
    font-size: 12px;
  }

  .trip-hero {
    padding-left: 14px;
    padding-right: 14px;
  }

  .trip-stamp h1 {
    font-size: 28px;
  }

  .trip-campfire {
    width: 180px;
    height: 180px;
  }

  .yoga-hero-photo {
    width: 180px;
    height: 180px;
  }

  .trip-intro-card {
    margin-left: 14px;
    margin-right: 14px;
  }

  .trip-section,
  .trip-form-section,
  .trip-two-column {
    padding-left: 14px;
    padding-right: 14px;
  }

  .trip-clarity {
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .included-panel,
  .suitable-panel,
  .trip-form {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Startseite */
@media (max-width: 1024px) {
  .home-hero {
    min-height: 620px;
    padding: 8px 38px 40px;
  }

  .home-hero-copy {
    width: min(620px, 100%);
    margin: 0 auto;
  }

  .home-hero-photo {
    position: relative;
    top: auto;
    right: auto;
    width: 300px;
    height: 300px;
    margin: 28px auto 0;
  }

  .home-hero-forest {
    left: -58px;
    width: 275px;
    bottom: 12px;
  }

  .home-fire-mark {
    left: 142px;
    bottom: 62px;
    width: 82px;
    height: 82px;
  }

  .home-character {
    grid-template-columns: 1fr;
    padding: 0 38px;
  }
}

@media (max-width: 768px) {
  .home-hero {
    min-height: auto;
    padding: 6px 24px 34px;
  }

  .home-stamp {
    border-width: 5px;
    padding: 14px 20px 11px;
  }

  .home-stamp h1 {
    font-size: clamp(34px, 8vw, 54px);
  }

  .home-hero-photo {
    width: 250px;
    height: 250px;
    border-width: 6px;
  }

  .home-hero-forest,
  .home-fire-mark {
    display: none;
  }

  .home-intro {
    margin-left: 24px;
    margin-right: 24px;
  }

  .home-character {
    padding: 0 24px;
    margin-bottom: 42px;
  }
}

@media (max-width: 640px) {
  .home-page {
    overflow-x: hidden;
  }

  .home-hero {
    padding: 6px 18px 32px;
  }

  .home-hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .home-eyebrow {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  .home-stamp {
    display: block;
    width: calc(100% - 10px);
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    padding: 11px 12px 9px;
    border-width: 3px;
    transform: rotate(-1deg);
  }

  .home-stamp h1 {
    font-size: 26px;
  }

  .home-stamp h1 span {
    max-width: none;
    white-space: normal !important;
  }

  .home-page .hero-kicker {
    font-size: 17px;
  }

  .home-page .hero-text {
    max-width: 315px;
    font-size: 12px;
  }

  .home-hero-photo {
    width: 205px;
    height: 205px;
  }

  .home-intro {
    margin: 0 18px 38px;
  }

  .home-intro > img,
  .home-intro > div {
    min-height: 210px;
  }

  .home-intro h2 {
    max-width: 295px;
    font-size: 25px;
    overflow-wrap: anywhere;
  }

  .home-intro p {
    max-width: 295px;
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  .home-intro .intro-mountains {
    display: none;
  }

  .home-character {
    padding: 0 18px;
  }

  .home-fire-panel {
    text-align: center;
  }

  .home-form-intro {
    font-size: 13px;
    text-align: left;
  }
}
