/*
Theme Name: Dr. Osthus
Theme URI: https://dr-osthus.de
Author: simplexx
Description: Individuelles Theme für die Praxis Dr. Osthus – Plastische & Ästhetische Chirurgie. Umsetzung des Claude-Design-Handoffs (August 2026).
Version: 1.7.0
Requires PHP: 7.4
Text Domain: dr-osthus
*/

/* ====== Tokens ====== */
:root {
  --bg: #FBF8F1;
  --card: #FFFDF7;
  --euka: #E9EEE3;
  --euka-2: #F2F0E7;
  --sand: #F1EFE4;
  --sage: #7B8B6A;
  --sage-dark: #6A7A5B;
  --champ: #C7A87A;
  --champ-line: #EDE2CE;
  --champ-soft: #F0E8D8;
  --ink: #2C302D;
  --text: #4E544D;
  --text-2: #5A605A;
  --muted: #8A8F84;
  --gold-text: #B08F5D;
  --foot-text: rgba(237,231,218,.72);
  --foot-line: rgba(237,231,218,.22);
  --shadow-card: 0 2px 18px rgba(44,48,45,.05);
  --shadow-hover: 0 10px 30px rgba(44,48,45,.1);
  --shadow-mega: 0 22px 50px rgba(44,48,45,.1);
  --shadow-modal: 0 30px 80px rgba(44,48,45,.32);
}

/* ====== Base ====== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Mulish', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
}
img { max-width: 100%; height: auto; }
a { color: var(--sage-dark); text-decoration: none; }
a:hover { color: var(--ink); }
input, textarea, select, button { font-family: inherit; font-size: inherit; }
h1, h2, h3, .serif { font-family: 'Marcellus', serif; font-weight: 400; line-height: 1.2; margin: 0; }
h1 { font-size: 50px; line-height: 1.12; }
h2 { font-size: 36px; }
h3 { font-size: 25px; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.wrap { max-width: 1240px; margin: 0 auto; padding-left: 40px; padding-right: 40px; }
.goldline { width: 58px; height: 2px; background: var(--champ); border: 0; margin: 0 0 24px; }
.eyebrow { font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.kicker { font-size: 14px; color: var(--gold-text); margin-bottom: 16px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--sage); color: var(--bg);
  border: none; border-radius: 8px; padding: 17px 32px;
  font-size: 16px; cursor: pointer; transition: background .18s;
}
.btn:hover { background: var(--sage-dark); color: var(--bg); }
.btn svg { flex: none; transition: transform .2s; }
.btn:hover svg { transform: translateX(4px); }
/* Sanfter Puls für hervorgehobene CTAs (Kundenwunsch) */
@keyframes btnPulse {
  0% { box-shadow: 0 0 0 0 rgba(123,139,106,.4); }
  65% { box-shadow: 0 0 0 14px rgba(123,139,106,0); }
  100% { box-shadow: 0 0 0 0 rgba(123,139,106,0); }
}
.btn--pulse { animation: btnPulse 3s ease-out infinite; animation-delay: 1.2s; }
.btn--pulse:hover { animation: none; }
@media (prefers-reduced-motion: reduce) { .btn--pulse { animation: none; } }
.btn--small { padding: 13px 24px; font-size: 14.5px; border-radius: 6px; }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  background: none; border: 1px solid var(--sage); border-radius: 6px;
  color: var(--sage-dark); padding: 15px 30px; font-size: 15.5px; cursor: pointer;
}
.btn-ghost:hover { background: var(--euka); }
.arrowlink { display: inline-flex; align-items: center; gap: 10px; font-size: 15.5px; }
.arrowlink svg { transition: transform .2s; }
.arrowlink:hover svg { transform: translateX(3px); }

/* ====== Topbar ====== */
.topbar {
  background: var(--ink); color: var(--foot-text);
  font-size: 12.5px; height: 38px;
  position: sticky; top: 0; z-index: 80;
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 38px; }
.topbar__loc { display: flex; align-items: center; gap: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.topbar__links { display: flex; gap: 8px; }
.topbar__links a {
  color: var(--foot-text); border: 1px solid var(--foot-line);
  border-radius: 5px; padding: 4px 12px; white-space: nowrap; transition: border-color .18s;
}
.topbar__links a:hover { border-color: var(--champ); color: #EDE7DA; }

/* ====== Header ====== */
.siteheader {
  position: sticky; top: 38px; z-index: 70;
  background: rgba(251,248,241,.96);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--champ-line);
}
.siteheader__bar {
  display: flex; align-items: center; flex-wrap: wrap;
  row-gap: 12px; column-gap: clamp(16px, 2.5vw, 36px);
  padding-top: 14px; padding-bottom: 14px;
}
.logo { display: flex; align-items: center; gap: 14px; min-width: 0; color: var(--ink); }
.logo:hover { color: var(--ink); }
.logo__text { display: flex; flex-direction: column; justify-content: center; gap: 3px; }
.logo__word { font-family: 'Marcellus', serif; font-size: 24px; letter-spacing: .19em; line-height: 1; white-space: nowrap; }
.logo__sub { font-size: 8.5px; letter-spacing: .26em; color: var(--muted); text-transform: uppercase; white-space: nowrap; line-height: 1; }
.mainnav { display: flex; align-items: center; flex-wrap: wrap; row-gap: 8px; column-gap: clamp(14px, 2vw, 28px); margin-left: auto; font-size: 15px; }
.mainnav > .navitem { position: relative; }
.mainnav a.navlink { color: #4A4F49; white-space: nowrap; display: inline-flex; align-items: center; gap: 7px; padding: 10px 0; cursor: pointer; }
.mainnav a.navlink:hover { color: var(--ink); }
.header-cta { flex: none; }
.burger {
  display: none; margin-left: auto; flex: none; width: 46px; height: 46px;
  border-radius: 10px; border: 1px solid var(--champ-line); background: var(--card);
  align-items: center; justify-content: center; cursor: pointer;
}

/* Mega & Dropdown */
.mega {
  position: absolute; left: 0; right: 0; top: 100%;
  background: var(--bg); border-bottom: 1px solid var(--champ-line);
  box-shadow: var(--shadow-mega); display: none;
}
.mega.is-open { display: block; }
.mega__grid { display: grid; grid-template-columns: repeat(3, 1fr) .9fr; gap: 36px; padding-top: 36px; padding-bottom: 40px; }
.mega__title { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--ink); }
.mega__title .dot { width: 6px; height: 6px; border-radius: 3px; background: var(--champ); flex: none; }
.mega__title .serif { font-size: 20px; }
.mega__col > div { display: flex; flex-direction: column; gap: 2px; }
.mega__col a { font-size: 15px; color: var(--text); padding: 7px 10px; border-radius: 8px; }
.mega__col a:hover { background: var(--euka); color: var(--ink); }
.mega__promo { background: var(--euka); border-radius: 16px; padding: 26px 26px 24px; display: flex; flex-direction: column; gap: 12px; }
.mega__promo .serif { font-size: 22px; line-height: 1.3; }
.mega__promo p { font-size: 15px; line-height: 1.6; color: var(--text); margin: 0; }
.mega__promo .btn { margin-top: auto; padding: 14px 20px; font-size: 15px; border-radius: 8px; }
.infopanel__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-top: 32px; padding-bottom: 36px; }
.infopanel__grid a { font-size: 15.5px; color: var(--text); padding: 12px 14px; border-radius: 10px; background: var(--card); }
.infopanel__grid a:hover { background: var(--euka); color: var(--ink); }

/* Mobile Nav */
.mobilenav { display: none; border-top: 1px solid var(--champ-line); background: var(--bg); padding: 14px 20px 22px; max-height: 70vh; overflow: auto; }
.mobilenav.is-open { display: block; }
.mobilenav__group { padding: 12px 0; border-bottom: 1px solid var(--champ-soft); }
.mobilenav__group-title { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; }
.mobilenav__group-title .dot { width: 5px; height: 5px; border-radius: 3px; background: var(--champ); }
.mobilenav__group-title .serif { font-size: 18px; }
.mobilenav__group a { display: block; font-size: 15.5px; color: var(--text); padding: 9px 0; }
.mobilenav .btn { width: 100%; justify-content: center; margin-top: 16px; }

/* ====== Hero (Startseite) ====== */
.hero { position: relative; min-height: 620px; display: flex; align-items: center; background: repeating-linear-gradient(135deg, #E7E1D5 0 12px, #EFEAE0 12px 24px); padding: 60px 0; }
.hero__card {
  background: rgba(251,248,241,.95); border-radius: 20px;
  padding: 52px 54px 46px; max-width: 620px;
  box-shadow: 0 18px 50px rgba(44,48,45,.08);
  animation: fadeUp .7s ease both;
}
.hero__card h1 { font-size: 52px; line-height: 1.14; margin-bottom: 14px; }
.hero__tags { font-size: 13.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--sage-dark); margin-bottom: 20px; }
.hero__lead { font-size: 17px; line-height: 1.72; color: var(--text); margin: 0 0 30px; max-width: 46ch; }
.hero__trust { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: #7C8279; margin-top: 22px; }

/* Bands & sections */
.section { padding-top: 76px; }
.band { background: var(--euka); border-radius: 20px; padding: 40px 48px; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.band__icon { width: 118px; height: 118px; border-radius: 59px; background: var(--bg); display: flex; align-items: center; justify-content: center; flex: none; }
.band h2 { font-size: 33px; line-height: 1.25; margin-bottom: 12px; }
.band p { font-size: 16.5px; color: var(--text); margin: 0; max-width: 70ch; }

.journey { display: flex; flex-direction: column; gap: 6px; }
.journey__row { display: flex; align-items: center; gap: 26px; padding: 18px 24px; border-radius: 14px; transition: background .18s; }
.journey__row:hover { background: #F4F1E7; }
.journey__row--card:hover { background: rgba(251,248,241,.7); }
.journey__num { width: 46px; height: 46px; border-radius: 23px; background: #F3EDE0; color: var(--gold-text); font-family: 'Marcellus', serif; font-size: 20px; display: flex; align-items: center; justify-content: center; flex: none; }
.journey__row--card .journey__num { background: var(--bg); }
.journey__icon { flex: none; }
.journey__label { font-size: 13px; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 5px; }
.journey__row p { font-size: 16.5px; line-height: 1.6; color: var(--text-2); margin: 0; }

.quote { background: var(--sand); border-radius: 20px; padding: 44px 52px; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.quote__mark { font-family: 'Marcellus', serif; font-size: 76px; color: var(--champ); line-height: .6; flex: none; }
.quote p { font-family: 'Marcellus', serif; font-size: 29px; line-height: 1.45; margin: 0 0 12px; }
.quote__by { font-size: 15px; color: #7C8279; }

.reasons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.reason { display: flex; gap: 20px; align-items: flex-start; }
.reason__title { font-size: 13px; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 8px; }
.reason p { font-size: 16px; line-height: 1.65; color: var(--text-2); margin: 0; }

/* Cards */
.cardgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  background: var(--card); border-radius: 18px; padding: 32px 30px 28px;
  display: flex; flex-direction: column; gap: 14px; min-height: 250px;
  box-shadow: var(--shadow-card); color: var(--ink); transition: box-shadow .2s;
}
.card:hover { box-shadow: var(--shadow-hover); color: var(--ink); }
.card__icon { width: 52px; height: 52px; border-radius: 26px; background: var(--euka); display: flex; align-items: center; justify-content: center; }
.card__group { font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: #A79C86; }
.card h3 { font-size: 26px; line-height: 1.25; }
.card p { font-size: 15.5px; line-height: 1.65; color: var(--text-2); margin: 0; }
.card__more { margin-top: auto; font-size: 14.5px; color: var(--sage); }
.card--compact { min-height: 0; padding: 28px 28px 24px; gap: 11px; }
.card--compact h3 { font-size: 23px; }

.sectionhead { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 34px; }
.sectionhead h2 { font-size: 40px; margin-bottom: 12px; max-width: 24ch; }
.sectionhead p { font-size: 16.5px; line-height: 1.7; color: var(--text-2); margin: 0; max-width: 60ch; }

/* About block (home) */
.abouthome { background: var(--euka); }
.abouthome__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; padding-top: 84px; padding-bottom: 84px; }
.abouthome img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center top; border-radius: 20px; display: block; }
.abouthome h2 { font-size: 42px; line-height: 1.16; margin-bottom: 8px; }
.abouthome__role { font-size: 16px; color: var(--sage-dark); margin-bottom: 24px; }
.abouthome p { font-size: 17px; line-height: 1.75; color: var(--text); margin: 0 0 18px; }
.credgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 12px 0 30px; }
.cred { background: var(--bg); border-radius: 14px; padding: 20px 22px; display: flex; gap: 14px; align-items: flex-start; }
.cred svg { flex: none; margin-top: 2px; }
.cred__label { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: #A79C86; margin-bottom: 6px; }
.cred__value { font-size: 15.5px; line-height: 1.5; color: #3C413B; }

/* Book */
.book__grid { display: grid; grid-template-columns: 1fr .78fr; gap: 64px; align-items: center; padding-top: 84px; padding-bottom: 8px; }
.book__label { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; font-size: 15px; color: var(--gold-text); }
.book h2 { font-size: 40px; line-height: 1.18; margin-bottom: 22px; }
.book p { font-size: 17px; line-height: 1.75; color: var(--text); margin: 0 0 18px; }
.book__cover { background: var(--sand); border-radius: 20px; padding: 40px; }
.book__cover img { width: 100%; aspect-ratio: 3 / 4; object-fit: contain; border-radius: 12px; display: block; }

/* Dark info section */
.darksec { background: var(--ink); color: #EDE7DA; margin-top: 84px; }
.darksec__inner { padding-top: 84px; padding-bottom: 84px; }
.darksec h2 { font-size: 40px; margin-bottom: 18px; }
.darksec__intro { max-width: 52ch; margin-bottom: 44px; }
.darksec__intro p { font-size: 17px; line-height: 1.75; color: rgba(237,231,218,.78); margin: 0; }
.darkgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 38px; }
.darkcard { background: rgba(237,231,218,.06); border-radius: 16px; padding: 26px 26px 24px; display: flex; gap: 16px; align-items: flex-start; color: #EDE7DA; transition: background .18s; }
.darkcard:hover { background: rgba(237,231,218,.12); color: #EDE7DA; }
.darkcard svg { flex: none; }
.darkcard .serif { font-size: 22px; margin-bottom: 7px; }
.darkcard p { font-size: 15px; line-height: 1.6; color: rgba(237,231,218,.7); margin: 0; }
.darksec .btn:hover { background: #8B9B79; }
.btn-outline-light { display: inline-flex; align-items: center; border: 1px solid rgba(237,231,218,.3); border-radius: 8px; color: #EDE7DA; padding: 18px 32px; font-size: 16px; }
.btn-outline-light:hover { border-color: var(--champ); color: #EDE7DA; }

/* Location / map card */
.region__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding-top: 84px; padding-bottom: 84px; }
.region h2 { font-size: 38px; margin-bottom: 22px; }
.region p { font-size: 17px; line-height: 1.75; color: var(--text); margin: 0 0 18px; }
.loccard { background: var(--euka); border-radius: 20px; padding: 38px 40px 32px; }
.loccard--sand { background: var(--euka); }
.loccard__label { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; font-size: 15px; color: var(--sage-dark); }
.loccard .serif { font-size: 27px; line-height: 1.32; margin-bottom: 14px; }
.loccard__addr { font-size: 16.5px; line-height: 1.7; color: var(--text); }
.mapcard { position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden; margin-top: 22px; background: #EDF0E7; }
.mapcard--tall { aspect-ratio: 4 / 3; }
.mapcard i { position: absolute; border-radius: 4px; }
.mapcard__label { position: absolute; left: 14px; bottom: 14px; background: rgba(251,248,241,.94); border-radius: 20px; padding: 6px 13px; font-size: 12.5px; color: var(--text); z-index: 2; }
.mapcard__pinring { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 64px; height: 64px; border-radius: 32px; background: rgba(123,139,106,.16); }
.mapcard__pin { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -100%); }

/* ====== Generische Inhaltsseite ====== */
.pagehero { padding-top: 64px; }
.pagehero h1 { max-width: 26ch; margin-bottom: 18px; }
.pagehero .goldline { margin-top: 6px; }
.prose { max-width: 780px; padding-bottom: 8px; }
.prose > p:first-child { font-size: 18.5px; line-height: 1.72; }
.prose p { font-size: 17px; line-height: 1.75; color: var(--text); margin: 0 0 18px; }
.prose h2 { font-size: 32px; line-height: 1.22; margin: 44px 0 16px; }
.prose h3 { font-size: 23px; margin: 32px 0 12px; }
.prose ul, .prose ol { margin: 0 0 20px; padding-left: 24px; color: var(--text); }
.prose li { margin-bottom: 8px; font-size: 16.5px; line-height: 1.65; }
.prose li::marker { color: var(--champ); }
.prose a { border-bottom: 1px solid var(--champ-line); }
.prose a:hover { border-color: var(--champ); }
.prose img { border-radius: 14px; }
.prose table { border-collapse: collapse; width: 100%; margin: 0 0 22px; font-size: 15.5px; }
.prose th, .prose td { border: 1px solid var(--champ-line); padding: 10px 14px; text-align: left; }
.prose th { background: var(--euka-2); font-weight: 600; }
/* CTA-Absätze (alleinstehende Beratungs-Links) als Button */
.prose p.is-cta a, .prose p:has(> a:only-child[href^="/beratung"]) a {
  display: inline-flex; align-items: center; background: var(--sage); color: var(--bg);
  border-radius: 8px; padding: 15px 28px; font-size: 15.5px; border-bottom: none;
}
.prose p.is-cta a:hover, .prose p:has(> a:only-child[href^="/beratung"]) a:hover { background: var(--sage-dark); }

/* FAQ */
.do-faq { display: flex; flex-direction: column; gap: 12px; margin: 8px 0 28px; }
.do-faq__item { background: var(--card); border-radius: 16px; padding: 6px 26px; box-shadow: var(--shadow-card); }
.faqsec .do-faq__item { background: var(--bg); box-shadow: none; }
.do-faq__item summary {
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding: 20px 0; cursor: pointer;
  font-family: 'Marcellus', serif; font-size: 21px; color: var(--ink);
}
.do-faq__item summary::-webkit-details-marker { display: none; }
.do-faq__sign { flex: none; width: 22px; text-align: center; font-size: 22px; color: var(--champ); }
.do-faq__sign::before { content: '+'; }
.do-faq__item[open] .do-faq__sign::before { content: '–'; }
.do-faq__body { padding-bottom: 22px; }
.do-faq__body p { font-size: 16.5px; line-height: 1.72; color: var(--text); margin: 0 0 12px; max-width: 70ch; }
.faqsec { background: var(--euka); margin-top: 64px; }
.faqsec__grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: 56px; padding-top: 76px; padding-bottom: 76px; }

/* Autorenprofil */
.authorbox {
  display: grid; grid-template-columns: 180px 1fr; gap: 36px; align-items: start;
  background: var(--card); border-radius: 18px; padding: 38px 40px;
  box-shadow: var(--shadow-card); margin: 56px 0 0;
}
.authorbox img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center top; border-radius: 12px; display: block; }
.authorbox__label { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.authorbox h2 { font-size: 28px; line-height: 1.22; margin: 0 0 6px; }
.authorbox__role { font-size: 15.5px; color: var(--sage-dark); margin-bottom: 16px; }
.authorbox .goldline { width: 48px; margin-bottom: 18px; }
.authorbox p { font-size: 16.5px; line-height: 1.7; color: var(--text); margin: 0 0 14px; max-width: 74ch; }
.authorbox__links { display: flex; flex-wrap: wrap; gap: 14px; }

/* CTA-Band */
.ctaband { background: var(--euka); border-radius: 20px; padding: 44px 48px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 32px; margin: 64px 0 84px; }
.ctaband h2 { font-size: 34px; line-height: 1.22; margin-bottom: 10px; max-width: 30ch; }
.ctaband p { font-size: 16.5px; line-height: 1.7; color: var(--text); margin: 0; max-width: 58ch; }

/* ====== Behandlungs-Pillar ====== */
.pillar-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding-top: 60px; padding-bottom: 64px; }
.pillar-hero h1 { font-size: 54px; line-height: 1.1; margin-bottom: 14px; }
.pillar-hero__img { aspect-ratio: 4 / 5; border-radius: 20px; background: repeating-linear-gradient(135deg, #E7E1D5 0 12px, #EFEAE0 12px 24px); }
.anchorbar { background: var(--euka); border-radius: 16px; padding: 18px 28px; display: flex; flex-wrap: wrap; gap: 26px; font-size: 15px; }
.anchorbar a { color: #5A6055; }
.anchorbar a:hover { color: var(--ink); }
.pillar-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; padding-top: 72px; padding-bottom: 72px; }
.pillar-intro h2 { font-size: 38px; margin-bottom: 22px; }
.pillar-intro p { font-size: 17px; line-height: 1.75; color: var(--text); margin: 0 0 18px; }
.updated { font-size: 12.5px; letter-spacing: .06em; color: var(--muted); margin-bottom: 12px; }
.factbox { background: var(--card); border-radius: 18px; padding: 32px; align-self: start; box-shadow: var(--shadow-card); position: sticky; top: 160px; }
.factbox__head { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; font-size: 15px; color: var(--gold-text); }
.factrow { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid #F1E9D8; font-size: 15.5px; }
.factrow span:first-child { color: #7C8279; }
.factrow span:last-child { color: var(--ink); text-align: right; }
.factbox .btn { width: 100%; margin-top: 24px; justify-content: center; padding: 16px; font-size: 15.5px; }
.sandpanel { background: var(--sand); border-radius: 20px; padding: 48px 52px; }
.sandpanel h2 { font-size: 36px; margin-bottom: 30px; }
.twocol { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding-bottom: 76px; }
.twocol h2 { font-size: 34px; margin-bottom: 20px; }
.twocol p { font-size: 17px; line-height: 1.75; color: var(--text); margin: 0 0 18px; }
.iconlabel { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; font-size: 15px; }
.iconlabel--gold { color: var(--gold-text); }
.iconlabel--sage { color: var(--sage-dark); }
.eukapanel { background: var(--euka); border-radius: 20px; padding: 40px; }
.eukapanel h3 { font-size: 29px; line-height: 1.24; margin-bottom: 16px; }
.eukapanel p { font-size: 16.5px; line-height: 1.7; color: var(--text); margin: 0 0 18px; }
.eukapanel p:last-child { margin-bottom: 0; }
.risk { display: grid; grid-template-columns: .62fr 1.38fr; gap: 56px; padding-bottom: 76px; }
.risk h2 { font-size: 32px; line-height: 1.22; margin-bottom: 14px; }
.risk__note { font-size: 16px; line-height: 1.7; color: #7C8279; margin: 0; }
.risk p { font-size: 17px; line-height: 1.75; color: var(--text); margin: 0 0 24px; }
.costgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.costcard { background: var(--card); border-radius: 16px; padding: 24px 26px; box-shadow: var(--shadow-card); }
.costcard__label { font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: #A79C86; margin-bottom: 8px; }
.costcard__value { font-size: 16px; line-height: 1.55; color: #3C413B; }
.smallnote { font-size: 14.5px; line-height: 1.7; color: #7C8279; margin: 20px 0 0; }

/* ====== Buchungsseite ====== */
.booking { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: start; padding-top: 70px; padding-bottom: 84px; }
.booking h1 { font-size: 48px; line-height: 1.14; margin-bottom: 18px; max-width: 24ch; }
.booking__lead { font-size: 17px; line-height: 1.72; color: var(--text); max-width: 56ch; margin: 0 0 36px; }
.bookform {
  background: var(--card); border-radius: 20px; padding: 36px;
  box-shadow: var(--shadow-card);
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}
.bookform label { display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: #7C8279; }
.bookform .span2 { grid-column: span 2; }
.bookform input[type=text], .bookform input[type=email], .bookform input[type=tel], .bookform select, .bookform textarea {
  border: 1px solid var(--champ-line); border-radius: 8px; background: var(--bg);
  padding: 13px 14px; font-size: 16px; color: var(--ink); outline: none; width: 100%;
}
.bookform textarea { padding: 14px; line-height: 1.6; resize: vertical; }
.bookform select {
  -webkit-appearance: none; -moz-appearance: none; appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%237B8B6A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px 8px;
  padding-right: 42px;
  cursor: pointer;
}
.bookform select::-ms-expand { display: none; }
.bookform input:focus, .bookform select:focus, .bookform textarea:focus { border-color: var(--sage); }
.bookform .consent { flex-direction: row; gap: 12px; align-items: flex-start; font-size: 14.5px; line-height: 1.6; color: var(--text-2); }
.bookform .consent input { margin-top: 4px; accent-color: var(--sage); }
.bookform .btn { grid-column: span 2; justify-self: start; }
.form-success { background: var(--euka); border-radius: 20px; padding: 40px; display: flex; gap: 20px; align-items: flex-start; }
.form-success .serif { font-size: 28px; margin-bottom: 10px; }
.form-success p { font-size: 16.5px; line-height: 1.7; color: var(--text); margin: 0; }
.form-error { background: #F7ECE9; border: 1px solid #E6CCC5; color: #A2564A; border-radius: 10px; padding: 14px 18px; font-size: 15px; margin-bottom: 20px; }
.contactrow { display: flex; gap: 14px; align-items: flex-start; padding: 12px 0; border-top: 1px solid #D8DECC; }
.contactrow svg { flex: none; margin-top: 2px; }
.contactrow__label { font-size: 13px; color: #8A9080; margin-bottom: 3px; }
.contactrow__value { font-size: 16px; line-height: 1.55; color: #3C413B; }
.hp-field { position: absolute !important; left: -9999px !important; }

/* ====== Über-Seite ====== */
.about-hero { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; padding-top: 64px; padding-bottom: 72px; }
.about-hero img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center top; border-radius: 20px; display: block; }
.about-hero__role { font-size: 16px; color: var(--sage-dark); margin-bottom: 22px; }
.about-hero p { font-size: 17px; line-height: 1.75; color: var(--text); margin: 0 0 18px; }
.about-body { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; padding-bottom: 72px; }
.about-body h2 { font-size: 34px; margin-bottom: 20px; }
.about-body p { font-size: 17px; line-height: 1.75; color: var(--text); margin: 0 0 18px; }
.stance { background: var(--euka); border-radius: 20px; padding: 34px 36px; margin-bottom: 20px; }
.stance h3 { font-size: 26px; margin-bottom: 18px; }
.stance__item { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; font-size: 16px; line-height: 1.55; color: #3C413B; }
.stance__item svg { flex: none; margin-top: 3px; }
.pubs { background: var(--card); border-radius: 20px; padding: 34px 36px; box-shadow: var(--shadow-card); }
.pubs h3 { font-size: 26px; margin-bottom: 16px; }
.pubs a { display: block; font-size: 15.5px; line-height: 1.5; margin-bottom: 12px; }

/* ====== Footer ====== */
.sitefooter { background: var(--ink); color: var(--foot-text); margin-top: 84px; }
.page-template-default .sitefooter, .home .sitefooter { margin-top: 0; }
.sitefooter__grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 44px; padding-top: 64px; padding-bottom: 36px; }
.sitefooter__brand { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.sitefooter__word { font-family: 'Marcellus', serif; font-size: 21px; letter-spacing: .18em; color: #EDE7DA; line-height: 1; white-space: nowrap; }
.sitefooter__sub { font-size: 8.5px; letter-spacing: .26em; text-transform: uppercase; margin-top: 3px; line-height: 1; }
.sitefooter p { font-size: 15px; line-height: 1.7; margin: 0; max-width: 34ch; }
.sitefooter__coltitle { font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--champ); margin-bottom: 16px; }
.sitefooter__coltitle--btn { display: flex; align-items: center; gap: 8px; width: 100%; text-align: left; background: none; border: 0; padding: 0; font-family: inherit; cursor: default; }
.sitefooter__chev { display: none; flex: none; transition: transform .2s; }
.sitefooter__col > div { display: flex; flex-direction: column; gap: 11px; font-size: 15px; }
.sitefooter a { color: var(--foot-text); }
.sitefooter a:hover { color: #EDE7DA; }
.sitefooter__contact { font-size: 15px; line-height: 1.75; }
.sitefooter__cta { display: inline-block; margin-top: 18px; background: none; border: 1px solid rgba(237,231,218,.3); border-radius: 8px; color: #EDE7DA; padding: 14px 22px; font-size: 14.5px; cursor: pointer; }
.sitefooter__cta:hover { border-color: var(--champ); color: #EDE7DA; }
.sitefooter__bottom { padding-bottom: 36px; }
.sitefooter__line { height: 1px; background: rgba(237,231,218,.16); margin-bottom: 20px; }
.sitefooter__legal { display: flex; flex-wrap: wrap; gap: 24px; font-size: 13.5px; }

/* ====== Popup ====== */
.notice-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(44,48,45,.55);
  -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
  display: none; align-items: flex-start; justify-content: center;
  padding: 24px; overflow-y: auto;
}
.notice-overlay.is-open { display: flex; }
.notice { width: 100%; max-width: 560px; margin: auto; background: var(--card); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-modal); }
.notice__head { position: relative; background: var(--sage); padding: 30px 36px 34px; }
.notice__badge { display: inline-block; background: rgba(251,248,241,.18); color: var(--bg); border-radius: 20px; padding: 8px 18px; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; }
.notice__title { font-family: 'Marcellus', serif; font-size: 32px; line-height: 1.2; color: var(--bg); margin-top: 24px; }
.notice__x { position: absolute; top: 22px; right: 24px; width: 34px; height: 34px; border-radius: 17px; border: none; background: rgba(251,248,241,.2); color: var(--bg); font-size: 17px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.notice__x:hover { background: rgba(251,248,241,.32); }
.notice__body { padding: 30px 36px 34px; }
.notice__body > p { font-size: 16.5px; line-height: 1.68; color: var(--text); margin: 0 0 24px; }
.notice__addr { background: var(--euka-2); border-left: 3px solid var(--sage); border-radius: 6px; padding: 22px 24px; margin-bottom: 28px; }
.notice__addr-label { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--sage-dark); margin-bottom: 12px; }
.notice__addr-text { font-size: 16.5px; line-height: 1.62; color: #3C413B; }

/* ====== Scroll-Reveal ======
   .reveal-ready wird früh per JS aufs <html> gesetzt; ohne JS bleibt alles sichtbar. */
.reveal-ready .will-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
  transition-delay: var(--rd, 0ms);
}
.reveal-ready .will-reveal.is-revealed { opacity: 1; transform: none; }
.reveal-ready .will-reveal .card__icon,
.reveal-ready .will-reveal .band__icon,
.reveal-ready .will-reveal .journey__num {
  transform: scale(.82);
  transition: transform .7s cubic-bezier(.34,1.4,.64,1);
  transition-delay: calc(var(--rd, 0ms) + 120ms);
}
.reveal-ready .will-reveal.is-revealed .card__icon,
.reveal-ready .will-reveal.is-revealed .band__icon,
.reveal-ready .will-reveal.is-revealed .journey__num { transform: scale(1); }
.reveal-ready .goldline.will-reveal {
  opacity: 1;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .7s ease;
}
.reveal-ready .goldline.will-reveal.is-revealed { transform: scaleX(1); }
@media (prefers-reduced-motion: reduce) {
  .reveal-ready .will-reveal,
  .reveal-ready .will-reveal .card__icon,
  .reveal-ready .will-reveal .band__icon,
  .reveal-ready .will-reveal .journey__num {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ====== Responsive ====== */
@media (max-width: 1020px) {
  .mega__grid { grid-template-columns: repeat(2, 1fr); }
  .infopanel__grid { grid-template-columns: repeat(2, 1fr); }
  .cardgrid, .reasons, .darkgrid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  body { overflow-x: hidden; overflow-wrap: break-word; }
  .wrap { padding-left: 20px; padding-right: 20px; }
  .band > div, .quote > div, .darksec__intro { min-width: 0 !important; }
  .band__icon { width: 84px; height: 84px; }
  .band__icon svg { width: 38px; height: 38px; }
  .quote { gap: 20px; }
  .quote p { font-size: 22px; }
  .quote__mark { font-size: 54px; }
  .quote > svg { display: none; }
  h1, .hero__card h1, .pillar-hero h1, .booking h1 { font-size: 34px !important; line-height: 1.16 !important; }
  h2, .sectionhead h2, .darksec h2, .abouthome h2, .book h2 { font-size: 27px !important; line-height: 1.22 !important; }
  h3 { font-size: 21px !important; }
  .section { padding-top: 46px; }
  .mainnav, .header-cta { display: none; }
  .burger { display: flex; }
  .mega, .infopanel { display: none !important; }
  .logo__word { font-size: 19px; letter-spacing: .14em; }
  .topbar__links { display: none; }
  .hero { min-height: 0; padding: 46px 0; }
  .hero__card { padding: 32px 26px; }
  .band, .quote, .ctaband, .sandpanel, .loccard { padding: 28px 24px; }
  .cardgrid, .reasons, .darkgrid, .credgrid, .costgrid,
  .abouthome__grid, .book__grid, .region__grid, .pillar-hero, .pillar-intro,
  .twocol, .risk, .faqsec__grid, .booking, .about-hero, .about-body,
  .sitefooter__grid, .authorbox, .bookform { grid-template-columns: 1fr !important; gap: 24px !important; }
  .bookform .span2, .bookform .btn { grid-column: auto; }
  .journey__row { gap: 16px; padding: 14px 12px; }
  .factbox { position: static; }
  .pillar-hero__img { display: none; } /* Platzhalter ausblenden, bis echte Fotos da sind */
  .sitefooter__col--hide-m { display: none; }
  .sitefooter__grid > div:first-child { text-align: center; }
  .sitefooter__brand { justify-content: center; }
  .sitefooter p { margin: 0 auto; }
  .sitefooter__col--acc { text-align: center; }
  .sitefooter__col--acc > div { display: none; align-items: center; }
  .sitefooter__col--acc.is-open > div { display: flex; }
  .sitefooter__col--acc .sitefooter__coltitle--btn { cursor: pointer; margin-bottom: 0; justify-content: center; }
  .sitefooter__col--acc.is-open .sitefooter__coltitle--btn { margin-bottom: 16px; }
  .sitefooter__chev { display: inline-block; }
  .sitefooter__col--acc.is-open .sitefooter__chev { transform: rotate(180deg); }
  .pagehero { padding-top: 40px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__card { animation: none; }
}

/* ====== Cookie-Consent ====== */
.consentbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 300;
  padding: 0 18px 18px;
  transform: translateY(120%);
  transition: transform .38s cubic-bezier(.22,.85,.36,1);
}
.consentbar.is-open { transform: none; }
@media (prefers-reduced-motion: reduce) { .consentbar { transition: none; } }

.consentbar__inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; gap: 30px; align-items: flex-start;
  background: var(--card);
  border-top: 3px solid var(--champ);
  border-radius: 14px;
  box-shadow: var(--shadow-modal);
  padding: 26px 30px;
}
.consentbar__text { flex: 1 1 auto; min-width: 0; }
.consentbar__title { font-family: 'Marcellus', serif; font-size: 21px; line-height: 1.25; color: var(--text); margin-bottom: 10px; }
.consentbar__text p { font-size: 15px; line-height: 1.62; color: var(--text-2); margin: 0; }
.consentbar__text a { color: var(--sage-dark); text-decoration: underline; text-underline-offset: 2px; }

.consentbar__actions { flex: none; width: 232px; display: flex; flex-direction: column; gap: 10px; }
.consentbar__actions .btn,
.consentbar__actions .btn-ghost { width: 100%; justify-content: center; text-align: center; }
.consentbar__more {
  border: none; background: none; cursor: pointer; padding: 2px 0;
  font: inherit; font-size: 14px; color: var(--text-2);
  text-decoration: underline; text-underline-offset: 3px;
}
.consentbar__more:hover { color: var(--sage-dark); }
.consentbar__links { display: flex; gap: 10px; justify-content: center; font-size: 13px; color: var(--text-2); }
.consentbar__links a { color: var(--text-2); text-decoration: none; }
.consentbar__links a:hover { color: var(--sage-dark); text-decoration: underline; }

.consentbar__details { margin-top: 20px; border-top: 1px solid var(--euka); padding-top: 6px; max-height: 40vh; overflow-y: auto; }
.consentbar__svc { padding: 16px 0; border-bottom: 1px solid var(--euka); }
.consentbar__svc:last-child { border-bottom: none; }
.consentbar__svc-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 6px; }
.consentbar__svc-name { font-size: 15.5px; font-weight: 600; color: var(--text); }
.consentbar__svc-always { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--sage-dark); }
.consentbar__svc p { font-size: 14px; line-height: 1.6; color: var(--text-2); margin: 0; }

.switch { position: relative; display: inline-flex; flex: none; cursor: pointer; }
.switch input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.switch__track { width: 46px; height: 26px; border-radius: 13px; background: #D8D6CB; transition: background .22s; display: block; }
.switch__knob { display: block; width: 20px; height: 20px; margin: 3px; border-radius: 10px; background: #FFF; box-shadow: 0 1px 3px rgba(0,0,0,.22); transition: transform .22s; }
.switch input:checked + .switch__track { background: var(--sage); }
.switch input:checked + .switch__track .switch__knob { transform: translateX(20px); }
.switch input:focus-visible + .switch__track { outline: 2px solid var(--sage-dark); outline-offset: 2px; }

@media (max-width: 860px) {
  .consentbar { padding: 0 12px 12px; }
  .consentbar__inner { flex-direction: column; gap: 20px; padding: 22px 20px; max-height: 88vh; overflow-y: auto; }
  .consentbar__actions { width: 100%; }
  .consentbar__title { font-size: 19px; }
}
