.ec-page {
  --ec-red: #d30f1d;
  --ec-red-bright: #ff4350;
  --ec-ink: #050608;
  --ec-panel: #0d1016;
  --ec-panel-strong: #131720;
  --ec-line: rgba(255, 255, 255, 0.1);
  --ec-soft: rgba(255, 255, 255, 0.68);
  background: var(--ec-ink);
}

.ec-page::selection { background: var(--ec-red); color: #fff; }

.ec-ambient {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 22%, rgba(167, 0, 13, 0.16), transparent 28rem),
    radial-gradient(circle at 86% 72%, rgba(92, 0, 8, 0.12), transparent 34rem),
    linear-gradient(180deg, #07080a, #040507 70%);
}

.ec-page .site-shell { position: relative; z-index: 1; }
.ec-page .topbar { background: rgba(5, 6, 8, 0.88); backdrop-filter: blur(16px); }
.ec-page .nav a:hover,
.ec-page .nav a.active { color: var(--ec-red-bright); }
.ec-page .nav a::after { background: var(--ec-red); }

.ec-kicker {
  display: block;
  color: var(--ec-red-bright);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ec-hero {
  position: relative;
  isolation: isolate;
  min-height: 680px;
  margin: 1.25rem 0 0;
  border: 1px solid var(--ec-line);
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.48fr);
  align-items: end;
  gap: 2rem;
  padding: clamp(2rem, 5vw, 4.5rem);
  background: #08090c;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
}

.ec-hero__backdrop,
.ec-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.ec-hero__backdrop { z-index: -3; object-fit: cover; object-position: center 30%; filter: saturate(0.78) contrast(1.1); }
.ec-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 5, 7, 0.98) 0%, rgba(4, 5, 7, 0.83) 43%, rgba(4, 5, 7, 0.18) 77%),
    linear-gradient(0deg, rgba(4, 5, 7, 0.92), transparent 58%);
}
.ec-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 40%, rgba(211, 15, 29, 0.12));
}

.ec-hero__content { max-width: 44rem; }
.ec-wordmark {
  position: absolute;
  top: clamp(1.25rem, 3vw, 2.5rem);
  left: 36%;
  z-index: 2;
  width: clamp(8rem, 13vw, 13rem);
  height: auto;
  margin: 0;
  transform: translateX(-50%);
  mix-blend-mode: screen;
  filter: grayscale(1) invert(1) contrast(8) brightness(1.2) drop-shadow(0 8px 24px rgba(0, 0, 0, 0.85));
  pointer-events: none;
}
.ec-hero h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ec-hero__lead {
  max-width: 39rem;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.55;
}
.ec-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ec-tags li {
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(255, 67, 80, 0.28);
  border-radius: 999px;
  background: rgba(120, 0, 10, 0.2);
  color: #ffb0b5;
  font-size: 0.75rem;
  font-weight: 600;
}

.ec-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.35rem; }
.ec-button {
  min-height: 2.75rem;
  padding: 0.7rem 1.15rem;
  border: 1px solid var(--ec-line);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(17, 20, 27, 0.9);
  color: #fff;
  font: 700 0.84rem var(--font-main);
  cursor: pointer;
  transition: transform 0.2s, border-color 0.2s, background 0.2s;
}
.ec-button svg { width: 1rem; height: 1rem; }
.ec-button:hover { transform: translateY(-2px); border-color: rgba(255, 67, 80, 0.5); color: #fff; }
.ec-button--primary { background: var(--ec-red); border-color: var(--ec-red); }
.ec-button--primary:hover { background: var(--ec-red-bright); border-color: var(--ec-red-bright); }
.ec-button--disabled { opacity: 0.48; cursor: not-allowed; }
.ec-button--disabled:hover { transform: none; border-color: var(--ec-line); background: rgba(17, 20, 27, 0.9); }
.ec-page .page-share { min-height: 2.75rem; padding: 0.65rem 1rem; background: rgba(5, 6, 8, 0.65); color: #d7d9df; }
.ec-page .page-share:hover { border-color: rgba(255, 67, 80, 0.5); background: rgba(120, 0, 10, 0.2); color: #fff; }

.ec-hero__cover {
  align-self: end;
  justify-self: end;
  width: min(100%, 320px);
  color: #fff;
  transform: rotate(1.5deg);
  transition: transform 0.25s;
}
.ec-hero__cover:hover { transform: rotate(0) translateY(-5px); color: #fff; }
.ec-hero__cover img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.65), 0 0 50px rgba(150, 0, 12, 0.18);
}
.ec-hero__cover span { display: block; margin-top: 0.65rem; color: var(--ec-soft); font-size: 0.75rem; text-align: center; text-transform: uppercase; letter-spacing: 0.12em; }

.ec-section { padding: clamp(4rem, 8vw, 7rem) 0; border-top: 1px solid var(--ec-line); }
.ec-hero + .ec-section { border-top: 0; }
.ec-section h2 {
  max-width: 18ch;
  margin: 0.45rem 0 0;
  color: #fff;
  font: 800 clamp(2rem, 4vw, 3.6rem)/1 var(--font-heading);
  letter-spacing: -0.04em;
}
.ec-section__intro { margin-bottom: 2rem; }
.ec-section__head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.ec-section__head > p { max-width: 30rem; margin: 0; color: var(--ec-soft); font-size: 0.9rem; }
.ec-text-link { color: #ff9ca3; font-weight: 700; font-size: 0.85rem; }

.ec-story__grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.ec-story__visual { position: sticky; top: 6rem; margin: 0; }
.ec-story__visual img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 18px; border: 1px solid var(--ec-line); box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35); }
.ec-story__visual figcaption { margin-top: 0.65rem; color: rgba(255, 255, 255, 0.42); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; }
.ec-story__copy { padding-top: 0.25rem; }
.ec-story__copy p { color: var(--ec-soft); line-height: 1.78; }
.ec-story__copy .ec-story__lead { color: #fff; font-size: 1.25rem; line-height: 1.55; }
.ec-facts { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.5rem 0; }
.ec-facts span { padding: 0.45rem 0.75rem; border: 1px solid var(--ec-line); border-radius: 8px; background: var(--ec-panel); color: #dddfe5; font-size: 0.75rem; }
.ec-story__copy .ec-source { margin-top: 1.5rem; color: rgba(255, 255, 255, 0.42); font-size: 0.76rem; }
.ec-source a { color: #ff9ca3; text-decoration: underline; text-underline-offset: 3px; }

.ec-release {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.ec-release__cover { padding: clamp(1rem, 3vw, 2rem); border: 1px solid var(--ec-line); border-radius: 20px; background: radial-gradient(circle at 50% 30%, rgba(130, 0, 10, 0.2), transparent 60%), var(--ec-panel); }
.ec-release__cover img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 10px; box-shadow: 0 25px 65px rgba(0, 0, 0, 0.5); }
.ec-release__content h2 { max-width: none; font-size: clamp(2.8rem, 7vw, 5.8rem); }
.ec-release__meta { margin: 1rem 0; color: #ff9ca3; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.ec-release__content > p:not(.ec-release__meta) { max-width: 38rem; color: var(--ec-soft); line-height: 1.7; }

.ec-video { overflow: hidden; border: 1px solid var(--ec-line); border-radius: 20px; background: #000; box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35); }
.ec-video video { display: block; width: 100%; aspect-ratio: 854 / 576; max-height: 75vh; object-fit: contain; background: #000; }

.ec-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 0.8rem; }
.ec-gallery__item {
  grid-column: span 4;
  position: relative;
  min-height: 280px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--ec-line);
  border-radius: 14px;
  background: var(--ec-panel);
  color: #fff;
  cursor: zoom-in;
}
.ec-gallery__item--wide { grid-column: span 8; }
.ec-gallery__item:nth-child(5),
.ec-gallery__item:nth-child(6) { grid-column: span 6; }
.ec-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s, filter 0.45s; }
.ec-gallery__item:nth-child(6) img { object-fit: contain; }
.ec-gallery__item span { position: absolute; left: 0.85rem; bottom: 0.75rem; z-index: 1; padding: 0.35rem 0.6rem; border-radius: 6px; background: rgba(0, 0, 0, 0.72); font: 700 0.68rem var(--font-main); letter-spacing: 0.08em; text-transform: uppercase; }
.ec-gallery__item:hover img { transform: scale(1.035); filter: brightness(1.08); }

.ec-lightbox { width: min(92vw, 1100px); max-height: 92vh; padding: 0; overflow: visible; border: 0; background: transparent; }
.ec-lightbox::backdrop { background: rgba(0, 0, 0, 0.92); backdrop-filter: blur(12px); }
.ec-lightbox img { display: block; width: 100%; max-height: 88vh; object-fit: contain; border-radius: 10px; }
.ec-lightbox__close { position: absolute; top: -2.8rem; right: 0; width: 2.25rem; height: 2.25rem; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(0,0,0,.65); color: #fff; font-size: 1.5rem; cursor: pointer; }

.ec-connect { padding-bottom: 4rem; }
.ec-connect__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.ec-platform {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 6rem;
  padding: 1rem 1.2rem;
  border: 1px solid var(--ec-line);
  border-radius: 14px;
  background: var(--ec-panel);
  color: #fff;
  transition: transform 0.2s, border-color 0.2s, background 0.2s;
}
.ec-platform:hover { transform: translateY(-2px); border-color: rgba(255,67,80,.4); background: var(--ec-panel-strong); color: #fff; }
.ec-platform--audius { background: linear-gradient(135deg, rgba(77, 30, 180, 0.2), rgba(211, 15, 29, 0.08)), var(--ec-panel); }
.ec-platform__icon { width: 2.7rem; height: 2.7rem; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.07); color: #fff; font-weight: 800; }
.ec-platform__icon svg { width: 1.35rem; height: 1.35rem; }
.ec-platform strong,
.ec-platform small { display: block; }
.ec-platform small { margin-top: 0.18rem; color: var(--ec-soft); font-size: 0.75rem; }

.ec-page .site-footer { align-items: center; border-color: var(--ec-line); }
.ec-page .site-footer > div:first-child { display: flex; align-items: center; gap: 0.45rem; }
.ec-page .site-footer .brand-mark-img { height: 2rem; width: auto; }

.ec-button:focus-visible,
.ec-gallery__item:focus-visible,
.ec-platform:focus-visible,
.ec-lightbox__close:focus-visible { outline: 3px solid #ff6a74; outline-offset: 3px; }

@media (max-width: 980px) {
  .ec-page .menu-toggle { display: block; }
  .ec-page .nav { position: fixed; inset: 4.25rem 0 auto; flex-direction: column; gap: 0; padding: 1rem; display: none; background: rgba(5,6,8,.98); border-bottom: 1px solid var(--ec-line); }
  .ec-page .nav.is-open { display: flex; }
  .ec-page .nav a { padding: 0.8rem 1rem; border-bottom: 1px solid var(--ec-line); }
  .ec-hero { min-height: 620px; grid-template-columns: 1fr 230px; padding: 2.5rem; }
  .ec-hero__cover { width: 230px; }
  .ec-story__grid { gap: 2rem; }
  .ec-gallery__item { min-height: 220px; }
}

@media (max-width: 720px) {
  .ec-hero { min-height: 760px; grid-template-columns: 1fr; align-content: end; padding: 1.4rem; border-radius: 16px; }
  .ec-hero__backdrop { object-position: 52% top; }
  .ec-hero__shade { background: linear-gradient(0deg, rgba(4,5,7,.99) 15%, rgba(4,5,7,.72) 62%, rgba(4,5,7,.22)); }
  .ec-hero__content { order: 2; }
  .ec-wordmark { top: 1rem; left: 50%; width: 8.5rem; max-width: none; }
  .ec-hero__cover { display: none; }
  .ec-actions { gap: 0.5rem; }
  .ec-button { flex: 1 1 auto; }
  .ec-page .page-share { flex: 0 0 auto; }
  .ec-section { padding: 4rem 0; }
  .ec-section__head { align-items: start; flex-direction: column; gap: 0.8rem; }
  .ec-story__grid,
  .ec-release { grid-template-columns: 1fr; }
  .ec-story__visual { position: static; }
  .ec-release__cover { max-width: 30rem; }
  .ec-gallery__item,
  .ec-gallery__item--wide,
  .ec-gallery__item:nth-child(5),
  .ec-gallery__item:nth-child(6) { grid-column: span 6; min-height: 240px; }
  .ec-connect__grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .ec-hero { min-height: 700px; }
  .ec-hero__lead { font-size: 0.95rem; }
  .ec-actions .ec-button { flex-basis: 100%; }
  .ec-gallery__item,
  .ec-gallery__item--wide,
  .ec-gallery__item:nth-child(5),
  .ec-gallery__item:nth-child(6) { grid-column: 1 / -1; min-height: 250px; }
  .ec-platform { padding: 0.85rem; }
}

@media (prefers-reduced-motion: reduce) {
  .ec-page *,
  .ec-page *::before,
  .ec-page *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
