:root {
  --blue: #4f96d8;
  --blue-dark: #1f5f9d;
  --ink: #050505;
  --muted: #7d7d7d;
  --soft: #dedede;
  --line: #e8e8e8;
  --gold: #f5a400;
  --paper: #ffffff;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.45;
}

a {
  color: var(--blue-dark);
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 34px 32px 22px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
}

.brand {
  color: var(--blue);
  font-size: 52px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.brand-black {
  color: var(--ink);
  font-weight: 700;
}

.menu-button {
  display: none;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 6px;
  padding: 10px 14px;
  font: inherit;
  font-weight: 700;
}

.page-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 54px;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.side-nav {
  position: sticky;
  top: 135px;
  align-self: start;
  display: grid;
  gap: 18px;
  padding-top: 62px;
}

.side-nav a {
  color: #d8d8d8;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.side-nav a:hover,
.side-nav a:focus,
.side-nav a.active {
  color: var(--ink);
  transform: translateX(4px);
}

.section {
  min-height: 82vh;
  padding: 62px 0;
  scroll-margin-top: 120px;
}

.section-heading {
  margin-bottom: 26px;
}

.section-heading p {
  margin: 0 0 6px;
  color: var(--blue-dark);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 62px;
  line-height: 1;
}

h1 span {
  color: var(--ink);
}

h2 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.1;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(330px, 1.12fr);
  align-items: center;
  gap: 36px;
  padding-top: 22px;
}

.welcome {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 22px;
  font-weight: 700;
}

.hero-copy p:not(.welcome) {
  max-width: 520px;
  color: #555;
}

.hero-actions,
.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button,
.social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--blue-dark);
  border-radius: 6px;
  padding: 9px 16px;
  color: var(--blue-dark);
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--blue-dark);
  color: #fff;
}

.hero-visual {
  display: grid;
  place-items: center;
}

.hero-visual img {
  width: min(100%, 560px);
}

.current-poster {
  position: absolute;
  left: 0;
  bottom: 34px;
  width: 210px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.11);
}

.text-column {
  max-width: 880px;
  color: #686868;
  font-style: italic;
}

.thanks {
  margin-top: 44px;
  color: var(--blue-dark);
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}

.poster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 36px;
}

.poster-card {
  border-radius: 8px;
  color: var(--ink);
  text-align: center;
  text-decoration: none;
}

.poster-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border: 1px solid var(--line);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.poster-card:hover img,
.poster-card:focus img {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.13);
}

.poster-card strong {
  display: block;
  margin-top: 10px;
  font-size: 20px;
}

.poster-card span {
  color: var(--muted);
}

.piece-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 34px;
}

.piece-layout > img {
  border: 1px solid var(--line);
}

.author {
  font-weight: 800;
}

.detail-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 26px;
}

ul {
  margin: 0;
  padding-left: 20px;
}

.press-list {
  display: grid;
  gap: 8px;
}

.image-run {
  margin-top: 44px;
  overflow: hidden;
}

.image-run img {
  width: min(720px, 100%);
  margin: 0 auto;
}

.section-intro {
  max-width: 760px;
  color: #555;
}

.matrix-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  max-width: 100%;
}

.matrix {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 15px;
}

.matrix th,
.matrix td {
  border: 1px solid #2b2b2b;
  min-width: 42px;
  height: 32px;
  padding: 5px 8px;
  text-align: center;
}

.matrix th:first-child,
.matrix td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 190px;
  background: #fff;
  text-align: left;
  font-weight: 700;
}

.matrix thead th {
  background: #ffd36d;
}

.matrix .filled {
  background: var(--gold);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  max-width: 830px;
}

address {
  font-style: normal;
}

address strong {
  display: block;
  margin-bottom: 16px;
}

.notice {
  max-width: 760px;
  margin: 54px 0 0;
  border: 3px solid var(--blue-dark);
  padding: 18px 26px;
  color: var(--blue-dark);
  font-size: 28px;
  font-style: italic;
  text-align: center;
}

.impressum {
  min-height: auto;
}

footer {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 42px 304px;
  color: var(--muted);
  font-size: 15px;
}

@media (max-width: 980px) {
  .site-header {
    justify-content: space-between;
    padding: 20px 24px;
  }

  .brand {
    font-size: 34px;
    white-space: normal;
  }

  .menu-button {
    display: inline-flex;
  }

  .page-shell {
    display: block;
    width: min(100% - 32px, 760px);
  }

  .side-nav {
    position: fixed;
    inset: 78px 16px auto;
    z-index: 30;
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
  }

  .side-nav.open {
    display: grid;
  }

  .side-nav a {
    font-size: 24px;
  }

  .section {
    min-height: auto;
    padding: 48px 0;
    scroll-margin-top: 90px;
  }

  .hero,
  .piece-layout,
  .detail-columns,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .current-poster {
    position: static;
    width: min(260px, 72%);
    margin-top: 20px;
  }

  .poster-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  footer {
    width: min(100% - 32px, 760px);
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }

  .brand {
    font-size: 27px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 34px;
  }

  .poster-grid {
    grid-template-columns: 1fr;
  }

  .thanks,
  .notice {
    font-size: 22px;
  }
}
