:root {
  --ink: #264231;
  --ink-soft: #506355;
  --green: #607c61;
  --green-dark: #244536;
  --sage: #dfe7da;
  --paper: #fffdf8;
  --cream: #f7f0e3;
  --cream-deep: #eee1cc;
  --orange: #e87345;
  --orange-dark: #c95c34;
  --line: #d8dfd3;
  --whatsapp: #27875c;
  --shadow: 0 20px 50px rgba(34, 64, 46, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid #f2a17c; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; border-radius: 999px; color: #fff; background: var(--green-dark); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.topline { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 7px 18px; color: #fff; background: var(--green-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.topline span { width: 7px; height: 7px; border-radius: 50%; background: #f1a581; box-shadow: 0 0 0 4px rgba(241,165,129,.15); }

.header { min-height: 83px; position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 30px; padding: 10px clamp(24px, 6vw, 96px); border-bottom: 1px solid rgba(38,66,49,.11); background: rgba(255,253,248,.94); backdrop-filter: blur(14px); }
.brand { width: 185px; flex: 0 0 auto; }
.brand img { width: 100%; max-height: 57px; object-fit: contain; object-position: left center; }
.header nav { margin-left: auto; display: flex; align-items: center; gap: clamp(14px, 2.2vw, 34px); font-size: 13px; font-weight: 750; }
.header nav a { padding: 10px 0; transition: color .2s ease, transform .2s ease; }
.header nav a:hover { color: var(--orange); transform: translateY(-2px); }
.header nav a[aria-current="page"] { color: var(--orange-dark); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 15px; color: var(--ink); background: var(--cream); cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: currentColor; }
.nav-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.header-actions, .button-row { display: flex; align-items: center; gap: 11px; }
.header-actions { flex: 0 0 auto; flex-wrap: nowrap; }
.button-row { flex-wrap: wrap; }

.button, .wa-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 14px 21px; border: 0; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 800; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.wa-button small { font-size: 9px; font-weight: 750; opacity: .72; }
.button:hover, .wa-button:hover { transform: translateY(-3px); }
.button.small, .wa-small { min-height: 42px; padding: 11px 16px; font-size: 12px; }
.button.orange { color: #fff; background: var(--orange); box-shadow: 0 10px 22px rgba(232,115,69,.25); }
.button.orange:hover { background: var(--orange-dark); box-shadow: 0 14px 28px rgba(232,115,69,.3); }
.button.cream { color: var(--ink); background: #fff5df; }
.wa-button { color: var(--whatsapp); background: #edf8f0; box-shadow: inset 0 0 0 1px rgba(39,135,92,.12); }
.wa-button:hover { background: #e5f3e9; box-shadow: 0 12px 26px rgba(39,135,92,.13); }
.wa-icon { width: 24px; height: 24px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--whatsapp); }
.wa-icon svg, .float-wa svg { width: 15px; height: 15px; display: block; fill: currentColor; stroke: none; }
.wa-icon svg path + path, .float-wa svg path + path { fill: var(--whatsapp); }
.wa-icon { background: var(--whatsapp) url("./images/whatsapp.svg") center / 15px 15px no-repeat; }
.wa-icon svg { display: none; }

.hero { min-height: 440px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); background: var(--paper); }
.hero-copy { align-self: center; padding: clamp(38px, 4.2vw, 58px) clamp(28px, 7vw, 112px); }
.kicker { margin: 0 0 15px; color: var(--green-dark); font-size: 9px; font-weight: 800; letter-spacing: .09em; line-height: 1.4; }
.kicker::before { content: ""; width: 6px; height: 6px; display: inline-block; margin: 0 8px 1px 0; border-radius: 50%; background: var(--orange); }
.kicker.light { color: #f5b594; }
h1, h2 { margin: 0; color: var(--ink); font-weight: 850; letter-spacing: -.066em; line-height: .98; text-wrap: balance; }
h1 { max-width: 570px; font-size: clamp(48px, 4.25vw, 66px); }
h1 em { color: var(--orange); font-style: normal; }
h2 { font-size: clamp(42px, 4.8vw, 70px); }
h2 em { color: var(--orange); font-style: normal; }
.lead { max-width: 540px; margin: 23px 0; color: var(--ink-soft); font-size: clamp(16px, 1.25vw, 19px); line-height: 1.58; }
.quiet-note { margin: 24px 0 0; color: var(--ink-soft); font-size: 12px; }
.quiet-note::before { content: "✦"; margin-right: 8px; color: var(--orange); }
.rating-chip { display: inline-flex; align-items: center; gap: 8px; margin-top: 15px; padding: 9px 12px; border: 1px solid #d8e4d5; border-radius: 999px; color: var(--green-dark); background: #f4faf1; font-size: 11px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.rating-chip:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(38,66,49,.1); }
.rating-chip > span { color: var(--orange); font-size: 11px; letter-spacing: .08em; }
.rating-chip small { color: var(--ink-soft); font-size: 10px; font-weight: 700; }

/* Unterseiten */
.page-hero { min-height: 410px; display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); }
.page-hero-copy { align-self: center; padding: clamp(48px, 7vw, 110px); }
.page-hero-copy h1 { max-width: 650px; }
.page-hero-copy .lead { margin-bottom: 0; }
.page-hero-photo { min-height: 410px; overflow: hidden; }
.page-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.page-section { padding: clamp(76px, 9vw, 130px) clamp(24px, 8vw, 130px); }
.page-section.soft { background: var(--cream); }
.page-section.sage { background: #eaf0e5; }
.page-intro { max-width: 740px; margin-bottom: 48px; }
.page-intro p:last-child { max-width: 670px; margin: 20px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.page-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.page-card { min-height: 230px; padding: 30px; border: 1px solid var(--line); border-radius: 25px; background: var(--paper); }
.page-card small { display: block; margin-bottom: 16px; color: var(--orange-dark); font-size: 10px; font-weight: 850; letter-spacing: .11em; }
.page-card h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.045em; line-height: 1.08; }
.page-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.62; }
.page-card p:last-child { margin-top: 4px; }
.page-card p:last-child a { display: inline-flex; align-items: center; gap: 5px; color: var(--green-dark); font-weight: 760; transition: color .2s ease, transform .2s ease; }
.page-card p:last-child a:hover { color: var(--orange-dark); transform: translateX(4px); }
.page-two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .85fr); gap: clamp(35px, 8vw, 110px); align-items: center; }
.page-two-col.reverse { grid-template-columns: minmax(300px, .85fr) minmax(0, 1fr); }
.page-photo { min-height: 430px; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.page-photo img { width: 100%; height: 100%; object-fit: cover; }
.page-list { margin: 28px 0 0; padding: 0; list-style: none; }
.page-list li { padding: 15px 0; border-top: 1px solid var(--line); font-size: 15px; font-weight: 750; }
.page-list li::before { content: "✓"; display: inline-block; width: 27px; color: var(--orange); font-weight: 900; }
.gallery-compact { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-compact figure { height: 220px; overflow: hidden; border-radius: 20px; background: var(--sage); }
.gallery-compact img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery-compact figure:hover img { transform: scale(1.04); }
.page-cta { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding: clamp(30px, 5vw, 60px); color: #fff; background: var(--green-dark); }
.page-cta h2 { max-width: 640px; color: #fff; font-size: clamp(36px, 4vw, 56px); }
.page-cta p { max-width: 600px; color: #d7e2d8; line-height: 1.6; }
.page-cta .button { flex: 0 0 auto; }
.home .promise, .home .terrain, .home .site-glimpse, .home .day, .home .house, .home .admission, .home .criteria, .home .special-care, .home .prices, .home .meadow, .home .faq, .home .contact { display: none; }
.home-overview .page-intro { margin-right: auto; margin-bottom: 48px; margin-left: auto; text-align: center; }
.home-overview .page-intro p:last-child { margin-right: auto; margin-left: auto; }
.home-overview .page-card::before { content: none; }
.home-overview .page-card h3 { display: flex; align-items: center; gap: 14px; }
.home-card-icon { width: 42px; height: 42px; flex: 0 0 42px; display: inline-grid; place-items: center; margin: 0; border-radius: 13px; background: var(--sage); font-size: 19px; line-height: 1; }
.terrain { min-height: 430px; }
.terrain .split-photo { min-height: 430px; }
.house-details li { padding: 14px 12px; border: 1px solid rgba(38,66,49,.1); border-radius: 16px; background: rgba(255,253,248,.55); }

figure { margin: 0; }
.photo-frame, .story-card, .split-photo, .special-photo, .meadow-photo { position: relative; overflow: hidden; }
.photo-frame img, .story-card img, .split-photo img, .special-photo img, .meadow-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.16,1,.3,1); }
.photo-frame:hover img, .story-card:hover img, .split-photo:hover img, .special-photo:hover img, .meadow-photo:hover img { transform: scale(1.035); }
.hero-photo { min-height: 440px; }
.hero-photo img { object-position: 48% center; }
.hero-photo::after, .story-card::after, .meadow-photo::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(20,45,31,.72)); pointer-events: none; }
.hero-photo figcaption, .story-card figcaption, .meadow-photo figcaption { position: absolute; z-index: 2; left: 27px; bottom: 25px; color: #fff; }
.hero-photo figcaption span, .story-card figcaption span, .meadow-photo figcaption span { display: block; margin-bottom: 5px; color: #f5b594; font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.hero-photo figcaption strong, .story-card figcaption strong, .meadow-photo figcaption strong { font-size: 18px; letter-spacing: -.03em; }
.round-stamp { width: 112px; height: 112px; position: absolute; z-index: 3; right: 25px; bottom: 25px; display: grid; place-content: center; border-radius: 50%; color: var(--ink); background: rgba(255,253,248,.95); text-align: center; box-shadow: var(--shadow); animation: float 5s ease-in-out infinite; }
.round-stamp small, .round-stamp span { display: block; font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.round-stamp strong { display: block; margin: 3px 0; font-size: 31px; letter-spacing: -.07em; line-height: 1; }

.numbers, .service-bar { padding-right: clamp(24px, 5.5vw, 100px); padding-left: clamp(24px, 5.5vw, 100px); }
.numbers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; color: #fff; background: var(--green); }
.numbers div { display: flex; align-items: center; justify-content: center; gap: 9px; min-width: 0; min-height: 92px; padding: 18px 22px; border-right: 1px solid rgba(255,255,255,.25); }
.numbers div:last-child { border-right: 0; }
.numbers strong { font-size: clamp(20px, 2vw, 28px); letter-spacing: -.05em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.numbers div:nth-child(1) strong::after { content: "+"; }
.numbers span { max-width: 125px; font-size: 11px; line-height: 1.35; opacity: .9; }

.service-bar { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: var(--paper); }
.service-notices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 29px clamp(24px, 5.5vw, 100px) 30px; border-bottom: 1px solid var(--line); background: #f7f1e6; }
.service-notices-head { grid-column: 1 / -1; display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 0 2px 8px; }
.service-notices-head .kicker { margin-bottom: 7px; }
.service-notices-head h2 { margin: 0; font-size: clamp(25px, 2.4vw, 36px); line-height: 1.05; }
.service-notices-head > p { max-width: 360px; margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.55; text-align: right; }
.service-notice { min-width: 0; display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: center; gap: 14px; padding: 16px 19px; border: 1px solid #d5dfd1; border-radius: 18px; color: var(--green-dark); background: #edf3e9; }
.service-notice.service-hours { border-color: #ead6c3; background: #f8f1e6; }
.service-notice.service-closure { border-color: #e5b99f; background: #fff4ec; }
.service-notice-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--green); }
.service-hours .service-notice-icon { background: var(--orange); }
.service-closure .service-notice-icon { background: var(--orange-dark); }
.service-notice-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.service-notice small { display: block; margin-bottom: 4px; color: var(--orange-dark); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.service-notice strong { display: block; color: var(--green-dark); font-size: 14px; font-weight: 850; line-height: 1.3; }
.service-notice p { margin: 3px 0 0; color: var(--ink-soft); font-size: 11px; font-weight: 650; line-height: 1.45; }
.service-bar div { display: flex; flex-direction: column; justify-content: center; gap: 6px; min-height: 92px; padding: 18px 22px; border-right: 1px solid var(--line); }
.service-bar div:first-child { padding-left: 22px; }
.service-bar div:last-child { border-right: 0; }
.service-bar small { color: var(--orange-dark); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.service-bar strong { color: var(--green-dark); font-size: 13px; }

.section { padding: clamp(86px, 10vw, 145px) clamp(24px, 8vw, 130px); }
.section-soft { padding: clamp(86px, 10vw, 135px) clamp(24px, 8vw, 130px); background: var(--cream); }
.promise { display: grid; grid-template-columns: 1fr 1fr; gap: 48px clamp(45px, 8vw, 130px); }
.section-heading { max-width: 760px; }
.section-heading.compact { max-width: 780px; }
.section-heading.compact > p:last-child { max-width: 650px; margin: 23px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.promise-copy { max-width: 520px; padding-top: 9px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.promise-copy p { margin: 0 0 15px; }
.promise-copy .intro { color: var(--ink); font-size: 21px; font-weight: 760; line-height: 1.42; }
.feature-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-grid article { min-height: 235px; position: relative; padding: 30px 31px 27px; border: 1px solid rgba(38,66,49,.08); border-radius: 28px; background: #f8f3e9; box-shadow: 0 10px 25px rgba(38,66,49,.035); transition: transform .35s ease, box-shadow .35s ease; }
.feature-grid article:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.feature-title { display: grid; grid-template-columns: 46px 1fr; gap: 15px; align-items: start; padding-right: 28px; }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; color: var(--green-dark); background: var(--sage); font-size: 22px; }
.feature-grid small { position: absolute; top: 33px; right: 32px; color: var(--orange); font-weight: 850; letter-spacing: .12em; }
.feature-grid h3 { max-width: 285px; margin: 2px 0 0; font-size: 21px; letter-spacing: -.045em; line-height: 1.1; }
.feature-grid p { margin: 18px 0 0 61px; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }

.photo-story { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.story-heading { grid-column: 1 / -1; max-width: 720px; margin-bottom: 22px; }
.story-heading > p:last-child { max-width: 610px; margin: 23px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.story-card { min-height: 270px; aspect-ratio: 1.16 / 1; border-radius: 27px; background: var(--cream-deep); box-shadow: var(--shadow); }
.story-card img { object-position: center; }
.story-wide img { object-position: 50% 43%; }

.split { min-height: 500px; display: grid; grid-template-columns: 1fr 1fr; }
.terrain { background: #f0e6d5; }
.house { background: #f5f7ef; }
.split-photo { min-height: 500px; }
.split-photo img { object-position: center; }
.split-photo figcaption, .special-photo figcaption { position: absolute; z-index: 2; right: 24px; bottom: 24px; padding: 11px 15px; border-radius: 999px; color: var(--ink); background: rgba(255,253,248,.94); font-size: 10px; font-weight: 800; box-shadow: var(--shadow); }
.split-copy { align-self: center; padding: clamp(48px, 5.5vw, 76px); }
.split-copy h2 { font-size: clamp(38px, 3.65vw, 57px); }
.split-copy > p:not(.kicker) { max-width: 570px; margin: 26px 0; color: var(--ink-soft); font-size: 16px; line-height: 1.68; }
.checks { max-width: 590px; margin: 0; padding: 0; list-style: none; }
.checks li { display: flex; align-items: center; gap: 11px; padding: 14px 0; border-top: 1px solid rgba(38,66,49,.16); font-size: 14px; font-weight: 760; }
.checks span { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #e1e9dd; font-size: 14px; }
.site-glimpse { background: #f8f2e7; }
.site-glimpse-heading { max-width: 710px; margin: 0 auto; text-align: center; }
.site-glimpse-heading > p:last-child { max-width: 630px; margin: 20px auto 0; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.site-glimpse-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1320px; margin: 52px auto 0; }
.site-glimpse-card { min-height: 360px; position: relative; overflow: hidden; border-radius: 24px; background: var(--sage); box-shadow: 0 12px 28px rgba(38,66,49,.07); }
.site-glimpse-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.16,1,.3,1); }
.site-glimpse-card:hover img { transform: scale(1.035); }
.site-slider { max-width: 1020px; margin: 28px auto 0; }
.site-slider-track { display: flex; overflow: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; border-radius: 23px; scrollbar-width: none; }
.site-slider-track::-webkit-scrollbar { display: none; }
.site-slider-track figure { min-width: 100%; height: 390px; position: relative; margin: 0; scroll-snap-align: start; overflow: hidden; background: var(--sage); }
.site-slider-track img { width: 100%; height: 100%; object-fit: cover; }
.site-slider-controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 14px; color: var(--ink-soft); font-size: 12px; }
.site-slider-controls button { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--green-dark); background: var(--paper); cursor: pointer; font-family: Arial, sans-serif; font-size: 19px; line-height: 1; transition: transform .2s ease, background .2s ease; }
.site-slider-controls button:hover { transform: translateY(-2px); background: var(--sage); }

.day { position: relative; overflow: hidden; background: #eaf0e5; }
.day::after { content: ""; position: absolute; right: -90px; top: 94px; width: 260px; height: 260px; border: 1px dashed rgba(96,124,97,.28); border-radius: 50%; pointer-events: none; }
.day-heading { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; text-align: center; }
.day-heading .kicker { display: inline-block; }
.day-heading.compact > p:last-child { margin-right: auto; margin-left: auto; }
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 60px; border-top: 3px solid var(--orange); }
.day .timeline { position: relative; z-index: 1; }
.timeline article { min-height: 250px; position: relative; padding: 30px 22px 18px 0; border-right: 1px solid #bdcbb8; }
.timeline article:not(:first-child) { padding-left: 22px; }
.timeline article:last-child { border-right: 0; }
.timeline time { color: var(--orange); font-size: 11px; font-weight: 850; }
.timeline article > span { width: 31px; height: 31px; position: absolute; top: -17px; right: 17px; display: grid; place-items: center; border: 4px solid #eaf0e5; border-radius: 50%; color: #fff; background: var(--orange); font-size: 11px; font-weight: 850; }
.timeline h3 { margin: 48px 0 8px; font-size: 18px; letter-spacing: -.035em; }
.timeline p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.58; }

.house-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 680px; margin: 32px 0 0; padding: 0; list-style: none; }
.house-details li { min-height: 106px; display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: center; padding: 15px; border: 1px solid rgba(38,66,49,.12); border-radius: 18px; background: rgba(255,253,248,.82); box-shadow: 0 8px 22px rgba(38,66,49,.055); }
.house-details > li > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: var(--orange-dark); background: var(--sage); }
.house-details > li > span svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.house-details strong, .house-details small { display: block; }
.house-details strong { font-size: 13px; line-height: 1.28; }
.house-details small { margin-top: 5px; color: var(--ink-soft); font-size: 10px; line-height: 1.4; }

.admission { background: var(--paper); }
.admission-heading { margin: 0 auto; text-align: center; }
.admission-heading .kicker { display: inline-block; }
.admission-heading.compact > p:last-child { margin-right: auto; margin-left: auto; }
.admission-heading h1 { margin-right: auto; margin-left: auto; }
.admission-layout { display: grid; grid-template-columns: minmax(250px, .62fr) minmax(0, 1fr); gap: clamp(35px, 7vw, 105px); align-items: start; margin-top: 52px; }
.match-box { overflow: hidden; border-radius: 28px; background: var(--cream); box-shadow: var(--shadow); }
.match-box figure { height: 235px; }
.match-box figure img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.match-box > div { padding: 26px 28px 29px; }
.match-box span { display: block; margin-bottom: 11px; color: var(--orange-dark); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.match-box strong { display: block; max-width: 280px; font-size: 22px; letter-spacing: -.045em; line-height: 1.1; }
.match-box p { margin: 13px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.steps { margin: 0; }
.steps article { display: grid; grid-template-columns: 55px minmax(0, 1fr); align-items: start; gap: 20px; padding: 23px 0; border-top: 1px solid var(--line); }
.steps article:last-child { border-bottom: 1px solid var(--line); }
.steps > article > span { display: flex; align-items: flex-start; min-height: 24px; padding-top: 3px; color: var(--orange); font-size: 13px; font-weight: 850; letter-spacing: .08em; line-height: 1.2; }
.steps h3 { margin: 0 0 7px; font-size: 20px; letter-spacing: -.035em; line-height: 1.2; }
.steps p { max-width: 690px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.trial-box { max-width: calc(100% - min(250px, 25%)); margin: 20px 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; border-radius: 21px; background: var(--cream); }
.trial-box strong { font-size: 18px; }
.trial-box span { color: var(--ink-soft); font-size: 13px; }

.criteria { display: grid; grid-template-columns: .8fr 1.2fr; color: #fff; background: var(--green-dark); }
.criteria-photo { min-height: 570px; overflow: hidden; }
.criteria-photo img { width: 100%; height: 100%; object-fit: cover; }
.criteria-copy { align-self: center; padding: clamp(58px, 6.5vw, 88px); }
.criteria-copy h2 { font-size: clamp(42px, 3.7vw, 58px); }
.criteria-copy h2, .prices h2, .contact h2 { color: #fff; }
.criteria-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 38px 0 28px; }
.criteria-grid > span, .criteria-item { position: relative; padding: 14px 15px 14px 39px; border: 1px solid rgba(255,255,255,.17); border-radius: 16px; color: #edf4eb; font-size: 13px; line-height: 1.35; }
.criteria-grid > span::before, .criteria-item::before { content: "✓"; position: absolute; left: 15px; color: #f5b594; font-weight: 900; }
.criteria-item { display: flex; align-items: center; min-width: 0; padding-right: 49px; }
.criteria-label { min-width: 0; }
.vaccine-info-button { position: absolute; top: 50%; right: 12px; width: 25px; height: 25px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); font: 800 13px/1 Georgia, serif; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; transform: translateY(-50%); }
.vaccine-info-button:hover, .vaccine-info-button:focus-visible, .vaccine-info.is-open .vaccine-info-button { color: var(--green-dark); background: #fff; outline: none; }
.vaccine-tooltip { position: absolute; z-index: 25; top: calc(100% + 11px); right: 0; width: min(430px, calc(100vw - 54px)); padding: 22px 23px; border: 1px solid var(--line); border-radius: 19px; color: var(--ink); background: #fffdf8; box-shadow: 0 22px 54px rgba(8,38,24,.3); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-7px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
.vaccine-info.is-open .vaccine-tooltip { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.vaccine-tooltip::before { content: ""; position: absolute; top: -7px; right: 18px; width: 12px; height: 12px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: #fffdf8; transform: rotate(45deg); }
.vaccine-tooltip > strong { display: block; margin-bottom: 9px; color: var(--green-dark); font-size: 16px; line-height: 1.25; }
.vaccine-tooltip p { margin: 0 0 12px; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.vaccine-tooltip ul { display: grid; gap: 9px; margin: 0 0 12px; padding-left: 18px; }
.vaccine-tooltip li { color: var(--ink-soft); font-size: 12px; line-height: 1.45; }
.vaccine-tooltip li::marker { color: var(--orange); }
.vaccine-tooltip b { color: var(--green-dark); }
.vaccine-tooltip small { display: block; padding-top: 11px; border-top: 1px solid var(--line); color: #66766a; font-size: 10px; line-height: 1.45; }
.fineprint { max-width: 670px; color: #cddacf; font-size: 12px; line-height: 1.6; }

@media (hover: hover) and (pointer: fine) {
  .vaccine-info:hover .vaccine-tooltip { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
}

.special-care { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(45px, 8vw, 120px); background: #f9f5eb; }
.special-copy { align-self: center; }
.special-copy > p:not(.kicker) { max-width: 620px; color: var(--ink-soft); font-size: 16px; line-height: 1.68; }
.special-photo { min-height: 480px; border-radius: 32px; box-shadow: var(--shadow); }
.physio-note { max-width: 650px; display: grid; grid-template-columns: 48px 1fr; gap: 18px; margin-top: 30px; padding: 23px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.physio-note > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 23px; }
.physio-note strong { font-size: 15px; }
.physio-note p { margin: 6px 0 11px; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.physio-note a { color: var(--orange-dark); font-size: 12px; font-weight: 850; }

.prices { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 9vw, 140px); padding: clamp(90px, 10vw, 140px) clamp(24px, 8vw, 130px); color: #fff; background: var(--green); }
.price-intro > p:not(.kicker) { max-width: 480px; color: #edf3ea; font-size: 15px; line-height: 1.65; }
.price-notes { display: grid; gap: 9px; max-width: 480px; margin-top: 30px; }
.price-notes span { padding: 12px 14px; border: 1px solid rgba(255,255,255,.18); border-left: 3px solid #f3ad8a; border-radius: 6px; color: #f0f5ed; background: rgba(255,255,255,.045); font-size: 11px; font-weight: 720; }
.price-table { align-self: center; border-top: 1px solid rgba(255,255,255,.32); }
.price-row { display: flex; align-items: baseline; justify-content: space-between; gap: 25px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.22); font-size: 14px; }
.price-row > span { display: flex; flex-direction: column; gap: 4px; }
.price-row > span small { color: #d9e4d6; font-size: 10px; font-weight: 400; }
.price-row strong { flex: 0 0 auto; font-size: 18px; }
.price-row strong small { font-size: 10px; font-weight: 600; }
.price-row.featured strong { color: #ffd1b9; font-size: 24px; }
.surcharge { display: grid; grid-template-columns: auto 1fr; gap: 14px; margin-top: 20px; padding: 18px; border-radius: 18px; color: var(--ink); background: #f7e6d7; }
.surcharge strong { white-space: nowrap; }
.surcharge span { color: var(--ink-soft); font-size: 11px; line-height: 1.5; }

.meadow { min-height: 570px; display: grid; grid-template-columns: 1fr 1fr; background: #f8f2e7; }
.meadow-copy { align-self: center; padding: clamp(62px, 7vw, 96px); }
.meadow-copy h3 { margin: 23px 0 10px; color: var(--orange); font-size: 21px; letter-spacing: -.035em; }
.meadow-copy > p:not(.kicker) { max-width: 560px; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.chips { max-width: 570px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; margin: 30px 0 25px; }
.chips > span { min-height: 60px; display: flex; align-items: center; gap: 11px; padding: 12px 2px; border-top: 1px solid #c8d3c5; color: var(--green-dark); font-size: 12px; font-weight: 800; }
.chips > span:nth-last-child(-n+2) { border-bottom: 1px solid #c8d3c5; }
.chip-icon { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; border-radius: 11px; color: var(--orange-dark); background: var(--sage); }
.chip-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.booking-note { font-size: 12px !important; }
.meadow-photo { min-height: 570px; }
.meadow-use-cases { background: var(--paper); }
.meadow-use-cases-head { max-width: 760px; margin-bottom: 42px; }
.meadow-use-cases-head > p:last-child { max-width: 680px; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.meadow-use-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.meadow-use-grid article { min-width: 0; min-height: 205px; padding: 29px 30px 31px; border: 1px solid #d3ddcf; border-radius: 24px; background: #fbf7ef; box-shadow: 0 10px 24px rgba(38,66,49,.035); }
.use-case-title { display: grid; grid-template-columns: 50px minmax(0, 1fr); align-items: center; gap: 16px; min-height: 50px; margin-bottom: 17px; }
.use-case-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; color: var(--orange-dark); background: var(--sage); }
.use-case-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.meadow-use-grid h3 { margin: 0; font-size: 22px; line-height: 1.12; }
.meadow-use-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.meadow-liability { padding-top: clamp(54px, 7vw, 88px); padding-bottom: clamp(54px, 7vw, 88px); }
.meadow-liability-card { max-width: 1050px; margin: 0 auto; padding: clamp(29px, 4vw, 46px); border: 1px solid #cbd8c7; border-radius: 28px; background: rgba(255,253,248,.88); box-shadow: 0 16px 36px rgba(38,66,49,.06); }
.meadow-liability-head { display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: center; gap: 25px; }
.meadow-liability-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 22px; color: #fff; background: var(--green); }
.meadow-liability-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.meadow-liability-card h2 { max-width: 650px; margin: 0; font-size: clamp(34px, 4vw, 52px); }
.meadow-liability-lead { max-width: 810px; margin: 26px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.meadow-liability-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 25px; }
.meadow-liability-points span { min-height: 58px; display: flex; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid #d5ded2; border-radius: 15px; color: var(--green-dark); background: #edf3e9; font-size: 12px; font-weight: 800; line-height: 1.35; }
.meadow-liability-points span::before { content: ""; width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--orange); }
.meadow-liability-link { margin-top: 25px; color: var(--green-dark); border: 1px solid #d7cdbb; white-space: normal; line-height: 1.3; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--orange-dark); font-size: 13px; font-weight: 850; transition: color .2s ease, transform .2s ease; }
.text-link:hover { color: var(--green-dark); transform: translateX(4px); }

.gallery { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: 1.1fr .8fr .9fr; grid-auto-rows: 255px; gap: 14px; margin-top: 48px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 22px; background: var(--cream); transition: transform .35s ease, box-shadow .35s ease; }
.gallery-grid img:hover { z-index: 2; transform: translateY(-5px) scale(1.015); box-shadow: var(--shadow); }
.gallery-grid img:nth-child(1), .gallery-grid img:nth-child(5) { grid-row: span 2; }

.faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 8vw, 130px); }
.faq-list { align-self: center; }
.faq-list details { border-top: 1px solid #c6d0c0; }
.faq-list details:last-child { border-bottom: 1px solid #c6d0c0; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 24px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-size: 25px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -5px 0 22px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); padding: clamp(90px, 10vw, 145px) clamp(24px, 8vw, 130px); color: #fff; background: var(--green-dark); }
.contact-copy > p:not(.kicker) { max-width: 540px; color: #dce7da; font-size: 16px; line-height: 1.65; }
.wa-dark { margin-top: 18px; color: #fff; background: var(--whatsapp); box-shadow: none; }
.wa-dark .wa-icon { background: rgba(255,255,255,.18) url("./images/whatsapp.svg") center / 15px 15px no-repeat; }
.direct-contact { display: flex; flex-direction: column; gap: 9px; margin-top: 31px; color: #dce7da; font-size: 12px; }
.direct-contact a { color: #fff; font-weight: 750; }
.contact-form { display: flex; flex-direction: column; gap: 19px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; color: #edf3ea; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.38); border-radius: 0; outline: none; color: #fff; background: transparent; font-size: 16px; letter-spacing: 0; text-transform: none; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.5); }
.contact-form small { color: #aebfaf; font-size: 10px; line-height: 1.45; }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 27px; padding: 35px clamp(24px, 8vw, 130px); color: var(--ink-soft); background: #eadfce; font-size: 11px; }
footer > img { width: 185px; max-height: 60px; object-fit: contain; object-position: left center; }
.footer-info { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid rgba(38,66,49,.16); border-bottom: 1px solid rgba(38,66,49,.16); }
.footer-info div { min-width: 0; padding: 17px 16px; border-right: 1px solid rgba(38,66,49,.13); }
.footer-info div:first-child { padding-left: 0; }
.footer-info div:last-child { padding-right: 0; border-right: 0; }
.footer-info small, .footer-info strong { display: block; }
.footer-info small { margin-bottom: 5px; color: var(--orange-dark); font-size: 8px; font-weight: 900; letter-spacing: .11em; }
.footer-info strong { color: var(--green-dark); font-size: 11px; line-height: 1.45; }
.socials, .footer-links { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; }
.socials a { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.55); font-weight: 800; }
.socials a > img { width: 17px; height: 17px; flex: 0 0 17px; object-fit: contain; }
.footer-links a:hover, .socials a:hover { color: var(--orange-dark); }
footer > p { grid-column: 1 / -1; margin: 0; font-size: 9px; opacity: .75; }

.float-wa { position: fixed; z-index: 60; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; filter: drop-shadow(0 12px 20px rgba(25,65,44,.24)); }
.float-wa span { padding: 10px 14px; border-radius: 999px; color: var(--ink); background: #fff; font-size: 11px; font-weight: 800; opacity: 0; transform: translateX(8px); transition: opacity .2s ease, transform .2s ease; }
.float-wa b { width: 57px; height: 57px; position: relative; display: grid; place-items: center; flex: 0 0 57px; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--whatsapp); font-size: 24px; animation: pulse 3.8s ease-in-out infinite; }
.float-wa b svg { width: 25px; height: 25px; }
.float-wa .wa-icon { width: 25px; height: 25px; background: transparent; }
.float-wa b::after { content: ""; position: absolute; top: 50%; left: 50%; width: 25px; height: 25px; background: url("./images/whatsapp.svg") center / contain no-repeat; transform: translate(-50%, -50%); }
.float-wa b .wa-icon { display: none; }
.terrain, .terrain .split-photo { min-height: 390px; }
.terrain .split-copy { padding-top: 42px; padding-bottom: 42px; }
.intro-banner { height: 300px; position: relative; overflow: hidden; background: var(--sage); }
.intro-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.intro-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,45,31,.45), transparent 60%); }
.float-wa:hover span { opacity: 1; transform: translateX(0); }

/* Abschließende Gestaltungskorrekturen */
.extra-image-strip { row-gap: 28px; }
.extra-image-strip .story-card::after { display: none; }
.strip-intro { grid-column: 1 / -1; max-width: 700px; }
.strip-intro .kicker { margin-bottom: 11px; }
.strip-intro h3 { margin: 0; color: var(--green-dark); font-size: clamp(27px, 2.6vw, 40px); letter-spacing: -.045em; line-height: 1.05; }
.strip-intro > p:last-child { max-width: 650px; margin: 15px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.home-overview > .extra-image-strip { margin: 48px calc(clamp(24px, 8vw, 130px) * -1) calc(clamp(76px, 9vw, 130px) * -1); }
.home-overview > .extra-image-strip .strip-intro { margin-left: auto; margin-right: auto; text-align: center; }
.home-overview > .extra-image-strip .strip-intro > p:last-child { margin-left: auto; margin-right: auto; }

.care-visual-break { height: clamp(300px, 38vw, 520px); position: relative; overflow: hidden; margin: 0; background: var(--sage); }
.care-visual-break::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(180deg, transparent, rgba(24,53,37,.64)); pointer-events: none; }
.care-visual-break img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.care-visual-break figcaption { position: absolute; z-index: 1; left: clamp(24px, 8vw, 130px); bottom: clamp(24px, 5vw, 60px); color: #fff; }
.care-visual-break figcaption span, .care-visual-break figcaption strong { display: block; }
.care-visual-break figcaption span { margin-bottom: 7px; color: #f5b594; font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.care-visual-break figcaption strong { max-width: 560px; font-size: clamp(24px, 2.7vw, 40px); letter-spacing: -.045em; line-height: 1.05; }

.footer-conversion { position: relative; border-top: 1px solid rgba(202,209,200,.65); }
.footer-conversion-actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 12px; }
.footer-conversion .wa-button { min-height: 52px; background: #edf8f0; }

.price-page .prices { grid-template-columns: minmax(340px, .82fr) minmax(480px, 1.18fr); align-items: center; }
.price-page .price-intro h1 { max-width: 620px; font-size: clamp(46px, 4.4vw, 66px); }
.price-page .price-table { width: 100%; }
.price-page .contact { align-items: start; }
.price-page .contact-form { padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.035); }

body:has(.criteria) .footer-conversion { box-shadow: inset 0 1px rgba(210,215,209,.75); }

.next-page-nav { display: grid; grid-template-columns: auto minmax(0, 620px); align-items: center; justify-content: space-between; gap: 34px; padding: 28px clamp(24px, 8vw, 130px); border-top: 1px solid var(--line); color: var(--green-dark); background: #f7f1e6; }
.next-page-nav > span { color: var(--orange-dark); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.next-page-nav a { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 17px 20px; border: 1px solid #d4dcd0; border-radius: 18px; background: rgba(255,253,248,.82); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.next-page-nav a:hover { border-color: #efaa87; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(38,66,49,.08); }
.next-page-nav a small { color: var(--ink-soft); font-size: 12px; line-height: 1.4; }
.next-page-nav a strong { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; font-size: 18px; }
.next-page-nav a b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--orange); }

.kennenlernen-faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 8vw, 120px); background: #f8f2e7; }
.kennenlernen-faq > div:first-child > p:last-child { max-width: 440px; color: var(--ink-soft); line-height: 1.65; }
.kennenlernen-faq h2 { font-size: clamp(42px, 4.2vw, 62px); }

.js .reveal { opacity: 0; transition: opacity 1.55s ease var(--reveal-delay, 0s), transform 1.55s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0s); will-change: opacity, transform; }
.js .reveal[data-reveal="up"] { transform: translateY(52px); }
.js .reveal[data-reveal="left"] { transform: translateX(-58px); }
.js .reveal[data-reveal="right"] { transform: translateX(58px); }
.js .reveal.in-view { opacity: 1; transform: translate3d(0, 0, 0); }

@keyframes float { 0%,100% { transform: translateY(0) rotate(-5deg); } 50% { transform: translateY(-8px) rotate(-2deg); } }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(39,135,92,.3); } 50% { box-shadow: 0 0 0 10px rgba(39,135,92,0); } }

@media (max-width: 1080px) {
  .nav-toggle { display: block; margin-left: auto; }
  .header nav { position: absolute; top: calc(100% + 1px); left: 18px; right: 18px; display: grid; gap: 0; padding: 9px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,253,248,.98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .header nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .header nav a { padding: 12px 14px; border-radius: 13px; }
  .header nav a:hover { background: var(--cream); transform: none; }
  .header-actions { margin-left: auto; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-inline: 45px; }
  .timeline { grid-template-columns: repeat(3, 1fr); }
  .timeline article:nth-child(3) { border-right: 0; }
  .timeline article:nth-child(n+4) { border-top: 1px solid #bdcbb8; }
  .admission-layout { grid-template-columns: .7fr 1fr; gap: 40px; }
  .house-details { grid-template-columns: 1fr; max-width: 500px; }
  .house-details li { min-height: 82px; }
}

@media (max-width: 800px) {
  html { scroll-padding-top: 73px; }
  .header { min-height: 70px; gap: 8px; padding: 8px 18px; }
  .brand { width: 145px; }
  .nav-toggle { margin-left: auto; }
  .header-actions { margin-left: 0; }
  .header-actions { gap: 6px; }
  .header-actions .button.small { min-height: 42px; display: inline-flex; padding: 10px 14px; font-size: 10px; }
  .hero, .promise, .split, .criteria, .special-care, .prices, .meadow, .faq, .contact, .admission-layout, .day { grid-template-columns: 1fr; }
  .page-hero, .page-two-col, .page-two-col.reverse { grid-template-columns: 1fr; }
  .page-hero-copy { padding: 58px 25px 48px; }
  .page-hero-photo { min-height: 340px; }
  .page-card-grid { grid-template-columns: 1fr; }
  .gallery-compact { grid-template-columns: 1fr 1fr; }
  .page-cta { align-items: flex-start; flex-direction: column; }
  .footer-conversion-actions { width: 100%; justify-content: flex-start; }
  .hero { min-height: 0; }
  .hero-copy { padding: 58px 25px 48px; }
  h1 { font-size: clamp(48px, 14vw, 65px); }
  h2 { font-size: clamp(39px, 11vw, 54px); }
  .hero-photo { min-height: 390px; }
  .numbers, .service-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0; }
  .numbers div, .service-bar div, .service-bar div:first-child { min-height: 92px; padding: 18px 22px; }
  .numbers div { justify-content: flex-start; border-right: 1px solid rgba(255,255,255,.25); }
  .numbers div:nth-child(even) { border-right: 0; }
  .numbers div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .service-bar div:nth-child(even) { border-right: 0; }
  .service-bar div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-notices { display: block; padding: 28px 20px 30px; background: #f7f1e6; }
  .service-notices-head { display: block; padding: 0 0 17px; border-bottom: 1px solid #d6ddcf; }
  .service-notices-head h2 { font-size: 28px; }
  .service-notices-head > p { max-width: none; margin-top: 9px; text-align: left; }
  .service-notice, .service-notice.service-hours, .service-notice.service-closure { padding: 16px 0; border: 0; border-bottom: 1px solid #d6ddcf; border-radius: 0; background: transparent; }
  .service-notice:last-child { border-bottom: 0; padding-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 220px; }
  .photo-story { grid-template-columns: 1fr; }
  .site-glimpse-grid { grid-template-columns: 1fr; max-width: 620px; }
  .site-slider-track figure { height: 310px; }
  .story-card { min-height: 270px; }
  .split-photo, .meadow-photo { min-height: 370px; }
  .terrain .split-photo { order: 2; }
  .terrain .split-copy { order: 1; }
  .split-copy, .meadow-copy { padding: 75px 25px; }
  .timeline { grid-template-columns: 1fr; border-top: 0; border-left: 3px solid var(--orange); margin-left: 15px; }
  .day-mark { width: min(100%, 380px); min-height: 0; margin: -8px 0 25px; justify-self: start; }
  .day::after { top: 140px; }
  .timeline article, .timeline article:not(:first-child) { min-height: 0; padding: 22px 18px 22px 35px; border-right: 0; border-top: 0; border-bottom: 1px solid #bdcbb8; }
  .timeline article > span { top: 20px; right: auto; left: -17px; border-color: #eaf0e5; }
  .timeline h3 { margin: 17px 0 7px; }
  .match-box { max-width: 510px; }
  .match-box figure { height: 250px; }
  .trial-box { max-width: 100%; }
  .trial-box { align-items: flex-start; flex-direction: column; }
  .criteria-photo { min-height: 420px; }
  .criteria-copy { padding: 75px 25px; }
  .vaccine-tooltip { position: fixed; top: auto; right: 18px; bottom: 84px; left: 18px; width: auto; max-height: 68vh; overflow-y: auto; }
  .vaccine-tooltip::before { display: none; }
  .special-photo { min-height: 450px; }
  .prices { gap: 45px; }
  .price-page .prices { grid-template-columns: 1fr; gap: 54px; padding-top: 76px; padding-bottom: 76px; }
  .price-page .price-intro h1 { max-width: 620px; font-size: clamp(43px, 10vw, 58px); }
  .price-page .price-table { max-width: 720px; }
  .price-page .contact { gap: 48px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; }
  .gallery-grid img:nth-child(1), .gallery-grid img:nth-child(5) { grid-row: auto; }
  .meadow-use-cases, .meadow-liability { padding: 68px 22px; }
  .meadow-use-grid { grid-template-columns: 1fr; gap: 13px; }
  .meadow-use-grid article { min-height: 0; padding: 25px 24px; border-radius: 20px; }
  .meadow-liability-points { grid-template-columns: 1fr; gap: 8px; }
  .meadow-liability-link { width: 100%; justify-content: center; text-align: center; }
  .faq { gap: 45px; }
  footer { grid-template-columns: 1fr; }
  .extra-image-strip { grid-template-columns: 1fr; }
  .strip-intro { grid-column: 1; }
  .home-overview > .extra-image-strip { margin-top: 42px; }
  .care-page .promise { gap: 30px; padding-top: 70px; }
  .care-page .promise .section-heading, .care-page .promise-copy { max-width: 590px; margin-right: auto; margin-left: auto; text-align: center; }
  .care-page .promise h1 { max-width: 520px; margin-right: auto; margin-left: auto; font-size: clamp(42px, 10.7vw, 53px); line-height: 1.01; }
  .care-page .promise-copy { padding-top: 0; }
  .care-page .house .split-copy { text-align: center; }
  .care-page .house-details { margin-right: auto; margin-left: auto; text-align: left; }
  .care-visual-break { height: 340px; }
  .steps article { grid-template-columns: 48px minmax(0, 1fr); gap: 18px; }
  .kennenlernen-faq { grid-template-columns: 1fr; gap: 34px; }
  .next-page-nav { grid-template-columns: 1fr; gap: 12px; padding-top: 34px; padding-bottom: 34px; }
  .next-page-nav a { width: 100%; }
}

@media (max-width: 460px) {
  .topline { font-size: 8px; }
  .header { gap: 5px; padding-right: 12px; padding-left: 12px; }
  .brand { width: 104px; }
  .nav-toggle { width: 42px; height: 42px; padding: 9px; }
  .header-actions { gap: 5px; }
  .wa-small { width: 46px; min-width: 46px; height: 46px; min-height: 46px; position: relative; overflow: hidden; padding: 0; gap: 0; color: transparent; background: #edf8f0; box-shadow: inset 0 0 0 1px rgba(39,135,92,.12); font-size: 0; text-indent: -9999px; }
  .wa-small:hover { background: #e5f3e9; box-shadow: inset 0 0 0 1px rgba(39,135,92,.12); }
  .wa-small .wa-icon { width: 24px; height: 24px; position: absolute; top: 50%; left: 50%; margin: 0; border-radius: 50%; background: var(--whatsapp) url("./images/whatsapp.svg") center / 15px 15px no-repeat; transform: translate(-50%, -50%); }
  .wa-small small { display: none; }
  .header-actions .button.small { min-width: 72px; min-height: 42px; padding: 9px 11px; font-size: 9px; }
  .hero-actions, .button-row, .button-row > * { width: 100%; }
  .hero-photo { min-height: 360px; }
  .hero-photo figcaption { left: 20px; right: 150px; }
  .round-stamp { width: 105px; height: 105px; right: 18px; bottom: 18px; }
  .round-stamp strong { font-size: 25px; }
  .numbers div { flex-direction: row; align-items: center; gap: 8px; }
  .numbers div, .service-bar div, .service-bar div:first-child { padding: 16px 20px; }
  .numbers strong { font-size: 21px; }
  .numbers span { font-size: 10px; }
  .section, .section-soft, .special-care, .prices, .contact { padding: 75px 24px; }
  .footer-conversion { padding: 54px 24px; }
  .footer-conversion-actions, .footer-conversion-actions > * { width: 100%; }
  .criteria-grid { grid-template-columns: 1fr; }
  .surcharge { grid-template-columns: 1fr; }
  .price-row { align-items: flex-start; font-size: 13px; }
  .price-row strong { text-align: right; }
  .price-page .prices { padding: 68px 24px; }
  .price-page .price-intro h1 { font-size: clamp(39px, 11vw, 50px); line-height: 1.01; }
  .price-page .price-notes { margin-top: 26px; }
  .price-page .price-notes span { padding: 12px 13px; font-size: 10px; }
  .price-page .price-row { gap: 18px; padding: 18px 0; }
  .price-page .price-row > span { max-width: 62%; }
  .price-page .price-row strong { font-size: 17px; }
  .price-page .price-row.featured strong { font-size: 23px; }
  .price-page .contact { padding: 68px 24px; }
  .price-page .contact h2 { font-size: clamp(39px, 11vw, 50px); }
  .price-page .contact-form { padding: 22px 18px; border-radius: 18px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }
  .gallery-compact { grid-template-columns: 1fr; }
  .page-section { padding: 75px 24px; }
  .float-wa span { display: none; }
  .float-wa { right: 18px; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); }
  .float-wa b { width: 54px; height: 54px; flex-basis: 54px; }
  .site-slider-controls { gap: 16px; margin-top: 16px; font-size: 13px; }
  .site-slider-controls button { width: 42px; height: 42px; font-size: 20px; }
  .chips { grid-template-columns: 1fr 1fr; gap: 0 14px; }
  .chips > span { min-height: 68px; font-size: 10px; line-height: 1.35; }
  .chip-icon { width: 30px; height: 30px; flex-basis: 30px; border-radius: 9px; }
  .chip-icon svg { width: 17px; height: 17px; }
  .meadow-use-cases-head { margin-bottom: 30px; }
  .meadow-use-grid article { padding: 22px 20px; }
  .use-case-icon { margin-bottom: 0; }
  .meadow-liability-card { padding: 25px 20px; border-radius: 23px; }
  .meadow-liability-head { grid-template-columns: 54px minmax(0, 1fr); gap: 17px; }
  .meadow-liability-icon { width: 54px; height: 54px; border-radius: 17px; }
  .meadow-liability-icon svg { width: 29px; height: 29px; }
  .meadow-liability-points { grid-template-columns: 1fr; gap: 8px; }
  .footer-info { grid-template-columns: 1fr 1fr; }
  .footer-info div, .footer-info div:first-child, .footer-info div:last-child { padding: 14px; border-right: 1px solid rgba(38,66,49,.13); border-bottom: 1px solid rgba(38,66,49,.13); }
  .footer-info div:nth-child(even), .footer-info div:last-child { border-right: 0; }
  .footer-info div:nth-last-child(-n+2) { border-bottom: 0; }
  .footer-info div:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .steps article { grid-template-columns: 42px minmax(0, 1fr); gap: 16px; }
  .steps > article > span { padding-top: 2px; }
  .next-page-nav { padding: 30px 24px; }
  .next-page-nav a { align-items: flex-start; flex-direction: column; gap: 8px; padding: 17px; }
  .next-page-nav a strong { width: 100%; justify-content: space-between; }
}

@media (hover: none) {
  .site-slider-controls button:hover { transform: none; background: var(--paper); }
  .site-slider-controls button:active { transform: scale(.94); background: var(--sage); }
}

@media (max-width: 370px) {
  .brand { width: 90px; }
  .header-actions .button.small { min-width: 66px; padding-inline: 8px; }
}

@media (max-width: 460px) {
  .service-notice { grid-template-columns: 39px minmax(0, 1fr); gap: 12px; padding: 14px 0; }
  .service-notice-icon { width: 39px; height: 39px; border-radius: 12px; }
  .service-notice-icon svg { width: 20px; height: 20px; }
  .service-notice strong { font-size: 13px; }
  .meadow-liability-head { grid-template-columns: 1fr; }
  .meadow-liability-link { width: 100%; justify-content: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
