@font-face{font-family:'Fira Sans Condensed';font-style:normal;font-weight:300;font-display:swap;src:url('/assets/fonts/fira-sans-condensed-300.woff') format('woff');}
@font-face{font-family:'Fira Sans Condensed';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/fira-sans-condensed-400.woff') format('woff');}
@font-face{font-family:'Fira Sans Condensed';font-style:normal;font-weight:500;font-display:swap;src:url('/assets/fonts/fira-sans-condensed-500.woff') format('woff');}
@font-face{font-family:'Fira Sans Condensed';font-style:normal;font-weight:600;font-display:swap;src:url('/assets/fonts/fira-sans-condensed-600.woff') format('woff');}
@font-face{font-family:'Fira Sans Condensed';font-style:italic;font-weight:300;font-display:swap;src:url('/assets/fonts/fira-sans-condensed-300i.woff') format('woff');}
@font-face{font-family:'Fira Sans Condensed';font-style:italic;font-weight:400;font-display:swap;src:url('/assets/fonts/fira-sans-condensed-400i.woff') format('woff');}

  :root {
    --ground: #F7F5F4;
    --ink: #263034;
    --text: #4B5256;
    --muted: #767C80;
    --line: #6F7579;
    --hair: #DAD6D3;
    --band: #E0DFDE;
    --slate: #5A6166;
    --taupe: #BDB3AC;
    --hover: #EFECEA;
    --font: "Fira Sans Condensed", "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
  body {
    margin: 0;
    background: var(--ground);
    color: var(--text);
    font: 300 17px/1.62 var(--font);
    -webkit-font-smoothing: antialiased;
  }
  img { max-width: 100%; height: auto; display: block; }
  a { color: inherit; }
  a:focus-visible, button:focus-visible, summary:focus-visible {
    outline: 2px solid var(--ink); outline-offset: 3px;
  }
  h1, h2, h3 { color: var(--ink); text-wrap: balance; margin: 0; }
  p { margin: 0; }
  .wrap { max-width: 1120px; margin-inline: auto; padding-inline: 24px; }

  /* Entwurfs-Hinweis */
  .draft {
    background: var(--ink); color: #F7F5F4;
    font-size: 13.5px; letter-spacing: .04em; text-align: center;
    padding: 7px 16px;
  }

  /* Kopfbereich */
  .site-head { padding-top: 22px; }
  .head-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
  .logo img { width: 390px; height: auto; }
  .util { display: flex; gap: 22px; list-style: none; margin: 8px 0 0; padding: 0; }
  .util a {
    display: inline-flex; align-items: center; gap: 7px;
    text-decoration: none; text-transform: uppercase; letter-spacing: .07em;
    font-size: 13.5px; font-weight: 400; color: var(--ink);
  }
  .util a:hover { text-decoration: underline; text-underline-offset: 4px; }
  .util svg { width: 14px; height: 14px; fill: var(--ink); flex: none; }
  .menu-btn { display: none; }

  .nav { display: flex; flex-wrap: wrap; gap: 10px; padding-block: 30px 18px; }
  .nav a {
    display: inline-block; text-decoration: none;
    border: 1px solid var(--line); color: var(--ink);
    padding: 9px 13px; font-size: 14.5px; font-weight: 400;
    text-transform: uppercase; letter-spacing: .06em;
    transition: background-color .15s, color .15s;
  }
  .nav a:hover { background: var(--hover); }
  .nav a[aria-current="page"] { background: var(--slate); border-color: var(--slate); color: #fff; }
  .nav a.cta { background: var(--ink); border-color: var(--ink); color: #fff; margin-left: auto; }
  .nav a.cta:hover { background: #3A4549; }
  .nav a.cta[aria-current="page"] { background: var(--ink); }

  /* Bildband */
  .hero { height: clamp(210px, 27vw, 400px); overflow: hidden; background: var(--band); }
  .hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }

  /* Willkommen */
  .welcome {
    background: linear-gradient(100deg, #F7F5F4 0%, #F1ECE9 48%, #E9E0DB 100%);
    border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair);
    overflow: hidden;
  }
  .welcome-in { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 32px; align-items: end; }
  .welcome-text { display: grid; gap: 18px; align-content: center; align-self: center; padding-block: 48px; }
  .welcome-text h1 { font-size: clamp(38px, 5vw, 58px); font-weight: 300; line-height: 1.05; letter-spacing: -.005em; }
  .welcome-text .lead { max-width: 34ch; }
  .welcome-text .related { margin-top: 6px; }
  .welcome-pic { position: relative; height: clamp(340px, 38vw, 470px); display: flex; justify-content: center; align-items: flex-end; }
  .welcome-pic img { position: relative; height: 100%; width: auto; max-width: none; }
  .swash {
    position: absolute; left: 50%; top: 4%;
    width: 78%; aspect-ratio: 1 / 1.08; transform: translateX(-50%) rotate(-18deg);
    border: 2px solid var(--taupe); border-radius: 50%;
    border-right-color: transparent; opacity: .85;
  }
  .welcome-pic .leaf { position: absolute; left: 2%; top: 10%; width: 50%; height: auto; transform: rotate(-24deg); opacity: .95; pointer-events: none; }
  .intro-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2.3fr); gap: 56px; margin-bottom: 36px; }
  .intro-row p { max-width: 66ch; }

  /* Seiten */
  .page { padding-bottom: 88px; }
  .page:has(> .book:last-child) { padding-bottom: 0; }
  .split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2.3fr); gap: 56px; padding-block: 64px 0; }
  .split h1 { font-size: 34px; font-weight: 400; line-height: 1.15; }
  .crumb { font-size: 14px; color: var(--muted); margin-bottom: 10px; letter-spacing: .03em; }
  .crumb a { text-decoration: none; }
  .crumb a:hover { text-decoration: underline; }
  .prose { display: grid; gap: 16px; max-width: 66ch; }
  .lead { font-size: 20px; line-height: 1.55; color: var(--ink); font-weight: 300; }
  .label {
    font-size: 14.5px; font-weight: 500; text-transform: uppercase;
    letter-spacing: .12em; color: var(--ink);
  }
  .section { padding-top: 72px; }
  .section > .label { margin-bottom: 22px; }
  .inline-link {
    text-decoration: none; border-bottom: 2px solid var(--taupe);
    color: var(--ink); font-weight: 400;
  }
  .inline-link:hover { border-color: var(--ink); }

  /* Behandlungen – Liste */
  .offer { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 48px; align-items: start; }
  .offer h3 { font-size: 24px; font-weight: 400; margin-bottom: 14px; }
  .rows { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--hair); }
  .rows li { border-bottom: 1px solid var(--hair); }
  .rows a {
    display: grid; grid-template-columns: minmax(0, 15em) minmax(0, 1fr) auto;
    gap: 20px; align-items: baseline;
    padding: 14px 12px; text-decoration: none;
    transition: background-color .15s;
  }
  .rows a:hover { background: var(--hover); }
  .rows .name { font-size: 19px; font-weight: 400; color: var(--ink); }
  .rows .desc { font-size: 16px; }
  .rows .go { font-size: 14px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); white-space: nowrap; }
  .rows a:hover .go { color: var(--ink); }

  .pmu-card { display: grid; gap: 14px; text-decoration: none; }
  .pmu-card .pic { aspect-ratio: 4 / 3; overflow: hidden; background: var(--band); }
  .pmu-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
  .pmu-card:hover img { transform: scale(1.02); }
  @media (prefers-reduced-motion: reduce) { .pmu-card img { transition: none; } }
  .pmu-card p { font-size: 16px; }
  .pmu-card .go { font-size: 14px; text-transform: uppercase; letter-spacing: .08em; color: var(--ink); font-weight: 400; }

  /* Über mich Teaser */
  .about { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2.3fr); gap: 56px; align-items: center; }
  .about img { aspect-ratio: 1; object-fit: cover; width: 100%; height: auto; max-width: 300px; }

  /* Termin-Optionen */
  .book { background: var(--band); margin-top: 88px; padding-block: 56px; }
  .book-head { display: grid; gap: 10px; margin-bottom: 28px; }
  .book-head h2 { font-size: 30px; font-weight: 400; }
  .ways { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .way {
    display: grid; gap: 4px; align-content: start;
    border: 1px solid var(--line); padding: 20px 22px;
    text-decoration: none; color: var(--ink); background: transparent;
    transition: background-color .15s;
  }
  .way:hover { background: rgba(255,255,255,.45); }
  .way .t { font-size: 15px; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; display: flex; align-items: center; gap: 9px; }
  .way .t svg { width: 17px; height: 17px; fill: currentColor; flex: none; }
  .way .d { font-size: 16px; color: var(--text); }
  .way.primary { background: var(--ink); border-color: var(--ink); color: #fff; }
  .way.primary .d { color: #D5D9DB; }
  .way.primary:hover { background: #3A4549; }

  /* Behandlungsseite */
  .facts {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair);
    margin: 0; padding: 0;
  }
  .facts div { padding: 16px 18px 16px 0; }
  .facts div:nth-child(n+4) { border-top: 1px solid var(--hair); }
  .facts dt { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 400; }
  .facts dd { margin: 2px 0 0; font-size: 19px; color: var(--ink); font-weight: 400; font-variant-numeric: tabular-nums; }
  .ph { color: var(--muted); font-style: italic; font-weight: 300; }

  .ticks { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 32px; }
  .ticks li { padding-left: 22px; position: relative; }
  .ticks li::before { content: ""; position: absolute; left: 0; top: .72em; width: 10px; height: 1px; background: var(--ink); }

  .steps { list-style: none; margin: 0; padding: 0; counter-reset: s; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
  .steps li { counter-increment: s; display: grid; gap: 6px; align-content: start; border-top: 1px solid var(--ink); padding-top: 12px; }
  .steps li::before { content: "Schritt " counter(s); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
  .steps strong { font-weight: 500; color: var(--ink); font-size: 18px; }
  .steps span { font-size: 16px; }

  .note { border-left: 2px solid var(--taupe); padding: 4px 0 4px 18px; max-width: 66ch; }

  .prices { border: 1px solid var(--hair); background: #fff; }
  .prices-head { background: var(--slate); color: #fff; padding: 9px 14px; font-size: 15px; font-weight: 400; letter-spacing: .03em; }
  .prices table { width: 100%; border-collapse: collapse; font-size: 16px; }
  .prices td { padding: 12px 14px; border-top: 1px solid #ECEAE8; vertical-align: baseline; }
  .prices tr:first-child td { border-top: 0; }
  .prices td.n { font-variant-numeric: tabular-nums; white-space: nowrap; text-align: right; color: var(--ink); }
  .prices td.min { width: 7em; }
  .prices td.eur { width: 8em; }

  .faq { border-top: 1px solid var(--hair); max-width: 760px; }
  .faq details { border-bottom: 1px solid var(--hair); }
  .faq summary {
    list-style: none; cursor: pointer; padding: 14px 36px 14px 0; position: relative;
    font-size: 18px; color: var(--ink); font-weight: 400;
  }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary::after { content: "+"; position: absolute; right: 6px; top: 10px; font-size: 24px; font-weight: 300; color: var(--muted); }
  .faq details[open] summary::after { content: "–"; }
  .faq details p { padding: 0 36px 18px 0; max-width: 66ch; }

  .compare-wrap { overflow-x: auto; }
  .compare { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 16px; }
  .compare th, .compare td { text-align: left; padding: 12px 16px 12px 0; border-bottom: 1px solid var(--hair); vertical-align: top; }
  .compare thead th { font-size: 19px; font-weight: 400; color: var(--ink); border-bottom: 1px solid var(--ink); }
  .compare tbody th { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 400; width: 11em; }

  .related { display: flex; flex-wrap: wrap; gap: 12px; }
  .btn {
    display: inline-block; text-decoration: none; font-family: var(--font); cursor: pointer; background: transparent; line-height: 1.4; border: 1px solid var(--line); color: var(--ink);
    padding: 9px 17px; font-size: 15px; text-transform: uppercase; letter-spacing: .06em; font-weight: 400;
  }
  .btn:hover { background: var(--hover); }
  .btn.dark { background: var(--ink); border-color: var(--ink); color: #fff; }
  .btn.dark:hover { background: #3A4549; }

  .frame {
    border: 1px dashed var(--line); background: #fff;
    min-height: 260px; display: grid; place-content: center; justify-items: center; gap: 14px;
    text-align: center; padding: 32px 20px;
  }
  .frame p { max-width: 44ch; }

  .hours { display: grid; grid-template-columns: auto 1fr; gap: 4px 20px; font-variant-numeric: tabular-nums; }
  .hours dt { color: var(--ink); font-weight: 400; }
  .hours dd { margin: 0; }

  /* Permanent Make-up */
  .incl { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
  .incl li { display: grid; gap: 4px; align-content: start; padding: 14px 28px 0 0; }
  .incl strong { font-weight: 500; color: var(--ink); font-size: 18px; }
  .incl span { font-size: 16px; }
  .pmu-list { display: grid; gap: 40px; }
  .pmu-item { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; border-top: 1px solid var(--hair); padding-top: 28px; align-items: start; }
  .pmu-item.has-pic { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); }
  .item-title { font-size: 28px; font-weight: 400; }
  .kinds { margin: 0; display: grid; gap: 12px; }
  .kinds dt { color: var(--ink); font-weight: 500; }
  .kinds dd { margin: 0; }
  .price-line { display: flex; flex-wrap: wrap; gap: 8px; }
  .price-line > span { border: 1px solid var(--line); padding: 5px 12px; color: var(--ink); font-weight: 400; font-variant-numeric: tabular-nums; }
  .pmu-item figure { margin: 0; display: grid; gap: 8px; }
  .pmu-item.flat { border-top: 0; padding-top: 0; align-items: center; }
  .ticks.one { grid-template-columns: minmax(0, 1fr); }
  .pmu-item figcaption { font-size: 14px; color: var(--muted); }
  .service { border: 1px solid var(--ink); background: #fff; padding: 28px 30px; display: grid; gap: 10px; max-width: 820px; }
  .prices th { text-align: left; font-weight: 400; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: #fff; background: var(--slate); padding: 10px 14px; }
  .prices th.n { text-align: right; }
  .small { font-size: 14px; color: var(--muted); margin-top: 10px; }
  .steps.five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .prices tr.grp td { background: #F3F1EF; color: var(--ink); font-weight: 500; border-top: 1px solid var(--hair); }
  .prices tr.grp a { text-decoration: none; }
  .prices tr.grp a:hover { text-decoration: underline; text-underline-offset: 3px; }
  .prices td.sub { padding-left: 30px; }

  /* Anfrage-Dialog */
  .chip {
    display: inline-flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px;
    font: 400 16px/1.4 var(--font); color: var(--ink); text-align: left;
    background: #fff; border: 1px solid var(--line); padding: 7px 12px; cursor: pointer;
    font-variant-numeric: tabular-nums; transition: background-color .15s, color .15s;
  }
  .chip-cta { font-size: 12.5px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
  .chip:hover { background: var(--ink); color: #fff; }
  .chip:hover .chip-cta { color: #D5D9DB; }
  .ask-price {
    font: inherit; color: var(--ink); background: transparent; cursor: pointer;
    border: 0; border-bottom: 2px solid var(--taupe); padding: 0 0 1px; font-variant-numeric: tabular-nums;
  }
  .ask-price:hover { border-color: var(--ink); }
  #ask {
    width: min(520px, calc(100% - 32px)); border: 1px solid var(--ink); padding: 30px 28px 26px;
    background: var(--ground); color: var(--text);
  }
  #ask::backdrop { background: rgba(38, 48, 52, .5); }
  #ask[open] { display: grid; gap: 10px; }
  #ask h2 { font-size: 24px; font-weight: 400; line-height: 1.25; }
  .ask-price-line { color: var(--ink); font-weight: 400; font-variant-numeric: tabular-nums; }
  .ask-ways { display: grid; gap: 10px; margin-top: 6px; }
  .ask-x { position: absolute; top: 8px; right: 10px; margin: 0; }
  .ask-x button { background: transparent; border: 0; font: 300 30px/1 var(--font); color: var(--muted); cursor: pointer; padding: 4px 8px; }
  .ask-x button:hover { color: var(--ink); }
  #ask { position: fixed; }

  /* Rechtstexte */
  .legal { display: grid; gap: 30px; max-width: 70ch; }
  .legal section { display: grid; gap: 8px; }
  .legal a:not(.inline-link) { text-decoration: none; border-bottom: 1px solid var(--taupe); }
  .kv { display: grid; grid-template-columns: minmax(0, 11em) minmax(0, 1fr); gap: 4px 20px; margin: 0; }
  .kv dt { color: var(--ink); font-weight: 400; }
  .kv dd { margin: 0; }
  .todo { background: #F1E4D6; color: #6B4E36; font-size: 14px; padding: 1px 6px; white-space: nowrap; }
  @media (max-width: 560px) { .kv { grid-template-columns: minmax(0, 1fr); } .kv dd { margin-bottom: 8px; } .todo { white-space: normal; } }

  .widerruf { border: 1px solid var(--hair); background: #fff; padding: 20px 22px; display: grid; gap: 10px; margin-top: 6px; }
  .widerruf h3 { font-size: 18px; font-weight: 500; }
  .widerruf strong { font-weight: 500; color: var(--ink); }
  .form-muster { border-left: 2px solid var(--taupe); padding-left: 14px; font-size: 15.5px; }

  .timeline { display: grid; grid-template-columns: minmax(0, 6.5em) minmax(0, 1fr); gap: 14px 20px; margin: 0; }
  .timeline dt { color: var(--ink); font-weight: 500; font-variant-numeric: tabular-nums; }
  .timeline dd { margin: 0; }
  .about-top { align-items: start; }
  .about-top img { max-width: 360px; aspect-ratio: auto; }
  .privat img { max-width: 420px; }
  .intro-row + .intro-row { margin-top: 28px; }

  .contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 56px; max-width: 900px; }
  .contact-grid section { display: grid; gap: 10px; align-content: start; }
  .contact-grid .kv { grid-template-columns: minmax(0, 5em) minmax(0, 1fr); }
  @media (max-width: 700px) { .contact-grid { grid-template-columns: minmax(0, 1fr); } }

  .video-card {
    position: relative; display: grid; place-content: center; justify-items: center; gap: 8px;
    aspect-ratio: 16 / 9; max-width: 720px; width: 100%; padding: 24px;
    background: radial-gradient(circle at 30% 20%, #3A4549, var(--ink)); color: #fff; text-decoration: none; text-align: center;
  }
  .video-card .play { width: 68px; height: 68px; border-radius: 50%; border: 2px solid rgba(255,255,255,.85); position: relative; transition: transform .2s; }
  .video-card .play::after { content: ""; position: absolute; left: 27px; top: 21px; border-left: 20px solid #fff; border-top: 13px solid transparent; border-bottom: 13px solid transparent; }
  .video-card:hover .play { transform: scale(1.06); }
  .video-card .vt { font-size: 15px; text-transform: uppercase; letter-spacing: .1em; font-weight: 500; }
  .video-card .vd { font-size: 15px; color: #D5D9DB; max-width: 36ch; }
  @media (prefers-reduced-motion: reduce) { .video-card .play { transition: none; } }

  .gallery { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); grid-template-rows: auto auto; gap: 12px; }
  .gallery figure { margin: 0; overflow: hidden; background: var(--band); }
  .gallery img { width: 100%; height: 100%; object-fit: cover; }
  .gallery .g-main { grid-row: span 2; }
  .wide-pic { margin: 0; display: grid; gap: 8px; max-width: 900px; }
  .wide-pic figcaption { font-size: 14px; color: var(--muted); }
  @media (max-width: 700px) { .gallery { grid-template-columns: minmax(0, 1fr); } .gallery .g-main { grid-row: auto; } }

  .events { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
  .events video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: var(--band); display: block; }
  @media (max-width: 700px) { .events { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

  /* Kosmetikwissen LIVE */
  .kw-hero { background: linear-gradient(135deg, #2F4538 0%, #3E5446 60%, #4A5E4E 100%); color: #F3EEE6; overflow: hidden; }
  .kw-hero-in { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 24px; align-items: end; }
  .kw-hero-text { display: grid; gap: 14px; padding-block: 44px 52px; align-self: center; }
  .kw-crumb, .kw-crumb a { color: #CFC8BC; }
  .kw-eyebrow { font-size: 13.5px; text-transform: uppercase; letter-spacing: .12em; color: #D9C29A; font-weight: 500; }
  .kw-hero h1 { color: #F7F3EC; font-size: clamp(36px, 5vw, 56px); font-weight: 400; line-height: 1.02; text-transform: uppercase; letter-spacing: .02em; }
  .kw-hero h1 span, .kw-teaser .kw-t span { color: #C9A46A; }
  .kw-sub { font-style: italic; color: #D9C29A; font-size: 18px; }
  .kw-lead { font-size: 19px; line-height: 1.55; max-width: 46ch; color: #EAE4DA; }
  .kw-btn { background: #C9A46A; border-color: #C9A46A; color: #1F2C24; font-weight: 500; }
  .kw-btn:hover { background: #D8B77F; }
  .kw-hero-pic { height: clamp(300px, 34vw, 430px); display: flex; justify-content: center; align-items: flex-end; }
  .kw-hero-pic img { height: 100%; width: auto; max-width: none; }
  .kw-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .kw-card { border: 1px solid #C9A46A; background: #fff; padding: 20px 22px; display: grid; gap: 6px; align-content: start; }
  .kw-date { font-size: 14px; font-weight: 500; color: #2F4538; letter-spacing: .02em; font-variant-numeric: tabular-nums; }
  .kw-tag { display: inline-block; margin-left: 6px; font-size: 11.5px; text-transform: uppercase; letter-spacing: .1em; background: #F1E7D6; color: #8A6A3A; padding: 2px 8px; }
  .kw-card h3 { font-size: 21px; font-weight: 400; color: var(--ink); }
  .kw-link { justify-self: start; margin-top: 4px; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; color: #2F4538; text-decoration: none; border-bottom: 2px solid #C9A46A; font-weight: 500; }
  .kw-quote { font-size: 22px; line-height: 1.4; font-style: italic; color: #2F4538; }
  .kw-sign { color: #8A6A3A; }
  .kw-cta { background: #2F4538; color: #EAE4DA; margin-top: 88px; padding-block: 52px; }
  .kw-cta h2 { color: #F7F3EC; font-size: 30px; font-weight: 400; }
  .kw-cta .book-head p { color: #D8D2C6; }
  .page:has(> .kw-cta:last-child) { padding-bottom: 0; }
  .kw-teaser { display: grid; gap: 6px; background: #2F4538; color: #EAE4DA; padding: 26px 28px; text-decoration: none; }
  .kw-teaser .kw-t { font-size: 28px; text-transform: uppercase; letter-spacing: .02em; color: #F7F3EC; }
  .kw-teaser .kw-d { font-size: 16px; }
  .kw-teaser .kw-go { font-size: 14px; text-transform: uppercase; letter-spacing: .08em; color: #C9A46A; font-weight: 500; margin-top: 4px; }
  .kw-teaser:hover .kw-go { text-decoration: underline; text-underline-offset: 4px; }
  @media (max-width: 900px) { .kw-hero-in { grid-template-columns: minmax(0, 1fr); } .kw-hero-text { padding-block: 32px 0; } .kw-hero-pic { height: 300px; } .kw-list { grid-template-columns: minmax(0, 1fr); } }

  /* 7-Punkte-Check */
  .sp-box {
    display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 24px; align-items: center;
    background: linear-gradient(120deg, #F6EDE6 0%, #F1E2D8 100%); border: 1px solid #D9BFA0;
    padding: 26px 30px; text-decoration: none; color: var(--text);
  }
  .sp-num { font-size: 84px; line-height: .9; font-weight: 300; color: #B58B5A; font-variant-numeric: lining-nums; }
  .sp-text { display: grid; gap: 6px; }
  .sp-eyebrow { font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: #9A7446; font-weight: 500; }
  .sp-t { font-size: 24px; color: var(--ink); line-height: 1.25; }
  .sp-d { font-size: 16px; max-width: 64ch; }
  .sp-go { font-size: 14px; text-transform: uppercase; letter-spacing: .08em; color: var(--ink); font-weight: 500; justify-self: start; border-bottom: 2px solid #B58B5A; margin-top: 4px; }
  .sp-box:hover .sp-go { border-color: var(--ink); }
  .sp-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .sp-grid .sp-box { align-items: start; grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .sp-grid .sp-num { font-size: 56px; }
  .sp-green { background: linear-gradient(120deg, #EEF1EA 0%, #E3E9DF 100%); border-color: #B7C3AE; }
  .sp-green .sp-num { color: #5E7A62; }
  .sp-green .sp-eyebrow { color: #4E6A53; }
  .sp-green .sp-go { border-color: #5E7A62; }
  @media (max-width: 800px) { .sp-grid { grid-template-columns: minmax(0, 1fr); } }
  @media (max-width: 560px) { .sp-box { grid-template-columns: minmax(0, 1fr); gap: 8px; padding: 22px; } .sp-num { font-size: 60px; } }

  /* Hautpflege-Check */
  .page > .hpc-band:not(:first-child) { margin-top: 80px; }
  .hpc-band { background: linear-gradient(120deg, #F7F4EE 0%, #EEF1E8 55%, #E4EADF 100%); border-top: 1px solid #D7DDCF; border-bottom: 1px solid #D7DDCF; }
  .hpc-in { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 48px; align-items: center; padding-block: 56px; }
  .hpc-text { display: grid; gap: 14px; }
  .hpc-eyebrow { font-size: 13.5px; text-transform: uppercase; letter-spacing: .12em; color: #8A6A3A; font-weight: 500; }
  .hpc-h { font-size: clamp(32px, 4.2vw, 48px); font-weight: 300; line-height: 1.1; color: #2F4538; }
  .hpc-lead { font-size: 18.5px; line-height: 1.6; max-width: 56ch; color: var(--text); }
  .hpc-points { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; }
  .hpc-points li { position: relative; padding-left: 18px; color: #2F4538; font-weight: 400; }
  .hpc-points li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; border-radius: 50%; background: #B8975F; }
  .hpc-price { color: #2F4538; }
  .hpc-price strong { font-size: 30px; font-weight: 400; margin-right: 4px; }
  .hpc-btn { background: #2F4538; border-color: #2F4538; color: #fff; }
  .hpc-btn:hover { background: #3E5747; }
  .hpc-pic { margin: 0; justify-self: center; }
  .hpc-pic img { width: 100%; max-width: 380px; border: 1px solid #D9C8A8; }
  .hpc-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
  .hpc-cards div { background: #fff; border: 1px solid #DCE2D5; padding: 18px 18px 20px; display: grid; gap: 6px; align-content: start; }
  .hpc-cards strong { font-weight: 500; color: #2F4538; font-size: 18px; }
  .hpc-cards span { font-size: 15.5px; }
  .hpc-cta .hpc-btn { background: #C9A46A; border-color: #C9A46A; color: #1F2C24; }
  .util-hl { color: #2F4538 !important; border-bottom: 2px solid #B8975F; font-weight: 500 !important; }
  .util-hl:hover { text-decoration: none !important; }
  .sp-single { grid-template-columns: minmax(0, 1fr); }
  .sp-single .sp-box { grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 24px; }
  .sp-single .sp-num { font-size: 84px; }
  @media (max-width: 900px) { .hpc-in { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-block: 40px; } .hpc-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 560px) { .hpc-cards { grid-template-columns: minmax(0, 1fr); } .sp-single .sp-box { grid-template-columns: minmax(0, 1fr); } .sp-single .sp-num { font-size: 60px; } }

  .wa-float {
    position: fixed; right: 18px; bottom: 18px; z-index: 50;
    display: inline-flex; align-items: center; gap: 8px;
    background: #25A95B; color: #fff; text-decoration: none;
    padding: 11px 16px 11px 13px; border-radius: 999px;
    font-size: 14.5px; font-weight: 500; letter-spacing: .03em;
    box-shadow: 0 6px 18px rgba(38, 48, 52, .22);
    transition: transform .15s, background-color .15s;
  }
  .wa-float svg { width: 20px; height: 20px; fill: #fff; }
  .wa-float:hover { background: #1F914D; transform: translateY(-1px); }
  @media (prefers-reduced-motion: reduce) { .wa-float { transition: none; } }
  .foot { padding-bottom: 84px; }

  /* Fußbereich */
  .foot { background: var(--band); padding-block: 44px 28px; font-size: 15.5px; }
  .foot-grid { display: grid; grid-template-columns: 1.3fr 1.2fr 1fr .8fr; gap: 32px; }
  .foot h2 { font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 10px; }
  .foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
  .foot a { text-decoration: none; }
  .foot a:hover { text-decoration: underline; }
  .foot .tel { display: grid; grid-template-columns: 4.6em 1fr; font-variant-numeric: tabular-nums; }
  .foot .tel b { font-weight: 400; color: var(--ink); }
  .copy { margin-top: 34px; font-size: 14px; color: var(--muted); text-align: right; }

  /* Schmal */
  @media (max-width: 900px) {
    .util { display: none; }
    .logo img { width: 280px; }
    .menu-btn {
      display: inline-block; background: transparent; border: 1px solid var(--line);
      font: 400 14px var(--font); text-transform: uppercase; letter-spacing: .08em;
      color: var(--ink); padding: 8px 14px; cursor: pointer; margin-top: 10px;
    }
    .nav { display: none; flex-direction: column; gap: 8px; padding-block: 20px 8px; }
    .nav.open { display: flex; }
    .nav a { text-align: center; }
    .nav a.cta { margin-left: 0; }
    .split, .about, .offer, .intro-row { grid-template-columns: minmax(0, 1fr); gap: 28px; }
    .intro-row { gap: 12px; }
    .welcome-in { grid-template-columns: minmax(0, 1fr); gap: 0; }
    .welcome-text { padding-block: 36px 8px; }
    .welcome-pic { height: 340px; }
    .split { padding-top: 40px; }
    .ways { grid-template-columns: minmax(0, 1fr); }
    .pmu-item.has-pic { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .incl { grid-template-columns: minmax(0, 1fr); }
    .steps, .steps.five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about img { max-width: 220px; }
  }
  @media (max-width: 560px) {
    .wrap { padding-inline: 18px; }
    .logo img { width: 220px; }
    .rows a { grid-template-columns: minmax(0, 1fr) auto; gap: 2px 12px; }
    .rows .desc { grid-column: 1; grid-row: 2; }
    .rows .go { grid-row: 1 / span 2; align-self: center; }
    .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .facts div:nth-child(n+3) { border-top: 1px solid var(--hair); }
    .ticks, .steps, .steps.five, .foot-grid { grid-template-columns: minmax(0, 1fr); }
    .copy { text-align: left; }
    .split h1 { font-size: 30px; }
  }

  /* Buchungskalender (Klick zum Laden) */
  .booking { border: 1px solid var(--line); background: #fff; }
  .booking-consent { display: grid; justify-items: center; gap: 14px; text-align: center; padding: 40px 20px; }
  .booking-consent p { max-width: 52ch; }
  .booking iframe { width: 100%; height: 900px; border: 0; display: block; }
