@font-face {
  font-family: "Anek Latin";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/anek-latin-400.woff2") format("woff2");
}

@font-face {
  font-family: "Anek Latin";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/anek-latin-500.woff2") format("woff2");
}

@font-face {
  font-family: "Anek Latin";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/anek-latin-600.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --bg: #f3f1ec;
  --surface: #fffefa;
  --surface-strong: #ffffff;
  --ink: #151719;
  --muted: #61656a;
  --line: #c9c8c3;
  --line-strong: #8d8f91;
  --red: #cc0715;
  --red-dark: #9f0010;
  --charcoal: #1b1e21;
  --charcoal-soft: #282c30;
  --on-dark: #f7f5f0;
  --focus: #ffcb05;
  --font-body: "Anek Latin", Arial, sans-serif;
  --font-display: "Anek Latin", Arial, sans-serif;
  --page: min(1240px, calc(100% - 48px));
  --header-height: 82px;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #121416;
  --surface: #191c1f;
  --surface-strong: #202428;
  --ink: #f5f2eb;
  --muted: #b4b7ba;
  --line: #3c4145;
  --line-strong: #656b70;
  --charcoal: #090a0b;
  --charcoal-soft: #16191c;
  --on-dark: #f7f5f0;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
html { scroll-padding-top: calc(var(--header-height) + 24px); }
main :is(section, article, form)[id] { scroll-margin-top: calc(var(--header-height) + 24px); }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.55; }
body, button, input, select, textarea { font-family: var(--font-body); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1100; padding: 10px 14px; background: var(--focus); color: #111; font-weight: 800; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 1000; isolation: isolate; min-height: var(--header-height); border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 94%, transparent); backdrop-filter: blur(16px); }
.header-inner { width: var(--page); min-height: var(--header-height); margin: 0 auto; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; width: 156px; }
.brand img { width: 100%; height: auto; }
html[data-theme="dark"] .brand { width: 148px; padding: 6px 9px; background: #fff; }
.main-nav { justify-self: center; display: flex; align-items: center; gap: 30px; }
.main-nav a { position: relative; padding: 10px 0; text-decoration: none; font-weight: 750; font-size: 14px; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; border: 1px solid var(--line); background: var(--surface); min-height: 44px; padding: 8px 13px; font-weight: 800; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 18px; border: 1px solid transparent; text-decoration: none; font-weight: 850; line-height: 1.2; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { border-color: var(--line-strong); background: transparent; color: var(--ink); }
.button-secondary:hover { border-color: var(--ink); background: var(--surface); }
.button-inverse { background: #fff; color: #111; }
.button-ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.button-ghost:hover { background: #fff; color: #111; }
.button[disabled] { opacity: .55; cursor: not-allowed; transform: none; }

.kicker { margin: 0 0 14px; color: var(--red); font-family: var(--font-display); font-size: 13px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--font-display); font-weight: 600; letter-spacing: 0; line-height: 1.08; }
h1 { max-width: 780px; font-size: clamp(46px, 5.35vw, 74px); }
h2 { font-size: clamp(36px, 4.3vw, 62px); }
h3 { font-size: clamp(24px, 2.1vw, 34px); }

.hero { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr); grid-template-areas: "copy media" "proof proof"; border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
.hero-copy { grid-area: copy; align-self: stretch; display: flex; flex-direction: column; justify-content: center; min-height: 600px; padding: clamp(42px, 5vw, 68px) clamp(30px, 5vw, 72px); background: var(--surface); }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: clamp(18px, 1.7vw, 23px); font-weight: 500; line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-contact { margin: 20px 0 0; color: var(--muted); font-size: 14px; }
.hero-contact a { color: var(--ink); font-weight: 850; text-underline-offset: 3px; }
.hero-media { grid-area: media; position: relative; min-height: 600px; margin: 0; overflow: hidden; border-left: 1px solid var(--line); background: var(--charcoal); }
.hero-media::after { content: ""; position: absolute; top: 22px; right: 22px; width: 12px; height: 72px; background: var(--red); }
.hero-media img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: center; filter: saturate(.84) contrast(1.04); }
.hero-media figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: 3px; padding: 18px 22px; background: rgba(12,14,16,.88); color: #fff; }
.hero-media figcaption span { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.hero-media figcaption strong { font-size: 15px; }
.hero-proof { grid-area: proof; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); background: var(--bg); }
.hero-proof span { display: grid; gap: 2px; min-height: 86px; padding: 18px 24px; color: var(--muted); font-size: 13px; }
.hero-proof span + span { border-left: 1px solid var(--line); }
.hero-proof strong { color: var(--ink); font-family: var(--font-display); font-size: 18px; }

.section-intro { max-width: 820px; }
.section-intro > p:last-child { max-width: 720px; margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.section-intro.compact { max-width: 650px; }
.google-review { width: var(--page); margin: 0 auto 116px; display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); border: 1px solid var(--line); background: var(--surface); }
.google-review.is-score-only { grid-template-columns: 1fr; }
.google-review.is-score-only .google-review-score { border-right: 0; }
.google-review-score { display: flex; flex-direction: column; justify-content: center; min-height: 290px; padding: clamp(30px, 4vw, 52px); border-right: 1px solid var(--line); }
.google-review-score h2 { font-size: clamp(34px, 3.6vw, 54px); }
.google-rating-line { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-top: 28px; }
.google-rating-line > strong { color: var(--ink); font-family: var(--font-display); font-size: 30px; }
.google-rating-line > span:last-child { color: var(--muted); font-size: 14px; }
.google-rating-stars { position: relative; display: inline-block; color: var(--line); font-size: 22px; letter-spacing: 3px; line-height: 1; }
.google-rating-stars::after { content: "★★★★★"; position: absolute; top: 0; left: 0; width: var(--rating-fill, 0%); overflow: hidden; color: #f4b400; white-space: nowrap; }
.google-maps-attribution { width: fit-content; margin-top: 16px; color: #5e5e5e; font-family: Roboto, var(--font-body); font-size: 14px; font-style: normal; font-weight: 400; letter-spacing: normal; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
html[data-theme="dark"] .google-maps-attribution { color: #fff; }
.google-review-policy { max-width: 390px; margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.google-review-policy a { color: var(--ink); text-underline-offset: 3px; }
.google-review-quote { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(30px, 5vw, 64px); background: var(--surface-strong); }
.google-review-quote-head { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }
.google-review-stars { color: #f4b400; font-size: 18px; letter-spacing: 3px; }
.google-review-quote blockquote { max-width: 760px; margin: 24px 0 18px; color: var(--ink); font-family: var(--font-display); font-size: clamp(21px, 2.1vw, 30px); line-height: 1.35; }
.google-review-quote > p { margin: 0; font-weight: 850; }
.google-review-quote > p a { text-underline-offset: 4px; }
.google-review-meta { display: flex; flex-wrap: wrap; gap: 7px 16px; margin-top: 18px; color: var(--muted); font-size: 11px; }
.google-review-meta a { color: var(--ink); }
.decision-section { width: var(--page); margin: 0 auto; padding: 120px 0; }
.decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 54px; border: 1px solid var(--line); background: var(--line); }
.decision-panel { display: grid; grid-template-columns: minmax(180px, .72fr) 1fr; min-height: 390px; overflow: hidden; background: var(--surface); color: var(--ink); text-decoration: none; }
.decision-panel:hover .decision-image img { transform: scale(1.025); filter: saturate(1) contrast(1.02); }
.decision-image { overflow: hidden; background: var(--charcoal); }
.decision-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); transition: transform .35s ease, filter .35s ease; }
.decision-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 48px); }
.decision-question { margin: 0 0 20px; color: var(--red); font-size: 13px; font-weight: 850; letter-spacing: .045em; text-transform: uppercase; }
.decision-copy > p:not(.decision-question) { margin: 18px 0 0; color: var(--muted); }
.text-link { display: inline-block; margin-top: 30px; font-weight: 850; text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.plan-row { display: grid; grid-template-columns: 220px 1fr auto; gap: 26px; align-items: center; min-height: 100px; padding: 20px 26px; border: 1px solid var(--line); border-top: 0; background: var(--charcoal); color: var(--on-dark); text-decoration: none; }
.plan-row:hover { background: var(--charcoal-soft); }
.plan-row-label { color: #bfc2c4; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }
.plan-row strong { font-family: var(--font-display); font-size: clamp(19px, 2vw, 26px); }
.plan-row-arrow { color: var(--red); font-size: 32px; }

.service-index { padding: 116px max(24px, calc((100% - 1240px) / 2)); background: var(--charcoal); color: var(--on-dark); }
.service-index .kicker { color: #ff4b55; }
.service-lines { margin-top: 56px; border-top: 1px solid #4b5054; }
.service-lines article { display: grid; grid-template-columns: minmax(260px, .8fr) 1.3fr 190px; gap: 34px; align-items: center; min-height: 150px; padding: 26px 0; border-bottom: 1px solid #4b5054; }
.service-lines h3 { font-size: clamp(23px, 2.2vw, 31px); }
.service-lines p { margin: 0; color: #c6c8ca; }
.service-lines a { justify-self: end; color: #fff; font-weight: 800; text-underline-offset: 5px; }

.process-section { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: minmax(300px, .75fr) 1.25fr; gap: 90px; padding: 120px 0; }
.process-heading { position: sticky; top: 118px; align-self: start; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-strong); }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process-number { display: inline-grid; place-items: center; width: 42px; height: 42px; background: var(--red); color: #fff; font-family: var(--font-display); font-size: 20px; font-weight: 800; }
.process-list h3 { font-size: 25px; letter-spacing: -.02em; }
.process-list p { margin: 12px 0 0; color: var(--muted); }

.field-notes { padding: 120px max(24px, calc((100% - 1240px) / 2)); background: var(--surface); }
.field-grid { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: repeat(2, 310px) 420px; gap: 14px; margin-top: 58px; }
.field-item { position: relative; margin: 0; overflow: hidden; background: var(--charcoal); }
.field-item-tall { grid-row: span 2; }
.field-item-wide { grid-column: 1 / -1; }
.field-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); transition: filter .25s ease, transform .35s ease; }
.field-item:hover img { filter: saturate(1); transform: scale(1.018); }
.field-item figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 190px 1fr; gap: 20px; padding: 17px 20px; background: rgba(10,12,14,.88); color: #fff; }
.field-item figcaption span { color: #d2d4d5; }

.area-section { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: 112px 0; border-bottom: 1px solid var(--line); }
.area-copy { align-self: end; max-width: 680px; color: var(--muted); font-size: 18px; }
.area-copy p { margin: 0; }
.area-copy p + p { margin-top: 14px; }

.faq-section { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: minmax(260px, .72fr) 1.28fr; gap: 90px; padding: 112px 0; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 54px 24px 0; cursor: pointer; list-style: none; font-family: var(--font-display); font-size: 21px; font-weight: 720; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 19px; right: 4px; color: var(--red); font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 730px; margin: -4px 0 28px; color: var(--muted); }

.closing-cta { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; padding: 78px max(24px, calc((100% - 1240px) / 2)); background: var(--red); color: #fff; }
.closing-cta .kicker { color: #fff; opacity: .78; }
.closing-actions { justify-self: end; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }

.site-footer { scroll-margin-top: calc(var(--header-height) + 24px); background: var(--surface); }
.footer-main { width: var(--page); min-height: 190px; margin: 0 auto; display: grid; grid-template-columns: 190px 1.3fr .8fr .5fr; gap: 40px; align-items: center; }
.footer-main > div { display: grid; gap: 5px; }
.footer-main span, .footer-main a { color: var(--muted); font-size: 14px; }
.footer-main a { text-underline-offset: 4px; }
.footer-edge { height: 14px; background: linear-gradient(135deg, var(--red) 0 20%, #fff 20% 40%, var(--red) 40% 60%, #fff 60% 80%, var(--red) 80% 100%); background-size: 58px 58px; }

/* Anfrage */
.request-body { min-height: 100vh; }
.request-header .header-inner { grid-template-columns: 190px 1fr auto; }
.request-back { justify-self: end; font-weight: 800; text-underline-offset: 4px; }
.request-shell { position: relative; isolation: isolate; z-index: 0; width: 100%; margin: 0; padding: 0 0 100px; }
.request-hero { position: relative; width: 100%; min-height: 560px; overflow: hidden; background: var(--charcoal); color: #fff; }
.request-intro { position: relative; z-index: 1; width: var(--page); min-height: 560px; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 72px 0; }
.request-intro h1 { max-width: 780px; color: #fff; font-size: clamp(45px, 5.5vw, 78px); }
.request-intro .kicker { color: rgba(255,255,255,.82); }
.request-intro p:last-child { max-width: 650px; margin: 24px 0 0; color: rgba(255,255,255,.88); font-size: 18px; }
.request-visual { position: absolute; inset: 0; min-height: 0; margin: 0; overflow: hidden; background: var(--charcoal); }
.request-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,11,14,.92) 0%, rgba(8,11,14,.75) 52%, rgba(8,11,14,.22) 100%); }
.request-visual img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center; filter: saturate(.86) contrast(1.03); }
.request-hero[data-kind="hold"] .request-visual img { object-position: center 54%; }
.request-hero[data-kind="safety"] .request-visual img { object-position: center 48%; }
.request-hero[data-kind="ampel"] .request-visual img { object-position: center 20%; }
.request-hero[data-kind="special"] .request-visual img { object-position: center 58%; }
.request-hero[data-kind="plan"] .request-visual img { object-position: center; }
.request-layout { width: var(--page); display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 40px; align-items: start; margin: 46px auto 0; }
.request-form { min-width: 0; }
.progress { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 34px; border-top: 3px solid var(--line); }
.progress span { position: relative; padding: 15px 8px 0 0; color: var(--muted); font-size: 12px; font-weight: 750; }
.progress span::before { content: ""; position: absolute; top: -3px; right: 0; left: 0; height: 3px; background: transparent; }
.progress span.is-active { color: var(--ink); }
.progress span.is-active::before, .progress span.is-complete::before { background: var(--red); }
.form-step { display: none; }
.form-step.is-active { display: block; }
.step-heading { margin-bottom: 30px; }
.step-heading h2 { font-size: clamp(32px, 3.5vw, 48px); }
.step-heading p { margin: 14px 0 0; color: var(--muted); }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.choice-card { position: relative; min-height: 124px; padding: 19px 42px 19px 20px; border: 1px solid var(--line); background: var(--surface); cursor: pointer; }
.choice-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-card strong { display: block; font-family: var(--font-display); font-size: 22px; line-height: 1.08; }
.choice-card span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.4; }
.choice-intent { display: block; margin-top: 12px; color: var(--muted); font-size: 11px; font-style: normal; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.choice-card:has(input[value="hold"]) .choice-intent { color: var(--red); }
.choice-card::after { content: ""; position: absolute; top: 18px; right: 16px; width: 12px; height: 12px; border: 2px solid var(--line-strong); border-radius: 50%; }
.choice-card:has(input:checked) { border-color: var(--red); box-shadow: inset 0 -4px 0 var(--red); }
.choice-card:has(input:checked)::after { border: 4px solid var(--red); background: #fff; }
.choice-card:hover { background: var(--surface-strong); }
.service-mode-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.service-mode-card { position: relative; display: grid; align-content: center; min-height: 86px; padding: 14px 16px 15px; border: 1px solid var(--line-strong); background: var(--surface); cursor: pointer; transition: border-color .16s ease, background .16s ease, box-shadow .16s ease; }
.service-mode-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.service-mode-card strong { display: block; font-family: var(--font-display); font-size: 19px; line-height: 1.1; }
.service-mode-card span { display: block; margin-top: 6px; color: var(--muted); font-size: 12.5px; line-height: 1.4; }
.service-mode-card:hover { border-color: color-mix(in srgb, var(--red) 55%, var(--line-strong)); background: var(--surface-strong); }
.service-mode-card:has(input:checked) { border-color: var(--red); background: color-mix(in srgb, var(--red) 5%, var(--surface)); box-shadow: inset 0 -4px 0 var(--red); }
.service-mode-card:focus-within { outline: 3px solid var(--focus); outline-offset: 2px; }
.field-grid-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 18px; }
.field-full { grid-column: 1 / -1; }
.address-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(124px, 144px); gap: 18px; }
.address-split > .field:last-child > span:first-child { white-space: nowrap; }
.field { display: grid; gap: 8px; min-width: 0; }
.field > span:first-child, .field-label { font-weight: 800; font-size: 14px; }
.field .optional { color: var(--muted); font-size: 12px; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid var(--line-strong); border-radius: 0; background: var(--surface); color: var(--ink); font-size: 16px; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); outline: 3px solid color-mix(in srgb, var(--focus) 55%, transparent); outline-offset: 1px; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border: 2px solid var(--red); background: color-mix(in srgb, var(--red) 5%, var(--surface)); }
.field-hint { margin: 0; color: var(--muted); font-size: 12px; }
.address-lookup-alert { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; align-items: start; margin-top: -6px; padding: 14px 16px; border: 2px solid var(--red); border-left-width: 6px; background: color-mix(in srgb, var(--red) 8%, var(--surface)); color: var(--ink); }
.address-lookup-alert-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--red); color: #fff; font-family: var(--font-display); font-size: 20px; font-weight: 900; line-height: 1; }
.address-lookup-alert > span:last-child { display: grid; gap: 2px; }
.address-lookup-alert strong { color: var(--red); font-family: var(--font-display); font-size: 17px; }
.address-lookup-alert strong + span { font-size: 13px; line-height: 1.45; }
.address-lookup-alert.is-neutral { border-color: var(--line-strong); background: var(--surface-strong); }
.address-lookup-alert.is-neutral .address-lookup-alert-icon { background: var(--charcoal-soft); }
.address-lookup-alert.is-neutral strong { color: var(--ink); }
.hold-length-mismatch-dialog { width: min(92vw, 520px); max-width: none; padding: 0; border: 0; background: transparent; color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.34); }
.hold-length-mismatch-dialog::backdrop { background: rgba(8,10,12,.68); backdrop-filter: blur(3px); }
.hold-length-mismatch-card { padding: 24px; border-top: 6px solid var(--red); background: var(--surface-strong); }
.hold-length-mismatch-head { display: flex; align-items: center; gap: 12px; }
.hold-length-mismatch-head > div { display: grid; }
.hold-length-mismatch-head small { color: var(--muted); font-size: 12px; font-weight: 800; }
.hold-length-mismatch-head strong { font-family: var(--font-display); font-size: 25px; }
.hold-length-mismatch-card > p { margin: 18px 0; }
.hold-length-mismatch-card dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border: 1px solid var(--line); }
.hold-length-mismatch-card dl > div { display: grid; gap: 2px; padding: 12px 14px; }
.hold-length-mismatch-card dl > div + div { border-left: 1px solid var(--line); }
.hold-length-mismatch-card dt { color: var(--muted); font-size: 12px; }
.hold-length-mismatch-card dd { margin: 0; font-family: var(--font-display); font-size: 21px; font-weight: 800; }
.hold-length-mismatch-actions { display: grid; gap: 9px; margin-top: 20px; }
.hold-length-mismatch-actions .button { width: 100%; }
.hold-length-edit { min-height: 42px; border: 0; background: transparent; color: var(--ink); font: inherit; font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.form-subsection { min-width: 0; margin: 0; padding: 0 0 28px; border: 0; border-bottom: 1px solid var(--line); }
.form-subsection + .form-subsection { padding-top: 5px; }
.form-subsection legend { width: 100%; margin: 0 0 18px; padding: 0; color: var(--ink); font-family: var(--font-display); font-size: 22px; font-weight: 850; }
.contact-form-grid { gap: 28px; }
.contact-form-grid > .field:last-child { margin-top: -4px; }

.site-sketch { margin-top: 28px; border: 1px solid var(--line-strong); background: var(--surface); }
.site-sketch > summary { display: flex; align-items: center; justify-content: space-between; min-height: 88px; padding: 18px 20px; border-left: 4px solid var(--red); background: var(--surface-strong); cursor: pointer; list-style: none; }
.site-sketch > summary::-webkit-details-marker { display: none; }
.site-sketch > summary::after { content: ""; width: 10px; height: 10px; margin: -5px 7px 0 20px; border-right: 2px solid var(--red); border-bottom: 2px solid var(--red); transform: rotate(45deg); transition: transform .18s ease, margin .18s ease; }
.site-sketch[open] > summary::after { margin-top: 5px; transform: rotate(225deg); }
.site-sketch > summary span { display: grid; gap: 4px; }
.site-sketch > summary strong { font-size: 17px; }
.site-sketch > summary small { color: var(--muted); font-size: 12px; font-weight: 650; }
.site-sketch > summary .site-sketch-kicker { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.site-sketch-body { padding: 0 20px 20px; border-top: 1px solid var(--line); }
.site-sketch-intro, .site-sketch-footer { display: flex; align-items: center; gap: 18px; }
.site-sketch-intro { padding: 18px 0; }
.site-sketch-intro p, .sketch-status { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.sketch-tools { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 12px; }
.sketch-tool-group { display: flex; flex-wrap: wrap; gap: 8px; }
.sketch-tool { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 40px; padding: 8px 12px; border: 1px solid var(--line-strong); background: var(--surface); color: var(--ink); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.sketch-tool:hover, .sketch-tool.is-active { border-color: var(--red); color: var(--red); }
.sketch-tool.is-active { box-shadow: inset 0 -3px 0 var(--red); }
.sketch-tool-muted { color: var(--muted); }
.sketch-tool-icon { width: 21px; height: 21px; overflow: visible; fill: color-mix(in srgb, currentColor 12%, transparent); stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sketch-history-tools { display: inline-flex; gap: 4px; margin-left: auto; }
.sketch-tool-icon-only { width: 40px; padding: 0; font-size: 24px; font-weight: 600; line-height: 1; }
.sketch-tool-icon-only .sketch-tool-icon { width: 19px; height: 19px; }
.sketch-tool:disabled { opacity: .38; cursor: not-allowed; }
.site-sketch-map { position: relative; width: 100%; height: 350px; overflow: hidden; border: 1px solid var(--line-strong); background: #fff; cursor: default; user-select: none; -webkit-user-select: none; }
.request-shell .leaflet-container { position: relative; isolation: isolate; z-index: 0 !important; }
.site-sketch-map.is-drawing { cursor: crosshair; touch-action: none; }
.site-sketch-map.is-moving { cursor: grabbing; }
.site-sketch-map .leaflet-control-attribution { font-size: 9px; }
.site-sketch-map .leaflet-bar a { color: #171a1d; }
.site-sketch-map .leaflet-control-zoom a { display: grid; place-items: center; }
.hold-region-guidance { margin-top: 16px; }
.sketch-control-icon { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; pointer-events: none; }
.sketch-icon-origin circle:last-child { fill: currentColor; stroke: none; }
.sketch-pan-control { display: grid !important; grid-template-columns: repeat(3, 28px); gap: 1px; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }
.sketch-pan-control button { display: grid; place-items: center; width: 28px; height: 28px; padding: 0; border: 1px solid #bbb; background: #fff; color: #171a1d; cursor: pointer; }
.sketch-pan-control button:nth-child(1) { grid-column: 2; grid-row: 1; }
.sketch-pan-control button:nth-child(2) { grid-column: 1; grid-row: 2; }
.sketch-pan-control button:nth-child(3) { grid-column: 2; grid-row: 2; font-size: 11px; }
.sketch-pan-control button:nth-child(4) { grid-column: 3; grid-row: 2; }
.sketch-pan-control button:nth-child(5) { grid-column: 2; grid-row: 3; }
.sketch-pan-control button:hover { border-color: var(--red); color: var(--red); }
.sketch-address-pin { position: relative; display: block; width: 22px; height: 22px; border: 2px solid #fff; border-radius: 50% 50% 50% 0; background: var(--red); box-shadow: 0 2px 7px rgba(0,0,0,.42); transform: rotate(-45deg); }
.sketch-address-pin > span { position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: #fff; transform: translate(-50%, -50%); }
.sketch-geometry-hit { cursor: move; }
.sketch-geometry-visible { transition: filter .14s ease; }
.sketch-geometry-visible.is-hovered { filter: drop-shadow(0 0 4px rgba(216,15,29,.65)); }
.sketch-vertex { display: block; width: 10px; height: 10px; margin: -5px 0 0 -5px; border: 2px solid #fff; border-radius: 50%; background: var(--red); box-shadow: 0 1px 5px rgba(0,0,0,.38); cursor: grab; }
.sketch-vertex.is-first { box-shadow: 0 0 0 2px rgba(216,15,29,.28), 0 1px 5px rgba(0,0,0,.38); }
.sketch-transform-handle { display: block; width: 12px; height: 12px; border: 2px solid var(--red); border-radius: 50%; background: #fff; box-shadow: 0 1px 5px rgba(0,0,0,.28); cursor: nwse-resize; }
.sketch-transform-handle.is-side { width: 10px; height: 10px; margin: 1px; cursor: ew-resize; }
.sketch-transform-handle[data-transform-mode="ne"], .sketch-transform-handle[data-transform-mode="sw"] { cursor: nesw-resize; }
.sketch-transform-handle[data-transform-mode="n"], .sketch-transform-handle[data-transform-mode="s"] { cursor: ns-resize; }
.sketch-rotate-handle { display: grid; place-items: center; width: 20px; height: 20px; border: 2px solid #fff; border-radius: 50%; background: var(--red); color: #fff; box-shadow: 0 2px 7px rgba(0,0,0,.3); font: 800 12px/1 Arial, sans-serif; cursor: grab; }
.hold-sign-marker { position: relative; display: block; width: 30px; height: 30px; margin: -15px 0 0 -15px; overflow: hidden; border: 4px solid #d9141e; border-radius: 50%; background: #1552a0; box-shadow: 0 0 0 2px #fff, 0 2px 7px rgba(0,0,0,.45); }
.hold-sign-marker::before, .hold-sign-marker::after { content: ""; position: absolute; top: 10px; left: -3px; width: 28px; height: 4px; background: #d9141e; transform: rotate(45deg); transform-origin: center; }
.hold-sign-marker::after { transform: rotate(-45deg); }
.site-sketch-footer { min-height: 42px; padding-top: 12px; }
.site-sketch-attribution { margin: 12px 0 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.hold-location-sketch { margin-top: 22px; overflow-anchor: none; }
.hold-location-sketch > summary { min-height: 76px; }
.hold-sketch-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 0 12px; }
.hold-tool-sign { position: relative; display: block; width: 18px; height: 18px; overflow: hidden; border: 2px solid #d9141e; border-radius: 50%; background: #1552a0; }
.hold-tool-sign::before, .hold-tool-sign::after { content: ""; position: absolute; top: 7px; left: -2px; width: 18px; height: 2px; background: #d9141e; transform: rotate(45deg); }
.hold-tool-sign::after { transform: rotate(-45deg); }
.hold-location-sketch-map { height: 320px; }
.hold-distance-label { display: block; min-width: 64px; color: var(--red); filter: drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff) drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff); font: 850 13px/1.1 Arial, sans-serif; text-align: center; white-space: nowrap; transform: translate(-50%, -50%) rotate(var(--hold-label-angle, 0deg)); transform-origin: center; }
.hold-distance-label.is-preview { opacity: .8; }
.hold-click-anchor { display: block; width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: var(--red); box-shadow: 0 1px 6px rgba(0,0,0,.45); }
.date-input, .time-input { min-width: 0; font-variant-numeric: tabular-nums; }
.picker-control { position: relative; display: block; min-width: 0; }
.field .picker-control > input { padding-right: 52px; }
.picker-button { position: absolute; top: 6px; right: 6px; display: inline-grid; place-items: center; width: 38px; min-height: 38px; padding: 0; border: 1px solid var(--line); background: var(--surface-strong); color: var(--ink); cursor: pointer; transition: border-color .16s ease, color .16s ease, background .16s ease; }
.picker-button:hover { border-color: var(--red); color: var(--red); }
.picker-button:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
.calendar-icon, .clock-icon { position: relative; display: block; width: 17px; height: 17px; }
.calendar-icon { border: 2px solid currentColor; border-radius: 2px; }
.calendar-icon::before { content: ""; position: absolute; top: 3px; right: -2px; left: -2px; border-top: 2px solid currentColor; }
.calendar-icon::after { content: ""; position: absolute; top: -4px; right: 3px; left: 3px; height: 4px; border-right: 2px solid currentColor; border-left: 2px solid currentColor; }
.clock-icon { border: 2px solid currentColor; border-radius: 50%; }
.clock-icon::before { content: ""; position: absolute; top: 3px; left: 7px; width: 2px; height: 6px; border-radius: 2px; background: currentColor; transform: rotate(-35deg); transform-origin: 1px 5px; }
.clock-icon::after { content: ""; position: absolute; top: 7px; left: 7px; width: 5px; height: 2px; border-radius: 2px; background: currentColor; }
.internal-picker-dialog { width: min(94vw, 390px); max-width: none; padding: 0; border: 0; background: transparent; color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.34); }
.internal-picker-dialog::backdrop { background: rgba(8,10,12,.62); backdrop-filter: blur(3px); }
.internal-picker-card { padding: 20px; border: 1px solid var(--line); background: var(--surface); }
.picker-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.picker-dialog-head small { display: block; margin-bottom: 3px; color: var(--muted); font-size: 12px; font-weight: 800; }
.picker-dialog-head strong { display: flex; align-items: center; gap: 3px; color: var(--ink); font-size: 21px; text-transform: capitalize; }
.picker-dialog-close { width: 36px; min-height: 36px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--muted); font-size: 24px; line-height: 1; cursor: pointer; }
.calendar-nav { display: flex; justify-content: space-between; margin: 12px 0 5px; }
.calendar-nav button { width: 38px; min-height: 36px; padding: 0; border: 1px solid var(--line); background: var(--surface-strong); color: var(--ink); font-size: 24px; line-height: 1; cursor: pointer; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 4px; }
.calendar-weekdays { margin-bottom: 4px; color: var(--muted); font-size: 11px; font-weight: 900; text-align: center; }
.calendar-weekdays span { padding: 7px 0; }
.calendar-empty, .calendar-day { aspect-ratio: 1; }
.calendar-day { min-height: 38px; padding: 0; border: 1px solid transparent; border-radius: 50%; background: transparent; color: var(--ink); font: inherit; font-size: 13px; font-weight: 850; cursor: pointer; }
.calendar-day:hover { border-color: var(--line-strong); background: var(--surface-strong); }
.calendar-day.is-selected { border-color: var(--red); background: var(--red); color: #fff; }
.calendar-day:disabled { color: color-mix(in srgb, var(--muted) 45%, transparent); cursor: not-allowed; }
.picker-dialog-help { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.clock-picker-card { padding-bottom: 16px; }
.clock-readout-part { min-height: auto; padding: 2px 4px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font: inherit; font-size: 24px; font-weight: 900; cursor: pointer; }
.clock-readout-part.is-active { border-color: var(--red); color: var(--red); }
.clock-instruction { margin: 14px 0 8px; color: var(--muted); font-size: 12px; font-weight: 750; text-align: center; }
.clock-face { position: relative; width: 300px; max-width: 100%; aspect-ratio: 1; margin: 0 auto; border-radius: 50%; background: var(--surface-strong); box-shadow: inset 0 0 0 1px var(--line); }
.clock-option { position: absolute; z-index: 2; display: grid; place-items: center; width: 34px; min-height: 34px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--ink); font: inherit; font-size: 11px; font-weight: 900; cursor: pointer; transform: translate(-50%, -50%); }
.clock-option.is-inner { color: var(--muted); font-size: 10px; }
.clock-option:hover { background: color-mix(in srgb, var(--line) 70%, transparent); }
.clock-option.is-selected { background: var(--red); color: #fff; box-shadow: 0 0 0 4px color-mix(in srgb, var(--red) 15%, transparent); }
.clock-center { position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--red); transform: translate(-50%, -50%); }
.picker-dialog-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 14px; }
.picker-dialog-actions button { min-height: 38px; padding: 8px 13px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); font: inherit; font-size: 13px; font-weight: 850; cursor: pointer; }
.picker-dialog-actions .picker-apply { border-color: var(--red); background: var(--red); color: #fff; }
.section-rule { grid-column: 1 / -1; height: 1px; margin: 10px 0; background: var(--line); }
.inline-options { display: flex; flex-wrap: wrap; gap: 9px; }
.check-option, .radio-option { display: inline-flex; align-items: flex-start; gap: 9px; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); background: var(--surface); cursor: pointer; }
.check-option input, .radio-option input { width: auto; min-height: auto; margin-top: 3px; accent-color: var(--red); }
.check-option-explained > span { display: grid; gap: 3px; }
.check-option-explained strong { font-size: 14px; }
.check-option-explained small { color: var(--muted); font-size: 12px; font-weight: 500; line-height: 1.4; }
.multi-select { position: relative; width: 100%; border: 1px solid var(--line-strong); background: var(--surface); }
.multi-select summary { position: relative; min-height: 50px; display: flex; align-items: center; padding: 12px 48px 12px 13px; color: var(--muted); cursor: pointer; list-style: none; font-size: 16px; }
.multi-select summary::-webkit-details-marker { display: none; }
.multi-select summary::after { content: ""; position: absolute; top: 18px; right: 18px; width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .18s ease; }
.multi-select[open] summary::after { top: 22px; transform: rotate(225deg); }
.multi-select.has-selection summary { color: var(--ink); font-weight: 750; }
.multi-select[aria-invalid="true"] { border: 2px solid var(--red); background: color-mix(in srgb, var(--red) 5%, var(--surface)); }
.multi-select-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 6px 12px 12px; border-top: 1px solid var(--line); }
.multi-select-option { min-width: 0; display: flex; align-items: flex-start; gap: 10px; padding: 11px 8px; color: var(--ink); cursor: pointer; font-size: 14px; line-height: 1.35; }
.multi-select-option:hover { background: var(--surface-strong); }
.multi-select-option input { flex: 0 0 auto; width: auto !important; min-height: auto !important; margin: 2px 0 0; accent-color: var(--red); }
.conditional { display: none; }
.conditional.is-visible { display: grid; }
.location-list { display: grid; gap: 24px; }
.location-card { padding: 24px; border: 1px solid var(--line); background: var(--surface); }
.location-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.location-head h3 { font-size: 24px; }
.location-head-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 16px; }
.copy-location-schedule { border: 0; border-bottom: 1px solid var(--line-strong); background: transparent; color: var(--ink); font-weight: 800; cursor: pointer; }
.copy-location-schedule:hover { border-color: var(--red); color: var(--red); }
.remove-location { border: 0; border-bottom: 1px solid var(--red); background: transparent; color: var(--red); font-weight: 800; cursor: pointer; }
.add-location { margin-top: 16px; border: 0; border-bottom: 2px solid var(--red); background: transparent; color: var(--ink); font-weight: 850; cursor: pointer; }
.special-panel { margin-top: 22px; border: 1px solid var(--line); background: var(--surface); }
.hold-special-use-section { display: grid; gap: 16px; padding-top: 4px; }
.hold-special-use-intro { padding: 20px 0 0; border-top: 1px solid var(--line); }
.hold-special-use-intro h3 { font-size: 22px; }
.hold-special-use-intro p { max-width: 760px; margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.hold-special-use-list { display: grid; gap: 14px; }
.hold-special-use-card { margin-top: 0; }
.special-location-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 13px 20px; border-bottom: 1px solid var(--line); background: var(--surface-strong); }
.special-location-head > strong { font-size: 13px; }
.special-location-head > span { overflow: hidden; color: var(--muted); font-size: 12px; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.special-toggle { display: flex; gap: 12px; align-items: flex-start; padding: 18px 20px; cursor: pointer; }
.special-toggle input { margin-top: 4px; accent-color: var(--red); }
.special-toggle span { display: grid; gap: 3px; min-width: 0; }
.special-toggle strong { font-size: 15px; }
.special-toggle small { color: var(--muted); font-size: 13px; font-weight: 500; line-height: 1.45; }
.special-fields { display: none; margin-top: 0; padding: 20px; border-top: 1px solid var(--line); }
.special-fields.is-visible { display: grid; }
.project-kind-fields { width: 100%; }
.plan-scope-note { margin: 0; padding: 17px 18px; border-left: 4px solid var(--red); background: var(--surface-strong); color: var(--muted); font-size: 13px; }
.plan-scope-note strong { display: block; margin-bottom: 4px; color: var(--ink); }
.notice { margin: 18px 0 0; padding: 14px 16px; border-left: 4px solid #d5a000; background: color-mix(in srgb, #ffc400 12%, var(--surface)); color: var(--ink); font-size: 13px; }
.upload-zone { position: relative; display: grid; place-items: center; min-height: 170px; padding: 24px; border: 1px dashed var(--line-strong); background: var(--surface); text-align: center; cursor: pointer; }
.upload-zone.is-dragging { border-color: var(--red); background: color-mix(in srgb, var(--red) 6%, var(--surface)); }
.upload-zone input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.upload-zone strong { font-family: var(--font-display); font-size: 22px; }
.upload-zone span { margin-top: 7px; color: var(--muted); font-size: 13px; }
.file-list { margin: 10px 0 0; padding: 0; list-style: none; }
.file-list li { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.file-details { min-width: 0; display: grid; gap: 2px; }
.file-preview { overflow: hidden; color: var(--ink); font-weight: 850; text-decoration-color: var(--red); text-decoration-thickness: 1px; text-overflow: ellipsis; white-space: nowrap; }
.file-preview:hover { color: var(--red); }
.file-size { color: var(--muted); font-size: 12px; }
.file-remove { flex: 0 0 auto; min-height: 34px; padding: 6px 9px; border: 1px solid var(--line-strong); background: var(--surface); color: var(--ink); font: inherit; font-size: 12px; font-weight: 850; cursor: pointer; }
.file-remove:hover { border-color: var(--red); color: var(--red); }
.privacy-check { display: flex; gap: 10px; align-items: flex-start; margin-top: 24px; }
.privacy-check input { margin-top: 4px; accent-color: var(--red); }
.privacy-check a { text-underline-offset: 3px; }
.submission-intent { margin-top: 24px; padding: 16px 18px; border-left: 4px solid var(--line-strong); background: var(--surface-strong); }
.submission-intent strong { display: block; color: var(--ink); font-size: 15px; }
.submission-intent p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.submission-intent.is-binding { border-left-color: var(--red); background: color-mix(in srgb, var(--red) 5%, var(--surface)); }
.order-review { margin-bottom: 30px; border-top: 4px solid var(--red); background: var(--surface-strong); }
.order-review-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.order-review-head span { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.order-review-head strong { font-size: 15px; }
.order-review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.order-review-grid > div { min-width: 0; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.order-review-grid > div:nth-child(even):not(.order-review-locations) { border-left: 1px solid var(--line); }
.order-review-grid .order-review-locations { grid-column: 1 / -1; }
.order-review-grid dt { color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.order-review-grid dd { margin: 5px 0 0; color: var(--ink); font-weight: 750; overflow-wrap: anywhere; }
.order-review-locations dd { display: grid; gap: 5px; }
.order-review-location { display: block; }
.order-review-total dd { color: var(--red); font-family: var(--font-display); font-size: 24px; }
.order-review > p { margin: 0; padding: 13px 20px 17px; color: var(--muted); font-size: 12px; }
.order-review > .order-authority-note { padding-top: 16px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 13px; line-height: 1.5; }
.checkout-consents { display: grid; gap: 0; margin-top: 20px; border: 1px solid var(--line); background: var(--surface); }
.checkout-consents .privacy-check { margin: 0; padding: 16px 18px; }
.checkout-consents .privacy-check + .privacy-check { border-top: 1px solid var(--line); }
.response-note { margin: 0; padding: 14px 16px; border-left: 4px solid var(--line-strong); background: var(--surface-strong); color: var(--muted); font-size: 13px; }
.form-error { display: none; margin: 0 0 20px; padding: 14px 16px; border-left: 4px solid var(--red); background: color-mix(in srgb, var(--red) 8%, var(--surface)); }
.form-error.is-visible { display: block; }
.form-status { margin: 16px 0 0; font-weight: 750; }
.form-actions { display: grid; grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr); gap: 14px; align-items: center; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
#previous-step { grid-column: 1; grid-row: 1; justify-self: start; }
.form-action-progress { grid-column: 2; grid-row: 1; display: grid; justify-items: center; line-height: 1.25; text-align: center; }
.form-action-progress strong { font-size: 12px; }
.form-action-progress span { color: var(--muted); font-size: 11px; }
.form-actions .button-next { grid-column: 3; grid-row: 1; justify-self: end; margin-left: 0; }
.request-aside { position: sticky; top: 112px; border-top: 5px solid var(--red); background: var(--charcoal); color: var(--on-dark); }
.request-aside-inner { padding: 25px; }
.request-aside h2 { font-size: 27px; }
.price-primary { margin-top: 26px; padding-bottom: 22px; border-bottom: 1px solid #484d50; }
.price-primary span { display: block; color: #c4c7c9; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.price-primary strong { display: block; margin-top: 4px; font-family: var(--font-display); font-size: 44px; line-height: 1; }
.price-secondary { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 18px 0; border-bottom: 1px solid #484d50; color: #d6d8d9; font-size: 13px; }
.price-secondary strong { color: #fff; }
.price-authority { grid-template-columns: minmax(0, 1fr); align-items: start; gap: 6px; margin-top: 13px; padding: 15px 14px; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.07); }
.price-authority span { font-weight: 800; line-height: 1.35; }
.price-authority strong { color: #fff; font-size: 16px; line-height: 1.25; overflow-wrap: anywhere; }
.price-authority small { grid-column: 1 / -1; color: #c4c7c9; font-size: 11px; line-height: 1.35; }
.price-note { margin: 18px 0 0; color: #c4c7c9; font-size: 12px; }
.aside-list { margin: 22px 0 0; padding: 0; list-style: none; }
.aside-list li { position: relative; padding-left: 21px; font-size: 13px; }
.aside-list li + li { margin-top: 10px; }
.aside-list li::before { content: ""; position: absolute; top: 8px; left: 0; width: 8px; height: 8px; background: var(--red); }
.request-help { padding: 20px 25px; border-top: 1px solid #484d50; }
.request-help p { margin: 0 0 5px; color: #c4c7c9; font-size: 12px; }
.request-help a { font-family: var(--font-display); font-size: 23px; font-weight: 800; }
.request-aside.is-project .price-content { display: none; }
.project-summary { display: none; }
.request-aside.is-project .project-summary { display: block; }
.project-summary p { color: #c4c7c9; }
.project-summary strong { display: block; margin-top: 18px; font-family: var(--font-display); font-size: 22px; }
.hidden { display: none !important; }

@media (min-width: 1061px) and (max-height: 850px) {
  .request-aside { top: 94px; max-height: calc(100vh - 112px); overflow-y: auto; scrollbar-gutter: stable; }
  .request-aside-inner { padding: 18px 21px; }
  .request-aside h2 { font-size: 23px; }
  .price-primary { margin-top: 17px; padding-bottom: 15px; }
  .price-primary strong { font-size: 36px; }
  .price-secondary { padding: 12px 0; }
  .price-note { margin-top: 12px; line-height: 1.35; }
  .aside-list { margin-top: 14px; }
  .aside-list li + li { margin-top: 6px; }
  .request-help { padding: 14px 21px; }
  .request-help a { font-size: 20px; }
}

@media (max-width: 1060px) {
  :root { --page: min(100% - 32px, 900px); }
  .header-inner { grid-template-columns: 170px auto 1fr; }
  .nav-toggle { display: inline-flex; justify-self: end; }
  .main-nav { position: absolute; top: var(--header-height); right: 16px; left: 16px; display: none; padding: 16px; border: 1px solid var(--line); background: var(--surface); }
  .main-nav.is-open { display: grid; }
  .main-nav a { min-height: 44px; }
  .header-actions { justify-self: end; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy, .hero-media, .hero-media img { min-height: 540px; }
  .decision-panel { grid-template-columns: 1fr; }
  .decision-image { height: 250px; }
  .service-lines article { grid-template-columns: 1fr 1fr; }
  .service-lines a { grid-column: 2; justify-self: start; }
  .request-layout { grid-template-columns: 1fr; }
  .request-aside { position: static; order: -1; }
  .request-aside-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .request-help { display: none; }
}

@media (max-width: 760px) {
  :root { --page: calc(100% - 24px); --header-height: 70px; }
  .header-inner { grid-template-columns: 130px 1fr auto; gap: 10px; }
  .brand { width: 126px; }
  .header-actions { gap: 7px; }
  .nav-toggle { min-height: 40px; padding: 7px 10px; }
  .hero { grid-template-columns: 1fr; grid-template-areas: "media" "copy" "proof"; border: 0; }
  .hero-copy { min-height: 0; padding: 38px 18px 46px; border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
  .hero-media { min-height: 390px; border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
  .hero-media img { min-height: 390px; }
  .hero-media figcaption { padding: 14px 16px; }
  .hero-proof { grid-template-columns: 1fr 1fr; border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
  .hero-proof span { min-height: 76px; padding: 14px 16px; }
  .hero-proof span:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .hero-proof span:nth-child(4) { border-top: 1px solid var(--line); }
  h1 { font-size: clamp(42px, 12.5vw, 62px); }
  h2 { font-size: clamp(34px, 10vw, 48px); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .decision-section, .process-section, .area-section, .faq-section { padding: 76px 0; }
  .decision-grid { grid-template-columns: 1fr; }
  .decision-panel { min-height: 0; }
  .decision-image { height: 230px; }
  .plan-row { grid-template-columns: 1fr auto; gap: 10px; }
  .plan-row-label { grid-column: 1 / -1; }
  .service-index, .field-notes { padding-top: 76px; padding-bottom: 76px; }
  .service-lines article { grid-template-columns: 1fr; gap: 13px; padding: 24px 0; }
  .service-lines a { grid-column: auto; }
  .process-section, .area-section, .faq-section { grid-template-columns: 1fr; gap: 45px; }
  .process-heading { position: static; }
  .field-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .field-item, .field-item-tall, .field-item-wide { grid-column: auto; grid-row: auto; min-height: 320px; }
  .field-item figcaption { grid-template-columns: 1fr; gap: 3px; }
  .closing-cta { grid-template-columns: 1fr; align-items: start; padding-top: 58px; padding-bottom: 58px; }
  .closing-actions { justify-self: start; justify-content: flex-start; }
  .footer-main { grid-template-columns: 1fr; gap: 23px; padding: 50px 0; }
  .request-header .header-inner { grid-template-columns: 130px 1fr auto; }
  .request-back { display: none; }
  .request-hero, .request-intro { min-height: 520px; }
  .request-intro { justify-content: flex-end; padding: 64px 0 46px; }
  .request-visual::after { background: linear-gradient(180deg, rgba(8,11,14,.38) 0%, rgba(8,11,14,.78) 55%, rgba(8,11,14,.96) 100%); }
  .request-intro h1 { font-size: clamp(40px, 11vw, 58px); }
  .request-layout { margin-top: 30px; }
  .request-aside { order: initial; }
  .request-aside-inner { grid-template-columns: 1fr; }
  .progress { overflow: hidden; }
  .progress span { font-size: 10px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 0; padding: 17px 42px 17px 17px; }
  .service-mode-grid { grid-template-columns: 1fr; }
  .service-mode-card { min-height: 0; }
  .field-grid-form { grid-template-columns: 1fr; }
  .field-full, .section-rule { grid-column: auto; }
  .order-review-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .order-review-grid { grid-template-columns: 1fr; }
  .order-review-grid > div,
  .order-review-grid > div:nth-child(even):not(.order-review-locations) { grid-column: 1; border-left: 0; }
  .location-card { padding: 18px 15px; }
  .location-head { align-items: flex-start; flex-direction: column; }
  .location-head-actions { justify-content: flex-start; }
  .form-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .form-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Zweite Fassung: ruhiges Raster, alter Header, leistungsbezogene Bilder */
:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-strong: #f3f5f6;
  --ink: #111419;
  --muted: #5b6470;
  --line: #d9dee5;
  --line-strong: #9ba3ad;
  --red: #c90000;
  --red-dark: #930000;
  --page: min(1180px, calc(100% - 32px));
  --header-height: 78px;
  --font-body: "Anek Latin", Arial, sans-serif;
  --font-display: "Anek Latin", Arial, sans-serif;
}

html[data-theme="dark"] {
  --bg: #111419;
  --surface: #161a1f;
  --surface-strong: #1e2329;
  --ink: #f4f5f6;
  --muted: #b3bac3;
  --line: #343b44;
  --line-strong: #66707b;
}

html[data-theme="dark"] .site-header { border-bottom-color: #343b44; background: rgba(17,20,25,.98); }
html[data-theme="dark"] .nav > a:first-child,
html[data-theme="dark"] .brand { width: auto; padding: 0; background: transparent; }

body { background: var(--bg); }
main section[id], main article[id] { scroll-margin-top: calc(var(--header-height) + 24px); }
h1, h2, h3 { font-kerning: normal; letter-spacing: 0; }
h1 { font-size: clamp(44px, 5.7vw, 74px); }
h2 { font-size: clamp(34px, 4.2vw, 52px); }
h3 { font-size: clamp(25px, 2.4vw, 34px); }

.site-header {
  min-height: var(--header-height);
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
  background: color-mix(in srgb, var(--surface) 96%, transparent);
  backdrop-filter: blur(14px);
}
.nav { width: var(--page); min-height: var(--header-height); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.nav > a:first-child { display: flex; flex: 0 0 156px; align-items: center; min-height: var(--header-height); padding: 0; background: transparent; }
.logo { width: 156px; height: auto; }
.nav-toggle { display: none; align-items: center; gap: 9px; min-height: 44px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); color: var(--ink); font-weight: 900; cursor: pointer; }
.nav-toggle-icon { display: grid; gap: 4px; width: 19px; }
.nav-toggle-icon span { display: block; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.nav-links { justify-self: auto; display: flex; align-items: center; gap: 19px; color: var(--ink); white-space: nowrap; }
.nav-links > a, .nav-services summary { position: relative; min-height: 44px; display: flex; align-items: center; padding: 0; font-size: 14px; font-weight: 800; text-decoration: none; }
.nav-links > a::after { display: none; }
.nav-links > a:not(.nav-cta):hover, .nav-links > a.is-active, .nav-services summary:hover { color: var(--red); }
.nav-services { position: relative; }
.nav-services summary { gap: 7px; list-style: none; cursor: pointer; }
.nav-services summary::-webkit-details-marker { display: none; }
.nav-services summary::after { content: ""; width: 7px; height: 7px; margin-top: -4px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); }
.nav-services[open] summary::after { margin-top: 3px; transform: rotate(225deg); }
.nav-service-menu { position: fixed; top: var(--header-height); right: 0; left: 0; z-index: 90; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); padding: 0 max(12px, calc((100vw - 1480px) / 2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); box-shadow: 0 10px 22px rgba(16,24,40,.08); }
.nav-service-menu a { display: flex; align-items: center; justify-content: center; min-height: 64px; padding: 10px 16px; color: var(--ink); font-size: 14px; font-weight: 800; text-align: center; text-decoration: none; white-space: normal; }
.nav-service-menu a:first-child { border-left: 1px solid var(--line); }
.nav-service-menu a:last-child { border-right: 1px solid var(--line); }
.nav-service-menu a + a { border-left: 1px solid var(--line); }
.nav-service-menu a:hover { color: var(--red); background: color-mix(in srgb, var(--red) 5%, var(--surface)); }
.nav-service-menu a.nav-service-tool { color: var(--red); background: color-mix(in srgb, var(--red) 5%, var(--surface)); }
.nav-service-menu a.nav-service-tool:hover, .nav-service-menu a.nav-service-tool.is-active { background: color-mix(in srgb, var(--red) 10%, var(--surface)); }
.nav-cta { min-height: 44px !important; padding: 11px 16px !important; border-radius: 2px; background: var(--red); color: #fff !important; box-shadow: 0 10px 22px rgba(201,0,0,.18); }
.nav-cta:hover { background: var(--red-dark); }
.site-header .nav-toggle,
.site-header .nav-cta,
.site-header .button { border-radius: 2px; }

.button { border-radius: 2px; }
.button-light { border-color: #fff; background: #fff; color: #111; }
.button-light:hover { background: #f0f2f4; }

.hero { width: 100%; min-height: 640px; display: block; border: 0; background-image: linear-gradient(90deg, rgba(8,11,14,.92) 0%, rgba(8,11,14,.75) 52%, rgba(8,11,14,.22) 100%), url("../images/project-hero.webp?v=ohne-auto-20260817"); background-position: center; background-size: cover; color: #fff; }
.hero-inner { width: var(--page); min-height: 640px; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 76px 0; }
.hero .eyebrow { margin: 0 0 18px; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero h1 { max-width: 780px; color: #fff; }
.hero .hero-copy { display: block; min-height: 0; max-width: 610px; margin: 22px 0 0; padding: 0; background: transparent; color: rgba(255,255,255,.88); font-size: 20px; font-weight: 500; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-contact { display: flex; gap: 22px; margin-top: 24px; }
.hero-contact a { color: #fff; font-size: 15px; font-weight: 800; text-underline-offset: 4px; }
.nav-links > a:not(.nav-cta), .nav-services summary, .nav-service-menu a, .hero-contact a, .about-facts a, .legal-section a { transition: color .2s ease; }
.nav-links > a:not(.nav-cta):hover, .nav-services summary:hover, .nav-service-menu a:hover, .hero-contact a:hover, .about-facts a:hover, .legal-section a:hover { color: var(--red); }

.section-heading { max-width: 780px; }
.section-heading.compact { max-width: 620px; }
.section-heading > p:last-child { max-width: 700px; margin: 17px 0 0; color: var(--muted); font-size: 18px; }
.services { width: var(--page); margin: 0 auto; padding: 94px 0; }
.service-list { display: grid; gap: 24px; margin-top: 52px; }
.service-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); height: 400px; min-height: 0; overflow: hidden; border: 1px solid var(--line); }
.service-row:nth-child(even) .service-image { order: 2; }
.service-row:nth-child(even) .service-copy { order: 1; border-right: 1px solid var(--line); border-left: 0; }
.service-image { height: 100%; min-height: 0; overflow: hidden; background: #dfe3e8; }
.service-image img { width: 100%; height: 100%; min-height: 0; object-fit: cover; filter: saturate(.86); transition: transform .4s ease, filter .3s ease; }
.service-image:hover img { transform: scale(1.035); filter: saturate(1); }
.service-image-plan img { object-fit: cover; object-position: center; padding: 0; background: #eef1f3; }
.service-image-ampel img { object-position: center 34%; }
html[data-theme="dark"] .service-image-plan img { background: #dfe3e8; }
.service-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 62px); border-left: 1px solid var(--line); background: var(--surface); }
.service-question { margin: 0 0 15px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.service-copy > p:not(.service-question) { max-width: 520px; margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.text-link { align-self: flex-start; display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; color: var(--ink); font-weight: 900; text-decoration: none; }
.text-link::after { content: ""; flex: 0 0 8px; width: 8px; height: 8px; border-top: 2px solid var(--red); border-right: 2px solid var(--red); transform: rotate(45deg); transition: transform .2s ease; }
.text-link:hover { color: var(--red); }
.text-link:hover::after { transform: translateX(4px) rotate(45deg); }

.process { width: var(--page); margin: 0 auto; padding: 96px 0; border-top: 1px solid var(--line); }
.process-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 48px 0 0; padding: 0; border-top: 2px solid var(--ink); list-style: none; }
.process-list li { display: block; padding: 24px 25px 0 0; border-bottom: 0; }
.process-list li + li { padding-left: 25px; border-left: 1px solid var(--line); }
.process-list span { color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.process-list h3 { margin-top: 18px; font-size: 21px; }
.process-list p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }

.about { width: var(--page); margin: 0 auto 96px; display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr); background: var(--surface-strong); }
.about-image { min-height: 560px; overflow: hidden; }
.about-image img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center 44%; filter: saturate(.88); transition: transform .4s ease, filter .3s ease; }
.about-image:hover img { transform: scale(1.025); filter: saturate(1); }
.about-copy { align-self: center; padding: clamp(42px, 6vw, 76px); }
.about-copy > p:not(.kicker) { max-width: 620px; margin: 20px 0 0; color: var(--muted); font-size: 17px; }
.about-facts { margin: 34px 0 0; border-top: 1px solid var(--line); }
.about-facts div { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.about-facts dt { color: var(--muted); }
.about-facts dd { margin: 0; font-weight: 800; }

@media (min-width: 821px) and (max-height: 850px) {
  .about { height: min(620px, calc(100vh - var(--header-height) - 48px)); min-height: 560px; }
  .about-image, .about-image img { height: 100%; min-height: 0; }
  .about-copy { padding: 32px 40px; }
  .about-copy h2 { font-size: clamp(42px, 4vw, 56px); }
}

.faq { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: 80px; padding: 96px 0; border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 54px 24px 0; font-size: 20px; transition: color .2s ease; }
.faq-list summary::after { transform-origin: center; transition: transform .18s ease, color .18s ease; }
.faq-list summary:hover { color: var(--red); }
.faq-list summary:hover::after { transform: translateY(-2px) scale(1.16); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -4px 0 28px; }

.contact-section { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: end; padding: 80px 0 88px; border-top: 1px solid var(--line); }
.contact-section > div > p:last-child { margin: 16px 0 0; color: var(--muted); }
.contact-options { border-top: 1px solid var(--line-strong); }
.contact-options a { display: grid; grid-template-columns: 110px 1fr auto; gap: 20px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-options a::after { content: ""; width: 8px; height: 8px; border-top: 2px solid var(--red); border-right: 2px solid var(--red); transform: rotate(45deg); transition: transform .2s ease; }
.contact-options a:hover::after { transform: translateX(4px) rotate(45deg); }
.contact-options span { color: var(--muted); }
.contact-options strong { font-size: 17px; }
.contact-options a:hover strong { color: var(--red); }

.whatsapp-fab { position: fixed; right: 18px; bottom: 18px; z-index: 80; display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border: 2px solid #fff; border-radius: 50%; background: #1f9d55; box-shadow: 0 18px 38px rgba(16,24,40,.25); transition: transform .2s ease, background .2s ease; }
.whatsapp-fab:hover { transform: translateY(-2px); background: #178246; }
.whatsapp-fab img { width: 31px; height: 31px; }
.footer-stripe {
  height: 12px;
  background-color: #fff;
  background-image: repeating-linear-gradient(135deg, #c90000 0 20px, #fff 20px 40px);
  color-scheme: only light;
  forced-color-adjust: none;
  filter: none !important;
}
html[data-theme="dark"] .footer-stripe {
  background-color: #fff;
  background-image: repeating-linear-gradient(135deg, #c90000 0 20px, #fff 20px 40px);
}
.site-footer { --footer-text: #fff; --footer-muted: #f3cdd1; --footer-line: rgba(255,255,255,.28); padding: 0; background: #a70b1b; color: var(--footer-text); }
html[data-theme="dark"] .site-footer { --footer-text: #fff; --footer-muted: #edc5ca; --footer-line: rgba(255,255,255,.26); background: #850815; }
.footer-main { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: minmax(270px, 1.45fr) minmax(220px, .85fr) minmax(150px, .55fr); gap: clamp(36px, 6vw, 78px); align-items: start; padding: 52px 0 42px; }
.footer-main > div { display: grid; align-content: start; gap: 7px; }
.footer-main > div > strong { margin-bottom: 8px; color: var(--footer-muted); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.footer-main strong, .footer-main span, .footer-main a, .footer-main p { color: var(--footer-text); }
.footer-main a { font-size: 14px; text-underline-offset: 3px; }
.footer-main > div:not(.footer-brand-block) > a:not(.footer-review-link) { width: fit-content; text-decoration-color: var(--footer-line); }
.footer-main > div:not(.footer-brand-block) > a:not(.footer-review-link):hover { color: var(--footer-text); text-decoration-color: #fff; }
.footer-review-link { display: inline-flex; width: fit-content; gap: 9px; align-items: center; margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--footer-line); text-decoration: none; }
.footer-rating-summary { display: inline-flex; width: fit-content; align-items: center; gap: 10px; margin-top: 7px; color: var(--footer-text); text-decoration: none; }
.footer-rating-summary > span:last-child { display: grid; gap: 1px; }
.footer-rating-summary strong { font-size: 13px; line-height: 1.15; }
.footer-rating-summary small { color: var(--footer-muted); font-size: 11px; line-height: 1.2; }
.footer-rating-stars { color: #ffd45a; font-size: 14px; letter-spacing: 1px; white-space: nowrap; }
.footer-rating-summary:hover strong { text-decoration: underline; text-underline-offset: 3px; }
.footer-review-link span { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--footer-muted); border-radius: 50%; font-size: 13px; line-height: 1; }
.footer-review-link strong { font-size: 14px; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.footer-review-link:hover strong { text-decoration-thickness: 2px; }
.footer-google-block { display: grid; width: min(100%, 270px); gap: 0; margin-top: 14px; padding: 14px 15px; border: 1px solid var(--footer-line); }
.footer-google-block .footer-rating-summary { margin: 0; padding-bottom: 12px; border-bottom: 1px solid var(--footer-line); }
.footer-google-block .footer-review-link { margin: 0; padding-top: 12px; border-top: 0; }
.footer-brand-block > a { display: block; width: 184px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.72); background: #fff; box-shadow: 0 10px 28px rgba(55,0,7,.2); }
.footer-brand-block img { width: 100%; height: auto; }
.footer-brand-block p { max-width: 390px; margin: 16px 0 0; color: var(--footer-muted); font-size: 14px; }
.footer-meta { width: var(--page); margin: 0 auto; display: flex; justify-content: space-between; gap: 24px; padding: 18px 0 22px; border-top: 1px solid var(--footer-line); color: var(--footer-muted); font-size: 12px; }
.footer-meta nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-meta a { color: var(--footer-text); text-underline-offset: 3px; }
.footer-meta a:hover { color: var(--footer-text); text-decoration-color: #fff; }
.request-layout.no-summary { grid-template-columns: minmax(0, 1fr); }
.request-layout.no-summary .request-form { width: 100%; max-width: 900px; margin: 0 auto; }
.confirmation-main { min-height: 70vh; }
.legal-hero.confirmation-hero > img { object-position: center 58%; }
.confirmation-hero-inner { align-items: center; text-align: center; }
.confirmation-hero-inner h1 { width: 100%; max-width: 920px; margin-right: auto; margin-left: auto; text-align: center; }
.confirmation-hero-inner > p:last-child { width: 100%; max-width: 660px; margin-right: auto; margin-left: auto; text-align: center; }
.confirmation-content { width: min(980px, var(--page)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr); padding: 76px 0 96px; }
.confirmation-card { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; padding: clamp(38px, 6vw, 70px); border: 1px solid var(--line); background: var(--surface); text-align: center; }
.confirmation-mark { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 24px; border: 2px solid var(--red); border-radius: 50%; color: var(--red); font-size: 28px; font-weight: 900; }
.confirmation-card h2 { max-width: 650px; margin: 10px 0 17px; font-size: clamp(30px, 4vw, 48px); }
.confirmation-card > p:not(.kicker) { max-width: 650px; }
.confirmation-email { color: var(--ink); font-weight: 600; overflow-wrap: anywhere; }
.confirmation-local-test { margin: 18px 0 0; padding: 13px 16px; border: 1px solid #e3b341; background: #fff6d8; color: #4f3c00; font-size: 14px; }
.confirmation-reference { display: flex; flex-wrap: wrap; gap: 30px; margin: 30px 0 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.confirmation-reference div { min-width: 220px; }
.confirmation-reference dt { color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.confirmation-reference dd { margin: 5px 0 0; color: var(--ink); font-weight: 800; overflow-wrap: anywhere; }
.confirmation-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.confirmation-hint { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.confirmation-contact { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 54px); background: var(--charcoal); color: #fff; }
.confirmation-contact h2 { margin: 10px 0 24px; color: #fff; }
.confirmation-contact a { width: fit-content; margin-top: 8px; color: #fff; font-weight: 850; text-underline-offset: 4px; }
.confirmation-contact a:hover { color: #ff777f; }
.confirmation-contact > p:last-child { margin-top: 30px; color: #c4c7c9; }

/* Sondernutzungskostenrechner */
.calculator-hero { position: relative; min-height: 540px; overflow: hidden; background: var(--charcoal); color: #fff; }
.calculator-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,11,14,.94) 0%, rgba(8,11,14,.76) 55%, rgba(8,11,14,.28) 100%); }
.calculator-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 56%; filter: saturate(.82); }
.calculator-hero-inner { position: relative; z-index: 1; width: var(--page); min-height: 540px; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 76px 0; }
.calculator-hero h1 { max-width: 1040px; color: #fff; font-size: clamp(48px, 6.4vw, 82px); hyphens: manual; overflow-wrap: normal; }
.calculator-hero p:not(.kicker) { max-width: 690px; margin: 22px 0 30px; color: rgba(255,255,255,.86); font-size: clamp(18px, 2vw, 22px); }
.calculator-intro { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: 70px; padding: 86px 0 76px; }
.calculator-intro h2 { margin-top: 10px; }
.calculator-intro > div:last-child { max-width: 760px; }
.calculator-intro p { color: var(--muted); }
.calculator-intro p + p { margin-top: 16px; }
.special-use-calculator { width: var(--page); margin: 0 auto 96px; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(340px,.88fr); align-items: start; border: 1px solid var(--line); background: var(--surface); }
.special-use-form { min-width: 0; display: grid; gap: 22px; padding: clamp(32px,5vw,62px); }
.special-use-form .section-heading { margin-bottom: 4px; }
.calculator-address-grid, .calculator-input-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.calculator-input-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.special-use-form [data-calculator-field="amount"] { width: min(100%, 220px); }
.calculator-address-picker, .aa-address-picker { position: relative; display: block; min-width: 0; width: 100%; }
.calculator-address-picker > input, .aa-address-picker > input { width: 100%; }
.calculator-address-suggestions { position: absolute; z-index: 45; top: calc(100% + 7px); right: 0; left: 0; max-height: 290px; overflow-y: auto; border: 1px solid var(--line); background: var(--surface); box-shadow: 0 18px 42px rgba(8,11,14,.16); }
.calculator-address-suggestions button { display: flex; width: 100%; flex-direction: column; gap: 3px; padding: 13px 15px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.calculator-address-suggestions button:last-child { border-bottom: 0; }
.calculator-address-suggestions button:hover, .calculator-address-suggestions button.is-active { background: color-mix(in srgb, var(--red) 9%, var(--surface)); }
.calculator-address-suggestions strong { font-size: 14px; }
.calculator-address-suggestions small { color: var(--muted); font-size: 12px; }
.calculator-tier-hint { margin: -12px 0 0; color: var(--muted); font-size: 13px; }
.calculator-road-hint { margin: -9px 0 0; padding: 12px 14px; border-left: 3px solid var(--line-strong); background: var(--surface-strong); color: var(--muted); font-size: 13px; }
.calculator-main-road { margin: -8px 0 0; }
.calculator-main-road > span { width: 100%; }
.calculator-main-road small { display: block; margin-top: 6px; padding-top: 8px; border-top: 1px solid var(--line); }
.calculator-source-note { margin-top: 22px; color: var(--muted); font-size: 13px; }
.calculator-source-note summary { width: fit-content; cursor: pointer; color: var(--ink); font-weight: 800; }
.calculator-source-note p { margin: 12px 0 0; line-height: 1.55; }
.calculator-form-error { min-height: 0; color: var(--red); font-size: 14px; font-weight: 800; }
.calculator-form-error:not(:empty) { padding: 13px 15px; border-left: 4px solid var(--red); background: color-mix(in srgb, var(--red) 9%, var(--surface)); }
.special-use-form > .button { width: fit-content; }
.special-use-result { position: sticky; top: calc(var(--header-height) + 20px); min-width: 0; min-height: 560px; padding: clamp(32px,4.6vw,58px); background: var(--charcoal); color: #fff; }
.special-use-result h2 { margin: 10px 0 14px; color: #fff; }
.special-use-result > p:not(.kicker) { color: #c4c7c9; }
.special-use-result-details { margin-top: 28px; }
.special-use-result-price { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.special-use-result-price span { display: block; color: #c4c7c9; font-size: 12px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.special-use-result-price strong { display: block; margin-top: 7px; color: #fff; font-size: clamp(30px,4vw,48px); line-height: 1.05; }
.special-use-result dl { display: grid; gap: 12px; margin: 24px 0 0; }
.special-use-result dl div { display: grid; grid-template-columns: 108px minmax(0,1fr); gap: 14px; }
.special-use-result dt { color: #9da2a6; font-size: 12px; font-weight: 800; }
.special-use-result dd { margin: 0; color: #fff; font-weight: 750; overflow-wrap: anywhere; }
.special-use-result-note, .special-use-no-assistance { margin: 24px 0 0; color: #c4c7c9; font-size: 13px; }
.special-use-assistance { margin-top: 28px; padding: 24px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.07); }
.special-use-assistance h3 { margin: 8px 0 10px; color: #fff; }
.special-use-assistance p:not(.kicker) { color: #d4d6d8; }
.special-use-assistance .button { margin-top: 18px; }
.calculator-explainer { width: var(--page); margin: 0 auto; padding: 10px 0 96px; }
.calculator-explainer-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.calculator-explainer-grid article { min-width: 0; padding: 30px 28px 34px 0; }
.calculator-explainer-grid article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.calculator-explainer-grid span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.calculator-explainer-grid h3 { margin: 10px 0; }
.calculator-explainer-grid p, .calculator-source-note { color: var(--muted); }
.calculator-source-note { max-width: 980px; margin: 24px 0 0; font-size: 13px; }
.calculator-faq { padding-top: 74px; }
.calculator-teaser { width: var(--page); margin: 0 auto 96px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 44px; padding: clamp(34px,5vw,58px); border: 1px solid var(--line); background: var(--surface-strong); }
.calculator-teaser > * { min-width: 0; }
.calculator-teaser h2 { margin: 9px 0 15px; }
.calculator-teaser p:not(.kicker) { max-width: 820px; color: var(--muted); }
.calculator-teaser .button { white-space: nowrap; }
.calculator-teaser h2, .calculator-teaser .button { overflow-wrap: anywhere; hyphens: auto; }

.project-gallery { width: var(--page); margin: 0 auto 96px; }
.project-gallery .section-heading { max-width: 900px; margin-bottom: 38px; }
.project-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.project-gallery figure { min-width: 0; margin: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.project-gallery-open { display: block; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; padding: 0; border: 0; background: transparent; text-align: left; cursor: zoom-in; }
.project-gallery-open img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.project-gallery-open:hover img, .project-gallery-open:focus-visible img { transform: scale(1.018); }
.project-gallery-open:focus-visible { outline: 3px solid var(--red); outline-offset: -3px; }
.project-gallery figcaption { display: grid; gap: 7px; padding: 22px 20px 24px; }
.project-gallery figcaption strong { color: var(--ink); font-family: var(--font-display); font-size: 20px; line-height: 1.2; }
.project-gallery figcaption span { color: var(--muted); font-size: 14px; line-height: 1.55; }
.project-lightbox { width: min(1040px, calc(100vw - 32px)); max-width: none; max-height: calc(100vh - 32px); padding: 0; overflow: hidden; border: 1px solid var(--line); background: var(--surface); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.42); }
.project-lightbox::backdrop { background: rgba(8,11,14,.8); }
.project-lightbox > figure { display: grid; margin: 0; }
.project-lightbox > figure > img { display: block; width: 100%; max-height: calc(100vh - 190px); object-fit: contain; background: #0c0d0f; }
.project-lightbox figcaption { display: grid; gap: 7px; padding: 20px 58px 22px 22px; }
.project-lightbox-close { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(8,11,14,.82); color: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.project-lightbox-close:hover, .project-lightbox-close:focus-visible { background: var(--red); }

/* Rechtliche Seiten */
.legal-main { min-height: 70vh; }
.legal-hero { position: relative; min-height: 440px; overflow: hidden; background: var(--charcoal); color: #fff; }
.legal-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,11,14,.94) 0%, rgba(8,11,14,.76) 54%, rgba(8,11,14,.28) 100%); }
.legal-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; filter: saturate(.82); }
.legal-hero-inner { position: relative; z-index: 1; width: var(--page); min-height: 440px; margin: 0 auto; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 68px 0; }
.legal-hero h1 { color: #fff; }
.legal-hero .kicker { color: rgba(255,255,255,.78); }
.legal-hero-inner > p:last-child { max-width: 620px; margin: 20px 0 0; color: rgba(255,255,255,.86); font-size: 18px; }
.legal-hero-inner.confirmation-hero-inner { align-items: center; text-align: center; }
.legal-hero-inner.confirmation-hero-inner h1 { width: 100%; max-width: 920px; margin-right: auto; margin-left: auto; text-align: center; }
.legal-hero-inner.confirmation-hero-inner > p:last-child { width: 100%; max-width: 660px; margin: 20px auto 0; text-align: center; }
.legal-document { width: min(980px, var(--page)); margin: 0 auto; padding: 82px 0 104px; }
.legal-section { display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); gap: 54px; padding: 32px 0 36px; border-top: 1px solid var(--line); }
.legal-section:last-child { border-bottom: 1px solid var(--line); }
.legal-section h2 { min-width: 0; grid-column: 1; grid-row: 1; align-self: start; font-size: clamp(24px, 2.3vw, 34px); hyphens: auto; overflow-wrap: anywhere; }
.legal-section > :not(h2) { grid-column: 2; }
.legal-section p { margin: 0; color: var(--muted); }
.legal-section p + p { margin-top: 18px; }
.legal-section strong { color: var(--ink); }
.legal-section a { color: var(--ink); font-weight: 800; text-decoration-color: var(--red); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.legal-section-full { display: block; }
.legal-section-full h2 { margin-bottom: 18px; }
.legal-list { margin: 14px 0 0; padding-left: 22px; }
.legal-list li + li { margin-top: 7px; }
.withdrawal-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }
.withdrawal-form .field-full { grid-column: 1 / -1; }
.withdrawal-form label { display: grid; gap: 7px; color: var(--ink); font-weight: 800; }
.withdrawal-form input, .withdrawal-form textarea { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid var(--line-strong); border-radius: 0; background: var(--surface); color: var(--ink); font: inherit; }
.withdrawal-form textarea { min-height: 112px; resize: vertical; }
.withdrawal-form .honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.withdrawal-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.withdrawal-status { grid-column: 1 / -1; margin: 0; padding: 14px 16px; border-left: 4px solid var(--line-strong); background: var(--surface-strong); }
.withdrawal-status.is-success { border-left-color: #168348; }
.withdrawal-status.is-error { border-left-color: var(--red); }
.withdrawal-confirmation { grid-column: 1 / -1; padding: 18px; border: 1px solid var(--line); background: var(--surface-strong); white-space: pre-wrap; }
.legal-note { margin: 28px 0 0; color: var(--muted); font-size: 13px; }

.motion-ready .reveal-item { opacity: .78; transform: translateY(10px); transition: opacity .38s ease, transform .38s cubic-bezier(.2,.7,.2,1); }
.motion-ready .reveal-item.is-visible { opacity: 1; transform: none; }

@media (max-width: 1060px) {
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .request-aside { order: initial; }
  .nav-links { position: absolute; top: var(--header-height); right: 16px; left: 16px; display: none; align-items: stretch; gap: 0; padding: 12px 16px 18px; border: 1px solid var(--line); background: var(--surface); box-shadow: 0 16px 36px rgba(16,24,40,.14); }
  .nav-links.is-open { display: grid; }
  .nav-links > a, .nav-services summary { min-height: 46px; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 12px; border-bottom: 0 !important; }
  .nav-service-menu { position: static; grid-template-columns: 1fr; padding: 0; border: 0; box-shadow: none; }
  .nav-service-menu a { justify-content: flex-start; min-height: 42px; padding: 7px 12px; border-left: 2px solid var(--line) !important; }
  .faq { gap: 48px; }
  .special-use-calculator { grid-template-columns: minmax(0,1fr); }
  .special-use-result { position: static; min-height: 0; }
  .calculator-teaser { grid-template-columns: 1fr; align-items: start; }
  .about { height: auto; min-height: 560px; }
  .about-image, .about-image img { height: 100%; min-height: 560px; }
  .about-copy { align-self: stretch; }
}

@media (max-width: 760px) {
  :root { --page: calc(100% - 24px); --header-height: 70px; }
  .logo { width: 126px; }
  .nav > a:first-child { flex-basis: 126px; }
  .hero, .hero-inner { min-height: 590px; }
  .hero { background-image: linear-gradient(180deg, rgba(8,11,14,.48) 0%, rgba(8,11,14,.84) 55%, rgba(8,11,14,.96) 100%), url("../images/project-hero.webp?v=ohne-auto-20260817"); background-position: 60% center; }
  .hero-inner { justify-content: flex-end; padding: 70px 0 48px; }
  .hero h1 { font-size: clamp(38px, 10vw, 50px); hyphens: auto; overflow-wrap: break-word; }
  .hero .hero-copy { font-size: 18px; }
  .hero-actions { display: grid; width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-contact { flex-wrap: wrap; }
  .services, .process, .faq { padding-top: 74px; padding-bottom: 74px; }
  .service-list { margin-top: 38px; }
  .service-row { grid-template-columns: 1fr; height: auto; min-height: 0; }
  .service-row:nth-child(even) .service-image, .service-row:nth-child(even) .service-copy { order: initial; }
  .service-image, .service-image img { min-height: 260px; height: 260px; }
  .service-copy, .service-row:nth-child(even) .service-copy { padding: 30px 20px 40px; border: 0; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li + li { padding: 22px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .process-list h3 { margin-top: 9px; }
  .about { width: calc(100vw - 32px); grid-template-columns: minmax(0, 1fr); margin-bottom: 74px; }
  .about-image, .about-image img { min-height: 360px; height: 360px; }
  .about-copy { min-width: 0; padding: 38px 20px 44px; }
  .about-facts dd { overflow-wrap: anywhere; }
  .faq { grid-template-columns: 1fr; gap: 38px; }
  .google-review { grid-template-columns: 1fr; margin-bottom: 74px; }
  .google-review-score { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .google-review-quote { padding: 34px 20px 40px; }
  .google-review-quote-head { align-items: flex-start; flex-direction: column; gap: 5px; }
  .contact-section { grid-template-columns: 1fr; gap: 38px; padding: 66px 0 72px; }
  .contact-options a { grid-template-columns: 80px 1fr auto; gap: 12px; }
  .calculator-hero, .calculator-hero-inner { min-height: 500px; }
  .calculator-hero::after { background: linear-gradient(180deg, rgba(8,11,14,.38) 0%, rgba(8,11,14,.76) 48%, rgba(8,11,14,.96) 100%); }
  .calculator-hero-inner { justify-content: flex-end; padding: 68px 0 44px; }
  .calculator-hero h1 { font-size: clamp(38px,11vw,56px); }
  .calculator-intro { grid-template-columns: 1fr; gap: 24px; padding: 66px 0 56px; }
  .special-use-calculator { margin-bottom: 72px; }
  .special-use-form, .special-use-result { padding: 34px 18px 40px; }
  .calculator-address-grid, .calculator-input-grid { grid-template-columns: 1fr; }
  .special-use-form > .button { width: 100%; }
  .special-use-result dl div { grid-template-columns: 94px minmax(0,1fr); }
  .calculator-explainer { padding-bottom: 72px; }
  .calculator-explainer-grid { grid-template-columns: 1fr; }
  .calculator-explainer-grid article, .calculator-explainer-grid article + article { padding: 24px 0 26px; border-left: 0; border-bottom: 1px solid var(--line); }
  .calculator-teaser { margin-bottom: 72px; padding: 32px 20px; }
  .calculator-teaser .button { width: 100%; white-space: normal; }
  .project-gallery { margin-bottom: 72px; }
  .project-gallery .section-heading { margin-bottom: 30px; }
  .project-gallery-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; min-height: 0; gap: 30px; padding: 44px 0 34px; }
  .footer-meta { flex-direction: column; gap: 10px; padding: 17px 0 24px; }
  .footer-stripe { height: 10px; background-color: #fff; background-image: repeating-linear-gradient(135deg, #c90000 0 16px, #fff 16px 32px); }
  .whatsapp-fab { right: 12px; bottom: 12px; width: 54px; height: 54px; }
  .legal-hero, .legal-hero-inner { min-height: 410px; }
  .legal-hero::after { background: linear-gradient(180deg, rgba(8,11,14,.4) 0%, rgba(8,11,14,.78) 52%, rgba(8,11,14,.96) 100%); }
  .legal-hero-inner { justify-content: flex-end; padding: 62px 0 42px; }
  .legal-hero h1 { max-width: 100%; font-size: clamp(28px, 8.5vw, 44px); white-space: nowrap; }
  .confirmation-hero h1 { max-width: 100%; font-size: clamp(30px, 9vw, 46px); white-space: normal; }
  .legal-document { padding: 58px 0 76px; }
  .legal-section { grid-template-columns: 1fr; gap: 14px; padding: 28px 0 31px; }
  .legal-section h2, .legal-section > :not(h2) { grid-column: 1; grid-row: auto; }
  .withdrawal-form { grid-template-columns: 1fr; }
  .withdrawal-form .field-full, .withdrawal-actions, .withdrawal-status, .withdrawal-confirmation { grid-column: 1; }
  .address-split { grid-template-columns: minmax(0, 1fr) minmax(116px, 128px); gap: 12px; }
  .multi-select-menu { grid-template-columns: 1fr; }
  .site-sketch > summary { padding: 16px; }
  .site-sketch-body { padding: 0 12px 14px; }
  .site-sketch-intro, .site-sketch-footer { align-items: stretch; flex-direction: column; }
  .site-sketch-map { height: 300px; }
  .hold-sketch-toolbar { align-items: flex-start; flex-direction: column; }
  .hold-location-sketch-map { height: 280px; }
  .confirmation-content { grid-template-columns: 1fr; padding: 48px 0 72px; }
  .confirmation-card { min-height: 0; padding: 46px 20px 52px; }
  .confirmation-contact { padding: 42px 20px 48px; }
  .form-actions { grid-template-columns: 1fr 1fr; }
  .form-action-progress { grid-column: 1 / -1; grid-row: 1; }
  #previous-step { grid-column: 1; grid-row: 2; }
  .form-actions .button-next { grid-column: 2; grid-row: 2; max-width: 100%; text-align: center; }
}
