
:root{
  --blue:#323993;
  --blue2:#07172f;
  --blue3:#0b2f83;
  --gold:#c49a55;
  --gold2:#dfb86d;
  --cream:#f7f3ec;
  --ink:#111827;
  --muted:#667085;
  --line:rgba(17,24,39,.10);
  --shadow:0 24px 70px rgba(10,25,55,.12);
  --radius:26px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--sans);color:var(--ink);background:#fff;line-height:1.6}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{height:86px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:0 42px;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);box-shadow:0 10px 30px rgba(10,25,55,.06)}
.brand img{height:58px;width:auto;object-fit:contain}
.main-nav{display:flex;justify-content:center;align-items:center;gap:22px;font-size:14px;font-weight:700}
.main-nav a{position:relative;color:#26324b}
.main-nav a:after{content:'';position:absolute;left:0;right:0;bottom:-12px;height:2px;background:var(--gold);transform:scaleX(0);transition:.25s}
.main-nav a:hover:after,.main-nav a.active:after{transform:scaleX(1)}
.header-cta{background:linear-gradient(135deg,var(--blue),var(--blue3));color:#fff;padding:14px 20px;border-radius:4px;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}
.nav-toggle{display:none;background:none;border:0;font-size:30px;color:var(--blue)}
.section{padding:88px 0}.section-soft{background:linear-gradient(180deg,#fff,#f7f8fb)}.section-dark{background:var(--blue2);color:#fff;position:relative;overflow:hidden}.section-dark:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 18% 10%,rgba(50,57,147,.55),transparent 38%);pointer-events:none}.section-dark .container{position:relative}
.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:12px;font-weight:900;color:var(--gold);margin:0 0 12px}.eyebrow.blue{color:var(--blue)}
h1,h2,h3{margin:0 0 16px;line-height:1.05}h1,h2{font-family:var(--serif);font-weight:500;letter-spacing:-.035em}h1{font-size:clamp(46px,6vw,88px)}h2{font-size:clamp(34px,4vw,56px)}h3{font-size:22px}.lead{font-size:18px;color:var(--muted);max-width:760px}.center{text-align:center}.narrow{max-width:760px;margin-inline:auto}
.hero{min-height:680px;position:relative;display:flex;align-items:center;overflow:hidden;background:#07172f;color:#fff}
.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,23,47,.80) 0%,rgba(7,23,47,.60) 34%,rgba(7,23,47,.24) 66%,rgba(7,23,47,.06) 100%),url('../img/salon/hero-zobrist.webp') right center/cover no-repeat;z-index:0}
.hero-content{position:relative;z-index:1;max-width:720px}.hero p{color:rgba(255,255,255,.85)}.hero .button-row{margin-top:28px}
.button-row{display:flex;gap:16px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:14px 24px;border-radius:4px;font-weight:900;font-size:14px;letter-spacing:.02em;transition:.25s}.btn:hover{transform:translateY(-2px)}.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#fff}.btn-blue{background:linear-gradient(135deg,var(--blue),var(--blue3));color:#fff}.btn-ghost{border:1px solid rgba(255,255,255,.40);color:#fff;background:rgba(255,255,255,.04)}.btn-light{background:#fff;color:var(--blue)}
.location-choice{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.location-card,.service-card,.team-card,.content-card,.price-card,.blog-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.location-card img,.service-card img{width:100%;height:230px;object-fit:cover}.location-card .pad,.service-card .pad,.content-card{padding:28px}.location-card h3,.service-card h3,.team-card h3{font-family:var(--serif);font-size:30px;color:var(--blue)}.location-card p,.service-card p,.content-card p,.team-card p,.price-card p,.blog-card p{color:var(--muted)}
.meta-list{list-style:none;padding:0;margin:18px 0;display:grid;gap:8px;color:#26324b}.meta-list li:before{content:'✓';color:var(--gold);font-weight:900;margin-right:8px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.image-card{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line);background:#fff}.image-card img{width:100%;height:460px;object-fit:cover}
.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid div{padding:26px;border-left:1px solid var(--line)}.trust-grid div:first-child{border-left:0}.trust-grid strong{font-family:var(--serif);font-size:28px;color:var(--blue);display:block}.trust-grid small{color:var(--muted)}
.subhero{padding:96px 0;background:linear-gradient(135deg,#07172f 0%,#0b2f83 55%,#f6f3ed 55%,#fff 100%);color:#fff;overflow:hidden}.subhero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:46px;align-items:center}.subhero h1{max-width:840px}.subhero .lead{color:rgba(255,255,255,.88)}.glass-card{background:rgba(255,255,255,.96);color:var(--ink);border:1px solid rgba(255,255,255,.3);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow)}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.team-card img{height:280px;width:100%;object-fit:cover}.team-card .pad{padding:20px}.team-card h3{font-size:24px}.tag{display:inline-flex;margin:6px 6px 0 0;padding:7px 10px;background:#f3f1ed;color:var(--blue);border-radius:999px;font-size:12px;font-weight:800}
.price-table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.price-table th,.price-table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left}.price-table th{background:var(--blue);color:#fff}.price-table tr:last-child td{border-bottom:0}.price-note{color:var(--muted);font-size:14px}
.blog-embed{min-height:460px;border:1px dashed rgba(50,57,147,.35);border-radius:var(--radius);background:linear-gradient(180deg,#fff,#f7f8fb);display:grid;place-items:center;padding:40px;text-align:center;color:var(--muted)}
.blog-embed.hair-blog-embed{display:block;min-height:360px;text-align:left;padding:0;border:0;background:transparent;color:var(--ink)}
.hair-blog-box{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px;overflow:hidden}
.hair-blog-box noscript{display:block;color:var(--muted);font-size:15px}
.hair-blog-box #soro-blog{width:100%}

.cta-band{background:linear-gradient(135deg,var(--blue),#0041ad);color:#fff;padding:56px 0;position:relative;overflow:hidden}.cta-band:before{content:'✦';position:absolute;left:4%;top:-40px;font-size:190px;color:rgba(255,255,255,.07)}.cta-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.cta-grid p{color:rgba(255,255,255,.82)}
.footer{background:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:36px;padding:48px 0;border-bottom:1px solid var(--line)}.footer-logo{height:70px;object-fit:contain}.footer h3{text-transform:uppercase;font-size:13px;letter-spacing:.12em;color:var(--muted)}.footer a{display:block;color:#26324b;margin:6px 0}.footer p{color:var(--muted)}.subfooter{text-align:center;color:var(--muted);font-size:13px;padding:16px}.subfooter a{display:inline;text-decoration:underline}
@media (max-width:1050px){.site-header{grid-template-columns:auto auto;justify-content:space-between;padding:0 20px}.main-nav{display:none;position:absolute;top:86px;left:16px;right:16px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:20px;flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}.nav-toggle{display:block}.header-cta{display:none}.location-choice,.grid-3,.team-grid,.grid-4,.trust-grid{grid-template-columns:1fr 1fr}.grid-2,.subhero-grid,.cta-grid{grid-template-columns:1fr}.hero{min-height:560px}.subhero{background:linear-gradient(180deg,#07172f 0%,#0b2f83 64%,#fff 64%,#fff 100%)}}
@media (max-width:700px){.location-choice,.grid-3,.grid-4,.team-grid,.trust-grid{grid-template-columns:1fr}.section{padding:64px 0}.hero{min-height:500px}.footer-grid{grid-template-columns:1fr}.button-row .btn{width:100%}.location-card img,.service-card img,.image-card img{height:240px}}

.location-card > a.card-image{display:block}

.meta-list .closed-days{color:#7a5b1f;font-weight:700}
.glass-card .btn{margin-top:18px}

.image-card a{display:block}
.image-card img[src*="marc-zobrist-beratung"]{height:380px;object-fit:cover;object-position:center 18%}

@media (max-width:1050px){.image-card img[src*="marc-zobrist-beratung"]{height:300px}}
@media (max-width:700px){.image-card img[src*="marc-zobrist-beratung"]{height:210px;object-position:center 14%}}

/* Standortkarten Startseite – ruhige, ausgerichtete Informationen */
.location-card{display:flex;flex-direction:column}
.location-card .pad{display:flex;flex-direction:column;flex:1}
.location-card .pad > p:not(.eyebrow){min-height:100px}
.location-info{margin:20px 0 24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0;display:grid;gap:0}
.info-row{display:grid;grid-template-columns:92px 1fr;gap:16px;align-items:baseline;padding:8px 0;border-bottom:1px solid rgba(17,24,39,.06)}
.info-row:last-of-type{border-bottom:0}
.info-row span{text-transform:uppercase;letter-spacing:.10em;font-size:11px;font-weight:900;color:var(--muted)}
.info-row strong,.info-row a{font-size:15px;font-weight:850;color:var(--blue)}
.info-row a{text-decoration:none}
.info-row a:hover{text-decoration:underline}
.info-note{margin-top:10px;padding:10px 12px;border-radius:12px;background:#f7f3ec;color:#7a5b1f;font-size:13px;font-weight:750;line-height:1.35}
.location-card .button-row{margin-top:auto}
.location-card .button-row .btn{flex:1;min-width:135px}
@media (max-width:1050px){.location-card .pad > p:not(.eyebrow){min-height:auto}.info-row{grid-template-columns:86px 1fr}}



.service-card{display:flex;flex-direction:column;height:100%}
.service-card .pad{display:flex;flex-direction:column;flex:1}
.service-card h3{font-size:28px}
.service-card p{margin-top:auto}
.service-card img{width:100%;height:250px;object-fit:cover;object-position:center}
@media (max-width:700px){.service-card img{height:220px}}

/* Modernes ProvenExpert Bewertungssiegel im Footer */
html{
  padding-bottom:0 !important;
}
.footer-provenexpert{
  background:linear-gradient(135deg,#07172f 0%,#0b2f83 62%,#323993 100%);
  border-top:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid rgba(255,255,255,.10);
  padding:22px 0;
  color:#fff;
}
.footer-provenexpert-inner{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}
.footer-provenexpert a{
  min-height:68px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:22px;
  align-items:center;
  padding:18px 22px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:22px;
  background:rgba(255,255,255,.08);
  box-shadow:0 18px 46px rgba(7,23,47,.18);
  color:#fff;
  text-decoration:none;
  transition:transform .2s ease, background .2s ease, border-color .2s ease;
}
.footer-provenexpert a:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.28);
}
.pe-stars{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:116px;
  padding:10px 14px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--gold),var(--gold2));
  color:#fff;
  font-weight:900;
  letter-spacing:.08em;
  box-shadow:0 10px 28px rgba(196,154,85,.22);
}
.pe-text{
  display:grid;
  gap:3px;
}
.pe-text strong{
  font-family:var(--serif);
  font-size:clamp(20px,2.1vw,30px);
  font-weight:500;
  line-height:1.05;
  letter-spacing:-.02em;
}
.pe-text span{
  color:rgba(255,255,255,.82);
  font-size:14px;
}
.pe-action{
  justify-self:end;
  padding:12px 16px;
  border-radius:999px;
  background:#fff;
  color:var(--blue);
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
}
@media(max-width:760px){
  .footer-provenexpert{
    padding:18px 0;
  }
  .footer-provenexpert a{
    grid-template-columns:1fr;
    gap:12px;
    text-align:center;
    padding:18px;
  }
  .pe-stars,.pe-action{
    justify-self:center;
  }
  .pe-text span{
    font-size:13px;
  }
}


/* Beratung Mini/Maxi Bildkarten */
.beratung-grid{
  margin-top:36px;
}
.beratung-card{
  padding:0;
  overflow:hidden;
}
.beratung-card img{
  width:100%;
  height:260px;
  object-fit:cover;
  object-position:center 36%;
}
.beratung-card h2,
.beratung-card p{
  padding-left:28px;
  padding-right:28px;
}
.beratung-card h2{
  padding-top:26px;
}
.beratung-card p{
  padding-bottom:28px;
}
.service-card img[src*="beratung-mini-maxi"]{
  object-position:center 36%;
}
@media(max-width:700px){
  .beratung-card img{
    height:230px;
    object-position:center 34%;
  }
}


/* Modernes Teamdesign Kuttelgasse */
.team-overview-grid{
  margin-top:40px;
}
.team-profile-card{
  display:flex;
  flex-direction:column;
  height:100%;
  transition:transform .22s ease, box-shadow .22s ease;
}
.team-profile-card:hover{
  transform:translateY(-5px);
  box-shadow:0 30px 76px rgba(10,25,55,.16);
}
.team-photo-link{
  display:block;
  overflow:hidden;
  background:#f7f8fb;
}
.team-profile-card img{
  width:100%;
  height:330px;
  object-fit:cover;
  object-position:center top;
  transition:transform .45s ease;
}
.team-profile-card:hover img{
  transform:scale(1.035);
}
.team-profile-card .pad{
  display:flex;
  flex-direction:column;
  flex:1;
}
.team-profile-card .pad > p:not(.eyebrow){
  min-height:76px;
}
.team-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:14px 0 20px;
}
.team-tag{
  display:inline-flex;
  align-items:center;
  padding:7px 10px;
  border-radius:999px;
  background:#f3f1ed;
  color:var(--blue);
  font-size:12px;
  font-weight:850;
}
.team-card-btn{
  margin-top:auto;
}
.team-section-cta{
  margin-top:34px;
}
.profile-subhero .profile-hero-image img{
  height:540px;
  object-fit:cover;
  object-position:center top;
}
.profile-layout{
  display:grid;
  grid-template-columns:340px 1fr;
  gap:46px;
  align-items:start;
}
.profile-aside{
  position:sticky;
  top:110px;
}
.profile-thumb{
  width:100%;
  height:360px;
  object-fit:cover;
  object-position:center top;
  border-radius:20px;
  margin-bottom:22px;
}
.profile-aside .btn{
  margin-top:18px;
  width:100%;
}
.profile-text{
  font-size:18px;
  color:#26324b;
}
.profile-text h2{
  color:var(--blue);
}
.profile-text p{
  margin:0 0 18px;
}
.profile-career{
  margin-top:36px;
  padding-top:28px;
  border-top:1px solid var(--line);
}
.profile-career ul{
  margin:0;
  padding-left:20px;
  color:#26324b;
}
.profile-career li{
  margin:8px 0;
}
@media(max-width:1050px){
  .profile-layout{
    grid-template-columns:1fr;
  }
  .profile-aside{
    position:relative;
    top:auto;
  }
  .team-profile-card img{
    height:300px;
  }
  .profile-subhero .profile-hero-image img{
    height:420px;
  }
}
@media(max-width:700px){
  .team-profile-card img{
    height:360px;
  }
  .team-profile-card .pad > p:not(.eyebrow){
    min-height:auto;
  }
  .profile-subhero .profile-hero-image img{
    height:360px;
  }
  .profile-thumb{
    height:320px;
  }
}


/* Verlinkte Leistungsbilder Kuttelgasse */
.service-image-link{
  display:block;
  overflow:hidden;
  background:#f7f8fb;
}
.linked-service-card{
  display:flex;
  flex-direction:column;
  height:100%;
  transition:transform .22s ease, box-shadow .22s ease;
}
.linked-service-card:hover{
  transform:translateY(-4px);
  box-shadow:0 30px 76px rgba(10,25,55,.16);
}
.linked-service-card img{
  transition:transform .45s ease;
}
.linked-service-card:hover img{
  transform:scale(1.035);
}
.linked-service-card .pad{
  display:flex;
  flex-direction:column;
  flex:1;
}
.linked-service-card .tag{
  width:max-content;
  margin-top:auto;
}


/* Gesamt-Teamseite */
.team-location-section:nth-of-type(even){
  background:linear-gradient(180deg,#fff,#f7f8fb);
}
.team-overview-grid{
  margin-top:40px;
}
.team-profile-card{
  display:flex;
  flex-direction:column;
  height:100%;
  transition:transform .22s ease, box-shadow .22s ease;
}
.team-profile-card:hover{
  transform:translateY(-5px);
  box-shadow:0 30px 76px rgba(10,25,55,.16);
}
.team-photo-link{
  display:block;
  overflow:hidden;
  background:#f7f8fb;
}
.team-profile-card img{
  width:100%;
  height:330px;
  object-fit:cover;
  object-position:center top;
  transition:transform .45s ease;
}
.team-profile-card:hover img{
  transform:scale(1.035);
}
.team-profile-card .pad{
  display:flex;
  flex-direction:column;
  flex:1;
}
.team-card-btn{
  margin-top:auto;
}
@media(max-width:700px){
  .team-profile-card img{
    height:360px;
  }
}


/* Footer Kontakt & Social Media */
.footer-contact{
  display:flex;
  flex-direction:column;
  gap:9px;
}
.footer-contact a{
  display:flex;
  flex-direction:column;
  gap:1px;
}
.footer-contact strong{
  color:#fff;
  font-weight:900;
}
.footer-contact span{
  color:rgba(255,255,255,.78);
}
.footer-contact-home a:not(.footer-booking){
  padding:9px 0;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
.footer-socials a{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:#fff;
  transition:transform .2s ease, background .2s ease;
}
.footer-socials a:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.15);
}
.footer-socials svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-socials a[aria-label*="TikTok"] svg,
.footer-socials a[aria-label*="Facebook"] svg{
  fill:currentColor;
  stroke:none;
}
.footer-socials span{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}

/* Footer Kontakt final kompakt */
.footer-contact{
  display:block !important;
  line-height:1.35 !important;
}
.footer-contact p{
  margin:0 0 4px 0 !important;
  padding:0 !important;
  line-height:1.35 !important;
}
.footer-contact p:last-of-type{
  margin-bottom:0 !important;
}
.footer-contact a,
.footer-contact strong,
.footer-contact span{
  color:inherit !important;
}
.footer-contact a{
  display:inline !important;
  padding:0 !important;
  margin:0 !important;
  line-height:inherit !important;
}
.footer-contact a:hover{
  color:var(--gold) !important;
}
.footer-contact strong{
  font-weight:900 !important;
}
.footer-contact-home a:not(.footer-booking){
  padding:0 !important;
  border-bottom:0 !important;
}
.footer-location-line{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
}
.footer-socials{
  display:flex !important;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px !important;
}
.footer-socials a{
  width:36px !important;
  height:36px !important;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid rgba(17,24,39,.16);
  background:rgba(17,24,39,.04);
  color:inherit !important;
}
.footer-socials a:hover{
  color:#fff !important;
  background:var(--blue);
}
.footer-socials svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-socials a[aria-label*="TikTok"] svg,
.footer-socials a[aria-label*="Facebook"] svg{
  fill:currentColor;
  stroke:none;
}
.footer-socials span{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}


/* Moderne Preislisten */
.price-location{
  padding-top:92px;
}
.price-location:nth-of-type(odd){
  background:linear-gradient(180deg,#fff,#f7f8fb);
}
.price-location-hero{
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:end;
  margin-bottom:44px;
  padding-bottom:28px;
  border-bottom:1px solid var(--line);
}
.price-category{
  margin:42px 0 54px;
}
.price-category-head{
  margin-bottom:22px;
}
.price-category-head h3{
  font-family:var(--serif);
  font-size:clamp(30px,3vw,44px);
  color:var(--blue);
}
.price-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.price-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:0 18px 52px rgba(10,25,55,.08);
  overflow:hidden;
}
.price-card h4{
  margin:0;
  padding:18px 22px;
  background:linear-gradient(135deg,#f7f3ec,#fff);
  color:var(--blue);
  font-size:18px;
}
.price-list{
  padding:8px 22px 18px;
}
.price-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:baseline;
  padding:11px 0;
  border-bottom:1px solid rgba(17,24,39,.08);
}
.price-row:last-child{
  border-bottom:0;
}
.price-row span{
  color:#26324b;
}
.price-row strong{
  color:var(--blue);
  white-space:nowrap;
  font-weight:900;
}
.price-note{
  margin-top:30px;
  padding:24px 28px;
  border-radius:22px;
  background:#f7f3ec;
  color:#26324b;
  border:1px solid rgba(196,154,85,.24);
}
.price-note p{
  margin:0 0 12px;
}
.price-note p:last-child{
  margin-bottom:0;
}
@media(max-width:900px){
  .price-location-hero{
    grid-template-columns:1fr;
    align-items:start;
  }
  .price-card-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:620px){
  .price-row{
    grid-template-columns:1fr;
    gap:4px;
  }
  .price-row strong{
    white-space:normal;
  }
}


/* Geschenkgutschein */
.voucher-hero .glass-card{
  border-color:rgba(255,255,255,.18);
}
.voucher-layout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
  gap:34px;
  align-items:start;
}
.voucher-form{
  padding:34px;
}
.voucher-form fieldset{
  border:0;
  padding:0;
  margin:28px 0;
}
.voucher-form legend{
  color:var(--blue);
  font-weight:900;
  margin-bottom:14px;
}
.voucher-store-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.store-choice{
  cursor:pointer;
}
.store-choice input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.store-choice span{
  display:block;
  overflow:hidden;
  border:2px solid var(--line);
  border-radius:20px;
  background:#fff;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.store-choice img{
  width:100%;
  height:125px;
  object-fit:cover;
}
.store-choice strong,
.store-choice small{
  display:block;
  padding:0 14px;
}
.store-choice strong{
  padding-top:13px;
  color:var(--blue);
}
.store-choice small{
  padding-bottom:14px;
  color:var(--muted);
  font-size:12px;
}
.store-choice input:checked + span{
  border-color:var(--gold);
  box-shadow:0 18px 42px rgba(196,154,85,.16);
  transform:translateY(-2px);
}
.store-choice-disabled{
  opacity:.55;
  cursor:not-allowed;
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.form-grid label,
.voucher-form label{
  color:#26324b;
  font-weight:800;
  font-size:14px;
}
.form-grid input,
.form-grid textarea{
  width:100%;
  margin-top:7px;
  border:1px solid var(--line);
  border-radius:14px;
  padding:13px 14px;
  font:inherit;
  background:#fff;
}
.form-grid input:focus,
.form-grid textarea:focus{
  outline:2px solid rgba(196,154,85,.25);
  border-color:var(--gold);
}
.form-wide{
  grid-column:1/-1;
}
.agb-row{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin-top:10px;
}
.agb-row input{
  margin-top:4px;
}
.voucher-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.voucher-helper{
  color:var(--muted);
  font-size:13px;
  margin-top:16px;
}
.voucher-preview-wrap{
  position:sticky;
  top:110px;
  display:grid;
  gap:20px;
}
.voucher-preview{
  position:relative;
  overflow:hidden;
  min-height:460px;
  border-radius:30px;
  padding:32px;
  color:#fff;
  background:
    linear-gradient(135deg,rgba(7,23,47,.92),rgba(50,57,147,.88)),
    var(--voucher-image, url('../img/salon/hero-zobrist.webp')) center/cover;
  box-shadow:0 30px 86px rgba(7,23,47,.22);
}
.voucher-preview:after{
  content:'';
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:24px;
  pointer-events:none;
}
.voucher-topline{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  margin-bottom:46px;
  position:relative;
  z-index:1;
}
.voucher-topline img{
  width:142px;
  background:#fff;
  border-radius:12px;
  padding:7px;
}
.voucher-topline span{
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.voucher-preview h2{
  font-size:clamp(48px,6vw,78px);
  color:#fff;
  position:relative;
  z-index:1;
}
.voucher-preview p,
.voucher-code-row{
  position:relative;
  z-index:1;
}
.voucher-to,
.voucher-from{
  font-size:18px;
  margin:8px 0;
}
.voucher-message{
  min-height:58px;
  margin:24px 0;
  color:rgba(255,255,255,.86);
}
.voucher-code-row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  border-top:1px solid rgba(255,255,255,.24);
  padding-top:18px;
}
.voucher-valid{
  margin-top:18px;
  font-size:13px;
  color:rgba(255,255,255,.78);
}
.invoice-preview{
  border:1px solid var(--line);
  border-radius:26px;
  background:#fff;
  padding:26px;
  box-shadow:0 18px 52px rgba(10,25,55,.08);
}
.invoice-lines p{
  margin:6px 0;
}
.qr-box{
  display:grid;
  grid-template-columns:minmax(260px, 300px) 1fr;
  gap:18px;
  align-items:center;
  margin:22px 0;
  padding:16px;
  border-radius:18px;
  background:#f7f8fb;
}
.qr-box canvas{
  width:100%;
  max-width:300px;
  height:auto;
  background:#fff;
  border-radius:12px;
  padding:8px;
}
.invoice-note{
  color:#7a5b1f;
  background:#f7f3ec;
  border-radius:14px;
  padding:12px 14px;
  font-weight:800;
}
@media(max-width:1050px){
  .voucher-layout{
    grid-template-columns:1fr;
  }
  .voucher-preview-wrap{
    position:relative;
    top:auto;
  }
}
@media(max-width:760px){
  .voucher-store-grid,
  .form-grid{
    grid-template-columns:1fr;
  }
  .qr-box{
    grid-template-columns:1fr;
  }
}
@media print{
  .site-header,
  .footer,
  .voucher-form,
  .voucher-hero,
  .invoice-preview .qr-box p,
  .button-row{
    display:none !important;
  }
  .section{
    padding:0 !important;
  }
  .voucher-layout{
    display:block !important;
  }
  .voucher-preview-wrap{
    position:static !important;
  }
  .voucher-preview,
  .invoice-preview{
    break-inside:avoid;
    box-shadow:none !important;
    margin:0 0 18px !important;
  }
}

/* Gutschein Backend, QR und Druck */
.voucher-status{
  margin-top:18px;
  padding:0;
  color:var(--muted);
  font-weight:800;
}
.voucher-status.loading,
.voucher-status.success,
.voucher-status.warning{background:#fff8e6;color:#7a5b1f;border-color:#e8c66a}
.voucher-status.error{
  padding:13px 15px;
  border-radius:14px;
}
.voucher-status.loading{
  background:#f7f8fb;
  color:#26324b;
}
.voucher-status.success{
  background:#edf7ee;
  color:#146c2e;
}
.voucher-status.warning{background:#fff8e6;color:#7a5b1f;border-color:#e8c66a}
.voucher-status.error{
  background:#fff1f0;
  color:#a42a18;
}
.voucher-hp{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}
.voucher-print-image{
  display:none;
  margin:0 0 22px;
  border-radius:20px;
  overflow:hidden;
}
.voucher-print-image img{
  width:100%;
  height:210px;
  object-fit:cover;
  object-position:center 34%;
}
.voucher-topline span strong{
  color:#fff;
}
@media print{
  body{
    background:#fff !important;
  }
  .voucher-print-image{
    display:block !important;
  }
  .voucher-preview{
    color:#07172f !important;
    background:#fff !important;
    border:2px solid #323993 !important;
    padding:28px !important;
  }
  .voucher-preview:after{
    border-color:rgba(50,57,147,.22) !important;
  }
  .voucher-preview h2,
  .voucher-preview .eyebrow,
  .voucher-preview strong,
  .voucher-topline span strong{
    color:#323993 !important;
  }
  .voucher-preview p,
  .voucher-message,
  .voucher-valid,
  .voucher-topline span{
    color:#26324b !important;
  }
  .voucher-code-row{
    border-top:1px solid rgba(50,57,147,.25) !important;
  }
  .invoice-preview{
    border:2px solid #323993 !important;
  }
  .invoice-preview h3{
    color:#323993 !important;
  }
  .qr-box{
    border:1px solid #ddd !important;
  }
}

/* Gutschein Korrektur Navigation, QR und Druck */
.voucher-preview{
  --voucher-image:url('../img/salon/kuttelgasse.webp');
}
.voucher-to span,
.voucher-from span,
.voucher-message span{
  display:block;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:rgba(255,255,255,.72);
  margin-bottom:2px;
}
.voucher-message strong{
  display:block;
  font-weight:700;
  color:#fff;
}
.qr-box canvas{
  display:block;
  width:190px !important;
  height:190px !important;
}
@media print{
  @page{
    size:A4;
    margin:14mm;
  }
  .site-header,
  .footer,
  .voucher-form,
  .voucher-hero,
  .invoice-preview,
  .button-row{
    display:none !important;
  }
  .voucher-layout,
  .voucher-preview-wrap{
    display:block !important;
  }
  .voucher-preview-wrap{
    position:static !important;
    top:auto !important;
  }
  .voucher-preview{
    width:100% !important;
    min-height:auto !important;
    color:#07172f !important;
    background:#fff !important;
    border:2px solid #323993 !important;
    border-radius:26px !important;
    padding:30px !important;
    box-shadow:none !important;
    page-break-inside:avoid;
  }
  .voucher-print-image{
    display:block !important;
  }
  .voucher-print-image img{
    width:100% !important;
    height:250px !important;
    object-fit:cover !important;
    border-radius:20px !important;
  }
  .voucher-topline{
    margin-bottom:28px !important;
  }
  .voucher-topline span,
  .voucher-topline span strong,
  .voucher-preview h2,
  .voucher-preview .eyebrow,
  .voucher-preview strong{
    color:#323993 !important;
  }
  .voucher-preview p,
  .voucher-message,
  .voucher-valid{
    color:#26324b !important;
  }
  .voucher-to span,
  .voucher-from span,
  .voucher-message span{
    color:#6b7280 !important;
  }
  .voucher-message strong{
    color:#26324b !important;
  }
  .voucher-code-row{
    border-top:1px solid rgba(50,57,147,.25) !important;
  }
  .voucher-valid{
    margin-top:18px !important;
    padding-top:12px !important;
    border-top:1px solid rgba(50,57,147,.18) !important;
  }
}


/* Typ- und Frisurenberatung */
.beratung-hero{
  padding-top:56px;
}
.beratung-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:34px;
  align-items:center;
}
.beratung-hero-image img{
  width:100%;
  height:100%;
  min-height:380px;
  object-fit:cover;
  object-position:center;
  border-radius:28px;
  box-shadow:0 24px 64px rgba(10,25,55,.18);
}
.section-soft{
  background:linear-gradient(180deg,#fbfaf8 0%,#f6f7fb 100%);
}
.beratung-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:34px;
}
.beratung-feature-card h3{
  margin-bottom:14px;
  color:var(--blue);
}
.check-list{
  list-style:none;
  padding:0;
  margin:0;
}
.check-list li{
  position:relative;
  padding-left:26px;
  margin:0 0 12px;
}
.check-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--gold);
}
.beratung-option-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  margin-top:34px;
}
.beratung-option-card{
  overflow:hidden;
  padding:0;
}
.beratung-option-card img{
  width:100%;
  height:280px;
  object-fit:cover;
  object-position:center;
  display:block;
}
.beratung-option-copy{
  padding:26px;
}
.beratung-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(50,57,147,.08);
  color:var(--blue);
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.beratung-result-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);
  gap:24px;
  align-items:stretch;
}
.beratung-result-card{
  padding:34px;
}
.beratung-quote-card{
  padding:34px;
  border-radius:28px;
  background:linear-gradient(135deg,rgba(50,57,147,.96),rgba(17,24,39,.92));
  color:#fff;
  box-shadow:0 20px 60px rgba(10,25,55,.22);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.beratung-quote-card p{
  margin:0 0 18px;
  font-size:clamp(24px,2.3vw,34px);
  line-height:1.25;
  font-family:var(--serif);
}
.beratung-quote-card span{
  color:rgba(255,255,255,.8);
  font-weight:700;
  letter-spacing:.04em;
}
.service-card-link img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:18px;
  margin-bottom:18px;
}
.text-link{
  display:inline-block;
  margin-top:10px;
  color:var(--blue);
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid rgba(50,57,147,.25);
  padding-bottom:2px;
}
.text-link:hover{
  color:var(--gold);
  border-bottom-color:var(--gold);
}
@media(max-width:980px){
  .beratung-hero-grid,
  .beratung-feature-grid,
  .beratung-option-grid,
  .beratung-result-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:640px){
  .beratung-hero-image img{
    min-height:280px;
  }
  .beratung-option-card img,
  .service-card-link img{
    height:220px;
  }
}


.beratung-values-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:24px;
  align-items:start;
}
.beratung-values-card{
  padding:34px;
}
.check-list.large li{
  margin-bottom:14px;
  line-height:1.55;
}
.beratung-side-note{
  display:flex;
}
.beratung-note-box{
  width:100%;
  border-radius:28px;
  padding:30px;
  background:linear-gradient(180deg,rgba(50,57,147,.08) 0%, rgba(255,255,255,.92) 100%);
  border:1px solid rgba(50,57,147,.12);
  box-shadow:0 18px 40px rgba(10,25,55,.08);
}
.beratung-note-box h3{
  margin:0 0 12px;
  color:var(--blue);
}
.beratung-note-box p:last-child{
  margin-bottom:0;
}
@media(max-width:980px){
  .beratung-values-grid{
    grid-template-columns:1fr;
  }
}


/* Tressen Haarverlängerung */
.tressen-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:34px;
  align-items:center;
}
.tressen-hero-image img{
  width:100%;
  height:100%;
  min-height:380px;
  object-fit:cover;
  object-position:center;
  border-radius:28px;
  box-shadow:0 24px 64px rgba(10,25,55,.18);
}
.tressen-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:24px;
  align-items:start;
}
.tressen-intro-card{
  padding:34px;
}
.tressen-note-box{
  width:100%;
  border-radius:28px;
  padding:30px;
  background:linear-gradient(180deg,rgba(50,57,147,.08) 0%, rgba(255,255,255,.92) 100%);
  border:1px solid rgba(50,57,147,.12);
  box-shadow:0 18px 40px rgba(10,25,55,.08);
}
.tressen-note-box h3{
  margin:0 0 12px;
  color:var(--blue);
}
.tressen-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:34px;
}
.tressen-benefit-card h3{
  color:var(--blue);
  margin-bottom:12px;
}
.tressen-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  margin-top:34px;
}
.step-card{
  position:relative;
  padding-top:54px;
}
.step-number{
  position:absolute;
  left:26px;
  top:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(196,152,84,.14);
  color:var(--gold);
  font-weight:800;
  letter-spacing:.04em;
}
.tressen-media-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  margin-top:34px;
}
.tressen-media-card{
  overflow:hidden;
  padding:0;
}
.tressen-media-card img{
  width:100%;
  height:300px;
  object-fit:cover;
  display:block;
}
.tressen-media-copy{
  padding:24px 26px 28px;
}
.tressen-cta-wrap{
  display:grid;
  grid-template-columns:1fr;
}
.tressen-cta-card{
  padding:36px;
}
@media(max-width:980px){
  .tressen-hero-grid,
  .tressen-intro-grid,
  .tressen-benefit-grid,
  .tressen-steps,
  .tressen-media-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:640px){
  .tressen-hero-image img,
  .tressen-media-card img{
    min-height:260px;
    height:260px;
  }
}

/* Tressen Vorher-Nachher Videos */
.tressen-video-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
  margin-top:36px;
}
.tressen-video-case{
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 20px 54px rgba(10,25,55,.08);
}
.tressen-video-case-head{
  padding:22px 24px 6px;
}
.tressen-video-case-head span{
  display:inline-flex;
  padding:6px 11px;
  border-radius:999px;
  background:rgba(196,152,84,.14);
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.tressen-video-case-head h3{
  margin:12px 0 0;
  color:var(--blue);
}
.tressen-video-pair{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  padding:18px 24px 24px;
}
.tressen-video-pair figure{
  position:relative;
  margin:0;
  border-radius:18px;
  overflow:hidden;
  background:#07172f;
}
.tressen-video-pair video{
  display:block;
  width:100%;
  aspect-ratio:9/16;
  object-fit:cover;
  background:#07172f;
}
.video-label{
  position:absolute;
  z-index:2;
  left:12px;
  top:12px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(7,23,47,.78);
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
}
.video-label.after{
  background:rgba(50,57,147,.82);
}
@media(max-width:980px){
  .tressen-video-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:560px){
  .tressen-video-pair{
    grid-template-columns:1fr;
  }
  .tressen-video-pair video{
    aspect-ratio:4/5;
  }
}

/* Cloudflare Turnstile Gutschein */
.turnstile-wrap{
  margin:18px 0;
  padding:16px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#f7f8fb;
}
.turnstile-wrap p{
  margin:9px 0 0;
  color:var(--muted);
  font-size:13px;
}
.invoice-lines span#wird-nach-pruefung{
  color:var(--muted);
}

/* Mobile Startseite kompakt: Tradition und Standortwahl */
.mobile-location-jump{
  display:none;
}
@media(max-width:700px){
  html{
    scroll-behavior:smooth;
  }
  .trust-strip{
    border-bottom:1px solid rgba(17,24,39,.08);
  }
  .trust-grid{
    grid-template-columns:repeat(4,1fr) !important;
    gap:0;
  }
  .trust-grid div{
    padding:10px 4px;
    text-align:center;
    border-left:1px solid rgba(17,24,39,.06);
  }
  .trust-grid strong{
    font-size:19px;
    line-height:1;
  }
  .trust-grid small{
    display:block;
    margin-top:3px;
    font-size:10px;
    line-height:1.15;
    letter-spacing:.01em;
  }
  #standorte.section{
    padding-top:40px;
  }
  #standorte .center.narrow{
    margin-bottom:0;
  }
  #standorte .center.narrow .eyebrow{
    margin-bottom:7px;
  }
  #standorte .center.narrow h2{
    margin-bottom:8px;
  }
  #standorte .center.narrow .lead{
    font-size:15px;
    line-height:1.45;
    margin-bottom:14px;
  }
  .mobile-location-jump{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    margin:14px 0 18px;
    position:sticky;
    top:74px;
    z-index:20;
    padding:8px;
    border:1px solid rgba(50,57,147,.12);
    border-radius:16px;
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(10px);
    box-shadow:0 12px 28px rgba(10,25,55,.08);
  }
  .mobile-location-jump a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:8px 6px;
    border-radius:11px;
    background:linear-gradient(135deg,var(--blue),var(--blue3));
    color:#fff;
    text-decoration:none;
    font-size:12px;
    font-weight:900;
    line-height:1.1;
    text-align:center;
  }
  .location-choice{
    margin-top:16px;
    gap:18px;
  }
  .location-card{
    scroll-margin-top:138px;
  }
  .location-card img{
    height:180px;
  }
  .location-card .pad{
    padding:20px;
  }
  .location-card h3{
    font-size:24px;
    margin-bottom:8px;
  }
  .location-card .pad > p:not(.eyebrow){
    min-height:0;
    margin-bottom:12px;
    line-height:1.45;
  }
  .location-info{
    margin:12px 0 16px;
    padding:8px 0;
  }
  .info-row{
    padding:6px 0;
    grid-template-columns:76px 1fr;
    gap:10px;
  }
  .info-row span{
    font-size:10px;
  }
  .info-row strong,
  .info-row a{
    font-size:14px;
  }
  .info-note{
    margin-top:7px;
    padding:8px 10px;
    font-size:12px;
  }
  .location-card .button-row{
    gap:9px;
  }
  .location-card .button-row .btn{
    min-height:42px;
    padding:11px 12px;
    font-size:13px;
  }
}
@media(max-width:390px){
  .mobile-location-jump a{
    font-size:11px;
    padding-left:3px;
    padding-right:3px;
  }
  .trust-grid small{
    font-size:9px;
  }
}

/* Inca Treatment modern */
.inca-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:34px;
  align-items:center;
}
.inca-hero-image img{
  width:100%;
  height:100%;
  min-height:380px;
  object-fit:cover;
  object-position:center;
  border-radius:28px;
  box-shadow:0 24px 64px rgba(10,25,55,.18);
}
.inca-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:24px;
  align-items:start;
}
.inca-intro-card{
  padding:34px;
}
.inca-note-box{
  width:100%;
  border-radius:28px;
  padding:30px;
  background:linear-gradient(180deg,rgba(50,57,147,.08) 0%, rgba(255,255,255,.92) 100%);
  border:1px solid rgba(50,57,147,.12);
  box-shadow:0 18px 40px rgba(10,25,55,.08);
}
.inca-note-box h3{
  margin:0 0 12px;
  color:var(--blue);
}
.inca-treatment-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  margin-top:34px;
}
.inca-treatment-card{
  padding:32px;
}
.inca-treatment-card h3,
.inca-benefit-card h3{
  color:var(--blue);
}
.inca-badge{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(196,152,84,.14);
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
  margin-bottom:16px;
}
.inca-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:34px;
}
.inca-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  margin-top:34px;
}
.inca-dark-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);
  gap:42px;
  align-items:center;
}
.inca-dark .image-card img{
  height:380px;
  object-fit:cover;
}
.inca-cta-card{
  padding:36px;
}
@media(max-width:980px){
  .inca-hero-grid,
  .inca-intro-grid,
  .inca-treatment-grid,
  .inca-benefit-grid,
  .inca-steps,
  .inca-dark-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:640px){
  .inca-hero-image img,
  .inca-dark .image-card img{
    min-height:260px;
    height:260px;
  }
}

/* Head Spa & Kopfhautpflege modern */
.headspa-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:34px;
  align-items:center;
}
.headspa-hero-image img{
  width:100%;
  height:100%;
  min-height:380px;
  object-fit:cover;
  object-position:center;
  border-radius:28px;
  box-shadow:0 24px 64px rgba(10,25,55,.18);
}
.headspa-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:24px;
  align-items:start;
}
.headspa-intro-card{
  padding:34px;
}
.headspa-note-box{
  width:100%;
  border-radius:28px;
  padding:30px;
  background:linear-gradient(180deg,rgba(50,57,147,.08) 0%, rgba(255,255,255,.92) 100%);
  border:1px solid rgba(50,57,147,.12);
  box-shadow:0 18px 40px rgba(10,25,55,.08);
}
.headspa-note-box h3{
  margin:0 0 12px;
  color:var(--blue);
}
.headspa-treatment-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:34px;
}
.headspa-treatment-card{
  padding:32px;
}
.headspa-treatment-card h3{
  color:var(--blue);
}
.headspa-badge{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(196,152,84,.14);
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
  margin-bottom:16px;
}
.headspa-video-grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(280px,.75fr);
  gap:34px;
  align-items:center;
}
.headspa-video-card{
  border-radius:28px;
  overflow:hidden;
  background:#07172f;
  box-shadow:0 24px 64px rgba(10,25,55,.18);
}
.headspa-video-card video{
  width:100%;
  display:block;
  aspect-ratio:9/16;
  object-fit:cover;
  background:#07172f;
}
.headspa-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  margin-top:34px;
}
.headspa-dark-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);
  gap:42px;
  align-items:center;
}
.headspa-dark .image-card img{
  height:380px;
  object-fit:cover;
}
.headspa-cta-card{
  padding:36px;
}
@media(max-width:980px){
  .headspa-hero-grid,
  .headspa-intro-grid,
  .headspa-treatment-grid,
  .headspa-video-grid,
  .headspa-steps,
  .headspa-dark-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:640px){
  .headspa-hero-image img,
  .headspa-dark .image-card img{
    min-height:260px;
    height:260px;
  }
  .headspa-video-card video{
    aspect-ratio:4/5;
  }
}

/* Leistungen nach Standort */
.service-by-location .center.narrow{
  margin-bottom:30px;
}
.service-location-jump{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin:10px 0 36px;
}
.service-location-jump a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:11px 18px;
  border-radius:999px;
  background:#fff;
  color:var(--blue);
  border:1px solid rgba(50,57,147,.16);
  box-shadow:0 10px 24px rgba(10,25,55,.06);
  text-decoration:none;
  font-weight:900;
}
.service-location-jump a:hover{
  background:linear-gradient(135deg,var(--blue),var(--blue3));
  color:#fff;
  transform:translateY(-1px);
}
.location-service-section{
  padding:34px 0 42px;
  border-top:1px solid var(--line);
  scroll-margin-top:110px;
}
.location-service-section:first-of-type{
  border-top:0;
}
.location-service-head{
  max-width:760px;
  margin-bottom:24px;
}
.location-service-head h2{
  margin-bottom:8px;
}
.location-service-head p:last-child{
  color:var(--muted);
  font-size:18px;
  line-height:1.6;
}
.service-location-grid{
  align-items:stretch;
}
.location-service-card{
  height:100%;
}
.location-service-card .pad{
  display:flex;
  flex-direction:column;
  height:100%;
}
.location-service-card .pad p{
  margin-bottom:18px;
}
.location-service-card .tag{
  align-self:flex-start;
  margin-top:auto;
}
.location-service-card img{
  height:230px;
  object-fit:cover;
}
.single-location-services{
  background:linear-gradient(180deg,#fff 0%,#fbfaf8 100%);
}
@media(max-width:700px){
  .service-location-jump{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    margin:4px 0 24px;
  }
  .service-location-jump a{
    min-height:38px;
    padding:8px 6px;
    font-size:12px;
  }
  .location-service-section{
    padding:26px 0 32px;
    scroll-margin-top:90px;
  }
  .location-service-head p:last-child{
    font-size:15px;
  }
  .location-service-card img{
    height:205px;
  }
}

/* Haarfarbe & Balayage modern */
.color-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:34px;
  align-items:center;
}
.color-hero-image img{
  width:100%;
  height:100%;
  min-height:380px;
  object-fit:cover;
  object-position:center;
  border-radius:28px;
  box-shadow:0 24px 64px rgba(10,25,55,.18);
}
.color-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:24px;
  align-items:start;
}
.color-intro-card{
  padding:34px;
}
.color-note-box{
  width:100%;
  border-radius:28px;
  padding:30px;
  background:linear-gradient(180deg,rgba(50,57,147,.08) 0%, rgba(255,255,255,.92) 100%);
  border:1px solid rgba(50,57,147,.12);
  box-shadow:0 18px 40px rgba(10,25,55,.08);
}
.color-note-box h3{
  margin:0 0 12px;
  color:var(--blue);
}
.color-treatment-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:34px;
}
.color-treatment-card{
  padding:30px;
}
.color-treatment-card h3,
.color-benefit-card h3{
  color:var(--blue);
}
.color-badge{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(196,152,84,.14);
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
  margin-bottom:16px;
}
.color-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:34px;
}
.color-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  margin-top:34px;
}
.color-dark-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);
  gap:42px;
  align-items:center;
}
.color-dark .image-card img{
  height:380px;
  object-fit:cover;
}
.color-cta-card{
  padding:36px;
}
@media(max-width:980px){
  .color-hero-grid,
  .color-intro-grid,
  .color-treatment-grid,
  .color-benefit-grid,
  .color-steps,
  .color-dark-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:640px){
  .color-hero-image img,
  .color-dark .image-card img{
    min-height:260px;
    height:260px;
  }
}

/* Haarschnitt & Styling modern */
.haircut-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:34px;
  align-items:center;
}
.haircut-hero-image img{
  width:100%;
  height:100%;
  min-height:380px;
  object-fit:cover;
  object-position:center;
  border-radius:28px;
  box-shadow:0 24px 64px rgba(10,25,55,.18);
}
.haircut-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:24px;
  align-items:start;
}
.haircut-intro-card{
  padding:34px;
}
.haircut-note-box{
  width:100%;
  border-radius:28px;
  padding:30px;
  background:linear-gradient(180deg,rgba(50,57,147,.08) 0%, rgba(255,255,255,.92) 100%);
  border:1px solid rgba(50,57,147,.12);
  box-shadow:0 18px 40px rgba(10,25,55,.08);
}
.haircut-note-box h3{
  margin:0 0 12px;
  color:var(--blue);
}
.haircut-training-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:34px;
}
.haircut-training-card{
  padding:30px;
}
.haircut-training-card h3{
  color:var(--blue);
}
.haircut-badge{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(196,152,84,.14);
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
  margin-bottom:16px;
}
.haircut-gallery{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:34px;
}
.haircut-gallery figure{
  margin:0;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 18px 40px rgba(10,25,55,.08);
}
.haircut-gallery img{
  width:100%;
  height:260px;
  object-fit:cover;
  display:block;
}
.haircut-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  margin-top:34px;
}
.haircut-dark-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);
  gap:42px;
  align-items:center;
}
.haircut-dark .image-card img{
  height:380px;
  object-fit:cover;
}
.haircut-cta-card{
  padding:36px;
}
@media(max-width:980px){
  .haircut-hero-grid,
  .haircut-intro-grid,
  .haircut-training-grid,
  .haircut-steps,
  .haircut-dark-grid{
    grid-template-columns:1fr;
  }
  .haircut-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:640px){
  .haircut-hero-image img,
  .haircut-dark .image-card img{
    min-height:260px;
    height:260px;
  }
  .haircut-gallery{
    grid-template-columns:1fr;
  }
  .haircut-gallery img{
    height:230px;
  }
}

/* Startseite: kompakter Leistungs-Teaser */
.home-services-teaser{
  display:grid;
  grid-template-columns:minmax(300px,.92fr) minmax(0,1.08fr);
  gap:34px;
  align-items:center;
  padding:28px;
  border-radius:32px;
  background:linear-gradient(135deg,#fff 0%,#fbfaf8 58%,rgba(50,57,147,.06) 100%);
  border:1px solid rgba(50,57,147,.10);
  box-shadow:0 24px 70px rgba(10,25,55,.10);
}
.home-services-teaser-image{
  margin:0;
  border-radius:26px;
  overflow:hidden;
  min-height:320px;
  background:#f4f0ea;
}
.home-services-teaser-image img{
  width:100%;
  height:100%;
  min-height:320px;
  object-fit:cover;
  display:block;
}
.home-services-teaser-copy{
  padding:10px 12px;
}
.home-services-teaser-copy h2{
  margin-bottom:14px;
}
.home-services-teaser-copy .lead{
  color:var(--muted);
  margin-bottom:24px;
}
@media(max-width:820px){
  .home-services-teaser{
    grid-template-columns:1fr;
    gap:20px;
    padding:18px;
    border-radius:26px;
  }
  .home-services-teaser-image,
  .home-services-teaser-image img{
    min-height:230px;
  }
  .home-services-teaser-copy{
    padding:2px 4px 6px;
  }
}

/* Startseite: Blog-Teaser heller und passender */
.home-blog-teaser-section{
  background:linear-gradient(180deg,#faf7f2 0%,#fefdfb 100%);
}
.home-blog-teaser-grid{
  align-items:center;
}
.home-blog-teaser-image{
  margin:0;
  overflow:hidden;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(50,57,147,.08);
  box-shadow:0 22px 60px rgba(10,25,55,.08);
}
.home-blog-teaser-image img{
  width:100%;
  aspect-ratio:4/3;
  height:auto;
  display:block;
  object-fit:cover;
}
@media(max-width:820px){
  .home-blog-teaser-image{
    border-radius:22px;
  }
}

/* Firmengeschichte modern */
.history-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:34px;
  align-items:center;
}
.history-hero-image{
  margin:0;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 24px 64px rgba(10,25,55,.16);
  background:#f8f3ea;
}
.history-hero-image img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  display:block;
}
.history-intro-grid,
.history-book-grid,
.history-dark-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);
  gap:34px;
  align-items:center;
}
.history-intro-card{
  padding:34px;
}
.history-note-box{
  border-radius:28px;
  padding:30px;
  background:linear-gradient(180deg,rgba(50,57,147,.08) 0%,rgba(255,255,255,.94) 100%);
  border:1px solid rgba(50,57,147,.12);
  box-shadow:0 18px 40px rgba(10,25,55,.08);
}
.history-note-box h3{
  margin:0 0 12px;
  color:var(--blue);
}
.history-timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  margin-top:38px;
}
.history-timeline-card{
  padding:30px;
  position:relative;
}
.history-year{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:72px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(196,152,84,.15);
  color:var(--gold);
  font-weight:900;
  margin-bottom:14px;
}
.history-timeline-card h3{
  color:var(--blue);
}
.history-dark .history-values{
  display:grid;
  gap:16px;
}
.history-values div{
  padding:22px;
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
}
.history-values strong{
  display:block;
  color:#fff;
  font-size:22px;
  margin-bottom:5px;
}
.history-values span{
  color:rgba(255,255,255,.76);
}
.home-history-teaser{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);
  gap:32px;
  align-items:center;
  padding:28px;
  border-radius:32px;
  background:linear-gradient(135deg,#fff 0%,#fbfaf8 58%,rgba(196,152,84,.08) 100%);
  border:1px solid rgba(196,152,84,.18);
  box-shadow:0 24px 70px rgba(10,25,55,.09);
}
.home-history-teaser-image{
  margin:0;
  border-radius:26px;
  overflow:hidden;
  background:#f8f3ea;
}
.home-history-teaser-image img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  display:block;
}
.home-history-teaser-copy{
  padding:8px 10px;
}
@media(max-width:980px){
  .history-hero-grid,
  .history-intro-grid,
  .history-book-grid,
  .history-dark-grid,
  .home-history-teaser{
    grid-template-columns:1fr;
  }
  .history-timeline{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:640px){
  .history-timeline{
    grid-template-columns:1fr;
  }
  .home-history-teaser{
    padding:18px;
    border-radius:26px;
  }
}

/* Karriere-Seiten und Startseiten-Teaser */
.career-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:34px;
  align-items:center;
}
.career-hero-image{
  margin:0;
  border-radius:30px;
  overflow:hidden;
  background:#f8f3ea;
  box-shadow:0 24px 64px rgba(10,25,55,.16);
}
.career-hero-image img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  display:block;
}
.career-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:34px;
}
.career-benefit-card,
.career-learning-card{
  padding:30px;
}
.career-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:999px;
  background:rgba(196,152,84,.16);
  color:var(--gold);
  font-weight:900;
  margin-bottom:16px;
  font-size:22px;
}
.career-benefit-card h3,
.career-learning-card h3{
  color:var(--blue);
}
.career-split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);
  gap:34px;
  align-items:start;
}
.career-check-card{
  border-radius:28px;
  padding:30px;
  background:linear-gradient(180deg,rgba(50,57,147,.08) 0%,rgba(255,255,255,.96) 100%);
  border:1px solid rgba(50,57,147,.12);
  box-shadow:0 18px 42px rgba(10,25,55,.08);
}
.career-check-card h3{
  color:var(--blue);
  margin-top:0;
}
.career-check-list{
  list-style:none;
  padding:0;
  margin:18px 0 0;
  display:grid;
  gap:12px;
}
.career-check-list li{
  position:relative;
  padding-left:28px;
  color:var(--muted);
}
.career-check-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.45em;
  width:12px;
  height:12px;
  border-radius:999px;
  background:var(--gold);
  box-shadow:0 0 0 5px rgba(196,152,84,.13);
}
.career-learning-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  margin-top:34px;
}
.career-cta{
  max-width:850px;
  text-align:center;
}
.career-cta .button-row{
  justify-content:center;
}
.home-career-section{
  background:linear-gradient(180deg,#fefdfb 0%,#faf7f2 100%);
}
.home-career-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  margin-top:34px;
}
.home-career-card{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  min-height:310px;
  padding:32px;
  background:linear-gradient(135deg,#fff 0%,#fbfaf8 58%,rgba(50,57,147,.08) 100%);
  border:1px solid rgba(50,57,147,.10);
  box-shadow:0 22px 58px rgba(10,25,55,.09);
}
.home-career-card::after{
  content:"";
  position:absolute;
  right:-80px;
  bottom:-100px;
  width:270px;
  height:270px;
  border-radius:50%;
  background:rgba(50,57,147,.08);
}
.home-career-card-gold{
  background:linear-gradient(135deg,#fff 0%,#fbfaf8 58%,rgba(196,152,84,.12) 100%);
  border-color:rgba(196,152,84,.18);
}
.home-career-card-gold::after{
  background:rgba(196,152,84,.13);
}
.home-career-card-copy{
  position:relative;
  z-index:1;
  max-width:560px;
}
.home-career-card h3{
  color:var(--blue);
  font-size:clamp(26px,3vw,38px);
  margin-bottom:12px;
}
.home-career-card p{
  color:var(--muted);
  margin-bottom:22px;
}
@media(max-width:980px){
  .career-hero-grid,
  .career-split{
    grid-template-columns:1fr;
  }
  .career-benefit-grid,
  .career-learning-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:720px){
  .home-career-grid,
  .career-benefit-grid,
  .career-learning-grid{
    grid-template-columns:1fr;
  }
  .home-career-card{
    min-height:auto;
    padding:24px;
    border-radius:24px;
  }
}
