/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
    --breakpoint-xl: 80rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --font-sans: "Rethink Sans", ui-sans-serif, system-ui, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --color-light: #fff;
    --ease-smooth-out: cubic-bezier(0.86, 0, 0.14, 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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .col-span-full {
    grid-column: 1 / -1;
  }
  .row-span-3 {
    grid-row: span 3 / span 3;
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .grid {
    display: grid;
  }
  .h-min {
    height: min-content;
  }
  .w-30 {
    width: calc(var(--spacing) * 30);
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-screen-xl {
    max-width: var(--breakpoint-xl);
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .self-center {
    align-self: center;
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  @media (width >= 40rem) {
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .sm\:flex {
      display: flex;
    }
  }
  @media (width >= 48rem) {
    .md\:col-2 {
      grid-column: 2;
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
@view-transition {
  navigation: auto;
}
@layer base {
  body {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  header {
    background-image: url("/images/decoupe/decoupage-4.png");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
  }
  header img {
    width: 100%;
    height: auto;
  }
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-inline: auto;
    max-width: var(--breakpoint-xl);
    gap: calc(var(--spacing) * 8);
    padding: calc(var(--spacing) * 8);
  }
  .gallery > header {
    column-span: 1;
    margin-bottom: 3rem;
  }
  .gallery > .artwork, .gallery > .decoration {
    break-inside: avoid-column;
    margin-bottom: 3rem;
  }
  .gallery > .decoration {
    display: block;
    width: 100%;
    height: auto;
  }
  .artwork {
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: auto;
    display: grid;
    gap: 1rem;
    --a: calc(var(--seed, 0) * 1% + 5%);
    --b: calc(var(--seed2, 0) * 1% + 5%);
    --d: calc(var(--seed2, 0) * 1% + 95%);
    --e: calc(var(--seed, 0) * 1% + 95%);
  }
  .artwork:is(:hover, :focus-visible) {
    z-index: 20;
  }
  .artwork__stack {
    position: relative;
    inset: 0;
    display: block;
    aspect-ratio: 3/4;
  }
  .artwork__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: calc(6 - var(--index));
    transition: transform 500ms var(--ease-smooth-out);
    border-radius: .5rem;
  }
  .artwork:is(:hover, :focus-visible) .artwork__image {
    transform: scale(var(--fan-scale, 0.8)) translate(var(--fan-x, 0), var(--fan-y, 0)) rotate(var(--fan-rotation, 0deg));
  }
  .artwork__image:nth-child(1) {
    --fan-scale: 0.9;
  }
  .artwork__image:nth-child(2) {
    --fan-x: calc(15% + var(--seed2, 0) * 2%);
    --fan-y: calc(-10% + var(--seed, 0) * 1%);
    --fan-rotation: calc(3deg - var(--seeddeg, 0deg));
  }
  .artwork__image:nth-child(3) {
    --fan-x: calc(-15% + var(--seed, 0) * 1%);
    --fan-y: calc(var(--seed2, 0) * 2%);
    --fan-rotation: calc(-1deg + var(--seeddeg, 0deg));
  }
  .artwork__image:nth-child(4) {
    --fan-x: calc(15% + var(--seed2, 0) * 1%);
    --fan-y: calc(0% + var(--seed, 0) * 2%);
    --fan-rotation: calc(1deg - var(--seeddeg, 0deg));
  }
  .artwork__image:nth-child(5) {
    --fan-x: calc(-15% + var(--seed, 0) * 2%);
    --fan-y: calc(10% + var(--seed2, 0) * 1%);
    --fan-rotation: calc(-2deg + var(--seeddeg, 0deg));
  }
  .artwork__image:nth-child(6) {
    --fan-x: calc(-15% + var(--seed2, 0) * 2%);
    --fan-y: calc(-10% + var(--seed, 0) * 1%);
    --fan-rotation: calc(2deg - var(--seeddeg, 0deg));
  }
  .artwork canvas, .decoration canvas {
    position: absolute;
    inset: 0;
    z-index: 7;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    transition: opacity 500ms var(--ease-smooth-out);
  }
  .decoration {
    z-index: -10;
    position: relative;
  }
  .artwork:is(:hover, :focus-visible) canvas {
    opacity: 0;
  }
  .artist-name {
    background-color: white;
    padding: 0 0.2rem;
  }
  [data-halftone] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .artist-route__header {
    margin-inline: auto;
    max-width: var(--breakpoint-xl);
    padding: calc(var(--spacing) * 8);
  }
  .artist-route__header img {
    width: min(100%, 20rem);
  }
  .artist-page {
    width: min(100% - 2rem, 72rem);
    margin: 0 auto;
    padding: 1rem 0 4rem;
  }
  .artist-gallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 1rem;
  }
  .artist-gallery__photo {
    display: block;
    aspect-ratio: 3/4;
    overflow: hidden;
    background: var(--color-light);
  }
  .artist-gallery__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media (prefers-reduced-motion: reduce) {
    .artwork__image, .artwork canvas {
      transition: none;
    }
    .artwork:is(:hover, :focus-visible) .artwork__image {
      transform: none;
    }
  }
}
