@font-face {
  font-family: 'Arial-put';
  src: url('./Arial-put-Black.otf');
}
html {
  background: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}

body {
  margin: 5px 10px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0px;
  box-sizing: border-box;
  selection-color: rgb(53, 53, 53);
  selection-background: rgb(255, 255, 255);
  position: relative;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  -moz-column-gap: 0px;
  column-gap: 0px;
  overflow-x: hidden;
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  margin: 0;
  padding: 0;
}

html::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    transparent 12.5px,
    rgba(255, 190, 190, 0.85) 0.5px
  );
  background-size: 100% 13px;
  background-position: 0 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.07s ease;
}

html.show-baseline-grid::before {
  opacity: 1;
}

html::after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100vw - 20px);
  height: 100%;
  background-image: repeating-linear-gradient(
    to right,
    transparent,
    transparent calc(calc(100vw / 24) - 0.5px),
    rgba(173, 216, 230, 0.85) calc(calc(100vw / 24) - 0.5px),
    rgba(173, 216, 230, 0.85) calc(100vw / 24)
  );
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.07s ease;
}

html.show-column-grid::after {
  opacity: 1;
}

::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-width: none;
}

body {
  -ms-overflow-style: none;
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 768px) {
  .bg-video {
    transform: rotate(90deg);
    width: 100vh;
    height: 100vw;
    transform-origin: center center;
  }
}
a,
p {
  color: rgb(26, 25, 24);
  text-decoration: none;
  margin: 0;
  padding: 0;
  line-height: 13px;
  padding-top: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 13px;
  padding-top: 2px;
}

p {
  width: 100%;
  cursor: default;
}

a {
  font-family: Arial, sans-serif;
  font-weight: bold;
}

a {
  transition: color 0.07s ease;
}

a:hover {
  cursor: pointer;
}

#cur {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}

div {
  margin: 0;
  padding: 0;
  cursor: default;
}

*::-moz-selection {
  background-color: rgb(232, 232, 232);
  color: rgb(26, 25, 24);
}

*::selection {
  background-color: rgb(232, 232, 232);
  color: rgb(26, 25, 24);
}

p::-moz-selection,
a::-moz-selection {
  background-color: rgb(232, 232, 232);
  color: rgb(26, 25, 24);
}

p::selection,
a::selection {
  background-color: rgb(232, 232, 232);
  color: rgb(26, 25, 24);
}

.header {
  position: relative;
  width: 100%;
  height: 0;
}
.header .menu-item {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  display: block;
  line-height: 13px;
  padding-top: 5px;
}
.header .menu:hover {
  cursor: pointer;
  color: rgb(53, 53, 53);
}
.header .active {
  font-style: italic;
}

.projects {
  grid-column: 3 / span 24;
  margin-top: 778px;
  margin-left: 0;
}
.projects .pag {
  grid-column: 3 / span 24;
  margin-bottom: 52px;
  text-align: left;
  font-style: italic;
  margin-top: 0;
  padding: 0;
}

.pr {
  margin-bottom: 26px;
}
.pr .text {
  text-align: left;
  margin: 0;
  padding: 0;
}
.pr .imgs {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
}

/* Media Overlay Styles */
.media-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  display: none;
  z-index: 9999;
  pointer-events: none;
  transition: background-color 0.07s ease;
}

.media-overlay.full-opacity {
  pointer-events: auto;
}

body:has(.media-overlay.full-opacity) .header p,
body:has(.media-overlay.full-opacity) .header a,
body:has(.media-overlay.full-opacity) .header span,
body:has(.media-overlay.full-opacity) .header .imgs,
body:has(.media-overlay.full-opacity) .projects p,
body:has(.media-overlay.full-opacity) .projects a,
body:has(.media-overlay.full-opacity) .projects span,
body:has(.media-overlay.full-opacity) .projects .imgs {
  color: rgb(205, 205, 205);
  transition: color 0.07s ease;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.media-content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  margin: 0;
  padding: 0;
}

.media-overlay.full-opacity .media-content {
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
}

.media-content img,
.media-content video {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right top;
  object-position: right top;
  display: block;
  pointer-events: none;
  width: 60vw;
  max-height: 100vh;
  height: auto;
  transition: opacity 0.07s ease;
}

.media-overlay.full-opacity .media-content img,
.media-overlay.full-opacity .media-content video {
  max-width: 95vw;
  max-height: 95vh;
  height: 95vh;
}

/* Hover effect for clickable spans */
.imgs {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.img {
  transition: color 0.07s ease, background-color 0.07s ease;
  cursor: pointer;
}

.img:hover {
  color: rgb(53, 53, 53);
}

.made-in {
  font-style: italic;
}

/* Navigation click areas for single image view - positioned relative to image */
.nav-click-area {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 10001;
  pointer-events: auto;
  transition: background-color 0.07s ease;
}

.nav-click-area.nav-left {
  left: 0;
  cursor: default;
}

.nav-click-area.nav-right {
  right: 0;
  cursor: default;
}

/* Unified Gallery Styles */
.unified-gallery {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  width: 60%;
  height: 100vh;
  background: transparent;
  z-index: 10000;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  cursor: pointer;
}
.unified-gallery::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.unified-gallery.active {
  display: flex;
}

.unified-gallery-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
  width: 100%;
  cursor: default;
}

.unified-gallery-item {
  flex-shrink: 0;
  width: 100%;
  min-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  cursor: default;
}

.unified-gallery-item img,
.unified-gallery-item video {
  width: 100% !important;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-object-fit: contain;
  display: block;
  pointer-events: none;
  cursor: default;
  flex-shrink: 0;
}

.unified-gallery-item video {
  background-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: auto;
}

/* Tumblr Page Styles */
.tumblr-images {
  grid-column: 3 / span 22;
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: flex-start;
}

.tumblr-image {
  max-width: 1155px;
  max-height: 770px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .tumblr-images {
    grid-column: 1/-1;
    width: calc(100vw - 10px);
    margin: 26px 5px 0 5px;
    gap: 26px;
    align-items: flex-start;
    padding: 0;
  }
  .tumblr-image {
    width: 100%;
    max-width: none;
    max-height: none;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
/* Mobile Responsive Styles */
@media (max-width: 768px) {
  body {
    grid-template-columns: repeat(12, 1fr);
    margin: 5px 5px;
  }
  .bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100vh;
    min-height: 100vw;
    width: 100vh;
    height: 100vw;
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: center center;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .header {
    grid-column: 3 / span 12;
    margin-left: 0;
    margin-top: 0;
  }
  .projects {
    grid-column: 3 / span 12;
    margin-left: 0;
    margin-top: 648px;
  }
  .media-content {
    margin: 0;
    padding: 0 10px;
  }
  .media-content img,
  .media-content video {
    width: 100%;
    max-width: none;
    max-height: 80vh;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .unified-gallery {
    width: 100%;
    left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .unified-gallery-item img,
  .unified-gallery-item video {
    width: calc(100vw - 10px);
  }
  html::after {
    left: 5px;
    width: calc(100vw - 10px);
  }
}
body.gallery-active-text {
  color: rgb(205, 205, 205) !important;
}
body.gallery-active-text p,
body.gallery-active-text a,
body.gallery-active-text span,
body.gallery-active-text div,
body.gallery-active-text h1,
body.gallery-active-text h2,
body.gallery-active-text h3,
body.gallery-active-text h4,
body.gallery-active-text h5,
body.gallery-active-text h6 {
  color: rgb(205, 205, 205) !important;
}
body.gallery-active-text .img {
  color: rgb(205, 205, 205) !important;
}
body.gallery-active-text .header,
body.gallery-active-text .projects {
  color: rgb(205, 205, 205) !important;
}
body.gallery-active-text .header p,
body.gallery-active-text .header a,
body.gallery-active-text .header span,
body.gallery-active-text .header div,
body.gallery-active-text .projects p,
body.gallery-active-text .projects a,
body.gallery-active-text .projects span,
body.gallery-active-text .projects div {
  color: rgb(205, 205, 205) !important;
} /*# sourceMappingURL=style.css.map */
