/* Dermaceutical Concept & Design — Demo 166 (A/B-Test „mit")
   Stil: elegantes Beauty-Editorial, Playfair Display + Inter (ui-ux-pro-max: Luxury/Beauty-Paarung),
   Palette: warmes Porzellan + tiefes Rosé + Goldakzent (abgeleitet aus Beauty/Spa-Palette, Pink gedämpft) */

@font-face {
  font-family: "Playfair Display";
  src: url("fonts/playfair-latin.woff2") format("woff2");
  font-weight: 400 800;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/inter-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --bg: #FBF7F4;
  --card: #FFFFFF;
  --ink: #33232B;
  --ink-soft: #6E5A63;
  --rose: #A44E66;
  --rose-deep: #8A3B54;
  --rose-tint: #F5E6EA;
  --gold: #A16207;
  --line: #ECDDE1;
  --radius: 18px;
  --shadow: 0 18px 46px rgba(138, 59, 84, 0.12);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
}

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

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; line-height: 1.15; }
h1 { font-size: clamp(38px, 5.4vw, 62px); font-weight: 600; letter-spacing: -0.01em; }
h2 { font-size: clamp(28px, 3.6vw, 42px); font-weight: 600; margin-bottom: 18px; }
h3 { font-size: 21px; font-weight: 600; margin-bottom: 8px; }

.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

/* Header */
.site-head {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 247, 244, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.head-row { display: flex; align-items: center; gap: 28px; height: 68px; }
.brand {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}
.brand span { color: var(--rose); font-style: italic; font-weight: 500; }
.head-nav { display: flex; gap: 22px; margin-left: auto; }
.head-nav a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s;
}
.head-nav a:hover { color: var(--rose-deep); }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s;
}
.btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
.btn-solid {
  background: var(--rose-deep);
  color: #fff;
  box-shadow: 0 10px 24px rgba(138, 59, 84, 0.28);
}
.btn-solid:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(138, 59, 84, 0.36); }
.btn-line {
  border: 1.5px solid var(--rose-deep);
  color: var(--rose-deep);
  background: transparent;
}
.btn-line:hover { background: var(--rose-tint); }
.head-call { padding: 10px 18px; font-size: 15px; }
.btn:focus-visible, a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 88px;
}
.hero::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -160px;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(164, 78, 102, 0.14), transparent 65%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -260px;
  left: -200px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(161, 98, 7, 0.08), transparent 65%);
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
.lead { font-size: 18px; color: var(--ink-soft); margin: 20px 0 30px; max-width: 34em; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.rating { display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 15px; }
.rating strong { color: var(--ink); font-size: 16px; }
.stars { display: inline-flex; gap: 2px; color: var(--gold); }
.stars svg { width: 17px; height: 17px; }
.stars.big svg { width: 22px; height: 22px; }

.hero-visual { position: relative; }
.arch {
  border-radius: 300px 300px var(--radius) var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 6px solid #fff;
}
.arch img { width: 100%; height: 520px; object-fit: cover; }
.arch-badge {
  position: absolute;
  left: -18px;
  bottom: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.arch-badge strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  color: var(--rose-deep);
  line-height: 1;
}
.arch-badge span { font-size: 12px; line-height: 1.5; color: var(--gold); font-weight: 600; }

/* Claims */
.claims { padding: 84px 0; background: #fff; border-block: 1px solid var(--line); }
.claims h2 { max-width: 16em; }
.claim-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.claim {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform 0.25s, box-shadow 0.25s;
}
.claim:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.claim p { color: var(--ink-soft); font-size: 15.5px; }
.claim-ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--rose-tint);
  color: var(--rose-deep);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.claim-ico svg { width: 26px; height: 26px; }

/* About */
.about { padding: 92px 0; }
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.about-img img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  height: 420px;
  width: 100%;
  object-fit: cover;
}
.about-copy p { color: var(--ink-soft); margin-bottom: 16px; max-width: 36em; }
.about-copy .btn { margin-top: 10px; }

/* Proof band */
.proof { background: var(--rose-deep); color: #fff; padding: 64px 0; }
.proof-inner { display: flex; align-items: center; gap: 44px; }
.proof-num {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(72px, 10vw, 120px);
  font-weight: 700;
  line-height: 1;
  color: #F6D8A8;
}
.proof-copy .stars { color: #F6D8A8; margin-bottom: 10px; }
.proof-copy p { max-width: 30em; font-size: 17px; color: #F8E9EC; }
.proof-link {
  display: inline-block;
  margin-top: 12px;
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.proof-link:hover { color: #F6D8A8; }

/* Contact */
.contact { padding: 92px 0; }
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}
.contact-copy > p { color: var(--ink-soft); max-width: 34em; }
.contact-list { list-style: none; margin: 28px 0 30px; display: grid; gap: 18px; }
.contact-list li { display: flex; gap: 16px; align-items: flex-start; }
.contact-list svg {
  width: 22px;
  height: 22px;
  color: var(--rose-deep);
  flex: 0 0 auto;
  margin-top: 3px;
}
.contact-list a { color: var(--rose-deep); font-weight: 600; text-decoration: none; }
.contact-list a:hover { text-decoration: underline; }
.contact-img img {
  border-radius: 300px 300px var(--radius) var(--radius);
  border: 6px solid #fff;
  box-shadow: var(--shadow);
  height: 460px;
  width: 100%;
  object-fit: cover;
}

/* Footer */
.site-foot {
  background: #2C1E25;
  color: #C9B4BC;
  padding: 44px 0 96px;
  font-size: 14px;
}
.foot-grid { display: flex; flex-wrap: wrap; gap: 28px; justify-content: space-between; }
.foot-brand {
  font-family: "Playfair Display", Georgia, serif;
  color: #fff;
  font-size: 17px;
  margin-bottom: 6px;
}
.site-foot a { color: #F6D8A8; text-decoration: none; }
.site-foot a:hover { text-decoration: underline; }
.foot-legal { max-width: 420px; }
.foot-legal p + p { margin-top: 8px; }

/* Sticky mobile call bar */
.sticky-call {
  display: none;
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  background: var(--rose-deep);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  padding: 16px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.sticky-call svg { width: 20px; height: 20px; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .claim { transition: none; }
}

/* Responsive */
@media (max-width: 960px) {
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .claim-grid { grid-template-columns: 1fr; }
  .hero { padding: 48px 0 64px; }
  .arch img { height: 400px; }
  .about-grid .about-img { order: 2; }
  .contact-img { display: none; }
  .proof-inner { flex-direction: column; text-align: center; gap: 18px; }
  .proof-copy p { margin: 0 auto; }
}
@media (max-width: 720px) {
  .head-nav { display: none; }
  .brand { font-size: 18px; }
  .brand span { display: none; }
  .head-row { gap: 12px; }
  .head-call { margin-left: auto; white-space: nowrap; padding: 8px 14px; font-size: 14px; }
  .sticky-call { display: flex; }
  .site-foot { padding-bottom: 110px; }
  .arch-badge { left: 8px; bottom: 14px; padding: 10px 16px; }
  .arch-badge strong { font-size: 26px; }
  .hero-cta .btn { width: 100%; justify-content: center; }
}
