.city-break-catalog {
  background: #edf2f3;
  padding: 95px clamp(24px, 7vw, 112px);
}

.desktop-escapadas-nav { position: relative; }
.desktop-escapadas-nav > a { display: block; }
.desktop-escapadas-nav > span {
  background: #fff;
  border: 1px solid #d7e0e7;
  box-shadow: 0 14px 36px #001f4d2b;
  display: none;
  left: 50%;
  min-width: 230px;
  padding: 8px;
  position: absolute;
  top: calc(100% + 11px);
  transform: translateX(-50%);
  z-index: 90;
}
.desktop-escapadas-nav:hover > span,
.desktop-escapadas-nav:focus-within > span { display: grid; }
.desktop-escapadas-nav > span a { color: #0b335d; padding: 10px 12px; white-space: nowrap; }
.desktop-escapadas-nav > span a:hover,
.desktop-escapadas-nav > span a:focus-visible { background: #edf4f8; }

.city-break-intro {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: end;
  gap: clamp(38px, 7vw, 95px);
  max-width: 1440px;
  margin: 0 auto 50px;
}

.city-break-intro h2 {
  max-width: 720px;
  margin: 8px 0 0;
  font-family: Georgia, serif;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.city-break-intro > p {
  color: var(--muted);
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}

.city-break-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
}

.city-break-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px auto 44px;
  max-width: 1440px;
}

.city-break-subnav a {
  border: 1px solid #0b335d;
  border-radius: 999px;
  color: #0b335d;
  font-size: 13px;
  font-weight: 800;
  padding: 11px 18px;
}

.city-break-subnav a:hover,
.city-break-subnav a:focus-visible { background: #0b335d; color: #fff; }

.city-break-group-heading {
  margin: 48px auto 24px;
  max-width: 1440px;
  scroll-margin-top: 100px;
}

.city-break-group-heading h3 {
  color: #082c52;
  font-family: Georgia, serif;
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 700;
  line-height: 1.05;
  margin: 4px 0 9px;
}

.city-break-group-heading > p:last-child { color: #5a6775; font-size: 15px; }
.city-combination-grid { margin-bottom: 42px; }

.city-combination-map-section {
  background: #eef4f8;
  margin: 38px 0;
  padding: 34px;
}

.city-combination-map {
  border: 1px solid #c7d7e4;
  height: 390px;
  margin-top: 20px;
  position: relative;
  z-index: 0;
}

.city-combination-marker { background: transparent; }
.city-combination-marker span {
  align-items: center;
  background: #e3232c;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px #001f4d55;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.city-combination-label {
  background: #001f4d;
  border: 1px solid #93b4cf;
  box-shadow: 0 4px 14px #001f4d44;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 6px 9px;
}

.city-combination-label::before { border-top-color: #001f4d !important; }

.city-break-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--paper);
  border: 1px solid #d9e0e1;
  box-shadow: 0 18px 46px rgba(11, 41, 70, .08);
}

.city-break-card-image {
  position: relative;
  height: 250px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.city-break-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 25, 45, .08), rgba(4, 25, 45, .72));
}

.city-break-card-image > span,
.city-break-card-image > small {
  position: absolute;
  z-index: 1;
  color: #fff;
}

.city-break-card-image > span {
  top: 18px;
  left: 18px;
  padding: 8px 11px;
  background: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.city-break-card-image > small {
  right: 17px;
  bottom: 14px;
  font-size: 9px;
  opacity: .86;
}

.city-break-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.city-break-card-body > p:first-child {
  color: var(--red);
  margin: 0 0 5px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.city-break-card-body h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.05;
}

.city-break-card-body > strong {
  color: var(--blue);
  margin-top: 7px;
  font-size: 12px;
}

.city-break-card-summary {
  display: -webkit-box;
  min-height: 98px;
  margin: 18px 0 24px;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.city-break-card-options {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.city-break-card-options button {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 12px 13px;
  cursor: pointer;
  color: var(--ink);
  background: #f5f0e7;
  border: 1px solid transparent;
  text-align: left;
  transition: border-color .18s, background .18s, transform .18s;
}

.city-break-card-options button:hover,
.city-break-card-options button:focus-visible {
  background: #fff;
  border-color: var(--blue);
  transform: translateY(-1px);
}

.city-break-card-options button span {
  color: var(--navy);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.city-break-card-options button strong {
  justify-self: end;
  color: var(--red);
  font-size: 12px;
}

.city-break-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 21px;
  padding-top: 18px;
  border-top: 1px solid #e2ded7;
}

.city-break-card-footer span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
}

.city-break-card-footer button {
  flex: 0 0 auto;
  padding: 10px 13px;
  cursor: pointer;
  color: #fff;
  background: var(--navy);
  border: 0;
  font-size: 10px;
  font-weight: 900;
}

.city-break-card-footer button:hover,
.city-break-card-footer button:focus-visible {
  background: var(--blue);
}

.city-break-rate-note {
  max-width: 1440px;
  margin: 38px auto 0;
  padding: 26px 30px;
  background: var(--paper);
  border-left: 4px solid var(--red);
}

.city-break-rate-note strong {
  color: var(--navy);
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 500;
}

.city-break-rate-note p,
.city-break-rate-note small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.city-break-rate-note p {
  margin: 9px 0 6px;
}

.city-break-modal-shell {
  position: fixed;
  z-index: 130;
  inset: 0;
  padding: 30px;
  overflow: auto;
}

.city-break-backdrop {
  position: fixed;
  inset: 0;
  cursor: pointer;
  background: rgba(5, 18, 32, .84);
  border: 0;
}

.city-break-modal {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 30px 100px rgba(0, 0, 0, .38);
}

.city-break-close {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  cursor: pointer;
  color: var(--navy);
  background: #fff;
  border: 0;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
}

.city-break-detail-hero {
  position: relative;
  display: flex;
  align-items: end;
  min-height: 470px;
  padding: 55px;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.city-break-detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 20, 35, .07), rgba(4, 20, 35, .93));
}

.city-break-detail-hero > div {
  position: relative;
  z-index: 1;
  max-width: 850px;
}

.city-break-detail-hero p {
  margin: 0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.city-break-detail-hero h2 {
  margin: 5px 0 0;
  font-family: Georgia, serif;
  font-size: clamp(52px, 8vw, 86px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}

.city-break-detail-hero span {
  display: block;
  margin-top: 15px;
  font-size: 17px;
}

.city-break-detail-hero small {
  display: block;
  margin-top: 12px;
  font-size: 9px;
  opacity: .78;
}

.city-break-detail-body {
  padding: 60px;
}

.city-break-lead {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 45px;
  margin-bottom: 50px;
}

.city-break-option-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 12px;
}

.city-break-option-tabs button {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 145px;
  padding: 13px 15px;
  cursor: pointer;
  color: var(--navy);
  background: #fff;
  border: 1px solid #d7cec2;
  text-align: left;
}

.city-break-option-tabs button.active {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}

.city-break-option-tabs button strong {
  font-size: 12px;
}

.city-break-option-tabs button span {
  font-size: 10px;
  opacity: .75;
}

.city-break-print-duration {
  display: none;
}

.city-break-price-panel {
  min-width: 305px;
  padding: 22px 24px;
  background: var(--cream);
  border-top: 4px solid var(--red);
}

.city-break-price-panel span,
.city-break-price-panel small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.45;
}

.city-break-price-panel span {
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.city-break-price-panel strong {
  display: block;
  margin: 6px 0;
  color: var(--navy);
  font-size: 25px;
}

.city-break-overview {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 55px;
  align-items: start;
  padding: 48px 0;
  border-top: 1px solid #ded6cc;
}

.city-break-overview h3,
.city-break-section-heading h3,
.city-break-inclusions h3,
.city-break-notes h3,
.city-break-quote h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.city-break-overview p,
.city-break-section-heading > p:last-child,
.city-break-basis p,
.city-break-day-list p,
.city-break-visit-list p,
.city-break-visit-list small,
.city-break-quote p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

.city-break-overview > div p {
  margin: 16px 0 0;
}

.city-break-overview aside {
  padding: 23px;
  background: var(--navy);
  color: #fff;
}

.city-break-overview aside span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.city-break-overview aside p {
  margin: 9px 0 0;
  color: #d6e1e8;
}

.city-break-basis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-bottom: 60px;
  background: #ddd4c8;
  border: 1px solid #ddd4c8;
}

.city-break-basis article {
  padding: 24px;
  background: #fff;
}

.city-break-basis span {
  color: var(--red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.city-break-basis p {
  margin: 9px 0 0;
  font-size: 12px;
}

.city-break-itinerary,
.city-break-visits {
  display: grid;
  grid-template-columns: .67fr 1.33fr;
  gap: 55px;
  padding: 60px 0;
  border-top: 1px solid #ded6cc;
}

.city-break-section-heading h3 {
  margin-top: 7px;
  font-size: 39px;
}

.city-break-section-heading > p:last-child {
  margin: 17px 0 0;
}

.city-break-day-list {
  border-top: 1px solid #d7cec2;
}

.city-break-day-list article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 17px;
  padding: 22px 4px;
  border-bottom: 1px solid #d7cec2;
  break-inside: avoid;
}

.city-break-day-list article > span {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.city-break-day-list h4,
.city-break-visit-list h4 {
  margin: 0;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.4;
}

.city-break-day-list p {
  margin: 8px 0 0;
}

.city-break-visits {
  background: #f5f0e7;
  margin: 0 -60px;
  padding: 60px;
  border-top: 0;
}

.city-break-visit-list {
  display: grid;
  gap: 12px;
}

.city-break-visit-list article {
  position: relative;
  padding: 24px 24px 24px 66px;
  background: #fff;
  border: 1px solid #ddd4c8;
  break-inside: avoid;
}

.city-break-visit-list article > span {
  position: absolute;
  top: 24px;
  left: 23px;
  color: var(--red);
  font-family: Georgia, serif;
  font-size: 24px;
}

.city-break-visit-list p {
  margin: 10px 0;
}

.city-break-visit-list small {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #e5ded5;
  font-size: 10px;
}

.city-break-inclusions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  padding: 60px 0;
  border-bottom: 1px solid #ded6cc;
}

.city-break-inclusions h3 {
  margin-bottom: 20px;
  font-size: 31px;
}

.city-break-inclusions ul,
.city-break-notes ul {
  margin: 0;
  padding-left: 19px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  list-style: disc;
}

.city-break-inclusions li + li,
.city-break-notes li + li {
  margin-top: 5px;
}

.city-break-notes {
  margin: 42px 0;
  padding: 28px 30px;
  background: #fff;
  border-left: 4px solid var(--blue);
  box-shadow: 0 9px 28px rgba(11, 41, 70, .07);
  break-inside: avoid;
}

.city-break-notes h3 {
  margin-bottom: 15px;
  font-size: 26px;
}

.city-break-quote {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 45px;
  padding: 38px;
  background: var(--cream);
  border-top: 4px solid var(--red);
  break-inside: avoid;
}

.city-break-quote h3 {
  margin: 6px 0 12px;
  font-size: 37px;
}

.city-break-quote p:last-child {
  max-width: 690px;
  margin: 0;
  font-size: 11px;
}

.city-break-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 245px;
}

.city-break-actions .button {
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  text-align: center;
}

@media (max-width: 1120px) {
  .city-break-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .city-break-lead,
  .city-break-overview,
  .city-break-quote {
    grid-template-columns: 1fr;
  }

  .city-break-price-panel {
    width: 100%;
  }

  .city-break-basis {
    grid-template-columns: 1fr;
  }

  .city-break-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 820px) {
  .city-break-intro,
  .city-break-itinerary,
  .city-break-visits,
  .city-break-inclusions {
    grid-template-columns: 1fr;
  }

  .city-break-intro,
  .city-break-itinerary,
  .city-break-visits {
    gap: 30px;
  }

  .city-break-visits {
    margin: 0 -35px;
    padding: 50px 35px;
  }

  .city-break-detail-body {
    padding: 50px 35px;
  }
}

@media (max-width: 560px) {
  .city-break-subnav { margin: 26px 0 34px; }
  .city-break-subnav a { flex: 1 1 100%; text-align: center; }
  .city-combination-map-section { margin-left: -22px; margin-right: -22px; padding: 28px 22px; }
  .city-combination-map { height: 330px; }
  .city-break-catalog {
    padding: 70px 22px;
  }

  .city-break-intro h2 {
    font-size: 40px;
  }

  .city-break-grid {
    grid-template-columns: 1fr;
  }

  .city-break-card-image {
    height: 225px;
  }

  .city-break-card-body {
    padding: 24px 21px;
  }

  .city-break-card-summary {
    min-height: auto;
  }

  .city-break-card-options button {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .city-break-card-options button strong {
    justify-self: start;
  }

  .city-break-modal-shell {
    padding: 0;
  }

  .city-break-modal {
    min-height: 100vh;
  }

  .city-break-close {
    top: 13px;
    right: 13px;
  }

  .city-break-detail-hero {
    min-height: 420px;
    padding: 30px 23px;
  }

  .city-break-detail-hero h2 {
    font-size: 51px;
  }

  .city-break-detail-body {
    padding: 42px 22px;
  }

  .city-break-lead {
    gap: 25px;
  }

  .city-break-option-tabs {
    display: grid;
  }

  .city-break-option-tabs button,
  .city-break-price-panel {
    width: 100%;
    min-width: 0;
  }

  .city-break-overview {
    gap: 25px;
    padding: 38px 0;
  }

  .city-break-visits {
    margin: 0 -22px;
    padding: 44px 22px;
  }

  .city-break-day-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .city-break-visit-list article {
    padding: 60px 20px 22px;
  }

  .city-break-visit-list article > span {
    top: 18px;
    left: 20px;
  }

  .city-break-inclusions {
    gap: 35px;
    padding: 45px 0;
  }

  .city-break-quote {
    gap: 25px;
    padding: 28px 20px;
  }

  .city-break-actions,
  .city-break-actions .button {
    width: 100%;
  }
}

@media print {
  body.print-city-break .city-break-modal-shell,
  body.print-city-break .city-break-modal-shell * {
    visibility: visible !important;
  }

  body.print-city-break .city-break-modal-shell {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    padding: 0;
    overflow: visible;
  }

  body.print-city-break .city-break-modal {
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    overflow: visible;
    box-shadow: none;
  }

  .city-break-detail-hero {
    min-height: 220px;
    padding: 25px;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .city-break-detail-hero h2 {
    font-size: 42px;
  }

  .city-break-detail-body {
    padding: 24px;
  }

  .city-break-lead,
  .city-break-overview,
  .city-break-basis,
  .city-break-itinerary,
  .city-break-visits,
  .city-break-inclusions,
  .city-break-quote {
    break-inside: auto;
  }

  .city-break-lead {
    grid-template-columns: 1fr auto;
    gap: 25px;
    margin-bottom: 25px;
  }

  .city-break-print-duration {
    display: block;
    margin: 8px 0 0;
    font-size: 12px;
  }

  .city-break-price-panel {
    min-width: 250px;
    padding: 16px 18px;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .city-break-overview {
    grid-template-columns: 1.25fr .75fr;
    gap: 28px;
    padding: 25px 0;
  }

  .city-break-overview aside,
  .city-break-visits,
  .city-break-quote {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .city-break-basis {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 28px;
  }

  .city-break-basis article {
    padding: 15px;
  }

  .city-break-itinerary,
  .city-break-visits {
    grid-template-columns: .58fr 1.42fr;
    gap: 28px;
    padding: 32px 0;
  }

  .city-break-visits {
    margin: 0 -24px;
    padding: 32px 24px;
  }

  .city-break-day-list article {
    padding: 13px 3px;
  }

  .city-break-day-list p,
  .city-break-visit-list p {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.5;
  }

  .city-break-visit-list article {
    padding: 16px 16px 16px 52px;
  }

  .city-break-visit-list article > span {
    top: 16px;
    left: 16px;
  }

  .city-break-inclusions {
    gap: 35px;
    padding: 32px 0;
  }

  .city-break-inclusions ul,
  .city-break-notes ul {
    font-size: 11px;
    line-height: 1.55;
  }

  .city-break-notes {
    margin: 25px 0;
    padding: 20px;
  }

  .city-break-quote {
    display: block;
    padding: 22px;
  }
}
