section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  width: 100%;
  padding: 1.5rem;
  box-sizing: border-box;
  color: #edddd1;
  background: linear-gradient(to bottom, #111111, #0a0a0a 45%, #0a0a0a);
  border-bottom: 1px solid rgba(237, 221, 209, 0.15);
}

@media (min-width: 768px) {
  section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] {
    padding: 3rem;
  }
}

@media (min-width: 1024px) {
  section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] {
    padding: 4rem;
  }
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero-glow {
  position: absolute;
  border-radius: 9999px;
  pointer-events: none;
  z-index: 0;
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero-glow--a {
  top: 25%;
  left: 25%;
  width: 320px;
  height: 320px;
  background: rgba(111, 142, 153, 0.1);
  filter: blur(80px);
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero-glow--b {
  bottom: 25%;
  right: 25%;
  width: 240px;
  height: 240px;
  background: rgba(237, 221, 209, 0.05);
  filter: blur(70px);
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__spacer {
  padding-top: 4rem;
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__grid {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1650px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3rem;
  padding: 3rem 0;
  align-items: center;
}

@media (min-width: 1024px) {
  section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 4rem;
  }
  section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__title-col {
    grid-column: span 7;
  }
  section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__overview {
    grid-column: span 5;
  }
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--wos-font-body, "Space Mono", monospace);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6f8e99;
  margin-bottom: 1rem;
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__dot {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 9999px;
  background: #6f8e99;
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__h1 {
  font-family: var(--wos-font-heading, Anton, sans-serif) !important;
  font-weight: 400 !important;
  font-size: 15vw !important;
  line-height: 0.82 !important;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #edddd1;
  margin: 0;
  user-select: none;
}

@media (min-width: 640px) {
  section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__h1 {
    font-size: 13vw !important;
  }
}

@media (min-width: 1024px) {
  section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__h1 {
    font-size: 10vw !important;
  }
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__sub {
  font-family: var(--wos-font-body, "Space Mono", monospace);
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(237, 221, 209, 0.5);
  margin: 1.5rem 0 0;
}

@media (min-width: 640px) {
  section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__sub {
    font-size: 0.875rem;
  }
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__rule {
  position: relative;
  padding: 0.75rem 0 0.75rem 1.5rem;
  border-left: 2px solid rgba(111, 142, 153, 0.7);
}

@media (min-width: 640px) {
  section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__rule {
    padding-left: 2rem;
  }
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__rule-glow {
  position: absolute;
  left: -3px;
  top: 0;
  width: 4px;
  height: 4rem;
  background: #6f8e99;
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__overview-label {
  display: block;
  font-family: var(--wos-font-body, "Space Mono", monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6f8e99;
  margin-bottom: 1rem;
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__summary {
  font-family: var(--wos-font-body, "Space Mono", monospace);
  font-size: 0.75rem;
  line-height: 1.625;
  color: rgba(237, 221, 209, 0.85);
  margin: 0 0 1.5rem;
  text-align: left;
}

@media (min-width: 640px) {
  section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__summary {
    font-size: 0.875rem;
  }
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(237, 221, 209, 0.1);
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__stat-value {
  display: block;
  font-family: var(--wos-font-heading, Anton, sans-serif);
  font-size: 1.5rem;
  line-height: 2rem;
  color: #edddd1;
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__stat-value.is-accent {
  color: #6f8e99;
}

@media (min-width: 640px) {
  section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__stat-value {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__stat-label {
  display: block;
  margin-top: 0.125rem;
  font-family: var(--wos-font-body, "Space Mono", monospace);
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(237, 221, 209, 0.5);
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__bottom {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1650px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(237, 221, 209, 0.1);
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__note {
  font-family: var(--wos-font-body, "Space Mono", monospace);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(237, 221, 209, 0.4);
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__scroll {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--wos-font-body, "Space Mono", monospace);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6f8e99;
  text-decoration: none;
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__scroll:hover,
section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__scroll:focus-visible {
  color: #edddd1;
}

section.ela-vsot[data-wos-library="ela-09-exhibitions-v2-hero"] .ela-exh2-hero__scroll-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  border: 1px solid rgba(111, 142, 153, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
