/* NOW JOURNEY MOBILE UX BUILD: 2026-08-21 IGC 10-DAY FLAGSHIP STANDARD */
/* Mobile conversion and accessibility enhancements for Italy's Great Cities. */
#mobilemenu { display: none !important; }

.nj-hero__route {
  max-width: 760px;
  margin: -8px 0 22px;
  color: rgba(255,255,255,.88);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

.nj-hero__reassurance {
  margin: 13px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 600;
}

.nj-decision-trust {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 1px;
  overflow: hidden;
  margin: 32px 0 0;
  border: 1px solid rgba(23,63,73,.12);
  border-radius: 18px;
  background: rgba(23,63,73,.12);
}

.nj-decision-trust span {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: #fffdf8;
  color: var(--nj-deep);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.nj-complete-transition__inner {
  grid-template-columns: minmax(0,1fr) 280px;
  gap: clamp(64px,8vw,112px);
  align-items: center;
}

.nj-complete-transition__copy {
  width: 100%;
  max-width: 940px;
}

.nj-complete-transition__download {
  width: 280px;
  max-width: 100%;
  justify-self: end;
  padding: 20px;
  border: 1px solid rgba(23,63,73,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.38);
}

.nj-complete-transition__download p {
  margin: 0 0 16px;
  color: #6e7c7f;
  font-size: 13px;
  line-height: 1.55;
}

.nj-complete-transition__download .nj-button {
  width: 100%;
  min-height: 46px;
  padding: 10px 13px;
  font-size: 11px;
  letter-spacing: .04em;
  text-align: center;
}

@media (max-width: 1000px) {
  .nj-complete-transition__inner { grid-template-columns: 1fr; gap: 26px; }
  .nj-complete-transition__download { width: min(100%,520px); justify-self: start; }
}

.nj-mobile-edition-toggle,
.nj-itinerary-mobile-controls,
.nj-chapter-toggle,
.nj-route-progress,
.nj-year-tabs,
.nj-season-toggle { display: none; }

.nj-mobile-chapter-nights { display: none; }

.nj-bookbar__mobile-actions { display: none !important; }

@media (max-width: 767px) {
  :root {
    --nj-page-nav-height: 56px;
    --nj-anchor-clearance: 76px;
  }

  .nj-tour {
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-x: clip;
  }

  .nj-tour p,
  .nj-tour li { font-size: max(16px,1rem); }

  .nj-page-anchor,
  .nj-itinerary-chapter,
  #overview,
  #why,
  #complete-journey,
  #hotels,
  #dates,
  #faq,
  #proposal { scroll-margin-top: var(--nj-anchor-clearance); }

  .nj-hero {
    min-height: 0;
    height: auto;
    align-items: stretch;
    /* Mobile photo: Wolfgang Weiser / Pexels 17565287 — https://www.pexels.com/photo/panoramic-view-from-piazzale-michelangelo-florence-italy-17565287/ — https://www.pexels.com/license/ */
    background-image:
      url('/images/igc-mobile-hero-florence-duomo.jpg'),
      url('/images/italy-cinematic-pause.png');
    background-size: cover, cover;
    background-position: 50% 12%, 56% center;
    background-repeat: no-repeat;
  }

  .nj-hero::after {
    background: linear-gradient(0deg,rgba(5,30,38,.86) 0%,rgba(5,30,38,.66) 60%,rgba(5,30,38,.20) 100%);
  }

  .nj-hero__content {
    padding: 64px 0 34px;
  }

  .nj-hero__inner { max-width: none; }

  .nj-hero .nj-eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.35;
  }

  .nj-hero h1 {
    max-width: 350px;
    margin-bottom: 12px;
    font-size: clamp(46px,14vw,60px);
    letter-spacing: -.05em;
    line-height: .92;
    text-wrap: balance;
  }

  .nj-hero__subhead {
    margin-bottom: 9px;
    font-size: clamp(18px,5vw,21px);
    line-height: 1.35;
  }

  .nj-hero__route {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.45;
  }

  .nj-hero .nj-trust {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 7px;
    margin: 0 0 18px;
  }

  .nj-hero .nj-trust li {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 10px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 12px;
    font-size: 11px;
    letter-spacing: .035em;
    line-height: 1.3;
    text-align: left;
  }

  .nj-hero .nj-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .nj-hero .nj-button {
    min-height: 50px;
    padding: 12px 15px;
    font-size: 12px;
    line-height: 1.25;
    white-space: normal;
  }

  .nj-hero__reassurance {
    margin-top: 11px;
    font-size: 13px;
    text-align: center;
  }

  .nj-glance__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .nj-glance__item {
    min-height: 86px;
    padding: 17px 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    text-align: left;
  }

  .nj-glance strong {
    font-size: 14px;
    line-height: 1.3;
  }

  .nj-glance span {
    display: block;
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.35;
  }

  .nj-journey-selector.is-mobile-edition-enhanced {
    padding: 24px 0;
  }

  .nj-mobile-edition-toggle {
    display: grid;
    width: 100%;
    min-height: 64px;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 13px 15px;
    border: 1px solid rgba(23,63,73,.18);
    border-radius: 16px;
    background: #fff;
    color: var(--nj-deep);
    font: 700 15px/1.35 "DM Sans",Arial,sans-serif;
    text-align: left;
    cursor: pointer;
  }

  .nj-mobile-edition-toggle small {
    display: block;
    margin-top: 3px;
    color: #8b5b12;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .nj-mobile-edition-toggle::after {
    content: "+";
    font-size: 24px;
    font-weight: 400;
  }

  .nj-mobile-edition-toggle[aria-expanded="true"]::after { content: "−"; }

  .nj-mobile-edition-toggle:focus-visible,
  .nj-chapter-toggle:focus-visible,
  .nj-itinerary-mobile-controls button:focus-visible,
  .nj-route-progress button:focus-visible,
  .nj-year-tabs button:focus-visible,
  .nj-season-toggle:focus-visible {
    outline: 3px solid var(--nj-gold);
    outline-offset: 3px;
  }

  .is-mobile-edition-enhanced .nj-journey-selector__head,
  .is-mobile-edition-enhanced .nj-journey-grid { display: none; }

  .is-mobile-edition-enhanced.is-open .nj-journey-selector__head,
  .is-mobile-edition-enhanced.is-open .nj-journey-grid { display: grid; }

  .is-mobile-edition-enhanced.is-open .nj-journey-selector__head { margin: 24px 0 18px; }
  .is-mobile-edition-enhanced.is-open .nj-journey-selector__head h2 { font-size: 34px; }
  .is-mobile-edition-enhanced.is-open .nj-journey-selector__head p { font-size: 16px; }
  .is-mobile-edition-enhanced.is-open .nj-journey-grid { grid-template-columns: 1fr; }

  .nj-anchorbar { top: 0; }

  .nj-anchorbar::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 34px;
    background: linear-gradient(90deg,transparent,rgba(255,253,248,.98));
    content: "";
    pointer-events: none;
  }

  .nj-anchorbar__inner {
    min-height: 56px;
    gap: 5px;
    padding: 0 38px 0 12px;
    scroll-padding-inline: 12px;
    scroll-snap-type: x proximity;
  }

  .nj-anchorbar__link {
    min-height: 48px;
    padding: 0 9px;
    font-size: 11px;
    letter-spacing: .045em;
    scroll-snap-align: start;
  }

  .nj-anchorbar__link[href="#dates"] {
    color: #754807 !important;
    font-weight: 800;
  }

  .nj-section { padding-top: 58px; padding-bottom: 58px; }
  .nj-section-head { gap: 20px; margin-bottom: 34px; }
  .nj-display { font-size: clamp(37px,11vw,48px); text-wrap: balance; }
  .nj-lede { font-size: 17px; line-height: 1.65; }

  .nj-complete-transition__download {
    width: 100%;
    padding: 20px;
    border: 1px solid rgba(23,63,73,.1);
    border-radius: 18px;
    background: rgba(255,255,255,.48);
  }

  .nj-complete-transition__download p {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .nj-journey-map__stops {
    scroll-padding-inline: 0;
    touch-action: pan-x pan-y;
  }

  html:not(.nj-mobile-ux-ready) .nj-journey-map__rail { height: auto; }

  html:not(.nj-mobile-ux-ready) .nj-journey-map__stops {
    display: grid;
    height: auto;
    overflow: visible;
    padding: 0;
  }

  html:not(.nj-mobile-ux-ready) .nj-journey-map__stop,
  html:not(.nj-mobile-ux-ready) .nj-journey-map__stop--01,
  html:not(.nj-mobile-ux-ready) .nj-journey-map__stop--02,
  html:not(.nj-mobile-ux-ready) .nj-journey-map__stop--03,
  html:not(.nj-mobile-ux-ready) .nj-journey-map__stop--04,
  html:not(.nj-mobile-ux-ready) .nj-journey-map__stop--05 {
    width: 100%;
    height: auto;
    min-height: 180px;
    margin: 0;
  }

  html:not(.nj-mobile-ux-ready) .nj-year-details > .nj-year-details__content {
    display: block !important;
  }

  .nj-journey-map__stop,
  .nj-journey-map__stop--01,
  .nj-journey-map__stop--02,
  .nj-journey-map__stop--03,
  .nj-journey-map__stop--04,
  .nj-journey-map__stop--05 {
    flex-basis: 88%;
    margin-right: 16px;
  }

  .nj-route-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 10px 0 0;
  }

  .nj-route-progress button {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .nj-route-progress button::before {
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    border-radius: 50%;
    background: rgba(23,63,73,.28);
    content: "";
  }

  .nj-route-progress button[aria-current="step"]::before {
    width: 22px;
    border-radius: 999px;
    background: var(--nj-gold);
  }

  .nj-itinerary-mobile-controls {
    display: flex;
    gap: 10px;
    padding: 16px 15px;
    border-bottom: 1px solid var(--nj-line);
    background: #fffdf8;
  }

  .nj-itinerary-mobile-controls button {
    min-height: 44px;
    flex: 1 1 0;
    padding: 9px 12px;
    border: 1px solid rgba(23,63,73,.2);
    border-radius: 999px;
    background: #fff;
    color: var(--nj-deep);
    font: 700 12px/1.2 "DM Sans",Arial,sans-serif;
    cursor: pointer;
  }

  .nj-tour .nj-itinerary-cover {
    min-height: 330px;
  }

  .nj-tour .nj-itinerary-cover__inner { padding: 46px 0 34px; }

  .nj-tour .nj-itinerary-cover h2 {
    max-width: 330px;
    font-size: clamp(48px,15vw,64px);
    line-height: .92;
    text-wrap: balance;
  }

  .nj-tour .nj-itinerary-cover__lede {
    max-width: 36ch;
    font-size: 17px;
    line-height: 1.55;
  }

  .nj-chapter-toggle {
    display: inline-flex;
    min-width: 160px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
    padding: 10px 18px;
    border: 2px solid rgba(255,255,255,.82);
    border-radius: 999px;
    background: rgba(5,30,38,.32);
    color: #fff;
    font: 700 12px/1.2 "DM Sans",Arial,sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .nj-chapter-toggle::after { content: "+"; font-size: 20px; }
  .nj-chapter-toggle[aria-expanded="true"]::after { content: "−"; }
  .nj-mobile-chapter-nights { display: inline; }
  .nj-itinerary-body[hidden] { display: none !important; }
  .nj-tour .nj-itinerary-body { padding: 54px 0; }
  .nj-tour .nj-itinerary-day { border-radius: 20px; }

  .nj-year-tabs {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 6px;
    margin: 0 0 22px;
    padding: 5px;
    border: 1px solid rgba(23,63,73,.14);
    border-radius: 14px;
    background: rgba(255,255,255,.58);
  }

  .nj-year-tabs button {
    min-height: 46px;
    padding: 9px 14px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--nj-deep);
    font: 800 14px/1.2 "DM Sans",Arial,sans-serif;
    cursor: pointer;
  }

  .nj-year-tabs button[aria-selected="true"] {
    background: var(--nj-deep);
    color: #fff;
  }

  .nj-year-details.is-tab-panel { border-radius: 20px; }
  .nj-year-details.is-tab-panel > summary { display: none; }
  .nj-year-details.is-tab-panel[hidden] { display: none !important; }
  .nj-year-details.is-tab-panel .nj-year-details__content { padding: 18px; }

  .nj-season.is-mobile-season {
    overflow: hidden;
    border: 1px solid rgba(23,63,73,.12);
    border-radius: 16px;
    background: #fff;
  }

  .nj-season.is-mobile-season > h3 { display: none; }

  .nj-season-toggle {
    display: grid;
    width: 100%;
    min-height: 56px;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 13px 15px;
    border: 0;
    background: #fff;
    color: var(--nj-deep);
    font: 700 17px/1.25 "DM Sans",Arial,sans-serif;
    text-align: left;
    cursor: pointer;
  }

  .nj-season-toggle::after { content: "+"; font-size: 22px; font-weight: 400; }
  .nj-season-toggle[aria-expanded="true"]::after { content: "−"; }
  .nj-season-body { padding: 0 14px 16px; }
  .nj-season-body[hidden] { display: none !important; }
  .nj-season__note { font-size: 15px !important; }

  .nj-date-grid { grid-template-columns: 1fr; }

  .nj-date-card {
    padding: 22px;
    border-radius: 18px;
  }

  .nj-date-card__date { font-size: 23px; line-height: 1.2; }

  .nj-date-card__price {
    display: grid;
    gap: 5px;
    margin: 12px 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .nj-date-card .nj-small-link {
    width: 100%;
    min-height: 48px;
    justify-content: center;
    margin-top: 5px;
    padding: 11px 14px;
    border: 2px solid var(--nj-deep);
    border-radius: 999px;
    background: var(--nj-deep);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
  }

  .nj-decision-trust {
    grid-template-columns: repeat(2,minmax(0,1fr));
    margin-top: 26px;
  }

  .nj-decision-trust span {
    min-height: 72px;
    padding: 12px;
    font-size: 12px;
  }

  .nj-final { text-align: left; }
  .nj-final .nj-lede { margin-right: 0; margin-left: 0; }
  .nj-final .nj-actions { align-items: stretch; }
  .nj-final__trust { text-align: left; }

  .nj-bookbar {
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    left: 8px;
    min-height: 64px;
    gap: 8px;
    padding: 8px;
    border-radius: 18px;
  }

  .nj-bookbar__facts {
    display: flex;
    min-width: 90px;
    flex: 0 0 auto;
    gap: 0;
    padding-left: 7px;
  }

  .nj-bookbar__facts strong { font-size: 13px; line-height: 1.2; }
  .nj-bookbar__facts span { display: none; }

  .nj-bookbar .nj-actions {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: row;
    gap: 7px;
    align-items: center;
  }

  .nj-bookbar__desktop-actions { display: none !important; }
  .nj-bookbar__mobile-actions { display: flex !important; }

  .nj-bookbar .nj-button {
    width: auto;
    min-width: 0;
    min-height: 48px;
    padding: 8px 11px;
    font-size: 10px;
    letter-spacing: .025em;
    line-height: 1.2;
    white-space: normal;
  }

  .nj-bookbar .nj-button--gold { flex: 1 1 auto; }
  .nj-bookbar .nj-button--light { flex: 0 1 auto; }
  .nj-bookbar__chat { display: none !important; }

  .nj-tour a,
  .nj-tour button,
  .nj-bookbar a,
  .nj-bookbar button { touch-action: manipulation; }
}

@media (max-width: 359.98px) {
  .nj-shell { width: min(100% - 24px,1180px); }
  .nj-hero__content { padding-top: 48px; }
  .nj-hero h1 { font-size: 45px; }
  .nj-hero .nj-trust { grid-template-columns: 1fr; }
  .nj-glance__grid { grid-template-columns: 1fr; }
  .nj-glance__item { min-height: 70px; border-right: 0; }
  .nj-bookbar__facts { min-width: 82px; }
  .nj-bookbar .nj-button { font-size: 11px; }
  .nj-decision-trust { grid-template-columns: 1fr; }
}

@media (min-width: 768px) {
  .nj-hero .nj-actions [href="#dates"] { order: 2; }
  .nj-hero .nj-actions [data-tour-proposal] { order: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .nj-anchorbar__inner,
  .nj-journey-map__stops { scroll-behavior: auto; }
}

@media print {
  .nj-mobile-edition-toggle,
  .nj-itinerary-mobile-controls,
  .nj-chapter-toggle,
  .nj-route-progress,
  .nj-year-tabs,
  .nj-bookbar { display: none !important; }

  .nj-itinerary-body[hidden],
  .nj-year-details[hidden],
  .nj-season-body[hidden] { display: block !important; }
}

/* NOW JOURNEY MOBILE UX BUILD: 2026-08-13T10:00 */
/* Flagship mobile information architecture. Desktop remains unchanged. */
.nj-hero__mobile-summary,
.nj-mobile-edition-segments,
.nj-mobile-more,
.nj-mobile-differentiators,
.nj-mobile-included-toggle,
.nj-day-toggle,
.nj-day-preview,
.nj-hotel-toggle,
.nj-chapter-preview,
.nj-mobile-conversion { display: none; }

@media (max-width: 767px) {
  :root {
    --nj-page-nav-height: 54px;
    --nj-anchor-clearance: 70px;
  }

  .nj-tour { padding-bottom: calc(92px + env(safe-area-inset-bottom)); }

  .nj-hero__content { padding: 38px 0 28px; }
  .nj-hero .nj-eyebrow,
  .nj-hero .nj-trust,
  .nj-hero__reassurance { display: none; }
  .nj-hero h1 {
    max-width: 330px;
    margin-bottom: 10px;
    font-size: clamp(43px,13vw,54px);
    line-height: .94;
  }
  .nj-hero__subhead {
    max-width: 31ch;
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.4;
  }
  .nj-hero__route {
    max-width: 34ch;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.45;
  }
  .nj-hero__mobile-summary {
    display: grid;
    gap: 7px;
    margin: 0 0 17px;
    color: #fff;
  }
  .nj-hero__mobile-facts,
  .nj-hero__mobile-price { margin: 0; }
  .nj-hero__mobile-facts {
    color: rgba(255,255,255,.88);
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.45;
    text-transform: uppercase;
  }
  .nj-hero__mobile-price {
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1.3;
  }
  .nj-hero .nj-actions { gap: 8px; }
  .nj-hero .nj-button {
    min-height: 50px;
    border-width: 1px;
    font-size: 11px;
  }
  .nj-hero .nj-actions [href="#dates"] {
    border-color: var(--nj-gold);
    background: var(--nj-gold);
    color: var(--nj-deep) !important;
  }
  .nj-hero .nj-actions [data-tour-proposal] {
    border-color: rgba(255,255,255,.72);
    background: rgba(5,30,38,.28);
    color: #fff !important;
  }

  .nj-journey-selector.is-mobile-edition-enhanced,
  .nj-journey-selector { padding: 18px 0 20px; }
  .is-mobile-edition-enhanced .nj-journey-selector__head,
  .is-mobile-edition-enhanced .nj-journey-grid,
  .nj-mobile-edition-toggle { display: none !important; }
  .nj-mobile-edition-segments {
    display: grid;
    gap: 10px;
  }
  .nj-mobile-edition-segments__links {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    overflow: hidden;
    padding: 4px;
    border: 1px solid rgba(23,63,73,.16);
    border-radius: 14px;
    background: rgba(255,255,255,.72);
  }
  .nj-mobile-edition-segments__links a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--nj-deep) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
  }
  .nj-mobile-edition-segments__links a[aria-current="page"] {
    background: var(--nj-deep);
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(23,63,73,.16);
  }
  .nj-mobile-edition-segments__descriptor {
    margin: 0;
    color: #79520f;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
  }

  .nj-glance { display: none !important; }

  .nj-anchorbar__inner {
    min-height: var(--nj-page-nav-height);
    gap: 2px;
    padding-right: 8px;
    padding-left: 8px;
    overflow: visible;
  }
  .nj-anchorbar::after { display: none; }
  .nj-anchorbar__link {
    min-height: 46px;
    padding: 0 7px;
    font-size: 10px;
    letter-spacing: .025em;
  }
  .nj-anchorbar__link[href="#why"],
  .nj-anchorbar__link[href="#faq"],
  .nj-anchorbar__link[href="#proposal"] { display: none; }
  .nj-mobile-more {
    position: relative;
    display: block;
    flex: 0 0 auto;
  }
  .nj-mobile-more__toggle {
    min-height: 46px;
    padding: 0 7px;
    border: 0;
    background: transparent;
    color: var(--nj-deep);
    font: 700 10px/1 "DM Sans",Arial,sans-serif;
    letter-spacing: .025em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .nj-mobile-more__toggle:hover,
  .nj-mobile-more__toggle:focus {
    background: #f7efe4;
    color: var(--nj-deep);
    outline: none;
  }
  .nj-mobile-more__toggle:focus-visible {
    outline: 2px solid var(--nj-gold);
    outline-offset: -2px;
  }
  .nj-mobile-more__menu {
    position: fixed;
    top: calc(var(--nj-page-nav-height) + 6px);
    right: 10px;
    z-index: 45;
    display: grid;
    min-width: 190px;
    overflow: hidden;
    padding: 6px;
    border: 1px solid rgba(23,63,73,.12);
    border-radius: 14px;
    background: #fffdf8;
    box-shadow: 0 18px 44px rgba(15,50,58,.2);
  }
  .nj-mobile-more__menu[hidden] { display: none; }
  .nj-mobile-more__menu a {
    min-height: 44px;
    padding: 12px;
    border-radius: 9px;
    color: var(--nj-deep) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
  }
  .nj-mobile-more__menu a:focus,
  .nj-mobile-more__menu a:hover { background: #f7efe4; }

  .nj-section { padding-top: 46px; padding-bottom: 46px; }
  .nj-section-head { gap: 12px; margin-bottom: 24px; }
  .nj-section-head .nj-eyebrow,
  .nj-complete-transition__copy .nj-eyebrow { display: none; }
  .nj-display { font-size: clamp(34px,10vw,42px); line-height: 1; }
  .nj-lede { font-size: 16px; line-height: 1.58; }
  .nj-return-top { display: none; }

  .nj-journey-map__stop,
  .nj-journey-map__stop--01,
  .nj-journey-map__stop--02,
  .nj-journey-map__stop--03,
  .nj-journey-map__stop--04,
  .nj-journey-map__stop--05 {
    min-height: 245px;
    flex-basis: 84%;
  }
  .nj-journey-map__stop p,
  .nj-journey-map__stop .nj-journey-map__copy {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  #why .nj-section-head { margin-bottom: 20px; }
  #why .nj-compare { display: none; }
  .nj-mobile-differentiators {
    display: grid;
    gap: 8px;
  }
  .nj-mobile-differentiators article {
    padding: 16px 0;
    border-bottom: 1px solid rgba(23,63,73,.12);
  }
  .nj-mobile-differentiators article:last-child { border-bottom: 0; }
  .nj-mobile-differentiators h3 {
    margin: 0 0 4px;
    color: var(--nj-ink);
    font-size: 18px;
    line-height: 1.3;
  }
  .nj-mobile-differentiators p {
    margin: 0;
    color: var(--nj-muted);
    font-size: 15px !important;
    line-height: 1.5;
  }

  #included .nj-section-head { margin-bottom: 18px; }
  #included .nj-section-head .nj-lede { display: none; }
  .nj-mobile-included-toggle {
    display: grid;
    width: 100%;
    min-height: 56px;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
    padding: 13px 15px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    color: #fff;
    font: 700 16px/1.3 "DM Sans",Arial,sans-serif;
    text-align: left;
  }
  .nj-mobile-included-toggle::after { content: "+"; font-size: 23px; font-weight: 400; }
  .nj-mobile-included-toggle[aria-expanded="true"]::after { content: "−"; }
  .nj-mobile-included-toggle:hover,
  .nj-mobile-included-toggle:focus {
    background: rgba(255,255,255,.14);
    color: #fff;
    outline: none;
  }
  .nj-mobile-included-toggle:focus-visible {
    outline: 3px solid var(--nj-gold);
    outline-offset: -3px;
  }
  #included .nj-included-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 8px;
  }
  #included .nj-included-grid[hidden] { display: none; }
  #included .nj-included {
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  #included .nj-included h3 { margin-bottom: 4px; font-size: 17px; }
  #included .nj-included p { margin: 0; font-size: 15px !important; line-height: 1.5; }
  #included .nj-final__trust { font-size: 14px !important; }

  .nj-complete-transition { padding-top: 46px; padding-bottom: 38px; }
  .nj-complete-transition__inner { gap: 20px; }
  .nj-complete-transition__copy .nj-lede { margin-top: 10px; }
  .nj-complete-transition__download { padding: 16px; border-radius: 14px; }
  .nj-complete-transition__download p { font-size: 14px !important; }

  .nj-chapter-toggle,
  .nj-journey-interlude { display: none !important; }
  .nj-itinerary-mobile-controls {
    display: flex;
    width: fit-content;
    margin: 16px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .nj-itinerary-mobile-controls button {
    min-height: 44px;
    padding: 8px 14px;
    border: 1px solid rgba(23,63,73,.22);
    border-radius: 999px;
    background: transparent;
    color: var(--nj-deep);
    font: 700 12px/1.2 "DM Sans",Arial,sans-serif;
    letter-spacing: .025em;
    cursor: pointer;
  }
  .nj-itinerary-mobile-controls button:hover,
  .nj-itinerary-mobile-controls button:focus { background: rgba(23,63,73,.06); }
  .nj-itinerary-mobile-controls button:focus-visible {
    outline: 3px solid var(--nj-gold);
    outline-offset: 2px;
  }

  .nj-tour .nj-itinerary-cover { min-height: 310px; }
  .nj-tour .nj-itinerary-cover__inner { padding: 30px 0 28px; }
  .nj-tour .nj-itinerary-cover .nj-eyebrow {
    display: block;
    margin-bottom: 6px;
    font-size: 11px !important;
  }
  .nj-tour .nj-itinerary-cover__days {
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
  }
  .nj-tour .nj-itinerary-cover h2 {
    max-width: none;
    font-size: clamp(38px,12vw,48px);
    line-height: .98;
  }
  .nj-tour .nj-itinerary-cover__lede {
    display: block;
    max-width: 38ch;
    margin: 12px 0 0;
    color: rgba(255,255,255,.9);
    font-size: 14px !important;
    line-height: 1.5;
  }
  .nj-mobile-chapter-nights { display: none; }
  .nj-tour .nj-itinerary-body { padding: 24px 0 34px; }
  .nj-tour .nj-itinerary-layout { gap: 18px; }
  .nj-tour .nj-itinerary-intro {
    display: block;
    max-width: none;
    padding-bottom: 2px;
  }
  .nj-tour .nj-itinerary-intro h3 {
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 1.05;
  }
  .nj-tour .nj-itinerary-intro p {
    color: var(--nj-muted);
    font-size: 15px !important;
    line-height: 1.55;
  }
  .nj-tour .nj-itinerary-days { gap: 0; }
  .nj-tour .nj-itinerary-day {
    overflow: visible;
    padding: 18px 0 17px;
    border: 0;
    border-top: 1px solid rgba(23,63,73,.16);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .nj-tour .nj-itinerary-day [id] { scroll-margin-top: var(--nj-anchor-clearance); }
  .nj-tour .nj-itinerary-day__kicker {
    margin-bottom: 6px !important;
    font-size: 11px !important;
    letter-spacing: .13em;
  }
  .nj-tour .nj-itinerary-day > h3 {
    margin-bottom: 8px;
    font-size: clamp(24px,7vw,29px);
    line-height: 1.05;
  }
  .nj-day-preview {
    display: block;
    margin: 0 0 6px !important;
    color: var(--nj-muted) !important;
    font-size: 15px !important;
    line-height: 1.52 !important;
  }
  .nj-day-toggle {
    display: inline-flex;
    width: auto;
    min-height: 44px;
    gap: 7px;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 2px;
    border: 0;
    background: transparent;
    color: var(--nj-blue);
    font: 800 12px/1.25 "DM Sans",Arial,sans-serif;
    letter-spacing: .045em;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
  }
  .nj-day-toggle__icon { font-size: 17px; font-weight: 500; line-height: 1; }
  .nj-day-toggle:hover,
  .nj-day-toggle:focus {
    background: transparent;
    color: var(--nj-deep);
  }
  .nj-day-toggle:focus-visible {
    border-radius: 3px;
    outline: 3px solid var(--nj-gold);
    outline-offset: 2px;
  }
  .nj-day-panel { padding: 7px 0 2px; }
  .nj-day-panel[hidden] { display: none; }
  .nj-tour .nj-day-panel > p {
    margin: 0 0 13px;
    color: var(--nj-muted);
    font-size: 16px !important;
    line-height: 1.62;
  }
  .nj-tour .nj-itinerary-included {
    margin-top: 15px;
    padding-top: 14px;
    border-top: 1px solid rgba(23,63,73,.12);
  }
  .nj-tour .nj-itinerary-included h4 { margin-bottom: 8px; font-size: 13px; }
  .nj-tour .nj-itinerary-included li { font-size: 15px; line-height: 1.5; }
  .nj-day-panel .nj-itinerary-signature,
  .nj-day-panel .nj-itinerary-options {
    margin: 18px 0 2px;
    padding: 19px 17px;
    border-radius: 16px;
  }
  .nj-day-panel .nj-itinerary-signature .nj-eyebrow { display: block; }
  .nj-day-panel .nj-itinerary-signature h3,
  .nj-day-panel .nj-itinerary-options h3 { margin-bottom: 7px; font-size: 22px; }

  .nj-tour .nj-itinerary-hotel-panel { margin: 24px 0 8px; }
  .nj-tour .nj-itinerary-hotel-panel__heading { margin-bottom: 13px; font-size: 29px; }
  .nj-tour .nj-itinerary-hotel-panel__feature { display: block; border-radius: 17px; }
  .nj-tour .nj-itinerary-hotel-panel__media,
  .nj-tour .nj-itinerary-hotel-panel__image {
    min-height: 0;
    aspect-ratio: 16/9;
  }
  .nj-tour .nj-itinerary-hotel-panel__content { padding: 22px 18px; }
  .nj-tour .nj-itinerary-hotel-panel__title { font-size: 22px; }
  .nj-tour .nj-itinerary-hotel-panel__description,
  .nj-tour .nj-itinerary-hotel-panel__alternates { font-size: 15px !important; line-height: 1.58; }
  .nj-tour .nj-itinerary-hotel-panel__quote {
    margin-top: 20px;
    padding-top: 18px;
    font-size: 21px;
    line-height: 1.3;
  }

  .nj-mobile-conversion {
    display: flex;
    padding: 22px 0 0;
    justify-content: center;
  }
  .nj-mobile-conversion .nj-button {
    width: min(100%,340px);
    min-height: 50px;
    justify-content: center;
  }

  #hotels .nj-hotel-grid { gap: 12px; }
  #hotels .nj-hotel-card { border-radius: 16px; }

  #dates .nj-section-head { margin-bottom: 20px; }
  #dates .nj-section-head .nj-lede { font-size: 15px; }
  #dates .nj-featured-dates { display: none; }
  .nj-year-tabs { margin-bottom: 14px; }
  .nj-season.is-mobile-season { border-radius: 14px; }
  .nj-date-card { padding: 18px; border-radius: 14px; }
  .nj-date-card__date { font-size: 20px; }
  .nj-date-card .nj-small-link { min-height: 50px; }

  .nj-bookbar {
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    left: 8px;
    min-height: 68px;
    gap: 10px;
    padding: 8px 8px 8px 15px;
    border-radius: 16px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(calc(100% + 28px));
    pointer-events: none;
  }
  .nj-bookbar.is-visible:not(.is-yielding) {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .nj-bookbar__facts { min-width: 94px; padding-left: 0; }
  .nj-bookbar__facts strong { font-size: 14px; }
  .nj-bookbar .nj-actions { display: flex; }
  .nj-bookbar .nj-button--gold {
    min-height: 50px;
    padding: 10px 16px;
    font-size: 11px;
    white-space: nowrap;
  }
}

@media (max-width: 359.98px) {
  .nj-hero__content { padding-top: 32px; }
  .nj-hero h1 { font-size: 42px; }
  .nj-hero__subhead { font-size: 16px; }
  .nj-anchorbar__link,
  .nj-mobile-more__toggle { padding-right: 5px; padding-left: 5px; font-size: 9px; }
  .nj-bookbar__facts { min-width: 88px; }
  .nj-bookbar .nj-button--gold { padding-right: 12px; padding-left: 12px; }
}

@media (min-width: 768px) {
  .nj-day-panel,
  .nj-hotel-panel { display: block !important; }
}

/* NOW JOURNEY DESKTOP HIERARCHY: 2026-08-13 */
@media (min-width: 768px) {
  .nj-glance__item:nth-child(5) { border-right: 0; }

  .nj-anchorbar__link[href="#proposal"] { display: none; }

  .nj-anchorbar__link[href="#dates"] {
    color: #754807 !important;
    font-weight: 800;
  }

  .nj-bookbar__facts {
    flex-wrap: nowrap;
    gap: 9px;
    white-space: nowrap;
  }

  .nj-bookbar__promise {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .01em;
  }

  .nj-bookbar__desktop-separator {
    color: rgba(255,255,255,.58);
    font-size: 12px;
  }

  .nj-bookbar__desktop-fact {
    color: rgba(255,255,255,.88);
    font-size: 13px;
    font-weight: 600;
  }

  .nj-bookbar__desktop-actions .nj-bookbar__chat { display: inline-flex !important; }
}

@media (min-width: 1001px) {
  .nj-glance__grid { grid-template-columns: repeat(5,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .nj-bookbar__desktop-separator,
  .nj-bookbar__desktop-fact { display: none; }

  .nj-bookbar__promise {
    display: block;
    max-width: 112px;
    font-size: 12px;
    line-height: 1.25;
  }
}

/* DESKTOP ITINERARY REFINEMENT: 2026-08-13 */
.nj-desktop-itinerary-tools,
.nj-desktop-chapter-toggle { display: none; }

@media (min-width: 768px) {
  .nj-desktop-itinerary-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    margin-top: 22px;
    color: #6e7c7f;
    font-family: "DM Sans",Arial,sans-serif;
    font-size: 12px;
  }

  .nj-desktop-itinerary-tools button {
    min-width: 44px;
    min-height: 44px;
    padding: 0 3px;
    border: 0;
    background: transparent;
    color: #174650;
    font: inherit;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .nj-desktop-itinerary-tools button:hover { color: #9a650f; }

  .nj-desktop-itinerary-tools button:focus-visible,
  .nj-desktop-chapter-toggle:focus-visible {
    border-radius: 4px;
    outline: 3px solid #f0ad39;
    outline-offset: 4px;
  }

  .nj-desktop-chapter-toggle {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto 18px;
    gap: 15px;
    width: 100%;
    min-height: 54px;
    align-items: center;
    margin-top: 30px;
    padding: 14px 0 0;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.35);
    background: transparent;
    color: #fff;
    font-family: "DM Sans",Arial,sans-serif;
    text-align: left;
    cursor: pointer;
  }

  .nj-desktop-chapter-toggle__label {
    overflow: hidden;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .nj-desktop-chapter-toggle__action {
    color: rgba(255,255,255,.82);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .nj-desktop-chapter-toggle__icon {
    width: 10px;
    height: 10px;
    border-right: 2px solid #f7c16d;
    border-bottom: 2px solid #f7c16d;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .2s ease;
  }

  .nj-desktop-chapter-toggle[aria-expanded="true"] .nj-desktop-chapter-toggle__icon {
    transform: rotate(225deg) translate(-2px,-2px);
  }

  .nj-desktop-chapter-toggle:hover .nj-desktop-chapter-toggle__action { color: #fff; }

  .nj-tour .nj-itinerary-chapter > .nj-itinerary-body[hidden] { display: none !important; }
  .nj-tour .nj-itinerary-chapter .nj-return-top { display: none; }

  .nj-tour .nj-itinerary-body { padding: clamp(72px,8vw,112px) 0; }
  .nj-tour .nj-itinerary-layout { gap: clamp(36px,5vw,58px); }
  .nj-tour .nj-itinerary-days { gap: 18px; }
  .nj-tour .nj-itinerary-day {
    padding: clamp(25px,3vw,32px);
    border-radius: 24px;
    box-shadow: 0 12px 32px rgba(23,63,73,.055);
  }
  .nj-tour .nj-itinerary-day__kicker { margin-bottom: 6px !important; }
  .nj-tour .nj-itinerary-day h3 { margin-bottom: 11px; }
  .nj-tour .nj-itinerary-day > p { margin-bottom: 13px; line-height: 1.64; }
  .nj-tour .nj-itinerary-included { margin-top: 18px; padding: 18px 20px; border-radius: 18px; }
  .nj-tour .nj-itinerary-included__label { margin-bottom: 10px; }
  .nj-tour .nj-itinerary-included ul { gap: 8px 15px; }
  .nj-tour .nj-itinerary-included li { font-size: 14px; line-height: 1.45; }
  .nj-tour .nj-itinerary-signature { margin: 20px 0 24px; padding: clamp(26px,3vw,34px); border-radius: 26px; }
  .nj-tour .nj-itinerary-signature h3 { margin-bottom: 11px; }
  .nj-tour .nj-itinerary-options { margin-top: 14px; padding: 21px 24px; }
  .nj-tour .nj-itinerary-hotel-panel { margin-top: 24px; }
  .nj-tour .nj-itinerary-hotel-panel__heading { margin-bottom: 16px; }
  .nj-tour .nj-itinerary-hotel-panel__feature { border-radius: 26px; }
  .nj-tour .nj-itinerary-hotel-panel__content { padding: clamp(30px,4vw,46px); }
  .nj-tour .nj-itinerary-hotel-panel__description { margin-bottom: 20px; }
  .nj-tour .nj-itinerary-hotel-panel__alternates { margin: 14px 0 20px; padding-top: 14px; }
  .nj-tour .nj-itinerary-hotel-panel__quote { margin-top: 20px; padding-top: 19px; font-size: 25px; }
}

@media (min-width: 1100px) {
  .nj-tour #included .nj-return-top { display: flex; }

  .nj-tour .nj-itinerary-layout { grid-template-columns: 1fr; }
  .nj-tour .nj-itinerary-intro { max-width: 800px; }
  .nj-tour .nj-itinerary-intro h3 { max-width: 700px; margin-bottom: 18px; }
  .nj-tour .nj-itinerary-intro p { max-width: 760px; }

  .nj-tour .nj-itinerary-day {
    display: grid;
    grid-template-columns: minmax(0,1.8fr) minmax(270px,.9fr);
    column-gap: clamp(30px,4vw,54px);
    align-items: start;
  }

  .nj-tour .nj-itinerary-day > .nj-itinerary-day__kicker,
  .nj-tour .nj-itinerary-day > h3,
  .nj-tour .nj-itinerary-day > p { grid-column: 1; }

  .nj-tour .nj-itinerary-day > .nj-itinerary-included {
    grid-column: 2;
    grid-row: 1 / span 8;
    margin-top: 0;
  }

  .nj-tour .nj-itinerary-included ul { grid-template-columns: 1fr; }
  .nj-tour .nj-itinerary-hotel-panel__feature { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .nj-tour .nj-itinerary-hotel-panel__media,
  .nj-tour .nj-itinerary-hotel-panel__image { min-height: 370px; aspect-ratio: auto; }
}

@media (prefers-reduced-motion: reduce) and (min-width: 768px) {
  .nj-desktop-chapter-toggle__icon { transition: none; }
}

/* IGC HOTEL COLLECTIONS: 2026-08-21 */
.nj-hotel-note__card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.nj-hotel-note__card--signature {
  border-color: rgba(185,120,20,.24);
  border-top: 4px solid #e7a332;
  background: linear-gradient(145deg,#fffdf8,#fff5e3);
  box-shadow: 0 20px 48px rgba(108,72,17,.12);
}
.nj-hotel-note__card--elevated {
  border-top: 4px solid #6f939a;
  background: linear-gradient(145deg,#fff,#f6faf9);
  box-shadow: 0 14px 34px rgba(23,63,73,.06);
}

.nj-hotel-note__label,
.nj-pricing-collection__label {
  margin: 0 0 8px !important;
  color: #8a5b14 !important;
  font: 800 11px/1.3 "DM Sans",Arial,sans-serif !important;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.nj-hotel-note__card h3 { font-size: clamp(21px,2.2vw,27px); letter-spacing: .015em; }

.nj-hotel-note__position {
  margin: 0 0 14px !important;
  color: #173f49 !important;
  font-family: "Playfair Display",Georgia,serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35 !important;
}

.nj-hotel-note__price {
  margin: auto 0 0 !important;
  padding-top: 20px;
  color: #173f49 !important;
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.1 !important;
}

.nj-hotel-note__price span,
.nj-pricing-collection__price span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}

.nj-pricing-collections {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
  margin: -10px 0 36px;
}

.nj-pricing-collection {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 24px 26px;
  border: 1px solid rgba(23,63,73,.12);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(23,63,73,.06);
}

.nj-pricing-collection--signature {
  border-color: rgba(185,120,20,.24);
  border-left: 5px solid #e7a332;
  background: linear-gradient(145deg,#fffdf8,#fff5e3);
  box-shadow: 0 18px 42px rgba(108,72,17,.11);
}
.nj-pricing-collection--elevated {
  border-left: 5px solid #6f939a;
  background: linear-gradient(145deg,#fff,#f6faf9);
  box-shadow: 0 12px 30px rgba(23,63,73,.05);
}

.nj-pricing-collection h3 {
  margin: 0 0 7px;
  color: #173f49;
  font-family: "DM Sans",Arial,sans-serif;
  font-size: clamp(21px,2vw,26px);
  font-weight: 800;
  letter-spacing: .015em;
  line-height: 1.15;
}

.nj-pricing-collection > p:not(.nj-pricing-collection__label):not(.nj-pricing-collection__price) {
  margin: 0;
  color: #5f7074;
  font-size: 16px;
  line-height: 1.55;
}

.nj-pricing-collection .nj-pricing-collection__note {
  margin-top: 9px !important;
  color: #173f49 !important;
  font-size: 13px !important;
  font-weight: 700;
}

.nj-pricing-collection__price {
  margin: auto 0 0;
  padding-top: 15px;
  color: #173f49;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.1;
}

.nj-date-card__price {
  display: grid;
  gap: 0;
}

.nj-date-card__price-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 2px 12px;
  align-items: baseline;
  padding: 10px 0;
  border-top: 1px solid rgba(23,63,73,.1);
}

.nj-date-card__price-row:first-child { padding-top: 0; border-top: 0; }
.nj-date-card__price-row:last-child { padding-bottom: 0; }

.nj-date-card__collection {
  min-width: 0;
  color: #173f49;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.25;
}

.nj-date-card__price-row--elevated .nj-date-card__collection { color: #8a5b14; }

.nj-date-card__price-row strong {
  color: #173f49;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.nj-date-card__per-person {
  grid-column: 2;
  color: #6e7c7f;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

@media (max-width: 1000px) {
  .nj-pricing-collections { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .nj-hotel-note { margin-top: 0; }
  .nj-hotel-note__collections { gap: 12px; }
  .nj-hotel-note__card { padding: 20px; border-radius: 16px; box-shadow: 0 10px 28px rgba(23,63,73,.06); }
  .nj-hotel-note__card h3 { font-size: 22px; }
  .nj-hotel-note__position { font-size: 18px; }
  .nj-hotel-note__price { margin-top: 15px !important; font-size: 26px; }

  .nj-pricing-collections { gap: 10px; margin: 0 0 24px; }
  .nj-pricing-collection { padding: 18px; border-radius: 14px; box-shadow: none; }
  .nj-pricing-collection h3 { font-size: 20px; }
  .nj-pricing-collection > p:not(.nj-pricing-collection__label):not(.nj-pricing-collection__price) { font-size: 15px; }
  .nj-pricing-collection__price { font-size: 25px; }

  .nj-date-card__price { margin: 13px 0; }
  .nj-date-card__price-row { min-height: 48px; align-content: center; padding: 9px 0; }
  .nj-date-card__collection { font-size: 11px; }
  .nj-date-card__price-row strong { font-size: 15px; }
}

/* NOW JOURNEY MOBILE STORY FLOW: 2026-08-19 */
/* Surgical mobile-only flagship sequence. */
.nj-journey-map__mobile-title,
.nj-journey-map__mobile-route,
.nj-journey-story__mobile-intro,
.nj-hero__mobile-itinerary,
.nj-mobile-reassurance,
.nj-mobile-itinerary-summary,
.nj-mobile-included-summary,
.nj-mobile-included-toggle,
.nj-mobile-alternate-journeys { display: none; }

.nj-mobile-included-panel { display: contents; }
.nj-mobile-full-itinerary { display: contents; }

html .nj-tour [hidden],
html .nj-tour .nj-mobile-flow-hidden { display: none !important; }

@media (max-width: 767px) {
  html .nj-tour .nj-hero__actions {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 8px !important;
  }
  html .nj-tour .nj-hero__actions .nj-button {
    height: 44px !important;
    min-height: 44px !important;
    padding: 8px 9px !important;
  }
  html .nj-tour .nj-hero__actions [data-tour-proposal] {
    display: none !important;
  }
  html .nj-tour .nj-hero__actions .nj-hero__mobile-itinerary {
    display: inline-flex !important;
    grid-column: 1;
    order: 1 !important;
    border-color: rgba(255,255,255,.78) !important;
    background: rgba(5,30,38,.3) !important;
    color: #fff !important;
    font-size: 11px !important;
  }
  html .nj-tour .nj-hero__actions a[href="#dates"] {
    grid-column: 2;
    order: 2 !important;
    font-size: 11px !important;
  }

  html .nj-bookbar {
    min-height: 64px;
    gap: 0;
    padding: 8px !important;
  }
  html .nj-bookbar .nj-bookbar__facts { display: none !important; }
  html .nj-bookbar .nj-bookbar__mobile-actions {
    display: grid !important;
    width: 100%;
    min-width: 0;
    flex: 1 1 100%;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 7px;
  }
  html .nj-bookbar .nj-bookbar__mobile-actions .nj-button {
    width: 100% !important;
    min-width: 0;
    height: 48px;
    min-height: 48px !important;
    flex: none !important;
    padding: 8px 4px !important;
    font-size: 10px !important;
    letter-spacing: .015em;
    line-height: 1.15;
    white-space: nowrap;
  }
  html .nj-bookbar .nj-bookbar__mobile-actions .nj-button--light {
    border-color: rgba(255,255,255,.72) !important;
    background: transparent !important;
    color: #fff !important;
  }
  html .nj-tour .nj-hero__actions .nj-button:focus-visible,
  html .nj-bookbar .nj-bookbar__mobile-actions .nj-button:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
  }

  html .nj-tour .nj-anchorbar,
  html .nj-tour .nj-glance,
  html .nj-tour .nj-journey-selector,
  html .nj-tour #overview,
  html .nj-tour #why,
  html .nj-tour .nj-journey-interlude { display: none !important; }

  html .nj-tour .nj-hero__route,
  html .nj-tour .nj-hero .nj-eyebrow,
  html .nj-tour .nj-hero .nj-trust,
  html .nj-tour .nj-hero__reassurance { display: none !important; }

  html .nj-tour .nj-hero__content { padding: 32px 0 26px; }
  html .nj-tour .nj-hero h1 { margin-bottom: 10px; }
  html .nj-tour .nj-hero__subhead {
    display: block !important;
    max-width: 34ch;
    margin: 0 0 8px;
    color: rgba(255,255,255,.94);
    font-size: clamp(16px,4.4vw,18px);
    font-weight: 500;
    line-height: 1.35;
    text-wrap: balance;
  }
  html .nj-tour .nj-hero__mobile-summary {
    display: block;
    margin: 0 0 14px;
  }
  html .nj-tour .nj-hero__mobile-facts {
    margin: 0;
    color: rgba(255,255,255,.9);
    font-size: clamp(11.5px,3.15vw,12.5px) !important;
    font-weight: 650;
    letter-spacing: .005em;
    line-height: 1.45;
    overflow-wrap: normal;
    text-wrap: balance;
    text-transform: none;
  }

  html .nj-tour .nj-journey-map__inner {
    width: 100%;
    padding: 30px 16px 28px;
  }
  html .nj-tour .nj-journey-map__header {
    display: block;
    text-align: left;
  }
  html .nj-tour .nj-journey-map__eyebrow,
  html .nj-tour .nj-journey-map__title,
  html .nj-tour .nj-journey-map__lede,
  html .nj-tour .nj-journey-map__rail,
  html .nj-tour .nj-journey-map__footer { display: none !important; }
  html .nj-tour .nj-journey-map__mobile-title {
    display: block;
    margin: 0 0 12px;
    color: var(--nj-ink);
    font-family: "DM Sans",Arial,sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.35;
    text-transform: uppercase;
  }
  html .nj-tour .nj-journey-map__stage {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    margin: 0;
  }
  html .nj-tour .nj-journey-map__atlas-art {
    display: block;
    width: min(100%,410px);
    margin: 0 auto;
    aspect-ratio: 1375 / 1144;
  }
  html .nj-tour .nj-journey-map__atlas-plate {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  html .nj-tour .nj-atlas-plate__place { font-size: 46px; }
  html .nj-tour .nj-atlas-plate__region { font-size: 20px; }
  html .nj-tour .nj-journey-map__mobile-route {
    display: block;
    max-width: 32ch;
    margin: 8px auto 0;
    color: var(--nj-ink);
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.55;
    text-align: center;
  }

  html .nj-tour .nj-mobile-reassurance {
    display: block;
    padding: 28px 0 30px;
    border-top: 1px solid rgba(23,63,73,.1);
    border-bottom: 1px solid rgba(23,63,73,.1);
    background: #fffdf8;
  }
  html .nj-tour .nj-mobile-reassurance[hidden] { display: none !important; }
  html .nj-tour .nj-mobile-reassurance__title {
    margin: 0 0 8px;
    color: var(--nj-teal);
    font-family: "DM Sans",Arial,sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 1.4;
    text-transform: uppercase;
  }
  html .nj-tour .nj-mobile-reassurance__proof {
    margin: 0 0 10px;
    color: var(--nj-ink);
    font-family: "Playfair Display",Georgia,serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.25;
  }
  html .nj-tour .nj-mobile-reassurance__copy {
    margin: 0;
    color: var(--nj-muted);
    font-size: 14px;
    line-height: 1.58;
  }
  html .nj-tour .nj-mobile-reassurance__link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    margin-top: 5px;
    color: var(--nj-teal) !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: underline !important;
    text-decoration-color: rgba(23,63,73,.35) !important;
    text-underline-offset: 3px;
  }
  html .nj-tour .nj-mobile-reassurance__link:focus-visible {
    border-radius: 3px;
    outline: 3px solid var(--nj-gold);
    outline-offset: 2px;
  }
  html .nj-tour .nj-mobile-reassurance__differentiators {
    margin: 17px 0 0;
    padding: 0;
    border-top: 1px solid rgba(23,63,73,.14);
    list-style: none;
  }
  html .nj-tour .nj-mobile-reassurance__differentiators li {
    padding: 12px 0 13px;
    border-bottom: 1px solid rgba(23,63,73,.11);
  }
  html .nj-tour .nj-mobile-reassurance__differentiators li:last-child {
    padding-bottom: 3px;
    border-bottom: 0;
  }
  html .nj-tour .nj-mobile-reassurance__differentiators h3 {
    margin: 0 0 4px;
    color: var(--nj-deep);
    font: 800 10.5px/1.4 "DM Sans",Arial,sans-serif;
    letter-spacing: .055em;
  }
  html .nj-tour .nj-mobile-reassurance__differentiators h3 span { color: #9b6510; }
  html .nj-tour .nj-mobile-reassurance__differentiators p {
    margin: 0;
    color: var(--nj-muted);
    font-size: 13.5px !important;
    line-height: 1.52;
  }
  html .nj-tour .nj-mobile-reassurance__differentiators p span { color: #9b6510; font-weight: 700; }

  html .nj-tour .nj-journey-story { padding: 42px 0 34px; }
  html .nj-tour .nj-journey-story__header {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 22px;
  }
  html .nj-tour .nj-journey-story__header .nj-eyebrow {
    display: block;
    margin-bottom: 7px;
    font-size: 10px;
  }
  html .nj-tour .nj-journey-story__title {
    font-size: clamp(38px,11vw,48px);
    line-height: .98;
  }
  html .nj-tour .nj-journey-story__intro,
  html .nj-tour .nj-journey-story__copy,
  html .nj-tour .nj-journey-story__act:not(:first-child),
  html .nj-tour .nj-journey-story__handoff p,
  html .nj-tour .nj-journey-story__link { display: none !important; }
  html .nj-tour .nj-journey-story__acts::before { display: none !important; }
  html .nj-tour .nj-journey-story__act:first-child {
    display: block;
    padding: 0;
  }
  html .nj-tour .nj-journey-story__media {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  html .nj-tour .nj-journey-story__image--venice { object-position: center 54%; }
  html .nj-tour .nj-journey-story__mobile-intro {
    display: block;
    max-width: 42rem;
    margin: 20px 0 0;
    color: var(--nj-muted);
    font-size: 16px;
    line-height: 1.58;
  }
  html .nj-tour .nj-journey-story__handoff {
    max-width: none;
    margin: 22px 0 0;
    padding: 0;
    border-top: 0;
    text-align: left;
  }
  html .nj-tour .nj-journey-story__handoff h3 {
    margin: 0;
    font-size: 21px;
    letter-spacing: -.025em;
    line-height: 1.25;
  }

  html .nj-tour .nj-complete-transition__download {
    display: none !important;
  }

  html .nj-tour .nj-mobile-itinerary-summary {
    display: block;
    margin: 24px 0 0;
  }
  html .nj-tour .nj-mobile-itinerary-summary[hidden] { display: none !important; }
  html .nj-tour .nj-mobile-itinerary-summary__list {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(23,63,73,.16);
    list-style: none;
  }
  html .nj-tour .nj-mobile-itinerary-summary__list li {
    padding: 14px 0 15px;
    border-bottom: 1px solid rgba(23,63,73,.13);
  }
  html .nj-tour .nj-mobile-itinerary-summary__label {
    display: block;
    margin: 0 0 5px;
    color: var(--nj-deep);
    font: 800 11px/1.35 "DM Sans",Arial,sans-serif;
    letter-spacing: .045em;
  }
  html .nj-tour .nj-mobile-itinerary-summary__label strong { color: #9b6510; font-weight: 800; }
  html .nj-tour .nj-mobile-itinerary-summary__list li > p:last-child {
    max-width: 42rem;
    margin: 0;
    color: var(--nj-muted);
    font-size: 14.5px !important;
    line-height: 1.5;
  }
  html .nj-tour .nj-mobile-itinerary-summary__toggle {
    display: flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 4px 0 0;
    padding: 13px 0 10px;
    border: 0;
    background: transparent;
    color: var(--nj-deep);
    font: 800 11px/1.3 "DM Sans",Arial,sans-serif;
    letter-spacing: .075em;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
  }
  html .nj-tour .nj-mobile-itinerary-summary__toggle:hover,
  html .nj-tour .nj-mobile-itinerary-summary__toggle:focus { color: #9b6510; }
  html .nj-tour .nj-mobile-itinerary-summary__toggle:focus-visible {
    border-radius: 3px;
    outline: 3px solid var(--nj-gold);
    outline-offset: 3px;
  }
  html .nj-tour .nj-mobile-itinerary-summary__toggle-icon {
    flex: 0 0 auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }
  html .nj-tour .nj-mobile-full-itinerary {
    display: block;
    overflow: visible;
  }
  html .nj-tour .nj-mobile-full-itinerary[hidden] { display: none !important; }
  html .nj-tour .nj-mobile-full-itinerary__utilities {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  html .nj-tour .nj-mobile-full-itinerary__utilities .nj-itinerary-mobile-controls { margin: 0; }

  html .nj-tour #included {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  html .nj-tour #included .nj-section-head { margin-bottom: 18px; }
  html .nj-tour #included .nj-section-head .nj-lede { display: none; }
  html .nj-tour .nj-mobile-included-summary {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px 14px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
  }
  html .nj-tour .nj-mobile-included-summary li {
    position: relative;
    padding-left: 14px;
    color: rgba(255,255,255,.9);
    font-size: 14px;
    line-height: 1.42;
  }
  html .nj-tour .nj-mobile-included-summary li::before {
    position: absolute;
    top: .58em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--nj-gold);
    content: "";
  }
  html .nj-tour .nj-mobile-included-toggle {
    display: grid;
    width: 100%;
    min-height: 54px;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
    padding: 13px 15px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    color: #fff;
    font: 700 15px/1.3 "DM Sans",Arial,sans-serif;
    text-align: left;
    cursor: pointer;
  }
  html .nj-tour .nj-mobile-included-toggle::after {
    content: "+";
    font-size: 22px;
    font-weight: 400;
  }
  html .nj-tour .nj-mobile-included-toggle[aria-expanded="true"]::after { content: "−"; }
  html .nj-tour .nj-mobile-included-toggle:focus-visible {
    outline: 3px solid var(--nj-gold);
    outline-offset: 3px;
  }
  html .nj-tour .nj-mobile-included-panel {
    display: block;
    margin-top: 8px;
  }
  html .nj-tour .nj-mobile-included-panel[hidden] { display: none !important; }
  html .nj-tour #included .nj-included-grid { margin-top: 0; }
  html .nj-tour #included .nj-final__trust {
    margin: 16px 0 0;
    font-size: 14px !important;
  }

  html .nj-tour .nj-mobile-alternate-journeys {
    display: block;
    padding: 24px 0 28px;
    border-top: 1px solid rgba(23,63,73,.12);
    background: #fffdf8;
  }
  html .nj-tour .nj-mobile-alternate-journeys[hidden] { display: none !important; }
  html .nj-tour .nj-mobile-alternate-journeys__title {
    margin: 0;
    color: var(--nj-teal);
    font-family: "DM Sans",Arial,sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 1.4;
    text-transform: uppercase;
  }
  html .nj-tour .nj-mobile-alternate-journeys__list {
    margin: 10px 0 0;
    padding: 0;
    border-top: 1px solid rgba(23,63,73,.1);
    list-style: none;
  }
  html .nj-tour .nj-mobile-alternate-journeys__list li + li {
    border-top: 1px solid rgba(23,63,73,.1);
  }
  html .nj-tour .nj-mobile-alternate-journeys__row {
    display: block;
    min-height: 44px;
    padding: 13px 2px 12px;
    color: var(--nj-teal) !important;
    text-decoration: none !important;
  }
  html .nj-tour .nj-mobile-alternate-journeys__name,
  html .nj-tour .nj-mobile-alternate-journeys__route,
  html .nj-tour .nj-mobile-alternate-journeys__link { display: block; }
  html .nj-tour .nj-mobile-alternate-journeys__name {
    color: var(--nj-ink);
    font-family: "Playfair Display",Georgia,serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.25;
  }
  html .nj-tour .nj-mobile-alternate-journeys__route {
    margin-top: 3px;
    color: var(--nj-muted);
    font-size: 12px;
    line-height: 1.48;
  }
  html .nj-tour .nj-mobile-alternate-journeys__link {
    margin-top: 5px;
    color: var(--nj-teal);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: underline;
    text-decoration-color: rgba(23,63,73,.35);
    text-underline-offset: 3px;
  }
  html .nj-tour .nj-mobile-alternate-journeys__row:focus-visible {
    border-radius: 3px;
    outline: 3px solid var(--nj-gold);
    outline-offset: 2px;
  }

  html .nj-tour .nj-day-toggle__label,
  html .nj-tour .nj-hotel-toggle__label {
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal;
  }
}

@media (max-width: 359.98px) {
  html .nj-tour .nj-hero__mobile-facts { font-size: 11.5px !important; }
  html .nj-tour .nj-mobile-included-summary { grid-template-columns: 1fr; gap: 8px; }
  html .nj-tour .nj-journey-map__mobile-route { max-width: 29ch; font-size: 13px !important; }
}

@media print {
  .nj-journey-map__mobile-title,
  .nj-journey-map__mobile-route,
  .nj-mobile-itinerary-summary,
  .nj-mobile-included-summary,
  .nj-mobile-included-toggle,
  .nj-mobile-alternate-journeys { display: none !important; }

  .nj-mobile-full-itinerary,
  .nj-mobile-full-itinerary[hidden] { display: block !important; }
  .nj-mobile-included-panel { display: contents !important; }
}

@media (min-width: 768px) {
  .nj-mobile-itinerary-summary { display: none !important; }
  .nj-mobile-full-itinerary { display: contents !important; }
}
