﻿:root {
  --ink: #12212b;
  --deep: #0b2d3a;
  --petrol: #0e5960;
  --lake: #4fa7a4;
  --sun: #f4b942;
  --sand: #f4ead8;
  --foam: #f8f6ef;
  --white: #ffffff;
  --muted: #6c7a80;
  --line: rgba(18, 33, 43, 0.14);
  --shadow: 0 24px 70px rgba(10, 36, 46, 0.18);
  --radius: 28px;
  --max: 1650px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Cabin", sans-serif;
  color: var(--ink);
  background: var(--foam);
  line-height: 1.6;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
img { width: 100%; max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 99; background: var(--sun); padding: 10px 14px; border-radius: 999px; }
.skip-link:focus { left: 12px; }
.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; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(248, 246, 239, 0.86); backdrop-filter: blur(20px); border-bottom: 1px solid var(--line); }
.topbar { display: flex; justify-content: center; gap: 22px; padding: 8px 18px; font-size: 0.88rem; color: var(--foam); background: var(--deep); }
.topbar a { color: var(--sun); text-decoration: none; font-weight: 700; }
.nav { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: "Archivo", sans-serif; font-weight: 800; letter-spacing: 0.08em; text-decoration: none; }
.brand-logo { width: 46px; height: 46px; object-fit: contain; border-radius: 14px; background: #fff; padding: 4px; box-shadow: 8px 8px 0 rgba(79, 167, 164, 0.22); }
.nav-links { display: flex; gap: 24px; font-weight: 700; }
.nav-links a { text-decoration: none; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 3px; border-radius: 99px; background: var(--sun); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.nav-links a[aria-current="page"] { color: var(--deep); }
.nav-links a[aria-current="page"]::before { content: ""; position: absolute; left: -10px; right: -10px; top: -8px; bottom: -8px; z-index: -1; border-radius: 999px; background: rgba(244, 185, 66, 0.2); }
.nav-cta { text-decoration: none; padding: 12px 18px; border-radius: 999px; background: var(--sun); color: var(--deep); font-weight: 800; }
.nav-toggle { display: none; border: 0; background: var(--deep); border-radius: 14px; width: 46px; height: 42px; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--white); margin: 5px 0; border-radius: 99px; }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 85% 18%, rgba(244, 185, 66, 0.28), transparent 28%), linear-gradient(135deg, #f8f6ef 0%, #e4f0ec 48%, #c6dfdb 100%); }
.hero-bg { position: absolute; inset: 0; background-image: linear-gradient(120deg, rgba(14, 89, 96, 0.08) 1px, transparent 1px), linear-gradient(30deg, rgba(18, 33, 43, 0.06) 1px, transparent 1px); background-size: 90px 90px, 130px 130px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
/* Dunkler Lesbarkeits-Scrim NUR im Index-Video-Hero (nicht auf Unterseiten) */
.hero .hero-bg { z-index: 1; background: linear-gradient(90deg, rgba(6, 26, 33, 0.86) 0%, rgba(6, 26, 33, 0.58) 46%, rgba(6, 26, 33, 0.3) 100%), linear-gradient(to bottom, rgba(6, 26, 33, 0.25), rgba(6, 26, 33, 0.6)); background-size: auto; mask-image: none; }

/* Foto-Hintergrund auf den Unterseiten-Heroes (analog zum Index-Video-Hero) */
.wash-hero { background: #061a21 url("/assets/img/wash-service.jpeg") center/cover no-repeat; }
.market-hero { background: #061a21 url("/assets/img/showroom-hall.jpeg") center/cover no-repeat; }
.rental-hero { background: #061a21 url("/assets/img/rental/camper-lineup.jpeg") center/cover no-repeat; }
.workshop-hero { background: #061a21 url("/assets/img/workshop/fahrwerk-hebebuehne.jpeg") center/cover no-repeat; }

.wash-hero .hero-bg,
.market-hero .hero-bg,
.rental-hero .hero-bg,
.workshop-hero .hero-bg { z-index: 1; background: linear-gradient(90deg, rgba(6, 26, 33, 0.9) 0%, rgba(6, 26, 33, 0.64) 46%, rgba(6, 26, 33, 0.36) 100%), linear-gradient(to bottom, rgba(6, 26, 33, 0.3), rgba(6, 26, 33, 0.62)); background-size: auto; mask-image: none; }

.wash-hero-grid,
.market-hero-grid,
.rental-hero-grid,
.workshop-hero-grid { position: relative; z-index: 2; }

.wash-hero-copy h1,
.market-hero-copy h1,
.rental-hero-copy h1,
.workshop-hero-copy h1 { color: #ffffff; }

.wash-hero .eyebrow,
.market-hero .eyebrow,
.rental-hero .eyebrow,
.workshop-hero .eyebrow { color: var(--sun); }

.wash-hero .hero-text,
.market-hero .hero-text,
.rental-hero .hero-text,
.workshop-hero .hero-text { color: rgba(255, 255, 255, 0.92); }

.wash-hero .trust-strip span,
.market-hero .trust-strip span,
.rental-hero .trust-strip span,
.workshop-hero .trust-strip span { border-color: rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.14); color: #ffffff; }

.wash-hero .button-secondary,
.market-hero .button-secondary,
.rental-hero .button-secondary,
.workshop-hero .button-secondary { border-color: rgba(255, 255, 255, 0.55); color: #ffffff; background: rgba(255, 255, 255, 0.12); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr); gap: 54px; align-items: center; padding: 96px 0 72px; }
.eyebrow { margin: 0 0 14px; color: var(--petrol); font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.78rem; }
h1, h2, h3 { font-family: "Archivo", sans-serif; line-height: 0.98; margin: 0; color: var(--deep); }
h1 { font-size: clamp(3.2rem, 8vw, 6.9rem); letter-spacing: -0.08em; max-width: 850px; }
h2 { font-size: clamp(2.1rem, 5vw, 4.5rem); letter-spacing: -0.06em; }
h3 { font-size: 1.35rem; letter-spacing: -0.03em; }
.hero-text { max-width: 690px; font-size: clamp(1.08rem, 2.2vw, 1.35rem); color: #30444d; margin: 28px 0; }
.hero-actions, .contact-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 21px; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--sun); color: var(--deep); box-shadow: 0 14px 34px rgba(244, 185, 66, 0.32); }
.button-secondary { border: 1px solid rgba(11, 45, 58, 0.25); color: var(--deep); background: rgba(255, 255, 255, 0.44); }
.trust-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.trust-strip span { padding: 9px 12px; border: 1px solid rgba(11, 45, 58, 0.12); background: rgba(255, 255, 255, 0.58); border-radius: 999px; font-weight: 700; color: #36515a; }
.hero-media { position: relative; min-height: 560px; margin: 0; border-radius: 46px; overflow: hidden; box-shadow: var(--shadow); background: linear-gradient(180deg, rgba(11, 45, 58, 0.14), rgba(11, 45, 58, 0.36)); }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 18, 24, 0.05), rgba(7, 18, 24, 0.32)); }
.hero-caption { position: absolute; z-index: 1; left: 26px; right: 26px; bottom: 120px; color: rgba(255, 255, 255, 0.9); font-weight: 800; text-shadow: 0 2px 18px rgba(0,0,0,0.5); }
.hero-badge { position: absolute; z-index: 1; width: 220px; padding: 16px; border-radius: 22px; background: rgba(255, 255, 255, 0.9); box-shadow: 0 18px 40px rgba(0,0,0,0.18); }

/* Immersiver Hero mit Video-Hintergrund */
.hero { background: #061a21; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero .hero-grid { grid-template-columns: minmax(0, 760px); z-index: 2; }
.hero-copy { position: relative; z-index: 2; }
.hero .eyebrow { color: var(--sun); }
.hero-copy h1 { color: #ffffff; }
.hero .hero-text { color: rgba(255, 255, 255, 0.92); }
.hero .button-secondary { border-color: rgba(255, 255, 255, 0.55); color: #ffffff; background: rgba(255, 255, 255, 0.12); }
.hero .trust-strip span { border-color: rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.14); color: #ffffff; }
@media (prefers-reduced-motion: reduce) { .hero-video { display: none; } }
.hero-badge strong, .hero-badge span { display: block; }
.hero-badge strong { font-family: "Archivo", sans-serif; color: var(--deep); }
.hero-badge span { color: var(--muted); font-size: 0.92rem; }
.badge-left { left: 26px; bottom: 34px; }
.badge-right { right: 26px; top: 34px; }

.section { padding: 104px 0; }
.intro { background: var(--deep); color: var(--foam); }
.intro h2 { color: var(--foam); }
.intro .eyebrow { color: var(--sun); }
.intro-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 70px; align-items: end; }
.intro p:last-child { font-size: 1.22rem; margin: 0; color: rgba(248, 246, 239, 0.78); }
.section-heading { max-width: 820px; margin-bottom: 34px; }
.section-heading p:last-child { color: var(--muted); font-size: 1.1rem; }
.gallery { background: linear-gradient(180deg, #f2efe7 0%, #fbfaf6 100%); }
.gallery-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; grid-auto-rows: minmax(220px, auto); gap: 20px; }
.gallery-grid-large { grid-template-rows: 360px 310px 310px; }
.gallery-item { margin: 0; border-radius: 28px; overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(18, 33, 43, 0.06); }
.gallery-item.wide { grid-column: 1 / span 3; }
.gallery-item img { width: 100%; height: calc(100% - 58px); min-height: 220px; object-fit: cover; }
.gallery-item figcaption { padding: 14px 18px 18px; color: var(--muted); font-weight: 700; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { min-height: 300px; display: flex; flex-direction: column; padding: 28px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(18, 33, 43, 0.06); transition: transform 180ms ease, box-shadow 180ms ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: var(--sand); color: var(--petrol); font-weight: 900; margin-bottom: 28px; }
.service-card p { color: var(--muted); margin-bottom: auto; }
.service-card a { margin-top: 22px; color: var(--petrol); font-weight: 800; text-decoration: none; }
.split { background: #e7eee8; }
.split-grid { display: grid; grid-template-columns: 1fr 0.88fr; gap: 34px; align-items: stretch; }
.split-grid-media { grid-template-columns: 0.9fr 1fr; }
.feature-panel, .process, .workshop-card, .contact-card { border-radius: 36px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 16px 44px rgba(18, 33, 43, 0.08); }
.feature-panel { padding: clamp(28px, 6vw, 60px); }
.feature-panel p { color: var(--muted); font-size: 1.12rem; }
.feature-image { position: relative; min-height: 520px; margin: 0; overflow: hidden; border-radius: 36px; border: 1px solid var(--line); box-shadow: 0 16px 44px rgba(18, 33, 43, 0.12); background: var(--deep); }
.feature-image img { height: 100%; object-fit: cover; }
.feature-image figcaption { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 16px 18px; border-radius: 18px; color: var(--foam); background: rgba(7, 27, 34, 0.72); backdrop-filter: blur(10px); font-weight: 800; }
.check-list { padding: 0; margin: 30px 0 0; list-style: none; display: grid; gap: 14px; }
.check-list li { padding-left: 34px; position: relative; font-weight: 700; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 6px; width: 16px; height: 16px; border-radius: 50%; background: var(--sun); box-shadow: inset 0 0 0 5px var(--deep); }
.process { padding: 22px; display: grid; gap: 14px; }
.process-step { padding: 24px; border-radius: 24px; background: var(--foam); }
.process-step span { display: inline-grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--deep); color: var(--sun); font-weight: 900; margin-right: 10px; }
.process-step strong { font-family: "Archivo", sans-serif; }
.process-step p { margin: 10px 0 0; color: var(--muted); }
.workshop { background: linear-gradient(135deg, var(--deep), #134f55); color: var(--foam); }
.workshop h2 { color: var(--foam); }
.workshop .eyebrow { color: var(--sun); }
.workshop-card { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.16); padding: clamp(28px, 6vw, 60px); display: grid; grid-template-columns: 1fr 0.8fr; gap: 40px; align-items: center; }
.workshop-card p { color: rgba(248, 246, 239, 0.78); font-size: 1.12rem; }
.workshop-tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.workshop-tags span { padding: 13px 16px; border-radius: 999px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.18); font-weight: 800; }
.workshop-media { margin: 0; overflow: hidden; border-radius: 30px; background: rgba(255,255,255,0.08); box-shadow: 0 20px 50px rgba(0,0,0,0.18); }
.workshop-media img { aspect-ratio: 4 / 3; object-fit: cover; }
.workshop-media figcaption { padding: 14px 16px 18px; color: rgba(248, 246, 239, 0.78); font-weight: 800; }
.proof { padding: 52px 0; background: var(--sun); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.proof-card { padding: 26px; border-radius: 26px; background: rgba(255,255,255,0.58); }
.proof-card strong { display: block; font-family: "Archivo", sans-serif; font-size: 1.4rem; margin-bottom: 8px; }
.proof-card span { color: #4d4327; font-weight: 700; }
.contact { background: var(--foam); }
.contact-grid { display: grid; grid-template-columns: 1.05fr 0.75fr; gap: 36px; align-items: center; }
.contact-copy p { color: var(--muted); font-size: 1.13rem; max-width: 700px; }
.contact-card { padding: 34px; background: var(--deep); color: var(--foam); }
.contact-card h3 { color: var(--sun); margin-bottom: 22px; }
.contact-card a { color: var(--sun); font-weight: 800; }
.contact-logo { width: 96px; height: 96px; object-fit: contain; padding: 10px; margin-bottom: 18px; border-radius: 24px; background: var(--white); }
.contact-image { margin: 0 0 24px; overflow: hidden; border-radius: 24px; border: 1px solid rgba(255,255,255,0.16); }
.contact-image img { aspect-ratio: 16 / 10; object-fit: cover; }
.footer { background: #071b22; color: rgba(248,246,239,0.78); padding: 34px 0 88px; }
.footer-grid { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.footer a { color: var(--sun); font-weight: 800; }
.mobile-sticky { display: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 100ms; }
.delay-2 { transition-delay: 180ms; }

@media (max-width: 980px) {
  .topbar { flex-wrap: wrap; gap: 8px 18px; }
  .nav { min-height: 70px; }
  .nav-toggle { display: block; }
  .nav-links { position: fixed; left: 20px; right: 20px; top: 122px; display: none; flex-direction: column; padding: 24px; border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-cta { display: none; }
  .hero { min-height: auto; }
  .hero-grid, .intro-grid, .split-grid, .workshop-card, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 60px; }
  .hero-media { min-height: 440px; }
  .service-grid, .proof-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid-large { grid-template-rows: auto; }
  .gallery-item.wide { grid-column: 1 / -1; }
  .feature-image { min-height: 420px; }
}

@media (max-width: 680px) {
  .container, .nav { width: min(100% - 28px, var(--max)); }
  .topbar { display: none; }
  .nav-links { top: 82px; }
  h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .hero-grid { gap: 34px; padding: 42px 0 56px; }
  .hero-media { min-height: 350px; border-radius: 32px; }
  .hero-caption { left: 16px; right: 16px; bottom: 92px; font-size: 0.92rem; }
  .hero-badge { width: 180px; padding: 14px; }
  .badge-left { left: 16px; bottom: 16px; }
  .badge-right { right: 16px; top: 16px; }
  .section { padding: 72px 0; }
  .service-grid, .proof-grid, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item img { height: auto; min-height: 0; aspect-ratio: 16 / 11; }
  .feature-image { min-height: 360px; }
  .feature-image figcaption { left: 14px; right: 14px; bottom: 14px; }
  .workshop-media img, .contact-image img { aspect-ratio: 16 / 11; }
  .service-card { min-height: 250px; }
  .hero-actions .button, .contact-actions .button { width: 100%; }
  .footer { padding-bottom: 98px; }
  .mobile-sticky { position: fixed; z-index: 30; left: 14px; right: 14px; bottom: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px; border-radius: 22px; background: rgba(7, 27, 34, 0.9); backdrop-filter: blur(16px); box-shadow: var(--shadow); }
  .mobile-sticky a { min-height: 46px; display: grid; place-items: center; border-radius: 16px; background: var(--sun); color: var(--deep); text-decoration: none; font-weight: 900; }
}

/* ===== Subtle page animations ===== */

/* Hero badges: gentle floating */
.hero-badge {
  animation: float-slow 4.5s ease-in-out infinite;
}

.badge-right {
  animation-delay: -1.8s;
  animation-duration: 5.2s;
}

@keyframes float-slow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Hero image: very slow ken-burns zoom */
.hero-media img {
  animation: ken-burns 18s ease-in-out infinite alternate;
}

@keyframes ken-burns {
  0% { transform: scale(1); }
  100% { transform: scale(1.04); }
}

/* Service card icons: gentle pulse glow */
.icon {
  animation: icon-glow 3s ease-in-out infinite;
}

.service-card:nth-child(2) .icon { animation-delay: -0.6s; }
.service-card:nth-child(3) .icon { animation-delay: -1.2s; }
.service-card:nth-child(4) .icon { animation-delay: -1.8s; }
.service-card:nth-child(5) .icon { animation-delay: -2.4s; }
.service-card:nth-child(6) .icon { animation-delay: -3.0s; }

@keyframes icon-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(244, 185, 66, 0); }
  50% { box-shadow: 0 0 18px 4px rgba(244, 185, 66, 0.25); }
}

/* Trust strip: staggered shimmer */
.trust-strip span {
  animation: shimmer 4s ease-in-out infinite;
}

.trust-strip span:nth-child(2) { animation-delay: -1.3s; }
.trust-strip span:nth-child(3) { animation-delay: -2.6s; }

@keyframes shimmer {
  0%, 100% { border-color: rgba(11, 45, 58, 0.12); background: rgba(255, 255, 255, 0.58); }
  50% { border-color: rgba(244, 185, 66, 0.35); background: rgba(244, 185, 66, 0.08); }
}

/* Proof cards: subtle float, staggered */
.proof-card {
  animation: float-gentle 5s ease-in-out infinite;
}

.proof-card:nth-child(2) { animation-delay: -1.7s; }
.proof-card:nth-child(3) { animation-delay: -3.3s; }

@keyframes float-gentle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* Workshop tags: soft pulse loop */
.workshop-tags span {
  animation: tag-pulse 5s ease-in-out infinite;
}

.workshop-tags span:nth-child(2) { animation-delay: -0.8s; }
.workshop-tags span:nth-child(3) { animation-delay: -1.6s; }
.workshop-tags span:nth-child(4) { animation-delay: -2.4s; }
.workshop-tags span:nth-child(5) { animation-delay: -3.2s; }
.workshop-tags span:nth-child(6) { animation-delay: -4.0s; }

@keyframes tag-pulse {
  0%, 100% { background: rgba(255, 255, 255, 0.12); }
  50% { background: rgba(255, 255, 255, 0.22); }
}

/* Brand logo wrap: gentle breathing */
.brand-logo-wrap {
  animation: brand-breathe 5.5s ease-in-out infinite;
}

.brand-card:nth-child(2) .brand-logo-wrap { animation-delay: -1.4s; }
.brand-card:nth-child(3) .brand-logo-wrap { animation-delay: -2.8s; }
.brand-card:nth-child(4) .brand-logo-wrap { animation-delay: -4.2s; }

@keyframes brand-breathe {
  0%, 100% { box-shadow: 0 0 0 0 rgba(79, 167, 164, 0); }
  50% { box-shadow: 0 0 20px 3px rgba(79, 167, 164, 0.18); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

.market-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 92px;
  background: radial-gradient(circle at 90% 12%, rgba(244, 185, 66, 0.3), transparent 28%), linear-gradient(135deg, #f8f6ef 0%, #dfeee9 48%, #b8d6d3 100%);
}

.market-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 0.72fr;
  gap: 42px;
  align-items: stretch;
}

.market-hero-copy h1 {
  max-width: 900px;
}

.market-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.market-stats span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(11, 45, 58, 0.12);
  color: #36515a;
  font-weight: 800;
}

.market-stats strong {
  font-family: "Archivo", sans-serif;
  color: var(--deep);
}

.market-live-card {
  position: relative;
  min-height: 430px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 40px;
  color: var(--foam);
  background: linear-gradient(145deg, rgba(11, 45, 58, 0.98), rgba(14, 89, 96, 0.92));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.market-live-card::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -160px;
  bottom: -180px;
  border-radius: 50%;
  background: rgba(244, 185, 66, 0.16);
}

.market-live-card h2 {
  color: var(--foam);
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.market-live-card p:not(.eyebrow) {
  color: rgba(248, 246, 239, 0.78);
  font-size: 1.12rem;
}

.market-live-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 20px;
  color: var(--sun);
  font-weight: 900;
  text-decoration: none;
}

.market-live-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--sun);
  box-shadow: 0 0 0 12px rgba(244, 185, 66, 0.16);
}

.market-section {
  background: #f4efe4;
}

.market-section .reveal {
  opacity: 1;
  transform: none;
}

.market-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.market-sidebar {
  position: sticky;
  top: 120px;
  padding: 28px;
  border-radius: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 16px 44px rgba(18, 33, 43, 0.08);
}

.market-sidebar h2,
.market-toolbar h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.inventory-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.filter-chip {
  border: 1px solid rgba(11, 45, 58, 0.14);
  border-radius: 999px;
  padding: 10px 13px;
  background: var(--foam);
  color: var(--deep);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.filter-chip.is-active,
.filter-chip:hover {
  background: var(--deep);
  color: var(--sun);
}

.market-note {
  color: var(--muted);
  font-weight: 700;
}

.market-sidebar-button {
  width: 100%;
  margin-top: 16px;
}

.market-content {
  min-width: 0;
}

.market-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: end;
  margin-bottom: 22px;
}

.market-toolbar p:last-child {
  margin: 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--deep);
  color: var(--sun);
  font-weight: 900;
  white-space: nowrap;
}

.inventory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.inventory-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(18, 33, 43, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.inventory-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.inventory-card.is-featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.75fr 1fr;
}

.inventory-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  color: var(--foam);
  background: radial-gradient(circle at 75% 20%, rgba(244, 185, 66, 0.34), transparent 30%), linear-gradient(145deg, var(--deep), var(--petrol));
}

.inventory-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.inventory-card-media span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--deep);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
  font-weight: 900;
}

.inventory-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(7, 27, 34, 0.34));
  pointer-events: none;
}

.inventory-card-body {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.inventory-card-type {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--sand);
  color: var(--petrol);
  font-weight: 900;
}

.inventory-card h3 {
  font-size: clamp(1.35rem, 2.8vw, 2.1rem);
  line-height: 1.05;
}

.inventory-price {
  margin: 18px 0 0;
  font-family: "Archivo", sans-serif;
  color: var(--deep);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.inventory-finance,
.inventory-meta {
  color: var(--muted);
  font-weight: 700;
}

.inventory-tags,
.inventory-panel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.inventory-tags span,
.inventory-panel-tags span {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(14, 89, 96, 0.1);
  color: var(--petrol);
  font-weight: 900;
}

.inventory-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.inventory-actions .button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.inventory-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
}

.inventory-modal.is-open {
  display: block;
}

.inventory-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 27, 34, 0.72);
  backdrop-filter: blur(8px);
}

.inventory-panel {
  position: absolute;
  right: 22px;
  top: 22px;
  bottom: 22px;
  width: min(840px, calc(100% - 44px));
  overflow: auto;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 34px;
  background: var(--foam);
  box-shadow: var(--shadow);
}

.inventory-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--deep);
  color: var(--sun);
  font-size: 1.8rem;
  cursor: pointer;
}

.inventory-panel-price {
  margin: 24px 0 0;
  font-family: "Archivo", sans-serif;
  color: var(--deep);
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.06em;
}

/* Detail-Panel: Bild, technische Daten, Ausstattung, Beschreibung */
.inventory-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0 0 8px; }
.inventory-gallery img { display: block; width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; background: rgba(18, 33, 43, 0.06); }
.inventory-gallery img:first-child { grid-column: 1 / -1; aspect-ratio: 16 / 9; border-radius: 16px; }
.inventory-gallery:empty { display: none; }
.inventory-panel-block { margin-top: 24px; }
.inventory-panel-block h3 { margin: 0 0 12px; font-family: "Archivo", sans-serif; font-size: 1.1rem; color: var(--deep); }
.inventory-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; margin: 0; }
.inventory-specs > div { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.inventory-specs dt { margin: 0; color: var(--muted); font-weight: 600; }
.inventory-specs dd { margin: 0; font-weight: 800; text-align: right; color: var(--ink); }
.inventory-features { display: flex; flex-wrap: wrap; gap: 8px; }
.inventory-features span { padding: 7px 13px; border-radius: 999px; background: rgba(14, 89, 96, 0.08); color: var(--petrol); font-weight: 700; font-size: 0.9rem; }
.inventory-desc { margin: 0; color: var(--ink); line-height: 1.6; white-space: pre-line; }
@media (max-width: 640px) { .inventory-specs { grid-template-columns: 1fr; } }

@media (max-width: 980px) {
  .market-hero-grid,
  .market-layout,
  .inventory-card.is-featured {
    grid-template-columns: 1fr;
  }

  .market-sidebar {
    position: static;
  }

  .inventory-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .market-hero {
    padding: 72px 0;
  }

  .market-toolbar {
    align-items: start;
    flex-direction: column;
  }

  .inventory-actions .button {
    width: 100%;
  }

  .inventory-panel {
    inset: auto 12px 12px 12px;
    width: auto;
    max-height: calc(100% - 24px);
  }
}

/* Mobile-first conversion pass for the vehicle market. */
.market-toolbar-actions { display:flex; align-items:center; justify-content:flex-end; gap:12px; flex-wrap:wrap; }
.market-toolbar-actions > p { margin:0; padding:10px 14px; border-radius:999px; background:var(--deep); color:var(--sun); font-weight:900; white-space:nowrap; }
.market-sort { display:grid; gap:5px; color:var(--muted); font-size:.76rem; font-weight:900; text-transform:uppercase; letter-spacing:.13em; }
.market-sort select { min-width:190px; padding:10px 14px; border:1px solid var(--line); border-radius:999px; background:var(--white); color:var(--deep); font:inherit; font-weight:900; }
.market-mobile-trust { display:none; }
.inventory-card-media strong { position:absolute; left:16px; top:16px; z-index:1; max-width:calc(100% - 32px); padding:8px 11px; border-radius:999px; background:var(--sun); color:var(--deep); font-size:.78rem; line-height:1; box-shadow:0 12px 28px rgba(0,0,0,.16); }
.inventory-card-topline { display:flex; justify-content:space-between; align-items:center; gap:10px; }
.inventory-card-topline span { color:var(--petrol); font-weight:900; font-size:.88rem; }
.inventory-facts { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px; }
.inventory-facts span { padding:8px 9px; border-radius:12px; background:#edf4f0; color:#48616a; font-weight:900; font-size:.84rem; line-height:1.15; }
@media (max-width:980px){
  .market-hero { padding:56px 0 34px; }
  .market-live-card { min-height:260px; }
  .market-layout { display:block; }
  .market-sidebar { position:sticky; top:70px; z-index:12; margin:0 0 18px; padding:14px; border-radius:0 0 24px 24px; box-shadow:0 12px 26px rgba(18,33,43,.1); }
  .market-sidebar h2, .market-sidebar .market-note, .market-sidebar-button { display:none; }
  .inventory-filters { flex-wrap:nowrap; overflow:auto; gap:8px; margin:8px 0 0; padding-bottom:3px; scrollbar-width:none; }
  .filter-chip { flex:0 0 auto; padding:8px 11px; font-size:.86rem; }
  .inventory-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
  .inventory-card.is-featured { grid-column:auto; display:flex; }
}
@media (max-width:680px){
  .market-hero { padding:34px 0 22px; }
  .market-hero-grid { gap:18px; }
  .market-hero-copy h1 { font-size:clamp(2.55rem,13vw,3.8rem); }
  .market-hero .hero-text { margin:18px 0; font-size:1rem; }
  .market-stats { flex-wrap:nowrap; overflow:auto; gap:8px; margin:18px 0; }
  .market-stats span { flex:0 0 auto; padding:8px 10px; font-size:.82rem; }
  .market-live-card { min-height:auto; padding:22px; border-radius:26px; }
  .market-live-dot { width:11px; height:11px; margin-bottom:14px; box-shadow:0 0 0 8px rgba(244,185,66,.16); }
  .market-live-card h2 { font-size:1.65rem; }
  .market-live-card p:not(.eyebrow) { font-size:.95rem; }
  .market-section { padding-top:22px; }
  .market-toolbar { display:grid; gap:12px; margin-bottom:12px; }
  .market-toolbar h2 { font-size:2rem; }
  .market-toolbar-actions { justify-content:flex-start; width:100%; gap:8px; }
  .market-toolbar-actions > p { padding:8px 10px; font-size:.82rem; }
  .market-sort { width:100%; }
  .market-sort select { width:100%; min-width:0; }
  .market-mobile-trust { display:flex; gap:8px; overflow:auto; margin:0 0 12px; padding-bottom:2px; }
  .market-mobile-trust span { flex:0 0 auto; padding:7px 10px; border-radius:999px; background:rgba(14,89,96,.1); color:var(--petrol); font-weight:900; font-size:.78rem; }
  .inventory-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  .inventory-card { border-radius:18px; box-shadow:0 8px 20px rgba(18,33,43,.07); }
  .inventory-card-media { aspect-ratio:1 / .78; }
  .inventory-card-media span { left:7px; bottom:7px; padding:5px 7px; font-size:.66rem; }
  .inventory-card-media strong { left:7px; top:7px; max-width:calc(100% - 14px); padding:5px 7px; font-size:.62rem; }
  .inventory-card-body { padding:10px; gap:7px; }
  .inventory-card-topline { align-items:flex-start; }
  .inventory-card-topline span { display:none; }
  .inventory-card-type { margin:0; padding:5px 7px; font-size:.68rem; }
  .inventory-card h3 { display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; min-height:2.18em; font-size:.98rem; line-height:1.09; letter-spacing:-.03em; }
  .inventory-price { margin:0; font-size:1.18rem; letter-spacing:-.04em; }
  .inventory-finance { margin:0; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden; font-size:.76rem; }
  .inventory-meta { display:none; }
  .inventory-facts { grid-template-columns:1fr 1fr; gap:4px; }
  .inventory-facts span { padding:5px 6px; border-radius:9px; font-size:.64rem; }
  .inventory-facts span:nth-child(n+3) { display:none; }
  .inventory-tags { display:none; }
  .inventory-actions { display:grid; gap:6px; margin-top:4px; }
  .inventory-actions .button { width:100%; min-height:34px; padding:8px 7px; font-size:.75rem; }
  .inventory-actions .button-secondary { display:none; }
  .mobile-sticky { grid-template-columns:1fr 1fr; }
}
@media (max-width:360px){
  .inventory-card h3 { font-size:.92rem; }
  .inventory-facts span:nth-child(2) { display:none; }
  .inventory-price { font-size:1.08rem; }
}

.contact-form { display:grid; gap:14px; margin-top:28px; padding:24px; border-radius:28px; background:var(--white); border:1px solid var(--line); box-shadow:0 16px 44px rgba(18,33,43,.08); }
.contact-form h3 { margin-bottom:4px; }
.contact-form label { display:grid; gap:7px; color:var(--deep); font-weight:900; }
.contact-form input, .contact-form textarea { width:100%; padding:13px 14px; border-radius:16px; border:1px solid var(--line); background:var(--foam); color:var(--ink); font:inherit; }
.contact-form textarea { resize:vertical; min-height:140px; }
.contact-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.contact-form p { margin:0; color:var(--muted); font-size:.94rem; }
.contact-form p a { color:var(--petrol); font-weight:900; }
.form-message { margin:0; font-weight:800; font-size:.95rem; line-height:1.45; }
.form-message:empty { display:none; }
.form-message.is-pending,
.form-message.is-info,
.form-message.is-success,
.form-message.is-error { margin:14px 0 0; padding:12px 16px; border-radius:14px; border:1px solid transparent; }
.form-message.is-pending,
.form-message.is-info { background:rgba(14, 89, 96, 0.08); color:var(--petrol); }
.form-message.is-success { background:var(--petrol); color:#fff; border-color:var(--petrol); }
.form-message.is-error { background:#fbeceb; color:#c0392b; border-color:rgba(192, 57, 43, 0.28); }
.form-message.is-success::before { content:"\2713\00a0"; font-weight:900; }
.form-message.is-error::before { content:"\26a0\00a0"; }
.legal-links { max-width:780px; }
.cookie-banner { position:fixed; left:22px; right:22px; bottom:22px; z-index:80; display:flex; justify-content:space-between; gap:20px; align-items:center; max-width:980px; margin:0 auto; padding:18px; border-radius:24px; background:var(--white); box-shadow:var(--shadow); border:1px solid var(--line); }
.cookie-banner[hidden] { display:none; }
.cookie-banner p { margin:.35rem 0 0; color:var(--muted); }
.cookie-actions { display:flex; gap:12px; align-items:center; flex-wrap:wrap; font-weight:900; }
.cookie-actions a { color:var(--petrol); }
@media (max-width:680px){ .contact-form-grid{grid-template-columns:1fr;} .cookie-banner{ flex-direction:column; align-items:flex-start; left:12px; right:12px; bottom:78px; } }

/* Compact mobile site pass: more cards and less oversized single-screen blocks. */
.callback-dialog {
  width: min(92vw, 430px);
  border: 0;
  border-radius: 28px;
  padding: 0;
  box-shadow: 0 28px 90px rgba(7, 27, 34, .3);
}

.callback-dialog::backdrop {
  background: rgba(7, 27, 34, .58);
  backdrop-filter: blur(6px);
}

.callback-dialog form {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 26px;
  background: var(--foam);
}

.callback-dialog h2 {
  font-size: clamp(1.8rem, 5vw, 3rem);
}

.callback-dialog p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.callback-number {
  display: inline-flex;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--deep);
  color: var(--sun) !important;
  font-family: "Archivo", sans-serif;
  font-size: 1.25rem;
  font-weight: 900 !important;
}

.callback-dialog label {
  display: grid;
  gap: 8px;
  color: var(--deep);
  font-weight: 900;
}

.callback-dialog input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 14px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.callback-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: var(--deep);
  color: var(--sun);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 680px) {
  .container,
  .nav {
    width: min(100% - 20px, var(--max));
  }

  .site-header {
    background: rgba(248, 246, 239, .94);
  }

  .nav {
    min-height: 62px;
    gap: 10px;
  }

  .brand-logo {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    box-shadow: 5px 5px 0 rgba(79, 167, 164, .2);
  }

  .brand span {
    font-size: .84rem;
  }

  .nav-toggle {
    width: 42px;
    height: 38px;
    border-radius: 12px;
  }

  .nav-links {
    left: 10px;
    right: 10px;
    top: 70px;
    padding: 14px;
    border-radius: 18px;
    gap: 10px;
  }

  .nav-links a {
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(14, 89, 96, .07);
  }

  .nav-links a::after,
  .nav-links a[aria-current="page"]::before {
    display: none;
  }

  .nav-links a[aria-current="page"] {
    background: var(--sun);
    color: var(--deep);
  }

  h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.35rem);
  }

  h2 {
    font-size: clamp(1.75rem, 8vw, 2.55rem);
  }

  h3 {
    font-size: 1.05rem;
  }

  .eyebrow {
    margin-bottom: 8px;
    font-size: .68rem;
    letter-spacing: .13em;
  }

  .hero-grid,
  .shop-hero-grid {
    gap: 18px;
    padding: 24px 0 32px;
  }

  .hero-text {
    margin: 14px 0;
    font-size: .98rem;
    line-height: 1.45;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-actions .button,
  .contact-actions .button {
    width: auto;
    min-height: 40px;
    padding: 10px 9px;
    font-size: .78rem;
    text-align: center;
  }

  .trust-strip {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    margin-top: 14px;
    padding-bottom: 2px;
  }

  .trust-strip span {
    flex: 0 0 auto;
    padding: 7px 10px;
    font-size: .76rem;
  }

  .hero-media,
  .shop-hero .hero-media {
    min-height: 218px;
    border-radius: 24px;
  }

  .hero-caption {
    display: none;
  }

  .hero-badge {
    width: auto;
    max-width: 46%;
    padding: 9px 10px;
    border-radius: 14px;
  }

  .hero-badge strong {
    font-size: .78rem;
  }

  .hero-badge span {
    font-size: .68rem;
    line-height: 1.2;
  }

  .badge-left {
    left: 10px;
    bottom: 10px;
  }

  .badge-right {
    right: 10px;
    top: 10px;
  }

  .section,
  .shop-section {
    padding: 42px 0;
  }

  .intro-grid,
  .split-grid,
  .workshop-card,
  .contact-grid {
    gap: 16px;
  }

  .intro p:last-child,
  .feature-panel p,
  .workshop-card p,
  .contact-copy p {
    font-size: .96rem;
    line-height: 1.48;
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .section-heading p:last-child {
    font-size: .92rem;
    line-height: 1.45;
  }

  .service-grid,
  .proof-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .service-card {
    min-height: 0;
    padding: 14px;
    border-radius: 18px;
  }

  .service-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 9px 0 0;
    font-size: .82rem;
    line-height: 1.35;
  }

  .service-card a {
    margin-top: 12px;
    font-size: .78rem;
  }

  .icon {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    border-radius: 12px;
    font-size: .8rem;
  }

  .gallery-grid-large {
    grid-template-rows: auto;
  }

  .gallery-item.wide {
    grid-column: auto;
  }

  .gallery-item {
    border-radius: 18px;
  }

  .gallery-item img {
    aspect-ratio: 1 / .78;
  }

  .gallery-item figcaption {
    min-height: 58px;
    padding: 9px 10px;
    font-size: .74rem;
    line-height: 1.25;
  }

  .feature-panel,
  .workshop-card,
  .contact-card,
  .contact-form {
    border-radius: 22px;
    padding: 18px;
  }

  .feature-image {
    min-height: 235px;
    border-radius: 22px;
  }

  .feature-image figcaption {
    padding: 10px 12px;
    border-radius: 14px;
    font-size: .78rem;
  }

  .check-list {
    margin-top: 16px;
    gap: 8px;
  }

  .check-list li {
    padding-left: 26px;
    font-size: .86rem;
  }

  .workshop-card {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 12px;
  }

  .workshop-tags {
    gap: 6px;
    margin-top: 14px;
  }

  .workshop-tags span {
    padding: 7px 9px;
    font-size: .73rem;
  }

  .workshop-media {
    border-radius: 18px;
  }

  .workshop-media figcaption {
    display: none;
  }

  .proof {
    padding: 28px 0;
  }

  .proof-card {
    padding: 14px;
    border-radius: 18px;
  }

  .proof-card strong {
    font-size: 1rem;
    margin-bottom: 4px;
  }

  .proof-card span {
    display: block;
    font-size: .78rem;
    line-height: 1.3;
  }

  .contact-form {
    gap: 10px;
    margin-top: 16px;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 10px 12px;
    border-radius: 13px;
  }

  .contact-form textarea {
    min-height: 95px;
  }

  .contact-card {
    display: grid;
    grid-template-columns: .8fr 1fr;
    gap: 12px;
    align-items: start;
  }

  .contact-card h3,
  .contact-card p {
    margin: 0;
  }

  .contact-image {
    grid-row: span 4;
    margin: 0;
    border-radius: 16px;
  }

  .contact-image img {
    height: 100%;
    aspect-ratio: auto;
  }

  .footer {
    padding: 24px 0 86px;
  }

  .footer-grid {
    display: grid;
    gap: 8px;
    font-size: .82rem;
  }

  .mobile-sticky {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 8px;
    border-radius: 18px;
  }

  .mobile-sticky a {
    min-height: 40px;
    border-radius: 13px;
    font-size: .86rem;
  }

  .cookie-banner {
    bottom: 68px;
    padding: 12px;
    border-radius: 18px;
    font-size: .82rem;
  }

  .callback-dialog {
    width: 94vw;
    border-radius: 22px;
  }

  .callback-dialog form {
    padding: 20px;
  }
}

@media (max-width: 380px) {
  .hero-actions,
  .contact-actions,
  .workshop-card,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .service-card h3 {
    font-size: .98rem;
  }

  .gallery-item figcaption {
    display: none;
  }
}

/* ===== Waschanlage page ===== */
.wash-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 92px;
  background: radial-gradient(circle at 85% 18%, rgba(244, 185, 66, 0.28), transparent 28%), linear-gradient(135deg, #f8f6ef 0%, #e4f0ec 48%, #c6dfdb 100%);
}

.wash-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 0.72fr;
  gap: 42px;
  align-items: stretch;
}

.wash-hero-copy h1 {
  max-width: 900px;
}

.wash-hero-card {
  position: relative;
  min-height: 380px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 40px;
  color: var(--foam);
  background: linear-gradient(145deg, rgba(11, 45, 58, 0.98), rgba(14, 89, 96, 0.92));
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wash-hero-card::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -160px;
  bottom: -180px;
  border-radius: 50%;
  background: rgba(244, 185, 66, 0.16);
}

.wash-hero-card h2 {
  color: var(--foam);
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.wash-hero-card p:not(.eyebrow) {
  color: rgba(248, 246, 239, 0.78);
  font-size: 1.12rem;
}

.wash-hero-card .eyebrow {
  color: var(--sun);
}

.wash-hero-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 20px;
  color: var(--sun);
  font-weight: 900;
  text-decoration: none;
}

.wash-hero-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: 28px;
  border-radius: 50%;
  color: var(--sun);
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 0 0 12px rgba(244, 185, 66, 0.16);
}

/* Wash packages grid */
.wash-packages {
  background: linear-gradient(180deg, #f2efe7 0%, #fbfaf6 100%);
}

.wash-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.wash-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(18, 33, 43, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.wash-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.wash-card--featured {
  border: 2px solid var(--sun);
  box-shadow: 0 14px 38px rgba(244, 185, 66, 0.18);
}

.wash-card--featured:hover {
  box-shadow: 0 24px 60px rgba(244, 185, 66, 0.26);
}

.wash-card-badge {
  position: absolute;
  top: -1px;
  right: 24px;
  padding: 8px 16px;
  border-radius: 0 0 14px 14px;
  background: var(--sun);
  color: var(--deep);
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wash-card-header {
  margin-bottom: 22px;
}

.wash-card-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--sand);
  color: var(--petrol);
  font-weight: 900;
  margin-bottom: 18px;
}

.wash-card h3 {
  margin-bottom: 8px;
}

.wash-card-price {
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--deep);
  letter-spacing: -0.05em;
  line-height: 1;
}

.wash-card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
  display: grid;
  gap: 10px;
}

.wash-card-features li {
  padding-left: 28px;
  position: relative;
  font-weight: 700;
  color: var(--ink);
}

.wash-card-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--sun);
  box-shadow: inset 0 0 0 4px var(--deep);
}

.wash-card-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.94rem;
}

/* Wertkarte section */
.wash-valuecard {
  background: linear-gradient(135deg, var(--deep), #134f55);
  color: var(--foam);
}

.wash-valuecard h2 {
  color: var(--foam);
}

.wash-valuecard .eyebrow {
  color: var(--sun);
}

.wash-valuecard-card {
  padding: clamp(28px, 6vw, 60px);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 44px rgba(18, 33, 43, 0.08);
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 40px;
  align-items: center;
}

.wash-valuecard-card p {
  color: rgba(248, 246, 239, 0.78);
  font-size: 1.12rem;
}

.wash-valuecard-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.wash-valuecard-highlights span {
  padding: 13px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 800;
  color: var(--foam);
}

.wash-valuecard-highlights strong {
  color: var(--sun);
}

.wash-valuecard-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wash-valuecard-chip {
  width: 280px;
  padding: 34px 28px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(244, 185, 66, 0.22), rgba(244, 185, 66, 0.08));
  border: 2px solid rgba(244, 185, 66, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.wash-valuecard-chip strong {
  display: block;
  font-family: "Archivo", sans-serif;
  font-size: 1.4rem;
  color: var(--sun);
  margin-bottom: 6px;
}

.wash-valuecard-chip span {
  display: block;
  color: rgba(248, 246, 239, 0.7);
  font-weight: 700;
}

.wash-valuecard-amount {
  margin-top: 18px;
  font-family: "Archivo", sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--foam);
  letter-spacing: -0.05em;
}

/* Details grid (Zahlung + Besonderheiten) */
.wash-details {
  background: var(--foam);
}

.wash-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.wash-detail-card {
  padding: clamp(28px, 5vw, 48px);
  border-radius: 36px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 16px 44px rgba(18, 33, 43, 0.08);
}

.wash-detail-card p {
  color: var(--muted);
  font-size: 1.08rem;
}

.wash-payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.wash-payment-methods span {
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--sand);
  color: var(--petrol);
  font-weight: 800;
  border: 1px solid rgba(14, 89, 96, 0.12);
}

/* Opening hours */
.wash-hours {
  margin: 28px 0;
  display: grid;
  gap: 10px;
}

.wash-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
}

.wash-hours-row span {
  color: var(--muted);
  font-weight: 700;
}

.wash-hours-row strong {
  font-family: "Archivo", sans-serif;
  color: var(--deep);
}

/* Waschanlage responsive */
@media (max-width: 980px) {
  .wash-hero-grid,
  .wash-valuecard-card,
  .wash-details-grid {
    grid-template-columns: 1fr;
  }

  .wash-hero {
    padding: 56px 0 34px;
  }

  .wash-hero-card {
    min-height: 260px;
  }

  .wash-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .wash-hero {
    padding: 34px 0 22px;
  }

  .wash-hero-grid {
    gap: 18px;
  }

  .wash-hero-copy h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.35rem);
  }

  .wash-hero .hero-text {
    margin: 14px 0;
    font-size: .98rem;
  }

  .wash-hero-card {
    min-height: auto;
    padding: 22px;
    border-radius: 26px;
  }

  .wash-hero-icon {
    width: 11px;
    height: 11px;
    margin-bottom: 14px;
    font-size: 11px;
    box-shadow: 0 0 0 8px rgba(244, 185, 66, 0.16);
  }

  .wash-hero-card h2 {
    font-size: 1.65rem;
  }

  .wash-hero-card p:not(.eyebrow) {
    font-size: .95rem;
  }

  .wash-grid {
    grid-template-columns: 1fr;
  }

  .wash-card {
    padding: 18px;
    border-radius: 22px;
  }

  .wash-card-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    margin-bottom: 12px;
    font-size: .82rem;
  }

  .wash-card-price {
    font-size: 1.8rem;
  }

  .wash-card-badge {
    right: 16px;
    padding: 6px 12px;
    font-size: .72rem;
  }

  .wash-card-features li {
    font-size: .9rem;
    padding-left: 24px;
  }

  .wash-card-features li::before {
    width: 12px;
    height: 12px;
    top: 5px;
    box-shadow: inset 0 0 0 3px var(--deep);
  }

  .wash-card-note {
    font-size: .84rem;
  }

  .wash-valuecard-card {
    padding: 22px;
    border-radius: 22px;
    gap: 22px;
  }

  .wash-valuecard-card p {
    font-size: .95rem;
  }

  .wash-valuecard-highlights {
    gap: 8px;
    margin-top: 16px;
  }

  .wash-valuecard-highlights span {
    padding: 9px 12px;
    font-size: .82rem;
  }

  .wash-valuecard-chip {
    width: 100%;
    padding: 22px 18px;
    border-radius: 18px;
  }

  .wash-valuecard-chip strong {
    font-size: 1.1rem;
  }

  .wash-valuecard-amount {
    margin-top: 12px;
    font-size: 2rem;
  }

  .wash-detail-card {
    padding: 18px;
    border-radius: 22px;
  }

  .wash-detail-card p {
    font-size: .94rem;
  }

  .wash-payment-methods {
    gap: 8px;
    margin-top: 14px;
  }

  .wash-payment-methods span {
    padding: 9px 12px;
    font-size: .84rem;
  }

  .wash-hours {
    margin: 16px 0;
    gap: 8px;
  }

  .wash-hours-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 12px 14px;
    border-radius: 14px;
  }

  .wash-hours-row span {
    font-size: .86rem;
  }

  .wash-hours-row strong {
    font-size: .92rem;
  }
}

@media (max-width: 380px) {
  .wash-valuecard-card,
  .wash-details-grid {
    grid-template-columns: 1fr;
  }

  .wash-card-price {
    font-size: 1.5rem;
  }
}

/* ── Unsere Marken ───────────────────────────── */
.brands {
  padding: 72px 0;
  background: var(--sand);
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(18, 33, 43, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.brand-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.brand-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding: 18px;
  border-radius: 18px;
  background: var(--deep);
}

.brand-logo-wrap img {
  max-height: 40px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.brand-card h3 {
  margin: 18px 0 8px;
  font-family: "Archivo", sans-serif;
  font-size: 1.1rem;
}

.brand-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.5;
}

@media (max-width: 980px) {
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-card p {
    font-size: 0.85rem;
  }
}

@media (max-width: 680px) {
  .brands {
    padding: 52px 0;
  }

  .brands-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .brand-card {
    padding: 12px 8px;
  }

  .brand-logo-wrap {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    padding: 10px;
  }

  .brand-logo-wrap img {
    max-height: 24px;
  }

  .brand-card h3 {
    font-size: 0.72rem;
    margin: 10px 0 4px;
  }

  .brand-card p {
    display: none;
  }
}

/* ===== Vermietung page ===== */
.rental-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 92px;
  background: radial-gradient(circle at 85% 18%, rgba(244, 185, 66, 0.28), transparent 28%), linear-gradient(135deg, #f8f6ef 0%, #e4f0ec 48%, #c6dfdb 100%);
}

.rental-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 0.72fr;
  gap: 42px;
  align-items: center;
}

.rental-hero-copy h1 {
  max-width: 900px;
}

.rental-hero-media {
  margin: 0;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
  border: 1px solid var(--line);
}

.rental-hero-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* Technische Daten */
.rental-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
}

.rental-specs-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-radius: 18px;
  background: var(--foam);
  border: 1px solid var(--line);
}

.rental-specs-item dt {
  color: var(--muted);
  font-weight: 700;
}

.rental-specs-item dd {
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  color: var(--deep);
}

.rental-floorplan-img {
  margin: 0;
  text-align: center;
}

.rental-floorplan-img img {
  margin: 0 auto;
  border-radius: var(--radius);
}

.rental-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.rental-features li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-radius: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(18, 33, 43, 0.06);
  font-weight: 700;
  color: var(--ink);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.rental-features li:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.rental-features-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--sun);
  box-shadow: inset 0 0 0 6px var(--deep);
}

/* Preis-Highlight */
.rental-price {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  margin: 32px 0 8px;
}

.rental-price-amount {
  font-family: "Archivo", sans-serif;
  font-size: clamp(2.8rem, 6vw, 4.2rem);
  font-weight: 800;
  color: var(--sun);
  letter-spacing: -0.06em;
  line-height: 1;
}

.rental-price-label {
  font-weight: 800;
  color: rgba(248, 246, 239, 0.7);
  font-size: 1.12rem;
}

/* Discount badge / Störer */
.rental-discount-badge {
  position: absolute;
  top: -18px;
  right: 34px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c0392b, #e74c3c);
  color: #fff;
  box-shadow: 0 8px 28px rgba(192, 57, 43, 0.45), 0 2px 6px rgba(0, 0, 0, 0.12);
  animation: badge-pulse 2.4s ease-in-out infinite;
}

.rental-discount-badge strong {
  font-family: "Archivo", sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.rental-discount-badge span {
  font-weight: 700;
  font-size: 0.88rem;
  opacity: 0.92;
  white-space: nowrap;
}

@keyframes badge-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

/* Vermietung responsive */
@media (max-width: 980px) {
  .rental-hero-grid {
    grid-template-columns: 1fr;
  }

  .rental-hero {
    padding: 56px 0 34px;
  }

  .rental-specs {
    grid-template-columns: 1fr 1fr;
  }

  .rental-features {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .rental-hero {
    padding: 34px 0 22px;
  }

  .rental-hero-grid {
    gap: 18px;
  }

  .rental-hero-copy h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.35rem);
  }

  .rental-hero .hero-text {
    margin: 14px 0;
    font-size: .98rem;
  }

  .rental-hero-media {
    border-radius: 22px;
  }

  .rental-specs {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .rental-specs-item {
    padding: 12px 14px;
    border-radius: 14px;
  }

  .rental-specs-item dt {
    font-size: .88rem;
  }

  .rental-specs-item dd {
    font-size: .92rem;
  }

  .rental-floorplan-img img {
    border-radius: 18px;
  }

  .rental-discount-badge {
    right: 14px;
    top: -14px;
    padding: 10px 16px;
    gap: 6px;
  }

  .rental-discount-badge strong {
    font-size: 0.95rem;
  }

  .rental-discount-badge span {
    font-size: 0.76rem;
  }

  .rental-price {
    flex-direction: column;
    gap: 6px;
    margin: 22px 0 6px;
  }

  .rental-price-amount {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .rental-price-label {
    font-size: .94rem;
  }
}

@media (max-width: 380px) {
  .rental-specs {
    grid-template-columns: 1fr;
  }
}

/* ===== Rental combo: Raumkonzept + Ausstattung ===== */
.rental-combo {
  background: linear-gradient(180deg, #f2efe7 0%, #fbfaf6 100%);
}

.rental-combo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.rental-combo-floorplan,
.rental-combo-equipment {
  padding: clamp(24px, 4vw, 44px);
  border-radius: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 16px 44px rgba(18, 33, 43, 0.08);
}

.rental-combo-floorplan h2,
.rental-combo-equipment h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
}

.rental-combo-floorplan p,
.rental-combo-equipment > p {
  color: var(--muted);
  font-size: 1.05rem;
}

.rental-combo-floorplan .rental-floorplan-img {
  margin: 24px 0 0;
  max-width: 100%;
}

.rental-features-compact {
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  margin-top: 20px;
}

.rental-features-compact li {
  padding: 12px 16px !important;
  border-radius: 16px !important;
  font-size: 0.92rem;
}

/* ===== Rental booking: Form + Sidebar ===== */
.rental-booking-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items: start;
}

.rental-booking-sidebar {
  display: grid;
  gap: 24px;
  position: sticky;
  top: 160px;
}

.rental-sidebar-contact {
  padding: clamp(24px, 4vw, 38px);
  border-radius: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 16px 44px rgba(18, 33, 43, 0.08);
}

.rental-sidebar-contact h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.rental-sidebar-contact p {
  color: var(--muted);
  font-size: 1.05rem;
}

/* ===== Rental inquiry form ===== */
.rental-inquiry-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  border-radius: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 16px 44px rgba(18, 33, 43, 0.08);
}

.rental-inquiry-form label {
  display: grid;
  gap: 7px;
  color: var(--deep);
  font-weight: 900;
}

.rental-inquiry-form input,
.rental-inquiry-form textarea {
  width: 100%;
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--foam);
  color: var(--ink);
  font: inherit;
}

.rental-inquiry-form textarea {
  resize: vertical;
  min-height: 80px;
}

.rental-inquiry-fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

.rental-inquiry-hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.rental-inquiry-hint a {
  color: var(--petrol);
  font-weight: 900;
}

.rental-calendar-wrap {
  display: grid;
  gap: 14px;
}

.rental-calendar-label {
  margin: 0;
  font-weight: 900;
  color: var(--deep);
}

.rental-calendar-label span {
  font-weight: 500;
  color: var(--muted);
  font-size: 0.9rem;
}

.rental-calendar {
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--foam);
  overflow: hidden;
  user-select: none;
}

.rental-calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: var(--deep);
  color: var(--foam);
}

.rental-cal-title {
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
}

.rental-cal-prev,
.rental-cal-next {
  border: 0;
  background: rgba(255, 255, 255, 0.14);
  color: var(--sun);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: background 150ms ease;
}

.rental-cal-prev:hover,
.rental-cal-next:hover {
  background: rgba(255, 255, 255, 0.24);
}

.rental-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  padding: 12px;
}

.rental-cal-dow {
  text-align: center;
  font-weight: 800;
  font-size: 0.78rem;
  color: var(--muted);
  padding: 4px 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.rental-cal-day {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  transition: background 120ms ease, color 120ms ease, transform 120ms ease;
}

.rental-cal-day:hover:not(:disabled):not(.is-selected):not(.is-range) {
  background: var(--sand);
  transform: scale(1.08);
}

.rental-cal-day:disabled {
  color: rgba(18, 33, 43, 0.22);
  cursor: not-allowed;
}

.rental-cal-day.is-weekend {
  color: rgba(18, 33, 43, 0.32);
  cursor: not-allowed;
}

.rental-cal-day.is-selected {
  background: var(--sun);
  color: var(--deep);
  font-weight: 900;
  box-shadow: 0 4px 14px rgba(244, 185, 66, 0.4);
  transform: scale(1.1);
  z-index: 1;
}

.rental-cal-day.is-range {
  background: rgba(244, 185, 66, 0.18);
  color: var(--deep);
  border-radius: 8px;
}

.rental-cal-day.is-today::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--petrol);
}

.rental-date-display {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.rental-date-chip {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--foam);
  border: 1px solid var(--line);
}

.rental-date-chip-label {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--petrol);
}

.rental-date-chip strong {
  font-family: "Archivo", sans-serif;
  font-size: 1.05rem;
  color: var(--deep);
}

.rental-price-summary {
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--deep), #134f55);
  color: var(--foam);
  display: grid;
  gap: 8px;
}

.rental-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.rental-price-row[hidden] {
  display: none;
}

.rental-price-total {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.15rem;
}

.rental-price-total strong:last-child {
  font-family: "Archivo", sans-serif;
  font-size: 1.35rem;
  color: var(--sun);
  letter-spacing: -0.03em;
}

.rental-discount-row {
  color: var(--sun);
}

@media (max-width: 980px) {
  .rental-combo-grid {
    grid-template-columns: 1fr;
  }

  .rental-booking-grid {
    grid-template-columns: 1fr;
  }

  .rental-booking-sidebar {
    position: static;
  }

  .rental-inquiry-fields {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .rental-combo-floorplan,
  .rental-combo-equipment {
    padding: 20px;
    border-radius: 22px;
  }

  .rental-combo-equipment h2,
  .rental-combo-floorplan h2 {
    font-size: clamp(1.4rem, 6vw, 1.8rem);
  }

  .rental-sidebar-contact {
    padding: 20px;
    border-radius: 22px;
  }

  .rental-inquiry-form {
    padding: 20px;
    border-radius: 22px;
  }

  .rental-inquiry-fields {
    grid-template-columns: 1fr;
  }

  .rental-date-display {
    grid-template-columns: 1fr;
  }

  .rental-calendar-grid {
    padding: 8px;
    gap: 2px;
  }

  .rental-cal-day {
    font-size: 0.88rem;
  }
}

/* ===== Werkstatt page ===== */
.workshop-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 92px;
  background: radial-gradient(circle at 85% 18%, rgba(244, 185, 66, 0.28), transparent 28%), linear-gradient(135deg, #f8f6ef 0%, #e4f0ec 48%, #c6dfdb 100%);
}

.workshop-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 0.72fr;
  gap: 42px;
  align-items: center;
}

.workshop-hero-copy h1 {
  max-width: 900px;
}

.workshop-hero-image {
  position: relative;
  margin: 0;
  min-height: 420px;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: var(--shadow);
  background: var(--deep);
}

.workshop-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Workshop steps (Ablauf) */
.workshop-steps {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.workshop-step {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px;
  border-radius: 22px;
  background: var(--foam);
  border: 1px solid var(--line);
}

.workshop-step-num {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--deep);
  color: var(--sun);
  font-family: "Archivo", sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
}

.workshop-step strong {
  display: block;
  font-family: "Archivo", sans-serif;
  color: var(--deep);
  margin-bottom: 4px;
}

.workshop-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

/* Workshop gallery */
.workshop-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.workshop-gallery .gallery-item img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  height: auto;
  min-height: 0;
}

/* Werkstatt responsive */
@media (max-width: 980px) {
  .workshop-hero-grid {
    grid-template-columns: 1fr;
  }

  .workshop-hero {
    padding: 56px 0 34px;
  }

  .workshop-hero-image {
    min-height: 320px;
  }

  .workshop-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .workshop-hero {
    padding: 34px 0 22px;
  }

  .workshop-hero-grid {
    gap: 18px;
  }

  .workshop-hero-copy h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.35rem);
  }

  .workshop-hero .hero-text {
    margin: 14px 0;
    font-size: .98rem;
  }

  .workshop-hero-image {
    min-height: 220px;
    border-radius: 24px;
  }

  .workshop-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .workshop-gallery .gallery-item {
    border-radius: 18px;
  }

  .workshop-gallery .gallery-item img {
    aspect-ratio: 16 / 11;
  }

  .workshop-gallery .gallery-item figcaption {
    min-height: 48px;
    padding: 9px 10px;
    font-size: .74rem;
    line-height: 1.25;
  }

  .workshop-steps {
    gap: 10px;
    margin-top: 18px;
  }

  .workshop-step {
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
  }

  .workshop-step-num {
    width: 34px;
    height: 34px;
    font-size: .95rem;
  }

  .workshop-step strong {
    font-size: .95rem;
  }

  .workshop-step p {
    font-size: .84rem;
  }
}

/* Responsive-Fix: Unterseiten-Hero-Grids auf dem Handy einspaltig OHNE Blowout.
   minmax(0, 1fr) statt 1fr -> die Spalte darf auf die Bildschirmbreite schrumpfen.
   Am Dateiende, damit es die einzelnen Seitenregeln sicher ueberschreibt. */
@media (max-width: 980px) {
  .market-hero-grid,
  .wash-hero-grid,
  .rental-hero-grid,
  .workshop-hero-grid,
  .market-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .market-hero-copy,
  .wash-hero-copy,
  .rental-hero-copy,
  .workshop-hero-copy {
    min-width: 0;
  }
}
