
:root {
  --ink: #111827;
  --ink-soft: #4b5563;
  --muted: #6b7280;
  --blue: #2563eb;
  --blue-dark: #174ea6;
  --blue-soft: #eaf2ff;
  --blue-pale: #f4f8ff;
  --paper: #fbfcfe;
  --white: #ffffff;
  --silver: #dbe2ea;
  --silver-soft: #eef2f6;
  --line: rgba(17, 24, 39, 0.12);
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
  --shadow-small: 0 14px 34px rgba(15, 23, 42, 0.08);
  --gold: #c8912f;
  --gold-soft: #fdf6e6;
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 14px; top: -90px; z-index: 999; padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 14px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 252, 254, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand-area { display: flex; align-items: center; gap: 18px; min-width: 0; }
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-mark {
  width: 8px;
  height: 38px;
  border-radius: 999px;
  background: var(--blue);
}
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { font-size: 1rem; letter-spacing: -0.03em; }
.brand-copy span { margin-top: 5px; color: var(--ink); font-size: 0.72rem; }
.header-contact {
  align-self: flex-start;
  display: grid;
  gap: 3px;
  flex: 0 0 auto;
  margin-top: 2px;
  padding-left: 18px;
  border-left: 1px solid var(--line);
}
.header-phone {
  color: var(--blue-dark);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.header-phone:hover { color: var(--blue); }
.header-email {
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
.header-email:hover { color: var(--blue-dark); }
.site-nav { position: relative; display: flex; align-items: center; gap: 8px; isolation: isolate; }
.site-nav a { position: relative; z-index: 1; padding: 8px 12px; border: 1px solid transparent; border-radius: 10px; color: var(--ink-soft); font-size: 0.84rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--ink); }
.site-nav a[aria-current="page"] { border-color: #8cb4ff; background: var(--blue-soft); box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12); color: var(--blue-dark); }
.site-nav__active-indicator {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  border: 1px solid #8cb4ff;
  border-radius: 10px;
  background: var(--blue-soft);
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12);
  transition: transform 410ms cubic-bezier(.22, .61, .36, 1), width 410ms cubic-bezier(.22, .61, .36, 1), height 410ms cubic-bezier(.22, .61, .36, 1);
}
.site-nav.has-active-indicator a[aria-current="page"] { border-color: transparent; background: transparent; box-shadow: none; }
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--ink);
}

.page-slider { position: relative; min-width: 0; overflow: hidden; }
.page-slider--transitioning { isolation: isolate; }
.page-slider--transitioning .page-slider__pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  pointer-events: none;
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 410ms cubic-bezier(.22, .61, .36, 1);
}
.page-slider--transitioning:not(.page-slider--moving) .page-slider__pane { transition: none; }
.page-slider--transitioning .page-slider__pane--incoming { transform: translate3d(100%, 0, 0); }
.page-slider--transitioning.page-slider--backward .page-slider__pane--incoming { transform: translate3d(-100%, 0, 0); }
.page-slider--transitioning.page-slider--moving.page-slider--forward .page-slider__pane--outgoing { transform: translate3d(-100%, 0, 0); }
.page-slider--transitioning.page-slider--moving.page-slider--backward .page-slider__pane--outgoing { transform: translate3d(100%, 0, 0); }
.page-slider--transitioning.page-slider--moving .page-slider__pane--incoming { transform: translate3d(0, 0, 0); }
main { overflow: hidden; }
section { padding: 104px 0; }
.kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 800;
}
.kicker::before { content: ""; width: 28px; height: 3px; background: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -0.045em; }
h1 { font-size: clamp(3.1rem, 7vw, 6.3rem); font-weight: 560; }
h2 { font-size: clamp(2.2rem, 4.7vw, 4.4rem); font-weight: 570; }
h3 { font-size: 1.35rem; font-weight: 760; }
p { color: var(--ink-soft); }
.lead { font-size: clamp(1.08rem, 1.6vw, 1.28rem); line-height: 1.72; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: white; box-shadow: 0 12px 28px rgba(37, 99, 235, 0.24); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-secondary { background: white; color: var(--ink); border-color: var(--line); }
.link-arrow { color: var(--blue-dark); text-decoration: none; font-weight: 800; }
.link-arrow:hover { text-decoration: underline; }

.hero { padding: 44px 0 88px; }
.hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 72px 64px; }
.hero-copy h1 { max-width: 720px; margin-bottom: 26px; font-size: clamp(3rem, 5.7vw, 5.4rem); }
.hero-copy .lead { max-width: 650px; margin-bottom: 0; color: var(--blue-dark); font-size: clamp(1.2rem, 1.7vw, 1.5rem); font-weight: 650; line-height: 1.35; letter-spacing: -0.015em; }
.hero-photo {
  position: relative;
  min-height: 650px;
  background: linear-gradient(145deg, #edf3fb, #dce8f8);
  overflow: hidden;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.photo-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 42px;
  text-align: center;
  color: var(--ink-soft);
}
.photo-placeholder strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 1.15rem; }
.photo-placeholder code { display: inline-block; margin-top: 8px; padding: 4px 7px; background: rgba(255,255,255,.72); border-radius: 6px; color: var(--blue-dark); }
.hero--simple .hero-grid--single { grid-template-columns: 1fr; min-height: 0; }
.hero--simple .hero-copy { align-items: center; padding: clamp(64px, 8vw, 110px) clamp(24px, 6vw, 80px); text-align: center; }
.hero--simple .hero-copy h1 { max-width: 860px; margin-bottom: 28px; }
.hero--simple .hero-copy .lead { max-width: 760px; color: var(--ink-soft); font-size: clamp(1.2rem, 1.9vw, 1.55rem); font-weight: 500; line-height: 1.45; letter-spacing: -0.01em; }
.bridge-section { padding-top: 24px; }
.bridge-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); align-items: center; gap: clamp(32px, 5vw, 72px); }
.bridge-copy h2 { max-width: 620px; margin-bottom: 0; font-size: clamp(1.55rem, 2.7vw, 2.35rem); font-weight: 600; line-height: 1.22; letter-spacing: -0.03em; }
.bridge-copy p { max-width: 560px; margin: 22px 0 0; color: var(--ink-soft); font-size: 1.125rem; line-height: 1.6; }
.bridge-copy .btn { margin-top: 28px; }
.bridge-preview { display: block; border-radius: 16px; transition: transform .2s ease, box-shadow .2s ease; }
.bridge-preview img { width: 100%; height: auto; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.bridge-preview:hover { transform: translateY(-3px); }
.credibility {
  margin-top: 26px;
  padding: 18px 20px;
  border-left: 5px solid var(--blue);
  background: var(--blue-pale);
  color: var(--ink-soft);
  font-size: 0.9rem;
}
.credibility strong { color: var(--ink); }

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 44px;
  margin-bottom: 42px;
}
.section-heading h2 { max-width: 780px; margin-bottom: 0; }
.section-heading p { max-width: 430px; margin-bottom: 0; }
.section-heading--process { margin-bottom: 36px; }
.section-heading--process h2 { font-size: clamp(1.82rem, 2.8vw, 2.87rem); }
.problem-grid, .build-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.problem-card, .build-card {
  min-height: 285px;
  display: grid;
  align-content: center;
  padding: 30px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.problem-card h3, .build-card h3 { margin-bottom: 14px; }
.problem-card p, .build-card p { margin-bottom: 0; }
.problem-card h3, .process-step h3 { color: var(--blue-dark); }
.problem-card p, .process-step p { color: var(--ink); }

.dark-section { background: var(--ink); color: white; }
.dark-section .kicker { color: #9fc2ff; }
.dark-section .kicker::before { background: #6ea5ff; }
.dark-section h2, .dark-section h3 { color: white; }
.dark-section p { color: rgba(255,255,255,.66); }
.build-card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.13); }
.systems-section__top {
  display: grid;
  grid-template-columns: minmax(0, 2.9fr) minmax(0, 2.1fr);
  align-items: start;
  gap: clamp(48px, 6vw, 96px);
  margin-bottom: 42px;
}
.systems-section__heading { display: block; margin: 0; }
.systems-geometry { width: 100%; margin: 0; }
.systems-geometry img { display: block; width: 100%; height: auto; opacity: 1; }

.process-section {
  --process-blue: #1658b8;
  background: var(--white);
}
.process-section .container { width: min(calc(100% - 80px), 1656px); }
.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.process-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 22px 26px 20px;
  background: transparent;
  overflow: visible;
}
.process-card--blue { --process-colour: var(--process-blue); --process-outline: rgba(22, 88, 184, .45); }
.process-outline {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.process-outline path {
  fill: none;
  stroke: var(--process-outline);
  stroke-width: 1.25;
  stroke-linejoin: miter;
  vector-effect: non-scaling-stroke;
}
.process-number {
  display: block;
  margin-bottom: 12px;
  color: var(--process-colour);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.process-card h3 {
  margin: 0 0 6px;
  color: var(--process-colour);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.process-card p {
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.45;
}
.process-visual { display: flex; align-items: center; min-height: 44px; flex: 0 0 auto; margin-top: auto; padding: 8px 12px; background: var(--blue-soft); border-radius: 9px; color: var(--ink); font-size: .8125rem; line-height: 1.35; }
.process-visual > div { display: flex; align-items: center; gap: 10px; min-width: 0; }
.process-icon { flex: 0 0 auto; width: 24px; height: 24px; color: var(--blue-dark); }
.process-node { display: none; }

@media (min-width: 1100px) {
  .process-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 42px;
    row-gap: 0;
    align-items: stretch;
  }
  .process-card { height: auto; padding-inline: clamp(16px, 1.6vw, 26px); }
  .process-node {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    border: 1.25px solid var(--process-outline);
    border-radius: 50%;
    background: var(--white);
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .process-node::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--process-colour);
    transform: translate(-50%, -50%);
  }
  .process-node { --process-colour: var(--process-blue); --process-outline: rgba(22, 88, 184, .45); }
  .process-node--1 { left: calc(20% - 33.6px); }
  .process-node--2 { left: calc(40% - 25.2px); }
  .process-node--3 { left: calc(60% - 16.8px); }
  .process-node--4 { left: calc(80% - 8.4px); }
}

@media (max-width: 1099px) {
  .process-section .container { width: min(calc(100% - 40px), var(--max)); }
  .process-outline { display: none; }
  .process-card {
    border: 1.25px solid var(--process-outline);
    border-radius: 12px;
  }
}

.process-section + section:not(.dark-section) { padding-top: 52px; }

.cta-panel {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 40px;
  padding: 58px;
  background: #1d4ed8;
  color: white;
  border-radius: 28px;
}
.cta-panel h2 { margin-bottom: 18px; color: white; }
.cta-panel p { color: rgba(255,255,255,.78); margin-bottom: 0; }
.cta-action { align-self: center; justify-self: end; max-width: 100%; }
.cta-phone {
  align-self: center;
  justify-self: end;
  color: white;
  font-size: 1.04rem;
  font-weight: 800;
  text-decoration: none;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  white-space: nowrap;
}
.cta-phone:hover { text-decoration: underline; }
.cta-contact { align-self: center; justify-self: end; display: grid; gap: 8px; text-align: right; }
.cta-contact .cta-phone { align-self: auto; justify-self: end; }
.cta-contact p { margin: 0; color: rgba(255,255,255,.78); font-size: 0.86rem; }
.case-cta-panel { align-items: center; }
.case-cta-boats { width: min(230px, 100%); height: 250px; margin: 0; justify-self: end; }
.case-cta-boats img { width: 100%; height: 100%; object-fit: contain; }

.project-examples-intro { padding: 48px 0 16px; }
.project-examples-intro__heading { max-width: 760px; }
.project-examples-intro h1 { margin-bottom: 0; font-size: clamp(2.5rem, 5vw, 4.7rem); }
.project-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.project-tab {
  padding: 8px 12px;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 700;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.project-tab:hover { color: var(--ink); }
.project-tab:focus-visible { outline: 3px solid rgba(37,99,235,.28); outline-offset: 3px; }
.project-tab[aria-selected="true"] { color: var(--blue-dark); background: var(--blue-soft); border-color: #8cb4ff; box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12); }
.project-placeholder-section { padding: 66px 0 104px; }
.project-placeholder { max-width: 780px; padding: clamp(30px, 5vw, 54px); background: white; border: 1px dashed #8cb4ff; border-radius: 24px; box-shadow: var(--shadow-small); }
.project-placeholder .kicker { margin-bottom: 14px; }
.project-placeholder h2 { margin-bottom: 14px; font-size: clamp(2rem, 4vw, 3.5rem); }
.project-placeholder p:last-child { margin-bottom: 0; }

.page-hero { padding: 58px 0 42px; }
.page-hero-shell {
  padding: 66px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow-small);
}
.page-hero h1 { max-width: 930px; margin-bottom: 24px; }
.page-hero .lead { max-width: 820px; margin-bottom: 0; }
.case-hero { padding: 32px 0 16px; }
.case-hero .page-hero-shell { padding: 42px 48px; }
.case-hero__content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px clamp(28px, 4vw, 52px); align-items: stretch; }
.case-hero__copy { min-width: 0; max-width: 650px; display: flex; flex-direction: column; justify-content: space-between; }
.case-hero__feature-label { margin: 0; color: var(--blue-dark); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.1em; line-height: 1.3; text-transform: uppercase; }
.case-hero__identity { grid-column: 1 / -1; display: flex; align-items: center; gap: 18px; }
.case-hero h1, .case-hero h2 { max-width: none; margin-bottom: 0; font-size: clamp(2.1rem, 3.4vw, 3.3rem); line-height: 1.05; }
.case-hero__client-logo { --case-logo-width: 189px; width: var(--case-logo-width); height: auto; flex: 0 0 auto; margin-left: calc(var(--case-logo-width) * -0.08934); } /* Align the artwork inside its 57px left image margin. */
.case-hero__copy h3 { margin: 0 0 13px; color: var(--blue-dark); font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.15; }
.case-hero__summary { max-width: 590px; margin-bottom: 22px; color: var(--ink-soft); font-size: clamp(1rem, 1.35vw, 1.14rem); line-height: 1.55; }
.case-hero__feature-label { margin-bottom: 10px; }
.case-hero__features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; max-width: 590px; margin: 0; padding: 0; list-style: none; }
.case-hero__features li { position: relative; min-height: 38px; display: flex; align-items: center; padding: 7px 12px 7px 31px; color: var(--ink-soft); font-size: 0.85rem; font-weight: 750; line-height: 1.25; background: var(--blue-pale); border: 1px solid #d6e6ff; border-radius: 9px; }
.case-hero__features li::before { content: ""; position: absolute; left: 12px; width: 10px; height: 10px; border: 2px solid var(--blue); border-radius: 50%; box-shadow: inset 0 0 0 2px var(--blue-pale); background: var(--blue); }
.case-hero__photo { margin: 0; min-width: 0; display: flex; align-items: center; overflow: hidden; border: 1px solid #bfdbfe; border-radius: 14px; box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08); }
.case-hero__photo img { width: 100%; height: auto; display: block; object-fit: contain; }
.case-hero__photo--systems img { aspect-ratio: auto; object-position: center; }
.case-hero + .video-section { padding-top: 20px; }

.video-section { padding-top: 36px; }
.video-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--ink);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.video-shell iframe, .video-shell video { width: 100%; height: 100%; border: 0; object-fit: cover; }
.video-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 34px;
  text-align: center;
  color: rgba(255,255,255,.72);
  background: radial-gradient(circle at 50% 40%, rgba(37,99,235,.30), transparent 260px), var(--ink);
}
.video-placeholder strong { display: block; margin-bottom: 10px; color: white; font-size: 1.35rem; }
.video-placeholder code { display: inline-block; margin-top: 10px; padding: 4px 7px; background: rgba(255,255,255,.10); color: #b8d2ff; border-radius: 6px; }
.case-video-note { max-width: 820px; margin: 14px auto 0; color: var(--muted); font-size: 0.84rem; text-align: center; }
.case-video-note strong { color: var(--ink); }

.case-copy { max-width: 820px; margin: 0 auto 34px; }
.case-copy p:last-child { margin-bottom: 0; }
.case-walkthrough-section { padding: 72px 0; }
.case-walkthrough {
  scroll-margin-top: 110px;
  --workflow-card-column: minmax(300px, .9fr);
  --workflow-copy-column: minmax(0, 1.1fr);
  --workflow-column-gap: clamp(34px, 6vw, 90px);
  --workflow-main-text-start: 57px;
  display: grid;
  gap: 0;
}
.case-workflow-row {
  position: relative;
  display: grid;
  grid-template-columns: var(--workflow-card-column) var(--workflow-copy-column);
  column-gap: var(--workflow-column-gap);
  align-items: stretch;
}
.workflow-card-track {
  min-width: 0;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto minmax(40px, 1fr);
  padding-top: var(--workflow-main-text-start);
}
.workflow-card-track--last { display: block; }
.workflow-vertical-node {
  min-width: 0;
  min-height: 118px;
  position: relative;
  z-index: 1;
  align-self: start;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 18px;
  background: white;
  border: 3px solid var(--blue);
  border-radius: 18px;
  box-shadow: none;
}
.workflow-vertical-node--hub { background: var(--blue-soft); }
.workflow-vertical-node--hub .node-icon { background: white; }
.workflow-vertical-node--result { background: var(--blue-pale); }
.workflow-vertical-connector {
  position: relative;
  z-index: 0;
  width: 3px;
  min-height: 40px;
  align-self: stretch;
  justify-self: center;
  background: var(--blue);
}
.workflow-card-track > .workflow-vertical-connector {
  height: calc(100% + var(--workflow-main-text-start));
  align-self: start;
}
.workflow-vertical-connector::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  border: 3px solid var(--blue);
  border-radius: 50%;
  background: var(--paper);
  transform: translate(-50%, -50%);
}
.workflow-vertical-connector::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--blue);
  transform: translate(-50%, -50%);
}
.case-workflow-step {
  min-width: 0;
  align-self: stretch;
  display: grid;
  align-content: start;
  padding: 26px 0 34px;
  border-top: 1px solid var(--line);
}
.case-workflow-step > span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue-dark);
  font-size: 0.875rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.case-workflow-step h2 { margin-bottom: 20px; font-size: clamp(1.5rem, 2.3vw, 2.1rem); line-height: 1.15; }
.case-workflow-step--transfer h2 { margin-bottom: 0; }
.case-step-photo { margin: 0; overflow: hidden; border-radius: 16px; background: var(--silver-soft); }
.case-step-photo img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; object-position: center; }
.approval-animation { margin: 0; padding: clamp(14px, 2vw, 22px); border: 1px solid var(--silver); border-radius: 16px; background: var(--blue-pale); }
.approval-animation__header { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 14px; margin-bottom: 20px; color: var(--ink-soft); font-size: .875rem; font-weight: 650; }
.approval-animation__replay { display: inline-flex; align-items: center; gap: 5px; padding: 6px 8px; color: var(--blue-dark); font-size: .875rem; font-weight: 700; background: white; border: 1px solid #c9d9f0; border-radius: 6px; }
.approval-animation__replay[hidden] { display: none; }
.approval-animation__replay svg { width: 15px; height: 15px; }
.approval-animation__replay:hover { background: var(--blue-soft); }
.approval-animation__replay:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.approval-animation__flow { display: grid; grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr); align-items: center; }
.approval-sheet, .approval-email { min-width: 0; align-self: stretch; overflow: hidden; background: white; border: 1px solid var(--silver); border-radius: 10px; font-size: .875rem; }
.approval-sheet__title, .approval-email__title { display: flex; align-items: center; gap: 8px; min-height: 58px; padding: 12px; border-bottom: 1px solid var(--silver); line-height: 1.25; }
.approval-sheet__title { color: #166744; background: #edf8f1; }
.approval-email__title { color: var(--blue-dark); background: var(--blue-soft); }
.approval-sheet__title svg, .approval-email__title svg { width: 21px; height: 21px; flex: 0 0 auto; }
.approval-sheet table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.approval-sheet th, .approval-sheet td { padding: 8px 10px; border-bottom: 1px solid var(--silver-soft); text-align: left; }
.approval-sheet th { color: var(--muted); font-size: .75rem; font-weight: 600; }
.approval-sheet td:last-child, .approval-sheet th:last-child { text-align: right; }
.approval-sheet__status, .approval-email__sent { display: flex; align-items: center; gap: 6px; padding: 10px 12px; color: #166744; font-size: .875rem; font-weight: 700; }
.approval-transfer { position: relative; display: grid; place-items: center; height: 36px; color: var(--blue); }
.approval-transfer__line { width: 100%; border-top: 2px dotted #9bb9e7; }
.approval-transfer > svg { position: absolute; right: -2px; width: 20px; height: 20px; }
.approval-transfer__packet { position: absolute; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); opacity: 0; }
.approval-email { display: flex; flex-direction: column; }
.approval-email__body { display: grid; align-content: start; gap: 12px; padding: 14px 12px; line-height: 1.35; }
.approval-email__recipient { color: var(--muted); font-size: .75rem; }
.approval-email__attachment { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; padding: 8px; background: var(--blue-pale); border: 1px solid #d9e6fa; border-radius: 6px; font-size: .75rem; }
.approval-email__attachment > span { padding: 3px 4px; color: white; background: var(--blue); border-radius: 3px; font-size: .75rem; font-weight: 750; }
.approval-email__sent { margin-top: auto; border-top: 1px solid var(--silver-soft); background: #f4faf6; line-height: 1.3; }
.approval-animation.is-playing .approval-sheet tbody tr { animation: approval-review 4.8s ease both; }
.approval-animation.is-playing .approval-transfer__packet { animation: approval-send 4.8s ease both; }
.approval-animation.is-playing .approval-email__attachment { animation: approval-attach 4.8s ease both; }
.approval-animation.is-playing .approval-email__sent { animation: approval-delivered 4.8s ease both; }
@keyframes approval-review { 0%, 8%, 48%, 100% { background: white; } 16%, 38% { background: #d8f1e1; } }
@keyframes approval-send { 0%, 28% { left: 0; opacity: 0; } 34% { opacity: 1; } 60% { left: calc(100% - 9px); opacity: 1; } 67%, 100% { left: calc(100% - 9px); opacity: 0; } }
@keyframes approval-attach { 0%, 48% { opacity: .2; transform: translateY(5px); } 68%, 100% { opacity: 1; transform: translateY(0); } }
@keyframes approval-delivered { 0%, 64% { opacity: 0; } 80%, 100% { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .approval-animation.is-playing * { animation: none; }
  .approval-animation__replay { display: none; }
}
.case-workflow-step--result { border-bottom: 1px solid var(--line); }
.case-workflow-row--step-four {
  grid-template-rows: auto 34px auto;
  row-gap: 0;
}
.workflow-card-track--step-four-hub { grid-column: 1; grid-row: 1; }
.case-workflow-step--step-four { grid-column: 2; grid-row: 1 / 4; }
.workflow-vertical-connector--step-four-join {
  grid-column: 1;
  grid-row: 2;
  min-height: 34px;
  height: 100%;
  align-self: start;
}
.workflow-vertical-connector--step-four-join::before,
.workflow-vertical-connector--step-four-join::after { display: none; }
.workflow-card-track--step-four-hub .workflow-vertical-connector::before,
.workflow-card-track--step-four-hub .workflow-vertical-connector::after { display: none; }
.workflow-card-track--step-four-hub > .workflow-vertical-connector {
  height: 100%;
  align-self: stretch;
}
.workflow-card-track--step-four-output {
  grid-column: 1;
  grid-row: 3;
  padding-top: 0;
}
.timesheet-example { max-width: 650px; margin: 0; padding: 20px; background: var(--blue-pale); border: 1px solid #bfdbfe; border-radius: 16px; }
.timesheet-example > strong { display: block; color: var(--blue-dark); font-size: 1rem; }
.timesheet-example__hours { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 6px; margin-top: 14px; }
.timesheet-example__hours span { padding: 9px 4px; color: var(--ink-soft); font-size: .875rem; line-height: 1.3; text-align: center; background: white; border: 1px solid #e0e8f3; border-radius: 7px; }
.timesheet-example__hours b { display: block; margin-top: 3px; color: var(--ink); font-size: 1rem; }
.timesheet-example__hours .timesheet-example__total { color: white; background: var(--blue); }
.timesheet-example__hours .timesheet-example__total b { color: white; }
.timesheet-example__table { width: 100%; margin-top: 20px; border-collapse: collapse; font-size: .875rem; font-variant-numeric: tabular-nums; text-align: left; }
.timesheet-example__table th, .timesheet-example__table td { padding: 11px 8px; border-bottom: 1px solid #d4e0f1; }
.timesheet-example__table th:first-child { padding-left: 0; }
.timesheet-example__table td:last-child, .timesheet-example__table th:last-child { padding-right: 0; }
.timesheet-example__table td, .timesheet-example__table thead th:not(:first-child) { text-align: right; }
.timesheet-example__table thead { color: var(--blue-dark); }
.timesheet-example__table tbody th, .timesheet-example__table tbody td { font-weight: 700; }
.timesheet-example__table small { display: block; margin-top: 3px; color: var(--ink-soft); font-size: .75rem; font-weight: 400; }
.timesheet-example__table tfoot th, .timesheet-example__table tfoot td { padding-top: 16px; border-bottom: 0; color: var(--blue-dark); font-size: clamp(1rem, 1.7vw, 1.375rem); font-weight: 800; }
.timesheet-example > small { display: block; margin-top: 14px; color: var(--ink-soft); font-size: .75rem; line-height: 1.5; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.workforce-callout { margin: 0; }
.workforce-callout__intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(26px, 5vw, 72px); align-items: start; }
.workforce-product-title { margin: 0 0 14px; color: #6ee7b7 !important; font-size: clamp(2.15rem, 4vw, 3.6rem) !important; line-height: 1; }
.workforce-callout h3 { max-width: 560px; margin: 0; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.15; }
.workforce-callout__intro p { max-width: 650px; margin: 0; font-size: 0.98rem; line-height: 1.65; }
.workforce-product-copy { max-width: 760px; margin: 30px auto 0 !important; color: #dbeafe !important; font-size: clamp(1rem, 1.5vw, 1.16rem) !important; font-weight: 650; line-height: 1.55 !important; text-align: center; }
.workforce-route { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 16px !important; }
.workforce-route span { padding: 6px 9px; color: #dbeafe; font-size: 0.72rem; font-weight: 750; line-height: 1.2; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; }
.workforce-route b { color: #86b2ff; font-size: 1rem; }
.workforce-result { margin-top: 20px !important; color: #fca5a5 !important; font-weight: 740; }
.workforce-callout__image { margin: 28px 0 0; overflow: hidden; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; box-shadow: 0 18px 45px rgba(0,0,0,.22); }
.workforce-callout__image img { width: 100%; height: auto; display: block; }
.approach-transition { max-width: 940px; }
.approach-transition > p { max-width: 900px; margin: 0; font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.72; }
.dark-section .approach-transition .closing-line { margin: 30px 0 0; padding: clamp(22px, 3vw, 34px); color: white !important; background: rgba(255,255,255,.07); border-left-color: #6ea5ff; }
.approach-transition .cta-action { margin-top: 24px; }
.diagram-card {
  margin: 28px auto 44px;
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow-small);
}
.diagram-title { margin: 0 0 16px; color: var(--muted); font-size: 0.78rem; font-weight: 800; }
.diagram-flow {
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid var(--silver);
  border-radius: 18px;
  background: radial-gradient(circle at 50% 46%, rgba(37,99,235,.08), transparent 280px), #fcfdff;
}
.diagram-flow--placement {
  display: grid;
  grid-template-columns: minmax(300px, 1.5fr) 38px minmax(220px, 1fr) 38px minmax(240px, 1.15fr);
  gap: 12px;
  align-items: center;
}
.diagram-flow--timesheet { display: grid; gap: 18px; justify-items: center; }
.diagram-flow__group {
  width: 100%;
  padding: 16px;
  border: 1px solid var(--silver);
  border-radius: 16px;
  background: rgba(255,255,255,.72);
}
.diagram-flow__inputs { display: grid; gap: 16px; }
.diagram-flow__label {
  margin: 0 0 13px;
  color: var(--blue-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.diagram-flow__track {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
.diagram-flow__track--three { grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr); }
.diagram-flow__track--four { grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr); }
.diagram-flow__merge {
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}
.diagram-flow__outputs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.diagram-flow__outputs--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.diagram-flow__node {
  min-width: 0;
  min-height: 104px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px;
  background: white;
  border: 1px solid #cbd7e8;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.10);
}
.diagram-flow__node--hub {
  min-height: 112px;
  background: var(--blue-soft);
  border: 2px solid var(--blue);
}
.diagram-flow--timesheet > .diagram-flow__node--hub { width: min(100%, 480px); }
.node-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--blue-soft);
  color: var(--blue-dark);
}
.diagram-flow__node--hub .node-icon { background: white; }
.node-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.node-copy { min-width: 0; }
.node-copy strong { display: block; color: var(--ink); font-size: 0.96rem; line-height: 1.2; }
.node-copy span { display: block; margin-top: 5px; color: var(--blue); font-size: 0.73rem; line-height: 1.35; }
.workflow-media-trigger {
  grid-column: 1 / -1;
  width: 100%;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 2px;
  padding: 6px;
  color: inherit;
  text-align: left;
  text-decoration: none;
  background: #f8fbff;
  border: 1px solid #cbd7e8;
  border-radius: 10px;
  cursor: pointer;
}
.workflow-media-trigger:hover { border-color: var(--blue); box-shadow: 0 5px 14px rgba(37,99,235,.12); }
.workflow-media-trigger img {
  width: 74px;
  height: auto;
  aspect-ratio: auto;
  display: block;
  object-fit: cover;
  border: 1px solid #9dbceb;
  border-radius: 7px;
  box-shadow: 0 2px 7px rgba(30, 64, 175, .12);
}
.workflow-media-copy { min-width: 0; }
.workflow-media-copy strong { display: block; color: var(--blue-dark); font-size: 0.88rem; font-weight: 850; line-height: 1.25; }
.workflow-media-copy small { display: block; margin-top: 3px; color: var(--blue); font-size: 0.64rem; line-height: 1.3; }
.workflow-demo-trigger { cursor: pointer; }
.workflow-video-thumb { position: relative; width: 74px; aspect-ratio: 16 / 9; display: block; overflow: hidden; border-radius: 6px; }
.workflow-video-thumb > span { position: absolute; inset: 50% auto auto 50%; width: 24px; height: 24px; display: grid; place-items: center; color: white; font-size: 0.6rem; background: var(--blue); border-radius: 50%; transform: translate(-50%, -50%); }
.workflow-video-thumb--loom { background: linear-gradient(135deg, #123d7b, #2e75dd); }
.workflow-video-thumb--loom::before { content: "THE BLUE\A FOLDER"; position: absolute; inset: 0; display: grid; place-content: center; padding-right: 17px; color: rgba(255,255,255,.92); font-size: 0.42rem; font-weight: 850; line-height: 1.2; letter-spacing: .05em; text-align: center; white-space: pre; }
.diagram-flow__arrow { position: relative; display: block; flex: 0 0 auto; background: var(--blue); }
.diagram-flow__arrow--right { width: 32px; height: 2px; justify-self: center; }
.diagram-flow__arrow--right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  transform: translateY(-50%) rotate(45deg);
}
.diagram-flow__arrow--down { width: 2px; height: 30px; }
.diagram-flow__arrow--down::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: translateX(-50%) rotate(45deg);
}
.diagram-flow__operator { color: var(--blue-dark); font-size: 1.8rem; font-weight: 650; }
.diagram-note { margin: 14px 4px 0; color: var(--muted); font-size: 0.84rem; text-align: center; }
.media-modal { position: fixed; z-index: 200; inset: 0; display: none; place-items: center; padding: 16px; }
.media-modal:target { display: grid; }
.media-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; background: rgba(15,23,42,.68); border: 0; cursor: default; }
.media-modal__panel { position: relative; z-index: 1; width: min(960px, 100%); max-height: min(90dvh, 820px); padding: 22px; overflow: auto; background: white; border-radius: 24px; box-shadow: 0 24px 70px rgba(15,23,42,.28); }
.media-modal__header { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.media-modal__header .kicker { margin-bottom: 5px; }
.media-modal__header h2 { max-width: 720px; margin: 0; font-size: clamp(1.45rem, 3vw, 2.2rem); }
.media-modal__close { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; color: var(--ink); font-size: 1.7rem; line-height: 1; background: #f1f5f9; border: 0; border-radius: 50%; cursor: pointer; text-decoration: none; }
.media-modal img, .media-modal video { display: block; width: 100%; height: auto; max-height: 66dvh; object-fit: contain; background: var(--ink); border: 1px solid var(--line); border-radius: 14px; }
.loom-embed-shell { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: var(--ink); border: 1px solid var(--line); border-radius: 14px; }
.loom-embed-shell iframe { display: block; width: 100%; height: 100%; border: 0; }
.media-visual-with-note { position: relative; }
.media-code-note { position: absolute; left: 16px; bottom: 16px; display: flex; align-items: center; gap: 10px; max-width: min(330px, calc(100% - 32px)); padding: 10px 12px; color: white; background: rgba(17,24,39,.92); border-radius: 10px; box-shadow: 0 8px 20px rgba(15,23,42,.22); }
.media-code-note b { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 auto; color: #c9ddff; font-size: 0.75rem; background: rgba(255,255,255,.10); border-radius: 7px; }
.media-code-note strong, .media-code-note small { display: block; line-height: 1.25; }
.media-code-note strong { font-size: 0.76rem; }
.media-code-note small { margin-top: 2px; color: #c9ddff; font-size: 0.68rem; }
.media-modal p { margin: 14px 2px 0; color: var(--muted); font-size: 0.9rem; }

.about-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 70px;
  align-items: start;
}
.about-visuals { display: grid; gap: 0; }
.about-photo {
  position: sticky;
  top: 110px;
  min-height: 610px;
  overflow: hidden;
  background: linear-gradient(145deg, #edf3fb, #dce8f8);
  border-radius: 24px;
  border: 1px solid var(--line);
}
.about-photo img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; object-position: center top; }
.about-image-spacer { height: 1in; }
.about-boat-progression { margin: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 24px; }
.about-boat-progression img { width: 100%; height: auto; }
.about-copy h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(2.35rem, 4.5vw, 4.6rem); }
.about-copy .lead { margin-bottom: 30px; }
.about-copy article { padding-top: 30px; border-top: 1px solid var(--line); }
.about-copy article p { font-size: 1.04rem; line-height: 1.82; }
.approach-question, .foundational-statement, .closing-line {
  margin: 26px 0;
  padding: clamp(20px, 2vw, 28px) clamp(20px, 2vw, 28px);
  border-left: 6px solid var(--blue);
  background: var(--blue-pale);
  color: var(--ink) !important;
  letter-spacing: -0.045em;
}
.approach-question {
  font-size: 1rem;
  line-height: 1.28;
  font-weight: 590;
}
.foundational-statement { font-size: clamp(1.35rem, 2.05vw, 2.15rem); line-height: 1.12; font-weight: 650; }
.closing-line {
  font-size: clamp(1.2rem, 1.625vw, 1.7rem) !important;
  line-height: 1.2 !important;
  font-weight: 620;
}
.approach-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 30px;
  padding: 0;
  list-style: none;
}
.approach-principles li {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
  color: var(--ink-soft);
  font-size: 0.85rem;
  line-height: 1.55;
}
.approach-principles strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.2;
}
.small-business-takeaway { margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
.small-business-takeaway .kicker { margin-bottom: 14px; }
.small-business-takeaway p { margin-bottom: 0; }

.contact-grid { display: grid; grid-template-columns: minmax(0, 760px); justify-content: center; align-items: start; }
.contact-phone { margin: 18px 0; }
.contact-phone a { color: var(--blue-dark); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.contact-repeat-link { grid-column: 2; justify-self: end; margin-top: 18px; color: var(--blue-dark); font-size: 0.9rem; font-weight: 800; text-decoration: none; }
.contact-repeat-link:hover { text-decoration: underline; }
.form-card { padding: 34px; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-small); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--ink); font-size: 0.8rem; font-weight: 800; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid var(--silver);
  border-radius: 12px;
  background: var(--paper);
  color: var(--ink);
  padding: 13px 14px;
  outline: none;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(37,99,235,.10); }
.field textarea { min-height: 130px; resize: vertical; }
.form-note { margin: 18px 0 0; color: var(--muted); font-size: 0.78rem; }
.form-status { margin-top: 14px; color: var(--blue-dark); font-size: 0.84rem; font-weight: 700; }

.site-footer { padding: 36px 0 44px; }
.footer-inner { display: flex; justify-content: flex-end; gap: 30px; padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.82rem; }
.footer-inner a { text-decoration: none; font-weight: 750; }

.pricing-section { padding: 58px 0 0; }
.pricing-cta-section { padding: 32px 0 72px; }
.pricing-cta { padding: 42px 48px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pricing-card { min-height: 330px; display: flex; flex-direction: column; padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-small); }
.pricing-card__type { display: block; margin-bottom: 46px; color: var(--blue-dark); font-size: 0.78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.pricing-card h2 { margin-bottom: 16px; font-size: clamp(1.7rem, 2.5vw, 2.35rem); }
.pricing-card p { margin-bottom: 0; }
.pricing-card__price { min-height: 104px; margin-top: auto; padding-top: 30px; color: var(--blue-dark); font-size: clamp(2.15rem, 3.5vw, 3.25rem); font-weight: 820; line-height: 1; letter-spacing: -0.05em; }
.pricing-card__price small { display: block; margin-top: 10px; color: var(--ink-soft); font-size: 0.84rem; font-weight: 650; line-height: 1.45; letter-spacing: 0; }
.testimonials-section { padding: 0 0 32px; }
.testimonials-page-section { padding-bottom: 72px; }
.testimonials-section .section-heading { margin-bottom: 28px; }
.testimonials-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.testimonial-card { min-height: 260px; display: flex; flex-direction: column; padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-small); }
.testimonial-card--placeholder { background: linear-gradient(145deg, #fff, var(--blue-pale)); border-style: dashed; }
.testimonial-card__label { margin-bottom: 18px !important; color: var(--blue-dark) !important; font-size: .74rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.testimonial-card blockquote { margin: 0; }
.testimonial-card blockquote p { margin-bottom: 0; color: var(--ink); font-size: clamp(1.12rem, 1.8vw, 1.45rem); font-weight: 560; line-height: 1.45; }
.testimonial-card__source { margin: auto 0 0 !important; padding-top: 26px; color: var(--ink) !important; }
.testimonial-card__source strong, .testimonial-card__source span { display: block; }
.testimonial-card__source strong { font-size: .95rem; }
.testimonial-card__source span { margin-top: 3px; color: var(--muted); font-size: .84rem; }
.faq-section { padding: 0 0 96px; }
.faq-section .section-heading { margin-bottom: 24px; }
.faq-list { display: grid; gap: 12px; max-width: 880px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-small); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 28px; color: var(--ink); font-size: 1.1rem; font-weight: 700; line-height: 1.35; list-style: none; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; flex: 0 0 auto; color: var(--blue); font-size: 1.5rem; font-weight: 500; line-height: 1; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item summary:focus-visible { outline: 3px solid var(--blue); outline-offset: -3px; border-radius: var(--radius); }
.faq-item__body { padding: 0 28px 26px; color: var(--ink-soft); font-size: 1rem; line-height: 1.6; }
.faq-item__body p { margin: 0; }
.faq-item__body ul { display: grid; gap: 10px; margin: 12px 0 0; padding-left: 20px; }
.faq-item__body strong { color: var(--ink); }

@media (max-width: 1100px) {
  .case-hero__content { grid-template-columns: 1fr; }
  .case-hero__photo { width: min(560px, 100%); }
}

@media (max-width: 1040px) {
  .site-nav { gap: 6px; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 70px;
    left: 13px;
    right: 13px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  .hero-grid, .about-grid, .contact-grid, .cta-panel { grid-template-columns: 1fr; }
  .bridge-grid { grid-template-columns: 1fr; }
  .hero-photo { min-height: 540px; }
  .about-photo { position: relative; top: auto; min-height: 520px; }
  .about-photo img { min-height: 520px; }
  .contact-repeat-link { grid-column: auto; justify-self: start; }
  .problem-grid, .build-grid, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .cta-phone { justify-self: start; }
  .cta-contact { justify-self: start; text-align: left; }
  .cta-contact .cta-phone { justify-self: start; }
  .cta-action { justify-self: start; }
}

@media (max-width: 1080px) {
  .diagram-flow--placement,
  .diagram-flow__track,
  .diagram-flow__track--three,
  .diagram-flow__track--four,
  .diagram-flow__merge,
  .diagram-flow__outputs { grid-template-columns: 1fr; }
  .diagram-flow__arrow--right { width: 2px; height: 28px; }
  .diagram-flow__arrow--right::after {
    top: auto;
    right: auto;
    bottom: -1px;
    left: 50%;
    border-top: 0;
    border-right: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
    transform: translateX(-50%) rotate(45deg);
  }
  .diagram-flow__operator { justify-self: center; }
}

@media (max-width: 880px) {
  .case-workflow-row { grid-template-columns: 1fr; }
  .workflow-card-track { min-height: auto; grid-template-rows: auto 32px; padding-top: 0; }
  .workflow-vertical-connector { min-height: 32px; height: auto; align-self: stretch; }
  .workflow-card-track > .workflow-vertical-connector { height: 100%; }
  .workflow-card-track--step-four-hub > .workflow-vertical-connector { height: auto; align-self: stretch; }
  .workflow-card-track--step-four-hub .workflow-vertical-connector::before,
  .workflow-card-track--step-four-hub .workflow-vertical-connector::after { top: 50%; }
  .case-workflow-step { padding: 24px 0 34px; }
  .case-workflow-row--step-four { grid-template-rows: none; }
  .case-workflow-row--step-four > * { grid-column: auto; grid-row: auto; }
  .workflow-vertical-connector--step-four-join { display: none; }
  .workflow-card-track--step-four-output { padding-top: 0; }
  .workforce-callout__intro { grid-template-columns: 1fr; }
}

@media (max-width: 930px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .header-inner { gap: 14px; }
  .brand-area { gap: 12px; }
  .header-contact { padding-left: 12px; }
  .header-phone { font-size: 0.76rem; }
  .header-email { font-size: 0.66rem; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 70px;
    left: 13px;
    right: 13px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  section { padding: 74px 0; }
  .process-section + section:not(.dark-section) { padding-top: 37px; }
  .hero { padding-top: 20px; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding: 50px 26px; }
  .hero-photo { min-height: 430px; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 18px; }
  .systems-section__top { grid-template-columns: 1fr; gap: 28px; }
  .systems-geometry { width: min(100%, 520px); justify-self: center; }
  .problem-grid, .build-grid, .pricing-grid, .testimonials-grid, .process-grid, .form-grid { grid-template-columns: 1fr; }
  .problem-card, .build-card { min-height: auto; }
  .process-step { min-height: auto; padding: 32px 28px; }
  .cta-panel { padding: 38px 25px; }
  .page-hero-shell { padding: 44px 25px; }
  .case-hero .page-hero-shell { padding: 30px 25px; }
  .case-hero__features { grid-template-columns: 1fr; }
  .case-hero__identity { align-items: flex-start; }
  .case-hero__client-logo { --case-logo-width: 156px; }
  .project-examples-intro { padding-top: 34px; }
  .project-placeholder-section { padding: 40px 0 74px; }
  .about-grid { gap: 38px; }
  .approach-principles { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-end; }
}

@media (max-width: 510px) {
  .brand-copy span { display: none; }
  .brand-mark { height: 30px; }
  .header-phone { font-size: 0.72rem; }
  .header-email { font-size: 0.6rem; }
  .case-hero__identity { flex-direction: column; gap: 12px; }
  .timesheet-example { padding: 13px; }
  .timesheet-example__hours { grid-template-columns: repeat(3, 1fr); }
  .timesheet-example__table th, .timesheet-example__table td { padding-inline: 5px; }
  .approval-animation__flow { grid-template-columns: 1fr; }
  .approval-transfer { width: 38px; height: 38px; justify-self: center; transform: rotate(90deg); }
}

/* BCP case study. Keep these rules inside the article, before the existing CTA. */
.bcp-case-study { padding-top: 48px; }
.bcp-case-study section { padding: 0; }
.bcp-case-study h1, .bcp-case-study h2, .bcp-case-study h3, .bcp-case-study p, .bcp-case-study figure { margin: 0; }
.bcp-case-study .bcp-project-tabs { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin-bottom: 26px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.bcp-case-study .bcp-project-tab { padding: 6px 11px; border: 1px solid transparent; border-radius: 8px; color: var(--ink-soft); font-size: .8125rem; font-weight: 650; line-height: 1.35; text-decoration: none; }
.bcp-case-study a.bcp-project-tab:hover { color: var(--ink); background: var(--silver-soft); }
.bcp-case-study .bcp-project-tab[aria-current="true"] { border-color: #8cb4ff; background: var(--blue-soft); color: var(--blue-dark); }
.bcp-case-study .bcp-project-tab { display: grid; gap: 2px; }
.bcp-case-study .bcp-project-tab__client { color: var(--muted); font-size: .75rem; font-weight: 600; }
.bcp-case-study .bcp-project-tab[aria-current="true"] .bcp-project-tab__client { color: var(--blue); }
.bcp-case-study .bcp-project-tab--placeholder { border-color: var(--silver); border-style: dashed; color: var(--muted); cursor: default; }
.bcp-case-study .bcp-story-eyebrow { margin-bottom: 26px; color: var(--blue-dark); font-size: .875rem; font-weight: 750; letter-spacing: .07em; line-height: 1.5; text-transform: uppercase; }
.bcp-case-study .bcp-story-eyebrow > span { margin-inline: 7px; color: var(--muted); }
.bcp-case-study .bcp-story-hero { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 7fr); align-items: stretch; padding-block: 56px; }
.bcp-case-study .bcp-story-hero .bcp-story-client { display: flex; flex-direction: column; align-items: flex-start; gap: 0; margin: 0; padding-right: clamp(40px, 4vw, 56px); }
.bcp-case-study .bcp-story-client-facts { margin-top: 24px; color: var(--ink-soft); font-size: 1rem; line-height: 1.5; }
.bcp-case-study .bcp-story-hero .bcp-story-client-link { margin-top: 20px; }
.bcp-case-study .bcp-story-hero .bcp-story-copy { padding-left: clamp(40px, 4vw, 56px); border-left: 1px solid #e2e3e5; }
.bcp-case-study .bcp-story-testimonial { max-width: 780px; }
.bcp-case-study .bcp-story-testimonial blockquote { margin: 0; }
.bcp-case-study .bcp-story-testimonial blockquote > p:first-child { max-width: 650px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3vw, 2.375rem); font-weight: 400; line-height: 1.2; letter-spacing: -.02em; }
.bcp-case-study .bcp-story-testimonial figcaption { margin-top: 26px; line-height: 1.5; }
.bcp-case-study .bcp-story-testimonial figcaption > strong, .bcp-case-study .bcp-story-testimonial figcaption > span { display: block; }
.bcp-case-study .bcp-story-testimonial figcaption > strong { color: var(--ink); font-size: 1.125rem; font-weight: 650; }
.bcp-case-study .bcp-story-testimonial figcaption > span { margin-top: 3px; color: var(--ink-soft); font-size: 1rem; }
.bcp-case-study .bcp-story-testimonial blockquote .bcp-story-testimonial__body { max-width: 780px; margin-top: 26px; color: var(--ink-soft); font-size: 1.1875rem; font-weight: 400; line-height: 1.6; }
.bcp-case-study .bcp-story-testimonial__link { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; color: var(--blue-dark); font-size: .9375rem; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(23, 78, 166, .3); }
.bcp-case-study .bcp-story-testimonial__link:hover { color: var(--blue); border-bottom-color: var(--blue); }
.bcp-case-study .bcp-story-client-link { display: inline-flex; align-items: center; gap: 6px; color: var(--blue-dark); font-size: .95rem; font-weight: 650; text-decoration: none; border-bottom: 1.5px solid rgba(23, 78, 166, .35); }
.bcp-case-study .bcp-story-client-link:hover { color: var(--blue); border-bottom-color: var(--blue); }
.bcp-case-study .bcp-story-section-intro { max-width: 640px; margin-top: 10px; color: var(--ink-soft); font-size: 1.0625rem; line-height: 1.6; }
.bcp-case-study .bcp-story-problem, .bcp-case-study .bcp-story-solution { padding-top: 44px; }
.bcp-case-study .bcp-pull-quote { max-width: 620px; margin-top: 26px; padding-left: 16px; color: var(--ink); border-left: 2px solid var(--blue); font-size: 1.05rem; font-weight: 550; line-height: 1.5; }
.bcp-case-study .bcp-pull-quote span { display: block; margin-top: 6px; color: var(--muted); font-size: .8125rem; font-weight: 500; }
.bcp-case-study .bcp-story-problem .bcp-story-eyebrow, .bcp-case-study .bcp-story-solution .bcp-story-eyebrow { margin-bottom: 10px; }
.bcp-case-study .bcp-story-problem .bcp-story-eyebrow { color: #c81e1e; }
.bcp-case-study .bcp-problem-grid, .bcp-case-study .bcp-solution-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.bcp-case-study .bcp-problem-card { display: flex; flex-direction: column; gap: 12px; min-width: 0; padding: 24px 22px; background: #f5f6f8; border: 1px solid var(--line); border-radius: 12px; }
.bcp-case-study .bcp-problem-icon { width: 42px; height: 42px; display: grid; place-items: center; color: #c81e1e; background: #fdecec; border-radius: 10px; }
.bcp-case-study .bcp-problem-icon svg { width: 22px; height: 22px; }
.bcp-case-study .bcp-problem-card h3, .bcp-case-study .bcp-solution-card h3 { font-size: 1.05rem; line-height: 1.3; }
.bcp-case-study .bcp-problem-card p, .bcp-case-study .bcp-solution-card p { color: var(--ink-soft); font-size: .95rem; line-height: 1.5; }
.bcp-case-study .bcp-solution-card { display: flex; flex-direction: column; gap: 10px; min-width: 0; padding: 24px 22px; background: var(--white); border: 1.25px solid rgba(22, 88, 184, .45); border-radius: 12px; }
.bcp-case-study .bcp-solution-number { margin-bottom: 4px; color: #1658b8; font-size: 20px; font-weight: 700; line-height: 1; }
.bcp-case-study .bcp-solution-card h3 { color: #1658b8; }
.bcp-case-study .bcp-story-copy { min-width: 0; }
.bcp-case-study .bcp-story-client { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-bottom: 20px; color: var(--ink-soft); font-size: .875rem; }
.bcp-case-study .bcp-story-client img { --bcp-logo-width: 284px; width: var(--bcp-logo-width); height: auto; margin-left: calc(var(--bcp-logo-width) * -0.08934); }
.bcp-case-study h1 { font-size: clamp(2rem, 3.8vw, 3rem); line-height: 1.08; font-weight: 600; }
.bcp-case-study .bcp-story-copy > p { max-width: 620px; margin-top: 18px; color: var(--ink-soft); font-size: 1.0625rem; line-height: 1.6; }
.bcp-case-study figcaption { margin-top: 10px; color: var(--muted); font-size: .875rem; line-height: 1.45; }
.bcp-case-study .bcp-story-result { display: flex; align-items: center; gap: 26px; margin-top: 36px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bcp-case-study .bcp-story-result > strong { color: var(--blue); font-size: clamp(3rem, 5vw, 3.5rem); font-weight: 650; line-height: 1; letter-spacing: -.045em; }
.bcp-case-study .bcp-story-result span { color: var(--ink); font-size: 1.0625rem; }
.bcp-case-study .bcp-story-result small { display: block; margin-top: 4px; color: var(--muted); font-size: .875rem; }
.bcp-case-study .bcp-story-journey { padding-top: 48px; scroll-margin-top: 110px; }
.bcp-case-study h2 { font-size: clamp(1.6rem, 2.5vw, 2rem); font-weight: 600; line-height: 1.15; }
.bcp-case-study .bcp-story-section-heading { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; margin-bottom: 24px; }
.bcp-case-study .bcp-story-section-heading > span { color: var(--muted); font-size: .875rem; }
.bcp-case-study .bcp-journey-wrap { position: relative; --process-blue: #1658b8; }
.bcp-case-study .bcp-journey-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 42px; row-gap: 0; align-items: stretch; margin: 0; padding: 0; list-style: none; }
.bcp-case-study .bcp-journey-step { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 22px clamp(16px, 1.8vw, 26px) 20px; background: transparent; overflow: visible; }
.bcp-case-study .bcp-journey-step--blue { --process-colour: var(--process-blue); --process-outline: rgba(22, 88, 184, .45); }
.bcp-case-study .bcp-journey-outline { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.bcp-case-study .bcp-journey-outline path { fill: none; stroke: var(--process-outline); stroke-width: 1.25; stroke-linejoin: miter; vector-effect: non-scaling-stroke; }
.bcp-case-study .bcp-step-number { display: block; margin-bottom: 12px; color: var(--process-colour); font-size: 20px; font-weight: 700; line-height: 1; }
.bcp-case-study .bcp-journey-step > h3 { color: var(--process-colour); }
.bcp-case-study .bcp-journey-node { position: absolute; top: 50%; z-index: 2; display: block; width: 38px; height: 38px; border: 1.25px solid var(--process-outline); border-radius: 50%; background: var(--white); transform: translate(-50%, -50%); pointer-events: none; }
.bcp-case-study .bcp-journey-node::after { content: ""; position: absolute; top: 50%; left: 50%; width: 18px; height: 18px; border-radius: 50%; background: var(--process-colour); transform: translate(-50%, -50%); }
.bcp-case-study .bcp-journey-node--1 { --process-colour: var(--process-blue); --process-outline: rgba(22, 88, 184, .45); left: calc(25% - 31.5px); }
.bcp-case-study .bcp-journey-node--2 { --process-colour: var(--process-blue); --process-outline: rgba(22, 88, 184, .45); left: calc(50% - 21px); }
.bcp-case-study .bcp-journey-node--3 { --process-colour: var(--process-blue); --process-outline: rgba(22, 88, 184, .45); left: calc(75% - 10.5px); }
.bcp-case-study h3 { font-size: 1.125rem; font-weight: 750; line-height: 1.25; letter-spacing: -.025em; }
.bcp-case-study .bcp-journey-step > p { margin: 6px 0 14px; color: var(--ink-soft); font-size: .9375rem; line-height: 1.45; }
.bcp-case-study .bcp-step-visual { display: flex; align-items: center; min-height: 44px; flex: 0 0 auto; margin-top: auto; padding: 8px 12px; background: var(--blue-soft); border-radius: 9px; color: var(--ink); text-align: left; font-size: .8125rem; line-height: 1.35; }
.bcp-case-study .bcp-step-visual > div { display: flex; align-items: center; gap: 10px; min-width: 0; }
.bcp-case-study .bcp-step-visual strong { display: inline-block; margin: 0; color: var(--blue-dark); font-size: 1.125rem; font-weight: 650; }
.bcp-case-study .bcp-step-visual .bcp-step-check { font-size: 1.25rem; line-height: 1; }
.bcp-case-study .bcp-step-laptop, .bcp-case-study .bcp-step-phone { display: block; flex: 0 0 auto; width: 26px; height: 26px; margin: 0; color: var(--blue-dark); }
.bcp-case-study .bcp-step-email { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 8px; }
.bcp-case-study .bcp-step-pdf { display: grid; place-items: center; min-height: 28px; padding: 4px 7px; background: var(--blue); color: white; border-radius: 5px; font-size: .75rem; font-weight: 750; }
.bcp-case-study .bcp-story-details { border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.bcp-case-study .bcp-story-details > summary { padding: 19px 0; color: var(--blue-dark); font-size: 1rem; font-weight: 650; line-height: 1.45; cursor: pointer; }
.bcp-case-study .bcp-story-details > summary:hover { color: var(--blue); }
.bcp-case-study .bcp-story-details > summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; border-radius: 3px; }
.bcp-case-study .bcp-story-detail-body { padding: 4px 0 24px; }
.bcp-case-study .bcp-story-details--static > .bcp-story-detail-body { padding-top: 0; }
.bcp-case-study .bcp-story-detail-body > p + p { margin-top: 16px; }
.bcp-case-study .bcp-story-calculation { --case-media-h: min(330px, 26vw); display: grid; grid-template-columns: auto auto; justify-content: space-between; align-items: start; gap: 32px; }
.bcp-case-study .bcp-story-calculation .bcp-story-sheet img { width: auto; max-width: none; height: var(--case-media-h); }
.bcp-case-study .bcp-story-calculation .bcp-story-demo { display: inline-block; width: auto; }
.bcp-case-study .bcp-story-calculation .bcp-story-demo img { display: block; width: auto; height: calc(var(--case-media-h) - 58px); }
.bcp-case-study .bcp-story-calculation .bcp-story-demo > span { box-sizing: border-box; height: 54px; align-items: center; padding-top: 0; padding-bottom: 0; }
.bcp-case-study .timesheet-example { max-width: none; }
.bcp-case-study .bcp-story-demo-copy > p { margin-top: 14px; font-size: 1rem; }
.bcp-case-study .bcp-story-demo { display: block; overflow: hidden; margin-top: 20px; color: var(--blue-dark); background: white; border: 2px solid var(--gold); border-radius: 10px; box-shadow: 0 0 0 4px rgba(200, 145, 47, 0.12); text-decoration: none; }
.bcp-case-study .bcp-story-demo img { width: 100%; height: auto; }
.bcp-case-study .bcp-story-demo > span { display: flex; justify-content: space-between; gap: 10px; padding: 14px; background: var(--gold-soft); border-top: 2px solid var(--gold); font-size: 1rem; font-weight: 650; }
.bcp-case-study .bcp-story-demo:hover { box-shadow: 0 0 0 5px rgba(200, 145, 47, 0.2); }
.bcp-case-study .bcp-story-approval { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 32px; align-items: center; }
.bcp-case-study .bcp-story-approval > div > p { margin-top: 14px; font-size: 1rem; }
.bcp-case-study .bcp-story-sheet { margin-top: 26px; }
.bcp-case-study .bcp-story-calculation > .bcp-story-sheet { margin-top: 0; }
.bcp-case-study .bcp-story-sheet > h3 { margin: 0 0 20px; }
.bcp-case-study .bcp-story-sheet img { width: 100%; height: auto; border: 1.5px solid #0f9d58; border-radius: 10px; }
.bcp-case-study .bcp-highlight { color: #c81e1e; font-weight: 700; }
.highlight-red { color: #c81e1e; font-weight: 700; }
.approach-transition .highlight-red { color: #ff7a7a; }
.bcp-case-study .bcp-story-workforce { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 36px; padding-top: 38px; }
.bcp-case-study .bcp-story-workforce .bcp-story-eyebrow { margin-bottom: 14px; }
.bcp-case-study .bcp-workforce-copy { margin-top: 16px; font-size: 1rem; line-height: 1.6; }
.bcp-case-study .bcp-story-workforce-photo img { width: 100%; height: auto; }
.bcp-case-study .bcp-story-workforce-photo .bcp-story-demo { margin-top: 0; }
.bcp-case-study .bcp-story-workforce-photo .bcp-story-demo-title { margin: 0 0 20px; }
.bcp-case-study .bcp-workforce-result { color: var(--blue-dark); font-weight: 650; }
@media (max-width: 900px) {
  .bcp-case-study .bcp-journey-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .bcp-case-study .bcp-journey-step { min-height: 0; border: 1.25px solid var(--process-outline); border-radius: 12px; }
  .bcp-case-study .bcp-journey-outline, .bcp-case-study .bcp-journey-node { display: none; }
}
@media (max-width: 800px) {
  .bcp-case-study .bcp-story-workforce, .bcp-case-study .bcp-story-calculation, .bcp-case-study .bcp-story-approval { grid-template-columns: 1fr; }
  .bcp-case-study .bcp-problem-grid, .bcp-case-study .bcp-solution-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bcp-case-study .bcp-story-calculation { justify-content: stretch; }
  .bcp-case-study .bcp-story-calculation .bcp-story-sheet img { width: 100%; height: auto; }
  .bcp-case-study .bcp-story-calculation .bcp-story-demo { display: block; width: auto; }
  .bcp-case-study .bcp-story-calculation .bcp-story-demo img { width: 100%; height: auto; }
  .bcp-case-study .bcp-story-result { margin-top: 28px; }
}
@media (max-width: 767px) {
  .bcp-case-study .bcp-story-hero { grid-template-columns: 1fr; gap: 36px; padding: 32px 11px; }
  .bcp-case-study .bcp-story-hero .bcp-story-client { padding-right: 0; }
  .bcp-case-study .bcp-story-client-facts { margin-top: 20px; font-size: .9375rem; }
  .bcp-case-study .bcp-story-hero .bcp-story-copy { max-width: 650px; padding-left: 0; border-left: 0; }
  .bcp-case-study .bcp-story-testimonial blockquote > p:first-child { font-size: 1.8125rem; }
  .bcp-case-study .bcp-story-testimonial blockquote .bcp-story-testimonial__body { margin-top: 24px; font-size: 1.0625rem; }
  .bcp-case-study .bcp-story-testimonial figcaption { margin-top: 24px; }
}
@media (max-width: 510px) {
  .bcp-case-study { padding-top: 30px; }
  .bcp-case-study .bcp-story-client img { --bcp-logo-width: 234px; }
  .bcp-case-study .bcp-story-eyebrow { font-size: .8125rem; }
  .bcp-case-study .bcp-problem-grid, .bcp-case-study .bcp-solution-grid { grid-template-columns: 1fr; }
  .bcp-case-study .bcp-story-result { align-items: center; gap: 16px; }
  .bcp-case-study .bcp-story-result span { font-size: 1rem; }
  .bcp-case-study .bcp-journey-step { padding: 20px 14px; }
  .bcp-case-study .bcp-step-visual { padding-inline: 8px; }
}

/* Compact homepage */
.home-compact section { padding: 30px 0; }
.home-compact .hero--compact { padding: 26px 0 10px; }
.hero-panel { padding: clamp(40px, 5vw, 60px) clamp(24px, 5vw, 72px); background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); text-align: center; }
.hero-panel h1 { max-width: 920px; margin: 0 auto 18px; font-size: clamp(1.9rem, 3.5vw, 3rem); font-weight: 600; line-height: 1.12; letter-spacing: -0.035em; }
.hero-panel .lead { max-width: 760px; margin: 0 auto; color: var(--ink-soft); font-size: clamp(1.25rem, 2.1vw, 1.75rem); font-weight: 550; line-height: 1.3; letter-spacing: -0.02em; }
.hero-actions { align-items: flex-start; }
.hero-primary { display: grid; gap: 8px; justify-items: center; }
.hero-proof { color: #c81e1e; font-size: .92rem; font-weight: 750; letter-spacing: .01em; }
.cta-panel--compact h2:last-child { margin-bottom: 0; }
.hero-panel--split { display: grid; grid-template-columns: 3fr 2fr; align-items: center; gap: clamp(24px, 4vw, 56px); padding: clamp(32px, 4vw, 48px) clamp(24px, 4vw, 56px); text-align: left; }
.hero-panel--split h1, .hero-panel--split .lead { margin-left: 0; margin-right: 0; }
.hero-panel--split .hero-actions { justify-content: flex-start; }
.hero-panel--split .hero-primary { justify-items: center; }
.hero-panel--split h1 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
.hero-visual { display: flex; justify-content: center; min-width: 0; }
.hero-visual img { width: auto; max-width: 100%; height: auto; max-height: 400px; object-fit: contain; }
@media (max-width: 800px) {
  .hero-panel--split { grid-template-columns: 1fr; text-align: center; }
  .hero-panel--split h1, .hero-panel--split .lead { margin-left: auto; margin-right: auto; }
  .hero-panel--split .hero-actions { justify-content: center; }
  .hero-panel--split .hero-primary { justify-items: center; }
  .hero-visual img { max-height: 240px; }
}
.hero-actions { justify-content: center; margin-top: 26px; }
.statements { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 32px; margin: 0; padding: 0; list-style: none; }
.statements li { padding-top: 14px; border-top: 2px solid var(--ink); }
.statements h2 { margin-bottom: 8px; font-size: 1.05rem; font-weight: 700; line-height: 1.3; letter-spacing: -0.02em; }
.statements p { margin: 0; color: var(--ink-soft); font-size: .95rem; line-height: 1.5; }
.proof { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 24px 40px; padding: 26px 30px; background: var(--blue-pale); border: 1px solid var(--line); border-radius: 16px; }
.proof-stat { display: grid; gap: 4px; padding-right: 32px; border-right: 1px solid var(--line); }
.proof-stat strong { color: var(--blue); font-size: clamp(2.6rem, 4.5vw, 3.6rem); font-weight: 650; line-height: 1; letter-spacing: -0.045em; }
.proof-stat span { color: var(--ink); font-size: .95rem; font-weight: 600; }
.proof-eyebrow { margin: 0 0 8px; color: var(--blue-dark); font-size: .8rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.proof-copy p:not(.proof-eyebrow) { margin: 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; color: var(--blue-dark); font-weight: 700; text-decoration: none; border-bottom: 2px solid rgba(23, 78, 166, .3); }
.text-link:hover { color: var(--blue); border-bottom-color: var(--blue); }
.philosophy { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); align-items: center; gap: 28px 48px; }
.philosophy h2 { margin-bottom: 10px; font-size: clamp(1.4rem, 2.3vw, 1.9rem); font-weight: 600; line-height: 1.2; letter-spacing: -0.03em; }
.philosophy p { margin: 0; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.55; }
.process-line { display: flex; flex-wrap: wrap; align-items: center; margin: 0; padding: 0; list-style: none; color: var(--ink); font-size: .95rem; font-weight: 650; }
.process-line li + li::before { content: "→"; margin: 0 10px; color: var(--blue); font-weight: 500; }
.cta-panel--compact { align-items: center; padding: 30px 34px; border-radius: 20px; }
.cta-panel--compact h2 { margin-bottom: 6px; font-size: clamp(1.4rem, 2.4vw, 2rem); }
@media (max-width: 800px) {
  .statements, .proof, .philosophy { grid-template-columns: 1fr; }
  .proof-stat { padding: 0 0 14px; border-right: 0; border-bottom: 1px solid var(--line); }
  .cta-panel--compact { padding: 28px 24px; }
}
