/* =========================================================
   Yildiz & Aktas Immobilien — Stylesheet
   Palette: Gold · Anthrazit · Elfenbein
   ========================================================= */

:root {
  --gold:        #b8860b;
  --gold-bright: #c9991a;
  --gold-light:  #e9c45c;
  --gold-pale:   #f3e6c4;
  --ink:         #161616;
  --ink-soft:    #2a2a2a;
  --charcoal:    #1c1c1c;
  --body:        #4a4844;
  --muted:       #807c74;
  --cream:       #faf7f0;
  --cream-2:     #f3eee3;
  --line:        #e6e0d3;
  --white:       #ffffff;

  --gold-grad: linear-gradient(135deg, #b5830a 0%, #e9c45c 38%, #c99412 66%, #8a6308 100%);

  --serif:   'Marcellus', Georgia, 'Times New Roman', serif;
  --display: 'Cormorant Garamond', Georgia, serif;
  --sans:    'Jost', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --amp:     'Cormorant Garamond', Georgia, serif;

  --container: 1200px;
  --radius: 2px;
  --shadow-sm: 0 4px 20px rgba(22, 22, 22, .06);
  --shadow-md: 0 18px 50px rgba(22, 22, 22, .10);
  --shadow-lg: 0 30px 80px rgba(22, 22, 22, .16);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  font-weight: 400;
  color: var(--body);
  background: var(--white);
  line-height: 1.7;
  font-size: 16.5px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 { color: var(--ink); font-weight: 500; line-height: 1.15; letter-spacing: .01em; }

.eyebrow {
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.eyebrow::before {
  content: "";
  width: 34px; height: 1px;
  background: var(--gold);
  display: inline-block;
}
.eyebrow--light { color: var(--gold-light); }
.eyebrow--light::before { background: var(--gold-light); }
.section__head--center .eyebrow { justify-content: center; }
.section__head--center .eyebrow::after {
  content: "";
  width: 34px; height: 1px;
  background: var(--gold);
  display: inline-block;
}

.section__title {
  font-family: var(--display);
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 500;
  letter-spacing: 0;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 16px 32px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: all .35s var(--ease);
  white-space: nowrap;
}
.btn--sm { padding: 12px 22px; font-size: 12px; }
.btn--block { width: 100%; }

.btn--gold {
  background: var(--gold-grad);
  background-size: 200% 200%;
  color: #fff;
  box-shadow: 0 10px 28px rgba(184, 134, 11, .32);
}
.btn--gold:hover { background-position: 100% 0; box-shadow: 0 16px 38px rgba(184, 134, 11, .42); transform: translateY(-2px); }

.btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .55); }
.btn--ghost:hover { background: #fff; color: var(--ink); border-color: #fff; transform: translateY(-2px); }

.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--gold); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(184, 134, 11, .3); }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--ink);
  color: #cfc9bd;
  font-size: 12.5px;
  letter-spacing: .04em;
  position: relative;
  z-index: 60;
}
.topbar__inner { display: flex; align-items: center; justify-content: space-between; height: 42px; }
.topbar__tagline { letter-spacing: .22em; text-transform: uppercase; font-size: 11px; color: var(--gold-light); }
.topbar__contact { display: flex; gap: 28px; }
.topbar__link { display: inline-flex; align-items: center; gap: 8px; color: #cfc9bd; transition: color .3s; }
.topbar__link:hover { color: var(--gold-light); }
.topbar__link svg { color: var(--gold); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .4s var(--ease), background .4s;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 84px; gap: 24px; }
.header__actions { display: inline-flex; align-items: center; gap: 16px; }

/* Brand */
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand__emblem { width: 54px; height: 54px; flex: none; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .12em;
  color: var(--ink);
  text-transform: uppercase;
  white-space: nowrap;          /* „Yildiz & Aktas" immer auf einer Zeile */
}
.brand__sub {
  font-family: var(--serif);
  font-size: 11px;
  letter-spacing: .42em;
  color: var(--gold);
  text-transform: uppercase;
  margin-top: 3px;
  text-align: center;          /* „Immobilien" mittig unter dem Namen */
}

/* &-Zeichen: normale, dezente Darstellung — fügt sich in das umliegende Design ein */
.amp,
.brand__amp {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

/* Nav */
.nav__list { display: flex; gap: 36px; }
.nav__link {
  position: relative;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: .08em;
  color: var(--ink-soft);
  text-transform: uppercase;
  padding: 6px 0;
  transition: color .3s;
  white-space: nowrap;          /* Menüpunkte (z. B. „Über uns") nie umbrechen */
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1.5px;
  background: var(--gold-grad);
  transition: width .35s var(--ease);
}
.nav__link:hover { color: var(--gold); }
.nav__link:hover::after { width: 100%; }

/* Mobile toggle */
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--ink); transition: transform .3s, opacity .3s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav panel */
.mobile-nav {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(86vw, 360px);
  background: var(--ink);
  z-index: 45;
  transform: translateX(100%);
  transition: transform .42s var(--ease);
  padding: 130px 36px 40px;
  box-shadow: -20px 0 60px rgba(0,0,0,.3);
}
.mobile-nav.is-open { transform: translateX(0); }
.mobile-nav ul { display: flex; flex-direction: column; gap: 6px; }
.mobile-nav__link {
  display: block;
  font-family: var(--display);
  font-size: 22px;
  color: #f3eee3;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: color .3s, padding-left .3s;
}
.mobile-nav__link:hover { color: var(--gold-light); padding-left: 8px; }
.mobile-nav__cta { margin-top: 32px; }
.nav-backdrop {
  position: fixed; inset: 0; background: rgba(0,0,0,.5);
  opacity: 0; visibility: hidden; transition: opacity .4s; z-index: 44;
}
.nav-backdrop.is-open { opacity: 1; visibility: visible; }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  min-height: calc(100vh - 126px);
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.hero__media {
  position: absolute; inset: 0;
  background-color: #2a2622;
  background-image: url("../img/herovilla.PNG");
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  animation: heroZoom 18s ease-out forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(15,13,11,.82) 0%, rgba(15,13,11,.55) 45%, rgba(15,13,11,.25) 100%),
    linear-gradient(0deg, rgba(15,13,11,.55), rgba(15,13,11,0) 40%);
}
.hero__content { position: relative; z-index: 2; max-width: 760px; padding-top: 40px; padding-bottom: 60px; }
.hero__title {
  font-family: var(--display);
  color: #fff;
  font-size: clamp(42px, 6.6vw, 84px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.01em;
  margin-bottom: 26px;
  text-shadow: 0 2px 30px rgba(0,0,0,.3);
}
.hero__lead {
  font-size: clamp(16px, 1.5vw, 19px);
  color: rgba(255,255,255,.9);
  max-width: 560px;
  margin-bottom: 38px;
  font-weight: 300;
  line-height: 1.75;
}
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }

.hero__scroll {
  position: absolute;
  left: 50%; bottom: 30px;
  transform: translateX(-50%);
  width: 26px; height: 42px;
  border: 1.5px solid rgba(255,255,255,.5);
  border-radius: 14px;
  z-index: 2;
}
.hero__scroll span {
  position: absolute; left: 50%; top: 8px;
  width: 3px; height: 8px; border-radius: 2px;
  background: #fff; transform: translateX(-50%);
  animation: scrollDot 1.8s infinite;
}
@keyframes scrollDot { 0% {opacity:0; top:8px;} 40% {opacity:1;} 80% {opacity:0; top:22px;} 100% {opacity:0;} }

/* =========================================================
   STATS
   ========================================================= */
.stats { background: var(--ink); color: #fff; padding: 0; }
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat {
  text-align: center;
  padding: 54px 18px;
  border-right: 1px solid rgba(255,255,255,.08);
}
.stat:last-child { border-right: 0; }
.stat__num {
  display: block;
  font-family: var(--display);
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 600;
  /* hellerer Verlauf für bessere Lesbarkeit auf dunklem Grund */
  background: linear-gradient(180deg, #f1d68b 0%, #e2b455 45%, #cc9a2c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.18;          /* verhindert das Abschneiden der Ziffern unten */
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.stat__label {
  font-size: 12.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #b8b2a6;
}

/* =========================================================
   SECTIONS
   ========================================================= */
.section { padding: clamp(70px, 9vw, 120px) 0; }
.section--alt { background: var(--cream); }
.section__head { margin-bottom: 60px; }
.section__head--center { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.section__intro { color: var(--muted); font-size: 17px; margin-top: 16px; font-weight: 300; }
.section__title + p { margin-top: 14px; }

/* ---------- Service cards ---------- */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 44px 30px;
  text-align: center;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
  position: relative;
  overflow: hidden;
}
.card::before {
  content: "";
  position: absolute; left: 0; top: 0;
  width: 100%; height: 3px;
  background: var(--gold-grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease);
}
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: transparent; }
.card:hover::before { transform: scaleX(1); }
.card__icon {
  width: 72px; height: 72px;
  margin: 0 auto 24px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--cream-2);
  color: var(--gold);
  transition: background .4s, color .4s;
}
.card__icon svg { width: 40px; height: 40px; }
.card:hover .card__icon { background: var(--gold-grad); color: #fff; }
.card__title { font-family: var(--display); font-size: 21px; margin-bottom: 12px; }
.card__text { font-size: 14.5px; color: var(--muted); line-height: 1.7; }

/* ---------- About ---------- */
.about { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center; }
.about__media { position: relative; }
.about__img {
  aspect-ratio: 4 / 5;
  background-color: #d8d2c6;
  background-image: url("../img/Ueberuns.jpeg");
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-lg);
}
.about__badge {
  position: absolute;
  right: -28px; bottom: -28px;
  width: 128px; height: 128px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  display: grid; place-items: center;
}
.about__body p { margin-bottom: 18px; }
.about__body .btn { margin-top: 14px; }

.ticklist { margin: 26px 0 8px; display: grid; gap: 14px; }
.ticklist li {
  position: relative;
  padding-left: 34px;
  font-weight: 500;
  color: var(--ink-soft);
}
.ticklist li::before {
  content: "";
  position: absolute; left: 0; top: 3px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--gold-grad);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/14px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center/14px no-repeat;
}

/* ---------- Features ---------- */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.feature { padding: 8px 4px; border-top: 2px solid var(--line); padding-top: 26px; transition: border-color .4s; }
.feature:hover { border-color: var(--gold); }
.feature__no {
  font-family: var(--display);
  font-size: 40px;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 16px;
}
.feature__title { font-size: 19px; margin-bottom: 10px; font-family: var(--display); }
.feature p { font-size: 14.5px; color: var(--muted); }

/* ---------- Steps ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  list-style: none;           /* entfernt die linken Standard-Listenziffern */
  position: relative;
}
.step {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 40px 28px 32px;
  position: relative;
  transition: transform .4s var(--ease), box-shadow .4s;
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.step__num {
  position: absolute;
  top: -26px; left: 28px;
  width: 52px; height: 52px;
  display: grid; place-items: center;
  background: var(--gold-grad);
  color: #fff;
  font-family: var(--display);
  font-size: 22px;
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(184,134,11,.32);
}
.step__title { font-family: var(--display); font-size: 19px; margin: 14px 0 10px; }
.step p { font-size: 14.5px; color: var(--muted); }

/* ---------- Quotes ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.quote {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 40px 34px;
  position: relative;
}
.quote::before {
  content: "\201C";
  position: absolute; top: 6px; right: 24px;
  font-family: var(--display);
  font-size: 90px;
  color: var(--gold-pale);
  line-height: 1;
}
.quote__stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 16px; }
.quote blockquote { font-family: var(--display); font-size: 18px; font-style: italic; color: var(--ink-soft); line-height: 1.65; margin-bottom: 22px; }
.quote figcaption { display: flex; flex-direction: column; }
.quote figcaption strong { color: var(--ink); font-weight: 600; letter-spacing: .04em; }
.quote figcaption span { font-size: 13px; color: var(--muted); margin-top: 2px; }

/* ---------- CTA banner ---------- */
.cta-banner { position: relative; color: #fff; overflow: hidden; }
.cta-banner__media {
  position: absolute; inset: 0;
  background-color: #1c1a17;
  background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=2000&q=80");
  background-size: cover;
  background-position: center;
}
.cta-banner__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,13,11,.86), rgba(15,13,11,.7)); }
.cta-banner__content { position: relative; z-index: 2; text-align: center; max-width: 720px; margin: 0 auto; padding: clamp(70px, 9vw, 120px) 0; }
.cta-banner__title { font-family: var(--display); color: #fff; font-size: clamp(28px, 4vw, 46px); margin-bottom: 18px; }
.cta-banner__text { color: rgba(255,255,255,.85); font-size: 17px; margin-bottom: 34px; font-weight: 300; }

/* =========================================================
   CONTACT
   ========================================================= */
.contact { display: grid; grid-template-columns: 1fr 1.15fr; gap: 64px; align-items: start; }
.contact__intro p { color: var(--muted); margin-bottom: 32px; }
.contact__details { display: grid; gap: 22px; }
.contact__details li { display: flex; gap: 18px; align-items: flex-start; }
.contact__ico {
  flex: none;
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--gold);
  box-shadow: var(--shadow-sm);
}
.contact__details strong { display: block; color: var(--ink); font-weight: 600; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 3px; }
.contact__details a:hover { color: var(--gold); }

/* Form */
.contact__form-wrap {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 44px;
  box-shadow: var(--shadow-md);
}
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form__group { margin-bottom: 20px; display: flex; flex-direction: column; }
.form label { font-size: 12.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 9px; }
.form label span { color: var(--gold); }
.form input,
.form select,
.form textarea {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  width: 100%;
  transition: border-color .3s, background .3s, box-shadow .3s;
}
.form textarea { resize: vertical; min-height: 120px; }
.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(184,134,11,.12);
}
.form input.invalid,
.form textarea.invalid { border-color: #c0392b; background: #fdf3f2; }
.form__error { color: #c0392b; font-size: 12.5px; margin-top: 6px; min-height: 0; display: block; }

.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form__check { flex-direction: row; align-items: flex-start; gap: 12px; text-transform: none; letter-spacing: 0; font-weight: 400; font-size: 14px; color: var(--muted); margin: 6px 0 4px; cursor: pointer; }
.form__check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--gold); flex: none; }
.form__check a { color: var(--gold); text-decoration: underline; }

.form .btn { margin-top: 20px; }
.form__success {
  margin-top: 18px;
  background: #f0f7f0;
  border: 1px solid #bcdcbc;
  color: #2f6b34;
  padding: 16px 18px;
  border-radius: var(--radius);
  font-size: 14.5px;
}

/* =========================================================
   LEGAL / INNER PAGES
   ========================================================= */
.page-head {
  background: var(--ink);
  color: #fff;
  padding: 70px 0;
  position: relative;
}
.page-head::after {
  content: "";
  position: absolute; left: 0; bottom: 0; width: 100%; height: 3px;
  background: var(--gold-grad);
}
.page-head h1 { color: #fff; font-family: var(--display); font-size: clamp(30px, 4vw, 46px); }
.page-head .crumbs { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 14px; }
.page-head .crumbs a:hover { color: #fff; }

.legal { max-width: 860px; }
.legal h2 { font-family: var(--display); font-size: 24px; margin: 40px 0 14px; }
.legal h3 { font-size: 17px; margin: 24px 0 8px; color: var(--ink-soft); }
.legal p, .legal li { color: var(--body); margin-bottom: 14px; }
.legal ul { list-style: disc; padding-left: 22px; margin-bottom: 14px; }
.legal a { color: var(--gold); text-decoration: underline; }
.legal .note {
  background: var(--cream);
  border-left: 3px solid var(--gold);
  padding: 16px 20px;
  font-size: 14px;
  color: var(--muted);
  margin: 10px 0 30px;
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--charcoal); color: #aaa49a; }
.footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding: 78px 28px 56px;
}
.brand--footer { margin-bottom: 22px; }
.brand--footer .brand__name { color: #fff; }
.brand--footer .brand__sub { color: var(--gold-light) ; } 

.footer__about { font-size: 14.5px; line-height: 1.7; max-width: 320px; }
.footer__social { display: flex; gap: 12px; margin-top: 24px; }
.footer__soc {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: #cfc9bd;
  transition: all .3s var(--ease);
}
.footer__soc:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.45); transform: translateY(-3px); }

.footer__title { color: #fff; font-family: var(--display); font-size: 17px; margin-bottom: 22px; font-weight: 500; }
.footer__links { display: grid; gap: 12px; font-size: 14.5px; }
.footer__links a { transition: color .3s, padding-left .3s; }
.footer__links a:hover { color: var(--gold-light); padding-left: 5px; }
.footer__links--plain li { line-height: 1.6; }

.footer__bar { border-top: 1px solid rgba(255,255,255,.1); }
.footer__bar-inner { display: flex; align-items: center; justify-content: space-between; padding: 22px 28px; font-size: 13px; }
.footer__legal { display: flex; gap: 24px; }
.footer__legal a:hover { color: var(--gold-light); }

/* =========================================================
   REVEAL ANIMATION
   ========================================================= */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.cards .reveal:nth-child(2), .features .reveal:nth-child(2), .steps .reveal:nth-child(2), .quotes .reveal:nth-child(2) { transition-delay: .08s; }
.cards .reveal:nth-child(3), .features .reveal:nth-child(3), .steps .reveal:nth-child(3), .quotes .reveal:nth-child(3) { transition-delay: .16s; }
.cards .reveal:nth-child(4), .features .reveal:nth-child(4), .steps .reveal:nth-child(4) { transition-delay: .24s; }
.stats .reveal:nth-child(2) { transition-delay: .08s; }
.stats .reveal:nth-child(3) { transition-delay: .16s; }
.stats .reveal:nth-child(4) { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__media { animation: none; transform: none; }
  .hero__scroll span { animation: none; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .cards, .features, .steps { grid-template-columns: repeat(2, 1fr); }
  .steps { row-gap: 50px; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .quotes { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
  .header__cta { display: none; }
}

@media (max-width: 860px) {
  .nav { display: none; }
  .nav-toggle { display: flex; }
  .about { grid-template-columns: 1fr; gap: 60px; }
  .about__media { max-width: 460px; margin: 0 auto; }
  .contact { grid-template-columns: 1fr; gap: 44px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 600px) {
  .topbar__contact { display: none; }
  .topbar__inner { justify-content: center; }
  .site-header__inner { height: 72px; }
  .brand__emblem { width: 46px; height: 46px; }
  .brand__name { font-size: 18px; }
  .cards, .features, .stats__grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); padding: 38px 18px; }
  .stat:last-child { border-bottom: 0; }
  .steps { grid-template-columns: 1fr; }
  .form__row { grid-template-columns: 1fr; gap: 0; }
  .contact__form-wrap { padding: 30px 22px; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bar-inner { flex-direction: column; gap: 12px; text-align: center; }
  .hero { min-height: auto; padding: 90px 0; }
}

/* =========================================================
   HEADER SOCIAL — Instagram / WhatsApp (Desktop, oben rechts)
   ========================================================= */
.header__social { display: inline-flex; align-items: center; gap: 10px; }
.header__soc {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--gold);
  transition: all .3s var(--ease);
}
.header__soc svg { width: 18px; height: 18px; }
.header__soc:hover { background: #fff; border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,.1); }

/* =========================================================
   MOBILE FLOATING BAR — Instagram / WhatsApp
   ========================================================= */
.mobile-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 40;
  display: none;                 /* nur in der mobilen Ansicht sichtbar */
  align-items: stretch;
  background: rgba(22, 22, 22, .8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 -8px 30px rgba(0, 0, 0, .3);
  padding-bottom: env(safe-area-inset-bottom);
}
.mobile-bar__link {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 8px;
  color: #f3eee3;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .3s, color .3s;
}
.mobile-bar__link + .mobile-bar__link { border-left: 1px solid rgba(255, 255, 255, .12); }
.mobile-bar__link svg { width: 22px; height: 22px; flex: none; }
.mobile-bar__link--ig svg { color: #e1306c; }
.mobile-bar__link--wa svg { color: #25d366; }
.mobile-bar__link--ig:hover, .mobile-bar__link--ig:active { color: #fff; background: linear-gradient(135deg, #feda75, #d62976 48%, #962fbf); }
.mobile-bar__link--ig:hover svg, .mobile-bar__link--ig:active svg { color: #fff; }
.mobile-bar__link--wa:hover, .mobile-bar__link--wa:active { color: #fff; background: #25d366; }
.mobile-bar__link--wa:hover svg, .mobile-bar__link--wa:active svg { color: #fff; }

/* =========================================================
   TEAM
   ========================================================= */
.team { display: grid; gap: 64px; max-width: 980px; margin: 0 auto; }
.team__member { display: grid; grid-template-columns: 320px 1fr; gap: 48px; align-items: center; }
.team__photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--cream-2);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}
.team__role { margin-bottom: 12px; }
.team__name { font-family: var(--display); font-size: clamp(26px, 3vw, 34px); font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.team__info p { color: var(--muted); margin-bottom: 16px; }
.team__contact { display: flex; flex-wrap: wrap; gap: 8px 26px; font-size: 14px; }
.team__contact a { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-soft); }
.team__contact a:hover { color: var(--gold); }
.team__contact svg { width: 16px; height: 16px; color: var(--gold); flex: none; }

/* =========================================================
   RESPONSIVE — neue Komponenten
   ========================================================= */
@media (max-width: 860px) {
  .header__social { display: none; }
  .mobile-bar { display: flex; }
  body { padding-bottom: 56px; }     /* Platz für die mitlaufende Leiste */
  .hero__scroll { display: none; }
  .team__member { grid-template-columns: 1fr; gap: 24px; justify-items: center; text-align: center; }
  .team__photo { max-width: 300px; }
  .team__role { justify-content: center; }
  .team__contact { justify-content: center; }
}
