:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  width: 100%;
  min-height: 100%;
}

body {
  background: #000;
}

.page-shell,
.story,
.section,
.media {
  width: 100%;
}

.page-shell,
.story,
.section {
  margin: 0;
  padding: 0;
}

.story {
  display: grid;
  gap: 0;
}

.media {
  display: block;
  width: 100%;
}

.media--video {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.media--image {
  height: auto;
}
