/*
  Landingpage: Praxisraum in Betzdorf
  Farbwelt angelehnt an das Logo von „Zeit für Schönheit“.
*/
:root {
  --ink: #2f2925;
  --muted: #6e655f;
  --brand: #856d58;
  --brand-dark: #684c36;
  --brand-light: #d8c9bc;
  --cream: #fbf8f4;
  --soft: #f2ece6;
  --sage: #dfe6df;
  --white: #ffffff;
  --line: rgba(47, 41, 37, .13);
  --shadow: 0 20px 55px rgba(58, 45, 35, .13);
  --radius: 26px;
  --radius-small: 16px;
  --container: 1180px;
  --header-h: 104px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
address { font-style: normal; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 9999;
  background: var(--ink); color: white; padding: 10px 16px; border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 108px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--ink); color: var(--white); }

h1, h2, h3 {
  margin: 0 0 .65em;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(3rem, 6.2vw, 5.8rem); }
h2 { font-size: clamp(2.3rem, 4.5vw, 4.2rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
h1 em { color: var(--brand); font-style: italic; font-weight: 400; }
p { margin: 0 0 1.25em; }
.eyebrow {
  margin-bottom: 18px;
  color: var(--brand-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; display: inline-block; width: 36px; height: 1px; background: currentColor; margin: 0 12px 4px 0; }
.eyebrow.light { color: var(--brand-light); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 14px 24px;
  border: 1px solid var(--brand); border-radius: 999px;
  background: var(--brand); color: white;
  font-size: .92rem; font-weight: 750; line-height: 1.2; text-decoration: none;
  box-shadow: 0 12px 28px rgba(133, 109, 88, .24);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--brand-dark); border-color: var(--brand-dark); box-shadow: 0 16px 34px rgba(104, 76, 54, .28); }
.button:focus-visible, .text-link:focus-visible, .gallery-item:focus-visible, .nav-toggle:focus-visible { outline: 3px solid rgba(133,109,88,.35); outline-offset: 4px; }
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-height: 44px; padding: 11px 19px; }
.button-large { min-height: 64px; padding: 18px 32px; font-size: 1.05rem; }
.button-light { background: white; color: var(--ink); border-color: white; box-shadow: none; }
.button-light:hover { background: var(--brand-light); border-color: var(--brand-light); }
.text-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--brand-dark); font-weight: 750; text-underline-offset: 5px;
}

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  height: var(--header-h); background: rgba(251, 248, 244, .9);
  border-bottom: 1px solid transparent; backdrop-filter: blur(16px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 9px 25px rgba(47,41,37,.05); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 190px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 25px; }
.main-nav > a:not(.button) { font-size: .88rem; font-weight: 700; text-decoration: none; }
.main-nav > a:not(.button):hover { color: var(--brand); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 50%; background: var(--soft); cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

/* Hero */
.hero { position: relative; overflow: hidden; padding-top: 72px; }
.hero::before {
  content: ""; position: absolute; width: 580px; height: 580px; border-radius: 50%;
  right: -240px; top: -260px; background: rgba(216, 201, 188, .33); filter: blur(3px);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(48px, 7vw, 100px); }
.hero-copy { position: relative; z-index: 1; }
.hero-lead { max-width: 670px; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin: 34px 0 44px; flex-wrap: wrap; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.hero-facts li { padding-top: 17px; border-top: 1px solid var(--line); }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-family: Georgia, serif; font-size: 1.28rem; font-weight: 500; }
.hero-facts span { margin-top: 2px; color: var(--muted); font-size: .8rem; }
.hero-media { position: relative; }
.hero-media > img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 190px 190px 28px 28px; box-shadow: var(--shadow); }
.hero-note {
  position: absolute; left: -40px; bottom: 34px; display: flex; align-items: center; gap: 14px;
  max-width: 340px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.7); border-radius: 18px;
  background: rgba(255,255,255,.92); box-shadow: 0 16px 35px rgba(47,41,37,.16); backdrop-filter: blur(10px);
  font-size: .85rem; line-height: 1.45;
}
.note-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; background: var(--soft); color: var(--brand); font-size: 1.2rem; }

.quick-benefits { background: white; border-block: 1px solid var(--line); }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-grid > div { display: grid; grid-template-columns: 44px 1fr; grid-template-rows: auto auto; column-gap: 14px; padding: 30px 24px; border-right: 1px solid var(--line); }
.quick-grid > div:last-child { border-right: 0; }
.quick-grid .icon { grid-row: 1 / 3; display: grid; place-items: center; align-self: center; width: 42px; height: 42px; border-radius: 50%; background: var(--soft); color: var(--brand-dark); font-family: Georgia, serif; font-weight: 700; }
.quick-grid strong { font-family: Georgia, serif; font-size: 1.04rem; font-weight: 600; line-height: 1.2; }
.quick-grid small { color: var(--muted); font-size: .75rem; }

/* Common layouts */
.two-column { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.content > p:not(.eyebrow) { color: var(--muted); }
.media-stack { position: relative; padding: 0 30px 45px 0; }
.media-stack::before { content: ""; position: absolute; left: 45px; right: 0; top: 50px; bottom: 0; border-radius: var(--radius); background: var(--sage); }
.media-stack .main-img { position: relative; z-index: 1; width: 100%; min-height: 540px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.floating-card { position: absolute; z-index: 2; right: -30px; bottom: 5px; width: 290px; padding: 20px; border-radius: var(--radius-small); background: white; box-shadow: 0 18px 42px rgba(47,41,37,.14); }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { margin-bottom: 5px; font-family: Georgia, serif; font-size: 1.08rem; }
.floating-card span { color: var(--muted); font-size: .78rem; line-height: 1.5; }
.check-list { display: grid; gap: 11px; margin: 30px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 2px; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--sage); color: #3e5b48; font-size: .75rem; font-weight: 900; }
.info-note { padding: 18px 20px; border-left: 3px solid var(--brand); background: white; color: var(--muted); font-size: .86rem; }
.info-note strong { color: var(--ink); }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered .eyebrow::before { display: none; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }

/* Benefits */
.store-showcase { display: grid; grid-template-columns: 1.08fr .92fr; gap: 32px; align-items: stretch; }
.store-image img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.benefit-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.benefit-card { min-height: 260px; padding: 28px; border-radius: var(--radius-small); background: white; border: 1px solid rgba(47,41,37,.06); }
.benefit-card .number { display: inline-block; margin-bottom: 35px; color: var(--brand); font-family: Georgia, serif; font-style: italic; }
.benefit-card h3 { margin-bottom: 12px; font-size: 1.55rem; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }

.suitability { overflow: hidden; }
.suitability-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.service-cloud { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; padding: 54px 40px; border-radius: 50% 50% 26px 26px / 35% 35% 26px 26px; background: var(--soft); }
.service-cloud span { padding: 11px 17px; border: 1px solid var(--brand-light); border-radius: 999px; background: white; font-size: .86rem; font-weight: 700; }
.service-cloud span.featured { padding: 14px 24px; background: var(--brand); color: white; border-color: var(--brand); font-family: Georgia, serif; font-size: 1.25rem; }
.service-cloud p { flex: 0 0 100%; max-width: 580px; margin: 20px 0 0; color: var(--muted); text-align: center; font-size: .75rem; line-height: 1.5; }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px, 9vw, 130px); }
.pricing-copy p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.68); font-size: 1.1rem; }
.pricing-copy .button { margin-top: 18px; }
.price-card { padding: clamp(30px, 5vw, 54px); border-radius: var(--radius); background: white; color: var(--ink); box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.price-label { margin: 0; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.price { display: flex; align-items: baseline; gap: 12px; margin-top: 8px; }
.price strong { font-family: Georgia, serif; font-size: clamp(3.3rem, 7vw, 5.8rem); font-weight: 500; line-height: 1; }
.price span { color: var(--muted); }
.vat { color: var(--muted); font-size: .9rem; }
.price-card hr { border: 0; border-top: 1px solid var(--line); margin: 30px 0; }
.price-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; padding: 0; margin: 0 0 32px; list-style: none; font-size: .88rem; }
.price-list span { color: var(--brand); font-weight: 900; margin-right: 6px; }
.contract-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding-top: 25px; border-top: 1px solid var(--line); }
.contract-facts p { margin: 0; }
.contract-facts small, .contract-facts strong { display: block; }
.contract-facts small { color: var(--muted); font-size: .7rem; }
.contract-facts strong { margin-top: 4px; font-size: .82rem; line-height: 1.35; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 280px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 18px; background: #ddd; cursor: zoom-in; text-align: left; }
.gallery-item-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(25,21,18,.77)); }
.gallery-item span { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 16px; color: white; }
.gallery-item strong, .gallery-item small { display: block; }
.gallery-item strong { font-family: Georgia, serif; font-size: 1.12rem; }
.gallery-item small { opacity: .82; font-size: .7rem; }
.gallery-item:hover img { transform: scale(1.035); }

/* Location */
.location-section { padding-top: 55px; }
.location-card { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: var(--radius); background: var(--soft); box-shadow: var(--shadow); }
.location-copy { padding: clamp(38px, 6vw, 72px); }
.location-copy address { margin: 24px 0; padding-left: 18px; border-left: 2px solid var(--brand); font-size: 1.08rem; }
.location-copy > p:not(.eyebrow) { color: var(--muted); }
.location-card > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.location-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }

.final-cta { text-align: center; }
.final-cta-inner { max-width: 900px; }
.final-cta .eyebrow::before { display: none; }
.final-cta p:not(.eyebrow) { max-width: 720px; margin-inline: auto; color: var(--muted); }
.final-cta .button { margin: 15px 0 10px; }
.final-cta small { display: block; color: var(--muted); }

/* Footer */
.site-footer { padding: 45px 0 100px; border-top: 1px solid var(--line); background: white; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-logo img { width: 210px; }
.footer-inner p { margin: 0; color: var(--muted); text-align: center; font-size: .75rem; line-height: 1.55; }
.footer-inner > .text-link { justify-self: end; font-size: .8rem; }
.mobile-callbar { display: none; }

/* Lightbox */
.lightbox { width: min(94vw, 1240px); max-width: none; padding: 0; border: 0; border-radius: 18px; overflow: visible; background: transparent; color: white; }
.lightbox::backdrop { background: rgba(19,16,14,.91); backdrop-filter: blur(5px); }
.lightbox figure { margin: 0; }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; border-radius: 14px; background: #171310; }
.lightbox figcaption { padding: 13px 10px 0; text-align: center; font-size: .88rem; }
.lightbox-close, .lightbox-nav { position: fixed; z-index: 3; border: 0; border-radius: 50%; background: rgba(255,255,255,.13); color: white; cursor: pointer; backdrop-filter: blur(8px); }
.lightbox-close { right: 24px; top: 20px; width: 48px; height: 48px; font-size: 2rem; line-height: 1; }
.lightbox-nav { top: 50%; width: 54px; height: 54px; transform: translateY(-50%); font-size: 2.4rem; line-height: 1; }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  :root { --header-h: 88px; }
  .brand img { width: 160px; }
  .main-nav { gap: 16px; }
  .main-nav > a:not(.button) { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 44px; }
  .hero-media > img { aspect-ratio: 4 / 5.4; }
  .hero-note { left: -25px; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .quick-grid > div:nth-child(2) { border-right: 0; }
  .quick-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .store-showcase { grid-template-columns: 1fr; }
  .store-image img { min-height: 500px; }
  .benefit-card { min-height: 220px; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .price-list { grid-template-columns: 1fr; }
  .contract-facts { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  body { font-size: 16px; padding-bottom: 74px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 76px 0; }
  :root { --header-h: 78px; }
  .site-header { height: var(--header-h); }
  .brand img { width: 140px; }
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed; inset: var(--header-h) 0 auto; display: grid; gap: 0;
    padding: 20px 20px 26px; background: rgba(251,248,244,.98); border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(47,41,37,.12); transform: translateY(-120%); opacity: 0; pointer-events: none;
    transition: transform .25s ease, opacity .25s ease;
  }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav > a:not(.button) { display: block; padding: 13px 8px; border-bottom: 1px solid var(--line); }
  .main-nav .button { margin-top: 16px; }
  .nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }

  .hero { padding-top: 38px; }
  .hero-grid, .two-column, .suitability-grid, .pricing-grid, .location-card { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-media { order: 2; margin-top: 10px; }
  .hero-media > img { aspect-ratio: 4 / 4.6; border-radius: 120px 120px 24px 24px; }
  .hero-note { left: 14px; right: 14px; bottom: 15px; max-width: none; }
  .hero-facts { gap: 10px; }
  .hero-facts strong { font-size: 1.03rem; }
  .hero-facts span { font-size: .67rem; }
  .quick-grid > div { padding: 23px 15px; grid-template-columns: 36px 1fr; column-gap: 10px; }
  .quick-grid .icon { width: 34px; height: 34px; }
  .quick-grid strong { font-size: .88rem; }
  .quick-grid small { font-size: .67rem; }

  .media-stack { padding: 0 18px 30px 0; }
  .media-stack .main-img { min-height: 420px; }
  .floating-card { right: -2px; width: min(290px, 84%); }
  .content { margin-top: 12px; }
  .store-image img { min-height: 430px; }
  .benefit-cards { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; }
  .service-cloud { padding: 42px 18px; border-radius: 90px 90px 24px 24px; }
  .pricing-copy { text-align: center; }
  .pricing-copy .eyebrow::before { display: none; }
  .price-card { padding: 30px 24px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; }
  .gallery-item-wide { grid-column: span 2; }
  .location-copy { order: 2; }
  .location-card > img { order: 1; min-height: 350px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-inner > .text-link { justify-self: center; }
  .mobile-callbar {
    position: fixed; z-index: 900; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(255,255,255,.12); background: rgba(47,41,37,.96); color: white; backdrop-filter: blur(12px);
  }
  .mobile-callbar span strong, .mobile-callbar span small { display: block; }
  .mobile-callbar span strong { font-size: .8rem; }
  .mobile-callbar span small { color: rgba(255,255,255,.65); font-size: .66rem; }
  .mobile-callbar a { padding: 10px 18px; border-radius: 999px; background: var(--brand-light); color: var(--ink); font-size: .8rem; font-weight: 800; text-decoration: none; }
  .site-footer { padding-bottom: 45px; }
  .lightbox-nav { display: none; }
}

@media (max-width: 480px) {
  h1 { font-size: 2.75rem; }
  h2 { font-size: 2.3rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .hero-actions .text-link { justify-content: center; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts li { display: grid; grid-template-columns: 1fr 1fr; align-items: baseline; }
  .hero-facts span { text-align: right; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-grid > div:last-child { border-bottom: 0; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .gallery-item-wide { grid-column: span 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


@media print {
  .site-header, .mobile-callbar, .lightbox { display: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .section-pad { padding: 50px 0; }
  .button { box-shadow: none; }
  body { background: white; }
}
