:root {
  --brand: #283583;
  --brand-deep: #18225f;
  --brand-dark: #10183f;
  --graphite: #3f3f3f;
  --ink: #17191f;
  --muted: #626671;
  --paper: #fff;
  --surface: #f5f7f8;
  --surface-blue: #edf0fa;
  --line: #d9dde3;
  --header-height: 92px;
  --container: 1240px;
  --shadow: 0 18px 55px rgba(17, 24, 63, .17);
  --soft-shadow: 0 10px 35px rgba(17, 24, 63, .1);
  --radius: 18px;
  --radius-small: 10px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 12px); }
body {
  margin: 0;
  min-width: 280px;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "Century Gothic", "Avenir Next", "Trebuchet MS", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
main { padding-top: var(--header-height); }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-underline-offset: .2em; }
p, h1, h2, h3, h4, figure { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.1; text-wrap: balance; }
h1 { font: 600 clamp(3.4rem, 7vw, 6.9rem)/.98 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
h2 { margin-bottom: 1rem; color: var(--brand); font-size: clamp(2.1rem, 4.8vw, 4.55rem); letter-spacing: -.045em; }
h3 { margin-bottom: .8rem; font-size: clamp(1.35rem, 2.4vw, 2rem); letter-spacing: -.025em; }
h4 { margin-bottom: .65rem; font-size: 1rem; }
p { color: var(--muted); }
address { font-style: normal; }
section[id] { scroll-margin-top: calc(var(--header-height) + 10px); }
.service-accordion summary, .price-category summary { scroll-margin-top: calc(var(--header-height) + 12px); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section-shell { position: relative; z-index: 2; padding-block: clamp(80px, 9vw, 132px); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.eyebrow {
  margin-bottom: .8rem;
  color: var(--brand);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow.light { color: #dbe0ff; }
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 11px 16px;
  color: #fff;
  background: var(--brand-deep);
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), background-color .22s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 24px rgba(16, 24, 63, .22); }
.button-primary { color: #fff; background: var(--brand); }
.button-primary:hover { background: var(--brand-deep); }
.button-secondary { color: var(--brand); border-color: var(--brand); background: #fff; }
.button-ghost { color: #fff; border-color: rgba(255, 255, 255, .78); background: rgba(5, 8, 21, .22); }
.button-ghost:hover { background: rgba(255, 255, 255, .14); }
.button-white { color: var(--brand); background: #fff; }
.button-outline-white { color: #fff; border-color: rgba(255, 255, 255, .72); background: transparent; }

:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--brand-dark) !important;
}

/* Fixed navigation */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-height);
  border-bottom: 1px solid rgba(40, 53, 131, .08);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 7px 28px rgba(14, 20, 53, .12);
  backdrop-filter: blur(14px);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 26px; }
.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: var(--brand);
  line-height: 1;
  text-decoration: none;
}
.brand-mark { width: 64px; flex: 0 0 auto; filter: drop-shadow(0 5px 7px rgba(16, 24, 63, .18)); }
.brand-mark img { width: 100%; height: auto; transform: scaleX(-1); transform-origin: center; transition: transform .32s var(--ease), filter .32s ease; }
.brand:hover .brand-mark img { transform: scaleX(-1) translateY(-2px) rotate(2deg); filter: saturate(1.06); }
.brand-copy { display: flex; min-width: 0; flex-direction: column; }
.brand-name { font: 600 clamp(1.1rem, 1.7vw, 1.85rem)/1.05 Georgia, "Times New Roman", serif; letter-spacing: -.02em; white-space: nowrap; }
.brand-claim { margin-top: 4px; color: var(--graphite); font-size: clamp(.68rem, 1vw, .9rem); font-style: italic; letter-spacing: .01em; }
.desktop-nav { display: flex; align-items: stretch; align-self: stretch; gap: clamp(4px, 1vw, 18px); margin-left: auto; }
.desktop-nav a {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding-inline: clamp(9px, 1vw, 16px);
  color: var(--graphite);
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
}
.desktop-nav a::after { content: ""; position: absolute; right: 12px; bottom: 0; left: 12px; height: 3px; background: var(--brand); transform: scaleX(0); transition: transform .25s var(--ease); }
.desktop-nav a:hover, .desktop-nav a[aria-current="location"] { color: var(--brand); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="location"]::after { transform: scaleX(1); }
.header-call { display: inline-flex; min-height: 46px; align-items: center; gap: 7px; padding: 9px 16px; border-radius: 999px; color: #fff; background: var(--brand); font-size: .82rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.nav-toggle { display: none; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; padding: 11px; border: 0; border-radius: 50%; color: #fff; background: var(--brand); cursor: pointer; }
.nav-toggle span { display: block; width: 23px; height: 2px; margin: 3px auto; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.nav-backdrop { position: fixed; inset: 0; z-index: 105; background: rgba(6, 9, 26, .65); backdrop-filter: blur(2px); }
.mobile-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 110;
  width: min(390px, 100%);
  height: 100dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 24px;
  color: #fff;
  background: var(--brand-dark);
  box-shadow: -20px 0 50px rgba(0, 0, 0, .28);
  transform: translateX(105%);
  visibility: hidden;
  transition: transform .32s var(--ease), visibility .32s;
}
.mobile-panel.is-open { transform: translateX(0); visibility: visible; }
.mobile-panel-head { display: flex; min-height: 52px; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255, 255, 255, .18); font-weight: 800; }
.nav-close { width: 48px; height: 48px; border: 1px solid rgba(255, 255, 255, .4); border-radius: 50%; color: #fff; background: transparent; font-size: 2rem; line-height: 1; cursor: pointer; }
.mobile-panel nav { display: grid; margin-top: 28px; }
.mobile-panel nav a { display: flex; min-height: 56px; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .13); color: #fff; font-size: 1.1rem; font-weight: 700; text-decoration: none; }
.mobile-call { width: 100%; margin-top: 34px; }

/* Hero */
.parallax-section { --parallax-y: 0px; position: relative; background-position: center calc(50% + var(--parallax-y)); background-repeat: no-repeat; background-size: cover; }
.hero {
  min-height: max(660px, calc(100svh - var(--header-height)));
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background-image: url("/assets/images/backgrounds/hero-sw.webp");
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 6, 14, .76) 0%, rgba(4, 6, 14, .49) 46%, rgba(4, 6, 14, .26) 100%), linear-gradient(0deg, rgba(4, 6, 14, .4), transparent 42%); }
.hero-brand-mark { position: absolute; right: clamp(-50px, -2vw, -16px); bottom: -42px; z-index: 1; width: clamp(220px, 27vw, 390px); opacity: .26; filter: drop-shadow(0 22px 24px rgba(0, 0, 0, .34)); pointer-events: none; animation: tire-float 5.8s ease-in-out infinite; }
.hero-brand-mark img { width: 100%; height: auto; transform: scaleX(-1) rotate(-3deg); }
@keyframes tire-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -8px; } }
.hero-content { position: relative; z-index: 2; max-width: 1120px; padding-block: 88px 118px; text-align: center; }
.hero h1 { max-width: 1120px; margin: 0 auto .55rem; color: #fff; text-shadow: 0 4px 28px rgba(0, 0, 0, .55); }
.hero-claim { margin-bottom: 1.5rem; color: #fff; font-size: clamp(1.35rem, 2.8vw, 2.15rem); font-style: italic; letter-spacing: .01em; }
.hero-copy { max-width: 750px; margin: 0 auto; color: #f0f1f5; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; z-index: 2; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; transform: translateX(-50%); }
.scroll-cue span { width: 10px; height: 10px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: translateY(-2px) rotate(45deg); animation: cue 1.8s ease-in-out infinite; }
@keyframes cue { 0%, 100% { transform: translateY(-4px) rotate(45deg); } 50% { transform: translateY(3px) rotate(45deg); } }

/* HU/AU */
.hu-au { --parallax-foreground-y: 0px; min-height: 360px; display: grid; align-items: center; overflow: hidden; overflow: clip; isolation: isolate; background-image: url("/assets/images/backgrounds/hu-au-sw.webp"); }
.hu-au::before { content: ""; position: absolute; inset: -4px; z-index: 0; background: rgba(255, 255, 255, .84); pointer-events: none; }
.hu-au-content { position: relative; z-index: 1; padding-block: 62px; }
.hu-title { margin-bottom: 22px; text-align: center; }
.hu-title span { color: var(--graphite); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hu-title h2 { margin: 3px 0 0; font-size: clamp(2rem, 4vw, 3.5rem); }
.hu-band { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .9fr) auto clamp(112px, 10vw, 148px); align-items: center; gap: clamp(18px, 2.2vw, 32px); padding: 24px 28px 24px 32px; border: 1px solid rgba(255, 255, 255, .18); border-radius: var(--radius); color: #fff; background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%); box-shadow: var(--shadow); }
.hu-band strong { font-size: clamp(1.05rem, 2vw, 1.45rem); }
.hu-band > span { color: #e3e6fa; font-size: .92rem; }
.hu-tuev-logo { width: clamp(124px, 11vw, 164px); height: auto; justify-self: end; margin-block: -56px; filter: drop-shadow(0 16px 18px rgba(8, 13, 44, .3)); transform: translate3d(0, var(--parallax-foreground-y), 0) scale(1.03); transform-origin: center; will-change: transform; transition: filter .3s ease; }
.hu-band:hover .hu-tuev-logo { filter: drop-shadow(0 20px 24px rgba(8, 13, 44, .42)); }

/* Headings and reveal */
.section-heading { max-width: 840px; margin: 0 auto 46px; }
.section-heading.centered { text-align: center; }
.section-heading > p:last-child { max-width: 700px; margin-inline: auto; }
.section-heading.centered::after { content: ""; display: block; width: 54px; height: 3px; margin: 24px auto 0; border-radius: 99px; background: var(--brand); box-shadow: 18px 0 0 rgba(40, 53, 131, .24), -18px 0 0 rgba(40, 53, 131, .24); }
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }

/* Services */
.services { overflow: hidden; background-image: url("/assets/images/backgrounds/leistungen-sw.webp"); }
.services-wash, .pricing-wash, .contact-wash { position: absolute; inset: 0; pointer-events: none; }
.services-wash { background: rgba(255, 255, 255, .9); }
.service-accordions { border-radius: var(--radius-small); box-shadow: var(--shadow); }
.service-accordion { border-bottom: 1px solid rgba(255, 255, 255, .35); background: var(--brand); }
.service-accordion:first-child { border-radius: var(--radius-small) var(--radius-small) 0 0; }
.service-accordion:last-child { border-bottom: 0; border-radius: 0 0 var(--radius-small) var(--radius-small); }
.service-accordion summary { display: grid; min-height: 62px; grid-template-columns: 48px minmax(0, 1fr) 34px; align-items: center; gap: 8px; padding: 8px 18px; color: #fff; font-size: .88rem; font-weight: 800; letter-spacing: .035em; list-style: none; text-transform: uppercase; cursor: pointer; transition: background .2s ease; }
.service-accordion summary::-webkit-details-marker { display: none; }
.service-accordion summary:hover, .service-accordion[open] summary { background: var(--brand-deep); }
.service-index { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255, 255, 255, .46); border-radius: 50%; font-size: .66rem; }
.chevron { width: 12px; height: 12px; justify-self: end; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg); transition: transform .3s var(--ease); }
.service-accordion[open] .chevron { transform: rotate(225deg); }
.service-panel { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 0; overflow: hidden; background: #fff; animation: panel-in .48s var(--ease) both; }
@keyframes panel-in { from { opacity: .2; transform: translateY(-12px); } to { opacity: 1; transform: none; } }
.service-panel.stacked { display: block; }
.service-text { align-self: stretch; padding: clamp(30px, 5vw, 58px); background: rgba(237, 240, 250, .78); }
.service-text p:last-of-type { margin-bottom: 0; }
.service-text .check-list { margin-top: 24px; }
.wide-copy { max-width: none; text-align: center; }
.wide-copy p { max-width: 820px; margin-inline: auto; }
.check-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--brand); font-weight: 900; }
.service-gallery { display: grid; min-height: 450px; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(2, minmax(190px, 1fr)); gap: 7px; padding: 7px; background: var(--brand-deep); }
.service-gallery button, .compare-pair button { position: relative; min-width: 0; min-height: 44px; overflow: hidden; padding: 0; border: 0; background: #151a32; cursor: zoom-in; }
.service-gallery button::after, .compare-pair button::after { content: ""; position: absolute; right: 10px; bottom: 10px; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, .48); border-radius: 50%; background: linear-gradient(#fff, #fff) center / 14px 2px no-repeat, linear-gradient(#fff, #fff) center / 2px 14px no-repeat, rgba(40, 53, 131, .9); box-shadow: 0 8px 22px rgba(5, 9, 31, .25); opacity: 0; transform: scale(.72) rotate(-90deg); transition: opacity .22s ease, transform .3s var(--ease); }
.service-gallery button:hover::after, .service-gallery button:focus-visible::after, .compare-pair button:hover::after, .compare-pair button:focus-visible::after { opacity: 1; transform: scale(1) rotate(0); }
.service-gallery img, .compare-pair img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ease), filter .3s ease; }
.service-gallery button:hover img, .compare-pair button:hover img { transform: scale(1.035); filter: contrast(1.04); }
.service-gallery button:nth-child(1) { grid-column: 1 / 7; grid-row: 1 / 3; }
.service-gallery button:nth-child(2) { grid-column: 7 / 13; grid-row: 1; }
.service-gallery button:nth-child(3) { grid-column: 7 / 10; grid-row: 2; }
.service-gallery button:nth-child(4) { grid-column: 10 / 13; grid-row: 2; }
.service-gallery.gallery-three button:nth-child(2) { grid-row: 1 / 2; }
.service-gallery.gallery-three button:nth-child(3) { grid-column: 7 / 13; grid-row: 2; }
.service-gallery.gallery-six { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, minmax(180px, 1fr)); }
.service-gallery.gallery-six button { grid-column: auto; grid-row: auto; }
.compare-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; padding: 24px; background: var(--brand-deep); }
.compare-pair { padding: 16px; background: #fff; }
.compare-pair:last-child { grid-column: 1 / -1; width: calc(50% - 9px); justify-self: center; }
.compare-pair h4 { color: var(--brand); }
.compare-pair > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.compare-pair figure { position: relative; margin-bottom: 0; }
.compare-pair button { width: 100%; aspect-ratio: 4 / 3; }
.compare-pair figcaption { position: absolute; left: 8px; bottom: 8px; padding: 5px 9px; color: #fff; background: rgba(16, 24, 63, .9); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; pointer-events: none; }
.service-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 14px; padding: 22px 28px; color: #fff; background: var(--brand); box-shadow: var(--soft-shadow); }

/* Pricing */
.pricing { overflow: hidden; background-image: url("/assets/images/backgrounds/preise-sw.webp"); }
.pricing-wash { background: rgba(255, 255, 255, .87); }
.price-intro { font-size: .94rem; }
.price-catalog { overflow: hidden; border: 1px solid rgba(40, 53, 131, .15); border-radius: var(--radius); background: rgba(255, 255, 255, .94); box-shadow: var(--shadow); }
.price-tabs { display: none; flex-direction: column; padding: 20px 0; border-right: 1px solid var(--line); background: rgba(245, 247, 248, .9); }
.price-tab { position: relative; min-height: 50px; padding: 10px 22px; border: 0; color: var(--graphite); background: transparent; font-size: .78rem; font-weight: 800; text-align: left; text-transform: uppercase; cursor: pointer; }
.price-tab::before { content: ""; position: absolute; inset: 7px auto 7px 0; width: 4px; background: var(--brand); transform: scaleY(0); transition: transform .2s ease; }
.price-tab:hover, .price-tab[aria-selected="true"] { color: var(--brand); background: #fff; }
.price-tab[aria-selected="true"]::before { transform: scaleY(1); }
.price-categories { min-width: 0; }
.price-category { border-bottom: 1px solid #cbd0df; background: rgba(255, 255, 255, .96); }
.price-category:last-child { border-bottom: 0; }
.price-category > summary { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 20px; color: var(--brand); font-weight: 800; list-style: none; cursor: pointer; }
.price-category > summary h3 { min-width: 0; margin: 0; color: inherit; font: inherit; letter-spacing: inherit; }
.price-category > summary::-webkit-details-marker { display: none; }
.price-category > summary::after { content: ""; width: 11px; height: 11px; flex: 0 0 auto; margin: 0 5px 5px 0; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .28s var(--ease); }
.price-category[open] > summary { color: #fff; background: var(--brand); }
.price-category[open] > summary::after { transform: translateY(4px) rotate(225deg); }
.price-category-content { padding: 22px clamp(18px, 4vw, 46px) 34px; animation: panel-in .35s var(--ease) both; }
.price-panel-title { display: none; }
.price-panel-lead { max-width: 700px; }
.price-table { width: 100%; margin-top: 26px; border-collapse: collapse; table-layout: fixed; }
.price-table th, .price-table td { padding: 13px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; overflow-wrap: anywhere; }
.price-table th { width: 54%; color: var(--graphite); font-size: .9rem; }
.price-table td { color: var(--brand-deep); font-size: .93rem; font-weight: 800; }
.price-subtitle { margin: 26px 0 -12px; color: var(--brand); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.price-catalog.is-desktop { display: grid; min-height: 620px; grid-template-columns: minmax(210px, 27%) minmax(0, 1fr); }
.price-catalog.is-desktop .price-tabs { display: flex; }
.price-catalog.is-desktop .price-category { height: 100%; border: 0; background: transparent; }
.price-catalog.is-desktop .price-category > summary { display: none; }
.price-catalog.is-desktop .price-category-content { padding: clamp(34px, 5vw, 70px); }
.price-catalog.is-desktop .price-panel-title { display: block; margin-bottom: .8rem; color: var(--brand); font-size: clamp(1.7rem, 3vw, 2.75rem); }
.price-footnote { max-width: 800px; margin: 24px auto 0; color: #555a68; font-size: .82rem; text-align: center; }

/* Short answers */
.quick-answers { background: linear-gradient(145deg, #f5f7fb 0%, #e9edf9 100%); }
.quick-answer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.quick-answer-grid article { position: relative; min-width: 0; padding: 28px; overflow: hidden; border: 1px solid rgba(40, 53, 131, .12); border-radius: var(--radius-small); background: rgba(255, 255, 255, .92); box-shadow: var(--soft-shadow); }
.quick-answer-grid article::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--brand); }
.quick-answer-grid h3 { margin-bottom: .7rem; color: var(--brand); font-size: clamp(1.08rem, 1.7vw, 1.35rem); }
.quick-answer-grid p { margin-bottom: 0; font-size: .94rem; }
.quick-answer-grid a { color: var(--brand); font-weight: 800; overflow-wrap: anywhere; }

/* Contact and map */
.contact { overflow: hidden; background-image: url("/assets/images/backgrounds/kontakt-sw.webp"); }
.contact-wash { background: rgba(255, 255, 255, .84); }
.contact .section-shell { padding-bottom: 72px; }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; color: #fff; background: rgba(24, 34, 95, .96); box-shadow: var(--shadow); }
.contact-card > div { padding: clamp(32px, 5vw, 62px); }
.contact-person { border-right: 1px solid rgba(255, 255, 255, .15); }
.contact-card h3 { color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); }
.contact-card p, .contact-card address { color: #e3e6f4; }
.contact-person > a { display: block; min-height: 36px; color: #fff; font-weight: 700; overflow-wrap: anywhere; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.opening-hours dl { margin: 0 0 28px; }
.opening-hours dl div { display: flex; justify-content: space-between; gap: 25px; padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, .17); }
.opening-hours dt { font-weight: 800; }
.opening-hours dd { margin: 0; color: #e0e3f5; text-align: right; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.social-links a { display: inline-flex; min-height: 44px; align-items: center; padding: 8px 14px; border: 1px solid rgba(255, 255, 255, .4); border-radius: 999px; color: #fff; font-size: .85rem; font-weight: 800; text-decoration: none; transition: transform .22s var(--ease), color .22s ease, background-color .22s ease; }
.social-links a:hover { color: var(--brand-deep); background: #fff; transform: translateY(-2px); }
.map-shell { position: relative; z-index: 2; min-height: 520px; background: #e5e7eb; }
.map-shell iframe { display: block; width: 100%; height: 520px; border: 0; }
.map-placeholder { min-height: 520px; display: grid; place-items: center; padding: 30px 24px; text-align: center; background: linear-gradient(rgba(242, 244, 247, .94), rgba(242, 244, 247, .94)), repeating-linear-gradient(45deg, #e3e6ed 0, #e3e6ed 2px, transparent 2px, transparent 18px); }
.map-placeholder > div { max-width: 740px; }
.map-placeholder h3 { color: var(--brand); font-size: clamp(1.7rem, 3vw, 2.6rem); }
.map-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 24px; }

/* Footer */
.site-footer { padding: 58px 0 20px; color: #dfe2f3; background: #0d1334; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.brand-footer .brand-mark { width: 82px; filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .32)); }
.brand-footer .brand-name { color: #fff; }
.brand-footer .brand-claim { color: #b8bfdc; }
.footer-main nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 20px; }
.footer-main nav a, .footer-main nav button { display: inline-flex; min-height: 44px; align-items: center; padding: 5px 0; border: 0; color: #dfe2f3; background: none; font-size: .82rem; text-decoration: none; cursor: pointer; }
.footer-main nav a:hover, .footer-main nav button:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 42px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .12); color: #9199bb; font-size: .75rem; }

/* Lightbox */
.lightbox { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; border: 0; color: #fff; background: transparent; }
.lightbox::backdrop { background: rgba(25, 35, 100, .94); backdrop-filter: blur(8px); }
.lightbox-inner { position: relative; width: 100%; height: 100%; display: grid; grid-template-columns: minmax(64px, 1fr) minmax(0, 1200px) minmax(64px, 1fr); align-items: center; padding: 32px; }
.lightbox figure { width: 100%; max-width: min(1200px, calc(100vw - 200px)); max-height: calc(100dvh - 80px); justify-self: center; margin-bottom: 0; }
.lightbox figure img { max-width: 100%; max-height: calc(100dvh - 130px); margin: auto; object-fit: contain; box-shadow: 0 20px 70px rgba(0, 0, 0, .38); }
.lightbox figcaption { width: fit-content; min-height: 28px; max-width: 100%; margin: 8px auto 0; padding: 6px 12px; border-radius: 999px; color: #fff; background: rgba(10, 15, 45, .38); text-align: center; }
.lightbox button { display: grid; width: 52px; height: 52px; place-items: center; padding: 0; border: 1px solid rgba(255, 255, 255, .55); border-radius: 50%; color: #fff; background: rgba(10, 15, 45, .46); cursor: pointer; transition: transform .22s var(--ease), background-color .22s ease, border-color .22s ease; }
.lightbox button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s var(--ease); }
.lightbox button path { vector-effect: non-scaling-stroke; }
.lightbox button:hover { border-color: rgba(255, 255, 255, .92); background: rgba(255, 255, 255, .12); transform: scale(1.06); }
.lightbox-close { position: absolute; top: 20px; right: 20px; z-index: 2; }
.lightbox-close:hover svg { transform: rotate(90deg); }
.lightbox-prev { justify-self: end; margin-right: 18px; }
.lightbox-next { justify-self: start; margin-left: 18px; }
.lightbox-prev:hover svg { transform: translateX(-3px); }
.lightbox-next:hover svg { transform: translateX(3px); }

/* Consent */
.consent-banner { position: fixed; inset: auto 0 0; z-index: 200; padding: 22px 0; color: #fff; background: rgba(13, 19, 52, .98); box-shadow: 0 -14px 45px rgba(0, 0, 0, .25); }
.consent-inner { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: center; gap: 12px 38px; }
.consent-inner h2 { margin-bottom: .5rem; color: #fff; font-size: clamp(1.25rem, 2vw, 1.75rem); letter-spacing: -.02em; }
.consent-inner p { margin-bottom: 0; color: #d5d9ed; font-size: .86rem; }
.consent-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.consent-actions button, .dialog-actions button { min-height: 48px; padding: 9px 12px; border: 2px solid #fff; border-radius: 999px; color: #fff; background: transparent; font-size: .78rem; font-weight: 800; cursor: pointer; }
.consent-actions button:hover { color: var(--brand-deep); background: #fff; }
.consent-inner > a { color: #fff; font-size: .77rem; }
.consent-dialog { width: min(680px, calc(100% - 24px)); max-height: calc(100dvh - 24px); padding: 0; border: 0; border-radius: var(--radius); box-shadow: 0 30px 90px rgba(0, 0, 0, .34); }
.consent-dialog::backdrop { background: rgba(7, 10, 30, .68); backdrop-filter: blur(4px); }
.consent-dialog form { padding: clamp(22px, 5vw, 42px); }
.dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.dialog-head h2 { font-size: clamp(1.7rem, 4vw, 2.7rem); }
.dialog-close { width: 48px; height: 48px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; color: var(--brand); background: #fff; font-size: 2rem; line-height: 1; cursor: pointer; }
.consent-category { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 12px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-small); cursor: pointer; }
.consent-category strong { color: var(--brand-deep); }
.consent-category p { margin: 4px 0 0; font-size: .82rem; }
.consent-category > span { color: var(--brand); font-size: .76rem; font-weight: 800; white-space: nowrap; }
.consent-category input { width: 26px; height: 26px; flex: 0 0 auto; accent-color: var(--brand); }
.dialog-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 24px; }
.dialog-actions button { border-color: var(--brand); color: var(--brand); }
.dialog-actions button:hover { color: #fff; background: var(--brand); }

/* Legal and error pages */
.legal-page { background: var(--surface); }
.legal-main { padding: calc(var(--header-height) + 70px) 0 20px; }
.legal-shell { max-width: 920px; padding: clamp(28px, 5vw, 64px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--soft-shadow); }
.legal-shell h1, .legal-shell h2 { overflow-wrap: anywhere; hyphens: auto; }
.legal-shell h1 { margin-bottom: 1rem; color: var(--brand); font-size: clamp(2.5rem, 6vw, 4.7rem); }
.legal-shell h2 { margin-top: 2em; color: var(--brand); font-size: clamp(1.45rem, 3vw, 2.05rem); }
.legal-shell h3 { margin-top: 1.6em; font-size: 1.2rem; }
.legal-shell p, .legal-shell li { color: #4f5460; }
.legal-back { display: inline-flex; min-height: 44px; align-items: center; margin-bottom: 24px; color: var(--brand); font-weight: 800; }
.error-main { min-height: 100svh; display: grid; place-items: center; padding: 70px 20px; text-align: center; }
.error-main div { max-width: 700px; }
.error-main strong { color: var(--brand); font-size: 6rem; line-height: 1; }
.error-main h1 { color: var(--ink); font-family: inherit; font-size: clamp(2.3rem, 6vw, 4.5rem); }

@media (max-width: 1120px) {
  .header-call { display: none; }
  .service-panel { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
}

@media (max-width: 1080px) {
  .hu-band { grid-template-columns: minmax(0, 1fr) auto 100px; }
  .hu-band > strong, .hu-band > span { grid-column: 1; }
  .hu-band .button { grid-column: 2; grid-row: 1 / 3; }
  .hu-tuev-logo { width: 110px; grid-column: 3; grid-row: 1 / 3; margin-block: -42px; }
}

@media (max-width: 880px) {
  :root { --header-height: 74px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .desktop-nav { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .brand { gap: 8px; }
  .site-header .brand-mark { width: 50px; }
  .brand-name { font-size: 1.12rem; }
  .brand-claim { font-size: .68rem; }
  .hero { min-height: max(620px, calc(100svh - var(--header-height))); background-position: 58% calc(50% + var(--parallax-y)); }
  .hero-content { padding-block: 76px 100px; }
  .service-panel { grid-template-columns: 1fr; }
  .service-gallery { min-height: 440px; }
  .compare-grid { grid-template-columns: 1fr; }
  .compare-pair:last-child { grid-column: auto; width: 100%; }
  .quick-answer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-card { grid-template-columns: 1fr; }
  .contact-person { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
  .footer-main { align-items: flex-start; flex-direction: column; }
  .footer-main nav { justify-content: flex-start; }
  .consent-inner { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .hu-band { grid-template-columns: 1fr; gap: 9px; padding: 22px; text-align: center; }
  .hu-band > strong, .hu-band > span, .hu-band .button, .hu-tuev-logo { grid-column: auto; grid-row: auto; }
  .hu-band .button { justify-self: center; margin-top: 10px; }
  .hu-tuev-logo { width: 104px; justify-self: center; margin: 12px 0 0; transform: none; will-change: auto; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-shell { padding-block: 76px; }
  .brand-name { font-size: 1rem; }
  .brand-claim { font-size: .62rem; }
  .nav-toggle { width: 46px; height: 46px; }
  .hero { min-height: 610px; }
  .hero-brand-mark { display: none; }
  .hero-content { padding-block: 64px 90px; }
  .hero h1 { font-size: clamp(2.65rem, 12.5vw, 4.1rem); }
  .hero-claim { font-size: 1.28rem; }
  .hero-copy { font-size: .98rem; }
  .hero-actions { align-items: stretch; flex-direction: column; width: min(100%, 360px); margin-inline: auto; }
  .scroll-cue { bottom: 20px; }
  .hu-au-content { padding-block: 50px; }
  .hu-band { grid-template-columns: 1fr; gap: 9px; padding: 22px; text-align: center; }
  .hu-band > strong, .hu-band > span, .hu-band .button, .hu-tuev-logo { grid-column: auto; grid-row: auto; }
  .hu-band .button { margin-top: 10px; }
  .hu-tuev-logo { width: 104px; justify-self: center; margin: 12px 0 0; transform: none; will-change: auto; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: clamp(2rem, 10vw, 3.2rem); }
  .service-accordions { margin-inline: -4px; }
  .service-accordion summary { min-height: 64px; grid-template-columns: 37px minmax(0, 1fr) 24px; padding-inline: 12px; font-size: .75rem; letter-spacing: .02em; }
  .service-index { width: 30px; height: 30px; }
  .service-text { padding: 30px 20px; }
  .service-gallery { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, 150px); gap: 5px; padding: 5px; }
  .service-gallery button, .service-gallery button:nth-child(n) { grid-column: auto; grid-row: auto; }
  .service-gallery.gallery-three { grid-template-columns: repeat(3, 1fr); grid-template-rows: 170px; }
  .service-gallery.gallery-six { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 145px); }
  .compare-grid { gap: 10px; padding: 10px; }
  .compare-pair { padding: 10px; }
  .compare-pair > div { gap: 5px; }
  .compare-pair figcaption { left: 5px; bottom: 5px; padding: 4px 7px; font-size: .62rem; }
  .service-cta { align-items: stretch; flex-direction: column; padding: 22px; text-align: center; }
  .price-category > summary { padding-inline: 14px; }
  .price-category-content { padding-inline: 12px; }
  .price-table { font-size: .85rem; }
  .price-table th, .price-table td { padding: 10px 7px; }
  .price-table th { width: 50%; font-size: .78rem; }
  .price-table td { font-size: .79rem; }
  .quick-answer-grid { grid-template-columns: 1fr; }
  .quick-answer-grid article { padding: 24px 20px; }
  .contact-card > div { padding: 32px 22px; }
  .contact-actions, .map-actions { align-items: stretch; flex-direction: column; }
  .opening-hours dl div { align-items: flex-start; flex-direction: column; gap: 2px; }
  .opening-hours dd { text-align: left; }
  .map-shell, .map-placeholder { min-height: 480px; }
  .map-shell iframe { height: 480px; }
  .footer-main { gap: 32px; }
  .footer-main nav { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 3px 16px; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .lightbox-inner { grid-template-columns: minmax(0, 1fr); padding: 12px; }
  .lightbox figure { grid-column: 1; grid-row: 1; max-width: calc(100vw - 24px); }
  .lightbox figure img { max-height: calc(100dvh - 130px); }
  .lightbox button { width: 44px; height: 44px; }
  .lightbox button svg { width: 19px; height: 19px; }
  .lightbox-close { top: 10px; right: 10px; }
  .lightbox-prev, .lightbox-next { position: absolute; top: calc(50% - 22px); z-index: 2; margin: 0; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .lightbox-prev:hover, .lightbox-next:hover { transform: scale(1.06); }
  .consent-banner { padding-block: 16px; max-height: 100dvh; overflow-y: auto; }
  .consent-actions, .dialog-actions { grid-template-columns: 1fr; }
  .consent-actions button, .dialog-actions button { width: 100%; }
  .consent-category { align-items: flex-start; }
}

@media (max-width: 420px) {
  .header-inner { gap: 8px; }
  .site-header .brand-mark { display: none; }
}

@media (max-width: 360px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .header-inner { gap: 8px; }
  .brand-name { font-size: .88rem; letter-spacing: -.025em; }
  .brand-claim { margin-top: 3px; font-size: .57rem; }
  .hero h1 { font-size: 2.45rem; }
  .hero-claim { font-size: 1.12rem; }
  .button { width: 100%; padding-inline: 14px; }
  .service-accordion summary { grid-template-columns: 32px minmax(0, 1fr) 18px; padding-inline: 9px; font-size: .7rem; }
  .service-index { width: 27px; height: 27px; }
  .service-gallery { grid-template-rows: repeat(2, 128px); }
  .service-gallery.gallery-three { grid-template-columns: 1fr 1fr; grid-template-rows: 130px 130px; }
  .service-gallery.gallery-three button:last-child { grid-column: 1 / -1; }
  .service-gallery.gallery-six { grid-template-rows: repeat(3, 120px); }
  .compare-pair { padding: 8px; }
  .compare-pair h4 { font-size: .9rem; }
  .price-category > summary { font-size: .88rem; }
  .price-table th, .price-table td { padding-inline: 5px; font-size: .875rem; }
  .footer-main nav { grid-template-columns: 1fr; }
  .mobile-panel { padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .parallax-section { --parallax-y: 0px !important; --parallax-foreground-y: 0px !important; }
  .hero-brand-mark { animation: none !important; translate: none; }
  .hu-tuev-logo { transform: none !important; will-change: auto; }
  .brand:hover .brand-mark img { transform: scaleX(-1); }
  .service-gallery button:hover img, .compare-pair button:hover img { transform: none; }
  .service-gallery button:hover::after, .service-gallery button:focus-visible::after, .compare-pair button:hover::after, .compare-pair button:focus-visible::after { transform: scale(1) rotate(0); }
  .lightbox button:hover { transform: none; }
  .lightbox button:hover svg { transform: none; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .site-header, .scroll-cue, .hero-brand-mark, .hu-tuev-logo, .service-gallery, .compare-grid, .map-shell, .site-footer, .consent-banner, .consent-dialog { display: none !important; }
  main { padding-top: 0; }
  .parallax-section { background: #fff !important; }
  .services-wash, .pricing-wash, .contact-wash { display: none; }
  .service-accordion { break-inside: avoid; }
  .service-accordion summary { color: #000; background: #fff; }
}
