/* ===========================
   SCHEE – salon.css
   Nur seitenspezifisches Layout.
   Typografie kommt aus style.css.
   =========================== */

/* WHATSAPP BUTTON */
.btn-whatsapp {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 150;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--brown);
  border: 2px solid var(--bg-1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,.15);
  transition: opacity .2s;
}
.btn-whatsapp:hover { opacity: .85; }
.btn-wa-mobile { display: none; }

/* HERO SCHLANK */
.hero--slim {
  height: 55svh;
  min-height: 320px;
}

/* ===========================
   MEINE GESCHICHTE
   =========================== */
.section-geschichte {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  background: var(--bg-1);
}

/* LINKS – Slideshow */
.geschichte-slideshow-col {
  padding: clamp(3rem, 6vw, 5rem) var(--pad);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.geschichte-slideshow {
  position: relative;
  width: 70%;
}
.geschichte-slide {
  display: none;
  flex-direction: column;
  gap: 1rem;
}
.geschichte-slide.active {
  display: flex;
}
.geschichte-img-wrap {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--bg-3);
  position: relative;
}
.geschichte-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Overlay im Bild */
.geschichte-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 2rem 1.5rem 1.5rem;
  background: linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.3) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.geschichte-year {
  font-size: .72rem;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
}
.geschichte-slide-title {
  font-family: var(--font-head);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}
.geschichte-caption p {
  font-size: .95rem;
  color: rgba(255,255,255,.88);
  line-height: 1.7;
  margin-top: .2rem;
}

/* Dots */
.geschichte-dots-wrap {
  display: flex;
}
.geschichte-dots {
  display: flex;
  gap: .5rem;
  align-items: center;
}
.geschichte-dots .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(58,47,34,.25);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background .2s, transform .2s;
}
.geschichte-dots .dot.active {
  background: var(--brown);
  transform: scale(1.3);
}

/* RECHTS – Statischer Text */
.geschichte-text-col {
  display: flex;
  align-items: center;
}
.geschichte-text-inner {
  padding: clamp(3rem, 6vw, 5rem) var(--pad);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 520px;
}
.geschichte-text-inner h2 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--brown);
}
.geschichte-signatur {
  font-style: italic;
  color: var(--brown);
}

/* ===========================
   TEAM
   =========================== */
.section-team {
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.team-intro {
  padding: 0 var(--pad);
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.team-intro h2 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--brown);
}
.team-grid {
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  align-items: start;
}
.team-card {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.team-img-wrap {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--bg-3);
}
.team-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .5s ease;
}
.team-card h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--brown);
}
.team-role {
  font-size: .8rem;
  letter-spacing: .06em;
  color: var(--muted);
  text-transform: uppercase;
}
.team-quote {
  font-size: .95rem;
  color: var(--muted);
  line-height: 1.7;
  margin-top: .25rem;
}
.team-card--placeholder h3,
.team-card--placeholder .team-role {
  opacity: .5;
}

/* ===========================
   JOBS
   =========================== */
.section-jobs {
  padding: 0 0 clamp(4rem, 8vw, 7rem);
  background: var(--bg-1);
}
.jobs-img-wrap {
  width: 100%;
  max-height: 420px;
  overflow: hidden;
  margin-bottom: 3rem;
}
.jobs-img-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center center;
}
.jobs-inner {
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.jobs-text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.jobs-text h2 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--brown);
}
.jobs-btn { display: none; }
.btn-jobs-desktop { display: inline-block; }

.jobs-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding-top: 2.5rem;
}
.benefit-card {
  background: var(--bg-2);
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.benefit-card h4 {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 400;
  color: var(--brown);
}
.benefit-card p {
  font-size: .875rem;
  color: var(--muted);
  line-height: 1.5;
}

/* ===========================
   DAVINES
   =========================== */
.section-davines { min-height: unset; }
.section-davines .split-img {
  padding: 0;
  overflow: hidden;
  max-height: 800px;
}
.section-davines .split-img img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: center 60%;
}
.davines-author {
  font-style: italic;
  color: var(--brown);
}

/* ===========================
   EVENTS
   =========================== */
.section-events {
  min-height: unset;
}
.section-events .split-img {
  padding: 0;
  overflow: hidden;
}
.section-events .split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: unset;
}

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 1024px) {
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .geschichte-slideshow { width: 80%; }
}

@media (max-width: 768px) {
  /* Einheitliche Abstände */
  .btn-wa-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brown);
    width: 36px;
    height: 36px;
  }
  .footer-bottom {
    padding-bottom: 5rem;
  }
  .geschichte-text-inner,
  .geschichte-slideshow-col,
  .section-team,
  .section-jobs,
  .section-davines .split-text,
  .section-events .split-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  /* Geschichte */
  .section-geschichte { grid-template-columns: 1fr; }
  .geschichte-text-col { order: 0; align-items: flex-start; }
  .geschichte-slideshow-col { order: 1; border: none; padding-top: 0; }
  .geschichte-slideshow { width: 75%; }

  /* Team */
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }

  /* Jobs */
  .jobs-inner { grid-template-columns: 1fr; gap: 2rem; }
  .jobs-benefits { padding-top: 0; grid-template-columns: 1fr 1fr; }
  .jobs-btn { display: inline-block; }
  .btn-jobs-desktop { display: none; }

  /* Davines */
  .section-davines { grid-template-columns: 1fr; }
  .section-davines .split-img { max-height: 260px; }
  .section-davines .split-img img { height: 260px; }

  /* Events */
  .section-events { min-height: unset; }
  .section-events .split-img { padding: 0; min-height: unset; }
  .section-events .split-img img { width: 100%; height: 420px; aspect-ratio: unset; object-fit: cover; }
}

@media (max-width: 480px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
  .geschichte-slideshow { width: 100%; }
}
