/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 * Anything that pops: a drop-down, a popover, a panel that is there before it is
 * wanted. One pair of mixins for the whole theme, so a country list and a menu
 * arrive and leave the same way.
 *
 *   .panel          { @include popover; }
 *   .is-open .panel { @include popover-open; }
 *
 * Three decisions worth knowing before overriding any of it:
 *
 * `visibility` carries the exit. It is what keeps a closed panel out of the tab
 * order, and transitioning it means the panel stays on screen until the fade has
 * finished instead of vanishing on the first frame. `display: none` cannot do
 * that without `transition-behavior: allow-discrete`, which the W3C validator
 * still reports as an error.
 *
 * Leaving is quicker than arriving. The exit duration lives on the closed state
 * and the open state overrides it — a transition is read from the state being
 * moved *to*, so this is what makes the two directions differ without a second
 * selector.
 *
 * Only opacity and transform move, so neither direction costs layout.
 */
@font-face {
  font-family: Fraunces;
  src: url(/wp-content/themes/goodface/assets/fonts/fraunces-600.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Fraunces;
  src: url(/wp-content/themes/goodface/assets/fonts/fraunces-500-italic.woff2) format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url(/wp-content/themes/goodface/assets/fonts/public-sans-400.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url(/wp-content/themes/goodface/assets/fonts/public-sans-600.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url(/wp-content/themes/goodface/assets/fonts/public-sans-700.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url(/wp-content/themes/goodface/assets/fonts/ibm-plex-mono-400.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url(/wp-content/themes/goodface/assets/fonts/ibm-plex-mono-500.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url(/wp-content/themes/goodface/assets/fonts/ibm-plex-mono-600.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-bg: #12151a;
  --color-surface: #191d25;
  --color-surface-2: #20242e;
  --color-text: #ece6d8;
  --color-muted: #9b9484;
  --color-accent: #b8863a;
  --color-accent-dark: #9c7130;
  --color-accent-bright: #e0ac5e;
  --color-on-accent: #171208;
  --color-border: #2c303c;
  --color-paper: #f6f1e6;
  --color-paper-alt: #ece4d2;
  --color-paper-text: #221c14;
  --color-paper-muted: #6b5f4e;
  --color-paper-border: #d8cfba;
  --color-correction: #c1453b;
  --color-confirm: #5a8768;
  --radius-sm: 3px;
  --radius-md: 6px;
  --radius-lg: 16px;
  --shadow-md: 0 20px 45px -18px rgb(0 0 0 / 60%);
  --shadow-lg: 0 40px 80px -30px rgb(0 0 0 / 65%);
  --header-height: 76px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  font-size: 16px;
}
@media (min-width: 1280px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1536px) {
  html {
    font-size: 18px;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 2rem);
}

body {
  min-height: 100vh;
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: "Public Sans", -apple-system, "Segoe UI", helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
h1,
h2,
h3,
h4 {
  font-family: fraunces, georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.15;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2rem, 3vw + 1.1rem, 3.5rem);
}

h2 {
  font-size: clamp(1.5rem, 2vw + 0.9rem, 2.5rem);
}

h3 {
  font-size: clamp(1.25rem, 1vw + 0.95rem, 1.75rem);
}

p,
li {
  text-wrap: pretty;
}

p + p {
  margin-top: 1rem;
}

strong {
  font-weight: 600;
}

.entry__content > * + * {
  margin-top: 1.5rem;
}
.entry__content ul,
.entry__content ol {
  padding-left: 1.5rem;
  list-style: revert;
}
.entry__content a:not(.button) {
  color: var(--color-accent);
}
.entry__content blockquote {
  padding-left: 1.5rem;
  border-left: 3px solid var(--color-accent);
  font-size: 1.125em;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 400;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 1rem 1.5rem;
  background: var(--color-bg);
  color: var(--color-text);
  clip-path: none;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.container--narrow {
  width: 100%;
  max-width: 768px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.site-header {
  z-index: 200;
  background: var(--color-bg);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 200ms linear;
}
.site-header.is-scrolled {
  box-shadow: var(--shadow-md);
}

.site-header--sticky {
  position: sticky;
  top: 0;
}
.site-header--sticky.is-hidden {
  transform: translateY(-100%);
}

@media (max-width: 767.98px) {
  .site-header__cta {
    display: none;
  }
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: var(--header-height);
}

.branding__logo {
  width: auto;
  max-height: 2.5rem;
}

.branding__title {
  font-weight: 700;
  font-size: 1.25rem;
}

@media (max-width: 1023.98px) {
  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 0;
    display: grid;
    place-items: center;
    background: var(--color-bg);
    translate: 100% 0;
    visibility: hidden;
    transition: translate 320ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .is-menu-open .site-nav {
    translate: 0 0;
    visibility: visible;
  }
}

.site-footer {
  margin-top: 5rem;
  padding-block: 4rem;
  background: var(--color-surface);
}

.site-footer__inner {
  display: grid;
  gap: 2.5rem;
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid var(--color-border);
  color: var(--color-muted);
  font-size: 0.875rem;
}

.posts-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  margin-block: 3rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: var(--radius-md);
  background: var(--color-accent);
  color: var(--color-on-accent);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 200ms cubic-bezier(0.22, 1, 0.36, 1), transform 200ms cubic-bezier(0.22, 1, 0.36, 1);
}
.button:hover {
  background: var(--color-accent-dark);
}
.button:active {
  transform: translateY(1px);
}

.button--primary {
  background: var(--color-accent);
  color: var(--color-on-accent);
}

.button--secondary {
  border: 1px solid var(--color-text);
  background: transparent;
  color: var(--color-text);
}
.button--secondary:hover {
  background: var(--color-text);
  color: var(--color-bg);
}

.icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  color: currentcolor;
  vertical-align: middle;
}

.icon--lg {
  width: 2.5rem;
  height: 2.5rem;
}

.menu {
  display: flex;
  gap: 2rem;
}
@media (max-width: 1023.98px) {
  .menu {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    font-size: 1.5rem;
  }
}

.menu__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.menu__link {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.22, 1, 0.36, 1);
}
.menu__link:is(span) {
  cursor: default;
}
.menu__link:hover {
  color: var(--color-accent);
}
.is-current > .menu__link, .is-current-parent > .menu__link {
  color: var(--color-accent);
}

.menu__icon {
  width: 1em;
  height: 1em;
  align-self: center;
}

.menu__desc {
  display: none;
  color: var(--color-muted);
  font-size: 0.8125rem;
}
.menu__sub .menu__desc {
  display: block;
}

.menu__toggle {
  display: inline-flex;
  padding: 0.5rem;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}
.menu__toggle:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.menu__toggle-icon {
  width: 0.75rem;
  height: 0.75rem;
  transition: rotate 200ms cubic-bezier(0.22, 1, 0.36, 1);
}
.is-open > .menu__toggle .menu__toggle-icon {
  rotate: 180deg;
}

@media (min-width: 1024px) {
  .menu__sub {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    display: grid;
    gap: 1rem;
    min-width: 13.75rem;
    padding: 1.5rem;
    border-radius: var(--radius-md);
    background: var(--color-bg);
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    translate: 0 0.5rem;
    pointer-events: none;
    transition: opacity 200ms cubic-bezier(0.22, 1, 0.36, 1), translate 200ms cubic-bezier(0.22, 1, 0.36, 1), visibility 200ms;
  }
}
@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .menu__sub {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .menu__sub > li {
    opacity: 0;
    translate: 0 0.375rem;
    transition: opacity 200ms cubic-bezier(0.22, 1, 0.36, 1), translate 200ms cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media (max-width: 1023.98px) {
  .menu__sub {
    display: grid;
    gap: 1rem;
    width: 100%;
    padding-left: 1.5rem;
    text-align: center;
  }
  .has-menu-js .menu__sub {
    height: 0;
    overflow: hidden;
  }
}

@media (min-width: 1024px) {
  .has-children:hover > .menu__sub,
  .has-children:focus-within > .menu__sub,
  .has-children.is-open > .menu__sub {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
    pointer-events: auto;
    transition-duration: 320ms;
  }
}
@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .has-children:hover > .menu__sub,
  .has-children:focus-within > .menu__sub,
  .has-children.is-open > .menu__sub {
    transition: none;
  }
}
@media (min-width: 1024px) {
  .has-children:hover > .menu__sub > li,
  .has-children:focus-within > .menu__sub > li,
  .has-children.is-open > .menu__sub > li {
    opacity: 1;
    translate: 0 0;
  }
  .has-children:hover > .menu__sub > li:nth-child(1),
  .has-children:focus-within > .menu__sub > li:nth-child(1),
  .has-children.is-open > .menu__sub > li:nth-child(1) {
    transition-delay: 0ms;
  }
  .has-children:hover > .menu__sub > li:nth-child(2),
  .has-children:focus-within > .menu__sub > li:nth-child(2),
  .has-children.is-open > .menu__sub > li:nth-child(2) {
    transition-delay: 35ms;
  }
  .has-children:hover > .menu__sub > li:nth-child(3),
  .has-children:focus-within > .menu__sub > li:nth-child(3),
  .has-children.is-open > .menu__sub > li:nth-child(3) {
    transition-delay: 70ms;
  }
  .has-children:hover > .menu__sub > li:nth-child(4),
  .has-children:focus-within > .menu__sub > li:nth-child(4),
  .has-children.is-open > .menu__sub > li:nth-child(4) {
    transition-delay: 105ms;
  }
  .has-children:hover > .menu__sub > li:nth-child(5),
  .has-children:focus-within > .menu__sub > li:nth-child(5),
  .has-children.is-open > .menu__sub > li:nth-child(5) {
    transition-delay: 140ms;
  }
  .has-children:hover > .menu__sub > li:nth-child(6),
  .has-children:focus-within > .menu__sub > li:nth-child(6),
  .has-children.is-open > .menu__sub > li:nth-child(6) {
    transition-delay: 175ms;
  }
  .has-children:hover > .menu__sub > li:nth-child(7),
  .has-children:focus-within > .menu__sub > li:nth-child(7),
  .has-children.is-open > .menu__sub > li:nth-child(7) {
    transition-delay: 210ms;
  }
  .has-children:hover > .menu__sub > li:nth-child(8),
  .has-children:focus-within > .menu__sub > li:nth-child(8),
  .has-children.is-open > .menu__sub > li:nth-child(8) {
    transition-delay: 245ms;
  }
}

@media (max-width: 1023.98px) {
  .site-nav .menu--primary > li {
    opacity: 0;
    translate: 0 0.75rem;
    transition: opacity 200ms cubic-bezier(0.22, 1, 0.36, 1), translate 200ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .is-menu-open .site-nav .menu--primary > li {
    opacity: 1;
    translate: 0 0;
  }
  .is-menu-open .site-nav .menu--primary > li:nth-child(1) {
    transition-delay: 80ms;
  }
  .is-menu-open .site-nav .menu--primary > li:nth-child(2) {
    transition-delay: 115ms;
  }
  .is-menu-open .site-nav .menu--primary > li:nth-child(3) {
    transition-delay: 150ms;
  }
  .is-menu-open .site-nav .menu--primary > li:nth-child(4) {
    transition-delay: 185ms;
  }
  .is-menu-open .site-nav .menu--primary > li:nth-child(5) {
    transition-delay: 220ms;
  }
  .is-menu-open .site-nav .menu--primary > li:nth-child(6) {
    transition-delay: 255ms;
  }
  .is-menu-open .site-nav .menu--primary > li:nth-child(7) {
    transition-delay: 290ms;
  }
  .is-menu-open .site-nav .menu--primary > li:nth-child(8) {
    transition-delay: 325ms;
  }
}
@media (prefers-reduced-motion: reduce) {
  .menu__link,
  .menu__toggle-icon,
  .menu__sub,
  .menu__sub > li,
  .site-nav .menu--primary > li {
    transition: none;
    translate: none;
  }
}
.burger {
  position: relative;
  width: 2rem;
  height: 2rem;
}
@media (min-width: 1024px) {
  .burger {
    display: none;
  }
}

.burger__line,
.burger__line::before,
.burger__line::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: currentcolor;
  transition: transform 200ms cubic-bezier(0.22, 1, 0.36, 1), opacity 200ms linear;
}

.burger__line {
  top: 50%;
}
.burger__line::before, .burger__line::after {
  content: "";
  top: -0.5rem;
}
.burger__line::after {
  top: 0.5rem;
}

.is-menu-open .burger__line {
  background: transparent;
}
.is-menu-open .burger__line::before {
  transform: translateY(0.5rem) rotate(45deg);
}
.is-menu-open .burger__line::after {
  transform: translateY(-0.5rem) rotate(-45deg);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: var(--radius-md);
  background: var(--color-bg);
}
.card:hover .card__media img {
  scale: 1.04;
}

.card__media {
  aspect-ratio: 4/3;
}
.card__media > img,
.card__media > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__media {
  overflow: hidden;
  border-radius: var(--radius-md);
}
.card__media img {
  transition: scale 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.card__category {
  position: relative;
  z-index: 1;
  place-self: start;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 0.75rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-muted);
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 200ms cubic-bezier(0.22, 1, 0.36, 1), border-color 200ms cubic-bezier(0.22, 1, 0.36, 1);
}
.card__category:hover {
  border-color: var(--color-text);
  color: var(--color-text);
}

.card__title {
  font-size: 1.25rem;
}

.card__link {
  text-decoration: none;
}
.card__link::after {
  content: "";
  position: absolute;
  inset: 0;
}

.card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: var(--color-muted);
}

.post-meta {
  display: flex;
  gap: 1rem;
  color: var(--color-muted);
  font-size: 0.875rem;
}

.breadcrumbs {
  padding-block: 2rem;
  color: var(--color-muted);
  font-size: 0.875rem;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.breadcrumbs__item + .breadcrumbs__item::before {
  content: "/";
  margin-right: 0.5rem;
  opacity: 0.5;
}

.breadcrumbs__item--current {
  color: var(--color-text);
}

.pagination__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-block: 4rem;
}

.pagination__item a,
.pagination__item span {
  display: grid;
  place-items: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding-inline: 0.5rem;
  border-radius: var(--radius-sm);
  text-decoration: none;
}
.pagination__item .current {
  background: var(--color-accent);
  color: var(--color-on-accent);
}
.pagination__item a:hover {
  background: var(--color-surface);
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background: var(--color-bg);
  animation: preloader-failsafe 800ms cubic-bezier(0.22, 1, 0.36, 1) 5s forwards;
}

.has-preloader-js .preloader {
  animation: none;
}

.preloader.is-done {
  opacity: 0;
  visibility: hidden;
  transition: opacity 800ms cubic-bezier(0.22, 1, 0.36, 1), visibility 800ms;
}

.has-preloader-js.is-preloading {
  overflow: hidden;
  padding-right: var(--gf-scrollbar, 0);
}

.has-preloader-js.is-preloading .preloader {
  padding-right: var(--gf-scrollbar, 0);
}

.preloader__inner {
  display: grid;
  justify-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  max-width: 20rem;
  width: 100%;
}

.preloader__logo {
  width: auto;
  max-width: 13.75rem;
  height: auto;
  animation: preloader-breathe 1200ms cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
}

.preloader__title {
  font-size: clamp(1.25rem, 1vw + 0.95rem, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  animation: preloader-breathe 1200ms cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
}

.preloader__bar {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0.125rem;
  border-radius: var(--radius-sm);
  background: var(--color-border);
}

.preloader__bar-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 40%;
  border-radius: inherit;
  background: var(--color-accent-dark);
  animation: preloader-travel 1200ms cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes preloader-travel {
  from {
    translate: -100% 0;
  }
  to {
    translate: 250% 0;
  }
}
@keyframes preloader-breathe {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes preloader-failsafe {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@media (prefers-reduced-motion: reduce) {
  .preloader,
  .preloader.is-done,
  .preloader__logo,
  .preloader__title,
  .preloader__bar-fill {
    animation: none;
    transition: none;
  }
}
.search-form {
  display: flex;
  gap: 0.5rem;
  max-width: 30rem;
}

.search-form__input {
  flex: 1;
  padding: 1rem 1.5rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-bg);
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.socials__link {
  color: var(--color-muted);
  font-size: 0.875rem;
  text-decoration: none;
}
.socials__link:hover {
  color: var(--color-text);
}

.error-404 {
  display: grid;
  justify-items: center;
  gap: 2rem;
  padding-block: clamp(3rem, 6vw + 1.2rem, 6rem);
  text-align: center;
}

.error-404__media {
  max-width: 32.5rem;
  margin: 0;
}

.error-404__text {
  max-width: 32.5rem;
  color: var(--color-muted);
}

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