/* Version 12-08-2026 */
:root {
  --ink: #171613;
  --paper: #eee9df;
  --bone: #d6d0c5;
  --acid: #b8d631;
  --rust: #8d2f20;
  --blue: #29173d;
  --purple: #8e00d0;
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "Space Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 2rem;
  background: color-mix(in srgb, var(--bg-color) 50%, transparent);
  backdrop-filter: blur(16px);
}
.brand { display: flex; gap: .7rem; align-items: center; font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; color: white}
.brand-mark { width: 11px; height: 11px; border: 1px solid currentColor; border-radius: 50%; }
.site-nav { display: flex; gap: 1.6rem; font-size: .72rem; text-transform: uppercase; list-style: none; letter-spacing: .14em; color: white}
.site-nav a { position: relative; text-decoration: none;}
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 1px; background: currentColor; transition: right .3s ease; }
.site-nav a:hover::after { right: 0; }
.nav-toggle, .hamburger { display: none; }

.hero { position: relative; min-height: 100svh; background: #050505; color: #f2eee7; isolation: isolate; }
.hero-image {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.14) 55%, rgba(0,0,0,.5) 100%),
    linear-gradient(0deg, rgba(0,0,0,.56), transparent 50%),
    url("assets/images/performance_shot.jpg") center/cover no-repeat;
  filter: saturate(.55) contrast(1.08);
  z-index: -2;
}
.hero-grain { position: absolute; inset: 0; opacity: .13; pointer-events: none; z-index: -1; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.hero-content { min-height: 100svh; padding: 20vh 7vw 10vh; display: flex; flex-direction: column; justify-content: center; max-width: 900px; }
.eyebrow, .kicker { font: .72rem var(--mono); text-transform: uppercase; letter-spacing: .16em; }
.hero h1 { margin: .5rem 0 1rem; font: clamp(5.5rem, 14vw, 12rem)/.72 var(--serif); letter-spacing: -.055em; }
.hero-copy { max-width: 430px; font-size: clamp(2rem, 3vw, 2.3rem); font-weight: 300; }
.hero-actions { display: flex; gap: 1.4rem; margin-top: 2rem; }
.text-link { border-bottom: 1px solid currentColor; padding-bottom: .3rem; font-size: .82rem; }
.text-link.muted { opacity: .6; }
.hero-meta { position: absolute; left: 2rem; right: 2rem; bottom: 1.5rem; display: flex; justify-content: space-between; font: .65rem var(--mono); text-transform: uppercase; letter-spacing: .12em; }

.section { min-height: 100svh; padding: 8rem 6vw; }
.about { cursor: url('assets/cursors/cursor_bird_small4.png'), auto;
  display: grid;
  /* grid-template-rows: fr 0.5fr; */
  grid-template-columns: 1fr 1fr;
  gap: 4vw; align-items: start;
  /* background: linear-gradient(rgba(255, 0, 102, 0.59), rgba(41, 191, 251, 0.59)); */
} 
.about-index { font: 2rem var(--serif); color: var(--rust); }
.about-heading h2 { margin: 1.2rem 0 0;
  font: clamp(3rem, 5.5vw, 6.5rem)/.98 var(--serif);
}
.about-copy { padding-top: 1rem;
  /* max-width: 680px; */
}
.about-copy p { line-height: 1.75; color: #403d36; }
.about-copy .lead { font: clamp(1.5rem, 2.3vw, 2.3rem)/1.3 var(--serif); color: var(--ink); }
.play-details { margin-top: 3rem; border-top: 1px solid #aaa397; max-width: 500px;}
.play-details div { display: grid; grid-template-columns: 1fr 1fr; padding: .9rem 0; border-bottom: 1px solid #aaa397; }
.play-details dt { font: .68rem var(--mono); text-transform: uppercase; letter-spacing: .12em; }
.play-details dd { margin: 0; }

.archive { background: var(--blue); color: #e8e1d6; padding-inline: 0; }
.archive-header { display: flex; justify-content: space-between; align-items: end; padding: 0 6vw 4rem; }
.archive-header h2, .journal h2 { margin: .8rem 0 0; font: clamp(3rem, 6vw, 6.4rem)/1 var(--serif); }
.archive-header > p { max-width: 220px; font: .7rem var(--mono); opacity: .7; }
.archive-strip { display: flex; gap: 1.2rem; overflow-x: auto; padding: 0 6vw 2rem; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--acid) transparent; }
.archive-card { flex: 0 0 auto; position: relative; height: 64vh; scroll-snap-align: center; background: #0b1020; overflow: hidden; }
.archive-card.tall { width: min(420px, 78vw); }
.archive-card.wide { width: min(680px, 88vw); }
.archive-card.square { width: min(520px, 82vw); }
.archive-card img { filter: grayscale(1) contrast(1.08); transition: filter .5s ease, transform .7s ease; }
.archive-card:hover img { filter: grayscale(0); transform: scale(1.015); }
.archive-caption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; align-items: end; padding: 5rem 1.1rem 1rem; background: linear-gradient(transparent, rgba(0,0,0,.85)); }
.archive-caption span { font: .7rem var(--mono); color: var(--acid); }
.archive-caption p { margin: 0; text-align: right; font-size: .8rem; line-height: 1.5; }

.journal { background: #fc8686; position: relative; }
.journal-intro { max-width: 760px; margin-bottom: 7rem; }
.journal-intro > p:last-child { max-width: 520px; line-height: 1.7; }
.gallery-wall { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 7vw; gap: 5vw 3vw; align-items: start; }
.gallery-item { margin: 0; }
.gallery-item img { background: #aaa; border: 10px solid #e8e1d6; box-shadow: 0 18px 40px rgba(34,28,19,.18); }
.gallery-item figcaption { display: grid; grid-template-columns: auto 1fr; gap: 1rem; margin-top: 1rem; font-size: .78rem; line-height: 1.55; }
.gallery-item figcaption span { font: .62rem var(--mono); text-transform: uppercase; }
.gallery-item figcaption p { margin: 0; }
.gallery-a { grid-column: 1 / 7; grid-row: 1 / span 6; }
.gallery-b { grid-column: 8 / 13; grid-row: 3 / span 5; }
.gallery-c { grid-column: 2 / 6; grid-row: 9 / span 5; }
.gallery-d { grid-column: 7 / 12; grid-row: 10 / span 6; }

.contact { background: var(--ink); color: #eee7dd; padding-bottom: 4rem; }
.contact-main { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: start; }
.contact-copy h2 { margin: 1rem 0 2rem; font: clamp(3.5rem, 7vw, 7.5rem)/.92 var(--serif); }
.contact-copy > p { max-width: 520px; color: #bdb5a9; line-height: 1.7; }
.email-link { display: inline-block; margin-top: 1.5rem; border-bottom: 1px solid currentColor; }
.socials { display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; margin-top: 4rem; font: .7rem var(--mono); text-transform: uppercase; }
.booking-form { display: grid; gap: 1.4rem; padding-top: 2.6rem; }
.booking-form label { display: grid; gap: .55rem; }
.booking-form span { font: .64rem var(--mono); text-transform: uppercase; letter-spacing: .11em; }
.booking-form input, .booking-form textarea { width: 100%; color: #f3eee7; background: transparent; border: 0; border-bottom: 1px solid #5b564e; padding: .85rem 0; outline: none; resize: vertical; }
.booking-form input:focus, .booking-form textarea:focus { border-color: var(--acid); }
.booking-form button { justify-self: start; border: 1px solid #aaa297; background: transparent; color: inherit; padding: .9rem 1.4rem; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }
.booking-form button:hover { background: var(--acid); color: #111; border-color: var(--acid); }
.form-note { color: #777169; font-size: .72rem; max-width: 430px; line-height: 1.5; }
.shop { margin-top: 10rem; border-top: 1px solid #4a4640; padding-top: 4rem; }
.shop-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 3rem; }
.shop-heading h3 { margin: 0; font: clamp(2.4rem, 4vw, 4.5rem)/1 var(--serif); }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.product-image { aspect-ratio: 1; display: grid; place-items: center; position: relative; overflow: hidden; }
.product-image span { font: 4rem var(--serif); opacity: .6; }
.paper-object { background: linear-gradient(135deg, #ddd5c7, #8c867d); }
.cloth-object { background: repeating-linear-gradient(45deg, #5e2019 0 12px, #8b3023 12px 24px); }
.print-object { background: radial-gradient(circle at 60% 35%, #bfd537 0 10%, transparent 11%), #252d44; }
.product > div:last-child { display: grid; grid-template-columns: 1fr auto; gap: .25rem 1rem; padding-top: 1rem; }
.product h4, .product p { margin: 0; }
.product h4 { font-weight: 500; }
.product p { grid-column: 1; color: #989087; font-size: .78rem; }
.product > div:last-child > span { grid-column: 2; grid-row: 1 / span 2; }
.shop-link { display: inline-block; margin-top: 3rem; border-bottom: 1px solid currentColor; font-size: .8rem; }

footer { display: flex; justify-content: space-between; background: var(--ink); color: #8e877f; padding: 1.5rem 6vw 2.5rem; font: .62rem var(--mono); text-transform: uppercase; }

/* Synopsis + company: editorial production dossier */
.company {
  position: relative;
  overflow: hidden;
  /* min-height: auto; */
  color: #fff7fc;
  background:
    radial-gradient(circle at 8% 12%, rgba(91, 206, 250, .26), transparent 24rem),
    radial-gradient(circle at 92% 8%, rgba(245, 169, 184, .3), transparent 26rem),
    linear-gradient(145deg, #230b31 0%, #641448 48%, #35106c 100%);
}
.company::before {
  content: "";
  position: absolute;
  width: 34rem;
  height: 34rem;
  right: -14rem;
  bottom: -18rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 4rem rgba(245,169,184,.035),
    0 0 0 9rem rgba(91,206,250,.025);
  pointer-events: none;
}
.company-header {
  position: relative;
  z-index: 1;
  /* display: grid; */
  /* grid-template-columns: minmax(0, 1.4fr) minmax(16rem, .6fr); */
  gap: 4rem;
  align-items: end;
  margin-bottom: 4rem;
}
.company-header h2 {
  max-width: 850px;
  margin: .8rem 0 0;
  font: clamp(3.2rem, 6.5vw, 7.2rem)/.93 var(--serif);
  letter-spacing: -.035em;
}
.company-header .kicker { color: #ffc9dc; }
/* .company-deck {
  max-width: 30rem;
  margin: 0;
  padding-left: 1.5rem;
  border-left: 2px solid #5bcefa;
  color: #f5dbe9;
  line-height: 1.65;
} */
.company-disclosure {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 1.5rem;
  background: rgba(20, 7, 29, .42);
  box-shadow: 0 2.5rem 6rem rgba(19, 4, 27, .28);
  backdrop-filter: blur(10px);
}
.company-toggle {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  min-height: 8.5rem;
  padding: 1.8rem 2rem;
  cursor: pointer;
  border-radius: inherit;
  transition: background .25s ease, color .25s ease;
}
.company-toggle::-webkit-details-marker { display: none; }
.company-toggle:hover,
.company-toggle:focus-visible {
  background: linear-gradient(90deg, rgba(245,169,184,.14), rgba(91,206,250,.1));
  outline: none;
}
.company-toggle-label { display: grid; gap: .55rem; }
.company-toggle-kicker {
  font: .66rem var(--mono);
  text-transform: uppercase;
  letter-spacing: .17em;
  color: #5bcefa;
}
.company-toggle strong {
  font: clamp(1.15rem, 2vw, 1.65rem)/1.25 var(--serif);
  font-weight: 400;
}
.toggle-open-text { display: none; }
.company-disclosure[open] .toggle-closed-text { display: none; }
.company-disclosure[open] .toggle-open-text { display: inline; }
.company-toggle-icon {
  position: relative;
  flex: 0 0 3.4rem;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  background: linear-gradient(135deg, #f5a9b8, #7b2ff7 56%, #5bcefa);
  box-shadow: 0 .8rem 2rem rgba(12,3,18,.28);
}
.company-toggle-icon::before,
.company-toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: transform .3s ease;
}
.company-toggle-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.company-disclosure[open] .company-toggle-icon::after { transform: translate(-50%, -50%) rotate(0deg); }
.company-disclosure[open] .company-toggle { border-bottom: 1px solid rgba(255,255,255,.14); border-radius: 1.5rem 1.5rem 0 0; }
.company-content {
  display: grid;
  gap: 5rem;
  padding: 3.5rem 2rem 2.2rem;
}
.section-label {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: 1.7rem;
  color: #ffc7db;
  font: .65rem var(--mono);
  text-transform: uppercase;
  letter-spacing: .14em;
}
.section-label span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 50%;
  color: #5bcefa;
}
.section-label p { margin: 0; }
.synopsis-panel {
  display: grid;
  grid-template-columns: minmax(10rem, .35fr) minmax(0, 1fr);
  gap: 4rem;
  padding: 1rem 0 4rem;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.synopsis-copy { max-width: 880px; }
.synopsis-copy h3 {
  margin: 0 0 1.5rem;
  max-width: 760px;
  font: clamp(2.2rem, 4vw, 4.4rem)/1.03 var(--serif);
  letter-spacing: -.025em;
}
.synopsis-copy > p { max-width: 760px; color: #eed7e5; line-height: 1.8; }
.synopsis-copy .synopsis-lead {
  color: #fff;
  font: clamp(1.15rem, 1.75vw, 1.45rem)/1.55 bold;
}
.read-more {
  max-width: 760px;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.16);
}
.read-more summary {
  width: fit-content;
  cursor: pointer;
  color: #5bcefa;
  font: .68rem var(--mono);
  text-transform: uppercase;
  letter-spacing: .13em;
}
.read-more p { color: #e8ccdc; line-height: 1.75; }
.people-block,
.collaborators-block {
  display: grid;
  grid-template-columns: minmax(10rem, .35fr) minmax(0, 1fr);
  gap: 4rem;
}
.profile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; }
.profile-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  min-height: 18rem;
  padding: 1.7rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 1.15rem;
  background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}
.profile-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91,206,250,.48);
  background: linear-gradient(145deg, rgba(245,169,184,.16), rgba(91,206,250,.08));
}

.featured-profile { grid-column: 1 / -1; min-height: 16rem; }
.profile-marker {
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: #fff7fc;
  color: #6b164d;
  font: .65rem var(--mono);
}
.profile-role {
  margin: 0 0 .5rem;
  color: #5bcefa;
  font: .65rem var(--mono);
  text-transform: uppercase;
  letter-spacing: .12em;
}
.profile-card h3 { margin: 0 0 .8rem; font: 2rem/1.1 var(--serif); }
.profile-card p:not(.profile-role) { color: #ead3e0; line-height: 1.65; }
.profile-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.2rem 0 0; padding: 0; list-style: none; }
.profile-tags li {
  padding: .42rem .7rem;
  border: 1px solid rgba(245,169,184,.38);
  border-radius: 999px;
  color: #ffd7e5;
  font: .6rem var(--mono);
  text-transform: uppercase;
}
.collaborators-block { padding-top: 4rem; border-top: 1px solid rgba(255,255,255,.15); }
.collaborator-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.18); }
.collaborator-list article {
  padding: 1.5rem 1rem 1.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.collaborator-list article:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.18); }
.collaborator-list article:nth-child(even) { padding-left: 1.5rem; }
.collaborator-list span {
  color: #5bcefa;
  font: .62rem var(--mono);
  text-transform: uppercase;
  letter-spacing: .12em;
}
.collaborator-list h3 { margin: .5rem 0 .4rem; font: 1.55rem/1.2 var(--serif); }
.collaborator-list p { margin: 0; color: #d9bfce; font-size: .82rem; line-height: 1.55; }

@media (max-width: 900px) {
  .about { grid-template-columns: 1fr; }
  .about-index { font-size: 2rem; }
  .about-copy { padding-top: 0; }
  .archive-header { align-items: start; flex-direction: column; gap: 1rem; }
  .gallery-wall { display: grid; grid-template-columns: 1fr; grid-auto-rows: auto; gap: 5rem; }
  .gallery-a, .gallery-b, .gallery-c, .gallery-d { grid-column: auto; grid-row: auto; }
  .gallery-item { width: 100%; }
  .gallery-item:nth-child(even) { width: 86%; margin-left: auto; }
  .contact-main { grid-template-columns: 1fr; }
  .shop-grid { grid-template-columns: 1fr 1fr; }
  .synopsis-panel, .people-block, .collaborators-block, .profile-card  {grid-template-columns: none;}
  /* .company-content {display:grid} */
}

@media (max-width: 620px) {
  .site-header { padding: 1rem 1.2rem; }
  .hamburger { display: grid; width: 34px; height: 34px; place-content: center; gap: 6px; cursor: pointer; z-index: 2;}
  .hamburger span { display: block; width: 23px; height: 1px; background: currentColor; transition: transform .3s ease; color: white}
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    inset: 0;
    flex-direction: column;
    justify-content: center; align-items: center;
    gap: 2rem;
    padding: 1.5rem 0;
    max-height: 0;
    opacity: 0;
    
    /* background: #141310; color: #eee7dd; */
    transform: translateY(-200%);
    transition: transform .45s ease;
    font-size: .9rem;
    mix-blend-mode: normal; 
  }
  .site-nav a { 
    padding: 0.5rem;
    background-color: #0505058d;
  }
  .nav-toggle:checked ~ .site-nav {
    transform: translateY(300%);
    max-height: 300px;
    opacity: 1;
  }
  .nav-toggle:checked + .hamburger span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle:checked + .hamburger span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .section { padding: 6rem 1.25rem; }
  .hero-content { padding-inline: 1.25rem; }
  .hero h1 { font-size: clamp(4.5rem, 26vw, 7rem); }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-meta { left: 1.25rem; right: 1.25rem; flex-direction: column; gap: .5rem; }
  .about-heading h2, .archive-header h2, .journal h2 { font-size: 3.4rem; }
  .archive-header { padding: 0 1.25rem 3rem; }
  .archive-strip { padding-inline: 1.25rem; }
  .archive-card { height: 56vh; }
  .journal-intro { margin-bottom: 4rem; }
  .gallery-item figcaption { grid-template-columns: 1fr; }
  .contact-copy h2 { font-size: 4rem; }
  .shop-heading { display: block; }
  .shop-heading h3 { margin-top: .7rem; }
  .shop-grid { grid-template-columns: 1fr; }
  footer { padding-inline: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

.canvas-holder {
    width: 100%;
    height: 100%;
    position: sticky;
    top: 0;
    z-index: -1;
}

canvas {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
}