/* Persistent navigation and geographic market presentation. */
html { scroll-padding-top: 114px; scroll-padding-top: var(--header-offset, 114px); }
.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 60;
  background: #fff;
  border-bottom: 1px solid #e3e8eb;
  box-shadow: 0 3px 18px rgba(16, 35, 46, .045);
}
/* Geographic positions use the same equirectangular projection as the land asset. */
.market-atlas { display: grid; grid-template-columns: minmax(0, 1.9fr) minmax(0, .9fr); }
.atlas-map { min-width: 0; padding: 30px; background: #eef3f4; display: flex; flex-direction: column; justify-content: space-between; }
.atlas-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; margin-bottom: 40px; }
.atlas-heading > span:first-child { font-size: 17px; font-weight: 500; }
.atlas-heading > span:last-child { font-size: 12px; letter-spacing: 1.2px; color: #6b808a; margin-top: 6px; }
.atlas-canvas { position: relative; width: 100%; margin: auto 0 34px; }
.atlas-canvas > img { display: block; width: 100%; height: auto; }
.atlas-pin { position: absolute; width: 11px; height: 11px; border-radius: 50%; transform: translate(-50%, -50%); }
.pin-planned { border: 2px solid #486571; background: #eef3f4; box-shadow: 0 0 0 4px rgba(255,255,255,.5); }
.pin-live { background: #e77243; box-shadow: 0 0 0 5px rgba(231,114,67,.17); }
.pin-label { position: absolute; left: 50%; top: 18px; transform: translateX(-50%); white-space: nowrap; text-align: center; line-height: 1.45; text-shadow: 0 0 7px #eef3f4, 0 1px 4px #eef3f4; }
.pin-label strong { display: block; font-size: 14px; font-weight: 600; }
.pin-label small { display: block; font-size: 12px; margin-top: 3px; color: #496370; }
.pin-japan .pin-label { top: auto; bottom: 18px; }
.pin-live .pin-label strong { color: #a84a25; }
.atlas-legend { display: flex; flex-wrap: wrap; align-items: center; font-size: 14px; color: #536c79; line-height: 1.8; }
.atlas-legend > span { display: inline-flex; align-items: center; margin-right: 22px; margin-top: 4px; }
.atlas-legend i { width: 8px; height: 8px; border-radius: 50%; margin-right: 8px; flex-shrink: 0; }
.legend-live { background: #e77243; }
.legend-planned { border: 2px solid #486571; }
.atlas-legend > small { font-size: 12px; margin-top: 4px; margin-left: auto; color: #718691; }
.atlas-live { min-width: 0; padding: 34px; background: #142b36; color: #fff; }
.live-heading { display: flex; justify-content: space-between; align-items: center; }
.live-heading img { width: 56px; height: 42px; object-fit: contain; box-shadow: 0 0 0 1px #ffffff25; }
.live-heading > span { font-size: 14px; margin-left: 12px; color: #e8b093; }
.live-english { margin-top: 40px; color: #afc4ce; letter-spacing: 2px; font-size: 12px; }
.atlas-live h3 { font-size: 32px; font-weight: 500; margin-top: 8px; }
.live-cities { margin-top: 26px; }
.live-cities p { font-size: 21px; line-height: 1.9; }
.live-cities p + p { margin-top: 4px; }
.live-cities span { display: inline-block; margin-left: 10px; font-size: 12px; letter-spacing: 1px; color: #b2c6d0; }
.live-description { margin-top: 26px; padding-top: 23px; border-top: 1px solid #ffffff25; font-size: 16px; line-height: 1.9; color: #c0d0d8; }
.expansion-heading { display: flex; justify-content: space-between; align-items: flex-end; margin: 42px 0 22px; }
.expansion-heading h3 { font-size: 23px; font-weight: 500; line-height: 1.6; }
.expansion-heading p { max-width: 450px; font-size: 16px; line-height: 1.8; color: var(--muted); margin-left: 32px; }
.destination-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); grid-gap: 14px; gap: 14px; }
.destination-card { min-width: 0; border: 1px solid #dce4e8; border-top: 3px solid #344f69; background: #fff; padding: 22px 20px; }
.destination-card.flag-ca, .destination-card.flag-jp { border-top-color: #b03d47; }
.destination-card.flag-eu { border-top-color: #315694; }
.destination-flag { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.destination-flag img { width: 60px; height: 45px; object-fit: contain; border: 1px solid #e5e8ea; }
.destination-flag > span { font-size: 12px; color: #738690; margin-left: 12px; }
.destination-card h4 { font-size: 22px; line-height: 1.5; font-weight: 500; margin: 0 0 4px; }
.destination-card > p { font-size: 12px; letter-spacing: .6px; line-height: 1.6; color: #71838d; word-wrap: break-word; }
.destination-status { display: block; margin-top: 23px; padding-top: 14px; border-top: 1px solid #e8edef; font-size: 14px; color: #8b573d; }

@media (max-width: 1100px) {
  html { scroll-padding-top: 98px; scroll-padding-top: var(--header-offset, 98px); }
  .market-atlas { grid-template-columns: minmax(0, 1fr); }
  .atlas-map { padding: 32px; }
  .atlas-heading { margin-bottom: 28px; }
  .atlas-live { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-gap: 0 36px; gap: 0 36px; padding: 30px 32px; }
  .live-heading { grid-column: 1 / -1; margin-bottom: 24px; }
  .live-english { grid-column: 1; grid-row: 2; margin-top: 0; }
  .atlas-live h3 { grid-column: 1; grid-row: 3; }
  .live-cities { grid-column: 2; grid-row: 2 / 4; margin-top: 0; }
  .live-description { grid-column: 1 / -1; margin-top: 24px; padding-top: 18px; }
  .expansion-heading { display: block; }
  .expansion-heading p { max-width: 620px; margin: 10px 0 0; }
  .destination-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .atlas-map { padding: 24px 18px; }
  .atlas-heading { display: block; margin-bottom: 35px; }
  .atlas-heading > span { display: block; }
  .atlas-heading > span:first-child { font-size: 16px; }
  .atlas-heading > span:last-child { font-size: 12px; }
  .atlas-canvas { margin-bottom: 34px; }
  .atlas-pin { width: 8px; height: 8px; }
  .pin-label { top: 14px; }
  .pin-label strong { font-size: 12px; }
  .pin-label small { display: none; }
  .pin-japan .pin-label { bottom: 14px; }
  .atlas-legend > span { margin-right: 14px; }
  .atlas-legend > small { width: 100%; margin-left: 0; margin-top: 8px; }
  .atlas-live { display: block; padding: 26px 24px; }
  .live-heading { margin-bottom: 28px; }
  .live-cities { margin-top: 22px; }
  .expansion-heading { margin-top: 32px; }
  .expansion-heading h3 { font-size: 21px; }
  .destination-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap: 12px; gap: 12px; }
  .destination-card { padding: 20px 16px; }
  .destination-flag { margin-bottom: 22px; }
}

@media (max-width: 480px) {
  .destination-grid { display: block; }
  .destination-card { display: grid; grid-template-columns: 64px minmax(0, 1fr); grid-gap: 0 20px; gap: 0 20px; padding: 20px; }
  .destination-card + .destination-card { margin-top: 12px; }
  .destination-flag { grid-column: 1; grid-row: 1 / 4; display: block; margin: 0; align-self: center; }
  .destination-flag > span { display: block; margin: 8px 0 0; }
  .destination-card h4, .destination-card > p, .destination-status { grid-column: 2; }
  .destination-status { border-top: 0; padding-top: 0; margin-top: 10px; }
}
