/* Presentation only: retain the source HTML, section order, copy, and controls. */
:root {
  --v2-hero-progress: 0;
  --v2-canvas: #f5f5f7;
  --v2-text: #1d1d1f;
  --v2-muted: #6e6e73;
  --v2-blue: #0071e3;
  --v2-line: #d2d2d7;
  --v2-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --bs-body-bg: #fff;
  --bs-body-color: #1d1d1f;
  --bs-link-color: #0071e3;
  --bs-link-hover-color: #0066cc;
  --bs-secondary-rgb: 29, 29, 31;
  --bs-light-rgb: 29, 29, 31;
  --bs-primary-rgb: 0, 113, 227;
  --road-bg: #fff;
  --road-panel: #f5f5f7;
  --road-panel-2: #f5f5f7;
  --road-cyan: #0071e3;
  --road-green: #0071e3;
  --road-blue: #0071e3;
  --road-border: #d2d2d7;
  --road-muted: #6e6e73;
  --ts-curved-bg: #f5f5f7;
}
html { font-size: 16px !important; scroll-behavior: smooth; scroll-padding-top: 100px; }
body.v2-theme { font-family: var(--v2-font); color: var(--v2-text); background: #fff !important; font-size: 16px; line-height: 1.6; overflow-x: clip; }
.v2-theme *, .v2-theme *::before, .v2-theme *::after { box-shadow: none !important; text-shadow: none !important; }
.v2-theme :is(h1,h2,h3,h4,h5,h6) { font-family: var(--v2-font) !important; color: var(--v2-text) !important; text-transform: none !important; font-weight: 600; letter-spacing: -.035em; line-height: 1.12; }
.v2-theme :is(h1,h2,h3,h4,h5,h6)::before, .v2-theme :is(h1,h2,h3,h4,h5,h6)::after { display: none !important; }
.v2-theme :is(p,li,small,label) { color: var(--v2-muted); }
.v2-theme a { text-decoration: none; color: var(--v2-blue); }
.v2-theme a:hover { color: #0066cc; }
.v2-theme img { max-width: 100%; }
.v2-theme :is(a,button,input,textarea,label[tabindex],[role="button"]):focus-visible { outline: 2px solid var(--v2-blue) !important; outline-offset: 4px; }
.v2-theme :is(.container,.container-xl) { width: calc(100% - 96px); max-width: 1280px; padding-inline: 0; }
.v2-theme .main-container { padding: 0; overflow: visible; }
.v2-theme [id] { scroll-margin-top: 100px; }
.v2-theme [data-aos] { opacity: 1 !important; visibility: visible !important; transform: none !important; animation: none !important; }
.v2-theme :is(#banner,#banner2,#square-container,#navigate-button,#loader-wrapper,.gradient__blob) { display: none !important; }
.v2-theme .title { height: auto !important; min-height: 0 !important; margin: 0 0 24px; padding: 0; font-size: clamp(36px,4vw,56px); line-height: 1.08; }
.v2-theme .title::after { display: none; }
.v2-theme :is(.lead,.capability-intro) { font-size: 19px; line-height: 1.6; color: var(--v2-muted) !important; font-weight: 400; }
.v2-theme :is(.text-light,.text-secondary,.text-primary,.font-sans-serif) { font-family: var(--v2-font) !important; color: var(--v2-text) !important; }
.v2-theme :is(.hero-eyebrow,.section-eyebrow,.case-eyebrow,.case-kicker,.eyebrow) { font-family: var(--v2-font); color: var(--v2-muted) !important; font-size: 11px; font-weight: 600; letter-spacing: .16em; line-height: 1.6; text-transform: uppercase; }
/* Shared section-heading system: eyebrow, title, then supporting copy. */
.v2-section-heading { display: block; width: 100%; overflow: visible; margin-bottom: 40px; text-align: left; }
.v2-section-heading > :is(.section-eyebrow,.case-eyebrow,.case-kicker,.eyebrow),
.v2-section-heading > div > :is(.section-eyebrow,.case-eyebrow,.case-kicker,.eyebrow) { display: inline-block; width: auto; max-width: 100%; margin: 0 0 8px; padding: 0; }
.v2-section-heading > :is(h1,h2,h3),
.v2-section-heading > div > :is(h1,h2,h3) { margin: 0; }
.v2-section-heading > p:not(.section-eyebrow):not(.case-eyebrow):not(.case-kicker):not(.eyebrow),
.v2-section-heading > div > p:not(.section-eyebrow):not(.case-eyebrow):not(.case-kicker):not(.eyebrow) { max-width: 720px; margin: 14px 0 0; color: var(--v2-muted) !important; font-size: 18px; line-height: 1.6; }
.v2-section-heading-center { max-width: 960px; margin-right: auto; margin-left: auto; text-align: center; }
.v2-section-heading-center > :is(.section-eyebrow,.case-eyebrow,.case-kicker,.eyebrow),
.v2-section-heading-center > :is(p:not(.section-eyebrow):not(.case-eyebrow):not(.case-kicker):not(.eyebrow)) { margin-right: auto; margin-left: auto; }
.v2-theme .v2-section-heading:not(.v2-section-heading-compact):not(.v2-section-heading-hero) > :is(h1,h2,h3),
.v2-theme .v2-section-heading:not(.v2-section-heading-compact):not(.v2-section-heading-hero) > div > :is(h1,h2,h3) { font-size: clamp(40px,4vw,56px); line-height: 1.06; letter-spacing: -.045em; }
.v2-section-heading-compact { margin-bottom: 28px; }
.v2-section-heading-compact > :is(h2,h3) { font-size: clamp(28px,3.1vw,42px); line-height: 1.08; }
.v2-section-heading-hero > :is(h1,h2) { font-size: clamp(42px,5.4vw,72px); line-height: 1.05; }
.v2-theme :is(.btn,.c-btn) { font-family: var(--v2-font); display: inline-flex; justify-content: center; align-items: center; min-height: 48px; width: auto; max-width: 100%; border-radius: 99px !important; border: 0; padding: 12px 24px !important; font-size: 15px !important; font-weight: 500; text-transform: none; letter-spacing: 0; line-height: 1.4; white-space: normal; background: var(--v2-blue); color: #fff !important; transition: background .18s; }
.v2-theme :is(.btn,.c-btn)::before, .v2-theme :is(.btn,.c-btn)::after { display: none; }
.v2-theme :is(.btn,.c-btn):hover { background: #0066cc; }
.v2-theme .btn-outline-secondary { background: transparent; color: var(--v2-blue) !important; }
.v2-theme .btn-outline-secondary:hover { background: #e8f1fc; }
.v2-theme .btn i { color: inherit !important; }
/* Same navigation destinations and split Applications dropdown. */
.v2-theme [data-site-nav] { z-index: 1030; }
.v2-theme #top-nav { position: relative; min-height: 92px; padding: 10px 0 !important; background: rgba(255,255,255,.97) !important; border-bottom: 1px solid #e7e7ea; backdrop-filter: none; transform: none; }
.v2-theme #top-nav .navbar-brand { display: inline-flex; align-items: center; min-height: 64px; gap: 17px; font-family: var(--v2-font); color: var(--v2-text); }
.v2-theme #top-nav .navbar-brand img { width: 50px; height: 46px; object-fit: contain; filter: brightness(0); margin: 0; }
.v2-theme #top-nav .navbar-brand-copy { display: flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.v2-theme #top-nav .navbar-brand-copy strong { font-size: 25px; font-weight: 650; letter-spacing: -.04em; }
.v2-theme #top-nav .navbar-brand-copy small { margin-top: 6px; font-size: 9.6px; font-weight: 500; letter-spacing: .015em; line-height: 1.15; color: var(--v2-muted); white-space: nowrap; }
.v2-theme #top-nav .navbar-nav { gap: 24px; --bs-nav-link-color: #1d1d1f; --bs-nav-link-font-weight: 400; }
.v2-theme #top-nav .nav-item { margin: 0; }
.v2-theme #top-nav .nav-link { min-height: 44px; display: inline-flex; align-items: center; padding: 0 !important; font-size: 13px; font-weight: 400; color: var(--v2-text); }
.v2-theme #top-nav .btn { min-height: 44px; padding: 10px 22px !important; font-size: 13px !important; background: #101114; color: #fff !important; }
.v2-theme #top-nav :is(.nav-linkedin,.language-switcher) { background: transparent; border: 0; }
.v2-theme #top-nav .nav-linkedin i { color: var(--v2-text); }
.v2-theme #top-nav .language-switcher { gap: 0; padding: 0; }
.v2-theme #top-nav .language-switcher button { min-width: 44px; min-height: 44px; font-family: var(--v2-font); font-size: 12px; font-weight: 400; letter-spacing: 0; color: var(--v2-muted); background: none; }
.v2-theme #top-nav .language-switcher button[aria-pressed="true"] { color: var(--v2-text); font-weight: 600; }
.v2-theme .work-menu-toggle { min-width: 28px; color: var(--v2-muted); }
.v2-theme .dropdown-menu { background: #fff; border: 1px solid var(--v2-line); border-radius: 12px; padding: 8px; }
.v2-theme .dropdown-item { color: var(--v2-text); min-height: 44px; padding: 10px 12px; white-space: normal; }
.v2-theme .dropdown-item:hover,.v2-theme .dropdown-item.active { color: var(--v2-blue); background: #f5f5f7; }
.v2-theme .navbar-toggler { min-height: 44px; min-width: 44px; border: 0; border-radius: 8px; }
.v2-theme .navbar-toggler-icon { filter: brightness(0); width: 23px; }
/* Hero preserves all source copy and calls to action. */
.v2-theme #header { min-height: 0; height: auto; margin: 0; background: var(--v2-canvas); padding-top: 56px; padding-bottom: clamp(48px,4vw,72px); overflow: visible; }
.v2-theme #header .home-positioning { margin: 0 auto; padding: 16px 24px 0; background: none; max-width: 1120px; width: 100%; }
.v2-theme .home-positioning .hero-eyebrow { font-size: 14px; line-height: 1.45; letter-spacing: .13em; }
.v2-theme .home-positioning h1 { max-width: 1080px; font-size: clamp(48px,6.5vw,88px); line-height: 1.03; letter-spacing: -.05em; margin-bottom: 28px; }
.v2-theme .home-positioning .hero-summary { max-width: 860px; text-align: center; color: var(--v2-muted); font-size: 21px; line-height: 1.55; margin-top: 28px; margin-bottom: 30px; }
.v2-theme .home-positioning .hero-summary:first-of-type { font-size: 21px; }
.v2-theme .home-positioning .hero-location { color: var(--v2-muted); font-size: 13px; margin: 24px auto; }
.v2-theme .home-positioning .hero-location i { color: var(--v2-blue); }
.v2-theme .hero-actions { flex-direction: row; justify-content: center; flex-wrap: wrap; gap: 16px; }
.v2-theme .hero-actions .c-btn { width: auto; }
/* Independent product layers: the close-up belongs to the full-width hero,
   never to a centered image container. White studio assets blend into its canvas. */
.v2-theme #header { position: relative; z-index: 1; isolation: isolate; }
.v2-theme #header .home-positioning { position: relative; z-index: 2; }
.v2-product-visual { margin: 52px 0 0; }
.v2-product-visual .v2-robot-main { display: block; width: min(51vw,765px); height: auto; max-width: none; margin: 0 auto; }
.v2-product-visual .v2-robot-close { position: absolute; right: 0; bottom: 0; width: clamp(320px,40vw,660px); height: auto; max-width: none; transform: translate3d(0,15%,0); pointer-events: none; user-select: none; filter: blur(clamp(.5px,.08vw,1.25px)); opacity: 1; }
.v2-motion-ready #header .home-positioning { opacity: calc(1 - var(--v2-hero-progress) * .22); transform: translate3d(0,calc(var(--v2-hero-progress) * -14px),0); will-change: transform,opacity; }
.v2-motion-ready .v2-product-visual .v2-robot-close { transform: translate3d(calc(var(--v2-hero-progress) * 50%),calc(15% + var(--v2-hero-progress) * 18px),0) scale(calc(1 + var(--v2-hero-progress) * .015)); transform-origin: 100% 100%; filter: blur(calc(1px + var(--v2-hero-progress) * 7px)); will-change: transform,filter; }
@media (min-width:1100px) {
  .v2-theme #header { padding-top: 32px; }
  .v2-theme #header .home-positioning { max-width: 1040px; }
  .v2-theme .home-positioning h1 { font-size: clamp(48px,5.5vw,76px); margin-bottom: 20px; }
  .v2-theme .home-positioning .hero-summary { max-width: 860px; font-size: 21px; margin-top: 28px; margin-bottom: 30px; }
  .v2-theme .home-positioning .hero-location { margin: 16px auto; }
}
/* Home sections retain their original sequence and complete content. */
.v2-theme #abilities { position: relative; z-index: 0; margin-block: 0 !important; padding-block: 56px; background: #fff; }
.v2-motion-ready .v2-motion-target { opacity: 0 !important; visibility: visible !important; transition-delay: var(--v2-reveal-delay,0ms); }
.v2-motion-ready .v2-motion-title { transform: none !important; transition-property: opacity; transition-duration: 850ms; transition-timing-function: cubic-bezier(.2,.7,.2,1); }
.v2-motion-ready .v2-motion-subtitle { transform: translate3d(0,18px,0) !important; transition-property: opacity,transform; transition-duration: 800ms; transition-timing-function: cubic-bezier(.2,.7,.2,1); }
.v2-motion-ready .v2-motion-item { transform: translate3d(0,14px,0) !important; transition-property: opacity,transform; transition-duration: 620ms; transition-timing-function: cubic-bezier(.2,.7,.2,1); }
.v2-motion-ready .v2-motion-target.is-visible { opacity: 1 !important; transform: translate3d(0,0,0) !important; }
.v2-theme #abilities .capability-intro { max-width: 780px; margin-bottom: 40px; }
.v2-technology-pillars { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(32px,6vw,96px); padding: 0 0 32px; }
.v2-technology-pillar { margin: 0; text-align: center; }
.v2-technology-pillar svg { display: block; width: 48px; height: 48px; margin: 0 auto 16px; fill: none; stroke: var(--v2-text); stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.v2-technology-pillar svg .v2-icon-fill { fill: var(--v2-text); stroke: none; }
.v2-theme #abilities .v2-technology-pillar h3 { min-height: 0; height: auto; margin: 0 0 8px; font-size: clamp(32px,2.8vw,40px); line-height: 1.08; letter-spacing: -.045em; }
.v2-theme #abilities .v2-technology-pillar p { margin: 0; color: var(--v2-muted); font-size: 18px; }
.v2-theme #abilities .v2-capability-details { border-top: 1px solid var(--v2-line); padding-top: 28px !important; padding-bottom: 0 !important; }
.v2-theme #abilities .pt-3>.row { row-gap: 20px; }
.v2-theme #abilities .pt-3>.row+.row { margin-top: 20px; }
.v2-theme #abilities .text-center { text-align: left !important; }
.v2-theme #abilities .section-eyebrow { text-align: center !important; }
.v2-theme #abilities .pt-3 [class*="col-"] { display: grid; grid-template-columns: 44px minmax(0,1fr); align-content: start; column-gap: 14px; margin-bottom: 0 !important; padding-inline: 24px; }
.v2-theme #abilities .started-items-item { width: 44px; height: 44px; margin-left: 0 !important; background: transparent; border-radius: 0; }
.v2-theme #abilities .started-items-item img { filter: grayscale(1) brightness(.25); width: 44px; height: 44px; }
.v2-theme #abilities .v2-capability-details h3 { align-self: center; min-height: 0; font-size: 22px; line-height: 1.2; margin: 0; }
.v2-theme #abilities .v2-capability-details [class*="col-"]>p { grid-column: 1 / -1; margin-top: 12px; }
.v2-theme #abilities .row p:not(.section-eyebrow):not(.capability-intro) { color: var(--v2-muted); max-width: none; margin-left: 0; font-size: 16px; }
/* Application overview follows the two-column mockup while retaining the source case studies below. */
.v2-applications-overview { padding: 80px 0 88px; background: var(--v2-canvas); }
.v2-applications-header { margin-bottom: 28px; }
.v2-theme .v2-applications-header > .v2-section-support { max-width: none !important; }
.v2-applications-header .section-eyebrow { margin: 0 0 6px; }
.v2-theme .v2-applications-header h2 { margin: 0; font-size: clamp(40px,4.5vw,60px); line-height: 1.04; letter-spacing: -.05em; }
.v2-application-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.v2-application-card { position: relative; min-height: 420px; aspect-ratio: 1.45 / 1; overflow: hidden; border-radius: 22px; background: #111; color: #fff !important; isolation: isolate; }
.v2-application-card-wide { grid-column: 1 / -1; min-height: 320px; aspect-ratio: 2.45 / 1; }
.v2-application-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.65,.3,1); }
.v2-application-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg,transparent 42%,rgba(0,0,0,.18) 64%,rgba(0,0,0,.82) 100%); }
.v2-application-card:hover img { transform: scale(1.025); }
.v2-application-overlay { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 28px; display: grid; color: #fff; }
.v2-application-overlay small { margin-bottom: 5px; color: rgba(255,255,255,.75) !important; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.v2-application-overlay strong { color: #fff; font-size: clamp(28px,2.8vw,40px); font-weight: 600; letter-spacing: -.04em; line-height: 1.08; }
.v2-application-overlay>span { color: rgba(255,255,255,.85); font-size: 17px; }
.v2-road-metrics { position: absolute; z-index: 2; top: 18px; right: 18px; width: 218px; padding: 13px 14px 12px; border: 1px solid rgba(255,255,255,.35); border-radius: 14px; background: rgba(10,18,25,.72); backdrop-filter: blur(12px); color: #fff; }
.v2-road-metrics-head { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 9px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.22); }
.v2-road-metrics-head span,.v2-road-metrics-head b { color: #fff; font-size: 10px; font-weight: 600; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.v2-road-metrics-head b { color: #6fc3ff; }
.v2-road-metrics dl { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 12px; margin: 0; }
.v2-road-metrics dl div { min-width: 0; }
.v2-road-metrics :is(dt,dd) { margin: 0; line-height: 1.25; }
.v2-road-metrics dt { color: rgba(255,255,255,.58); font-size: 9px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; }
.v2-road-metrics dd { color: #fff; font-size: 12px; font-weight: 500; font-variant-numeric: tabular-nums; }
.v2-road-metrics .v2-road-gps { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 12px; padding-top: 7px; border-top: 1px solid rgba(255,255,255,.18); }
.v2-road-metrics .v2-road-gps dd { text-align: right; }
.v2-theme #news { padding: 80px 0 40px; background: #fff; }
.v2-theme #news .callout-card { margin-bottom: 0; background: none; border: 0; padding: 0; }
.v2-theme #news .callout-card>.row:first-child { padding: 0 0 32px !important; }
.v2-theme #news .callout-card>.row:first-child h2 { font-size: 48px; }
.v2-theme .news-grid { padding: 0 !important; }
.v2-theme .card-news { display: flex; flex-direction: column; height: 100%; min-height: 0; background: var(--v2-canvas); border: 0; border-radius: 20px; overflow: hidden; }
.v2-theme .news-image-frame { order: -1; flex: none; height: 260px; overflow: hidden; }
.v2-theme .card-news img { display: block; position: static; width: 100%; height: 100%; object-fit: cover; opacity: 1; filter: none; transform: none; }
.v2-theme .card-news article { position: static; padding: 0 28px 28px; transform: none; height: auto; background: var(--v2-canvas); }
.v2-theme .card-news article h2 { font-size: 24px; margin-bottom: 16px; }
.v2-theme .card-news article p { display: block !important; margin: 0; color: var(--v2-muted); font-size: 16px; }
.v2-theme .card-news .more_articles { position: static; padding: 22px 28px 12px; text-align: left !important; background: none; color: var(--v2-blue); transform: none; height: auto; opacity: 1; }
.v2-theme .card-news .more_articles span { color: var(--v2-blue); font-size: 13px; }
.v2-theme .card-news::before,.v2-theme .card-news::after { display: none; }
.v2-theme :is(.road-ai-showcase,.airport-showcase,.hospital-case,.case-studies-section) { background: #fff; padding: 80px 0 !important; }
.v2-theme .case-summary:nth-of-type(even) { background: var(--v2-canvas); }
.v2-theme :is(.road-ai-intro,.airport-intro,.hospital-intro) { max-width: 960px; margin: 0 auto 48px; text-align: center; }
.v2-theme .case-detail-page>section>div>header .title { font-size: clamp(42px,5.4vw,72px); line-height: 1.05; }
.v2-theme .v2-detail-deck { max-width: 820px; margin: -26px auto 18px; color: var(--v2-text) !important; font-size: clamp(21px,2vw,28px); font-weight: 500; letter-spacing: -.025em; line-height: 1.3; }
.v2-theme :is(.case-summary-intro,.road-ai-intro,.airport-intro,.hospital-intro) .lead { max-width: 820px; margin: 0 auto; }
.v2-theme :is(.road-ai-copy,.airport-copy,.hospital-copy,.hospital-summary-copy,.hospital-hero-copy,.airport-deployment-copy,.road-ai-platform-copy,.hospital-platform-copy,.hospital-tracking-copy)>p:not(.case-kicker) { color: var(--v2-muted); font-size: 18px; line-height: 1.65; }
.v2-theme :is(.road-ai-copy,.airport-copy,.hospital-copy,.hospital-summary-copy,.hospital-hero-copy,.airport-deployment-copy) :is(h2,h3) { font-size: clamp(28px,3.1vw,42px); }
.v2-theme :is(.road-ai-media,.airport-photo,.hospital-media,.hospital-summary-media,.airport-equipment-media,.hospital-product-stage,.hospital-hero-card,.airport-deployment) { border: 0; border-radius: 20px; background: var(--v2-canvas); }
.v2-theme :is(.road-ai-tags,.hospital-tags) span { border-color: var(--v2-line); background: var(--v2-canvas); color: var(--v2-text); }
.v2-theme :is(.road-ai-copy,.airport-copy) li { color: var(--v2-muted); border-color: var(--v2-line); }
.v2-theme :is(.road-ai-copy,.airport-copy) li::before { color: var(--v2-blue); }
.v2-theme :is(.airport-proof,.hospital-proof) span { color: var(--v2-muted); }
.v2-theme :is(.airport-proof,.hospital-proof) strong { color: var(--v2-text); }
.v2-theme :is(.airport-deployment-copy,.hospital-hero-copy) { padding: 32px; }
.v2-theme :is(.ui-page-spread,.airport-patrol-ui,.hospital-status,.hospital-flow>div) { border-color: var(--v2-line); background: var(--v2-canvas); }
.v2-theme :is(.ui-page-caption,.airport-equipment-label,.hospital-product-note,.airport-photo>span) { background: rgba(255,255,255,.96); color: var(--v2-text); border-color: var(--v2-line); }
.v2-theme :is(.airport-equipment-label,.hospital-product-note) :is(span,strong) { color: var(--v2-text); }
.v2-theme .hospital-product-secondary img { mix-blend-mode: normal; }
.v2-theme :is(.hospital-flow,.hospital-status,.airport-patrol-ui) :is(strong,b,small,span,footer) { color: var(--v2-text); }
.v2-theme :is(.hospital-flow,.hospital-status,.airport-patrol-ui) i { color: var(--v2-blue); }
.v2-theme :is(.patrol-header,.patrol-stats,.hospital-status-head,.hospital-status footer,.hospital-status li) { border-color: var(--v2-line); }
.v2-theme .patrol-map { background-color: #eef1f5; }
.v2-theme .patrol-point { color: var(--v2-blue); background: #fff; border-color: var(--v2-line); }
.v2-theme .hospital-status li::before { background: #fff; }
.v2-theme .hospital-status li.is-current::before,.v2-theme .hospital-status li.is-complete::before { background: var(--v2-blue); border-color: var(--v2-blue); }
.v2-theme #halifax { padding: 104px 0 96px !important; background: var(--v2-canvas); border: 0 !important; }
.v2-theme #halifax .glass-container { width: min(1240px, calc(100% - 64px)); max-width: none; margin: 0 auto !important; padding: 0; background: none; border: 0; border-radius: 0; overflow: visible; backdrop-filter: none; }
.v2-theme #halifax .v2-about-heading-row { margin: 0; }
.v2-theme #halifax .v2-about-heading-row > div { width: 100%; margin: 0; padding: 0 !important; }
.v2-theme #halifax .v2-about-heading-row h2 { max-width: 850px; margin: 10px 0 28px; font-size: clamp(42px,5vw,68px); letter-spacing: -.05em; line-height: .98; }
.v2-no-break { white-space: nowrap; }
.v2-theme #halifax .v2-about-copy-row { display: grid; grid-template-columns: minmax(360px,.9fr) minmax(0,1.1fr); align-items: center; gap: clamp(40px,6vw,88px); margin: 0 0 64px; }
.v2-theme #halifax .v2-about-copy-row > div:first-child { display: block; width: 100%; min-height: 420px !important; margin: 0; padding: 0; }
.v2-theme #halifax .v2-about-copy-row > div:last-child { display: grid !important; grid-template-columns: 1fr; align-content: center; gap: 22px; width: 100%; max-width: 560px; margin: 0; padding: 24px 0 !important; }
.v2-theme #halifax .v2-about-copy-row p { margin: 0 !important; font-size: 17px; line-height: 1.6; }
.v2-theme #halifax :is(p,li) { color: var(--v2-muted) !important; }
.v2-halifax-map { position: relative; height: 420px; overflow: visible; border: 0; border-radius: 0; background: transparent; }
.v2-halifax-map svg { position: absolute !important; inset: 18px 10px 6px !important; width: calc(100% - 20px) !important; height: calc(100% - 24px) !important; }
.v2-halifax-map :is(.st0,.st1,.st2,.st3) { fill: none !important; stroke: #8b8b90 !important; stroke-width: 2 !important; filter: none !important; }
.v2-halifax-map-label { position: absolute; z-index: 2; top: 24px; left: 26px; display: grid; line-height: 1.25; pointer-events: none; }
.v2-halifax-map-label strong { color: var(--v2-text); font-size: 18px; font-weight: 600; letter-spacing: -.02em; }
.v2-halifax-map-label span { color: var(--v2-muted); font-size: 12px; }
.v2-theme .v2-halifax-map #marker { fill: var(--v2-blue); stroke: #fff; stroke-width: 4; filter: drop-shadow(0 3px 7px rgba(0,113,227,.28)); opacity: 0; }
.v2-theme .v2-halifax-map #marker.animated { animation: v2-map-marker-in .45s ease 1.25s forwards,v2-map-marker-pulse 1.8s ease-in-out 1.7s infinite; transform-box: fill-box; transform-origin: center; }
@keyframes v2-map-marker-in { to { opacity: 1; } }
@keyframes v2-map-marker-pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .58; transform: scale(1.18); } }
.v2-about-work { margin: 0 0 48px; }
.v2-about-work-header { display: block; margin-bottom: 36px; overflow: visible; }
.v2-about-work-header > div > .section-eyebrow { margin-left: 0; padding-left: 0; color: #515154 !important; font-size: 12px; font-weight: 700; }
.v2-about-work-header h2 { max-width: 900px; margin: 0; color: var(--v2-text); font-size: clamp(32px,3.4vw,48px); letter-spacing: -.04em; line-height: 1.08; }
.v2-theme #halifax .v2-about-work-header > p { width: 100%; max-width: none; margin: 18px 0 0; color: var(--v2-muted) !important; font-size: 18px; font-weight: 400; line-height: 1.6; }
.v2-about-mosaic { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); grid-template-rows: minmax(0,420px) minmax(0,300px); gap: 20px; }
.v2-about-image { display: flex; flex-direction: column; grid-column: span 3; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border-radius: 16px; }
.v2-about-image-building { grid-column: span 4; }
.v2-about-image-street { grid-column: span 8; }
.v2-about-image img { display: block; width: 100%; flex: 1; min-height: 0; height: 0; object-fit: cover; border-radius: 16px; }
.v2-about-image > a { display: block; flex: 1; min-height: 0; overflow: hidden; border-radius: 16px; }
.v2-about-image > a img { height: 100%; }
.v2-about-image > a:focus-visible { outline: 3px solid var(--v2-blue); outline-offset: 4px; }
.v2-about-image-building img { object-position: center 36%; }
.v2-about-image-street img { object-position: center 60%; }
.v2-about-image-team img { object-position: center 36%; }
.v2-about-image-integration img { object-position: center 62%; }
.v2-about-image-detail img { object-position: center 44%; }
.v2-about-image-arms img { object-position: center; }
.v2-work-principles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; margin-top: 44px; }
.v2-work-principles article { padding-top: 20px; border-top: 1px solid var(--v2-line); }
.v2-work-principles h3 { margin: 0 0 12px; font-size: 21px; line-height: 1.25; letter-spacing: -.025em; }
.v2-work-principles p { margin: 0; font-size: 16px; line-height: 1.6; }
.v2-community { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 56px; padding: 64px 0; }
.v2-community .v2-section-heading { margin: 0; }
.v2-community h2 { max-width: 520px; }
.v2-theme #halifax .v2-community > p { margin: 28px 0 0; font-size: 18px; line-height: 1.6; }
.v2-theme #halifax .v2-about-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; margin: 0 0 16px; border-block: 1px solid var(--v2-line); }
.v2-theme #halifax .v2-about-facts > div { width: auto; margin: 0; padding: 28px 24px !important; }
.v2-theme #halifax .v2-about-facts > div + div { border-left: 1px solid var(--v2-line); }
.v2-theme #halifax .v2-about-facts h3 { color: var(--v2-text) !important; font-size: 26px; letter-spacing: -.03em; }
.v2-theme #halifax .v2-about-facts + .v2-about-heading-row { margin-top: 72px; }
.v2-theme .halifax-values { margin-inline: 0; padding-bottom: 0; border-color: var(--v2-line); }
.v2-theme .halifax-values-grid article { background: #fff; border: 0; border-radius: 16px; }
.v2-theme .halifax-values-grid h4 { font-size: 20px; }
.v2-theme .halifax-values-grid p { font-size: 16px; }
.v2-theme #contact { margin: 0 !important; padding: 96px 0; background: #fff; }
.v2-theme #contact h2 { font-size: clamp(38px,4.5vw,64px); max-width: 1000px; margin: 0 auto 56px !important; text-align: center; }
.v2-theme #contact h4 { font-size: 32px; }
.v2-theme #contact p { color: var(--v2-muted); }
.v2-theme :is(.form-control,.form-select) { min-height: 52px; padding: 14px 16px; background: #fff; border: 1px solid #86868b; border-radius: 12px; font-size: 16px; color: var(--v2-text); }
.v2-theme :is(.form-control,.form-select)::placeholder { color: var(--v2-muted); opacity: 1; }
.v2-theme :is(.form-control,.form-select):focus { color: var(--v2-text); background: #fff; border-color: var(--v2-blue); }
.v2-theme .site-footer { width: 100%; margin: 0 !important; padding: 48px 0 0 !important; background: var(--v2-canvas); border-top: 1px solid var(--v2-line); }
.v2-theme .site-footer>div[role="img"] { display: none; }
.v2-theme .site-footer>.mt-5 { margin-top: 0 !important; }
.v2-theme .site-footer,
.v2-theme .site-footer :is(a,p,li,h6) { font-family: var(--v2-font) !important; }
.v2-theme .site-footer p { font-size: 14px; color: var(--v2-muted); }
.v2-theme .site-footer a { color: var(--v2-text); display: inline-block; min-height: 32px; }
.v2-site-disclaimer { display: grid; grid-template-columns: minmax(180px,240px) minmax(0,1fr); gap: 32px; padding: 28px 0 30px; border-bottom: 1px solid var(--v2-line); }
.v2-site-disclaimer .section-eyebrow { margin: 3px 0 0; color: var(--v2-text) !important; }
.v2-theme .v2-site-disclaimer > div { display: grid; gap: 8px; }
.v2-theme .v2-site-disclaimer > div p { max-width: 880px; margin: 0; color: var(--v2-muted) !important; font-size: 13px; line-height: 1.55; }
.v2-site-disclaimer + .container { padding-top: 20px; }
.v2-theme .case-footer { background: var(--v2-canvas); border-color: var(--v2-line); color: var(--v2-muted); }
.v2-theme .case-footer a { color: var(--v2-blue); }
.v2-theme .next-work { background: #fff; border-block: 1px solid var(--v2-line); }
.v2-theme .next-work strong { color: var(--v2-text); }
.v2-theme .next-work span { color: var(--v2-muted); }
.v2-theme .modal { --bs-modal-bg: #fff; --bs-modal-width: 960px; --bs-modal-zindex: 1060; --bs-modal-margin: 2rem; }
.v2-theme .modal-backdrop { --bs-backdrop-zindex: 1050; }
.v2-theme .modal-content { background: #fff; color: var(--v2-text); border: 0; border-radius: 20px; }
.v2-theme .modal .btn-close { filter: none; }
@media (max-width:1199px) {
  .v2-theme #top-nav .navbar-collapse { padding: 20px 0; }
  .v2-theme #top-nav .navbar-nav { align-items: flex-start !important; gap: 8px; }
  .v2-theme #top-nav .work-menu-toggle { min-width: 44px; min-height: 44px; }
  .v2-theme #top-nav .nav-link { font-size: 16px; }
  .v2-theme #top-nav .dropdown-menu { width: min(330px,100%); }
}
@media (max-width:767px) {
  .v2-theme :is(.container,.container-xl) { width: calc(100% - 48px); }
  .v2-theme #top-nav { min-height: 84px; padding: 8px 0 !important; }
  .v2-theme #top-nav .navbar-brand { min-height: 60px; gap: 12px; }
  .v2-theme #top-nav .navbar-brand img { width: 43px; height: 38px; }
  .v2-theme #top-nav .navbar-brand-copy strong { font-size: 21.6px; }
  .v2-theme #top-nav .navbar-brand-copy small { margin-top: 5px; font-size: 8.4px; }
  .v2-theme #header { padding-top: 32px; }
  .v2-theme #header>.container-fluid { padding-inline: 16px !important; }
  .v2-theme #header .home-positioning { padding: 16px 8px 0; }
  .v2-theme .home-positioning h1 { font-size: clamp(40px,10vw,60px); }
  .v2-theme .home-positioning .hero-summary { font-size: 18px; }
  .v2-theme .home-positioning .hero-eyebrow { font-size: 12px; }
  .v2-theme .home-positioning .hero-summary { margin-top: 22px; margin-bottom: 24px; }
  .v2-product-visual { margin-top: 36px; }
  .v2-theme .hero-actions { flex-direction: column; gap: 8px; }
  .v2-product-visual .v2-robot-main { width: 73.1vw; }
  .v2-product-visual .v2-robot-close { width: 46vw; bottom: 36px; }
  .v2-theme :is(#abilities,#news,#halifax,#contact) { padding-block: 64px !important; }
  .v2-theme :is(.road-ai-showcase,.airport-showcase,.hospital-case) { padding-block: 56px !important; }
  .v2-theme #abilities .pt-3 [class*="col-"] { padding-inline: 12px; }
  .v2-technology-pillars { grid-template-columns: 1fr; gap: 28px; padding-bottom: 40px; }
  .v2-technology-pillar { display: grid; grid-template-columns: 40px 1fr; column-gap: 14px; }
  .v2-technology-pillar svg { width: 40px; height: 40px; margin: 0; grid-row: 1 / span 2; }
  .v2-theme #abilities .v2-technology-pillar h3 { font-size: 30px; }
  .v2-theme #abilities .v2-technology-pillar p { font-size: 16px; }
  .v2-theme #abilities .pt-3>.row { row-gap: 24px; }
  .v2-theme #abilities .pt-3>.row+.row { margin-top: 24px; }
  .v2-applications-overview { padding-block: 64px; }
  .v2-application-grid { grid-template-columns: 1fr; }
  .v2-application-card,.v2-application-card-wide { grid-column: auto; min-height: 360px; aspect-ratio: 4 / 3; }
  .v2-application-card-wide img { object-position: 62% center; }
  .v2-application-overlay { left: 22px; right: 22px; bottom: 22px; }
  .v2-application-overlay strong { font-size: 30px; }
  .v2-road-metrics { top: 14px; right: 14px; width: 178px; padding: 10px 11px; }
  .v2-road-metrics-head { margin-bottom: 7px; padding-bottom: 6px; }
  .v2-road-metrics dl { gap: 5px 9px; }
  .v2-road-metrics dd { font-size: 11px; }
  .v2-theme #news .callout-card>.row:first-child h2 { font-size: 36px; }
  .v2-theme .news-image-frame { height: 220px; }
  .v2-theme .card-news article { padding: 0 20px 24px; }
  .v2-theme .card-news .more_articles { padding: 20px 20px 12px; }
  .v2-theme .case-detail-page>section>div>header .title { font-size: 40px; }
  .v2-theme .v2-detail-deck { margin-top: -12px; font-size: 20px; }
  .v2-theme :is(.airport-deployment-copy,.hospital-hero-copy) { padding: 24px; }
  .v2-theme #halifax .glass-container { width: min(100% - 48px,1240px); }
  .v2-theme #halifax .v2-about-copy-row { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; }
  .v2-theme #halifax .v2-about-copy-row > div:first-child { min-height: 340px !important; }
  .v2-halifax-map { height: 340px; }
  .v2-theme #halifax .v2-about-copy-row > div:last-child { grid-template-columns: 1fr; gap: 18px; padding-bottom: 40px !important; }
  .v2-about-work-header { display: block; }
  .v2-theme #halifax .v2-about-work-header > p { margin-top: 18px; }
  .v2-about-mosaic { grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: none; gap: 24px 16px; }
  .v2-about-image { grid-column: span 1; }
  .v2-about-image-building, .v2-about-image-street { grid-column: 1 / -1; }
  .v2-about-image > img, .v2-about-image > a { flex: none; width: 100%; height: auto; aspect-ratio: 3 / 4; }
  .v2-about-image-building > img { aspect-ratio: 1 / 1; }
  .v2-about-image-street > img { aspect-ratio: 16 / 9; }
  .v2-work-principles { grid-template-columns: 1fr; gap: 24px; margin-top: 32px; }
  .v2-community { grid-template-columns: 1fr; gap: 0; padding: 44px 0; }
  .v2-theme #halifax .v2-community > p { margin-top: 20px; }
  .v2-theme #halifax .v2-about-facts { grid-template-columns: 1fr; }
  .v2-theme #halifax .v2-about-facts > div + div { border-top: 1px solid var(--v2-line); border-left: 0; }
  .v2-theme #halifax .v2-about-facts > div { padding: 22px 12px !important; }
  .v2-theme .halifax-values { margin-inline: 0; }
  .v2-theme .halifax-values-grid { grid-template-columns: 1fr; }
  .v2-theme .site-footer .row>[class*="col-"] { width: 100%; }
  .v2-theme .site-footer .footer-links { margin-bottom: 24px; }
  .v2-site-disclaimer { grid-template-columns: 1fr; gap: 12px; }
  .v2-theme .modal { --bs-modal-margin: 1rem; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  .v2-theme *,.v2-theme *::before,.v2-theme *::after { animation: none !important; transition: none !important; }
  .v2-theme #header .home-positioning,.v2-theme .v2-product-visual :is(.v2-robot-main,.v2-robot-close),.v2-theme .v2-motion-target { opacity: 1 !important; transform: none !important; }
  .v2-theme .v2-product-visual .v2-robot-close { transform: translate3d(0,15%,0) !important; }
}
/* Remove the legacy full-viewport spacer while retaining the hero wrappers. */
.v2-theme #header .h-100 { height: auto !important; min-height: 0 !important; }
.v2-theme #header .my-auto { margin-block: 0 !important; }
/* Ensure retained legacy styles cannot obscure copy in the light theme. */
.v2-theme .hightlight-zone::after,.v2-theme .hospital-case::before { display: none; }
.v2-theme p { color: var(--v2-muted) !important; }
.v2-theme .news-grid .card-news { height: auto; min-height: 100%; aspect-ratio: auto; }
.v2-theme .news-grid .card-news img { flex: none; position: static; height: 100%; opacity: 1 !important; transform: none; }
.v2-theme .news-grid .card-news article { position: static; transform: none !important; opacity: 1; }
.v2-theme .news-grid .card-news article p { display: block !important; }
.v2-theme .news-grid .more_articles { flex: none; }
.v2-theme .patrol-stats span { background: #fff; }
.v2-theme .next-work strong { font-family: var(--v2-font); }
/* Match the use-case image zoom; clip media without moving captions or layout. */
.v2-theme .v2-about-image img,
.v2-theme .news-grid .card-news img { transition: transform .55s cubic-bezier(.2,.65,.3,1); }
@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference) {
  .v2-theme .v2-about-image:hover img,
  .v2-theme .news-grid a:hover .card-news img { transform: scale(1.025); }
}
@media (prefers-reduced-motion:no-preference) {
  .v2-theme .news-grid a:focus-visible .card-news img { transform: scale(1.025); }
}
.v2-theme :is(p,a,span,li,strong,small,label,button,input,textarea) { font-family: var(--v2-font) !important; }
.v2-theme .news-grid .card-news article p { font-weight: 400; }
.v2-theme p { overflow-wrap: anywhere; }
.v2-theme .airport-showcase::before { display: none; }

/* Keep the shared rhythm authoritative over older case-page margins. */
.v2-theme .case-detail-page .v2-section-heading > :is(.case-eyebrow,.case-kicker) { margin-top: 0; margin-bottom: 8px; }
.v2-theme .case-detail-page .v2-section-heading > :is(h1,h2,h3) { margin-top: 0; margin-bottom: 0; }
.v2-theme .case-detail-page .v2-section-heading > p:not(.case-eyebrow):not(.case-kicker) { margin-top: 14px; margin-bottom: 0; }
.v2-theme #news .v2-section-heading { margin-bottom: 32px; padding-right: 0 !important; padding-left: 0 !important; }
.v2-theme #news .v2-section-heading > .section-eyebrow { margin-left: 12px; }
.v2-theme #contact > .container > .v2-section-heading { margin-bottom: 44px; }

/* Copy guide refinements */
.v2-technology-pillars { grid-template-columns: repeat(4,minmax(0,1fr)); gap: clamp(24px,4vw,64px); }
.v2-theme #abilities .v2-technology-pillar h3 { font-size: clamp(28px,2.4vw,36px); }
@media (max-width: 767.98px) {
  .v2-technology-pillars { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

/* Unified section-heading system. Page heroes keep their larger H1 tier. */
.v2-theme .v2-section-heading:not(.v2-section-heading-hero) {
  margin-bottom: 32px;
}
.v2-theme .v2-section-heading:not(.v2-section-heading-hero) > :is(h2,h3),
.v2-theme .v2-section-heading:not(.v2-section-heading-hero) > div > :is(h2,h3),
.v2-theme .v2-section-heading:not(.v2-section-heading-compact):not(.v2-section-heading-hero) > :is(h2,h3),
.v2-theme .v2-section-heading:not(.v2-section-heading-compact):not(.v2-section-heading-hero) > div > :is(h2,h3),
.v2-theme #halifax .v2-about-heading-row .v2-section-heading > h2,
.v2-theme .v2-about-work-header.v2-section-heading h2,
.v2-theme .halifax-values-intro.v2-section-heading h3,
.v2-theme .v2-applications-header.v2-section-heading h2,
.v2-theme #news .v2-section-heading h2,
.v2-theme #contact .v2-section-heading h2,
.v2-theme .case-detail-page .v2-section-heading:not(.v2-section-heading-hero) > :is(h2,h3) {
  margin: 0 !important;
  font-family: var(--v2-font);
  font-size: clamp(36px,3.5vw,48px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.08;
}
.v2-theme .v2-section-heading > :is(.section-eyebrow,.case-eyebrow,.case-kicker,.eyebrow),
.v2-theme .v2-section-heading > div > :is(.section-eyebrow,.case-eyebrow,.case-kicker,.eyebrow) {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: var(--v2-font);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1.6;
}
.v2-theme .v2-section-heading > p:not(.section-eyebrow):not(.case-eyebrow):not(.case-kicker):not(.eyebrow),
.v2-theme .v2-section-heading > div > p:not(.section-eyebrow):not(.case-eyebrow):not(.case-kicker):not(.eyebrow) {
  max-width: 720px;
  margin-top: 14px;
  margin-bottom: 0;
  font-family: var(--v2-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}
.v2-theme #news .v2-section-heading > .section-eyebrow {
  margin-left: 0;
}
.v2-theme .v2-about-work-header > div > .section-eyebrow {
  padding-left: 0;
}
.v2-theme #contact > .container > .v2-section-heading {
  margin-bottom: 32px;
}
.v2-theme #abilities .v2-section-heading {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .v2-theme #abilities { padding-block: 52px !important; }
  .v2-theme #abilities .v2-section-heading { margin-bottom: 20px; }
  .v2-technology-pillars { padding-bottom: 28px; }
}

/* Operations Automation: light-theme proof and process components. */
.v2-theme .hospital-proof {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  margin-top: 24px;
  overflow: visible;
  border: 0;
  background: transparent;
}
.v2-theme .hospital-proof span {
  position: relative;
  min-width: 0;
  padding: 16px 14px 14px;
  border: 1px solid var(--v2-line);
  border-radius: 12px;
  background: #fff;
  color: var(--v2-muted);
  font-size: 12px;
  line-height: 1.4;
}
.v2-theme .hospital-proof span::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 14px;
  width: 32px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: var(--v2-blue);
}
.v2-theme .hospital-proof strong {
  margin-bottom: 6px;
  color: var(--v2-text);
  font-size: 15px;
  font-weight: 600;
}
.v2-theme .hospital-flow {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 10px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.v2-theme .hospital-flow div {
  min-height: 150px;
  padding: 16px;
  border: 1px solid var(--v2-line);
  border-radius: 14px;
  background: var(--v2-canvas);
}
.v2-theme .hospital-flow div::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 14px;
  left: 14px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: var(--v2-blue);
}
.v2-theme .hospital-flow div:not(:last-child)::after { display: none; }
.v2-theme .hospital-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: var(--v2-blue);
  font: 600 11px/1 var(--v2-font);
  letter-spacing: 0;
}
.v2-theme .hospital-flow i {
  display: inline-block;
  margin: 0 0 0 8px;
  color: var(--v2-blue);
  font-size: 20px;
  vertical-align: middle;
}
.v2-theme .hospital-flow strong {
  margin: 14px 0 5px;
  color: var(--v2-text);
  font-size: 16px;
}
.v2-theme .hospital-flow small {
  color: var(--v2-muted);
  font-size: 12px;
  line-height: 1.45;
}
.v2-theme .hospital-hero-card { margin-bottom: 80px; }
.v2-theme .hospital-section { margin-bottom: 64px; }
.v2-theme .hospital-section-heading { margin-bottom: 28px; }
.v2-theme .hospital-split { gap: clamp(32px,4vw,64px); }
.v2-theme .hospital-media {
  height: clamp(360px,31vw,430px);
  min-height: 0;
  box-shadow: none;
}
.v2-theme #hospital-handoff .hospital-media img { object-position: center 55%; }
.v2-theme #hospital-navigation .hospital-media img { object-position: center 48%; }
.v2-theme .hospital-hero-product img {
  object-fit: cover;
  object-position: 68% center;
}
.v2-theme .hospital-platform {
  grid-template-columns: minmax(0,1.08fr) minmax(320px,.72fr);
  gap: clamp(40px,5vw,72px);
}
.v2-theme .hospital-product-stage {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  min-height: 500px;
  padding: 28px 32px 0;
  border: 1px solid var(--v2-line);
  background: linear-gradient(145deg,#f7f8fa,#eef3f9);
  box-shadow: none;
}
.v2-theme .hospital-product-scene-stage {
  display: block;
  padding: 0;
  overflow: hidden;
  background: #e8edf2;
}
.v2-theme .hospital-product-scene-stage::before { display: none; }
.v2-theme .hospital-product-scene {
  display: block;
  width: 100%;
  height: 500px;
  max-width: none;
  object-fit: cover;
  object-position: 68% center;
}
.v2-theme .hospital-product-stage::before {
  inset: auto 12% 0;
  height: 34%;
  opacity: .55;
  background: radial-gradient(ellipse at center,rgba(0,113,227,.13),transparent 68%);
  transform: none;
}
.v2-theme .hospital-product-primary {
  width: 100%;
  height: 470px;
}
.v2-theme .hospital-product-primary img {
  width: auto !important;
  height: 470px !important;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(29,29,31,.14));
}
.v2-theme .hospital-status {
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.v2-theme .hospital-status-head {
  padding: 0 2px 14px;
  border: 0;
  color: var(--v2-muted);
  font: 600 11px/1.3 var(--v2-font);
  letter-spacing: .1em;
}
.v2-theme .hospital-status-head b {
  color: var(--v2-text);
  font: 600 11px/1.3 var(--v2-font);
}
.v2-theme .hospital-status-head i {
  background: var(--v2-blue);
  box-shadow: none;
}
.v2-theme .hospital-status ol {
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 10px;
}
.v2-theme .hospital-status li {
  min-height: 136px;
  padding: 18px 16px;
  border: 1px solid var(--v2-line) !important;
  border-radius: 14px;
  background: var(--v2-canvas);
}
.v2-theme .hospital-status li::before {
  width: 10px;
  height: 10px;
  margin-bottom: 18px;
  border-color: #86868b;
  background: #fff;
  box-shadow: none !important;
}
.v2-theme .hospital-status li.is-complete::before,
.v2-theme .hospital-status li.is-current::before {
  border-color: var(--v2-blue);
  background: var(--v2-blue);
}
.v2-theme .hospital-status li span {
  color: var(--v2-muted);
  font: 500 11px/1.3 var(--v2-font);
}
.v2-theme .hospital-status li strong {
  margin: 7px 0 5px;
  color: var(--v2-text);
  font-size: 12px;
  letter-spacing: .04em;
}
.v2-theme .hospital-status li small {
  color: var(--v2-muted);
  font-size: 12px;
  line-height: 1.4;
}
.v2-theme .hospital-status footer {
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid var(--v2-line);
  border-radius: 12px;
  background: #fff;
  color: var(--v2-muted);
  font-size: 12px;
}
@media (max-width: 1100px) {
  .v2-theme .hospital-flow { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 991px) {
  .v2-theme .hospital-platform { grid-template-columns: 1fr; }
  .v2-theme .hospital-product-stage { min-height: 460px; }
  .v2-theme .hospital-product-primary { height: 420px; }
  .v2-theme .hospital-product-primary img { height: 420px !important; }
  .v2-theme .hospital-product-scene { height: 460px; }
}
@media (max-width: 575px) {
  .v2-theme .hospital-proof { grid-template-columns: 1fr; }
  .v2-theme .hospital-flow { grid-template-columns: 1fr 1fr; }
  .v2-theme .hospital-flow div { min-height: 142px; }
  .v2-theme .hospital-media { height: 300px; min-height: 0; }
  .v2-theme .hospital-product-stage { min-height: 420px; padding: 20px 20px 0; }
  .v2-theme .hospital-product-scene-stage { padding: 0; }
  .v2-theme .hospital-product-primary { height: 390px; }
  .v2-theme .hospital-product-primary img { height: 390px !important; }
  .v2-theme .hospital-product-scene { height: 420px; }
  .v2-theme .hospital-status ol { grid-template-columns: 1fr 1fr; gap: 8px; }
  .v2-theme .hospital-status li { min-height: 126px; }
  .v2-theme .hospital-hero-card { margin-bottom: 56px; }
  .v2-theme .hospital-section { margin-bottom: 52px; }
}

/* Hospitality Assistance: light-theme deployment components. */
.v2-theme .airport-intro {
  margin-bottom: 64px;
}
.v2-theme .airport-deployment {
  grid-template-columns: minmax(0,1.08fr) minmax(340px,.92fr);
  gap: 0;
  margin-bottom: 80px;
  overflow: hidden;
  border: 1px solid var(--v2-line);
  background: var(--v2-canvas);
  box-shadow: none;
}
.v2-theme .airport-deployment .airport-photo {
  height: 460px;
  min-height: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.v2-theme .airport-deployment-copy {
  padding: clamp(28px,4vw,52px);
}
.v2-theme .airport-proof {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  margin: 24px 0 0;
  overflow: visible;
  border: 0;
  background: transparent;
}
.v2-theme .airport-proof span {
  position: relative;
  min-width: 0;
  padding: 16px 14px 14px;
  border: 1px solid var(--v2-line);
  border-radius: 12px;
  background: #fff;
  color: var(--v2-muted);
  font-size: 12px;
  line-height: 1.4;
}
.v2-theme .airport-proof span::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 14px;
  width: 32px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: var(--v2-blue);
}
.v2-theme .airport-proof strong {
  margin-bottom: 6px;
  color: var(--v2-text);
  font-size: 15px;
  font-weight: 600;
}
.v2-theme .airport-row {
  margin-bottom: 64px;
}
.v2-theme .airport-equipment,
.v2-theme .airport-split {
  gap: clamp(40px,5vw,72px);
}
.v2-theme .airport-equipment-media {
  height: 430px;
  min-height: 0;
  border: 1px solid var(--v2-line);
  background: linear-gradient(145deg,#f7f8fa,#eef3f9);
  box-shadow: none;
}
.v2-theme .airport-equipment-media img {
  object-fit: contain;
}
.v2-theme .airport-equipment-label {
  left: auto;
  right: 18px;
  width: min(210px,34%);
  padding: 12px 14px;
  border: 1px solid var(--v2-line);
  border-left: 3px solid var(--v2-blue);
  border-radius: 10px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 24px rgba(29,29,31,.08);
  backdrop-filter: blur(10px);
}
.v2-theme .airport-equipment-label::before {
  display: none;
}
.v2-theme .airport-equipment-label span {
  margin-bottom: 5px;
  color: var(--v2-blue);
  font: 600 10px/1.2 var(--v2-font);
  letter-spacing: .08em;
}
.v2-theme .airport-equipment-label strong {
  color: var(--v2-text);
  font-size: 12px;
  line-height: 1.35;
}
.v2-theme .airport-equipment-label-display { top: 12%; }
.v2-theme .airport-equipment-label-vision { top: 41%; }
.v2-theme .airport-equipment-label-chassis { top: 70%; }
.v2-theme .airport-field-photo {
  height: 430px;
  min-height: 0;
  border: 1px solid var(--v2-line);
  box-shadow: none;
}
.v2-theme .airport-field-photo img {
  opacity: 1;
}
.v2-theme .airport-photo > span,
.v2-theme .airport-vision-overlay span {
  border: 1px solid rgba(255,255,255,.7);
  background: rgba(255,255,255,.92);
  color: var(--v2-text);
  box-shadow: 0 8px 24px rgba(29,29,31,.1);
  font-family: var(--v2-font);
  font-weight: 600;
}
.v2-theme .airport-photo > span i {
  background: var(--v2-blue);
  box-shadow: none;
}
.v2-theme .airport-copy li {
  border-bottom-color: var(--v2-line);
  color: var(--v2-muted);
}
.v2-theme .airport-copy li::before {
  color: var(--v2-blue);
}
@media (max-width: 991px) {
  .v2-theme .airport-deployment,
  .v2-theme .airport-equipment,
  .v2-theme .airport-split {
    grid-template-columns: 1fr;
  }
  .v2-theme .airport-equipment-heading {
    grid-column: 1;
    grid-row: 2;
    max-width: 720px;
  }
  .v2-theme .airport-equipment-media {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (max-width: 575px) {
  .v2-theme .airport-intro { margin-bottom: 48px; }
  .v2-theme .airport-deployment { margin-bottom: 56px; }
  .v2-theme .airport-deployment .airport-photo,
  .v2-theme .airport-equipment-media,
  .v2-theme .airport-field-photo {
    height: 300px;
    min-height: 0;
  }
  .v2-theme .airport-proof { grid-template-columns: 1fr; }
  .v2-theme .airport-row { margin-bottom: 52px; }
  .v2-theme .airport-equipment-label {
    right: 10px;
    width: min(180px,54%);
    padding: 9px 10px;
  }
  .v2-theme .airport-equipment-label span { font-size: 9px; }
  .v2-theme .airport-equipment-label strong { display: block; font-size: 10px; }
}

/* Selected clients: compact logo strip inside Applications. */
.v2-clients {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--v2-line);
}
.v2-clients-heading {
  display: block;
  margin-bottom: 18px;
}
.v2-clients-heading .section-eyebrow {
  margin: 0;
}
.v2-client-grid {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0 0 4px;
  overflow-x: auto;
  list-style: none;
  scrollbar-width: thin;
}
.v2-client-card {
  position: relative;
  display: grid;
  flex: 1 0 0;
  min-width: 190px;
  height: 96px;
  place-items: center;
  padding: 18px 20px;
  border: 1px solid var(--v2-line);
  border-radius: 14px;
  background: #fff;
}
.v2-client-link {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: inherit;
  border-radius: inherit;
}
.v2-theme .v2-client-link:focus-visible { outline-offset: -4px; }
.v2-client-card img {
  display: block;
  width: 100%;
  max-width: 170px;
  height: 56px;
  object-fit: contain;
  transition: transform .55s cubic-bezier(.2,.65,.3,1);
}
@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference) {
  .v2-client-card:hover img { transform: scale(1.025); }
}
@media (prefers-reduced-motion:no-preference) {
  .v2-client-card:focus-within img { transform: scale(1.025); }
}
@media (max-width: 767px) {
  .v2-applications-overview { padding-top: 36px; padding-bottom: 52px; }
  .v2-application-grid,
  .v2-application-card,
  .v2-application-card-wide,
  .v2-application-overlay { min-width: 0; width: 100%; }
  .v2-application-overlay strong,
  .v2-application-overlay > span { overflow-wrap: anywhere; }
  .v2-theme #halifax { padding-top: 36px !important; padding-bottom: 52px !important; }
  .v2-clients { margin-top: 36px; padding-top: 24px; }
  .v2-client-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); overflow: visible; }
  .v2-client-card { width: 100%; min-width: 0; height: 88px; padding: 14px; }
  .v2-client-card:last-child { grid-column: 1 / -1; width: calc(50% - 5px); justify-self: center; }
  .v2-client-card img { max-width: 100%; height: 50px; }
}
