/* Diazno studio theme — index-v2 */

.font-display {
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.font-body {
  font-family: Inter, sans-serif;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

body {
  -webkit-font-smoothing: antialiased;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid oklch(66.1% 0.054 145);
  outline-offset: 3px;
  border-radius: 2px;
}

/* Hero */
.hero-shell {
  padding-top: max(1.25rem, calc(env(safe-area-inset-top) + 0.5rem));
}

.hero-wordmark {
  font-size: clamp(3rem, 16vw, 8.5rem);
  line-height: 1;
  letter-spacing: 0.32em;
  text-indent: 0.32em;
  text-shadow: 0 0.15em 2.5rem oklch(26% 0.036 155 / 0.55);
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-media img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6%;
  width: 112%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 46% 8%;
}

@media (min-width: 640px) {
  .hero-media img {
    left: -7%;
    width: 114%;
    object-position: 48% 10%;
  }
}

.hero-logo-link {
  display: block;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  .hero-logo-link:hover {
    opacity: 0.82;
  }
}

.hero-logo {
  display: block;
  height: 2.75rem;
  width: auto;
  transform: scaleX(-1);
  filter:
    brightness(0)
    invert(1)
    drop-shadow(0 0 0.5px oklch(97.1% 0.012 95))
    drop-shadow(0 0.15rem 0.75rem oklch(26% 0.036 155 / 0.65));
}

@media (min-width: 640px) {
  .hero-logo {
    height: 3.5rem;
  }
}

.hero-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  min-height: 3rem;
}

.hero-nav-rail {
  display: none;
  align-items: center;
  gap: 1.5rem;
  margin-left: auto;
}

@media (min-width: 640px) {
  .hero-nav-rail {
    display: flex;
  }
}

@media (min-width: 768px) {
  .hero-nav-rail {
    gap: 2.25rem;
  }
}

.hero-nav-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: oklch(82.3% 0.042 78);
  text-shadow:
    0 0 1rem oklch(26% 0.036 155 / 0.85),
    0 0.1em 0.35em oklch(26% 0.036 155 / 0.55);
  transition: color 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 640px) {
  .hero-nav-link {
    font-size: 0.8125rem;
  }
}

@media (min-width: 768px) {
  .hero-nav-link {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
  }
}

@media (hover: hover) {
  .hero-nav-link:hover {
    color: oklch(97.1% 0.012 95);
  }
}

.hero-nav-link--mobile {
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  padding-block: 0.625rem;
  border-bottom: 1px solid oklch(97.1% 0.012 95 / 0.08);
  text-shadow: none;
}

.hero-nav-link--mobile:last-child {
  border-bottom: none;
}

.hero-menu-btn {
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: oklch(82.3% 0.042 78);
  text-shadow:
    0 0 1rem oklch(26% 0.036 155 / 0.85),
    0 0.1em 0.35em oklch(26% 0.036 155 / 0.55);
  transition: color 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 640px) {
  .hero-menu-btn {
    display: none;
  }

  .hero-mobile-menu {
    display: none !important;
  }
}

@media (hover: hover) {
  .hero-menu-btn:hover {
    color: oklch(97.1% 0.012 95);
  }
}

.hero-mobile-menu {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid oklch(97.1% 0.012 95 / 0.12);
  background: linear-gradient(
    to bottom,
    oklch(31.2% 0.038 156 / 0.72),
    oklch(31.2% 0.038 156 / 0.45)
  );
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.hero-social-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: max(1rem, env(safe-area-inset-bottom));
}

@media (min-width: 640px) {
  .hero-social-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* Site nav — desktop bar only; mobile matches hero header */
@media (min-width: 640px) {
  .site-nav .hero-header {
    padding-block: 0.75rem;
    border-bottom: 1px solid oklch(38% 0.032 152 / 0.4);
    background: oklch(31.2% 0.038 156 / 0.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  .site-nav .hero-nav-link {
    text-shadow: none;
  }
}

.site-nav-logo {
  display: block;
  height: 2rem;
  width: auto;
  transform: scaleX(-1);
  filter: brightness(0) invert(1);
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  a:hover .site-nav-logo {
    opacity: 0.82;
  }
}

@media (min-width: 640px) {
  .site-nav-logo {
    height: 2.5rem;
  }
}

/* Action Text */
.trix-content {
  color: oklch(97.1% 0.012 95 / 0.85);
}

.trix-content h1,
.trix-content h2 {
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
  color: oklch(66.1% 0.054 145);
}

.trix-content h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.trix-content h2 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.trix-content p {
  margin-bottom: 1rem;
  line-height: 1.75;
}

.trix-content a {
  color: oklch(66.1% 0.054 145);
  text-decoration: underline;
}

@media (hover: hover) {
  .trix-content a:hover {
    color: oklch(82.3% 0.042 78);
  }
}

/* Event cards */
.card-hover {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  .card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px oklch(26% 0.036 155 / 0.5);
  }
}

iframe {
  max-width: 100%;
}
