/*
Theme Name: Dermatologie Buxtehude Premium Onepage
Theme URI: https://example.com/
Author: Sylvia Kim / ChatGPT
Description: Skandinavisch-minimalistische One-Page WordPress-Vorlage für Dermatologie & Ästhetik in Buxtehude.
Version: 1.0
License: GPL-2.0-or-later
Text Domain: dermatologie-buxtehude
*/

:root {
      --warm-white: #F7F5F2;
      --cream: #EFEAE3;
      --sage: #A8B0A2;
      --sage-dark: #6F7C70;
      --taupe: #B7AA9A;
      --sand: #DDD3C7;
      --charcoal: #3F403C;
      --muted: #737067;
      --white: #FFFFFF;
      --line: rgba(63, 64, 60, 0.12);
    }

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

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Inter', sans-serif;
      color: var(--charcoal);
      background: var(--warm-white);
      line-height: 1.8;
      font-weight: 300;
    }

    a { color: inherit; text-decoration: none; }

    .topbar {
      position: fixed;
      inset: 0 0 auto 0;
      height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 48px;
      background: rgba(247, 245, 242, 0.82);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid var(--line);
      z-index: 50;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 14px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      font-size: 0.82rem;
      font-weight: 400;
    }

    .mark {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      position: relative;
      border: 1px solid var(--taupe);
    }

    .mark::before,
    .mark::after {
      content: "";
      position: absolute;
      border-radius: 50% 0 50% 0;
      background: var(--sage);
      opacity: .9;
    }

    .mark::before { width: 18px; height: 28px; left: 9px; top: 5px; transform: rotate(34deg); }
    .mark::after { width: 13px; height: 22px; right: 7px; top: 10px; background: var(--sand); transform: rotate(46deg); }

    nav {
      display: flex;
      gap: 28px;
      font-size: 0.82rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--muted);
    }

    nav a:hover { color: var(--charcoal); }

    .hero {
      min-height: 100vh;
      display: grid;
      grid-template-columns: 1.08fr .92fr;
      align-items: center;
      gap: 70px;
      padding: 130px 8vw 80px;
    }

    .eyebrow {
      text-transform: uppercase;
      letter-spacing: 0.22em;
      font-size: 0.78rem;
      color: var(--sage-dark);
      margin-bottom: 22px;
      font-weight: 500;
    }

    h1, h2, h3 {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 300;
      line-height: 1.08;
      color: var(--charcoal);
    }

    h1 {
      font-size: clamp(3.4rem, 7vw, 6.6rem);
      letter-spacing: -0.045em;
      margin-bottom: 28px;
    }

    .hero p {
      max-width: 620px;
      font-size: 1.15rem;
      color: var(--muted);
      margin-bottom: 36px;
    }

    .buttons { display: flex; flex-wrap: wrap; gap: 14px; }

    .btn {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      min-height: 48px;
      padding: 0 26px;
      border-radius: 999px;
      border: 1px solid var(--sage-dark);
      font-size: .84rem;
      letter-spacing: .08em;
      text-transform: uppercase;
      transition: .25s ease;
      font-weight: 400;
    }

    .btn.primary {
      background: var(--sage-dark);
      color: var(--white);
    }

    .btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(63,64,60,.08); }

    .hero-visual {
      min-height: 630px;
      border-radius: 34px;
      background:
        linear-gradient(rgba(247,245,242,.18), rgba(247,245,242,.18)),
        url('https://images.unsplash.com/photo-1600431521340-491eca880813?q=80&w=1500&auto=format&fit=crop') center/cover;
      box-shadow: 0 34px 80px rgba(63,64,60,.12);
      position: relative;
      overflow: hidden;
    }

    .hero-visual::after {
      content: "Hautmedizin & Ästhetik";
      position: absolute;
      left: 34px;
      bottom: 34px;
      right: 34px;
      padding: 24px 26px;
      border-radius: 24px;
      background: rgba(255,255,255,.72);
      backdrop-filter: blur(16px);
      letter-spacing: .16em;
      text-transform: uppercase;
      font-size: .78rem;
      color: var(--muted);
    }

    section { padding: 105px 8vw; }

    .section-inner { max-width: 1180px; margin: 0 auto; }

    .intro-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 70px;
      align-items: start;
    }

    h2 {
      font-size: clamp(2.45rem, 4.5vw, 4.2rem);
      letter-spacing: -0.035em;
      margin-bottom: 24px;
    }

    .lead { font-size: 1.18rem; color: var(--muted); }

    .text-block p { margin-bottom: 20px; color: var(--muted); }

    .cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-top: 48px;
    }

    .card {
      background: rgba(255,255,255,.64);
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 34px;
      min-height: 245px;
      transition: .25s ease;
    }

    .card:hover { transform: translateY(-4px); background: var(--white); box-shadow: 0 22px 50px rgba(63,64,60,.07); }

    .card .number {
      display: block;
      color: var(--taupe);
      font-size: .82rem;
      letter-spacing: .16em;
      margin-bottom: 24px;
    }

    h3 { font-size: 2rem; margin-bottom: 16px; }

    .card p, .card li { color: var(--muted); font-size: .98rem; }

    ul { list-style: none; }
    li { margin-bottom: 10px; }
    li::before { content: "— "; color: var(--taupe); }

    .soft-section { background: var(--cream); }

    .split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 22px;
      align-items: stretch;
    }

    .image-panel {
      min-height: 520px;
      border-radius: 32px;
      background: url('https://images.unsplash.com/photo-1512290923902-8a9f81dc236c?q=80&w=1400&auto=format&fit=crop') center/cover;
    }

    .quote-panel {
      border-radius: 32px;
      background: var(--charcoal);
      color: var(--warm-white);
      padding: 54px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .quote-panel h2 { color: var(--warm-white); }
    .quote-panel p { color: rgba(247,245,242,.74); margin-bottom: 18px; }

    .seo-box {
      margin-top: 44px;
      padding: 32px;
      border: 1px solid var(--line);
      border-radius: 26px;
      background: rgba(255,255,255,.48);
      color: var(--muted);
    }

    .premium-list {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      margin-top: 44px;
    }

    .premium-item {
      border-top: 1px solid var(--line);
      padding-top: 18px;
      font-size: .92rem;
      letter-spacing: .04em;
      text-transform: uppercase;
      color: var(--muted);
    }

    .contact {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .contact-card {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 32px;
      padding: 42px;
      box-shadow: 0 24px 60px rgba(63,64,60,.06);
    }

    .contact-card p { margin-bottom: 14px; color: var(--muted); }

    footer {
      padding: 42px 8vw;
      border-top: 1px solid var(--line);
      display: flex;
      justify-content: space-between;
      gap: 20px;
      color: var(--muted);
      font-size: .88rem;
    }

    @media (max-width: 980px) {
      .topbar { padding: 0 22px; }
      nav { display: none; }
      .hero, .intro-grid, .split, .contact { grid-template-columns: 1fr; }
      .hero { padding-top: 112px; gap: 36px; }
      .hero-visual { min-height: 420px; }
      .cards { grid-template-columns: 1fr; }
      .premium-list { grid-template-columns: 1fr 1fr; }
      section { padding: 76px 6vw; }
      footer { flex-direction: column; }
    }

    @media (max-width: 560px) {
      .brand span { display: none; }
      .hero-visual { min-height: 340px; border-radius: 24px; }
      .quote-panel, .contact-card, .card { padding: 28px; border-radius: 24px; }
      .premium-list { grid-template-columns: 1fr; }
      .buttons { flex-direction: column; }
      .btn { width: 100%; }
    }
