@import url("https://use.typekit.net/zap0kft.css");
html {
  font-family: sans-serif;
  color: #000000;
}

body {
  margin: 0;
  padding: 0px;
  background-image: url(./assets/background.png);
}

.brand {
  font-family: "eurostile-extended", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  padding: 50px 20px;
  color: #f2f2f2;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.65);
  min-height: 80vh;
}
.brand h1 {
  display: inline-block;
  border-bottom: 1.5px solid #ffffff;
  padding-bottom: 15px;
  margin: 0;
  font-size: 2.5rem;
}
.brand h4 {
  margin-top: 10px 0 0 0;
  font-size: 1.2rem;
  font-weight: normal;
}
.brand .hero-actions {
  margin-top: 22px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.brand .hero-actions {
  margin-top: 22px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.brand .hero-btn {
  font-family: "eurostile-extended", sans-serif;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
.brand .hero-btn:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}
.brand .hero-btn--ghost {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: none;
}
.brand .hero-text {
  position: relative;
  z-index: 1;
  margin-top: -30px;
}
.brand .hero {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 400px;
  max-height: 900px;
  overflow: hidden;
}
.brand .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 1.5s ease;
  opacity: 0;
}
.brand .hero-bg--a {
  opacity: 1;
}

@media (max-width: 768px) {
  .hero {
    height: 70vh;
    min-height: 300px;
  }
  .hero-bg {
    background-position: center center;
  }
}
@media (max-width: 480px) {
  .hero {
    height: 60vh;
    min-height: 250px;
  }
}
.bio {
  padding: 20px 20px;
  max-width: 1100px;
  margin: 100px auto 0 auto;
  display: flex;
  gap: 40px;
  align-items: center;
}

.bio__panel {
  display: flex;
  flex-direction: row;
  gap: 18px;
  background: #1c1f22;
  border-radius: 22px;
  padding: 50px 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}
.bio__panel .bio__photo {
  width: 220px;
  height: auto;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}
.bio__panel .bio__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bio__panel .bio__text h2 {
  font-family: "eurostile-extended", sans-serif;
  color: #f2f2f2;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.bio__panel .bio__text p {
  display: flex;
  flex-direction: column;
  font-family: "p22-typewriter", sans-serif;
  color: #ffffff;
  opacity: 0.7;
  margin: 0 40px 0 40px;
  text-align: center;
}
.bio__panel .bio__text .ig-link {
  display: flex;
  align-items: center;
  margin-top: 50px;
  gap: 10px;
  text-decoration: none;
  font-family: "eurostile-extended", sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.65);
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
.bio__panel .bio__text .ig-icon {
  width: 20px;
  height: 20px;
}
.bio__panel .bio__text .ig-link:hover {
  color: #111;
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), 0 0 18px rgba(255, 255, 255, 0.25);
}

@media (max-width: 700px) {
  .bio__panel {
    flex-direction: column;
    align-items: center;
  }
  .bio__panel .bio__text p {
    text-align: center;
    margin: 0;
  }
  .bio__photo {
    width: 180px;
  }
}
.collab {
  padding: 60px 20px 70px;
  display: flex;
  justify-content: center;
}

.collab__panel {
  width: min(1020px, 92vw);
  background: #1c1f22;
  border-radius: 22px;
  padding: 50px 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.collab__intro {
  margin-bottom: 36px;
}
.collab__intro h2 {
  font-family: "eurostile-extended", sans-serif;
  color: #f2f2f2;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.collab__intro p {
  font-family: "p22-typewriter", sans-serif;
  color: #ffffff;
  opacity: 0.7;
  margin: 0;
}

.collab__logos {
  display: flex;
  justify-content: center;
  gap: 70px;
  flex-wrap: wrap;
  align-items: center;
}

.collab__item img {
  height: 70px;
  transition: all 0.25s ease;
}

.collab__item:hover img {
  transform: translateY(-4px);
}

@media (hover: hover) {
  .collab__item img {
    filter: grayscale(100%);
    opacity: 0.7;
  }
  .collab__item:hover img {
    filter: grayscale(0%);
    opacity: 1;
  }
}
@media (hover: none) {
  .collab__item img {
    filter: grayscale(0%);
    opacity: 1;
  }
}
.contact {
  padding: 10px 20px 10px;
  display: flex;
  justify-content: center;
}

.contact__panel {
  width: min(1020px, 92vw);
  background: #1c1f22;
  border-radius: 22px;
  padding: 50px 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.contact__panel h2 {
  font-family: "eurostile-extended", sans-serif;
  color: #f2f2f2;
  margin-bottom: 10px;
}

.contact__panel p {
  font-family: "p22-typewriter", sans-serif;
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 30px;
}

.contact__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact__form input,
.contact__form textarea {
  background: #0F1115;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px;
  color: white;
  font-family: inherit;
}

.contact__form button {
  margin-top: 25px;
  background: #f2f2f2;
  color: black;
  border: none;
  border-radius: 999px;
  padding: 14px 28px;
  width: fit-content;
  align-self: center;
  min-width: 160px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact__form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35), 0 0 10px rgba(255, 255, 255, 0.15);
}

.contact__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: "p22-typewriter", sans-serif;
  color: rgba(255, 255, 255, 0.85);
}

.contact__label {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  line-height: 1.2;
  white-space: nowrap;
}

.req {
  display: inline;
  margin-left: 0;
  opacity: 0.6;
}

.opt {
  display: inline;
  white-space: normal;
  font-size: 0.85rem;
  opacity: 0.45;
  margin-left: 6px;
}

.opt-mobile {
  display: none;
}

@media (max-width: 768px) {
  .opt {
    display: none;
  }
  .opt-mobile {
    display: inline;
  }
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 10000;
}

.toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.portfolio {
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.portfolio .portfolio-grid {
  display: grid;
  gap: 18px;
  padding-top: 60px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.portfolio .tile {
  position: relative;
  border: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 18px;
  background: #1c1f22;
  color: #f2f2f2;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.portfolio .tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}
.portfolio .tile img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.portfolio .tile-label {
  padding: 18px 20px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.portfolio .tile-label h3 {
  font-family: "eurostile-extended", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0 0 6px 0;
}
.portfolio .tile-label p {
  font-family: "p22-typewriter", sans-serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0.7;
  margin: 0;
  font-size: 0.9rem;
}
@media (max-width: 800px) {
  .portfolio .portfolio-grid {
    grid-template-columns: 1fr;
    padding-top: 15%;
  }
  .portfolio .tile img {
    height: 240px;
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
  z-index: 9999;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox__frame {
  margin: 0;
  max-width: min(92vw, 1100px);
  max-height: 80vh;
  display: grid;
  gap: 12px;
  place-items: center;
}

.lightbox__frame img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 16px;
  display: block;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.55);
}

#lbCaption {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  text-align: center;
}

.lightbox__close {
  position: fixed;
  top: 18px;
  right: 18px;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  cursor: pointer;
}

.lightbox__nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

.lightbox__prev {
  left: 18px;
}

.lightbox__next {
  right: 18px;
}

@media (max-width: 700px) {
  .lightbox__nav {
    width: 46px;
    height: 46px;
  }
}
.album {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
  z-index: 9998;
}

.album.is-open {
  opacity: 1;
  pointer-events: auto;
}

.album__panel {
  width: min(1100px, 92vw);
  max-height: 86vh;
  background: #0F1115;
  border-radius: 18px;
  padding: 18px;
  overflow: auto;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.55);
}

.album__close {
  position: sticky;
  top: 0;
  margin-left: auto;
  display: block;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  cursor: pointer;
}

.album__title {
  margin: 8px 0 14px;
  color: #f2f2f2;
  font-family: "eurostile-extended", sans-serif;
}

.album__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.album__grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 14px;
  cursor: pointer;
  opacity: 0.9;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.album__grid img:hover {
  transform: scale(1.02);
  opacity: 1;
}

@media (max-width: 700px) {
  .album__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.videos-grid {
  padding: 60px 20px;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-card {
  display: block;
  border-radius: 18px;
  overflow: hidden;
  background: #1c1f22;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  color: #fff;
}

.video-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  opacity: 0.95;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.video-card:hover img {
  transform: scale(1.02);
  opacity: 1;
}

.video-card__meta {
  padding: 14px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-family: "p22-typewriter", sans-serif;
  opacity: 0.75;
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .videos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 650px) {
  .videos-grid {
    grid-template-columns: 1fr;
  }
  .video-card img {
    height: 240px;
  }
}
.site-footer {
  margin-top: 100px;
  padding: 40px 20px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(to bottom, rgba(15, 17, 21, 0) 0%, rgba(15, 17, 21, 0.85) 35%, rgb(15, 17, 21) 100%);
}

.footer-ig {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: "eurostile-extended", sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.65);
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.footer-ig-icon {
  width: 20px;
  height: 20px;
}

.footer-ig:hover {
  color: #111;
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), 0 0 18px rgba(255, 255, 255, 0.25);
}

.footer-copy {
  font-family: "p22-typewriter", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 4px;
  text-align: center;
}

.footer-credit {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.footer-credit:hover {
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 700px) {
  .site-footer {
    padding: 32px 20px 40px;
  }
  .footer-ig {
    font-size: 0.9rem;
    padding: 10px 14px;
  }
  .footer-copy {
    text-align: center;
    line-height: 1.6;
  }
  .footer-credit {
    display: inline-block;
    margin-top: 4px;
  }
}

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