/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Good Girl
Theme URI: https://adamwhyte.nyc
Author: Adam Whyte & Composite
Author URI: https://adamwhyte.nyc/
Description: Good Girl  built on _tw
Version: 1.0.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _tw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_tw is based on _tw https://underscoretw.com/, (C) 2021-2025 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --spacing: 0.25rem;
  --container-2xl: 42rem;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --container-content: 60rem;
  --container-wide: var(--wp--style--global--wide-size);
}
@font-face {
  font-family: 'Cochin LT Pro';
  src: url(fonts/CochinLTPro.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Cochin LT Pro';
  src: url(fonts/CochinLTPro-Italic.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Business Blooming';
  src: url("fonts/Business Blooming Variable.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  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;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
:root {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  --wp--preset--color--foreground: #000000;
  --color-foreground: #000000;
  --color-background: #ffffff;
  --swup-fade-theme-duration: 0.5s;
}
::selection {
  background-color: var(--color-foreground);
  color: var(--color-background);
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--color-background);
}
body {
  color: var(--color-foreground);
  font-family: "Cochin", "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}
html:not(.is-swup-ready) #swup, html.is-swup-transitioning #swup {
  opacity: 0;
}
html.is-swup-transitioning #swup {
  pointer-events: none;
}
html.is-swup-ready:not(.is-swup-transitioning) #swup {
  opacity: 1;
}
#swup {
  transition: opacity 0.4s ease;
}
.swup-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background-color: var(--color-foreground);
}
.js .lazy-fade-image {
  opacity: 0;
  transition: opacity 850ms cubic-bezier(0.33, 0, 0.2, 1);
  will-change: opacity;
}
.js .lazy-fade-image.is-lazy-fade-visible {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .js .lazy-fade-image {
    transition: opacity 1ms linear;
  }
}
.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
a[href^="tel"], a[href^="sms"], a[href^="geo"], a[href^="maps"], a[href^="http://maps"], a[href^="https://maps"] {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}
#site-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 89;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1.1rem 0.75rem;
}
html.logo-intro-active #site-header, html.logo-intro-revealing #site-header {
  pointer-events: auto;
}
html.logo-intro-active, html.logo-intro-revealing {
  overflow: hidden;
}
.logo-intro-scene {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: var(--color-foreground);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 520ms cubic-bezier(0.86, 0, 0.07, 1), clip-path 520ms cubic-bezier(0.86, 0, 0.07, 1);
  will-change: clip-path;
}
html.logo-intro-active .logo-intro-scene, html.logo-intro-revealing .logo-intro-scene {
  display: flex;
}
.logo-intro-scene.is-logo-intro-clipping {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
.site-logo--intro {
  filter: invert(1);
  opacity: 0;
  transform: scale(0.94);
  will-change: opacity, transform;
}
html.logo-intro-active .site-logo--header, html.logo-intro-revealing .site-logo--header {
  opacity: 0;
}
html.is-logo-intro-complete .site-logo--header {
  opacity: 1;
}
#sitetitle {
  display: flex;
  flex: 1 1 auto;
  gap: 0.75rem;
  min-width: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 220ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
#sitetitle > a {
  display: inline-flex;
  align-items: flex-start;
  min-width: 0;
  font-family: "Cochin LT Pro";
  font-size: 1.1395rem;
  font-style: normal;
  font-weight: 400;
  line-height: 63%;
  letter-spacing: -0.03419em;
  text-transform: uppercase;
}
.site-logo {
  --logo-final-height: 68px;
  --logo-intro-height: clamp(82px, 8.6vw, 136px);
  display: flex;
  align-items: flex-start;
  gap: 1px;
  max-width: min(100%, calc(100vw - 12rem));
  opacity: 1;
  transform-origin: center;
}
#site-navigation {
  flex: 0 0 auto;
  margin-left: 1.5rem;
}
.site-logo--header {
  transition: opacity 320ms cubic-bezier(0.2, 1, 0.2, 1);
  will-change: opacity;
}
.site-logo__letter {
  display: block;
  flex: 0 0 auto;
  line-height: 0;
}
.site-logo__space {
  display: block;
  flex: 0 0 1rem;
}
.site-logo__image {
  display: block;
  width: auto;
  height: var(--logo-final-height);
}
html.logo-intro-active .site-logo--intro .site-logo__image, html.logo-intro-revealing .site-logo--intro .site-logo__image {
  height: var(--logo-intro-height);
  max-height: 28svh;
}
html.logo-intro-active .site-logo--intro .site-logo__space, html.logo-intro-revealing .site-logo--intro .site-logo__space {
  flex-basis: clamp(1.25rem, 2.25vw, 2.25rem);
}
.menu {
  display: flex;
  gap: 1.25rem;
}
.menu-item a, .footer-bottom {
  -webkit-text-stroke-width: 0.7px;
  -webkit-text-stroke-color: currentColor;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 122%;
  letter-spacing: 0.04125rem;
  text-transform: uppercase;
}
.menu-item a, .footer-social__menu a {
  padding-bottom: 1px;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 0 1px;
  transition: background-size 320ms cubic-bezier(0.22, 1, 0.36, 1);
}
.menu-item a:hover, .menu-item a:focus-visible, .menu-item.current-menu-item a, .menu-item.current_page_item a, .footer-social__menu a:hover, .footer-social__menu a:focus-visible {
  background-size: 100% 1px;
}
.menu-toggle {
  display: none;
}
.mobile-header-bar, .mobile-menu-overlay {
  display: none;
}
#menu-item-1097 a {
  background-color: var(--color-background-footer);
}
@media screen and (min-width: 768px) {
  html.is-site-title-hidden #sitetitle {
    pointer-events: none;
    opacity: 0;
    transform: translateY(-4rem);
  }
}
@media screen and (max-width: 767px) {
  html.is-mobile-menu-open {
    overflow: hidden;
  }
  .site-logo {
    --logo-final-height: 30px;
    --logo-intro-height: clamp(28px, 4.6vw, 44px);
  }
  .site-logo__image {
    height: var(--logo-final-height) !important;
  }
  #site-header {
    position: static;
    width: auto;
    padding: 0;
  }
  #sitetitle, #site-navigation {
    display: none;
  }
  .mobile-header-bar {
    position: fixed;
    right: 2rem;
    bottom: calc(1.5rem + env(safe-area-inset-bottom));
    left: 2rem;
    z-index: 120;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    min-height: 2.8rem;
    padding: 0.5rem 1.125rem 0.5rem 0.75rem;
    border-radius: 0.625rem;
    background-color: var(--color-foreground);
    box-shadow: 0 0.45rem 1.2rem rgba(0, 0, 0, 0.32);
    color: var(--color-background);
  }
  .mobile-header-bar__logo {
    display: flex;
    min-width: 0;
    color: inherit;
  }
  .site-logo--mobile {
    --logo-final-height: clamp(1rem, 6vw, 3rem);
    max-width: calc(100vw - 8.25rem);
    filter: invert(1);
  }
  .site-logo--mobile .site-logo__space {
    flex-basis: 0.5rem;
  }
  .mobile-menu-toggle {
    position: relative;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 2.2rem;
    height: 1.2rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: currentColor;
    cursor: pointer;
  }
  .mobile-menu-toggle__line {
    display: block;
    width: 1.9rem;
    height: 0.14rem;
    background-color: currentColor;
  }
  .mobile-menu-toggle__line + .mobile-menu-toggle__line {
    margin-top: 0.3rem;
  }
  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 130;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100svh;
    padding: 4rem 1rem calc(6rem + env(safe-area-inset-bottom));
    overflow-y: auto;
    background-color: var(--color-foreground);
    color: var(--color-background);
    visibility: hidden;
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    pointer-events: none;
    transition: visibility 0s linear 620ms, -webkit-clip-path 620ms cubic-bezier(0.86, 0, 0.07, 1), clip-path 620ms cubic-bezier(0.86, 0, 0.07, 1);
    will-change: clip-path;
  }
  .mobile-menu-overlay.is-open {
    visibility: visible;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    pointer-events: auto;
    transition-delay: 0s;
  }
  .mobile-menu-overlay__inner {
    display: grid;
    justify-items: center;
    gap: clamp(3rem, 8svh, 5rem);
    width: 100%;
    max-width: 34rem;
    text-align: center;
  }
  .mobile-menu-overlay__brand, .mobile-menu .menu-item, .mobile-menu-social__label, .mobile-menu-social__menu a {
    opacity: 0;
    transform: translateY(1.1rem);
    transition: opacity 360ms ease, transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
  }
  .mobile-menu-overlay.is-open .mobile-menu-overlay__brand, .mobile-menu-overlay.is-open .mobile-menu .menu-item, .mobile-menu-overlay.is-open .mobile-menu-social__label, .mobile-menu-overlay.is-open .mobile-menu-social__menu a {
    opacity: 1;
    transform: translateY(0);
  }
  .mobile-menu-overlay.is-open .mobile-menu-overlay__brand {
    transition-delay: 180ms;
  }
  .mobile-menu-overlay.is-open .mobile-menu .menu-item:nth-child(1) {
    transition-delay: 240ms;
  }
  .mobile-menu-overlay.is-open .mobile-menu .menu-item:nth-child(2) {
    transition-delay: 300ms;
  }
  .mobile-menu-overlay.is-open .mobile-menu .menu-item:nth-child(3) {
    transition-delay: 360ms;
  }
  .mobile-menu-overlay.is-open .mobile-menu .menu-item:nth-child(4) {
    transition-delay: 420ms;
  }
  .mobile-menu-overlay.is-open .mobile-menu .menu-item:nth-child(5) {
    transition-delay: 480ms;
  }
  .mobile-menu-overlay.is-open .mobile-menu .menu-item:nth-child(n + 6) {
    transition-delay: 540ms;
  }
  .mobile-menu-overlay.is-open .mobile-menu-social__label {
    transition-delay: 520ms;
  }
  .mobile-menu-overlay.is-open .mobile-menu-social__menu a:nth-child(1) {
    transition-delay: 580ms;
  }
  .mobile-menu-overlay.is-open .mobile-menu-social__menu a:nth-child(2) {
    transition-delay: 640ms;
  }
  .mobile-menu-overlay.is-open .mobile-menu-social__menu a:nth-child(n + 3) {
    transition-delay: 700ms;
  }
  .mobile-menu-overlay__brand, .mobile-menu-social__label {
    margin-bottom: 0.8rem;
    font-size: clamp(1.3rem, 5vw, 1.7rem);
    line-height: 1;
    letter-spacing: 0.14em;
  }
  .mobile-menu {
    display: grid;
    justify-items: center;
    gap: 0.15rem;
  }
  .mobile-menu .menu-item a, .mobile-menu-social__menu a {
    display: block;
    padding: 0;
    background-image: none;
    color: inherit;
    font-family: "Cochin LT Pro", Cochin, "Times New Roman", Times, serif;
    -webkit-text-stroke-width: 0.35px;
    -webkit-text-stroke-color: currentColor;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
  }
  .mobile-menu-social__menu {
    display: grid;
    justify-items: center;
    gap: 0.1rem;
  }
  .mobile-menu-close {
    position: fixed;
    bottom: calc(2rem + env(safe-area-inset-bottom));
    left: 50%;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--color-background);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%);
    transition: opacity 220ms ease;
  }
  .mobile-menu-overlay.is-open .mobile-menu-close {
    opacity: 1;
    pointer-events: auto;
    transition-delay: 520ms;
  }
  .mobile-menu-close span::before, .mobile-menu-close span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.25rem;
    height: 0.15rem;
    background-color: currentColor;
    content: "";
  }
  .mobile-menu-close span::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .mobile-menu-close span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .menu-item a, .footer-social__menu a {
    transition-duration: 1ms;
  }
  #sitetitle, .site-logo, .site-logo--header, .site-logo__image, .logo-intro-scene, .mobile-menu-overlay, .mobile-menu-overlay__brand, .mobile-menu .menu-item, .mobile-menu-social__label, .mobile-menu-social__menu a, .mobile-menu-close {
    transition-duration: 1ms;
    transition-delay: 0s;
  }
}
.round {
  border-radius: 1.25rem;
}
media-component {
  display: block;
  width: 100%;
  height: 100svh;
  padding-block: 10svh;
  overflow: hidden;
}
media-component img, .video-player__video-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-player, .video-player__video {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-player__video, .video-player__poster, .media-parallax img {
  display: block;
  object-fit: cover;
}
.video-player__poster {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.video-player__video {
  z-index: 0;
}
.video-player__ui {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  display: grid;
  gap: 0.75rem;
  color: var(--color-background);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
}
.vp-top-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.vp-top-row button {
  padding: 0.45rem 0.7rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  color: inherit;
  cursor: pointer;
}
.vp-progress__track {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.35);
}
.vp-progress__buffer, .vp-progress__fill {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 0;
}
.vp-progress__buffer {
  background: rgba(255, 255, 255, 0.35);
}
.vp-progress__fill {
  background: currentColor;
}
.media-parallax {
  width: 100%;
  height: 100%;
}
.production-hero-media {
  width: 100%;
  height: min(100svh, 56.25vw);
  min-height: 62svh;
  overflow: hidden;
  background-color: var(--color-foreground);
}
.production-hero-media__image, .production-hero-media__video {
  display: block;
  width: 100%;
  height: 100%;
}
.production-hero-media__image, .production-hero-media__video {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .production-hero-media {
    margin-inline: -12px;
    width: 100vw;
  }
}
section {
  max-width: 100vw;
  overflow: hidden;
  scroll-margin-top: 40px;
}
.section {
  padding: 2rem 0.75rem;
}
.headline {
  font-family: "Business Blooming";
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: currentColor;
  letter-spacing: 0;
  font-size: 4vw;
}
@media screen and (max-width: 767px) {
  .headline {
    -webkit-text-stroke-width: 0.8px;
  }
}
.headline--dropcap {
  --headline-dropcap-height: clamp(9rem, 22vw, 23rem);
  --headline-dropcap-max-width: calc(100vw - 1.5rem);
  --headline-dropcap-width: calc(var(--headline-dropcap-height) * 0.96);
  --headline-dropcap-render-height: min(
    var(--headline-dropcap-height),
    calc(var(--headline-dropcap-max-width) / 0.96)
  );
  display: flow-root;
  font-size: clamp(2rem, 4vw, 5rem);
  line-height: 1.25;
}
.headline__dropcap {
  display: block;
  float: left;
  width: min(var(--headline-dropcap-width), var(--headline-dropcap-max-width));
  height: var(--headline-dropcap-render-height);
  margin: 0 0.04em 0 0;
  font-size: calc(var(--headline-dropcap-render-height) * 1.02);
  line-height: 0.86;
  shape-margin: 0.06em;
  shape-outside: polygon( 0 0, 96% 0, 95% 18%, 86% 35%, 68% 52%, 58% 67%, 44% 82%, 38% 100%, 0 100% );
}
.headline__dropcap--svg {
  --headline-dropcap-width: calc(var(--headline-dropcap-height) * var(--headline-dropcap-aspect, 1));
  --headline-dropcap-render-height: min(
    var(--headline-dropcap-height),
    calc(var(--headline-dropcap-max-width) / var(--headline-dropcap-aspect, 1))
  );
  --headline-dropcap-offset-y: calc(var(--headline-dropcap-render-height) * -0.14);
  margin: var(--headline-dropcap-offset-y) 0.08em 0 0;
  font-size: 0;
  line-height: 0;
  shape-image-threshold: 0.01;
  shape-margin: calc(var(--headline-dropcap-render-height) * 0.09);
  shape-outside: var(--headline-dropcap-shape);
}
.headline__dropcap-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.headline__text {
  display: block;
  text-indent: 0.5em;
}
@media screen and (max-width: 767px) {
  .headline--dropcap {
    --headline-dropcap-height: clamp(6rem, 48vw, 11rem);
    --headline-dropcap-max-width: calc(50vw - 0rem);
    --headline-dropcap-width: calc(var(--headline-dropcap-height) * 0.86);
    font-size: clamp(2.3rem, 10vw, 4rem);
  }
  .headline__dropcap {
    margin-right: 0.03em;
    shape-outside: polygon(0 0, 92% 0, 86% 28%, 68% 54%, 52% 78%, 44% 100%, 0 100%);
  }
  .headline__dropcap--svg {
    --headline-dropcap-width: var(--headline-dropcap-max-width);
    --headline-dropcap-render-height: calc(
      var(--headline-dropcap-width) / var(--headline-dropcap-aspect, 1)
    );
    margin: 0 0.08em 0 0;
    shape-margin: -2em;
  }
  .headline__dropcap--svg + .headline__text {
    padding-top: max(0px, calc(var(--headline-dropcap-render-height) - 1em));
    text-indent: 0;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  .headline--dropcap {
    --headline-dropcap-max-width: calc(46vw - 0rem);
    font-size: clamp(2.3rem, 8vw, 3.5rem);
  }
  .headline__dropcap--svg {
    shape-margin: -0.75em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .headline--dropcap {
    --headline-dropcap-height: clamp(11rem, 24vw, 15rem);
    --headline-dropcap-max-width: 42vw;
    font-size: clamp(3rem, 5.5vw, 4.2rem);
  }
  .headline__dropcap--svg {
    --headline-dropcap-width: min(
      calc(var(--headline-dropcap-height) * var(--headline-dropcap-aspect, 1)),
      var(--headline-dropcap-max-width)
    );
    --headline-dropcap-render-height: calc(
      var(--headline-dropcap-width) / var(--headline-dropcap-aspect, 1)
    );
    --headline-dropcap-offset-y: calc(var(--headline-dropcap-render-height) * -0.06);
    margin-right: 0.04em;
    shape-margin: calc(var(--headline-dropcap-render-height) * 0.04);
  }
}
@media screen and (min-width: 1000px) {
  .headline__dropcap--svg {
    shape-margin: calc(var(--headline-dropcap-render-height) * 0.25);
  }
}
@media screen and (min-width: 1600px) {
  .headline__dropcap--svg {
    shape-margin: calc(var(--headline-dropcap-render-height) * 0.45);
  }
}
h1, h2, .h2 {
  font-family: "Cochin LT Pro";
  font-size: 1.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.page-title {
  -webkit-text-stroke-width: 0.25px;
  -webkit-text-stroke-color: currentColor;
  font-family: Cochin;
  font-size: 6.6875rem;
  font-size: clamp(1.5rem, 6.5vw, 10rem);
  font-style: normal;
  font-weight: 500;
  line-height: 80%;
  letter-spacing: -0.13438rem;
}
.subheader, .production-slideshow__caption, .production-gallery__caption {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: currentColor;
  font-family: Cochin;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 107%;
  letter-spacing: 0.10625rem;
}
h3, .h3 {
  font-family: "Cochin LT Pro";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 94%;
}
#main > h1 {
  padding: 8rem 1rem 4rem;
}
.btn {
  -webkit-text-stroke-width: 0.25px;
  -webkit-text-stroke-color: currentColor;
  display: inline-block;
  padding: 0.61rem 0.62rem 0.45rem;
  border: 1px solid currentColor;
  border-radius: 1.25rem;
  background: transparent;
  font-family: "Cochin LT Pro";
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .page-title {
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: currentColor;
    font-family: Cochin;
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 94%;
    letter-spacing: 0;
  }
}
p .btn, h2 .btn {
  vertical-align: middle;
  margin-left: 2em;
}
#substack {
  overflow: hidden;
}
.stories-swiper {
  margin-top: 2rem;
  overflow: visible;
}
.stories-swiper .swiper-slide {
  height: auto;
}
.featured-work {
  overflow: hidden;
}
.featured-work__swiper {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}
.featured-work__slide {
  height: auto;
}
.featured-work__link {
  position: relative;
  display: block;
  height: 100svh;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background-color: var(--color-foreground);
}
.featured-work__media, .featured-work__media .production-hero-media {
  width: 100%;
  height: 100%;
}
.featured-work__media .production-hero-media {
  min-height: 0;
  margin-inline: 0;
}
.featured-work__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}
.featured-work__content::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(0, 0, 0, 0.28);
}
.featured-work__title {
  max-width: 10em;
  color: inherit;
  text-wrap: balance;
  margin-bottom: 0;
}
.featured-work__button {
  color: inherit;
  -webkit-text-stroke-color: currentColor;
}
.production-slideshow-section {
  padding-inline: 0.75rem;
}
.production-slideshow {
  width: 100%;
}
.production-slideshow__slide {
  height: auto;
}
.production-slideshow__figure {
  margin: 0;
}
.production-slideshow__media {
  overflow: hidden;
  width: 100%;
  background-color: var(--color-foreground);
}
.production-slideshow__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.production-slideshow__caption {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  padding-top: 0.8rem;
}
.production-slideshow__meta {
  display: grid;
  gap: 0.15rem;
  align-content: start;
}
.production-slideshow__category, .production-slideshow__controls, .production-slideshow__title {
  display: block;
}
.production-slideshow__controls {
  white-space: nowrap;
}
.production-slideshow__button {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}
.production-slideshow__button:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 0.15em;
}
.production-slideshow__title {
  text-align: right;
  text-wrap: balance;
}
.story-slide-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  min-height: 100%;
  height: 30rem;
  padding: 5rem;
  border-radius: 1.25rem;
  border: 1px solid black;
  text-align: center;
}
.story-slide-card__title {
  text-wrap: balance;
}
.story-slide-card__excerpt {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: -0.02rem;
}
.story-slide-card__link {
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .featured-work__swiper {
    margin-inline: 0;
    width: 100%;
  }
  .featured-work__link {
    aspect-ratio: 16 / 9;
    height: auto;
  }
  .featured-work__content {
    inset: auto auto 1.15rem 1.25rem;
    z-index: 2;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0.35rem;
    padding: 0;
    text-align: left;
  }
  .featured-work__content::before {
    display: none;
  }
  .featured-work__link::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 45%;
    pointer-events: none;
    content: "";
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0) 100% );
  }
  .featured-work__title {
    max-width: 16em;
  }
  .featured-work__button {
    display: none;
  }
  .production-slideshow__caption {
    grid-template-columns: minmax(11rem, 0.45fr) minmax(0, 1fr);
    gap: 2rem;
  }
  .production-slideshow__title {
    text-align: right;
  }
}
.news-section {
  padding-inline: 0;
}
.news-list {
  display: grid;
  gap: 7.5rem;
}
.news-card {
  display: grid;
  gap: calc(var(--spacing) * 3);
}
@media (width >= 48rem) {
  .news-card {
    gap: calc(var(--spacing) * 6);
  }
}
.news-card__media, .news-card__content {
  min-width: 0;
}
.news-card__media {
  overflow: hidden;
}
.news-card__media-link, .news-card__title-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.news-card__image-shell {
  transition: transform 500ms ease;
  will-change: transform;
}
.news-card__image {
  display: block;
  width: 100%;
  height: auto;
}
.news-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-inline: calc(var(--spacing) * 2);
}
@media (width >= 48rem) {
  .news-card__content {
    padding-inline: calc(var(--spacing) * 4);
  }
}
.news-card__eyebrow {
  margin-bottom: 0.7rem;
}
.news-card__title, .news-card__excerpt {
  max-width: 35rem;
  text-wrap: balance;
}
.news-card__excerpt > * + * {
  margin-top: 0.7rem;
}
.news-card__link {
  margin-top: 1.5rem;
}
.production-grid {
  display: grid;
  gap: 4rem;
  margin-top: 5rem;
}
.production-card {
  min-width: 0;
}
.production-card__inner {
  display: block;
  color: inherit;
  text-decoration: none;
}
.production-card__content {
  margin-bottom: 0.7rem;
}
.production-card__category {
  -webkit-text-stroke-width: 0.25px;
  -webkit-text-stroke-color: currentColor;
  margin-bottom: 0.35rem;
  font-family: Cochin, "Times New Roman", Times, serif;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 122%;
  letter-spacing: 0.04125rem;
}
.production-card__title {
  margin: 0;
  text-wrap: pretty;
}
.production-card__media {
  width: 100%;
  aspect-ratio: 4.5 / 5;
  overflow: hidden;
}
.production-card__image-shell {
  width: 100%;
  height: 100%;
  transition: transform 500ms ease;
  will-change: transform;
}
.production-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.production-single {
  display: grid;
  gap: 3.75rem;
  padding-top: 3.25rem;
  padding-bottom: 4rem;
  -webkit-text-stroke-width: 0.25px;
  -webkit-text-stroke-color: currentColor;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 94%;
}
.production-single__poster {
  width: min(68vw, 18rem);
  margin: 0 auto;
}
.production-single__poster--empty {
  display: none;
}
.production-single__poster-image {
  display: block;
  width: 100%;
  height: auto;
}
.production-single__label {
  margin: 0 0 1.4rem;
}
.production-single__synopsis-text {
  max-width: 37rem;
}
.featured-work__title, .production-single__synopsis-text, .production-single, .production-single__detail-value, .production-single__credit-list, .production-single__distribution-text {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 400;
  line-height: 100%;
  -webkit-text-stroke-width: 0.25px;
  -webkit-text-stroke-color: currentColor;
  font-weight: 500;
  line-height: 116%;
  margin: 0;
}
.production-single__synopsis-text > * {
  margin: 0;
}
.production-single__synopsis-text > * + * {
  margin-top: 1em;
}
.production-single__details {
  display: grid;
  gap: 2.5rem;
}
.production-single__credits {
  display: grid;
  gap: 2.5rem;
}
.production-single__credits-column {
  display: grid;
  gap: 3rem;
  align-content: start;
}
.production-single__credits-column--empty {
  display: none;
}
.production-single__credit-list, .production-single__distribution-text {
  margin: 0;
}
.production-single__streaming-links, .production-single__press-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-start;
}
.production-still-banner {
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.production-still-banner__media {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.production-still-banner__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.production-gallery-section {
  overflow: hidden;
  padding-inline: 0.75rem;
}
.production-gallery {
  overflow: visible;
  width: 100%;
}
.production-gallery__slide {
  height: auto;
}
.production-gallery__figure {
  margin: 0;
}
.production-gallery__media {
  overflow: hidden;
  width: 100%;
  background-color: var(--color-foreground);
}
.production-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.production-gallery__caption {
  display: flex;
  justify-content: center;
  padding-top: 0.8rem;
}
.production-gallery__controls {
  display: inline-flex;
  gap: 0.35em;
  white-space: nowrap;
}
.production-gallery__button {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}
.production-gallery__button:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 0.15em;
}
.next-project {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.next-project__link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.next-project__eyebrow, .next-project__title {
  display: block;
}
.next-project__arrow {
  display: inline-block;
  transition: transform 250ms ease-out;
}
.next-project__link:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 0.18em;
}
.team-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 4rem 1rem;
}
.team-card {
  min-width: 0;
}
.team-card:has(.team-card__bio-toggle) {
  cursor: pointer;
}
.team-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.team-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.team-card__bio {
  position: absolute;
  inset: 0;
  display: flex;
  overflow-y: auto;
  padding: 1rem;
  background-color: rgb(255 255 255 / 0.9);
  color: var(--color-foreground);
  opacity: 0;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  pointer-events: none;
  transition: opacity 320ms ease, -webkit-clip-path 420ms cubic-bezier(0.22, 1, 0.36, 1), clip-path 420ms cubic-bezier(0.22, 1, 0.36, 1);
  scrollbar-width: thin;
}
.team-card.is-bio-open .team-card__bio {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  pointer-events: auto;
}
.team-card__bio-inner {
  width: 100%;
  margin-block: auto;
}
.team-card__bio-inner > * + * {
  margin-top: 0.8em;
}
.team-card__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  width: 100%;
  padding-top: 1.35rem;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  text-align: left;
}
.team-card__text {
  min-width: 0;
}
.team-card__name, .team-card__title, .team-card__pronouns {
  display: block;
  margin: 0;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.team-card__name {
  text-transform: uppercase;
}
.team-card__title {
  font-style: italic;
}
.team-card__bio-toggle {
  padding: 5px 0 0 0;
  font: inherit;
  cursor: pointer;
}
.team-card__bio-icon {
  display: inline-grid;
  place-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: -0.35rem;
  position: relative;
  font-size: 0;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}
.team-card__bio-icon::before, .team-card__bio-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 0.12rem;
  background-color: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.team-card__bio-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.team-card__bio-toggle[aria-expanded="true"] .team-card__bio-icon {
  transform: rotate(45deg);
}
.team-card__bio-toggle:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 0.15em;
}
.swiper {
  overscroll-behavior-x: contain;
}
@media screen and (hover: hover) {
  .btn {
    transition: 0.25s ease-out;
  }
  .btn:hover {
    border-color: #EBEBEB;
    background: #EBEBEB;
  }
  .story-slide-card {
    transition: background-color 250ms ease-out;
  }
  .story-slide-card:hover {
    background-color: #F6F6F6;
  }
  .news-card__media-link:hover .news-card__image-shell {
    transform: scale(1.035);
  }
  .production-card__inner:hover .production-card__image-shell {
    transform: scale(1.035);
  }
  .next-project__link:hover .next-project__arrow {
    transform: translateX(0.18em);
  }
}
@media screen and (min-width: 768px) {
  .section {
    padding: 4rem 0.75rem;
  }
  h1, h2, .h2 {
    margin-bottom: 1rem;
    font-size: 3rem;
    font-size: clamp(2.3rem, 3.89vw, 5rem);
    font-weight: 400;
    line-height: 100%;
  }
  .news-section {
    padding-block: 5rem;
  }
  .news-list {
    gap: 4rem;
  }
  .news-card {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    min-height: 48rem;
  }
  .news-card--reverse .news-card__media {
    order: 2;
  }
  .news-card--reverse .news-card__content {
    order: 1;
  }
  .news-card__content {
    align-items: center;
    justify-content: center;
    padding-inline: 2rem;
    text-align: center;
  }
  .news-card__title, .news-card__excerpt {
    max-width: 35rem;
  }
  .production-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 5rem;
    margin-top: 5.5rem;
  }
  .production-card__title {
    max-width: 34rem;
  }
  .production-single {
    grid-template-columns: minmax(14rem, 18rem) minmax(0, 37rem) minmax(13rem, 18rem);
    gap: clamp(3rem, 6.8vw, 8.75rem);
    align-items: start;
    justify-content: center;
    padding-top: 3.5rem;
    padding-bottom: 10rem;
  }
  .production-single__poster {
    width: 100%;
    margin: 0;
  }
  .production-single__poster--empty {
    display: block;
  }
  .production-single__details {
    gap: 4.1rem;
  }
  .production-single--credits .production-single__credits {
    grid-column: 2 / 4;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(3rem, 6.8vw, 8.75rem);
  }
  .production-single__credits-column--empty {
    display: block;
  }
  .production-single__streaming-links, .production-single__press-links {
    flex-direction: column;
    gap: 1rem;
  }
  .production-gallery__caption {
    display: none;
  }
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  h1, h2, .h2 {
    font-size: 1.8rem;
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }
  .news-list {
    gap: 8rem;
    padding-bottom: 6rem;
  }
  .story-slide-card {
    height: 28rem;
    padding: 2.5rem 2rem;
  }
  .story-slide-card__link {
    margin-top: auto;
  }
  .production-grid {
    gap: 4rem;
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
  .production-card__title {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }
  .production-single {
    padding-inline: 0.625rem;
  }
  .production-single__label {
    margin-bottom: 0.8rem;
  }
}
#site-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem 1.25rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  max-width: 100vw;
  overflow: hidden;
}
.footer-wordmark {
  margin-bottom: 1rem;
}
.footer-wordmark a {
  display: block;
  width: 100%;
}
.site-logo--footer {
  --footer-logo-space: clamp(1rem, 2.8cqw, 3rem);
  --logo-final-height: calc((100cqw - var(--footer-logo-space) - 45px) / 8.063);
  width: 100%;
  max-width: none;
}
.site-logo--footer .site-logo__space {
  flex-basis: var(--footer-logo-space);
}
.footer-bottom {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}
.footer-social {
  display: block;
}
.footer-social__menu {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  #site-footer {
    opacity: 0;
    pointer-events: none;
  }
  .footer-wordmark {
    font-size: 23.9vw;
    line-height: 0.85;
  }
  .site-logo--footer .site-logo__image {
    height: var(--logo-final-height);
  }
  .footer-bottom {
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
  }
  .footer-logomark svg {
    width: 3.7rem;
    height: 4.8rem;
    margin-bottom: 1rem;
  }
  .footer-social {
    display: none;
  }
}
.drop3 p:first-child::first-letter {
  -webkit-initial-letter: 3;
  initial-letter: 3;
  font-style: italic;
  margin-right: 0.5em;
}
.drop3b p:first-child::first-letter {
  margin-right: calc(var(--spacing) * 4);
}
@media (width >= 48rem) {
  .drop3b p:first-child::first-letter {
    margin-right: calc(var(--spacing) * 2);
  }
}
.drop3b p:first-child::first-letter {
  -webkit-initial-letter: 3;
  initial-letter: 3;
  font-style: italic;
}
.drop3p::first-letter {
  -webkit-initial-letter: 3;
  initial-letter: 3;
  font-style: italic;
  margin-right: 0.5em;
}
.drop4p::first-letter {
  -webkit-initial-letter: 4;
  initial-letter: 4;
  font-style: italic;
  margin-right: 0.5em;
}
.drop4 p:first-child::first-letter {
  -webkit-initial-letter: 4;
  initial-letter: 4;
  font-style: italic;
  margin-right: 0.5em;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: currentColor;
}
#cta h2 {
  display: block;
  max-width: 16em;
  margin-inline: auto;
}
a:where(:not(.wp-element-button)) {
  text-decoration: none;
}
.error404-header {
  min-height: 100svh;
  min-height: calc(100svh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.start {
  inset-inline-start: var(--spacing);
}
.end {
  inset-inline-end: var(--spacing);
}
.col-start-2 {
  grid-column-start: 2;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
@media (width >= 105rem) {
  .container {
    max-width: 105rem;
  }
}
@media (width >= 135rem) {
  .container {
    max-width: 135rem;
  }
}
.mx-auto {
  margin-inline: auto;
}
.my-20 {
  margin-block: calc(var(--spacing) * 20);
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-20 {
  margin-top: calc(var(--spacing) * 20);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.table {
  display: table;
}
.aspect-1\/1 {
  aspect-ratio: 1/1;
}
.aspect-3\/2 {
  aspect-ratio: 3/2;
}
.aspect-3\/4 {
  aspect-ratio: 3/4;
}
.aspect-4\/5 {
  aspect-ratio: 4/5;
}
.aspect-5\/4 {
  aspect-ratio: 5/4;
}
.aspect-5\/7 {
  aspect-ratio: 5/7;
}
.aspect-9\/16 {
  aspect-ratio: 9/16;
}
.aspect-16\/9 {
  aspect-ratio: 16/9;
}
.aspect-auto {
  aspect-ratio: auto;
}
.max-w-2xl {
  max-width: var(--container-2xl);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-between {
  align-content: space-between;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-x-3 {
  column-gap: calc(var(--spacing) * 3);
}
.gap-y-2 {
  row-gap: calc(var(--spacing) * 2);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.py-40 {
  padding-block: calc(var(--spacing) * 40);
}
.pt-20 {
  padding-top: calc(var(--spacing) * 20);
}
.pt-40 {
  padding-top: calc(var(--spacing) * 40);
}
.pb-20 {
  padding-bottom: calc(var(--spacing) * 20);
}
.pb-30 {
  padding-bottom: calc(var(--spacing) * 30);
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration-line: underline;
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.content-none {
  --tw-content: none;
  content: none;
}
.backface-hidden {
  backface-visibility: hidden;
}
@media (hover: hover) {
  .group-hover\:opacity-100:is(:where(.group):hover *) {
    opacity: 100%;
  }
}
@media (width >= 40rem) {
  .sm\:opacity-0 {
    opacity: 0%;
  }
}
@media (width >= 48rem) {
  .md\:my-25 {
    margin-block: calc(var(--spacing) * 25);
  }
}
@media (width >= 48rem) {
  .md\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:inline-block {
    display: inline-block;
  }
}
@media (width >= 48rem) {
  .md\:h-auto {
    height: auto;
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:content-normal {
    align-content: normal;
  }
}
@media (width >= 48rem) {
  .md\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 48rem) {
  .md\:px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
}
@media (width >= 48rem) {
  .md\:pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:block {
    display: block;
  }
}
@media (width >= 64rem) {
  .lg\:pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
    }
  }
}
