/* Synelio® Master Stylesheet — v6 (Font-System) */

/* ═══ SYNELIO® FONT-SYSTEM ═══ */
/* Variable Fonts aus fonts/ — Dateinamen mit Komma sind URL-kodiert (%2C) */

/* Google Sans — Body, UI, Preise (ersetzt Arial/DM Sans) */
@font-face{
  font-family:'Google Sans';
  src:url('fonts/GoogleSans-VariableFont_GRAD%2Copsz%2Cwght.ttf') format('truetype-variations'),
      url('fonts/GoogleSans-VariableFont_GRAD,opsz,wght.ttf') format('truetype-variations');
  font-weight:100 900;font-stretch:75% 125%;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Google Sans';
  src:url('fonts/GoogleSans-Italic-VariableFont_GRAD%2Copsz%2Cwght.ttf') format('truetype-variations'),
      url('fonts/GoogleSans-Italic-VariableFont_GRAD,opsz,wght.ttf') format('truetype-variations');
  font-weight:100 900;font-style:italic;font-display:swap;
}

/* Source Serif 4 — Display, Titel, Headlines (ersetzt Cormorant/Georgia) */
@font-face{
  font-family:'Source Serif 4';
  src:url('fonts/SourceSerif4-VariableFont_opsz%2Cwght.ttf') format('truetype-variations'),
      url('fonts/SourceSerif4-VariableFont_opsz,wght.ttf') format('truetype-variations');
  font-weight:200 900;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Source Serif 4';
  src:url('fonts/SourceSerif4-Italic-VariableFont_opsz%2Cwght.ttf') format('truetype-variations'),
      url('fonts/SourceSerif4-Italic-VariableFont_opsz,wght.ttf') format('truetype-variations');
  font-weight:200 900;font-style:italic;font-display:swap;
}

/* Inter — technische Labels, Eyebrows, Kleintext-Auszeichnung */
@font-face{
  font-family:'Inter';
  src:url('fonts/Inter-VariableFont_opsz%2Cwght.ttf') format('truetype-variations'),
      url('fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
  font-weight:100 900;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Inter';
  src:url('fonts/Inter-Italic-VariableFont_opsz%2Cwght.ttf') format('truetype-variations'),
      url('fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype-variations');
  font-weight:100 900;font-style:italic;font-display:swap;
}

/* Syncopate — ausschließlich SYNELIO-Wortmarke */
@font-face{
  font-family:'Syncopate';
  src:url('fonts/Syncopate-Regular.ttf') format('truetype');
  font-weight:400;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Syncopate';
  src:url('fonts/Syncopate-Bold.ttf') format('truetype');
  font-weight:700;font-style:normal;font-display:swap;
}

/* ═══ SYNELIO® LAYOUT ARCHITEKTUR ═══ */

#notice-bar{
  position:fixed;top:0;left:0;right:0;
  z-index:10000;height:var(--notice-h);
  background:#0f1b2d;color:rgba(255,255,255,.7);
  display:flex;align-items:center;justify-content:center;
  font-size:.7rem;font-weight:600;letter-spacing:.12em;
  text-transform:uppercase;border-bottom:1px solid rgba(200,164,106,.2);
  gap:.75rem;padding:0 1rem;white-space:nowrap;
}
#nav{
  position:fixed;top:var(--notice-h);left:0;right:0;
  z-index:9999;height:var(--nav-h);
  background:#0f1b2d;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 clamp(1.25rem,5vw,4rem);
  border-bottom:1px solid rgba(46,63,85,.8);
  transition:box-shadow .3s;
}
#nav.scrolled{box-shadow:0 4px 20px rgba(0,0,0,.25);}
body{
  padding-top:calc(var(--nav-h) + var(--notice-h));
}
html{
  scroll-padding-top:calc(var(--nav-h) + var(--notice-h) + 12px);
}

/* ═══ NOTICE-BAR: Mobile kleiner, Nav direkt darunter ═══ */
@media(max-width:640px){
  #notice-bar{
    font-size:.55rem;
    height:22px;
    padding:0 .5rem;
    letter-spacing:.05em;
  }
  #notice-bar .notice-dot{display:none;}
  #nav{top:22px;}
  body{padding-top:calc(var(--nav-h) + 22px);}
  html{scroll-padding-top:calc(var(--nav-h) + 22px + 12px);}
}

/* ═══ SYNELIO® MASTER CSS v5 — Phase 1 ═══ */
:root{
  color-scheme: dark light;

  --navy:#0f1b2d;--navy2:#1e2d42;--navy3:#243347;
  --gold:#c8a46a;--gold-lt:#e2c48a;--gold-dk:#a8843a;--card-border:rgba(200,164,106,.18);--gold2:#b8935a;
  --white:#fff;--off:#f6f4f0;
  --ink:#1a202c;--mid:#4a5568;--muted:#555e6e;
  --line:#e2e8f0;--line-d:#2e3f55;
  --rot:#9e3a3a;--violett:#5a3e78;--sand-c:#8a6520;--gruen:#1a6640;
  --serif:'Source Serif 4',Georgia,serif;
  --sans:'Google Sans','Inter',system-ui,sans-serif;
  --label:'Inter','Google Sans',system-ui,sans-serif;
  --wordmark:'Syncopate','Google Sans',sans-serif;
  --nav-h:60px;
  --notice-h:32px;
  --offset:calc(var(--nav-h) + var(--notice-h))}
/* ── Fallback für Browser ohne CSS Custom Properties (IE11) ── */
/* IE11-Fallback body dark rule entfernt */
a    { color: #c8a46a; }

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{font-size:16px;scroll-behavior:smooth;scroll-padding-top:100px;
  -webkit-text-size-adjust:100%;text-size-adjust:100%;}
body{background:var(--white);font-family:var(--sans);font-weight:400;color:var(--ink);line-height:1.65;-webkit-font-smoothing:antialiased;max-width:100%;
     }
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;}
p{max-width:72ch;}

/* Buttons */
.btn{touch-action:manipulation;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
     padding:.75rem 1.75rem;font-family:var(--sans);font-size:.82rem;font-weight:700;
     letter-spacing:.08em;text-transform:uppercase;cursor:pointer;
     transition:all .22s;white-space:nowrap;border-radius:3px;border:none;}
.btn-gold{background:var(--gold);color:var(--navy);}.btn-gold:hover{background:var(--gold2);}
.btn-outline{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.32);}
.btn-outline:hover{border-color:var(--gold);color:var(--gold);}
.btn-dark{background:var(--navy);color:var(--white);}.btn-dark:hover{background:var(--navy2);}
.btn-ghost{background:transparent;color:var(--ink);border:1.5px solid var(--line);}
.btn-ghost:hover{border-color:var(--navy);color:var(--navy);}

/* Layout */
.wrap{max-width:1100px;margin:0 auto;padding:0 clamp(1.25rem,5vw,4rem);}
section,.section{padding:clamp(3rem,6vw,5.5rem) 0;}

/* Typography */
.eye{font-size:.68rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;
     color:var(--gold);display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;}
.eye::before{content:'';width:2rem;height:1.5px;background:var(--gold);flex-shrink:0;}
.s-title{font-family:var(--serif);font-size:clamp(1.8rem,4vw,3rem);font-weight:300;
          line-height:1.1;margin-bottom:1rem;}
.s-title em{font-style:italic;color:var(--gold);}
.s-title-w{color:var(--white);}
.s-sub{font-size:clamp(.9rem,2vw,1.05rem);color:var(--mid);line-height:1.75;max-width:58ch;}

/* Cards */
.card{background:var(--white);border:1px solid var(--line);
      transition:box-shadow .25s,transform .25s;}
.card:hover{box-shadow:0 8px 32px rgba(0,0,0,.1);transform:translateY(-2px);}

/* Reveal */
.rev{opacity:1;transform:none;transition:opacity .6s ease,transform .6s ease;}
.js-active .rev:not(.in){opacity:0;transform:translateY(18px);}
@media(prefers-reduced-motion:reduce){
  .rev,.js-active .rev:not(.in){transition:none!important;opacity:1!important;transform:none!important;}
}

/* Form */
.fg{margin-bottom:1.25rem;}
.fl{display:block;font-size:.72rem;font-weight:700;letter-spacing:.1em;
    text-transform:uppercase;color:var(--muted);margin-bottom:.5rem;}
.fi{width:100%;border:1.5px solid var(--line);padding:.75rem 1rem;
    font-family:var(--sans);font-size:.95rem;color:var(--ink);
    border-radius:3px;outline:none;transition:border-color .2s;background:var(--white);}
.fi:focus{border-color:var(--navy);}
select.fi{cursor:pointer;}
.fcheck{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:1rem;
        font-size:.85rem;color:var(--mid);line-height:1.55;cursor:pointer;}
.fcheck input[type=checkbox]{margin-top:3px;flex-shrink:0;width:16px;height:16px;
                               accent-color:var(--gold);cursor:pointer;}
.fcheck label{cursor:pointer;}

/* Page Hero */
.ph{background:#0f1b2d;
    padding:clamp(4rem,8vw,7rem) 0 clamp(3rem,5vw,5rem);position:relative;overflow:hidden;}

.ph-inner{position:relative;z-index:1;}
.ph-eye{font-size:.68rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;
        color:var(--gold);margin-bottom:1rem;}
.ph-h1{font-family:var(--serif);font-size:clamp(2rem,5vw,3.5rem);font-weight:300;
       color:var(--white);line-height:1.08;margin-bottom:1rem;overflow-wrap:break-word;}
.ph-h1 em{font-style:italic;color:var(--gold);}
.ph-sub{color:rgba(255,255,255,.80);font-size:clamp(.95rem,2vw,1.05rem);color:rgba(255,255,255,.78);
        max-width:56ch;line-height:1.75;font-weight:400;}

/* Accessibility */
a:focus-visible,button:focus-visible,input:focus-visible,
select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{
  outline:3px solid var(--gold);outline-offset:3px;border-radius:2px;}

/* ── NOTICE BAR ── */
/* #notice-bar: siehe LAYOUT ARCHITEKTUR oben */
#notice-bar span.notice-dot{width:5px;height:5px;border-radius:50%;
  background:var(--gold);display:inline-block;flex-shrink:0;}

/* ── NAVIGATION ── */
/* #nav: siehe LAYOUT ARCHITEKTUR oben */

.nav-logo img{height:38px;width:auto;display:block;}
@media(max-width:640px){.nav-logo img{height:34px;}}
#nav-links{display:flex;align-items:center;gap:1.5rem;}
#nav-links a{font-size:.74rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;
             color:rgba(255,255,255,.62);transition:color .2s;}
#nav-links a:hover,#nav-links a.nav-active{color:var(--white);}
.nav-cta{background:transparent!important;color:var(--gold)!important;border:1.5px solid var(--gold);
         padding:.4rem 1rem!important;border-radius:3px;font-weight:700!important;}
.nav-cta:hover{background:rgba(200,164,106,.15)!important;}

/* ── HAMBURGER ── */
#ham{display:none;flex-direction:column;gap:5px;background:none;border:none;
     cursor:pointer;padding:6px;z-index:10001;
  min-width:44px;min-height:44px;display:none;align-items:center;justify-content:center;
}
#ham span{display:block;width:22px;height:2px;background:var(--white);
          border-radius:1px;transition:all .3s;}
#ham.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px);}
#ham.open span:nth-child(2){opacity:0;}
#ham.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);}

/* ── MOBILE OVERLAY ── */
#mob-overlay{
  display:none;position:fixed;inset:0;z-index:9997;
  background:rgba(0,0,0,.5);
}
#mob-nav{
  display:none;position:fixed;
  top:calc(var(--notice-h) + var(--nav-h));left:0;right:0;bottom:0;
  background:var(--navy);z-index:9998;
  overflow-y:auto;padding:1.5rem clamp(1.25rem,5vw,4rem);
  flex-direction:column;
}
#mob-nav.open{display:flex;}
#mob-overlay.open{display:block;}
#mob-nav a{display:block;padding:1rem 0;font-size:1.05rem;font-weight:600;
           letter-spacing:.1em;text-transform:uppercase;
           color:rgba(255,255,255,.85);border-bottom:1px solid rgba(255,255,255,.07);}
#mob-nav a:last-child{border-bottom:none;}
#mob-nav a.mob-cta{color:var(--gold);margin-top:1rem;
                   padding:1rem;text-align:center;
                   border:1.5px solid var(--gold);border-radius:3px;}

/* ── FOOTER ── */
#footer{background:#0b1220;color:rgba(255,255,255,.6);padding:clamp(3rem,6vw,5rem) 0 0;}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;}
.footer-brand img{height:26px;filter:brightness(0) invert(1);margin-bottom:1rem;display:block;}
.footer-brand p{font-size:.82rem;line-height:1.65;color:rgba(255,255,255,.65);max-width:22ch;}
.footer-trust{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.4rem;}
.footer-trust span{font-size:.64rem;font-weight:700;letter-spacing:.07em;
                   text-transform:uppercase;padding:.2rem .5rem;
                   border:1px solid rgba(200,164,106,.35);color:rgba(200,164,106,.7);border-radius:2px;}
.footer-col h4{font-size:.66rem;font-weight:700;letter-spacing:.16em;
               text-transform:uppercase;color:var(--gold);margin-bottom:1rem;}
.footer-col ul{display:flex;flex-direction:column;gap:.45rem;}
.footer-col a{font-size:.82rem;color:rgba(255,255,255,.48);transition:color .2s;}
.footer-col a:hover{color:var(--white);}
.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding:1.25rem 0;
               display:flex;flex-wrap:wrap;gap:.75rem;
               justify-content:space-between;font-size:.7rem;color:rgba(255,255,255,.55);}
.footer-bottom a{color:rgba(255,255,255,.38);text-decoration:underline;}

/* Print */


/* Responsive */
@media(max-width:640px){
  #nav-links,.nav-cta{display:none!important;}
  #ham{display:flex!important;}
  .footer-top{grid-template-columns:1fr 1fr;gap:2rem;}
  .print-btn-desktop{display:none!important;}
}
@media(max-width:420px){.footer-top{grid-template-columns:1fr;}}
@media(min-width:641px) and (max-width:900px){.footer-top{grid-template-columns:1fr 1fr;}}

@media(max-width:640px){
  div[style*="grid-template-columns:repeat(4"] {
    grid-template-columns: 1fr !important;
  }
  div[style*="grid-template-columns:repeat(2,1fr)"] {
    grid-template-columns: 1fr !important;
  }
}

/* ═══ MOBILE RESPONSIVE CORE ═══ */

body{max-width:100%!important;}
*,*::before,*::after{box-sizing:border-box;}
img,video,iframe{max-width:100%;height:auto;}

@media(max-width:767px){
  /* Wrap-Padding */
  .wrap{padding-left:1rem!important;padding-right:1rem!important;}

  /* Alle Flex-Container wrappen */
  div[style],section[style],nav[style]{
    overflow-x:visible;
  }

  /* Footer Grid */
  .footer-top{
    grid-template-columns:1fr 1fr!important;
    gap:1.5rem!important;
  }

  /* Notice Bar */
  #notice-bar{
    font-size:.58rem!important;
    padding:0 .4rem!important;
    gap:.4rem!important;
  }
  #notice-bar .notice-dot{display:none!important;}

  /* Nav */
  #nav{padding:0 1rem!important;}
  
  /* Sections Padding */
  section,.section{padding:2.5rem 0!important;}
  
  /* Buttons */
  .btn{white-space:normal!important;text-align:center!important;}
  
  /* PH-Hero */
  .ph{padding-top:3rem!important;padding-bottom:2.5rem!important;}
  
  /* Print verstecken */
  .print-btn-desktop,.print-bar-desktop{display:none!important;}
  
  /* Formulare */
  input.fi,select.fi,textarea.fi{width:100%!important;}

  /* ph-h1 */
  .ph-h1{font-size:clamp(1.75rem,8vw,2.8rem)!important;overflow-wrap:break-word!important;}
  .s-title{font-size:clamp(1.6rem,7vw,2.5rem)!important;overflow-wrap:break-word!important;}
}

@media(max-width:480px){
  .footer-top{grid-template-columns:1fr!important;}
  
}

/* ═══ READING PROGRESS BAR ═══ */

/* ═══ NEURO-TOOLTIP SYSTEM ═══ */
.nt{border-bottom:1.5px dotted var(--gold);cursor:help;color:inherit;
    text-decoration:none;position:relative;}
.nt:focus{outline:none;}
.nt-card{
  display:none;position:fixed;z-index:99999;
  width:min(300px,90vw);
  background:#0f1b2d;color:#e2e8f0;
  border:1px solid rgba(200,164,106,.4);border-left:3px solid var(--gold);
  padding:1rem 1.1rem;border-radius:4px;
  font-size:.82rem;line-height:1.65;font-family:var(--sans);
  box-shadow:0 8px 32px rgba(0,0,0,.4);
  pointer-events:none;
}
.nt-card.visible{display:block;animation:ntFade .18s ease;}
@keyframes ntFade{from{opacity:0;transform:translateY(-4px);}to{opacity:1;transform:none;}}
.nt-card strong{display:block;font-size:.88rem;color:var(--gold);margin-bottom:.4rem;}
.nt-card em{display:block;font-size:.75rem;color:rgba(200,164,106,.7);
            margin-top:.5rem;border-top:1px solid rgba(255,255,255,.1);padding-top:.4rem;}
@media(max-width:640px){.nt-card{font-size:.8rem;padding:.8rem .9rem;}}



.skip-link{
  position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;
  z-index:999999;background:var(--gold);color:var(--navy);padding:.5rem 1rem;
  font-weight:700;border-radius:0 0 4px 4px;
}
.skip-link:focus{
  position:fixed;left:50%;transform:translateX(-50%);
  top:calc(var(--notice-h) + var(--nav-h));
  width:auto;height:auto;overflow:visible;
}

/* ═══ DSGVO Cookie-Banner ═══ */
#cookie-banner{
  position:fixed;bottom:0;left:0;right:0;z-index:200000;
  background:#0f1b2d;color:rgba(255,255,255,.85);
  border-top:2px solid rgba(200,164,106,.3);
  padding:1rem clamp(1rem,5vw,4rem);
  display:flex;flex-wrap:wrap;gap:.75rem 2rem;align-items:center;
  justify-content:space-between;font-size:.82rem;line-height:1.55;
  box-shadow:0 -4px 20px rgba(0,0,0,.3);
}
#cookie-banner a{color:var(--gold);text-decoration:underline;}
#cookie-banner.hidden{display:none!important;}
.cookie-btns{display:flex;gap:.75rem;flex-shrink:0;}
.cookie-btns button{padding:.5rem 1.25rem;border:none;border-radius:3px;
  font-family:var(--sans);font-size:.78rem;font-weight:700;cursor:pointer;
  letter-spacing:.06em;text-transform:uppercase;transition:all .2s;}
#cookie-accept{background:var(--gold);color:var(--navy);}
#cookie-accept:hover{background:#b8935a;}
#cookie-decline{background:rgba(255,255,255,.1);color:rgba(255,255,255,.7);}
#cookie-decline:hover{background:rgba(255,255,255,.15);}
@media(max-width:640px){
  #cookie-banner{flex-direction:column;padding-bottom:1.5rem;}
  .cookie-btns{width:100%;}
  .cookie-btns button{flex:1;}
  /* Buch-Karten: auf Mobil einspaltig, Cover oben statt schmal gequetscht */
  #band1,#band2,#band3,#band4,#kartendeck{grid-template-columns:1fr !important;}
  #band1>div:first-child,#band2>div:first-child,#band3>div:first-child,
  #band4>div:first-child,#kartendeck>div:first-child{
    min-height:auto !important;padding:1.75rem 1.5rem !important;
  }
  #band1>div:first-child img,#band2>div:first-child img,#band3>div:first-child img,
  #band4>div:first-child img,#kartendeck>div:first-child img{
    max-width:130px !important;
  }
}

/* ═══ LANDSCAPE MOBILE ═══ */
@media (orientation:landscape) and (max-height:500px) {
  .ph { padding:1.5rem 0 !important; min-height:auto !important; }
  .ph-h1 { font-size:clamp(1.4rem,5vw,2.2rem) !important; }
  section[style*="min-height:calc(100vh"] { min-height:auto !important; padding:2rem 0 !important; }
  section[style*="grid-template-columns"] { grid-template-columns:1fr !important; }
  section[style*="grid-template-columns"]>div:last-child { display:none !important; }
  #nav { height:52px !important; }
  body { padding-top:calc(52px + var(--notice-h)) !important; }
}

/* ═══════════════════════════════════════════════════════════════
   SYNELIO® PREMIUM DESIGN SYSTEM — VOLLSTÄNDIGE ÜBERARBEITUNG
   Philosophie: Autorität + Wärme. Wie Thieme/Springer — aber besser.
   ═══════════════════════════════════════════════════════════════ */

/* ── TYPOGRAFIE-FUNDAMENT ── */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}

/* Großzügigere Basis-Typografie */
body {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .01em;
}

/* Headline-Verfeinerung */
h1,h2,h3 {
  text-rendering: optimizeLegibility;
  letter-spacing: -.02em;
  font-feature-settings: "kern" 1, "liga" 1;
}

/* ── PREMIUM FARB-SYSTEM ── */
:root {
  /* Warmere Dunkeltöne (weniger blau-kalt) */
  --navy:    #0f1b2d;
  --navy2:   #1a2b42;
  --navy3:   #22364f;

  /* Gold-System: 3 Abstufungen für Hierarchie */
  --gold:    #c8a46a;
  --gold-lt: #e2c48a;  /* Heller: für Text auf dunkel */
  --gold-dk: #a8843a;  /* Dunkler: für Hover/Aktiv */

  /* Wärmeres Off-White */
  --off:     #f6f4f0;
  --white:   #fdfcfa;

  /* Verfeinertes Grau-System */
  --ink:     #16202e;
  --mid:     #445060;
  --muted:#555e6e;

  /* Neue: Subtile Akzente */
  --warm-overlay: rgba(200,164,106,.06);
  --card-border:  rgba(200,164,106,.18);
}

/* ── SEKTION-RHYTHMUS — Premium Breathing Room ── */
section {
  padding: clamp(4rem,8vw,7rem) 0;
}

/* Kompaktere Sektionen für Zwischenelemente */
section.section-tight {
  padding: clamp(2rem,5vw,4rem) 0;
}

/* ── HERO-TYPOGRAFIE — Selbstbewusst & groß ── */
.ph-h1 {
  font-size: clamp(2.6rem,6.5vw,5rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.03em !important;
  font-weight: 300 !important;
}
.ph-h1 em {
  font-style: italic;
  font-weight: 300;
  color: var(--gold-lt);
  letter-spacing: -.02em;
}

/* ── SEITENHEADER (ph) — Autorität ── */
.ph {
  position: relative;
  overflow: hidden;
}
.ph-eye {
  font-size: .65rem !important;
  letter-spacing: .22em !important;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold-lt) !important;
  opacity: .85;
}

/* ── EYEBROW TEXT — Markant ── */
.eye, p.eye, span.eye {
  font-size: .65rem !important;
  letter-spacing: .22em !important;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold) !important;
}

/* ── SECTION TITLE — Premium Größe ── */
.s-title {
  font-size: clamp(2rem,4.5vw,3.4rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em !important;
  font-weight: 300 !important;
}
.s-title em {
  font-style: italic;
  color: var(--gold-lt);
}

/* ── PREMIUM KARTEN ── */
.card {
  border: 1px solid var(--card-border) !important;
  background: var(--white) !important;
  position: relative;
  overflow: hidden;
}
/* Goldener Akzent-Balken oben auf Karten */
.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold) 0%, transparent 100%);
  opacity: 0;
  transition: opacity .25s ease;
}
.card:hover::before {
  opacity: 1;
}
.card:hover {
  border-color: rgba(200,164,106,.38) !important;
  box-shadow: 0 20px 50px rgba(0,0,0,.12), 0 4px 16px rgba(200,164,106,.1) !important;
  transform: translateY(-5px) !important;
}

/* Dark-Card (auf Navy-Sektionen) */
.card-dark {
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  color: rgba(255,255,255,.85) !important;
}
.card-dark:hover {
  background: rgba(255,255,255,.07) !important;
  border-color: rgba(200,164,106,.3) !important;
}

/* ── PREMIUM BUTTONS ── */
.btn-gold {
  background: var(--gold) !important;
  color: var(--navy) !important;
  border-color: var(--gold) !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  font-size: .85rem !important;
  text-transform: uppercase !important;
  padding: .8rem 1.8rem !important;
}
.btn-gold:hover {
  background: var(--gold-lt) !important;
  border-color: var(--gold-lt) !important;
  color: var(--navy) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 30px rgba(200,164,106,.35) !important;
}

.btn-outline {
  border-color: rgba(200,164,106,.45) !important;
  color: var(--gold-lt) !important;
  font-size: .85rem !important;
  letter-spacing: .04em !important;
}
.btn-outline:hover {
  background: rgba(200,164,106,.1) !important;
  border-color: var(--gold) !important;
}

/* ── NAVIGATION — Verfeinert ── */
#notice-bar {
  background:#0f1b2d !important;
  border-bottom: 1px solid rgba(200,164,106,.15);
  font-size: .67rem;
  letter-spacing: .14em;
}

#nav {
  background:#0f1b2d !important;
  backdrop-filter: blur(12px) saturate(1.4) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.4) !important;
  border-bottom: 1px solid rgba(200,164,106,.12) !important;
}

#nav-links li a {
  font-size: .78rem !important;
  letter-spacing: .08em !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: rgba(255,255,255,.75) !important;
}
#nav-links li a.nav-active,
#nav-links li a[aria-current="page"] {
  color: var(--gold-lt) !important;
}
#nav-links li a:hover {
  color: var(--gold-lt) !important;
}

/* ── TRUST-BAR NOTICE ── */
#notice-bar {
  font-weight: 600 !important;
  letter-spacing: .16em !important;
}

/* ── FEATURES/USPs — Wärmer ── */
/* Icon-Features auf Startseite */
[style*="font-size:1.8rem"], [style*="font-size:2rem"] {
  font-size: 2rem !important;
  margin-bottom: .5rem;
  display: block;
}

/* ── TESTIMONIALS — Echter & Wärmer ── */
/* Zitat-Anführungszeichen */
[style*="testimonial"] p::before,
blockquote::before {
  content: '"';
  font-family: var(--serif);
  font-size: 4rem;
  color: var(--gold);
  opacity: .3;
  position: absolute;
  top: -1rem;
  left: -.5rem;
  line-height: 1;
}

/* ── INPUT/FORMULAR ── */
.fi {
  border-radius: 0 !important;
  border: 1px solid rgba(200,164,106,.3) !important;
  transition: all .2s ease !important;
  font-size: .9rem !important;
}
.fi:focus {
  border-color: var(--gold) !important;
  box-shadow: 0 0 0 3px rgba(200,164,106,.12) !important;
  outline: none !important;
}

/* ── PREMIUM DIVIDER ── */
hr, .divider {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,164,106,.3) 30%, rgba(200,164,106,.3) 70%, transparent);
  margin: 3rem 0;
}

/* ── FOOTER — Hochwertiger ── */
footer, [id="footer-main"] {
  background: var(--navy) !important;
  border-top: 1px solid rgba(200,164,106,.18) !important;
}

/* Footer-Überschriften */
footer h3, [id="footer-main"] h3 {
  font-size: .65rem !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  color: var(--gold) !important;
  font-weight: 700 !important;
  margin-bottom: 1rem !important;
}

/* ── PREISE — Selbstbewusst ── */
/* Preise sollen nicht verschämt sein */
[style*="€"] {
  font-variant-numeric: tabular-nums;
}

/* ── BADGE/TAG SYSTEM ── */
.badge {
  display: inline-block;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .2rem .6rem;
  border: 1px solid currentColor;
  border-radius: 2px;
  opacity: .75;
}

/* ── SCROLL-INDICATOR ── */

/* ── PREMIUM LISTE ── */
li::marker {
  color: var(--gold);
}
ul li:not([class]) {
  padding-left: .25rem;
}

/* ── MOBILE PREMIUM ── */
@media (max-width:640px) {
  body { font-size: 15px; line-height: 1.7; }
  .ph-h1 { font-size: clamp(2rem,8vw,3.2rem) !important; }
  .s-title { font-size: clamp(1.7rem,6vw,2.4rem) !important; }
  section { padding: clamp(3rem,8vw,5rem) 0; }
  .btn-gold, .btn-outline { font-size: .8rem !important; padding: .75rem 1.4rem !important; }
}

/* ── ANIMATIONEN — Sehr dezent ── */
@keyframes gold-shimmer {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}

/* Goldener Schimmer für Hero-Badge (nur einmal beim Laden) */
.hero-badge-shimmer {
  background: linear-gradient(90deg,
    var(--gold) 0%, var(--gold-lt) 40%, var(--gold) 60%, var(--gold) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gold-shimmer 3s linear 1s 1 forwards;
}

/* ── SPEZIAL: BAND-KARTEN (Bücher-Seite) ── */
/* Premium linker Akzentbalken statt oben */
[id^="band"] .card,
[id^="band"]:not(body) {
  border-left: 3px solid var(--gold) !important;
  padding-left: 1.5rem !important;
}

/* ── KEIN GENERISCHER LOOK ── */
/* Alle Überschriften: nicht fett sondern elegant dünn */
h2 {
  font-weight: 300;
}
h3 {
  font-weight: 400;
  letter-spacing: -.01em;
}
strong {
  font-weight: 600;
  color: inherit;
}

/* ── ZITAT-STIL (für Testimonials und Kapitelzitate) ── */
blockquote {
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  border-left: 3px solid var(--gold);
  font-family: var(--serif);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--mid);
  margin: 2rem 0;
}
blockquote::before {
  content: '"';
  position: absolute;
  left: .5rem;
  top: .5rem;
  font-size: 3rem;
  color: var(--gold);
  opacity: .4;
  line-height: 1;
}

/* ═══ TABLET BREAKPOINTS (768px / 1024px) ═══ */
@media (min-width:768px) and (max-width:1023px) {
  .wrap { padding:0 2rem; }
  .ph-h1 { font-size: clamp(2rem,5vw,3.2rem) !important; }
  .s-title { font-size: clamp(1.8rem,4vw,2.6rem) !important; }

  /* 2-Spalten Grids → 1 Spalte auf Tablet */
  section[style*="grid-template-columns:1fr 1fr"] > div,
  section[style*="grid-template-columns:1fr 1.15fr"] > div,
  section[style*="grid-template-columns:1fr 1.2fr"] > div {
    width: 100%;
  }
  /* Grid-Abstand */
  div[style*="gap:3rem"] { gap: 1.5rem !important; }
  div[style*="gap:4rem"] { gap: 2rem !important; }
}

@media (min-width:1024px) {
  /* Large Desktop: etwas mehr Raum */
  .wrap { max-width: 1200px; }
  section { padding: clamp(5rem,9vw,8rem) 0; }
}

/* ═══ KLEINES PHONE (< 380px) ═══ */
@media (max-width:380px) {
  .ph-h1 { font-size: 1.8rem !important; }
  .s-title { font-size: 1.6rem !important; }
  .btn { font-size: .78rem !important; padding: .65rem 1.1rem !important; }
  .wrap { padding: 0 1rem; }
}

/* ═══ HERO EINGANGSANIMATION ═══ */
@keyframes hero-fade-up {
  from { opacity:0; transform:translateY(22px); }
  to   { opacity:1; transform:translateY(0); }
}
@keyframes hero-fade-in {
  from { opacity:0; }
  to   { opacity:1; }
}

/* Nur bei reduced-motion respektieren */
@media (prefers-reduced-motion: no-preference) {
  .hero-anim-1 { animation: hero-fade-up .7s ease both; animation-delay: .05s; }
  .hero-anim-2 { animation: hero-fade-up .7s ease both; animation-delay: .18s; }
  .hero-anim-3 { animation: hero-fade-up .7s ease both; animation-delay: .32s; }
  .hero-anim-4 { animation: hero-fade-up .7s ease both; animation-delay: .46s; }
  .hero-anim-5 { animation: hero-fade-up .7s ease both; animation-delay: .60s; }
  .hero-img    { animation: hero-fade-in .9s ease both; animation-delay: .2s;  }
}

::selection { background:rgba(200,164,106,.28); color:inherit; }

/* ═══════════════════════════════════════════════════════
   KRITISCHE MOBILE FIXES — Verhindert horizontales Scrollen
   ═══════════════════════════════════════════════════════ */

/* 1. Kein horizontales Scrollen (iOS/Safari Safe)
   overflow-x NICHT auf html/body – blockiert IntersectionObserver
   auf iPhones → Lazy-Load-Bilder bleiben unsichtbar (opacity:0).
   Lösung: overflow-x auf main eingrenzen, NICHT auf html/body. */
html, body {
  max-width: 100% !important;
  /* overflow-x hier entfernt → iOS SafariScroll-Fix */
}
main, #main-content {
  overflow-x: hidden !important;
  width: 100% !important;
}
* {
  box-sizing: border-box;
  min-width: 0;   /* verhindert dass flex/grid-items überlaufen */
}

/* 2. Bilder und Videos nie breiter als Viewport */
img, svg, video, picture {
  max-width: 100% !important;
  height: auto;
}

/* 3. ALLE Inline-Grid-Layouts auf Mobile → 1 Spalte */
@media (max-width: 640px) {
  [style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }
  /* Breite Elemente einschränken */
  [style*="min-width:640px"],
  [style*="min-width:641px"],
  [style*="min-width:768px"],
  [style*="min-width:900px"] {
    min-width: 100% !important;
    width: 100% !important;
  }
  /* Feste breite Wrapper */
  [style*="max-width:1100px"],
  [style*="max-width:900px"],
  [style*="max-width:800px"],
  [style*="max-width:780px"] {
    max-width: 100% !important;
  }
  /* Inline-Flex → Wrap */
  [style*="display:flex"][style*="gap"] {
    flex-wrap: wrap !important;
  }
  /* Section padding reduzieren */
  section { padding: 2rem 0 !important; }
  /* Wrap padding auf Mobile */
  .wrap { padding: 0 1.25rem !important; }
  /* Typografie skalieren */
  [style*="font-size:clamp(2"] { font-size: 1.6rem !important; }
  [style*="font-size:clamp(3"] { font-size: 1.8rem !important; }
  /* Buttons immer sichtbar */
  .btn { display: inline-flex !important; min-width: 140px !important; }
}

/* 4. Cookie-Banner auf Mobile kompakt */
@media (max-width: 640px) {
  #cookie-banner {
    flex-direction: column !important;
    gap: .75rem !important;
    padding: 1rem !important;
  }
  #cookie-banner p { min-width: 0 !important; }
  #cookie-banner .cookie-btns,
  #cookie-banner > div:last-child {
    display: flex !important;
    gap: .5rem !important;
    width: 100% !important;
  }
  #cookie-banner button {
    flex: 1 !important;
    padding: .65rem .5rem !important;
    font-size: .8rem !important;
    white-space: nowrap !important;
    display: block !important;
    visibility: visible !important;
  }
  #cookie-accept {
    background: rgba(200,164,106,.25) !important;
    border: 1px solid rgba(200,164,106,.6) !important;
    color: #e8c47a !important;
  }
  #cookie-decline {
    border: 1px solid rgba(255,255,255,.35) !important;
    color: rgba(255,255,255,.8) !important;
  }
}

/* 5. Tablet: 2-Spalten-Grids bleiben 2-spaltig, 3+ werden 2 */
@media (min-width: 641px) and (max-width: 767px) {
  [style*="repeat(3,1fr)"],
  [style*="repeat(4,1fr)"] {
    grid-template-columns: 1fr 1fr !important;
  }
  [style*="repeat(2,1fr)"] {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* 6. Autor-Foto + SVG Kreis nie leer */
img[src="foto.jpg"] {
  display: block !important;
  object-fit: cover !important;
  object-position: center top !important;
}

/* 7. Kontrast-Sicherung: helles auf hellem verhindern */
/* Helle Texte NUR auf dunklem Hintergrund sichtbar */

[style*="color:var(--white)"] { color: #ffffff !important; }
[style*="color:rgba(255,255,255"] { /* bleibt wie definiert */ }

/* 8. Fortschrittsleiste immer sichtbar */

/* ── WCAG AA Kontrast-Korrekturen ── */
/* --muted war #6b7a8d auf #f6f4f0 = nur 3.4:1 → auf #555e6e erhöht (4.6:1) */
:root { --muted:#555e6e; }

/* Labels und Hilfstexte auf hellem Hintergrund */
.fl, label, .fcheck label { color: #445060 !important; }  /* --mid: 5.1:1 auf white */

/* Sehr helles Weiß auf Navy (.55 opacity) ist 3.1:1 — auf .75 erhöhen */
/* ph-sub: war rgba(255,255,255,.7) → bleibt OK */
/* Hint-Texte unter Formularen */
[style*="color:rgba(255,255,255,.55)"] { color: rgba(255,255,255,.75) !important; }
[style*="color:rgba(255,255,255,.4)"]  { color: rgba(255,255,255,.65) !important; }
[style*="color:rgba(255,255,255,.35)"] { color: rgba(255,255,255,.65) !important; }

/* Footer-Text Kontrast */
footer p, footer span, footer a:not(:hover) { color: rgba(255,255,255,.72) !important; }

/* ── 320px iPhone SE / älteste Phones ── */
@media (max-width:360px) {
  .wrap        { padding: 0 .875rem !important; }
  .ph-h1       { font-size: 1.65rem !important; letter-spacing: -.02em !important; }
  .s-title     { font-size: 1.5rem !important; }
  .btn         { padding: .65rem 1rem !important; font-size: .77rem !important; }
  #nav-links   { display: none !important; }
  #notice-bar  { font-size: .58rem !important; letter-spacing: .1em !important; }
}

/* ── Feste Grid-Spalten → Mobile Override ── */
@media(max-width:640px){
  [style*="grid-template-columns:160px"],
  [style*="grid-template-columns:200px"]{
    grid-template-columns:1fr!important;
  }
  /* Autor-Grid: Foto oben, Text unten */
  [style*="200px 1fr"]{
    grid-template-columns:1fr!important;
    text-align:center;
  }
  /* Buch-Cover Grid: volle Breite */
  [style*="clamp(130px"]{
    grid-template-columns:1fr!important;
  }
  /* Breite Wrapper */
  [style*="max-width:680px"],
  [style*="max-width:700px"],
  [style*="max-width:720px"],
  [style*="max-width:900px"],
  [style*="max-width:1100px"]{
    max-width:100%!important;
  }
  /* min-width Overrides */
  [style*="min-width:220px"]{min-width:0!important;}
  [style*="min-width:640px"]{min-width:0!important;width:100%!important;}
}

/* ═══ TYPOGRAFISCHE FEINEINSTELLUNGEN ═══ */

/* Maximale Zeilenlänge für optimale Lesbarkeit */
.ph-sub, p.rev, .s-sub {
  max-width: 62ch;
  line-height: 1.78;
}

/* Headline-Abstände verfeinert */
.ph-eye + .ph-h1   { margin-top: .6rem; }
.ph-h1 + .ph-sub   { margin-top: 1rem; }
.eye   + .s-title  { margin-top: .5rem; }

/* Zitate und Listenelemente */
li { line-height: 1.65; }
strong { letter-spacing: .01em; }

/* Nummer-Typografie (Preise) */
.price, [style*="font-variant-numeric"] {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

/* Section-Eyebrow — mehr Luft darunter */
.eye { margin-bottom: .75rem !important; display: block; }

/* Absatz-Abstand in Texten */
p + p { margin-top: .85em; }

/* Lauftext auf Seiten (nicht Hero) */
.card p { line-height: 1.68; font-size: .88rem; }

/* Lead-Text: etwas größer */
.ph-sub { font-size: clamp(.95rem, 1.8vw, 1.05rem) !important; }

/* ── Scroll-Indikator ── */
.scroll-cue {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .3rem;
  opacity: .5;
  animation: scroll-bounce 2s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}
.scroll-cue span {
  display: block;
  width: 1px;
  height: 32px;
  background: linear-gradient(to bottom, rgba(200,164,106,0), rgba(200,164,106,.7));
}
.scroll-cue::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid rgba(200,164,106,.7);
  border-bottom: 1px solid rgba(200,164,106,.7);
  transform: rotate(45deg);
  margin-top: -6px;
}
@keyframes scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: .4; }
  50% { transform: translateX(-50%) translateY(6px); opacity: .75; }
}
@media(max-width:640px){ .scroll-cue { bottom: 1rem; } }
/* ── 1280px Full HD ── */
@media(min-width:1280px){
  .wrap{max-width:1280px;}
  .ph-h1{font-size:5rem!important;}
  .s-title{font-size:3.6rem!important;}
}
/* ── Screen-Reader Only ── */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;
          overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}

/* ── will-change für GPU-beschleunigte Animationen ── */
.btn         { will-change: transform, box-shadow; }
.card        { will-change: transform, box-shadow; }
.scroll-cue  { will-change: transform, opacity; }
#btt         { will-change: opacity; }
#read-progress { will-change: width; }

/* ── Testimonial / Card Animation (Klassen von script.js gesetzt) ── */
.card-hidden {
  opacity: 0;
  transform: translateY(20px);
}
.card-visible {
  transition: opacity .5s ease, transform .5s ease;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* ── Lazy Loading (von script.js gesetzt) ── */
/* Lazy-Load: NUR wenn JS aktiv (body.js-active) → kein JS = immer sichtbar */
body.js-active img[loading="lazy"]:not(.loaded) {
  opacity: 0;
  transition: opacity .3s ease;
}
img[loading="lazy"].loaded {
  opacity: 1;
}

/* ── Touch-Action für Mobile-Nav ── */
#mob-overlay {
  }
#mob-nav {
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

/* ── Nav Active State (von script.js gesetzt) ── */
#nav-links a.nav-active {
  color: var(--gold-lt);
}

/* ── Button Mobile Kompakt ── */
@media(max-width:480px){
  .btn {
    font-size: .72rem !important;
    padding: .65rem 1rem !important;
    letter-spacing: .04em !important;
  }
  .btn-gold, .btn-outline {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}

/* ── .eye Kontrast auf hellen Hintergründen (WCAG AA) ── */
/* Gold #c8a46a hat nur 2.2:1 auf Weiß → dunkleres Gold #7c5c1e = 7:1 */
[style*="background:var(--white)"] .eye,
[style*="background: var(--white)"] .eye,
[style*="background:var(--off)"] .eye,
[style*="background: var(--off)"] .eye,
main .eye {
  color: #7c5c1e;
}
/* Ausnahme: .eye in dunklen Sections bleibt gold */
.ph .eye,
[style*="background:var(--navy)"] .eye,
[style*="background:var(--navy2)"] .eye,
[style*="navy"] .eye,
[style*="gradient"] .eye,
footer .eye {
  color: var(--gold) !important;
}

button,a,[role="button"]{touch-action:manipulation;}

/* ── ph-Kontext: --mid ersetzen ── */
.ph .ph-sub, .ph [class*="sub"], .ph .ph-eye { color: rgba(255,255,255,.80); }


/* ── VOLLSTÄNDIGE DRUCK-OPTIMIERUNG (Klinik-kompatibel) ── */
@media print {
  /* Nicht drucken */
  #nav, #notice-bar, #footer, #cookie-banner, #mob-nav, #mob-overlay,
  #read-progress, .skip-link, .nav-cta, .btn:not(.print-btn-desktop),
  .cookie-btns, [aria-hidden="true"] { display: none !important; }
  
  /* Weiße saubere Basis */
  body, main, .ph, section, .card, header, footer {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
  }
  
  /* Typografie druckgerecht */
  body { font-size: 11pt !important; line-height: 1.5 !important; padding: 0 !important; }
  h1 { font-size: 20pt !important; }
  h2 { font-size: 15pt !important; }
  h3 { font-size: 12pt !important; }
  h1, h2, h3, h4 { color: #000 !important; page-break-after: avoid; }
  p, li { page-break-inside: avoid; }
  
  /* Links mit URL anzeigen */
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 8pt; color: #666; }
  a[href^="tel"]::after  { content: " (" attr(href) ")"; }
  
  /* Karten-Rahmen */
  .card { border: 1px solid #ccc !important; page-break-inside: avoid; }
  
  /* Farbkorrektur für Drucker */
  * { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  
  /* Synelio Briefkopf */
  body::before {
    content: "Synelio® | Benjamin Oliver Turci, Ergotherapeut | info@synelio.de | synelio.de";
    display: block; font-size: 9pt; color: #666;
    border-bottom: 1px solid #ccc; padding-bottom: .3cm; margin-bottom: .5cm;
  }
}

/* ── MOBILE FLEX-WRAP (aus fixMobile() ausgelagert) ── */
@media(max-width:767px){
  [style*="display:flex"][style*="gap"]:not(#cookie-banner):not(#sticky-cta):not(#nav):not(#mob-nav) { flex-wrap: wrap !important; }
  [style*="grid-template-columns"] { grid-template-columns: 1fr !important; }
}

/* ── SELECT DROPDOWN: Option-Farben für alle Browser ── */
select.fi, select[style*="color:#fff"] {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c8a46a' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  padding-right: 2.25rem !important;
}
select.fi option,
select[style*="color:#fff"] option {
  background: #0f1b2d;
  color: #fdfcfa;
}

/* ── RESPONSIVE: Desktop-Breite sinnvoll nutzen ── */
@media(min-width:769px){
  .wrap { max-width: 1160px; }
  /* Bundle/Rechner auf Desktop volle Breite */
  [style*="max-width:800px"] { max-width: 1000px !important; }
  [style*="max-width:780px"] { max-width:  980px !important; }
}

/* ── RESPONSIVE: Grid-Kollaps auf Mobile ── */
@media(max-width:767px){
  [style*="grid-template-columns:1fr 1fr"]{
    grid-template-columns: 1fr !important;
  }
  [style*="grid-template-columns:repeat(2"]{
    grid-template-columns: 1fr !important;
  }
  /* Button-Text nicht abschneiden */
  .btn { white-space: normal !important; height: auto !important; min-height: 2.75rem; padding: .6rem 1.25rem !important; }
}
/* ── RESPONSIVE GRIDS: alle festen Spaltenlayouts auf Mobile ── */
@media(max-width:640px){
  /* 2-Spalten-Grids */
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr"],
  [style*="grid-template-columns:repeat(2,1fr)"],
  [style*="grid-template-columns:repeat(2, 1fr)"] {
    grid-template-columns: 1fr !important;
  }
  /* 3-4-Spalten → 1 Spalte */
  [style*="grid-template-columns:repeat(3"],
  [style*="grid-template-columns:repeat(4"] {
    grid-template-columns: 1fr !important;
  }
  /* Hero/Autor Flex-Reihen → Spalten */
  [style*="display:flex"][style*="gap"]:not(#cookie-banner):not(#sticky-cta):not(#nav):not(#mob-nav):not(.btn):not(li) {
    flex-wrap: wrap !important;
  }
  /* Bilder und Karten volle Breite */
  [style*="width:40%"], [style*="width:45%"], [style*="width:50%"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ── DESKTOP: Inhalte breiter darstellen ── */
@media(min-width:1024px){
  /* Formular-Sektionen etwas großzügiger */
  .wrap[style*="max-width:640px"],
  .wrap[style*="max-width:680px"] {
    max-width: 800px !important;
  }
  /* Textspalten lesbar halten */
  [style*="max-width:580px"] { max-width: 680px !important; }
  [style*="max-width:520px"] { max-width: 640px !important; }
}
/* ════════════════════════════════════════════════════
   MINIMUM-SCHRIFTGRÖSSEN — WCAG + Mobile-Lesbarkeit
   Inline-Styles .6x-.72rem → mindestens .8rem
   ════════════════════════════════════════════════════ */

/* Alle Inline-Schriften unter 12px auf 13px anheben */
[style*="font-size:.6rem"]  { font-size: .82rem !important; }
[style*="font-size:.65rem"] { font-size: .82rem !important; }
[style*="font-size:.66rem"] { font-size: .82rem !important; }
[style*="font-size:.68rem"] { font-size: .82rem !important; }
[style*="font-size:.7rem"]  { font-size: .85rem !important; }
[style*="font-size:.72rem"] { font-size: .85rem !important; }

/* Eyebrow-Labels (class=eye, .fl) Mindestgröße */
.eye, .fl, label { font-size: max(.82rem, 13px); }

/* Auf Mobile: alles nochmals etwas vergrößern */
@media(max-width:640px){
  [style*="font-size:.7"],
  [style*="font-size:.8"] { font-size: .9rem !important; }

  /* Label-Texte */
  label, .fl { font-size: .9rem !important; }

  /* Badge/Kategorie-Chips */
  [style*="letter-spacing:.1em"][style*="font-size"] { font-size: .82rem !important; }

  /* Beschreibungstexte minimal */
  [style*="font-size:.8rem"] { font-size: .9rem !important; }
  [style*="font-size:.82rem"] { font-size: .9rem !important; }

  /* Body-Grundschrift auf Mobile mindestens 16px */
  body { font-size: 16px !important; }
  p, li, td, th { font-size: clamp(15px, 4vw, 17px); }
}

/* Tablet: komfortable Lesbarkeit */
@media(min-width:641px) and (max-width:1023px){
  body { font-size: 15px; }
  [style*="font-size:.6rem"],
  [style*="font-size:.65rem"],
  [style*="font-size:.68rem"] { font-size: .8rem !important; }
}
/* ════════════════════════════════════════════════════
   RANGE-SLIDER: Großer, gut greifbarer Thumb (Touch + Desktop)
   ════════════════════════════════════════════════════ */
input[type="range"]{
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
/* Track */
input[type="range"]::-webkit-slider-runnable-track{
  height: 8px;
  border-radius: 4px;
  background: rgba(255,255,255,.15);
}
input[type="range"]::-moz-range-track{
  height: 8px;
  border-radius: 4px;
  background: rgba(255,255,255,.15);
}
/* Thumb: 28px Touch-Target, deutlich größer als Browser-Default */
input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold, #c8a46a);
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.35);
  cursor: pointer;
  margin-top: -10px; /* zentriert auf 8px Track */
  transition: transform .15s ease;
}
input[type="range"]::-webkit-slider-thumb:hover,
input[type="range"]::-webkit-slider-thumb:active{
  transform: scale(1.15);
}
input[type="range"]::-moz-range-thumb{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold, #c8a46a);
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.35);
  cursor: pointer;
  transition: transform .15s ease;
}
input[type="range"]::-moz-range-thumb:hover,
input[type="range"]::-moz-range-thumb:active{
  transform: scale(1.15);
}
/* Größeres Touch-Target auf Mobile */
@media(max-width:640px){
  input[type="range"]::-webkit-slider-thumb{ width: 32px; height: 32px; margin-top: -12px; }
  input[type="range"]::-moz-range-thumb{ width: 32px; height: 32px; }
  input[type="range"]::-webkit-slider-runnable-track,
  input[type="range"]::-moz-range-track{ height: 10px; }
}