/* ===== Beautified by Vicky ===== */

:root {
  --black: #161412;
  --grey: #6e655b;
  --ivory: #faf7f2;
  --sand: #f3ece2;
  --line: #e7ddd0;
  --white: #ffffff;
  --accent: #bf9d77;
  --accent-soft: rgba(191, 157, 119, 0.12);
  --shadow: 0 14px 40px rgba(82, 62, 40, 0.07);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--black);
  background: var(--ivory);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 6vw;
  background: rgba(250, 247, 242, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-decoration: none;
}

.brand-logo {
  height: 66px;
  width: auto;
  mix-blend-mode: multiply;
}

.brand-script {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}

.brand-sub {
  font-size: 0.7rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--grey);
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  list-style: none;
}

.nav-list a {
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--black);
  transition: color 0.2s;
}

.nav-list a:hover { color: var(--accent); }

.nav-cta {
  border: 1px solid var(--black);
  padding: 0.5rem 1.2rem;
  transition: background 0.25s, color 0.25s;
}

.nav-cta:hover {
  background: var(--black);
  color: var(--white) !important;
}

.nav-toggle { display: none; }

/* ===== Hero ===== */
.hero {
  min-height: calc(100svh - 77px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 6vw 3rem;
  text-align: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, var(--ivory) 0%, var(--sand) 100%);
}

/* Hintergrundbild – dezent, entsättigt */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("assets/hero/hero-d-wimpern-clean.jpg");
  background-size: cover;
  background-position: center 25%;
  filter: saturate(0.7);
}

/* Heller Schleier für Lesbarkeit + edlen Look */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 80% 70% at 50% 48%, rgba(250, 247, 242, 0.92) 0%, rgba(250, 247, 242, 0.78) 45%, rgba(243, 236, 226, 0.7) 100%),
    radial-gradient(ellipse 55% 45% at 88% 88%, rgba(191, 157, 119, 0.16), transparent 60%);
}

.hero-inner { max-width: 760px; margin: 0 auto; position: relative; }

.hero-logo {
  width: 270px;
  margin: 0 auto 1.6rem;
  mix-blend-mode: multiply;
}

.hero h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.3rem, 5vw, 3.9rem);
  line-height: 1.12;
  margin-bottom: 1.4rem;
}

.hero h1 em { font-style: italic; color: var(--accent); }

.hero-text {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 0.8rem;
}

.muted { color: var(--grey); }

.hero-actions {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== Buttons ===== */
.btn {
  display: inline-block;
  padding: 0.9rem 2.4rem;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s, color 0.25s, border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}

.btn:hover { transform: translateY(-1px); }

.btn-dark {
  background: var(--black);
  color: var(--white);
  border: 1px solid var(--black);
}

.btn-dark:hover {
  background: transparent;
  color: var(--black);
  box-shadow: var(--shadow);
}

.btn-outline {
  border: 1px solid var(--black);
  color: var(--black);
}

.btn-outline:hover {
  background: var(--black);
  color: var(--white);
  box-shadow: var(--shadow);
}

/* ===== Sections ===== */
.section { padding: 6rem 6vw; }

.section-alt {
  background:
    radial-gradient(ellipse 50% 40% at 90% 5%, var(--accent-soft), transparent 60%),
    radial-gradient(ellipse 45% 40% at 8% 95%, var(--accent-soft), transparent 60%),
    linear-gradient(180deg, var(--sand), #efe6d9);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.container { max-width: 1100px; margin: 0 auto; }

.narrow { max-width: 760px; }

.center { text-align: center; }

.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.9rem;
}

h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 2.9rem);
  margin-bottom: 1.6rem;
}

/* feine Schmucklinie unter zentrierten Überschriften */
h2.center::after,
.center > h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: var(--accent);
  margin: 1.3rem auto 0;
}

.lead {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

#ueber-mich p + p { margin-top: 1rem; }

/* Über mich – zweispaltig */
.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-top: 2px solid var(--accent);
  box-shadow: var(--shadow);
}

@media (max-width: 820px) {
  .about-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .about-image { max-width: 420px; margin: 0 auto; }
}

.values {
  display: flex;
  gap: 3rem;
  margin-top: 2.8rem;
  flex-wrap: wrap;
}

.value {
  font-family: var(--serif);
  font-size: 1.35rem;
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
}

.value span {
  font-family: var(--sans);
  font-size: 0.75rem;
  color: var(--accent);
  letter-spacing: 0.2em;
}

/* ===== Leistungen ===== */
.service-group { margin-top: 4.5rem; }

.group-title {
  font-family: var(--serif);
  font-weight: 500;
  font-style: italic;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2.2rem;
}

.group-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: var(--accent);
  margin: 0.9rem auto 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.6rem;
  max-width: 860px;
  margin: 0 auto;
}

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 2px solid var(--accent);
  padding: 2.4rem 2.2rem;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(82, 62, 40, 0.11);
}

.card h4 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.card p { color: var(--grey); margin-bottom: 1.2rem; }

.card ul { list-style: none; }

.card li {
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 0.45rem;
  font-size: 0.95rem;
}

.card li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--accent);
}

.card-wide { grid-column: 1 / -1; max-width: 560px; margin: 0 auto; width: 100%; }

/* ===== Preise ===== */
.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.8rem;
  margin-top: 3.2rem;
  align-items: start;
}

.price-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 2px solid var(--accent);
  padding: 2.5rem 2.3rem;
  box-shadow: var(--shadow);
}

.price-card h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.price-card h5 {
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 1.6rem 0 0.6rem;
}

.h5-note {
  text-transform: none;
  letter-spacing: 0.05em;
  color: var(--grey);
}

.price-list { margin: 0; }

.price-list > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.45rem 0;
}

.price-list > div + div { border-top: 1px solid #f4eee5; }

.price-list dt {
  font-size: 0.95rem;
  flex: 1;
}

.price-list dd {
  margin: 0;
  font-weight: 400;
  white-space: nowrap;
}

.price-list sup { color: var(--accent); }

.price-note {
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
  color: var(--grey);
  line-height: 1.6;
}

.price-note sup { color: var(--accent); }

/* ===== Galerie ===== */
.gallery-intro { margin-bottom: 2.4rem; }

.gallery-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2.4rem;
}

.filter-btn {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--grey);
  background: transparent;
  border: 1px solid var(--line);
  padding: 0.55rem 1.3rem;
  cursor: pointer;
  transition: all 0.22s;
}

.filter-btn:hover { color: var(--black); border-color: var(--accent); }

.filter-btn.is-active {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

@media (max-width: 1000px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

.gallery-item {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
  will-change: transform;
  backface-visibility: hidden;
}

.gallery-item:hover img { transform: scale(1.05); }

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(22, 20, 18, 0.28));
  opacity: 0;
  transition: opacity 0.35s ease;
}

.gallery-item:hover::after { opacity: 1; }

.gallery-item.hidden { display: none; }

.gallery-more {
  margin-top: 2.6rem;
  color: var(--grey);
}

.gallery-more a {
  color: var(--black);
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 3px;
}

.gallery-more a:hover { color: var(--accent); }

/* ===== Lightbox ===== */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(22, 20, 18, 0.92);
  padding: 4vw;
}

.lightbox.open { display: flex; }

.lightbox-img {
  max-width: 90vw;
  max-height: 86vh;
  width: auto;
  height: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.lightbox-close { top: 4vh; right: 5vw; font-size: 2.6rem; }

.lightbox-nav { top: 50%; transform: translateY(-50%); font-size: 3.5rem; padding: 0 1.2rem; }

.lightbox-prev { left: 2vw; }
.lightbox-next { right: 2vw; }

.lightbox-close:hover,
.lightbox-nav:hover { color: var(--accent); }

.form-hint {
  margin-top: 1.2rem;
  font-size: 0.85rem;
  color: var(--grey);
  text-align: center;
}

.form-hint a { color: var(--black); }

/* ===== Kontakt ===== */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  max-width: 1020px;
  margin: 3rem auto 3.2rem;
  align-items: stretch;
}

@media (max-width: 820px) {
  .contact-grid { grid-template-columns: 1fr; max-width: 480px; }
}

.contact-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 2px solid var(--accent);
  padding: 2.4rem 1.8rem;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(82, 62, 40, 0.11);
}

.contact-item h5 {
  font-size: 0.78rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--line);
}

.contact-item p {
  font-size: 1.05rem;
  line-height: 2.1;
}

.contact-item a {
  text-decoration: none;
  color: var(--black);
  transition: color 0.2s;
}

.contact-item a:hover { color: var(--accent); }

/* hervorgehobene Erreichbarkeits-Karte */
.contact-item-dark {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
  border-top-color: var(--accent);
}

.contact-item-dark h5 {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.contact-links {
  list-style: none;
  width: max-content;
  max-width: 100%;
  margin: 0.4rem auto 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
}

.contact-links a {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--white);
  text-decoration: none;
  font-size: 1.02rem;
  transition: color 0.2s;
}

.contact-links a:hover { color: var(--accent); }

.contact-links svg {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  color: var(--accent);
}

.contact-links span {
  overflow-wrap: anywhere;
}

.map-link {
  display: inline-block;
  margin-top: 0.7rem;
  font-size: 0.85rem;
  color: var(--grey) !important;
  text-decoration: underline !important;
  text-decoration-color: var(--accent) !important;
  text-underline-offset: 3px;
}

.map-link:hover { color: var(--accent) !important; }

.small { font-size: 0.85rem; margin-top: 1rem; }

/* ===== Scroll-Reveal ===== */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .card, .contact-item, .btn { transition: none; }
}

/* ===== Schwebender WhatsApp-Button ===== */
.wa-float {
  position: fixed;
  bottom: 1.7rem;
  right: 1.7rem;
  z-index: 200;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1.5px rgba(191, 157, 119, 0.55), 0 10px 28px rgba(22, 20, 18, 0.3);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.wa-float svg { width: 32px; height: 32px; }

.wa-float::after {
  content: "Schreib mir";
  position: absolute;
  right: 70px;
  white-space: nowrap;
  background: var(--black);
  color: var(--white);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.5rem 0.9rem;
  border-radius: 2px;
  opacity: 0;
  transform: translateX(8px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.wa-float:hover {
  background: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 0 0 1.5px rgba(255, 255, 255, 0.6), 0 16px 36px rgba(22, 20, 18, 0.34);
}

.wa-float:hover::after {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 760px) {
  .wa-float {
    width: 52px;
    height: 52px;
    bottom: 1.2rem;
    right: 1.2rem;
  }
  .wa-float svg { width: 28px; height: 28px; }
  .wa-float::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .wa-float { transition: background 0.25s ease; }
}

/* ===== Footer ===== */
.site-footer {
  background: var(--black);
  color: var(--white);
  padding: 4rem 6vw 2.5rem;
  text-align: center;
  position: relative;
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.footer-brand .brand-sub { color: #aaa; }

.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 1.2rem; }

.footer-tagline {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem;
  color: #ccc;
}

.footer-nav {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-nav a {
  color: #ddd;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: color 0.2s;
}

.footer-nav a:hover { color: var(--accent); }

.copyright { font-size: 0.75rem; color: #888; }

/* ===== Rechtliches (Impressum / Datenschutz) ===== */
.legal { padding: 4rem 6vw; max-width: 760px; margin: 0 auto; }

.legal h2 { margin-top: 2.5rem; font-size: 1.6rem; }

.legal .placeholder {
  background: var(--sand);
  border-left: 3px solid var(--accent);
  padding: 1rem 1.2rem;
  margin: 1rem 0;
  color: var(--grey);
  font-size: 0.95rem;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .price-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
  }

  .nav-toggle span {
    width: 24px;
    height: 1.5px;
    background: var(--black);
  }

  .nav-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--ivory);
    padding: 1.5rem 6vw 2rem;
    gap: 1.3rem;
    border-bottom: 1px solid var(--line);
  }

  .nav-list.open { display: flex; }

  .section { padding: 4.5rem 6vw; }

  .hero { padding: 1.5rem 6vw 2rem; }

  .hero-logo { width: 215px; margin-bottom: 1.2rem; }

  .hero h1 { margin-bottom: 1.1rem; }

  .hero-text { font-size: 1.02rem; }

  .hero-actions { margin-top: 1.6rem; }

  .brand-logo { height: 54px; }

  .values { gap: 1.5rem; }

  .price-card { padding: 2rem 1.5rem; }

  .card { padding: 2rem 1.6rem; }

  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 0.7rem; }

  .site-footer { padding-bottom: 5.5rem; }

  .lightbox-nav { font-size: 2.4rem; padding: 0 0.5rem; }

  .lightbox-close { font-size: 2.2rem; }
}
