/* Ergänzende Wissensbereiche: eigenständige Layouts und native FAQ-Bedienung. */
.brand { width: 170px; flex-shrink: 0; }
.hero::after { content: none; }
.hero-mark img { max-width: 100%; filter: none; }
.about-image {
  height: auto;
  overflow: visible;
  padding: clamp(16px, 2vw, 28px);
  background: transparent;
  border: none;
}
.about-image img { display: block; width: 100%; height: auto; object-fit: contain; }
.footer-inner { gap: 20px; flex-wrap: wrap; padding-top: 20px; padding-bottom: 20px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-links a[aria-current="page"] { text-decoration: underline; text-underline-offset: 5px; }
.legal-page { min-height: 100vh; display: flex; flex-direction: column; }
.legal-main { flex: 1; }
.legal-content { max-width: 860px; }
.legal-content > .eyebrow { margin-top: 38px; }
.legal-content h1 { font: 600 clamp(40px, 6vw, 64px)/1.1 var(--serif); margin: 0 0 24px; }
.legal-content h2 { font-size: 27px; margin: 0 0 18px; }
.legal-content section { margin-top: 36px; }
.legal-content address { font-style: normal; }
.legal-content section a { color: var(--ink); text-underline-offset: 4px; overflow-wrap: anywhere; }
.legal-draft { border-left: 3px solid var(--gold); padding: 20px 24px; margin-top: 30px; background: var(--sand); }
.legal-draft p { margin: 8px 0 0; }
.legal-pending { color: #755119; }
.salon { background: #f6f1e9; }
.salon .section-heading { gap: 36px; }
.salon .section-heading h2 { max-width: 600px; }
.salon-gallery { display: grid; grid-template-columns: 1fr 1.65fr 1fr; align-items: start; gap: 28px; }
.salon-gallery figure { margin: 0; min-width: 0; }
.salon-gallery img { display: block; width: 100%; height: auto; border-radius: 3px; }
.salon-gallery figcaption { font: 500 21px/1.4 var(--serif); margin-top: 18px; }
.salon-gallery-wide p { color: #46615f; margin: 12px 0 18px; }
.contact-map { padding-top: 40px; }
.map-intro { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.map-intro .eyebrow { margin-bottom: 10px; }
.map-intro h3 { font-size: 28px; margin: 0; }
.map-intro .text-link { text-decoration: underline; text-underline-offset: 4px; }
.map-frame iframe { width: 100%; height: 400px; display: block; border: 0; }
@media (max-width: 800px) {
  .salon-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
  .salon-gallery-wide { grid-column: 1 / -1; grid-row: 1; }
  .map-intro { flex-direction: column; align-items: flex-start; gap: 18px; }
}
@media (max-width: 480px) {
  .salon-gallery { grid-template-columns: 1fr; }
  .salon-gallery figure { width: 100%; max-width: 382px; margin-inline: auto; }
  .map-intro h3 { font-size: 24px; }
  .map-frame iframe { height: 360px; }
}
.price-table { width: 100%; border-collapse: collapse; table-layout: fixed; background: var(--cream); }
.price-table caption { text-align: left; font-size: 14px; color: #46615f; padding-bottom: 16px; }
.price-table th, .price-table td { padding: 19px 24px; border-bottom: 1px solid var(--line); }
.price-table thead { background: var(--ink); color: #fff; }
.price-table thead th { font-size: 14px; font-weight: 600; }
.price-table th:first-child { width: 46%; text-align: left; }
.price-table tbody th { font-weight: 500; hyphens: auto; overflow-wrap: anywhere; }
.price-table tbody th span { font-size: .85em; color: #46615f; }
.price-table td, .price-table thead th:not(:first-child) { text-align: right; white-space: nowrap; }
.price-table td { font-weight: 600; font-variant-numeric: tabular-nums; }
.price-table tbody tr:nth-child(even) { background: #eee9e0; }
.price-legend { color: #46615f; font-size: 13px; margin: 16px 0 32px; }
.price-booking { display: flex; align-items: center; gap: 32px; border-top: 1px solid var(--line); padding-top: 32px; }
.price-booking > div { flex: 1; }
.price-booking h3 { font-size: 26px; margin: 0 0 12px; }
.price-booking p { color: #46615f; margin: 0; max-width: 650px; }
.price-booking .button { flex-shrink: 0; }
@media (max-width: 600px) {
  .price-table th, .price-table td { padding: 14px 8px; font-size: 14px; }
  .price-table thead th { font-size: 12px; }
  .price-table th:first-child { width: 46%; }
  .price-booking { flex-direction: column; align-items: flex-start; gap: 24px; }
}
section[id] { scroll-margin-top: 105px; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid #966719;
  outline-offset: 5px;
}
.massage-guide { background: #f3f5ef; }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.guide-grid article { display: flex; flex-direction: column; border-top: 2px solid var(--gold); padding-top: 24px; }
.guide-label { color: #826027; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin: 0; }
.guide-grid h3 { font-size: 28px; line-height: 1.25; margin: 16px 0; }
.guide-grid article > p:not(.guide-label) { color: #46615f; margin: 0 0 24px; }
.guide-grid .text-link { margin-top: auto; text-decoration: underline; text-underline-offset: 5px; }
.tradition { background: var(--ink); color: #fff; }
.tradition-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
.tradition h2, .faq h2 { font-size: clamp(36px, 4vw, 51px); letter-spacing: -.035em; margin: 0; }
.tradition .eyebrow { color: #e5c487; }
.tradition-grid > div > p:not(.eyebrow) { color: #d2e0df; margin: 0 0 20px; font-size: 17px; }
.tradition .text-link, .tradition .text-link span { color: #e5c487; }
.link-hint { font-size: 12px; font-weight: 400; }
.visit-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.visit-steps li { border-top: 1px solid var(--line); padding-top: 25px; }
.step-number { font: 500 40px/1 var(--serif); color: #956b2b; }
.visit-steps h3 { font-size: 26px; margin: 22px 0 15px; }
.visit-steps p { margin: 0; color: #46615f; }
.faq { background: #edf0e9; }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.faq-intro > p:not(.eyebrow) { color: #46615f; max-width: 360px; margin: 24px 0; }
.faq-list details { border-bottom: 1px solid #becac1; }
.faq-list details:first-child { border-top: 1px solid #becac1; }
.faq-list summary { cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 0; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; flex-shrink: 0; font-size: 25px; color: #826027; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details[open] summary { padding-bottom: 10px; }
.faq-answer { padding: 0 26px 25px 0; color: #46615f; }
.faq-answer p { margin: 0; }
.faq-answer a { display: inline-block; color: var(--ink); font-size: 13px; margin-top: 14px; text-underline-offset: 3px; }
@media (min-width: 801px) and (max-width: 1050px) {
  .nav { gap: 18px; }
  .nav nav { gap: 18px; }
  .nav > .button { display: none; }
}
@media (max-width: 800px) {
  .guide-grid, .tradition-grid, .visit-steps, .faq-grid { grid-template-columns: 1fr; gap: 32px; }
  .guide-grid h3 { font-size: 26px; }
  .tradition-grid { gap: 28px; }
  .faq-intro > p:not(.eyebrow) { max-width: none; }
  section[id] { scroll-margin-top: 90px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
