/* ============================================================
   GG33 — Life Path cluster (shared styles). Uses home.css tokens.
   Article-style content page that funnels into the free calculator.
   No em dashes, no italics, no banned AI words.
   ============================================================ */

.lp-body {
  margin: 0;
  min-height: 100svh;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Ambient background (matches homepage) */
.lp-bg {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
  background:
    radial-gradient(120% 70% at 50% -5%, rgba(255, 107, 20, 0.16), transparent 58%),
    linear-gradient(180deg, rgba(5, 3, 2, 0.4), var(--bg) 760px),
    var(--bg);
}
.lp-bg::before {
  content: ""; position: absolute; top: -12%; left: -16%;
  width: 55vw; height: 55vw; max-width: 460px; max-height: 460px;
  border-radius: 50%; filter: blur(60px); opacity: 0.4;
  background: radial-gradient(circle, rgba(255, 107, 20, 0.5), transparent 70%);
  animation: lpOrb 16s ease-in-out infinite;
}
@keyframes lpOrb { 0%, 100% { transform: translate(0,0) scale(1); } 50% { transform: translate(6%, 8%) scale(1.12); } }

/* Top bar */
.lp-top {
  position: sticky; top: 0; z-index: 20;
  display: grid; grid-template-columns: 2.4rem 1fr 2.4rem; align-items: center; gap: 0.6rem;
  padding: max(0.8rem, env(safe-area-inset-top)) 1.1rem 0.8rem;
  background: rgba(5, 3, 2, 0.72); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(247, 244, 236, 0.05);
}
.lp-back { display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; border-radius: 999px; border: 1px solid var(--line); color: var(--ink); background: rgba(247, 244, 236, 0.04); text-decoration: none; }
.lp-brand { display: inline-flex; justify-content: center; }
.lp-brand img { height: 1.55rem; width: auto; display: block; }

/* Layout */
.lp-main { position: relative; z-index: 1; max-width: 48rem; margin: 0 auto; padding: 0 1.15rem calc(3rem + env(safe-area-inset-bottom)); }

/* Hero */
.lp-hero { text-align: center; padding: 2.6rem 0 1.2rem; }
.lp-num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(8.4rem, 38vw, 11rem);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 138, 44, 0.3);
  background: radial-gradient(circle at 50% 44%, rgba(255, 107, 20, 0.14), rgba(255, 107, 20, 0.03) 58%, transparent 72%);
  box-shadow: 0 18px 60px rgba(255, 107, 20, 0.12), inset 0 0 38px rgba(0, 0, 0, 0.5);
  font-family: var(--display);
  font-size: clamp(3.4rem, 15vw, 5.6rem);
  font-weight: 700;
  line-height: 1;
  color: var(--orange-2);
  letter-spacing: -0.04em;
  text-shadow: 0 8px 40px rgba(255, 107, 20, 0.35);
}
/* fine inner + outer hairline rings — quiet sacred-geometry framing */
.lp-num::before { content: ""; position: absolute; inset: 8px; border-radius: 50%; border: 1px solid rgba(255, 138, 44, 0.13); }
.lp-num::after { content: ""; position: absolute; inset: -9px; border-radius: 50%; border: 1px solid rgba(255, 247, 234, 0.06); }
.lp-kicker { font-size: 0.66rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin: 0.9rem 0 0; }
.lp-hero h1 { font-family: var(--display); font-size: clamp(1.9rem, 7vw, 2.8rem); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; margin: 0.45rem auto 0; max-width: 20ch; }
.hl { color: var(--orange-2); }
.lp-lede { font-size: 1.05rem; line-height: 1.55; color: var(--soft); margin: 1rem auto 0; max-width: 44ch; }

/* Funnel-in calculator banner */
.lp-calc-banner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.7rem 1rem; margin: 1.6rem 0 0; padding: 1rem 1.2rem; border-radius: 16px; border: 1px solid rgba(255, 107, 20, 0.3); background: linear-gradient(180deg, rgba(255, 107, 20, 0.1), rgba(247, 244, 236, 0.015)); text-align: center; }
.lp-calc-banner p { margin: 0; font-size: 0.95rem; color: var(--soft); }
.lp-calc-banner strong { color: var(--ink); }
.lp-calc-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 2.8rem; padding: 0 1.3rem; border-radius: 999px; background: linear-gradient(135deg, #ff8a2c, #df520d); color: #160a04; font-weight: 600; font-size: 0.92rem; text-decoration: none; white-space: nowrap; }

/* Article sections (left-aligned for readability) */
.lp-section { padding: 1.9rem 0; border-top: 1px solid rgba(247, 244, 236, 0.08); text-align: left; }
.lp-h2 { font-family: var(--display); font-size: clamp(1.4rem, 5.5vw, 1.9rem); font-weight: 700; letter-spacing: -0.02em; line-height: 1.12; margin: 0 0 0.9rem; }
/* quiet rhythm marker so long guides read in beats, not one wall */
.lp-h2::before { content: ""; display: block; width: 2.1rem; height: 2px; margin: 0 0 0.6rem; border-radius: 2px; background: linear-gradient(90deg, var(--orange-2), transparent); }
.lp-section p { font-size: 1rem; line-height: 1.62; color: var(--soft); margin: 0 0 1rem; }
.lp-section p:last-child { margin-bottom: 0; }
.lp-section strong { color: var(--ink); font-weight: 600; }

/* Trait chips */
.lp-traits { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.2rem 0 0; }
.lp-traits span { font-size: 0.84rem; font-weight: 500; color: var(--ink); padding: 0.45rem 0.85rem; border-radius: 999px; border: 1px solid var(--line); background: rgba(247, 244, 236, 0.04); }

/* Energy days */
.lp-days { display: flex; gap: 0.6rem; flex-wrap: wrap; margin: 1.1rem 0 0; }
.lp-days span { font-family: var(--display); font-weight: 700; font-size: 1.05rem; color: var(--orange-2); min-width: 3rem; height: 3rem; padding: 0 0.5rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; border: 1px solid rgba(255, 107, 20, 0.3); background: rgba(255, 107, 20, 0.06); }

/* Famous figures list */
.lp-figures ul { margin: 1rem 0 0; padding: 0; display: grid; gap: 0.55rem; }
.lp-figures li { list-style: none; padding-left: 1.4rem; position: relative; font-size: 0.96rem; color: rgba(247, 244, 236, 0.82); line-height: 1.45; }
.lp-figures li::before { content: ""; position: absolute; left: 0; top: 0.5rem; width: 0.5rem; height: 0.5rem; border-radius: 999px; background: var(--orange); }
.lp-figures strong { color: var(--ink); font-weight: 600; }

/* Callout */
.lp-callout { border-left: 3px solid var(--orange); background: linear-gradient(180deg, rgba(255, 107, 20, 0.08), transparent); padding: 1rem 1.1rem; border-radius: 0 12px 12px 0; margin: 1.1rem 0 0; }
.lp-callout p { margin: 0; color: var(--soft); line-height: 1.6; }
.lp-callout strong { color: var(--ink); }

/* Conversion card */
.lp-cta-card { margin: 1.9rem 0 0; padding: 1.7rem 1.3rem; border-radius: 20px; border: 1px solid rgba(255, 107, 20, 0.3); background: linear-gradient(180deg, rgba(255, 107, 20, 0.1), rgba(247, 244, 236, 0.015)); text-align: center; }
.lp-cta-card h2 { font-family: var(--display); font-size: clamp(1.4rem, 5.5vw, 1.8rem); font-weight: 700; letter-spacing: -0.02em; margin: 0 0 0.5rem; line-height: 1.1; }
.lp-cta-card p { color: var(--soft); margin: 0 auto 1.2rem; font-size: 0.98rem; line-height: 1.55; max-width: 38ch; }
.lp-cta-row { display: flex; flex-direction: column; gap: 0.7rem; max-width: 22rem; margin: 0 auto; }
.lp-cta { display: flex; align-items: center; justify-content: center; min-height: 3.3rem; border-radius: 999px; font-family: var(--sans); font-weight: 600; font-size: 0.96rem; text-decoration: none; }
.lp-cta-solid { background: linear-gradient(135deg, #ff8a2c, #df520d); color: #160a04; box-shadow: 0 14px 36px rgba(255, 107, 20, 0.3); }
.lp-cta-ghost { border: 1px solid var(--line-strong); color: var(--ink); background: rgba(247, 244, 236, 0.04); }

/* FAQ */
.lp-faq { padding: 1.9rem 0 0; border-top: 1px solid rgba(247, 244, 236, 0.08); }
.lp-faq h2 { font-family: var(--display); font-size: clamp(1.4rem, 5.5vw, 1.9rem); font-weight: 700; letter-spacing: -0.02em; margin: 0 0 0.6rem; }
.lp-faq-item { padding: 1.1rem 0; border-top: 1px solid rgba(247, 244, 236, 0.08); }
.lp-faq-item h3 { font-family: var(--display); font-size: 1.05rem; font-weight: 600; margin: 0 0 0.4rem; }
.lp-faq-item p { font-size: 0.94rem; line-height: 1.55; color: var(--soft); margin: 0; }
.lp-faq-item a { color: var(--orange-2); text-decoration: none; border-bottom: 1px solid rgba(255, 138, 44, 0.4); }

/* Byline + cluster nav */
.lp-byline { margin: 2rem 0 0; padding-top: 1.3rem; border-top: 1px solid rgba(247, 244, 236, 0.08); text-align: center; font-size: 0.82rem; color: var(--muted); }
.lp-byline strong { color: var(--soft); }
.lp-all-label { text-align: center; font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin: 1.6rem 0 0.7rem; }
.lp-all { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; }
.lp-all a { font-family: var(--display); font-weight: 600; font-size: 0.95rem; color: var(--soft); min-width: 2.6rem; height: 2.6rem; padding: 0 0.5rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; border: 1px solid var(--line); text-decoration: none; transition: color 160ms var(--ease), border-color 160ms var(--ease); }
.lp-all a:hover { color: var(--orange-2); border-color: rgba(255, 107, 20, 0.4); }
.lp-all a.current { color: #160a04; background: var(--orange-2); border-color: var(--orange-2); }

/* Zodiac variant: swipeable medallion strip (the flame art carries it) */
.lp-all-signs {
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0.65rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin: 0 -1.15rem;
  padding: 0.3rem 1.15rem 0.55rem;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 92%, transparent 100%);
}
.lp-all-signs::-webkit-scrollbar { display: none; }
.lp-all-signs a {
  flex: 0 0 auto;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0;
  scroll-snap-align: start;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  color: var(--muted);
}
.lp-all-signs a img {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(255, 107, 20, 0.3);
  background: #0a0604;
  transition: transform 160ms var(--ease), border-color 160ms var(--ease);
}
.lp-all-signs a:hover { color: var(--orange-2); }
.lp-all-signs a:hover img { transform: scale(1.06); border-color: rgba(255, 138, 44, 0.7); }
/* current sign: ringed medallion, not the pill treatment the number pages use */
.lp-all-signs a.current { background: none; border: 0; color: var(--orange-2); font-weight: 700; }
.lp-all-signs a.current img { border-color: var(--orange-2); box-shadow: 0 0 0 2px rgba(255, 138, 44, 0.35), 0 8px 24px rgba(255, 107, 20, 0.3); }

/* Pillar hub grid (index of all numbers) */
.lp-hub { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem; margin: 1.6rem 0 0; }
@media (min-width: 600px) { .lp-hub { grid-template-columns: repeat(3, 1fr); } }
.lp-hub a { display: flex; flex-direction: column; gap: 0.25rem; padding: 1.05rem 1.1rem; border-radius: 16px; border: 1px solid var(--line); background: rgba(247, 244, 236, 0.03); text-decoration: none; transition: border-color 160ms var(--ease), transform 160ms var(--ease), background 160ms var(--ease); }
.lp-hub a:hover { border-color: rgba(255, 107, 20, 0.4); background: rgba(255, 107, 20, 0.05); transform: translateY(-2px); }
.lp-hub a.master { border-color: rgba(255, 107, 20, 0.28); background: linear-gradient(180deg, rgba(255, 107, 20, 0.07), rgba(247, 244, 236, 0.015)); }
.lp-hub .n { font-family: var(--display); font-weight: 700; font-size: 1.9rem; color: var(--orange-2); line-height: 1; letter-spacing: -0.02em; }
.lp-hub .t { font-size: 0.92rem; color: var(--ink); font-weight: 600; }
.lp-hub .k { font-size: 0.72rem; color: var(--muted); letter-spacing: 0.02em; }

/* Zodiac medallion (image hero, replaces the big number) */
.lp-medallion { width: clamp(8rem, 36vw, 11.5rem); aspect-ratio: 1; margin: 0 auto 0.2rem; border-radius: 50%; overflow: hidden; border: 1px solid rgba(255, 107, 20, 0.35); box-shadow: 0 14px 54px rgba(255, 107, 20, 0.3), inset 0 0 34px rgba(0, 0, 0, 0.6); background: #0a0604; }
.lp-medallion img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Zodiac hub grid (image thumbnails) */
.lp-zhub { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem; margin: 1.6rem 0 0; }
@media (min-width: 620px) { .lp-zhub { grid-template-columns: repeat(3, 1fr); } }
.lp-zhub a { display: flex; align-items: center; gap: 0.7rem; padding: 0.7rem 0.8rem; border-radius: 14px; border: 1px solid var(--line); background: rgba(247, 244, 236, 0.03); text-decoration: none; transition: border-color 160ms var(--ease), transform 160ms var(--ease), background 160ms var(--ease); }
.lp-zhub a:hover { border-color: rgba(255, 107, 20, 0.4); background: rgba(255, 107, 20, 0.05); transform: translateY(-2px); }
.lp-zhub .z-img { width: 2.9rem; height: 2.9rem; border-radius: 50%; overflow: hidden; flex: none; border: 1px solid rgba(255, 107, 20, 0.25); background: #0a0604; }
.lp-zhub .z-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-zhub .z-meta { display: flex; flex-direction: column; gap: 0.05rem; min-width: 0; }
.lp-zhub .z-name { font-family: var(--display); font-weight: 700; font-size: 1rem; color: var(--ink); line-height: 1.1; }
.lp-zhub .z-title { font-size: 0.72rem; color: var(--muted); }

/* Enemy / friend signs row */
.lp-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; margin: 1.2rem 0 0; }
.lp-pair div { padding: 0.9rem 1rem; border-radius: 14px; border: 1px solid var(--line); background: rgba(247, 244, 236, 0.03); }
.lp-pair .pl { font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin: 0 0 0.3rem; }
.lp-pair .pv { font-family: var(--display); font-weight: 700; font-size: 1.05rem; color: var(--ink); margin: 0; }
.lp-pair .pv.enemy { color: var(--orange-2); }

@media (prefers-reduced-motion: reduce) { .lp-bg::before { animation: none; } .lp-hub a:hover, .lp-zhub a:hover { transform: none; } }

/* Sticky bottom CTA bar — a persistent, non-spammy sell that rides the scroll on phones */
.lp-sticky-cta { display: none; }
@media (max-width: 760px) {
  .lp-body { padding-bottom: calc(4rem + env(safe-area-inset-bottom)); }
  .lp-sticky-cta {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
    display: flex; align-items: center; justify-content: space-between; gap: 0.8rem;
    padding: 0.62rem clamp(0.9rem, 4vw, 1.3rem) calc(0.62rem + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, rgba(8, 5, 3, 0.7), rgba(8, 5, 3, 0.96));
    border-top: 1px solid rgba(255, 138, 44, 0.3);
    -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  }
  .lp-sticky-cta::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--orange, #ff6b14), transparent); }
  .lp-sticky-label { font-family: var(--mono, monospace); font-size: 0.72rem; letter-spacing: 0.03em; line-height: 1.25; color: var(--soft); min-width: 0; }
  .lp-sticky-btn {
    flex: none; display: inline-flex; align-items: center; justify-content: center;
    min-height: 2.7rem; padding: 0 1.2rem; border-radius: 999px;
    background: linear-gradient(135deg, #ff8a2c, #df520d); color: #160a04;
    font-family: var(--sans, sans-serif); font-weight: 700; font-size: 0.86rem; text-decoration: none; white-space: nowrap;
  }
}

/* keyboard focus - same orange treatment as the homepage */
a:focus-visible, button:focus-visible { outline: 2px solid var(--orange-2, #ff8a2c); outline-offset: 2px; }

/* press feedback on touch */
@media (hover: none) {
  .lp-cta:active, .lp-calc-btn:active, .lp-all a:active, .lp-hub a:active { transform: scale(0.97); transition: transform 80ms ease; }
}
.lp-all-signs { scroll-padding-left: 1.15rem; }

/* Desktop-only navigation links in the top bar (hidden on phones; the
   markup is inert there so mobile rendering is untouched). */
.lp-desk-nav { display: none; }

/* ============================================================
   DESKTOP LAYER (min-width: 761px). Everything below this line
   only runs above the phone breakpoint: the mobile rendering
   (<=760px) is exactly what it was before this block existed.
   Design: same dark-luxe materials as mobile, recomposed for
   width. Editorial two-column articles, real site chrome, and
   grids that use the canvas instead of a stretched phone column.
   ============================================================ */
@media (min-width: 761px) {
  /* ---- Page canvas ---- */
  .lp-main {
    max-width: 73rem;
    padding: 0 clamp(1.5rem, 4vw, 3.5rem) 5rem;
  }

  /* Ambient scaled up so the edges of a wide viewport stay alive */
  .lp-bg {
    background:
      radial-gradient(90% 64% at 50% -8%, rgba(255, 107, 20, 0.17), transparent 60%),
      radial-gradient(40% 34% at 96% 28%, rgba(255, 107, 20, 0.05), transparent 70%),
      radial-gradient(36% 30% at 2% 62%, rgba(255, 138, 44, 0.045), transparent 70%),
      linear-gradient(180deg, rgba(5, 3, 2, 0.4), var(--bg) 980px),
      var(--bg);
  }
  .lp-bg::before {
    max-width: 720px;
    max-height: 720px;
    opacity: 0.32;
  }
  /* faint sacred-geometry ring on the right edge: quiet, not loud */
  .lp-bg::after {
    content: "";
    position: absolute;
    top: 4rem;
    right: -14rem;
    width: 38rem;
    height: 38rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 138, 44, 0.07);
    box-shadow: inset 0 0 0 56px rgba(255, 138, 44, 0.018), inset 0 0 0 57px rgba(255, 138, 44, 0.04);
    opacity: 0.9;
  }

  /* ---- Top bar: phone back-pill becomes real site chrome ---- */
  .lp-top {
    grid-template-columns: auto auto 1fr;
    gap: 1.1rem;
    min-height: 4.3rem;
    /* center the bar contents on a 1240px line without extra markup */
    padding: 0.75rem max(1.4rem, calc((100% - 77.5rem) / 2));
    background: rgba(5, 3, 2, 0.62);
    backdrop-filter: blur(18px) saturate(1.15);
    -webkit-backdrop-filter: blur(18px) saturate(1.15);
  }
  .lp-top > span[aria-hidden] { display: none; }
  .lp-back {
    width: 2.6rem;
    height: 2.6rem;
    transition: border-color 160ms var(--ease), background 160ms var(--ease), transform 160ms var(--ease);
  }
  .lp-back:hover {
    border-color: rgba(255, 138, 44, 0.55);
    background: rgba(255, 107, 20, 0.1);
    transform: translateX(-2px);
  }
  .lp-brand { justify-content: flex-start; }
  .lp-brand img { height: 1.8rem; }

  .lp-desk-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    gap: clamp(0.2rem, 1.2vw, 0.65rem);
  }
  .lp-desk-nav a {
    padding: 0.52rem 0.85rem;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--soft);
    text-decoration: none;
    transition: color 150ms var(--ease), background 150ms var(--ease);
    white-space: nowrap;
  }
  .lp-desk-nav a:hover { color: var(--ink); background: rgba(247, 244, 236, 0.07); }
  .lp-desk-nav a[aria-current="page"], .lp-desk-nav a.current { color: var(--orange-2); }
  .lp-desk-nav .lp-nav-cta {
    margin-left: 0.5rem;
    padding: 0.55rem 1.15rem;
    color: #160a04;
    font-weight: 700;
    background: linear-gradient(135deg, #ff8a2c, #df520d);
    box-shadow: 0 10px 26px rgba(255, 107, 20, 0.26);
  }
  .lp-desk-nav .lp-nav-cta:hover {
    color: #160a04;
    background: linear-gradient(135deg, #ffa14e, #ef5f14);
  }

  /* ---- Hero: medallion beside the headline, magazine-opener style ---- */
  .lp-hero {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: clamp(2.4rem, 5vw, 4.2rem);
    align-items: center;
    justify-content: start;
    text-align: left;
    padding: 4.2rem 0 2.4rem;
  }
  .lp-num,
  .lp-medallion {
    grid-column: 1;
    grid-row: 1 / span 3;
    margin: 0;
  }
  .lp-num { width: clamp(11rem, 16vw, 13.5rem); font-size: clamp(5rem, 7.5vw, 6.6rem); }
  .lp-medallion { width: clamp(11rem, 16vw, 14rem); }
  .lp-kicker { grid-column: 2; align-self: end; margin: 0; font-size: 0.74rem; letter-spacing: 0.22em; }
  .lp-hero h1 {
    grid-column: 2;
    margin: 0.55rem 0 0;
    max-width: 16ch;
    font-size: clamp(2.9rem, 4.6vw, 4rem);
    line-height: 1.02;
  }
  .lp-lede {
    grid-column: 2;
    align-self: start;
    margin: 1.1rem 0 0;
    max-width: 56ch;
    font-size: 1.16rem;
    line-height: 1.6;
  }

  /* Hero variant without a medallion/number (index pages): center it */
  .lp-hero.lp-hero-plain,
  .lp-hero:not(:has(.lp-num)):not(:has(.lp-medallion)) {
    display: block;
    max-width: 54rem;
    margin: 0 auto;
    text-align: center;
    padding-top: 4.6rem;
  }
  .lp-hero:not(:has(.lp-num)):not(:has(.lp-medallion)) h1 { margin: 0.55rem auto 0; max-width: 22ch; }
  .lp-hero:not(:has(.lp-num)):not(:has(.lp-medallion)) .lp-lede { margin: 1.1rem auto 0; }

  /* ---- Funnel banner: one calm row ---- */
  .lp-calc-banner {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 2.2rem;
    padding: 1.25rem 1.6rem;
    border-radius: 18px;
    text-align: left;
  }
  .lp-calc-banner p { font-size: 1.02rem; }
  .lp-calc-btn {
    min-height: 3rem;
    padding: 0 1.6rem;
    font-size: 0.95rem;
    transition: transform 160ms var(--ease), box-shadow 160ms var(--ease);
  }
  .lp-calc-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 34px rgba(255, 107, 20, 0.3); }

  /* ---- Article sections: editorial rail (heading left, prose right) ---- */
  .lp-section {
    display: grid;
    grid-template-columns: minmax(13rem, 17rem) minmax(0, 1fr);
    column-gap: clamp(2.5rem, 5vw, 5rem);
    padding: 3rem 0;
  }
  .lp-section > * { grid-column: 2; max-width: 62ch; }
  .lp-section > .lp-h2 {
    grid-column: 1;
    grid-row: 1 / span 30;
    align-self: start;
    position: sticky;
    top: 6.2rem;
    margin: 0;
    max-width: none;
    font-size: clamp(1.5rem, 2vw, 1.85rem);
    line-height: 1.16;
  }
  .lp-section p { font-size: 1.06rem; line-height: 1.7; }
  /* sections that are just a pull-quote (no heading): let the quote breathe centered */
  .lp-section:not(:has(.lp-h2)) { display: block; padding: 1.4rem 0; border-top: 0; }
  .lp-section:not(:has(.lp-h2)) > * { max-width: none; }
  .lp-section:not(:has(.lp-h2)) .lp-callout { max-width: 46rem; margin: 0 auto; }

  /* directory sections (number / zodiac hubs): break out of the editorial
     rail so the card grid gets the full canvas */
  .lp-section:has(.lp-hub),
  .lp-section:has(.lp-zhub) { display: block; }
  .lp-section:has(.lp-hub) > .lp-h2,
  .lp-section:has(.lp-zhub) > .lp-h2 {
    position: static;
    margin-bottom: 0.9rem;
    font-size: clamp(1.7rem, 2.4vw, 2.1rem);
  }
  .lp-section:has(.lp-hub) > p,
  .lp-section:has(.lp-zhub) > p { max-width: 62ch; }
  .lp-section > .lp-hub,
  .lp-section > .lp-zhub { max-width: none; }

  .lp-callout { padding: 1.3rem 1.6rem; }
  .lp-callout p { font-size: 1.05rem; }

  .lp-traits span { font-size: 0.9rem; padding: 0.55rem 1rem; }
  .lp-days span { min-width: 3.4rem; height: 3.4rem; font-size: 1.2rem; }

  /* figures list: two columns once it is a real list */
  .lp-figures ul {
    max-width: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr));
    gap: 0.7rem 2.2rem;
  }
  .lp-figures li { font-size: 1.01rem; }

  /* ---- Conversion card: wide, centered, buttons in a row ---- */
  .lp-cta-card {
    margin-top: 3rem;
    padding: 2.8rem 2rem 2.9rem;
    border-radius: 26px;
    background:
      radial-gradient(60% 130% at 50% -30%, rgba(255, 107, 20, 0.18), transparent 70%),
      linear-gradient(180deg, rgba(255, 107, 20, 0.08), rgba(247, 244, 236, 0.015));
  }
  .lp-cta-card h2 { font-size: clamp(1.7rem, 2.6vw, 2.2rem); }
  .lp-cta-card p { max-width: 52ch; font-size: 1.05rem; }
  .lp-cta-row {
    flex-direction: row;
    justify-content: center;
    max-width: none;
    gap: 0.9rem;
  }
  .lp-cta {
    min-height: 3.4rem;
    padding: 0 2rem;
    font-size: 1rem;
    transition: transform 160ms var(--ease), box-shadow 160ms var(--ease), background 160ms var(--ease), border-color 160ms var(--ease);
  }
  .lp-cta-solid:hover { transform: translateY(-1px); box-shadow: 0 18px 44px rgba(255, 107, 20, 0.38); }
  .lp-cta-ghost:hover { border-color: rgba(255, 138, 44, 0.55); background: rgba(255, 107, 20, 0.07); }

  /* ---- FAQ: heading row, then two columns of Q&As ---- */
  .lp-faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(2.2rem, 4vw, 3.8rem);
    padding-top: 3rem;
  }
  .lp-faq > h2 {
    grid-column: 1 / -1;
    margin-bottom: 1.4rem;
    font-size: clamp(1.6rem, 2.2vw, 2rem);
  }
  .lp-faq-item { padding: 1.3rem 0; }
  .lp-faq-item h3 { font-size: 1.12rem; }
  .lp-faq-item p { font-size: 0.99rem; line-height: 1.62; }

  /* ---- Cluster nav + byline ---- */
  .lp-all-label { margin-top: 2.6rem; font-size: 0.7rem; }
  .lp-all { gap: 0.6rem; }
  .lp-all a { min-width: 3rem; height: 3rem; font-size: 1.02rem; border-radius: 12px; }

  /* zodiac medallion strip: wraps instead of side-scrolling */
  .lp-all-signs {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.1rem 1.4rem;
    overflow: visible;
    margin: 0;
    padding: 0.3rem 0 0.55rem;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .lp-all-signs a { font-size: 0.78rem; }
  .lp-all-signs a img { width: 4.4rem; height: 4.4rem; }

  .lp-byline { margin-top: 3rem; font-size: 0.88rem; }

  /* ---- Hub grids (index pages): use the canvas ---- */
  .lp-hub { grid-template-columns: repeat(4, 1fr); gap: 0.9rem; margin-top: 2rem; }
  .lp-hub a { padding: 1.35rem 1.3rem; border-radius: 18px; }
  .lp-hub .n { font-size: 2.3rem; }
  .lp-hub .t { font-size: 1rem; }
  .lp-hub .k { font-size: 0.78rem; }

  .lp-zhub { grid-template-columns: repeat(3, 1fr); gap: 0.9rem; margin-top: 2rem; }
  .lp-zhub a { padding: 0.9rem 1rem; }
  .lp-zhub .z-img { width: 3.4rem; height: 3.4rem; }
  .lp-zhub .z-name { font-size: 1.08rem; }
  .lp-zhub .z-title { font-size: 0.78rem; }

  .lp-pair { max-width: 40rem; gap: 0.9rem; }
  .lp-pair div { padding: 1.05rem 1.2rem; }
  .lp-pair .pv { font-size: 1.18rem; }

  /* data tables (zodiac years / compatibility / celebrity chart) */
  .z-chart { font-size: 1rem !important; }
  .z-chart th, .z-chart td { padding: 0.85rem 1.1rem !important; }
}

/* Narrow desktop / tablet-landscape: thin the nav so the bar never crowds.
   761-919: back + brand + CTA only. 920-1149: drop Today + Learn. */
@media (min-width: 761px) and (max-width: 919px) {
  .lp-desk-nav a:not(.lp-nav-cta) { display: none; }
}
@media (min-width: 920px) and (max-width: 1149px) {
  .lp-desk-nav a:nth-of-type(4),
  .lp-desk-nav a:nth-of-type(5) { display: none; }
}

/* Wider desktops: let the grids stretch one more notch */
@media (min-width: 1180px) {
  .lp-zhub { grid-template-columns: repeat(4, 1fr); }
}
