/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@view-transition {
  navigation: auto;
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: "Times New Roman", serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-orange-300: oklch(83.7% 0.128 66.29);
    --color-orange-400: oklch(75% 0.183 55.934);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-orange-700: oklch(55.3% 0.195 38.402);
    --color-orange-800: oklch(47% 0.157 37.304);
    --color-orange-900: oklch(40.8% 0.123 38.172);
    --color-yellow-300: oklch(90.5% 0.182 98.111);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --color-yellow-900: oklch(42.1% 0.095 57.708);
    --color-green-300: oklch(87.1% 0.15 154.449);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-green-900: oklch(39.3% 0.095 152.535);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-purple-300: oklch(82.7% 0.119 306.383);
    --color-purple-400: oklch(71.4% 0.203 305.504);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-purple-800: oklch(43.8% 0.218 303.724);
    --color-purple-900: oklch(38.1% 0.176 304.987);
    --color-pink-300: oklch(82.3% 0.12 346.018);
    --color-pink-400: oklch(71.8% 0.202 349.761);
    --color-pink-800: oklch(45.9% 0.187 3.815);
    --color-pink-900: oklch(40.8% 0.153 2.432);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-gray-950: oklch(13% 0.028 261.692);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-lg: 64rem;
    --container-sm: 24rem;
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --font-weight-bold: 700;
    --leading-tight: 1.15;
    --leading-normal: 1.5;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --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-ilka-yellow: #ffff45;
    --color-ilka-black: black;
    --color-bg: var(--color-ilka-black);
    --color-fg: var(--color-ilka-yellow);
    --color-primary: var(--color-fg);
    --color-neutral: var(--color-bg);
    --font-heading: "ReachTimes", "Times New Roman", serif;
    --gap-body: calc(var(--spacing) * 8);
  }
}
@layer base {
  *, ::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)) {
        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;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .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;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .start\! {
    inset-inline-start: var(--spacing) !important;
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .portrait {
    margin-inline: auto;
    height: 100%;
    width: auto;
    object-fit: contain;
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline\! {
    display: inline !important;
  }
  .table {
    display: table;
  }
  .landscape {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .w-full {
    width: 100%;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .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;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-neutral {
    background-color: var(--color-neutral);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
  .text-start {
    text-align: start;
  }
  .text-title {
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    line-height: var(--leading-tight);
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--leading-tight);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
}
@font-face {
  font-family: "ReachTimes";
  font-display: block;
  font-style: normal;
  src: url("/assets/fonts/ReachTimes-Regular.woff2") format("woff2");
}
@layer base {
  [x-cloak] {
    display: none !important;
  }
  html {
    font-family: var(--font-serif);
    font-size: var(--text-lg);
    line-height: var(--leading-tight);
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--leading-tight);
    }
    &:where(.body--layout, .body--layout *) {
      @media (width >= 80rem) {
        font-size: var(--text-xl);
        line-height: var(--leading-tight);
      }
    }
    &:where(.words--layout, .words--layout *) {
      @media (width >= 80rem) {
        font-size: var(--text-2xl);
        line-height: var(--leading-tight);
      }
    }
  }
  body {
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-optical-sizing: none;
    font-synthesis: none;
    -webkit-text-size-adjust: 100%;
    background-color: var(--color-neutral);
    color: var(--color-primary);
    &.words {
      --color-bg: var(--color-ilka-yellow);
      --color-fg: var(--color-ilka-black);
      --color-primary: var(--color-fg);
      --color-neutral: var(--color-bg);
      background-color: var(--color-neutral);
      color: var(--color-primary);
    }
    &.body {
      --color-bg: var(--color-ilka-black);
      --color-fg: var(--color-ilka-yellow);
      --color-primary: var(--color-fg);
      --color-neutral: var(--color-bg);
      background-color: var(--color-neutral);
      color: var(--color-primary);
    }
  }
  h1,	h2 {
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    line-height: var(--leading-tight);
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--leading-tight);
    }
  }
  p,	dd {
    margin-bottom: calc(var(--spacing) * 6);
  }
  em {
    font-family: var(--font-heading);
  }
}
@layer components {
  nav.menu {
    &.words--layout {
      &.menu--open {
        background-color: var(--color-neutral);
        @media (width >= 64rem) {
          background-color: transparent;
        }
      }
    }
    &.body--layout {
      &.menu--open {
        background-color: var(--color-neutral);
        @media (width >= 64rem) {
          background-color: transparent;
        }
      }
      &.menu--open-press-body {
        background-color: var(--color-neutral);
        @media (width >= 64rem) {
          background-color: transparent;
        }
      }
    }
    position: fixed;
    inset: calc(var(--spacing) * 0);
    z-index: 50;
    display: flex;
    height: min-content;
    flex-direction: column;
    padding-top: calc(var(--spacing) * 4);
    padding-bottom: calc(var(--spacing) * 0);
    & .menu__top {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-inline: calc(var(--spacing) * 5);
      & .menu__top__toggle {
        display: flex;
        column-gap: calc(var(--spacing) * 1);
      }
      & .menu--link {
        &:first-child {
          padding-left: calc(var(--spacing) * 0);
        }
      }
      & .menu__top__controls {
        position: absolute;
        top: calc(1 / 2 * 100%);
        left: calc(1 / 2 * 100%);
        display: flex;
        --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
        --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
        align-items: center;
        gap: calc(var(--spacing) * 3);
        font-size: var(--text-base);
        line-height: var(--leading-tight);
        @media (width >= 40rem) {
          font-size: var(--text-xl);
          line-height: var(--tw-leading, var(--text-xl--line-height));
        }
        @media (width >= 64rem) {
          position: static;
        }
        @media (width >= 64rem) {
          translate: none;
        }
      }
      & button {
        text-transform: capitalize;
        &.is-active {
          text-decoration-line: underline;
          text-decoration-thickness: 1px;
          text-underline-offset: 3px;
        }
      }
      & .menu__burger {
        font-family: var(--font-heading);
        font-size: var(--text-xl);
        line-height: var(--leading-tight);
        text-transform: uppercase;
        @media (width >= 400px) {
          font-family: var(--font-heading);
          font-size: var(--text-2xl);
          line-height: var(--leading-tight);
          @media (width >= 48rem) {
            font-size: var(--text-3xl);
            line-height: var(--leading-tight);
          }
        }
      }
    }
    & .menu__rule {
      margin: calc(var(--spacing) * 0);
      height: calc(var(--spacing) * 0);
      border-style: var(--tw-border-style);
      border-width: 0px;
      border-top-style: var(--tw-border-style);
      border-top-width: 2px;
      border-color: var(--color-primary);
      margin-inline: calc(var(--spacing) * 5);
    }
    & .menu__list-scroll {
      overflow: visible;
      @media (width >= 64rem) {
        overflow-x: scroll;
      }
      @media (width >= 64rem) {
        scrollbar-width: none;
        scrollbar-height: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        &::-webkit-scrollbar {
          display: none;
        }
      }
    }
    & .menu--link {
      display: flex;
      padding-inline: calc(var(--spacing) * 2);
      padding-block: calc(var(--spacing) * 1.5);
      font-family: var(--font-heading);
      font-size: var(--text-xl);
      line-height: var(--leading-tight);
      white-space: nowrap;
      @media (width >= 400px) {
        font-family: var(--font-heading);
        font-size: var(--text-2xl);
        line-height: var(--leading-tight);
        @media (width >= 48rem) {
          font-size: var(--text-3xl);
          line-height: var(--leading-tight);
        }
      }
      &:hover {
        @media (hover: hover) {
          text-decoration-line: underline;
          text-decoration-thickness: 1px;
          text-underline-offset: 3px;
        }
      }
      &.is-active {
        text-decoration-line: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 3px;
      }
      &.menu--link-back {
        &::before {
          content: var(--tw-content);
          margin-right: calc(var(--spacing) * 0);
        }
        &::before {
          --tw-content: "←";
          content: var(--tw-content);
        }
      }
    }
    & .menu__list {
      display: flex;
      flex-direction: column;
      row-gap: calc(var(--spacing) * 1);
      padding-inline: calc(var(--spacing) * 5);
      padding-block: calc(var(--spacing) * 2);
      @media (width >= 64rem) {
        width: max-content;
      }
      @media (width >= 64rem) {
        min-width: 100%;
      }
      @media (width >= 64rem) {
        flex-direction: row;
      }
      @media (width >= 64rem) {
        column-gap: calc(var(--spacing) * 2);
      }
      @media (width >= 64rem) {
        row-gap: calc(var(--spacing) * 0);
      }
      @media (width >= 64rem) {
        padding-block: calc(var(--spacing) * 0);
      }
      & .menu--link {
        padding-left: calc(var(--spacing) * 0);
        @media (width >= 64rem) {
          padding-left: calc(var(--spacing) * 2);
        }
      }
      & li:first-of-type {
        & .menu--link {
          @media (width >= 64rem) {
            padding-left: calc(var(--spacing) * 0);
          }
        }
      }
      & .languages {
        & .menu--link {
          padding-inline: calc(var(--spacing) * 0.5);
        }
      }
    }
  }
  .home {
    &.words--layout {
      position: relative;
      height: 100dvh;
      & .home--words {
        position: relative;
        top: calc(var(--spacing) * 32);
        height: calc(100dvh - 8rem);
        width: 100dvw;
        & .letters {
          position: relative;
          z-index: 20;
          display: block;
          height: 100%;
          width: 100%;
          font-family: var(--font-heading);
          font-size: clamp(10rem, 25vw, 30rem);
          -webkit-user-select: none;
          user-select: none;
          & div {
            position: absolute;
          }
        }
        & .home-text {
          position: absolute;
          top: calc(1 / 2 * 100%);
          left: calc(1 / 2 * 100%);
          z-index: 10;
          width: 100%;
          --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
          --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
          translate: var(--tw-translate-x) var(--tw-translate-y);
          padding-inline: calc(var(--spacing) * 5);
          text-align: center;
          font-family: var(--font-heading);
          font-size: var(--text-2xl);
          line-height: var(--leading-tight);
          @media (width >= 48rem) {
            font-size: var(--text-3xl);
            line-height: var(--leading-tight);
          }
          @media (width >= 48rem) {
            max-width: 45ch;
          }
          @media (width >= 48rem) {
            padding-inline: calc(var(--spacing) * 0);
          }
        }
      }
      & .home--gallery {
        display: none;
      }
    }
    &.body--layout {
      & .home--words {
        display: none;
      }
      & .home--gallery {
        display: block;
        height: 100dvh;
        width: 100dvw;
        & .gallery__content {
          display: block;
          aspect-ratio: auto;
          height: 100%;
          max-height: 100dvh;
          width: 100%;
          overflow: hidden;
          & .home-gallery__slide {
            position: absolute;
            inset: calc(var(--spacing) * 0);
            display: flex;
            width: 100%;
            flex-shrink: 0;
            align-items: center;
            justify-content: center;
            & .item__figure {
              aspect-ratio: auto;
              height: 100%;
              max-height: 100dvh;
              width: 100%;
            }
          }
        }
        & .gallery__content__controls {
          z-index: 2;
          display: block;
          height: 100%;
          &.gallery__content__controls--left, &.gallery__content__controls--right {
            cursor: auto;
            &::after {
              content: var(--tw-content);
              --tw-content: none;
              content: none;
            }
          }
        }
        & ul {
          height: 100%;
          width: 100%;
          & figure {
            display: flex;
            height: 100%;
            width: 100%;
            & img {
              max-height: 100dvh;
              width: 100%;
              max-width: 100dvw;
              object-fit: cover;
            }
          }
        }
      }
    }
  }
  .hero--wrapper {
    &.about {
      & .about--hero {
        width: 100%;
        &.body--layout {
          & img {
            max-height: 100%;
            width: 100%;
            max-width: 100dvw;
            object-fit: cover;
          }
        }
        &.words--layout {
          & img {
            max-height: calc(var(--spacing) * 0);
          }
        }
      }
    }
  }
  .audio-player {
    margin-right: calc(var(--spacing) * 0);
    margin-bottom: calc(var(--spacing) * 8);
    display: flex;
    max-width: 100%;
    flex-direction: column;
    gap: calc(var(--spacing) * 1);
    color: var(--color-primary);
    -webkit-user-select: none;
    user-select: none;
    & .audio-player__inner {
      & .audio-player__inner__slider {
        position: relative;
        height: calc(var(--spacing) * 2);
        width: 100%;
        cursor: pointer;
        overflow: hidden;
        border-radius: 0.25rem;
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: var(--color-primary);
        background-color: var(--color-neutral);
        & .slider__progress {
          position: absolute;
          top: calc(var(--spacing) * 0);
          left: calc(var(--spacing) * 0);
          height: 100%;
          background-color: var(--color-primary);
          transition-property: all;
          transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
          transition-duration: var(--tw-duration, var(--default-transition-duration));
          --tw-duration: 100ms;
          transition-duration: 100ms;
        }
      }
      & .audio-player__inner__controls {
        margin-top: calc(var(--spacing) * 1);
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
        & .audio-player__button {
          font-size: var(--text-2xl);
          line-height: var(--tw-leading, var(--text-2xl--line-height));
          &:focus {
            --tw-outline-style: none;
            outline-style: none;
          }
        }
      }
      & .audio-player__inner__caption {
        width: 100%;
        text-align: left;
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height));
      }
    }
  }
  .block-type-video {
    & iframe {
      aspect-ratio: var(--aspect-video);
      width: 100%;
    }
    & figcaption {
      padding-top: calc(var(--spacing) * 1);
      font-size: var(--text-sm);
      line-height: var(--leading-tight);
    }
  }
  .gallery {
    margin-right: calc(var(--spacing) * 0);
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 1);
    & .gallery__content {
      position: relative;
      display: flex;
      aspect-ratio: 4/3;
      max-height: 100dvh;
      overflow: hidden;
      & .gallery__content__item {
        display: flex;
        width: 100%;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        & .item__figure {
          aspect-ratio: 4/3;
          width: 100%;
        }
      }
      & .gallery__content__page-info {
        position: absolute;
        bottom: calc(var(--spacing) * 5);
        left: calc(1 / 2 * 100%);
        display: none;
        width: 100%;
        --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
        align-self: flex-end;
        font-family: var(--font-serif);
        font-size: var(--text-lg);
        line-height: var(--leading-tight);
        @media (width >= 48rem) {
          font-size: var(--text-xl);
          line-height: var(--leading-tight);
        }
        &:where(.body--layout, .body--layout *) {
          @media (width >= 80rem) {
            font-size: var(--text-xl);
            line-height: var(--leading-tight);
          }
        }
        &:where(.words--layout, .words--layout *) {
          @media (width >= 80rem) {
            font-size: var(--text-2xl);
            line-height: var(--leading-tight);
          }
        }
      }
      & .gallery__content__controls {
        position: absolute;
        display: none;
        width: calc(1 / 2 * 100%);
        &::after {
          content: var(--tw-content);
          position: absolute;
        }
        &::after {
          content: var(--tw-content);
          display: none;
        }
        &::after {
          content: var(--tw-content);
          --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
        &::after {
          content: var(--tw-content);
          font-family: var(--font-heading);
          font-size: var(--text-2xl);
          line-height: var(--leading-tight);
          @media (width >= 48rem) {
            font-size: var(--text-3xl);
            line-height: var(--leading-tight);
          }
        }
        &::after {
          content: var(--tw-content);
          color: var(--color-ilka-yellow);
        }
        &.gallery__content__controls--left {
          inset: calc(var(--spacing) * 0);
          cursor: w-resize;
          &::after {
            content: var(--tw-content);
            left: calc(var(--spacing) * 5);
          }
          &::after {
            --tw-content: '←';
            content: var(--tw-content);
          }
        }
        &.gallery__content__controls--right {
          top: calc(var(--spacing) * 0);
          bottom: calc(var(--spacing) * 0);
          left: calc(1 / 2 * 100%);
          cursor: e-resize;
          &::after {
            content: var(--tw-content);
            right: calc(var(--spacing) * 5);
          }
          &::after {
            --tw-content: '→';
            content: var(--tw-content);
          }
        }
      }
    }
    & .gallery__bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      & .gallery__bottom__controls {
        display: flex;
        gap: calc(var(--spacing) * 2);
      }
    }
  }
  .content--wrapper {
    margin-top: calc(var(--spacing) * 36);
    margin-bottom: calc(var(--spacing) * 10);
    display: flex;
    flex-direction: column;
    row-gap: calc(var(--spacing) * 5);
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 48);
    }
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 8);
    }
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 56);
    }
    @media (width >= 80rem) {
      row-gap: calc(var(--spacing) * 12);
    }
    &.about {
      margin-bottom: calc(var(--spacing) * 0);
      padding: calc(var(--spacing) * 5);
      & .about--text {
        font-family: var(--font-serif);
        font-size: var(--text-lg);
        line-height: var(--leading-tight);
        @media (width >= 48rem) {
          font-size: var(--text-xl);
          line-height: var(--leading-tight);
        }
        &:where(.body--layout, .body--layout *) {
          @media (width >= 80rem) {
            font-size: var(--text-xl);
            line-height: var(--leading-tight);
          }
        }
        &:where(.words--layout, .words--layout *) {
          @media (width >= 80rem) {
            font-size: var(--text-2xl);
            line-height: var(--leading-tight);
          }
        }
        & a {
          &:hover {
            @media (hover: hover) {
              font-family: var(--font-heading);
            }
          }
          &:hover {
            @media (hover: hover) {
              --tw-leading: 1;
              line-height: 1;
            }
          }
          &:hover {
            @media (hover: hover) {
              text-decoration-line: underline;
              text-decoration-thickness: 1px;
              text-underline-offset: 3px;
            }
          }
        }
      }
      & .about--contact {
        font-family: var(--font-serif);
        font-size: var(--text-sm);
        line-height: var(--leading-tight);
        @media (width >= 48rem) {
          font-size: var(--text-base);
          line-height: var(--leading-tight);
        }
        &:where(.body--layout, .body--layout *) {
          @media (width >= 80rem) {
            font-size: var(--text-sm);
            line-height: var(--leading-tight);
          }
        }
        &:where(.words--layout, .words--layout *) {
          @media (width >= 80rem) {
            font-size: var(--text-lg);
            line-height: var(--leading-tight);
          }
        }
      }
      &.body--layout {
        margin-block: calc(var(--spacing) * 0);
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: var(--gap-body);
        @media (width >= 64rem) {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        margin-inline: auto;
        max-width: var(--breakpoint-lg);
      }
      &.words--layout {
        & .about--text {
          margin-inline: auto;
          max-width: 65ch;
        }
        & .about--contact {
          margin-inline: auto;
          max-width: 65ch;
        }
      }
    }
    &.works {
      padding: calc(var(--spacing) * 5);
      &.words--layout {
        position: relative;
        isolation: isolate;
        margin-top: calc(var(--spacing) * 28);
        @media (width >= 48rem) {
          margin-top: calc(var(--spacing) * 60);
        }
        @media (width >= 64rem) {
          margin-top: calc(var(--spacing) * 96);
        }
        mix-blend-mode: multiply;
        & .works--list__item--hovered--cover {
          position: fixed;
          top: calc(var(--spacing) * 24);
          z-index: 10;
          display: none;
          aspect-ratio: var(--aspect-video);
          width: 100%;
          max-width: 33%;
          @media (width >= 48rem) {
            display: block;
          }
          @media (width >= 64rem) {
            top: calc(var(--spacing) * 36);
          }
          @media (width >= 80rem) {
            max-width: 450px;
          }
          & .works--list__item--hovered--cover__img {
            height: 100%;
            width: 100%;
            object-fit: cover;
          }
        }
        & .works--list {
          display: flex;
          flex-direction: column;
          & .works--list__item {
            margin-bottom: calc(var(--spacing) * 5);
            display: flex;
            flex-wrap: wrap;
            align-items: baseline;
            font-family: var(--font-serif);
            font-size: var(--text-lg);
            line-height: var(--leading-tight);
            @media (width >= 48rem) {
              font-size: var(--text-xl);
              line-height: var(--leading-tight);
            }
            &:where(.body--layout, .body--layout *) {
              @media (width >= 80rem) {
                font-size: var(--text-xl);
                line-height: var(--leading-tight);
              }
            }
            &:where(.words--layout, .words--layout *) {
              @media (width >= 80rem) {
                font-size: var(--text-2xl);
                line-height: var(--leading-tight);
              }
            }
            @media (width >= 48rem) {
              margin-bottom: calc(var(--spacing) * 0);
            }
            @media (width >= 48rem) {
              display: grid;
            }
            @media (width >= 48rem) {
              grid-template-columns: repeat(3, minmax(0, 1fr));
            }
            @media (width >= 48rem) {
              flex-wrap: nowrap;
            }
            @media (width >= 48rem) {
              column-gap: calc(var(--spacing) * 5);
            }
            & .item--title {
              width: 100%;
              font-family: var(--font-heading);
              font-size: var(--text-2xl);
              line-height: var(--leading-tight);
              @media (width >= 48rem) {
                font-size: var(--text-3xl);
                line-height: var(--leading-tight);
              }
              @media (width >= 48rem) {
                font-family: var(--font-serif);
              }
            }
            & .item--category {
              &::after {
                content: var(--tw-content);
                margin-right: calc(var(--spacing) * 1);
              }
              &::after {
                --tw-content: ',';
                content: var(--tw-content);
              }
              @media (width >= 48rem) {
                white-space: nowrap;
              }
              @media (width >= 48rem) {
                &::after {
                  content: var(--tw-content);
                  margin-right: calc(var(--spacing) * 0);
                }
              }
              @media (width >= 48rem) {
                &::after {
                  content: var(--tw-content);
                  --tw-content: none;
                  content: none;
                }
              }
            }
            & .item--cover {
              display: none;
            }
            &:hover {
              font-family: var(--font-heading) !important;
              text-decoration-line: underline;
              text-decoration-thickness: 1px;
              text-underline-offset: 3px;
              & .item--title {
                font-family: var(--font-heading);
              }
            }
          }
        }
      }
      &.body--layout {
        & .works--list {
          display: grid;
          grid-template-columns: repeat(1, minmax(0, 1fr));
          gap: var(--gap-body);
          @media (width >= 64rem) {
            grid-template-columns: repeat(2, minmax(0, 1fr));
          }
          gap: calc(var(--spacing) * 0);
          & .works--list__item {
            position: relative;
            display: flex;
            aspect-ratio: var(--aspect-video);
            align-items: flex-end;
            justify-content: center;
            font-family: var(--font-heading);
            font-size: var(--text-xl);
            line-height: var(--leading-tight);
            padding-bottom: calc(var(--spacing) * 5);
            & .item--title {
              &::after {
                margin-right: calc(var(--spacing) * 1);
                --tw-content: ",";
                content: var(--tw-content);
              }
            }
            & .item--title, .item--year {
              font-family: var(--font-heading);
              opacity: 100%;
              transition-property: opacity;
              transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
              transition-duration: var(--tw-duration, var(--default-transition-duration));
              @media (width >= 48rem) {
                opacity: 0%;
              }
              @media (width >= 48rem) {
                &:is(:where(.group):hover *) {
                  @media (hover: hover) {
                    text-decoration-line: underline;
                    text-decoration-thickness: 1px;
                    text-underline-offset: 3px;
                  }
                }
              }
              @media (width >= 48rem) {
                &:is(:where(.group):hover *) {
                  @media (hover: hover) {
                    opacity: 100%;
                  }
                }
              }
            }
            & .item--cover {
              position: absolute;
              inset: calc(var(--spacing) * 0);
              z-index: calc(10 * -1);
              aspect-ratio: var(--aspect-video);
              object-fit: cover;
            }
            & .item--category {
              display: none;
            }
          }
        }
      }
    }
    &.work {
      margin-bottom: calc(var(--spacing) * 5);
      row-gap: var(--gap-body);
      & .work--header {
        padding-inline: calc(var(--spacing) * 5);
        & p:last-child {
          margin-bottom: calc(var(--spacing) * 0);
        }
      }
      & .work--content {
        display: flex;
        flex-direction: column;
        gap: var(--gap-body);
        padding-inline: calc(var(--spacing) * 5);
        font-family: var(--font-serif);
        font-size: var(--text-lg);
        line-height: var(--leading-tight);
        @media (width >= 48rem) {
          font-size: var(--text-xl);
          line-height: var(--leading-tight);
        }
        &:where(.body--layout, .body--layout *) {
          @media (width >= 80rem) {
            font-size: var(--text-xl);
            line-height: var(--leading-tight);
          }
        }
        &:where(.words--layout, .words--layout *) {
          @media (width >= 80rem) {
            font-size: var(--text-2xl);
            line-height: var(--leading-tight);
          }
        }
        & p:last-child {
          margin-bottom: calc(var(--spacing) * 0);
        }
      }
      & .work--credits {
        padding-inline: calc(var(--spacing) * 5);
        font-family: var(--font-serif);
        font-size: var(--text-sm);
        line-height: var(--leading-tight);
        @media (width >= 48rem) {
          font-size: var(--text-base);
          line-height: var(--leading-tight);
        }
        &:where(.body--layout, .body--layout *) {
          @media (width >= 80rem) {
            font-size: var(--text-sm);
            line-height: var(--leading-tight);
          }
        }
        &:where(.words--layout, .words--layout *) {
          @media (width >= 80rem) {
            font-size: var(--text-lg);
            line-height: var(--leading-tight);
          }
        }
        & dl {
          & dt {
            --tw-font-weight: var(--font-weight-bold);
            font-weight: var(--font-weight-bold);
          }
          & .work--credits__related {
            & a {
              &:hover {
                @media (hover: hover) {
                  font-family: var(--font-heading);
                }
              }
              &:hover {
                @media (hover: hover) {
                  text-decoration-line: underline;
                  text-decoration-thickness: 1px;
                  text-underline-offset: 3px;
                }
              }
            }
          }
        }
      }
      & .work--crossnav {
        display: flex;
        font-family: var(--font-serif);
        font-size: var(--text-lg);
        line-height: var(--leading-tight);
        @media (width >= 48rem) {
          font-size: var(--text-xl);
          line-height: var(--leading-tight);
        }
        &:where(.body--layout, .body--layout *) {
          @media (width >= 80rem) {
            font-size: var(--text-xl);
            line-height: var(--leading-tight);
          }
        }
        &:where(.words--layout, .words--layout *) {
          @media (width >= 80rem) {
            font-size: var(--text-2xl);
            line-height: var(--leading-tight);
          }
        }
        @media (width >= 64rem) {
          grid-column: 1 / -1;
        }
        & .work--crossnav__inner {
          display: flex;
          width: 100%;
          align-items: flex-end;
          justify-content: space-between;
          column-gap: var(--gap-body);
          & .work--crossnav__link {
            max-width: var(--container-sm);
            flex: 1;
            font-family: var(--font-heading);
            &:hover {
              @media (hover: hover) {
                text-decoration-line: underline;
                text-decoration-thickness: 1px;
                text-underline-offset: 3px;
              }
            }
            @media (width >= 48rem) {
              font-family: var(--font-serif);
            }
            @media (width >= 48rem) {
              &:hover {
                @media (hover: hover) {
                  font-family: var(--font-heading);
                }
              }
            }
            & > div {
              padding: calc(var(--spacing) * 5);
            }
            & > img {
              height: calc(var(--spacing) * 32);
              width: 100%;
              object-fit: cover;
              @media (width >= 48rem) {
                height: calc(var(--spacing) * 48);
              }
              @media (width >= 80rem) {
                height: 100%;
              }
            }
            &.work--crossnav__link--left {
              & > div {
                display: flex;
                align-items: flex-end;
                justify-content: flex-start;
                padding-right: calc(var(--spacing) * 0);
                &::before {
                  content: var(--tw-content);
                  margin-right: calc(var(--spacing) * 1);
                }
                &::before {
                  --tw-content: "←";
                  content: var(--tw-content);
                }
              }
            }
            &.work--crossnav__link--right {
              text-align: right;
              & > div {
                display: flex;
                align-items: flex-end;
                justify-content: flex-end;
                padding-left: calc(var(--spacing) * 0);
                &::after {
                  content: var(--tw-content);
                  margin-left: calc(var(--spacing) * 1);
                }
                &::after {
                  --tw-content: "→";
                  content: var(--tw-content);
                }
              }
            }
          }
        }
      }
      &.words--layout {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: var(--gap-body);
        @media (width >= 64rem) {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        column-gap: var(--gap-body);
        & .work--header, .work--gallery, .work--content, .work--credits {
          padding-inline: calc(var(--spacing) * 5);
        }
        & .work--header {
          grid-row-start: 1;
          @media (width >= 80rem) {
            grid-column: span 2 / span 2;
          }
          & .work--header__subtitle {
            font-family: var(--font-serif);
            font-size: var(--text-lg);
            line-height: var(--leading-tight);
            @media (width >= 48rem) {
              font-size: var(--text-xl);
              line-height: var(--leading-tight);
            }
            &:where(.body--layout, .body--layout *) {
              @media (width >= 80rem) {
                font-size: var(--text-xl);
                line-height: var(--leading-tight);
              }
            }
            &:where(.words--layout, .words--layout *) {
              @media (width >= 80rem) {
                font-size: var(--text-2xl);
                line-height: var(--leading-tight);
              }
            }
          }
        }
        & .work--gallery {
          @media (width >= 64rem) {
            grid-column: span 1 / span 1;
          }
          @media (width >= 64rem) {
            grid-column-start: 1;
          }
          @media (width >= 64rem) {
            grid-row-start: 2;
          }
          & .gallery__content {
            & .gallery__content__controls {
              z-index: 2;
              display: block;
              height: 100%;
            }
          }
          & img {
            mix-blend-mode: multiply;
          }
        }
        & .work--content {
          @media (width >= 64rem) {
            grid-column: span 1 / span 1;
          }
          @media (width >= 64rem) {
            grid-column-start: 1;
          }
          @media (width >= 64rem) {
            grid-row-start: 3;
          }
        }
        & .work--credits {
          font-size: var(--text-sm);
          line-height: var(--leading-tight);
          @media (width >= 64rem) {
            grid-column-start: 2;
          }
          @media (width >= 64rem) {
            grid-row: span 3 / span 3;
          }
          @media (width >= 64rem) {
            grid-row-start: 2;
          }
          & dl {
            max-width: 65ch;
            @media (width >= 80rem) {
              margin-left: auto;
            }
          }
        }
        & .work--crossnav {
          & img {
            mix-blend-mode: multiply;
          }
        }
      }
      &.body--layout {
        margin-top: calc(var(--spacing) * 0);
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: var(--gap-body);
        @media (width >= 64rem) {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        position: relative;
        margin-inline: auto;
        max-width: var(--breakpoint-lg);
        margin-top: 8rem;
        @media (width >= 48rem) {
          margin-top: 10rem;
        }
        & .work--header {
          grid-column: span 1 / span 1;
          @media (width >= 64rem) {
            grid-column: span 2 / span 2;
          }
          grid-column-start: 1;
          grid-row-start: 1;
        }
        & .work--content {
          grid-column: span 1 / span 1;
          grid-row-start: 2;
        }
        & .work--credits {
          grid-column: span 1 / span 1;
          grid-row-start: 3;
          @media (width >= 64rem) {
            grid-column-start: 2;
          }
          @media (width >= 64rem) {
            grid-row-start: 2;
          }
        }
        & .work--crossnav {
          grid-column: span 1 / span 1;
          grid-row-start: 4;
          @media (width >= 64rem) {
            grid-column: span 2 / span 2;
          }
          @media (width >= 64rem) {
            grid-column-start: 1;
          }
          @media (width >= 64rem) {
            grid-row-start: 3;
          }
          position: relative;
          left: calc(1 / 2 * 100%);
          width: 100dvw;
          --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
        &:has(.work--gallery) {
          @media (width >= 48rem) {
            margin-top: calc(var(--spacing) * 0);
          }
          & .work--header {
            display: none;
          }
          & .work--gallery {
            grid-column: span 1 / span 1;
            grid-column-start: 1;
            grid-row-start: 1;
            @media (width >= 64rem) {
              grid-column: span 2 / span 2;
            }
            position: relative;
            left: calc(1 / 2 * 100%);
            width: 100dvw;
            max-width: none;
            --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
            translate: var(--tw-translate-x) var(--tw-translate-y);
            & .gallery__content {
              & .work-gallery__slide {
                position: absolute;
                inset: calc(var(--spacing) * 0);
              }
              & .gallery__content__controls {
                z-index: 2;
                display: block;
                height: 100%;
              }
            }
            & .gallery__content__page-info {
              position: relative;
              z-index: 3;
              display: flex;
              justify-content: center;
              text-align: center;
              text-wrap: balance;
            }
            & .gallery__bottom {
              padding-inline: calc(var(--spacing) * 5);
            }
          }
        }
      }
    }
    &.calendar {
      padding-inline: calc(var(--spacing) * 5);
      & .calendar--list {
        font-family: var(--font-serif);
        font-size: var(--text-lg);
        line-height: var(--leading-tight);
        @media (width >= 48rem) {
          font-size: var(--text-xl);
          line-height: var(--leading-tight);
        }
        &:where(.body--layout, .body--layout *) {
          @media (width >= 80rem) {
            font-size: var(--text-xl);
            line-height: var(--leading-tight);
          }
        }
        &:where(.words--layout, .words--layout *) {
          @media (width >= 80rem) {
            font-size: var(--text-2xl);
            line-height: var(--leading-tight);
          }
        }
      }
      & hr {
        border-top-width: 2px;
      }
      &.body--layout {
        & .calendar--list {
          display: grid;
          grid-template-columns: repeat(1, minmax(0, 1fr));
          gap: var(--gap-body);
          @media (width >= 40rem) {
            grid-template-columns: repeat(2, minmax(0, 1fr));
          }
          @media (width >= 64rem) {
            grid-template-columns: repeat(3, minmax(0, 1fr));
          }
          @media (width >= 80rem) {
            grid-template-columns: repeat(4, minmax(0, 1fr));
          }
          & .calendar--year {
            display: none;
          }
          & a.calendar--list__item,	& div.calendar--list__item {
            display: flex;
            flex-direction: column;
            & .item--image {
              margin-bottom: calc(var(--spacing) * 5);
            }
          }
          & a.calendar--list__item {
            &:hover {
              @media (hover: hover) {
                font-family: var(--font-heading);
              }
            }
            &:hover {
              @media (hover: hover) {
                text-decoration-line: underline;
                text-decoration-thickness: 1px;
                text-underline-offset: 3px;
              }
            }
          }
        }
      }
      &.words--layout {
        & .calendar--section__title {
          margin-top: calc(var(--spacing) * 0);
        }
        & .calendar--list {
          display: flex;
          flex-direction: column;
          & a.calendar--list__item,	& div.calendar--list__item {
            margin-bottom: calc(var(--spacing) * 5);
            display: grid;
            @media (width >= 80rem) {
              margin-bottom: calc(var(--spacing) * 0);
            }
            @media (width >= 80rem) {
              grid-template-columns: repeat(3, minmax(0, 1fr));
            }
            & img {
              display: none;
            }
          }
          & a.calendar--list__item {
            &:hover {
              @media (hover: hover) {
                font-family: var(--font-heading);
              }
            }
            &:hover {
              @media (hover: hover) {
                text-decoration-line: underline;
                text-decoration-thickness: 1px;
                text-underline-offset: 3px;
              }
            }
          }
          & .calendar--year {
            margin-bottom: calc(var(--spacing) * 5);
            &:first-of-type {
              margin-top: calc(var(--spacing) * 0);
            }
            @media (width >= 80rem) {
              margin-top: calc(var(--spacing) * 8);
            }
            @media (width >= 80rem) {
              margin-bottom: calc(var(--spacing) * 0);
            }
          }
        }
      }
    }
    &.press {
      display: grid;
      gap: var(--gap-body);
      padding-inline: calc(var(--spacing) * 5);
      @media (width >= 48rem) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      & .press--list {
        display: flex;
        flex-direction: column;
        & .press--list__title {
          font-family: var(--font-heading);
          font-size: var(--text-2xl);
          line-height: var(--leading-tight);
          @media (width >= 48rem) {
            font-size: var(--text-3xl);
            line-height: var(--leading-tight);
          }
          text-transform: uppercase;
        }
        & .press--list__group {
          & .group__title {
            font-family: var(--font-heading);
            font-size: var(--text-2xl);
            line-height: var(--leading-tight);
            @media (width >= 48rem) {
              font-size: var(--text-3xl);
              line-height: var(--leading-tight);
            }
            margin-top: calc(var(--spacing) * 8);
          }
          & .group__entries {
            margin-top: calc(var(--spacing) * 2);
            font-family: var(--font-serif);
            font-size: var(--text-lg);
            line-height: var(--leading-tight);
            @media (width >= 48rem) {
              font-size: var(--text-xl);
              line-height: var(--leading-tight);
            }
            &:where(.body--layout, .body--layout *) {
              @media (width >= 80rem) {
                font-size: var(--text-xl);
                line-height: var(--leading-tight);
              }
            }
            &:where(.words--layout, .words--layout *) {
              @media (width >= 80rem) {
                font-size: var(--text-2xl);
                line-height: var(--leading-tight);
              }
            }
            & .press__entry {
              & a {
                display: flex;
                flex-direction: column;
                row-gap: calc(var(--spacing) * 2);
                &:hover {
                  @media (hover: hover) {
                    font-family: var(--font-heading);
                  }
                }
                &:hover {
                  @media (hover: hover) {
                    text-decoration-line: underline;
                    text-decoration-thickness: 1px;
                    text-underline-offset: 3px;
                  }
                }
                & img {
                  filter: grayscale(100%) brightness(0.95);
                  mix-blend-mode: multiply;
                }
                & .entry__title {
                  display: flex;
                  & span {
                    margin-right: calc(var(--spacing) * 3);
                    display: flex;
                    width: calc(var(--spacing) * 5);
                    height: calc(var(--spacing) * 5);
                  }
                }
              }
            }
          }
        }
      }
      &.words--layout {
        & img {
          display: none;
        }
      }
      &.body--layout {
        & .group__entries {
          & .press__entry {
            margin-bottom: calc(var(--spacing) * 8);
            &:last-child {
              margin-bottom: calc(var(--spacing) * 0);
            }
          }
        }
      }
    }
  }
}
.newsletter-wrapper {
  margin-top: calc(var(--spacing) * 1);
}
form.inf-form {
  .inf-success > p {
    display: none;
  }
  .inf-content {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: calc(var(--spacing) * 0);
    row-gap: calc(var(--spacing) * 0);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    display: grid !important;
    & > .inf-rgpd {
      display: none;
    }
    & > .inf-input-text {
      position: relative;
      order: 1;
      grid-column: span 5 / span 5;
      & > input {
        width: 100%;
        border-radius: 0;
        border-block-style: var(--tw-border-style);
        border-block-width: 2px;
        border-left-style: var(--tw-border-style);
        border-left-width: 2px;
        border-color: var(--color-primary);
        background-color: transparent;
        padding: calc(var(--spacing) * 1);
        --tw-outline-style: none;
        outline-style: none;
      }
      & .inf-message {
        position: absolute;
        top: 100%;
        left: calc(var(--spacing) * 0);
        margin-top: calc(var(--spacing) * 1);
        font-size: var(--text-sm);
        line-height: var(--leading-tight);
      }
    }
    & > .inf-submit {
      order: 2;
      grid-column: span 1 / span 1;
      height: min-content;
      width: 50px;
      background-color: var(--color-primary);
      color: var(--color-neutral);
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-neutral);
        }
      }
      &:hover {
        @media (hover: hover) {
          color: var(--color-primary);
        }
      }
      & > input {
        margin: calc(var(--spacing) * 0) !important;
        width: 100%;
        cursor: pointer;
        border-radius: 0;
        border-style: var(--tw-border-style);
        border-width: 2px;
        border-color: var(--color-primary);
        padding: calc(var(--spacing) * 1);
        text-align: center;
      }
    }
    altcha-widget {
      order: 9999;
      grid-row-start: 3;
      width: calc(var(--spacing) * 0);
      color: var(--color-black);
    }
  }
}
@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;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-content: "";
      --tw-duration: initial;
      --tw-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
