/*
 * Va.Beau.Cosmetics – Pearl & Glass Designsystem
 * ------------------------------------------------
 * Diese Datei enthält ausschließlich die visuelle Markenebene.
 * Layout-Grundlagen und funktionale Zustände bleiben in site.css.
 * Dadurch können Gestaltung und Funktion getrennt gewartet werden.
 */

:root {
  --rose: #b78394;
  --rose-dark: #9d697b;
  --rose-deep: #7f5261;
  --rose-light: #f3e6e9;
  --rose-mist: #ead7dc;
  --taupe: #4b393e;
  --taupe-soft: #77686c;
  --cream: #fcf8f6;
  --ivory: #f5ede7;
  --white: #ffffff;
  --sage: #dfe8e2;
  --sage-dark: #527064;
  --champagne: #e9ddd2;
  --glass: rgba(255,255,255,.62);
  --glass-strong: rgba(255,255,255,.82);
  --line: rgba(91,66,73,.13);
  --line-light: rgba(255,255,255,.68);
  --shadow-sm: 0 14px 36px rgba(83,58,66,.08);
  --shadow-md: 0 24px 58px rgba(83,58,66,.12);
  --shadow-lg: 0 38px 90px rgba(83,58,66,.16);
  --radius-sm: 16px;
  --radius: 28px;
  --radius-lg: 46px;
  --container: 1260px;
}

html {
  background: var(--cream);
}

body {
  background:
    radial-gradient(circle at 91% 7%, rgba(234,215,220,.42), transparent 25rem),
    radial-gradient(circle at 8% 45%, rgba(223,232,226,.35), transparent 31rem),
    linear-gradient(180deg, #fdfaf8 0%, var(--cream) 42%, #faf5f3 100%);
}

main {
  overflow: clip;
}

::selection {
  background: rgba(183,131,148,.25);
  color: var(--taupe);
}

.section {
  position: relative;
}

.section-soft {
  border-block: 1px solid rgba(255,255,255,.7);
  background:
    radial-gradient(circle at 12% 25%, rgba(255,255,255,.92), transparent 24rem),
    radial-gradient(circle at 86% 65%, rgba(223,232,226,.55), transparent 27rem),
    linear-gradient(145deg, rgba(243,230,233,.72), rgba(252,248,246,.68));
}

.section-kicker,
.eyebrow {
  color: var(--rose-deep);
}

.section-title,
.page-hero h1,
.hero h1 {
  color: #49363c;
  text-wrap: balance;
}

.section-lead,
.page-hero p,
.hero-copy > p:not(.eyebrow) {
  color: var(--taupe-soft);
}

/* Kopfbereich und Markenlogo */
.site-header {
  border-bottom-color: rgba(255,255,255,.46);
  background: rgba(252,248,246,.72);
  box-shadow: 0 1px 0 rgba(255,255,255,.72);
  backdrop-filter: blur(22px) saturate(125%);
  -webkit-backdrop-filter: blur(22px) saturate(125%);
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(252,248,246,.9);
  box-shadow: 0 12px 34px rgba(83,58,66,.08);
}

.brand {
  gap: 13px;
}

.brand-logo-shell {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(157,105,123,.14);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(243,230,233,.74));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    inset -7px -8px 18px rgba(183,131,148,.11),
    0 10px 24px rgba(83,58,66,.09);
}

.brand-logo-shell::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(120deg, transparent 25%, rgba(255,255,255,.72) 48%, transparent 66%);
  transform: translateX(-130%);
  transition: transform .65s ease;
  pointer-events: none;
}

.brand:hover .brand-logo-shell::after {
  transform: translateX(130%);
}

.brand-logo-shell img {
  width: 88%;
  height: 88%;
  object-fit: contain;
}

.brand-copy strong {
  color: #49363c;
  font-size: .98rem;
  letter-spacing: .13em;
}

.brand-copy small {
  color: var(--rose-dark);
  letter-spacing: .25em;
}

.main-nav > a:not(.button) {
  color: #59464c;
}

.nav-toggle {
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.68);
  box-shadow: var(--shadow-sm);
}

/* Buttons */
.button {
  min-height: 51px;
  border-color: rgba(255,255,255,.34);
  background: linear-gradient(145deg, #584149, #3f3035);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 14px 28px rgba(79,55,63,.17);
}

.button:hover {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.2),
    0 20px 34px rgba(79,55,63,.22);
}

.button-rose {
  background: linear-gradient(145deg, #b98496, #986477);
}

.button-light {
  border-color: rgba(91,66,73,.13);
  background: rgba(255,255,255,.68);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 10px 26px rgba(83,58,66,.05);
  color: var(--taupe);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.button-light:hover {
  background: rgba(255,255,255,.88);
  box-shadow: 0 15px 30px rgba(83,58,66,.09);
}

/* Startseiten-Hero
 * Das hochwertige 3D-Motiv wird als ein zusammenhängendes, im Backoffice
 * austauschbares Bild ausgegeben. Dadurch bleibt die freigegebene Gestaltung
 * originalgetreu und ist unabhängig von Browser-Unterschieden bei CSS-Filtern.
 */
.hero {
  min-height: min(790px, calc(100vh - 82px));
  padding: clamp(48px, 5.7vw, 82px) 0 clamp(58px, 7vw, 92px);
  background:
    radial-gradient(circle at 82% 15%, rgba(235,217,222,.42), transparent 25rem),
    radial-gradient(circle at 59% 88%, rgba(223,232,226,.36), transparent 24rem),
    linear-gradient(180deg, rgba(253,250,248,.98), rgba(252,248,246,.98));
}

.hero::before {
  inset: auto -7% -48% 46%;
  width: 760px;
  height: 760px;
  background: radial-gradient(circle, rgba(223,232,226,.46), rgba(223,232,226,0) 68%);
}

.hero::after {
  position: absolute;
  top: -170px;
  right: -180px;
  width: 470px;
  height: 470px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.95), rgba(228,201,209,.35) 42%, rgba(228,201,209,0) 72%);
  filter: blur(4px);
  pointer-events: none;
}

.hero-grid {
  grid-template-columns: minmax(0,.9fr) minmax(560px,1.1fr);
  gap: clamp(22px, 3.6vw, 58px);
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(3.55rem, 6.8vw, 7.05rem);
  line-height: .9;
  letter-spacing: -.058em;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  font-size: clamp(1.02rem, 1.35vw, 1.17rem);
}

.hero-note {
  width: fit-content;
  padding: 9px 13px 9px 10px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 999px;
  background: rgba(255,255,255,.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-visual {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 620px;
  align-items: center;
  justify-content: center;
}

.hero-art-shell {
  position: relative;
  width: min(116%, 860px);
  margin-right: -9%;
  margin-left: -7%;
  isolation: isolate;
}

.hero-art-shell::before {
  position: absolute;
  z-index: -1;
  inset: 16% 7% 8% 9%;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255,255,255,.9), rgba(234,215,220,.2) 54%, transparent 74%);
  filter: blur(22px);
  pointer-events: none;
}

.hero-art-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 35px rgba(83,58,66,.08));
  transform: translateZ(0);
  animation: heroArtworkFloat 10s ease-in-out infinite;
}

@keyframes heroArtworkFloat {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-7px,0); }
}

/* Wiederverwendbare Glasflächen */
.intro-panel,
.feature-card,
.service-card,
.contact-panel,
.booking-card,
.summary-card,
.legal-content,
.region-card,
.detail-fact {
  border-color: rgba(255,255,255,.72);
  background:
    linear-gradient(145deg, rgba(255,255,255,.77), rgba(250,243,241,.53));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    var(--shadow-sm);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.intro-panel {
  position: relative;
  padding: clamp(34px, 6vw, 70px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: var(--radius-lg);
}

.intro-panel::after {
  position: absolute;
  right: -95px;
  bottom: -115px;
  width: 260px;
  height: 260px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle at 33% 29%, #fff, #e7d2d8 34%, #b98797 78%);
  box-shadow: inset -26px -30px 44px rgba(83,58,66,.12), 0 30px 55px rgba(83,58,66,.1);
  opacity: .58;
}

.intro-panel > * {
  position: relative;
  z-index: 1;
}

.intro-number {
  border: 1px solid rgba(255,255,255,.72);
  background: radial-gradient(circle at 34% 28%, #fff, #ead7dc 42%, #c596a4 100%);
  box-shadow: inset -12px -15px 26px rgba(83,58,66,.1), 0 18px 34px rgba(83,58,66,.1);
  color: white;
}

.service-grid {
  gap: 28px;
}

.service-card {
  border-radius: 30px;
}

.service-card:hover {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 30px 70px rgba(83,58,66,.14);
}

.service-image-wrap {
  margin: 10px 10px 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 22px;
  background: linear-gradient(145deg, var(--rose-light), rgba(255,255,255,.8));
}

.service-image-wrap::after {
  background: linear-gradient(180deg, rgba(255,255,255,.05) 45%, rgba(75,57,62,.15));
}

.service-content {
  padding: 25px 28px 28px;
}

.service-category {
  color: var(--rose-deep);
}

.feature-card {
  position: relative;
  overflow: hidden;
  border-radius: 27px;
}

.feature-card::after {
  position: absolute;
  top: -58px;
  right: -44px;
  width: 120px;
  height: 120px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, #fff, rgba(223,232,226,.88) 40%, rgba(166,187,175,.7));
  box-shadow: inset -14px -16px 25px rgba(64,91,77,.08);
  opacity: .72;
}

.feature-card > * {
  position: relative;
  z-index: 1;
}

.feature-icon {
  border: 1px solid rgba(255,255,255,.75);
  background: linear-gradient(145deg, rgba(255,255,255,.9), var(--sage));
  box-shadow: inset 0 1px 0 white, 0 12px 25px rgba(64,91,77,.1);
}

.booking-teaser {
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 92% 10%, rgba(206,153,170,.7), transparent 26rem),
    linear-gradient(135deg, #503c43, #3c2f33);
  box-shadow: var(--shadow-lg);
}

.booking-teaser::before {
  position: absolute;
  top: 8%;
  right: 5%;
  width: 24%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 48% 52% 58% 42% / 42% 39% 61% 58%;
  background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.03));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.booking-teaser::after {
  top: -36%;
  right: -3%;
  background: radial-gradient(circle at 32% 28%, rgba(255,255,255,.85), rgba(210,164,178,.86) 26%, rgba(157,105,123,.18) 68%);
}

.booking-teaser .button {
  border-color: rgba(255,255,255,.8);
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 35px rgba(31,22,25,.2);
}

.about-photo {
  border: 1px solid rgba(255,255,255,.8);
  background: linear-gradient(145deg, rgba(255,255,255,.9), var(--rose-light));
  box-shadow: inset 0 1px 0 white, var(--shadow-lg);
}

.about-photo::after {
  position: absolute;
  inset: 14px;
  content: "";
  border: 1px solid rgba(255,255,255,.62);
  border-radius: inherit;
  pointer-events: none;
}

.region-card {
  overflow: hidden;
  border-radius: 27px;
}

.region-card::before {
  position: absolute;
  top: -47px;
  right: -42px;
  width: 105px;
  height: 105px;
  content: "";
  border: 1px solid rgba(183,131,148,.19);
  border-radius: 44% 56% 57% 43% / 39% 43% 57% 61%;
  background: rgba(243,230,233,.55);
}

.region-card::after {
  background: radial-gradient(circle at 35% 30%, #fff, #e4cbd2 42%, #b98395 100%);
  box-shadow: inset -13px -16px 24px rgba(83,58,66,.09);
  opacity: .75;
}

.faq-list {
  padding: 0 clamp(22px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 30px;
  background: rgba(255,255,255,.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.88), var(--shadow-sm);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.contact-panel {
  position: relative;
  overflow: hidden;
}

.contact-panel::after {
  position: absolute;
  right: -100px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #fff, #ead8dd 35%, #bc8999 80%);
  box-shadow: inset -27px -32px 45px rgba(83,58,66,.12);
  opacity: .38;
}

.contact-panel > * {
  position: relative;
  z-index: 1;
}

.contact-details a,
.contact-details span {
  border: 1px solid rgba(255,255,255,.75);
  background: rgba(255,255,255,.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
}

/* Unterseiten */
.page-hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 72px;
  background:
    radial-gradient(circle at 87% 25%, rgba(228,207,213,.48), transparent 22rem),
    radial-gradient(circle at 72% 100%, rgba(223,232,226,.45), transparent 20rem);
}

.page-hero::before {
  position: absolute;
  top: 14%;
  right: 9%;
  width: 190px;
  height: 190px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #fff, #ead5da 35%, #bc8999 80%);
  box-shadow: inset -24px -27px 42px rgba(83,58,66,.11), 0 30px 54px rgba(83,58,66,.12);
  opacity: .7;
}

.page-hero::after {
  position: absolute;
  top: 8%;
  right: 2%;
  width: min(42vw, 560px);
  height: 77%;
  content: "";
  transform: rotate(-7deg);
  border: 1px solid rgba(183,131,148,.25);
  border-radius: 49% 51% 43% 57% / 42% 38% 62% 58%;
  background: linear-gradient(145deg, rgba(255,255,255,.37), rgba(235,213,219,.12));
  box-shadow: inset 0 2px 0 rgba(255,255,255,.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.page-hero .container,
.page-hero-inner {
  position: relative;
  z-index: 2;
}

.breadcrumbs {
  width: fit-content;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 999px;
  background: rgba(255,255,255,.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.service-detail-image {
  border: 1px solid rgba(255,255,255,.82);
  background: linear-gradient(145deg, rgba(255,255,255,.87), var(--rose-light));
  box-shadow: inset 0 1px 0 white, var(--shadow-lg);
}

.service-detail-image::after {
  position: absolute;
  inset: 14px;
  content: "";
  border: 1px solid rgba(255,255,255,.66);
  border-radius: calc(var(--radius-lg) - 12px);
  pointer-events: none;
}

.detail-fact {
  border: 1px solid rgba(255,255,255,.72);
}

.notice {
  border-top: 1px solid rgba(255,255,255,.5);
  border-right: 1px solid rgba(255,255,255,.5);
  border-bottom: 1px solid rgba(255,255,255,.5);
  background: linear-gradient(135deg, rgba(243,230,233,.95), rgba(255,255,255,.66));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}

.region-hero-card {
  border: 1px solid rgba(255,255,255,.75);
  background:
    radial-gradient(circle at 90% 15%, rgba(223,232,226,.66), transparent 17rem),
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(243,230,233,.7));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), var(--shadow-md);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.region-hero-card::after {
  background: radial-gradient(circle at 32% 29%, #fff, #e7d0d7 37%, #b77f91 78%);
  opacity: .62;
}

/* Terminbuchung */
.booking-card,
.summary-card {
  border-radius: 30px;
}

.booking-step {
  border-color: rgba(91,66,73,.1);
}

.step-number {
  border: 1px solid rgba(255,255,255,.75);
  background: radial-gradient(circle at 34% 28%, #fff, #ead6dc 45%, #c28fa0 100%);
  box-shadow: inset -7px -8px 15px rgba(83,58,66,.08), 0 9px 18px rgba(83,58,66,.08);
  color: white;
}

.form-field input,
.form-field select,
.form-field textarea,
.input {
  border-color: rgba(91,66,73,.15);
  background: rgba(255,255,255,.76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.service-choice label {
  border-color: rgba(255,255,255,.72);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.83), rgba(249,241,239,.65));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 8px 20px rgba(83,58,66,.05);
}

.service-choice input:checked + label {
  border-color: rgba(157,105,123,.62);
  background: linear-gradient(145deg, rgba(250,239,242,.95), rgba(255,255,255,.8));
  box-shadow: 0 0 0 3px rgba(183,131,148,.13), 0 13px 28px rgba(83,58,66,.08);
}

.slot-button {
  border-color: rgba(82,112,100,.18);
  background: linear-gradient(145deg, rgba(255,255,255,.84), rgba(223,232,226,.78));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 7px 16px rgba(64,91,77,.06);
}

.slot-button.is-selected {
  background: linear-gradient(145deg, #b98496, #936173);
  box-shadow: 0 12px 24px rgba(83,58,66,.16);
}

.slot-placeholder {
  border: 1px solid rgba(255,255,255,.75);
  background: rgba(255,255,255,.5);
}

.summary-card h2 {
  color: #49363c;
}

.legal-content {
  border-radius: 30px;
}

/* Footer */
.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 0%, rgba(183,131,148,.32), transparent 27rem),
    linear-gradient(145deg, #49373d, #33272b);
}

.site-footer::before {
  position: absolute;
  top: -160px;
  right: -90px;
  width: 390px;
  height: 390px;
  content: "";
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 48% 52% 44% 56% / 37% 45% 55% 63%;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.01));
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.footer-brand .brand-logo-shell {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.9);
}

.footer-brand .brand-copy strong {
  color: white;
}

.footer-brand .brand-copy small {
  color: #dcbcc6;
}

/* Tablet */
@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: minmax(0,.92fr) minmax(470px,1.08fr);
    gap: 24px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 6.6vw, 6.2rem);
  }

  .hero-art-shell {
    width: 112%;
    margin-right: -8%;
    margin-left: -4%;
  }
}

@media (max-width: 1020px) {
  .main-nav {
    border-color: rgba(255,255,255,.76);
    background: rgba(252,248,246,.94);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  }

  .hero {
    min-height: auto;
    padding-bottom: 52px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 780px;
  }

  .hero-visual {
    width: min(100%, 820px);
    min-height: 0;
    margin: 8px auto 0;
  }

  .hero-art-shell {
    width: min(100%, 820px);
    margin: 0 auto;
  }

  .page-hero::before {
    right: 4%;
    width: 150px;
    height: 150px;
    opacity: .48;
  }

  .page-hero::after {
    right: -12%;
    opacity: .6;
  }
}

/* Smartphone */
@media (max-width: 740px) {
  .brand-logo-shell {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 15px;
  }

  .brand-copy strong {
    font-size: .86rem;
  }

  .brand-copy small {
    font-size: .52rem;
  }

  .hero {
    padding-top: 42px;
    padding-bottom: 44px;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 14vw, 5rem);
  }

  .hero-note {
    width: 100%;
    border-radius: 18px;
  }

  .hero-visual {
    margin-top: 22px;
  }

  .hero-art-shell {
    width: 112%;
    margin-right: -6%;
    margin-left: -6%;
  }

  .hero-art-image {
    filter: drop-shadow(0 18px 28px rgba(83,58,66,.07));
  }

  .intro-panel {
    padding: 30px 24px;
  }

  .intro-panel::after {
    right: -110px;
    bottom: -130px;
    opacity: .35;
  }

  .service-image-wrap {
    margin: 8px 8px 0;
  }

  .page-hero::before {
    top: 22%;
    right: -45px;
    width: 120px;
    height: 120px;
    opacity: .34;
  }

  .page-hero::after {
    top: 22%;
    right: -42%;
    width: 88vw;
    height: 58%;
    opacity: .38;
  }

  .faq-list {
    padding-inline: 19px;
  }
}

@media (max-width: 430px) {
  .hero-art-shell {
    width: 118%;
    margin-right: -9%;
    margin-left: -9%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-art-image {
    animation: none !important;
  }
}

/* Leistungsübersicht verwendet H2, Startseite H3 – beide bleiben visuell identisch. */
.service-card h2,
.service-card h3 {
  margin: 8px 0 10px;
  color: #49363c;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
}

/* Öffentliche Terminempfehlungen */
.slot-recommendation-intro {
  border-color: rgba(183,131,148,.2);
  background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(250,239,242,.68));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 8px 20px rgba(83,58,66,.04);
}
.slot-button.is-recommended {
  border-color: rgba(157,105,123,.38);
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(245,226,232,.8));
}
.slot-more-toggle {
  border-color: rgba(91,66,73,.14);
  background: rgba(255,255,255,.66);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

/* Pearl-&-Glass-Ausarbeitung der Kategorienauswahl */
.service-category-choice{
  border-color:rgba(255,255,255,.74);
  background:linear-gradient(145deg,rgba(255,255,255,.87),rgba(248,239,238,.68));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 10px 24px rgba(83,58,66,.055);
}
.service-category-choice.is-selected{
  border-color:rgba(157,105,123,.62);
  background:linear-gradient(145deg,rgba(250,239,242,.96),rgba(255,255,255,.82));
  box-shadow:0 0 0 3px rgba(183,131,148,.13),0 16px 32px rgba(83,58,66,.09);
}
.service-selection-current{
  border-color:rgba(255,255,255,.72);
  background:linear-gradient(145deg,rgba(255,255,255,.8),rgba(248,239,238,.62));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.service-picker-card{
  background:
    radial-gradient(circle at 88% 8%,rgba(231,208,215,.38),transparent 17rem),
    linear-gradient(145deg,rgba(255,255,255,.985),rgba(248,239,238,.97));
}
.service-choice-dialog label{
  background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(249,241,239,.72));
}
