@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Franklin";
  src: url("../fonts/OpenFranklin-Heavy.woff2") format("woff2"), url("../fonts/OpenFranklin-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Franklin";
  src: url("../fonts/OpenFranklin-Bold.woff2") format("woff2"), url("../fonts/OpenFranklin-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.glass {
  color: var(--white);
  text-shadow: 2px 2px 50px var(--orange);
}

/*
################
    SPACING & LAYOUT
################
*/
.vw-100 {
  width: 100vw;
}

.mt-100 {
  margin-top: 100vh;
}

.mb-1 {
  margin-bottom: 0.1rem;
}

.ml--5 {
  margin-left: -4rem;
}

.ml--6 {
  margin-left: -8rem;
}

.mt8 {
  margin-top: 40rem;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

@media screen and (max-width: 30em) {
  .sticky-sm {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media screen and (min-width: 30em) and (max-width: 90em) {
  .sticky-m {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media screen and (min-width: 90em) {
  .sticky-l {
    position: -webkit-sticky;
    position: sticky;
  }
}
@media screen and (min-width: 30em) {
  .sticky-ns {
    position: -webkit-sticky;
    position: sticky;
  }
}
.z-back {
  z-index: -999;
}

.z-max-1 {
  z-index: 2147483646;
}

.z-max-2 {
  z-index: 2147483645;
}

.mw10 {
  max-width: 150rem;
}

/*
################
    TYPOGRAPHY
################
*/
.sans {
  font-family: sans-serif;
}

.text-indent-1 {
  text-indent: 1rem;
}

.text-indent-2 {
  text-indent: 2rem;
}

.wba {
  word-break: break-all;
}

.nw {
  white-space: nowrap;
}

.ts-1 {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.lh-same {
  line-height: 1rem;
}

.lh-0 {
  line-height: 0;
}

.lh-1 {
  line-height: 1.1;
}

.lh-2 {
  line-height: 1.2;
}

.lh-3 {
  line-height: 1.3;
}

.lh-4 {
  line-height: 1.4;
}

.f-1 {
  font-size: 4rem;
}

.f--1 {
  font-size: 0.9em;
}

.f-4 {
  font-size: 1.3rem;
}

.f-6 {
  font-size: 0.75rem;
}

.f-mega {
  font-size: var(--nav-fontsize);
}

@media screen and (min-width: 30em) {
  .f-mega-ns {
    font-size: 14rem;
  }
}
@media screen and (min-width: 60em) {
  .f-mega-l {
    font-size: 14rem;
    letter-spacing: -0.75rem;
    line-height: 1;
  }
}
/*
##################################
    ADJUST TYPE SCALE MEDIA QUERY
##################################
*/
@media screen and (max-width: 90em) and (min-width: 30em) {
  .f-6-m,
  .f-headline-m {
    font-size: 6rem;
  }
  .f-5-m,
  .f-subheadline-m {
    font-size: 5rem;
    word-spacing: -0.2em;
  }
  .f1-m {
    font-size: 3rem;
    word-spacing: -0.2em;
  }
  .f2-m {
    font-size: 2.25rem;
    word-spacing: -0.2em;
  }
  .f3-m {
    font-size: 1.5rem;
  }
  .f4-m {
    font-size: 1.25rem;
  }
  .f5-m {
    font-size: 1rem;
  }
  .f6-m {
    font-size: 0.875rem;
  }
  .f7-m {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 90em) {
  .f-6-l,
  .f-headline-l {
    font-size: 6rem;
    word-spacing: -0.2em;
  }
  .f-5-l,
  .f-subheadline-l {
    font-size: 5rem;
    word-spacing: -0.2em;
  }
  .f1-l {
    font-size: 3rem;
    word-spacing: -0.2em;
  }
  .f2-l {
    font-size: 2.25rem;
    word-spacing: -0.2em;
  }
  .f3-l {
    font-size: 1.5rem;
  }
  .f4-l {
    font-size: 1.25rem;
  }
  .f5-l {
    font-size: 1rem;
  }
  .f6-l {
    font-size: 0.875rem;
  }
  .f7-l {
    font-size: 0.75rem;
  }
}
.shadow-6 {
  box-shadow: 0px 0px 40px 20px rgba(0, 0, 0, 0.6);
}

.shadow-7 {
  box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 30em) {
  .shadow-7-ns {
    box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.1);
  }
}
.mxb-n {
  mix-blend-mode: normal;
}

.mxb-m {
  mix-blend-mode: multiply;
}

.mxb-d {
  mix-blend-mode: difference;
}

.mxb-e {
  mix-blend-mode: exclusion;
}

.noscroll {
  height: 100%;
  overflow: hidden;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}

@media screen and (max-width: 30em) {
  .dn-sm {
    display: none;
  }
}
.fade-out {
  animation: fade 1s steps(90) forwards;
  -webkit-animation: fade 1s steps(90) forwards;
  -moz-animation: fade 1s steps(90) forwards;
}

/*
################
    OBJECT FIT
################

https://github.com/tachyons-css/tachyons/pull/567/commits/f94bec89223d8853931fa10f42194de454ac05a0

    OBJECT FIT
    Docs: https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit

     Base:
     ob = object

     Modifiers:
     -cover = cover
     -contain = contain
     -fill = fill

     Media Query Extensions:
       -ns = not-small
       -m  = medium
       -l  = large

 */
.obf-cover {
  object-fit: cover;
}

.obf-contain {
  object-fit: contain;
}

.obf-fill {
  object-fit: fill;
}

@media (--breakpoint-not-small) {
  .obf-cover-ns {
    object-fit: cover !important;
  }
  .obf-contain-ns {
    object-fit: contain !important;
  }
  .obf-fill-ns {
    object-fit: fill !important;
  }
}
@media (--breakpoint-medium) {
  .obf-cover-m {
    object-fit: cover !important;
  }
  .obf-contain-m {
    object-fit: contain !important;
  }
  .obf-fill-m {
    object-fit: fill !important;
  }
}
@media (min-width: 60em) {
  .obf-cover-l {
    object-fit: cover !important;
  }
  .obf-contain-l {
    object-fit: contain !important;
  }
  .obf-fill-l {
    object-fit: fill !important;
  }
}
/*

################
    OBJECT POSITION
################

     OBJECT POSITION
     Docs: https://developer.mozilla.org/en-US/docs/Web/CSS/object-position

     Base:
     ob = object

     Modifiers:
     -center = center center
     -top = top center
     -right = center right
     -bottom = bottom center
     -left = center left

     Media Query Extensions:
       -ns = not-small
       -m  = medium
       -l  = large

  */
.obf-center {
  object-position: center center;
}

.obf-top {
  object-position: top center;
}

.obf-right {
  object-position: center right;
}

.obf-bottom {
  object-position: bottom center;
}

.obf-left {
  object-position: center left;
}

@media (--breakpoint-not-small) {
  .obf-center-ns {
    object-position: center center;
  }
  .obf-top-ns {
    object-position: top center;
  }
  .obf-right-ns {
    object-position: center right;
  }
  .obf-bottom-ns {
    object-position: bottom center;
  }
  .obf-left-ns {
    object-position: center left;
  }
}
@media (--breakpoint-medium) {
  .obf-center-m {
    object-position: center center;
  }
  .obf-top-m {
    object-position: top center;
  }
  .obf-right-m {
    object-position: center right;
  }
  .obf-bottom-m {
    object-position: bottom center;
  }
  .obf-left-m {
    object-position: center left;
  }
}
@media (--breakpoint-large) {
  .obf-center-l {
    object-position: center center;
  }
  .obf-top-l {
    object-position: top center;
  }
  .obf-right-l {
    object-position: center right;
  }
  .obf-bottom-l {
    object-position: bottom center;
  }
  .obf-left-l {
    object-position: center left;
  }
}
/*
█████████████████████████████████

   CURSOR

█████████████████████████████████
*/
.cur-p {
  cursor: pointer;
}

/*
█████████████████████████████████

   TRANSFORMS

█████████████████████████████████
*/
.r-180 {
  transform: rotate(180deg);
}

.nudge-up {
  transform: translateY(-6px);
}

/*
█████████████████████████████████

   HTMX

█████████████████████████████████
*/
[x-cloak] {
  display: none !important;
}

/*
█████████████████████████████████

   FROSTED BG

█████████████████████████████████
*/
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .bg-frosted {
    background: rgba(166, 136, 137, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(100px);
  }
  .bg-frosted-2 {
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }
}
/*
█████████████████████████████████

   SCROLL SNAP

█████████████████████████████████
*/
.ss {
  scroll-snap-type: y mandatory;
  height: 3.25vw;
  overflow: scroll;
}

.sss {
  scroll-snap-align: start;
}

@media screen and (max-width: 30em) {
  .bottom-1-sm {
    bottom: 1rem;
  }
}
.menu-toggle {
  display: none;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
}

@media (min-width: 640px) {
  .mobilenav {
    display: none;
  }
}
@media (max-width: 640px) {
  header {
    margin-top: 9px;
  }
  header.left {
    width: 100%;
    position: fixed;
    z-index: 1;
  }
  main.right {
    margin-top: 3.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  div.identity {
    width: 100vw;
  }
  img.mark, img.wordmark {
    margin: 0;
    vertical-align: bottom;
    display: inline-block;
  }
  .menu-toggle {
    display: block;
    position: fixed;
    cursor: pointer;
    right: 20px;
    top: 24px;
    z-index: 2;
  }
  .menu-toggle div {
    width: 35px;
    height: 5px;
    background-color: #555;
    margin: 6px 0;
  }
  div.navigation {
    display: none;
  }
  .mobilenav {
    display: none;
    background-color: var(--hover-color);
    animation: hue-rotate 7s linear infinite;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    padding: 0 20px;
  }
  .mobilenav .identity {
    margin-top: 9px;
  }
  .mobilenav .wordmark {
    margin-bottom: 6px;
    margin-left: 1rem;
  }
  ul.menu {
    margin-top: 30px;
    font-size: 1.5rem;
  }
  ul.menu li.is-active:before {
    content: "•";
    position: absolute;
    left: -15px;
  }
  .on-view h4 {
    margin-bottom: 0.5rem;
  }
  .on-view div:last-of-type {
    margin-bottom: 24px;
  }
  .on-view .event-item-header, .on-view .exhibition-item-header {
    font-size: 0.6rem;
    margin-bottom: 0.75rem;
  }
  .on-view .event-item-header a, .on-view .exhibition-item-header a {
    text-decoration: none;
  }
  .on-view .event-item-header h1, .on-view .exhibition-item-header h1 {
    margin: 0.25rem 0;
  }
  .on-view .event-item-header h1:last-of-type, .on-view .exhibition-item-header h1:last-of-type {
    margin-bottom: 0.1rem;
  }
  .on-view .event-item-header h3, .on-view .exhibition-item-header h3 {
    margin: 0;
  }
  .left {
    position: relative;
    height: auto;
  }
  .right {
    width: 100%;
    margin-left: 0;
  }
  div.description {
    padding-left: 0px;
    padding-top: 0px;
  }
  .scroll {
    height: auto;
    overflow-y: auto;
  }
  .f-left, .f-right {
    float: none;
    margin: auto;
    padding: auto;
    text-align: left;
  }
  .hide-on-sm {
    display: none !important;
  }
}
:root {
  --black: #2a2826;
  --orange: rgb(255, 179, 65);
  --orange-h: rgb(255, 179, 65);
  --magenta: #c935f1;
  --green: #00ff00;
  --white: rgb(240, 240, 240);
  --grey: rgb(187, 187, 187);
  --nav-fontsize: clamp(2rem, 3.25vw, 5rem);
  --bg-anim: 30s;
}

/* Display-P3 color, when supported. */
@supports (color: color(display-p3 1 1 1)) {
  :root {
    --green: color(display-p3 0 1 0);
  }
}
html {
  font-size: 18px;
}

.bg-dark {
  background-color: var(--black);
}

.bg-light {
  background-color: var(--white);
  background-image: none;
}

.c-light {
  color: var(--white);
}

.c-dark {
  color: var(--black);
}

.c-grey {
  color: var(--grey);
}

.w-site {
  max-width: 2000px;
}

.__x {
  width: 2.5rem;
  padding: 0.4rem;
}

.__x.top-1-ns {
  top: 1rem;
}

.bg_dja {
  background-image: url("../images/DJA_check.svg");
  background-position: center bottom;
  background-attachment: fixed;
  background-color: var(--white);
  background-size: clamp(700px, 80vw, 1500px);
  animation: bg-scrolling var(--bg-anim) linear infinite; /* IE 10+ */
}

@keyframes bg-scrolling {
  100% {
    background-position: 30px 300px;
  }
}
@media screen and (max-width: 30em) {
  .bg_dja {
    --bg-anim: 180s;
  }
}
/*
█████████████████████████████████

  DEFAULTS

█████████████████████████████████
*/
.mono {
  font-family: "SF Mono", "SFMono-Regular", ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Franklin", sans-serif;
  line-height: 1.2;
  color: var(--black);
}

a {
  color: var(--green);
  cursor: pointer;
}

p {
  line-height: 1.3;
}

/* Reset common default button styling */
button {
  border: none; /* Remove border */
  background: none; /* Remove background color */
  outline: none; /* Remove outline when focused */
  box-shadow: none; /* Remove box shadow */
  /* Add any other styling as needed */
  cursor: pointer;
}

button:hover {
  color: var(--green);
  animation: hue-rotate 7s linear infinite;
}

/*
█████████████████████████████████

   TACHYONS OVERRIDE

█████████████████████████████████
*/
.w3 {
  width: 3rem;
}

@media screen and (min-width: 60em) {
  .ph7-l {
    padding-left: 11rem;
    padding-right: 11rem;
  }
}
.w2 {
  width: 2.5rem;
}

/*
█████████████████████████████████

   NAV

█████████████████████████████████
*/
body:has(.is-open) {
  overflow-y: hidden;
}

nav .__home_mark {
  width: clamp(120px, 1vw, 1000px);
}
nav a {
  text-decoration: none;
  transition: all 0.25s linear;
  cursor: pointer;
  color: currentColor;
}
nav a:hover {
  color: var(--green);
  animation: hue-rotate 7s linear infinite;
}
nav li.is-active a {
  color: var(--green);
}
nav div.is-open > a {
  opacity: 0;
}
nav div.scrim {
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms, visibility 600ms;
}
nav div.is-open ~ div.scrim {
  visibility: visible;
  opacity: 1;
}

.__nav-site {
  width: 100vw;
}

@media screen and (max-width: 30em) {
  .__nav-site_btn,
  .__nav-site {
    left: 50%;
    transform: translate(-50%);
  }
}
/*
█████████████████████████████████

   TYPOGRAPHY

█████████████████████████████████
*/
.smaller {
  font-size: 0.75rem;
}

h1.page-title {
  margin-left: 0.5rem;
}

.address {
  font-size: 12px;
  position: absolute;
  bottom: 20px;
}

img.mark,
img.wordmark {
  height: 3rem;
}

div.identity a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--green);
  font-size: 1.1rem;
}

.social a {
  text-decoration: none;
  transition: all 0.25s linear;
}
.social a:hover {
  color: var(--green);
}

.price {
  border: 1px solid black;
  padding: 0.2rem;
  text-decoration: none;
  line-height: 0;
}

.show-more {
  cursor: pointer;
}

/*
█████████████████████████████████

   COLLECTION

█████████████████████████████████
*/
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns */
  gap: 1rem; /* Gap between columns */
}

@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr; /* One column on mobile */
  }
}
.grid-item img {
  aspect-ratio: 1/1;
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

.fade-in {
  opacity: 1;
}

.collection a {
  text-decoration: none;
  transition: background-color 0.25s linear;
  display: inline-block;
}
.collection a:hover {
  background-color: var(--green);
  animation: hue-rotate 7s linear infinite;
}
.collection a:hover img {
  mix-blend-mode: multiply;
  filter: brightness(1.2) contrast(1.2);
}
.collection a.visited {
  background-color: var(--green);
}
.collection a:target {
  background-color: var(--green);
}

.hue-rotate {
  animation: hue-rotate 7s linear infinite;
}

@keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
/*
█████████████████████████████████

  OBJECT

█████████████████████████████████
*/
dl.__specs {
  width: 20em;
  margin: 0;
}
dl.__specs div {
  display: flex;
  flex-flow: row wrap;
}
dl.__specs dt {
  flex-basis: 32%;
  padding: 2px 4px;
}
dl.__specs dd {
  flex-grow: 1;
  margin: 0;
  padding: 2px 4px;
}

.__object-pagenav {
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
}
.__object-pagenav a:hover {
  color: var(--green);
}

.images img {
  max-width: 100%;
  height: auto;
  mix-blend-mode: normal;
  transition: opacity 1s ease;
}

@media screen and (min-width: 2000px) {
  .images img {
    max-width: 2000px;
    margin: 0 auto;
  }
}
/*
█████████████████████████████████

   CONTEXT/PROJECT.php

█████████████████████████████████
*/
.project h1 {
  padding-top: 1.5rem;
}

.__context-detail p {
  margin-bottom: 1.3ch;
  margin-top: 0;
}
.__context-detail .__context-desc p:first-of-type {
  margin-top: 15vh;
}
.__context-detail .__cover-image {
  top: 80px;
}

/*
█████████████████████████████████

   INFORMATION

█████████████████████████████████
*/
@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
    text-align: center;
  }
}
.__information {
  padding-bottom: 64.5vh;
  /*
  ████████████
     IMG
  ████████████
  */
  /*
  ████████████
     FAQ
  ████████████
  */
}
.__information figure {
  margin: 0 auto;
  width: 50%;
}
.__information details summary {
  list-style: none;
  position: relative;
  cursor: pointer;
  margin-left: 1.75rem;
  margin-bottom: 1rem;
  transition: all 0.25s ease;
}
.__information details > summary::-webkit-details-marker {
  display: none;
}
.__information details > summary::before {
  display: block;
  position: absolute;
  content: " ";
  left: -1.75rem;
  top: 0.25rem;
  background-image: url("../images/west.svg");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  height: 1.1rem;
  width: 1rem;
  transition: all 0.25s ease;
}
.__information details[open] > summary {
  color: var(--green);
}
.__information details[open] > summary::before {
  transform: rotate(90deg);
}
.__information details summary:hover::after,
.__information details[open] summary::after {
  content: attr(data-label) " …";
  animation: hue-rotate 7s linear infinite;
}
.__information .accordion-text {
  margin-left: 3ch;
  margin-right: 2ch;
}
.__information .accordion-text ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.__information .accordion-text li p {
  margin-top: 0;
  margin-bottom: 0;
}
.__information h2 {
  scroll-margin-top: 4.8rem;
}
.__information h2:target {
  color: var(--green) !important;
}

select {
  appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  -webkit-appearance: none;
}

section.__information img {
  border-radius: 0.25rem;
}
section.__information a {
  text-decoration: none !important;
  color: var(--black);
  position: relative;
  display: inline-block;
}
section.__information a:hover {
  color: var(--green);
  animation: hue-rotate 7s linear infinite;
}
section.__information a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px; /* Adjust the height to control the thickness of the line */
  background: transparent;
  border-bottom: 2px dotted var(--black); /* Adjust the thickness and color of the dots */
  z-index: -1; /* Place it behind the text */
}

div.__subnav a::before {
  border-bottom: none;
}

div.__block-press a::after {
  position: absolute;
  content: "";
  right: -1.5rem;
  bottom: 0.3rem;
  background-image: url("../images/northwest.svg");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  height: 1.1rem;
  width: 1rem;
}

/*
█████████████████████████████████

   ICONS
   pulled from font awesome

█████████████████████████████████
*/
.icons {
  width: 0.75em;
  font-size: 1em;
}

/*
█████████████████████████████████

   SCROLL

█████████████████████████████████
*/
.overflow-auto {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

/*
█████████████████████████████████

   FADE IN MAIN

   trying this out to see if it works
█████████████████████████████████
*/
/* 
NOTE:
Using HTMX Boost to swap out pagea
.htmx-settling is automatically inserted into body on page change 
Using a class on <main> to control fade
*/
body.htmx-settling main.fade-in {
  opacity: 0;
}

.fade-out.htmx-swapping {
  opacity: 0;
  transition: opacity 250ms ease-out;
}

.project-grid-items.htmx-swapping {
  opacity: 0;
}

.fade-in {
  opacity: 1;
  transition: opacity 250ms ease-in;
}

.fade-out {
  animation: fade 250ms steps(90) forwards;
  -webkit-animation: fade 250ms steps(90) forwards;
  -moz-animation: fade 250ms steps(90) forwards;
}

@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade--in {
  animation: fadein 2500ms steps(90) forwards;
  -webkit-animation: fadein 250ms steps(90) forwards;
  -moz-animation: fadein 250ms steps(90) forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade---in {
  opacity: 0;
}
