/* ═══════════════════════════════════════════════════════
   OPENRIDGE AI — Solutions (page-specific)
   Builds on style-v2.css tokens + primitives. No edits to shared files.
   home.css is NOT loaded here, so the .method-* / .bizops-* rules the
   pasted content blocks depend on are copied in below (from home.css).
   Section order: hero · methodology · business ops · faq · close
   ═══════════════════════════════════════════════════════ */

/* ── HERO ── */
.sol-hero {
  background: var(--ivory);
  padding: 96px 0 var(--section-y);
  border-bottom: 1px solid var(--rule);
}
.sol-hero-title {
  max-width: 980px;
  margin-bottom: 56px;
}
.sol-hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: start;
  padding-top: 48px;
  border-top: 1px solid var(--rule-strong);
}
.sol-hero-lead {
  font-family: var(--ff-head);
  font-style: normal;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.4;
  color: var(--navy-800);
  font-weight: 400;
  max-width: 640px;
}
.sol-hero-lead strong {
  font-style: normal;
  font-family: var(--ff-body);
  font-weight: 600;
  color: var(--navy-950);
}
.sol-hero-aside { padding-top: 6px; }
.sol-hero-aside-label {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule);
}
.sol-hero-aside p {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--text-body);
  margin-bottom: 28px;
  max-width: 420px;
}
.sol-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── METHODOLOGY — Source / Convert / Retain  (copied from home.css) ── */
.method {
  background: var(--paper);
  padding: var(--section-y) 0;
  border-bottom: 1px solid var(--rule);
}
.method-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 56px;
}
.method-head h2 { max-width: 560px; margin: 0; }
.method-head-aside {
  font-family: var(--ff-head);
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  color: var(--navy-800);
  max-width: 440px;
}
.method-list { border-top: 1px solid var(--rule-strong); }
.method-pillar {
  display: grid;
  grid-template-columns: 220px 1.3fr 1fr;
  gap: 56px;
  padding: 56px 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}
.method-pillar:last-child { border-bottom: 1px solid var(--rule-strong); }
.method-pillar-mark { padding-top: 6px; }
.method-pillar-step {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 14px;
}
.method-pillar-name {
  font-family: var(--ff-head);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--navy-950);
}
.method-pillar[data-m="source"] .method-pillar-name { color: var(--gold); }
.method-pillar[data-m="convert"] .method-pillar-name { color: var(--navy-800); }
.method-pillar[data-m="retain"] .method-pillar-name { color: var(--teal); }
.method-pillar-q {
  font-family: var(--ff-head);
  font-style: italic;
  font-size: 15px;
  color: var(--text-mute);
  margin-top: 14px;
  line-height: 1.4;
}
.method-pillar-title {
  font-family: var(--ff-head);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--navy-950);
  margin-bottom: 18px;
  max-width: 460px;
}
.method-pillar-title em { font-style: normal; color: var(--gold); }
.method-pillar-body {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--text-body);
  max-width: 480px;
}
.method-pillar-body strong { color: var(--navy-950); font-weight: 600; }
.method-pillar-spec { padding-top: 4px; }
.method-pillar-spec-label {
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--rule);
}
.method-pillar-spec ul { list-style: none; margin: 0; padding: 0; }
.method-pillar-spec li {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--text-body);
  padding: 9px 0 9px 18px;
  border-bottom: 1px solid var(--rule);
  position: relative;
}
.method-pillar-spec li:last-child { border-bottom: none; }
.method-pillar-spec li::before {
  content: '';
  position: absolute;
  left: 0; top: 16px;
  width: 5px; height: 5px;
  background: var(--gold);
}
.method-pillar[data-m="retain"] .method-pillar-spec li::before { background: var(--teal); }

/* "both or neither" bridge line out of Retain */
.method-bridge {
  margin-top: 56px;
  padding: 40px 48px;
  background: var(--navy-950);
  color: var(--ivory);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
}
.method-bridge-mark {
  font-family: var(--ff-head);
  font-style: italic;
  font-size: 40px;
  color: var(--gold);
  line-height: 1;
}
.method-bridge p {
  font-family: var(--ff-head);
  font-style: normal;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.35;
  color: var(--ivory);
  margin: 0;
  max-width: 760px;
}
.method-bridge em { color: var(--gold-lt); }

/* folded FAQ — 2 questions only */
.method-faq {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.method-faq-q {
  font-family: var(--ff-head);
  font-size: 19px;
  font-weight: 500;
  color: var(--navy-950);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.method-faq-a {
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--text-body);
}

/* ── BUSINESS OPS — equal weight  (copied from home.css) ── */
.bizops {
  background: var(--navy-950);
  color: var(--ivory);
  padding: var(--section-y) 0;
}
.bizops::selection { background: var(--gold); }
.bizops-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 64px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--rule-dark);
}
.bizops h2 { color: var(--ivory); max-width: 560px; margin: 0; }
.bizops h2 em { color: var(--gold-lt); }
.bizops-head-aside {
  font-family: var(--ff-head);
  font-style: normal;
  font-size: 19px;
  line-height: 1.45;
  color: rgba(244,241,234,0.8);
  max-width: 420px;
}
.bizops-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule-dark-strong);
  border-bottom: 1px solid var(--rule-dark-strong);
}
.bizops-cell {
  padding: 40px 36px 40px 0;
  border-right: 1px solid var(--rule-dark);
}
.bizops-cell:nth-child(3n) { border-right: none; }
.bizops-cell:not(:nth-child(3n+1)) { padding-left: 36px; }
.bizops-cell-k {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.bizops-cell-title {
  font-family: var(--ff-head);
  font-size: 22px;
  font-weight: 400;
  color: var(--ivory);
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.bizops-cell-body {
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(244,241,234,0.72);
}

/* ── CLOSE — quiet closing CTA band ── */
.sol-cta {
  background: var(--navy-950);
  color: var(--ivory);
  padding: calc(var(--section-y) * 1.4) 0;
  position: relative;
  overflow: hidden;
}
.sol-cta::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 100% 0%, rgba(201,168,76,0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 0% 100%, rgba(31,138,128,0.06) 0%, transparent 55%);
  pointer-events: none;
}
.sol-cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 96px;
  align-items: center;
}
.sol-cta .eyebrow { color: var(--gold); }
.sol-cta .eyebrow::before { background: var(--gold); }
.sol-cta h2 {
  color: var(--ivory);
  font-size: clamp(36px, 4.4vw, 64px);
  margin-bottom: 24px;
}
.sol-cta h2 em { color: var(--gold-lt); }
.sol-cta-sub {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(244,241,234,0.78);
  max-width: 560px;
}
.sol-cta-actions { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.sol-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--gold);
  color: var(--navy-950);
  padding: 22px 34px;
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background .2s;
  width: 100%;
  justify-content: center;
}
.sol-cta-primary:hover { background: var(--gold-lt); }
.sol-cta-primary .arrow { transition: transform .2s ease; display: inline-block; }
.sol-cta-primary:hover .arrow { transform: translateX(4px); }
.sol-cta-secondary {
  font-family: var(--ff-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(244,241,234,0.6);
  padding-top: 14px;
  border-top: 1px solid var(--rule-dark);
  width: 100%;
  text-decoration: none;
}
.sol-cta-secondary:hover { color: var(--gold-lt); }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .sol-hero-grid,
  .method-head,
  .bizops-head,
  .sol-cta-inner,
  .method-faq { grid-template-columns: 1fr; gap: 36px; }

  .sol-hero { padding-top: 64px; }
  .sol-hero-grid { padding-top: 32px; }

  .method-pillar { grid-template-columns: 1fr; gap: 24px; padding: 40px 0; }
  .method-bridge { grid-template-columns: 1fr; gap: 16px; }

  .bizops-grid { grid-template-columns: 1fr; }
  .bizops-cell { border-right: none; border-bottom: 1px solid var(--rule-dark); padding: 32px 0; }
  .bizops-cell:not(:nth-child(3n+1)) { padding-left: 0; }
  .bizops-cell:last-child { border-bottom: none; }
}
