/* ============================================================
   BrijCode — About Highlight (Field Reality)
   Full about-bg bottom-aligned + top copy + arc pills
   ============================================================ */

.about-page {
  scroll-snap-type: y proximity;
  scroll-padding-top: var(--site-header-h, 80px);
}

.about-highlight {
  --ahh-navy: #071a33;
  --ahh-navy-2: #0b1f3a;
  --ahh-navy-top: #162235;
  --ahh-marigold: var(--marigold, #f2a11b);
  --ahh-white: #ffffff;
  --ahh-glass: rgba(12, 28, 44, 0.72);
  --ahh-glass-border: rgba(255, 255, 255, 0.16);
  --ahh-stage-scale: 1;
  --ahh-globe-height: 106%;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  height: 100svh;
  height: 100dvh;
  min-height: 100svh;
  min-height: 100dvh;
  max-height: 100svh;
  max-height: 100dvh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background-color: var(--ahh-navy);
  background-image: linear-gradient(
    180deg,
    var(--ahh-navy-top) 0%,
    #101f34 20%,
    var(--ahh-navy-2) 42%,
    var(--ahh-navy) 100%
  );
  color: var(--ahh-white);
}

.about-highlight__atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 68% 48% at 50% 88%, rgba(242, 161, 27, 0.1) 0%, transparent 62%),
    radial-gradient(ellipse 82% 54% at 50% 96%, rgba(48, 88, 130, 0.16) 0%, transparent 58%);
}

.about-highlight__atmosphere::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  --ahh-grid-color: rgba(221, 230, 237, 0.07);
  background-image:
    linear-gradient(var(--ahh-grid-color) 1px, transparent 1px),
    linear-gradient(90deg, var(--ahh-grid-color) 1px, transparent 1px);
  background-size: 44px 44px;
  background-position: center top;
  mask-image: radial-gradient(ellipse 96% 82% at 50% 36%, #000 24%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 96% 82% at 50% 36%, #000 24%, transparent 78%);
}

/* Full image — fit inside section, bottom-aligned, no crop */
.about-highlight__globe-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  transform: scale(var(--ahh-stage-scale));
  transform-origin: 50% 100%;
}

.about-highlight__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: var(--ahh-globe-height);
  max-width: none;
  object-fit: contain;
  object-position: bottom center;
  transform: translateX(-50%);
  transform-origin: center bottom;
  pointer-events: none;
  user-select: none;
  animation: ahhGlobeBreath 14s ease-in-out infinite;
}

.about-highlight__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: min(100%, 960px);
  margin: 0 auto;
  padding:
    clamp(32px, 5.5vh, 52px)
    clamp(20px, 4vw, 32px)
    0;
}

.about-highlight__content {
  position: relative;
  z-index: 3;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.about-highlight__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-size: clamp(0.58rem, 0.68vw, 0.7rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.about-highlight__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--ahh-marigold);
  box-shadow: 0 0 0 3px rgba(242, 161, 27, 0.14);
}

.about-highlight__title {
  margin: 0 0 12px;
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-size: clamp(1.5rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: var(--ahh-white);
  text-wrap: balance;
}

.about-highlight__title-line {
  display: block;
}

.about-highlight__title-line--accent {
  color: var(--ahh-marigold);
}

.about-highlight__description {
  margin: 0;
  margin-inline: auto;
  font-size: clamp(0.88rem, 1vw, 1rem);
  line-height: 1.52;
  color: rgba(255, 255, 255, 0.68);
  text-wrap: balance;
}

.about-highlight__floating-elements {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  transform: scale(var(--ahh-stage-scale));
  transform-origin: 50% 100%;
}

.about-highlight__card {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: none;
  padding: 8px 14px 8px 8px;
  white-space: nowrap;
  border-radius: 999px;
  background: var(--ahh-glass);
  border: 1px solid var(--ahh-glass-border);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  pointer-events: auto;
  animation: ahhCardFloat 8s ease-in-out infinite;
}

.about-highlight__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(242, 161, 27, 0.1);
  border: 1px solid rgba(242, 161, 27, 0.22);
}

.about-highlight__card-icon svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: var(--ahh-marigold);
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-highlight__card-copy {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  white-space: nowrap;
}

.about-highlight__card-label {
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1;
  white-space: nowrap;
}

.about-highlight__card-label::after {
  content: "·";
  margin-left: 6px;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.28);
}

.about-highlight__card-value {
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ahh-marigold);
  white-space: nowrap;
}

/* Wide arc on globe — staggered to avoid overlap */
.about-highlight__card--outlets {
  bottom: 63%;
  left: clamp(1.5%, 2.5vw, 4%);
  animation-delay: 3.1s;
}

.about-highlight__card--field {
  bottom: 53%;
  left: clamp(5%, 6.5vw, 9%);
  animation-delay: 0s;
}

.about-highlight__card--retail {
  bottom: 41%;
  left: clamp(1.5%, 2.5vw, 4%);
  animation-delay: 1.1s;
}

.about-highlight__card--consumer {
  bottom: 31%;
  left: clamp(13%, 15vw, 19%);
  animation-delay: 0.8s;
}

.about-highlight__card--routes {
  bottom: 21%;
  left: clamp(20%, 22vw, 26%);
  animation-delay: 1.9s;
}

.about-highlight__card--data {
  bottom: 14%;
  left: 39%;
  transform: translateX(-50%);
  animation-name: ahhCardFloatCenter;
  animation-delay: 2.2s;
}

.about-highlight__card--business {
  bottom: 12%;
  left: 61%;
  transform: translateX(-50%);
  animation-name: ahhCardFloatCenter;
  animation-delay: 2.8s;
}

.about-highlight__card--verify {
  bottom: 21%;
  right: clamp(20%, 22vw, 26%);
  animation-delay: 2.4s;
}

.about-highlight__card--campaign {
  bottom: 31%;
  right: clamp(13%, 15vw, 19%);
  animation-delay: 1.3s;
}

.about-highlight__card--ai {
  bottom: 41%;
  right: clamp(1.5%, 2.5vw, 4%);
  animation-delay: 1.6s;
}

.about-highlight__card--realtime {
  bottom: 53%;
  right: clamp(5%, 6.5vw, 9%);
  animation-delay: 0.5s;
}

.about-highlight__card--automation {
  bottom: 63%;
  right: clamp(1.5%, 2.5vw, 4%);
  animation-delay: 3.5s;
}

@keyframes ahhCardFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -5px, 0);
  }
}

@keyframes ahhCardFloatCenter {
  0%,
  100% {
    transform: translateX(-50%) translate3d(0, 0, 0);
  }

  50% {
    transform: translateX(-50%) translate3d(0, -5px, 0);
  }
}

@keyframes ahhGlobeBreath {
  0%,
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateX(-50%) scale(1.006);
    opacity: 0.98;
  }
}

@media (max-height: 900px) {
  .about-highlight {
    --ahh-stage-scale: 0.96;
  }

  .about-highlight__inner {
    padding-top: clamp(22px, 3.8vh, 40px);
  }

  .about-highlight__title {
    margin-bottom: 10px;
  }
}

@media (max-height: 820px) {
  .about-highlight {
    --ahh-stage-scale: 0.9;
  }

  .about-highlight__inner {
    padding-top: clamp(18px, 3vh, 32px);
  }

  .about-highlight__title {
    font-size: clamp(1.4rem, 3.4vw, 2.4rem);
    margin-bottom: 8px;
  }

  .about-highlight__description {
    font-size: clamp(0.82rem, 0.92vw, 0.92rem);
    line-height: 1.46;
  }
}

@media (max-height: 720px) {
  .about-highlight {
    --ahh-stage-scale: 0.84;
  }

  .about-highlight__inner {
    padding-top: clamp(14px, 2.5vh, 24px);
  }

  .about-highlight__eyebrow {
    margin-bottom: 8px;
  }

  .about-highlight__title {
    font-size: clamp(1.25rem, 3vw, 2rem);
    margin-bottom: 6px;
  }

  .about-highlight__description {
    font-size: 0.8rem;
    line-height: 1.42;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-highlight__bg,
  .about-highlight__card {
    animation: none;
  }

  .about-highlight__card--data,
  .about-highlight__card--business {
    transform: translateX(-50%);
  }
}
