/* ==========================================================================
   SAKINA — „Die Stille Wasser"
   Die Seite vollzieht „Von den Dunkelheiten ins Licht" physisch nach:
   8 Stationen von Nachtblau bis Parchment. Ink ist PRO SEKTION statisch
   (validierte AA-Paare); nur der Hintergrund reist (sakina.js interpoliert
   --sk-bg in schmalen Baendern im textfreien Zwischenraum).

   Progressive Enhancement: OHNE JS (und bei prefers-reduced-motion) traegt
   jede Sektion ihre Stationsfarbe selbst (Default unten). sakina.js schaltet
   .sk-journey auf #sk-page frei und uebernimmt den reisenden Hintergrund.

   Eigenes Farbsystem, identisch in Light- und Dark-Sitetheme (wie fh-lichtspur).
   Spec: docs/superpowers-optimized/specs/2026-07-14-sakina-stille-wasser-design.md
   ========================================================================== */

.sk-page {
    --sk-gold: #C8A96E;
    --sk-gold-soft: rgba(200, 169, 110, 0.55);
    --sk-bg: #0A101E;
    background: var(--sk-bg);
    font-weight: 300;
    overflow: clip;
}

/* Ink pro Sektion statisch; Stationsfarbe als No-JS-Default auf der Sektion. */
.sk-page section {
    position: relative;
    color: var(--st-ink);
    background: var(--st-bg);
}
.sk-page.sk-journey section { background: none; }

/* Stations-Defaults (AA-Paare, Demo-Lock 2026-07-14) */
.sk-hero      { --st-bg: #0A101E; --st-ink: #F1EDE4; --st-muted: #8C97AD; }
.sk-bedeutung { --st-bg: #0E1830; --st-ink: #F1EDE4; --st-muted: #95A0B5; }
.sk-ueber     { --st-bg: #16233E; --st-ink: #EFEAE0; --st-muted: #98A2B8; }
.sk-motto     { --st-bg: #223250; --st-ink: #F3EDDE; --st-muted: #A8AFBF; }
.sk-ansatz    { --st-bg: #3A4A6B; --st-ink: #F5F0E4; --st-muted: #B5BCC9; }
.sk-fokus     { --st-bg: #B8C4D6; --st-ink: #F7F3E9; --st-muted: #D9DEE8; } /* Text liegt auf eigenem Scrim */
.sk-saeulen   { --st-bg: #B8C4D6; --st-ink: #22304E; --st-muted: #4E5B74; }
.sk-kontakt   { --st-bg: #F7F4EE; --st-ink: #1B2A4A; --st-muted: #4A5568; }

/* ============ Typo-Utilities (Overline kommt aus dem Theme: .hk-overline) ==== */
.sk-page .hk-overline { color: var(--sk-gold); }

.sk-h2 {
    font-family: var(--hk-font-heading);
    font-weight: 400;
    font-size: clamp(2.1rem, 4.6vw, 3.4rem);
    line-height: 1.14;
    letter-spacing: -0.01em;
    margin: 18px 0 0;
    text-wrap: balance;
    color: inherit;
}
.sk-copy {
    max-width: 62ch;
    font-size: 1.06rem;
    line-height: 1.85;
    color: inherit;
    margin: 0;
}
.sk-copy + .sk-copy { margin-top: 1.1em; }
.sk-copy--first { margin-top: 26px; }
.sk-copy--center { margin: 26px auto 0; }

.sk-inner { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.sk-inner--narrow { max-width: 760px; }

.sk-rule {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--sk-gold-soft), transparent);
    border: 0;
}

/* ============ 0 · HERO „Nacht" ============ */
.sk-hero {
    min-height: 100svh;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 120px 24px 64px;
    isolation: isolate;
    overflow: hidden;
}
.sk-hero canvas,
.sk-water-poster { position: absolute; inset: 0; width: 100%; height: 100%; }
.sk-water-poster { z-index: -3; }
.sk-hero canvas { z-index: -2; }
.sk-water-poster {
    background:
        radial-gradient(120% 60% at 50% 66%, rgba(200, 169, 110, 0.10), transparent 60%),
        linear-gradient(180deg, #070C17 0%, #0A101E 46%, #0F1830 64%, #0A101E 100%);
}
/* Leuchtturm-Illustration (= das SAKINA-Logo-Motiv): eigener Navy-Grund
   verschmilzt mit der Nacht-Station, Radial-Maske loest die Kanten auf. */
.sk-hero__lh {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    height: min(128vh, 1200px);
    width: auto;
    max-width: none;
    z-index: -1;
    opacity: 0.26;
    pointer-events: none;
    -webkit-mask-image: radial-gradient(52% 52% at 50% 50%, #000 50%, transparent 86%);
    mask-image: radial-gradient(52% 52% at 50% 50%, #000 50%, transparent 86%);
}
/* Text-Schleier: dunkelt die Mitte hinter dem Lockup ab, verankert die Schrift */
.sk-hero__veil {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(ellipse 44% 42% at 50% 47%, rgba(7, 12, 23, 0.62) 0%, rgba(7, 12, 23, 0.30) 55%, transparent 78%);
}
.sk-hero__folio { margin-bottom: clamp(28px, 6vh, 56px); }
.sk-hero__wm {
    font-family: var(--hk-font-heading);
    font-weight: 300;
    font-size: clamp(3.4rem, 9vw, 7rem);
    letter-spacing: 0.30em;
    text-indent: 0.30em;
    line-height: 1;
    margin: 0;
    color: #F1EDE4;
}
.sk-hero__arabic {
    font-family: var(--hk-font-arabic);
    font-size: clamp(1.6rem, 3.4vw, 2.4rem);
    color: var(--sk-gold);
    margin: 18px 0 0;
    opacity: 0.92;
}
.sk-hero__ruleline { width: min(320px, 44vw); margin: 30px auto 26px; }
.sk-hero__tagline {
    font-family: var(--hk-font-heading);
    font-weight: 400;
    font-style: italic;
    font-size: clamp(1.3rem, 2.6vw, 1.75rem);
    margin: 0;
    color: #EFE7D4;
}
.sk-hero__sub { margin: 12px 0 0; font-size: 0.95rem; letter-spacing: 0.04em; color: #C7D0DF; }
.sk-hero__scroll {
    position: absolute;
    bottom: 22px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.sk-hero__scrollword { font-size: 11px; letter-spacing: 0.22em; color: var(--st-muted); }
.sk-hero__scroll svg { width: 16px; height: 16px; stroke: var(--sk-gold-soft); fill: none; }

/* ============ 1 · BEDEUTUNG ============ */
.sk-bedeutung { padding: clamp(110px, 16vh, 190px) 0; }
.sk-bedeutung .sk-inner--narrow { text-align: center; }
.sk-quran {
    margin: 56px auto 0;
    max-width: 680px;
    padding: 44px 40px 36px;
    border: 1px solid rgba(200, 169, 110, 0.28);
    background: rgba(200, 169, 110, 0.05);
    position: relative;
}
.sk-quran__topline {
    position: absolute;
    top: -1px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 1px;
    background: var(--sk-gold);
    display: block;
}
.sk-quran__ar {
    font-family: var(--hk-font-arabic);
    font-size: clamp(1.5rem, 3vw, 2.05rem);
    line-height: 2;
    direction: rtl;
    margin: 0;
    color: inherit;
}
.sk-quran__de {
    margin: 22px 0 0;
    font-family: var(--hk-font-heading);
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.7;
    color: inherit;
    opacity: 0.92;
}
.sk-quran__ref { margin-top: 18px; display: block; font-size: 11px; letter-spacing: 0.2em; }
.sk-bedeutung__fussnote {
    margin: 40px auto 0;
    max-width: 52ch;
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--st-muted);
}

/* ============ 2 · ÜBER ============ */
.sk-ueber { padding: clamp(100px, 15vh, 180px) 0; }
.sk-ueber__grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: clamp(40px, 6vw, 90px);
    align-items: center;
}
/* Exponat: Passepartout-Panel mit Haarlinie + tiefem Schatten */
.sk-ueber__logowrap { position: relative; max-width: 340px; margin: 0 auto; text-align: center; }
.sk-ueber__logo {
    margin: 0;
    padding: 22px;
    background: rgba(247, 244, 238, 0.05);
    border: 1px solid rgba(200, 169, 110, 0.35);
    box-shadow: 0 30px 80px rgba(6, 10, 20, 0.4);
}
.sk-ueber__logo img { filter: saturate(0.92); width: 100%; }
.sk-signoff {
    margin: 28px 0 0;
    font-family: var(--hk-font-heading);
    font-style: italic;
    font-size: 1.2rem;
    color: var(--sk-gold);
}

/* ============ 3 · MOTTO ============ */
.sk-motto { padding: clamp(90px, 14vh, 160px) 0; text-align: center; }
.sk-motto__text {
    font-family: var(--hk-font-heading);
    font-weight: 400;
    font-size: clamp(1.6rem, 3.6vw, 2.5rem);
    line-height: 1.4;
    max-width: 24ch;
    margin: 26px auto 0;
    text-wrap: balance;
    color: inherit;
}
.sk-motto__rule { width: min(280px, 40vw); margin: 34px auto 0; }

/* ============ 4 · ANSATZ ============ */
.sk-ansatz { padding: clamp(100px, 15vh, 180px) 0; }
.sk-ansatz__grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: clamp(40px, 6vw, 90px);
    align-items: center;
}
.sk-ansatz__imwrap { position: relative; }
/* Bogen-Portal (Marken-Pill): Bild in Bogenmaske, Haarlinie, tiefer Schatten */
.sk-ansatz__im {
    position: relative;
    aspect-ratio: 4 / 5;
    margin: 0;
    border-radius: 999px 999px 6px 6px;
    overflow: hidden;
    border: 1px solid rgba(200, 169, 110, 0.4);
    box-shadow: 0 34px 90px rgba(6, 10, 20, 0.42);
}
.sk-ansatz__im::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(10, 16, 30, 0.16), transparent 34%);
}
.sk-ansatz__im img {
    width: 100%;
    height: 112%;
    object-fit: cover;
    filter: saturate(0.85);
    will-change: transform;
}

/* ============ 5 · FOKUS (Fixed-Window-Banner) ============ */
.sk-fokus {
    height: 88svh;
    display: grid;
    place-items: center;
    text-align: center;
    /* Fixed-Window: die Sektion ist ein Fenster, das ueber dem feststehenden
       Bild entlangscrollt (clip-path haelt das fixe Bild im Sektionsrahmen). */
    clip-path: inset(0);
}
.sk-journey .sk-fokus__bg {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: saturate(0.9);
}
.sk-fokus__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.9);
}
.sk-fokus__scrim {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(70% 60% at 50% 50%, rgba(7, 12, 23, 0.30), rgba(7, 12, 23, 0.62) 100%),
        linear-gradient(180deg, rgba(10, 16, 30, 0.55) 0%, rgba(10, 16, 30, 0.15) 30%, rgba(10, 16, 30, 0.15) 70%, rgba(184, 196, 214, 0.4) 100%);
}
.sk-fokus__inner { position: relative; padding: 0 24px; max-width: 820px; }
.sk-fokus__text {
    font-family: var(--hk-font-heading);
    font-weight: 400;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.3;
    max-width: 22ch;
    margin: 24px auto 0;
    text-wrap: balance;
    color: #F7F3E9;
    text-shadow: 0 2px 24px rgba(6, 10, 20, 0.55);
}
.sk-fokus__rule { width: min(300px, 42vw); margin: 34px auto 0; }

/* ============ 6 · DREI SÄULEN ============ */
.sk-saeulen { padding: clamp(160px, 24vh, 280px) 0 clamp(110px, 16vh, 190px); }
.sk-saeulen__head { text-align: center; margin-bottom: clamp(50px, 8vh, 80px); }
.sk-saeulen__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(22px, 3vw, 40px);
}
.sk-saeule {
    position: relative;
    padding: 120px 30px 38px;
    text-align: center;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(27, 42, 74, 0.10);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.sk-saeule__rings {
    position: absolute;
    top: -24px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    width: 190px;
    height: 190px;
    overflow: visible;
}
.sk-saeule__rings circle { fill: none; stroke: var(--sk-gold); opacity: 0.5; }
.sk-saeule__im {
    position: absolute;
    top: 26px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    width: 86px;
    height: 86px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(200, 169, 110, 0.45);
    background: #F7F4EE;
}
.sk-saeule__im img { width: 100%; height: 100%; object-fit: cover; }
.sk-saeule h3 {
    font-family: var(--hk-font-heading);
    font-weight: 500;
    font-size: 1.5rem;
    margin: 0;
    color: inherit;
}
.sk-saeule p {
    margin: 14px 0 0;
    font-size: 0.94rem;
    line-height: 1.75;
    color: inherit;
    opacity: 0.86;
    text-align: start;
}

/* ============ 7 · KONTAKT ============ */
.sk-kontakt { padding: clamp(100px, 15vh, 170px) 0 clamp(90px, 12vh, 140px); }
.sk-kontakt__card {
    max-width: 640px;
    margin: 0 auto;
    padding: clamp(34px, 5vw, 56px);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(200, 169, 110, 0.35);
    box-shadow: 0 20px 60px rgba(27, 42, 74, 0.08);
    text-align: center;
}
.sk-kontakt__card h3 {
    font-family: var(--hk-font-heading);
    font-weight: 400;
    font-size: 2rem;
    margin: 14px 0 0;
    color: #1B2A4A;
}
.sk-kontakt__card > p { margin: 10px 0 0; color: #4A5568; font-size: 0.98rem; }
.sk-kontakt .hk-contact-form__form { margin-top: 30px; text-align: start; }
.sk-kontakt .hk-contact-form__field label { color: #1B2A4A; }
.sk-kontakt .hk-contact-form__field input,
.sk-kontakt .hk-contact-form__field textarea {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(27, 42, 74, 0.18);
    color: #1B2A4A;
}
.sk-kontakt .hk-contact-form__field input:focus,
.sk-kontakt .hk-contact-form__field textarea:focus { border-color: var(--sk-gold); }
.sk-kontakt .hk-contact-form__field--checkbox .hk-checkbox-label { color: #4A5568; }
.sk-kontakt .hk-contact-form__submit { text-align: center; }

/* ============ Responsive ============ */
@media (max-width: 900px) {
    .sk-ueber__grid,
    .sk-ansatz__grid { grid-template-columns: 1fr; }
    .sk-saeulen__grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    .sk-ansatz__im { max-width: 420px; margin: 0 auto; }
    /* Quelle vor Text: das Bogen-Portal wandert auf Mobile unter den Text */
    .sk-ansatz__imwrap { order: 2; margin-top: 40px; }
}

/* ============ Reduced Motion: alles statisch, Stationsfarben tragen ============ */
@media (prefers-reduced-motion: reduce) {
    .sk-hero canvas { display: none; }
    .sk-fokus__bg { position: absolute; height: 100%; }
}

/* ============ Print ============ */
@media print {
    .sk-page,
    .sk-page section { background: #fff; color: #1B2A4A; }
    .sk-hero canvas,
    .sk-water-poster,
    .sk-hero__lh,
    .sk-hero__veil,
    .sk-fokus__bg,
    .sk-fokus__scrim,
    .sk-saeule__rings { display: none; }
    .sk-hero__wm,
    .sk-hero__tagline { color: #1B2A4A; }
}
