.app-ready .fallback-shell {
  display: none;
}

.app-shell .h3 {
  font-size: 34px !important;
}

.app-shell .h2 {
  font-size: 34px !important;
}

section[id],
.rtg-section {
  scroll-margin-top: 108px;
}

.quick-nav {
  display: none !important;
}

@media (max-width: 820px) {
  .quick-nav {
    display: none !important;
  }

  .quick-nav a {
    text-align: center;
    padding: 10px 8px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    font: 600 11px/1 "Geist Mono", monospace;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(243, 240, 232, 0.72);
  }
}

@media (max-width: 480px) {
  .topbar {
    left: 14px;
    right: 14px;
    gap: 10px;
    padding: 10px 14px;
  }

  .topbar .brand {
    min-width: 0;
    gap: 10px;
  }

  .topbar .brand-name {
    max-width: 132px;
    font-size: 17px;
    line-height: 1;
    white-space: normal;
  }

  .topbar .top-cta,
  .topbar .btn,
  .topbar .btn-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 42px;
    padding: 12px 15px;
    white-space: nowrap;
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.hero-loader {
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.hero-loader.is-done {
  opacity: 0;
  visibility: hidden;
}

.hero-yellow-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  filter: contrast(1.18) saturate(1.25) brightness(1.12)
    drop-shadow(0 0 34px rgba(207, 255, 0, 0.38));
  transition: opacity 0.025s linear;
}

.hero-flash {
  --hero-flash: 0;
  --hero-scan: 100%;
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
  background:
    radial-gradient(circle at 14% 22%, rgba(248, 255, 196, calc(var(--hero-flash) * 0.2)) 0 0.9px, transparent 1.4px) 0 0 / 11px 11px,
    radial-gradient(circle at 78% 36%, rgba(207, 255, 0, calc(var(--hero-flash) * 0.26)) 0 1.1px, transparent 1.7px) 0 0 / 13px 13px,
    radial-gradient(circle at 42% 74%, rgba(207, 255, 0, calc(var(--hero-flash) * 0.2)) 0 0.8px, transparent 1.3px) 0 0 / 9px 9px,
    radial-gradient(circle at 63% 18%, rgba(243, 255, 184, calc(var(--hero-flash) * 0.18)) 0 0.7px, transparent 1.2px) 0 0 / 7px 7px,
    radial-gradient(circle at 24% 62%, rgba(207, 255, 0, calc(var(--hero-flash) * 0.14)) 0 0.75px, transparent 1.1px) 0 0 / 6px 6px,
    radial-gradient(circle at 86% 82%, rgba(207, 255, 0, calc(var(--hero-flash) * 0.12)) 0 0.65px, transparent 1px) 0 0 / 5px 5px,
    repeating-linear-gradient(180deg,
      rgba(207, 255, 0, calc(var(--hero-flash) * 0.08)) 0 1px,
      rgba(207, 255, 0, 0) 1px 3px),
    repeating-linear-gradient(90deg,
      rgba(207, 255, 0, calc(var(--hero-flash) * 0.03)) 0 1px,
      rgba(207, 255, 0, 0) 1px 4px),
    linear-gradient(180deg,
      rgba(207, 255, 0, calc(var(--hero-flash) * 0.18)),
      rgba(207, 255, 0, calc(var(--hero-flash) * 0.1)));
  background-blend-mode: screen, screen, screen, screen, screen, screen, normal, normal, normal;
  filter: brightness(1) saturate(1.08) contrast(1.02);
  will-change: background-position, filter, transform, opacity;
  animation:
    hero-grain-drift 1.45s steps(10, end) infinite,
    hero-grain-flicker 90ms steps(2, end) infinite;
  transition: opacity 0.02s linear;
}

@keyframes hero-grain-drift {
  0% {
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    transform: translate3d(0, 0, 0) scale(1);
  }
  25% {
    background-position: 7px -5px, -9px 4px, 5px -8px, -4px 3px, 3px -4px, 5px 2px, 0 2px, 2px 0, 0 0;
    transform: translate3d(0.4%, -0.2%, 0) scale(1.012);
  }
  50% {
    background-position: -6px 6px, 8px -7px, -4px 5px, 4px -6px, -5px 4px, 6px -3px, 0 4px, -1px 0, 0 0;
    transform: translate3d(-0.3%, 0.15%, 0) scale(1.016);
  }
  75% {
    background-position: 10px 3px, -4px -9px, 8px 6px, -7px -4px, 4px 5px, -3px 6px, 0 1px, 1px 0, 0 0;
    transform: translate3d(0.2%, 0.3%, 0) scale(1.01);
  }
  100% {
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes hero-grain-flicker {
  0% {
    filter: brightness(0.88) saturate(0.98) contrast(1.01);
  }
  8% {
    filter: brightness(1.12) saturate(1.22) contrast(1.06);
  }
  17% {
    filter: brightness(0.95) saturate(1.06) contrast(1.02);
  }
  29% {
    filter: brightness(1.18) saturate(1.34) contrast(1.08);
  }
  43% {
    filter: brightness(0.9) saturate(1) contrast(0.99);
  }
  57% {
    filter: brightness(1.16) saturate(1.26) contrast(1.06);
  }
  71% {
    filter: brightness(0.92) saturate(1.04) contrast(1);
  }
  84% {
    filter: brightness(1.14) saturate(1.22) contrast(1.05);
  }
  100% {
    filter: brightness(0.98) saturate(1.12) contrast(1.02);
  }
}

.hero-canvas {
  z-index: 0;
}

#noise .noise-sticky {
  display: flex !important;
  align-items: center !important;
  padding-top: 0;
}

#noise .noise-grid {
  width: 100%;
  min-height: auto;
  align-items: center !important;
  padding-top: 72px;
  padding-bottom: 72px;
}

#noise .noise-copy-l .h1 {
  font-size: 42px !important;
}

#noise .noise-copy-l {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#noise .noise-stage {
  display: grid;
  grid-template-rows: auto auto;
  align-content: center !important;
  gap: 24px;
  height: 100%;
  min-height: 0;
  padding-top: 0 !important;
}

#noise .noise-stage .chip-cloud {
  position: relative;
  inset: auto;
  min-height: 220px;
  align-content: center !important;
  padding: 0;
}

.noise-stage .noise-callout {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  width: min(100%, 560px);
  margin-left: auto;
}

#contact .contact-meta {
  grid-template-columns: repeat(2, max-content);
  justify-content: start;
  gap: 28px;
}

#contact .contact-link-whatsapp {
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cfff00;
  color: #0e0f10;
  display: inline-grid;
  place-items: center;
  box-shadow: 0 0 0 1px rgba(207, 255, 0, 0.12), 0 0 28px rgba(207, 255, 0, 0.26);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

#contact .contact-link-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(207, 255, 0, 0.2), 0 0 36px rgba(207, 255, 0, 0.42);
}

#contact .whatsapp-icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
}

#contact .whatsapp-icon svg {
  width: 24px;
  height: 24px;
}

.svc-switch-section {
  background:
    linear-gradient(180deg, #f3f0e8 0%, #e8e4d8 100%);
  color: var(--ink-0);
  padding: 48px 0 56px;
  overflow: hidden;
}

.svc-switch-section .svc-head {
  display: block;
  max-width: none;
  margin-bottom: 28px;
}

.svc-switch-section .svc-head .h1 {
  font-size: 44px;
  line-height: 0.96;
  max-width: 12ch;
  text-align: left;
}

.svc-switch-section .svc-head .lead {
  margin-top: 14px;
  max-width: 56ch;
}

#services .svc-head {
  display: block;
  width: 100%;
  max-width: none;
  margin-bottom: 28px;
}

#services .svc-head .h1 {
  max-width: none;
  width: 100%;
}

#services .svc-head .lead {
  max-width: none;
  width: 100%;
}

.svc-switchboard {
  --mx: 50%;
  --my: 50%;
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(420px, 1.35fr);
  gap: 18px;
  min-height: 470px;
  isolation: isolate;
}

.svc-switchboard::before {
  content: "";
  position: absolute;
  inset: -60px;
  z-index: -1;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(207, 255, 0, 0.24), transparent 23%),
    repeating-linear-gradient(90deg, rgba(14, 15, 16, 0.045) 0 1px, transparent 1px 48px);
  opacity: 0.72;
  pointer-events: none;
}

.svc-index {
  position: relative;
  display: grid;
  align-content: stretch;
  gap: 6px;
  padding: 8px 0;
}

.svc-index-line {
  position: absolute;
  left: 31px;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(14, 15, 16, 0.22), transparent);
}

.svc-switch-item {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  padding: 9px 14px;
  border: 1px solid rgba(14, 15, 16, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.35);
  color: var(--ink-0);
  cursor: pointer;
  text-align: left;
  transition: background 0.24s ease, border-color 0.24s ease, transform 0.24s ease, color 0.24s ease;
}

.svc-switch-item::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 50%;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(14, 15, 16, 0.22);
  border-radius: 50%;
  background: #f3f0e8;
  transform: translateY(-50%);
  transition: background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.svc-switch-item:hover,
.svc-switch-item:focus-visible,
.svc-switch-item.is-active {
  background: var(--ink-0);
  border-color: var(--ink-0);
  color: var(--fg-0);
  transform: translateX(8px);
  outline: none;
}

.svc-switch-item.is-active::before {
  background: var(--lime);
  border-color: var(--lime);
  box-shadow: 0 0 18px rgba(207, 255, 0, 0.7);
}

.svc-switch-num,
.svc-switch-stat {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  color: currentColor;
  opacity: 0.62;
}

.svc-switch-title {
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.svc-stage {
  position: sticky;
  top: 104px;
  min-height: 470px;
  border: 1px solid rgba(14, 15, 16, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(14, 15, 16, 0.96), rgba(14, 15, 16, 0.88)),
    var(--ink-0);
  box-shadow: 0 26px 90px rgba(14, 15, 16, 0.24);
}

.svc-stage-orbit,
.svc-stage-scan {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.svc-stage-orbit {
  background:
    repeating-radial-gradient(circle at 78% 18%, transparent 0 38px, rgba(207, 255, 0, 0.08) 39px 40px),
    linear-gradient(90deg, rgba(207, 255, 0, 0.06), transparent 44%);
  animation: svcOrbit 12s linear infinite;
}

.svc-stage-scan {
  background: linear-gradient(180deg, transparent 0%, rgba(207, 255, 0, 0.16) 50%, transparent 100%);
  height: 160px;
  opacity: 0.55;
  transform: translateY(-170px);
  animation: svcScan 5.5s ease-in-out infinite;
}

.svc-detail-stack {
  position: relative;
  min-height: 470px;
}

.svc-detail-card {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: minmax(160px, 0.72fr) minmax(240px, 1fr);
  padding: 18px;
  color: var(--fg-0);
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px) scale(0.98);
  transition: opacity 0.34s ease, transform 0.34s ease, visibility 0.34s ease;
}

.svc-detail-card.svc-bone,
.svc-detail-card.svc-lime,
.svc-detail-card.svc-dark {
  background: transparent;
  border: 0;
  color: var(--fg-0);
}

.svc-detail-card.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.svc-detail-art {
  min-height: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(243, 240, 232, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(243, 240, 232, 0.04);
  overflow: hidden;
}

.svc-detail-art .svc-svg,
.svc-detail-art .analytics-svg {
  width: min(90%, 520px);
  height: 100%;
  min-height: 156px;
}

.svc-detail-art .svc-svg-brand {
  color: rgba(243, 240, 232, 0.9) !important;
}

.svc-detail-copy {
  display: grid;
  align-content: end;
  gap: 12px;
  padding-top: 18px;
}

.svc-detail-top,
.svc-detail-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.svc-detail-chip {
  max-width: 220px;
  padding: 7px 10px;
  border: 1px solid rgba(207, 255, 0, 0.34);
  border-radius: 999px;
  color: var(--lime);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: right;
}

.svc-detail-title {
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: 0;
  /* Match the blurb's column so service titles like "Lead Generation &
     Outreach" or "Tracking, Reports & ROI" can sit on a single line and
     use the full card width consistently with the paragraph below. */
  max-width: 62ch;
}

.svc-detail-blurb {
  max-width: 62ch;
  color: rgba(243, 240, 232, 0.72);
  font-size: 14px;
  line-height: 1.4;
}

.svc-detail-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 520px;
  list-style: none;
}

.svc-detail-points li {
  padding: 7px 10px;
  border: 1px solid rgba(243, 240, 232, 0.14);
  border-radius: 999px;
  color: rgba(243, 240, 232, 0.74);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.svc-detail-stat {
  display: grid;
  justify-items: end;
  gap: 4px;
  min-width: 112px;
  color: var(--lime);
}

.svc-detail-stat span {
  font-size: 32px;
  line-height: 0.9;
  letter-spacing: 0;
}

.svc-detail-stat small {
  color: rgba(243, 240, 232, 0.54);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: right;
}

.svc-switch-section .svc-grid {
  display: none;
}

@keyframes svcOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes svcScan {
  0%, 18% {
    transform: translateY(-170px);
  }
  58%, 100% {
    transform: translateY(650px);
  }
}

.svc-grid .svc-card {
  min-height: 404px;
  isolation: isolate;
  box-shadow: 0 18px 54px rgba(14, 15, 16, 0.08);
}

.svc-grid .svc-card.svc-bone[data-service="brand"],
.svc-grid .svc-card.svc-bone[data-service="local"],
.svc-grid .svc-card.svc-bone[data-service="ai"] {
  border: 1px solid rgba(14, 15, 16, 0.28);
}

.work-grid .work-card.work-bone {
  border: 1px solid rgba(14, 15, 16, 0.24);
}

#process {
  background:
    radial-gradient(circle at 12% 18%, rgba(207, 255, 0, 0.08), transparent 20%),
    linear-gradient(180deg, #f5f1e6 0%, #eee7d7 100%);
  color: var(--ink-0);
}

#process .proc-shell {
  height: 180vh;
  min-height: 180vh;
  padding: 0;
}

#process .proc-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 36px;
}

#process .proc-head {
  max-width: 760px;
}

#process {
  overflow: hidden;
}

#process .proc-shell {
  position: relative;
  padding: 34px 0 58px;
  background:
    radial-gradient(circle at 14% 18%, rgba(207, 255, 0, 0.18), transparent 24%),
    radial-gradient(circle at 88% 84%, rgba(14, 15, 16, 0.06), transparent 26%),
    linear-gradient(180deg, #f3f0e8 0%, #e7e4d8 100%);
}

#process .proc-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 15, 16, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(14, 15, 16, 0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 92%);
  opacity: 0.44;
  pointer-events: none;
}

#process .proc-sticky {
  position: relative;
  z-index: 1;
}

#process .proc-head {
  max-width: 760px;
}

#process .proc-head .lead {
  color: rgba(14, 15, 16, 0.62);
}

#process .proc-track {
  position: relative;
  width: 100%;
  margin-top: 22px;
  padding: 26px 26px 30px;
  border: 1px solid rgba(14, 15, 16, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.46)),
    rgba(255, 255, 255, 0.38);
  box-shadow:
    0 28px 70px rgba(14, 15, 16, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
  overflow: hidden;
}

#process .proc-track::before {
  content: "";
  position: absolute;
  inset: -15% auto auto -8%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(207, 255, 0, 0.18), transparent 68%);
  filter: blur(18px);
  pointer-events: none;
}

#process .proc-track::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14, 15, 16, 0.07), transparent 70%);
  pointer-events: none;
}

#process .proc-rail {
  position: relative;
  height: 4px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(14, 15, 16, 0.08);
  overflow: hidden;
}

#process .proc-rail-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b5ff00 0%, #cfff00 50%, #d8f4ff 100%);
  box-shadow:
    0 0 26px rgba(207, 255, 0, 0.45),
    0 0 44px rgba(212, 233, 255, 0.3);
}

#process .proc-grid {
  display: grid;
  gap: 14px;
}

#process .proc-card {
  --proc-on: 0;
  --proc-accent: #cfff00;
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 8px;
  min-height: 240px;
  padding: 22px 22px 20px;
  border-radius: 24px;
  border: 1px solid rgba(14, 15, 16, calc(0.08 + var(--proc-on) * 0.1));
  background:
    linear-gradient(180deg, rgba(255, 255, 255, calc(0.92 - var(--proc-on) * 0.06)), rgba(255, 255, 255, calc(0.64 + var(--proc-on) * 0.12))),
    linear-gradient(135deg, rgba(207, 255, 0, calc(0.04 + var(--proc-on) * 0.12)), transparent 44%),
    rgba(255, 255, 255, 0.34);
  box-shadow:
    0 16px 36px rgba(14, 15, 16, calc(0.04 + var(--proc-on) * 0.1)),
    0 0 calc(10px + var(--proc-on) * 24px) rgba(207, 255, 0, calc(var(--proc-on) * 0.16));
  opacity: calc(0.42 + var(--proc-on) * 0.58);
  transform: translateY(calc(18px - var(--proc-on) * 22px)) rotate(calc((0.5 - var(--proc-on)) * -1.2deg));
  transition: transform 0.36s ease, opacity 0.36s ease, box-shadow 0.36s ease, border-color 0.36s ease, background 0.36s ease;
  overflow: hidden;
}

#process .proc-card::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: radial-gradient(circle, rgba(207, 255, 0, calc(0.1 + var(--proc-on) * 0.28)), transparent 70%);
  filter: blur(3px);
  pointer-events: none;
}

#process .proc-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--proc-accent), rgba(14, 15, 16, 0.08), transparent);
  opacity: calc(0.28 + var(--proc-on) * 0.72);
  transform-origin: left center;
  transform: scaleX(calc(0.16 + var(--proc-on) * 0.84));
}

#process .proc-card.on {
  transform: translateY(-6px) rotate(0deg);
  opacity: 1;
}

#process .proc-card:nth-child(2),
#process .proc-card:nth-child(4) {
  --proc-accent: #d4e9ff;
}

#process .proc-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

#process .proc-num {
  color: var(--proc-accent);
  font-size: 50px;
  line-height: 0.82;
  letter-spacing: -0.06em;
  text-shadow: 0 0 calc(var(--proc-on) * 22px) rgba(207, 255, 0, 0.22);
}

#process .proc-top .tiny {
  color: rgba(14, 15, 16, 0.42);
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(14, 15, 16, 0.04);
}

#process .proc-card .h3 {
  margin: 0 !important;
  font-size: 26px !important;
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: var(--ink-0);
}

#process .proc-card .lead {
  margin: 0 !important;
  max-width: 23ch;
  font-size: 12px !important;
  line-height: 1.42;
  color: rgba(14, 15, 16, 0.68) !important;
}

@media (min-width: 901px) {
  #process .proc-sticky {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 8px;
    padding-bottom: 16px;
  }

  #process .proc-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: end;
  }

  #process .proc-card:nth-child(1) {
    grid-column: span 3;
    min-height: 258px;
  }

  #process .proc-card:nth-child(2) {
    grid-column: span 2;
    min-height: 220px;
    transform: translateY(calc(46px - var(--proc-on) * 52px)) rotate(calc((0.5 - var(--proc-on)) * 1.2deg));
  }

  #process .proc-card:nth-child(3) {
    grid-column: span 2;
    min-height: 278px;
  }

  #process .proc-card:nth-child(4) {
    grid-column: span 2;
    min-height: 228px;
    transform: translateY(calc(58px - var(--proc-on) * 64px)) rotate(calc((0.5 - var(--proc-on)) * -1.1deg));
  }

  #process .proc-card:nth-child(5) {
    grid-column: span 3;
    min-height: 270px;
  }

  #process .proc-card.on:nth-child(2),
  #process .proc-card.on:nth-child(4) {
    transform: translateY(-8px) rotate(0deg);
  }

  /* Annotation fix: make all five process cards identical in width and height. */
  #process .proc-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
  }

  #process .proc-card,
  #process .proc-card.on {
    min-height: 258px;
    transform: none;
  }

  #process .proc-card:nth-child(1),
  #process .proc-card:nth-child(2),
  #process .proc-card:nth-child(3),
  #process .proc-card:nth-child(4),
  #process .proc-card:nth-child(5) {
    grid-column: span 1;
    min-height: 258px;
    transform: none;
  }
}

@media (max-width: 900px) {
  #process .proc-shell {
    padding: 18px 0 34px;
  }

  #process .proc-track {
    margin-top: 18px;
    padding: 18px;
    border-radius: 24px;
  }

  #process .proc-grid {
    grid-template-columns: 1fr;
  }

  #process .proc-card {
    min-height: 0;
    transform: none;
    opacity: 1;
  }

  #process .proc-card.on {
    transform: none;
  }
}

.svc-grid .svc-card.open,
.svc-grid .svc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 72px rgba(14, 15, 16, 0.16);
}

.svc-grid .svc-card .svc-arr {
  transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.svc-grid .svc-card.open .svc-arr,
.svc-grid .svc-card:hover .svc-arr {
  transform: rotate(90deg);
}

.svc-grid .svc-card .svc-art {
  height: 178px;
  margin: 24px 0 22px;
  border: 1px solid rgba(14, 15, 16, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.svc-grid .svc-card[data-service="brand"] .svc-svg-brand,
.svc-grid .svc-card[data-service="seo"] .svc-svg-seo,
.svc-grid .svc-card[data-service="web"] .svc-svg-web,
.svc-grid .svc-card[data-service="social"] .svc-svg-social,
.svc-grid .svc-card[data-service="local"] .svc-svg-local,
.svc-grid .svc-card[data-service="ads"] .svc-svg-ads,
.svc-grid .svc-card[data-service="outreach"] .svc-svg-outreach,
.svc-grid .svc-card[data-service="ai"] .svc-svg-ai {
  width: 100%;
  height: 100%;
}

.svc-grid .svc-card[data-service="analytics"] {
  min-height: 244px;
  padding-bottom: 8px;
}

.svc-grid .svc-card[data-service="analytics"] .svc-art {
  height: 146px;
}

.svc-grid .svc-card[data-service="analytics"] .svc-title,
.svc-grid .svc-card[data-service="analytics"] .svc-blurb {
  margin-bottom: 0;
}

.svc-grid .svc-card.svc-lime .svc-svg text,
.svc-grid .svc-card.svc-lime .svc-svg path,
.svc-grid .svc-card.svc-lime .svc-svg line,
.svc-grid .svc-card.svc-lime .svc-svg circle,
.svc-grid .svc-card.svc-lime .svc-svg rect,
.svc-grid .svc-card.svc-lime .svc-svg polyline,
.svc-grid .svc-card.svc-lime .svc-svg polygon,
.svc-grid .svc-card.svc-lime .svc-svg ellipse {
  color: #0e0f10;
}

.bigtext-section {
  padding-bottom: 0;
}

.bigtext-head {
  font-size: clamp(34px, 4.4vw, 62px);
  margin-top: 88px;
}

/* Learn section / MWG cards — original tall-scroll structure */
.l-learn {
  margin: 0;
  padding-top: 1.1vw;
}

.l-circles {
  margin-top: 0;
}

.mwg_landing1 {
  text-align: center;
  margin: 180px 0 0;
  padding: 0 30px;
}

.mwg_landing1 .bletter {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: -0.28em -0.05em -0.05em;
  padding: 0 0.05em 0.05em;
}

.mwg_landing1 .bletter span:first-child {
  display: inline-block;
  transform: translateY(102%);
}

.mwg-cards-wrap {
  height: 400vh;
  margin-top: -50vh;
  position: relative;
}

.mwg-cards-pin {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.mwg-cards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  height: 100%;
  padding: 0 32px;
}

.mwg-card {
  flex: 0 0 360px;
  aspect-ratio: 0.86;
  border-radius: 14px;
  border: 1px solid #252525;
  background: #0d0d0d;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
  will-change: transform;
  box-shadow: 0 20px 45px rgba(0,0,0,.18);
  transition: border-color .3s ease, transform .3s ease;
}

.mwg-card:hover {
  border-color: rgba(207,255,0,.38);
  transform: translateY(-6px);
}

.card-icon {
  margin-bottom: 20px;
}

.mwg-card-title {
  margin-bottom: 14px;
}

.mwg-card-body {
  font-size: 18px;
  line-height: 1.5;
  color: var(--fg-1);
}

/* Mobile: normal scrollable row */
@media (max-width: 768px) {
  .mwg-cards-wrap {
    height: auto;
    margin-top: 48px;
  }

  .mwg-cards-pin {
    height: auto;
    overflow-x: auto;
    overflow-y: visible;
    padding: 24px 0 40px;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .mwg-cards-container {
    padding: 0 24px;
    gap: 16px;
    align-items: stretch;
  }

  .mwg-card {
    flex: 0 0 300px;
    scroll-snap-align: center;
  }
}

.rtg-bottom-meta {
  display: none !important;
}

/* RTG section — sticky horizontal scroll (overrides base CSS) */
.rtg-section {
  position: relative;
  overflow: visible !important;
  background: #f1f0eb !important;
  min-height: clamp(170px, 18vw, 232px);
}

.rtg-sticky {
  position: sticky;
  top: 88px;
  height: clamp(170px, 18vw, 232px);
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #f1f0eb;
}

/* Override any base .rtg-text that sets white-space:normal at responsive breakpoints */
.rtg-text {
  white-space: nowrap !important;
  width: max-content !important;
  padding: 0 4vw !important;
  will-change: transform;
  color: #0e0f10;
  display: block !important;
}

/* Mobile: restore normal flow */
@media (max-width: 768px) {
  .rtg-section {
    min-height: auto;
    height: auto !important;
    padding: 80px 0 !important;
    background: #f1f0eb !important;
  }

  .rtg-sticky {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
    padding: 0;
    align-items: flex-start;
  }

  .rtg-text {
    white-space: normal !important;
    width: 100% !important;
    padding: 0 24px !important;
    font-size: clamp(64px, 16vw, 100px) !important;
    line-height: 0.9;
  }
}

#method > .container > .h1 {
  font-size: clamp(44px, 5vw, 62px);
  max-width: 15.5ch;
}

.footer .brand.brand-lg {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  transform-origin: left center;
  line-height: 1 !important;
}

.footer .brand.brand-lg .star-mark {
  display: inline-block !important;
  flex: 0 0 auto;
  vertical-align: middle;
  /* Lock the rendered size of the star icon so it sits flush with the
     text baseline. The brand-name uses 22px font-size (line-height:1),
     so a 22px star reads as the same optical height. Doubled to 44px per user request. */
  width: 44px !important;
  height: 44px !important;
  --star-size: 44px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.footer .brand.brand-lg .brand-name {
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1 !important;
  color: var(--fg-0) !important;
  opacity: 1 !important;
  -webkit-text-fill-color: var(--fg-0) !important;
  display: inline-flex;
  align-items: center;
}

.footer .footer-brand-block {
  gap: 18px;
}

.footer .footer-offices {
  display: none !important;
}

.footer .footer-social a:nth-child(4) {
  display: none !important;
}

@media (max-width: 900px) {
  .noise-stage {
    padding-top: 0;
  }

  .svc-switch-section {
    padding: 58px 0 64px;
  }

  .svc-switch-section .svc-head,
  .svc-switchboard {
    grid-template-columns: 1fr;
  }

  .svc-switch-section .svc-head .h1 {
    font-size: 46px;
  }

  .svc-switchboard {
    min-height: 0;
  }

  .svc-index {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .svc-index-line {
    display: none;
  }

  .svc-switch-item {
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }

  .svc-switch-item:hover,
  .svc-switch-item:focus-visible,
  .svc-switch-item.is-active {
    transform: none;
  }

  .svc-stage {
    position: relative;
    top: auto;
    min-height: 620px;
  }

  .svc-detail-card {
    grid-template-rows: 220px auto;
    padding: 18px;
  }

  .svc-detail-title {
    font-size: 18px;
  }

  .svc-detail-bottom,
  .svc-detail-top {
    flex-direction: column;
  }

  .svc-detail-stat {
    justify-items: start;
  }

  .svc-grid .svc-card,
  .svc-grid .svc-card[data-service="analytics"] {
    min-height: auto;
  }

  .mwg-cards-wrap,
  .rtg-section {
    height: auto;
    min-height: 0;
  }

  .rtg-container {
    position: relative;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* RTG section is implemented in /assets/rtg-mwg4.css and /assets/rtg-mwg4.js
   as a verbatim port of the supplied 08-ready-to-grow.html. */

/* =========================================================================
   Homepage contact form polish
   - Labels: bigger, bolder-but-light, tight letter-spacing
   - Placeholders: smaller, faded lime at 50% opacity
   ========================================================================= */
#contact .contact-form .field label.tiny,
#contact .contact-form .field > label {
  font-family: var(--mono, "Geist Mono", monospace);
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
  color: rgba(243, 240, 232, 0.85) !important;
  opacity: 1 !important;
  margin-bottom: 8px;
}

#contact .contact-form .field input,
#contact .contact-form .field textarea {
  font-size: 15px;
  color: var(--fg-0, #f3f0e8);
}

#contact .contact-form .field input::placeholder,
#contact .contact-form .field textarea::placeholder {
  color: var(--lime, #cfff00);
  opacity: 0.5;
  font-size: 13px;
  font-family: var(--sans, "Inter Tight", sans-serif);
  font-weight: 400;
  letter-spacing: 0;
}
#contact .contact-form .field input::-webkit-input-placeholder,
#contact .contact-form .field textarea::-webkit-input-placeholder {
  color: var(--lime, #cfff00);
  opacity: 0.5;
  font-size: 13px;
}
#contact .contact-form .field input::-moz-placeholder,
#contact .contact-form .field textarea::-moz-placeholder {
  color: var(--lime, #cfff00);
  opacity: 0.5;
  font-size: 13px;
}

@media (max-width: 900px) {
  #contact .contact-form .field label.tiny,
  #contact .contact-form .field > label {
    font-size: 12px !important;
  }
  #contact .contact-form .field input::placeholder,
  #contact .contact-form .field textarea::placeholder {
    font-size: 12px;
  }
}

/* ---- a11y additions (added 2026-05-06) ---- */

/* Screen-reader only utility — used for visually-hidden form labels. */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Skip link — visible only when focused. The link element exists in every
   page already; this just ensures it becomes visible when keyboard-focused. */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
}
.skip-link:focus,
.skip-link:focus-visible {
  left: 12px;
  top: 12px;
  background: var(--lime, #cfff00);
  color: var(--ink-0, #0e0f10);
  padding: 10px 14px;
  border-radius: 8px;
  font: 600 13px/1 var(--mono, "Geist Mono", monospace);
  text-decoration: none;
  box-shadow: 0 0 0 3px rgba(14, 15, 16, 0.5);
}

/* Pending placeholder social links — keep visual styling identical to other
   footer links but communicate pending status to assistive tech / hover. */
.footer-social a[data-social-pending]::after {
  content: "";
}

/* Slightly lift the muted helper-text colour so it clears WCAG AA at body sizes
   (was --fg-2 #75736d → 4.05:1 on --bg-0; new value is ~5.6:1). */
:root {
  --fg-2: #8d8c86;
}

/* The fixed bottom progress rail was reading as an unwanted bottom bar. */
.scroll-rail {
  display: none !important;
}

/* ─── #process: full-width heading + tighter gap above the cards ───
   The heading element is already container-width; the rendered text just
   wasn't filling it because .h1's clamp() tops out at 96px. Bump the upper
   bound so on a desktop viewport the text spans the full row of 5 cards.
   Also tighten the .proc-track margin so there's no blank gap under the
   subtitle. */
#process .h1 {
  font-size: clamp(44px, 11vw, 180px);
  letter-spacing: -0.04em;
  line-height: 0.94;
}
#process .lead {
  max-width: none;
  margin-top: 8px;
}
#process .proc-track {
  margin-top: 18px;
}
@media (max-width: 820px) {
  #process .h1 {
    font-size: clamp(40px, 12vw, 88px);
  }
  #process .proc-track {
    margin-top: 24px;
  }
}

/* ---- 2026-05-06 annotation fixes ---- */

.topbar .brand,
.topbar .brand-name {
  color: var(--fg-0) !important;
}

.topbar .brand-name {
  opacity: 1 !important;
  -webkit-text-fill-color: var(--fg-0) !important;
  text-shadow: 0 0 18px rgba(243, 240, 232, 0.18);
}

#noise .noise-copy-l .h1,
#noise .noise-callout .h3 {
  color: var(--fg-0) !important;
}

#method > .container > .h1 {
  color: var(--fg-0) !important;
  width: 100%;
  max-width: none;
}

#method .pillar-title {
  color: var(--fg-0) !important;
}

#process .proc-shell {
  height: 140vh;
  min-height: 140vh;
  padding: 11px 0 20px;
}

#process .proc-sticky {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

#process .proc-head {
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#process .proc-head .h1 {
  width: 100%;
  max-width: none;
  font-size: 46px !important;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

#process .proc-head .h1 .italic-serif {
  display: block;
  width: 100%;
  margin-top: 0.04em;
  font-size: 46px;
  line-height: 0.96;
}

#process .proc-head .lead {
  max-width: none;
  text-align: center;
}

#process .proc-top {
  justify-content: flex-start;
}

#process .proc-top > .tiny {
  display: none !important;
}

#process .proc-track {
  width: 100%;
  margin-top: 12px;
}

.rtg-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 88px 0;
}

.rtg-sticky {
  position: relative;
  top: auto;
  height: auto;
  justify-content: center;
  padding: 0;
  background: transparent;
}

.rtg-text {
  white-space: normal !important;
  width: min(100%, 14ch) !important;
  margin: 0 auto;
  padding: 0 32px !important;
  text-align: center;
  font-size: clamp(42px, 8vw, 110px) !important;
  line-height: 0.9;
}

#contact .contact-l .h-display,
#contact .contact-l .h-display .italic-serif {
  color: var(--fg-0) !important;
}

@media (max-width: 900px) {
  #process .proc-shell {
    height: auto !important;
    min-height: 0 !important;
    padding: 34px 0 42px;
  }

  #process .proc-sticky {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  #process .proc-head .h1 {
    font-size: 46px !important;
  }

  #process,
  #process .proc-track {
    overflow: visible !important;
  }

  #process .proc-track {
    height: auto !important;
  }

  .rtg-section {
    padding: 64px 0;
  }

  .rtg-text {
    width: 100% !important;
    padding: 0 24px !important;
    font-size: clamp(40px, 12vw, 72px) !important;
  }
}

@media (max-width: 640px) {
  section[id],
  .rtg-section {
    scroll-margin-top: 92px;
  }

  #process {
    overflow: visible !important;
  }

  #process .proc-shell {
    height: auto !important;
    min-height: 0 !important;
  }

  #process .proc-sticky {
    height: auto !important;
    align-items: stretch;
  }

  #process .proc-head {
    padding: 0 24px;
  }

  #process .proc-head .h1,
  #process .proc-head .h1 .italic-serif {
    font-size: clamp(38px, 12vw, 46px) !important;
  }

  #process .proc-track {
    width: calc(100% - 32px);
    margin: 18px auto 0;
    overflow: visible !important;
  }

  #process .proc-grid {
    gap: 16px;
  }

  #process .proc-card,
  #process .proc-card.on {
    width: 100%;
    min-height: auto !important;
    padding: 24px 22px 28px;
    transform: none !important;
    opacity: 1;
  }

  #contact .contact-wrap {
    width: 100%;
    max-width: 100%;
    gap: 30px;
  }

  #contact .contact-form {
    width: 100%;
    max-width: 100%;
    padding: clamp(22px, 6vw, 28px) clamp(18px, 5vw, 24px);
    border-radius: 28px;
  }

  #contact .field input,
  #contact .field textarea {
    min-width: 0;
    width: 100%;
    font-size: clamp(16px, 4.8vw, 18px);
    line-height: 1.35;
  }

  #contact .field textarea {
    min-height: clamp(128px, 34vh, 190px);
    overflow: auto;
  }

  #contact .contact-submit {
    align-self: stretch;
    justify-content: center;
  }
}

/* ---- 2026-05-24 annotation: hero title smaller + 2 rows on desktop ---- */
@media (min-width: 901px) {
  #hero .hero-overlay .h-display.hero-headline {
    font-size: clamp(34px, 5.1vw, 84px) !important;
    line-height: 0.95 !important;
  }

  #hero .hero-overlay .h-display.hero-headline .italic-serif {
    font-size: 1.2em !important;
  }
}

/* ─── Title width = description width on service & tool pages ──────────────
   The hero-title had max-width:11ch and cp-h1 had max-width:18ch, making
   them narrower than the paragraph/lead text below. Remove that cap so the
   title fills the same column width as the description copy beneath it.    */
.services-shell .hero-title {
  max-width: none;
}

.cp-h1 {
  max-width: none;
}

/* Hide the mobile back button on desktop screens */
@media (min-width: 901px) {
  .svc-mobile-back {
    display: none !important;
  }
}

/* Homepage Hero Scroll Indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--lime, #cfff00);
  opacity: 0.6;
  z-index: 20;
  pointer-events: none;
  text-align: center;
}

.hero-scroll-indicator .scroll-text {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.05em;
  opacity: 0.8;
}

.hero-scroll-indicator .scroll-arrow {
  width: 1px;
  height: 42px;
  background: currentColor;
  position: relative;
  opacity: 0.7;
}

.hero-scroll-indicator .scroll-arrow::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translate(-50%, 0) rotate(45deg);
}

/* =========================================================================
   Homepage redone visual styling block (Pixel-Perfect 2026-06-01)
   ========================================================================= */

/* Center Wrapper */
.homepage-centered-wrapper {
  width: min(1180px, 92vw) !important;
  margin: 0 auto !important;
}

/* Sections - Consistent Padding & rhythm */
.story-section {
  padding: 60px 0 !important;
  width: 100% !important;
}

@media (max-width: 768px) {
  .story-section {
    padding: 36px 0 !important;
  }
}

/* ==========================================
   Universal Type Scale & Contrast Overrides
   ========================================== */

/* 1. Hero Headline & Mobile Hero Headline */
.hero-headline {
  font-family: var(--sans, "Inter Tight", sans-serif) !important;
  font-size: clamp(48px, 7vw, 92px) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.08em !important;
  font-weight: 900 !important;
  color: var(--fg-0, #f3f0e8) !important;
}

@media (max-width: 768px) {
  .hero-headline {
    font-size: clamp(52px, 8vw, 56px) !important; /* Mobile hero headline: around 52px–56px */
  }
}

/* 2. Hero Paragraph */
.hero-sub {
  font-family: var(--sans, "Inter Tight", sans-serif) !important;
  font-size: clamp(18px, 2vw, 22px) !important; /* Hero paragraph: clamp(18px, 2vw, 22px) */
  line-height: 1.55 !important;
  color: #a0a5ad !important; /* Slightly muted/supporting text color */
}

/* 3. Section Headlines */
.story-section-title {
  font-family: var(--sans, "Inter Tight", sans-serif) !important;
  font-size: clamp(34px, 4vw, 56px) !important; /* Section headlines: clamp(34px, 4vw, 56px) */
  line-height: 1.0 !important;
  letter-spacing: -0.06em !important;
  font-weight: 900 !important;
  color: var(--fg-0, #f3f0e8) !important;
}

/* 4. Card Titles / Feature Titles */
.premium-card-title,
.svc-detail-title,
.svc-title {
  font-family: var(--sans, "Inter Tight", sans-serif) !important;
  font-size: 21px !important; /* Card titles: 21px */
  letter-spacing: -0.03em !important;
  font-weight: 800 !important;
  color: #ffffff !important;
}

/* 5. Standard Body Text & Supporting text */
.editorial-text,
.timeline-content,
.svc-detail-blurb,
.svc-blurb {
  font-family: var(--sans, "Inter Tight", sans-serif) !important;
  font-size: 16px !important; /* Standard body text: 16px-17px */
  line-height: 1.7 !important; /* line-height: 1.65-1.7 */
  color: #a0a5ad !important; /* Softer/supporting color for strong contrast */
}

/* 6. Muted Supporting Text */
.muted-supporting-text {
  font-family: var(--sans, "Inter Tight", sans-serif) !important;
  font-size: 17px !important; /* Muted text: 17px */
  line-height: 1.7 !important;
  color: #a0a5ad !important;
}

/* 7. Buttons */
.btn,
.btn-ghost,
.lead-form-submit-glow,
.whatsapp-action-glow,
.top-cta {
  font-size: 15px !important; /* Buttons: 15px-16px */
  font-weight: 900 !important; /* font-weight 800-900 */
  letter-spacing: -0.01em !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* 8. Labels, Eyebrows & Badges */
.eyebrow,
.neon-mono-tag,
.warning-pulse-tag,
.majestic-label,
.flow-step-num,
.svc-detail-chip {
  font-family: var(--mono, "Geist Mono", monospace) !important;
  font-size: 12px !important; /* Labels/eyebrows: 12px-13px */
  font-weight: 800 !important; /* font-weight 800 */
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important; /* letter-spacing: 0.08em */
}

/* 9. Small Notes / Captions */
.small-caption,
.majestic-input-group p,
#leadForm p,
.footer-sub-blurb,
.tiny {
  font-size: 12px !important; /* Small notes: 12px-13px */
  line-height: 1.5 !important;
  color: #8d8c86 !important;
}

.editorial-italic {
  font-family: "Instrument Serif", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: var(--lime, #cfff00) !important;
}

/* ==========================================
   Universal Spacing, Gaps & Edge System
   ========================================== */

/* Spacing gaps utilities */
.gap-18 { gap: 18px !important; }
.gap-22 { gap: 22px !important; }
.gap-26 { gap: 26px !important; }
.gap-38 { gap: 38px !important; }

/* Premium Glass Cards - Small Cards (22px-28px radius) */
.premium-glass-card {
  background: linear-gradient(135deg, rgba(20, 21, 23, 0.6) 0%, rgba(10, 11, 12, 0.75) 100%) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important; /* Clean 1px transparent border */
  border-radius: 24px !important; /* Small cards: border-radius: 22px-28px */
  padding: 24px !important; /* Card padding between 22px-28px */
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18) !important; /* Soft shadow for cards */
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.premium-glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.01) 100%);
  pointer-events: none;
}

.premium-glass-card:hover {
  transform: translateY(-2px) !important; /* Hover lift */
  border-color: rgba(207, 255, 0, 0.25) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26) !important;
}

/* Large Feature Panels (32px-36px radius) */
.premium-large-panel {
  background: linear-gradient(135deg, rgba(20, 21, 23, 0.6) 0%, rgba(10, 11, 12, 0.75) 100%) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important; /* Clean 1px transparent border */
  border-radius: 32px !important; /* Large panels: border-radius: 32px-36px */
  padding: 54px !important; /* Section padding around 54px desktop */
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35) !important; /* Soft shadow for major panels */
  position: relative !important;
  overflow: hidden !important;
  transition: border-color 0.3s ease !important;
}

.premium-large-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
  pointer-events: none;
}

@media (max-width: 768px) {
  .premium-large-panel {
    padding: 26px !important; /* Tighter padding on mobile */
    border-radius: 28px !important;
  }
}

/* Specific component visual styling elements */
.glowing-sidebar-card {
  border-left: 3px solid var(--lime, #cfff00) !important;
  box-shadow: inset 8px 0 20px -8px rgba(207, 255, 0, 0.08), 0 12px 40px rgba(0, 0, 0, 0.18) !important;
}

/* Metric Number text styles */
.bento-metric-num {
  font-family: "Instrument Serif", serif !important;
  font-style: italic !important;
  font-size: clamp(48px, 6vw, 68px) !important;
  line-height: 0.95 !important;
  font-weight: 400 !important;
  color: var(--lime, #cfff00) !important;
  text-shadow: 0 2px 10px rgba(207, 255, 0, 0.15) !important;
  margin-bottom: 8px !important;
}

/* Connected Flow Step elements */
.flow-step-num {
  color: var(--lime, #cfff00) !important;
  border: 1px solid rgba(207, 255, 0, 0.22) !important;
  background: rgba(207, 255, 0, 0.05) !important;
  padding: 4px 10px !important;
  border-radius: 999px !important; /* Pills/buttons/badges: border-radius: 999px */
  display: inline-block !important;
  margin-bottom: 12px !important;
}

/* Vertical Timeline Structure */
.timeline-container {
  position: relative !important;
  padding-left: 44px !important;
}

.timeline-line {
  position: absolute !important;
  left: 17px !important;
  top: 8px !important;
  bottom: 8px !important;
  width: 2px !important;
  background: linear-gradient(180deg, var(--lime, #cfff00) 0%, rgba(255, 255, 255, 0.05) 100%) !important;
  opacity: 0.3 !important;
}

.timeline-step {
  position: relative !important;
  padding-bottom: 32px !important;
  transition: all 0.3s ease !important;
}

.timeline-step:last-child {
  padding-bottom: 0 !important;
}

.timeline-node {
  position: absolute !important;
  left: -44px !important;
  top: 2px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #0e0f10 !important;
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: var(--mono, "Geist Mono", monospace) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #75736d !important;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  z-index: 2 !important;
}

.timeline-step:hover .timeline-node {
  border-color: var(--lime, #cfff00) !important;
  color: #0e0f10 !important;
  background: var(--lime, #cfff00) !important;
  box-shadow: 0 0 15px rgba(207, 255, 0, 0.4) !important;
}

.timeline-content {
  transition: color 0.3s ease !important;
}

.timeline-step:hover .timeline-content {
  color: #ffffff !important;
}

.timeline-action {
  font-weight: 800 !important;
  color: #ffffff !important;
  transition: color 0.3s ease !important;
}

.timeline-step:hover .timeline-action {
  color: var(--lime, #cfff00) !important;
}

/* ==========================================
   Premium Form Components & Fields
   ========================================== */

.majestic-input-group {
  position: relative !important;
  margin-bottom: 24px !important;
}

.majestic-field {
  width: 100% !important;
  background: rgba(14, 15, 16, 0.7) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important; /* Subtle border */
  border-radius: 14px !important; /* Small inputs: border-radius: 14px-16px */
  padding: 16px 20px !important; /* Generous input padding */
  font-size: 16px !important;
  color: #ffffff !important;
  transition: all 0.3s ease !important;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.3) !important;
}

.majestic-field::placeholder {
  color: rgba(255, 255, 255, 0.28) !important;
  font-size: 13px !important;
}

.majestic-field:focus {
  outline: none !important;
  border-color: var(--lime, #cfff00) !important; /* focus state: high contrast lime border */
  box-shadow: 0 0 16px rgba(207, 255, 0, 0.12), inset 0 2px 4px rgba(0,0,0,0.2) !important;
  background: rgba(14, 15, 16, 0.9) !important;
}

/* Primary CTA submit button */
.lead-form-submit-glow {
  position: relative !important;
  background: var(--lime, #cfff00) !important;
  color: #0e0f10 !important;
  font-family: var(--sans, "Inter Tight", sans-serif) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  padding: 14px 22px !important; /* Button padding around 14px 20px or 16px 22px */
  border-radius: 999px !important; /* Pills/buttons/badges: border-radius: 999px */
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 4px 20px rgba(207, 255, 0, 0.25) !important;
}

.lead-form-submit-glow:hover {
  background: #ffffff !important;
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.35) !important;
  transform: translateY(-2px) !important; /* Hover lift */
}

.lead-form-submit-glow:hover .fa-arrow-right {
  transform: translateX(4px) !important;
}

.lead-form-submit-glow .fa-arrow-right {
  transition: transform 0.3s ease !important;
}

/* Secondary CTA / WhatsApp button */
.whatsapp-action-glow {
  font-size: 15px !important;
  font-weight: 900 !important;
  padding: 14px 22px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: #ffffff !important;
  cursor: pointer !important;
}

.whatsapp-action-glow:hover {
  border-color: rgba(37, 211, 102, 0.4) !important;
  background: rgba(37, 211, 102, 0.06) !important;
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.12) !important;
  transform: translateY(-2px) !important; /* Hover lift */
}

/* General Button Hovers & Lifts */
.btn:hover,
.btn-ghost:hover,
.topbar .top-cta:hover {
  transform: translateY(-2px) !important; /* Hover lift */
}

/* App Ready Dark Mode Theme Force */
body.app-ready {
  background: var(--bg-0, #0e0f10) !important;
  color: var(--fg-0, #f3f0e8) !important;
}

/* =========================================================================
   Premium Story Section Layout Overrides
   ========================================================================= */

/* Standard premium story sections with natural scroll height and generous padding */
.story-section {
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
  position: relative !important;
  padding: 80px 0 !important; /* Generous visual breathing room */
  box-sizing: border-box !important;
  overflow: visible !important;
}

@media (max-width: 900px) {
  .story-section {
    padding: 48px 0 !important; /* Elegant compact spacing for mobile viewports */
  }
}

/* Mobile-native horizontal card browsing for multi-card grids (Metrics & Connected System)
   This keeps everything perfectly within 100vh on mobile! */
@media (max-width: 768px) {
  .story-section {
    padding: 24px 0 !important;
  }
  
  /* Select grids inside story-sections (Metric bento and connected step flow cards) */
  .story-section .grid {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
    padding: 12px 4px 20px 4px !important;
    margin-top: 24px !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important; /* Hide scrollbars */
  }
  
  .story-section .grid::-webkit-scrollbar {
    display: none !important; /* Hide scrollbars */
  }
  
  .story-section .grid > div {
    scroll-snap-align: center !important;
    flex: 0 0 85vw !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  
  /* Timeline step optimizations to fit mobile reels view */
  .timeline-step {
    padding-bottom: 20px !important;
  }
  
  .timeline-content {
    font-size: 15px !important;
  }
  
  /* Lead Form adjustments to fit in mobile reels view */
  #contact {
    padding: 20px !important;
  }
  
  .majestic-field {
    padding: 12px 16px !important;
  }
  
  .majestic-input-group {
    margin-bottom: 12px !important;
  }
  
  .lead-form-submit-glow,
  .whatsapp-action-glow {
    padding: 12px 20px !important;
  }
  
  #contact p.text-center {
    margin-top: 12px !important;
  }
}

/* =========================================================================
   Premium Majestic Centered Navbar
   ========================================================================= */

.topbar {
  position: fixed !important;
  top: 24px !important; /* Elegant floating gap from top */
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(1180px, 92vw) !important;
  z-index: 100 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 12px 24px !important;
  
  /* Glassmorphic variables */
  background: rgba(20, 21, 23, 0.5) !important; /* Perfect matte glass */
  backdrop-filter: blur(20px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18) !important;
  
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* Scrolled state navbar adjustments */
.topbar.topbar-scrolled {
  top: 14px !important; /* Snugger layout when scrolling */
  background: rgba(14, 15, 16, 0.85) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35) !important;
}

/* Brand Logo Layout */
.topbar .brand {
  text-decoration: none !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-weight: 900 !important;
  font-size: 17px !important;
  letter-spacing: -0.03em !important;
  transition: transform 0.25s ease !important;
}

.topbar .brand:hover {
  transform: scale(1.02) !important;
}

.topbar .brand .brand-name {
  color: #ffffff !important;
  font-weight: 800 !important;
}

/* Navigation Links layout */
.topbar nav {
  display: flex !important;
  gap: 8px !important; /* Sleek compact spacing */
  align-items: center !important;
}

.topbar nav a {
  font-family: var(--sans, "Inter Tight", sans-serif) !important; /* Sleek sans for modern look */
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #a0a5ad !important;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  text-transform: none !important; /* Professional modern case */
  letter-spacing: -0.01em !important;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.topbar nav a:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

/* Primary CTA Top button */
.topbar .top-cta {
  background: var(--lime, #cfff00) !important;
  color: #0e0f10 !important;
  font-family: var(--sans, "Inter Tight", sans-serif) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  padding: 10px 20px !important;
  border-radius: 999px !important;
  border: none !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  box-shadow: 0 4px 14px rgba(207, 255, 0, 0.25) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.topbar .top-cta:hover {
  background: #ffffff !important;
  box-shadow: 0 6px 22px rgba(255, 255, 255, 0.35) !important;
  transform: translateY(-2px) !important; /* Hover lift */
}

/* Adjustments for responsive mobile layout */
@media (max-width: 768px) {
  .topbar {
    top: 14px !important;
    padding: 8px 16px !important;
    width: 92vw !important;
  }
  
  .topbar .top-cta {
    font-size: 12px !important;
    padding: 8px 14px !important;
  }
}

/* =========================================================================
   Universal Star Logo Override (Our Actual Star Logo)
   ========================================================================= */

.star-mark {
  filter: none !important; /* Remove old drop-shadow filter to allow crisp SVG details */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'><g transform='translate(60 60) rotate(10)'><g transform='translate(-5 5)' fill='%23000000'><rect x='-11' y='-54' width='22' height='108' transform='rotate(0)'/><rect x='-11' y='-54' width='22' height='108' transform='rotate(45)'/><rect x='-11' y='-54' width='22' height='108' transform='rotate(90)'/><rect x='-11' y='-54' width='22' height='108' transform='rotate(135)'/></g><g fill='%23000000'><rect x='-11' y='-54' width='22' height='108' transform='rotate(0)'/><rect x='-11' y='-54' width='22' height='108' transform='rotate(45)'/><rect x='-11' y='-54' width='22' height='108' transform='rotate(90)'/><rect x='-11' y='-54' width='22' height='108' transform='rotate(135)'/></g><g fill='%23CFFF00'><rect x='-7' y='-50' width='14' height='100' transform='rotate(0)'/><rect x='-7' y='-50' width='14' height='100' transform='rotate(45)'/><rect x='-7' y='-50' width='14' height='100' transform='rotate(90)'/><rect x='-7' y='-50' width='14' height='100' transform='rotate(135)'/></g></g></svg>") !important;
}

.eyebrow .dot:before,
.s-star:before {
  filter: none !important;
  -webkit-mask: none !important;
  mask: none !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'><g transform='translate(60 60) rotate(10)'><g transform='translate(-5 5)' fill='%23000000'><rect x='-11' y='-54' width='22' height='108' transform='rotate(0)'/><rect x='-11' y='-54' width='22' height='108' transform='rotate(45)'/><rect x='-11' y='-54' width='22' height='108' transform='rotate(90)'/><rect x='-11' y='-54' width='22' height='108' transform='rotate(135)'/></g><g fill='%23000000'><rect x='-11' y='-54' width='22' height='108' transform='rotate(0)'/><rect x='-11' y='-54' width='22' height='108' transform='rotate(45)'/><rect x='-11' y='-54' width='22' height='108' transform='rotate(90)'/><rect x='-11' y='-54' width='22' height='108' transform='rotate(135)'/></g><g fill='%23CFFF00'><rect x='-7' y='-50' width='14' height='100' transform='rotate(0)'/><rect x='-7' y='-50' width='14' height='100' transform='rotate(45)'/><rect x='-7' y='-50' width='14' height='100' transform='rotate(90)'/><rect x='-7' y='-50' width='14' height='100' transform='rotate(135)'/></g></g></svg>") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  animation: starTwinkle 4s ease-in-out infinite !important;
}

.fb-brand-mark {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'><g transform='translate(60 60) rotate(10)'><g transform='translate(-5 5)' fill='%23000000'><rect x='-11' y='-54' width='22' height='108' transform='rotate(0)'/><rect x='-11' y='-54' width='22' height='108' transform='rotate(45)'/><rect x='-11' y='-54' width='22' height='108' transform='rotate(90)'/><rect x='-11' y='-54' width='22' height='108' transform='rotate(135)'/></g><g fill='%23000000'><rect x='-11' y='-54' width='22' height='108' transform='rotate(0)'/><rect x='-11' y='-54' width='22' height='108' transform='rotate(45)'/><rect x='-11' y='-54' width='22' height='108' transform='rotate(90)'/><rect x='-11' y='-54' width='22' height='108' transform='rotate(135)'/></g><g fill='%23CFFF00'><rect x='-7' y='-50' width='14' height='100' transform='rotate(0)'/><rect x='-7' y='-50' width='14' height='100' transform='rotate(45)'/><rect x='-7' y='-50' width='14' height='100' transform='rotate(90)'/><rect x='-7' y='-50' width='14' height='100' transform='rotate(135)'/></g></g></svg>") !important;
}

/* Sizing Overrides to Enlarge the Brand Star Logo */
.brand .star-mark {
  width: 56px !important;
  height: 56px !important;
  --star-size: 56px !important;
  margin-right: 8px !important;
}

.brand-lg .star-mark {
  width: 88px !important;
  height: 88px !important;
  --star-size: 88px !important;
  margin-right: 16px !important;
}

.eyebrow .dot,
.s-star {
  width: 30px !important;
  height: 30px !important;
}

/* =========================================================================
   3D Low-Poly Brand Logo & Brand Text Overrides
   ========================================================================= */

/* 1. Standalone Star Marks - Keep the 3D star logo for standalone uses like bullet lists */
.s-star,
.fb-brand-mark {
  background-image: url("/assets/brand/logo-star.webp") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  filter: none !important;
}

/* 2. Hide separate star mark inside headers & footers (both main page and content pages) since we are using the pre-assembled combined logo */
.brand .star-mark,
.brand-lg .star-mark,
.cp-brand .cp-star,
.cp-footer .cp-star {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  opacity: 0 !important;
}

/* 3. Use the new pre-assembled combined logo inside brand names */
.brand .brand-name,
.brand-lg .brand-name,
.cp-brand .cp-brand-name,
.cp-footer .cp-brand-name {
  display: inline-block !important;
  font-size: 0 !important; /* Hide actual text for visual rendering, keeping it for SEO / screen readers */
  color: transparent !important;
  background-image: url("/assets/brand/logo-combined.webp") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  vertical-align: middle !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* Standard Header / Navigation Brand sizing overrides (Perfect Aspect Ratio: 3.17) */
.brand .brand-name,
.cp-brand .cp-brand-name {
  width: 140px !important; /* Mimic the exact spacing and size of both */
  height: 44px !important;
  margin-top: 0 !important;
}

/* Large/Footer Brand Sizing Overrides (Perfect Aspect Ratio: 3.17) */
.brand-lg .brand-name,
.cp-footer .cp-brand-name {
  width: 240px !important; /* Mimic the exact spacing and size of both */
  height: 76px !important;
  margin-top: 0 !important;
}

/* Footer-specific overrides to make sure the large footer block doesn't wrap awkwardly */
.footer-brand-block .brand.brand-lg,
.cp-foot-block .cp-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
}

/* =========================================================================
   Performance Optimization: Tailwind CSS CDN Elimination Utilities
   ========================================================================= */

/* Layout & Flexbox */
.flex { display: flex !important; }
.flex-col { flex-direction: column !important; }
.flex-1 { flex: 1 1 0% !important; }
.grid { display: grid !important; }
.items-center { align-items: center !important; }
.justify-between { justify-content: space-between !important; }
.justify-center { justify-content: center !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

/* Spacing (Margins & Paddings) */
.gap-2 { gap: 8px !important; }
.mr-2 { margin-right: 8px !important; }
.mb-4 { margin-bottom: 16px !important; }
.mb-5 { margin-bottom: 20px !important; }
.mb-6 { margin-bottom: 24px !important; }
.mt-2 { margin-top: 8px !important; }
.mt-3 { margin-top: 12px !important; }
.mt-5 { margin-top: 20px !important; }
.mt-6 { margin-top: 24px !important; }
.mt-8 { margin-top: 32px !important; }
.mt-10 { margin-top: 40px !important; }
.mt-12 { margin-top: 48px !important; }
.p-6 { padding: 24px !important; }
.px-6 { padding-left: 24px !important; padding-right: 24px !important; }
.px-8 { padding-left: 32px !important; padding-right: 32px !important; }
.py-4 { padding-top: 16px !important; padding-bottom: 16px !important; }
.py-8 { padding-top: 32px !important; padding-bottom: 32px !important; }

/* Width & Height & Sizing */
.w-4 { width: 16px !important; }
.h-4 { height: 16px !important; }
.w-8 { width: 32px !important; }
.h-8 { height: 32px !important; }
.w-14 { width: 56px !important; }
.h-14 { height: 56px !important; }
.max-w-2xl { max-width: 42rem !important; }
.max-w-3xl { max-width: 48rem !important; }
.max-w-xs { max-width: 20rem !important; }

/* Inline SVG icon helpers (were missing; caused icons to render at native size) */
.inline-block { display: inline-block !important; }
.fill-current { fill: currentColor !important; }
svg.w-4, svg.h-4, svg.w-8, svg.h-8 { flex: none !important; }

/* Borders & Rounding */
.border { border: 1px solid rgba(255, 255, 255, 0.06) !important; }
.border-red-500\/20 { border: 1px solid rgba(239, 68, 68, 0.2) !important; }
.border-\[\#CFFF00\]\/20 { border: 1px solid rgba(207, 255, 0, 0.2) !important; }
.rounded-2xl { border-radius: 16px !important; }
.rounded-3xl { border-radius: 24px !important; }
.rounded-full { border-radius: 9999px !important; }

/* Backgrounds */
.bg-red-500\/5 { background-color: rgba(239, 68, 68, 0.05) !important; }
.bg-\[\#CFFF00\] { background-color: #CFFF00 !important; }
.bg-\[\#CFFF00\]\/5 { background-color: rgba(207, 255, 0, 0.05) !important; }

/* Typography */
.font-bold { font-weight: 700 !important; }
.font-medium { font-weight: 500 !important; }
.font-semibold { font-weight: 600 !important; }
.font-mono { font-family: var(--mono, monospace) !important; }
.text-xs { font-size: 0.75rem !important; line-height: 1rem !important; }
.text-sm { font-size: 0.875rem !important; line-height: 1.25rem !important; }
.text-2xl { font-size: 1.5rem !important; line-height: 2rem !important; }
.text-3xl { font-size: 1.875rem !important; line-height: 2.25rem !important; }
.text-white { color: #ffffff !important; }
.text-\[\#CFFF00\] { color: #CFFF00 !important; }
.text-\[\#ff7777\] { color: #ff7777 !important; }
.text-\[\#a0a5ad\] { color: #a0a5ad !important; }
.text-\[\#0e0f10\] { color: #0e0f10 !important; }
.text-\[\#25D366\] { color: #25D366 !important; }
.text-\[\#6b7280\] { color: #6b7280 !important; }
.text-\[\#8d8c86\] { color: #8d8c86 !important; }
.text-\[\#9ca3af\] { color: #9ca3af !important; }
.text-\[\#CFFF00\] { color: #CFFF00 !important; }
.text-\[\#a0a5ad\] { color: #a0a5ad !important; }
.text-\[\#ff7777\] { color: #ff7777 !important; }
.text-\[14px\] { font-size: 14px !important; }
.text-\[15px\] { font-size: 15px !important; }
.text-\[17px\] { font-size: 17px !important; }
.text-\[18px\] { font-size: 18px !important; }
.leading-relaxed { line-height: 1.625 !important; }
.tracking-tight { letter-spacing: -0.025em !important; }
.tracking-\[0\.5px\] { letter-spacing: 0.5px !important; }
.underline { text-decoration: underline !important; }
.decoration-red-500\/50 { text-decoration-color: rgba(239, 68, 68, 0.5) !important; }

/* Responsive Media Queries */
@media (min-width: 640px) {
  .sm\:flex-none { flex: none !important; }
  .sm\:flex-row { flex-direction: row !important; }
}
@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, 1fr) !important; }
  .md\:p-8 { padding: 32px !important; }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, 1fr) !important; }
}


/* =============================================================
   Driver-problem card: bespoke "scattered channels converge" vector
   Replaces the old oversized exclamation-circle icon.
   ============================================================= */
.ss-driver-card {
  display: flex;
  align-items: center;
  gap: 22px;
}
.ss-driver-visual {
  flex: none;
  width: 84px;
  height: 84px;
}
.ss-scatter-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.ss-driver-copy { margin: 0; }

/* dots drift outward then snap toward the core, looping */
@keyframes ssScatterPulse {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  45%      { transform: scale(1.18); opacity: 1; }
}
@keyframes ssCoreGlow {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  50%      { opacity: 1; transform: scale(1.12); }
}
@keyframes ssRingPulse {
  0%   { transform: scale(0.6); opacity: 0.7; }
  70%  { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1.5); opacity: 0; }
}
.ss-core {
  transform-box: fill-box;
  transform-origin: center;
  animation: ssCoreGlow 2.6s ease-in-out infinite;
  filter: drop-shadow(0 0 6px rgba(207,255,0,0.6));
}
.ss-core-ring {
  transform-box: fill-box;
  transform-origin: center;
  animation: ssRingPulse 2.6s ease-out infinite;
}
.ss-scatter-dots .ss-dot {
  transform-box: fill-box;
  transform-origin: center;
  animation: ssScatterPulse 2.6s ease-in-out infinite;
}
.ss-scatter-dots .ss-dot:nth-child(1) { animation-delay: 0s; }
.ss-scatter-dots .ss-dot:nth-child(2) { animation-delay: 0.35s; }
.ss-scatter-dots .ss-dot:nth-child(3) { animation-delay: 0.7s; }
.ss-scatter-dots .ss-dot:nth-child(4) { animation-delay: 1.05s; }
.ss-scatter-dots .ss-dot:nth-child(5) { animation-delay: 1.4s; }
.ss-scatter-dots .ss-dot:nth-child(6) { animation-delay: 1.75s; }
.ss-scatter-lines line {
  stroke-dasharray: 4 4;
  animation: ssDash 3s linear infinite;
}
@keyframes ssDash { to { stroke-dashoffset: -16; } }

@media (max-width: 600px) {
  .ss-driver-card { flex-direction: column; text-align: center; gap: 16px; }
  .ss-driver-visual { width: 72px; height: 72px; }
}
.prefers-reduced-motion .ss-core,
.prefers-reduced-motion .ss-core-ring,
.prefers-reduced-motion .ss-scatter-dots .ss-dot,
.prefers-reduced-motion .ss-scatter-lines line { animation: none !important; }
