/* Löwenstein Concept – Institutional Base */
body{outline:6px solid red !important;}

*{margin:0;padding:0;box-sizing:border-box}
body{background:#0b0d10;color:#e6e6e6;font-family:Montserrat,Arial,sans-serif;line-height:1.6}
h1,h2,h3{font-family:"Playfair Display",serif;color:#fff}
a{color:#d4af37;text-decoration:none}
a:hover{opacity:.85}
.container{max-width:1200px;margin:0 auto;padding:80px 40px}
.hero {
  position: relative;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 48px 0;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 18px 60px rgba(0,0,0,0.55);
}
