/* ═══════════════════════════════════════
   Roland Gässler Beschichtungs GmbH
   Garagenbeschichtung — Sektionsspezifisch
   Geladen NACH tokens.css
   ═══════════════════════════════════════ */

/* ── Typography overrides ── */
h1, h2, h3, h4 {
  line-height: 1.15;
}
.h-2 { font-size: clamp(26px, 3vw, 42px); }
.lead { line-height: 1.7; }
.eyebrow { gap: 10px; }

/* ── Section responsive padding ── */
@media (min-width: 768px) {
  .section { padding: 120px 0; }
}

/* ── Section Dark ── */
.section--dark {
  background: var(--color-ink);
  color: rgba(255,255,255,.88);
}
.section--dark .eyebrow {
  color: var(--color-primary);
}
.section--dark .eyebrow::before {
  background: var(--color-primary);
}
.section--dark h2 {
  color: #fff;
}
.section--dark .lead {
  color: rgba(255,255,255,.75);
}
.section--dark p {
  color: rgba(255,255,255,.72);
}

/* ══════════════════════════════
   TYPISCHE SCHAEDEN — Row-based
   ══════════════════════════════ */
.schaeden__intro {
  max-width: 600px;
  margin-bottom: 56px;
}
.schaeden__intro .lead {
  margin-top: 14px;
}
.schaeden__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.schaeden__row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 32px 0;
  border-bottom: 1px solid var(--color-border);
}
.schaeden__row:first-child { padding-top: 0; }
.schaeden__row:last-child  { border-bottom: none; padding-bottom: 0; }

.schaeden__num {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1;
  flex-shrink: 0;
  min-width: 44px;
  opacity: .7;
  font-variant-numeric: tabular-nums;
}
.schaeden__body h3 {
  margin-bottom: 6px;
}
.schaeden__body p {
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.7;
  max-width: 520px;
}

/* Staggered reveal */
.schaeden__row.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
}
.schaeden__row.reveal:nth-child(2) { transition-delay: .1s; }
.schaeden__row.reveal:nth-child(3) { transition-delay: .2s; }
.schaeden__row.reveal:nth-child(4) { transition-delay: .3s; }
.schaeden__row.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .schaeden__row { gap: 36px; padding: 40px 0; }
  .schaeden__num { width: 80px; }
}

/* ══════════════════════════════
   LEISTUNG — Garage overrides
   ══════════════════════════════ */
.leistung__list {
  margin-top: 28px;
  gap: 12px;
}
.leistung__list li {
  padding-left: 20px;
}
.leistung__list li::before {
  top: 9px;
  width: 8px;
}
#leistung {
  padding: 120px 0;
}
.leistung__aside {
  padding: 32px;
}

@media (min-width: 768px) {
  .leistung__grid {
    grid-template-columns: 1.4fr 1fr;
    gap: 64px;
  }
}

/* ══════════════════════════════
   VORHER / NACHHER
   ══════════════════════════════ */
.vorher-nachher__intro {
  max-width: 600px;
  margin-bottom: 48px;
}
.vorher-nachher__intro p {
  margin-top: 12px;
  color: var(--color-text);
}
.vorher-nachher__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.vorher-nachher__pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.vorher-nachher__img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.vorher-nachher__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vorher-nachher__label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.vorher-nachher__label--before {
  background: linear-gradient(0deg, rgba(26,26,26,.7), transparent);
  color: #fff;
}
.vorher-nachher__label--after {
  background: linear-gradient(0deg, rgba(193,39,45,.7), transparent);
  color: #fff;
}
.vorher-nachher__caption {
  grid-column: 1 / -1;
  padding: 14px 18px;
  background: #fff;
  font-size: 14px;
  color: var(--color-text-muted);
}

@media (max-width: 479px) {
  .vorher-nachher__pair {
    grid-template-columns: 1fr;
  }
  .vorher-nachher__img {
    aspect-ratio: 16/10;
  }
}
@media (min-width: 768px) {
  .vorher-nachher__grid {
    gap: 40px;
  }
}

/* ══════════════════════════════
   BEWERTUNGEN — Static grid with hover
   ══════════════════════════════ */
.bewertungen__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.bewertung {
  position: relative;
  background: #fff;
  border: 1px solid var(--color-border);
  border-left: 3px solid var(--color-primary);
  padding: 40px 36px;
  border-radius: 0 var(--r-md) var(--r-md) 0;
  overflow: hidden;
}
.bewertung__quote {
  position: absolute;
  top: 8px;
  left: 18px;
  font-family: var(--font-display);
  font-size: 96px;
  font-weight: 800;
  color: var(--color-primary);
  opacity: .08;
  line-height: 1;
  pointer-events: none;
}
.bewertung__stars {
  position: relative;
  color: #D4A017;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.bewertung__text {
  position: relative;
  color: var(--color-text);
  font-size: 17px;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 18px;
}
.bewertung__author {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-muted);
  display: flex;
  align-items: center;
  gap: 6px;
}
.bewertung__google-icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.bewertung__google-icon svg {
  display: block;
}

.bewertung {
  transition: transform .3s cubic-bezier(.22,.68,0,1.2), box-shadow .3s ease;
}
.bewertung:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

@media (min-width: 768px) {
  .bewertungen__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

.bewertungen__grid .bewertung.reveal:nth-child(1) { transition-delay: 0s; }
.bewertungen__grid .bewertung.reveal:nth-child(2) { transition-delay: .15s; }
.bewertungen__grid .bewertung.reveal:nth-child(3) { transition-delay: .3s; }
.bewertungen__grid .bewertung.reveal:nth-child(4) { transition-delay: .45s; }

/* ══════════════════════════════
   UEBER UNS — value cards with bg
   ══════════════════════════════ */
.ueber__value {
  gap: 16px;
  padding: 20px;
  background: rgba(255,255,255,.06);
  border-radius: var(--r-md);
  border: 1px solid rgba(255,255,255,.08);
}
@media (min-width: 768px) {
  .ueber__value { gap: 20px; padding: 24px; }
}
.ueber__value-num {
  font-size: 36px;
  min-width: 64px;
}
.ueber__value-body h4 {
  font-family: var(--font-display);
}
.ueber__values {
  gap: 24px;
  margin-top: 36px;
}

/* ══════════════════════════════
   FORMULAR — Garage overrides
   ══════════════════════════════ */
@media (min-width: 768px) {
  .form-section { padding: 120px 0; }
}
.form-section__promise {
  margin-top: 24px;
  padding: 20px;
  background: rgba(255,255,255,.1);
  border-radius: var(--r-md);
  font-size: 15px;
  color: rgba(255,255,255,.85);
  line-height: 1.6;
}
.form-section__promise strong {
  color: #fff;
}

.form-card {
  padding: 32px 24px;
  border-radius: var(--r-md);
}
.form__group {
  margin-bottom: 18px;
}
.form__input,
.form__select,
.form__textarea {
  padding: 12px 14px;
}
.form__input:focus,
.form__select:focus,
.form__textarea:focus {
  box-shadow: 0 0 0 3px rgba(193,39,45,.12);
}
.form__hint {
  font-size: 13px;
  color: var(--color-text-muted);
  margin-top: 4px;
}

@media (min-width: 768px) {
  .form-section__inner {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
  .form-card {
    padding: 40px 32px;
  }
}

/* ══════════════════════════════
   KONTAKT — Garage overrides
   ══════════════════════════════ */
.kontakt {
  padding: 60px 0;
}
.kontakt__phone {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  color: var(--color-primary);
  display: block;
  line-height: 1.2;
}
.kontakt__phone:hover {
  color: var(--color-primary-dk);
}
.kontakt__whatsapp {
  color: #25D366;
  font-weight: 700;
}
.kontakt__whatsapp:hover {
  color: #1EBE57;
}

@media (min-width: 768px) {
  .kontakt__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Sticky CTA + Floating Buttons kommen aus tokens.css */

/* ══════════════════════════════
   404 — content h1 override
   ══════════════════════════════ */
.page-404__content h1 {
  font-size: clamp(60px, 10vw, 120px);
  color: var(--color-primary);
  margin-bottom: 8px;
}
.page-404__content p {
  color: var(--color-text);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 24px;
}
