.emk-artikel-layout {
  --bg: #f5f4ef;
  --text: #1d2a2a;
  --line: #d7ddd9;
  --surface: #ffffff;
  --nav-red: #cf2a2a;
  --nav-red-dark: #a61f1f;
  background: var(--bg);
  color: var(--text);
  font-family: "Segoe UI", "Noto Sans", sans-serif;
}

.emk-artikel-layout * {
  box-sizing: border-box;
}

.emk-artikel-layout .emk-container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.emk-artikel-layout .emk-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #e6eef6;
}

.emk-artikel-layout .emk-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 20px;
}

.emk-artikel-layout .emk-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
  min-width: 300px;
}

.emk-artikel-layout .emk-brand img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
}

.emk-artikel-layout .emk-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.emk-artikel-layout .emk-brand-name {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.emk-artikel-layout .emk-brand-subtitle {
  margin: 4px 0 0;
  color: #5a6776;
  font-size: 0.73rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.emk-artikel-layout .emk-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 32px;
}

.emk-artikel-layout .emk-menu a {
  color: var(--nav-red-dark);
  text-decoration: none;
  font-size: 1.02rem;
  font-weight: 500;
  white-space: nowrap;
}

.emk-artikel-layout .emk-menu a:hover,
.emk-artikel-layout .emk-menu a:focus-visible {
  color: var(--nav-red);
}

.emk-artikel-layout .emk-menu a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}

.emk-artikel-layout .emk-cta-wa {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #d63838, #b31e1e);
  padding: 14px 30px;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(182, 30, 30, 0.28);
  white-space: nowrap;
}

.emk-artikel-layout .emk-burger-btn {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid #d9e2ed;
  background: #ffffff;
  color: #0f172a;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 8px 14px rgba(15, 23, 42, 0.08);
}

.emk-artikel-layout .emk-burger-icon {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.emk-artikel-layout .emk-mobile-drawer {
  display: none;
}

.emk-artikel-layout .artikel-section {
  margin: 36px 0 56px;
}

.emk-artikel-layout .head {
  margin-bottom: 22px;
  background: linear-gradient(135deg, #0c7ec5, #155e75);
  color: #fff;
  padding: 34px;
}

.emk-artikel-layout .head h1 {
  margin: 0 0 8px;
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.15;
}

.emk-artikel-layout .head p {
  margin: 0;
}

.emk-artikel-layout .artikel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.emk-artikel-layout .artikel-card {
  background: var(--surface);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.emk-artikel-layout .artikel-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.emk-artikel-layout .artikel-content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.emk-artikel-layout .artikel-meta {
  margin: 0 0 8px;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #5f6b76;
  font-weight: 700;
}

.emk-artikel-layout .artikel-content h3 {
  margin: 0 0 10px;
  font-size: 1.22rem;
  line-height: 1.35;
}

.emk-artikel-layout .artikel-content p {
  margin: 0;
  color: #364152;
}

.emk-artikel-layout .artikel-link {
  display: inline-block;
  margin-top: 16px;
  text-decoration: none;
  color: #fff;
  background: #0c7ec5;
  padding: 9px 14px;
  font-size: 0.9rem;
  font-weight: 700;
}

.emk-artikel-layout .emk-artikel-more-wrap {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.emk-artikel-layout .emk-artikel-more-btn {
  border: 0;
  background: #b31e1e;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 11px 18px;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(179, 30, 30, 0.28);
}

.emk-artikel-layout .emk-maps-section {
  margin: 0 0 30px;
}

.emk-artikel-layout .emk-maps-head {
  margin: 0 0 14px;
  text-align: center;
}

.emk-artikel-layout .emk-maps-head h2 {
  margin: 0 0 6px;
  color: #1f2937;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.15;
}

.emk-artikel-layout .emk-maps-head p {
  margin: 0;
  color: #4b5563;
}

.emk-artikel-layout .emk-maps-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 16px;
  align-items: stretch;
}

.emk-artikel-layout .emk-maps-card {
  background: #ffffff;
  border: 1px solid #d8e0e8;
  padding: 20px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.emk-artikel-layout .emk-contact-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 8px;
}

.emk-artikel-layout .emk-contact-list a {
  color: #1f2937;
  text-decoration: none;
  font-weight: 600;
}

.emk-artikel-layout .emk-maps-cta {
  margin-top: 14px;
  display: inline-block;
  width: fit-content;
  background: #b31e1e;
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  font-weight: 700;
}

.emk-artikel-layout .emk-maps-frame {
  border: 1px solid #d8e0e8;
  min-height: 340px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.emk-artikel-layout .emk-maps-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
  display: block;
}

.emk-artikel-layout .emk-site-footer {
  border-top: 1px solid #dde3ea;
  background: #ffffff;
  padding: 26px 0 28px;
}

.emk-artikel-layout .emk-site-footer-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 20px;
  align-items: start;
}

.emk-artikel-layout .emk-site-footer h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: #111827;
}

.emk-artikel-layout .emk-site-footer p,
.emk-artikel-layout .emk-site-footer a {
  margin: 0;
  color: #4b5563;
  text-decoration: none;
  line-height: 1.65;
  font-size: 0.92rem;
}

.emk-artikel-layout .emk-copyright-bar {
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 12px 0;
}

.emk-artikel-layout .emk-copyright-bar p {
  margin: 0;
  text-align: center;
  color: #6b7280;
  font-size: 0.86rem;
}

@media (max-width: 1100px) {
  .emk-artikel-layout .artikel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .emk-artikel-layout .emk-nav {
    gap: 10px;
  }

  .emk-artikel-layout .emk-brand {
    min-width: auto;
  }

  .emk-artikel-layout .emk-menu,
  .emk-artikel-layout .emk-nav > .emk-cta-wa {
    display: none;
  }

  .emk-artikel-layout .emk-burger-btn {
    display: inline-grid;
    place-items: center;
  }

  .emk-artikel-layout .emk-mobile-drawer {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid #e5ebf2;
    box-shadow: 0 18px 28px rgba(15, 23, 42, 0.12);
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.28s ease, opacity 0.22s ease;
  }

  .emk-artikel-layout.mobile-open .emk-mobile-drawer {
    max-height: 540px;
    opacity: 1;
    visibility: visible;
  }

  .emk-artikel-layout .emk-mobile-drawer-inner {
    padding: 12px 4%;
    display: grid;
    gap: 8px;
  }

  .emk-artikel-layout .emk-mobile-link {
    display: block;
    text-decoration: none;
    color: #111827;
    font-weight: 700;
    padding: 10px 10px;
    border: 1px solid #ebf0f6;
    background: #ffffff;
  }

  .emk-artikel-layout .emk-mobile-cta {
    margin-top: 4px;
    width: fit-content;
  }

  .emk-artikel-layout .artikel-grid {
    grid-template-columns: 1fr;
  }

  .emk-artikel-layout .emk-maps-grid,
  .emk-artikel-layout .emk-site-footer-inner {
    grid-template-columns: 1fr;
  }

  .emk-artikel-layout .emk-maps-frame,
  .emk-artikel-layout .emk-maps-frame iframe {
    min-height: 280px;
  }
}
