/* Commercial & Consumer Drones — dedicated 3D product experience. */

body.eai-commercial-new-route {
	--cc-bg: #050a12;
	--cc-ink: #f3f7fb;
	--cc-muted: rgba(215, 229, 235, .67);
	--cc-cyan: #78edf4;
	--cc-lilac: #c7a8ff;
	--cc-pink: #f22e9b;
	--cc-line: rgba(194, 232, 239, .16);
	background: var(--cc-bg);
}

/* The legacy Aleric preloader expects a global GSAP instance. This route has
 * its own native/ScrollTrigger motion fallback, so keep the shell from
 * obscuring the page when the optional legacy animation is unavailable. */
body.eai-commercial-new-route .loader-wrap {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

body.eai-commercial-new-route main.site-main { overflow: visible; background: var(--cc-bg); }
body.eai-commercial-new-route .eai-commercial-creative,
body.eai-commercial-new-route .eai-commercial-creative__column,
body.eai-commercial-new-route .eai-commercial-creative__column > .elementor-widget-wrap,
body.eai-commercial-new-route .eai-commercial-creative .elementor-widget-html,
body.eai-commercial-new-route .eai-commercial-creative .elementor-widget-container { width: 100%; max-width: none; margin: 0; padding: 0; }
body.eai-commercial-new-route .eai-commercial-creative .elementor-container { width: 100%; max-width: none; }
body.eai-commercial-new-route .eai-cc3d { position: relative; overflow-x: clip; color: var(--cc-ink); background: var(--cc-bg); font-family: inherit; }
body.eai-commercial-new-route .eai-cc3d * { box-sizing: border-box; }
body.eai-commercial-new-route .eai-cc3d h1,
body.eai-commercial-new-route .eai-cc3d h2,
body.eai-commercial-new-route .eai-cc3d h3 { color: #fff; }
body.eai-commercial-new-route .eai-cc3d h1,
body.eai-commercial-new-route .eai-cc3d h2,
body.eai-commercial-new-route .eai-cc3d h3,
body.eai-commercial-new-route .eai-cc3d p { margin: 0; text-wrap: balance; }
body.eai-commercial-new-route .eai-cc3d img { display: block; max-width: 100%; }

/* Shared language */
body.eai-commercial-new-route .eai-cc3d-eyebrow { display: flex; align-items: center; gap: 12px; color: var(--cc-cyan); font-size: 10px; font-weight: 700; letter-spacing: .23em; line-height: 1; text-transform: uppercase; }
body.eai-commercial-new-route .eai-cc3d-eyebrow span { display: block; width: 34px; height: 1px; background: currentColor; box-shadow: 0 0 12px currentColor; }
body.eai-commercial-new-route .eai-cc3d-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-width: 204px; min-height: 56px; padding: 0 8px 0 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; background: linear-gradient(105deg, #d91a91 0%, #f23e83 45%, #ff8b38 100%); box-shadow: 0 18px 46px rgba(235, 44, 139, .28), inset 0 1px 0 rgba(255,255,255,.25); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease, filter .4s ease; }
body.eai-commercial-new-route .eai-cc3d-button b { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; background: rgba(5,10,18,.16); font-size: 18px; font-weight: 400; line-height: 1; transition: transform .4s cubic-bezier(.2,.8,.2,1), background .4s ease; }
body.eai-commercial-new-route .eai-cc3d-button:hover { color: #fff; filter: saturate(1.12); transform: translateY(-4px); box-shadow: 0 24px 60px rgba(235, 44, 139, .4), inset 0 1px 0 rgba(255,255,255,.3); }
body.eai-commercial-new-route .eai-cc3d-button:hover b { transform: rotate(45deg); background: rgba(5,10,18,.3); }

/* Hero */
body.eai-commercial-new-route .eai-cc3d-hero { position: relative; display: grid; min-height: min(920px, calc(100svh - 88px)); padding: clamp(80px, 8vw, 150px) clamp(22px, 7vw, 130px) 30px; isolation: isolate; background: radial-gradient(circle at 76% 43%, rgba(91, 74, 191, .22), transparent 31%), radial-gradient(circle at 12% 90%, rgba(0, 202, 219, .12), transparent 27%), #050a12; }
body.eai-commercial-new-route .eai-cc3d-hero::before { position: absolute; inset: 0; z-index: -1; pointer-events: none; content: ''; opacity: .34; background-image: linear-gradient(rgba(120,237,244,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(120,237,244,.07) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(90deg, rgba(0,0,0,.75), transparent 78%); }
body.eai-commercial-new-route .eai-cc3d-hero__noise { position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
body.eai-commercial-new-route .eai-cc3d-hero__grid { position: relative; z-index: 1; display: grid; width: min(100%, 1700px); margin: auto; grid-template-columns: minmax(350px, .8fr) minmax(480px, 1.2fr); gap: clamp(40px, 6vw, 130px); align-items: center; }
body.eai-commercial-new-route .eai-cc3d-hero__copy { position: relative; z-index: 3; max-width: 740px; }
body.eai-commercial-new-route .eai-cc3d-hero__copy .eai-cc3d-eyebrow { margin-bottom: 29px; }
body.eai-commercial-new-route .eai-cc3d-hero h1 { max-width: 740px; font-family: EagleClash, ClashDisplay, sans-serif; font-size: clamp(62px, 8vw, 148px); font-weight: 500; letter-spacing: -.085em; line-height: .79; }
body.eai-commercial-new-route .eai-cc3d-hero h1 em,
body.eai-commercial-new-route .eai-cc3d-intro h2 em,
body.eai-commercial-new-route .eai-cc3d-story h2 em,
body.eai-commercial-new-route .eai-cc3d-video h2 em,
body.eai-commercial-new-route .eai-cc3d-capabilities h2 em,
body.eai-commercial-new-route .eai-cc3d-applications h2 em,
body.eai-commercial-new-route .eai-cc3d-cta h2 em { color: transparent; background: linear-gradient(108deg, var(--cc-cyan), var(--cc-lilac) 58%, #ff9b61); background-clip: text; -webkit-background-clip: text; font-style: normal; }
body.eai-commercial-new-route .eai-cc3d-hero__lead { max-width: 460px; margin-top: 32px !important; color: var(--cc-muted); font-size: 16px; line-height: 1.8; }
body.eai-commercial-new-route .eai-cc3d-hero .eai-cc3d-button { margin-top: 36px; }
body.eai-commercial-new-route .eai-cc3d-hero__stage { position: relative; min-height: min(690px, 63vw); transform: perspective(1200px) rotateY(calc(var(--cc-pointer-x, 0) * -2deg)) rotateX(calc(var(--cc-pointer-y, 0) * 2deg)); transition: transform .8s cubic-bezier(.2,.8,.2,1); }
body.eai-commercial-new-route .eai-cc3d-stage-card { position: absolute; top: 50%; left: 50%; width: min(91%, 660px); aspect-ratio: .88; padding: 16px; border: 1px solid rgba(209,247,250,.24); border-radius: 32px; background: linear-gradient(145deg, rgba(41,53,81,.6), rgba(6,13,23,.88)); box-shadow: 0 60px 120px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.22); transform: translate(-46%, -50%) rotate(-7deg) rotateY(-8deg); transform-style: preserve-3d; }
body.eai-commercial-new-route .eai-cc3d-stage-card::before { position: absolute; inset: 9%; border: 1px solid rgba(120,237,244,.17); border-radius: 24px; content: ''; pointer-events: none; }
body.eai-commercial-new-route .eai-cc3d-stage-card__top,
body.eai-commercial-new-route .eai-cc3d-stage-card__bottom { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; color: rgba(224,246,249,.54); font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
body.eai-commercial-new-route .eai-cc3d-stage-card__top { height: 32px; padding: 0 12px; }
body.eai-commercial-new-route .eai-cc3d-stage-card__top i { color: var(--cc-cyan); font-style: normal; }
body.eai-commercial-new-route .eai-cc3d-stage-card__bottom { height: 38px; padding: 0 14px; }
body.eai-commercial-new-route .eai-cc3d-stage-card__bottom strong { color: var(--cc-cyan); font-size: 10px; }
body.eai-commercial-new-route .eai-cc3d-drone-frame { position: relative; display: grid; height: calc(100% - 70px); overflow: hidden; place-items: center; border-radius: 20px; background: radial-gradient(circle at 50% 42%, rgba(115,236,247,.37), transparent 34%), linear-gradient(145deg, #18304a, #080e19 68%); }
body.eai-commercial-new-route .eai-cc3d-drone-frame::before { position: absolute; inset: 0; opacity: .6; content: ''; background-image: linear-gradient(rgba(120,237,244,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(120,237,244,.08) 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(circle, #000, transparent 76%); }
body.eai-commercial-new-route .eai-cc3d-drone-frame img { position: relative; width: 145%; max-width: none; height: 100%; object-fit: cover; mix-blend-mode: screen; opacity: .86; filter: saturate(1.1) contrast(1.12); transform: scale(1.12); }
body.eai-commercial-new-route .eai-cc3d-orbit { position: absolute; top: 50%; left: 50%; width: min(94%, 700px); aspect-ratio: 1; border: 1px solid rgba(120,237,244,.22); border-radius: 50%; transform: translate(-50%, -50%) rotateX(68deg) rotateZ(15deg); box-shadow: 0 0 60px rgba(120,237,244,.1); }
body.eai-commercial-new-route .eai-cc3d-orbit--two { width: min(70%, 520px); border-color: rgba(242,46,155,.28); transform: translate(-50%, -50%) rotateX(68deg) rotateZ(-31deg); }
body.eai-commercial-new-route .eai-cc3d-float { position: absolute; z-index: 5; min-width: 132px; padding: 15px 17px; border: 1px solid rgba(214,246,249,.22); border-radius: 14px; background: rgba(7,16,27,.7); box-shadow: 0 22px 48px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12); backdrop-filter: blur(18px); }
body.eai-commercial-new-route .eai-cc3d-float small { display: block; color: var(--cc-muted); font-size: 8px; font-weight: 700; letter-spacing: .16em; }
body.eai-commercial-new-route .eai-cc3d-float strong { display: block; margin-top: 6px; color: #fff; font-family: EagleClash, ClashDisplay, sans-serif; font-size: 25px; font-weight: 500; line-height: 1; }
body.eai-commercial-new-route .eai-cc3d-float strong span { margin-left: 3px; color: var(--cc-cyan); font-family: inherit; font-size: 11px; letter-spacing: .08em; }
body.eai-commercial-new-route .eai-cc3d-float--a { top: 18%; right: 1%; animation: cc3dFloatA 5s ease-in-out infinite; }
body.eai-commercial-new-route .eai-cc3d-float--b { bottom: 18%; left: 0; animation: cc3dFloatB 6s ease-in-out infinite; }
@keyframes cc3dFloatA { 50% { transform: translate3d(0,-13px,0); } }
@keyframes cc3dFloatB { 50% { transform: translate3d(0,11px,0); } }
body.eai-commercial-new-route .eai-cc3d-hero__rail { position: relative; z-index: 2; display: flex; width: min(100%, 1700px); margin: auto auto 0; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--cc-line); color: rgba(218,239,242,.42); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
body.eai-commercial-new-route .eai-cc3d-hero__rail b { margin-left: 11px; color: var(--cc-cyan); font-size: 15px; font-weight: 400; }

/* Intro editorial split */
body.eai-commercial-new-route .eai-cc3d-intro { position: relative; display: grid; width: min(calc(100% - clamp(44px, 10vw, 200px)), 1500px); min-height: 780px; margin: auto; grid-template-columns: minmax(50px, .2fr) minmax(300px, .84fr) minmax(360px, 1fr); gap: clamp(26px, 5vw, 92px); align-items: center; padding: clamp(100px, 13vw, 220px) 0; }
body.eai-commercial-new-route .eai-cc3d-intro__number { align-self: start; padding-top: 7px; color: rgba(120,237,244,.56); font-size: 12px; font-weight: 700; letter-spacing: .15em; }
body.eai-commercial-new-route .eai-cc3d-intro__copy .eai-cc3d-eyebrow { margin-bottom: 28px; }
body.eai-commercial-new-route .eai-cc3d-intro h2,
body.eai-commercial-new-route .eai-cc3d-story h2,
body.eai-commercial-new-route .eai-cc3d-video h2,
body.eai-commercial-new-route .eai-cc3d-capabilities h2,
body.eai-commercial-new-route .eai-cc3d-applications h2,
body.eai-commercial-new-route .eai-cc3d-cta h2 { font-family: EagleClash, ClashDisplay, sans-serif; font-size: clamp(58px, 7vw, 122px); font-weight: 500; letter-spacing: -.085em; line-height: .82; }
body.eai-commercial-new-route .eai-cc3d-intro__copy > p:not(.eai-cc3d-eyebrow) { max-width: 520px; margin-top: 32px; color: var(--cc-muted); font-size: 16px; line-height: 1.85; }
body.eai-commercial-new-route .eai-cc3d-intro__facts { display: flex; gap: 30px; margin-top: 42px; color: rgba(222,243,246,.54); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
body.eai-commercial-new-route .eai-cc3d-intro__facts span { display: flex; align-items: center; gap: 9px; }
body.eai-commercial-new-route .eai-cc3d-intro__facts b { color: var(--cc-cyan); font-size: 11px; }
body.eai-commercial-new-route .eai-cc3d-intro__visual { position: relative; min-height: 550px; overflow: hidden; border: 1px solid var(--cc-line); border-radius: 10px; background: #0a1827; box-shadow: 0 34px 100px rgba(0,0,0,.34); transform: rotate(2.5deg); }
body.eai-commercial-new-route .eai-cc3d-intro__visual::before { position: absolute; inset: 0; z-index: 2; content: ''; background: linear-gradient(180deg, transparent 25%, rgba(3,9,15,.76)); pointer-events: none; }
body.eai-commercial-new-route .eai-cc3d-intro__visual img { width: 100%; height: 100%; min-height: 550px; object-fit: cover; opacity: .9; transform: scale(1.08); transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
body.eai-commercial-new-route .eai-cc3d-intro__visual:hover img { transform: scale(1.16); }
body.eai-commercial-new-route .eai-cc3d-intro__visual span { position: absolute; z-index: 3; right: 22px; bottom: 20px; color: var(--cc-cyan); font-size: 8px; font-weight: 700; letter-spacing: .18em; }
body.eai-commercial-new-route .eai-cc3d-visual-glow { position: absolute; z-index: 1; top: 30%; left: 50%; width: 55%; aspect-ratio: 1; border-radius: 50%; background: var(--cc-cyan); filter: blur(95px); opacity: .15; transform: translate(-50%, -50%); }

/* Pinned product story */
body.eai-commercial-new-route .eai-cc3d-story { position: relative; min-height: 280vh; background: linear-gradient(180deg, #070f19, #050a12); }
body.eai-commercial-new-route .eai-cc3d-story__inner { position: sticky; top: 88px; display: grid; width: min(calc(100% - clamp(44px, 9vw, 170px)), 1650px); min-height: calc(100svh - 88px); margin: auto; grid-template-columns: minmax(360px, 1.05fr) minmax(330px, .95fr); gap: clamp(44px, 9vw, 160px); align-items: center; padding: 45px 0; }
body.eai-commercial-new-route .eai-cc3d-story__visual { position: relative; display: grid; min-height: min(600px, 62vh); overflow: hidden; place-items: center; border: 1px solid var(--cc-line); background: radial-gradient(circle at 50% 44%, rgba(74,153,181,.3), transparent 42%), #091525; box-shadow: inset 0 0 0 1px rgba(255,255,255,.03), 0 34px 100px rgba(0,0,0,.28); }
body.eai-commercial-new-route .eai-cc3d-story__visual-grid { position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(rgba(120,237,244,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(120,237,244,.08) 1px, transparent 1px); background-size: 42px 42px; transform: perspective(400px) rotateX(58deg) translateY(28%); transform-origin: center bottom; }
body.eai-commercial-new-route .eai-cc3d-story__product { position: relative; z-index: 2; width: min(82%, 630px); aspect-ratio: 1.1; display: grid; place-items: center; }
body.eai-commercial-new-route .eai-cc3d-story__product::before { position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; background: var(--cc-cyan); content: ''; filter: blur(95px); opacity: .16; }
body.eai-commercial-new-route .eai-cc3d-story__product img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: screen; filter: saturate(1.15) contrast(1.1); transition: opacity .45s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
body.eai-commercial-new-route .eai-cc3d-product-ring { position: absolute; z-index: 1; width: 78%; aspect-ratio: 1; border: 1px solid rgba(120,237,244,.35); border-radius: 50%; transform: rotateX(68deg) rotateZ(20deg); box-shadow: 0 0 40px rgba(120,237,244,.14); }
body.eai-commercial-new-route .eai-cc3d-story__readout { position: absolute; z-index: 3; right: 24px; bottom: 22px; display: grid; gap: 6px; text-align: right; }
body.eai-commercial-new-route .eai-cc3d-story__readout span,
body.eai-commercial-new-route .eai-cc3d-story__readout small { color: rgba(217,239,242,.42); font-size: 8px; font-weight: 700; letter-spacing: .18em; }
body.eai-commercial-new-route .eai-cc3d-story__readout strong { color: var(--cc-cyan); font-size: 13px; letter-spacing: .16em; }
body.eai-commercial-new-route .eai-cc3d-story__copy { padding: 10px 0; }
body.eai-commercial-new-route .eai-cc3d-story__copy .eai-cc3d-eyebrow { margin-bottom: 27px; }
body.eai-commercial-new-route .eai-cc3d-story__summary { max-width: 430px; margin-top: 30px !important; color: var(--cc-muted); font-size: 15px; line-height: 1.75; }
body.eai-commercial-new-route .eai-cc3d-story__steps { display: grid; gap: 0; margin-top: 44px; border-top: 1px solid var(--cc-line); }
body.eai-commercial-new-route .eai-cc3d-story__steps article { display: grid; grid-template-columns: 35px 1fr; gap: 13px; min-height: 126px; padding: 17px 0; border-bottom: 1px solid var(--cc-line); opacity: .38; cursor: pointer; transition: opacity .35s ease, transform .35s ease; }
body.eai-commercial-new-route .eai-cc3d-story__steps article.is-active { opacity: 1; transform: translateX(12px); }
body.eai-commercial-new-route .eai-cc3d-story__steps article > span { color: var(--cc-cyan); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
body.eai-commercial-new-route .eai-cc3d-story__steps h3 { color: #fff; font-family: EagleClash, ClashDisplay, sans-serif; font-size: clamp(25px, 2.6vw, 42px); font-weight: 500; letter-spacing: -.05em; line-height: .95; }
body.eai-commercial-new-route .eai-cc3d-story__steps p { max-width: 360px; margin-top: 8px; color: var(--cc-muted); font-size: 13px; line-height: 1.55; }
body.eai-commercial-new-route .eai-cc3d-story__steps small { display: block; margin-top: 9px; color: rgba(215,240,242,.4); font-size: 9px; font-weight: 700; letter-spacing: .15em; }

/* Cinematic video */
body.eai-commercial-new-route .eai-cc3d-video { position: relative; padding: clamp(120px, 15vw, 240px) 0; background: #050a12; }
body.eai-commercial-new-route .eai-cc3d-video__intro { width: min(calc(100% - clamp(44px, 12vw, 230px)), 1550px); margin: auto auto 45px; }
body.eai-commercial-new-route .eai-cc3d-video__intro .eai-cc3d-eyebrow { margin-bottom: 25px; }
body.eai-commercial-new-route .eai-cc3d-video__frame { position: relative; width: min(calc(100% - clamp(36px, 9vw, 180px)), 1580px); min-height: min(680px, 68vw); margin: auto; overflow: hidden; border: 1px solid rgba(209,245,248,.24); background: #07111c; box-shadow: 0 50px 120px rgba(0,0,0,.42); transform: scale(.82); transform-origin: center; }
body.eai-commercial-new-route .eai-cc3d-video__frame video { display: block; width: 100%; height: 100%; min-height: inherit; object-fit: cover; filter: saturate(.84) contrast(1.1); }
body.eai-commercial-new-route .eai-cc3d-video__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,8,14,.05), rgba(3,8,14,.72)); pointer-events: none; }
body.eai-commercial-new-route .eai-cc3d-video__meta { position: absolute; right: clamp(20px, 4vw, 62px); bottom: clamp(22px, 4vw, 58px); display: grid; gap: 9px; max-width: 370px; text-align: right; }
body.eai-commercial-new-route .eai-cc3d-video__meta span { color: var(--cc-cyan); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
body.eai-commercial-new-route .eai-cc3d-video__meta strong { color: #fff; font-family: EagleClash, ClashDisplay, sans-serif; font-size: clamp(22px, 3vw, 44px); font-weight: 500; letter-spacing: -.05em; line-height: .95; }
body.eai-commercial-new-route .eai-cc3d-video__sound { position: absolute; top: 22px; right: 23px; padding: 10px 13px; border: 1px solid rgba(219,246,249,.3); border-radius: 999px; color: #fff; background: rgba(3,9,15,.4); font-size: 8px; font-weight: 700; letter-spacing: .16em; cursor: pointer; backdrop-filter: blur(16px); }
body.eai-commercial-new-route .eai-cc3d-video p.eai-cc3d-video__caption { position: relative; display: grid; width: min(calc(100% - clamp(44px, 12vw, 230px)), 1550px); margin: clamp(30px, 4vw, 56px) auto 0; padding: 25px clamp(22px, 4vw, 58px) 28px; border-top: 1px solid rgba(120,237,244,.28); border-bottom: 1px solid rgba(120,237,244,.12); color: rgba(222,243,246,.82); background: linear-gradient(90deg, rgba(11,31,45,.72), rgba(8,15,28,.18)); box-shadow: inset 4px 0 0 rgba(242,46,155,.8), 0 22px 70px rgba(0,0,0,.16); font-family: EagleClash, ClashDisplay, sans-serif; font-size: clamp(19px, 2.15vw, 32px); font-weight: 400; letter-spacing: -.035em; line-height: 1.18; }
body.eai-commercial-new-route .eai-cc3d-video p.eai-cc3d-video__caption::before { display: block; margin-bottom: 13px; color: var(--cc-cyan); content: 'FIELD NOTE / 04'; font-family: inherit; font-size: 9px; font-weight: 700; letter-spacing: .22em; line-height: 1; text-transform: uppercase; }

/* Mission-built capability details */
body.eai-commercial-new-route .eai-cc3d-details { position: relative; min-height: 260vh; padding: 0 clamp(22px, 7vw, 130px); overflow: clip; background: #08121d; }
body.eai-commercial-new-route .eai-cc3d-details__head { position: sticky; z-index: 5; top: 102px; display: grid; width: min(100%, 1650px); height: 330px; margin: auto; grid-template-columns: 1fr 1fr; align-content: end; align-items: end; gap: 30px; pointer-events: none; background: linear-gradient(180deg, rgba(8,18,29,.98) 0%, rgba(8,18,29,.94) 78%, rgba(8,18,29,0) 100%); transition: opacity .45s ease, transform .45s ease; }
body.eai-commercial-new-route .eai-cc3d-details__head .eai-cc3d-eyebrow { grid-column: 1 / -1; }
body.eai-commercial-new-route .eai-cc3d-details__grid { position: sticky; top: 465px; display: flex; width: max-content; gap: 16px; margin: 0 auto; transform: translate3d(0,0,0); will-change: transform; }
body.eai-commercial-new-route .eai-cc3d-details__grid article { position: relative; flex: 0 0 clamp(360px, 39vw, 610px); min-height: 405px; padding: 28px 31px; border: 1px solid var(--cc-line); background: linear-gradient(145deg, rgba(16,35,52,.8), rgba(6,15,26,.9)); transition: transform .45s cubic-bezier(.2,.8,.2,1), border-color .4s ease; }
body.eai-commercial-new-route .eai-cc3d-details__grid article:hover { border-color: rgba(120,237,244,.68); transform: translateY(-8px); }
body.eai-commercial-new-route .eai-cc3d-details__grid article > span { color: var(--cc-pink); font-size: 8px; font-weight: 700; letter-spacing: .18em; }
body.eai-commercial-new-route .eai-cc3d-details__grid h3 { max-width: 440px; margin-top: 25px; font-family: EagleClash, ClashDisplay, sans-serif; font-size: clamp(28px, 3vw, 48px); font-weight: 500; letter-spacing: -.06em; line-height: .9; }
body.eai-commercial-new-route .eai-cc3d-details__grid p { max-width: 420px; margin-top: 17px; color: rgba(220,237,241,.72); font-size: 14px; line-height: 1.7; }
body.eai-commercial-new-route .eai-cc3d-details__grid ul { display: grid; gap: 8px; max-width: 440px; margin: 24px 0 0; padding: 0; list-style: none; }
body.eai-commercial-new-route .eai-cc3d-details__grid li { position: relative; padding-left: 20px; color: rgba(215,235,239,.68); font-size: 12px; line-height: 1.55; }
body.eai-commercial-new-route .eai-cc3d-details__grid li::before { position: absolute; top: .55em; left: 0; width: 8px; height: 8px; border: 1px solid var(--cc-cyan); border-radius: 50%; content: ''; }

/* Capabilities rail */
body.eai-commercial-new-route .eai-cc3d-capabilities { display: grid; width: min(calc(100% - clamp(44px, 9vw, 170px)), 1650px); margin: auto; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(50px, 9vw, 160px); align-items: start; padding: clamp(120px, 16vw, 250px) 0; }
body.eai-commercial-new-route .eai-cc3d-capabilities__head { position: sticky; top: 125px; }
body.eai-commercial-new-route .eai-cc3d-capabilities__head .eai-cc3d-eyebrow { margin-bottom: 25px; }
body.eai-commercial-new-route .eai-cc3d-capabilities__head > p:last-child { max-width: 390px; margin-top: 32px; color: var(--cc-muted); font-size: 14px; line-height: 1.75; }
body.eai-commercial-new-route .eai-cc3d-capabilities__rail { display: grid; gap: 13px; }
body.eai-commercial-new-route .eai-cc3d-capabilities__rail article { position: relative; min-height: 215px; padding: 29px 32px; border: 1px solid var(--cc-line); background: linear-gradient(135deg, rgba(14,31,48,.76), rgba(7,14,24,.8)); transition: transform .45s cubic-bezier(.2,.8,.2,1), border-color .4s ease, background .4s ease; }
body.eai-commercial-new-route .eai-cc3d-capabilities__rail article::after { position: absolute; top: 28px; right: 28px; color: var(--cc-cyan); content: '↗'; font-size: 18px; }
body.eai-commercial-new-route .eai-cc3d-capabilities__rail article:hover { border-color: rgba(120,237,244,.65); background: linear-gradient(135deg, rgba(16,49,66,.85), rgba(14,17,38,.9)); transform: translateX(12px); }
body.eai-commercial-new-route .eai-cc3d-capabilities__rail span { color: var(--cc-pink); font-size: 8px; font-weight: 700; letter-spacing: .18em; }
body.eai-commercial-new-route .eai-cc3d-capabilities__rail h3 { margin-top: 26px; color: #fff; font-family: EagleClash, ClashDisplay, sans-serif; font-size: clamp(31px, 3.3vw, 54px); font-weight: 500; letter-spacing: -.06em; line-height: .88; }
body.eai-commercial-new-route .eai-cc3d-capabilities__rail p { max-width: 420px; margin-top: 16px; color: var(--cc-muted); font-size: 12px; line-height: 1.65; }

/* Applications */
body.eai-commercial-new-route .eai-cc3d-applications { padding: clamp(120px, 15vw, 230px) clamp(22px, 7vw, 130px); background: radial-gradient(circle at 64% 42%, rgba(92,70,184,.2), transparent 33%), #070e18; }
body.eai-commercial-new-route .eai-cc3d-applications__header { display: grid; width: min(100%, 1650px); margin: auto; grid-template-columns: 1fr 1fr; align-items: end; gap: 30px; }
body.eai-commercial-new-route .eai-cc3d-applications__header .eai-cc3d-eyebrow { grid-column: 1 / -1; }
body.eai-commercial-new-route .eai-cc3d-applications__header > p:last-child { max-width: 330px; justify-self: end; color: var(--cc-muted); font-size: 14px; line-height: 1.7; }
body.eai-commercial-new-route .eai-cc3d-applications__grid { display: grid; width: min(100%, 1650px); margin: 70px auto 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
body.eai-commercial-new-route .eai-cc3d-applications__grid article { position: relative; min-height: 230px; padding: 24px; overflow: hidden; border: 1px solid var(--cc-line); background: linear-gradient(145deg, rgba(10,27,43,.82), rgba(9,12,30,.68)); transition: transform .45s cubic-bezier(.2,.8,.2,1), border-color .4s ease; }
body.eai-commercial-new-route .eai-cc3d-applications__grid article::before { position: absolute; right: -20%; bottom: -35%; width: 72%; aspect-ratio: 1; border-radius: 50%; background: var(--cc-cyan); content: ''; filter: blur(62px); opacity: .08; transition: opacity .4s ease; }
body.eai-commercial-new-route .eai-cc3d-applications__grid article:hover { border-color: rgba(242,46,155,.68); transform: translateY(-9px); }
body.eai-commercial-new-route .eai-cc3d-applications__grid article:hover::before { opacity: .2; }
body.eai-commercial-new-route .eai-cc3d-applications__grid span { color: var(--cc-cyan); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
body.eai-commercial-new-route .eai-cc3d-applications__grid h3 { position: relative; margin-top: 60px; color: #fff; font-family: EagleClash, ClashDisplay, sans-serif; font-size: clamp(24px, 2.25vw, 37px); font-weight: 500; letter-spacing: -.05em; line-height: .95; }
body.eai-commercial-new-route .eai-cc3d-applications__grid p { position: relative; max-width: 180px; margin-top: 14px; color: var(--cc-muted); font-size: 11px; line-height: 1.6; }

/* Closing CTA */
body.eai-commercial-new-route .eai-cc3d-cta { position: relative; min-height: 700px; padding: clamp(110px, 15vw, 240px) clamp(22px, 8vw, 150px); overflow: hidden; background: radial-gradient(circle at 73% 42%, rgba(235,56,155,.24), transparent 25%), radial-gradient(circle at 16% 60%, rgba(52,208,229,.2), transparent 28%), #070b14; }
body.eai-commercial-new-route .eai-cc3d-cta::before { position: absolute; top: -45%; right: -12%; width: 72vw; max-width: 1000px; aspect-ratio: 1; border: 1px solid rgba(120,237,244,.17); border-radius: 50%; content: ''; transform: rotateX(68deg) rotateZ(20deg); box-shadow: 0 0 100px rgba(120,237,244,.1); }
body.eai-commercial-new-route .eai-cc3d-cta::after { position: absolute; right: 0; bottom: 0; left: 0; height: 42%; content: ''; background: linear-gradient(180deg, transparent, rgba(2,7,12,.55)); pointer-events: none; }
body.eai-commercial-new-route .eai-cc3d-cta__index { position: absolute; top: 28px; right: clamp(22px, 7vw, 130px); color: rgba(213,239,242,.38); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
body.eai-commercial-new-route .eai-cc3d-cta > * { position: relative; z-index: 1; }
body.eai-commercial-new-route .eai-cc3d-cta .eai-cc3d-eyebrow { margin-bottom: 27px; }
body.eai-commercial-new-route .eai-cc3d-cta h2 { max-width: 800px; font-size: clamp(70px, 10vw, 170px); }
body.eai-commercial-new-route .eai-cc3d-cta > p:not(.eai-cc3d-eyebrow) { max-width: 390px; margin-top: 30px; color: var(--cc-muted); font-size: 15px; line-height: 1.7; }
body.eai-commercial-new-route .eai-cc3d-cta .eai-cc3d-button { margin-top: 35px; }

@media (max-width: 1000px) {
	body.eai-commercial-new-route .eai-cc3d-hero__grid { grid-template-columns: minmax(300px, .8fr) minmax(340px, 1fr); gap: 35px; }
	body.eai-commercial-new-route .eai-cc3d-hero h1 { font-size: clamp(58px, 9vw, 104px); }
	body.eai-commercial-new-route .eai-cc3d-intro { grid-template-columns: 50px 1fr; }
	body.eai-commercial-new-route .eai-cc3d-intro__visual { grid-column: 2; }
	body.eai-commercial-new-route .eai-cc3d-story__inner { gap: 45px; grid-template-columns: minmax(320px, 1fr) minmax(280px, .9fr); }
	body.eai-commercial-new-route .eai-cc3d-capabilities { grid-template-columns: 1fr; gap: 56px; }
	body.eai-commercial-new-route .eai-cc3d-capabilities__head { position: static; }
	body.eai-commercial-new-route .eai-cc3d-applications__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
	body.eai-commercial-new-route .eai-cc3d-hero { min-height: 780px; padding: 88px 18px 22px; }
	body.eai-commercial-new-route .eai-cc3d-hero__grid { display: flex; flex-direction: column; gap: 18px; align-items: stretch; }
	body.eai-commercial-new-route .eai-cc3d-hero h1 { font-size: clamp(57px, 16vw, 82px); }
	body.eai-commercial-new-route .eai-cc3d-hero__lead { max-width: 330px; margin-top: 25px !important; font-size: 13px; }
	body.eai-commercial-new-route .eai-cc3d-hero .eai-cc3d-button { margin-top: 25px; }
	body.eai-commercial-new-route .eai-cc3d-hero__stage { min-height: 350px; margin-top: 3px; }
	body.eai-commercial-new-route .eai-cc3d-stage-card { width: 87%; border-radius: 22px; }
	body.eai-commercial-new-route .eai-cc3d-float { min-width: 108px; padding: 11px 12px; }
	body.eai-commercial-new-route .eai-cc3d-float strong { font-size: 20px; }
	body.eai-commercial-new-route .eai-cc3d-float--a { top: 8%; right: -3%; }
	body.eai-commercial-new-route .eai-cc3d-float--b { bottom: 9%; left: -3%; }
	body.eai-commercial-new-route .eai-cc3d-hero__rail { font-size: 7px; letter-spacing: .12em; }
	body.eai-commercial-new-route .eai-cc3d-intro { display: block; width: calc(100% - 36px); min-height: 0; padding: 110px 0; }
	body.eai-commercial-new-route .eai-cc3d-intro__number { margin-bottom: 28px; }
	body.eai-commercial-new-route .eai-cc3d-intro h2,
	body.eai-commercial-new-route .eai-cc3d-story h2,
	body.eai-commercial-new-route .eai-cc3d-video h2,
	body.eai-commercial-new-route .eai-cc3d-capabilities h2,
	body.eai-commercial-new-route .eai-cc3d-applications h2 { font-size: clamp(55px, 16vw, 78px); }
	body.eai-commercial-new-route .eai-cc3d-intro__copy > p:not(.eai-cc3d-eyebrow) { font-size: 14px; }
	body.eai-commercial-new-route .eai-cc3d-intro__facts { gap: 15px; font-size: 8px; }
	body.eai-commercial-new-route .eai-cc3d-intro__visual { min-height: 350px; margin-top: 55px; transform: rotate(0); }
	body.eai-commercial-new-route .eai-cc3d-intro__visual img { min-height: 350px; }
	body.eai-commercial-new-route .eai-cc3d-story { min-height: 2350px; }
	body.eai-commercial-new-route .eai-cc3d-story__inner { position: sticky; top: 68px; display: flex; min-height: calc(100svh - 68px); flex-direction: column; justify-content: center; gap: 25px; padding: 45px 0; }
	body.eai-commercial-new-route .eai-cc3d-story__visual { width: 100%; min-height: 330px; flex: 0 0 330px; }
	body.eai-commercial-new-route .eai-cc3d-story__copy { width: 100%; }
	body.eai-commercial-new-route .eai-cc3d-story__summary { margin-top: 20px !important; font-size: 13px; }
	body.eai-commercial-new-route .eai-cc3d-story__steps { margin-top: 22px; }
	body.eai-commercial-new-route .eai-cc3d-story__steps article { padding: 15px 0; }
	body.eai-commercial-new-route .eai-cc3d-story__steps h3 { font-size: 24px; }
	body.eai-commercial-new-route .eai-cc3d-story__steps p { display: none; }
	body.eai-commercial-new-route .eai-cc3d-story__steps small { margin-top: 7px; }
	body.eai-commercial-new-route .eai-cc3d-video { padding: 110px 0; }
	body.eai-commercial-new-route .eai-cc3d-video__intro,
	body.eai-commercial-new-route .eai-cc3d-video__caption { width: calc(100% - 36px); }
	body.eai-commercial-new-route .eai-cc3d-video p.eai-cc3d-video__caption { margin-top: 30px; padding: 20px 18px 22px; font-size: clamp(17px, 5vw, 22px); line-height: 1.28; }
	body.eai-commercial-new-route .eai-cc3d-video__frame { width: calc(100% - 36px); min-height: 400px; transform: scale(1); }
	body.eai-commercial-new-route .eai-cc3d-video__meta { right: 16px; bottom: 18px; max-width: 240px; }
	body.eai-commercial-new-route .eai-cc3d-video__meta strong { font-size: 26px; }
	body.eai-commercial-new-route .eai-cc3d-details { min-height: 2300px; padding: 0 18px; }
	body.eai-commercial-new-route .eai-cc3d-details__head { top: 80px; display: block; width: 100%; height: 275px; padding-top: 78px; }
	body.eai-commercial-new-route .eai-cc3d-details__grid { top: 355px; gap: 10px; margin: 0; }
	body.eai-commercial-new-route .eai-cc3d-details__grid article { flex-basis: min(82vw, 330px); min-height: 420px; padding: 24px 21px; }
	body.eai-commercial-new-route .eai-cc3d-details__grid h3 { font-size: 35px; }
	body.eai-commercial-new-route .eai-cc3d-details__grid p { font-size: 13px; line-height: 1.65; }
	body.eai-commercial-new-route .eai-cc3d-details__grid li { font-size: 11px; }
	body.eai-commercial-new-route .eai-cc3d-capabilities { width: calc(100% - 36px); padding: 110px 0; }
	body.eai-commercial-new-route .eai-cc3d-capabilities__rail article { min-height: 185px; padding: 24px 21px; }
	body.eai-commercial-new-route .eai-cc3d-capabilities__rail h3 { margin-top: 20px; font-size: 38px; }
	body.eai-commercial-new-route .eai-cc3d-applications { padding: 110px 18px; }
	body.eai-commercial-new-route .eai-cc3d-applications__header { display: block; }
	body.eai-commercial-new-route .eai-cc3d-applications__header > p:last-child { margin-top: 24px; }
	body.eai-commercial-new-route .eai-cc3d-applications__grid { grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 45px; }
	body.eai-commercial-new-route .eai-cc3d-applications__grid article { min-height: 170px; padding: 17px; }
	body.eai-commercial-new-route .eai-cc3d-applications__grid h3 { margin-top: 37px; font-size: 24px; }
	body.eai-commercial-new-route .eai-cc3d-applications__grid p { font-size: 10px; }
	body.eai-commercial-new-route .eai-cc3d-cta { min-height: 600px; padding: 110px 18px; }
	body.eai-commercial-new-route .eai-cc3d-cta h2 { font-size: clamp(62px, 17vw, 90px); }
}

/* Final cascade guard: the original route rules appear earlier in this file;
 * keep these light-theme values last so they win without changing structure. */
body.division-drone-manufacturing.eai-commercial-new-route {
	--cc-bg: #f3f7fa;
	--cc-ink: #07314a;
	--cc-muted: #536c7d;
	--cc-cyan: #087bc1;
	--cc-lilac: #65bfd7;
	--cc-pink: #236d02;
	--cc-line: rgba(7, 49, 74, .16);
	background: #f3f7fa !important;
}
body.division-drone-manufacturing.eai-commercial-new-route main.site-main,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d {
	background: #f3f7fa !important;
	color: #07314a;
}
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d h1,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d h2,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d h3 {
	color: #07314a !important;
}
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d h1 em,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d h2 em,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d h3 em {
	background: linear-gradient(108deg, #07314a, #087bc1 58%, #65bfd7) !important;
	background-clip: text !important;
	-webkit-background-clip: text !important;
	color: transparent !important;
	-webkit-text-fill-color: transparent !important;
}
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-hero,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-intro,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-capabilities,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-applications {
	background: linear-gradient(180deg, #f3f7fa, #eaf3f6) !important;
}
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-video,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-details,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-cta {
	background: linear-gradient(180deg, #eaf3f6, #f3f7fa) !important;
}
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-hero__lead,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-intro__copy > p:not(.eai-cc3d-eyebrow),
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story__summary,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story__steps p,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-details__grid p,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-details__grid li,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-capabilities__head > p:last-child,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-capabilities__rail p,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-applications__header > p:last-child,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-applications__grid p,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-cta > p:not(.eai-cc3d-eyebrow) {
	color: #536c7d !important;
}
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-intro__visual,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-details__grid article,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-capabilities__rail article,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-applications__grid article {
	border-color: rgba(7, 49, 74, .16) !important;
	background: linear-gradient(145deg, #ffffff, #e6f1f5) !important;
	box-shadow: 0 24px 70px rgba(7, 49, 74, .1) !important;
}
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-button {
	background: linear-gradient(105deg, #07314a, #087bc1 55%, #65bfd7) !important;
	color: #fff !important;
	border-color: rgba(7, 49, 74, .18) !important;
}
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-video__sound {
	background: rgba(255, 255, 255, .78) !important;
	color: #07314a !important;
	border-color: rgba(7, 49, 74, .24) !important;
}
@media (max-width: 680px) {
	body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d { overflow-x: hidden; }
	body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-button { min-height: 52px; }
}

/* Light premium Drone Manufacturing palette for the dedicated Commercial /
 * Consumer 3D experience. Layout, sticky storytelling and motion remain
 * unchanged; only surfaces, type contrast and controls are retuned. */
body.division-drone-manufacturing.eai-commercial-new-route {
	--cc-bg: #f3f7fa;
	--cc-ink: #07314a;
	--cc-muted: #536c7d;
	--cc-cyan: #087bc1;
	--cc-lilac: #65bfd7;
	--cc-pink: #236d02;
	--cc-line: rgba(7, 49, 74, .16);
	background: var(--cc-bg);
}

body.division-drone-manufacturing.eai-commercial-new-route main.site-main,
body.division-drone-manufacturing.eai-commercial-new-route .eai-commercial-creative,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d {
	background: var(--cc-bg);
	color: var(--cc-ink);
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d h1,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d h2,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d h3 {
	color: var(--cc-ink);
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d h1 em,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d h2 em,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d h3 em {
	background: linear-gradient(108deg, #07314a, #087bc1 58%, #65bfd7);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-hero {
	background: radial-gradient(circle at 76% 43%, rgba(101, 191, 215, .2), transparent 31%), radial-gradient(circle at 12% 90%, rgba(8, 123, 193, .1), transparent 27%), #f3f7fa;
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-hero::before {
	opacity: .28;
	background-image: linear-gradient(rgba(8, 123, 193, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(8, 123, 193, .08) 1px, transparent 1px);
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-hero__lead,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-intro__copy > p:not(.eai-cc3d-eyebrow),
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story__summary,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-capabilities__head > p:last-child,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-applications__header > p:last-child,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-cta > p:not(.eai-cc3d-eyebrow) {
	color: var(--cc-muted);
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-button {
	border-color: rgba(7, 49, 74, .18);
	background: linear-gradient(105deg, #07314a, #087bc1 55%, #65bfd7);
	box-shadow: 0 18px 46px rgba(8, 123, 193, .22), inset 0 1px 0 rgba(255, 255, 255, .25);
	color: #fff;
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-button:hover {
	box-shadow: 0 24px 60px rgba(8, 123, 193, .3), inset 0 1px 0 rgba(255, 255, 255, .3);
	color: #fff;
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-intro,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-capabilities,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-applications {
	background: linear-gradient(180deg, #f3f7fa, #eaf3f6);
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-video,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-details {
	background: linear-gradient(180deg, #eaf3f6, #f3f7fa);
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-cta {
	background: radial-gradient(circle at 73% 42%, rgba(101, 191, 215, .24), transparent 25%), radial-gradient(circle at 16% 60%, rgba(8, 123, 193, .12), transparent 28%), #eaf3f6;
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-cta::after {
	background: linear-gradient(180deg, transparent, rgba(7, 49, 74, .1));
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-intro__facts,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-hero__rail,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story__readout span,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story__readout small,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-video p.eai-cc3d-video__caption {
	color: var(--cc-muted);
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-intro__visual,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story__visual,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-video__frame,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-details__grid article,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-capabilities__rail article,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-applications__grid article {
	border-color: var(--cc-line);
	background: linear-gradient(145deg, #ffffff, #e6f1f5);
	box-shadow: 0 24px 70px rgba(7, 49, 74, .1);
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-intro__visual::before,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-video__veil {
	background: linear-gradient(180deg, rgba(243, 247, 250, .02) 25%, rgba(7, 49, 74, .42));
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-intro__facts b,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story__readout strong,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-video__meta span,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-hero__rail b {
	color: var(--cc-cyan);
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story__steps article,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-details__grid article,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-capabilities__rail article,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-applications__grid article {
	border-color: var(--cc-line);
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story__steps h3,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-details__grid h3,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-capabilities__rail h3,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-applications__grid h3,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-video__meta strong {
	color: var(--cc-ink);
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story__steps p,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-details__grid p,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-details__grid li,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-capabilities__rail p,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-applications__grid p {
	color: var(--cc-muted);
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-stage-card,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-drone-frame,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-float {
	border-color: rgba(7, 49, 74, .18);
	background: linear-gradient(145deg, #eaf3f6, #ffffff);
	box-shadow: 0 35px 80px rgba(7, 49, 74, .16), inset 0 1px 0 rgba(255, 255, 255, .7);
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-stage-card__top,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-stage-card__bottom,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-float small,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-float strong {
	color: var(--cc-ink);
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-drone-frame img,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story__product img {
	mix-blend-mode: multiply;
	filter: saturate(.9) contrast(1.05);
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-video__sound {
	border-color: rgba(7, 49, 74, .24);
	background: rgba(255, 255, 255, .72);
	color: var(--cc-ink);
}

@media (max-width: 680px) {
	body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d {
		overflow-x: hidden;
	}
	body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-button {
		min-height: 52px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.eai-commercial-new-route .eai-cc3d-story__steps article,
	body.eai-commercial-new-route .eai-cc3d-details__grid article { transition: none !important; }
	body.eai-commercial-new-route .eai-cc3d-story__steps article.is-prev,
	body.eai-commercial-new-route .eai-cc3d-story__steps article.is-next,
	body.eai-commercial-new-route .eai-cc3d-details__grid article.is-prev,
	body.eai-commercial-new-route .eai-cc3d-details__grid article.is-next { opacity: 0 !important; filter: none !important; }
}

@media (prefers-reduced-motion: reduce) {
	body.eai-commercial-new-route .eai-cc3d *,
	body.eai-commercial-new-route .eai-cc3d *::before,
	body.eai-commercial-new-route .eai-cc3d *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

/* -------------------------------------------------------------------------
 * Final centered scroll stories
 *
 * These overrides intentionally replace the earlier side-by-side/horizontal
 * experiments with two shorter, centered state machines. The visual stage
 * stays in one place while cards rotate through depth; the mission title is
 * normal document flow, while only its card stage is pinned.
 * ------------------------------------------------------------------------- */
body.eai-commercial-new-route .eai-cc3d-story {
	min-height: 1880px;
	overflow: clip;
}

body.eai-commercial-new-route .eai-cc3d-story__inner {
	position: sticky;
	top: 88px;
	display: grid;
	width: min(calc(100% - clamp(44px, 9vw, 170px)), 1650px);
	height: calc(100svh - 88px);
	min-height: 600px;
	margin: 0 auto;
	grid-template-columns: minmax(410px, 1fr) minmax(420px, 1fr);
	gap: clamp(42px, 7vw, 126px);
	align-items: center;
	padding: 32px 0;
}

body.eai-commercial-new-route .eai-cc3d-story__visual {
	min-height: min(570px, 66vh);
	height: min(570px, 66vh);
}

body.eai-commercial-new-route .eai-cc3d-story__copy {
	min-width: 0;
	padding: 0;
}

body.eai-commercial-new-route .eai-cc3d-story__copy .eai-cc3d-eyebrow {
	margin-bottom: 20px;
}

body.eai-commercial-new-route .eai-cc3d-story__summary {
	max-width: 470px;
	margin-top: 22px !important;
	font-size: 14px;
	line-height: 1.68;
}

body.eai-commercial-new-route .eai-cc3d-story__steps {
	position: relative;
	display: block;
	height: 300px;
	margin-top: 28px;
	border-top: 1px solid var(--cc-line);
	perspective: 1100px;
}

body.eai-commercial-new-route .eai-cc3d-story__steps article {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: 35px minmax(0, 1fr);
	gap: 13px;
	align-content: center;
	min-height: 0;
	padding: 21px 0;
	border-bottom: 1px solid var(--cc-line);
	opacity: 0;
	transform: translate3d(0, 70px, 0) rotateX(-14deg) scale(.94);
	transform-origin: center center;
	transition: opacity .62s ease, transform .72s cubic-bezier(.2,.78,.2,1);
	pointer-events: none;
}

body.eai-commercial-new-route .eai-cc3d-story__steps article.is-active {
	opacity: 1;
	filter: none;
	transform: translate3d(0, 0, 0) rotateX(0deg) scale(1);
	pointer-events: auto;
}

body.eai-commercial-new-route .eai-cc3d-story__steps article.is-prev {
	opacity: .025;
	filter: blur(1.2px);
	transform: translate3d(0, -65px, -30px) rotateX(12deg) scale(.94);
}

body.eai-commercial-new-route .eai-cc3d-story__steps article.is-next {
	opacity: .025;
	filter: blur(1.2px);
	transform: translate3d(0, 72px, -30px) rotateX(-12deg) scale(.94);
}

body.eai-commercial-new-route .eai-cc3d-story__steps h3 {
	font-size: clamp(28px, 3vw, 48px);
	line-height: .93;
}

body.eai-commercial-new-route .eai-cc3d-story__steps p {
	max-width: 390px;
	font-size: 13px;
	line-height: 1.58;
}

body.eai-commercial-new-route .eai-cc3d-details {
	min-height: 1720px;
	padding: 0 clamp(22px, 7vw, 130px);
	overflow: clip;
}

body.eai-commercial-new-route .eai-cc3d-details__head {
	position: relative;
	top: auto;
	display: grid;
	width: min(100%, 1650px);
	height: auto;
	min-height: 330px;
	margin: 0 auto;
	padding: clamp(105px, 13vw, 170px) 0 40px;
	background: none;
	pointer-events: auto;
}

body.eai-commercial-new-route .eai-cc3d-details__grid {
	position: sticky;
	top: calc(50svh - 215px);
	display: grid;
	width: min(100%, 760px);
	height: 430px;
	margin: 0 auto;
	place-items: center;
	transform: none !important;
	perspective: 1200px;
}

body.eai-commercial-new-route .eai-cc3d-details__grid article {
	grid-area: 1 / 1;
	width: min(100%, 710px);
	height: 430px;
	min-height: 0;
	padding: clamp(28px, 4vw, 46px) clamp(28px, 4vw, 48px);
	opacity: 0;
	transform: translate3d(0, 70px, 0) rotateX(-12deg) scale(.95);
	transform-origin: center center;
	transition: opacity .62s ease, transform .72s cubic-bezier(.2,.78,.2,1), border-color .4s ease;
	pointer-events: none;
}

body.eai-commercial-new-route .eai-cc3d-details__grid article.is-active {
	opacity: 1;
	filter: none;
	transform: translate3d(0, 0, 0) rotateX(0deg) scale(1);
	pointer-events: auto;
	border-color: rgba(120,237,244,.5);
}

body.eai-commercial-new-route .eai-cc3d-details__grid article.is-prev {
	opacity: .025;
	filter: blur(1.2px);
	transform: translate3d(0, -70px, -35px) rotateX(11deg) scale(.95);
}

body.eai-commercial-new-route .eai-cc3d-details__grid article.is-next {
	opacity: .025;
	filter: blur(1.2px);
	transform: translate3d(0, 76px, -35px) rotateX(-11deg) scale(.95);
}

body.eai-commercial-new-route .eai-cc3d-details__grid p {
	max-width: 500px;
	font-size: 15px;
	line-height: 1.68;
}

body.eai-commercial-new-route .eai-cc3d-details__grid li {
	font-size: 12px;
	line-height: 1.55;
}

@media (max-width: 1000px) {
	body.eai-commercial-new-route .eai-cc3d-story__inner {
	grid-template-columns: minmax(320px, 1fr) minmax(340px, 1fr);
	gap: 42px;
	}
	body.eai-commercial-new-route .eai-cc3d-story__visual {
	min-height: min(500px, 58vh);
	height: min(500px, 58vh);
	}
}

@media (max-width: 680px) {
	body.eai-commercial-new-route .eai-cc3d-story {
	min-height: 1760px;
	}
	body.eai-commercial-new-route .eai-cc3d-story__inner {
	position: sticky;
	top: 68px;
	display: flex;
	height: calc(100svh - 68px);
	min-height: 690px;
	flex-direction: column;
	justify-content: center;
	gap: 22px;
	padding: 28px 0;
	}
	body.eai-commercial-new-route .eai-cc3d-story__visual {
	width: 100%;
	height: 260px;
	min-height: 260px;
	flex: 0 0 260px;
	}
	body.eai-commercial-new-route .eai-cc3d-story__copy {
	width: 100%;
	}
	body.eai-commercial-new-route .eai-cc3d-story__copy .eai-cc3d-eyebrow {
	margin-bottom: 13px;
	}
	body.eai-commercial-new-route .eai-cc3d-story h2 {
	font-size: clamp(48px, 14vw, 66px);
	}
	body.eai-commercial-new-route .eai-cc3d-story__summary {
	margin-top: 13px !important;
	font-size: 12px;
	line-height: 1.58;
	}
	body.eai-commercial-new-route .eai-cc3d-story__steps {
	height: 238px;
	margin-top: 16px;
	}
	body.eai-commercial-new-route .eai-cc3d-story__steps article {
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 10px;
	padding: 15px 0;
	}
	body.eai-commercial-new-route .eai-cc3d-story__steps h3 {
	font-size: 24px;
	}
	body.eai-commercial-new-route .eai-cc3d-story__steps p {
	font-size: 11px;
	line-height: 1.5;
	}
	body.eai-commercial-new-route .eai-cc3d-story__steps small {
	font-size: 8px;
	}
	body.eai-commercial-new-route .eai-cc3d-details {
	min-height: 1560px;
	padding: 0 18px;
	}
	body.eai-commercial-new-route .eai-cc3d-details__head {
	min-height: 0;
	padding: 92px 0 34px;
	}
	body.eai-commercial-new-route .eai-cc3d-details__head h2 {
	font-size: clamp(53px, 15vw, 76px);
	}
	body.eai-commercial-new-route .eai-cc3d-details__grid {
	position: sticky;
	top: calc(50svh - 190px);
	width: 100%;
	height: 380px;
	}
	body.eai-commercial-new-route .eai-cc3d-details__grid article {
	width: 100%;
	height: 380px;
	padding: 25px 22px;
	}
	body.eai-commercial-new-route .eai-cc3d-details__grid h3 {
	font-size: 31px;
	}
	body.eai-commercial-new-route .eai-cc3d-details__grid p {
	font-size: 12px;
	line-height: 1.58;
	}
	body.eai-commercial-new-route .eai-cc3d-details__grid li {
	font-size: 10px;
	}
}

/* Final light-theme cascade guard.  This stays last so legacy dark route
 * declarations cannot reintroduce low-contrast surfaces or controls. */
body.division-drone-manufacturing.eai-commercial-new-route,
body.division-drone-manufacturing.eai-commercial-new-route main.site-main,
body.division-drone-manufacturing.eai-commercial-new-route .eai-commercial-creative,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d {
	background: #f3f7fa !important;
	color: #07314a !important;
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-hero,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-intro,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-capabilities,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-applications {
	background: linear-gradient(180deg, #f3f7fa 0%, #eaf3f6 100%) !important;
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-video,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-details,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-cta {
	background: linear-gradient(180deg, #eaf3f6 0%, #f3f7fa 100%) !important;
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d h1,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d h2,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d h3,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story__steps h3,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-capabilities__rail h3,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-applications__grid h3,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-details__grid h3 {
	color: #07314a !important;
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-hero__lead,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-intro__copy > p:not(.eai-cc3d-eyebrow),
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story__summary,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story__steps p,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story__steps small,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-details__grid p,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-details__grid li,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-capabilities__head > p:last-child,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-capabilities__rail p,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-applications__header > p:last-child,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-applications__grid p,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-cta > p:not(.eai-cc3d-eyebrow) {
	color: #536c7d !important;
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-stage-card,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-float,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-intro__visual,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story__visual,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-video__frame,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-details__grid article,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-capabilities__rail article,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-applications__grid article {
	border-color: rgba(7, 49, 74, .16) !important;
	background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(226,240,245,.96)) !important;
	box-shadow: 0 24px 70px rgba(7, 49, 74, .12) !important;
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-stage-card__bottom,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-stage-card__bottom span,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-stage-card__bottom small,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-float small,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-float strong {
	color: #07314a !important;
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-drone-frame,
body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story__visual {
	background: radial-gradient(circle at 50% 42%, rgba(101,191,215,.26), transparent 38%), linear-gradient(145deg, #e5f1f5, #cfe5ec) !important;
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-story__product img {
	mix-blend-mode: multiply;
	filter: saturate(1.08) contrast(1.05);
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-video__sound {
	border-color: rgba(7,49,74,.22) !important;
	background: rgba(255,255,255,.86) !important;
	color: #07314a !important;
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-button {
	border-color: rgba(7,49,74,.18) !important;
	background: linear-gradient(105deg, #07314a 0%, #087bc1 55%, #65bfd7 100%) !important;
	color: #fff !important;
}

body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-button b {
	background: rgba(7,49,74,.18) !important;
	border-color: rgba(255,255,255,.48) !important;
}

@media (max-width: 680px) {
	body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d {
		overflow-x: hidden;
	}
	body.division-drone-manufacturing.eai-commercial-new-route .eai-cc3d-button {
		min-height: 52px;
	}
}
