:root {
  --ink: #102b45;
  --muted: #5f7182;
  --cream: #f6fafe;
  --paper: #ffffff;
  --rose: #7db8df;
  --rose-deep: #0a4e8a;
  --rose-soft: #dcecf8;
  --line: #d6e4ee;
  --shadow: 0 24px 70px rgba(13, 64, 105, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  line-height: 1.08;
}
h1 { font-size: clamp(3.2rem, 7vw, 6.8rem); letter-spacing: -.045em; margin-bottom: 1.7rem; }
h1 em { color: var(--rose-deep); font-weight: 500; }
h2 { font-size: clamp(2.4rem, 4.6vw, 4.7rem); letter-spacing: -.035em; margin-bottom: 1.5rem; }
h3 { font-size: 1.25rem; line-height: 1.25; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.eyebrow { color: var(--rose-deep); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 600; margin-bottom: 1.1rem; }

.site-header {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1480px;
  margin: auto;
  padding: 1.2rem clamp(1.2rem, 4vw, 4rem);
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-eye { width: 58px; height: 44px; display: block; overflow: hidden; background: white; }
.brand-eye img { width: 100%; height: 100%; object-fit: cover; }
.brand-name { font-family: "Playfair Display", Georgia, serif; text-transform: uppercase; letter-spacing: .12em; font-size: 1.05rem; line-height: 1; }
.brand-name small { display: block; font-family: "DM Sans", Arial, sans-serif; font-size: .56rem; letter-spacing: .33em; color: var(--muted); margin-top: .45rem; }
nav { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 2.6rem); }
nav a { text-decoration: none; font-size: .9rem; font-weight: 500; }
nav a:not(.nav-cta):hover { color: var(--rose-deep); }
.nav-cta { padding: .7rem 1.25rem; border: 1px solid var(--ink); border-radius: 99px; }
.nav-cta:hover { background: var(--ink); color: white; }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 1px; background: var(--ink); margin: 6px 0; }

.hero {
  max-width: 1480px;
  min-height: calc(100vh - 96px);
  margin: auto;
  padding: clamp(2.5rem, 6vw, 7rem) clamp(1.2rem, 4vw, 4rem) clamp(5rem, 9vw, 9rem);
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  align-items: center;
  gap: clamp(2.5rem, 6vw, 7rem);
}
.hero-copy { max-width: 720px; padding-left: clamp(0rem, 3vw, 3.5rem); }
.lead { max-width: 570px; font-size: clamp(1.08rem, 1.5vw, 1.32rem); color: var(--muted); margin-bottom: 2.2rem; }
.hero-actions { display: flex; align-items: center; gap: 1.7rem; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: .85rem 1.45rem; border-radius: 99px; text-decoration: none; font-weight: 600; font-size: .92rem; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--rose-deep); color: white; }
.button-primary:hover { background: #083a67; }
.text-link { text-underline-offset: 5px; font-size: .92rem; font-weight: 600; }
.hero-image { position: relative; min-height: 660px; }
.image-placeholder { height: 100%; min-height: inherit; display: grid; place-items: center; color: var(--rose-deep); background: linear-gradient(145deg, var(--rose-soft), #f0f8fd); overflow: hidden; }
.image-placeholder img { width: 100%; height: 100%; object-fit: cover; }
.image-placeholder span { font-family: "Playfair Display", Georgia, serif; font-style: italic; opacity: .55; }
.image-note { position: absolute; left: -2.5rem; bottom: 2.5rem; background: rgba(255,255,255,.94); backdrop-filter: blur(8px); padding: 1.15rem 1.45rem; box-shadow: var(--shadow); font-size: .88rem; line-height: 1.45; }
.image-note strong { font-family: "Playfair Display", Georgia, serif; font-size: 1.15rem; font-weight: 500; }

.intro { padding: clamp(5rem, 9vw, 10rem) max(1.2rem, calc((100vw - 1280px)/2)); display: grid; grid-template-columns: .25fr 1.3fr .85fr; gap: 3rem; align-items: start; background: var(--paper); }
.intro h2 { max-width: 700px; }
.intro > p:last-child { color: var(--muted); font-size: 1.05rem; padding-top: 2.6rem; }
.section-number { color: var(--rose); font-family: "Playfair Display", Georgia, serif; }

.studio-glimpse { max-width: 1280px; margin: auto; padding: clamp(5rem, 8vw, 8rem) 1.2rem; }
.studio-glimpse-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: 4rem; align-items: end; margin-bottom: 2.4rem; }
.studio-glimpse-copy .eyebrow { grid-column: 1 / -1; }
.studio-glimpse-copy h2 { margin-bottom: 0; }
.studio-glimpse-copy > p:last-child { color: var(--muted); max-width: 520px; margin-bottom: .5rem; }
.studio-glimpse figure { position: relative; margin: 0; overflow: hidden; background: var(--rose-soft); box-shadow: var(--shadow); }
.studio-glimpse figure img { width: 100%; height: auto; }
.studio-glimpse figcaption { position: absolute; right: 1.25rem; bottom: 1.25rem; padding: .7rem 1rem; background: rgba(255,255,255,.92); color: var(--ink); font-size: .82rem; }

.services { max-width: 1280px; margin: auto; padding: clamp(5rem, 9vw, 10rem) 1.2rem; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: end; margin-bottom: 4rem; }
.section-heading > p { color: var(--muted); padding-bottom: .7rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--paper); }
.service-card { min-height: 390px; padding: 1.8rem; border-right: 1px solid var(--line); display: flex; flex-direction: column; transition: background .25s, transform .25s; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: #edf6fc; transform: translateY(-4px); }
.service-card.featured { background: var(--rose-deep); color: white; }
.service-card.featured p, .service-card.featured .service-meta { color: rgba(255,255,255,.78); }
.service-index { font-size: .75rem; opacity: .7; }
.service-icon { font-family: Georgia, serif; font-size: 3rem; margin: 3rem 0 2rem; color: var(--rose); }
.featured .service-icon { color: white; }
.service-card p { color: var(--muted); font-size: .94rem; }
.service-meta { margin-top: auto; color: var(--rose-deep); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 600; }
.review-note { margin: 1.2rem 0 0; color: var(--muted); font-size: .8rem; }

.studio { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: #063d70; color: white; }
.studio-image { min-height: 700px; }
.studio-image .image-placeholder { background: linear-gradient(145deg, #c9e3f5, #4f8fc3); }
.studio-copy { padding: clamp(4rem, 8vw, 9rem); align-self: center; }
.studio-copy .eyebrow { color: #9fd0ef; }
.large-copy { font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.4rem, 2vw, 2rem); line-height: 1.4; }
.studio-copy > p:not(.eyebrow):not(.large-copy) { color: rgba(255,255,255,.68); max-width: 560px; }
.values { list-style: none; padding: 0; margin: 3.5rem 0 0; border-top: 1px solid rgba(255,255,255,.2); }
.values li { display: flex; gap: 1.3rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.values span { color: #9fd0ef; font-size: .78rem; }

.process { max-width: 1280px; margin: auto; padding: clamp(5rem, 9vw, 10rem) 1.2rem; }
.section-heading.compact { grid-template-columns: 1fr; max-width: 780px; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: .3fr 1.7fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--rose-deep); font-family: "Playfair Display", Georgia, serif; }
.process-list h3 { margin-bottom: .45rem; font-family: "Playfair Display", Georgia, serif; font-size: 1.5rem; }
.process-list p { color: var(--muted); margin: 0; }

.contact { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; padding: clamp(5rem, 9vw, 9rem) max(1.2rem, calc((100vw - 1280px)/2)); background: var(--rose-deep); color: white; align-items: end; }
.contact .eyebrow { color: #c5e5f8; }
.contact h2 { margin: 0; }
.contact-details p { color: rgba(255,255,255,.78); }
.button-light { border: 1px solid white; color: white; margin-top: 1rem; }
.button-light:hover { background: white; color: var(--rose-deep); }

footer { max-width: 1280px; margin: auto; padding: 3rem 1.2rem; display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: center; }
.brand-footer { grid-row: span 2; }
footer > p { color: var(--muted); margin: 0; font-size: .88rem; }
.footer-links { display: flex; gap: 1.5rem; justify-self: end; }
.footer-links a { font-size: .85rem; text-underline-offset: 4px; }
.copyright { justify-self: end; }

@media (max-width: 980px) {
  .menu-button { display: block; cursor: pointer; }
  nav { display: none; position: absolute; top: 88px; left: 1rem; right: 1rem; background: white; box-shadow: var(--shadow); padding: 1.3rem; flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  nav a { padding: .65rem; }
  .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; padding-top: 3rem; }
  .hero-copy { padding-left: 0; }
  .hero-image { min-height: 540px; margin-left: 2rem; }
  .intro { grid-template-columns: .15fr 1fr; }
  .intro > p:last-child { grid-column: 2; padding-top: 0; }
  .studio-glimpse-copy { grid-template-columns: 1fr; gap: 1rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card { border-bottom: 1px solid var(--line); }
  .studio { grid-template-columns: 1fr; }
  .studio-image { min-height: 560px; }
  .studio-copy { padding: 5rem clamp(1.5rem, 8vw, 5rem); }
  .contact { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 640px) {
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .site-header { min-height: 82px; }
  .hero { min-height: auto; padding-bottom: 5rem; }
  .hero-image { min-height: 440px; margin-left: 1rem; }
  .image-note { left: -1rem; right: 1rem; bottom: 1rem; }
  .intro { grid-template-columns: 1fr; gap: 1rem; }
  .intro .section-number { display: none; }
  .intro > p:last-child { grid-column: auto; }
  .studio-glimpse { padding-top: 4rem; padding-bottom: 4rem; }
  .studio-glimpse figcaption { position: static; background: white; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 2.5rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { border-right: 0; min-height: 330px; }
  .studio-image { min-height: 430px; }
  .process-list li { grid-template-columns: .25fr 1.75fr; }
  footer { grid-template-columns: 1fr; }
  .brand-footer { grid-row: auto; }
  .footer-links, .copyright { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Angebots- und Profilbereiche */
.price-groups { border-top: 1px solid var(--line); }
.price-group { border-bottom: 1px solid var(--line); background: var(--paper); }
.price-group summary {
  min-height: 92px;
  padding: 1.4rem clamp(1rem, 2.5vw, 2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  cursor: pointer;
  list-style: none;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  transition: color .2s, background .2s;
}
.price-group summary::-webkit-details-marker { display: none; }
.price-group summary:hover { color: var(--rose-deep); background: #f4f9fd; }
.price-group summary small { display: inline-block; width: 3rem; color: var(--rose); font-family: "DM Sans", Arial, sans-serif; font-size: .72rem; vertical-align: middle; }
.summary-icon { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; font-family: "DM Sans", Arial, sans-serif; font-size: 1.3rem; transition: transform .25s, background .25s; }
.price-group[open] > summary { color: white; background: var(--rose-deep); }
.price-group[open] > summary small { color: #bddff4; }
.price-group[open] .summary-icon { transform: rotate(45deg); background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.35); }
.price-list { padding: .5rem clamp(1rem, 3vw, 3rem) 1.5rem; }
.price-item { display: grid; grid-template-columns: 1fr auto; gap: 2rem; padding: 1.45rem 0; border-bottom: 1px solid var(--line); align-items: center; }
.price-item:last-child { border-bottom: 0; }
.price-item h3 { margin: 0 0 .35rem; font-family: "Playfair Display", Georgia, serif; font-size: 1.28rem; font-weight: 500; }
.price-item p { margin: 0; max-width: 820px; color: var(--muted); font-size: .92rem; line-height: 1.55; }
.price-meta { min-width: 130px; display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.price-meta span { color: var(--muted); font-size: .82rem; }
.price-meta strong { color: var(--rose-deep); font-size: 1.05rem; white-space: nowrap; }
.price-item.add-on { margin: .8rem 0; padding: 1.25rem; border: 0; background: #edf6fc; }
.compact-list .price-item { padding: 1.1rem 0; }
.depilation-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 3rem; }
.depilation-grid .add-on { grid-column: 1 / -1; }
.price-note { margin: 1.2rem 0 0; color: var(--muted); font-size: .82rem; }

.programs { padding: clamp(5rem, 9vw, 10rem) max(1.2rem, calc((100vw - 1280px)/2)); background: #e8f3fa; }
.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: white; border: 1px solid rgba(10,78,138,.18); }
.program-grid article { min-height: 350px; padding: 2rem; display: flex; flex-direction: column; border-right: 1px solid rgba(10,78,138,.18); }
.program-grid article:last-child { border-right: 0; background: var(--rose-deep); color: white; }
.program-grid span { color: var(--rose-deep); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 600; }
.program-grid article:last-child span { color: #bddff4; }
.program-grid h3 { margin: 2rem 0 1rem; font-family: "Playfair Display", Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.program-grid p { color: var(--muted); font-size: .92rem; }
.program-grid article:last-child p { color: rgba(255,255,255,.76); }
.program-grid strong { margin-top: auto; font-family: "Playfair Display", Georgia, serif; font-size: 1.25rem; }

.studio-visual { position: relative; min-height: 760px; overflow: hidden; }
.studio-visual .studio-image { height: 100%; min-height: 760px; }
.studio-visual .studio-image img { width: 100%; height: 100%; object-fit: cover; }
.portrait { position: absolute; right: 2rem; bottom: 2rem; width: min(42%, 285px); height: auto; border: 8px solid white; box-shadow: var(--shadow); filter: grayscale(100%) contrast(.94) brightness(1.06); }
.product-lines { margin-top: 2.6rem; display: flex; flex-wrap: wrap; gap: .65rem; }
.product-lines span { padding: .5rem .8rem; border: 1px solid rgba(255,255,255,.23); color: rgba(255,255,255,.76); font-size: .78rem; }

.contact-details address { margin-bottom: 1.6rem; font-style: normal; color: rgba(255,255,255,.82); }
.contact-details address strong { color: white; font-family: "Playfair Display", Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: .3rem; margin-bottom: 1.6rem; }
.contact-links a { color: white; font-size: 1.08rem; text-underline-offset: 4px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.3rem; }
.contact-actions .button { margin-top: 0; }
.button-ghost { border: 1px solid rgba(255,255,255,.45); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.1); }

@media (max-width: 980px) {
  .program-grid { grid-template-columns: 1fr 1fr; }
  .program-grid article:nth-child(2) { border-right: 0; }
  .program-grid article { border-bottom: 1px solid rgba(10,78,138,.18); }
  .studio-visual, .studio-visual .studio-image { min-height: 620px; }
}

@media (max-width: 640px) {
  .price-group summary { min-height: 78px; padding: 1rem; font-size: 1.18rem; line-height: 1.25; }
  .price-group summary small { width: 2rem; }
  .summary-icon { width: 32px; height: 32px; }
  .price-list { padding: .35rem 1rem 1rem; }
  .price-item { grid-template-columns: 1fr; gap: .7rem; }
  .price-meta { min-width: 0; align-items: flex-start; text-align: left; flex-direction: row; gap: .8rem; }
  .depilation-grid { grid-template-columns: 1fr; }
  .depilation-grid .add-on { grid-column: auto; }
  .program-grid { grid-template-columns: 1fr; }
  .program-grid article { min-height: 300px; border-right: 0; }
  .studio-visual, .studio-visual .studio-image { min-height: 500px; }
  .portrait { right: 1rem; bottom: 1rem; width: 42%; border-width: 5px; }
}
