/*
 * Drone Manufacturing child pages
 * Shared visual system for the Agriculture, Industrial and Defence pages.
 * Content is authored in Elementor; this file only supplies the reusable
 * presentation and interaction layer.
 */
.eai-dp{--dp-bg:#07111d;--dp-surface:#0b1b2b;--dp-surface-2:#10253a;--dp-ink:#f4f8fb;--dp-muted:#9dafbe;--dp-line:rgba(164,202,225,.18);--dp-accent:#54e5f2;--dp-accent-2:#7b62ff;--dp-glow:rgba(84,229,242,.22);position:relative;overflow:clip;background:var(--dp-bg);color:var(--dp-ink);font-family:inherit;isolation:isolate}.eai-dp--agriculture{--dp-accent:#81e77a;--dp-accent-2:#22c8b7;--dp-glow:rgba(129,231,122,.2)}.eai-dp--industrial{--dp-accent:#6ed9ff;--dp-accent-2:#7b62ff}.eai-dp--defence{--dp-accent:#f3c66f;--dp-accent-2:#dd6e91;--dp-glow:rgba(243,198,111,.18)}
.eai-dp *{box-sizing:border-box}.eai-dp a{color:inherit;text-decoration:none}.eai-dp__container{width:min(1440px,calc(100% - 8vw));margin-inline:auto}.eai-dp__eyebrow{display:inline-flex;align-items:center;gap:.7rem;color:var(--dp-accent);font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.eai-dp__eyebrow:before{content:"";width:38px;height:1px;background:currentColor;opacity:.8}.eai-dp h1,.eai-dp h2,.eai-dp h3,.eai-dp p{margin:0}.eai-dp h1,.eai-dp h2,.eai-dp h3{font-weight:500;letter-spacing:-.045em;line-height:.98}.eai-dp p{color:var(--dp-muted);font-size:clamp(1rem,1.2vw,1.2rem);line-height:1.75}.eai-dp__button{display:inline-flex;align-items:center;gap:.8rem;min-height:54px;padding:.95rem 1.45rem;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:linear-gradient(105deg,var(--dp-accent),var(--dp-accent-2));color:#07111d!important;font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 16px 40px var(--dp-glow);transition:transform .35s ease,box-shadow .35s ease,filter .35s ease}.eai-dp__button:after{content:"↗";font-size:1.08rem;line-height:1;transition:transform .35s ease}.eai-dp__button:hover{transform:translateY(-4px);filter:saturate(1.1);box-shadow:0 22px 55px var(--dp-glow)}.eai-dp__button:hover:after{transform:translate(3px,-3px)}
.eai-dp__hero{position:relative;min-height:min(88vh,900px);display:grid;align-items:end;padding:clamp(7rem,13vw,11rem) 0 clamp(4.5rem,8vw,7rem);overflow:hidden;background:linear-gradient(112deg,rgba(5,14,25,.93) 0%,rgba(5,14,25,.57) 52%,rgba(5,14,25,.2) 100%)}.eai-dp__hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 76% 34%,var(--dp-glow),transparent 32%),linear-gradient(180deg,rgba(4,12,20,.15),var(--dp-bg) 96%);z-index:1}.eai-dp__hero-media{position:absolute;inset:0;z-index:0}.eai-dp__hero-media img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.92) contrast(1.08);transform:scale(1.05);transition:transform 1.2s cubic-bezier(.2,.75,.2,1)}.eai-dp.is-ready .eai-dp__hero-media img{transform:scale(1)}.eai-dp__hero-content{position:relative;z-index:2;max-width:930px}.eai-dp__hero h1{margin-top:1.35rem;font-size:clamp(3.5rem,8.7vw,9rem);text-wrap:balance}.eai-dp__hero p{max-width:650px;margin-top:1.7rem;font-size:clamp(1.08rem,1.55vw,1.42rem);color:#d4e1e9}.eai-dp__hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.5rem}.eai-dp__hero-meta{display:flex;flex-wrap:wrap;gap:1rem 2rem;margin-top:4rem;padding-top:1.2rem;border-top:1px solid var(--dp-line);color:#c5d4de;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}.eai-dp__hero-meta span{display:inline-flex;align-items:center;gap:.55rem}.eai-dp__hero-meta span:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--dp-accent);box-shadow:0 0 16px var(--dp-accent)}
.eai-dp__intro{position:relative;padding:clamp(6rem,11vw,11rem) 0;background:linear-gradient(180deg,var(--dp-bg),#091a2a)}.eai-dp__intro-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(2.5rem,8vw,9rem);align-items:center}.eai-dp__intro h2{margin-top:1.25rem;font-size:clamp(2.8rem,5vw,6rem)}.eai-dp__intro-copy>p{margin-top:1.65rem;max-width:680px}.eai-dp__intro-copy>p+p{margin-top:1rem}.eai-dp__intro-media{position:relative;min-height:clamp(350px,44vw,650px);border:1px solid var(--dp-line);background:var(--dp-surface);overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.28)}.eai-dp__intro-media:after{content:"";position:absolute;inset:12px;border:1px solid rgba(255,255,255,.14);pointer-events:none}.eai-dp__intro-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .8s cubic-bezier(.2,.75,.2,1)}.eai-dp__intro-media:hover img{transform:scale(1.05)}.eai-dp__intro-tag{position:absolute;right:1.1rem;bottom:1.1rem;z-index:2;padding:.75rem 1rem;background:rgba(6,17,29,.76);backdrop-filter:blur(12px);border:1px solid var(--dp-line);color:var(--dp-accent);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase}
.eai-dp__story{position:relative;min-height:1920px;background:radial-gradient(circle at 50% 46%,rgba(32,80,102,.2),transparent 45%),#071320}.eai-dp__story-head{width:min(1440px,calc(100% - 8vw));margin:0 auto;padding-top:clamp(5rem,9vw,8rem);position:relative;z-index:2}.eai-dp__story-head h2{margin-top:1rem;max-width:850px;font-size:clamp(3rem,6.4vw,7rem)}.eai-dp__story-pin{position:sticky;top:0;height:100vh;min-height:680px;display:grid;place-items:center;padding:8rem 4vw 4rem}.eai-dp__story-stage{position:relative;width:min(620px,45vw);aspect-ratio:1/1;display:grid;place-items:center;border:1px solid var(--dp-line);background:linear-gradient(145deg,rgba(24,54,78,.86),rgba(4,13,23,.92));box-shadow:0 30px 100px rgba(0,0,0,.3);overflow:hidden}.eai-dp__story-stage:before{content:"";position:absolute;inset:-35%;background:conic-gradient(from 90deg,transparent 0deg,var(--dp-glow) 74deg,transparent 130deg);animation:eai-dp-spin 20s linear infinite}.eai-dp__story-stage:after{content:"";position:absolute;inset:14px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,transparent 70%,rgba(0,0,0,.2))}.eai-dp__story-stage img{position:relative;z-index:1;width:86%;height:86%;object-fit:cover;box-shadow:0 15px 40px rgba(0,0,0,.4);transition:transform .8s cubic-bezier(.2,.75,.2,1),filter .8s ease}.eai-dp__story-stage .eai-dp__stage-label{position:absolute;z-index:2;bottom:1rem;left:1rem;color:var(--dp-accent);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase}.eai-dp__story-list{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none}.eai-dp__story-card{position:absolute;width:min(600px,40vw);padding:2rem 2.2rem;border:1px solid var(--dp-line);background:linear-gradient(145deg,rgba(14,33,51,.96),rgba(6,16,27,.97));box-shadow:0 25px 70px rgba(0,0,0,.35);opacity:0;transform:translate3d(0,55px,0) scale(.9) rotateX(-8deg);filter:blur(7px);transition:opacity .62s ease,transform .72s cubic-bezier(.2,.75,.2,1),filter .62s ease}.eai-dp__story-card.is-active{opacity:1;transform:translate3d(0,0,100px) scale(1) rotateX(0);filter:none;z-index:3}.eai-dp__story-card.is-prev{opacity:.12;transform:translate3d(-19%,0,-90px) scale(.84) rotateY(16deg);filter:blur(4px);z-index:1}.eai-dp__story-card.is-next{opacity:.12;transform:translate3d(19%,0,-90px) scale(.84) rotateY(-16deg);filter:blur(4px);z-index:1}.eai-dp__story-card .card-index{display:block;color:var(--dp-accent);font-size:.7rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.eai-dp__story-card h3{margin-top:1rem;font-size:clamp(2rem,3.5vw,4rem)}.eai-dp__story-card p{margin-top:1rem;font-size:1rem}.eai-dp__story-card ul{display:grid;gap:.55rem;margin:1.4rem 0 0;padding:0;list-style:none}.eai-dp__story-card li{display:flex;gap:.7rem;color:#b6c9d5;font-size:.9rem;line-height:1.45}.eai-dp__story-card li:before{content:"";flex:0 0 7px;width:7px;height:7px;margin-top:.45rem;border:1px solid var(--dp-accent);border-radius:50%;box-shadow:0 0 10px var(--dp-accent)}.eai-dp__story-progress{position:absolute;bottom:clamp(2rem,5vw,5rem);left:50%;z-index:5;display:flex;gap:.55rem;transform:translateX(-50%)}.eai-dp__story-progress span{width:36px;height:2px;background:rgba(255,255,255,.18);transition:background .4s ease,box-shadow .4s ease}.eai-dp__story-progress span.is-active{background:var(--dp-accent);box-shadow:0 0 14px var(--dp-accent)}
.eai-dp__feature-band{position:relative;padding:clamp(6rem,10vw,10rem) 0;background:#0a1b2c}.eai-dp__feature-band h2{font-size:clamp(3rem,6vw,6.5rem);max-width:780px}.eai-dp__feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:4rem;background:var(--dp-line);border:1px solid var(--dp-line)}.eai-dp__feature{min-height:290px;padding:2rem;background:linear-gradient(145deg,#102a40,#081624);transition:transform .45s ease,background .45s ease}.eai-dp__feature:hover{transform:translateY(-7px);background:linear-gradient(145deg,#16364d,#0a1b2d)}.eai-dp__feature-number{color:var(--dp-accent);font-size:.7rem;font-weight:800;letter-spacing:.16em}.eai-dp__feature h3{margin-top:3.7rem;font-size:clamp(1.7rem,2.3vw,2.6rem)}.eai-dp__feature p{margin-top:1rem;font-size:.96rem}.eai-dp__metric-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:1px;background:var(--dp-line);border:1px solid var(--dp-line)}.eai-dp__metric{padding:1.8rem 2rem;background:#081725}.eai-dp__metric strong{display:block;color:var(--dp-ink);font-size:clamp(2rem,3vw,3.5rem);font-weight:500;letter-spacing:-.06em}.eai-dp__metric span{display:block;margin-top:.5rem;color:var(--dp-muted);font-size:.74rem;letter-spacing:.12em;text-transform:uppercase}
.eai-dp__cta{position:relative;padding:clamp(7rem,13vw,12rem) 0;background:radial-gradient(circle at 76% 20%,var(--dp-glow),transparent 32%),linear-gradient(130deg,#0b2033,#07111c)}.eai-dp__cta-inner{display:flex;align-items:end;justify-content:space-between;gap:3rem}.eai-dp__cta h2{margin-top:1rem;max-width:900px;font-size:clamp(3rem,6.5vw,7rem)}.eai-dp__cta p{max-width:610px;margin-top:1.5rem}.eai-dp__cta .eai-dp__button{flex:none}
@keyframes eai-dp-spin{to{transform:rotate(360deg)}}
@media (max-width:900px){.eai-dp__container{width:min(100% - 2.5rem,720px)}.eai-dp__hero{min-height:760px;padding-top:8rem}.eai-dp__hero h1{font-size:clamp(3.4rem,12vw,6.2rem)}.eai-dp__intro-grid{grid-template-columns:1fr;gap:3rem}.eai-dp__intro-media{min-height:420px}.eai-dp__story{min-height:1700px}.eai-dp__story-head{width:min(100% - 2.5rem,720px)}.eai-dp__story-head h2{font-size:clamp(3rem,11vw,5.5rem)}.eai-dp__story-pin{padding:8rem 1.25rem 4rem}.eai-dp__story-stage{width:min(580px,88vw);margin-top:7rem}.eai-dp__story-list{inset:0 1.25rem}.eai-dp__story-card{width:min(580px,calc(100vw - 3rem));padding:1.6rem}.eai-dp__story-card.is-prev{transform:translate3d(-10%,0,-80px) scale(.86) rotateY(12deg)}.eai-dp__story-card.is-next{transform:translate3d(10%,0,-80px) scale(.86) rotateY(-12deg)}.eai-dp__feature-grid{grid-template-columns:1fr}.eai-dp__feature{min-height:240px}.eai-dp__metric-row{grid-template-columns:repeat(2,minmax(0,1fr))}.eai-dp__cta-inner{display:block}.eai-dp__cta .eai-dp__button{margin-top:2rem}}
@media (max-width:560px){.eai-dp__hero{min-height:700px;padding-bottom:3.5rem}.eai-dp__hero-meta{gap:.85rem 1rem;margin-top:3rem;font-size:.62rem}.eai-dp__intro{padding:5rem 0}.eai-dp__intro-media{min-height:300px}.eai-dp__story{min-height:1500px}.eai-dp__story-head{padding-top:4.5rem}.eai-dp__story-head h2{font-size:clamp(2.65rem,14vw,4rem)}.eai-dp__story-pin{height:100svh;min-height:600px;padding-top:6rem}.eai-dp__story-stage{width:calc(100vw - 2.5rem);margin-top:5rem}.eai-dp__story-card{padding:1.25rem}.eai-dp__story-card h3{font-size:clamp(1.8rem,9vw,2.6rem)}.eai-dp__story-card p{font-size:.9rem;line-height:1.6}.eai-dp__story-card li{font-size:.78rem}.eai-dp__feature-band{padding:5rem 0}.eai-dp__feature-band h2{font-size:clamp(2.7rem,13vw,4rem)}.eai-dp__feature-grid{margin-top:2.8rem}.eai-dp__metric{padding:1.3rem}.eai-dp__metric strong{font-size:2.25rem}.eai-dp__metric span{font-size:.62rem}.eai-dp__cta{padding:6rem 0}.eai-dp__cta h2{font-size:clamp(2.8rem,13vw,4.4rem)}}
@media (prefers-reduced-motion:reduce){.eai-dp *, .eai-dp *:before, .eai-dp *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
.eai-dp h1,.eai-dp h2,.eai-dp h3{color:var(--dp-ink)!important}
.eai-dp{overflow:visible}
.eai-dp__story-pin.is-positioned{position:relative!important;z-index:6;background:radial-gradient(circle at 50% 46%,rgba(32,80,102,.2),transparent 45%),#071320}
.eai-dp__story-pin{position:relative!important;top:auto!important}
/* Defence refinement: break the Elementor 10px shell out to the viewport and
 * keep the tactical story in a left-visual/right-reading composition. */
body.page-id-34,body.page-id-35,body.page-id-68{background:var(--dp-bg,#07111d)!important}
body.page-id-34 .loader-wrap,body.page-id-35 .loader-wrap,body.page-id-68 .loader-wrap,body.page-id-34 .loader-wrap-heading,body.page-id-35 .loader-wrap-heading,body.page-id-68 .loader-wrap-heading{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
.eai-dp{width:calc(100% + 20px);margin-left:-10px;overflow:visible}
.eai-dp--defence .eai-dp__story-pin{grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);gap:clamp(2rem,5vw,6rem);align-items:center;padding-inline:clamp(2rem,7vw,9rem)}
.eai-dp--defence .eai-dp__story-stage{width:min(100%,650px);justify-self:center}
.eai-dp--defence .eai-dp__story-list{position:relative;inset:auto;width:100%;height:100%;min-height:620px;display:grid;place-items:center;pointer-events:none}
.eai-dp--defence .eai-dp__story-card{width:min(100%,640px)}
.eai-dp--defence .eai-dp__feature-band{min-height:2800px}
.eai-dp--defence .eai-dp__feature-grid{position:relative;height:1700px;display:grid;place-items:center;grid-template-columns:1fr;background:transparent;border:0;transform-origin:top center;will-change:transform}
.eai-dp--defence .eai-dp__feature{position:absolute;left:50%;top:50%;width:min(760px,72vw);min-height:330px;transform:translate3d(-50%,-50%,0) scale(.88);opacity:0;filter:blur(6px);transition:opacity .62s ease,transform .72s cubic-bezier(.2,.75,.2,1),filter .62s ease;border:1px solid var(--dp-line)}
.eai-dp--defence .eai-dp__feature.is-active{opacity:1;transform:translate3d(-50%,-50%,100px) scale(1);filter:none;z-index:3}
.eai-dp--defence .eai-dp__feature.is-prev{opacity:.14;transform:translate3d(-68%,-50%,-80px) scale(.82) rotateY(12deg);filter:blur(3px);z-index:1}
.eai-dp--defence .eai-dp__feature.is-next{opacity:.14;transform:translate3d(-32%,-50%,-80px) scale(.82) rotateY(-12deg);filter:blur(3px);z-index:1}
.eai-dp--defence .eai-dp__metric-row{position:absolute;left:clamp(1.25rem,4vw,4rem);right:clamp(1.25rem,4vw,4rem);bottom:clamp(4rem,8vw,8rem)}
@media (max-width:900px){.eai-dp{width:calc(100% + 20px);margin-left:-10px}.eai-dp--defence .eai-dp__story-pin{grid-template-columns:1fr;gap:1.4rem;padding-inline:1.25rem}.eai-dp--defence .eai-dp__story-stage{width:min(580px,88vw);order:0}.eai-dp--defence .eai-dp__story-list{min-height:520px;order:1}.eai-dp--defence .eai-dp__feature-band{min-height:2700px}.eai-dp--defence .eai-dp__feature-grid{height:1550px}.eai-dp--defence .eai-dp__feature{width:min(600px,calc(100vw - 3rem));min-height:280px}.eai-dp--defence .eai-dp__metric-row{bottom:3rem}}
@media (max-width:560px){.eai-dp--defence .eai-dp__story-list{min-height:500px}.eai-dp--defence .eai-dp__feature-band{min-height:2500px}.eai-dp--defence .eai-dp__feature-grid{height:1420px}.eai-dp--defence .eai-dp__feature{min-height:285px}.eai-dp--defence .eai-dp__feature.is-prev{transform:translate3d(-56%,-50%,-80px) scale(.84)}.eai-dp--defence .eai-dp__feature.is-next{transform:translate3d(-44%,-50%,-80px) scale(.84)}}
.eai-dp--defence .eai-dp__intro-button{margin-top:1.5rem}
@media (max-width:560px){.eai-dp--defence .eai-dp__story-list{transform:translateY(90px)}}

/* Final Defence interaction pass.  Keep the shared EagleAI type system
 * explicit on this Elementor-authored surface and remove the browser's
 * global smooth-scroll interpolation, which can fight wheel input during the
 * bounded story transforms. */
html:has(body.page-id-68),body.page-id-68{scroll-behavior:auto!important}
.eai-dp h1,.eai-dp h2,.eai-dp h3{font-family:EagleClash,ClashDisplay,sans-serif!important}
.eai-dp,.eai-dp p,.eai-dp__button,.eai-dp__eyebrow,.eai-dp__hero-meta,.eai-dp__feature-number,.eai-dp__metric span{font-family:EaglePoppins,Poppins,Arial,sans-serif}
.eai-dp--defence .eai-dp__hero-content{max-width:min(980px,76vw)}
.eai-dp--defence .eai-dp__hero h1{max-width:930px}
.eai-dp--defence .eai-dp__story-card{transition:opacity .48s ease,transform .58s cubic-bezier(.22,.78,.24,1),filter .48s ease;will-change:opacity,transform,filter}
.eai-dp--defence .eai-dp__story-stage img{opacity:1;transition:opacity .38s ease,transform .62s cubic-bezier(.22,.78,.24,1),filter .62s ease}
.eai-dp--defence .eai-dp__story-stage.is-changing img{transform:scale(.965);filter:saturate(.72) brightness(.82)}

/* Highlights are a single horizontal group.  The heading remains in normal
 * flow; only this visual viewport is pinned while the rail advances. */
.eai-dp--defence .eai-dp__feature-band{min-height:2200px!important;padding-bottom:clamp(7rem,12vw,12rem)}
.eai-dp--defence .eai-dp__feature-band>.eai-dp__container{min-height:2200px}
.eai-dp--defence .eai-dp__highlight-viewport{position:relative;overflow:hidden;margin-top:clamp(3rem,5vw,5rem);min-height:500px;border:1px solid var(--dp-line);background:#0a1b2c;}
.eai-dp--defence .eai-dp__highlight-viewport.is-active{box-shadow:0 28px 90px rgba(0,0,0,.18)}
.eai-dp--defence .eai-dp__feature-grid--highlights{height:500px!important;display:block!important;margin:0!important;padding:clamp(1rem,2.2vw,2rem);border:0!important;background:transparent!important;overflow:visible!important;}
.eai-dp--defence .eai-dp__highlight-rail{position:absolute;top:clamp(1rem,2.2vw,2rem);left:clamp(1rem,2.2vw,2rem);right:auto;display:flex!important;align-items:stretch;gap:clamp(1rem,2vw,2rem);width:max-content;min-width:calc(100% - clamp(2rem,4.4vw,4rem));height:calc(100% - clamp(2rem,4.4vw,4rem));margin:0;transform:translate3d(0,0,0);will-change:transform;transition:transform .12s linear}
.eai-dp--defence .eai-dp__highlight-rail .eai-dp__feature{position:relative;inset:auto;width:clamp(300px,30vw,430px);min-height:100%;flex:0 0 clamp(300px,30vw,430px);opacity:1;filter:none;transform:none!important;border:1px solid var(--dp-line);}
.eai-dp--defence .eai-dp__highlight-rail .eai-dp__feature:hover{transform:translateY(-7px)!important}
.eai-dp--defence .eai-dp__feature-grid--support{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:1px;background:var(--dp-line);border:1px solid var(--dp-line)}
.eai-dp--defence .eai-dp__feature-grid--support .eai-dp__feature{position:relative;left:auto;top:auto;min-height:250px;opacity:1;filter:none;transform:none!important}
.eai-dp--defence .eai-dp__metric-row{position:relative;left:auto;right:auto;bottom:auto;margin-top:1px}
@media(min-width:901px){.eai-dp--defence .eai-dp__highlight-viewport{min-height:500px;position:relative;z-index:4}}
@media(max-width:900px){.eai-dp--defence .eai-dp__hero-content{max-width:100%}.eai-dp--defence .eai-dp__feature-band{min-height:1900px!important}.eai-dp--defence .eai-dp__feature-band>.eai-dp__container{min-height:1900px}.eai-dp--defence .eai-dp__highlight-viewport{min-height:460px}.eai-dp--defence .eai-dp__feature-grid--highlights{height:460px!important;padding:1rem}.eai-dp--defence .eai-dp__highlight-rail .eai-dp__feature{width:calc(88vw - 2rem);flex-basis:calc(88vw - 2rem)}.eai-dp--defence .eai-dp__feature-grid--support{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.eai-dp--defence .eai-dp__feature-band{min-height:1650px!important}.eai-dp--defence .eai-dp__feature-band>.eai-dp__container{min-height:1650px}.eai-dp--defence .eai-dp__highlight-viewport{position:relative;min-height:420px}.eai-dp--defence .eai-dp__feature-grid--highlights{height:420px!important}.eai-dp--defence .eai-dp__highlight-rail .eai-dp__feature{width:calc(100vw - 3.5rem);flex-basis:calc(100vw - 3.5rem)}.eai-dp--defence .eai-dp__feature-grid--support{grid-template-columns:1fr}.eai-dp--defence .eai-dp__story-stage img{transition-duration:.28s}}

/* Stable Defence presentation. The previous transformed/pinned experiments
 * remain above for historical selectors, but these final rules intentionally
 * reset both sections to normal document flow. Content remains interactive
 * through the step cards and synchronized image crossfades without converting
 * wheel input into layout transforms. */
.eai-dp--defence .eai-dp__story{min-height:0!important;padding-bottom:clamp(5rem,9vw,9rem);background:radial-gradient(circle at 24% 48%,rgba(243,198,111,.08),transparent 30%),#071320}
.eai-dp--defence .eai-dp__story-head{padding-top:clamp(5rem,9vw,8rem)}
.eai-dp--defence .eai-dp__story-pin{position:relative!important;top:auto!important;width:auto!important;height:auto!important;min-height:0!important;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,7vw,8rem);align-items:start;padding:clamp(3rem,6vw,6rem) clamp(4vw,7vw,9vw) 0;transform:none!important;background:transparent!important;z-index:1}
.eai-dp--defence .eai-dp__story-stage{position:sticky;top:clamp(6.5rem,9vw,8rem);align-self:start;width:min(100%,650px);margin:0;justify-self:center}
.eai-dp--defence .eai-dp__story-list{position:relative;inset:auto;width:100%;height:auto;min-height:0;display:grid;place-items:stretch;gap:1rem;pointer-events:auto}
.eai-dp--defence .eai-dp__story-card{position:relative;inset:auto;width:100%;min-height:0;padding:clamp(1.4rem,2.2vw,2.2rem);opacity:.62;transform:none!important;filter:none!important;cursor:pointer;transition:opacity .35s ease,border-color .35s ease,background .35s ease,box-shadow .35s ease}
.eai-dp--defence .eai-dp__story-card:hover,.eai-dp--defence .eai-dp__story-card:focus-visible{opacity:.9;border-color:rgba(243,198,111,.58);outline:none}
.eai-dp--defence .eai-dp__story-card.is-active{opacity:1;transform:none!important;border-color:var(--dp-accent);background:linear-gradient(145deg,rgba(35,43,55,.98),rgba(8,18,29,.98));box-shadow:0 18px 50px rgba(0,0,0,.26),inset 3px 0 0 var(--dp-accent);z-index:1}
.eai-dp--defence .eai-dp__story-card.is-prev,.eai-dp--defence .eai-dp__story-card.is-next{opacity:.62;transform:none!important;filter:none!important}
.eai-dp--defence .eai-dp__story-progress{position:static;left:auto;bottom:auto;transform:none;justify-content:flex-start;margin:1.5rem 0 0;padding-left:clamp(4vw,7vw,9vw)}

.eai-dp--defence .eai-dp__feature-band{min-height:0!important;padding-bottom:clamp(6rem,10vw,10rem)}
.eai-dp--defence .eai-dp__feature-band>.eai-dp__container{min-height:0}
.eai-dp--defence .eai-dp__feature-grid,.eai-dp--defence .eai-dp__feature-grid.is-static{position:relative!important;height:auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1px!important;margin-top:clamp(3rem,5vw,5rem)!important;padding:0!important;background:var(--dp-line)!important;border:1px solid var(--dp-line)!important;transform:none!important;transform-origin:initial!important;overflow:visible!important;will-change:auto!important}
.eai-dp--defence .eai-dp__feature-grid .eai-dp__feature,.eai-dp--defence .eai-dp__feature-grid.is-static .eai-dp__feature{position:relative!important;inset:auto!important;left:auto!important;top:auto!important;width:auto!important;min-height:330px;opacity:1!important;filter:none!important;transform:none!important;padding:clamp(1.4rem,2.2vw,2rem);border:0!important;background:linear-gradient(145deg,#102a40,#081624);transition:transform .4s ease,background .4s ease,box-shadow .4s ease}
.eai-dp--defence .eai-dp__feature-grid .eai-dp__feature:nth-child(n+4){min-height:260px}
.eai-dp--defence .eai-dp__feature-grid .eai-dp__feature:hover{transform:translateY(-6px)!important;background:linear-gradient(145deg,#16364d,#0a1b2d);box-shadow:0 18px 45px rgba(0,0,0,.2);z-index:1}
.eai-dp--defence .eai-dp__metric-row{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;margin-top:1px}
@media(max-width:900px){.eai-dp--defence .eai-dp__story-pin{grid-template-columns:1fr;gap:2rem;padding:3rem 1.25rem 0}.eai-dp--defence .eai-dp__story-stage{position:relative;top:auto;width:min(100%,620px);order:0}.eai-dp--defence .eai-dp__story-list{order:1}.eai-dp--defence .eai-dp__story-progress{padding-left:1.25rem}.eai-dp--defence .eai-dp__feature-grid,.eai-dp--defence .eai-dp__feature-grid.is-static{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.eai-dp--defence .eai-dp__story-pin{padding:2.5rem 1.25rem 0}.eai-dp--defence .eai-dp__story-card{padding:1.25rem}.eai-dp--defence .eai-dp__feature-grid,.eai-dp--defence .eai-dp__feature-grid.is-static{grid-template-columns:1fr!important;margin-top:2.5rem!important}.eai-dp--defence .eai-dp__feature-grid .eai-dp__feature,.eai-dp--defence .eai-dp__feature-grid .eai-dp__feature:nth-child(n+4){min-height:250px}}

/* The final field-sequence treatment is a stable set of paired rows. Every
 * mission owns its image, so the visual and copy can never desynchronise or
 * jump while the visitor scrolls. */
.eai-dp--defence .eai-dp__story-pin{display:block!important;padding:clamp(3rem,6vw,6rem) clamp(4vw,7vw,9vw) 0!important}
.eai-dp--defence .eai-dp__story-stage{display:none!important}
.eai-dp--defence .eai-dp__story-rows{display:grid;gap:clamp(2rem,4vw,4.5rem);width:100%}
.eai-dp--defence .eai-dp__story-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,7vw,8rem);align-items:center;padding:clamp(1.5rem,3vw,3rem) 0;border-top:1px solid var(--dp-line)}
.eai-dp--defence .eai-dp__story-row:last-child{border-bottom:1px solid var(--dp-line)}
.eai-dp--defence .eai-dp__story-row-media{position:relative;aspect-ratio:1.28;overflow:hidden;border:1px solid var(--dp-line);background:var(--dp-surface);box-shadow:0 24px 70px rgba(0,0,0,.26)}
.eai-dp--defence .eai-dp__story-row-media:after{content:"";position:absolute;inset:12px;border:1px solid rgba(255,255,255,.14);pointer-events:none}
.eai-dp--defence .eai-dp__story-row-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,.78,.24,1),filter .5s ease}
.eai-dp--defence .eai-dp__story-row:hover .eai-dp__story-row-media img{transform:scale(1.035);filter:saturate(1.05)}
.eai-dp--defence .eai-dp__story-row-card{position:relative!important;inset:auto!important;width:100%!important;min-height:0!important;opacity:.7!important;transform:none!important;filter:none!important;cursor:pointer;transition:opacity .35s ease,border-color .35s ease,background .35s ease,box-shadow .35s ease}
.eai-dp--defence .eai-dp__story-row-card:hover,.eai-dp--defence .eai-dp__story-row-card:focus-visible{opacity:.92!important;border-color:rgba(243,198,111,.58);outline:none}
.eai-dp--defence .eai-dp__story-row-card.is-active{opacity:1!important;border-color:var(--dp-accent);background:linear-gradient(145deg,rgba(35,43,55,.98),rgba(8,18,29,.98));box-shadow:0 18px 50px rgba(0,0,0,.26),inset 3px 0 0 var(--dp-accent);z-index:1}
.eai-dp--defence .eai-dp__story-row-card.is-prev,.eai-dp--defence .eai-dp__story-row-card.is-next{opacity:.7!important;transform:none!important;filter:none!important}
@media(max-width:900px){.eai-dp--defence .eai-dp__story-row{grid-template-columns:1fr;gap:1.25rem}.eai-dp--defence .eai-dp__story-row-media{aspect-ratio:1.45}.eai-dp--defence .eai-dp__story-row-card{order:2}}

/* Attached Defence refinement: the title stays in normal flow while the
 * mission visual remains stable and the readable state cards pass through a
 * centered reading zone. This uses native sticky positioning only on the
 * visual column; the cards themselves never receive wheel-driven transforms. */
.eai-dp--defence .eai-dp__story-pin{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,6vw,7rem);align-items:start;padding:clamp(3rem,6vw,6rem) clamp(4vw,7vw,9vw) 0!important;position:relative!important;top:auto!important;height:auto!important;min-height:0!important;transform:none!important;background:transparent!important}
.eai-dp--defence .eai-dp__story-stage{display:grid!important;position:sticky;top:clamp(6.5rem,9vw,8rem);align-self:start;width:min(100%,650px);aspect-ratio:1/1;margin:0;justify-self:center}
.eai-dp--defence .eai-dp__story-stage img{opacity:1;transition:opacity .38s ease,transform .65s cubic-bezier(.22,.78,.24,1),filter .5s ease}
.eai-dp--defence .eai-dp__story-stage.is-changing img{transform:scale(.97);filter:saturate(.72) brightness(.82)}
.eai-dp--defence .eai-dp__story-list{position:relative!important;inset:auto!important;width:100%;height:auto!important;min-height:0!important;display:grid!important;place-items:stretch!important;gap:clamp(1rem,2vw,1.5rem);pointer-events:auto}
.eai-dp--defence .eai-dp__story-list .eai-dp__story-card{position:relative!important;inset:auto!important;width:100%!important;min-height:min(62vh,560px);display:flex;flex-direction:column;justify-content:center;padding:clamp(1.5rem,3vw,2.5rem);opacity:.34;transform:scale(.94) translateY(1.5rem)!important;filter:none!important;cursor:pointer;transition:opacity .45s ease,transform .55s cubic-bezier(.22,.78,.24,1),border-color .45s ease,background .45s ease,box-shadow .45s ease}
.eai-dp--defence .eai-dp__story-list .eai-dp__story-card:hover,.eai-dp--defence .eai-dp__story-list .eai-dp__story-card:focus-visible{opacity:.82;transform:scale(.97)!important;border-color:rgba(243,198,111,.58);outline:none}
.eai-dp--defence .eai-dp__story-list .eai-dp__story-card.is-active{opacity:1;transform:scale(1)!important;border-color:var(--dp-accent);background:linear-gradient(145deg,rgba(35,43,55,.98),rgba(8,18,29,.98));box-shadow:0 18px 50px rgba(0,0,0,.26),inset 3px 0 0 var(--dp-accent);z-index:1}
.eai-dp--defence .eai-dp__story-list .eai-dp__story-card.is-prev,.eai-dp--defence .eai-dp__story-list .eai-dp__story-card.is-next{opacity:.34;transform:scale(.94) translateY(1.5rem)!important;filter:none!important}
.eai-dp--defence .eai-dp__story-rows{display:none!important}

/* Key Highlights: the heading remains normal flow; a compact sticky viewport
 * advances one equal-width card at a time and centers both end states. */
.eai-dp--defence .eai-dp__feature-band{min-height:0!important;padding-bottom:clamp(6rem,10vw,10rem)}
.eai-dp--defence .eai-dp__feature-band>.eai-dp__container{min-height:0}
.eai-dp--defence .eai-dp__highlight-scroll{position:relative;height:calc(100vh + clamp(360px,36vw,560px));margin-top:clamp(3rem,5vw,5rem)}
.eai-dp--defence .eai-dp__highlight-viewport{position:sticky;top:clamp(5.5rem,8vw,7rem);height:min(64vh,560px);min-height:420px;overflow:hidden;border:1px solid var(--dp-line);background:linear-gradient(145deg,#0d2338,#071522);box-shadow:0 28px 90px rgba(0,0,0,.2)}
.eai-dp--defence .eai-dp__highlight-viewport{display:flex;align-items:stretch;padding:clamp(1rem,2.2vw,2rem)}
.eai-dp--defence .eai-dp__highlight-rail{position:relative!important;top:auto!important;left:auto!important;right:auto!important;display:flex!important;align-items:stretch;gap:clamp(1rem,2vw,2rem);width:max-content;height:100%;flex:0 0 auto;padding:0;margin-left:0;transform:none!important;will-change:margin-left}
.eai-dp--defence .eai-dp__highlight-rail .eai-dp__feature{position:relative!important;inset:auto!important;left:auto!important;top:auto!important;width:clamp(300px,34vw,440px)!important;min-height:100%!important;flex:0 0 clamp(300px,34vw,440px);display:flex;flex-direction:column;justify-content:flex-start;opacity:.42!important;filter:none!important;transform:scale(.92)!important;padding:clamp(1.5rem,2.8vw,2.5rem);border:1px solid var(--dp-line)!important;background:linear-gradient(145deg,#102a40,#081624);transition:opacity .45s ease,transform .55s cubic-bezier(.22,.78,.24,1),border-color .45s ease,box-shadow .45s ease}
.eai-dp--defence .eai-dp__highlight-rail .eai-dp__feature.is-active{opacity:1!important;transform:scale(1)!important;border-color:var(--dp-accent)!important;box-shadow:0 20px 55px rgba(0,0,0,.25),inset 3px 0 0 var(--dp-accent);z-index:2}
.eai-dp--defence .eai-dp__highlight-rail .eai-dp__feature:hover,.eai-dp--defence .eai-dp__highlight-rail .eai-dp__feature:focus-visible{opacity:.9!important;transform:scale(.97)!important;outline:none}
.eai-dp--defence .eai-dp__feature-grid--support{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:1px;background:var(--dp-line);border:1px solid var(--dp-line)}
.eai-dp--defence .eai-dp__feature-grid--support .eai-dp__feature{position:relative!important;inset:auto!important;min-height:250px;opacity:1!important;filter:none!important;transform:none!important}
.eai-dp--defence .eai-dp__metric-row{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;margin-top:1px}
@media(max-width:900px){.eai-dp--defence .eai-dp__story-pin{grid-template-columns:1fr;gap:2rem;padding:3rem 1.25rem 0!important}.eai-dp--defence .eai-dp__story-stage{position:relative;top:auto;width:min(100%,620px);order:0}.eai-dp--defence .eai-dp__story-list{order:1}.eai-dp--defence .eai-dp__story-list .eai-dp__story-card{min-height:420px}.eai-dp--defence .eai-dp__highlight-scroll{height:calc(100svh + 300px);margin-top:2.8rem}.eai-dp--defence .eai-dp__highlight-viewport{top:5.5rem;height:420px;min-height:0}.eai-dp--defence .eai-dp__highlight-rail{top:1rem;height:calc(100% - 2rem);gap:1rem}.eai-dp--defence .eai-dp__highlight-rail .eai-dp__feature{width:calc(78vw - 1rem)!important;flex-basis:calc(78vw - 1rem)}.eai-dp--defence .eai-dp__feature-grid--support{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.eai-dp--defence .eai-dp__story-pin{padding:2.5rem 1.25rem 0!important}.eai-dp--defence .eai-dp__story-list .eai-dp__story-card{min-height:360px;padding:1.25rem}.eai-dp--defence .eai-dp__highlight-scroll{height:auto}.eai-dp--defence .eai-dp__highlight-viewport{position:relative;top:auto;display:block;width:100%;height:auto;min-height:0;overflow:visible}.eai-dp--defence .eai-dp__highlight-rail{position:relative;top:auto;left:auto;width:100%!important;min-width:0!important;max-width:100%!important;height:auto;display:grid!important;grid-template-columns:1fr;gap:1rem;padding:1rem;flex:0 0 auto!important;margin-left:0!important;transform:none!important}.eai-dp--defence .eai-dp__highlight-rail .eai-dp__feature{width:100%!important;min-width:0!important;min-height:250px;flex:auto;opacity:1!important;transform:none!important}.eai-dp--defence .eai-dp__feature-grid--support{grid-template-columns:1fr}}
/* Industrial stable interaction refinement */
.eai-dp--industrial .eai-dp__story{min-height:0!important;padding-bottom:clamp(5rem,9vw,9rem);background:radial-gradient(circle at 24% 48%,rgba(110,217,255,.08),transparent 30%),#071320}
.eai-dp--industrial .eai-dp__story-pin{position:relative!important;top:auto!important;width:auto!important;height:auto!important;min-height:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,6vw,7rem);align-items:start;padding:clamp(3rem,6vw,6rem) clamp(4vw,7vw,9vw) 0!important;transform:none!important;background:transparent!important}
.eai-dp--industrial .eai-dp__story-stage{position:sticky;top:clamp(6.5rem,9vw,8rem);align-self:start;width:min(100%,650px);aspect-ratio:1/1;margin:0;justify-self:center}
.eai-dp--industrial .eai-dp__story-list{position:relative!important;inset:auto!important;width:100%;height:auto!important;min-height:0;display:grid!important;place-items:stretch!important;gap:clamp(1rem,2vw,1.5rem);pointer-events:auto}
.eai-dp--industrial .eai-dp__story-list .eai-dp__story-card{position:relative!important;inset:auto!important;width:100%!important;min-height:min(62vh,560px);display:flex;flex-direction:column;justify-content:center;padding:clamp(1.5rem,3vw,2.5rem);opacity:.34;transform:scale(.94) translateY(1.5rem)!important;filter:none!important;cursor:pointer;transition:opacity .45s ease,transform .55s cubic-bezier(.22,.78,.24,1),border-color .45s ease,background .45s ease,box-shadow .45s ease}
.eai-dp--industrial .eai-dp__story-list .eai-dp__story-card:hover,.eai-dp--industrial .eai-dp__story-list .eai-dp__story-card:focus-visible{opacity:.82;transform:scale(.97)!important;border-color:rgba(110,217,255,.58);outline:none}
.eai-dp--industrial .eai-dp__story-list .eai-dp__story-card.is-active{opacity:1;transform:scale(1)!important;border-color:var(--dp-accent);background:linear-gradient(145deg,rgba(20,51,72,.98),rgba(8,18,29,.98));box-shadow:0 18px 50px rgba(0,0,0,.26),inset 3px 0 0 var(--dp-accent);z-index:1}
.eai-dp--industrial .eai-dp__story-list .eai-dp__story-card.is-prev,.eai-dp--industrial .eai-dp__story-list .eai-dp__story-card.is-next{opacity:.34;transform:scale(.94) translateY(1.5rem)!important;filter:none!important}
.eai-dp--industrial .eai-dp__story-progress{position:static;left:auto;bottom:auto;transform:none;justify-content:flex-start;margin:1.5rem 0 0;padding-left:clamp(4vw,7vw,9vw)}
.eai-dp--industrial .eai-dp__feature-band{min-height:0!important;padding-bottom:clamp(6rem,10vw,10rem)}
.eai-dp--industrial .eai-dp__feature-band>.eai-dp__container{min-height:0}
.eai-dp--industrial .eai-dp__highlight-scroll{position:relative;height:calc(100vh + clamp(420px,42vw,620px));margin-top:clamp(3rem,5vw,5rem)}
.eai-dp--industrial .eai-dp__highlight-viewport{position:sticky;top:clamp(5.5rem,8vw,7rem);height:min(64vh,560px);min-height:420px;overflow:hidden;display:flex;align-items:stretch;padding:clamp(1rem,2.2vw,2rem);border:1px solid var(--dp-line);background:linear-gradient(145deg,#0d2338,#071522);box-shadow:0 28px 90px rgba(0,0,0,.2)}
.eai-dp--industrial .eai-dp__highlight-rail{position:relative!important;top:auto!important;left:auto!important;right:auto!important;display:flex!important;align-items:stretch;gap:clamp(1rem,2vw,2rem);width:max-content;height:100%;flex:0 0 auto;padding:0;margin-left:0;transform:none!important;will-change:margin-left}
.eai-dp--industrial .eai-dp__highlight-rail .eai-dp__feature{position:relative!important;inset:auto!important;left:auto!important;top:auto!important;width:clamp(300px,34vw,440px)!important;min-height:100%!important;flex:0 0 clamp(300px,34vw,440px);display:flex;flex-direction:column;justify-content:flex-start;opacity:.42!important;filter:none!important;transform:scale(.92)!important;padding:clamp(1.5rem,2.8vw,2.5rem);border:1px solid var(--dp-line)!important;background:linear-gradient(145deg,#102a40,#081624);transition:opacity .45s ease,transform .55s cubic-bezier(.22,.78,.24,1),border-color .45s ease,box-shadow .45s ease}
.eai-dp--industrial .eai-dp__highlight-rail .eai-dp__feature.is-active{opacity:1!important;transform:scale(1)!important;border-color:var(--dp-accent)!important;box-shadow:0 20px 55px rgba(0,0,0,.25),inset 3px 0 0 var(--dp-accent);z-index:2}
.eai-dp--industrial .eai-dp__highlight-rail .eai-dp__feature:hover,.eai-dp--industrial .eai-dp__highlight-rail .eai-dp__feature:focus-visible{opacity:.9!important;transform:scale(.97)!important;outline:none}
.eai-dp--industrial .eai-dp__metric-row{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;margin-top:1px}
@media(max-width:900px){.eai-dp--industrial .eai-dp__story-pin{grid-template-columns:1fr;gap:2rem;padding:3rem 1.25rem 0!important}.eai-dp--industrial .eai-dp__story-stage{position:relative;top:auto;width:min(100%,620px);order:0}.eai-dp--industrial .eai-dp__story-list{order:1}.eai-dp--industrial .eai-dp__story-list .eai-dp__story-card{min-height:420px}.eai-dp--industrial .eai-dp__highlight-scroll{height:calc(100svh + 420px);margin-top:2.8rem}.eai-dp--industrial .eai-dp__highlight-viewport{top:5.5rem;height:420px;min-height:0}.eai-dp--industrial .eai-dp__highlight-rail{gap:1rem}.eai-dp--industrial .eai-dp__highlight-rail .eai-dp__feature{width:calc(78vw - 1rem)!important;flex-basis:calc(78vw - 1rem)}}
@media(max-width:560px){.eai-dp--industrial .eai-dp__story-pin{padding:2.5rem 1.25rem 0!important}.eai-dp--industrial .eai-dp__story-list .eai-dp__story-card{min-height:360px;padding:1.25rem}.eai-dp--industrial .eai-dp__highlight-scroll{height:auto}.eai-dp--industrial .eai-dp__highlight-viewport{position:relative;top:auto;display:block;width:100%;height:auto;min-height:0;overflow:visible}.eai-dp--industrial .eai-dp__highlight-rail{position:relative;top:auto;left:auto;width:100%!important;min-width:0!important;max-width:100%!important;height:auto;display:grid!important;grid-template-columns:1fr;gap:1rem;padding:1rem;flex:0 0 auto!important;margin-left:0!important;transform:none!important}.eai-dp--industrial .eai-dp__highlight-rail .eai-dp__feature{width:100%!important;min-width:0!important;min-height:250px;flex:auto;opacity:1!important;transform:none!important}}
/* Agriculture stable interaction refinement. */
.eai-dp--agriculture .eai-dp__story{min-height:0!important;padding-bottom:clamp(5rem,9vw,9rem);background:radial-gradient(circle at 24% 48%,rgba(129,231,122,.09),transparent 30%),#071320}
.eai-dp--agriculture .eai-dp__story-pin{position:relative!important;top:auto!important;width:auto!important;height:auto!important;min-height:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,6vw,7rem);align-items:start;padding:clamp(3rem,6vw,6rem) clamp(4vw,7vw,9vw) 0!important;transform:none!important;background:transparent!important}
.eai-dp--agriculture .eai-dp__story-stage{position:sticky;top:clamp(6.5rem,9vw,8rem);align-self:start;width:min(100%,650px);aspect-ratio:1/1;margin:0;justify-self:center}
.eai-dp--agriculture .eai-dp__story-list{position:relative!important;inset:auto!important;width:100%;height:auto!important;min-height:0;display:grid!important;place-items:stretch!important;gap:clamp(1rem,2vw,1.5rem);pointer-events:auto}
.eai-dp--agriculture .eai-dp__story-list .eai-dp__story-card{position:relative!important;inset:auto!important;width:100%!important;min-height:min(62vh,560px);display:flex;flex-direction:column;justify-content:center;padding:clamp(1.5rem,3vw,2.5rem);opacity:.34;transform:scale(.94) translateY(1.5rem)!important;filter:none!important;cursor:pointer;transition:opacity .45s ease,transform .55s cubic-bezier(.22,.78,.24,1),border-color .45s ease,background .45s ease,box-shadow .45s ease}
.eai-dp--agriculture .eai-dp__story-list .eai-dp__story-card:hover,.eai-dp--agriculture .eai-dp__story-list .eai-dp__story-card:focus-visible{opacity:.82;transform:scale(.97)!important;border-color:rgba(129,231,122,.58);outline:none}
.eai-dp--agriculture .eai-dp__story-list .eai-dp__story-card.is-active{opacity:1;transform:scale(1)!important;border-color:var(--dp-accent);background:linear-gradient(145deg,rgba(29,66,58,.98),rgba(8,18,29,.98));box-shadow:0 18px 50px rgba(0,0,0,.26),inset 3px 0 0 var(--dp-accent);z-index:1}
.eai-dp--agriculture .eai-dp__story-list .eai-dp__story-card.is-prev,.eai-dp--agriculture .eai-dp__story-list .eai-dp__story-card.is-next{opacity:.34;transform:scale(.94) translateY(1.5rem)!important;filter:none!important}
.eai-dp--agriculture .eai-dp__story-progress{position:static;left:auto;bottom:auto;transform:none;justify-content:flex-start;margin:1.5rem 0 0;padding-left:clamp(4vw,7vw,9vw)}
.eai-dp--agriculture .eai-dp__feature-band{min-height:0!important;padding-bottom:clamp(6rem,10vw,10rem)}
.eai-dp--agriculture .eai-dp__feature-band>.eai-dp__container{min-height:0}
.eai-dp--agriculture .eai-dp__highlight-scroll{position:relative;height:calc(100vh + clamp(420px,42vw,620px));margin-top:clamp(3rem,5vw,5rem)}
.eai-dp--agriculture .eai-dp__highlight-viewport{position:sticky;top:clamp(5.5rem,8vw,7rem);height:min(64vh,560px);min-height:420px;overflow:hidden;display:flex;align-items:stretch;padding:clamp(1rem,2.2vw,2rem);border:1px solid var(--dp-line);background:linear-gradient(145deg,#102d2b,#071522);box-shadow:0 28px 90px rgba(0,0,0,.2)}
.eai-dp--agriculture .eai-dp__highlight-rail{position:relative!important;top:auto!important;left:auto!important;right:auto!important;display:flex!important;align-items:stretch;gap:clamp(1rem,2vw,2rem);width:max-content;height:100%;flex:0 0 auto;padding:0;margin-left:0;transform:none!important;will-change:margin-left}
.eai-dp--agriculture .eai-dp__highlight-rail .eai-dp__feature{position:relative!important;inset:auto!important;left:auto!important;top:auto!important;width:clamp(300px,34vw,440px)!important;min-height:100%!important;flex:0 0 clamp(300px,34vw,440px);display:flex;flex-direction:column;justify-content:flex-start;opacity:.42!important;filter:none!important;transform:scale(.92)!important;padding:clamp(1.5rem,2.8vw,2.5rem);border:1px solid var(--dp-line)!important;background:linear-gradient(145deg,#102f3b,#081624);transition:opacity .45s ease,transform .55s cubic-bezier(.22,.78,.24,1),border-color .45s ease,box-shadow .45s ease}
.eai-dp--agriculture .eai-dp__highlight-rail .eai-dp__feature.is-active{opacity:1!important;transform:scale(1)!important;border-color:var(--dp-accent)!important;box-shadow:0 20px 55px rgba(0,0,0,.25),inset 3px 0 0 var(--dp-accent);z-index:2}
.eai-dp--agriculture .eai-dp__highlight-rail .eai-dp__feature:hover,.eai-dp--agriculture .eai-dp__highlight-rail .eai-dp__feature:focus-visible{opacity:.9!important;transform:scale(.97)!important;outline:none}
.eai-dp--agriculture .eai-dp__feature-grid--support{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:1px;background:var(--dp-line);border:1px solid var(--dp-line)}
.eai-dp--agriculture .eai-dp__feature-grid--support .eai-dp__feature{position:relative!important;inset:auto!important;min-height:250px;opacity:1!important;filter:none!important;transform:none!important}
.eai-dp--agriculture .eai-dp__metric-row{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;margin-top:1px}
@media(max-width:900px){.eai-dp--agriculture .eai-dp__story-pin{grid-template-columns:1fr;gap:2rem;padding:3rem 1.25rem 0!important}.eai-dp--agriculture .eai-dp__story-stage{position:relative;top:auto;width:min(100%,620px);order:0}.eai-dp--agriculture .eai-dp__story-list{order:1}.eai-dp--agriculture .eai-dp__story-list .eai-dp__story-card{min-height:420px}.eai-dp--agriculture .eai-dp__highlight-scroll{height:calc(100svh + 420px);margin-top:2.8rem}.eai-dp--agriculture .eai-dp__highlight-viewport{top:5.5rem;height:420px;min-height:0}.eai-dp--agriculture .eai-dp__highlight-rail{gap:1rem}.eai-dp--agriculture .eai-dp__highlight-rail .eai-dp__feature{width:calc(78vw - 1rem)!important;flex-basis:calc(78vw - 1rem)}.eai-dp--agriculture .eai-dp__feature-grid--support{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.eai-dp--agriculture .eai-dp__story-pin{padding:2.5rem 1.25rem 0!important}.eai-dp--agriculture .eai-dp__story-list .eai-dp__story-card{min-height:360px;padding:1.25rem}.eai-dp--agriculture .eai-dp__highlight-scroll{height:auto}.eai-dp--agriculture .eai-dp__highlight-viewport{position:relative;top:auto;display:block;width:100%;height:auto;min-height:0;overflow:visible}.eai-dp--agriculture .eai-dp__highlight-rail{position:relative;top:auto;left:auto;width:100%!important;min-width:0!important;max-width:100%!important;height:auto;display:grid!important;grid-template-columns:1fr;gap:1rem;padding:1rem;flex:0 0 auto!important;margin-left:0!important;transform:none!important}.eai-dp--agriculture .eai-dp__highlight-rail .eai-dp__feature{width:100%!important;min-width:0!important;min-height:250px;flex:auto;opacity:1!important;transform:none!important}.eai-dp--agriculture .eai-dp__feature-grid--support{grid-template-columns:1fr}}
/* Light premium palette for Drone Manufacturing detail pages. */
body.division-drone-manufacturing .eai-dp {
	--dp-bg: #f3f7fa;
	--dp-surface: #ffffff;
	--dp-surface-2: #eaf3f6;
	--dp-ink: #07314a;
	--dp-muted: #536c7d;
	--dp-line: rgba(7, 49, 74, .16);
	--dp-accent: #087bc1;
	--dp-accent-2: #65bfd7;
	--dp-glow: rgba(8, 123, 193, .2);
	background: var(--dp-bg);
	color: var(--dp-ink);
}
body.division-drone-manufacturing .eai-dp--agriculture { --dp-accent: #2d8701; --dp-accent-2: #67cd73; --dp-glow: rgba(45, 135, 1, .18); }
body.division-drone-manufacturing .eai-dp--industrial { --dp-accent: #087bc1; --dp-accent-2: #65bfd7; }
body.division-drone-manufacturing .eai-dp--defence { --dp-accent: #236d02; --dp-accent-2: #67cd73; --dp-glow: rgba(35, 109, 2, .18); }
body.division-drone-manufacturing .eai-dp__hero { background: linear-gradient(112deg, rgba(243, 247, 250, .96) 0%, rgba(243, 247, 250, .72) 52%, rgba(243, 247, 250, .28) 100%); }
body.division-drone-manufacturing .eai-dp__hero:before { background: radial-gradient(circle at 76% 34%, var(--dp-glow), transparent 32%), linear-gradient(180deg, rgba(243, 247, 250, .16), var(--dp-bg) 96%); }
body.division-drone-manufacturing .eai-dp__hero-media img { filter: saturate(.72) contrast(.98) brightness(1.08); mix-blend-mode: multiply; }
body.division-drone-manufacturing .eai-dp__hero p,
body.division-drone-manufacturing .eai-dp__hero-meta { color: var(--dp-muted); }
body.division-drone-manufacturing .eai-dp__intro { background: linear-gradient(180deg, var(--dp-bg), #eaf3f6); }
body.division-drone-manufacturing .eai-dp__intro-media { background: var(--dp-surface); box-shadow: 0 30px 90px rgba(7, 49, 74, .14); }
body.division-drone-manufacturing .eai-dp__intro-tag { background: rgba(255, 255, 255, .8); color: var(--dp-accent); box-shadow: 0 12px 30px rgba(7, 49, 74, .1); }
body.division-drone-manufacturing .eai-dp__story { background: radial-gradient(circle at 50% 46%, rgba(101, 191, 215, .14), transparent 45%), var(--dp-bg); }
body.division-drone-manufacturing .eai-dp__story-stage { background: linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(225, 239, 244, .92)); box-shadow: 0 30px 100px rgba(7, 49, 74, .14); }
body.division-drone-manufacturing .eai-dp__story-card { background: linear-gradient(145deg, rgba(255, 255, 255, .95), rgba(235, 245, 248, .96)); box-shadow: 0 25px 70px rgba(7, 49, 74, .14); }
body.division-drone-manufacturing .eai-dp__story-card li { color: var(--dp-muted); }
body.division-drone-manufacturing .eai-dp__feature-band { background: #eaf3f6; }
body.division-drone-manufacturing .eai-dp__feature { background: linear-gradient(145deg, #ffffff, #e6f1f5); }
body.division-drone-manufacturing .eai-dp__feature:hover { background: linear-gradient(145deg, #ffffff, #dcecf2); box-shadow: 0 18px 45px rgba(7, 49, 74, .14); }
body.division-drone-manufacturing .eai-dp__metric { background: #ffffff; }
body.division-drone-manufacturing .eai-dp__cta { background: radial-gradient(circle at 76% 20%, var(--dp-glow), transparent 32%), linear-gradient(130deg, #eaf3f6, #dcecf2); }

/* The horizontal highlight rail has variant-specific rules later in the
 * stylesheet. Re-assert the light surface at the same specificity so the
 * active/inactive cards remain readable while their scroll animation stays
 * untouched on desktop, tablet, and mobile. */
body.division-drone-manufacturing .eai-dp--agriculture .eai-dp__highlight-viewport,
body.division-drone-manufacturing .eai-dp--industrial .eai-dp__highlight-viewport,
body.division-drone-manufacturing .eai-dp--defence .eai-dp__highlight-viewport {
	background: linear-gradient(145deg, #f8fbfc, #eaf3f6) !important;
	box-shadow: 0 28px 90px rgba(7, 49, 74, .12);
}

body.division-drone-manufacturing .eai-dp--agriculture .eai-dp__highlight-rail .eai-dp__feature,
body.division-drone-manufacturing .eai-dp--industrial .eai-dp__highlight-rail .eai-dp__feature,
body.division-drone-manufacturing .eai-dp--defence .eai-dp__highlight-rail .eai-dp__feature {
	background: linear-gradient(145deg, #ffffff, #e6f1f5) !important;
	color: var(--dp-ink);
	border-color: var(--dp-line) !important;
	box-shadow: 0 20px 55px rgba(7, 49, 74, .1);
}

body.division-drone-manufacturing .eai-dp--agriculture .eai-dp__highlight-rail .eai-dp__feature h3,
body.division-drone-manufacturing .eai-dp--industrial .eai-dp__highlight-rail .eai-dp__feature h3,
body.division-drone-manufacturing .eai-dp--defence .eai-dp__highlight-rail .eai-dp__feature h3 {
	color: var(--dp-ink) !important;
}

body.division-drone-manufacturing .eai-dp--agriculture .eai-dp__highlight-rail .eai-dp__feature p,
body.division-drone-manufacturing .eai-dp--industrial .eai-dp__highlight-rail .eai-dp__feature p,
body.division-drone-manufacturing .eai-dp--defence .eai-dp__highlight-rail .eai-dp__feature p {
	color: var(--dp-muted) !important;
}

/* Story panels also receive late variant backgrounds; keep those panels and
 * their active states on the same light, readable surface. */
body.division-drone-manufacturing .eai-dp--agriculture .eai-dp__story,
body.division-drone-manufacturing .eai-dp--industrial .eai-dp__story,
body.division-drone-manufacturing .eai-dp--defence .eai-dp__story,
body.division-drone-manufacturing .eai-dp--agriculture .eai-dp__story-pin.is-positioned,
body.division-drone-manufacturing .eai-dp--industrial .eai-dp__story-pin.is-positioned,
body.division-drone-manufacturing .eai-dp--defence .eai-dp__story-pin.is-positioned {
	background: radial-gradient(circle at 24% 48%, rgba(101, 191, 215, .12), transparent 34%), #f3f7fa !important;
}

body.division-drone-manufacturing .eai-dp--agriculture .eai-dp__story-list .eai-dp__story-card,
body.division-drone-manufacturing .eai-dp--industrial .eai-dp__story-list .eai-dp__story-card,
body.division-drone-manufacturing .eai-dp--defence .eai-dp__story-list .eai-dp__story-card,
body.division-drone-manufacturing .eai-dp--defence .eai-dp__story-row-card {
	background: linear-gradient(145deg, #ffffff, #e6f1f5) !important;
	color: var(--dp-ink);
	border-color: var(--dp-line) !important;
	box-shadow: 0 18px 50px rgba(7, 49, 74, .1);
}

body.division-drone-manufacturing .eai-dp--agriculture .eai-dp__story-list .eai-dp__story-card h3,
body.division-drone-manufacturing .eai-dp--industrial .eai-dp__story-list .eai-dp__story-card h3,
body.division-drone-manufacturing .eai-dp--defence .eai-dp__story-list .eai-dp__story-card h3,
body.division-drone-manufacturing .eai-dp--defence .eai-dp__story-row-card h3 {
	color: var(--dp-ink) !important;
}

body.division-drone-manufacturing .eai-dp--agriculture .eai-dp__story-list .eai-dp__story-card p,
body.division-drone-manufacturing .eai-dp--industrial .eai-dp__story-list .eai-dp__story-card p,
body.division-drone-manufacturing .eai-dp--defence .eai-dp__story-list .eai-dp__story-card p,
body.division-drone-manufacturing .eai-dp--defence .eai-dp__story-row-card p {
	color: var(--dp-muted) !important;
}

/* Detail-page type and control polish; the scrollytelling structure remains
 * unchanged, with the tighter scale applied only on larger screens. */
@media (min-width: 901px) {
	.eai-dp__hero h1 { font-size: clamp(3.4rem, 7.1vw, 7.2rem); line-height: .92; }
	.eai-dp__intro h2 { font-size: clamp(2.8rem, 4.8vw, 5.55rem); line-height: .95; }
	.eai-dp__story-head h2 { font-size: clamp(3rem, 5.7vw, 6.35rem); line-height: .92; }
	.eai-dp__feature-band h2 { font-size: clamp(3rem, 5.5vw, 6rem); line-height: .93; }
	.eai-dp__cta h2 { font-size: clamp(3rem, 5.8vw, 6.4rem); line-height: .93; }
}
.eai-dp__button { display: inline-flex; align-items: center; justify-content: center; line-height: 1.1; }
@media (max-width: 560px) { .eai-dp__button { min-height: 52px; } }

/* Keep the document canvas itself on the light division surface; otherwise
 * the theme's page background can show through as dark strips around the
 * Elementor sections on child routes. */
body.division-drone-manufacturing.page-id-33,
body.division-drone-manufacturing.page-id-34,
body.division-drone-manufacturing.page-id-35,
body.division-drone-manufacturing.page-id-68 {
	background: #f3f7fa !important;
}
