@font-face {
  font-family: "FiestaDisplay";
  src: url("https://ext.same-assets.com/837752646/1646865836.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Landingpage-Hero mobil: Text, freier Bildbereich und kompakte Fakten auf einen Blick */
@media (max-width: 680px) {
  .hero {
    min-height: 100svh;
    padding: 88px 0 18px;
    align-items: stretch;
  }

  .hero__content {
    width: calc(100% - 36px);
    max-width: none;
    min-height: calc(100svh - 106px);
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    padding: 0;
  }

  .hero__eyebrow {
    margin-bottom: 14px;
    font-size: 0.67rem;
    line-height: 1.35;
    letter-spacing: 0.18em;
  }

  .hero__eyebrow::after {
    width: 38px;
    margin-top: 10px;
  }

  .hero .hero__title {
    max-width: 340px;
    font-size: clamp(2.25rem, 10vw, 2.85rem);
    line-height: 0.98;
    letter-spacing: -0.025em;
  }

  .hero .hero__copy {
    max-width: 345px;
    margin-top: 14px;
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .hero .hero__actions {
    align-items: center;
    gap: 10px 18px;
    margin-top: 16px;
  }

  .hero-cta {
    width: auto;
    height: 50px;
    gap: 12px;
    padding-left: 19px;
    font-size: 0.68rem;
  }

  .hero-cta__arrow {
    width: 36px;
    height: 36px;
  }

  .hero-textlink {
    font-size: 0.66rem;
    letter-spacing: 0.11em;
  }

  .hero__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 0;
    margin: auto 0 0;
    padding: 9px 5px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 14px;
    background-color: rgba(255, 253, 249, 0.92);
    box-shadow: 0 14px 34px rgba(30, 25, 18, 0.13);
    backdrop-filter: blur(14px) saturate(130%);
  }

  .hero .hero-feature,
  .hero .hero-feature:first-child {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 3px 7px;
    text-align: center;
  }

  .hero .hero-feature + .hero-feature {
    border-top: 0;
    border-left: 1px solid rgba(37, 27, 16, 0.1);
  }

  .hero .hero-feature__icon {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }

  .hero .hero-feature__text {
    justify-items: center;
  }

  .hero .hero-feature strong {
    font-size: clamp(0.57rem, 2.55vw, 0.66rem);
    line-height: 1.2;
  }

  .hero .hero-feature small {
    margin-top: 2px;
    font-size: clamp(0.49rem, 2.15vw, 0.57rem);
    line-height: 1.25;
  }

  .hero__backdrop img {
    object-position: center 58%;
  }

  .hero__wash {
    background:
      linear-gradient(
        180deg,
        rgba(249, 247, 244, 0.99) 0%,
        rgba(249, 247, 244, 0.94) 34%,
        rgba(249, 247, 244, 0.56) 45%,
        rgba(249, 247, 244, 0.03) 59%,
        rgba(249, 247, 244, 0.12) 74%,
        rgba(249, 247, 244, 0.92) 91%,
        rgba(249, 247, 244, 0.99) 100%
      );
  }
}

/* Standorte und Einsatzgebiet */
.locations {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 8vw, 112px) 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(185, 130, 46, 0.09), transparent 32%),
    linear-gradient(180deg, #fbfaf7 0%, #f5f1e9 100%);
}

.locations::after {
  position: absolute;
  right: -120px;
  bottom: -170px;
  width: 440px;
  height: 440px;
  content: "";
  border: 1px solid rgba(185, 130, 46, 0.11);
  border-radius: 50%;
  box-shadow:
    0 0 0 56px rgba(185, 130, 46, 0.035),
    0 0 0 112px rgba(185, 130, 46, 0.022);
  pointer-events: none;
}

.locations__inner {
  position: relative;
  z-index: 1;
}

.locations__head {
  max-width: 760px;
  margin: 0 auto clamp(30px, 4vw, 48px);
  text-align: center;
}

.locations__head .kicker {
  margin-bottom: 12px;
  color: #ad7627;
}

.locations__head h2 {
  margin: 0;
  color: #17120c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.65rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.locations__head h2 em {
  color: #b17b28;
  font-style: normal;
}

.locations__head > p:last-child {
  max-width: 650px;
  margin: 20px auto 0;
  color: #6d655c;
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.65;
}

.locations__core {
  max-width: 920px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto 14px;
}

.location-core {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 26px;
  border: 1px solid rgba(72, 57, 39, 0.09);
  border-radius: 18px;
  background: #fffdf9;
  box-shadow: 0 18px 42px rgba(46, 32, 16, 0.08);
}

.location-core__image {
  display: none;
}

.location-core__icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: #b9822e;
  box-shadow: 0 10px 24px rgba(185, 130, 46, 0.22);
}

.location-core__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.location-core small,
.location-core strong {
  display: block;
}

.location-core small {
  margin-bottom: 3px;
  color: #8b8176;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-core strong {
  color: #17120c;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.1;
}

.locations__grid {
  max-width: 920px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.locations__grid li {
  min-width: 0;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border: 1px solid rgba(72, 57, 39, 0.08);
  border-radius: 12px;
  color: #342d25;
  background: rgba(255, 253, 249, 0.78);
  font-size: 0.78rem;
  font-weight: 720;
  box-shadow: 0 7px 20px rgba(46, 32, 16, 0.035);
}

.locations__grid li svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: none;
  stroke: #b17b28;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.locations__grid li:last-child:nth-child(4n + 3) {
  grid-column: span 2;
}

.locations__foot {
  max-width: 920px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 26px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(72, 57, 39, 0.1);
}

.locations__foot p {
  max-width: 590px;
  margin: 0;
  color: #71695f;
  font-size: 0.82rem;
  line-height: 1.55;
}

.locations__foot p strong {
  color: #2b241d;
}

.locations__info-icon {
  display: none;
}

@media (min-width: 761px) {
  .locations {
    padding: 42px 0 34px;
    background:
      radial-gradient(circle at 0% 8%, rgba(185, 130, 46, 0.07), transparent 32%),
      linear-gradient(180deg, #fbfaf7 0%, #f8f4ed 100%);
  }

  .locations__head {
    margin-bottom: 28px;
  }

  .locations__head .kicker {
    margin-bottom: 13px;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
  }

  .locations__head h2 {
    max-width: 800px;
    margin-inline: auto;
    font-size: clamp(2.8rem, 4vw, 4rem);
    line-height: 0.98;
  }

  .locations__head > p:last-child {
    max-width: 650px;
    margin-top: 16px;
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .locations__core {
    max-width: 1060px;
    gap: 14px;
    margin-bottom: 10px;
  }

  .location-core {
    position: relative;
    min-height: 0;
    height: 220px;
    overflow: hidden;
    gap: 18px;
    padding: 28px 26px;
    border: 0;
    border-radius: 16px;
    color: #fff;
    background: #555;
    box-shadow: 0 16px 36px rgba(35, 27, 19, 0.11);
  }

  .location-core::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(90deg, rgba(16, 18, 22, 0.5) 0%, rgba(16, 18, 22, 0.18) 44%, transparent 72%);
  }

  .location-core__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }

  .location-core__icon,
  .location-core > span:last-child {
    position: relative;
    z-index: 2;
  }

  .location-core__icon {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
    border-radius: 14px;
    color: #17120c;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.13);
  }

  .location-core__icon svg {
    width: 28px;
    height: 28px;
    stroke-width: 1.8;
  }

  .location-core small {
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .location-core strong {
    color: #fff;
    font-family: "Manrope", "SF Pro Text", sans-serif;
    font-size: 1.65rem;
    font-weight: 650;
    letter-spacing: -0.025em;
    text-transform: uppercase;
  }

  .locations__grid {
    max-width: 1060px;
    gap: 8px 10px;
  }

  .locations__grid li {
    min-height: 56px;
    padding: 12px 18px;
    border-color: rgba(72, 57, 39, 0.07);
    border-radius: 10px;
    background: rgba(255, 253, 249, 0.86);
    box-shadow: 0 6px 18px rgba(46, 32, 16, 0.025);
    font-size: 0.77rem;
  }

  .locations__grid li svg {
    width: 17px;
    height: 17px;
    flex-basis: 17px;
  }

  .locations__foot {
    max-width: 1060px;
    min-height: 88px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 14px;
    margin-top: 14px;
    padding: 14px 14px 14px 22px;
    border: 1px solid rgba(72, 57, 39, 0.1);
    border-radius: 12px;
    background: rgba(255, 253, 249, 0.64);
  }

  .locations__info-icon {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 3px solid #eee5d7;
    border-radius: 50%;
    color: #b9822e;
    font-family: Georgia, serif;
    font-size: 1rem;
    font-weight: 700;
  }

  .locations__foot p {
    max-width: none;
    display: grid;
    gap: 2px;
    font-size: 0.78rem;
  }

  .locations__foot p strong {
    font-size: 0.8rem;
  }

  .locations__foot .button {
    min-width: 294px;
    min-height: 48px;
    gap: 28px;
    border-radius: 6px;
    color: #fff;
    background: #16130f;
    box-shadow: 0 10px 24px rgba(18, 15, 11, 0.14);
    font-size: 0.72rem;
  }

  .locations__foot .button > span {
    font-size: 1.2rem;
    font-weight: 400;
  }
}

@media (max-width: 760px) {
  .locations {
    padding: 56px 0;
  }

  .locations__inner {
    width: calc(100% - 32px);
  }

  .locations__head {
    margin-bottom: 26px;
  }

  .locations__head h2 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .locations__head > p:last-child {
    margin-top: 15px;
    font-size: 0.84rem;
    line-height: 1.52;
  }

  .locations__core {
    gap: 8px;
    margin-bottom: 8px;
  }

  .location-core {
    min-height: 86px;
    gap: 10px;
    padding: 14px 12px;
    border-radius: 14px;
  }

  .location-core__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 10px;
  }

  .location-core__icon svg {
    width: 21px;
    height: 21px;
  }

  .location-core small {
    font-size: 0.54rem;
    letter-spacing: 0.08em;
  }

  .location-core strong {
    font-size: 1.15rem;
  }

  .locations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .locations__grid li {
    min-height: 48px;
    gap: 7px;
    padding: 9px 10px;
    border-radius: 10px;
    font-size: clamp(0.64rem, 3vw, 0.74rem);
  }

  .locations__grid li svg {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .locations__grid li:last-child:nth-child(4n + 3) {
    grid-column: span 2;
  }

  .locations__foot {
    display: grid;
    gap: 15px;
    margin-top: 20px;
    padding-top: 18px;
    text-align: center;
  }

  .locations__foot p {
    font-size: 0.74rem;
  }

  .locations__foot .button {
    width: 100%;
  }
}

:root {
  --ink: #17120c;
  --ink-soft: #5f574e;
  --muted: #8d8377;
  --gold: #c48a36;
  --gold-dark: #9c6722;
  --gold-soft: #ead3ae;
  --cream: #fbf7ef;
  --paper: #fffdf9;
  --sand: #efe7d9;
  --line: rgba(63, 48, 28, 0.13);
  --line-strong: rgba(196, 138, 54, 0.38);
  --shadow-card: 0 18px 44px rgba(46, 32, 16, 0.12);
  --shadow-lift: 0 28px 70px rgba(46, 32, 16, 0.18);
  --container: min(1320px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background-color: #fbf6ee;
  background-image:
    radial-gradient(1150px 620px at 8% -4%, rgba(196, 138, 54, 0.1), transparent 62%),
    radial-gradient(980px 720px at 102% 12%, rgba(196, 138, 54, 0.07), transparent 58%),
    radial-gradient(1100px 900px at 50% 118%, rgba(196, 138, 54, 0.08), transparent 60%),
    linear-gradient(180deg, #fffdf9 0%, #fbf5ec 46%, #f7efe3 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-family:
    "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.site-shell {
  min-height: 100vh;
  overflow: clip;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 76px;
  display: grid;
  grid-template-columns: 184px minmax(420px, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(24px, 4vw, 56px);
  border-bottom: 1px solid rgba(37, 27, 16, 0.08);
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 10px 34px rgba(43, 30, 15, 0.055);
  backdrop-filter: blur(22px) saturate(150%);
  transition:
    min-height 240ms ease,
    box-shadow 240ms ease,
    background 240ms ease;
}

.site-header.is-scrolled {
  min-height: 66px;
  background: rgba(255, 253, 249, 0.97);
  box-shadow: 0 14px 42px rgba(43, 30, 15, 0.1);
}

.brand {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 0;
  min-width: 0;
  overflow: visible;
}

.brand img {
  width: 124px;
  height: 40px;
  object-fit: contain;
  object-position: left center;
}

.brand span {
  display: none;
}

.desktop-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.55vw, 28px);
  height: 100%;
}

.desktop-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 76px;
  color: #111;
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  transition: color 200ms ease;
}

.site-header.is-scrolled .desktop-nav a {
  height: 66px;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 17px;
  width: 0;
  height: 2px;
  background: var(--gold);
  transform: translateX(-50%);
  transition: width 220ms ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
  color: var(--gold-dark);
}

.desktop-nav a:hover::after,
.desktop-nav a.is-active::after {
  width: 34px;
}

.nav-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 152px;
}

.phone-link__icon {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: var(--gold);
}

.phone-link strong {
  display: block;
  color: #0f0d0a;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.phone-link small {
  display: block;
  margin-top: 1px;
  color: var(--muted);
  font-size: 0.68rem;
  white-space: nowrap;
}

.language-menu {
  position: relative;
}

.language-trigger {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  border: 1px solid rgba(196, 138, 54, 0.34);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  box-shadow: 0 8px 22px rgba(46, 32, 16, 0.08);
}

.language-trigger::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.6px solid var(--gold-dark);
  border-bottom: 1.6px solid var(--gold-dark);
  transform: translateY(-2px) rotate(45deg);
}

.flag {
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.flag--de {
  background: linear-gradient(180deg, #111 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66% 100%);
}

.flag--en {
  position: relative;
  background: #1f4aa8;
}

.flag--en::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(32deg, transparent 43%, #fff 43% 57%, transparent 57%),
    linear-gradient(-32deg, transparent 43%, #fff 43% 57%, transparent 57%),
    linear-gradient(90deg, transparent 38%, #fff 38% 62%, transparent 62%),
    linear-gradient(180deg, transparent 38%, #fff 38% 62%, transparent 62%);
}

.flag--en::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 43%, #c8102e 43% 57%, transparent 57%),
    linear-gradient(180deg, transparent 43%, #c8102e 43% 57%, transparent 57%);
}

.language-popover {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 100;
  min-width: 226px;
  padding: 12px;
  border: 1px solid rgba(63, 48, 28, 0.13);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.97);
  box-shadow: 0 24px 70px rgba(46, 32, 16, 0.18);
  backdrop-filter: blur(22px) saturate(150%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.language-menu.is-open .language-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.language-popover p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.language-popover button {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 11px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-weight: 850;
  text-align: left;
}

.language-popover button:hover,
.language-popover button.is-active {
  background: rgba(196, 138, 54, 0.12);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 3px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease,
    border-color 220ms ease;
}

.header-cta,
.button--gold {
  color: #fff;
  background: linear-gradient(180deg, #d8a658 0%, #b97a2d 100%);
  box-shadow: 0 12px 28px rgba(185, 122, 45, 0.24);
}

.button--white,
.button--outline-gold {
  color: #1b160f;
  border: 1px solid rgba(196, 138, 54, 0.56);
  background: rgba(255, 255, 255, 0.72);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lift);
}

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(196, 138, 54, 0.28);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 220ms ease;
}

.menu-open .menu-button span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-open .menu-button span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

/* Kompaktes Dropdown-Menü vom oberen Bildschirmrand (kein Vollbild) */
.mobile-nav {
  position: fixed;
  z-index: 70;
  top: 72px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 6px clamp(18px, 5vw, 28px) 18px;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.99);
  border-bottom: 1px solid rgba(23, 18, 12, 0.1);
  box-shadow: 0 26px 46px rgba(46, 32, 16, 0.16);
  backdrop-filter: blur(22px) saturate(140%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition:
    opacity 200ms ease,
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-nav > a {
  padding: 13px 2px;
  border-bottom: 1px solid rgba(23, 18, 12, 0.08);
  color: var(--ink);
  font-family: "Manrope", "SF Pro Text", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-transform: none;
  transition: color 180ms ease;
}

.mobile-nav > a:hover,
.mobile-nav > a.is-active {
  color: var(--gold-dark);
}

.mobile-nav__bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.mobile-nav__bottom .button {
  width: 100%;
}

.phone-link--mobile {
  width: fit-content;
}

/* Sprach-Umschalter im Menü ausblenden (bereits in der Navbar vorhanden) */
.language-menu--mobile {
  display: none;
}

.hero {
  position: relative;
  min-height: clamp(420px, 47svh, 500px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 116px 0 clamp(46px, 5vw, 72px);
  background: transparent;
  isolation: isolate;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: -4;
  background: transparent;
  will-change: transform;
}

.hero__backdrop picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__backdrop img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 74% center;
  filter: saturate(1.02) contrast(1) brightness(1.02);
}

.hero__wash {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(
      90deg,
      rgba(251, 246, 238, 0.98) 0%,
      rgba(251, 246, 238, 0.92) 26%,
      rgba(251, 246, 238, 0.56) 42%,
      rgba(251, 246, 238, 0.12) 58%,
      rgba(251, 246, 238, 0) 72%
    ),
    linear-gradient(
      180deg,
      rgba(251, 246, 238, 0.55) 0%,
      rgba(251, 246, 238, 0) 24%,
      rgba(251, 246, 238, 0) 72%,
      rgba(247, 239, 227, 0.92) 100%
    );
}

.hero__content {
  max-width: 520px;
  margin-inline: clamp(72px, 7.5vw, 150px) auto;
  text-align: left;
  padding-top: 4px;
}

.kicker {
  margin: 0 0 13px;
  color: var(--gold-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.hero__title,
h2 {
  margin: 0;
  color: #0f0c08;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.hero__title {
  display: grid;
  gap: 0;
  font-size: clamp(2.82rem, 4.05vw, 4.95rem);
  line-height: 0.9;
}

.hero__title em {
  color: var(--gold);
  font-style: normal;
}

.hero__copy {
  max-width: 470px;
  margin: 18px 0 0;
  color: rgba(58, 51, 43, 0.78);
  font-family:
    "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(0.98rem, 1.03vw, 1.08rem);
  font-weight: 430;
  line-height: 1.72;
  letter-spacing: 0.002em;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.rentals {
  position: relative;
  z-index: 2;
  padding: clamp(28px, 3.5vw, 44px) 0 clamp(64px, 6vw, 92px);
  color: var(--ink);
  background: transparent;
}

.landing-fleet {
  align-self: center;
  padding: 20px;
  border: 1px solid rgba(63, 48, 28, 0.1);
  border-radius: 16px;
  background: rgba(255, 253, 249, 0.58);
  box-shadow: 0 24px 80px rgba(46, 32, 16, 0.1);
  backdrop-filter: blur(16px) saturate(130%);
}

.landing-fleet__head {
  display: grid;
  justify-items: center;
  gap: 4px;
  margin-bottom: 9px;
  text-align: center;
}

.landing-fleet__head .kicker {
  margin: 0;
}

.landing-fleet__head h2 {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
  font-size: clamp(1.55rem, 2.05vw, 2.45rem);
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.rental-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.rental-grid--landing {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.rental-card {
  position: static;
  border: 1px solid rgba(38, 29, 18, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-card);
}

.rental-card::after {
  content: none;
  display: none;
}

.rental-card:hover::after {
  opacity: 0;
}

.rental-card:hover {
  border-color: rgba(196, 138, 54, 0.32);
  box-shadow: var(--shadow-lift);
  transform: translateY(-5px);
}

.rental-card__image {
  display: block;
  height: 96px;
  overflow: hidden;
  border-radius: 0;
  background: var(--sand);
}

.rental-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: initial;
  filter: saturate(0.86) contrast(0.98) brightness(1.04);
  transform-origin: center;
  transition: transform 650ms ease;
}

.rental-card:hover .rental-card__image img {
  transform: scale(1.045);
}

.rental-card__body {
  position: static;
  inset: auto;
  padding: 12px 14px 11px;
  color: inherit;
}

.rental-card h3 {
  min-height: 34px;
  margin: 0;
  color: #111;
  font-family: "FiestaDisplay", Georgia, "Times New Roman", serif;
  font-weight: 900;
  font-size: 0.78rem;
  line-height: 1.12;
  letter-spacing: -0.018em;
  text-transform: uppercase;
}

.rental-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(38, 29, 18, 0.1);
}

.rental-meta span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6b6258;
  font-size: 0.7rem;
}

.rental-meta span::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
}

.rental-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 9px;
}

.rental-card__footer p {
  margin: 0;
  color: #111;
  font-size: 0.74rem;
}

.rental-card__footer small,
.rental-card__footer span {
  color: #3d362e;
  font-size: 0.72rem;
}

.rental-card__footer strong {
  color: var(--gold);
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.rental-arrow {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--gold-dark);
  font-size: 1.28rem;
  line-height: 1;
  border: 0;
  border-radius: 0;
  background: none;
  transition:
    color 200ms ease,
    transform 200ms ease;
}

.rental-arrow:hover {
  color: #111;
  transform: translateX(3px);
  background: none;
  border-color: transparent;
}

.rental-actions {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.section-head {
  max-width: 760px;
  margin: 0 auto clamp(40px, 4.5vw, 62px);
  text-align: center;
}

.section-head .kicker {
  margin-bottom: 14px;
}

.section-head h2,
.about h2,
.process h2,
.gallery h2,
.footer__cta-text h2,
.why h2 {
  font-family: "FiestaDisplay", Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.032em;
}

.occasions h2,
.reviews h2,
.about h2,
.process h2,
.gallery h2,
.final-cta h2 {
  font-size: clamp(2.05rem, 3.05vw, 3.6rem);
  line-height: 1.03;
  letter-spacing: -0.052em;
}

.stars {
  color: var(--gold);
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}

.google-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: conic-gradient(from 210deg, #ea4335, #fbbc05 28%, #34a853 56%, #4285f4 82%, #ea4335);
  font-size: 1.32rem;
  font-weight: 900;
}

.panel {
  position: relative;
  border-radius: clamp(22px, 2.6vw, 36px);
  padding: clamp(28px, 4vw, 62px);
}

.panel--light {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.panel--dark {
  overflow: hidden;
  color: var(--cream);
  border: 1px solid rgba(196, 138, 54, 0.28);
  background:
    radial-gradient(820px 460px at 86% -14%, rgba(196, 138, 54, 0.22), transparent 60%),
    radial-gradient(640px 480px at 0% 120%, rgba(196, 138, 54, 0.1), transparent 58%),
    linear-gradient(158deg, #21160d 0%, #160d07 100%);
  box-shadow: 0 40px 90px rgba(23, 15, 7, 0.32);
}

.rating-breakdown {
  display: grid;
  gap: 6px;
  margin: 12px 0 6px;
}

.rating-row {
  display: grid;
  grid-template-columns: 14px 1fr auto;
  align-items: center;
  gap: 10px;
}

.rating-label {
  color: rgba(245, 239, 228, 0.7);
  font-size: 0.72rem;
  line-height: 1;
}

.rating-bar {
  position: relative;
  height: 6px;
  border-radius: 999px;
  background: rgba(245, 239, 228, 0.16);
  overflow: hidden;
}

.rating-bar > span {
  position: absolute;
  inset: 0 auto 0 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
}

.rating-value {
  color: rgba(245, 239, 228, 0.7);
  font-size: 0.72rem;
}

.occasions {
  padding: clamp(64px, 7vw, 108px) 0;
}

.occasions__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: clamp(204px, 21.5vw, 254px);
  gap: clamp(16px, 1.7vw, 24px);
}

.occasion-card {
  position: relative;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(46, 32, 16, 0.16);
  isolation: isolate;
  transition:
    transform 320ms ease,
    box-shadow 320ms ease;
}

.occasion-card--tall {
  grid-row: span 2;
}

.occasion-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 36px 80px rgba(46, 32, 16, 0.24);
}

.occasion-card__link {
  display: block;
  height: 100%;
  min-height: clamp(204px, 21.5vw, 254px);
}

.occasion-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.occasion-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(17, 12, 7, 0) 30%, rgba(17, 12, 7, 0.32) 55%, rgba(17, 12, 7, 0.9) 100%);
}

.occasion-card:hover img {
  transform: scale(1.07);
}

.occasion-card__body {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: grid;
  gap: 11px;
  padding: clamp(24px, 2.6vw, 36px);
  color: var(--cream);
}

.occasion-card__tag {
  width: fit-content;
  padding: 6px 13px;
  border-radius: 999px;
  border: 1px solid rgba(234, 211, 174, 0.4);
  background: rgba(17, 12, 7, 0.34);
  backdrop-filter: blur(6px);
  color: var(--gold-soft);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.occasion-card__body h3 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(1.55rem, 2vw, 2.1rem);
  letter-spacing: -0.04em;
}

.occasion-card__body p {
  margin: 0;
  max-width: 36ch;
  color: rgba(245, 239, 228, 0.82);
  font-size: 0.92rem;
  line-height: 1.6;
}

.occasion-card__cta {
  margin-top: 5px;
  color: var(--gold-soft);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: letter-spacing 240ms ease;
}

.occasion-card:hover .occasion-card__cta {
  letter-spacing: 0.16em;
}

.reviews {
  padding: clamp(48px, 5vw, 80px) 0;
}

/* ============ Reviews Version E (Icon & Statement) ============ */
.reviews--full {
  padding: clamp(50px, 6vw, 84px) 0;
}

.reviews-e {
  width: 100%;
  background: transparent;
}

.reviews-e__inner {
  width: 100%;
  margin-inline: 0;
  display: grid;
  grid-template-columns: 0.9fr 1fr 1.4fr;
  align-items: center;
  gap: clamp(20px, 4vw, 60px);
  padding: clamp(26px, 3vw, 34px);
  border: 1px solid rgba(63, 48, 28, 0.1);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,250,241,0.76));
  box-shadow: 0 22px 60px rgba(46, 32, 16, 0.12);
}

.reviews-e__icon {
  display: grid;
  place-items: center;
}

.medal {
  width: clamp(86px, 10vw, 120px);
  height: clamp(86px, 10vw, 120px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--gold);
  background:
    radial-gradient(circle at 50% 45%, rgba(196,138,54,0.16), transparent 62%),
    #fffdf9;
  box-shadow: inset 0 0 0 1px rgba(196,138,54,0.34);
}

.medal > span {
  font-weight: 900;
  font-size: clamp(1.6rem, 3.6vw, 2.2rem);
}

.reviews-e__rating {
  text-align: left;
}

.reviews-e__rating .reviews__badge {
  margin: 0 0 8px;
}

.reviews-e__rating .reviews__badge span {
  color: var(--muted);
  font-size: 0.75rem;
}

.reviews-e__baseline {
  margin: 4px 0 14px;
  color: var(--muted);
  font-size: 0.9rem;
}

.reviews-e__statement {
  position: relative;
  border-left: 1px solid var(--line);
  padding-left: clamp(18px, 2vw, 26px);
}

.reviews-e__statement .quote-mark {
  position: absolute;
  left: -18px;
  top: -6px;
  color: rgba(196, 138, 54, 0.36);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4.2vw, 3rem);
  line-height: 1;
}

.reviews-e__statement h3 {
  margin: 0 0 14px;
  color: #0f0c08;
  font-family: "FiestaDisplay", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.3rem, 2.1vw, 1.7rem);
  letter-spacing: -0.02em;
}

.reviews-e__statement .button {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 6px;
}

.reviews-e__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
  padding-top: clamp(12px, 1.4vw, 16px);
  border-top: 1px solid rgba(63, 48, 28, 0.1);
  border-left: 1px solid var(--line);
  padding-left: clamp(18px, 2vw, 26px);
}

.reviews-e__facts .fact {
  text-align: left;
}

.reviews-e__facts .fact + .fact {
  border-left: 1px solid var(--line);
  padding-left: clamp(16px, 2vw, 24px);
}

.reviews-e__facts .stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(196, 138, 54, 0.34);
  background: radial-gradient(circle at 50% 35%, rgba(196, 138, 54, 0.12), transparent 70%);
}

.reviews-e__facts .stat-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--gold);
}

.reviews-e__facts .fact strong {
  display: block;
  color: #17120c;
  font-family: Georgia, serif;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}

.reviews-e__facts .fact span:last-child {
  color: var(--muted);
  font-size: 0.86rem;
}

.reviews--e.reviews--full {
  background: transparent;
}

.reviews--e.reviews--full .reviews-e__inner {
  width: 100%;
  margin-inline: 0;
}

.reviews__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.42fr 0.74fr;
  gap: clamp(24px, 2.8vw, 52px);
  align-items: center;
}

.panel--dark .reviews__stat strong {
  color: var(--cream);
}

.panel--dark .reviews__stat span {
  color: rgba(245, 239, 228, 0.6);
}

.panel--dark .stat-icon {
  border-color: rgba(196, 138, 54, 0.5);
  background: radial-gradient(circle at 50% 30%, rgba(196, 138, 54, 0.22), transparent 72%);
}

.panel--dark .review-dots button {
  background: rgba(245, 239, 228, 0.26);
}

.panel--dark .review-dots button.is-active {
  background: var(--gold);
}

.panel--dark .review-arrow {
  border-color: rgba(234, 211, 174, 0.3);
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.05);
}

.panel--dark .review-arrow:hover {
  color: #17110a;
  background: var(--gold);
  border-color: var(--gold);
}

.stat-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(196, 138, 54, 0.36);
  background: radial-gradient(circle at 50% 30%, rgba(196, 138, 54, 0.13), transparent 72%);
}

.stat-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reviews__stats {
  display: grid;
  gap: clamp(16px, 2vw, 26px);
}

.reviews__stat {
  display: flex;
  align-items: center;
  gap: 14px;
}

.reviews__stat strong {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}

.reviews__stat span {
  display: block;
  margin-top: 1px;
  color: var(--muted);
  font-size: 0.82rem;
}

.reviews__summary {
  padding: clamp(30px, 3.2vw, 44px);
  border: 1px solid rgba(63, 48, 28, 0.12);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 241, 0.7));
  box-shadow: 0 26px 64px rgba(46, 32, 16, 0.1);
  text-align: center;
}

.panel--dark .reviews__summary {
  color: var(--cream);
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(234, 211, 174, 0.22);
  box-shadow: inset 0 0 0 1px rgba(17, 12, 7, 0.18), 0 26px 60px rgba(0, 0, 0, 0.26);
}

.reviews__badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  text-align: left;
}

.reviews__badge .google-mark {
  width: 40px;
  height: 40px;
  font-size: 1.12rem;
}

.reviews__badge strong {
  display: block;
  font-size: 0.94rem;
  font-weight: 900;
}

.reviews__badge span {
  display: block;
  margin-top: 1px;
  color: var(--muted);
  font-size: 0.75rem;
}

.reviews__score {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 6vw, 5rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.panel--dark .reviews__score {
  color: var(--cream);
}

.reviews__summary .stars {
  display: flex;
  justify-content: center;
  margin: 10px 0 12px;
  font-size: 1.24rem;
}

.panel--dark .reviews__summary .stars {
  color: var(--gold-soft);
}

.reviews__summary p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.reviews__link {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(196, 138, 54, 0.42);
  color: var(--gold-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: border-color 200ms ease;
}

.panel--dark .reviews__link {
  color: var(--gold-soft);
  border-bottom-color: rgba(234, 211, 174, 0.42);
}

.reviews__link:hover {
  border-color: var(--gold-dark);
}

.review-slider {
  min-width: 0;
}

.review-viewport {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.4vw, 20px);
}

.review-arrow {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(196, 138, 54, 0.42);
  border-radius: 50%;
  color: var(--gold-dark);
  background: rgba(255, 255, 255, 0.88);
  cursor: pointer;
  font-size: 1.15rem;
  box-shadow: 0 12px 28px rgba(46, 32, 16, 0.1);
  transition:
    background 200ms ease,
    color 200ms ease,
    border-color 200ms ease;
}

.review-arrow:hover {
  color: #fff;
  background: var(--gold);
  border-color: var(--gold);
}

.review-track {
  position: relative;
  flex: 1;
  min-width: 0;
  min-height: 268px;
}

.review-card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 3.2vw, 46px);
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transform: translateX(16px) scale(0.99);
  transition:
    opacity 320ms ease,
    transform 320ms ease;
}

.review-card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.review-card::before {
  height: 0;
  background: none;
}

.review-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.review-avatar {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(150deg, var(--gold), var(--gold-dark));
  font-size: 1.15rem;
  font-weight: 900;
}

.review-card__top strong {
  display: block;
  font-size: 1.02rem;
  font-weight: 900;
}

.review-card__top > div span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.8rem;
}

.review-quote-mark {
  margin-left: auto;
  align-self: flex-start;
  color: rgba(196, 138, 54, 0.4);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.2rem;
  line-height: 0.6;
}

.panel--dark .review-quote-mark {
  color: rgba(234, 211, 174, 0.36);
}

.review-card .stars {
  margin: 22px 0 14px;
  font-size: 1.12rem;
}

.panel--dark .review-card .stars {
  color: var(--gold-soft);
}

.review-card blockquote {
  margin: 0;
  color: #211914;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 1.9vw, 2.1rem);
  line-height: 1.24;
  letter-spacing: -0.03em;
}

.panel--dark .review-card blockquote {
  color: rgba(245, 239, 228, 0.96);
}

.review-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 20px;
}

.review-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(63, 48, 28, 0.22);
  cursor: pointer;
  transition:
    width 260ms ease,
    background 260ms ease;
}

.review-dots button.is-active {
  width: 24px;
  background: var(--gold);
}

.about {
  padding: clamp(40px, 4.5vw, 68px) 0;
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: stretch;
}

.about__visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: clamp(16px, 1.8vw, 24px);
  box-shadow: 0 22px 60px rgba(46, 32, 16, 0.14);
}

.about__visual img {
  width: 100%;
  height: 100%;
  min-height: clamp(360px, 40vw, 520px);
  object-fit: cover;
}

.about__content {
  align-self: center;
}

.about__content p {
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.78;
}

.about__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
  margin-top: clamp(26px, 3vw, 38px);
  padding-top: clamp(26px, 3vw, 34px);
  border-top: 1px solid rgba(63, 48, 28, 0.12);
}

.about__feature {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.feature-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(196, 138, 54, 0.34);
  background: radial-gradient(circle at 50% 28%, rgba(196, 138, 54, 0.14), transparent 72%);
}

.feature-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about__feature strong {
  display: block;
  color: #17120c;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.about__feature p {
  margin: 5px 0 0;
  color: rgba(74, 65, 55, 0.68);
  font-size: 0.84rem;
  line-height: 1.5;
}

.why {
  padding: clamp(40px, 6vw, 92px) 0;
}

.why__grid {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr;
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
}

.why__content p {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.78;
}

.why__points {
  display: grid;
  gap: clamp(14px, 1.6vw, 18px);
}

.why__point {
  display: flex;
  align-items: start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.why__point:last-child {
  border-bottom: 0;
}

.why__point strong {
  display: block;
  font-weight: 800;
  font-size: 0.95rem;
}

.why__point small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
}

.process {
  padding: clamp(26px, 3vw, 44px) 0 clamp(64px, 7vw, 108px);
}

.process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 44px);
}

.process__steps::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 16.6%;
  right: 16.6%;
  border-top: 2px dashed rgba(196, 138, 54, 0.4);
}

.process-step {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.process-step__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 22px;
  border-radius: 50%;
  border: 1px solid rgba(196, 138, 54, 0.32);
  background: transparent;
  box-shadow: none;
}

.process-step__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-step__num {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid rgba(255, 253, 249, 0.65);
  background: var(--gold);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 900;
}

.process-step h3 {
  margin: 0 0 9px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(1.35rem, 1.9vw, 1.9rem);
  letter-spacing: -0.04em;
}

.process-step p {
  margin: 0 auto;
  max-width: 32ch;
  color: var(--ink-soft);
  line-height: 1.64;
}

.gallery {
  padding: clamp(26px, 3vw, 44px) 0 clamp(72px, 8vw, 116px);
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(10px, 1.1vw, 16px);
}

.gallery figure {
  position: relative;
  margin: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: var(--shadow-card);
}

.gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.gallery figure:hover img {
  transform: scale(1.07);
}

.gallery__actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(30px, 3.2vw, 44px);
}

.site-footer {
  position: relative;
  margin-top: clamp(48px, 6vw, 104px);
  color: var(--cream);
  background:
    radial-gradient(920px 500px at 14% -8%, rgba(196, 138, 54, 0.22), transparent 60%),
    radial-gradient(720px 480px at 100% 108%, rgba(196, 138, 54, 0.12), transparent 56%),
    linear-gradient(180deg, #2a1d11 0%, #1d1209 58%, #150d06 100%);
}

.footer__cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.footer__cta-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  will-change: transform;
}

.footer__cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
}

.footer__cta-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, #f7efe3 0%, rgba(247, 239, 227, 0) 18%),
    linear-gradient(90deg, rgba(34, 24, 14, 0.94) 0%, rgba(34, 24, 14, 0.8) 42%, rgba(34, 24, 14, 0.5) 72%, rgba(34, 24, 14, 0.42)),
    linear-gradient(180deg, rgba(34, 24, 14, 0.52), rgba(34, 24, 14, 0.74));
}

.footer__cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 60px);
  flex-wrap: wrap;
  padding: clamp(54px, 6vw, 94px) 0;
}

.footer__cta-text h2 {
  margin: 0;
  color: var(--cream);
  font-family: "FiestaDisplay", Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.footer__cta-text p {
  margin: 12px 0 0;
  color: rgba(245, 239, 228, 0.74);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
}

.footer__body {
  border-top: 1px solid rgba(245, 239, 228, 0.1);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1.2fr;
  gap: clamp(30px, 4vw, 60px);
  padding: clamp(54px, 6vw, 84px) 0 clamp(40px, 4vw, 56px);
}

.footer__wordmark {
  display: block;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer__wordmark small {
  display: block;
  width: fit-content;
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid rgba(196, 138, 54, 0.42);
  color: var(--gold);
  font-family: "SF Pro Text", -apple-system, sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.footer__brand p {
  max-width: 40ch;
  margin: 22px 0 0;
  color: rgba(245, 239, 228, 0.58);
  font-size: 0.92rem;
  line-height: 1.72;
}

.footer__socials {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.footer__socials a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 239, 228, 0.16);
  border-radius: 50%;
  color: rgba(245, 239, 228, 0.8);
  transition:
    color 200ms ease,
    border-color 200ms ease,
    background 200ms ease,
    transform 200ms ease;
}

.footer__socials svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.footer__socials a:hover {
  color: #17110a;
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-2px);
}

.footer__col {
  display: grid;
  gap: 14px;
  align-content: start;
}

.footer__col strong {
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer__col > a {
  position: relative;
  width: fit-content;
  color: rgba(245, 239, 228, 0.66);
  font-size: 0.92rem;
  transition: color 200ms ease;
}

.footer__col > a:hover {
  color: var(--cream);
}

.footer__contact {
  gap: 16px;
}

.footer__contact-line {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer__contact-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(196, 138, 54, 0.34);
  border-radius: 50%;
  color: var(--gold);
}

.footer__contact-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer__contact-line strong {
  display: block;
  color: var(--cream);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.footer__contact-line small {
  display: block;
  margin-top: 2px;
  color: rgba(245, 239, 228, 0.5);
  font-size: 0.76rem;
}

.footer__contact-btn {
  margin-top: 8px;
  color: var(--gold-soft);
  border-color: rgba(196, 138, 54, 0.5);
  background: transparent;
}

.footer__contact-btn:hover {
  color: #17110a;
  background: var(--gold);
  border-color: var(--gold);
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(22px, 3vw, 28px) 0;
  border-top: 1px solid rgba(245, 239, 228, 0.1);
  color: rgba(245, 239, 228, 0.44);
  font-size: 0.82rem;
}

.footer__legal {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer__legal a {
  color: rgba(245, 239, 228, 0.5);
  transition: color 180ms ease;
}

.footer__legal a:hover {
  color: var(--gold);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 720ms ease,
    transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 90ms;
}

.reveal-delay-2 {
  transition-delay: 170ms;
}

.reveal-delay-3 {
  transition-delay: 250ms;
}

.reveal-delay-4 {
  transition-delay: 340ms;
}

/* Reviews Version E additions */
.google-word {
  display: inline-flex;
  gap: 1px;
  align-items: baseline;
  font-weight: 700;
  letter-spacing: 0;
}

.google-word .g {
  color: #4285F4;
}

.google-word .o1 {
  color: #DB4437;
}

.google-word .o2 {
  color: #F4B400;
}

.google-word .g2 {
  color: #4285F4;
}

.google-word .l {
  color: #0F9D58;
}

.google-word .e {
  color: #DB4437;
}

.reviews-e__statement {
  border-left: 1px solid var(--line);
  padding-left: clamp(18px, 2vw, 26px);
}

.reviews-e__facts {
  border-left: 1px solid var(--line);
  padding-left: clamp(18px, 2vw, 26px);
}

.reviews-e__rating .reviews__score {
  font-size: clamp(2.4rem, 3.6vw, 3rem);
}

.reviews-e__rating .stars {
  margin: 6px 0 6px;
}

.reviews-e__facts .fact + .fact {
  border-left: 1px solid var(--line);
  padding-left: clamp(16px, 2vw, 24px);
}

.reviews-e__facts .stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(196, 138, 54, 0.34);
  background: radial-gradient(circle at 50% 35%, rgba(196, 138, 54, 0.12), transparent 70%);
}

.reviews-e__facts .stat-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--gold);
}

/* ===================== Einsatzgebiet / Coverage ===================== */
.coverage {
  padding: clamp(40px, 5vw, 72px) 0;
}

.coverage__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  backdrop-filter: blur(6px) saturate(120%);
}

.coverage__item {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 10px;
  padding: 18px 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.8);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

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

.coverage__item strong {
  font-size: 1rem;
}

.coverage__item span {
  color: var(--muted);
  font-size: 0.86rem;
}

/* ===================== Preise / Prices ===================== */
.prices {
  padding: clamp(40px, 6vw, 84px) 0;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  backdrop-filter: blur(6px) saturate(120%);
}

.price-card {
  display: grid;
  gap: 10px;
  padding: 20px 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
}

.price-card h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.price-card p {
  margin: 0;
  color: var(--muted);
}

.price-card p + p {
  margin-top: 2px;
}

.price-card strong {
  color: var(--gold);
  font-size: 1.12rem;
}

/* ===================== FAQ ===================== */
.faq {
  padding: clamp(40px, 6vw, 84px) 0;
}

.faq__list {
  border-top: 1px solid var(--line);
  backdrop-filter: blur(6px) saturate(120%);
}

.faq__item {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.faq__toggle {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.faq__q {
  margin: 0;
  font-weight: 800;
}

.faq__icon {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-dark);
  font-weight: 700;
}

.faq__item.is-open .faq__icon {
  color: #fff;
  background: var(--gold);
  border-color: var(--gold);
}

.faq__panel {
  padding-bottom: 8px;
}

.faq__a {
  margin: 0;
  color: var(--ink-soft);
}

/* ===================== FAQ Wave Scene ===================== */
.faq-scene {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 2.8vw, 42px) 0 clamp(30px, 3.2vw, 48px);
  background: #f7f6f3;
  isolation: isolate;
}

.faq-scene::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -36%;
  left: -5%;
  width: 110%;
  height: 70%;
  border-radius: 0 0 50% 50%;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 1px 0 rgba(20, 20, 20, 0.025);
}

.faq-scene__heading {
  position: relative;
  z-index: 4;
  text-align: center;
}

.faq-scene__heading p {
  margin: 0 0 8px;
  color: #343434;
  font-size: clamp(.62rem, .75vw, .78rem);
  font-weight: 600;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.faq-scene__heading h2 {
  margin: 0;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(3.2rem, 5vw, 5rem);
  font-weight: 300;
  line-height: .82;
  letter-spacing: .04em;
}

.faq-scene__heading h2 span { color: #9b9b9b; }

.faq-scene__heading div {
  margin-top: 12px;
  color: #5b5b5b;
  font-size: clamp(.86rem, 1vw, 1rem);
  line-height: 1.45;
}

.faq-scene__wrap {
  position: relative;
  width: 100%;
  min-height: 288px;
  margin-top: 14px;
}

.faq-scene__stage {
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  display: grid;
  place-items: end center;
  pointer-events: none;
}

.faq-scene__limo {
  width: min(1220px, 87vw);
  max-width: none;
  max-height: none;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  align-self: end;
  transform: translateY(-31.5%) scale(1.34);
  transform-origin: center bottom;
  filter: drop-shadow(0 24px 18px rgba(0, 0, 0, .22));
}

.faq-scene__col {
  position: absolute;
  z-index: 2;
  top: 0;
  width: min(350px, 24vw);
  display: grid;
  gap: 12px;
}

.faq-scene__col--left { left: 4.5vw; }
.faq-scene__col--right { right: 4.5vw; }

.faq-scene .faq__item {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(25, 25, 25, .045);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 30px rgba(31, 29, 25, .055);
}

.faq-scene .faq__toggle {
  min-height: 88px;
  display: grid;
  grid-template-columns: 48px 1fr 24px;
  gap: 12px;
  padding: 12px;
}

.faq-scene .faq__badge {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f2f0ed;
}

.faq-scene .faq__badge svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #111;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-scene .faq__q {
  color: #111;
  font-size: clamp(.76rem, .9vw, .9rem);
  font-weight: 600;
  line-height: 1.35;
}

.faq-scene .faq__icon {
  width: 24px;
  height: 24px;
  border: 0;
  color: #111;
  font-size: 1.35rem;
  font-weight: 300;
  transition: transform .25s ease;
}

.faq-scene .faq__item.is-open .faq__icon {
  color: #111;
  border: 0;
  background: transparent;
  transform: rotate(45deg);
}

.faq-scene .faq__panel { padding: 0 18px 16px 72px; }
.faq-scene .faq__a { font-size: .8rem; line-height: 1.5; }
.faq-scene:has(.faq__item.is-open) .faq-scene__wrap { min-height: 380px; }

@media (max-width: 1040px) {
  .faq-scene__wrap { min-height: 0; margin: 20px auto 0; width: min(94%, 820px); }
  .faq-scene__stage { position: relative; inset: auto; margin-bottom: 14px; }
  .faq-scene__stage { height: clamp(180px, 25vw, 230px); }
  .faq-scene__limo { width: min(1120px, 94vw); transform: translateY(-26%) scale(1.30); }
  .faq-scene__col { position: static; width: 100%; gap: 10px; }
  .faq-scene__col--right { margin-top: 10px; }
}

@media (max-width: 560px) {
  .faq-scene__heading div br, .faq-scene .faq__q br { display: none; }
  .faq-scene .faq__toggle { min-height: 78px; grid-template-columns: 44px 1fr 22px; gap: 10px; padding: 10px; }
  .faq-scene .faq__badge { width: 44px; height: 44px; }
  .faq-scene .faq__badge svg { width: 22px; height: 22px; }
  .faq-scene .faq__panel { padding: 0 14px 14px 64px; }
}

@media (max-width: 1200px) {
  .faq-scene__col {
    width: 280px;
    top: 0;
  }

  .faq-scene__limo {
    width: min(1120px, 92vw);
    transform: translateY(-28.3%) scale(1.34);
  }
}

@media (max-width: 1040px) {
  .faq-scene__wrap {
    min-height: 560px;
  }

  .faq-scene__col {
    position: static;
    width: auto;
  }

  .faq-scene__row {
    position: static;
    transform: none;
    width: auto;
    margin-top: 14px;
  }

  .faq-scene__stage {
    position: static;
    margin: 10px 0 20px;
  }

  .faq-scene__wave {
    height: 300px;
  }

  .faq-scene .faq__item {
    border-radius: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  [data-parallax] {
    transform: none !important;
  }
}

@media (max-width: 1280px) {
  .site-header {
    grid-template-columns: 162px 1fr auto;
    gap: 16px;
    padding-inline: 20px;
  }

  .brand img {
    width: 112px;
    height: 37px;
  }

  .desktop-nav {
    gap: 15px;
  }

  .desktop-nav a {
    font-size: 0.72rem;
  }

  .phone-link {
    display: none;
  }

  .hero {
    min-height: clamp(400px, 45svh, 470px);
  }

  .rental-card__image {
    height: 88px;
  }

  .usp__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .usp__item:nth-child(3n + 1) {
    border-left: 0;
  }

  .usp__item:nth-child(n + 4) {
    border-top: 1px solid rgba(63, 48, 28, 0.1);
  }

  .occasion-card__link {
    height: clamp(360px, 46vw, 460px);
  }
}

@media (max-width: 1040px) {
  :root {
    --container: min(100vw - 32px, 760px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 72px;
  }

  .desktop-nav,
  .nav-actions {
    display: none;
  }

  .menu-button {
    display: block;
    justify-self: end;
  }

  .hero {
    min-height: auto;
    padding: 102px 0 48px;
  }

  .hero__backdrop,
  .hero__wash {
    top: 72px;
  }

  .hero__backdrop img {
    object-fit: cover;
    object-position: 68% center;
  }

  .hero__grid,
  .reviews__grid,
  .about__grid,
  .why__grid,
  .occasions__grid,
  .process__steps,
  .reviews-e__inner {
    grid-template-columns: 1fr;
  }

  .process__steps::before {
    display: none;
  }

  .occasions__grid {
    grid-auto-rows: auto;
  }

  .occasion-card--tall {
    grid-row: auto;
  }

  .occasion-card__link {
    height: clamp(340px, 50vw, 440px);
    min-height: 0;
  }

  .reviews__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .hero__content {
    max-width: 100%;
    margin-inline: 0;
  }

  .rental-grid--landing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rental-card__image {
    height: 150px;
  }

  .review-track {
    min-height: 360px;
  }

  .about__visual,
  .about__visual img {
    min-height: 420px;
  }

  .rentals {
    padding-top: 28px;
    padding-bottom: 72px;
  }

  .reviews-e__statement .quote-mark {
    position: static;
    margin-right: 6px;
  }

  .reviews-e__statement {
    padding-top: 4px;
  }

  .reviews-e__statement,
  .reviews-e__facts {
    border-left: 0;
    padding-left: 0;
  }

  .reviews-e__facts .fact + .fact {
    border-left: 0;
    padding-left: 0;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid var(--line);
  }

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

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

  .why__grid {
    gap: 28px;
  }

  .faq-scene__wrap {
    min-height: 560px;
  }

  .faq-scene__col {
    position: static;
    width: auto;
  }

  .faq-scene__row {
    position: static;
    transform: none;
    width: auto;
    margin-top: 14px;
  }

  .faq-scene__stage {
    position: static;
    margin: 10px 0 20px;
  }

  .faq-scene__wave {
    height: 300px;
  }

  .faq-scene .faq__item {
    border-radius: 10px;
  }
}

@media (max-width: 680px) {
  :root {
    --container: min(100vw - 26px, 520px);
  }

  .site-header {
    min-height: 68px;
    padding-inline: 14px;
  }

  .brand img {
    width: 100px;
    height: 34px;
  }

  .brand span {
    padding-left: 7px;
    font-size: 0.5rem;
  }

  .hero {
    padding: 94px 0 42px;
  }

  .hero__backdrop img {
    object-fit: cover;
    object-position: 66% center;
  }

  .hero__title {
    font-size: clamp(2.62rem, 11.5vw, 4.05rem);
  }

  .hero__content {
    padding-top: 0;
  }

  .hero__actions,
  .rental-actions,
  .footer__cta-inner,
  .footer__bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .footer__cta-inner {
    gap: 22px;
    text-align: left;
  }

  .button {
    width: 100%;
  }

  .landing-fleet__head h2,
  .occasions h2,
  .reviews h2,
  .about h2,
  .why h2,
  .process h2,
  .gallery h2,
  .footer__cta-text h2 {
    font-size: clamp(2.1rem, 9vw, 3.2rem);
  }

  .rental-grid,
  .rental-grid--landing,
  .usp__grid,
  .occasions__grid,
  .footer__grid,
  .reviews-e__facts,
  .coverage__grid,
  .why__grid {
    grid-template-columns: 1fr;
  }

  .gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .occasion-card__link {
    height: clamp(300px, 66vw, 400px);
  }

  .rental-card__image {
    height: 176px;
  }

  .rental-card__body {
    padding: 18px;
  }

  .usp,
  .occasions,
  .reviews,
  .about,
  .why,
  .process,
  .gallery,
  .coverage,
  .prices,
  .faq,
  .faq-scene {
    padding: 56px 0;
  }

  .usp {
    padding: 44px 0;
  }

  .usp__item,
  .usp__item:nth-child(3n + 1),
  .usp__item:nth-child(n + 4) {
    border-left: 0;
    border-top: 1px solid rgba(63, 48, 28, 0.1);
  }

  .usp__item:first-child {
    border-top: 0;
  }

  .review-track {
    min-height: 340px;
  }

  .about__visual,
  .about__visual img {
    min-height: 300px;
  }

  .process__steps {
    gap: 28px;
  }

  .footer__cta-inner {
    padding: 44px 0;
  }

  .footer__bottom {
    align-items: flex-start;
  }

  .rentals {
    padding-top: 28px;
  }

  .reviews-e__inner {
    width: 100%;
  }

  .reviews-e__facts {
    gap: 14px;
  }

  .reviews-e__statement,
  .reviews-e__facts {
    padding-left: 0;
  }

  .reviews-e__facts .fact + .fact {
    margin-top: 14px;
    padding-top: 14px;
  }

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

  .why__point {
    padding: 14px 0;
  }

  .faq-scene__wrap {
    min-height: 520px;
  }

  .faq-scene__wave {
    height: 240px;
  }

  .faq-scene__limo {
    width: min(720px, 94vw);
  }

  .faq-scene .faq__item {
    padding: 4px 10px;
  }

  .faq-scene .faq__toggle {
    padding: 8px 4px;
  }

  .faq-scene .faq__panel {
    padding: 0 4px 8px;
  }
}

/* Hero colors aligned with the new occasions section */
.hero {
  background: #f8f8f7;
}

.hero__backdrop img {
  filter: saturate(.96) contrast(1.02) brightness(1.03);
}

.hero__wash {
  background:
    linear-gradient(
      90deg,
      rgba(248, 248, 247, .99) 0%,
      rgba(248, 248, 247, .96) 26%,
      rgba(248, 248, 247, .66) 42%,
      rgba(248, 248, 247, .16) 58%,
      rgba(248, 248, 247, 0) 72%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, .46) 0%,
      rgba(255, 255, 255, 0) 24%,
      rgba(255, 255, 255, 0) 72%,
      rgba(248, 248, 247, .96) 100%
    );
}

.hero .kicker {
  color: #b17b28;
}

.hero .hero__title {
  color: #090909;
}

.hero .hero__title em {
  color: #b17b28;
}

.hero .hero__copy {
  color: #606060;
}

.hero .button--gold {
  color: #fff;
  background: #b9822e;
  box-shadow: 0 12px 28px rgba(185, 130, 46, .2);
}

.hero .button--white {
  color: #121212;
  border-color: #d8d8d8;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 24px rgba(28, 28, 28, .06);
}

.hero .button--gold:hover {
  background: #a87324;
}

.hero .button--white:hover {
  color: #fff;
  border-color: #b9822e;
  background: #b9822e;
}

/* Fleet colors aligned with hero and occasions */
.rentals {
  color: #121212;
  background: #f8f8f7;
}

.rentals .landing-fleet__head .kicker {
  color: #b17b28;
}

.rentals .landing-fleet__head h2 {
  color: #090909;
}

.rentals .rental-card {
  border-color: #e3e3e3;
  background: #fff;
  box-shadow: 0 12px 30px rgba(28, 28, 28, .07);
}

.rentals .rental-card:hover {
  border-color: rgba(185, 130, 46, .55);
  box-shadow: 0 18px 38px rgba(28, 28, 28, .11);
}

.rentals .rental-card__image {
  background: #efefed;
}

.rentals .rental-card__image img {
  filter: saturate(.96) contrast(1.01) brightness(1.02);
}

.rentals .rental-card h3,
.rentals .rental-card__footer p {
  color: #111;
}

.rentals .rental-meta {
  border-bottom-color: #e3e3e3;
}

.rentals .rental-meta span,
.rentals .rental-card__footer small,
.rentals .rental-card__footer span {
  color: #606060;
}

.rentals .rental-meta span::before {
  border-color: #b9822e;
}

.rentals .rental-card__footer strong,
.rentals .rental-arrow {
  color: #b17b28;
}

.rentals .rental-arrow:hover {
  color: #090909;
}

.rentals .button--outline-gold {
  color: #121212;
  border-color: #b9822e;
  background: #fff;
  box-shadow: 0 10px 24px rgba(28, 28, 28, .05);
}

.rentals .button--outline-gold:hover {
  color: #fff;
  border-color: #b9822e;
  background: #b9822e;
}

/* Warum Fiestalimo — screenshot-faithful about section */
.why {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.why__hero {
  position: relative;
  display: grid;
  grid-template-columns: 42% 58%;
  height: clamp(360px, 24vw, 430px);
  min-height: 0;
  overflow: hidden;
  background: #fff;
}

.why__hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: calc(42% - 2px);
  width: clamp(90px, 7vw, 135px);
  background: linear-gradient(
    90deg,
    #fff 0%,
    rgba(255, 255, 255, .96) 16%,
    rgba(255, 255, 255, .72) 48%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.why__image {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 100%;
  background: #fff;
  transform: none;
}

.why__copy {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  padding: clamp(28px, 2.2vw, 36px) clamp(36px, 4.5vw, 70px);
  background: #fff;
}

.why__copy .kicker {
  margin: 0 0 16px;
  color: #ac7c2e;
  font-size: clamp(.82rem, 1vw, 1rem);
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.why .why__copy h2 {
  margin: 0;
  color: #090909;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 2.4vw, 2.45rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -.03em;
}

.why .why__copy h2 em {
  color: #b2853c;
  font-style: normal;
  font-weight: inherit;
}

.why__rule {
  display: block;
  width: 48px;
  height: 1px;
  margin: 18px 0 16px;
  background: #b88737;
}

.why__intro {
  max-width: 560px;
  margin: 0;
  color: #181818;
  font-size: clamp(.88rem, .9vw, .96rem);
  line-height: 1.58;
}

.why__points {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 0;
  padding: 18px clamp(28px, 5vw, 78px) 20px;
  border-radius: 0;
  background: rgba(255,255,255,.97);
}

.why__point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  justify-content: flex-start;
  padding: 0 clamp(16px, 2.4vw, 38px);
  border: 0;
  text-align: center;
}

.why__point + .why__point { border-left: 1px solid #e3e3e3; }

.why .feature-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 50%;
  color: #0b0b0b;
  background: #fff;
  box-shadow: 0 10px 28px rgba(30,30,30,.08);
}

.why .feature-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why .feature-icon svg text {
  fill: #b2853c;
  stroke: none;
  font: 700 11px Arial, sans-serif;
}

.why__point:nth-child(1) .feature-icon path:nth-child(2),
.why__point:nth-child(2) .feature-icon path:nth-child(3),
.why__point:nth-child(3) .feature-icon path:nth-child(3) {
  stroke: #b2853c;
}

.why__point strong {
  display: block;
  color: #0c0c0c;
  font-size: clamp(.94rem, 1.05vw, 1.08rem);
  font-weight: 750;
}

.why__point small {
  display: block;
  max-width: 190px;
  margin: 8px auto 0;
  color: #777;
  font-size: clamp(.82rem, .9vw, .92rem);
  line-height: 1.45;
}

@media (max-width: 1040px) {
  .why__hero { grid-template-columns: 45% 55%; height: clamp(300px, 30.77vw, 320px); }
  .why__hero::after { left: calc(45% - 2px); width: 90px; }
  .why__image { object-position: center 100%; }
  .why__copy { width: 100%; padding: 32px 34px; }
  .why .why__copy h2 { font-size: clamp(1.9rem, 3.5vw, 2.35rem); }
  .why__points { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 16px 30px 20px; }
  .why__point { padding: 18px 24px; }
  .why__point:nth-child(3) { border-left: 0; }
  .why__point:nth-child(n+3) { border-top: 1px solid #e3e3e3; }
}

@media (max-width: 820px) {
  .why { width: 100%; margin: 0; border-radius: 0; }
  .why__hero { grid-template-columns: 1fr; grid-template-rows: auto 245px; height: auto; }
  .why__hero::after { display: none; }
  .why__image { grid-column: 1; grid-row: 2; object-position: 60% center; }
  .why__image { object-fit: contain; transform: none; }
  .why__copy { grid-column: 1; grid-row: 1; width: 100%; padding: 38px 24px 34px; }
  .why__copy .kicker { margin-bottom: 20px; }
  .why .why__copy h2 { font-size: clamp(1.85rem, 8.4vw, 2.45rem); }
  .why .why__copy h2 br { display: none; }
  .why__rule { margin: 24px 0 20px; }
  .why__intro { font-size: .9rem; line-height: 1.62; }
  .why__points { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 18px 12px 24px; border-radius: 0; }
  .why__point, .why__point + .why__point, .why__point:nth-child(3) { padding: 22px 8px; border-left: 0; border-top: 1px solid #e3e3e3; }
  .why__point:nth-child(even) { border-left: 1px solid #e3e3e3; }
  .why__point:nth-child(-n+2) { border-top: 0; }
  .why .feature-icon { width: 70px; height: 70px; margin-bottom: 14px; }
  .why .feature-icon svg { width: 41px; height: 41px; }
  .why__point strong { font-size: .88rem; }
  .why__point small { max-width: 145px; margin-top: 8px; font-size: .78rem; }
}

/* Für diese Momente — screenshot-faithful card section */
.occasions {
  width: 100%;
  margin: 0;
  padding: clamp(38px, 3vw, 48px) 0 clamp(38px, 3vw, 48px);
  border-radius: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .98), rgba(248, 248, 247, .92) 72%),
    #f8f8f7;
}

.occasions > .container {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.occasions .section-head {
  position: relative;
  max-width: none;
  margin: 0 0 clamp(26px, 2.2vw, 34px);
  padding: 0 20px 26px;
  text-align: center;
}

.occasions .section-head::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 66px;
  height: 2px;
  transform: translateX(-50%);
  background: #bd8732;
}

.occasions .section-head .kicker {
  margin: 0 0 12px;
  color: #b17b28;
  font-size: clamp(.78rem, .95vw, .98rem);
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.occasions .section-head h2 {
  margin: 0;
  color: #090909;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2.25rem, 3vw, 3rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.occasions .occasions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: clamp(14px, 1.3vw, 20px);
  width: min(1440px, 100%);
  margin-inline: auto;
  padding: 0 clamp(24px, 3vw, 42px);
}

.occasions .occasion-card,
.occasions .occasion-card--tall {
  position: relative;
  grid-row: auto;
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 14px 34px rgba(28, 28, 28, .08);
  isolation: isolate;
  transition: transform .3s ease, box-shadow .3s ease;
}

.occasions .occasion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 42px rgba(28, 28, 28, .12);
}

.occasions .occasion-card::after {
  display: none;
}

.occasions .occasion-card__link {
  height: 100%;
  min-height: clamp(430px, 30vw, 460px);
  display: grid;
  grid-template-rows: clamp(205px, 14.7vw, 225px) 1fr;
  color: #111;
  background: #fff;
}

.occasions .occasion-card img {
  position: static;
  inset: auto;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  transform: none;
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}

.occasions .occasion-card:nth-child(1) img { object-position: center 46%; }
.occasions .occasion-card:nth-child(3) img { object-position: center 70%; }
.occasions .occasion-card:hover img { transform: scale(1.025); }

.occasions .occasion-card__body {
  position: static;
  inset: auto;
  z-index: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  min-height: 0;
  padding: clamp(20px, 1.55vw, 24px);
  color: #111;
  background: #fff;
}

.occasions .occasion-card__tag {
  width: fit-content;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(189, 135, 50, .45);
  border-radius: 0;
  color: #a87324;
  background: transparent;
  backdrop-filter: none;
  font-size: clamp(.67rem, .75vw, .76rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.occasions .occasion-card__body h3 {
  margin: 0;
  color: #0b0b0b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.5rem, 1.75vw, 1.8rem);
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.occasions .occasion-card__body p {
  max-width: 38ch;
  margin: 16px 0 0;
  color: #606060;
  font-size: clamp(.86rem, .94vw, .96rem);
  line-height: 1.55;
}

.occasions .occasion-card__cta {
  min-width: 190px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: auto;
  padding: 0 20px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  color: #121212;
  background: #fff;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  transition: color .22s ease, background .22s ease, border-color .22s ease;
}

.occasions .occasion-card:hover .occasion-card__cta {
  color: #fff;
  border-color: #b9822e;
  background: #b9822e;
  letter-spacing: 0;
}

@media (max-width: 1040px) {
  .occasions .occasions__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .occasions .occasion-card__link {
    min-height: 0;
    grid-template-rows: clamp(225px, 42vw, 300px) auto;
  }

  .occasions .occasion-card__body { min-height: 230px; }
}

@media (max-width: 680px) {
  .occasions { padding: 38px 0; }
  .occasions .section-head { margin-bottom: 26px; padding-inline: 16px; padding-bottom: 24px; }
  .occasions .section-head .kicker { margin-bottom: 13px; font-size: .7rem; }
  .occasions .section-head h2 { font-size: clamp(2rem, 10vw, 2.65rem); }
  .occasions .occasions__grid { gap: 14px; }
  .occasions .occasion-card__link { grid-template-rows: 200px auto; }
  .occasions .occasion-card__body { min-height: 230px; padding: 20px 18px; }
  .occasions .occasion-card__tag { margin-bottom: 14px; }
  .occasions .occasion-card__body h3 { font-size: 1.55rem; }
  .occasions .occasion-card__body p { margin-top: 14px; font-size: .88rem; }
  .occasions .occasion-card__cta { min-width: 190px; min-height: 46px; margin-top: 22px; }
}

/* Final responsive FAQ safeguards (kept last to override legacy FAQ rules). */
@media (max-width: 1040px) {
  .faq-scene__wrap {
    width: min(94%, 820px);
    min-height: 0;
    margin: 20px auto 0;
  }

  .faq-scene__stage {
    position: relative;
    inset: auto;
    height: clamp(180px, 25vw, 230px);
    margin: 0 0 14px;
  }

  .faq-scene__col {
    position: static;
    width: 100%;
    gap: 10px;
  }

  .faq-scene__col--right { margin-top: 10px; }
}

/* Screenshot-faithful FAQ -> Google reviews transition */
.faq-scene {
  z-index: 2;
  padding-bottom: 76px;
  overflow: visible;
  background: radial-gradient(circle at 50% 15%, #fff 0, #f8f7f4 58%, #f3f1ed 100%);
}

.faq-scene::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: -3%;
  right: -3%;
  bottom: -38px;
  height: 82px;
  border-radius: 0 0 50% 50% / 0 0 70% 70%;
  background: #f8f7f4;
  box-shadow: 0 15px 22px rgba(56, 44, 31, .09);
  pointer-events: none;
}

.reviews--showcase {
  position: relative;
  z-index: 1;
  padding: 92px clamp(28px, 5.4vw, 108px) 66px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 35%, rgba(255,255,255,.94), transparent 34%),
    linear-gradient(112deg, #f8f4ed 0%, #fbf8f3 52%, #f2eee7 100%);
}

.reviews-transition {
  position: absolute;
  z-index: 8;
  top: -23px;
  left: 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  border-radius: 50%;
  color: #c48a36;
  background: #fff;
  box-shadow: 0 10px 22px rgba(47, 36, 24, .12);
}

.reviews-transition span { font-size: 34px; line-height: 1; transform: translateY(-5px); }

.reviews-showcase {
  width: min(1540px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(430px, .86fr) minmax(720px, 1.55fr);
  gap: clamp(52px, 6vw, 110px);
  align-items: end;
}

.reviews-summary__brand { display: flex; align-items: center; gap: 16px; margin-bottom: 30px; }
.reviews-summary__brand strong { color: #171717; font-size: .95rem; }
.google-g { color: #4285f4; font-family: Arial, sans-serif; font-size: 25px; font-weight: 800; }
.reviews-summary__content { display: grid; grid-template-columns: 158px 1fr; align-items: center; gap: 34px; }
.reviews-summary__score { padding-right: 30px; border-right: 1px solid rgba(38,30,21,.12); }
.reviews-summary__score > strong { display: block; color: #101010; font-family: Georgia, serif; font-size: clamp(4rem, 5.2vw, 5.15rem); font-weight: 400; line-height: .92; }
.reviews--showcase .stars { color: #c88f37; letter-spacing: .12em; }
.reviews-summary__score .stars { margin: 12px 0 9px; font-size: 1.15rem; white-space: nowrap; }
.reviews-summary__score > span { color: #64615e; font-size: .78rem; }
.rating-bars { display: grid; gap: 12px; }
.rating-bars > div { display: grid; grid-template-columns: 35px 1fr 34px; gap: 10px; align-items: center; font-size: .72rem; }
.rating-bars b { color: #181818; font-weight: 700; white-space: nowrap; }
.rating-bars > div > span { height: 6px; overflow: hidden; border-radius: 9px; background: #e7e3de; }
.rating-bars i { display: block; width: var(--value); height: 100%; border-radius: inherit; background: #c88f37; }
.rating-bars small { color: #555; font-size: inherit; text-align: right; }
.reviews-summary__button { min-height: 42px; width: fit-content; display: inline-flex; align-items: center; gap: 10px; margin-top: 36px; padding: 0 26px; border: 1px solid #c88f37; border-radius: 6px; color: #171717; font-size: .72rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }

.reviews-carousel__heading { margin: 0 0 20px 140px; }
.reviews-carousel__heading p { margin: 0 0 8px; color: #bd812c; font-size: .67rem; font-weight: 800; letter-spacing: .32em; text-transform: uppercase; }
.reviews-carousel__heading h2 { margin: 0; color: #15120f; font-family: Georgia, serif; font-size: clamp(2rem, 2.55vw, 2.75rem); font-weight: 400; letter-spacing: -.035em; }
.reviews-carousel__heading em { color: #c39350; font-weight: 400; }
.review-cards { position: relative; display: grid; grid-template-columns: repeat(3, minmax(220px, 1fr)); gap: 16px; }
.google-review-card { min-height: 205px; padding: 20px 18px; border: 1px solid rgba(41,31,21,.035); border-radius: 15px; background: rgba(255,255,255,.88); box-shadow: 0 14px 30px rgba(54,42,29,.055); }
.google-review-card header { display: grid; grid-template-columns: 42px 1fr auto; gap: 10px; align-items: center; }
.review-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #bd812c; background: #f3efe8; font-family: Georgia, serif; font-size: 1.2rem; }
.google-review-card header strong, .google-review-card header small { display: block; }
.google-review-card header strong { color: #171717; font-size: .76rem; }
.google-review-card header small { margin-top: 3px; color: #77716b; font-size: .66rem; }
.google-review-card header .google-g { font-size: 20px; }
.google-review-card > .stars { margin-top: 13px; font-size: .9rem; }
.review-quote { display: block; height: 17px; margin-top: 5px; color: #c88f37; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 700; line-height: 1; }
.google-review-card p { margin: 0; color: #191715; font-size: .77rem; line-height: 1.45; }
.review-arrow { position: absolute; z-index: 3; top: 50%; width: 42px; height: 42px; display: grid; place-items: center; transform: translateY(-50%); border: 0; border-radius: 50%; color: #171717; background: #fff; box-shadow: 0 8px 20px rgba(49,38,26,.1); font-size: 1.7rem; cursor: pointer; }
.review-arrow--left { left: -62px; }
.review-arrow--right { right: -62px; }
.review-dots { display: flex; justify-content: center; gap: 14px; margin-top: 27px; }
.review-dots span { width: 8px; height: 8px; border-radius: 50%; background: #dedbd6; }
.review-dots .is-active { background: #c88f37; }

@media (max-width: 1300px) {
  .reviews-showcase { grid-template-columns: 380px minmax(0, 1fr); gap: 50px; }
  .reviews-summary__content { grid-template-columns: 135px 1fr; gap: 24px; }
  .reviews-carousel__heading { margin-left: 60px; }
  .review-arrow--left { left: -48px; }
  .review-arrow--right { right: -48px; }
}

@media (max-width: 1040px) {
  .faq-scene { padding-bottom: 58px; }
  .reviews--showcase { padding: 78px 32px 56px; }
  .reviews-showcase { grid-template-columns: 1fr; gap: 54px; }
  .reviews-summary { width: min(620px, 100%); margin: 0 auto; }
  .reviews-carousel__heading { margin-left: 0; text-align: center; }
  .review-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .google-review-card:nth-of-type(3) { display: none; }
  .review-arrow--left { left: -20px; }
  .review-arrow--right { right: -20px; }
}

@media (max-width: 680px) {
  .faq-scene::after { bottom: -24px; height: 52px; }
  .reviews--showcase { padding: 68px 18px 48px; }
  .reviews-transition { top: -18px; width: 50px; height: 50px; }
  .reviews-summary__brand { margin-bottom: 22px; }
  .reviews-summary__content { grid-template-columns: 112px 1fr; gap: 18px; }
  .reviews-summary__score { padding-right: 18px; }
  .reviews-summary__score > strong { font-size: 3.7rem; }
  .rating-bars > div { grid-template-columns: 32px 1fr 30px; gap: 7px; }
  .reviews-summary__button { width: 100%; justify-content: center; padding: 0 12px; }
  .reviews-carousel__heading h2 { font-size: 2rem; }
  .review-cards { grid-template-columns: 1fr; padding: 0 16px; }
  .google-review-card:nth-of-type(2), .google-review-card:nth-of-type(3) { display: none; }
  .review-arrow--left { left: -2px; }
  .review-arrow--right { right: -2px; }
}

@media (max-width: 680px) {
  .faq-scene { padding: 28px 0 34px; }
  .faq-scene__wrap { min-height: 0; }
  .faq-scene__limo { width: min(880px, 120vw); transform: translateY(-22%) scale(1.18); }
  .faq-scene .faq__item { padding: 0; }
  .faq-scene .faq__toggle {
    min-height: 78px;
    grid-template-columns: 44px 1fr 22px;
    gap: 10px;
    padding: 10px;
  }
  .faq-scene .faq__badge { width: 44px; height: 44px; }
  .faq-scene .faq__badge svg { width: 22px; height: 22px; }
  .faq-scene .faq__panel { padding: 0 14px 14px 64px; }
  .faq-scene:has(.faq__item.is-open) .faq-scene__wrap { min-height: 0; }
}

/* Google reviews — screenshot-faithful full-width layout */
.faq-scene::after,
.reviews-transition {
  display: none;
}

.reviews.reviews--showcase {
  width: 100%;
  margin: 0;
  padding: 4px 0 50px;
  overflow: hidden;
  border-radius: 0;
  color: #151515;
  background:
    radial-gradient(circle at 52% 32%, rgba(255,255,255,.98), rgba(248,247,244,.9) 72%),
    #f8f7f4;
}

.reviews--showcase > .reviews-carousel__heading {
  position: relative;
  width: 100%;
  margin: 0 0 28px;
  padding: 0 18px 30px;
  text-align: center;
}

.reviews--showcase > .reviews-carousel__heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48px;
  height: 1px;
  transform: translateX(-50%);
  background: #c38b33;
}

.reviews--showcase > .reviews-carousel__heading p {
  display: none;
}

.reviews--showcase > .reviews-carousel__heading h2 {
  margin: 0;
  color: #171513;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 3.3vw, 2.85rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.reviews--showcase > .reviews-carousel__heading em {
  color: #bd8732;
  font-weight: 400;
}

.reviews--showcase .reviews-showcase {
  width: min(1500px, 100%);
  margin: 0 auto;
  padding-top: 0;
  padding-right: clamp(80px, 7vw, 104px);
  padding-bottom: 0;
  padding-left: clamp(8px, 1vw, 16px);
  display: grid;
  grid-template-columns: minmax(380px, 425px) minmax(0, 1fr);
  gap: clamp(110px, 8.5vw, 130px);
  align-items: center;
}

.reviews--showcase .reviews-summary {
  width: 100%;
  min-height: 306px;
  margin: 0;
  padding: 26px 26px 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e5e3;
  border-radius: 0;
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 30px rgba(35,35,35,.055);
}

.reviews--showcase .reviews-summary__brand {
  gap: 13px;
  margin: 0 0 20px;
}

.reviews--showcase .reviews-summary__brand strong {
  color: #171717;
  font-size: .8rem;
  font-weight: 750;
}

.reviews--showcase .google-g {
  width: 26px;
  height: 26px;
  display: inline-grid;
  flex: 0 0 26px;
  place-items: center;
  color: initial;
  font-size: 0;
}

.reviews--showcase .google-g svg {
  width: 100%;
  height: 100%;
}

.reviews--showcase .reviews-summary__content {
  grid-template-columns: 135px 1fr;
  gap: 25px;
}

.reviews--showcase .reviews-summary__score {
  padding-right: 24px;
  border-right-color: #e0dfdc;
}

.reviews--showcase .reviews-summary__score > strong {
  color: #080808;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -.07em;
}

.reviews--showcase .stars {
  color: #cb902c;
}

.reviews--showcase .reviews-summary__score .stars {
  margin: 12px 0 13px;
  font-size: 1rem;
}

.reviews--showcase .reviews-summary__score > span {
  color: #6b6965;
  font-size: .72rem;
}

.reviews--showcase .rating-bars {
  gap: 11px;
}

.reviews--showcase .rating-bars > div {
  grid-template-columns: 30px 1fr 30px;
  gap: 8px;
  font-size: .68rem;
}

.reviews--showcase .rating-bars > div > span {
  height: 6px;
  border-radius: 0;
  background: #e5e4e1;
}

.reviews--showcase .rating-bars i {
  border-radius: 0;
  background: #c99132;
}

.reviews--showcase .reviews-summary__button {
  min-height: 41px;
  margin-top: auto;
  padding: 0 25px;
  border-color: #c99132;
  border-radius: 0;
  color: #171717;
  background: #fff;
  font-size: .67rem;
}

.reviews--showcase .reviews-carousel {
  width: 100%;
  min-width: 0;
  padding-top: 8px;
}

.reviews--showcase .review-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
}

.reviews--showcase .google-review-card {
  min-width: 0;
  min-height: 270px;
  padding: 20px 19px;
  border: 1px solid rgba(32,32,32,.025);
  border-radius: 0;
  background: rgba(255,255,255,.93);
  box-shadow: 0 12px 28px rgba(35,35,35,.045);
}

.reviews--showcase .google-review-card header {
  grid-template-columns: 42px 1fr 19px;
  gap: 10px;
}

.reviews--showcase .google-review-card header .google-g {
  width: 19px;
  height: 19px;
  flex-basis: 19px;
}

.reviews--showcase .review-avatar {
  color: #b78027;
  background: #f2eee6;
}

.reviews--showcase .google-review-card header strong {
  color: #171717;
  font-size: .76rem;
}

.reviews--showcase .google-review-card header small {
  color: #77736e;
  font-size: .67rem;
}

.reviews--showcase .google-review-card > .stars {
  margin-top: 28px;
  font-size: .88rem;
}

.reviews--showcase .review-quote {
  margin-top: 8px;
  color: #c99132;
}

.reviews--showcase .google-review-card p {
  color: #171717;
  font-size: .78rem;
  line-height: 1.55;
}

.reviews--showcase .review-arrow {
  width: 40px;
  height: 40px;
  color: #171717;
  background: #fff;
  box-shadow: 0 8px 20px rgba(35,35,35,.1);
}

.reviews--showcase .review-arrow--left { left: clamp(-88px, -6vw, -76px); }
.reviews--showcase .review-arrow--right { right: -60px; }

.reviews--showcase .review-dots {
  gap: 14px;
  margin-top: 29px;
}

.reviews--showcase .review-dots span {
  background: #dad9d6;
}

.reviews--showcase .review-dots .is-active {
  background: #c99132;
}

@media (max-width: 1040px) {
  .reviews.reviews--showcase { padding: 34px 0 46px; }
  .reviews--showcase > .reviews-carousel__heading { margin-bottom: 28px; }
  .reviews--showcase .reviews-showcase { grid-template-columns: 1fr; gap: 26px; padding-inline: 28px; }
  .reviews--showcase .reviews-summary { width: 100%; min-height: 290px; }
  .reviews--showcase .reviews-carousel { padding-top: 0; }
  .reviews--showcase .review-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reviews--showcase .google-review-card:nth-of-type(3) { display: none; }
  .reviews--showcase .review-arrow--left { left: 8px; }
  .reviews--showcase .review-arrow--right { right: 8px; }
}

@media (max-width: 680px) {
  .reviews.reviews--showcase { padding: 30px 0 38px; }
  .reviews--showcase > .reviews-carousel__heading { padding-inline: 14px; padding-bottom: 24px; }
  .reviews--showcase > .reviews-carousel__heading h2 { font-size: 2rem; }
  .reviews--showcase .reviews-summary { min-height: 0; padding: 22px 18px; }
  .reviews--showcase .reviews-summary__content { grid-template-columns: 112px 1fr; gap: 17px; }
  .reviews--showcase .reviews-summary__score { padding-right: 16px; }
  .reviews--showcase .reviews-summary__score > strong { font-size: 3.35rem; }
  .reviews--showcase .reviews-summary__button { width: 100%; justify-content: center; margin-top: 24px; }
  .reviews--showcase .review-cards { grid-template-columns: 1fr; }
  .reviews--showcase .google-review-card:nth-of-type(2),
  .reviews--showcase .google-review-card:nth-of-type(3) { display: none; }
}

/* ===== Reviews: echter Slider (beliebig viele Bewertungen blätterbar) ===== */
.reviews--showcase .review-cards {
  display: block;
  position: relative;
}
.reviews--showcase .review-viewport {
  width: 100%;
  overflow: hidden;
}
.reviews--showcase .review-track {
  display: flex;
  gap: 16px;
  align-items: stretch;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
/* höhere Spezifität als die alten :nth-of-type-„display:none"-Regeln */
.reviews--showcase .reviews-carousel .review-track .google-review-card {
  display: block;
  flex: 0 0 calc((100% - 32px) / 3);
  min-width: 0;
}
.reviews--showcase .review-dots:empty {
  display: none;
}
@media (max-width: 1040px) {
  .reviews--showcase .reviews-carousel .review-track .google-review-card {
    flex-basis: calc((100% - 16px) / 2);
  }
}
@media (max-width: 680px) {
  .reviews--showcase .reviews-carousel .review-track .google-review-card {
    flex-basis: 100%;
  }
}

/* Compact desktop fold: hero + fleet CTA visible without scrolling */
@media (min-width: 1041px) {
  .hero {
    min-height: clamp(400px, 51svh, 470px);
    padding-top: 100px;
    padding-bottom: 28px;
  }

  .hero__title {
    font-size: clamp(2.6rem, 3.35vw, 3.8rem);
  }

  .hero__copy {
    margin-top: 12px;
    font-size: clamp(.9rem, .9vw, .98rem);
    line-height: 1.5;
  }

  .hero__actions {
    margin-top: 12px;
  }

  .hero .button {
    min-height: 42px;
  }

  .rentals {
    min-height: calc(100svh - clamp(400px, 51svh, 470px));
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 18px;
  }

  .rentals > .container {
    width: min(1500px, calc(100vw - 32px));
  }

  .rentals .landing-fleet__head {
    margin-bottom: 8px;
  }

  .rentals .landing-fleet__head h2 {
    font-size: clamp(1.5rem, 1.8vw, 2.1rem);
  }

  .rentals .rental-grid--landing {
    gap: 14px;
  }

  .rentals .rental-card__image {
    height: 130px;
  }

  .rentals .rental-card__body {
    padding: 11px 14px 10px;
  }

  .rentals .rental-card h3 {
    min-height: 34px;
  }

  .rentals .rental-meta {
    margin-top: 8px;
    padding-bottom: 9px;
  }

  .rentals .rental-card__footer {
    margin-top: 9px;
  }

  .rentals .rental-actions {
    margin-top: auto;
    padding-top: 10px;
  }

  .rentals .rental-actions .button {
    min-height: 46px;
  }
}

/* Gallery — screenshot-faithful full-width layout */
.gallery {
  width: 100%;
  margin: 0;
  padding: clamp(42px, 4vw, 52px) 0 28px;
  overflow: hidden;
  border-radius: 0;
  color: #171513;
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,.97), rgba(249,247,243,.9) 74%),
    #f9f7f3;
}

.gallery > .section-head {
  width: 100%;
  max-width: none;
  margin: 0 0 32px;
  padding: 0 18px;
  text-align: center;
}

.gallery > .section-head .kicker {
  margin: 0 0 15px;
  color: #b17b28;
  font-size: clamp(.72rem, .88vw, .88rem);
  font-weight: 850;
  letter-spacing: .29em;
  text-transform: uppercase;
}

.gallery > .section-head h2 {
  margin: 0;
  color: #171513;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 3.8vw, 3.45rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.gallery > .section-head h2::after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  margin: 19px auto 17px;
  background: #c38b33;
}

.gallery__intro {
  margin: 0;
  color: #66635f;
  font-size: clamp(.9rem, 1.25vw, 1.02rem);
  line-height: 1.5;
}

.gallery > .gallery__grid {
  position: relative;
  width: min(1200px, 100%);
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(24px, 3.2vw, 42px);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(8px, .8vw, 11px);
}

.gallery figure {
  height: clamp(220px, 18.5vw, 242px);
  aspect-ratio: auto;
  border-radius: 0;
  box-shadow: 0 10px 24px rgba(33,33,33,.1);
}

.gallery figure img {
  object-fit: cover;
  object-position: center;
}

.gallery figure:nth-of-type(1) img { object-position: center 58%; }
.gallery figure:nth-of-type(4) img { object-position: center 52%; }
.gallery figure:nth-of-type(5) img,
.gallery figure:nth-of-type(6) img { object-position: center 45%; }

.gallery-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  color: #151515;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 20px rgba(35,35,35,.11);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}

.gallery-arrow--left { left: -29px; }
.gallery-arrow--right { right: -29px; }

.gallery > .gallery__actions {
  width: 100%;
  max-width: none;
  margin: 29px 0 0;
  padding: 0;
}

.gallery .gallery__actions .button {
  min-height: 47px;
  padding: 0 25px;
  border-color: #c38b33;
  border-radius: 0;
  color: #171717;
  background: #fff;
  box-shadow: 0 8px 20px rgba(35,35,35,.045);
}

.gallery .gallery__actions .button::after {
  content: "→";
  margin-left: 20px;
  color: #b17b28;
  font-size: 1rem;
}

.gallery .gallery__actions .button:hover {
  color: #fff;
  border-color: #b9822e;
  background: #b9822e;
}

.gallery .gallery__actions .button:hover::after {
  color: #fff;
}

@media (max-width: 1040px) {
  .gallery > .gallery__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-inline: 28px; }
  .gallery figure { height: 260px; }
  .gallery-arrow--left { left: 4px; }
  .gallery-arrow--right { right: 4px; }
}

@media (max-width: 680px) {
  .gallery { padding-top: 38px; }
  .gallery > .section-head { margin-bottom: 26px; padding-inline: 14px; }
  .gallery > .section-head h2 { font-size: clamp(2rem, 10vw, 2.65rem); }
  .gallery__intro { font-size: .88rem; }
  .gallery > .gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding-inline: 14px; }
  .gallery figure { height: 220px; }
  .gallery-arrow { width: 42px; height: 42px; }
  .gallery-arrow--left { left: 2px; }
  .gallery-arrow--right { right: 2px; }
  .gallery > .gallery__actions { margin-top: 24px; }
}
  .reviews--showcase .reviews-showcase { padding-inline: 14px; }

/* Footer - light, full-width layout matching the supplied reference */
.site-footer {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  color: #171513;
  background: #faf8f4;
  box-shadow: none;
}

.site-footer .footer__cta {
  display: none;
}

.site-footer .footer__body {
  width: 100%;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 255, 255, .98), transparent 41%),
    linear-gradient(116deg, #fdfcf9 0%, #faf8f4 54%, #f7f3ed 100%);
  box-shadow: none;
}

.site-footer .footer__grid {
  width: min(1180px, calc(100% - 64px));
  max-width: none;
  margin-inline: auto;
  padding: 52px 0 48px;
  display: grid;
  grid-template-columns:
    minmax(250px, 1.35fr)
    minmax(130px, .72fr)
    minmax(170px, .84fr)
    minmax(285px, 1.2fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
  border: 0;
  border-radius: 0;
}

.site-footer .footer__logo {
  display: block;
  width: min(250px, 100%);
  max-height: 145px;
  object-fit: contain;
  object-position: left center;
}

.site-footer .footer__brand p {
  max-width: 31ch;
  margin: 20px 0 0;
  color: #696560;
  font-size: .9rem;
  line-height: 1.66;
}

.site-footer .footer__socials {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.site-footer .footer__socials a {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #151515;
  background: #f2efea;
  box-shadow: none;
}

.site-footer .footer__socials a:hover {
  color: #fff;
  border-color: #b9822e;
  background: #b9822e;
}

.site-footer .footer__col {
  display: grid;
  gap: 13px;
  align-content: start;
}

.site-footer .footer__col > strong {
  position: relative;
  margin: 0 0 15px;
  padding-bottom: 14px;
  color: #ad7726;
  font-size: .72rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.site-footer .footer__col > strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background: #c38b33;
}

.site-footer .footer__col > a {
  width: fit-content;
  color: #36322f;
  font-size: .9rem;
  line-height: 1.4;
}

.site-footer .footer__col > a:hover {
  color: #ad7726;
}

.site-footer .footer__contact {
  gap: 15px;
}

.site-footer .footer__contact-line,
.site-footer .footer__col > .footer__contact-line {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #171513;
}

.site-footer .footer__contact-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border: 1px solid #e3ded6;
  border-radius: 50%;
  color: #b9822e;
  background: #faf8f4;
}

.site-footer .footer__contact-icon svg {
  width: 18px;
  height: 18px;
}

.site-footer .footer__contact-line strong {
  display: block;
  margin: 0;
  color: #111;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
}

.site-footer .footer__contact-line small {
  display: block;
  margin-top: 4px;
  color: #79746e;
  font-size: .76rem;
  line-height: 1.3;
}

.site-footer .footer__col > .footer__contact-btn {
  width: 100%;
  min-height: 50px;
  margin-top: 8px;
  padding: 0 20px;
  justify-content: flex-start;
  border: 1px solid #090909;
  border-radius: 0;
  color: #fff;
  background: #090909;
  box-shadow: none;
}

.site-footer .footer__contact-btn::after {
  content: "\2192";
  margin-left: auto;
  color: currentColor;
  font-size: 1.25rem;
  font-weight: 400;
}

.site-footer .footer__contact-btn:hover {
  color: #fff;
  border-color: #ad7726;
  background: #ad7726;
}

.site-footer .footer__bottom {
  width: min(1180px, calc(100% - 64px));
  max-width: none;
  margin-inline: auto;
  padding: 22px 0 26px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-top: 1px solid #e1ddd6;
  border-radius: 0;
  color: #716d68;
  font-size: .78rem;
}

.site-footer .footer__legal {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 0;
}

.site-footer .footer__legal a {
  padding: 0 22px;
  border-left: 1px solid #ddd8d1;
  color: #696560;
}

.site-footer .footer__legal a:first-child {
  border-left: 0;
}

.site-footer .footer__legal a:hover {
  color: #ad7726;
}

@media (max-width: 1040px) {
  .site-footer .footer__grid {
    width: min(900px, calc(100% - 40px));
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 46px 64px;
  }

  .site-footer .footer__bottom {
    width: calc(100% - 40px);
  }
}

@media (max-width: 680px) {
  .site-footer .footer__grid {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 40px 0 36px;
  }

  .site-footer .footer__logo {
    width: min(225px, 100%);
  }

  .site-footer .footer__brand p {
    max-width: 36ch;
  }

  .site-footer .footer__contact-btn {
    max-width: 360px;
  }

  .site-footer .footer__bottom {
    width: calc(100% - 28px);
    padding: 20px 0 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .site-footer .footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
  }

  .site-footer .footer__legal a {
    padding: 0 14px;
  }

  .site-footer .footer__legal a:first-child {
    padding-left: 0;
  }
}

/* Cohesive section flow: occasions -> about -> gallery -> reviews -> FAQ */
#momente,
#warum,
#galerie,
#bewertungen,
#faq {
  scroll-margin-top: 76px;
  border-radius: 0;
}

.occasions,
.why,
.gallery,
.reviews.reviews--showcase,
.faq-scene {
  position: relative;
  isolation: isolate;
}

/* Start light and neutral after the fleet, then warm the page gradually. */
.occasions {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, .98), transparent 57%),
    linear-gradient(180deg, #f7f7f5 0%, #ffffff 19%, #ffffff 74%, #fbfaf7 100%);
}

.why {
  background: linear-gradient(180deg, #fbfaf7 0%, #ffffff 13%, #faf8f4 100%);
}

.why__hero {
  background: linear-gradient(180deg, #fbfaf7 0%, #ffffff 22%, #ffffff 100%);
}

.why__points {
  background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 58%, #faf8f4 100%);
}

.gallery {
  border-top: 1px solid rgba(174, 120, 35, .08);
  background:
    radial-gradient(circle at 50% 31%, rgba(255, 255, 255, .96), transparent 58%),
    linear-gradient(180deg, #faf8f4 0%, #f9f6f1 62%, #f6f1e9 100%);
}

.reviews.reviews--showcase {
  padding-top: clamp(34px, 3.4vw, 48px);
  padding-bottom: clamp(48px, 4.5vw, 64px);
  border-top: 1px solid rgba(174, 120, 35, .1);
  background:
    radial-gradient(circle at 51% 34%, rgba(255, 255, 255, .98), transparent 61%),
    linear-gradient(180deg, #f6f1e9 0%, #faf8f4 56%, #f5f1eb 100%);
}

.faq-scene {
  margin: 0;
  padding-top: clamp(42px, 4vw, 58px);
  padding-bottom: clamp(48px, 4.5vw, 68px);
  overflow: hidden;
  border-top: 1px solid rgba(174, 120, 35, .1);
  background:
    radial-gradient(ellipse at 50% 12%, rgba(255, 255, 255, .96), transparent 54%),
    linear-gradient(180deg, #f5f1eb 0%, #f8f5ef 52%, #faf8f4 100%);
}

.faq-scene::before {
  top: -42%;
  height: 68%;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .48));
  box-shadow: none;
}

.site-footer {
  border-top: 1px solid rgba(174, 120, 35, .08);
}

/* Consistent, calm entrance motion throughout the reordered story. */
#momente .reveal,
#warum .reveal,
#galerie .reveal,
#bewertungen .reveal,
#faq .reveal {
  will-change: opacity, transform;
  transition-property: opacity, transform;
  transition-duration: 780ms;
  transition-timing-function: cubic-bezier(.2, .72, .22, 1);
}

#momente .occasion-card.reveal,
#bewertungen .reviews-carousel.reveal {
  transform: translateY(24px);
}

#momente .occasion-card.reveal.is-visible,
#bewertungen .reviews-carousel.reveal.is-visible {
  transform: translateY(0);
}

@media (max-width: 680px) {
  #momente,
  #warum,
  #galerie,
  #bewertungen,
  #faq {
    scroll-margin-top: 68px;
  }

  .reviews.reviews--showcase {
    padding-top: 32px;
    padding-bottom: 42px;
  }

  .faq-scene {
    padding-top: 38px;
    padding-bottom: 44px;
  }
}

/* Fiestalimo in motion - full-width video showcase */
#videos {
  scroll-margin-top: 76px;
}

.video-showcase {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(32px, 3vw, 42px) 0;
  overflow: hidden;
  border: 0;
  border-top: 1px solid rgba(174, 120, 35, .08);
  border-radius: 0;
  color: #181512;
  background:
    radial-gradient(circle at 79% 42%, rgba(255, 255, 255, .95), transparent 45%),
    linear-gradient(180deg, #faf8f4 0%, #fbf8f2 52%, #f6f1e9 100%);
  box-shadow: none;
  isolation: isolate;
}

.video-showcase__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 clamp(28px, 5.6vw, 96px);
  display: grid;
  grid-template-columns: minmax(380px, 460px) minmax(0, 780px);
  justify-content: center;
  gap: clamp(28px, 3vw, 48px);
  align-items: center;
}

.video-showcase__copy {
  width: 100%;
  max-width: 460px;
  justify-self: end;
}

.video-showcase__copy .kicker {
  margin: 0 0 16px;
  color: #ad7726;
  font-size: clamp(.68rem, .78vw, .82rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.video-showcase__copy h2 {
  margin: 0;
  color: #171411;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 3.15vw, 3.55rem);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -.045em;
}

.video-showcase__copy h2 em {
  color: #b9822e;
  font-weight: 400;
}

.video-showcase__rule {
  display: block;
  width: 34px;
  height: 2px;
  margin: 18px 0 18px;
  background: #bd8430;
}

.video-showcase__intro {
  max-width: 49ch;
  margin: 0;
  color: #65615c;
  font-size: clamp(.84rem, .95vw, .98rem);
  line-height: 1.52;
}

.video-features {
  width: 100%;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(123, 100, 69, .08);
  border-radius: 0;
  background: rgba(255, 255, 255, .48);
  box-shadow: 0 14px 34px rgba(76, 58, 34, .045);
}

.video-feature {
  min-width: 0;
  min-height: 64px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(86, 72, 53, .09);
}

.video-feature:nth-child(odd) {
  border-right: 1px solid rgba(86, 72, 53, .09);
}

.video-feature:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.video-feature__icon {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  display: grid;
  place-items: center;
  color: #bd8430;
}

.video-feature__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.video-feature strong,
.video-feature small {
  display: block;
}

.video-feature strong {
  overflow-wrap: anywhere;
  color: #28231f;
  font-size: clamp(.64rem, .68vw, .72rem);
  font-weight: 800;
  line-height: 1.28;
}

.video-feature small {
  margin-top: 4px;
  color: #77716b;
  font-size: .67rem;
  line-height: 1.3;
}

.video-showcase__media {
  width: 100%;
  max-width: 780px;
  min-width: 0;
}

.video-showcase__player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 8;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #080b0e;
  box-shadow: 0 18px 42px rgba(42, 31, 19, .14);
}

.video-showcase__player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-showcase__playlist {
  position: relative;
  width: 100%;
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 44px;
  gap: clamp(8px, .9vw, 13px);
  align-items: center;
}

.video-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 0;
  color: #b9822e;
  background: #15110d;
  box-shadow: 0 8px 20px rgba(39, 29, 20, .09);
  cursor: pointer;
  transition:
    border-color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: .92;
  transition: opacity 220ms ease, transform 420ms ease;
}

.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 4, 4, .04), rgba(4, 4, 4, .22));
  pointer-events: none;
}

.video-thumb__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #b9822e;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 7px 18px rgba(10, 10, 10, .18);
  font-size: .82rem;
  line-height: 1;
  text-indent: 2px;
}

.video-thumb:hover,
.video-thumb.is-active {
  border-color: #b9822e;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(39, 29, 20, .15);
}

.video-thumb:hover img,
.video-thumb.is-active img {
  opacity: 1;
  transform: scale(1.035);
}

.video-showcase__next {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #b9822e;
  background: #fff;
  box-shadow: 0 9px 22px rgba(45, 33, 21, .12);
  font-family: Georgia, serif;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  transition: color 200ms ease, background 200ms ease, transform 200ms ease;
}

.video-showcase__next:hover {
  color: #fff;
  background: #b9822e;
  transform: translateX(3px);
}

/* Continue the warm color story seamlessly into the gallery. */
.video-showcase + .gallery {
  background:
    radial-gradient(circle at 50% 31%, rgba(255, 255, 255, .96), transparent 58%),
    linear-gradient(180deg, #f6f1e9 0%, #f9f6f1 62%, #f6f1e9 100%);
}

#videos .reveal {
  will-change: opacity, transform;
  transition-property: opacity, transform;
  transition-duration: 780ms;
  transition-timing-function: cubic-bezier(.2, .72, .22, 1);
}

/* The current review is also meaningful on narrow carousel layouts. */
.reviews--showcase .google-review-card {
  transition: transform 280ms ease, border-color 280ms ease, box-shadow 280ms ease;
}

.reviews--showcase .google-review-card.is-active {
  border-color: rgba(185, 130, 46, .28);
  box-shadow: 0 15px 32px rgba(45, 34, 22, .09);
}

@media (max-width: 1180px) {
  .video-showcase__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-inline: clamp(24px, 5vw, 60px);
  }

  .video-showcase__copy {
    max-width: 860px;
    justify-self: center;
  }

  .video-showcase__intro {
    max-width: 66ch;
  }

  .video-showcase__media {
    width: min(100%, 780px);
    justify-self: center;
  }
}

@media (max-width: 680px) {
  #videos {
    scroll-margin-top: 68px;
  }

  .video-showcase {
    padding: 32px 0 36px;
  }

  .video-showcase__inner {
    padding-inline: 14px;
    gap: 28px;
  }

  .video-showcase__copy h2 {
    font-size: clamp(2.15rem, 10vw, 2.75rem);
  }

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

  .video-feature,
  .video-feature:nth-child(odd),
  .video-feature:nth-last-child(-n + 2) {
    min-height: 68px;
    border-right: 0;
    border-bottom: 1px solid rgba(86, 72, 53, .09);
  }

  .video-feature:last-child {
    border-bottom: 0;
  }

  .video-showcase__player {
    aspect-ratio: 16 / 9;
  }

  .video-showcase__playlist {
    grid-template-columns: repeat(4, minmax(210px, 72vw)) 48px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .video-thumb {
    scroll-snap-align: start;
  }

  .video-thumb__play {
    width: 38px;
    height: 38px;
  }

  .reviews--showcase .google-review-card {
    display: none !important;
  }

  .reviews--showcase .google-review-card.is-active {
    display: block !important;
  }
}

/* Final conversion CTA immediately before the footer */
.booking-cta {
  position: relative;
  width: 100%;
  min-height: 250px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-top: 1px solid rgba(190, 133, 47, .42);
  border-radius: 0;
  color: #fff;
  background: #12100e;
  box-shadow: none;
  isolation: isolate;
}

.booking-cta__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 57%;
}

.booking-cta__overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 10, 8, .96) 0%, rgba(12, 10, 8, .86) 44%, rgba(12, 10, 8, .48) 72%, rgba(12, 10, 8, .7) 100%),
    linear-gradient(180deg, rgba(185, 129, 44, .08), rgba(0, 0, 0, .16));
}

.booking-cta__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 250px;
  margin: 0;
  padding: clamp(38px, 4vw, 58px) clamp(28px, 6vw, 110px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(34px, 6vw, 92px);
}

.booking-cta__copy {
  max-width: 790px;
}

.booking-cta__copy .kicker {
  margin: 0 0 12px;
  color: #d7a457;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.booking-cta__copy h2 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.15vw, 3.35rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.booking-cta__copy h2 em {
  color: #d3a158;
  font-weight: 400;
}

.booking-cta__copy > p:last-child {
  max-width: 65ch;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: .9rem;
  line-height: 1.55;
}

.booking-cta__actions {
  min-width: min(100%, 300px);
  display: grid;
  gap: 13px;
}

.booking-cta__primary {
  width: 100%;
  min-height: 52px;
  padding: 0 20px;
  justify-content: space-between;
  border: 1px solid #c88c34;
  border-radius: 0;
  color: #17110a;
  background: #c88c34;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.booking-cta__primary:hover {
  color: #17110a;
  border-color: #e0ae64;
  background: #e0ae64;
  transform: translateY(-2px);
}

.booking-cta__phone {
  min-height: 52px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 0;
  color: #fff;
  background: rgba(9, 8, 7, .38);
  transition: border-color 200ms ease, background 200ms ease, transform 200ms ease;
}

.booking-cta__phone:hover {
  border-color: #c88c34;
  background: rgba(9, 8, 7, .62);
  transform: translateY(-2px);
}

.booking-cta__phone svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: #d3a158;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-cta__phone small,
.booking-cta__phone strong {
  display: block;
}

.booking-cta__phone small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, .58);
  font-size: .64rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.booking-cta__phone strong {
  font-size: .9rem;
  letter-spacing: .02em;
}

@media (max-width: 820px) {
  .booking-cta__inner {
    padding: 38px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }

  .booking-cta__actions {
    width: min(100%, 360px);
  }
}

@media (max-width: 680px) {
  .video-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-feature:nth-child(odd) {
    border-right: 1px solid rgba(86, 72, 53, .09);
  }

  .video-feature:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .booking-cta__copy h2 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }
}

@media (max-width: 480px) {
  .video-features {
    grid-template-columns: 1fr;
  }

  .video-feature:nth-child(odd) {
    border-right: 0;
  }

  .video-feature:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(86, 72, 53, .09);
  }

  .video-feature:last-child {
    border-bottom: 0;
  }
}

/* Compact FAQ - two questions per row, without the limousine scene */
.faq-scene.faq-simple {
  width: 100%;
  margin: 0;
  padding: clamp(46px, 4vw, 62px) 0 clamp(38px, 3.5vw, 52px);
  overflow: hidden;
  border: 0;
  border-top: 1px solid rgba(174, 120, 35, .08);
  border-radius: 0;
  color: #171513;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, .98), transparent 48%),
    linear-gradient(180deg, #f7f4ee 0%, #fbfaf7 58%, #faf8f4 100%);
  box-shadow: none;
}

.faq-scene.faq-simple::before,
.faq-scene.faq-simple::after {
  display: none;
}

.faq-simple__inner {
  width: min(1320px, calc(100% - 64px));
  margin-inline: auto;
}

.faq-simple__heading {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.faq-simple__badge {
  width: fit-content;
  margin: 0 auto 13px;
  padding: 6px 11px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(178, 123, 37, .2);
  border-radius: 999px;
  color: #6b6257;
  background: rgba(255, 255, 255, .72);
  font-size: .63rem;
  font-weight: 750;
  line-height: 1;
}

.faq-simple__badge > span {
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #b9822e;
  font-size: .58rem;
}

.faq-simple__heading h2 {
  margin: 0;
  color: #171513;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 750;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.faq-simple__heading p {
  margin: 11px 0 0;
  color: #77716b;
  font-size: .82rem;
  line-height: 1.5;
}

.faq-simple__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
  align-items: start;
}

.faq-scene.faq-simple .faq__item {
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e4e0da;
  border-radius: 4px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 7px 18px rgba(42, 34, 25, .035);
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.faq-scene.faq-simple .faq__item:hover,
.faq-scene.faq-simple .faq__item.is-open {
  border-color: rgba(185, 130, 46, .38);
  background: #fff;
  box-shadow: 0 10px 24px rgba(42, 34, 25, .06);
}

.faq-scene.faq-simple .faq__toggle {
  width: 100%;
  min-height: 64px;
  padding: 0 18px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  color: #171513;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.faq-scene.faq-simple .faq__q {
  color: #28231f;
  font-size: .83rem;
  font-weight: 750;
  line-height: 1.35;
}

.faq-scene.faq-simple .faq__icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: grid;
  place-items: center;
  border: 1px solid #ebe7e0;
  border-radius: 50%;
  color: #6f6961;
  background: #f6f4f0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  transition: color 220ms ease, background 220ms ease, transform 240ms ease;
}

.faq-scene.faq-simple .faq__item.is-open .faq__icon {
  color: #fff;
  border-color: #b9822e;
  background: #b9822e;
  transform: rotate(45deg);
}

.faq-scene.faq-simple .faq__panel {
  padding: 0 58px 17px 20px;
  border-top: 1px solid rgba(66, 54, 40, .07);
}

.faq-scene.faq-simple .faq__a {
  margin: 0;
  padding-top: 14px;
  color: #6d675f;
  font-size: .78rem;
  line-height: 1.55;
}

.faq-simple__contact {
  margin-top: 30px;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #e1ddd6;
  text-align: center;
}

.faq-simple__contact strong {
  color: #24201c;
  font-size: .9rem;
}

.faq-simple__contact > span {
  margin-top: 5px;
  color: #7a746d;
  font-size: .72rem;
}

.faq-simple__contact a {
  min-height: 38px;
  margin-top: 14px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d8d3cc;
  border-radius: 0;
  color: #332e29;
  background: #fff;
  font-size: .72rem;
  font-weight: 700;
  transition: color 200ms ease, border-color 200ms ease, background 200ms ease;
}

.faq-simple__contact a:hover {
  color: #fff;
  border-color: #b9822e;
  background: #b9822e;
}

.faq-simple__contact svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 760px) {
  .faq-simple__inner {
    width: calc(100% - 28px);
  }

  .faq-simple__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .faq-simple__heading {
    margin-bottom: 25px;
  }

  .faq-scene.faq-simple .faq__toggle {
    min-height: 60px;
    padding-inline: 15px;
  }
}

/* ---------------------------------------------------------
   Ruhiger Seitenrhythmus: Fahrzeuge + Google Bewertungen
   --------------------------------------------------------- */

.rentals {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(185, 130, 46, .055), transparent 34%),
    linear-gradient(180deg, #fff 0%, #faf9f7 58%, #f7f7f5 100%);
}

.rentals > .container {
  width: min(1320px, calc(100% - 64px));
  max-width: none;
}

.rentals .landing-fleet__head {
  margin-bottom: 14px;
  text-align: center;
}

.rentals .landing-fleet__head .kicker {
  margin-bottom: 5px;
  color: #b17b28;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .2em;
}

.rentals .landing-fleet__head h2 {
  margin: 0;
  color: #171513;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.25vw, 2.35rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.rental-grid.rental-grid--landing {
  gap: 12px;
}

.rental-grid--landing .rental-card {
  overflow: hidden;
  border: 1px solid rgba(68, 56, 43, .12);
  border-radius: 0;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 24px rgba(42, 34, 25, .055);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.rental-grid--landing .rental-card:hover {
  border-color: rgba(185, 130, 46, .35);
  box-shadow: 0 14px 30px rgba(42, 34, 25, .09);
  transform: translateY(-3px);
}

.rental-grid--landing .rental-card__image {
  height: 106px;
  background: #eeeae4;
}

.rental-grid--landing .rental-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(.2, .7, .2, 1);
}

.rental-grid--landing .rental-card:hover .rental-card__image img {
  transform: scale(1.025);
}

.rental-grid--landing .rental-card__body {
  padding: 11px 13px 10px;
}

.rental-grid--landing .rental-card h3 {
  min-height: 0;
  margin: 0;
  color: #211d19;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.012em;
  text-transform: none;
}

.rental-grid--landing .rental-meta {
  margin-top: 8px;
  padding-bottom: 8px;
  gap: 10px;
  border-bottom-color: rgba(53, 44, 35, .1);
}

.rental-grid--landing .rental-meta span {
  color: #716a62;
  font-size: .67rem;
}

.rental-grid--landing .rental-meta span::before {
  width: 6px;
  height: 6px;
  border: 0;
  background: #bd8530;
}

.rental-grid--landing .rental-card__footer {
  margin-top: 8px;
}

.rental-grid--landing .rental-price {
  color: #777068;
  font-size: .68rem;
}

.rental-grid--landing .rental-price strong {
  color: #aa7423;
  font-size: .94rem;
}

.rental-grid--landing .rental-arrow {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(185, 130, 46, .34);
  border-radius: 0;
  color: #aa7423;
  background: #fff;
  transition: color 200ms ease, border-color 200ms ease, background 200ms ease;
}

.rental-grid--landing .rental-arrow:hover {
  color: #fff;
  border-color: #b9822e;
  background: #b9822e;
}

.rentals .rental-actions {
  padding-top: 9px;
}

.rentals .rental-actions .btn {
  min-height: 42px;
  padding-inline: 20px;
  border-radius: 0;
  box-shadow: none;
}

/* Die Reviews folgen der gleichen Innenkante wie Galerie und Video. */
.gallery + .reviews.reviews--showcase,
.reviews.reviews--showcase {
  width: 100%;
  margin: 0;
  padding: clamp(36px, 3.5vw, 50px) 0 clamp(46px, 4.5vw, 62px);
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 6%, rgba(185, 130, 46, .06), transparent 31%),
    linear-gradient(180deg, #f6f1e9 0%, #faf8f4 55%, #f7f4ee 100%);
}

.reviews--showcase .reviews-showcase__heading {
  margin-bottom: 25px;
  padding: 0 20px 22px;
}

.reviews--showcase .reviews-showcase__heading h2 {
  font-size: clamp(2.2rem, 3.2vw, 3.15rem);
}

.reviews--showcase .reviews-showcase {
  width: min(1240px, calc(100% - 64px));
  max-width: none;
  margin-inline: auto;
  padding: 0;
  grid-template-columns: minmax(340px, 376px) minmax(0, 1fr);
  gap: clamp(34px, 3.4vw, 46px);
}

.reviews--showcase .reviews-summary {
  min-height: 280px;
  padding: 23px;
  border-radius: 0;
  box-shadow: 0 12px 30px rgba(43, 34, 24, .06);
}

.reviews--showcase .review-cards {
  gap: 13px;
}

.reviews--showcase .google-review-card {
  min-height: 260px;
  padding: 18px;
  border-radius: 0;
  box-shadow: 0 12px 28px rgba(43, 34, 24, .055);
}

.reviews--showcase .review-arrow {
  width: 38px;
  height: 38px;
}

.reviews--showcase .review-arrow--left {
  left: -19px;
}

.reviews--showcase .review-arrow--right {
  right: -19px;
}

.reviews--showcase .review-dots {
  margin-top: 19px;
}

@media (min-width: 1041px) {
  /* Hero und Fahrzeugauswahl bilden gemeinsam exakt den ersten Viewport. */
  .hero {
    min-height: clamp(360px, 46svh, 430px);
    padding-top: 96px;
    padding-bottom: 22px;
  }

  .rentals {
    min-height: calc(100svh - clamp(360px, 46svh, 430px));
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 14px;
  }

  .rentals > .container {
    width: min(1320px, calc(100% - 64px));
  }

  .rentals .landing-fleet__head {
    margin-bottom: 11px;
  }

  .rentals .landing-fleet__head h2 {
    font-size: clamp(1.65rem, 1.85vw, 2rem);
  }

  .rental-grid--landing .rental-card__image {
    height: 106px;
  }

  .rental-grid--landing .rental-card__body {
    padding: 10px 13px 9px;
  }

  .rentals .rental-actions {
    margin-top: 0;
    padding-top: 13px;
  }
}

@media (max-width: 1040px) {
  .rentals > .container {
    width: min(900px, calc(100% - 40px));
  }

  .rental-grid--landing .rental-card__image {
    height: 134px;
  }

  .reviews--showcase .reviews-showcase {
    width: min(900px, calc(100% - 40px));
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .reviews--showcase .review-arrow--left {
    left: 8px;
  }

  .reviews--showcase .review-arrow--right {
    right: 8px;
  }
}

@media (max-width: 680px) {
  .rentals > .container,
  .reviews--showcase .reviews-showcase {
    width: calc(100% - 28px);
  }

  .rentals .landing-fleet__head h2 {
    font-size: 1.65rem;
  }

  .rental-grid--landing .rental-card__image {
    height: 168px;
  }

  .reviews--showcase .reviews-showcase__heading {
    margin-bottom: 21px;
  }

  .reviews--showcase .reviews-summary {
    min-height: 0;
    padding: 20px 17px;
  }

  .reviews--showcase .google-review-card {
    min-height: 245px;
  }
}

/* =========================================================
   Premium refinement — subtract to elevate
   Structure, content, typefaces and imagery remain unchanged.
   ========================================================= */

:root {
  --ease-premium: cubic-bezier(.22, 1, .36, 1);
  --shadow-card: 0 1px 2px rgba(46, 32, 16, .025), 0 14px 36px rgba(46, 32, 16, .06);
  --shadow-lift: 0 2px 6px rgba(46, 32, 16, .03), 0 20px 48px rgba(46, 32, 16, .095);
}

body {
  background-color: #fbf8f2;
  background-image: none;
  background-attachment: scroll;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid rgba(185, 130, 46, .7);
  outline-offset: 3px;
}

.site-header {
  border-bottom: 0;
  background: rgba(255, 253, 249, .985);
  box-shadow: 0 6px 24px rgba(43, 30, 15, .045);
  backdrop-filter: none;
  transition: min-height 260ms var(--ease-premium), box-shadow 260ms var(--ease-premium), background 260ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 249, .995);
  box-shadow: 0 8px 30px rgba(43, 30, 15, .07);
}

.desktop-nav a {
  font-weight: 780;
  letter-spacing: .025em;
  transition: color 200ms ease;
}

.desktop-nav a::after {
  height: 1px;
  transition: width 260ms var(--ease-premium);
}

.phone-link strong,
.language-trigger {
  font-weight: 800;
}

.language-trigger {
  border-color: transparent;
  background: #fffdf9;
  box-shadow: 0 1px 2px rgba(46, 32, 16, .025), 0 8px 22px rgba(46, 32, 16, .055);
}

.header-cta,
.button {
  font-weight: 800;
  transition: transform 240ms var(--ease-premium), box-shadow 240ms var(--ease-premium), color 200ms ease,
    background 240ms ease, border-color 240ms ease;
}

.header-cta,
.button--gold,
.hero .button--gold {
  background: #b9822e;
  box-shadow: 0 8px 22px rgba(185, 130, 46, .17);
}

.button--white,
.hero .button--white {
  border-color: transparent;
  background: #fffdf9;
  box-shadow: var(--shadow-card);
}

.header-cta:active,
.button:active {
  transform: translateY(0) scale(.985);
}

.hero__title {
  line-height: .95;
}

.hero__copy {
  color: #68615a;
  line-height: 1.62;
}

.hero .kicker,
.rentals .landing-fleet__head .kicker,
.occasions .section-head .kicker,
.why__copy .kicker,
.video-showcase__copy .kicker,
.gallery > .section-head .kicker,
.booking-cta__copy .kicker {
  font-size: clamp(.7rem, .76vw, .76rem);
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: .19em;
}

/* Fewer card outlines in the first viewport. */
.rental-grid--landing .rental-card {
  border: 0;
  background: #fffdf9;
  box-shadow: var(--shadow-card);
}

.rental-grid--landing .rental-meta {
  padding-bottom: 0;
  border-bottom: 0;
}

.rental-grid--landing .rental-card__footer {
  margin-top: 12px;
}

.rental-grid--landing .rental-arrow {
  width: 30px;
  height: 30px;
  border: 0;
  color: #ad7625;
  background: transparent;
  box-shadow: none;
  font-size: 1rem;
  transition: color 200ms ease, transform 240ms var(--ease-premium);
}

.rentals .button--outline-gold {
  box-shadow: 0 1px 2px rgba(46, 32, 16, .02), 0 8px 22px rgba(46, 32, 16, .045);
}

/* The favoured moments section only receives quieter motion and depth. */
.occasions .occasion-card,
.occasions .occasion-card--tall {
  border: 0;
  box-shadow: 0 1px 2px rgba(46, 32, 16, .02), 0 14px 34px rgba(46, 32, 16, .055);
  transition: transform 300ms var(--ease-premium), box-shadow 300ms var(--ease-premium);
}

.occasions .occasion-card img {
  transition: transform 560ms var(--ease-premium), filter 560ms ease;
}

/* About: one editorial composition and one calm benefit plane. */
.why {
  background: #faf8f4;
}

.why__hero,
.why__copy {
  background: #fff;
}

.why__hero {
  grid-template-columns: 42% 58%;
  grid-template-rows: minmax(0, 1fr);
}

.why__hero::after {
  left: calc(42% - 2px);
  width: clamp(64px, 5vw, 92px);
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .92) 30%, rgba(255, 255, 255, 0) 100%);
}

.why__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  height: 100%;
  padding-inline: clamp(48px, 5.5vw, 92px);
}

.why__copy .kicker {
  margin-bottom: 18px;
}

.why .why__copy h2 {
  line-height: 1.12;
  letter-spacing: -.035em;
}

.why__rule {
  width: 38px;
  margin: 22px 0 20px;
  opacity: .85;
}

.why__intro {
  max-width: 49ch;
  color: #5f5952;
  line-height: 1.66;
}

.why__points {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
  gap: clamp(24px, 3.2vw, 52px);
  padding: 34px 0 42px;
  background: transparent;
  box-shadow: none;
}

.why__point,
.why__point + .why__point,
.why__point:nth-child(3),
.why__point:nth-child(n + 3),
.why__point:nth-child(even),
.why__point:nth-child(-n + 2) {
  align-items: flex-start;
  padding: 0;
  border: 0;
  text-align: left;
}

.why .feature-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  border: 0;
  border-radius: 0;
  color: #1b1815;
  background: transparent;
  box-shadow: none;
  transition: color 240ms ease, transform 280ms var(--ease-premium);
}

.why .feature-icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 1.55;
}

.why__point strong {
  font-size: .92rem;
  font-weight: 760;
  letter-spacing: -.012em;
}

.why__point small {
  max-width: 210px;
  margin: 9px 0 0;
  color: #777069;
  font-size: .79rem;
  line-height: 1.55;
}

/* Calm, close tonal transitions instead of separator lines. */
.video-showcase {
  border-top: 0;
  background: #faf8f4;
}

.gallery {
  border-top: 0;
  background: #f8f4ed;
}

.gallery + .reviews.reviews--showcase,
.reviews.reviews--showcase {
  border: 0;
  background: #f6f1e9;
}

.faq-scene.faq-simple {
  border: 0;
  background: #faf8f4;
}

/* Gallery: same six images, composed as a restrained editorial mosaic. */
.gallery > .section-head {
  margin-bottom: 34px;
}

.gallery > .gallery__grid {
  width: min(1240px, calc(100% - 64px));
  padding: 0;
  grid-template-columns: 1.08fr .92fr 1.08fr .92fr;
  grid-template-rows: repeat(2, 136px);
  grid-template-areas:
    "gallery-a gallery-b gallery-d gallery-e"
    "gallery-a gallery-c gallery-d gallery-f";
  gap: 12px;
  align-items: stretch;
}

.gallery figure {
  height: auto;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(46, 32, 16, .025), 0 12px 30px rgba(46, 32, 16, .075);
  transition: transform 300ms var(--ease-premium), box-shadow 300ms var(--ease-premium);
}

.gallery figure:nth-of-type(1) { grid-area: gallery-a; }
.gallery figure:nth-of-type(2) { grid-area: gallery-b; }
.gallery figure:nth-of-type(3) { grid-area: gallery-c; }
.gallery figure:nth-of-type(4) { grid-area: gallery-d; }
.gallery figure:nth-of-type(5) { grid-area: gallery-e; }
.gallery figure:nth-of-type(6) { grid-area: gallery-f; }

.gallery figure img {
  object-position: center;
  transition: transform 560ms var(--ease-premium), filter 560ms ease;
}

.gallery figure img[src*="515040996"] { object-position: center 58%; }
.gallery figure img[src*="563259027"] { object-position: center 52%; }
.gallery figure img[src*="4160477685"],
.gallery figure img[src*="1244386044"] { object-position: center 45%; }

.gallery__grid.is-shifting {
  pointer-events: none;
}

.gallery-arrow {
  width: 44px;
  height: 44px;
  color: #27211b;
  background: #fffdf9;
  box-shadow: 0 2px 6px rgba(46, 32, 16, .035), 0 12px 30px rgba(46, 32, 16, .09);
  transition: color 200ms ease, transform 220ms var(--ease-premium), box-shadow 220ms var(--ease-premium);
}

.gallery-arrow--left { left: -20px; }
.gallery-arrow--right { right: -20px; }

/* Reviews: warm summary plane, softly raised app-like review cards. */
.reviews--showcase > .reviews-carousel__heading {
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.reviews--showcase > .reviews-carousel__heading h2 {
  font-size: clamp(2.25rem, 3.2vw, 3.1rem);
  line-height: 1.06;
}

.reviews--showcase .reviews-summary {
  min-height: 286px;
  padding: 25px;
  border: 0;
  background: #f1ece3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72), 0 16px 42px rgba(46, 32, 16, .035);
}

.reviews--showcase .reviews-summary__content {
  gap: 31px;
}

.reviews--showcase .reviews-summary__score {
  padding-right: 0;
  border-right: 0;
}

.reviews--showcase .reviews-summary__score > strong {
  font-weight: 650;
}

.reviews--showcase .rating-bars {
  gap: 12px;
}

.reviews--showcase .rating-bars > div > span,
.reviews--showcase .rating-bars i {
  border-radius: 999px;
}

.reviews--showcase .rating-bars > div > span {
  background: rgba(59, 49, 38, .1);
}

.reviews--showcase .reviews-summary__button {
  border-color: rgba(185, 130, 46, .62);
  background: rgba(255, 253, 249, .72);
  transition: color 220ms ease, background 220ms ease, transform 240ms var(--ease-premium), box-shadow 240ms var(--ease-premium);
}

.reviews--showcase .review-cards {
  align-items: center;
  gap: 16px;
}

.reviews--showcase .google-review-card {
  min-height: 264px;
  padding: 24px 22px;
  border: 0;
  background: #fffdf9;
  box-shadow: var(--shadow-card);
  opacity: .9;
  transform: translateY(0);
  transition: opacity 280ms ease, transform 320ms var(--ease-premium), box-shadow 320ms var(--ease-premium);
}

.reviews--showcase .google-review-card:nth-of-type(2) {
  min-height: 276px;
}

.reviews--showcase .google-review-card.is-active {
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: 0 2px 6px rgba(46, 32, 16, .03), 0 20px 46px rgba(46, 32, 16, .085);
}

.reviews--showcase .google-review-card header strong {
  font-size: .81rem;
  font-weight: 760;
}

.reviews--showcase .google-review-card header small {
  color: #817a72;
  font-size: .65rem;
}

.reviews--showcase .stars {
  color: #b9822e;
  letter-spacing: .09em;
}

.reviews--showcase .google-review-card > .stars {
  margin-top: 25px;
  font-size: .85rem;
}

.reviews--showcase .review-quote {
  margin-top: 10px;
  color: rgba(185, 130, 46, .72);
  font-size: 1.5rem;
}

.reviews--showcase .google-review-card p {
  color: #3f3933;
  font-size: .82rem;
  line-height: 1.62;
}

.reviews--showcase .review-arrow {
  width: 38px;
  height: 38px;
  background: #fffdf9;
  box-shadow: 0 2px 5px rgba(46, 32, 16, .03), 0 10px 26px rgba(46, 32, 16, .085);
  transition: color 200ms ease, transform 220ms var(--ease-premium), box-shadow 220ms var(--ease-premium);
}

.reviews--showcase .review-dots {
  gap: 10px;
  margin-top: 23px;
}

.reviews--showcase .review-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(71, 61, 50, .18);
  cursor: pointer;
  transition: width 260ms var(--ease-premium), border-radius 260ms ease, background 220ms ease;
}

.reviews--showcase .review-dots button.is-active {
  width: 20px;
  border-radius: 999px;
  background: #b9822e;
}

/* FAQ: depth and spacing replace borders; panels open fluidly. */
.faq-simple__inner {
  width: min(1240px, calc(100% - 64px));
}

.faq-simple__heading {
  margin-bottom: 34px;
}

.faq-simple__badge {
  padding: 0;
  border: 0;
  color: #6d645b;
  background: transparent;
}

.faq-simple__grid {
  gap: 16px;
}

.faq-scene.faq-simple .faq__item {
  border: 0;
  border-radius: 0;
  background: #fffdf9;
  box-shadow: 0 1px 2px rgba(46, 32, 16, .02), 0 10px 28px rgba(46, 32, 16, .045);
  transition: transform 280ms var(--ease-premium), box-shadow 280ms var(--ease-premium), background 220ms ease;
}

.faq-scene.faq-simple .faq__item:hover,
.faq-scene.faq-simple .faq__item.is-open {
  border-color: transparent;
  background: #fff;
  box-shadow: 0 2px 5px rgba(46, 32, 16, .025), 0 16px 38px rgba(46, 32, 16, .07);
}

.faq-scene.faq-simple .faq__toggle {
  min-height: 70px;
  padding-inline: 22px;
}

.faq-scene.faq-simple .faq__toggle:focus-visible {
  outline: 0;
  box-shadow: inset 3px 0 0 rgba(185, 130, 46, .58);
}

.faq-scene.faq-simple .faq__q {
  font-size: .88rem;
  font-weight: 720;
  letter-spacing: -.01em;
}

.faq-scene.faq-simple .faq__icon {
  width: 27px;
  height: 27px;
  flex-basis: 27px;
  border: 0;
  color: #70685e;
  background: #f2eee7;
  transition: color 220ms ease, background 220ms ease, transform 320ms var(--ease-premium);
}

.faq-scene.faq-simple .faq__item.is-open .faq__icon {
  color: #a97122;
  border-color: transparent;
  background: #f2eee7;
  transform: rotate(45deg);
}

.faq-scene.faq-simple .faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 60px 0 22px;
  overflow: hidden;
  border: 0;
  opacity: 0;
  transition: grid-template-rows 360ms var(--ease-premium), opacity 240ms ease, padding-bottom 360ms var(--ease-premium);
}

.faq-scene.faq-simple .faq__item.is-open .faq__panel {
  grid-template-rows: 1fr;
  padding-bottom: 22px;
  opacity: 1;
}

.faq-scene.faq-simple .faq__a {
  min-height: 0;
  overflow: hidden;
  padding-top: 0;
  color: #6d665e;
  font-size: .8rem;
  line-height: 1.62;
}

.faq-simple__contact {
  margin-top: 36px;
  padding-top: 0;
  border-top: 0;
}

.faq-simple__contact a {
  border: 0;
  background: #fffdf9;
  box-shadow: var(--shadow-card);
  transition: color 220ms ease, background 220ms ease, transform 240ms var(--ease-premium), box-shadow 240ms var(--ease-premium);
}

/* Quieter, faster reveal language. */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  will-change: opacity, transform;
  transition: opacity 640ms ease, transform 640ms var(--ease-premium);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.reveal-delay-1 { transition-delay: 70ms; }
.reveal-delay-2 { transition-delay: 130ms; }
.reveal-delay-3 { transition-delay: 190ms; }
.reveal-delay-4 { transition-delay: 250ms; }

@media (hover: hover) and (pointer: fine) {
  .header-cta:hover,
  .button:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-lift);
  }

  .rental-grid--landing .rental-card:hover,
  .occasions .occasion-card:hover,
  .occasions .occasion-card--tall:hover {
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lift);
  }

  .rental-grid--landing .rental-arrow:hover {
    color: #8f5e1c;
    background: transparent;
    transform: translateX(3px);
  }

  .occasions .occasion-card:hover img,
  .gallery figure:hover img {
    transform: scale(1.025);
  }

  .why__point:hover .feature-icon {
    color: #a97122;
    transform: translateY(-2px);
  }

  .gallery figure:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lift);
  }

  .gallery-arrow:hover,
  .reviews--showcase .review-arrow:hover {
    color: #a97122;
    transform: translateY(-50%) scale(1.03);
    box-shadow: 0 2px 6px rgba(46, 32, 16, .035), 0 14px 34px rgba(46, 32, 16, .11);
  }

  .reviews--showcase .google-review-card:hover {
    opacity: 1;
    transform: translateY(-3px);
    box-shadow: 0 2px 6px rgba(46, 32, 16, .03), 0 20px 46px rgba(46, 32, 16, .085);
  }

  .reviews--showcase .reviews-summary__button:hover,
  .faq-simple__contact a:hover {
    transform: translateY(-1px);
  }

  .faq-scene.faq-simple .faq__item:hover {
    transform: translateY(-1px);
  }
}

@media (max-width: 1040px) {
  .why__points {
    width: min(900px, calc(100% - 40px));
    gap: 28px 34px;
  }

  .gallery > .gallery__grid {
    width: min(900px, calc(100% - 40px));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    grid-template-areas: none;
    gap: 12px;
  }

  .gallery figure,
  .gallery figure:nth-of-type(n) {
    grid-area: auto;
    height: 240px;
  }

  .reviews--showcase .review-cards {
    width: min(620px, 100%);
    margin-inline: auto;
    grid-template-columns: 1fr;
  }

  .reviews--showcase .google-review-card,
  .reviews--showcase .google-review-card:nth-of-type(2),
  .reviews--showcase .google-review-card:nth-of-type(3) {
    display: none !important;
    min-height: 250px;
  }

  .reviews--showcase .google-review-card.is-active {
    display: block !important;
  }

  .faq-simple__inner {
    width: min(900px, calc(100% - 40px));
  }
}

@media (max-width: 820px) {
  .why__copy {
    padding-inline: 24px;
  }

  .why__points {
    width: calc(100% - 28px);
    gap: 28px 22px;
    padding-block: 30px 38px;
  }

  .why__point,
  .why__point + .why__point,
  .why__point:nth-child(n) {
    padding: 0;
    border: 0;
  }
}

@media (max-width: 680px) {
  .gallery > .gallery__grid {
    width: calc(100% - 28px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .gallery figure,
  .gallery figure:nth-of-type(n) {
    height: 200px;
  }

  .gallery-arrow--left { left: -7px; }
  .gallery-arrow--right { right: -7px; }

  .reviews--showcase .google-review-card,
  .reviews--showcase .google-review-card:nth-of-type(2) {
    min-height: 245px;
  }

  .faq-simple__inner {
    width: calc(100% - 28px);
  }

  .faq-scene.faq-simple .faq__toggle {
    min-height: 68px;
    padding-inline: 17px;
  }

  .faq-scene.faq-simple .faq__panel {
    padding-inline: 17px 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible {
    opacity: 1;
    transform: none;
    will-change: auto;
  }
}

/* =============================================================
   HERO · Redesign 1:1 (Screenshot) mit neuen Schriften
   Fraunces (Display-Serif) + Manrope (Sans)
   Bewusst als letzter Block, um frühere Hero-Regeln zu überschreiben.
   ============================================================= */

/* Logo-Emblem (FF-Monogramm + Wortmarke) */
.brand--emblem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.brand--emblem .brand__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.brand--emblem .brand__word {
  display: block;
  color: var(--ink);
  font-family: "Manrope", "SF Pro Text", -apple-system, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

/* Hero-Rahmen: großzügig wie im Screenshot */
.hero {
  min-height: 100svh;
  padding-top: clamp(120px, 16vh, 168px);
  padding-bottom: clamp(72px, 10vh, 120px);
  background: #f2f0ea;
}

.hero__backdrop img {
  object-position: 70% center;
}

.hero__content {
  max-width: 680px;
  margin-inline: clamp(40px, 6vw, 120px) auto;
}

/* Eyebrow mit goldener Unterstreichung */
.hero__eyebrow {
  margin: 0 0 26px;
  color: #b17b28;
  font-family: "Manrope", "SF Pro Text", -apple-system, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero__eyebrow::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 16px;
  background: #b9822e;
}

/* Headline im eleganten Serif */
.hero .hero__title {
  display: block;
  color: #0f0f0f;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-weight: 500;
  font-size: clamp(2.9rem, 5.2vw, 5.1rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.hero .hero__title em {
  font-family: "Playfair Display", Georgia, serif !important;
  font-style: normal;
  color: #b17b28;
}

.hero .hero__copy {
  max-width: 442px;
  margin-top: 24px;
  color: #5f5f5f;
  font-family: "Manrope", "SF Pro Text", -apple-system, sans-serif;
  font-size: clamp(1rem, 1.05vw, 1.1rem);
  font-weight: 400;
  line-height: 1.68;
}

.hero .hero__actions {
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  margin-top: 34px;
}

/* Primärer CTA – schwarzer Button mit Pfeil-Kästchen */
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  height: 58px;
  padding: 0 8px 0 26px;
  border-radius: 3px;
  color: #fff;
  background: #111;
  font-family: "Manrope", "SF Pro Text", -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.18);
  transition:
    background 0.25s ease,
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
}

.hero-cta__arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 2px;
}

.hero-cta__arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-cta:hover {
  background: #000;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.26);
}

.hero-cta:hover .hero-cta__arrow {
  border-color: rgba(255, 255, 255, 0.55);
}

/* Sekundärer Textlink */
.hero-textlink {
  display: inline-flex;
  flex-direction: column;
  gap: 7px;
  color: #1a1a1a;
  font-family: "Manrope", "SF Pro Text", -apple-system, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-textlink::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #1a1a1a;
  opacity: 0.28;
  transition: opacity 0.25s ease;
}

.hero-textlink:hover::after {
  opacity: 0.7;
}

/* Feature-Zeile mit Trennern */
.hero__features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: clamp(36px, 5vh, 60px) 0 0;
  padding: 0;
  list-style: none;
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 2px clamp(20px, 2vw, 30px);
}

.hero-feature:first-child {
  padding-left: 0;
}

.hero-feature + .hero-feature {
  border-left: 1px solid rgba(37, 27, 16, 0.14);
}

.hero-feature__icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  color: #1c1c1c;
}

.hero-feature__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-feature__text {
  display: grid;
}

.hero-feature strong {
  color: #171717;
  font-family: "Manrope", "SF Pro Text", -apple-system, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
}

.hero-feature small {
  margin-top: 2px;
  color: #8a8a8a;
  font-family: "Manrope", "SF Pro Text", -apple-system, sans-serif;
  font-size: 0.74rem;
  line-height: 1.35;
}

/* Scroll-Indikator */
.hero__scroll {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #9a9186;
  font-family: "Manrope", "SF Pro Text", -apple-system, sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.hero__scroll-line {
  width: 1px;
  height: 46px;
  background: linear-gradient(180deg, rgba(154, 145, 134, 0) 0%, #9a9186 100%);
}

.hero__scroll:hover {
  color: #6f675d;
}

/* Tall-Hero: kein erzwungenes Ein-Screen-Layout mehr */
@media (min-width: 1041px) {
  .rentals {
    min-height: 0;
  }
}

/* ---- Hero Responsive ---- */
@media (max-width: 1040px) {
  .hero {
    min-height: clamp(560px, 84svh, 780px);
    padding: 96px 0 56px;
  }

  .hero__content {
    max-width: 100%;
    margin-inline: 0 auto;
  }
}

@media (max-width: 680px) {
  .hero {
    padding-top: 94px;
  }

  .hero .hero__title {
    font-size: clamp(2.5rem, 10.5vw, 3.5rem);
  }

  .hero .hero__copy {
    max-width: 100%;
  }

  .hero__actions {
    gap: 16px;
  }

  .hero-cta {
    width: 100%;
    justify-content: space-between;
  }

  .hero__features {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-feature {
    padding: 13px 0;
  }

  .hero-feature:first-child {
    padding-top: 4px;
  }

  .hero-feature + .hero-feature {
    border-left: 0;
    border-top: 1px solid rgba(37, 27, 16, 0.12);
  }

  .hero__scroll {
    display: none;
  }

  .brand--emblem {
    flex-direction: row;
    gap: 9px;
  }
}

/* =============================================================
   Fahrzeuge-Sektion · sauberer, mittiger Kopf unter dem Hero
   ============================================================= */
.rentals {
  display: block;
  min-height: 0;
  padding-top: clamp(64px, 7vw, 104px);
  padding-bottom: clamp(56px, 6.5vw, 92px);
  background: #ffffff;
}

.rentals > .container {
  width: min(1320px, calc(100% - 64px));
}

.rentals .landing-fleet__head {
  display: grid;
  justify-items: center;
  gap: 0;
  margin: 0 auto clamp(32px, 3.6vw, 48px);
  text-align: center;
}

.rentals .landing-fleet__head .kicker {
  margin: 0 0 15px;
  color: #b17b28;
  font-family: "Manrope", "SF Pro Text", -apple-system, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.rentals .landing-fleet__head h2 {
  position: relative;
  max-width: 22ch;
  margin: 0;
  padding-bottom: 22px;
  color: #131313;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(2.2rem, 3.7vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.005em;
}

.rentals .landing-fleet__head h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 54px;
  height: 2px;
  transform: translateX(-50%);
  background: #b9822e;
}

@media (max-width: 680px) {
  .rentals > .container {
    width: calc(100% - 36px);
  }

  .rentals .landing-fleet__head h2 {
    font-size: clamp(1.95rem, 8.5vw, 2.6rem);
  }
}

/* =============================================================
   MOBILE-ANSICHT · Screenshot-getreu
   Echtes Logo · Header (Logo · Tel · DE · Menü) · Hero-Feature-Card
   · gestapelte Fahrzeug-Cards · kein seitliches Wischen
   ============================================================= */
.brand img {
  width: auto;
  height: clamp(46px, 6vw, 56px);
  object-fit: contain;
  object-position: left center;
}

.mobile-nav__brand {
  display: none;
}

.mobile-nav__brand img {
  width: auto;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1040px) {
  /* Header: Logo · DE (mit Flagge) · Hamburger — 1:1 zum Screenshot */
  .site-header,
  .site-header.is-scrolled {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding-inline: clamp(16px, 4vw, 26px);
  }

  .brand img {
    width: auto;
    height: 60px;
  }

  .desktop-nav {
    display: none;
  }

  .nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
  }

  /* Telefon & CTA im mobilen Header ausblenden */
  .nav-actions .phone-link,
  .nav-actions .header-cta {
    display: none;
  }

  /* Sprach-Umschalter: Pille mit Flagge, DE und Chevron */
  .nav-actions .language-trigger {
    min-height: 44px;
    gap: 9px;
    padding: 0 14px;
    border: 1px solid rgba(23, 18, 12, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 6px 16px rgba(46, 32, 16, 0.07);
    font-size: 0.82rem;
    font-weight: 800;
  }

  .nav-actions .language-trigger .flag {
    display: inline-block;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }

  /* Hamburger als gerahmte Box mit zwei Linien */
  .menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(23, 18, 12, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 6px 16px rgba(46, 32, 16, 0.07);
  }

  .menu-button span {
    width: 22px;
    height: 2px;
    margin: 0;
  }

  /* Dediziertes Mobil-Motiv (fiestalimo_mobile_header.webp): mittig, formatfüllend */
  .hero__backdrop img {
    object-position: center;
  }

  .hero__wash {
    background: linear-gradient(
      180deg,
      rgba(249, 247, 244, 0.98) 0%,
      rgba(249, 247, 244, 0.92) 28%,
      rgba(249, 247, 244, 0.42) 46%,
      rgba(249, 247, 244, 0.04) 60%,
      rgba(249, 247, 244, 0.72) 84%,
      rgba(249, 247, 244, 0.98) 100%
    );
  }

  /* Hero mobil: Buttons in einer Reihe, weiße Feature-Card */
  .hero__actions {
    flex-wrap: wrap;
    gap: 14px 24px;
  }

  .hero-cta {
    width: auto;
  }

  .hero__features {
    margin-top: clamp(28px, 6vw, 40px);
    padding: 4px 20px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 44px rgba(30, 25, 18, 0.12);
    flex-direction: column;
    align-items: stretch;
  }

  .hero-feature {
    padding: 17px 0;
  }

  .hero-feature:first-child {
    padding-left: 0;
  }

  .hero-feature + .hero-feature {
    border-left: 0;
    border-top: 1px solid rgba(37, 27, 16, 0.1);
  }
}

@media (max-width: 680px) {
  /* Fahrzeug-Cards untereinander (kein seitliches Wischen) */
  .rental-grid,
  .rental-grid--landing {
    grid-template-columns: 1fr;
    gap: 14px;
    overflow: visible;
  }

  .rental-grid--landing .rental-card {
    display: grid;
    grid-template-columns: 42% 1fr;
    align-items: stretch;
    overflow: hidden;
  }

  .rental-grid--landing .rental-card__image {
    height: 100%;
    min-height: 124px;
  }

  .rental-grid--landing .rental-card__body {
    padding: 15px 16px;
  }

  /* Video-Playlist: umbrechen statt seitlich scrollen */
  .video-showcase__playlist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }
}

/* =============================================================
   #warum · „Warum Fiestalimo" — Mobile-Redesign (Apple/Porsche)
   Ruhig gestapelt: Editorial-Text · cinematisches Bild · Feature-Karte.
   Bewusst als letzter Block, um ältere .why-Mobilregeln zu überschreiben.
   ============================================================= */
@media (max-width: 820px) {
  #warum.why {
    width: 100%;
    margin: 0;
    padding: clamp(54px, 13vw, 82px) 0 clamp(44px, 11vw, 66px);
    background: linear-gradient(180deg, #fbfaf7 0%, #ffffff 34%, #faf8f4 100%);
  }

  /* Editorial-Kopf: Bild folgt dem Text (Reihenfolge per order) */
  #warum .why__hero {
    display: flex;
    flex-direction: column;
    height: auto;
    grid-template-columns: none;
    grid-template-rows: none;
    background: transparent;
    overflow: visible;
  }

  #warum .why__hero::after {
    display: none;
  }

  #warum .why__copy {
    order: 1;
    display: block;
    width: min(600px, calc(100% - clamp(44px, 12vw, 60px)));
    height: auto;
    margin-inline: auto;
    padding: 0;
    background: transparent;
    text-align: left;
  }

  #warum .why__copy .kicker {
    margin: 0 0 15px;
    color: #b17b28;
    font-family: "Manrope", "SF Pro Text", -apple-system, sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
  }

  #warum .why__copy h2 {
    margin: 0;
    color: #131313;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: clamp(2.05rem, 8.4vw, 2.7rem);
    font-weight: 600;
    line-height: 1.13;
    letter-spacing: -0.02em;
  }

  #warum .why__copy h2 br {
    display: none;
  }

  #warum .why__copy h2 em {
    color: #b2853c;
    font-style: normal;
    font-weight: inherit;
  }

  #warum .why__rule {
    display: block;
    width: 46px;
    height: 2px;
    margin: 22px 0 18px;
    background: #b9822e;
  }

  #warum .why__intro {
    max-width: none;
    margin: 0;
    color: #5f5952;
    font-family: "Manrope", "SF Pro Text", -apple-system, sans-serif;
    font-size: 0.96rem;
    line-height: 1.72;
  }

  /* Cinematisches Bild — gerundete Karte mit dezentem Schatten */
  #warum .why__image {
    order: 2;
    display: block;
    width: min(600px, calc(100% - clamp(44px, 12vw, 60px)));
    height: auto;
    aspect-ratio: 3 / 2;
    margin: clamp(30px, 8vw, 44px) auto 0;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(46, 32, 16, 0.04), 0 26px 54px rgba(46, 32, 16, 0.14);
    transform: none;
  }

  /* Feature-Punkte → elegante Karte im Stil der Hero-Feature-Card */
  #warum .why__points {
    display: flex;
    flex-direction: column;
    width: min(600px, calc(100% - clamp(44px, 12vw, 60px)));
    margin: clamp(28px, 8vw, 42px) auto 0;
    padding: 4px clamp(18px, 5vw, 24px);
    gap: 0;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 1px 2px rgba(46, 32, 16, 0.03), 0 24px 50px rgba(46, 32, 16, 0.10);
  }

  #warum .why__point,
  #warum .why__point + .why__point,
  #warum .why__point:nth-child(n) {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 19px 4px;
    border: 0;
    border-top: 1px solid rgba(37, 27, 16, 0.08);
    text-align: left;
  }

  #warum .why__point:first-child {
    border-top: 0;
  }

  #warum .feature-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    margin: 0;
    display: grid;
    place-items: center;
    color: #1b1815;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  #warum .feature-icon svg {
    width: 30px;
    height: 30px;
    stroke-width: 1.5;
  }

  #warum .why__point strong {
    display: block;
    color: #17120c;
    font-size: 0.96rem;
    font-weight: 750;
    letter-spacing: -0.01em;
  }

  #warum .why__point small {
    display: block;
    max-width: none;
    margin: 3px 0 0;
    color: #77706a;
    font-size: 0.83rem;
    line-height: 1.46;
  }
}

/* Sehr schmale Geräte: Typo & Abstände leicht reduzieren */
@media (max-width: 400px) {
  #warum .why__copy h2 {
    font-size: clamp(1.9rem, 9vw, 2.3rem);
  }

  #warum .why__point {
    padding: 17px 2px;
  }
}

/* Finale mobile Hero-Anordnung – muss nach allen älteren Hero-Regeln stehen */
@media (max-width: 680px) {
  .hero {
    min-height: 100svh;
    padding: 88px 0 18px;
    align-items: stretch;
  }

  .hero__content {
    width: calc(100% - 36px);
    max-width: none;
    min-height: calc(100svh - 106px);
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    padding: 0;
  }

  .hero__eyebrow {
    margin-bottom: 14px;
    font-size: 0.67rem;
    line-height: 1.35;
    letter-spacing: 0.18em;
  }

  .hero__eyebrow::after {
    width: 38px;
    margin-top: 10px;
  }

  .hero .hero__title {
    max-width: 340px;
    font-size: clamp(2.25rem, 10vw, 2.85rem);
    line-height: 0.98;
    letter-spacing: -0.025em;
  }

  .hero .hero__copy {
    max-width: 345px;
    margin-top: 14px;
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .hero .hero__actions {
    align-items: center;
    gap: 10px 18px;
    margin-top: 16px;
  }

  .hero-cta {
    width: auto;
    height: 50px;
    gap: 12px;
    padding-left: 19px;
    font-size: 0.68rem;
  }

  .hero-cta__arrow {
    width: 36px;
    height: 36px;
  }

  .hero-textlink {
    font-size: 0.66rem;
    letter-spacing: 0.11em;
  }

  .hero__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 0;
    margin: auto 0 0;
    padding: 9px 5px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 14px;
    background: rgba(255, 253, 249, 0.92);
    box-shadow: 0 14px 34px rgba(30, 25, 18, 0.13);
    backdrop-filter: blur(14px) saturate(130%);
  }

  .hero .hero-feature,
  .hero .hero-feature:first-child {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 3px 7px;
    text-align: center;
  }

  .hero .hero-feature + .hero-feature {
    border-top: 0;
    border-left: 1px solid rgba(37, 27, 16, 0.1);
  }

  .hero .hero-feature__icon {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
  }

  .hero .hero-feature__text {
    justify-items: center;
  }

  .hero .hero-feature strong {
    font-size: clamp(0.57rem, 2.55vw, 0.66rem);
    line-height: 1.2;
  }

  .hero .hero-feature small {
    margin-top: 2px;
    font-size: clamp(0.49rem, 2.15vw, 0.57rem);
    line-height: 1.25;
  }

  .hero__backdrop img {
    object-position: center 58%;
  }

  .hero__wash {
    background: linear-gradient(
      180deg,
      rgba(249, 247, 244, 0.99) 0%,
      rgba(249, 247, 244, 0.94) 34%,
      rgba(249, 247, 244, 0.56) 45%,
      rgba(249, 247, 244, 0.03) 59%,
      rgba(249, 247, 244, 0.12) 74%,
      rgba(249, 247, 244, 0.92) 91%,
      rgba(249, 247, 244, 0.99) 100%
    );
  }

  .hero .hero-cta {
    width: auto;
    justify-content: center;
    color: #fff;
    background: #b9822e;
    box-shadow: 0 12px 28px rgba(185, 130, 46, 0.3);
  }

  .hero .hero-cta__arrow {
    border-color: rgba(255, 255, 255, 0.44);
  }

  .hero .hero-textlink {
    display: none;
  }

  .hero .hero__actions {
    width: 100%;
    margin-top: auto;
    margin-bottom: 10px;
  }

  .hero .hero__features {
    margin-top: 0;
  }

  /* Nur die Fahrzeug-Sektion wird mobil ohne Scroll-Reveal sofort angezeigt. */
  #flotte .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Mobile Feature-Raster: kompakt nebeneinander statt langer Einzellisten */
@media (max-width: 680px) {
  #warum .why__points {
    width: calc(100% - 36px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin: 18px auto 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  #warum .why__point,
  #warum .why__point + .why__point,
  #warum .why__point:nth-child(n) {
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    padding: 10px;
    border: 1px solid rgba(54, 43, 30, 0.09);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 26px rgba(46, 32, 16, 0.07);
    text-align: left;
  }

  #warum .feature-icon {
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    margin: 0;
    border-radius: 8px;
  }

  #warum .feature-icon svg {
    width: 19px;
    height: 19px;
  }

  #warum .why__point strong {
    font-size: clamp(0.66rem, 3vw, 0.76rem);
    line-height: 1.2;
  }

  #warum .why__point small {
    margin-top: 2px;
    font-size: clamp(0.57rem, 2.55vw, 0.66rem);
    line-height: 1.28;
  }

  .video-features {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .video-feature,
  .video-feature:nth-child(odd),
  .video-feature:nth-last-child(-n + 2),
  .video-feature:last-child {
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    padding: 10px;
    border: 1px solid rgba(54, 43, 30, 0.09);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 9px 24px rgba(46, 32, 16, 0.06);
  }

  .video-feature__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  .video-feature__icon svg {
    width: 21px;
    height: 21px;
  }

  .video-feature strong {
    font-size: clamp(0.61rem, 2.8vw, 0.7rem);
    line-height: 1.2;
  }

  .video-feature small {
    margin-top: 2px;
    font-size: clamp(0.54rem, 2.4vw, 0.62rem);
    line-height: 1.26;
  }

  /* Slider wie auf Desktop: alle Karten bleiben im Track und werden verschoben. */
  .reviews--showcase .reviews-carousel .review-track .google-review-card,
  .reviews--showcase .reviews-carousel .review-track .google-review-card:nth-of-type(n),
  .reviews--showcase .reviews-carousel .review-track .google-review-card.is-active {
    display: block !important;
    flex: 0 0 100%;
    min-width: 0;
  }

  .reviews--showcase .reviews-carousel .google-review-card {
    padding-bottom: 66px;
  }

  .reviews--showcase .review-arrow {
    top: auto;
    bottom: 14px;
    transform: none;
  }

  .reviews--showcase .review-arrow--left {
    left: 14px;
  }

  .reviews--showcase .review-arrow--right {
    right: 14px;
  }
}

/* Einsatzgebiete mobil – Fotokarten und Ortsraster wie in der Vorlage */
@media (max-width: 760px) {
  .locations {
    padding: 50px 0 34px;
    background:
      radial-gradient(circle at 0% 4%, rgba(185, 130, 46, 0.055), transparent 29%),
      linear-gradient(180deg, #fbfaf7 0%, #f8f4ed 100%);
  }

  .locations::after {
    display: none;
  }

  .locations__inner {
    width: calc(100% - 32px);
  }

  .locations__head {
    max-width: 390px;
    margin: 0 auto 28px;
  }

  .locations__head .kicker {
    margin-bottom: 14px;
    font-size: 0.69rem;
    letter-spacing: 0.15em;
  }

  .locations__head h2 {
    font-size: clamp(2.1rem, 10.6vw, 2.75rem);
    line-height: 0.96;
    letter-spacing: -0.035em;
  }

  .locations__head > p:last-child {
    max-width: 360px;
    margin-top: 18px;
    font-size: 0.84rem;
    line-height: 1.48;
  }

  .locations__core {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 14px;
  }

  .location-core {
    position: relative;
    width: 100%;
    height: clamp(170px, 45vw, 196px);
    min-height: 0;
    overflow: hidden;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 14px;
    border: 0;
    border-radius: 13px;
    color: #fff;
    background: #555;
    box-shadow: 0 12px 28px rgba(35, 27, 19, 0.1);
  }

  .location-core::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    content: "";
    background: linear-gradient(90deg, rgba(14, 16, 20, 0.48) 0%, rgba(14, 16, 20, 0.14) 50%, transparent 76%);
  }

  .location-core__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }

  .location-core__icon,
  .location-core > span:last-child {
    position: relative;
    z-index: 2;
  }

  .location-core__icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #111;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 8px 20px rgba(17, 17, 17, 0.12);
  }

  .location-core__icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.8;
  }

  .location-core small {
    margin: 2px 0 4px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.62rem;
    letter-spacing: 0.09em;
  }

  .location-core strong {
    color: #fff;
    font-family: "Manrope", "SF Pro Text", sans-serif;
    font-size: 1.35rem;
    font-weight: 620;
    line-height: 1.05;
    letter-spacing: -0.025em;
    text-transform: uppercase;
  }

  .locations__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 7px;
  }

  .locations__grid li,
  .locations__grid li:last-child:nth-child(4n + 3) {
    grid-column: span 2;
    min-height: 52px;
    gap: 7px;
    padding: 9px 9px;
    border-color: rgba(72, 57, 39, 0.065);
    border-radius: 10px;
    background: rgba(255, 253, 249, 0.88);
    box-shadow: 0 7px 18px rgba(46, 32, 16, 0.035);
    font-size: clamp(0.58rem, 2.8vw, 0.71rem);
  }

  .locations__grid li:nth-last-child(-n + 2) {
    grid-column: span 3;
  }

  .locations__grid li svg {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }

  .locations__foot {
    min-height: 0;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    gap: 11px;
    margin-top: 18px;
    padding: 18px 14px 14px;
    border: 1px solid rgba(72, 57, 39, 0.1);
    border-radius: 11px;
    background: rgba(255, 253, 249, 0.54);
    text-align: left;
  }

  .locations__info-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 4px solid #eee6da;
    border-radius: 50%;
    color: #b17b28;
    font-family: Georgia, serif;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1;
  }

  .locations__foot p {
    display: grid;
    gap: 4px;
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.42;
  }

  .locations__foot p strong {
    color: #17120c;
    font-size: 0.78rem;
  }

  .locations__foot .button {
    grid-column: 2;
    width: 100%;
    min-height: 50px;
    gap: 22px;
    margin-top: 8px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: #111;
    box-shadow: 0 10px 24px rgba(18, 15, 11, 0.13);
    font-size: clamp(0.62rem, 2.8vw, 0.72rem);
  }

  .locations__foot .button > span {
    font-size: 1.15rem;
    font-weight: 400;
  }
}
