@charset "utf-8";
@font-face {
            font-family: "Modulor Union", Helvetica, Arial, sans-serif;
        }    @font-face {
            font-family: Menlo, monospace;
        }              
        @font-face {
          font-family: "Timeless";
          src: url("Timeless.ttf") format("truetype");
      }
              @font-face {
            font-family: "dec terminal modern";
            src: url("https://fonts.cdnfonts.com/s/76202/_decterm.woff") format("woff");
        }
              @font-face {
            font-family: "karma_future";
            src: url("https://ojack.xyz/fonts/karma_future-webfont.woff2") format("woff2"),
                 url("https://ojack.xyz/fonts/karma_future-webfont.woff") format("woff");
        }
              @font-face {
            font-family: "blockstepped";
            src: url("https://ojack.xyz/fonts/blockstepped-webfont.woff2") format("woff2"),
                 url("https://ojack.xyz/fonts/blockstepped-webfont.woff") format("woff");
        }
        /* Base layout */
        html {
          overflow-x: hidden;
        }

        body {
          font-family: Arial, Helvetica, sans-serif;
          font-style: italic;
          font-size: 19px;
          color: #111;
    background: linear-gradient(to top, #F5F5F5, #F5F5F5);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100vh; /* lock gradient height to viewport */

          margin: 6px;
          line-height: 1.6;
          overflow-x: hidden;
        }
    .entry-container {
      display: none;
    }

    .entry-container.active {
      display: block;
    }

    #page-container.hidden {
      display: none;
    }
        a {
          text-decoration: none;
          color: saddlebrown;
        }

        a:hover {
          color: rosybrown;
        }

        .wrap {
          max-width: 55vw;
          margin: 0 auto;
          position: relative;
        }

        h1 {
          font-family: Arial, Helvetica, sans-serif;
          font-style: italic;
          font-size: 28px;
          border-bottom: 1px solid #ddd;
          padding-bottom: 8px;
          margin-bottom: 18px;
          font-weight: 600;
        }

        h2 {
          font-family: Arial, Helvetica, sans-serif;
          font-style: italic;
          font-size: 22px;
          margin-top: 16px;
          border-bottom: 1px solid #eee;
          padding-bottom: 4px;
          font-weight: 600;
        }

        h3 {
          font-family: Arial, Helvetica, sans-serif;
          font-style: italic;
          font-size: 18px;
          margin-top: 20px;
          margin-bottom: 10px;
          font-weight: 600;
        }

        .contact {
          font-size: 14px;
          margin-bottom: 24px;
        }

        .social a {
          color: #999;
          margin-right: 10px;
          font-size: 16px;
        }

        .social a:hover {
          color: #555;
        }

        .year {
          font-weight: bold;
          margin-right: 8px;
          white-space: nowrap;
        }

        .timeline .row {
          margin-bottom: 8px;
        }

        /* Tabs */
        .tabs {
          display: flex;
          flex-wrap: wrap;
          border-bottom: 1px solid #ccc;
          margin-bottom: 25px;
          font-size: 14px;
          gap: 4px;
        }

        .tab {
          font-family: Arial, Helvetica, sans-serif;
          font-style: italic;
          padding: 8px 14px;
          cursor: pointer;
          border: 1px solid #ccc;
          border-bottom: none;
background: linear-gradient(to top, #F5F5F5, #F5F5F5);
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          display: flex;
          align-items: center;
          gap: 6px;
          text-transform: uppercase;
        }

        .tab span.icon {
          font-size: 16px;
        }

        .tab.active {
background: linear-gradient(to top, #F5F5F5, #F5F5F5);
          font-weight: 600;
          border-bottom: 1px solid #fff;
        }

        .tab-content {
          display: none;
          font-size: 13px;
        }

        .tab-content.active {
          display: block;
        }

        /* Generic entry pattern for projects with image + "More info" */
        .entry {
          margin-top: 18px;
          margin-bottom: 24px;
        }

        .entry-header {
          display: flex;
          gap: 8px;
          align-items: baseline;
          margin-bottom: 4px;
        }

        .entry-title {
          font-weight: 600;
          font-size: 1.6em;
        }

        .entry-image {
          width: 950px;
          height: auto;
          display: block;
          margin-top: 6px;
          margin-bottom: 6px;
          background: #f3f3f3;  /* neutral placeholder box */
          min-height: 220px;    /* visible area even without src */
          object-fit: cover;
        }

        .entry-more-link {
          font-size: 0.85em;
          color: saddlebrown;
          cursor: pointer;
          text-decoration: underline;
          display: inline-block;
          margin-bottom: 4px;
        }

        .entry-more {
          display: none;
          font-size: 0.9em;
          color: #333;
        }

        .entry-more.open {
          display: block;
          margin-top: 4px;
        }

        /* About tab */
        .about-image {
          height: 340px;
          object-fit: cover;
          background: #f0f0f0;
          display: block;
          margin: 0 auto 16px auto;
        }

        .about-text {
          font-size: 0.98em;
        }

        /* Visuals gallery */
        .gallery {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
          gap: 14px;
          margin-top: 16px;
        }

        .gallery-item {
          border: 1px solid #eee;
          padding: 6px;
        }

        .gallery-img {
          width: 100%;
          height: 180px;
          background: #f3f3f3;
          object-fit: cover;
          display: block;
          margin-bottom: 6px;
        }

        .gallery-caption {
          font-size: 0.85em;
          color: #444;
        }

        /* Video works */
        .video-entry {

        }

        .video-frame {


        }

        .video-frame iframe {

        }

        .video-desc {
          font-size: 0.9em;
          color: #333;
        }

        /* Simple list sections (Awards, Press, etc.) */
        .simple-list .row {
          margin-bottom: 6px;
          font-size: 0.95em;
        }
        .layout {
      display: flex;
      flex-direction: row;
      width: 100%;
    }

    .site-title {
      position: fixed;
      top: 20px;
      left: 70px;
      font-family: Arial, Helvetica, sans-serif;
      font-style: italic;
      font-size: 1.3em;
      color: rgba(0, 0, 0, 0.9);
      mix-blend-mode: normal;
      z-index: 10006;
      margin: 0;
      padding: 0;
      border-bottom: none;
      text-transform: uppercase;
    }

    .side-menu {
      width: 100%;
      position: fixed;
      top: 120px;
      left: 70px;
      z-index: 10000;
      max-width: 300px;
    }

    .nav-collage {
      pointer-events: auto;
    }

    .nav-link {
      pointer-events: auto;
    }

    .main-content {
      margin-top: 60px;
      margin-left: 200px;
      width: calc(100% - 200px);
      position: relative;
    }
          /* Hamburger for mobile */
    .menu-toggle {
      display: none;
      position: fixed;
      top: 20px;
      left: 20px;
      font-size: 28px;
      cursor: pointer;
      z-index: 10004;
      background: rgba(255,255,255,0.9);
      padding: 8px 12px;
      border-radius: 4px;
    }
    /* --- COLLAGE NAVIGATION --- */
    .nav-collage {
      display: flex;
      flex-wrap: wrap;
      gap: 22px;
      margin-bottom: 6px;
      position: relative;
    }
    
    @media(max-width: 800px) {
      .nav-collage {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 12px;
        margin-bottom: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
      }
      
      .nav-link {
        font-size: 11px;
        padding: 4px 6px;
        white-space: nowrap;
        flex-shrink: 0;
      }
      
      .nav-link.break {
        flex-basis: auto;
        width: auto;
      }
      
      .contact-panel {
        margin-top: 12px;
        margin-bottom: 0;
        padding: 8px 0;
        font-size: 11px;
        width: 100%;
        text-align: center;
      }
      
      .contact-line {
        margin-bottom: 4px;
        font-size: 10px;
      }
      
      .site-footer {
        display: none;
      }
    }
.break {
  flex-basis: 100%; /* forces a line break */
  width: auto;
  max-width: fit-content;
}
    .nav-link {
      font-family: Arial, Helvetica, sans-serif;
      font-style: italic;
      font-size: 14px;
      cursor: pointer;
      opacity: 0.85;
      transition: all 0.25s ease;
      position: relative;
      text-decoration: none;
      color: #111;
      font-weight: 400;
      display: inline-block;
      text-transform: uppercase;
    }

    .nav-link:hover {
      opacity: 1;
      transform: translateY(-3px);
      text-decoration: underline;
    }

    .nav-link.active {
      font-weight: 600;
      text-decoration: underline;
      opacity: 1;
      transform: translateY(0px) !important;
    }

    /* MOBILE BEHAVIOR -------------------------------------- */
    @media(max-width: 800px) {
      html, body {
        width: 100%;
        max-width: 100vw;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        box-sizing: border-box;
      }
      
      body * {
        box-sizing: border-box;
      }
      
      img, video, iframe {
        max-width: 100%;
        height: auto;
      }

      .site-title {
        top: 10px !important;
        left: 20px !important;
        right: auto !important;
        font-size: 0.65em;
        mix-blend-mode: normal;
        color: rgba(0, 0, 0, 0.9);
        z-index: 10006;
        font-family: Arial, Helvetica, sans-serif;
        font-style: italic;
        text-transform: uppercase;
        max-width: calc(100vw - 140px) !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .layout {
        width: 100vw;
        max-width: 100vw;
        margin: 0;
        padding: 0;
      }

      .side-menu {
        position: fixed;
        left: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        background: rgba(255,255,255,0.98);
        padding: 12px 15px;
        border-top: 1px solid #ccc;
        border-right: none;
        transition: transform 0.3s ease;
        overflow-y: visible;
        z-index: 10003;
        transform: translateY(100%);
        height: auto;
        max-height: none;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
      }

      .side-menu.open {
        transform: translateY(0);
      }

      .menu-toggle {
        display: block !important;
        z-index: 10004;
        top: 10px !important;
        right: 10px !important;
        left: auto !important;
      }

      .main-content {
        margin-left: 0 !important;
        margin-top: 50px !important;
        margin-bottom: 80px !important;
        width: 100%;
        max-width: 100vw;
        padding-bottom: 20px;
        box-sizing: border-box;
        overflow-x: hidden;
      }

      .tab-content.active {
        margin-top: 0;
      }

      .v-tabs {
        margin: 0 !important;
        top: 40px !important;
        right: 10px !important;
        left: auto !important;
        z-index: 10001;
        background: rgba(255,255,255,0.95) !important;
        padding: 6px 8px;
        position: fixed;
        width: auto;
        max-width: calc(100vw - 140px);
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        font-size: 11px;
        mix-blend-mode: normal !important;
        justify-content: flex-end;
      }
      
      /* Keep hamburger menu visible - it now reveals footer menu */

      .v-tab {
        font-family: Arial, Helvetica, sans-serif;
        font-style: italic;
        font-size: 11px;
        padding: 3px 5px;
        white-space: nowrap;
        flex-shrink: 1;
        min-width: 0;
        text-transform: uppercase;
        color: #111 !important;
      }
      
      .v-sub-tabs {
        top: 70px !important;
        right: 10px !important;
        left: auto !important;
        font-size: 9px;
        gap: 10px;
        max-width: calc(100vw - 140px);
        justify-content: flex-end;
        background: rgba(255,255,255,0.98) !important;
        mix-blend-mode: normal !important;
        padding: 6px 8px;
        position: fixed;
        z-index: 10005 !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        border-radius: 4px;
      }
      
      .v-sub-tab {
        font-size: 9px;
        padding: 2px 0;
        color: #111 !important;
        pointer-events: auto !important;
        z-index: 10006 !important;
        position: relative;
      }

      .v-sub-tab-break {
        flex-basis: 100%;
        width: 100%;
      }

      .wrap {
        max-width: 100vw;
        width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        overflow-x: hidden;
      }

      .entry {
        width: 100vw;
        padding: 0 15px;
        box-sizing: border-box;
      }

      .entry-image {
        width: 100vw;
        max-width: 100vw;
        margin-left: 0;
        margin-right: 0;
      }

      .about-image {
        width: 100vw;
        max-width: 100vw;
        margin-left: 0;
        margin-right: 0;
        height: auto;
      }

      .gallery {
        width: 100vw;
        padding: 0 15px;
        box-sizing: border-box;
      }

      .gallery-img {
        width: 100%;
      }

      .three-columns {
        width: 100%;
        max-width: 100vw;
        flex-direction: column;
        gap: 20px;
        padding: 0 15px;
        box-sizing: border-box;
        overflow-x: hidden;
      }

      .left-column,
      .mid-column,
      .right-column {
        width: 100%;
        max-width: 100%;
        border-left: none;
        padding-left: 0;
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-wrap: break-word;
        overflow-x: hidden;
      }
      
      .timeline,
      .simple-list {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-wrap: break-word;
      }
      
      .timeline .row,
      .simple-list .row {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        margin-bottom: 8px;
        line-height: 1.5;
      }
      
      .timeline .row .year,
      .simple-list .row .year {
        display: inline-block;
        margin-right: 8px;
        flex-shrink: 0;
      }
      
      .title-bold {
        display: inline;
        word-wrap: break-word;
        overflow-wrap: break-word;
      }
      
      .press-grants-desktop {
        display: none;
      }
      
      .press-grants-mobile {
        display: block;
      }

      .tab-content {
        width: 100vw;
      }

      h1, h2, h3, p, .entry-header, .entry-title, .entry-more, .about-text, .simple-list {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
      }
      
      .about-text p {
        max-width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
        line-height: 1.6;
      }
      
      .tab-content {
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        overflow-x: hidden;
      }
      
      .tab-content * {
        max-width: 100%;
        box-sizing: border-box;
      }
      
      a {
        word-break: break-word;
        overflow-wrap: break-word;
      }
    }
          /* --- CONTACT PANEL --- */
    .contact-panel {
      display: none;
      margin-top: 18px;
      margin-bottom: 25px;
        right:90px;
      font-size: 14px;
      opacity: 0;
      transition: opacity 0.25s ease;
    }

    .contact-panel.show {
      display: block;
      opacity: 1;
    }

    .contact-line {
      margin-bottom: 6px;
    }

    .social-links a {
      color: #555;
      text-decoration: none;
    }

    .social-links a:hover {
      text-decoration: underline;
      color: #111;
    }
    
    /* Social links list - one per line, bigger font */
    .social-links-list {
      margin-top: 12px;
      margin-bottom: 12px;
      line-height: 1.1;
    }
    
    .social-links-list a {
      display: block;
      font-size: 2.5em;
      color: saddlebrown;
      text-decoration: none;
      margin-bottom: 2px;
      font-weight: 500;
    }
    
    .social-links-list a:hover {
      color: rosybrown;
      text-decoration: underline;
    }

          /* -------------------------------------------
       INTERNAL VISUALS TABS
    -------------------------------------------- */
.v-tabs {
  display: flex;
  gap: 20px;
  font-size: 16px;
  position: fixed;
  top: 0;
  right: 50px;
  pointer-events: auto;
  z-index: 10005;
  padding: 10px 0;
  background: none;
  mix-blend-mode: difference;
}

    .v-tab {
      font-family: Arial, Helvetica, sans-serif;
      font-style: italic;
      cursor: pointer;
      opacity: 0.7;
      padding: 4px 0;
      transition: 0.2s;
      border-bottom: 1px solid transparent;
      pointer-events: auto;
      position: relative;
      text-transform: uppercase;
      color: #fff;
    }

    .v-tab:hover {
      opacity: 1;
    }

    .v-tab.active {
      opacity: 1;
      font-weight: 600;
      border-bottom: 1px solid currentColor;
    }

    .v-tab-content {
      display: none;
    }

    .v-tab-content.active {
      display: block;
    }

    /* SUB-TABS FOR MUSIC & SOUND */
    .v-sub-tabs {
      display: flex;
      gap: 15px;
      font-size: 11px;
      position: fixed;
      top: 40px;
      right: 20px;
      pointer-events: auto;
      z-index: 10004;
      padding: 8px 0;
      background: none;
      mix-blend-mode: difference;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: flex-end;
      max-width: calc(100vw - 40px);
    }

    .v-sub-tab {
      font-family: Arial, Helvetica, sans-serif;
      font-style: italic;
      cursor: pointer;
      opacity: 0.7;
      padding: 3px 0;
      transition: 0.2s;
      border-bottom: 1px solid transparent;
      pointer-events: auto;
      position: relative;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }

    .v-sub-tab:hover {
      opacity: 1;
    }

    .v-sub-tab.active {
      opacity: 1;
      font-weight: 600;
      border-bottom: 1px solid currentColor;
    }

    .v-sub-tab-break {
      flex-basis: 100%;
      width: 100%;
      height: 0;
      order: 0;
    }
.site-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  padding: 8px 0;
  font-size: 12px;
  color: #333;
  z-index: 9999;             /* stays above everything */
  pointer-events: none;      /* don't block interactions */
}

.site-footer * {
  pointer-events: auto;      /* but allow clicking on footer content */
}



.photo-wrap {
    position: relative;
    display: inline-block;
}

.photo-credit {
    position: absolute;
    bottom: 3px;      /* distance from bottom border */
    left: 1px;       /* distance from right border */
    font-size: 8px;   /* tiny font */
    color: rgba(255,255,255,0.85); /* soft white */
    background: rgba(0,0,0,0.25);  /* light translucent shadow */
    padding: 1px 3px;
    border-radius: 2px;
    pointer-events: none; /* never blocks clicking the image */
}
.three-columns {
  display: flex;
  gap: 40px;
  margin-top: 20px;
    width:1400px;
}

.press-grants-desktop {
  display: block;
}

.press-grants-mobile {
  display: none;
}
/* Left column = flexible */
.mid-column {
  flex: 2;
    max-width: 650px;
}

/* Left column = flexible */
.left-column {
  flex: 2;
    max-width: 650px;
}

/* Right column = fixed width */
.right-column {
  flex: 1;
  max-width: 650px;
  border-left: 1px solid rgba(255,255,255,0.2);
  padding-left: 20px;
}

/* 35mm Gallery Styles */
/* Override main-content constraints for 35mm page */
body.page-35mm {
  overflow-x: auto;
  overflow-y: hidden;
}

body.page-35mm .main-content {
  margin-top: 0;
  width: auto;
  max-width: none;
  overflow: visible;
}

#35mm.tab-content {
  position: relative;
  width: auto;
  min-width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  overflow: visible;
  pointer-events: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  padding: 0 40px;
}

.gallery-container {
  display: none;
}

.gallery-scroll {
  display: none;
}

.gallery-image {
  height: 90vh;
  width: auto;
  max-width: none;
  object-fit: contain;
  flex-shrink: 0;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
}
