/* ============================================================
   SERVICES PAGE — industries lead, tool cards equally prominent
   ============================================================ */

/* ─── HEADER ────────────────────────────────────────────── */
.svc-header {
  padding: clamp(5rem, 9vw, 7rem) 0 clamp(2.5rem, 5vw, 4rem);
  border-bottom: 1px solid var(--line);
}
.svc-header-in {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}
.svc-header h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 1rem;
  max-width: 720px;
}
.svc-header .lede {
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  color: var(--muted);
  max-width: 580px;
  line-height: 1.55;
}

/* ─── INDUSTRIES SECTION ──────────────────────────────────── */
.svc-industries {
  padding: clamp(4rem, 7vw, 6rem) 0;
  border-bottom: 1px solid var(--line);
}
.svc-industries-in {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}
.svc-industries-head {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.svc-industries-head h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  max-width: 600px;
}

.svc-ind-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-2);
  border: 1px solid var(--line-2);
}
.svc-ind {
  background: var(--bg);
  padding: clamp(2rem, 3.5vw, 2.75rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: background var(--t-med);
}
.svc-ind:hover { background: var(--bg-2); }
.svc-ind-num {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--teal);
}
.svc-ind h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--ink);
}
.svc-ind p {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--muted);
  flex-grow: 1;
}
.svc-ind-meth {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 0.5rem;
}
.svc-ind-meth .tag {
  font-size: 10.5px;
}

/* ─── TOOLS & METHODS SECTION ────────────────────────────── */
.svc-tools {
  padding: clamp(4rem, 7vw, 6rem) 0;
  border-bottom: 1px solid var(--line);
}
.svc-tools-in {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}
.svc-tools-head {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.svc-tools-head h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  max-width: 600px;
}
.svc-tools-head .lede {
  font-size: 1.0625rem;
  color: var(--muted);
  max-width: 540px;
  margin-top: 1rem;
  line-height: 1.6;
}

.svc-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.svc-tool {
  background: var(--bg);
  padding: clamp(1.75rem, 3vw, 2.25rem);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  transition: background var(--t-med);
}
.svc-tool:hover { background: var(--bg-2); }

.svc-tool-icon {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line-2);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svc-tool-icon svg {
  width: 16px;
  height: 16px;
  stroke: var(--teal);
  fill: none;
  stroke-width: 1.6;
}
.svc-tool h3 {
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--ink);
}
.svc-tool p {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--muted);
  flex-grow: 1;
}
.svc-tool .tags { margin-top: 0.5rem; }

/* ─── METHODOLOGY (reused dark band, same as homepage) ───── */
.svc-method {
  background: var(--bg-dark);
  color: var(--on-dark-muted);
  padding: clamp(5rem, 9vw, 7rem) 0;
  position: relative;
  overflow: hidden;
}
.svc-method::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(27,163,156,.08), transparent 40%),
    radial-gradient(circle at 10% 90%, rgba(27,163,156,.04), transparent 40%);
  pointer-events: none;
}
.svc-method-in {
  position: relative;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem);
}
.svc-method-head {
  max-width: 700px;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.svc-method-head h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  color: var(--on-dark);
  margin-bottom: 1rem;
}
.svc-method-head p {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--on-dark-muted);
}
.svc-method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.svc-m-step {
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-dark);
  position: relative;
}
.svc-m-step::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 32px;
  height: 1px;
  background: var(--teal-bright);
}
.svc-m-num {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--teal-bright);
  margin-bottom: 0.85rem;
}
.svc-m-step h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--on-dark);
  margin-bottom: 0.5rem;
}
.svc-m-step p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--on-dark-muted);
}

/* ─── CTA section ─────────────────────────────────────────── */
.svc-cta-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

/* ─── Mobile ──────────────────────────────────────────────── */
@media (max-width: 880px) {
  .svc-ind-grid { grid-template-columns: 1fr; }
  .svc-tools-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-method-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .svc-tools-grid { grid-template-columns: 1fr; }
  .svc-method-grid { grid-template-columns: 1fr; gap: 1.5rem; }
}
