:root {
  --ink: #19191b;
  --ink-soft: #2a292c;
  --paper: #f8f5f2;
  --white: #fff;
  --accent: #a7194b;
  --accent-dark: #7e1238;
  --rose: #d5a6b5;
  --muted: #706b6d;
  --line: rgba(25, 25, 27, .12);
  --shadow: 0 24px 70px rgba(28, 16, 20, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; left: 1rem; top: -5rem; padding: .75rem 1rem; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(22,22,24,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { width: min(1450px, calc(100% - 40px)); min-height: 92px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { position: relative; display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1; min-width: 270px; }
.brand-main { color: #a72a4f; font-size: clamp(1.5rem, 2.2vw, 2.25rem); font-weight: 300; letter-spacing: -.07em; }
.brand-sub { align-self: center; margin-top: .2rem; padding: .27rem .75rem .32rem; color: white; background: #8d2d46; font-size: 1rem; font-weight: 700; transform: rotate(-2deg); }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.5rem); }
.main-nav a { color: #eee9eb; text-decoration: none; font-size: .98rem; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.55rem; height: 2px; background: var(--accent); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 28px; height: 2px; background: white; margin: 6px; transition: .25s; }

.hero { position: relative; min-height: calc(100vh - 92px); display: grid; align-items: center; overflow: hidden; background: #222; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: grayscale(1) contrast(1.04); transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,14,16,.84) 0%, rgba(15,14,16,.55) 42%, rgba(15,14,16,.08) 72%), linear-gradient(0deg, rgba(15,14,16,.35), transparent 50%); }
.hero-content { position: relative; z-index: 2; width: min(1450px, calc(100% - 40px)); margin: auto; padding: 7rem 0; color: white; }
.hero-content > * { max-width: 720px; }
.eyebrow { margin: 0 0 1rem; color: var(--accent); text-transform: uppercase; font-size: .75rem; letter-spacing: .2em; font-weight: 800; }
.hero .eyebrow { color: #f0b5c7; }
.hero h1 { margin: 0 0 1.5rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.1rem, 7vw, 7.8rem); line-height: .93; font-weight: 400; letter-spacing: -.055em; }
.hero-content > p:not(.eyebrow) { font-size: clamp(1rem, 1.5vw, 1.25rem); color: rgba(255,255,255,.82); }
.hero-actions { display: flex; gap: 1rem; margin-top: 2.3rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .8rem 1.35rem; border: 1px solid transparent; border-radius: 4px; text-decoration: none; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: white; }
.button-primary:hover { background: var(--accent-dark); }
.button-ghost { border-color: rgba(255,255,255,.65); color: white; }
.button-ghost:hover { background: white; color: var(--ink); }
.scroll-hint { position: absolute; z-index: 3; left: 50%; bottom: 1.5rem; color: white; text-decoration: none; font-size: 2rem; animation: float 1.8s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(8px); } }

.section { width: min(1320px, calc(100% - 40px)); margin: auto; padding: clamp(5.5rem, 9vw, 9rem) 0; }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1.02; font-weight: 400; letter-spacing: -.045em; }
h3 { line-height: 1.2; }
.lead { font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.5; }

.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.value-list { border-top: 1px solid var(--line); }
.value-list article { display: grid; grid-template-columns: 56px 140px 1fr; align-items: baseline; gap: 1rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.value-list span { color: var(--accent); font-weight: 800; }
.value-list h3, .value-list p { margin: 0; }

.services { width: 100%; background: var(--ink); color: white; padding-left: max(20px, calc((100% - 1320px)/2)); padding-right: max(20px, calc((100% - 1320px)/2)); }
.services .section-heading p:not(.eyebrow) { color: #bbb5b7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.service-card { min-height: 280px; padding: 2.3rem; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .25s, transform .25s; }
.service-card:hover { background: #252326; transform: translateY(-4px); }
.service-card.featured { background: var(--accent); }
.service-icon { color: #e9afc0; font-size: 2.2rem; }
.service-card.featured .service-icon { color: white; }
.service-card h3 { margin: 1.8rem 0 .75rem; font-size: 1.45rem; }
.service-card p { color: #c8c1c3; }
.service-card.featured p { color: white; }
.note { margin-top: 1.5rem; color: #aaa3a5; font-size: .88rem; }

.team { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.person-card { margin: 0; }
.portrait { aspect-ratio: .76; border-radius: 180px 180px 16px 16px; box-shadow: var(--shadow); background: linear-gradient(150deg, #d4c5c0, #86787c); position: relative; overflow: hidden; }
.portrait::before { content: ""; position: absolute; width: 46%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.48); left: 27%; top: 16%; box-shadow: 0 105px 0 34px rgba(255,255,255,.28); }
.portrait-two { background: linear-gradient(150deg, #bea9aa, #5e5558); }
.portrait-three { background: linear-gradient(150deg, #d3c8bc, #777067); }
.person-card h3 { margin: 1.2rem 0 .25rem; }
.person-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.gallery { width: 100%; padding-left: max(20px, calc((100% - 1320px)/2)); padding-right: max(20px, calc((100% - 1320px)/2)); background: #e9e2df; }
.gallery-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 280px 280px; gap: 1rem; }
.gallery-item { position: relative; border: 0; overflow: hidden; cursor: pointer; background: #aaa; padding: 0; }
.gallery-item::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(0,0,0,.3)), radial-gradient(circle at 25% 25%, rgba(255,255,255,.35), transparent 26%); transition: transform .45s; }
.gallery-item:hover::before { transform: scale(1.05); }
.gallery-item span { position: absolute; left: 1.3rem; bottom: 1.1rem; color: white; font-weight: 800; z-index: 2; }
.gallery-a { grid-row: 1 / span 2; background: linear-gradient(155deg, #b8aa9f, #42393a); }
.gallery-b { background: linear-gradient(155deg, #c6b4b8, #6e4f58); }
.gallery-c { background: linear-gradient(155deg, #d9c0af, #8d5d51); }
.gallery-d { background: linear-gradient(155deg, #cfc9c2, #77736e); }
.gallery-e { background: linear-gradient(155deg, #bd9aaa, #654050); }

.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.price-card { padding: 2rem; border: 1px solid var(--line); background: rgba(255,255,255,.56); border-radius: var(--radius); }
.price-card.accent { background: var(--accent); color: white; }
.price-card h3 { font-family: Georgia, serif; font-size: 2rem; font-weight: 400; margin-top: 0; }
.price-card dl { margin: 0; }
.price-card dl div { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.price-card.accent dl div { border-color: rgba(255,255,255,.25); }
.price-card dt { font-weight: 600; }
.price-card dd { margin: 0; white-space: nowrap; }

.contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 8rem); }
.contact-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.contact-details p { margin: 0; }
.contact-details a { color: var(--accent); }
.hours-card { padding: clamp(2rem, 5vw, 4rem); background: var(--ink); color: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.hours-card h3 { margin-top: 0; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 400; }
.hours-card dl div { display: flex; justify-content: space-between; padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.hours-card dd { margin: 0; }
.hours-card small { display: block; color: #aaa; margin-top: 1rem; }

.site-footer { padding: 3rem max(20px, calc((100% - 1320px)/2)); background: #121214; color: #ddd; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 1rem 3rem; }
.footer-location { margin-left: .7rem; color: #aaa; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { color: #bbb; text-decoration: none; }
.site-footer p { margin: 0; color: #777; font-size: .85rem; }

.lightbox { width: min(900px, calc(100% - 32px)); border: 0; padding: 0; border-radius: 16px; background: #151517; color: white; box-shadow: 0 40px 120px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(0,0,0,.75); backdrop-filter: blur(6px); }
.lightbox-visual { height: min(65vh, 600px); background: linear-gradient(155deg, #b8aa9f, #42393a); }
.lightbox-caption { margin: 0; padding: 1rem 1.3rem 1.3rem; }
.lightbox-close { position: absolute; top: .7rem; right: .7rem; width: 42px; height: 42px; border-radius: 50%; border: 0; background: white; font-size: 1.7rem; cursor: pointer; z-index: 3; }

.reveal { opacity: 0; transform: translateY(24px); transition: .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 92px; padding: 1.2rem 20px 2rem; background: #161618; display: grid; gap: 0; transform-origin: top; transform: scaleY(0); opacity: 0; pointer-events: none; transition: .2s ease; }
  .main-nav.open { transform: scaleY(1); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .intro-grid, .team, .contact { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .team-copy { max-width: 700px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 230px 230px; }
  .gallery-a { grid-column: 1 / span 2; grid-row: auto; }
}

@media (max-width: 680px) {
  .header-inner { min-height: 78px; width: min(100% - 28px, 1450px); }
  .brand { min-width: 220px; }
  .brand-main { font-size: 1.5rem; }
  .brand-sub { font-size: .82rem; }
  .main-nav { top: 78px; }
  .hero { min-height: 780px; }
  .hero > img { object-position: 58% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(15,14,16,.92) 0%, rgba(15,14,16,.5) 65%, rgba(15,14,16,.2)); }
  .hero-content { align-self: end; padding: 8rem 0 6.5rem; width: calc(100% - 32px); }
  .hero h1 { font-size: clamp(3.3rem, 16vw, 5.4rem); }
  .button { width: 100%; }
  .section { width: calc(100% - 32px); }
  .value-list article { grid-template-columns: 44px 1fr; }
  .value-list article p { grid-column: 2; }
  .service-grid, .price-grid, .team-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .team-grid { gap: 2.5rem; }
  .portrait { aspect-ratio: 1 / 1.15; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 250px); }
  .gallery-a { grid-column: auto; }
  .contact-details { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Produktpartner */
.products { position: relative; }
.products::before { content: ""; position: absolute; inset: 0 50% auto; width: 100vw; height: 100%; transform: translateX(-50%); background: #f2eeec; z-index: -1; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; align-items: stretch; }
.product-card { display: flex; flex-direction: column; min-height: 100%; color: var(--ink); text-decoration: none; background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 14px 36px rgba(30,25,27,.07); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover, .product-card:focus-visible { transform: translateY(-7px); box-shadow: 0 24px 56px rgba(30,25,27,.14); border-color: rgba(181,19,92,.45); }
.product-logo-wrap { min-height: 190px; padding: 1.8rem; display: grid; place-items: center; background: #fff; border-bottom: 1px solid var(--line); }
.product-logo-wrap img { display: block; width: 100%; max-width: 250px; max-height: 135px; object-fit: contain; }
.product-copy { display: flex; flex-direction: column; flex: 1; padding: 1.55rem; }
.product-copy h3 { margin: 0 0 .7rem; font-size: 1.25rem; }
.product-copy p { margin: 0 0 1.5rem; color: var(--muted); }
.product-copy > span { margin-top: auto; color: var(--accent); font-weight: 800; }

@media (max-width: 1100px) { .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .product-grid { grid-template-columns: 1fr; } .product-logo-wrap { min-height: 165px; } }

/* Salon-Inhalte */
.salon-section { padding-bottom: clamp(6rem, 10vw, 10rem); }
.salon-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; margin-bottom: 4rem; }
.salon-copy a { color: var(--accent); font-weight: 800; }
.salon-facts { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.salon-facts article { min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 1.6rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.42); }
.salon-facts strong { color: var(--accent); font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; line-height: 1; }
.salon-facts span { margin-top: .55rem; font-weight: 750; }
.salon-facts small { color: var(--muted); font-weight: 500; }
.salon-images { display: grid; grid-template-columns: 1.35fr .65fr; gap: 1.2rem; align-items: stretch; }
.salon-image { margin: 0; position: relative; overflow: hidden; min-height: 560px; border-radius: var(--radius); box-shadow: var(--shadow); background: #ddd; }
.salon-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.salon-image:hover img { transform: scale(1.025); }
.salon-image-wide img { object-position: center; }
.salon-image-team img { object-position: center; }
.salon-image figcaption { position: absolute; left: 1.3rem; right: 1.3rem; bottom: 1.3rem; padding: 1rem 1.1rem; color: white; background: rgba(18,18,20,.82); backdrop-filter: blur(8px); border-radius: 10px; font-weight: 700; }

.team-feature { margin: 0; position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); min-height: 520px; }
.team-feature img { width: 100%; height: 100%; object-fit: cover; }
.team-feature figcaption { position: absolute; inset: auto 1.4rem 1.4rem; padding: 1.2rem 1.3rem; display: flex; flex-direction: column; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); border-radius: 12px; }
.team-feature figcaption strong { color: var(--accent); font-size: 1.15rem; }
.team-feature figcaption span { color: var(--muted); }

.actual-gallery { grid-template-columns: 1.3fr .8fr; grid-template-rows: 280px 280px; }
.gallery-photo { background-size: cover; background-position: center; }
.gallery-photo::before { background: linear-gradient(0deg, rgba(0,0,0,.62), transparent 58%); }
.gallery-salon { grid-row: 1 / span 2; background-image: url('assets/salon-innenraum.png'); }
.gallery-team-photo { background-image: url('assets/team-salon.png'); background-position: center 35%; }
.gallery-message { padding: 2.2rem; background: var(--accent); color: white; display: flex; flex-direction: column; justify-content: flex-end; }
.gallery-message .eyebrow { color: #f3bdce; }
.gallery-message h3 { margin: 0 0 .6rem; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.gallery-message p { margin: 0; color: rgba(255,255,255,.86); }

.contact-address { margin-top: 2rem; font-style: normal; font-size: 1.12rem; }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem; margin-top: 2rem; }
.button-contact { background: var(--accent); color: white; }
.button-contact:hover { background: var(--accent-dark); }
.button-outline-dark { border-color: var(--ink); color: var(--ink); }
.button-outline-dark:hover { background: var(--ink); color: white; }
.text-link { color: var(--accent); font-weight: 800; text-underline-offset: 4px; }
.hours-card .eyebrow { color: #efadc2; }
.hours-card > p:not(.eyebrow) { color: #d0c9cb; }
.cancellation-note { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.18); }
.cancellation-note strong { color: white; }
.cancellation-note p { margin-bottom: 0; color: #c8c1c3; }

@media (max-width: 1000px) {
  .salon-story { grid-template-columns: 1fr; }
  .salon-images { grid-template-columns: 1fr; }
  .salon-image { min-height: 500px; }
  .salon-image-team { min-height: 580px; }
  .actual-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 430px 250px; }
  .gallery-salon { grid-column: 1 / span 2; grid-row: auto; }
}
@media (max-width: 680px) {
  .salon-facts { grid-template-columns: 1fr 1fr; }
  .salon-facts article { min-height: 125px; padding: 1.2rem; }
  .salon-image, .salon-image-team { min-height: 380px; }
  .actual-gallery { grid-template-columns: 1fr; grid-template-rows: 320px 320px auto; }
  .gallery-salon { grid-column: auto; }
  .gallery-message { min-height: 250px; }
  .contact-actions .button { width: 100%; }
}
.lightbox-visual { background-repeat: no-repeat; background-position: center; background-size: cover; }

/* Team profiles */
.team-section { background: linear-gradient(180deg, #fff 0%, #faf7f8 100%); }
.team-hero-photo { margin: 2.5rem auto 3rem; max-width: 1180px; position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.team-hero-photo img { width: 100%; max-height: 680px; object-fit: cover; object-position: center 34%; display: block; }
.team-hero-photo figcaption { position: absolute; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; padding: 1.15rem 1.3rem; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); border-radius: 12px; display: flex; flex-direction: column; }
.team-hero-photo figcaption strong { color: var(--accent); font-size: 1.2rem; }
.team-hero-photo figcaption span { color: var(--muted); }
.team-profiles { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.5rem; max-width: 1180px; margin: 0 auto; align-items: start; }
.team-profile { background: #fff; border: 1px solid rgba(40,31,34,.1); border-radius: var(--radius); box-shadow: 0 18px 50px rgba(40,31,34,.08); padding: clamp(1.5rem,3vw,2.4rem); }
.team-profile-head { padding-bottom: 1.25rem; margin-bottom: 1.35rem; border-bottom: 1px solid rgba(40,31,34,.1); }
.team-role { margin: 0 0 .25rem; color: var(--accent); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.team-profile h3 { margin: 0; font-size: clamp(1.65rem,3vw,2.2rem); }
.team-birth { margin: .25rem 0 0; color: var(--muted); }
.qualification-block h4 { margin: 0 0 .8rem; color: var(--accent); font-size: 1.05rem; }
.qualification-block ul, .training-list ul { margin: 0; padding-left: 1.2rem; }
.qualification-block li, .training-list li { margin: .42rem 0; line-height: 1.5; }
.training-list { margin-top: 1.3rem; border-top: 1px solid rgba(40,31,34,.1); padding-top: 1rem; }
.training-list summary { cursor: pointer; color: var(--accent); font-weight: 800; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.training-list summary::-webkit-details-marker { display: none; }
.training-list summary::after { content: '+'; font-size: 1.5rem; line-height: 1; }
.training-list[open] summary::after { content: '–'; }
.training-list ul { margin-top: 1rem; }
.gallery-team-portrait { background-image: url('assets/team-portrait.png'); background-position: center 35%; }
@media (max-width: 820px) {
  .team-profiles { grid-template-columns: 1fr; }
  .team-hero-photo img { min-height: 440px; }
}
@media (max-width: 560px) {
  .team-hero-photo { margin-top: 1.5rem; }
  .team-hero-photo img { min-height: 360px; }
  .team-hero-photo figcaption { position: static; border-radius: 0; }
}

/* 10-jähriges Firmenjubiläum */
.anniversary-section {
  position: relative;
  overflow: hidden;
}
.anniversary-section::before {
  content: "";
  position: absolute;
  inset: 0 50% auto;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: linear-gradient(145deg, #f7f1f3 0%, #fff 62%);
  z-index: -1;
}
.anniversary-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}
.anniversary-photo {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #ddd;
  box-shadow: var(--shadow);
}
.anniversary-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.anniversary-photo figcaption {
  padding: 1rem 1.2rem;
  color: var(--muted);
  background: #fff;
  font-size: .95rem;
}
.anniversary-story {
  padding-top: .3rem;
}
.anniversary-story .lead {
  margin-top: 0;
}
.anniversary-reflection {
  margin-top: 2rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.15rem 0;
}
.anniversary-reflection summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--accent);
  font-weight: 800;
}
.anniversary-reflection summary::-webkit-details-marker { display: none; }
.anniversary-reflection summary::after {
  content: "+";
  font-size: 1.6rem;
  line-height: 1;
}
.anniversary-reflection[open] summary::after { content: "–"; }
.reflection-copy {
  margin-top: 1.4rem;
  color: var(--muted);
}
.reflection-copy > blockquote {
  margin: 1.7rem 0;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--accent);
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-style: italic;
}
.customer-quotes {
  display: grid;
  gap: .8rem;
  margin: 1.3rem 0;
}
.customer-quotes blockquote {
  margin: 0;
  padding: 1rem 1.1rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  font-style: italic;
}
.reflection-ending {
  color: var(--ink);
  font-weight: 800;
}
.signature {
  margin-bottom: 0;
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
}
@media (max-width: 920px) {
  .anniversary-layout { grid-template-columns: 1fr; }
}

/* Teenie-Angebote */
.teen-offer { width: 100%; max-width: none; padding-left: max(20px, calc((100% - 1320px)/2)); padding-right: max(20px, calc((100% - 1320px)/2)); background: var(--ink); color: white; }
.offer-shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.offer-intro h2 { color: white; max-width: 560px; }
.offer-intro p:last-child { color: #c8c4c5; max-width: 500px; }
.offer-cards { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1rem; }
.offer-card { position: relative; min-height: 280px; padding: 2rem; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius); background: rgba(255,255,255,.055); overflow: hidden; }
.offer-card::after { content: ""; position: absolute; inset: auto -45px -70px auto; width: 180px; height: 180px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); }
.offer-number { position: absolute; top: 1.4rem; left: 1.5rem; color: var(--accent-light, #d43b7b); font-weight: 900; letter-spacing: .12em; }
.offer-card h3 { margin: 0 0 1rem; font-family: Georgia, serif; font-size: clamp(1.45rem, 2.3vw, 2.2rem); font-weight: 400; line-height: 1.15; }
.offer-card h3 span { color: #f1b4cf; }
.offer-card p { color: #d0cccd; margin: 0 0 1rem; }
.offer-price { display: block; font-size: clamp(2rem, 4vw, 3.6rem); color: white; line-height: 1; }
.offer-card small { margin-top: .8rem; color: #c8c4c5; }
.featured-offer { background: linear-gradient(145deg, var(--accent), #821044); border-color: transparent; }
.featured-offer .offer-number, .featured-offer h3 span, .featured-offer p, .featured-offer small { color: white; }

/* Kosmetikstudio */
.cosmetics-section { position: relative; }
.cosmetics-section::before { content: ""; position: absolute; inset: 0 50% auto; width: 100vw; height: 100%; transform: translateX(-50%); background: linear-gradient(135deg, #f4efeb, #ece2dc); z-index: -1; }
.cosmetics-panel { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.cosmetics-copy { max-width: 720px; }
.cosmetics-tags { display: flex; flex-wrap: wrap; gap: .7rem; margin: 2rem 0; }
.cosmetics-tags span { padding: .65rem .9rem; border: 1px solid rgba(181,19,92,.22); border-radius: 999px; background: rgba(255,255,255,.62); font-weight: 700; font-size: .9rem; }
.cosmetics-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem; }
.cosmetics-note { margin-top: 1.3rem; color: var(--muted); font-size: .9rem; }
.flyer-card { min-height: 320px; padding: 2.2rem; display: flex; flex-direction: column; justify-content: space-between; color: var(--ink); text-decoration: none; border-radius: var(--radius); background: white; border: 1px solid var(--line); box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease; }
.flyer-card:hover, .flyer-card:focus-visible { transform: translateY(-7px) rotate(-.4deg); box-shadow: 0 30px 70px rgba(40,25,30,.17); }
.flyer-mark { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: white; font-weight: 900; letter-spacing: .08em; }
.flyer-card span, .flyer-card small { display: block; color: var(--muted); }
.flyer-card strong { display: block; margin: .45rem 0 .7rem; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 400; }
.price-flyer-link { display: inline-block; margin-top: 1.2rem; color: white; font-weight: 800; }

@media (max-width: 1000px) {
  .offer-shell, .cosmetics-panel { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .offer-cards { grid-template-columns: 1fr; }
  .offer-card { min-height: 245px; }
  .cosmetics-actions { align-items: stretch; }
  .flyer-card { min-height: 260px; }
}

/* Themenordner-Galerie */
.gallery-folders {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}
.gallery-folder {
  min-height: 230px;
  position: relative;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  text-align: left;
  background: linear-gradient(145deg, #3b3437, #171719);
  box-shadow: 0 14px 34px rgba(25, 17, 20, .12);
  isolation: isolate;
}
.gallery-folder::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--folder-cover, linear-gradient(145deg, #8c5268, #2b2428));
  background-size: cover;
  background-position: center;
  transition: transform .45s ease;
  z-index: -2;
}
.gallery-folder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15, 12, 14, .86), rgba(15, 12, 14, .05) 70%);
  z-index: -1;
}
.gallery-folder:hover::before,
.gallery-folder:focus-visible::before { transform: scale(1.055); }
.gallery-folder:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.gallery-folder-content {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.15rem;
  color: white;
}
.gallery-folder-icon { display: block; font-size: 1.55rem; margin-bottom: .55rem; }
.gallery-folder-title { display: block; font-family: Georgia, serif; font-size: 1.42rem; line-height: 1.12; }
.gallery-folder-count { display: block; margin-top: .45rem; color: rgba(255,255,255,.72); font-size: .88rem; }

.folder-dialog {
  width: min(1080px, calc(100% - 32px));
  max-height: min(88vh, 900px);
  border: 0;
  border-radius: 22px;
  padding: 0;
  background: #f7f3f1;
  color: var(--text);
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
}
.folder-dialog::backdrop, .lightbox::backdrop { background: rgba(12,10,11,.78); backdrop-filter: blur(5px); }
.folder-dialog-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; padding: 1.6rem 1.7rem 1rem; border-bottom: 1px solid rgba(40,30,34,.1); }
.folder-dialog-head h2 { margin: .15rem 0 0; font-family: Georgia, serif; font-size: clamp(1.75rem, 4vw, 2.7rem); font-weight: 400; }
.folder-dialog-close, .lightbox-close { border: 0; border-radius: 50%; width: 44px; height: 44px; cursor: pointer; font-size: 1.8rem; line-height: 1; background: #fff; color: #251f22; box-shadow: 0 6px 18px rgba(0,0,0,.12); }
.folder-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .9rem; padding: 1.4rem 1.7rem 1.8rem; }
.folder-photo { min-height: 230px; border: 0; padding: 0; border-radius: 14px; overflow: hidden; cursor: zoom-in; background: #ddd; position: relative; }
.folder-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.folder-photo:hover img { transform: scale(1.04); }
.folder-photo span { position: absolute; left: 0; right: 0; bottom: 0; padding: 2.8rem .85rem .75rem; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.75)); text-align: left; font-weight: 700; }
.folder-empty { margin: 0; padding: 3.5rem 1.7rem 4rem; text-align: center; color: #6d6267; }

.lightbox { width: min(1180px, calc(100% - 24px)); max-height: 94vh; border: 0; padding: 0; background: transparent; overflow: visible; }
.lightbox-close { position: fixed; top: 18px; right: 18px; z-index: 3; }
.lightbox-image { display: block; max-width: 100%; max-height: 82vh; width: auto; height: auto; margin: 0 auto; border-radius: 12px; box-shadow: 0 28px 80px rgba(0,0,0,.42); background: #fff; }
.lightbox-caption { margin: .75rem auto 0; color: white; text-align: center; font-weight: 700; }

@media (max-width: 900px) {
  .gallery-folders { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .folder-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .gallery-folders { grid-template-columns: 1fr; }
  .gallery-folder { min-height: 200px; }
  .folder-photo-grid { grid-template-columns: 1fr; padding: 1rem; }
  .folder-dialog-head { padding: 1.2rem 1rem .8rem; }
}

/* === V9: warmer, lighter cream/beige visual direction === */
:root {
  --ink: #302522;
  --ink-soft: #5c4b45;
  --paper: #fbf7f1;
  --white: #fffdf9;
  --accent: #9b3044;
  --accent-dark: #762235;
  --rose: #c98e95;
  --muted: #756963;
  --line: rgba(91, 67, 57, .16);
  --shadow: 0 18px 55px rgba(104, 75, 60, .13);
  --cream: #f4eadc;
  --beige: #ead8c2;
  --sand: #ddc3a5;
}
body { background: linear-gradient(180deg,#fffdf9 0%,#fbf7f1 45%,#f7efe5 100%); }
.site-header { background: rgba(255,252,247,.96); border-bottom: 1px solid rgba(109,79,67,.12); box-shadow: 0 8px 28px rgba(91,67,57,.06); }
.brand-main { color: #352925; }
.brand-sub { color: var(--accent); background: transparent; padding: .2rem 0; transform: none; letter-spacing: .08em; font-family: Georgia, serif; font-style: italic; }
.main-nav a { color: #392d29; }
.menu-toggle span:not(.sr-only) { background: #392d29; }
.hero { background: #eee2d4; min-height: min(760px, calc(100vh - 92px)); }
.hero > img { filter: grayscale(.86) sepia(.16) contrast(.93) brightness(1.08); }
.hero-overlay { background: linear-gradient(90deg,rgba(255,252,247,.96) 0%,rgba(255,249,241,.82) 34%,rgba(255,248,239,.18) 63%,rgba(77,53,44,.10) 100%); }
.hero-content { color: var(--ink); }
.hero .eyebrow { color: var(--accent); }
.hero h1 { color: #332824; text-shadow: 0 2px 18px rgba(255,255,255,.35); }
.hero h1 br + * { color: var(--accent); }
.hero-content > p:not(.eyebrow) { color: #62534d; }
.button-ghost { border-color: rgba(155,48,68,.45); color: var(--accent); background: rgba(255,253,249,.65); }
.button-ghost:hover { background: var(--accent); color: white; }
.scroll-hint { color: var(--accent); }
.section { padding-top: clamp(4.8rem,8vw,8rem); padding-bottom: clamp(4.8rem,8vw,8rem); }
h2 { color: #49362f; }
.salon-section, .team-section, .products, .prices-section, .contact-section { position: relative; }
.salon-story, .offer-shell, .cosmetics-panel, .team-profile, .product-card, .price-card, .gallery-folder-card, .gallery-viewer, .jubiläum-card, .jubilaeum-card { box-shadow: 0 12px 38px rgba(100,72,58,.07); }
.salon-facts article { background: rgba(255,253,249,.8); border: 1px solid var(--line); border-radius: 16px; }
.salon-image img, .team-hero-photo img { border-radius: 18px; }
.services { background: #f2e6d8; color: var(--ink); border-top: 1px solid rgba(119,84,67,.10); border-bottom: 1px solid rgba(119,84,67,.10); }
.services .section-heading p:not(.eyebrow), .service-card p { color: #6f5e57; }
.service-grid { border-color: rgba(94,68,57,.13); gap: 1rem; border: 0; }
.service-card { min-height: 250px; border: 1px solid rgba(94,68,57,.13); border-radius: 18px; background: rgba(255,253,249,.72); box-shadow: 0 10px 30px rgba(96,69,55,.06); }
.service-card:hover { background: #fffaf4; transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card.featured { background: linear-gradient(145deg,#a33a4d,#8d2d40); color: white; }
.service-card.featured p { color: rgba(255,255,255,.9); }
.service-icon { color: var(--accent); }
.note { color: #7b6961; }
.teen-offer { background: transparent; }
.offer-shell { background: linear-gradient(135deg,#fffaf3,#f0dfcc); border: 1px solid rgba(125,89,72,.13); border-radius: 24px; }
.offer-card { background: rgba(255,253,249,.78); border-color: rgba(116,80,65,.15); }
.featured-offer { background: #fff9f1; }
.cosmetics-panel { background: linear-gradient(135deg,#f4e8dc,#fffaf5); border: 1px solid rgba(123,89,73,.12); }
.cosmetics-tags span { background: rgba(255,255,255,.72); border-color: rgba(133,92,75,.16); color: #5b4841; }
.flyer-card { background: rgba(255,253,249,.82); border-color: rgba(132,94,76,.16); }
.product-card { background: rgba(255,253,249,.9); border-color: rgba(116,80,65,.14); }
.product-card:hover { border-color: rgba(155,48,68,.35); box-shadow: var(--shadow); }
.team-hero-photo { background: #efe0d1; border-radius: 22px; overflow: hidden; }
.team-profile { background: rgba(255,253,249,.88); border: 1px solid rgba(116,80,65,.14); border-radius: 20px; }
.gallery { background: #f0e3d5; }
.gallery-folder-card { background: rgba(255,253,249,.88); border-color: rgba(116,80,65,.14); }
.gallery-folder-card:hover { background: #fffaf4; box-shadow: var(--shadow); }
.price-card { background: rgba(255,253,249,.86); }
.price-card.accent { background: linear-gradient(145deg,#a33a4d,#852a3d); }
.hours-card { background: linear-gradient(145deg,#ead8c5,#f7eee4); color: var(--ink); }
.hours-card dl div { border-color: rgba(84,61,51,.14); }
.hours-card small { color: #78665e; }
.site-footer { background: #eadbc9; color: #4c3b35; border-top: 1px solid rgba(106,75,62,.12); }
.site-footer a { color: #4c3b35; }
.lightbox { background: rgba(52,39,34,.88); }

@media (max-width: 980px) {
  .main-nav { background: rgba(255,252,247,.99) !important; }
  .main-nav a { color: #392d29 !important; }
}
.hero-accent { color: var(--accent); }

/* === V10: improved text contrast for the light beige design === */
:root {
  --ink: #2d2421;
  --ink-soft: #473832;
  --muted: #5d504a;
}

/* General copy should remain comfortably readable on cream backgrounds. */
body,
.section,
.salon-copy,
.team-profile,
.product-copy,
.cosmetics-copy,
.price-card,
.contact,
.anniversary-story,
.reflection-copy {
  color: var(--ink);
}
.lead,
.person-card p,
.team-birth,
.team-hero-photo figcaption span,
.salon-facts small,
.product-copy p,
.cosmetics-note,
.flyer-card span,
.flyer-card small,
.anniversary-photo figcaption,
.reflection-copy,
.folder-empty {
  color: var(--muted);
}

/* Services: dark copy on the new pale cards, white only on burgundy featured card. */
.services .section-heading p:not(.eyebrow),
.service-card p,
.note {
  color: #55463f;
}
.service-card h3 { color: #352a26; }
.service-card.featured h3,
.service-card.featured p,
.service-card.featured .service-icon { color: #fff; }

/* Teen offers used to inherit white text from the former black design. */
.teen-offer { color: var(--ink); }
.offer-intro h2 { color: #49362f; }
.offer-intro p:last-child { color: #5c4d46; }
.offer-card { color: var(--ink); }
.offer-card h3 { color: #40312c; }
.offer-card h3 span { color: var(--accent); }
.offer-card p { color: #594941; }
.offer-price { color: var(--accent-dark); }
.offer-card small { color: #65564f; }
.featured-offer { color: var(--ink); }
.featured-offer .offer-number { color: var(--accent); }
.featured-offer h3,
.featured-offer h3 span { color: #40312c; }
.featured-offer p { color: #594941; }
.featured-offer small { color: #65564f; }
.featured-offer .offer-price { color: var(--accent-dark); }

/* Cosmetics and cards. */
.cosmetics-tags span { color: #493a34; }
.flyer-card { color: #302622; }

/* Opening-hours card is now beige, so all copy must be dark. */
.hours-card { color: #302622; }
.hours-card h3 { color: #3b2d28; }
.hours-card .eyebrow { color: var(--accent); }
.hours-card > p:not(.eyebrow),
.hours-card small,
.cancellation-note p { color: #5a4b44; }
.cancellation-note strong { color: #302622; }
.cancellation-note { border-top-color: rgba(84,61,51,.18); }

/* Footer contrast. */
.site-footer { color: #3f312c; }
.site-footer p { color: #62524a; }
.footer-location { color: #62524a; }
.footer-links a { color: #493a34; }

/* Keep image overlays/lightbox copy light where backgrounds are intentionally dark. */
.gallery-folder-content,
.gallery-folder-title,
.folder-photo span,
.lightbox-caption,
.salon-image figcaption,
.gallery-message,
.gallery-message p {
  color: #fff;
}

/* Slightly stronger borders improve separation without losing the soft look. */
.team-profile,
.product-card,
.price-card,
.flyer-card,
.service-card,
.offer-shell,
.cosmetics-panel,
.salon-facts article {
  border-color: rgba(91,67,57,.20);
}

/* === V11: product partners, philosophy statement, gallery removal === */
.product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1040px; margin-inline: auto; }

.philosophy-statement {
  width: 100%;
  max-width: none;
  padding: clamp(3.8rem, 7vw, 6.8rem) max(24px, calc((100% - 1180px) / 2));
  background: linear-gradient(135deg, #ead8c4 0%, #f6ecdf 50%, #efe0cf 100%);
  border-top: 1px solid rgba(91,67,57,.12);
  border-bottom: 1px solid rgba(91,67,57,.12);
}
.philosophy-inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem 2rem;
}
.philosophy-mark {
  display: block;
  height: .65em;
  color: rgba(155,48,68,.22);
  font-family: Georgia, serif;
  font-size: clamp(5rem, 10vw, 9rem);
  line-height: .7;
}
.philosophy-inner p {
  margin: .5rem auto 0;
  color: #49362f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3.1vw, 3rem);
  line-height: 1.35;
  letter-spacing: -.025em;
  text-wrap: balance;
}
.philosophy-inner strong { color: var(--accent-dark); font-weight: 600; }

/* The supplied hero image is now cropped above its former embedded slogan. */
.hero > img { object-position: center 34%; }

@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; }
}
@media (max-width: 700px) {
  .product-grid { grid-template-columns: 1fr; }
  .philosophy-inner { padding-inline: 0; }
  .philosophy-inner p { font-size: clamp(1.5rem, 7vw, 2.1rem); }
}

/* V12: Original-Logo und großzügigere Innenabstände */
.brand { min-width: 290px; max-width: 338px; display: block; }
.brand-logo { display: block; width: min(338px, 100%); height: auto; }
.footer-brand img { width: min(260px, 100%); height: auto; }

/* Die beige Flächen brauchen bewusst Luft zum Rahmen. */
.offer-shell {
  padding: clamp(2.2rem, 4.5vw, 4.5rem);
  gap: clamp(2rem, 5vw, 5rem);
}
.offer-intro { padding: .35rem clamp(.15rem, 1vw, .75rem); }
.offer-cards { gap: clamp(1rem, 2vw, 1.5rem); }
.offer-card { padding: clamp(2rem, 3vw, 3rem); }

.cosmetics-panel {
  padding: clamp(2.2rem, 4.5vw, 4.5rem);
  gap: clamp(2rem, 5vw, 5rem);
}
.cosmetics-copy { padding: .35rem clamp(.15rem, 1vw, .75rem); }
.flyer-card { padding: clamp(2rem, 3vw, 3rem); }

/* Rechtliche Unterseiten */
.legal-main { width: min(980px, calc(100% - 40px)); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 0; }
.legal-hero { margin-bottom: 2.5rem; }
.legal-hero h1 { margin: 0 0 .8rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1; font-weight: 400; letter-spacing: -.04em; color: #49362f; }
.legal-hero p { color: #65564f; max-width: 760px; }
.legal-card { background: rgba(255,253,249,.82); border: 1px solid rgba(132,94,76,.16); border-radius: 22px; padding: clamp(1.5rem, 4vw, 3rem); box-shadow: 0 12px 38px rgba(100,72,58,.07); margin: 1.2rem 0; }
.legal-card h2 { font-size: clamp(1.65rem, 3vw, 2.4rem); letter-spacing: -.02em; margin-bottom: 1rem; color: #49362f; }
.legal-card h3 { margin-top: 1.8rem; color: #49362f; }
.legal-card p, .legal-card li { color: #4d403a; }
.legal-card a { color: var(--accent); font-weight: 700; }
.legal-note { border-left: 4px solid var(--accent); padding: 1rem 1.2rem; background: #f3e4d5; border-radius: 0 12px 12px 0; color: #4d403a; }
.legal-header .header-inner { min-height: 86px; }
.legal-header .main-nav { margin-left: auto; }

@media (max-width: 1000px) {
  .brand { min-width: 230px; max-width: 270px; }
  .offer-shell, .cosmetics-panel { padding: clamp(1.6rem, 5vw, 2.6rem); }
}
@media (max-width: 680px) {
  .brand { min-width: 190px; max-width: 220px; }
  .offer-shell, .cosmetics-panel { padding: 1.35rem; }
  .offer-card, .flyer-card { padding: 1.5rem; }
  .legal-main { width: calc(100% - 32px); }
}


/* V13: vollständige Preisübersicht */
.price-legal-note {
  max-width: 920px;
  margin: 1.2rem auto 0;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(132,94,76,.16);
  border-radius: 14px;
  background: rgba(255,253,249,.72);
  color: #55453e !important;
  font-size: .94rem;
  line-height: 1.65;
}
.price-grid-services { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
.price-grid-services .price-card { padding: clamp(1.7rem, 3vw, 2.6rem); }
.price-grid-services .price-card dl div { align-items: baseline; }
.price-grid-services .price-card dt { color: #3e302b; }
.price-grid-services .price-card dd { color: #6e1f35; font-weight: 800; }
.price-grid-services .price-card.accent dt,
.price-grid-services .price-card.accent dd { color: #fff; }
.price-row-multiline { align-items: flex-start !important; }
.price-row-multiline dd { display: grid; gap: .28rem; text-align: right; white-space: normal; }
.price-row-multiline dd span { display: flex; justify-content: flex-end; gap: .5rem; }
.price-row-multiline dd strong { white-space: nowrap; }
.price-row-long dt small { display: block; margin-top: .28rem; color: #78665e; font-weight: 400; line-height: 1.45; }
.price-footnote { max-width: 900px; margin: 1.5rem auto 0; text-align: center; color: #65564f; font-size: .9rem; line-height: 1.6; }
@media (max-width: 900px) { .price-grid-services { grid-template-columns: 1fr; } }
@media (max-width: 560px) {
  .price-grid-services .price-card dl div { display: grid; gap: .45rem; }
  .price-grid-services .price-card dd, .price-row-multiline dd { text-align: left; }
  .price-row-multiline dd span { justify-content: flex-start; }
}

/* === V14: spacing, compact salon imagery and section contrast === */
/* Give the salon intro/facts composition breathing room inside its visual frame. */
.salon-story {
  gap: clamp(2.5rem, 5vw, 5rem);
  padding: clamp(1.6rem, 3vw, 2.6rem);
  border: 1px solid rgba(91,67,57,.12);
  border-radius: 22px;
  background: rgba(255,253,249,.62);
}
.salon-copy { padding: .35rem .25rem; }
.salon-facts { border: 0; gap: .65rem; }
.salon-facts article { min-height: 132px; padding: 1.45rem 1.6rem; }

/* Salon photos should support the content instead of dominating the page. */
.salon-images {
  width: min(100%, 980px);
  margin: 0 auto;
  grid-template-columns: 1.35fr .75fr;
  gap: 1rem;
}
.salon-image { min-height: 0; height: 410px; }
.salon-image-team { height: 410px; }
.salon-image figcaption { left: 1rem; right: 1rem; bottom: 1rem; padding: .8rem .95rem; }

/* Alternate section tones: avoid two beige bands directly after one another. */
.philosophy-statement {
  background: #fffaf4;
  padding-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 6vw, 5.5rem);
}
.services { background: #f2e6d8; }

/* More inset space around the teen offer panel. */
.teen-offer {
  padding-top: clamp(4.5rem, 7vw, 6.5rem);
  padding-bottom: clamp(4.5rem, 7vw, 6.5rem);
}
.offer-shell {
  padding: clamp(2rem, 4vw, 4rem);
  gap: clamp(2rem, 5vw, 5rem);
}
.offer-card { padding: clamp(1.6rem, 2.5vw, 2.3rem); }

@media (max-width: 1000px) {
  .salon-images { width: min(100%, 760px); grid-template-columns: 1fr 1fr; }
  .salon-image, .salon-image-team { height: 380px; min-height: 0; }
}
@media (max-width: 680px) {
  .salon-story { padding: 1.2rem; }
  .salon-images { grid-template-columns: 1fr; }
  .salon-image, .salon-image-team { height: 330px; min-height: 0; }
  .offer-shell { padding: 1.35rem; }
}
