@charset "UTF-8";

/* static/src/scss/main-desktop.scss */
.text-xs {
  font-size: 0.75rem;
  line-height: calc(1rem / 0.75rem);
}
.text-sm {
  font-size: 0.875rem;
  line-height: calc(1.25rem / 0.875rem);
}
.text-base {
  font-size: 1rem;
  line-height: calc(1.5rem / 1rem);
}
.text-lg {
  font-size: 1.125rem;
  line-height: calc(1.75rem / 1.125rem);
}
.text-xl {
  font-size: 1.25rem;
  line-height: calc(1.75rem / 1.25rem);
}
.text-2xl {
  font-size: 1.5rem;
  line-height: calc(2rem / 1.5rem);
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.pill-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5em;
}
.pills-purple {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5em;
}
.pills-purple > a,
.pills-purple > span:not(.pill-row__text) {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.2em 0.4em;
  border-radius: 1em;
  border: 0.05em solid hsl(280, 80%, 50%);
  text-decoration: none;
  color: hsl(280, 80%, 50%);
  background: hsl(280, 80%, 90%);
  transition: box-shadow 0.15s ease;
}
.pills-purple > a.selected,
.pills-purple > span.selected {
  color: white;
  background: hsl(280, 80%, 50%);
}
.pills-gold {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5em;
}
.pills-gold > a,
.pills-gold > span:not(.pill-row__text) {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.2em 0.4em;
  border-radius: 1em;
  border: 0.05em solid rgb(235, 200, 0);
  text-decoration: none;
  color: rgb(235, 200, 0);
  background: rgb(255, 246.8085106383, 200);
  transition: box-shadow 0.15s ease;
}
.pills-gold > a.selected,
.pills-gold > span.selected {
  color: white;
  background: rgb(235, 200, 0);
}
.pills-amber {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5em;
}
.pills-amber > a,
.pills-amber > span:not(.pill-row__text) {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.2em 0.4em;
  border-radius: 1em;
  border: 0.05em solid hsl(45, 100%, 35%);
  text-decoration: none;
  color: hsl(45, 100%, 35%);
  background: hsl(45, 100%, 87%);
  transition: box-shadow 0.15s ease;
}
.pills-amber > a.selected,
.pills-amber > span.selected {
  color: white;
  background: hsl(45, 100%, 35%);
}
.badges-purple {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5em;
}
.badges-purple > span:not(.pill-row__text) {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.2em 0.4em;
  border-radius: 0.25rem;
  border: 0.05em solid hsl(280, 80%, 50%);
  text-decoration: none;
  color: hsl(280, 80%, 50%);
  background: hsl(280, 80%, 90%);
  transition: box-shadow 0.15s ease;
  background: transparent;
}
.badges-gold {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5em;
}
.badges-gold > span:not(.pill-row__text) {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.2em 0.4em;
  border-radius: 0.25rem;
  border: 0.05em solid rgb(235, 200, 0);
  text-decoration: none;
  color: rgb(235, 200, 0);
  background: rgb(255, 246.8085106383, 200);
  transition: box-shadow 0.15s ease;
  background: transparent;
}
.badges-amber {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5em;
}
.badges-amber > span:not(.pill-row__text) {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.2em 0.4em;
  border-radius: 0.25rem;
  border: 0.05em solid hsl(45, 100%, 35%);
  text-decoration: none;
  color: hsl(45, 100%, 35%);
  background: hsl(45, 100%, 87%);
  transition: box-shadow 0.15s ease;
  background: transparent;
}
.wide {
  width: 100%;
  max-width: 1200px;
}
.narrow {
  width: 100%;
  max-width: 800px;
}
@font-face {
  font-family: "Apalu";
  src: url("../fonts/Apalu.b0a79d8ab9a7.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cormorant Garamond Italic";
  src: url("../fonts/CormorantGaramondItalic.7da24ab5cc66.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond.c47ff12887a3.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora.5d5a586a9741.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/LoraItalic.e7ae818b8c7b.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather.5c271de154f2.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/MerriweatherItalic.e02afa5fc636.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  font-size: 110%;
  line-height: 1.2;
  min-height: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: hsl(280, 80%, 10%);
}
.page-spacer {
  flex: 1 0 auto;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
}
h4,
h5,
h6 {
  font-size: 1.5rem;
}
a {
  color: hsl(280, 80%, 50%);
  font-weight: normal;
  text-decoration: none;
}
.icon-button {
  display: flex;
  flex-direction: row;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}
.icon-button i {
  color: inherit;
}
.page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: hsl(280, 80%, 20%);
}
.page-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex: 1;
  background-color: white;
}
.page-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: hsl(0, 0%, 25%);
}
body.page-home {
  background: hsl(280, 80%, 10%);
}
body.page-home .page-header {
  background:
    linear-gradient(
      in oklch to bottom,
      hsl(280, 80%, 40%),
      hsl(280, 80%, 10%));
}
body.page-home .page-main {
  background: transparent;
}
.page-footer-copyright {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  color: rgb(128, 128, 128);
}
.site-header-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.page-home .site-header-wrapper {
  position: absolute;
  top: 0;
  z-index: 10;
}
.page-item .site-header-wrapper {
  border-bottom: 1px solid rgb(200, 200, 200);
}
.header {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 4rem;
}
.header-logo {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  text-decoration: none;
}
.header-logo-image {
  height: 3.2rem;
  width: auto;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}
.header-icons {
  display: flex;
  flex-direction: row;
  margin-right: 0.8rem;
}
.header-icons .icon-button .icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  fill: white;
}
body.no-scroll {
  overflow: hidden;
}
.menu {
  user-select: none;
  -webkit-user-select: none;
  display: flex;
  flex-direction: column;
  background: rgba(32.3, 5.1, 45.9, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  width: 20rem;
  min-width: min-content;
  border: none;
  outline: none;
  backdrop-filter: blur(20px);
  max-height: 100dvh;
  overflow-y: auto;
  transform: translateY(-110%);
  opacity: 0;
}
.menu[open] {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
@starting-style {
  .menu[open] {
    transform: translateY(-110%);
    opacity: 0;
  }
}
.menu:not([open]) {
  display: none;
}
.menu::backdrop {
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(5px);
  opacity: 0;
}
.menu[open]::backdrop {
  opacity: 1;
  transition: opacity 0.2s ease;
}
@starting-style {
  .menu[open]::backdrop {
    opacity: 0;
  }
}
.menu-content {
  display: flex;
  flex-direction: column;
  padding-inline: 0.5rem;
  padding-block: 1rem;
  gap: 1em;
}
.menu-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.menu-group:last-child {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(235, 200, 0, 0.5);
}
.menu-group-title {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: white;
  padding: 0.6rem 0.8rem;
  padding-bottom: 0.9rem;
}
.menu-group-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.36rem;
  height: 1.5px;
  background: rgba(235, 200, 0, 0.5);
}
.menu-list {
  display: flex;
  flex-direction: column;
  width: max-content;
  list-style: none;
}
.menu-list.with-icons {
  display: grid;
  grid-template-columns: auto auto;
}
.menu-item {
  display: flex;
  flex-direction: row;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
  align-items: center;
  font-weight: 600;
  gap: 0.4em;
  text-decoration: none;
  color: rgb(235, 200, 0);
  padding: 0.6rem 0.8rem;
  border-radius: 0.4rem;
  transition: background 0.15s ease;
}
.menu-item .icon {
  display: block;
  width: 18px;
  height: 18px;
  fill: rgba(235, 200, 0, 0.7);
}
.menu-item:hover,
.menu-item:focus {
  background: rgba(235, 200, 0, 0.12);
  outline: none;
}
.block-audio {
  width: 100%;
}
.block-audio audio {
  width: 100%;
  display: block;
}
.block-audio .element-caption {
  margin-top: 0.5em;
  font-size: 0.8em;
  color: rgb(130, 130, 130);
  text-align: center;
}
.cards {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
}
.card {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem;
  gap: 0.3rem;
  border: 0.1rem solid hsl(280, 80%, 80%);
  border-radius: 0.5rem;
  background: rgb(230, 230, 230);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3);
  transition:
    box-shadow 150ms ease,
    transform 150ms ease,
    background 150ms ease;
}
.card:hover,
.card:focus {
  transform: translateY(-0.125rem);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3);
  background: hsl(280, 80%, 90%);
}
.prose,
.prose > div:not(.cards),
.prose > div > section {
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-family: serif;
  hyphens: auto;
  word-wrap: break-word;
}
.prose a:hover,
.prose a:focus,
.prose > div:not(.cards) a:hover,
.prose > div:not(.cards) a:focus,
.prose > div > section a:hover,
.prose > div > section a:focus {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.prose .source,
.prose > div:not(.cards) .source,
.prose > div > section .source {
  filter: brightness(3) saturate(0.2);
}
.prose p,
.prose > div:not(.cards) p,
.prose > div > section p {
  text-align: justify;
}
.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6,
.prose > div:not(.cards) h1,
.prose > div:not(.cards) h2,
.prose > div:not(.cards) h3,
.prose > div:not(.cards) h4,
.prose > div:not(.cards) h5,
.prose > div:not(.cards) h6,
.prose > div > section h1,
.prose > div > section h2,
.prose > div > section h3,
.prose > div > section h4,
.prose > div > section h5,
.prose > div > section h6 {
  font-weight: 700;
  line-height: 1.25;
  color: rgb(30, 30, 30);
}
.prose h1,
.prose > div:not(.cards) h1,
.prose > div > section h1 {
  font-size: 1.3rem;
}
.prose h2,
.prose > div:not(.cards) h2,
.prose > div > section h2 {
  font-size: 1.1rem;
}
.prose h3,
.prose h4,
.prose h5,
.prose h6,
.prose > div:not(.cards) h3,
.prose > div:not(.cards) h4,
.prose > div:not(.cards) h5,
.prose > div:not(.cards) h6,
.prose > div > section h3,
.prose > div > section h4,
.prose > div > section h5,
.prose > div > section h6 {
  font-size: 1rem;
}
.prose blockquote,
.prose > div:not(.cards) blockquote,
.prose > div > section blockquote {
  border-left: 0.3em solid hsl(280, 80%, 50%);
  padding-left: 0.5em;
}
.prose blockquote > * + *,
.prose > div:not(.cards) blockquote > * + *,
.prose > div > section blockquote > * + * {
  margin-top: 1em;
}
.prose iframe,
.prose > div:not(.cards) iframe,
.prose > div > section iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  border: none;
}
.prose ol,
.prose > div:not(.cards) ol,
.prose > div > section ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 2em;
}
.prose ol > * + *,
.prose > div:not(.cards) ol > * + *,
.prose > div > section ol > * + * {
  margin-top: 1em;
}
.prose ol li,
.prose > div:not(.cards) ol li,
.prose > div > section ol li {
  line-height: 1.6;
}
.prose ul,
.prose > div:not(.cards) ul,
.prose > div > section ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 2em;
}
.prose ul > * + *,
.prose > div:not(.cards) ul > * + *,
.prose > div > section ul > * + * {
  margin-top: 1em;
}
.prose ul li,
.prose > div:not(.cards) ul li,
.prose > div > section ul li {
  line-height: 1.6;
}
.prose li > ul,
.prose li > ol,
.prose > div:not(.cards) li > ul,
.prose > div:not(.cards) li > ol,
.prose > div > section li > ul,
.prose > div > section li > ol {
  margin-left: 2em;
}
.prose ol.tight-list,
.prose ul.tight-list,
.prose > div:not(.cards) ol.tight-list,
.prose > div:not(.cards) ul.tight-list,
.prose > div > section ol.tight-list,
.prose > div > section ul.tight-list {
  margin: 1em 0 0 0;
  list-style-position: outside;
  padding-left: 2em;
}
.prose ol.tight-list > * + *,
.prose ul.tight-list > * + *,
.prose > div:not(.cards) ol.tight-list > * + *,
.prose > div:not(.cards) ul.tight-list > * + *,
.prose > div > section ol.tight-list > * + *,
.prose > div > section ul.tight-list > * + * {
  margin-top: 0;
}
.prose ol.tight-list li,
.prose ul.tight-list li,
.prose > div:not(.cards) ol.tight-list li,
.prose > div:not(.cards) ul.tight-list li,
.prose > div > section ol.tight-list li,
.prose > div > section ul.tight-list li {
  line-height: 1.6;
}
.prose ol.tight-list li,
.prose ul.tight-list li,
.prose > div:not(.cards) ol.tight-list li,
.prose > div:not(.cards) ul.tight-list li,
.prose > div > section ol.tight-list li,
.prose > div > section ul.tight-list li {
  margin: 0;
}
.prose ol.tight-list li:first-child,
.prose ul.tight-list li:first-child,
.prose > div:not(.cards) ol.tight-list li:first-child,
.prose > div:not(.cards) ul.tight-list li:first-child,
.prose > div > section ol.tight-list li:first-child,
.prose > div > section ul.tight-list li:first-child {
  margin-top: 0;
}
.prose .tight-list > ol,
.prose .tight-list > ul,
.prose > div:not(.cards) .tight-list > ol,
.prose > div:not(.cards) .tight-list > ul,
.prose > div > section .tight-list > ol,
.prose > div > section .tight-list > ul {
  margin: 1em 0 0 0;
  list-style-position: outside;
  padding-left: 2em;
}
.prose .tight-list > ol > * + *,
.prose .tight-list > ul > * + *,
.prose > div:not(.cards) .tight-list > ol > * + *,
.prose > div:not(.cards) .tight-list > ul > * + *,
.prose > div > section .tight-list > ol > * + *,
.prose > div > section .tight-list > ul > * + * {
  margin-top: 0;
}
.prose .tight-list > ol li,
.prose .tight-list > ul li,
.prose > div:not(.cards) .tight-list > ol li,
.prose > div:not(.cards) .tight-list > ul li,
.prose > div > section .tight-list > ol li,
.prose > div > section .tight-list > ul li {
  line-height: 1.6;
}
.prose .tight-list > ol li,
.prose .tight-list > ul li,
.prose > div:not(.cards) .tight-list > ol li,
.prose > div:not(.cards) .tight-list > ul li,
.prose > div > section .tight-list > ol li,
.prose > div > section .tight-list > ul li {
  margin: 0;
}
.prose .tight-list > ol li:first-child,
.prose .tight-list > ul li:first-child,
.prose > div:not(.cards) .tight-list > ol li:first-child,
.prose > div:not(.cards) .tight-list > ul li:first-child,
.prose > div > section .tight-list > ol li:first-child,
.prose > div > section .tight-list > ul li:first-child {
  margin-top: 0;
}
.page-home .is-site .header-logo {
  visibility: hidden;
}
.home-hero {
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 1.2rem;
}
.hero-logo {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  animation: hero-fade-in 0.6s ease-out 0s both;
}
img.hero-image {
  height: 10rem;
  width: auto;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}
.hero-title {
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-title .hero-line1 {
  color: white;
  font-family: "Apalu";
  font-size: 5rem;
  line-height: 1;
  margin-bottom: -0.6rem;
  user-select: none;
  -webkit-user-select: none;
}
.hero-title .hero-line2 {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(235, 200, 0);
  user-select: none;
  -webkit-user-select: none;
  animation: hero-fade-in 0.6s ease-out 0.2s both, color-pulse 7s ease-in-out 0.6s infinite;
}
@keyframes color-pulse {
  0% {
    color: rgb(235, 200, 0);
  }
  35% {
    color: rgb(235, 200, 0);
  }
  50% {
    color: rgb(217, 76, 30);
    text-shadow: 0 0 12px rgba(217, 76, 30, 0.4);
  }
  65% {
    color: rgb(235, 200, 0);
  }
  100% {
    color: rgb(235, 200, 0);
  }
}
@keyframes hero-fade-in {
  from {
    opacity: 0;
    transform: translateY(0.4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-verse {
  font-family: "Cormorant Garamond Italic", serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 400;
  font-size: 1.65rem;
  color: rgb(220, 220, 220);
  text-align: center;
  line-height: 1.35;
  text-wrap: balance;
  animation: hero-fade-in 0.6s ease-out 0.4s both;
}
a.hero-button {
  display: inline-block;
  padding: 0.7rem 1.8rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(235, 200, 0);
  background: transparent;
  text-decoration: none;
  border: 1.5px solid rgba(235, 200, 0, 0.5);
  border-radius: 999px;
  cursor: pointer;
  animation: hero-fade-in 0.6s ease-out 0.6s both;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
a.hero-button::after {
  content: "\bb";
  display: inline-block;
  margin-left: 0.4em;
  transition: transform 0.2s ease;
}
a.hero-button:hover,
a.hero-button:focus {
  background: rgb(235, 200, 0);
  color: hsl(280, 80%, 40%);
  border-color: rgb(235, 200, 0);
  box-shadow: 0 0 16px 4px rgba(235, 200, 0, 0.7);
  outline: none;
}
a.hero-button:hover::after,
a.hero-button:focus::after {
  transform: translateX(0.2em);
}
a.hero-button:active {
  background: rgb(255, 221.6382978723, 31);
  color: hsl(280, 80%, 40%);
}
.home-pullquote {
  display: flex;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-block: 5rem;
  padding-inline: 1.5rem;
}
.home-pullquote-body {
  position: relative;
  max-width: 50rem;
  text-align: center;
  padding-block: 2rem;
  border-top: 1px solid rgba(235, 200, 0, 0.5);
  border-bottom: 1px solid rgba(235, 200, 0, 0.5);
}
.home-pullquote-text {
  font-family: "Cormorant Garamond Italic", serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  color: rgb(220, 220, 220);
  text-wrap: balance;
  margin: 0;
}
.home-pullquote-cite {
  display: block;
  margin-top: 1rem;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgb(235, 200, 0);
}
.home-header {
  display: flex;
  flex-direction: column;
  padding-inline: 0.5rem;
  padding-block: 1rem;
  gap: 1em;
  padding-block: 2rem 1.5rem;
}
.home-main {
  display: flex;
  flex-direction: column;
  padding-inline: 0.5rem;
  padding-block: 1rem;
  gap: 1em;
  padding-block: 4rem 4rem;
}
.home-cards {
  display: grid;
  width: 100%;
  max-width: 78rem;
  margin-inline: auto;
  gap: 1.5rem;
  padding-inline: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}
.home-card {
  position: relative;
  display: block;
  aspect-ratio: 1;
  padding: 0;
  border: 2px solid rgba(235, 200, 0, 0.25);
  border-radius: 0.75rem;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.home-card:hover,
.home-card:focus {
  transform: translateY(-0.25rem);
  border-color: rgba(235, 200, 0, 0.7);
}
.home-card:hover .home-card__image,
.home-card:focus .home-card__image {
  transform: scale(1.04);
}
.home-card:hover .home-card__title::before,
.home-card:focus .home-card__title::before {
  background: rgb(235, 200, 0);
  box-shadow: 0 0 8px rgba(235, 200, 0, 0.6);
}
.home-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.55) sepia(0.25);
  transition: transform 0.5s ease;
  user-select: none;
  -webkit-user-select: none;
}
.home-card__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 35%,
      rgba(32.3, 5.1, 45.9, 0.9) 100%);
  pointer-events: none;
}
.home-card__content {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.home-card__title {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.1;
  color: rgb(235, 200, 0);
  margin: 0;
  padding-top: 0.7rem;
}
.home-card__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2px;
  background: rgba(235, 200, 0, 0.5);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
.home-card__description {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.breadcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}
.breadcrumbs a {
  color: hsl(280, 80%, 50%);
  text-decoration: none;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.breadcrumbs .icon-home {
  display: block;
  width: 1.2em;
  height: 1.2em;
  fill: hsl(280, 80%, 50%);
  display: inline-block;
  vertical-align: -0.15em;
}
.breadcrumbs li:not(:last-child)::after {
  content: "\bb";
  padding: 0 0.2em;
  color: rgb(150, 150, 150);
}
.item-title-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.item-title-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.item-title-block .title {
  text-align: start;
  text-wrap: balance;
  font-weight: 600;
  font-size: 2rem;
  color: rgb(30, 30, 30);
}
.item-title-block .subtitle {
  text-align: start;
  text-wrap: balance;
  color: rgb(100, 100, 100);
}
.item-title-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgb(100, 100, 100);
}
.item-date {
  text-align: start;
  color: rgb(100, 100, 100);
}
.item-main {
  display: flex;
  flex-direction: column;
  padding-inline: 0.5rem;
  padding-block: 1rem;
  gap: 1em;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1rem;
  color: rgb(50, 50, 50);
  line-height: 1.4;
}
.item-main > .prose {
  margin-top: 0.5rem;
}
.share-bar {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  border: none;
  padding: 0;
  color: inherit;
}
.share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.2rem;
  border-radius: 4px;
  color: inherit;
}
.share-btn:hover {
  color: rgb(30, 30, 30);
}
.share-btn .icon {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}
.share-btn .icon-check {
  display: none;
  color: green;
}
.share-btn.copied .icon-link {
  display: none;
}
.share-btn.copied .icon-check {
  display: block;
}
.slideshow {
  position: relative;
  outline: none;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.slideshow-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.slide-counter {
  width: 6em;
  text-align: center;
  font-weight: 500;
}
.slide-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid hsl(280, 80%, 70%);
  border-radius: 0.3rem;
  background: hsl(280, 80%, 90%);
  color: hsl(280, 80%, 40%);
  overflow: hidden;
  text-decoration: none;
}
.slide-btn:hover,
.slide-btn:focus {
  background: hsl(280, 80%, 80%);
}
.slide-btn .icon {
  display: block;
  width: 36px;
  height: 36px;
  fill: currentColor;
}
.slide-btn .icon path {
  transform: scale(1.2);
  transform-origin: center;
  transform-box: fill-box;
}
.slide-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.language-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.translation-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
.source-toggle {
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.source-toggle-label {
  color: rgb(50, 50, 50);
}
.source-toggle-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: rgb(50, 50, 50);
  cursor: pointer;
}
.source-toggle-button .icon {
  display: block;
  width: 2rem;
  height: 2rem;
  fill: rgb(50, 50, 50);
  height: 1.2rem;
}
.source-toggle-button .toggle-on {
  display: none;
}
.source-toggle-button[aria-pressed=true] .toggle-on {
  display: inline;
}
.source-toggle-button[aria-pressed=true] .toggle-off {
  display: none;
}
.tag-filter,
.date-filter {
  display: flex;
  flex-direction: column;
  line-height: normal;
}
.tag-filter summary,
.date-filter summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.tag-filter summary::-webkit-details-marker,
.date-filter summary::-webkit-details-marker {
  display: none;
}
.tag-filter summary .icon-disclosure,
.date-filter summary .icon-disclosure {
  display: block;
  width: 0.8em;
  height: 0.8em;
  fill: currentColor;
  transition: transform 0.15s ease;
}
.tag-filter[open] summary .icon-disclosure,
.date-filter[open] summary .icon-disclosure {
  transform: rotate(90deg);
}
.tag-filter .pill-row,
.date-filter .pill-row {
  margin-top: 1em;
}
.prev-next {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: auto;
}
.prev-next-item {
  display: flex;
  align-items: flex-start;
  width: 48%;
  gap: 0.4em;
}
.prev-next-item.prev {
  flex-direction: row;
  text-align: left;
}
.prev-next-item.next {
  flex-direction: row-reverse;
  text-align: right;
}
.prev-next-arrow {
  font-weight: 600;
}
.prev-next-arrow:only-child {
  color: rgb(200, 200, 200);
}
.prev-next-title {
  text-wrap: balance;
}
.list-count {
  color: rgb(100, 100, 100);
  font-weight: 600;
}
.child-cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.child-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
  padding: 0.75rem 0.9rem;
  border: 1px solid hsl(280, 80%, 80%);
  border-radius: 0.5rem;
  background: rgb(245, 245, 245);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.child-card:hover,
.child-card:focus-within {
  border-color: hsl(280, 80%, 70%);
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3);
}
.child-card__title {
  color: hsl(280, 80%, 50%);
  font-weight: 600;
  text-decoration: none;
}
.child-card__title:hover,
.child-card__title:focus {
  text-decoration: none;
}
.child-card__meta {
  display: flex;
  gap: 0.5em;
  font-size: 0.875rem;
  line-height: calc(1.25rem / 0.875rem);
  white-space: nowrap;
  color: rgb(100, 100, 100);
}
.child-card__date + .child-card__read-time::before {
  content: "\2022";
  margin-right: 0.5em;
}
.child-card__tags {
  font-size: 0.875rem;
  line-height: calc(1.25rem / 0.875rem);
  color: rgb(100, 100, 100);
}
.child-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.child-list li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin: 0;
  padding: 0;
}
.child-list__title {
  color: hsl(280, 80%, 50%);
  font-weight: 600;
  text-decoration: none;
}
.child-list__title:hover,
.child-list__title:focus {
  text-decoration: underline;
}
.search-bar {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
}
.search-bar input[type=search] {
  flex: 1;
  padding: 0.25em 0.8em;
  border: 1px solid rgb(200, 200, 200);
  border-radius: 0.3em;
  font: inherit;
  font-size: 0.875rem;
  line-height: calc(1.25rem / 0.875rem);
  color: rgb(50, 50, 50);
  background: white;
  outline: none;
}
.search-bar input[type=search]:focus {
  border-color: hsl(280, 80%, 50%);
}
.search-bar button[type=submit] {
  border: 1px solid hsl(280, 80%, 70%);
  border-radius: 0.3rem;
  background: hsl(280, 80%, 90%);
  color: hsl(280, 80%, 40%);
  overflow: hidden;
  text-decoration: none;
}
.search-bar button[type=submit]:hover,
.search-bar button[type=submit]:focus {
  background: hsl(280, 80%, 80%);
}
.search-bar button[type=submit] {
  padding: 0 0.9em;
  font-size: 0.875rem;
  line-height: calc(1.25rem / 0.875rem);
  font-weight: 600;
  cursor: pointer;
}
mark {
  background: rgba(235, 200, 0, 0.35);
  color: inherit;
  padding: 0 0.1em;
  border-radius: 0.15em;
}
.search-excerpt {
  margin: 0.3em 0 0;
  font-size: 0.875rem;
  line-height: calc(1.25rem / 0.875rem);
  color: rgb(100, 100, 100);
}
/*# sourceMappingURL=main-desktop.css.824608387cf6.map */
