.service-page {
  --service-ink: #070706;
  --service-surface: #10100f;
  --service-surface-raised: #171714;
  --service-paper: #f4f0e8;
  --service-paper-deep: #e8e1d5;
  --service-paper-ink: #17140f;
  --service-text: #aaa59d;
  --service-text-strong: #d8d3cb;
  --service-accent: #ff5a0a;
  --service-accent-paper: #c84505;
  --service-line: rgba(255, 255, 255, .12);
  --service-paper-line: rgba(23, 20, 15, .18);
  --service-radius-control: 5px;
  --service-radius-surface: 12px;
  --service-shadow: 0 28px 80px rgba(0, 0, 0, .28);
  --service-ease-out: cubic-bezier(.23, 1, .32, 1);
  --service-ease-in-out: cubic-bezier(.77, 0, .175, 1);
  background: var(--service-ink);
  color: var(--service-text);
}

.service-page main {
  padding-top: 72px;
  overflow: hidden;
  overflow: clip;
}

.service-page a,
.service-page button {
  -webkit-tap-highlight-color: transparent;
}

.service-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

/* Navigation */
.service-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(7, 7, 6, .88);
  border-bottom: 1px solid var(--service-line);
  backdrop-filter: blur(16px);
}

.service-nav-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.service-brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  letter-spacing: -.025em;
}

.service-desktop-nav,
.service-footer-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.service-desktop-nav a,
.service-footer-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #aaa59d;
  font-size: .84rem;
  text-decoration: none;
  transition: color 150ms ease, background-color 150ms ease, transform 140ms var(--service-ease-out);
}

.service-desktop-nav .service-nav-cta {
  min-height: 44px;
  padding: 0 18px;
  border-left: 3px solid rgba(255, 255, 255, .42);
  border-radius: var(--service-radius-control);
  background: var(--service-accent);
  color: #fff;
  font-weight: 800;
}

.service-menu-button {
  width: 48px;
  height: 48px;
  margin-right: -12px;
  padding: 11px 13px;
  display: none;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.service-mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 40;
  padding: 104px 24px 32px;
  background:
    radial-gradient(circle at 80% 14%, rgba(255, 90, 10, .12), transparent 32%),
    var(--service-ink);
}

.service-mobile-menu-inner {
  width: min(100%, 520px);
  min-height: calc(100% - 24px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.service-mobile-menu a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--service-line);
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 1.35rem;
  font-weight: 650;
  text-decoration: none;
}

.service-mobile-menu a::after {
  content: '\2197';
  color: var(--service-accent);
  font-family: 'IBM Plex Mono', monospace;
  font-size: .85rem;
}

.service-mobile-menu .service-mobile-cta {
  min-height: 56px;
  margin-top: auto;
  padding: 0 20px;
  justify-content: center;
  border: 0;
  border-left: 3px solid rgba(255, 255, 255, .42);
  border-radius: var(--service-radius-control);
  background: var(--service-accent);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: .95rem;
  font-weight: 800;
}

.service-mobile-menu .service-mobile-cta::after {
  margin-left: 10px;
  color: #fff;
  content: '\2192';
}

/* Hero */
.service-hero {
  position: relative;
  padding: 112px 0 88px;
  border-bottom: 1px solid var(--service-line);
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 90, 10, .09), transparent 30%),
    radial-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: auto, 24px 24px;
}

.service-hero::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: min(28vw, 420px);
  height: 2px;
  background: var(--service-accent);
}

.service-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
  gap: clamp(44px, 7vw, 84px);
  align-items: end;
}

.service-breadcrumb,
.service-kicker,
.service-section-index,
.service-number,
.module-eyebrow,
.trace-step,
.related-label {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.service-breadcrumb {
  min-height: 44px;
  margin: 0 0 28px;
  display: flex;
  align-items: center;
  color: #938e86;
  font-size: .68rem;
}

.service-breadcrumb a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--service-accent);
  text-decoration: none;
}

.service-title {
  max-width: 860px;
  margin: 0 0 30px;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(3.35rem, 7.4vw, 6.7rem);
  font-weight: 750;
  letter-spacing: -.058em;
  line-height: .9;
  text-wrap: balance;
}

.service-title em {
  color: #aaa59d;
  font-weight: 400;
}

.service-summary {
  max-width: 730px;
  margin: 0;
  color: #beb9b1;
  font-size: clamp(1.03rem, 1.8vw, 1.25rem);
  line-height: 1.7;
}

.service-brief {
  position: relative;
  overflow: hidden;
  padding: 8px 24px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--service-radius-surface);
  background: rgba(16, 16, 15, .9);
  box-shadow: var(--service-shadow);
}
.service-brief::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--service-accent), transparent);
  transition: transform 720ms var(--service-ease-in-out);
}
.service-brief.is-inspected::after { transform: scaleX(1); }

.service-brief-head {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--service-line);
}

.service-brief-head strong {
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

.service-status,
.priority {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.service-status {
  color: #ffb383;
}

.service-brief dl {
  margin: 0;
}

.service-brief-row {
  padding: 15px 0;
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .075);
}

.service-brief-row:last-child {
  border-bottom: 0;
}

.service-brief dt {
  color: #817c74;
  font-family: 'IBM Plex Mono', monospace;
  font-size: .63rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-brief dd {
  margin: 0;
  color: var(--service-text-strong);
  font-size: .84rem;
  line-height: 1.55;
}

/* Shared editorial sections */
.service-section {
  padding: clamp(76px, 9vw, 112px) 0;
  border-bottom: 1px solid var(--service-line);
}

.service-section-head {
  margin-bottom: clamp(38px, 6vw, 64px);
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 48px;
}

.service-section-head.compact {
  margin-bottom: 40px;
}

.service-section-index {
  padding-top: 9px;
  color: var(--service-accent);
  font-size: .67rem;
}

.service-section-head h2 {
  max-width: 840px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.15rem, 5vw, 4.25rem);
  letter-spacing: -.045em;
  line-height: .98;
  text-wrap: balance;
}

.service-section-head p {
  max-width: 730px;
  margin: 22px 0 0;
  color: #aaa59d;
  font-size: 1.02rem;
  line-height: 1.78;
}

.service-paper {
  background: var(--service-paper);
  color: var(--service-paper-ink);
}

.service-paper .service-section-index,
.service-paper .module-eyebrow {
  color: var(--service-accent-paper);
}

.service-paper .service-section-head h2,
.service-paper h2,
.service-paper h3 {
  color: var(--service-paper-ink);
}

.service-paper .service-section-head p,
.service-paper p {
  color: #655e55;
}

.module-eyebrow {
  color: var(--service-accent);
  font-size: .66rem;
}

.module-note {
  margin: 0;
  font-size: .78rem;
  line-height: 1.55;
}

/* Audit: illustrative deliverable */
.audit-deliverable {
  overflow: hidden;
  border: 1px solid var(--service-paper-line);
  border-radius: var(--service-radius-surface);
  background: var(--service-paper);
  color: var(--service-paper-ink);
  box-shadow: var(--service-shadow);
}

.deliverable-head {
  padding: clamp(24px, 4vw, 42px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  border-bottom: 1px solid var(--service-paper-line);
}

.deliverable-head h3 {
  margin: 10px 0 0;
  color: var(--service-paper-ink);
  font-size: clamp(1.65rem, 4vw, 2.8rem);
  letter-spacing: -.035em;
}

.deliverable-disclaimer {
  max-width: 270px;
  margin: 0;
  padding-left: 18px;
  border-left: 2px solid var(--service-accent-paper);
  color: #655e55;
  font-size: .76rem;
  line-height: 1.55;
}

.audit-deliverable .module-eyebrow {
  color: var(--service-accent-paper);
}

.deliverable-columns,
.report-finding {
  display: grid;
  grid-template-columns: 68px minmax(180px, 1.2fr) minmax(170px, 1fr) 110px minmax(190px, 1.15fr);
  gap: 22px;
}

.deliverable-columns {
  padding: 14px clamp(24px, 4vw, 42px);
  border-bottom: 1px solid var(--service-paper-line);
  background: var(--service-paper-deep);
  color: #6d655a;
  font-family: 'IBM Plex Mono', monospace;
  font-size: .6rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.report-finding {
  padding: clamp(24px, 3.5vw, 36px) clamp(24px, 4vw, 42px);
  align-items: start;
  border-bottom: 1px solid var(--service-paper-line);
}

.report-finding:last-child {
  border-bottom: 0;
}

.finding-id {
  color: var(--service-accent-paper);
  font-family: 'IBM Plex Mono', monospace;
  font-size: .7rem;
  font-weight: 600;
}

.report-finding h4 {
  margin: 0;
  color: var(--service-paper-ink);
  font-family: 'Outfit', sans-serif;
  font-size: 1.08rem;
  line-height: 1.35;
}

.report-finding p {
  margin: 0;
  color: #655e55;
  font-size: .86rem;
  line-height: 1.65;
}

.report-finding dl {
  display: contents;
}

.report-finding .impact {
  grid-column: 3;
}

.report-finding > .priority {
  grid-column: 4;
}

.report-finding .next-move {
  grid-column: 5;
}

.report-finding dt {
  display: none;
}

.report-finding dd {
  margin: 0;
}

.priority {
  padding: 7px 9px;
  background: rgba(200, 69, 5, .1);
  color: #a53702;
}

.priority.medium {
  background: rgba(91, 80, 65, .1);
  color: #5b5041;
}

/* Interactive report controls */
.module-toolbar {
  margin: 0 0 14px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto;
  align-items: center;
  gap: 14px 24px;
  border: 1px solid var(--service-line);
  border-radius: var(--service-radius-surface);
  background: var(--service-surface-raised);
}

.module-toolbar-copy strong,
.journey-scrubber-copy strong,
.system-inspector-head strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: .95rem;
}

.priority-controls,
.system-inspector-controls {
  display: flex;
  align-items: center;
  gap: 6px;
}

.module-control-button {
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--service-radius-control);
  background: rgba(255, 255, 255, .035);
  color: #d4cfc7;
  font-family: 'IBM Plex Mono', monospace;
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .04em;
  cursor: pointer;
  transition: transform 140ms var(--service-ease-out), border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.module-control-button:active { transform: scale(.97); }
.module-control-button[aria-pressed='true'] {
  border-color: var(--service-accent);
  background: rgba(255, 90, 10, .14);
  color: #ffb184;
}

.module-control-status {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid var(--service-line);
  color: #98938b;
  font-size: .76rem;
}

.report-finding {
  position: relative;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.report-finding::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  transform: scaleY(0);
  transform-origin: center;
  background: var(--service-accent-paper);
  transition: transform 220ms var(--service-ease-out);
}

.report-finding.priority-match {
  background: rgba(200, 69, 5, .055);
  box-shadow: inset 0 0 0 1px rgba(200, 69, 5, .08);
}
.report-finding.priority-match::before { transform: scaleY(1); }

/* Ruled fit ledgers */
.fit-ledger {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  border-top: 1px solid var(--service-paper-line);
  border-bottom: 1px solid var(--service-paper-line);
}

.fit-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-list li {
  padding: 25px 28px 25px 0;
  display: grid;
  grid-template-columns: 48px minmax(180px, .75fr) minmax(220px, 1.25fr);
  gap: 22px;
  border-bottom: 1px solid var(--service-paper-line);
}

.fit-list li:last-child {
  border-bottom: 0;
}

.fit-index {
  color: var(--service-accent-paper);
  font-family: 'IBM Plex Mono', monospace;
  font-size: .68rem;
}

.fit-list h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.35;
}

.fit-list p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.7;
}

.fit-aside {
  padding: clamp(28px, 5vw, 52px);
  border-left: 1px solid var(--service-paper-line);
  background: var(--service-paper-ink);
  color: #fff;
}

.fit-aside h3 {
  margin: 18px 0 14px;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  letter-spacing: -.03em;
  line-height: 1.05;
}

.fit-aside .module-eyebrow {
  color: #ff8b50;
}

.fit-aside p {
  color: #bcb6ad;
  font-size: .9rem;
  line-height: 1.75;
}

.fit-aside hr {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.service-section:not(.service-paper) .fit-ledger,
.service-section:not(.service-paper) .fit-list li {
  border-color: var(--service-line);
}

.service-section:not(.service-paper) .fit-list h3 {
  color: #fff;
}

.service-section:not(.service-paper) .fit-list p {
  color: #9f9a92;
}

.service-section:not(.service-paper) .fit-index {
  color: #ff8b50;
}

.service-section:not(.service-paper) .fit-aside {
  border-color: var(--service-line);
  background: var(--service-surface-raised);
}

/* Follow-up: handoff timeline */
.response-map {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  border: 1px solid var(--service-line);
  border-radius: var(--service-radius-surface);
  background: var(--service-surface);
}

.response-demo-control {
  grid-column: 1 / -1;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--service-line);
  background: rgba(255, 255, 255, .018);
}

.response-demo-status {
  margin: 5px 0 0;
  color: #a49f97;
  font-size: .78rem;
}

.response-demo-button { min-width: 172px; }

.response-timeline {
  margin: 0;
  padding: 18px 36px;
  list-style: none;
}

.response-timeline li {
  position: relative;
  min-height: 114px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 92px 28px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid var(--service-line);
  transition: background-color 200ms ease, opacity 180ms ease;
}

.response-timeline li:last-child {
  border-bottom: 0;
}

.timeline-time {
  padding-top: 3px;
  color: #969087;
  font-family: 'IBM Plex Mono', monospace;
  font-size: .63rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.timeline-marker {
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border: 4px solid var(--service-surface);
  border-radius: 50%;
  background: var(--service-accent);
  box-shadow: 0 0 0 1px var(--service-accent);
  transition: transform 200ms var(--service-ease-out), background-color 180ms ease, box-shadow 180ms ease;
}
.timeline-marker::before {
  content: '';
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(255, 90, 10, .42);
  border-radius: 50%;
  transform: scale(.86);
  opacity: 0;
  transition: transform 200ms var(--service-ease-out), opacity 180ms ease;
}
.response-timeline li.is-active { background: linear-gradient(90deg, rgba(255, 90, 10, .075), transparent 72%); }
.response-timeline li.is-active .timeline-marker { transform: scale(1.15); box-shadow: 0 0 0 1px var(--service-accent), 0 0 22px rgba(255, 90, 10, .34); }
.response-timeline li.is-active .timeline-marker::before { transform: scale(1); opacity: 1; }
.response-timeline li.is-complete .timeline-marker { background: #a9d8ca; box-shadow: 0 0 0 1px #7fb6a6; }

.response-timeline li:not(:last-child) .timeline-marker::after {
  content: '';
  position: absolute;
  top: 17px;
  left: 3px;
  width: 1px;
  height: 89px;
  background: rgba(255, 90, 10, .38);
}

.timeline-copy h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.14rem;
}

.timeline-copy p {
  max-width: 590px;
  margin: 0;
  color: #98938b;
  font-size: .88rem;
  line-height: 1.65;
}

.handoff-flag {
  margin-top: 12px;
  display: inline-flex;
  color: #ffae7a;
  font-family: 'IBM Plex Mono', monospace;
  font-size: .62rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stop-panel {
  padding: 36px;
  border-left: 1px solid var(--service-line);
  background: var(--service-surface-raised);
  transition: background-color 220ms ease, box-shadow 220ms ease;
}
.stop-panel.is-active { background: #1b1712; box-shadow: inset 3px 0 0 var(--service-accent); }

.stop-panel h3 {
  margin: 18px 0 12px;
  color: #fff;
  font-size: 1.65rem;
  line-height: 1.05;
}

.stop-panel > p {
  margin: 0;
  color: #9e9991;
  font-size: .88rem;
  line-height: 1.7;
}

.stop-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.stop-list li {
  padding: 13px 0;
  display: flex;
  gap: 10px;
  border-top: 1px solid var(--service-line);
  color: #d3cec6;
  font-size: .82rem;
  line-height: 1.5;
}

.stop-list li::before {
  content: '\00d7';
  color: var(--service-accent);
  font-family: 'IBM Plex Mono', monospace;
}

/* Booking: customer/business lanes */
.booking-map {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--service-paper-line);
  border-radius: var(--service-radius-surface);
  background: #fbf8f2;
  box-shadow: 0 24px 70px rgba(37, 29, 19, .1);
}

.journey-scrubber {
  padding: 20px 28px;
  border-bottom: 1px solid var(--service-paper-line);
  background: #1d1914;
}

.journey-scrubber-copy {
  margin-bottom: 14px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.journey-scrubber-copy output {
  color: #ffb184;
  font-family: 'IBM Plex Mono', monospace;
  font-size: .68rem;
  letter-spacing: .05em;
  text-align: right;
}

.journey-scrubber input[type='range'] {
  --scrub-progress: 0%;
  width: 100%;
  height: 44px;
  margin: 0;
  appearance: none;
  background: transparent;
  cursor: grab;
}
.journey-scrubber input[type='range']:active { cursor: grabbing; }
.journey-scrubber input[type='range']::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 0;
  background: linear-gradient(90deg, var(--service-accent) 0 var(--scrub-progress), rgba(255, 255, 255, .17) var(--scrub-progress) 100%);
}
.journey-scrubber input[type='range']::-moz-range-track { height: 3px; background: rgba(255, 255, 255, .17); }
.journey-scrubber input[type='range']::-moz-range-progress { height: 3px; background: var(--service-accent); }
.journey-scrubber input[type='range']::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  margin-top: -9px;
  appearance: none;
  border: 5px solid #1d1914;
  border-radius: 50%;
  background: var(--service-accent);
  box-shadow: 0 0 0 1px #ff9b67, 0 6px 18px rgba(0, 0, 0, .28);
}
.journey-scrubber input[type='range']::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 4px solid #1d1914;
  border-radius: 50%;
  background: var(--service-accent);
  box-shadow: 0 0 0 1px #ff9b67;
}

.booking-map-head {
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--service-paper-line);
}

.booking-map-head p {
  margin: 0;
  font-size: .78rem;
}

.booking-lane-row {
  padding: 30px 28px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 30px;
  border-bottom: 1px solid var(--service-paper-line);
}

.booking-lane-row:last-child {
  border-bottom: 0;
}

.lane-heading h3 {
  margin: 9px 0 0;
  font-size: 1.25rem;
}

.lane-heading span {
  color: var(--service-accent-paper);
  font-family: 'IBM Plex Mono', monospace;
  font-size: .63rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.booking-lane {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
}

.booking-lane li {
  position: relative;
  min-height: 116px;
  padding: 24px 20px 8px;
  border-top: 1px solid #b9aea0;
  transition: transform 200ms var(--service-ease-out), background-color 180ms ease, box-shadow 180ms ease;
}

.booking-lane li::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--service-accent-paper);
  transition: transform 180ms var(--service-ease-out), background-color 180ms ease, box-shadow 180ms ease;
}
.booking-lane li.is-active {
  z-index: 1;
  transform: translateY(-3px);
  background: rgba(200, 69, 5, .07);
  box-shadow: inset 0 0 0 1px rgba(200, 69, 5, .11);
}
.booking-lane li.is-active::before { transform: scale(1.45); box-shadow: 0 0 0 5px rgba(200, 69, 5, .12); }
.booking-lane li.is-complete::before { background: #39786c; }

.booking-lane li:not(:last-child)::after {
  content: '\2192';
  position: absolute;
  top: -13px;
  right: 6px;
  padding: 0 4px;
  background: #fbf8f2;
  color: #8b8175;
  font-family: 'IBM Plex Mono', monospace;
  font-size: .7rem;
}

.booking-lane strong {
  display: block;
  color: var(--service-paper-ink);
  font-family: 'Outfit', sans-serif;
  font-size: .95rem;
}

.booking-lane small {
  margin-top: 7px;
  display: block;
  color: #6f675e;
  font-size: .74rem;
  line-height: 1.5;
}

.booking-lane-row.business {
  background: var(--service-paper-deep);
}

.booking-lane-row.business .booking-lane li:not(:last-child)::after {
  background: var(--service-paper-deep);
}

.lane-handoff {
  padding: 14px 28px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
  border-bottom: 1px solid var(--service-paper-line);
  background: var(--service-paper-ink);
}

.lane-handoff strong,
.lane-handoff span {
  color: #fff;
  font-size: .78rem;
  line-height: 1.55;
}

.lane-handoff strong {
  color: #ffae7a;
  font-family: 'IBM Plex Mono', monospace;
  font-size: .62rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Systems: constraint-to-outcome schematic */
.system-schematic {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--service-line);
  border-radius: var(--service-radius-surface);
  background:
    linear-gradient(90deg, rgba(255, 90, 10, .035) 1px, transparent 1px),
    linear-gradient(rgba(255, 90, 10, .035) 1px, transparent 1px),
    var(--service-surface);
  background-size: 28px 28px;
}

.system-inspector {
  margin-bottom: 28px;
  padding-bottom: 24px;
  display: grid;
  grid-template-columns: minmax(190px, .8fr) minmax(420px, 1.2fr);
  gap: 18px 30px;
  border-bottom: 1px solid var(--service-line);
}

.system-inspector-controls {
  justify-content: flex-end;
}

.system-stage-button {
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.system-stage-button span { color: #817b73; font-size: .57rem; }
.system-stage-button[aria-pressed='true'] span { color: #ffb184; }

.system-inspector-prompt {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  padding: 14px 0 0 18px;
  border-top: 1px solid var(--service-line);
  border-left: 2px solid var(--service-accent);
  color: #b4afa7;
  font-size: .8rem;
  line-height: 1.6;
}

.system-flow {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
}

.system-flow li {
  position: relative;
  min-height: 240px;
  padding: 28px 26px 24px;
  border-top: 2px solid var(--service-accent);
  border-bottom: 1px solid var(--service-line);
  background: rgba(7, 7, 6, .82);
  transition: transform 220ms var(--service-ease-out), background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.system-flow li.is-active {
  z-index: 1;
  transform: translateY(-5px);
  border-top-color: #ff9c69;
  background: rgba(255, 90, 10, .09);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .22), inset 0 0 0 1px rgba(255, 90, 10, .12);
}
.system-flow li:nth-child(even).is-active { transform: translateY(-5px); }
.system-flow li.is-complete { border-top-color: #a9d8ca; }
.system-flow li.is-complete::after { border-color: rgba(255, 90, 10, .55); background: #23170f; color: #ffb184; }

.system-flow li:nth-child(even) {
  margin-top: 28px;
  border-top-color: #7c756c;
}

.system-flow li:not(:last-child)::after {
  content: '\2192';
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -13px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid var(--service-line);
  border-radius: 50%;
  background: var(--service-ink);
  color: var(--service-accent);
  font-family: 'IBM Plex Mono', monospace;
  font-size: .7rem;
}

.system-node-index {
  color: var(--service-accent);
  font-family: 'IBM Plex Mono', monospace;
  font-size: .64rem;
  letter-spacing: .09em;
}

.system-flow h3 {
  margin: 48px 0 10px;
  color: #fff;
  font-size: 1.08rem;
}

.system-flow p {
  margin: 0;
  color: #97928a;
  font-size: .8rem;
  line-height: 1.65;
}

.system-schematic figcaption {
  max-width: 680px;
  margin: 28px 0 0;
  color: #8f8a82;
  font-size: .78rem;
  line-height: 1.65;
}

.capability-index {
  border-top: 1px solid var(--service-paper-line);
}

.capability-row {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 120px minmax(200px, .65fr) minmax(280px, 1.35fr);
  gap: 28px;
  border-bottom: 1px solid var(--service-paper-line);
}

.capability-row span {
  color: var(--service-accent-paper);
  font-family: 'IBM Plex Mono', monospace;
  font-size: .66rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.capability-row h3,
.capability-row p {
  margin: 0;
}

.capability-row h3 {
  font-size: 1.08rem;
}

.capability-row p {
  font-size: .88rem;
  line-height: 1.7;
}

/* Shared process trace */
.service-trace {
  position: relative;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.service-trace::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 8px;
  right: 8px;
  height: 1px;
  background: linear-gradient(90deg, var(--service-accent), rgba(255, 90, 10, .18));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 820ms var(--service-ease-in-out);
}
.service-trace.is-inspected::before { transform: scaleX(1); }

.service-trace li {
  position: relative;
  padding: 0 clamp(22px, 4vw, 48px) 0 0;
}

.trace-step {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid var(--service-accent);
  border-radius: 50%;
  background: var(--service-ink);
  color: var(--service-accent);
  font-size: .64rem;
}

.service-trace h3 {
  max-width: 330px;
  margin: 34px 0 12px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.25;
}

.service-trace p {
  max-width: 340px;
  margin: 0;
  color: #969189;
  font-size: .88rem;
  line-height: 1.72;
}

/* Related work */
.related-section {
  padding: 72px 0;
  border-bottom: 1px solid var(--service-line);
  background: #0b0b0a;
}

.related-head {
  margin-bottom: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.related-head h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  letter-spacing: -.035em;
}

.related-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--service-line);
}

.related-link {
  min-height: 150px;
  padding: 28px 28px 24px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid var(--service-line);
  color: #fff;
  text-decoration: none;
  transition: color 150ms ease, transform 160ms var(--service-ease-out);
}

.related-link + .related-link {
  padding-left: 28px;
  border-left: 1px solid var(--service-line);
}

.related-label {
  color: #9a958d;
  font-size: .61rem;
}

.related-link strong {
  max-width: 250px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  font-family: 'Outfit', sans-serif;
  font-size: 1.08rem;
  line-height: 1.3;
}

.related-link strong::after {
  content: '\2192';
  flex: 0 0 auto;
  color: var(--service-accent);
  font-family: 'IBM Plex Mono', monospace;
  transition: transform 140ms var(--service-ease-out);
}

/* CTA and footer */
.service-cta {
  padding: clamp(76px, 9vw, 108px) 0;
  background: var(--service-paper);
  color: var(--service-paper-ink);
}

.service-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
}

.service-cta h2 {
  max-width: 830px;
  margin: 0 0 20px;
  color: var(--service-paper-ink);
  font-size: clamp(2.55rem, 6vw, 5rem);
  letter-spacing: -.05em;
  line-height: .95;
  text-wrap: balance;
}

.service-cta p {
  max-width: 690px;
  margin: 0;
  color: #655e55;
  line-height: 1.72;
}

.service-cta .report-label {
  color: var(--service-accent-paper);
}

.service-primary-cta {
  min-height: 56px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-left: 3px solid var(--service-accent);
  border-radius: var(--service-radius-control);
  background: var(--service-paper-ink);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, transform 140ms var(--service-ease-out);
}

.service-primary-cta:active,
.service-nav-cta:active,
.service-mobile-cta:active,
.related-link:active {
  transform: scale(.97);
}

.service-footer {
  padding: 42px 0;
  border-top: 1px solid var(--service-line);
  background: var(--service-ink);
}

.service-footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.service-footer p {
  margin: 0;
  color: #858078;
  font-size: .8rem;
}

.service-footer-links a {
  min-width: 44px;
  justify-content: center;
}

.audit-deliverable,
.response-map,
.booking-map,
.system-schematic { position: relative; }

.audit-deliverable.trace-ready::after,
.response-map.trace-ready::after,
.booking-map.trace-ready::after,
.system-schematic.trace-ready::after {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  z-index: 3;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
  background: linear-gradient(90deg, var(--service-accent), rgba(255, 90, 10, .12), transparent);
  transition: transform 780ms var(--service-ease-in-out);
}

.audit-deliverable.trace-ready.is-inspected::after,
.response-map.trace-ready.is-inspected::after,
.booking-map.trace-ready.is-inspected::after,
.system-schematic.trace-ready.is-inspected::after { transform: scaleX(1); }

[data-instant],
[data-instant] *,
[data-instant] *::before,
[data-instant] *::after { transition-duration: 0ms !important; animation-duration: 0ms !important; }

@media (hover: hover) and (pointer: fine) {
  .service-desktop-nav a:hover,
  .service-footer-links a:hover {
    color: #fff;
  }

  .service-desktop-nav .service-nav-cta:hover {
    background: #ff6a21;
    color: #fff;
    transform: translateY(-2px);
  }

  .service-primary-cta:hover {
    background: #27221c;
    transform: translateY(-2px);
  }

  .related-link:hover {
    color: #ffb184;
    transform: translateY(-2px);
  }

  .related-link:hover strong::after {
    transform: translateX(4px);
  }

  .module-control-button:hover {
    border-color: rgba(255, 177, 132, .55);
    background: rgba(255, 90, 10, .09);
    color: #fff;
    transform: translateY(-1px);
  }
}

@media (max-width: 980px) {
  .service-hero-grid,
  .service-section-head,
  .service-cta-grid {
    grid-template-columns: 1fr;
  }

  .service-hero-grid {
    gap: 48px;
  }

  .service-brief {
    max-width: 680px;
  }

  .service-section-head {
    gap: 14px;
  }

  .fit-ledger,
  .response-map {
    grid-template-columns: 1fr;
  }

  .fit-aside,
  .stop-panel {
    border-top: 1px solid var(--service-paper-line);
    border-left: 0;
  }

  .stop-panel {
    border-top-color: var(--service-line);
  }

  .deliverable-columns,
  .report-finding {
    grid-template-columns: 54px minmax(160px, 1.1fr) minmax(150px, 1fr) 92px minmax(170px, 1fr);
    gap: 16px;
  }

  .booking-lane-row,
  .lane-handoff {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 20px;
  }

  .booking-lane li {
    padding-inline: 12px;
  }

  .system-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .system-flow li:nth-child(even) {
    margin-top: 0;
  }

  .system-flow li:nth-child(3)::after {
    display: none;
  }

  .system-flow li:nth-child(n + 4) {
    margin-top: 28px;
  }

  .system-inspector {
    grid-template-columns: 1fr;
  }

  .system-inspector-controls {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 820px) {
  .service-desktop-nav {
    display: none;
  }

  .service-menu-button,
  .service-mobile-menu {
    display: block;
  }

  .deliverable-columns {
    display: none;
  }

  .report-finding {
    grid-template-columns: 54px minmax(0, 1fr) 104px;
  }

  .report-finding > .priority {
    grid-column: 3;
  }

  .report-finding dl {
    grid-column: 2 / -1;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 22px;
  }

  .report-finding dt {
    margin-bottom: 7px;
    display: block;
    color: #7c7368;
    font-family: 'IBM Plex Mono', monospace;
    font-size: .58rem;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .report-finding .impact {
    grid-column: 1;
  }

  .report-finding .next-move {
    grid-column: 2;
  }

  .service-trace {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .service-trace::before {
    top: 12px;
    bottom: 32px;
    left: 24px;
    right: auto;
    width: 1px;
    height: auto;
    transform: scaleY(0);
    transform-origin: top;
  }

  .service-trace.is-inspected::before { transform: scaleY(1); }

  .service-trace li {
    min-height: 150px;
    padding: 0 0 32px 78px;
  }

  .trace-step {
    position: absolute;
    top: 0;
    left: 0;
  }

  .service-trace h3 {
    margin-top: 0;
  }

  .booking-lane-row {
    grid-template-columns: 1fr;
  }

  .booking-lane {
    grid-template-columns: 1fr;
  }

  .booking-lane li {
    min-height: 0;
    padding: 18px 0 18px 26px;
    border-top: 0;
    border-left: 1px solid #b9aea0;
  }

  .booking-lane li::before {
    top: 23px;
    left: -5px;
  }

  .booking-lane li:not(:last-child)::after {
    display: none;
  }

  .lane-handoff {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .related-nav {
    grid-template-columns: 1fr;
  }

  .related-link,
  .related-link + .related-link {
    min-height: 112px;
    padding: 24px 0;
    border-left: 0;
  }

  .related-link strong {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .service-shell {
    width: min(100% - 32px, 1180px);
  }

  .service-nav-inner {
    min-height: 64px;
  }

  .service-mobile-menu {
    padding-top: 88px;
  }

  .service-hero {
    padding: 78px 0 64px;
  }

  .service-title {
    font-size: clamp(3rem, 16vw, 4.6rem);
  }

  .service-summary {
    font-size: 1rem;
  }

  .service-brief {
    padding-inline: 18px;
  }

  .service-brief-row {
    grid-template-columns: 76px 1fr;
    gap: 12px;
  }

  .deliverable-head {
    grid-template-columns: 1fr;
  }

  .module-toolbar {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .priority-controls {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .priority-controls .module-control-button { padding-inline: 8px; }

  .deliverable-disclaimer {
    max-width: none;
  }

  .report-finding {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }

  .report-finding > .priority {
    grid-column: 2;
  }

  .report-finding dl {
    grid-column: 2;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .report-finding .impact,
  .report-finding .next-move {
    grid-column: 1;
  }

  .fit-list li {
    padding-right: 0;
    grid-template-columns: 36px 1fr;
    gap: 14px;
  }

  .fit-list p {
    grid-column: 2;
  }

  .fit-aside,
  .stop-panel {
    padding: 30px 24px;
  }

  .response-timeline {
    padding: 10px 20px;
  }

  .response-demo-control {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .response-demo-button { width: 100%; }

  .response-timeline li {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 14px;
  }

  .timeline-time {
    grid-column: 2;
    order: 1;
  }

  .timeline-marker {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .timeline-copy {
    grid-column: 2;
    order: 2;
  }

  .response-timeline li:not(:last-child) .timeline-marker::after {
    height: 110px;
  }

  .booking-map-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .journey-scrubber { padding-inline: 22px; }

  .journey-scrubber-copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .journey-scrubber-copy output { text-align: left; }

  .booking-lane-row,
  .lane-handoff {
    padding-inline: 22px;
  }

  .system-schematic {
    padding: 22px;
  }

  .system-inspector { gap: 16px; }

  .system-inspector-controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .system-stage-button { min-width: 0; padding-inline: 8px; }

  .system-flow {
    grid-template-columns: 1fr;
  }

  .system-flow li,
  .system-flow li:nth-child(n + 4) {
    min-height: 0;
    margin-top: 0;
    padding: 24px 22px 30px;
    border-top-width: 1px;
  }

  .system-flow li:nth-child(even).is-active { transform: translateY(-5px); }

  .system-flow li:not(:last-child)::after,
  .system-flow li:nth-child(3)::after {
    top: auto;
    right: 22px;
    bottom: -13px;
    display: grid;
    content: '\2193';
  }

  .system-flow h3 {
    margin-top: 24px;
  }

  .capability-row {
    grid-template-columns: 82px 1fr;
    gap: 14px;
  }

  .capability-row p {
    grid-column: 2;
  }

  .related-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-cta-grid {
    gap: 34px;
  }

  .service-primary-cta {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .service-footer-grid {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .service-footer-links {
    width: 100%;
    justify-content: space-between;
    gap: 14px;
  }
}

@media (max-width: 360px) {
  .service-shell {
    width: calc(100% - 28px);
  }

  .service-title {
    font-size: 2.85rem;
  }

  .service-brief-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-brief-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .priority-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .system-inspector-controls { grid-template-columns: 1fr; }

  .report-finding {
    grid-template-columns: 1fr;
  }

  .report-finding > .priority,
  .report-finding dl {
    grid-column: 1;
  }

  .fit-list li {
    grid-template-columns: 1fr;
  }

  .fit-list p {
    grid-column: 1;
  }

  .capability-row {
    grid-template-columns: 1fr;
  }

  .capability-row p {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-page *,
  .service-page *::before,
  .service-page *::after {
    scroll-behavior: auto !important;
  }

  .service-desktop-nav a,
  .service-footer-links a,
  .service-primary-cta,
  .related-link,
  .related-link strong::after {
    transition-duration: 0s;
  }

  .page-progress { display: none !important; }

  .service-brief::after,
  .audit-deliverable::after,
  .response-map::after,
  .booking-map::after,
  .system-schematic::after,
  .service-trace::before,
  .report-finding::before,
  .timeline-marker,
  .timeline-marker::before,
  .booking-lane li,
  .booking-lane li::before,
  .system-flow li,
  .module-control-button {
    transition-duration: 0s !important;
    animation: none !important;
  }
}

/* Conversion path and mobile-first service refinements */
.service-hero-actions {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.service-hero-primary {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-left: 3px solid rgba(255, 255, 255, .5);
  border-radius: var(--service-radius-control);
  background: var(--service-accent);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(255, 90, 10, .18);
  transition: transform 140ms var(--service-ease-out), background-color 160ms ease, box-shadow 180ms ease;
}
.service-hero-primary span { transition: transform 140ms var(--service-ease-out); }
.service-hero-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #d5cfc7;
  font-size: .84rem;
  font-weight: 750;
  text-underline-offset: 5px;
}
.service-hero-secondary span { color: var(--service-accent); }
.service-proofline {
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  color: #8d8880;
  font-size: .67rem;
  line-height: 1.5;
  list-style: none;
}
.service-proofline li { position: relative; padding-left: 13px; }
.service-proofline li::before { content: ''; position: absolute; top: .48em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--service-accent); }

@media (hover: hover) and (pointer: fine) {
  .service-hero-primary:hover { transform: translateY(-2px); background: #ff6c22; box-shadow: 0 16px 40px rgba(255, 90, 10, .25); }
  .service-hero-primary:hover span { transform: translateX(3px); }
  .service-hero-secondary:hover { color: #fff; }
}

@media (max-width: 820px) {
  .service-page main { padding-top: 64px; }
  .service-hero { padding: 64px 0 58px; }
  .service-hero-grid { gap: 38px; }
  .service-title { max-width: 720px; }
  .service-summary { max-width: 650px; }
  .service-brief { max-width: none; }
}

@media (max-width: 640px) {
  .service-nav { background: rgba(7, 7, 6, .94); }
  .service-brand { font-size: 1rem; }
  .service-menu-button { margin-right: -8px; }
  .service-mobile-menu { padding: 82px 16px calc(20px + env(safe-area-inset-bottom, 0px)); }
  .service-mobile-menu-inner { min-height: calc(100% - 8px); }
  .service-mobile-menu a { min-height: 62px; font-size: 1.18rem; }
  .service-hero { padding: 42px 0 48px; }
  .service-breadcrumb { min-height: 32px; margin-bottom: 16px; font-size: .61rem; }
  .service-breadcrumb a { min-height: 32px; }
  .service-title { margin-bottom: 22px; font-size: clamp(2.9rem, 13.2vw, 4.1rem); line-height: .91; }
  .service-summary { font-size: .98rem; line-height: 1.62; }
  .service-hero-actions { margin-top: 26px; align-items: stretch; flex-direction: column; gap: 8px; }
  .service-hero-primary { width: 100%; min-height: 56px; }
  .service-hero-secondary { width: 100%; justify-content: center; }
  .service-proofline { margin-top: 16px; display: grid; grid-template-columns: 1fr; gap: 5px; }
  .service-hero-grid { gap: 30px; }
  .service-brief { padding: 6px 16px 12px; }
  .service-brief-head { padding-block: 13px; }
  .service-brief-row { padding: 13px 0; }
  .service-section { padding: 68px 0; }
  .service-section-head { margin-bottom: 32px; gap: 10px; }
  .service-section-index { padding-top: 0; }
  .service-section-head h2 { font-size: clamp(2.25rem, 10.8vw, 3.35rem); line-height: .98; }
  .service-section-head p { margin-top: 16px; font-size: .94rem; line-height: 1.68; }
  .deliverable-head { padding: 22px 18px; gap: 16px; }
  .deliverable-head h3 { font-size: 1.55rem; }
  .report-finding { padding: 22px 18px; }
  .fit-list li { padding-block: 22px; }
  .response-map, .booking-map, .system-schematic, .audit-deliverable { border-radius: 8px; }
  .related-section { padding: 60px 0; }
  .service-cta { padding: 68px 0; }
  .service-cta h2 { font-size: clamp(2.55rem, 12vw, 3.8rem); }
  .service-footer { padding: 34px 0; }
}

@media (max-width: 360px) {
  .service-title { font-size: 2.75rem; }
  .service-hero-primary { padding-inline: 16px; }
  .service-section-head h2 { font-size: 2.15rem; }
}

@media (prefers-reduced-motion: reduce) {
  .service-hero-primary,
  .service-hero-primary span { transition: none !important; }
}
