/* Lodging, shared route and packing additions; respects the existing theme. */
.plan-section{margin:0 0 40px}.route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.route-card{display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line);border-radius:9px;padding:21px;min-width:0}.route-card:hover{border-color:var(--green)}.route-card h3{font-family:var(--serif);font-size:19px;line-height:1.6}.route-card p{font-size:12px;color:var(--muted);margin:10px 0}.route-hint{font-size:11px;color:var(--green);margin-top:auto}.route-hint .icon{width:15px}.stay-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.stay-card{background:var(--paper);border:1px solid var(--line);border-radius:10px;overflow:hidden;min-width:0}.stay-head{padding:16px 23px;background:var(--sage);display:flex;align-items:center;justify-content:space-between;gap:12px}.stay-head .tag{margin:0;font-size:12px}.night-count{font:600 19px var(--serif);color:var(--green);white-space:nowrap}.stay-body{padding:25px}.stay-body h3{font:600 27px/1.5 var(--serif);overflow-wrap:anywhere}.stay-native{font-size:13px;color:var(--muted);margin:5px 0 18px}.stay-address{display:flex;gap:9px;align-items:flex-start;font-size:13px;overflow-wrap:anywhere}.stay-address .icon{color:var(--green)}.stay-times{display:grid;grid-template-columns:1fr 1fr;gap:14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0;margin:20px 0}.stay-times span{display:block;font-size:11px;color:var(--muted)}.stay-times strong{font-size:12px;font-weight:500}.stay-note{font-size:13px;color:var(--muted);line-height:1.95}.stay-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:18px}.venue-sources{display:flex;flex-wrap:wrap;gap:0 14px;margin-top:12px}.venue-sources a{font-size:11px;min-height:40px}.venue-sources .icon{width:13px;height:13px}.compact .stay-body{padding:21px}.compact h3{font-size:23px}.day-plan-head{margin:0 0 16px}.day-plan-head h3{font:600 26px/1.5 var(--serif)}.day-plan-head p{font-size:13px;color:var(--muted);margin-top:8px}.night-panel{background:var(--sage);border:1px solid var(--line);border-radius:9px;padding:23px;margin-top:25px}.night-panel h3{font-size:17px;overflow-wrap:anywhere}.night-panel p{font-size:12px;color:var(--muted);margin-top:8px}.night-panel .checkout-line{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--line);color:var(--text)}.night-panel .icon{color:var(--green)}.packing-panel .check-item small{display:block;font-size:11px;line-height:1.8;color:var(--muted);margin-top:3px}.packing-panel .check-group{scroll-margin-top:24px}.packing-panel .check-group h3{padding-top:5px;color:var(--green)}.itinerary-item>div{min-width:0}.itinerary-item h3{overflow-wrap:anywhere}.itinerary-item .venue-sources{margin-top:5px}.desktop-nav{gap:19px}.site-header{gap:24px}.notice strong{font-weight:600}.panel p+p{margin-top:13px}
@media(max-width:1100px){.desktop-nav{gap:13px}.desktop-nav a{font-size:12px}.brand{font-size:17px}.site-header{gap:15px}}
@media(max-width:980px){.desktop-nav{display:none}.site-header>.icon-button{margin-left:auto}.site-footer{padding-bottom:110px}.mobile-nav{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));position:fixed;bottom:0;left:0;right:0;background:var(--paper);border-top:1px solid var(--line);padding:10px 6px calc(10px + env(safe-area-inset-bottom));z-index:20}.mobile-nav a{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;font-size:10px;color:var(--muted);min-height:45px;min-width:0}.mobile-nav a[aria-current=page]{color:var(--accent);font-weight:700}.mobile-nav .icon{width:21px;height:21px}#toast{bottom:95px}}
@media(max-width:760px){.route-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.route-card{padding:15px}.route-card h3{font-size:17px}.route-card p{font-size:11px}.stay-grid{grid-template-columns:1fr;gap:18px}.stay-head{padding:15px 20px}.stay-body{padding:21px}.stay-body h3{font-size:25px}.stay-address{font-size:12px}.plan-section{margin-bottom:32px}.day-plan-head h3{font-size:24px}.night-panel{padding:19px}.night-panel h3{font-size:16px}.stay-times{gap:10px}.mobile-nav{grid-template-columns:repeat(6,minmax(0,1fr))}}
@media(max-width:359px){.route-card{padding:12px}.route-card h3{font-size:16px}.stay-body h3{font-size:22px}.night-panel h3{font-size:15px}.stay-head .tag{font-size:11px}}
@media print{.mobile-nav{display:none}.stay-card,.night-panel{break-inside:avoid}.stay-grid{grid-template-columns:1fr}.route-grid{grid-template-columns:repeat(3,1fr)}}
