@charset "UTF-8";
@import url("https://use.typekit.net/irr1ghp.css");
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

pre {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

*:where([hidden]) {
  display: none;
}

*:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

*:where([draggable=true]) {
  -webkit-user-drag: element;
}

*:where(dialog:modal) {
  all: revert;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: white;
  font-family: peridot-pe-variable, sans-serif;
  font-size: clamp(0.938rem, 0.047vw + 0.925rem, 1rem);
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
  line-height: calc(clamp(0.938rem, 0.047vw + 0.925rem, 1rem) * 1.3);
  color: #e0cad7;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(47, 44, 38, 0);
}
body[data-scrolling=false] {
  overflow: hidden;
}

hr {
  margin: 0.5rem 0;
  color: #2f2c26;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

h1 small,
h2 small,
h3 small {
  font-size: 65%;
}

h4 small,
h5 small,
h6 small,
small {
  font-size: 75%;
}

h1 {
  margin-bottom: 1rem;
}

h2 {
  margin-bottom: 1rem;
}

h3 {
  margin-bottom: 1rem;
}

h4 {
  margin-bottom: 1rem;
}

h5 {
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

mark {
  padding: 0.1875em;
  background-color: yellow;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #e0cad7;
  text-decoration: none;
  background-clip: border-box;
}
a:focus {
  color: #e0cad7;
}
a:visited {
  color: #e0cad7;
}
a:focus {
  outline: none;
}
@media (hover: hover) and (pointer: fine) {
  a {
    transition: color 200ms ease;
  }
  a:hover {
    color: white;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
ul li a,
ol li a {
  font-size: inherit;
  line-height: inherit;
}

.button,
button {
  display: inline-block;
  width: auto;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #e0cad7;
  background-clip: border-box;
  overflow: hidden;
  padding-top: 1rem;
  padding-right: 3rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.5rem;
  font-size: 1rem;
  text-align: center;
}
.button, .button:active, .button:focus, .button.active,
button,
button:active,
button:focus,
button.active {
  outline: none;
}
.button:visited,
button:visited {
  color: #2f2c26;
}
.button:hover, .button:focus,
button:hover,
button:focus {
  color: #2f2c26;
  text-decoration: none;
}
.button:active, .button.active,
button:active,
button.active {
  background-image: none;
  outline: 0;
}
.button[disabled], .button fieldset[disabled],
button[disabled],
button fieldset[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
fieldset[disabled] .button,
fieldset[disabled] button {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  button:hover {
    transition: all 0.3s ease;
  }
}

.button,
button {
  height: auto;
}

.button-default {
  color: #2f2c26;
  background-color: #e0cad7;
  border-color: #e0cad7;
}
.button-default:visited {
  color: #2f2c26;
}
.button-default:focus {
  color: #2f2c26;
  background-color: rgb(214.5892857143, 185.9107142857, 202.8571428571);
  border-color: rgb(214.5892857143, 185.9107142857, 202.8571428571);
}

.button-default {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (hover: hover) and (pointer: fine) {
  .button-default:hover {
    color: #2f2c26;
    background-color: rgb(214.5892857143, 185.9107142857, 202.8571428571);
    border-color: rgb(214.5892857143, 185.9107142857, 202.8571428571);
  }
}

.button-default:active,
.button-default.active {
  color: #2f2c26;
  background-color: rgb(214.5892857143, 185.9107142857, 202.8571428571);
  background-image: none;
  border-color: rgb(214.5892857143, 185.9107142857, 202.8571428571);
}
.button-default:active:focus,
.button-default.active:focus {
  color: #2f2c26;
  background-color: #e0cad7;
  border-color: #e0cad7;
}

@media (hover: hover) and (pointer: fine) {
  .button-default:active:hover,
  .button-default.active:hover {
    color: #2f2c26;
    background-color: #e0cad7;
    border-color: #e0cad7;
  }
}

.button-default[disabled]:focus, .button-default[disabled]:hover, fieldset[disabled] .button-default:focus, fieldset[disabled] .button-default:hover {
  color: #2f2c26;
  background-color: #e0cad7;
  border-color: #e0cad7;
}

.button-primary {
  color: #e0cad7;
  background-color: #2f2c26;
  border-color: #2f2c26;
}
.button-primary:visited {
  color: #e0cad7;
}
.button-primary:focus {
  color: #e0cad7;
  background-color: #202120;
  border-color: #202120;
}

.button-primary {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (hover: hover) and (pointer: fine) {
  .button-primary:hover {
    color: #e0cad7;
    background-color: #202120;
    border-color: #202120;
  }
}

.button-primary:active,
.button-primary.active {
  color: #e0cad7;
  background-color: #202120;
  background-image: none;
  border-color: #202120;
}
.button-primary:active:focus,
.button-primary.active:focus {
  color: #e0cad7;
  background-color: #2f2c26;
  border-color: #2f2c26;
}

@media (hover: hover) and (pointer: fine) {
  .button-primary:active:hover,
  .button-primary.active:hover {
    color: #e0cad7;
    background-color: #2f2c26;
    border-color: #2f2c26;
  }
}

.button-primary[disabled]:focus, .button-primary[disabled]:hover, fieldset[disabled] .button-primary:focus, fieldset[disabled] .button-primary:hover {
  color: #e0cad7;
  background-color: #2f2c26;
  border-color: #2f2c26;
}

.button-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.button-success:visited {
  color: #ffffff;
}
.button-success:focus {
  color: #ffffff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.button-success {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (hover: hover) and (pointer: fine) {
  .button-success:hover {
    color: #ffffff;
    background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
    border-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  }
}

.button-success:active,
.button-success.active {
  color: #ffffff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  border-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}
.button-success:active:focus,
.button-success.active:focus {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

@media (hover: hover) and (pointer: fine) {
  .button-success:active:hover,
  .button-success.active:hover {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #5cb85c;
  }
}

.button-success[disabled]:focus, .button-success[disabled]:hover, fieldset[disabled] .button-success:focus, fieldset[disabled] .button-success:hover {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.button-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.button-info:visited {
  color: #ffffff;
}
.button-info:focus {
  color: #ffffff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.button-info {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (hover: hover) and (pointer: fine) {
  .button-info:hover {
    color: #ffffff;
    background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
    border-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  }
}

.button-info:active,
.button-info.active {
  color: #ffffff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  background-image: none;
  border-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}
.button-info:active:focus,
.button-info.active:focus {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

@media (hover: hover) and (pointer: fine) {
  .button-info:active:hover,
  .button-info.active:hover {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #5bc0de;
  }
}

.button-info[disabled]:focus, .button-info[disabled]:hover, fieldset[disabled] .button-info:focus, fieldset[disabled] .button-info:hover {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.button-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.button-warning:visited {
  color: #ffffff;
}
.button-warning:focus {
  color: #ffffff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(236.015625, 151.21875, 30.984375);
}

.button-warning {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (hover: hover) and (pointer: fine) {
  .button-warning:hover {
    color: #ffffff;
    background-color: rgb(236.015625, 151.21875, 30.984375);
    border-color: rgb(236.015625, 151.21875, 30.984375);
  }
}

.button-warning:active,
.button-warning.active {
  color: #ffffff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  background-image: none;
  border-color: rgb(236.015625, 151.21875, 30.984375);
}
.button-warning:active:focus,
.button-warning.active:focus {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

@media (hover: hover) and (pointer: fine) {
  .button-warning:active:hover,
  .button-warning.active:hover {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
  }
}

.button-warning[disabled]:focus, .button-warning[disabled]:hover, fieldset[disabled] .button-warning:focus, fieldset[disabled] .button-warning:hover {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.button-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.button-danger:visited {
  color: #ffffff;
}
.button-danger:focus {
  color: #ffffff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.button-danger {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (hover: hover) and (pointer: fine) {
  .button-danger:hover {
    color: #ffffff;
    background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
    border-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  }
}

.button-danger:active,
.button-danger.active {
  color: #ffffff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  background-image: none;
  border-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}
.button-danger:active:focus,
.button-danger.active:focus {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}

@media (hover: hover) and (pointer: fine) {
  .button-danger:active:hover,
  .button-danger.active:hover {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d9534f;
  }
}

.button-danger[disabled]:focus, .button-danger[disabled]:hover, fieldset[disabled] .button-danger:focus, fieldset[disabled] .button-danger:hover {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.button-link {
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: #e0cad7;
}
.button-link, .button-link:active, .button-link.active, .button-link[disabled],
.button-link fieldset[disabled] {
  background-color: transparent;
  box-shadow: none;
}
.button-link, .button-link:hover, .button-link:focus, .button-link:active, .button-link.active {
  border-color: transparent;
}
.button-link:hover, .button-link:focus {
  color: white;
  background-color: transparent;
}
.button-link[disabled]:hover, .button-link[disabled]:focus, fieldset[disabled] .button-link:hover, fieldset[disabled] .button-link:focus {
  color: #c5c8c5;
  text-decoration: none;
}

.button-lg {
  padding-top: 1rem;
  padding-right: 3rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
}

.button-sm {
  padding-top: 0.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
}

.button-xs {
  font-size: 0.7rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}

.button-fullwidth {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

input[type=submit].button-fullwidth,
input[type=reset].button-fullwidth,
input[type=button].button-fullwidth {
  width: 100%;
}

.button-image {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.button-image img {
  height: 25px;
}
.button-image .icon {
  flex: 0 0 auto;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.icon {
  fill: currentColor;
  height: 1em;
  width: 1em;
  line-height: 1;
}

.icon use {
  color: inherit;
  fill: currentColor;
}

body[data-nav=open] main {
  pointer-events: none;
  cursor: default;
}

main {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 10;
  margin-block: 0;
  margin-inline: auto;
  padding-block: 0;
  padding-inline: 0;
}
body[data-loading=true] main {
  display: none;
}
.layout-columns {
  --value: 2rem;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, 0);
  z-index: 100000;
  pointer-events: none;
  cursor: default;
  padding: var(--value);
  gap: var(--value);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.layout-columns::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 1px;
  height: 100%;
  background-color: red;
  margin: auto;
}
.layout-columns::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: calc(100% - var(--value) * 2);
  height: calc(100% - var(--value) * 2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.layout-columns .grid-item {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.homepage-template {
  position: fixed;
  width: 100vw;
  width: 100svw;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  display: grid;
  grid-auto-flow: row;
  padding: 2rem 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.homepage-template a {
  pointer-events: auto;
}

.edition {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.edition h1 {
  margin-top: 5rem;
  text-transform: uppercase;
  font-size: 22.66vw;
  line-height: 0.9;
  letter-spacing: -0.05em;
  white-space: nowrap;
  font-variation-settings: "ital" 0, "wdth" 120, "wght" 800;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0) 70%);
          mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0) 70%);
  overflow: hidden;
}
.edition a {
  position: absolute;
  top: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  z-index: 10;
  padding-inline: 0.5rem 1rem;
  border: 2px solid #e0cad7;
  border-radius: 50vw;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #e0cad7;
  opacity: 0;
  visibility: hidden;
}
.edition a svg {
  width: 1.7rem;
}
.edition a svg path, .edition a svg circle {
  fill: #e0cad7;
}
.edition a span {
  padding-top: 3px;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .edition h1 {
    margin-top: 5.3rem;
  }
}
@media (max-width: 860.02px) {
  .edition {
    z-index: 11;
  }
  .edition h1 {
    margin-top: 5.5rem;
    font-size: 25.5vw;
    font-variation-settings: "ital" 0, "wdth" 100, "wght" 800;
  }
  .edition a {
    position: fixed;
    right: 6rem;
    height: 3rem;
  }
  .edition a svg {
    width: 2rem;
  }
}
@media (max-width: 430.02px) {
  .edition h1 {
    margin-top: 4.2rem;
  }
  .edition a {
    position: absolute;
    top: auto;
    bottom: 1rem;
    right: auto;
    gap: 1rem;
    height: 2.3rem;
    padding-right: 1.5rem;
  }
  .edition a svg {
    width: 1.5rem;
  }
}
.cards {
  position: fixed;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 85vh;
  height: 85dvh;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.cards.initialized {
  transition: all 600ms ease;
  opacity: 1;
  visibility: visible;
}
.cards::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: var(--line-bottom, 0);
  opacity: var(--line-opacity, 0);
  height: var(--line-height, 0);
  margin: auto;
  width: 3px;
  background-color: white;
}
.cards .card {
  position: absolute;
  top: 0%;
  width: 25vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

@media (max-width: 1536.02px) {
  .cards .card {
    gap: 3rem;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .cards .card {
    width: 50vw;
    gap: 4rem;
  }
}
@media (max-width: 1280.02px) {
  .cards {
    height: 83dvh;
  }
}
@media (max-width: 1024.02px) {
  .cards .card {
    gap: 8vh;
  }
}
@media (max-width: 1024.02px) and (orientation: portrait) {
  .cards .card {
    width: 50vw;
    gap: 5vh;
  }
}
@media (max-width: 430.02px) {
  .cards {
    height: 73vh;
    height: 73dvh;
  }
  .cards .card {
    width: 59vw;
    gap: 1.75rem;
  }
}
.card-image {
  display: block;
  margin-inline: auto;
  max-width: 90%;
  height: 75%;
  aspect-ratio: 9/16;
  transform-origin: center center;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #d457b8;
}
.card-image a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.card-image a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  mix-blend-mode: multiply;
  transition: background-color 1000ms ease;
}
.card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

@media (max-width: 1366.02px) {
  .card-image {
    height: 70%;
  }
}
@media (max-width: 430.02px) {
  .card-image {
    height: 49vh;
    height: 49dvh;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cards:has(.card-image a:hover) .card-image:not(:has(a:hover)) a::after {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.card-content {
  flex: 1 1 0;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 0.5rem;
  padding-inline: 2rem;
  visibility: hidden;
  opacity: 0;
  text-align: center;
}
.card-content h2 {
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 700;
  font-size: 2.2rem;
  line-height: calc(clamp(1.75rem, 0.186vw + 1.702rem, 2rem) * 1.14);
  margin-bottom: 0.2em;
  color: #e0cad7;
}
.card-content h2 a, .card-content h2 a:visited, .card-content h2 a:active {
  color: inherit;
}
.card-content p {
  font-variation-settings: "ital" 0, "wdth" 95, "wght" 330;
  margin-bottom: 0;
  color: #e0cad7;
}

@media (max-width: 1024.02px) {
  .card-content p {
    max-width: 50ch;
  }
}
@media (max-width: 430.02px) {
  .card-content h2 {
    font-size: 1.4rem;
    line-height: 1.1;
    margin-bottom: 0;
  }
  .card-content p {
    font-size: 0.85rem;
    font-variation-settings: "wght" 500;
  }
}
.random {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  padding: 0;
  border: none;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  width: 3rem;
  height: 3rem;
  background-color: white;
  border-radius: 50%;
  z-index: 10;
}
.random svg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50%;
}

@media (max-width: 430.02px) {
  .random {
    display: none;
  }
}
.article-template {
  position: relative;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(1rem, 1fr));
  grid-auto-flow: column;
}
.article-template .video-container {
  position: sticky;
  top: 0;
  grid-column: 1/6;
  grid-row: 1;
  height: 100vh;
  padding-block: 11vh;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.article-template .video-container .video-mask {
  flex: 0 1 auto;
  width: auto;
  height: 100%;
  aspect-ratio: 9/16;
  overflow: hidden;
}
.article-template .video-container .mask-inner {
  width: 100%;
  height: 100%;
}
.article-template .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.article-template .content {
  grid-column: 6/-1;
  grid-row: 1;
  padding-top: 20vh;
  display: grid;
  grid-template-columns: minmax(1rem, 1fr) minmax(auto, 65rem) minmax(1rem, 1fr);
  grid-auto-flow: row;
  gap: 7vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}
.article-template .content .content-header,
.article-template .content .content-grid,
.article-template .content .content-cover,
.article-template .content .content-footer {
  grid-column: 2/-2;
}

@media (max-width: 1080.02px) {
  .article-template .video-container {
    position: relative;
    grid-column: 1/-1;
    height: 85vh;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .article-template .video-container video {
    width: auto;
    height: 100%;
    aspect-ratio: 9/16;
    border-radius: 1rem;
  }
  .article-template .content {
    grid-column: 1/-1;
    grid-row: 2;
    padding-top: 6vmax;
    gap: 6vmax;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 90%);
  }
}
@media (max-width: 430.02px) {
  .article-template .video-container {
    height: auto;
  }
  .article-template .video-container video {
    width: 300px;
    height: auto;
  }
}
@media (max-width: 450.02px) {
  .article-template .content {
    grid-template-columns: minmax(2rem, 1fr) minmax(auto, 65rem) minmax(2rem, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.content-header {
  text-align: center;
}

.content-header h4 {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1;
  font-variation-settings: "wght" 300;
  margin-bottom: 3rem;
  margin-inline: auto;
  color: #e0cad7;
  width: -moz-fit-content;
  width: fit-content;
}

.content-header h1 {
  text-transform: uppercase;
  font-size: 3.3rem;
  line-height: 1;
  font-variation-settings: "wdth" 110, "wght" 700;
  margin-bottom: 0.5rem;
  color: #e0cad7;
}

.content-header h3 {
  font-size: 1.2rem;
  line-height: 1.1;
  font-variation-settings: "wght" 500;
  margin-bottom: 2rem;
  color: #e0cad7;
}

.content-header p {
  font-size: 0.9rem;
  line-height: 1.35;
  font-variation-settings: "wght" 350;
  margin-inline: auto;
  margin-bottom: 0;
  max-width: 60ch;
  color: #e0cad7;
}

@media (max-width: 430.02px) {
  .content-header h4 {
    margin-bottom: 2rem;
  }
  .content-header h1 {
    font-size: 2.3rem;
  }
  .content-header h3 {
    font-size: 1.1rem;
    line-height: 1.12;
    margin-bottom: 1rem;
  }
}
.content-header .social-media-placeholder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.content-header .social-media-placeholder > * {
  margin: 0;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 5rem;
}
@media (max-width: 1366.02px) {
  .content-grid {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 520.02px) {
  .content-grid {
    grid-template-columns: 100%;
    row-gap: 3rem;
  }
}
.content-grid .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  overflow: hidden;
}
.content-grid .item-image {
  position: relative;
  flex: 0 1 auto;
  width: 100%;
  height: auto;
  background-color: #000836;
  overflow: hidden;
  border-radius: 1rem;
}
.content-grid .item-image a {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 9/14;
}
.content-grid .item-image a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
  mix-blend-mode: multiply;
  transition: background-color 500ms ease;
}
.content-grid .item-image a span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 110%;
  height: 110%;
  transform: translate(-50%, -50%);
}
.content-grid .item-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  transform-origin: center;
  will-change: transform;
}
.content-grid .item-content {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
}
.content-grid .item-content h4 {
  flex: 0 1 auto;
  font-size: 1.05rem;
  line-height: 1.4;
  font-variation-settings: "wdth" 95, "wght" 350;
  margin-bottom: 0;
  color: #e0cad7;
}
.content-grid .item-content h4 a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(0, 8, 54, 0.3);
}
.content-grid .content-cta {
  flex: 0 1 auto;
}

.content-cta {
  width: -moz-fit-content;
  width: fit-content;
  height: 2.7rem;
  margin-top: auto;
  padding: 0 3rem;
  border-radius: 0.2rem;
  background-color: #e0cad7;
  font-size: 0.9rem;
  line-height: 2.7rem;
  color: #000836;
}
.content-cta:active, .content-cta:visited, .content-cta:focus {
  color: #000836;
  background-color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
  .content-grid .item .item-image a:hover::after {
    background-color: rgba(224, 202, 215, 0.4);
  }
  .content-cta {
    transition: background-color 400ms ease;
  }
  .content-cta:hover {
    background-color: white;
    color: #000836;
  }
}
.content-cover {
  overflow: hidden;
  border-radius: 1rem;
}

.cover-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000836;
  overflow: hidden;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.cover-image a {
  position: absolute;
  display: block;
  inset: 0;
  width: 110%;
  height: 110%;
  margin: auto;
}
.cover-image a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
  mix-blend-mode: multiply;
}
.cover-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center;
  will-change: transform;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.cover-content {
  background-color: rgba(212, 87, 184, 0.2);
  padding: 5vw;
}

.cover-content h4 {
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1;
  font-variation-settings: "wght" 300;
  margin-bottom: 2rem;
  color: #e0cad7;
}

.cover-content h2 {
  text-transform: uppercase;
  font-variation-settings: "wdth" 100, "wght" 700;
  margin-bottom: 2rem;
  font-size: clamp(1.75rem, 0.186vw + 1.702rem, 2rem);
  line-height: calc(clamp(1.75rem, 0.186vw + 1.702rem, 2rem) * 1.14);
  color: #e0cad7;
}

.cover-content .content-cta {
  display: block;
}

@media (max-width: 1080.02px) {
  .cover-content {
    background-color: rgba(212, 87, 184, 0.4);
  }
}
@media (max-width: 430.02px) {
  .cover-content {
    padding: 2rem;
  }
  .cover-content h2 {
    font-size: 1.35rem;
    line-height: 1.1;
    font-variation-settings: "wdth" 90, "wght" 700;
    text-wrap: pretty;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cover-image a::after {
    transition: background-color 300ms ease-out;
  }
  .cover-image:hover a::after {
    background-color: #e0cad7;
  }
}
.content-footer {
  padding: 10vh 0 15vh;
}
@media (max-width: 1366.02px) {
  .content-footer {
    padding-bottom: 20vh;
  }
}
.content-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.content-footer nav a {
  flex: 1 1 0;
  font-size: 1.7vw;
  line-height: 0.9;
  font-variation-settings: "ital" 0, "wdth" 90, "wght" 700;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  color: #e0cad7;
}
.content-footer nav a::before {
  height: 4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-top: -10px;
  background-color: #e0cad7;
  color: #000836;
  text-align: center;
  font-size: 1.3rem;
  line-height: 4.2rem;
  font-variation-settings: "wght" 500;
}
.content-footer nav a.prev {
  text-align: left;
}
.content-footer nav a.prev::before {
  content: "←";
  order: 0;
}
.content-footer nav a.next {
  text-align: right;
  justify-content: flex-end;
}
.content-footer nav a.next::before {
  content: "→";
  order: 1;
}

@media (max-width: 1366.02px) {
  .content-footer {
    padding: 0vh 0 15vh;
  }
  .content-footer nav a {
    font-size: 2rem;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
  .content-footer nav a.prev {
    text-align: center;
  }
  .content-footer nav a.prev::before {
    content: "←";
    order: 0;
  }
  .content-footer nav a.next {
    text-align: center;
    justify-content: center;
  }
  .content-footer nav a.next::before {
    order: 0;
  }
}
@media (max-width: 430.02px) {
  .content-footer {
    padding: 0;
  }
  .content-footer nav {
    gap: 1rem;
  }
  .content-footer nav a {
    font-size: 1.3rem;
    gap: 1rem;
  }
  .content-footer nav a::before {
    height: 3rem;
    line-height: 3.3rem;
  }
}
section.moodboard-template {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto;
  grid-auto-flow: row;
  place-content: center;
  padding: 2rem 2rem 4rem 2rem;
}
section.moodboard-template .crazy-eyes {
  grid-column: 1/-1;
  grid-row: 2/2;
  width: 100%;
  height: auto;
}
section.moodboard-template .crazy-eyes .svg-shape {
  fill: #e0cad7;
}
section.moodboard-template .moodboard-text {
  grid-column: 1/-1;
  grid-row: 1/1;
  display: grid;
  place-items: center;
  place-content: center;
}

section.moodboard-template .moodboard-text .marquee h2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 0.7;
  letter-spacing: -0.02em;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500;
  text-align: center;
}
section.moodboard-template .moodboard-text .marquee h2.clone {
  display: none;
}
section.moodboard-template .moodboard-text .marquee h2 div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
section.moodboard-template .moodboard-text .marquee h2 span.text {
  padding-top: 10px;
}
section.moodboard-template .moodboard-text .marquee h2 span.image {
  width: 100px;
  aspect-ratio: 16/9;
  border-radius: 10px;
}
section.moodboard-template .moodboard-text .marquee h2 span.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

section.moodboard-template .moodboard-text a {
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  padding-inline: 2rem;
  margin-top: 2rem;
  border: 1px solid #e0cad7;
  background-color: #e0cad7;
  color: #000836;
  border-radius: 50vw;
  line-height: 2.5rem;
}

@media (hover: hover) and (pointer: fine) {
  section.moodboard-template .moodboard-text a {
    transition: all 300ms ease;
  }
  section.moodboard-template .moodboard-text a:hover {
    background-color: transparent;
    color: #e0cad7;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  section.moodboard-template {
    padding-block: 7.5rem;
  }
  section.moodboard-template .crazy-eyes .left circle,
  section.moodboard-template .crazy-eyes .right circle {
    r: 9px;
    fill: #e0cad7;
  }
  section.moodboard-template .crazy-eyes .left .svg-shape,
  section.moodboard-template .crazy-eyes .right .svg-shape {
    fill: transparent;
  }
}
@media (max-width: 1024.02px) {
  section.moodboard-template {
    grid-template-rows: auto auto;
    gap: 3rem;
    overflow: hidden;
  }
  section.moodboard-template .crazy-eyes {
    width: 70%;
    grid-row: 1/1;
    justify-self: center;
  }
  section.moodboard-template .crazy-eyes .left circle,
  section.moodboard-template .crazy-eyes .right circle {
    r: 9px;
    fill: #e0cad7;
  }
  section.moodboard-template .crazy-eyes .left .svg-shape,
  section.moodboard-template .crazy-eyes .right .svg-shape {
    fill: transparent;
  }
  section.moodboard-template .moodboard-text {
    grid-row: 2/2;
  }
  section.moodboard-template .moodboard-text .marquee {
    display: flex;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    gap: 3rem;
  }
  section.moodboard-template .moodboard-text .marquee h2 {
    flex-shrink: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    text-align: left;
    animation: marquee 35s linear infinite;
    font-size: 2.5rem;
  }
  section.moodboard-template .moodboard-text .marquee h2.clone {
    display: flex;
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3rem));
  }
}
@media (max-width: 430.02px) {
  section.moodboard-template {
    gap: 2rem;
  }
  section.moodboard-template .crazy-eyes {
    width: 100%;
  }
}
.project-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 0;
  overflow: hidden;
}
.project-background .blob {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.project-background .blob img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-background .blob::before, .project-background .blob::after {
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
.project-background .blob::before {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 90%);
          mask-image: linear-gradient(to bottom, black 0%, transparent 90%);
}
.project-background .blob::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

body:has(.homepage-template) .project-background .blob::before, body:has(.homepage-template) .project-background .blob::after {
  opacity: 1;
  visibility: visible;
}

body:has(.moodboard-template) .project-background .blob::after,
body:has(.article-template) .project-background .blob::after {
  opacity: 1;
  visibility: visible;
  mix-blend-mode: multiply;
}

.device-rotation {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #337b70;
  overflow: hidden;
  z-index: 100000;
}
.device-rotation .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.device-rotation .inner img {
  flex: 0 1 180px;
  max-width: 180px;
}

@media only screen and (max-device-width: 900px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .device-rotation {
    display: block;
  }
}
header {
  position: relative;
  z-index: 100;
}
body[data-loading=true] header {
  display: none;
}

header .logo {
  position: fixed;
  top: 2rem;
  left: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 265px;
  height: 29px;
  overflow: hidden;
}
header .logo .missbloom {
  flex: 0 1 130px;
  fill: #e0cad7;
  height: 29px;
}
header .logo .trendbook {
  flex: 0 1 130px;
  fill: #e0cad7;
  height: 29px;
}

@media (max-width: 860.02px) {
  header .logo {
    width: 400px;
    height: 2.7rem;
    justify-content: flex-start;
    gap: 0.3rem;
  }
  header .logo .missbloom {
    flex-basis: 196px;
    height: 100%;
  }
  header .logo .trendbook {
    flex-basis: 195px;
    height: 100%;
  }
}
@media (max-width: 700.02px) {
  header .logo .missbloom {
    display: none;
  }
}
@media (max-width: 520.02px) {
  header .logo {
    width: auto;
    top: 1.4rem;
    height: 2.2rem;
    left: 0.7rem;
  }
  header .logo .trendbook {
    flex-basis: 159px;
    height: 100%;
  }
}
.trigger-nav {
  position: fixed;
  top: 2rem;
  right: 2rem;
  border-radius: 50%;
  padding: 0;
  background-color: #e0cad7;
  border: none;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.trigger-nav:active, .trigger-nav:focus {
  background-color: #e0cad7;
}
.trigger-nav span.line {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 0.13rem;
  width: 1.4rem;
  transition: transform 300ms;
  background-color: #000836;
}
.trigger-nav span.line:first-child {
  transform: translate(-0.15rem, 0.17rem);
}
.trigger-nav span.line:last-child {
  transform: translate(0.15rem, -0.17rem);
}

body[data-nav=open] .trigger-nav span.line:first-child {
  transform: translate(0, 0) rotate(45deg);
}

body[data-nav=open] .trigger-nav span.line:last-child {
  transform: translate(0, 0) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
  .trigger-nav:hover span.line:first-child {
    transform: translate(0rem, 0.17rem);
  }
  .trigger-nav:hover span.line:last-child {
    transform: translate(0rem, -0.17rem);
  }
  body[data-nav=open] .trigger-nav:hover span.line {
    transform: translate(0, 0) rotate(0deg);
  }
}
@media (max-width: 430.02px) {
  .trigger-nav {
    top: 1rem;
    right: 1rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}
body[data-loading=true] .navigation {
  display: none;
}

.navigation {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  height: calc(100vh - 2rem);
  overflow: hidden;
  z-index: 99;
  background-color: rgba(0, 0.4444444444, 3, 0.7);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 1rem;
  overflow: hidden;
  clip-path: polygon(var(--navX, 100%) 0%, 100% 0, 100% 100%, var(--navX, 100%) 100%);
}
.navigation .inner {
  width: 100%;
  padding: 5rem;
  height: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto;
  grid-auto-flow: row;
  gap: 7dvh;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
}
.navigation .inner::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  display: none;
}
.navigation .inner ul {
  list-style: none;
  padding: 0;
}
.navigation .inner .top {
  grid-row: 1/1;
}
.navigation .inner .trendbooks {
  grid-row: 2/2;
}

@media (max-width: 1366.02px) {
  .navigation .inner {
    padding: 3.5rem 5rem 3.5rem 3.5rem;
  }
}
@media (max-width: 1080.02px) {
  .navigation {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    border-radius: 0;
    top: 0;
    right: 0;
  }
  .navigation .inner {
    padding: 15vmax 10vmax 5vmax;
  }
}
@media (max-width: 430.02px) {
  .navigation .inner {
    padding: 3rem;
    padding-top: 15vmax;
  }
}
ul.primary {
  position: relative;
  margin-bottom: 3rem;
}

ul.primary li a {
  position: relative;
  display: block;
  max-width: 20ch;
  font-size: 3rem;
  line-height: 0.9;
  font-variation-settings: "ital" 0, "wdth" 90, "wght" 700;
}
ul.primary li a::before {
  content: attr(data-content);
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 1rem;
  text-align: right;
  transform: translate(-1.5rem, 0);
  font-size: 0.8rem;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
}

ul.primary li a.active {
  pointer-events: none;
  cursor: default;
  color: rgba(224, 202, 215, 0.4);
}

@media (max-width: 1366.02px) {
  ul.primary li a {
    font-size: 2.5rem;
  }
}
@media (max-width: 430.02px) {
  ul.primary {
    margin-bottom: 2rem;
  }
  ul.primary li a {
    white-space: pre-wrap;
    font-size: 1.9rem;
    line-height: 0.93;
  }
  ul.primary li a::before {
    top: 0.2rem;
  }
}
ul.social {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 0.7rem;
  margin-bottom: 0;
}
ul.social li a {
  color: #e0cad7;
  font-variation-settings: "ital" 0, "wdth" 90, "wght" 300;
}

@media (hover: hover) and (pointer: fine) {
  ul.social li a:hover {
    color: #ffffff;
  }
}
.navigation .trendbooks {
  position: relative;
}
.navigation .trendbooks p {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.navigation .trendbooks ul {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(10rem, 100%), 1fr));
  gap: 0.5rem;
}
.navigation .trendbooks ul li a {
  display: block;
  width: 100%;
  height: 2rem;
  padding-inline: 1em;
  border-radius: 0.3em;
  background-color: rgba(224, 202, 215, 0.2);
  border: 1px solid rgba(224, 202, 215, 0.4);
  font-size: 0.8rem;
  color: #ffffff;
  line-height: 2rem;
  text-align: center;
  white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  .trendbooks ul li a {
    transition: background-color 300ms ease, color 300ms ease;
  }
  .trendbooks ul li a:hover {
    background-color: rgba(224, 202, 215, 0.5);
  }
}
@media (max-width: 430.02px) {
  .navigation .trendbooks ul {
    gap: 0.2rem;
  }
  .navigation .trendbooks ul li a {
    text-align: left;
    background: linear-gradient(90deg, rgba(212, 87, 184, 0.6) 0%, rgba(212, 87, 184, 0) 100%);
    border: none;
  }
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}
footer .inner {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .inner > * {
  margin-bottom: 0;
}
footer .inner p, footer .inner a {
  font-size: 0.8rem;
  line-height: 1.4;
  color: #e0cad7;
  transition: color 300ms ease;
}
footer .inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1080.02px) {
  body:has(.article-template) footer .inner p {
    color: #e0cad7;
  }
}
@media (hover: hover) and (pointer: fine) {
  footer .inner a:hover {
    color: #ffffff;
  }
}
@media (max-width: 1080.02px) {
  footer .inner {
    justify-content: center;
  }
  footer .inner p, footer .inner a {
    font-size: 1rem;
  }
  footer .inner nav {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0.2rem;
  }
}
@media (max-width: 520.02px) {
  footer {
    position: relative;
    text-align: center;
  }
  footer .inner {
    align-items: center;
    gap: 0.3rem;
  }
  footer .inner p, footer .inner a {
    font-size: 0.75rem;
    line-height: 1.2;
  }
}/*# sourceMappingURL=style.css.map */