/* Ferienwohnung Salvenmoser Kufstein — Startseite */

:root {
  --sage: #6c8caf;
  --sage-deep: #5a7a6c;
  --sage-soft: #a8bcb1;
  --sage-tint: #e6ece8;
  --cream: #f6f2ea;
  --cream-warm: #efe9dd;
  --paper: #fbf8f1;
  --ink: #253342;
  --ink-soft: #5e6863;
  --line: #dcd5c5;
  --shadow: 0 20px 60px -30px rgba(37, 51, 66, .25);
  --maxw: 1480px;
  --pad: clamp(24px, 5vw, 88px);
  --pad-right: clamp(24px, 5vw, 120px)
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: Ysabeau, Georgia, serif;
  background: var(--paper);
  color: var(--ink);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

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

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

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: 0 0;
  color: inherit
}

.display {
  font-family: 'Ysabeau SC', Georgia, serif;
  font-weight: 400;
  letter-spacing: .005em;
  line-height: .95
}

.sc {
  font-family: 'Ysabeau SC', Georgia, serif;
  letter-spacing: .08em;
  text-transform: lowercase
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  padding: 22px var(--pad);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  transition: background .4s ease, padding .3s ease, color .3s ease;
  color: #fff;
  mix-blend-mode: normal
}

.nav.scrolled {
  padding: 26px var(--pad)
}

.brand {
  position: absolute;
  left: 50%;
  top: calc(50% + 22px);
  transform: translate(-50%, -50%);
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: 18px;
  letter-spacing: .22em;
  font-weight: 500
}

.brand .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sage);
  vertical-align: middle;
  margin: 0 8px 3px
}

.brand img {
  height: clamp(85px, 6.25vw, 103px);
  width: auto;
  display: block;
  transition: transform .25s ease;
  transform-origin: center
}

.nav.menu-open .brand {
  opacity: 0;
  pointer-events: none
}

.brand:hover img, .brand:focus-visible img {
  transform: scale(1.25)
}

.menu {
  display: flex;
  gap: 34px;
  align-items: center;
  list-style: none
}

.menu a {
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: 14px;
  letter-spacing: .16em;
  font-weight: 400;
  position: relative;
  padding: 6px 0;
  opacity: .92
}

.menu a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transition: left .3s ease, right .3s ease
}

.menu a:hover::after {
  left: 0;
  right: 0
}

.nav-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 999px;
  background: var(--sage);
  color: #fff;
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: 14px;
  letter-spacing: .18em;
  font-weight: 500;
  transition: background .25s ease, transform .25s ease
}

.nav-cta:hover {
  background: var(--sage-deep);
  transform: translateY(-1px)
}

.nav-cta .arrow {
  transition: transform .3s ease
}

.nav-cta:hover .arrow {
  transform: translateX(4px)
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: 52px;
  height: 52px;
  justify-self: end;
  position: relative;
  z-index: 70
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--sage);
  transition: transform .3s ease, opacity .3s ease
}

.menu-toggle.open span:nth-child(1) {
  transform: translateY(13px) rotate(45deg)
}

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

.menu-toggle.open span:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg)
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: var(--ink);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease, visibility 0s linear .35s
}

.nav-overlay.open {
  opacity: 1;
  visibility: visible;
  transition: opacity .35s ease
}

.nav-overlay .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px
}

.nav-overlay .menu a {
  font-size: 22px;
  letter-spacing: .2em
}

.nav-overlay .nav-cta {
  margin-top: 12px
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 140px var(--pad) 64px;
  color: #fff;
  overflow: hidden;
  background: #1f2620
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('../kufstein/1.webp');
  background-size: cover;
  background-position: center 30%;
  transform: scale(1.04)
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 30, 25, .85) 0, rgba(20, 30, 25, .45) 45%, rgba(20, 30, 25, 0) 75%)
}

.hero-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .65) 0, rgba(255, 255, 255, 0) 100%)
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--maxw);
  margin: 0 auto;
  width: 100%
}

.hero-eyebrow {
  font-family: Ysabeau, Georgia, serif;
  font-style: italic;
  font-size: clamp(18px, 2vw, 22px);
  margin-bottom: 24px;
  opacity: .95;
  max-width: 560px
}

.hero-title {
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: clamp(72px, 13vw, 200px);
  line-height: .9;
  letter-spacing: .005em;
  font-weight: 300;
  margin-bottom: 36px;
  text-wrap: balance;
  max-width: min(100%, 1400px)
}

.hero-sub {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, .25)
}

.hero-sub p {
  font-family: Ysabeau, Georgia, serif;
  font-size: clamp(17px, 1.4vw, 20px);
  max-width: 520px;
  line-height: 1.55;
  opacity: .95
}

.hero-sub .signature {
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: 13px;
  letter-spacing: .28em;
  opacity: .85;
  text-align: right
}

.hero-sub .signature span {
  display: block;
  font-family: Ysabeau, serif;
  font-style: italic;
  letter-spacing: 0;
  font-size: 18px;
  text-transform: none;
  margin-top: 6px
}

section {
  padding: clamp(120px, 16vh, 200px) var(--pad);
  position: relative
}

.container {
  max-width: var(--maxw);
  margin: 0 auto
}

.section-tag {
  display: block;
  text-align: center;
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: 12px;
  letter-spacing: .4em;
  color: var(--sage);
  font-weight: 500;
  margin-bottom: 28px
}

.section-tag .num {
  display: inline-block;
  color: var(--sage-soft);
  margin-right: 14px
}

.section-h {
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: clamp(48px, 7vw, 108px);
  line-height: .95;
  font-weight: 300;
  text-align: center;
  margin-bottom: clamp(60px, 8vh, 120px);
  text-wrap: balance;
  color: var(--ink)
}

.section-h .italic {
  font-family: Ysabeau, serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0
}

#ueber {
  background: var(--paper)
}

.ueber-body {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(19px, 1.4vw, 22px);
  line-height: 1.7;
  text-align: center;
  color: var(--ink-soft)
}

.ueber-body p+p {
  margin-top: 1.4em
}

.ueber-wide {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 48px;
  align-items: end;
  margin-top: clamp(80px, 10vh, 140px)
}

.ueber-img {
  aspect-ratio: 3/4;
  border-radius: 2px;
  overflow: hidden;
  background: var(--cream);
  box-shadow: var(--shadow)
}

.ueber-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.ueber-img.tall {
  aspect-ratio: 3/4.4;
  margin-bottom: -60px
}

.ueber-img.short {
  aspect-ratio: 4/3;
  margin-bottom: 60px
}

.ueber-img.middle {
  aspect-ratio: 3/4.2
}

.signature-block {
  text-align: center;
  margin-top: clamp(125px, 10vh, 120px)
}

.signature-block .fam {
  font-family: Ysabeau, serif;
  font-style: italic;
  font-size: clamp(28px, 3vw, 42px);
  color: var(--ink)
}

.signature-block .partner {
  margin-top: 14px;
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: 12px;
  letter-spacing: .3em;
  color: var(--sage)
}

.signature-block .partner a {
  border-bottom: 1px solid var(--sage);
  padding-bottom: 2px
}

#wohnungen {
  background: var(--cream)
}

.apt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 6vw, 96px) clamp(40px, 5vw, 72px)
}

.apt-grid.single {
  grid-template-columns: 1fr;
  max-width: 1160px;
  margin: 0 auto
}

.apt-grid.single .apt {
  transform: none
}

.apt-grid.single .apt-img {
  aspect-ratio: 21/9
}

.apt-grid.single .apt-body {
  text-align: center
}

.apt-grid.single .apt-desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 103ch
}

.apt {
  position: relative
}

.apt:nth-child(2) {
  transform: translateY(64px)
}

.apt:nth-child(4) {
  transform: translateY(64px)
}

.apt-img {
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--cream-warm);
  position: relative
}

.apt-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease
}

.apt:hover .apt-img img {
  transform: scale(1.04)
}

.apt-num {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: 14px;
  letter-spacing: .3em;
  color: #fff
}

.apt-num::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px
}

.apt-body {
  padding: 28px 4px 0
}

.apt-name {
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 14px
}

.apt-desc {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
  max-width: 46ch;
  margin-bottom: 22px
}

.apt-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: 13px;
  letter-spacing: .22em;
  color: var(--sage);
  border-bottom: 1px solid var(--sage);
  padding-bottom: 4px;
  transition: gap .3s ease
}

.apt-cta:hover {
  gap: 16px
}

#ausstattung {
  background: var(--paper)
}

.ausst-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(56px, 8vw, 120px);
  max-width: 1180px;
  margin: 0 auto
}

.ausst-col h3 {
  font-family: 'Ysabeau SC', Georgia, serif;
  font-weight: 400;
  font-size: clamp(20px, 1.6vw, 26px);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
  color: var(--sage-deep)
}

.ausst-col h3 small {
  display: block;
  font-family: Ysabeau, serif;
  font-style: italic;
  font-size: 14px;
  color: var(--ink-soft);
  text-transform: none;
  letter-spacing: 0;
  margin-top: 6px;
  font-weight: 400
}

.ausst-list {
  list-style: none;
  display: grid;
  gap: 18px
}

.ausst-list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgba(0, 0, 0, .06)
}

.ausst-list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sage);
  margin-top: 11px;
  flex-shrink: 0
}

.ausst-list li:last-child {
  border-bottom: none
}

#galerie {
  background: #6D8CAF;
  color: #fff
}

#galerie .section-tag {
  color: rgba(255, 255, 255, .78)
}

#galerie .section-tag .num {
  color: rgba(255, 255, 255, .52)
}

#galerie .section-h {
  color: #fff;
  margin-bottom: clamp(48px, 6vh, 82px)
}

.gallery-collage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(130px, 12vw, 190px);
  grid-auto-flow: dense;
  gap: 18px;
  max-width: 1260px;
  margin: 0 auto
}

.gallery-tile {
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, .2);
  box-shadow: 0 20px 55px -32px rgba(23, 35, 49, .5)
}

.gallery-tile.large {
  grid-row: span 2
}

.gallery-tile.wide {
  grid-column: span 2
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none
}

@media (max-width:760px) {
  .gallery-collage {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: clamp(130px, 32vw, 190px);
    gap: 12px
  }

  .gallery-tile.large {
    grid-row: span 1
  }
}

@media (max-width:520px) {
  .gallery-collage {
    grid-template-columns: 1fr
  }

  .gallery-tile.wide {
    grid-column: span 1
  }
}

#region, #region-2 {
  background: var(--ink);
  color: #f0ede5
}

#region .section-tag, #region-2 .section-tag {
  color: var(--sage-soft)
}

#region .section-h, #region-2 .section-h {
  color: #fbf8f1
}

.region-tabs {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin-bottom: 64px
}

.region-tab {
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: 15px;
  letter-spacing: .24em;
  padding: 14px 4px;
  color: rgba(255, 255, 255, .5);
  border-bottom: 1px solid transparent;
  transition: color .3s ease, border-color .3s ease
}

.region-tab.active {
  color: #fff;
  border-bottom-color: var(--sage-soft)
}

.region-panel {
  display: none;
  animation: fade .5s ease
}

.region-panel.active {
  display: grid
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(8px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.region-panel {
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 88px);
  align-items: center
}

.region-panel img {
  aspect-ratio: 5/4;
  object-fit: cover;
  width: 100%
}

.region-panel .txt h4 {
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 24px;
  color: #fff
}

.region-panel .txt p {
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.65;
  color: rgba(240, 237, 229, .78);
  max-width: 48ch
}

.lage-strip {
  margin-top: clamp(80px, 10vh, 120px);
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 48px;
  align-items: center
}

.lage-strip .label {
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: 12px;
  letter-spacing: .3em;
  color: var(--sage-soft)
}

.lage-strip .addr {
  font-family: Ysabeau, serif;
  font-style: italic;
  font-size: clamp(18px, 1.6vw, 24px);
  color: #fff
}

.lage-strip .coords {
  font-family: Ysabeau, monospace;
  font-size: 13px;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .5)
}

#preise {
  background: var(--cream-warm)
}

.price-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 32px);
  max-width: 1100px;
  margin: 0 auto clamp(56px, 7vh, 88px)
}

.price-tier {
  text-align: center;
  padding: clamp(32px, 4vw, 48px) 16px;
  border: 1px solid var(--line)
}

.price-tier .tier-lab {
  display: block;
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: lowercase;
  color: var(--ink-soft);
  margin-bottom: 18px
}

.price-tier .tier-val {
  display: block;
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 300;
  color: var(--sage)
}

.price-tier .tier-note {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--ink-soft)
}

.preise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid var(--line)
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  padding: 32px 8px;
  border-bottom: 1px solid var(--line)
}

.price-row .lab {
  font-family: Ysabeau, serif;
  font-size: clamp(16px, 1.2vw, 18px);
  color: var(--ink-soft);
  max-width: 55%
}

.preise-grid>.price-row:not(.feature):nth-child(odd) {
  border-right: 1px solid var(--line);
  padding-right: clamp(24px, 3vw, 48px)
}

.preise-grid>.price-row:not(.feature):nth-child(2n) {
  padding-left: clamp(24px, 3vw, 48px)
}

.preise-grid>.price-row:not(.feature):last-child {
  grid-column: 1/-1;
  border-right: none;
  padding-right: 8px
}

.price-row .val {
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: clamp(20px, 1.8vw, 28px);
  color: var(--sage-deep);
  font-weight: 400;
  white-space: nowrap
}

.price-row.feature {
  grid-column: 1/-1;
  padding: 48px 8px;
  background: 0 0
}

.price-row.feature .lab {
  font-family: 'Ysabeau SC', Georgia, serif;
  text-transform: lowercase;
  letter-spacing: .04em;
  font-size: clamp(22px, 2vw, 28px);
  color: var(--ink);
  max-width: none
}

.price-row.feature .val {
  font-size: clamp(36px, 4vw, 64px);
  font-weight: 300;
  color: var(--sage)
}

.price-row.feature .val small {
  display: block;
  font-size: 13px;
  letter-spacing: .2em;
  color: var(--ink-soft);
  text-align: right;
  margin-top: 4px;
  font-weight: 400
}

.price-ctas {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  border-radius: 999px;
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: 14px;
  letter-spacing: .22em;
  font-weight: 500;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease
}

.btn-primary {
  background: var(--sage);
  color: #fff
}

.btn-primary:hover {
  background: var(--sage-deep);
  transform: translateY(-2px)
}

.btn-ghost {
  border: 1px solid var(--ink);
  color: var(--ink)
}

.btn-ghost:hover {
  background: var(--ink);
  color: #fff;
  transform: translateY(-2px)
}

#bewertungen {
  background: var(--paper)
}

.reviews-heading {
  margin-bottom: 22px
}

.reviews-note {
  max-width: 900px;
  margin: -6px auto 60px;
  text-align: center;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.55;
  color: var(--ink-soft);
  font-style: italic
}

.reviews-shell {
  max-width: 1200px;
  margin: 0 auto
}

.reviews-window {
  overflow: hidden
}

.reviews {
  display: flex;
  gap: 32px;
  max-width: none;
  margin: 0;
  transition: transform .45s ease
}

.review {
  flex: 0 0 calc((100% - 64px)/3);
  min-width: 0;
  padding: 48px 36px;
  background: var(--cream);
  position: relative
}

.review .quote-mark {
  font-family: 'Ysabeau SC', serif;
  font-size: 80px;
  line-height: .5;
  color: var(--sage-soft);
  position: absolute;
  top: 36px;
  left: 24px;
  font-weight: 300
}

.review blockquote {
  font-family: Ysabeau, serif;
  font-style: italic;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.6;
  margin: 36px 0 28px;
  color: var(--ink);
  quotes: none
}

.review .who {
  font-family: 'Ysabeau SC', serif;
  font-size: 13px;
  letter-spacing: .22em;
  color: var(--ink)
}

.review .who small {
  display: block;
  font-family: Ysabeau, serif;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink-soft);
  margin-top: 4px
}

.review .stars {
  color: var(--sage);
  font-size: 14px;
  letter-spacing: .2em;
  margin-bottom: 12px;
  font-family: serif
}

.review-controls {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 42px
}

.review-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--sage);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Ysabeau SC', serif;
  font-size: 26px;
  line-height: 1;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease
}

.review-arrow:hover:not(:disabled) {
  background: var(--sage);
  border-color: var(--sage);
  color: #fff;
  transform: translateY(-2px)
}

.review-arrow:disabled {
  opacity: .35;
  cursor: default
}

@media (max-width:1100px) {
  .review {
    flex-basis: calc((100% - 32px)/2)
  }
}

@media (max-width:720px) {
  .review {
    flex-basis: 100%
  }

  .review-controls {
    margin-top: 28px
  }
}

#faq {
  background: var(--cream)
}

.faq-list {
  max-width: 1360px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr
}

.faq-item {
  border-bottom: 1px solid var(--line)
}

.faq-list>.faq-item:nth-child(odd) {
  border-right: 1px solid var(--line);
  padding-right: clamp(20px, 3vw, 40px)
}

.faq-list>.faq-item:nth-child(even) {
  padding-left: clamp(20px, 3vw, 40px)
}

.faq-q {
  width: 100%;
  text-align: left;
  padding: 32px 60px 32px 0;
  position: relative;
  font-family: Ysabeau, serif;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.4;
  color: var(--ink);
  display: flex;
  align-items: flex-start;
  gap: 24px;
  transition: color .3s ease
}

.faq-q:hover {
  color: var(--sage-deep)
}

.faq-q .qnum {
  font-family: 'Ysabeau SC', serif;
  font-size: 12px;
  letter-spacing: .2em;
  color: var(--sage);
  min-width: 32px;
  padding-top: 6px
}

.faq-q .qtxt {
  flex: 1
}

.faq-q .plus {
  position: absolute;
  right: 0;
  top: 36px;
  width: 24px;
  height: 24px;
  transition: transform .4s ease
}

.faq-q .plus::after, .faq-q .plus::before {
  content: "";
  position: absolute;
  background: var(--sage)
}

.faq-q .plus::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  transform: translateY(-.5px)
}

.faq-q .plus::after {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  transform: translateX(-.5px);
  transition: transform .3s ease
}

.faq-item.open .faq-q .plus::after {
  transform: translateX(-.5px) scaleY(0)
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease
}

.faq-a-inner {
  padding: 0 60px 36px 56px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 75ch
}

#kontakt {
  background: var(--paper);
  overflow: hidden
}

.kontakt-addr {
  text-align: center;
  margin-bottom: 60px
}

.kontakt-addr .where {
  font-family: 'Ysabeau SC', serif;
  font-size: clamp(28px, 3.4vw, 52px);
  font-weight: 300;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 24px
}

.kontakt-chips {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 22px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-family: 'Ysabeau SC', serif;
  font-size: 13px;
  letter-spacing: .18em;
  color: var(--ink);
  background: var(--cream);
  transition: background .25s ease, color .25s ease, border-color .25s ease
}

.chip:hover {
  background: var(--sage);
  color: #fff;
  border-color: var(--sage)
}

.chip .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sage)
}

.chip:hover .dot {
  background: #fff
}

.form-wrap {
  max-width: 920px;
  margin: 0 auto;
  background: var(--cream);
  padding: clamp(40px, 6vw, 80px);
  position: relative
}

.form-intro {
  font-family: Ysabeau, serif;
  font-style: italic;
  font-size: clamp(18px, 1.5vw, 22px);
  color: var(--ink-soft);
  text-align: center;
  max-width: 540px;
  margin: 0 auto 48px;
  line-height: 1.55
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 28px
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative
}

.field.full {
  grid-column: 1/-1
}

.field label {
  font-family: 'Ysabeau SC', serif;
  font-size: 12px;
  letter-spacing: .22em;
  color: var(--ink-soft)
}

.field input, .field textarea {
  font: inherit;
  font-size: 17px;
  background: 0 0;
  border: none;
  border-bottom: 1px solid var(--line);
  padding: 10px 0 12px;
  color: var(--ink);
  outline: 0;
  transition: border-color .25s ease
}

.field textarea {
  min-height: 100px;
  resize: vertical
}

.field input:focus, .field textarea:focus {
  border-color: var(--sage)
}

.form-submit {
  margin-top: 48px;
  display: flex;
  justify-content: center
}

.map-wrap {
  margin-top: 120px;
  aspect-ratio: 21/9;
  width: 100%;
  overflow: hidden;
  filter: saturate(.7) contrast(1.05);
  position: relative;
  cursor: pointer
}

.map-wrap.map-active {
  cursor: default
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  filter: grayscale(.2);
  pointer-events: none
}

.map-wrap.map-active iframe {
  pointer-events: auto
}

#partner {
  background: #6d8caf
}

#partner .section-h {
  color: #fff
}

.partner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  max-width: 1200px;
  margin: 0 auto
}

.partner-card {
  display: block
}

.partner-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 20px 60px -30px rgba(20, 28, 36, .4)
}

.partner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease
}

.partner-card:hover .partner-img img {
  transform: scale(1.04)
}

.partner-desc {
  max-width: 52ch;
  margin: 22px auto 0;
  text-align: center;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.55
}

.partner-link {
  display: block;
  width: fit-content;
  margin: 18px auto 0;
  text-align: center;
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: 14px;
  letter-spacing: .2em;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  padding-bottom: 4px;
  transition: border-color .25s ease
}

.partner-card:hover .partner-link {
  border-color: #fff
}

footer {
  background: var(--ink);
  color: #bcc4be;
  padding: 60px var(--pad) 134px
}

.foot-mark {
  text-align: center;
  font-family: 'Ysabeau SC', serif;
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 300;
  letter-spacing: .04em;
  color: #f6f2ea;
  line-height: .9;
  margin-bottom: 14px
}

.foot-tag {
  text-align: center;
  font-family: Ysabeau, serif;
  font-style: italic;
  font-size: 16px;
  color: var(--sage-soft);
  margin-bottom: 48px
}

.foot-line {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 28px;
  font-family: 'Ysabeau SC', serif;
  font-size: 12px;
  letter-spacing: .2em;
  color: rgba(255, 255, 255, .55)
}

.foot-line a:hover {
  color: #fff
}

.foot-line .sep {
  opacity: .35
}

.foot-sub {
  margin-top: 32px;
  text-align: center;
  font-family: Ysabeau, serif;
  font-size: 13px;
  color: rgba(255, 255, 255, .35);
  font-style: italic
}

.foot-sub a {
  color: rgba(255, 255, 255, .55);
  border-bottom: 1px solid rgba(255, 255, 255, .25)
}

.foot-partners {
  text-align: center;
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: 12px;
  letter-spacing: .2em;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 48px
}

.foot-partners a {
  color: var(--sage-soft);
  border-bottom: 1px solid rgba(168, 188, 177, .4)
}

.foot-partners a:hover {
  color: #fff;
  border-color: #fff
}

.booking-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 55;
  height: 74px;
  display: flex;
  align-items: center;
  background: var(--cream);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px rgba(37, 51, 66, .1);
  padding-left: clamp(16px, 3vw, 32px);
  padding-right: 0;
  transform: translateY(100%);
  transition: transform .4s ease
}

.booking-bar.visible {
  transform: translateY(0)
}

.bb-brand {
  font-family: 'Ysabeau SC', Georgia, serif;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 13px;
  color: var(--ink);
  padding-right: 20px;
  white-space: nowrap
}

.bb-brand strong {
  color: var(--sage-deep)
}

.bb-field {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-inline: 18px;
  border-left: 1px solid var(--line);
  flex: 1;
  min-width: 0
}

.bb-field>span {
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--ink-soft)
}

.bb-field input[type=date], .bb-date-input {
  border: 0;
  background: 0 0;
  font: inherit;
  font-family: Ysabeau, serif;
  font-size: 15px;
  color: var(--ink);
  padding: 3px 0 0;
  width: 100%;
  text-align: center
}

.bb-field input[type=date]:focus, .bb-date-input:focus {
  outline: 0
}

.bb-date-input {
  cursor: pointer
}

.bb-calendar {
  position: fixed;
  left: 50%;
  bottom: 92px;
  z-index: 95;
  width: min(420px, calc(100vw - 24px));
  display: none;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 28px 90px -32px rgba(37, 51, 66, .62);
  padding: 22px;
  color: var(--ink)
}

.bb-calendar.open {
  display: block
}

.bb-cal-head {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px
}

.bb-cal-title {
  text-align: center;
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: 22px;
  letter-spacing: .08em;
  color: var(--ink)
}

.bb-cal-nav {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--sage);
  font-size: 26px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.bb-cal-nav:hover {
  background: var(--sage);
  border-color: var(--sage);
  color: #fff
}

.bb-cal-week, .bb-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px
}

.bb-cal-week span {
  text-align: center;
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--ink-soft)
}

.bb-cal-grid {
  margin-top: 10px
}

.bb-cal-day {
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(108, 140, 175, .22);
  font-family: Ysabeau, serif;
  font-size: 18px;
  color: var(--ink);
  transition: background .18s, color .18s, border-color .18s, transform .18s
}

.bb-cal-day:hover {
  background: var(--sage-tint);
  border-color: var(--sage);
  transform: translateY(-1px)
}

.bb-cal-day.is-muted {
  opacity: .35
}

.bb-cal-day.is-today {
  box-shadow: inset 0 0 0 2px rgba(108, 140, 175, .55)
}

.bb-cal-day.is-selected {
  background: var(--sage);
  border-color: var(--sage);
  color: #fff
}

.bb-stepper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px
}

.bb-step {
  width: 26px;
  height: 26px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  color: var(--sage-deep);
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color .2s, background .2s
}

.bb-step:hover:not(:disabled) {
  border-color: var(--sage);
  background: var(--sage-tint)
}

.bb-step:disabled {
  opacity: .35;
  cursor: default
}

.bb-step-val {
  min-width: 1.2em;
  text-align: center;
  font-family: Ysabeau, serif;
  font-size: 15px;
  color: var(--ink)
}

.bb-submit {
  margin-left: auto;
  height: 100%;
  padding-inline: clamp(20px, 3vw, 44px);
  background: var(--sage);
  color: #fff;
  border: 0;
  cursor: pointer;
  font-family: 'Ysabeau SC', Georgia, serif;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 13px;
  font-weight: 500;
  transition: background .25s;
  white-space: nowrap
}

.bb-submit:hover {
  background: var(--sage-deep)
}

@media (max-width:760px) {
  .bb-brand {
    display: none
  }

  .booking-bar {
    padding-left: 10px;
    height: 80px
  }

  .bb-field {
    padding-inline: 8px
  }

  .bb-submit {
    padding-inline: 18px
  }
}

@media (min-width:960px) {
  :root {
    --pad-right: 110px
  }

  .nav {
    padding-right: var(--pad-right)
  }

  .hero {
    padding-right: var(--pad-right)
  }

  section {
    padding-right: var(--pad-right)
  }
}

@media (max-width:960px) {
  .hero {
    padding-top: 120px
  }

  .ueber-wide {
    grid-template-columns: 1fr 1fr;
    gap: 24px
  }

  .ueber-img.short {
    display: none
  }

  .apt-grid {
    grid-template-columns: 1fr;
    gap: 64px
  }

  .apt:nth-child(2), .apt:nth-child(4) {
    transform: none
  }

  .ausst-grid {
    grid-template-columns: 1fr;
    gap: 64px
  }

  .region-panel {
    grid-template-columns: 1fr;
    gap: 32px
  }

  .lage-strip {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center
  }

  .price-tiers {
    grid-template-columns: 1fr
  }

  .faq-list {
    grid-template-columns: 1fr
  }

  .faq-list>.faq-item:nth-child(odd) {
    border-right: none;
    padding-right: 8px
  }

  .faq-list>.faq-item:nth-child(even) {
    padding-left: 8px
  }

  .preise-grid {
    grid-template-columns: 1fr
  }

  .preise-grid>.price-row:not(.feature):nth-child(odd) {
    border-right: none;
    padding-right: 8px
  }

  .preise-grid>.price-row:not(.feature):nth-child(2n) {
    padding-left: 8px
  }

  .reviews {
    grid-template-columns: 1fr
  }

  .review:nth-child(2) {
    transform: none
  }

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

  .partner-grid {
    grid-template-columns: 1fr;
    gap: 48px
  }
}

@media (max-width:560px) {
  .hero-title {
    font-size: clamp(46px, 14vw, 58px);
    line-height: 1
  }

  .booking-bar {
    height: 72px;
    padding: 10px 14px;
    justify-content: center
  }

  .booking-bar .bb-field {
    display: none
  }

  .booking-bar .bb-submit {
    width: 100%;
    height: 52px;
    justify-content: center;
    padding-inline: 20px
  }
}

.nav {
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  padding: 22px var(--pad);
  gap: 24px;
  color: var(--ink)
}

.nav.scrolled {
  padding: 18px var(--pad)
}

.brand {
  position: static;
  left: auto;
  top: auto;
  transform: none;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  border-radius: 14px;
  background: rgba(246, 242, 234, .58);
  -webkit-backdrop-filter: blur(10px) saturate(1.2);
  backdrop-filter: blur(10px) saturate(1.2);
  box-shadow: 0 8px 24px rgba(37, 51, 66, .1), inset 0 0 0 1px rgba(255, 255, 255, .42);
  min-height: 60px;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease
}

.brand img {
  height: clamp(58px, 5.2vw, 86px);
  width: auto;
  display: block;
  transition: transform .25s ease;
  transform-origin: center
}

.nav.menu-open .brand {
  opacity: 1;
  pointer-events: auto
}

.brand:hover, .brand:focus-visible {
  transform: translateY(-1px);
  background: rgba(246, 242, 234, .7)
}

.brand:hover img, .brand:focus-visible img {
  transform: scale(1.04)
}

.nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 36px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(246, 242, 234, .58);
  -webkit-backdrop-filter: blur(10px) saturate(1.2);
  backdrop-filter: blur(10px) saturate(1.2);
  box-shadow: 0 8px 24px rgba(37, 51, 66, .1), inset 0 0 0 1px rgba(255, 255, 255, .42);
  color: var(--ink);
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
  line-height: 1;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease
}

.nav-pill:hover, .nav-pill:focus-visible, .nav-pill.open {
  transform: translateY(-1px);
  background: rgba(246, 242, 234, .74);
  outline: none
}

.nav-pill--lang {
  justify-self: start
}

.nav-pill--menu {
  justify-self: end;
  flex-direction: row;
  width: auto;
  height: auto
}

.nav-pill span {
  display: inline;
  width: auto;
  height: auto;
  background: none
}

.nav-pill .pill-line {
  display: inline-block;
  width: 42px;
  height: 1px;
  background: currentColor;
  opacity: .45;
  flex: 0 0 auto
}

.menu-toggle.open span:nth-child(1), .menu-toggle.open span:nth-child(2), .menu-toggle.open span:nth-child(3) {
  transform: none;
  opacity: 1
}

.nav-overlay {
  z-index: 65
}

.nav-overlay .menu a {
  font-size: 22px;
  letter-spacing: .24em
}

.lang-overlay .menu {
  gap: 36px
}

.lang-overlay .menu a {
  font-size: clamp(28px, 4vw, 52px);
  letter-spacing: .12em
}

.lang-overlay .menu a[aria-current='page'] {
  color: var(--sage-soft)
}

@media (min-width:960px) {
  .nav {
    padding-right: var(--pad-right)
  }
}

@media (max-width:760px) {
  .nav {
    padding: 14px 12px;
    gap: 10px
  }

  .nav.scrolled {
    padding: 12px
  }

  .brand {
    padding: 7px 12px;
    min-height: 50px;
    border-radius: 12px
  }

  .brand img {
    height: 52px
  }

  .nav-pill {
    min-height: 34px;
    padding: 8px 12px;
    font-size: 13px;
    letter-spacing: .1em
  }

  .nav-pill .pill-line {
    display: none
  }

  .nav-pill--lang .pill-label {
    font-size: 0
  }

  .nav-pill--lang .pill-label::before {
    content: attr(data-short);
    font-size: 13px;
    letter-spacing: .12em
  }

  .nav-overlay .menu a {
    font-size: 20px
  }

  .lang-overlay .menu a {
    font-size: 34px
  }
}

@media (max-width:420px) {
  .brand img {
    height: 44px
  }

  .nav-pill {
    padding: 8px 10px;
    font-size: 12px
  }

  .nav {
    align-items: start
  }
}

.hero {
  justify-content: center;
  padding: 140px var(--pad) 64px
}

.hero-inner {
  min-height: calc(100vh - 204px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: none
}

.hero-eyebrow {
  margin-bottom: 18px
}

.hero-title {
  font-size: clamp(54px, 10.2vw, 150px);
  line-height: .88;
  margin-bottom: 0
}

.hero-title .title-small {
  display: block;
  font-size: .5em;
  line-height: 1;
  margin-bottom: .08em
}

.hero-title .title-main {
  display: block;
  line-height: .88
}

.hero-sub {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding-top: 32px
}

@media (max-height:760px) and (min-width:721px) {
  .hero-title {
    font-size: clamp(48px, 8.7vw, 120px)
  }

  .hero-sub {
    padding-top: 22px
  }

  .hero-sub p {
    line-height: 1.35
  }
}

@media (max-width:960px) {
  .hero {
    padding-top: 132px;
    padding-bottom: 52px
  }

  .hero-inner {
    min-height: calc(100vh - 184px)
  }
}

@media (max-width:560px) {
  .hero {
    padding-top: 118px;
    padding-bottom: 54px
  }

  .hero-inner {
    min-height: calc(100vh - 172px)
  }

  .hero-title {
    font-size: clamp(42px, 11vw, 54px);
    line-height: .95
  }

  .hero-sub {
    gap: 16px;
    padding-top: 22px
  }

  .hero-sub .signature {
    text-align: left
  }
}

.hero {
  justify-content: center;
  padding: 0 var(--pad) !important
}

.hero-inner {
  display: none !important
}

.hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: clamp(320px, 48vw, 720px);
  aspect-ratio: 463/332;
  transform: translate(-50%, -50%);
  border-radius: clamp(18px, 3.2vw, 38px);
  background: rgba(246, 242, 234, .62) url("../img/logo-salvenmoser-new-font-1.svg") center/82% auto no-repeat;
  -webkit-backdrop-filter: blur(11px) saturate(1.15);
  backdrop-filter: blur(11px) saturate(1.15);
  box-shadow: 0 24px 70px rgba(37, 51, 66, .18), inset 0 0 0 1px rgba(255, 255, 255, .48);
  opacity: 1;
  pointer-events: none;
  transition: opacity .75s ease, transform .85s cubic-bezier(.22, 1, .36, 1)
}

.nav.intro-scrolled~.hero::before, .nav.scrolled~.hero::before {
  opacity: 0;
  transform: translate(-50%, -95%) scale(.84)
}

.nav, .nav.scrolled {
  padding: 22px var(--pad) !important;
  transition: background .4s ease, color .3s ease !important
}

.nav .brand, .nav .nav-pill {
  transition: opacity .5s ease, transform .62s cubic-bezier(.22, 1, .36, 1), background .35s ease, box-shadow .35s ease !important
}

.nav:not(.intro-scrolled):not(.scrolled) .brand, .nav:not(.intro-scrolled):not(.scrolled) .nav-pill {
  opacity: 0 !important;
  transform: translateY(-145%) !important;
  pointer-events: none
}

.nav.intro-scrolled .brand, .nav.intro-scrolled .brand:hover, .nav.intro-scrolled .brand:focus-visible, .nav.intro-scrolled .nav-pill, .nav.intro-scrolled .nav-pill:hover, .nav.intro-scrolled .nav-pill:focus-visible, .nav.intro-scrolled .nav-pill.open, .nav.scrolled .brand, .nav.scrolled .brand:hover, .nav.scrolled .brand:focus-visible, .nav.scrolled .nav-pill, .nav.scrolled .nav-pill:hover, .nav.scrolled .nav-pill:focus-visible, .nav.scrolled .nav-pill.open {
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto
}

.brand img, .brand:hover img, .brand:focus-visible img {
  transform: none !important
}

@media (min-width:960px) {
  .nav, .nav.scrolled {
    padding-right: var(--pad-right) !important
  }
}

@media (max-width:760px) {
  .nav, .nav.scrolled {
    padding: 14px 12px !important
  }

  .hero::before {
    width: min(76vw, 420px)
  }
}

@media (max-width:420px) {
  .hero::before {
    width: min(82vw, 340px)
  }
}

.signature-block .fam {
  max-width: 900px;
  margin: 0 auto;
  font-family: Ysabeau, Georgia, serif !important;
  font-size: clamp(18px, 1.35vw, 22px) !important;
  line-height: 1.65 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: var(--ink-soft) !important;
  text-align: center !important;
  letter-spacing: 0 !important
}

#lage {
  background: #6D8CAF;
  color: #fff;
  padding: clamp(110px, 14vh, 180px) var(--pad)
}

#lage .section-tag {
  color: rgba(255, 255, 255, .72)
}

#lage .section-tag .num {
  color: rgba(255, 255, 255, .52)
}

#lage .section-h {
  color: #fff;
  margin-bottom: clamp(34px, 5vh, 64px)
}

#lage .section-h .italic {
  color: #fff
}

.lage-intro {
  max-width: 900px;
  margin: 0 auto clamp(58px, 7vh, 86px);
  text-align: center;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.72;
  color: rgba(255, 255, 255, .86)
}

.lage-intro p+p {
  margin-top: 1.05em
}

.lage-intro strong {
  font-family: 'Ysabeau SC', Georgia, serif;
  font-weight: 500;
  letter-spacing: .08em
}

.lage-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 7vw, 110px);
  max-width: 1120px;
  margin: 0 auto
}

.lage-list {
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .35)
}

.lage-list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.42;
  color: rgba(255, 255, 255, .92)
}

.lage-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .88);
  margin-top: .78em;
  flex: 0 0 auto
}

@media (max-width:760px) {
  #lage {
    padding: 88px 24px
  }

  .lage-columns {
    grid-template-columns: 1fr;
    gap: 0
  }

  .lage-list+.lage-list {
    border-top: 0
  }

  .lage-intro {
    text-align: left;
    margin-bottom: 44px
  }

  .lage-list li {
    font-size: 18px;
    padding: 17px 0
  }
}

#kontakt .field label {
  font-size: clamp(13px, 1vw, 16px) !important;
  letter-spacing: .22em !important;
  line-height: 1.35 !important;
  color: var(--ink-soft) !important
}

#fruehstueckskorb {
  background: #6D8BAE;
  color: #fff;
  padding: clamp(110px, 14vh, 180px) var(--pad)
}

#fruehstueckskorb .section-tag {
  color: rgba(255, 255, 255, .74)
}

#fruehstueckskorb .section-h {
  color: #fff;
  margin-bottom: clamp(48px, 6vh, 86px)
}

#fruehstueckskorb .section-h .italic {
  color: #fff
}

.breakfast-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: center;
  max-width: 1260px;
  margin: 0 auto
}

.breakfast-copy h3 {
  font-family: 'Ysabeau SC', Georgia, serif;
  font-size: clamp(28px, 2.8vw, 44px);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 28px;
  color: #fff
}

.breakfast-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 0 0 clamp(34px, 4vw, 48px);
  padding: 0
}

.breakfast-list li {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.35;
  color: rgba(255, 255, 255, .9)
}

.breakfast-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .86);
  margin-top: .68em;
  flex: 0 0 auto
}

.breakfast-prices {
  display: grid;
  gap: 12px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .32)
}

.breakfast-price {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.35;
  color: rgba(255, 255, 255, .94)
}

.breakfast-price strong {
  font-family: 'Ysabeau SC', Georgia, serif;
  font-weight: 500;
  letter-spacing: .08em;
  white-space: nowrap
}

.breakfast-media {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, .16);
  box-shadow: 0 28px 70px -38px rgba(23, 35, 49, .55)
}

.breakfast-media img {
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
  object-fit: cover
}

.breakfast-ai-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px 4px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .78);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .22)
}

@media (max-width:900px) {
  #fruehstueckskorb {
    padding: 88px 24px
  }

  .breakfast-grid {
    grid-template-columns: 1fr
  }

  .breakfast-copy h3 {
    margin-bottom: 22px
  }

  .breakfast-price {
    align-items: flex-start
  }

  .breakfast-media {
    order: -1
  }
}

@media (max-width:520px) {
  .breakfast-price {
    display: grid;
    gap: 4px
  }

  .breakfast-price strong {
    white-space: normal
  }

  .breakfast-ai-badge {
    right: 10px;
    bottom: 10px;
    font-size: 9px;
    padding: 4px 8px
  }
}

#fruehstueckskorb img.breakfast-ai-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  width: clamp(70px, 7vw, 98px);
  height: auto;
  aspect-ratio: auto;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 2px 7px rgba(0, 0, 0, .26));
  object-fit: contain
}

@media (max-width:520px) {
  #fruehstueckskorb img.breakfast-ai-badge {
    right: 10px;
    bottom: 10px;
    width: 76px
  }
}

.foot-tag {
  font-family: 'Ysabeau SC', Georgia, serif !important;
  font-style: normal !important;
  font-size: clamp(20px, 3vw, 40px) !important;
  font-weight: 300 !important;
  letter-spacing: .04em !important;
  color: #f6f2ea !important;
  line-height: .9 !important;
  margin-bottom: 48px !important
}
