/* ══════════════════════════════════════════════════════════════
   LETLOU ENERGY — SERVICES SECTION
   All colour, type, radius, shadow, and transition values
   consumed from LetlouGlobal.css :root tokens.
   ══════════════════════════════════════════════════════════════ */


/* ═══════════════════════════════════════════════════════════════
   1. SECTION SHELL
   ═══════════════════════════════════════════════════════════════ */

#services {
  background: var(--color-off-white);
  padding-bottom: 5rem;
  overflow-x: clip;
    --sh-image: url('../assets/images/03-sections/03-services/parallex-services.webp');
}


/* ── Mandate badge strip (navy section header) ──
   Small inline pills listing the four mandates we operate under,
   each tagged with its mandate accent colour via --lta/--oe/--ie/--ta
   (defined below in section 2). */
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.25rem;
}

.hb {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: color-mix(in srgb, white 82%, transparent);
  padding: 0.35rem 0.85rem;
  border-radius: 99px;
  background: color-mix(in srgb, white 6%, transparent);
  border: 1px solid color-mix(in srgb, white 10%, transparent);
}

.hb-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  /* Light ring so the dot's boundary meets non-text contrast minimums
     against the navy hero, regardless of the mandate colour's own
     luminance (see .mp-dot for the equivalent rail treatment). */
  box-shadow: 0 0 0 1.5px color-mix(in srgb, white 55%, transparent);
}

.hb-dot--lta { background: var(--lta); }
.hb-dot--oe  { background: var(--oe); }
.hb-dot--ie  { background: var(--ie); }
.hb-dot--ta  { background: var(--ta); }


/* ═══════════════════════════════════════════════════════════════
   2. LOCAL SHORTHAND TOKENS
   Scoped aliases for the dense single-line rules below.
   These do NOT override Global — they are new names.
   ═══════════════════════════════════════════════════════════════ */

#services {
  /* Mandate accent colours — not in Global, defined here */
  --lta:   var(--color-purple-dark);
  --lta-l: #EDEAFC;
  --lta-d: #362E87;
  --oe:    var(--color-teal-dark);
  --oe-l:  #DFF2EC;
  --oe-d:  #064535;
  --ie:    #8F3519;
  --ie-l:  #FAE9E3;
  --ie-d:  #642511;
  --ta:    #0E7490;
  --ta-l:  #E0F5FA;
  --ta-d:  #0A5568;

  /* Stakeholder-hub accent colours — six distinct hues for the
     callout's interactive diagram. Deliberately separate from the
     LTA/OE/IE/TA mandate palette above (different concept: "who is
     asking" vs "what mandate serves them") to avoid implying a
     stakeholder-to-mandate mapping. */
  --sh-1:   #635BB5; --sh-1-l: #ECEAFA; --sh-1-d: #463F8E; /* Project sponsors */
  --sh-2:   #2E6FB0; --sh-2-l: #E5F0FA; --sh-2-d: #1F4E80; /* Lenders & financial institutions */
  --sh-3:   #4F8A3D; --sh-3-l: #E9F4E4; --sh-3-d: #386328; /* Public-sector */
  --sh-4:   #B5602A; --sh-4-l: #FBEEE4; --sh-4-d: #854316; /* Delivery partners */
  --sh-5:   #1D8E7A; --sh-5-l: #E2F5F1; --sh-5-d: #14655A; /* Operations */
  --sh-6:   #B0457C; --sh-6-l: #FAE9F1; --sh-6-d: #80315A; /* Advisors & transaction parties */
  --sh-hub: #8A8880; --sh-hub-l: #F0EFEC; /* Hub / overview state */

  /* Section-specific tokens — aliases like --ink, --muted, --b, --trans, --rmd, --rlg
     are now defined in LetlouGlobal.css :root and inherited from there. */
  --stone: #EAE8E3; /* local surface colour not in Global palette */
  --max:   960px;
  --rxl:   20px;
}




/* ═══════════════════════════════════════════════════════════════
   3. STAKEHOLDER CALLOUT
   Off-white card containing the question-driven stakeholder hub
   (interactive diagram on desktop, static list on mobile).
═══════════════════════════════════════════════════════════════ */

/* Wrapper that owns the vertical rhythm between section-header and mandate-rail */
.callout-zone {
  background: var(--color-off-white);
  padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 4vw, 2rem) clamp(1.75rem, 3.5vw, 2.5rem);
}

/* ── STAKEHOLDER CALLOUT ── */
.callout {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
  padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-soft);
  background: var(--color-white);
  max-width: calc(var(--max) + 4rem); /* aligns with mandate-rail-inner and services-wrap */
  margin: 0 auto;
  box-shadow: 0 1px 4px color-mix(in srgb, var(--color-navy-deep) 4%, transparent), 0 4px 16px color-mix(in srgb, var(--color-navy-deep) 4%, transparent);
}

.callout-header { max-width: 640px; }

.callout-label {
  font-size: 0.69rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-hint);
  margin-bottom: 0.5rem;
}

.callout-title {
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.4;
}

/* ═══════════════════════════════════════════════════════════════
   STAKEHOLDER HUB — interactive diagram (desktop/tablet)
   A central "Project company" hub with six evenly-distributed
   stakeholder nodes. Auto-cycles through hub + 6 categories,
   revealing a question, description, and category label in the
   side panel. Hidden below 760px in favour of .stakeholder-fallback.
   ═══════════════════════════════════════════════════════════════ */

.stakeholder-hub {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  gap: 1.5rem;
  align-items: center;
}

.sh-diagram {
  width: 100%;
  height: auto;
  overflow: visible;
}

.sh-line {
  stroke-width: 1;
  opacity: 0.45;
  transition: opacity var(--trans), stroke-width var(--trans);
}

.sh-node {
  cursor: pointer;
}

.sh-node:focus-visible .sh-rect,
.sh-node:focus-visible .sh-hub-circle {
  outline: 2px solid var(--color-amber);
  outline-offset: 2px;
}

.sh-rect {
  fill: var(--color-off-white);
  stroke-width: 1;
  transition: stroke-width var(--trans);
}

.sh-rect-text {
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-body);
}

.sh-hub-circle {
  fill: var(--color-off-white);
  stroke: var(--b);
  stroke-width: 0.5;
  transition: stroke var(--trans), stroke-width var(--trans);
}

.sh-hub-text {
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-body);
  fill: var(--ink);
}

/* Per-category colours — applied to rect fill/stroke and text fill */
.sh-node--sponsors .sh-rect { stroke: var(--sh-1); fill: var(--sh-1-l); }
.sh-node--sponsors .sh-rect-text { fill: var(--sh-1-d); }
.sh-node--lenders  .sh-rect { stroke: var(--sh-2); fill: var(--sh-2-l); }
.sh-node--lenders  .sh-rect-text { fill: var(--sh-2-d); }
.sh-node--public   .sh-rect { stroke: var(--sh-3); fill: var(--sh-3-l); }
.sh-node--public   .sh-rect-text { fill: var(--sh-3-d); }
.sh-node--delivery .sh-rect { stroke: var(--sh-4); fill: var(--sh-4-l); }
.sh-node--delivery .sh-rect-text { fill: var(--sh-4-d); }
.sh-node--ops      .sh-rect { stroke: var(--sh-5); fill: var(--sh-5-l); }
.sh-node--ops      .sh-rect-text { fill: var(--sh-5-d); }
.sh-node--advisors .sh-rect { stroke: var(--sh-6); fill: var(--sh-6-l); }
.sh-node--advisors .sh-rect-text { fill: var(--sh-6-d); }

#shLineSponsors { stroke: var(--sh-1); }
#shLineLenders  { stroke: var(--sh-2); }
#shLinePublic   { stroke: var(--sh-3); }
#shLineDelivery { stroke: var(--sh-4); }
#shLineOps      { stroke: var(--sh-5); }
#shLineAdvisors { stroke: var(--sh-6); }

/* Active state — set via JS by toggling these classes */
.sh-node.active .sh-rect { stroke-width: 2; }
.sh-line.active { opacity: 0.9; stroke-width: 2; }
.sh-node--hub.active .sh-hub-circle { stroke: var(--sh-hub); stroke-width: 2; }

/* ── Reveal panel ── */
.sh-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.sh-label {
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-hint);
  margin: 0;
  transition: color var(--trans);
}

.sh-pause {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--color-border-soft);
  background: none;
  color: var(--color-text-muted);
  cursor: pointer;
  font-size: 0.7rem;
  transition: background var(--trans), color var(--trans), border-color var(--trans);
}

.sh-pause:hover {
  border-color: var(--color-amber);
  color: var(--color-amber);
}

.sh-pause:focus-visible {
  outline: 2px solid var(--color-amber);
  outline-offset: 2px;
}

.sh-question {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink);
  margin: 0 0 0.85rem;
  min-height: 5.6em;
}

.sh-desc {
  font-size: 0.85rem;
  line-height: 1.7;
  color: var(--color-text-muted);
  margin: 0 0 1rem;
  min-height: 4.8em;
}

.sh-dots {
  display: flex;
  gap: 0.5rem;
}

.sh-dot {
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background: var(--color-border);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background var(--trans);
}

.sh-dot:focus-visible {
  outline: 2px solid var(--color-amber);
  outline-offset: 2px;
}

.sh-dot--hub.active     { background: var(--sh-hub); }
.sh-dot--sponsors.active{ background: var(--sh-1); }
.sh-dot--lenders.active { background: var(--sh-2); }
.sh-dot--public.active  { background: var(--sh-3); }
.sh-dot--delivery.active{ background: var(--sh-4); }
.sh-dot--ops.active      { background: var(--sh-5); }
.sh-dot--advisors.active{ background: var(--sh-6); }


/* ═══════════════════════════════════════════════════════════════
   STAKEHOLDER FALLBACK — static list (mobile)
   Same six questions/categories, no diagram or auto-cycle. Shown
   only below 760px; .stakeholder-hub is hidden at that breakpoint.
   ═══════════════════════════════════════════════════════════════ */

.stakeholder-fallback {
  display: none;
}

.sf-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--color-border-soft);
}

.sf-item:last-of-type {
  border-bottom: none;
}

.sf-item i {
  font-size: 1rem;
  color: var(--color-amber);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.sf-question {
  font-size: 0.81rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  font-style: italic;
  margin: 0 0 0.3rem;
}

.sf-category {
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-hint);
  margin: 0;
}

.sf-footer {
  font-size: 0.81rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--color-border-soft);
}






/* ═══════════════════════════════════════════════════════════════
   4. MANDATE RAIL (sticky, primary filter)
   Mandate is now the top-level selector — four mandate pills plus
   an "Unsure?" option. Selecting a mandate renders a vertical
   timeline of every relevant project stage (see section 5).
   ═══════════════════════════════════════════════════════════════ */

/* Thin gradient bridge between off-white callout zone and navy rail */
.mandate-rail-bridge {
  height: 3px;
  background: linear-gradient(to bottom, var(--color-off-white), var(--color-navy));
}

.mandate-rail {
  position: sticky;
  top: var(--header-height, 68px); /* uses token set by JS; falls back to 68px */
  z-index: 200;
  background: var(--color-navy);
  padding: 0.65rem 0 0.85rem;
  border-bottom: 1px solid color-mix(in srgb, white 6%, transparent);
}

.mandate-rail-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 1.5rem);
}

.mandate-rail-label {
  font-size: 0.65rem; /* raised from 0.58rem — below legibility floor */
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in srgb, white 45%, transparent); /* raised from 0.32 — meets 3:1 for UI labels */
  margin-bottom: 0.5rem;
}

/* ─── Mandate track ─── */
.mandate-track {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* ─── Mandate pill ─── */
.mandate-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: var(--radius-md);
  cursor: pointer;
  border: 1.5px solid color-mix(in srgb, white 10%, transparent);
  background: color-mix(in srgb, white 4%, transparent);
  transition: all 0.2s ease;
  text-align: left;
  flex: 1 1 auto;
  min-width: 150px;
}

.mandate-pill:hover {
  background: color-mix(in srgb, white 8%, transparent);
  border-color: color-mix(in srgb, white 30%, transparent);
}

.mandate-pill.active {
  background: color-mix(in srgb, var(--color-amber) 15%, transparent);
  border-color: var(--color-amber);
  transform: translateY(-2px);
}

.mp-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
  /* Light ring around each dot ensures the dot's boundary meets the
     3:1 non-text contrast minimum against the navy rail, even for
     mandate colours (LTA purple, IE rust) that are otherwise too
     close in luminance to the navy background. */
  box-shadow: 0 0 0 1.5px color-mix(in srgb, white 55%, transparent);
}

.mp-dot--lta { background: var(--lta); }
.mp-dot--oe  { background: var(--oe); }
.mp-dot--ie  { background: var(--ie); }
.mp-dot--ta  { background: var(--ta); }

.mp-dot--unsure {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, white 12%, transparent);
  color: color-mix(in srgb, white 55%, transparent);
  font-size: 0.6rem;
  box-shadow: none;
}

.mandate-pill--unsure.active .mp-dot--unsure {
  background: var(--color-amber);
  color: var(--color-navy);
}

.mp-abbr {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: color-mix(in srgb, white 50%, transparent);
  flex-shrink: 0;
}

.mandate-pill.active .mp-abbr { color: var(--color-amber); }

.mp-name {
  font-size: 0.8rem;
  font-weight: 600;
  color: color-mix(in srgb, white 55%, transparent);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mandate-pill.active .mp-name { color: var(--color-white); }

@media (max-width: 640px) {
  .mandate-rail    { padding: 0.75rem 0; }
  .mandate-pill  { min-width: 0; flex: 1 1 40%; }
  .mp-name       { font-size: 0.74rem; }
  .mp-abbr       { display: none; } /* avoid clutter on narrow pills — dot + name suffice */
}


/* ═══════════════════════════════════════════════════════════════
   5. SERVICES AREA
   ═══════════════════════════════════════════════════════════════ */

.services-wrap {
  max-width: calc(var(--max) + 4rem);
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 2.5rem) clamp(1.25rem, 3vw, 2rem);
  min-height: 340px;
}

/* Default prompt (no stage selected) */
.srv-prompt {
  padding: 4rem clamp(1.25rem, 3vw, 2rem);
  border: 1.5px dashed var(--b);
  border-radius: var(--rxl);
  text-align: center;
}

.srv-prompt-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--stone);
  color: var(--hint);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin: 0 auto 1rem;
}

/* .srv-prompt uses h3 (was h4 before A11y pass) */
.srv-prompt h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.4rem;
}

.srv-prompt p {
  font-size: 0.83rem;
  color: var(--muted);
  max-width: 280px;
  margin: 0 auto;
  line-height: 1.65;
}

/* ── Timeline header ──
   Shown above the vertical stage timeline once a mandate is selected.
   Uses the shared .eyebrow component (--muted variant, light bg). */
.tl-hdr {
  margin-bottom: 1.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--b-s);
  animation: rise 0.3s ease;
}

.tl-tagline {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.6vw, 1.7rem);
  color: var(--ink);
  line-height: 1.3;
  letter-spacing: -0.01em;
  max-width: 720px;
}

.tl-span-note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 0.6rem;
}

.tl-span-note i { color: var(--color-amber); }

/* ── Vertical timeline ── */
.tl-timeline {
  display: flex;
  flex-direction: column;
  animation: rise 0.25s ease;
}

.tl-row {
  display: flex;
  gap: 1.25rem;
  padding-bottom: 2rem;
  position: relative;
}

/* Connecting line between stage markers */
.tl-row:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 17px;
  top: 36px;
  bottom: 0;
  width: 1.5px;
  background: var(--b-s);
}

.tl-row-marker {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  padding-top: 0.1rem;
}

.tl-row-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-white);
  border: 1.5px solid var(--b);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.tl-row-body { flex: 1; min-width: 0; padding-bottom: 0.25rem; }

.tl-row-hdr { margin-bottom: 0.85rem; }

.tl-row-title {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--ink);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0;
}

.tl-row-sub {
  font-size: 0.78rem;
  color: var(--hint);
  margin: 0.2rem 0 0;
}

/* ── Service cards (within a timeline row) ── */
.svc-list { display: flex; flex-direction: column; gap: 0.5rem; }

.svc-card {
  background: var(--color-white);
  border: 1px solid var(--b-s);
  border-radius: var(--rlg);
  padding: 1rem 1.2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  transition: border-color var(--trans), box-shadow var(--trans);
  animation: rise 0.25s ease;
}

.svc-card:hover {
  border-color: color-mix(in srgb, var(--color-navy-deep) 16%, transparent);
  box-shadow: var(--shadow-sm);
}

.svc-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

.svc-card.lta .svc-icon { background: var(--lta-l); color: var(--lta); }
.svc-card.oe  .svc-icon { background: var(--oe-l);  color: var(--oe); }
.svc-card.ie  .svc-icon { background: var(--ie-l);  color: var(--ie); }
.svc-card.ta  .svc-icon { background: var(--ta-l);  color: var(--ta); }

.svc-body  { flex: 1; min-width: 0; }
.svc-title { font-size: 0.87rem; font-weight: 700; color: var(--ink); margin-bottom: 0.25rem; line-height: 1.35; }
.svc-desc  { font-size: 0.79rem; color: var(--muted); line-height: 1.6; }

/* ── "Unsure?" panel ── */
.unsure-panel {
  padding: 3.5rem 2rem;
  text-align: center;
  animation: rise 0.25s ease;
}

.unsure-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--color-amber-tint);
  color: var(--color-amber);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin: 0 auto 1.1rem;
}

.unsure-panel h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--ink);
  margin-bottom: 0.6rem;
}

.unsure-panel p {
  font-size: 0.88rem;
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto 1.5rem;
  line-height: 1.65;
}

/* ── Empty-state / "talk to us" note ──
   Used both as a full-width panel and as the per-row prompt when a
   mandate has no drafted services at a given stage (--row variant). */
.no-svc {
  padding: 2.5rem 1.5rem;
  text-align: center;
  background: var(--off);
  border-radius: var(--rlg);
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.65;
}

.no-svc--row {
  padding: 1.5rem;
}

.no-svc i {
  display: block;
  font-size: 1.3rem;
  color: var(--color-amber);
  margin-bottom: 0.65rem;
}

.no-svc p {
  max-width: 480px;
  margin: 0 auto 1.25rem;
}

/* ── TA partner note ──
   Shown at the end of the Transaction Advisory timeline, clarifying
   that Letlou supports lead transaction advisors rather than leading
   capital raises/SPVs itself. */
.ta-partner-note {
  margin-top: 2rem;
  padding: 1rem 1.25rem;
  background: var(--color-off-white);
  border-left: 3px solid var(--ta);
  border-radius: var(--radius-md);
  font-size: 0.8rem;
  color: var(--color-text-muted);
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.ta-partner-note i {
  color: var(--ta);
  font-size: 1rem;
  margin-top: 0.1rem;
}

.no-svc-cta {
  display: inline-flex;
}


/* ═══════════════════════════════════════════════════════════════
   6. CTA SECTION
   ═══════════════════════════════════════════════════════════════ */

.cta-section { background: var(--color-navy); padding: clamp(3rem, 5vw, 4rem) clamp(1.25rem, 3vw, 2rem); }
.cta-inner   { max-width: calc(var(--max) + 4rem); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2.5rem; flex-wrap: wrap; }

.cta-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-amber);
  margin-bottom: 0.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.cta-eyebrow::before {
  content: '';
  display: block;
  width: 16px;
  height: 1.5px;
  background: var(--color-amber);
  flex-shrink: 0;
}

.cta-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--color-white);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}

.cta-section p {
  font-size: 0.87rem;
  color: color-mix(in srgb, white 50%, transparent); /* raised from 0.45 — WCAG AA on navy */
  line-height: 1.7;
  max-width: 420px;
}

.cta-actions { display: flex; align-items: center; gap: 0.85rem; flex-wrap: wrap; flex-shrink: 0; }

/* .btn-primary / .btn-ghost base classes now come from LetlouComponents.css.
   This section only needs the pill shape + elevated amber-glow hover on the
   primary CTA — both are existing Components modifiers (--pill, --elevated).
   The ghost link uses Components' default look; no local override needed. */


/* ═══════════════════════════════════════════════════════════════
   7. UTILITY & KEYFRAMES
   ═══════════════════════════════════════════════════════════════ */

.hidden { display: none !important; }

@keyframes rise {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* ═══════════════════════════════════════════════════════════════
   8. RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */

/* CTA inner: stack vertically on narrow screens — qualitative layout change */
@media (max-width: 760px) {
  .cta-inner { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
}

/* The hub diagram's SVG text (13 viewBox units) only stays legible
   (>=11px rendered) once the diagram column is roughly >=450px wide.
   Below that — including the 761-959px range that the 760px
   breakpoint above doesn't cover — fall back to the static list. */
@media (max-width: 960px) {
  .stakeholder-hub      { display: none; }
  .stakeholder-fallback { display: block; }
}

/* ── Large screen ── */
@media (min-width: 1400px) {
  #services {
    --max: 1200px;
  }

  .callout {
    max-width: calc(1200px + 4rem);
  }

  .services-wrap,
  .cta-inner {
    max-width: calc(1200px + 4rem);
  }

  .svc-title { font-size: 0.94rem; }
  .svc-desc  { font-size: 0.85rem; }

  .cta-section h2 {
    font-size: 2.2rem;
  }

  /* Phase rail wider */
  .mandate-rail-inner {
    max-width: 1400px;
  }

  /* Cap the hub diagram + panel so neither stretches awkwardly wide
     on TV/projector-sized viewports, and bump text slightly for
     legibility at viewing distance. */
  .stakeholder-hub {
    max-width: 1000px;
    margin: 0 auto;
    gap: 3rem;
  }

  .sh-question { font-size: 1.5rem; }
  .sh-desc     { font-size: 0.92rem; }
}
