/* KFZ Zentrum Bad Bramstedt · locally served assets, no framework required */
:root {
  --ink: #202420;
  --muted: #5d635e;
  --paper: #f5f4ef;
  --white: #fff;
  --dark: #1e2421;
  --gold: #dbb875;
  --gold-hover: #e9c889;
  --line: #dddfd7;
  --error: #a32a25;
  --width: 1200px;
  --gutter: 22px;
  --header: 76px;
  --focus: #87631f;
  --focus-ring: rgba(179,141,73,.3);
  color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 24px); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body, input, select, textarea, button { font-family: Arial, Helvetica, sans-serif; }
button, input, select, textarea { font-size: 16px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-underline-offset: .23em; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
button, a, input, select, textarea, summary { touch-action: manipulation; }
::selection { background: #efe0bd; color: var(--ink); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 5px; }
.dark :focus-visible, .site-footer :focus-visible { outline-color: var(--gold); }
img { display: block; width: 100%; max-width: 100%; height: auto; }
picture { display: block; }
svg { flex: 0 0 auto; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 700; line-height: 1.12; letter-spacing: -.04em; text-wrap: balance; }
h1 { font-size: clamp(2.6rem, 9.8vw, 3.8rem); }
h2 { font-size: clamp(2rem, 6.8vw, 2.95rem); }
h3 { font-size: 1.25rem; letter-spacing: -.025em; }
ul, ol { margin: 0; padding: 0; }
ul { list-style: none; }
address { font-style: normal; }
button { color: inherit; }
[hidden] { display: none !important; }
.container { width: min(var(--width), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.section { padding-block: 65px; }
.section-white { background: var(--white); }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.icon-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .73rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
.eyebrow::before { content: ''; width: 24px; height: 2px; background: #b38d49; flex: 0 0 auto; }
.lead { color: var(--muted); font-size: 1.07rem; line-height: 1.75; }
.muted { color: var(--muted); }
.sr-only { position: absolute; 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: 100; left: 16px; top: 10px; padding: 12px 20px; background: var(--gold); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 12px 21px; border: 1px solid transparent; border-radius: 4px; font-weight: 700; font-size: .93rem; line-height: 1.4; text-decoration: none; text-align: center; transition: background .15s, border-color .15s; }
.button:hover { text-decoration: none; }
.button:active { transform: translateY(1px); }
.button-primary { color: var(--ink); background: var(--gold); }
.button-primary:hover { background: var(--gold-hover); }
.button-outline { color: var(--ink); border-color: #b9beb7; background: transparent; }
.button-outline:hover { background: #eaece5; border-color: #8b938a; }
.button-dark { background: var(--dark); color: white; }
.button-dark:hover { background: #344038; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: .94rem; font-weight: 700; text-decoration: none; }
.text-link span { border-bottom: 1px solid #a7ada5; }
.text-link:hover span { border-bottom-color: currentColor; }
.site-header { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { min-height: var(--header); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.brand img { width: 47px; height: 47px; border-radius: 50%; }
.brand-wordmark { display: flex; flex-direction: column; line-height: 1.2; }
.brand-wordmark strong { font-size: .94rem; letter-spacing: -.02em; }
.brand-wordmark span { margin-top: 4px; font-size: .64rem; letter-spacing: .12em; }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--white); border-radius: 4px; }
.menu-toggle .icon { width: 23px; height: 23px; }
.has-js .menu-toggle { display: inline-flex; }
.main-nav { flex-basis: 100%; padding-block: 8px 18px; }
.main-nav ul { display: flex; flex-direction: column; gap: 0; }
.main-nav a { display: flex; align-items: center; min-height: 47px; padding: 10px 0; font-size: .9rem; font-weight: 600; text-decoration: none; }
.main-nav a:hover { color: #86621f; }
.main-nav a.button { color: var(--ink); margin-top: 8px; padding: 12px 18px; }
.header-phone { display: none; }
.hero { padding-top: 38px; }
.hero-grid { display: grid; }
.hero-copy { padding-bottom: 34px; }
.hero h1 { margin-bottom: 22px; }
.hero h1 span { color: #747b70; }
.hero .lead { max-width: 42ch; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: 27px; }
.hero-actions .button { width: 100%; }
.hero-phone { display: flex; align-items: center; gap: 10px; padding: 6px 0; min-height: 44px; font-size: .95rem; font-weight: 700; text-decoration: none; }
.hero-phone:hover { text-decoration: underline; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 8px 20px; border-top: 1px solid var(--line); margin-top: 27px; padding-top: 19px; color: var(--muted); font-size: .78rem; }
.hero-notes span { display: inline-flex; align-items: center; gap: 7px; }
.hero-notes .icon { width: 15px; height: 15px; color: #7d6334; }
.hero-visual { position: relative; background: var(--dark); overflow: hidden; border-radius: 5px; }
.hero-visual picture { height: 100%; }
.hero-visual img { width: 100%; height: 375px; object-fit: cover; object-position: 50% 47%; }
.hero-visual figcaption { display: flex; align-items: center; justify-content: space-between; gap: 10px; position: absolute; inset: auto 0 0; padding: 13px 18px; background: rgba(26,32,28,.95); color: white; font-size: .74rem; }
.hero-visual figcaption span { color: #d3d8d0; }
.hero-location { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6px 20px; border-bottom: 1px solid var(--line); padding-block: 21px; margin-top: 6px; font-size: .78rem; color: var(--muted); }
.hero-location a { display: inline-flex; gap: 7px; align-items: center; min-height: 30px; text-decoration: none; }
.hero-location a:hover { text-decoration: underline; }
.hero-location .icon { width: 16px; height: 16px; }
.section-intro { display: grid; gap: 20px; margin-bottom: 35px; }
.section-intro p { max-width: 42ch; color: var(--muted); }
.service-grid { display: grid; }
.service { padding: 26px 0 28px; border-top: 1px solid var(--line); }
.service-icon { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.service-icon > .icon { width: 30px; height: 30px; color: #836329; stroke-width: 1.35; }
.service-icon span { font-size: .69rem; font-variant-numeric: tabular-nums; color: #666e63; }
.service h3 { margin-bottom: 12px; }
.service p { color: var(--muted); font-size: .94rem; }
.service .text-link { margin-top: 12px; font-size: .84rem; }
.service-hint { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; border-top: 1px solid var(--line); margin-top: 10px; padding-top: 22px; font-size: .9rem; color: var(--muted); }
.service-hint a { color: var(--ink); }
.workshop-grid { display: grid; gap: 34px; }
.workshop-image { overflow: hidden; border-radius: 5px; background: #ddd; }
.workshop-image img { aspect-ratio: 1 / 1; object-fit: cover; object-position: 50% 57%; }
.workshop-image figcaption { background: var(--paper); padding: 12px 17px; font-size: .76rem; color: var(--muted); }
.workshop-copy h2 { margin-bottom: 22px; }
.workshop-copy p + p { margin-top: 17px; }
.workshop-points { border-top: 1px solid var(--line); margin-top: 25px; padding-top: 20px; display: grid; gap: 11px; }
.workshop-points li { display: flex; align-items: baseline; gap: 12px; font-size: .91rem; }
.workshop-points .icon { width: 16px; height: 16px; position: relative; top: 3px; color: #866327; }
.workshop-copy .text-link { margin-top: 21px; }
.dark { background: var(--dark); color: #fff; }
.dark .eyebrow { color: #d9bd87; }
.dark .eyebrow::before { background: var(--gold); }
.hu-grid { display: grid; gap: 40px; }
.hu-copy h2 { max-width: 15ch; margin-bottom: 20px; }
.hu-copy > p:not(.eyebrow) { color: #c4cbc4; max-width: 48ch; }
.hu-days { display: flex; align-items: center; gap: 10px; margin-top: 22px; font-size: .85rem; font-weight: 700; color: #e5e9e1; }
.hu-days .icon { color: var(--gold); }
.hu-copy .button { margin-top: 28px; }
.hu-steps { list-style: none; }
.hu-steps li { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 18px; padding-block: 24px; border-top: 1px solid #444d44; }
.hu-steps li:last-child { padding-bottom: 0; }
.hu-steps .step-number { color: var(--gold); font-size: .84rem; padding-top: 1px; font-variant-numeric: tabular-nums; }
.hu-steps h3 { font-size: 1.05rem; letter-spacing: -.01em; margin-bottom: 9px; }
.hu-steps p { color: #c4cbc4; font-size: .9rem; }
.request-grid { display: grid; gap: 32px; }
.request-copy h2 { max-width: 15ch; margin-bottom: 22px; }
.request-copy > p { max-width: 40ch; }
.contact-direct { display: grid; gap: 8px; margin-top: 30px; }
.contact-direct a { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; width: fit-content; text-decoration: none; }
.contact-direct a:hover { text-decoration: underline; }
.contact-direct .phone { font-size: 1.5rem; font-weight: 700; letter-spacing: -.035em; }
.contact-direct .mail { font-size: .92rem; overflow-wrap: anywhere; }
.request-note { font-size: .83rem; margin-top: 16px; color: var(--muted); }
.form-card { background: #fff; padding: 25px 20px; border: 1px solid var(--line); border-radius: 6px; min-width: 0; }
.form-heading { padding-bottom: 22px; border-bottom: 1px solid var(--line); margin-bottom: 23px; }
.form-heading h3 { font-size: 1.2rem; margin-bottom: 7px; }
.form-heading p { font-size: .82rem; color: var(--muted); }
.request-form { display: grid; gap: 21px; }
.form-row { display: grid; gap: 21px; }
.field { display: grid; gap: 7px; min-width: 0; align-content: start; }
.field label { font-size: .86rem; font-weight: 700; line-height: 1.4; }
.optional { color: var(--muted); font-weight: 400; font-size: .75rem; }
.field input, .field select, .field textarea { -webkit-appearance: none; appearance: none; display: block; width: 100%; min-width: 0; min-height: 49px; margin: 0; border: 1px solid #aeb6ac; border-radius: 3px; padding: 11px 13px; font: inherit; font-size: 16px; color: var(--ink); background-color: #fff; line-height: 1.5; text-align: left; transition: border-color .15s, box-shadow .15s; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #8b938a; }
.field select { padding-right: 44px; cursor: pointer; text-overflow: ellipsis; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235d635e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 18px; }
.field select:invalid { color: #73786e; }
.field select option { color: var(--ink); }
.field textarea { resize: vertical; min-height: 116px; }
.field input::placeholder, .field textarea::placeholder { color: #73786e; opacity: 1; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--focus); box-shadow: 0 0 0 3px var(--focus-ring); }
.field input:-webkit-autofill { -webkit-box-shadow: 0 0 0 40px #fff inset; -webkit-text-fill-color: var(--ink); }
.field input:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0 40px #fff inset, 0 0 0 3px var(--focus-ring); }
/* Datumsfeld: linksbündig, gleiche Höhe wie die übrigen Felder, auch in Safari/iOS */
.field input[type="date"] { position: relative; padding-right: 46px; }
.field input[type="date"]::-webkit-date-and-time-value { text-align: left; margin: 0; min-height: 1.5em; }
.field input[type="date"]::-webkit-datetime-edit, .field input[type="date"]::-webkit-datetime-edit-fields-wrapper { padding: 0; }
@supports selector(::-webkit-calendar-picker-indicator) {
  .field input[type="date"] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235d635e' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M7 3v4M17 3v4M3 10h18'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 19px; }
  /* Unsichtbarer Kalender-Auslöser über dem ganzen Feld: ein Klick öffnet den Kalender */
  .field input[type="date"]::-webkit-calendar-picker-indicator { position: absolute; inset: 0; width: auto; height: auto; margin: 0; padding: 0; opacity: 0; cursor: pointer; }
}
.field input[aria-invalid=true], .field textarea[aria-invalid=true], .field select[aria-invalid=true] { border-color: var(--error); box-shadow: inset 0 0 0 1px var(--error); }
.field input[aria-invalid=true]:focus, .field textarea[aria-invalid=true]:focus, .field select[aria-invalid=true]:focus { box-shadow: inset 0 0 0 1px var(--error), 0 0 0 3px rgba(163,42,37,.18); }
.field-hint { color: var(--muted); font-size: .77rem; line-height: 1.5; }
.field-error { color: var(--error); font-size: .8rem; line-height: 1.5; }
.form-privacy { font-size: .78rem; color: var(--muted); }
.form-submit { display: grid; gap: 10px; padding-top: 1px; }
.form-submit .button { width: 100%; }
.form-submit p { color: var(--muted); font-size: .76rem; line-height: 1.55; }
.form-message { padding: 14px 15px; border: 1px solid #bd7974; border-left: 3px solid var(--error); background: #fff5f3; font-size: .84rem; color: #812720; }
.form-message a { font-weight: 700; }
.form-result { border-top: 1px solid var(--line); margin-top: 22px; padding-top: 25px; }
.form-result h3 { font-size: 1.2rem; margin-bottom: 11px; }
.form-result p { color: var(--muted); font-size: .88rem; }
.result-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 20px; }
.form-result .field { margin-top: 20px; }
.form-result .field textarea { min-height: 160px; font-size: .8rem; }
#versand-ergebnis { position: relative; margin-top: 0; padding: 22px 22px 24px 66px; border: 1px solid #cfdcc8; border-radius: 4px; background: #f2f6ef; }
#versand-ergebnis::before { content: ''; position: absolute; left: 22px; top: 23px; width: 28px; height: 28px; border-radius: 50%; background: #3f6b3a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E") center / 15px no-repeat; }
#versand-ergebnis p { color: #465046; }
.copy-status { display: block; margin-top: 8px; font-size: .78rem; color: var(--muted); }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
button:disabled { cursor: wait; opacity: .6; }
.noscript { padding: 18px; border: 1px solid var(--line); font-size: .9rem; }
.location-head { margin-bottom: 28px; }
.location-grid { display: grid; gap: 28px; }
.location-image { overflow: hidden; border-radius: 5px; }
.location-image img { height: 285px; object-fit: cover; object-position: center 36%; }
.location-info { display: grid; gap: 30px; }
.location-info h3 { font-size: 1.03rem; letter-spacing: -.015em; margin-bottom: 13px; }
.location-info address { font-size: 1.05rem; line-height: 1.8; }
.location-info .note { font-size: .81rem; color: var(--muted); margin-top: 12px; max-width: 37ch; }
.location-info .button { margin-top: 18px; }
.hours { display: grid; grid-template-columns: 1fr auto; gap: 0 20px; margin: 0; font-size: .9rem; }
.hours dt, .hours dd { padding-block: 12px; border-bottom: 1px solid var(--line); }
.hours dt { font-weight: 400; }
.hours dd { margin: 0; text-align: right; font-variant-numeric: tabular-nums; }
.hours dd span { display: block; }
.faq-grid { display: grid; gap: 28px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; padding-block: 21px; font-size: .96rem; font-weight: 700; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; font-size: 23px; color: #747c6f; font-weight: 400; flex: 0 0 auto; width: 20px; text-align: center; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { color: var(--muted); font-size: .92rem; padding: 0 24px 24px 0; max-width: 64ch; }
.site-footer { background: var(--dark); color: #c9cfc8; padding-top: 43px; padding-bottom: 25px; }
.footer-grid { display: grid; gap: 30px; }
.site-footer .brand { color: white; }
.site-footer .brand img { width: 50px; height: 50px; }
.footer-brand p { font-size: .84rem; max-width: 35ch; margin-top: 17px; color: #b9c1b8; }
.footer-links h2, .footer-contact h2 { font-size: .79rem; color: #fff; letter-spacing: .055em; margin-bottom: 10px; text-transform: uppercase; }
.footer-links a, .footer-contact a { min-height: 42px; display: inline-flex; align-items: center; font-size: .85rem; text-decoration: none; }
.footer-links a:hover, .footer-contact a:hover { color: #fff; text-decoration: underline; }
.footer-contact address { font-size: .85rem; margin-top: 7px; }
.footer-contact a { display: block; padding-block: 9px; overflow-wrap: anywhere; }
.footer-small-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px 25px; margin-top: 35px; padding-top: 18px; border-top: 1px solid #414940; font-size: .72rem; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 4px 23px; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.footer-bottom a:hover { color: white; text-decoration: underline; }
.mobile-bar { position: fixed; inset: auto 0 0; z-index: 25; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9px; padding: 10px var(--gutter) max(10px, env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--line); }
.mobile-bar .button { min-height: 46px; padding: 10px; font-size: .85rem; }
.has-mobile-bar { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
.legal-main { padding-block: 44px 70px; }
.legal-layout { display: grid; gap: 25px; }
.legal-content { max-width: 740px; min-width: 0; }
.legal-content > h1 { margin: 24px 0; font-size: clamp(2rem,6vw,3.6rem); overflow-wrap: anywhere; }
.legal-content h2 { font-size: 1.2rem; letter-spacing: -.02em; margin: 32px 0 10px; }
.legal-content h3 { font-size: 1.02rem; margin: 20px 0 10px; }
.legal-content p, .legal-content li { font-size: .94rem; color: var(--muted); overflow-wrap: anywhere; }
.legal-content p + p { margin-top: 13px; }
.legal-content ul { list-style: disc; padding-left: 23px; margin-block: 12px; }
.legal-content li + li { margin-top: 7px; }
.legal-content address { font-size: .94rem; }
.legal-content .draft-note { background: #eee4cf; color: #644b20; border-left: 3px solid #b38d49; padding: 16px 18px; font-size: .85rem; }
.legal-content .editorial { color: #785919; background: #fbf2dc; padding: 2px 5px; box-decoration-break: clone; }
.legal-side { padding: 24px; border: 1px solid var(--line); height: fit-content; }
.legal-side p { font-size: .78rem; color: var(--muted); margin-bottom: 8px; }
.legal-side a { display: block; min-height: 44px; padding-block: 8px; font-size: .9rem; }
@media (min-width: 480px) {
  :root { --gutter: 28px; }
  .hero-actions .button { width: auto; }
  .hero-visual img { height: 450px; }
  .form-card { padding: 30px; }
}
@media (min-width: 660px) {
  :root { --gutter: 36px; }
  .section { padding-block: 80px; }
  .hero { padding-top: 48px; }
  h1 { font-size: 3.9rem; }
  .hero-visual img { height: 500px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px 35px; }
  .service { padding-block: 30px; }
  .form-row { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
  .location-info { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .brand-wordmark strong { font-size: 1rem; }
  .brand-wordmark span { font-size: .7rem; }
  .footer-small-cols { gap: 25px; }
}
@media (min-width: 900px) {
  :root { --header: 90px; }
  .header-inner { flex-wrap: nowrap; gap: 28px; }
  .has-js .menu-toggle { display: none; }
  .main-nav { display: block; flex-basis: auto; padding: 0; margin-left: auto; }
  .main-nav ul { flex-direction: row; gap: 20px; align-items: center; }
  .main-nav a { padding-block: 12px; white-space: nowrap; font-size: .82rem; }
  .main-nav a.button { margin: 0 0 0 5px; padding-inline: 18px; }
  .hero { padding-top: 32px; }
  .hero-grid { grid-template-columns: 1.06fr 1fr; gap: 46px; align-items: stretch; }
  .hero-copy { padding-block: 38px; display: flex; flex-direction: column; justify-content: center; }
  .hero h1 { font-size: clamp(3.1rem, 4.55vw, 4.3rem); line-height: 1.04; }
  .hero .lead { font-size: 1.05rem; }
  .hero-visual img { height: 100%; min-height: 525px; max-height: 590px; }
  .hero-visual figcaption { padding: 16px 21px; }
  .hero-location { padding-block: 24px; margin-top: 20px; font-size: .84rem; }
  .section-intro { grid-template-columns: 1.3fr 1fr; gap: 65px; align-items: end; margin-bottom: 42px; }
  .service-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px 38px; }
  .service { padding-block: 28px 34px; }
  .workshop-grid { grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
  .workshop-image img { aspect-ratio: 1 / 1.06; }
  .workshop-copy h2 { max-width: 14ch; }
  .hu-grid { grid-template-columns: 1.1fr 1fr; gap: 85px; align-items: start; }
  .hu-steps { padding-top: 8px; }
  .request-grid { grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
  .request-copy { padding-top: 16px; }
  .form-card { padding: 33px; }
  .location-grid { grid-template-columns: .8fr 1.8fr; gap: 48px; align-items: center; }
  .location-image img { height: 330px; object-position: center 42%; }
  .location-info { gap: 40px; }
  .faq-grid { grid-template-columns: .85fr 1.15fr; gap: 60px; }
  .site-footer { padding-top: 54px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 110px; }
  .footer-small-cols { grid-template-columns: 1fr 1.4fr; gap: 48px; }
  .footer-bottom { margin-top: 42px; }
  .mobile-bar { display: none; }
  .has-mobile-bar { padding-bottom: 0; }
  .legal-main { padding-block: 55px 100px; }
  .legal-layout { grid-template-columns: minmax(0,1fr) 240px; gap: 80px; align-items: start; }
  .legal-side { margin-top: 82px; position: sticky; top: 120px; }
}
@media (min-width: 1200px) {
  .section { padding-block: 100px; }
  .main-nav ul { gap: 27px; }
  .main-nav a { font-size: .87rem; }
  .hero-grid { gap: 72px; }
  .hero-copy { padding-block: 46px; }
  .hero-visual img { min-height: 570px; }
  .hero h1 { font-size: 4.4rem; }
  .hero .lead { font-size: 1.1rem; }
  .hero-actions { margin-top: 31px; }
  .hero-notes { margin-top: 36px; }
  .header-phone { display: inline-flex; gap: 8px; align-items: center; font-size: .83rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
  .main-nav { margin-left: auto; }
}
@media (max-width: 899px) {
  .has-js .main-nav { position: absolute; top: 100%; left: 0; right: 0; background: white; border-bottom: 1px solid var(--line); padding: 10px var(--gutter) 22px; max-height: calc(100dvh - var(--header)); overflow-y: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .site-header, .mobile-bar, .site-footer, .form-card, .hero-actions, .skip-link { display: none; }
  body { background: white; color: #000; padding: 0; }
  .section { padding-block: 25px; }
  .dark { background: #fff; color: #000; }
  .dark p, .dark .eyebrow { color: #333; }
  .hero-visual img { max-height: 240px; }
  .container { width: 100%; }
}
/* Nach erfolgreichem Versand: Pflichtfeld-Hinweis ausblenden */
.form-card:has(#versand-ergebnis:not([hidden])) .form-heading p { display: none; }
