/* Two products (Florian: promote the interactive routes): trips.express for travellers, maps.express for print. */
.products { padding-top: 90px; padding-bottom: 30px; }
.products-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 38px; }
.product-card { position: relative; border-radius: 16px; padding: 34px 34px 30px; overflow: hidden; display: flex; flex-direction: column; min-height: 330px; }
.product-card h3 { font-size: 34px; letter-spacing: -1.2px; margin: 16px 0 12px; }
.product-card h3 em { font-size: .9em; }
.product-card > p { font-size: 14px; max-width: 390px; }
.product-card ul { list-style: none; padding: 0; margin: 20px 0 26px; font-size: 13px; line-height: 2.1; }
.product-card li::before { content: '✓'; margin-right: 9px; }
.product-card .button { margin-top: auto; align-self: flex-start; }
.product-card.trips { background: radial-gradient(circle at 85% 25%, #1c3b57 0%, #0b1726 55%, #070f19 100%); color: #eef4f8; }
.product-card.trips .eyebrow { color: #9ec7e4; }
.product-card.trips > p, .product-card.trips li { color: #c3d3de; }
.product-card.trips li::before { color: #8fd0ea; }
.product-card.trips .button { background: #8fd0ea; border-color: #8fd0ea; color: #07202b; }
.product-card.trips .button:hover { background: #b6e1f2; }
.product-card.trips::after { content: ''; position: absolute; right: -90px; bottom: -110px; width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #3f7fa9 0%, #1b4566 45%, #0c2033 70%); box-shadow: 0 0 60px 8px #5aa5d655; opacity: .85; }
.product-card.maps { background: #e8ecdf; }
.product-card.maps > p, .product-card.maps li { color: #5d6655; }
.product-card.maps li::before { color: #789056; }
.product-card.maps::after { content: ''; position: absolute; right: 26px; bottom: 26px; width: 150px; height: 190px; background: #fffefa url(assets/gallery/island-sm.webp) center / cover; box-shadow: 0 16px 30px #35402b26; transform: rotate(6deg); opacity: .95; }
.product-tag { display: inline-block; margin-left: 8px; padding: 3px 8px; border-radius: 20px; font-size: 9px; letter-spacing: .5px; text-transform: none; background: #ffffff1c; }
.product-card.maps .product-tag { background: #d9e2c6; }

/* trips.express in detail. */
.trips-section { background: linear-gradient(180deg, #070f19 0%, #0c1a2a 70%, #0e1e30 100%); color: #eef4f8; padding: 100px 0 90px; margin-top: 60px; }
.trips-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.trips-section .eyebrow { color: #9ec7e4; }
.trips-section h2 { margin: 18px 0 20px; }
.trips-section h2 em { color: #8fd0ea; }
.trips-intro { font-size: 16px; color: #c3d3de; max-width: 520px; }
.trips-features { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 30px; margin-top: 38px; }
.trips-features h3 { font-size: 17px; margin: 0 0 7px; letter-spacing: -.3px; color: #fff; }
.trips-features p { font-size: 12.5px; color: #a9bccb; line-height: 1.65; }
.trips-features .studio-icon { width: 26px; height: 26px; stroke: #8fd0ea; margin-bottom: 10px; }
.trips-actions { display: flex; gap: 24px; align-items: center; margin-top: 38px; flex-wrap: wrap; }
.trips-actions .button { background: #8fd0ea; border-color: #8fd0ea; color: #07202b; }
.trips-actions .text-link { color: #cfe3ef; }
.trips-phones { position: relative; height: 640px; }
.trips-phones figure { position: absolute; width: 270px; border-radius: 34px; overflow: hidden; background: #000; border: 8px solid #1b2733; box-shadow: 0 30px 60px #00000070, 0 0 0 1px #ffffff14; }
.trips-phones img { display: block; width: 100%; height: auto; }
.trips-phones .phone-a { left: 8%; top: 0; transform: rotate(-4deg); z-index: 2; }
.trips-phones .phone-b { right: 4%; top: 70px; transform: rotate(5deg); opacity: .92; }
.trips-note { margin-top: 26px; font-size: 11px; color: #8ea3b3; max-width: 520px; line-height: 1.7; }

/* The print part's start. */
.maps-divider { padding-top: 100px; }
.maps-divider h2 em { color: var(--green); }
.maps-divider > p { font-size: 15px; color: var(--muted); max-width: 560px; margin-top: 16px; }

@media (max-width: 1000px) {
  .trips-grid { grid-template-columns: 1fr; gap: 40px; }
  .trips-phones { height: 560px; max-width: 560px; }
}
@media (max-width: 760px) {
  .products { padding-top: 60px; }
  .products-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 0; padding: 26px 24px 24px; }
  .product-card h3 { font-size: 28px; }
  .product-card.maps::after { width: 90px; height: 115px; right: 16px; bottom: 16px; }
  .product-card.trips::after { width: 200px; height: 200px; right: -70px; bottom: -80px; }
  .trips-section { padding: 65px 0 60px; }
  .trips-features { grid-template-columns: 1fr; gap: 20px; }
  .trips-phones { height: 470px; }
  .trips-phones figure { width: 200px; border-width: 6px; border-radius: 26px; }
  .trips-phones .phone-a { left: 0; }
  .trips-phones .phone-b { right: 0; top: 50px; }
  .maps-divider { padding-top: 70px; }
}

/* Image data credits (Sentinel-2 cloudless is CC BY 4.0: attribution required). */
footer .tx-credits { flex-basis: 100%; max-width: none; font-size: 9px; line-height: 1.6; color: var(--muted); margin-top: 6px; }

/* Phones: the navigation as a scrolling strip under the header (it was hidden without a menu – test N143). */
@media (max-width: 760px) {
  header { flex-wrap: wrap; height: auto; row-gap: 0; padding-top: 12px; padding-bottom: 0; }
  header nav { display: flex; order: 3; flex-basis: 100%; gap: 22px; overflow-x: auto; padding: 12px 0 12px; margin-top: 10px; border-top: 1px solid #ffffff1f; font-size: 13px; white-space: nowrap; scrollbar-width: none; }
  header nav::-webkit-scrollbar { display: none; }
  header:not(.on-dark) nav { border-top-color: var(--line); }
}

/* The globe strip (strip.js): the trip on the globe, a pointer to trips.express, further down the print page. */
.globe-strip { background: radial-gradient(circle at 75% 40%, #16304a 0%, #0a1522 55%, #070f19 100%); color: #eef4f8; margin: 80px 0 0; overflow: hidden; }
.globe-strip .wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; padding-top: 80px; padding-bottom: 80px; }
.globe-strip .eyebrow { color: #9ec7e4; }
.globe-strip h2 { margin: 18px 0; }
.globe-strip h2 em { color: #8fd0ea; }
.globe-strip p { color: #c3d3de; font-size: 15px; max-width: 460px; }
.strip-actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; margin-top: 32px; }
.strip-actions .button { background: #8fd0ea; border-color: #8fd0ea; color: #07202b; }
.strip-actions .text-link { color: #cfe3ef; }
.strip-stage { position: relative; aspect-ratio: 1; width: min(100%, 560px); justify-self: center; }
.strip-stage img, .strip-stage iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
/* The still and the live view (its own starry sky) fade softly into the strip at the edges. */
.strip-stage img, .strip-stage iframe { -webkit-mask-image: radial-gradient(circle closest-side, #000 72%, transparent 100%); mask-image: radial-gradient(circle closest-side, #000 72%, transparent 100%); }
.strip-stage img { object-fit: cover; transition: opacity .8s ease; }
.strip-stage iframe { opacity: 0; transition: opacity .8s ease; background: transparent; }
.globe-strip.is-live .strip-stage iframe { opacity: 1; }
.globe-strip.is-live .strip-stage img { opacity: 0; }
.strip-end { position: absolute; left: 50%; bottom: 6%; translate: -50% 0; display: none; gap: 12px; align-items: center; background: rgba(7, 15, 25, .82); border: 1px solid #ffffff1f; border-radius: 999px; padding: 10px 12px 10px 18px; white-space: nowrap; font-size: 13px; }
.globe-strip.is-ended .strip-end { display: flex; }
.strip-end a { color: #8fd0ea; font-weight: 700; }
.strip-end button { background: none; border: 1px solid #ffffff33; color: #eef4f8; border-radius: 999px; padding: 6px 12px; font-size: 12px; }
.globe-strip.is-playing .strip-play { display: none; }
@media (max-width: 760px) {
  .globe-strip .wrap { grid-template-columns: 1fr; gap: 30px; padding-top: 60px; padding-bottom: 90px; }
  .strip-end { font-size: 12px; }
}
/* The map's credit under the circle, in the page's language (the frame's own one sits in the masked edge – R253-2). */
.strip-credit { position: absolute; top: 100%; left: 0; right: 0; margin: 4px 0 0; text-align: center; font-size: 10px; line-height: 1.5; color: #8ea3b3; }
