.nk-gastlichkeit {
  padding: 76px 30px 62px;
  background: #f7f2e9;
  color: #26312b;
  font-family: Poppins, sans-serif;
}
.nk-gastlichkeit-inner { max-width: 1140px; margin: 0 auto; }
.nk-gastlichkeit-layout { display: grid; grid-template-columns: .82fr 1.3fr; gap: 56px; align-items: stretch; }
.nk-gastlichkeit-photo { position: relative; margin: 0; min-height: 510px; border-radius: 180px 180px 22px 22px; isolation: isolate; transition: box-shadow .25s ease; }
.nk-gastlichkeit-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% 65%; border-radius: inherit; }
.nk-gastlichkeit-photo::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgb(12 26 18 / 85%)); border-radius: 0 0 22px 22px; z-index: 1; pointer-events: none; }
.nk-gastlichkeit-photo figcaption { position: absolute; bottom: 30px; left: 30px; right: 26px; z-index: 2; font: 400 32px/1.24 Marcellus, serif; color: #fffaf3; }
.nk-gastlichkeit-photo figcaption span { display: block; margin-bottom: 12px; font: 500 11px/1.5 Poppins, sans-serif; letter-spacing: .12em; text-transform: uppercase; color: #f3bda4; }
.nk-gastlichkeit-content { padding: 6px 0; }
.nk-gastlichkeit .nk-gastlichkeit-eyebrow { margin: 0 0 14px; color: #a6553d; font-size: 11px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.nk-gastlichkeit #nk-gastlichkeit-title { margin: 0 0 28px; color: #26312b; font: 400 clamp(34px, 3.35vw, 48px)/1.13 Marcellus, serif; }
.nk-gastlichkeit-features { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 26px; row-gap: 0; }
.nk-gastlichkeit-feature { display: flex; align-items: flex-start; gap: 12px; padding: 21px 0; border-top: 1px solid #dcd6ca; }
.nk-gastlichkeit-icon { display: grid; place-items: center; flex: 0 0 36px; height: 36px; color: #bd644c; border-radius: 50%; background: #f0dfd2; transition: box-shadow .25s ease, background .25s ease; }
.nk-gastlichkeit-icon svg { width: 21px; height: 21px; }
.nk-gastlichkeit-feature h3 { margin: 3px 0 8px; color: #26312b; font: 400 19px/1.35 Marcellus, serif; }
.nk-gastlichkeit-feature p { margin: 0; color: #62665d; font-size: 13px; line-height: 1.8; }
.nk-reservierung { display: flex; align-items: center; gap: 23px; margin-top: 38px; padding: 28px 32px; border-radius: 20px; background: #283a30; box-shadow: 0 12px 30px rgb(36 51 41 / 10%); }
.nk-reservierung-icon { display: grid; place-items: center; flex: 0 0 54px; height: 54px; color: #f1b399; background: rgb(226 123 96 / 13%); border: 1px solid rgb(226 123 96 / 26%); border-radius: 50%; }
.nk-reservierung-icon svg { width: 26px; height: 26px; }
.nk-gastlichkeit #nk-reservierung-title { margin: 0 0 7px; color: #fff7ec; font: 400 25px/1.3 Marcellus, serif; }
.nk-reservierung-copy { flex: 1; }
.nk-reservierung-copy p { margin: 0; font-size: 13px; line-height: 1.85; color: #dddcd1; }
.nk-reservierung-copy strong { color: #fff7ec; font-weight: 500; }
.nk-gastlichkeit .nk-reservierung-button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; flex-shrink: 0; padding: 17px 24px; background: #e27b60; color: #fff; font: 500 16px/1.2 Poppins,sans-serif; letter-spacing: .02em; text-decoration: none; }
.nk-reservierung-button svg { width: 20px; height: 20px; }
@media (hover:hover) and (pointer:fine) {
  .nk-gastlichkeit-photo:hover { box-shadow: var(--nk-image-glow); }
  .nk-gastlichkeit-feature:hover .nk-gastlichkeit-icon { background: #f4d9c6; box-shadow: 0 0 20px rgb(226 123 96 / 35%); }
  .nk-gastlichkeit .nk-reservierung-button:hover { background: #d36e53; color: #fff; }
}
@media (max-width:1024px) {
  .nk-gastlichkeit-layout { gap: 32px; grid-template-columns: .72fr 1.3fr; }
  .nk-gastlichkeit-photo figcaption { font-size: 28px; left: 24px; }
  .nk-gastlichkeit-features { column-gap: 18px; }
  .nk-gastlichkeit-feature { gap: 9px; }
  .nk-gastlichkeit-feature h3 { font-size: 17px; }
}
@media (max-width:767px) {
  .nk-gastlichkeit { padding: 44px 23px; }
  .nk-gastlichkeit-layout { grid-template-columns: 1fr; gap: 30px; }
  .nk-gastlichkeit-photo { min-height: 320px; border-radius: 120px 120px 20px 20px; }
  .nk-gastlichkeit-photo img { object-position: 50% 62%; }
  .nk-gastlichkeit-photo figcaption { bottom: 24px; font-size: 30px; }
  .nk-gastlichkeit #nk-gastlichkeit-title { font-size: 37px; margin-bottom: 24px; }
  .nk-gastlichkeit-features { grid-template-columns: 1fr; }
  .nk-gastlichkeit-feature { gap: 14px; padding: 17px 0; }
  .nk-gastlichkeit-feature h3 { font-size: 20px; margin-bottom: 5px; }
  .nk-gastlichkeit-feature p { font-size: 13px; line-height: 1.75; }
  .nk-reservierung { flex-wrap: wrap; gap: 15px; margin-top: 19px; padding: 24px; }
  .nk-reservierung-icon { flex-basis: 43px; height: 43px; }
  .nk-reservierung-copy { flex-basis: calc(100% - 60px); }
  .nk-gastlichkeit #nk-reservierung-title { font-size: 21px; }
  .nk-reservierung-copy p { font-size: 12px; }
  .nk-gastlichkeit .nk-reservierung-button { width: 100%; margin-top: 3px; }
}
@media (prefers-reduced-motion:reduce) {
  .nk-gastlichkeit-photo, .nk-gastlichkeit-icon { transition: none; }
}
