.pitztal-page {
  background: #fbf8f1;
}

.pitztal-page .site-header {
  box-shadow: 0 8px 24px rgba(46, 61, 44, .04);
}

.pitztal-hero {
  position: relative;
  min-height: clamp(520px, 50vw, 680px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--cream);
  isolation: isolate;
}

.pitztal-hero::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -62px;
  z-index: 3;
  height: 132px;
  background: #fbf8f1;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.pitztal-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  filter: saturate(1.02) brightness(1.04);
}

.pitztal-hero-soft {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(251, 248, 241, .96) 0%, rgba(251, 248, 241, .8) 31%, rgba(251, 248, 241, .34) 55%, rgba(251, 248, 241, .02) 100%);
}

.pitztal-hero-drawing {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: min(620px, 50vw);
  height: min(465px, 38vw);
  opacity: .92;
  background: url("/assets/images/hero-hintergrund-pitztal.png?v=20260618-lines") left bottom / contain no-repeat;
  pointer-events: none;
}

.pitztal-hero-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 560px) 1fr;
  align-items: center;
  min-height: inherit;
  padding-block: 54px 86px;
}

.pitztal-hero-copy {
  max-width: 560px;
}

.pitztal-hero h1 {
  margin: 0;
  color: var(--green-dark);
  font-family: var(--font-heading);
  font-size: clamp(34px, 3.45vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 600;
}

.pitztal-hero h1 span {
  position: relative;
  display: inline-block;
  margin-top: .16em;
  padding-bottom: .08em;
  color: var(--green);
  font-family: var(--font-script);
  font-size: clamp(54px, 5vw, 82px);
  line-height: .9;
  font-style: normal;
  font-weight: 400;
}

.pitztal-hero h1 span::after {
  content: "";
  position: absolute;
  left: .08em;
  right: .04em;
  bottom: .04em;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  opacity: .72;
}

.pitztal-hero-copy p {
  margin: 18px 0 0;
  color: #536251;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.5;
}

.pitztal-hero .hero-badge {
  justify-self: end;
  width: clamp(190px, 18vw, 285px);
}

.pitztal-season {
  position: relative;
  padding: clamp(56px, 6vw, 90px) 0;
}

.pitztal-season--summer {
  background-color: #fbf8f1;
  background-image: url("/assets/images/hintergrund-sommer.png?v=20260618");
  background-position: left calc(100% + 70px);
  background-size: 80%;
  background-repeat: no-repeat;
}

.pitztal-season--winter {
  background-color: #f1f7f8;
  background-image: url("/assets/images/hintergrund-winter.png?v=20260618");
  background-position: center calc(100% + 70px);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.pitztal-season-grid {
  display: grid;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
  gap: clamp(26px, 3.2vw, 46px);
  align-items: start;
}

.pitztal-season-intro {
  min-height: 560px;
  padding: 8px 0 90px;
}

.pitztal-season-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 24px rgba(108, 119, 66, .18);
}

.pitztal-season-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pitztal-season--winter .pitztal-season-icon {
  background: #65899b;
  box-shadow: 0 12px 24px rgba(101, 137, 155, .18);
}

.pitztal-season-intro h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 24px;
  font-size: clamp(44px, 4.5vw, 72px);
  line-height: .92;
}

.pitztal-season-intro h2::after {
  content: "";
  display: block;
  width: 82%;
  height: 2px;
  margin-top: 18px;
  background: currentColor;
  opacity: .68;
}

.pitztal-season-intro p {
  max-width: 292px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.pitztal-subtle-note {
  padding-top: 4px;
  color: #6f765f !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.pitztal-card-note-section {
  position: relative;
  z-index: 2;
  margin: clamp(-30px, -2.4vw, -18px) 0;
  padding: 0;
  background: linear-gradient(180deg, #fbf8f1 0%, #f1f7f8 100%);
}

.pitztal-card-note {
  display: grid;
  grid-template-columns: 34px minmax(0, auto);
  gap: 14px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 17px clamp(18px, 2.5vw, 28px);
  border: 1px solid rgba(101, 137, 155, .24);
  border-radius: 10px;
  background: rgba(255, 253, 248, .94);
  box-shadow: 0 14px 34px rgba(46, 61, 44, .08);
}

.pitztal-card-note span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-family: var(--font-heading);
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
}

.pitztal-card-note p {
  margin: 0;
  color: #536251;
  text-align: center;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 650;
}

.pitztal-season-intro .btn {
  text-transform: uppercase;
}

.pitztal-season--winter .btn-primary {
  background: #65899b;
  box-shadow: 0 8px 18px rgba(101, 137, 155, .2);
}

.pitztal-season--winter .btn-primary:hover {
  background: #4f7284;
}

.pitztal-intro-ornament {
  position: absolute;
  left: -26px;
  bottom: 0;
  width: 260px;
  height: 180px;
  opacity: .13;
  pointer-events: none;
}

.pitztal-intro-ornament--flower {
  background:
    radial-gradient(circle at 40px 118px, transparent 18px, var(--green) 19px, transparent 21px),
    radial-gradient(circle at 94px 96px, transparent 15px, var(--green) 16px, transparent 18px),
    linear-gradient(133deg, transparent 47%, var(--green) 48%, transparent 50%),
    linear-gradient(22deg, transparent 51%, var(--green) 52%, transparent 54%);
}

.pitztal-intro-ornament--snow {
  color: #65899b;
  opacity: .18;
  background:
    linear-gradient(90deg, transparent 49%, currentColor 50%, transparent 51%),
    linear-gradient(30deg, transparent 49%, currentColor 50%, transparent 51%),
    linear-gradient(150deg, transparent 49%, currentColor 50%, transparent 51%);
  border-radius: 50%;
  transform: scale(.78);
}

.pitztal-attractions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pitztal-swipe-dots {
  display: none;
}

.pitztal-card,
.pitztal-service-card,
.pitztal-home-card {
  border: 1px solid rgba(229, 218, 200, .9);
  background: var(--paper);
  box-shadow: 0 14px 30px rgba(46, 61, 44, .08);
}

.pitztal-card,
.pitztal-service-card {
  position: relative;
  min-width: 0;
  height: 254px;
  overflow: hidden;
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.pitztal-card:hover,
.pitztal-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(46, 61, 44, .12);
}

.pitztal-card:focus-visible,
.pitztal-service-card:focus-visible {
  outline: 3px solid rgba(108, 119, 66, .42);
  outline-offset: 4px;
}

.pitztal-card img,
.pitztal-service-card img {
  width: 100%;
  height: 136px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.pitztal-card-image--alpine-coaster {
  object-position: center 18%;
}

.pitztal-card > div,
.pitztal-service-card > div {
  position: relative;
  height: 118px;
  padding: 18px 46px 18px 18px;
}

.pitztal-card h3,
.pitztal-service-card h3 {
  margin: 0;
  color: var(--green-dark);
  font-family: var(--font-heading);
  font-size: clamp(18px, 1.35vw, 23px);
  line-height: 1.08;
}

.pitztal-season--winter .pitztal-card h3,
.pitztal-season--winter .pitztal-service-card h3 {
  color: #36596a;
}

.pitztal-card-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  font-size: 15px;
  font-weight: 800;
}

.pitztal-card-icon {
  font-size: 0;
}

.pitztal-card-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 20c8.5 0 15-6.5 15-15V4h-1C10.5 4 4 10.5 4 19v1h1Zm2.4-2.3c.9-3.7 4.4-7.6 9.7-10.8-3.4 3.2-6 6.8-7.4 10.8H7.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 20c8.5 0 15-6.5 15-15V4h-1C10.5 4 4 10.5 4 19v1h1Zm2.4-2.3c.9-3.7 4.4-7.6 9.7-10.8-3.4 3.2-6 6.8-7.4 10.8H7.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.pitztal-season--winter .pitztal-card-icon {
  background: #e5f0f3;
  color: #65899b;
}

.pitztal-season--winter .pitztal-card-icon::before {
  width: 18px;
  height: 18px;
  background: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2365899b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.5v19'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='m5.3 5.3 13.4 13.4'/%3E%3Cpath d='m18.7 5.3-13.4 13.4'/%3E%3Cpath d='m8.6 4.2 3.4 3.4 3.4-3.4'/%3E%3Cpath d='m8.6 19.8 3.4-3.4 3.4 3.4'/%3E%3Cpath d='m4.2 8.6 3.4 3.4-3.4 3.4'/%3E%3Cpath d='m19.8 8.6-3.4 3.4 3.4 3.4'/%3E%3Ccircle cx='12' cy='12' r='1.6'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask: none;
  mask: none;
}

.pitztal-card-arrow {
  position: absolute;
  right: 17px;
  bottom: 15px;
  color: var(--green);
  font-size: 22px;
  font-weight: 800;
}

.pitztal-season--winter .pitztal-card-arrow {
  color: #65899b;
}

.pitztal-service-card {
  grid-column: auto;
}

.pitztal-service-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.pitztal-service-card > span {
  position: absolute;
  right: 17px;
  bottom: 15px;
  color: var(--green);
  font-size: 22px;
  font-weight: 900;
}

.pitztal-season--winter .pitztal-service-card > span {
  color: #65899b;
}

.pitztal-service-card--wide {
  grid-column: auto;
}

.pitztal-home-cta {
  padding: clamp(54px, 6vw, 88px) 0;
  background: #fbf8f1;
}

.pitztal-home-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .78fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: center;
  padding: clamp(18px, 2.4vw, 30px);
  border-radius: 16px;
  overflow: hidden;
}

.pitztal-home-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -48px;
  width: 360px;
  height: 230px;
  background: url("/assets/images/edelweiss.png") center/contain no-repeat;
  opacity: .08;
  pointer-events: none;
}

.pitztal-home-card > img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 12px;
}

.pitztal-home-copy {
  position: relative;
  z-index: 1;
  padding-right: clamp(0px, 2vw, 30px);
}

.pitztal-home-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(42px, 4.2vw, 64px);
}

.pitztal-home-copy p {
  max-width: 470px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.pitztal-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.pitztal-home-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pitztal-home-features span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
}

.pitztal-home-features span::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: rgba(108, 119, 66, .14);
}

@media (max-width: 1180px) {
  .pitztal-season-grid {
    grid-template-columns: 1fr;
  }

  .pitztal-season-intro {
    position: relative;
    top: auto;
    min-height: 0;
    padding: 0 0 24px;
  }

  .pitztal-season-intro p {
    max-width: 620px;
  }

  .pitztal-attractions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .pitztal-hero {
    min-height: 560px;
  }

  .pitztal-hero-grid {
    grid-template-columns: 1fr;
    padding-block: 54px 104px;
  }

  .pitztal-hero .hero-badge {
    justify-self: start;
    width: 170px;
    margin-top: 22px;
  }

  .pitztal-attractions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pitztal-service-card--wide {
    grid-column: 1 / -1;
  }

  .pitztal-home-card {
    grid-template-columns: 1fr;
  }

  .pitztal-home-card > img {
    height: 330px;
  }
}

@media (max-width: 620px) {
  .pitztal-hero {
    min-height: 620px;
  }

  .pitztal-hero-soft {
    background: linear-gradient(180deg, rgba(251, 248, 241, .34), rgba(251, 248, 241, .98) 60%);
  }

  .pitztal-hero-grid {
    align-items: end;
    padding-block: 170px 92px;
  }

  .pitztal-hero h1 {
    font-size: clamp(72px, 22vw, 96px);
  }

  .pitztal-hero-lead {
    font-size: clamp(26px, 8vw, 34px);
  }

  .pitztal-hero-drawing {
    display: none;
  }

  .pitztal-season {
    padding: 42px 0;
  }

  .pitztal-season-intro h2 {
    font-size: clamp(42px, 14vw, 56px);
  }

  .pitztal-attractions {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pitztal-card img {
    height: 178px;
  }

  .pitztal-card > div {
    height: 92px;
  }

  .pitztal-card {
    height: 270px;
  }

  .pitztal-service-card,
  .pitztal-service-card--wide {
    grid-column: 1 / -1;
  }

  .pitztal-home-card {
    padding: 14px;
  }

  .pitztal-home-card > img {
    height: 250px;
  }

  .pitztal-home-actions {
    display: grid;
  }

  .pitztal-home-actions .btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .pitztal-service-card {
    grid-template-columns: 82px minmax(0, 1fr) 22px;
    gap: 12px;
  }

  .pitztal-service-card img {
    width: 82px;
    height: 76px;
  }
}

/* Responsive polish up to 1280px only */
@media (max-width: 1280px) {
  .pitztal-card,
  .pitztal-service-card,
  .pitztal-home-actions .btn,
  .pitztal-season-intro .btn {
    min-height: 44px;
  }

  .pitztal-home-actions .btn,
  .pitztal-season-intro .btn {
    align-items: center;
  }
}

@media (max-width: 620px) {
  .pitztal-home-copy h2 {
    font-size: clamp(36px, 12vw, 48px);
  }

  .pitztal-home-copy p {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .pitztal-card > div,
  .pitztal-service-card > div {
    padding-right: 42px;
  }
}

/* Pitztal-Hero-Schrift mobil angleichen */
@media (max-width: 620px) {
  .pitztal-hero h1 {
    font-size: clamp(31px, 9vw, 42px);
  }

  .pitztal-hero h1 span {
    font-size: clamp(50px, 15vw, 66px);
  }
}

/* Mobile-Heros wie Buchen gestalten */
@media (max-width: 900px) {
  .pitztal-hero-soft {
    background: linear-gradient(180deg, rgba(255,253,248,.5) 0%, rgba(255,253,248,.7) 47%, rgba(251,248,241,.86) 100%), radial-gradient(circle at 14% 8%, rgba(255,238,193,.62), rgba(255,238,193,0) 28%), linear-gradient(90deg, rgba(255,253,248,.8), rgba(255,253,248,.2) 35%, rgba(255,253,248,.7));
  }

  .pitztal-hero-drawing {
    display: none;
  }

  .pitztal-hero-grid {
    grid-template-columns: 1fr;
    align-content: center;
    justify-items: center;
    text-align: center;
    padding-block: 48px 76px;
  }

  .pitztal-hero-copy {
    justify-self: center;
    text-align: center;
  }

  .pitztal-hero .hero-badge {
    justify-self: center;
    margin: 18px auto 0;
  }
}

/* Mobile Kacheln: sobald einspaltig, als eine Swipe-Kachel anzeigen. */
@media (max-width: 620px) {
  .pitztal-attractions {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .pitztal-attractions::-webkit-scrollbar {
    display: none;
  }

  .pitztal-attractions > .pitztal-card,
  .pitztal-attractions > .pitztal-service-card {
    flex: 0 0 100%;
    width: 100%;
    height: 270px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .pitztal-attractions > .pitztal-card img,
  .pitztal-attractions > .pitztal-service-card img {
    width: 100%;
    height: 178px;
  }

  .pitztal-attractions > .pitztal-card > div,
  .pitztal-attractions > .pitztal-service-card > div {
    height: 92px;
  }

  .pitztal-attractions > .pitztal-card > div {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 24px;
    gap: 10px;
    align-items: start;
    padding: 17px 16px;
  }

  .pitztal-attractions > .pitztal-card .pitztal-card-icon {
    position: relative;
    top: auto;
    right: auto;
    grid-column: 1;
    grid-row: 1;
  }

  .pitztal-attractions > .pitztal-card h3 {
    grid-column: 2;
    grid-row: 1;
    padding-top: 2px;
  }

  .pitztal-attractions > .pitztal-card .pitztal-card-arrow {
    position: relative;
    right: auto;
    bottom: auto;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    line-height: 1;
    transform: translateY(-1px);
  }

  .pitztal-swipe-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    min-height: 12px;
    margin: 12px 0 0;
  }

  .pitztal-swipe-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(108, 119, 66, .34);
    transition: background .18s ease, transform .18s ease;
  }

  .pitztal-swipe-dots span.is-active {
    background: var(--green);
    transform: scale(1.35);
  }

  .pitztal-season--winter .pitztal-swipe-dots span {
    background: rgba(101, 137, 155, .34);
  }

  .pitztal-season--winter .pitztal-swipe-dots span.is-active {
    background: #65899b;
  }
}

@media (max-width: 760px) {
  .pitztal-card-note-section {
    margin: -12px 0;
  }

  .pitztal-card-note {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pitztal-card-note p {
    font-size: 14px;
  }
}
