.stratos-intro { min-height: 100vh; min-height: 100svh; display: grid; place-items: center; overflow: hidden; position: relative; isolation: isolate; }
.stratos-intro::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 50% 46%, #244555 0%, #182831 38%, #111b22 75%); animation: ams-intro-atmosphere 3s ease-out both; }
.stratos-intro-brand { width: min(82vw, 850px); position: relative; }
.stratos-intro-logo { display: block; width: 100%; height: auto; animation: ams-intro-reveal 1.8s cubic-bezier(.22, 1, .36, 1) .45s both; }
.stratos-intro-brand::after { content: ''; display: block; height: 2px; width: 38%; margin: 12px auto 0; background: linear-gradient(90deg, transparent, #37a3dc, transparent); transform-origin: center; animation: ams-intro-underline 1.1s ease-out 1.4s both; }
.stratos-intro-sweep { position: absolute; inset: -30vh -30vw; pointer-events: none; background: linear-gradient(115deg, transparent 43%, #37a3dc08 48%, #72d3ff22 50%, transparent 54%); animation: ams-intro-sweep 2.4s ease-in-out both; }
.stratos-intro-controls { position: absolute; bottom: max(32px, env(safe-area-inset-bottom)); left: 0; right: 0; display: flex; justify-content: center; gap: 12px; animation: ams-intro-controls .6s ease 2.5s both; }
.stratos-intro button { border: 1px solid #ffffff40; border-radius: 999px; padding: 12px 20px; background: transparent; color: #d9e5ec; font: inherit; font-size: 13px; text-decoration: none; cursor: pointer; }
.stratos-intro button:hover { background: #ffffff12; border-color: #37a3dc; }
.stratos-intro button:focus-visible { outline: 2px solid #37a3dc; outline-offset: 5px; }
@keyframes ams-intro-reveal { from { opacity: 0; clip-path: inset(0 100% 0 0); transform: translateY(12px); filter: blur(5px); } to { opacity: 1; clip-path: inset(0); transform: translateY(0); filter: blur(0); } }
@keyframes ams-intro-underline { from { opacity: 0; transform: scaleX(0); } to { opacity: 1; transform: scaleX(1); } }
@keyframes ams-intro-sweep { from { transform: translateX(-65%); opacity: 0; } 25% { opacity: 1; } to { transform: translateX(65%); opacity: 0; } }
@keyframes ams-intro-atmosphere { from { opacity: 0; } to { opacity: 1; } }
@keyframes ams-intro-controls { from { opacity: 0; } to { opacity: 1; } }

.stratos-intro { position: fixed; inset: 0; width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: #111b22; color: #fff; font-family: Arial, sans-serif; opacity: 1; transition: opacity 550ms ease; }
.stratos-intro:not([open]) { display: none; }
.stratos-intro::backdrop { background: transparent; }
.stratos-intro.is-leaving { opacity: 0; }
.stratos-intro-controls { animation: none; }
html.stratos-intro-playing { overflow: hidden; }
.stratos-intro-playing .stratos-product-hero .stratos-hero-media,
.stratos-intro-playing .stratos-product-hero .stratos-hero-card > :not(.stratos-buttons),
.stratos-intro-playing .stratos-product-hero .stratos-buttons { animation-play-state: paused; }


.stratos-intro { transition: opacity 650ms ease; }
.stratos-intro::before {
 background: radial-gradient(ellipse at 50% 46%, #2b5368 0%, #192f3d 44%, #101d27 80%);
 animation: stratos-v2-atmosphere 3.3s ease-out both;
}
.stratos-intro-brand { width: min(80vw, 760px); }
.stratos-intro-logo {
 animation: stratos-v2-logo 1s cubic-bezier(.16, 1, .3, 1) .8s both;
}
.stratos-intro-brand::after {
 width: 48%; height: 2px; margin-top: 24px;
 background: linear-gradient(90deg, transparent, #69c8f3, transparent);
 animation: ams-intro-underline 1.2s ease-out .85s both;
}
.stratos-intro-sweep {
 background: linear-gradient(110deg, transparent 40%, #42a7dd08 46%, #72d3ff28 50%, transparent 56%);
 animation: ams-intro-sweep 2.7s cubic-bezier(.4, 0, .2, 1) .2s both;
}
@keyframes stratos-v2-logo {
 from { opacity: 0; clip-path: inset(0 100% 0 0); transform: scale(1); filter: blur(2px); }
 to { opacity: 1; clip-path: inset(0); transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes stratos-v2-atmosphere {
 from { opacity: .3; transform: scale(1.12); }
 to { opacity: 1; transform: scale(1); }
}


/* A single highlight follows the logo reveal, masked to the logo artwork. */
.stratos-intro-brand::before {
 content: '';
 position: absolute;
 top: 0; left: 0;
 width: 100%; aspect-ratio: 531.77 / 113.59;
 z-index: 1; pointer-events: none;
 background: linear-gradient(110deg, transparent 42%, #ffffffa6 50%, transparent 58%);
 background-size: 300% 100%;
 -webkit-mask: url('../images/AM_Surgical_Final_Logo.svg') center / contain no-repeat;
 mask: url('../images/AM_Surgical_Final_Logo.svg') center / contain no-repeat;
 animation: stratos-v2-shimmer .75s ease-in-out 1.8s both;
}
.stratos-intro-brand { transition: transform 650ms cubic-bezier(.4, 0, .2, 1); }
.stratos-intro.is-leaving .stratos-intro-brand { transform: translateY(-8px); }
/* Paused by stratos-intro-playing until the dialog starts fading out. */
.stratos-product-hero .stratos-hero-card > :not(.stratos-buttons) {
 animation-duration: 850ms;
 animation-delay: 180ms;
}
.stratos-product-hero .stratos-hero-media {
 animation-duration: 1000ms;
 animation-delay: 240ms;
}
.stratos-product-hero .stratos-buttons {
 animation-duration: 750ms;
 animation-delay: 380ms;
}
@keyframes stratos-v2-shimmer {
 0% { background-position: 100% 0; opacity: 0; }
 15% { opacity: .8; }
 80% { opacity: .8; }
 100% { background-position: 0% 0; opacity: 0; }
}

/* Trace the existing symbol geometry before the full logo resolves. */
.stratos-intro-trace {
 position: absolute; top: 0; left: 0; width: 100%; height: auto;
 overflow: visible; pointer-events: none;
 fill: none; stroke: #79d5ff; stroke-width: 1.1;
 stroke-linejoin: round; stroke-linecap: round;
 filter: drop-shadow(0 0 3px #42a7dd);
 animation: stratos-v2-trace-fade .45s ease 1.15s both;
}
.stratos-intro-trace > * {
 stroke-dasharray: 100; stroke-dashoffset: 100;
 animation: stratos-v2-trace-draw .85s cubic-bezier(.4, 0, .2, 1) var(--trace-delay) both;
}
@keyframes stratos-v2-trace-draw { to { stroke-dashoffset: 0; } }
@keyframes stratos-v2-trace-fade { from { opacity: 1; } to { opacity: 0; } }

@media (max-width: 600px) {
 .stratos-product-hero .stratos-hero-endo { margin-top: -83px; }
}

