:root {
  --background: #f8f6f3;
  --foreground: #302d2a;
  --muted: #706b66;
  --line: #e1ddd8;
  --panel: #fffdfb;
  --ink: #38544f;
  --ink-2: #2d4541;
  --rose: #a96068;
  --rose-dark: #8f555c;
  --gold: #987a4a;
  --soft: #edf1ef;
  --soft-rose: #f4ebeb;
  --warning: #fff7df;
  --shadow: 0 14px 34px rgba(32, 32, 29, 0.08);
  --wrap: 1120px;
  --wide: 1280px;
  --radius: 8px;
  --space-page: clamp(18px, 4vw, 42px);
  --space-section: clamp(34px, 5vw, 58px);
  --weight-link: 550;
  --weight-strong: 650;
  --weight-heavy: 700;
  --top-strip-offset: 46px;
  --promo-banner-offset: 0px;
  --itcs-demo-bar-offset: 34px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

/* Prevent configuration-dependent UI from flashing in its HTML fallback state.
   content-bootstrap.php adds this class before <body> is parsed; site-content.js
   removes it only after the saved configuration has been applied. */
html.site-config-pending body { visibility: hidden; }
@view-transition {
  navigation: none;
}

::view-transition {
  background: var(--background);
}

::view-transition-group(root),
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 180ms;
  animation-timing-function: ease-out;
}

::view-transition-group(salon-top-strip),
::view-transition-group(salon-site-header) {
  animation-duration: 180ms;
  animation-timing-function: ease-out;
}

html {
  background: var(--background);
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: "Segoe UI Variable Text", "Segoe UI", Aptos, Calibri, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.has-open-menu { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { color: var(--muted); font-size: 1.02rem; line-height: 1.74; margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: "Palatino Linotype", "Book Antiqua", Palatino, Baskerville, Georgia, serif; letter-spacing: -0.015em; margin-top: 0; overflow-wrap: break-word; }
h1 { font-size: clamp(2.35rem, 5vw, 4.35rem); font-weight: 400; font-style: normal; line-height: 1.08; margin-bottom: 20px; }
h2 { font-size: clamp(1.42rem, 2.25vw, 2.05rem); font-weight: 400; font-style: normal; line-height: 1.2; margin-bottom: 14px; }
h3 { font-size: 1.08rem; font-weight: 600; font-style: normal; line-height: 1.3; margin-bottom: 10px; }

/* Typografie-Hierarchie:
   Kurze, große Eyecatcher deutlich kalligrafischer.
   Lange Seiten- und Bereichsüberschriften bleiben elegante Serifenschrift. */
.display-script {
  font-family: "Edwardian Script ITC", "Monotype Corsiva", "Segoe Script", "Lucida Calligraphy", "Snell Roundhand", "Apple Chancery", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.035em;
  line-height: 1.04;
  font-variant-ligatures: common-ligatures contextual discretionary-ligatures;
  font-feature-settings: "liga" 1, "calt" 1;
}

.hero h1.display-script {
  line-height: 1.02;
}

.subpage-hero h1.display-script {
  line-height: 1.03;
}


:focus-visible {
  outline: 3px solid var(--rose);
  outline-offset: 3px;
}
.skip-link {
  background: var(--ink);
  color: white;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: 12px;
  transform: translateY(-160%);
  z-index: 100;
}
.skip-link:focus { transform: translateY(0); }
.demo-notice {
  background: var(--warning);
  border-bottom: 1px solid #eadca8;
  color: #59491b;
  font-size: 0.86rem;
  font-weight: var(--weight-strong);
  padding: 7px var(--space-page);
  text-align: center;
}

/* ITCS demo family bar: consistent across Kompakt-, Salon- and Unternehmens-Demos. */
.itcs-demo-bar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #e5ece9;
  border-bottom: 1px solid rgba(20, 61, 58, 0.12);
  color: #536963;
  font-size: 0.72rem;
  line-height: 1.25;
}
.itcs-demo-bar-inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--wrap);
  min-height: 34px;
  padding: 0 var(--space-page);
}
.itcs-demo-bar-inner > span { align-items: center; display: flex; flex-wrap: wrap; gap: 7px; min-width: 0; }
.itcs-demo-bar strong { color: var(--ink); font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.itcs-demo-bar a { color: var(--ink); flex: 0 0 auto; font-weight: 750; white-space: nowrap; }
.itcs-demo-bar a:hover { text-decoration: underline; }
.itcs-demo-sep { opacity: 0.5; }
@media (max-width: 620px) {
  .itcs-demo-bar { font-size: 0.68rem; }
  .itcs-demo-bar-inner { gap: 10px; min-height: 42px; padding-left: 14px; padding-right: 14px; }
  .itcs-demo-bar-inner > span { display: block; line-height: 1.35; }
  .itcs-demo-bar-inner > span strong { display: block; margin-bottom: 1px; }
  .itcs-demo-bar-inner .itcs-demo-sep:first-of-type { display: none; }
  .itcs-demo-bar a { font-size: 0.66rem; }
}
.top-strip {
  align-items: center;
  background: var(--ink-2);
  box-shadow: 0 8px 24px rgba(15, 46, 44, 0.16);
  color: #e9f3ef;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.88rem;
  gap: 8px 10px;
  justify-content: center;
  padding: 8px var(--space-page);
  position: sticky;
  top: var(--itcs-demo-bar-offset);
  view-transition-name: salon-top-strip;
  z-index: 45;
}
.top-strip a,
.top-strip .top-hours {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #fffdfb;
  display: inline-flex;
  font-weight: var(--weight-link);
  gap: 6px;
  min-height: 30px;
  padding: 4px 10px;
}
.top-strip a:hover { background: rgba(255, 255, 255, 0.13); }
.top-hours span { color: #b8d1c9; font-weight: var(--weight-strong); }
.top-hours.is-open span,
.today-hours.is-open span,
.hours-card.is-open > span { color: #a8dfc4; }
.top-hours.is-closed span,
.today-hours.is-closed span,
.hours-card.is-closed > span { color: #f2c0c7; }
.promo-banner {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: center;
  min-height: 40px;
  padding: 8px var(--space-page);
  position: sticky;
  text-align: center;
  top: calc(var(--itcs-demo-bar-offset) + var(--top-strip-offset));
  z-index: 44;
}
.promo-banner p {
  color: inherit;
  font-size: 0.93rem;
  font-weight: var(--weight-strong);
  line-height: 1.35;
  margin: 0;
}
.promo-banner a {
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: 0.88rem;
  font-weight: var(--weight-strong);
  text-decoration: none;
}
.promo-banner-accent { background: var(--soft-rose); color: var(--rose-dark); }
.promo-banner-dark { background: var(--ink); color: white; }
.promo-banner-soft { background: var(--soft); color: var(--ink); }
.contact-muted,
.contact-link { color: inherit; font-weight: var(--weight-link); }
.contact-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.contact-link:hover,
.address-link:hover { color: var(--rose); }
.site-header {
  align-items: center;
  background: rgba(247, 248, 246, 0.97);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  padding: 9px max(var(--space-page), calc((100vw - var(--wrap)) / 2 + 28px));
  position: sticky;
  top: calc(var(--itcs-demo-bar-offset) + var(--top-strip-offset) + var(--promo-banner-offset));
  view-transition-name: salon-site-header;
  z-index: 40;
}
.site-announcement {
  align-items: center;
  background: #fff6df;
  border-bottom: 1px solid #eadca8;
  color: #503f11;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 12px max(var(--space-page), calc((100vw - var(--wrap)) / 2 + 28px));
}
.site-announcement img {
  border-radius: var(--radius);
  height: 58px;
  object-fit: cover;
  width: 82px;
}
.site-announcement strong {
  color: var(--ink);
  display: block;
  margin-bottom: 2px;
}
.site-announcement p {
  line-height: 1.45;
  margin: 0;
}
.brand { align-items: center; display: inline-flex; min-width: 0; }
.brand-logo { height: 54px; max-width: min(250px, 48vw); width: auto; }
.footer-logo { background: white; border-radius: 999px; height: 52px; max-width: 240px; padding: 5px 12px; width: auto; }
.menu-toggle { display: none; }
.main-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.main-nav a {
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: var(--weight-strong);
  min-height: 42px;
  padding: 11px 14px;
}
.main-nav a:hover, .main-nav a.is-active { background: var(--soft); color: var(--ink); }
.header-action, .primary-button, .secondary-button, .whatsapp-button {
  align-items: center;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: var(--weight-strong);
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  text-align: center;
}
.header-action, .primary-button { background: var(--rose); color: white; }
.header-action:hover, .primary-button:hover { background: var(--rose-dark); }
.secondary-button { background: transparent; border: 1px solid var(--ink); color: var(--ink); }
.secondary-button:hover { background: var(--soft); }
.whatsapp-button { background: #e5f3eb; color: #0d5d3b; }
.whatsapp-button img { height: 22px; width: 22px; }
.whatsapp-button.is-disabled, .demo-disabled-link {
  cursor: not-allowed;
  opacity: 0.76;
}

.hero {
  display: grid;
  gap: clamp(24px, 5vw, 58px);
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  margin: 0 auto;
  max-width: var(--wide);
  padding: clamp(26px, 4.5vw, 52px) var(--space-page) 28px;
}
.hero-copy { align-self: center; max-width: 640px; }
.eyebrow {
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: var(--weight-strong);
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.hero-copy > p:not(.eyebrow) { color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.25rem); line-height: 1.66; max-width: 560px; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.hero-media { align-self: stretch; border-radius: var(--radius); box-shadow: var(--shadow); min-height: 310px; overflow: hidden; }
.hero-media picture, .hero-media img { height: 100%; width: 100%; }
.hero-media img { object-fit: cover; }
.trust-row { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); margin-top: 18px; max-width: 610px; }
.trust-row span {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: var(--weight-strong);
  padding: 10px 12px;
}
.quick-info {
  background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
  color: white;
  padding: 16px var(--space-page);
}
.quick-info-inner {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--wrap);
}
.quick-info .info-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: var(--radius);
  min-height: 104px;
  padding: 16px 18px;
}
.quick-info span {
  color: rgba(255,255,255,0.72);
  display: block;
  font-size: 0.76rem;
  font-weight: var(--weight-strong);
  letter-spacing: 0.04em;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.quick-info strong {
  color: white;
  display: block;
  font-size: 1.04rem;
  font-weight: var(--weight-link);
  line-height: 1.44;
}
.quick-info small {
  color: rgba(255,255,255,0.82);
  display: block;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-top: 7px;
}
.compact-hours {
  display: grid;
  gap: 8px;
  margin: 0;
}
.compact-hours div {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
}
.compact-hours dt {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: white;
  font-size: 0.86rem;
  font-weight: var(--weight-strong);
  min-width: 54px;
  padding: 4px 9px;
  text-align: center;
}
.compact-hours dd {
  color: #fffdfb;
  font-weight: var(--weight-link);
  margin: 0;
}
.today-card strong {
  color: white;
  display: block;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  line-height: 1.14;
  margin-bottom: 6px;
}
.today-card small {
  color: #dcece7;
  display: block;
  font-size: 0.94rem;
  line-height: 1.45;
}
.today-card.is-open,
.today-hours.is-open { border-color: rgba(126, 219, 171, 0.42); }
.today-card.is-upcoming,
.today-hours.is-upcoming { border-color: rgba(231, 214, 159, 0.48); }
.today-card.is-closed,
.today-hours.is-closed { border-color: rgba(198, 77, 91, 0.38); }

.section-grid, .content-section, .contact-layout, .image-story, .wide-image, .cta-band, .process-section, .map-section, .contact-form-section {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: var(--wrap);
  padding: var(--space-section) clamp(18px, 4vw, 28px);
  width: 100%;
}
.section-grid { align-items: stretch; display: grid; gap: 28px; grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr); }
.section-heading { max-width: 440px; }
.cards { display: grid; gap: 16px; }
.cards.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-teaser-grid { align-items: stretch; }
.service-card, .team-card, .contact-panel, .process-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}
.service-card p, .team-card p, .contact-panel p, .process-card p { line-height: 1.7; }
.service-card, .team-card, .process-card { display: flex; flex-direction: column; }
.service-card { box-shadow: 0 10px 28px rgba(32,32,29,0.05); min-height: 100%; }
.service-card p, .team-card p, .process-card p { flex: 1; }
.service-card strong, .price-row strong { color: var(--rose); display: inline-block; font-size: 1.02rem; font-weight: var(--weight-strong); margin-top: 10px; white-space: nowrap; }
.image-story { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); padding-top: 0; }
.story-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.story-card img { aspect-ratio: 4 / 3; height: auto; object-fit: cover; width: 100%; }
.story-card div { padding: 18px; }
.instagram-section {
  margin: 0 auto;
  max-width: var(--wrap);
  padding: 0 clamp(18px, 4vw, 28px) var(--space-section);
  scroll-margin-top: 96px;
  width: 100%;
}
.instagram-head {
  align-items: end;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 18px;
}
.instagram-head p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.58;
  margin-bottom: 0;
  max-width: 660px;
}
.instagram-follow img { height: 22px; width: 22px; }
.instagram-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.insta-post {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(32,32,29,0.05);
  min-width: 0;
  overflow: hidden;
}
.insta-profile {
  align-items: center;
  display: grid;
  gap: 2px 8px;
  grid-template-columns: 24px minmax(0, 1fr);
  padding: 11px 12px;
}
.insta-profile img { grid-row: span 2; height: 20px; width: 20px; }
.insta-profile strong {
  color: var(--ink);
  font-size: 0.88rem;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.insta-profile span {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.1;
}
.insta-image,
.insta-image picture,
.insta-image img {
  display: block;
  width: 100%;
}
.insta-image img {
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
}
.insta-copy { padding: 12px; }
.insta-copy p {
  color: #3f4540;
  font-size: 0.92rem;
  line-height: 1.45;
  margin-bottom: 9px;
}
.insta-copy small {
  color: var(--muted);
  display: block;
  font-size: 0.82rem;
  font-weight: var(--weight-link);
}
.process-section { padding-top: 0; }
.process-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.process-card span { color: var(--gold); display: block; font-size: 0.84rem; font-weight: var(--weight-strong); margin-bottom: 9px; }
.split-band, .note-band {
  background: var(--soft);
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.1fr);
  margin: 0 auto;
  max-width: none;
  padding: var(--space-section) max(var(--space-page), calc((100vw - var(--wrap)) / 2 + 28px));
}
.mini-team { display: grid; gap: 10px; list-style: none; margin: 0; padding: 0; }
.mini-team li { align-items: center; background: var(--panel); border-left: 4px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; display: flex; gap: 16px; justify-content: space-between; padding: 14px 16px; }
.mini-team span { color: var(--ink); font-weight: var(--weight-strong); }
.mini-team small { color: var(--muted); }
.subpage-hero {
  background: var(--ink);
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  height: 350px;
  padding: 68px max(var(--space-page), calc((100vw - var(--wrap)) / 2 + 28px)) 52px;
}
.subpage-hero h1 {
  color: white;
  font-size: clamp(2.1rem, 4.05vw, 3.55rem);
  line-height: 1.1;
  margin-bottom: 20px;
  max-width: 980px;
  min-height: 2.2em;
}
.subpage-hero p:not(.eyebrow) { color: rgba(255,255,255,0.82); font-size: 1.08rem; line-height: 1.62; max-width: 760px; }
.wide-image { padding-bottom: 0; }
.wide-image img { aspect-ratio: 16 / 9; border-radius: var(--radius); box-shadow: var(--shadow); height: auto; object-fit: cover; width: 100%; }
.price-list { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.sr-only { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.price-row { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 1fr auto; padding: 18px; }
.price-row:last-child { border-bottom: 0; }
.price-row h2 { font-size: clamp(1.22rem, 2vw, 1.65rem); margin-bottom: 6px; }
.price-area-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; }
.price-area-nav[hidden] { display: none; }
.price-area-tab { background: var(--soft); border: 1px solid var(--line); border-radius: 999px; color: var(--ink); cursor: pointer; font: inherit; font-size: 0.88rem; font-weight: var(--weight-strong); min-height: 42px; padding: 0 15px; }
.price-area-tab:hover, .price-area-tab:focus-visible { border-color: var(--ink); }
.price-area-tab.is-active { background: var(--ink); border-color: var(--ink); color: white; }
.price-area[hidden] { display: none; }
.price-area + .price-area { border-top: 1px solid var(--line); }
.price-area-heading { border-bottom: 1px solid var(--line); padding: 22px 22px 14px; }
.price-area-heading h2 { color: var(--ink); font-size: clamp(1.35rem, 2vw, 1.8rem); margin: 0; }
.price-area-heading p { color: var(--muted); margin: 5px 0 0; max-width: 720px; }
.price-matrix-wrap { max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
.price-matrix { border-collapse: collapse; min-width: 540px; width: 100%; }
.price-matrix th, .price-matrix td { border-bottom: 1px solid var(--line); padding: 16px 18px; vertical-align: top; }
.price-matrix thead th { color: var(--muted); font-size: 0.76rem; font-weight: var(--weight-strong); letter-spacing: 0.06em; text-align: right; text-transform: uppercase; white-space: nowrap; }
.price-matrix thead th:first-child { min-width: 240px; text-align: left; }
.price-matrix tbody tr:last-child th, .price-matrix tbody tr:last-child td { border-bottom: 0; }
.price-matrix tbody th { color: var(--ink); font-weight: var(--weight-strong); min-width: 240px; overflow-wrap: anywhere; text-align: left; }
.price-matrix tbody td { color: var(--ink); font-weight: var(--weight-strong); overflow-wrap: break-word; text-align: right; white-space: normal; word-break: normal; }
.price-row-title, .price-row-description { display: block; }
.price-row-description { color: var(--muted); font-size: 0.86rem; font-weight: var(--weight-normal); line-height: 1.45; margin-top: 5px; max-width: 420px; }
.price-value { display: inline-block; max-width: none; overflow-wrap: break-word; text-align: right; white-space: normal; word-break: normal; }
.price-value-empty { min-height: 1em; }
.price-area-single .price-matrix { min-width: 0; }
.price-area-single .price-matrix thead th:first-child, .price-area-single .price-matrix tbody th { min-width: 0; width: 100%; }
.price-area-single .price-matrix td { min-width: 160px; width: 160px; }
.price-area-single .price-matrix .price-value { display: block; text-align: right; white-space: normal; }
.price-note { background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); color: var(--muted); margin: 16px 0 0; padding: 16px 18px; }
.price-note[hidden] { display: none; }
.price-note strong { color: var(--ink); display: block; margin-bottom: 4px; }
.service-group { border-bottom: 1px solid var(--line); }
.service-group:last-child { border-bottom: 0; }
.service-group summary { align-items: center; color: var(--ink); cursor: pointer; display: flex; font-size: 1.12rem; font-weight: var(--weight-strong); gap: 10px; justify-content: space-between; list-style: none; padding: 16px 18px; }
.service-group summary::-webkit-details-marker { display: none; }
.service-group summary::after { color: var(--ink); content: "↓"; flex: 0 0 auto; font-size: 1.2rem; font-weight: var(--weight-heavy); line-height: 1; }
.service-group[open] summary::after { content: "↑"; }
.service-group summary .service-group-title { color: inherit; font-size: inherit; font-weight: inherit; margin: 0; padding: 0; }
.service-group-list .price-row { padding-top: 15px; padding-bottom: 15px; }
.service-all-link { grid-column: 2; justify-self: start; margin-top: 4px; }
.note-band { background: var(--soft-rose); grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr); }
.team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.avatar { align-items: center; background: var(--ink); border-radius: 50%; color: white; display: flex; font-weight: var(--weight-heavy); height: 46px; justify-content: center; margin-bottom: 16px; width: 46px; }
.team-card h2 { font-size: 1.25rem; margin-bottom: 6px; }
.team-card strong { color: var(--rose); display: block; font-size: 0.96rem; font-weight: var(--weight-link); margin-bottom: 12px; }
.contact-layout { align-items: stretch; display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.contact-panel { min-width: 0; width: 100%; }
.contact-list { margin: 16px 0 0; }
.contact-list div { border-top: 1px solid var(--line); display: grid; gap: 4px; padding: 12px 0; }
.contact-list dt { color: var(--ink); font-weight: var(--weight-strong); }
.contact-list dd { color: var(--muted); margin: 0; overflow-wrap: anywhere; }
.contact-form-section { display: grid; gap: 22px; grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr); padding-top: 0; }
.contact-form { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); display: grid; gap: 10px; padding: 20px; }
.hp-field {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
}
.form-row { display: grid; gap: 7px; grid-template-columns: 1fr; }
.contact-form label { color: var(--ink); font-size: 0.96rem; font-weight: var(--weight-strong); }
.contact-form input, .contact-form select, .contact-form textarea {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--foreground);
  font: inherit;
  font-weight: 400;
  line-height: 1.45;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}
.contact-form textarea { min-height: 126px; resize: vertical; }
.form-status { color: var(--muted); margin: 2px 0 0; }
.form-status.is-error { color: #9a2830; }
.form-status.is-success { color: var(--ink); font-weight: var(--weight-strong); }
.gallery-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}
.gallery-item {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin: 0;
  overflow: hidden;
}
.gallery-item img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.gallery-item figcaption {
  color: var(--muted);
  font-weight: var(--weight-link);
  padding: 12px;
}
.before-after-list {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}
.before-after-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(240px, 0.6fr) minmax(0, 1fr);
  margin-top: 0;
  padding: 18px;
}
.before-after-slider {
  aspect-ratio: 16 / 10;
  background: var(--soft);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}
.before-after-img,
.before-layer {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.before-after-img {
  object-fit: cover;
}
.before-layer {
  clip-path: inset(0 calc(100% - var(--before-position, 50%)) 0 0);
  overflow: hidden;
  width: 100%;
  z-index: 2;
}
.before-after-slider input[type="range"] {
  accent-color: var(--rose);
  background: transparent;
  bottom: 12px;
  left: 12px;
  position: absolute;
  right: 12px;
  width: calc(100% - 24px);
  z-index: 3;
}
.career-section {
  background: var(--soft);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  margin: 0 auto;
  max-width: none;
  padding: var(--space-section) max(var(--space-page), calc((100vw - var(--wrap)) / 2 + 28px));
}
.career-jobs {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.career-jobs article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
}
.career-job-card {
  display: grid;
  gap: 10px;
}
.career-job-card > p {
  margin: 0;
}
.career-job-heading {
  align-items: start;
  display: flex;
  justify-content: space-between;
}
.career-job-heading strong {
  color: var(--ink);
  font-size: 1.08rem;
}
.career-job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
}
.career-job-meta span {
  background: var(--soft);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: var(--weight-strong);
  padding: 4px 9px;
}
.career-job-detail {
  border-top: 1px solid var(--line);
  padding-top: 9px;
}
.career-job-detail strong {
  color: var(--ink);
  display: block;
  font-size: 0.92rem;
}
.career-job-detail ul {
  color: var(--muted);
  margin: 5px 0 0;
  padding-left: 20px;
}
.career-job-detail li + li {
  margin-top: 3px;
}
.career-jobs strong {
  color: var(--ink);
}
.career-jobs p {
  margin: 6px 0 0;
}
.quick-apply-form {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 10px;
  padding: 18px;
}
.quick-apply-form label {
  color: var(--ink);
  font-weight: var(--weight-strong);
}
.quick-apply-form input,
.quick-apply-form select {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}
.team-photo {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  height: 64px;
  margin-bottom: 16px;
  object-fit: cover;
  width: 64px;
}
.map-section { padding-top: 0; }
.map-box { background: var(--ink); border-radius: var(--radius); min-height: 330px; overflow: hidden; position: relative; }
.map-box iframe { border: 0; height: 100%; inset: 0; position: absolute; width: 100%; }
.map-placeholder { align-items: center; color: white; display: grid; gap: 12px; justify-items: start; min-height: 330px; padding: 28px; }
.map-placeholder h2 { color: white; }
.map-placeholder p { color: #dce9e4; margin-bottom: 0; max-width: 560px; }
.image-panel { display: grid; gap: 14px; overflow: hidden; padding: 0; }
.image-panel img { aspect-ratio: 4 / 3; height: auto; object-fit: cover; width: 100%; }
.image-panel strong { color: var(--ink); font-size: clamp(1.35rem, 2.2vw, 1.75rem); line-height: 1.1; padding: 0 22px 22px; }
.hours-list {
  display: grid;
  gap: 8px;
  margin: 0;
}
.today-hours {
  background: #eef7f2;
  border: 1px solid rgba(20, 68, 64, 0.16);
  border-radius: var(--radius);
  margin: 12px 0 16px;
  padding: 14px;
}
.today-hours span {
  color: #3b8061;
  display: block;
  font-size: 0.76rem;
  font-weight: var(--weight-heavy);
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.today-hours strong {
  color: var(--ink);
  display: block;
  font-size: 1.12rem;
  line-height: 1.2;
}
.today-hours small {
  color: var(--muted);
  display: block;
  line-height: 1.45;
  margin-top: 5px;
}
.hours-list div {
  align-items: center;
  background: var(--background);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 11px 12px;
}
.hours-list dt { color: var(--ink); font-weight: var(--weight-strong); }
.hours-list dd {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0;
  padding: 5px 10px;
  text-align: right;
}
.cta-band { background: var(--ink); border-radius: var(--radius); color: white; display: grid; gap: 18px; grid-template-columns: 1fr auto; margin-bottom: var(--space-section); }
.cta-band h2, .cta-band p { color: white; }
.cta-band p { margin-bottom: 0; opacity: 0.84; }
.cta-band .primary-button { align-self: center; background: white; color: var(--ink); }
.site-footer { background: var(--ink-2); color: white; display: grid; gap: 26px; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 28px max(var(--space-page), calc((100vw - var(--wrap)) / 2 + 30px)); }
.site-footer p { color: rgba(255,255,255,0.78); margin: 8px 0 0; }
.site-footer a { color: #fffdfb; font-weight: var(--weight-link); }
.template-note { font-size: 0.86rem; }
.address-link { color: inherit; font-weight: var(--weight-link); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.social-button { align-items: center; background: var(--panel); border: 1px solid var(--line); border-radius: 999px; color: var(--ink); display: inline-flex; font-size: 0.94rem; font-weight: var(--weight-strong); gap: 9px; min-height: 44px; padding: 0 14px; }
.social-button img { flex: 0 0 auto; height: 24px; width: 24px; }
.site-footer .social-button { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.15); color: white; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: 12px; }
.footer-links a, .footer-cookie-button { color: rgba(255,255,255,0.78); font-size: 0.92rem; font-weight: var(--weight-link); }
.footer-cookie-button { appearance: none; background: transparent; border: 0; cursor: pointer; font: inherit; padding: 0; }
.footer-cookie-button:hover, .footer-links a:hover { color: white; }
.admin-entry {
  opacity: 0.58;
}
.admin-entry:hover {
  opacity: 1;
}
.footer-whatsapp { margin-top: 12px; }
.legal-page { margin: 0 auto; max-width: 980px; padding: var(--space-section) clamp(18px, 4vw, 28px); }
.legal-page h2 { font-size: clamp(1.28rem, 2.2vw, 1.75rem); margin-top: 28px; }
.legal-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 4vw, 34px); }
.legal-card a { color: var(--ink); font-weight: var(--weight-link); }
.legal-card p { line-height: 1.72; }
.legal-warning { background: var(--warning); border: 1px solid #eadca8; border-radius: var(--radius); color: #59491b; padding: 12px 14px; }
.mobile-actions { display: none; }

body.has-blocking-announcement {
  overflow: hidden;
}

.site-announcement-modal {
  align-items: center;
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 18px;
  position: fixed;
  z-index: 120;
}

.announcement-backdrop {
  background: rgba(15, 46, 44, 0.72);
  backdrop-filter: blur(3px);
  inset: 0;
  position: absolute;
}

.announcement-dialog {
  background: var(--panel);
  background-position: var(--announcement-image-position, center center);
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: var(--radius);
  box-shadow: 0 28px 90px rgba(0,0,0,0.34);
  display: grid;
  max-height: calc(100vh - 36px);
  max-width: min(calc(100vw - 36px), 980px);
  overscroll-behavior: contain;
  overflow: auto;
  position: relative;
  width: min(100%, var(--announcement-width, 640px));
}

.announcement-layout-left,
.announcement-layout-right {
  align-items: stretch;
  grid-template-columns: minmax(210px, 0.8fr) minmax(280px, 1fr);
}

.announcement-layout-right .announcement-image-wrap {
  order: 2;
}

.announcement-layout-bottom .announcement-image-wrap {
  order: 2;
}

.announcement-layout-background {
  background-repeat: no-repeat;
}

.announcement-layout-background .announcement-content {
  background: rgba(255,255,255,0.84);
  backdrop-filter: blur(2px);
}

.announcement-image-wrap {
  background: var(--soft);
  min-height: 220px;
  overflow: hidden;
  position: relative;
}

.announcement-modal-image {
  aspect-ratio: 16 / 7;
  display: block;
  height: 100%;
  max-height: min(280px, 36vh);
  object-fit: contain;
  object-position: var(--announcement-image-position, center center);
  opacity: var(--announcement-image-opacity, 1);
  transform: scale(var(--announcement-image-zoom, 1));
  width: 100%;
}

.announcement-layout-left .announcement-modal-image,
.announcement-layout-right .announcement-modal-image {
  aspect-ratio: auto;
  max-height: none;
  min-height: 100%;
}

.announcement-content {
  padding: clamp(20px, 4vw, 30px);
}

.announcement-content .eyebrow {
  margin-bottom: 8px;
}

.announcement-content h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  margin-bottom: 10px;
}

.announcement-content p {
  color: var(--muted);
  line-height: 1.62;
  margin-bottom: 0;
  white-space: pre-line;
}

.announcement-ok {
  margin-top: 18px;
  min-width: 132px;
}

.cookie-text strong { color: var(--ink); display: block; margin-bottom: 4px; }
.cookie-text p { margin-bottom: 0; }
.cookie-panel-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.cookie-panel[hidden] { display: none; }
.cookie-panel { inset: 0; position: fixed; z-index: 70; }
.cookie-panel-backdrop { background: rgba(15,46,44,0.56); inset: 0; position: absolute; }
.cookie-panel-card { background: var(--background); border-radius: var(--radius); box-shadow: 0 24px 70px rgba(0,0,0,0.28); left: 50%; max-height: calc(100vh - 36px); max-width: 620px; overflow: auto; padding: 28px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: calc(100vw - 36px); }
.cookie-close { align-items: center; background: var(--panel); border: 1px solid var(--line); border-radius: 50%; color: var(--ink); cursor: pointer; display: flex; font-size: 1.35rem; height: 38px; justify-content: center; position: absolute; right: 16px; top: 16px; width: 38px; }
.cookie-option { align-items: center; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); display: grid; gap: 18px; grid-template-columns: 1fr auto; margin: 12px 0; padding: 16px; }
.cookie-option p { margin-bottom: 0; }
.cookie-option input { accent-color: var(--rose); height: 22px; width: 22px; }
.cookie-option span { color: var(--ink); font-size: 0.88rem; font-weight: var(--weight-heavy); text-transform: uppercase; }

@media (prefers-reduced-motion: reduce) {
  @view-transition { navigation: none; }
  ::view-transition-group(root),
  ::view-transition-old(root),
  ::view-transition-new(root),
  ::view-transition-group(salon-top-strip),
  ::view-transition-group(salon-site-header) {
    animation: none !important;
  }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
@media (max-width: 1080px) {
  .hero, .section-grid, .split-band, .note-band, .contact-layout, .image-story, .cta-band { grid-template-columns: 1fr; }
  .cards.three, .team-grid, .quick-info-inner, .site-footer, .process-grid { grid-template-columns: 1fr 1fr; }
  .instagram-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-band .primary-button { justify-self: start; }
  .service-all-link { grid-column: auto; }
}
@media (max-width: 760px) {
  body { padding-bottom: 78px; }
  .demo-notice { font-size: 0.78rem; padding: 6px 14px; }
  .top-strip { font-size: 0.78rem; justify-content: flex-start; padding: 6px 14px; }
  .site-header { gap: 10px; grid-template-columns: 1fr auto; padding: 9px 14px; }
  .brand-logo { height: 42px; max-width: min(214px, 62vw); }
  .menu-toggle {
    align-items: center;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: var(--weight-heavy);
    min-height: 42px;
    padding: 0 14px;
  }
  .main-nav {
    background: var(--background);
    border-top: 1px solid var(--line);
    box-shadow: 0 16px 34px rgba(32,32,29,0.12);
    display: none;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    justify-items: stretch;
    padding: 10px 0 4px;
  }
  .main-nav.is-open { display: grid; }
  .main-nav a { border-radius: var(--radius); min-height: 44px; padding: 12px 14px; }
  .header-action { display: none; }
  .site-announcement {
    align-items: start;
    grid-template-columns: 1fr;
    padding: 12px 14px;
  }
  .site-announcement img { height: auto; width: min(100%, 260px); }
  .hero { gap: 22px; min-height: auto; padding: 24px 14px 22px; }
  .subpage-hero { height: auto; min-height: 250px; padding-top: 38px; padding-bottom: 34px; }
  .subpage-hero h1 { font-size: 1.95rem; line-height: 1.16; min-height: 0; }
  .hero-media { min-height: 230px; }
  .hero-actions a, .hero-actions button { width: 100%; }
  .trust-row, .cards.three, .team-grid, .quick-info-inner, .site-footer, .price-row, .process-grid, .gallery-grid, .before-after-card, .career-section { grid-template-columns: 1fr; }
  .section-grid, .content-section, .contact-layout, .contact-form-section, .image-story, .wide-image, .cta-band, .process-section, .map-section, .instagram-section { padding-left: 14px; padding-right: 14px; }
  .instagram-head { align-items: start; grid-template-columns: 1fr; }
  .instagram-follow { justify-self: start; max-width: 100%; }
  .instagram-grid { gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .insta-profile { padding: 9px; }
  .insta-profile strong { font-size: 0.8rem; }
  .insta-copy { padding: 10px; }
  .insta-copy p { font-size: 0.84rem; }
  .contact-form-section { grid-template-columns: 1fr; }
  .subpage-hero, .split-band, .note-band, .site-footer { padding-left: 14px; padding-right: 14px; }
  .price-area-nav { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; }
  .price-area-tab { flex: 0 0 auto; }
  .price-area-heading { padding: 18px 14px 12px; }
  .price-matrix { min-width: 520px; }
  .price-matrix th, .price-matrix td { padding: 13px 12px; }
  .price-matrix thead th:first-child, .price-matrix tbody th { min-width: 210px; }
  .price-matrix tbody th:first-child { background: var(--panel); left: 0; position: sticky; z-index: 1; }
  .price-matrix thead th:first-child { background: var(--panel); left: 0; position: sticky; z-index: 2; }
  .price-row-description { font-size: 0.8rem; }
  .price-value { max-width: none; }
  .price-area-single .price-matrix { min-width: 0; }
  .wide-image img { aspect-ratio: 4 / 3; }
  .service-all-link { grid-column: auto; }
  .price-row { align-items: start; gap: 4px; }
  .price-row strong { margin-top: 0; }
  .mini-team li { align-items: flex-start; flex-direction: column; gap: 4px; }
  .mobile-actions {
    background: rgba(247,248,246,0.96);
    border: 1px solid var(--line);
    border-radius: 999px;
    bottom: 12px;
    box-shadow: 0 12px 34px rgba(32,32,29,0.18);
    display: grid;
    gap: 6px;
    grid-template-columns: 1fr 1fr;
    left: 12px;
    padding: 6px;
    position: fixed;
    right: 12px;
    z-index: 45;
  }
  .mobile-call, .mobile-whatsapp { align-items: center; border-radius: 999px; display: inline-flex; font-weight: var(--weight-heavy); justify-content: center; min-height: 44px; }
  .mobile-call { background: var(--rose); color: white; }
  .cookie-text strong { margin-bottom: 2px; }
  .cookie-text p { font-size: 0.9rem; line-height: 1.42; }
  .cookie-option { grid-template-columns: 1fr; }
  .cookie-panel-actions { justify-content: stretch; }
  .cookie-panel-actions button { width: 100%; }
  .cookie-panel-card { max-height: calc(100vh - 112px); padding: 24px 16px; top: 42%; }
  .site-announcement-modal { padding: 14px; }
  .announcement-dialog { max-height: calc(100vh - 28px); width: min(100%, var(--announcement-width, 640px)); }
  .announcement-layout-left,
  .announcement-layout-right { grid-template-columns: 1fr; }
  .announcement-layout-right .announcement-image-wrap { order: 0; }
  .announcement-image-wrap { min-height: 180px; }
  .announcement-modal-image { aspect-ratio: 4 / 3; max-height: 32vh; }
  .announcement-content { padding: 18px; }
  .announcement-content h2 { font-size: 1.45rem; }
  .announcement-ok { width: 100%; }
}
@media (max-width: 380px) {
  h1 { font-size: 2.18rem; }
  .subpage-hero { min-height: 240px; }
  .subpage-hero h1 { font-size: 1.95rem; }
  .brand-logo { max-width: 190px; }
  .top-strip { gap: 6px 12px; }
}

.legal-card .legal-intro { font-size: 1.05rem; }
.legal-card .legal-updated { border-top: 1px solid var(--line); color: var(--muted); margin-top: 30px; padding-top: 18px; }

/* Datenschutz-Hinweise direkt an Formularen */
.form-privacy-note {
  color: var(--ink-2);
  font-size: .88rem;
  line-height: 1.55;
  margin: 2px 0 4px;
}
.form-privacy-note a, .cookie-panel-note a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-panel-note {
  color: var(--ink-2);
  font-size: .82rem;
  line-height: 1.5;
  margin: 12px 0 0;
}

/* Demo-Kontaktfeedback: vollständige Dummy-Daten bleiben sichtbar, externe Aktionen sind in der Demo sicher abgefangen. */
.demo-action-toast{position:fixed;left:50%;bottom:28px;z-index:120;max-width:min(520px,calc(100% - 32px));transform:translate(-50%,16px);opacity:0;pointer-events:none;background:var(--panel);color:var(--ink);border:1px solid var(--line);border-radius:14px;padding:12px 16px;box-shadow:0 16px 38px rgba(15,46,44,.18);font-size:.86rem;font-weight:750;transition:.18s ease}
.demo-action-toast.is-visible{opacity:1;transform:translate(-50%,0)}
@media(max-width:620px){:root{--itcs-demo-bar-offset:42px}.demo-action-toast{bottom:78px}}

/* Salon gallery lightbox */
.gallery-open {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: zoom-in;
  display: block;
  font: inherit;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: inherit;
  width: 100%;
}
.gallery-open img {
  display: block;
  transition: transform 260ms ease, filter 260ms ease;
}
.gallery-open-hint {
  align-items: flex-end;
  background: linear-gradient(to top, rgba(10, 31, 28, 0.52), transparent 52%);
  display: flex;
  inset: 0;
  justify-content: flex-end;
  opacity: 0;
  padding: 12px;
  pointer-events: none;
  position: absolute;
  transition: opacity 220ms ease;
}
.gallery-open-hint span {
  backdrop-filter: blur(9px);
  background: rgba(255,255,255,0.9);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: var(--weight-strong);
  padding: 7px 10px;
}
.gallery-open:hover img,
.gallery-open:focus-visible img { transform: scale(1.025); }
.gallery-open:hover .gallery-open-hint,
.gallery-open:focus-visible .gallery-open-hint { opacity: 1; }
.gallery-open:focus-visible { outline: 3px solid color-mix(in srgb, var(--ink) 30%, transparent); outline-offset: -3px; }

body.gallery-lightbox-open {
  overflow: hidden;
  padding-right: var(--gallery-scrollbar-compensation, 0px);
  touch-action: none;
}
.gallery-lightbox {
  display: none;
  inset: 0;
  isolation: isolate;
  position: fixed;
  z-index: 10000;
}
.gallery-lightbox.is-open { display: block; }
.gallery-lightbox-backdrop {
  background: rgba(7, 16, 15, 0.92);
  backdrop-filter: blur(12px);
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 220ms ease;
}
.gallery-lightbox.is-visible .gallery-lightbox-backdrop { opacity: 1; }
.gallery-lightbox-dialog {
  align-items: center;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) 66px;
  grid-template-rows: minmax(0, 1fr) auto;
  inset: 0;
  padding: max(28px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(22px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
  position: absolute;
  transform: scale(0.985);
  transition: transform 220ms ease;
}
.gallery-lightbox.is-visible .gallery-lightbox-dialog { transform: scale(1); }
.gallery-lightbox-stage {
  align-items: center;
  align-self: stretch;
  display: flex;
  grid-column: 2;
  grid-row: 1;
  justify-content: center;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  touch-action: pan-y;
}
.gallery-lightbox-image {
  border-radius: min(14px, var(--radius));
  box-shadow: 0 24px 70px rgba(0,0,0,0.36);
  max-height: calc(100dvh - 150px);
  max-width: min(1120px, 100%);
  object-fit: contain;
  opacity: 1;
  transform: translateX(0) scale(1);
  transition: opacity 115ms ease, transform 115ms ease;
  user-select: none;
  -webkit-user-drag: none;
}
.gallery-lightbox-image.is-leaving { opacity: 0; }
.gallery-lightbox-image.is-leaving.to-prev { transform: translateX(-18px) scale(0.99); }
.gallery-lightbox-image.is-leaving.to-next { transform: translateX(18px) scale(0.99); }
.gallery-lightbox-image.is-entering { opacity: 0; }
.gallery-lightbox-image.is-entering.from-next { transform: translateX(18px) scale(0.99); }
.gallery-lightbox-image.is-entering.from-prev { transform: translateX(-18px) scale(0.99); }
.gallery-lightbox-close,
.gallery-lightbox-nav {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  transition: background 160ms ease, transform 160ms ease, border-color 160ms ease;
}
.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover,
.gallery-lightbox-close:focus-visible,
.gallery-lightbox-nav:focus-visible {
  background: rgba(255,255,255,0.23);
  border-color: rgba(255,255,255,0.38);
  outline: none;
  transform: scale(1.045);
}
.gallery-lightbox-close {
  height: 46px;
  position: absolute;
  right: max(20px, env(safe-area-inset-right));
  top: max(18px, env(safe-area-inset-top));
  width: 46px;
  z-index: 3;
}
.gallery-lightbox-close span { font-size: 2rem; font-weight: 300; line-height: 1; margin-top: -2px; }
.gallery-lightbox-nav {
  height: 52px;
  justify-self: center;
  width: 52px;
  z-index: 2;
}
.gallery-lightbox-nav span { font-size: 2.35rem; font-weight: 300; line-height: 0.8; margin-top: -3px; }
.gallery-lightbox-prev { grid-column: 1; grid-row: 1; }
.gallery-lightbox-next { grid-column: 3; grid-row: 1; }
.gallery-lightbox-meta {
  align-items: center;
  color: white;
  display: flex;
  gap: 18px;
  grid-column: 2;
  grid-row: 2;
  justify-content: space-between;
  margin: 14px auto 0;
  max-width: 1120px;
  min-height: 30px;
  width: 100%;
}
.gallery-lightbox-caption {
  color: rgba(255,255,255,0.92);
  font-size: 0.96rem;
  line-height: 1.45;
  margin: 0;
}
.gallery-lightbox-counter {
  color: rgba(255,255,255,0.7);
  flex: 0 0 auto;
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
  font-weight: var(--weight-link);
}
@media (max-width: 760px) {
  .gallery-open-hint { display: none; }
  .gallery-lightbox-dialog {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    padding: max(62px, calc(env(safe-area-inset-top) + 54px)) 12px max(16px, env(safe-area-inset-bottom));
  }
  .gallery-lightbox-stage { grid-column: 1; grid-row: 1; }
  .gallery-lightbox-image {
    border-radius: 10px;
    max-height: calc(100dvh - 150px);
    max-width: 100%;
  }
  .gallery-lightbox-nav {
    background: rgba(7,16,15,0.5);
    height: 44px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
  }
  .gallery-lightbox-nav:hover,
  .gallery-lightbox-nav:focus-visible { transform: translateY(-50%) scale(1.035); }
  .gallery-lightbox-prev { left: max(14px, env(safe-area-inset-left)); }
  .gallery-lightbox-next { right: max(14px, env(safe-area-inset-right)); }
  .gallery-lightbox-close {
    height: 42px;
    right: max(12px, env(safe-area-inset-right));
    top: max(10px, env(safe-area-inset-top));
    width: 42px;
  }
  .gallery-lightbox-meta {
    align-items: flex-start;
    gap: 12px;
    grid-column: 1;
    grid-row: 2;
    margin-top: 10px;
    padding: 0 4px;
  }
  .gallery-lightbox-caption { font-size: 0.9rem; }
}
@media (prefers-reduced-motion: reduce) {
  .gallery-open img,
  .gallery-open-hint,
  .gallery-lightbox-backdrop,
  .gallery-lightbox-dialog,
  .gallery-lightbox-image,
  .gallery-lightbox-close,
  .gallery-lightbox-nav { transition: none !important; }
}


/* Final display-font overrides kept at the end intentionally. */
.hero h1.display-script,
.subpage-hero h1.display-script {
  font-family: "Edwardian Script ITC", "Monotype Corsiva", "Lucida Calligraphy", "Segoe Script", "Snell Roundhand", "Apple Chancery", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.005em;
  word-spacing: 0.035em;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "liga" 1, "calt" 1, "dlig" 0;
  text-rendering: geometricPrecision;
}
.hero h1.display-script { line-height: 1.01; }
.subpage-hero h1.display-script { line-height: 0.98; }

/* 1.6 – Typografie-Feinschliff: weichere Kalligrafie, sauberere Laufweite, bündiger Hero */
/*
   1) Kalligrafie: nur die bewusst markierten großen Display-H1.
   2) Serif: reguläre H1/H2/H3 und inhaltliche Überschriften.
   3) Sans: Navigation, Buttons, Fließtexte, Tabellen und funktionale UI.
*/
.hero {
  align-items: start;
}

.hero-copy {
  align-self: start;
  padding-top: 2px;
}

.hero-media {
  align-self: start;
}

.hero h1.display-script {
  font-size: clamp(4rem, 6vw, 5.55rem);
  line-height: 0.98;
  letter-spacing: 0.01em;
  word-spacing: 0.045em;
  margin-bottom: 24px;
}

.subpage-hero {
  height: auto;
  min-height: 0;
  grid-template-rows: auto auto auto;
  align-content: center;
  row-gap: 0;
  padding-top: 40px;
  padding-bottom: 34px;
}

.subpage-hero h1 {
  min-height: 0;
  margin-bottom: 14px;
}

.subpage-hero h1.display-script {
  font-size: clamp(3.85rem, 5.8vw, 5.35rem);
  line-height: 0.97;
  letter-spacing: 0.012em;
  word-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 22px;
  max-width: 1080px;
}

.subpage-hero h1.display-script.display-script-compact {
  font-size: clamp(3.15rem, 5vw, 4.35rem);
  line-height: 1.06;
  letter-spacing: 0.006em;
  word-spacing: 0.018em;
  max-width: 900px;
  text-wrap: balance;
}

.subpage-hero p:not(.eyebrow) {
  margin-bottom: 0;
}

/* Lange Seitentitel bleiben bewusst ruhig und elegant in Serif. */
.subpage-hero h1:not(.display-script) {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Baskerville, Georgia, serif;
  font-size: clamp(2.7rem, 4.5vw, 4rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

/* Inhalts- und CTA-Überschriften: eine einheitliche elegante Serif-Ebene. */
.section-heading h2,
.story-card h2,
.instagram-head h2,
.split-band h2,
.note-band h2,
.cta-band h2,
.price-area-heading h2,
.price-row h2,
.team-card h2,
.contact-panel h2,
.contact-form-section h2,
.career-section h2,
.legal-page h1,
.legal-page h2 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Baskerville, Georgia, serif;
  font-style: normal;
}

@media (max-width: 720px) {
  .hero h1.display-script {
    font-size: clamp(3.3rem, 16vw, 4.55rem);
    line-height: 0.99;
    letter-spacing: 0.006em;
    margin-bottom: 18px;
  }

  .subpage-hero {
    min-height: 0;
    padding-top: 28px;
    padding-bottom: 26px;
  }

  .subpage-hero h1.display-script {
    font-size: clamp(3.15rem, 13.5vw, 4.35rem);
    line-height: 0.98;
    letter-spacing: 0.008em;
    margin-bottom: 16px;
  }

  .subpage-hero h1.display-script.display-script-compact {
    font-size: clamp(2.65rem, 11.5vw, 3.75rem);
    line-height: 1.08;
    letter-spacing: 0.004em;
    word-spacing: 0.012em;
  }

  .subpage-hero h1:not(.display-script) {
    font-size: clamp(2.25rem, 9.5vw, 3.25rem);
    line-height: 1.08;
  }
}

/* 1.7 – Startseiten-Hero exakt bündig: Text- und Bildspalte teilen dieselbe Rasterhöhe. */
.hero {
  align-items: stretch;
}

.hero-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 0;
}

.hero-copy > .eyebrow {
  margin-top: 0;
}

.hero-media {
  align-self: stretch;
  height: 100%;
}

.hero-media picture,
.hero-media img {
  height: 100%;
}

/* Die Vorteilskarten schließen unten exakt mit dem Hero-Bild ab. */
.hero .trust-row {
  margin-top: auto;
  padding-top: 18px;
}

@media (max-width: 1060px) {
  .hero-copy {
    height: auto;
  }

  .hero .trust-row {
    margin-top: 18px;
    padding-top: 0;
  }
}


/* 1.9 – finaler seitenübergreifender Layout- und Typografie-Abgleich */
:root {
  --content-inline: clamp(18px, 4vw, 28px);
}

/* Startseite: Hero, Infokarten und alle folgenden Inhaltsbereiche nutzen exakt dieselbe Inhaltsachse. */
.hero {
  box-sizing: border-box;
  max-width: var(--wrap);
  width: 100%;
  padding-left: var(--content-inline);
  padding-right: var(--content-inline);
  gap: clamp(28px, 4vw, 46px);
}

.quick-info {
  padding-left: 0;
  padding-right: 0;
}

.quick-info-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--wrap);
  padding-left: var(--content-inline);
  padding-right: var(--content-inline);
}

/* Unterseiten-Hero: gleiche vertikale Struktur auf Leistungen, Galerie, Team, Jobs, Kontakt und Rechtliches. */
.subpage-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  min-height: 0;
  height: auto;
  padding-top: 34px;
  padding-bottom: 32px;
}

.subpage-hero > .eyebrow {
  margin: 0 0 10px;
}

.subpage-hero h1,
.subpage-hero h1.display-script,
.subpage-hero h1.display-script.display-script-compact {
  margin-top: 0;
  margin-bottom: 16px;
}

/* Kurze emotionale Haupttitel: groß, kalligrafisch, aber mit sauberer Laufweite. */
.subpage-hero h1.display-script:not(.display-script-compact) {
  font-size: clamp(3.9rem, 5.45vw, 5.15rem);
  line-height: 1;
  letter-spacing: 0.012em;
  word-spacing: 0.042em;
  max-width: 1050px;
}

/* Lange Haupttitel auf Team, Jobs und Kontakt: dieselbe Schrift, bewusst kompakter und zweizeilig. */
.subpage-hero h1.display-script.display-script-compact {
  font-size: clamp(3.45rem, 4.65vw, 4.5rem);
  line-height: 1.07;
  letter-spacing: 0.006em;
  word-spacing: 0.02em;
  max-width: 900px;
  text-wrap: balance;
}

.subpage-hero p:not(.eyebrow) {
  margin: 0;
  max-width: 760px;
}

/* Rechtliche Seiten bleiben bewusst ruhig und seriös in Serif. */
.subpage-hero h1:not(.display-script) {
  font-size: clamp(2.65rem, 4.2vw, 3.75rem);
  line-height: 1.08;
  margin-bottom: 16px;
}

/* Mittlere Inhaltsüberschriften: eine klare, einheitliche Serif-Hierarchie. */
.section-heading h2,
.story-card h2,
.instagram-head h2,
.split-band h2,
.note-band h2,
.cta-band h2,
.price-area-heading h2,
.contact-form-section h2,
.career-section h2,
.quick-apply-form h2,
.map-placeholder h2 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Baskerville, Georgia, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.015em;
}

/* Kartenüberschriften bleiben Serif, aber bewusst kleiner als Bereichsüberschriften. */
.service-card h3,
.team-card h2,
.contact-panel h2,
.price-row h2,
.before-after-card h2 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Baskerville, Georgia, serif;
  font-style: normal;
}

@media (max-width: 1060px) {
  .hero {
    max-width: var(--wrap);
  }
}

@media (max-width: 720px) {
  .hero {
    padding-left: 14px;
    padding-right: 14px;
  }

  .quick-info-inner {
    padding-left: 14px;
    padding-right: 14px;
  }

  .subpage-hero {
    padding-top: 26px;
    padding-bottom: 24px;
  }

  .subpage-hero > .eyebrow {
    margin-bottom: 8px;
  }

  .subpage-hero h1.display-script:not(.display-script-compact) {
    font-size: clamp(3rem, 13vw, 4.15rem);
    line-height: 1.01;
    margin-bottom: 14px;
  }

  .subpage-hero h1.display-script.display-script-compact {
    font-size: clamp(2.7rem, 11.5vw, 3.65rem);
    line-height: 1.08;
    margin-bottom: 14px;
  }

  .subpage-hero h1:not(.display-script) {
    font-size: clamp(2.2rem, 9vw, 3rem);
    margin-bottom: 14px;
  }
}


/* 2.0 – final einheitliche Hauptüberschriften
   - Keine Sondergröße für Team/Jobs/Kontakt.
   - Keine manuell erzwungenen Zeilenumbrüche.
   - Jede große H1 verwendet exakt dieselbe responsive Schriftgröße.
   - Die Schriftfamilie bleibt kontextgerecht: emotionale Seiten Script, Rechtliches Serif. */
:root {
  --salon-main-h1-size: clamp(3.9rem, 5.45vw, 5.15rem);
  --salon-main-h1-size-mobile: clamp(3rem, 13vw, 4.15rem);
}

/* Startseite und sämtliche Unterseiten-H1: identische Schriftgröße. */
.hero h1.display-script,
.subpage-hero h1,
.subpage-hero h1.display-script,
.subpage-hero h1.display-script.display-script-compact {
  font-size: var(--salon-main-h1-size) !important;
  margin-top: 0;
  margin-bottom: 16px;
  max-width: 1050px;
  text-wrap: pretty;
}

/* Alle kalligrafischen Haupttitel nutzen exakt dieselben typografischen Parameter. */
.hero h1.display-script,
.subpage-hero h1.display-script,
.subpage-hero h1.display-script.display-script-compact {
  font-family: "Edwardian Script ITC", "Monotype Corsiva", "Lucida Calligraphy", "Segoe Script", "Snell Roundhand", "Apple Chancery", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1.01;
  letter-spacing: 0.01em;
  word-spacing: 0.04em;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "liga" 1, "calt" 1, "dlig" 0;
}

/* Rechtliches bleibt Serif, aber mit derselben H1-Schriftgröße wie alle anderen Seiten. */
.subpage-hero h1:not(.display-script) {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Baskerville, Georgia, serif;
  font-size: var(--salon-main-h1-size) !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: -0.018em;
  word-spacing: normal;
}

@media (max-width: 720px) {
  .hero h1.display-script,
  .subpage-hero h1,
  .subpage-hero h1.display-script,
  .subpage-hero h1.display-script.display-script-compact,
  .subpage-hero h1:not(.display-script) {
    font-size: var(--salon-main-h1-size-mobile) !important;
    margin-bottom: 14px;
  }

  .hero h1.display-script,
  .subpage-hero h1.display-script,
  .subpage-hero h1.display-script.display-script-compact {
    line-height: 1.02;
    letter-spacing: 0.008em;
    word-spacing: 0.032em;
  }
}


/* 2.1 – Kurzbewerbung mit optionalen Unterlagen (Salon-Variante) */
.quick-apply-intro { margin-bottom: 2px; }
.quick-apply-form label { display: block; }
.quick-apply-form textarea {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
  min-height: 112px;
  padding: 11px 12px;
  resize: vertical;
  width: 100%;
  margin-top: 6px;
}
.quick-apply-form input:focus,
.quick-apply-form select:focus,
.quick-apply-form textarea:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(20,68,64,.10);
  outline: none;
}
.required-mark { color: #a6463c; }
.field-optional { color: var(--muted); font-size: .82em; font-weight: 500; }
.career-upload-field { min-width: 0; }
.career-upload-heading { color: var(--ink); font-weight: var(--weight-strong); margin-bottom: 4px; }
.career-upload-heading span { color: var(--muted); font-size: .84em; font-weight: 500; }
.career-upload-help { color: var(--muted); font-size: .86rem; line-height: 1.45; margin: 0 0 8px; }
.career-upload-input {
  border: 0 !important;
  clip: rect(0,0,0,0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.career-upload-zone {
  background: var(--background);
  border: 1.5px dashed color-mix(in srgb, var(--ink) 34%, transparent);
  border-radius: var(--radius);
  color: var(--ink);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  min-height: 82px;
  padding: 13px 14px;
  text-align: left;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
  width: 100%;
}
.career-upload-zone:hover,
.career-upload-zone:focus-visible,
.career-upload-zone.is-dragging {
  background: var(--soft);
  border-color: var(--ink);
  outline: none;
}
.career-upload-zone.is-dragging { transform: translateY(-1px); }
.career-upload-zone.has-files { border-style: solid; }
.career-upload-zone.has-error { border-color: #b94b42; }
.career-upload-title { font-size: .92rem; font-weight: var(--weight-heavy); }
.career-upload-meta { color: var(--muted); font-size: .78rem; line-height: 1.4; }
.career-upload-list { display: grid; gap: 7px; margin-top: 8px; }
.career-upload-item {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 8px 9px 8px 11px;
}
.career-upload-file { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.career-upload-file strong { color: var(--ink); font-size: .82rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.career-upload-file small { color: var(--muted); font-size: .72rem; }
.career-upload-remove {
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 30px;
  font: inherit;
  font-size: 1.1rem;
  height: 30px;
  justify-content: center;
  line-height: 1;
  width: 30px;
}
.career-upload-remove:hover,.career-upload-remove:focus-visible { background: var(--ink); color: white; outline: none; }
.career-upload-error { color: #9e3931; font-size: .8rem; line-height: 1.4; margin: 7px 0 0; }
.form-privacy-note { font-size: .82rem; line-height: 1.55; }
@media (max-width: 720px) {
  .career-upload-zone { min-height: 88px; }
  .career-upload-meta { font-size: .74rem; }
}


/* 1.3 – Kurzbewerbung: mindestens eine Kontaktmöglichkeit */
.career-contact-hint {
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
  margin: -2px 0 2px;
  grid-column: 1 / -1;
}
