/* ============================================================
   Salon Lumé — Demo-Website (Mainseite)
   Warm & Einladend · Erdtöne · editorial · Fraunces + Inter
   Selbstständiges Stylesheet (kein Framework).
   ============================================================ */

:root {
  --ink:        #211b17;
  --ink-soft:   #4a4039;
  --muted:      #837567;
  --sand:       #f3ece1;
  --sand-deep:  #e7dccb;
  --cream:      #faf6ef;
  --paper:      #fffdf9;
  --terra:      #c2674a;
  --terra-deep: #a8543b;
  --olive:      #6f7a5a;
  --line:       #e2d6c4;
  --shadow:     0 18px 50px -28px rgba(33,27,23,.45);
  --radius:     18px;
  --radius-lg:  26px;
  --maxw:       1180px;
  --ff-display: "Fraunces", Georgia, "Times New Roman", serif;
  --ff-body:    "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--sand);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--terra-deep); }

h1, h2, h3, h4 {
  font-family: var(--ff-display);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.01em;
  color: var(--ink);
  margin: 0 0 .5em;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.1rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: 1.4rem; }
em { font-style: italic; color: var(--terra-deep); }

p { margin: 0 0 1.1em; }

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

.kicker {
  display: inline-block;
  font-family: var(--ff-body);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--terra-deep);
  margin-bottom: 18px;
}
.kicker--cream { color: var(--sand); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5em;
  font-family: var(--ff-body);
  font-weight: 600; font-size: .98rem;
  padding: 14px 26px;
  border-radius: 999px;
  border: 1.5px solid var(--ink);
  background: var(--ink); color: var(--cream);
  text-decoration: none; cursor: pointer;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}
.btn:hover { transform: translateY(-2px); background: var(--terra-deep); border-color: var(--terra-deep); box-shadow: var(--shadow); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.btn--cream { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.btn--cream:hover { background: var(--terra); color: var(--cream); border-color: var(--terra); }
.btn--cream-ghost { background: transparent; color: var(--cream); border-color: var(--cream); }
.btn--cream-ghost:hover { background: var(--cream); color: var(--ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(243,236,225,.86);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav__inner { display: flex; align-items: center; gap: 18px; min-height: 76px; }
.nav__brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.nav__brand-mark {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--ink); color: var(--cream);
  font-family: var(--ff-display); font-size: 1.3rem; font-weight: 600;
}
.nav__brand-name { display: block; font-family: var(--ff-display); font-size: 1.3rem; color: var(--ink); letter-spacing: .01em; }
.nav__brand-sub { display: block; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { color: var(--ink-soft); text-decoration: none; font-weight: 500; font-size: .98rem; transition: color .2s; }
.nav__links a:hover { color: var(--terra-deep); }
.nav__cta {
  margin-left: 8px;
  background: var(--ink); color: var(--cream);
  text-decoration: none; font-weight: 600; font-size: .95rem;
  padding: 11px 22px; border-radius: 999px;
  transition: background .25s, transform .25s;
}
.nav__cta:hover { background: var(--terra-deep); transform: translateY(-2px); }
.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__burger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }

/* ---------- Hero ---------- */
.hero { padding: clamp(40px, 7vw, 96px) 0 clamp(48px, 7vw, 90px); }
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 70px); align-items: center; }
.hero__sub { font-size: 1.18rem; color: var(--ink-soft); max-width: 42ch; }
.hero h1 { margin-bottom: .35em; }
.hero__media { position: relative; margin: 0; }
.hero__media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); aspect-ratio: 16/11; object-fit: cover; }
.hero__badge {
  position: absolute; left: -14px; bottom: 24px;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 16px; padding: 12px 18px;
  box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 2px;
  font-size: .85rem; color: var(--ink-soft);
}
.hero__badge-stars { color: var(--terra); letter-spacing: 2px; }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--ink); color: var(--sand); }
.trust-strip__list {
  list-style: none; margin: 0; padding: 18px 0;
  display: flex; flex-wrap: wrap; gap: 14px 40px; justify-content: center;
  font-size: .92rem; letter-spacing: .02em;
}
.trust-strip__list li { display: flex; align-items: center; gap: 10px; opacity: .92; }
.trust-strip__list li::before { content: "✦"; color: var(--terra); }

/* ---------- Sections ---------- */
.section { padding: clamp(56px, 8vw, 110px) 0; }
.section--cream { background: var(--cream); }
.section--sand  { background: var(--sand); }
.section--paper { background: var(--paper); }
.section--ink   { background: var(--ink); color: var(--sand); }
.section--ink h1, .section--ink h2, .section--ink h3 { color: var(--cream); }
.section--ink em { color: var(--terra); }
.section__head { max-width: 60ch; margin: 0 auto clamp(36px, 5vw, 60px); text-align: center; }
.section__head p { color: var(--ink-soft); font-size: 1.08rem; }
.section--ink .section__head p { color: #d9cdbb; }

/* ---------- Cards (Leistungen) ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card__media { aspect-ratio: 4/3; overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.card:hover .card__media img { transform: scale(1.05); }
.card__body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.card__num { font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--terra-deep); font-weight: 600; }
.card__title { margin: 8px 0 8px; }
.card__desc { color: var(--ink-soft); font-size: .96rem; flex: 1; }
.card__meta { display: flex; justify-content: space-between; align-items: baseline; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); font-size: .9rem; color: var(--muted); }
.card__price { font-family: var(--ff-display); font-size: 1.15rem; color: var(--ink); }
.card--cta { background: var(--sand-deep); border-style: dashed; justify-content: center; }
.card--cta .card__body { justify-content: center; }

/* ---------- Pull quote ---------- */
.pull-quote { max-width: 50ch; margin: 0 auto; text-align: center; position: relative; }
.pull-quote__mark { font-family: var(--ff-display); font-size: 5rem; line-height: .4; color: var(--terra); display: block; }
.pull-quote__text { font-family: var(--ff-display); font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.3; color: var(--cream); font-style: italic; }
.section--ink .pull-quote__text { color: var(--cream); }
.pull-quote__cite { display: block; margin-top: 22px; font-size: .9rem; letter-spacing: .04em; color: #d9cdbb; }

/* ---------- About split ---------- */
.about-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 5vw, 64px); align-items: center; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.about-split__media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); aspect-ratio: 4/5; object-fit: cover; }
.signature { display: block; font-family: var(--ff-display); font-style: italic; font-size: 1.8rem; color: var(--terra-deep); margin-top: 20px; }
.signature-sub { display: block; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* ---------- Process ---------- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.process__step { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px; }
.process__num { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--terra); color: var(--cream); font-family: var(--ff-display); font-size: 1.2rem; margin-bottom: 16px; }
.process__step h3 { font-size: 1.18rem; }
.process__step p { color: var(--ink-soft); font-size: .95rem; margin: 0; }

/* ---------- Booking card ---------- */
.booking-card { background: var(--ink); color: var(--sand); border-radius: var(--radius-lg); padding: clamp(34px, 5vw, 60px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; box-shadow: var(--shadow); }
.booking-card h2 { color: var(--cream); }
.booking-card__sub { color: #d9cdbb; }
.booking-card__steps ol { margin: 0; padding-left: 1.1em; color: var(--sand); }
.booking-card__steps li { margin-bottom: 12px; padding-left: 6px; }

/* ---------- Team ---------- */
.team { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.team__member { text-align: left; }
.team__photo { aspect-ratio: 4/5; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.team__photo img { width: 100%; height: 100%; object-fit: cover; }
.team__name { font-family: var(--ff-display); font-size: 1.25rem; margin: 16px 0 2px; }
.team__role { font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; color: var(--terra-deep); }
.team__bio { font-size: .92rem; color: var(--ink-soft); margin-top: 8px; }

/* ---------- Values ---------- */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.value { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; }
.value__icon { font-size: 1.7rem; }
.value h3 { font-size: 1.2rem; margin: 14px 0 8px; }
.value p { color: var(--ink-soft); font-size: .95rem; margin: 0; }

/* ---------- Pricing ---------- */
.pricing { max-width: 820px; margin: 0 auto; }
.pricing__note { background: var(--sand-deep); border-radius: 14px; padding: 14px 20px; font-size: .92rem; color: var(--ink-soft); margin-bottom: 28px; }
.price-block { margin-bottom: 40px; }
.price-block h3 { border-bottom: 2px solid var(--terra); display: inline-block; padding-bottom: 6px; margin-bottom: 18px; }
.price-row { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.price-row__name { font-weight: 600; }
.price-row__desc { display: block; font-weight: 400; font-size: .9rem; color: var(--muted); }
.price-row__price { font-family: var(--ff-display); font-size: 1.15rem; white-space: nowrap; color: var(--ink); }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 16px; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-grid figure:hover img { transform: scale(1.06); }
.gallery-grid .span-2 { grid-column: span 2; }
.gallery-grid .row-2 { grid-row: span 2; }

/* ---------- Forms ---------- */
.form { max-width: 720px; margin: 0 auto; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(26px, 4vw, 44px); box-shadow: var(--shadow); }
.form__row { margin-bottom: 18px; }
.form__row--two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form__field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 7px; }
.form__field input, .form__field select, .form__field textarea {
  width: 100%; font-family: var(--ff-body); font-size: 1rem;
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px;
  background: var(--cream); color: var(--ink); transition: border-color .2s;
}
.form__field input:focus, .form__field select:focus, .form__field textarea:focus { outline: none; border-color: var(--terra); }
.form__consent { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: var(--ink-soft); margin: 8px 0 20px; }
.form__consent input { margin-top: 4px; }
.form__submit { width: 100%; justify-content: center; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--line); padding: 6px 0; }
.faq__item summary { cursor: pointer; font-family: var(--ff-display); font-size: 1.18rem; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; color: var(--terra-deep); font-size: 1.5rem; line-height: 1; }
.faq__item[open] summary::after { content: "–"; }
.faq__item p { color: var(--ink-soft); padding-bottom: 18px; margin: 0; }

/* ---------- Map / 2-Klick consent ---------- */
.map-consent { background: var(--sand-deep); border: 1px dashed var(--line); border-radius: var(--radius); padding: 40px 26px; text-align: center; color: var(--ink-soft); }
.map-consent h3 { margin-bottom: 8px; }

/* ---------- Page hero (Unterseiten) ---------- */
.page-hero { padding: clamp(44px, 6vw, 80px) 0 clamp(20px, 3vw, 40px); text-align: center; }
.page-hero p { max-width: 56ch; margin: 0 auto; color: var(--ink-soft); font-size: 1.1rem; }

/* ---------- Contact info grid ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.info-list strong { display: block; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: var(--sand); padding: clamp(48px, 6vw, 80px) 0 32px; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; }
.footer__brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-bottom: 16px; }
.footer__brand-mark { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--terra); color: var(--cream); font-family: var(--ff-display); font-size: 1.2rem; }
.footer__brand-name { font-family: var(--ff-display); font-size: 1.3rem; color: var(--cream); }
.footer__about { color: #cdbfae; font-size: .92rem; max-width: 32ch; }
.footer__col h4 { color: var(--cream); font-family: var(--ff-body); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; }
.footer__col a, .footer__col p { display: block; color: #cdbfae; text-decoration: none; font-size: .94rem; margin-bottom: 9px; }
.footer__col a:hover { color: var(--terra); }
.footer__legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .85rem; color: #a89a89; }
.footer__legal a { color: #cdbfae; text-decoration: none; margin-left: 18px; }
.footer__legal a:hover { color: var(--terra); }

/* ---------- Cookie banner ---------- */
.cookie {
  position: fixed; left: 20px; bottom: 20px; z-index: 80;
  max-width: 360px; background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow);
  opacity: 0; transform: translateY(20px); pointer-events: none; transition: .4s ease;
}
.cookie.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.cookie h4 { margin: 0 0 8px; font-size: 1.2rem; }
.cookie p { font-size: .88rem; color: var(--ink-soft); margin-bottom: 16px; }
.cookie__row { display: flex; gap: 10px; }
.cookie__row .btn { padding: 10px 18px; font-size: .88rem; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__media { order: -1; }
  .cards, .process, .team, .values { grid-template-columns: repeat(2, 1fr); }
  .about-split { grid-template-columns: 1fr; }
  .booking-card { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .nav__burger { display: flex; }
  .nav__links {
    position: fixed; inset: 76px 0 auto 0;
    flex-direction: column; gap: 0; align-items: stretch;
    background: var(--cream); border-bottom: 1px solid var(--line);
    padding: 8px 24px 20px; transform: translateY(-130%); transition: transform .35s ease;
  }
  body.menu-open .nav__links { transform: translateY(0); }
  .nav__links a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav__cta { display: none; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .cards, .process, .team, .values, .form__row--two, .footer__grid { grid-template-columns: 1fr; }
  .hero__badge { left: 8px; }
}
