/* ==========================================================================
   COMPONENT: BRAND STATEMENT TYPOGRAPHIC BANNER
   ========================================================================== */

.statement-section {
  padding-block: clamp(6rem, 11vw, 12rem);
  background-color: #151413;
  border-block: 1px solid var(--border-subtle);
  position: relative;
  overflow: hidden;
}

.statement-box {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.statement-heading {
  font-size: clamp(2.5rem, 6.2vw, 5.8rem);
  line-height: 1.0;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--accent-primary);
}

.statement-heading span.dimmed {
  color: rgba(216, 210, 197, 0.35);
}

.statement-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-subtle);
  padding-top: 1.5rem;
}

.statement-bg-mark {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 450px;
  height: 450px;
  opacity: 0.03;
  pointer-events: none;
}
