:root {
  --em-ink: #1c1c1c;
  --em-paper: #f9f9f9;
  --em-warm: #d19f72;
  --em-copper: #875626;
  --em-dark-brown: #090403;
  --em-muted: #d8d3cd;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: hidden;
}

body.em-site {
  width: 100%;
  margin: 0;
  overflow-x: clip;
  background: var(--em-ink) url("/images/echte-mensen/image-12.jpg") center top / cover fixed;
  color: var(--em-paper);
  font-family: Rubik, Arial, sans-serif;
  font-weight: 400;
  font-size: 12pt;
  line-height: 1.656;
}

@supports not (overflow-x: clip) {
  body.em-site {
    overflow-x: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.em-nav a,
.em-brand {
  font-family: Rubik, Arial, sans-serif;
  font-weight: 500;
}

a {
  color: inherit;
  text-decoration-color: var(--em-warm);
  text-underline-offset: 0.2em;
}

.em-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 72px;
  padding: 18px clamp(20px, 5vw, 64px);
  background: rgba(28, 28, 28, 0.94);
  border-bottom: 1px solid rgba(249, 249, 249, 0.12);
  backdrop-filter: blur(10px);
}

.em-brand {
  display: inline-flex;
  flex: 0 0 auto;
  width: clamp(76px, 10vw, 112px);
  min-width: 76px;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.em-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.em-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid rgba(249, 249, 249, 0.32);
  background: rgba(0, 0, 0, 0.18);
  color: var(--em-paper);
  cursor: pointer;
}

.em-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.em-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.em-nav a {
  color: var(--em-paper);
  font-size: 12pt;
  text-decoration: none;
}

.em-nav .current > a,
.em-nav .active > a,
.em-nav a:hover {
  color: var(--em-warm);
}

.em-main {
  min-height: 70vh;
  background:
    linear-gradient(180deg, rgba(28, 28, 28, 0.36), rgba(28, 28, 28, 0.64)),
    transparent;
}

.com-content-article {
  width: 100%;
}

.article-info,
.pagenavigation,
.com-content-article__navigation {
  display: none;
}

.em-section {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 9vw, 120px) clamp(20px, 6vw, 80px);
}

.em-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--em-bg, linear-gradient(135deg, #252522, #875626));
  background-position: center;
  background-size: cover;
}

.em-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(28, 28, 28, var(--em-overlay, 0.72));
}

.em-section.light {
  background: rgba(28, 28, 28, 0.68);
  color: var(--em-paper);
}

.em-section.light::before,
.em-section.light::after {
  display: none;
}

.em-wrap {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.em-page {
  min-height: 72vh;
  padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 80px);
}

.em-home {
  padding-top: 10px;
  overflow: hidden;
}

.em-page:not(.em-home) {
  padding-top: 0;
}

.em-page h1,
.em-hero h1,
.em-page-title {
  margin: 0 0 26px;
  font-size: clamp(42px, 8.4vw, 96px);
  line-height: 1;
  text-transform: uppercase;
}

.em-logo-large {
  display: block;
  width: 20vw;
  max-width: none;
  margin: 10px auto;
}

.em-page:not(.em-home) .em-logo-large {
  display: none;
}

.em-titlebar {
  width: 100vw;
  margin: 0 0 clamp(24px, 4vw, 42px) calc(50% - 50vw);
  padding: clamp(10px, 2vw, 16px) clamp(20px, 6vw, 80px);
  background: rgba(9, 4, 3, 0.97);
}

.em-titlebar h1 {
  width: min(1040px, 100%);
  margin: 0 auto;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.15;
}

.em-home-article {
  margin-top: clamp(34px, 6vw, 68px);
}

.em-home-article:first-of-type {
  margin-top: 0;
}

.em-release-list {
  display: grid;
  gap: clamp(34px, 6vw, 68px);
}

.em-release-list .em-home-article {
  margin-top: 0;
}

.em-article-titlebar {
  width: 100vw;
  margin: 0 0 clamp(24px, 4vw, 42px) calc(50% - 50vw);
  padding: clamp(10px, 2vw, 16px) clamp(20px, 6vw, 80px);
  background: rgba(9, 4, 3, 0.97);
}

.em-home .em-article-titlebar {
  width: auto;
  margin-right: calc(50% - 50vw);
}

.em-article-titlebar h2 {
  width: min(1040px, 100%);
  margin: 0 auto;
  color: var(--em-paper);
  font-size: clamp(20px, 2.8vw, 32px);
  line-height: 1.15;
  text-transform: uppercase;
}

.em-home-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.em-release-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.em-readmore {
  margin-top: 1rem;
}

.em-readmore summary {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  background: rgba(9, 4, 3, 0.92);
  color: var(--em-paper);
  cursor: pointer;
  font-weight: 500;
}

.em-readmore[open] summary {
  margin-bottom: 1rem;
}

.em-readmore summary::marker {
  color: var(--em-warm);
}

.em-readmore blockquote {
  margin: 1rem 0;
  padding-left: 1rem;
  border-left: 3px solid var(--em-warm);
  color: var(--em-muted);
}

.em-intro-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.em-person {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.78fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  margin-top: clamp(34px, 6vw, 72px);
}

.em-person.image-left {
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.1fr);
}

.em-person .em-block,
.em-person .em-image {
  width: 100%;
}

.em-person .em-image {
  max-height: 620px;
  object-fit: cover;
  object-position: center top;
}

.em-person .em-copy h2:first-child {
  margin-top: 0;
}

.em-contact-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  width: 100%;
}

.em-contact-photo {
  width: 100%;
  justify-self: start;
}

.em-intro-row .em-block,
.em-intro-row .em-image {
  width: 100%;
}

.em-block {
  width: min(940px, 100%);
  padding: 0;
  background: transparent;
  border-left: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.78);
}

.em-block.shade-b {
  background: transparent;
}

.em-block.shade-c {
  background: transparent;
}

.em-copy p,
.em-copy li {
  max-width: 860px;
  margin: 0 0 1rem;
}

.em-copy h2 {
  margin: 2rem 0 0.75rem;
  color: var(--em-warm);
  font-size: 20pt;
  line-height: 1.2;
}

.em-lede {
  max-width: 760px;
  font-size: 12pt;
}

.em-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.em-card-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.em-card {
  padding: 24px;
  background: rgba(249, 249, 249, 0.08);
  border: 1px solid rgba(249, 249, 249, 0.16);
  border-radius: 8px;
}

.em-card h2,
.em-grid h2 {
  margin-top: 0;
  color: var(--em-warm);
}

.em-image {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.em-media {
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  width: min(940px, 100%);
  margin-top: clamp(28px, 5vw, 60px);
}

.em-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.em-video-copy {
  padding: 0;
  background: transparent;
  border-left: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.78);
}

.em-video-social {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
}

.em-facebook {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  border: 0;
  background: rgba(18, 18, 17, 0.78);
}

.em-facebook-drawer {
  position: fixed;
  top: var(--em-header-height, 72px);
  right: 0;
  bottom: 0;
  z-index: 30;
  width: 100vw;
  transform: translateX(100%);
  transition: transform 280ms ease;
  pointer-events: none;
}

.em-facebook-drawer.is-open {
  transform: translateX(0);
}

.em-facebook-toggle {
  position: absolute;
  top: 22px;
  left: -58px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #1877f2;
  color: var(--em-paper);
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  pointer-events: auto;
}

.em-facebook-drawer.is-open .em-facebook-toggle {
  left: 18px;
}

.em-facebook-toggle svg {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  fill: currentColor;
}

.em-facebook-panel {
  height: 100%;
  overflow-y: auto;
  background: transparent;
  border-left: 0;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.em-facebook-panel iframe {
  display: block;
  width: min(420px, 100%);
  height: 1200px;
  min-height: 100%;
  border: 0;
  pointer-events: auto;
}

.em-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}

.em-soundcloud {
  width: 100%;
  height: 450px;
  border: 0;
  background: rgba(18, 18, 17, 0.78);
}

.em-contact {
  font-size: 12pt;
  line-height: 1.656;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.em-footer {
  padding: 36px 20px;
  background: var(--em-dark-brown);
  color: var(--em-paper);
  text-align: center;
  font-size: 12pt;
}

.em-footer p {
  margin: 4px 0;
}

.em-search {
  display: flex;
  align-items: center;
  flex: 0 1 190px;
  min-width: 148px;
  border: 1px solid rgba(249, 249, 249, 0.32);
  background: rgba(0, 0, 0, 0.18);
}

.em-search input {
  min-width: 0;
  width: 100%;
  border: 0;
  padding: 8px 10px;
  background: transparent;
  color: var(--em-paper);
  font: inherit;
}

.em-search button {
  width: 38px;
  align-self: stretch;
  border: 0;
  border-left: 1px solid rgba(249, 249, 249, 0.24);
  background: transparent;
  color: var(--em-paper);
  cursor: pointer;
  font: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (max-width: 760px) {
  .em-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .em-home .em-article-titlebar {
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .em-home .em-article-titlebar h2 {
    width: 100%;
  }

  .em-header,
  .em-nav ul {
    align-items: flex-start;
    flex-direction: column;
  }

  .em-search {
    width: 100%;
    flex: 0 0 auto;
    min-height: 42px;
  }

  .em-grid,
  .em-card-list,
  .em-media-grid,
  .em-intro-row,
  .em-contact-row,
  .em-release-grid,
  .em-home-video-grid,
  .em-person,
  .em-person.image-left,
  .em-video-social {
    grid-template-columns: 1fr;
  }

  .em-hero {
    min-height: 74vh;
  }

  .em-facebook-drawer {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: min(78vh, 620px);
    transform: translateY(100%);
  }

  .em-facebook-drawer.is-open {
    transform: translateY(0);
  }

  .em-facebook-toggle {
    top: -62px;
    left: auto;
    right: 18px;
    width: 52px;
    height: 52px;
  }

  .em-facebook-drawer.is-open .em-facebook-toggle {
    left: auto;
    right: 18px;
  }

  .em-facebook-toggle svg {
    width: 31px;
    height: 31px;
  }

  .em-facebook-panel {
    border-left: 0;
    border-top: 0;
    justify-content: center;
  }

  .em-facebook-panel iframe {
    width: 100%;
  }
}

body.em-menu-compact .em-header {
  display: grid;
  grid-template-columns: auto 44px;
  align-items: center;
  gap: 16px;
}

body.em-menu-compact .em-menu-toggle {
  display: block;
  justify-self: end;
}

body.em-menu-compact .em-nav {
  display: none;
  grid-column: 1 / -1;
  width: 100%;
}

body.em-menu-compact.em-menu-open .em-nav {
  display: block;
}

body.em-menu-compact .em-nav ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

body.em-menu-compact .em-search {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 42px;
}
