@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

a {
  background-color: transparent; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

pre,
code,
kbd,
samp {
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 112.5%;
  height: 100%;
  min-height: 100%; }
  @media only screen and (max-width: 600px) {
    html {
      font-size: 100%; } }
body {
  background: #fff;
  color: #52525b;
  line-height: 1.66667;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

.font-fraunces {
  font-family: "Fraunces", serif; }

.font-karla {
  font-family: "Karla", sans-serif; }

.font-outfit {
  font-family: "Outfit", sans-serif; }

.font-space-grotesk {
  font-family: "Space Grotesk", sans-serif; }

.font-inter {
  font-family: "Inter", sans-serif; }

.font-playfair-display {
  font-family: "Playfair Display", serif; }

.font-system-sans {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f1f23;
  font-weight: bold;
  line-height: 1.1;
  margin: 1.5em 0 0.5em;
  text-rendering: optimizeLegibility; }
  .font-fraunces h1, .font-fraunces h2, .font-fraunces h3, .font-fraunces h4, .font-fraunces h5, .font-fraunces h6 {
    font-weight: 500; }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 2.44444em; }
  @media only screen and (max-width: 600px) {
    h1 {
      font-size: 2.22222em; } }
h2 {
  font-size: 2em; }
  @media only screen and (max-width: 600px) {
    h2 {
      font-size: 1.88889em; } }
h3 {
  font-size: 1.66667em; }

h4 {
  font-size: 1.33333em; }

h5 {
  font-size: 1.11111em; }

h6 {
  font-size: 1em; }

.font-fraunces b, .font-fraunces strong, .font-fraunces dt {
  font-weight: 500; }

dl {
  margin: 0; }

p,
dd,
ul,
ol {
  margin: 0 0 1em; }

ul,
ol {
  padding: 0 0 0 1.33333em; }

li > ul,
li > ol {
  margin-bottom: 0; }

mark,
ins {
  background: #fff493;
  color: #1f1f23;
  padding: 0 3px;
  text-decoration: none; }

pre {
  margin: 1em 0;
  overflow: auto;
  white-space: pre; }
  pre:first-child {
    margin-top: 0; }

blockquote {
  margin: 1em 0;
  padding-left: 2em;
  position: relative; }
  blockquote:first-child {
    margin-top: 0; }
  blockquote:before {
    color: #775ce7;
    content: "\201C";
    font-size: 3em;
    left: 0;
    line-height: 1;
    position: absolute;
    top: -0.125em; }
  .font-fraunces blockquote:before {
    top: 0; }
  blockquote p {
    margin-bottom: 0.5em; }
  blockquote small,
  blockquote cite {
    display: block;
    font-size: 0.75em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 1em; }
    blockquote small:last-child,
    blockquote cite:last-child {
      margin-bottom: 0; }

hr {
  border: 0;
  border-bottom: 1px solid #f4f4f5;
  margin: 1em 0; }
  hr:first-child {
    margin-top: 0; }

embed,
iframe,
object,
video {
  max-width: 100%; }

.js-reframe {
  margin: 1em 0; }
  .js-reframe:first-child {
    margin-top: 0; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }
  figure:first-child {
    margin-top: 0; }

figcaption {
  color: #d4d4d8;
  font-size: 0.88889em;
  line-height: 1.5;
  margin: 0.5em 0 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.clear:after {
  clear: both; }

.clear:before, .clear:after {
  content: "";
  display: table; }

.line-top {
  position: relative; }
  .line-top:before {
    border-left: 45px solid #775ce7;
    content: "";
    display: block;
    height: 3px;
    margin-bottom: 0.83333rem; }

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.833335rem;
  margin-right: -0.833335rem; }

.cell {
  box-sizing: border-box;
  padding-left: 0.833335rem;
  padding-right: 0.833335rem;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 601px) {
    .grid--col-two .cell {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .grid--col-three .cell {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media only screen and (min-width: 768px) {
    .grid--col-three .cell {
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%;
      max-width: 33.333%; } }
@media only screen and (max-width: 500px) {
  .grid {
    margin-left: -3vw;
    margin-right: -3vw; }
  .cell {
    padding-left: 3vw;
    padding-right: 3vw; } }

.text-block a:not(.button) {
  border-bottom: 1px solid rgba(119, 92, 231, 0.4);
  color: #775ce7; }
  .text-block a:not(.button):hover, .text-block a:not(.button):focus {
    opacity: .6; }

.text-block blockquote {
  font-size: 1.33333em;
  line-height: 1.3;
  padding: 0.75em 0 0 2.5em; }
  .text-block blockquote:not(:first-child) {
    margin-top: 1.5em; }
  .text-block blockquote:not(:last-child) {
    margin-bottom: 1.5em; }
  .text-block blockquote:before {
    font-size: 5em; }
  @media only screen and (min-width: 601px) {
    .text-block blockquote {
      font-size: 1.66667em; } }
.text-block pre {
  background: #fafafa;
  font-size: 0.88889em;
  line-height: 1.5;
  padding: 1.5em; }
  .text-block pre:not(:first-child) {
    margin-top: 2.5em; }
  .text-block pre:not(:last-child) {
    margin-bottom: 2.5em; }

.text-block hr:not(:first-child),
.text-block .js-reframe:not(:first-child),
.text-block :not(.responsive-table) > table:not(:first-child),
.text-block .responsive-table:not(:first-child) {
  margin-top: 2.5em; }

.text-block hr:not(:last-child),
.text-block .js-reframe:not(:last-child),
.text-block :not(.responsive-table) > table:not(:last-child),
.text-block .responsive-table:not(:last-child) {
  margin-bottom: 2.5em; }

.image-block {
  margin-bottom: 2.5em;
  margin-top: 2.5em; }
  .image-block:first-child {
    margin-top: 0; }
  .image-block__caption {
    margin-left: auto;
    margin-right: auto;
    max-width: 780px; }

.button {
  -ms-flex-align: center;
  align-items: center;
  background: 0;
  border: 2px solid #775ce7;
  border-radius: 0;
  box-sizing: border-box;
  color: #775ce7;
  display: inline-flex;
  font-size: 16px;
  font-weight: bold;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
  padding: 0.7125em 1.875em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  white-space: nowrap; }
  .font-fraunces .button {
    font-weight: 500; }
  .button:hover, .button:focus, .button:active {
    opacity: .6;
    outline: 0; }
  .button--primary {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #775ce7 50%);
    background-color: transparent;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 204% 100%;
    border: 2px solid #775ce7;
    color: #fff;
    -webkit-transition: background-position .3s, color .3s;
    transition: background-position .3s, color .3s; }
    .button--primary:hover, .button--primary:focus, .button--primary:active {
      color: #775ce7;
      background-position: left bottom;
      opacity: 1; }
  .button--icon {
    border: 0;
    color: inherit;
    font-size: 1em;
    padding: 0.25em 0; }

.button-group {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .button-group a {
    margin: 0 1em 1em 0; }
    .button-group a:not(.button) {
      border-bottom: 1px solid rgba(119, 92, 231, 0.3);
      color: #775ce7;
      line-height: 1.4;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      .button-group a:not(.button):hover, .button-group a:not(.button):focus {
        opacity: .6; }

.icon {
  color: inherit;
  fill: currentColor;
  flex-shrink: 0;
  height: 1em;
  line-height: 1;
  width: 1em; }

.icon-menu,
.icon-close {
  background: currentColor;
  color: inherit;
  height: 2px;
  margin-top: -1px;
  margin-left: -12px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px; }
  .icon-menu:before, .icon-menu:after,
  .icon-close:before,
  .icon-close:after {
    background: currentColor;
    border-radius: 1px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }

.icon-menu:before {
  top: -8px; }

.icon-menu:after {
  bottom: -8px; }

.icon-close {
  background: 0;
  margin-left: -17px;
  width: 34px; }
  .icon-close:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .icon-close:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

label {
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.25em; }
  .font-fraunces label {
    font-weight: 500; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="url"],
select,
textarea {
  background: transparent;
  border-color: #e4e4e7;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  max-width: 100%;
  padding: 0.5em 0;
  width: 100%; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    outline: 0; }

option {
  color: #52525b; }

.form-group {
  margin-bottom: 1.33333em;
  position: relative; }
  .form-group .animate-border {
    bottom: 0;
    background: #775ce7;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: width .3s;
    transition: width .3s;
    width: 0; }
  .form-group input:focus + .animate-border,
  .form-group textarea:focus + .animate-border {
    width: 100%; }

.form-select-wrap {
  font-size: 16px;
  position: relative; }
  .form-select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px; }
  .form-select-wrap:before {
    border-color: #d4d4d8;
    border-style: solid;
    border-width: 0 1px 1px 0;
    box-sizing: border-box;
    content: "";
    height: 0.625em;
    margin-top: -.45em;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.625em; }

.form-checkbox {
  padding-left: 24px;
  position: relative; }
  .form-checkbox label {
    font-size: 0.88889em;
    font-weight: normal;
    line-height: 1.4; }
  .form-checkbox input[type=checkbox] {
    height: 1.5em;
    left: 0;
    position: absolute;
    top: 0; }

.form-submit {
  margin-top: 1.66667em; }

::-webkit-input-placeholder {
  color: #d4d4d8; }

::-moz-placeholder {
  color: #d4d4d8;
  opacity: 1; }

:-ms-input-placeholder {
  color: #d4d4d8; }

::-ms-input-placeholder {
  color: #d4d4d8; }

::placeholder {
  color: #d4d4d8; }

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  max-width: 100%;
  text-align: left;
  width: 100%; }

caption {
  color: #d4d4d8;
  font-size: 0.88889em;
  font-style: normal;
  margin-bottom: 0.5em;
  text-align: left; }

th,
td {
  border-bottom: 1px solid #f4f4f5;
  padding: 0.5em; }

th {
  font-weight: bold; }
  .font-fraunces th {
    font-weight: 500; }

:not(.responsive-table) > table {
  margin: 1em 0; }
  :not(.responsive-table) > table:first-child {
    margin-top: 0; }

.responsive-table {
  display: block;
  margin: 1em 0;
  overflow-x: auto;
  width: 100%; }
  .responsive-table:first-child {
    margin-top: 0; }

.card__title {
  font-size: 1.33333em;
  margin: 0; }

.card__subtitle {
  color: #d4d4d8;
  font-style: italic; }

.card__image {
  margin-bottom: 1.11111em; }
  .grid--col-two .card__image {
    max-width: 585px; }
  .grid--col-three .card__image {
    max-width: 380px; }

.card__body {
  line-height: 1.5; }
  .card__body:not(:first-child) {
    margin-top: 1em; }
  .card__body a:not(.button) {
    border-bottom: 1px solid rgba(119, 92, 231, 0.3);
    color: #775ce7; }
    .card__body a:not(.button):hover, .card__body a:not(.button):focus {
      opacity: .6; }

.testimonial {
  margin: 0;
  padding: 0.75em 0 0 2.5em; }
  .testimonial:before {
    font-size: 5em; }
  .testimonial__footer {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.33333em; }
  .testimonial__details {
    font-size: 0.88889em;
    line-height: 1.3; }
  .testimonial__author {
    font-weight: bold; }
    .font-fraunces .testimonial__author {
      font-weight: 500; }
  .testimonial__position {
    color: #d4d4d8;
    font-style: italic;
    margin-top: 0.25em; }
  .testimonial__avatar {
    border-radius: 50%;
    height: 60px;
    margin-right: 0.83333em;
    width: 60px; }
    @media only screen and (min-width: 601px) {
      .testimonial__avatar {
        height: 90px;
        width: 90px; } }
.site {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative; }

.site-content {
  box-sizing: border-box;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%; }

.container {
  padding-left: 3vw;
  padding-right: 3vw; }

.container--lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }

.container--md {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px; }

.site-header {
  margin-bottom: 3.33333em;
  padding-bottom: 1em;
  padding-top: 1em; }
  @media only screen and (min-width: 601px) {
    .site-header {
      margin-bottom: 5em; } }
.navbar {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex; }
  .navbar__logo, .navbar__title {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .navbar__logo img {
    max-height: 4.5em; }
  .navbar__title {
    color: #1f1f23;
    font-size: 1.33333em;
    font-weight: 900;
    line-height: 1.1; }
    .font-fraunces .navbar__title {
      font-weight: 500; }
  .navbar__toggle {
    background: 0;
    border: 0;
    color: inherit;
    height: 30px;
    padding: 0;
    position: relative;
    width: 30px; }

.menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .menu__item--current,
  .menu a:not(.button):hover {
    color: #775ce7;
    font-weight: bold; }

@media only screen and (min-width: 768px) {
  .navbar__toggle {
    display: none; }
  .navbar__menu-container {
    margin-left: auto; }
  .menu {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .menu__item {
      font-size: 16px;
      line-height: 1.2;
      margin-left: 1.5em; }
    .menu .button--primary {
      padding: 0.275em 0.5em; } }

@media only screen and (max-width: 767px) {
  .site-header:after {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100vh;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .25s, visibility 0s .25s;
    transition: opacity .25s, visibility 0s .25s;
    visibility: hidden;
    width: 100%;
    z-index: 998; }
  .navbar__menu-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    box-sizing: border-box;
    bottom: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: -100%;
    top: 0;
    -webkit-transition: left 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0s 0.3s;
    transition: left 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), visibility 0s 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 999; }
  .navbar__scroller {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative; }
  .js-nav-open {
    overflow: hidden; }
    .js-nav-open .site-header:after {
      opacity: 1;
      -webkit-transition: opacity .25s;
      transition: opacity .25s;
      visibility: visible; }
    .js-nav-open .navbar__menu-container {
      left: 0;
      -webkit-transition: left .3s ease;
      transition: left .3s ease;
      visibility: visible; }
  #navbar__open {
    display: block;
    margin-left: auto; }
  #navbar__close {
    display: block;
    position: absolute;
    right: 3vw;
    top: 1rem; }
  .menu {
    padding: 3.66667em 3vw 3.33333em; }
    .menu a:not(.button) {
      display: block;
      font-size: 2em;
      line-height: 1.2;
      padding: 0.25em 0; }
    .menu .button {
      font-size: 1.11111em;
      margin: 1em 0; } }

@media only screen and (max-width: 480px) {
  .menu a:not(.button) {
    font-size: 1.5em; } }

.post {
  margin-bottom: 5em; }
  .post__header {
    margin-bottom: 2em; }
  .post__title {
    margin: 0; }
  .post__subtitle {
    color: #d4d4d8;
    font-size: 1.22222em;
    line-height: 1.4;
    margin-top: 0.5em; }
  .post__image {
    margin-bottom: 2em; }
    .post__image img {
      display: block;
      margin: 0 auto; }
  .post__meta {
    color: #d4d4d8;
    font-size: 0.88889em;
    margin-bottom: 1.5em;
    margin-top: 2.5em; }

@media only screen and (min-width: 601px) {
  .post__header, .post__image {
    margin-bottom: 2.5em; }
  .post__subtitle {
    font-size: 1.33333em; } }

.post-card {
  margin-bottom: 1.66667em; }
  .post-card__image {
    border: 0;
    display: block;
    margin-bottom: 1.11111em;
    position: relative;
    width: 100%; }
    .post-card__image:before {
      content: "";
      display: block;
      padding-top: 60%; }
    .post-card__image img {
      height: 100%;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%; }
  .post-card__header {
    margin-bottom: 0.83333em; }
  .post-card__title {
    font-size: 1.33333em;
    margin: 0; }
    .post-card__title a {
      border: 0;
      color: inherit; }
  .post-card__meta {
    color: #d4d4d8;
    font-size: 0.88889em;
    margin-top: 0.5em; }
  .post-card__body {
    font-size: 16px; }

@media only screen and (min-width: 601px) {
  .post-feed--col-two .post-card {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    .post-feed--col-two .post-card__meta {
      font-size: 14px; } }

@media only screen and (min-width: 768px) {
  .post-feed--col-three .post-card {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%; }
    .post-feed--col-three .post-card__image {
      margin-bottom: 0.83333em; }
    .post-feed--col-three .post-card__meta {
      font-size: 14px; } }

.project-card {
  margin-bottom: 1.66667em; }
  .project-card__link, .project-card__view-all {
    border: 0;
    color: #52525b;
    display: block;
    overflow: hidden;
    position: relative; }
  .project-card__title {
    font-size: 1.33333em;
    margin: 0; }
    .project-card__title a {
      border: 0;
      color: inherit; }
  .project-card__subtitle {
    color: #a1a1aa;
    font-size: 0.88889em;
    line-height: 1.5;
    margin-top: 0.3125em; }
  .project-card__image {
    border: 0;
    display: block;
    margin-bottom: 0.83333em;
    position: relative;
    width: 100%; }
    .project-card__image:before {
      content: "";
      display: block;
      padding-top: 60%; }
    .project-card__image img {
      height: 100%;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%; }
  .project-card__button {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #775ce7 50%);
    background-color: transparent;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 204% 100%;
    border: 2px solid #775ce7;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0.9em 1em;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background-position .3s, color .3s;
    transition: background-position .3s, color .3s;
    z-index: 1; }
    .font-fraunces .project-card__button {
      font-weight: 500; }
  .project-card__view-all .project-card__image {
    opacity: .5; }
  .project-card__view-all:hover .project-card__button, .project-card__view-all:focus .project-card__button {
    color: #775ce7;
    background-position: left bottom; }

@media only screen and (min-width: 768px) {
  .portfolio-feed--tiles .project-card {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .portfolio-feed--mosaic .project-card {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%; }
    .portfolio-feed--mosaic .project-card:nth-child(4n+2), .portfolio-feed--mosaic .project-card:nth-child(4n+3) {
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%; }
      .portfolio-feed--mosaic .project-card:nth-child(4n+2) .project-card__image:before, .portfolio-feed--mosaic .project-card:nth-child(4n+3) .project-card__image:before {
        padding-top: calc(90% + 9px); }
  .project-card__image {
    margin: 0;
    -webkit-transition: .35s;
    transition: .35s; }
  .project-card__header {
    background-color: #fafafa;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    padding: 1.33333em;
    position: absolute;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    z-index: 1; }
  .project-card__link:hover .project-card__image, .project-card__link:focus .project-card__image {
    opacity: .5;
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  .project-card__link:hover .project-card__header, .project-card__link:focus .project-card__header {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.project {
  margin-bottom: 5em; }
  .project__header {
    margin-bottom: 2em; }
  .project__title {
    margin: 0; }
  .project__subtitle {
    color: #d4d4d8;
    font-size: 1.22222em;
    line-height: 1.4;
    margin-top: 0.5em; }

@media only screen and (min-width: 601px) {
  .project__header {
    margin-bottom: 2.5em; }
  .project__subtitle {
    font-size: 1.33333em; } }

.hero {
  margin-bottom: 3.33333em;
  padding-bottom: 1.66667em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  justify-content: flex-start; }
  .hero .container {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; }
  .hero.hero-full-center, .body-home .hero {
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important; }
    .hero.hero-full-center .container, .body-home .hero .container {
      align-items: center !important;
      justify-content: center !important; }
  .hero__title {
    font-size: 2.22222em; }
  .hero__body {
    font-size: 1.11111em;
    line-height: 1.5; }
  .hero__body:not(:first-child), .hero__actions:not(:first-child) {
    margin-top: 2.5em; }
  .hero__actions {
    font-size: 1.11111em; }
    .hero__actions .button {
      font-size: inherit; }

@media only screen and (min-width: 601px) {
  .hero {
    margin-bottom: 5em; }
    .hero__title {
      font-size: 2.66667em; }
    .hero__body {
      font-size: 1.33333em; } }

@media only screen and (min-width: 768px) {
  .hero__title {
    font-size: 3.33333em; } }

.section {
  margin-bottom: 3.33333em; }
  @media only screen and (min-width: 601px) {
    .section {
      margin-bottom: 5em; } }
  .section__bg {
    background-color: #fafafa;
    padding: 1.66667em; }
    @media only screen and (min-width: 601px) {
      .section__bg {
        padding: 2.5em; } }
  .section__title, .section__subtitle, .section__body {
    max-width: 780px; }
  .section__title {
    margin: 0; }
  .section__subtitle {
    color: #d4d4d8;
    font-size: 0.88889em;
    line-height: 1.5;
    margin: 0.5em 0 0; }
  .section__body:not(:first-child), .section__actions:not(:first-child) {
    margin-top: 1.66667em; }
  .section__image:not(:first-child) {
    margin-top: 2.5em; }
  .section .grid:not(:first-child) {
    margin-top: 2.5em; }
  .section .cell {
    margin-bottom: 1.66667em; }
  .section.section--header {
    margin-bottom: 2.5em; }
  .section--text {
    padding-bottom: 1.66667em; }
  @media only screen and (min-width: 768px) {
    .section--testimonials .cell, .section--form .cell {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  .section--form form {
    background: #fafafa;
    padding: 1.5em; }
  @media only screen and (min-width: 768px) {
    .section--form form {
      padding: 1.66667em; } }
  .section--cta .grid {
    -ms-flex-align: center;
    align-items: center; }
  .section--cta .button {
    font-size: inherit; }
  .section--cta .section__title {
    font-size: 2.22222em; }
  .section--cta .section__content, .section--cta .section__image {
    margin-bottom: 0.83333em;
    margin-top: 0.83333em; }
  .section--cta .section__image {
    text-align: center; }
  .section--cta .section__content:only-child {
    margin-left: auto;
    margin-right: auto;
    max-width: 780px;
    text-align: center; }
    .section--cta .section__content:only-child .button-group {
      -ms-flex-pack: center;
      justify-content: center; }
      .section--cta .section__content:only-child .button-group a {
        margin-left: 0.5em;
        margin-right: 0.5em; }
  @media only screen and (min-width: 601px) {
    .section--cta .section__title {
      font-size: 2.44444em; } }
  @media only screen and (min-width: 768px) {
    .section--cta .section__content {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      order: -1; }
    .section--cta .section__image {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
.site-footer {
  padding-bottom: 1.33333em;
  padding-top: 2.5em; }
  .site-footer a:not(.button) {
    border-bottom: 1px solid rgba(82, 82, 91, 0.4);
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .site-footer a:not(.button):hover, .site-footer a:not(.button):focus {
      opacity: .6; }
  .site-footer__info, .site-footer__social {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 1.25em; }
  .site-footer__info .site-footer__copyright,
  .site-footer__info > a {
    margin: 0 10px 0.25em 0; }
  .site-footer__social a {
    margin: 0 20px 0.25em 0; }
  .site-footer__social .button {
    font-size: inherit;
    padding: 0.275em 0.5em; }
  .site-footer__social .icon {
    font-size: 18px; }
  @media only screen and (min-width: 601px) {
    .site-footer__inside {
      -ms-flex-align: start;
      align-items: flex-start;
      display: -ms-flexbox;
      display: flex; }
    .site-footer__social {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin-left: auto; }
      .site-footer__social a {
        margin-left: 30px;
        margin-right: 0; } }
.palette-dark {
  background: #000000;
  color: #f4f4f5; }
  .palette-dark hr,
  .palette-dark th,
  .palette-dark td,
  .palette-dark input[type="text"],
  .palette-dark input[type="password"],
  .palette-dark input[type="email"],
  .palette-dark input[type="tel"],
  .palette-dark input[type="number"],
  .palette-dark input[type="search"],
  .palette-dark input[type="url"],
  .palette-dark select,
  .palette-dark textarea,
  .palette-dark .site-header,
  .palette-dark .site-footer {
    border-color: #3f3f46; }
  .palette-dark h1,
  .palette-dark h2,
  .palette-dark h3,
  .palette-dark h4,
  .palette-dark h5,
  .palette-dark h6,
  .palette-dark th,
  .palette-dark label,
  .palette-dark blockquote,
  .palette-dark .navbar__title {
    color: #fff; }
  .palette-dark .text-block pre,
  .palette-dark .section__bg,
  .palette-dark .section--form form {
    background: #1f1f23; }
  .palette-dark .button--icon,
  .palette-dark figcaption,
  .palette-dark caption,
  .palette-dark .card__subtitle,
  .palette-dark .testimonial__position,
  .palette-dark .post__subtitle,
  .palette-dark .post__meta,
  .palette-dark .post-card__meta,
  .palette-dark .project-card__subtitle,
  .palette-dark .project__subtitle,
  .palette-dark .section__subtitle {
    color: #a1a1aa; }
  .palette-dark .form-select-wrap:before {
    border-color: #a1a1aa; }
  .palette-dark .site-footer a:not(.button) {
    border-bottom-color: rgba(244, 244, 245, 0.4); }
  .palette-dark ::-webkit-input-placeholder {
    color: #71717a; }
  .palette-dark ::-moz-placeholder {
    color: #71717a;
    opacity: 1; }
  .palette-dark :-ms-input-placeholder {
    color: #71717a; }
  .palette-dark ::-ms-input-placeholder {
    color: #71717a; }
  .palette-dark ::placeholder {
    color: #71717a; }
  @media only screen and (min-width: 768px) {
    .palette-dark .project-card__header {
      background-color: #1f1f23; } }
  @media only screen and (max-width: 767px) {
    .palette-dark .site-header:after {
      background: rgba(0, 0, 0, 0.8); }
    .palette-dark .navbar__menu-container {
      background: #000000; } }
.accent-blue .button,
.accent-blue .line-top:before {
  border-color: #1a2a40; }

.accent-blue .button--primary,
.accent-blue .project-card__button {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #1a2a40 50%);
  border-color: #1a2a40; }

.accent-blue .button--primary:hover,
.accent-blue .button--primary:focus,
.accent-blue .button--primary:active,
.accent-blue .project-card__view-all:hover .project-card__button,
.accent-blue .project-card__view-all:focus .project-card__button,
.accent-blue .menu__item--current,
.accent-blue .menu a:not(.button):hover,
.accent-blue blockquote:before {
  color: #1a2a40; }

.accent-blue .form-group .animate-border {
  background: #1a2a40; }

.accent-blue .button-group a:not(.button),
.accent-blue .card__body a:not(.button),
.accent-blue .text-block a:not(.button) {
  border-bottom-color: rgba(26, 42, 64, 0.3);
  color: #1a2a40; }

.accent-green .button,
.accent-green .line-top:before {
  border-color: #10b981; }

.accent-green .button--primary,
.accent-green .project-card__button {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #10b981 50%);
  border-color: #10b981; }

.accent-green .button--primary:hover,
.accent-green .button--primary:focus,
.accent-green .button--primary:active,
.accent-green .project-card__view-all:hover .project-card__button,
.accent-green .project-card__view-all:focus .project-card__button,
.accent-green .menu__item--current,
.accent-green .menu a:not(.button):hover,
.accent-green blockquote:before {
  color: #10b981; }

.accent-green .form-group .animate-border {
  background: #10b981; }

.accent-green .button-group a:not(.button),
.accent-green .card__body a:not(.button),
.accent-green .text-block a:not(.button) {
  border-bottom-color: rgba(16, 185, 129, 0.3);
  color: #10b981; }

.accent-red .button,
.accent-red .line-top:before {
  border-color: #fa292a; }

.accent-red .button--primary,
.accent-red .project-card__button {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #fa292a 50%);
  border-color: #fa292a; }

.accent-red .button--primary:hover,
.accent-red .button--primary:focus,
.accent-red .button--primary:active,
.accent-red .project-card__view-all:hover .project-card__button,
.accent-red .project-card__view-all:focus .project-card__button,
.accent-red .menu__item--current,
.accent-red .menu a:not(.button):hover,
.accent-red blockquote:before {
  color: #fa292a; }

.accent-red .form-group .animate-border {
  background: #fa292a; }

.accent-red .button-group a:not(.button),
.accent-red .card__body a:not(.button),
.accent-red .text-block a:not(.button) {
  border-bottom-color: rgba(250, 41, 42, 0.3);
  color: #fa292a; }

.accent-violet .button,
.accent-violet .line-top:before {
  border-color: #775ce7; }

.accent-violet .button--primary,
.accent-violet .project-card__button {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #775ce7 50%);
  border-color: #775ce7; }

.accent-violet .button--primary:hover,
.accent-violet .button--primary:focus,
.accent-violet .button--primary:active,
.accent-violet .project-card__view-all:hover .project-card__button,
.accent-violet .project-card__view-all:focus .project-card__button,
.accent-violet .menu__item--current,
.accent-violet .menu a:not(.button):hover,
.accent-violet blockquote:before {
  color: #775ce7; }

.accent-violet .form-group .animate-border {
  background: #775ce7; }

.accent-violet .button-group a:not(.button),
.accent-violet .card__body a:not(.button),
.accent-violet .text-block a:not(.button) {
  border-bottom-color: rgba(119, 92, 231, 0.3);
  color: #775ce7; }

.accent-yellow .button,
.accent-yellow .line-top:before {
  border-color: #d3af37; }

.accent-yellow .button--primary,
.accent-yellow .project-card__button {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #d3af37 50%);
  border-color: #d3af37; }

.accent-yellow .button--primary:hover,
.accent-yellow .button--primary:focus,
.accent-yellow .button--primary:active,
.accent-yellow .project-card__view-all:hover .project-card__button,
.accent-yellow .project-card__view-all:focus .project-card__button,
.accent-yellow .menu__item--current,
.accent-yellow .menu a:not(.button):hover,
.accent-yellow blockquote:before {
  color: #d3af37; }

.accent-yellow .form-group .animate-border {
  background: #d3af37; }

.accent-yellow .button-group a:not(.button),
.accent-yellow .card__body a:not(.button),
.accent-yellow .text-block a:not(.button) {
  border-bottom-color: rgba(211, 175, 55, 0.3);
  color: #d3af37; }

body.has-theme-bar #site-wrap {
  top: 60px; }
  @media only screen and (max-width: 801px) {
    body.has-theme-bar #site-wrap {
      top: 60px; } }
body, input, button, select, textarea, .button, .newsletter-form, h1, h2, h3, h4, h5, h6, p, a, li, span, div {
  font-family: 'Fraunces', Georgia, serif !important; }

body, .palette-dark {
  background: #030008 !important; }

#site-wrap {
  position: relative;
  z-index: 2;
  background: transparent !important; }

.mesh-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: transparent !important;
  overflow: hidden;
  pointer-events: none; }
  .mesh-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.35' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    opacity: 0.022;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    pointer-events: none;
    z-index: 5; }

.mesh-ball {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
  transform-origin: center; }

.mesh-ball-1 {
  width: 55vw;
  height: 55vw;
  background: #542bff;
  top: -10%;
  left: -10%;
  animation: drift1 16s infinite alternate ease-in-out; }

.mesh-ball-2 {
  width: 65vw;
  height: 65vw;
  background: #6320d6;
  bottom: -20%;
  right: -10%;
  animation: drift2 20s infinite alternate ease-in-out; }

.mesh-ball-3 {
  width: 50vw;
  height: 50vw;
  background: #4322d6;
  top: 35%;
  left: 25%;
  animation: drift3 14s infinite alternate ease-in-out; }

.mesh-ball-4 {
  width: 45vw;
  height: 45vw;
  background: #ff8f00;
  top: 10%;
  right: -15%;
  opacity: 0.15;
  animation: drift4 22s infinite alternate ease-in-out; }

.mesh-ball-5 {
  width: 50vw;
  height: 50vw;
  background: #00e676;
  bottom: -10%;
  left: -15%;
  opacity: 0.12;
  animation: drift5 18s infinite alternate ease-in-out; }

@keyframes drift1 {
  0% {
    transform: translate(0, 0) scale(1); }
  50% {
    transform: translate(15vw, 12vh) scale(1.2); }
  100% {
    transform: translate(-10vw, 25vh) scale(0.9); } }

@keyframes drift2 {
  0% {
    transform: translate(0, 0) scale(1); }
  50% {
    transform: translate(-20vw, -15vh) scale(0.8); }
  100% {
    transform: translate(10vw, -8vh) scale(1.25); } }

@keyframes drift3 {
  0% {
    transform: translate(0, 0) scale(1); }
  50% {
    transform: translate(-12vw, 18vh) scale(1.3); }
  100% {
    transform: translate(15vw, -12vh) scale(0.85); } }

@keyframes drift4 {
  0% {
    transform: translate(0, 0) scale(1); }
  50% {
    transform: translate(25vw, -10vh) scale(1.15); }
  100% {
    transform: translate(-15vw, -20vh) scale(0.9); } }

@keyframes drift5 {
  0% {
    transform: translate(0, 0) scale(1); }
  50% {
    transform: translate(-10vw, 25vh) scale(1.2); }
  100% {
    transform: translate(20vw, -15vh) scale(0.8); } }

.body-home {
  overflow: hidden;
  height: 100vh; }
  @media only screen and (max-width: 768px) {
    .body-home {
      overflow: auto;
      height: auto; } }
  .body-home .site {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .body-home .site {
        height: auto; } }
  .body-home .site-header {
    margin-bottom: 2.5rem !important;
    padding-bottom: 1em;
    padding-top: 1.5em;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .body-home .site-header {
        margin-bottom: 3.5rem !important;
        padding-top: 1.25em;
        padding-bottom: 0.5em; } }
  .body-home .site-footer {
    margin-top: 0 !important;
    padding-top: 1em;
    padding-bottom: 1em;
    z-index: 10; }
  .body-home .site-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    flex-grow: 1;
    width: 100%;
    padding: 0;
    overflow: hidden; }
  .body-home .hero-full-center {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important; }
    .body-home .hero-full-center .container {
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      justify-content: center !important;
      text-align: center !important;
      max-width: 900px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
      box-sizing: border-box !important; }

.hero-full-center .hero__title {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 0.5em; }
  @media only screen and (max-width: 768px) {
    .hero-full-center .hero__title {
      font-size: 2.2rem; } }
.hero-full-center .hero__body {
  font-size: 1.35rem;
  max-width: 700px;
  margin-top: 1em !important;
  line-height: 1.6; }
  @media only screen and (max-width: 768px) {
    .hero-full-center .hero__body {
      font-size: 1.1rem; } }
.hero-full-center .hero__actions {
  margin-top: 2em !important; }

html {
  scroll-behavior: smooth; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.section--header, .hero, .post-card, .project-card, .grid__item, .section--cta, .manifesto-formula-box {
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) both; }

.post-card:nth-child(1), .project-card:nth-child(1) {
  animation-delay: 0.1s; }

.post-card:nth-child(2), .project-card:nth-child(2) {
  animation-delay: 0.2s; }

.post-card:nth-child(3), .project-card:nth-child(3) {
  animation-delay: 0.3s; }

.post-card:nth-child(4), .project-card:nth-child(4) {
  animation-delay: 0.4s; }

.post-card, .project-card, .card, .section--form form {
  background: rgba(255, 255, 255, 0.03) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px;
  padding: 1.5em;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important; }
  .post-card:hover, .project-card:hover, .card:hover, .section--form form:hover {
    border-color: rgba(99, 32, 214, 0.4) !important;
    box-shadow: 0 20px 40px -15px rgba(84, 43, 255, 0.25), 0 0 1px 1px rgba(84, 43, 255, 0.15) inset;
    transform: translateY(-6px) scale(1.015);
    background: rgba(255, 255, 255, 0.05) !important; }
  .post-card:active, .project-card:active, .card:active, .section--form form:active {
    transform: translateY(-2px) scale(0.99);
    transition: all 0.1s ease !important; }

.post-card__image, .project-card__image {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  margin-bottom: 1em; }
  .post-card__image img, .project-card__image img {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
  .post-card__image:hover img, .project-card__image:hover img {
    transform: scale(1.06); }

.button, button[type="submit"] {
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important; }
  .button:hover, button[type="submit"]:hover {
    transform: translateY(-2px) scale(1.04) !important;
    box-shadow: 0 8px 20px rgba(84, 43, 255, 0.35) !important; }
  .button:active, button[type="submit"]:active {
    transform: translateY(1px) scale(0.97) !important;
    transition: all 0.1s ease !important; }

.navbar__menu a, .menu__item a {
  position: relative;
  transition: color 0.3s ease; }
  .navbar__menu a::after, .menu__item a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #542bff;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
  .navbar__menu a:hover, .menu__item a:hover {
    color: #542bff !important; }
    .navbar__menu a:hover::after, .menu__item a:hover::after {
      transform: scaleX(1);
      transform-origin: bottom left; }

.menu__item--dropdown {
  position: relative; }
  .menu__item--dropdown .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer; }
    .menu__item--dropdown .dropdown-toggle::after {
      content: "▾" !important;
      font-size: 0.8em !important;
      transition: transform 0.2s ease !important;
      border: none !important;
      position: static !important;
      transform: none !important;
      transform-origin: center !important;
      width: auto !important;
      height: auto !important;
      background-color: transparent !important;
      display: inline-block !important; }
  @media only screen and (min-width: 769px) {
    .menu__item--dropdown:hover .dropdown-toggle::after {
      transform: rotate(180deg) !important; }
    .menu__item--dropdown:hover .dropdown-menu {
      opacity: 1 !important;
      visibility: visible !important;
      transform: translateX(-50%) translateY(0) !important; } }
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px) !important;
  background: rgba(10, 6, 18, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 8px !important;
  min-width: 170px !important;
  padding: 0.5em 0 !important;
  margin: 0 !important;
  list-style: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(15px) !important;
  -webkit-backdrop-filter: blur(15px) !important;
  z-index: 1000 !important; }
  .dropdown-menu .dropdown-menu__item {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    border: none !important; }
    .dropdown-menu .dropdown-menu__item::after {
      display: none !important; }
  .dropdown-menu .dropdown-menu__link {
    display: block !important;
    padding: 0.7em 1.5em !important;
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    border: none !important;
    text-align: center !important;
    width: 100% !important;
    box-sizing: border-box !important; }
    .dropdown-menu .dropdown-menu__link::after {
      display: none !important; }
    .dropdown-menu .dropdown-menu__link:hover {
      color: #ffffff !important;
      background: rgba(84, 43, 255, 0.2) !important; }
  .dropdown-menu .dropdown-menu__item--current .dropdown-menu__link {
    color: #ffffff !important;
    font-weight: 700 !important;
    background: rgba(84, 43, 255, 0.15) !important; }

@media only screen and (max-width: 768px) {
  .menu__item--dropdown {
    width: 100% !important;
    display: block !important;
    text-align: left !important;
    margin-bottom: 0.5em !important; }
    .menu__item--dropdown .dropdown-toggle {
      font-size: 2rem !important; } }
    @media only screen and (max-width: 768px) and (max-width: 480px) {
      .menu__item--dropdown .dropdown-toggle {
        font-size: 1.5rem !important; } }
@media only screen and (max-width: 768px) {
    .menu__item--dropdown .dropdown-menu {
      position: static !important;
      transform: none !important;
      width: 100% !important;
      opacity: 1 !important;
      visibility: visible !important;
      background: transparent !important;
      border: none !important;
      box-shadow: none !important;
      padding: 0 !important;
      max-height: 0 !important;
      overflow: hidden !important;
      transition: max-height 0.3s ease-out !important;
      backdrop-filter: none !important;
      -webkit-backdrop-filter: none !important; }
    .menu__item--dropdown .dropdown-menu__item {
      text-align: left !important; }
    .menu__item--dropdown .dropdown-menu__link {
      text-align: left !important;
      padding: 0.5em 0 0.5em 2rem !important;
      font-size: 1.5rem !important; } }
    @media only screen and (max-width: 768px) and (max-width: 480px) {
      .menu__item--dropdown .dropdown-menu__link {
        font-size: 1.25rem !important; } }
@media only screen and (max-width: 768px) {
    .menu__item--dropdown.is-active .dropdown-toggle::after {
      transform: rotate(180deg) !important; }
    .menu__item--dropdown.is-active .dropdown-menu {
      max-height: 350px !important;
      margin-top: 0.5em !important; } }

.section__bg {
  border-radius: 12px;
  overflow: hidden;
  padding: 2.5em;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
  .section__bg.bg-dark, .section__bg.bg-translucent {
    background: rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important; }
    .section__bg.bg-dark:hover, .section__bg.bg-translucent:hover {
      border-color: rgba(99, 32, 214, 0.3) !important;
      box-shadow: 0 15px 35px -10px rgba(84, 43, 255, 0.15); }
  .section__bg.bg-black {
    background: #000000 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important; }
  .section__bg.bg-accent {
    background: linear-gradient(135deg, rgba(84, 43, 255, 0.12), rgba(99, 32, 214, 0.12)) !important;
    border: 1px solid rgba(84, 43, 255, 0.35) !important;
    box-shadow: 0 0 35px -10px rgba(84, 43, 255, 0.2); }

.manifesto-formula-box {
  background: rgba(255, 255, 255, 0.02) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 16px;
  padding: 3em 2em;
  margin: 3em auto;
  max-width: 850px;
  text-align: center; }
  .manifesto-formula-box h3 {
    font-size: 2.2rem;
    margin-bottom: 0.75em;
    color: #ffffff; }
  .manifesto-formula-box .formula-text {
    font-size: 1.15rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 2em;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1.5em; }
  .manifesto-formula-box .formula-diagram {
    display: flex;
    justify-content: center;
    background: transparent; }
    .manifesto-formula-box .formula-diagram pre {
      background: transparent !important;
      padding: 0;
      margin: 0; }

.published::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #542bff;
  margin-right: 8px;
  box-shadow: 0 0 8px #542bff;
  animation: pulseActive 2s infinite;
  vertical-align: middle; }

@keyframes pulseActive {
  0% {
    transform: scale(0.9);
    opacity: 0.6; }
  50% {
    transform: scale(1.15);
    opacity: 1;
    box-shadow: 0 0 12px #542bff, 0 0 4px #542bff; }
  100% {
    transform: scale(0.9);
    opacity: 0.6; } }

.newsletter-signup {
  max-width: 600px;
  margin: 3em auto 2.5em auto;
  text-align: center;
  padding: 2em;
  background: rgba(255, 255, 255, 0.02) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 16px; }
  .newsletter-signup__title {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 0.35em;
    color: #ffffff; }
  .newsletter-signup__subtitle {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1.5em;
    line-height: 1.5; }

.newsletter-form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }
  .newsletter-form__group {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    padding: 4px;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
    .newsletter-form__group:focus-within {
      border-color: rgba(84, 43, 255, 0.5);
      box-shadow: 0 0 15px rgba(84, 43, 255, 0.2); }
  .newsletter-form__input {
    flex-grow: 1;
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    padding: 0.75em 1.5em !important;
    font-size: 0.95rem !important;
    outline: none !important;
    width: 100%; }
    .newsletter-form__input::placeholder {
      color: rgba(255, 255, 255, 0.4); }
  .newsletter-form__button {
    background: #542bff !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 0.75em 1.75em !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    margin: 0 !important; }
    .newsletter-form__button:hover {
      background: #6320d6 !important;
      transform: scale(1.02) !important;
      box-shadow: 0 4px 15px rgba(84, 43, 255, 0.4) !important; }
    .newsletter-form__button:active {
      transform: scale(0.97) !important; }
  @media only screen and (max-width: 480px) {
    .newsletter-form__group {
      flex-direction: column !important;
      border-radius: 12px !important;
      padding: 8px !important;
      gap: 8px !important; }
    .newsletter-form__input {
      text-align: center !important;
      padding: 0.6em 1em !important; }
    .newsletter-form__button {
      width: 100% !important;
      justify-content: center !important;
      border-radius: 8px !important; } }
.post__toc {
  background: rgba(255, 255, 255, 0.02) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 8px;
  padding: 1.25em 1.5em;
  margin-bottom: 2.5em; }
  .post__toc-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.75em;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 0.5em; }
  .post__toc nav ul {
    list-style: none;
    padding-left: 0;
    margin: 0; }
    .post__toc nav ul li {
      margin-bottom: 0.5em;
      font-size: 0.95rem;
      line-height: 1.4; }
      .post__toc nav ul li a {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
        transition: color 0.2s ease; }
        .post__toc nav ul li a:hover {
          color: #542bff; }
      .post__toc nav ul li ul {
        padding-left: 1.25em;
        margin-top: 0.5em; }

.taxonomy-pill {
  display: inline-block;
  padding: 0.25em 0.75em;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 6px;
  margin-bottom: 6px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none; }
  .taxonomy-pill--category {
    background: rgba(84, 43, 255, 0.15);
    color: #542bff;
    border: 1px solid rgba(84, 43, 255, 0.3); }
    .taxonomy-pill--category:hover {
      background: rgba(84, 43, 255, 0.25);
      transform: translateY(-1px); }
  .taxonomy-pill--tag {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.1); }
    .taxonomy-pill--tag:hover {
      background: rgba(255, 255, 255, 0.1);
      color: #ffffff;
      transform: translateY(-1px); }

.post__meta-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  vertical-align: middle; }

.post__meta-taxonomies {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.post__meta-header {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.5em; }
  .post__meta-header time {
    font-weight: 500; }

.post__read-time {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.5); }

.post__syndicated-meta {
  margin-top: 3em;
  padding-top: 1.5em;
  border-top: 1px solid rgba(255, 255, 255, 0.08); }

.form-group {
  margin-bottom: 1.5em; }
  .form-group label {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.5em;
    display: block; }
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="url"],
  .form-group input[type="tel"],
  .form-group input[type="number"],
  .form-group input[type="password"],
  .form-group select,
  .form-group textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    padding: 0.85em 1.25em !important;
    font-size: 0.95rem !important;
    outline: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-sizing: border-box; }
    .form-group input[type="text"]:focus,
    .form-group input[type="email"]:focus,
    .form-group input[type="url"]:focus,
    .form-group input[type="tel"]:focus,
    .form-group input[type="number"]:focus,
    .form-group input[type="password"]:focus,
    .form-group select:focus,
    .form-group textarea:focus {
      border-color: rgba(84, 43, 255, 0.5) !important;
      background: rgba(255, 255, 255, 0.04) !important;
      box-shadow: 0 0 15px rgba(84, 43, 255, 0.15) !important; }
  .form-group input::placeholder,
  .form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.35) !important; }

.mesh-star {
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2; }

.mesh-star-1 {
  width: 2px;
  height: 2px;
  top: 18%;
  left: 22%;
  animation: twinkleMove1 7s infinite ease-in-out; }

.mesh-star-2 {
  width: 3px;
  height: 3px;
  top: 32%;
  right: 28%;
  animation: twinkleMove2 9s infinite ease-in-out 1.5s; }

.mesh-star-3 {
  width: 2px;
  height: 2px;
  bottom: 28%;
  left: 17%;
  animation: twinkleMove3 6s infinite ease-in-out 0.8s; }

.mesh-star-4 {
  width: 2px;
  height: 2px;
  top: 58%;
  right: 18%;
  animation: twinkleMove4 8s infinite ease-in-out 2.5s; }

.mesh-star-5 {
  width: 3px;
  height: 3px;
  bottom: 12%;
  right: 48%;
  animation: twinkleMove5 7.5s infinite ease-in-out 1.2s; }

.mesh-star-6 {
  width: 2px;
  height: 2px;
  top: 45%;
  left: 40%;
  animation: twinkleMove6 10s infinite ease-in-out 3.1s; }

.mesh-star-7 {
  width: 3px;
  height: 3px;
  bottom: 40%;
  right: 20%;
  animation: twinkleMove7 8.5s infinite ease-in-out 1.9s; }

@keyframes twinkleMove1 {
  0%, 100% {
    transform: translate(0, 0) scale(0.8);
    opacity: 0.15; }
  50% {
    transform: translate(4vw, -2vh) scale(1.25);
    opacity: 0.75;
    box-shadow: 0 0 6px #ffffff, 0 0 12px rgba(255, 255, 255, 0.7); } }

@keyframes twinkleMove2 {
  0%, 100% {
    transform: translate(0, 0) scale(0.8);
    opacity: 0.2; }
  50% {
    transform: translate(-3vw, 3vh) scale(1.15);
    opacity: 0.85;
    box-shadow: 0 0 6px #ffffff, 0 0 12px rgba(255, 255, 255, 0.8); } }

@keyframes twinkleMove3 {
  0%, 100% {
    transform: translate(0, 0) scale(0.8);
    opacity: 0.15; }
  50% {
    transform: translate(2vw, 4vh) scale(1.3);
    opacity: 0.7;
    box-shadow: 0 0 5px #ffffff, 0 0 10px rgba(255, 255, 255, 0.6); } }

@keyframes twinkleMove4 {
  0%, 100% {
    transform: translate(0, 0) scale(0.8);
    opacity: 0.1; }
  50% {
    transform: translate(-4vw, -3vh) scale(1.2);
    opacity: 0.75;
    box-shadow: 0 0 6px #ffffff, 0 0 12px rgba(255, 255, 255, 0.7); } }

@keyframes twinkleMove5 {
  0%, 100% {
    transform: translate(0, 0) scale(0.7);
    opacity: 0.25; }
  50% {
    transform: translate(3vw, -4vh) scale(1.2);
    opacity: 0.85;
    box-shadow: 0 0 6px #ffffff, 0 0 12px rgba(255, 255, 255, 0.8); } }

@keyframes twinkleMove6 {
  0%, 100% {
    transform: translate(0, 0) scale(0.8);
    opacity: 0.1; }
  50% {
    transform: translate(5vw, 3vh) scale(1.25);
    opacity: 0.65;
    box-shadow: 0 0 5px #ffffff, 0 0 10px rgba(255, 255, 255, 0.6); } }

@keyframes twinkleMove7 {
  0%, 100% {
    transform: translate(0, 0) scale(0.7);
    opacity: 0.2; }
  50% {
    transform: translate(-3vw, -3vh) scale(1.3);
    opacity: 0.8;
    box-shadow: 0 0 6px #ffffff, 0 0 12px rgba(255, 255, 255, 0.7); } }

.newsletter-form--minimal {
  max-width: 440px;
  width: 100%;
  margin: 2.2em auto 0 auto;
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.5s; }
  .newsletter-form--minimal .newsletter-form__group {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    padding: 3px !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 50px !important;
    box-sizing: border-box !important; }
    .newsletter-form--minimal .newsletter-form__group:focus-within {
      border-color: rgba(84, 43, 255, 0.4) !important;
      box-shadow: 0 0 12px rgba(84, 43, 255, 0.15) !important; }
  .newsletter-form--minimal .newsletter-form__input {
    font-size: 0.9rem !important;
    padding: 0.65em 1.25em !important;
    background: transparent !important;
    border: none !important;
    box-sizing: border-box !important;
    flex-grow: 1 !important; }
  .newsletter-form--minimal .newsletter-form__button {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 50% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #542bff !important;
    color: #ffffff !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important; }
    .newsletter-form--minimal .newsletter-form__button svg {
      width: 16px !important;
      height: 16px !important;
      stroke: currentColor !important;
      display: block !important; }
    .newsletter-form--minimal .newsletter-form__button:hover {
      background: #6320d6 !important;
      transform: scale(1.05) !important;
      box-shadow: 0 4px 15px rgba(84, 43, 255, 0.4) !important; }
  @media only screen and (max-width: 480px) {
    .newsletter-form--minimal .newsletter-form__group {
      flex-direction: row !important;
      border-radius: 50px !important;
      padding: 3px !important;
      gap: 0 !important;
      width: 100% !important; }
    .newsletter-form--minimal .newsletter-form__input {
      text-align: left !important;
      padding: 0.6em 1em !important;
      font-size: 0.85rem !important; }
    .newsletter-form--minimal .newsletter-form__button {
      width: 34px !important;
      height: 34px !important;
      min-width: 34px !important;
      border-radius: 50% !important; }
      .newsletter-form--minimal .newsletter-form__button svg {
        width: 14px !important;
        height: 14px !important; } }
.manifesto-formula-box {
  max-width: 960px !important;
  width: 100% !important;
  margin: 2.5em auto !important;
  text-align: center !important;
  padding: 0 1.25rem !important;
  box-sizing: border-box !important; }
  .manifesto-formula-box h3 {
    font-size: 1.6rem !important;
    margin-bottom: 0.75em !important; }
  .manifesto-formula-box .formula-text {
    font-size: 1.15rem !important;
    line-height: 1.5 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    margin-bottom: 1.5em !important;
    word-break: break-word !important; }
  .manifesto-formula-box .formula-description {
    max-width: 750px !important;
    margin: 0 auto 1.5em auto !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.65) !important; }
  .manifesto-formula-box .formula-diagram {
    width: 100% !important;
    max-width: 900px !important;
    margin: 2.5em auto 0 auto !important;
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0.01) !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
    border-radius: 8px !important;
    padding: 2em 1em !important;
    box-sizing: border-box;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch; }
    .manifesto-formula-box .formula-diagram pre {
      background: transparent !important;
      border: none !important;
      padding: 0 !important;
      margin: 0 !important;
      width: 100% !important; }
      @media only screen and (max-width: 768px) {
        .manifesto-formula-box .formula-diagram pre {
          min-width: 600px !important; } }
details.expandable-card {
  background: rgba(255, 255, 255, 0.015) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 8px !important;
  margin-bottom: 1em !important;
  padding: 1em 1.25em !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-sizing: border-box !important;
  width: 100% !important; }
  details.expandable-card[open] {
    background: rgba(255, 255, 255, 0.03) !important;
    border-color: rgba(84, 43, 255, 0.3) !important;
    box-shadow: 0 4px 20px rgba(84, 43, 255, 0.05) !important; }
    details.expandable-card[open] summary::after {
      transform: rotate(45deg) !important;
      color: #542bff !important; }
  details.expandable-card summary {
    list-style: none !important;
    outline: none !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    color: #ffffff !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    user-select: none !important; }
    details.expandable-card summary::-webkit-details-marker {
      display: none !important; }
    details.expandable-card summary::after {
      content: "+" !important;
      font-size: 1.4rem !important;
      line-height: 1 !important;
      color: rgba(255, 255, 255, 0.6) !important;
      transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s !important;
      display: inline-block !important; }
    details.expandable-card summary:hover {
      color: rgba(84, 43, 255, 0.9) !important; }
      details.expandable-card summary:hover::after {
        color: rgba(84, 43, 255, 0.9) !important; }
  details.expandable-card .details-content {
    margin-top: 0.75em !important;
    color: rgba(255, 255, 255, 0.7) !important;
    line-height: 1.6 !important;
    font-size: 0.95rem !important;
    animation: detailsFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) both; }

@keyframes detailsFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.pathway-grid {
  margin: 2.5em 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1.5rem !important; }
  @media only screen and (max-width: 768px) {
    .pathway-grid {
      grid-template-columns: 1fr !important;
      gap: 1rem !important; } }
.pathway-card {
  background: rgba(255, 255, 255, 0.012) !important;
  border: 1px solid rgba(255, 255, 255, 0.04) !important;
  padding: 1.75em !important;
  border-radius: 8px !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: flex-start !important; }
  .pathway-card:hover {
    background: rgba(255, 255, 255, 0.025) !important;
    border-color: rgba(84, 43, 255, 0.25) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2) !important; }
    .pathway-card:hover h3 {
      color: #542bff !important; }
  .pathway-card h3 {
    margin-top: 0 !important;
    margin-bottom: 0.5em !important;
    color: #ffffff !important;
    font-size: 1.25rem !important;
    transition: color 0.25s ease !important; }
  .pathway-card p {
    font-size: 0.9rem !important;
    color: rgba(255, 255, 255, 0.65) !important;
    line-height: 1.55 !important;
    margin-bottom: 1.5em !important;
    flex-grow: 1 !important; }
  .pathway-card .button {
    margin-top: auto !important; }

/* Shameless Plug Card */
.plug-card:hover {
  background: rgba(255, 255, 255, 0.035) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3); }
  .plug-card:hover .plug-card__title {
    color: var(--color-accent, #7c3aed) !important; }

@media (max-width: 576px) {
  .plug-card {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important; }
    .plug-card .plug-card__image-container {
      width: 100% !important;
      height: 140px !important; } }
