/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@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: "Myungjo", serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --text-base: 1.125rem;
    --text-base--line-height: 1.25;
    --text-lg: 1.65rem;
    --text-lg--line-height: 1.65rem;
    --font-weight-normal: 400;
    --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-bg: #ffffff;
    --color-fg: #000000;
    --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@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;
  }
  .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;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-100 {
    z-index: 100;
  }
  .z-110 {
    z-index: 110;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .row-start-2 {
    grid-row-start: 2;
  }
  .row-start-3 {
    grid-row-start: 3;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\(--biennale-width\) {
    width: var(--biennale-width);
  }
  .w-\(--figurine-width\) {
    width: var(--figurine-width);
  }
  .w-full {
    width: 100%;
  }
  .max-w-prose {
    max-width: 65ch;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-\[calc\(100svh-2rem\)_auto_auto\] {
    grid-template-rows: calc(100svh - 2rem) auto auto;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-38 {
    padding-top: calc(var(--spacing) * 38);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-\[calc\(--spacing\(2\)\+var\(--biennale-width\)\)\] {
    padding-right: calc(calc(var(--spacing) * 2) + var(--biennale-width));
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-54 {
    padding-bottom: calc(var(--spacing) * 54);
  }
  .text-center {
    text-align: center;
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .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-smooth {
    --tw-ease: var(--ease-smooth);
    transition-timing-function: var(--ease-smooth);
  }
  .contain-paint {
    --tw-contain-paint: paint;
    contain: var(--tw-contain-size,) var(--tw-contain-layout,) var(--tw-contain-paint,) var(--tw-contain-style,);
  }
  .xs\:block {
    @media (width >= 38rem) {
      display: block;
    }
  }
  .xs\:text-lg {
    @media (width >= 38rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:col-span-full {
    @media (width >= 44rem) {
      grid-column: 1 / -1;
    }
  }
  .sm\:row-span-full {
    @media (width >= 44rem) {
      grid-row: 1 / -1;
    }
  }
  .sm\:row-start-1 {
    @media (width >= 44rem) {
      grid-row-start: 1;
    }
  }
  .sm\:hidden {
    @media (width >= 44rem) {
      display: none;
    }
  }
  .sm\:grid-rows-1 {
    @media (width >= 44rem) {
      grid-template-rows: repeat(1, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 44rem) {
      flex-direction: row;
    }
  }
  .sm\:gap-y-0 {
    @media (width >= 44rem) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .sm\:self-end {
    @media (width >= 44rem) {
      align-self: flex-end;
    }
  }
  .sm\:justify-self-center {
    @media (width >= 44rem) {
      justify-self: center;
    }
  }
  .sm\:px-8 {
    @media (width >= 44rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:pr-\[calc\(--spacing\(6\)\+var\(--biennale-width\)\)\] {
    @media (width >= 44rem) {
      padding-right: calc(calc(var(--spacing) * 6) + var(--biennale-width));
    }
  }
  .sm\:pb-28 {
    @media (width >= 44rem) {
      padding-bottom: calc(var(--spacing) * 28);
    }
  }
  .md\:fixed {
    @media (width >= 52rem) {
      position: fixed;
    }
  }
  .md\:top-10 {
    @media (width >= 52rem) {
      top: calc(var(--spacing) * 10);
    }
  }
  .md\:-mt-4 {
    @media (width >= 52rem) {
      margin-top: calc(var(--spacing) * -4);
    }
  }
  .md\:-ml-4 {
    @media (width >= 52rem) {
      margin-left: calc(var(--spacing) * -4);
    }
  }
  .md\:block {
    @media (width >= 52rem) {
      display: block;
    }
  }
  .md\:h-screen {
    @media (width >= 52rem) {
      height: 100vh;
    }
  }
  .md\:min-h-140 {
    @media (width >= 52rem) {
      min-height: calc(var(--spacing) * 140);
    }
  }
  .md\:gap-x-8 {
    @media (width >= 52rem) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .md\:p-10 {
    @media (width >= 52rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:px-0 {
    @media (width >= 52rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-18 {
    @media (width >= 52rem) {
      padding-top: calc(var(--spacing) * 18);
    }
  }
  .md\:pr-30 {
    @media (width >= 52rem) {
      padding-right: calc(var(--spacing) * 30);
    }
  }
  .md\:pb-44 {
    @media (width >= 52rem) {
      padding-bottom: calc(var(--spacing) * 44);
    }
  }
  .md\:group-hover\:opacity-100 {
    @media (width >= 52rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          opacity: 100%;
        }
      }
    }
  }
  .md\:hover\:mix-blend-normal {
    @media (width >= 52rem) {
      &:hover {
        @media (hover: hover) {
          mix-blend-mode: normal;
        }
      }
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:gap-x-14 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 14);
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-20 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:pr-5 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 5);
    }
  }
  .lg\:pr-44 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 44);
    }
  }
  .lg\:pb-24 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .xl\:pr-8 {
    @media (width >= 80rem) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .xl\:pr-50 {
    @media (width >= 80rem) {
      padding-right: calc(var(--spacing) * 50);
    }
  }
}
@font-face {
  font-family: "Myungjo";
  src: url("/fonts/myungjo-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007F, U+00A0-00FF, U+0100-017F, U+0180-024F, U+2000-206F, U+2070-209F, U+20A0-20CF;
}
@layer base {
  :root {
    --biennale-width: 9.5rem;
    --figurine-width: 10rem;
  }
  @media (min-width: 52rem) {
    :root {
      --biennale-width: 11.5rem;
      --figurine-width: 11.5rem;
    }
  }
  @media (min-width: 64rem) {
    :root {
      --biennale-width: 13rem;
      --figurine-width: 14rem;
    }
  }
  @media (min-width: 80rem) {
    :root {
      --biennale-width: 13rem;
      --figurine-width: 16rem;
    }
  }
  html {
    text-rendering: optimizelegibility !important;
    -webkit-font-smoothing: antialiased !important;
  }
  body {
    background-color: var(--color-bg);
    font-family: var(--font-serif);
    color: var(--color-fg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: var(--text-base);
    line-height: var(--text-base--line-height);
  }
  a {
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }
  a:hover, a:focus-visible {
    text-decoration-line: underline;
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-contain-size {
  syntax: "*";
  inherits: false;
}
@property --tw-contain-layout {
  syntax: "*";
  inherits: false;
}
@property --tw-contain-paint {
  syntax: "*";
  inherits: false;
}
@property --tw-contain-style {
  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-font-weight: initial;
      --tw-ease: initial;
      --tw-contain-size: initial;
      --tw-contain-layout: initial;
      --tw-contain-paint: initial;
      --tw-contain-style: initial;
    }
  }
}
