/* ============================================================
   LOCAL DEMAND COMPOSITION — Ringneck 2.0

   Page-specific layout and the built surface vignettes. Every
   colour is a token or an rgba() of a palette hex; every space,
   radius and duration comes from the foundation scale. Loads
   after afterburner.css and never redefines a component — it
   only adds page classes and scopes a few descendant rules
   inside them.

   Orange is this page's path role. It stays on actions, the
   selected state, and the one "this is us" signal line.
   ============================================================ */

/* Anchored sections clear the fixed 72px bar. */
html {
  scroll-behavior: smooth;
}

#magnet,
#book {
  scroll-margin-top: var(--space-9);
}

/* Statement lines that close a section. */
.ld-claim {
  margin-top: var(--space-7);
}

.ld-claim .rn-note {
  margin-top: var(--space-2);
}

.ld-claim .rn-btn-row {
  margin-top: var(--space-5);
}

.ld-claim p:last-child {
  margin-bottom: 0;
}

/* A mid-section setup label. */
.ld-eyebrow {
  margin: var(--space-8) 0 var(--space-4);
}

/* The section head already carries its own trailing space. */
.rn-section-head + .ld-eyebrow {
  margin-top: 0;
}

.ld-note {
  margin-top: var(--space-4);
  margin-bottom: 0;
}

.ld-note--quiet {
  color: var(--text-faint-dark);
}

/* ============================================================
   §1 HERO — local demand orbit
   ============================================================ */

.ld-hero__actions {
  gap: var(--space-5);
}

.ld-orbit {
  position: relative;
  width: min(100%, 500px);
  aspect-ratio: 1;
  border: 1px solid var(--line-dark-strong);
  border-radius: var(--radius-frame);
  margin: 0 0 0 auto;
  background: var(--rn-flight-800);
  box-shadow: var(--shadow-lg);
  isolation: isolate;
}

.ld-orbit::before {
  position: absolute;
  z-index: -1;
  inset: -12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(50, 223, 200, 0.13), transparent 68%);
  content: "";
  filter: blur(24px);
}

.ld-orbit__map {
  position: absolute;
  overflow: hidden;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(239, 91, 55, 0.09), transparent 31%),
    var(--rn-flight-800);
  background-size: 34px 34px, 34px 34px, auto, auto;
}

.ld-orbit__map > svg {
  width: 100%;
  height: 100%;
}

.ld-orbit__streets {
  stroke: rgba(217, 229, 226, 0.16);
  stroke-width: 3;
}

.ld-orbit__streets path:nth-child(n + 5) {
  stroke: rgba(217, 229, 226, 0.09);
  stroke-width: 1;
}

.ld-orbit__blocks {
  stroke: rgba(217, 229, 226, 0.07);
  stroke-width: 2;
}

.ld-orbit__ring,
.ld-orbit__pin {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ld-orbit__ring {
  width: 116px;
  height: 116px;
  border: 1px solid rgba(239, 91, 55, 0.56);
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(239, 91, 55, 0.12);
  opacity: 0;
  animation-name: ld-local-signal;
  animation-duration: 8s;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-iteration-count: infinite;
}

.ld-orbit__ring--two {
  animation-delay: 4s;
}

@keyframes ld-local-signal {
  0% {
    opacity: 0.62;
    transform: translate(-50%, -50%) scale(0.32);
  }
  72%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.75);
  }
}

.ld-orbit__pin {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(255, 112, 78, 0.78);
  border-radius: 50%;
  background: var(--action);
  color: var(--rn-white);
  box-shadow:
    0 0 0 10px rgba(239, 91, 55, 0.1),
    0 16px 36px rgba(2, 15, 20, 0.42),
    0 0 34px rgba(239, 91, 55, 0.34);
}

.ld-orbit__pin svg {
  width: 30px;
  height: 30px;
}

.ld-orbit__surface {
  position: absolute;
  z-index: 3;
  display: block;
  border: 1px solid rgba(217, 229, 226, 0.48);
  background: rgba(247, 250, 248, 0.97);
  color: var(--rn-ink-900);
  box-shadow: 0 14px 34px rgba(2, 15, 20, 0.38);
}

.ld-orbit__surface::before,
.ld-orbit__surface::after {
  position: absolute;
  display: block;
}

.ld-orbit__search {
  top: 10%;
  left: 5%;
  width: 52%;
  min-height: 108px;
  padding: var(--space-4);
  border-radius: var(--radius-card);
}

.ld-orbit__search::before {
  top: var(--space-3);
  right: var(--space-3);
  left: var(--space-3);
  height: 20px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius-pill);
  background:
    radial-gradient(circle at 12px 50%, var(--rn-mist-600) 0 2px, transparent 3px),
    linear-gradient(90deg, transparent 24px, var(--rn-cloud-100) 24px);
  content: "";
}

.ld-orbit__search::after {
  right: var(--space-4);
  bottom: var(--space-4);
  left: var(--space-4);
  color: var(--rn-ink-900);
  content: "Best Plumbing Co.\A★★★★★  5.0 (127)";
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.65;
  white-space: pre-line;
}

.ld-orbit__search {
  border-top: 3px solid var(--action);
}

.ld-orbit__reviews {
  top: 14%;
  right: 4%;
  width: 34%;
  min-height: 46px;
  border-radius: var(--radius-pill);
}

.ld-orbit__reviews::after {
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--rn-orange-650);
  content: "★★★★★  5.0";
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ld-orbit__guaranteed {
  bottom: 12%;
  left: 6%;
  width: 43%;
  min-height: 58px;
  border-color: rgba(10, 156, 144, 0.48);
  border-radius: var(--radius-control);
  background: rgba(237, 243, 241, 0.98);
}

.ld-orbit__guaranteed::before {
  top: 50%;
  left: var(--space-3);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--system-strong);
  color: var(--rn-white);
  content: "✓";
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
  transform: translateY(-50%);
}

.ld-orbit__guaranteed::after {
  top: 50%;
  right: var(--space-3);
  left: calc(var(--space-3) + 34px);
  color: var(--system-ink);
  content: "Google Guaranteed";
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.15;
  transform: translateY(-50%);
}

.ld-orbit__sponsored {
  right: 7%;
  bottom: 18%;
  min-width: 31%;
  min-height: 44px;
  border-radius: var(--radius-control);
  background: var(--rn-white);
}

.ld-orbit__sponsored::before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--action);
  content: "";
}

.ld-orbit__sponsored::after {
  inset: 0;
  display: grid;
  place-items: center;
  content: "Sponsored";
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* Keep the tuned foundation aurora legible behind the copy column while the
   local-marketing composition remains the hero's solid visual anchor. */
.rn-hero__copy {
  position: relative;
  z-index: 1;
}

/* ============================================================
   §2 HOW THEY FIND AND CHOOSE YOU — one horizontal sequence
   ============================================================ */

.ld-flow {
  position: relative;
  display: grid;
  gap: var(--space-6) var(--space-5);
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ld-find-band .ld-flow {
  gap: var(--space-4);
}

.ld-flow__step {
  position: relative;
  padding-top: var(--space-6);
}

.ld-find-band .ld-flow__step {
  overflow: hidden;
  min-height: calc(var(--space-12) + var(--space-7));
  padding: var(--space-6) var(--space-5) var(--space-5);
  border: 1px solid var(--line-light);
  border-radius: var(--radius-card);
  background: var(--rn-white);
  box-shadow: var(--shadow-sm);
}

.ld-find-band .ld-flow__step:last-child {
  border-color: rgba(7, 118, 110, 0.3);
  background:
    linear-gradient(155deg, rgba(50, 223, 200, 0.09), transparent 54%),
    var(--rn-white);
}

/* One continuous rail: each segment reaches into the next step. */
.ld-flow__step::before {
  position: absolute;
  z-index: 0;
  top: 6px;
  right: calc(-1 * var(--space-5));
  left: 0;
  height: 1px;
  background: var(--line-dark);
  content: "";
}

.ld-find-band .ld-flow__step::before {
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--action);
}

.ld-flow__step:first-child::before {
  left: 6px;
}

.ld-flow__step:last-child::before {
  right: calc(100% - 7px);
}

.ld-find-band .ld-flow__step:first-child::before,
.ld-find-band .ld-flow__step:last-child::before {
  right: 0;
  left: 0;
}

.ld-flow__step::after {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(239, 91, 55, 0.55);
  border-radius: 50%;
  background: var(--surface-deep);
  box-shadow: 0 0 0 4px rgba(239, 91, 55, 0.08);
  content: "";
}

.ld-find-band .ld-flow__step::after {
  display: none;
}

.ld-flow__n {
  display: block;
  color: var(--text-faint-dark);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.ld-find-band .ld-flow__n {
  color: var(--rn-orange-650);
  font-family: var(--font-display);
  font-size: var(--display);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.72;
}

.ld-flow__mark {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
}

.ld-flow__mark svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: var(--rn-orange-650);
}

.ld-find-band .ld-flow__step:last-child::before {
  background: var(--system-ink);
}

.ld-find-band .ld-flow__step:last-child .ld-flow__mark svg,
.ld-find-band .ld-flow__step:last-child .ld-flow__n,
.ld-find-band .ld-flow__step:last-child h3 {
  color: var(--system-ink);
}

.ld-flow__step h3 {
  margin-bottom: var(--space-2);
  font-size: 1.05rem;
}

.ld-find-band .ld-flow__step h3 {
  color: var(--text-heading-light);
  font-size: var(--lead);
}

.ld-flow__step p {
  margin-bottom: 0;
  color: var(--text-muted-dark);
  font-size: 0.85rem;
  line-height: 1.55;
}

.ld-find-band .ld-flow__step p {
  color: var(--text-muted-light);
}

/* ============================================================
   §3 EVERYWHERE THEY LOOK — seven surface vignettes

   Compact mockups, not cards: 4 x 2 on desktop, 2 on tablet,
   one column on mobile. Same frame, same type ramp, one focal
   line each. Nothing here is interactive, so nothing lights up.
   ============================================================ */

.ld-vigs {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ld-vig {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  padding: var(--space-4);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-card);
  margin: 0;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(2, 15, 20, 0.34);
  box-shadow: var(--shadow-sm);
}

.ld-vig:first-child {
  grid-column: span 2;
  border-color: rgba(239, 91, 55, 0.3);
  background:
    linear-gradient(145deg, rgba(239, 91, 55, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(2, 15, 20, 0.5);
}

.ld-vig__cap {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin-bottom: var(--space-3);
  color: var(--text-faint-dark);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ld-vig__cap svg,
.ld-vig__cap .ld-ai-mark {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  color: var(--action-hover);
}

.ld-vig--lsa .ld-vig__cap svg,
.ld-vig--ai .ld-vig__cap .ld-ai-mark,
.ld-vig--page .ld-vig__cap svg {
  color: var(--system);
}

.ld-vig__cap .ld-ai-mark svg {
  width: 18px;
  height: 18px;
}

.ld-vig--ai .ld-vig__cap .ld-ai-mark,
.ld-vig--ai .ld-vig__cap .ld-ai-mark svg {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
}

.ld-vig__body {
  display: grid;
  flex: 1;
  align-content: start;
  gap: var(--space-2);
  padding: var(--space-3);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-control);
  background:
    linear-gradient(145deg, rgba(7, 34, 44, 0.76), rgba(2, 15, 20, 0.92));
}

.ld-vig__body > p {
  margin: 0;
}

.ld-vig__surfacebar {
  position: relative;
  display: block;
  height: 22px;
  margin: calc(-1 * var(--space-3)) calc(-1 * var(--space-3)) var(--space-1);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.035);
}

.ld-vig__surfacebar::before {
  position: absolute;
  top: 7px;
  right: var(--space-3);
  left: var(--space-3);
  height: 7px;
  border-radius: var(--radius-pill);
  background: rgba(217, 229, 226, 0.12);
  content: "";
}

.ld-vig__foot {
  margin-top: auto;
  padding-top: var(--space-2);
}

/* The business name is the focal line of a listing. */
.ld-biz {
  color: var(--text-heading-dark);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.ld-stars {
  color: var(--text-faint-dark);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.ld-stars i {
  color: var(--action-hover);
  font-style: normal;
}

.ld-stars b {
  color: var(--text-body-dark);
  font-weight: 600;
}

.ld-meta {
  color: var(--text-faint-dark);
  font-size: 0.72rem;
  line-height: 1.45;
}

.ld-url {
  overflow: hidden;
  color: var(--text-faint-dark);
  font-size: 0.7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* The result headline: what the neighbour actually clicks. */
.ld-headline {
  color: var(--text-heading-dark);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.35;
}

.ld-ask {
  color: var(--text-muted-dark);
  font-size: 0.74rem;
  line-height: 1.45;
}

.ld-answer {
  color: var(--text-body-dark);
  font-size: 0.78rem;
  line-height: 1.5;
}

.ld-answer strong {
  color: var(--text-heading-dark);
  font-weight: 600;
}

.ld-quote {
  color: var(--text-body-dark);
  font-size: 0.79rem;
  line-height: 1.5;
}

.ld-reply {
  padding-left: var(--space-2);
  border-left: 1px solid var(--line-dark-strong);
  color: var(--text-faint-dark);
  font-size: 0.72rem;
  line-height: 1.45;
}

/* Fake copy lines. Decorative only. */
.ld-bar {
  display: block;
  height: 5px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.09);
}

/* Chips inside a mockup: outline by default, teal for a verified
   badge, orange for the one thing the visitor would tap. */
.ld-chip {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: var(--space-1) var(--space-2);
  border: 1px solid var(--line-dark-strong);
  border-radius: var(--radius-pill);
  color: var(--text-muted-dark);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.ld-chip--system {
  border-color: rgba(50, 223, 200, 0.28);
  background: rgba(50, 223, 200, 0.1);
  color: var(--system);
}

.ld-chip--action {
  border-color: transparent;
  background: var(--action);
  color: var(--action-text);
}

.ld-vig__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

/* Each mock surface keeps the same brand but carries its platform's
   unmistakable structural silhouette. */
.ld-vig--maps .ld-map {
  height: 88px;
}

.ld-vig--lsa .ld-vig__body {
  border-color: rgba(50, 223, 200, 0.22);
  background:
    radial-gradient(circle at 88% 8%, rgba(50, 223, 200, 0.13), transparent 38%),
    linear-gradient(145deg, rgba(7, 34, 44, 0.8), rgba(2, 15, 20, 0.94));
}

.ld-vig--lsa .ld-chip--system {
  width: 100%;
  min-height: 46px;
  justify-content: center;
  border-radius: var(--radius-control);
  font-size: 0.74rem;
  letter-spacing: 0.02em;
}

.ld-vig--ad .ld-vig__body,
.ld-vig--organic .ld-vig__body {
  border-color: var(--line-light);
  background: var(--rn-cloud-50);
}

.ld-vig--ad .ld-chip:not(.ld-chip--action),
.ld-vig--organic .ld-chip:not(.ld-chip--action) {
  border-color: var(--line-light);
  color: var(--rn-ink-500);
}

.ld-vig--ad .ld-url,
.ld-vig--organic .ld-url,
.ld-vig--ad .ld-meta,
.ld-vig--organic .ld-meta {
  color: var(--rn-ink-500);
}

.ld-vig--ad .ld-headline {
  color: var(--system-ink);
  font-size: 0.94rem;
}

.ld-vig--organic .ld-headline {
  color: var(--rn-flight-700);
  text-decoration: underline;
  text-decoration-color: rgba(7, 118, 110, 0.34);
  text-underline-offset: 0.18em;
}

.ld-vig--organic .ld-bar {
  background: var(--rn-cloud-100);
}

.ld-vig--ai .ld-vig__body {
  border-color: rgba(50, 223, 200, 0.25);
  background:
    radial-gradient(circle at 85% 12%, rgba(50, 223, 200, 0.15), transparent 38%),
    var(--rn-flight-950);
}

.ld-ai-chrome {
  position: relative;
  display: block;
  height: 22px;
  margin: calc(-1 * var(--space-3)) calc(-1 * var(--space-3)) var(--space-2);
  border-bottom: 1px solid rgba(50, 223, 200, 0.18);
}

.ld-ai-chrome::before {
  position: absolute;
  top: 7px;
  left: var(--space-3);
  width: 8px;
  height: 8px;
  background: var(--system);
  clip-path: polygon(50% 0, 62% 37%, 100% 50%, 62% 63%, 50% 100%, 38% 63%, 0 50%, 38% 37%);
  content: "";
  filter: drop-shadow(0 0 6px rgba(50, 223, 200, 0.7));
}

.ld-vig--ai .ld-ask {
  width: 88%;
  padding: var(--space-2) var(--space-3);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-control) var(--radius-control) var(--radius-control) 2px;
  background: rgba(255, 255, 255, 0.04);
}

.ld-vig--ai .ld-answer {
  width: 94%;
  padding: var(--space-2) var(--space-3);
  border-left: 2px solid var(--system);
  background: rgba(50, 223, 200, 0.06);
}

.ld-vig--reviews .ld-stars {
  padding-bottom: var(--space-2);
  border-bottom: 1px solid var(--line-dark);
  font-size: 0.88rem;
}

.ld-vig--reviews .ld-reply {
  margin-left: var(--space-3);
  padding: var(--space-2) var(--space-3);
  border-left: 2px solid var(--system-strong);
  background: rgba(50, 223, 200, 0.045);
}

.ld-browser-chrome {
  position: relative;
  display: block;
  height: 28px;
  margin: calc(-1 * var(--space-3)) calc(-1 * var(--space-3)) var(--space-2);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.035);
}

.ld-browser-chrome::before {
  position: absolute;
  top: 10px;
  left: var(--space-3);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--action);
  box-shadow: 10px 0 0 rgba(255, 112, 78, 0.52), 20px 0 0 rgba(50, 223, 200, 0.65);
  content: "";
}

.ld-browser-chrome::after {
  position: absolute;
  top: 7px;
  right: var(--space-3);
  left: 48px;
  height: 12px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-pill);
  background: var(--rn-flight-900);
  content: "";
}

/* Map fragment */
.ld-map {
  position: relative;
  overflow: hidden;
  height: 74px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-control);
  background: rgba(10, 55, 70, 0.42);
}

.ld-map svg {
  width: 100%;
  height: 100%;
}

.ld-pin {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.ld-pin--a,
.ld-pin--b {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.28);
}

.ld-pin--a { top: 20%; left: 20%; }
.ld-pin--b { top: 70%; left: 78%; }

.ld-pin--me {
  top: 42%;
  left: 46%;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(239, 91, 55, 0.5);
  background: rgba(239, 91, 55, 0.16);
  color: var(--action-hover);
  transform: translate(-50%, -50%);
}

/* ============================================================
   §4 THE MAGNET — trade and town, then the demand
   ============================================================ */

.ld-picker {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-5) var(--space-8);
  margin-bottom: var(--space-6);
}

.ld-picker__label {
  margin: 0 0 var(--space-3);
  color: var(--text-faint-dark);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ld-magnet-band .ld-picker__label {
  color: var(--text-muted-light);
}

.ld-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.ld-sel {
  min-height: 44px;
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--line-dark-strong);
  border-radius: var(--radius-pill);
  background: var(--fill-dark);
  color: var(--text-body-dark);
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition:
    background-color var(--duration-fast) var(--ease),
    border-color var(--duration-fast) var(--ease),
    color var(--duration-fast) var(--ease),
    box-shadow var(--duration-fast) var(--ease);
}

.ld-magnet-band .ld-sel {
  border-color: var(--line-light);
  background: var(--rn-white);
  color: var(--text-body-light);
  box-shadow: var(--shadow-sm);
}

.ld-sel:hover {
  border-color: rgba(239, 91, 55, 0.45);
  background: var(--fill-dark-hover);
  color: var(--text-heading-dark);
}

.ld-magnet-band .ld-sel:hover {
  border-color: rgba(192, 60, 29, 0.42);
  background: var(--rn-cloud-100);
  color: var(--text-heading-light);
}

.ld-sel[aria-pressed="true"] {
  border-color: transparent;
  background: var(--action);
  color: var(--action-text);
  box-shadow: var(--shadow-action);
}

.ld-magnet-band .ld-sel[aria-pressed="true"] {
  border-color: transparent;
  background: var(--action);
  color: var(--action-text);
}

.ld-sel[aria-pressed="true"]:hover {
  background: var(--action-hover);
  box-shadow: var(--shadow-action-hot);
}

.ld-table {
  overflow-x: auto;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-card);
  background: var(--surface-raised);
}

.ld-magnet-band .ld-table {
  border-color: var(--line-light);
  background: var(--rn-white);
  box-shadow: var(--shadow-sm);
}

.ld-table table {
  width: 100%;
  border-collapse: collapse;
}

.ld-table th {
  padding: var(--space-4) var(--space-5);
  border-bottom: 1px solid var(--line-dark);
  color: var(--text-faint-dark);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.ld-magnet-band .ld-table th {
  border-color: var(--line-light);
  color: var(--text-muted-light);
}

.ld-table td {
  padding: var(--space-4) var(--space-5);
  border-top: 1px solid var(--line-dark);
  color: var(--text-body-dark);
  font-size: 0.95rem;
  vertical-align: middle;
}

.ld-magnet-band .ld-table td {
  border-color: var(--line-light);
  color: var(--text-body-light);
}

.ld-table tbody tr:first-child td {
  border-top: 0;
}

.ld-table tbody tr td:first-child {
  font-weight: 600;
}

.ld-table th.ld-table__num,
.ld-table td.ld-table__num {
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.ld-table__empty {
  color: var(--text-muted-dark) !important;
  font-weight: 400 !important;
}

.ld-magnet-band .ld-table__empty {
  color: var(--text-muted-light) !important;
}

.ld-tag {
  display: inline-flex;
  padding: var(--space-1) var(--space-2);
  border: 1px solid var(--line-dark-strong);
  border-radius: var(--radius-pill);
  color: var(--text-muted-dark);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
  white-space: nowrap;
}

.ld-magnet-band .ld-tag {
  border-color: rgba(7, 118, 110, 0.28);
  background: rgba(50, 223, 200, 0.1);
  color: var(--system-ink);
}

/* ============================================================
   §5 WHAT IF — dark band with a light working surface
   ============================================================ */

.ld-calc {
  align-items: start;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.ld-calc__inputs {
  display: grid;
  gap: var(--space-6);
}

.ld-out {
  height: 100%;
}

.ld-out .ld-out__jobs {
  font-size: clamp(1.75rem, 3.1vw, 2.35rem);
}

.ld-out__mo {
  margin-bottom: 0;
}

.ld-out__label2 {
  margin-top: var(--space-5);
}

/* ============================================================
   §6 THE RHYTHM, THE PRICE, THE COMPARISON
   ============================================================ */

.ld-rhythm {
  position: relative;
  counter-reset: ld-rhythm;
  gap: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--line-light);
  border-radius: 0;
  background: transparent;
}

.ld-rhythm__spark {
  position: absolute;
  z-index: 3;
  top: -5px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid var(--rn-white);
  border-radius: 50%;
  background: var(--action);
  box-shadow:
    0 0 0 5px rgba(239, 91, 55, 0.12),
    0 0 18px rgba(239, 91, 55, 0.9);
  pointer-events: none;
  animation-name: ld-rhythm-travel;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes ld-rhythm-travel {
  0% { left: 0; }
  100% { left: calc(100% - 10px); }
}

.ld-rhythm .rn-timeline__node span {
  display: block;
}

.ld-rhythm .rn-timeline__node {
  --ld-node-color: var(--action);
  --ld-node-hot: var(--action-hover);
  --ld-node-ring: rgba(239, 91, 55, 0.16);
  --ld-node-glow: rgba(239, 91, 55, 0.7);
  min-height: calc(var(--space-12) + var(--space-9));
  padding: calc(var(--space-9) + var(--space-5)) var(--space-4) var(--space-5);
  border-left: 1px solid var(--line-light);
  color: var(--text-muted-light);
  counter-increment: ld-rhythm;
}

.ld-rhythm .rn-timeline__node:first-child {
  border-left: 0;
  padding-left: 0;
}

.ld-rhythm .rn-timeline__node::before {
  top: -4px;
  right: auto;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--action);
  box-shadow: 0 0 0 5px rgba(239, 91, 55, 0.08);
  animation-name: ld-rhythm-node;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: var(--ld-node-delay, 0s);
}

.ld-rhythm .rn-timeline__node:nth-of-type(1) { --ld-node-delay: 0s; }
.ld-rhythm .rn-timeline__node:nth-of-type(2) { --ld-node-delay: 1.7s; }
.ld-rhythm .rn-timeline__node:nth-of-type(3) { --ld-node-delay: 3.4s; }
.ld-rhythm .rn-timeline__node:nth-of-type(4) { --ld-node-delay: 5.1s; }
.ld-rhythm .rn-timeline__node:nth-of-type(5) { --ld-node-delay: 6.8s; }
.ld-rhythm .rn-timeline__node:nth-of-type(6) { --ld-node-delay: 8.5s; }
.ld-rhythm .rn-timeline__node:nth-of-type(7) { --ld-node-delay: 10.2s; }
.ld-rhythm .rn-timeline__node:nth-of-type(8) { --ld-node-delay: 11.9s; }

@keyframes ld-rhythm-node {
  0%, 11% {
    border-color: var(--rn-white);
    background: var(--ld-node-hot);
    box-shadow: 0 0 0 7px var(--ld-node-ring), 0 0 18px var(--ld-node-glow);
    transform: scale(1.25);
  }
  18%, 100% {
    border-color: transparent;
    background: var(--ld-node-color);
    box-shadow: 0 0 0 5px var(--ld-node-ring);
    transform: scale(1);
  }
}

.ld-rhythm .rn-timeline__node::after {
  top: var(--space-5);
  left: var(--space-4);
  width: auto;
  height: auto;
  border: 0;
  background: none;
  box-shadow: none;
  color: rgba(9, 37, 45, 0.13);
  content: "0" counter(ld-rhythm);
  font-family: var(--font-display);
  font-size: clamp(4.4rem, 7vw, 6.6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.8;
}

.ld-rhythm .rn-timeline__node:first-child::after {
  left: 0;
}

.ld-rhythm .rn-timeline__node:last-child::before {
  background: var(--system-ink);
  box-shadow: 0 0 0 5px rgba(7, 118, 110, 0.1);
}

.ld-rhythm .rn-timeline__node:last-child {
  --ld-node-color: var(--system-ink);
  --ld-node-hot: var(--system-strong);
  --ld-node-ring: rgba(7, 118, 110, 0.14);
  --ld-node-glow: rgba(50, 223, 200, 0.65);
}

.ld-rhythm .rn-timeline__node--mark::after {
  color: rgba(192, 60, 29, 0.2);
}

.ld-rhythm .rn-timeline__node--mark:last-child::after {
  color: rgba(7, 118, 110, 0.22);
}

/* Eight narrow columns: reserve two lines for the step name so every
   description starts on the same baseline. */
.ld-rhythm .rn-timeline__node strong {
  min-height: 2.8em;
  color: var(--text-heading-light);
  font-size: 0.98rem;
}

.ld-rhythm .rn-timeline__node--mark strong {
  color: var(--rn-orange-650);
}

.ld-rhythm .rn-timeline__node--mark:last-child strong {
  color: var(--system-ink);
}

.ld-loop {
  margin: var(--space-4) 0 0;
}

.ld-loop span {
  display: inline-block;
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-control);
  color: var(--text-muted-dark);
  font-size: var(--small);
  line-height: 1.4;
}

.ld-process-band .ld-loop span {
  border-color: var(--line-light);
  background: var(--rn-white);
  color: var(--text-muted-light);
}

.ld-terms {
  align-items: start;
  margin-top: var(--space-8);
}

.ld-price {
  display: grid;
  align-content: start;
  gap: var(--space-4);
  border-top: 4px solid var(--action);
  box-shadow: var(--shadow-sm);
}

.ld-price > * {
  margin-bottom: 0;
}

.ld-price__value {
  color: var(--text-heading-light);
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1;
  text-transform: uppercase;
}

.ld-price .rn-btn-row {
  margin-top: var(--space-2);
}

.ld-commit h3 {
  margin-bottom: var(--space-4);
}

.ld-commit p {
  margin-bottom: var(--space-4);
}

.ld-commit p:last-child {
  margin-bottom: 0;
}

.ld-process-band .ld-commit h3 {
  color: var(--text-heading-light);
}

.ld-process-band .ld-commit .rn-note,
.ld-process-band .ld-note--quiet {
  color: var(--text-muted-light);
}

.ld-compare__lead {
  max-width: var(--measure);
  margin-bottom: var(--space-5);
}

.ld-compare {
  display: grid;
  gap: var(--space-5);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ld-cmp {
  display: grid;
  align-content: start;
  gap: var(--space-2);
  box-shadow: var(--shadow-sm);
}

.ld-cmp > * {
  margin: 0;
}

.ld-cmp__label {
  color: var(--text-muted-light);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ld-cmp__value {
  color: var(--text-heading-light);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.1;
  text-transform: uppercase;
}

/* The one card that is us: named in the label, marked with the
   demand signal line, so colour is never the only difference. */
.ld-cmp--us {
  border-color: rgba(239, 91, 55, 0.35);
  background:
    linear-gradient(145deg, rgba(239, 91, 55, 0.07), rgba(255, 255, 255, 0.76)),
    var(--rn-white);
}

.ld-cmp--us::before {
  position: absolute;
  top: var(--space-5);
  bottom: var(--space-5);
  left: 0;
  width: 3px;
  border-radius: 0 var(--radius-pill) var(--radius-pill) 0;
  background: var(--action);
  content: "";
}

.ld-cmp--us .ld-cmp__label {
  color: var(--rn-orange-650);
}

/* ============================================================
   §7 FAQ — hairline rows, native disclosure
   ============================================================ */

/* Centered like the CA FAQ, per owner. Questions stay left-aligned inside. */
.ld-faq {
  max-width: var(--measure);
  margin-right: auto;
  margin-left: auto;
}

.ld-faq ~ *,
section[aria-labelledby="faq-title"] .rn-section-head {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ld-faq summary {
  list-style: none;
}

.ld-faq summary::-webkit-details-marker {
  display: none;
}

.ld-faq summary::marker {
  content: "";
}

.ld-faq details[open] .rn-acc__icon::after {
  transform: rotate(0deg);
}

/* ============================================================
   §8 BOOK THE CONSULTATION
   ============================================================ */

/* Full-width scheduler so Cal.com can use desktop two-pane layout. */
.ld-book {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: var(--space-6);
  grid-template-columns: 1fr;
  text-align: center;
}

.ld-book__copy h2 {
  margin-bottom: var(--space-5);
}

.ld-book__lead {
  max-width: 56ch;
  margin-inline: auto;
  color: var(--text-muted-dark);
  font-size: var(--lead);
  line-height: 1.6;
}

.ld-book__copy .rn-note {
  margin-bottom: var(--space-6);
}

.ld-book__phone {
  color: var(--text-muted-dark);
}

.ld-sched {
  width: 100%;
  max-width: 1100px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ld-sched cal-inline,
.ld-sched iframe {
  display: block;
  width: 100%;
  min-height: 560px;
  border: 0;
  background: transparent;
}

.ld-sched__mount {
  min-height: 0;
}

.ld-sched__fallback {
  display: grid;
  min-height: 240px;
  align-content: center;
  justify-items: center;
  gap: var(--space-5);
  padding: var(--space-6);
  text-align: center;
}

.ld-sched__fallback .rn-note {
  margin: 0;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1050px) {
  .ld-orbit {
    max-width: 430px;
  }

  .ld-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ld-flow__step:nth-child(3n)::before {
    right: calc(100% - 7px);
  }

  .ld-flow__step:nth-child(3n + 1)::before {
    left: 6px;
  }

  .ld-find-band .ld-flow__step::before,
  .ld-find-band .ld-flow__step:nth-child(3n)::before,
  .ld-find-band .ld-flow__step:nth-child(3n + 1)::before {
    right: 0;
    left: 0;
  }

  .ld-vigs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ld-book__copy {
    max-width: var(--measure);
  }

  .ld-sched cal-inline,
  .ld-sched iframe {
    min-height: 640px;
  }
}

@media (max-width: 840px) {
  .ld-orbit {
    max-width: 500px;
    margin-inline: auto;
  }

  .ld-calc {
    grid-template-columns: 1fr;
  }

  .ld-compare {
    grid-template-columns: 1fr;
  }

  .ld-picker {
    gap: var(--space-5) var(--space-6);
  }
}

@media (max-width: 640px) {
  .ld-flow {
    grid-template-columns: 1fr;
  }

  .ld-find-band .ld-flow__step,
  .ld-find-band .ld-flow__step:first-child,
  .ld-find-band .ld-flow__step:nth-child(3n),
  .ld-find-band .ld-flow__step:nth-child(3n + 1) {
    min-height: 0;
    padding: var(--space-5);
  }

  /* The sequence becomes vertical; the rail becomes a line. */
  .ld-flow__step,
  .ld-flow__step:first-child,
  .ld-flow__step:nth-child(3n),
  .ld-flow__step:nth-child(3n + 1) {
    padding-top: 0;
    padding-left: var(--space-5);
  }

  .ld-flow__step::before,
  .ld-flow__step:first-child::before,
  .ld-flow__step:nth-child(3n)::before,
  .ld-flow__step:nth-child(3n + 1)::before {
    top: 6px;
    right: auto;
    bottom: calc(-1 * var(--space-6) - 4px);
    left: 4px;
    width: 1px;
    height: auto;
  }

  .ld-flow__step:last-child::before {
    display: none;
  }

  .ld-flow__step::after {
    top: 3px;
  }

  .ld-find-band .ld-flow__step::before {
    display: block;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 3px;
  }

  .ld-find-band .ld-flow__step::after {
    display: none;
  }

  .ld-find-band .ld-flow__n {
    margin-bottom: 0;
    font-size: var(--display);
  }

  .ld-vigs {
    grid-template-columns: 1fr;
  }

  .ld-vig:first-child {
    grid-column: span 1;
  }

  .ld-rhythm {
    display: grid;
    border-top: 0;
  }

  .ld-rhythm__spark {
    display: none;
    animation: none;
  }

  .ld-rhythm .rn-timeline__node,
  .ld-rhythm .rn-timeline__node:first-child {
    min-height: 0;
    padding: var(--space-5) 0 var(--space-5) calc(var(--space-9) + var(--space-1));
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }

  .ld-rhythm .rn-timeline__node::before,
  .ld-rhythm .rn-timeline__node:last-child::before {
    display: block;
    top: -4px;
    right: auto;
    bottom: auto;
    left: 0;
    width: 8px;
    height: 8px;
    animation: none;
  }

  .ld-rhythm .rn-timeline__node::after,
  .ld-rhythm .rn-timeline__node:first-child::after {
    top: var(--space-5);
    left: 0;
    font-size: var(--display);
  }

  .ld-rhythm .rn-timeline__node strong {
    min-height: 0;
  }

  .ld-vig,
  .ld-cmp {
    padding: var(--space-4);
  }

  .ld-table th,
  .ld-table td {
    padding: var(--space-3) var(--space-4);
  }

  .ld-table td {
    font-size: 0.9rem;
  }

  .ld-sel {
    font-size: 0.84rem;
  }

  .ld-sched__mount,
  .ld-sched__fallback {
    min-height: 480px;
  }

  .ld-sched__fallback {
    padding: var(--space-5);
  }
}

@media (max-width: 430px) {
  .ld-orbit__search {
    width: 58%;
    min-height: 96px;
  }

  .ld-orbit__reviews {
    right: 3%;
    width: 36%;
  }

  .ld-orbit__guaranteed {
    bottom: 9%;
    left: 4%;
    width: 49%;
  }

  .ld-orbit__sponsored {
    right: 4%;
    bottom: 15%;
  }
}

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

  .ld-orbit__ring {
    opacity: 0.28;
    transform: translate(-50%, -50%) scale(1.45);
    animation: none;
  }

  .ld-orbit__ring--two {
    opacity: 0.14;
    transform: translate(-50%, -50%) scale(2.35);
  }

  .ld-rhythm__spark {
    display: none;
    animation: none;
  }

  .ld-rhythm .rn-timeline__node::before {
    animation: none;
  }
}
