/* ============================================================
   UseTalos V2 core — ONE nav · light/dark · ambient · flip cards · form modal
   Loads LAST on every page (after the page's own <style>). 2026-07-10.
   Namespaced .ut-* — self-contained tokens with page-palette fallbacks.
   ============================================================ */
/* Designed display face — Bailey 2026-07-11: "the fonts are boring, be creative."
   One import here reaches every page (all load ut-core.css). Swap this family +
   --ut-display below to change the whole site's headline font in one place. */
/* External font loading is intentionally disabled. The shell uses the local
   system stack below so production pages remain self-contained. */
/* ticket 184 (2026-07-25): color SSOT lives in brand-tokens.css — this file only
   derives its --ut-* aliases from whatever --azure/--cyan/etc. is in scope. */
@import url('brand-tokens.css');
:root{
  --ut-blue:var(--azure,#2563eb);
  --ut-cyan:var(--cyan,#3b82f6);
  --ut-deep:var(--sapphire,#1d4ed8);
  --ut-coral:var(--coral,#ef4444);
  /* Ticket 390: the canonical site-blue contract, extended without adding
     a page-specific palette. */
  --ut-blue-rgb:37 99 235;
  --ut-cyan-rgb:59 130 246;
  --ut-deep-rgb:29 78 216;
  --ut-coral-rgb:239 68 68;
  --ut-blue-soft:color-mix(in srgb,var(--ut-blue) 10%,var(--ut-surface));
  --ut-blue-line:color-mix(in srgb,var(--ut-blue) 24%,var(--ut-line));
  --ut-ink:var(--ink,#11203a);
  --ut-ink2:var(--ink2,#5b6b86);
  --ut-bg:var(--bg,#f6f9ff);
  --ut-surface:var(--surface,#ffffff);
  --ut-line:var(--line,#dbe5f5);
  --ut-grad:linear-gradient(118deg,var(--ut-cyan),var(--ut-blue) 52%,var(--ut-deep));
  --ut-grad-cta:linear-gradient(120deg,#ef4444,#dc2626);
  --ut-sans:var(--sans,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif);
  --ut-display:var(--display,"Segoe UI",system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif);
  --ut-glass:rgba(255,255,255,.72);
  --ut-glass-edge:rgba(255,255,255,.9);
  --ut-shadow:0 18px 46px rgba(29,78,216,.14);
  --ut-ease:cubic-bezier(.22,1,.36,1);
}

/* ============================================================
   1. DARK THEME — one token flip re-skins every page family.
   (service template · websites microsite · homepage · site-pages)
   ============================================================ */
html[data-theme="dark"]{
  color-scheme:dark;
  /* shared family tokens — ticket 184: aligned to brand-tokens.css dark values
     (was #070D1B/#0D1728/#101C31/#E9F2FF/#AFC2E0/#7E93B6/#1D2D4A/#152239) */
  --bg:#0a0e16; --surface:#111c30; --surface2:#0f1626;
  --ink:#e8eefb; --ink2:#93a4c4; --ink3:#7e93b6;
  --line:#26324d; --line2:#26324d;
  --glass:rgba(17,28,48,.58); --glass-strong:rgba(17,28,48,.80);
  --glass-edge:rgba(120,165,255,.28); --glass-shade:rgba(0,8,24,.35);
  --sheen-top:rgba(150,190,255,.14); --sheen-bot:rgba(0,10,30,.35);
  --card:rgba(17,28,48,.72);
  /* websites-microsite extras */
  --bg-2:#0f1626; --bg-3:#0f1626; --panel:#0f1626;
  --ink-2:#93a4c4; --ink-3:#7e93b6;
  /* gradients / shadows tuned for depth on dark (kept as decorative rgba — not brand tokens) */
  --grad-hero:radial-gradient(1200px 640px at 78% -8%,rgba(37,99,235,.30),transparent 60%),
              radial-gradient(760px 520px at 6% 108%,rgba(29,78,216,.22),transparent 62%),
              linear-gradient(180deg,#0a0e16 0%,#0a0e16 72%);
  --shadow-sm:0 2px 10px rgba(0,0,0,.35);
  --shadow:0 18px 46px rgba(0,0,0,.45);
  --shadow-lg:0 30px 70px rgba(0,0,0,.55);
  --ut-glass:rgba(13,23,40,.72);
  --ut-glass-edge:rgba(120,165,255,.26);
  --ut-shadow:0 18px 46px rgba(0,0,0,.5);
}
html[data-theme="dark"] body{background:var(--bg);color:var(--ink)}
/* site-pages family: hardcoded light body gradient + white glass bits */
html[data-theme="dark"] body[data-ut-family="site"]{background:linear-gradient(180deg,#0a0e16,var(--bg) 340px)}
html[data-theme="dark"] body[data-ut-family="site"] .eyebrow{background:rgba(13,23,40,.65)}
html[data-theme="dark"] body[data-ut-family="site"] .card,
html[data-theme="dark"] body[data-ut-family="site"] .form{background:var(--surface);border-color:var(--line)}
html[data-theme="dark"] body[data-ut-family="site"] .mock-screen{background:var(--surface);border-color:var(--line);color:var(--ink)}
/* generic white-glass panels used across the service template */
html[data-theme="dark"] .glass{background:var(--glass)}
html[data-theme="dark"] img[src*="talos-logo"]{filter:none}

/* ============================================================
   2. THE ONE NAV  (.ut-head) — sticky glass bar + hover dropdowns
   Hard reset first: old sheets style bare `header` (homepage even
   makes it a fixed pointer-events:none pill) — every layout prop
   is re-declared here so class specificity wins.
   ============================================================ */
.ut-head{position:sticky;top:0;left:auto;right:auto;z-index:900;display:block;height:auto;
  pointer-events:auto;justify-content:initial;padding:0;margin:0;
  background:color-mix(in srgb,var(--ut-surface) 68%,transparent);
  -webkit-backdrop-filter:saturate(170%) blur(18px);backdrop-filter:saturate(170%) blur(18px);
  border:0;border-bottom:1px solid color-mix(in srgb,var(--ut-line) 72%,transparent);
  box-shadow:0 1px 0 rgba(255,255,255,.4) inset, 0 10px 30px -18px rgba(29,78,216,.25)}
html[data-theme="dark"] .ut-head{box-shadow:0 1px 0 rgba(130,170,255,.08) inset,0 10px 30px -14px rgba(0,0,0,.8)}
@supports not (backdrop-filter:blur(1px)){.ut-head{background:var(--ut-surface)}}
.ut-bar{max-width:1360px;margin:0 auto;padding:0 clamp(14px,2.6vw,28px);height:66px;
  display:flex;align-items:center;gap:clamp(10px,1.6vw,22px)}

/* brand */
.ut-brand{display:flex;align-items:center;gap:9px;flex:0 0 auto;text-decoration:none;
  font-family:var(--ut-display);font-weight:700;font-size:1.16rem;color:var(--ut-ink);letter-spacing:-.01em}
.ut-brand img{height:30px;width:30px;display:block}
.ut-word b{font-weight:700;color:var(--ut-ink);-webkit-text-fill-color:currentColor}
.ut-chev{width:14px;height:14px;stroke:var(--ut-ink2);display:none;transition:transform .25s var(--ut-ease)}
.ut-head.menu-open .ut-chev{transform:rotate(180deg)}

/* primary links */
.ut-links{display:flex;align-items:center;gap:clamp(2px,.9vw,10px);margin-left:auto;padding:0;list-style:none}
.ut-item{position:relative;display:block}
.ut-top{display:inline-flex;align-items:center;gap:5px;padding:9px 11px;border:0;background:none;cursor:pointer;
  font-family:var(--ut-sans);font-size:13.5px;font-weight:650;letter-spacing:.01em;color:var(--ut-ink2);
  border-radius:10px;text-decoration:none;position:relative;transition:color .16s,background .16s;white-space:nowrap}
.ut-top:hover{color:var(--ut-ink);background:color-mix(in srgb,var(--ut-blue) 8%,transparent)}
.ut-top::after{content:"";position:absolute;left:11px;right:11px;bottom:4px;height:2px;border-radius:2px;
  background:var(--ut-grad);transform:scaleX(0);transform-origin:left;transition:transform .22s var(--ut-ease)}
.ut-top:hover::after{transform:scaleX(1)}
.ut-top.is-current{color:var(--ut-ink)}
.ut-top.is-current::after{transform:scaleX(1)}
.ut-dd-chev{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2.4;transition:transform .2s var(--ut-ease)}
.ut-item.open .ut-dd-chev,.ut-item:hover .ut-dd-chev{transform:rotate(180deg)}

/* dropdown panel */
.ut-dd{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%) translateY(6px);min-width:264px;z-index:960;
  padding:10px;border-radius:16px;opacity:0;visibility:hidden;pointer-events:none;
  /* Bailey: pop-outs must be SOLID — nothing behind them shows through */
  background:var(--ut-surface);
  -webkit-backdrop-filter:saturate(170%) blur(20px);backdrop-filter:saturate(170%) blur(20px);
  border:1px solid color-mix(in srgb,var(--ut-line) 90%,var(--ut-surface));
  box-shadow:0 24px 60px -12px rgba(6,20,52,.45),0 2px 8px rgba(6,20,52,.18);transition:opacity .18s var(--ut-ease),transform .18s var(--ut-ease),visibility 0s .18s}
.ut-dd::before{content:"";position:absolute;top:-6px;left:calc(50% - 6px);width:12px;height:12px;transform:rotate(45deg);
  background:inherit;border-left:inherit;border-top:inherit;border-radius:3px 0 0 0}
/* blueprint corner ticks — the techie signature */
.ut-dd::after{content:"";position:absolute;inset:6px;border-radius:11px;pointer-events:none;
  background:
    linear-gradient(var(--ut-blue),var(--ut-blue)) top left/10px 1.5px,
    linear-gradient(var(--ut-blue),var(--ut-blue)) top left/1.5px 10px,
    linear-gradient(var(--ut-blue),var(--ut-blue)) bottom right/10px 1.5px,
    linear-gradient(var(--ut-blue),var(--ut-blue)) bottom right/1.5px 10px;
  background-repeat:no-repeat;opacity:.5}
.ut-item.open>.ut-dd,.ut-item:hover>.ut-dd{opacity:1;visibility:visible;pointer-events:auto;
  transform:translateX(-50%) translateY(0);transition:opacity .18s var(--ut-ease),transform .18s var(--ut-ease),visibility 0s}
.ut-dd a{display:block;padding:9px 12px;border-radius:10px;text-decoration:none;color:var(--ut-ink);
  font-family:var(--ut-sans);font-size:13.5px;font-weight:650;line-height:1.25;transition:background .14s}
.ut-dd a small{display:block;margin-top:2px;font-size:11.5px;font-weight:500;color:var(--ut-ink2);letter-spacing:0}
.ut-dd a:hover{background:color-mix(in srgb,var(--ut-blue) 10%,transparent)}
.ut-dd a.is-current{background:color-mix(in srgb,var(--ut-blue) 13%,transparent)}
.ut-dd .ut-dd-sub{margin-left:14px;border-left:2px solid color-mix(in srgb,var(--ut-blue) 35%,transparent);border-radius:0 10px 10px 0}

/* right actions */
.ut-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.ut-theme{width:38px;height:38px;border-radius:50%;border:1px solid color-mix(in srgb,var(--ut-line) 90%,transparent);
  background:color-mix(in srgb,var(--ut-surface) 75%,transparent);cursor:pointer;display:grid;place-items:center;
  color:var(--ut-ink2);transition:color .16s,border-color .16s,transform .3s var(--ut-ease)}
.ut-theme:hover{color:var(--ut-blue);border-color:var(--ut-blue);transform:rotate(18deg)}
.ut-theme svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ut-theme .ut-ic-moon{display:none}
html[data-theme="dark"] .ut-theme .ut-ic-sun{display:none}
html[data-theme="dark"] .ut-theme .ut-ic-moon{display:block}
.ut-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;text-decoration:none;
  font-family:var(--ut-sans);font-size:13.5px;font-weight:750;color:#fff;background:var(--ut-grad-cta);
  box-shadow:0 10px 26px rgba(220,38,38,.32),inset 0 1px 0 rgba(255,255,255,.35);white-space:nowrap;
  transition:transform .2s var(--ut-ease),box-shadow .2s}
.ut-cta:hover{transform:translateY(-1px);box-shadow:0 14px 32px rgba(239,68,68,.4),inset 0 1px 0 rgba(255,255,255,.35);color:#fff}
.ut-cta svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}

/* ---------- mobile: tap the wordmark → full menu sheet ---------- */
.ut-sheet{display:none}
@media(max-width:960px){
  .ut-bar{height:60px}
  .ut-links,.ut-cta{display:none}
  .ut-chev{display:block}
  .ut-brand{cursor:pointer}
  /* explicit height: the blurred sticky header is this fixed sheet's containing block
     (backdrop-filter creates one), so "inset 0 0" alone computes to height 0 */
  .ut-sheet{display:block;position:fixed;inset:60px 0 0 0;height:calc(100vh - 60px);height:calc(100dvh - 60px);z-index:899;overflow-y:auto;-webkit-overflow-scrolling:touch;
    background:color-mix(in srgb,var(--ut-bg) 92%,transparent);
    -webkit-backdrop-filter:saturate(160%) blur(22px);backdrop-filter:saturate(160%) blur(22px);
    opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);
    transition:opacity .22s var(--ut-ease),transform .22s var(--ut-ease),visibility 0s .22s}
  .ut-head.menu-open .ut-sheet{opacity:1;visibility:visible;pointer-events:auto;transform:none;
    transition:opacity .22s var(--ut-ease),transform .22s var(--ut-ease),visibility 0s}
  .ut-sheet-inner{padding:18px 20px 40px;max-width:560px;margin:0 auto}
  .ut-sheet .ut-cta{display:inline-flex;width:100%;justify-content:center;font-size:15px;padding:14px 18px;margin:4px 0 18px}
  .ut-group{margin:14px 0 4px;font:700 11px/1 var(--ut-sans);letter-spacing:.14em;text-transform:uppercase;color:var(--ut-ink2);opacity:.8}
  .ut-sheet a.ut-m{display:block;padding:12px 12px;border-radius:12px;text-decoration:none;color:var(--ut-ink);
    font-family:var(--ut-sans);font-size:16px;font-weight:650;border:1px solid transparent}
  .ut-sheet a.ut-m small{display:block;font-size:12px;font-weight:500;color:var(--ut-ink2);margin-top:1px}
  .ut-sheet a.ut-m:active{background:color-mix(in srgb,var(--ut-blue) 10%,transparent)}
  .ut-sheet a.ut-m.is-current{background:color-mix(in srgb,var(--ut-blue) 12%,transparent);border-color:color-mix(in srgb,var(--ut-blue) 30%,transparent)}
  .ut-sheet a.ut-m.ut-sub{margin-left:16px;border-left:2px solid color-mix(in srgb,var(--ut-blue) 35%,transparent);border-radius:0 12px 12px 0}
  .ut-sheet .ut-theme-row{display:flex;align-items:center;justify-content:space-between;margin-top:20px;padding:12px;
    border:1px solid color-mix(in srgb,var(--ut-line) 90%,transparent);border-radius:14px;color:var(--ut-ink2);
    font:650 14px var(--ut-sans)}
  body.ut-locked{overflow:hidden}
}

/* ============================================================
   3. AMBIENT LAYER — floating techie shapes (JS populates)
   ============================================================ */
.ut-ambient{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.ut-ambient span{position:absolute;display:block;opacity:0;
  animation:utDrift var(--dur,26s) var(--del,0s) ease-in-out infinite}
.ut-ambient .a-ring{border:1.5px solid var(--ut-blue);border-radius:50%}
.ut-ambient .a-hex{background:var(--ut-cyan);clip-path:polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0 50%)}
.ut-ambient .a-sq{border:1.5px solid var(--ut-cyan);border-radius:4px;transform:rotate(24deg)}
.ut-ambient .a-plus{background:
    linear-gradient(var(--ut-coral),var(--ut-coral)) center/100% 2px,
    linear-gradient(var(--ut-coral),var(--ut-coral)) center/2px 100%;background-repeat:no-repeat}
.ut-ambient .a-dot{background:var(--ut-blue);border-radius:50%}
.ut-ambient .a-brkt{border:1.5px solid var(--ut-blue);border-right:0;border-radius:6px 0 0 6px}
@keyframes utDrift{
  0%{transform:translateY(14px) rotate(0deg);opacity:0}
  12%{opacity:var(--op,.09)}
  50%{transform:translateY(-18px) rotate(10deg)}
  88%{opacity:var(--op,.09)}
  100%{transform:translateY(14px) rotate(0deg);opacity:0}}
html[data-theme="dark"] .ut-ambient span{filter:brightness(1.35)}
@media(prefers-reduced-motion:reduce){.ut-ambient{display:none}}

/* ============================================================
   4. FLIP CARDS — re-flippable, corner tab, hover sheen
   ============================================================ */
.ut-flip{position:relative;perspective:1200px;cursor:pointer}
.ut-flip-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;
  transition:transform .65s var(--ut-ease)}
.ut-flip.is-flipped .ut-flip-inner{transform:rotateY(180deg)}
.ut-face{-webkit-backface-visibility:hidden;backface-visibility:hidden}
.ut-face.back{position:absolute;inset:0;transform:rotateY(180deg);overflow:auto;
  display:flex;flex-direction:column;gap:8px;border-radius:inherit}
.ut-flip-tab{position:absolute;right:10px;bottom:10px;z-index:3;display:inline-flex;align-items:center;gap:5px;
  padding:5px 10px;border-radius:999px;border:1px solid color-mix(in srgb,var(--ut-blue) 35%,transparent);
  background:color-mix(in srgb,var(--ut-surface) 82%,transparent);cursor:pointer;
  font:700 10.5px/1 var(--ut-sans);letter-spacing:.08em;text-transform:uppercase;color:var(--ut-blue)}
.ut-flip-tab svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2.4;stroke-linecap:round}
/* reserve the tab's corner so long card text can't run underneath it */
.ut-flip .ut-face.front{padding-bottom:40px}
.ut-flip:hover .ut-flip-tab{background:color-mix(in srgb,var(--ut-blue) 14%,var(--ut-surface))}
/* holographic sheen sweep on hover (front face only) */
.ut-flip .ut-face.front::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  background:linear-gradient(112deg,transparent 34%,rgba(255,255,255,.35) 47%,rgba(59,130,246,.28) 52%,transparent 66%);
  background-size:260% 100%;background-position:120% 0;opacity:0;transition:opacity .2s}
.ut-flip:hover .ut-face.front::after{opacity:1;animation:utSheen 1.15s var(--ut-ease) both}
@keyframes utSheen{from{background-position:120% 0}to{background-position:-40% 0}}

/* ============================================================
   5. FORM THANK-YOU MODAL (AJAX submit — no interstitial page)
   ============================================================ */
.ut-veil{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:22px;
  background:rgba(4,12,28,.55);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);
  opacity:0;visibility:hidden;transition:opacity .22s var(--ut-ease),visibility 0s .22s}
.ut-veil.show{opacity:1;visibility:visible;transition:opacity .22s var(--ut-ease),visibility 0s}
.ut-modal{width:min(430px,100%);border-radius:22px;padding:34px 30px 28px;text-align:center;position:relative;
  background:var(--ut-surface);border:1px solid color-mix(in srgb,var(--ut-line) 85%,transparent);
  box-shadow:0 40px 90px rgba(0,10,40,.35);transform:translateY(10px) scale(.97);transition:transform .28s var(--ut-ease)}
.ut-veil.show .ut-modal{transform:none}
.ut-modal::before{content:"";position:absolute;inset:8px;border-radius:16px;pointer-events:none;opacity:.5;
  background:
    linear-gradient(var(--ut-blue),var(--ut-blue)) top left/12px 1.5px,
    linear-gradient(var(--ut-blue),var(--ut-blue)) top left/1.5px 12px,
    linear-gradient(var(--ut-blue),var(--ut-blue)) bottom right/12px 1.5px,
    linear-gradient(var(--ut-blue),var(--ut-blue)) bottom right/1.5px 12px;
  background-repeat:no-repeat}
.ut-modal .ut-check{width:74px;height:74px;margin:0 auto 16px;display:block}
.ut-modal .ut-check circle{fill:none;stroke:var(--ut-blue);stroke-width:2.4;stroke-dasharray:214;stroke-dashoffset:214;
  animation:utRing .7s .1s var(--ut-ease) forwards}
.ut-modal .ut-check path{fill:none;stroke:var(--ut-coral);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;
  stroke-dasharray:60;stroke-dashoffset:60;animation:utRing .5s .55s var(--ut-ease) forwards}
@keyframes utRing{to{stroke-dashoffset:0}}
.ut-modal h3{font-family:var(--ut-display);font-size:1.45rem;color:var(--ut-ink);margin:0 0 8px;letter-spacing:-.02em}
.ut-modal p{font-family:var(--ut-sans);font-size:.95rem;color:var(--ut-ink2);margin:0 0 20px;line-height:1.6}
.ut-modal .ut-done{display:inline-flex;padding:11px 26px;border-radius:999px;border:0;cursor:pointer;
  font:750 14px var(--ut-sans);color:#fff;background:var(--ut-grad);box-shadow:0 10px 26px rgba(37,99,235,.35)}
.ut-modal .ut-err{color:var(--ut-coral)}
.ut-btn-busy{opacity:.65;pointer-events:none;position:relative}

/* ============================================================
   6. VBAND — retired scroll-scrub scenes become calm media bands
   (one shared component; scene art kept, pinning + captions gone)
   ============================================================ */
.ut-vband{padding:74px 0;position:relative}
.ut-vband .ut-vband-wrap{width:min(100% - 2.4rem,1160px);margin-inline:auto;
  display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(24px,4vw,54px);align-items:center}
@media(max-width:860px){.ut-vband .ut-vband-wrap{grid-template-columns:1fr}}
.ut-vband .ut-vband-k{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;
  font:700 .68rem/1 ui-monospace,"JetBrains Mono",Menlo,monospace;letter-spacing:.16em;text-transform:uppercase;
  color:var(--ut-deep);padding:9px 14px;border-radius:6px;
  border:1px solid color-mix(in srgb,var(--ut-blue) 26%,transparent);
  background:color-mix(in srgb,var(--ut-surface) 65%,transparent)}
html[data-theme="dark"] .ut-vband .ut-vband-k{color:var(--ut-cyan)}
.ut-vband .ut-vband-k::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--ut-coral);box-shadow:0 0 9px var(--ut-coral)}
.ut-vband h3{font-family:var(--ut-display);font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.08;letter-spacing:-.02em;
  color:var(--ut-ink);margin:0 0 12px}
.ut-vband p{font-family:var(--ut-sans);color:var(--ut-ink2);font-size:1rem;line-height:1.65;max-width:480px;margin:0}
.ut-vband .ut-vband-media{position:relative;border-radius:18px;overflow:hidden;
  border:1px solid color-mix(in srgb,var(--ut-blue) 30%,transparent);
  box-shadow:0 30px 70px rgba(29,78,216,.20);animation:utVbFloat 7s ease-in-out infinite}
html[data-theme="dark"] .ut-vband .ut-vband-media{box-shadow:0 30px 70px rgba(0,0,0,.55)}
.ut-vband .ut-vband-media img{display:block;width:100%;height:auto}
.ut-vband .ut-vband-media::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;
  background:linear-gradient(90deg,var(--ut-cyan),var(--ut-blue),transparent)}
.ut-vband .ut-vband-media::after{content:"";position:absolute;top:10px;right:10px;width:16px;height:16px;
  border-top:2px solid color-mix(in srgb,var(--ut-cyan) 75%,transparent);
  border-right:2px solid color-mix(in srgb,var(--ut-cyan) 75%,transparent)}
@keyframes utVbFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@media(prefers-reduced-motion:reduce){.ut-vband .ut-vband-media{animation:none}}

/* ============================================================
   7. UTILITIES
   ============================================================ */
.ut-visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
@media(max-width:960px){.ut-head{position:sticky}}
