/*
Theme Name: ZERO
Author: thyme.studio
Author URI: https://thyme.studio
Version: 2025.08
Requires at least: 6.1
Tested up to: 6.8.2
Requires PHP: 8.2.29
Text Domain: zero
*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.--remove-scrollbars {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.--remove-scrollbars::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-family: "Futura LT";
  font-style: normal;
  font-weight: normal;
  src: url("includes/fonts/1475798/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix");
  src: url("includes/fonts/1475798/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix") format("eot"), url("includes/fonts/1475798/8bf38806-3423-4080-b38f-d08542f7e4ac.woff2") format("woff2"), url("includes/fonts/1475798/e2b9cbeb-fa8e-41cd-8a6a-46044b29ba52.woff") format("woff"), url("includes/fonts/1475798/c2a69697-4f06-4764-abd4-625031a84e31.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT";
  font-style: normal;
  font-weight: bold;
  src: url("includes/fonts/1475846/752e3189-96d5-4999-8ae7-c435a470461b.eot?#iefix");
  src: url("includes/fonts/1475846/752e3189-96d5-4999-8ae7-c435a470461b.eot?#iefix") format("eot"), url("includes/fonts/1475846/f3fa9288-dc04-4f75-b949-b06584863c9c.woff2") format("woff2"), url("includes/fonts/1475846/6b1bbd38-7556-4809-a151-88182a37116e.woff") format("woff"), url("includes/fonts/1475846/1f56887e-52d4-4229-b219-513cbef3ff58.ttf") format("truetype");
}
html,
body {
  position: relative;
  display: block;
  width: 100dvw;
  height: 100dvh;
  font-size: 16px;
  font-family: "Futura LT", sans-serif;
}

#wrapper {
  position: relative;
  display: flex;
  width: 100dvw;
  height: 100dvh;
  flex-direction: column;
}

#main {
  flex: 1;
}

#foundation {
  background: white;
  color: black;
  container-type: inline-size;
  container-name: foundation;
}

#archive {
  background: black;
  color: white;
  container-type: inline-size;
  container-name: archive;
}
#archive::after {
  content: "";
  background: black;
}

.section {
  position: relative;
  display: flex;
  padding: 0.9375rem;
  flex-direction: column;
}
.section__title {
  position: relative;
  display: inline-block;
  margin-bottom: 2.5rem;
  font-size: 1.875rem;
}
.section.--inactive {
  height: 3.5rem;
  overflow: clip;
}
@media only screen and (min-width: 768px) {
  .section.--inactive {
    height: 100%;
  }
}
.section.--active {
  height: 100%;
}
.section-content__title {
  font-size: 3.125rem;
}
.section-content__content {
  display: none;
}
.section-content.--active .section-content__content {
  display: block;
}
.section-container {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.container {
  display: flex;
  width: 100%;
  height: calc(100vh - 30px);
  flex-direction: column;
  overflow: clip;
}
@media only screen and (min-width: 1080px) {
  .container {
    flex-direction: row;
  }
}

.js-split__left {
  width: 100%;
  height: 50%;
}
@media only screen and (min-width: 1080px) {
  .js-split__left {
    width: 50%;
    height: 100%;
  }
}

.js-split__right {
  flex: 1;
}

.js-split__bar {
  background: rgba(255, 0, 255, 0.5);
  position: relative;
  display: none;
  z-index: 10;
}
@media only screen and (min-width: 1080px) {
  .js-split__bar {
    position: relative;
    display: block;
    width: 2.5rem;
    height: 100%;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    cursor: col-resize;
  }
}

#footer {
  background: rgba(255, 0, 0, 0.25);
  position: relative;
  display: block;
  width: 100%;
  padding: 0.9375rem;
  bottom: 0;
  left: 0;
  color: white;
}
#footer .footer-nav ul {
  position: relative;
  display: flex;
}
#footer .footer-nav ul li:not(:last-of-type) {
  margin-right: 0.9375rem;
}
#footer .footer-nav ul li:last-of-type {
  flex: 1;
  text-align: right;
}
#footer .footer-nav ul li a {
  color: inherit;
  text-decoration: none;
}

.grid {
  width: 100%;
  column-count: 1;
  column-gap: 0;
  column-count: 1;
}
@container archive (max-width: 100px) {
  .grid .grid-item {
    display: none;
  }
}
@container archive (min-width: 400px) {
  .grid {
    column-count: 2;
  }
}
@container archive (min-width: 600px) {
  .grid {
    column-count: 3;
  }
}
@container archive (min-width: 900px) {
  .grid {
    column-count: 4;
  }
}
@container archive (min-width: 1200px) {
  .grid {
    column-count: 5;
  }
}
@container archive (min-width: 1500px) {
  .grid {
    column-count: 6;
  }
}
.grid-item {
  position: relative;
  display: block;
  padding: 0.46875rem;
}

.post {
  position: relative;
  display: block;
  border: solid 0.0625rem black;
  transition: 0.5s ease;
  break-inside: avoid;
}
.post__desc {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.625rem;
  border: solid 0.0625rem transparent;
  opacity: 0;
  transition: 0.6s ease;
  text-decoration: none;
  color: inherit;
}
.post__title {
  font-size: 0.75rem;
  font-style: italic;
}
.post__title .year {
  font-style: normal;
}
.post img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 1;
  transition: 0.6s ease;
  pointer-events: none;
}
.post:hover {
  transition: 0.1s ease;
}
.post:hover img {
  opacity: 0.25;
  transition: 0.1s ease;
}
.post:hover .post__desc {
  border: solid 0.0625rem white;
  transition: 0.1s ease;
  opacity: 1;
}
.post.bio .post__desc {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  border: solid 0.0625rem white;
  opacity: 1;
}
.post.bio .post__title {
  font-size: 1.875rem;
  font-style: normal;
  margin-bottom: 1.875rem;
}
.post.bio .post__classification {
  font-size: 1rem;
}
.post.bio:hover .post__desc {
  background: white;
  color: black;
}

/*# sourceMappingURL=style.css.map */
