/* Lazy Project Manager runs its own theme: slate ground, peach trim. Buttons,
   the lightbox and .fill come from site.css, tinted through the variables on .lpm. */
body:has(.lpm) { background: #10161d; --footer-from: #141b23; --footer-to: #10161d;
  --rule-color: #eda363; --dots-colors: #eda363, #f6bd8a, #6fd08c; }
body:has(.lpm) ::selection { background: rgba(237,163,99,0.35); }
/* .lpm stays transparent so the shared dots-field shows through */
.lpm {
  color: var(--text);
  --lpm-peach: #eda363; --lpm-line: #2b3641; --lpm-edge: #3b4855; --lpm-frame: #4a5560;
  --lightbox-accent: var(--lpm-peach);
  --shell: 980px; --gutter: 24px;
  --btn-bg: #1e2732; --btn-glow-rgb: 237 163 99;
  --btn-from: #eda363; --btn-to: #f6bd8a; --btn-hover: #f9cfa8; --btn-ink: #10161d;
}

.lpm-wrap { max-width: var(--shell); margin: 0 auto; padding: 0 var(--gutter); }
.lpm-band { padding-bottom: var(--space-6); }
.lpm-divided { border-top: 1px solid var(--lpm-line); padding-top: var(--space-6); }
.lpm .eyebrow { color: var(--lpm-peach); }
.lpm-h2 { margin: 0 0 14px; font-size: var(--fs-heading-3); line-height: 1.2; text-transform: uppercase; }
.lpm-lede { font-size: 16px; line-height: var(--lh-copy); color: rgb(var(--text-rgb) / 0.72); }
.lpm-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.lpm-actions--hero { margin-top: var(--space-6); }

/* ── hero ───────────────────────────────────────────────────────── */
.lpm-hero { position: relative; overflow: hidden; padding: clamp(76px,8vw,110px) 0 var(--space-6); }
.lpm-hero__glow { position: absolute; top: -300px; left: 58%; width: 1100px; height: 620px; margin-left: -550px;
  pointer-events: none; background: radial-gradient(ellipse at center, rgba(237,163,99,0.16), transparent 66%); }
.lpm-hero__grid { position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background-image: linear-gradient(90deg, var(--lpm-line) 1px, transparent 1px), linear-gradient(180deg, var(--lpm-line) 1px, transparent 1px);
  background-size: 96px 96px;
  -webkit-mask-image: radial-gradient(ellipse 90% 70% at 62% 30%, #000, transparent 72%);
          mask-image: radial-gradient(ellipse 90% 70% at 62% 30%, #000, transparent 72%); }
.lpm-hero__in { position: relative; }
.lpm-hero__row { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(280px,0.95fr); gap: clamp(28px,5vw,72px); align-items: center; }
.lpm-hero__title { max-width: 17ch; font-size: clamp(32px,4.4vw,56px); line-height: 1.04; font-weight: 600;
  letter-spacing: 0.005em; text-transform: uppercase; text-wrap: balance; }
.lpm-hero__art { position: relative; display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1; }
.lpm-hero__icon { position: relative; display: block; width: 100%; height: 100%; object-fit: contain;
  filter: drop-shadow(0 22px 60px rgba(0,0,0,0.55)); }
@media (max-width: 820px) {
  .lpm-hero__row { grid-template-columns: 1fr; }
  .lpm-hero__art { order: -1; aspect-ratio: 16 / 9; }
}

/* ── the slate card: facts, feature grid and the closing call to action ── */
.lpm-card { position: relative; display: flex; flex-direction: column; gap: 8px;
  border: 1px solid var(--lpm-edge); box-shadow: var(--shadow-3);
  background: linear-gradient(165deg, rgba(36,46,58,0.95), rgba(20,27,35,0.95)); }
.lpm-facts { margin-top: clamp(30px,4vw,52px); display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
@media (max-width: 820px) { .lpm-facts { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 560px) { .lpm-facts { grid-template-columns: 1fr; } }
.lpm-fact { padding: 12px var(--space-5) 18px; }
.lpm-fact__label { font-size: 14px; letter-spacing: var(--ls-label); text-transform: uppercase; color: var(--c, var(--text)); }
.lpm-fact__value { font-size: 16px; color: var(--text); }

/* ── install: a terminal window ─────────────────────────────────── */
.lpm-mock { background: #141b23; border: 1px solid var(--lpm-frame); border-radius: var(--radius); overflow: hidden; }
.lpm-terminal { margin-top: 20px; }
.lpm-mock__bar { display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: #1e2732; border-bottom: 1px solid var(--lpm-frame); }
.lpm-mock__dot { flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--c); }
.lpm-mock__title { margin-left: 8px; font-family: var(--font-mono); font-size: 12px; color: rgb(var(--text-rgb) / 0.6); }
.lpm-copy { margin-left: auto; padding: 4px 10px; line-height: normal; border: 1px solid var(--lpm-line); border-radius: var(--radius); background: #141b23;
  font-family: var(--font-mono); font-size: 11px; color: rgb(var(--text-rgb) / 0.72); cursor: pointer; }
.lpm-copy.is-copied { color: #6fd08c; }
.lpm-terminal__code { margin: 0; padding: 20px; overflow-x: auto; font-family: var(--font-mono); font-size: 14px; line-height: 1.9; color: var(--text); }
.lpm-terminal__cmd { color: #6fd08c; }

/* ── feature rows: copy beside a screenshot, alternating sides ──── */
.lpm-rows { display: grid; }
.lpm-row { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center;
  padding: clamp(32px,4vw,56px) 0; border-top: 1px solid var(--lpm-line); }
.lpm-row:first-child { border-top: 0; padding-top: 0; }
.lpm-row:last-child { padding-bottom: 0; }
.lpm-row__shot--first { order: -1; }
@media (max-width: 820px) {
  .lpm-row { grid-template-columns: 1fr; gap: 24px; }
  .lpm-row__shot--first { order: 0; }
}
.lpm-shot { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; overflow: hidden;
  padding: 0; border: 0; background: none; transition: transform var(--dur-base) var(--ease), box-shadow var(--dur-base) ease; }
.lpm-shot:is(:hover, :focus-visible) { transform: translateY(-3px); box-shadow: 0 0 26px rgba(237,163,99,0.2); }
/* drawn inside the shot: .lpm-mock clips anything outside it */
.lpm-shot:focus-visible { outline: 2px solid var(--lpm-peach); outline-offset: -4px; }

/* ── feature grid ───────────────────────────────────────────────── */
.lpm-features { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
@media (max-width: 820px) { .lpm-features { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 560px) { .lpm-features { grid-template-columns: 1fr; } }
.lpm-feature { padding: 20px var(--space-5) var(--space-5); }
.lpm-feature__title { font-size: 14px; font-weight: 700; }
.lpm-feature__text { font-size: 13px; line-height: var(--lh-copy); color: rgb(var(--text-rgb) / 0.72); }

/* ── closing call to action ─────────────────────────────────────── */
.lpm-cta { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(20px,3vw,48px); align-items: center; padding: clamp(24px,3.4vw,44px); }
@media (max-width: 820px) { .lpm-cta { grid-template-columns: 1fr; } }
.lpm-specs { display: flex; flex-direction: column; gap: 10px; margin: 0; }
.lpm-spec { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--lpm-line); font-size: 13px; }
.lpm-spec:last-child { border-bottom: 0; }
.lpm-spec__key { color: rgb(var(--text-rgb) / 0.6); }
.lpm-spec__value { margin: 0; color: var(--text); }
.lpm-spec__value--mono { font-family: var(--font-mono); color: var(--lpm-peach); }
