/* Mounted only on phones. Without JavaScript the original sections remain intact. */
.omni-phone-header,.omni-capability-carousel{display:none}
@media(max-width:700px){
  #mock .omni-quote-details { min-width: 0; border-top: 1px solid rgba(255,255,255,.3); }
  #mock .omni-quote-details summary { padding: 16px 0; min-height: 52px; color: #FFFFFF; font-size: 14px; font-weight: 500; line-height: 1.4; cursor: pointer; }
  #mock .omni-quote-details summary:focus-visible { outline: 2px solid #FFFFFF; outline-offset: 2px; }
  #mock .omni-quote-details[open] summary { margin-bottom: 8px; }
  /* Blind menu. The notch is the pull tab (logo, wordmark, chevron). Tapping it lets the page ground
     drop over the hero like a blind with the links inside, and the same tab rides on the blind's bottom
     edge with the chevron turned up. The header is sticky with no height; the blind hangs from it. */
  #mock .omni-phone-header{position:sticky;top:0;z-index:60;display:block;height:0;min-height:0;margin:5px 5px 0;padding:0;background:transparent;border:0;color:var(--ink);pointer-events:none}
  /* Depth (depth-specimens.html, 02 and 07): a tight contact shadow plus a wide soft cast, never one blur.
     Ink shadows vanish on the night and purple slabs, so a light rim and a soft light glow ride along: on a
     white ground they are invisible, on a dark one they carry the lift. Off inside the hero (the notch is a
     cutout there), on once the hero has scrolled out (.is-lifted) and while the blind is open.
     drop-shadow rather than box-shadow so the shoulders and the blind edge cast too. */
  #mock .omni-blind{position:absolute;top:-5px;left:-5px;right:-5px;display:grid;grid-template-rows:0fr auto;padding-top:5px;color:var(--ink);pointer-events:auto;filter:drop-shadow(0 1px 1px rgba(27,29,74,0)) drop-shadow(0 10px 24px rgba(27,29,74,0)) drop-shadow(0 0 1px rgba(255,255,255,0)) drop-shadow(0 6px 18px rgba(255,255,255,0));transition:grid-template-rows .5s cubic-bezier(.6,0,.2,1),filter .35s ease}
  #mock .omni-blind.is-lifted{filter:drop-shadow(0 1px 1px rgba(27,29,74,.16)) drop-shadow(0 10px 24px rgba(27,29,74,.13)) drop-shadow(0 0 1px rgba(255,255,255,.85)) drop-shadow(0 6px 18px rgba(255,255,255,.3))}
  #mock .omni-blind.is-open{grid-template-rows:1fr auto;filter:drop-shadow(0 1px 1px rgba(27,29,74,.12)) drop-shadow(0 12px 24px rgba(27,29,74,.16)) drop-shadow(0 0 1px rgba(255,255,255,.85)) drop-shadow(0 6px 18px rgba(255,255,255,.25))}
  /* The lip (01): a zero-blur line inside the bottom edge reads as the tab having thickness, on any ground. */
  #mock .omni-blind.is-lifted .omni-phone-pull,#mock .omni-blind.is-open .omni-phone-pull{box-shadow:inset 0 -1px 0 rgba(27,29,74,.1)}
  #mock .omni-blind-body{min-height:0;max-height:calc(100dvh - 70px);overflow:hidden;background:var(--bg)}
  #mock .omni-blind.is-open .omni-blind-body{overflow-y:auto;overscroll-behavior:contain}
  /* The nav keeps its hidden attribute (the toggle script owns it); the blind hides it by visibility once it has rolled up. */
  #mock .omni-blind .mobile-nav{position:static;display:grid!important;gap:0;width:auto;max-height:none;margin:0;padding:calc(18px + env(safe-area-inset-top)) 22px 18px;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--ink);visibility:hidden;transition:visibility 0s .5s}
  #mock .omni-blind.is-open .mobile-nav{visibility:visible;transition:visibility 0s}
  #mock .omni-blind .mobile-nav a{display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:12px 2px;border-bottom:1px solid var(--line);border-radius:0;background:transparent;color:var(--ink);font-size:19px;font-weight:600;letter-spacing:-.02em;line-height:1.2}
  #mock .omni-blind .mobile-nav a::after{content:"\2197";font-size:15px;color:var(--muted)}
  #mock .omni-blind .mobile-nav a[href="#quote"]{justify-content:center;margin-top:16px;min-height:50px;border:0;border-radius:999px;background:var(--accent);color:#FFFFFF;font-size:16px;letter-spacing:0}
  #mock .omni-blind .mobile-nav a[href="#quote"]::after{content:none}
  #mock .omni-blind :is(a,button):focus-visible{outline:2px solid var(--accent);outline-offset:2px}
  /* The pull tab is the existing menu button, restyled to match the desktop .notch: page ground, rounded
     bottom corners, concave fillets where it meets the edge above. Its bar span becomes the chevron. */
  #mock .omni-phone-pull{position:relative;justify-self:center;display:grid;grid-template-columns:auto auto auto;grid-template-areas:"logo name chev";justify-content:center;align-content:start;align-items:center;column-gap:8px;width:auto;height:44px;margin:0;padding:8px 18px 10px;appearance:none;border:0;border-radius:0 0 22px 22px;background:var(--bg);color:var(--ink);font:600 11.5px/1 var(--sans);letter-spacing:.18em;white-space:nowrap;cursor:pointer;touch-action:manipulation;box-shadow:none}
  #mock .omni-phone-pull::before,#mock .omni-phone-pull::after{content:"";position:absolute;top:0;width:22px;height:22px}
  #mock .omni-phone-pull::before{left:-22px;background:radial-gradient(circle at 0 100%,transparent 21.5px,var(--bg) 22px)}
  #mock .omni-phone-pull::after{right:-22px;background:radial-gradient(circle at 100% 100%,transparent 21.5px,var(--bg) 22px)}
  #mock .omni-phone-pull .logo{grid-area:logo;width:26px;height:26px;border-radius:7px}
  #mock .omni-phone-pull .omni-phone-name{grid-area:name}
  #mock .omni-phone-pull .omni-phone-chev{grid-area:chev;justify-self:center;width:5px;height:5px;margin:-3px 0 0 3px;border:0;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;background:transparent;box-shadow:none;transform:rotate(45deg);transition:transform .45s cubic-bezier(.6,0,.2,1),margin .45s}
  #mock .omni-phone-pull[aria-expanded="true"] .omni-phone-chev{margin:1px 0 0 3px;transform:rotate(-135deg)}
  #mock .omni-phone-pull:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
  #mock .hero .hgrid{padding-top:74px}

  #mock #capabilities.mobile-capabilities-ready .edge{display:flex;flex-direction:column;align-items:stretch;gap:26px}
  #mock #capabilities.mobile-capabilities-ready .ecol[hidden]{display:none!important}
  #mock #capabilities.mobile-capabilities-ready .globe{order:2;align-self:center}
  #mock .omni-capability-carousel{display:block;order:1;width:100%;min-width:0;max-width:100%;text-align:left}
  #mock .omni-capability-track{position:relative;display:grid;grid-auto-flow:column;grid-auto-columns:100%;align-items:start;gap:24px;width:100%;min-width:0;max-width:100%;margin:0;padding:2px 0 4px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:auto;scrollbar-width:none;list-style:none;-webkit-overflow-scrolling:touch}
  #mock .omni-capability-track::-webkit-scrollbar{display:none}
  #mock .omni-capability-track:focus-visible{outline:2px solid var(--lilac);outline-offset:4px;border-radius:4px}
  #mock .omni-capability-slide{display:grid;grid-template-columns:26px minmax(0,1fr);align-content:start;align-items:center;column-gap:10px;row-gap:12px;min-width:0;margin:0;scroll-snap-align:start;scroll-snap-stop:always;text-align:left}
  #mock .omni-capability-slide .cap-icon{display:grid;place-items:center;width:26px;height:28px;color:var(--tint2);font-style:normal}
  #mock .omni-capability-slide .cap-icon .ic{width:23px;height:23px;stroke-width:1.8}
  #mock .omni-capability-slide h3{min-width:0;color:var(--tint2);font-size:19px;font-weight:600;line-height:1.25;letter-spacing:-.025em}
  #mock .omni-capability-slide p{grid-column:1/-1;max-width:100%;color:rgba(255,255,255,.8);font-size:16px;line-height:1.5}
  #mock .omni-capability-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px}
  #mock .omni-capability-step{appearance:none;display:grid;place-items:center;flex:none;width:44px;height:44px;padding:0;border:1px solid rgba(201,196,244,.3);border-radius:50%;background:rgba(255,255,255,.04);color:#FFFFFF;font:400 22px/1 var(--sans);cursor:pointer;touch-action:manipulation}
  #mock .omni-capability-step[aria-disabled="true"]{opacity:.38;cursor:default}
  #mock .omni-capability-step:focus-visible{outline:2px solid var(--lilac);outline-offset:3px}
  #mock .omni-capability-pagination{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0}
  #mock .omni-capability-dots{display:flex;align-items:center;gap:8px}
  #mock .omni-capability-dots span{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.32)}
  #mock .omni-capability-dots .is-current{background:#FFFFFF}
  #mock .omni-capability-count{color:var(--tint2);font:500 12px/1 var(--mono);letter-spacing:.08em}
}
@media(max-width:360px){
  #mock .omni-phone-pull{padding-inline:16px;font-size:10.5px;letter-spacing:.14em;column-gap:7px}
  #mock .omni-phone-pull .logo{width:24px;height:24px;border-radius:7px}
}
@media(max-width:700px) and (max-height:480px){
  #mock .omni-blind .mobile-nav{padding-block:10px}
  #mock .omni-blind .mobile-nav a{min-height:44px;padding-block:8px}
}
