:root{
  --nh-bg:#f2f8fc;--nh-bg-2:#eaf4fa;--nh-card:#ffffff;--nh-card-2:#f7fbfe;--nh-line:#d8e7f1;
  --nh-blue:#0b5f97;--nh-blue-2:#1777b8;--nh-blue-3:#dceef9;--nh-navy:#083a61;--nh-navy-2:#062d4d;
  --nh-gold:#d6ae58;--nh-gold-2:#efd590;--nh-text:#17364c;--nh-muted:#6f8798;--nh-white:#ffffff;--nh-green:#18a965;--nh-red:#d86565;
  --nh-shadow:0 18px 50px rgba(24,72,104,.11);--nh-shadow-lg:0 34px 100px rgba(19,69,102,.16);--nh-radius:24px;--nh-container:1220px;
  --nh-font:Tahoma,"Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#f9fcfe 0,#eef6fb 48%,#f7fbfd 100%);color:var(--nh-text);font-family:var(--nh-font);line-height:1.7;-webkit-font-smoothing:antialiased}body.nhm-contact-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nh-container{width:min(calc(100% - 44px),var(--nh-container));margin-inline:auto}.nh-skip{position:fixed;top:-80px;right:18px;z-index:100000;background:#fff;color:var(--nh-blue);padding:10px 14px;border-radius:10px;box-shadow:var(--nh-shadow)}.nh-skip:focus{top:18px}.nh-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--nh-blue);font-size:9px;letter-spacing:.18em;font-weight:800}.nh-kicker:before{content:"";width:30px;height:1px;background:linear-gradient(90deg,var(--nh-blue),var(--nh-gold))}.nh-call-icon{display:inline-block;width:15px;height:15px;position:relative}.nh-call-icon:before{content:"";position:absolute;inset:1px;border:2px solid currentColor;border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;transform:rotate(-42deg)}
.nh-btn{border:0;min-height:48px;border-radius:13px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;font-size:12px;transition:.2s ease;box-shadow:none}.nh-btn:hover{transform:translateY(-2px)}.nh-btn--gold{background:linear-gradient(135deg,#efd58f,#d5aa51);color:#14344a;box-shadow:0 10px 28px rgba(214,174,88,.22)}.nh-btn--wa{background:#16a563;color:#fff;box-shadow:0 10px 26px rgba(22,165,99,.18)}.nh-btn--outline{background:rgba(255,255,255,.9);color:var(--nh-blue);border:1px solid #c9dfed;box-shadow:0 8px 22px rgba(25,79,113,.08)}.nh-btn--sm{min-height:40px;padding:0 14px;font-size:10px}.nh-btn__icon{display:grid;place-items:center}.nh-contact-pair{display:flex;gap:9px;flex-wrap:wrap}
/* Header */
.nh-header{position:relative;top:auto;z-index:900;background:rgba(255,255,255,.94);backdrop-filter:blur(20px);border-bottom:1px solid rgba(187,212,228,.8);box-shadow:0 7px 26px rgba(27,75,106,.05)}.nh-header__utility{background:linear-gradient(90deg,#0a527f,#0d659b);color:#dcedf7}.nh-header__utility-inner{min-height:31px;display:flex;align-items:center;justify-content:flex-start;gap:24px;font-size:9px}.nh-header__utility-note{margin-right:auto;color:#fff;font-weight:700}.nh-header__main{height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}.nh-brand{display:inline-flex;align-items:center;gap:10px}.nh-brand img{width:50px;height:50px;object-fit:contain}.nh-brand span{display:grid}.nh-brand b{font-family:Georgia,serif;color:#143f5e;font-size:23px;line-height:1}.nh-brand small{font-size:8px;color:#7f96a5;margin-top:4px;white-space:nowrap}.nh-nav{display:flex;align-items:center;justify-content:center;gap:25px}.nh-nav a{position:relative;font-size:10px;font-weight:800;color:#42677f;padding:9px 0}.nh-nav a:after{content:"";position:absolute;right:0;left:100%;bottom:1px;height:2px;background:linear-gradient(90deg,var(--nh-blue),var(--nh-gold));transition:.2s}.nh-nav a:hover{color:var(--nh-blue)}.nh-nav a:hover:after{left:0}.nh-header__actions{display:flex;align-items:center;gap:8px}.nh-nav-toggle{display:none;width:42px;height:42px;border:1px solid #d7e5ef;background:#fff;border-radius:11px;padding:10px}.nh-nav-toggle span{display:block;height:2px;background:#28536e;margin:4px 0;border-radius:2px}
/* Hero */
.nh-hero{min-height:690px;position:relative;background-image:var(--nh-hero-image);background-size:cover;background-position:center;display:flex;align-items:stretch;isolation:isolate}.nh-hero:after{content:"";position:absolute;inset:auto 0 0;height:130px;background:linear-gradient(transparent,rgba(239,247,252,.96));z-index:-1}.nh-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,54,89,.05) 0%,rgba(7,55,91,.42) 45%,rgba(7,53,88,.9) 100%);z-index:-1}.nh-hero__inner{min-height:620px;display:flex;align-items:center;justify-content:flex-end}.nh-hero__copy{width:min(620px,56%);padding:80px 0 110px;color:#fff}.nh-hero .nh-kicker{color:#d9edf9}.nh-hero .nh-kicker:before{background:#d5b36a}.nh-hero h1{font-size:clamp(46px,6.2vw,82px);line-height:1.07;margin:14px 0 17px;letter-spacing:-.025em;color:#fff;text-shadow:0 10px 35px rgba(0,39,66,.2)}.nh-hero__copy>p{font-size:16px;color:#dfeef6;max-width:590px;margin:0 0 26px}.nh-hero__choices{display:flex;gap:10px;align-items:stretch}.nh-choice{min-width:205px;min-height:94px;padding:15px 17px;border-radius:17px;background:rgba(255,255,255,.93);color:#184663;border:1px solid rgba(255,255,255,.75);box-shadow:0 18px 40px rgba(6,52,84,.18);backdrop-filter:blur(10px);display:grid;grid-template-columns:40px 1fr;align-items:center;column-gap:10px;transition:.2s}.nh-choice:hover{transform:translateY(-3px);background:#fff}.nh-choice>span{grid-row:1/3;width:40px;height:40px;border-radius:12px;background:#e5f2f9;color:var(--nh-blue);display:grid;place-items:center;font-size:20px}.nh-choice b{font-size:13px;align-self:end}.nh-choice small{font-size:8px;color:#718b9c;align-self:start}.nh-choice--gold{background:linear-gradient(135deg,#efd792,#d9b25e);border-color:#e1bd6c;color:#16384f}.nh-choice--gold small,.nh-choice--gold>span{color:#684f1d}.nh-choice--gold>span{background:rgba(255,255,255,.42)}
.nh-trustbar{position:absolute;z-index:3;right:50%;transform:translateX(50%);bottom:-48px;background:#fff;border:1px solid #dceaf3;border-radius:20px;box-shadow:0 24px 65px rgba(21,73,107,.14);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.nh-trustbar>div{padding:18px 20px;display:grid;grid-template-columns:36px 1fr;column-gap:10px;align-items:center;border-left:1px solid #e9f0f4}.nh-trustbar>div:last-child{border-left:0}.nh-trustbar span{grid-row:1/3;width:34px;height:34px;border-radius:11px;background:#eaf5fb;color:var(--nh-blue);display:grid;place-items:center}.nh-trustbar b{font-size:10px;color:#20475f}.nh-trustbar small{font-size:7px;color:#8197a7}
/* Common sections */
.nh-section{padding:94px 0}.nh-section--soft{background:#edf7fc}.nh-section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:28px}.nh-section-head h2{font-size:42px;line-height:1.15;margin:7px 0;color:#173b53;letter-spacing:-.02em}.nh-section-head p{max-width:660px;color:#708899;font-size:11px;margin:0}.nh-section-head--center{justify-content:center;text-align:center}.nh-section-head--center>div{max-width:760px}.nh-section-head--center .nh-kicker{justify-content:center}.nh-filter-pills{display:flex;gap:7px}.nh-filter-pills button{height:38px;padding:0 14px;border-radius:999px;border:1px solid #d7e5ee;background:#fff;color:#718a9b;font-size:9px;font-weight:800}.nh-filter-pills button.is-active{background:#0d639d;color:#fff;border-color:#0d639d;box-shadow:0 8px 22px rgba(13,99,157,.15)}
.nh-fleet{padding-top:142px;background:linear-gradient(180deg,#f8fcfe,#eef6fb)}.nh-fleet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.nh-fleet-grid>[hidden]{display:none!important}.nh-fleet-card{background:#fff;border:1px solid #dbe8f1;border-radius:22px;overflow:hidden;box-shadow:var(--nh-shadow);transition:.22s}.nh-fleet-card:hover{transform:translateY(-5px);box-shadow:0 28px 70px rgba(23,77,112,.15)}.nh-fleet-card__media{height:245px;display:block;position:relative;overflow:hidden;background:#dbeaf4}.nh-fleet-card__media:after{content:"";position:absolute;inset:42% 0 0;background:linear-gradient(transparent,rgba(7,55,91,.62))}.nh-fleet-card__media img{width:100%;height:100%;object-fit:cover;transition:.45s}.nh-fleet-card:hover .nh-fleet-card__media img{transform:scale(1.035)}.nh-fleet-card__type{position:absolute;z-index:2;right:14px;top:14px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.93);color:#1b5b82;font-size:8px;font-weight:800;backdrop-filter:blur(8px)}.nh-fleet-card__arrow{position:absolute;z-index:2;left:14px;bottom:14px;width:39px;height:39px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.95);color:#0d669f;font-size:18px}.nh-fleet-card__body{padding:18px 18px 20px}.nh-fleet-card__meta{display:flex;gap:12px;color:#8197a7;font-size:8px}.nh-fleet-card h3{font-size:22px;line-height:1.3;margin:7px 0 5px;color:#173a50}.nh-fleet-card p{font-size:10px;color:#718a9b;min-height:33px;margin:0 0 15px}.nh-fleet-card__foot{display:flex;justify-content:space-between;align-items:end;border-top:1px solid #edf2f5;padding-top:13px}.nh-fleet-card__foot>div{display:grid}.nh-fleet-card__foot small{font-size:7px;color:#8aa0ae}.nh-fleet-card__foot strong{font-size:15px;color:#0d639a}.nh-fleet-card__foot a{font-size:9px;color:#375f79;font-weight:800}.nh-fleet-card__foot a span{color:var(--nh-gold)}
/* Experience cards */
.nh-experiences{background:#fff}.nh-experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.nh-experience-grid a{min-height:210px;background:linear-gradient(145deg,#fbfdff,#edf7fc);border:1px solid #dce9f1;border-radius:20px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;transition:.2s}.nh-experience-grid a:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;left:-65px;top:-65px;background:rgba(23,119,184,.06)}.nh-experience-grid a:hover{transform:translateY(-4px);border-color:#b8d7e9;box-shadow:var(--nh-shadow)}.nh-experience-grid a>span{position:relative;z-index:1;width:48px;height:48px;border-radius:14px;background:#dff0fa;color:#0c669f;display:grid;place-items:center;font-size:23px;margin-bottom:auto}.nh-experience-grid h3{position:relative;z-index:1;font-size:19px;margin:16px 0 4px;color:#193c53}.nh-experience-grid p{position:relative;z-index:1;font-size:9px;color:#71899a;margin:0 0 10px}.nh-experience-grid b{position:relative;z-index:1;font-size:8px;color:#0e669f}
/* Direct CTA */
.nh-direct{padding-top:40px;background:#fff}.nh-direct__card{position:relative;overflow:hidden;border-radius:24px;padding:36px 40px;background:linear-gradient(120deg,#0a5b90,#0b4673);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px;box-shadow:var(--nh-shadow-lg)}.nh-direct__card:after{content:"";position:absolute;width:350px;height:350px;border-radius:50%;left:-120px;top:-180px;border:1px solid rgba(255,255,255,.12);pointer-events:none}.nh-direct__card .nh-kicker{color:#d8edf8}.nh-direct__card h2{font-size:35px;line-height:1.2;margin:8px 0;color:#fff}.nh-direct__card p{max-width:700px;color:#d3e6f2;font-size:10px;margin:0}.nh-direct__card .nh-btn--outline{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.28);color:#fff}
.nh-experience-nav{position:sticky;top:113px;z-index:90;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);border-bottom:1px solid #dce8f0;box-shadow:0 8px 25px rgba(24,75,107,.05)}.nh-experience-nav .nh-container{display:grid;grid-template-columns:repeat(6,1fr);height:76px}.nh-experience-nav a{display:flex;align-items:center;justify-content:center;gap:7px;border-left:1px solid #eaf1f5;color:#607d90;font-size:9px;font-weight:800}.nh-experience-nav a:last-child{border-left:0}.nh-experience-nav a span{color:#0d659f}.nh-experience-nav a:hover{background:#eef8fd;color:#0d659f}
.nh-schedules{background:#f1f8fc}.nh-schedule-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.nh-schedule-grid article{background:#fff;border:1px solid #dce8f1;border-radius:18px;padding:18px;box-shadow:var(--nh-shadow);display:grid;grid-template-columns:72px 1fr;gap:12px}.nh-schedule-grid__time{width:72px;height:72px;border-radius:16px;background:#e8f4fb;color:#0d649c;display:grid;place-items:center;text-align:center;font-size:9px}.nh-schedule-grid__time i{font-style:normal;font-size:7px;color:#738d9e}.nh-schedule-grid h3{font-size:16px;margin:2px 0;color:#193d54}.nh-schedule-grid p{font-size:8px;color:#7b92a2;margin:0}.nh-schedule-grid article>div:last-child{display:grid}.nh-schedule-grid strong{font-size:14px;color:#0b639b;margin-top:7px}.nh-schedule-grid button,.nh-price-table button,.nh-package-grid button,.nh-romantic-grid button{border:0;border-radius:9px;background:#e9f5fc;color:#0d659e;padding:8px 10px;font-size:8px;font-weight:800}.nh-schedule-grid button:hover,.nh-price-table button:hover,.nh-package-grid button:hover,.nh-romantic-grid button:hover{background:#0d659e;color:#fff}
.nh-details{background:#fff}.nh-details__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.nh-detail-card{background:#f8fbfd;border:1px solid #dce8f0;border-radius:20px;padding:22px}.nh-detail-card--feature{background:linear-gradient(145deg,#eef8fd,#fff)}.nh-detail-card h2{font-size:22px;color:#1a3c52}.nh-detail-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.nh-detail-list span{background:#fff;border:1px solid #e2ebf1;border-radius:10px;padding:9px;font-size:9px;color:#5c7a8d}
.nh-stay{background:#f1f8fc}.nh-price-table{border:1px solid #dce8f0;background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--nh-shadow)}.nh-price-table__head,.nh-price-table__row{display:grid;grid-template-columns:1.15fr 1.25fr .7fr .9fr .65fr;gap:8px;align-items:center;padding:12px 15px}.nh-price-table__head{background:#eaf5fb;color:#315c76;font-size:8px;font-weight:800}.nh-price-table__row{border-top:1px solid #edf2f5;font-size:9px;color:#526f82}.nh-price-table__row strong{color:#0d659e}.nh-note{margin-top:10px;border:1px solid #e5d9b5;background:#fff9e9;border-radius:10px;padding:10px 12px;font-size:9px;color:#765d27}
.nh-package-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.nh-package-grid article{background:#fff;border:1px solid #dce8f0;border-radius:18px;padding:18px;display:grid;box-shadow:var(--nh-shadow)}.nh-package-grid__icon{width:40px;height:40px;border-radius:12px;background:#e7f3fa;color:#0c649c;display:grid;place-items:center;font-size:19px}.nh-package-grid h3{font-size:17px;margin:12px 0 3px}.nh-package-grid p{font-size:8px;color:#70899a}.nh-package-grid small{font-size:7px;color:#92a5b2}.nh-package-grid strong{font-size:16px;color:#0d659e;margin:8px 0}
.nh-romantic-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.nh-romantic-grid article{border:1px solid #e3d9bc;background:linear-gradient(145deg,#fffdf7,#fff);border-radius:20px;padding:20px;display:grid;grid-template-columns:52px 1fr;gap:14px;box-shadow:var(--nh-shadow)}.nh-romantic-grid article>span{width:50px;height:50px;border-radius:50%;background:#fff5d8;color:#9a7328;display:grid;place-items:center;font-size:22px}.nh-romantic-grid h3{font-size:20px;margin:2px 0}.nh-romantic-grid small{font-size:8px;color:#a17d38}.nh-romantic-grid p{font-size:9px;color:#71899a}.nh-romantic-grid article div div{display:flex;justify-content:space-between;align-items:center}.nh-romantic-grid strong{font-size:17px;color:#8a6724}
/* Gallery / policy / empty */
.nh-gallery{background:#eef7fc}.nh-gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:220px;gap:10px}.nh-gallery-grid button{border:0;padding:0;border-radius:16px;overflow:hidden;background:#dceaf3}.nh-gallery-grid button:first-child{grid-row:span 2}.nh-gallery-grid img{width:100%;height:100%;object-fit:cover;transition:.35s}.nh-gallery-grid button:hover img{transform:scale(1.03)}.nh-policy{padding-top:20px;background:#fff}.nh-policy__card{border:1px solid #dfebf2;background:#f7fbfe;border-radius:16px;padding:17px 20px;display:flex;justify-content:space-between;align-items:center;gap:20px}.nh-policy__card span{font-size:9px;color:#0c659d;font-weight:800}.nh-policy__card p{font-size:9px;color:#607d90;margin:0}.nh-empty{border:1px dashed #b7d4e5;background:#f7fbfe;border-radius:18px;padding:36px;text-align:center}.nh-empty h3,.nh-empty h1{color:#24485f}.nh-empty p{color:#7d94a4;font-size:10px}.nh-empty--compact{padding:22px}.nh-lightbox{position:fixed;inset:0;background:rgba(3,27,45,.92);z-index:9999;display:grid;place-items:center;padding:40px}.nh-lightbox[hidden]{display:none}.nh-lightbox img{max-width:min(1100px,92vw);max-height:86vh;object-fit:contain;border-radius:14px}.nh-lightbox button{position:absolute;top:22px;left:25px;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:#0a4b77;color:#fff;font-size:25px}
/* Footer */
.nh-footer{position:relative;background:linear-gradient(180deg,#083e65,#062f50);color:#fff;border-top:1px solid rgba(255,255,255,.08);padding:70px 0 22px;overflow:hidden}.nh-footer__watermark{position:absolute;width:500px;height:500px;left:-200px;top:-220px;border-radius:50%;border:1px solid rgba(255,255,255,.06)}.nh-footer .nh-kicker{color:#d8edf8}.nh-footer__cta{display:flex;justify-content:space-between;align-items:center;gap:40px;padding-bottom:55px;border-bottom:1px solid rgba(255,255,255,.1)}.nh-footer__cta h2{font-size:38px;line-height:1.25;margin:8px 0;color:#fff}.nh-footer__cta h2 em{font-style:normal;color:#f0d792}.nh-footer__cta p{max-width:700px;color:#c2d8e7;font-size:10px}.nh-footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:45px;padding:50px 0}.nh-footer__brand p{color:#bcd2e0;font-size:10px;max-width:280px}.nh-footer__brand>span{color:#95b2c5;font-size:9px}.nh-brand--footer b{color:#fff}.nh-brand--footer small{display:none}.nh-footer__grid section:not(.nh-footer__brand){display:flex;flex-direction:column;gap:9px}.nh-footer__grid h3{font-size:10px;color:#fff;margin:5px 0 10px}.nh-footer__grid a,.nh-footer__grid button{border:0;background:transparent;text-align:right;color:#aac4d4;font-size:9px;padding:0}.nh-footer__grid a:hover,.nh-footer__grid button:hover{color:#f0d792}.nh-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:18px;display:flex;justify-content:space-between;color:#8daabb;font-size:8px}.nh-generic{min-height:60vh;padding:80px 0}.nh-generic__card{max-width:920px;margin:auto;border:1px solid #dce8f0;background:#fff;border-radius:24px;padding:42px;box-shadow:var(--nh-shadow)}.nh-generic__card h1{font-size:42px}.nh-entry{color:#536f82}
/* Smart contact / drawer */
.nhm-float{position:fixed;z-index:999;bottom:20px;left:20px;display:flex;flex-direction:column;gap:8px}.nhm-float__quick{height:48px;border-radius:14px;border:1px solid rgba(255,255,255,.8);box-shadow:0 14px 38px rgba(20,74,108,.19);padding:0 14px;display:flex;align-items:center;gap:9px;color:#fff;font-weight:800;font-family:var(--nh-font)}.nhm-float__quick--call{background:linear-gradient(135deg,#0d6aa6,#0a5588)}.nhm-float__quick--wa{background:#16a563}.nhm-contact-backdrop{position:fixed;inset:0;background:rgba(3,29,48,.55);backdrop-filter:blur(5px);z-index:1100}.nhm-contact-backdrop[hidden]{display:none}.nhm-contact-drawer{position:fixed;z-index:1101;top:0;left:0;width:min(430px,100%);height:100%;background:#f7fbfe;border-right:1px solid #d5e5ef;box-shadow:30px 0 90px rgba(12,63,96,.24);transform:translateX(-105%);transition:transform .26s ease;padding:25px;overflow:auto;color:#17364d}.nhm-contact-drawer.is-open{transform:none}.nhm-contact-drawer__head{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #e0eaf1}.nhm-contact-drawer__brand{display:flex;gap:13px}.nhm-contact-drawer__brand img{width:54px;height:54px;object-fit:contain}.nhm-contact-drawer__brand span{color:#0c659e;font-size:8px;letter-spacing:.16em}.nhm-contact-drawer__brand h2{font-size:25px;margin:3px 0;color:#183b52}.nhm-contact-drawer__brand p{margin:0;color:#7d94a4;font-size:9px}.nhm-contact-drawer__close{border:1px solid #d7e4ec;background:#fff;color:#466a82;width:38px;height:38px;border-radius:50%;font-size:22px}.nhm-contact-drawer__tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:21px 0}.nhm-contact-drawer__tabs button{height:44px;border-radius:11px;border:1px solid #dbe7ef;background:#fff;color:#6f8798;font-weight:800}.nhm-contact-drawer__tabs button[aria-selected=true],.nhm-contact-drawer__tabs button.is-active{border-color:#79b7db;color:#0c659e;background:#eaf6fd}.nhm-contact-drawer__hint{display:grid;margin-bottom:13px}.nhm-contact-drawer__hint b{font-size:11px}.nhm-contact-drawer__hint span{font-size:8px;color:#8198a8}.nhm-contact-drawer__numbers{display:grid;gap:9px}.nhm-contact-drawer__numbers a{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;background:#fff;border:1px solid #dce7ee;border-radius:13px;padding:11px;color:#23465d}.nhm-contact-drawer__numbers a:hover{border-color:#83bbdb;background:#f2f9fd}.nhm-contact-drawer__numbers .nhm-float__list-icon{width:34px;height:34px;border-radius:10px;background:#e8f4fb;color:#0d659e;display:grid;place-items:center}.nhm-contact-drawer__numbers a small{font-size:8px;color:#8399a8}.nhm-contact-drawer__foot{border-top:1px solid #e0eaf1;margin-top:23px;padding-top:16px;display:grid;gap:3px}.nhm-contact-drawer__foot span{font-size:8px;color:#8499a8}.nhm-contact-drawer__foot strong{font-size:9px;color:#315a73}
/* Responsive */


/* Internal offer hero — restored after the clean architecture extraction. */
.nh-offer-hero{min-height:660px;position:relative;background-image:var(--offer-hero);background-size:cover;background-position:center;display:flex;align-items:center;color:#fff;isolation:isolate}
.nh-offer-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,47,80,.04),rgba(6,53,88,.46) 42%,rgba(5,48,81,.93));z-index:-1}
.nh-offer-hero__inner{width:100%;display:flex;flex-direction:column;align-items:flex-end}
.nh-backlink{align-self:flex-start;background:rgba(255,255,255,.9);color:#285a79;border-radius:999px;padding:7px 11px;font-size:8px;margin-bottom:auto}
.nh-offer-hero__copy{width:min(650px,62%);padding:80px 0}
.nh-offer-hero__badges{display:flex;gap:7px}.nh-offer-hero__badges span{border-radius:999px;padding:6px 10px;background:rgba(255,255,255,.92);color:#175f8d;font-size:8px;font-weight:800}
.nh-offer-hero h1{font-size:clamp(48px,6vw,78px);line-height:1.05;margin:14px 0;color:#fff}
.nh-offer-hero__tagline{font-size:17px;color:#e8f3f9;margin:0 0 7px}.nh-offer-hero__intro{color:#d8e8f2;font-size:11px;max-width:620px}.nh-offer-hero__meta{display:flex;gap:10px;margin:20px 0}.nh-offer-hero__meta span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);font-size:9px}.nh-offer-hero__meta b{color:#f5da8d}.nh-offer-hero .nh-btn--outline{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.28);color:#fff}

/* v5.1 Mobile Repair + UI Polish */
.nh-offer-hero__intro{max-width:590px}
@media(max-width:780px){
  .nh-header{box-shadow:0 6px 22px rgba(27,75,106,.08)}
  .nh-header__main{height:74px;gap:12px}
  .nh-brand{gap:7px}.nh-brand img{width:40px;height:40px}.nh-brand b{font-size:19px}
  .nh-nav-toggle{width:43px;height:43px;border-radius:13px;background:#f7fbfe}
  .nh-nav{top:80px;right:12px;left:12px;padding:12px;border-radius:17px;gap:2px;box-shadow:0 24px 70px rgba(14,65,99,.18)}
  .nh-nav a{padding:11px 12px;border-radius:10px;font-size:11px}.nh-nav a:hover{background:#eef7fc}.nh-nav a:after{display:none}

  .nh-offer-hero{min-height:570px;background-position:40% center}
  .nh-offer-hero__inner{min-height:570px;justify-content:flex-end;position:relative;padding-top:18px}
  .nh-backlink{position:absolute;top:16px;right:0;left:auto;align-self:auto;margin:0;background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(4,39,66,.13)}
  .nh-offer-hero__copy{padding:112px 0 34px;display:flex;flex-direction:column;align-items:flex-start}
  .nh-offer-hero__badges{margin-bottom:2px}.nh-offer-hero__badges span{font-size:8px;padding:5px 9px}
  .nh-offer-hero h1{font-size:clamp(34px,11vw,46px);margin:10px 0 6px;line-height:1.1}
  .nh-offer-hero__tagline{font-size:14px;line-height:1.55;margin-bottom:6px}
  .nh-offer-hero__intro{font-size:10px;line-height:1.85;margin:0;max-width:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .nh-offer-hero__meta{margin:13px 0 15px;gap:7px}.nh-offer-hero__meta span{font-size:8px;padding:6px 9px}
  .nh-offer-hero .nh-contact-pair{display:grid;grid-template-columns:1fr 1fr;gap:8px}.nh-offer-hero .nh-btn{min-height:49px}

  .nh-experience-nav{top:74px;padding:8px 0;background:rgba(248,252,254,.97)}
  .nh-experience-nav .nh-container{display:flex;width:auto;min-width:0;height:auto;overflow-x:auto;gap:7px;padding-bottom:2px;scrollbar-width:none}
  .nh-experience-nav .nh-container::-webkit-scrollbar{display:none}
  .nh-experience-nav a{flex:0 0 auto;min-width:auto;border:1px solid #dce8f0!important;background:#fff;border-radius:999px;padding:9px 12px;gap:5px;font-size:9px;box-shadow:0 5px 14px rgba(24,75,107,.04)}
  .nh-experience-nav a span{font-size:12px}

  .nh-section{padding:62px 0}.nh-section-head{margin-bottom:20px;gap:10px}.nh-section-head h2{font-size:30px}.nh-section-head p{font-size:10px;line-height:1.8}
  .nh-detail-card{padding:17px;border-radius:18px}.nh-detail-card h2{font-size:21px;margin:8px 0 13px}.nh-detail-list span{padding:10px 11px}
  .nh-schedule-grid article{grid-template-columns:62px 1fr;padding:15px}.nh-schedule-grid__time{width:62px;height:62px}

  .nh-price-table{border:0;background:transparent;box-shadow:none;overflow:visible;display:grid;gap:10px}
  .nh-price-table__head{display:none}
  .nh-price-table__row{min-width:0!important;display:grid;grid-template-columns:1fr auto;gap:5px 12px;background:#fff;border:1px solid #dce8f0!important;border-radius:16px;padding:15px;box-shadow:0 12px 32px rgba(24,72,104,.07)}
  .nh-price-table__row>b{font-size:15px;color:#173a50}.nh-price-table__row>span{font-size:9px}.nh-price-table__row>span:nth-of-type(2){text-align:left;color:#7891a1}
  .nh-price-table__row>strong{grid-column:2;grid-row:1;font-size:15px;text-align:left}.nh-price-table__row>button{grid-column:1/-1;margin-top:6px;min-height:37px}
  .nh-note{margin-top:12px}

  .nh-package-grid article{padding:16px;border-radius:17px}.nh-package-grid h3{font-size:18px;margin-top:10px}.nh-package-grid strong{font-size:17px}
  .nh-empty{padding:24px 18px}.nh-empty--compact{padding:18px}.nh-empty h3{font-size:18px;margin:4px 0}.nh-empty p{margin-bottom:0}

  .nhm-contact-drawer{top:auto;bottom:0;height:min(74vh,660px);border-radius:24px 24px 0 0;border:1px solid #cfe1ec;border-bottom:0;padding:18px 18px calc(18px + env(safe-area-inset-bottom));box-shadow:0 -28px 90px rgba(8,52,84,.24)}
  .nhm-contact-drawer__head{padding-bottom:14px}.nhm-contact-drawer__brand img{width:46px;height:46px}.nhm-contact-drawer__brand h2{font-size:22px}.nhm-contact-drawer__tabs{margin:14px 0}.nhm-contact-drawer__tabs button{height:42px}
  .nhm-contact-drawer__numbers{gap:7px}.nhm-contact-drawer__numbers a{padding:10px;border-radius:12px}.nhm-contact-drawer__foot{margin-top:15px;padding-top:12px}
  .nhm-float{left:10px;bottom:max(10px,env(safe-area-inset-bottom));gap:7px}.nhm-float__quick{width:46px;height:46px;border-radius:14px;padding:0;justify-content:center}.nhm-float__quick span:last-child{display:none}
}
@media(max-width:480px){
  .nh-container{width:min(calc(100% - 24px),var(--nh-container))}
  .nh-offer-hero{min-height:540px}.nh-offer-hero__inner{min-height:540px}.nh-offer-hero__copy{padding-top:104px}
  .nh-offer-hero h1{font-size:38px}.nh-offer-hero__tagline{font-size:13px}
  .nh-offer-hero .nh-contact-pair{gap:7px}.nh-offer-hero .nh-btn{padding:0 12px;font-size:11px}
  .nh-experience-nav a{padding:8px 10px;font-size:8px}
  .nh-section{padding:54px 0}.nh-section-head h2{font-size:28px}
  .nh-gallery-grid{grid-auto-rows:150px}
}


/* =========================================================
   v5.2 — SKYLINE BLUE BALANCED / MEDIUM CONTRAST
   Color-only rebalance after real-device review of v5.1.
   ========================================================= */
:root{
  --nh-bg:#e6edf2;--nh-bg-2:#dce7ed;--nh-card:#f8fafb;--nh-card-2:#eef3f6;--nh-line:#c8d7e0;
  --nh-blue:#0a5a91;--nh-blue-2:#126ea9;--nh-blue-3:#cddfeb;--nh-navy:#0b3553;--nh-navy-2:#082941;
  --nh-gold:#c9a34f;--nh-gold-2:#e2c677;--nh-text:#173248;--nh-muted:#5d7485;--nh-white:#f8fafb;
  --nh-shadow:0 18px 48px rgba(24,64,90,.12);--nh-shadow-lg:0 32px 88px rgba(18,58,84,.17);
}
body{background:linear-gradient(180deg,#edf2f5 0,#e1e9ee 48%,#e8eef2 100%);color:var(--nh-text)}
.nh-header{background:rgba(246,249,250,.96);border-bottom-color:#cbd9e1;box-shadow:0 7px 24px rgba(20,58,82,.07)}
.nh-header__utility{background:linear-gradient(90deg,#0a4d77,#0a5b8a)}
.nh-nav-toggle,.nh-filter-pills button,.nh-btn--outline{background:#f7f9fa;border-color:#c7d6df}
.nh-hero:after{background:linear-gradient(transparent,rgba(226,234,239,.96))}
.nh-choice{background:rgba(246,249,250,.95);border-color:rgba(223,232,238,.92)}
.nh-trustbar{background:#f6f8f9;border-color:#cad9e1;box-shadow:0 24px 60px rgba(18,58,84,.16)}
.nh-trustbar>div{border-left-color:#d9e3e9}.nh-trustbar span{background:#dceaf2}
.nh-section--soft{background:#dfe9ef}.nh-fleet{background:linear-gradient(180deg,#eaf0f3,#dfe8ed)}
.nh-fleet-card{background:#f8fafb;border-color:#c7d6df}.nh-fleet-card__body{background:#f8fafb}.nh-fleet-card__foot{border-top-color:#dbe4e9}
.nh-experiences{background:#edf2f5}.nh-experience-grid a{background:linear-gradient(145deg,#f7f9fa,#e8eff3);border-color:#cbd9e1}
.nh-offer-body{background:#e6edf2}.nh-section--white{background:#edf2f5!important}
.nh-footer{background:linear-gradient(180deg,#0a4168,#073554);color:#dce9f0}
@media(max-width:780px){
  body{background:#e4ecf1}
  .nh-header{background:rgba(244,247,249,.98)}
  .nh-section,.nh-section--soft,.nh-fleet,.nh-experiences,.nh-offer-body{background:#e4ecf1}
  .nh-fleet-card,.nh-experience-grid a,.nh-schedule-card,.nh-details-card,.nh-room-card,.nh-dayuse-card,.nh-romantic-card,.nh-direct-card{background:#f7f9fa}
}

/* =========================================================
   v5.3 — RICH NILE TOUR HOMEPAGE + NAV/FOOTER POLISH
   ========================================================= */
.nh-home-hero__lead{font-size:22px!important;font-weight:800;margin:4px 0 8px!important;color:#fff!important}.nh-home-hero__sub{font-size:15px!important;line-height:1.8!important;max-width:650px!important;color:#e8f1f6!important}.nh-home-hero .nh-choice b{font-size:20px}.nh-home-hero .nh-choice small{font-size:12px;font-weight:700}
.nh-home-finder{position:relative;margin-top:-26px;z-index:5}.nh-home-finder__bar{background:#f7f9fa;border:1px solid #c5d5df;border-radius:22px;box-shadow:var(--nh-shadow-lg);padding:18px 22px;display:grid;grid-template-columns:auto 1fr;gap:26px;align-items:center}.nh-home-finder__bar>div:first-child{display:grid;min-width:155px}.nh-home-finder__bar>div:first-child span{font-size:10px;color:#0a5a91;font-weight:900}.nh-home-finder__bar>div:first-child strong{font-size:20px;color:#173248}.nh-home-finder__pills{display:flex;gap:8px;flex-wrap:wrap}.nh-home-finder__pills a{background:#e5eef3;border:1px solid #c9d8e0;border-radius:999px;padding:9px 13px;text-decoration:none;color:#254e67;font-size:11px;font-weight:800}.nh-home-finder__pills a:hover{background:#0a5a91;color:#fff;border-color:#0a5a91}
.nh-home-offers{padding-top:96px}.nh-home-offer-grid .nh-fleet-card{background:#f3f7f9}.nh-home-offer-grid .nh-fleet-card__body{background:#f3f7f9}.nh-home-offer-grid .nh-fleet-card__body h3{font-size:24px}.nh-home-offer-grid .nh-fleet-card__body p{font-size:14px;line-height:1.7}.nh-home-offer-grid .nh-fleet-card__meta{font-size:10px}.nh-home-offer-grid .nh-fleet-card__foot strong{font-size:19px}.nh-home-offer-grid .nh-fleet-card__foot a{font-size:12px;font-weight:900}
.nh-home-editorial{background:#dbe6ec}.nh-home-editorial__grid{display:grid;grid-template-columns:1.45fr 1fr 1fr;grid-auto-rows:220px;gap:14px}.nh-home-editorial__grid a{position:relative;border-radius:22px;overflow:hidden;padding:24px;background:linear-gradient(145deg,#0a5a91,#0b3553);color:#fff;text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--nh-shadow);isolation:isolate}.nh-home-editorial__grid a:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 15%,rgba(255,255,255,.13),transparent 42%);z-index:-1}.nh-home-editorial__grid a.is-wide{grid-row:span 2}.nh-home-editorial__grid span{font-size:9px;letter-spacing:.15em;color:#efd590;font-weight:900}.nh-home-editorial__grid h3{font-size:29px;margin:6px 0 8px}.nh-home-editorial__grid p{font-size:13px;line-height:1.75;color:#dceaf1;max-width:380px}
.nh-river-feature{background:#e5edf2}.nh-river-feature__card{display:grid;grid-template-columns:1.05fr .95fr;background:#f7f9fa;border:1px solid #c6d6df;border-radius:28px;overflow:hidden;box-shadow:var(--nh-shadow-lg)}.nh-river-feature__media{min-height:500px}.nh-river-feature__media img{width:100%;height:100%;object-fit:cover}.nh-river-feature__copy{padding:48px;display:flex;flex-direction:column;justify-content:center}.nh-river-feature__copy>span{font-size:10px;letter-spacing:.16em;color:#0a5a91;font-weight:900}.nh-river-feature__copy h2{font-size:44px;margin:8px 0 12px}.nh-river-feature__copy p{font-size:15px;line-height:1.8;color:#5b7485}.nh-river-feature__pills{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 28px}.nh-river-feature__pills a{background:#e5eef3;border:1px solid #cad9e1;color:#234e68;border-radius:999px;padding:9px 12px;text-decoration:none;font-size:11px;font-weight:800}
.nh-home-occasions{background:#dce7ed}.nh-occasion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.nh-occasion-grid article{min-height:145px;background:#f6f9fa;border:1px solid #c8d7df;border-radius:19px;padding:22px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 12px 30px rgba(24,64,90,.07)}.nh-occasion-grid b{font-size:21px;color:#173248}.nh-occasion-grid span{font-size:12px;color:#627c8d;margin-top:6px}
.nh-home-gallery{background:#e5edf2}.nh-home-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:180px;gap:10px}.nh-home-gallery__grid button{border:0;padding:0;border-radius:18px;overflow:hidden;cursor:pointer;background:#d0dde5}.nh-home-gallery__grid button:first-child{grid-column:span 2;grid-row:span 2}.nh-home-gallery__grid button:nth-child(6){grid-column:span 2}.nh-home-gallery__grid img{width:100%;height:100%;object-fit:cover}.nh-text-link{display:inline-flex;margin-top:18px;color:#0a5a91;font-size:13px;font-weight:900;text-decoration:none}
.nh-home-included{background:#dce7ed}.nh-included-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.nh-included-grid article{background:#f6f9fa;border:1px solid #c8d7df;border-radius:16px;padding:20px 12px;display:grid;place-items:center;text-align:center;gap:8px}.nh-included-grid span{font-size:28px;color:#0a5a91}.nh-included-grid b{font-size:12px;color:#264e66}
.nh-home-events{background:#e4ecf1}.nh-home-events__card{min-height:430px;border-radius:28px;overflow:hidden;background-image:linear-gradient(90deg,rgba(4,48,78,.22),rgba(5,44,72,.92)),var(--events-bg);background-size:cover;background-position:center;display:flex;justify-content:flex-end;align-items:center;padding:48px;color:#fff;box-shadow:var(--nh-shadow-lg)}.nh-home-events__card>div{max-width:600px}.nh-home-events__card>div>span{font-size:10px;letter-spacing:.16em;color:#efd590;font-weight:900}.nh-home-events__card h2{font-size:46px;margin:8px 0 10px}.nh-home-events__card p{font-size:17px;color:#e4eef4}.nh-home-events__card .nh-contact-pair{margin-top:24px}
.nh-nav-group{position:relative}.nh-nav-group summary{list-style:none;cursor:pointer;padding:10px 5px;font-weight:800;color:#264e67;font-size:12px}.nh-nav-group summary::-webkit-details-marker{display:none}.nh-nav-group summary:after{content:"⌄";margin-right:5px}.nh-nav-group>div{position:absolute;top:calc(100% + 12px);right:0;width:230px;background:#f7f9fa;border:1px solid #c7d6df;border-radius:16px;padding:8px;box-shadow:var(--nh-shadow-lg);display:grid;z-index:50}.nh-nav-group>div a{padding:9px 10px;border-radius:9px}.nh-nav-group>div a:hover{background:#e5eef3}.nh-footer__grid h3{font-size:15px}.nh-footer__grid a,.nh-footer__grid button{font-size:12px!important;line-height:1.65}.nh-footer__brand p{font-size:13px}.nh-footer__cta p{font-size:14px;max-width:640px}
@media(max-width:980px){.nh-home-editorial__grid{grid-template-columns:1fr 1fr}.nh-home-editorial__grid a.is-wide{grid-row:span 1;grid-column:span 2}.nh-river-feature__card{grid-template-columns:1fr}.nh-river-feature__media{min-height:370px}.nh-occasion-grid{grid-template-columns:1fr 1fr}.nh-included-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:780px){.nh-home-hero__lead{font-size:18px!important}.nh-home-hero__sub{font-size:13px!important}.nh-home-hero .nh-choice b{font-size:17px}.nh-home-hero .nh-choice small{font-size:10px}.nh-home-finder{margin-top:-14px}.nh-home-finder__bar{grid-template-columns:1fr;padding:15px;gap:12px}.nh-home-finder__bar>div:first-child{min-width:0}.nh-home-finder__pills{overflow-x:auto;flex-wrap:nowrap;padding-bottom:3px}.nh-home-finder__pills a{flex:0 0 auto}.nh-home-offers{padding-top:66px}.nh-home-offer-grid .nh-fleet-card__body h3{font-size:22px}.nh-home-offer-grid .nh-fleet-card__body p{font-size:13px}.nh-home-editorial__grid{grid-template-columns:1fr;grid-auto-rows:180px}.nh-home-editorial__grid a.is-wide{grid-column:span 1}.nh-home-editorial__grid h3{font-size:24px}.nh-river-feature__media{min-height:260px}.nh-river-feature__copy{padding:25px 20px}.nh-river-feature__copy h2{font-size:33px}.nh-occasion-grid{grid-template-columns:1fr 1fr}.nh-occasion-grid article{min-height:120px;padding:17px}.nh-occasion-grid b{font-size:17px}.nh-home-gallery__grid{grid-template-columns:1fr 1fr;grid-auto-rows:145px}.nh-home-gallery__grid button:first-child{grid-column:span 2;grid-row:span 1}.nh-home-gallery__grid button:nth-child(6){grid-column:auto}.nh-included-grid{grid-template-columns:1fr 1fr}.nh-home-events__card{min-height:370px;padding:28px 22px}.nh-home-events__card h2{font-size:34px}.nh-home-events__card p{font-size:14px}.nh-nav-group{width:100%}.nh-nav-group summary{padding:11px 12px;border-radius:10px;font-size:12px}.nh-nav-group[open] summary{background:#e9f2f7}.nh-nav-group>div{position:static;width:auto;box-shadow:none;border:0;background:#eef4f7;margin:4px 0 8px;padding:5px}.nh-nav-group>div a{font-size:11px!important}}
@media(max-width:480px){.nh-occasion-grid{grid-template-columns:1fr}.nh-included-grid article{padding:16px 8px}.nh-home-events__card h2{font-size:31px}}

/* =========================================================
   v5.4 — COMPACT EXPERIENCE HUB + PREMIUM FOOTER
   Progressive disclosure keeps rich hotel/day-use data compact.
   ========================================================= */
.nh-hub{background:linear-gradient(180deg,#e3edf2 0%,#dce8ee 100%);padding:68px 0 82px;border-top:1px solid #c6d6df}
.nh-hub__heading{max-width:780px;margin:0 auto 24px;text-align:center}.nh-hub__heading .nh-kicker{justify-content:center}.nh-hub__heading h2{font-size:42px;line-height:1.15;margin:8px 0 10px;color:#173248}.nh-hub__heading p{font-size:15px;line-height:1.85;color:#607887;margin:0}
.nh-hub-tabs{display:flex;gap:9px;justify-content:center;flex-wrap:wrap;margin:0 auto 28px}.nh-hub-tabs button{border:1px solid #bdced8;background:#f4f8fa;color:#365a70;min-height:54px;border-radius:15px;padding:9px 16px;display:inline-flex;gap:8px;align-items:center;font-size:13px;font-weight:800;box-shadow:0 8px 22px rgba(25,64,89,.05);transition:.2s}.nh-hub-tabs button span{font-size:19px;color:#0b659e}.nh-hub-tabs button:hover{transform:translateY(-2px);background:#fff}.nh-hub-tabs button.is-active{background:linear-gradient(135deg,#0b5f97,#0a4d7c);border-color:#0b5f97;color:#fff;box-shadow:0 12px 30px rgba(11,95,151,.2)}.nh-hub-tabs button.is-active span{color:#efd590}
.nh-hub-panels{background:#eef4f7;border:1px solid #c5d4dd;border-radius:27px;padding:24px;box-shadow:0 24px 70px rgba(22,61,84,.09)}.nh-hub-panel[hidden]{display:none!important}.nh-hub-panel{animation:nhPanelIn .22s ease}.nh-hub-panel__intro{display:flex;align-items:center;gap:15px;margin:4px 0 22px}.nh-hub-panel__intro h2{font-size:31px;margin:2px 0 4px}.nh-hub-panel__intro p{font-size:14px;color:#607887;margin:0}@keyframes nhPanelIn{from{opacity:.3;transform:translateY(4px)}to{opacity:1;transform:none}}
.nh-explorer{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.65fr);gap:22px;align-items:start}.nh-explorer__main{background:#f8fafb;border:1px solid #cbd9e1;border-radius:22px;padding:25px}.nh-explorer__intro{display:flex;align-items:center;gap:15px;padding-bottom:22px;border-bottom:1px solid #d7e2e8}.nh-explorer__intro h2{font-size:30px;margin:4px 0;color:#173248}.nh-explorer__intro p{font-size:14px;color:#627b8a;margin:0;max-width:680px}.nh-explorer__icon{width:58px;height:58px;border-radius:17px;background:#dceaf2;color:#0b6198;display:grid;place-items:center;font-size:27px;flex:0 0 auto}
.nh-explorer__step{padding-top:22px}.nh-explorer__step-head{display:flex;gap:11px;align-items:center;margin-bottom:12px}.nh-explorer__step-head>span{width:30px;height:30px;border-radius:50%;background:#0b5f97;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}.nh-explorer__step-head>div{display:grid}.nh-explorer__step-head b{font-size:16px;color:#19394e}.nh-explorer__step-head small{font-size:11px;color:#79909e}
.nh-segmented{display:flex;gap:8px;flex-wrap:wrap}.nh-segmented button{min-height:43px;border:1px solid #c8d7df;background:#edf3f6;color:#365a70;border-radius:12px;padding:0 17px;font-size:13px;font-weight:800}.nh-segmented button.is-active{background:#0b5f97;border-color:#0b5f97;color:#fff;box-shadow:0 8px 20px rgba(11,95,151,.16)}
.nh-plan-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.nh-plan-options button{border:1px solid #cbd9e1;background:#eef3f5;border-radius:14px;padding:14px 15px;text-align:right;display:grid;grid-template-columns:1fr auto;gap:3px 10px;color:#284d64;min-height:82px}.nh-plan-options button[hidden]{display:none!important}.nh-plan-options button b{font-size:13px}.nh-plan-options button small{grid-column:1;font-size:10px;color:#79909e}.nh-plan-options button strong{grid-column:2;grid-row:1/3;align-self:center;font-size:15px;color:#0b5f97;white-space:nowrap}.nh-plan-options button.is-active{background:#fff;border-color:#0b6aa7;box-shadow:0 9px 26px rgba(10,92,146,.12)}.nh-plan-options button.is-active:before{content:"✓";position:absolute}.nh-plan-options button{position:relative}.nh-plan-options button.is-active:before{top:7px;left:8px;color:#0b659e;font-weight:900;font-size:10px}
.nh-explorer__details{margin-top:20px;border-top:1px solid #d7e2e8;padding-top:14px}.nh-explorer__details summary,.nh-hub-accordions summary,.nh-policy__details summary,.nh-romantic-feature details summary{list-style:none;cursor:pointer;font-size:13px;font-weight:900;color:#264d64;display:flex;justify-content:space-between;align-items:center;gap:10px}.nh-explorer__details summary::-webkit-details-marker,.nh-hub-accordions summary::-webkit-details-marker,.nh-policy__details summary::-webkit-details-marker,.nh-romantic-feature details summary::-webkit-details-marker{display:none}.nh-explorer__details summary span,.nh-hub-accordions summary span,.nh-policy__details summary span,.nh-romantic-feature details summary span{width:28px;height:28px;border-radius:50%;background:#e0eaf0;display:grid;place-items:center;font-size:17px;color:#0a5a91;transition:.2s}.nh-explorer__details[open] summary span,.nh-hub-accordions details[open] summary span,.nh-policy__details[open] summary span,.nh-romantic-feature details[open] summary span{transform:rotate(45deg)}.nh-explorer__details>div{padding-top:10px}.nh-explorer__details p{font-size:12px;color:#667f8e;margin:0}
.nh-selection-card{position:sticky;top:128px;background:linear-gradient(145deg,#0a5b90,#093e67);border-radius:22px;padding:24px;color:#fff;box-shadow:0 22px 55px rgba(8,66,105,.2)}.nh-selection-card__eyebrow{font-size:10px;letter-spacing:.13em;color:#c8e1ef;font-weight:900}.nh-selection-card h3{font-size:24px;margin:5px 0 16px;color:#fff}.nh-selection-card dl{margin:0;display:grid}.nh-selection-card dl>div{display:flex;justify-content:space-between;gap:15px;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.12)}.nh-selection-card dt{font-size:11px;color:#bad4e3}.nh-selection-card dd{font-size:12px;font-weight:800;text-align:left;margin:0;color:#fff}.nh-selection-card__price{display:grid;margin:18px 0}.nh-selection-card__price small{font-size:10px;color:#bdd5e3}.nh-selection-card__price strong{font-size:31px;color:#f0d792;line-height:1.25}.nh-selection-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.nh-selection-card__actions .nh-btn{min-width:0;padding:0 10px}.nh-selection-card__actions .nh-btn--gold{background:#f0d792}.nh-selection-card__actions .nh-btn--wa{background:#16a563}
.nh-hub-note{margin-top:15px;background:#f7f1de;border:1px solid #dccb9e;border-radius:13px;padding:12px 15px;color:#6a572d;font-size:12px}
.nt-package-details{margin-top:20px;padding:26px;border:1px solid rgba(11,110,169,.2);border-radius:26px;background:linear-gradient(145deg,var(--detail-bg),#fff);color:var(--detail-text);box-shadow:0 18px 42px rgba(7,45,58,.09)}
.nt-package-details>header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.nt-package-details>header span{display:block;margin-bottom:5px;color:var(--detail-accent);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.nt-package-details h3{margin:0;color:var(--detail-text);font-size:28px}.nt-package-details>header p{display:flex;align-items:center;gap:9px;margin:0;padding:12px 16px;border-radius:999px;background:#063f47;color:#fff;font-size:13px;font-weight:850}.nt-package-details>header p i{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#f6c56b;color:#063f47;font-style:normal;font-size:17px}
.nt-package-details__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.nt-package-details__grid>section{position:relative;min-height:155px;padding:20px;border:1px solid rgba(6,63,71,.1);border-radius:20px;background:rgba(255,255,255,.82);overflow:hidden}.nt-package-details__icon{width:43px;height:43px;display:grid;place-items:center;margin-bottom:13px;border-radius:14px;background:#e5f2ef;color:#076a73;font-size:21px;font-weight:900}.nt-package-details__grid h4{margin:0 0 11px;color:#063f47;font-size:16px}.nt-package-details__grid ul{display:flex;flex-wrap:wrap;gap:7px;padding:0;margin:0;list-style:none}.nt-package-details__grid li{padding:6px 9px;border-radius:9px;background:#f3f7f6;color:#36565a;font-size:11px;font-weight:750;line-height:1.5}
@media(max-width:650px){.nt-package-details{padding:20px 16px;border-radius:22px}.nt-package-details>header{align-items:flex-start;flex-direction:column;margin-bottom:16px}.nt-package-details h3{font-size:24px}.nt-package-details>header p{width:100%;justify-content:center}.nt-package-details__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:11px;scrollbar-width:none;padding-bottom:3px}.nt-package-details__grid::-webkit-scrollbar{display:none}.nt-package-details__grid>section{min-width:84%;min-height:190px;scroll-snap-align:center}.nt-package-details__grid li{font-size:12px}}
.nh-explorer-empty{background:#f8fafb;border:1px solid #cad9e1;border-radius:20px;padding:24px;display:flex;align-items:center;gap:15px}.nh-explorer-empty>span{width:52px;height:52px;border-radius:15px;background:#e1ebf0;display:grid;place-items:center;font-size:24px;color:#0a5f97}.nh-explorer-empty h3{font-size:22px;margin:0 0 4px}.nh-explorer-empty p{font-size:13px;margin:0;color:#657d8c}
.nh-hub-accordions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.nh-hub-accordions details{background:#f8fafb;border:1px solid #cad9e1;border-radius:16px;padding:15px 17px}.nh-hub-accordions details[open]{background:#fff}.nh-hub-accordions .nh-detail-list{margin-top:12px;grid-template-columns:1fr}.nh-hub-accordions .nh-detail-list span{font-size:12px;background:#eef3f5;border-color:#d7e2e8}.nh-hub-accordions--cruise{max-width:920px;margin-inline:auto}
.nh-schedule-grid--hub{grid-template-columns:repeat(3,1fr)}.nh-schedule-grid--hub article{background:#f8fafb}.nh-schedule-grid article>div:last-child{min-width:0}.nh-schedule-grid article>div:last-child h3{font-size:18px}.nh-schedule-grid article>div:last-child p{font-size:11px}.nh-schedule-grid article>div:last-child strong{display:block;font-size:17px;margin:7px 0}.nh-schedule-grid article button{font-size:11px;min-height:37px}
.nh-romantic-feature{display:grid;gap:13px}.nh-romantic-feature article{display:grid;grid-template-columns:62px 1fr 260px;gap:18px;align-items:center;background:linear-gradient(145deg,#fbfaf5,#f4f1e7);border:1px solid #d9ccaa;border-radius:22px;padding:23px}.nh-romantic-feature__icon{width:58px;height:58px;border-radius:50%;background:#ede2c6;color:#8c6c2d;display:grid;place-items:center;font-size:26px}.nh-romantic-feature__copy h2{font-size:27px;margin:4px 0}.nh-romantic-feature__room{font-size:12px;color:#806d49;margin:0 0 8px}.nh-romantic-feature details{border-top:1px solid #ded3b7;padding-top:9px}.nh-romantic-feature details p{font-size:12px;color:#687d88;margin:10px 0 0}.nh-romantic-feature__action{border-right:1px solid #ded3b7;padding-right:20px;display:grid}.nh-romantic-feature__action>small{font-size:10px;color:#846d3d}.nh-romantic-feature__action>strong{font-size:27px;color:#80642d;margin-bottom:12px}
.nh-offer-facts{background:#dfeaf0;border-bottom:1px solid #c6d6df}.nh-offer-facts .nh-container{display:grid;grid-template-columns:repeat(4,1fr)}.nh-offer-facts .nh-container>div{padding:16px 18px;border-left:1px solid #c9d8e0;display:grid;gap:2px}.nh-offer-facts .nh-container>div:last-child{border-left:0}.nh-offer-facts span{font-size:10px;color:#718896}.nh-offer-facts b{font-size:14px;color:#20465e}.nh-cruise-details{background:#e1ebf0}
.nh-policy{padding-top:45px;padding-bottom:45px;background:#dce7ed}.nh-policy__details{background:#f7f9fa;border:1px solid #c8d7df;border-radius:18px;padding:17px 20px}.nh-policy__details summary{font-size:15px}.nh-policy__details>div{padding-top:13px}.nh-policy__details h3{font-size:16px;margin:0 0 5px}.nh-policy__details p{font-size:13px;margin:4px 0;color:#617988}

/* Footer: richer desktop composition; native details accordion on tablet/mobile. */
.nh-footer{background:radial-gradient(circle at 10% 10%,rgba(47,132,183,.2),transparent 30%),linear-gradient(180deg,#083e65 0%,#062f50 58%,#052844 100%);padding-top:76px}.nh-footer__cta{padding:0 0 48px}.nh-footer__cta h2{font-size:41px}.nh-footer__cta p{font-size:14px;line-height:1.8}.nh-footer__grid{grid-template-columns:1.45fr repeat(3,1fr);gap:38px;padding:42px 0 48px}.nh-footer__brand{padding-left:26px;border-left:1px solid rgba(255,255,255,.1)}.nh-footer__brand p{font-size:13px;line-height:1.8;color:#c9dce7}.nh-footer__brand>span{font-size:11px;color:#9db7c7}.nh-footer-group{min-width:0}.nh-footer-group summary{list-style:none;color:#fff;font-size:16px;font-weight:900;margin:3px 0 15px;pointer-events:none}.nh-footer-group summary::-webkit-details-marker{display:none}.nh-footer-group summary:after{display:none}.nh-footer-group>div{display:flex;flex-direction:column;gap:9px}.nh-footer-group a,.nh-footer-group button{border:0;background:transparent;text-align:right;color:#b9d0de;font-size:13px!important;padding:0;line-height:1.7;transition:.18s}.nh-footer-group a:hover,.nh-footer-group button:hover{color:#f0d792;transform:translateX(-2px)}.nh-footer__bottom{font-size:10px;padding:19px 0 2px}

@media(max-width:980px){
  .nh-hub{padding:54px 0 66px}.nh-hub__heading h2{font-size:36px}.nh-hub-tabs{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px;scrollbar-width:none}.nh-hub-tabs::-webkit-scrollbar{display:none}.nh-hub-tabs button{flex:0 0 auto}.nh-explorer{grid-template-columns:1fr}.nh-selection-card{position:static;display:grid;grid-template-columns:1fr auto;gap:12px 20px}.nh-selection-card h3{margin-bottom:2px}.nh-selection-card dl{grid-column:1/-1}.nh-selection-card__price{margin:0;align-self:center}.nh-selection-card__actions{grid-column:1/-1}.nh-romantic-feature article{grid-template-columns:55px 1fr}.nh-romantic-feature__action{grid-column:1/-1;border-right:0;border-top:1px solid #ded3b7;padding:14px 0 0;grid-template-columns:1fr auto;align-items:center}.nh-romantic-feature__action .nh-selection-card__actions{grid-column:1/-1;margin-top:8px}
  .nh-footer{padding-top:55px}.nh-footer__cta{padding-bottom:35px}.nh-footer__grid{display:grid;grid-template-columns:1fr;padding:28px 0;gap:9px}.nh-footer__brand{padding:0 0 18px;border-left:0;border-bottom:1px solid rgba(255,255,255,.1)}.nh-footer-group{border-bottom:1px solid rgba(255,255,255,.11)}.nh-footer-group summary{pointer-events:auto;cursor:pointer;margin:0;padding:14px 2px;display:flex;justify-content:space-between;align-items:center;font-size:15px}.nh-footer-group summary:after{content:"+";display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.08);font-size:20px;font-weight:400;color:#e5f0f6}.nh-footer-group[open] summary:after{content:"−"}.nh-footer-group>div{padding:0 2px 15px}.nh-footer-group a,.nh-footer-group button{font-size:13px!important;padding:4px 0}
}
@media(max-width:780px){
  .nh-hub{padding:44px 0 55px}.nh-hub__heading{text-align:right;margin-bottom:19px}.nh-hub__heading .nh-kicker{justify-content:flex-start}.nh-hub__heading h2{font-size:31px}.nh-hub__heading p{font-size:13px}.nh-hub-panels{padding:13px;border-radius:20px}.nh-hub-tabs{margin-bottom:15px}.nh-hub-tabs button{min-height:48px;padding:8px 12px;font-size:11px}.nh-hub-tabs button span{font-size:16px}.nh-explorer__main{padding:17px;border-radius:17px}.nh-explorer__intro{align-items:flex-start}.nh-explorer__intro h2{font-size:25px}.nh-explorer__intro p{font-size:12px}.nh-explorer__icon{width:48px;height:48px;font-size:22px}.nh-explorer__step-head b{font-size:14px}.nh-explorer__step-head small{font-size:10px}.nh-segmented{display:grid;grid-template-columns:repeat(3,1fr)}.nh-segmented button{padding:0 8px;font-size:11px;min-height:41px}.nh-plan-options{grid-template-columns:1fr}.nh-plan-options button{min-height:70px;padding:12px}.nh-plan-options button b{font-size:12px}.nh-plan-options button strong{font-size:14px}.nh-selection-card{padding:18px;border-radius:18px}.nh-selection-card h3{font-size:20px}.nh-selection-card__price strong{font-size:25px}.nh-selection-card dt{font-size:10px}.nh-selection-card dd{font-size:11px}.nh-hub-accordions{grid-template-columns:1fr}.nh-schedule-grid--hub{grid-template-columns:1fr}.nh-romantic-feature article{padding:17px;grid-template-columns:45px 1fr}.nh-romantic-feature__icon{width:44px;height:44px;font-size:21px}.nh-romantic-feature__copy h2{font-size:23px}.nh-romantic-feature__action>strong{font-size:23px}.nh-offer-facts .nh-container{grid-template-columns:1fr 1fr}.nh-offer-facts .nh-container>div:nth-child(2){border-left:0}.nh-offer-facts .nh-container>div{border-bottom:1px solid #c9d8e0}.nh-offer-facts b{font-size:12px}.nh-offer-facts span{font-size:9px}
  .nh-footer__cta{padding:0 0 28px!important}.nh-footer__cta h2{font-size:30px}.nh-footer__cta p{font-size:13px}.nh-footer__brand p{font-size:12px}.nh-footer__bottom{font-size:9px}
}
@media(max-width:480px){.nh-segmented{grid-template-columns:1fr 1fr}.nh-selection-card{grid-template-columns:1fr}.nh-selection-card__price{margin:5px 0}.nh-selection-card__actions{grid-column:1}.nh-offer-facts .nh-container{grid-template-columns:1fr 1fr}.nh-hub__heading h2{font-size:28px}}

/* =========================================================
   v5.5 — RIVER BOAT FLOW + SMART SCHEDULE CONTACT + MEDIA ALBUM
   Primary hotel experiences stay open in a deliberate narrative order.
   Secondary stay/day-use offers remain compact behind three clear selectors.
   ========================================================= */
.nh-hotel-primary{background:linear-gradient(180deg,#e3edf2 0%,#dce8ee 100%)}
.nh-hotel-primary .nh-section-head,.nh-romantic-section .nh-section-head{margin-bottom:24px}
.nh-hotel-primary .nh-section-head p,.nh-romantic-section .nh-section-head p{max-width:720px;font-size:14px;line-height:1.8}
.nh-romantic-section{background:#e8eff2}
.nh-romantic-section--stay{background:#e2ebef}
.nh-card-contact-pair{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}
.nh-card-contact-pair .nh-btn{min-width:0;min-height:40px;padding:0 10px;font-size:11px;border-radius:10px}
.nh-card-contact-pair .nh-btn--gold{background:#e7c66f;color:#173248}
.nh-card-contact-pair .nh-btn--wa{background:#18a866;color:#fff}
.nh-schedule-choice{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.nh-schedule-choice:hover{transform:translateY(-3px);border-color:#9cbccc;box-shadow:0 18px 38px rgba(28,67,90,.11)}
.nh-schedule-choice .nh-card-contact-pair{grid-column:1/-1}

.nh-best-offers-break{padding:64px 0 28px;background:linear-gradient(180deg,#dce8ee 0%,#e5edf1 100%)}
.nh-best-offers-break__card{position:relative;overflow:hidden;border:1px solid #bdd0da;background:linear-gradient(135deg,#f7fafb 0%,#e9f0f3 62%,#dde9ef 100%);border-radius:28px;padding:38px 42px;box-shadow:0 24px 62px rgba(25,63,85,.09)}
.nh-best-offers-break__card:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;left:-120px;top:-140px;background:radial-gradient(circle,rgba(19,110,166,.15),transparent 68%)}
.nh-best-offers-break__card h2{font-size:39px;line-height:1.2;margin:8px 0;color:#173248}
.nh-best-offers-break__card>p{max-width:780px;font-size:15px;line-height:1.9;color:#5e7787;margin:0}
.nh-best-offers-note{position:relative;z-index:1;display:flex;gap:12px;align-items:flex-start;margin-top:22px;padding:14px 16px;border:1px solid #d7c895;background:#f6f0dd;border-radius:15px;color:#65542d;max-width:870px}
.nh-best-offers-note>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#e6d59f;color:#765d22;flex:0 0 auto}
.nh-best-offers-note p{margin:0;font-size:12px;line-height:1.75}.nh-best-offers-note b{color:#4d4224}
.nh-hub--secondary{padding-top:22px}
.nh-hub-tabs--three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:850px;gap:12px;margin-bottom:22px}
.nh-hub-tabs--three button{justify-content:center;min-height:62px;font-size:14px;border-radius:17px}
.nh-hub-tabs--three button b{font-size:14px}
.nh-hub-panels--secondary{max-width:1100px;margin-inline:auto}

.nh-boat-media{background:linear-gradient(180deg,#dce8ee,#e6eef2);padding-top:72px}
.nh-gallery-grid--album{grid-template-columns:2fr 1fr 1fr;grid-auto-rows:205px}
.nh-gallery-placeholder{border:1px dashed #a9c2d0;border-radius:16px;background:linear-gradient(145deg,#e8f0f4,#dce8ee);display:grid;place-items:center;align-content:center;gap:7px;color:#6e8b9c;min-height:150px}
.nh-gallery-placeholder span{font-size:31px;color:#8aa7b7}.nh-gallery-placeholder b{font-size:13px;color:#567589}
.nh-gallery-grid--album>*:first-child{grid-row:span 2}
.nh-gallery-grid--album .nh-gallery-placeholder:first-child{grid-row:span 2}
.nh-video-showcase{margin-top:54px}.nh-section-head--compact{margin-bottom:17px}.nh-section-head--compact h2{font-size:31px}
.nh-video-card{position:relative;width:100%;min-height:360px;border:0;border-radius:24px;overflow:hidden;background-image:linear-gradient(90deg,rgba(6,48,79,.88),rgba(6,55,91,.35)),var(--video-poster);background-size:cover;background-position:center;color:#fff;display:grid;place-items:center;align-content:center;gap:9px;text-align:center;box-shadow:0 22px 60px rgba(24,61,82,.14);cursor:pointer}
.nh-video-card:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.18);border-radius:inherit;pointer-events:none}
.nh-video-card__play{position:relative;z-index:1;width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);color:#0b5f97;font-size:23px;padding-right:3px;box-shadow:0 13px 35px rgba(0,0,0,.18)}
.nh-video-card strong,.nh-video-card small{position:relative;z-index:1}.nh-video-card strong{font-size:25px}.nh-video-card small{font-size:12px;color:#d9ebf5}
.nh-video-card--placeholder{cursor:default;filter:saturate(.7)}.nh-video-card--placeholder .nh-video-card__play{opacity:.78}
.nh-video-modal{position:fixed;inset:0;z-index:10010;background:rgba(3,24,40,.94);display:grid;place-items:center;padding:34px}
.nh-video-modal[hidden]{display:none}.nh-video-modal>button{position:absolute;top:20px;left:22px;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:#0a4f7c;color:#fff;font-size:26px;z-index:2}
.nh-video-modal__frame{width:min(1100px,92vw);aspect-ratio:16/9;background:#071d2c;border-radius:18px;overflow:hidden;box-shadow:0 28px 90px rgba(0,0,0,.4)}
.nh-video-modal__frame iframe,.nh-video-modal__frame video{width:100%;height:100%;display:block;border:0;object-fit:contain}

@media(max-width:980px){
  .nh-best-offers-break{padding:48px 0 22px}.nh-best-offers-break__card{padding:30px}.nh-best-offers-break__card h2{font-size:34px}
  .nh-hub-tabs--three{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));overflow-x:auto;justify-content:stretch;max-width:none}
  .nh-gallery-grid--album{grid-template-columns:1fr 1fr;grid-auto-rows:175px}.nh-gallery-grid--album>*:first-child{grid-row:span 1;grid-column:span 2}.nh-gallery-grid--album .nh-gallery-placeholder:first-child{grid-row:span 1;grid-column:span 2}
  .nh-video-card{min-height:300px}
}
@media(max-width:780px){
  .nh-hotel-primary .nh-section-head p,.nh-romantic-section .nh-section-head p{font-size:13px}
  .nh-card-contact-pair .nh-btn{min-height:43px;font-size:12px}
  .nh-best-offers-break{padding:38px 0 18px}.nh-best-offers-break__card{padding:24px 20px;border-radius:20px}.nh-best-offers-break__card h2{font-size:30px}.nh-best-offers-break__card>p{font-size:13px}.nh-best-offers-note p{font-size:11px}
  .nh-hub-tabs--three{grid-template-columns:repeat(3,minmax(135px,1fr));gap:8px;margin-bottom:14px}.nh-hub-tabs--three button{min-height:50px;padding:8px 10px}.nh-hub-tabs--three button b{font-size:11px}
  .nh-gallery-grid--album{grid-template-columns:1fr 1fr;grid-auto-rows:145px;gap:8px}.nh-gallery-grid--album>*:first-child{grid-column:span 2}.nh-gallery-placeholder b{font-size:12px}
  .nh-video-showcase{margin-top:38px}.nh-video-card{min-height:230px;border-radius:18px}.nh-video-card__play{width:56px;height:56px;font-size:19px}.nh-video-card strong{font-size:20px}
  .nh-video-modal{padding:14px}.nh-video-modal>button{top:10px;left:10px}.nh-video-modal__frame{width:96vw;border-radius:12px}
}
@media(max-width:480px){
  .nh-hub-tabs--three{grid-template-columns:repeat(3,128px);overflow-x:auto;justify-content:flex-start}
  .nh-gallery-grid--album{grid-template-columns:1fr;grid-auto-rows:190px}.nh-gallery-grid--album>*:first-child{grid-column:auto}.nh-gallery-grid--album .nh-gallery-placeholder:first-child{grid-column:auto}
  .nh-card-contact-pair{grid-template-columns:1fr 1fr}
}

/* v5.6 — complete offer content controls + real album presentation */
.nh-experience-copy{--exp-bg:#e7f0f5;--exp-text:#173248;--exp-accent:#0b6ea9;background:var(--exp-bg);color:var(--exp-text);border:1px solid color-mix(in srgb,var(--exp-accent) 24%,transparent);border-radius:18px;padding:18px 20px;margin:0 0 22px;box-shadow:0 12px 34px rgba(28,70,94,.06)}
.nh-experience-copy>span{display:inline-flex;align-items:center;gap:7px;color:var(--exp-accent);font-size:11px;font-weight:900;letter-spacing:.06em;margin-bottom:6px}.nh-experience-copy>span:after{content:"";width:34px;height:1px;background:var(--exp-accent);opacity:.55}.nh-experience-copy h3{color:var(--exp-text);font-size:22px;margin:0 0 7px}.nh-experience-copy p{color:var(--exp-text);font-size:14px;line-height:1.9;margin:0;opacity:.9}.nh-experience-copy--notice{max-width:860px}
.nh-explorer__details{background:var(--exp-bg,#edf4f7)!important;color:var(--exp-text,#173248)!important;border-color:color-mix(in srgb,var(--exp-accent,#0b6ea9) 24%,transparent)!important}.nh-explorer__details summary{color:var(--exp-text,#173248)!important}.nh-explorer__details summary span{color:var(--exp-accent,#0b6ea9)!important}.nh-explorer__details h3{font-size:18px;margin:0 0 7px;color:var(--exp-text,#173248)}.nh-explorer__details p{white-space:normal;line-height:1.9;color:var(--exp-text,#173248)!important;font-size:13px}

.nh-album{display:grid;gap:12px;position:relative}.nh-album__item{border:0;padding:0;min-height:190px;border-radius:18px;overflow:hidden;position:relative;background:#dce8ee;box-shadow:0 15px 36px rgba(19,60,85,.08);color:#fff}.nh-album__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.nh-album__item:not(.nh-album__placeholder):hover img{transform:scale(1.035)}.nh-album__item:not(.nh-album__placeholder)>span{position:absolute;inset:auto 12px 12px auto;padding:6px 10px;border-radius:999px;background:rgba(10,61,96,.82);backdrop-filter:blur(8px);font-size:10px;font-weight:800;color:#fff;opacity:0;transform:translateY(4px);transition:.2s}.nh-album__item:not(.nh-album__placeholder):hover>span{opacity:1;transform:none}
.nh-album--mosaic{grid-template-columns:2fr 1fr 1fr;grid-template-rows:210px 210px}.nh-album--mosaic .nh-album__item:first-child{grid-row:1/3}.nh-album--mosaic .nh-album__item:nth-child(6){display:none}
.nh-album--grid{grid-template-columns:repeat(3,1fr)}.nh-album--grid .nh-album__item{min-height:215px}
.nh-album--filmstrip{grid-auto-flow:column;grid-auto-columns:minmax(260px,31%);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:thin}.nh-album--filmstrip .nh-album__item{scroll-snap-align:start;min-height:230px}
.nh-album__placeholder{display:grid;place-items:center;align-content:center;gap:5px;background:linear-gradient(145deg,#dce8ee,#cddde5);border:1px dashed #9bb6c5;box-shadow:none;color:#5f7e90}.nh-album__placeholder-icon{font-size:30px;line-height:1;color:#7897a8}.nh-album__placeholder b{font-size:14px}.nh-album__placeholder small{font-size:9px;color:#7894a5}

@media(max-width:980px){
  .nh-album--mosaic{grid-template-columns:1.25fr 1fr;grid-template-rows:190px 190px}.nh-album--mosaic .nh-album__item:first-child{grid-row:1/3}.nh-album--mosaic .nh-album__item:nth-child(4),.nh-album--mosaic .nh-album__item:nth-child(5),.nh-album--mosaic .nh-album__item:nth-child(6){display:none}
  .nh-album--grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .nh-experience-copy{padding:15px 16px;border-radius:15px;margin-bottom:16px}.nh-experience-copy h3{font-size:19px}.nh-experience-copy p{font-size:13px}
  .nh-album,.nh-album--mosaic,.nh-album--grid,.nh-album--filmstrip{display:grid;grid-auto-flow:column;grid-template-columns:none;grid-template-rows:none;grid-auto-columns:82%;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;padding:2px 4px 12px;scrollbar-width:none}.nh-album::-webkit-scrollbar{display:none}.nh-album .nh-album__item,.nh-album--mosaic .nh-album__item:first-child,.nh-album--mosaic .nh-album__item:nth-child(4),.nh-album--mosaic .nh-album__item:nth-child(5),.nh-album--mosaic .nh-album__item:nth-child(6){display:grid;grid-row:auto;grid-column:auto;min-height:230px;scroll-snap-align:center}.nh-album__item:not(.nh-album__placeholder)>span{opacity:1;transform:none;font-size:9px}
}


/* v5.7 Presentation refinement: smaller offer tabs, structured details, media tabs, and album arrows */
.nh-hub-tabs--three{max-width:760px;gap:10px;margin-bottom:18px}
.nh-hub-tabs--three button{min-height:54px;padding:8px 12px;font-size:12px;border-radius:15px}
.nh-hub-tabs--three button b{font-size:12px}
.nh-best-offers-note{margin-top:16px;border:1px solid #e3d3a5;background:linear-gradient(145deg,#fff9eb,#fff6df);border-radius:18px;padding:16px 18px;display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start}
.nh-best-offers-note span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f0d792;color:#7a5a1a;font-weight:900}
.nh-best-offers-note p{margin:0;font-size:13px;line-height:1.8;color:#6d5c35}
.nh-rich-text{display:grid;gap:10px}.nh-rich-text p,.nh-rich-text ul,.nh-rich-text h4{margin:0}.nh-rich-text h4{font-size:14px;color:var(--exp-text,#173248);font-weight:900}.nh-rich-text p{font-size:13px;line-height:1.9;color:var(--exp-text,#173248)}.nh-rich-text ul{padding:0;margin:0;display:grid;gap:8px}.nh-rich-text li{list-style:none;position:relative;padding-right:18px;font-size:13px;line-height:1.9;color:var(--exp-text,#173248)}.nh-rich-text li:before{content:'•';position:absolute;right:0;top:0;color:var(--exp-accent,#0b6ea9);font-weight:900}
.nh-explorer__details{border:1px solid color-mix(in srgb,var(--exp-accent,#0b6ea9) 18%, #ffffff);border-radius:18px;padding:14px 16px;margin-top:22px}
.nh-explorer__details>div{padding-top:12px}.nh-explorer__details h3{font-size:19px;margin:0 0 9px}.nh-explorer__details .nh-rich-text{margin-top:4px}
.nh-media-switcher{display:grid;gap:18px}.nh-media-switcher__tabs{display:inline-flex;gap:10px;flex-wrap:wrap}.nh-media-switcher__tabs button{border:1px solid #c7d7e0;background:#f4f8fa;color:#32556a;padding:10px 18px;border-radius:999px;font-size:12px;font-weight:900;transition:.2s}.nh-media-switcher__tabs button.is-active{background:#0b5f97;border-color:#0b5f97;color:#fff;box-shadow:0 10px 22px rgba(11,95,151,.18)}
.nh-media-switcher__panel{display:block}.nh-album-shell{position:relative;display:grid;align-items:center}.nh-album-shell .nh-album{min-width:0}.nh-album-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border-radius:50%;border:1px solid rgba(11,95,151,.16);background:rgba(255,255,255,.96);box-shadow:0 16px 36px rgba(15,63,92,.14);display:grid;place-items:center;color:#0b5f97;font-size:28px;font-weight:400}.nh-album-nav--prev{right:-14px}.nh-album-nav--next{left:-14px}
.nh-video-card--empty{cursor:default;opacity:.97}.nh-video-card--empty strong{display:block}
@media(max-width:980px){.nh-album-nav{width:40px;height:40px;font-size:24px}.nh-album-nav--prev{right:-8px}.nh-album-nav--next{left:-8px}}
@media(max-width:780px){.nh-hub-tabs--three{grid-template-columns:repeat(3,minmax(120px,1fr));gap:8px}.nh-hub-tabs--three button{min-height:46px;padding:8px 10px}.nh-best-offers-note{grid-template-columns:30px 1fr;padding:14px}.nh-album-shell{padding:0 18px}.nh-album-nav{top:auto;bottom:-4px;transform:none}.nh-album-nav--prev{right:22px}.nh-album-nav--next{left:22px}}
@media(max-width:480px){.nh-media-switcher__tabs{width:100%;display:grid;grid-template-columns:1fr 1fr}.nh-media-switcher__tabs button{text-align:center;padding:10px 12px}.nh-album-shell{padding:0 12px 54px}.nh-album-nav{bottom:0}.nh-album-nav--prev{right:calc(50% + 8px)}.nh-album-nav--next{left:calc(50% + 8px)}}

/* v5.7.1 forced visible media controls */
.nh-album-shell [data-boat-album]{scrollbar-width:none}
.nh-album-shell [data-boat-album]::-webkit-scrollbar{display:none}
.nh-media-switcher__tabs{margin-bottom:2px}
.nh-media-switcher__tabs button{min-height:42px}
@media(max-width:780px){
  .nh-album-shell [data-boat-album]{touch-action:pan-y;overscroll-behavior-x:contain}
  .nh-album-nav{display:grid!important;background:#fff;color:#0b5f97;border:2px solid rgba(11,95,151,.2)}
  .nh-hub-tabs--three button{font-size:11px;min-height:42px;padding:6px 8px}
}

/* =========================================================
   v5.8 — APPROVED NILE TOUR VISUAL DIRECTION
   Idea #1 hero + compact premium homepage + named fleet carousel.
   ========================================================= */
:root{
  --nh-bg:#f3f7fb;--nh-bg-2:#eaf2f8;--nh-card:#fff;--nh-card-2:#f8fbfd;--nh-line:#d9e5ee;
  --nh-blue:#0d619f;--nh-blue-2:#2b83c7;--nh-blue-3:#e5f1f9;--nh-navy:#082f57;--nh-navy-2:#062541;
  --nh-gold:#d7a43b;--nh-gold-2:#edcf82;--nh-text:#123653;--nh-muted:#7890a2;
  --nh-shadow:0 16px 42px rgba(13,61,95,.10);--nh-shadow-lg:0 30px 78px rgba(13,61,95,.15);
}
body.nh-skyline-site{background:linear-gradient(180deg,#fbfdff 0%,#f1f6fa 48%,#f8fbfd 100%);padding-bottom:82px}
.nh-header__utility{display:none!important}
.nh-header{background:rgba(255,255,255,.97);border-bottom-color:#dfe8ef;box-shadow:0 7px 24px rgba(13,61,95,.055)}
.nh-header__main{height:74px}
.nh-brand img{width:46px;height:46px}.nh-brand b{font-size:24px;color:var(--nh-navy)}
.nh-nav a{color:#385e78}.nh-nav-toggle{border-color:#cbdde9;border-radius:13px}
.nh-section{padding:76px 0}.nh-section-head{margin-bottom:24px}.nh-section-head h2{font-size:40px;color:var(--nh-navy)}
.nh-kicker{color:var(--nh-blue)}

/* Approved static hero. */
.nh-home-hero--approved{min-height:620px;background-position:center 46%;border-radius:0 0 34px 34px;overflow:hidden;box-shadow:0 26px 72px rgba(7,42,74,.18)}
.nh-home-hero--approved:after{height:90px;background:linear-gradient(transparent,rgba(6,37,65,.22))}
.nh-home-hero--approved .nh-hero__shade{background:linear-gradient(0deg,rgba(4,34,61,.92) 0%,rgba(6,42,73,.56) 49%,rgba(7,43,74,.12) 86%),linear-gradient(90deg,rgba(4,29,52,.14),rgba(4,38,67,.08))}
.nh-home-hero--approved .nh-hero__inner{min-height:620px;align-items:flex-end;justify-content:center}
.nh-home-hero--approved .nh-hero__copy{width:min(780px,88%);padding:110px 0 82px;text-align:center;color:#fff}
.nh-home-hero--approved .nh-kicker{justify-content:center;color:#f0cc75;font-size:10px;letter-spacing:.2em}
.nh-home-hero--approved h1{font-size:clamp(48px,6vw,78px);max-width:760px;margin:12px auto 12px;line-height:1.06;text-shadow:0 8px 30px rgba(0,0,0,.25)}
.nh-home-hero--approved .nh-home-hero__lead{font-size:23px!important;color:#f3d88e!important;margin:0 0 8px!important}
.nh-home-hero--approved .nh-home-hero__sub{font-size:14px!important;max-width:680px!important;margin:0 auto 22px!important;color:#f4f8fb!important;line-height:1.9!important}
.nh-home-hero__actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.nh-home-hero__actions .nh-btn{min-width:205px;height:52px;border-radius:14px;font-size:13px}
.nh-home-hero__primary{background:linear-gradient(135deg,#e7bd5d,#c98f27)!important;color:#fff!important;box-shadow:0 14px 34px rgba(207,151,43,.25)!important}
.nh-home-hero__secondary{background:rgba(5,40,70,.56);border:1.5px solid rgba(255,255,255,.82);color:#fff;box-shadow:none;backdrop-filter:blur(8px)}
.nh-home-hero__contact-note{margin:15px auto 0;display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:999px;background:rgba(7,42,74,.58);border:1px solid rgba(255,255,255,.18);color:#e8f1f6;font-size:9px;backdrop-filter:blur(8px)}
.nh-home-hero__contact-note span{color:#f0c86d}

/* Two premium entry cards below hero. */
.nh-home-entry{position:relative;z-index:6;margin-top:-32px}.nh-home-entry__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:920px}
.nh-home-entry-card{min-height:104px;background:#fff;border:1px solid #d9e5ed;border-radius:20px;padding:18px 20px;box-shadow:0 18px 46px rgba(15,62,94,.13);display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:13px;transition:.2s}
.nh-home-entry-card:hover{transform:translateY(-4px);box-shadow:0 25px 55px rgba(15,62,94,.16)}
.nh-home-entry-card__icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#eef5fa;color:var(--nh-navy);font-size:25px}.nh-home-entry-card b{display:block;font-size:19px;color:var(--nh-navy)}.nh-home-entry-card small{display:block;font-size:11px;color:#758c9d;margin-top:4px}.nh-home-entry-card i{font-style:normal;color:var(--nh-gold);font-size:23px}

/* Named fleet selector + arrows only. */
.nh-home-fleet-showcase{padding-top:92px;background:linear-gradient(180deg,#f8fbfd,#edf4f8)}
.nh-home-fleet-showcase__head{margin-bottom:17px}.nh-home-fleet-showcase__head p{font-size:13px;line-height:1.8}
.nh-boat-name-selector{max-width:1020px;margin:0 auto 22px;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}
.nh-boat-name-selector button{min-height:38px;padding:0 14px;border-radius:999px;border:1px solid #d5e2eb;background:#fff;color:#476b82;font-size:10px;font-weight:900;box-shadow:0 7px 18px rgba(14,63,96,.055);transition:.2s}
.nh-boat-name-selector button:hover,.nh-boat-name-selector button.is-active{background:var(--nh-navy);border-color:var(--nh-gold);color:#fff;box-shadow:0 10px 24px rgba(8,47,87,.16)}
.nh-home-fleet-carousel{position:relative;max-width:1050px;margin:0 auto;padding:0 54px 34px}
.nh-home-fleet-carousel__viewport{overflow:hidden;border-radius:26px}
.nh-home-fleet-carousel__track{display:flex;direction:ltr;transition:transform .48s cubic-bezier(.22,.75,.22,1);will-change:transform}
.nh-home-boat-slide{direction:rtl;min-width:100%;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(350px,.82fr);background:#fff;border:1px solid #d6e3ec;border-radius:26px;overflow:hidden;box-shadow:0 24px 64px rgba(15,61,93,.13)}
.nh-home-boat-slide__media{position:relative;min-height:420px;overflow:hidden;background:#dfeaf2}.nh-home-boat-slide__media:after{content:"";position:absolute;inset:50% 0 0;background:linear-gradient(transparent,rgba(6,37,65,.48))}.nh-home-boat-slide__media img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.nh-home-boat-slide__media>span{position:absolute;z-index:2;right:18px;top:18px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.94);color:var(--nh-blue);font-size:9px;font-weight:900}
.nh-home-boat-slide__body{padding:38px 34px;display:flex;flex-direction:column;justify-content:center}.nh-home-boat-slide__eyebrow{display:flex;gap:10px;flex-wrap:wrap;color:#8197a6;font-size:9px}.nh-home-boat-slide h3{font-size:34px;margin:9px 0 9px;color:var(--nh-navy);line-height:1.2}.nh-home-boat-slide p{font-size:13px;line-height:1.85;color:#698294;margin:0 0 18px}.nh-home-boat-slide__facts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0 0 22px}.nh-home-boat-slide__facts span{min-height:65px;border-radius:14px;background:#f3f7fa;border:1px solid #e2eaf0;padding:10px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;color:#517087;font-size:9px;font-weight:800}.nh-home-boat-slide__facts b{font-size:17px;color:var(--nh-blue)}
.nh-home-boat-slide__foot{margin-top:auto;border-top:1px solid #e8eef2;padding-top:18px;display:flex;align-items:center;justify-content:space-between;gap:15px}.nh-home-boat-slide__foot>div{display:grid}.nh-home-boat-slide__foot small{font-size:8px;color:#8a9eaa}.nh-home-boat-slide__foot strong{font-size:25px;color:var(--nh-blue)}.nh-home-boat-slide__cta{background:var(--nh-navy);color:#fff;min-width:155px}
.nh-home-fleet-carousel__nav{position:absolute;top:50%;transform:translateY(-58%);z-index:5;width:48px;height:48px;border-radius:50%;border:2px solid var(--nh-gold);background:var(--nh-navy);color:#f1c765;font-size:31px;line-height:1;display:grid;place-items:center;box-shadow:0 12px 28px rgba(8,47,87,.18)}.nh-home-fleet-carousel__nav--prev{right:0}.nh-home-fleet-carousel__nav--next{left:0}
.nh-home-fleet-carousel__dots{position:absolute;bottom:3px;left:0;right:0;display:flex;justify-content:center;gap:6px}.nh-home-fleet-carousel__dots span{width:7px;height:7px;border-radius:50%;background:#cbd8e0;transition:.2s}.nh-home-fleet-carousel__dots span.is-active{width:20px;border-radius:999px;background:var(--nh-gold)}

/* Compact discovery — never a dragging rail. */
.nh-home-discovery{background:#fff}.nh-discovery-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.nh-discovery-grid a{min-height:128px;border-radius:20px;background:linear-gradient(145deg,#fff,#f3f8fb);border:1px solid #dbe6ed;box-shadow:0 12px 30px rgba(14,62,94,.07);padding:17px 12px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.2s}.nh-discovery-grid a:hover{transform:translateY(-4px);border-color:#bed6e6}.nh-discovery-grid a>span{width:46px;height:46px;border-radius:15px;background:#e9f3f9;color:var(--nh-blue);display:grid;place-items:center;font-size:22px;margin-bottom:9px}.nh-discovery-grid b{font-size:14px;color:var(--nh-navy)}.nh-discovery-grid small{font-size:9px;color:#7d92a0;line-height:1.5;margin-top:3px}

/* Curated experiences from approved section proposal. */
.nh-home-curated{background:linear-gradient(180deg,#edf4f8,#f7fafc)}.nh-curated-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.nh-curated-grid a{min-height:210px;border-radius:23px;padding:16px;background:#fff;border:1px solid #d7e4ec;box-shadow:0 15px 38px rgba(14,61,93,.09);display:flex;flex-direction:column;position:relative;overflow:hidden}.nh-curated-grid__visual{height:112px;border-radius:17px;display:grid;place-items:center;font-size:34px;color:#fff;margin-bottom:14px;background:linear-gradient(145deg,#145f96,#082f57)}.nh-curated-grid__visual--dinner{background:linear-gradient(145deg,#0e5d95,#092d53)}.nh-curated-grid__visual--night{background:linear-gradient(145deg,#173e70,#071f3e)}.nh-curated-grid__visual--day{background:linear-gradient(145deg,#4ba4d6,#1b70aa)}.nh-curated-grid__visual--stay{background:linear-gradient(145deg,#c39a46,#82642a)}.nh-curated-grid b{font-size:16px;color:var(--nh-navy)}.nh-curated-grid small{font-size:10px;color:#7b91a0;margin-top:3px}.nh-curated-grid i{font-style:normal;color:var(--nh-gold);font-size:20px;margin-top:auto;align-self:flex-start}

/* Occasion grid remains compact on phones. */
.nh-home-occasions{background:#fff}.nh-occasion-grid--premium{grid-template-columns:repeat(3,1fr);gap:12px}.nh-occasion-grid--premium a{min-height:132px;background:linear-gradient(145deg,#fff,#f5f9fb);border:1px solid #d9e5ed;border-radius:20px;padding:18px;display:flex;align-items:center;gap:13px;box-shadow:0 12px 30px rgba(14,61,93,.065)}.nh-occasion-grid--premium a>span{width:46px;height:46px;flex:0 0 46px;border-radius:15px;background:var(--nh-navy);color:#f0ca71;display:grid;place-items:center;font-size:20px}.nh-occasion-grid--premium b{font-size:16px;color:var(--nh-navy)}.nh-occasion-grid--premium small{display:block;font-size:9px;color:#8094a2;margin-top:3px}.nh-occasion-help{margin-top:14px;background:var(--nh-navy);color:#fff;border-radius:19px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:15px}.nh-occasion-help>div{display:grid}.nh-occasion-help b{font-size:15px}.nh-occasion-help span{font-size:10px;color:#bcd0dd;margin-top:2px}

/* Best offers: only three, compact. */
.nh-home-best-offers{background:#eef4f8}.nh-best-offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.nh-best-offer-grid .nh-fleet-card{height:100%;box-shadow:0 15px 40px rgba(14,61,93,.08)}.nh-best-offer-grid .nh-fleet-card__media{height:205px}.nh-best-offer-grid .nh-fleet-card__body{padding:15px 16px}.nh-best-offer-grid .nh-fleet-card h3{font-size:20px}.nh-best-offer-grid .nh-fleet-card p{font-size:10px;min-height:30px}.nh-best-offer-grid .nh-fleet-card__foot strong{font-size:18px}

/* River Boat special offers teaser. */
.nh-home-river{background:#fff}.nh-home-river__card{display:grid;grid-template-columns:1.05fr .95fr;border-radius:28px;overflow:hidden;background:linear-gradient(145deg,#092f56,#0d578b);box-shadow:0 24px 64px rgba(8,47,87,.16)}.nh-home-river__media{min-height:400px;position:relative;overflow:hidden}.nh-home-river__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 55%,rgba(8,47,87,.5))}.nh-home-river__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.nh-home-river__copy{padding:42px;color:#fff;display:flex;flex-direction:column;justify-content:center}.nh-home-river__copy .nh-kicker{color:#f0ca71}.nh-home-river__copy h2{font-size:38px;margin:8px 0}.nh-home-river__copy p{font-size:13px;color:#d9e7f0;line-height:1.85;margin:0 0 18px}.nh-home-river__buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.nh-home-river__buttons a{min-height:70px;border-radius:16px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:17px}.nh-home-river__buttons b{font-size:10px}.nh-home-river__cta{margin-top:12px;background:linear-gradient(135deg,#e3b756,#c9922d);color:#fff;align-self:flex-start}

.nh-home-final{background:linear-gradient(180deg,#f2f7fa,#e8f0f5);padding-bottom:70px}.nh-home-final__card{background:var(--nh-navy);border-radius:24px;padding:30px 34px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:25px;box-shadow:0 20px 55px rgba(8,47,87,.16)}.nh-home-final__card h2{font-size:32px;margin:7px 0}.nh-home-final__card p{font-size:12px;color:#c8dbe7;margin:0}.nh-home-final__card .nh-kicker{color:#e7c66f}

/* Global internal-page tightening so the approved direction is consistent site-wide. */
.nh-offer-hero{min-height:570px}.nh-offer-hero__inner{min-height:540px}.nh-offer-hero__copy{padding-top:45px;padding-bottom:55px}.nh-offer-hero h1{letter-spacing:-.025em}.nh-offer-hero__shade{background:linear-gradient(0deg,rgba(5,38,66,.89),rgba(7,48,80,.48) 62%,rgba(7,48,80,.14))}

@media(max-width:1100px){
  .nh-discovery-grid{grid-template-columns:repeat(3,1fr)}.nh-curated-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:980px){
  body.nh-skyline-site{padding-bottom:84px}.nh-section{padding:62px 0}.nh-home-hero--approved,.nh-home-hero--approved .nh-hero__inner{min-height:570px}.nh-home-hero--approved .nh-hero__copy{padding:95px 0 76px}.nh-home-boat-slide{grid-template-columns:1fr}.nh-home-boat-slide__media{min-height:330px}.nh-home-boat-slide__body{padding:28px}.nh-home-river__card{grid-template-columns:1fr}.nh-home-river__media{min-height:320px}.nh-home-river__media:after{background:linear-gradient(0deg,rgba(8,47,87,.34),transparent 60%)}
  .nh-offer-hero{min-height:535px}.nh-offer-hero__inner{min-height:500px}
}
@media(max-width:780px){
  .nh-container{width:min(calc(100% - 24px),var(--nh-container))}.nh-header__main{height:68px}.nh-brand img{width:40px;height:40px}.nh-brand b{font-size:21px}.nh-nav{top:72px}
  .nh-section{padding:52px 0}.nh-section-head{margin-bottom:20px}.nh-section-head h2{font-size:31px}.nh-section-head p{font-size:11px;line-height:1.75}
  .nh-home-hero--approved{min-height:550px;border-radius:0 0 27px 27px;background-position:50% 45%}.nh-home-hero--approved .nh-hero__inner{min-height:550px}.nh-home-hero--approved .nh-hero__copy{width:100%;padding:82px 0 68px}.nh-home-hero--approved h1{font-size:44px}.nh-home-hero--approved .nh-home-hero__lead{font-size:18px!important}.nh-home-hero--approved .nh-home-hero__sub{font-size:11px!important;max-width:340px!important}.nh-home-hero__actions{display:grid;grid-template-columns:1fr;max-width:330px;margin:0 auto}.nh-home-hero__actions .nh-btn{width:100%;min-width:0}.nh-home-hero__contact-note{font-size:8px}
  .nh-home-entry{margin-top:-24px}.nh-home-entry__grid{grid-template-columns:1fr 1fr;gap:8px}.nh-home-entry-card{min-height:92px;padding:12px 11px;grid-template-columns:40px 1fr;gap:8px;border-radius:17px}.nh-home-entry-card__icon{width:40px;height:40px;font-size:19px}.nh-home-entry-card b{font-size:13px}.nh-home-entry-card small{font-size:8px;line-height:1.45}.nh-home-entry-card i{display:none}
  .nh-home-fleet-showcase{padding-top:70px}.nh-home-fleet-showcase__head p{font-size:11px}.nh-boat-name-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:17px}.nh-boat-name-selector button{min-height:36px;padding:0 6px;font-size:9px;white-space:normal;line-height:1.25}.nh-home-fleet-carousel{padding:0 0 44px}.nh-home-fleet-carousel__viewport{border-radius:22px}.nh-home-boat-slide{border-radius:22px}.nh-home-boat-slide__media{min-height:230px}.nh-home-boat-slide__body{padding:20px 18px}.nh-home-boat-slide h3{font-size:27px}.nh-home-boat-slide p{font-size:11px;margin-bottom:14px}.nh-home-boat-slide__facts{gap:6px;margin-bottom:16px}.nh-home-boat-slide__facts span{min-height:56px;padding:7px 4px;font-size:7px}.nh-home-boat-slide__facts b{font-size:14px}.nh-home-boat-slide__foot strong{font-size:20px}.nh-home-boat-slide__cta{min-width:125px;min-height:42px;font-size:10px}.nh-home-fleet-carousel__nav{top:auto;bottom:0;transform:none;width:39px;height:39px;font-size:25px}.nh-home-fleet-carousel__nav--prev{right:calc(50% + 12px)}.nh-home-fleet-carousel__nav--next{left:calc(50% + 12px)}.nh-home-fleet-carousel__dots{bottom:14px;pointer-events:none}.nh-home-fleet-carousel__dots span{display:none}.nh-home-fleet-carousel__dots span.is-active{display:block;width:8px;height:8px}
  .nh-discovery-grid{grid-template-columns:repeat(2,1fr);gap:8px}.nh-discovery-grid a{min-height:110px;border-radius:17px;padding:12px 8px}.nh-discovery-grid a>span{width:40px;height:40px;font-size:18px;margin-bottom:7px}.nh-discovery-grid b{font-size:12px}.nh-discovery-grid small{font-size:8px}
  .nh-curated-grid{grid-template-columns:repeat(2,1fr);gap:8px}.nh-curated-grid a{min-height:175px;border-radius:18px;padding:10px}.nh-curated-grid__visual{height:88px;border-radius:14px;font-size:28px;margin-bottom:10px}.nh-curated-grid b{font-size:12px}.nh-curated-grid small{font-size:8px}.nh-curated-grid i{font-size:17px}
  .nh-occasion-grid--premium{grid-template-columns:repeat(2,1fr);gap:8px}.nh-occasion-grid--premium a{min-height:106px;border-radius:17px;padding:12px;gap:9px}.nh-occasion-grid--premium a>span{width:38px;height:38px;flex-basis:38px;border-radius:12px;font-size:16px}.nh-occasion-grid--premium b{font-size:12px}.nh-occasion-grid--premium small{font-size:8px}.nh-occasion-help{padding:13px 14px;align-items:flex-start;flex-direction:column}.nh-occasion-help b{font-size:13px}.nh-occasion-help span{font-size:9px}
  .nh-best-offer-grid{grid-template-columns:1fr;gap:10px}.nh-best-offer-grid .nh-fleet-card{display:grid;grid-template-columns:42% 58%;border-radius:18px}.nh-best-offer-grid .nh-fleet-card__media{height:auto;min-height:180px}.nh-best-offer-grid .nh-fleet-card__body{padding:14px 13px}.nh-best-offer-grid .nh-fleet-card h3{font-size:16px}.nh-best-offer-grid .nh-fleet-card p{font-size:8px;min-height:0;margin-bottom:8px}.nh-best-offer-grid .nh-fleet-card__meta{font-size:7px}.nh-best-offer-grid .nh-fleet-card__foot{display:grid;gap:6px}.nh-best-offer-grid .nh-fleet-card__type{right:7px;top:7px;font-size:7px;padding:4px 7px}.nh-best-offer-grid .nh-fleet-card__arrow{width:30px;height:30px;left:8px;bottom:8px}
  .nh-home-river__media{min-height:240px}.nh-home-river__copy{padding:24px 18px}.nh-home-river__copy h2{font-size:31px}.nh-home-river__copy p{font-size:11px}.nh-home-river__buttons a{min-height:60px;font-size:14px}.nh-home-river__buttons b{font-size:8px}.nh-home-river__cta{width:100%}
  .nh-home-final__card{padding:23px 18px;align-items:flex-start;flex-direction:column}.nh-home-final__card h2{font-size:27px}.nh-home-final__card .nh-contact-pair{width:100%}.nh-home-final__card .nh-btn{flex:1}
  .nh-offer-hero{min-height:500px}.nh-offer-hero__inner{min-height:470px}.nh-offer-hero__copy{padding:38px 0 42px}.nh-offer-hero h1{font-size:40px}
}
@media(max-width:480px){
  .nh-home-hero--approved h1{font-size:39px}.nh-home-entry-card b{font-size:12px}.nh-home-entry-card small{font-size:7px}.nh-boat-name-selector{grid-template-columns:repeat(2,1fr)}.nh-home-boat-slide__facts{grid-template-columns:repeat(3,1fr)}.nh-home-boat-slide__foot{align-items:flex-end}.nh-home-boat-slide__cta{padding:0 10px}.nh-home-river__buttons{grid-template-columns:1fr 1fr 1fr}.nh-home-river__buttons b{font-size:7px}
}

/* =========================================================
   v6.0.2 — APPROVED HERO + CENTER-PEEK FLEET CAROUSEL
   Visual-only refinement: preserve existing selectors/links and Smart Contact.
   ========================================================= */
body.home .nh-header{background:#061f3b;border-bottom:1px solid rgba(215,164,59,.22);box-shadow:none}
body.home .nh-header__utility{display:none}
body.home .nh-header__main{height:76px}
body.home .nh-brand b{color:#fff}
body.home .nh-brand small{color:#c9d9e4}
body.home .nh-nav a,body.home .nh-nav summary{color:#e7f0f5}
body.home .nh-nav-toggle{background:transparent;border-color:rgba(255,255,255,.24)}
body.home .nh-nav-toggle span{background:#fff}
body.home .nh-header__actions .nh-btn--outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.35)}

.nh-home-hero--approved{min-height:650px;border-radius:0;background-position:center 44%;box-shadow:none}
.nh-home-hero--approved:after{height:0;background:none}
.nh-home-hero--approved .nh-hero__shade{background:linear-gradient(0deg,rgba(2,24,47,.97) 0%,rgba(3,31,59,.84) 34%,rgba(5,37,68,.26) 72%,rgba(4,29,53,.07) 100%)}
.nh-home-hero--approved .nh-hero__inner{min-height:650px;align-items:flex-end}
.nh-home-hero--approved .nh-hero__copy{width:min(690px,92%);padding:330px 0 58px}
.nh-home-hero--approved .nh-kicker{color:#d9aa3d;font-size:11px;letter-spacing:.18em}
.nh-home-hero--approved .nh-kicker:before{background:#d9aa3d}
.nh-home-hero--approved h1{font-size:clamp(46px,5.8vw,72px);max-width:680px;margin:10px auto 10px;line-height:1.05}
.nh-home-hero--approved .nh-home-hero__lead{font-size:22px!important;color:#e2b444!important;font-weight:900;margin-bottom:8px!important}
.nh-home-hero--approved .nh-home-hero__sub{font-size:13px!important;line-height:1.75!important;max-width:620px!important;margin-bottom:18px!important}
.nh-home-hero__actions{max-width:560px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:9px}
.nh-home-hero__actions .nh-btn{width:100%;height:52px;border-radius:12px;font-size:13px}
.nh-home-hero__primary{background:linear-gradient(135deg,#e1ad36,#c98e23)!important;border:1px solid #e8bf62!important}
.nh-home-hero__secondary{background:rgba(5,31,58,.45);border:1.5px solid rgba(255,255,255,.92)}

.nh-home-hero-dock{position:relative;z-index:8;margin-top:-2px;background:transparent}
.nh-home-hero-dock>.nh-container{width:min(calc(100% - 24px),1120px)}
.nh-home-hero-dock__card{background:#fff;border-radius:30px;box-shadow:0 18px 48px rgba(7,43,74,.12);border:1px solid #e2e9ee;padding:20px 22px 16px;margin-top:-1px}
.nh-home-hero-dock__card h2{text-align:center;color:#082f57;font-size:25px;line-height:1.2;margin:0 0 15px}
.nh-home-hero-dock__choices{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.nh-home-hero-dock__choices a{min-height:92px;border:1px solid #e0e7ec;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fafc);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;box-shadow:0 8px 18px rgba(16,63,94,.06);transition:.2s}
.nh-home-hero-dock__choices a:hover{transform:translateY(-3px);border-color:#c6d7e2}
.nh-home-hero-dock__choices span{font-size:24px;line-height:1;color:#0a3c68}
.nh-home-hero-dock__choices b{font-size:11px;color:#082f57;white-space:nowrap}
.nh-home-hero-dock__trust{margin-top:15px;padding-top:14px;border-top:1px solid #e8edf1;display:grid;grid-template-columns:repeat(4,1fr)}
.nh-home-hero-dock__trust>span{min-height:52px;display:flex;align-items:center;justify-content:center;gap:8px;border-left:1px solid #edf1f4}
.nh-home-hero-dock__trust>span:last-child{border-left:0}
.nh-home-hero-dock__trust i{font-style:normal;font-size:20px;color:#c89224}
.nh-home-hero-dock__trust b{font-size:10px;color:#173d59}

.nh-home-fleet-showcase{padding-top:66px}
.nh-home-fleet-carousel{max-width:1120px;padding:0 0 42px;overflow:visible}
.nh-home-fleet-carousel__viewport{overflow:hidden;border-radius:0;padding:14px 0 22px}
.nh-home-fleet-carousel__track{gap:18px;padding-inline:14%;align-items:stretch}
.nh-home-boat-slide{min-width:0;flex:0 0 72%;display:flex;flex-direction:column;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(8,47,87,.10);opacity:.68;transform:scale(.94);transition:opacity .35s ease,transform .35s ease,box-shadow .35s ease;border:1px solid #d9e4eb;overflow:hidden}
.nh-home-boat-slide[aria-hidden="false"]{opacity:1;transform:scale(1);box-shadow:0 22px 50px rgba(8,47,87,.16)}
.nh-home-boat-slide__media{min-height:290px;height:290px;position:relative;display:block;overflow:hidden;background:#dbe5ec}
.nh-home-boat-slide__media:after{display:none}
.nh-home-boat-slide__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.nh-home-boat-slide__media>span{right:12px;top:12px;font-size:8px;padding:5px 9px;background:rgba(255,255,255,.92)}
.nh-home-boat-slide__media>i{position:absolute;z-index:3;left:13px;top:11px;color:#fff;font-size:24px;font-style:normal;text-shadow:0 2px 8px rgba(0,0,0,.35)}
.nh-home-boat-slide__body{padding:18px 18px 17px;text-align:center;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}
.nh-home-boat-slide h3{font-size:26px;margin:0 0 3px;color:#082f57}
.nh-home-boat-slide p{font-size:10px;line-height:1.55;color:#667f91;margin:0 0 7px;min-height:16px}
.nh-home-boat-slide__price{display:flex;align-items:baseline;justify-content:center;gap:6px;margin:1px 0 11px}
.nh-home-boat-slide__price small{font-size:9px;color:#758b9b}
.nh-home-boat-slide__price strong{font-size:20px;color:#a77924}
.nh-home-boat-slide__cta{min-height:40px;width:100%;background:#0a4e7d;color:#fff;border-radius:999px;font-size:10px}
.nh-home-fleet-carousel__nav{top:42%;width:46px;height:46px;border:1px solid #d7e2e9;background:#fff;color:#0a4e7d;font-size:28px;box-shadow:0 10px 24px rgba(8,47,87,.16)}
.nh-home-fleet-carousel__nav--prev{right:7.5%}.nh-home-fleet-carousel__nav--next{left:7.5%}
.nh-home-fleet-carousel__dots{bottom:4px}
.nh-home-fleet-carousel__dots span.is-active{width:8px;height:8px;border-radius:50%;background:#0a5d94}

@media(max-width:980px){
  body.home .nh-header__main{height:72px}
  .nh-home-hero--approved,.nh-home-hero--approved .nh-hero__inner{min-height:625px}
  .nh-home-hero--approved .nh-hero__copy{padding:320px 0 52px}
  .nh-home-boat-slide{flex-basis:76%}.nh-home-fleet-carousel__track{padding-inline:12%}
}
@media(max-width:780px){
  body.home .nh-header__main{height:62px}.home .nh-brand img{width:35px;height:35px}.home .nh-brand b{font-size:20px}.home .nh-nav{top:66px;background:#072844}
  .nh-home-hero--approved{min-height:520px;background-position:50% 40%}
  .nh-home-hero--approved .nh-hero__inner{min-height:520px}
  .nh-home-hero--approved .nh-hero__copy{padding:245px 0 40px;width:100%}
  .nh-home-hero--approved h1{font-size:39px;max-width:350px}
  .nh-home-hero--approved .nh-home-hero__lead{font-size:16px!important}
  .nh-home-hero--approved .nh-home-hero__sub{font-size:10px!important;max-width:330px!important;line-height:1.6!important}
  .nh-home-hero__actions{max-width:330px}.nh-home-hero__actions .nh-btn{height:45px;font-size:11px}
  .nh-home-hero-dock{margin-top:-1px}.nh-home-hero-dock>.nh-container{width:100%}.nh-home-hero-dock__card{border-radius:27px 27px 22px 22px;padding:17px 10px 12px;border-inline:0}
  .nh-home-hero-dock__card h2{font-size:18px;margin-bottom:12px}
  .nh-home-hero-dock__choices{gap:5px}.nh-home-hero-dock__choices a{min-height:76px;border-radius:14px;padding:6px 2px}.nh-home-hero-dock__choices span{font-size:20px}.nh-home-hero-dock__choices b{font-size:7px;white-space:normal;text-align:center;line-height:1.25}
  .nh-home-hero-dock__trust{margin-top:11px;padding-top:10px}.nh-home-hero-dock__trust>span{min-height:42px;flex-direction:column;gap:1px}.nh-home-hero-dock__trust i{font-size:17px}.nh-home-hero-dock__trust b{font-size:6px;text-align:center}
  .nh-home-fleet-showcase{padding-top:54px}.nh-boat-name-selector{grid-template-columns:repeat(3,1fr)}
  .nh-home-fleet-carousel{padding-bottom:38px}.nh-home-fleet-carousel__viewport{padding:10px 0 18px}.nh-home-fleet-carousel__track{gap:10px;padding-inline:12%}
  .nh-home-boat-slide{flex-basis:76%;border-radius:18px}.nh-home-boat-slide__media{height:205px;min-height:205px}.nh-home-boat-slide__body{padding:12px 12px 13px}.nh-home-boat-slide h3{font-size:20px}.nh-home-boat-slide p{font-size:8px}.nh-home-boat-slide__price strong{font-size:17px}.nh-home-boat-slide__cta{min-height:36px;font-size:9px}
  .nh-home-fleet-carousel__nav{top:39%;bottom:auto;transform:translateY(-50%);width:39px;height:39px;font-size:23px}.nh-home-fleet-carousel__nav--prev{right:4.5%}.nh-home-fleet-carousel__nav--next{left:4.5%}
}
@media(max-width:480px){
  .nh-home-hero--approved{min-height:500px;background-position:50% 39%}.nh-home-hero--approved .nh-hero__inner{min-height:500px}.nh-home-hero--approved .nh-hero__copy{padding:225px 0 34px}.nh-home-hero--approved h1{font-size:36px}.nh-home-hero--approved .nh-home-hero__lead{font-size:15px!important}
  .nh-home-fleet-carousel__track{padding-inline:11%}.nh-home-boat-slide{flex-basis:78%}.nh-home-boat-slide__media{height:190px;min-height:190px}.nh-home-boat-slide h3{font-size:19px}
}

/* ========================================================================== */
/* v6.0.5 — CINEMATIC SIX-BOAT HOMEPAGE HERO                                 */
/* ========================================================================== */
body.home .nh-header{background:#061f3b;border-bottom:1px solid rgba(222,170,61,.18);box-shadow:none}
body.home .nh-header .nh-brand b{color:#fff}
body.home .nh-header .nh-brand small{color:#c9d7e2}
body.home .nh-nav-toggle{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.2)}
body.home .nh-nav-toggle span{background:#fff}

.nh-home-cinematic{position:relative;isolation:isolate;min-height:760px;background:#041c35;overflow:hidden;color:#fff}
.nh-home-cinematic__slides{position:absolute;inset:0;z-index:0}
.nh-home-cinematic__slide{position:absolute;inset:0;display:flex;opacity:0;visibility:hidden;pointer-events:none;background-image:var(--nh-cinematic-image);background-size:cover;background-position:center 42%;transition:opacity .58s ease,visibility .58s ease}
.nh-home-cinematic__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}
.nh-home-cinematic__slide>.nh-home-cinematic__shade,.nh-home-cinematic__slide>.nh-container{position:relative;z-index:1}
@media (prefers-reduced-motion:reduce){.nh-home-cinematic__video{display:none}}
.nh-home-cinematic__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}
.nh-home-cinematic__shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,21,41,.99) 0%,rgba(2,25,48,.93) 19%,rgba(3,30,56,.72) 42%,rgba(3,27,50,.22) 68%,rgba(2,22,42,.14) 100%),linear-gradient(90deg,rgba(2,23,44,.18),rgba(2,23,44,.04));z-index:0}
.nh-home-cinematic__inner{position:relative;z-index:2;min-height:760px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:170px}
.nh-home-cinematic__copy{width:min(690px,92%);text-align:center;margin-inline:auto}
.nh-home-cinematic__kicker{display:inline-flex;align-items:center;justify-content:center;gap:9px;color:#e3b34c;font-size:10px;font-weight:900;letter-spacing:.19em;text-transform:uppercase}
.nh-home-cinematic__kicker:before,.nh-home-cinematic__kicker:after{content:"";width:38px;height:1px;background:#d5a13a;opacity:.85}
.nh-home-cinematic h1{margin:10px auto 5px;color:#fff;font-size:clamp(46px,5.7vw,70px);line-height:1.05;font-weight:900;text-shadow:0 7px 28px rgba(0,0,0,.38)}
.nh-home-cinematic__tagline{margin:0 auto 7px;color:#e5b442;font-size:20px;line-height:1.5;font-weight:900;text-shadow:0 4px 20px rgba(0,0,0,.28)}
.nh-home-cinematic__intro{margin:0 auto 12px;max-width:600px;color:#f0f5f8;font-size:12px;line-height:1.75;font-weight:650;text-shadow:0 3px 16px rgba(0,0,0,.32);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.nh-home-cinematic__dots{height:12px;display:flex;justify-content:center;align-items:center;gap:7px;margin:1px 0 10px}
.nh-home-cinematic__dots span{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.32);transition:.25s}
.nh-home-cinematic__dots span.is-active{background:#d6a13c;box-shadow:0 0 0 3px rgba(214,161,60,.12)}
.nh-home-cinematic__actions{display:grid;grid-template-columns:1fr;gap:8px;width:min(500px,100%);margin:0 auto}
.nh-home-cinematic__actions .nh-btn{width:100%;min-height:50px;border-radius:13px;font-size:12px;font-weight:900;justify-content:center}
.nh-home-cinematic__primary{background:linear-gradient(135deg,#e2ad3c,#c78c20)!important;border:1px solid #edc66f!important;color:#fff!important;box-shadow:0 12px 30px rgba(196,137,29,.25)!important}
.nh-home-cinematic__secondary{background:rgba(3,28,52,.42)!important;border:1.5px solid rgba(255,255,255,.86)!important;color:#fff!important;backdrop-filter:blur(6px);box-shadow:none!important}
.nh-home-cinematic__arrow{position:absolute;z-index:8;top:52%;transform:translateY(-50%);width:45px;height:45px;border-radius:50%;border:1px solid rgba(255,255,255,.34);background:rgba(2,29,54,.72);color:#fff;font-size:29px;display:grid;place-items:center;box-shadow:0 10px 26px rgba(0,0,0,.2);backdrop-filter:blur(8px);transition:.2s}
.nh-home-cinematic__arrow:hover{background:#0a4e7d;border-color:#d5a039;transform:translateY(-50%) scale(1.04)}
.nh-home-cinematic__arrow--prev{right:max(20px,calc((100% - 1120px)/2 + 12px))}
.nh-home-cinematic__arrow--next{left:max(20px,calc((100% - 1120px)/2 + 12px))}
.nh-home-cinematic__thumb-shell{position:absolute;z-index:9;left:50%;bottom:18px;transform:translateX(-50%);width:min(calc(100% - 36px),760px)}
.nh-home-cinematic__thumbs{direction:rtl;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;padding:11px;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:rgba(3,28,53,.72);box-shadow:0 18px 50px rgba(0,0,0,.2);backdrop-filter:blur(14px)}
.nh-home-cinematic__thumb{position:relative;min-width:0;height:92px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:15px;background:#082f54;overflow:hidden;color:#fff;cursor:pointer;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.nh-home-cinematic__thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.92) brightness(.78);transition:.25s}
.nh-home-cinematic__thumb:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(2,25,47,.92))}
.nh-home-cinematic__thumb span{position:absolute;z-index:2;bottom:8px;left:4px;right:4px;font-size:8px;line-height:1.25;font-weight:900;text-align:center;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nh-home-cinematic__thumb:hover{transform:translateY(-2px)}
.nh-home-cinematic__thumb.is-active{border:2px solid #d7a23b;box-shadow:0 0 0 2px rgba(215,162,59,.12),0 8px 22px rgba(0,0,0,.18)}
.nh-home-cinematic__thumb.is-active img{filter:saturate(1.05) brightness(.98)}

@media(max-width:980px){
  .nh-home-cinematic,.nh-home-cinematic__inner{min-height:720px}
  .nh-home-cinematic__inner{padding-bottom:158px}
  .nh-home-cinematic__slide{background-position:center 40%}
  .nh-home-cinematic h1{font-size:52px}
  .nh-home-cinematic__tagline{font-size:18px}
  .nh-home-cinematic__arrow{width:41px;height:41px;font-size:26px}
  .nh-home-cinematic__arrow--prev{right:18px}.nh-home-cinematic__arrow--next{left:18px}
}
@media(max-width:780px){
  .nh-home-cinematic,.nh-home-cinematic__inner{min-height:690px}
  .nh-home-cinematic__slide{background-position:center 32%}
  .nh-home-cinematic__shade{background:linear-gradient(0deg,rgba(2,21,41,1) 0%,rgba(2,24,47,.96) 23%,rgba(3,31,59,.77) 48%,rgba(3,31,59,.18) 76%,rgba(2,23,43,.08) 100%)}
  .nh-home-cinematic__inner{padding-bottom:135px;align-items:flex-end}
  .nh-home-cinematic__copy{width:100%;padding-inline:8px}
  .nh-home-cinematic__kicker{font-size:8px;letter-spacing:.15em}.nh-home-cinematic__kicker:before,.nh-home-cinematic__kicker:after{width:22px}
  .nh-home-cinematic h1{font-size:42px;margin-top:7px}
  .nh-home-cinematic__tagline{font-size:14px;margin-bottom:5px}
  .nh-home-cinematic__intro{font-size:9px;line-height:1.55;max-width:330px;margin-bottom:8px;-webkit-line-clamp:2}
  .nh-home-cinematic__dots{margin-bottom:7px;gap:5px}.nh-home-cinematic__dots span{width:6px;height:6px}
  .nh-home-cinematic__actions{width:min(320px,92%);gap:7px}.nh-home-cinematic__actions .nh-btn{min-height:44px;font-size:10px;border-radius:11px}
  .nh-home-cinematic__arrow{top:49%;width:34px;height:34px;font-size:22px;background:rgba(2,26,49,.68)}
  .nh-home-cinematic__arrow--prev{right:11px}.nh-home-cinematic__arrow--next{left:11px}
  .nh-home-cinematic__thumb-shell{bottom:11px;width:calc(100% - 20px)}
  .nh-home-cinematic__thumbs{gap:4px;padding:7px;border-radius:17px}
  .nh-home-cinematic__thumb{height:78px;border-radius:11px}
  .nh-home-cinematic__thumb span{font-size:6px;bottom:6px;left:2px;right:2px}
}
@media(max-width:480px){
  body.home .nh-header__main{height:60px}
  .nh-home-cinematic,.nh-home-cinematic__inner{min-height:640px}
  .nh-home-cinematic__slide{background-position:center 28%}
  .nh-home-cinematic__inner{padding-bottom:123px}
  .nh-home-cinematic h1{font-size:37px;max-width:330px}
  .nh-home-cinematic__tagline{font-size:13px}.nh-home-cinematic__intro{font-size:8px;max-width:300px}
  .nh-home-cinematic__thumb{height:70px}.nh-home-cinematic__thumb span{font-size:5.6px}
  .nh-home-cinematic__arrow{top:46%;width:31px;height:31px;font-size:19px}
}


/* ========================================================================== */
/* v6.0.5 — HOMEPAGE FLOW + GALLERY/VIDEO RAIL + CONTACT CONFLICT FIX          */
/* ========================================================================== */
.nh-home-hero-dock--trust-only .nh-home-hero-dock__card{padding:10px 18px 9px;border-radius:0 0 24px 24px;box-shadow:0 12px 34px rgba(7,43,74,.09)}
.nh-home-hero-dock--trust-only .nh-home-hero-dock__trust{margin-top:0;padding-top:0;border-top:0}
.nh-home-hero-dock--trust-only .nh-home-hero-dock__trust>span{min-height:48px}
.nh-home-fleet-showcase{padding-top:34px}

.nh-occasion-grid--premium article{min-height:132px;background:linear-gradient(145deg,#fff,#f5f9fb);border:1px solid #d9e5ed;border-radius:20px;padding:18px;display:flex;align-items:center;gap:13px;box-shadow:0 12px 30px rgba(14,61,93,.065);cursor:default}
.nh-occasion-grid--premium article>span{width:46px;height:46px;flex:0 0 46px;border-radius:15px;background:var(--nh-navy);color:#f0ca71;display:grid;place-items:center;font-size:20px}
.nh-occasion-grid--premium article b{font-size:16px;color:var(--nh-navy)}
.nh-occasion-grid--premium article small{display:block;font-size:9px;color:#8094a2;margin-top:3px}

.nh-home-gallery-carousel,.nh-home-video-rail{position:relative}
.nh-home-gallery-carousel__viewport,.nh-home-video-rail__viewport{overflow:hidden;border-radius:22px}
.nh-home-gallery-carousel__track,.nh-home-video-rail__track{display:flex;gap:12px;transition:transform .25s ease;scroll-behavior:smooth}
.nh-home-gallery-carousel__item{position:relative;flex:0 0 calc((100% - 36px)/4);height:210px;border:0;padding:0;border-radius:19px;overflow:hidden;background:#d4e2ea;cursor:pointer;box-shadow:0 12px 26px rgba(10,55,86,.10)}
.nh-home-gallery-carousel__item img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.nh-home-gallery-carousel__item:hover img{transform:scale(1.025)}
.nh-home-gallery-carousel__item span{position:absolute;inset:auto 10px 10px;background:rgba(4,34,61,.82);color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:6px 9px;font-size:8px;font-weight:800;backdrop-filter:blur(7px)}
.nh-home-gallery-carousel__arrow,.nh-home-video-rail__arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid #d7e2ea;background:#fff;color:#0a4e7d;font-size:28px;box-shadow:0 10px 28px rgba(8,47,87,.16);display:grid;place-items:center}
.nh-home-gallery-carousel__arrow--prev,.nh-home-video-rail__arrow--prev{right:-18px}
.nh-home-gallery-carousel__arrow--next,.nh-home-video-rail__arrow--next{left:-18px}

.nh-home-videos{background:#f7fafc}
.nh-home-video-card{flex:0 0 calc((100% - 36px)/4);padding:0;border:1px solid #d7e4ec;border-radius:20px;background:#fff;overflow:hidden;text-align:right;box-shadow:0 12px 30px rgba(8,47,87,.08);cursor:pointer;color:var(--nh-navy)}
.nh-home-video-card__media{height:155px;display:block;position:relative;background:#d7e4ec;overflow:hidden}
.nh-home-video-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,29,52,.42),transparent 58%)}
.nh-home-video-card__media img{width:100%;height:100%;object-fit:cover}
.nh-home-video-card__media i{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.94);color:#0a4e7d;font-style:normal;font-size:18px;box-shadow:0 10px 28px rgba(3,29,52,.25)}
.nh-home-video-card__body{display:grid;padding:13px 14px 15px}
.nh-home-video-card__body b{font-size:15px}.nh-home-video-card__body small{font-size:8px;color:#7990a0;margin-top:3px}
.nh-home-video-modal{position:fixed;z-index:100050;inset:0;background:rgba(2,20,38,.91);display:grid;place-items:center;padding:24px;backdrop-filter:blur(8px)}
.nh-home-video-modal[hidden]{display:none}
.nh-home-video-modal__panel{width:min(980px,94vw);background:#061f3b;border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:18px;color:#fff;box-shadow:0 28px 90px rgba(0,0,0,.34)}
.nh-home-video-modal__panel h2{font-size:20px;margin:4px 0 12px}
.nh-home-video-modal__close{border:1px solid rgba(255,255,255,.3);background:#fff;color:#082f57;border-radius:999px;padding:8px 13px;font-weight:900;font-size:10px}
.nh-home-video-modal__player{aspect-ratio:16/9;border-radius:17px;overflow:hidden;background:#02172b;margin-top:10px}
.nh-home-video-modal__player iframe,.nh-home-video-modal__player video{width:100%;height:100%;border:0;display:block;background:#000}

.nh-lightbox{z-index:100060;padding:68px 60px 34px}
.nh-lightbox .nh-lightbox__close{position:absolute;top:18px;left:50%;transform:translateX(-50%);width:auto;height:42px;padding:0 16px;border-radius:999px;font-size:11px;font-weight:900;white-space:nowrap;background:#fff;color:#082f57;border:1px solid rgba(255,255,255,.55)}
.nh-lightbox .nh-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(6,55,91,.88);color:#fff;font-size:28px;display:grid;place-items:center}
.nh-lightbox .nh-lightbox__nav--prev{right:16px;left:auto}.nh-lightbox .nh-lightbox__nav--next{left:16px}
.nh-lightbox img{max-width:min(1200px,90vw);max-height:82vh}

/* Theme legacy .nhm-float rules used to override the approved Core bar because
   both selectors had equal specificity. This two-class selector deliberately
   wins regardless of stylesheet enqueue order. */
.nhm-float.nhm-float--approved{left:50%!important;right:auto!important;bottom:max(12px,env(safe-area-inset-bottom))!important;transform:translateX(-50%)!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:7px!important;width:min(390px,calc(100% - 22px))!important;height:auto!important;padding:6px!important;border-radius:999px!important;background:rgba(249,252,254,.97)!important;border:2px solid #0a355d!important;box-shadow:0 16px 38px rgba(4,38,68,.23)!important;backdrop-filter:blur(14px)!important;z-index:99990!important}
.nhm-float.nhm-float--approved .nhm-float__main{order:1!important;flex:1 1 auto!important;height:48px!important;min-width:0!important;border-radius:999px!important;background:#073a66!important;color:#fff!important;border:0!important;box-shadow:none!important;padding:0 18px!important}
.nhm-float.nhm-float--approved .nhm-float__main>span:last-child{display:block!important;text-align:center!important}.nhm-float.nhm-float--approved .nhm-float__main b{font-size:14px!important}.nhm-float.nhm-float--approved .nhm-float__main small{display:none!important}
.nhm-float.nhm-float--approved .nhm-float__circle{width:46px!important;height:46px!important;flex:0 0 46px!important;border:0!important;box-shadow:none!important}
.nhm-float.nhm-float--approved .nhm-float__circle--call{order:2!important;background:#2179b8!important}.nhm-float.nhm-float--approved .nhm-float__circle--wa{order:3!important;background:#20b75a!important}

@media(max-width:980px){
  .nh-home-gallery-carousel__item,.nh-home-video-card{flex-basis:calc((100% - 24px)/3)}
  .nh-home-gallery-carousel__arrow--prev,.nh-home-video-rail__arrow--prev{right:-10px}.nh-home-gallery-carousel__arrow--next,.nh-home-video-rail__arrow--next{left:-10px}
}
@media(max-width:780px){
  .nh-home-hero-dock--trust-only .nh-home-hero-dock__card{padding:8px 6px 7px;border-radius:0 0 20px 20px}
  .nh-home-hero-dock--trust-only .nh-home-hero-dock__trust{margin:0;padding:0}.nh-home-hero-dock--trust-only .nh-home-hero-dock__trust>span{min-height:44px;flex-direction:column;gap:1px}
  .nh-home-fleet-showcase{padding-top:26px}
  .nh-occasion-grid--premium article{min-height:106px;border-radius:17px;padding:12px;gap:9px}.nh-occasion-grid--premium article>span{width:38px;height:38px;flex-basis:38px;border-radius:12px;font-size:16px}.nh-occasion-grid--premium article b{font-size:12px}.nh-occasion-grid--premium article small{font-size:8px}
  .nh-home-gallery-carousel__item,.nh-home-video-card{flex-basis:78%}.nh-home-gallery-carousel__item{height:220px}.nh-home-video-card__media{height:180px}
  .nh-home-gallery-carousel__track,.nh-home-video-rail__track{gap:10px;padding-inline:11%}
  .nh-home-gallery-carousel__arrow,.nh-home-video-rail__arrow{width:40px;height:40px;font-size:24px}.nh-home-gallery-carousel__arrow--prev,.nh-home-video-rail__arrow--prev{right:4px}.nh-home-gallery-carousel__arrow--next,.nh-home-video-rail__arrow--next{left:4px}
  .nh-lightbox{padding:72px 12px 24px}.nh-lightbox img{max-width:94vw;max-height:78vh}.nh-lightbox .nh-lightbox__nav{width:40px;height:40px;font-size:23px}.nh-lightbox .nh-lightbox__nav--prev{right:6px}.nh-lightbox .nh-lightbox__nav--next{left:6px}
  .nh-home-video-modal{padding:10px}.nh-home-video-modal__panel{width:100%;padding:12px;border-radius:18px}
  .nhm-float.nhm-float--approved{width:calc(100% - 18px)!important;bottom:max(8px,env(safe-area-inset-bottom))!important;padding:5px!important;gap:6px!important}.nhm-float.nhm-float--approved .nhm-float__main{height:46px!important}.nhm-float.nhm-float--approved .nhm-float__circle{width:44px!important;height:44px!important;flex-basis:44px!important}
}
@media(max-width:480px){
  .nh-occasion-grid--premium{grid-template-columns:1fr 1fr}
  .nh-home-gallery-carousel__item,.nh-home-video-card{flex-basis:82%}
  .nhm-float.nhm-float--approved .nhm-float__main b{font-size:13px!important}
}


/* ========================================================================== */
/* v6.0.5 — HOMEPAGE FINAL ALIGNMENT / NAV CONTRAST / RESPONSIVE CENTERING   */
/* ========================================================================== */
/* Home uses a dark header, but the desktop boat dropdown is a light surface. */
body.home .nh-nav-group>div{background:#fff!important;border-color:#d7e4ec!important}
body.home .nh-nav-group>div a{color:#173f5e!important;background:transparent!important;text-shadow:none!important}
body.home .nh-nav-group>div a:hover,body.home .nh-nav-group>div a:focus{color:#075f98!important;background:#eef6fb!important}

/* Keep the compact fleet selector predictable and visually centered. */
.nh-home-fleet-showcase .nh-boat-name-selector{justify-content:center}

@media(max-width:980px){
  /* Page/card headings are centered on tablet/iPad/mobile instead of leaning RTL-right. */
  .nh-section-head,.nh-section-head--center{align-items:center!important;text-align:center!important;justify-content:center!important}
  .nh-section-head>div{width:100%;text-align:center!important}
  .nh-section-head .nh-text-link{align-self:center!important;margin-inline:auto!important}

  .nh-discovery-grid,.nh-occasion-grid--premium,.nh-best-offer-grid{justify-items:center!important}
  .nh-discovery-grid a{width:100%;text-align:center!important;align-items:center!important;justify-content:center!important}

  .nh-occasion-grid--premium article{width:100%;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}
  .nh-occasion-grid--premium article>div{width:100%;text-align:center!important}
  .nh-occasion-help{align-items:center!important;justify-content:center!important;text-align:center!important}
  .nh-occasion-help>div{justify-items:center!important;text-align:center!important}

  .nh-best-offer-grid>div{width:100%;margin-inline:auto!important}
  .nh-best-offer-grid .nh-fleet-card__body{text-align:center!important}
  .nh-best-offer-grid .nh-fleet-card__meta,.nh-best-offer-grid .nh-fleet-card__foot{justify-content:center!important;text-align:center!important}

  .nh-home-river__copy{text-align:center!important;align-items:center!important}
  .nh-home-river__buttons{margin-inline:auto!important}
  .nh-home-gallery .nh-section-head,.nh-home-videos .nh-section-head{text-align:center!important}
  .nh-home-video-card,.nh-home-video-card__body{text-align:center!important}
}

@media(max-width:780px){
  /* Three concise selector buttons per row where possible, all centered. */
  .nh-home-fleet-showcase .nh-boat-name-selector{margin-inline:auto!important;justify-items:stretch!important}
  .nh-home-fleet-showcase .nh-boat-name-selector button{text-align:center!important}
  .nh-occasion-help .nh-btn{align-self:center!important}
}

/* v6.0.6 — INTERNAL BOAT PAGES: gallery/video split, child policy, FAQ, hotel details */
.nh-boat-media{background:#e8f1f6}
.nh-boat-video{background:#f8fbfd;padding-top:48px}
.nh-boat-video .nh-video-showcase{margin-top:0}
.nh-child-policy{background:#e8f1f6;padding:34px 0}
.nh-child-policy__card{background:linear-gradient(135deg,#fffdf7,#fff9e9);border:1px solid rgba(211,154,44,.35);border-radius:22px;padding:24px;box-shadow:0 18px 46px rgba(28,70,94,.08)}
.nh-child-policy__head{display:flex;justify-content:space-between;align-items:end;gap:18px;border-bottom:1px solid rgba(211,154,44,.22);padding-bottom:14px;margin-bottom:14px}
.nh-child-policy__head h2{margin:0;color:#103d61;font-size:28px}
.nh-child-policy__rows{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.nh-child-policy__rows p{margin:0;padding:14px 16px;border-radius:14px;background:#fff;color:#244a62;font-weight:800;font-size:13px;text-align:center;border:1px solid #edf0e6}
.nh-faq-section{background:#f8fbfd}
.nh-faq-list{display:grid;gap:10px;max-width:980px;margin:0 auto}
.nh-faq-list details{background:#fff;border:1px solid #d7e5ed;border-radius:15px;box-shadow:0 10px 26px rgba(28,70,94,.05);overflow:hidden}
.nh-faq-list summary{list-style:none;cursor:pointer;padding:17px 19px;color:#123f61;font-size:14px;font-weight:900;display:flex;align-items:center;justify-content:space-between;gap:14px}
.nh-faq-list summary::-webkit-details-marker{display:none}
.nh-faq-list summary span{width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:#e9f3f8;color:#0b6ea9;display:grid;place-items:center;font-size:18px;transition:.2s}
.nh-faq-list details[open] summary span{transform:rotate(45deg)}
.nh-faq-list details>div{padding:0 19px 18px;border-top:1px solid #edf3f6;color:#577286;font-size:13px;line-height:1.9}
.nh-faq-list details>div p{margin:12px 0 0;white-space:pre-line}
.nh-hotel-after-offer{background:#edf5f8;padding-top:54px}
.nh-after-offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.nh-after-offer-card{background:#fff;border:1px solid #dbe7ed;border-radius:18px;padding:21px;box-shadow:0 14px 32px rgba(28,70,94,.06)}
.nh-after-offer-card h3{margin:0 0 12px;color:#123f61;font-size:20px}
.nh-after-offer-card p{color:#637c8c;font-size:12px;line-height:1.8}
.nh-after-offer-card ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.nh-after-offer-card li{position:relative;padding-right:22px;color:#38576a;font-size:12px;line-height:1.7}
.nh-after-offer-card li:before{position:absolute;right:0;top:1px;font-weight:900}
.nh-after-offer-card.is-included li:before{content:'✓';color:#18a86b}
.nh-after-offer-card.is-excluded li:before{content:'×';color:#d35555}
.nh-after-offer-card.is-occasion li:before{content:'✦';color:#d39a2c}
.nh-rating-card{margin-top:18px;background:#071d2e;color:#fff;border-radius:20px;padding:22px;display:grid;grid-template-columns:220px 1fr;gap:24px;align-items:center;box-shadow:0 18px 42px rgba(7,29,46,.16)}
.nh-rating-card__score{text-align:center;display:grid;gap:4px}
.nh-rating-card__score span{font-size:13px;font-weight:800;color:#c7d6df}
.nh-rating-card__score strong{font-size:52px;line-height:1;color:#fff}
.nh-rating-card__score b{font-size:11px;color:#d39a2c}.nh-rating-card__score small{font-size:11px;color:#aebfc9}.nh-rating-card__score div{color:#f0b526;letter-spacing:3px;font-size:18px}
.nh-rating-card__levels{display:grid;gap:8px}.nh-rating-card__levels>div{display:grid;grid-template-columns:22px 1fr 22px;align-items:center;gap:9px}.nh-rating-card__levels span{font-weight:800}.nh-rating-card__levels i{height:7px;border-radius:99px;background:rgba(255,255,255,.12)}.nh-rating-card__levels b{color:#f0b526}.nh-rating-card__levels>small{color:#91a7b6;font-size:9px;margin-top:4px}
@media(max-width:780px){.nh-child-policy__rows{grid-template-columns:1fr}.nh-after-offer-grid{grid-template-columns:1fr}.nh-rating-card{grid-template-columns:1fr}.nh-child-policy__head{align-items:flex-start;flex-direction:column}.nh-faq-list{max-width:100%}}
@media(max-width:480px){.nh-child-policy{padding:26px 0}.nh-child-policy__card{padding:17px;border-radius:18px}.nh-child-policy__head h2{font-size:25px}.nh-child-policy__rows p{font-size:12px;padding:12px}.nh-faq-list summary{font-size:12px;padding:14px}.nh-faq-list details>div{font-size:12px;padding:0 14px 15px}.nh-after-offer-card{padding:17px}.nh-rating-card{padding:17px}.nh-rating-card__score strong{font-size:44px}.nh-boat-video{padding-top:34px}}

/* v6.0.7 — Internal offer polish + governed live reviews */
.nh-hub-tabs--three{display:flex!important;justify-content:center!important;align-items:stretch;flex-wrap:nowrap!important;overflow:visible!important;gap:8px!important;max-width:560px!important;margin:0 auto 12px!important;padding:0!important}
.nh-hub-tabs--three button{flex:0 1 170px!important;width:auto!important;min-width:0!important;min-height:44px!important;padding:7px 11px!important;border-radius:13px!important;font-size:11px!important;justify-content:center!important;line-height:1.2}
.nh-hub-tabs--three button b{font-size:11px!important;white-space:normal;text-align:center}
.nh-hub-tabs--three button span{font-size:15px!important}
.nh-hub-panels--secondary{padding-top:12px!important}

/* Open-by-default details should read as designed content, not raw textarea output. */
.nh-explorer__details[open],.nh-romantic-feature details[open],.nh-hub-accordions details[open]{background:rgba(255,255,255,.72)}
.nh-explorer__details>div,.nh-romantic-feature details>div{padding-top:12px}
.nh-rich-text--experience,.nh-rich-text--romantic{gap:8px;margin-top:8px}
.nh-rich-text--experience p,.nh-rich-text--romantic p{background:#f7fafb;border:1px solid #dce8ee;border-radius:12px;padding:10px 12px;line-height:1.75}
.nh-rich-text--experience h4,.nh-rich-text--romantic h4{margin-top:5px;padding:8px 11px;border-right:3px solid var(--exp-accent,#0b6ea9);background:rgba(11,110,169,.06);border-radius:9px}
.nh-rich-text--experience li,.nh-rich-text--romantic li{background:#f7fafb;border:1px solid #dce8ee;border-radius:11px;padding:9px 28px 9px 11px}
.nh-rich-text--experience li:before,.nh-rich-text--romantic li:before{right:11px;top:8px}

/* Child policy: fully centered on every responsive breakpoint. */
.nh-child-policy__head{display:block!important;text-align:center!important}
.nh-child-policy__head .nh-kicker{justify-content:center!important}
.nh-child-policy__head h2{text-align:center!important}
.nh-child-policy__rows{align-items:stretch}
.nh-child-policy__rows p{display:grid;place-items:center;min-height:54px;text-align:center!important}

/* FAQ answers reuse the same organized row language as Day Use / Stay details. */
.nh-faq-list details>div{padding:14px 18px 18px!important}
.nh-rich-text--faq{display:grid;gap:8px}
.nh-rich-text--faq h4{font-size:13px;color:#0c507c;background:#edf6fa;border-right:3px solid #0b6ea9;border-radius:9px;padding:9px 11px;margin:4px 0 0}
.nh-rich-text--faq p{font-size:12px;line-height:1.75;color:#456679;background:#f8fbfc;border:1px solid #e0ebf0;border-radius:10px;padding:9px 11px;margin:0!important;white-space:normal!important}
.nh-rich-text--faq ul{gap:7px}
.nh-rich-text--faq li{font-size:12px;line-height:1.7;color:#456679;background:#f8fbfc;border:1px solid #e0ebf0;border-radius:10px;padding:9px 28px 9px 11px}
.nh-rich-text--faq li:before{right:11px;top:8px}

/* Reviews */
.nh-reviews-section{background:linear-gradient(180deg,#eef6f9 0%,#f8fbfc 100%)}
.nh-rating-card--live{max-width:980px;margin:0 auto 22px;grid-template-columns:240px 1fr}
.nh-rating-card__score em{font-style:normal;font-size:9px;color:#f0d792;background:rgba(211,154,44,.12);border:1px solid rgba(211,154,44,.25);border-radius:99px;padding:5px 8px;margin:6px auto 0}
.nh-rating-card__levels>div{grid-template-columns:70px 1fr 42px!important;gap:10px!important}
.nh-rating-card__levels>div>span{font-size:11px;color:#d8e5ec;text-align:right}
.nh-rating-card__levels>div>i{position:relative;overflow:hidden;height:9px!important;background:rgba(255,255,255,.12)!important}
.nh-rating-card__levels>div>i>u{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#d39a2c,#f1c35b);text-decoration:none;min-width:0}
.nh-rating-card__levels>div>b{color:#fff!important;font-size:12px;text-align:left}
.nh-review-stars{display:inline-flex;direction:ltr;gap:2px;justify-content:center}
.nh-review-stars i{font-style:normal;color:#617684;font-size:17px;line-height:1}
.nh-review-stars i.is-full{color:#f0b526}
.nh-review-stars i.is-half{background:linear-gradient(90deg,#f0b526 50%,#617684 50%);-webkit-background-clip:text;background-clip:text;color:transparent}
.nh-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:1080px;margin:0 auto 24px}
.nh-review-card{background:#fff;border:1px solid #dce8ee;border-radius:18px;padding:17px;box-shadow:0 12px 28px rgba(28,70,94,.055);min-width:0}
.nh-review-card__head{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;margin-bottom:9px}
.nh-review-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e9f4f9;color:#0b659e;font-size:20px;font-weight:900}
.nh-review-card__head h3{font-size:14px;color:#123f61;margin:0 0 2px}.nh-review-card__head p{font-size:10px;color:#78909e;margin:0}.nh-review-card__head>strong{font-size:16px;color:#a97616}
.nh-review-card>.nh-review-stars{justify-content:flex-start;margin:0 0 8px}
.nh-review-card__text{font-size:12px;color:#4b6879;line-height:1.8;margin:0;overflow-wrap:anywhere}
.nh-review-card__meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.nh-review-card__meta span{font-size:9px;background:#eef5f8;color:#41647a;border-radius:99px;padding:5px 8px}.nh-review-card__meta .is-demo{background:#fff6df;color:#8a6519;border:1px solid #f1d894}
.nh-review-empty{max-width:980px;margin:0 auto 20px;text-align:center;background:#fff;border:1px dashed #c9dce6;border-radius:16px;padding:20px;color:#627e8f}
.nh-review-submit{max-width:980px;margin:24px auto 0;background:#fff;border:1px solid #d9e7ee;border-radius:20px;padding:22px;box-shadow:0 14px 34px rgba(28,70,94,.06)}
.nh-review-submit>div:first-child h3{font-size:24px;color:#123f61;margin:5px 0}.nh-review-submit>div:first-child p{font-size:12px;color:#6b8392;line-height:1.8}
.nh-review-form{margin-top:16px}.nh-review-form__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.nh-review-form label{display:grid;gap:6px}.nh-review-form label>span{font-size:11px;font-weight:800;color:#355a70}.nh-review-form input,.nh-review-form select,.nh-review-form textarea{width:100%;border:1px solid #cddde5;border-radius:11px;background:#fbfdfe;padding:10px 11px;color:#173c55;font:inherit;box-sizing:border-box}.nh-review-form input:focus,.nh-review-form select:focus,.nh-review-form textarea:focus{outline:2px solid rgba(11,110,169,.15);border-color:#0b6ea9}.nh-review-form__text{margin:11px 0}.nh-review-honeypot{position:absolute!important;inset:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;opacity:0!important}.nh-review-form-notice{margin:10px 0;border-radius:11px;padding:10px 12px;font-size:12px}.nh-review-form-notice.is-success{background:#eaf8f1;color:#15784e}.nh-review-form-notice.is-error{background:#fff0f0;color:#a43d3d}

@media(max-width:980px){
  .nh-hub-tabs--three{max-width:500px!important}
  .nh-hub-tabs--three button{flex-basis:150px!important}
  .nh-review-form__grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:780px){
  .nh-hub-tabs--three{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:min(100%,390px)!important;max-width:390px!important;overflow:visible!important;margin:0 auto 10px!important}
  .nh-hub-tabs--three button{width:100%!important;min-height:42px!important;padding:6px 7px!important;font-size:10px!important}
  .nh-hub-tabs--three button b{font-size:10px!important}
  .nh-rating-card--live{grid-template-columns:1fr}
  .nh-review-grid{grid-template-columns:1fr}
  .nh-review-card>.nh-review-stars{justify-content:flex-start}
}
@media(max-width:480px){
  .nh-hub-tabs--three{width:100%!important;gap:6px!important}
  .nh-hub-tabs--three button{min-height:40px!important;padding:5px 4px!important;border-radius:11px!important}
  .nh-hub-tabs--three button b{font-size:9.5px!important}
  .nh-hub-tabs--three button span{font-size:13px!important}
  .nh-rating-card__levels>div{grid-template-columns:58px 1fr 35px!important}
  .nh-rating-card__levels>div>span{font-size:9px}
  .nh-review-form__grid{grid-template-columns:1fr 1fr;gap:8px}
  .nh-review-submit{padding:16px}.nh-review-card{padding:14px}
}

/* ================================================================
   v7 FINAL BASELINE — internal responsive + reviews + collapsibles
   ================================================================ */
html,body{max-width:100%;overflow-x:hidden}
body.nh-skyline-site{padding-bottom:92px}
section[hidden]{display:none!important}

/* Every internal card/title is centered cleanly on mobile/tablet. */
@media(max-width:980px){
  .nh-skyline-offer .nh-container{width:min(calc(100% - 24px),var(--nh-max,1320px));margin-inline:auto!important}
  .nh-skyline-offer .nh-section-head{text-align:center;justify-content:center!important}
  .nh-skyline-offer .nh-section-head>div>div{margin-inline:auto!important;max-width:760px}
}

/* Small centered Day Use / Day & Night / Stay tabs. */
.nh-hub--secondary .nh-hub__tabs,.nh-experience-hub .nh-hub__tabs{width:min(100%,430px);max-width:430px;margin:0 auto 14px!important;display:flex!important;justify-content:center!important;gap:7px!important;padding:5px!important;box-sizing:border-box}
.nh-hub--secondary .nh-hub__tabs button,.nh-experience-hub .nh-hub__tabs button{flex:0 0 auto!important;min-width:112px!important;max-width:138px!important;min-height:48px!important;padding:8px 13px!important;border-radius:14px!important;line-height:1.25!important}
@media(max-width:480px){.nh-hub--secondary .nh-hub__tabs button,.nh-experience-hub .nh-hub__tabs button{min-width:92px!important;max-width:112px!important;font-size:11px!important;padding:7px 9px!important}.nh-hub--secondary .nh-hub__tabs,.nh-experience-hub .nh-hub__tabs{gap:5px!important}}

/* Collapsible affordance. Everything starts closed via JS/markup. */
details[data-collapsible] summary{align-items:center!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto 30px!important;gap:8px!important}
details[data-collapsible] summary b{min-width:0}
details[data-collapsible] summary small[data-detail-hint]{font-size:9px!important;font-weight:700!important;color:#78909e!important;white-space:nowrap}
@media(max-width:480px){details[data-collapsible] summary{grid-template-columns:minmax(0,1fr) 28px!important}details[data-collapsible] summary small[data-detail-hint]{grid-column:1/-1;grid-row:2;text-align:right;white-space:normal}}

/* Child policy is intentionally fully centered. */
.nh-child-policy__card{text-align:center!important;margin-inline:auto!important;max-width:980px}
.nh-child-policy__head{text-align:center!important;display:block!important}.nh-child-policy__head .nh-kicker{justify-content:center!important}.nh-child-policy__rows p{text-align:center!important;place-items:center!important}

/* FAQ answers use the same structured, airy language as offer details. */
.nh-faq-list details>div{background:#fbfdfe}.nh-faq-list .nh-rich-text{display:grid;gap:8px}.nh-faq-list .nh-rich-text p,.nh-faq-list .nh-rich-text li{background:#f4f8fa;border:1px solid #e2edf2;border-radius:11px;padding:9px 11px;margin:0!important;line-height:1.75}

/* Real review carousel: one card, arrows and dots. */
.nh-review-carousel{position:relative;max-width:860px;margin:22px auto 28px;padding:0 54px 28px;direction:rtl}
.nh-review-carousel__viewport{overflow:hidden;border-radius:20px}
.nh-review-carousel__track{display:flex;direction:rtl;transition:transform .34s ease;will-change:transform}
.nh-review-carousel .nh-review-card{flex:0 0 100%;min-height:230px;box-sizing:border-box;margin:0;display:flex;flex-direction:column;justify-content:center;text-align:right}
.nh-review-carousel__arrow{position:absolute;top:50%;transform:translateY(-60%);width:42px;height:42px;border-radius:50%;border:1px solid #c8dce7;background:#fff;color:#0b5c92;font-size:28px;line-height:1;z-index:2;box-shadow:0 10px 24px rgba(12,57,87,.12);cursor:pointer}
.nh-review-carousel__arrow--prev{right:0}.nh-review-carousel__arrow--next{left:0}
.nh-review-carousel__dots{position:absolute;left:54px;right:54px;bottom:4px;display:flex;justify-content:center;gap:6px;direction:ltr}
.nh-review-carousel__dots span{width:7px;height:7px;border-radius:99px;background:#c5d4dc;transition:.2s}.nh-review-carousel__dots span.is-active{width:22px;background:#d6a12d}
.nh-review-avatar{overflow:hidden;background:#eef7fb!important}.nh-review-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.nh-review-card__meta .is-demo{display:none!important}
@media(max-width:560px){.nh-review-carousel{padding-inline:34px}.nh-review-carousel__arrow{width:34px;height:34px;font-size:23px}.nh-review-carousel .nh-review-card{min-height:265px;padding:15px}.nh-review-carousel__dots{left:34px;right:34px}}

/* Rating distribution reflects actual programmed widths/counts. */
.nh-rating-card__levels i{overflow:hidden!important}.nh-rating-card__levels i u{display:block!important;height:100%!important;background:linear-gradient(90deg,#d5a02b,#efbd4c)!important;border-radius:inherit!important;min-width:0!important}

/* Friendly tiny gender cards in the visitor form. */
.nh-review-gender{border:0;padding:0;margin:0;display:flex;gap:8px;align-items:end}.nh-review-gender legend{font-size:11px;font-weight:800;color:#355a70;margin-bottom:6px;width:100%}.nh-review-gender label{flex:1;cursor:pointer}.nh-review-gender input{position:absolute;opacity:0;pointer-events:none}.nh-review-gender label>span{display:flex!important;align-items:center;justify-content:center;gap:7px;min-height:45px;border:1px solid #cddde5;border-radius:11px;background:#fbfdfe;padding:6px!important}.nh-review-gender img{width:30px;height:30px;border-radius:50%;object-fit:cover}.nh-review-gender input:checked+span{border-color:#0b6ea9;background:#eaf6fb;box-shadow:0 0 0 2px rgba(11,110,169,.11)}
@media(max-width:480px){.nh-review-form__grid{grid-template-columns:1fr!important}.nh-review-gender{grid-column:1/-1}}

/* Fixed contact is a top-level invariant and must never disappear behind content. */
.nhm-float.nhm-float--approved{position:fixed!important;display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;z-index:2147482000!important;isolation:isolate!important}
.nhm-contact-backdrop{z-index:2147483000!important}.nhm-contact-drawer{z-index:2147483001!important}
@media(max-width:780px){body.nh-skyline-site{padding-bottom:82px}}

.nh-announcement{background:#d7a333;color:#fff;text-align:center;font-weight:800;font-size:12px;padding:7px 0}.nh-announcement a{color:inherit;text-decoration:none}
.nh-footer__social-note{display:block;color:rgba(255,255,255,.68);font-size:11px;padding-top:4px}


/* ================================================================
   v7.0.1 HOTFIX — responsive containment, closed details, contact
   Root cause fixed: off-screen honeypot no longer expands document width.
   ================================================================ */
html{width:100%;max-width:100%;overflow-x:hidden!important}
body{width:100%;max-width:100%;min-width:0;overflow-x:hidden!important;position:relative}
body.nh-skyline-site main,
body.nh-skyline-site .nh-container,
body.nh-skyline-site .nh-section,
body.nh-skyline-site .nh-hub-panels,
body.nh-skyline-site .nh-explorer,
body.nh-skyline-site .nh-review-carousel,
body.nh-skyline-site .nh-faq-list,
body.nh-skyline-site .nh-after-offer-grid{min-width:0;max-width:100%;box-sizing:border-box}

/* Internal boat headers are intentionally non-sticky in the hotfix.
   This prevents the menu from travelling over content while responsive QA is strict. */
body.nh-skyline-offer .nh-header{position:relative!important;top:auto!important}

/* Native <details> must actually hide authored grid/flex content while closed.
   Author display:grid rules otherwise override the browser's UA hiding rule. */
details[data-collapsible]:not([open]) > :not(summary){display:none!important}
details[data-collapsible][open] > summary + *{visibility:visible}

/* The three River Boat selectors must never create page-level overflow. */
.nh-hub--secondary .nh-hub__tabs,
.nh-experience-hub .nh-hub__tabs{
  width:min(100%,430px)!important;
  max-width:430px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
.nh-hub--secondary .nh-hub__tabs button,
.nh-experience-hub .nh-hub__tabs button{
  flex:1 1 0!important;
  min-width:0!important;
  max-width:none!important;
}

/* Keep gallery controls inside the viewport on tablet/mobile. */
@media(max-width:980px){
  .nh-album-nav--prev{right:4px!important}
  .nh-album-nav--next{left:4px!important}
  .nh-home-gallery-carousel__arrow--prev,.nh-home-video-rail__arrow--prev{right:4px!important}
  .nh-home-gallery-carousel__arrow--next,.nh-home-video-rail__arrow--next{left:4px!important}
}

/* Fixed contact is always viewport-bound and interactive. */
.nhm-float.nhm-float--approved{
  max-width:calc(100vw - 18px)!important;
  box-sizing:border-box!important;
}
.nhm-contact-backdrop[hidden]{display:none!important;pointer-events:none!important}
.nhm-contact-drawer{pointer-events:none}
.nhm-contact-drawer.is-open{pointer-events:auto}
body:not(.nhm-contact-open) .nhm-contact-backdrop{pointer-events:none}
body.nhm-contact-open .nhm-contact-backdrop{pointer-events:auto}

/* Horizontal data tables may scroll only inside their own shell, never the body. */
.nh-price-table,.nh-experience-nav{
  max-width:100%;overscroll-behavior-inline:contain;
}

@media(max-width:780px){
  body.nh-skyline-site{padding-bottom:86px!important}
  .nh-hub--secondary .nh-hub__tabs,
  .nh-experience-hub .nh-hub__tabs{width:min(100%,360px)!important;max-width:360px!important}
}
@media(max-width:480px){
  .nh-hub--secondary .nh-hub__tabs,
  .nh-experience-hub .nh-hub__tabs{width:100%!important;max-width:100%!important}
  .nh-hub--secondary .nh-hub__tabs button,
  .nh-experience-hub .nh-hub__tabs button{padding-inline:5px!important;font-size:10px!important}
}


/* =========================================================
   v7.0.2 FINAL POLISH — buffet rows + final CTA interaction
   ========================================================= */
.nh-detail-list--buffet,.nh-faq-buffet-rows{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
.nh-detail-list--buffet .nh-detail-row,.nh-faq-buffet-rows .nh-detail-row{display:block;background:#eef3f5;border:1px solid #d7e2e8;border-radius:10px;padding:10px 12px;color:#5c7484;font-size:12px;line-height:1.75;text-align:right}
.nh-detail-list--buffet .nh-detail-row--heading,.nh-faq-buffet-rows .nh-detail-row--heading{background:#e7f1f6;border-color:#cddfe8;color:#174a69;font-weight:900}
.nh-faq-buffet-rows{margin-top:0!important}
.nh-faq-buffet-rows .nh-detail-row:before{display:none!important;content:none!important}
.nh-direct__card>.nh-contact-pair,.nh-direct__card>div{position:relative;z-index:2}.nh-direct__card .nh-contact-pair .nh-btn{position:relative;z-index:3;pointer-events:auto!important}
.nh-direct__card:after{pointer-events:none!important}
@media(max-width:780px){.nh-detail-list--buffet .nh-detail-row,.nh-faq-buffet-rows .nh-detail-row{font-size:11px;padding:10px 11px}}

/* =========================================================
   v7.1.0 — HOMEPAGE ROMANCE / CORPORATE
   ========================================================= */
.nh-home-romantic{background:linear-gradient(180deg,#fff 0,#f7f1ec 100%)}
.nh-home-romantic__split{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.nh-home-romantic__split article{position:relative;min-height:430px;border-radius:28px;overflow:hidden;display:flex;align-items:flex-end;background-image:var(--romantic-image);background-size:cover;background-position:center;isolation:isolate;box-shadow:0 22px 58px rgba(37,45,59,.14)}
.nh-home-romantic__shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(4,28,51,.94) 0%,rgba(7,43,70,.68) 45%,rgba(7,43,70,.08) 78%)}
.nh-home-romantic__split article>div:last-child{padding:34px;color:#fff;width:100%}.nh-home-romantic__split span{font-size:10px;letter-spacing:.14em;color:#efc668;font-weight:900}.nh-home-romantic__split h3{font-size:34px;margin:7px 0 8px}.nh-home-romantic__split p{color:#e4edf3;font-size:13px;line-height:1.8;max-width:500px}.nh-home-romantic__split strong{display:block;font-size:24px;color:#f2ce77;margin:12px 0}.nh-home-romantic__split .nh-btn{display:inline-flex;min-width:150px}
.nh-home-corporate{background:#fff}.nh-home-corporate__card{display:grid;grid-template-columns:1.05fr .95fr;min-height:410px;border-radius:30px;overflow:hidden;background:linear-gradient(135deg,#082f55,#0b5686);box-shadow:0 24px 64px rgba(8,47,87,.15)}.nh-home-corporate__copy{padding:44px;color:#fff;display:flex;flex-direction:column;justify-content:center}.nh-home-corporate__copy .nh-kicker{color:#f0c86c}.nh-home-corporate__copy h2{font-size:40px;margin:8px 0}.nh-home-corporate__copy p{color:#dbeaf3;line-height:1.85;font-size:13px}.nh-home-corporate__chips{display:flex;flex-wrap:wrap;gap:8px;margin:15px 0 20px}.nh-home-corporate__chips span{padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);font-size:10px}.nh-home-corporate__cta{align-self:flex-start}.nh-home-corporate__media{background-image:linear-gradient(90deg,rgba(8,47,85,.44),transparent 50%),var(--corporate-image);background-size:cover;background-position:center}


@media(max-width:900px){.nh-home-corporate__card{grid-template-columns:1fr}.nh-home-corporate__media{min-height:280px;order:-1}.nh-home-corporate__copy{text-align:center;align-items:center}.nh-home-corporate__chips{justify-content:center}}
@media(max-width:780px){.nh-home-romantic__split{grid-template-columns:1fr}.nh-home-romantic__split article{min-height:360px}.nh-home-romantic__split article>div:last-child{text-align:center;padding:26px 20px}.nh-home-romantic__split .nh-btn{margin-inline:auto}.nh-home-corporate__media{min-height:230px}.nh-home-corporate__copy{padding:28px 20px}.nh-home-corporate__copy h2{font-size:31px}}
@media(max-width:480px){.nh-home-romantic__split article{min-height:330px;border-radius:22px}.nh-home-romantic__split h3{font-size:29px}.nh-home-corporate__card{border-radius:23px}.nh-home-corporate__chips span{font-size:9px}}


/* v7.1.1 — River Boat final visual pack */
.nh-experience-media{margin:0 0 20px;border-radius:22px;overflow:hidden;background:#dfeaf0;border:1px solid rgba(11,110,169,.12);box-shadow:0 14px 34px rgba(8,47,87,.10)}
.nh-experience-media img{display:block;width:100%;height:320px;object-fit:cover}
.nh-experience-media--wide img{height:420px}
.nh-detail-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px 14px 4px}
.nh-detail-media-grid figure{margin:0;border-radius:14px;overflow:hidden;background:#e7eef2;min-height:150px}
.nh-detail-media-grid img{display:block;width:100%;height:180px;object-fit:cover}
@media(max-width:780px){
  .nh-experience-media img,.nh-experience-media--wide img{height:230px}
  .nh-detail-media-grid{grid-template-columns:1fr;gap:8px;padding:10px 10px 2px}
  .nh-detail-media-grid img{height:190px}
}

/* v7.1.5 — Crystal + Onyx true identity swap hotfix. */

/* ========================================================================== */
/* v8.0.0-R2 — APPROVED RESPONSIVE NAV / NON-STICKY HEADER / EXPERIENCE PAIRS */
/* ========================================================================== */
/* The main site header belongs to document flow. It must never follow scroll. */
.nh-header,
.nh-header.is-sticky{
  position:relative!important;
  top:auto!important;
  inset-block-start:auto!important;
}

/* Curated "See the experience" cards identify both the boat and the moment. */
.nh-home-gallery-carousel__item .nh-home-gallery-carousel__label{
  position:absolute;
  inset:auto 10px 10px;
  display:grid;
  gap:1px;
  width:auto;
  margin:0;
  border-radius:13px;
  padding:8px 10px;
  background:linear-gradient(135deg,rgba(4,34,61,.94),rgba(7,74,116,.88));
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  text-align:right;
  line-height:1.25;
  backdrop-filter:blur(8px);
}
.nh-home-gallery-carousel__item .nh-home-gallery-carousel__label b{font-size:10px;color:#fff}
.nh-home-gallery-carousel__item .nh-home-gallery-carousel__label small{font-size:8px;color:#f1cf77;font-weight:800}

/* Tablet is intentionally burger-navigation too: avoids the cramped 1024px layout. */
@media(max-width:1100px){
  .nh-header{overflow:visible!important}
  .nh-header__main{
    position:relative;
    height:72px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
  }
  .nh-header__logo{position:relative;z-index:3;min-width:0}
  .nh-header__actions{display:none!important}
  .nh-nav-toggle{
    display:block!important;
    position:relative;
    z-index:4;
    flex:0 0 44px;
    width:44px!important;
    height:44px!important;
    margin:0!important;
    padding:10px!important;
  }
  .nh-nav-toggle span{width:100%;transition:transform .18s ease,opacity .18s ease}
  .nh-nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .nh-nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  .nh-nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .nh-nav{
    display:none!important;
    position:absolute!important;
    z-index:9999!important;
    top:calc(100% + 8px)!important;
    right:0!important;
    left:0!important;
    width:100%!important;
    max-height:min(72vh,620px)!important;
    overflow-y:auto!important;
    overscroll-behavior:contain;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:3px!important;
    padding:10px!important;
    border:1px solid #d5e3ec!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.985)!important;
    box-shadow:0 24px 70px rgba(6,42,71,.22)!important;
    backdrop-filter:blur(18px)!important;
  }
  .nh-nav.is-open{display:flex!important}
  .nh-nav>a,
  .nh-nav-group summary{
    display:block!important;
    width:100%!important;
    padding:12px 13px!important;
    border-radius:11px!important;
    color:#244e68!important;
    background:transparent!important;
    font-size:12px!important;
    line-height:1.45!important;
    text-align:right!important;
  }
  .nh-nav>a:hover,.nh-nav>a:focus,
  .nh-nav-group summary:hover,.nh-nav-group summary:focus{
    background:#eef6fb!important;
    color:#075f98!important;
  }
  .nh-nav a:after{display:none!important}
  .nh-nav-group{position:static!important;width:100%!important}
  .nh-nav-group summary{list-style:none!important}
  .nh-nav-group>div,
  body.home .nh-nav-group>div{
    position:static!important;
    width:100%!important;
    margin:4px 0 7px!important;
    padding:5px!important;
    border:0!important;
    border-radius:12px!important;
    background:#edf4f8!important;
    box-shadow:none!important;
  }
  .nh-nav-group>div a,
  body.home .nh-nav-group>div a{
    display:block!important;
    padding:10px 11px!important;
    border-radius:9px!important;
    color:#315b74!important;
    font-size:11px!important;
    text-align:right!important;
  }
  body.home .nh-nav{
    background:rgba(5,32,59,.985)!important;
    border-color:rgba(215,164,59,.28)!important;
  }
  body.home .nh-nav>a,
  body.home .nh-nav-group summary{color:#f2f7fa!important}
  body.home .nh-nav>a:hover,body.home .nh-nav>a:focus,
  body.home .nh-nav-group summary:hover,body.home .nh-nav-group summary:focus{
    background:rgba(255,255,255,.08)!important;
    color:#f1cc72!important;
  }
  body.home .nh-nav-group>div{background:#fff!important}
  body.home .nh-nav-group>div a{color:#173f5e!important}
}

@media(max-width:780px){
  .nh-header__main,body.home .nh-header__main{height:64px!important}
  .nh-brand img,.home .nh-brand img{width:36px!important;height:36px!important}
  .nh-brand b,.home .nh-brand b{font-size:19px!important}
  .nh-brand small{font-size:7px!important}
  .nh-nav-toggle{width:42px!important;height:42px!important;flex-basis:42px}
  .nh-nav{top:calc(100% + 6px)!important;border-radius:15px!important;padding:8px!important}
  .nh-home-gallery-carousel__item .nh-home-gallery-carousel__label{inset:auto 8px 8px;padding:7px 9px}
  .nh-home-gallery-carousel__item .nh-home-gallery-carousel__label b{font-size:9px}
  .nh-home-gallery-carousel__item .nh-home-gallery-carousel__label small{font-size:7.5px}
}



/* v8.0.0-R4 — global contact mode support */
.nh-wa-icon{display:inline-block;width:18px;height:18px;flex:0 0 18px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a8.6 8.6 0 0 0-7.4 13L3.5 21l5-1.1A8.7 8.7 0 1 0 12 3Zm0 2a6.7 6.7 0 1 1-3.1 12.6l-.4-.2-2.4.5.5-2.3-.2-.4A6.7 6.7 0 0 1 12 5Zm-2 3.2c-.2 0-.5.1-.7.4-.2.3-.8.8-.8 1.9s.8 2.2.9 2.4c.1.2 1.6 2.5 4 3.4 2 .8 2.4.6 2.8.6.4 0 1.4-.6 1.6-1.1.2-.5.2-1 .1-1.1-.1-.1-.4-.2-.9-.5l-1.3-.6c-.2-.1-.4-.1-.6.2l-.6.8c-.1.2-.3.2-.5.1a5.4 5.4 0 0 1-1.6-1c-.6-.5-1-1.2-1.1-1.4-.1-.2 0-.4.1-.5l.4-.5.2-.4c.1-.1 0-.3 0-.4l-.6-1.5c-.2-.6-.4-.6-.7-.6H10Z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a8.6 8.6 0 0 0-7.4 13L3.5 21l5-1.1A8.7 8.7 0 1 0 12 3Zm0 2a6.7 6.7 0 1 1-3.1 12.6l-.4-.2-2.4.5.5-2.3-.2-.4A6.7 6.7 0 0 1 12 5Zm-2 3.2c-.2 0-.5.1-.7.4-.2.3-.8.8-.8 1.9s.8 2.2.9 2.4c.1.2 1.6 2.5 4 3.4 2 .8 2.4.6 2.8.6.4 0 1.4-.6 1.6-1.1.2-.5.2-1 .1-1.1-.1-.1-.4-.2-.9-.5l-1.3-.6c-.2-.1-.4-.1-.6.2l-.6.8c-.1.2-.3.2-.5.1a5.4 5.4 0 0 1-1.6-1c-.6-.5-1-1.2-1.1-1.4-.1-.2 0-.4.1-.5l.4-.5.2-.4c.1-.1 0-.3 0-.4l-.6-1.5c-.2-.6-.4-.6-.7-.6H10Z'/%3E%3C/svg%3E") center/contain no-repeat}
.nh-contact-pair--call,.nh-contact-pair--whatsapp{grid-template-columns:minmax(190px,1fr)!important}.nh-contact-pair--call .nh-btn,.nh-contact-pair--whatsapp .nh-btn{min-width:min(100%,260px)}
/* R4 single-channel layout: one enabled contact action expands cleanly instead of leaving an empty second column. */
.nh-card-contact-pair,.nh-selection-card__actions{grid-template-columns:repeat(auto-fit,minmax(135px,1fr))!important}

/* =========================================================
   v8.1.0-R2 — INTERNAL OFFER HERO / PREMIUM CONTACT POLISH
   Visual-only refinement. Global Smart Contact mode and Runtime Random remain authoritative.
   ========================================================= */
body.nh-skyline-offer .nh-offer-hero{
  min-height:610px!important;
  overflow:hidden;
  align-items:stretch!important;
  background-position:center center!important;
  background-color:#07304f;
}
body.nh-skyline-offer .nh-offer-hero__shade{
  z-index:-1!important;
  background:
    linear-gradient(0deg,rgba(3,27,48,.94) 0%,rgba(4,35,61,.73) 37%,rgba(5,42,70,.26) 67%,rgba(5,42,70,.08) 100%),
    linear-gradient(90deg,rgba(3,30,52,.08) 0%,rgba(4,34,59,.20) 48%,rgba(3,30,52,.54) 100%)!important;
}
body.nh-skyline-offer .nh-offer-hero__inner{
  min-height:610px!important;
  position:relative;
  justify-content:flex-end!important;
  align-items:flex-end!important;
  padding-top:0!important;
}
body.nh-skyline-offer .nh-backlink{
  position:absolute!important;
  top:28px!important;
  right:0!important;
  left:auto!important;
  z-index:3;
  margin:0!important;
  min-height:34px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0 13px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.90)!important;
  border:1px solid rgba(255,255,255,.54);
  color:#174d70!important;
  font-size:9px!important;
  font-weight:900;
  box-shadow:0 10px 28px rgba(3,34,58,.14)!important;
  backdrop-filter:blur(10px);
}
body.nh-skyline-offer .nh-backlink span{font-size:13px;line-height:1}
body.nh-skyline-offer .nh-offer-hero__copy{
  width:min(650px,58%)!important;
  padding:150px 0 54px!important;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  text-align:right;
}
body.nh-skyline-offer .nh-offer-hero__badges{margin:0 0 9px!important}
body.nh-skyline-offer .nh-offer-hero__badges span{
  min-height:29px;
  display:inline-flex;
  align-items:center;
  padding:0 11px!important;
  font-size:8px!important;
  letter-spacing:.01em;
  color:#174f72!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 8px 24px rgba(4,35,61,.10);
}
body.nh-skyline-offer .nh-offer-hero h1{
  max-width:100%;
  margin:0 0 9px!important;
  font-size:clamp(45px,5.5vw,68px)!important;
  line-height:1.04!important;
  letter-spacing:-.025em;
  text-shadow:0 9px 28px rgba(0,0,0,.22);
}
body.nh-skyline-offer .nh-offer-hero__tagline{
  margin:0 0 8px!important;
  max-width:580px;
  font-size:16px!important;
  line-height:1.65!important;
  font-weight:750;
  color:#f1f7fa!important;
}
body.nh-skyline-offer .nh-offer-hero__intro{
  max-width:570px!important;
  margin:0!important;
  font-size:11px!important;
  line-height:1.85!important;
  color:#d7e6ef!important;
}
body.nh-skyline-offer .nh-offer-hero__meta{
  display:flex!important;
  flex-wrap:wrap;
  gap:7px!important;
  margin:16px 0 17px!important;
}
body.nh-skyline-offer .nh-offer-hero__meta span{
  min-height:31px;
  display:inline-flex;
  align-items:center;
  padding:0 10px!important;
  border-radius:999px!important;
  background:rgba(6,42,70,.34)!important;
  border:1px solid rgba(255,255,255,.22)!important;
  color:#edf5f9!important;
  font-size:8.5px!important;
  backdrop-filter:blur(8px);
}
body.nh-skyline-offer .nh-offer-hero__meta b{color:#f0cd74!important;font-size:10px}

/* One hero action, driven by the global Call / WhatsApp / Both setting. */
.nh-offer-hero__contact{
  width:min(260px,100%);
  min-height:49px;
  border:1px solid rgba(240,203,112,.64);
  border-radius:15px;
  padding:6px 11px 6px 9px;
  display:grid;
  grid-template-columns:34px 1fr 24px;
  align-items:center;
  gap:8px;
  background:linear-gradient(135deg,rgba(6,47,80,.96),rgba(9,84,132,.94));
  color:#fff;
  box-shadow:0 14px 34px rgba(2,27,47,.24),inset 0 1px 0 rgba(255,255,255,.12);
  font-family:var(--nh-font);
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
  backdrop-filter:blur(10px);
}
.nh-offer-hero__contact:hover,.nh-offer-hero__contact:focus-visible{transform:translateY(-2px);box-shadow:0 18px 38px rgba(2,27,47,.28);border-color:#f0cc70;outline:none}
.nh-offer-hero__contact-icon,.nh-offer-hero__contact-icons{
  width:34px;height:34px;border-radius:11px;display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.13);color:#fff
}
.nh-offer-hero__contact-icons{gap:3px}
.nh-offer-hero__contact-icons .nh-call-icon,.nh-offer-hero__contact-icons .nh-wa-icon{width:14px!important;height:14px!important;flex-basis:14px!important}
.nh-offer-hero__contact-icon .nh-call-icon,.nh-offer-hero__contact-icon .nh-wa-icon{width:18px!important;height:18px!important;flex-basis:18px!important}
.nh-offer-hero__contact-copy{display:grid;text-align:right;line-height:1.08;min-width:0}
.nh-offer-hero__contact-copy b{font-size:12px;font-weight:900;color:#fff}
.nh-offer-hero__contact-copy small{margin-top:4px;font-size:7px;font-weight:750;color:#cfe3ee;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nh-offer-hero__contact-arrow{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:rgba(240,203,112,.14);color:#f2cf79;font-size:14px}
.nh-offer-hero__contact--whatsapp{background:linear-gradient(135deg,#096b3b,#129b51);border-color:rgba(255,255,255,.25)}
.nh-offer-hero__contact--whatsapp .nh-offer-hero__contact-arrow{background:rgba(255,255,255,.12);color:#fff}
.nh-offer-hero__contact--call{background:linear-gradient(135deg,#07375d,#126fa9)}

@media(max-width:980px){
  body.nh-skyline-offer .nh-offer-hero{min-height:560px!important;background-position:center center!important}
  body.nh-skyline-offer .nh-offer-hero__inner{min-height:560px!important}
  body.nh-skyline-offer .nh-offer-hero__copy{width:min(590px,70%)!important;padding-bottom:42px!important}
  body.nh-skyline-offer .nh-offer-hero h1{font-size:48px!important}
}
@media(max-width:780px){
  body.nh-skyline-offer .nh-offer-hero{
    min-height:520px!important;
    background-position:center 45%!important;
    border-radius:0 0 26px 26px;
  }
  body.nh-skyline-offer .nh-offer-hero__shade{
    background:linear-gradient(0deg,rgba(3,26,46,.96) 0%,rgba(4,35,61,.82) 38%,rgba(5,42,70,.30) 68%,rgba(5,42,70,.08) 100%)!important;
  }
  body.nh-skyline-offer .nh-offer-hero__inner{min-height:520px!important;align-items:center!important;padding:0!important}
  body.nh-skyline-offer .nh-backlink{
    top:14px!important;right:0!important;min-height:31px;padding:0 11px!important;font-size:8px!important
  }
  body.nh-skyline-offer .nh-offer-hero__copy{
    width:100%!important;
    padding:188px 0 22px!important;
    align-items:center!important;
    text-align:center!important;
  }
  body.nh-skyline-offer .nh-offer-hero__badges{justify-content:center;margin-bottom:7px!important}
  body.nh-skyline-offer .nh-offer-hero__badges span{min-height:27px;font-size:7.5px!important;padding:0 10px!important}
  body.nh-skyline-offer .nh-offer-hero h1{
    margin:0 0 6px!important;
    font-size:clamp(32px,9.6vw,39px)!important;
    line-height:1.04!important;
    max-width:340px;
  }
  body.nh-skyline-offer .nh-offer-hero__tagline{font-size:12.5px!important;line-height:1.55!important;max-width:330px;margin-bottom:5px!important}
  body.nh-skyline-offer .nh-offer-hero__intro{
    max-width:330px!important;font-size:9.5px!important;line-height:1.72!important;
    display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important
  }
  body.nh-skyline-offer .nh-offer-hero__meta{justify-content:center!important;margin:11px 0 12px!important;gap:6px!important}
  body.nh-skyline-offer .nh-offer-hero__meta span{min-height:28px;font-size:7.5px!important;padding:0 9px!important}
  body.nh-skyline-offer .nh-offer-hero__meta b{font-size:9px}
  .nh-offer-hero__contact{width:min(236px,82vw);min-height:46px;border-radius:14px;grid-template-columns:31px 1fr 22px;padding:5px 9px}
  .nh-offer-hero__contact-icon,.nh-offer-hero__contact-icons{width:31px;height:31px;border-radius:10px}
  .nh-offer-hero__contact-copy b{font-size:11px}.nh-offer-hero__contact-copy small{font-size:6.5px}.nh-offer-hero__contact-arrow{width:22px;height:22px;font-size:13px}
  body.nh-skyline-site{padding-bottom:72px!important}
}
@media(max-width:480px){
  body.nh-skyline-offer .nh-offer-hero{min-height:505px!important}
  body.nh-skyline-offer .nh-offer-hero__inner{min-height:505px!important}
  body.nh-skyline-offer .nh-offer-hero__copy{padding-top:174px!important;padding-bottom:18px!important}
  body.nh-skyline-offer .nh-offer-hero h1{font-size:34px!important;max-width:320px}
  body.nh-skyline-offer .nh-offer-hero__tagline{font-size:12px!important;max-width:315px}
  body.nh-skyline-offer .nh-offer-hero__intro{max-width:315px!important;font-size:9px!important}
}

/* R2 compact global Smart Contact: same logic, less visual obstruction on phones. */
.nhm-float.nhm-float--smart{
  width:min(318px,calc(100% - 24px))!important;
  padding:4px!important;
  gap:4px!important;
  border-radius:18px!important;
  background:rgba(250,253,255,.95)!important;
  border:1px solid rgba(12,73,113,.18)!important;
  box-shadow:0 13px 34px rgba(4,39,68,.18),0 2px 7px rgba(4,39,68,.06)!important;
}
.nhm-float.nhm-float--smart .nhm-float__main{
  height:43px!important;
  border-radius:14px!important;
  padding:0 13px!important;
  gap:7px!important;
}
.nhm-float.nhm-float--smart .nhm-float__main-icon{width:17px!important;height:17px!important;flex-basis:17px!important}
.nhm-float.nhm-float--smart .nhm-float__main b{font-size:12px!important}
.nhm-float.nhm-float--smart .nhm-float__main small{font-size:6.5px!important;margin-top:3px!important}
.nhm-float.nhm-float--smart .nhm-float__circle{width:38px!important;height:38px!important;flex-basis:38px!important;box-shadow:0 6px 16px rgba(7,57,92,.14)!important}
.nhm-float.nhm-float--smart .nhm-float__circle .nhm-wa-icon,.nhm-float.nhm-float--smart .nhm-float__circle .nhm-call-icon{width:17px!important;height:17px!important;flex-basis:17px!important}
.nhm-float.nhm-float--call,.nhm-float.nhm-float--whatsapp{width:min(252px,calc(100% - 28px))!important}
.nhm-float.nhm-float--call .nhm-float__main,.nhm-float.nhm-float--whatsapp .nhm-float__main{height:44px!important}
@media(max-width:780px){
  .nhm-float.nhm-float--smart{bottom:max(8px,env(safe-area-inset-bottom))!important;width:min(310px,calc(100% - 18px))!important}
  .nhm-float.nhm-float--smart .nhm-float__main{height:42px!important}
  .nhm-float.nhm-float--smart .nhm-float__main small{display:none!important}
  .nhm-float.nhm-float--smart .nhm-float__circle{width:37px!important;height:37px!important;flex-basis:37px!important}
  .nhm-float.nhm-float--call,.nhm-float.nhm-float--whatsapp{width:min(244px,calc(100% - 28px))!important}
  .nhm-float.nhm-float--call .nhm-float__main,.nhm-float.nhm-float--whatsapp .nhm-float__main{height:43px!important}
}

/* ========================================================================== */
/* NILE TOUR MOTION EDITION M2                                             */
/* Visual-only layer. Data, media, order, routes and contact logic untouched. */
/* ========================================================================== */
:root{
  --nh-m2-fast:220ms;
  --nh-m2-base:520ms;
  --nh-m2-slow:760ms;
  --nh-m2-ease:cubic-bezier(.16,1,.3,1);
}

/* Homepage hero: same original image/content, now with real cinematic movement. */
body.nh-motion-edition .nh-home-cinematic__slide{
  background-image:none!important;
  isolation:isolate;
  overflow:hidden;
}
body.nh-motion-edition .nh-home-cinematic__slide::before{
  content:"";
  position:absolute;
  inset:-2%;
  z-index:-2;
  background-image:var(--nh-cinematic-image);
  background-size:cover;
  background-position:center 42%;
  transform:scale(1.018);
  filter:saturate(1.01);
}
body.nh-motion-edition .nh-home-cinematic__shade{z-index:-1}
body.nh-motion-edition .nh-home-cinematic__inner{position:relative;z-index:1}

@media(prefers-reduced-motion:no-preference){
  body.nh-motion-edition .nh-home-cinematic__slide.is-active::before{
    animation:nhM2HeroBreath 10.5s ease-in-out infinite alternate;
  }
  @keyframes nhM2HeroBreath{
    from{transform:translate3d(0,0,0) scale(1.018)}
    to{transform:translate3d(0,-.65%,0) scale(1.052)}
  }
  body.nh-motion-edition .nh-home-cinematic__slide.is-active .nh-home-cinematic__copy > *{
    animation:nhM2HeroCopy .72s var(--nh-m2-ease) both;
  }
  body.nh-motion-edition .nh-home-cinematic__slide.is-active .nh-home-cinematic__copy > :nth-child(2){animation-delay:70ms}
  body.nh-motion-edition .nh-home-cinematic__slide.is-active .nh-home-cinematic__copy > :nth-child(3){animation-delay:130ms}
  body.nh-motion-edition .nh-home-cinematic__slide.is-active .nh-home-cinematic__copy > :nth-child(4){animation-delay:185ms}
  body.nh-motion-edition .nh-home-cinematic__slide.is-active .nh-home-cinematic__copy > :nth-child(5){animation-delay:235ms}
  body.nh-motion-edition .nh-home-cinematic__slide.is-active .nh-home-cinematic__copy > :nth-child(6){animation-delay:285ms}
  @keyframes nhM2HeroCopy{from{opacity:0;transform:translate3d(0,22px,0)}to{opacity:1;transform:none}}
}

body.nh-motion-edition .nh-home-cinematic__thumb,
body.nh-motion-edition .nh-home-cinematic__arrow,
body.nh-motion-edition .nh-home-fleet-carousel__nav,
body.nh-motion-edition .nh-home-gallery-carousel__nav{
  transition:transform var(--nh-m2-fast) var(--nh-m2-ease),box-shadow var(--nh-m2-fast) ease,filter var(--nh-m2-fast) ease;
}
body.nh-motion-edition .nh-home-cinematic__thumb img{transition:transform .72s var(--nh-m2-ease),filter .32s ease}
body.nh-motion-edition .nh-home-cinematic__thumb.is-active{transform:translateY(-3px)}

/* Internal offer hero: same exact image and copy, visually staged. */
body.nh-motion-edition.nh-skyline-offer .nh-offer-hero{
  background-image:none!important;
  isolation:isolate;
  overflow:hidden;
}
body.nh-motion-edition.nh-skyline-offer .nh-offer-hero::before{
  content:"";
  position:absolute;
  inset:-2%;
  z-index:-2;
  background-image:var(--offer-hero);
  background-size:cover;
  background-position:center center;
  transform:scale(1.018);
}
body.nh-motion-edition.nh-skyline-offer .nh-offer-hero__shade{z-index:-1}
body.nh-motion-edition.nh-skyline-offer .nh-offer-hero__inner{position:relative;z-index:1}
@media(prefers-reduced-motion:no-preference){
  body.nh-motion-edition.nh-skyline-offer .nh-offer-hero::before{animation:nhM2OfferHero 8.5s ease-in-out infinite alternate}
  @keyframes nhM2OfferHero{from{transform:scale(1.018) translate3d(0,0,0)}to{transform:scale(1.048) translate3d(0,-.7%,0)}}
  body.nh-motion-edition.nh-skyline-offer .nh-backlink,
  body.nh-motion-edition.nh-skyline-offer .nh-offer-hero__copy > *{animation:nhM2OfferCopy .64s var(--nh-m2-ease) both}
  body.nh-motion-edition.nh-skyline-offer .nh-offer-hero__copy > :nth-child(2){animation-delay:70ms}
  body.nh-motion-edition.nh-skyline-offer .nh-offer-hero__copy > :nth-child(3){animation-delay:120ms}
  body.nh-motion-edition.nh-skyline-offer .nh-offer-hero__copy > :nth-child(4){animation-delay:170ms}
  body.nh-motion-edition.nh-skyline-offer .nh-offer-hero__copy > :nth-child(5){animation-delay:220ms}
  body.nh-motion-edition.nh-skyline-offer .nh-offer-hero__copy > :nth-child(6){animation-delay:270ms}
  @keyframes nhM2OfferCopy{from{opacity:0;transform:translate3d(0,18px,0)}to{opacity:1;transform:none}}
}

/* Progressive scroll reveal. Content stays visible if motion.js is absent. */
body.nh-motion-edition.nh-motion-js .nh-motion-reveal{
  opacity:0;
  transform:translate3d(0,18px,0);
  transition:opacity .58s var(--nh-m2-ease) var(--nh-motion-delay,0ms),transform .74s var(--nh-m2-ease) var(--nh-motion-delay,0ms);
}
body.nh-motion-edition.nh-motion-js .nh-motion-reveal.is-revealed{opacity:1;transform:none}

/* Card/media polish. */
body.nh-motion-edition :is(.nh-home-boat-slide,.nh-fleet-card,.nh-best-offer-card,.nh-discovery-card,.nh-occasion-card,.nh-home-video-card,.nh-home-gallery-carousel__item,.nh-home-corporate__card,.nh-home-river__card){
  transition:transform .42s var(--nh-m2-ease),box-shadow .42s ease,filter .34s ease;
}
body.nh-motion-edition :is(.nh-home-boat-slide__media,.nh-fleet-card__media,.nh-best-offer-card__media) img,
body.nh-motion-edition .nh-home-gallery-carousel__item img,
body.nh-motion-edition .nh-home-video-card img{transition:transform .82s var(--nh-m2-ease),filter .4s ease}
@media(hover:hover) and (pointer:fine){
  body.nh-motion-edition :is(.nh-home-boat-slide,.nh-fleet-card,.nh-best-offer-card,.nh-discovery-card,.nh-occasion-card,.nh-home-video-card,.nh-home-gallery-carousel__item,.nh-home-corporate__card,.nh-home-river__card):hover{transform:translate3d(0,-7px,0)}
  body.nh-motion-edition :is(.nh-home-boat-slide,.nh-fleet-card,.nh-best-offer-card,.nh-home-video-card,.nh-home-gallery-carousel__item):hover img{transform:scale(1.045)}
  body.nh-motion-edition :is(.nh-home-cinematic__arrow,.nh-home-fleet-carousel__nav,.nh-home-gallery-carousel__nav):hover{transform:scale(1.07)}
  body.nh-motion-edition .nh-home-cinematic__thumb:hover img{transform:scale(1.055)}
}

/* River/experience panels animate only when made visible by existing logic. */
@media(prefers-reduced-motion:no-preference){
  body.nh-motion-edition [data-experience-panel]:not([hidden]),
  body.nh-motion-edition .nh-plan-options button:not([hidden]){animation:nhM2PanelIn .46s var(--nh-m2-ease) both}
  @keyframes nhM2PanelIn{from{opacity:0;transform:translate3d(0,12px,0)}to{opacity:1;transform:none}}
}

/* Gallery/video/lightbox/modal finish. */
body.nh-motion-edition .nh-home-gallery-carousel__viewport,
body.nh-motion-edition .nh-home-video-rail__viewport,
body.nh-motion-edition [data-boat-album]{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}
body.nh-motion-edition .nh-home-gallery-carousel__item,
body.nh-motion-edition .nh-home-video-card,
body.nh-motion-edition [data-boat-album] > *{scroll-snap-align:center}
@media(prefers-reduced-motion:no-preference){
  body.nh-motion-edition .nh-lightbox:not([hidden]),
  body.nh-motion-edition .nh-home-video-modal:not([hidden]),
  body.nh-motion-edition .nh-video-modal:not([hidden]){animation:nhM2Backdrop .26s ease both}
  body.nh-motion-edition .nh-lightbox:not([hidden]) img,
  body.nh-motion-edition .nh-home-video-modal:not([hidden]) .nh-home-video-modal__panel,
  body.nh-motion-edition .nh-video-modal:not([hidden]) .nh-video-modal__frame{animation:nhM2Modal .46s var(--nh-m2-ease) both}
  @keyframes nhM2Backdrop{from{opacity:0}to{opacity:1}}
  @keyframes nhM2Modal{from{opacity:0;transform:translate3d(0,16px,0) scale(.982)}to{opacity:1;transform:none}}
}

/* Non-sticky responsive navigation keeps architecture, gets a refined open motion. */
@media(max-width:1100px){
  body.nh-motion-edition .nh-nav{transform-origin:top center;transition:opacity .22s ease,transform .32s var(--nh-m2-ease),visibility .22s linear}
  body.nh-motion-edition .nh-nav:not(.is-open){opacity:0;transform:translate3d(0,-9px,0) scale(.987)}
  body.nh-motion-edition .nh-nav.is-open{opacity:1;transform:none}
}

/* CTA / smart contact finish without touching call/WhatsApp/random behavior. */
body.nh-motion-edition .nh-home-cinematic__primary,
body.nh-motion-edition .nh-offer-hero__contact{position:relative;overflow:hidden;isolation:isolate}
@media(prefers-reduced-motion:no-preference){
  body.nh-motion-edition .nh-home-cinematic__primary::after,
  body.nh-motion-edition .nh-offer-hero__contact::after{
    content:"";position:absolute;top:-30%;bottom:-30%;width:26%;left:-42%;pointer-events:none;
    background:linear-gradient(105deg,transparent,rgba(255,255,255,.28),transparent);transform:skewX(-17deg);
    animation:nhM2Sheen 7.5s ease-in-out 1.2s infinite;
  }
  @keyframes nhM2Sheen{0%,72%{left:-42%;opacity:0}76%{opacity:.8}86%{left:118%;opacity:.55}90%,100%{left:118%;opacity:0}}
  body.nh-motion-edition .nhm-float.nhm-float--approved{animation:nhM2Float .62s var(--nh-m2-ease) .28s both}
  @keyframes nhM2Float{from{opacity:0;transform:translate3d(-50%,20px,0) scale(.975)}to{opacity:1;transform:translate3d(-50%,0,0) scale(1)}}
  @media(min-width:981px){@keyframes nhM2Float{from{opacity:0;transform:translate3d(0,20px,0) scale(.975)}to{opacity:1;transform:none}}}
  body.nh-motion-edition .nhm-contact-backdrop:not([hidden]){animation:nhM2Backdrop .24s ease both}
  body.nh-motion-edition .nhm-contact-drawer{transition:transform .42s var(--nh-m2-ease)!important}
}
body.nh-motion-edition .nhm-float.nhm-float--approved :is(.nhm-float__main,.nhm-float__circle){transition:transform .22s var(--nh-m2-ease),filter .22s ease,box-shadow .22s ease!important}
@media(hover:hover) and (pointer:fine){body.nh-motion-edition .nhm-float.nhm-float--approved :is(.nhm-float__main,.nhm-float__circle):hover{transform:translateY(-2px);filter:brightness(1.04)}}

/* Small tactile interaction. */
body.nh-motion-edition .nh-motion-press{transform:scale(.965)!important;transition-duration:.09s!important}

/* Mobile remains lighter/faster. */
@media(max-width:780px){
  body.nh-motion-edition.nh-motion-js .nh-motion-reveal{transform:translate3d(0,11px,0);transition-duration:.45s,.58s}
  body.nh-motion-edition .nh-home-cinematic__slide::before{background-position:center 32%}
  body.nh-motion-edition.nh-skyline-offer .nh-offer-hero::before{background-position:center 45%}
}


/* ========================================================================== */
/* MOTION M2 — LUXURY TRAVEL CARD FINISH R1                                  */
/* Real card selectors only; visual layer, no content/data/order mutations.   */
/* ========================================================================== */
body.nh-motion-edition{
  --nh-card-ease:cubic-bezier(.16,1,.3,1);
  --nh-card-shadow-rest:0 13px 34px rgba(8,47,87,.09);
  --nh-card-shadow-hover:0 25px 58px rgba(8,47,87,.17),0 8px 20px rgba(8,47,87,.08);
}

/* Card entrance: a soft rise + scale gives travel imagery a cinematic reveal. */
body.nh-motion-edition.nh-motion-js .nh-motion-card{
  opacity:0;
  translate:0 26px;
  scale:.982;
  filter:saturate(.94) blur(1.5px);
  transition:
    opacity .56s var(--nh-card-ease) var(--nh-motion-delay,0ms),
    translate .78s var(--nh-card-ease) var(--nh-motion-delay,0ms),
    scale .78s var(--nh-card-ease) var(--nh-motion-delay,0ms),
    filter .62s ease var(--nh-motion-delay,0ms),
    box-shadow .38s ease,
    border-color .32s ease;
  will-change:transform,opacity;
}
body.nh-motion-edition.nh-motion-js .nh-motion-card.is-revealed{
  opacity:1;
  translate:0 0;
  scale:1;
  filter:none;
}

/* Give every real card a clean motion surface without changing its dimensions. */
body.nh-motion-edition :is(
  .nh-home-boat-slide,
  .nh-fleet-card,
  .nh-discovery-grid>a,
  .nh-occasion-grid--premium>article,
  .nh-home-romantic__split>article,
  .nh-home-river__card,
  .nh-home-corporate__card,
  .nh-home-gallery-carousel__item,
  .nh-home-video-card,
  .nh-review-card,
  .nh-after-offer-card,
  .nh-detail-card,
  .nh-child-policy__card,
  .nh-rating-card
){
  position:relative;
  isolation:isolate;
  backface-visibility:hidden;
  transform-origin:50% 72%;
  transition:transform .42s var(--nh-card-ease),translate .42s var(--nh-card-ease),scale .42s var(--nh-card-ease),box-shadow .42s ease,border-color .32s ease,filter .32s ease;
}

/* Media depth: image remains the hero of the card. */
body.nh-motion-edition :is(
  .nh-home-boat-slide__media,
  .nh-fleet-card__media,
  .nh-home-video-card__media,
  .nh-home-gallery-carousel__item,
  .nh-home-river__media
){overflow:hidden}
body.nh-motion-edition :is(
  .nh-home-boat-slide__media img,
  .nh-fleet-card__media img,
  .nh-home-video-card__media img,
  .nh-home-gallery-carousel__item img,
  .nh-home-river__media img
){
  transform:translateZ(0) scale(1.001);
  transition:transform .82s var(--nh-card-ease),filter .42s ease;
  will-change:transform;
}

/* Selective light sweep — only image-rich travel cards, never continuous. */
body.nh-motion-edition :is(
  .nh-home-boat-slide__media,
  .nh-fleet-card__media,
  .nh-home-video-card__media,
  .nh-home-gallery-carousel__item
)::before{
  content:"";
  position:absolute;
  z-index:5;
  top:-30%;bottom:-30%;left:-46%;width:25%;
  pointer-events:none;
  background:linear-gradient(105deg,transparent 0%,rgba(255,255,255,.08) 25%,rgba(255,255,255,.42) 50%,rgba(255,255,255,.08) 75%,transparent 100%);
  transform:skewX(-18deg);
  opacity:0;
}

/* Micro motion for badges/arrows/icons/CTAs. */
body.nh-motion-edition .nh-fleet-card__type,
body.nh-motion-edition .nh-fleet-card__arrow,
body.nh-motion-edition .nh-discovery-grid>a>span,
body.nh-motion-edition .nh-occasion-grid--premium>article>span,
body.nh-motion-edition .nh-home-video-card__media i,
body.nh-motion-edition .nh-review-avatar,
body.nh-motion-edition .nh-motion-card :is(.nh-btn,.nh-fleet-card__foot a){
  transition:transform .32s var(--nh-card-ease),box-shadow .32s ease,filter .32s ease,background-color .32s ease,color .32s ease;
}
body.nh-motion-edition .nh-motion-card .nh-fleet-card__foot a span{display:inline-block;transition:transform .3s var(--nh-card-ease)}
body.nh-motion-edition .nh-motion-card .nh-btn{position:relative;overflow:hidden;isolation:isolate}
body.nh-motion-edition .nh-motion-card .nh-btn::after{
  content:"";position:absolute;z-index:-1;inset:0;
  background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.18) 50%,transparent 80%);
  transform:translate3d(-120%,0,0);transition:transform .62s var(--nh-card-ease);pointer-events:none;
}

/* The active fleet card gets a tasteful arrival when carousel selection changes. */
@media(prefers-reduced-motion:no-preference){
  body.nh-motion-edition .nh-home-boat-slide[aria-hidden="false"]{animation:nhCardActiveArrival .54s var(--nh-card-ease) both}
  @keyframes nhCardActiveArrival{
    0%{opacity:.76;translate:0 9px;scale:.985}
    100%{opacity:1;translate:0 0;scale:1}
  }
}

@media(hover:hover) and (pointer:fine){
  body.nh-motion-edition :is(
    .nh-home-boat-slide,
    .nh-fleet-card,
    .nh-discovery-grid>a,
    .nh-occasion-grid--premium>article,
    .nh-home-romantic__split>article,
    .nh-home-video-card,
    .nh-home-gallery-carousel__item,
    .nh-review-card,
    .nh-after-offer-card,
    .nh-detail-card
  ):hover{
    translate:0 -7px;
    scale:1.008;
    box-shadow:var(--nh-card-shadow-hover);
    border-color:rgba(73,143,184,.38);
  }

  /* Larger feature cards move less: premium depth, not a jump. */
  body.nh-motion-edition :is(.nh-home-river__card,.nh-home-corporate__card):hover{
    translate:0 -4px;
    box-shadow:0 31px 78px rgba(8,47,87,.20);
  }

  /* Preserve M2 center-peek scale while adding lift to fleet cards. */
  body.nh-motion-edition .nh-home-boat-slide:hover{transform:scale(.94)}
  body.nh-motion-edition .nh-home-boat-slide[aria-hidden="false"]:hover{transform:scale(1)}

  body.nh-motion-edition :is(
    .nh-home-boat-slide,
    .nh-fleet-card,
    .nh-home-video-card,
    .nh-home-gallery-carousel__item,
    .nh-home-river__card
  ):hover :is(
    .nh-home-boat-slide__media img,
    .nh-fleet-card__media img,
    .nh-home-video-card__media img,
    .nh-home-gallery-carousel__item img,
    .nh-home-river__media img
  ){
    transform:scale(1.055);
    filter:saturate(1.045) contrast(1.015);
  }

  body.nh-motion-edition :is(
    .nh-home-boat-slide__media,
    .nh-fleet-card__media,
    .nh-home-video-card__media,
    .nh-home-gallery-carousel__item
  ):hover::before{animation:nhCardSheen .82s var(--nh-card-ease) both}
  @keyframes nhCardSheen{0%{left:-46%;opacity:0}18%{opacity:.8}100%{left:122%;opacity:0}}

  body.nh-motion-edition .nh-fleet-card:hover .nh-fleet-card__type{transform:translateY(2px);filter:brightness(1.02)}
  body.nh-motion-edition .nh-fleet-card:hover .nh-fleet-card__arrow{transform:translate3d(-2px,-2px,0) scale(1.07);box-shadow:0 8px 20px rgba(7,56,92,.17)}
  body.nh-motion-edition .nh-discovery-grid>a:hover>span{transform:translateY(-3px) scale(1.055);box-shadow:0 9px 22px rgba(13,101,159,.12)}
  body.nh-motion-edition .nh-occasion-grid--premium>article:hover>span{transform:translateY(-2px) scale(1.05);box-shadow:0 9px 22px rgba(7,47,85,.18)}
  body.nh-motion-edition .nh-home-video-card:hover .nh-home-video-card__media i{transform:translate(-50%,-50%) scale(1.08);box-shadow:0 13px 32px rgba(3,29,52,.32)}
  body.nh-motion-edition .nh-review-card:hover .nh-review-avatar{transform:scale(1.055)}
  body.nh-motion-edition .nh-motion-card:hover .nh-fleet-card__foot a span{transform:translateX(-3px)}
  body.nh-motion-edition .nh-motion-card:hover .nh-btn::after{transform:translate3d(120%,0,0)}
}

/* Touch devices: clear response, no sticky hover and no layout displacement. */
body.nh-motion-edition .nh-motion-card-press{
  scale:.985!important;
  translate:0 1px!important;
  filter:brightness(.99)!important;
  transition-duration:.1s!important;
}
@media(max-width:780px){
  body.nh-motion-edition.nh-motion-js .nh-motion-card{
    translate:0 16px;
    scale:.988;
    filter:saturate(.96);
  }
  body.nh-motion-edition.nh-motion-js .nh-motion-card.is-revealed{translate:0 0;scale:1;filter:none}
  body.nh-motion-edition .nh-home-boat-slide[aria-hidden="false"]{box-shadow:0 18px 42px rgba(8,47,87,.15)}
}

/* Accessibility. */
@media(prefers-reduced-motion:reduce){
  body.nh-motion-edition *,body.nh-motion-edition *::before,body.nh-motion-edition *::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  body.nh-motion-edition .nh-motion-reveal{opacity:1!important;transform:none!important}
}

/* ========================================================================== */
/* v8.1.1 — PRODUCTION CLOSURE / ACCESSIBILITY / ANCHOR POLISH                */
/* ========================================================================== */
.nh-anchor-target{display:block;height:0;overflow:hidden;scroll-margin-top:20px}
#fleet,#best-offers,#river-boat,#events,#gallery,#boat-videos,#contact,
#river-cruises,#day-use,#day-night,#stay,#romantic,#romantic-dinner,#romantic-stay,#reviews,#faq{scroll-margin-top:20px}

:where(a,button,summary,[role="button"],input,select,textarea):focus-visible{
  outline:3px solid rgba(18,126,186,.34)!important;
  outline-offset:3px!important;
}
.nh-nav-toggle:focus-visible,.nh-home-cinematic__arrow:focus-visible,.nh-home-fleet-carousel__nav:focus-visible,
.nh-home-gallery-carousel__nav:focus-visible,.nh-lightbox__nav:focus-visible,.nh-lightbox__close:focus-visible{
  box-shadow:0 0 0 5px rgba(255,255,255,.82),0 0 0 8px rgba(18,126,186,.30)!important;
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}}

/* ========================================================================== */
/* v8.2.0 — HOMEPAGE COMPOSER / NON-DESTRUCTIVE PRESENTATION VARIANTS         */
/* ========================================================================== */
/*
 * The default Composer styles intentionally reproduce the frozen v8.1.3
 * presentation. These rules only activate when the owner selects an alternate
 * style in Nile Tour > الصفحة الرئيسية > بناء الرئيسية.
 */
.nh-home-composer{width:100%;min-width:0}

/* Hero variants */
.nh-home-style-hero-clean .nh-home-cinematic__slide::after{background:linear-gradient(90deg,rgba(2,29,53,.72),rgba(2,29,53,.22) 62%,rgba(2,29,53,.08))}
.nh-home-style-hero-clean .nh-home-cinematic__inner{max-width:1180px}
.nh-home-style-hero-clean .nh-home-cinematic__copy{max-width:630px}
.nh-home-style-hero-clean .nh-home-cinematic__copy h1{letter-spacing:-.025em}
.nh-home-style-hero-immersive .nh-home-cinematic{min-height:min(850px,88vh)}
.nh-home-style-hero-immersive .nh-home-cinematic__slide::after{background:linear-gradient(0deg,rgba(2,25,47,.9),rgba(2,25,47,.12) 68%)}
.nh-home-style-hero-immersive .nh-home-cinematic__inner{align-items:flex-end;padding-bottom:76px}
.nh-home-style-hero-immersive .nh-home-cinematic__copy{max-width:760px;margin-inline:auto;text-align:center;align-items:center}
.nh-home-style-hero-immersive .nh-home-cinematic__actions{justify-content:center}

/* Trust bar variants */
.nh-home-style-trust-minimal .nh-home-hero-dock{background:transparent;border:0;box-shadow:none}
.nh-home-style-trust-minimal .nh-home-hero-dock__trust{max-width:1020px;margin-inline:auto;border-block:1px solid rgba(21,82,118,.12);padding-block:10px}
.nh-home-style-trust-minimal .nh-home-hero-dock__trust>*{background:transparent!important;border:0!important;box-shadow:none!important}
.nh-home-style-trust-glass .nh-home-hero-dock{background:rgba(244,249,252,.78);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.nh-home-style-trust-glass .nh-home-hero-dock__trust>*{background:rgba(255,255,255,.66)!important;border-color:rgba(255,255,255,.85)!important}

/* Fleet presentation variants — same selected boats/data, different card finish. */
.nh-home-style-fleet-editorial .nh-home-fleet-showcase{background:linear-gradient(180deg,#f9fbfc,#e9f1f5)}
.nh-home-style-fleet-editorial .nh-home-boat-slide{border-radius:30px}
.nh-home-style-fleet-editorial .nh-home-boat-slide__media{min-height:330px}
.nh-home-style-fleet-editorial .nh-home-boat-slide__body{padding:24px 25px 27px}
.nh-home-style-fleet-editorial .nh-home-boat-slide__body h3{font-size:32px}
.nh-home-style-fleet-editorial .nh-home-boat-slide__cta{border-radius:999px}
.nh-home-style-fleet-compact .nh-home-fleet-showcase{padding-block:58px}
.nh-home-style-fleet-compact .nh-home-boat-slide{border-radius:18px}
.nh-home-style-fleet-compact .nh-home-boat-slide__media{min-height:190px}
.nh-home-style-fleet-compact .nh-home-boat-slide__body{padding:15px 16px 17px}
.nh-home-style-fleet-compact .nh-home-boat-slide__body h3{font-size:22px}
.nh-home-style-fleet-compact .nh-home-boat-slide__body p{font-size:10px}
.nh-home-style-fleet-compact .nh-home-boat-slide__price strong{font-size:21px}

/* Romantic variants */
.nh-home-style-romantic-overlay .nh-home-romantic__split{grid-template-columns:1fr}
.nh-home-style-romantic-overlay .nh-home-romantic__split article{min-height:520px}
.nh-home-style-romantic-overlay .nh-home-romantic__split article>div:last-child{max-width:760px;padding:48px}
.nh-home-style-romantic-compact .nh-home-romantic__split article{min-height:330px;border-radius:22px}
.nh-home-style-romantic-compact .nh-home-romantic__split article>div:last-child{padding:25px}
.nh-home-style-romantic-compact .nh-home-romantic__split h3{font-size:28px}

/* Discovery / occasions variants */
.nh-home-style-discovery-minimal .nh-discovery-grid a,
.nh-home-style-occasions-minimal .nh-occasion-grid--premium>article{background:transparent;box-shadow:none;border-color:rgba(18,85,124,.14)}
.nh-home-style-discovery-minimal .nh-discovery-grid a>span,
.nh-home-style-occasions-minimal .nh-occasion-grid--premium>article>span{background:transparent;border:1px solid rgba(18,85,124,.16)}
.nh-home-style-discovery-glass .nh-home-discovery,
.nh-home-style-occasions-glass .nh-home-occasions{background:linear-gradient(145deg,#e7f2f8,#f8fbfd)}
.nh-home-style-discovery-glass .nh-discovery-grid a,
.nh-home-style-occasions-glass .nh-occasion-grid--premium>article{background:rgba(255,255,255,.62);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:rgba(255,255,255,.9)}

/* Best offer card variants */
.nh-home-style-best-poster .nh-best-offer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.nh-home-style-best-poster .nh-best-offer-grid .nh-fleet-card{border-radius:27px;overflow:hidden}
.nh-home-style-best-poster .nh-best-offer-grid .nh-fleet-card__media{height:360px}
.nh-home-style-best-poster .nh-best-offer-grid .nh-fleet-card__body{margin-top:-62px;position:relative;z-index:2;background:linear-gradient(0deg,#fff 74%,rgba(255,255,255,.9));border-radius:24px 24px 0 0}
.nh-home-style-best-compact .nh-best-offer-grid{gap:12px}
.nh-home-style-best-compact .nh-best-offer-grid .nh-fleet-card__media{height:190px}
.nh-home-style-best-compact .nh-best-offer-grid .nh-fleet-card__body{padding:15px}
.nh-home-style-best-compact .nh-best-offer-grid .nh-fleet-card__body h3{font-size:20px}

/* River Boat variants */
.nh-home-style-river-overlay .nh-home-river__card{position:relative;display:block;min-height:520px;isolation:isolate}
.nh-home-style-river-overlay .nh-home-river__media{position:absolute;inset:0;z-index:-2;min-height:0}
.nh-home-style-river-overlay .nh-home-river__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,36,64,.94),rgba(4,36,64,.5) 60%,rgba(4,36,64,.12))}
.nh-home-style-river-overlay .nh-home-river__copy{min-height:520px;max-width:680px;color:#fff;padding:50px}
.nh-home-style-river-overlay .nh-home-river__copy :is(h2,p){color:#fff}
.nh-home-style-river-overlay .nh-home-river__buttons a{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.24);color:#fff}
.nh-home-style-river-compact .nh-home-river__card{border-radius:22px}
.nh-home-style-river-compact .nh-home-river__media{min-height:260px}
.nh-home-style-river-compact .nh-home-river__copy{padding:26px}

/* Corporate variants */
.nh-home-style-corporate-overlay .nh-home-corporate__card{display:block;position:relative;min-height:500px;isolation:isolate}
.nh-home-style-corporate-overlay .nh-home-corporate__media{position:absolute;inset:0;z-index:-2}
.nh-home-style-corporate-overlay .nh-home-corporate__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,35,62,.93),rgba(4,35,62,.62) 55%,rgba(4,35,62,.2))}
.nh-home-style-corporate-overlay .nh-home-corporate__copy{min-height:500px;max-width:680px}
.nh-home-style-corporate-compact .nh-home-corporate__card{min-height:320px;border-radius:22px}
.nh-home-style-corporate-compact .nh-home-corporate__copy{padding:28px}
.nh-home-style-corporate-compact .nh-home-corporate__copy h2{font-size:31px}

/* Gallery variants */
.nh-home-style-gallery-grid .nh-home-gallery-carousel__viewport,
.nh-home-style-gallery-mosaic .nh-home-gallery-carousel__viewport{overflow:visible}
.nh-home-style-gallery-grid .nh-home-gallery-carousel__track{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px!important;transform:none!important;padding:0!important}
.nh-home-style-gallery-grid .nh-home-gallery-carousel__item{width:auto!important;flex:none!important;height:220px}
.nh-home-style-gallery-grid .nh-home-gallery-carousel__arrow,
.nh-home-style-gallery-mosaic .nh-home-gallery-carousel__arrow{display:none!important}
.nh-home-style-gallery-mosaic .nh-home-gallery-carousel__track{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:155px;gap:10px!important;transform:none!important;padding:0!important}
.nh-home-style-gallery-mosaic .nh-home-gallery-carousel__item{width:auto!important;flex:none!important;height:auto!important;min-height:0}
.nh-home-style-gallery-mosaic .nh-home-gallery-carousel__item:nth-child(6n+1){grid-column:span 2;grid-row:span 2}
.nh-home-style-gallery-mosaic .nh-home-gallery-carousel__item:nth-child(6n+4){grid-column:span 2}

/* Video variants */
.nh-home-style-videos-grid .nh-home-video-rail__viewport,
.nh-home-style-videos-featured .nh-home-video-rail__viewport{overflow:visible}
.nh-home-style-videos-grid .nh-home-video-rail__track{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px!important;transform:none!important;padding:0!important}
.nh-home-style-videos-grid .nh-home-video-card{width:auto!important;flex:none!important}
.nh-home-style-videos-grid .nh-home-video-rail__arrow,
.nh-home-style-videos-featured .nh-home-video-rail__arrow{display:none!important}
.nh-home-style-videos-featured .nh-home-video-rail__track{display:grid!important;grid-template-columns:1.45fr 1fr 1fr;gap:14px!important;transform:none!important;padding:0!important}
.nh-home-style-videos-featured .nh-home-video-card{width:auto!important;flex:none!important}
.nh-home-style-videos-featured .nh-home-video-card:first-child{grid-row:span 2}
.nh-home-style-videos-featured .nh-home-video-card:first-child .nh-home-video-card__media{height:100%;min-height:390px}

/* Final CTA variants */
.nh-home-style-final-minimal .nh-home-final__card{background:transparent!important;border:1px solid rgba(18,84,122,.14);box-shadow:none!important;color:var(--nh-navy)}
.nh-home-style-final-minimal .nh-home-final__card :is(h2,p){color:inherit}
.nh-home-style-final-navy .nh-home-final__card{background:linear-gradient(135deg,#062e52,#0a5f95)!important;color:#fff;border-color:transparent}
.nh-home-style-final-navy .nh-home-final__card :is(h2,p){color:#fff}

/* Custom section renderer */
.nh-home-custom{background:#f7fafc}
.nh-home-custom__card{position:relative;display:grid;grid-template-columns:minmax(0,1fr);overflow:hidden;border:1px solid rgba(23,81,116,.12);border-radius:30px;background:#fff;box-shadow:0 20px 55px rgba(8,47,87,.09)}
.nh-home-custom__copy{padding:42px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}
.nh-home-custom__copy h2{margin:7px 0 12px;color:var(--nh-navy);font-size:clamp(30px,4vw,48px);line-height:1.15}
.nh-home-custom__text{color:var(--nh-muted);line-height:1.9;font-size:14px;max-width:820px}
.nh-home-custom__text p:first-child{margin-top:0}.nh-home-custom__text p:last-child{margin-bottom:0}
.nh-home-custom__copy>.nh-btn{margin-top:20px}
.nh-home-custom__media{min-height:350px;background:#dfeaf1;overflow:hidden;position:relative}
.nh-home-custom__media>img{width:100%;height:100%;min-height:350px;object-fit:cover;display:block}
.nh-home-custom__video iframe,.nh-home-custom__video video{display:block;width:100%;min-height:430px;border:0;background:#041d32}
.nh-home-custom__video>a{position:relative;display:block;min-height:380px}.nh-home-custom__video>a img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.nh-home-custom__video>a span{position:absolute;inset:50% auto auto 50%;translate:-50% -50%;width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.9);color:#0b5f97;font-size:26px;box-shadow:0 18px 50px rgba(2,27,48,.28)}
.nh-home-custom--image .nh-home-custom__card,.nh-home-custom--video .nh-home-custom__card{grid-template-columns:1fr 1fr}
.nh-home-custom--image .nh-home-custom__media,.nh-home-custom--video .nh-home-custom__media{order:2}
.nh-home-custom__cards{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px}
.nh-home-custom__cards>article{padding:20px;border:1px solid #d9e6ee;border-radius:18px;background:#f8fbfd;box-shadow:0 9px 25px rgba(8,47,87,.05)}
.nh-home-custom__cards b{display:block;color:var(--nh-navy);font-size:17px}.nh-home-custom__cards p{color:var(--nh-muted);font-size:12px;line-height:1.7}.nh-home-custom__cards a{font-weight:900;color:var(--nh-blue);font-size:11px;text-decoration:none}
.nh-home-custom--cta .nh-home-custom__copy{align-items:center;text-align:center;padding-block:56px}.nh-home-custom--cta .nh-home-custom__text{max-width:700px}
.nh-home-custom--style-navy{background:#072f52}.nh-home-custom--style-navy .nh-home-custom__card{background:linear-gradient(135deg,#052c4e,#0a5b8d);border-color:rgba(255,255,255,.1)}.nh-home-custom--style-navy .nh-home-custom__copy :is(h2,.nh-home-custom__text){color:#fff}.nh-home-custom--style-navy .nh-kicker{color:#efc76d}
.nh-home-custom--style-glass{background:linear-gradient(145deg,#e7f2f8,#f7fafc)}.nh-home-custom--style-glass .nh-home-custom__card{background:rgba(255,255,255,.68);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-color:rgba(255,255,255,.95)}
.nh-home-custom--style-split .nh-home-custom__card{border-radius:18px}.nh-home-custom--style-split .nh-home-custom__copy{padding:50px}
.nh-home-custom--style-boxed .nh-container{max-width:980px}.nh-home-custom--style-boxed .nh-home-custom__card{border-radius:24px}

@media(max-width:980px){
  .nh-home-style-best-poster .nh-best-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nh-home-style-gallery-grid .nh-home-gallery-carousel__track,.nh-home-style-gallery-mosaic .nh-home-gallery-carousel__track{grid-template-columns:repeat(3,minmax(0,1fr))}
  .nh-home-style-videos-grid .nh-home-video-rail__track{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nh-home-style-videos-featured .nh-home-video-rail__track{grid-template-columns:1fr 1fr}
  .nh-home-style-videos-featured .nh-home-video-card:first-child{grid-column:1/-1;grid-row:auto}.nh-home-style-videos-featured .nh-home-video-card:first-child .nh-home-video-card__media{min-height:330px}
  .nh-home-custom--image .nh-home-custom__card,.nh-home-custom--video .nh-home-custom__card{grid-template-columns:1fr}
  .nh-home-custom--image .nh-home-custom__media,.nh-home-custom--video .nh-home-custom__media{order:-1}
  .nh-home-custom__cards{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:780px){
  .nh-home-style-hero-immersive .nh-home-cinematic{min-height:690px}.nh-home-style-hero-immersive .nh-home-cinematic__inner{padding-bottom:34px}
  .nh-home-style-fleet-editorial .nh-home-boat-slide__media{min-height:245px}.nh-home-style-fleet-editorial .nh-home-boat-slide__body h3{font-size:25px}
  .nh-home-style-romantic-overlay .nh-home-romantic__split article{min-height:390px}.nh-home-style-romantic-overlay .nh-home-romantic__split article>div:last-child{padding:26px 20px;text-align:center}
  .nh-home-style-best-poster .nh-best-offer-grid{grid-template-columns:1fr}.nh-home-style-best-poster .nh-best-offer-grid .nh-fleet-card__media{height:300px}
  .nh-home-style-river-overlay .nh-home-river__copy,.nh-home-style-corporate-overlay .nh-home-corporate__copy{min-height:430px;max-width:none;padding:30px 22px;text-align:center;align-items:center}.nh-home-style-river-overlay .nh-home-river__media::after,.nh-home-style-corporate-overlay .nh-home-corporate__media::after{background:linear-gradient(0deg,rgba(4,35,62,.94),rgba(4,35,62,.3) 80%)}
  .nh-home-style-gallery-grid .nh-home-gallery-carousel__track,.nh-home-style-gallery-mosaic .nh-home-gallery-carousel__track{grid-template-columns:1fr 1fr}.nh-home-style-gallery-grid .nh-home-gallery-carousel__item{height:170px}.nh-home-style-gallery-mosaic .nh-home-gallery-carousel__track{grid-auto-rows:135px}.nh-home-style-gallery-mosaic .nh-home-gallery-carousel__item:nth-child(6n+1){grid-column:span 2;grid-row:span 1}.nh-home-style-gallery-mosaic .nh-home-gallery-carousel__item:nth-child(6n+4){grid-column:auto}
  .nh-home-style-videos-grid .nh-home-video-rail__track,.nh-home-style-videos-featured .nh-home-video-rail__track{grid-template-columns:1fr}.nh-home-style-videos-featured .nh-home-video-card:first-child{grid-column:auto}.nh-home-style-videos-featured .nh-home-video-card:first-child .nh-home-video-card__media{min-height:220px}
  .nh-home-custom__copy{padding:28px 20px;text-align:center;align-items:center}.nh-home-custom__media,.nh-home-custom__media>img{min-height:260px}.nh-home-custom__video iframe,.nh-home-custom__video video{min-height:260px}.nh-home-custom__cards{grid-template-columns:1fr;width:100%}
}
@media(max-width:480px){
  .nh-home-style-gallery-grid .nh-home-gallery-carousel__track,.nh-home-style-gallery-mosaic .nh-home-gallery-carousel__track{gap:7px!important}.nh-home-style-gallery-grid .nh-home-gallery-carousel__item{height:145px}.nh-home-style-gallery-mosaic .nh-home-gallery-carousel__track{grid-auto-rows:120px}
  .nh-home-custom__card{border-radius:22px}.nh-home-custom__copy h2{font-size:30px}.nh-home-custom__text{font-size:13px}
}

/* v8.6.1 — governed offer discounts */
.nh-price-display{display:inline-flex;align-items:baseline;gap:7px;flex-wrap:wrap}.nh-price-display small{font-size:.72em;color:inherit;opacity:.72}.nh-price-display em{font-style:normal;font-size:.68em;font-weight:900;padding:4px 7px;border-radius:999px;background:var(--nh-gold);color:var(--nh-navy)}.nh-price-display strong{font-weight:900}.nh-price-display del{font-size:.78em;opacity:.58;text-decoration-thickness:1.5px}.nh-home-boat-slide__price .nh-price-display{justify-content:center}.nh-offer-price-chip .nh-price-display{display:inline-flex}.nh-offer-price-chip .nh-price-display em{background:#f0cd74;color:#052b49}.nh-offer-price-chip .nh-price-display del{color:#fff}.nh-fleet-card__foot .nh-price-display{display:grid;gap:2px}.nh-fleet-card__foot .nh-price-display em{width:max-content;font-size:7px}.nh-fleet-card__foot .nh-price-display del{font-size:10px;color:#8197a7}
@media(max-width:780px){.nh-price-display{gap:5px}.nh-price-display em{font-size:.62em;padding:3px 6px}.nh-price-display del{font-size:.72em}}
