/* A lighter first visit, using the original CX Labs brand system. */
.ux-refresh .section { padding-block: 64px; }
.ux-refresh h2 { font-size: clamp(32px, 3.5vw, 44px); }
.ux-refresh .section-heading { margin-bottom: 34px; }
.ux-refresh .hero { padding-block: 60px 68px; gap: 56px; }
.ux-refresh .hero-copy > p { max-width: 540px; }
.ux-refresh .hero-copy > .hero-reassurance { font-size: 13px; line-height: 1.6; }
.ux-refresh .hero-copy > .cta-reassurance { font-size: 12px; line-height: 1.55; }
.ux-refresh .hero-note { box-shadow: 12px 14px 0 var(--sand); }
.ux-refresh .business-inner { padding-block: 23px; }
.ux-refresh .work-section { padding-block: 66px; border-top-width: 5px; }
.ux-refresh .work-grid { gap: 70px; }
.ux-refresh .team-grid { gap: 70px; }
.ux-refresh .sample-report { margin-top: 18px; }
.ux-refresh .sample-report > summary { font-size: 20px; padding-block: 22px; }
.ux-refresh .faq-list summary { padding-block: 18px; }
.needs-picker { padding: 30px; background: var(--wash); border: 1px solid #dce9e2; border-radius: 28px; }
.needs-picker fieldset { padding: 0; border: 0; margin: 0; min-width: 0; }
.needs-picker legend { font-size: 16px; font-weight: 650; margin-bottom: 18px; }
.needs-options { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.needs-options label { position: relative; margin: 0; border: 1px solid var(--line); background: white; border-radius: 18px; cursor: pointer; transition: border-color 160ms, background 160ms, transform 160ms; }
.needs-options label:hover { border-color: var(--teal); transform: translateY(-2px); }
.needs-options label:has(input:checked) { background: var(--mint); border-color: var(--teal); }
.needs-options label:has(input:focus-visible) { outline: 3px solid var(--teal); outline-offset: 4px; }
.needs-options label > span { display: block; padding: 22px 34px 22px 18px; font-size: 16px; line-height: 1.3; font-weight: 700; }
.needs-options label small { display: block; margin-top: 10px; font-size: 12px; line-height: 1.5; font-weight: 400; color: var(--muted); }
.needs-options input { position: absolute; top: 21px; right: 12px; width: 16px; height: 16px; min-height: 0; margin: 0; padding: 0; accent-color: var(--teal); box-shadow: none; }
.needs-options input:focus-visible { outline: none; }
.needs-result { margin-top: 26px; padding: 28px; background: white; border: 1px solid var(--line); border-radius: 20px; min-height: 236px; }
.need-level { color: var(--teal); font-size: 12px; font-weight: 700; margin-bottom: 12px; }
.needs-result h3 { font-size: clamp(25px, 2.7vw, 32px); margin-bottom: 14px; }
.needs-result > p:not(.need-level) { max-width: 760px; font-size: 16px; color: var(--muted); }
.needs-result #need-benefit { margin-top: 16px; color: var(--ink); font-weight: 650; }
.needs-next { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; padding-top: 24px; }
.needs-next p { max-width: 380px; color: var(--muted); font-size: 12px; }
.journey-more { border-block: 1px solid var(--line); }
.journey-more > summary { position: relative; padding: 23px 48px 23px 0; cursor: pointer; font-weight: 650; font-size: 21px; line-height: 1.35; list-style: none; }
.journey-more > summary > span { position: absolute; right: 8px; top: 18px; font-size: 29px; font-weight: 400; color: var(--teal); transition: transform 180ms; }
.journey-more[open] > summary > span { transform: rotate(45deg); }
.journey-more summary small { display: block; font-size: 14px; color: var(--muted); font-weight: 400; margin-top: 8px; }
.journey-detail { padding-block: 20px 30px; }
.service-comparison { margin-top: 28px; }
.journey-more[open] > .journey-detail { animation: journey-enter 220ms ease-out; }
.ux-refresh #industries .section { padding-block: 30px; }
.ux-refresh .steps { gap: 30px; }
.ux-refresh .steps p { font-size: 14px; }
.ux-refresh .enquiry-card { padding: 28px; border-top-width: 4px; border-radius: 24px; box-shadow: 0 8px 24px #112b3c06; }
.ux-refresh .contact-grid { gap: 56px; }
.ux-refresh .enquiry-card > .form-help + .form-help { margin-top: 14px; }
.enquiry-embed { margin: 24px -16px 0; border-radius: 12px; overflow: hidden; background: white; }
.enquiry-embed iframe { display: block; width: 100%; height: 1500px; border: 0; }
.ux-refresh #embed-status:empty { display: none; }
.ux-refresh .next-steps { margin-top: 26px; }
@keyframes journey-enter { from { opacity: .6; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1000px) {
  .needs-options { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ux-refresh .hero { gap: 34px; }
  .ux-refresh .work-grid, .ux-refresh .team-grid, .ux-refresh .contact-grid { gap: 40px; }
}
@media (max-width: 760px) {
  .ux-refresh .section { padding-block: 48px; }
  .ux-refresh .hero { padding-block: 40px 50px; gap: 32px; }
  .ux-refresh .hero-note { box-shadow: 7px 9px 0 var(--sand); }
  .ux-refresh .hero-copy > p { font-size: 17px; margin-top: 24px; }
  .ux-refresh .hero-copy > .hero-reassurance { font-size: 13px; }
  .ux-refresh .hero-copy > .cta-reassurance { font-size: 12px; line-height: 1.55; }
  .ux-refresh .hero-actions { gap: 24px; }
  .ux-refresh .hero-actions .button { width: 100%; justify-content: center; }
  .ux-refresh .section-heading { margin-bottom: 26px; gap: 18px; }
  .ux-refresh .work-section { padding-block: 48px; }
  .needs-picker { padding: 20px 16px; border-radius: 22px; }
  .needs-options { gap: 10px; }
  .needs-options label > span { padding: 39px 13px 17px; font-size: 15px; }
  .needs-options input { top: 13px; left: 13px; }
  .needs-options label small { font-size: 12px; }
  .needs-result { padding: 22px 18px; margin-top: 18px; min-height: 0; }
  .needs-result > p:not(.need-level) { font-size: 15px; }
  .needs-next { gap: 18px; }
  .needs-next .button { width: 100%; justify-content: center; gap: 14px; padding-inline: 16px; font-size: 14px; }
  .journey-more > summary { font-size: 18px; }
  .ux-refresh .enquiry-card { padding: 22px; }
  .enquiry-embed { margin-inline: -20px; }
  .enquiry-embed iframe { height: 1730px; }
  .ux-refresh #load-enquiry { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .journey-more[open] > .journey-detail { animation: none; }
  .needs-options label, .journey-more > summary > span { transition: none; }
  .needs-options label:hover { transform: none; }
}

/* Short, outcome-first homepage. Detailed tools and explanations live on their focused routes. */
.short-home { overflow-x: clip; }
.page-progress { --page-progress: 0; position: fixed; z-index: 30; top: 0; left: 0; width: 100%; height: 4px; transform: scaleX(var(--page-progress)); transform-origin: left; background: linear-gradient(90deg, var(--coral), var(--sand), var(--teal)); box-shadow: 0 1px 8px #fa795466; pointer-events: none; }
.short-home .compact-section .section { padding-block: 72px; }
.short-home .compact-heading { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); column-gap: 72px; align-items: end; }
.short-home .compact-heading .eyebrow { grid-column: 1 / -1; }
.short-home .compact-heading > p:last-child { margin: 0 0 6px; max-width: 590px; }
.short-home .section-link { margin-top: 6px; }
.short-services { padding-block: 84px; }
.short-heading { max-width: 800px; }
.short-heading h2 { font-size: clamp(38px, 4.8vw, 64px); line-height: 1; }
.short-heading > p:last-child { max-width: 650px; }
.service-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 44px; }
.service-choice-wrap { min-width: 0; }
.service-choice { position: relative; isolation: isolate; display: flex; min-height: 350px; height: 100%; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid #d8e4e0; border-radius: 26px 26px 8px 26px; color: var(--ink); background: #f5faf7; }
.service-choice-wrap:nth-child(2).service-choice { border-color: #efd4c6; border-radius: 26px 8px 26px 26px; background: var(--peach); }
.service-choice-wrap:nth-child(3).service-choice { border-color: #ead9b6; border-radius: 8px 26px 26px 26px; background: #fff6e5; }
.service-choice > * { position: relative; z-index: 1; }
.service-choice .service-number { margin-bottom: auto; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .09em; }
.service-choice h3 { margin-top: 42px; font-size: clamp(25px, 2.5vw, 34px); line-height: 1.08; letter-spacing: -.035em; }
.service-choice p { margin-top: 17px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.choice-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 24px; }
.choice-action { color: var(--ink); border-bottom: 1px solid #112b3c55; font-size: 12px; font-weight: 750; }
.choice-select { display: inline-flex; min-height: 44px; align-items: center; gap: 14px; padding: 10px 15px; border: 1px solid #112b3c38; border-radius: 999px; color: var(--ink); background: #ffffffa8; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.choice-select span:last-child { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: 15px; }
.service-choice.is-selected { border-color: var(--teal); box-shadow: 0 0 0 3px #15565d1f, 0 20px 35px #112b3c15; }
.service-choice.is-selected .choice-select { color: white; border-color: var(--teal); background: var(--teal); }
.service-choice.is-selected .choice-select span:last-child { color: var(--teal); background: white; }
.service-selection { display: flex; align-items: center; justify-content: space-between; gap: 26px; margin-top: 20px; padding: 20px 22px; border: 1px solid #c6ddd5; border-radius: 22px 22px 6px 22px; background: linear-gradient(100deg, #edf8f3, #fff8ea); }
.service-selection p { margin: 0; }
.service-selection p strong, .service-selection p span { display: block; }
.service-selection p strong { font-size: 15px; }
.service-selection p span { margin-top: 4px; color: var(--muted); font-size: 13px; }
.service-selection .button { flex: 0 0 auto; padding: 14px 18px; font-size: 13px; }
.process-section { position: relative; isolation: isolate; overflow: hidden; background: var(--ink); color: white; }
.process-section::before { content: ""; position: absolute; z-index: -1; width: 440px; height: 440px; right: -180px; top: -180px; border-radius: 50%; background: radial-gradient(circle, #15565d 0 22%, #fa795422 23% 38%, transparent 64%); filter: blur(2px); }
.process-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: clamp(48px, 7vw, 100px); align-items: center; }
.process-section .eyebrow { color: var(--sand); }
.process-section .section-heading > p:last-child { color: #bed0d7; }
.short-process { list-style: none; padding: 0; margin: 36px 0 28px; }
.process-step { display: grid; grid-template-columns: 38px 1fr; gap: 18px; padding-block: 19px; border-top: 1px solid #ffffff24; }
.process-step > span { color: var(--coral); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.process-step strong { display: block; font-size: 17px; }
.process-step p { margin-top: 6px; color: #bed0d7; font-size: 14px; line-height: 1.6; }
.process-section .text-link { color: white; border-color: #ffffff88; }
.workflow-console { position: relative; isolation: isolate; overflow: hidden; padding: 28px; border: 1px solid #ffffff30; border-radius: 28px 28px 10px 28px; color: var(--ink); background: white; box-shadow: 18px 20px 0 #15565d; }
.workflow-console > * { position: relative; z-index: 1; }
.workflow-topline { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 750; }
.workflow-topline span:last-child { color: var(--muted); font-weight: 500; }
.workflow-row { display: grid; width: 100%; grid-template-columns: 11px minmax(0, 1fr) auto; gap: 13px; align-items: center; padding: 21px 8px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: inherit; background: transparent; font: inherit; text-align: left; cursor: pointer; }
.workflow-row strong, .workflow-copy > span { display: block; }
.workflow-row strong { font-size: 15px; }
.workflow-copy > span { margin-top: 5px; color: var(--muted); font-size: 12px; }
.workflow-row[aria-pressed="true"] { margin-inline: -8px; padding-inline: 16px 8px; border-radius: 14px; background: linear-gradient(90deg, #e9f7f1, #fff8ef); box-shadow: inset 3px 0 0 var(--coral); }
.workflow-row[aria-pressed="true"] .workflow-dot { box-shadow: 0 0 0 5px #15565d20; }
.workflow-row > .sample-status { display: inline; margin: 0; color: var(--teal); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.workflow-row > .sample-status::before { display: none; }
.workflow-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--teal); }
.workflow-dot.progress { background: #bc8429; }
.workflow-dot.decision { background: var(--coral); }
.workflow-note { margin-top: 18px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.compact-team .section { padding-block: 72px; }
.team-compact-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(350px, .9fr); gap: 90px; align-items: center; }
.founder-summary { border-top: 1px solid #d8b9aa; }
.founder-summary > div { display: grid; grid-template-columns: 105px 1fr; gap: 18px; padding-block: 18px; border-bottom: 1px solid #d8b9aa; }
.founder-summary span { color: var(--teal); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.founder-summary strong { font-size: 19px; }
.founder-summary > a { margin-top: 25px; }
.closing-section { padding-block: 84px; background: white; overflow: clip; }
.closing-cta { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 80px; align-items: center; padding: 56px; border-radius: 34px 34px 10px 34px; color: white; background: var(--teal); box-shadow: 15px 17px 0 var(--sand); }
.closing-cta::after { content: ""; position: absolute; z-index: -1; width: 170px; height: 170px; right: 28%; bottom: -110px; border: 26px solid #ffffff10; border-radius: 42% 58% 63% 37%; }
.closing-cta .eyebrow { color: var(--sand); }
.closing-cta h2 { font-size: clamp(42px, 5vw, 70px); }
.closing-cta > div > p:last-child { max-width: 650px; margin-top: 18px; color: #d6e6e7; font-size: 17px; }
.closing-actions .button { width: 100%; justify-content: space-between; }
.closing-actions .cta-reassurance { color: #d6e6e7; }
.footer-brand img { display: block; width: 145px; height: auto; }
.footer-links { display: flex; flex-wrap: wrap; gap: 13px 20px; font-size: 13px; }

.pointer-surface { --pointer-x: 50%; --pointer-y: 50%; --tilt-x: 0deg; --tilt-y: 0deg; }
.pointer-surface::before { content: ""; position: absolute; z-index: 0; inset: 0; opacity: 0; background: radial-gradient(280px circle at var(--pointer-x) var(--pointer-y), #ffffff8c, transparent 68%); pointer-events: none; transition: opacity 180ms ease; }
.workflow-console.pointer-surface::before { background: radial-gradient(300px circle at var(--pointer-x) var(--pointer-y), #d3ede477, transparent 68%); }

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .pointer-surface { transform: perspective(950px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transform-style: preserve-3d; transition: transform 160ms ease, box-shadow 180ms ease; will-change: transform; }
  .pointer-surface:hover::before { opacity: 1; }
  .service-choice.pointer-surface:hover { box-shadow: 0 18px 30px #112b3c15; }
  [data-magnetic] { translate: var(--magnetic-x, 0px) var(--magnetic-y, 0px); transition: translate 120ms ease, transform 180ms ease, box-shadow 180ms ease; }
  .workflow-row { transition: transform 170ms ease, background 170ms ease; }
  .workflow-row:hover { transform: translateX(5px); background: #f5faf780; }
  .choice-select, .choice-action, .founder-summary > div, .value-preview li { transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease; }
  .choice-select:hover { transform: translateY(-2px); box-shadow: 0 8px 16px #112b3c16; }
  .choice-action:hover { color: var(--coral); }
  .value-preview li:hover { transform: translateY(-5px); }
  .founder-summary > div:hover { transform: translateX(7px); }
  .process-section::before { animation: ambient-orbit 11s ease-in-out infinite alternate; }
  .closing-cta::after { animation: ambient-orbit 8s ease-in-out infinite alternate-reverse; }
}

.selection-pop { animation: selection-pop 420ms cubic-bezier(.2,.8,.2,1); }
.workflow-row[aria-pressed="true"] .workflow-dot { animation: status-breathe 1.5s ease-in-out infinite; }
@keyframes selection-pop { 0% { transform: scale(.96); } 55% { transform: scale(1.025); } 100% { transform: scale(1); } }
@keyframes ambient-orbit { from { translate: -12px -8px; rotate: -4deg; } to { translate: 18px 16px; rotate: 7deg; } }

@media (max-width: 1000px) {
  .short-home .compact-heading { column-gap: 36px; }
  .service-choice { min-height: 330px; padding: 24px; }
  .service-selection { align-items: flex-start; flex-direction: column; }
  .process-layout { grid-template-columns: 1fr; }
  .process-copy { max-width: 760px; }
  .process-visual { max-width: 760px; }
  .team-compact-layout { gap: 45px; }
  .closing-cta { gap: 45px; padding: 42px; }
  .footer-inner { flex-wrap: wrap; }
}

@media (max-width: 760px) {
  .short-home .compact-section .section, .short-services, .compact-team .section, .closing-section { padding-block: 54px; }
  .short-home .compact-heading, .service-choice-grid, .team-compact-layout, .closing-cta { grid-template-columns: 1fr; }
  .short-home .compact-heading .eyebrow { grid-column: auto; }
  .short-home .compact-heading > p:last-child { margin-top: 16px; }
  .service-choice-grid { gap: 14px; margin-top: 30px; }
  .service-choice { min-height: 280px; }
  .service-choice h3 { font-size: 28px; }
  .process-layout { gap: 40px; }
  .workflow-console { padding: 20px 16px; box-shadow: 8px 10px 0 #15565d; }
  .workflow-row { grid-template-columns: 10px minmax(0, 1fr); }
  .workflow-row > .sample-status { grid-column: 2; }
  .team-compact-layout { gap: 34px; }
  .closing-cta { gap: 32px; padding: 34px 24px; border-radius: 26px 26px 8px 26px; box-shadow: 8px 10px 0 var(--sand); }
  .closing-actions .button { font-size: 14px; }
  .footer-links { flex-basis: 100%; }
  .service-selection .button { width: 100%; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce), (hover: none), (pointer: coarse) {
  .pointer-surface { transform: none; }
  .pointer-surface::before { display: none; }
  .selection-pop, .workflow-row[aria-pressed="true"] .workflow-dot, .process-section::before, .closing-cta::after { animation: none; }
}

/* Enterprise editorial system */
.enterprise-site {
  --enterprise-ink: #112b3c;
  --enterprise-teal: #15565d;
  --enterprise-coral: #fa7954;
  --enterprise-sand: #efd3a4;
  --enterprise-paper: #fffaf4;
  --enterprise-mist: #eef5f1;
  --enterprise-line: #b9cbc8;
  color: var(--enterprise-ink);
  background: var(--enterprise-paper);
}

.enterprise-site .container { max-width: 1320px; padding-inline: clamp(24px, 4vw, 64px); }
.enterprise-site .site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid #112b3c1f; background: color-mix(in srgb, var(--enterprise-paper) 94%, transparent); backdrop-filter: blur(16px); transition: box-shadow 180ms ease, background-color 180ms ease; }
.enterprise-site .site-header.is-scrolled { background: color-mix(in srgb, var(--enterprise-paper) 98%, transparent); box-shadow: 0 12px 28px #112b3c0c; }
.enterprise-site .header-inner { min-height: 88px; }
.enterprise-site .brand img { width: 176px; height: auto; }
.enterprise-site #main-nav { gap: clamp(18px, 2.4vw, 34px); }
.enterprise-site #main-nav > a:not(.nav-contact) { position: relative; font-size: 14px; font-weight: 650; }
.enterprise-site #main-nav > a:not(.nav-contact)::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; background: var(--enterprise-coral); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.enterprise-site #main-nav > a:not(.nav-contact):hover::after,
.enterprise-site #main-nav > a:not(.nav-contact):focus-visible::after { transform: scaleX(1); }
.enterprise-site .nav-contact { min-height: 46px; padding: 12px 18px; border: 1px solid var(--enterprise-ink); border-radius: 8px; font-size: 13px; font-weight: 800; }
.enterprise-site .nav-contact:hover { color: white; background: var(--enterprise-ink); }

.enterprise-site .page-progress { position: fixed; z-index: 80; inset: 0 0 auto; height: 3px; background: var(--enterprise-coral); transform: scaleX(var(--page-progress, 0)); transform-origin: left; }
.enterprise-site .eyebrow { color: var(--enterprise-teal); letter-spacing: .16em; }
.enterprise-site h1,
.enterprise-site h2,
.enterprise-site h3 { text-wrap: balance; }
.enterprise-site h1 { max-width: 850px; font-size: clamp(46px, 5.35vw, 72px); line-height: .99; letter-spacing: -.055em; }
.enterprise-site h2 { font-size: clamp(36px, 4.2vw, 58px); line-height: 1.02; letter-spacing: -.05em; }
.enterprise-site .button { min-height: 52px; padding: 14px 20px; border: 1px solid var(--enterprise-ink); border-radius: 8px; color: var(--enterprise-ink); background: var(--enterprise-coral); box-shadow: 4px 4px 0 var(--enterprise-ink); font-size: 14px; font-weight: 800; transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease; }
.enterprise-site .button:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--enterprise-ink); }
.enterprise-site .button:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--enterprise-ink); }
.enterprise-site .button-dark { color: white; border-color: white; background: var(--enterprise-ink); box-shadow: 4px 4px 0 var(--enterprise-coral); }
.enterprise-site .text-link,
.enterprise-site .email-link { width: fit-content; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; }
.enterprise-site .text-link:hover,
.enterprise-site .email-link:hover { color: var(--enterprise-coral); }

.enterprise-hero { overflow: clip; border-bottom: 1px solid var(--enterprise-line); background: var(--enterprise-paper); }
.enterprise-hero-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(390px, 5fr); gap: clamp(48px, 7vw, 108px); align-items: center; min-height: 620px; padding-block: 76px 64px; }
.enterprise-hero-copy .eyebrow { margin-bottom: 24px; }
.hero-lede { max-width: 720px; margin-top: 28px; color: #425b64; font-size: clamp(18px, 1.75vw, 22px); line-height: 1.55; }
.enterprise-site .hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.enterprise-site .cta-reassurance { margin-top: 18px; color: #5c7077; font-size: 12px; }

.scope-ledger { --pointer-x: 50%; --pointer-y: 50%; position: relative; isolation: isolate; overflow: hidden; border: 1px solid var(--enterprise-ink); background: #fff; box-shadow: 14px 14px 0 var(--enterprise-sand); }
.scope-ledger::before { content: ""; position: absolute; z-index: -1; width: 340px; height: 340px; left: calc(var(--pointer-x) - 170px); top: calc(var(--pointer-y) - 170px); border-radius: 50%; opacity: .65; background: radial-gradient(circle, #d3ede4 0, #d3ede466 38%, transparent 70%); pointer-events: none; transition: left 120ms linear, top 120ms linear; }
.ledger-header { display: flex; justify-content: space-between; gap: 24px; padding: 16px 20px; color: white; background: var(--enterprise-ink); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ledger-header span:last-child { color: var(--enterprise-sand); }
.scope-ledger dl { margin: 0; }
.scope-ledger dl > div { display: grid; grid-template-columns: 100px 1fr; gap: 22px; padding: 20px; border-bottom: 1px solid var(--enterprise-line); }
.scope-ledger dt { color: var(--enterprise-teal); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.scope-ledger dd { margin: 0; font-size: 14px; font-weight: 650; line-height: 1.45; }
.scope-ledger > p { padding: 20px; font-size: 13px; }

.enterprise-proof-rail { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 0 28px; }
.enterprise-proof-rail p { display: grid; gap: 5px; padding: 22px 24px 0 0; border-top: 4px solid var(--enterprise-teal); font-size: 13px; line-height: 1.4; }
.enterprise-proof-rail p:nth-child(2) { border-color: var(--enterprise-coral); }
.enterprise-proof-rail p:nth-child(3) { border-color: var(--enterprise-sand); }
.enterprise-proof-rail p:nth-child(4) { border-color: var(--enterprise-ink); }
.enterprise-proof-rail a { width: fit-content; font-weight: 800; border-bottom: 1px solid transparent; }
.enterprise-proof-rail a:hover { border-color: currentColor; }
.enterprise-proof-rail span { color: #607278; }

.enterprise-outcomes { padding-block: 84px; border-bottom: 1px solid var(--enterprise-line); background: white; }
.editorial-heading { display: grid; grid-template-columns: 1fr 2.1fr 1.15fr; gap: clamp(30px, 5vw, 72px); align-items: start; }
.editorial-heading > p:last-child { color: #536a72; font-size: 16px; }
.outcome-ledger { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 54px; border-block: 1px solid var(--enterprise-ink); }
.outcome-ledger article { min-height: 210px; padding: 24px; border-right: 1px solid var(--enterprise-line); }
.outcome-ledger article:last-child { border-right: 0; }
.outcome-ledger article > span { color: var(--enterprise-coral); font-size: 11px; font-weight: 800; }
.outcome-ledger h3 { margin-top: 40px; font-size: 20px; }
.outcome-ledger p { margin-top: 10px; color: #5b6e74; font-size: 14px; line-height: 1.55; }

.enterprise-services { padding-block: 88px; color: white; background: var(--enterprise-teal); }
.service-editorial-grid { display: grid; grid-template-columns: 1.05fr 1.5fr .9fr; gap: clamp(32px, 5vw, 70px); align-items: start; }
.enterprise-services .editorial-heading { display: block; }
.enterprise-services .eyebrow { color: var(--enterprise-sand); }
.service-heading h2 { margin-top: 18px; font-size: clamp(38px, 4vw, 56px); }
.service-heading > p:last-child { margin-top: 24px; color: #d5e2e2; font-size: 16px; }
.service-lanes { border-top: 1px solid #ffffff66; }
.service-lane { display: grid; width: 100%; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 18px; align-items: center; min-height: 128px; padding: 22px 8px; border: 0; border-bottom: 1px solid #ffffff66; border-radius: 0; color: white; background: transparent; text-align: left; transition: padding 180ms ease, background-color 180ms ease; }
.service-lane:hover,
.service-lane[aria-pressed="true"] { padding-inline: 18px; background: #ffffff10; }
.service-lane[aria-pressed="true"] { box-shadow: inset 4px 0 0 var(--enterprise-coral); }
.lane-number { color: var(--enterprise-sand); font-size: 11px; font-weight: 800; }
.lane-copy strong,
.lane-copy small { display: block; }
.lane-copy strong { font-size: 20px; }
.lane-copy small { margin-top: 9px; color: #cfdddd; font-size: 13px; line-height: 1.45; }
.lane-action { min-width: 74px; color: var(--enterprise-sand); font-size: 11px; font-weight: 800; text-align: right; text-transform: uppercase; }
.scope-summary { position: sticky; top: 116px; padding: 28px; color: var(--enterprise-ink); border: 1px solid var(--enterprise-ink); background: var(--enterprise-paper); box-shadow: 8px 8px 0 var(--enterprise-coral); }
.summary-kicker { color: var(--enterprise-teal); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.scope-summary h3 { margin-top: 16px; font-size: 29px; line-height: 1.08; }
.scope-summary > p { margin-top: 18px; color: #52676f; font-size: 14px; }
.scope-summary ul { padding: 18px 0 0; margin: 18px 0 24px; border-top: 1px solid var(--enterprise-line); list-style: none; }
.scope-summary li { position: relative; padding: 7px 0 7px 20px; font-size: 12px; }
.scope-summary li::before { content: ""; position: absolute; left: 0; top: 13px; width: 7px; height: 7px; background: var(--enterprise-coral); }
.scope-summary .button { width: 100%; justify-content: space-between; }
.selection-confirmed { animation: enterprise-confirm 300ms ease; }
@keyframes enterprise-confirm { 50% { background: var(--enterprise-coral); } }

.enterprise-model { padding-block: 86px; color: white; background: var(--enterprise-ink); }
.enterprise-model .editorial-heading { grid-template-columns: 1fr 3.25fr; }
.enterprise-model .eyebrow { color: var(--enterprise-sand); }
.operating-stages { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; margin: 54px 0 0; border-top: 1px solid #ffffff66; list-style: none; }
.operating-stages li { position: relative; min-height: 260px; padding: 28px 30px 26px 0; border-right: 1px solid #ffffff35; opacity: 1; }
.operating-stages li:not(:first-child) { padding-left: 30px; }
.operating-stages li::before { content: ""; position: absolute; left: 0; right: 30px; top: -2px; height: 4px; background: var(--enterprise-coral); transform: scaleX(.12); transform-origin: left; transition: transform 500ms cubic-bezier(.2,.8,.2,1) calc(var(--stage-order, 0) * 90ms); }
.operating-stages li.is-visible::before { transform: scaleX(1); }
.operating-stages li > span { color: var(--enterprise-sand); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.operating-stages strong { display: block; margin-top: 64px; font-size: 23px; }
.operating-stages p { margin-top: 14px; color: #c6d4d9; font-size: 14px; }
.responsibility-matrix { border: 1px solid #ffffff70; }
.responsibility-matrix > div { display: grid; grid-template-columns: minmax(180px, .75fr) 2fr; gap: 34px; padding: 17px 22px; border-bottom: 1px solid #ffffff30; }
.responsibility-matrix > div:last-child { border-bottom: 0; }
.responsibility-matrix strong { color: var(--enterprise-sand); font-size: 13px; }
.responsibility-matrix span { color: #d4dfe2; font-size: 14px; }
.responsibility-matrix .matrix-title { grid-template-columns: 1fr auto; color: var(--enterprise-ink); background: var(--enterprise-sand); }
.responsibility-matrix .matrix-title span { color: var(--enterprise-ink); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.responsibility-matrix .matrix-title small { font-size: 11px; }

.enterprise-close { padding-block: 88px; border-bottom: 1px solid var(--enterprise-line); background: var(--enterprise-paper); }
.close-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr); gap: clamp(60px, 9vw, 140px); align-items: center; }
.founder-proof h2 { max-width: 760px; margin-top: 20px; }
.founder-proof > p:not(.eyebrow) { max-width: 760px; margin-top: 26px; color: #51676f; font-size: 17px; }
.proof-links { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 28px; }
.close-action { padding: 34px; color: white; background: var(--enterprise-teal); box-shadow: 10px 10px 0 var(--enterprise-sand); }
.close-action > span { color: var(--enterprise-sand); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.close-action h3 { margin-top: 18px; font-size: 32px; line-height: 1.05; }
.close-action p { margin-top: 18px; color: #d9e5e5; font-size: 14px; }
.close-action .button { width: 100%; justify-content: space-between; margin-top: 26px; }
.close-action .email-link { display: block; margin-top: 22px; color: white; font-size: 13px; }

.enterprise-site footer { border-top: 0; background: white; }
.enterprise-site .footer-inner { align-items: start; padding-block: 38px; }
.enterprise-site .conversion-bar { border-radius: 0; border: 1px solid var(--enterprise-ink); background: var(--enterprise-paper); box-shadow: 6px 6px 0 var(--enterprise-ink); }

@media (max-width: 1040px) {
  .enterprise-hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .scope-ledger { max-width: 720px; }
  .editorial-heading { grid-template-columns: 1fr 2fr; }
  .editorial-heading > p:last-child { grid-column: 2; }
  .service-editorial-grid { grid-template-columns: 1fr 1.35fr; }
  .scope-summary { position: static; grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
  .scope-summary .summary-kicker,
  .scope-summary h3,
  .scope-summary > p { grid-column: 1; }
  .scope-summary ul,
  .scope-summary .button { grid-column: 2; }
  .scope-summary ul { grid-row: 1 / span 3; margin-top: 0; }
  .close-grid { grid-template-columns: 1fr; }
  .close-action { max-width: 660px; }
}

@media (max-width: 760px) {
  .enterprise-site .header-inner { min-height: 74px; }
  .enterprise-site .brand img { width: 145px; }
  .enterprise-site #main-nav.nav-enhanced { padding: 16px 24px 24px; background: var(--enterprise-paper); }
  .enterprise-site #main-nav.nav-enhanced a { min-height: 48px; }
  .enterprise-site .nav-contact { margin-top: 8px; }
  .enterprise-site h1 { font-size: clamp(42px, 13vw, 52px); }
  .enterprise-site h2 { font-size: clamp(34px, 10vw, 44px); }
  .enterprise-hero-grid { gap: 46px; padding-block: 54px 48px; }
  .enterprise-site .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .enterprise-site .hero-actions .button { width: 100%; justify-content: space-between; }
  .scope-ledger { box-shadow: 8px 8px 0 var(--enterprise-sand); }
  .scope-ledger dl > div { grid-template-columns: 80px 1fr; gap: 14px; padding: 17px 16px; }
  .enterprise-proof-rail { grid-template-columns: 1fr; }
  .enterprise-proof-rail p { padding-block: 16px; }
  .enterprise-outcomes,
  .enterprise-services,
  .enterprise-model,
  .enterprise-close { padding-block: 62px; }
  .editorial-heading,
  .enterprise-model .editorial-heading { display: block; }
  .editorial-heading h2 { margin-top: 16px; }
  .editorial-heading > p:last-child { margin-top: 18px; }
  .outcome-ledger { grid-template-columns: 1fr 1fr; margin-top: 38px; }
  .outcome-ledger article { min-height: 188px; border-bottom: 1px solid var(--enterprise-line); }
  .outcome-ledger article:nth-child(2n) { border-right: 0; }
  .outcome-ledger article:nth-last-child(-n+2) { border-bottom: 0; }
  .outcome-ledger h3 { margin-top: 24px; }
  .service-editorial-grid { grid-template-columns: 1fr; }
  .service-lanes { margin-top: 12px; }
  .service-lane { grid-template-columns: 34px minmax(0, 1fr); min-height: 142px; }
  .lane-action { grid-column: 2; min-width: 0; text-align: left; }
  .scope-summary { display: block; padding: 26px 22px; }
  .scope-summary ul { margin-top: 20px; }
  .operating-stages { grid-template-columns: 1fr; }
  .operating-stages li,
  .operating-stages li:not(:first-child) { min-height: 0; padding: 26px 0; border-right: 0; border-bottom: 1px solid #ffffff35; }
  .operating-stages li::before { right: 0; }
  .operating-stages strong { margin-top: 30px; }
  .responsibility-matrix { margin-top: 34px; }
  .responsibility-matrix > div { grid-template-columns: 1fr; gap: 8px; }
  .responsibility-matrix .matrix-title { grid-template-columns: 1fr; }
  .close-grid { gap: 42px; }
  .close-action { padding: 28px 22px; box-shadow: 7px 7px 0 var(--enterprise-sand); }
  .proof-links { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .enterprise-site *,
  .enterprise-site *::before,
  .enterprise-site *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .operating-stages li::before { transform: scaleX(1); }
  .scope-ledger::before { display: none; }
}

.error-main { display: grid; min-height: calc(100vh - 250px); align-items: center; padding-block: 80px; background: var(--enterprise-paper); }
.error-grid { display: grid; grid-template-columns: minmax(180px, .55fr) minmax(0, 1.45fr); gap: clamp(40px, 8vw, 130px); align-items: start; }
.error-code { color: var(--enterprise-coral); font-size: clamp(100px, 17vw, 220px); font-weight: 800; letter-spacing: -.09em; line-height: .75; }
.error-grid h1 { max-width: 760px; margin-top: 20px; }
.error-grid h1 + p { max-width: 580px; margin-top: 24px; color: #536a72; font-size: 18px; }
@media (max-width: 760px) { .error-grid { grid-template-columns: 1fr; } .error-code { font-size: 104px; } }

@media (max-width: 350px) {
  .outcome-ledger { grid-template-columns: 1fr; }
  .outcome-ledger article { min-height: 0; padding: 22px 18px; border-right: 0; border-bottom: 1px solid var(--enterprise-line) !important; }
  .outcome-ledger article:last-child { border-bottom: 0 !important; }
  .outcome-ledger h3 { margin-top: 18px; }
}
