/* =========================================================
   BMK SIGNATURE MOMENTS — THANKSGIVING 2027
   Trip-specific styles only.
   Global layout, typography, navigation, footer, and shared
   components are inherited from ../../assets/css/.
========================================================= */

:root {
  --trip-paper: var(--bmk-cream, #fbf8f2);
  --trip-ink: var(--bmk-forest, #173d32);
  --trip-deep: var(--bmk-forest-deep, #0f2d25);
  --trip-navy: var(--bmk-navy, #162f49);
  --trip-gold: var(--bmk-gold, #b78a47);
  --trip-muted: var(--bmk-muted, #656b66);
  --trip-line: var(--bmk-line, rgba(23,61,50,.14));
  --trip-cranberry: #b85c46;
}



/* =========================================================
   TRIP PAGE BASE CORRECTIONS
========================================================= */

html,
body {
  margin: 0;
  padding: 0;
}

.bmk-brand:focus,
.bmk-brand:focus-visible {
  outline: none;
}


/* =========================================================
   TRIP CONTENT — BMK EDITORIAL INSET
========================================================= */

.trip-section > .page-shell,
.trip-pool-watermark > .page-shell,
.final > .page-shell {
  box-sizing: border-box;
  padding-inline: 5vw;
}

main {
  overflow: clip;
}

.trip-section {
  padding-block: clamp(72px, 7vw, 118px);
}

.trip-section .eyebrow,
.ship-reveal .eyebrow {
  margin-bottom: 1.25rem;
}

/* =========================================================
   HERO
========================================================= */

.trip-hero {
  position: relative;
  min-height: clamp(700px, 82vh, 940px);
  overflow: hidden;
  background: var(--trip-deep);
  color: #fff;
}

.trip-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
}

.trip-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(15,49,45,.92) 0%,
      rgba(15,49,45,.78) 27%,
      rgba(13,42,52,.46) 48%,
      rgba(13,42,52,.08) 72%),
    linear-gradient(0deg,
      rgba(12,27,39,.68) 0%,
      rgba(12,27,39,.12) 32%,
      rgba(12,27,39,0) 60%);
}

.trip-hero__inner {
  position: relative;
  z-index: 2;
  min-height: clamp(620px, 74vh, 850px);
  display: flex;
  align-items: center;
}

.trip-hero__copy {
  width: min(620px, 46vw);
  padding-bottom: 48px;
}

.trip-hero__eyebrow {
  margin: 0 0 17px;
  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #e5b770;
}

.trip-hero h1 {
  margin: 0;
  max-width: 650px;
  font-family: var(--bmk-serif, "DM Serif Display", Georgia, serif);
  font-size: clamp(58px, 4.8vw, 82px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.025em;
  color: #fffaf2;
}

.trip-hero__deck {
  max-width: 560px;
  margin: 24px 0 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255,250,242,.9);
}

.trip-hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.trip-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid currentColor;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
}

.trip-hero__button--primary {
  background: var(--trip-cranberry);
  border-color: var(--trip-cranberry);
  color: #fffaf2;
}

.trip-hero__button--secondary {
  background: rgba(255,250,242,.06);
  border-color: rgba(255,250,242,.72);
  color: #fffaf2;
  backdrop-filter: blur(3px);
}

.trip-hero__facts {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(12,32,44,.92);
  border-top: 1px solid rgba(229,183,112,.35);
  backdrop-filter: blur(7px);
}

.trip-hero__facts-inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
}

.trip-hero__facts-inner > div {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 30px;
  border-right: 1px solid rgba(255,255,255,.13);
}

.trip-hero__facts-inner > div:first-child { padding-left: 0; }
.trip-hero__facts-inner > div:last-child { border-right: 0; }

.trip-hero__facts span {
  margin-bottom: 7px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #e5b770;
}

.trip-hero__facts strong {
  font-size: 14px;
  font-weight: 400;
  color: #fffaf2;
}


/* =========================================================
   BELOW-HERO BMK CONTENT SYSTEM
========================================================= */

:root {
  --trip-content-inset: 5vw;
}

/* Standard BMK treatment for trip sections */
.trip-section > .page-shell,
.trip-support > .page-shell,
.final > .page-shell,
.trip-pool-watermark > .page-shell {
  width: var(--bmk-page);
  max-width: none;

  margin-inline: auto;

  padding-left: var(--trip-content-inset);
  padding-right: var(--trip-content-inset);

  box-sizing: border-box;
}

/* =========================================================
   POOL-DECK WATERMARK BAND
========================================================= */

.trip-pool-watermark {
  padding-block: clamp(42px, 5vw, 72px);
}

.pool-feature {
  margin: 0;
  position: relative;
  background: var(--trip-paper);
  overflow: hidden;
}

.pool-feature img {
  width: 100%;
  aspect-ratio: 2.15;
  object-fit: cover;
  opacity: .10;
  filter: grayscale(20%) saturate(.65) contrast(.9);
}

.caption {
  margin-top: .6rem;
  font-size: .72rem;
  color: var(--trip-muted);
}

.fine {
  font-size: .78rem;
  line-height: 1.65;
  color: var(--trip-muted);
}

.experience-note {
  margin-top: 1.25rem;
}

/* =========================================================
   ON BOARD
========================================================= */

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 3rem;
  margin-bottom: 2.8rem;
}

.section-head > p {
  max-width: 23rem;
  color: var(--trip-muted);
}

.joy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 1.5rem;
}

.joy figure {
  margin: 0 0 1.5rem;
}

.joy img {
  width: 100%;
  aspect-ratio: 1.12;
  object-fit: cover;
}

.joy .caption {
  min-height: 3.3em;
  font-size: .7rem;
  line-height: 1.5;
}

.joy .eyebrow {
  display: block;
  margin-bottom: .8rem;
}

.joy h3 {
  font-size: 1.8rem;
  line-height: 1.12;
}

.joy p {
  margin-top: 1rem;
  color: var(--trip-muted);
  font-size: .9rem;
}

/* =========================================================
   THANKSGIVING STORY — BMK 3-COLUMN EDITORIAL TREATMENT
========================================================= */

.trip-intro {
  border-top: 1px solid var(--trip-line);
}

.intro-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr 1fr;
  gap: 38px;
  align-items: start;
}

.intro-heading h2 {
  margin: 0;
}

.intro-copy {
  max-width: 520px;
}

.intro-copy p + p {
  margin-top: 1rem;
}

/* =========================================================
   SHIP REVEAL
========================================================= */

.ship-reveal {
  position: relative;
}

.ship-watermark {
  display: none;
}

.ship-reveal-content {
  position: relative;
}

.ship-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 3rem;
  margin-bottom: 2rem;
}

.ship-heading h2 {
  font-size: clamp(2.2rem, 3.2vw, 3.3rem);
}

.ship-heading > p {
  max-width: 22rem;
  color: var(--trip-muted);
}

.ship-reveal figure {
  margin: 0;
}

.ship-reveal figure > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* =========================================================
   ITINERARY
========================================================= */

.route {
  background: #e9eee7;
}

.route .section-head {
  margin-bottom: 2.8rem;
}

.route-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8%;
  align-items: start;
}

.route-note {
  padding: 2rem 0;
}

.route-note h3 {
  max-width: 17rem;
  font-size: 2.1rem;
}

.route-note p {
  max-width: 20rem;
  margin-top: 1.2rem;
}

.route-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.route-list li {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #c6d0c3;
}

.route-list time { font-size: .8rem; }
.route-list strong { font-weight: 500; }
.route-list span { font-size: .78rem; color: var(--trip-muted); }

.route-list .holiday {
  margin-inline: -1.2rem;
  padding: 1.2rem;
  border: 0;
  background: var(--trip-ink);
  color: var(--trip-paper);
}

.holiday span { color: #f1e7cc; }

.holiday small {
  display: block;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #e0cd98;
}

.route .fine {
  margin-top: 1.5rem;
}

/* =========================================================
   STATEROOMS
========================================================= */

.rooms {
  border-top: 1px solid var(--trip-line);
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1.25rem;
}

.room {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border: 1px solid var(--trip-line);
}

.room .number {
  margin-bottom: 2rem;
  font-size: .75rem;
  letter-spacing: .14em;
  color: var(--trip-muted);
}

.room h3 { font-size: 2rem; }

.room p {
  min-height: 4.5rem;
  margin: 1rem 0 2rem;
  color: var(--trip-muted);
}

.room .price-label {
  font-size: .73rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.room .price {
  margin: .15rem 0 1.5rem;
  font-family: var(--bmk-serif, "DM Serif Display", Georgia, serif);
  font-size: 3rem;
}

.room .price small {
  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
  font-size: .8rem;
}

.room .room-link {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 1.2rem;
  border-top: 1px solid var(--trip-line);
  text-decoration: none;
  font-size: .82rem;
}

.room.featured {
  background: var(--trip-ink);
  border-color: var(--trip-ink);
  color: var(--trip-paper);
}

.room.featured p,
.room.featured .number {
  color: #e1e6db;
}

.room.featured .room-link {
  border-color: #7c9787;
}

.rooms .fine {
  max-width: 65rem;
  margin-top: 1.4rem;
}

.other-rooms {
  padding: 1.5rem 0 2rem;
  border-bottom: 1px solid var(--trip-line);
  font-size: .9rem;
}

.package {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  padding-top: 4rem;
}

.package h3 { font-size: 2.3rem; }
.package p { margin-top: 1rem; }

.benefits {
  list-style: none;
  margin: 0;
  padding: 0;
}

.benefits li {
  padding: .8rem 0;
  border-bottom: 1px solid var(--trip-line);
  font-size: .9rem;
}

.benefits span { color: var(--trip-muted); }

/* =========================================================
   PLANNING / BOOKING
========================================================= */

.planning {
  background: var(--trip-ink);
  color: var(--trip-paper);
}

.planning .eyebrow { color: #dbc990; }

.planning-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
}

.planning p {
  margin-top: 1.5rem;
  color: #dce4da;
}

.planning h3 {
  margin-top: 2.5rem;
  font-size: 2rem;
}

.planning a.text-link {
  display: inline-block;
  margin-top: 1rem;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
  padding: 1.5rem 0;
  border-top: 1px solid #647d6f;
}

.steps .step-n {
  font-family: var(--bmk-serif, "DM Serif Display", Georgia, serif);
  font-size: 1.4rem;
  font-style: italic;
  color: #dbc990;
}

.steps h3 {
  margin: 0;
  font-size: 1.6rem;
}

.steps p {
  margin-top: .5rem;
  font-size: .9rem;
}

/* =========================================================
   UPDATES + FAQ
========================================================= */

.updates {
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  gap: 7%;
  margin-bottom: 4.5rem;
  padding: 2rem 0;
  border-block: 1px solid var(--trip-line);
}

.updates h3 { font-size: 1.8rem; }
.updates .eyebrow { margin-bottom: .5rem; }
.updates p { color: var(--trip-muted); }

.faq-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 8%;
}

.faq-grid h2 { max-width: 15rem; }

details {
  border-bottom: 1px solid var(--trip-line);
}

summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 1.2rem 2.3rem 1.2rem 0;
  font-weight: 500;
}

summary::-webkit-details-marker { display: none; }

summary::after {
  content: "+";
  position: absolute;
  right: .2rem;
  top: .95rem;
  font-size: 1.5rem;
}

details[open] summary::after { content: "−"; }

details p {
  padding: 0 1.5rem 1.5rem 0;
  color: var(--trip-muted);
  font-size: .9rem;
}

/* =========================================================
   FINAL CTA + TRIP FOOTER
========================================================= */

.final {
  padding-block: clamp(72px, 7vw, 110px);
  background: #e6e9df;
  text-align: center;
}

.final h2 {
  font-size: clamp(3rem, 5vw, 5rem);
}

.final p {
  max-width: 40rem;
  margin: 1.4rem auto 2rem;
}

.contact-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.contact-email {
  display: inline-block;
  margin-top: 1.5rem;
  overflow-wrap: anywhere;
  font-size: .9rem;
}

.footer {
  padding-block: 2rem;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.footer-inner > p {
  max-width: 43rem;
  font-size: .72rem;
  color: var(--trip-muted);
}

.footer-brand-trip {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  line-height: .9;
}

.footer-brand-trip b {
  font-family: var(--bmk-serif, "DM Serif Display", Georgia, serif);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .05em;
}

.footer-brand-trip small {
  margin-top: .5rem;
  font-size: .55rem;
  letter-spacing: .2em;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (min-width: 981px) and (max-width: 1399px) {
  .trip-hero__image { object-position: 56% center; }
}

@media (max-width: 980px) {
  .section-head,
  .ship-heading {
    align-items: start;
  }

  .joy-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 2.5rem 1.5rem;
  }

  .intro-grid {
    grid-template-columns: 1fr 1.45fr;
  }

  .intro-label {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .trip-section {
    padding-block: 56px;
  }

  .trip-hero {
    min-height: 780px;
  }

  .trip-hero__image {
    object-position: 70% center;
  }

  .trip-hero__overlay {
    background: linear-gradient(
      0deg,
      rgba(13,45,42,.96) 0%,
      rgba(13,45,42,.78) 42%,
      rgba(13,45,42,.16) 76%
    );
  }

  .trip-hero__inner {
    min-height: 620px;
    align-items: flex-end;
    padding-bottom: 38px;
  }

  .trip-hero__copy {
    width: 100%;
    padding-bottom: 0;
  }

  .trip-hero h1 {
    font-size: clamp(46px, 12vw, 60px);
    line-height: .95;
  }

  .trip-hero__deck {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.55;
  }

  .trip-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 26px;
  }

  .trip-hero__button {
    width: 100%;
  }

  .trip-hero__facts {
    position: relative;
  }

  .trip-hero__facts-inner {
    grid-template-columns: 1fr 1fr;
  }

  .trip-hero__facts-inner > div {
    min-height: 78px;
    padding: 15px 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .trip-hero__facts-inner > div:nth-child(odd) {
    border-right: 1px solid rgba(255,255,255,.12);
  }

  .trip-hero__facts-inner > div:first-child {
    padding-left: 12px;
  }

  .section-head,
  .ship-heading {
    display: block;
  }

  .section-head > p,
  .ship-heading > p {
    margin-top: 1.25rem;
  }

  .intro-grid,
  .route-grid,
  .planning-grid,
  .faq-grid,
  .package {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .intro-label {
    grid-column: auto;
  }

  .room-grid {
    grid-template-columns: 1fr;
  }

  .room p {
    min-height: 0;
  }

  .route-note {
    padding: 0 0 1rem;
  }

  .route-note h3,
  .route-note p,
  .faq-grid h2 {
    max-width: none;
  }

  .route-list li {
    grid-template-columns: 62px 1fr auto;
  }

  .route-list li > span {
    font-size: .7rem;
    text-align: right;
    max-width: 85px;
  }

  .updates {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 3rem;
  }

  .contact-actions {
    flex-direction: column;
  }

  .footer-inner {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .joy-grid {
    grid-template-columns: 1fr;
  }

  .joy img {
    aspect-ratio: 1.5;
  }

  .joy .caption {
    min-height: 0;
  }
}

/* =========================================================
   ACCESSIBLE SKIP LINK
========================================================= */

.skip {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 2000;

  padding: 10px 14px;

  background: #fff;
  color: #173d32;

  font-size: 14px;
  text-decoration: none;
}

.skip:focus {
  top: 12px;
}

.bmk-nav-shell {
  box-sizing: border-box;
}

/* =========================================================
   HERO + FACT BAR REFINEMENT
========================================================= */

.trip-hero__image {
  object-position: 50% 42%;
}

.trip-hero__facts-inner > div {
  min-height: 72px;
  padding: 12px 24px;
}

.trip-hero__facts-inner > div:first-child {
  padding-left: 0;
}

.trip-hero__facts span {
  margin-bottom: 5px;
}

.trip-hero__facts strong {
  font-size: 13px;
}

/* =========================================================
   HERO COPY + FACT BAR REFINEMENT
========================================================= */

.trip-hero__inner {
  padding-top: 50px;
}

.trip-hero__facts-inner > div {
  min-height: 62px;
  padding: 9px 22px;
}

.trip-hero__facts-inner > div:first-child {
  padding-left: 0;
}

.trip-hero__facts span {
  margin-bottom: 3px;
  font-size: 8px;
}

.trip-hero__facts strong {
  font-size: 13px;
  line-height: 1.25;
}

.trip-pool-watermark {
  padding-block: clamp(42px, 5vw, 72px);
}

.trip-pool-watermark .page-shell {
  width: 100%;
  max-width: none;
  margin: 0;
}

.pool-feature img {
  width: 100%;
  aspect-ratio: 2.15;
  object-fit: cover;

  opacity: .18;

  filter:
    grayscale(5%)
    saturate(.9)
    contrast(.95);
}
.trip-pool-watermark {
  padding: 0 0 clamp(42px, 5vw, 72px);
}

.pool-feature {
  margin: 0;
  width: 100%;
}

.pool-feature img {
  width: 100%;
  aspect-ratio: 2.15;
  object-fit: cover;

  opacity: .18;

  filter:
    grayscale(5%)
    saturate(.9)
    contrast(.95);
}

.pool-feature-copy {
  padding-top: 12px;
}

.pool-feature-copy .caption {
  margin: 0;
}

.pool-feature-copy .experience-note {
  margin-top: 10px;
  max-width: 900px;
}
/* =========================================================
   THANKSGIVING STORY — MATCH BMK EDITORIAL TREATMENT
========================================================= */

.intro-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr 1fr;
  gap: 38px;
  align-items: end;
}

.intro-label .eyebrow {
  margin: 0;
}

.intro-heading h2 {
  margin: 0;

  font-family: var(--bmk-serif);
  font-size: 64px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.02em;
}

.intro-copy {
  max-width: 420px;
}

.intro-copy p {
  font-family: var(--bmk-sans);
  line-height: 1.65;
}

@media (max-width: 980px) {
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
  }

  .intro-heading h2 {
    font-size: clamp(44px, 7vw, 58px);
  }

  .intro-copy {
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  .intro-heading h2 {
    font-size: 44px;
  }
}

.intro-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr 1fr;
  gap: 38px;
  align-items: start;
}

/* =========================================================
   THANKSGIVING INTRO — TWO COLUMN EDITORIAL
========================================================= */

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  column-gap: clamp(70px, 8vw, 140px);
  align-items: start;
}

.intro-heading {
  max-width: 720px;
}

.intro-heading .eyebrow {
  margin: 0 0 22px;
}

.intro-heading h2 {
  margin: 0;

  font-family: var(--bmk-serif);
  font-size: clamp(58px, 5vw, 82px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.025em;
  color: var(--bmk-forest);
}

.intro-copy {
  max-width: 520px;
}

.intro-copy p {
  margin: 0 0 18px;
  font-family: var(--bmk-sans);
  font-size: 15px;
  line-height: 1.65;
  color: var(--bmk-muted);
}

.intro-copy .intro-lead {
  font-size: 17px;
  line-height: 1.6;
  color: var(--bmk-ink);
}

.intro-copy .intro-closing {
  margin-top: 26px;
  font-family: var(--bmk-serif);
  font-size: 22px;
  font-style: italic;
  color: var(--bmk-gold);
}

@media (max-width: 980px) {
  .intro-grid {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }

  .intro-copy {
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  .intro-heading h2 {
    font-size: 48px;
  }
}

.trip-intro-feature {
  padding-block: clamp(72px, 7vw, 110px);
}

.intro-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  column-gap: clamp(56px, 7vw, 120px);
  row-gap: 38px;
  align-items: center;
}

.intro-feature-copy {
  max-width: 560px;
}

.intro-feature-copy .eyebrow {
  margin: 0 0 18px;
}

.intro-feature-copy h2 {
  margin: 0 0 24px;
  font-family: var(--bmk-serif);
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.04;
  color: var(--bmk-forest);
}

.intro-feature-copy p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--bmk-muted);
}

.intro-feature-ship figure {
  margin: 0;
  overflow: hidden;
}

.intro-feature-ship img {
  display: block;
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}

.ship-intro {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: baseline;
}

.ship-intro .eyebrow {
  margin: 0;
}

.ship-intro p:last-child {
  margin: 0;
  font-size: 13px;
  color: var(--bmk-muted);
}

.intro-feature-close {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--bmk-line);

  font-family: var(--bmk-serif);
  font-size: clamp(24px, 2.3vw, 34px);
  font-style: italic;
  color: var(--bmk-gold);
}

/* =========================================================
   THANKSGIVING INTRO + BLISS
========================================================= */

.trip-intro-feature {
  position: relative;
  overflow: hidden;

  min-height: 440px;
  padding-top: clamp(86px, 7vw, 120px);
  padding-bottom: clamp(70px, 6vw, 100px);

  background: var(--trip-paper);
}


/* COPY */

.intro-feature-grid {
  position: relative;
  z-index: 2;
  display: block;
}

.intro-feature-copy {
  width: min(800px, 48%);
  max-width: none;
}

.intro-feature-copy .eyebrow {
  margin: 0 0 18px;
}

.intro-feature-copy h2 {
  margin: 0 0 24px;

  font-family: var(--bmk-serif);
  font-size: clamp(42px, 3.7vw, 58px);
  font-weight: 400;
  line-height: 1.04;
  color: var(--bmk-forest);
}

.intro-feature-copy > p {
  margin: 0 0 17px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--bmk-muted);
}


/* BLISS IMAGE FRAME */

.intro-feature-ship-bg {
  position: absolute;
  z-index: 1;

  top: 104px;
  right: calc((100vw - var(--bmk-page)) / 2);

  width: min(47vw, 860px);
  height: 330px;

  overflow: hidden;
}


/* BLISS IMAGE — ZOOM / CROP CONTROL */

.intro-feature-ship-bg img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  /*
     The stretched image has extra open space on the LEFT,
     so the focal point needs to favor the RIGHT where Bliss sits.
  */
  object-position: 90% 76%;

  /*
     THIS IS YOUR ZOOM CONTROL.
     1 = no zoom
     1.10 = slight zoom
     1.20 = moderate zoom
     1.30 = strong zoom
  */
  transform: scale(1.35);

  /*
     Keep the zoom anchored around the ship instead of
     expanding equally from the middle of the image.
  */
  transform-origin: 75% 99%;

  filter:
    saturate(.78)
    contrast(.94)
    brightness(1.02);

  -webkit-mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      rgba(0,0,0,.20) 12%,
      #000 34%,
      #000 100%
    );

  mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      rgba(0,0,0,.20) 12%,
      #000 34%,
      #000 100%
    );
}


/* SHIP IDENTIFICATION */

.ship-intro {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--bmk-line);
}

.ship-intro .eyebrow {
  margin-bottom: 6px;
}

.ship-intro p:last-child {
  margin: 0;
  font-size: 13px;
  color: var(--bmk-muted);
}

/* =========================================================
   THANKSGIVING INTRO + BLISS — CURRENT REFINEMENT
========================================================= */

/* 1. ALIGN COPY TO TRUE BMK PAGE MARGIN
   This cancels the extra 5vw inset we added to trip sections earlier. */



/* 2. GIVE COPY ENOUGH ROOM, BUT KEEP IT OUT OF THE SHIP */
.intro-feature-copy {
  width: 48%;
  max-width: 760px;
}

.intro-feature-copy > p {
  max-width: 680px;
}


/* 3. SHIP FRAME */
.intro-feature-ship-bg {
  position: absolute;
  z-index: 1;

  top: 92px;

  right: calc((100vw - var(--bmk-page)) / 2 + var(--trip-content-inset));

  width: 54%;
  height: 350px;

  overflow: hidden;
}


/* 4. SHIP CROP / ZOOM */
.intro-feature-ship-bg img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  /*
     LOWER X = reveal more of the LEFT side of the ship.
     HIGHER Y = favor the lower portion of the photo.
  */
  object-position: -60% 86%;

  /*
     Slightly less aggressive than 1.35 so more of Bliss remains visible.
  */
  transform: scale(1.2);
  transform-origin: -60% 86%;

  filter:
    saturate(.78)
    contrast(.94)
    brightness(1.02);

  /*
     Longer, softer fade.
     The image is effectively invisible at its left edge,
     so there should no longer be a vertical seam.
  */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, .04) 7%,
    rgba(0, 0, 0, .14) 14%,
    rgba(0, 0, 0, .36) 23%,
    rgba(0, 0, 0, .70) 34%,
    #000 46%,
    #000 100%
  );

  mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, .04) 7%,
    rgba(0, 0, 0, .14) 14%,
    rgba(0, 0, 0, .36) 23%,
    rgba(0, 0, 0, .70) 34%,
    #000 46%,
    #000 100%
  );
}


/* 5. SHIP IDENTIFICATION — MORE EDITORIAL */
.ship-intro {
  max-width: 680px;

  margin-top: 30px;
  padding-top: 15px;

  border-top: 1px solid var(--bmk-line);

  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 28px;
}

.ship-intro .eyebrow {
  margin: 0;

  font-family: var(--bmk-sans);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .16em;
  color: var(--bmk-gold);
}

.ship-intro p:last-child {
  margin: 0;

  font-family: var(--bmk-sans);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .01em;

  color: var(--bmk-muted);

  white-space: nowrap;
}


.intro-feature-ship-bg::before {
  content: "";
  position: absolute;

  top: 0;
  bottom: 0;
  left: 0;

  width: 30%;

  z-index: 2;
  pointer-events: none;

  background: linear-gradient(
    to right,
    var(--trip-paper) 0%,
    rgba(251, 248, 242, .96) 20%,
    rgba(251, 248, 242, .72) 48%,
    rgba(251, 248, 242, .32) 72%,
    rgba(251, 248, 242, 0) 100%
  );
}

/* =========================================================
   BELOW-HERO VERTICAL RHYTHM — BMK REFINEMENT
========================================================= */

/* Standard sections below hero */
.trip-section {
  padding-top: clamp(56px, 4.5vw, 76px);
  padding-bottom: clamp(56px, 4.5vw, 76px);
}


/* Thanksgiving intro — slightly tighter transition */
.trip-intro-feature {
  min-height: 0;

  padding-top: clamp(58px, 4.5vw, 72px);
  padding-bottom: clamp(48px, 4vw, 64px);
}


/* Keep Thanksgiving copy visually contained */
.intro-feature-copy {
  width: 44%;
  max-width: 700px;
}

.intro-feature-copy > p {
  max-width: 620px;
}


/* Tighten spacing inside the copy */
.intro-feature-copy .eyebrow {
  margin-bottom: 14px;
}

.intro-feature-copy h2 {
  margin-bottom: 20px;
}

.intro-feature-copy > p {
  margin-bottom: 13px;
}


/* Bring ship identification closer to the story */
.ship-intro {
  margin-top: 22px;
  padding-top: 12px;
}


/* =========================================================
   HERO BUTTONS + THANKSGIVING INTRO REFINEMENT
========================================================= */

/* 1) Make hero buttons the same size */
.trip-hero__actions {
  display: flex;
  gap: 12px;
}

.trip-hero__button {
  min-width: 160px;
  min-height: 42px;
  justify-content: center;
  text-align: center;
  padding-inline: 20px;
}

/* 2) Bring in the Thanksgiving body copy */
.intro-feature-copy {
  width: 44%;
  max-width: 700px;
}

.intro-feature-copy > p {
  max-width: 560px;
  margin-bottom: 14px;
}

/* 3) Keep the ship-intro line and 8 nights on the same controlled measure */
.ship-intro {
  max-width: 560px;
  margin-top: 20px;
  padding-top: 12px;

  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  column-gap: 20px;

  border-top: 1px solid var(--bmk-line);
}

.ship-intro .eyebrow {
  margin: 0;
}

.ship-intro p:last-child {
  margin: 0;
  justify-self: end;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.35;
  color: var(--trip-muted);
}

/* =========================================================
   THANKSGIVING INTRO — FINAL ALIGNMENT PASS
========================================================= */


/* 1. STANDARD BMK EYEBROW */
.intro-feature-copy > .eyebrow {
  margin: 0 0 16px;

  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;

  color: var(--bmk-muted);
}


/* 2. BODY COPY — KEEP IT CONTAINED */
.intro-feature-copy > p {
  max-width: 560px;
}


/* 3. SHIP ID ROW — SPAN THE FULL BMK CONTENT WIDTH */
.ship-intro {
  position: relative;
  z-index: 3;

  width: calc(
    var(--bmk-page)
    - var(--trip-content-inset)
    - var(--trip-content-inset)
  );

  max-width: none;

  margin-top: 22px;
  padding-top: 13px;

  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 24px;

  border-top: 1px solid var(--bmk-line);
}


/* ABOARD — SAME EYEBROW SYSTEM */
.ship-intro .eyebrow {
  margin: 0;

  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;

  color: var(--bmk-gold);
}


/* 8 NIGHTS — RIGHT EDGE ALIGNS WITH SHIP / BMK CONTENT EDGE */
.ship-intro p:last-child {
  margin: 0;
  justify-self: end;

  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
  font-size: 12px;
  line-height: 1.35;

  color: var(--bmk-muted);
  white-space: nowrap;
}


/* 4. RESTORE PROPORTIONAL SPACE BELOW THE SHIP */
.trip-intro-feature {
  padding-top: clamp(58px, 4.5vw, 72px);
  padding-bottom: clamp(68px, 5vw, 82px);
}



/* =========================================================
   BMK TRIP PAGE — UNIVERSAL TYPOGRAPHY SYSTEM
========================================================= */

/* BODY */
body,
.trip-section,
.trip-support,
.final {
  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
}


/* BODY COPY */
.trip-section p,
.trip-support p,
.final p {
  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
}


/* HEADINGS */
.trip-section h1,
.trip-section h2,
.trip-section h3,
.trip-support h1,
.trip-support h2,
.trip-support h3,
.final h1,
.final h2,
.final h3 {
  font-family: var(--bmk-serif, "DM Serif Display", Georgia, serif);
  font-weight: 400;
}


/* UNIVERSAL EYEBROW */
.eyebrow {
  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);

  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;

  letter-spacing: .18em;
  text-transform: uppercase;

  color: var(--bmk-forest);
}


/* OPTIONAL GOLD EYEBROW */
.eyebrow--gold {
  color: var(--bmk-gold);
}


/* OPTIONAL LIGHT EYEBROW */
.eyebrow--light {
  color: rgba(255,255,255,.88);
}


/* THANKSGIVING EYEBROW — USE STANDARD GREEN */
.intro-feature-copy > .eyebrow {
  color: var(--bmk-forest);
}


/* SHIP LABEL — GOLD ACCENT */
.ship-intro .eyebrow {
  color: var(--bmk-gold);
}

/* =========================================================
   THANKSGIVING SHIP LABEL ALIGNMENT
========================================================= */

.ship-intro {
  width: 100%;
  max-width: 560px;

  margin-top: 22px;
  padding-top: 12px;

  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 20px;

  border-top: 1px solid var(--bmk-line);
}

.ship-intro p:last-child {
  justify-self: end;
  margin: 0;

  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
  font-size: 13px;
  line-height: 1.35;

  color: var(--bmk-muted);
  white-space: nowrap;
}

/* =========================================================
   BMK HERO + THANKSGIVING ALIGNMENT CORRECTION
========================================================= */


/* 1. HERO — MATCH BMK INDEX LEFT POSITION */
.trip-hero__inner {
  width: 100%;
  max-width: none;

  margin: 0;

  padding-left: 5vw;
  padding-right: 5vw;
  box-sizing: border-box;
}


/* Keep hero copy at BMK index measure */
.trip-hero__copy {
  width: min(680px, 48vw);
}


/* 2. THANKSGIVING EYEBROW — BMK GOLD */
.intro-feature-copy > .eyebrow {
  color: var(--bmk-gold);

  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .14em;
  text-transform: uppercase;
}


/* 3. DROP THANKSGIVING CONTENT TO ALIGN WITH TOP OF SHIP */
.intro-feature-grid {
  padding-top: 28px;
}


/* 4. KEEP HEADING/COPY COMPACT AFTER DROPPING IT */
.intro-feature-copy > .eyebrow {
  margin-bottom: 14px;
}

.intro-feature-copy h2 {
  margin-bottom: 20px;
}


/* 5. SHIP LABEL — GOLD, SAME TYPE SYSTEM */
.ship-intro .eyebrow {
  color: var(--bmk-gold);

  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .14em;
  text-transform: uppercase;
}
/* =========================================================
   BMK TRIP PAGE — CANONICAL TYPOGRAPHY SYSTEM
========================================================= */

/* BODY */
body {
  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
  font-weight: 300;
}


/* BODY COPY */
p,
li,
summary,
details {
  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
}


/* HEADINGS */
h1,
h2,
h3 {
  font-family: var(--bmk-serif, "DM Serif Display", Georgia, serif);
  font-weight: 400;
}


/* UNIVERSAL EYEBROW */
.eyebrow {
  margin: 0 0 18px;

  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;

  letter-spacing: .14em;
  text-transform: uppercase;

  color: var(--bmk-gold);
}


/* EYEBROW ON DARK / PHOTO BACKGROUNDS */
.eyebrow.light,
.trip-hero .eyebrow,
.planning .eyebrow {
  color: rgba(255,255,255,.88);
}


/* GOLD EYEBROW WHEN WE WANT EMPHASIS */
.eyebrow.gold,
.ship-intro .eyebrow {
  color: var(--bmk-gold);
}


/* STANDARD LIGHT-BACKGROUND BODY COPY */
.trip-section p,
.trip-support p,
.final p {
  color: var(--bmk-muted);
}


/* HERO COPY — MATCH BMK INDEX */
.trip-hero__inner {
  width: 100%;
  max-width: none;
  margin: 0;

  padding-left: 5vw;
  padding-right: 5vw;

  box-sizing: border-box;
}


.intro-feature-ship-credit {
  position: absolute;
  z-index: 4;

  top: 450px;

  right: calc(
    (100vw - var(--bmk-page)) / 2
    + var(--trip-content-inset)
  );

  margin: 0;

  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
  font-size: 9px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .03em;

  color: var(--bmk-muted);
}

/* =========================================================
   BMK TRIP PAGE — TYPOGRAPHY + SECTION INTRO STANDARD
========================================================= */

/* EYEBROWS — BMK STANDARD ON LIGHT BACKGROUNDS */
.trip-section .eyebrow {
  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--bmk-gold);
}


/* MAIN SECTION HEADINGS — BMK STANDARD */
.trip-section h2 {
  font-family: var(--bmk-serif, "DM Serif Display", Georgia, serif);
  font-weight: 400;
  font-size: clamp(42px, 3.6vw, 58px);
  line-height: .98;
  letter-spacing: -.02em;
  color: var(--bmk-forest);
}


/* SUPPORTING ITALIC WITHIN A HEADING */
.trip-section h2 em {
  font-weight: 400;
  font-style: italic;
}


/* BODY COPY — BMK STANDARD */
.trip-section p {
  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--bmk-muted);
}

/* =========================================================
   ON BOARD — BMK SECTION INTRO
========================================================= */

.section-head {
  display: block;
  margin-bottom: 42px;
}

.section-head .eyebrow {
  margin: 0 0 16px;
}

.section-head h2 {
  max-width: 700px;
  margin: 0;
}

.section-head > p {
  max-width: 560px;
  margin: 22px 0 0;

  text-align: left;
}

/* =========================================================
   NORWEGIAN BLISS — FACT BAND
========================================================= */

.bliss-facts {
  margin: 34px 0 42px;
  padding: 22px 0;

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;

  border-top: 1px solid var(--bmk-gold);
  border-bottom: 1px solid var(--bmk-gold);
}

.bliss-fact {
  min-width: 0;
}

.bliss-fact span {
  display: block;
  margin-bottom: 7px;

  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.3;

  letter-spacing: .14em;
  text-transform: uppercase;

  color: var(--bmk-gold);
}

.bliss-fact strong {
  display: block;

  font-family: var(--bmk-serif, "DM Serif Display", Georgia, serif);
  font-size: clamp(19px, 1.5vw, 25px);
  font-weight: 400;
  line-height: 1.15;

  color: var(--bmk-forest);
}

.trip-section .intro-feature-ship-credit {
  font-family: var(--bmk-sans);
  font-size: 9px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: .03em;
  color: var(--bmk-muted);
}

.bliss-intro-banner {
  margin-top: 28px;
  padding: 18px 0;

  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 28px;

  border-top: 1px solid var(--bmk-gold);
  border-bottom: 1px solid var(--bmk-gold);
}

.bliss-intro-banner span {
  display: block;
  margin-bottom: 5px;

  font-family: var(--bmk-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;

  color: var(--bmk-gold);
}

.bliss-intro-banner strong {
  display: block;

  font-family: var(--bmk-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;

  color: var(--bmk-forest);
}

/* =========================================================
   THANKSGIVING INTRO — SPACING + SHIP REFINEMENT
========================================================= */

.trip-intro-feature {
  --intro-top: clamp(58px, 4.5vw, 72px);
  --intro-ship-height: 390px;

  padding-top: var(--intro-top);
}

/* Remove the extra 28px that was stacking on top */
.intro-feature-grid {
  padding-top: 0;
}


/* SHIP — align top with Thanksgiving content */
.intro-feature-ship-bg {
  top: var(--intro-top);
  height: var(--intro-ship-height);
}


/* ZOOM SHIP WITHOUT CHANGING THE FOCAL POSITION */
.intro-feature-ship-bg img {
  object-position: 60% 86%;

  transform: scale(1.40);
  transform-origin: 60% 86%;
}


/* KEEP CREDIT ATTACHED TO BOTTOM OF IMAGE */
.trip-section .intro-feature-ship-credit {
  top: calc(
    var(--intro-top)
    + var(--intro-ship-height)
    + 8px
  );

  font-size: 9px;
  line-height: 1.3;
}

/* =========================================================
   BLISS BANNER INTRO LINE
========================================================= */

.bliss-banner-kicker {
  margin-top: 26px;
  margin-bottom: 10px;

  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;

  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .14em;
  text-transform: uppercase;

  color: var(--bmk-gold);
}

.bliss-banner-kicker span:last-child {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: none;
  color: var(--bmk-gold);
}


/* =========================================================
   ON BOARD HEADER — BMK EDITORIAL SPLIT
========================================================= */

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, .75fr);
  column-gap: clamp(70px, 8vw, 140px);

  align-items: end;

  margin-bottom: 42px;
}

.section-head > div {
  min-width: 0;
}

.section-head > p {
  max-width: 390px;
  margin: 0;

  justify-self: end;
  align-self: end;

  text-align: left;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, .75fr);
  column-gap: clamp(70px, 8vw, 140px);

  align-items: center;

  margin-bottom: 42px;
}

.section-head > p {
  max-width: 390px;
  margin: 0;

  justify-self: end;
  align-self: center;

  text-align: left;
}


.section-head {
  display: grid;

  grid-template-columns:
    minmax(0, 1.3fr)
    minmax(420px, 1fr);

  column-gap: clamp(56px, 6vw, 100px);

  align-items: center;

  margin-bottom: 42px;
}

.section-head > div:last-child {
  max-width: 620px;
  justify-self: end;
}

.section-head > div:last-child p {
  max-width: none;
}
.trip-section .experience-disclaimer {
  margin-top: 14px;

  font-size: 12px;
  line-height: 1.55;

  color: var(--bmk-muted);
}


/* =========================================================
   ON BOARD — NCL RESOURCE LINK
========================================================= */

.experience-resource-link {
  margin-top: 34px;
  padding: 18px 0;

  border-top: 1px solid var(--bmk-forest);
  border-bottom: 1px solid var(--bmk-forest);
}

.experience-resource-link a {
  display: inline-block;

  font-family: var(--bmk-sans, "Libre Franklin", Arial, sans-serif);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;

  letter-spacing: .12em;
  text-transform: uppercase;

  color: var(--bmk-forest);
  text-decoration: none;
}

.experience-resource-link a:hover {
  text-decoration: underline;
}


/* =========================================================
   ITINERARY — POOL DECK WATERMARK
========================================================= */

.trip-section.route {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* Pool-deck image */
.trip-section.route::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("assets/images/bliss-pool-deck-large.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  opacity: .40;

  z-index: 0;
  pointer-events: none;
}

/* Ivory wash over image */
.trip-section.route::after {
  content: "";
  position: absolute;
  inset: 0;

  background: rgba(251, 248, 242, .68);

  z-index: 1;
  pointer-events: none;
}

/* Keep all itinerary content above watermark */
.trip-section.route > .page-shell {
  position: relative;
  z-index: 2;
}

/* =========================================================
   ITINERARY — LARGE SCREEN BALANCE
========================================================= */

.route-grid {
  grid-template-columns:
    minmax(390px, 1fr)
    minmax(0, 1.4fr);

  column-gap: clamp(68px, 6vw, 105px);
}

.route-list {
  width: 100%;
  max-width: none;
  margin-left: 0;
}


.route-grid {
  display: grid;
  grid-template-columns:
    minmax(340px, 1fr)
    minmax(0, 1.45fr);

  column-gap: clamp(36px, 3.5vw, 64px);

  align-items: start;
}

.route-note {
  max-width: 420px;
}

.route-list {
  width: 100%;
  max-width: none;
  margin-left: 0;
}

/* =========================================================
   ITINERARY — EDITORIAL BALANCE + LIGHTER WATERMARK
========================================================= */

.route-grid {
  display: grid;

  grid-template-columns:
    minmax(420px, 1.35fr)
    minmax(520px, 1fr);

  column-gap: clamp(44px, 4vw, 72px);

  align-items: start;
}

.route-note {
  max-width: 520px;
}

.route-list {
  width: 100%;
  max-width: 650px;

  margin-left: auto;
}

/* =========================================================
   ITINERARY — FULL-BLEED PHOTO + EDITORIAL PANELS
========================================================= */

.trip-section.route-photo {
  position: relative;
  overflow: hidden;

  background:
    linear-gradient(
      rgba(15, 45, 37, .10),
      rgba(15, 45, 37, .10)
    ),
    url("assets/images/bliss-pool-deck-large.webp");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding-top: clamp(70px, 6vw, 100px);
  padding-bottom: clamp(70px, 6vw, 100px);
}


/* Kill previous watermark layers */
.trip-section.route-photo::before,
.trip-section.route-photo::after {
  content: none;
}


/* Two-panel layout */
.route-photo-grid {
  display: grid;

  grid-template-columns:
    minmax(420px, 1.2fr)
    minmax(520px, .9fr);

  gap: clamp(30px, 3vw, 48px);

  align-items: stretch;
}


/* Shared panel treatment */
.route-panel {
  background: rgba(251, 248, 242, .93);

  padding:
    clamp(38px, 4vw, 58px)
    clamp(36px, 3.5vw, 54px);

  box-sizing: border-box;
}


/* LEFT STORY PANEL */
.route-panel--story {
  max-width: 680px;
}

.route-panel--story h2 {
  margin-bottom: 24px;
}

.route-intro {
  max-width: 520px;
  margin-bottom: 46px;
}


/* Thanksgiving block within left panel */
.route-highlight {
  margin-top: 42px;
  padding-top: 30px;

  border-top: 1px solid rgba(23, 61, 50, .22);
}

.route-highlight h3 {
  margin:
    10px 0
    20px;

  font-family: var(--bmk-serif);
  font-size: clamp(30px, 2.3vw, 40px);
  font-weight: 400;
  line-height: 1.05;

  color: var(--bmk-forest);
}


/* RIGHT SCHEDULE PANEL */
.route-panel--schedule {
  align-self: center;
}

.route-panel--schedule .route-list {
  width: 100%;
  max-width: none;

  margin: 0;
}


/* Disclaimer */
.route-disclaimer {
  margin-top: 22px;
  padding-top: 18px;

  border-top: 1px solid rgba(23, 61, 50, .18);
}

/* =========================================================
   STATEROOMS — CLEANUP
========================================================= */

.stateroom-grid {
  align-items: stretch;
}

.stateroom-card {
  display: flex;
  flex-direction: column;
  min-height: 470px;
}

.stateroom-card h3 {
  margin-top: 68px;
  margin-bottom: 34px;
}

.stateroom-card > p {
  max-width: 390px;
}

.stateroom-card .price-block {
  margin-top: auto;
}

.stateroom-card .card-link {
  margin-top: 30px;
}


/* RATE NOTES */
.stateroom-rate-note {
  max-width: 1040px;
  margin: 26px 0 0;
}

.stateroom-deadline {
  max-width: 1040px;
  margin: 14px 0 0;

  padding: 14px 18px;

  border-left: 3px solid var(--bmk-gold);

  font-weight: 500;
  color: var(--bmk-forest);
}

.stateroom-fine {
  max-width: 1040px;
  margin: 12px 0 0;

  font-size: 12px;
  line-height: 1.55;

  color: var(--bmk-muted);
}

.room.featured h3,
.room.featured > p,
.room.featured .price-label,
.room.featured .price,
.room.featured .price small,
.room.featured .room-link {
  color: var(--bmk-ivory);
}

.room.featured .number {
  color: var(--bmk-ivory);
}

.room-card.featured .eyebrow,
.room-card.featured .card-kicker {
  color: var(--bmk-gold);
}
.section-head-copy {
  max-width: 620px;
  justify-self: end;
  align-self: center;
}

.section-head-copy p {
  margin: 0;
  max-width: none;
}

.group-pricing-details {
  max-width: 1080px;
  margin-top: 34px;
}

.group-pricing-details > p {
  max-width: 900px;
}

.group-pricing-deadline {
  margin-top: 18px;
  padding: 16px 20px;

  border-left: 3px solid var(--bmk-gold);
  background: rgba(183, 138, 71, .07);
}

.group-pricing-deadline strong {
  color: var(--bmk-forest);
}

.group-pricing-details .fine {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.55;
}

.alternate-accommodations {
  margin-top: 22px;
}


/* =========================================================
   ROOM LINKS — BMK MOVEMENT TREATMENT
========================================================= */

.room-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;

  width: fit-content;

  color: inherit;
  text-decoration: none;

  transition:
    transform .28s ease,
    opacity .28s ease;
}

.room-link::after {
  content: "";
  position: absolute;

  left: 0;
  bottom: -6px;

  width: 100%;
  height: 1px;

  background: currentColor;

  transform: scaleX(.28);
  transform-origin: left center;

  opacity: .45;

  transition:
    transform .32s ease,
    opacity .32s ease;
}

.room-link span {
  display: inline-block;

  transition: transform .32s ease;
}

.room-link:hover {
  transform: translateX(4px);
}

.room-link:hover::after {
  transform: scaleX(1);
  opacity: .85;
}

.room-link:hover span {
  transform: translate(5px, -2px);
}

.experience-resource-link a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;

  transition:
    transform .3s ease,
    letter-spacing .3s ease;
}

.experience-resource-link a:hover {
  transform: translateX(6px);
  letter-spacing: .15em;
}


/* =========================================================
   ROOM LINKS — STRONGER COLOR + MOVEMENT
========================================================= */

.room-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;

  width: fit-content;

  font-family: var(--bmk-sans);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;

  letter-spacing: .08em;
  text-transform: uppercase;

  color: var(--bmk-forest);
  text-decoration: none;

  transition:
    color .25s ease,
    transform .25s ease;
}

.room-link::after {
  content: "";
  position: absolute;

  left: 0;
  bottom: -6px;

  width: 100%;
  height: 2px;

  background: var(--bmk-gold);

  transform: scaleX(.35);
  transform-origin: left center;

  transition: transform .3s ease;
}

.room-link span {
  display: inline-block;
  color: var(--bmk-gold);

  transition: transform .3s ease;
}

.room-link:hover {
  color: var(--bmk-gold);
  transform: translateX(5px);
}

.room-link:hover::after {
  transform: scaleX(1);
}

.room-link:hover span {
  transform: translate(6px, -2px);
}


.room.featured .room-link,
.room.featured .room-link:visited {
  color: var(--bmk-ivory);
}

.room.featured .room-link::after {
  background: var(--bmk-gold);
}

.room.featured .room-link span {
  color: var(--bmk-gold);
}

.room.featured .room-link:hover {
  color: var(--bmk-gold);
}


.experience-resource-link a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .11em;
  color: var(--bmk-forest);
}

.experience-resource-link a:hover {
  color: var(--bmk-gold);
}


/* =========================================================
   STATEROOMS — WARM EDITORIAL TREATMENT
========================================================= */

.trip-staterooms,
.staterooms {
  background: #eee8df;
}


/* CARDS — REMOVE CLINICAL WHITE BOX FEEL */
.room {
  border: 0;

  background: rgba(255, 253, 248, .82);

  box-shadow:
    0 1px 0 rgba(23, 61, 50, .08),
    0 12px 34px rgba(23, 61, 50, .05);

  position: relative;
}


/* GOLD ACCENT ACROSS TOP */
.room::before {
  content: "";
  position: absolute;

  top: 0;
  left: 0;

  width: 72px;
  height: 3px;

  background: var(--bmk-gold);
}


/* FEATURED BALCONY */
.room.featured {
  background:
    linear-gradient(
      145deg,
      #173d32 0%,
      #12352c 100%
    );

  box-shadow:
    0 16px 38px rgba(15, 45, 37, .14);
}


/* CLUB BALCONY — WARMER THIRD CARD */
.room:nth-child(3) {
  background: #e6ddd0;
}


/* WARMER DIVIDERS */
.room-link {
  border-top-color: rgba(183, 138, 71, .45);
}


/* MAKE ROOM TITLES FEEL MORE LUXURIOUS */
.room h3 {
  font-size: clamp(30px, 2.1vw, 38px);
}


/* FEATURED CARD TITLE */
.room.featured h3 {
  color: var(--bmk-ivory);
}


/* GOLD PRICING ON FEATURED */
.room.featured .price {
  color: #f0d59d;
}


/* SUPPORT COPY — A LITTLE DARKER */
.room:not(.featured) > p {
  color: #4f574f;
}


.group-pricing-details {
  margin-top: 34px;

  padding:
    30px
    clamp(28px, 3vw, 44px);

  background: rgba(255, 253, 248, .68);

  border-top: 1px solid var(--bmk-gold);
  border-bottom: 1px solid rgba(183, 138, 71, .45);
}


.group-pricing-deadline {
  background: rgba(183, 138, 71, .12);
  border-left: 3px solid var(--bmk-gold);
}


/* =========================================================
   STATEROOMS — COMPACT CARD REFINEMENT
========================================================= */

.room {
  min-height: 0;
  height: auto;

  padding: 28px 32px 26px;

  border: 1px solid rgba(23, 61, 50, .14);
  border-radius: 3px;

  background: var(--bmk-white);
  box-shadow: none;
}

/* Keep Balcony as the visual anchor */
.room.featured {
  background: var(--bmk-forest);
  border-color: var(--bmk-forest);
}

/* Remove decorative top stripe if you added it */
.room::before {
  content: none;
}


/* TIGHTER INTERNAL SPACING */
.room .number {
  margin-bottom: 34px;
}

.room h3 {
  margin: 0 0 22px;

  font-size: clamp(29px, 2vw, 35px);
}

.room > p {
  margin: 0 0 28px;
  min-height: 0;
}

.room .price-label {
  display: block;
  margin: 0 0 8px;
}

.room .price {
  margin: 0 0 24px;
}

.room .room-link {
  margin-top: 0;
  padding-top: 18px;
}


/* =========================================================
   GROUP PRICING DETAILS — CLEAN NEUTRAL TREATMENT
========================================================= */

.group-pricing-details {
  display: block;

  width: 100%;
  max-width: none;

  margin-top: 34px;
  padding: 28px 0 30px;

  background: transparent;

  border-top: 1px solid var(--bmk-line);
  border-bottom: 1px solid var(--bmk-line);

  box-sizing: border-box;
}


/* SECTION LABEL */
.group-pricing-details .eyebrow {
  margin: 0 0 20px;

  color: var(--bmk-forest);
}


/* NORMAL BODY COPY */
.group-pricing-details > p {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}


/* DEADLINE — IMPORTANT, BUT NO COLORED BOX */
.group-pricing-deadline {
  margin-top: 18px;
  padding: 0;

  background: transparent;
  border: 0;

  color: var(--bmk-ink);
}

.group-pricing-deadline strong {
  color: var(--bmk-forest);
  font-weight: 600;
}


/* SMALL TERMS */
.group-pricing-details .fine {
  margin-top: 14px;

  font-size: 13px;
  line-height: 1.55;
}


/* ALTERNATE ACCOMMODATIONS */
.alternate-accommodations {
  margin-top: 22px;
  padding-top: 20px;

  border-top: 1px solid var(--bmk-line);
}


.room-options-note {
  width: 100%;
  margin: 24px 0 0;
  padding: 18px 0 0;

  border-top: 1px solid var(--bmk-line);

  font-size: 14px;
  line-height: 1.65;

  color: var(--bmk-muted);
}

.room-options-note strong {
  color: var(--bmk-forest);
  font-weight: 600;
}


.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(420px, 1fr);
  column-gap: clamp(56px, 6vw, 100px);
  align-items: center;
}

.section-head-copy {
  max-width: 620px;
  justify-self: end;
  align-self: center;
}

.section-head-copy p {
  margin: 0;
}



.room {
  background: var(--bmk-white);
  border: 1px solid var(--bmk-line);
  border-radius: 3px;
  box-shadow: none;
}

.room.featured {
  background: var(--bmk-forest);
  border-color: var(--bmk-forest);
}

.room:nth-child(3) {
  background: var(--bmk-f3eee6);
}



.group-pricing-deadline {
  margin-top: 18px;
  padding: 14px 0 14px 18px;

  border-left: 3px solid var(--bmk-gold);

  background: transparent;
  color: var(--bmk-ink);
}

.room.room-inside {
  background: var(--bmk-f3eee6);
}


.group-pricing-details {
  width: 100%;
  max-width: none;

  margin-top: 34px;
  padding: 30px 36px;

  background: var(--bmk-navy);

  box-sizing: border-box;
}

.group-pricing-details .eyebrow {
  color: var(--bmk-gold);
}

.group-pricing-details p {
  color: rgba(255, 255, 255, .86);
}

.group-pricing-details strong {
  color: var(--bmk-white);
}

.group-pricing-deadline {
  margin-top: 18px;
  padding: 12px 0 12px 18px;

  border-left: 3px solid var(--bmk-gold);
}

/* =========================================================
   MAKE THE PACKAGE YOURS
========================================================= */

.package {
  background: var(--bmk-cream);
}

.package-grid {
  display: grid;

  grid-template-columns:
    minmax(0, .95fr)
    minmax(520px, 1.05fr);

  column-gap: clamp(70px, 7vw, 120px);

  align-items: start;
}


/* LEFT SIDE */

.package-intro {
  max-width: 650px;
}

.package-intro .eyebrow {
  margin-bottom: 20px;
}

.package-intro h2 {
  margin: 0;

  font-family: var(--bmk-serif);
  font-size: clamp(42px, 3.5vw, 58px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.02em;

  color: var(--bmk-forest);
}

.package-intro h2 em {
  font-weight: 400;
}

.package-intro > p:last-child {
  max-width: 520px;
  margin: 30px 0 0;

  font-size: 15px;
  line-height: 1.7;
}


/* RIGHT SIDE */

.package-options {
  width: 100%;
  max-width: 680px;

  justify-self: end;
}

.package-item {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    auto;

  gap: 24px;

  align-items: baseline;

  padding: 17px 0;

  border-bottom: 1px solid var(--bmk-line);
}

.package-item:first-child {
  border-top: 1px solid var(--bmk-line);
}

.package-item strong {
  font-family: var(--bmk-sans);
  font-size: 15px;
  font-weight: 600;

  color: var(--bmk-forest);
}

.package-item span {
  font-family: var(--bmk-sans);
  font-size: 13px;
  font-weight: 300;

  color: var(--bmk-muted);

  white-space: nowrap;
}


/* QUALIFIER BETWEEN BENEFIT GROUPS */

.package-subhead {
  margin: 28px 0 8px;

  font-family: var(--bmk-sans);
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.3;
  letter-spacing: .14em;
  text-transform: uppercase;

  color: var(--bmk-gold) !important;
}


/* SMALL SUPPLIER NOTE */

.trip-section .package-fine {
  margin: 24px 0 0;

  font-family: var(--bmk-sans);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;

  color: var(--bmk-muted);
}



/* =========================================================
   STATEROOMS → PACKAGE → PRICING TRANSITION
========================================================= */


/* OTHER STATEROOM OPTIONS */
.room-options-note {
  width: 100%;
  box-sizing: border-box;

  margin: 30px 0 0;
  padding: 26px 0;

  border-top: 2px solid var(--bmk-forest);

  font-size: 14px;
  line-height: 1.65;
  color: var(--bmk-muted);
}

.room-options-note strong {
  color: var(--bmk-forest);
  font-weight: 600;
}


/* PACKAGE — ALREADY INSIDE THE BMK PAGE SHELL */
.rooms .package {
  width: 100%;
  max-width: none;

  margin: 0;

  /* NO second BMK inset here */
  padding-left: 0;
  padding-right: 0;

  /* tighter transition from room note */
  padding-top: 42px;
  padding-bottom: 48px;

  box-sizing: border-box;

  display: grid;
  grid-template-columns:
    minmax(0, .95fr)
    minmax(520px, 1.05fr);

  column-gap: clamp(60px, 6vw, 100px);

  background: var(--bmk-cream);
}


/* GROUP PRICING — CONNECT DIRECTLY TO PACKAGE */
.group-pricing-details {
  width: 100%;
  max-width: none;

  /* removes white strip between sections */
  margin-top: 0;

  padding: 30px 36px;

  background: var(--bmk-navy);

  box-sizing: border-box;
}/* =========================================================
   STATEROOM NOTE + PACKAGE ALIGNMENT
========================================================= */

/* Move note text farther below the separator */
.room-options-note {
  margin-top: 30px;

  padding-top: 34px;
  padding-bottom: 0px;

  border-top: 2px solid var(--bmk-forest);
}


/* Indent package content back to BMK alignment */
.rooms .package,
.trip-section.package {
  padding-left: var(--trip-content-inset);
  padding-right: var(--trip-content-inset);

  box-sizing: border-box;
}

/* =========================================================
   GROUP PRICING DETAILS — FINAL LARGE-SCREEN ALIGNMENT
========================================================= */

.rooms .group-pricing-details {
  width: 100%;
  max-width: none;

  margin: 0;

  padding-top: 34px;
  padding-bottom: 34px;

  /* same internal BMK treatment as Make the Package Yours */
  padding-left: var(--trip-content-inset);
  padding-right: var(--trip-content-inset);

  box-sizing: border-box;

  background: var(--bmk-navy);
}


/* Let pricing copy use the available width */
.rooms .group-pricing-details > p {
  width: 100%;
  max-width: none;

  margin-left: 0;
  margin-right: 0;
}


/* Reserve-by callout */
.rooms .group-pricing-deadline {
  width: 100%;
  max-width: none;

  margin-top: 20px;

  padding:
    12px
    0
    12px
    18px;

  box-sizing: border-box;

  border-left: 3px solid var(--bmk-gold);
}

/* =========================================================
   GROUP PRICING DETAILS — INNER CONTENT ALIGNMENT
========================================================= */

.rooms .group-pricing-details {
  width: 100%;
  max-width: none;
  margin: 0;

  /* navy field stays full width */
  padding: 34px 0 !important;

  box-sizing: border-box;
  background: var(--bmk-navy);
}


/* actual text margins */
.rooms .group-pricing-inner {
  width: auto;

  margin-left: var(--trip-content-inset);
  margin-right: var(--trip-content-inset);
}


/* remove any old paragraph width restrictions */
.rooms .group-pricing-inner > p {
  width: auto;
  max-width: none;

  margin-left: 0;
  margin-right: 0;
}


.rooms .group-pricing-inner .group-pricing-deadline {
  width: auto;
  max-width: none;

  margin-top: 20px;

  padding: 12px 0 12px 18px;

  border-left: 3px solid var(--bmk-gold);
}

.group-pricing-section {
  margin: 0;
  padding: 0;
}

/* =========================================================
   GROUP PRICING — ALIGN TO BMK LARGE-SCREEN GRID
========================================================= */

.group-pricing-section {
  width: 100%;
  margin: 0;
  padding: 0;
}


.group-pricing-details {
  width: 100%;
  margin: 0;
  padding: 34px 0;

  background: var(--bmk-navy);

  box-sizing: border-box;
}


/* THIS reproduces the exact BMK page-shell geometry */
.group-pricing-inner {
  width: var(--bmk-page);
  max-width: none;

  margin-left: auto;
  margin-right: auto;

  padding-left: var(--trip-content-inset);
  padding-right: var(--trip-content-inset);

  box-sizing: border-box;
}


.group-pricing-inner > p {
  width: 100%;
  max-width: none;

  margin-left: 0;
  margin-right: 0;
}


.group-pricing-inner .group-pricing-deadline {
  width: 100%;
  max-width: none;

  margin-top: 20px;
  padding: 12px 0 12px 18px;

  box-sizing: border-box;

  border-left: 3px solid var(--bmk-gold);
}

/* =========================================================
   GETTING ON BOARD — LIGHT EDITORIAL WATERMARK
========================================================= */

.planning {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  background: var(--trip-paper);
  color: var(--bmk-forest);
}


/* =========================================================
   GETTING ON BOARD — FULL-BLEED SHIP WATERMARK
========================================================= */

.planning {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  background: var(--trip-paper);
}



.planning > .page-shell {
  position: relative;
  z-index: 1;
}


/* KEEP CONTENT ABOVE WATERMARK */
.planning > .page-shell {
  position: relative;
  z-index: 1;
}


/* LEFT COLUMN */
.planning .eyebrow {
  color: var(--bmk-gold);
}

.planning h2 {
  color: var(--bmk-forest);
}

.planning p {
  color: var(--bmk-muted);
}

.planning h3 {
  color: var(--bmk-forest);
}


/* CRUISEFIRST LINK */
.planning a.text-link {
  color: var(--bmk-forest);
  text-decoration-color: var(--bmk-gold);
}


/* RIGHT-SIDE STEPS */
.planning .steps li {
  border-top: 1px solid rgba(23, 61, 50, .22);
}

.planning .steps .step-n {
  color: var(--bmk-gold);
}

.planning .steps h3 {
  color: var(--bmk-forest);
}

.planning .steps p {
  color: var(--bmk-muted);
}

/* =========================================================
   PLANNING SECTION — CLEAN PAPER + PHOTO RIBBON
========================================================= */

.planning {
  background: var(--trip-paper);
  color: var(--bmk-forest);
  padding-bottom: 0;
}

.planning .page-shell {
  position: relative;
  z-index: 1;
}

/* restore readable text treatment */
.planning .eyebrow {
  color: var(--bmk-gold);
}

.planning h2,
.planning h3,
.planning .steps h3 {
  color: var(--bmk-forest);
}

.planning p,
.planning .steps p {
  color: var(--bmk-muted);
}

.planning .steps li {
  border-top: 1px solid rgba(23, 61, 50, 0.18);
}

.planning .steps .step-n {
  color: var(--bmk-gold);
}

/* give the content section breathing room above the ribbon */
.planning-grid {
  padding-bottom: clamp(48px, 5vw, 72px);
}

/* full-bleed ribbon */
.planning-ribbon {
  width: 100vw;
  margin: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.planning-ribbon img {
  display: block;
  width: 100%;
  height: clamp(220px, 24vw, 320px);
  object-fit: cover;
  object-position: center 62%;
}

/* caption aligned back to BMK content width */
.planning-ribbon .caption {
  width: var(--bmk-page);
  max-width: none;
  margin: 12px auto 0;
  padding-left: var(--trip-content-inset);
  padding-right: var(--trip-content-inset);
  box-sizing: border-box;
}

/* mobile */
@media (max-width: 900px) {
  .planning-ribbon img {
    height: clamp(180px, 42vw, 240px);
    object-position: center 60%;
  }

  .planning-ribbon .caption {
    margin-top: 10px;
  }
}

/* =========================================================
   GETTING ON BOARD — COMBINED FINAL SECTION
========================================================= */

.planning.planning-final {
  position: relative;
  overflow: hidden;

  padding-bottom: 0;

  background: var(--trip-paper);
  color: var(--bmk-forest);
}


/* TWO-COLUMN CONTENT */

.planning-final .planning-grid {
  display: grid;

  grid-template-columns:
    minmax(0, .95fr)
    minmax(520px, 1.05fr);

  column-gap: clamp(70px, 7vw, 120px);

  align-items: start;

  padding-bottom: clamp(58px, 5vw, 82px);
}


/* =========================================================
   LEFT COLUMN
========================================================= */

.planning-final .eyebrow {
  color: var(--bmk-gold);
}

.planning-final h2 {
  margin: 0 0 28px;

  font-family: var(--bmk-serif);
  font-size: clamp(48px, 4vw, 64px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.025em;

  color: var(--bmk-forest);
}

.planning-final h2 em {
  font-weight: 400;
  font-style: italic;
}

.planning-final .planning-lead {
  max-width: 610px;
  margin: 0;

  font-size: 15px;
  line-height: 1.7;

  color: var(--bmk-muted);
}


.planning-ready {
  max-width: 610px;

  margin-top: 44px;
  padding-top: 30px;

  border-top: 1px solid rgba(23, 61, 50, .20);
}

.planning-final .planning-ready h3 {
  margin: 0 0 14px;

  font-family: var(--bmk-serif);
  font-size: clamp(28px, 2.3vw, 38px);
  font-weight: 400;
  line-height: 1.08;

  color: var(--bmk-forest);
}

.planning-final .planning-ready > p {
  margin: 0;

  color: var(--bmk-muted);
}


/* =========================================================
   INLINE RESERVATION FORM
========================================================= */

.trip-interest-form {
  margin-top: 28px;
}


/* REMOVE DEFAULT DETAILS TREATMENT */
.planning-final .trip-interest-form {
  border: 0;
}

.planning-final .trip-interest-form summary {
  width: fit-content;

  padding: 14px 22px;

  border: 1px solid var(--bmk-forest);

  background: var(--bmk-forest);
  color: var(--bmk-white);

  font-family: var(--bmk-sans);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;

  letter-spacing: .12em;
  text-transform: uppercase;

  cursor: pointer;
}

.planning-final .trip-interest-form summary::after {
  content: "+";

  position: static;

  margin-left: 12px;

  font-size: 16px;
  color: var(--bmk-gold);
}

.planning-final .trip-interest-form[open] summary::after {
  content: "−";
}


.trip-interest-form__body {
  margin-top: 26px;
  padding-top: 26px;

  border-top: 1px solid var(--bmk-line);
}


.trip-interest-form__fields {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 22px 24px;
}


.form-field {
  min-width: 0;
}

.form-field--full {
  grid-column: 1 / -1;
}


.form-field label {
  display: block;

  margin-bottom: 8px;

  font-family: var(--bmk-sans);
  font-size: 11px;
  font-weight: 600;

  letter-spacing: .06em;

  color: var(--bmk-forest);
}

.form-field label span {
  margin-left: 5px;

  font-size: 10px;
  font-weight: 300;

  color: var(--bmk-muted);
}


.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;

  padding: 12px 13px;

  border: 1px solid rgba(23, 61, 50, .25);
  border-radius: 0;

  box-sizing: border-box;

  background: rgba(255,255,255,.68);

  font-family: var(--bmk-sans);
  font-size: 14px;

  color: var(--bmk-ink);
}

.form-field textarea {
  resize: vertical;
}


.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 1px solid var(--bmk-gold);
  border-color: var(--bmk-gold);
}


.trip-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 44px;

  padding: 0 22px;

  border: 1px solid var(--bmk-forest);

  background: var(--bmk-forest);
  color: var(--bmk-white);

  font-family: var(--bmk-sans);
  font-size: 11px;
  font-weight: 600;

  letter-spacing: .12em;
  text-transform: uppercase;

  cursor: pointer;
}


.planning-final .trip-form-note {
  margin: 18px 0 0;

  font-size: 11px;
  line-height: 1.55;

  color: var(--bmk-muted);
}


/* CALL / TEXT ALTERNATIVE */

.planning-final .planning-contact-alt {
  margin: 22px 0 0;

  font-size: 13px;
  line-height: 1.6;

  color: var(--bmk-muted);
}

.planning-final .planning-contact-alt a {
  font-weight: 600;

  color: var(--bmk-forest);
  text-decoration-color: var(--bmk-gold);
}


/* =========================================================
   FIVE STEPS
========================================================= */

.planning-final .steps {
  list-style: none;

  margin: 0;
  padding: 0;
}


.planning-final .steps li {
  display: grid;

  grid-template-columns:
    44px
    minmax(0, 1fr);

  column-gap: 22px;

  padding: 24px 0 26px;

  border-top: 1px solid rgba(23, 61, 50, .20);
}


.planning-final .steps li:first-child {
  padding-top: 0;
}


.planning-final .steps .step-n {
  font-family: var(--bmk-serif);
  font-size: 21px;
  font-weight: 400;
  font-style: italic;
  line-height: 1;

  color: var(--bmk-gold);
}


.planning-final .steps h3 {
  margin: 0 0 8px;

  font-family: var(--bmk-serif);
  font-size: clamp(23px, 1.8vw, 30px);
  font-weight: 400;
  line-height: 1.1;

  color: var(--bmk-forest);
}


.planning-final .steps p {
  max-width: 560px;

  margin: 0;

  font-size: 14px;
  line-height: 1.65;

  color: var(--bmk-muted);
}


.planning-final .steps p strong {
  color: var(--bmk-forest);
  font-weight: 600;
}


/* =========================================================
   NIGHTTIME BLISS RIBBON
========================================================= */

.planning-ribbon {
  position: relative;

  width: 100vw;

  margin:
    0
    0
    0
    calc(50% - 50vw);

  overflow: hidden;
}


.planning-ribbon img {
  display: block;

  width: 100%;
  height: clamp(220px, 22vw, 315px);

  object-fit: cover;
  object-position: center 62%;
}


.planning-ribbon-caption {
  position: absolute;

  right: max(18px, 5vw);
  bottom: 12px;

  margin: 0;

  font-family: var(--bmk-sans);
  font-size: 9px;
  line-height: 1.3;

  color: rgba(255,255,255,.82);

  text-shadow: 0 1px 4px rgba(0,0,0,.45);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 980px) {

  .planning-final .planning-grid {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }

  .trip-interest-form__fields {
    grid-template-columns: 1fr;
  }

  .form-field--full {
    grid-column: auto;
  }

}


@media (max-width: 760px) {

  .planning-final h2 {
    font-size: clamp(42px, 11vw, 52px);
  }

  .planning-final .steps li {
    grid-template-columns: 36px 1fr;
    column-gap: 14px;
  }

  .planning-ribbon img {
    height: 210px;
  }

}

.trip-form-intro {
  max-width: 620px;
  margin: 0 0 24px;

  font-size: 14px;
  line-height: 1.65;

  color: var(--bmk-muted);
}

/* =========================================================
   TRIP FAQ — FEATURED CARDS + FULL FAQ MODAL
========================================================= */


/* =========================================================
   FEATURED FAQ HEADER
========================================================= */

.faq-feature {
  width: 100%;
}


.faq-feature-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 48px;

  margin-bottom: 34px;
}


.faq-feature-header > div {
  min-width: 0;
}


.faq-feature-header .eyebrow {
  margin-bottom: 14px;
}


.faq-feature-header h2 {
  margin: 0;

  font-family: var(--bmk-serif);
  font-size: clamp(44px, 3.7vw, 60px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.02em;

  color: var(--bmk-forest);
}


.faq-feature-header h2 em {
  font-weight: 400;
  font-style: italic;
}


/* =========================================================
   VIEW ALL FAQS
========================================================= */

.faq-view-all {
  position: relative;

  flex-shrink: 0;

  margin: 0 0 6px;
  padding: 0 0 8px;

  border: 0;
  border-bottom: 1px solid var(--bmk-gold);

  background: transparent;

  font-family: var(--bmk-sans);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;

  letter-spacing: .12em;
  text-transform: uppercase;

  color: var(--bmk-forest);

  cursor: pointer;

  transition:
    color .25s ease,
    transform .25s ease;
}


.faq-view-all span {
  display: inline-block;

  margin-left: 4px;

  color: var(--bmk-gold);

  transition: transform .25s ease;
}


.faq-view-all:hover {
  color: var(--bmk-gold);

  transform: translateX(3px);
}


.faq-view-all:hover span {
  transform: translateX(4px);
}


/* =========================================================
   THREE FEATURED CARDS
========================================================= */

.faq-card-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 22px;
}


.faq-card {
  display: flex;
  flex-direction: column;

  min-height: 290px;

  padding:
    clamp(30px, 2.6vw, 42px)
    clamp(28px, 2.4vw, 38px);

  box-sizing: border-box;

  border: 1px solid rgba(23, 61, 50, .18);

  background: rgba(251, 248, 242, .55);
}


.faq-card h3 {
  max-width: 390px;

  margin: 0 0 22px;

  font-family: var(--bmk-serif);
  font-size: clamp(25px, 1.8vw, 31px);
  font-weight: 400;
  line-height: 1.08;

  color: var(--bmk-forest);
}


.trip-section .faq-card > p {
  max-width: 420px;

  margin: 0 0 30px;

  font-size: 14px;
  line-height: 1.7;

  color: var(--bmk-muted);
}


/* =========================================================
   READ ANSWER BUTTON
========================================================= */

.faq-card-link {
  position: relative;

  width: fit-content;

  margin-top: auto;
  padding: 0 0 8px;

  border: 0;
  border-bottom: 1px solid var(--bmk-gold);

  background: transparent;

  font-family: var(--bmk-sans);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;

  letter-spacing: .12em;
  text-transform: uppercase;

  color: var(--bmk-forest);

  cursor: pointer;

  transition:
    color .25s ease,
    transform .25s ease;
}


.faq-card-link span {
  display: inline-block;

  color: var(--bmk-gold);

  transition: transform .25s ease;
}


.faq-card-link:hover {
  color: var(--bmk-gold);

  transform: translateX(3px);
}


.faq-card-link:hover span {
  transform: translateX(4px);
}


/* =========================================================
   FAQ MODAL
========================================================= */

.faq-dialog {
  width: min(1100px, 90vw);
  max-width: none;

  max-height: 86vh;

  margin: auto;
  padding: 0;

  border: 0;

  background: var(--bmk-cream);
  color: var(--bmk-forest);

  box-shadow:
    0 24px 80px rgba(15, 45, 37, .20);

  overflow: hidden;
}


.faq-dialog::backdrop {
  background: rgba(15, 45, 37, .68);

  backdrop-filter: blur(3px);
}


.faq-dialog-panel {
  max-height: 86vh;

  overflow-y: auto;

  padding:
    clamp(34px, 4vw, 58px)
    clamp(32px, 4.5vw, 68px)
    clamp(42px, 5vw, 70px);

  box-sizing: border-box;
}


/* =========================================================
   MODAL HEADER
========================================================= */

.faq-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  gap: 40px;

  padding-bottom: 30px;

  border-bottom: 1px solid var(--bmk-gold);
}


.faq-dialog-header .eyebrow {
  margin-bottom: 14px;
}


.faq-dialog-header h2 {
  margin: 0;

  font-family: var(--bmk-serif);
  font-size: clamp(38px, 3.3vw, 54px);
  font-weight: 400;
  line-height: 1;

  color: var(--bmk-forest);
}


.faq-dialog-header h2 em {
  font-weight: 400;
  font-style: italic;
}


/* CLOSE */

.faq-dialog-close {
  flex: 0 0 auto;

  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  border: 1px solid rgba(23, 61, 50, .24);
  border-radius: 50%;

  background: transparent;

  font-family: var(--bmk-sans);
  font-size: 26px;
  font-weight: 300;
  line-height: 1;

  color: var(--bmk-forest);

  cursor: pointer;

  transition:
    background .2s ease,
    color .2s ease;
}


.faq-dialog-close:hover {
  background: var(--bmk-forest);
  color: var(--bmk-white);
}


/* =========================================================
   FULL FAQ ACCORDION
========================================================= */

.faq-dialog-list {
  margin-top: 10px;
}


.faq-dialog-list details {
  margin: 0;

  border: 0;
  border-bottom: 1px solid rgba(23, 61, 50, .16);
}


.faq-dialog-list summary {
  position: relative;

  margin: 0;
  padding: 24px 46px 24px 0;

  list-style: none;

  font-family: var(--bmk-serif);
  font-size: clamp(21px, 1.6vw, 27px);
  font-weight: 400;
  line-height: 1.18;

  color: var(--bmk-forest);

  cursor: pointer;
}


.faq-dialog-list summary::-webkit-details-marker {
  display: none;
}


.faq-dialog-list summary::after {
  content: "+";

  position: absolute;

  right: 2px;
  top: 50%;

  transform: translateY(-50%);

  font-family: var(--bmk-sans);
  font-size: 22px;
  font-weight: 300;

  color: var(--bmk-gold);
}


.faq-dialog-list details[open] summary::after {
  content: "−";
}


.faq-answer {
  max-width: 820px;

  padding:
    0
    0
    26px;
}


.faq-dialog .faq-answer p {
  margin: 0 0 14px;

  padding: 0;

  font-family: var(--bmk-sans);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;

  color: var(--bmk-muted);
}


.faq-dialog .faq-answer p:last-of-type {
  margin-bottom: 0;
}


.faq-dialog .faq-answer strong {
  font-weight: 600;

  color: var(--bmk-forest);
}


/* =========================================================
   NCL RESOURCE LINKS
========================================================= */

.faq-ncl-link {
  display: inline-flex;
  align-items: center;

  gap: 7px;

  width: fit-content;

  margin-top: 10px;
  padding-bottom: 6px;

  border-bottom: 1px solid var(--bmk-gold);

  font-family: var(--bmk-sans);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;

  letter-spacing: .08em;
  text-transform: uppercase;

  color: var(--bmk-forest);
  text-decoration: none;

  transition:
    color .25s ease,
    transform .25s ease;
}


.faq-ncl-link span {
  color: var(--bmk-gold);

  transition: transform .25s ease;
}


.faq-ncl-link:hover {
  color: var(--bmk-gold);

  transform: translateX(3px);
}


.faq-ncl-link:hover span {
  transform: translate(3px, -2px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 980px) {

  .faq-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .faq-card:last-child {
    grid-column: 1 / -1;
  }

}


@media (max-width: 760px) {

  .faq-feature-header {
    display: block;
  }

  .faq-view-all {
    margin-top: 24px;
  }

  .faq-card-grid {
    grid-template-columns: 1fr;
  }

  .faq-card:last-child {
    grid-column: auto;
  }

  .faq-card {
    min-height: 0;
  }

  .faq-dialog {
    width: calc(100vw - 24px);
    max-height: 92vh;
  }

  .faq-dialog-panel {
    max-height: 92vh;

    padding:
      30px
      24px
      40px;
  }

  .faq-dialog-header {
    gap: 20px;
  }

  .faq-dialog-list summary {
    padding:
      20px
      40px
      20px
      0;
  }

}

/* =========================================================
   FEATURED FAQ — SINGLE ANSWER MODAL
========================================================= */

.faq-single-dialog {
  width: min(900px, 86vw);
  max-width: none;

  margin: auto;
  padding: 0;

  border: 0;

  background: transparent;
}


.faq-single-dialog::backdrop {
  background: rgba(23, 61, 50, .46);

  backdrop-filter: blur(3px);
}


.faq-single-panel {
  position: relative;

  min-height: 350px;

  padding:
    clamp(48px, 5vw, 70px)
    clamp(48px, 6vw, 78px);

  box-sizing: border-box;

  background: var(--bmk-cream);

  box-shadow:
    0 24px 70px rgba(15, 45, 37, .16);
}


.faq-single-copy {
  max-width: 760px;
}


.faq-single-copy .eyebrow {
  margin: 0 0 20px;

  color: var(--bmk-gold);
}


.faq-single-copy h2 {
  max-width: 760px;

  margin: 0 0 28px;

  font-family: var(--bmk-serif);
  font-size: clamp(38px, 3.5vw, 54px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.02em;

  color: var(--bmk-forest);
}


.faq-single-copy p {
  max-width: 760px;

  margin: 0 0 14px;

  font-family: var(--bmk-sans);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;

  color: var(--bmk-muted);
}


.faq-single-copy strong {
  font-weight: 600;

  color: var(--bmk-forest);
}


/* CLOSE X */

.faq-single-close {
  position: absolute;

  top: 34px;
  right: 38px;

  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  border: 0;

  background: transparent;

  font-family: var(--bmk-sans);
  font-size: 28px;
  font-weight: 300;
  line-height: 1;

  color: var(--bmk-forest);

  cursor: pointer;
}


.faq-single-close:hover {
  color: var(--bmk-gold);
}


@media (max-width: 760px) {

  .faq-single-dialog {
    width: calc(100vw - 28px);
  }

  .faq-single-panel {
    min-height: 0;

    padding:
      50px
      26px
      40px;
  }

  .faq-single-close {
    top: 18px;
    right: 20px;
  }

}

/* =========================================================
   FREE AT SEA PLUS — FEATURED PACKAGE UPGRADE
========================================================= */

.package-plus {
  margin-top: 34px;
  padding: 26px 0 4px;

  border-top: 2px solid var(--bmk-gold);
}

.package-plus-kicker {
  margin: 0 0 10px !important;

  font-family: var(--bmk-sans);
  font-size: 10px !important;
  font-weight: 600 !important;
  line-height: 1.3;

  letter-spacing: .14em;
  text-transform: uppercase;

  color: var(--bmk-gold) !important;
}

.package-plus h3 {
  margin: 0 0 14px;

  font-family: var(--bmk-serif);
  font-size: clamp(25px, 1.8vw, 31px);
  font-weight: 400;
  line-height: 1.1;

  color: var(--bmk-forest);
}

.trip-section .package-plus > p:not(.package-plus-kicker) {
  max-width: 640px;
  margin: 0 0 12px;

  font-size: 14px;
  line-height: 1.65;

  color: var(--bmk-muted);
}

.package-plus strong {
  font-weight: 600;
  color: var(--bmk-forest);
}

.trip-section .package-plus-note {
  font-size: 13px;
}

.package-plus-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  margin-top: 8px;
  padding-bottom: 6px;

  border-bottom: 1px solid var(--bmk-gold);

  font-family: var(--bmk-sans);
  font-size: 11px;
  font-weight: 700;

  letter-spacing: .08em;
  text-transform: uppercase;

  color: var(--bmk-forest);
  text-decoration: none;
}

/* =========================================================
   MAKE THE PACKAGE YOURS — CURRENT STRUCTURE
========================================================= */

.package-section {
  background: var(--bmk-cream);

  padding-top: clamp(52px, 4.5vw, 72px);
  padding-bottom: clamp(46px, 4vw, 66px);
}


/* =========================================================
   TWO-COLUMN LAYOUT
========================================================= */

.package-layout {
  display: grid;

  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(0, .95fr);

  column-gap: clamp(64px, 6vw, 110px);
  row-gap: 0;

  align-items: start;
}


.package-current,
.package-customize {
  width: 100%;
  min-width: 0;
}


/* =========================================================
   LEFT — INTRO
========================================================= */

.package-current .package-intro {
  width: 100%;
  max-width: 650px;
}


.package-current .package-intro .eyebrow {
  margin: 0 0 18px;
}


.package-current .package-intro h2 {
  max-width: 650px;

  margin: 0;

  font-family: var(--bmk-serif);
  font-size: clamp(42px, 3.5vw, 58px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.02em;

  color: var(--bmk-forest);
}


.package-current .package-intro h2 em {
  font-weight: 400;
  font-style: italic;
}


.trip-section .package-current .package-intro > p:last-child {
  max-width: 580px;

  margin: 24px 0 0;

  font-size: 15px;
  line-height: 1.7;

  color: var(--bmk-muted);
}


/* =========================================================
   LEFT — QUOTED BENEFITS
========================================================= */

.package-benefits {
  width: 100%;

  margin-top: 38px;
}


.package-item {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    auto;

  column-gap: 24px;

  align-items: baseline;

  padding: 17px 0;

  border-bottom: 1px solid var(--bmk-line);
}


.package-item:first-child {
  border-top: 1px solid var(--bmk-line);
}


.package-item strong {
  font-family: var(--bmk-sans);
  font-size: 15px;
  font-weight: 600;

  color: var(--bmk-forest);
}


.package-item span {
  font-family: var(--bmk-sans);
  font-size: 13px;
  font-weight: 300;

  color: var(--bmk-muted);

  white-space: nowrap;
}


.trip-section .package-subhead {
  margin: 26px 0 8px;

  font-family: var(--bmk-sans);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;

  letter-spacing: .14em;
  text-transform: uppercase;

  color: var(--bmk-gold);
}


/* =========================================================
   RIGHT — CRUISEFIRST + FREE AT SEA PLUS
========================================================= */

.package-customize {
  width: 100%;
  min-width: 0;

  display: flex;
  flex-direction: column;

  align-self: stretch;

  padding-top: 2px;
}

.package-option-block {
  width: 100%;

  margin: 0;
  padding: 0 0 34px;
}


.package-option-block--plus {
  margin-top: 34px;
  padding-top: 32px;

  border-top: 2px solid var(--bmk-gold);
}


.trip-section .package-option-kicker {
  margin: 0 0 10px;

  font-family: var(--bmk-sans);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;

  letter-spacing: .14em;
  text-transform: uppercase;

  color: var(--bmk-gold);
}


.package-option-block h3 {
  margin: 0 0 14px;

  font-family: var(--bmk-serif);
  font-size: clamp(27px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.08;

  color: var(--bmk-forest);
}


.trip-section .package-option-block > p:not(.package-option-kicker) {
  max-width: 590px;

  margin: 0 0 14px;

  font-size: 14px;
  line-height: 1.65;

  color: var(--bmk-muted);
}


.package-option-block strong {
  font-weight: 600;

  color: var(--bmk-forest);
}


.trip-section .package-option-note {
  font-size: 13px;
}

/* =========================================================
   PACKAGE RIGHT COLUMN — VERTICAL DISTRIBUTION
========================================================= */

.package-customize {
  width: 100%;
  min-width: 0;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  align-self: stretch;

  padding-top: 2px;
}


/* CRUISEFIRST */

.package-option-block {
  width: 100%;

  margin: 0;
  padding: 0;
}


/* FREE AT SEA PLUS */

.package-option-block--plus {
  margin: 34px 0 0;
  padding-top: 28px;

  border-top: 2px solid var(--bmk-gold);
}


/* TERMS */

.trip-section .package-terms {
  margin: 32px 0 0;
  padding-top: 22px;

  border-top: 1px solid var(--bmk-line);

  font-family: var(--bmk-sans);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;

  color: var(--bmk-muted);
}


/* =========================================================
   NCL LINKS
========================================================= */

.package-option-link {
  display: inline-flex;
  align-items: center;

  gap: 7px;

  width: fit-content;

  margin-top: 6px;
  padding-bottom: 6px;

  border-bottom: 1px solid var(--bmk-gold);

  font-family: var(--bmk-sans);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;

  letter-spacing: .08em;
  text-transform: uppercase;

  color: var(--bmk-forest);
  text-decoration: none;

  transition:
    color .25s ease,
    transform .25s ease;
}


.package-option-link span {
  color: var(--bmk-gold);

  transition: transform .25s ease;
}


.package-option-link:hover {
  color: var(--bmk-gold);

  transform: translateX(3px);
}


.package-option-link:hover span {
  transform: translate(3px, -2px);
}


/* =========================================================
   FULL-WIDTH TERMS
========================================================= */

.trip-section .package-fine--full {
  grid-column: 1 / -1;

  width: 100%;
  max-width: none;

  margin: 38px 0 0;
  padding: 20px 0 0;

  border-top: 1px solid var(--bmk-line);

  font-family: var(--bmk-sans);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;

  color: var(--bmk-muted);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 980px) {

  .package-layout {
    grid-template-columns: 1fr;

    row-gap: 48px;
  }


  .package-customize {
    padding-top: 34px;

    border-top: 1px solid var(--bmk-line);
  }

}


@media (max-width: 760px) {

  .package-item {
    grid-template-columns: 1fr;

    row-gap: 5px;
  }


  .package-item span {
    white-space: normal;
  }

}

/* PACKAGE TERMS — BOTTOM OF RIGHT COLUMN */

.trip-section .package-terms {
  margin: auto 0 0;
  padding-top: 24px;

  border-top: 1px solid var(--bmk-line);

  font-family: var(--bmk-sans);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;

  color: var(--bmk-muted);
}

.trip-section .package-terms {
  margin: 32px 0 0;
  padding-top: 22px;

  border-top: 1px solid var(--bmk-line);

  font-family: var(--bmk-sans);
  font-size: 10px;
  font-weight: 300;
  line-height: 1.55;

  color: var(--bmk-muted);
}
.package-customize {
  width: 100%;
  min-width: 0;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  align-self: stretch;

  padding-top: 48px;
}
/* =========================================================
   COLOR SWAP TEST
   PACKAGE = NAVY
   GROUP PRICING = CREAM
========================================================= */


/* =========================================================
   MAKE THE PACKAGE YOURS — NAVY
========================================================= */

.package-section {
  background: var(--bmk-navy);
  color: var(--bmk-white);
}


/* MAIN HEADLINE */

.package-section .package-intro h2,
.package-section .package-intro h2 em {
  color: var(--bmk-white);
}


/* BODY COPY */

.package-section .package-intro > p:last-child,
.package-section .package-option-block > p:not(.package-option-kicker),
.package-section .package-option-note {
  color: rgba(255, 255, 255, .78);
}


/* EYEBROWS / LABELS */

.package-section .eyebrow,
.package-section .package-subhead,
.package-section .package-option-kicker {
  color: var(--bmk-gold) !important;
}


/* BENEFIT NAMES */

.package-section .package-item strong,
.package-section .package-option-block h3,
.package-section .package-option-block strong {
  color: var(--bmk-white);
}


/* BENEFIT DETAILS */

.package-section .package-item span {
  color: rgba(255, 255, 255, .70);
}


/* BENEFIT RULES */

.package-section .package-item {
  border-bottom-color: rgba(255, 255, 255, .18);
}

.package-section .package-item:first-child {
  border-top-color: rgba(255, 255, 255, .18);
}


/* FREE AT SEA PLUS DIVIDER */

.package-section .package-option-block--plus {
  border-top-color: var(--bmk-gold);
}


/* NCL LINKS */

.package-section .package-option-link,
.package-section .package-option-link:visited {
  color: var(--bmk-white);
  border-bottom-color: var(--bmk-gold);
}

.package-section .package-option-link span {
  color: var(--bmk-gold);
}

.package-section .package-option-link:hover {
  color: var(--bmk-gold);
}


/* TERMS */

.package-section .package-terms {
  color: rgba(255, 255, 255, .64);
  border-top-color: rgba(255, 255, 255, .18);
}


/* =========================================================
   GROUP PRICING DETAILS — CREAM
========================================================= */

.group-pricing-section,
.group-pricing-section .group-pricing-details {
  background: var(--bmk-cream) !important;
}


/* EYEBROW */

.group-pricing-section .group-pricing-details .eyebrow {
  color: var(--bmk-gold) !important;
}


/* BODY COPY */

.group-pricing-section .group-pricing-inner > p {
  color: var(--bmk-muted) !important;
}


/* EMPHASIS */

.group-pricing-section .group-pricing-inner strong {
  color: var(--bmk-forest) !important;
}


/* RESERVE-BY CALLOUT */

.group-pricing-section .group-pricing-deadline {
  color: var(--bmk-muted) !important;

  border-left: 3px solid var(--bmk-gold);
}

.group-pricing-section .group-pricing-deadline strong {
  color: var(--bmk-forest) !important;
}



/* start of changes after editorial review */

/* =========================================================
   EDITORIAL RHYTHM PASS 01
   ONE CANONICAL WARM-PAPER CANVAS
========================================================= */

/* Thanksgiving story */
.trip-intro-feature,

/* On Board */
.trip-experience,

/* Staterooms */
.rooms,

/* Group pricing after the navy package section */
.group-pricing-section,
.group-pricing-details,

/* Getting On Board */
.planning,

/* Group Notebook + FAQ */
.trip-support,

/* Current closing CTA — until we redesign the close */
.final {
  background-color: var(--trip-paper) !important;
}


/* GROUP PRICING — LIGHT-PAPER TEXT */

.group-pricing-details .eyebrow {
  color: var(--bmk-gold) !important;
}

.group-pricing-details p {
  color: var(--bmk-muted) !important;
}

.group-pricing-details strong,
.group-pricing-deadline strong {
  color: var(--bmk-forest) !important;
}

.group-pricing-deadline {
  background: transparent !important;
  border-left-color: var(--bmk-gold);
}

/* =========================================================
   GROUP PRICING — EDITORIAL RATE STRIP
========================================================= */

.group-pricing-section {
  width: 100%;
  margin: 0;

  background: var(--trip-paper);
}


.group-pricing-section .pricing-editorial {
  display: grid;

  grid-template-columns:
    minmax(240px, .70fr)
    minmax(420px, 1.25fr)
    minmax(280px, .72fr);

  column-gap: clamp(52px, 5vw, 90px);

  align-items: center;

  padding-top: clamp(44px, 4vw, 58px);
  padding-bottom: clamp(44px, 4vw, 58px);

  /* border-top: 1px solid var(--bmk-gold);
  border-bottom: 1px solid var(--bmk-line); */
}


/* LEFT */

.pricing-editorial-heading .eyebrow {
  margin: 0 0 14px;

  color: var(--bmk-gold);
}


.pricing-editorial-heading h2 {
  margin: 0;

  font-family: var(--bmk-serif);
  font-size: clamp(32px, 2.7vw, 43px);
  font-weight: 400;
  line-height: 1.02;

  color: var(--bmk-forest);
}


.pricing-editorial-heading h2 em {
  font-weight: 400;
  font-style: italic;
}


/* CENTER */

.group-pricing-section .pricing-editorial-copy p {
  max-width: 650px;

  margin: 0 0 16px;

  font-size: 14px;
  line-height: 1.7;

  color: var(--bmk-muted);
}


.group-pricing-section .pricing-editorial-copy p:last-child {
  margin-bottom: 0;
}


.group-pricing-section .pricing-editorial-copy strong {
  font-weight: 600;

  color: var(--bmk-forest);
}


/* RIGHT — DEADLINE FEATURE */

.pricing-editorial-deadline {
  padding-left: clamp(28px, 3vw, 44px);

  border-left: 2px solid var(--bmk-gold);
}


.group-pricing-section .pricing-deadline-label {
  margin: 0 0 7px;

  font-family: var(--bmk-sans);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;

  letter-spacing: .16em;
  text-transform: uppercase;

  color: var(--bmk-gold);
}


.group-pricing-section .pricing-deadline-date {
  margin: 0 0 17px;

  font-family: var(--bmk-serif);
  line-height: .9;

  color: var(--bmk-forest);
}


.pricing-deadline-date span {
  display: block;

  font-size: clamp(40px, 3.5vw, 56px);
}


.pricing-deadline-date small {
  display: block;

  margin-top: 8px;

  font-family: var(--bmk-sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;

  letter-spacing: .16em;

  color: var(--bmk-gold);
}


.group-pricing-section .pricing-editorial-deadline > p:last-child {
  max-width: 340px;

  margin: 0;

  font-size: 12px;
  line-height: 1.6;

  color: var(--bmk-muted);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 980px) {

  .group-pricing-section .pricing-editorial {
    grid-template-columns:
      minmax(220px, .7fr)
      minmax(0, 1.3fr);

    row-gap: 36px;
  }

  .pricing-editorial-deadline {
    grid-column: 1 / -1;

    padding:
      24px
      0
      0;

    border-left: 0;
    border-top: 2px solid var(--bmk-gold);
  }

}


@media (max-width: 700px) {

  .group-pricing-section .pricing-editorial {
    grid-template-columns: 1fr;

    row-gap: 28px;
  }

  .pricing-editorial-deadline {
    grid-column: auto;
  }

}

/* =========================================================
   STATEROOMS → GROUP PRICING SPACING
========================================================= */

.room-options-note {
  margin: 32px 0 0;
  padding: 0;

  border-top: 0 !important;
}


/* Give the note balanced breathing room before pricing */
.rooms {
  padding-bottom: 38px;
}

/* =========================================================
   GROUP PRICING — MATCH BMK PAGE MARGINS
========================================================= */

.group-pricing-section > .page-shell {
  width: var(--bmk-page);
  max-width: none;

  margin-inline: auto;

  padding-left: var(--trip-content-inset);
  padding-right: var(--trip-content-inset);

  box-sizing: border-box;
}
.group-pricing-section .pricing-editorial {
  position: relative;
}

.group-pricing-section .pricing-editorial::before,
.group-pricing-section .pricing-editorial::after {
  content: "";

  position: absolute;

  left: var(--trip-content-inset);
  right: var(--trip-content-inset);

  height: 1px;
}

.group-pricing-section .pricing-editorial::before {
  top: 0;
  background: var(--bmk-gold);
}

.group-pricing-section .pricing-editorial::after {
  bottom: 0;
  background: var(--bmk-line);
}

/* =========================================================
   GETTING ON BOARD — EDITORIAL TIMELINE
========================================================= */

.planning .planning-grid {
  display: grid;

  grid-template-columns:
    minmax(0, .92fr)
    minmax(500px, 1.08fr);

  column-gap: clamp(72px, 7vw, 120px);

  align-items: start;
}


/* =========================================================
   LEFT COLUMN
========================================================= */

.planning .planning-grid > div:first-child {
  max-width: 650px;
}


.planning .planning-grid > div:first-child > p:not(.eyebrow) {
  max-width: 590px;
}


/* CTA AREA */

.planning .planning-cta-block {
  margin-top: 42px;
  padding-top: 28px;

  border-top: 1px solid rgba(23, 61, 50, .16);
}


.planning .planning-cta-block h3 {
  margin: 0 0 18px;

  font-family: var(--bmk-serif);
  font-size: clamp(27px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.08;

  color: var(--bmk-forest);
}


/* START RESERVATION BUTTON */

.planning .trip-interest-form {
  margin: 0;
  border: 0;
}


.planning .trip-interest-form summary {
  position: relative;

  display: inline-flex;
  align-items: center;

  width: fit-content;

  padding: 14px 20px;

  border: 1px solid var(--bmk-forest);

  background: var(--bmk-forest);
  color: var(--bmk-white);

  font-family: var(--bmk-sans);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;

  letter-spacing: .11em;
  text-transform: uppercase;

  list-style: none;
  cursor: pointer;
}


.planning .trip-interest-form summary::-webkit-details-marker {
  display: none;
}


.planning .trip-interest-form summary::after {
  content: "+";

  position: static;

  margin-left: 12px;

  font-size: 16px;
  line-height: 1;

  color: var(--bmk-gold);
}


.planning .trip-interest-form[open] summary::after {
  content: "−";
}


/* CALL / TEXT */

.planning .planning-contact-alt {
  margin: 14px 0 0;

  font-size: 12px;
  line-height: 1.6;

  color: var(--bmk-muted);
}


.planning .planning-contact-alt a {
  font-weight: 600;

  color: var(--bmk-forest);
  text-decoration-color: var(--bmk-gold);
}


/* =========================================================
   RIGHT COLUMN — TIMELINE
========================================================= */

.planning .steps {
  position: relative;

  list-style: none;

  margin: 4px 0 0;
  padding: 0;
}


/* SINGLE VERTICAL SPINE */

.planning .steps::before {
  content: "";

  position: absolute;

  top: 12px;
  bottom: 18px;
  left: 20px;

  width: 1px;

  background:
    linear-gradient(
      to bottom,
      var(--bmk-gold),
      rgba(183, 138, 71, .24)
    );
}


/* REMOVE OLD HORIZONTAL ROW TREATMENT */

.planning .steps li {
  position: relative;

  display: grid;

  grid-template-columns:
    42px
    minmax(0, 1fr);

  column-gap: 24px;

  margin: 0;
  padding: 0 0 34px;

  border-top: 0 !important;
}


.planning .steps li:last-child {
  padding-bottom: 0;
}


/* NUMBERS */

.planning .steps .step-n {
  position: relative;
  z-index: 1;

  display: block;

  padding: 3px 0 7px;

  background: var(--trip-paper);

  font-family: var(--bmk-serif);
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  line-height: 1;

  color: var(--bmk-gold);
}


/* STEP TITLES */

.planning .steps h3 {
  margin: 0 0 7px;

  font-family: var(--bmk-serif);
  font-size: clamp(22px, 1.65vw, 28px);
  font-weight: 400;
  line-height: 1.12;

  color: var(--bmk-forest);
}


/* STEP COPY */

.planning .steps p {
  max-width: 560px;

  margin: 0;

  font-size: 13px;
  line-height: 1.65;

  color: var(--bmk-muted);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 980px) {

  .planning .planning-grid {
    grid-template-columns: 1fr;

    row-gap: 52px;
  }

  .planning .steps {
    max-width: 700px;
  }

}

/* =========================================================
   GETTING ON BOARD — VERTICAL BALANCE
========================================================= */

.planning .planning-grid {
  align-items: stretch;
}

.planning .steps {
  align-self: center;
  margin-top: 0;
}

/* GETTING ON BOARD — TIGHTER EYEBROW / HEADLINE RHYTHM */

.planning .eyebrow {
  margin: 0 0 16px;
}

.planning h2 {
  margin-top: 0;
}

/* =========================================================
   FAQ FEATURE — EDITORIAL CARD REFINEMENT
========================================================= */

.faq-feature {
  padding-top: 4px;
}


/* HEADER */

.faq-feature-header {
  align-items: flex-end;
  margin-bottom: 30px;
}

.faq-feature-header .eyebrow {
  margin: 0 0 16px;
}


/* =========================================================
   THREE QUESTION PODS
========================================================= */

.faq-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: clamp(18px, 1.8vw, 28px);
}


.faq-card {
  position: relative;
  overflow: hidden;

  display: flex;
  flex-direction: column;

  min-height: 280px;

  padding:
    clamp(30px, 2.5vw, 40px)
    clamp(28px, 2.3vw, 38px);

  border: 1px solid rgba(23, 61, 50, .16);
  border-top: 2px solid var(--bmk-gold);

  background: rgba(255, 253, 248, .72);

  box-sizing: border-box;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}


/* SUBTLE EDITORIAL QUESTION NUMBER */

.faq-card::before {
  content: none !important;
}

.faq-card:nth-child(1)::before {
  content: "01";
}

.faq-card:nth-child(2)::before {
  content: "02";
}

.faq-card:nth-child(3)::before {
  content: "03";
}


/* QUESTION */

.faq-card h3 {
  position: relative;
  z-index: 1;

  max-width: 360px;

  margin: 0 0 22px;
  padding-right: 32px;

  font-family: var(--bmk-serif);
  font-size: clamp(24px, 1.7vw, 30px);
  font-weight: 400;
  line-height: 1.08;

  color: var(--bmk-forest);
}


/* SHORT ANSWER */

.trip-section .faq-card > p {
  position: relative;
  z-index: 1;

  max-width: 410px;

  margin: 0 0 28px;

  font-size: 14px;
  line-height: 1.7;

  color: var(--bmk-muted);
}


/* READ ANSWER */

.faq-card-link {
  position: relative;
  z-index: 1;

  margin-top: auto;
}


/* VERY QUIET HOVER — NOT A "WEB TILE" EFFECT */

.faq-card:hover {
  transform: translateY(-3px);

  background: var(--bmk-white);

  box-shadow:
    0 12px 28px rgba(15, 45, 37, .06);
}


/* RESPONSIVE */

@media (max-width: 980px) {

  .faq-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .faq-card:last-child {
    grid-column: 1 / -1;
  }

}


@media (max-width: 700px) {

  .faq-card-grid {
    grid-template-columns: 1fr;
  }

  .faq-card:last-child {
    grid-column: auto;
  }

  .faq-card {
    min-height: 0;
  }

}

.trip-support {
  padding-bottom: 0;
}

.trip-support::after {
  content: "";

  display: block;

  width: var(--bmk-page);

  max-width: none;

  margin:
    clamp(54px, 5vw, 72px)
    auto
    0;

  height: 1px;

  background: var(--bmk-gold);
}

/* remove the full-width separator */
.trip-support::after {
  content: none;
}

/* separator aligned to BMK content margins */
.trip-support > .page-shell::after {
  content: "";

  display: block;

  width: 100%;
  height: 1px;

  margin-top: 64px;

  background: var(--bmk-gold);
}


/* =========================================================
   NORWEGIAN BLISS — COMPACT EDITORIAL FILMSTRIP
========================================================= */

.trip-filmstrip {
  padding:
    clamp(38px, 3.5vw, 52px)
    0;

  background: var(--trip-paper);
}


/* NORMAL BMK PAGE MARGINS */

.trip-filmstrip > .page-shell {
  width: var(--bmk-page);
  max-width: none;

  margin-inline: auto;

  padding-left: var(--trip-content-inset);
  padding-right: var(--trip-content-inset);

  box-sizing: border-box;
}


/* =========================================================
   FILMSTRIP SHELL
========================================================= */

.trip-filmstrip__shell {
  width: 100%;

  display: grid;

  grid-template-columns:
    38px
    minmax(0, 1fr)
    38px;

  column-gap: 14px;

  align-items: center;
}


/* =========================================================
   TRACK
========================================================= */

.trip-filmstrip__track {
  display: flex;

  gap: clamp(10px, 1vw, 15px);

  min-width: 0;

  overflow-x: auto;
  overflow-y: hidden;

  scroll-behavior: smooth;
  scroll-snap-type: x proximity;

  overscroll-behavior-inline: contain;

  scrollbar-width: none;

  -webkit-overflow-scrolling: touch;
}

.trip-filmstrip__track::-webkit-scrollbar {
  display: none;
}



/* =========================================================
   IMAGE FRAMES
========================================================= */

.trip-filmstrip__frame {
  flex:
    0
    0
    clamp(175px, 16vw, 235px);

  width: auto;

  height: clamp(175px, 14vw, 215px);

  margin: 0;
  padding: 0;

  overflow: hidden;

  border: 0;

  background: #e4dfd6;

  cursor: zoom-in;

  scroll-snap-align: start;
}


/* occasional wider editorial frame */
.trip-filmstrip__frame--wide {
  flex-basis: clamp(235px, 21vw, 320px);
}


.trip-filmstrip__frame img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}




@media (hover: hover) {

  .trip-filmstrip__frame:hover img {
    transform: scale(1.035);
    opacity: .94;
  }

}


/* =========================================================
   NAVIGATION ARROWS
========================================================= */

.trip-filmstrip__arrow {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  padding: 0;

  border: 1px solid rgba(23, 61, 50, .25);
  border-radius: 50%;

  background: transparent;

  font-family: var(--bmk-sans);
  font-size: 18px;
  font-weight: 300;
  line-height: 1;

  color: var(--bmk-forest);

  cursor: pointer;

  transition:
    background .2s ease,
    color .2s ease,
    border-color .2s ease;
}


.trip-filmstrip__arrow:hover {
  border-color: var(--bmk-forest);

  background: var(--bmk-forest);
  color: var(--bmk-white);
}


/* =========================================================
   ENLARGED IMAGE DIALOG
========================================================= */

.trip-filmstrip-dialog {
  position: fixed;
  inset: 0;

  width: min(1100px, 90vw);
  max-width: 90vw;

  height: fit-content;
  max-height: 88vh;

  margin: auto;
  padding: 0;

  overflow: visible;

  border: 0;

  background: transparent;
}

.trip-filmstrip-dialog::backdrop {
  background: rgba(10, 20, 18, .86);
}


.trip-filmstrip-dialog__image {
  display: block;

  width: auto;
  max-width: 100%;

  height: auto;
  max-height: 84vh;

  margin: auto;

  object-fit: contain;

  box-shadow:
    0 24px 60px rgba(0,0,0,.28);
}


.trip-filmstrip-dialog__close {
  position: absolute;

  z-index: 2;

  top: -46px;
  right: 0;

  width: 38px;
  height: 38px;

  padding: 0;

  border: 1px solid rgba(255,255,255,.6);
  border-radius: 50%;

  background: transparent;
  color: #fff;

  font-size: 24px;
  font-weight: 300;
  line-height: 1;

  cursor: pointer;
}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 760px) {

  .trip-filmstrip {
    padding:
      32px
      0
      38px;
  }

  .trip-filmstrip__shell {
    grid-template-columns:
      32px
      minmax(0, 1fr)
      32px;

    column-gap: 8px;
  }

  .trip-filmstrip__arrow {
    width: 32px;
    height: 32px;

    font-size: 16px;
  }

  .trip-filmstrip__track {
    grid-auto-columns: 170px;

    gap: 9px;
  }

  .trip-filmstrip__frame {
    height: 185px;
  }

  .trip-filmstrip__frame--wide {
    width: 225px;
  }

}

/* =========================================================
   FILMSTRIP — EDITORIAL FRAME
========================================================= */

.trip-filmstrip__kicker {
  margin: 0 0 16px;

  font-family: var(--bmk-sans);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;

  letter-spacing: .14em;
  text-transform: uppercase;

  color: var(--bmk-gold);
}


/* matching bottom rule */
.trip-filmstrip > .page-shell::after {
  content: "";

  display: block;

  width: 100%;
  height: 1px;

  margin-top: clamp(34px, 3vw, 46px);

  background: var(--bmk-gold);
}

/* FILMSTRIP — DRAG / SWIPE FEEDBACK */

.trip-filmstrip__track {
  cursor: grab;
}

.trip-filmstrip__track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.trip-filmstrip__frame img {
  user-select: none;
  -webkit-user-drag: none;

}/* FILMSTRIP — DRAG / SWIPE FEEDBACK */

.trip-filmstrip__track {
  cursor: grab;
}

.trip-filmstrip__track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.trip-filmstrip__frame img {
  user-select: none;
  -webkit-user-drag: none;
}
/* FILMSTRIP EYEBROW — BMK MARGIN + SPACING */

.trip-filmstrip__kicker {
  margin: 0 0 16px;
}

/* =========================================================
   FILMSTRIP — SWIPE / DRAG
========================================================= */

.trip-filmstrip__track {
  cursor: grab;

  -webkit-overflow-scrolling: touch;

  user-select: none;
}

.trip-filmstrip__track.is-dragging {
  cursor: grabbing;

  scroll-snap-type: none;
}

.trip-filmstrip__frame img {
  user-select: none;
  -webkit-user-drag: none;

  pointer-events: none;
}

/* =========================================================
   FILMSTRIP — OVERLAY NAVIGATION
   Photos align directly to BMK content margins.
========================================================= */

.trip-filmstrip__shell {
  position: relative;
  display: block;
  width: 100%;
}


/* track now uses the entire content width */
.trip-filmstrip__track {
  width: 100%;
}


/* arrows float over the photos */
.trip-filmstrip__arrow {
  position: absolute;
  z-index: 10;

  top: 50%;
  transform: translateY(-50%);

  width: 38px;
  height: 38px;

  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 50%;

  background: rgba(251, 248, 242, .92);
  color: var(--bmk-forest);

  box-shadow: 0 4px 16px rgba(15, 45, 37, .14);

  opacity: 0;

  transition:
    opacity .22s ease,
    background .22s ease,
    color .22s ease,
    transform .22s ease;

  pointer-events: auto;
}


.trip-filmstrip__arrow--prev {
  left: 12px;
}


.trip-filmstrip__arrow--next {
  right: 12px;
}


/* reveal navigation when the user approaches the gallery */
.trip-filmstrip__shell:hover .trip-filmstrip__arrow,
.trip-filmstrip__shell:focus-within .trip-filmstrip__arrow {
  opacity: 1;
}


.trip-filmstrip__arrow:hover {
  background: var(--bmk-forest);
  color: var(--bmk-white);

  transform:
    translateY(-50%)
    scale(1.06);
}


/* touch devices don't have hover */
@media (hover: none) {

  .trip-filmstrip__arrow {
    opacity: .88;
  }

}

/* =========================================================
   MAKE THE PACKAGE YOURS — NAVY TEXT READABILITY
========================================================= */

/* primary explanatory copy */
.package-section .package-intro > p:last-child,
.package-section .package-option-block > p:not(.package-option-kicker),
.package-section .package-option-note {
  color: rgba(255, 255, 255, .88);
}


/* secondary benefit details */
.package-section .package-item span {
  color: rgba(255, 255, 255, .82);
}


/* supplier / eligibility fine print */
.package-section .package-terms {
  color: rgba(255, 255, 255, .72);
}

/* PACKAGE INTRO — READABILITY */

.package-section .package-current .package-intro > p:last-child {
  color: rgba(255, 255, 255, .88) !important;
}

/* PACKAGE RIGHT COLUMN — REDUCE RULE CLUTTER */

.package-section .package-option-block--plus {
  margin-top: 42px;
  padding-top: 0;
  border-top: 0;
}


/* =========================================================
   THANKSGIVING 2027 — CLOSING
========================================================= */

.trip-closing {
  width: 100%;

  background: var(--trip-paper);
}


/* =========================================================
   PRIMARY PHOTO CLOSE
========================================================= */

.trip-closing__hero {
  position: relative;

  min-height: clamp(470px, 43vw, 610px);

  overflow: hidden;
  isolation: isolate;
}


.trip-closing__image {
  position: absolute;

  inset: 0;

  z-index: 0;

  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center 56%;
}


/* cinematic treatment */

.trip-closing__overlay {
  position: absolute;

  inset: 0;

  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(12, 37, 34, .58) 0%,
      rgba(12, 37, 34, .30) 46%,
      rgba(12, 37, 34, .06) 78%
    );
}


/* same BMK content geometry */

.trip-closing__hero-inner {
  position: relative;

  z-index: 2;

  width: var(--bmk-page);
  max-width: none;

  min-height: clamp(470px, 43vw, 610px);

  margin-inline: auto;

  padding-left: var(--trip-content-inset);
  padding-right: var(--trip-content-inset);

  box-sizing: border-box;

  display: flex;
  align-items: center;
}


/* =========================================================
   CREAM EDITORIAL CARD
========================================================= */

.trip-closing__card {
  width: min(590px, 48vw);

  padding:
    clamp(34px, 3.5vw, 50px)
    clamp(34px, 3.5vw, 52px);

  box-sizing: border-box;

  background: rgba(251, 248, 242, .95);

  box-shadow:
    0 22px 52px rgba(15, 45, 37, .15);
}


.trip-closing__card .eyebrow {
  margin: 0 0 16px;

  color: var(--bmk-gold);
}


.trip-closing__card h2 {
  margin: 0;

  font-family: var(--bmk-serif);
  font-size: clamp(44px, 3.8vw, 62px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.02em;

  color: var(--bmk-forest);
}


.trip-closing__card h2 em {
  font-weight: 400;
  font-style: italic;
}


.trip-closing__lead {
  max-width: 470px;

  margin: 24px 0 0;

  font-family: var(--bmk-sans);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;

  color: var(--bmk-muted);
}


/* =========================================================
   PRIMARY ACTIONS
========================================================= */

.trip-closing__actions {
  display: flex;
  flex-wrap: wrap;

  gap: 10px;

  margin-top: 28px;
}


.trip-closing__button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 44px;

  padding: 0 20px;

  box-sizing: border-box;

  font-family: var(--bmk-sans);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;

  letter-spacing: .11em;
  text-transform: uppercase;

  text-decoration: none;

  transition:
    background .22s ease,
    color .22s ease,
    border-color .22s ease;
}


.trip-closing__button--primary {
  border: 1px solid var(--bmk-forest);

  background: var(--bmk-forest);
  color: var(--bmk-white);
}


.trip-closing__button--primary:hover {
  border-color: var(--bmk-gold);

  background: var(--bmk-gold);
  color: var(--bmk-white);
}


.trip-closing__button--secondary {
  border: 1px solid var(--bmk-forest);

  background: transparent;
  color: var(--bmk-forest);
}


.trip-closing__button--secondary:hover {
  background: var(--bmk-forest);
  color: var(--bmk-white);
}


/* direct contact line */

.trip-closing__contact {
  margin: 18px 0 0;

  font-family: var(--bmk-sans);
  font-size: 11px;
  font-weight: 300;
  line-height: 1.65;

  color: var(--bmk-muted);
}


.trip-closing__contact a {
  font-weight: 600;

  color: var(--bmk-forest);

  text-decoration-color: var(--bmk-gold);
}


.trip-closing__contact span {
  margin-inline: 5px;

  color: var(--bmk-gold);
}


/* =========================================================
   CAN'T MAKE THIS ONE? — SECONDARY PATH
========================================================= */

.trip-closing__alternate {
  width: var(--bmk-page);
  max-width: none;

  margin-inline: auto;

  padding:
    clamp(52px, 5vw, 76px)
    var(--trip-content-inset)
    clamp(56px, 5vw, 82px);

  box-sizing: border-box;

  display: grid;

  grid-template-columns:
    minmax(300px, .85fr)
    minmax(420px, 1.15fr);

  column-gap: clamp(60px, 7vw, 120px);

  align-items: center;
}


.trip-closing__alternate-heading .eyebrow {
  margin: 0 0 16px;

  color: var(--bmk-gold);
}


.trip-closing__alternate-heading h3 {
  max-width: 560px;

  margin: 0;

  font-family: var(--bmk-serif);
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.015em;

  color: var(--bmk-forest);
}


.trip-closing__alternate-heading h3 em {
  font-weight: 400;
  font-style: italic;
}


.trip-closing__alternate-copy {
  max-width: 650px;
}


.trip-closing__alternate-copy p {
  margin: 0;

  font-family: var(--bmk-sans);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;

  color: var(--bmk-muted);
}


/* secondary CTA stays editorial — not another button */

.trip-closing__alternate-link {
  position: relative;

  display: inline-flex;
  align-items: center;

  gap: 9px;

  margin-top: 24px;
  padding-bottom: 7px;

  border-bottom: 1px solid var(--bmk-gold);

  font-family: var(--bmk-sans);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;

  letter-spacing: .11em;
  text-transform: uppercase;

  color: var(--bmk-forest);

  text-decoration: none;

  transition:
    color .25s ease,
    transform .25s ease;
}


.trip-closing__alternate-link span {
  color: var(--bmk-gold);

  transition: transform .25s ease;
}


.trip-closing__alternate-link:hover {
  color: var(--bmk-gold);

  transform: translateX(3px);
}


.trip-closing__alternate-link:hover span {
  transform: translateX(4px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {

  .trip-closing__hero {
    min-height: 560px;
  }


  .trip-closing__hero-inner {
    min-height: 560px;
  }


  .trip-closing__card {
    width: min(610px, 72vw);
  }


  .trip-closing__alternate {
    grid-template-columns: 1fr;

    row-gap: 30px;
  }


  .trip-closing__alternate-copy {
    max-width: 680px;
  }

}


@media (max-width: 700px) {

  .trip-closing__hero {
    min-height: 610px;
  }


  .trip-closing__image {
    object-position: 62% center;
  }


  .trip-closing__hero-inner {
    min-height: 610px;

    padding-left: 20px;
    padding-right: 20px;

    align-items: flex-end;

    padding-bottom: 24px;
  }


  .trip-closing__card {
    width: 100%;

    padding:
      30px
      26px;
  }


  .trip-closing__card h2 {
    font-size: clamp(40px, 11vw, 50px);
  }


  .trip-closing__actions {
    flex-direction: column;
  }


  .trip-closing__button {
    width: 100%;
  }


  .trip-closing__contact span {
    display: none;
  }


  .trip-closing__contact a {
    display: block;

    margin-top: 4px;
  }


  .trip-closing__alternate {
    padding-left: 20px;
    padding-right: 20px;
  }

}

/* =========================================================
   TRIP PAGE FOOTER — FINAL TREATMENT
========================================================= */

body .footer {
  padding: 34px 0 36px;

  background: var(--bmk-forest-deep);
  color: var(--bmk-white);
}


body .footer .footer-inner {
  width: var(--bmk-page);
  max-width: none;

  margin-inline: auto;

  padding-left: 0;
  padding-right: 0;

  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: clamp(40px, 6vw, 90px);
}


/* BMK MARK */

body .footer .footer-brand-trip {
  flex-shrink: 0;

  display: flex;
  flex-direction: column;

  line-height: .9;

  color: var(--bmk-white);
}


body .footer .footer-brand-trip b {
  font-family: var(--bmk-serif);
  font-size: 30px;
  font-weight: 400;
  line-height: .9;

  letter-spacing: .055em;

  color: var(--bmk-white);
}


body .footer .footer-brand-trip small {
  margin-top: 8px;

  font-family: var(--bmk-sans);
  font-size: 8px;
  font-weight: 600;
  line-height: 1;

  letter-spacing: .22em;

  color: var(--bmk-gold);
}


/* DISCLOSURE COPY */

body .footer .footer-inner > p {
  max-width: 760px;

  margin: 0;

  font-family: var(--bmk-sans);
  font-size: 10px;
  font-weight: 300;
  line-height: 1.7;

  text-align: right;

  color: rgba(255, 255, 255, .68);
}


/* =========================================================
   FOOTER — MOBILE
========================================================= */

@media (max-width: 760px) {

  body .footer {
    padding: 30px 0 32px;
  }


  body .footer .footer-inner {
    flex-direction: column;
    align-items: flex-start;

    gap: 22px;
  }


  body .footer .footer-inner > p {
    max-width: 100%;

    text-align: left;

    font-size: 9.5px;
  }

}

/* =========================================================
   WARM-PAPER SECTION TRANSITIONS — FINAL RHYTHM
========================================================= */

/* Thanksgiving story → On Board */
.trip-intro-feature {
  padding-bottom: 34px;
}

.trip-experience {
  padding-top: 50px;
}


/* Filmstrip → Getting On Board */
.trip-filmstrip {
  padding-bottom: 24px;
}

.planning {
  padding-top: 50px;
}

/* =========================================================
   THANKSGIVING RESERVATION FORM — REFINEMENT
========================================================= */

.trip-form-intro {
  max-width: 560px;

  margin: 0 0 26px;

  font-size: 13px;
  line-height: 1.7;

  color: var(--bmk-muted);
}


.trip-reservation-form {
  margin: 0;
}


.trip-form-actions {
  margin-top: 26px;
}


.trip-form-note {
  max-width: 520px;

  margin: 14px 0 0;

  font-size: 10px;
  line-height: 1.6;

  color: var(--bmk-muted);
}


.trip-form-submit {
  transition:
    background .22s ease,
    border-color .22s ease,
    color .22s ease;
}


.trip-form-submit:hover {
  border-color: var(--bmk-gold);

  background: var(--bmk-gold);
  color: var(--bmk-white);
}


/* =========================================================
   GETTING ON BOARD — KEEP TIMELINE ANCHORED
========================================================= */

.planning .steps {
  align-self: start;
  margin-top: 0;
}

/* =========================================================
   THANKSGIVING RESERVATION FORM — LIVE SUBMISSION STATES
========================================================= */

.trip-form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.trip-form-feedback {
  margin-top: 22px;
}

.trip-form-status {
  max-width: 560px;
  margin: 0;
  padding: 16px 18px;
  font-size: 12px;
  line-height: 1.65;
}

.trip-form-status strong {
  display: block;
  margin-bottom: 3px;
}

.trip-form-status--success {
  border-left: 3px solid var(--bmk-forest);
  background: rgba(23, 61, 50, .06);
  color: var(--bmk-forest-deep);
}

.trip-form-status--error {
  border-left: 3px solid #8c3f36;
  background: rgba(140, 63, 54, .06);
  color: var(--bmk-ink);
}

.trip-form-submit:disabled {
  opacity: .58;
  cursor: wait;
}

/* =========================================================
   GETTING ON BOARD — CURRENT FINAL FLOW
   Intro → Steps → CTA
========================================================= */


/* ---------------------------------------------------------
   DESKTOP
   Keep editorial two-column composition.
   CTA follows the checklist in the RIGHT column.
--------------------------------------------------------- */

@media (min-width: 981px) {

  .planning .planning-grid {
    grid-template-columns:
      minmax(0, .92fr)
      minmax(500px, 1.08fr);

    grid-template-areas:
      "intro steps"
      ".     cta";

    column-gap: clamp(72px, 7vw, 120px);
    row-gap: 30px;

    align-items: start;

    /* Match normal BMK section bottom rhythm */
    padding-bottom: clamp(56px, 4.5vw, 76px);
  }

  .planning .planning-grid > div:first-child {
    grid-area: intro;
  }

  .planning .steps {
    grid-area: steps;

    align-self: start;
    margin: 0;
  }

  .planning .planning-cta-block {
    grid-area: cta;

    max-width: 560px;

    margin: 0;
    padding-top: 0;

    /* Divider is unnecessary on desktop */
    border-top: 0;
  }

}


/* ---------------------------------------------------------
   TABLET
   True sequential flow:
   intro → steps → divider → CTA
--------------------------------------------------------- */

@media (min-width: 761px) and (max-width: 980px) {

  .planning .planning-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "steps"
      "cta";

    row-gap: 34px;

    padding-bottom: clamp(56px, 7vw, 68px);
  }

  .planning .planning-grid > div:first-child {
    grid-area: intro;
  }

  .planning .steps {
    grid-area: steps;

    align-self: start;
    max-width: 700px;

    margin: 0;
  }

  .planning .planning-cta-block {
    grid-area: cta;

    margin: 0;
    padding-top: 26px;

    /* Keep the divider on tablet */
    border-top: 1px solid rgba(23, 61, 50, .16);
  }

}


/* =========================================================
   GETTING ON BOARD — DESKTOP ONLY
   Preserve current tablet layout
========================================================= */

@media (min-width: 981px) {

  .planning {
    /* Restore normal section-ending breathing room */
    padding-bottom: clamp(56px, 4.5vw, 76px);
  }

  .planning .planning-grid {
    row-gap: 0;
    padding-bottom: 0;
  }

  .planning .planning-grid > div:first-child {
    grid-column: 1;
    grid-row: 1;
  }

  .planning .steps {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin: 0;
  }

  .planning .planning-cta-block {
    grid-column: 1;
    grid-row: 2;

    /* Pull CTA upward toward the intro */
    margin-top: -72px;

    padding-top: 0;

    /* Keep divider on tablet, remove it on desktop */
    border-top: 0;
  }

}

/* =========================================================
   GETTING ON BOARD — DESKTOP ALIGNMENT REFINEMENT
========================================================= */

@media (min-width: 981px) {

  /* Align checklist with main heading, not eyebrow */
  .planning .steps {
    transform: translateY(32px);
  }

  /* CTA should be subordinate to the main heading */
  .planning .planning-cta-block h3 {
    font-size: 30px;
    line-height: 1.08;
  }

}

/* =========================================================
   RESERVATION FORM — REMOVE INHERITED DETAILS SPACING
========================================================= */

.trip-interest-form__body p {
  padding-bottom: 0;
  padding-right: 0;
}

.trip-interest-form__body {
  padding-bottom: 0;
}

.trip-interest-form__body > *:last-child {
  margin-bottom: 0;
}

/* =========================================================
   HERO — TABLET HEIGHT ONLY
========================================================= */

@media (min-width: 761px) and (max-width: 980px) {

  .trip-hero {
    min-height: 640px;
  }

  .trip-hero__inner {
    min-height: 550px;
  }

}


@media (min-width: 761px) and (max-width: 980px) {

  .trip-hero {
    min-height: 640px;
  }

  .trip-hero__inner {
    min-height: 550px;
  }

  .trip-hero__image {
    object-position: 88% center;
  }

}


/* =========================================================
   THANKSGIVING INTRO — TABLET EDITORIAL SPREAD
========================================================= */

@media (min-width: 761px) and (max-width: 980px) {

  .intro-feature-copy {
    width: 44%;
    max-width: none;
  }

  .intro-feature-ship-bg {
    width: 52%;
    right: 3vw;
    height: 360px;

    /* Drop it slightly so it doesn't read like a newspaper column */
    top: calc(var(--intro-top) + 18px);
  }

  .intro-feature-ship-bg img {
    object-position: 60% 80%;

    transform: scale(1.18);
    transform-origin: 60% 80%;

    /* Very soft integration into the page */
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgba(0,0,0,.30) 8%,
      rgba(0,0,0,.80) 16%,
      #000 24%,
      #000 100%
    );

    mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgba(0,0,0,.30) 8%,
      rgba(0,0,0,.80) 16%,
      #000 24%,
      #000 100%
    );
  }

  .intro-feature-ship-bg::before {
    display: none;
  }

}

/* =========================================================
   THANKSGIVING INTRO — TABLET FEATURE STACK
========================================================= */

/* New tablet image stays hidden everywhere else */
.intro-feature-tablet-media {
  display: none;
}


@media (min-width: 761px) and (max-width: 980px) {

  /* Hide the desktop overlapping image treatment */
  .intro-feature-ship-bg,
  .intro-feature-ship-credit {
    display: none;
  }


  /* Let the story use the available tablet width */
  .intro-feature-copy {
    width: 100%;
    max-width: none;
  }


  /* Keep the opening typography editorial rather than full-width */
  .intro-feature-tablet-media {
  display: block;
  width: 100%;
  margin: 30px 0 32px;
}

  .intro-feature-copy > p {
  max-width: none;
  width: 100%;
}


  /* The feature-image moment */
  .intro-feature-tablet-media {
    display: block;

    width: 100%;
    margin: 30px 0 32px;
  }

  .intro-feature-tablet-media img {
    display: block;

    width: 100%;
    height: 300px;

    object-fit: cover;
    object-position: 58% 76%;
  }

  .intro-feature-tablet-media figcaption {
    margin-top: 8px;

    font-family: var(--bmk-sans);
    font-size: 9px;
    line-height: 1.35;
    text-align: right;

    color: var(--bmk-muted);
  }


  /* Keep the ship facts connected to the story */
  .bliss-banner-kicker {
    margin-top: 30px;
  }

}

/* =========================================================
   ON BOARD — TABLET EDITORIAL SWIPE
========================================================= */

@media (min-width: 761px) and (max-width: 980px) {

  /* Header becomes one clean editorial block */
  .trip-experience .section-head {
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-bottom: 34px;
  }

  .trip-experience .section-head > div:last-child {
    max-width: 680px;
  }

  .trip-experience .section-head > div:last-child p {
    margin-top: 0;
  }

  .trip-experience .section-head > div:last-child p + p {
    margin-top: 14px;
  }

  /* Remove the forced desktop line break on tablet */
  .trip-experience .section-head h2 br {
    display: none;
  }


  /* Horizontal editorial card rail */
  .trip-experience .joy-grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 72%;

    gap: 20px;

    overflow-x: auto;
    overscroll-behavior-inline: contain;

    scroll-snap-type: x mandatory;
    scrollbar-width: none;

    padding-bottom: 10px;
  }

  .trip-experience .joy-grid::-webkit-scrollbar {
    display: none;
  }

  .trip-experience .joy {
    scroll-snap-align: start;
  }

  /* Slightly more landscape on tablet */
  .trip-experience .joy img {
    aspect-ratio: 1.35;
  }

  .trip-experience .joy .caption {
    min-height: 0;
  }

}

@media (min-width: 761px) and (max-width: 980px) {

  .joy-swipe-cue {
    margin: 0 0 12px;

    font-family: var(--bmk-sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;

    text-align: right;

    color: var(--bmk-gold);
  }

}

.joy-swipe-cue {
  display: none;
}

@media (min-width: 761px) and (max-width: 980px) {
  .joy-swipe-cue {
    display: block;
  }
}

/* =========================================================
   ON BOARD — TABLET SCALE REFINEMENT
========================================================= */

@media (min-width: 761px) and (max-width: 980px) {

  /* Restore intentional heading break */
  .trip-experience .section-head h2 br {
    display: block;
  }

  .trip-experience .section-head h2 {
    font-size: 44px;
    line-height: 1.02;
  }


  /* Swipe cue — clearer and aligned with content */
  .trip-experience .joy-swipe-cue {
    margin: 0 0 14px;

    text-align: left;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;

    color: var(--bmk-forest);
  }


  /* Slightly smaller cards */
  .trip-experience .joy-grid {
    grid-auto-columns: 66%;
    gap: 18px;
  }


  /* Slightly shallower imagery */
  .trip-experience .joy img {
    aspect-ratio: 1.45;
  }


  /* Card typography */
  .trip-experience .joy h3 {
    font-size: 24px;
    line-height: 1.12;
  }

  .trip-experience .joy p {
    font-size: 13px;
    line-height: 1.65;
  }

}

@media (min-width: 761px) and (max-width: 980px) {

  .experience-resource-link a {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .09em;
  }

}

/* =========================================================
   ITINERARY — TABLET STACK
========================================================= */

@media (min-width: 761px) and (max-width: 980px) {

  .route-photo-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .route-panel {
    width: 100%;
    max-width: none;

    padding: 34px 36px;
  }

  .route-panel--story {
    max-width: none;
  }

  .route-panel--schedule {
    align-self: stretch;
  }

  .route-panel--schedule .route-list {
    width: 100%;
    max-width: none;
  }

}

/* =========================================================
   STATEROOMS — TABLET HORIZONTAL CARDS
========================================================= */

@media (min-width: 761px) and (max-width: 980px) {

  .rooms .room-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rooms .room {
    display: grid;

    grid-template-columns:
      minmax(0, 1.35fr)
      minmax(180px, .65fr);

    grid-template-rows:
      auto
      auto
      auto
      auto;

    column-gap: 34px;
    row-gap: 8px;

    padding: 26px 30px;
  }


  /* Kicker spans full card */
  .rooms .room .number {
    grid-column: 1 / -1;
    grid-row: 1;

    margin: 0 0 14px;
  }


  /* Stateroom name */
  .rooms .room h3 {
    grid-column: 1;
    grid-row: 2;

    margin: 0;
    align-self: end;
  }


  /* Description */
  .rooms .room > p {
    grid-column: 1;
    grid-row: 3;

    margin: 8px 0 0;
    max-width: 430px;
  }


  /* Pricing sits opposite title/copy */
  .rooms .room .price-label {
    grid-column: 2;
    grid-row: 2;

    align-self: end;

    margin: 0 0 4px;
  }

  .rooms .room .price {
    grid-column: 2;
    grid-row: 3;

    align-self: start;

    margin: 4px 0 0;
  }


  /* Link becomes the quiet footer of each card */
  .rooms .room .room-link {
    grid-column: 1 / -1;
    grid-row: 4;

    margin-top: 14px;
    padding-top: 14px;
  }

}

/* =========================================================
   STATEROOMS — CARD EDGE ON ALL DEVICES
========================================================= */

.rooms .room {
  border-top: 2px solid var(--bmk-gold);
}


/* =========================================================
   STATEROOMS — TABLET BALANCE + TIGHTER RHYTHM
========================================================= */

@media (min-width: 761px) and (max-width: 980px) {

  .rooms .room {
   grid-template-columns:
  minmax(0, 1.3fr)
  minmax(190px, .7fr);

column-gap: 22px;
    row-gap: 4px;

    padding: 22px 26px;
  }


  .rooms .room .number {
    margin-bottom: 10px;
  }


  .rooms .room h3 {
    margin: 0;
  }


  .rooms .room > p {
    margin-top: 4px;
    margin-bottom: 0;
  }


  /* Quieter pricing label */
  .rooms .room .price-label {
    margin-bottom: 2px;

    font-size: 10px;
    letter-spacing: .1em;
  }


  /* Keep "/ person" attached to the price */
  .rooms .room .price {
    margin: 2px 0 0;
    white-space: nowrap;
  }

  .rooms .room .price small {
    display: inline;
    white-space: nowrap;
  }


  /* Tighten footer/link area */
  .rooms .room .room-link {
    margin-top: 10px;
    padding-top: 12px;
  }

}

/* Give left-column content a protected gutter */
.rooms .room h3,
.rooms .room > p {
  min-width: 0;
  padding-right: 32px;
  box-sizing: border-box;
}

@media (min-width: 761px) and (max-width: 980px) {

  .rooms .room-link {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .07em;
    line-height: 1.35;
  }

}

/* =========================================================
   STATEROOMS — TABLET HEADER BALANCE
========================================================= */

@media (min-width: 761px) and (max-width: 980px) {

  .rooms .section-head {
    grid-template-columns:
       minmax(210px, .85fr)
  minmax(0, 1.15fr);

    column-gap: 34px;

    align-items: start;
    margin-bottom: 34px;
  }

  .rooms .section-head-copy {
    max-width: 440px;
    justify-self: start;
  }

}
/* =========================================================
   GROUP PRICING — TABLET DEADLINE BAND
========================================================= */

@media (min-width: 761px) and (max-width: 980px) {

  .group-pricing-section .pricing-editorial-deadline {
    display: grid;

    grid-template-columns:
      minmax(180px, .72fr)
      minmax(0, 1.28fr);

    column-gap: 38px;
    align-items: center;

    padding-top: 24px;
  }

  .group-pricing-section .pricing-deadline-label,
  .group-pricing-section .pricing-deadline-date {
    grid-column: 1;
  }

  .group-pricing-section .pricing-deadline-label {
    margin-bottom: 7px;
  }

  .group-pricing-section .pricing-deadline-date {
    margin-bottom: 0;
  }

  .group-pricing-section
  .pricing-editorial-deadline > p:last-child {
    grid-column: 2;
    grid-row: 1 / span 2;

    max-width: 430px;
    align-self: center;

    font-size: 13px;
    line-height: 1.6;
  }

}

/* =========================================================
   PACKAGE SECTION — MATCH HERO FACTS NAVY
========================================================= */

.package-section {
  background: #0c202c;
}

/* =========================================================
   FAQ — TABLET LAYOUT
========================================================= */

@media (min-width: 701px) and (max-width: 1100px) {

  .faq-card-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .faq-card-grid .faq-card:last-child {
    grid-column: 1 / -1 !important;

    display: grid;
    grid-template-columns:
      minmax(220px, .8fr)
      minmax(0, 1.2fr);

    column-gap: 34px;
    row-gap: 12px;

    min-height: 0 !important;
    padding: 26px 30px;
  }

  .faq-card-grid .faq-card:last-child h3 {
    grid-column: 1;
    grid-row: 1 / 3;

    margin: 0;
    padding-right: 0;
  }

  .faq-card-grid .faq-card:last-child > p {
    grid-column: 2;
    grid-row: 1;

    max-width: none;
    margin: 0;
  }

  .faq-card-grid .faq-card:last-child .faq-card-link {
    grid-column: 2;
    grid-row: 2;

    margin-top: 0;
  }

}

/* =========================================================
   PACKAGE SECTION — MATCH HERO BAND GOLD
========================================================= */

.package-section .eyebrow,
.package-section .package-subhead,
.package-section .package-option-kicker {
  color: #e5b770 !important;
}


/* =========================================================
   CLOSING HERO — TABLET IMAGE-FIRST TREATMENT
========================================================= */

@media (min-width: 761px) and (max-width: 980px) {

  .trip-closing__hero {
    min-height: 560px;
  }

  .trip-closing__image {
    object-position: 62% center;
  }

  .trip-closing__hero-inner {
    min-height: 560px;

    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .trip-closing__card {
    width: min(390px, 52%);
    max-width: 390px;

    padding: 32px 30px;

    background: rgba(251, 248, 242, .80);

    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
  }

}


/* =========================================================
   HERO — MOBILE FINAL REFINEMENT
========================================================= */

@media (max-width: 760px) {

  /* Bring the lifestyle portion of the hero back into view */
  .trip-hero__image {
    object-position: 92% center;
  }

  /* Same hero gold, but stronger against the sunset */
  .trip-hero__eyebrow {
    color: #e5b770;
    font-weight: 700;
    letter-spacing: .12em;
    text-shadow: 0 1px 3px rgba(12, 32, 44, .45);
  }

}


@media (max-width: 760px) {

  .trip-hero__facts-inner > div:last-child {
    grid-column: 1 / -1;

    padding-top: 14px;
    padding-bottom: 14px;

    border-right: 0;
  }

}

/* =========================================================
   HERO FACT BAR — MOBILE CELL ALIGNMENT
========================================================= */

@media (max-width: 760px) {

  .trip-hero__facts-inner > div {
    align-items: center;
    text-align: center;

    padding-left: 12px;
    padding-right: 12px;
  }

  .trip-hero__facts-inner > div:first-child {
    padding-left: 12px;
  }

  .trip-hero__facts-inner > div:last-child {
    grid-column: 1 / -1;

    align-items: center;
    text-align: center;
  }

}

/* =========================================================
   THANKSGIVING INTRO — MOBILE STACK
========================================================= */

@media (max-width: 760px) {

  .trip-intro-feature {
    min-height: 0;
    padding-top: 52px;
    padding-bottom: 52px;
  }

  /* Remove desktop overlapping image treatment */
  .intro-feature-ship-bg,
  .intro-feature-ship-credit {
    display: none !important;
  }

  .intro-feature-grid {
    display: block;
    padding-top: 0;
  }

  .intro-feature-copy {
    width: 100%;
    max-width: none;
  }

  .intro-feature-copy > p {
    width: 100%;
    max-width: none;
  }

  /* Reuse the inline image added for tablet */
  .intro-feature-tablet-media {
    display: block;
    width: 100%;
    margin: 24px 0 28px;
  }

  .intro-feature-tablet-media img {
    display: block;
    width: 100%;
    height: 220px;

    object-fit: cover;
    object-position: 58% 76%;
  }

  .intro-feature-tablet-media figcaption {
    margin-top: 7px;

    font-family: var(--bmk-sans);
    font-size: 8px;
    line-height: 1.35;

    text-align: right;
    color: var(--bmk-muted);
  }

}

/* =========================================================
   BLISS FACT BAND — MOBILE 2 × 2
========================================================= */

@media (max-width: 760px) {

  .bliss-intro-banner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 26px;

    padding: 20px 0;
  }

  .bliss-intro-banner .bliss-fact {
    min-width: 0;
  }

  .bliss-intro-banner strong {
    font-size: 19px;
    line-height: 1.15;
  }

}

/* =========================================================
   ON BOARD — MOBILE STACK + SWIPE
========================================================= */

@media (max-width: 760px) {

  /* Header becomes one clean column */
  .trip-experience .section-head {
    display: grid;
    grid-template-columns: 1fr !important;

    row-gap: 20px;
    column-gap: 0;

    align-items: start;
    margin-bottom: 30px;
  }

  .trip-experience .section-head > div {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .trip-experience .section-head > div:last-child {
    max-width: none;
    justify-self: start;
  }

  .trip-experience .section-head > div:last-child p {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .trip-experience .section-head > div:last-child p + p {
    margin-top: 14px;
  }


  /* Same swipe concept as tablet */
  .trip-experience .joy-grid {
    display: grid !important;
    grid-template-columns: none !important;

    grid-auto-flow: column;
    grid-auto-columns: 84%;

    gap: 16px;

    overflow-x: auto;
    overflow-y: hidden;

    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;

    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;

    padding-bottom: 8px;
  }

  .trip-experience .joy-grid::-webkit-scrollbar {
    display: none;
  }

  .trip-experience .joy {
    scroll-snap-align: start;
    min-width: 0;
  }

  .trip-experience .joy img {
    width: 100%;
    aspect-ratio: 1.35;
    object-fit: cover;
  }


  /* Existing swipe cue */
  .trip-experience .joy-swipe-cue {
    display: block;

    margin: 0 0 12px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;

    text-align: left;
    color: var(--bmk-forest);
  }

}


/* =========================================================
   ON BOARD — MOBILE TYPE HIERARCHY
========================================================= */

@media (max-width: 760px) {

  .trip-experience .joy h3 {
    font-size: 23px;
    line-height: 1.12;
  }

  .trip-experience .joy p {
    font-size: 13px;
    line-height: 1.6;
  }

  .trip-experience .experience-resource-link a {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .09em;
    line-height: 1.4;
  }

}

/* =========================================================
   ITINERARY — MOBILE STACK
========================================================= */

@media (max-width: 760px) {

  .route-photo-grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  .route-panel {
    width: 100%;
    max-width: none;

    padding: 28px 24px;
  }

  .route-panel--story {
    max-width: none;
  }

  .route-intro {
    max-width: none;
    margin-bottom: 30px;
  }

  .route-highlight {
    margin-top: 30px;
    padding-top: 24px;
  }

  .route-panel--schedule {
    align-self: stretch;
  }

  .route-panel--schedule .route-list {
    width: 100%;
    max-width: none;
  }

}

@media (max-width: 760px) {

  .route-list li {
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 10px;

    padding: 11px 0;
  }

  .route-list time {
    font-size: 11px;
  }

  .route-list strong {
    font-size: 13px;
    line-height: 1.2;
  }

  .route-list li > span {
    font-size: 10px;
    line-height: 1.2;

    max-width: none;
    white-space: nowrap;
  }

}

/* =========================================================
   STATEROOMS — MOBILE HEADER + CARD REFINEMENT
========================================================= */

@media (max-width: 760px) {

  /* Header: one clean column */
  .rooms .section-head {
    display: grid;
    grid-template-columns: 1fr !important;

    row-gap: 18px;
    column-gap: 0;

    align-items: start;
    margin-bottom: 30px;
  }

  .rooms .section-head > div,
  .rooms .section-head-copy {
    width: 100%;
    max-width: none;
    min-width: 0;

    justify-self: start;
  }

  .rooms .section-head-copy p {
    margin: 0;
    max-width: none;
  }


  /* Slightly tighter cards */
  .rooms .room {
    padding: 24px 22px 22px;
  }

  .rooms .room .number {
    margin-bottom: 22px;
  }

  .rooms .room h3 {
    margin-bottom: 16px;
  }

  .rooms .room > p {
    margin-bottom: 22px;
  }

  .rooms .room .price {
    margin-bottom: 18px;
  }

  .rooms .room .room-link {
    padding-top: 14px;

    font-size: 9.5px;
    letter-spacing: .06em;

    white-space: nowrap;
  }

}

/* =========================================================
   FAQ — MOBILE VIEW ALL PLACEMENT
========================================================= */

.faq-view-all--mobile {
  display: none;
}

@media (max-width: 760px) {

  .faq-feature-header .faq-view-all {
    display: none;
  }

  .faq-view-all--mobile {
    display: inline-flex;
    margin-top: 24px;
  }

}

/* =========================================================
   GETTING ON BOARD — MOBILE VERTICAL RHYTHM
========================================================= */

@media (max-width: 760px) {

  .planning .planning-grid {
    row-gap: 34px;
  }

  .planning .planning-cta-block {
    margin-top: 34px;
    padding-top: 24px;
  }

}

/* =========================================================
   CLOSING — MOBILE VERTICAL BALANCE
========================================================= */

@media (max-width: 760px) {

  .trip-closing__card {
    transform: translateY(-35px);
  }

}

/* =========================================================
   ITINERARY DISCLAIMER — MOBILE
========================================================= */

@media (max-width: 760px) {

  .route-disclaimer {
    margin-top: 16px;
    padding-top: 14px;

    font-size: 10px;
    line-height: 1.55;
  }

}

/* =========================================================
   STATEROOMS + PRICING — MOBILE TYPE CONSISTENCY
========================================================= */

@media (max-width: 760px) {

  /* BODY COPY — ONE CONSISTENT SIZE */
  .room-options-note,
  .group-pricing-section .pricing-editorial-copy p,
  .group-pricing-section .pricing-editorial-deadline > p:last-child {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }


  /* EYEBROWS — ONE CONSISTENT SIZE */
  .group-pricing-section .pricing-editorial-heading .eyebrow,
  .group-pricing-section .pricing-deadline-label {
    font-size: 10px !important;
    line-height: 1.3;
    letter-spacing: .14em;
  }


  /* MAJOR TYPE — SAME SCALE */
  .group-pricing-section .pricing-editorial-heading h2,
  .group-pricing-section .pricing-deadline-date span {
    font-size: 32px !important;
    line-height: 1.02;
  }


  /* YEAR REMAINS SUPPORTING INFORMATION */
  .group-pricing-section .pricing-deadline-date small {
    margin-top: 6px;

    font-size: 11px;
    line-height: 1;

    letter-spacing: .14em;
  }

}

/* =========================================================
   HERO EYEBROW — MOBILE CONTRAST
========================================================= */

@media (max-width: 760px) {

  .trip-hero__eyebrow {
    text-shadow:
      0 1px 2px rgba(12, 32, 44, .85),
      0 0 8px rgba(12, 32, 44, .32);
  }

}

/* =========================================================
   ITINERARY — DESKTOP SYMMETRICAL PANELS
========================================================= */

@media (min-width: 981px) {

  .route-photo-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .route-panel--story {
    max-width: none;
  }

  .route-panel--schedule {
    align-self: stretch;
  }

}
/* =========================================================
   THANKSGIVING 2027 — PACKAGE VALUE REFERENCE NOTE
========================================================= */

.package-section .package-value-note {
  margin: 16px 0 0;
  max-width: 650px;

  font-family: var(--bmk-sans);
  font-size: 10px;
  font-weight: 300;
  line-height: 1.55;

  color: rgba(255, 255, 255, .68);
}


/* Keep added package rows compact on desktop */
@media (min-width: 981px) {
  .package-section .package-benefits .package-item {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}


/* Mobile readability */
@media (max-width: 760px) {
  .package-section .package-value-note {
    font-size: 10px;
    line-height: 1.55;
  }
}

/* =========================================================
   STATEROOM PRICING — FREE AT SEA PLUS NOTE
========================================================= */

.rooms .room .price {
  margin-bottom: 6px;
}

.rooms .room .price-package-note {
  margin: 0 0 18px;

  font-family: var(--bmk-sans);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;

  letter-spacing: .11em;
  text-transform: uppercase;

  color: var(--bmk-gold);
}

.rooms .room.featured .price-package-note {
  color: #e5b770;
}


/* Tablet cards use explicit grid placement */
@media (min-width: 761px) and (max-width: 980px) {

  .rooms .room .price-package-note {
    grid-column: 2;
    grid-row: 4;

    align-self: start;
    margin: 0;
  }

  .rooms .room .room-link {
    grid-row: 5;
  }

}

/* =========================================================
   PACKAGE — RIGHT COLUMN QUALIFYING BENEFITS
========================================================= */

.package-section .package-qualifiers {
  margin: 28px 0 0;
}

.package-section .package-qualifiers .package-subhead {
  margin-top: 0;
}

.package-section .package-qualifiers .package-item {
  padding-top: 14px;
  padding-bottom: 14px;
}

.package-section .package-qualifiers .package-item:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, .18);
}

/* =========================================================
   PACKAGE RIGHT COLUMN — REBALANCE VERTICAL RHYTHM
========================================================= */

@media (min-width: 981px) {

  .package-section .package-customize {
    justify-content: flex-start;
    padding-top: 66px;
  }

  .package-section .package-qualifiers {
    margin: 0;
  }

  .package-section .package-option-block--plus {
    margin-top: 55px;
  }

  .package-section .package-option-block--plus + .package-option-block {
    margin-top: 55px;
  }

}

/* =========================================================
   PACKAGE — FINAL COLUMN ALIGNMENT + RHYTHM
========================================================= */

/* DESKTOP */
@media (min-width: 981px) {

  /* Let intro copy use the same left-column width as the table */
  .package-section .package-current .package-intro {
    max-width: none;
  }

  /* Keep intro copy + benefit table on the same editorial measure */
.package-section .package-current .package-intro > p:last-child,
.package-section .package-current .package-benefits {
  width: 100%;
  max-width: 580px;
}

@media (max-width: 980px) {

  .package-section .package-current .package-intro > p:last-child,
  .package-section .package-current .package-benefits {
    max-width: 680px;
  }

}

@media (max-width: 760px) {

  .package-section .package-current .package-intro > p:last-child,
  .package-section .package-current .package-benefits {
    max-width: none;
  }

}

  /* Make both grid columns the same full section height */
  .package-section .package-layout {
    align-items: stretch;
  }


  /* Distribute the three right-side groups intentionally */
  .package-section .package-customize {
    align-self: stretch;

    margin: 0;
    padding-top: 54px;
    padding-bottom: 34px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }


  /* Remove old accumulated margins from individual blocks */
  .package-section .package-qualifiers,
  .package-section .package-option-block,
  .package-section .package-option-block--plus {
    margin-top: 0;
    margin-bottom: 0;
  }

}


/* TABLET */
@media (min-width: 761px) and (max-width: 980px) {

  /* Don't stack row-gap + extra custom margins */
  .package-section .package-layout {
    row-gap: 0;
  }

  .package-section .package-current .package-intro,
  .package-section .package-current .package-intro > p:last-child {
    width: 100%;
    max-width: none;
  }

  .package-section .package-customize {
    margin: 42px 0 0;
    padding: 30px 0 0;

    justify-content: flex-start;
    gap: 38px;

    border-top: 1px solid rgba(255,255,255,.18);
  }

  .package-section .package-qualifiers,
  .package-section .package-option-block,
  .package-section .package-option-block--plus {
    margin-top: 0;
    margin-bottom: 0;
  }

}

/* =========================================================
   PACKAGE — DESKTOP LEFT COLUMN WIDTH CORRECTION
========================================================= */

@media (min-width: 981px) {

  .package-section .package-current .package-intro {
    width: 90%;
    max-width: none;
  }

  .package-section .package-current .package-intro > p:last-child {
    width: 100%;
    max-width: none;
  }

  .package-section .package-current .package-benefits {
    width: 95%;
    max-width: none;
  }

}

/* =========================================================
   PACKAGE SECTION — FINAL INTERNAL RHYTHM
========================================================= */

/* INTRO COPY — controlled paragraph spacing */
.package-section .package-current .package-intro > .package-intro-copy {
  width: 100%;
  max-width: none;

  margin: 24px 0 0;

  font-family: var(--bmk-sans);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;

  color: rgba(255, 255, 255, .88);
}

/* Second paragraph needs a smaller editorial gap */
.package-section
.package-current
.package-intro
> .package-intro-copy
+ .package-intro-copy {
  margin-top: 26px;
}


/* =========================================================
   RIGHT COLUMN — DESKTOP DISTRIBUTION
========================================================= */

@media (min-width: 981px) {

  /*
     Let the right column use the full height created by
     the left column. We distribute the four content groups
     instead of manually pushing each one with margins.
  */
  .package-section .package-layout {
    align-items: stretch;
  }

  .package-section .package-customize {
    align-self: stretch;

    display: grid;
    grid-template-rows: auto auto auto auto;
    align-content: space-between;

    row-gap: 0;

    /*
       Keeps the qualifier group slightly below the very top
       of the large headline without changing column geometry.
    */
    padding-top: 46px;
    padding-bottom: 0;
  }

  /* Remove the accumulated manual spacing */
  .package-section .package-qualifiers,
  .package-section .package-option-block,
  .package-section .package-option-block--plus,
  .package-section .package-value-note--right {
    margin-top: 0;
    margin-bottom: 0;
  }

  .package-section .package-option-block--plus {
    padding-top: 0;
    border-top: 0;
  }
}


/* =========================================================
   RIGHT-SIDE FINE PRINT
   Match the published NCL reference note on the left
========================================================= */

.package-section .package-value-note--right {
  width: 100%;
  max-width: 590px;

  margin: 0;

  font-family: var(--bmk-sans);
  font-size: 10px;
  font-weight: 300;
  line-height: 1.55;

  color: rgba(255, 255, 255, .68);
}


/* =========================================================
   TABLET + MOBILE — NORMAL FLOW, NO DESKTOP DISTRIBUTION
========================================================= */

@media (max-width: 980px) {

  .package-section .package-layout {
    align-items: start;
    row-gap: 0;
  }

  .package-section .package-customize {
    align-self: auto;

    display: grid;
    grid-template-rows: auto;
    align-content: start;

    row-gap: 34px;

    margin-top: 42px;
    padding-top: 30px;
    padding-bottom: 0;

    border-top: 1px solid rgba(255, 255, 255, .18);
  }

  .package-section .package-qualifiers,
  .package-section .package-option-block,
  .package-section .package-option-block--plus,
  .package-section .package-value-note--right {
    margin-top: 0;
    margin-bottom: 0;
  }

  .package-section .package-option-block--plus {
    padding-top: 0;
    border-top: 0;
  }

}


/* Slightly tighter on phones */
@media (max-width: 760px) {

  .package-section .package-customize {
    row-gap: 28px;
    margin-top: 36px;
    padding-top: 26px;
  }

}

/* =========================================================
   PACKAGE RIGHT COLUMN — CENTER PLUS BETWEEN ANCHORS
========================================================= */

@media (min-width: 981px) {

  .package-section .package-customize {
    display: grid;

    /*
      1 = qualifying benefits
      2 = flexible area containing Free at Sea Plus
      3 = CruiseFirst
      4 = supplier fine print
    */
    grid-template-rows:
      auto
      minmax(0, 1fr)
      auto
      auto;

    align-content: stretch;

    /* Keep the top position you already approved */
    padding-top: 46px;
    padding-bottom: 0;
  }


  /* Center Free at Sea Plus inside the open space */
  .package-section .package-option-block--plus {
    align-self: center;

    margin-top: 0;
    margin-bottom: 0;
  }


  /* Keep CruiseFirst anchored naturally below that space */
  .package-section
  .package-option-block--plus
  + .package-option-block {
    margin-top: 0;
    margin-bottom: 0;
  }


  /* Give the fine print its own intentional gap */
  .package-section .package-value-note--right {
    margin-top: 24px;
  }

}

/* =========================================================
   STATEROOM PRICING — TABLET FIT
========================================================= */

@media (min-width: 761px) and (max-width: 980px) {

  .rooms .room .price {
    font-size: clamp(37px, 5vw, 40px);
    line-height: 1;
    letter-spacing: -.02em;
  }

  .rooms .room .price small {
    font-size: 10px;
  }

}

/* =========================================================
   FAQ — FOURTH CARD ON TABLET ONLY
========================================================= */

.faq-card--tablet-only {
  display: none;
}


@media (min-width: 701px) and (max-width: 1100px) {

  .faq-card-grid .faq-card--tablet-only {
    display: flex;
  }

  /* With four cards, all four become equal 2 × 2 tiles */
  .faq-card-grid .faq-card:last-child {
    grid-column: auto !important;

    display: flex !important;
    flex-direction: column;

    min-height: 280px !important;

    padding:
      clamp(30px, 2.5vw, 40px)
      clamp(28px, 2.3vw, 38px);
  }

  .faq-card-grid .faq-card:last-child h3 {
    grid-column: auto;
    grid-row: auto;

    margin: 0 0 22px;
    padding-right: 32px;
  }

  .faq-card-grid .faq-card:last-child > p {
    grid-column: auto;
    grid-row: auto;

    max-width: 410px;
    margin: 0 0 28px;
  }

  .faq-card-grid .faq-card:last-child .faq-card-link {
    grid-column: auto;
    grid-row: auto;

    margin-top: auto;
  }

}

/* =========================================================
   IPAD PRO / INTERMEDIATE WIDTH PASS
   981px–1100px
========================================================= */

@media (min-width: 981px) and (max-width: 1100px) {


  /* =======================================================
     HERO — LESS TALL, LESS CROPPED, STRONGER HEADLINE
  ======================================================= */

  .trip-hero {
    min-height: 720px;
  }

  .trip-hero__inner {
    min-height: 640px;
    padding-top: 30px;
  }

  .trip-hero__copy {
    width: min(650px, 62vw);
    padding-bottom: 30px;
  }

  .trip-hero h1 {
    max-width: 610px;

    font-size: 64px;
    line-height: .95;
  }

  .trip-hero__deck {
    max-width: 560px;

    font-size: 16px;
    line-height: 1.55;
  }

  .trip-hero__image {
    /*
       Reduced hero height is what brings more of the
       horizontal photograph back into view.
    */
    object-position: 58% center;
  }



  /* =======================================================
     THANKSGIVING INTRO
     USE THE APPROVED TABLET IMAGE-FIRST TREATMENT
  ======================================================= */

  /* Hide desktop overlapping ship treatment */
  .intro-feature-ship-bg,
  .intro-feature-ship-credit {
    display: none;
  }

  /* Story gets the full available measure */
  .intro-feature-copy {
    width: 100%;
    max-width: none;
  }

  .intro-feature-copy > p {
    width: 100%;
    max-width: none;
  }

  /* Reveal the tablet inline image */
  .intro-feature-tablet-media {
    display: block;

    width: 100%;

    margin: 30px 0 32px;
  }

  .intro-feature-tablet-media img {
    display: block;

    width: 100%;
    height: 330px;

    object-fit: cover;
    object-position: 58% 76%;
  }

  .intro-feature-tablet-media figcaption {
    margin-top: 8px;

    font-family: var(--bmk-sans);
    font-size: 9px;
    line-height: 1.35;

    text-align: right;

    color: var(--bmk-muted);
  }

  .bliss-banner-kicker {
    margin-top: 30px;
  }



  /* =======================================================
     ITINERARY — STOP SQUEEZING TWO PANELS SIDE BY SIDE
  ======================================================= */

  .route-photo-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .route-panel {
    width: 100%;
    max-width: none;

    padding: 36px 40px;
  }

  .route-panel--story {
    max-width: none;
  }

  .route-panel--schedule {
    align-self: auto;
  }



  /* =======================================================
     STATEROOMS — USE TABLET HORIZONTAL CARD FORMAT
  ======================================================= */

  .rooms .room-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rooms .room {
    display: grid;

    grid-template-columns:
      minmax(0, 1.3fr)
      minmax(220px, .7fr);

    grid-template-rows:
      auto
      auto
      auto
      auto
      auto;

    column-gap: 28px;
    row-gap: 4px;

    padding: 24px 28px;
  }


  .rooms .room .number {
    grid-column: 1 / -1;
    grid-row: 1;

    margin: 0 0 10px;
  }


  .rooms .room h3 {
    grid-column: 1;
    grid-row: 2;

    margin: 0;
    align-self: end;
  }


  .rooms .room > p {
    grid-column: 1;
    grid-row: 3;

    max-width: 430px;

    margin: 4px 0 0;
    padding-right: 32px;
  }


  .rooms .room .price-label {
    grid-column: 2;
    grid-row: 2;

    align-self: end;

    margin: 0 0 2px;

    font-size: 10px;
    letter-spacing: .1em;
  }


  .rooms .room .price {
    grid-column: 2;
    grid-row: 3;

    align-self: start;

    margin: 2px 0 0;

    font-size: 42px;
    line-height: 1;

    letter-spacing: -.02em;

    white-space: nowrap;
  }

  .rooms .room .price small {
    display: inline;

    font-size: 10px;

    white-space: nowrap;
  }


  .rooms .room .price-package-note {
    grid-column: 2;
    grid-row: 4;

    align-self: start;

    margin: 0;
  }


  .rooms .room .room-link {
    grid-column: 1 / -1;
    grid-row: 5;

    margin-top: 12px;
    padding-top: 12px;

    font-size: 10px;
    letter-spacing: .07em;
  }



  /* =======================================================
     GROUP PRICING
     RESERVE BY GETS ITS OWN ROW
  ======================================================= */

  .group-pricing-section .pricing-editorial {
    grid-template-columns:
      minmax(220px, .7fr)
      minmax(0, 1.3fr);

    row-gap: 36px;
  }


  .group-pricing-section .pricing-editorial-deadline {
    grid-column: 1 / -1;

    display: grid;

    grid-template-columns:
      minmax(180px, .72fr)
      minmax(0, 1.28fr);

    column-gap: 38px;

    align-items: center;

    padding: 24px 0 0;

    border-left: 0;
    border-top: 2px solid var(--bmk-gold);
  }


  .group-pricing-section .pricing-deadline-label,
  .group-pricing-section .pricing-deadline-date {
    grid-column: 1;
  }


  .group-pricing-section .pricing-deadline-date {
    margin-bottom: 0;
  }


  .group-pricing-section
  .pricing-editorial-deadline > p:last-child {
    grid-column: 2;
    grid-row: 1 / span 2;

    max-width: 430px;

    align-self: center;
  }



  /* =======================================================
     GETTING ON BOARD
     USE TABLET SEQUENTIAL FLOW — NO DESKTOP OVERLAP
  ======================================================= */

  .planning {
    padding-bottom: clamp(56px, 5vw, 72px);
  }


  .planning .planning-grid {
    grid-template-columns: 1fr;

    grid-template-areas:
      "intro"
      "steps"
      "cta";

    row-gap: 34px;

    padding-bottom: 0;
  }


  .planning .planning-grid > div:first-child {
    grid-area: intro;

    grid-column: auto;
    grid-row: auto;

    max-width: 700px;
  }


  .planning .steps {
    grid-area: steps;

    grid-column: auto;
    grid-row: auto;

    max-width: 760px;

    align-self: start;

    margin: 0;

    transform: none;
  }


  .planning .planning-cta-block {
    grid-area: cta;

    grid-column: auto;
    grid-row: auto;

    max-width: 700px;

    /*
       Cancels desktop margin-top:-72px
    */
    margin: 0;

    padding-top: 26px;

    border-top: 1px solid rgba(23, 61, 50, .16);
  }

}

/* MOBILE HERO — CLEAN IMAGE TEST */
@media (max-width: 760px) {

  .trip-hero__overlay {
    background: none !important;
  }

  .trip-hero h1 {
    color: #fffaf2;
    text-shadow:
      0 2px 10px rgba(10, 30, 28, .42),
      0 1px 2px rgba(10, 30, 28, .5);
  }

  .trip-hero__deck {
    color: #fffaf2;
    font-weight: 400;
    text-shadow: 0 1px 5px rgba(10, 30, 28, .55);
  }

  .trip-hero__button--secondary {
    background: rgba(255, 250, 242, .92);
    border-color: #fffaf2;
    color: #173f38;
    backdrop-filter: none;
  }
}

@media (max-width: 760px) {

  .trip-hero__overlay {
    background: none !important;
  }

  .trip-hero h1 {
    color: #fffaf2;
    text-shadow:
      0 2px 10px rgba(10, 30, 28, .42),
      0 1px 2px rgba(10, 30, 28, .5);
  }

  .trip-hero__eyebrow {
    color: #edbd72;
    font-weight: 700;
    text-shadow:
      0 1px 2px rgba(7, 27, 25, .95),
      0 2px 7px rgba(7, 27, 25, .7);
  }

 
  .trip-hero__button--secondary {
    background: rgba(21, 61, 54, .82);
    border-color: rgba(255, 250, 242, .85);
    color: #fffaf2;
    backdrop-filter: none;
  }
}

@media (max-width: 760px) {

  .trip-hero__deck {
    color: #fffaf2;
    font-weight: 500;

    /* extend slightly left so the fade begins before the text */
    margin-left: -14px;
    padding: 7px 18px 7px 14px;

    background:
  radial-gradient(
    ellipse at 38% 36%,
    rgba(38, 61, 94, .66) 0%,
    rgba(38, 61, 94, .56) 32%,
    rgba(38, 61, 94, .34) 58%,
    rgba(38, 61, 94, .14) 76%,
    rgba(38, 61, 94, 0) 100%
  );

    text-shadow:
      0 1px 2px rgba(7, 27, 25, .9),
      0 2px 6px rgba(7, 27, 25, .65);
  }
}

