body { background: radial-gradient(ellipse at 95% 20%, #ffecef88, transparent 45%), var(--paper); }
.atlas { display: grid; grid-template-columns: .95fr 1.05fr; gap: 40px; align-items: center; padding: 38px 0 36px; }
.atlas-copy { padding-left: 12px; }
.atlas-copy h1 { font-weight: 850; font-size: clamp(2.7rem, 4.9vw, 4.4rem); line-height: 1.12; letter-spacing: -.055em; margin: 18px 0; overflow-wrap: anywhere; text-wrap: balance; }
.atlas-copy h1 span { color: var(--rose); }
.atlas-copy p { color: var(--muted); font-size: 1.0625rem; line-height: 1.8; margin: 0 0 26px; }
.atlas-cta { min-height: 52px; }
.atlas-note { display: block; font-size: .8125rem; color: var(--muted); margin-top: 14px; }
.atlas-note span { color: var(--rose); }
.globe-panel { padding: 23px 14px 17px; border: 1px solid #efdce0; border-radius: 40px; background: radial-gradient(ellipse at 50% 55%, #fff9f5 0%, #fff3f1 50%, #fbe9ed 100%); box-shadow: 0 10px 40px #94637106; }
.globe-caption { display: flex; align-items: center; justify-content: center; gap: 8px; text-transform: uppercase; letter-spacing: .13em; color: var(--rose); font-size: .75rem; font-weight: 800; }
.globe-caption .icon { width: 15px; height: 15px; }
.globe-wrap { position: relative; width: 100%; aspect-ratio: 1.12; isolation: isolate; }
.globe-wrap::before { content: ""; position: absolute; inset: 10% 5%; border: 1px dashed #d6aeba; border-radius: 50%; transform: rotate(-25deg) scaleY(.74); z-index: -1; opacity: .55; }
#globe { position: absolute; inset: 0; width: 100%; height: 100%; cursor: grab; touch-action: pan-y; border-radius: 30%; }
#globe:active { cursor: grabbing; }
.globe-spark { position: absolute; color: #c49aa9; z-index: 1; pointer-events: none; }
.sparkle-one { font-size: 2.2rem; top: 12%; right: 8%; }
.sparkle-two { font-size: 1.25rem; bottom: 10%; left: 13%; color: #c6a978; }
.globe-markers { position: absolute; inset: 0; pointer-events: none; }
.globe-marker { position: absolute; display: flex; align-items: center; gap: 6px; min-height: 46px; max-width: calc(100% - 12px); padding: 7px 11px; border: 2px solid white; background: #f5d0db; border-radius: 999px; box-shadow: 0 5px 16px #74445425; color: #744454; font-weight: 850; font-size: .875rem; white-space: nowrap; text-decoration: none; pointer-events: auto; transform: translate(-50%, -105%); }
.globe-marker .icon { width: 17px; height: 17px; }
.globe-marker:hover { background: #efbfce; }
.globe-hint { text-align: center; font-size: .8125rem; color: var(--muted); margin: 2px 0 10px; }
.globe-controls { display: flex; justify-content: center; gap: 8px; }
.globe-controls button { min-height: 44px; border: 1px solid #e8ced6; border-radius: 999px; background: #fffcfa; color: var(--rose-dark); padding: 7px 15px; font-size: .8125rem; font-weight: 750; }
.globe-controls button[aria-pressed="true"] { background: var(--blush); }
.trips-section { margin-top: 10px; }
.section-heading { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 16px; margin: 0 0 20px; }
.section-heading h2 { font-size: 1.75rem; line-height: 1.3; letter-spacing: -.04em; margin: 6px 0 0; }
.collection-label { white-space: nowrap; font-size: .8125rem; color: var(--muted); }
.trip-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.trip-card { display: grid; grid-template-columns: 42% 1fr; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 26px; text-decoration: none; box-shadow: var(--shadow); transition: transform .2s, border-color .2s, box-shadow .2s; }
.trip-picture { display: flex; align-items: center; background: #fff9f3; }
.trip-picture img { width: 100%; height: auto; object-fit: cover; mix-blend-mode: multiply; }
.trip-card-copy { padding: 22px 20px 22px 10px; }
.trip-card .eyebrow { font-size: .75rem; }
.trip-card h3 { margin: 7px 0; font-size: 1.6rem; line-height: 1.2; letter-spacing: -.04em; }
.trip-card p { font-size: .875rem; color: var(--muted); margin: 0 0 14px; line-height: 1.5; }
.trip-link { display: flex; align-items: center; gap: 8px; color: var(--rose); font-size: .875rem; font-weight: 800; }
.trip-link .icon { width: 17px; }
@media (hover: hover) { .trip-card:hover { transform: translateY(-3px); border-color: #dcb5c1; box-shadow: 0 10px 26px #78495310; } }
@media (max-width: 900px) {
  .atlas { gap: 24px; }
  .trip-list { grid-template-columns: 1fr; }
  .trip-card { max-width: 600px; }
}
@media (max-width: 600px) {
  .atlas { grid-template-columns: 1fr; padding: 27px 0 28px; gap: 25px; }
  .atlas-copy { padding: 0; text-align: center; }
  .atlas-copy .eyebrow { font-size: .75rem; }
  .atlas-copy h1 { font-size: 2.65rem; margin: 11px 0; line-height: 1.13; }
  .atlas-copy p { font-size: .9375rem; margin-bottom: 18px; line-height: 1.6; }
  .atlas-cta { width: 100%; }
  .atlas-note { display: none; }
  .globe-panel { padding: 19px 10px 12px; border-radius: 32px; }
  .globe-wrap { aspect-ratio: 1.25; }
  .globe-caption { font-size: .75rem; }
  .globe-hint { font-size: .75rem; }
  .globe-controls button { font-size: .8125rem; }
  .section-heading h2 { font-size: 1.35rem; }
  .section-heading .eyebrow { font-size: .75rem; }
  .collection-label { font-size: .75rem; }
  .trip-card { border-radius: 22px; grid-template-columns: 36% 1fr; }
  .trip-card-copy { padding: 18px 16px 18px 6px; }
  .trip-card h3 { font-size: 1.45rem; }
  .trip-card .eyebrow { font-size: .75rem; letter-spacing: .1em; }
  .trip-card p { font-size: .875rem; }
  .trip-link { font-size: .8125rem; }
  .site-footer { margin-top: 26px; font-size: .8125rem; }
}
