/* Praxisgemeinschaft Graetschel & Brunn — Bad Honnef
   System: „Gemeinsam niedergelassen"
   Warmes Weiß · Aprikose · Salbei, hohe Kontraste · Outfit / Roboto Serif
   Asymmetrischer Hero mit versetztem Tall-Bild, Register-Leisten,
   Praxisgemeinschaft (2 Therapeutinnen, 1 Adresse) als Leitmodul */

:root {
  --warmw: #fdf6ee;
  --warmw-2: #f7ecdd;
  --apri: #e88c3a;
  --apri-2: #f2ab68;
  --sage: #7c9a72;
  --sage-2: #a7bfa0;
  --inkc: #2c2620;
  --grey-c: #6f675c;
  --hair-c: rgba(44, 38, 32, .17);
  --apri-hair: rgba(232, 140, 58, .4);
  --pad: clamp(1.25rem, 4.5vw, 3.5rem);
  --luft: clamp(5rem, 10.5vw, 9.5rem);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Roboto Serif", Georgia, serif;
  background: var(--warmw);
  color: var(--inkc);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--apri-2); color: var(--inkc); }
img { display: block; max-width: 100%; }
a { color: inherit; }
body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 70; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='c6'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.79' numOctaves='2' seed='83'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23c6)'/%3E%3C/svg%3E");
}

.gc-head {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .9rem var(--pad);
  background: rgba(253, 246, 238, .9);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 2px solid var(--apri);
}
.gc-head .id { font-family: "Outfit", "Segoe UI", sans-serif; font-weight: 700; font-size: 1rem; text-decoration: none; white-space: nowrap; }
.gc-head .id span { color: var(--apri); }
.gc-head nav { display: flex; gap: 1.6rem; }
.gc-head nav a { font-family: "Outfit", sans-serif; font-size: .9rem; font-weight: 500; color: var(--grey-c); text-decoration: none; transition: color .2s; }
.gc-head nav a:hover, .gc-head nav a[aria-current="page"] { color: var(--inkc); }
.gc-head .call { font-family: "Outfit", sans-serif; font-weight: 700; font-size: .9rem; color: var(--warmw); background: var(--inkc); text-decoration: none; padding: .5rem 1.05rem; white-space: nowrap; transition: background .2s; }
.gc-head .call:hover { background: var(--apri); }

.off-hero {
  padding: clamp(8rem, 16vw, 11.5rem) var(--pad) clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
  max-width: 1240px;
  margin: 0 auto;
}
.off-hero .o-kick { font-family: "Outfit", sans-serif; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .26em; color: var(--apri); }
.off-hero h1 { font-family: "Outfit", sans-serif; font-weight: 700; font-size: clamp(2.4rem, 5.6vw, 4.8rem); line-height: 1.06; letter-spacing: -.02em; max-width: 14ch; margin-top: clamp(1rem, 2.5vw, 1.7rem); }
.off-hero h1 em { font-style: normal; color: var(--sage); }
.off-hero .o-sub { margin-top: clamp(1.3rem, 3vw, 2rem); max-width: 48ch; font-size: clamp(1.02rem, 1.5vw, 1.16rem); color: var(--grey-c); }
.off-hero .o-acts { margin-top: clamp(1.7rem, 4vw, 2.5rem); display: flex; flex-wrap: wrap; gap: .9rem; }
.obtn2 { display: inline-block; text-decoration: none; font-family: "Outfit", sans-serif; font-weight: 700; font-size: .97rem; padding: .95rem 1.55rem; transition: background .2s, color .2s, border-color .2s; }
.obtn2.inkc { background: var(--inkc); color: var(--warmw); }
.obtn2.inkc:hover { background: var(--apri); color: var(--inkc); }
.obtn2.rim2 { border: 1.5px solid var(--hair-c); color: var(--inkc); }
.obtn2.rim2:hover { border-color: var(--apri); color: var(--apri); }
/* versetztes Tall-Bild */
.off-hero .tallwrap { margin-top: clamp(2rem, 5vw, 4rem); }
.off-hero .tallwrap img { width: 100%; aspect-ratio: 3 / 4.15; object-fit: cover; border-top: 6px solid var(--apri); }
.off-hero .tallwrap figcaption { font-size: .85rem; color: var(--grey-c); padding-top: .8rem; }

.wrap { max-width: 1100px; margin: 0 auto; padding: 0 var(--pad); }
.sec { padding-block: var(--luft); }
.sec.mid { padding-block: clamp(3.2rem, 7vw, 5.5rem); }
.zone-sage { background: var(--sage-2); color: var(--inkc); }
.zone-inkc { background: var(--inkc); color: var(--warmw); }
.zone-inkc .stand, .zone-inkc p { color: rgba(253, 246, 238, .78); }
.zone-inkc h2 { color: var(--warmw); }
.h-out { font-family: "Outfit", sans-serif; font-weight: 700; font-size: clamp(1.75rem, 3.8vw, 2.9rem); line-height: 1.14; letter-spacing: -.015em; max-width: 22ch; }
.stand { margin-top: 1rem; font-size: 1.08rem; color: var(--grey-c); max-width: 54ch; }
.prose { max-width: 58ch; }
.prose p + p { margin-top: 1.05rem; }

/* Register-Leiste */
.regc {
  display: flex; flex-wrap: wrap; gap: .45rem 1.8rem;
  border-top: 2px solid var(--inkc); border-bottom: 1px solid var(--hair-c);
  padding: .75rem 0;
  font-family: "Outfit", sans-serif; font-size: .82rem; font-weight: 500; color: var(--grey-c);
  margin-bottom: clamp(1.5rem, 4vw, 2.4rem);
}
.regc b { color: var(--apri); font-weight: 700; }
.zone-sage .regc { border-color: var(--inkc); }

/* Duo-Karte: die zwei Therapeutinnen */
.duo-gc { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 2px solid var(--inkc); background: var(--inkc); gap: 2px; }
.duo-gc > article { background: var(--warmw); padding: clamp(1.6rem, 3.5vw, 2.6rem); }
.duo-gc > article:nth-child(2) { background: var(--warmw-2); }
.duo-gc .nm { font-family: "Outfit", sans-serif; font-weight: 700; font-size: 1.25rem; margin-bottom: .3rem; }
.duo-gc .rl { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--apri); display: block; margin-bottom: .8rem; }
.duo-gc p { color: var(--grey-c); font-size: .96rem; }

/* Listen */
.gc-list { border-top: 2px solid var(--inkc); }
.zone-inkc .gc-list { border-color: var(--apri-2); }
.gc-list > div { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: .35rem clamp(1.4rem, 4vw, 3.5rem); padding: 1.1rem 0; border-bottom: 1px solid var(--hair-c); align-items: baseline; }
.zone-inkc .gc-list > div { border-color: rgba(253, 246, 238, .22); }
.gc-list dt { font-family: "Outfit", sans-serif; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--apri); }
.zone-inkc .gc-list dt { color: var(--apri-2); }
.gc-list dd { font-weight: 500; }
.zone-inkc .gc-list dd { color: var(--warmw); }

/* Offen-Karte */
.gc-open { border: 2px dashed var(--apri); padding: clamp(1.7rem, 4vw, 2.7rem); }
.gc-open .lbl { display: inline-block; font-family: "Outfit", sans-serif; font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .22em; color: var(--warmw); background: var(--apri); padding: .35rem .8rem; margin-bottom: 1rem; }
.gc-open h3 { font-family: "Outfit", sans-serif; font-weight: 700; font-size: clamp(1.25rem, 2.7vw, 1.75rem); margin-bottom: .6rem; max-width: 27ch; }
.gc-open p { color: var(--grey-c); max-width: 58ch; }
.zone-inkc .gc-open p { color: rgba(253, 246, 238, .78); }

.gc-crisis { background: var(--inkc); color: var(--warmw); padding: clamp(2rem, 5vw, 3rem); margin-top: clamp(2.8rem, 6vw, 4.4rem); }
.gc-crisis h2 { font-family: "Outfit", sans-serif; font-weight: 700; font-size: 1.25rem; margin-bottom: .8rem; }
.gc-crisis p { color: rgba(253, 246, 238, .8); font-size: .97rem; }
.gc-crisis strong { color: #fff; }
.gc-crisis a { color: var(--apri-2); font-weight: 700; text-decoration: none; }
.gc-crisis a:hover { text-decoration: underline; }

/* Footer */
.gc-foot { background: var(--apri-2); padding: var(--luft) var(--pad) clamp(2.5rem, 6vw, 4rem); }
.gc-foot .kick { font-family: "Outfit", sans-serif; color: var(--inkc); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .26em; }
.gc-foot .huge { font-family: "Outfit", sans-serif; font-weight: 700; font-size: clamp(1.85rem, 5.2vw, 3.9rem); line-height: 1.1; letter-spacing: -.02em; max-width: 21ch; color: var(--inkc); margin-top: 1rem; }
.gc-foot .huge a { color: var(--inkc); text-decoration: none; border-bottom: 3px solid rgba(44, 38, 32, .35); white-space: nowrap; transition: border-color .2s; }
.gc-foot .huge a:hover { border-color: var(--inkc); }
.gc-baseline { background: var(--apri-2); color: rgba(44, 38, 32, .7); padding: 0 var(--pad) 2.4rem; display: flex; flex-wrap: wrap; gap: .8rem 2.2rem; justify-content: space-between; font-size: .88rem; }
.gc-baseline nav { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.gc-baseline a { color: rgba(44, 38, 32, .7); text-decoration: none; }
.gc-baseline a:hover { color: var(--inkc); }
.fnote { font-size: .85rem; color: var(--grey-c); padding: 1.3rem 0; max-width: 70ch; }
.zone-inkc .fnote { color: rgba(253, 246, 238, .62); }
.gc-foot .fnote { color: rgba(44, 38, 32, .65); }
sup.star { color: var(--apri); font-weight: 700; }
.zone-sage sup.star { color: var(--inkc); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 920px) {
  .off-hero { grid-template-columns: 1fr; }
  .off-hero .tallwrap img { aspect-ratio: 16 / 10; }
  .duo-gc { grid-template-columns: 1fr; }
  .gc-list > div { grid-template-columns: 1fr; gap: .2rem; }
}
@media (max-width: 700px) { .gc-head nav { display: none; } }
.wrap.prose { max-width: none; }
.wrap.prose > * { max-width: 60ch; }
