/* =========================================================
   Nabel Alsulaiman — Hub / Lead-Magnet Funnel
   Brand-Tokens aus brands/NabelAlsulaiman.ts
   ========================================================= */
:root {
  --bg:        #121012;  /* Midnight (V7) */
  --mid:       #1A1517;  /* Card Dark (V7) */
  --rose:      #E5A9B3;  /* Rosé (V7 — Signatur/Script) */
  --rose-dark: #C98D98;  /* Rosé dunkler */
  --cream:     #F7EFE9;  /* Cream (Fließtext) */
  --gold:      #E8B741;  /* Warm Gold (CTA) */
  --gold-2:    #F0C84A;
  --mauve:     #A08E92;  /* Sekundärtext */
  --white:     #FFFFFF;
  --radius: 16px;
  --maxw: 1100px;
  --shadow: 0 20px 60px rgba(0,0,0,.45);
  --font-h: 'Inter', system-ui, -apple-system, sans-serif;
  --font-a: 'Dancing Script', cursive;
  --font-m: 'JetBrains Mono', ui-monospace, monospace;
  --dot-opacity: .10;
}

/* Light theme override — nur Struktur (BG/Text) dreht sich um, Gold/Rosé bleiben IDENTISCH */
[data-theme="light"] {
  --bg:     #F7EFE9;
  --mid:    #FFFFFF;
  --cream:  #241F21;
  --mauve:  #7A6A6E;
  --shadow: 0 12px 32px rgba(36,31,33,.08);
  --dot-opacity: .35;
}
[data-theme="light"] .nav { box-shadow: 0 1px 0 color-mix(in srgb, var(--rose) 16%, transparent); }
[data-theme="light"] .card,
[data-theme="light"] .dl-item,
[data-theme="light"] .chip,
[data-theme="light"] .search { border-color: color-mix(in srgb, var(--rose) 20%, transparent); }
/* Gold als Text auf fast-weißem Grund ist zu kontrastarm — Gold bleibt exakt gleich,
   spielt in Hell nur die Rolle "Füllung" statt "Textfarbe" (kein neuer Ton erfunden). */
[data-theme="light"] .tag,
[data-theme="light"] .msg.ok { background: var(--gold); color: #14110c; }
[data-theme="light"] .file-btn { background: color-mix(in srgb, var(--gold) 14%, var(--mid)); color: var(--cream); border-color: color-mix(in srgb, var(--gold) 55%, transparent); }

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-h);
  background-color: var(--bg);
  background-image: radial-gradient(rgba(244,194,194,var(--dot-opacity)) 1px, transparent 1px); /* V7 Punkte */
  background-size: 20px 20px;
  color: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }

.accent { font-family: var(--font-a); font-style: normal; color: var(--rose); font-weight: 700; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 85%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid color-mix(in srgb, var(--rose) 12%, transparent);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 8px 0; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--cream); }
.brand-logo { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; background: #121012; border: 1px solid color-mix(in srgb, var(--gold) 30%, transparent); flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-weight: 800; letter-spacing: .3px; font-size: 16px; }
.brand-role { font-family: var(--font-a); font-style: normal; font-weight: 700; color: var(--rose); font-size: 15px; margin-top: -1px; }
.nav-links { display: flex; gap: 8px; align-items: center; }
.nav-links a { color: var(--mauve); font-weight: 600; font-size: 14px; padding: 8px 14px; border-radius: 10px; }
.nav-links a.active, .nav-links a:hover { color: var(--cream); background: color-mix(in srgb, var(--rose) 8%, transparent); text-decoration: none; }
.theme-btn { background: var(--mid); border: 1px solid color-mix(in srgb,var(--rose) 14%,transparent); color: var(--cream); width: 38px; height: 38px; border-radius: 50%; cursor: pointer; font-size: 16px; display: grid; place-items: center; }

/* ---------- Hero / Gate ---------- */
.gate { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; padding: 72px 0 56px; }
.eyebrow { color: var(--rose-dark); font-weight: 800; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; display: flex; align-items: center; gap: 8px; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
/* Wortmarke/Headline = Gold-Verlauf (Brand-Token goldText), Rosé-Akzentwort (.accent) bleibt ausgenommen */
h1, .dl-head h2, .locked h2 {
  font-size: clamp(30px, 4.4vw, 50px); line-height: 1.08; font-weight: 900; margin: 18px 0; letter-spacing: -.5px;
  background-image: linear-gradient(180deg, #FFF7EA 20%, var(--gold) 95%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--gold);
}
.dl-head h2, .locked h2 { font-size: clamp(26px,3.6vw,38px); margin: 0; }
h1 .accent, .dl-head h2 .accent, .locked h2 .accent {
  background-image: none; -webkit-text-fill-color: var(--rose); color: var(--rose);
}
/* background-image (nicht die "background"-Shorthand) — sonst wird background-clip:text
   von der Shorthand auf border-box zurückgesetzt und der Verlauf zeigt sich als sichtbarer Kasten */
[data-theme="light"] h1,
[data-theme="light"] .dl-head h2,
[data-theme="light"] .locked h2 { background-image: linear-gradient(180deg, var(--gold) 15%, #B8860B 90%); }
.lead { color: var(--mauve); font-size: 18px; max-width: 30ch; }
.checks { list-style: none; margin: 26px 0 0; display: grid; gap: 14px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; color: var(--cream); font-weight: 500; }
.checks li::before { content: "✓"; color: var(--gold); font-weight: 900; }

.card {
  background: var(--mid); border: 1px solid color-mix(in srgb, var(--rose) 12%, transparent);
  border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow);
}
.label { font-weight: 700; font-size: 14px; color: var(--cream); display: block; margin-bottom: 8px; }
input[type=email] {
  width: 100%; padding: 16px 18px; border-radius: 12px; font-size: 16px;
  background: var(--bg); border: 1.5px solid color-mix(in srgb, var(--rose) 22%, transparent);
  color: var(--cream); font-family: var(--font-h); outline: none; transition: border-color .15s;
}
input[type=email]:focus { border-color: var(--gold); }
.fineprint { color: var(--mauve); font-size: 13px; margin: 14px 0; }
.btn {
  width: 100%; border: none; cursor: pointer; padding: 16px 22px; border-radius: 12px;
  font-family: var(--font-h); font-weight: 800; font-size: 16px; color: #121012;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-2) 100%);
  transition: transform .12s, filter .12s;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.05); }
.btn:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.btn-ghost {
  background: transparent; color: var(--rose-dark); border: 1.5px dashed color-mix(in srgb,var(--rose) 40%,transparent);
  display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px;
}
.note { color: var(--mauve); font-size: 12px; text-align: center; margin-top: 12px; }
.msg { margin-top: 14px; padding: 12px 14px; border-radius: 10px; font-size: 14px; font-weight: 600; display: none; }
.msg.ok  { display: block; background: color-mix(in srgb, var(--gold) 14%, transparent); color: var(--gold); }
.msg.err { display: block; background: color-mix(in srgb, var(--rose-dark) 18%, transparent); color: var(--rose); }

/* ---------- Downloads ---------- */
.dl-head { text-align: center; padding: 56px 0 24px; }
.dl-head p { color: var(--mauve); margin-top: 8px; }
.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 28px 0; }
.chip { background: var(--mid); border: 1px solid color-mix(in srgb,var(--rose) 12%,transparent); color: var(--mauve); padding: 9px 16px; border-radius: 999px; cursor: pointer; font-weight: 600; font-size: 14px; }
.chip.active { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #121012; border-color: transparent; }
.search { flex: 1; min-width: 220px; max-width: 320px; padding: 9px 16px; border-radius: 999px; background: var(--mid); border: 1px solid color-mix(in srgb,var(--rose) 12%,transparent); color: var(--cream); }

.dl-list { display: grid; gap: 16px; padding-bottom: 56px; }
.dl-item {
  background: var(--mid); border: 1px solid color-mix(in srgb,var(--rose) 10%,transparent);
  border-radius: var(--radius); padding: 18px; display: grid;
  grid-template-columns: 160px 1fr auto; gap: 20px; align-items: center;
}
.dl-thumb { width: 160px; aspect-ratio: 16/9; border-radius: 10px; object-fit: cover; background: var(--bg); }
.dl-meta { display: flex; gap: 10px; align-items: center; color: var(--mauve); font-size: 13px; margin-top: 6px; flex-wrap: wrap; }
.dl-title { font-weight: 800; color: var(--cream); font-size: 18px; }
.tag { font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 999px; background: color-mix(in srgb,var(--gold) 16%,transparent); color: var(--gold); }
.dl-video { color: var(--rose-dark); font-weight: 700; font-size: 14px; margin-top: 8px; display: inline-block; }
.dl-files { display: grid; gap: 8px; }
.file-btn { background: var(--bg); border: 1px solid color-mix(in srgb,var(--gold) 30%,transparent); color: var(--gold); padding: 10px 16px; border-radius: 10px; font-weight: 700; cursor: pointer; white-space: nowrap; font-size: 14px; }
.file-btn:hover { background: color-mix(in srgb,var(--gold) 12%,transparent); }
.locked { text-align: center; padding: 80px 24px; }
.locked h2 { margin-bottom: 12px; }

/* ---------- Footer ---------- */
.foot { border-top: 1px solid color-mix(in srgb,var(--rose) 10%,transparent); padding: 28px 0; text-align: center; color: var(--mauve); font-size: 14px; }
.foot a { color: var(--rose-dark); margin: 0 10px; }

/* ---------- Über mich ---------- */
.about-hero { display: grid; grid-template-columns: 260px 1fr; gap: 44px; align-items: start; padding: 56px 0 16px; }
.about-photo { width: 100%; aspect-ratio: 1/1; border-radius: 50%; object-fit: cover; box-shadow: var(--shadow); border: 3px solid color-mix(in srgb, var(--gold) 35%, transparent); }
.about-body p { color: var(--cream); margin-bottom: 16px; font-size: 16px; }
.about-body p.lead-p { color: var(--mauve); font-size: 18px; }
.milestones { list-style: none; display: grid; gap: 12px; margin: 32px 0 56px; }
.milestones li { display: flex; gap: 14px; align-items: flex-start; color: var(--cream); font-weight: 500; background: var(--mid); border: 1px solid color-mix(in srgb, var(--rose) 12%, transparent); border-radius: 12px; padding: 14px 18px; }
.milestones li b { color: var(--gold); font-weight: 800; white-space: nowrap; }

.about-section { padding: 8px 0 40px; }
.about-section h3 { font-size: 22px; font-weight: 900; color: var(--cream); margin-bottom: 18px; }
.engagement-list { list-style: none; display: grid; gap: 10px; }
.engagement-list li { color: var(--cream); background: var(--mid); border: 1px solid color-mix(in srgb, var(--rose) 10%, transparent); border-radius: 12px; padding: 12px 16px; font-size: 15px; }
.engagement-list li span { color: var(--mauve); font-size: 13px; display: block; margin-top: 2px; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; }
.pill { background: color-mix(in srgb, var(--gold) 12%, transparent); border: 1px solid color-mix(in srgb, var(--gold) 35%, transparent); color: var(--gold); padding: 8px 16px; border-radius: 999px; font-weight: 700; font-size: 14px; }

/* ---------- Bald verfügbar ---------- */
.soon { color: var(--rose-dark); font-weight: 700; font-size: 13px; }

@media (max-width: 860px) {
  .gate { grid-template-columns: 1fr; gap: 32px; padding: 40px 0; }
  .dl-item { grid-template-columns: 1fr; }
  .dl-thumb { width: 100%; }
  .about-hero { grid-template-columns: 1fr; }
  .about-photo { max-width: 200px; margin: 0 auto; }
}

/* === Nur Hell-Modus + persönliches Nav-Foto (11.09.2026) === */
.theme-btn{display:none!important;}
.brand-logo{width:52px!important;height:52px!important;border-radius:50%!important;object-fit:cover;border:2.5px solid var(--gold);box-shadow:0 2px 8px rgba(0,0,0,.12);}

/* ========================================================
   D-Brandboard-Skin (freigegeben 11.09.2026) — nur Hell
   ======================================================== */
body{ background-color:#EDE0D2 !important;
  background-image:radial-gradient(rgba(110,69,80,.10) 1px, transparent 1px) !important;
  background-size:20px 20px !important; color:#121012; }
.wrap{ max-width:1180px; }
.brand-logo{ width:54px !important; height:54px !important; border-radius:50% !important; object-fit:cover; border:2.5px solid #E8B741; box-shadow:0 0 16px rgba(232,183,65,.20); }
.brand-name{ font-family:var(--font-h) !important; color:#121012 !important; font-weight:800; font-size:1.12rem; letter-spacing:-.01em; }
.brand-role{ font-family:'Dancing Script',cursive !important; color:#B8860B !important; font-size:1.08rem; }
.nav-links a{ color:#6B5A5F; font-weight:600; }
.nav-links a.active, .nav-links a:hover{ color:#121012; }
/* Hero als Radial-Karte (Brandboard) */
.gate{ position:relative; display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center;
  border:1px solid rgba(18,16,18,.10); border-radius:24px; padding:60px 48px; margin:14px 0 40px;
  background:radial-gradient(70% 90% at 82% 12%, rgba(229,169,179,.16), transparent 55%),
             radial-gradient(120% 140% at 30% 20%, #FFFDF9 0%, #F7EFE9 55%, #EDE0D2 100%); }
.eyebrow{ display:inline-flex; align-items:center; gap:12px; color:#B8860B !important; font-weight:700; letter-spacing:.16em; text-transform:uppercase; font-size:.72rem; }
.eyebrow::before{ content:""; width:24px; height:1.5px; background:#E8B741; }
.gate h1{ color:#121012 !important; font-weight:900; letter-spacing:-.02em; line-height:1.06; }
.accent{ color:#E5A9B3 !important; text-shadow:0 0 18px rgba(229,169,179,.25); }
.lead{ color:#6B5A5F !important; }
.checks li{ color:#121012; }
.checks li::before{ color:#B8860B !important; }
/* Formular als Glow-Card */
[data-theme="light"] .card, .card{ background:#FFFFFF !important; border:1.5px solid rgba(232,183,65,.40) !important; border-radius:18px !important;
  box-shadow:0 0 34px rgba(232,183,65,.20), inset 0 0 22px rgba(255,255,255,.45) !important; }
.card input, .card input[type=email]{ background:#FBF7F1 !important; border:1px solid rgba(18,16,18,.10) !important; color:#121012 !important; border-radius:12px; }
.fineprint{ color:#6B5A5F !important; }
.fineprint a, .card a{ color:#B8860B; }
/* CTA Gold-Verlauf-Pill mit Glow */
.btn{ background:linear-gradient(180deg,#F0C84A,#E8B741) !important; color:#121012 !important; font-weight:800; border:0 !important; border-radius:999px !important; box-shadow:0 0 30px rgba(232,183,65,.20) !important; }
.btn:hover{ filter:brightness(1.04); }
.btn-ghost{ background:transparent !important; color:#121012 !important; border:1.5px solid rgba(232,183,65,.40) !important; box-shadow:none !important; border-radius:999px !important; }
.btn-ghost strong{ color:#121012; }
.note{ color:#6B5A5F !important; }
.foot, .foot a{ color:#6B5A5F !important; }
@media(max-width:820px){ .gate{ grid-template-columns:1fr; gap:36px; padding:40px 26px; } }
