/* ============================================================
   NIEDERLASSUNGEN – Styles
   ============================================================ */

/* ---- Hero ---- */
.nl-hero {
  position: relative;
  padding: calc(88px + clamp(3rem, 7vw, 5rem)) 0 clamp(3rem, 6vw, 5rem);
  background: var(--bg);
  overflow: hidden;
}

.nl-hero-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.nl-hero-title {
  font-size: clamp(3.5rem, 9vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.92;
  margin: 1rem 0 1.5rem;
  color: var(--ink);
}

.nl-accent { color: var(--accent); }

.nl-hero-sub {
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  color: var(--ink-50);
  max-width: 440px;
  line-height: 1.65;
}

.nl-hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  min-width: 220px;
  flex-shrink: 0;
}

.nl-stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1.25rem 1.5rem;
  background: var(--bg-alt);
}

.nl-stat-n {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
}

.nl-stat-l {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ink-30);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.nl-hero-bg {
  position: absolute;
  top: -15%;
  right: -8%;
  width: 55vw;
  height: 55vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(223,174,98,0.04) 0%, transparent 65%);
  pointer-events: none;
}

/* ---- Section ---- */
.nl-section {
  background: var(--bg-alt);
  padding: clamp(4rem, 8vw, 7rem) 0;
}

/* ---- Location Card ---- */
.nl-card {
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  background: var(--bg);
}
.nl-card:last-of-type { margin-bottom: 0; }

/* ---- Card Top: image + info ---- */
.nl-card-top {
  display: grid;
  grid-template-columns: 420px 1fr;
}

.nl-photo {
  position: relative;
  height: 320px;
  overflow: hidden;
  background: #111;
  flex-shrink: 0;
}

.nl-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.nl-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-30);
  background: rgba(255,255,255,0.02);
}

.nl-photo-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 50px;
  background: rgba(223,174,98,0.15);
  color: var(--accent);
  border: 1px solid rgba(223,174,98,0.3);
  backdrop-filter: blur(4px);
}

.nl-info {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-left: 1px solid var(--border);
}

.nl-location-tag {
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
}

.nl-name {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0;
}

.nl-address {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--ink-50);
  font-style: normal;
}

.nl-address svg { flex-shrink: 0; margin-top: 2px; }

.nl-divider {
  width: 100%;
  height: 1px;
  background: var(--border);
}

/* ---- Hours ---- */
.nl-hours-title {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-30);
  margin-bottom: 0.6rem;
}

.nl-hours-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.nl-hour-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nl-hour-day {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink);
  min-width: 80px;
}

.nl-hour-time {
  font-size: 0.78rem;
  color: var(--ink-50);
  font-variant-numeric: tabular-nums;
}

.nl-hour-lang {
  font-size: 0.65rem;
  font-weight: 700;
  padding: 1px 7px;
  border-radius: 50px;
  border: 1px solid var(--border);
  color: var(--ink-30);
}

.nl-hour-lang--de {
  color: var(--accent);
  background: rgba(223,174,98,0.07);
  border-color: rgba(223,174,98,0.18);
}

.nl-hour-lang--ru {
  color: #7ab8f5;
  background: rgba(56,139,253,0.07);
  border-color: rgba(56,139,253,0.18);
}

.nl-maps-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
  padding: 0.5rem 1.1rem;
  border: 1px solid rgba(223,174,98,0.25);
  border-radius: 50px;
  background: rgba(223,174,98,0.06);
  transition: background var(--t), border-color var(--t);
  width: fit-content;
}
.nl-maps-btn:hover {
  background: rgba(223,174,98,0.12);
  border-color: rgba(223,174,98,0.4);
}

/* ---- Card Bottom: standort-desc + map ---- */
.nl-card-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--border);
}

.nl-desc {
  padding: clamp(1.25rem, 2.5vw, 2rem);
}

.nl-desc-title {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-30);
  margin-bottom: 0.75rem;
}

.nl-desc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.nl-desc-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.82rem;
  color: var(--ink-50);
  line-height: 1.45;
}

.nl-desc-list li svg { flex-shrink: 0; margin-top: 1px; color: var(--accent); }

.nl-map {
  position: relative;
  border-left: 1px solid var(--border);
  min-height: 260px;
}

.nl-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(0.6) invert(0.85) hue-rotate(170deg);
}

/* ---- Responsive ---- */
@media (max-width: 1100px) {
  .nl-hero-inner { grid-template-columns: 1fr; }
  .nl-hero-stats { grid-template-columns: repeat(3, 1fr); min-width: unset; }
  .nl-card-top { grid-template-columns: 320px 1fr; }
}

@media (max-width: 820px) {
  .nl-card-top { grid-template-columns: 1fr; }
  .nl-photo { height: 240px; }
  .nl-info { border-left: none; border-top: 1px solid var(--border); }
  .nl-card-bottom { grid-template-columns: 1fr; }
  .nl-map { border-left: none; border-top: 1px solid var(--border); min-height: 220px; }
}

@media (max-width: 640px) {
  .nl-hero-stats { grid-template-columns: 1fr 1fr; }
}
