@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/geist-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/geist-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root { --font-geist-sans: "Geist"; }

:root {
  --ink: #061729;
  --navy: #03182d;
  --navy-2: #062744;
  --teal: #04c8d8;
  --teal-soft: #67eaf1;
  --ice: #eaf8fa;
  --paper: #f7fafb;
  --muted: #607080;
  --line: rgba(6, 23, 41, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
main[id], section[id] { scroll-margin-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
em { color: var(--teal); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }

.site-header { height: 92px; padding: 0 clamp(22px, 4vw, 64px); display: grid; grid-template-columns: minmax(245px, 355px) 1fr auto; gap: 25px; align-items: center; background: rgba(3,24,45,.96); color: white; border-bottom: 1px solid rgba(255,255,255,.1); position: sticky; top: 0; z-index: 50; box-shadow: 0 10px 34px rgba(0,0,0,.12); backdrop-filter: blur(18px); }
.brand-lockup { display: block; min-width: 0; }
.brand-lockup img { display: block; width: min(100%, 420px); height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(12px, 1.5vw, 25px); color: rgba(255,255,255,.68); font-size: 10px; white-space: nowrap; }
.desktop-nav a, footer a { transition: color .2s ease; }
.desktop-nav a:hover, footer a:hover { color: var(--teal-soft); }
.header-cta { min-height: 44px; padding: 0 18px; border: 1px solid rgba(103,234,241,.42); display: inline-flex; align-items: center; gap: 10px; color: var(--teal-soft); text-transform: uppercase; letter-spacing: .9px; font-size: 10px; font-weight: 800; }
.mobile-menu, .mobile-sticky-cta { display: none; }

.hero { min-height: calc(100vh - 92px); padding: 8vh clamp(24px, 7vw, 110px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); gap: 7vw; align-items: center; background: linear-gradient(128deg, #03182d 0%, #062743 74%, #043c51 100%); color: white; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: 640px; height: 640px; border-radius: 50%; right: -210px; top: -250px; background: rgba(4,200,216,.18); filter: blur(90px); }
.hero-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(78,217,232,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(78,217,232,.12) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, transparent 0%, black 60%, transparent 100%); }
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.kicker { margin: 0 0 24px; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.66); text-transform: uppercase; letter-spacing: 2.5px; font-size: 9px; font-weight: 800; }
.kicker span { width: 30px; height: 1px; background: var(--teal); }
.kicker.dark { color: #56717f; }
.hero h1 { margin: 0; font-size: clamp(58px, 6.2vw, 94px); line-height: .94; letter-spacing: -5px; max-width: 880px; }
.hero h1 em { display: block; margin-top: 14px; font-size: .78em; letter-spacing: -3px; }
.hero-lede { max-width: 720px; margin: 34px 0 30px; color: rgba(255,255,255,.69); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .7px; font-size: 10px; font-weight: 850; transition: .22s ease; }
.button.primary { background: var(--teal-soft); color: #03202c; box-shadow: 0 14px 38px rgba(0,213,225,.15); }
.button.primary:hover { background: white; transform: translateY(-2px); }
.button.secondary { color: white; border-color: rgba(255,255,255,.25); }
.button.secondary:hover { color: var(--teal-soft); border-color: var(--teal); }
.hero-trust { margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; gap: 28px; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .8px; font-size: 9px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { color: var(--teal); }

.hero-visual { min-height: 560px; display: grid; place-items: center; perspective: 1100px; }
.pacs-window { width: min(100%, 560px); border: 1px solid rgba(103,234,241,.4); background: rgba(2,12,24,.89); box-shadow: 0 45px 100px rgba(0,0,0,.42); transform: rotateY(-6deg); }
.pacs-bar { height: 44px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.46); font-size: 8px; letter-spacing: 1.2px; }
.pacs-bar b { color: var(--teal-soft); font-weight: 600; }
.pacs-images { height: 420px; padding: 11px; display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: 1.65fr 1fr; gap: 8px; }
.medical-frame { position: relative; overflow: hidden; margin: 0; background: #00070c; border: 1px solid rgba(255,255,255,.1); }
.medical-frame-featured { grid-column: 1 / -1; }
.medical-frame:not(.medical-frame-featured) { grid-column: span 2; }
.medical-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 30px rgba(0,0,0,.32); pointer-events: none; }
.medical-frame span { position: absolute; z-index: 3; left: 8px; top: 7px; padding: 3px 5px; color: rgba(255,255,255,.82); background: rgba(0,8,15,.58); backdrop-filter: blur(4px); font-size: 7px; letter-spacing: 1px; }
.medical-frame img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.92) contrast(1.06); transition: transform .35s ease, filter .35s ease; }
.medical-frame-featured img { object-fit: contain; background: #000; }
.medical-frame:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.08); }
.cloud-badge, .status-badge { position: absolute; background: white; color: var(--ink); box-shadow: 0 20px 55px rgba(0,0,0,.32); display: flex; align-items: center; gap: 12px; padding: 14px 17px; }
.cloud-badge { top: 7%; right: -1%; }
.status-badge { bottom: 6%; left: -5%; }
.cloud-badge svg, .status-badge svg { color: #00aebf; }
.cloud-badge b, .cloud-badge small, .status-badge b, .status-badge small { display: block; }
.cloud-badge b, .status-badge b { font-size: 11px; }
.cloud-badge small, .status-badge small { margin-top: 2px; color: var(--muted); font-size: 9px; }

.value-ribbon { min-height: 92px; padding: 18px clamp(24px, 6vw, 92px); display: grid; grid-template-columns: repeat(4, 1fr); background: white; box-shadow: 0 15px 48px rgba(8,28,43,.07); }
.value-ribbon div { display: flex; align-items: center; gap: 12px; padding: 0 24px; border-right: 1px solid var(--line); color: #637582; font-size: 11px; }
.value-ribbon div:last-child { border-right: 0; }
.value-ribbon svg { width: 25px; color: #00adbb; stroke-width: 1.6; }
.value-ribbon b { color: var(--ink); }

.section { padding: 120px clamp(24px, 7vw, 110px); }
.section-heading { margin-bottom: 62px; display: grid; grid-template-columns: 1fr .65fr; gap: 9vw; align-items: end; }
.section-heading h2, .showcase-copy h2, .legal h2, .industries h2, .about h2, .contact h2 { margin: 0; font-size: clamp(43px, 5vw, 72px); line-height: 1.04; letter-spacing: -3px; }
.section-heading > p { margin: 0; max-width: 520px; color: var(--muted); line-height: 1.8; font-size: 15px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-grid article { min-height: 280px; padding: 34px; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.feature-grid article:hover { transform: translateY(-5px); box-shadow: 0 26px 65px rgba(6,30,45,.1); position: relative; z-index: 2; }
.feature-icon { width: 58px; height: 58px; display: grid; place-items: center; color: #0299aa; background: var(--ice); border-radius: 50%; }
.feature-grid h3 { margin: 28px 0 11px; font-size: 20px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.purview-showcase { padding: 105px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; color: white; background: linear-gradient(135deg, #04192e, #083b54); overflow: hidden; }
.showcase-art { min-height: 520px; position: relative; display: grid; place-items: center; }
.showcase-art > img { width: min(100%, 510px); height: auto; position: relative; z-index: 2; filter: drop-shadow(0 35px 45px rgba(0,0,0,.28)); }
.image-halo { position: absolute; width: 540px; height: 540px; border-radius: 50%; background: radial-gradient(circle, rgba(58,225,233,.22), transparent 67%); border: 1px solid rgba(100,235,242,.14); }
.purview-product-logo { width: 245px; height: auto; object-fit: contain; object-position: left center; margin-bottom: 24px; }
.showcase-copy > p { margin: 26px 0; color: rgba(255,255,255,.66); line-height: 1.8; max-width: 690px; }
.showcase-copy ul { list-style: none; padding: 0; margin: 0 0 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.showcase-copy li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.84); font-size: 12px; }
.showcase-copy li svg, .showcase-copy > a { color: var(--teal-soft); }
.showcase-copy > a, .text-link { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 7px; border-bottom: 1px solid var(--teal); text-transform: uppercase; letter-spacing: .7px; font-size: 10px; font-weight: 800; }

.legal { display: grid; grid-template-columns: 1.12fr .88fr; gap: 8vw; align-items: center; background: #f7fafb; }
.legal-lede { margin: 28px 0; max-width: 720px; color: var(--muted); line-height: 1.8; }
.legal-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; margin: 30px 0 34px; }
.legal-list div { display: flex; gap: 10px; color: #374d5b; font-size: 12px; line-height: 1.5; }
.legal-list svg { color: #00aebb; flex: 0 0 auto; }
.text-link { color: #047f8c; }
.legal-visual { min-height: 600px; display: grid; place-items: center; position: relative; background: linear-gradient(150deg, #e8f6f9, #d7eff4); overflow: hidden; }
.legal-visual::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px dashed rgba(0,147,164,.22); border-radius: 50%; }
.legal-visual img { width: min(90%, 520px); height: auto; position: relative; z-index: 2; filter: drop-shadow(0 24px 40px rgba(12,55,75,.18)); }
.legal-label { position: absolute; z-index: 4; top: 28px; left: 28px; padding: 12px 15px; background: var(--navy); color: white; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .8px; font-size: 9px; }
.legal-label svg { color: var(--teal-soft); }

.industries { padding: 120px clamp(24px, 7vw, 110px); color: white; background: #061b31; }
.section-heading.light > p { color: rgba(255,255,255,.56); }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.12); }
.audience-grid article { min-height: 305px; padding: 30px; border-right: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.025); }
.audience-grid article:last-child { border-right: 0; }
.audience-grid article > span { display: block; color: rgba(255,255,255,.32); font: italic 13px Georgia, serif; }
.audience-grid svg { margin-top: 52px; color: var(--teal-soft); }
.audience-grid h3 { margin: 22px 0 10px; font-size: 19px; }
.audience-grid p { margin: 0; color: rgba(255,255,255,.53); font-size: 12px; line-height: 1.65; }

.about { min-height: 720px; display: grid; grid-template-columns: .82fr 1.18fr; background: white; }
.portrait-wrap { position: relative; overflow: hidden; background: #c7dfeb; }
.portrait-wrap > img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; display: block; }
.portrait-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(2,22,39,.4), transparent 42%); }
.experience-badge { position: absolute; z-index: 2; right: 0; bottom: 0; width: 220px; min-height: 150px; padding: 24px; display: flex; flex-direction: column; justify-content: center; background: var(--teal); color: #03202d; }
.experience-badge strong { font: italic 52px Georgia, serif; line-height: 1; }
.experience-badge span { margin-top: 9px; text-transform: uppercase; letter-spacing: 1px; font-size: 9px; font-weight: 800; }
.about-copy { padding: 95px clamp(38px, 7vw, 115px); display: flex; flex-direction: column; justify-content: center; }
.about-copy > p:not(.kicker) { max-width: 730px; color: var(--muted); line-height: 1.8; font-size: 14px; }
.expertise-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.expertise-tags span { padding: 8px 11px; background: var(--ice); color: #166b72; border-radius: 30px; text-transform: uppercase; letter-spacing: .6px; font-size: 8px; font-weight: 750; }

.contact { padding: 110px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: center; background: linear-gradient(125deg, #06243e, #03354b); color: white; position: relative; overflow: hidden; }
.contact::before { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; right: -120px; bottom: -260px; background: rgba(0,212,224,.18); filter: blur(80px); }
.contact-copy, .contact-card { position: relative; z-index: 2; }
.contact-copy > p:not(.kicker) { max-width: 650px; color: rgba(255,255,255,.62); line-height: 1.75; }
.contact-card { padding: 40px; background: white; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.mini-label { margin: 0; color: #058b98; text-transform: uppercase; letter-spacing: 1.5px; font-size: 8px; font-weight: 850; }
.contact-card h3 { margin: 10px 0 24px; font-size: 26px; }
.contact-card .button { width: 100%; margin-bottom: 22px; }
.contact-line { display: block; padding: 8px 0; color: #274252; font-size: 13px; }
.contact-card small { display: block; margin-top: 17px; padding-top: 17px; border-top: 1px solid var(--line); color: #74838c; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }

footer { padding: 48px clamp(24px, 7vw, 110px) 34px; display: grid; grid-template-columns: 360px 1fr auto; gap: 35px; align-items: center; background: #020f1d; color: white; }
footer > img { width: 330px; height: auto; }
footer > div { display: flex; justify-content: center; gap: 23px; color: rgba(255,255,255,.65); font-size: 10px; }
footer > p { color: rgba(255,255,255,.45); font-size: 9px; text-align: right; }
footer > small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.31); font-size: 8px; line-height: 1.6; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; border: 1px solid rgba(103,234,241,.38); cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 20px; height: 1px; display: block; background: var(--teal-soft); transition: transform .2s ease, opacity .2s ease; }
  .mobile-menu[open] summary span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .mobile-menu[open] summary span:nth-child(2) { opacity: 0; }
  .mobile-menu[open] summary span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu nav { position: fixed; top: 92px; left: 0; right: 0; padding: 20px clamp(22px, 6vw, 60px) 28px; display: grid; background: rgba(3,24,45,.985); border-top: 1px solid rgba(255,255,255,.08); box-shadow: 0 28px 50px rgba(0,0,0,.3); }
  .mobile-menu nav > a { padding: 14px 3px; color: rgba(255,255,255,.78); border-bottom: 1px solid rgba(255,255,255,.08); font-size: 12px; letter-spacing: .5px; }
  .mobile-menu nav > a:hover { color: var(--teal-soft); }
  .mobile-menu nav .mobile-menu-cta { margin-top: 17px; padding: 15px 18px; display: flex; justify-content: space-between; align-items: center; color: #03202c; background: var(--teal-soft); border: 0; text-transform: uppercase; font-size: 9px; font-weight: 850; }
  .hero { grid-template-columns: 1fr; padding-top: 85px; }
  .hero-visual { min-height: 520px; }
  .section-heading, .purview-showcase, .legal, .about, .contact { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid article { border-bottom: 1px solid rgba(255,255,255,.12); }
  .portrait-wrap { min-height: 680px; }
  footer { grid-template-columns: 1fr; }
  footer > div { justify-content: flex-start; }
  footer > p { text-align: left; }
  footer > small { grid-column: 1; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 78px; }
  main[id], section[id] { scroll-margin-top: 78px; }
  .site-header { height: 78px; padding: 0 16px; grid-template-columns: 1fr auto; gap: 10px; }
  .brand-lockup img { width: 250px; }
  .header-cta { display: none; }
  .mobile-menu nav { top: 78px; }
  .hero { min-height: auto; padding: 72px 21px 58px; }
  .hero h1 { font-size: 50px; letter-spacing: -3px; }
  .hero h1 em { letter-spacing: -2px; }
  .hero-lede { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-trust { flex-direction: column; gap: 10px; }
  .hero-visual { min-height: 410px; margin-top: 28px; }
  .pacs-window { transform: none; }
  .pacs-images { height: 310px; }
  .cloud-badge { top: -2%; right: -3%; }
  .status-badge { bottom: -2%; left: -3%; }
  .value-ribbon { grid-template-columns: 1fr 1fr; padding: 8px 16px; }
  .value-ribbon div { padding: 14px 8px; border-bottom: 1px solid var(--line); }
  .value-ribbon div:nth-child(2) { border-right: 0; }
  .section, .industries, .contact { padding: 78px 21px; }
  .section-heading { gap: 23px; margin-bottom: 40px; }
  .section-heading h2, .showcase-copy h2, .legal h2, .industries h2, .about h2, .contact h2 { font-size: 42px; letter-spacing: -2px; }
  .feature-grid, .audience-grid, .legal-list { grid-template-columns: 1fr; }
  .feature-grid article { min-height: auto; }
  .purview-showcase { padding: 76px 21px; gap: 30px; }
  .showcase-art { min-height: 370px; }
  .showcase-copy ul { grid-template-columns: 1fr; }
  .legal { padding: 78px 21px; }
  .legal-visual { min-height: 480px; }
  .audience-grid article { min-height: 250px; border-right: 0; }
  .audience-grid svg { margin-top: 32px; }
  .portrait-wrap { min-height: 530px; }
  .about-copy { padding: 74px 21px; }
  .contact-card { padding: 29px 21px; }
  footer { padding: 42px 21px 30px; }
  footer > img { width: min(100%, 330px); }
  footer > div { flex-wrap: wrap; }
  footer { padding-bottom: 96px; }
  .mobile-sticky-cta { position: fixed; z-index: 45; left: 14px; right: 14px; bottom: 13px; min-height: 54px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: #03202c; background: var(--teal-soft); box-shadow: 0 14px 38px rgba(0,0,0,.3); text-transform: uppercase; letter-spacing: .7px; font-size: 9px; font-weight: 850; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
/* Square medical viewer correction */
.pacs-window {
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  transform: none;
}

.pacs-images {
  min-height: 0;
  height: auto;
  flex: 1;
}
