@font-face {
  font-family: "Adventor";
  src: url("assets/fonts/adventor-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Adventor";
  src: url("assets/fonts/adventor-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Shantell Sans";
  src: url("assets/fonts/shantell-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

@font-face {
  font-family: "Sedgwick Ave Display";
  src: url("assets/fonts/sedgwick-ave-display-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Klee One";
  src: url("assets/fonts/klee-one-regular-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Bowlby One SC";
  src: url("assets/fonts/bowlby-one-sc-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Great Vibes";
  src: url("assets/fonts/great-vibes-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: oklch(31% 0.055 264);
  --ink-soft: oklch(42% 0.048 264);
  --blue: oklch(48% 0.13 264);
  --blue-bright: oklch(76% 0.105 264);
  --mist: oklch(95% 0.014 264);
  --paper: oklch(98% 0.008 264);
  --night: oklch(24% 0.052 264);
  --line: oklch(31% 0.055 264 / 0.16);
  --line-light: oklch(98% 0.008 264 / 0.22);
  --page: max(1.25rem, calc((100vw - 76rem) / 2));
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Adventor", "ITC Avant Garde Gothic", "URW Gothic", "Century Gothic", system-ui, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  font: inherit;
}

p,
figure {
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

::selection {
  background: var(--blue-bright);
  color: var(--night);
}

:focus-visible {
  outline: 3px solid var(--blue-bright);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-180%);
  padding: 0.7rem 1rem;
  background: var(--paper);
  border: 1px solid var(--ink);
  color: var(--ink);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  min-height: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-inline: var(--page);
  color: var(--paper);
}

.brand {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  font-family: "Shantell Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-shadow: 0 1px 1.25rem oklch(15% 0.035 264 / 0.7);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 1.5vw, 1.7rem);
}

.site-nav a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  padding-inline: 0.35rem;
  border-bottom: 1px solid transparent;
  font-size: 0.8rem;
  font-weight: 800;
  text-shadow: 0 1px 1.25rem oklch(15% 0.035 264 / 0.8);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-bottom-color: currentColor;
}

.hero {
  position: relative;
  min-height: min(52rem, 100svh);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--night);
  color: var(--paper);
}

.hero__media,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}

.hero__shade {
  background:
    linear-gradient(180deg, oklch(16% 0.035 264 / 0.52) 0%, transparent 28%),
    linear-gradient(0deg, oklch(16% 0.04 264 / 0.68) 0%, transparent 55%);
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2.5rem), 76rem);
  margin-inline: auto;
  padding-block: 5rem clamp(3.5rem, 8vw, 6.5rem);
}

.hero__eyebrow,
.gallery-heading p,
.show__videos > h4 {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero__eyebrow {
  margin-bottom: 1rem;
  color: oklch(92% 0.014 264);
}

.hero h1 {
  margin: 0;
  font-family: "Shantell Sans", sans-serif;
  font-size: clamp(4.4rem, 14vw, 10.5rem);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.075em;
}

.section {
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
}

.about {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(20rem, 1.28fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
  padding-inline: var(--page);
  background: var(--mist);
}

.about__image {
  position: relative;
  max-width: 31rem;
}

.about__image::before {
  content: "";
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  top: -8%;
  left: -9%;
  border: 1px solid oklch(59% 0.12 264 / 0.34);
  border-radius: 50%;
}

.about__image img {
  position: relative;
  width: 100%;
  max-height: 34rem;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 35%;
}

.section-copy {
  max-width: 44rem;
}

.section-copy h2,
.section-intro h2,
.contact h2 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.prose {
  max-width: 69ch;
  margin-top: clamp(1.7rem, 3vw, 2.7rem);
  color: var(--ink-soft);
  font-size: clamp(0.95rem, 1.25vw, 1.08rem);
}

.prose p + p {
  margin-top: 1.25rem;
}

.shows {
  padding-bottom: 0;
  background: var(--paper);
}

.section-intro {
  width: min(calc(100% - 2.5rem), 76rem);
  margin-inline: auto;
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

.section-intro h2 {
  font-size: clamp(3.8rem, 9vw, 8rem);
}

.show {
  --show-bg: var(--mist);
  --media-bg: var(--night);
  background: var(--show-bg);
  border-top: 1px solid var(--line);
}

.show--tiempos {
  --show-bg: oklch(93% 0.03 241);
  --media-bg: oklch(27% 0.07 242);
}

.show--langosta {
  --show-bg: oklch(92% 0.028 50);
  --media-bg: oklch(28% 0.06 35);
}

.show--guerreras {
  --show-bg: oklch(93% 0.035 285);
  --media-bg: oklch(26% 0.07 288);
}

.show__overview {
  width: min(calc(100% - 2.5rem), 76rem);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
  margin-inline: auto;
  padding-block: clamp(2.75rem, 5vw, 4.5rem);
}

.show h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(3.6rem, 7.5vw, 7rem);
  font-weight: 400;
  line-height: 0.84;
  overflow-wrap: anywhere;
}

.show--dj h3 {
  font-family: "Sedgwick Ave Display", cursive;
}

.show--tiempos h3 {
  max-width: 8ch;
  font-family: "Klee One", serif;
  letter-spacing: -0.065em;
}

.show--langosta h3 {
  max-width: 11ch;
  font-family: "Bowlby One SC", sans-serif;
  font-size: clamp(2.8rem, 6vw, 5.7rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.show--guerreras h3 {
  font-family: "Great Vibes", cursive;
  font-size: clamp(4.8rem, 9vw, 8rem);
  line-height: 0.72;
}

.show__lead {
  max-width: 63ch;
  margin-top: clamp(1.5rem, 3vw, 2.3rem);
  color: var(--ink-soft);
  font-size: clamp(0.95rem, 1.25vw, 1.08rem);
  line-height: 1.7;
}

.show__lead a {
  border-bottom: 1px solid currentColor;
  color: var(--blue);
  font-weight: 700;
}

.show__meta {
  margin-top: 1.35rem;
}

.text-link {
  min-height: 2.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.text-link:hover {
  color: var(--blue);
}

.show__videos > h4 {
  margin: 0 0 0.8rem;
  color: var(--blue);
}

.video-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.video-slide {
  min-width: 0;
}

.video-slide video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: transparent;
}

.shorts-carousel {
  width: min(100%, 32rem);
}

.shorts-stage {
  min-height: clamp(23rem, 36vw, 29rem);
  display: grid;
  place-items: center;
}

.short-slide {
  width: 100%;
  animation: short-in 320ms var(--ease-out) both;
}

.short-slide[hidden] {
  display: none;
}

.short-slide--portrait {
  width: min(100%, 14.5rem);
}

.short-slide--portrait video {
  aspect-ratio: 9 / 16;
}

.short-slide--landscape {
  width: min(100%, 32rem);
}

@keyframes short-in {
  from {
    opacity: 0;
    transform: translateY(0.45rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.video-controls {
  display: grid;
  grid-template-columns: 2rem minmax(4rem, 1fr) auto 2rem;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.65rem;
  color: var(--ink);
}

.video-controls button {
  width: 2rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 800;
}

.video-controls button:hover {
  background: oklch(31% 0.055 264 / 0.08);
}

.play-icon {
  width: 0;
  height: 0;
  margin-left: 0.12rem;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  border-left: 0.48rem solid currentColor;
}

[data-play][data-state="pause"] .play-icon {
  width: 0.48rem;
  height: 0.58rem;
  margin-left: 0;
  border: 0;
  border-left: 0.14rem solid currentColor;
  border-right: 0.14rem solid currentColor;
}

.video-controls [data-mute] {
  width: auto;
  padding-inline: 0.35rem;
  border-radius: 0;
  font-size: 0.63rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.video-progress {
  width: 100%;
  height: 1.25rem;
  margin: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.video-progress::-webkit-slider-runnable-track {
  height: 2px;
  background: linear-gradient(
    to right,
    var(--ink) 0 var(--progress, 0%),
    oklch(31% 0.055 264 / 0.2) var(--progress, 0%) 100%
  );
}

.video-progress::-moz-range-track {
  height: 2px;
  background: oklch(31% 0.055 264 / 0.2);
}

.video-progress::-moz-range-progress {
  height: 2px;
  background: var(--ink);
}

.video-progress::-webkit-slider-thumb {
  width: 0.65rem;
  height: 0.65rem;
  margin-top: -0.28rem;
  appearance: none;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
}

.video-progress::-moz-range-thumb {
  width: 0.65rem;
  height: 0.65rem;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
}

.shorts-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.05rem;
  margin-top: 0.9rem;
}

.shorts-dots button {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.shorts-dots button::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--ink);
  opacity: 0.22;
  transition:
    opacity 180ms var(--ease-out),
    transform 180ms var(--ease-out);
}

.shorts-dots button:hover::before {
  opacity: 0.55;
}

.shorts-dots button[aria-current="true"]::before {
  opacity: 1;
  transform: scale(1.2);
}

.video-slide figcaption {
  min-height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding-top: 0.55rem;
  color: var(--ink-soft);
  font-size: 0.67rem;
  font-weight: 700;
}

.video-slide figcaption span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-slide figcaption a {
  flex: 0 0 auto;
  color: var(--blue);
}

.show__gallery {
  padding: clamp(1.35rem, 2.5vw, 2rem) var(--page) clamp(1.75rem, 3vw, 2.5rem);
  background: var(--media-bg);
  color: var(--paper);
}

.gallery-heading {
  width: min(100%, 76rem);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto 0.65rem;
}

.gallery-heading h4 {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  font-weight: 500;
  line-height: 1;
}

.gallery-heading p {
  color: oklch(83% 0.018 264);
}

.gallery-controls {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.gallery-controls button {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  font-size: 1rem;
}

.gallery-controls button:hover:not(:disabled) {
  background: oklch(98% 0.008 264 / 0.12);
}

.gallery-controls button:disabled {
  cursor: default;
  opacity: 0.24;
}

.gallery-controls p {
  min-width: 5.5rem;
  text-align: center;
}

.photo-carousel {
  width: min(100%, 76rem);
  display: flex;
  gap: clamp(0.4rem, 0.8vw, 0.7rem);
  margin-inline: auto;
  padding-bottom: 0.2rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.photo-carousel::-webkit-scrollbar {
  display: none;
}

.photo-carousel figure {
  flex: 0 0 clamp(9.5rem, 18vw, 14rem);
  min-width: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: oklch(18% 0.035 264);
  cursor: zoom-in;
  scroll-snap-align: start;
}

.photo-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms var(--ease-out);
}

.photo-carousel figure:hover img,
.photo-carousel figure:focus-visible img {
  transform: scale(1.035);
}

.photo-carousel figure:focus-visible {
  outline: 3px solid var(--blue-bright);
  outline-offset: -3px;
}

.lightbox {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--paper);
}

.lightbox::backdrop {
  background: oklch(14% 0.03 264 / 0.94);
}

.lightbox__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) 3rem;
  align-items: center;
  gap: clamp(0.5rem, 2vw, 2rem);
  padding: clamp(1rem, 3vw, 2.5rem);
  background: oklch(14% 0.03 264 / 0.94);
}

.lightbox__figure {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 0.85rem;
}

.lightbox__figure img {
  width: auto;
  max-width: 100%;
  max-height: calc(100dvh - 7rem);
  object-fit: contain;
}

.lightbox__close,
.lightbox__nav {
  width: 3rem;
  height: 3rem;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  font-size: 1.4rem;
}

.lightbox__close:hover,
.lightbox__nav:hover {
  background: oklch(98% 0.008 264 / 0.12);
}

.lightbox__close {
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  font-weight: 300;
}

.lightbox__nav--prev {
  grid-column: 1;
}

.lightbox__figure {
  grid-column: 2;
}

.lightbox__nav--next {
  grid-column: 3;
}

.contact {
  padding: clamp(4.5rem, 8vw, 7.5rem) var(--page);
  background: var(--night);
  color: var(--paper);
}

.contact__inner {
  width: min(100%, 76rem);
  display: grid;
  grid-template-columns: minmax(18rem, 1.05fr) minmax(15rem, 0.75fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5.5rem);
  margin-inline: auto;
}

.contact__copy {
  min-width: 0;
}

.contact__image {
  justify-self: end;
  width: 100%;
  max-width: 26rem;
}

.contact__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 30%;
}

@media (max-width: 767px) {
  .contact__inner {
    grid-template-columns: 1fr;
  }

  .contact__image {
    justify-self: start;
    max-width: 22rem;
  }
}

.contact h2 {
  max-width: 9ch;
  font-size: clamp(3.7rem, 9vw, 7.5rem);
}

.contact__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2.25rem;
  padding: 0;
  list-style: none;
}

.contact-link {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding-inline: 1.1rem;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

.contact-link:hover {
  border-color: var(--blue-bright);
  color: var(--blue-bright);
}

.site-footer {
  min-height: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-inline: var(--page);
  background: var(--night);
  border-top: 1px solid var(--line-light);
  color: oklch(81% 0.018 264);
  font-size: 0.73rem;
  font-weight: 700;
}

.site-footer a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  color: var(--blue-bright);
}

@media (max-width: 900px) {
  .show__overview {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.8fr);
    gap: 2.5rem;
  }

}

@media (max-width: 700px) {
  :root {
    --page: 1rem;
  }

  .site-header {
    min-height: 7.25rem;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 1rem;
    padding-block: 0.75rem;
  }

  .brand {
    width: 100%;
    min-height: 2.25rem;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
    gap: 0.25rem;
  }

  .site-nav a {
    min-height: 2.25rem;
    padding-inline: 0;
    font-size: 0.7rem;
  }

  .hero {
    min-height: 42rem;
  }

  .hero__media img {
    object-position: 64% center;
  }

  .hero__content {
    width: calc(100% - 2rem);
    padding-bottom: 3.75rem;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 20vw, 6rem);
  }

  .about {
    grid-template-columns: 1fr;
  }

  .about__image {
    width: calc(100% + var(--page));
    max-width: none;
    margin-left: calc(var(--page) * -1);
  }

  .about__image img {
    max-height: 28rem;
    aspect-ratio: 5 / 4;
  }

  .show__overview {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .show h3 {
    font-size: clamp(3.7rem, 18vw, 6rem);
  }

  .show--tiempos h3 {
    max-width: 10ch;
  }

  .show--langosta h3 {
    font-size: clamp(2.8rem, 14vw, 4.8rem);
  }

  .show--guerreras h3 {
    font-size: clamp(4.8rem, 22vw, 7rem);
  }

  .show__videos {
    max-width: 34rem;
  }

  .photo-carousel figure {
    flex-basis: 64vw;
  }

  .gallery-controls p {
    min-width: 4.8rem;
  }

  .lightbox__inner {
    grid-template-columns: 2.75rem minmax(0, 1fr) 2.75rem;
    gap: 0.15rem;
    padding: 0.75rem;
  }

  .lightbox__nav {
    width: 2.75rem;
    height: 2.75rem;
  }

  .lightbox__figure img {
    max-height: calc(100dvh - 6rem);
  }

  .site-footer {
    min-height: 6.5rem;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
