/* ============================================================
   ZUR WEGWARTE – Psychologische Beratung
   Designsystem V1 (provisorisches Logo, finale Marke folgt)
   Palette: Wegwarten-Blau (pastell) + Salbei/Creme/Gold aus
   Claudias Favoriten-Palette · Schrift: Fraunces Soft + Source Sans 3
   ============================================================ */

@font-face { font-family: 'Fraunces'; src: url('assets/fonts/Fraunces-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Fraunces'; src: url('assets/fonts/Fraunces-SemiBold.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Fraunces'; src: url('assets/fonts/Fraunces-Italic.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Source Sans 3'; src: url('assets/fonts/SourceSans3-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Source Sans 3'; src: url('assets/fonts/SourceSans3-SemiBold.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Source Sans 3'; src: url('assets/fonts/SourceSans3-Italic.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }

:root {
  --blau:        #7E93CC;   /* Wegwarten-Blau, pastell */
  --blau-tief:   #5F76B8;
  --flieder:     #B9C4E8;
  --flieder-hell:#E7ECF8;
  --salbei:      #9FB49A;
  --salbei-hell: #E4EADF;
  --creme:       #F7F5EE;
  --sand:        #EFEBDF;
  --gold:        #C9A44F;
  --gold-hell:   #E3CF96;
  --tinte:       #3E3931;   /* warmes Braungrau statt Schwarz */
  --grau:        #6F685D;
  --linie:       #DBD5C6;
  --radius: 14px;
  --w: min(1080px, 92vw);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Source Sans 3', system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.72;
  color: var(--tinte);
  background: var(--creme);
}

h1, h2, h3 { font-family: 'Fraunces', Georgia, serif; font-weight: 600; line-height: 1.18; color: var(--tinte); letter-spacing: .002em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.3rem); margin: 0 0 .5em; }
h2 { font-size: clamp(1.55rem, 3vw, 2.05rem); margin: 0 0 .6em; }
h3 { font-size: 1.22rem; margin: 1.4em 0 .4em; }
p  { margin: 0 0 1em; }
a  { color: var(--blau-tief); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--gold); }
:focus-visible { outline: 2.5px solid var(--blau-tief); outline-offset: 3px; border-radius: 4px; }

.eyebrow {
  font-size: .8rem; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: var(--salbei);
  margin: 0 0 .9em;
}
.eyebrow.gold { color: var(--gold); }

/* ---------- Weg-Linie: Signatur-Element ---------- */
.wegline { display: block; width: 130px; height: 18px; margin: .2em 0 1.4em; }
.wegline path { stroke: var(--gold); stroke-width: 2; fill: none; stroke-linecap: round; }
.wegline circle { fill: var(--blau); }
.center .wegline { margin-left: auto; margin-right: auto; }

/* ---------- Navigation ---------- */
.nav {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--creme) 88%, white);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--linie);
}
.nav-inner {
  width: var(--w); margin: 0 auto;
  display: flex; align-items: center; gap: 1rem;
  padding: .55rem 0;
}
.brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; color: var(--tinte); margin-right: auto; }
.brand img { width: 44px; height: 44px; }
.brand-name { font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.28rem; line-height: 1.05; }
.brand-sub  { display: block; font-family: 'Source Sans 3', sans-serif; font-weight: 600; font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: var(--grau); }
.nav-toggle { display: none; }
.nav-burger { display: none; }
.nav-links { display: flex; gap: .35rem; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  display: block; padding: .5rem .7rem; text-decoration: none;
  color: var(--tinte); font-weight: 600; font-size: .95rem; border-radius: 8px;
}
.nav-links a:hover { background: var(--flieder-hell); color: var(--blau-tief); }
.nav-links a[aria-current="page"] { color: var(--blau-tief); box-shadow: inset 0 -2.5px 0 var(--gold); border-radius: 8px 8px 0 0; }
.nav-cta a { background: var(--blau-tief); color: #fff !important; border-radius: 999px; padding: .5rem 1.05rem; }
.nav-cta a:hover { background: var(--blau); }

@media (max-width: 860px) {
  .nav-burger { display: block; cursor: pointer; padding: .5rem; margin-left: auto; }
  .nav-burger span { display: block; width: 24px; height: 2.5px; background: var(--tinte); margin: 5px 0; border-radius: 2px; transition: transform .25s, opacity .25s; }
  .brand { margin-right: 0; }
  .nav-inner { flex-wrap: wrap; }
  .nav-links { display: none; width: 100%; flex-direction: column; padding-bottom: .8rem; }
  .nav-toggle:checked ~ .nav-links { display: flex; }
  .nav-toggle:checked ~ .nav-burger span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle:checked ~ .nav-burger span:nth-child(2) { opacity: 0; }
  .nav-toggle:checked ~ .nav-burger span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .nav-cta a { display: inline-block; }
}

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(175deg, var(--flieder-hell) 0%, var(--creme) 58%, var(--salbei-hell) 130%);
  overflow: hidden;
}
.hero-inner {
  width: var(--w); margin: 0 auto;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 2.5rem;
  align-items: center; padding: 4.2rem 0 4.6rem;
}
.hero .claim { font-size: clamp(2.3rem, 5.4vw, 3.6rem); }
.hero .claim em { font-style: italic; color: var(--blau-tief); }
.hero-quote {
  font-family: 'Fraunces', serif; font-style: italic; font-size: 1.12rem;
  color: var(--grau); border-left: 3px solid var(--gold); padding-left: 1rem; margin: 1.4rem 0 1.8rem; max-width: 34rem;
}
.hero-flower { text-align: center; }
.hero-flower img { width: min(330px, 68vw); height: auto; filter: drop-shadow(0 14px 28px rgba(95,118,184,.18)); }
@media (prefers-reduced-motion: no-preference) {
  .hero-flower img { animation: sway 7s ease-in-out infinite alternate; transform-origin: 50% 62%; }
  @keyframes sway { from { transform: rotate(-1.6deg); } to { transform: rotate(1.6deg); } }
}
@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; padding: 2.6rem 0 3rem; text-align: center; }
  .hero-quote { margin-inline: auto; text-align: left; }
  .hero-flower { order: -1; }
  .hero-flower img { width: min(230px, 55vw); }
}

/* ---------- Buttons ---------- */
.btn { display: inline-block; font-weight: 600; text-decoration: none; border-radius: 999px; padding: .78rem 1.6rem; transition: background .2s, color .2s; }
.btn-primary { background: var(--blau-tief); color: #fff; }
.btn-primary:hover { background: var(--blau); color: #fff; }
.btn-ghost { color: var(--blau-tief); border: 1.5px solid var(--blau); }
.btn-ghost:hover { background: var(--flieder-hell); color: var(--blau-tief); }
.btn-row { display: flex; gap: .9rem; flex-wrap: wrap; }
@media (max-width: 860px) { .hero .btn-row { justify-content: center; } }

/* ---------- Sektionen ---------- */
.section { width: var(--w); margin: 0 auto; padding: 4rem 0; }
.section.tint { width: 100%; background: var(--sand); }
.section.tint > .inner, .inner { width: var(--w); margin: 0 auto; }
.section.tint { padding: 4rem 0; }
.center { text-align: center; }
.lead { font-size: 1.16rem; max-width: 46rem; }
.center .lead { margin-inline: auto; }
.maxw { max-width: 46rem; }

/* ---------- Karten ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: 1.3rem; margin-top: 2rem; }
.card {
  background: #fff; border: 1px solid var(--linie); border-radius: var(--radius);
  padding: 1.6rem 1.5rem; position: relative;
  box-shadow: 0 8px 22px rgba(62,57,49,.05);
}
.card h3 { margin-top: 0; }
.card .preis { font-family: 'Fraunces', serif; font-size: 1.5rem; color: var(--blau-tief); }
.card .dauer { color: var(--grau); font-size: .92rem; }
.card-corner { position: absolute; top: 10px; right: 10px; width: 44px; height: 44px; opacity: .8; }

/* Themen-Kacheln mit botanischem Eck-Ornament */
.themen { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 1rem; margin-top: 2rem; }
.thema {
  background: #fff; border: 1px solid var(--linie); border-radius: 12px;
  padding: 1.15rem 1.2rem 1.05rem; position: relative; overflow: hidden;
}
.thema::before {
  content: ""; position: absolute; inset: 6px; pointer-events: none;
  border: 1px solid var(--salbei-hell); border-radius: 8px;
}
.thema strong { display: block; font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.06rem; margin-bottom: .25rem; }
.thema span { font-size: .93rem; color: var(--grau); line-height: 1.5; display: block; }
.thema svg { position: absolute; bottom: -6px; right: -4px; width: 54px; height: 54px; opacity: .55; }
.themen-cols { display: grid; grid-template-columns: 1fr 1fr; column-gap: 2.4rem; margin-top: 1.8rem; }
.themen-cols > div { display: grid; grid-template-rows: subgrid; grid-row: span 3; align-content: start; }
.themen-cols .themen { margin-top: 1.4rem; align-self: start; }
@media (max-width: 860px) { .themen-cols { grid-template-columns: 1fr; } }

/* ---------- Ablauf (Weg-Schritte) ---------- */
.weg { list-style: none; margin: 2rem 0 0; padding: 0; position: relative; }
.weg::before { content: ""; position: absolute; left: 13px; top: 8px; bottom: 8px; border-left: 2px dashed var(--flieder); }
.weg li { position: relative; padding: 0 0 1.6rem 2.6rem; }
.weg li:last-child { padding-bottom: 0; }
.weg li::before {
  content: ""; position: absolute; left: 5px; top: .35em; width: 16px; height: 16px;
  border-radius: 50%; background: var(--blau); border: 3px solid var(--flieder-hell); box-shadow: 0 0 0 1.5px var(--blau);
}
.weg strong { font-family: 'Fraunces', serif; font-size: 1.08rem; }

/* ---------- Info-Boxen ---------- */
.box { border-radius: var(--radius); padding: 1.4rem 1.6rem; margin: 1.6rem 0; }
.box.blau { background: var(--flieder-hell); border: 1px solid var(--flieder); }
.box.salbei { background: var(--salbei-hell); border: 1px solid #C9D6C2; }
.box.gold { background: #F6EED9; border: 1px solid var(--gold-hell); }
.box h3 { margin-top: 0; }
.box.notfall { background: #fff; border: 1.5px solid var(--gold); }
.box.notfall .nummer { font-family: 'Fraunces', serif; font-size: 1.35rem; color: var(--blau-tief); white-space: nowrap; }

/* ---------- Tabellen ---------- */
.tabelle { width: 100%; border-collapse: collapse; margin: 1.6rem 0; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 22px rgba(62,57,49,.05); }
.tabelle th, .tabelle td { padding: .95rem 1.15rem; text-align: left; border-bottom: 1px solid var(--linie); }
.tabelle th { background: var(--flieder-hell); font-family: 'Fraunces', serif; font-weight: 600; }
.tabelle tr:last-child td { border-bottom: none; }
.tabelle .preis { font-weight: 600; color: var(--blau-tief); white-space: nowrap; }

/* ---------- FAQ ---------- */
.faq details { background: #fff; border: 1px solid var(--linie); border-radius: 12px; margin-bottom: .8rem; }
.faq summary { cursor: pointer; padding: 1.05rem 1.3rem; font-weight: 600; font-family: 'Fraunces', serif; font-size: 1.08rem; list-style: none; position: relative; padding-right: 3rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 1.2rem; top: 50%; transform: translateY(-52%); font-size: 1.5rem; color: var(--gold); font-family: 'Source Sans 3'; }
.faq details[open] summary::after { content: "–"; }
.faq details > div { padding: 0 1.3rem 1.2rem; }

/* ---------- Termin-Platzhalter ---------- */
.booking-slot {
  border: 2px dashed var(--flieder); border-radius: var(--radius);
  background: #fff; padding: 2.6rem 1.6rem; text-align: center; margin: 2rem 0;
}
.booking-slot img { width: 74px; opacity: .9; margin-bottom: .6rem; }

/* ---------- Kontakt ---------- */
.kontakt-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.4rem; margin-top: 1.5rem; }
@media (max-width: 860px) { .kontakt-grid { grid-template-columns: 1fr; } }
.kontakt-fakten { list-style: none; margin: 0; padding: 0; }
.kontakt-fakten li { padding: .55rem 0; border-bottom: 1px dashed var(--linie); }
.kontakt-fakten li:last-child { border-bottom: none; }
.kontakt-fakten strong { display: inline-block; min-width: 9.5rem; }

/* ---------- Porträt-Platzhalter ---------- */
.portrait {
  width: 210px; height: 210px; border-radius: 50%;
  background: linear-gradient(160deg, var(--flieder-hell), var(--salbei-hell));
  border: 3px solid #fff; box-shadow: 0 10px 26px rgba(62,57,49,.12);
  display: grid; place-items: center; margin: 0 auto 1.4rem;
}
.portrait img { width: 120px; }
.portrait img.foto { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.ueber-grid { display: grid; grid-template-columns: 260px 1fr; gap: 2.6rem; align-items: start; margin-top: 1.5rem; }
@media (max-width: 860px) { .ueber-grid { grid-template-columns: 1fr; } }

/* ---------- CTA-Band ---------- */
.cta-band { background: linear-gradient(120deg, var(--blau-tief), var(--blau) 60%, var(--salbei)); color: #fff; }
.cta-band .inner { padding: 3.4rem 0; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band .btn-primary { background: #fff; color: var(--blau-tief); }
.cta-band .btn-primary:hover { background: var(--creme); }

/* ---------- Footer ---------- */
footer { background: var(--tinte); color: #D8D2C6; margin-top: 0; }
.footer-inner { width: var(--w); margin: 0 auto; padding: 2.8rem 0 2.2rem; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2rem; font-size: .95rem; }
@media (max-width: 860px) { .footer-inner { grid-template-columns: 1fr; } }
footer a { color: var(--gold-hell); }
footer .brand-name { color: #fff; }
.footer-bottom { border-top: 1px solid #565046; }
.footer-bottom .inner { width: var(--w); margin: 0 auto; padding: 1rem 0; font-size: .84rem; color: #A79F91; display: flex; flex-wrap: wrap; gap: 1.4rem; }
.footer-bottom a { color: #C7C0B2; }

/* ---------- Kleinkram ---------- */
.hinweis { font-size: .9rem; color: var(--grau); }
.abstand { height: 1.5rem; }
ul.liste { padding-left: 1.2rem; }
ul.liste li { margin-bottom: .4rem; }
