:root {
  --awz-blue: #0875b9;
  --awz-blue-dark: #07517f;
  --awz-red: #d9423a;
  --ink: #173042;
  --muted: #536674;
  --white: #ffffff;
  --line: #dbe3e8;
  --shadow: 0 18px 45px rgba(18, 48, 66, .11);
  --radius: 18px;
  --wrap: 1180px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; overflow-wrap: anywhere; }
h1 { margin-bottom: 24px; font-size: clamp(2.65rem, 5.6vw, 5.4rem); letter-spacing: -.055em; }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 3.7vw, 3.35rem); letter-spacing: -.04em; }
h3 { margin-bottom: 12px; font-size: 1.3rem; }
p { margin-bottom: 1em; }

:focus-visible { outline: 3px solid #f0b43a; outline-offset: 4px; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.skip { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 14px; background: #fff; color: #000; }
.skip:focus { top: 12px; }
.kicker, .eyebrow, .contact-kicker {
  margin-bottom: 14px;
  color: var(--accent-dark);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.operator { background: var(--awz-blue-dark); color: #fff; font-size: .78rem; }
.operator .wrap { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.operator a { font-weight: 750; text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid #e5eaed; }
.head { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 0; text-decoration: none; }
.brand img { width: 88px; height: 48px; object-fit: contain; }
.domain-name { padding-left: 13px; border-left: 1px solid var(--line); color: var(--accent-dark); font-size: 1rem; font-weight: 850; overflow-wrap: anywhere; }
.nav { display: flex; align-items: center; gap: 24px; font-size: .88rem; font-weight: 750; }
.nav a { text-decoration: none; }
.nav a:not(.cta):hover { color: var(--accent); }
.nav-phone { color: var(--awz-blue-dark); }
.cta, .btn, .submit {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  padding: 11px 21px;
  background: var(--awz-blue);
  color: #fff;
  font-weight: 820;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.cta:hover, .btn-primary:hover, .submit:hover { background: var(--awz-blue-dark); }
.nav-toggle { display: none; border: 1px solid var(--line); padding: 9px 12px; background: #fff; color: var(--ink); font-weight: 800; }

.hero { position: relative; padding: clamp(62px, 8vw, 116px) 0 clamp(72px, 9vw, 130px); background: var(--surface); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); align-items: center; gap: clamp(42px, 6vw, 86px); }
.hero-copy, .hero-media { min-width: 0; }
.lead { max-width: 680px; color: var(--muted); font-size: clamp(1.1rem, 1.45vw, 1.28rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn-primary { background: var(--accent-dark); }
.btn-secondary { border-color: var(--accent-dark); background: transparent; color: var(--accent-dark); }
.btn-secondary:hover { background: var(--accent-soft); }
.image-frame { position: relative; overflow: hidden; background: var(--accent-soft); box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.symbol-label { position: absolute; right: 12px; bottom: 12px; z-index: 2; padding: 5px 9px; background: rgba(255,255,255,.94); color: #193341; font-size: .72rem; font-weight: 850; letter-spacing: .05em; }
.hero-media figcaption { margin-top: 13px; color: var(--muted); font-size: .82rem; }

.section { position: relative; padding: clamp(76px, 9vw, 128px) 0; }
.section-heading { max-width: 700px; }
.section-heading > p { color: var(--muted); font-size: 1.07rem; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section--story { background: #fff; }
.story-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(48px, 8vw, 110px); }
.story-copy { color: var(--muted); font-size: 1.08rem; }
.story-highlight { margin-top: 28px; padding: 18px 0 18px 24px; border-left: 4px solid var(--accent-two); color: var(--ink); font-weight: 800; }

.section--paths { background: var(--surface); }
.path-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 52px; }
.path-card { position: relative; min-width: 0; min-height: 360px; display: flex; flex-direction: column; padding: 30px; background: #fff; border: 1px solid color-mix(in srgb, var(--accent) 20%, #dce3e7); color: var(--ink); text-decoration: none; box-shadow: 0 10px 30px rgba(18,48,66,.06); transition: transform .18s ease, box-shadow .18s ease; }
.path-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.path-index { color: var(--accent); font-size: 2rem; font-weight: 250; }
.path-label { margin: 23px 0 8px; color: var(--accent-dark); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.path-card h3 { font-size: 1.5rem; }
.path-card p { color: var(--muted); }
.path-cta { margin-top: auto; padding-top: 24px; color: var(--accent-dark); font-weight: 850; }

.section--questions { background: #fff; }
.section--questions .wrap { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(48px, 8vw, 100px); }
.question-list { border-top: 1px solid var(--line); }
.question-item { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.question-item h3 { margin-bottom: 7px; }
.question-item p { margin: 0; color: var(--muted); }
.question-marker { width: 38px; height: 38px; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-dark); font-weight: 850; }

.section--process { background: var(--accent-dark); color: #fff; }
.section--process .kicker { color: color-mix(in srgb, var(--accent-soft) 82%, white); }
.process-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(48px, 8vw, 110px); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.process-list li:first-child { border-top: 1px solid rgba(255,255,255,.22); }
.process-list p { margin: 0; color: rgba(255,255,255,.78); }
.process-number { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); font-weight: 850; }

.fee-strip { padding: 62px 0; background: var(--accent-soft); }
.fee-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: start; gap: clamp(42px, 8vw, 100px); }
.fee-grid h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.65rem); }
.fee-grid > p { margin: 0; color: #364d5d; }

.contact-section { padding: clamp(82px, 10vw, 142px) 0; background: #fff; }
.contact-intro { max-width: 780px; margin-bottom: 46px; text-align: center; }
.contact-intro p { color: var(--muted); font-size: 1.08rem; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: start; gap: 28px; }
.formbox { position: relative; padding: clamp(27px, 4vw, 46px); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.formbox > h3 { margin-bottom: 28px; font-size: clamp(1.55rem, 2.3vw, 2.1rem); }
.formbox fieldset { margin: 0 0 28px; padding: 0; border: 0; }
.formbox legend, .field-label { display: block; margin-bottom: 9px; color: var(--ink); font-size: .9rem; font-weight: 820; }
.choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.choice { min-width: 0; display: flex; align-items: center; gap: 9px; padding: 14px; border: 1px solid var(--line); background: #fafcfd; cursor: pointer; }
.choice:has(input:checked) { border-color: var(--awz-blue); background: #ecf6fb; }
.choice input { flex: 0 0 auto; accent-color: var(--awz-blue); }
.choice span { font-size: .88rem; font-weight: 720; }
.fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.fields .full { grid-column: 1 / -1; }
.fields input, .fields textarea { width: 100%; border: 1px solid #b8c6cf; padding: 13px 14px; background: #fff; color: var(--ink); }
.fields textarea { min-height: 154px; resize: vertical; }
.fields input:focus, .fields textarea:focus { border-color: var(--awz-blue); outline: 3px solid rgba(8,117,185,.22); outline-offset: 1px; }
.personal { margin: 22px 0; border: 1px solid var(--line); }
.personal summary { padding: 15px; color: var(--awz-blue-dark); font-weight: 820; cursor: pointer; }
.personal-inner { padding: 4px 15px 18px; }
.consent { display: flex; align-items: flex-start; gap: 11px; margin: 22px 0; font-size: .86rem; }
.consent input { margin-top: 5px; accent-color: var(--awz-blue); }
.consent a { color: var(--awz-blue-dark); font-weight: 750; }
.submit { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .8rem; text-align: center; }
.form-status { display: none; margin-top: 14px; padding: 13px; background: #e9f7ed; color: #20502c; font-size: .86rem; font-weight: 700; }
.form-status.is-visible { display: block; }
.hp-field { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.contact-person { padding: 34px; background: var(--awz-blue-dark); color: #fff; }
.contact-person > img { width: 126px; height: 69px; margin-bottom: 34px; padding: 5px; background: #fff; object-fit: contain; }
.contact-person .contact-kicker { color: #b9e1f7; }
.contact-person > p { color: rgba(255,255,255,.8); }
.contact-link { display: block; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.25); color: #fff; text-decoration: none; }
.contact-link span, .contact-link strong { display: block; }
.contact-link span { color: #b9e1f7; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-link strong { overflow-wrap: anywhere; }
.contact-promise { margin-top: 20px; padding: 14px; border: 1px solid rgba(255,255,255,.28); font-size: .8rem; }

.section--faq { background: var(--surface); }
.faq-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: clamp(46px, 8vw, 110px); }
.faq-list { border-top: 1px solid color-mix(in srgb, var(--accent) 25%, #dce3e7); }
.faq-list details { border-bottom: 1px solid color-mix(in srgb, var(--accent) 25%, #dce3e7); }
.faq-list summary { position: relative; padding: 22px 48px 22px 0; font-weight: 820; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 16px; color: var(--accent-dark); font-size: 1.7rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding-right: 50px; color: var(--muted); }

.site-footer { background: #112d3f; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 70px; padding-block: 70px; }
.footer-about img { width: 125px; height: 68px; margin-bottom: 22px; padding: 5px; background: #fff; object-fit: contain; }
.footer-about p { max-width: 440px; color: rgba(255,255,255,.72); }
.footer-col h2 { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-col a { display: block; margin: 10px 0; color: rgba(255,255,255,.78); font-size: .88rem; text-decoration: none; }
.footer-col a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); }
.footer-bottom .wrap { min-height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.6); font-size: .75rem; }

.credits-main { min-height: 72vh; padding: 90px 0; background: var(--surface); }
.credits-main h1 { max-width: 800px; }
.credit-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: 34px; margin-top: 42px; padding: 26px; background: #fff; box-shadow: var(--shadow); }
.credit-card img { width: 100%; max-height: 430px; object-fit: cover; }
.credit-card a { color: var(--awz-blue-dark); font-weight: 750; }

/* Annabichl V03: moderner Stadtgarten, klare Formen und kompaktere Typografie */
.layout-garden-gate {
  --ink: #17342f;
  --muted: #596963;
  --line: #d6e1db;
  --shadow: 0 18px 48px rgba(23, 63, 56, .1);
  font-size: 16px;
}
.layout-garden-gate h1,
.layout-garden-gate h2 {
  font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  font-weight: 720;
  letter-spacing: -.035em;
}
.layout-garden-gate h1 {
  max-width: 18ch;
  font-size: clamp(2.6rem, 3.9vw, 3.5rem);
  line-height: 1.04;
}
.layout-garden-gate h2 {
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.1;
}
.layout-garden-gate h3 { font-size: 1.18rem; }
.layout-garden-gate .lead {
  max-width: 600px;
  font-size: clamp(1rem, 1.22vw, 1.15rem);
  line-height: 1.62;
}
.layout-garden-gate .hero {
  overflow: hidden;
  isolation: isolate;
  padding-block: clamp(48px, 6vw, 80px) clamp(58px, 7vw, 92px);
  background: linear-gradient(135deg, var(--surface), color-mix(in srgb, var(--accent-soft) 58%, white));
}
.layout-garden-gate .hero::after {
  position: absolute;
  right: -8vw;
  bottom: -18vw;
  width: 42vw;
  height: 42vw;
  border: 1px solid color-mix(in srgb, var(--accent) 14%, transparent);
  border-radius: 50%;
  content: "";
  z-index: 0;
  pointer-events: none;
}
.layout-garden-gate .hero-grid {
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 0;
}
.layout-garden-gate .hero-copy {
  position: relative;
  z-index: 3;
  margin-right: -72px;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid color-mix(in srgb, var(--accent) 18%, #fff);
  border-left: 5px solid var(--accent-two);
  border-radius: 24px 8px 24px 8px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 22px 54px rgba(23, 63, 56, .13);
  backdrop-filter: blur(10px);
}
.layout-garden-gate .hero-media {
  position: relative;
  z-index: 2;
  margin: 0;
}
.layout-garden-gate .hero-media::before {
  position: absolute;
  inset: 18px -18px -18px 22px;
  z-index: -1;
  border-radius: 12px 34px 12px 34px;
  background: color-mix(in srgb, var(--accent-two) 14%, #fff);
  content: "";
}
.layout-garden-gate .hero-media .image-frame {
  height: auto;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 12px 34px 12px 34px;
  box-shadow: 0 26px 62px rgba(23, 63, 56, .16);
}
.layout-garden-gate .hero-media .image-frame img {
  transform: scale(1.01);
  filter: saturate(1.04) contrast(1.02);
}
.layout-garden-gate .hero-media .symbol-label {
  top: 16px;
  right: 16px;
  bottom: auto;
  border-radius: 8px;
}
.layout-garden-gate .hero-media figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 3;
  margin: 0;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
  box-shadow: 0 8px 22px rgba(23, 63, 56, .1);
}
.layout-garden-gate .section { padding-block: clamp(64px, 7vw, 96px); }
.layout-garden-gate .section--story { background: #fff; }
.layout-garden-gate .story-copy { font-size: 1rem; }
.layout-garden-gate .section--paths {
  background: linear-gradient(180deg, var(--surface), #fff);
}
.layout-garden-gate .path-list { gap: 18px; margin-top: 40px; }
.layout-garden-gate .path-card {
  min-height: 286px;
  padding: 28px;
  border: 1px solid color-mix(in srgb, var(--accent) 24%, #fff);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(23, 63, 56, .07);
}
.layout-garden-gate .path-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 22px 22px 0 0;
  background: var(--accent);
  content: "";
}
.layout-garden-gate .path-card--mitarbeiter::before { background: var(--accent-two); }
.layout-garden-gate .path-index { font-size: 1.15rem; font-weight: 850; }
.layout-garden-gate .path-label { margin-top: 18px; }
.layout-garden-gate .question-marker { border-radius: 12px; }
.layout-garden-gate .section--questions { background: #fff; }
.layout-garden-gate .section--process {
  background: linear-gradient(135deg, var(--accent-dark), #0e312c);
}
.layout-garden-gate .fee-strip { background: #f2e6da; }
.layout-garden-gate .section--faq {
  background: color-mix(in srgb, var(--accent-soft) 62%, #fff);
}
.layout-garden-gate :is(.cta, .btn, .submit, .nav-toggle, .choice, .fields input, .fields textarea) { border-radius: 12px; }
.layout-garden-gate :is(.formbox, .contact-person) { border-radius: 22px; }
.layout-garden-gate .site-footer { background: #15373b; }

/* Attersee: breiter Horizont mit schwebender Textinsel */
.layout-lake-horizon .hero { padding-bottom: 0; }
.layout-lake-horizon .hero-grid { display: block; }
.layout-lake-horizon .hero-copy { position: relative; z-index: 2; max-width: 820px; padding: 0 48px 48px 0; }
.layout-lake-horizon .hero-media { margin: 0 calc((100vw - min(100vw - 40px, var(--wrap))) / -2); }
.layout-lake-horizon .hero-media .image-frame { height: clamp(320px, 44vw, 610px); box-shadow: none; }
.layout-lake-horizon .hero-media figcaption { width: min(calc(100% - 40px), var(--wrap)); margin: 12px auto 0; }
.layout-lake-horizon .path-list { align-items: end; }
.layout-lake-horizon .path-card:nth-child(2) { min-height: 405px; }
.layout-lake-horizon .path-card { border-top: 5px solid var(--accent); }

/* Gugl: markante Höhenstaffelung */
.layout-city-slope h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); }
.layout-city-slope .hero-grid { grid-template-columns: 1.12fr .88fr; }
.layout-city-slope .hero-media { transform: translateY(46px); }
.layout-city-slope .hero-media .image-frame { height: 560px; border: 14px solid #fff; border-radius: 4px 76px 4px 4px; }
.layout-city-slope .path-card:nth-child(1) { margin-top: 72px; }
.layout-city-slope .path-card:nth-child(2) { margin-top: 36px; }
.layout-city-slope .path-index { font-size: 3rem; }

/* Aussichtslage: Panorama und viel offene Fläche */
.layout-open-horizon .hero { padding-bottom: 48px; text-align: center; }
.layout-open-horizon .hero-grid { display: flex; flex-direction: column; }
.layout-open-horizon .hero-copy { max-width: 900px; }
.layout-open-horizon .lead { margin-inline: auto; }
.layout-open-horizon .hero-actions { justify-content: center; }
.layout-open-horizon .hero-media { width: 100%; }
.layout-open-horizon .hero-media .image-frame { height: clamp(250px, 30vw, 400px); }
.layout-open-horizon .hero-media figcaption { text-align: right; }
.layout-open-horizon .path-card { background: transparent; border: 0; border-top: 2px solid var(--accent); box-shadow: none; }

/* Bahnhofsnähe: Wegeplan und präzise Linien */
.layout-route-map .hero-grid { grid-template-columns: 1fr 1fr; }
.layout-route-map .hero-copy { padding-left: 34px; border-left: 5px solid var(--accent-two); }
.layout-route-map .hero-media .image-frame { height: 470px; border-radius: 50% 50% 0 0; }
.layout-route-map .path-list { gap: 0; border-top: 2px solid var(--accent); }
.layout-route-map .path-card { min-height: 330px; border-width: 0 1px 1px 0; box-shadow: none; }
.layout-route-map .path-card:last-child { border-right: 0; }
.layout-route-map .path-index, .layout-route-map .process-number { border-radius: 50%; }

/* Bregenzerwald: Holzrahmen und redaktionelle Ruhe */
.layout-timber-valley h1, .layout-timber-valley h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 520; }
.layout-timber-valley .hero { border-bottom: 16px solid var(--accent-two); }
.layout-timber-valley .hero-media .image-frame { height: 500px; border: 18px solid #fff; outline: 2px solid var(--accent-two); outline-offset: 5px; }
.layout-timber-valley .path-list { grid-template-columns: 1.25fr .9fr .9fr; }
.layout-timber-valley .path-card:first-child { background: var(--accent-dark); color: #fff; }
.layout-timber-valley .path-card:first-child p, .layout-timber-valley .path-card:first-child .path-label, .layout-timber-valley .path-card:first-child .path-cta { color: rgba(255,255,255,.84); }

/* Bregenzerin: persönliche Magazinseite */
.layout-lake-persona .hero-grid { grid-template-columns: .82fr 1.18fr; }
.layout-lake-persona .hero-copy { position: relative; z-index: 2; margin-right: -120px; padding: 46px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.layout-lake-persona .hero-media .image-frame { height: 560px; }
.layout-lake-persona .path-list { grid-template-columns: 1fr; max-width: 900px; margin-inline: auto; }
.layout-lake-persona .path-card { min-height: 0; display: grid; grid-template-columns: 80px 160px 1fr 170px; align-items: center; gap: 20px; }
.layout-lake-persona .path-card > * { margin: 0; padding: 0; }
.layout-lake-persona .path-cta { text-align: right; }

/* Bruckhaufen: Garteninseln und Wasserformen */
.layout-water-garden .hero-media .image-frame { height: 545px; border-radius: 44% 12% 44% 12%; border: 12px solid #fff; }
.layout-water-garden .path-list { gap: 30px; }
.layout-water-garden .path-card { border-radius: 42px 8px 42px 8px; }
.layout-water-garden .question-item { padding: 24px; border: 0; background: var(--accent-soft); }
.layout-water-garden .question-item + .question-item { margin-top: 12px; }

/* Bucklige Welt: geschwungene Höhenbänder */
.layout-rolling-hills h1, .layout-rolling-hills h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 520; }
.layout-rolling-hills .hero { padding-bottom: 0; }
.layout-rolling-hills .hero-grid { display: block; }
.layout-rolling-hills .hero-copy { max-width: 780px; padding-bottom: 52px; }
.layout-rolling-hills .hero-media .image-frame { height: clamp(330px, 40vw, 560px); border-radius: 50% 50% 0 0 / 22% 22% 0 0; }
.layout-rolling-hills .path-list { display: block; }
.layout-rolling-hills .path-card { min-height: 0; display: grid; grid-template-columns: 100px 150px 1fr 180px; align-items: center; gap: 20px; margin-bottom: 14px; }
.layout-rolling-hills .path-card:nth-child(2) { margin-left: 5%; }
.layout-rolling-hills .path-card:nth-child(3) { margin-left: 10%; }
.layout-rolling-hills .path-card > * { margin-top: 0; margin-bottom: 0; padding-top: 0; }

/* Citylage: strenger urbaner Rhythmus */
.layout-urban-rhythm h1, .layout-urban-rhythm h2 { letter-spacing: -.055em; }
.layout-urban-rhythm .hero-grid { grid-template-columns: .78fr 1.22fr; align-items: stretch; }
.layout-urban-rhythm .hero-copy { align-self: center; padding: 42px 0; }
.layout-urban-rhythm .hero-media .image-frame { height: 520px; border: 18px solid #fff; border-bottom: 70px solid #fff; }
.layout-urban-rhythm .hero-media figcaption { margin-top: -54px; padding: 0 28px; position: relative; z-index: 2; color: var(--ink); }
.layout-urban-rhythm .path-list { grid-template-columns: 1.1fr .9fr; grid-template-areas: "a b" "a c"; }
.layout-urban-rhythm .path-card:nth-child(1) { grid-area: a; }
.layout-urban-rhythm .path-card:nth-child(2) { grid-area: b; }
.layout-urban-rhythm .path-card:nth-child(3) { grid-area: c; }
.layout-urban-rhythm .path-card:nth-child(n+2) { min-height: 250px; }
.layout-urban-rhythm .question-marker { border-radius: 0; }

@media (max-width: 1000px) {
  .nav { gap: 14px; }
  .nav > a:not(.cta):not(.nav-phone) { display: none; }
  .hero-grid, .layout-city-slope .hero-grid, .layout-route-map .hero-grid, .layout-timber-valley .hero-grid, .layout-lake-persona .hero-grid, .layout-urban-rhythm .hero-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .path-list { gap: 14px; }
  .path-card { padding: 24px; }
  .layout-lake-persona .path-card, .layout-rolling-hills .path-card { grid-template-columns: 60px 120px 1fr; }
  .layout-lake-persona .path-cta, .layout-rolling-hills .path-cta { grid-column: 3; text-align: left; }
}

@media (min-width: 821px) and (max-width: 1000px) {
  .layout-garden-gate .nav-toggle { display: inline-flex; }
  .layout-garden-gate .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    padding: 18px 20px 24px;
    border-bottom: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 18px 24px rgba(18, 48, 66, .12);
  }
  .layout-garden-gate .nav.is-open { display: grid; gap: 7px; }
  .layout-garden-gate .nav > a:not(.cta):not(.nav-phone) { display: block; }
  .layout-garden-gate .nav a { padding: 8px 0; }
  .layout-garden-gate .nav .cta { margin-top: 8px; }
  .layout-garden-gate .nav-phone { display: none; }
  .layout-garden-gate .hero-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 0; }
  .layout-garden-gate .hero-copy { margin-right: -36px; padding: 28px; }
  .layout-garden-gate .hero-media .image-frame { height: auto; aspect-ratio: 4 / 3; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 78px; }
  body { font-size: 16px; }
  .operator { display: none; }
  .head { min-height: 70px; }
  .brand img { width: 72px; height: 40px; }
  .domain-name { font-size: .86rem; }
  .nav-toggle { display: inline-flex; }
  .nav { position: absolute; left: 0; right: 0; top: 100%; display: none; padding: 18px 20px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 24px rgba(18,48,66,.12); }
  .nav.is-open { display: grid; gap: 7px; }
  .nav > a:not(.cta):not(.nav-phone) { display: block; }
  .nav a { padding: 8px 0; }
  .nav .cta { margin-top: 8px; }
  .hero-grid, .layout-city-slope .hero-grid, .layout-route-map .hero-grid, .layout-timber-valley .hero-grid, .layout-lake-persona .hero-grid, .layout-urban-rhythm .hero-grid,
  .story-layout, .section--questions .wrap, .process-layout, .fee-grid, .contact-grid, .faq-layout, .footer-main, .credit-card { grid-template-columns: 1fr; }
  .hero { padding-top: 62px; }
  .hero-media .image-frame, .layout-garden-gate .hero-media .image-frame, .layout-city-slope .hero-media .image-frame, .layout-route-map .hero-media .image-frame, .layout-timber-valley .hero-media .image-frame, .layout-lake-persona .hero-media .image-frame, .layout-water-garden .hero-media .image-frame, .layout-urban-rhythm .hero-media .image-frame { height: clamp(300px, 74vw, 470px); }
  .layout-city-slope .hero-media { transform: none; }
  .layout-lake-persona .hero-copy { margin: 0; padding: 0; background: transparent; box-shadow: none; }
  .path-list, .layout-timber-valley .path-list, .layout-urban-rhythm .path-list { grid-template-columns: 1fr; grid-template-areas: none; }
  .layout-urban-rhythm .path-card:nth-child(n) { grid-area: auto; }
  .layout-city-slope .path-card:nth-child(n) { margin-top: 0; }
  .path-card { min-height: 300px; }
  .layout-lake-persona .path-card, .layout-rolling-hills .path-card { display: flex; align-items: stretch; margin-left: 0 !important; }
  .layout-lake-persona .path-cta, .layout-rolling-hills .path-cta { text-align: left; }
  .choice-grid { grid-template-columns: 1fr; }
  .footer-main { gap: 36px; }
  .layout-garden-gate .hero { padding-block: 44px 62px; }
  .layout-garden-gate .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .layout-garden-gate .hero-copy {
    margin: 0;
    padding: 0 0 0 18px;
    border: 0;
    border-left: 3px solid var(--accent-two);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
  .layout-garden-gate .hero-media { margin: 0; }
  .layout-garden-gate .hero-media::before { inset: 10px -8px -8px 10px; }
  .layout-garden-gate .hero-media .image-frame { height: auto; aspect-ratio: 16 / 10; border-radius: 18px; }
  .layout-garden-gate .hero-media figcaption {
    position: static;
    margin: 10px 0 0;
    padding: 0;
    background: transparent;
    color: var(--muted);
    box-shadow: none;
  }
  .layout-garden-gate .path-card { min-height: 0; }
}

@media (max-width: 520px) {
  .wrap { width: min(calc(100% - 28px), var(--wrap)); }
  h1 { font-size: clamp(2.25rem, 12.4vw, 3.4rem); }
  h2 { font-size: clamp(1.8rem, 9.5vw, 2.5rem); }
  .domain-name { max-width: 148px; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .layout-lake-horizon .hero-media { margin-inline: -14px; }
  .layout-open-horizon .hero-media .image-frame { height: 250px; }
  .section { padding-block: 70px; }
  .question-item { grid-template-columns: 42px 1fr; }
  .fields { grid-template-columns: 1fr; }
  .fields > * { grid-column: 1 !important; }
  .formbox, .contact-person { padding: 24px 18px; }
  .footer-bottom .wrap { padding-block: 14px; flex-direction: column; align-items: flex-start; gap: 3px; }
  .layout-garden-gate h1 { font-size: clamp(2.05rem, 10.6vw, 2.8rem); }
  .layout-garden-gate .hero { padding-block: 38px 54px; }
  .layout-garden-gate .hero-grid { gap: 22px; }
  .layout-garden-gate .hero-media::before { inset: 7px -5px -5px 7px; }
  .layout-garden-gate .hero-media .image-frame { aspect-ratio: 4 / 3; border-radius: 16px; }
  .layout-garden-gate .section { padding-block: 58px; }
}

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