/* =============================================
   INDUSTRIEMETALLE.CSS — PIB Professionals in Bulgaria
   ============================================= */

:root {
  --navy: #1E2A4A;
  --navy-dark: #131c33;
  --gold: #B8962E;
  --gold2: #D4AF50;
  --gold-pale: #f5ead4;
  --white: #ffffff;
  --offwhite: #f8f5ef;
  --text-light: #d4c9b0;
  --steel: #8B9AB0;
  --steel-dark: #2C3E55;
  --anthrazit: #1a2030;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; background: var(--anthrazit); color: var(--white); 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.4); }
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 */
.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-size: cover; background-position: center; filter: brightness(0.65); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(19,28,51,0.98) 0%, rgba(19,28,51,0.5) 50%, rgba(26,32,48,0.2) 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.7); max-width: 620px; }

/* FACTS BAR */
.facts-bar { background: rgba(0,0,0,0.4); border-top: 1px solid rgba(184,150,46,0.15); border-bottom: 1px solid rgba(184,150,46,0.15); 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.12); }
.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: rgba(255,255,255,0.45); line-height: 1.5; }

/* SECTIONS */
section { padding: 80px 60px; }
.inner { max-width: 1200px; margin: 0 auto; }
.section-label { font-size: 0.68rem; letter-spacing: 0.22em; 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(--white); margin-bottom: 20px; }
.section-title em { font-style: italic; color: var(--gold2); }
.body-text { font-size: 0.95rem; line-height: 1.85; color: rgba(255,255,255,0.62); margin-bottom: 20px; max-width: 820px; }
.gold-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(184,150,46,0.4), transparent); }

/* TECH GRID — applications */
.tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 40px; }
.tech-item { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); padding: 28px 24px; transition: background 0.3s, border-color 0.3s; }
.tech-item:hover { background: rgba(184,150,46,0.06); border-color: rgba(184,150,46,0.2); }
.tech-icon { font-size: 1.6rem; margin-bottom: 12px; }
.tech-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 600; color: var(--white); margin-bottom: 8px; }
.tech-item p { font-size: 0.82rem; line-height: 1.6; color: rgba(255,255,255,0.5); }

/* METALS GRID */
.metals-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; margin-top: 40px; }
.metal-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-left: 3px solid rgba(184,150,46,0.4); padding: 32px 28px; transition: border-left-color 0.3s, background 0.3s; }
.metal-card:hover { border-left-color: var(--gold); background: rgba(184,150,46,0.04); }
.metal-symbol { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 300; color: var(--gold2); line-height: 1; margin-bottom: 4px; }
.metal-name { font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 14px; }
.metal-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 600; color: var(--white); margin-bottom: 10px; }
.metal-card p { font-size: 0.84rem; line-height: 1.65; color: rgba(255,255,255,0.55); margin-bottom: 10px; }
.metal-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.metal-tag { font-size: 0.68rem; letter-spacing: 0.06em; padding: 3px 10px; border: 1px solid rgba(184,150,46,0.25); color: rgba(184,150,46,0.7); border-radius: 1px; }

/* GEOPOLITICS ALERT */
.geo-alert { background: rgba(184,150,46,0.06); border: 1px solid rgba(184,150,46,0.2); border-top: 2px solid var(--gold); padding: 32px 36px; margin-top: 40px; }
.geo-alert h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 600; color: var(--gold2); margin-bottom: 14px; }
.geo-alert p { font-size: 0.88rem; line-height: 1.8; color: rgba(255,255,255,0.65); margin-bottom: 10px; }
.geo-alert p:last-child { margin-bottom: 0; }

/* STORAGE SECTION */
.storage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 40px; }
.storage-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); padding: 36px 32px; }
.storage-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 400; color: var(--gold2); margin-bottom: 8px; }
.storage-sub { font-size: 0.78rem; color: rgba(255,255,255,0.35); 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.6); 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); }

/* CTA */
.cta-section { background: rgba(0,0,0,0.3); border-top: 1px solid rgba(184,150,46,0.15); 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.55); 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-dark); 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: rgba(0,0,0,0.5); padding: 32px 60px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(184,150,46,0.12); 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.25); 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.22); }

/* 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; }
  .tech-grid { grid-template-columns: 1fr 1fr; }
  .metals-grid { grid-template-columns: 1fr; }
  .storage-grid { grid-template-columns: 1fr; }
  .facts-inner { grid-template-columns: 1fr 1fr; }
  footer { flex-direction: column; text-align: center; padding: 32px 20px; }
}

/* PHOTO STRIP METALS */
.photo-strip-metals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  height: 200px;
  margin: 40px 0;
}
.photo-strip-metals img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75) saturate(0.8);
  transition: filter 0.3s;
}
.photo-strip-metals img:hover { filter: brightness(0.95) saturate(1); }

/* METAL PHOTO inside card */
.metal-photo {
  width: 100%;
  height: 220px;
  object-fit: cover;
  filter: brightness(0.85) saturate(0.85);
  margin: 12px 0;
  border-radius: 1px;
  transition: filter 0.3s;
}
.metal-photo:hover { filter: brightness(1) saturate(1); }

/* PARTNER BOX */
.partner-box {
  margin-top: 40px;
  background: rgba(184,150,46,0.05);
  border: 1px solid rgba(184,150,46,0.2);
  border-left: 3px solid var(--gold);
  padding: 32px 36px;
}
.partner-box h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gold2);
  margin-bottom: 16px;
}
.partner-box p {
  font-size: 0.88rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.65);
  margin-bottom: 12px;
}
.partner-box p:last-child { margin-bottom: 0; }

/* RESPONSIVE additions */
@media (max-width: 960px) {
  .photo-strip-metals { grid-template-columns: 1fr 1fr; height: auto; }
  .photo-strip-metals img { height: 140px; }
}

/* STRATEGIC GRID */
.strategic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 40px;
}
.strategic-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-top: 3px solid var(--gold);
  padding: 32px 28px;
  transition: background 0.3s;
}
.strategic-card:hover { background: rgba(184,150,46,0.05); }
.strategic-icon { font-size: 1.8rem; margin-bottom: 14px; }
.strategic-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--gold2);
  margin-bottom: 12px;
}
.strategic-card p {
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.58);
}

/* RARE EARTH NOTE */
.rare-earth-note {
  margin-top: 12px;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: var(--gold);
  text-transform: uppercase;
  opacity: 0.7;
}

/* RARE EARTH BOX */
.rare-earth-box {
  margin-top: 32px;
  background: rgba(184,150,46,0.06);
  border: 1px solid rgba(184,150,46,0.25);
  border-left: 3px solid var(--gold);
  padding: 28px 32px;
}
.rare-earth-box h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--gold2);
  margin-bottom: 12px;
}
.rare-earth-box p {
  font-size: 0.88rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.65);
}

@media (max-width: 960px) {
  .strategic-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* SINGLE WIDE PHOTO STRIP */
.photo-strip-single {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 360px;
  overflow: hidden;
}
.photo-strip-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.9) saturate(0.9);
  display: block;
}
@media (max-width: 960px) {
  .photo-strip-single { height: 200px; }
}

/* SINGLE WIDE PHOTO STRIP */
.photo-strip-single {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 360px;
  overflow: hidden;
}
.photo-strip-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.9) saturate(0.9);
  display: block;
}
@media (max-width: 960px) {
  .photo-strip-single { height: 200px; }
}


/* ===== INDUSTRIEMETALLE 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 42px !important;
  }

  .hero h1{
    font-size:clamp(2.1rem,11vw,3.3rem);
    line-height:1.08;
  }

  .hero-sub{
    font-size:0.94rem;
    line-height:1.75;
  }

  section,
  .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);
  }

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

  .strategic-grid,
  .metals-grid,
  .storage-grid{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }

  .tech-item,
  .strategic-card,
  .metal-card,
  .storage-card,
  .geo-alert,
  .rare-earth-box,
  .partner-box{
    padding:24px 20px !important;
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  .metal-photo{
    height:190px !important;
  }

  .photo-strip-single{
    height:200px !important;
  }

  .body-text,
  .tech-item p,
  .strategic-card p,
  .metal-card p,
  .geo-alert p,
  .rare-earth-box p,
  .partner-box p,
  .storage-list li{
    overflow-wrap:break-word;
  }

  img{
    max-width:100%;
  }

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


/* MARKET OVERVIEW TABLE */
.market-table-wrap{margin-top:36px;overflow-x:auto;border:1px solid rgba(184,150,46,0.18);background:rgba(255,255,255,0.025);}
.market-table{width:100%;border-collapse:collapse;min-width:980px;}
.market-table th{background:rgba(184,150,46,0.12);color:var(--gold2);font-size:0.68rem;letter-spacing:0.12em;text-transform:uppercase;text-align:left;padding:15px 14px;border-bottom:1px solid rgba(184,150,46,0.22);}
.market-table td{vertical-align:top;padding:15px 14px;font-size:0.78rem;line-height:1.55;color:rgba(255,255,255,0.62);border-bottom:1px solid rgba(255,255,255,0.07);}
.market-table tr:last-child td{border-bottom:none;}
.market-table td:first-child{color:var(--gold2);white-space:nowrap;}
.source-note{margin-top:18px;font-size:0.72rem;line-height:1.6;color:rgba(255,255,255,0.38);max-width:980px;}
@media (max-width:960px){.market-table-wrap{margin-left:-2px;margin-right:-2px;}.market-table{min-width:860px;}.source-note{font-size:0.7rem;}}


/* SCARCITY SNAPSHOT CARDS */
.scarcity-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:2px;
  margin:34px 0 34px;
}
.scarcity-card{
  position:relative;
  background:linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
  border:1px solid rgba(184,150,46,0.18);
  border-top:3px solid var(--gold);
  padding:28px 22px 24px;
  min-height:290px;
}
.scarcity-rank{
  position:absolute;
  top:16px;
  right:16px;
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid rgba(184,150,46,0.65);
  color:var(--gold2);
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'Cormorant Garamond', serif;
  font-size:1.25rem;
}
.scarcity-card h3{
  font-family:'Cormorant Garamond', serif;
  font-size:1.45rem;
  font-weight:600;
  color:var(--white);
  margin-bottom:6px;
  padding-right:42px;
}
.scarcity-sub{
  font-size:0.66rem;
  letter-spacing:0.10em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.42);
  line-height:1.45;
  min-height:34px;
}
.scarcity-number{
  font-family:'Cormorant Garamond', serif;
  font-size:2.15rem;
  line-height:1;
  color:var(--gold2);
  margin:22px 0 12px;
}
.scarcity-card p{
  font-size:0.80rem;
  line-height:1.65;
  color:rgba(255,255,255,0.58);
  margin-bottom:16px;
}
.scarcity-outlook{
  margin-top:auto;
  font-size:0.72rem;
  line-height:1.45;
  color:rgba(184,150,46,0.88);
  border-top:1px solid rgba(184,150,46,0.16);
  padding-top:12px;
}
.investor-consent-note{
  margin-top:28px;
  padding:18px 22px;
  border-left:3px solid var(--gold);
  background:rgba(184,150,46,0.055);
  color:rgba(255,255,255,0.66);
  font-size:0.88rem;
  line-height:1.7;
}
@media (max-width:1100px){
  .scarcity-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:960px){
  .scarcity-grid{grid-template-columns:1fr;gap:16px;}
  .scarcity-card{min-height:0;padding:24px 20px;}
}


/* HARD DATA PANEL — visible scarcity numbers */
.hard-data-panel{
  margin:42px 0 38px;
  padding:34px 28px 30px;
  background:linear-gradient(180deg, rgba(184,150,46,0.075), rgba(255,255,255,0.025));
  border:1px solid rgba(184,150,46,0.22);
  border-top:3px solid var(--gold);
}
.hard-data-head h3{
  font-family:'Cormorant Garamond', serif;
  font-size:clamp(1.45rem,2.7vw,2.2rem);
  font-weight:300;
  color:var(--white);
  margin:6px 0 24px;
}
.hard-data-head h3 em{
  color:var(--gold2);
  font-style:italic;
}
.hard-data-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:2px;
}
.hard-data-card{
  background:rgba(19,28,51,0.72);
  border:1px solid rgba(255,255,255,0.07);
  padding:24px 20px 22px;
  min-height:370px;
}
.hard-data-top{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:8px;
}
.hard-data-top span{
  width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(184,150,46,0.75);
  color:var(--gold2);
  font-family:'Cormorant Garamond', serif;
  font-size:1.25rem;
}
.hard-data-top strong{
  font-family:'Cormorant Garamond', serif;
  font-size:1.35rem;
  color:var(--white);
  font-weight:600;
}
.hard-data-use{
  min-height:36px;
  font-size:0.63rem;
  letter-spacing:0.10em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.42);
  line-height:1.45;
}
.hard-data-main{
  font-family:'Cormorant Garamond', serif;
  font-size:2.15rem;
  line-height:1;
  color:var(--gold2);
  margin:22px 0 16px;
}
.hard-data-row{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:14px;
  padding:9px 0;
  border-top:1px solid rgba(184,150,46,0.14);
}
.hard-data-row span{
  font-size:0.63rem;
  letter-spacing:0.10em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.36);
}
.hard-data-row b{
  color:var(--gold2);
  font-weight:500;
  white-space:nowrap;
}
.hard-data-card p{
  margin-top:14px;
  font-size:0.78rem;
  line-height:1.65;
  color:rgba(255,255,255,0.58);
}
@media (max-width:1100px){
  .hard-data-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:960px){
  .hard-data-panel{padding:26px 18px;}
  .hard-data-grid{grid-template-columns:1fr;gap:16px;}
  .hard-data-card{min-height:0;}
}


/* 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;}
}
