/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*, :before, :after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  line-height: 1.15;
}

body {
  margin: 0;
}

hr {
  color: inherit;
  height: 0;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[data-theme="light"] {
  --color-bg: #fff;
  --color-bg-accent: #ebecea;
  --color-fg: #000;
  --color-grey: #d3d3d3;
  --color-grey-text: #4d4d4d;
  --shadow-color: #00000040;
}

[data-theme="dark"] {
  --color-bg: #0c0c0c;
  --color-bg-accent: #262626;
  --color-fg: #e2e2e2;
  --color-grey: #4c4c4c;
  --color-grey-text: #bebebe;
  --shadow-color: #000;
}

:root {
  --background: var(--color-bg);
  --background-grey: var(--color-bg-accent);
  --grey: var(--color-grey);
  --grey-text: var(--color-grey-text);
  --black: var(--color-fg);
  --site-margin: clamp(20px, 5vw, 40px);
  --small-font-size: 1.15rem;
  --medium-font-size: 1.5rem;
  --large-font-size: 2.25rem;
}

@font-face {
  font-display: swap;
  font-family: laus;
  font-style: normal;
  font-weight: 450;
  src: url("../TWKLausanne-450.75a823ba.woff2") format("woff2"), url("../TWKLausanne-450.ff268c0b.woff") format("woff"), url("../TWKLausanne-450.26d6866b.ttf") format("truetype");
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  color: var(--typo);
  font-family: laus, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 450;
  line-height: 1.3;
}

h1, h2, h3, h4 {
  color: var(--black);
  font-weight: 450;
}

.h1 {
  font-size: var(--large-font-size);
  letter-spacing: -.3px;
  max-width: 80ch;
  line-height: 1.15;
}

.h2 {
  font-size: var(--medium-font-size);
  letter-spacing: -.05px;
  line-height: 1.4;
}

.h3 {
  margin-bottom: .25em;
}

.h3, p {
  font-size: var(--small-font-size);
}

p {
  color: var(--black);
}

a {
  color: var(--grey-text);
  font-size: var(--small-font-size);
  text-decoration: none;
  transition: color .2s ease-out;
}

a:hover {
  color: var(--black);
  transition: color .1s ease-out;
}

.lnum {
  font-feature-settings: "tnum" 1;
}

.paragraph {
  max-width: 65ch;
}

img:-moz-loading {
  visibility: hidden;
}

::selection {
  background-color: var(--grey);
  color: var(--black);
}

img::selection {
  background-color: #0000;
}

picture::selection {
  background-color: #0000;
}

svg::selection {
  background-color: #0000;
}

body {
  background-color: var(--background);
  font-size: var(--small-type);
  flex-direction: column;
  min-height: 100dvh;
  display: flex;
  position: relative;
}

[data-taxi-view] {
  opacity: 1;
  transition: opacity .5s;
}

img, picture, svg {
  width: 100%;
  height: 100%;
}

img {
  display: block;
}

main {
  background-color: var(--background);
}

.wrapper {
  padding: calc(var(--site-margin) / 2) var(--site-margin);
  width: 100%;
  margin: 0 auto;
}

[aria-current="page"] {
  color: var(--black);
}

button {
  -webkit-appearance: none;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: inherit;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

.filter-form-group {
  margin-bottom: 1rem;
}

.filters {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: baseline;
  display: grid;
}

@media (max-width: 850px) {
  .filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.active-filters {
  text-align: center;
}

@media (max-width: 850px) {
  .active-filters {
    grid-column: 1 / -1;
  }
}

.active-filters p, .search-suggestions p {
  color: var(--grey-text);
  margin-bottom: 0;
}

.filter-form-group input[type="search"] {
  background-color: var(--background-grey);
  color: var(--black);
  font-size: var(--medium-font-size);
  border: 0;
  border-radius: 2rem;
  width: 100%;
  padding: 14px 21px 12px;
}

.filter-form-group input[type="search"]::placeholder {
  color: var(--black);
}

.filter-form-group select {
  background-color: var(--white);
  border: 1px solid var(--grey);
  color: var(--black);
  font-size: var(--small-font-size);
  border-radius: 6px;
  padding: 10px 12px;
}

.search-input-wrapper {
  width: 100%;
  max-width: 60ch;
  position: relative;
}

.search-input-wrapper input[type="search"] {
  padding-right: 4rem;
}

.search-button {
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}

.search-button svg {
  stroke: var(--black);
  width: 1.5rem;
  height: auto;
  display: block;
}

.search-button:hover svg {
  stroke: var(--grey);
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="search"]::-webkit-search-results-button {
  display: none;
}

input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.center {
  text-align: center;
}

.color-grey {
  color: var(--grey-text);
}

.visually-hidden {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.overflow-hidden {
  position: fixed;
  overflow: hidden;
}

.grid {
  --columns: 3;
  --gutter: 20px;
  gap: var(--gutter);
  margin-bottom: var(--gutter);
  grid-template-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

@media (min-width: 700px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .grid {
    --gutter: 20px;
    grid-template-columns: repeat(var(--columns), 1fr);
    margin-bottom: 0;
  }
}

.grid > .column {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .grid > .column {
    grid-column: span var(--columns);
    margin-bottom: var(--gutter);
  }
}

.grid-poster {
  background-color: var(--background);
  overflow: hidden;
}

.grid-poster a {
  color: var(--black);
}

.grid-poster .image-container {
  background-color: var(--background-grey);
  border-radius: 12px;
  padding: 1rem;
  transition: padding .2s ease-out;
}

.grid-poster img {
  aspect-ratio: 1;
  filter: drop-shadow(0 0 4px var(--shadow-color));
  object-fit: contain;
}

.grid-poster:hover .image-container {
  padding: .8rem;
  transition: padding .3s ease-out;
}

.grid-poster-content .grid-post-content-text {
  margin-top: .5em;
  padding: 0 .5em;
}

.grid-poster-content .grid-post-content-text h3 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
}

.grid-poster-content .grid-post-content-text span, .grid-poster-content .grid-post-content-text time {
  margin: 0;
  padding: 0;
}

.grid-poster-content .grid-post-content-text .grid-tags {
  text-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-poster-content .grid-post-content-text .grid-tags .tag {
  background-color: var(--background-grey);
  border: 1px solid var(--background-grey);
  border-radius: 20px;
  padding: 3px 7px 2px;
  line-height: 1;
}

.grid-poster-content .grid-post-content-text .grid-tags a.tag:hover {
  border: 1px solid var(--background-grey);
  background-color: #0000;
}

.grid-poster-content .grid-post-content-text .grid-tags:after {
  background-image: linear-gradient(to right, transparent, var(--background));
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.grid-tags {
  flex-wrap: wrap;
  gap: 4px 3px;
  display: flex;
}

.grid-tags p {
  margin: 0;
  padding-right: 3px;
}

.tag {
  background-color: var(--background-grey);
  color: var(--black);
  border-radius: 20px;
  padding: 3px 7px 2px;
  line-height: 1;
}

.tag, a.tag[href]:hover {
  border: 1px solid var(--background-grey);
}

a.tag[href]:hover {
  background-color: #0000;
}

.search-section {
  width: 100%;
}

.search-bar, .search-suggestions {
  justify-content: center;
  width: 100%;
  display: flex;
}

.search-suggestions {
  align-items: baseline;
  margin: 1rem 0 2rem;
}

.search-bar input {
  background-color: var(--background-grey);
  font-size: var(--medium-font-size);
}

.header {
  background-color: var(--background);
  box-shadow: 0 0 4px var(--shadow-color);
  z-index: 99;
  border-radius: 0 0 12px 12px;
  width: 100%;
  margin: 0 auto;
  position: sticky;
  top: 0;
}

.header nav {
  padding: .75rem var(--site-margin);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header button {
  line-height: 0;
}

.logo img {
  outline: 2px solid var(--color-grey);
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
}

.logo img, .logo img:hover {
  transition: all .3s ease-out;
}

.logo img:hover {
  outline-offset: 1px;
  transform: scale(1.02);
}

.search-icon-nav {
  width: 1.5rem;
  height: 1.5rem;
}

#open-search {
  cursor: pointer;
  width: 1.6rem;
}

#open-search svg {
  width: 100%;
  height: 100%;
  padding: 1px;
}

#open-search svg > * {
  stroke: var(--black);
}

.icon-group {
  align-content: center;
  align-items: center;
  display: flex;
}

#dark-mode-toggle {
  cursor: pointer;
  width: 1.5rem;
  margin-right: 1rem;
}

#dark-mode-toggle svg {
  width: 100%;
  padding: 1px;
}

#dark-mode-toggle svg path {
  fill: var(--black);
}

#dark-mode-toggle svg circle {
  stroke: var(--black);
}

.overlay {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.overlay-bg {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.search-box {
  z-index: 1000;
  position: relative;
}

.search-box input {
  background-color: var(--background);
  color: var(--black);
  font-size: var(--medium-font-size);
  border: none;
  border-radius: 2rem;
  outline: none;
  width: 80vw;
  max-width: 40ch;
  padding: 14px 21px 12px;
}

.search-box input[type="search"]::placeholder {
  color: var(--black);
}

.hidden {
  display: none;
}

.footer {
  background-color: var(--background);
  margin-top: auto;
  padding-top: 5em;
}

.footer .wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

nav ul {
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

nav ul li {
  line-height: 1;
  list-style: none;
}

nav ul li:not(:last-child) {
  margin-right: 14px;
}

nav ul li a {
  text-decoration: none;
}

#pagination {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding: 12px 0;
  display: flex;
}

.pagination-range {
  border: 1px solid var(--grey);
  border-radius: 2rem;
}

.pagination-range a {
  align-items: center;
  gap: .5rem;
  width: auto;
  min-width: 0;
  max-width: 100%;
  padding: 9px 6px 8px;
  text-decoration: none;
  transition: all .25s ease-out;
  display: inline-flex;
}

.pagination-range a:first-child {
  padding-left: 16px;
}

.pagination-range a:last-child {
  padding-right: 16px;
}

.pagination-range a[aria-current] {
  color: var(--black);
}

.page-arrows {
  min-width: 16ch;
}

@media (max-width: 850px) {
  .page-arrows {
    width: min-content;
    min-width: 5ch;
  }
}

.page-arrows a {
  border: 1px solid var(--grey);
  border-radius: 2rem;
  align-items: center;
  gap: .5rem;
  width: auto;
  min-width: 0;
  max-width: 100%;
  padding: 9px 16px 8px;
  text-decoration: none;
  transition: all .25s ease-out;
  display: inline-flex;
}

.page-arrows a:hover {
  background-color: var(--background-grey);
  color: var(--black);
  transition: all .5s ease-out;
}

@media (max-width: 850px) {
  .page-arrows a span {
    display: none;
  }
}

.poster-arrows {
  max-width: 30ch;
}

@media (max-width: 850px) {
  .poster-arrows {
    max-width: 40vw;
  }
}

.poster-arrows a {
  border: 1px solid var(--grey);
  border-radius: 2rem;
  align-items: center;
  gap: .5rem;
  width: auto;
  min-width: 0;
  max-width: 100%;
  padding: 9px 16px 8px;
  text-decoration: none;
  transition: all .25s ease-out;
  display: inline-flex;
}

.poster-arrows a:hover {
  background-color: var(--background-grey);
  color: var(--black);
  transition: all .5s ease-out;
}

.poster-arrows a span {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
  max-width: 30ch;
  overflow: hidden;
}

.previous-page {
  text-align: left;
}

.next-page {
  text-align: right;
}

.fullscreen-poster {
  background-color: var(--background-grey);
  height: 85vh;
  margin-top: -20px;
  margin-bottom: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.fullscreen-poster .image-container {
  place-content: center;
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  display: flex;
}

.fullscreen-poster .image-container img {
  filter: drop-shadow(0 0 4px var(--shadow-color));
  object-fit: contain;
  place-self: center;
  position: relative;
}

.poster-page {
  background-color: var(--background);
  border-radius: 12px 12px 0 0;
}

.poster-info-grid {
  grid-template-columns: 1fr;
  align-items: baseline;
  margin-bottom: 4rem;
  display: grid;
}

@media (min-width: 850px) {
  .poster-info-grid {
    grid-template-columns: 2fr minmax(20ch, 1fr);
    gap: 2rem;
  }
}

:root {
  --border-color: var(--grey);
  --bg: var(--background);
  --bg-hover: var(--background-grey);
  --ring-color: var(--background-grey);
  --text-color: var(--black);
  --shadow: 0 2px 10px #0000000d;
  --radius: .5rem;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.filters-group {
  flex-wrap: wrap;
  gap: 4px;
  display: flex;
}

.filters-group > * {
  display: inline-block;
}

@media (max-width: 850px) {
  .sort-group {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }
}

.sort-group > * {
  margin-left: auto;
}

.custom-select {
  background: var(--bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: var(--text-color);
  cursor: pointer;
  font-family: var(--font);
  font-size: var(--small-font-size);
  -webkit-user-select: none;
  user-select: none;
  width: max-content;
  min-width: 150px;
  max-width: 100%;
  padding: .75rem 1rem;
  transition: all .2s;
  position: relative;
}

.custom-select:focus {
  box-shadow: 0 0 0 2px var(--ring-color);
  outline: none;
}

.options-list {
  background: var(--bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  scrollbar-color: var(--grey) var(--background);
  scrollbar-width: auto;
  z-index: 10;
  width: 100%;
  min-width: max-content;
  max-height: 220px;
  margin: 0;
  padding: .25rem 0;
  list-style: none;
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  overflow-y: auto;
}

.options-list li {
  padding: .5rem 1rem;
  transition: background .2s;
}

.options-list li.focused, .options-list li:hover, .options-list li[aria-selected="true"] {
  background-color: var(--bg-hover);
}

.selected-option {
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.custom-arrow {
  pointer-events: none;
  margin-left: 8px;
  display: inline-flex;
}

.custom-arrow svg path {
  stroke: var(--black);
}

.selected-text {
  flex: 1;
}

.options-list::-webkit-scrollbar {
  width: 8px;
}

.options-list::-webkit-scrollbar-track {
  background: var(--background);
  border-radius: 8px;
}

.options-list::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: var(--background-grey);
  border: 2px solid #0000;
  border-radius: 8px;
}

.options-list::-webkit-scrollbar-thumb:hover {
  background-color: var(--grey);
}

.content h1 {
  margin-bottom: 5rem;
}

.content h1, .content h2 {
  font-size: var(--large-font-size);
  letter-spacing: -.3px;
  max-width: 80ch;
  line-height: 1.15;
}

.content a {
  border-bottom: 1px solid var(--black);
  color: inherit;
  font-size: inherit;
}

.content a:hover {
  color: var(--color-grey-text);
}

.content p {
  font-size: var(--medium-font-size);
  -webkit-hyphens: auto;
  hyphens: auto;
  letter-spacing: -.05px;
  max-width: 80ch;
  line-height: 1.4;
}

.content hr {
  background: var(--color-grey);
  border: 0;
  height: 1px;
}

.content ul {
  color: var(--black);
  font-size: var(--medium-font-size);
  padding-left: 1em;
}

.intro {
  margin-bottom: 12rem;
}

.link-button {
  border: 1px solid var(--grey);
  border-radius: 2rem;
  min-width: 0;
  max-width: 100%;
  padding: 9px 16px 8px;
  text-decoration: none;
  transition: all .25s ease-out;
}

.link-button:hover {
  background-color: var(--background-grey);
  color: var(--black);
  transition: all .5s ease-out;
}

.headline-section {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 6rem;
  display: flex;
}

.headline-section .link-button {
  flex-shrink: 0;
  line-height: 1.4;
  display: inline-flex;
}

.headline-section h2 {
  margin: 0;
}

.button-container {
  display: flex;
}

/*# sourceMappingURL=main.css.map */
