/* ============================================================
   ITINERARY SINGLE — port of itinerary-japan.html <style>
   ============================================================ */
#hero { background:#0d0d0d; height:auto; min-height:100vh; }
.hero-bg { position:absolute; inset:0; background-size:cover; background-position:center; opacity:.65; transform:scale(1.05); will-change:transform; }
.hero-vignette { position:absolute; inset:0; background:linear-gradient(165deg,rgba(0,0,0,.1) 0%,rgba(0,0,0,.0) 40%,rgba(0,0,0,.8) 100%); }
.hero-content { position:relative; z-index:2; padding:0 80px; color:#fff; }
.hero-badge { display:inline-flex; align-items:center; gap:8px; background:rgba(213,142,74,.9); padding:6px 16px; border-radius:40px; font-size:10px; font-weight:600; letter-spacing:2.5px; text-transform:uppercase; color:#fff; margin-bottom:32px; }
.hero-title { font-family:var(--f-display); font-size:clamp(56px,8vw,112px); font-weight:900; line-height:.85; letter-spacing:-4px; overflow:visible; max-width:900px; }
.hero-title .hl { display:inline-block; }
.hero-sub { font-size:clamp(13px,1.4vw,17px); font-weight:300; letter-spacing:4px; text-transform:uppercase; color:rgba(255,255,255,.65); margin-top:24px; opacity:0; transform:translateY(16px); }
.hero-stats { display:flex; gap:48px; margin-top:44px; opacity:0; transform:translateY(16px); }
.hstat-val { font-size:28px; font-weight:700; color:var(--orange); display:block; }
.hstat-lbl { font-size:9px; text-transform:uppercase; letter-spacing:2px; color:rgba(255,255,255,.45); margin-top:4px; display:block; }
.hero-scroll { position:absolute; bottom:44px; left:50%; transform:translateX(-50%); display:flex; flex-direction:column; align-items:center; gap:8px; color:rgba(255,255,255,.35); font-size:9px; letter-spacing:3px; text-transform:uppercase; opacity:0; }
.s-stem { width:1px; height:44px; background:rgba(255,255,255,.2); overflow:hidden; position:relative; }
.s-stem::after { content:''; position:absolute; top:-100%; left:0; width:100%; height:100%; background:var(--orange); animation:stemDrop 2s ease-in-out infinite; }
@keyframes stemDrop { to { top:160%; } }

/* Overview */
#overview { background:var(--ivory); padding:120px 80px; min-height:auto; display:block; }
.ov-inner { max-width:1200px; margin:0 auto; }
.ov-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:2px; margin:60px 0; }
.ov-stat { background:var(--ivory-2); padding:40px 36px; }
.ov-stat:first-child { border-radius:16px 0 0 16px; }
.ov-stat:last-child  { border-radius:0 16px 16px 0; }
.ov-stat-num { font-family:var(--f-display); font-size:60px; font-weight:900; color:var(--orange); line-height:1; display:block; }
.ov-stat-lbl { font-size:11px; font-weight:500; color:var(--gray); margin-top:6px; display:block; letter-spacing:.5px; }

/* Timeline */
.journey-timeline { position:relative; padding:0; }
.timeline-track { height:1px; background:var(--gray-light); position:relative; overflow:hidden; margin-bottom:28px; }
.timeline-fill { position:absolute; left:0; top:0; height:100%; background:var(--orange); width:0%; transition:width 1.6s cubic-bezier(.4,0,.2,1); }
.timeline-stops { display:flex; justify-content:space-between; }
.t-stop { display:flex; flex-direction:column; align-items:center; gap:6px; opacity:0; transform:translateY(12px); transition:opacity .4s, transform .4s; }
.t-stop.visible { opacity:1; transform:translateY(0); }
.t-dot { width:10px; height:10px; border-radius:50%; background:var(--orange); border:2px solid var(--ivory); box-shadow:0 0 0 4px rgba(213,142,74,.2); }
.t-city { font-size:14px; font-weight:700; margin-top:14px; }
.t-days { font-size:10px; color:var(--gray); }

/* Map section */
#map-section { background:var(--ivory); padding:0; flex-direction:row; align-items:stretch; min-height:100vh; }
.map-panel { flex:0 0 58%; position:relative; min-height:100vh; background:var(--ivory); display:flex; align-items:center; justify-content:center; }
#itin-map-svg { width:100%; height:80%; max-height:80vh; padding:40px; }
.city-stop-circle { fill:var(--orange); stroke:var(--ivory); stroke-width:2; cursor:pointer; transition:r .2s; }
.city-stop-pulse { fill:rgba(213,142,74,.2); pointer-events:none; animation:mapPulse 2.5s ease-out infinite; }
.map-sidebar { flex:0 0 42%; background:var(--black); padding:100px 64px; display:flex; flex-direction:column; justify-content:center; color:#fff; }
.map-sidebar-label { font-size:10px; letter-spacing:3px; text-transform:uppercase; color:var(--orange); margin-bottom:16px; opacity:0; }
.map-sidebar-heading { font-family:var(--f-display); font-size:clamp(28px,3.5vw,48px); font-weight:900; line-height:1.1; margin-bottom:48px; opacity:0; }
.city-tabs { display:flex; flex-direction:column; gap:4px; }
.city-tab { padding:18px 22px; border-radius:10px; cursor:pointer; border:1px solid rgba(255,255,255,.07); transition:background .25s, border-color .25s, transform .15s; opacity:0; transform:translateX(24px); }
.city-tab:hover, .city-tab.active { background:rgba(213,142,74,.12); border-color:rgba(213,142,74,.4); transform:translateX(4px); }
.city-tab-top { display:flex; justify-content:space-between; align-items:center; }
.city-tab-name { font-size:17px; font-weight:700; }
.city-tab-days { font-size:10px; color:var(--orange); background:rgba(213,142,74,.15); padding:3px 10px; border-radius:20px; letter-spacing:1px; text-transform:uppercase; }
.city-tab-desc { font-size:12px; color:rgba(255,255,255,.45); margin-top:5px; line-height:1.5; }

/* City sections */
.city-sec { background:var(--black); flex-direction:row; align-items:stretch; }
.city-sec.rev { flex-direction:row-reverse; }
.city-img-half { flex:0 0 55%; position:relative; min-height:100vh; overflow:hidden; }
.city-bg { position:absolute; inset:0; background-size:cover; background-position:center; transform:scale(1.06); will-change:transform; }
.city-bg-veil { position:absolute; inset:0; background:linear-gradient(to right,rgba(0,0,0,.55) 0%,transparent 65%); }
.city-sec.rev .city-bg-veil { background:linear-gradient(to left,rgba(0,0,0,.55) 0%,transparent 65%); }
.city-info { flex:0 0 45%; background:var(--black); padding:100px 64px; display:flex; flex-direction:column; justify-content:center; color:#fff; }
.city-day-tag { font-size:10px; font-weight:600; letter-spacing:2.5px; text-transform:uppercase; color:var(--orange); margin-bottom:18px; opacity:0; }
.city-name { font-family:var(--f-display); font-size:clamp(44px,6vw,88px); font-weight:900; line-height:.9; letter-spacing:-2px; clip-path:inset(0 100% 0 0); }
.city-tagline { font-size:13px; font-weight:300; letter-spacing:2.5px; text-transform:uppercase; color:rgba(255,255,255,.4); margin-top:12px; opacity:0; margin-bottom:36px; }
.city-rule { width:40px; height:1.5px; background:var(--orange); transform:scaleX(0); transform-origin:left; margin-bottom:32px; }
.act-list { list-style:none; display:flex; flex-direction:column; gap:14px; }
.act-item { display:flex; gap:12px; align-items:flex-start; opacity:0; transform:translateX(-16px); }
.act-ico { width:30px; height:30px; background:rgba(213,142,74,.12); border:1px solid rgba(213,142,74,.25); border-radius:7px; display:flex; align-items:center; justify-content:center; font-size:13px; flex-shrink:0; margin-top:2px; }
.act-name { font-size:14px; font-weight:600; }
.act-desc { font-size:11px; color:rgba(255,255,255,.4); margin-top:2px; line-height:1.4; }
.stay-card { margin-top:36px; display:flex; align-items:center; gap:12px; padding:16px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.09); border-radius:10px; opacity:0; transform:translateY(16px); }
.stay-lbl { font-size:9px; text-transform:uppercase; letter-spacing:1.5px; color:var(--orange); }
.stay-name { font-size:13px; font-weight:600; margin-top:3px; }

/* Experiences grid */
#experiences { background:var(--ivory); padding:120px 80px; min-height:auto; display:block; }
.exp-inner { max-width:1200px; margin:0 auto; }
.exp-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:56px; }
.exp-card { border-radius:14px; overflow:hidden; aspect-ratio:4/3; position:relative; cursor:pointer; }
.exp-img { position:absolute; inset:0; background-size:cover; background-position:center; transition:transform .6s var(--ease-out); }
.exp-card:hover .exp-img { transform:scale(1.07); }
.exp-overlay { position:absolute; inset:0; background:linear-gradient(to top, rgba(0,0,0,.75) 0%, transparent 50%); }
.exp-body { position:absolute; bottom:0; left:0; right:0; padding:20px; color:#fff; }
.exp-tag { font-size:9px; text-transform:uppercase; letter-spacing:2px; color:var(--orange); font-weight:600; margin-bottom:4px; display:block; }
.exp-title { font-size:16px; font-weight:700; line-height:1.2; }

/* Hotels */
#hotels { background:var(--ivory-2); padding:120px 80px; min-height:auto; display:block; }
.hotel-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:56px; max-width:1200px; margin-left:auto; margin-right:auto; }
.hotel-card { background:var(--white); border-radius:16px; overflow:hidden; }
.hotel-img { height:180px; background-size:cover; background-position:center; }
.hotel-body { padding:22px; }
.hotel-city-tag { font-size:9px; text-transform:uppercase; letter-spacing:2px; color:var(--orange); font-weight:600; margin-bottom:6px; display:block; }
.hotel-name { font-size:17px; font-weight:700; margin-bottom:6px; }
.hotel-desc { font-size:12px; color:var(--gray); line-height:1.55; }
.hotel-stars { color:var(--orange); font-size:12px; margin-top:10px; }

/* CTA */
#book-cta { background:var(--dark-green); padding:0 80px; flex-direction:column; justify-content:center; align-items:flex-start; }
.book-eyebrow { font-size:10px; letter-spacing:3px; text-transform:uppercase; color:rgba(255,255,255,.35); margin-bottom:20px; }
.book-heading { font-family:var(--f-display); font-size:clamp(44px,8vw,108px); font-weight:900; line-height:.9; color:#fff; letter-spacing:-2px; max-width:860px; }
.book-heading em { font-style:italic; color:var(--orange); }
.book-sub { font-size:17px; color:rgba(255,255,255,.4); font-weight:300; max-width:440px; margin-top:24px; line-height:1.6; }
.book-price { font-size:12px; color:rgba(255,255,255,.3); margin-top:20px; letter-spacing:.5px; }
.book-price strong { color:var(--orange); font-size:20px; font-weight:700; }
.book-actions { display:flex; gap:16px; margin-top:48px; }
