.trip-page{min-height:100vh;position:relative}.trip-hero{align-items:flex-end;height:60vh;min-height:400px;display:flex;position:relative;overflow:hidden}.trip-hero-map{position:absolute;inset:0}.trip-map-visual{background:radial-gradient(circle at 40% 45%, #00f2ff0f, transparent 50%), radial-gradient(circle at 70% 30%, #ff24e40a, transparent 50%), var(--bg-deep);width:100%;height:100%;position:relative;overflow:hidden}.trip-map-grid{opacity:.3;background:repeating-linear-gradient(0deg,#0000,#0000 45px,#00f2ff0a 45px 46px),repeating-linear-gradient(90deg,#0000,#0000 45px,#00f2ff0a 45px 46px);position:absolute;inset:0}.trip-map-marker{flex-direction:column;align-items:center;gap:.3rem;animation:6s ease-in-out infinite float;display:flex;position:absolute}.trip-map-marker span{letter-spacing:.08em;text-transform:uppercase;color:var(--neon-cyan-soft);text-shadow:0 0 10px #00f2ff4d;white-space:nowrap;font-size:.6rem;font-weight:700}.trip-map-pin{background:var(--neon-cyan);border-radius:50%;width:12px;height:12px;position:relative;box-shadow:0 0 20px #00f2ff80,0 0 40px #00f2ff33}.trip-map-pin:after{content:"";border:1px solid #00f2ff4d;border-radius:50%;animation:2s ease-in-out infinite pulse-glow;position:absolute;inset:-6px}.trip-map-marker--1{animation-delay:0s;top:25%;left:30%}.trip-map-marker--2{animation-delay:1s;top:40%;left:55%}.trip-map-marker--3{animation-delay:2s;top:20%;left:65%}.trip-map-marker--4{animation-delay:.5s;top:50%;left:40%}.trip-map-route{background:0 0;width:100%;height:100%;position:absolute;top:0;left:0}.trip-map-route:before{content:"";border:2px dashed #00f2ff26;border-radius:50%;width:200px;height:150px;position:absolute;top:30%;left:32%;transform:rotate(-20deg)}.trip-hero-content{z-index:2;background:linear-gradient(#0000 0%,#0c0e12b3 40%,#0c0e12f2 100%);width:100%;padding:3rem;position:relative}.trip-hero-pretitle{letter-spacing:.15em;text-transform:uppercase;color:var(--neon-cyan-soft);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.trip-hero-title{margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,4rem)}.trip-hero-companions{color:var(--text-secondary);font-size:.9rem}.trip-stats{z-index:3;margin-top:-2rem;padding:2rem 0;position:relative}.trip-stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (max-width:600px){.trip-stats-grid{grid-template-columns:repeat(2,1fr)}}.trip-stat-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:1.5rem 1rem;display:flex}.trip-stat-number{font-family:var(--font-heading), "Space Grotesk", sans-serif;background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.trip-stat-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:600}.trip-section-title{text-align:center;margin-bottom:2.5rem;font-size:1.75rem}.trip-timeline{padding:4rem 0}.timeline{max-width:700px;margin:0 auto;position:relative}.timeline-line{background:linear-gradient(180deg, var(--neon-cyan), var(--neon-magenta), transparent);opacity:.3;width:2px;position:absolute;top:0;bottom:0;left:20px}@media (min-width:768px){.timeline-line{left:50%;transform:translate(-50%)}}.timeline-item{cursor:pointer;padding-bottom:2rem;padding-left:50px;position:relative}@media (min-width:768px){.timeline-item{width:50%;padding-left:0;padding-right:2.5rem}.timeline-item.left{text-align:right;margin-left:0;padding-left:0;padding-right:2.5rem}.timeline-item.right{text-align:left;margin-left:50%;padding-left:2.5rem;padding-right:0}}.timeline-dot{background:var(--bg-deep);border:2px solid var(--neon-cyan);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:all .3s;display:flex;position:absolute;top:0;left:10px}.timeline-dot span{color:var(--neon-cyan-soft);font-size:.6rem;font-weight:800}.timeline-item.expanded .timeline-dot{background:var(--neon-cyan);box-shadow:0 0 20px #00f2ff66}.timeline-item.expanded .timeline-dot span{color:var(--text-on-accent)}@media (min-width:768px){.timeline-item.left .timeline-dot{left:auto;right:-11px}.timeline-item.right .timeline-dot{left:-11px}}.timeline-card{padding:1.25rem;transition:all .35s}.timeline-item:hover .timeline-card{border-color:var(--border-accent)}.timeline-date{letter-spacing:.12em;text-transform:uppercase;color:var(--neon-cyan-soft);margin-bottom:.35rem;font-size:.65rem;font-weight:700}.timeline-title{text-transform:none;letter-spacing:.02em;margin-bottom:.3rem;font-size:1.1rem;font-weight:700}.timeline-location{color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem}.timeline-expanded{margin-top:.75rem;animation:.4s both fade-in-up}.timeline-desc{color:var(--text-secondary);margin-bottom:.75rem;font-size:.85rem;line-height:1.6}.timeline-photos{gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.timeline-photo{border-radius:var(--radius-sm);border:1px solid var(--border-ghost);flex-shrink:0;overflow:hidden}.timeline-toggle{color:var(--neon-cyan-soft);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;margin-top:.5rem;font-family:inherit;font-size:.7rem;font-weight:600;transition:color .2s}.timeline-toggle:hover{color:var(--neon-cyan)}.trip-facts{padding:4rem 0}.facts-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.fact-card{align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.fact-number{font-family:var(--font-heading), "Space Grotesk", sans-serif;color:var(--neon-cyan);flex-shrink:0;font-size:1.5rem;font-weight:700}.fact-card p{font-size:.9rem;line-height:1.6}.trip-export{padding:3rem 0}.trip-export-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}.trip-export-info h3{text-transform:none;letter-spacing:.02em;margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.trip-export-info p{color:var(--text-muted);font-size:.8rem}.trip-export-buttons{flex-wrap:wrap;gap:.75rem;display:flex}.share-overlay{z-index:999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.25s both fade-in-up;display:flex;position:fixed;inset:0}.share-modal{text-align:center;width:100%;max-width:440px;padding:2rem;position:relative;border-radius:var(--radius-lg)!important}.share-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.2rem;transition:color .2s;position:absolute;top:.75rem;right:.75rem}.share-close:hover{color:var(--text-primary)}.share-icon{margin-bottom:.75rem;font-size:2.5rem}.share-modal h3{text-transform:none;letter-spacing:.02em;margin-bottom:.35rem;font-size:1.3rem}.share-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.8rem}.share-link-box{gap:.5rem;margin-bottom:1.5rem;display:flex}.share-link-input{background:var(--bg-elevated);border:1px solid var(--border-ghost);border-radius:var(--radius-md);color:var(--neon-cyan-soft);outline:none;flex:1;padding:.75rem 1rem;font-family:monospace;font-size:.75rem}.share-copy-btn{flex-shrink:0}.share-socials{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.share-social-btn{border-radius:var(--radius-full);border:1px solid var(--border-ghost);color:var(--text-primary);cursor:pointer;background:#282a2e99;padding:.5rem 1rem;font-family:inherit;font-size:.75rem;transition:all .2s}.share-social-btn:hover{border-color:var(--border-accent);background:#282a2ecc}.share-qr{margin-top:.5rem}.share-qr-placeholder{border-radius:var(--radius-md);border:2px dashed var(--border-ghost);width:120px;height:120px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.3rem;margin:0 auto;font-size:.75rem;display:flex}
