.girotrip { display: grid; gap: 2rem; padding: 5rem max(1.25rem, calc((100vw - 1180px) / 2)); background: var(--noir-950); color: var(--gold-100); }
.girotrip__copy h2 { max-width: 19ch; margin: .5rem 0 1.5rem; color: var(--gold-100); font-size: clamp(2rem, 5vw, 4rem); line-height: 1.04; }
.girotrip__copy > p:not(.eyebrow) { max-width: 64ch; line-height: 1.75; color: rgba(243, 234, 217, .86); }
.girotrip__stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.trust-stat { position: relative; margin: 0; padding-bottom: 1rem; }
.trust-stat::after { position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background: var(--gold-400); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 1.5s cubic-bezier(.22,1,.36,1); }
.trust-stat.is-counting::after { transform: scaleX(1); }
.trust-stat strong, .trust-stat span { display: block; }
.trust-stat strong { font-family: "Fraunces", serif; color: var(--gold-400); font-size: clamp(2.25rem, 6vw, 4.5rem); }
.trust-stat span { max-width: 22ch; font-weight: 600; line-height: 1.35; color: rgba(243, 234, 217, .8); }
.lantern-mosaic { position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; gap: 1.6rem 1.1rem; padding-top: 2.75rem; }
.lantern-wire { position: absolute; top: 0; left: 3%; right: 3%; height: 1px; background: linear-gradient(90deg, transparent, rgba(169, 131, 90, .55) 10%, rgba(169, 131, 90, .55) 90%, transparent); }
.lantern { position: relative; display: flex; justify-content: center; }
.lantern::before { content: ""; position: absolute; top: -1.6rem; left: 50%; width: 1px; height: 1.6rem; background: rgba(169, 131, 90, .55); }
.lantern:nth-child(3n+2) { margin-top: 24px; }
.lantern:nth-child(3n+3) { margin-top: 11px; }
.girotrip__mosaic .mosaic-photo {
  width: clamp(88px, 10.5vw, 132px);
  aspect-ratio: 3 / 4;
  background-size: cover;
  background-position: center;
  background-color: var(--jade-700);
  border-radius: 46% 46% 42% 42% / 56% 56% 32% 32%;
  border: 1px solid var(--gold-400);
  box-shadow: 0 16px 30px rgba(0, 0, 0, .38);
  position: relative;
}
.girotrip__mosaic .mosaic-photo::before,
.girotrip__mosaic .mosaic-photo::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); width: 44%; height: 2px; background: var(--gold-400); border-radius: 2px; opacity: .85; }
.girotrip__mosaic .mosaic-photo::before { top: 12%; }
.girotrip__mosaic .mosaic-photo::after { bottom: 12%; }
@media (min-width: 900px) { .girotrip { grid-template-columns: .95fr 1.05fr; align-items: center; } }
@media (max-width: 768px) { .girotrip { padding-block: 4rem; } .lantern-mosaic { gap: 1.3rem .8rem; } .girotrip__mosaic .mosaic-photo { width: clamp(78px, 20vw, 108px); } }
@media (prefers-reduced-motion: reduce) { .lantern { transition: none; } }
@media (prefers-reduced-motion: reduce) { .trust-stat::after { transition: none; } }
