.svc-skip {
  position: fixed;
  z-index: 200;
  top: .75rem;
  left: .75rem;
  padding: .75rem 1rem;
  color: #050609;
  background: var(--platinum);
  border-radius: 999px;
  transform: translateY(-180%);
}

.svc-skip:focus { transform: translateY(0); }

.svc-wrap {
  position: relative;
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.svc-hero { min-height: min(850px, 92svh); }

.svc-hero .hero-inner { align-items: flex-start; text-align: left; }

.svc-hero h1 {
  max-width: 980px;
  margin: .55rem 0 1.4rem;
  font-size: clamp(2.8rem, 7.5vw, 7.6rem);
  line-height: .93;
  letter-spacing: -.062em;
  text-wrap: balance;
}

.svc-hero .hero-copy { margin-inline: 0; }
.svc-hero .hero-actions { justify-content: flex-start; }

.svc-eyebrow,
.svc-kicker {
  margin: 0;
  color: var(--amber);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.svc-proofline {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1.5rem;
  margin: 2.2rem 0 0;
  padding: 0;
  color: var(--soft);
  font-size: .78rem;
  letter-spacing: .09em;
  list-style: none;
  text-transform: uppercase;
}

.svc-proofline li { display: flex; align-items: center; gap: .6rem; }
.svc-proofline li::before { content: ""; width: .35rem; height: .35rem; background: var(--phoenix); border-radius: 50%; box-shadow: 0 0 18px rgba(255, 106, 0, .8); }

.svc-audience,
.svc-section { position: relative; padding: clamp(5rem, 9vw, 9rem) 0; }
.svc-audience { padding-bottom: 2rem; }
.svc-section + .svc-section { border-top: 1px solid rgba(244, 246, 250, .09); }

.svc-section-head { max-width: 780px; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.svc-section-head h2,
.svc-settlement h2,
.svc-close h2 { margin: .7rem 0 1rem; font-size: clamp(2rem, 4.5vw, 4.6rem); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.svc-section-head > p:last-child,
.svc-settlement > div:first-child > p:last-child,
.svc-close > .svc-wrap > p { max-width: 720px; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 1.7; }

.svc-filters { display: flex; flex-wrap: wrap; gap: .65rem; }
.svc-filters button {
  min-height: 44px;
  padding: .68rem 1rem;
  color: var(--soft);
  font: inherit;
  font-size: .82rem;
  background: rgba(8, 9, 12, .62);
  border: 1px solid rgba(244, 246, 250, .16);
  border-radius: 999px;
  cursor: pointer;
}
.svc-filters button:hover,
.svc-filters button:focus-visible,
.svc-filters button.is-active { color: #fff; border-color: rgba(255, 155, 53, .7); background: rgba(255, 106, 0, .12); }
.svc-filter-status { min-height: 1.4em; margin: 1rem 0 0; color: var(--muted); font-size: .82rem; }

.svc-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.svc-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100%;
  padding: clamp(1.35rem, 2.7vw, 2.25rem);
  flex-direction: column;
  background: linear-gradient(145deg, rgba(17, 20, 27, .88), rgba(5, 6, 9, .72));
  border: 1px solid rgba(244, 246, 250, .13);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}
.svc-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; background: linear-gradient(transparent, rgba(255, 106, 0, .85), transparent); opacity: .7; }
.svc-card[data-services-relevant="true"] { border-color: rgba(247, 147, 26, .34); box-shadow: 0 24px 70px rgba(0, 0, 0, .22), inset 0 0 48px rgba(247, 147, 26, .025); }
.svc-card[data-services-relevant="false"] { opacity: .64; }
.svc-card--feature { grid-column: 1 / -1; }
.svc-card--confidential { border-color: rgba(121, 232, 255, .24); }
.svc-card--confidential::before { background: linear-gradient(transparent, rgba(121, 232, 255, .8), transparent); }
.svc-card[hidden],
.svc-card[hidden] * { display: none !important; }
.svc-card-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1rem; margin-bottom: 1.4rem; color: var(--amber); font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.svc-card-top .svc-shape { color: rgba(238, 242, 247, .58); letter-spacing: .06em; text-align: right; }
.svc-card h3 { margin: 0 0 .85rem; font-size: clamp(1.45rem, 2.5vw, 2.25rem); letter-spacing: -.028em; }
.svc-card > p { max-width: 760px; margin: 0; color: var(--muted); line-height: 1.68; }
.svc-card > ul { margin: 1.35rem 0 0; padding: 0; list-style: none; }
.svc-card > ul li { position: relative; padding: .62rem 0 .62rem 1.15rem; color: var(--soft); border-top: 1px solid rgba(244, 246, 250, .08); }
.svc-card > ul li::before { content: ""; position: absolute; top: 1.05rem; left: 0; width: .35rem; height: .35rem; background: var(--amber); border-radius: 50%; }
.svc-card .svc-boundary { margin-top: 1.25rem; padding: 1rem; font-size: .86rem; background: rgba(121, 232, 255, .06); border: 1px solid rgba(121, 232, 255, .12); border-radius: 12px; }
.svc-card-actions { margin-top: auto; padding-top: 1.7rem; }
.svc-card-actions a { display: inline-flex; min-height: 44px; align-items: center; color: #fff; font-weight: 750; text-decoration: none; }
.svc-card-actions a::after { content: "\2192"; margin-left: .7rem; color: var(--amber); transition: transform .2s ease; }
.svc-card-actions a:hover::after,
.svc-card-actions a:focus-visible::after { transform: translateX(.3rem); }

.svc-progression { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; margin: 1.7rem 0 0; padding: 0; list-style: none; counter-reset: progress; }
.svc-progression li { min-height: 130px; padding: 1rem; background: rgba(255, 255, 255, .025); border: 1px solid rgba(244, 246, 250, .1); border-radius: 14px; }
.svc-progression strong { display: block; margin-bottom: .45rem; color: #fff; }
.svc-progression span { color: var(--muted); font-size: .86rem; line-height: 1.55; }

.svc-section--commercial { background: linear-gradient(180deg, transparent, rgba(255, 106, 0, .035), transparent); }
.svc-commercial-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(244, 246, 250, .14); border-left: 1px solid rgba(244, 246, 250, .14); }
.svc-commercial-grid article { min-height: 190px; padding: 1.4rem; border-right: 1px solid rgba(244, 246, 250, .14); border-bottom: 1px solid rgba(244, 246, 250, .14); }
.svc-commercial-grid article > span { color: var(--amber); font-size: .7rem; letter-spacing: .15em; }
.svc-commercial-grid h3 { margin: 2rem 0 .55rem; font-size: 1.15rem; }
.svc-commercial-grid p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }

.svc-settlement { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 6rem); }
.svc-flow { margin: 0; padding: 0; list-style: none; }
.svc-flow li { display: grid; grid-template-columns: minmax(90px, .45fr) 1fr; gap: 1rem; padding: 1.05rem 0; border-top: 1px solid rgba(244, 246, 250, .12); }
.svc-flow strong { color: #fff; }
.svc-flow span { color: var(--muted); }
.svc-payment-note { grid-column: 1 / -1; padding: clamp(1.35rem, 3.5vw, 2.5rem); background: rgba(6, 8, 12, .75); border: 1px solid rgba(255, 155, 53, .25); border-radius: 20px; }
.svc-payment-note h3 { margin: 0 0 .75rem; font-size: clamp(1.35rem, 2.5vw, 2.1rem); }
.svc-payment-note p { margin: .6rem 0 0; color: var(--muted); line-height: 1.65; }
.svc-payment-note strong { color: #fff; }

.svc-lifecycle { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; }
.svc-lifecycle li { min-height: 190px; padding: 1.4rem; border-top: 1px solid rgba(244, 246, 250, .14); border-right: 1px solid rgba(244, 246, 250, .14); }
.svc-lifecycle li:nth-child(3n+1) { border-left: 1px solid rgba(244, 246, 250, .14); }
.svc-lifecycle li:nth-child(n+4) { border-bottom: 1px solid rgba(244, 246, 250, .14); }
.svc-lifecycle span { color: var(--amber); font-size: .72rem; letter-spacing: .14em; }
.svc-lifecycle strong { display: block; margin: 1.8rem 0 .5rem; font-size: 1.12rem; }
.svc-lifecycle p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }

.svc-close { padding-block: clamp(6rem, 12vw, 12rem); text-align: center; }
.svc-close .svc-wrap { display: flex; align-items: center; flex-direction: column; }
.svc-close h2 { max-width: 900px; }
.svc-close .hero-actions { justify-content: center; }

@media (max-width: 900px) {
  .svc-grid,
  .svc-settlement { grid-template-columns: 1fr; }
  .svc-commercial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svc-progression { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svc-lifecycle { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svc-lifecycle li:nth-child(3n+1) { border-left: 0; }
  .svc-lifecycle li:nth-child(2n+1) { border-left: 1px solid rgba(244, 246, 250, .14); }
  .svc-lifecycle li:nth-child(n+4) { border-bottom: 0; }
  .svc-lifecycle li:nth-last-child(-n+2) { border-bottom: 1px solid rgba(244, 246, 250, .14); }
}

@media (max-width: 620px) {
  .svc-wrap { width: min(100% - 1.25rem, 1180px); }
  .svc-hero { min-height: 90svh; }
  .svc-hero h1 { font-size: clamp(2.45rem, 11vw, 3.25rem); }
  .svc-hero .hero-copy,
  .svc-hero .hero-copy .hero-claim,
  .svc-hero .hero-copy p:not(.hero-claim) { text-align: left; }
  .svc-hero .hero-copy .hero-claim { font-size: clamp(1.75rem, 8.5vw, 2.25rem); line-height: 1.03; }
  .svc-proofline { align-items: flex-start; flex-direction: column; }
  .svc-grid,
  .svc-progression,
  .svc-commercial-grid,
  .svc-lifecycle { grid-template-columns: 1fr; }
  .svc-card--feature { grid-column: auto; }
  .svc-card-top { flex-direction: column; }
  .svc-card-top .svc-shape { text-align: left; }
  .svc-progression li { min-height: 0; }
  .svc-commercial-grid article { min-height: 150px; }
  .svc-lifecycle li,
  .svc-lifecycle li:nth-child(2n+1),
  .svc-lifecycle li:nth-last-child(-n+2) { min-height: 0; border: 0; border-top: 1px solid rgba(244, 246, 250, .14); }
  .svc-lifecycle li:last-child { border-bottom: 1px solid rgba(244, 246, 250, .14); }
  .svc-flow li { grid-template-columns: 1fr; gap: .25rem; }
}

@media (prefers-reduced-motion: reduce) {
  .svc-card-actions a::after { transition: none; }
}

/* One device-sized opening chapter, followed by the audience and catalogue. */
.svc-hero {
  height: 100svh;
  min-height: 0;
  padding-top: clamp(5rem, 10svh, 7rem);
  padding-bottom: clamp(1.5rem, 4svh, 3rem);
}
.svc-hero .hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(.8rem, 2svh, 1.4rem) clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.svc-hero .svc-eyebrow { grid-column: 1 / -1; }
.svc-hero h1 { grid-column: 1; grid-row: 2 / span 2; margin: 0; font-size: clamp(3rem, min(5.8vw, 10svh), 5.8rem); }
.svc-hero .hero-copy { grid-column: 2; margin: 0; }
.svc-hero .hero-copy .hero-claim { max-width: 14ch; margin: 0; font-size: clamp(2rem, min(3.7vw, 6.3svh), 3.45rem); line-height: .96; }
.svc-hero .hero-copy p:not(.hero-claim) { margin-top: .85rem; font-size: clamp(.88rem, 1.2vw, 1.02rem); line-height: 1.45; }
.svc-hero .hero-actions { grid-column: 2; margin-top: 0; }
.svc-hero .svc-proofline { grid-column: 1 / -1; margin-top: .7rem; }

@media (max-width: 760px) {
  .svc-hero { padding: max(4.5rem, calc(env(safe-area-inset-top) + 4rem)) .8rem max(.8rem, env(safe-area-inset-bottom)); }
  .svc-hero .hero-inner { grid-template-columns: 1fr; gap: .55rem; }
  .svc-hero .svc-eyebrow,
  .svc-hero h1,
  .svc-hero .hero-copy,
  .svc-hero .hero-actions,
  .svc-hero .svc-proofline { grid-column: 1; grid-row: auto; }
  .svc-hero h1 { max-width: 12ch; font-size: clamp(2.55rem, min(11.6vw, 6.4svh), 3.35rem); line-height: .92; }
  .svc-hero .hero-copy .hero-claim { max-width: 17ch; font-size: clamp(1.7rem, min(7.8vw, 4.5svh), 2.15rem); }
  .svc-hero .hero-copy p:not(.hero-claim) { margin-top: .45rem; font-size: .78rem; line-height: 1.35; }
  .svc-hero .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem; }
  .svc-hero .hero-actions a { min-height: 2.55rem; padding: .55rem .4rem; font-size: .6rem; text-align: center; }
  .svc-hero .hero-actions .secondary-action:last-child { display: inline-flex !important; }
  .svc-proofline { gap: .25rem .85rem; font-size: .6rem; }
}

@media (max-width: 420px) and (max-height: 700px) {
  .svc-hero { padding-top: max(4rem, calc(env(safe-area-inset-top) + 3.6rem)); }
  .svc-hero h1 { font-size: clamp(2.2rem, 10.2vw, 2.65rem); }
  .svc-hero .hero-copy .hero-claim { font-size: 1.45rem; }
  .svc-hero .hero-copy p:not(.hero-claim) { font-size: .69rem; }
  .svc-proofline { font-size: .54rem; }
}

/* 2026-08-22 — Living sovereign mandate finder */
.svc-mandate {
  --svc-orange: #f7931a;
  --svc-blue: #7bb8da;
  --svc-ink: #f4f7fa;
  --svc-muted: #aab4c0;
  position: relative;
  isolation: isolate;
  height: 100svh;
  min-height: 640px;
  overflow: hidden;
  color: var(--svc-ink);
  background:
    radial-gradient(circle at 72% 38%, rgba(88, 137, 170, .12), transparent 35%),
    radial-gradient(circle at 36% 82%, rgba(247, 147, 26, .1), transparent 32%),
    linear-gradient(145deg, rgba(4, 6, 9, .86), rgba(6, 9, 14, .73));
}

.svc-mandate::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
  content: "";
}

.svc-mandate::after {
  position: absolute;
  z-index: -1;
  width: 38vw;
  aspect-ratio: 1;
  right: -12vw;
  bottom: -22vw;
  border: 1px solid rgba(247, 147, 26, .13);
  border-radius: 50%;
  box-shadow: 0 0 120px rgba(247, 147, 26, .08), inset 0 0 90px rgba(247, 147, 26, .04);
  content: "";
}

.svc-mandate__inner {
  width: min(1240px, calc(100% - 2.4rem));
  height: 100%;
  margin-inline: auto;
  padding: clamp(5.8rem, 11svh, 7.5rem) 0 clamp(1rem, 2.4svh, 1.7rem);
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(440px, 1.14fr);
  grid-template-rows: auto 1fr auto auto;
  grid-template-areas:
    "intro visual"
    "finder visual"
    "resolution resolution"
    "catalogue catalogue";
  gap: clamp(.7rem, 1.5svh, 1.2rem) clamp(1.5rem, 4vw, 4.5rem);
}

.svc-mandate__intro { grid-area: intro; align-self: end; }
.svc-mandate__intro h1 {
  max-width: 13ch;
  margin: .55rem 0 .65rem;
  font-size: clamp(2.6rem, min(4.2vw, 7svh), 4.8rem);
  line-height: .92;
  letter-spacing: -.052em;
  text-wrap: balance;
}
.svc-mandate__intro > p:last-child {
  max-width: 60ch;
  margin: 0;
  color: var(--svc-muted);
  font-size: clamp(.82rem, 1.08vw, 1rem);
  line-height: 1.5;
}

.svc-mandate__visual {
  grid-area: visual;
  position: relative;
  min-height: 0;
  display: grid;
  place-items: center;
  align-self: stretch;
  pointer-events: none;
}
.svc-mandate__visual::before {
  position: absolute;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247,147,26,.09), rgba(79,125,156,.05) 42%, transparent 70%);
  filter: blur(12px);
  content: "";
}
.svc-mandate__visual svg { position: relative; width: min(100%, 680px); max-height: 100%; overflow: visible; }
.svc-orbits { fill: none; stroke: rgba(218, 229, 238, .15); stroke-width: 1; stroke-dasharray: 3 8; }
.svc-orbits ellipse:first-child { stroke: rgba(123, 184, 218, .22); }
.svc-boundary-ring { fill: none; stroke: rgba(244, 247, 250, .28); stroke-width: 1; }
.svc-boundary-ring circle:first-child { stroke-dasharray: 4 7; animation: svc-spin 28s linear infinite; transform-origin: 360px 260px; }
.svc-boundary-ring circle:last-child { stroke: rgba(247,147,26,.36); stroke-dasharray: 1 11; animation: svc-spin 19s linear infinite reverse; transform-origin: 360px 260px; }
.svc-core path { fill: #0b0c0e; opacity: .9; }
.svc-core text,
.svc-node text,
.svc-scene-label { fill: rgba(235, 241, 246, .74); font-family: inherit; font-size: 12px; font-weight: 750; letter-spacing: 2.2px; }
.svc-node circle { fill: #080b10; stroke: rgba(212, 225, 235, .48); stroke-width: 2; }
.svc-node--identity circle,
.svc-node--evidence circle { stroke: rgba(123,184,218,.76); }
.svc-node--treasury circle,
.svc-node--delivery circle { stroke: rgba(247,147,26,.8); }
.svc-signal { fill: none; stroke: url(#svc-line); stroke-width: 2.6; stroke-linecap: round; stroke-dasharray: 8 14; filter: url(#svc-glow); animation: svc-flow 2.8s linear infinite; }
.svc-signal--two { animation-delay: -.85s; }
.svc-signal--three { animation-delay: -1.7s; }
[data-services-scene][data-active="true"] .svc-scene-label { fill: #fff; }
.svc-visual-legend {
  position: absolute;
  inset: auto 0 .2rem;
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  color: rgba(220,228,235,.58);
  font-size: .59rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.svc-visual-legend span { display: inline-flex; align-items: center; gap: .42rem; }
.svc-visual-legend span::before { width: .34rem; height: .34rem; border-radius: 50%; background: var(--svc-blue); box-shadow: 0 0 10px rgba(123,184,218,.6); content: ""; }
.svc-visual-legend span:nth-child(2)::before { background: #e5eaf0; box-shadow: none; }
.svc-visual-legend span:nth-child(3)::before { background: var(--svc-orange); box-shadow: 0 0 10px rgba(247,147,26,.7); }

.svc-finder { grid-area: finder; align-self: end; display: grid; gap: .6rem; }
.svc-finder__axis { min-width: 0; }
.svc-finder__label { display: block; margin-bottom: .28rem; color: rgba(218,227,235,.58); font-size: .58rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.svc-finder__tabs { display: flex; gap: .35rem; overflow-x: auto; scrollbar-width: none; }
.svc-finder__tabs::-webkit-scrollbar { display: none; }
.svc-finder__tabs button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: .56rem .72rem;
  color: rgba(226,233,239,.68);
  font: inherit;
  font-size: .68rem;
  font-weight: 720;
  letter-spacing: .035em;
  white-space: nowrap;
  background: rgba(6,9,13,.6);
  border: 1px solid rgba(226,233,239,.13);
  border-radius: 999px;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.svc-finder__tabs button:hover,
.svc-finder__tabs button:focus-visible { color: #fff; border-color: rgba(123,184,218,.6); }
.svc-finder__tabs button[aria-selected="true"] { color: #fff; background: linear-gradient(135deg, rgba(247,147,26,.24), rgba(247,147,26,.08)); border-color: rgba(247,147,26,.72); box-shadow: inset 0 0 16px rgba(247,147,26,.08), 0 0 18px rgba(247,147,26,.07); }

.svc-resolution {
  grid-area: resolution;
  min-width: 0;
  padding: .72rem .78rem .72rem 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: .15rem 1.1rem;
  background: linear-gradient(100deg, rgba(11,15,21,.88), rgba(17,17,17,.7));
  border: 1px solid rgba(223,232,239,.16);
  border-left-color: rgba(247,147,26,.62);
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,.24);
}
.svc-resolution > div { min-width: 0; }
.svc-resolution span { display: block; margin-bottom: .12rem; color: var(--svc-orange); font-size: .56rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.svc-resolution strong { display: block; font-size: clamp(.95rem, 1.45vw, 1.24rem); font-weight: 650; letter-spacing: -.015em; }
.svc-resolution p { margin: .18rem 0 0; color: var(--svc-muted); font-size: .72rem; line-height: 1.38; }
.svc-resolution .primary-action { grid-column: 2; grid-row: 1 / span 2; min-width: 184px; min-height: 46px; padding: .72rem 1rem; justify-content: center; font-size: .66rem; }
.svc-resolution small { color: rgba(215,224,232,.48); font-size: .58rem; letter-spacing: .035em; }
.svc-catalogue-link { grid-area: catalogue; justify-self: center; color: rgba(225,232,238,.62); font-size: .62rem; font-weight: 750; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.svc-catalogue-link span { margin-left: .45rem; color: var(--svc-orange); }

.svc-mandate[data-need="adopt"] .svc-core circle { filter: hue-rotate(-5deg) saturate(1.12); }
.svc-mandate[data-need="understand"] .svc-core circle { filter: hue-rotate(140deg) saturate(.75); }
.svc-mandate[data-need="build"] .svc-core circle { filter: saturate(1.3) brightness(1.08); }

@keyframes svc-flow { to { stroke-dashoffset: -44; } }
@keyframes svc-spin { to { transform: rotate(360deg); } }

@media (max-width: 760px) {
  .svc-mandate { min-height: 700px; }
  .svc-mandate__inner {
    width: min(100% - 1.2rem, 560px);
    padding: max(4.7rem, calc(env(safe-area-inset-top) + 4.2rem)) 0 max(5.5rem, calc(env(safe-area-inset-bottom) + 5rem));
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(150px, 1fr) auto auto auto;
    grid-template-areas: "intro" "visual" "finder" "resolution" "catalogue";
    gap: .48rem;
  }
  .svc-mandate__intro h1 { max-width: 15ch; margin: .3rem 0 .35rem; font-size: clamp(2rem, min(8.7vw, 4.8svh), 2.65rem); line-height: .94; }
  .svc-mandate__intro > p:last-child { max-width: 49ch; font-size: .68rem; line-height: 1.35; }
  .svc-eyebrow { font-size: .58rem; }
  .svc-mandate__visual { min-height: 0; }
  .svc-mandate__visual { overflow: hidden; }
  .svc-mandate__visual svg { width: min(100%, 355px); height: 100%; overflow: hidden; }
  .svc-visual-legend { bottom: 0; gap: .62rem; font-size: .46rem; }
  .svc-core text, .svc-node text, .svc-scene-label { font-size: 14px; }
  .svc-finder { gap: .32rem; }
  .svc-finder__label { margin-bottom: .18rem; font-size: .48rem; }
  .svc-finder__tabs button { min-height: 40px; padding: .48rem .58rem; font-size: .58rem; }
  .svc-resolution { padding: .58rem .64rem; grid-template-columns: minmax(0, 1fr) auto; gap: .15rem .55rem; }
  .svc-resolution span { font-size: .46rem; }
  .svc-resolution strong { font-size: .86rem; }
  .svc-resolution p { max-width: 38ch; font-size: .59rem; line-height: 1.25; }
  .svc-resolution .primary-action { min-width: 112px; min-height: 40px; padding: .5rem .55rem; font-size: .54rem; }
  .svc-resolution small { font-size: .47rem; }
  .svc-catalogue-link { font-size: .5rem; }
}

@media (max-width: 420px) and (max-height: 760px) {
  .svc-mandate { min-height: 100svh; }
  .svc-mandate__inner {
    padding: max(4.1rem, calc(env(safe-area-inset-top) + 3.7rem)) 0 max(4.5rem, calc(env(safe-area-inset-bottom) + 4.2rem));
    grid-template-rows: auto minmax(88px, 1fr) auto auto;
    grid-template-areas: "intro" "visual" "finder" "resolution";
    gap: .22rem;
  }
  .svc-mandate__intro h1 { max-width: 14ch; font-size: 1.65rem; }
  .svc-mandate__intro > p:last-child { display: none; }
  .svc-mandate__visual svg { width: min(100%, 280px); }
  .svc-visual-legend { display: none; }
  .svc-finder { gap: .18rem; }
  .svc-finder__label { margin-bottom: .1rem; font-size: .42rem; }
  .svc-finder__tabs button { min-height: 32px; padding: .34rem .44rem; font-size: .52rem; }
  .svc-resolution { padding: .42rem .48rem; }
  .svc-resolution span { font-size: .42rem; }
  .svc-resolution strong { font-size: .75rem; }
  .svc-resolution p,
  .svc-resolution small,
  .svc-catalogue-link { display: none; }
  .svc-resolution .primary-action { min-width: 100px; min-height: 36px; font-size: .48rem; }
}

@media (prefers-reduced-motion: reduce) {
  .svc-boundary-ring circle:first-child,
  .svc-boundary-ring circle:last-child,
  .svc-signal { animation: none; }
  .svc-mandate [data-services-primary-action],
  .svc-mandate [data-services-primary-action]::before,
  .svc-mandate [data-services-primary-action]::after { animation: none !important; }
  .svc-finder__tabs button { transition: none; }
}
