/* PRESTIGIA Services · Stylesheet */

@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-opsz.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-opsz-italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-wght.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #F7F2EA;
  --bg-soft: #F1E9DD;
  --bg-deep: #EBE1D2;
  --surface: #FFFDF9;
  --ink: #10302D;
  --text: #2B3634;
  --muted: #5B6764;
  --line: #E4D9C8;
  --primary: #1D4A45;
  --primary-600: #163A36;
  --primary-50: #E4EEEB;
  --accent: #B7874A;
  --accent-light: #E2BC85;
  --accent-text: #875C29;
  --accent-50: #F4E8D6;
  --night: #0F2A2A;
  --on-night: #F3ECE1;
  --on-night-muted: #B7C6C1;
  --on-night-faint: #8FA5A0;
  --radius: 24px;
  --radius-sm: 16px;
  --shadow-sm: 0 1px 2px rgba(16, 48, 45, .05), 0 4px 14px -6px rgba(16, 48, 45, .12);
  --shadow: 0 18px 40px -22px rgba(16, 48, 45, .35);
  --shadow-lg: 0 40px 80px -40px rgba(16, 48, 45, .45);
  --container: 1200px;
  --gutter: clamp(20px, 4vw, 40px);
  --header-h: 80px;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color-scheme: light;
}

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
svg { max-width: 100%; }
a { color: var(--primary); text-underline-offset: .18em; }
p { margin: 0 0 1em; }
h1, h2, h3 { text-wrap: balance; }
address { font-style: normal; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--accent-light); color: var(--ink); }

.container { width: 100%; max-width: calc(var(--container) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 22px; height: 22px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: absolute; left: 12px; top: -80px; z-index: 200; padding: 10px 16px; border-radius: 10px; background: var(--ink); color: #fff; font-weight: 700; text-decoration: none; }
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ---------- Typografie ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  margin: 0 0 4px;
  font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent-text);
}
.eyebrow::before { content: ""; width: 28px; height: 1.5px; background: currentColor; }
.eyebrow.light { color: var(--accent-light); }
h1, .h1 {
  font-family: var(--serif); font-weight: 450; color: var(--ink);
  font-size: clamp(2.6rem, 5.4vw, 4.5rem); line-height: 1.03; letter-spacing: -.02em;
  margin: 16px 0 22px;
}
h1 em, h2 em { font-style: italic; font-weight: 400; color: var(--primary); }
h2 {
  font-family: var(--serif); font-weight: 450; color: var(--ink);
  font-size: clamp(2rem, 3.8vw, 3.1rem); line-height: 1.08; letter-spacing: -.015em;
  margin: 12px 0 18px;
}
h3 { font-family: var(--serif); font-weight: 500; color: var(--ink); font-size: 1.5rem; line-height: 1.2; margin: 0 0 10px; }
.lead { font-size: clamp(1.05rem, 1.35vw, 1.18rem); line-height: 1.7; color: var(--muted); max-width: 38em; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px; border-radius: 999px; border: 1.5px solid transparent;
  font: inherit; font-size: .98rem; font-weight: 700; line-height: 1.2; text-decoration: none;
  cursor: pointer; white-space: nowrap;
  transition: background-color .2s, color .2s, border-color .2s, transform .2s, box-shadow .2s;
}
.btn .icon { width: 18px; height: 18px; transition: transform .25s; }
.btn:hover .icon { transform: translateX(3px); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 12px 24px -14px rgba(29, 74, 69, .8); }
.btn-primary:hover { background: var(--primary-600); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: rgba(16, 48, 45, .22); }
.btn-ghost:hover { border-color: var(--ink); background: rgba(16, 48, 45, .04); }
.btn-accent { background: var(--accent); color: #1E1409; box-shadow: 0 12px 24px -14px rgba(183, 135, 74, .9); }
.btn-accent:hover { background: #A77A40; transform: translateY(-1px); }
.btn-sm { padding: 10px 18px; font-size: .92rem; }
.btn[disabled], .btn.is-loading { opacity: .65; pointer-events: none; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 242, 234, .86);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 30px -24px rgba(16, 48, 45, .5); }
.nav { display: flex; align-items: center; gap: 28px; height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; flex: none; }
.brand-mark { width: 30px; height: 36px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--serif); font-weight: 600; font-size: 1.28rem; letter-spacing: .17em; }
.brand-sub { margin-top: 6px; font-size: .6rem; font-weight: 700; letter-spacing: .5em; color: var(--accent-text); }
.main-nav { margin-left: auto; }
.nav-links { display: flex; gap: 28px; margin: 0; padding: 0; list-style: none; }
.nav-links a { position: relative; display: block; padding: 8px 0; color: var(--text); font-weight: 600; font-size: .95rem; text-decoration: none; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; border-radius: 2px;
  background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.nav-links a:hover::after, .nav-links a.is-active::after { transform: scaleX(1); }
.nav-links a:hover, .nav-links a.is-active { color: var(--ink); }
.nav-toggle {
  display: none; margin-left: auto;
  align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 14px;
  border: 1.5px solid var(--line); background: var(--surface); color: var(--ink); cursor: pointer;
}
.nav-toggle .i-close { display: none; }
.nav-toggle[aria-expanded="true"] .i-open { display: none; }
.nav-toggle[aria-expanded="true"] .i-close { display: block; }
.mobile-menu { border-top: 1px solid var(--line); background: var(--bg); padding: 8px var(--gutter) 26px; }
.mobile-menu ul { margin: 0; padding: 0; list-style: none; }
.mobile-menu li a { display: block; padding: 15px 2px; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 700; font-size: 1.08rem; text-decoration: none; }
.mobile-menu .btn { width: 100%; margin-top: 20px; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: clamp(36px, 6vw, 84px) 0 clamp(56px, 7vw, 96px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; z-index: -1; right: -12%; top: -18%;
  width: min(70vw, 900px); aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(183, 135, 74, .16), rgba(183, 135, 74, 0) 72%);
}
.hero::after {
  content: ""; position: absolute; z-index: -1; left: -16%; top: 8%;
  width: min(50vw, 600px); aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(29, 74, 69, .09), rgba(29, 74, 69, 0) 72%);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(36px, 6vw, 84px); align-items: center; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 34px 0 0; padding: 0; list-style: none; }
.hero-points li { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: .93rem; color: var(--text); }
.tick { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--primary-50); color: var(--primary); }
.tick .icon { width: 14px; height: 14px; stroke-width: 2.6; }
.hero-visual { position: relative; width: 100%; max-width: 520px; justify-self: center; }
.hero-visual::before {
  content: ""; position: absolute; inset: -16px;
  border: 1.5px solid rgba(183, 135, 74, .5);
  border-radius: 50% 50% 22px 22px / 43.5% 43.5% 22px 22px;
}
.hero-visual img { position: relative; width: 100%; filter: drop-shadow(0 34px 44px rgba(16, 48, 45, .28)); }
.float-card {
  position: absolute; display: flex; align-items: center; gap: 12px;
  padding: 12px 16px 12px 12px; border-radius: 18px;
  background: var(--surface); box-shadow: var(--shadow); line-height: 1.3;
  animation: float 7s ease-in-out infinite;
}
.float-card strong { display: block; color: var(--ink); font-size: .92rem; }
.float-card small { display: block; color: var(--muted); font-size: .8rem; }
.float-card .badge { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--primary-50); color: var(--primary); }
.float-card .badge.warm { background: var(--accent-50); color: var(--accent-text); }
.float-card.one { left: -9%; top: 30%; }
.float-card.two { right: -7%; bottom: 13%; animation-delay: -3.5s; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ---------- Band ---------- */
.band { padding-bottom: 8px; }
.band-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.band-item { display: flex; align-items: center; gap: 14px; padding: 24px 26px; }
.band-item + .band-item { border-left: 1px solid var(--line); }
.band-item .icon { width: 30px; height: 30px; color: var(--accent); stroke-width: 1.5; }
.band-item strong { display: block; color: var(--ink); font-size: .98rem; line-height: 1.3; }
.band-item small { display: block; margin-top: 2px; color: var(--muted); font-size: .85rem; line-height: 1.4; }

/* ---------- Sektionen ---------- */
.section { padding: clamp(76px, 10vw, 128px) 0; }
.section-head { max-width: 780px; margin-bottom: clamp(36px, 5vw, 56px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow::after { content: ""; width: 28px; height: 1.5px; background: currentColor; }
.section-head.center .lead { margin-inline: auto; }
.section.soft { background: var(--bg-soft); }

/* ---------- Leistungen ---------- */
.services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.service {
  position: relative; display: flex; flex-direction: column; overflow: hidden;
  padding: clamp(28px, 3.2vw, 40px);
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.service:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.service p { color: var(--muted); }
.service .num { position: absolute; top: 30px; right: 34px; font-family: var(--serif); font-size: 1.05rem; color: var(--accent-text); }
.ico { display: grid; place-items: center; flex: none; width: 58px; height: 58px; border-radius: 18px; background: var(--primary-50); color: var(--primary); }
.ico .icon { width: 28px; height: 28px; stroke-width: 1.5; }
.service .ico { margin-bottom: 24px; }
.service h3 { font-size: 1.65rem; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 0; padding: 0; list-style: none; }
.tags li { padding: 6px 13px; border-radius: 999px; background: var(--bg-soft); color: var(--text); font-size: .8rem; font-weight: 600; }
.more { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 26px; font-weight: 700; text-decoration: none; color: var(--primary); }
.more .icon { width: 18px; height: 18px; transition: transform .25s; }
.more:hover .icon { transform: translateX(4px); }
.service.featured { background: var(--primary); border-color: var(--primary); isolation: isolate; }
.service.featured::after {
  content: ""; position: absolute; right: -54px; bottom: -70px; width: 230px; height: 270px;
  border: 1.5px solid rgba(226, 188, 133, .28); border-radius: 115px 115px 0 0; z-index: -1;
}
.service.featured::before {
  content: ""; position: absolute; right: -14px; bottom: -70px; width: 150px; height: 200px;
  border: 1.5px solid rgba(226, 188, 133, .18); border-radius: 75px 75px 0 0; z-index: -1;
}
.service.featured h3 { color: #fff; }
.service.featured p { color: #C9DAD5; }
.service.featured .num { color: var(--accent-light); }
.service.featured .ico { background: rgba(255, 255, 255, .1); color: var(--accent-light); }
.service.featured .tags li { background: rgba(255, 255, 255, .1); color: #F3ECE1; }
.service.featured .more { color: var(--accent-light); }
.more-fields {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px;
  margin-top: 26px; padding: 20px 28px;
  border: 1.5px dashed #D6C8B2; border-radius: var(--radius);
}
.more-fields p { margin: 0; font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--accent-text); }
.more-fields ul { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 0; padding: 0; list-style: none; }
.more-fields li { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: .95rem; }
.more-fields .icon { width: 20px; height: 20px; color: var(--primary); }

/* ---------- Dunkle Sektion: Unterkünfte ---------- */
.section.dark { position: relative; overflow: hidden; background: var(--night); color: var(--on-night-muted); }
.section.dark::before {
  content: ""; position: absolute; left: -200px; top: -200px; width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(226, 188, 133, .1), rgba(226, 188, 133, 0));
}
.dark h2, .dark h3 { color: var(--on-night); }
.dark h2 em { color: var(--accent-light); }
.dark .lead { color: var(--on-night-muted); }
.split { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 84px); align-items: center; }
.tab-list {
  display: inline-flex; flex-wrap: wrap; gap: 4px; margin: 14px 0 28px; padding: 5px;
  border-radius: 999px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1);
}
.tab {
  appearance: none; border: 0; border-radius: 999px; padding: 10px 18px; cursor: pointer;
  background: transparent; color: var(--on-night-muted);
  font: inherit; font-size: .92rem; font-weight: 700;
  transition: background-color .2s, color .2s;
}
.tab:hover { color: #fff; }
.tab[aria-selected="true"] { background: var(--on-night); color: var(--ink); }
.tab-panel { animation: fade-in .45s ease; }
.tab-panel h3 { font-size: 1.65rem; }
.tab-panel p { max-width: 34em; }
@keyframes fade-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.checks { display: grid; gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
.checks li { position: relative; padding-left: 36px; color: var(--on-night); }
.checks li::before {
  content: ""; position: absolute; left: 0; top: 2px; width: 24px; height: 24px; border-radius: 50%;
  background: rgba(226, 188, 133, .15) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E2BC85' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 13px no-repeat;
}
.room-visual { margin: 0; }
.room-visual img { width: 100%; border-radius: 28px; box-shadow: 0 50px 90px -40px rgba(0, 0, 0, .7); }
.room-visual figcaption { margin-top: 14px; text-align: right; font-size: .82rem; color: var(--on-night-faint); }
.amenities { position: relative; margin-top: clamp(52px, 7vw, 84px); padding-top: clamp(36px, 4vw, 48px); border-top: 1px solid rgba(255, 255, 255, .1); }
.amenities .amenities-title { margin: 0 0 22px; font-family: var(--sans); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-light); }
.amenities ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.amenities li {
  display: flex; align-items: center; gap: 13px; padding: 17px 18px; border-radius: 18px;
  background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .08);
  color: var(--on-night); font-weight: 600; font-size: .95rem; line-height: 1.35;
  transition: background-color .25s, border-color .25s;
}
.amenities li:hover { background: rgba(255, 255, 255, .07); border-color: rgba(226, 188, 133, .3); }
.amenities .icon { color: var(--accent-light); }

/* ---------- Eigentümer ---------- */
.owner-visual { margin: 0; }
.benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 26px; margin: 30px 0; padding: 0; list-style: none; }
.benefits li { display: flex; gap: 14px; }
.benefits .ico { width: 46px; height: 46px; border-radius: 14px; background: var(--accent-50); color: var(--accent-text); }
.benefits .ico .icon { width: 22px; height: 22px; stroke-width: 1.8; }
.benefits strong { display: block; color: var(--ink); font-size: 1rem; line-height: 1.35; }
.benefits p { margin: 3px 0 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.search-card { margin: 0 0 30px; padding: 20px 22px; border-radius: 20px; background: var(--surface); border: 1px solid var(--line); }
.search-card .search-title { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; color: var(--ink); font-weight: 700; }
.search-card .search-title .icon { color: var(--accent); }

/* ---------- Ablauf ---------- */
.steps { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin: 0; padding: 0; list-style: none; }
.steps::before {
  content: ""; position: absolute; top: 29px; left: 12.5%; right: 12.5%; height: 2px;
  background: repeating-linear-gradient(90deg, rgba(183, 135, 74, .6) 0 8px, transparent 8px 16px);
}
.step { position: relative; padding: 0 8px; text-align: center; }
.step-num {
  position: relative; display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 20px;
  border-radius: 50%; background: var(--surface); border: 1.5px solid var(--accent);
  font-family: var(--serif); font-size: 1.4rem; color: var(--ink);
  box-shadow: 0 0 0 10px var(--bg-soft);
}
.step h3 { font-size: 1.35rem; margin-bottom: 6px; }
.step p { margin: 0 auto; max-width: 24em; color: var(--muted); font-size: .96rem; }

/* ---------- Über uns ---------- */
.about { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(36px, 6vw, 84px); align-items: center; }
.lang { display: inline-flex; align-items: center; gap: 10px; margin: 6px 0 0; padding: 10px 18px; border-radius: 999px; background: var(--accent-50); color: var(--ink); font-weight: 700; font-size: .93rem; }
.lang .icon { color: var(--accent-text); }
.statement {
  position: relative; overflow: hidden; margin: 0; isolation: isolate;
  padding: clamp(32px, 4.5vw, 52px); border-radius: 30px;
  background: var(--primary); color: #fff;
}
.statement::after {
  content: ""; position: absolute; right: -40px; top: -40px; width: 200px; height: 240px;
  border: 1.5px solid rgba(226, 188, 133, .3); border-radius: 100px 100px 0 0; transform: rotate(180deg); z-index: -1;
}
.statement .quote-mark { display: block; width: 44px; height: 34px; margin-bottom: 18px; color: var(--accent-light); }
.statement p { position: relative; margin: 0 0 18px; font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(1.6rem, 2.7vw, 2.25rem); line-height: 1.22; color: #fff; }
.statement .quote-by { margin: 0; font-family: var(--sans); font-style: normal; font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-light); }
.values { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: clamp(40px, 5vw, 60px) 0 0; padding: 0; list-style: none; }
.value { padding: 26px; border-radius: 20px; background: var(--surface); border: 1px solid var(--line); transition: transform .3s, box-shadow .3s; }
.value:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.value .ico { width: 48px; height: 48px; border-radius: 15px; }
.value .ico .icon { width: 24px; height: 24px; }
.value h3 { margin: 16px 0 6px; font-size: 1.28rem; }
.value p { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.55; }

/* ---------- Kontakt ---------- */
.contact-section { padding-top: 0; }
.contact { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); overflow: hidden; border-radius: 32px; background: var(--surface); box-shadow: var(--shadow-lg); }
.contact-info { position: relative; overflow: hidden; isolation: isolate; padding: clamp(32px, 5vw, 56px); background: var(--night); color: var(--on-night-muted); }
.contact-info::after {
  content: ""; position: absolute; right: -60px; bottom: -90px; width: 260px; height: 320px;
  border: 1.5px solid rgba(226, 188, 133, .22); border-radius: 130px 130px 0 0; z-index: -1;
}
.contact-info h2 { color: var(--on-night); }
.contact-info h2 em { color: var(--accent-light); }
.contact-list { position: relative; z-index: 1; display: grid; gap: 22px; margin: 34px 0 0; padding: 0; list-style: none; }
.contact-list li { display: flex; align-items: flex-start; gap: 16px; }
.contact-list .ico { width: 48px; height: 48px; border-radius: 15px; background: rgba(255, 255, 255, .07); color: var(--accent-light); }
.contact-list .ico .icon { width: 22px; height: 22px; stroke-width: 1.8; }
.contact-list small { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--on-night-faint); }
.contact-list a, .contact-list address { display: block; color: var(--on-night); font-weight: 600; font-size: 1.05rem; line-height: 1.5; text-decoration: none; }
.contact-list a:hover { color: var(--accent-light); }
.contact-form { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-content: start; padding: clamp(28px, 5vw, 56px); }
.form-title { margin: 0 0 4px; font-family: var(--serif); font-size: 1.6rem; color: var(--ink); }
.field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.full { grid-column: 1 / -1; }
.field label { font-size: .86rem; font-weight: 700; color: var(--ink); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border-radius: 13px;
  border: 1.5px solid var(--line); background: var(--bg);
  font: inherit; font-size: 1rem; color: var(--text);
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}
.field input::placeholder, .field textarea::placeholder { color: #8C9693; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #D3C5B0; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--primary); background: #fff; box-shadow: 0 0 0 4px rgba(29, 74, 69, .12); }
.field input:user-invalid, .field textarea:user-invalid { border-color: #B4533A; }
.field textarea { min-height: 140px; resize: vertical; }
.field select {
  appearance: none; -webkit-appearance: none; padding-right: 44px; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231D4A45' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 15px center; background-size: 18px;
}
.check { display: flex; align-items: flex-start; gap: 12px; color: var(--muted); font-size: .88rem; line-height: 1.55; cursor: pointer; }
.check input { flex: none; width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--primary); cursor: pointer; }
.hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
.form-note { margin: 0; color: var(--muted); font-size: .84rem; }
.form-status { margin: 0; padding: 14px 18px; border-radius: 14px; background: var(--bg); font-weight: 600; }
.form-status.is-ok { background: #E2F0E8; color: #17503A; }
.form-status.is-err { background: #FBE8E2; color: #8A2E17; }

/* ---------- Footer ---------- */
.site-footer { padding: clamp(56px, 7vw, 84px) 0 30px; background: var(--night); color: var(--on-night-muted); font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr .8fr; gap: 40px; }
.site-footer .brand { color: var(--on-night); }
.site-footer .brand-sub { color: var(--accent-light); }
.footer-brand p { max-width: 30ch; margin: 20px 0 0; }
.footer-title { margin: 0 0 14px; font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-light); }
.site-footer ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.site-footer a { color: var(--on-night); text-decoration: none; }
.site-footer a:hover { color: var(--accent-light); }
.footer-bottom { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 52px; padding-top: 24px; font-size: .86rem; }
.footer-bottom::before { content: ""; position: absolute; top: 0; left: var(--gutter); right: var(--gutter); height: 1px; background: rgba(255, 255, 255, .12); }
.footer-bottom p { margin: 0; }
.to-top { display: inline-flex; align-items: center; gap: 8px; }
.to-top .icon { width: 16px; height: 16px; transform: rotate(-90deg); }

/* ---------- Unterseiten ---------- */
.page-hero { position: relative; padding: clamp(52px, 8vw, 96px) 0 clamp(24px, 3vw, 36px); }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); }
.legal { max-width: 800px; padding-bottom: clamp(72px, 10vw, 120px); }
.legal h2 { margin: 48px 0 12px; font-size: clamp(1.45rem, 2.4vw, 1.85rem); }
.legal h3 { margin: 28px 0 8px; font-family: var(--sans); font-size: 1.05rem; font-weight: 800; }
.legal ul { padding-left: 1.2em; }
.legal .card h2, .legal h2.first { margin-top: 0; }
.legal .card + h2 { margin-top: 44px; }
.legal li { margin-bottom: 6px; }
.legal .card { padding: 26px 28px; border-radius: 20px; background: var(--surface); border: 1px solid var(--line); }
.legal .card p:last-child { margin-bottom: 0; }
.legal .stand { margin-top: 40px; color: var(--muted); font-size: .9rem; }
.message { display: grid; place-items: center; min-height: 62vh; padding: 80px 0; text-align: center; }
.message .badge-lg { display: grid; place-items: center; width: 88px; height: 88px; margin: 0 auto 26px; border-radius: 50%; background: var(--primary-50); color: var(--primary); }
.message .badge-lg.warn { background: var(--accent-50); color: var(--accent-text); }
.message .badge-lg .icon { width: 40px; height: 40px; stroke-width: 1.6; }
.message p { max-width: 34em; margin-inline: auto; color: var(--muted); }
.message .hero-actions { justify-content: center; }

/* ---------- Einblenden ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s cubic-bezier(.2, .7, .2, 1), transform .9s cubic-bezier(.2, .7, .2, 1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal.d1 { transition-delay: .08s; }
.js .reveal.d2 { transition-delay: .16s; }
.js .reveal.d3 { transition-delay: .24s; }

/* ---------- Responsive ---------- */
@media (max-width: 1120px) {
  .nav-links { gap: 20px; }
  .float-card.one { left: -3%; }
  .float-card.two { right: -2%; }
  .amenities ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  :root { --header-h: 70px; }
  .main-nav, .nav-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero-grid, .split, .about, .contact { grid-template-columns: minmax(0, 1fr); }
  .hero-visual { max-width: 460px; margin-top: 12px; }
  .room-visual, .owner-visual { max-width: 620px; }
  .split.reverse .owner-visual { order: 2; }
  .band-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .band-item + .band-item { border-left: 0; }
  .band-item:nth-child(even) { border-left: 1px solid var(--line); }
  .band-item:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 44px; }
  .steps::before { display: none; }
  .values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 981px) {
  .mobile-menu { display: none !important; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .services, .benefits { grid-template-columns: minmax(0, 1fr); }
  .contact-form { grid-template-columns: minmax(0, 1fr); }
  .float-card { padding: 9px 12px 9px 9px; gap: 10px; }
  .float-card .badge { width: 36px; height: 36px; border-radius: 11px; }
  .float-card strong { font-size: .84rem; }
  .float-card small { font-size: .74rem; }
  .float-card.one { left: -2%; top: 24%; }
  .float-card.two { right: -2%; bottom: 9%; }
  .more-fields { padding: 18px 20px; }
  .service.featured::before { display: none; }
  .service.featured::after { right: -110px; bottom: -150px; }
  .statement::after { right: -120px; top: -150px; }
  .contact-info::after { display: none; }
}
@media (max-width: 540px) {
  .band-grid { grid-template-columns: minmax(0, 1fr); }
  .band-item:nth-child(even) { border-left: 0; }
  .band-item + .band-item { border-top: 1px solid var(--line); }
  .band-item { padding: 18px 20px; }
  .steps, .values, .amenities ul, .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-actions .btn { width: 100%; }
  .tab-list { display: flex; border-radius: 20px; }
  .tab { flex: 1 1 auto; }
  .service .num { top: 24px; right: 24px; }
  .hero-visual::before { inset: -10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
@media print {
  .site-header, .site-footer, .contact-form, .hero-visual, .nav-toggle { display: none !important; }
  body { background: #fff; }
  .section.dark, .contact-info { background: #fff; color: #000; }
}
