/* Startseiten-Politur: Standort, Vertrauen, kompakte Leistungen und Motion */
.hero-home { min-height: auto; padding: 0; overflow: clip; background: #e9e6de; }
.hero-home::before, .hero-home::after { display: none; }
.hero-home .container { position: relative; z-index: 1; }
.home-hero-grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(480px,1.12fr); min-height: 710px; }
.hero-home .hero-copy { display: flex; width: auto; flex-direction: column; justify-content: center; padding: 70px 70px 70px 0; }
.hero-home h1 { max-width: 10.5ch; font-size: clamp(3.45rem,5vw,5.35rem); line-height: .94; letter-spacing: -.035em; }
.hero-home h1 em { display: inline; color: var(--magenta); }
.hero-home .lead { margin-top: 26px; }
.hero-home .hero-actions { margin-top: 30px; }
.hero-rating { display: grid; grid-template-columns: auto 1fr auto; grid-template-areas: "g stars score" "g label score"; width: min(100%,480px); align-items: center; gap: 0 14px; margin-top: 36px; padding: 14px 17px; border: 1px solid var(--ink); background: var(--white); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.hero-rating:hover { transform: translate(-3px,-3px); box-shadow: 7px 7px 0 var(--magenta); }
.google-g { grid-area: g; display: block; width: 38px; height: 38px; padding: 5px; border: 1px solid var(--line); border-radius: 50%; background: white; object-fit: contain; }
.rating-stars { grid-area: stars; color: #f5a900; font-size: .94rem; letter-spacing: .08em; line-height: 1; }
.rating-label { grid-area: label; color: var(--muted); font-size: .77rem; }
.rating-score { grid-area: score; font: 800 2.15rem/1 "Bahnschrift Condensed","Segoe UI",sans-serif; }
.hero-quickfacts { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 20px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.hero-quickfacts a { text-decoration: none; }
.hero-quickfacts a:hover { text-decoration: underline; }
.location-visual { position: relative; margin: 34px 0 34px; }
.location-image-frame { height: 642px; overflow: hidden; border: 1px solid var(--ink); background: #d8d4ca; }
.location-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.location-visual:hover .location-image-frame img { transform: scale(1.025); }
.location-caption { position: absolute; right: 18px; bottom: 18px; display: grid; min-width: 285px; padding: 18px 20px; border: 1px solid var(--ink); background: var(--magenta); box-shadow: 7px 7px 0 rgba(20,20,20,.2); }
.location-caption span { font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.location-caption strong { margin-top: 2px; font-size: 1.12rem; }
.location-caption a { width: max-content; margin-top: 8px; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }

.service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.service-card, .service-card:nth-child(n) { grid-template-columns: 1fr; grid-template-rows: auto 1fr; min-height: 0; }
.service-card img { width: 100%; height: auto; min-height: 0; aspect-ratio: 3 / 2; padding: 0; border-right: 0; border-bottom: 1px solid var(--ink); background: none; object-fit: cover; }
.service-card-content { align-self: stretch; display: flex; min-height: 154px; flex-direction: column; justify-content: flex-end; padding: 34px 26px 22px; }
.service-card .num { top: 18px; right: 20px; }
.service-card h3 { max-width: 16ch; font-size: clamp(1.35rem,2vw,1.8rem); }
.service-card p { margin-top: 9px; font-size: .82rem; line-height: 1.42; }
.services-section .section-head h2 { font-size: clamp(2.2rem,3.25vw,3.4rem); letter-spacing: -.02em; }
.service-card:hover { background: #fffbed; }

.reviews-section { border-block: 1px solid var(--ink); background: #181818; color: white; }
.reviews-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; margin-bottom: 42px; }
.reviews-head h2 { max-width: 11ch; }
.reviews-total { display: flex; align-items: baseline; gap: 12px; padding-bottom: 8px; }
.reviews-total strong { color: var(--magenta); font: 800 4rem/1 "Bahnschrift Condensed","Segoe UI",sans-serif; }
.reviews-total span { max-width: 120px; color: rgba(255,255,255,.62); font-size: .75rem; line-height: 1.25; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.review-card { min-height: 260px; padding: 28px 30px 30px 0; }
.review-card + .review-card { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.28); }
.review-card .rating-stars { display: block; margin-bottom: 28px; }
.review-card blockquote { margin: 0; font: 700 clamp(1.35rem,2.1vw,1.9rem)/1.14 "Bahnschrift Condensed","Segoe UI",sans-serif; }
.review-card footer { display: flex; align-items: center; gap: 8px; margin-top: 25px; color: rgba(255,255,255,.55); font-size: .76rem; }
.review-source-logo { width: 17px; height: 17px; padding: 2px; border-radius: 50%; background: white; object-fit: contain; }
.reviews-action { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; }
.reviews-action p { color: rgba(255,255,255,.58); font-size: .8rem; }
.reviews-action .button { border-color: white; background: transparent; }
.reviews-action .button:hover { border-color: var(--magenta); background: var(--magenta); color: var(--ink); }

.agency-credit { display: flex; width: max-content; align-items: center; gap: 9px; margin: 18px auto 0; color: rgba(255,255,255,.42); font-size: .62rem; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.agency-credit img { width: 108px; height: 26px; padding: 0; background: transparent; object-fit: contain; }
.agency-credit:hover { color: white; }

html.motion-ready [data-reveal], html.motion-ready .reveal { opacity: 0; transform: translateY(28px); transition: opacity .72s cubic-bezier(.2,.7,.2,1), transform .72s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay,0ms); }
html.motion-ready [data-reveal="left"] { transform: translateX(-34px); }
html.motion-ready [data-reveal="right"] { transform: translateX(34px); }
html.motion-ready [data-reveal].is-visible, html.motion-ready .reveal.is-visible { opacity: 1; transform: none; }
html.motion-ready .location-image-frame { clip-path: inset(0 100% 0 0); transition: clip-path 1s cubic-bezier(.2,.7,.2,1); }
html.motion-ready .location-visual.is-visible .location-image-frame { clip-path: inset(0); }

@media (max-width: 1060px) {
  .home-hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-home .hero-copy { padding-right: 38px; }
  .location-image-frame { height: 590px; }
  .service-card-content { min-height: 150px; }
}

@media (max-width: 820px) {
  .home-hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-home .hero-copy { padding: 62px 0 30px; }
  .location-visual { margin-top: 18px; }
  .location-image-frame { height: min(105vw,620px); }
  .location-caption { bottom: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-content { min-height: 145px; }
  .reviews-head { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 0; padding: 28px 0; }
  .review-card + .review-card { padding-left: 0; border-top: 1px solid rgba(255,255,255,.28); border-left: 0; }
}

@media (max-width: 560px) {
  .hero-home .hero-copy { padding-top: 46px; }
  .hero-home h1 { font-size: clamp(2.85rem,12.5vw,3.85rem); }
  .hero-rating { grid-template-columns: auto 1fr auto; padding: 12px; }
  .rating-label { font-size: .7rem; }
  .location-image-frame { height: 92vw; }
  .location-caption { right: 12px; bottom: 12px; left: 12px; min-width: 0; padding: 14px 16px; }
  .service-card, .service-card:nth-child(n) { grid-template-columns: 1fr; }
  .service-card img { height: auto; aspect-ratio: 3/2; border-right: 0; border-bottom: 1px solid var(--ink); }
  .service-card-content { min-height: 0; padding: 25px 22px; }
  .reviews-total strong { font-size: 3.3rem; }
  .reviews-action { align-items: stretch; flex-direction: column; }
  .reviews-action .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html.motion-ready [data-reveal], html.motion-ready .reveal { opacity: 1; transform: none; transition: none; }
  html.motion-ready .location-image-frame { clip-path: none; transition: none; }
}

/* Magenta führt die Flächen; Druckfarben bleiben als kleine Akzente sichtbar */
::selection { color: white; background: var(--magenta); }
.button.accent, .nav-cta, .location-caption, .detail-card .tag, .intro-image::after { color: white; }
.cta-strip { color: white; }
.rating-stars { color: #f5a900; }
.process .step b, .price-table th, .footer-title, .reviews-total strong { color: var(--magenta-bright); }
.reviews-action .button:hover { border-color: var(--magenta); background: var(--magenta); color: white; }
/* Direkte Social-Kontakte im Hero */
.eyebrow::before {
  width: 60px;
  margin-right: 0;
  background: linear-gradient(90deg,
    var(--yellow) 0 25%,
    var(--magenta) 25% 50%,
    var(--cyan) 50% 75%,
    var(--green) 75% 100%);
  box-shadow: none;
}
.hero-socials { display: grid; grid-template-columns: 1fr 1fr; width: min(100%,480px); gap: 8px; margin-top: 16px; }
.hero-social-link { display: flex; min-height: 48px; align-items: center; gap: 10px; padding: 10px 13px; border: 1px solid var(--ink); background: rgba(255,255,255,.78); font-size: .72rem; font-weight: 900; letter-spacing: .04em; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.hero-social-link svg { width: 20px; height: 20px; flex: 0 0 auto; }
.hero-social-link:hover { transform: translateY(-2px); background: var(--ink); color: white; }
.hero-social-link.whatsapp { border-left: 5px solid #25a85a; }
.hero-social-link.instagram { border-left: 5px solid var(--magenta); }

@media (max-width: 560px) {
  .hero-socials { grid-template-columns: 1fr; }
}
.contact-hours { grid-column: 1 / -1; }

/* Dynamische Öffnungszeiten auf der Kontaktseite */
.contact-hours-summary { display: flex; justify-content: flex-end; margin: -19px 0 9px; }
.contact-hours-summary strong { color: var(--magenta); font-size: .76rem; }
.contact-hours .hours tr { transition: background .2s ease, box-shadow .2s ease; }
.contact-hours .hours tr.is-today { background: #fff0f4; box-shadow: inset 4px 0 0 var(--magenta); }
.contact-hours .hours tr.is-today td { font-weight: 900; }