@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=656917b0-f66b-4059-9cd9-a657a867360b");
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&display=swap');


* {
  margin: 0;
  padding: 0;
}

:root {
  --padding: 0.5rem;
  --color-black: #000;
  --color-white: #fff;
  --color-grey: #777;
  --color-light: #eee;
  --color-blue: #9cfff6;

  --color-grn-lt: #b2ed89;
  --color-grn-dk: #537c21;

  --color-yellow: #e7d332;
  --color-pink: linear-gradient(0deg, rgba(74, 131, 69, 0.62) 0%, rgb(214, 232, 150) 50%, rgba(230, 255, 107, 0.43) 100%);
  --color-dark: #141414;

  --color-text: var(--color-white);
  --color-text-grey: var(--color-grey);
  --color-background: var(--color-black);
  --color-code-light-grey: #cacbd1;
  --color-code-comment: #a9aaad;
  --color-code-white: #c5c9c6;
  --color-code-red: #d16464;
  --color-code-orange: #de935f;
  --color-code-yellow: #f0c674;
  --color-code-green: #a7bd68;
  --color-code-aqua: #8abeb7;
  --color-code-blue: #7e9abf;
  --color-code-purple: #b294bb;
  --font-family-sans: "Inconsolata", monospace;
  --font-family-mono: "Inconsolata", monospace;
  --font-bold: "Inconsolata", monospace;
}

html,
body {
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-sans);
  background: var(--color-black);
  color: var(--color-white);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: var(--color-white);
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-out;
  color: var(--color-light);
}

a:hover {
  transition: all 0.1s ease-in;
}

button {
  font: inherit;
  background: none;
  border: 0;
  color: currentColor;
  cursor: pointer;
}

strong,
b {
  text-transform: uppercase;
  letter-spacing: 0.06rem;
}

small {
  font-size: inherit;
  color: var(--color-text-grey);
}

span {
  display: block;
  line-height: 3rem;
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  /* max-width: 70rem; */
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 1rem 0;
  font-size: 0.7rem;
  background-color: var(--color-dark);
  color: var(--color-light);
  filter: drop-shadow(0 0 0.69rem var(--color-dark));
  align-items: baseline;
  background-color: #000000d1;
  border-bottom: solid 0.1rem var(--color-grey);
}

main.main {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0.5rem;
  box-sizing: border-box;
}

main h1 {
  line-height: 6rem;
  text-transform: uppercase;
  font-size: 2rem;
}

header h1 {
  filter: drop-shadow(0 0 2rem var(--color-light));
  color: var(--color-dark);
  padding: 1rem 0;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.24rem;
  margin: auto;
  max-width: 33rem;
}

.intro-header {
  text-align: center;
  padding: 1rem 0 5rem;
  line-height: 2.4rem;
}

.logo {
  text-align: left;
  cursor: pointer;
  color: var(--color-light);
  font-size: 1.2rem;
  mix-blend-mode: difference;
}

.menu {
  display: flex;
  align-items: baseline;
  padding-bottom: 0.5rem;
}

.menu a {
  padding: 0;
  display: block;
  margin: 0 0.5rem;
  color: var(--color-light);
  text-transform: capitalize;
  font-size: 1.2rem;
}

.menu a:hover {
  filter: drop-shadow(0 0 0.2rem #fff);
}

.menu a[aria-current] {
  text-decoration: none;
  border-bottom: solid 0.1rem var(--color-black);
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 1rem;
  height: 1.2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
  align-self: center;
}

.hamburger div {
  width: 1rem;
  height: 0.125rem;
  background-color: var(--color-light);
}

.close-menu {
  display: none;
  color: var(--color-light);
}

.close-menu.show {
  display: inline;
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  padding: 1rem;
  cursor: pointer;
  font-size: 1.5rem;
  border: solid 0.1rem var(--color-dark);
  border-radius: 100%;
  margin: 2rem;
  background: var(--color-dark);
  height: 2rem;
  width: 1.8rem;
  font-weight: var(--font-bold);
}

.close-menu.show:hover {
  background: var(--color-light);
  color: var(--color-dark);
  border: solid 0.1rem var(--color-dark);
}

.menu a {
  padding: 0;
  display: block;
  margin: 1rem;
  color: var(--color-light);
}

.social {
  display: flex;
  padding: 0 .5rem;
  filter: brightness(10);
}

.social a {
  padding: 1rem .5rem;
}

.social a:hover {
  filter: drop-shadow(0 0 0.5rem #000);
}

.section {
  padding: 3rem 0;
}

.grid {
  --columns: 12;
  --gutter: 3rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: 1fr;
  filter: drop-shadow(0 0 33vw var(--color-light));
  padding: 0;
}

.grid>.column {
  margin-bottom: var(--gutter);
}

.grid img {
  filter: drop-shadow(0 0.2rem 0.2rem #00000070);
  border-radius: 0.2rem;
  max-height: 90vh;
  margin: auto;
  display: block;
}

.autogrid {
  --gutter: 3rem;
  --min: 10rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  grid-auto-flow: dense;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: var(--font-family-sans);
}

p {
  margin: auto;
  max-width: 33rem;
  cursor: default;
}

.text {
  line-height: 1.5em;
}

.text a {
  text-decoration: none;
  border-bottom: solid 0.1rem var(--color-blue);
}

.text :first-child {
  margin-top: 0;
}

.text :last-child {
  margin-bottom: 0;
}

.text p,
.text ul,
.text ol {
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 0 1rem var(--color-light));
}

.text ul p,
.text ol p {
  margin-bottom: 0;
}

.text ul>li {
  list-style: none;
}

.text ol>li {
  list-style: none;
}

.text ul ol,
.text ul ul,
.text ol ul,
.text ol ol {
  margin-bottom: 0;
}

.text h1,
.h1,
.intro {
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 1.25em;
  color: var(--color-dark);
  text-transform: uppercase;
  font-weight: 900;
  cursor: default;
}

span.h1 {
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: -0.02rem;
}

.text h2,
.h2 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.text .codeblock {
  display: grid;
}

.text code {
  font-family: var(--font-family-mono);
  font-size: 1em;
  background: var(--color-light);
  padding: 0 .5rem;
  display: inline-block;
  color: var(--color-black);
}

.text pre {
  margin: 3rem 0;
  background: var(--color-black);
  color: var(--color-white);
  padding: 1.5rem;
  overflow-x: scroll;
  overflow-y: hidden;
  line-height: 1.5rem;
}

.text pre code {
  padding: 0;
  background: none;
  color: inherit;
}

.text hr {
  margin: 6rem 0;
}

.text dt {
  font-family: var(--font-family-sans);
}

.text blockquote {
  font-size: 1.25rem;
  line-height: 1.325em;
  border-left: 2px solid var(--color-black);
  padding-left: 1rem;
  margin: 3rem 0;
  max-width: 25rem;
}

.text blockquote footer {
  font-size: .875rem;
}

.text figure {
  margin: 3rem 0;
}

.text figcaption {
  padding-top: .75rem;
  color: var(--color-text-grey);
}

hr {
  border: 0;
  background: currentColor;
  height: 2px;
  width: 1.5rem;
  margin: 3rem auto;
}

.align-center {
  text-align: center;
}

.intro {
  max-width: 40rem;
}

.intro *:not(:last-child) {
  margin-bottom: 1em;
}

.cta {
  background: var(--color-black);
  color: var(--color-white);
  display: inline-flex;
  justify-content: center;
  padding: .75rem 1.5rem;
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-black);
}

.box {
  background: var(--color-light);
  padding: 1.5rem;
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-light);
}

.video-fig {
  position: relative;
  width: 100%;
  height: 100%;
}

.video,
.img {
  position: relative;
  display: block;
  --w: 1;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
}

.img img,
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 0.15rem;
  aspect-ratio: 3/2;
}

.img[data-contain] img {
  object-fit: contain;
}

.img-caption,
.video-caption {
  padding-top: .75rem;
  line-height: 1.5em;
  text-align: center;
}

.footer {
  line-height: 1.5em;
  color: var(--color-light);
  display: flex;
  justify-content: space-around;
  border-top: solid var(--color-dark) 0.1rem;
  margin-top: auto;
  align-items: center;
  padding: 0;
  font-size: 1rem;
  background: #00000090;
  width: 100%;
  filter: drop-shadow(0 -1rem 1rem #00000090);
}

footer span {
  text-transform: uppercase;
}

.footer h2 {
  margin-bottom: .75rem;
}

.footer ul,
.footer p,
.footer span {
  color: var(--color-grn-dark);
  padding: 1rem .5rem;
}

.footer p {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.footer a:hover {
  color: var(--color-text);
}

.center {
  text-align: center;
}

.map {
  --w: 2;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  position: relative;
  overflow: hidden;
  background: var(--color-black);
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.margin-s {
  margin-bottom: .75rem;
}

.margin-m {
  margin-bottom: 1.5rem;
}

.margin-l {
  margin-bottom: 3rem;
}

.margin-xl {
  margin-bottom: 4.5rem;
}

.margin-xxl {
  margin-bottom: 6rem;
}

.pagination {
  display: flex;
  padding-top: 6rem;
}

.pagination>span {
  color: var(--color-text-grey);
}

.pagination>* {
  padding: .5rem;
  width: 3rem;
  text-align: center;
  border: 2px solid currentColor;
  margin-right: 1.5rem;
}

.pagination>a:hover {
  background: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}

.note-excerpt {
  line-height: 1.5em;
}

.note-excerpt header {
  margin-bottom: 1.5rem;
}

.note-excerpt figure {
  margin-bottom: .5rem;
}

.note-excerpt-date {
  color: var(--color-text-grey);
}

.home-grid {
  padding: 10svh 0;
  filter: drop-shadow(0 0 1rem var(--color-light));
  border-radius: 0.25rem;
}

.home-grid li {
  position: relative;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  padding-bottom: 6svh;
}

.home-grid a {
  display: block;
  height: auto;
}

.home-grid img {
  width: 100%;
  display: block;
  object-fit: contain;
  transition: all .3s;
  filter: drop-shadow(0 0.2rem 0.2rem #00000070);
  border-radius: 0.2rem;
}

.home-grid figcaption {
  padding: 2rem 0;
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.01rem;
  display: block;
  margin-bottom: 1rem;
  color: var(--color-dark);
}

figcaption span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  border-bottom: solid 0.1rem #000;
  width: fit-content;
  margin: auto;
}

.home-section {
  border: solid 0.2rem var(--color-grey);
  padding: 3rem 0;
  margin-bottom: 15svh;
  filter: drop-shadow(0 0 1rem var(--color-light));
  border-radius: 1rem;
  background: var(--color-light);
}

.home-grid {
  padding: 5svh 0;
}

iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 0.15rem;
  aspect-ratio: 3/2;
}

.album-video {
  max-width: 66svw;
  margin: auto;
  filter: drop-shadow(0 0 0.2rem var(--color-dark));
}

.albums-cont {
  background-color: #ffffffbd;
  border-radius: 1rem;
  padding: 3rem 0 1rem;
  padding: 3rem 2rem 1rem;
  margin: 5rem auto;
}

.albums-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 3rem 0;
  margin: 0;
}

.albums-list li {
  flex: 1 1 calc(12% - 1rem);
  padding: 0.5rem;
  text-align: center;
  margin: auto;
}

.albums-list li a {
  text-decoration: none;
  color: #000;
  filter: drop-shadow(0 0 0.8em #fff);
}

.albums-list li a span {
  font-size: 0.8rem;
}

.text li img {
  padding: 1rem 0;
}

.active-work {
  text-decoration: none;
  border-bottom: solid 0.1rem #000;
}

.more-works {
  text-align: center;
  padding: 1rem;
  border: solid 0.1rem var(--color-light);
  width: fit-content;
  border-radius: 1rem;
  transition: all 0.1s ease-in-out;
  filter: drop-shadow(0 0 0.5rem var(--color-light));
  cursor: pointer;
  margin: auto;
  background-color: var(--color-dark);
}
.more-works a {
  color: var(--color-light);
}

.more-works:hover {
  background: var(--color-light);
  color: var(--color-light);
}


.sparkle {
  position: fixed;
  pointer-events: none;
  font-size: 16px;
  font-weight: bold;
  color: hotpink;
  opacity: 1;
  transform: scale(1) translate(0, 0) rotate(0deg);
  animation: sparkle-fade 1.2s forwards;
  z-index: 9999;
  mix-blend-mode: screen;
  user-select: none;
}

@keyframes sparkle-fade {
  100% {
    opacity: 0;
    transform: var(--sparkle-transform);
  }
}


@media screen and (min-width: 60rem) {
  body {
    --padding: 3rem;
  }

  .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid>.column {
    grid-column: span var(--columns);
  }
}

@media (max-width: 768px) {
  .close-button {
    display: none;
    cursor: pointer;
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    /* Adjust color as needed */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .menu.show {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 15;
    background-color: var(--color-light);
    height: 100svh;
  }

  .menu a {
    color: var(--color-dark);
  }

  main.main {
    width: 100%;
    max-width: 100%;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
  }

  .grid {
    padding: 0;
  }
}

/* Image Slideshow General Styles */
.image-slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  border-radius: 0.5rem;
}

.home-image.active {
  opacity: 1;
}

.estrella-intro-title {
  font-family: var(--font-family-sans);
}

.estrella-intro-modal  {
  font-family: var(--font-family-sans);
}
