/* LFL page-specific additions; loads after styles.css */

.page-lfl { --pad-y: 88px; --gold: #c2a86a; }

/* ── LFL palette options (set via the Palette tweak) ─────────────
   • Signature  → no class; inherits the brand green + cool paper.
   • Forest     → deep emerald green + warm cream (recommended).
   • Navy       → members-club navy + warm cream.
   Scoped to .page-lfl so the homepage / LFB keep their green. */

/* Shared warm ground + champagne accent for the two club palettes */
.page-lfl.lfl-pal-forest,
.page-lfl.lfl-pal-navy {
  --green-light: #d8c69a;           /* champagne — for dark backgrounds */
  --paper: oklch(0.987 0.007 92);   /* warm cream */
  --paper-2: oklch(0.965 0.011 92);
}
.page-lfl.lfl-pal-forest .safety-eyebrow,
.page-lfl.lfl-pal-navy .safety-eyebrow { color: #e3d4a8; }
.page-lfl.lfl-pal-forest .safety-eyebrow .dot,
.page-lfl.lfl-pal-navy .safety-eyebrow .dot { background: var(--gold); box-shadow: 0 0 0 4px oklch(0.78 0.08 85 / 0.22); }
/* champagne CTA on the dark Single Safety section so it stays visible */
.page-lfl.lfl-pal-forest .safety .btn-green,
.page-lfl.lfl-pal-navy .safety .btn-green { background: var(--gold); color: oklch(0.24 0.04 265); box-shadow: none; }
.page-lfl.lfl-pal-forest .safety .btn-green:hover,
.page-lfl.lfl-pal-navy .safety .btn-green:hover { background: #d4bd82; box-shadow: 0 10px 22px -10px oklch(0.78 0.08 85 / 0.6); }

/* Forest — elevated brand green (recommended) */
.page-lfl.lfl-pal-forest {
  --green: oklch(0.48 0.105 140);
  --green-deep: oklch(0.40 0.10 140);
  --accent: var(--green);
  --accent-deep: var(--green-deep);
}
.page-lfl.lfl-pal-forest .btn-green { background: var(--green); box-shadow: 0 1px 2px oklch(0.40 0.10 140 / 0.22); }
.page-lfl.lfl-pal-forest .btn-green:hover { background: var(--green-deep); box-shadow: 0 10px 22px -8px oklch(0.48 0.105 140 / 0.5); }
.page-lfl.lfl-pal-forest ::selection { background: var(--green); color: #fff; }
.page-lfl.lfl-pal-forest .safety::before { background: radial-gradient(circle, oklch(0.55 0.10 140 / 0.20) 0%, transparent 68%); }

/* Navy — members-club */
.page-lfl.lfl-pal-navy {
  --green: var(--navy);
  --green-deep: var(--navy-deep);
  --accent: var(--navy);
  --accent-deep: var(--navy-deep);
}
.page-lfl.lfl-pal-navy .btn-green { background: var(--navy); box-shadow: 0 1px 2px oklch(0.22 0.13 265 / 0.20); }
.page-lfl.lfl-pal-navy .btn-green:hover { background: var(--navy-deep); box-shadow: 0 10px 22px -8px var(--navy); }
.page-lfl.lfl-pal-navy ::selection { background: var(--navy); color: #fff; }
.page-lfl.lfl-pal-navy .eyebrow .dot,
.page-lfl.lfl-pal-navy .hero-eyebrow .dot { background: var(--gold); box-shadow: 0 0 0 4px oklch(0.78 0.08 85 / 0.16); }
.page-lfl.lfl-pal-navy .lfl-path-readiness { background: oklch(0.32 0.10 265 / 0.05); border-color: oklch(0.32 0.10 265 / 0.20); }
.page-lfl.lfl-pal-navy .whatis-col:last-child { background: oklch(0.32 0.10 265 / 0.05); }
.page-lfl.lfl-pal-navy .safety::before { background: radial-gradient(circle, oklch(0.80 0.08 85 / 0.16) 0%, transparent 68%); }

/* ── Inline CTA strip (reused between sections) ─────────────── */
.lfl-cta-inline {
  padding-block: 56px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
}
.section + .lfl-cta-inline,
.lfl-cta-inline + .section { border-top: 1px solid var(--rule); }
.lfl-cta-inline-inner {
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 48px;
  align-items: center;
}
@media (max-width: 880px) {
  .lfl-cta-inline-inner { grid-template-columns: 1fr; gap: 24px; }
}
.lfl-cta-inline-text { display: flex; flex-direction: column; gap: 8px; }
.lfl-cta-inline-h {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--ink-deep);
  margin: 4px 0 0;
  text-wrap: balance;
}
.lfl-cta-inline-h .ital { color: var(--green-deep); font-style: italic; }
.lfl-cta-inline-sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-2);
  max-width: 56ch;
}
.lfl-cta-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-self: end;
}
@media (max-width: 880px) {
  .lfl-cta-inline-actions { justify-self: start; }
}

/* hero */
.lfl-hero { padding-top: 56px; padding-bottom: 0; }
.lfl-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(36px, 5vw, 64px);
  align-items: start;
  margin-top: 36px;
  padding-bottom: 64px;
}
@media (max-width: 960px) { .lfl-hero-grid { grid-template-columns: 1fr; gap: 32px; } }
.lfl-hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(54px, 8.4vw, 120px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  margin: 16px 0 0;
  color: var(--ink-deep);
  text-wrap: balance;
}
.lfl-hero h1 .ital { color: var(--green-deep); }
.lfl-hero .underline { position: relative; display: inline-block; }
.lfl-hero .underline::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0.04em;
  height: 0.10em; background: var(--green); border-radius: 999px;
}
.lfl-hero-tagline {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-deep);
  margin-top: 28px;
}
.lfl-hero-sub {
  margin: 28px 0 0;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.5;
  color: var(--ink-2);
  max-width: 560px;
}
/* What LFL is — movement + service intro */
.whatis { padding-block: 72px; }
.whatis-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border: 1px solid var(--rule); border-radius: 10px; overflow: hidden;
}
@media (max-width: 760px) { .whatis-grid { grid-template-columns: 1fr; } }
.whatis-col { padding: 36px 34px; }
.whatis-col + .whatis-col { border-left: 1px solid var(--rule); }
.whatis-col:last-child { background: oklch(0.55 0.11 140 / 0.06); }
@media (max-width: 760px) { .whatis-col + .whatis-col { border-left: none; border-top: 1px solid var(--rule); } }
.whatis-tag {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--green-deep);
}
.whatis-h {
  font-family: var(--serif); font-weight: 400; font-size: 30px;
  line-height: 1.05; letter-spacing: -0.015em; color: var(--ink-deep); margin: 8px 0 12px;
}
.whatis-col p { font-size: 15.5px; line-height: 1.6; color: var(--ink-2); margin: 0; }

/* Services — Connecting + Relational Readiness */
.services { padding-block: var(--pad-y); }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; }
@media (max-width: 760px) { .services-grid { grid-template-columns: 1fr; } }
.service {
  background: var(--paper-2); border: 1px solid var(--rule); border-radius: 10px;
  padding: 38px 34px; display: flex; flex-direction: column; gap: 10px;
}
.service-readiness { background: var(--ink-deep); color: #fff; border-color: var(--ink-deep); }
.service-num { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--green-deep); }
.service-readiness .service-num { color: var(--green-light); }
.service-h {
  font-family: var(--serif); font-weight: 400; font-size: 32px; line-height: 1.05;
  letter-spacing: -0.015em; margin: 6px 0 0; color: var(--ink-deep);
}
.service-readiness .service-h { color: #fff; }
.service-sub { font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--green-deep); margin: 0; }
.service-readiness .service-sub { color: var(--green-light); }
.service-body { font-size: 15.5px; line-height: 1.6; color: var(--ink-2); margin: 6px 0 0; }
.service-readiness .service-body { color: oklch(0.84 0.01 250); }
.services-stack { margin-top: 56px; display: flex; flex-direction: column; gap: 24px; }
.service-feature { padding: clamp(40px, 5vw, 60px) clamp(32px, 4vw, 52px); }
.service-feature .service-h { font-size: clamp(34px, 4.4vw, 48px); }
.service-points { list-style: none; margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 30px; }
@media (max-width: 640px) { .service-points { grid-template-columns: 1fr; } }
.service-points li { position: relative; padding-left: 22px; font-size: 15px; line-height: 1.5; color: oklch(0.88 0.01 250); }
.service-points li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--green-light); }
.service-feature-cta { align-self: flex-start; margin-top: 28px; }

/* Chapter divider */
.lfl-chapter { padding: clamp(56px, 6vw, 88px) 0 clamp(28px, 4vw, 50px); text-align: center; }
.lfl-chapter .container { max-width: 760px; }
.lfl-chapter-n {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--green-deep);
}
.lfl-chapter-h {
  margin: 16px 0 0; font-family: var(--serif); font-weight: 400;
  font-size: clamp(40px, 6vw, 72px); line-height: 1.02; letter-spacing: -0.02em; color: var(--ink-deep);
}
.lfl-chapter-sub {
  margin: 18px auto 0; max-width: 52ch; font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.55; color: var(--ink-2); text-wrap: pretty;
}
.lfl-chapter + .section, .lfl-chapter + section { padding-top: 0 !important; }

/* Service standard grid (light) */
.std-block { margin-top: 88px; padding-top: 56px; border-top: 1px solid var(--rule); }

/* Two paths — Introductions / Relational Readiness */
.lfl-paths { margin-top: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 820px) { .lfl-paths { grid-template-columns: 1fr; } }
.lfl-path {
  display: flex; flex-direction: column;
  background: var(--paper-2); border: 1px solid var(--rule); border-radius: 12px;
  padding: clamp(32px, 4vw, 48px);
}
.lfl-path-readiness { background: oklch(0.55 0.11 140 / 0.06); border-color: oklch(0.55 0.11 140 / 0.22); }
.lfl-path-tag {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--green-deep);
}
.lfl-path-h {
  margin: 14px 0 0; font-family: var(--serif); font-weight: 400;
  font-size: clamp(28px, 3vw, 38px); line-height: 1.05; letter-spacing: -0.015em; color: var(--ink-deep);
}
.lfl-path-body { margin: 16px 0 0; font-size: 16px; line-height: 1.6; color: var(--ink-2); }
.lfl-path-points { list-style: none; margin: 22px 0 30px; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.lfl-path-points li { position: relative; padding-left: 22px; font-size: 15px; line-height: 1.5; color: var(--ink-deep); }
.lfl-path-points li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.lfl-path-cta { width: 100%; justify-content: center; margin-top: auto; }

/* Founder — the psychologist behind LFL */
.lfl-band {
  position: relative; width: 100%; overflow: hidden;
  height: clamp(380px, 54vh, 600px);
}
.lfl-band img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; display: block; }
.lfl-band-cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: clamp(28px, 5vw, 56px);
  background: linear-gradient(0deg, oklch(0.18 0.04 250 / 0.8) 0%, transparent 100%);
  color: #fff;
}
.lfl-band-k {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--green-light);
}
.lfl-band-cap p {
  margin: 8px 0 0; font-family: var(--serif); font-size: clamp(20px, 2.4vw, 32px);
  line-height: 1.2; letter-spacing: -0.015em; max-width: 24ch; text-wrap: pretty;
}
.lfl-founder-grid {
  display: grid; grid-template-columns: 230px 1fr; gap: clamp(36px, 5vw, 72px); align-items: center;
}
@media (max-width: 860px) { .lfl-founder-grid { grid-template-columns: 1fr; gap: 28px; justify-items: center; } }
.lfl-founder-photo { border-radius: 12px; overflow: hidden; aspect-ratio: 3 / 4; max-width: 230px; }
.lfl-founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
@media (max-width: 860px) { .lfl-founder-photo { max-width: 230px; } }
.lfl-founder-h {
  margin: 16px 0 0; font-family: var(--serif); font-weight: 400;
  font-size: clamp(30px, 3.6vw, 48px); line-height: 1.08; letter-spacing: -0.02em; color: var(--ink-deep);
  text-wrap: balance;
}
.lfl-founder-p { margin: 32px 0 0; font-size: clamp(16px, 1.6vw, 19px); line-height: 1.6; color: var(--ink-2); max-width: 46ch; }
.lfl-founder-creds { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.lfl-founder-creds li {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--ink-deep); background: var(--paper-2); border: 1px solid var(--rule);
  border-radius: 999px; padding: 8px 14px;
}
.std-grid {
  margin-top: 36px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--rule); border: 1px solid var(--rule);
}
@media (max-width: 860px) { .std-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .std-grid { grid-template-columns: 1fr; } }
.std-card { background: var(--paper); padding: 30px 26px; }
.std-card-k { font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; color: var(--green-deep); }
.std-card-h { font-family: var(--serif); font-weight: 400; font-size: 22px; line-height: 1.15; letter-spacing: -0.01em; margin: 14px 0 0; color: var(--ink-deep); }
.std-card-b { font-size: 14.5px; line-height: 1.55; color: var(--ink-2); margin: 12px 0 0; }

/* How it works — stages */
.stages { padding-block: var(--pad-y); }
.stages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px; }
@media (max-width: 860px) { .stages-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; } }
@media (max-width: 520px) { .stages-grid { grid-template-columns: 1fr; } }
.stage { display: flex; flex-direction: column; gap: 8px; }
.stage-rail { height: 2px; background: var(--rule); position: relative; margin-bottom: 18px; }
.stage-dot { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 12px; height: 12px; border-radius: 50%; background: var(--green); }
.stage-n { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green-deep); }
.stage-h { font-family: var(--serif); font-weight: 400; font-size: 23px; line-height: 1.1; letter-spacing: -0.01em; margin: 0; color: var(--ink-deep); }
.stage-b { font-size: 14.5px; line-height: 1.55; color: var(--ink-2); margin: 0; }
.stages-cta { margin-top: 48px; }
.stages-cta-note { display: block; margin-top: 12px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }

/* A single member voice */
.voice { padding-block: var(--pad-y); }
.voice-fig {
  max-width: 22ch;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 720px) { .voice-fig { max-width: 26ch; } }
.voice-stars { color: var(--green); letter-spacing: 4px; font-size: 16px; margin-bottom: 24px; }
.voice-q {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--ink-deep);
  margin: 0;
  text-wrap: balance;
}
.voice-q .ital { font-style: italic; color: var(--green-deep); }
.voice-cap {
  margin-top: 28px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
}

/* Is this for you? — eligibility band */
.elig {
  padding-block: 64px;
  background: var(--paper-2);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.elig-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 880px) { .elig-grid { grid-template-columns: 1fr; gap: 28px; } }
.elig-h {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ink-deep);
  margin: 14px 0 0;
  text-wrap: balance;
}
.elig-h .ital { color: var(--green-deep); font-style: italic; }
.elig-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
@media (max-width: 620px) { .elig-points { grid-template-columns: 1fr; } }
.elig-point {
  padding: 22px 22px 22px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.elig-point + .elig-point { border-left: 1px solid var(--rule); padding-left: 22px; }
@media (max-width: 620px) {
  .elig-point + .elig-point { border-left: none; border-top: 1px solid var(--rule); padding-left: 0; padding-top: 18px; }
}
.elig-k {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--green-deep);
}
.elig-v {
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-deep);
}

/* hero photo aside (LFL) */
.lfl-hero-aside { display: flex; flex-direction: column; gap: 0; }
.lfl-hero-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  border: 1px solid var(--rule);
  background: var(--paper-2);
}
.lfl-hero-photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 60% 26%;
}
.lfl-hero-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--rule);
  border-top: none;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.lfl-proof {
  padding: 18px 20px;
  display: flex; flex-direction: column; gap: 4px;
  background: var(--green);
  color: #fff;
}
.lfl-proof + .lfl-proof { border-left: 1px solid oklch(1 0 0 / 0.22); }
.lfl-proof-n {
  font-family: var(--serif);
  font-size: 26px; line-height: 1.05; letter-spacing: -0.01em;
}
.lfl-proof-n .s { font-size: 0.5em; vertical-align: super; }
.lfl-proof-l {
  font-family: var(--mono);
  font-size: 9.5px; letter-spacing: 0.06em; text-transform: uppercase;
  color: oklch(0.94 0.05 150);
}

.lfl-hero-card {
  background: var(--paper-2);
  border: 1px solid var(--rule);
  border-radius: 8px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.lfl-hero-card-head {
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid var(--rule-soft);
  padding-bottom: 16px;
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-3);
}
.lfl-hero-card-head .pill {
  background: var(--green); color: white;
  padding: 4px 10px; border-radius: 999px;
  font-size: 10px;
}
.lfl-hero-card-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 8px 0;
  font-size: 14px;
  color: var(--ink-deep);
}
.lfl-hero-card-row + .lfl-hero-card-row { border-top: 1px solid var(--rule-soft); }
.lfl-hero-card-row .k { color: var(--ink-3); font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; }
.lfl-hero-card-row .v { font-family: var(--serif); font-size: 22px; }
.lfl-hero-card-foot {
  margin-top: 4px;
  display: flex; gap: 8px;
}

/* Single Safety banner */
.ss-banner { padding-block: 32px; background: var(--ink-deep); color: white; position: relative; overflow: hidden; }
.ss-banner::before {
  content: ""; position: absolute; top: -50%; right: -10%;
  width: 50%; height: 200%;
  background: radial-gradient(closest-side, var(--green) 0%, transparent 65%);
  opacity: 0.28; pointer-events: none;
}
.ss-banner-inner { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.ss-banner-mark {
  font-family: var(--serif); font-style: italic;
  font-size: 28px; letter-spacing: -0.01em;
  color: var(--green-light);
}
.ss-banner-mark .hash { font-style: normal; opacity: 0.5; }
.ss-banner p {
  margin: 0; flex: 1;
  font-size: 16px; line-height: 1.5;
  max-width: 56ch;
  color: oklch(0.94 0.01 250);
}
.ss-banner a {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--green-light); text-decoration: none;
  border: 1px solid oklch(1 0 0 / 0.25);
  padding: 10px 16px; border-radius: 999px;
  white-space: nowrap;
  transition: background 0.15s;
}
.ss-banner a:hover { background: oklch(1 0 0 / 0.1); }

/* Single Safety pledge */
.pledge { padding-block: var(--pad-y); }
.pledge-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 960px) { .pledge-grid { grid-template-columns: 1fr; } }
.pledge-h {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(40px, 4.8vw, 64px);
  line-height: 1.0;
  letter-spacing: -0.025em;
  margin: 16px 0 0;
  color: var(--ink-deep);
  text-wrap: balance;
}
.pledge-h .ital { color: var(--green-deep); }
.pledge-list {
  list-style: none; padding: 0; margin: 0;
  border-top: 1px solid var(--rule);
}
.pledge-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  align-items: baseline;
}
.pledge-num {
  font-family: var(--serif); font-style: italic;
  font-size: 36px; line-height: 1;
  color: var(--green-deep);
  letter-spacing: -0.02em;
}
.pledge-text {
  font-family: var(--serif); font-weight: 400;
  font-size: 22px; line-height: 1.35;
  color: var(--ink-deep); margin: 0;
  letter-spacing: -0.005em;
}
.pledge-text b { font-weight: 500; color: var(--green-deep); font-style: italic; }
.pledge-cta {
  margin-top: 32px;
  display: flex; gap: 12px; flex-wrap: wrap;
}

/* "What we are not" — three-line statement */
.compare { padding-block: var(--pad-y); background: var(--paper-2); }
.section + .compare { border-top: 1px solid var(--rule-soft); }
.compare-lines { margin-top: 40px; border-top: 1px solid var(--rule); }
.compare-line { padding: 30px 0; border-bottom: 1px solid var(--rule); }
.compare-line-head { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 12px; }
.compare-line-who { font-family: var(--serif); font-size: 28px; letter-spacing: -0.01em; color: var(--ink-2); }
.compare-line-opt { font-family: var(--mono); font-size: 12px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--ink-3); white-space: nowrap; }
.compare-line-opt b { color: var(--ink-2); font-weight: 500; }
.compare-line-desc { font-size: 16px; line-height: 1.6; color: var(--ink-2); max-width: 64ch; margin: 0; }
.compare-line.us { padding-left: 24px; border-left: 2px solid var(--green); }
.compare-line.us .compare-line-who { color: var(--navy); }
.compare-line.us .compare-line-opt b { color: var(--green-deep); }
.compare-line.us .compare-line-desc { color: var(--ink-deep); }
.dark .compare-line.us .compare-line-who { color: var(--ink-deep); }
@media (max-width: 560px) { .compare-line-who { font-size: 24px; } }
.compare-close { margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--rule); font-family: var(--serif); font-size: clamp(21px, 2.6vw, 27px); line-height: 1.42; color: var(--ink-2); max-width: 60ch; }
.compare-close .ital { font-style: italic; color: var(--green-deep); }

/* Process flow */
.flow { padding-block: var(--pad-y); }
.flow-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
}
@media (max-width: 1024px) { .flow-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .flow-grid { grid-template-columns: 1fr; } }
.flow-step {
  padding: 32px 24px;
  border-bottom: 1px solid var(--rule);
  border-right: 1px solid var(--rule);
  display: flex; flex-direction: column; gap: 12px;
  position: relative;
  background: var(--paper);
}
.flow-step:last-child { border-right: none; }
@media (max-width: 1024px) { .flow-step:nth-child(2n) { border-right: none; } .flow-step { border-right: 1px solid var(--rule); } }
@media (max-width: 600px)  { .flow-step { border-right: none; } }
.flow-num {
  font-family: var(--serif); font-style: italic;
  font-size: 56px; line-height: 0.9;
  color: var(--green); opacity: 0.55;
  letter-spacing: -0.04em;
}
.flow-name {
  font-family: var(--mono);
  font-size: 11px; text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-3);
}
.flow-h {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.15;
  margin: 0;
  color: var(--ink-deep);
}
.flow-body { font-size: 14px; line-height: 1.55; color: var(--ink-2); margin: 0; }
.flow-meta {
  margin-top: auto;
  padding-top: 14px;
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--ink-3);
}

/* Metaphors */
.meta { padding-block: var(--pad-y); }
.meta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
@media (max-width: 880px) { .meta-grid { grid-template-columns: 1fr; } }
.meta-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 8px;
  padding: 32px;
  display: flex; flex-direction: column; gap: 16px;
}
.meta-tag {
  font-family: var(--mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--green-deep);
}
.meta-h {
  font-family: var(--serif); font-weight: 400;
  font-size: 28px; line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0; color: var(--ink-deep);
}
.meta-h .ital { color: var(--green-deep); }
.meta-body {
  color: var(--ink-2); font-size: 15px; line-height: 1.6; margin: 0;
}
.meta-foot {
  font-family: var(--mono); font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--ink-3);
  padding-top: 16px;
  border-top: 1px solid var(--rule-soft);
}

/* Application gate */
.gate { padding-block: var(--pad-y); }
.gate-card {
  background: var(--ink-deep); color: white;
  border-radius: 8px;
  padding: clamp(48px, 7vw, 96px);
  position: relative; overflow: hidden;
}
.gate-card::before {
  content: ""; position: absolute;
  top: -30%; right: -10%; width: 60%; height: 160%;
  background: radial-gradient(closest-side, var(--green) 0%, transparent 65%);
  opacity: 0.30; pointer-events: none;
}
.gate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: end;
}
@media (max-width: 880px) { .gate-grid { grid-template-columns: 1fr; gap: 32px; } }
.gate-h {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.0;
  letter-spacing: -0.025em;
  margin: 16px 0 0;
  text-wrap: balance;
}
.gate-h .ital { color: var(--green-light); }
.gate-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid oklch(1 0 0 / 0.16);
}
.gate-stat { padding: 20px 0; }
.gate-stat + .gate-stat { border-left: 1px solid oklch(1 0 0 / 0.16); padding-left: 20px; }
.gate-stat-num {
  font-family: var(--serif);
  font-size: 42px; line-height: 1;
  letter-spacing: -0.02em;
  color: white;
}
.gate-stat-num .small { font-size: 0.5em; vertical-align: super; }
.gate-stat-label {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: oklch(0.85 0.01 250);
  margin-top: 4px;
}
.gate-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.gate-card .btn-primary { background: white; color: var(--ink-deep); }
.gate-card .btn-primary:hover { background: var(--green); color: white; }
.gate-card .btn-ghost { color: white; border: 1px solid oklch(1 0 0 / 0.25); }
.gate-card .btn-ghost:hover { background: oklch(1 0 0 / 0.1); }
.gate-fine {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: oklch(0.78 0.01 250);
  margin-top: 14px;
}

/* Sub-hero "for whom" strip */
.forwhom { padding-block: 56px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.forwhom-inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 720px) { .forwhom-inner { grid-template-columns: 1fr; gap: 16px; } }
.forwhom-label {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink-3);
}
.forwhom-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.forwhom-tag {
  font-family: var(--serif); font-style: italic;
  font-size: 22px;
  color: var(--ink-deep);
  padding: 6px 16px;
  border: 1px solid var(--rule);
  border-radius: 999px;
}
.forwhom-tag.green { color: var(--green-deep); border-color: color-mix(in oklch, var(--green) 35%, transparent); }

/* ── Caliber band — drawn from ─────────────────────────────── */
.lfl-caliber {
  padding-block: 40px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--paper-2);
}
.lfl-caliber-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.lfl-caliber-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.lfl-caliber-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 18px;
}
.lfl-caliber-item {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--ink-deep);
}
.lfl-caliber-sep { color: var(--ink-4); font-size: 18px; }
.lfl-caliber-note {
  margin: 4px 0 0;
  max-width: 56ch;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-3);
}

/* ── The idea — hook band ──────────────────────────────────── */
.lfl-idea {
  padding-block: clamp(64px, 7vw, 96px);
}
.lfl-idea-inner {
  max-width: 920px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.lfl-idea-h {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--ink-deep);
  margin: 4px 0 0;
  text-wrap: balance;
}
.lfl-idea-h .ital { color: var(--green-deep); font-style: italic; }
.lfl-idea-sub {
  margin: 0;
  max-width: 60ch;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.55;
  color: var(--ink-2);
}
.lfl-idea-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  font-size: 15px;
  color: var(--green-deep);
  text-decoration: none;
  margin-top: 4px;
}
.lfl-idea-link svg { transition: transform 0.2s ease; }
.lfl-idea-link:hover svg { transform: translateX(3px); }

/* ── Single Safety — scannable redesign (light) ────────────────────────
   One definition line plus scannable blocks (risk chips, pressure tags, an
   everyone's-concern callout, and principle cards). Light treatment for
   readability — overrides the section's former dark (ink-deep) background. */
.page-lfl .safety { background: #f5f4ef; color: var(--ink-2); }
.page-lfl .safety::after { display: none; }
.page-lfl.lfl-pal-forest .safety::before,
.page-lfl .safety::before { background: radial-gradient(circle, oklch(0.62 0.11 140 / 0.10) 0%, transparent 68%); }
.page-lfl .safety-h { color: var(--ink-deep); }
.page-lfl .safety-h .ital { color: var(--green-deep); }
.page-lfl.lfl-pal-forest .safety-eyebrow { color: var(--green-deep); }
.page-lfl.lfl-pal-forest .safety-eyebrow .dot { background: var(--green); box-shadow: 0 0 0 4px oklch(0.55 0.11 140 / 0.18); }
.page-lfl .safety-headlink { color: var(--green-deep); }
.page-lfl.lfl-pal-forest .safety .btn-green { background: var(--green); color: #fff; box-shadow: 0 1px 2px oklch(0.40 0.10 140 / 0.22); }
.page-lfl.lfl-pal-forest .safety .btn-green:hover { background: var(--green-deep); box-shadow: 0 10px 22px -8px oklch(0.48 0.105 140 / 0.5); }
.page-lfl .safety-quote { color: var(--ink-deep); }

.safety-lead { max-width: 48ch; color: #46506e; }
.safety-lead .ital { color: var(--green-deep); font-style: italic; }
.safety-blocks {
  margin-top: clamp(40px, 5vw, 64px);
  display: flex; flex-direction: column; gap: clamp(28px, 3.4vw, 44px);
}
.safety-block-k {
  display: inline-block;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--green-deep);
}
.safety-chips, .safety-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.safety-chip {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--green-deep);
  background: oklch(0.55 0.11 140 / 0.10); border: 1px solid oklch(0.55 0.11 140 / 0.34);
  border-radius: 999px; padding: 9px 16px;
}
.safety-tag {
  font-size: 14.5px; color: var(--ink-deep);
  background: var(--paper); border: 1px solid var(--rule);
  border-radius: 999px; padding: 9px 16px;
}
.safety-callout {
  border: 1px solid oklch(0.55 0.11 140 / 0.34);
  background: oklch(0.55 0.11 140 / 0.08);
  border-radius: 16px; padding: clamp(24px, 3vw, 36px);
}
.safety-callout-q {
  margin: 12px 0 0; font-family: var(--serif); font-weight: 400;
  font-size: clamp(22px, 2.8vw, 34px); line-height: 1.18; letter-spacing: -0.015em;
  color: var(--ink-deep); text-wrap: balance; max-width: 32ch;
}
.safety-callout-q .ital { font-style: italic; color: var(--green-deep); }
.safety-principles {
  margin-top: 16px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
@media (max-width: 720px) { .safety-principles { grid-template-columns: 1fr; } }
.safety-principle {
  background: var(--paper); border: 1px solid var(--rule);
  border-radius: 14px; padding: 22px 22px 24px;
}
.safety-principle-h {
  margin: 0; font-family: var(--serif); font-weight: 400; font-style: italic;
  font-size: clamp(23px, 2.5vw, 29px); letter-spacing: -0.01em; color: var(--green-deep);
}
.safety-principle-b {
  margin: 9px 0 0; font-size: 14.5px; line-height: 1.5; color: var(--ink-2);
}

/* ── Desktop seam tightening ───────────────────────────────────────────
   Three boundaries join sections that are one continuous thought and
   should flow rather than pause: Services→How it works, How it works→
   What's different, and FAQ→Apply. Even at the reduced --pad-y (88px) the
   doubled padding reads as a hard stop, so collapse just these seams to
   ~128px combined. Scoped to >=769px so the mobile 52px rhythm is intact. */
@media (min-width: 769px) {
  .services { padding-bottom: 64px; }   /* was var(--pad-y) -> 88px */
  .stages   { padding-block: 64px; }    /* sits between two tightened seams */
  .compare  { padding-top: 64px; }      /* was var(--pad-y) -> 88px */
  .faq      { padding-bottom: 64px; }   /* was var(--pad-y) -> 88px */
  .gate     { padding-top: 64px; }      /* was var(--pad-y) -> 88px */
}
