/* Praxis Ahmed Javeed Habibyar — Rodgau
   System: „Zwei Diplome, fünf Sprachen"
   Blush-Rosa-Grund · dunkles Bordeaux-Ink · tiefes Rosé · Vollkorn / Work Sans
   Rein typografischer Hero (Bild weit unten), Bildbänder zwischen Sektionen,
   Doppel-Diplom + Sprachenvielfalt amtlich belegt */

:root {
  --blushh: #f6e9e4;
  --blushh-2: #efdcd1;
  --bord: #4a1f2c;
  --bord-2: #5f2c3b;
  --roseh: #a35162;
  --roseh-2: #c4798b;
  --grey-hb: #745f62;
  --hair-hb: rgba(74, 31, 44, .18);
  --rose-hair: rgba(163, 81, 98, .42);
  --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: "Work Sans", "Segoe UI", sans-serif;
  background: var(--blushh);
  color: var(--bord);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--roseh-2); color: var(--blushh); }
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='156' height='156'%3E%3Cfilter id='hb'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.79' numOctaves='2' seed='149'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23hb)'/%3E%3C/svg%3E");
}

.hb-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(246, 233, 228, .9);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hair-hb);
}
.hb-head .id { font-family: "Vollkorn", Georgia, serif; font-weight: 600; font-size: 1.05rem; text-decoration: none; white-space: nowrap; }
.hb-head .id b { color: var(--roseh); font-weight: 600; }
.hb-head nav { display: flex; gap: 1.6rem; }
.hb-head nav a { font-size: .9rem; font-weight: 500; color: var(--grey-hb); text-decoration: none; transition: color .2s; }
.hb-head nav a:hover, .hb-head nav a[aria-current="page"] { color: var(--bord); }
.hb-head .call { font-weight: 600; font-size: .9rem; color: var(--blushh); background: var(--bord); text-decoration: none; padding: .5rem 1.05rem; white-space: nowrap; transition: background .2s; }
.hb-head .call:hover { background: var(--roseh); }

/* Typo-only Hero */
.hb-typo {
  padding: clamp(8rem, 16vw, 12rem) var(--pad) clamp(3rem, 6vw, 5rem);
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.hb-typo::before {
  content: "؟";
  position: absolute;
  top: clamp(6.5rem, 13vw, 10rem);
  right: var(--pad);
  font-size: clamp(6rem, 14vw, 11rem);
  line-height: 1;
  color: var(--blushh-2);
  z-index: 0;
}
.hb-typo .hb-kick { position: relative; z-index: 1; font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .26em; color: var(--roseh); }
.hb-typo h1 { position: relative; z-index: 1; font-family: "Vollkorn", Georgia, serif; font-weight: 600; font-size: clamp(2.6rem, 6.4vw, 5.2rem); line-height: 1.08; max-width: 14ch; margin-top: clamp(1rem, 2.5vw, 1.7rem); }
.hb-typo h1 b { color: var(--roseh); font-weight: 600; }
.hb-typo .hb-sub { position: relative; z-index: 1; margin-top: clamp(1.3rem, 3vw, 2rem); max-width: 50ch; font-size: clamp(1.02rem, 1.5vw, 1.16rem); color: var(--grey-hb); }
.hb-typo .hb-acts { position: relative; z-index: 1; margin-top: clamp(1.8rem, 4vw, 2.6rem); display: flex; flex-wrap: wrap; gap: .9rem; }
.hbtn { display: inline-block; text-decoration: none; font-weight: 600; font-size: .97rem; padding: .95rem 1.55rem; transition: background .2s, color .2s, border-color .2s; }
.hbtn.bord { background: var(--bord); color: var(--blushh); }
.hbtn.bord:hover { background: var(--roseh); }
.hbtn.roseh { background: var(--roseh); color: var(--blushh); }
.hbtn.roseh:hover { background: var(--bord); }
.hbtn.rim { border: 1.5px solid var(--hair-hb); color: var(--bord); }
.hbtn.rim:hover { border-color: var(--roseh); color: var(--roseh); }

/* Sprach-Bänder */
.langband { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: clamp(1.6rem, 4vw, 2.6rem); }
.langchip { font-family: "Vollkorn", Georgia, serif; font-size: 1.1rem; border: 1.5px solid var(--roseh); padding: .6rem 1.3rem; }
.zone-bord-h .langchip { border-color: var(--roseh-2); }

/* Bildband */
.band-h { position: relative; min-height: clamp(280px, 48vh, 480px); overflow: hidden; }
.band-h img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band-h::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(74, 31, 44, .82), rgba(74, 31, 44, .06) 55%); }
.band-h figcaption { position: absolute; z-index: 2; left: var(--pad); bottom: clamp(1.4rem, 4vw, 2.4rem); color: var(--blushh); font-size: .92rem; max-width: 46ch; }
.band-h figcaption strong { display: block; font-family: "Vollkorn", Georgia, serif; font-weight: 600; font-size: clamp(1.15rem, 2.2vw, 1.5rem); margin-bottom: .3rem; }
.band-h::before { content: ""; position: absolute; z-index: 3; top: 0; bottom: 0; left: 0; width: 5px; background: var(--roseh); }

.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-bord-h { background: var(--bord); color: var(--blushh); }
.zone-bord-h .stand, .zone-bord-h p { color: rgba(246, 233, 228, .78); }
.zone-bord-h h2 { color: var(--blushh); }
.h-voll { font-family: "Vollkorn", Georgia, serif; font-weight: 600; font-size: clamp(1.85rem, 4vw, 3rem); line-height: 1.18; max-width: 22ch; }
.zone-bord-h .h-voll { color: var(--blushh); }
.stand { margin-top: 1rem; font-size: 1.08rem; color: var(--grey-hb); max-width: 54ch; }
.prose { max-width: 58ch; }
.prose p + p { margin-top: 1.05rem; }

.hb-list { border-top: 2px solid var(--bord); }
.zone-bord-h .hb-list { border-color: var(--roseh-2); }
.hb-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-hb); align-items: baseline; }
.zone-bord-h .hb-list > div { border-color: rgba(246, 233, 228, .22); }
.hb-list dt { font-size: .74rem; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; color: var(--roseh); }
.zone-bord-h .hb-list dt { color: var(--roseh-2); }
.hb-list dd { font-weight: 500; }
.zone-bord-h .hb-list dd { color: var(--blushh); }

.hb-open { border: 2px dashed var(--roseh); padding: clamp(1.7rem, 4vw, 2.7rem); }
.hb-open .lbl { display: inline-block; font-size: .74rem; font-weight: 600; text-transform: uppercase; letter-spacing: .22em; color: var(--blushh); background: var(--roseh); padding: .35rem .8rem; margin-bottom: 1rem; }
.hb-open h3 { font-family: "Vollkorn", Georgia, serif; font-weight: 600; font-size: clamp(1.25rem, 2.7vw, 1.8rem); margin-bottom: .6rem; max-width: 27ch; }
.hb-open p { color: var(--grey-hb); max-width: 58ch; }
.zone-bord-h .hb-open p { color: rgba(246, 233, 228, .78); }

.hb-crisis { background: var(--bord); color: var(--blushh); padding: clamp(2rem, 5vw, 3rem); margin-top: clamp(2.8rem, 6vw, 4.4rem); }
.hb-crisis h2 { font-family: "Vollkorn", Georgia, serif; font-weight: 600; font-size: 1.3rem; margin-bottom: .8rem; }
.hb-crisis p { color: rgba(246, 233, 228, .8); font-size: .97rem; }
.hb-crisis strong { color: #fff; }
.hb-crisis a { color: var(--roseh-2); font-weight: 600; text-decoration: none; }
.hb-crisis a:hover { text-decoration: underline; }

.b-foot { background: var(--bord-2); padding: var(--luft) var(--pad) clamp(2.5rem, 6vw, 4rem); }
.b-foot .kick { color: var(--roseh-2); font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .26em; }
.b-foot .huge { font-family: "Vollkorn", Georgia, serif; font-weight: 600; font-size: clamp(1.85rem, 5.2vw, 3.9rem); line-height: 1.2; max-width: 21ch; color: var(--blushh); margin-top: 1rem; }
.b-foot .huge a { color: var(--roseh-2); text-decoration: none; border-bottom: 2px solid var(--rose-hair); white-space: nowrap; transition: color .2s, border-color .2s; }
.b-foot .huge a:hover { color: var(--blushh); border-color: var(--blushh); }
.b-baseline { background: var(--bord-2); color: rgba(246, 233, 228, .62); padding: 0 var(--pad) 2.4rem; display: flex; flex-wrap: wrap; gap: .8rem 2.2rem; justify-content: space-between; font-size: .88rem; }
.b-baseline nav { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.b-baseline a { color: rgba(246, 233, 228, .62); text-decoration: none; }
.b-baseline a:hover { color: var(--blushh); }
.fnote { font-size: .85rem; color: var(--grey-hb); padding: 1.3rem 0; max-width: 70ch; }
.zone-bord-h .fnote { color: rgba(246, 233, 228, .62); }
.b-foot .fnote { color: rgba(246, 233, 228, .62); }
sup.star { color: var(--roseh); font-weight: 600; }
.zone-bord-h sup.star, .b-foot sup.star { color: var(--roseh-2); }
.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: 880px) { .hb-list > div { grid-template-columns: 1fr; gap: .2rem; } }
@media (max-width: 700px) { .hb-head nav { display: none; } }
.wrap.prose { max-width: none; }
.wrap.prose > * { max-width: 60ch; }
