/* ============================================================
   SyncDS — What We Do (hub page) stylesheet
   Loads AFTER home.css. This page has its OWN identity, distinct
   from the homepage: editorial, left-aligned, index-driven.
     · framed/calmer backdrop (no homepage orbs or aurora drift)
     · asymmetric hero with a numbered service index
     · large numbered service ROWS (not the homepage card grid)
     · left-aligned section heads + editorial verticals list
   Page-specific rules are scoped under `.wwd-page`.
   ============================================================ */

/* ============================================================
   PAGE BACKDROP — calmer & framed (kills the homepage signature)
   ============================================================ */
.wwd-page .orbs { display: none; }                 /* drop floating orbs */
.wwd-page .stage {
  background:
    radial-gradient(1100px 620px at 50% -6%, rgba(70, 120, 200, 0.14), transparent 62%),
    radial-gradient(1200px 800px at 50% 116%, rgba(142, 199, 63, 0.12), transparent 60%),
    linear-gradient(180deg, #070b13 0%, #05080f 55%, #04060c 100%);
}
.wwd-page .stage::after {                           /* tame the aurora */
  opacity: 0.16;
  filter: blur(46px);
  animation-duration: 90s;
}
/* Editorial framing rules aligned to the content column */
.wwd-guides {
  position: fixed; top: 0; bottom: 0; left: 50%; transform: translateX(-50%);
  width: min(1180px, calc(100vw - 56px)); z-index: 1; pointer-events: none;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.wwd-guides::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px;
  background: rgba(255, 255, 255, 0.03);
}
@media (max-width: 720px) { .wwd-guides { display: none; } }

/* ---------- imported from the component library ---------- */
/* breadcrumbs */
.crumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 14px; }
.crumbs a { color: var(--ink-muted); text-decoration: none; transition: color 160ms ease; }
.crumbs a:hover { color: var(--brand-green-bright); }
.crumbs .sep { color: var(--ink-dim); }
.crumbs .current { color: #fff; }

/* process timeline */
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.tstep { position: relative; }
.tstep .tdot { width: 48px; height: 48px; border-radius: 14px; background: rgba(142,199,63,0.1); border: 1px solid rgba(142,199,63,0.3); color: var(--brand-green-bright); display: grid; place-items: center; font-family: 'DM Mono', monospace; font-size: 15px; margin-bottom: 18px; position: relative; z-index: 1; }
.tstep:not(:last-child)::after { content: ""; position: absolute; top: 24px; left: 60px; right: -26px; height: 1px; background: linear-gradient(90deg, rgba(142,199,63,0.45), rgba(142,199,63,0.08)); }
.tstep h4 { margin: 0 0 7px; font-size: 16px; font-weight: 500; }
.tstep p { margin: 0; font-size: 13.5px; color: var(--ink-muted); line-height: 1.5; }
@media (max-width: 800px) { .timeline { grid-template-columns: 1fr 1fr; } .tstep::after { display: none !important; } }
@media (max-width: 480px) { .timeline { grid-template-columns: 1fr; } }

/* ============================================================
   SECTION HEADS — left-aligned & editorial on this page
   ============================================================ */
.wwd-page .sec-head { text-align: left; max-width: 780px; margin-left: 0; margin-right: 0; }
.wwd-page .sec-head .eyebrow { margin-bottom: 18px; }
.wwd-page .sec-head p { margin-left: 0; margin-right: 0; }

/* ============================================================
   HERO — asymmetric editorial split: lead copy + service index
   ============================================================ */
.wwd-hero { position: relative; z-index: 4; padding: 168px 0 clamp(40px, 5vw, 64px); }
.wwd-hero-grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(32px, 5vw, 80px);
  align-items: end;
}
.wwd-hero .crumbs { margin-bottom: 26px; }
.wwd-hero .eyebrow { margin-bottom: 22px; }
.wwd-hero h1 {
  margin: 0; max-width: 16ch; font-weight: 300; letter-spacing: -0.025em; line-height: 1.02;
  font-size: clamp(40px, 5.6vw, 76px); color: #fff; text-wrap: balance;
}
.wwd-hero h1 b { font-weight: 600; color: var(--brand-green-bright); }
.wwd-hero-sub { margin: 24px 0 0; max-width: 52ch; font-size: clamp(16px, 1.6vw, 19px); line-height: 1.62; color: rgba(243,246,251,0.82); text-wrap: pretty; }
.wwd-hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 32px; }
.wwd-hero-foot { margin: 28px 0 0; font-family: 'DM Mono', monospace; font-size: 11.5px; line-height: 1.75; letter-spacing: 0.02em; color: var(--ink-dim); max-width: 60ch; }

/* numbered service index card (right column) */
.wwd-index {
  border: 1px solid var(--card-border); border-radius: var(--radius-md);
  background: var(--card-bg); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  padding: 10px; box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset, 0 28px 60px -34px rgba(0,0,0,0.85);
}
.wwd-index-top {
  font-family: 'DM Mono', monospace; font-size: 10.5px; font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.16em; color: var(--ink-dim); padding: 12px 14px 14px;
  display: flex; align-items: center; justify-content: space-between;
}
.wwd-index-row {
  position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center;
  gap: 14px; padding: 15px 14px; border-radius: 12px; text-decoration: none; color: var(--ink);
  border-top: 1px solid rgba(255,255,255,0.06); transition: background 200ms ease;
}
.wwd-index-row:hover { background: rgba(142,199,63,0.06); }
.wwd-index-row .ix { font-family: 'DM Mono', monospace; font-size: 12px; color: var(--brand-green); letter-spacing: 0.05em; }
.wwd-index-row .ixt { font-size: 15px; font-weight: 500; letter-spacing: -0.01em; }
.wwd-index-row .ixa { color: var(--brand-green); opacity: 0; transform: translateX(-6px); transition: opacity 200ms ease, transform 320ms cubic-bezier(0.2,0.8,0.2,1); }
.wwd-index-row:hover .ixa { opacity: 1; transform: translateX(0); }
.wwd-index-row .ixa svg { width: 15px; height: 15px; display: block; }
@media (max-width: 920px) {
  .wwd-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .wwd-hero { padding-top: 148px; }
}

/* ============================================================
   LEAD STATEMENT — left-aligned, no homepage photo backdrop
   ============================================================ */
.wwd-page .long-info { text-align: left; padding: clamp(30px, 4vw, 52px) clamp(28px, 4vw, 56px); }
.wwd-page .long-info::before { display: none; }
.wwd-page .long-info::after {
  background: linear-gradient(120deg, rgba(142,199,63,0.05), transparent 55%);
}
.wwd-page .long-info .eyebrow { margin-bottom: 22px; }
.wwd-page .long-info p {
  margin: 0; max-width: 64ch; text-align: left;
  font-size: clamp(19px, 2.2vw, 27px); font-weight: 400; line-height: 1.45;
}

/* ============================================================
   NEW — NUMBERED SERVICE ROWS (the page centrepiece)
   Replaces the homepage 3-up card grid entirely.
   ============================================================ */
.svc-list { display: flex; flex-direction: column; }
.svc {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 5vw, 76px);
  align-items: center; padding-block: clamp(40px, 5vw, 70px);
  border-top: 1px solid var(--card-border);
}
.svc:last-child { border-bottom: 1px solid var(--card-border); }
.svc:nth-child(even) .svc-copy { order: 2; }
.svc-num {
  display: inline-flex; align-items: center; gap: 13px; font-family: 'DM Mono', monospace;
  font-size: 12px; letter-spacing: 0.18em; color: var(--brand-green); text-transform: uppercase; margin-bottom: 20px;
}
.svc-num::after { content: ""; width: 46px; height: 1px; background: linear-gradient(90deg, rgba(142,199,63,0.5), rgba(142,199,63,0.05)); }
.svc h3 { margin: 0 0 16px; font-size: clamp(26px, 3.2vw, 40px); font-weight: 300; letter-spacing: -0.02em; line-height: 1.08; color: #fff; }
.svc h3 b { font-weight: 600; color: var(--brand-green-bright); }
.svc-copy > p { margin: 0 0 22px; max-width: 52ch; color: var(--ink-muted); font-size: clamp(15px, 1.5vw, 17px); line-height: 1.65; }
.svc-points { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 11px; }
.svc-points li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; line-height: 1.5; color: var(--ink); }
.svc-points li::before {
  content: ""; flex-shrink: 0; margin-top: 7px; width: 6px; height: 6px; border-radius: 2px;
  background: var(--brand-green); box-shadow: 0 0 8px rgba(163,216,59,0.6); transform: rotate(45deg);
}
.svc-link { font-family: 'DM Mono', monospace; font-size: 12.5px; color: var(--brand-green-bright); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: gap 200ms ease; }
.svc-link:hover { gap: 12px; }

.svc-media { position: relative; }
.svc-media .ph { aspect-ratio: 4 / 3; }
.svc-ghost {
  position: absolute; top: 14px; right: 18px; z-index: 1; pointer-events: none;
  font-family: 'DM Mono', monospace; font-size: clamp(56px, 8vw, 104px); font-weight: 500;
  line-height: 1; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,0.10);
  letter-spacing: -0.02em;
}
@media (max-width: 820px) {
  .svc { grid-template-columns: 1fr; gap: 26px; }
  .svc:nth-child(even) .svc-copy { order: 0; }
  .svc-media { order: -1; }
}

/* ============================================================
   VERTICALS — editorial bordered list (not the homepage cards)
   ============================================================ */
.wwd-page .verticals { grid-template-columns: 1fr 1fr; gap: 0 clamp(28px, 4vw, 64px); }
.wwd-page .vert {
  border: 0; border-top: 1px solid var(--card-border); border-radius: 0; background: transparent;
  padding: 19px 4px; transform: none; gap: 16px;
}
.wwd-page .vert:hover { transform: none; background: rgba(142,199,63,0.03); }
.wwd-page .vert .vstar { font-family: 'DM Mono', monospace; font-size: 12px; color: var(--ink-dim); letter-spacing: 0.05em; }
.wwd-page .vert .vlabel { font-size: 17px; font-weight: 400; letter-spacing: -0.01em; }
@media (max-width: 560px) { .wwd-page .verticals { grid-template-columns: 1fr; } }

/* ============================================================
   IMPORTED COMPONENT — CONTRAST BLOCK (not this / but this)
   ============================================================ */
.contrast { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contrast-col { padding: 34px 32px 36px; border-radius: var(--radius-md); border: 1px solid var(--card-border); background: var(--card-bg-soft); }
.contrast-col.is-yes { border-color: rgba(142,199,63,0.32); background: rgba(142,199,63,0.05); }
.contrast-head { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.contrast-head .ci { width: 34px; height: 34px; flex-shrink: 0; border-radius: 10px; display: grid; place-items: center; }
.contrast-head .ci svg { width: 17px; height: 17px; }
.contrast-head .ci-no { background: rgba(255,255,255,0.05); border: 1px solid var(--card-border); color: var(--ink-dim); }
.contrast-head .ci-yes { background: rgba(142,199,63,0.12); border: 1px solid rgba(142,199,63,0.3); color: var(--brand-green-bright); }
.contrast-head h3 { margin: 0; font-size: 19px; font-weight: 500; letter-spacing: -0.01em; }
.contrast-head .sub { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-dim); margin-left: auto; }
.contrast-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.contrast-list li { display: flex; align-items: flex-start; gap: 13px; padding: 12px 4px; font-size: 15px; line-height: 1.45; border-radius: 8px; transition: background 180ms ease; }
.contrast-col.is-yes .contrast-list li:hover { background: rgba(142,199,63,0.05); }
.contrast-list li + li { border-top: 1px solid rgba(255,255,255,0.05); }
.contrast-list .mk { flex-shrink: 0; margin-top: 1px; width: 19px; height: 19px; display: grid; place-items: center; }
.contrast-list .mk svg { width: 15px; height: 15px; }
.contrast-col.is-no .contrast-list { color: var(--ink-muted); }
.contrast-col.is-no .mk { color: var(--ink-dim); }
.contrast-col.is-yes .contrast-list { color: var(--ink); }
.contrast-col.is-yes .mk { color: var(--brand-green-bright); }
.contrast-list b { font-weight: 500; color: #fff; }
@media (max-width: 760px) { .contrast { grid-template-columns: 1fr; } }
