:root {
  --green: #2e6b3e;
  --green-2: #4a8b33;
  --green-dark: #193926;
  --green-ink: #173021;
  --orange: #d98b32;
  --orange-dark: #aa6423;
  --cream: #f5f0e6;
  --paper: #fffefa;
  --tint: #eef3ec;
  --ink: #20301f;
  --muted: #667064;
  --line: #dce2d9;
  --white: #fff;
  --shadow: 0 18px 50px rgba(24, 54, 35, .13);
  --radius: 18px;
  --container: 1180px;
  --font-scale: 1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: calc(16px * var(--font-scale)); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Aptos", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
:focus-visible { outline: 3px solid #ffbe3b; outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 2000; left: 16px; top: 12px; padding: 10px 16px; background: #fff; color: #000; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

h1, h2, h3, .brand__copy strong, .nav-card__label { font-family: "Aptos Display", "Segoe UI", sans-serif; letter-spacing: -.025em; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.45rem, 5vw, 4.8rem); line-height: .98; }
h2 { font-size: clamp(1.75rem, 3vw, 2.65rem); line-height: 1.08; }
h3 { font-size: 1.25rem; line-height: 1.2; }

.utility-bar { background: var(--green-dark); color: #fff; font-size: .84rem; }
.utility-bar__inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.utility-bar a, .utility-bar button { color: #fff; background: none; border: 0; text-decoration: none; opacity: .92; }
.utility-bar a:hover, .utility-bar button:hover { opacity: 1; text-decoration: underline; }
.utility-links { display: flex; align-items: center; gap: 22px; }

.header-landscape {
  --headerbild: url('../img/wartberg-panorama.jpg');
  position: relative;
  min-height: 540px;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  background-image: var(--headerbild);
  background-size: cover;
  background-position: center 48%;
}
.header-landscape::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 36, 21, .87) 0%, rgba(18, 55, 32, .65) 36%, rgba(15, 37, 24, .13) 70%),
    linear-gradient(0deg, rgba(10, 27, 17, .45) 0%, transparent 52%);
}
.header-landscape::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -5%;
  right: -5%;
  bottom: -94px;
  height: 145px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: var(--paper);
}
.header-landscape__shade { position: absolute; inset: 0; z-index: -2; }
.header-brand-row { position: relative; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; padding-top: 28px; }
.brand { display: inline-flex; align-items: center; gap: 18px; max-width: 470px; padding: 14px 22px 14px 14px; color: var(--green-ink); background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.7); border-radius: 16px; box-shadow: 0 14px 38px rgba(0,0,0,.18); text-decoration: none; backdrop-filter: blur(8px); }
.brand__logo { width: 92px; padding-right: 16px; border-right: 1px solid #d7ded5; }
.brand__copy { display: grid; gap: 2px; }
.brand__copy strong { font-size: 1.45rem; line-height: 1.05; }
.brand__copy small { color: #617060; font-weight: 600; }
.mobile-menu-button { display: none; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.7); border-radius: 12px; background: rgba(23,57,38,.9); color: #fff; }
.mobile-menu-button > span:not(.visually-hidden) { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; }

.hero-copy { position: relative; z-index: 1; padding-top: 82px; padding-bottom: 92px; }
.hero-copy h1 { max-width: 740px; margin-bottom: 22px; text-wrap: balance; }
.hero-copy > p:not(.eyebrow) { max-width: 640px; font-size: clamp(1.05rem, 1.8vw, 1.28rem); line-height: 1.55; }
.eyebrow, .section-kicker { margin-bottom: 10px; font-size: .78rem; font-weight: 800; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow { color: #dcefdc; }
.section-kicker { color: var(--green); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 11px 20px; border: 2px solid transparent; border-radius: 10px; font-weight: 750; line-height: 1.2; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(24,54,35,.15); }
.button--primary { color: #fff; background: var(--green); }
.button--primary:hover { background: var(--green-dark); }
.button--accent { color: #fff; background: var(--orange); }
.button--accent:hover { background: var(--orange-dark); }
.button--glass { color: #fff; border-color: rgba(255,255,255,.7); background: rgba(18,50,29,.26); backdrop-filter: blur(6px); }
.button--glass:hover { background: rgba(18,50,29,.55); }

.main-nav { position: relative; z-index: 5; margin-top: -67px; }
.main-nav__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.nav-card { min-height: 132px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 7px; padding: 16px 10px; border: 1px solid #d9e0d6; border-top: 5px solid var(--green); border-radius: 13px; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 14px 34px rgba(23,48,32,.11); text-align: center; text-decoration: none; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.nav-card:hover, .nav-card.is-active { transform: translateY(-5px); border-color: var(--green); background: #f4faf2; }
.nav-card__icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--green); font-size: 2rem; line-height: 1; }
.nav-card__label { font-size: .96rem; font-weight: 800; line-height: 1.1; }
.nav-card__short { display: none; }

.site-header--kompakt .header-landscape { min-height: 350px; }
.site-header--kompakt .header-landscape::after { bottom: -106px; }
.site-header--kompakt .main-nav { margin-top: -58px; }
.compact-title { position: relative; z-index: 1; padding-top: 54px; padding-bottom: 90px; }
.compact-title h1 { max-width: 900px; margin-bottom: 14px; font-size: clamp(2.35rem, 5vw, 4.25rem); }
.compact-title > p:not(.eyebrow) { max-width: 740px; font-size: 1.1rem; }

.display-panel { position: relative; z-index: 9; color: #fff; background: #102b1c; }
.display-panel__inner { min-height: 64px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.display-panel button { padding: 8px 12px; border: 1px solid #fff; border-radius: 7px; color: #fff; background: transparent; }

.quick-search { position: relative; z-index: 4; margin-top: 30px; }
.quick-search__inner { display: grid; grid-template-columns: .8fr 2fr; align-items: end; gap: 30px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.quick-search h2 { margin-bottom: 0; font-size: 1.75rem; }
.quick-search__form { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 12px; }
.quick-search label, .filter-panel label { display: grid; gap: 6px; }
.quick-search label span, .filter-panel label span { font-size: .79rem; font-weight: 800; color: #4e5b4d; }
select, input, textarea { min-height: 48px; width: 100%; padding: 9px 12px; border: 1px solid #bdc9bb; border-radius: 9px; color: var(--ink); background-color: #fff; }
select {
  appearance: none;
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, #526051 50%),
    linear-gradient(135deg, #526051 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 21px,
    calc(100% - 13px) 21px;
  background-repeat: no-repeat;
  background-size: 5px 5px;
}
.quick-search__form label { min-width: 0; }
.quick-search__form select, .quick-search__form .button { height: 48px; }
.quick-search__form .button { min-width: 170px; white-space: nowrap; }

.section { padding: 88px 0; }
.section--intro { padding-top: 76px; }
.section--tint { background: var(--tint); }
.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(30px, 6vw, 90px); align-items: start; }
.intro-grid h2 { margin-bottom: 0; }
.intro-copy { padding-top: 26px; font-size: 1.12rem; }
.prose { color: #3f4a3d; }
.prose > *:last-child { margin-bottom: 0; }
.prose h2 { margin-top: 1.5em; color: var(--ink); }
.prose h3 { margin-top: 1.4em; color: var(--ink); }
.prose a { color: var(--green); font-weight: 700; }
.prose--large { font-size: 1.06rem; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }
.category-card { position: relative; min-height: 190px; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 26px; border: 1px solid var(--line); border-radius: 16px; color: var(--ink); background: #fff; box-shadow: 0 8px 30px rgba(30,58,39,.07); text-decoration: none; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-card > span { color: var(--green); font-size: 2.35rem; line-height: 1; }
.category-card strong { margin-top: auto; font-size: 1.1rem; }
.category-card small { color: var(--muted); }
.category-card i { position: absolute; right: 20px; bottom: 18px; color: var(--green); font-style: normal; font-size: 1.35rem; }
.category-card--green { color: #fff; border-color: var(--green); background: var(--green); }
.category-card--green > span, .category-card--green i, .category-card--green small { color: #fff; }
.category-card--orange { border-color: #f0d3b5; background: #fff8ef; }
.category-card--orange > span, .category-card--orange i { color: var(--orange-dark); }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 30px; }
.section-heading h2 { margin-bottom: 0; }
.text-link { color: var(--green); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.offer-card { border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 28px rgba(28,54,36,.08); overflow: hidden; }
.offer-card__image { aspect-ratio: 16 / 9; display: block; background: #dfe8dc; overflow: hidden; text-decoration: none; }
.offer-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.offer-card:hover .offer-card__image img { transform: scale(1.035); }
.offer-card__image--placeholder { display: grid; place-items: center; color: #6f7c6d; background: linear-gradient(135deg, #dfe9dc, #f2f5ef); }
.offer-card__body { padding: 22px; }
.offer-card__meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 12px; color: var(--muted); font-size: .78rem; }
.offer-card__meta span { color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.offer-card h2 { margin-bottom: 6px; font-size: 1.3rem; }
.offer-card h2 a { text-decoration: none; }
.offer-card h2 a:hover { color: var(--green); }
.offer-card__location { color: var(--muted); }
.offer-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 18px 0; padding: 15px 0; border-block: 1px solid var(--line); }
.offer-facts div { min-width: 0; }
.offer-facts dt { color: var(--muted); font-size: .72rem; }
.offer-facts dd { margin: 2px 0 0; font-weight: 800; font-size: .9rem; }
.empty-state { grid-column: 1 / -1; min-height: 190px; display: flex; align-items: center; justify-content: center; gap: 22px; padding: 34px; border: 2px dashed #bdc9bb; border-radius: 16px; color: #526051; background: rgba(255,255,255,.65); }
.empty-state > span { color: var(--green); font-size: 3rem; }
.empty-state h3 { margin-bottom: 7px; color: var(--ink); }
.empty-state p { margin-bottom: 16px; }

.content-blocks { display: grid; gap: 32px; }
.content-block { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.content-block figure { margin: 0; border-radius: 13px; overflow: hidden; background: var(--tint); }
.content-block figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.content-block--rechts figure { order: 2; }
.content-block--ohne-bild { grid-template-columns: 1fr; }
.content-block h2 { font-size: 1.85rem; }

.service-band { padding-block: 60px; color: #fff; background: var(--green-dark); }
.service-band__grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.service-band .section-kicker { color: #b9dab9; }
.service-band h2 { margin-bottom: 10px; }
.service-band p:last-child { margin-bottom: 0; max-width: 700px; color: #dce8de; }

.listing-page { padding-top: 70px; }
.filter-panel { display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: end; gap: 12px; margin-bottom: 42px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--tint); }
.results-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.results-heading h2 { margin: 0; font-size: 1.7rem; }
.results-heading a { color: var(--green); font-weight: 700; }

.breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; color: var(--muted); font-size: .9rem; }
.breadcrumb a { color: var(--green); }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 30px; align-items: start; }
.detail-main { min-width: 0; }
.detail-image { display: grid; place-items: center; aspect-ratio: 16 / 8.5; border-radius: 18px; overflow: hidden; color: #657162; background: var(--tint); }
.detail-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-title-row { display: flex; justify-content: space-between; gap: 25px; align-items: start; margin: 28px 0; }
.detail-title-row h2 { margin: 10px 0 5px; font-size: 2rem; }
.detail-title-row p { color: var(--muted); }
.pill { display: inline-flex; padding: 5px 10px; border-radius: 999px; color: #fff; background: var(--green); font-size: .74rem; font-weight: 800; }
.detail-price { color: var(--green); font-size: 1.55rem; white-space: nowrap; }
.detail-price small { display: block; color: var(--muted); font-size: .72rem; font-weight: 600; text-align: right; }
.detail-copy { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.offer-features { padding: 30px 0; border-bottom: 1px solid var(--line); }
.offer-features h3 { margin: 18px 0 8px; font-size: 1rem; color: var(--muted); }
.offer-features h3:first-of-type { margin-top: 10px; }
.offer-features__list { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.offer-features__list li { padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .88rem; }
.offer-datalist { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0 24px; margin: 0 0 16px; }
.offer-datalist > div { display: flex; justify-content: space-between; gap: 15px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.offer-datalist dt { color: var(--muted); }
.offer-datalist dd { margin: 0; font-weight: 700; text-align: right; }
.detail-sidebar { display: grid; gap: 18px; position: sticky; top: 20px; }
.fact-card, .contact-card { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 28px rgba(28,54,36,.07); }
.fact-card h2, .contact-card h2 { font-size: 1.35rem; }
.fact-card dl { margin: 0; }
.fact-card dl > div { display: flex; justify-content: space-between; gap: 15px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.fact-card dl > div:last-child { border-bottom: 0; }
.fact-card dt { color: var(--muted); }
.fact-card dd { margin: 0; font-weight: 800; text-align: right; }
.contact-card { color: #fff; border-color: var(--green-dark); background: var(--green-dark); }
.contact-card .section-kicker { color: #b8d8b8; }
.contact-card p:not(.section-kicker) { color: #dce8de; }
.contact-card .button { width: 100%; }

.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 55px; align-items: start; }
.content-side { position: sticky; top: 20px; display: grid; gap: 18px; }
.content-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 30px 0; }
.content-gallery figure { margin: 0; border-radius: 13px; overflow: hidden; background: var(--tint); }
.content-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.info-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; color: var(--info-color, var(--ink)); background: var(--info-bg, #fff); box-shadow: 0 8px 28px rgba(28,54,36,.07); }
.info-card > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.info-card__body, .info-card--auto { padding: 24px; }
.info-card h2 { font-size: 1.35rem; }
.info-card .prose { color: inherit; }
.info-card .button { width: 100%; margin-top: 12px; }
.info-card--auto ul { margin: 0 0 18px; padding-left: 20px; }
.info-card--auto li { margin: 8px 0; }
.content-side__link { width: 100%; }
.homepage-info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 20px; align-items: start; }

.contact-form-section { margin-top: 38px; padding: clamp(22px, 4vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--tint); }
.contact-form-section h2 { margin-bottom: 22px; }
.contact-form-offer { display: flex; justify-content: space-between; gap: 18px; margin: -4px 0 24px; padding: 14px 16px; border-radius: 10px; background: #fff; }
.contact-form-offer a { color: var(--green); font-weight: 700; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label:not(.contact-form-consent) { display: grid; gap: 6px; }
.contact-form label > span { font-size: .86rem; font-weight: 800; }
.contact-form-wide { grid-column: 1 / -1; }
.contact-form textarea { resize: vertical; }
.contact-form-consent { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 10px; margin: 20px 0; }
.contact-form-consent input { width: 20px; min-height: 20px; margin-top: 2px; }
.contact-form-consent span { font-size: .88rem; font-weight: 500; }
.contact-form-consent a { color: var(--green); }
.contact-form .button { min-width: 220px; }
.offer-submission-form { display: grid; gap: 24px; }
.offer-submission-form fieldset { min-width: 0; margin: 0; padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.72); }
.offer-submission-form legend { padding: 0 8px; color: var(--ink); font-family: "Aptos Display", "Segoe UI", sans-serif; font-size: 1.12rem; font-weight: 800; }
.offer-submission-form .contact-form-consent { margin: 0; }
.form-required { margin: 12px 0 0; color: var(--muted); font-size: .8rem; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message { margin-bottom: 22px; padding: 15px 17px; border: 1px solid; border-radius: 10px; }
.form-message ul { margin: 8px 0 0; }
.form-message--success { color: #1d5729; border-color: #9bc5a3; background: #edf8ef; }
.form-message--error { color: #7b2525; border-color: #dda2a2; background: #fff1f1; }

.site-footer { color: #fff; background: var(--paper); }
.footer-illustration { position: relative; overflow: hidden; line-height: 0; background: var(--paper); }
.footer-illustration__landscape { width: 100%; height: auto; }
.footer-illustration__logo {
  position: absolute;
  z-index: 1;
  top: clamp(12px, 3.2vw, 52px);
  right: clamp(14px, 4.5vw, 82px);
  width: clamp(140px, 16vw, 280px);
  height: auto;
}
.footer-surface { background: #4A8B33; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 45px; padding-block: 56px 44px; }
.footer-grid h2 { margin-bottom: 16px; color: #a8d49b; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a { display: block; width: fit-content; margin: 8px 0; color: #fff; text-decoration: none; }
.footer-grid a:hover { text-decoration: underline; }
.footer-grid p { color: #d6e2d8; }
.footer-brand strong { display: block; margin-bottom: 12px; font-size: 1.5rem; }
.footer-bottom { min-height: 68px; display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid rgba(255,255,255,.18); color: #d6e2d8; font-size: .85rem; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a { color: #fff; }

html.high-contrast { --green: #154f22; --green-dark: #07190d; --orange: #ad4d00; --paper: #fff; --tint: #f0f0f0; --ink: #000; --muted: #2d2d2d; --line: #555; }
html.high-contrast .header-landscape::before { background: rgba(0,0,0,.78); }

@media (max-width: 1060px) {
  .main-nav__grid { grid-template-columns: repeat(3, 1fr); }
  .nav-card { min-height: 92px; flex-direction: row; justify-content: flex-start; text-align: left; }
  .nav-card__icon { width: 34px; height: 34px; font-size: 1.65rem; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .filter-panel { grid-template-columns: repeat(3, 1fr); }
  .filter-panel .button { grid-column: 1 / -1; }
  .quick-search__inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-links a:nth-child(2), .utility-links button { display: none; }
  .header-landscape { min-height: 515px; background-position: 58% center; }
  .header-landscape::before { background: linear-gradient(90deg, rgba(10,35,20,.88), rgba(10,35,20,.45)); }
  .header-landscape::after { bottom: -114px; }
  .header-brand-row { padding-top: 18px; }
  .brand { max-width: calc(100% - 60px); gap: 10px; padding: 9px 12px 9px 9px; }
  .brand__logo { width: 66px; padding-right: 9px; }
  .brand__copy strong { font-size: 1.08rem; }
  .brand__copy small { font-size: .69rem; }
  .mobile-menu-button { display: block; }
  .hero-copy { padding-top: 64px; padding-bottom: 90px; }
  .hero-copy h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .hero-copy > p:not(.eyebrow) { font-size: 1rem; }
  .hero-actions { display: grid; }
  .main-nav { margin-top: -54px; }
  .main-nav__grid { display: none; grid-template-columns: 1fr 1fr; padding: 10px; border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.is-open .main-nav__grid { display: grid; }
  .nav-card { min-height: 72px; border-top-width: 3px; box-shadow: none; }
  .nav-card__label { display: none; }
  .nav-card__short { display: inline; font-weight: 800; }
  .site-header--kompakt .header-landscape { min-height: 375px; }
  .site-header--kompakt .main-nav { margin-top: -46px; }
  .compact-title { padding-top: 48px; padding-bottom: 82px; }
  .compact-title h1 { font-size: 2.45rem; }
  .quick-search { margin-top: 20px; }
  .quick-search__inner { padding: 20px; }
  .quick-search__form { grid-template-columns: 1fr; }
  .section { padding: 62px 0; }
  .intro-grid, .service-band__grid, .detail-grid, .content-layout, .homepage-info-grid { grid-template-columns: 1fr; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-form-wide { grid-column: auto; }
  .contact-form-offer { align-items: flex-start; flex-direction: column; }
  .intro-copy { padding-top: 0; }
  .category-grid, .offer-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 150px; }
  .section-heading { align-items: flex-start; }
  .content-block { grid-template-columns: 1fr; padding: 20px; }
  .content-block figure, .content-block--rechts figure { order: 0; }
  .filter-panel { grid-template-columns: 1fr; }
  .filter-panel .button { grid-column: auto; }
  .detail-title-row { display: block; }
  .detail-price { display: block; margin-top: 16px; }
  .detail-price small { display: inline; }
  .detail-sidebar, .content-side { position: static; }
  .footer-illustration__logo { top: 8px; right: 10px; width: clamp(105px, 33vw, 140px); }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { padding-block: 18px; flex-direction: column; align-items: flex-start; }
}

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