/**
 * Startseite: Look angelehnt an Design/Page 4.htm (Warmtöne, Hero, Sektionen, Pill-Buttons).
 * Gilt nur mit body.home-landing-page.
 */

body.home-landing-page {
  --home-accent: #eeb16d;
  --home-accent-dark: #c98a45;
  --home-ink: #1a1a1a;
  --home-muted: #5c5348;
}

body.home-landing-page .row {
  background: transparent;
}

/* Header-Leiste: etwas weicher als Standard-Seiten */
body.home-landing-page .site-header-p4__sheet {
  border-radius: 0 0 18px 18px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

body.home-landing-page .site-nav-p4__burger {
  color: #2e2e2e;
}

/* --- Landing-Inhalt --- */
.home-landing {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--home-ink);
  margin: 0;
  width: 100%;
  max-width: none;
}

/* Hero: Hintergrund wie Page-4 u-section-1 (Nicepage-CDN), volle Breite */
.home-hero {
  position: relative;
  background-color: #3d3429;
  background-image: linear-gradient(105deg, rgba(26, 22, 18, 0.82) 0%, rgba(61, 52, 41, 0.55) 45%, rgba(61, 52, 41, 0.35) 100%),
    url("https://images01.nicepagecdn.com/c461c07a441a5d220e8feb1a/8ab91149eb155af29f11496c/d0f3edac-474b-42be-b569-946cd98464a7.jpg");
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
}

.home-hero__inner {
  max-width: 720px;
  margin-left: auto;
  padding: 3rem 1.25rem 2rem;
}

@media screen and (min-width: 40.063em) {
  .home-hero__inner {
    padding: 4.5rem 2rem 2.5rem;
  }
}

.home-hero__kicker {
  font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: clamp(0.85rem, 2vw, 1.125rem);
  font-weight: 400;
  margin: 0 0 0.75rem;
  opacity: 0.95;
}

.home-hero__title {
  font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.95;
  font-size: clamp(2.25rem, 6.5vw, 5rem);
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.home-hero__lead {
  font-size: clamp(0.95rem, 1.8vw, 1.125rem);
  line-height: 1.65;
  max-width: 38em;
  margin: 0 0 1.75rem;
  opacity: 0.92;
  font-weight: 400;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

/* Drei Kärtchen unter dem Hero (wie „Find us / Hours / Call“) */
.home-hero__highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 0 clamp(1rem, 4vw, 2.5rem) 2.5rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 40.063em) {
  .home-hero__highlights {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    padding: 0 clamp(1.25rem, 4vw, 2.5rem) 3rem;
  }
}

.home-highlight-card {
  padding: 1rem 1rem 1.1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (min-width: 40.063em) {
  .home-highlight-card {
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    padding-left: 1rem;
  }
  .home-highlight-card:first-child {
    border-left: none;
    padding-left: 0;
  }
}

.home-highlight-card h3 {
  font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.65rem;
}

.home-highlight-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  opacity: 0.9;
}

/* Weiße Sektion: Feature-Grid */
.home-section {
  padding: 3rem clamp(1rem, 4vw, 2.5rem);
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 40.063em) {
  .home-section {
    padding: 3.5rem clamp(1.25rem, 4vw, 2.5rem);
  }
}

.home-section--light {
  background: #ffffff;
  margin-top: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.home-section__title {
  font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  margin: 0 0 2rem;
  color: var(--home-ink);
}

.home-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (min-width: 40.063em) {
  .home-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 64.063em) {
  .home-feature-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.home-feature {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.home-feature__icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--home-accent) 0%, var(--home-accent-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(238, 177, 109, 0.45);
}

.home-feature h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--home-ink);
}

.home-feature p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--home-muted);
}

/* Split: Bild + Text (dunkel) */
.home-section--split {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0;
  border-radius: 0;
  overflow: hidden;
  background: #1a1a1a;
  color: #fff;
  width: 100%;
}

@media screen and (min-width: 64.063em) {
  .home-section--split {
    grid-template-columns: 1.1fr 0.9fr;
    min-height: 320px;
  }
}

.home-split__media {
  min-height: 220px;
  background-color: #2a2520;
  background-image: url("https://images.unsplash.com/photo-1509440159596-0249088772ff?w=1200&q=80");
  background-size: cover;
  background-position: center;
}

.home-split__text {
  padding: 2rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 40.063em) {
  .home-split__text {
    padding: 2.5rem 2rem;
  }
}

.home-split__text h2 {
  font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.home-split__text p {
  margin: 0 0 1.5rem;
  line-height: 1.65;
  opacity: 0.88;
  font-size: 1rem;
  max-width: 36em;
}

/* Abschluss-CTA */
.home-section--cta {
  text-align: center;
  padding: 3rem clamp(1rem, 4vw, 2.5rem) 2rem;
  width: 100%;
  box-sizing: border-box;
}

.home-section--cta h2 {
  font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  margin: 0 0 1.25rem;
  color: var(--home-ink);
}

.home-section--cta .home-btn {
  margin-top: 0.25rem;
}

/* Buttons (Pill wie Nicepage u-btn-round) */
.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  border: 2px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-btn--pill {
  border-radius: 999px;
}

.home-btn--light {
  background: transparent;
  color: #fff !important;
  border-color: #fff;
}

.home-btn--light:hover,
.home-btn--light:focus {
  background: #fff;
  color: var(--home-ink) !important;
  border-color: #fff;
}

.home-btn--outline-light {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.95);
}

.home-btn--outline-light:hover,
.home-btn--outline-light:focus {
  background: #fff;
  color: var(--home-ink) !important;
}

.home-btn--dark {
  background: #1a1a1a;
  color: #fff !important;
  border-color: #1a1a1a;
}

.home-btn--dark:hover,
.home-btn--dark:focus {
  background: #333;
  border-color: #333;
  color: #fff !important;
}

.home-btn--accent {
  background: var(--home-accent);
  color: #1a1a1a !important;
  border-color: var(--home-accent);
}

.home-btn--accent:hover,
.home-btn--accent:focus {
  background: var(--home-accent-dark);
  border-color: var(--home-accent-dark);
  color: #1a1a1a !important;
}
