/* About hero background: cover; desktop nudged slightly up from bottom, mobile stays bottom-anchored */
.component--about .sticky .image.--cover > img,
.component--about .mobile > .image.--cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.component--about .sticky .image.--cover > img {
  object-position: center 86%;
  position: relative;
  z-index: 0;
}

/* Desktop: darken hero so gold/white stats read clearly over the photo */
.component--about .desktop .sticky .image.--cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.42);
}

.component--about .mobile > .image.--cover > img {
  object-position: center bottom;
}

/* Nexa about / stats hero — three-column layout (decoys theme .title.--jumbo scroll counter) */
.component--about .nexa-about-gsap-decoy {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.component--about .desktop .sticky2 .container {
  position: relative;
}

/*
 * Desktop wide layout: nexa-long-sections-scroll.css sets .component--about to 380vh (theme default is 600vh).
 * Theme still positions .sticky2 at top:200vh from the 600vh design — stats engage too late. Match the original
 * ratio (200/600) against Nexa height so the panel appears sooner while scrolling.
 */
@media (min-width: 1101px) {
  .component--about .desktop .sticky2 {
    top: calc(380vh / 3) !important;
  }
}

.component--about .nexa-about-panel {
  --nexa-gold: #d4af37;
  --nexa-gold-soft: #c9a54e;
  --nexa-gold-line: rgba(212, 175, 55, 0.55);
  max-width: min(1100px, 92vw);
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 3vw, 2rem);
  text-align: center;
  color: #fff;
}

.component--about .nexa-about-panel__head {
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.component--about .nexa-about-panel__icon-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.component--about .nexa-about-panel__rule {
  flex: 1;
  max-width: 5.5rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--nexa-gold-line), transparent);
}

.component--about .nexa-about-panel__cocoa {
  width: clamp(28px, 5vw, 40px);
  height: clamp(28px, 5vw, 40px);
  flex-shrink: 0;
  color: var(--nexa-gold);
}

.component--about .nexa-about-panel__kicker {
  font-family: var(--font-secondary, "Playfair Display", Georgia, serif);
  font-size: clamp(1rem, 2.4vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.35;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
}

.component--about .nexa-about-stats {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 0;
  margin: 0 auto clamp(1.75rem, 4vw, 2.75rem);
  max-width: 56rem;
}

.component--about .nexa-about-stats__v {
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    var(--nexa-gold-line) 12%,
    var(--nexa-gold-line) 88%,
    transparent 100%
  );
  margin: 0.25rem 0;
}

.component--about .nexa-about-stat {
  padding: clamp(0.5rem, 2vw, 1.25rem) clamp(0.75rem, 2.5vw, 1.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}

.component--about .nexa-about-stat__value {
  font-family: var(--font-secondary, "Playfair Display", Georgia, serif);
  font-size: clamp(2.25rem, 7vw, 3.75rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.02em;
  background: linear-gradient(180deg, #f0e6c8 0%, var(--nexa-gold) 45%, #a67c00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.component--about .nexa-about-stat__ornament {
  width: min(9rem, 42vw);
  height: 1px;
  background: var(--nexa-gold-line);
  position: relative;
}

.component--about .nexa-about-stat__ornament::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  background: var(--nexa-gold-soft);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.35);
}

.component--about .nexa-about-stat__label {
  font-family: var(--font-primary, "Poppins", sans-serif);
  font-size: clamp(0.78rem, 1.85vw, 0.95rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.35;
  max-width: 12rem;
}

.component--about .nexa-about-panel__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.component--about .nexa-about-panel__foot-rule {
  flex: 1;
  max-width: 6rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--nexa-gold-line));
  position: relative;
}

.component--about .nexa-about-panel__foot-rule--end {
  background: linear-gradient(90deg, var(--nexa-gold-line), transparent);
}

.component--about .nexa-about-panel__foot-rule::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--nexa-gold-soft);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.component--about .nexa-about-panel__foot-rule--end::after {
  left: 0;
  right: auto;
}

.component--about .nexa-about-panel__tagline {
  font-family: var(--font-secondary, "Playfair Display", Georgia, serif);
  font-size: clamp(0.95rem, 2.2vw, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
}

/* Theme centers .mobile .center absolutely; reset so tall stats panel isn’t clipped */
.component--about .mobile .center.nexa-about-panel {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: clamp(1.5rem, 5vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 5vw, 2.5rem);
}

@media (max-width: 640px) {
  .component--about .nexa-about-stats {
    grid-template-columns: 1fr;
    max-width: 18rem;
  }

  .component--about .nexa-about-stats__v {
    display: none;
  }

  .component--about .nexa-about-stat {
    border-bottom: 1px solid rgba(212, 175, 55, 0.22);
    padding-bottom: 1.25rem;
  }

  .component--about .nexa-about-stat:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
