:root {
  --wm-green: #5f7f4b;
  --wm-green-dark: #49683a;
  --wm-green-deep: #3e5d32;
  --wm-green-soft: #dcebd3;
  --wm-lime: #80de63;
  --wm-cream: #f6faef;
  --wm-mist: #edf5e6;
  --wm-white: #ffffff;
  --wm-ink: #364531;
  --wm-muted: #65705f;
  --wm-line: rgba(95,127,75,.23);
  --wm-shadow: 0 16px 44px rgba(63,89,49,.10);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f8fbf5; color: var(--wm-ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--wm-green-dark); text-underline-offset: 3px; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text, .hp-field { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; left: 12px; top: -70px; z-index: 10000; padding: 10px 14px; background: #fff; color: var(--wm-ink); border-radius: 8px; box-shadow: var(--wm-shadow); }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 20; border-top: 1px solid #e5ecdf; }
.site-header--home { background:
  linear-gradient(90deg, rgba(242,248,232,.88) 0%, rgba(248,251,245,.97) 47%, rgba(255,255,255,.99) 100%),
  var(--masthead-image, radial-gradient(circle at 13% 35%, rgba(205,225,177,.72), transparent 24%), radial-gradient(circle at 25% 80%, rgba(227,236,198,.82), transparent 25%));
  background-size: cover; background-position: center;
}
.site-header--home::before { content: ''; position: absolute; inset: 0; z-index: -1; opacity: .52; pointer-events: none; background:
  radial-gradient(ellipse at 10% 18%, rgba(164,192,125,.35) 0 8%, transparent 9%),
  radial-gradient(ellipse at 19% 72%, rgba(180,203,145,.27) 0 12%, transparent 13%),
  linear-gradient(115deg, transparent 0 17%, rgba(209,226,184,.18) 18% 24%, transparent 25%);
  filter: blur(5px);
}
.site-header--inner { background: rgba(248,251,245,.98); }
.masthead { padding: 18px 0 0; }
.masthead__inner { text-align: center; }
.brand-logo { display: inline-flex; justify-content: center; text-decoration: none; }
.brand-logo__image { width: auto; max-width: 245px; max-height: 225px; object-fit: contain; }
.masthead__rule { width: min(920px, 82%); height: 2px; margin: 14px auto 34px; background: linear-gradient(90deg, transparent, var(--wm-lime) 10%, var(--wm-lime) 90%, transparent); opacity: .7; }
.masthead__copy { padding: 0 0 58px; }
.masthead__copy h1 { margin: 0; color: var(--wm-green-dark); font-size: clamp(37px, 4.4vw, 61px); line-height: 1.08; font-weight: 500; letter-spacing: -.025em; }
.masthead__copy p { max-width: 1100px; margin: 32px auto 0; color: var(--wm-green-deep); font-size: clamp(20px, 2.1vw, 30px); line-height: 1.45; font-weight: 450; }
.site-header--inner .masthead { padding-bottom: 14px; }
.site-header--inner .brand-logo__image { max-width: 150px; max-height: 125px; }

.nav-band { border-top: 2px solid rgba(128,222,99,.42); border-bottom: 5px solid var(--wm-lime); background: rgba(255,255,255,.76); backdrop-filter: blur(10px); }
.nav-band__inner { display: flex; justify-content: center; align-items: stretch; min-height: 78px; }
.main-nav { display: flex; justify-content: center; align-items: stretch; }
.main-nav a { display: flex; align-items: center; padding: 0 22px; color: var(--wm-green-dark); text-decoration: none; text-transform: uppercase; font-size: 16px; line-height: 1.15; font-weight: 500; transition: background .18s ease, color .18s ease; }
.main-nav a:hover, .main-nav a:focus, .main-nav a.is-current { color: #fff; background: rgba(95,127,75,.72); }
.nav-toggle { display: none; width: 48px; height: 48px; margin: 10px 0 10px auto; border: 0; background: transparent; }
.nav-toggle > span:not(.screen-reader-text) { display: block; width: 27px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--wm-green-dark); }

.home-stage { position: relative; padding: 56px 0 88px; overflow: hidden; background:
  linear-gradient(rgba(226,240,215,.88), rgba(244,249,238,.96)),
  radial-gradient(circle at 14% 0%, rgba(151,188,113,.22), transparent 28%); }
.home-stage::before { content: ''; position: absolute; left: -10vw; top: 0; width: 55vw; height: 720px; pointer-events: none; opacity: .22; background: radial-gradient(ellipse at 50% 0%, #96bf77 0 15%, transparent 16%), linear-gradient(135deg, transparent 0 42%, #a8c98e 43% 45%, transparent 46%); filter: blur(15px); transform: rotate(-8deg); }
.classic-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 55px; align-items: start; }
.classic-main { min-width: 0; }
.classic-section { scroll-margin-top: 90px; padding: 54px 0; border-bottom: 1px solid rgba(95,127,75,.16); }
.classic-section:first-child { padding-top: 0; }
.classic-section h2 { margin: 0 0 30px; color: var(--wm-green); font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4.2vw, 50px); font-weight: 400; line-height: 1.15; letter-spacing: -.02em; }
.classic-section h3 { margin: 0 0 8px; color: var(--wm-green-dark); font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 400; }
.section-kicker { margin-bottom: 8px; color: var(--wm-green-dark); text-transform: uppercase; letter-spacing: .15em; font-size: 12px; font-weight: 700; }
.classic-hero-image { min-height: 390px; margin-bottom: 30px; overflow: hidden; background: linear-gradient(145deg, #eaf4df, #cfdcbe); box-shadow: var(--wm-shadow); }
.classic-hero-image img { width: 100%; height: 390px; object-fit: cover; }
.classic-hero-image--placeholder { display: grid; place-items: center; background: linear-gradient(140deg, rgba(213,229,192,.95), rgba(246,250,240,.95)); }
.classic-hero-image--placeholder span { color: var(--wm-green); font-family: Georgia, serif; font-size: 48px; letter-spacing: .04em; }
.classic-copy { max-width: 820px; }
.classic-copy--lead { font-size: 18px; }
.classic-copy p { margin: 0 0 18px; }
.insurance-note { padding: 18px 20px; border-left: 4px solid var(--wm-lime); background: rgba(255,255,255,.62); color: var(--wm-muted); }

.method-list { display: grid; gap: 18px; }
.method-row { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 26px 28px; background: rgba(255,255,255,.65); border: 1px solid rgba(95,127,75,.14); box-shadow: 0 9px 30px rgba(78,104,63,.05); }
.method-row__leaf { width: 32px; height: 20px; margin-top: 8px; border: 2px solid var(--wm-green); border-radius: 100% 0 100% 0; transform: rotate(-30deg); opacity: .8; }
.method-row p { margin: 0; color: var(--wm-muted); }

.classic-prices { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 10px 0 26px; }
.classic-price { padding: 26px; border-top: 4px solid var(--wm-lime); background: rgba(255,255,255,.72); box-shadow: 0 10px 32px rgba(78,104,63,.06); }
.classic-price span { display: block; color: var(--wm-muted); }
.classic-price strong { display: block; margin-top: 4px; color: var(--wm-green-dark); font-family: Georgia, serif; font-size: 38px; font-weight: 400; }

.about-classic { display: grid; grid-template-columns: 260px 1fr; gap: 34px; align-items: start; }
.about-classic__photo { overflow: hidden; box-shadow: var(--wm-shadow); }
.about-classic__photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.qualification { margin-top: -18px; color: var(--wm-green-dark); font-weight: 700; }

.classic-sidebar { position: sticky; top: 20px; display: grid; gap: 24px; padding-top: 8px; }
.sidebar-card { padding: 22px 0 22px 24px; border-left: 4px solid rgba(95,127,75,.42); }
.sidebar-card--accent { border-left-color: var(--wm-lime); }
.sidebar-card h3 { margin: 0 0 16px; color: var(--wm-green); font-family: Georgia, "Times New Roman", serif; font-size: 32px; font-weight: 400; }
.sidebar-card p { margin: 0 0 18px; }
.sidebar-card small { display: block; margin-top: 14px; color: var(--wm-muted); font-size: 12px; line-height: 1.45; }
.sidebar-actions { display: grid; gap: 8px; }

.classic-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--wm-green); background: var(--wm-green); color: #fff; text-decoration: none; font-weight: 700; border-radius: 2px; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.classic-button:hover, .classic-button:focus { background: var(--wm-green-dark); border-color: var(--wm-green-dark); color: #fff; transform: translateY(-1px); }
.classic-button--outline { background: rgba(255,255,255,.58); color: var(--wm-green-dark); }
.location-image { margin: 24px 0; overflow: hidden; border: 1px solid rgba(95,127,75,.16); background: rgba(255,255,255,.7); box-shadow: 0 10px 30px rgba(78,104,63,.06); }
.location-image img { width: 100%; max-height: 520px; object-fit: contain; }
.classic-button--light { background: #fff; color: var(--wm-green-dark); border-color: #fff; }
.classic-link-button { padding: 0; border: 0; background: transparent; color: var(--wm-green-dark); text-align: left; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.contact-form-card { max-width: 760px; padding: 28px; background: rgba(255,255,255,.76); border-top: 4px solid var(--wm-lime); box-shadow: 0 12px 38px rgba(78,104,63,.07); }
.contact-form { display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 6px; color: var(--wm-ink); font-size: 14px; font-weight: 650; }
.contact-form label span { color: var(--wm-muted); font-weight: 400; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(95,127,75,.32); background: rgba(255,255,255,.96); color: var(--wm-ink); padding: 12px 13px; outline: none; border-radius: 2px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--wm-green); box-shadow: 0 0 0 3px rgba(95,127,75,.10); }
.contact-form .checkbox { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; font-weight: 500; }
.contact-form .checkbox input { width: 18px; height: 18px; margin-top: 2px; }
.form-message { margin-bottom: 18px; padding: 12px 14px; border-radius: 2px; font-size: 14px; }
.form-message--success { background: #e4f1dc; color: #315c28; }
.form-message--error { background: #f8e8e4; color: #7f3427; }


.site-footer { padding: 58px 0 96px; background: #f4f8ef; color: var(--wm-muted); border-top: 1px solid var(--wm-line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 45px; }
.footer-grid strong, .footer-brand { color: var(--wm-green-dark); }
.footer-brand { font-family: Georgia, serif; font-size: 25px; }
.footer-grid p { margin: 10px 0 0; font-size: 14px; }
.footer-grid a { color: var(--wm-green-dark); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--wm-line); font-size: 13px; }

.mobile-actions { display: none; position: fixed; z-index: 950; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); border: 1px solid rgba(95,127,75,.2); box-shadow: 0 14px 38px rgba(63,89,49,.18); }
.mobile-actions a, .mobile-actions button { flex: 1; min-height: 54px; border: 0; border-right: 1px solid rgba(95,127,75,.14); background: transparent; color: var(--wm-green-dark); font-size: 13px; font-weight: 800; text-decoration: none; display: grid; place-items: center; }
.mobile-actions > :last-child { border-right: 0; }

.page-main { min-height: 60vh; padding: 64px 0 100px; background: linear-gradient(#edf5e6, #f8fbf5); }
.page-shell { max-width: 920px; }
.content-card { padding: clamp(28px, 6vw, 62px); background: rgba(255,255,255,.84); border-top: 4px solid var(--wm-lime); box-shadow: var(--wm-shadow); }
.content-card h1 { margin: 0 0 28px; color: var(--wm-green); font-family: Georgia, serif; font-size: clamp(38px, 5vw, 56px); font-weight: 400; }
.content-card .eyebrow { color: var(--wm-green-dark); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.entry-content h2 { margin-top: 1.8em; color: var(--wm-green); font-family: Georgia, serif; font-size: 32px; font-weight: 400; }
.entry-content h3 { margin-top: 1.5em; color: var(--wm-green-dark); }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 860px); }
  .main-nav a { padding-inline: 14px; font-size: 14px; }
  .classic-layout { grid-template-columns: minmax(0, 1fr) 235px; gap: 36px; }
  .brand-logo__image { max-width: 210px; max-height: 190px; }
}

@media (max-width: 800px) {
  body { font-size: 16px; }
  .masthead { padding-top: 10px; }
  .brand-logo__image { max-width: 145px; max-height: 135px; }
  .masthead__rule { margin: 4px auto 22px; }
  .masthead__copy { padding-bottom: 34px; }
  .masthead__copy h1 { font-size: clamp(31px, 8vw, 44px); }
  .masthead__copy p { margin-top: 20px; font-size: 19px; }
  .nav-band { position: sticky; top: 0; z-index: 40; }
  .nav-band__inner { min-height: 60px; justify-content: flex-end; position: relative; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 59px; left: 0; right: 0; display: none; flex-direction: column; background: rgba(255,255,255,.98); border: 1px solid var(--wm-line); box-shadow: var(--wm-shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { min-height: 50px; justify-content: flex-start; padding: 0 18px; border-bottom: 1px solid rgba(95,127,75,.10); }
  .classic-layout { grid-template-columns: 1fr; gap: 18px; }
  .classic-sidebar { position: static; grid-template-columns: repeat(3, 1fr); gap: 16px; order: -1; }
  .sidebar-card { padding: 18px; border-left: 0; border-top: 4px solid rgba(95,127,75,.4); background: rgba(255,255,255,.65); }
  .sidebar-card--accent { border-top-color: var(--wm-lime); }
  .sidebar-card h3 { font-size: 27px; }
  .home-stage { padding-top: 30px; }
  .classic-section { padding: 45px 0; }
  .classic-hero-image, .classic-hero-image img { min-height: 320px; height: 320px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mobile-actions { display: flex; }
}

@media (max-width: 590px) {
  :root { --shell: calc(100% - 24px); }
  .brand-logo__image { max-width: 125px; max-height: 118px; }
  .masthead__copy h1 { font-size: 31px; }
  .masthead__copy p { font-size: 17px; }
  .classic-sidebar { grid-template-columns: 1fr; }
  .classic-section h2 { font-size: 35px; }
  .classic-hero-image, .classic-hero-image img { min-height: 235px; height: 235px; }
  .classic-copy--lead { font-size: 16px; }
  .method-row { grid-template-columns: 30px 1fr; gap: 12px; padding: 22px 18px; }
  .method-row h3 { font-size: 24px; }
  .classic-prices { grid-template-columns: 1fr; }
  .about-classic { grid-template-columns: 1fr; }
  .about-classic__photo { max-width: 310px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-card { padding: 22px 17px; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-bottom { flex-direction: column; }
  .site-footer { padding-bottom: 95px; }
}

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

/* Version 3: getrennte Terminbuchung, Gutscheine/Bank und Rechtliches */
.main-nav a.nav-booking { margin: 12px 0 12px 8px; min-height: 50px; padding-inline: 18px; align-self: center; background: var(--wm-green); color: #fff; font-weight: 750; }
.main-nav a.nav-booking:hover, .main-nav a.nav-booking:focus { background: var(--wm-green-dark); color: #fff; }
.price-info { margin-bottom: 34px; }
.gift-bank-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(230px, .65fr); gap: 22px; margin-top: 38px; }
.gift-card-panel, .bank-panel { padding: 30px; background: rgba(255,255,255,.64); border-top: 4px solid var(--wm-lime); box-shadow: 0 10px 32px rgba(78,104,63,.06); }
.gift-card-panel h3, .bank-panel h3 { margin: 0 0 16px; color: var(--wm-green); font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 400; }
.gift-card-panel p { margin: 0 0 20px; }
.gift-actions { display: flex; flex-wrap: wrap; gap: 18px; }
.bank-panel { text-align: center; }
.bank-panel h3 { text-align: left; }
.bank-hint { margin: -4px 0 18px; color: var(--wm-muted); text-align: left; font-size: 14px; }
.bank-qr { width: min(100%, 330px); margin: 0 auto; background: #fff; padding: 10px; border: 1px solid rgba(95,127,75,.16); }
.wm-email-reveal { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.wm-email-target a { font-weight: 700; }

@media (max-width: 980px) {
  .main-nav a.nav-booking { margin-left: 4px; padding-inline: 12px; }
  .gift-bank-grid { grid-template-columns: 1fr; }
  .bank-panel { text-align: left; }
  .bank-qr { margin-left: 0; }
}

@media (max-width: 800px) {
  .main-nav a.nav-booking { margin: 8px 12px; min-height: 48px; justify-content: center; border-bottom: 0; }
}

@media (max-width: 590px) {
  .gift-card-panel, .bank-panel { padding: 24px 18px; }
  .gift-card-panel h3, .bank-panel h3 { font-size: 30px; }
  .bank-qr { width: min(100%, 300px); }
}
.legal-teaser { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 26px; padding: 24px 26px; background: rgba(255,255,255,.54); border-left: 4px solid var(--wm-green); }
.legal-teaser h3 { margin-bottom: 6px; font-size: 28px; }
.legal-teaser p { margin: 0; color: var(--wm-muted); }
.form-legal { margin: -3px 0 3px; color: var(--wm-muted); font-size: 13px; }
@media (max-width: 590px) { .legal-teaser { flex-direction: column; align-items: flex-start; } }


/* Version 4.1: kundenfreundliche Inhaltsmodule, SEO-Text und schnelle responsive Darstellung */
.section-intro { max-width: 780px; margin: -6px 0 26px; color: var(--wm-muted); }
.intro-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.service-details { margin-top: 12px; border-top: 1px solid rgba(95,127,75,.16); padding-top: 10px; }
.service-details summary, .faq-list summary { cursor: pointer; color: var(--wm-green-dark); font-weight: 750; list-style-position: outside; }
.service-details summary { width: fit-content; }
.service-details[open] summary { margin-bottom: 10px; }
.service-details ul { margin: 10px 0 0; padding-left: 20px; }
.service-details li { margin: 5px 0; }
.faq-list { display: grid; gap: 10px; max-width: 860px; }
.faq-list details { padding: 17px 18px; background: rgba(255,255,255,.58); border-left: 3px solid rgba(95,127,75,.28); }
.faq-list details[open] { background: rgba(255,255,255,.78); border-left-color: var(--wm-lime); }
.faq-list summary { font-size: 16px; }
.faq-list p { margin: 12px 0 0; color: var(--wm-muted); }

@media (max-width: 590px) {
  .intro-actions { display: grid; grid-template-columns: 1fr; }
  .intro-actions .classic-button { width: 100%; text-align: center; }
  .faq-list details { padding: 15px 14px; }
}
