/* ==========================================================================
   Pureglam Beauty: Korean Lash Lift Duisburg
   Farbwelt: Mokka-Braun / Creme / Gold. Warm, ruhig, hochwertig.
   ========================================================================== */

/* ---- Fonts (lokal, kein Google-CDN) ---- */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/lora-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/lora-latin-italic.woff2") format("woff2");
}

/* ---- Design-Tokens ---- */
:root {
  --creme: #faf6f1;          /* Seitenhintergrund */
  --creme-tief: #f1e9df;     /* alternierende Sektionen */
  --mokka: #8b6f5e;          /* Markenfarbe */
  --mokka-tief: #6b5343;     /* Buttons, starke Flächen (AA-Kontrast auf Creme) */
  --mokka-nacht: #3d2f25;    /* dunkle Sektionen, Footer */
  --gold: #b8965a;           /* dekorative Akzente, Linien */
  --gold-text: #8a6d33;      /* Gold als Textfarbe (kontrastsicher) */
  --ink: #352a20;            /* Fließtext */
  --ink-soft: #5c4d3f;       /* Sekundärtext */
  --radius: 14px;
  --shadow: 0 10px 30px rgba(61, 47, 37, 0.10);
  --font-serif: "Lora", Georgia, serif;
  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ---- Reset / Basis ---- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--creme);
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 1.2;
  color: var(--mokka-nacht);
  text-wrap: balance;
}

h1 em, h2 em, h3 em {
  font-style: italic;
  color: var(--mokka);
}

a {
  color: var(--mokka-tief);
}

p {
  max-width: 62ch;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

/* ---- Layout-Helfer ---- */
.container {
  width: min(100% - 2.5rem, 68rem);
  margin-inline: auto;
}

.section {
  padding-block: clamp(4rem, 9vw, 6.5rem);
}

.section--alt {
  background: var(--creme-tief);
}

.section-head {
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.eyebrow {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-text);
  margin-bottom: 0.75rem;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1px;
  background: var(--gold);
  vertical-align: middle;
  margin-right: 0.75rem;
}

.section-head h2 {
  font-size: clamp(1.75rem, 4.5vw, 2.5rem);
}

.section-head .lead {
  margin-top: 1rem;
  color: var(--ink-soft);
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.95rem 1.75rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.btn svg {
  flex-shrink: 0;
}

.btn--whatsapp {
  background: var(--mokka-tief);
  color: #fff;
  box-shadow: var(--shadow);
}

.btn--whatsapp:hover {
  background: var(--mokka-nacht);
  transform: translateY(-2px);
}

.btn--ghost {
  border: 1px solid var(--mokka);
  color: var(--mokka-tief);
}

.btn--ghost:hover {
  background: rgba(139, 111, 94, 0.08);
}

.btn-note {
  margin-top: 0.85rem;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

/* ---- Header ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 246, 241, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(139, 111, 94, 0.15);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.85rem;
}

.brand {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: var(--mokka-nacht);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.brand strong {
  font-weight: 600;
}

.site-nav {
  display: none;
  gap: 1.75rem;
}

.site-nav a {
  text-decoration: none;
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.site-nav a:hover {
  color: var(--mokka-tief);
}

.site-header .btn {
  padding: 0.6rem 1.15rem;
  font-size: 0.9rem;
  box-shadow: none;
}

@media (min-width: 56rem) {
  .site-nav {
    display: flex;
  }
}

/* ---- Hero ---- */
.hero {
  padding-block: clamp(3.5rem, 8vw, 6.5rem);
  background:
    radial-gradient(ellipse at 85% 15%, rgba(184, 150, 90, 0.14), transparent 55%),
    var(--creme);
}

.hero .container {
  display: grid;
  gap: 3rem;
  align-items: center;
}

.hero h1 {
  font-size: clamp(2.1rem, 6vw, 3.4rem);
  margin-block: 1rem 1.25rem;
}

.hero .sub {
  font-size: 1.125rem;
  color: var(--ink-soft);
  margin-bottom: 2rem;
}

.hero-facts {
  list-style: none;
  padding: 0;
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.5rem;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.hero-facts li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  margin-right: 0.55rem;
  vertical-align: 0.15em;
}

.hero-media {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--creme-tief);
}

.hero-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

@media (min-width: 56rem) {
  .hero .container {
    grid-template-columns: 1.15fr 1fr;
  }
}

/* ---- Was ist Korean Lash Lift ---- */
.split {
  display: grid;
  gap: 2.5rem;
}

.split p + p {
  margin-top: 1rem;
}

.highlight-card {
  align-self: start;
  background: #fff;
  border: 1px solid rgba(184, 150, 90, 0.35);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow);
}

.highlight-card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}

.highlight-card ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.6rem;
  font-size: 0.95rem;
  color: var(--ink-soft);
}

.highlight-card li::before {
  content: "—";
  color: var(--gold);
  margin-right: 0.5rem;
}

@media (min-width: 56rem) {
  .split {
    grid-template-columns: 1.3fr 1fr;
    gap: 4rem;
  }
}

/* ---- Ablauf (3 Schritte) ---- */
.steps {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 1.5rem;
  counter-reset: step;
}

.steps li {
  counter-increment: step;
  background: var(--creme);
  border-radius: var(--radius);
  padding: 1.9rem 1.75rem;
  box-shadow: var(--shadow);
}

.steps li::before {
  content: "0" counter(step);
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.9rem;
  color: var(--gold);
  margin-bottom: 0.8rem;
}

.steps h3 {
  font-size: 1.2rem;
  margin-bottom: 0.55rem;
}

.steps p {
  font-size: 0.97rem;
  color: var(--ink-soft);
}

@media (min-width: 56rem) {
  .steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ---- Inklusive ---- */
.includes {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

.includes li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  border-bottom: 1px solid rgba(139, 111, 94, 0.18);
  padding-bottom: 1.25rem;
}

.includes .mark {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  border: 1px solid var(--gold);
  color: var(--gold-text);
  display: grid;
  place-items: center;
  font-family: var(--font-serif);
  font-size: 0.95rem;
}

.includes h3 {
  font-size: 1.08rem;
  margin-bottom: 0.25rem;
}

.includes p {
  font-size: 0.95rem;
  color: var(--ink-soft);
}

@media (min-width: 56rem) {
  .includes {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem 3.5rem;
  }
}

/* ---- Galerie (Slider: ein Bild, Pfeile links/rechts, wischbar) ---- */
.slider {
  position: relative;
  max-width: 27rem;
  margin-inline: auto;
}

.slider-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #fff;
}

.slider-track::-webkit-scrollbar {
  display: none;
}

.slider-track figure {
  flex: 0 0 100%;
  scroll-snap-align: center;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 5;
}

/* Bilder unbeschnitten anzeigen, abweichende Formate werden eingepasst */
.slider-track img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid rgba(184, 150, 90, 0.5);
  background: rgba(250, 246, 241, 0.94);
  color: var(--mokka-tief);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(61, 47, 37, 0.18);
  transition: background-color 0.15s ease;
}

.slider-btn:hover {
  background: var(--creme);
}

.slider-btn--prev {
  left: 0.75rem;
}

.slider-btn--next {
  right: 0.75rem;
}

.slider-count {
  margin-top: 0.9rem;
  text-align: center;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

@media (min-width: 56rem) {
  .slider-btn--prev {
    left: -4rem;
  }
  .slider-btn--next {
    right: -4rem;
  }
}

/* ---- Über mich ---- */
.about .container {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.about-media {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--creme-tief);
  max-width: 19rem;
  margin-inline: auto;
}

/* Natürliches Seitenverhältnis beibehalten, kein Zuschnitt in die Höhe */
.about-media img {
  width: 100%;
  height: auto;
}

.about p + p {
  margin-top: 1rem;
}

@media (min-width: 56rem) {
  .about .container {
    grid-template-columns: 1fr 1.4fr;
    gap: 4.5rem;
  }
}

/* ---- FAQ ---- */
.faq {
  max-width: 46rem;
}

.faq details {
  border-bottom: 1px solid rgba(139, 111, 94, 0.22);
}

.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding-block: 1.15rem;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--mokka-nacht);
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--gold);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.faq details[open] summary::after {
  transform: rotate(45deg);
}

.faq details p {
  padding-bottom: 1.25rem;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

/* ---- Abschluss-CTA ---- */
.cta {
  background: var(--mokka-nacht);
  color: #f5ede4;
  text-align: center;
}

.cta h2 {
  color: #fdf9f4;
  font-size: clamp(1.8rem, 4.5vw, 2.6rem);
}

.cta h2 em {
  color: var(--gold);
}

.cta p {
  margin: 1.25rem auto 2rem;
  color: rgba(245, 237, 228, 0.85);
}

.cta .btn--whatsapp {
  background: var(--gold);
  color: var(--mokka-nacht);
}

.cta .btn--whatsapp:hover {
  background: #cba96b;
}

.cta .btn-note {
  color: rgba(245, 237, 228, 0.7);
}

/* ---- Footer ---- */
.site-footer {
  background: var(--mokka-nacht);
  color: rgba(245, 237, 228, 0.75);
  border-top: 1px solid rgba(184, 150, 90, 0.25);
  font-size: 0.9rem;
}

.site-footer .container {
  padding-block: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: space-between;
}

.site-footer a {
  color: #e9ddcd;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

/* ---- Rechtsseiten (Impressum / Datenschutz) ---- */
.legal {
  padding-block: clamp(3rem, 7vw, 5rem);
}

.legal .container {
  max-width: 46rem;
}

.legal h1 {
  font-size: clamp(1.9rem, 5vw, 2.6rem);
  margin-bottom: 2rem;
}

.legal h2 {
  font-size: 1.3rem;
  margin: 2.25rem 0 0.75rem;
}

.legal p + p {
  margin-top: 0.75rem;
}

.legal .back {
  display: inline-block;
  margin-top: 3rem;
}

/* ---- Bewegung reduzieren ---- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .btn,
  .faq summary::after {
    transition: none;
  }
}
