*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--max-w:820px;--gap:1.2rem;--c-bg:#fff;--c-fg:#1a1a1a;--c-muted:#555;--c-border:#e0e0e0;--c-accent:#1558b0;--c-accent-light:#e8f0fe;--c-star:#e8a317}
body{font:16px/1.6 system-ui,-apple-system,sans-serif;color:var(--c-fg);background:var(--c-bg)}
a{color:var(--c-accent);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}

.wrap{max-width:var(--max-w);margin:0 auto;padding:0 1rem}
header{border-bottom:1px solid var(--c-border);padding:1rem 0}
header .wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}
header h1{font-size:1.15rem}
header nav{display:flex;gap:1rem;font-size:.9rem}

main{padding:2rem 0}
footer{border-top:1px solid var(--c-border);padding:1rem 0;font-size:.8rem;color:var(--c-muted);text-align:center}

h2{font-size:1.5rem;margin-bottom:.5rem}
h3{font-size:1.15rem;margin-bottom:.3rem}
p{margin-bottom:1rem}

.ad-slot{background:var(--c-accent-light);border:1px dashed var(--c-border);padding:1rem;text-align:center;font-size:.75rem;color:var(--c-muted);margin:1.5rem 0;min-height:90px;display:flex;align-items:center;justify-content:center}

.card-grid{display:grid;gap:var(--gap);grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}
.card{border:1px solid var(--c-border);border-radius:6px;overflow:hidden;transition:box-shadow .15s;display:flex;flex-direction:column}
.card:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}
.card-highlight{border-color:var(--c-accent);box-shadow:0 0 0 2px var(--c-accent)}
.card-photo{width:100%;height:200px;object-fit:cover}
.card-body{padding:1rem}
.card h3{font-size:1.05rem}
.card h3 a{color:var(--c-fg)}
.card-meta{font-size:.8rem;color:var(--c-muted);margin-bottom:.4rem}

.pag{display:flex;justify-content:center;gap:.3rem;flex-wrap:wrap;margin:1.5rem 0}
.pag button{padding:.4rem .7rem;border:1px solid var(--c-border);border-radius:4px;background:var(--c-bg);cursor:pointer;font-size:.85rem}
.pag button:hover{background:var(--c-accent-light)}
.pag-active{background:var(--c-accent)!important;color:#fff!important;border-color:var(--c-accent)!important}
.pag-dots{padding:.4rem .2rem;color:var(--c-muted)}

.stars{color:var(--c-star);letter-spacing:1px}
.badge{display:inline-block;font-size:.7rem;padding:2px 6px;border-radius:3px;background:var(--c-accent-light);color:var(--c-accent);margin-right:4px}

.post-header{margin-bottom:1.5rem}
.post-header h2{font-size:1.8rem;line-height:1.3}
.post-meta{font-size:.85rem;color:var(--c-muted);margin-top:.3rem}
.post-body{line-height:1.75}
.post-body h3{margin-top:1.5rem}
.post-body blockquote{border-left:3px solid var(--c-accent);padding:.5rem 1rem;margin:1rem 0;background:var(--c-accent-light);font-style:italic;font-size:.95rem}

.info-table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9rem}
.info-table th,.info-table td{text-align:left;padding:.4rem .6rem;border-bottom:1px solid var(--c-border)}
.info-table th{width:35%;color:var(--c-muted);font-weight:normal}

#dir-controls{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:1rem}
#dir-controls select,#dir-controls input{padding:.4rem .6rem;border:1px solid var(--c-border);border-radius:4px;font-size:.9rem}
#dir-controls input{flex:1;min-width:180px}
#dir-count{font-size:.85rem;color:var(--c-muted);margin-bottom:.8rem}

#map{width:100%;height:400px;border-radius:6px;margin-bottom:1.5rem}
.disclaimer{background:#fffbe6;border:1px solid #f0e68c;padding:.8rem 1rem;border-radius:6px;font-size:.8rem;color:#665d1e;margin-bottom:1.5rem}

.detail-photo{width:100%;max-height:450px;object-fit:cover;border-radius:6px;margin-bottom:1rem}
blockquote footer{font-size:.8rem;color:var(--c-muted);margin-top:.3rem;font-style:normal}
.card-links{font-size:.85rem;margin-top:.4rem}
.card-links a{margin-right:.8rem}

.blog-list{margin:0 0 1.5rem 1.2rem;line-height:2}
.blog-list a{font-size:.95rem}

#scroll-top{display:none;position:fixed;bottom:60px;right:20px;width:40px;height:40px;border:none;border-radius:50%;background:var(--c-accent);color:#fff;font-size:1.2rem;cursor:pointer;z-index:9998;box-shadow:0 2px 6px rgba(0,0,0,.3)}
#scroll-top:hover{background:#0d4690}

.contact-form{max-width:560px}
.form-group{margin-bottom:1rem}
.form-group label{display:block;font-size:.9rem;margin-bottom:.3rem;color:var(--c-muted)}
.form-group input,.form-group textarea{width:100%;padding:.5rem .7rem;border:1px solid var(--c-border);border-radius:4px;font-size:.9rem;font-family:inherit}
.form-group textarea{resize:vertical}
.btn-submit{padding:.6rem 1.5rem;background:var(--c-accent);color:#fff;border:none;border-radius:4px;font-size:.95rem;cursor:pointer}
.btn-submit:hover{background:#0d4690}

#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1a1a1a;color:#eee;padding:1rem 1.5rem;font-size:.85rem;line-height:1.5;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;z-index:9999;box-shadow:0 -2px 10px rgba(0,0,0,.3)}
#cookie-banner a{color:#8bb8f0}
#cookie-banner button{padding:.4rem 1.2rem;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:600}
#cookie-accept{background:#2e7d32;color:#fff}
#cookie-reject{background:#555;color:#fff}
#cookie-banner.hidden{display:none}

.route-selector{margin:1.5rem 0;text-align:center}
.route-selector label{display:block;font-size:.9rem;color:var(--c-muted);margin-bottom:.4rem}
.route-selector select{padding:.6rem 1rem;font-size:1rem;border:2px solid var(--c-accent);border-radius:6px;background:var(--c-bg);color:var(--c-fg);cursor:pointer;min-width:260px}
.route-selector select:focus{outline:none;box-shadow:0 0 0 3px var(--c-accent-light)}

.route-map{width:100%;height:400px;border-radius:6px;margin:1.5rem 0;display:none}

.route-empty{text-align:center;padding:3rem 1rem;color:var(--c-muted)}
.route-empty-icon{font-size:3rem;margin-bottom:.5rem}

.route-title{font-size:1.3rem;margin:1.5rem 0 .3rem}
.route-intro{font-size:.9rem;color:var(--c-muted);margin-bottom:1.5rem}

.route-card{display:flex;gap:1rem;border:1px solid var(--c-border);border-radius:8px;padding:1.2rem;margin-bottom:1rem;transition:box-shadow .15s}
.route-card:hover{box-shadow:0 2px 12px rgba(0,0,0,.08)}
.route-number{flex-shrink:0;width:40px;height:40px;border-radius:50%;color:#fff;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:.2rem}
.route-card-body{flex:1;min-width:0}
.route-stop-label{font-size:.7rem;text-transform:uppercase;letter-spacing:1px;color:var(--c-muted);margin-bottom:.2rem}
.route-card-body h3{font-size:1.1rem;margin-bottom:.2rem}
.route-card-body h3 a{color:var(--c-fg)}
.route-cuisine{font-size:.85rem;margin-bottom:.3rem}
.route-address{font-size:.85rem;color:var(--c-muted);margin-bottom:.4rem}
.route-more{margin-top:1.5rem;padding:1rem;background:var(--c-accent-light);border-radius:6px;text-align:center;font-size:.9rem}

.route-marker-icon{background:transparent!important;border:none!important}
.route-marker{width:32px;height:32px;border-radius:50%;color:#fff;font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:3px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.35)}

.route-result{margin-bottom:1.5rem}

@media(max-width:600px){
  header .wrap{flex-direction:column;align-items:flex-start}
  .post-header h2{font-size:1.3rem}
  #map{height:280px}
  .route-map{height:280px}
  .route-card{flex-direction:column;align-items:center;text-align:center}
  .route-number{margin-top:0}
  #cookie-banner{flex-direction:column;text-align:center}
}
