/* Vijyoti Health — clinical layer on top of the shared design system */
:root { --ink: #0b1230; --ink-2: #121b44; --paper: #f7f9fb; --paper-2: #eaf0f5; --clin: #0a84c6; --clin-2: #19b6d2; }
[data-accent="sky"] { --accent: var(--clin-2); }
.btn { --bg: var(--clin); }
.btn:hover { box-shadow: 0 14px 34px -12px rgba(10, 132, 198, .7); }
.btn-ghost { --bg: transparent; }
.band { background: linear-gradient(120deg, #0a6fb3, #0a9bc0); }
.band .btn { --bg: var(--ink); } .band .btn-ghost { --bg: transparent; }
.band-note { margin: 28px auto 0; max-width: 60ch; font-size: 14.5px; opacity: .85; }
.cta-row.center { justify-content: center; }
.eyebrow { color: var(--clin-2); }
.brand-sub { align-self: flex-end; margin-bottom: 3px; margin-left: 12px; padding: 4px 9px 3px; border: 1px solid var(--line-dark); border-radius: 999px; font: 600 10.5px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: #9fe3f2; order: 3; }
.nav .grp { opacity: .5; font-size: 13px; }
.mt { margin-top: 26px; }
.glow { background: radial-gradient(closest-side, rgba(25, 182, 210, .30), transparent); }

/* ROTEM trace */
@media (min-width: 901px) { .hero-health .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(30px, 5vw, 80px); } }
.hero-health h1 { font-size: clamp(52px, 8vw, 124px); }
.tem { position: relative; margin: 0; aspect-ratio: 600 / 320; width: 100%; max-width: 720px; justify-self: end; border: 1px solid var(--line-dark); border-radius: 22px; background: rgba(255, 255, 255, .03); backdrop-filter: blur(3px); overflow: hidden; }
.section:not(.dark) .tem { background: var(--ink); }
.tem svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.tem-trace { clip-path: inset(0 100% 0 0); animation: tem-draw 9s cubic-bezier(.3, .1, .3, 1) infinite; }
.tem-cursor { position: absolute; top: 12.5%; bottom: 12.5%; left: 6.66%; width: 2px; background: linear-gradient(transparent, #fff, transparent); opacity: .7; animation: tem-cursor 9s cubic-bezier(.3, .1, .3, 1) infinite; }
@keyframes tem-draw { 0% { clip-path: inset(0 100% 0 0); } 62%, 94% { clip-path: inset(0 0 0 0); opacity: 1; } 100% { clip-path: inset(0 0 0 0); opacity: 0; } }
@keyframes tem-cursor { 0% { left: 6.66%; opacity: .7; } 62% { left: 93.3%; opacity: .7; } 66%, 100% { left: 93.3%; opacity: 0; } }
.tem-marks { position: absolute; inset: 0; }
.tem-marks li { position: absolute; font-size: 11.5px; line-height: 1.3; color: rgba(255, 255, 255, .6); opacity: 0; animation: tem-mark 9s linear infinite; }
.tem-marks b { display: block; font: 400 22px/1 var(--serif); color: #fff; }
.m-ct { left: 11%; top: 30%; } .m-ct b { color: var(--s-yellow); }
.m-a5 { left: 38%; top: 6%; animation-delay: 0s; } .m-mcf { right: 5%; top: 5%; text-align: right; } .m-mcf b { color: var(--s-lime); }
@keyframes tem-mark { 0%, 12% { opacity: 0; transform: translateY(6px); } 18%, 94% { opacity: 1; transform: none; } 100% { opacity: 0; } }
.m-a5 { animation-name: tem-mark-2; } .m-mcf { animation-name: tem-mark-3; }
@keyframes tem-mark-2 { 0%, 32% { opacity: 0; transform: translateY(6px); } 38%, 94% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes tem-mark-3 { 0%, 58% { opacity: 0; transform: translateY(6px); } 64%, 94% { opacity: 1; transform: none; } 100% { opacity: 0; } }

/* product cards */
.pgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr)); gap: 20px; }
.pcard { --c: var(--clin-2); display: flex; flex-direction: column; border-radius: 26px; overflow: hidden; background: #fff; border: 1px solid var(--line); text-decoration: none; transition: transform .6s var(--ease), box-shadow .6s, border-color .3s; }
.pcard:hover { transform: translateY(-8px); box-shadow: 0 40px 70px -40px rgba(11, 18, 48, .55); border-color: transparent; }
.pcard-stage { position: relative; display: block; aspect-ratio: 4 / 3; background: #fff; overflow: hidden; }
.pcard-stage::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--c); transform: scaleX(.12); transform-origin: 0 50%; transition: transform .7s var(--ease); }
.pcard:hover .pcard-stage::after { transform: scaleX(1); }
.pcard-stage img { width: 100%; height: 100%; object-fit: contain; padding: 6%; transition: transform .9s var(--ease); }
.pcard:hover .pcard-stage img { transform: scale(1.07); }
.pcard-body { display: flex; flex-direction: column; gap: 8px; padding: 24px 26px 26px; border-top: 1px solid var(--line); flex: 1; }
.pcard-family { font-size: 11.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.pcard strong { font: 400 30px/1.08 var(--serif); }
.pcard-tag { color: var(--muted); font-size: 15.5px; line-height: 1.5; }
.pcard .go { margin-top: auto; padding-top: 16px; font-weight: 600; font-size: 14px; color: var(--clin); }
.pcard:hover .arr { transform: translateX(5px); } .pcard .arr { display: inline-block; transition: transform .35s var(--ease); }
.acc-pink { --c: var(--s-pink); } .acc-amber { --c: var(--s-amber); } .acc-green { --c: #19b35c; } .acc-sky { --c: var(--clin-2); }

/* product page */
.product-hero .wrap { grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); align-items: center; }
.product-hero h1 { font-size: clamp(44px, 6vw, 92px); }
.stage { border-radius: 28px; background: #fff; aspect-ratio: 4 / 3; overflow: hidden; box-shadow: 0 50px 100px -50px rgba(25, 182, 210, .55), 0 0 0 1px rgba(255, 255, 255, .08); }
.stage img { width: 100%; height: 100%; object-fit: contain; padding: 5%; animation: stage-float 7s ease-in-out infinite alternate; }
@keyframes stage-float { to { transform: translateY(-10px) scale(1.02); } }
.facts { background: var(--ink); color: #fff; border-top: 1px solid var(--line-dark); }
.facts-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fact { padding: 30px 28px 34px 0; border-right: 1px solid var(--line-dark); } .fact + .fact { padding-left: 28px; } .fact:last-child { border-right: 0; }
.fact b { display: block; font: 400 clamp(34px, 3.8vw, 58px)/1 var(--serif); color: var(--accent); }
.fact span { display: block; margin-top: 10px; font-size: 14.5px; line-height: 1.45; opacity: .72; max-width: 26ch; }
.table-wrap { overflow-x: auto; }
.specs { width: 100%; border-collapse: collapse; font-size: 15.5px; }
.specs th, .specs td { text-align: left; vertical-align: top; padding: 16px 0; border-top: 1px solid var(--line-dark); }
.specs tr:last-child th, .specs tr:last-child td { border-bottom: 1px solid var(--line-dark); }
.specs th { width: 38%; padding-right: 20px; font-weight: 600; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .55); }
.downloads { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; margin-top: 28px; }
.dl-item { display: block; padding: 18px 20px; border-radius: 16px; border: 1px dashed var(--line-dark); }
.dl-item b { display: block; font-weight: 600; } .dl-item small { opacity: .55; font-size: 13px; }
.legal { margin: 48px 0 0; font-size: 13px; line-height: 1.6; color: var(--muted); max-width: 90ch; }

/* evidence bars */
.bars { display: grid; gap: 4px; }
.bars li { position: relative; display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 15px 0 17px; }
.bars span { font-size: 15.5px; opacity: .85; } .bars b { font: 400 25px/1 var(--serif); white-space: nowrap; }
.bars li::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: rgba(255, 255, 255, .09); border-radius: 3px; }
.bars i { position: absolute; left: 0; bottom: 0; height: 3px; width: 0; border-radius: 3px; background: linear-gradient(90deg, var(--clin), var(--clin-2), var(--s-lime)); transition: width 1.6s var(--ease); }
.stats.stats-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stats-3 .stat b { font-size: clamp(34px, 3.4vw, 54px); }
.watch { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 24px; margin-top: 28px; padding: clamp(26px, 3.4vw, 44px); border-radius: 26px; background: var(--ink); color: #fff; }
.watch .kicker { color: rgba(255, 255, 255, .6); margin-bottom: 10px; }

@media (max-width: 900px) {
  .product-hero .wrap { grid-template-columns: 1fr; }
  .facts-row { grid-template-columns: 1fr; } .fact, .fact + .fact { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .tem { justify-self: stretch; margin-top: 30px; }
  .hero-health .eyebrow { max-width: none; }
  .tem-marks li { font-size: 0; } .tem-marks b { font-size: 18px; }
  .stats.stats-3 { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { .tem-trace { clip-path: none; } .tem-marks li { opacity: 1; } .tem-cursor { display: none; } }

/* ---------- utility bar + dropdown navigation ---------- */
.util { flex: 0 0 100%; display: flex; align-items: center; gap: 26px; margin: -8px 0 10px; padding-bottom: 10px; border-bottom: 1px solid var(--line-dark); font-size: 13px; color: rgba(255, 255, 255, .7); max-height: 40px; overflow: hidden; transition: max-height .4s var(--ease), margin .4s var(--ease), padding .4s var(--ease), opacity .3s; }
.util a { text-decoration: none; transition: color .25s; } .util a:hover { color: #fff; }
.util a:first-child { color: #9fe3f2; font-weight: 600; }
.util-grp { margin-left: auto; }
.site-header.is-stuck .util { max-height: 0; margin: 0; padding: 0; opacity: 0; border: 0; }
@media (max-width: 1080px) { .site-header .util { display: none; } }
@media (min-width: 1081px) { .hero { padding-top: 176px; } .page-hero { padding-top: clamp(190px, 25vh, 250px); } }

.nav > ul > li { position: relative; display: flex; align-items: center; gap: 4px; }
.drop-toggle { width: 22px; height: 22px; padding: 0; border: 0; background: none; color: inherit; cursor: pointer; opacity: .7; }
.drop-toggle span { display: block; width: 7px; height: 7px; margin: 0 auto 3px; border-right: 1.5px solid; border-bottom: 1.5px solid; transform: rotate(45deg); transition: transform .35s var(--ease); }
.has-drop:hover .drop-toggle span, .has-drop.is-open .drop-toggle span { transform: translateY(3px) rotate(225deg); }
.drop { position: absolute; top: 100%; left: 50%; z-index: 5; min-width: 300px; margin-top: 14px; padding: 12px; border-radius: 20px; background: #fff; color: var(--text); box-shadow: 0 40px 80px -30px rgba(5, 10, 35, .55), 0 0 0 1px rgba(11, 18, 48, .06); opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: opacity .3s, transform .4s var(--ease), visibility .3s; }
.drop::before { content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px; }
.has-drop:hover > .drop, .has-drop:focus-within > .drop, .has-drop.is-open > .drop { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav .drop a { opacity: 1; padding: 0; } .nav .drop a::after { content: none; }
.mega { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 14px; width: min(680px, 92vw); padding: 16px; }
.mega-head { display: flex; justify-content: space-between; align-items: center; padding: 8px 10px 10px !important; font-size: 11.5px !important; font-weight: 600 !important; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
a.mega-head { color: var(--clin); } a.mega-head:hover .arr { transform: translateX(4px); } .mega-head .arr { transition: transform .3s var(--ease); }
.mega-item { display: flex !important; align-items: center; gap: 14px; padding: 8px 10px !important; border-radius: 14px; text-decoration: none; transition: background .25s, transform .35s var(--ease); }
.mega-item:hover { background: var(--paper-2); transform: translateX(4px); }
.mega-thumb { flex: none; width: 74px; height: 54px; border-radius: 10px; background: #fff; border: 1px solid var(--line); overflow: hidden; }
.mega-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 4px; transition: transform .5s var(--ease); }
.mega-item:hover img { transform: scale(1.12); }
.mega-item b, .drop-list b { display: block; font-size: 15px; font-weight: 600; line-height: 1.25; }
.mega-item small, .drop-list small { display: block; margin-top: 2px; font-size: 12.5px; color: var(--muted); font-weight: 400; }
.mega-foot { grid-column: 1 / -1; display: flex !important; justify-content: space-between; margin-top: 8px; padding: 14px 16px !important; border-radius: 14px; background: var(--ink); color: #fff; font-weight: 600 !important; text-decoration: none; }
.mega-foot:hover .arr { transform: translateX(5px); } .mega-foot .arr { transition: transform .3s var(--ease); }
.nav .drop-list { display: grid; gap: 2px; min-width: 300px; }
.nav .drop-list li { display: block; }
.drop-list a { display: block !important; padding: 12px 14px !important; border-radius: 14px; text-decoration: none; border-left: 3px solid transparent; transition: background .25s, border-color .25s, transform .35s var(--ease); }
.drop-list a:hover { background: var(--paper-2); border-color: var(--clin-2); transform: translateX(3px); }

[hidden] { display: none !important; }

/* ---------- product spotlight ---------- */
.spot { border-radius: 30px; background: #fff; border: 1px solid var(--line); overflow: hidden; }
.spot-tabs { display: flex; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.spot-tab { position: relative; flex: 1 0 auto; padding: 20px 22px 22px; border: 0; background: none; font: 500 15px/1.2 var(--sans); color: var(--muted); cursor: pointer; white-space: nowrap; transition: color .3s, background .3s; }
.spot-tab:hover { color: var(--text); } .spot-tab[aria-selected="true"] { color: var(--text); background: var(--paper); }
.spot-tab i { position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--clin), var(--clin-2)); }
.spot-tab[aria-selected="true"] i { width: 100%; }
.spot.is-auto .spot-tab[aria-selected="true"] i { animation: spot-progress 6.5s linear forwards; }
@keyframes spot-progress { from { width: 0; } to { width: 100%; } }
.spot-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); align-items: center; gap: 20px; padding: clamp(24px, 4vw, 60px); min-height: 480px; }
.spot-panel:not([hidden]) .spot-copy > * { animation: spot-in .7s var(--ease) both; }
.spot-panel:not([hidden]) .spot-copy > :nth-child(2) { animation-delay: .06s; } .spot-panel:not([hidden]) .spot-copy > :nth-child(3) { animation-delay: .12s; } .spot-panel:not([hidden]) .spot-copy > :nth-child(4) { animation-delay: .18s; } .spot-panel:not([hidden]) .spot-copy > :nth-child(5) { animation-delay: .24s; }
.spot-panel:not([hidden]) .spot-stage img { animation: spot-img .9s var(--ease) both; }
@keyframes spot-in { from { opacity: 0; transform: translateY(18px); } }
@keyframes spot-img { from { opacity: 0; transform: translateX(40px) scale(.94); } }
.spot-copy h3 { font-size: clamp(36px, 4vw, 60px); margin: 8px 0 10px; letter-spacing: -.02em; }
.spot-tag { font-size: 18px; color: var(--muted); }
.spot-facts { display: grid; gap: 0; margin: 22px 0 28px; }
.spot-facts li { display: flex; align-items: baseline; gap: 16px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 14.5px; color: var(--muted); }
.spot-facts b { flex: 0 0 140px; font: 400 26px/1 var(--serif); color: var(--c, var(--clin)); }
.spot-stage { aspect-ratio: 4 / 3; } .spot-stage img { width: 100%; height: 100%; object-fit: contain; }
@media (max-width: 900px) { .spot-panel { grid-template-columns: 1fr; min-height: 0; } .spot-stage { order: -1; } }

/* ---------- clinical-setting filter ---------- */
.filter { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 34px; }
.filter-label { margin-right: 8px; font-size: 12.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.fchip { padding: 10px 17px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font: 500 14.5px/1 var(--sans); color: inherit; cursor: pointer; transition: background .25s, color .25s, border-color .25s, transform .3s var(--ease); }
.fchip:hover { transform: translateY(-2px); border-color: var(--clin-2); }
.fchip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.pcard.is-out { display: none; }
.pcard.is-in { animation: spot-in .6s var(--ease) both; }
.filter-empty { color: var(--muted); }

.reach { display: grid; gap: 10px; }
.reach-item { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); text-decoration: none; transition: padding .4s var(--ease), color .25s; }
.reach-item:last-child { border-bottom: 1px solid var(--line); }
.reach-item:hover { padding-left: 10px; color: var(--clin); }
.reach-item small { font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.reach-item b { font: 400 clamp(22px, 2.2vw, 30px)/1.1 var(--serif); }
.hours { margin: 6px 0 0; } .mt-l { margin-top: clamp(40px, 5vw, 72px); }
.footer-h.mt { margin-top: 28px; }
