/* Nile Tour v8.6.0 PILOT — True Template System
 * Scope: alternate Hero, Fleet and Gallery templates only.
 * Standard styles are untouched. Palette is locked to existing Nile Tour tokens.
 */

/* ---------- shared pilot primitives ---------- */
.nh-pilot-hero,.nh-pilot-fleet,.nh-pilot-gallery{--p-navy:var(--nh-navy);--p-blue:var(--nh-blue);--p-gold:var(--nh-gold);--p-bg:var(--nh-bg);--p-card:var(--nh-card);--p-text:var(--nh-text);--p-muted:var(--nh-muted);--p-line:var(--nh-line);--p-white:var(--nh-white)}
.nh-pilot-hero button,.nh-pilot-fleet button,.nh-pilot-gallery button{font-family:inherit}
.nh-pilot-inline-nav,.nh-pilot-scroll-nav{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:18px}
.nh-pilot-inline-nav button,.nh-pilot-scroll-nav button,.nh-pilot-round{border:1px solid var(--p-line);background:var(--p-card);color:var(--p-navy);min-width:44px;height:44px;border-radius:999px;padding:0 16px;font-weight:900;box-shadow:0 10px 25px rgba(8,58,97,.08)}
.nh-pilot-inline-nav button:hover,.nh-pilot-scroll-nav button:hover,.nh-pilot-round:hover{border-color:var(--p-gold);transform:translateY(-1px)}
.nh-pilot-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.nh-pilot-facts{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.nh-pilot-facts span{border:1px solid var(--p-line);background:var(--p-card);color:var(--p-muted);border-radius:999px;padding:8px 12px;font-size:10px}.nh-pilot-facts b{color:var(--p-navy)}
.nh-pilot-hero [hidden],.nh-pilot-fleet [hidden],.nh-pilot-gallery [hidden]{display:none!important}
.nh-pilot-hero img,.nh-pilot-fleet img,.nh-pilot-gallery img{display:block;width:100%;height:100%;object-fit:cover}

/* ---------- HERO 02: split editorial ---------- */
.nh-home-cinematic.nh-pilot-hero--clean{min-height:0;background:var(--p-bg);color:var(--p-text);padding:42px 0 36px;overflow:visible}
.nh-pilot-hero-clean__shell{display:grid;grid-template-columns:190px 1fr;gap:22px;align-items:stretch}
.nh-pilot-hero-clean__rail{display:flex;flex-direction:column;gap:7px;padding-top:28px}
.nh-pilot-hero-clean__rail button{border:0;border-right:3px solid transparent;background:transparent;color:var(--p-muted);text-align:right;padding:9px 10px;display:grid;grid-template-columns:32px 1fr;align-items:center;gap:7px}.nh-pilot-hero-clean__rail button span{font-size:9px;color:var(--p-blue)}.nh-pilot-hero-clean__rail button b{font-size:11px}.nh-pilot-hero-clean__rail button.is-active{border-color:var(--p-gold);background:var(--p-card);color:var(--p-navy);box-shadow:0 10px 30px rgba(8,58,97,.07)}
.nh-pilot-hero-clean__stage{min-width:0}.nh-pilot-hero-clean__slide{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(420px,1.22fr);min-height:560px;background:var(--p-card);border:1px solid var(--p-line);border-radius:30px;overflow:hidden;box-shadow:var(--nh-shadow-lg)}
.nh-pilot-hero-clean__copy{padding:54px 42px;display:flex;flex-direction:column;justify-content:center}.nh-pilot-hero-clean__copy h1{margin:8px 0 10px;color:var(--p-navy);font-size:clamp(38px,5vw,68px);line-height:1.05}.nh-pilot-hero-clean__copy>p{color:var(--p-muted);font-size:14px;line-height:1.9;margin:0;max-width:470px}.nh-pilot-hero-clean__visual{margin:0;position:relative;min-height:560px}.nh-pilot-hero-clean__visual figcaption{position:absolute;bottom:22px;right:22px;left:22px;padding:14px 16px;border-radius:18px;background:rgba(6,45,77,.88);color:var(--p-white);display:flex;justify-content:space-between;gap:10px;align-items:center;backdrop-filter:blur(10px)}.nh-pilot-hero-clean__visual figcaption small{color:var(--p-gold);font-size:8px}.nh-pilot-hero-clean__visual figcaption b{font-size:13px}.nh-pilot-hero-clean__shell>.nh-pilot-controls{grid-column:2;display:flex;justify-content:flex-end;align-items:center;gap:10px}.nh-pilot-controls button{width:42px;height:42px;border-radius:50%;border:1px solid var(--p-line);background:var(--p-card);color:var(--p-navy);font-size:20px}.nh-pilot-controls span{font-size:10px;color:var(--p-muted)}.nh-pilot-controls b{color:var(--p-navy)}

/* ---------- HERO 03: full cinema story deck ---------- */
.nh-home-cinematic.nh-pilot-hero--immersive{min-height:720px;background:var(--p-navy);overflow:hidden;color:var(--p-white)}
.nh-pilot-hero-immersive__screen{position:relative;height:650px}.nh-pilot-hero-immersive__slide{position:absolute;inset:0;background-image:var(--pilot-image);background-size:cover;background-position:center;display:flex;align-items:flex-end}.nh-pilot-hero-immersive__veil{position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,45,77,.96) 0%,rgba(6,45,77,.56) 36%,rgba(6,45,77,.08) 70%)}.nh-pilot-hero-immersive__copy{position:relative;z-index:2;padding-bottom:86px;text-align:right}.nh-pilot-hero-immersive__copy>span{color:var(--p-gold);font-size:10px;font-weight:900;letter-spacing:.16em}.nh-pilot-hero-immersive__copy h1{color:var(--p-white);font-size:clamp(52px,7vw,94px);line-height:.95;margin:10px 0 8px;max-width:900px}.nh-pilot-hero-immersive__copy p{color:var(--p-white);font-size:15px;max-width:650px;margin:0 0 18px}.nh-pilot-hero-immersive__copy>div{display:flex;gap:10px;flex-wrap:wrap}
.nh-pilot-hero-immersive__deck{position:relative;z-index:6;margin-top:-56px;display:grid;grid-template-columns:48px 1fr 48px;gap:10px;align-items:center}.nh-pilot-hero-immersive__selectors{display:flex;gap:8px;overflow:auto;scrollbar-width:none;padding:8px;background:var(--p-card);border-radius:20px;border:1px solid var(--p-line);box-shadow:var(--nh-shadow-lg)}.nh-pilot-hero-immersive__selectors::-webkit-scrollbar{display:none}.nh-pilot-hero-immersive__selectors button{flex:0 0 160px;height:72px;border:0;background:var(--nh-bg-2);border-radius:14px;overflow:hidden;padding:0;display:grid;grid-template-columns:72px 1fr;align-items:center;color:var(--p-text);text-align:right}.nh-pilot-hero-immersive__selectors img{height:72px}.nh-pilot-hero-immersive__selectors span{display:grid;padding:0 10px}.nh-pilot-hero-immersive__selectors small{color:var(--p-blue);font-size:8px}.nh-pilot-hero-immersive__selectors b{font-size:10px}.nh-pilot-hero-immersive__selectors button.is-active{outline:2px solid var(--p-gold)}

/* ---------- HERO 04: magazine frame ---------- */
.nh-home-cinematic.nh-pilot-hero--split{min-height:0;background:var(--p-card);color:var(--p-text);padding:28px 0 46px;overflow:visible}
.nh-pilot-hero-split__layout{display:grid;grid-template-columns:160px 1fr;gap:18px;position:relative}.nh-pilot-hero-split__index{padding:18px 0;display:flex;flex-direction:column;gap:5px}.nh-pilot-hero-split__index>span{font-family:Georgia,serif;color:var(--p-navy);font-size:32px;line-height:.9;margin-bottom:18px}.nh-pilot-hero-split__index button{border:0;background:transparent;border-bottom:1px solid var(--p-line);padding:10px 0;color:var(--p-muted);display:grid;grid-template-columns:32px 1fr;text-align:right}.nh-pilot-hero-split__index b{color:var(--p-blue);font-size:10px}.nh-pilot-hero-split__index small{font-size:9px}.nh-pilot-hero-split__index button.is-active small{color:var(--p-navy);font-weight:900}.nh-pilot-hero-split__pages{min-width:0}.nh-pilot-hero-split__page{display:grid;grid-template-columns:1.4fr .72fr;min-height:600px;border:1px solid var(--p-line);background:var(--p-bg);overflow:hidden}.nh-pilot-hero-split__photo{min-height:600px}.nh-pilot-hero-split__story{padding:48px 36px;display:flex;flex-direction:column;justify-content:flex-end;border-right:10px solid var(--p-gold)}.nh-pilot-hero-split__story>small{font-size:8px;color:var(--p-blue);font-weight:900;letter-spacing:.12em}.nh-pilot-hero-split__story h1{font-size:clamp(40px,4.7vw,68px);color:var(--p-navy);line-height:1.02;margin:12px 0}.nh-pilot-hero-split__story p{color:var(--p-muted);font-size:13px;line-height:1.8}.nh-pilot-hero-split__story>a{color:var(--p-blue);font-weight:900;margin:10px 0 18px}.nh-pilot-hero-split__nav{position:absolute;left:22px;bottom:22px;display:flex;gap:8px}.nh-pilot-hero-split__nav button{border:1px solid var(--p-line);background:var(--p-card);color:var(--p-navy);border-radius:999px;padding:8px 13px;font-weight:900}

/* ---------- HERO 05: panorama ---------- */
.nh-home-cinematic.nh-pilot-hero--panorama{min-height:0;background:var(--p-bg);padding:38px 0 34px;color:var(--p-text);overflow:visible}
.nh-pilot-hero-panorama__viewport{border-radius:28px;overflow:hidden;box-shadow:var(--nh-shadow-lg)}.nh-pilot-hero-panorama__slide{position:relative;height:510px}.nh-pilot-hero-panorama__slide>img{position:absolute;inset:0}.nh-pilot-hero-panorama__bar{position:absolute;right:20px;left:20px;bottom:20px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.8);border-radius:20px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--p-text);backdrop-filter:blur(12px)}.nh-pilot-hero-panorama__bar span{font-size:8px;color:var(--p-blue);font-weight:900}.nh-pilot-hero-panorama__bar h1{color:var(--p-navy);font-size:34px;margin:2px 0}.nh-pilot-hero-panorama__bar>div:last-child{display:flex;align-items:center;gap:12px}.nh-pilot-hero-panorama__bar small{color:var(--p-muted)}.nh-pilot-hero-panorama__bar strong{color:var(--p-blue);font-size:20px}.nh-pilot-hero-panorama__rail{display:grid;grid-template-columns:44px repeat(6,minmax(100px,1fr)) 44px;gap:8px;margin-top:10px;align-items:stretch}.nh-pilot-hero-panorama__rail>button:first-child,.nh-pilot-hero-panorama__rail>button:last-child{border:1px solid var(--p-line);background:var(--p-card);color:var(--p-navy);border-radius:14px;font-size:22px}.nh-pilot-hero-panorama__chip{height:68px;border:1px solid var(--p-line);background:var(--p-card);border-radius:14px;padding:5px;display:grid;grid-template-columns:58px 1fr;gap:7px;align-items:center;color:var(--p-text)}.nh-pilot-hero-panorama__chip img{height:56px;border-radius:10px}.nh-pilot-hero-panorama__chip span{font-size:8px;font-weight:900}.nh-pilot-hero-panorama__chip.is-active{border-color:var(--p-gold)}

/* ---------- HERO 06: floating photo stage ---------- */
.nh-home-cinematic.nh-pilot-hero--glassdeck{min-height:0;background:linear-gradient(180deg,var(--p-bg),var(--p-card));padding:42px 0 54px;color:var(--p-text);overflow:visible}
.nh-pilot-hero-glass__label{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;color:var(--p-navy)}.nh-pilot-hero-glass__label b{font-family:Georgia,serif;font-size:22px}.nh-pilot-hero-glass__label span{font-size:8px;color:var(--p-muted);letter-spacing:.14em}.nh-pilot-hero-glass__stage{position:relative}.nh-pilot-hero-glass__slide{min-height:590px;position:relative;display:flex;align-items:center}.nh-pilot-hero-glass__slide figure{margin:0;width:72%;height:560px;border-radius:30px;overflow:hidden;box-shadow:var(--nh-shadow-lg)}.nh-pilot-hero-glass__card{position:absolute;left:0;width:42%;padding:38px;background:rgba(255,255,255,.94);border:1px solid var(--p-line);border-radius:26px;box-shadow:0 28px 70px rgba(8,58,97,.16);backdrop-filter:blur(16px)}.nh-pilot-hero-glass__card>span{color:var(--p-blue);font-size:9px;font-weight:900}.nh-pilot-hero-glass__card h1{color:var(--p-navy);font-size:clamp(42px,5vw,68px);margin:8px 0}.nh-pilot-hero-glass__card p{color:var(--p-muted);font-size:13px;line-height:1.9}.nh-pilot-hero-glass__card>div{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.nh-pilot-hero-glass__card>div>a:not(.nh-btn){color:var(--p-blue);font-weight:900}.nh-pilot-hero-glass__pager{display:flex;align-items:center;justify-content:flex-end;gap:12px}.nh-pilot-hero-glass__pager button{border:1px solid var(--p-line);background:var(--p-card);color:var(--p-navy);border-radius:50%;width:42px;height:42px}.nh-pilot-hero-glass__pager span{display:flex;gap:7px;align-items:center;color:var(--p-muted);font-size:9px}.nh-pilot-hero-glass__pager i{width:60px;height:1px;background:var(--p-line)}.nh-pilot-hero-glass__pager b{color:var(--p-navy)}

/* ---------- HERO 07: center spotlight ---------- */
.nh-home-cinematic.nh-pilot-hero--spotlight{min-height:0;background:var(--p-card);padding:34px 0 46px;color:var(--p-text);overflow:visible}
.nh-pilot-hero-spotlight__wrap>header{text-align:center;margin-bottom:16px}.nh-pilot-hero-spotlight__wrap>header span{color:var(--p-blue);font-weight:900;font-size:9px;letter-spacing:.16em}.nh-pilot-hero-spotlight__wrap>header p{color:var(--p-muted);font-size:12px;margin:6px 0}.nh-pilot-hero-spotlight__stage article{text-align:center}.nh-pilot-hero-spotlight__halo{width:min(820px,82vw);height:430px;margin:auto;border-radius:46% 46% 28px 28px;overflow:hidden;position:relative;box-shadow:var(--nh-shadow-lg);border:1px solid var(--p-line)}.nh-pilot-hero-spotlight__halo:after{content:"";position:absolute;inset:0;border:14px solid rgba(255,255,255,.75);border-radius:inherit;pointer-events:none}.nh-pilot-hero-spotlight__copy{width:min(650px,92%);margin:-54px auto 0;position:relative;z-index:2;background:var(--p-card);border:1px solid var(--p-line);border-radius:24px;padding:20px 24px;box-shadow:0 20px 52px rgba(8,58,97,.13)}.nh-pilot-hero-spotlight__copy h1{color:var(--p-navy);font-size:42px;margin:0 0 5px}.nh-pilot-hero-spotlight__copy p{color:var(--p-muted);margin:0 0 12px}.nh-pilot-hero-spotlight__copy>div{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.nh-pilot-hero-spotlight__nav{display:grid;grid-template-columns:44px 1fr 44px;gap:8px;align-items:center;width:min(520px,92%);margin:14px auto 0}.nh-pilot-hero-spotlight__nav>button{border:1px solid var(--p-line);background:var(--p-card);color:var(--p-navy);border-radius:50%;height:44px}.nh-pilot-hero-spotlight__nav>div{display:flex;justify-content:center;gap:7px}.nh-pilot-hero-spotlight__nav>div button{width:30px;height:30px;border-radius:50%;border:1px solid var(--p-line);background:var(--p-bg);color:var(--p-blue);font-size:8px}.nh-pilot-hero-spotlight__nav>div button.is-active{background:var(--p-navy);color:var(--p-white);border-color:var(--p-navy)}

/* ---------- HERO 08: poster ---------- */
.nh-home-cinematic.nh-pilot-hero--poster{min-height:0;background:var(--p-bg);padding:34px 0;color:var(--p-text);overflow:visible}
.nh-pilot-hero-poster__wrap{position:relative}.nh-pilot-hero-poster__poster{display:grid;grid-template-columns:1.25fr .75fr;min-height:610px;background:var(--p-card);border:1px solid var(--p-line);box-shadow:var(--nh-shadow-lg);overflow:hidden}.nh-pilot-hero-poster__image{position:relative}.nh-pilot-hero-poster__image>span{position:absolute;right:22px;top:22px;color:var(--p-white);font-family:Georgia,serif;font-size:46px;line-height:.85;text-shadow:0 5px 24px rgba(6,45,77,.45)}.nh-pilot-hero-poster__ticket{padding:48px 34px;display:flex;flex-direction:column;justify-content:center;border-right:8px solid var(--p-gold)}.nh-pilot-hero-poster__ticket>small{color:var(--p-blue);font-size:9px;font-weight:900}.nh-pilot-hero-poster__ticket h1{color:var(--p-navy);font-size:clamp(44px,5vw,72px);line-height:1;margin:12px 0}.nh-pilot-hero-poster__ticket p{color:var(--p-muted);font-size:13px;line-height:1.8}.nh-pilot-hero-poster__ticket dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0}.nh-pilot-hero-poster__ticket dl div{border:1px solid var(--p-line);padding:10px;border-radius:13px}.nh-pilot-hero-poster__ticket dt{font-size:8px;color:var(--p-muted)}.nh-pilot-hero-poster__ticket dd{margin:2px 0 0;color:var(--p-navy);font-weight:900}.nh-pilot-hero-poster__ticket>a:not(.nh-btn){color:var(--p-blue);font-weight:900;margin-top:12px}.nh-pilot-hero-poster__nav{position:absolute;left:18px;bottom:18px;display:flex;align-items:center;gap:8px;background:var(--p-card);padding:6px;border-radius:999px;border:1px solid var(--p-line)}.nh-pilot-hero-poster__nav button{width:38px;height:38px;border:0;background:var(--p-bg);color:var(--p-navy);border-radius:50%}.nh-pilot-hero-poster__nav span{font-weight:900;color:var(--p-navy);min-width:24px;text-align:center}

/* ---------- HERO 09: minimal ---------- */
.nh-home-cinematic.nh-pilot-hero--minimal{min-height:0;background:var(--p-card);color:var(--p-text);padding:32px 0 52px;overflow:visible}
.nh-pilot-hero-minimal__top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--p-line);padding-bottom:10px;margin-bottom:20px}.nh-pilot-hero-minimal__top>b{color:var(--p-navy);font-family:Georgia,serif}.nh-pilot-hero-minimal__top>div{display:flex;gap:4px}.nh-pilot-hero-minimal__top button{border:0;background:transparent;color:var(--p-muted);font-size:8px;padding:6px 7px}.nh-pilot-hero-minimal__top button.is-active{color:var(--p-navy);border-bottom:2px solid var(--p-gold)}.nh-pilot-hero-minimal__story{display:grid;grid-template-columns:.78fr 1.22fr;gap:42px;align-items:center;min-height:540px}.nh-pilot-hero-minimal__story figure{height:520px;margin:0;overflow:hidden;border-radius:12px}.nh-pilot-hero-minimal__copy>span{color:var(--p-blue);font-size:9px;font-weight:900}.nh-pilot-hero-minimal__copy h1{color:var(--p-navy);font-size:clamp(48px,6vw,82px);line-height:.98;margin:10px 0}.nh-pilot-hero-minimal__copy p{color:var(--p-muted);font-size:14px;line-height:1.9}.nh-pilot-hero-minimal__nav{display:flex;justify-content:flex-end;gap:8px}.nh-pilot-hero-minimal__nav button{border:0;background:transparent;color:var(--p-blue);font-weight:900;padding:8px 0 8px 18px}

/* ---------- HERO 10: diagonal signature ---------- */
.nh-home-cinematic.nh-pilot-hero--signature{min-height:650px;background:var(--p-navy);color:var(--p-white);overflow:hidden}
.nh-pilot-hero-signature__frame{position:relative;min-height:650px}.nh-pilot-hero-signature__frame>article{position:absolute;inset:0}.nh-pilot-hero-signature__image{position:absolute;inset:0 0 0 34%;clip-path:polygon(20% 0,100% 0,100% 100%,0 100%)}.nh-pilot-hero-signature__copy{position:relative;z-index:2;min-height:650px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:min(calc(100% - 44px),var(--nh-container));margin:auto;padding-left:48%;color:var(--p-white)}.nh-pilot-hero-signature__copy>span{color:var(--p-gold);font-size:9px;font-weight:900}.nh-pilot-hero-signature__copy h1{color:var(--p-white);font-size:clamp(52px,6vw,82px);line-height:1;margin:10px 0}.nh-pilot-hero-signature__copy p{color:var(--p-white);font-size:14px;max-width:430px}.nh-pilot-hero-signature__copy>div{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.nh-pilot-hero-signature__rail{position:absolute;right:22px;bottom:22px;z-index:4;display:flex;gap:6px;max-width:60%;overflow:auto;scrollbar-width:none}.nh-pilot-hero-signature__rail button{flex:0 0 132px;border:1px solid rgba(255,255,255,.25);background:rgba(6,45,77,.78);color:var(--p-white);border-radius:14px;padding:9px 10px;text-align:right;display:flex;justify-content:space-between;gap:8px}.nh-pilot-hero-signature__rail button b{font-size:8px}.nh-pilot-hero-signature__rail button span{color:var(--p-gold);font-size:8px}.nh-pilot-hero-signature__rail button.is-active{border-color:var(--p-gold)}.nh-pilot-hero-signature__prev,.nh-pilot-hero-signature__next{position:absolute;top:50%;z-index:4;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(6,45,77,.8);color:var(--p-white);font-size:22px}.nh-pilot-hero-signature__prev{right:16px}.nh-pilot-hero-signature__next{left:16px}

/* ======================== FLEET ======================== */
.nh-pilot-fleet{background:var(--p-bg);color:var(--p-text)}
.nh-pilot-fleet h2,.nh-pilot-fleet h3{color:var(--p-navy)}
/* Fleet 02 editorial */
.nh-pilot-fleet--editorial .nh-pilot-fleet-editorial__head{max-width:620px;margin-bottom:22px}.nh-pilot-fleet-editorial__head h2{font-size:42px;margin:6px 0}.nh-pilot-fleet-editorial__head p{color:var(--p-muted)}.nh-pilot-fleet-editorial__layout{display:grid;grid-template-columns:220px 1fr;gap:20px}.nh-pilot-fleet-editorial__layout>aside{display:flex;flex-direction:column}.nh-pilot-fleet-editorial__layout>aside button{background:transparent;border:0;border-bottom:1px solid var(--p-line);padding:12px 8px;text-align:right;color:var(--p-muted);display:grid;grid-template-columns:32px 1fr;grid-template-rows:auto auto}.nh-pilot-fleet-editorial__layout>aside button>span{grid-row:1/3;color:var(--p-blue);font-size:9px}.nh-pilot-fleet-editorial__layout>aside button b{font-size:11px}.nh-pilot-fleet-editorial__layout>aside button small{font-size:8px}.nh-pilot-fleet-editorial__layout>aside button.is-active{background:var(--p-card);color:var(--p-navy);border-right:3px solid var(--p-gold)}.nh-pilot-fleet-editorial__stage article{display:grid;grid-template-columns:1.3fr .7fr;min-height:470px;background:var(--p-card);border:1px solid var(--p-line);overflow:hidden}.nh-pilot-fleet-editorial__stage article>div{padding:34px;display:flex;flex-direction:column;justify-content:center}.nh-pilot-fleet-editorial__stage span{color:var(--p-blue);font-size:8px;font-weight:900}.nh-pilot-fleet-editorial__stage h3{font-size:38px;margin:6px 0}.nh-pilot-fleet-editorial__stage p{color:var(--p-muted)}.nh-pilot-fleet-editorial__stage strong{color:var(--p-blue);font-size:22px;margin:8px 0 14px}
/* Fleet 03 compact */
.nh-pilot-fleet-compact__bar{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:16px}.nh-pilot-fleet-compact__bar h2{font-size:38px;margin:5px 0}.nh-pilot-fleet-compact__directory{display:grid;grid-template-columns:300px 1fr;gap:12px;min-height:450px}.nh-pilot-fleet-compact__list{background:var(--p-card);border:1px solid var(--p-line);border-radius:20px;padding:8px;display:flex;flex-direction:column;gap:5px}.nh-pilot-fleet-compact__list button{height:64px;border:0;background:transparent;border-radius:12px;padding:5px;display:grid;grid-template-columns:72px 1fr;gap:9px;text-align:right;color:var(--p-text)}.nh-pilot-fleet-compact__list img{border-radius:9px}.nh-pilot-fleet-compact__list span{display:grid;align-content:center}.nh-pilot-fleet-compact__list b{font-size:10px}.nh-pilot-fleet-compact__list small{font-size:8px;color:var(--p-muted)}.nh-pilot-fleet-compact__list button.is-active{background:var(--p-bg);outline:1px solid var(--p-gold)}.nh-pilot-fleet-compact__detail article{height:100%;display:grid;grid-template-columns:1.2fr .8fr;background:var(--p-navy);color:var(--p-white);border-radius:20px;overflow:hidden}.nh-pilot-fleet-compact__detail article>div{padding:30px;display:flex;flex-direction:column;justify-content:center}.nh-pilot-fleet-compact__detail h3{color:var(--p-white);font-size:36px;margin:4px 0}.nh-pilot-fleet-compact__detail p{color:var(--p-white);font-size:11px}.nh-pilot-fleet-compact__detail small{color:var(--p-gold);margin-top:8px}.nh-pilot-fleet-compact__detail strong{font-size:23px;color:var(--p-white)}.nh-pilot-fleet-compact__detail a{color:var(--p-gold);font-weight:900;margin-top:14px}
/* Fleet 04 deck */
.nh-pilot-fleet--deck>div>header{text-align:center;margin-bottom:18px}.nh-pilot-fleet--deck h2{font-size:42px;margin:5px 0}.nh-pilot-fleet-deck__stage{position:relative;width:min(900px,100%);margin:auto;min-height:500px}.nh-pilot-fleet-deck__stage article{position:relative;z-index:4}.nh-pilot-fleet-deck__card{display:grid;grid-template-columns:1.15fr .85fr;min-height:460px;background:var(--p-card);border:1px solid var(--p-line);border-radius:28px;overflow:hidden;box-shadow:var(--nh-shadow-lg)}.nh-pilot-fleet-deck__card>div{padding:38px;display:flex;flex-direction:column;justify-content:center}.nh-pilot-fleet-deck__card span{color:var(--p-blue);font-size:9px}.nh-pilot-fleet-deck__card h3{font-size:40px;margin:7px 0}.nh-pilot-fleet-deck__card p{color:var(--p-muted)}.nh-pilot-fleet-deck__card strong{font-size:24px;color:var(--p-blue);margin:8px 0 15px}.nh-pilot-fleet-deck__ghosts i{position:absolute;left:6%;right:6%;height:80%;bottom:-16px;border-radius:28px;background:var(--p-card);border:1px solid var(--p-line);z-index:1}.nh-pilot-fleet-deck__ghosts i:last-child{left:12%;right:12%;bottom:-30px;opacity:.7}.nh-pilot-fleet-deck__stage>.prev,.nh-pilot-fleet-deck__stage>.next{position:absolute;z-index:7;top:50%;width:46px;height:46px;border-radius:50%;border:1px solid var(--p-line);background:var(--p-card);color:var(--p-navy);font-size:24px}.nh-pilot-fleet-deck__stage>.prev{right:-22px}.nh-pilot-fleet-deck__stage>.next{left:-22px}.nh-pilot-fleet-deck__dots{display:flex;justify-content:center;gap:6px;margin-top:42px}.nh-pilot-fleet-deck__dots button{width:7px;height:7px;border:0;border-radius:50%;background:var(--p-line);padding:0}.nh-pilot-fleet-deck__dots button.is-active{width:24px;border-radius:999px;background:var(--p-gold)}
/* Fleet 05 panorama */
.nh-pilot-fleet-panorama__head{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}.nh-pilot-fleet-panorama__head h2{font-size:38px;margin:4px 0}.nh-pilot-fleet-panorama__screen{border-radius:26px;overflow:hidden}.nh-pilot-fleet-panorama__screen article{height:430px;position:relative}.nh-pilot-fleet-panorama__screen article:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(6,45,77,.92))}.nh-pilot-fleet-panorama__screen article>div{position:absolute;z-index:2;right:22px;left:22px;bottom:20px;display:grid;grid-template-columns:1fr auto auto auto;align-items:end;gap:16px;color:var(--p-white)}.nh-pilot-fleet-panorama__screen h3{color:var(--p-white);font-size:34px;margin:0}.nh-pilot-fleet-panorama__screen span{font-size:9px}.nh-pilot-fleet-panorama__screen strong{font-size:20px;color:var(--p-gold)}.nh-pilot-fleet-panorama__screen a{background:var(--p-card);color:var(--p-navy);border-radius:999px;padding:8px 14px;font-weight:900}.nh-pilot-fleet-panorama__rail{display:flex;gap:6px;overflow:auto;scrollbar-width:none;margin-top:8px}.nh-pilot-fleet-panorama__rail button{flex:0 0 auto;border:1px solid var(--p-line);background:var(--p-card);color:var(--p-muted);border-radius:999px;padding:8px 12px;font-size:8px;font-weight:900}.nh-pilot-fleet-panorama__rail button.is-active{background:var(--p-navy);color:var(--p-white);border-color:var(--p-navy)}
/* Fleet 06 magazine mosaic */
.nh-pilot-fleet-luxegrid__head{display:grid;grid-template-columns:1fr 1fr;align-items:end;margin-bottom:18px}.nh-pilot-fleet-luxegrid__head h2{font-size:42px;margin:4px 0}.nh-pilot-fleet-luxegrid__head p{color:var(--p-muted);margin:0}.nh-pilot-fleet-luxegrid__grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:190px;gap:12px}.nh-pilot-fleet-luxegrid__grid article{grid-column:span 4}.nh-pilot-fleet-luxegrid__grid article:nth-child(1),.nh-pilot-fleet-luxegrid__grid article:nth-child(5){grid-column:span 8;grid-row:span 2}.nh-pilot-fleet-luxegrid__grid article a{position:relative;display:block;height:100%;overflow:hidden;border-radius:20px;border:1px solid var(--p-line);background:var(--p-card)}.nh-pilot-fleet-luxegrid__grid figure{position:absolute;inset:0;margin:0}.nh-pilot-fleet-luxegrid__grid figure:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(6,45,77,.9))}.nh-pilot-fleet-luxegrid__grid figure span{position:absolute;z-index:2;top:12px;right:12px;background:var(--p-card);color:var(--p-navy);padding:5px 8px;border-radius:999px;font-size:8px}.nh-pilot-fleet-luxegrid__grid article>a>div{position:absolute;z-index:2;right:14px;left:14px;bottom:12px;color:var(--p-white)}.nh-pilot-fleet-luxegrid__grid h3{color:var(--p-white);font-size:18px;margin:0}.nh-pilot-fleet-luxegrid__grid p{font-size:8px;margin:2px 0}.nh-pilot-fleet-luxegrid__grid strong{color:var(--p-gold)}.nh-pilot-fleet--luxegrid .nh-pilot-scroll-nav{display:none}
/* Fleet 07 center stage */
.nh-pilot-fleet--centerstage>div>header{text-align:center;margin-bottom:16px}.nh-pilot-fleet--centerstage h2{font-size:42px;margin:5px 0}.nh-pilot-fleet-center__stage{display:grid;grid-template-columns:50px 1fr 50px;gap:10px;align-items:center}.nh-pilot-fleet-center__stage>button{height:50px;border-radius:50%;border:1px solid var(--p-line);background:var(--p-card);color:var(--p-navy);font-size:26px}.nh-pilot-fleet-center__stage article{display:grid;grid-template-columns:1.2fr .8fr;min-height:480px;border:1px solid var(--p-line);border-radius:34px;overflow:hidden;background:var(--p-card);box-shadow:var(--nh-shadow)}.nh-pilot-fleet-center__info{padding:38px;display:flex;flex-direction:column;justify-content:center}.nh-pilot-fleet-center__info>span{font-size:10px;color:var(--p-blue)}.nh-pilot-fleet-center__info h3{font-size:42px;margin:6px 0}.nh-pilot-fleet-center__info p{color:var(--p-muted)}.nh-pilot-fleet-center__info strong{font-size:24px;color:var(--p-blue);margin:8px 0 16px}.nh-pilot-fleet-center__names{display:flex;justify-content:center;gap:5px;overflow:auto;scrollbar-width:none;margin-top:12px}.nh-pilot-fleet-center__names button{border:0;background:transparent;color:var(--p-muted);font-size:8px;font-weight:900;padding:7px 10px;border-bottom:2px solid transparent}.nh-pilot-fleet-center__names button.is-active{color:var(--p-navy);border-color:var(--p-gold)}
/* Fleet 08 marina glass */
.nh-pilot-fleet--glasscards{background:linear-gradient(180deg,var(--p-bg),var(--p-card))}.nh-pilot-fleet--glasscards>div>header{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.nh-pilot-fleet--glasscards h2{font-size:40px;margin:5px 0}.nh-pilot-fleet-glass__marina{display:flex;gap:14px;overflow:auto;scrollbar-width:none;padding:20px 5px 30px}.nh-pilot-fleet-glass__marina article{flex:0 0 300px;height:430px;border-radius:28px;position:relative;overflow:hidden;box-shadow:var(--nh-shadow)}.nh-pilot-fleet-glass__marina article:after{content:"";position:absolute;inset:34% 0 0;background:linear-gradient(transparent,rgba(6,45,77,.92))}.nh-pilot-fleet-glass__marina article>div{position:absolute;z-index:2;right:14px;left:14px;bottom:14px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-radius:18px;padding:14px;color:var(--p-text)}.nh-pilot-fleet-glass__marina small{color:var(--p-blue);font-size:8px}.nh-pilot-fleet-glass__marina h3{font-size:20px;margin:4px 0}.nh-pilot-fleet-glass__marina p{font-size:8px;color:var(--p-muted);margin:0}.nh-pilot-fleet-glass__marina strong{color:var(--p-blue);display:block;margin:7px 0}.nh-pilot-fleet-glass__marina a{color:var(--p-navy);font-weight:900;font-size:9px}
/* Fleet 09 journey timeline */
.nh-pilot-fleet-story__title{margin-bottom:18px}.nh-pilot-fleet-story__title h2{font-size:42px;margin:4px 0}.nh-pilot-fleet-story__timeline{display:flex;gap:0;overflow:auto;scrollbar-width:none;border-top:1px solid var(--p-line);margin-bottom:18px}.nh-pilot-fleet-story__timeline button{flex:1 0 130px;border:0;background:transparent;border-top:4px solid transparent;margin-top:-2px;padding:12px 8px;color:var(--p-muted);display:grid;gap:4px;text-align:center}.nh-pilot-fleet-story__timeline span{color:var(--p-blue);font-size:8px}.nh-pilot-fleet-story__timeline b{font-size:9px}.nh-pilot-fleet-story__timeline button.is-active{border-color:var(--p-gold);color:var(--p-navy)}.nh-pilot-fleet-story__story article{display:grid;grid-template-columns:.7fr 1.3fr;gap:0;min-height:450px;background:var(--p-card);border:1px solid var(--p-line);border-radius:24px;overflow:hidden}.nh-pilot-fleet-story__story article>div{padding:38px;display:flex;flex-direction:column;justify-content:center}.nh-pilot-fleet-story__story h3{font-size:40px;margin:0 0 6px}.nh-pilot-fleet-story__story p{color:var(--p-muted)}.nh-pilot-fleet-story__story dl{display:flex;gap:8px}.nh-pilot-fleet-story__story dl div{border:1px solid var(--p-line);border-radius:12px;padding:8px 12px}.nh-pilot-fleet-story__story dt{font-size:7px;color:var(--p-muted)}.nh-pilot-fleet-story__story dd{margin:0;color:var(--p-navy);font-weight:900}
/* Fleet 10 numbered catalog */
.nh-pilot-fleet-signature__layout{display:grid;grid-template-columns:320px 1fr;gap:22px}.nh-pilot-fleet-signature__catalog{border-left:1px solid var(--p-line);padding-left:22px}.nh-pilot-fleet-signature__catalog>span{color:var(--p-blue);font-size:8px;font-weight:900}.nh-pilot-fleet-signature__catalog h2{font-size:40px;line-height:1.05}.nh-pilot-fleet-signature__catalog button{width:100%;border:0;background:transparent;border-bottom:1px solid var(--p-line);padding:11px 0;display:grid;grid-template-columns:40px 1fr;text-align:right;color:var(--p-muted)}.nh-pilot-fleet-signature__catalog button b{color:var(--p-blue);font-size:9px}.nh-pilot-fleet-signature__catalog button span{font-size:10px}.nh-pilot-fleet-signature__catalog button.is-active span{color:var(--p-navy);font-weight:900}.nh-pilot-fleet-signature__feature article{display:grid;grid-template-rows:390px auto;background:var(--p-card);border:1px solid var(--p-line);border-radius:24px;overflow:hidden}.nh-pilot-fleet-signature__feature article>div{padding:18px;display:grid;grid-template-columns:1fr auto;gap:4px 12px;align-items:center}.nh-pilot-fleet-signature__feature small{color:var(--p-muted)}.nh-pilot-fleet-signature__feature h3{font-size:28px;margin:0}.nh-pilot-fleet-signature__feature strong{color:var(--p-blue);font-size:20px}.nh-pilot-fleet-signature__feature a{color:var(--p-navy);font-weight:900}

/* ======================== GALLERY ======================== */
.nh-pilot-gallery{background:var(--p-card);color:var(--p-text)}.nh-pilot-gallery h2{color:var(--p-navy)}
/* Gallery 02 main + thumbs */
.nh-pilot-gallery--grid>div>header{max-width:650px;margin-bottom:18px}.nh-pilot-gallery--grid h2{font-size:42px;margin:4px 0}.nh-pilot-gallery--grid header p{color:var(--p-muted)}.nh-pilot-gallery-grid__layout{display:grid;grid-template-columns:1fr 190px;gap:10px;height:540px}.nh-pilot-gallery-grid__main button{position:relative;width:100%;height:540px;border:0;padding:0;border-radius:24px;overflow:hidden}.nh-pilot-gallery-grid__main button span{position:absolute;right:18px;bottom:18px;background:var(--p-navy);color:var(--p-white);border-radius:14px;padding:10px 14px;display:grid}.nh-pilot-gallery-grid__main span small{color:var(--p-gold);font-size:8px}.nh-pilot-gallery-grid__thumbs{display:flex;flex-direction:column;gap:8px;overflow:auto;scrollbar-width:none}.nh-pilot-gallery-grid__thumbs button{height:82px;flex:0 0 82px;border:1px solid var(--p-line);border-radius:13px;padding:4px;background:var(--p-card);position:relative;overflow:hidden}.nh-pilot-gallery-grid__thumbs button span{position:absolute;bottom:4px;right:4px;background:var(--p-navy);color:var(--p-white);font-size:7px;border-radius:8px;padding:3px 6px}.nh-pilot-gallery-grid__thumbs button.is-active{border:2px solid var(--p-gold)}
/* Gallery 03 contact sheet */
.nh-pilot-gallery-mosaic__head{display:flex;justify-content:space-between;align-items:end;margin-bottom:16px}.nh-pilot-gallery-mosaic__head h2{font-size:40px;margin:4px 0}.nh-pilot-gallery-mosaic__grid{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:145px;gap:7px}.nh-pilot-gallery-mosaic__grid button{position:relative;border:0;padding:0;overflow:hidden;border-radius:14px}.nh-pilot-gallery-mosaic__grid button:nth-child(6n+1),.nh-pilot-gallery-mosaic__grid button:nth-child(6n+4){grid-column:span 2;grid-row:span 2}.nh-pilot-gallery-mosaic__grid button span{position:absolute;top:7px;right:7px;background:var(--p-card);color:var(--p-navy);border-radius:999px;padding:3px 6px;font-size:7px}.nh-pilot-gallery-mosaic__grid button b{position:absolute;bottom:7px;right:7px;background:rgba(6,45,77,.86);color:var(--p-white);padding:4px 7px;border-radius:8px;font-size:7px}.nh-pilot-gallery--mosaic .nh-pilot-scroll-nav{display:none}
/* Gallery 04 filmstrip */
.nh-pilot-gallery--filmstrip{background:var(--p-navy);color:var(--p-white)}.nh-pilot-gallery--filmstrip h2{color:var(--p-white);font-size:42px;margin:5px 0}.nh-pilot-gallery--filmstrip header p{color:var(--p-white)}.nh-pilot-gallery-filmstrip__frame{display:grid;grid-template-columns:48px 1fr 48px;gap:10px;align-items:center}.nh-pilot-gallery-filmstrip__frame>button{height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:var(--p-white);font-size:24px}.nh-pilot-gallery-filmstrip__track{display:flex;gap:14px;overflow:auto;scrollbar-width:none;padding:20px 0}.nh-pilot-gallery-filmstrip__track button{position:relative;flex:0 0 330px;height:260px;border:10px solid var(--p-card);border-top-width:24px;border-bottom-width:36px;background:var(--p-card);padding:0;color:var(--p-navy)}.nh-pilot-gallery-filmstrip__track small{position:absolute;bottom:-27px;right:4px;left:4px;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nh-pilot-film-hole{position:absolute;top:-18px;left:7px;width:8px;height:8px;border-radius:2px;background:var(--p-navy);box-shadow:18px 0 var(--p-navy),36px 0 var(--p-navy),54px 0 var(--p-navy),72px 0 var(--p-navy),90px 0 var(--p-navy),108px 0 var(--p-navy),126px 0 var(--p-navy),144px 0 var(--p-navy),162px 0 var(--p-navy),180px 0 var(--p-navy),198px 0 var(--p-navy),216px 0 var(--p-navy),234px 0 var(--p-navy),252px 0 var(--p-navy),270px 0 var(--p-navy)}
/* Gallery 05 editorial journal */
.nh-pilot-gallery-editorial__layout{display:grid;grid-template-columns:300px 1fr 120px;gap:14px;min-height:520px}.nh-pilot-gallery-editorial__copy{padding:28px 12px;display:flex;flex-direction:column;justify-content:center}.nh-pilot-gallery-editorial__copy h2{font-size:40px;line-height:1.05;margin:8px 0}.nh-pilot-gallery-editorial__copy p{color:var(--p-muted);font-size:12px}.nh-pilot-gallery-editorial__feature button{position:relative;width:100%;height:520px;border:0;padding:0;overflow:hidden}.nh-pilot-gallery-editorial__feature button span{position:absolute;right:18px;bottom:18px;background:var(--p-card);color:var(--p-text);padding:12px 14px;display:grid;min-width:170px;border-right:4px solid var(--p-gold)}.nh-pilot-gallery-editorial__feature span small{color:var(--p-blue);font-size:8px}.nh-pilot-gallery-editorial__feature span em{font-style:normal;color:var(--p-muted);font-size:8px}.nh-pilot-gallery-editorial__rail{display:flex;flex-direction:column;gap:7px;overflow:auto;scrollbar-width:none}.nh-pilot-gallery-editorial__rail button{height:78px;flex:0 0 78px;border:1px solid var(--p-line);padding:3px;background:var(--p-card)}.nh-pilot-gallery-editorial__rail button.is-active{border:2px solid var(--p-gold)}
/* Gallery 06 photo deck */
.nh-pilot-gallery--polaroid h2{font-size:42px;margin:4px 0}.nh-pilot-gallery-polaroid__deck{display:flex;align-items:center;justify-content:center;gap:0;min-height:470px;padding:22px 40px;overflow:visible}.nh-pilot-gallery-polaroid__deck button{flex:0 0 250px;height:340px;border:12px solid var(--p-card);border-bottom-width:56px;background:var(--p-card);box-shadow:0 18px 42px rgba(8,58,97,.13);padding:0;position:relative;transform:rotate(var(--tilt));margin-inline:-36px;transition:.25s;z-index:1}.nh-pilot-gallery-polaroid__deck button:hover{transform:rotate(0) translateY(-10px);z-index:4}.nh-pilot-gallery-polaroid__deck span{position:absolute;bottom:-44px;right:0;left:0;text-align:right;color:var(--p-text)}.nh-pilot-gallery-polaroid__deck b{font-size:10px}.nh-pilot-gallery-polaroid__deck small{display:block;color:var(--p-muted);font-size:8px}
/* Gallery 07 panorama viewer */
.nh-pilot-gallery-panorama__head{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}.nh-pilot-gallery-panorama__head h2{font-size:40px;margin:4px 0}.nh-pilot-gallery-panorama__screen button{position:relative;width:100%;height:480px;border:0;padding:0;border-radius:22px;overflow:hidden}.nh-pilot-gallery-panorama__screen button span{position:absolute;right:16px;bottom:16px;background:rgba(6,45,77,.9);color:var(--p-white);border-radius:999px;padding:8px 12px;display:flex;gap:8px;align-items:center}.nh-pilot-gallery-panorama__screen small{color:var(--p-gold)}.nh-pilot-gallery-panorama__rail{display:flex;gap:6px;overflow:auto;scrollbar-width:none;margin-top:8px}.nh-pilot-gallery-panorama__rail button{flex:0 0 100px;height:64px;border:1px solid var(--p-line);padding:3px;background:var(--p-card);border-radius:12px}.nh-pilot-gallery-panorama__rail button.is-active{border:2px solid var(--p-gold)}
/* Gallery 08 bento */
.nh-pilot-gallery--bento h2{font-size:42px;margin:5px 0}.nh-pilot-gallery--bento header p{color:var(--p-muted)}.nh-pilot-gallery-bento__grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:150px;gap:8px}.nh-pilot-gallery-bento__grid button{position:relative;border:0;padding:0;border-radius:16px;overflow:hidden;grid-column:span 3}.nh-pilot-gallery-bento__grid .item-1,.nh-pilot-gallery-bento__grid .item-5{grid-column:span 6;grid-row:span 2}.nh-pilot-gallery-bento__grid .item-2,.nh-pilot-gallery-bento__grid .item-6{grid-column:span 3;grid-row:span 2}.nh-pilot-gallery-bento__grid span{position:absolute;right:8px;bottom:8px;background:rgba(255,255,255,.92);color:var(--p-text);border-radius:10px;padding:5px 7px;display:grid}.nh-pilot-gallery-bento__grid b{font-size:8px}.nh-pilot-gallery-bento__grid small{font-size:7px;color:var(--p-muted)}.nh-pilot-gallery--bento .nh-pilot-scroll-nav{display:none}
/* Gallery 09 spotlight */
.nh-pilot-gallery--spotlight>div>header{text-align:center;margin-bottom:14px}.nh-pilot-gallery--spotlight h2{font-size:42px;margin:4px 0}.nh-pilot-gallery-spotlight__stage{display:grid;grid-template-columns:50px 1fr 50px;gap:10px;align-items:center}.nh-pilot-gallery-spotlight__stage>button{height:50px;border-radius:50%;border:1px solid var(--p-line);background:var(--p-card);color:var(--p-navy);font-size:25px}.nh-pilot-gallery-spotlight__stage>div>button{position:relative;width:100%;height:500px;border:0;padding:0;border-radius:28px;overflow:hidden}.nh-pilot-gallery-spotlight__stage span{position:absolute;left:18px;bottom:18px;background:var(--p-card);color:var(--p-text);padding:13px 16px;border-radius:18px;display:grid;min-width:180px;text-align:right}.nh-pilot-gallery-spotlight__stage small{color:var(--p-blue);font-size:8px}.nh-pilot-gallery-spotlight__stage em{font-style:normal;color:var(--p-muted);font-size:8px}.nh-pilot-gallery-spotlight__dots{display:flex;justify-content:center;gap:5px;margin-top:10px}.nh-pilot-gallery-spotlight__dots button{width:7px;height:7px;border:0;border-radius:50%;background:var(--p-line);padding:0}.nh-pilot-gallery-spotlight__dots button.is-active{width:24px;border-radius:999px;background:var(--p-gold)}
/* Gallery 10 numbered signature */
.nh-pilot-gallery-signature__layout{display:grid;grid-template-columns:280px 1fr;gap:20px}.nh-pilot-gallery-signature__layout>aside{padding:24px 16px;border-left:1px solid var(--p-line)}.nh-pilot-gallery-signature__layout>aside>span{color:var(--p-blue);font-size:8px;font-weight:900}.nh-pilot-gallery-signature__layout h2{font-size:40px;line-height:1.05}.nh-pilot-gallery-signature__layout p{color:var(--p-muted);font-size:11px}.nh-pilot-gallery-signature__layout>aside>div{display:flex;flex-wrap:wrap;gap:4px;margin-top:20px}.nh-pilot-gallery-signature__layout>aside button{width:34px;height:34px;border:1px solid var(--p-line);background:var(--p-card);color:var(--p-muted);border-radius:50%;font-size:8px}.nh-pilot-gallery-signature__layout>aside button.is-active{background:var(--p-navy);color:var(--p-white);border-color:var(--p-navy)}.nh-pilot-gallery-signature__feature>button{position:relative;width:100%;height:520px;border:0;padding:0;overflow:hidden}.nh-pilot-gallery-signature__feature>button span{position:absolute;right:16px;bottom:16px;background:var(--p-navy);color:var(--p-white);padding:10px 13px;border-radius:12px;display:grid}.nh-pilot-gallery-signature__feature small{color:var(--p-gold);font-size:8px}

/* ---------- motion layer: only pilot templates, only Motion Edition ---------- */
body.nh-motion-edition .nh-pilot-hero [data-pilot-slide].is-active,body.nh-motion-edition .nh-pilot-fleet [data-pilot-slide].is-active,body.nh-motion-edition .nh-pilot-gallery [data-pilot-slide].is-active{animation:nhPilotIn .48s cubic-bezier(.16,1,.3,1) both}
body.nh-motion-edition .nh-pilot-hero img,body.nh-motion-edition .nh-pilot-fleet img,body.nh-motion-edition .nh-pilot-gallery img{transition:transform .7s cubic-bezier(.16,1,.3,1),filter .4s ease}
body.nh-motion-edition .nh-pilot-fleet article:hover img,body.nh-motion-edition .nh-pilot-gallery button:hover img{transform:scale(1.025)}
@keyframes nhPilotIn{from{opacity:0;transform:translateY(12px);filter:blur(5px)}to{opacity:1;transform:none;filter:none}}

/* ---------- tablet contract ---------- */
@media(max-width:1024px){
  .nh-pilot-hero-clean__shell{grid-template-columns:145px 1fr}.nh-pilot-hero-clean__slide{grid-template-columns:.85fr 1.15fr;min-height:500px}.nh-pilot-hero-clean__visual{min-height:500px}.nh-pilot-hero-clean__copy{padding:36px 28px}
  .nh-pilot-hero-split__layout{grid-template-columns:130px 1fr}.nh-pilot-hero-split__page{grid-template-columns:1.2fr .8fr;min-height:520px}.nh-pilot-hero-split__photo{min-height:520px}
  .nh-pilot-hero-glass__slide{min-height:520px}.nh-pilot-hero-glass__slide figure{height:500px}.nh-pilot-hero-glass__card{width:46%;padding:28px}
  .nh-pilot-hero-poster__poster{min-height:540px}
  .nh-pilot-fleet-editorial__layout{grid-template-columns:180px 1fr}.nh-pilot-fleet-editorial__stage article{grid-template-columns:1.15fr .85fr}
  .nh-pilot-fleet-compact__directory{grid-template-columns:240px 1fr}.nh-pilot-fleet-signature__layout{grid-template-columns:260px 1fr}
  .nh-pilot-gallery-grid__layout{grid-template-columns:1fr 150px;height:480px}.nh-pilot-gallery-grid__main button{height:480px}.nh-pilot-gallery-editorial__layout{grid-template-columns:250px 1fr 95px}.nh-pilot-gallery-editorial__feature button{height:480px}.nh-pilot-gallery-signature__layout{grid-template-columns:230px 1fr}
}

/* ---------- mobile contract: NO vertical collection dumps ---------- */
@media(max-width:780px){
  .nh-pilot-hero,.nh-pilot-fleet,.nh-pilot-gallery{overflow:hidden}
  .nh-pilot-inline-nav,.nh-pilot-scroll-nav{margin-top:10px}
  .nh-pilot-inline-nav button,.nh-pilot-scroll-nav button{height:40px;min-width:40px;padding:0 12px}

  /* all alternate heroes stay compact */
  .nh-home-cinematic.nh-pilot-hero--clean,.nh-home-cinematic.nh-pilot-hero--split,.nh-home-cinematic.nh-pilot-hero--panorama,.nh-home-cinematic.nh-pilot-hero--glassdeck,.nh-home-cinematic.nh-pilot-hero--spotlight,.nh-home-cinematic.nh-pilot-hero--poster,.nh-home-cinematic.nh-pilot-hero--minimal{padding:16px 0 22px}
  .nh-pilot-hero-clean__shell{display:block}.nh-pilot-hero-clean__rail{display:flex;flex-direction:row;overflow:auto;scrollbar-width:none;padding:0 0 8px;gap:5px}.nh-pilot-hero-clean__rail button{flex:0 0 auto;border-right:0;border-bottom:2px solid transparent;padding:7px 9px;background:var(--p-card);border-radius:10px;display:flex}.nh-pilot-hero-clean__rail button.is-active{border-bottom-color:var(--p-gold)}.nh-pilot-hero-clean__slide{display:grid;grid-template-columns:1fr;min-height:0;border-radius:20px}.nh-pilot-hero-clean__visual{grid-row:1;height:265px;min-height:265px}.nh-pilot-hero-clean__copy{grid-row:2;padding:18px}.nh-pilot-hero-clean__copy h1{font-size:34px}.nh-pilot-hero-clean__copy>p{font-size:11px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nh-pilot-hero-clean__visual figcaption{bottom:10px;right:10px;left:10px;padding:8px 10px}.nh-pilot-hero-clean__shell>.nh-pilot-controls{grid-column:auto;justify-content:center;margin-top:8px}

  .nh-home-cinematic.nh-pilot-hero--immersive{min-height:0}.nh-pilot-hero-immersive__screen{height:540px}.nh-pilot-hero-immersive__copy{padding-bottom:96px}.nh-pilot-hero-immersive__copy h1{font-size:42px}.nh-pilot-hero-immersive__copy p{font-size:11px;max-width:92%}.nh-pilot-hero-immersive__deck{grid-template-columns:38px 1fr 38px;margin-top:-82px}.nh-pilot-hero-immersive__selectors button{flex-basis:130px;height:60px;grid-template-columns:60px 1fr}.nh-pilot-hero-immersive__selectors img{height:60px}

  .nh-pilot-hero-split__layout{display:block}.nh-pilot-hero-split__index{flex-direction:row;overflow:auto;scrollbar-width:none;padding:0 0 8px}.nh-pilot-hero-split__index>span{display:none}.nh-pilot-hero-split__index button{flex:0 0 auto;border-bottom:2px solid transparent;padding:7px 9px;background:var(--p-bg);border-radius:10px}.nh-pilot-hero-split__page{display:grid;grid-template-columns:1fr;min-height:0}.nh-pilot-hero-split__photo{height:270px;min-height:270px}.nh-pilot-hero-split__story{padding:18px;border-right:0;border-top:5px solid var(--p-gold)}.nh-pilot-hero-split__story h1{font-size:34px}.nh-pilot-hero-split__story p{font-size:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nh-pilot-hero-split__nav{position:static;justify-content:center;margin-top:8px}

  .nh-pilot-hero-panorama__slide{height:420px}.nh-pilot-hero-panorama__bar{right:9px;left:9px;bottom:9px;display:grid;padding:11px}.nh-pilot-hero-panorama__bar h1{font-size:28px}.nh-pilot-hero-panorama__bar>div:last-child{justify-content:space-between}.nh-pilot-hero-panorama__rail{display:flex;overflow:auto;scrollbar-width:none}.nh-pilot-hero-panorama__rail>button:first-child,.nh-pilot-hero-panorama__rail>button:last-child{position:sticky;z-index:2;flex:0 0 38px}.nh-pilot-hero-panorama__chip{flex:0 0 130px;grid-template-columns:48px 1fr}.nh-pilot-hero-panorama__chip img{height:48px}

  .nh-pilot-hero-glass__label{margin-bottom:8px}.nh-pilot-hero-glass__slide{min-height:0;display:block}.nh-pilot-hero-glass__slide figure{width:100%;height:300px;border-radius:20px}.nh-pilot-hero-glass__card{position:relative;left:auto;width:calc(100% - 18px);margin:-34px auto 0;padding:18px;border-radius:18px}.nh-pilot-hero-glass__card h1{font-size:34px}.nh-pilot-hero-glass__card p{font-size:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nh-pilot-hero-glass__pager{justify-content:center;margin-top:8px}

  .nh-pilot-hero-spotlight__halo{width:100%;height:290px;border-radius:34% 34% 18px 18px}.nh-pilot-hero-spotlight__copy{margin:-28px auto 0;padding:14px}.nh-pilot-hero-spotlight__copy h1{font-size:32px}.nh-pilot-hero-spotlight__copy p{font-size:10px}.nh-pilot-hero-spotlight__nav{margin-top:8px}

  .nh-pilot-hero-poster__poster{grid-template-columns:1fr;min-height:0}.nh-pilot-hero-poster__image{height:300px}.nh-pilot-hero-poster__image>span{font-size:34px}.nh-pilot-hero-poster__ticket{padding:18px;border-right:0;border-top:5px solid var(--p-gold)}.nh-pilot-hero-poster__ticket h1{font-size:34px}.nh-pilot-hero-poster__ticket p{font-size:10px}.nh-pilot-hero-poster__nav{left:10px;bottom:10px}

  .nh-pilot-hero-minimal__story{grid-template-columns:1fr;gap:12px;min-height:0}.nh-pilot-hero-minimal__story figure{grid-row:1;height:290px}.nh-pilot-hero-minimal__copy{grid-row:2}.nh-pilot-hero-minimal__copy h1{font-size:36px}.nh-pilot-hero-minimal__copy p{font-size:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nh-pilot-hero-minimal__nav{justify-content:center}

  .nh-home-cinematic.nh-pilot-hero--signature,.nh-pilot-hero-signature__frame,.nh-pilot-hero-signature__copy{min-height:540px}.nh-pilot-hero-signature__image{inset:0;clip-path:none}.nh-pilot-hero-signature__image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,45,77,.96),rgba(6,45,77,.22) 62%)}.nh-pilot-hero-signature__copy{padding:230px 18px 90px;justify-content:flex-end;width:100%;align-items:flex-start}.nh-pilot-hero-signature__copy h1{font-size:40px}.nh-pilot-hero-signature__copy p{font-size:10px}.nh-pilot-hero-signature__rail{right:10px;left:10px;bottom:10px;max-width:none}.nh-pilot-hero-signature__rail button{flex-basis:110px}.nh-pilot-hero-signature__prev,.nh-pilot-hero-signature__next{top:45%}

  /* Fleet: every collection becomes one active slide or horizontal rail. */
  .nh-pilot-fleet{padding-top:32px;padding-bottom:34px}
  .nh-pilot-fleet h2{font-size:30px!important}
  .nh-pilot-fleet-editorial__layout{display:block}.nh-pilot-fleet-editorial__layout>aside{flex-direction:row;overflow:auto;scrollbar-width:none;margin-bottom:8px}.nh-pilot-fleet-editorial__layout>aside button{flex:0 0 auto;border-right:0;border-bottom:2px solid transparent;padding:7px 10px;display:flex;gap:6px}.nh-pilot-fleet-editorial__stage article{grid-template-columns:1fr;min-height:0}.nh-pilot-fleet-editorial__stage article>img{height:250px}.nh-pilot-fleet-editorial__stage article>div{padding:16px}.nh-pilot-fleet-editorial__stage h3{font-size:30px}

  .nh-pilot-fleet-compact__bar{align-items:center}.nh-pilot-fleet-compact__directory{display:block;min-height:0}.nh-pilot-fleet-compact__list{flex-direction:row;overflow:auto;scrollbar-width:none;margin-bottom:8px}.nh-pilot-fleet-compact__list button{flex:0 0 150px;height:58px;grid-template-columns:54px 1fr}.nh-pilot-fleet-compact__detail article{grid-template-columns:1fr;height:auto}.nh-pilot-fleet-compact__detail figure{height:245px}.nh-pilot-fleet-compact__detail article>div{padding:16px}.nh-pilot-fleet-compact__detail h3{font-size:30px}

  .nh-pilot-fleet-deck__stage{min-height:0}.nh-pilot-fleet-deck__card{grid-template-columns:1fr;min-height:0}.nh-pilot-fleet-deck__card figure{height:250px}.nh-pilot-fleet-deck__card>div{padding:16px}.nh-pilot-fleet-deck__card h3{font-size:30px}.nh-pilot-fleet-deck__ghosts{display:none}.nh-pilot-fleet-deck__stage>.prev{right:8px}.nh-pilot-fleet-deck__stage>.next{left:8px}.nh-pilot-fleet-deck__stage>.prev,.nh-pilot-fleet-deck__stage>.next{top:125px}.nh-pilot-fleet-deck__dots{margin-top:10px}

  .nh-pilot-fleet-panorama__screen article{height:360px}.nh-pilot-fleet-panorama__screen article>div{right:10px;left:10px;bottom:10px;grid-template-columns:1fr auto;gap:5px}.nh-pilot-fleet-panorama__screen h3{font-size:28px}.nh-pilot-fleet-panorama__screen span{grid-row:2}.nh-pilot-fleet-panorama__screen a{grid-column:2;grid-row:2}.nh-pilot-fleet-panorama__rail{white-space:nowrap}

  .nh-pilot-fleet-luxegrid__head{display:block}.nh-pilot-fleet-luxegrid__grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px}.nh-pilot-fleet-luxegrid__grid article,.nh-pilot-fleet-luxegrid__grid article:nth-child(1),.nh-pilot-fleet-luxegrid__grid article:nth-child(5){flex:0 0 82%;height:330px;display:block;grid-column:auto;grid-row:auto;scroll-snap-align:center}.nh-pilot-fleet--luxegrid .nh-pilot-scroll-nav{display:flex}

  .nh-pilot-fleet-center__stage{grid-template-columns:40px 1fr 40px}.nh-pilot-fleet-center__stage>button{height:40px}.nh-pilot-fleet-center__stage article{grid-template-columns:1fr;min-height:0;border-radius:20px}.nh-pilot-fleet-center__photo{height:250px}.nh-pilot-fleet-center__info{padding:16px}.nh-pilot-fleet-center__info h3{font-size:30px}.nh-pilot-fleet-center__names{justify-content:flex-start}

  .nh-pilot-fleet-glass__marina{scroll-snap-type:x mandatory}.nh-pilot-fleet-glass__marina article{flex-basis:82%;height:360px;scroll-snap-align:center}

  .nh-pilot-fleet-story__timeline{margin-bottom:8px}.nh-pilot-fleet-story__story article{grid-template-columns:1fr;min-height:0}.nh-pilot-fleet-story__story figure{grid-row:1;height:245px}.nh-pilot-fleet-story__story article>div{grid-row:2;padding:16px}.nh-pilot-fleet-story__story h3{font-size:30px}

  .nh-pilot-fleet-signature__layout{display:block}.nh-pilot-fleet-signature__catalog{border-left:0;padding:0}.nh-pilot-fleet-signature__catalog h2{font-size:30px}.nh-pilot-fleet-signature__catalog{display:block}.nh-pilot-fleet-signature__catalog button{display:inline-flex;width:auto;border:1px solid var(--p-line);border-radius:999px;padding:7px 10px;margin:0 3px 8px}.nh-pilot-fleet-signature__feature article{grid-template-rows:250px auto}.nh-pilot-fleet-signature__feature article>div{padding:12px}.nh-pilot-fleet-signature__feature h3{font-size:22px}

  /* Gallery: never stack all images vertically. */
  .nh-pilot-gallery{padding-top:32px;padding-bottom:34px}.nh-pilot-gallery h2{font-size:30px!important}
  .nh-pilot-gallery-grid__layout{display:block;height:auto}.nh-pilot-gallery-grid__main button{height:310px}.nh-pilot-gallery-grid__thumbs{flex-direction:row;overflow:auto;margin-top:7px}.nh-pilot-gallery-grid__thumbs button{flex:0 0 86px;height:62px}.nh-pilot-gallery-grid__thumbs button span{display:none}

  .nh-pilot-gallery-mosaic__grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.nh-pilot-gallery-mosaic__grid button,.nh-pilot-gallery-mosaic__grid button:nth-child(6n+1),.nh-pilot-gallery-mosaic__grid button:nth-child(6n+4){flex:0 0 82%;height:300px;grid-column:auto;grid-row:auto;scroll-snap-align:center}.nh-pilot-gallery--mosaic .nh-pilot-scroll-nav{display:flex}

  .nh-pilot-gallery-filmstrip__frame{grid-template-columns:38px 1fr 38px}.nh-pilot-gallery-filmstrip__track button{flex-basis:82%;height:270px}.nh-pilot-gallery-filmstrip__frame>button{height:38px}

  .nh-pilot-gallery-editorial__layout{display:block;min-height:0}.nh-pilot-gallery-editorial__copy{padding:0 0 10px}.nh-pilot-gallery-editorial__feature button{height:310px}.nh-pilot-gallery-editorial__rail{flex-direction:row;overflow:auto;margin-top:7px}.nh-pilot-gallery-editorial__rail button{flex:0 0 74px;height:54px}

  .nh-pilot-gallery-polaroid__deck{justify-content:flex-start;overflow:auto;scroll-snap-type:x mandatory;min-height:0;padding:16px 12px;gap:10px}.nh-pilot-gallery-polaroid__deck button{flex:0 0 78%;height:315px;margin:0;transform:none;scroll-snap-align:center}

  .nh-pilot-gallery-panorama__screen button{height:310px}.nh-pilot-gallery-panorama__rail button{flex-basis:82px;height:55px}

  .nh-pilot-gallery-bento__grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.nh-pilot-gallery-bento__grid button,.nh-pilot-gallery-bento__grid .item-1,.nh-pilot-gallery-bento__grid .item-5,.nh-pilot-gallery-bento__grid .item-2,.nh-pilot-gallery-bento__grid .item-6{flex:0 0 82%;height:300px;grid-column:auto;grid-row:auto;scroll-snap-align:center}.nh-pilot-gallery--bento .nh-pilot-scroll-nav{display:flex}

  .nh-pilot-gallery-spotlight__stage{grid-template-columns:38px 1fr 38px}.nh-pilot-gallery-spotlight__stage>button{height:38px}.nh-pilot-gallery-spotlight__stage>div>button{height:310px}.nh-pilot-gallery-spotlight__stage span{left:8px;bottom:8px;min-width:140px;padding:8px 10px}

  .nh-pilot-gallery-signature__layout{display:block}.nh-pilot-gallery-signature__layout>aside{border-left:0;padding:0 0 10px}.nh-pilot-gallery-signature__layout>aside>div{flex-wrap:nowrap;overflow:auto}.nh-pilot-gallery-signature__layout>aside button{flex:0 0 32px}.nh-pilot-gallery-signature__feature>button{height:310px}
}

@media(max-width:480px){
  .nh-pilot-hero-clean__visual,.nh-pilot-hero-minimal__story figure,.nh-pilot-hero-poster__image{height:235px;min-height:235px}.nh-pilot-hero-clean__copy h1,.nh-pilot-hero-split__story h1,.nh-pilot-hero-glass__card h1,.nh-pilot-hero-poster__ticket h1,.nh-pilot-hero-minimal__copy h1{font-size:29px}.nh-pilot-hero-immersive__screen{height:500px}.nh-pilot-hero-immersive__copy h1{font-size:36px}.nh-pilot-hero-panorama__slide{height:380px}.nh-pilot-hero-spotlight__halo{height:245px}.nh-pilot-hero-spotlight__copy h1{font-size:28px}.nh-home-cinematic.nh-pilot-hero--signature,.nh-pilot-hero-signature__frame,.nh-pilot-hero-signature__copy{min-height:500px}.nh-pilot-hero-signature__copy h1{font-size:34px}
  .nh-pilot-fleet-editorial__stage article>img,.nh-pilot-fleet-compact__detail figure,.nh-pilot-fleet-deck__card figure,.nh-pilot-fleet-center__photo,.nh-pilot-fleet-story__story figure{height:220px}.nh-pilot-fleet-luxegrid__grid article,.nh-pilot-fleet-luxegrid__grid article:nth-child(1),.nh-pilot-fleet-luxegrid__grid article:nth-child(5),.nh-pilot-fleet-glass__marina article{flex-basis:88%}
  .nh-pilot-gallery-grid__main button,.nh-pilot-gallery-editorial__feature button,.nh-pilot-gallery-panorama__screen button,.nh-pilot-gallery-spotlight__stage>div>button,.nh-pilot-gallery-signature__feature>button{height:270px}.nh-pilot-gallery-mosaic__grid button,.nh-pilot-gallery-mosaic__grid button:nth-child(6n+1),.nh-pilot-gallery-mosaic__grid button:nth-child(6n+4),.nh-pilot-gallery-bento__grid button,.nh-pilot-gallery-bento__grid .item-1,.nh-pilot-gallery-bento__grid .item-5,.nh-pilot-gallery-bento__grid .item-2,.nh-pilot-gallery-bento__grid .item-6{flex-basis:88%;height:270px}.nh-pilot-gallery-filmstrip__track button{flex-basis:88%;height:245px}.nh-pilot-gallery-polaroid__deck button{flex-basis:86%;height:290px}
}

@media(prefers-reduced-motion:reduce){body.nh-motion-edition .nh-pilot-hero [data-pilot-slide].is-active,body.nh-motion-edition .nh-pilot-fleet [data-pilot-slide].is-active,body.nh-motion-edition .nh-pilot-gallery [data-pilot-slide].is-active{animation:none!important}.nh-pilot-hero img,.nh-pilot-fleet img,.nh-pilot-gallery img{transition:none!important}}
