/* Nile Experience Exact Elementor isolation layer */
body.ne-exact-home { --e-global-color-primary: #102f43; --e-global-color-secondary: #262a2d; --e-global-color-text: #262a2d; --e-global-color-accent: #b58a47; }
body.ne-exact-home .nehm-main,
body.ne-exact-home .nehm-main > .elementor,
body.ne-exact-home .nehm-main .nehm-exact-root { width:100% !important; max-width:none !important; margin:0 !important; padding:0 !important; gap:0 !important; }
body.ne-exact-home .nehm-main .nehm-exact-root { display:flex !important; flex-direction:column !important; }
body.ne-exact-home .elementor-widget-nehm_exact_section,
body.ne-exact-home .elementor-widget-nehm_exact_section > .elementor-widget-container { display:block !important; width:100% !important; max-width:none !important; margin:0 !important; padding:0 !important; border:0 !important; outline:0 !important; box-shadow:none !important; background:transparent !important; }
body.ne-exact-home .elementor-widget-nehm_exact_section:before,
body.ne-exact-home .elementor-widget-nehm_exact_section:after { display:none !important; }
body.ne-exact-home .nehm-main img { border:0 !important; outline:0 !important; box-shadow:none !important; background:transparent !important; }
body.ne-exact-home .site-header, body.ne-exact-home .site-header a, body.ne-exact-home .desktop-nav a, body.ne-exact-home .header-cta { color:#fff !important; }
body.ne-exact-home .site-header.is-scrolled, body.ne-exact-home .site-header.is-scrolled a, body.ne-exact-home .site-header.is-scrolled .desktop-nav a, body.ne-exact-home .site-header.is-scrolled .header-cta { color:#fff !important; }
body.ne-exact-home .destination, body.ne-exact-home .destination:hover, body.ne-exact-home .destination:focus { border:0 !important; outline:0 !important; box-shadow:none !important; background:#102f43 !important; color:#fff !important; }
body.ne-exact-home .destination__copy small { color:#d8bf8b !important; }
body.ne-exact-home .destination__copy strong, body.ne-exact-home .destination__copy em { color:#fff !important; }
body.ne-exact-home .whatsapp { color:#d8bf8b !important; border-color:#b58a47 !important; background:#102f43 !important; }
body.ne-exact-home .whatsapp:hover { color:#d8bf8b !important; background:#0b2636 !important; }
body.ne-exact-home.admin-bar .site-header { top:32px; }
body.ne-exact-home.admin-bar .mobile-menu { padding-top:32px; }
body.elementor-editor-active .loader, body.elementor-editor-preview .loader { display:none !important; }
body.elementor-editor-active .reveal, body.elementor-editor-active .reveal-media, body.elementor-editor-preview .reveal, body.elementor-editor-preview .reveal-media { opacity:1 !important; transform:none !important; }

:root {
  --ivory: #f7f3ea;
  --warm-white: #fcfaf5;
  --limestone: #e9e0d1;
  --papyrus: #ddd0ba;
  --deep: #102f43;
  --deep-2: #0b2636;
  --gold: #b58a47;
  --gold-light: #d8bf8b;
  --charcoal: #262a2d;
  --muted: #666b6e;
  --line: rgba(16, 47, 67, .17);
  --shell: 1220px;
  --radius: 3px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--ivory);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.72;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea, select { font: inherit; }

.shell {
  width: min(calc(100% - 64px), var(--shell));
  margin-inline: auto;
}

h1, h2, h3, blockquote {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: -.025em;
}
h1 {
  max-width: 780px;
  font-size: clamp(4rem, 6vw, 5rem);
  line-height: .96;
  color: #fff;
}
h1 em { color: #f0d9a7; font-style: normal; }
h2 { font-size: clamp(2.85rem, 4.4vw, 3.6rem); line-height: 1.04; }
h3 { font-size: clamp(2rem, 2.5vw, 2.65rem); line-height: 1.08; }
p { margin: 0; }
.lead { font-size: clamp(1.22rem, 1.7vw, 1.48rem); line-height: 1.58; }
.eyebrow {
  margin-bottom: 22px;
  color: var(--gold);
  font-size: .68rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow--light { color: var(--gold-light); }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 15px 27px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .03em;
  transition: transform .3s var(--ease), background .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button--gold { color: #fff; background: var(--gold); }
.button--gold:hover { background: #a57b3e; }
.button--ghost { color: #fff; border-color: rgba(255,255,255,.64); background: rgba(16,47,67,.08); backdrop-filter: blur(6px); }
.button--ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.button--outline-gold { color: #fff; border-color: var(--gold); }
.button--outline-gold:hover { color: var(--deep); background: var(--gold-light); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.actions--center { justify-content: center; }
.text-link {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  margin-top: 30px;
  color: var(--deep);
  font-size: .83rem;
  font-weight: 600;
  letter-spacing: .025em;
}
.text-link span { transition: transform .25s var(--ease); }
.text-link:hover span { transform: translateX(5px); }
.text-link--light { color: #fff; }

.loader {
  position: fixed;
  z-index: 5000;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--deep-2);
  transition: opacity .55s ease, visibility .55s ease;
}
.loader.is-complete { opacity: 0; visibility: hidden; pointer-events: none; }
.loader__inner { width: min(265px, 62vw); }
.loader__inner img { filter: brightness(0) invert(1); }
.loader__line {
  display: block;
  width: 0;
  height: 1px;
  margin-top: 20px;
  background: var(--gold);
  animation: loader-line 1.15s var(--ease) forwards;
}
@keyframes loader-line { to { width: 100%; } }

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  transition: background .35s ease, box-shadow .35s ease;
}
.site-header.is-scrolled { background: rgba(11,38,54,.97); box-shadow: 0 8px 35px rgba(3,18,26,.14); }
.site-header__inner { min-height: 94px; display: flex; align-items: center; gap: 32px; }
.brand { width: 205px; flex: 0 0 auto; }
.brand img { filter: brightness(0) invert(1); }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a {
  position: relative;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .025em;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 1px;
  background: var(--gold-light);
  transition: width .28s ease;
}
.desktop-nav a:hover::after { width: 100%; }
.header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 18px;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .03em;
}
.header-cta:hover { color: var(--deep); background: var(--gold-light); }
.menu-toggle { display: none; width: 48px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 7px auto; background: #fff; transition: transform .3s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  z-index: 950;
  inset: 0;
  display: none;
  overflow-y: auto;
  color: #fff;
  background: var(--deep-2);
}
.mobile-menu.is-open { display: block; }
.mobile-menu__inner { min-height: 100%; padding: 140px 24px 55px; display: flex; flex-direction: column; }
.mobile-menu__inner > a { padding: 12px 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.35rem; line-height: 1.05; }
.mobile-menu__contact { display: grid; gap: 4px; margin-top: auto; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.16); font-size: .8rem; }

.hero {
  position: relative;
  min-height: min(920px, 100svh);
  display: grid;
  align-items: end;
  color: #fff;
  background: var(--deep);
}
.hero__media, .hero__shade { position: absolute; inset: 0; }
.hero__media {
  background-image: var(--nehm-bg, url("../images/luxor-sunset-hero.jpg"));
  background-size: cover;
  background-position: center;
  transform: scale(1.015);
  animation: hero-breathe 12s ease-out forwards;
}
@keyframes hero-breathe { to { transform: scale(1.045); } }
.hero__shade { background: linear-gradient(90deg, rgba(5,22,31,.8) 0%, rgba(7,27,38,.45) 52%, rgba(7,27,38,.08) 78%), linear-gradient(0deg, rgba(4,19,27,.55), transparent 52%); }
.hero__inner { position: relative; min-height: inherit; display: flex; align-items: flex-end; padding-top: 160px; padding-bottom: 92px; }
.hero__copy { max-width: 760px; }
.hero__intro { max-width: 690px; margin-top: 28px; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.35vw, 1.16rem); line-height: 1.72; }

.chapter { padding-block: clamp(104px, 10vw, 150px); }
.chapter--ivory { background: var(--ivory); }
.chapter--limestone { background: var(--limestone); }
.chapter--papyrus { background: #ded2be; }
.chapter--deep { color: #fff; background: var(--deep-2); }

.philosophy__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(70px, 10vw, 150px); align-items: end; }
.philosophy__statement h2 { max-width: 780px; }
.philosophy__body { max-width: 500px; }
.philosophy__body .lead { margin-bottom: 24px; }
.philosophy__body > p:not(.lead) { color: var(--muted); }

.image-essay { position: relative; min-height: 780px; display: flex; align-items: end; overflow: hidden; color: #fff; background: var(--deep); }
.image-essay__media { position: absolute; inset: 0; }
.image-essay__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,29,41,.82), rgba(7,29,41,.02) 65%); }
.image-essay__media img { height: 100%; object-fit: cover; }
.image-essay__copy { position: relative; padding-bottom: 90px; }
.image-essay__copy h2 { max-width: 760px; }
.image-essay__copy p:last-child { max-width: 690px; margin-top: 24px; color: rgba(255,255,255,.83); }

.section-heading { margin-bottom: 70px; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .58fr); gap: 80px; align-items: end; }
.section-heading h2 { max-width: 760px; }
.section-heading > p { color: var(--muted); }

.destination-editorial { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: repeat(2, 370px); gap: 18px; }
.destination { position: relative; overflow: hidden; color: #fff; background: var(--deep); }
.destination--large { grid-row: 1 / span 2; }
.destination img { height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.destination:hover img { transform: scale(1.035); }
.destination__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,22,31,.78), rgba(4,22,31,.08) 60%); }
.destination__copy { position: absolute; inset: auto 34px 32px; display: grid; gap: 8px; }
.destination__copy small { color: var(--gold-light); font-size: .68rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.destination__copy strong { max-width: 520px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.95rem, 3vw, 3.1rem); font-weight: 500; line-height: 1.02; }
.destination__copy em { font-size: .74rem; font-style: normal; font-weight: 600; }
.destination-index { margin-top: 62px; border-top: 1px solid var(--line); }
.destination-index a { display: grid; grid-template-columns: 50px 210px 1fr 30px; gap: 18px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); }
.destination-index span { color: var(--gold); font-size: .68rem; }
.destination-index strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.75rem; font-weight: 500; }
.destination-index em { color: var(--muted); font-size: .85rem; font-style: normal; }
.destination-index b { font-weight: 500; transition: transform .25s ease; }
.destination-index a:hover b { transform: translateX(5px); }

.explained__grid { display: grid; grid-template-columns: .82fr 1.18fr; grid-template-areas: "intro image" "list image"; gap: 68px 92px; align-items: start; }
.explained__intro { grid-area: intro; }
.explained__intro h2 { line-height: 1.22; }
.explained__intro p:not(.eyebrow) { max-width: 480px; margin-top: 24px; color: rgba(255,255,255,.69); }
.explained__image { grid-area: image; align-self: stretch; min-height: 690px; overflow: hidden; }
.explained__image img { height: 100%; object-fit: cover; }
.insight-list { grid-area: list; border-top: 1px solid rgba(255,255,255,.18); }
.insight-list a { display: grid; grid-template-columns: 38px 1fr auto; gap: 18px; align-items: start; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.insight-list span, .insight-list b { color: var(--gold-light); font-size: .68rem; font-weight: 500; }
.insight-list strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.45rem; font-weight: 500; line-height: 1.36; }

.journey-feature { position: relative; min-height: 650px; overflow: hidden; color: #fff; background: var(--deep); }
.journey-feature > img { height: 650px; object-fit: cover; }
.journey-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,26,37,.84), rgba(6,26,37,.1) 68%); }
.journey-feature__panel { position: absolute; z-index: 1; left: clamp(34px, 5vw, 70px); bottom: clamp(34px, 5vw, 65px); max-width: 560px; }
.journey-feature__panel p:not(.eyebrow) { margin-top: 20px; color: rgba(255,255,255,.8); }
.journey-pair { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(40px, 8vw, 110px); margin-top: 86px; }
.journey-card--offset { margin-top: 96px; }
.journey-card__image { aspect-ratio: 4 / 3; overflow: hidden; margin-bottom: 30px; }
.journey-card__image img { height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.journey-card:hover img { transform: scale(1.03); }
.journey-card p:not(.eyebrow) { max-width: 520px; margin-top: 17px; color: var(--muted); }

.nile-interlude { position: relative; min-height: 760px; display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--deep); }
.nile-interlude__media, .nile-interlude__shade { position: absolute; inset: 0; }
.nile-interlude__media { background-image: var(--nehm-bg, url("../images/nayera-exterior-hero.jpg")); background-position: center; background-size: cover; background-repeat: no-repeat; }
.nile-interlude__shade { background: linear-gradient(0deg, rgba(5,24,34,.8), rgba(5,24,34,.08) 68%); }
.nile-interlude__copy { position: relative; padding-bottom: 86px; }
.nile-interlude__copy h2 { max-width: 760px; }
.nile-interlude__copy p:last-child { max-width: 640px; margin-top: 22px; color: rgba(255,255,255,.8); }

.boats__grid { display: grid; gap: 112px; }
.boat-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.boat-card--reverse { grid-template-columns: .8fr 1.2fr; }
.boat-card--reverse .boat-card__image { order: 2; }
.boat-card__image { min-height: 530px; overflow: hidden; }
.boat-card__image img { height: 530px; object-fit: cover; transition: transform 1s var(--ease); }
.boat-card:hover img { transform: scale(1.03); }
.boat-card__copy p:not(.eyebrow) { margin-top: 18px; color: #555b5f; }

.people__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(65px, 10vw, 140px); align-items: center; }
.people__portrait { min-height: 620px; overflow: hidden; }
.people__portrait img { height: 620px; object-fit: cover; object-position: center; }
.people__copy { max-width: 650px; }
.people__copy blockquote { margin-top: 35px; color: var(--deep); font-size: clamp(2rem, 3vw, 3rem); line-height: 1.12; }
.people__copy > p:not(.eyebrow) { max-width: 580px; margin-top: 30px; color: var(--muted); }

.academy__grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 64px; align-items: stretch; }
.academy__cover { position: relative; min-height: 700px; overflow: hidden; color: #fff; background: var(--deep); }
.academy__cover img { height: 700px; object-fit: cover; }
.academy__cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,26,37,.88), rgba(6,26,37,.03) 70%); }
.academy__cover-copy { position: absolute; z-index: 1; right: 48px; bottom: 48px; left: 48px; }
.academy__cover-copy p:last-child { max-width: 590px; margin-top: 18px; color: rgba(255,255,255,.79); }
.academy__links { align-self: center; border-top: 1px solid var(--line); }
.academy__links a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.academy__links span { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.65rem; line-height: 1.1; }
.academy__links b { color: var(--gold); font-weight: 500; transition: transform .25s ease; }
.academy__links a:hover b { transform: translateX(5px); }

.concierge__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px, 10vw, 140px); align-items: center; }
.concierge__copy h2 { max-width: 620px; }
.concierge__copy > p:not(.eyebrow) { max-width: 520px; margin-top: 23px; color: rgba(255,255,255,.72); }
.concierge__copy .button { margin-top: 32px; }
.concierge__copy small { display: block; max-width: 520px; margin-top: 20px; color: rgba(255,255,255,.48); font-size: .68rem; line-height: 1.6; }
.conversation { padding: 34px; color: var(--charcoal); background: var(--warm-white); border-radius: 4px; box-shadow: 0 28px 75px rgba(0,0,0,.24); }
.conversation__head { display: flex; align-items: center; gap: 14px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.conversation__mark { display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: var(--deep); font-size: .72rem; font-weight: 600; }
.conversation__head div { display: grid; }
.conversation__head strong { font-size: .84rem; }
.conversation__head small { color: var(--muted); font-size: .66rem; }
.conversation__message { max-width: 82%; margin-top: 22px; padding: 15px 17px; border-radius: 3px; font-size: .82rem; line-height: 1.65; }
.conversation__message--guest { margin-left: auto; color: #fff; background: var(--deep); }
.conversation__message--ai { background: #ece6dc; }
.conversation__prompts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.conversation__prompts button { padding: 9px 12px; color: var(--deep); border: 1px solid rgba(16,47,67,.24); border-radius: 3px; background: transparent; font-size: .67rem; cursor: pointer; }

.story__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.story__quote blockquote { color: var(--deep); font-size: clamp(2.2rem, 3.5vw, 3.8rem); line-height: 1.08; }
.story__credit { margin-top: 28px; color: var(--muted); font-size: .75rem; }
.story__image { min-height: 590px; overflow: hidden; }
.story__image img { height: 590px; object-fit: cover; }

.planning { position: relative; min-height: 720px; display: grid; place-items: center; overflow: hidden; color: #fff; text-align: center; background: var(--deep); }
.planning__media, .planning__shade { position: absolute; inset: 0; }
.planning__media { background-image: var(--nehm-bg, url("../images/luxor-hatshepsut-hero.jpg")); background-position: center; background-size: cover; background-repeat: no-repeat; }
.planning__shade { background: rgba(5,25,36,.73); }
.planning__copy { position: relative; max-width: 850px; }
.planning__copy p:not(.eyebrow) { max-width: 680px; margin: 24px auto 0; color: rgba(255,255,255,.82); }

.site-footer { padding: 110px 0 30px; color: rgba(255,255,255,.73); background: #071e2b; }
.site-footer__lead { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; padding-bottom: 80px; border-bottom: 1px solid rgba(255,255,255,.14); }
.site-footer__lead h2 { max-width: 760px; color: #fff; }
.site-footer__grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 56px; padding: 68px 0; }
.site-footer__brand img { width: 215px; filter: brightness(0) invert(1); }
.site-footer__brand p { max-width: 380px; margin-top: 22px; font-size: .78rem; }
.site-footer h3 { margin: 0 0 20px; color: #fff; font-family: "Manrope", Arial, sans-serif; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.site-footer__grid > div:not(.site-footer__brand) { display: flex; flex-direction: column; gap: 9px; }
.site-footer__grid a, .site-footer__grid span { font-size: .76rem; }
.site-footer__grid a:hover { color: #fff; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: .65rem; }

.whatsapp {
  position: fixed;
  z-index: 900;
  right: 25px;
  bottom: 25px;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: var(--gold-light);
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: var(--deep);
  box-shadow: 0 12px 30px rgba(5,25,36,.25);
  transition: transform .25s ease, background .25s ease;
}
.whatsapp:hover { transform: translateY(-3px); background: var(--deep-2); }
.whatsapp svg { width: 27px; height: 27px; }

.reveal, .reveal-media { opacity: 0; transform: translateY(12px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal-media { transform: translateY(12px) scale(1.004); }
.reveal.is-visible, .reveal-media.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: .66rem; }
  .brand { width: 185px; }
  .section-heading--split { gap: 50px; }
  .explained__grid { gap: 55px; }
  .academy__grid { grid-template-columns: 1.15fr .85fr; }
}

@media (max-width: 940px) {
  body { font-size: 17px; }
  .shell { width: min(calc(100% - 48px), var(--shell)); }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-header__inner { min-height: 82px; }
  .brand { width: 190px; }
  .hero__inner { padding-bottom: 74px; }
  .philosophy__grid, .section-heading--split, .people__grid, .story__grid, .concierge__grid { grid-template-columns: 1fr; }
  .philosophy__grid, .people__grid, .story__grid, .concierge__grid { gap: 62px; }
  .section-heading--split { gap: 24px; }
  .section-heading--split > p { max-width: 660px; }
  .destination-editorial { grid-template-rows: repeat(2, 310px); }
  .explained__grid { grid-template-columns: 1fr; grid-template-areas: "intro" "image" "list"; }
  .explained__image { min-height: 520px; }
  .boat-card, .boat-card--reverse { grid-template-columns: 1fr; gap: 40px; }
  .boat-card--reverse .boat-card__image { order: 0; }
  .academy__grid { grid-template-columns: 1fr; }
  .academy__links { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 30px; }
  .site-footer__grid { grid-template-columns: 1.4fr repeat(2,1fr); }
  .site-footer__grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 700px) {
  body { font-size: 16.5px; }
  .shell { width: min(calc(100% - 40px), var(--shell)); }
  h1 { font-size: clamp(2.75rem, 14vw, 3.35rem); line-height: .98; }
  h2 { font-size: clamp(2.3rem, 11vw, 2.75rem); line-height: 1.03; }
  h3 { font-size: clamp(1.85rem, 8.5vw, 2.2rem); }
  .chapter { padding-block: 78px; }
  .site-header__inner { min-height: 74px; }
  .brand { width: 170px; }
  .hero { min-height: 760px; }
  .hero__inner { align-items: flex-end; padding-top: 120px; padding-bottom: 74px; }
  .hero__shade { background: linear-gradient(0deg, rgba(5,22,31,.84), rgba(7,27,38,.1) 72%), linear-gradient(90deg, rgba(5,22,31,.5), transparent); }
  .hero__intro { margin-top: 22px; line-height: 1.62; }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .button { width: 100%; }
  .philosophy__grid { gap: 46px; }
  .image-essay { min-height: 650px; }
  .image-essay__copy { padding-bottom: 58px; }
  .section-heading { margin-bottom: 46px; }
  .destination-editorial { display: grid; grid-template-columns: 1fr; grid-template-rows: none; gap: 14px; }
  .destination, .destination--large { grid-row: auto; min-height: 430px; }
  .destination__copy { inset: auto 24px 24px; }
  .destination-index { margin-top: 42px; }
  .destination-index a { grid-template-columns: 38px 1fr 24px; gap: 10px; }
  .destination-index em { grid-column: 2; }
  .explained__image { min-height: 430px; }
  .insight-list a { grid-template-columns: 28px 1fr; }
  .insight-list b { grid-column: 2; }
  .explained__intro h2 { line-height: 1.18; }
  .insight-list strong { line-height: 1.26; }
  .journey-feature, .journey-feature > img { min-height: 560px; height: 560px; }
  .journey-feature::after { background: linear-gradient(0deg, rgba(6,26,37,.88), rgba(6,26,37,.08) 80%); }
  .journey-feature__panel { right: 24px; left: 24px; bottom: 28px; }
  .journey-pair { grid-template-columns: 1fr; gap: 58px; margin-top: 60px; }
  .journey-card--offset { margin-top: 0; }
  .nile-interlude { min-height: 650px; }
  .nile-interlude__copy { padding-bottom: 58px; }
  .boats__grid { gap: 76px; }
  .boat-card__image, .boat-card__image img { min-height: 390px; height: 390px; }
  .people__portrait, .people__portrait img { min-height: 470px; height: 470px; }
  .academy__cover, .academy__cover img { min-height: 610px; height: 610px; }
  .academy__cover-copy { right: 24px; bottom: 25px; left: 24px; }
  .academy__links { grid-template-columns: 1fr; }
  .conversation { padding: 22px; }
  .conversation__message { max-width: 92%; }
  .story__image, .story__image img { min-height: 430px; height: 430px; }
  .planning { min-height: 650px; }
  .site-footer { padding-top: 78px; }
  .site-footer__lead { grid-template-columns: 1fr; gap: 34px; padding-bottom: 58px; }
  .site-footer__lead .button { width: fit-content; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; padding: 52px 0; }
  .site-footer__brand { grid-column: 1 / -1; }
  .site-footer__grid > div:last-child { grid-column: 1 / -1; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp { right: 16px; bottom: 16px; width: 52px; height: 52px; }
}

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

/* Exact mobile boat framing: show the complete 16:9 boat photograph. */
@media (max-width:700px) {
  body.ne-exact-home .boat-card__image { min-height:0 !important; height:auto !important; aspect-ratio:16 / 9; background:#ddd0ba !important; }
  body.ne-exact-home .boat-card__image img { min-height:0 !important; width:100% !important; height:100% !important; object-fit:cover !important; object-position:center !important; }
}
@media (max-width:782px) {
  body.ne-exact-home.admin-bar .site-header { top:46px; }
  body.ne-exact-home.admin-bar .mobile-menu { padding-top:46px; }
}
