/* ============================================================
   Brijcode � Index page styles
   Hero, sections, components used on the home page only
   ============================================================ */
/* ============ HERO ============ */
.hero {
  position: relative;
  background: linear-gradient(
    160deg,
    var(--ink-deep) 0%,
    var(--ink-deeper) 100%
  );
  padding: 120px 0 50px;
  overflow: hidden;
  /* border-radius: 0 0 40px 40px; */
}

.hero-glow {
  position: absolute;
  right: -10%;
  top: -10%;
  width: 620px;
  height: 620px;
  background: radial-gradient(
    circle,
    rgba(242, 154, 31, 0.14) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-grid {
  position: absolute;
  inset: 0;
  --grid-color: rgba(221, 230, 237, 0.055);
  --grid-pattern:
    linear-gradient(var(--grid-color) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);
  background-image: var(--grid-pattern);
  background-size: 44px 44px;
  mask-image: radial-gradient(
    ellipse 90% 80% at 50% 20%,
    #000 30%,
    transparent 75%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 90% 80% at 50% 20%,
    #000 30%,
    transparent 75%
  );
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.5;
}
.orb-1 {
  width: 480px;
  height: 480px;
  background: rgba(23, 144, 123, 0.34);
  top: -160px;
  right: -80px;
  animation: drift 14s ease-in-out infinite alternate;
}
.orb-2 {
  width: 420px;
  height: 420px;
  background: rgba(242, 154, 31, 0.2);
  bottom: -200px;
  left: -120px;
  animation: drift 18s ease-in-out infinite alternate-reverse;
}
@keyframes drift {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(40px, 30px) scale(1.08);
  }
}

.hero-title {
  color: #fff;
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-weight: 800;
  font-size: clamp(2.5rem, 2.7vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.015em;
}
.hero-title .hl {
  color: var(--marigold);
  background: linear-gradient(120deg, #ffc46b, var(--marigold) 55%, #ff9e3d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lede {
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-size: 1rem;
  color: #b8c7d6;
  max-width: 660px;
  line-height: 1.6;
}

.hero-ctas {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

/* ---- hero visual ---- */
.hero-visual {
  position: relative;
  max-width: 430px;
  margin: 0 auto;
}

.hero-visual-rings::before,
.hero-visual-rings::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(242, 154, 31, 0.22);
}
.hero-visual-rings::before {
  inset: 6%;
}
.hero-visual-rings::after {
  inset: -4%;
  border-style: dashed;
  opacity: 0.5;
}

.hero-photo-frame {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow:
    0 30px 70px rgba(4, 12, 20, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.07) inset;
  isolation: isolate;
}
.hero-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(15, 34, 51, 0) 55%,
    rgba(8, 18, 29, 0.55) 100%
  );
  pointer-events: none;
}

.hero-video {
  display: block;
  width: 100%;
  height: 300px;
  /* height: clamp(380px, 44vw, 560px); */
  object-fit: cover;
  transform: scale(1.05);
  animation: heroVideoIn 1.5s cubic-bezier(0.19, 0.85, 0.24, 1) both;
}
@keyframes heroVideoIn {
  from {
    opacity: 0;
    transform: scale(1.16);
    filter: saturate(0.55) brightness(0.78);
  }
  to {
    opacity: 1;
    transform: scale(1.05);
    filter: saturate(1) brightness(1);
  }
}

.float-card {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  padding: 10px 12px;
  box-shadow: 0 18px 40px rgba(10, 24, 38, 0.28);
  z-index: 3;
}

.congrats-card {
  top: 52%;
  right: -27%;
  width: 150px;
  animation: floatCard 4.5s ease-in-out infinite;
}

.tick-card {
  left: -23%;
  top: 13%;
  padding: 8px 10px;
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.fc-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.fc-chip {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--teal), #0d5f51);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-label {
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--ink);
}
.fc-amount {
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ink);
}
.fc-sub {
  font-size: 0.66rem;
  color: var(--muted);
  margin-top: 2px;
}

.hero-scribble {
  position: absolute;
  top: 40%;
  right: -14%;
  opacity: 0.8;
  z-index: 1;
}

.divider-section {
  align-items: center;
  display: flex;
}

.divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #cbd5e1, transparent);
}

.stats-section {
  background: 0 0;
  padding-bottom: 20px;
}

.stars {
  color: #fbbf24;
  font-size: 1.5rem;
}

.review-text,
.stat-subtext {
  font-size: 0.9rem;
  color: #e3e5ea;
}

.stat-value {
  font-size: 1.7rem;
  font-weight: 600;
  color: #ffffff;
}

.gradient-border,
.gradient-border i,
.stat-value span {
  color: #ffc46b;
}

.stat-subtext {
  font-size: 0.9rem;
  color: #e5ebf5;
}

/* ============ TOOLS / KEY FEATURES ============ */
.tools {
  position: relative;
  padding: 40px 0 0;
  text-align: center;
  overflow: hidden;
  background: var(--cream);
}

.tools .hero-grid,
.engines-scroll .hero-grid,
.loop-cards-section .hero-grid {
  --grid-color: rgba(15, 34, 51, 0.055);
}
.industry-section .hero-grid {
  --grid-color: rgb(254 254 255 / 6%);
}
.tools .orb-1,
.engines-scroll .orb-1,
.loop-cards-section .orb-1 {
  background: rgba(23, 144, 123, 0.12);
}
.tools .orb-2,
.engines-scroll .orb-2,
.loop-cards-section .orb-2 {
  background: rgba(242, 154, 31, 0.1);
}

.tools .eyebrow {
  justify-content: center;
  color: var(--muted);
}

.tools h1 {
  position: relative;
  z-index: 2;
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.18;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 14px;
}
.tools h1 .muted {
  color: var(--marigold);
  background: linear-gradient(120deg, #ffc46b, var(--marigold) 55%, #ff9e3d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tools-sub {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  color: #41474f;
  margin: 0 auto;
  line-height: 1.6;
}

.retail-img {
  margin-top: -34px;
}

.retail-img img {
  width: min(750px, 100%);
  height: auto;
  margin: 0 auto;
}

.retail-img .img-first {
  margin-right: -80px;
}

/* ---- key features swiper ---- */
.features-strip {
  position: relative;
  z-index: 2;
  margin-top: 25px;
  overflow: hidden;
}
.features-strip .swiper {
  width: 100%;
  padding: 6px 0;
}
.features-strip .swiper::before,
.features-strip .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.features-strip .swiper::before {
  left: 0;
  background: linear-gradient(90deg, var(--cream), transparent);
}
.features-strip .swiper::after {
  right: 0;
  background: linear-gradient(270deg, var(--cream), transparent);
}
.features-strip .swiper-wrapper {
  transition-timing-function: linear !important;
}
.features-strip .swiper-slide {
  width: auto !important;
}

.feature-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 600;
  font-size: 0.94rem;
  color: var(--ink);
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(15, 34, 51, 0.05);
}
.feature-chip .ico {
  color: var(--marigold);
}

/* ============ SCROLL-SCRUB VIDEO SECTION ============ */
.scroll-video-section {
  position: relative;
  height: 200vh;
  background: linear-gradient(
    160deg,
    var(--ink-deep) 0%,
    var(--ink-deeper) 100%
  );
}
.scroll-video-content {
  overflow: hidden; /* pairs with the JS max-height collapse */
}
.scroll-video-sticky-wrap {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.scroll-video-sticky-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(221, 230, 237, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(221, 230, 237, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(
    ellipse 80% 70% at 50% 30%,
    #000 20%,
    transparent 75%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 80% 70% at 50% 30%,
    #000 20%,
    transparent 75%
  );
  pointer-events: none;
}

.scroll-video-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 620px;
  padding: 0 24px;
  margin-bottom: 30px;
  will-change: opacity, transform;
}
.scroll-video-content .eyebrow {
  justify-content: center;
}
.scroll-video-content h2 {
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-weight: 800;
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 14px;
}
.scroll-video-content p {
  color: #b8c7d6;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.scroll-video-frame {
  position: relative;
  z-index: 2;
  width: min(640px, 86vw);
  height: 46vh;
  border-radius: 28px;
  overflow: hidden;
  box-shadow:
    0 40px 90px rgba(2, 8, 14, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  will-change: width, height, border-radius;
}
.scroll-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.scroll-video-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 24, 38, 0.1) 0%,
    rgba(10, 24, 38, 0.05) 55%,
    rgba(6, 14, 22, 0.65) 100%
  );
  pointer-events: none;
}
.scroll-video-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--marigold);
  box-shadow: 0 0 0 4px rgba(242, 154, 31, 0.22);
}

@media (prefers-reduced-motion: reduce) {
  .scroll-video-section {
    height: auto;
  }
  .scroll-video-sticky-wrap {
    position: relative;
    height: auto;
    padding: 90px 0;
    gap: 34px;
  }
  .scroll-video-frame {
    width: min(920px, 90vw);
    height: 52vh;
    border-radius: 28px !important;
  }
  .hero-video {
    animation: none;
    transform: none;
  }
}

.pillar-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.1rem;
}
.ico-badge {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  flex: none;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(140deg, #ff9300, #ffdbab);
  box-shadow: inset 0 0 0 1px rgba(201, 124, 8, 0.25);
}
.pillar-tag {
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  background: var(--teal-soft);
  border-radius: 999px;
  padding: 0.35em 1em;
  display: inline-block;
}

/* ============ FOUR ENGINES — PINNED SCROLL SHOWCASE ============ */
.engines-scroll {
  --site-header-h: 80px;
  position: relative;
  height: calc(var(--engine-count, 6) * 100vh);
  padding: 0;
  background: var(--cream);
  --violet: #6f4fd1;
  --violet-deep: #3c2680;
  --rose: #d1495f;
  --rose-deep: #8f2038;
  --indigo: #3457d5;
  --indigo-deep: #1e2f78;
}

.engines-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  overflow: clip;
  display: flex;
  align-items: stretch;
}

.engines-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  padding-top: calc(var(--site-header-h) + 10px);
  padding-bottom: 16px;
  box-sizing: border-box;
}

.engines-inner .section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 10px;
  flex: 0 0 auto;
}
.engines-inner .eyebrow-light {
  color: var(--marigold) !important;
  justify-content: center;
  margin-bottom: 8px;
}
.engines-inner .section-head h2 {
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #1e1e1e;
  margin: 0;
}

/* ---- stage: scenes stacked in the same place, crossfaded ---- */
.engine-stage {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
}

.engine-scene {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.22fr) minmax(0, 0.95fr);
  align-items: center;
  margin: 0 auto;
  max-width: 1400px;
  gap: 16px;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.engine-scene.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ---- left: copy ---- */
.ico-badge.lg {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--marigold);
  color: #fff;
  margin-bottom: 8px;
}
.engine-copy .pillar-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}
.engine-copy .pillar-tag {
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--marigold-deep);
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0.35em 1em;
  display: inline-block;
}
.engine-copy h3 {
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-weight: 800;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.2;
  margin: 0 0 10px;
  color: #1e1e1e;
}
.engine-copy p {
  color: #1e1e1e;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 10px;
}
.engine-copy p + p {
  margin-bottom: 14px;
}
.engine-copy .btn-primary {
  background: none;
  border: 1px solid var(--ink-deep);
  color: var(--ink-deep);
}

/* ---- center: phone mockup image ---- */
.engine-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 0;
  width: 108%;
  margin-left: -4%;
}
.phone-frame {
  height: 100%;
  max-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone-frame img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* ---- right: stacked highlight cards ---- */
.engine-cards {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  max-height: 100%;
  min-height: 0;
}
.hcard {
  position: relative;
  left: auto;
  top: auto;
  width: 90%;
  flex: 0 0 auto;
  padding: 12px 14px;
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.26);
}
.hcard b {
  display: block;
  font-size: 0.84rem;
  margin: 4px 0 2px;
}
.hcard small {
  display: block;
  font-size: 0.68rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.85);
}
.hico {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.2);
}
.hico .ico {
  width: 13px;
  height: 13px;
}

.hc1 {
  margin-left: 6%;
  z-index: 6;
}
.hc2 {
  margin-left: 0;
  z-index: 5;
}
.hc3 {
  margin-left: 5%;
  z-index: 4;
}
.hc4 {
  margin-left: 1%;
  z-index: 3;
}
.hc5 {
  margin-left: 6%;
  z-index: 2;
}
.hc6 {
  display: none;
}

@media (max-height: 820px) {
  .engines-inner .section-head h2 {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
  }
  .engines-scroll .engine-copy h3 {
    font-size: 1.28rem;
  }
  .engines-scroll .engine-copy p {
    font-size: 0.82rem;
    margin-bottom: 8px;
    line-height: 1.4;
  }
  .engines-scroll .engine-copy p + p {
    margin-bottom: 12px;
  }
  .engines-scroll .hcard {
    padding: 9px 12px;
  }
}

.engine-scene[data-engine="1"] .hcard {
  background: linear-gradient(150deg, #2f6fb0, var(--ink-deep));
}
.engine-scene[data-engine="2"] .hcard {
  background: linear-gradient(150deg, var(--marigold), var(--marigold-deep));
}
.engine-scene[data-engine="3"] .hcard {
  background: linear-gradient(150deg, var(--teal), #0d5f51);
}
.engine-scene[data-engine="4"] .hcard {
  background: linear-gradient(150deg, var(--violet), var(--violet-deep));
}
.engine-scene[data-engine="5"] .hcard {
  background: linear-gradient(150deg, var(--rose), var(--rose-deep));
}
.engine-scene[data-engine="6"] .hcard {
  background: linear-gradient(150deg, var(--indigo), var(--indigo-deep));
}

/* ---------- Growth loop card grid (matches reference) ---------- */
.loop-cards-section {
  position: relative;
  background: var(--cream);
  padding: 0 0 70px;
  overflow-x: clip;
}

.loop-head {
  max-width: 640px;
  margin: 0 auto 46px;
  text-align: center;
}
.pill-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--line);
  background: var(--panel-bg);
  border-radius: 999px;
  padding: 0.5em 1.1em;
  margin-bottom: 22px;
}
.pill-eyebrow .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--marigold);
}
.loop-h2 {
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-weight: 800;
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.industry-h2 {
  font-size: clamp(1.9rem, 3vw, 2rem);
}
.loop-h2 .hl {
  color: var(--marigold-deep);
  font-style: italic;
}
.loop-lede {
  margin-top: 14px;
  color: #ccd4dd;
  font-size: 1rem;
  line-height: 1.6;
}
.loop-head .loop-lede {
  color: #061d32;
}
.bento-section .loop-lede {
  color: #ccd4dd;
}
.loop-cardgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  /* max-width: 1180px; */
  margin: 0 auto;
  align-items: stretch;
}

.loop-card {
  position: relative;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.7rem 1.5rem;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.loop-card.card-1 {
  left: 32%;
  transform: rotate(351deg);
}
.loop-card.card-2 {
  left: 14%;
  transform: rotate(9deg);
}
.loop-card.card-3 {
  left: -1%;
  transform: rotate(347deg);
}
.loop-card.card-4 {
  left: -19%;
  transform: rotate(13deg);
}
.loop-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(15, 34, 51, 0.08);
  border-color: var(--marigold);
}
.loop-badge {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(45deg, #f7aa3d, #f29a1f);
  color: #ffffff;
  margin-bottom: 1.3rem;
}
.loop-badge .ico {
  width: 19px;
  height: 19px;
}
.loop-badge-dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--marigold);
}

.loop-card h3 {
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-size: 1.04rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.45rem;
}
.loop-card p {
  font-size: 0.88rem;
  color: var(--ink-mid);
  line-height: 1.5;
  flex: 1;
  margin-bottom: 1.2rem;
}
.card-link {
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--marigold-deep);
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  transition: gap 0.18s ease;
}
.card-link:hover {
  gap: 0.55em;
}

/* Featured dark card */
.loop-card-feature {
  background: var(--ink-deep);
  border-color: var(--ink-deep);
  color: #fff;
}
.loop-card-feature h3 {
  color: #fff;
}
.loop-card-feature p {
  color: #b8c7d6;
}
.card-link-dark {
  color: var(--marigold);
}

/* Industry section  */
/* ---- dark section theme ---- */
.industry-section {
  background: var(--ink);
}
.industry-section .loop-h2 {
  color: #fff;
}
.industry-section .hero-grid {
  --grid-color: rgb(255 255 255 / 6%);
}
.industry-section .orb-1 {
  background: rgb(38 255 217 / 12%);
}
.industry-section .orb-2 {
  background: rgb(255 156 18 / 10%);
}
.industry-role {
  color: var(--marigold) !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  margin-bottom: 0.6rem !important;
}

/* ---- card shell ---- */
.bento-card {
  height: 100%;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 22px 22px 26px;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(15, 34, 51, 0.08);
  border-color: var(--teal);
}
.bento-card h3 {
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-weight: 800;
  font-size: 1.15rem;
  line-height: 1.3;
  color: var(--ink);
  margin: 0 0 6px;
}
.bento-card p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

.bento-visual {
  position: relative;
  background: var(--cream);
  border-radius: var(--radius-md);
  padding: 18px;
  margin-bottom: 18px;
  min-height: 170px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* icon badge + title row above each card's description */
.bento-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}
.bento-card-head .loop-badge {
  width: 38px;
  height: 38px;
  margin-bottom: 0;
  flex: none;
}
.bento-card-head .loop-badge .ico {
  width: 17px;
  height: 17px;
}
.bento-card-head h3 {
  margin: 0;
}
.loop-badge.teal {
  background: linear-gradient(45deg, var(--teal), #0d5f51);
}

/* ============ shared mock chip/input pieces ============ */
.mock-chip {
  display: inline-block;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ink);
  padding: 7px 13px;
  white-space: nowrap;
}
.mock-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  flex: none;
  display: grid;
  place-items: center;
  font-size: 0.65rem;
  color: #fff;
}
.mock-check.sm {
  width: 16px;
  height: 16px;
}
.mock-check.on {
  background: var(--teal);
  border-color: var(--teal);
}

/* ---- card 1: chat / command bar ---- */
.mock-chat {
  width: 100%;
}
.mock-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: 34px;
}
.mock-input {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
}
.mock-input-text {
  flex: 1;
  font-size: 0.85rem;
  color: var(--ink);
}
.mock-caret {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: var(--ink);
  margin-left: 2px;
  vertical-align: middle;
  animation: mockBlink 1s step-end infinite;
}
@keyframes mockBlink {
  50% {
    opacity: 0;
  }
}
.mock-mic {
  color: var(--muted);
  width: 18px;
  height: 18px;
}
.mock-send {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  display: grid;
  place-items: center;
  flex: none;
}
.mock-send .ico,
.mock-mic .ico {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---- card 2: checklist ---- */
.mock-checklist {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mock-check-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 12px;
}
.mock-check-row.is-faded {
  opacity: 0.45;
}
.mock-check-text {
  font-size: 0.84rem;
  color: var(--ink);
}
.mock-check-row.is-done .mock-check-text {
  color: var(--muted);
  text-decoration: line-through;
}

/* ---- card 3: document skeleton ---- */
.mock-doc {
  width: 100%;
}
.mock-doc-ico {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  color: var(--teal);
  display: grid;
  place-items: center;
  margin-bottom: 14px;
}
.mock-doc-ico .ico {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mock-doc-ico.sm {
  width: 26px;
  height: 26px;
  margin-bottom: 0;
}
.mock-doc-rule {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--teal);
  border-radius: 2px;
  margin-bottom: 10px;
}
.mock-doc-line {
  display: block;
  height: 8px;
  border-radius: 6px;
  background: var(--line);
  margin-bottom: 8px;
}
.mock-doc-line.w-90 {
  width: 90%;
}
.mock-doc-line.w-80 {
  width: 80%;
}
.mock-doc-line.w-70 {
  width: 70%;
}

/* ---- card 4: timeline ---- */
.mock-timeline {
  width: 100%;
  position: relative;
}
.mock-bell {
  position: absolute;
  top: -4px;
  right: 0;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  color: var(--marigold-deep);
  display: grid;
  place-items: center;
}
.mock-bell .ico {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mock-time-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}
.mock-time-row:last-child {
  margin-bottom: 0;
}
.mock-time-row small {
  display: block;
  font-size: 0.68rem;
  color: var(--muted);
}
.mock-time-row b {
  display: block;
  font-size: 0.84rem;
  color: var(--ink);
  margin-top: 1px;
}
.mock-link {
  display: inline-block;
  margin-top: 3px;
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--teal);
}

/* ---- card 5: orbiting avatars ---- */
.mock-orbit {
  position: relative;
  width: 100%;
  height: 170px;
}
.mock-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px dashed var(--line);
  transform: translate(-50%, -50%);
}
.mock-ring.r1 {
  width: 110px;
  height: 110px;
}
.mock-ring.r2 {
  width: 160px;
  height: 160px;
}
.mock-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  display: grid;
  place-items: center;
}
.mock-center .ico {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mock-avatar {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 11px 5px 6px;
  font-size: 0.9rem;
  box-shadow: 0 6px 14px rgba(15, 34, 51, 0.08);
}
.mock-avatar em {
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ink);
}
.mock-avatar.av-1 {
  top: 6%;
  left: 4%;
}
.mock-avatar.av-2 {
  top: 2%;
  right: 2%;
}
.mock-avatar.av-3 {
  bottom: 14%;
  left: 0%;
}

/* ============ industry-specific mock illustrations ============ */
.ind-mock {
  width: 100%;
  position: relative;
}

/* ---- FMCG & CPG: outlet coverage list ---- */
.ind-outlets {
  padding-top: 6px;
}
.ind-stat-pill {
  position: absolute;
  top: -6px;
  right: 0;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--teal);
  padding: 5px 11px;
}
.ind-outlet-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 9px 12px;
  margin-top: 10px;
  font-size: 0.8rem;
  color: var(--ink);
}
.ind-outlet-row:first-of-type {
  margin-top: 22px;
}
.ind-outlet-row.is-done {
  color: var(--muted);
}

/* ---- Telecom: signal bars + coverage progress ---- */
.ind-signal-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.ind-signal-bars {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  height: 20px;
}
.ind-signal-bars i {
  display: block;
  width: 4px;
  border-radius: 2px;
  background: var(--teal);
  animation: indSignalPulse 1.4s ease-in-out infinite;
}
.ind-signal-bars i:nth-child(1) {
  height: 6px;
  animation-delay: 0s;
}
.ind-signal-bars i:nth-child(2) {
  height: 11px;
  animation-delay: 0.15s;
}
.ind-signal-bars i:nth-child(3) {
  height: 16px;
  animation-delay: 0.3s;
}
.ind-signal-bars i:nth-child(4) {
  height: 20px;
  animation-delay: 0.45s;
}
@keyframes indSignalPulse {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}
.ind-progress-row {
  margin-bottom: 14px;
}
.ind-progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: var(--muted);
  margin-bottom: 6px;
}
.ind-progress-label b {
  color: var(--ink);
}
.ind-progress-track {
  height: 6px;
  border-radius: 4px;
  background: var(--line);
  overflow: hidden;
}
.ind-progress-fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--teal), #0d5f51);
  border-radius: 4px;
}

/* ---- Building Materials: QR claim + payout ---- */
.ind-claim {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ind-payout-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
}
.ind-payout-ico {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: rgba(23, 144, 123, 0.12);
  color: var(--teal);
  display: grid;
  place-items: center;
  flex: none;
}
.ind-payout-ico .ico {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ind-payout-card small {
  display: block;
  font-size: 0.68rem;
  color: var(--muted);
}
.ind-payout-card b {
  display: block;
  font-size: 0.86rem;
  color: var(--ink);
}

/* ---- Activation Agencies: ROI bar chart ---- */
.ind-roi {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ind-bar-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 90px;
}
.ind-bar {
  flex: 1;
  height: var(--h);
  border-radius: 6px 6px 2px 2px;
  background: var(--line);
}
.ind-bar.is-hl {
  background: linear-gradient(180deg, var(--marigold), var(--marigold-deep));
}

/* ---- D2C & Consumer Durables: dealer / warranty ---- */
.ind-dealer {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ind-dealer-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
}
.ind-dealer-ico {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: rgba(242, 154, 31, 0.14);
  color: var(--marigold-deep);
  display: grid;
  place-items: center;
  flex: none;
}
.ind-dealer-ico .ico {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ind-dealer-row small {
  display: block;
  font-size: 0.68rem;
  color: var(--muted);
}
.ind-dealer-row b {
  display: block;
  font-size: 0.86rem;
  color: var(--ink);
}
.ind-chip-reward {
  align-self: flex-start;
  color: var(--marigold-deep);
  border-color: rgba(242, 154, 31, 0.35);
}
/* ---------- Why-choose scattered composition (LIGHT, matches reference) ---------- */
.why-scatter {
  position: relative;
  padding: 40px 0 0;
  background: var(--cream);
  overflow: hidden;
}

/* soft diagonal light-beam rays, static, theme-colored */
.why-scatter-rays {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    115deg,
    rgba(242, 154, 31, 0.1) 0px,
    rgba(242, 154, 31, 0.1) 60px,
    transparent 60px,
    transparent 130px,
    rgba(23, 144, 123, 0.08) 130px,
    rgba(23, 144, 123, 0.08) 190px,
    transparent 190px,
    transparent 260px
  );
  mask-image: radial-gradient(
    ellipse 70% 65% at 50% 45%,
    #000 0%,
    transparent 75%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 70% 65% at 50% 45%,
    #000 0%,
    transparent 75%
  );
  pointer-events: none;
  z-index: 0;
}

/* soft warm glow directly behind the center image */
.why-scatter-glow {
  position: absolute;
  top: 44%;
  left: 50%;
  width: 620px;
  height: 620px;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(242, 154, 31, 0.14) 0%,
    transparent 68%
  );
  filter: blur(6px);
  pointer-events: none;
  z-index: 0;
}

.why-scatter-head,
.why-scatter-stage {
  position: relative;
  z-index: 2;
}

/* ---- text/heading now sits on LIGHT bg, so switch colors ---- */
.why-scatter .eyebrow {
  color: var(--marigold-deep);
  margin-bottom: 8px;
}
.why-scatter .eyebrow .dot {
  background: var(--marigold);
}
.why-scatter h2 {
  position: relative;
  z-index: 2;
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-weight: 800;
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  line-height: 1.18;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.why-scatter .lede {
  color: var(--muted);
  font-size: 1.1rem;
}
.hl-pill {
  display: inline-block;
  background: var(--marigold);
  color: #fff;
  padding: 0.1em 0.5em;
  border-radius: 10px;
}

.why-scatter-head {
  max-width: 640px;
  margin: 0 auto 1rem;
  text-align: center;
}
.why-scatter-head .lede {
  margin: 0.9rem auto 0;
}

/* stage that holds the center image + floating badges */
.why-scatter-stage {
  max-width: 620px;
  margin: 0 auto;
}

.why-scatter-center {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}
.hub-frame {
  width: 100%;
  max-width: 500px;
}
.hub-frame img {
  width: 100%;
  height: auto;
}

/* floating badges � light cards, rotated like the flags */
.scatter-badge {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  width: 108px;
  animation: floatY 5s ease-in-out infinite alternate;
}
.scatter-badge b {
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
}
.scatter-badge .ico-badge {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  box-shadow: 0 16px 32px rgba(15, 34, 51, 0.14);
}

@keyframes floatY {
  from {
    transform: translateY(0) rotate(var(--r, 0deg));
  }
  to {
    transform: translateY(-10px) rotate(var(--r, 0deg));
  }
}

.sb-1 {
  top: 4%;
  left: 2%;
  --r: -8deg;
  animation-delay: 0.1s;
}
.sb-2 {
  top: 0%;
  right: 4%;
  --r: 7deg;
  animation-delay: 0.5s;
}
.sb-3 {
  top: 30%;
  left: -6%;
  --r: -10deg;
  animation-delay: 0.9s;
}
.sb-4 {
  top: 34%;
  right: -6%;
  --r: 9deg;
  animation-delay: 0.3s;
}
.sb-5 {
  bottom: 27%;
  left: -9%;
  --r: -20deg;
  animation-delay: 0.7s;
}
.sb-6 {
  bottom: 22%;
  right: -8%;
  --r: 14deg;
  animation-delay: 1.1s;
}
.scatter-badge[class*="sb-"] {
  transform: rotate(var(--r, 0deg));
}

/* floating text bubble like "Hola" � light card, dark text */

/* why choose us  */
.why-section {
  padding: 30px 0 0;
}

.why-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
}

/* heading | colB | colC � a single divider sits between colB and colC
   (via .why-col + .why-col below), matching the reference exactly */
.why-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  column-gap: 64px;
  align-items: start;
}

/* ---- left: heading block ---- */
.why-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-weight: 600;
  font-size: 0.86rem;
  color: var(--marigold-deep);
  letter-spacing: 0.01em;
  margin-bottom: 22px;
}
.why-eyebrow .slash {
  color: var(--marigold);
  font-weight: 700;
}

.why-h2 {
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-weight: 800;
  font-size: clamp(2.4rem, 3.6vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink-deep);
  margin: 0 0 22px;
}

.why-lede {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 340px;
  margin: 0 0 30px;
}

.why-links {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.why-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--marigold-deep);
  text-decoration: none;
  white-space: nowrap;
  transition:
    gap 0.18s ease,
    color 0.18s ease;
}
.why-links a:hover {
  gap: 10px;
  color: var(--marigold);
}
.why-links a svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}

/* ---- feature columns ---- */
/* only ONE vertical rule in the whole layout: between colB and colC,
   exactly like the reference. Nothing separates the heading from colB. */
.why-col {
  display: flex;
  flex-direction: column;
}
.why-col + .why-col {
  padding-left: 64px;
  border-left: 1px solid var(--line);
}

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 0;
}
.why-item + .why-item {
  border-top: 1px solid var(--line);
}

/* icon badge � reuses the site's existing gold-gradient icon-square
   language (same visual family as .loop-badge / .ico-badge elsewhere) */
.why-ico {
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(45deg, #f7aa3d, var(--marigold));
  color: #fff;
}
.why-ico .ico {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

.why-item h3 {
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-weight: 700;
  font-size: 1.14rem;
  color: var(--ink-deep);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.why-item p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
}
.why-item p a {
  color: var(--marigold-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}

/* ---------- FAQ ---------- */
.faq-section {
  padding: 0 0 50px;
  background: var(--cream);
}

.faq-section .container {
  max-width: 1000px;
}

.faq-head {
  max-width: 740px;
  margin: 0 0 20px;
}
.faq-head .eyebrow {
  color: var(--marigold-deep);
}
.faq-head h2 {
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-weight: 800;
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--ink-deep);
  margin: 0;
}

.faq-list {
  max-width: 820px;
}
.faq-item:not(:last-child) {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem 0;
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-weight: 700;
  font-size: 1.06rem;
  color: var(--ink-deep);
  transition: color 0.15s;
}
.faq-item summary:hover {
  color: var(--marigold-deep);
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "+";
  font-size: 1.5rem;
  color: var(--marigold-deep);
  transition: transform 0.25s;
  flex: none;
  line-height: 1;
}
.faq-item[open] summary::after {
  transform: rotate(45deg);
}
.faq-item .faq-a {
  padding: 0 0 1.4rem;
  color: var(--muted);
  font-size: 0.97rem;
  max-width: 700px;
}

/* ============================================================
   ABOUT US � content left, dual counter-scrolling feature columns right
   Append to assets/css/style.css (uses your existing tokens)
   ============================================================ */

.about-scroll {
  position: relative;
  background: var(--cream);
  padding: 48px 0 56px;
  overflow: hidden;
}
.about-scroll .hero-grid {
  --grid-color: rgba(15, 34, 51, 0.05);
}

@media (min-width: 992px) {
  .about-scroll .row {
    --bs-gutter-x: 3.5rem;
    align-items: center;
  }

  .about-scroll .col-lg-5 {
    padding-right: 1rem;
  }

  .about-scroll .col-lg-7 {
    padding-left: 1rem;
  }
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--marigold-deep);
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.about-eyebrow .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--marigold);
  display: inline-block;
}

.about-h2 {
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-weight: 800;
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  line-height: 1.14;
  letter-spacing: -0.015em;
  color: var(--ink-deep);
  margin-bottom: 20px;
}

.about-lede {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 480px;
  margin-bottom: 16px;
}

/* ---- right: counter-scrolling columns ---- */
.about-marquee {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 420px;
  overflow: hidden;
  isolation: isolate;
}

/* Soft cream fades so infinite scroll edges don't look hard-cut */
.about-marquee::before,
.about-marquee::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  height: 110px;
  pointer-events: none;
}
.about-marquee::before {
  top: 0;
  background: linear-gradient(
    180deg,
    var(--cream) 0%,
    var(--cream) 28%,
    rgba(242, 246, 249, 0) 100%
  );
}
.about-marquee::after {
  bottom: 0;
  background: linear-gradient(
    0deg,
    var(--cream) 0%,
    var(--cream) 28%,
    rgba(242, 246, 249, 0) 100%
  );
}

.about-track {
  position: relative;
  height: 100%;
}
.about-track-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
}

/* two duplicated inner lists stacked, animated as one continuous loop */
.about-track-up {
  display: flex;
  flex-direction: column;
  will-change: transform;
  animation: aboutScrollUp 28s linear infinite;
}
.about-track-down {
  display: flex;
  flex-direction: column;
  will-change: transform;
  animation: aboutScrollDown 28s linear infinite;
}
.about-track-up:hover,
.about-track-down:hover {
  animation-play-state: paused;
}
/* NOTE: the down column's starting offset is handled entirely by its
   keyframe (it starts at translateY(-50%)) � do NOT also add a
   margin-top: -50% here. Percentage margin-top resolves against the
   element's WIDTH, not height, so it shoves the column up by roughly
   half its width instead of half its height, leaving it mostly empty. */

@keyframes aboutScrollUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes aboutScrollDown {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}

.about-card {
  display: flex;
  gap: 14px;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 18px 18px;
  min-height: 112px;
  align-items: center;
  box-shadow: 0 10px 26px rgba(15, 34, 51, 0.05);
}
.about-card-ico {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  flex: none;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(45deg, #f7aa3d, var(--marigold));
}
.about-card-ico.teal {
  background: linear-gradient(45deg, var(--teal), #0d5f51);
}
.about-card-ico .ico {
  width: 18px;
  height: 18px;
}
.about-card b {
  display: block;
  font-family: var(--font-display, "Bricolage Grotesque", sans-serif);
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}
.about-card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--muted);
}

@media (prefers-reduced-motion: reduce) {
  .about-track-up,
  .about-track-down {
    animation: none;
  }
}

/* Homepage CTA visual — scoped to #homeCta only */
#homeCta .loyalty-cta__visual {
  position: absolute;
  right: -17%;
  bottom: -12%;
  z-index: 999;
  width: 100%;
  max-width: 800px;
  pointer-events: none;
  user-select: none;
}

#homeCta .loyalty-cta__arrow {
  width: 100%;
  height: auto;
  max-width: 100%;
}

#homeCta.is-revealed .loyalty-cta__arrow {
  opacity: 1;
}