html,
body {
   background:
      radial-gradient(circle at 50% 10rem, rgba(110, 91, 199, 0.1), transparent 26rem),
      linear-gradient(180deg, #070912 0%, #0a0f1d 55%, #090d19 100%);
}

html {
   min-height: 100%;
}

body {
   color: #cfd5e6;
   min-height: 100vh;
}

a,
.inverse {
   color: #b6a6ff;
}

a:hover,
.inverse:hover {
   color: #efeaff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   color: #f6f0ff;
}

.container {
   max-width: 90rem;
   padding: 0 clamp(1rem, 2vw, 2rem);
}

.top {
   height: auto;
   margin-bottom: 0;
   max-height: none;
   left: auto;
   padding-top: 0;
   position: relative;
   top: auto;
   width: 100%;
   z-index: 20;
}

.top.is-visible,
.top.is-hidden {
   height: auto;
   left: auto;
   max-height: none;
   opacity: 1;
   position: relative;
   top: auto;
   transform: none;
   width: 100%;
}

.top.is-visible {
   background: transparent;
   box-shadow: none;
   padding-left: 0;
   padding-right: 0;
   transition: none;
}

.top.is-hidden {
   transition: none;
}

.top > div,
.top.is-visible > div {
   align-items: center;
   background: transparent;
   border: 0;
   border-radius: 0;
   box-shadow: none;
   gap: 0.85rem;
   height: auto;
   min-height: 0;
   max-width: 90rem;
   padding: 0;
   backdrop-filter: none;
   -webkit-backdrop-filter: none;
}

@media all and (min-width: 56.25em) {
   .top > div,
   .top.is-visible > div {
      grid-template-columns: auto 1fr auto;
      grid-template-areas: "logo menu actions";
   }
}

.top__inner {
   position: relative;
}

.logo {
   grid-area: logo;
}

.navbar {
   grid-area: menu;
   justify-self: center;
}

.top__actions {
   grid-area: actions;
}

.logo {
   color: #ffffff !important;
   font-size: 1.35rem;
   letter-spacing: 0.08em;
   text-transform: uppercase;
}

.logo > img {
   display: block;
   filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
   height: clamp(3.4rem, 6.4vw, 4.9rem);
   padding: 0;
}

.top__actions {
   align-items: center;
   display: flex;
   gap: 0.75rem;
   justify-self: end;
}

.social-links--header {
   gap: 0.75rem;
}

@media all and (max-width: 56.1875em) {
   .container {
      padding-top: 0;
   }

   .top > div,
   .top.is-visible > div {
      grid-template-columns: auto 1fr auto;
      grid-template-areas: "logo actions menu";
   }

   .top__actions {
      margin-left: auto;
   }
}

.social-links {
   align-items: center;
   display: inline-flex;
   gap: 0.6rem;
}

.social-link {
   align-items: center;
   background: rgba(255, 255, 255, 0.03);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 999px;
   display: inline-flex;
   height: 2.35rem;
   justify-content: center;
   width: 2.35rem;
}

.social-link svg {
   fill: #d4d9eb;
   height: 1rem;
   width: 1rem;
}

.social-link:hover {
   background: rgba(182, 166, 255, 0.14);
   border-color: rgba(182, 166, 255, 0.45);
}

.social-link:hover svg {
   fill: #ffffff;
}

.navbar .navbar__menu {
   align-items: center;
   gap: 0.35rem;
}

.navbar .navbar__menu li {
   font-size: 0.92rem;
   font-variation-settings: "wght" 520;
}

.navbar .navbar__menu li a,
.navbar .navbar__menu li span[aria-haspopup=true],
.navbar .navbar__menu li span {
   color: rgba(226, 230, 243, 0.9);
   padding: 0.35rem 0.7rem 0.55rem;
   position: relative;
}

.navbar .navbar__menu > li.active a,
.navbar .navbar__menu > li:hover > a,
.navbar .navbar__menu > li:hover > span[aria-haspopup=true] {
   background: transparent;
   color: #ffffff;
}

.navbar .navbar__menu > li.active a::after,
.navbar .navbar__menu > li:hover > a::after,
.navbar .navbar__menu > li:hover > span[aria-haspopup=true]::after {
   background: #8c79ff;
   border-radius: 999px;
   bottom: 0.05rem;
   content: "";
   height: 2px;
   left: 0.7rem;
   position: absolute;
   right: 0.7rem;
}

.navbar .navbar__submenu {
   background: rgba(18, 23, 38, 0.96);
   border: 1px solid rgba(164, 143, 255, 0.2);
}

.navbar .navbar__submenu li a,
.navbar .navbar__submenu li span[aria-haspopup=true] {
   color: rgba(233, 236, 246, 0.92) !important;
}

.navbar .navbar__toggle-inner,
.navbar .navbar__toggle-inner::before,
.navbar .navbar__toggle-inner::after {
   background: #f4f1ff;
}

.search__btn > svg {
   fill: #f4f1ff;
}

.frontpage {
   display: grid;
   gap: 1.6rem;
   padding-bottom: 3rem;
   padding-top: 0;
}

.front-hero-slider {
   display: grid;
   gap: 0.9rem;
   margin-top: 0;
}

.front-hero-slider__track {
   position: relative;
}

.front-hero {
   align-items: stretch;
   background:
      linear-gradient(90deg, rgba(8, 10, 18, 0.95) 0%, rgba(10, 13, 24, 0.9) 42%, rgba(10, 13, 24, 0.36) 100%);
   border: 1px solid rgba(164, 143, 255, 0.16);
   border-radius: 1.75rem;
   box-shadow: 0 26px 54px rgba(0, 0, 0, 0.3);
   display: grid;
   grid-template-rows: 1fr;
   height: clamp(16.5rem, 22.5vw, 20.75rem);
   overflow: hidden;
   position: relative;
}

.front-hero-slide {
   opacity: 0;
   pointer-events: none;
   position: absolute;
   inset: 0;
   transform: translateY(0.75rem);
   transition: opacity 0.45s ease, transform 0.45s ease;
}

.front-hero-slide.is-active {
   opacity: 1;
   pointer-events: auto;
   position: relative;
   transform: translateY(0);
}

@media all and (min-width: 62em) {
   .front-hero {
      grid-template-columns: minmax(22rem, 1.02fr) minmax(22rem, 1.12fr);
   }
}

.front-hero::before {
   background:
      radial-gradient(circle at center, rgba(162, 125, 255, 0.34), transparent 32%),
      linear-gradient(180deg, rgba(12, 16, 31, 0) 0%, rgba(12, 16, 31, 0.72) 100%);
   content: "";
   inset: 0;
   position: absolute;
   pointer-events: none;
   z-index: 1;
}

.front-hero__copy,
.front-hero__media {
   position: relative;
   z-index: 2;
}

.front-hero__copy {
   align-self: stretch;
   display: grid;
   align-content: center;
   gap: 0.85rem;
   max-width: 44rem;
   overflow: hidden;
   padding: clamp(1.25rem, 3.2vw, 2.6rem);
}

.front-hero__eyebrow,
.front-section__kicker,
.front-card__eyebrow,
.update-card__date,
.update-card__tag {
   color: #a694ff;
   font-size: 0.78rem;
   font-variation-settings: "wght" 700;
   letter-spacing: 0.16em;
   margin: 0;
   text-transform: uppercase;
}

.front-hero__eyebrow {
   align-self: start;
}

.front-hero h1 {
   font-family: Georgia, "Times New Roman", serif;
   font-size: clamp(1.65rem, 3.85vw, 3.6rem);
   letter-spacing: 0.01em;
   line-height: 0.96;
   margin: 0;
   text-transform: uppercase;
   text-wrap: balance;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4;
   line-clamp: 4;
   overflow: hidden;
   max-width: 13ch;
}

.front-hero__summary {
   color: #d8deee;
   font-size: clamp(0.95rem, 1vw, 1.08rem);
   margin: 0;
   max-width: 34rem;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   line-clamp: 2;
   overflow: hidden;
}

.front-hero__meta {
   align-items: center;
   display: flex;
   flex-wrap: wrap;
   gap: 0.8rem;
   min-height: 0;
   margin-top: 0.2rem;
}

.front-chip {
   background: rgba(170, 150, 255, 0.1);
   border: 1px solid rgba(170, 150, 255, 0.28);
   border-radius: 999px;
   color: #f3efff;
   display: inline-flex;
   font-size: 0.82rem;
   padding: 0.45rem 0.85rem;
}

.front-hero__meta time {
   color: rgba(216, 222, 238, 0.72);
   font-size: 0.88rem;
}

.front-hero__cta.btn {
   align-items: center;
   align-self: start;
   background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.008) 16%, rgba(255, 255, 255, 0) 28%),
      linear-gradient(180deg, #5d4b88 0%, #514173 56%, #473964 100%);
   border: none;
   border-radius: 0.4rem;
   box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.035),
      0 1px 4px rgba(12, 10, 22, 0.14);
   color: rgba(220, 215, 233, 0.82);
   display: inline-flex;
   font-size: 0.7rem;
   font-variation-settings: "wght" 460;
   gap: 0;
   justify-content: center;
   letter-spacing: 0.12em;
   line-height: 1;
   min-width: 0;
   max-width: none;
   min-height: 2.7rem;
   padding: 0.68rem 1.15rem 0.66rem;
   text-shadow: none;
   text-transform: uppercase;
   width: max-content;
}

.front-hero__cta.btn:hover {
   background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.034) 0%, rgba(255, 255, 255, 0.01) 16%, rgba(255, 255, 255, 0) 28%),
      linear-gradient(180deg, #65518f 0%, #56457a 56%, #4a3b67 100%);
   color: rgba(230, 225, 240, 0.86);
}


.front-hero__media {
   align-items: center;
   display: flex;
   min-height: 100%;
   padding: 0.7rem 0.8rem 0.7rem 0;
   position: relative;
}

.front-hero__media img {
   border-radius: 1.2rem;
   display: block;
   height: 100%;
   min-height: 100%;
   object-fit: cover;
   object-position: center 42%;
   width: 100%;
}

.front-hero__media--empty {
   background: transparent;
   min-height: 100%;
   width: 100%;
}

.front-hero__media::after {
   display: none;
}

.front-hero__media--filled::after {
   background:
      linear-gradient(90deg, rgba(10, 13, 24, 0.84) 0%, rgba(10, 13, 24, 0) 12%, rgba(10, 13, 24, 0) 88%, rgba(10, 13, 24, 0.76) 100%);
   border-radius: 1.2rem;
   content: "";
   display: block;
   inset: 0.7rem 0.8rem 0.7rem 0;
   pointer-events: none;
   position: absolute;
}

.front-hero__dots {
   align-items: center;
   bottom: 0.9rem;
   display: flex;
   gap: 0.55rem;
   justify-content: center;
   left: 50%;
   position: absolute;
   transform: translateX(-50%);
   z-index: 3;
}

.front-hero-slider__controls {
   align-items: center;
   display: flex;
   justify-content: center;
}

.front-hero-slider__dot {
   background: rgba(255, 255, 255, 0.06);
   border: 1px solid rgba(255, 255, 255, 0.1);
   color: #f8f6ff;
   box-shadow: none;
}

.front-hero-slider__dot {
   border-radius: 999px;
   height: 0.8rem;
   min-width: 0;
   padding: 0;
   width: 0.8rem;
}

.front-hero-slider__dot.is-active {
   background: linear-gradient(135deg, #6c56d9 0%, #8c79ff 100%);
   border-color: rgba(255, 255, 255, 0.2);
   transform: scale(1.12);
}

.front-hero-slider__dot:hover {
   background: rgba(182, 166, 255, 0.18);
}

.c-card:not(:has(.c-card__image)) {
   background:
      radial-gradient(circle at 75% 16%, rgba(164, 140, 255, 0.24), transparent 24%),
      radial-gradient(circle at 25% 80%, rgba(83, 63, 166, 0.18), transparent 28%),
      linear-gradient(180deg, rgba(13, 17, 31, 0.98), rgba(8, 11, 21, 0.98));
}

.c-card:not(:has(.c-card__image)) .c-card__header {
   width: min(78%, 18rem);
}

.c-card:not(:has(.c-card__image)) .c-card__header > p {
   color: #c9bcff;
   letter-spacing: 0.12em;
   order: 2;
}

.c-card:not(:has(.c-card__image)) .c-card__header > h2 {
   margin-top: 0.75rem;
   order: 1;
}

.c-card:not(:has(.c-card__image)) .c-card__header > h2::before {
   background: linear-gradient(90deg, rgba(176, 158, 255, 0.55), rgba(176, 158, 255, 0));
   content: "";
   display: block;
   height: 1px;
   margin: 0 auto 1rem;
   width: 100%;
}

.c-card:not(:has(.c-card__image)) .c-card__header {
   display: flex;
   flex-direction: column;
}

.c-card:not(:has(.c-card__image)) .c-card__header > h2::before {
   display: none;
}

.c-card:not(:has(.c-card__image)) .c-card__header > p::before {
   background: linear-gradient(90deg, rgba(176, 158, 255, 0.55), rgba(176, 158, 255, 0));
   content: "";
   display: block;
   height: 1px;
   margin: 1rem auto 0;
   width: 100%;
}

.page--tag .hero,
.page--tags .hero,
.page--author .hero,
.page--search .hero,
.page-template .hero,
.post-template .hero {
   background:
      linear-gradient(180deg, rgba(9, 12, 22, 0.82), rgba(11, 15, 28, 0.72));
   border: 1px solid rgba(154, 133, 245, 0.14);
   border-radius: 1.5rem;
   box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
   margin-bottom: 1.5rem;
   margin-top: 0;
   min-height: auto;
   overflow: hidden;
   top: auto;
}

.page--tag .hero__header,
.page--tags .hero__header,
.page--author .hero__header,
.page--search .hero__header,
.page-template .hero__header,
.post-template .hero__header {
   margin: 0 auto;
   max-width: 56rem;
   padding: clamp(1.2rem, 2vw, 1.8rem) clamp(1.5rem, 4vw, 3rem) clamp(0.9rem, 1.8vw, 1.35rem);
   position: relative;
   text-align: center;
   top: auto;
   left: auto;
   transform: none;
   width: 100%;
}

.page--tag .hero__header h1,
.page--tags .hero__header h1,
.page--author .hero__header h1,
.page--search .hero__header h1,
.page-template .hero__header h1,
.post-template .hero__header h1 {
   font-family: inherit;
   font-size: clamp(1.65rem, 3vw, 2.45rem);
   letter-spacing: -0.04em;
   line-height: 1.02;
   margin: 0;
   text-transform: none;
}

.page--tag .hero__header h1 sup,
.page--tags .hero__header h1 sup,
.page--author .hero__header h1 sup {
   color: #a694ff;
   font-size: 0.42em;
   vertical-align: super;
}

.page--tag .page__desc,
.page--tags .hero__header p,
.page--author .page__desc,
.page--search .hero__header p,
.page-template .page__desc,
.post-template .hero__header address,
.post-template .hero__header time {
   color: #cfd5e6;
   font-size: clamp(0.9rem, 1vw, 1rem);
   margin-left: auto;
   margin-right: auto;
   margin-top: 0.65rem;
   max-width: 42rem;
}

.page--tag .hero__image,
.page--tags .hero__image,
.page--author .hero__image,
.page--search .hero__image,
.page-template .hero__image,
.post-template .hero__image {
   margin: 0;
}

.page--tag .hero__image::after,
.page--tags .hero__image::after,
.page--author .hero__image::after,
.page--search .hero__image::after,
.page-template .hero__image::after,
.post-template .hero__image::after {
   opacity: 0.52;
}

.page--tag .hero__image > img,
.page--tags .hero__image > img,
.page--author .hero__image > img,
.page--search .hero__image > img,
.page-template .hero__image > img,
.post-template .hero__image > img {
   height: clamp(9rem, 16vw, 12rem);
}

.post-template .hero__header {
   padding-bottom: clamp(1.5rem, 2.6vw, 2.2rem);
}

.post-template .hero__header > p {
   margin-bottom: 0.95rem;
}

.post-template .hero__header > h1 {
   margin-bottom: 0.85rem;
}

.post-template .hero__header > time,
.post-template .hero__header > address,
.post-template .hero__header > span,
.post-template .hero__header > p + time {
   margin-top: 0;
}

.post-template .hero__image {
   margin: 0 auto 1.2rem;
   max-width: 34rem;
   overflow: hidden;
   padding: 0 1rem 0.35rem;
}

.post-template .hero__image::after {
   display: none;
}

.post-template .hero__image > img {
   border: 1px solid rgba(255, 255, 255, 0.06);
   border-radius: 1rem;
   box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
   display: block;
   height: auto;
   margin: 0 auto;
   max-height: clamp(8.5rem, 18vw, 12rem);
   max-width: 100%;
   object-fit: contain;
   width: auto;
}

.post-template .hero__image figcaption {
   margin: 0.75rem auto 0;
   max-width: 100%;
   text-align: center;
}

.page--tag,
.page--tags,
.page--author,
.page--search,
.page-template,
.post-template {
   padding-top: 0;
}

.frontpage__sections {
   display: grid;
   gap: 1.5rem;
}

.frontpage__trio {
   display: grid;
   gap: 1.5rem;
}

@media all and (min-width: 68em) {
   .frontpage__trio {
      grid-template-columns: repeat(2, minmax(0, 1fr));
   }
}

.front-section {
   background: rgba(11, 15, 28, 0.78);
   border: 1px solid rgba(154, 133, 245, 0.14);
   border-radius: 1.35rem;
   box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
   padding: 1.2rem;
}

.front-section__heading {
   align-items: end;
   display: flex;
   gap: 1rem;
   justify-content: space-between;
   margin-bottom: 1rem;
}

.front-section__heading h2 {
   font-size: clamp(1.2rem, 2vw, 1.6rem);
   margin: 0.2rem 0 0;
   text-transform: none;
}

.front-section__link {
   color: #c7bbff;
   font-size: 0.92rem;
   white-space: nowrap;
}

.front-card-grid,
.front-card-stack,
.front-updates {
   align-items: start;
   display: grid;
   gap: 1rem;
}

@media all and (min-width: 62em) {
   .front-card-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
   }
}

@media all and (min-width: 62em) {
   .front-updates {
      align-items: flex-start;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
   }
}

.front-card,
.update-card {
   align-self: start;
   background: linear-gradient(180deg, rgba(21, 27, 44, 0.96), rgba(12, 16, 29, 0.98));
   border: 1px solid rgba(255, 255, 255, 0.05);
   border-radius: 1.1rem;
   box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
   display: grid;
   overflow: hidden;
}

.c-card {
   background:
      radial-gradient(circle at 70% 18%, rgba(144, 120, 255, 0.18), transparent 26%),
      linear-gradient(180deg, rgba(16, 20, 34, 0.98), rgba(10, 13, 23, 0.98));
   border: 1px solid rgba(255, 255, 255, 0.04);
   box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.c-card::after {
   background:
      linear-gradient(180deg, rgba(11, 15, 28, 0.2), rgba(11, 15, 28, 0.55));
}

.collection-empty {
   background: rgba(11, 15, 28, 0.78);
   border: 1px solid rgba(154, 133, 245, 0.14);
   border-radius: 1.35rem;
   box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
   margin: 0 auto;
   max-width: 42rem;
   padding: 1.35rem 1.5rem;
   text-align: center;
}

.collection-empty.is-hidden {
   display: none;
}

.collection-empty h2 {
   font-size: 1.15rem;
   margin: 0 0 0.4rem;
   text-transform: none;
}

.collection-empty p {
   color: #cfd5e6;
   margin: 0;
}

.collection-filters {
   align-items: center;
   display: flex;
   flex-wrap: wrap;
   gap: 0.65rem;
   justify-content: center;
   margin: 0 auto 1.15rem;
   max-width: 42rem;
}

.collection-filters.is-hidden {
   display: none;
}

.collection-filter {
   background: rgba(11, 15, 28, 0.78);
   border: 1px solid rgba(154, 133, 245, 0.16);
   border-radius: 999px;
   color: #cfd5e6;
   cursor: pointer;
   font-size: 0.8rem;
   letter-spacing: 0.08em;
   line-height: 1;
   padding: 0.7rem 0.95rem;
   text-transform: uppercase;
   transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.collection-filter:hover,
.collection-filter:focus {
   border-color: rgba(182, 166, 255, 0.45);
   color: #ffffff;
   outline: none;
}

.collection-filter.is-active {
   background: rgba(182, 166, 255, 0.14);
   border-color: rgba(182, 166, 255, 0.45);
   color: #ffffff;
}

.page-template--collection .l-grid {
   align-items: start;
   gap: 1rem;
}

.page-template--collection .c-card {
   background:
      radial-gradient(circle at 70% 18%, rgba(144, 120, 255, 0.18), transparent 26%),
      linear-gradient(180deg, rgba(16, 20, 34, 0.98), rgba(10, 13, 23, 0.98));
   border: 1px solid rgba(255, 255, 255, 0.04);
   border-radius: 1.1rem;
   box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
   display: block;
   aspect-ratio: 16 / 9;
   height: auto;
   overflow: hidden;
   position: relative;
   text-align: center;
}

.page-template--collection .c-card::after {
   background:
      linear-gradient(180deg, rgba(8, 10, 18, 0.18) 0%, rgba(8, 10, 18, 0.36) 42%, rgba(8, 10, 18, 0.88) 100%);
   content: "";
   display: block;
   height: 100%;
   inset: 0;
   position: absolute;
   z-index: 0;
}

.page-template--collection .c-card__image {
   inset: 0;
   margin: 0;
   position: absolute;
   z-index: 0;
}

.page-template--collection .c-card__link {
   color: inherit;
   display: block;
   height: 100%;
   inset: 0;
   position: absolute;
   text-decoration: none;
   width: 100%;
   z-index: 1;
}

.page-template--collection .c-card__image,
.page-template--collection .c-card__image > a {
   height: 100%;
   width: 100%;
}

.page-template--collection .c-card__image > a {
   background: #090c17;
   display: block;
   height: 100%;
   overflow: hidden;
   position: relative;
}

.page-template--collection .c-card__image > a::after {
   display: none;
}

.page-template--collection .c-card__image img {
   display: block;
   height: 100%;
   object-fit: cover;
   transform: none;
   width: 100%;
}

.page-template--collection .c-card:hover .c-card__image img {
   transform: scale(1.03);
}

.page-template--collection .c-card__header {
   bottom: 1.2rem;
   display: grid;
   gap: 0.45rem;
   left: 50%;
   padding: 0;
   position: absolute;
   transform: translateX(-50%);
   width: min(78%, 18rem);
   z-index: 1;
}

.page-template--collection .c-card__header > h2 {
   font-size: clamp(1.05rem, 1rem + 0.35vw, 1.4rem);
   line-height: 1.2;
   margin: 0;
   order: 1;
}

.page-template--collection .c-card__header > h2 > a {
   color: #f8f6ff;
}

.page-template--collection .c-card:hover .c-card__header > h2 {
   color: #bbaeff;
}

.page-template--collection .c-card__header > p {
   color: #a694ff;
   font-size: 0.72rem;
   letter-spacing: 0.14em;
   margin: 0;
   order: 2;
   text-transform: uppercase;
}

.page-template--collection .c-card__header > p::before {
   background: linear-gradient(90deg, rgba(176, 158, 255, 0.55), rgba(176, 158, 255, 0));
   content: "";
   display: block;
   height: 1px;
   margin: 0 0 0.7rem;
   width: 100%;
}

.page-template--collection .c-card:not(:has(.c-card__image)) {
   background:
      radial-gradient(circle at 75% 16%, rgba(164, 140, 255, 0.24), transparent 24%),
      radial-gradient(circle at 25% 80%, rgba(83, 63, 166, 0.18), transparent 28%),
      linear-gradient(180deg, rgba(13, 17, 31, 0.98), rgba(8, 11, 21, 0.98));
}

.page-template--collection .c-card:not(:has(.c-card__image)) .c-card__header {
   bottom: 1.35rem;
}

.page-template--collection .c-card.is-hidden {
   display: none;
}

.front-card__media,
.update-card__media {
   background: #090c17;
   display: block;
   overflow: hidden;
}

.front-card__media img,
.update-card__media img {
   display: block;
   height: 100%;
   min-height: 12rem;
   object-fit: cover;
   transition: transform 0.35s ease, opacity 0.35s ease;
   width: 100%;
}

.front-card__media--compact img {
   min-height: 9rem;
}

.front-card:hover .front-card__media img,
.update-card:hover .update-card__media img {
   opacity: 0.92;
   transform: scale(1.04);
}

.front-card__body,
.update-card__body {
   display: grid;
   gap: 0.45rem;
   padding: 0.85rem 0.9rem 0.9rem;
}

.update-card:has(.update-card__media) {
   display: block;
   padding: 0;
}

.update-card:has(.update-card__media) .update-card__media {
   align-self: center;
   border-radius: 0.65rem;
   height: auto;
}

.update-card:has(.update-card__media) .update-card__media img {
   aspect-ratio: 16 / 9;
   height: auto;
   min-height: 0;
   object-position: center center;
   width: 100%;
}

.update-card:has(.update-card__media) .update-card__body {
   align-content: center;
   min-height: 0;
   padding: 0.3rem 0.45rem 0.3rem 0.7rem;
}

.front-card__body h3,
.update-card__body h3 {
   font-size: 0.98rem;
   line-height: 1.2;
   margin: 0;
}

.update-card__body h3 a {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   line-clamp: 2;
   overflow: hidden;
}

.front-card__body p,
.update-card__body p {
   color: #b9c1d8;
   font-size: 0.88rem;
   line-height: 1.38;
   margin: 0;
}

.update-card__body p:not(.update-card__date) {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   line-clamp: 2;
   overflow: hidden;
}

.update-card__meta {
   align-items: center;
   display: flex;
   gap: 0.6rem;
   justify-content: space-between;
}

.update-card__tag {
   color: #a694ff !important;
   font-size: 0.62rem;
   letter-spacing: 0.14em;
   margin: 0;
   text-align: right;
   white-space: nowrap;
}

@media all and (min-width: 62em) {
   .front-updates > .update-card {
      flex: 0 0 calc((100% - 2rem) / 3);
      height: 8rem;
      max-width: calc((100% - 2rem) / 3);
   }

   .update-card:not(:has(.update-card__media)) .update-card__body {
      align-content: center;
      height: 100%;
      padding: 0.65rem 1rem;
   }
}

.front-card__body a,
.update-card__body a {
   color: #f8f6ff;
}

.front-card__body a:hover,
.update-card__body a:hover {
   color: #bbaeff;
}

.update-card__link {
   color: inherit;
   display: block;
   height: 100%;
   width: 100%;
   text-decoration: none;
}

.update-card__link:has(.update-card__media) {
   align-items: stretch;
   column-gap: 0;
   display: grid;
   grid-template-columns: 9rem minmax(0, 1fr);
   padding: 0.6rem;
}

.update-card__link:has(.update-card__media) .update-card__body {
   align-content: center;
   min-height: 0;
   padding: 0.3rem 0.45rem 0.3rem 0.7rem;
}

.update-card__link:not(:has(.update-card__media)) .update-card__body {
   height: 100%;
}

.front-section--updates .front-section__heading {
   margin-bottom: 1.15rem;
}

.top.is-visible {
   background: transparent;
   box-shadow: none;
}

.content__entry,
.page__desc,
.content__meta,
.content__bio,
.content__last-updated,
.content__nav,
.content__related,
.content__tag > li > a,
.page--author__website,
figcaption {
   color: #cfd5e6;
}

blockquote,
code,
pre,
table tr:nth-child(2n) {
   background-color: rgba(255, 255, 255, 0.04);
}

input,
textarea,
select {
   background: rgba(255, 255, 255, 0.06);
   border-color: rgba(255, 255, 255, 0.1);
   color: #eef2ff;
}

.footer {
   background: transparent !important;
   border-top: 1px solid rgba(154, 133, 245, 0.12);
   margin-top: 1.2rem !important;
   overflow: visible;
   padding: 1.35rem 0 1.1rem !important;
   text-align: left;
}

.footer__wrapper {
   align-items: start;
   display: grid;
   gap: 1rem 2rem;
   grid-template-columns: repeat(2, minmax(10rem, 12rem));
   justify-content: center;
   margin: 0 auto;
   max-width: 90rem;
   padding: 0 clamp(1rem, 2vw, 2rem);
}

@media all and (max-width: 56.1875em) {
   .footer__wrapper {
      grid-template-columns: 1fr;
      justify-content: stretch;
      text-align: center;
   }
}

.footer__copyright {
   color: #9ca5bf;
   font-size: 0.78rem;
   line-height: 1.55;
   margin: 1rem auto 0;
   max-width: none;
   padding: 0 1rem;
   text-align: center;
}

.footer__credit {
   color: #9ca5bf;
   font-size: 0.76rem;
   line-height: 1.5;
   margin: 0.2rem auto 0;
   padding: 0 1rem;
   text-align: center;
}

.footer__credit a {
   color: #d9deee;
}

.footer__credit a:hover {
   color: #ffffff;
}

.footer a {
   color: #d9deee;
}

.footer a:hover {
   color: #ffffff;
}

.footer__heading {
   color: #a694ff;
   font-size: 0.64rem;
   font-variation-settings: "wght" 700;
   letter-spacing: 0.16em;
   margin: 0 0 0.55rem;
   text-transform: uppercase;
}

.footer__group {
   display: grid;
   align-content: start;
   gap: 0.45rem;
   justify-items: center;
}

.footer__links {
   display: grid;
   gap: 0.35rem;
   justify-items: center;
}

.footer__links a {
   font-size: 0.88rem;
   width: auto;
}

.social-links--footer {
   justify-content: start;
   padding-top: 0.1rem;
}

@media all and (max-width: 56.1875em) {
   .footer__links a {
      width: auto;
   }

   .social-links--footer {
      justify-content: start;
   }
}

.footer__bttop {
   background: linear-gradient(135deg, #6c56d9 0%, #8c79ff 100%);
   border: 1px solid rgba(255, 255, 255, 0.12);
   justify-self: center;
}

@media all and (max-width: 56.1875em) {
   .footer__bttop {
      justify-self: center;
   }
}

@media all and (max-width: 56.1875em) {
   .front-hero__copy,
   .front-section,
   .front-card__body,
   .update-card__body {
      padding-left: 1rem;
      padding-right: 1rem;
   }

   .front-section__heading {
      align-items: start;
      flex-direction: column;
   }

   .front-hero {
      grid-template-columns: 1fr;
      height: auto;
   }

   .front-hero__copy {
      align-content: start;
      gap: 0.7rem;
      max-width: none;
      padding-bottom: 0.85rem;
      padding-top: 1rem;
   }

   .front-hero h1 {
      font-size: clamp(1.5rem, 7vw, 2.2rem);
      line-height: 0.98;
      max-width: none;
      -webkit-line-clamp: 4;
      line-clamp: 4;
   }

   .front-hero__summary {
      -webkit-line-clamp: 3;
      line-clamp: 3;
      font-size: 0.95rem;
   }

   .front-hero__meta {
      margin-top: 0;
   }

   .front-hero__cta.btn {
      min-height: 2.5rem;
      padding: 0.68rem 1rem 0.66rem;
   }

   .front-hero__media {
      min-height: 0;
      padding: 0 1rem 1rem;
    }

   .front-hero__media img {
      aspect-ratio: 16 / 9;
      border-radius: 1rem;
      height: auto;
      min-height: 0;
      object-position: center center;
   }

   .front-hero__media::after {
      display: none;
   }

   .front-hero__media--filled::after {
      border-radius: 1rem;
      inset: 0 1rem 1rem;
    }

   .front-hero__dots {
      bottom: auto;
      left: auto;
      margin-top: 0.25rem;
      padding-bottom: 0.9rem;
      position: static;
      transform: none;
   }

   .update-card:has(.update-card__media) {
      grid-template-columns: minmax(0, 1fr);
      padding: 0;
   }

   .update-card:has(.update-card__media) .update-card__media {
      aspect-ratio: 16 / 9;
      border-radius: 0;
      height: auto;
   }

   .update-card:has(.update-card__media) .update-card__media img {
      aspect-ratio: auto;
      min-height: 0;
      height: 100%;
   }

   .update-card:has(.update-card__media) .update-card__body {
      min-height: 0;
      padding: 1rem 1rem 1.1rem;
   }
}
