@font-face {
  font-family: "Poppins Local";
  src: url("/assets/fonts/poppins-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream: #f6f2ea;
  --cream-2: #fffaf1;
  --surface: #fffdf8;
  --surface-soft: #f3eee4;
  --green-950: #1f3541;
  --green-900: #2e5366;
  --green-800: #3b6a82;
  --green-600: #4f7f9a;
  --gold: #c9a968;
  --text: #1f3541;
  --muted: #6e6a5d;
  --frost: #eef4f2;
  --line: rgba(79, 127, 154, 0.13);
  --shadow: 0 24px 60px rgba(31, 53, 65, 0.14);
  --shadow-card: 0 16px 40px rgba(31, 53, 65, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1280px, calc(100vw - 48px));
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--text);
  font-family: var(--sans);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--surface);
  color: var(--green-900);
  font-weight: 800;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.site-header {
  position: absolute;
  top: 28px;
  left: 34px;
  right: 34px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  text-align: center;
  min-width: 122px;
  color: var(--surface);
  line-height: 1;
}

.brand-mark {
  width: 54px;
  height: 14px;
  margin-bottom: 2px;
  opacity: 0.92;
}

.brand-logo {
  display: block;
  width: 118px;
  max-width: 100%;
  height: auto;
}

.brand-subtitle {
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.nav-panel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 251, 243, 0.14);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.nav a {
  padding: 12px 16px;
  border-radius: 999px;
  color: #fdf8ee;
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav a:hover,
.nav a:focus-visible {
  background: rgba(255, 253, 248, 0.18);
  color: #ffffff;
  outline: none;
}

.nav a[aria-current="page"] {
  color: #ffffff;
}

.nav-book,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--sans);
  font-size: 0.98rem;
  font-weight: 850;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.nav-book {
  min-height: 0;
  padding: 13px 18px;
  border-radius: 18px;
  background: rgba(255, 251, 243, 0.98);
  color: var(--green-900);
  box-shadow: none;
  white-space: nowrap;
}

.btn:hover,
.btn:focus-visible,
.nav-book:hover,
.nav-book:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.18);
  color: #fff;
  backdrop-filter: blur(14px);
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-header.is-open .menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.is-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-open .menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: clamp(640px, 74vh, 720px);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background: #2e5366;
  transform: scale(1.01);
}

.hero-media::before,
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.01);
  animation-duration: 14s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  will-change: opacity;
}

.hero-media::before {
  background-image: url("/assets/images/pitztal/wandern-st.leonhard-pitztal.webp");
  animation-name: pitztalHeroPrimaryFade;
}

.hero-media::after {
  background-image: url("/assets/images/pitztal/cafe3440-pitztal.jpeg");
  animation-name: pitztalHeroSecondaryFade;
}

@keyframes pitztalHeroPrimaryFade {
  0%, 36% {
    opacity: 1;
  }

  50%, 86% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pitztalHeroSecondaryFade {
  0%, 36% {
    opacity: 0;
  }

  50%, 86% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 34, 45, 0.38) 0%, rgba(18, 34, 45, 0.2) 48%, rgba(18, 34, 45, 0.08) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero::after {
  display: none;
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 180px;
  background: linear-gradient(180deg, rgba(246, 242, 234, 0) 0%, rgba(246, 242, 234, 0.9) 78%, var(--cream) 100%);
}

.hero-content {
  width: var(--container);
  margin-inline: auto;
  padding-top: clamp(190px, 22vh, 230px);
}

.eyebrow,
.section-label {
  margin: 0 0 16px;
  color: var(--green-600);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: rgba(255, 253, 248, 0.86);
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-family: "Poppins Local", "Poppins", var(--sans);
  font-size: clamp(4.8rem, 9vw, 7rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.88;
  text-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
}

.hero-content > p:not(.eyebrow) {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 253, 248, 0.88);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.72;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn-light {
  background: rgba(255, 250, 241, 0.92);
  color: var(--green-900);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14);
}

.btn-gold {
  background: linear-gradient(180deg, #efe2bd 0%, #d2b774 100%);
  color: var(--green-900);
  box-shadow: 0 16px 36px rgba(79, 127, 154, 0.2);
}

.btn-dark {
  background: linear-gradient(180deg, #5f9bb8 0%, #3f6f87 100%);
  color: var(--surface);
  box-shadow: 0 16px 36px rgba(79, 127, 154, 0.24);
}

.btn-outline {
  border-color: rgba(79, 127, 154, 0.24);
  background: rgba(255, 253, 248, 0.7);
  color: var(--green-900);
}

.hero-wave {
  display: none;
  position: absolute;
  inset: auto 0 -1px;
  height: 110px;
  color: var(--cream);
}

.hero-wave svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
  stroke: none;
}

.section-pad {
  padding: clamp(74px, 9vw, 126px) 0;
}

.intro {
  position: relative;
  margin-top: -18px;
  background: var(--cream);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: start;
}

.intro-copy h2,
.season-copy h2,
.cta-copy h2 {
  margin: 0;
  color: var(--green-950);
  font-family: var(--serif);
  font-size: clamp(3.4rem, 6vw, 4.6rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.92;
}

.intro-copy h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin-top: 22px;
  background: var(--green-600);
}

.season-copy h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin-top: 22px;
  background: var(--green-600);
}

.season-section--summer .season-copy h2::after {
  background: #efe2bd;
}

.season-section--winter .season-copy h2::after {
  background: var(--winter-accent);
}

.intro-copy p:not(.section-label),
.season-copy p,
.cta-copy p {
  max-width: 600px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.85;
}

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

.feature-card {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 14px 34px rgba(31, 53, 65, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(79, 127, 154, 0.26);
  box-shadow: var(--shadow-card);
}

.feature-icon,
.season-icon {
  width: 50px;
  height: 50px;
  align-self: center;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(79, 127, 154, 0.1);
  color: var(--green-600);
  margin-bottom: 12px;
}

.feature-card h3 {
  margin: 22px 0 0;
  color: var(--green-900);
  font-size: 1.12rem;
  line-height: 1.25;
}

.feature-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.season-section {
  padding: clamp(78px, 10vw, 132px) 0;
}

.season-section--summer {
  background:
    radial-gradient(circle at 18% 18%, rgba(201, 169, 104, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(47, 84, 103, 0.92) 0%, rgba(47, 84, 103, 0.9) 54%, rgba(47, 84, 103, 0.9) 100%),
    url("/assets/images/pitztal/weitblick-wandern-pitztal.jpg") center center / cover no-repeat;
  color: var(--surface);
}

.season-section--winter {
  --winter-accent: #4f7f9a;
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 255, 255, 0.78), transparent 28%),
    linear-gradient(180deg, rgba(237, 244, 241, 0.88) 0%, rgba(248, 251, 248, 0.9) 52%, rgba(238, 243, 238, 0.9) 100%),
    url("/assets/images/pitztal/berghof-freeride-pitztal.jpeg") center center / cover no-repeat;
}

.season-grid {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: start;
}

.season-copy {
  position: relative;
  top: auto;
  padding-top: 10px;
}

.season-section--summer .season-copy h2,
.season-section--summer .season-copy p {
  color: var(--surface);
}

.season-section--summer .season-copy p {
  color: rgba(255, 253, 248, 0.78);
}

.season-section--summer .season-icon {
  background: rgba(255, 253, 248, 0.12);
  color: var(--gold);
}

.season-section--winter .season-icon {
  background: rgba(79, 127, 154, 0.12);
  color: var(--winter-accent);
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 236px;
  gap: 18px;
}

.experience-grid--summer {
  grid-auto-rows: 250px;
}

.experience-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--green-900);
  box-shadow: var(--shadow-card);
  isolation: isolate;
}

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

.experience-card--wide {
  grid-column: span 2;
}


.experience-card--full {
  grid-column: 1 / -1;
}

.experience-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.experience-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(18, 34, 45, 0.02) 20%, rgba(18, 34, 45, 0.82) 100%);
}

.experience-card span {
  position: absolute;
  left: 24px;
  right: 86px;
  bottom: 41px;
  max-width: none;
  padding: 0;
  color: #fff;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 850;
  line-height: 1.18;
  transform: translateY(50%);
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.34);
}

.experience-card b {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.88);
  color: var(--green-900);
  font-size: 1.2rem;
  line-height: 1;
  font-family: var(--sans);
  font-weight: 800;
  transition: transform 0.22s ease, background-color 0.22s ease;
}

.experience-card:hover img {
  transform: scale(1.07);
}

.experience-card:hover b {
  transform: translateX(3px);
  background: var(--gold);
}

.season-section--winter .experience-card b {
  color: var(--winter-accent);
}

.season-section--winter .experience-card:hover b {
  background: var(--winter-accent);
  color: var(--surface);
}

.cta-section {
  background:
    linear-gradient(180deg, var(--cream) 0%, #efe8db 100%);
}

.cta-card {
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(247, 241, 229, 0.88)),
    repeating-linear-gradient(135deg, rgba(79, 127, 154, 0.05) 0 1px, transparent 1px 24px);
  box-shadow: var(--shadow);
}


.cta-image {
  min-height: 420px;
  height: 100%;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 18px 42px rgba(42, 36, 27, 0.14);
}

.cta-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.cta-copy {
  position: relative;
  z-index: 1;
}

.site-footer {
  padding: 54px 0 34px;
  background: var(--green-950);
  color: rgba(255, 253, 248, 0.76);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr;
  gap: 36px;
}

.footer-brand {
  align-items: flex-start;
}

.site-footer p {
  max-width: 300px;
  line-height: 1.7;
}

.site-footer nav,
.site-footer address {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-style: normal;
}

.site-footer a:hover {
  color: var(--surface);
}


.site-header:not(.is-sticky-header) .nav a.nav-book {
  background: rgba(255, 251, 243, 0.98);
  color: var(--green-900);
  box-shadow: none;
}

.site-header:not(.is-sticky-header) .nav a.nav-book:hover,
.site-header:not(.is-sticky-header) .nav a.nav-book:focus-visible {
  background: #ffffff;
  color: var(--green-950);
}

.site-header.is-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 10px clamp(18px, 4vw, 54px);
  border: 0;
  border-radius: 0;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 16px 38px rgba(31, 53, 65, 0.16);
  backdrop-filter: blur(16px);
}

.site-header.is-sticky-header .brand {
  color: var(--green-900);
}

.site-header.is-sticky-header .brand-logo {
  filter: brightness(0) saturate(100%) invert(42%) sepia(19%) saturate(1114%) hue-rotate(154deg) brightness(92%) contrast(90%);
}

.site-header.is-sticky-header .brand-subtitle {
  color: rgba(47, 84, 103, 0.82);
}

.site-header.is-sticky-header .nav {
  background: rgba(79, 127, 154, 0.08);
}

.site-header.is-sticky-header .nav a {
  color: rgba(39, 61, 73, 0.84);
}

.site-header.is-sticky-header .nav a:hover,
.site-header.is-sticky-header .nav a:focus-visible,
.site-header.is-sticky-header .nav a[aria-current="page"] {
  background: rgba(79, 127, 154, 0.14);
  color: var(--green-900);
}

.site-header.is-sticky-header .menu-toggle {
  color: var(--green-900);
  border-color: rgba(79, 127, 154, 0.18);
  background: rgba(79, 127, 154, 0.08);
}

@media (max-width: 960px) {
  .site-header.is-sticky-header .nav-panel .nav a {
    color: #fdf8ee;
  }

  .site-header.is-sticky-header .nav-panel .nav a:hover,
  .site-header.is-sticky-header .nav-panel .nav a:focus-visible,
  .site-header.is-sticky-header .nav-panel .nav a[aria-current="page"] {
    background: rgba(255, 253, 248, 0.18);
    color: #ffffff;
  }
}

@media (max-width: 960px) {
  :root {
    --container: min(100vw - 36px, 1280px);
  }

  .site-header {
    align-items: flex-start;
  }

  .menu-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .nav-panel {
    position: absolute;
    top: 62px;
    right: 0;
    width: min(420px, calc(100vw - 36px));
    display: grid;
    gap: 12px;
    padding: 14px;
    border-radius: 28px;
    background: rgba(47, 84, 103, 0.74);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(20px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .site-header.is-open .nav-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
  }

  .nav a {
    text-align: center;
  }

  .nav-book {
    width: 100%;
  }

  .hero-content {
    padding-top: 190px;
  }

}

@media (max-width: 959px) {
  .intro-grid,
  .season-grid,
  .cta-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .season-copy {
    position: relative;
    top: auto;
  }
}

@media (max-width: 820px) {
  :root {
    --container: calc(100vw - 30px);
  }

  .site-header {
    inset: 18px 0 auto;
  }

  .brand {
    align-items: flex-start;
    min-width: 120px;
  }

  .hero {
    min-height: 700px;
  }

  .hero-content {
    padding-top: 300px;
    padding-bottom: 110px;
  }

  .hero h1 {
    font-size: clamp(3.45rem, 18vw, 4.4rem);
  }

  .hero-content > p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.6;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

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

  .experience-grid,
  .experience-grid--summer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 210px;
  }

  .experience-card--large,
  .experience-card--wide {
    grid-column: span 2;
    grid-row: span 1;
  }

  .cta-image {
    min-height: 280px;
  }
}

@media (max-width: 520px) {
  .nav-panel {
    width: var(--container);
  }

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

  .hero-content {
    padding-top: 335px;
    padding-bottom: 128px;
  }

  .hero h1 {
    font-size: clamp(3.45rem, 18vw, 4.4rem);
  }

  .intro-copy h2,
  .season-copy h2,
  .cta-copy h2 {
    font-size: clamp(3rem, 5vw, 4rem);
  }

  .experience-grid,
  .experience-grid--summer {
    grid-template-columns: 1fr;
  }

  .experience-card--large,
  .experience-card--wide {
    grid-column: span 1;
  }

  .feature-card {
    min-height: auto;
  }
}

@media (min-width: 821px) {
  .hero-content {
    padding: clamp(250px, 32vh, 315px) 12px 168px 18px;
  }
}

/* Einheitliche Hero-Textposition auf allen Unterseiten */
@media (min-width: 761px) {
  .hero-content {
    width: var(--container);
    margin: 0 auto;
    padding: clamp(250px, 32vh, 315px) 12px 168px 18px;
  }
}

@media (max-width: 760px) {
  .hero-content {
    width: var(--container);
    margin: 0 auto;
    padding: 255px 0 128px;
  }
}

/* Einheitliche Hero-Typografie auf allen Unterseiten */
.hero .eyebrow {
  margin: 0 0 20px;
  color: rgba(255, 253, 248, 0.82);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero .hero-content h1 {
  margin: 0;
  color: #fffdf8;
  font-family: Poppins Local, Poppins, var(--sans);
  font-weight: 500;
  font-size: clamp(4.8rem, 9vw, 7rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.26);
}

.hero .hero-content > p:not(.eyebrow) {
  width: min(620px, 100%);
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 253, 248, 0.88);
  font-family: Manrope, Segoe UI, sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  text-shadow: none;
}

/* Finale einheitliche Desktop-Hero-Ausrichtung */
@media (min-width: 761px) {
  .hero {
    min-height: 760px;
  }

  .hero .hero-content {
    position: absolute;
    left: 70px;
    top: 340px;
    z-index: 2;
    width: min(620px, calc(100% - 140px));
    margin: 0;
    padding: 0;
  }

  .hero .hero-actions {
    display: none;
  }
}


/* Canonical sticky header: identical to homepage reference. */
.hero-header.is-sticky-header,
.site-header.is-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 10px clamp(18px, 4vw, 54px);
  border: 0;
  border-radius: 0;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 16px 38px rgba(31, 53, 65, 0.16);
  backdrop-filter: blur(16px);
  transform: none;
      color: #2b291f;
}

.hero-header.is-sticky-header .brand,
.site-header.is-sticky-header .brand {
  min-width: 122px;
  gap: 0;
  align-items: center;
  color: #4f7f9a;
  line-height: 1;
}

.hero-header.is-sticky-header .brand-mark,
.site-header.is-sticky-header .brand-mark {
  width: 54px;
  height: 14px;
  margin-bottom: 0;
  opacity: 0.92;
}

.hero-header.is-sticky-header .brand-logo,
.site-header.is-sticky-header .brand-logo {
  width: 118px;
  max-width: 100%;
  filter: brightness(0) saturate(100%) invert(42%) sepia(19%) saturate(1114%) hue-rotate(154deg) brightness(92%) contrast(90%);
}

.hero-header.is-sticky-header .brand-subtitle,
.site-header.is-sticky-header .brand-subtitle {
  margin-top: 0;
  color: rgba(48, 85, 102, 0.82);
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  opacity: 1;
}

.hero-header.is-sticky-header .nav-wrap,
.site-header.is-sticky-header .nav-wrap,
.site-header.is-sticky-header .nav-panel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-width: 0;
}

.hero-header.is-sticky-header .main-nav,
.site-header.is-sticky-header .main-nav,
.site-header.is-sticky-header .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  padding: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(79, 127, 154, 0.08);
  box-shadow: none;
  backdrop-filter: blur(8px);
      color: #2b291f;
}

.hero-header.is-sticky-header .main-nav a,
.site-header.is-sticky-header .main-nav a,
.site-header.is-sticky-header .nav a {
  position: static;
  padding: 12px 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  color: rgba(39, 61, 73, 0.84);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}

.hero-header.is-sticky-header .main-nav a:hover,
.hero-header.is-sticky-header .main-nav a:focus-visible,
.hero-header.is-sticky-header .main-nav a[aria-current="page"],
.site-header.is-sticky-header .main-nav a:hover,
.site-header.is-sticky-header .main-nav a:focus-visible,
.site-header.is-sticky-header .main-nav a[aria-current="page"],
.site-header.is-sticky-header .nav a:hover,
.site-header.is-sticky-header .nav a:focus-visible,
.site-header.is-sticky-header .nav a[aria-current="page"] {
  background: rgba(79, 127, 154, 0.14);
  color: #4f7f9a;
}

.hero-header.is-sticky-header .main-nav a[aria-current="page"]::after,
.site-header.is-sticky-header .main-nav a[aria-current="page"]::after,
.site-header.is-sticky-header .nav a[aria-current="page"]::after {
  display: none;
}

.hero-header.is-sticky-header .main-nav a.book-pill,
.site-header.is-sticky-header .main-nav a.book-pill,
.site-header.is-sticky-header .nav a.nav-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: auto;
  padding: 12px 16px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 251, 243, 0.98);
  box-shadow: none;
  color: rgba(39, 61, 73, 0.84);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: normal;
  transform: none;
}

    .hero-header.is-sticky-header .main-nav a.book-pill svg,
    .site-header.is-sticky-header .main-nav a.book-pill svg,
    .site-header.is-sticky-header .nav a.nav-book svg {
      width: 18px;
      height: 18px;
    }


/* Final sticky color parity with homepage: active items keep the same color. */
.hero-header.is-sticky-header .main-nav a[aria-current="page"],
.site-header.is-sticky-header .main-nav a[aria-current="page"],
.site-header.is-sticky-header .nav a[aria-current="page"] {
  background: transparent !important;
  color: rgba(39, 61, 73, 0.84) !important;
}

.hero-header.is-sticky-header .main-nav a.book-pill[aria-current="page"],
.site-header.is-sticky-header .main-nav a.book-pill[aria-current="page"],
.site-header.is-sticky-header .nav a.nav-book[aria-current="page"] {
  background: rgba(255, 251, 243, 0.98) !important;
  color: rgba(39, 61, 73, 0.84) !important;
}


/* Legal pages */
.legal-page .hero { min-height: 440px; }
.legal-page .hero-media { background: linear-gradient(180deg, rgba(31, 53, 65, 0.42), rgba(31, 53, 65, 0.64)), url("/assets/images/hero-panorama.jpg") center center / cover no-repeat; }
.legal-page .hero-content { max-width: 920px; }
.legal-wrap { background: var(--surface); padding: clamp(64px, 7vw, 104px) 0; }
.legal-content { width: min(980px, calc(100vw - 44px)); margin: 0 auto; color: var(--text); }
.legal-intro { margin: 0 0 34px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.8; }
.legal-section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 16px; color: var(--green-900); font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.08; }
.legal-section h3 { margin: 24px 0 10px; color: var(--green-900); font-size: 1.04rem; }
.legal-section p, .legal-section li, .legal-address { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.legal-section p { margin: 0 0 14px; }
.legal-section ul { margin: 0; padding-left: 22px; }
.legal-section a { color: var(--green-900); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.legal-address { font-style: normal; }
.legal-note { color: rgba(110, 106, 93, 0.74); font-size: 0.92rem; }

/* Final sticky nav-panel parity: keep all .nav links dark in sticky state. */
.site-header.is-sticky-header .nav-panel .nav a {
  color: rgba(39, 61, 73, 0.84) !important;
}

.site-header.is-sticky-header .nav-panel .nav a:not(.nav-book) {
  background: transparent !important;
}

.site-header.is-sticky-header .nav-panel .nav a.nav-book {
  background: rgba(255, 251, 243, 0.98) !important;
  color: rgba(39, 61, 73, 0.84) !important;
}


/* Legal hero aligned with Ausstattung page */
.legal-page .hero {
  min-height: 760px;
  background:
    linear-gradient(180deg, rgba(236, 245, 255, 0.16) 0%, rgba(18, 34, 45, 0.12) 100%),
    linear-gradient(90deg, rgba(18, 34, 45, 0.42) 0%, rgba(18, 34, 45, 0.1) 48%, rgba(18, 34, 45, 0.08) 100%),
    url("/assets/images/hero-startseite.webp") center center / cover no-repeat;
}
.legal-page .hero-media {
  background: #2e5366;
}
.legal-page .hero-media::before {
  background-image:
    linear-gradient(180deg, rgba(236, 245, 255, 0.16) 0%, rgba(18, 34, 45, 0.12) 100%),
    linear-gradient(90deg, rgba(18, 34, 45, 0.42) 0%, rgba(18, 34, 45, 0.1) 48%, rgba(18, 34, 45, 0.08) 100%),
    url("/assets/images/hero-startseite.webp");
  animation-name: pitztalHeroPrimaryFade;
}
.legal-page .hero-media::after {
  background-image:
    linear-gradient(180deg, rgba(236, 245, 255, 0.16) 0%, rgba(18, 34, 45, 0.12) 100%),
    linear-gradient(90deg, rgba(18, 34, 45, 0.42) 0%, rgba(18, 34, 45, 0.1) 48%, rgba(18, 34, 45, 0.08) 100%),
    url("/assets/images/apart-alpinea-winter-hero.jpg");
  animation-name: pitztalHeroSecondaryFade;
}
.legal-page .hero-content {
  width: min(620px, calc(100% - 140px));
  max-width: 620px;
}
@media (max-width: 760px) {
  .legal-page .hero {
    min-height: 640px;
  }
  .legal-page .hero-content {
    width: var(--container);
    max-width: none;
  }
}

/* Mobile guard for long legal hero titles */
@media (max-width: 760px) {
  .legal-page .hero .hero-content h1 {
    max-width: 100%;
    font-size: clamp(3rem, 13.5vw, 4rem);
    line-height: 0.94;
  }
}

/* Final homepage nav parity: normal hero menu matches the start page. */
.hero-header:not(.is-sticky-header),
.site-header:not(.is-sticky-header) {
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.site-header:not(.is-sticky-header) {
  position: absolute;
  top: 28px;
  left: 34px;
  right: 34px;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  transform: none;
}

.hero-header:not(.is-sticky-header) .brand,
.site-header:not(.is-sticky-header) .brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  min-width: 122px;
  color: #fffdf8 !important;
  text-align: center;
  line-height: 1;
}

.hero-header:not(.is-sticky-header) .brand svg,
.site-header:not(.is-sticky-header) .brand svg,
.site-header:not(.is-sticky-header) .brand-mark {
  width: 54px;
  height: 14px;
  margin-bottom: 2px;
  stroke: currentColor;
  stroke-width: 1.55;
  opacity: 0.92;
}

.hero-header:not(.is-sticky-header) .brand-logo,
.site-header:not(.is-sticky-header) .brand-logo {
  width: 118px;
  max-width: 100%;
  height: auto;
  filter: none !important;
}

.hero-header:not(.is-sticky-header) .brand-subtitle,
.site-header:not(.is-sticky-header) .brand-subtitle {
  color: rgba(255, 253, 248, 0.92) !important;
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.92;
}

.hero-header:not(.is-sticky-header) .nav-wrap,
.site-header:not(.is-sticky-header) .nav-wrap,
.site-header:not(.is-sticky-header) .nav-panel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-width: 0;
}

.hero-header:not(.is-sticky-header) .main-nav,
.site-header:not(.is-sticky-header) .main-nav,
.site-header:not(.is-sticky-header) .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px;
  border: 0 !important;
  border-radius: 999px;
  background: rgba(255, 251, 243, 0.14) !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.hero-header:not(.is-sticky-header) .main-nav a,
.site-header:not(.is-sticky-header) .main-nav a,
.site-header:not(.is-sticky-header) .nav a {
  position: static;
  padding: 12px 16px;
  border: 0 !important;
  border-radius: 999px;
  background: transparent !important;
  box-shadow: none !important;
  color: #fdf8ee !important;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}

.hero-header:not(.is-sticky-header) .main-nav a:hover,
.hero-header:not(.is-sticky-header) .main-nav a:focus-visible,
.site-header:not(.is-sticky-header) .main-nav a:hover,
.site-header:not(.is-sticky-header) .main-nav a:focus-visible,
.site-header:not(.is-sticky-header) .nav a:hover,
.site-header:not(.is-sticky-header) .nav a:focus-visible {
  background: rgba(255, 253, 248, 0.18) !important;
  color: #ffffff !important;
  outline: none;
}

.hero-header:not(.is-sticky-header) .main-nav a[aria-current="page"],
.site-header:not(.is-sticky-header) .main-nav a[aria-current="page"],
.site-header:not(.is-sticky-header) .nav a[aria-current="page"] {
  background: transparent !important;
  color: #fdf8ee !important;
}

.hero-header:not(.is-sticky-header) .main-nav a[aria-current="page"]::after,
.site-header:not(.is-sticky-header) .main-nav a[aria-current="page"]::after,
.site-header:not(.is-sticky-header) .nav a[aria-current="page"]::after {
  display: none !important;
}

.hero-header:not(.is-sticky-header) .main-nav a.book-pill,
.site-header:not(.is-sticky-header) .main-nav a.book-pill,
.site-header:not(.is-sticky-header) .nav a.nav-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: auto;
  padding: 13px 18px;
  border-radius: 18px;
  background: rgba(255, 251, 243, 0.98) !important;
  color: #4f7f9a !important;
  font-weight: 700;
  transform: none;
}

.hero-header:not(.is-sticky-header) .main-nav a.book-pill:hover,
.hero-header:not(.is-sticky-header) .main-nav a.book-pill:focus-visible,
.site-header:not(.is-sticky-header) .main-nav a.book-pill:hover,
.site-header:not(.is-sticky-header) .main-nav a.book-pill:focus-visible,
.site-header:not(.is-sticky-header) .nav a.nav-book:hover,
.site-header:not(.is-sticky-header) .nav a.nav-book:focus-visible {
  background: #ffffff !important;
  color: #4f7f9a !important;
}

@media (max-width: 760px) {
  .site-header:not(.is-sticky-header) {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
