/* =============================================
   EDELSTEINE.CSS — Ambriel Kapital GmbH
   ============================================= */

:root {
  --navy: #1E2A4A;
  --navy-dark: #131c33;
  --gold: #B8962E;
  --gold2: #D4AF50;
  --gold-pale: #f5ead4;
  --white: #ffffff;
  --offwhite: #f8f5ef;
  --text-light: #d4c9b0;
  --ruby: #9B1B30;
  --emerald: #1B6B3A;
  --sapphire: #1B3A6B;
  --tanzanite: #4B2E7A;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; background: var(--white); color: var(--navy); overflow-x: hidden; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: stretch; height: 76px; transition: height 0.3s; box-shadow: 0 2px 24px rgba(0,0,0,0.22); }
nav.scrolled { height: 62px; }
.nav-logo-panel { width: 32%; background: #fff; display: flex; align-items: center; justify-content: flex-start; padding: 8px clamp(60px, calc((100vw - 1200px)/2), 400px); flex-shrink: 0; cursor: pointer; }
.nav-logo-panel img { height: 62px; width: auto; display: block; transition: height 0.3s; }
nav.scrolled .nav-logo-panel img { height: 48px; }
.nav-menu-panel { flex: 1; background: rgba(19,28,51,0.97); backdrop-filter: blur(12px); display: flex; align-items: center; justify-content: flex-end; padding: 0 28px; border-bottom: 1px solid rgba(184,150,46,0.18); }
.nav-menu-panel ul { list-style: none; display: flex; gap: 20px; align-items: center; }
.nav-menu-panel ul li { position: relative; }
.nav-menu-panel ul li a { color: var(--text-light); text-decoration: none; font-size: 0.78rem; font-weight: 400; letter-spacing: 0.07em; text-transform: uppercase; transition: color 0.2s; white-space: nowrap; display: block; padding-bottom: 12px; }
.nav-menu-panel ul li a:hover { color: var(--gold2); }
.nav-cta { background: var(--gold); color: var(--navy) !important; padding: 9px 18px; border-radius: 2px; font-weight: 600 !important; transition: background 0.2s !important; padding-bottom: 9px !important; }
.nav-cta:hover { background: var(--gold2) !important; }
.dropdown { position: relative; }
.dropdown-toggle::after { content: ' ▾'; font-size: 0.65rem; opacity: 0.7; }
.dropdown-menu { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: rgba(19,28,51,0.98); border: 1px solid rgba(184,150,46,0.25); border-top: 2px solid var(--gold); min-width: 220px; z-index: 200; padding: 8px 0; margin-top: 0; padding-top: 8px; }
.dropdown-menu::before { content: ''; position: absolute; top: -8px; left: 0; right: 0; height: 8px; background: transparent; }
.dropdown-menu a { display: block; padding: 10px 18px; font-size: 0.75rem; color: rgba(255,255,255,0.65); letter-spacing: 0.06em; text-transform: uppercase; border-bottom: 1px solid rgba(184,150,46,0.08); transition: background 0.2s, color 0.2s; white-space: nowrap; padding-bottom: 10px !important; }
.dropdown-menu a:last-child { border-bottom: none; }
.dropdown-menu a:hover { background: rgba(184,150,46,0.1); color: var(--gold2); }
.dropdown:hover .dropdown-menu, .dropdown-menu:hover { display: block; }
.dropdown-label { font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); padding: 10px 18px 4px; opacity: 0.6; pointer-events: none; display: block; }

/* FADE ANIMATION — NIEMALS ENTFERNEN */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* HERO */
.hero { position: relative; height: 88vh; min-height: 520px; display: flex; align-items: flex-end; overflow: hidden; }
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../img/edelsteine-hero-saphir.jpg');
  background-size: cover;
  background-position: center 45%;
  filter: brightness(0.62) contrast(1.06) saturate(1.08);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(19,28,51,0.78) 0%, rgba(19,28,51,0.48) 42%, rgba(19,28,51,0.18) 100%),
    linear-gradient(to top, rgba(19,28,51,0.82) 0%, rgba(19,28,51,0.28) 58%, rgba(19,28,51,0.08) 100%);
}
.hero-content { position: relative; z-index: 2; padding: 120px 60px 64px; max-width: 1200px; margin: 0 auto; width: 100%; }
.hero-breadcrumb { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; display: block; }
.hero-breadcrumb a { color: var(--gold); text-decoration: none; }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 300; line-height: 1.1; color: var(--white); margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--gold2); }
.hero-sub { font-size: 1rem; font-weight: 300; line-height: 1.7; color: rgba(255,255,255,0.75); max-width: 620px; }

/* FACTS BAR */
.facts-bar { background: var(--navy-dark); padding: 36px 60px; }
.facts-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.fact { text-align: center; padding: 20px 16px; border-right: 1px solid rgba(184,150,46,0.15); }
.fact:last-child { border-right: none; }
.fact-num { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 600; color: var(--gold2); line-height: 1; margin-bottom: 6px; }
.fact-label { font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-light); line-height: 1.5; }

/* SECTIONS */
section { padding: 80px 60px; }
.inner { max-width: 1200px; margin: 0 auto; }
.section-label { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 14px; display: block; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 300; line-height: 1.2; color: var(--navy); margin-bottom: 20px; }
.section-title em { font-style: italic; color: var(--gold2); }
.section-title.light { color: var(--white); }
.body-text { font-size: 0.95rem; line-height: 1.8; color: #445; margin-bottom: 20px; max-width: 820px; }
.gold-divider { height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }

/* PROCESS STEPS */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 40px; }
.process-step { background: var(--offwhite); padding: 32px 24px; border-top: 3px solid var(--gold); }
.process-num { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 12px; }
.process-step h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.process-step p { font-size: 0.84rem; line-height: 1.65; color: #556; }
.process-step .labs { font-size: 0.75rem; color: var(--gold); font-weight: 500; margin-top: 10px; font-style: italic; }

/* 4 STONES GRID */
.stones-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; margin-top: 40px; }
.stone-card {
  position: relative;
  overflow: hidden;
  height: 320px;
  background: var(--navy-dark);
}
.stone-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.58) contrast(1.05);
  transition: filter 0.4s, transform 0.4s;
}
.stone-card:hover img { filter: brightness(0.72) contrast(1.06); transform: scale(1.02); }
.stone-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px; background: linear-gradient(to top, rgba(19,28,51,0.95) 0%, transparent 100%); }
.stone-gem { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 6px; font-weight: 500; }
.stone-card.ruby .stone-gem { color: #e8728a; }
.stone-card.emerald .stone-gem { color: #5dba7d; }
.stone-card.sapphire .stone-gem { color: #7ab0e8; }
.stone-card.tanzanite .stone-gem { color: #b08ae8; }
.stone-info h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; color: var(--white); margin-bottom: 6px; }
.stone-info p { font-size: 0.82rem; color: rgba(255,255,255,0.7); line-height: 1.5; }
.stone-badge { display: inline-block; margin-top: 8px; padding: 4px 10px; border-radius: 2px; font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; }
.stone-card.ruby .stone-badge { background: rgba(155,27,48,0.4); color: #e8728a; border: 1px solid rgba(155,27,48,0.5); }
.stone-card.emerald .stone-badge { background: rgba(27,107,58,0.4); color: #5dba7d; border: 1px solid rgba(27,107,58,0.5); }
.stone-card.sapphire .stone-badge { background: rgba(27,58,107,0.4); color: #7ab0e8; border: 1px solid rgba(27,58,107,0.5); }
.stone-card.tanzanite .stone-badge { background: rgba(75,46,122,0.4); color: #b08ae8; border: 1px solid rgba(75,46,122,0.5); }

/* STORAGE OPTIONS */
.storage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.storage-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(184,150,46,0.2); padding: 36px 32px; transition: border-color 0.3s; }
.storage-card:hover { border-color: var(--gold); }
.storage-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 400; color: var(--gold2); margin-bottom: 8px; }
.storage-card-sub { font-size: 0.78rem; color: rgba(255,255,255,0.4); margin-bottom: 20px; font-style: italic; }
.storage-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.storage-list li { font-size: 0.87rem; color: rgba(255,255,255,0.65); padding-left: 16px; position: relative; line-height: 1.55; }
.storage-list li::before { content: '·'; position: absolute; left: 0; color: var(--gold); }
.storage-list li strong { color: var(--gold2); }

/* HISTORICAL BOX */
.history-box { background: var(--navy); border-left: 3px solid var(--gold); padding: 32px 36px; margin-top: 40px; max-width: 900px; }
.history-box h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; color: var(--gold2); margin-bottom: 14px; }
.history-box p { font-size: 0.9rem; line-height: 1.8; color: rgba(255,255,255,0.75); margin-bottom: 10px; }
.history-box p:last-child { margin-bottom: 0; }

/* CTA */
.cta-section { background: var(--navy-dark); padding: 80px 60px; text-align: center; }
.cta-section h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 300; color: var(--white); margin-bottom: 16px; }
.cta-section p { font-size: 1rem; color: rgba(255,255,255,0.65); margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; line-height: 1.7; }
.btn-gold { display: inline-block; background: var(--gold); color: var(--navy); padding: 16px 40px; border-radius: 2px; font-weight: 600; font-size: 0.88rem; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; transition: background 0.2s; }
.btn-gold:hover { background: var(--gold2); }

/* FOOTER */
footer { background: #0d1524; padding: 32px 60px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(184,150,46,0.15); flex-wrap: wrap; gap: 16px; }
.footer-logo img { height: 38px; width: auto; display: block; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-links a { font-size: 0.74rem; color: rgba(255,255,255,0.32); text-decoration: none; letter-spacing: 0.06em; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold2); }
footer p { font-size: 0.76rem; color: rgba(255,255,255,0.28); }

/* RESPONSIVE */
@media (max-width: 960px) {
  nav { height: 64px; }
  .nav-logo-panel { width: 45%; padding: 6px 16px; }
  .nav-logo-panel img { height: 46px; }
  .nav-menu-panel ul { display: none; }
  section, .facts-bar, .cta-section { padding: 56px 20px; }
  .hero-content { padding: 80px 20px 40px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .stones-grid { grid-template-columns: 1fr; }
  .stone-card {
  position: relative;
  overflow: hidden;
  height: 320px;
  background: var(--navy-dark);
}
  .storage-grid { grid-template-columns: 1fr; }
  .facts-inner { grid-template-columns: 1fr 1fr; }
  footer { flex-direction: column; text-align: center; padding: 32px 20px; }
}

/* EXPERT QUOTE */
.expert-quote {
  margin-top: 32px;
  padding: 28px 36px;
  border-left: 3px solid var(--gold);
  background: var(--white);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
  color: var(--navy);
  line-height: 1.7;
}
.expert-quote cite {
  display: block;
  margin-top: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

/* PROCESS STEP DARK VARIANT */
.process-step.dark {
  background: rgba(255,255,255,0.04);
  border-top: 3px solid var(--gold);
  padding: 32px 24px;
}
.process-step.dark h3 {
  color: var(--gold2);
}
.process-step.dark p {
  color: rgba(255,255,255,0.65);
}
.process-step.dark .labs {
  color: var(--gold2);
}

/* PRICE WARNING */
.price-warning {
  margin-top: 40px;
  background: rgba(155,27,48,0.1);
  border: 1px solid rgba(155,27,48,0.25);
  border-left: 3px solid #9B1B30;
  padding: 24px 32px;
}
.price-warning h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #e8728a;
  margin-bottom: 10px;
}
.price-warning p {
  font-size: 0.87rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
}

/* PHOTO STRIP 4-spaltig */
.photo-strip-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  height: 220px;
  overflow: hidden;
  background: var(--navy-dark);
}
.photo-strip-4 img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.88) contrast(1.04);
  transition: filter 0.3s, transform 0.3s;
}
.photo-strip-4 img:hover { filter: brightness(1); transform: scale(1.015); }

/* SECTION HELPERS */
.section-light { background: var(--offwhite); padding: 80px 60px; }
.section-dark  { background: var(--navy);     padding: 80px 60px; }

/* HISTORY VISUAL */
.history-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  margin-top: 40px;
}
.history-visual img {
  width: 100%;
  max-width: 520px;
  max-height: 520px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 2px;
  filter: brightness(0.88);
}
.history-visual-text h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 12px;
}
.history-visual-text p {
  font-size: 0.87rem;
  line-height: 1.75;
  color: #445;
}

/* INFO BOX */
.info-box {
  margin-top: 32px;
  background: var(--white);
  border: 1px solid rgba(184,150,46,0.2);
  border-left: 3px solid var(--gold);
  padding: 28px 32px;
}
.info-box h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 12px;
}
.info-box p {
  font-size: 0.87rem;
  line-height: 1.75;
  color: #445;
  margin-bottom: 8px;
}
.info-box p:last-child { margin-bottom: 0; }

/* EXPERT QUOTE */
.expert-quote {
  margin-top: 28px;
  padding: 24px 32px;
  border-left: 3px solid var(--gold);
  background: rgba(184,150,46,0.05);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 300;
  color: var(--navy);
  line-height: 1.7;
}
.expert-quote cite {
  display: block;
  margin-top: 10px;
  font-size: 0.73rem;
  font-style: normal;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

/* RESPONSIVE additions */
@media (max-width: 960px) {
  .photo-strip-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  height: 220px;
  overflow: hidden;
  background: var(--navy-dark);
}
  .photo-strip-4 img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.88) contrast(1.04);
  transition: filter 0.3s, transform 0.3s;
}
  .history-visual { grid-template-columns: 1fr; }
  .section-light, .section-dark { padding: 56px 20px; }
}


/* Robust image display */
img {
  max-width: 100%;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../img/edelsteine-hero-saphir.jpg');
  background-size: cover;
  background-position: center 45%;
  filter: brightness(0.62) contrast(1.06) saturate(1.08);
}

.photo-strip-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  height: 220px;
  overflow: hidden;
  background: var(--navy-dark);
}

.photo-strip-4 img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.88) contrast(1.04);
  transition: filter 0.3s, transform 0.3s;
}

.stone-card {
  position: relative;
  overflow: hidden;
  height: 320px;
  background: var(--navy-dark);
}

.stone-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.58) contrast(1.05);
  transition: filter 0.4s, transform 0.4s;
}

.history-visual img {
  width: 100%;
  max-width: 520px;
  max-height: 520px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}


/* Bildausschnitte Feinabstimmung */
.stone-card.sapphire img {
  object-fit: contain;
  object-position: center;
  padding: 18px;
  background: linear-gradient(135deg, rgba(19,28,51,0.96), rgba(30,42,74,0.98));
}

.photo-strip-4 img[alt="Saphir"] {
  object-fit: contain;
  padding: 12px;
  background: #f8f5ef;
}

/* Hero etwas heller und hochwertiger */
.hero h1,
.hero-sub,
.hero-breadcrumb {
  text-shadow: 0 2px 18px rgba(0,0,0,0.35);
}

/* Krone begrenzt halten */
.history-visual img {
  width: 100%;
  max-width: 520px;
  max-height: 520px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}


/* ===== EDELSTEINE SAFE MOBILE FIX ===== */
.mobile-menu-toggle{display:none;}

@media (max-width:960px){
  html, body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  nav{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:1000;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    height:auto !important;
    min-height:64px;
  }

  .mobile-menu-toggle{
    display:flex !important;
    position:fixed;
    top:14px;
    right:16px;
    z-index:1200;
    background:none;
    border:none;
    color:#B8962E;
    font-size:2rem;
    line-height:1;
    cursor:pointer;
  }

  .nav-logo-panel{
    width:100% !important;
    height:64px;
    padding:6px 70px 6px 16px !important;
  }

  .nav-logo-panel img{
    height:46px !important;
  }

  .nav-menu-panel{
    display:none !important;
    position:fixed;
    top:64px;
    left:0;
    right:0;
    width:100%;
    max-height:calc(100vh - 64px);
    overflow-y:auto;
    background:rgba(19,28,51,0.99);
    padding:12px 20px 24px;
    z-index:1100;
  }

  .nav-menu-panel.mobile-open{
    display:flex !important;
  }

  .nav-menu-panel ul{
    display:flex !important;
    flex-direction:column;
    align-items:flex-start;
    width:100%;
    gap:0;
    overflow:visible;
    white-space:normal;
  }

  .nav-menu-panel ul li{
    width:100%;
  }

  .nav-menu-panel ul li a{
    display:block;
    width:100%;
    padding:13px 0 !important;
    border-bottom:1px solid rgba(255,255,255,0.08);
    font-size:0.82rem;
    white-space:normal;
  }

  .dropdown-menu{
    position:relative !important;
    display:block !important;
    left:auto !important;
    top:auto !important;
    transform:none !important;
    width:100%;
    min-width:0;
    margin:0;
    background:rgba(255,255,255,0.03);
    border:none;
    border-left:2px solid #B8962E;
    padding:4px 0 8px 14px;
  }

  .dropdown-menu::before{
    display:none !important;
  }

  .dropdown-menu a{
    font-size:0.72rem !important;
    border-bottom:none !important;
    padding:8px 0 !important;
    color:rgba(255,255,255,0.72);
  }

  .dropdown-label{
    padding-left:0 !important;
    padding-top:12px !important;
  }

  .hero{
    height:auto !important;
    min-height:auto !important;
    padding-top:72px;
  }

  .hero-content{
    padding:96px 20px 40px !important;
  }

  .hero h1{
    font-size:clamp(2.1rem,11vw,3.2rem);
  }

  section,
  .section-light,
  .section-dark,
  .facts-bar,
  .cta-section{
    padding-left:20px !important;
    padding-right:20px !important;
  }

  .facts-inner{
    grid-template-columns:1fr 1fr !important;
  }

  .fact{
    border-right:none !important;
    border-bottom:1px solid rgba(184,150,46,0.12);
  }

  .photo-strip-4{
    grid-template-columns:1fr 1fr !important;
    height:auto !important;
  }

  .photo-strip-4 img{
    height:180px !important;
  }

  .history-visual{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }

  .process-grid{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }

  .process-step,
  .process-step.dark{
    width:100% !important;
    padding:26px 22px !important;
  }

  .stones-grid{
    grid-template-columns:1fr !important;
  }

  .stone-card{
    min-height:340px !important;
  }

  .storage-grid{
    grid-template-columns:1fr !important;
  }

  footer{
    flex-direction:column;
    text-align:center;
    padding:32px 20px;
  }
}

/* Unified footer logo panel */
.footer-logo{background:#fff;padding:6px 16px;border-radius:2px;display:inline-flex;align-items:center;}
.footer-logo img{height:38px;width:auto;display:block;}


/* ===== V11 GLOBAL NAV WIDTH FIX ===== */
@media (min-width:961px){
  .nav-logo-panel{width:25% !important;padding-left:clamp(30px,4vw,110px) !important;padding-right:28px !important;}
  .nav-logo-panel img{height:58px !important;}
  nav.scrolled .nav-logo-panel img{height:46px !important;}
  .nav-menu-panel{padding:0 18px !important;}
  .nav-menu-panel ul{gap:14px !important;}
  .nav-menu-panel ul li a{font-size:0.70rem !important;letter-spacing:0.055em !important;}
}


/* V12: unified language switcher in navigation */
.lang-switcher{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;margin-left:4px!important;white-space:nowrap!important;}
.lang-switcher a{display:inline-block!important;padding:0!important;border:none!important;font-size:.72rem!important;letter-spacing:.08em!important;line-height:1!important;}
.lang-switcher span{display:inline-block!important;opacity:.55;font-size:.72rem!important;line-height:1!important;}
@media(max-width:960px){.lang-switcher{width:100%!important;padding-top:16px!important;justify-content:flex-start!important;gap:12px!important;}.lang-switcher a{font-size:.82rem!important;}}


/* ===== AMBRIEL GLOBAL MOBILE NAV FIX — 2026-06 =====
   Ziel: Burger-Menü auf allen Seiten einspaltig, ohne Hero/Content zu verändern.
   Dieser Block darf in jede Seiten-CSS-Datei übernommen werden. */
@media (max-width:960px){
  #mainNav{height:auto!important;min-height:76px!important;align-items:flex-start!important;background:#fff!important;}
  #mainNav .nav-logo-panel{width:100%!important;height:76px!important;min-height:76px!important;padding:8px 20px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;background:#fff!important;}
  #mainNav .nav-logo-panel img{height:58px!important;max-height:58px!important;max-width:72vw!important;width:auto!important;object-fit:contain!important;}
  #mainNav .mobile-menu-toggle{display:block!important;position:fixed!important;top:20px!important;right:22px!important;z-index:1001!important;background:transparent!important;border:0!important;color:#B8962E!important;font-size:2rem!important;line-height:1!important;}
  #mainNav .nav-menu-panel{display:none!important;position:fixed!important;top:76px!important;left:0!important;right:0!important;bottom:auto!important;width:100%!important;max-height:calc(100vh - 76px)!important;overflow-y:auto!important;background:rgba(19,28,51,.98)!important;padding:26px 22px!important;border-top:1px solid rgba(184,150,46,.18)!important;box-shadow:0 12px 30px rgba(0,0,0,.28)!important;}
  #mainNav .nav-menu-panel.mobile-open{display:block!important;}
  #mainNav .nav-menu-panel ul{display:block!important;width:100%!important;margin:0!important;padding:0!important;list-style:none!important;}
  #mainNav .nav-menu-panel ul li{display:block!important;width:100%!important;height:auto!important;position:relative!important;margin:0!important;}
  #mainNav .nav-menu-panel ul li a{display:block!important;width:100%!important;height:auto!important;padding:12px 0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;line-height:1.25!important;white-space:normal!important;color:#d4c9b0!important;text-align:left!important;}
  #mainNav .dropdown-menu{display:block!important;position:static!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0 0 12px 0!important;padding:8px 0 10px 18px!important;background:rgba(255,255,255,.035)!important;border:0!important;border-left:2px solid #B8962E!important;box-shadow:none!important;}
  #mainNav .dropdown-menu::before{display:none!important;}
  #mainNav .dropdown-menu a{display:block!important;padding:8px 0!important;border:0!important;height:auto!important;line-height:1.25!important;font-size:.78rem!important;white-space:normal!important;color:rgba(255,255,255,.72)!important;}
  #mainNav .dropdown-label{display:block!important;padding:8px 0 4px!important;color:#B8962E!important;}
  #mainNav .lang-switcher{display:flex!important;flex-direction:row!important;align-items:center!important;height:auto!important;width:100%!important;padding-top:16px!important;gap:12px!important;margin-left:0!important;white-space:nowrap!important;}
  #mainNav .lang-switcher a{display:inline-flex!important;width:auto!important;border:0!important;padding:0!important;}
}
