/* ====== reset + base ====== */
*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #1a1a1a;
  background: #FFF7ED; /* orange-50 */
  min-height: 100vh;
}
img { max-width: 100%; display: block; }
a { color: #C2410C; text-decoration: none; } /* orange-700 */
a:hover { text-decoration: underline; }

/* ====== HERO ====== */
.hero {
  position: relative;
  height: 60vh;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.45), rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.65));
}
.hero-topbar {
  position: absolute;
  top: 16px; right: 16px;
  z-index: 20;
  display: flex; align-items: center; gap: 12px;
}
.hero-content {
  position: relative;
  z-index: 10;
  max-width: 1100px;
  text-align: center;
  padding: 0 24px;
}
.hero h1 {
  font-size: clamp(40px, 7vw, 72px);
  font-weight: 800;
  margin: 0 0 16px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.5);
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.hero-sub {
  font-size: clamp(17px, 2vw, 22px);
  color: #FED7AA; /* orange-200 */
  margin: 0;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}
.hero-route {
  margin-top: 20px;
  font-size: clamp(13px, 1.4vw, 16px);
  color: #FED7AA;
  text-shadow: 0 1px 6px rgba(0,0,0,0.6);
  font-weight: 500;
}

/* language toggle pills */
.lang-toggle { display: flex; gap: 4px; }
.lang-btn {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.85);
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all .15s;
  backdrop-filter: blur(6px);
}
.lang-btn:hover { background: rgba(255,255,255,0.25); color: #fff; }
.lang-btn[aria-pressed="true"] { background: #fff; color: #1a1a1a; border-color: #fff; }

/* When NOT in hero (entry pages), the toggle has a different bar */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #FED7AA;
  background: #FFF7ED;
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header .brand {
  font-weight: 800;
  font-size: 17px;
  color: #7C2D12; /* orange-900 */
}
.site-header .brand:hover { text-decoration: none; color: #9A3412; }
.site-header .lang-btn {
  background: transparent;
  border: 1px solid #FED7AA;
  color: #9A3412; /* orange-800 */
  backdrop-filter: none;
}
.site-header .lang-btn:hover { background: #FFEDD5; color: #7C2D12; }
.site-header .lang-btn[aria-pressed="true"] { background: #EA580C; color: #fff; border-color: #EA580C; }

/* ====== STATS ====== */
.stats {
  background: #fff;
  border-bottom: 1px solid #FED7AA;
  padding: 32px 16px;
}
.stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 16px;
}
.stat { text-align: center; }
.stat-num { display: block; font-size: 32px; font-weight: 800; color: #7C2D12; line-height: 1.1; }
.stat-label { display: block; font-size: 12px; color: #9A3412; text-transform: uppercase; letter-spacing: 0.06em; margin-top: 6px; font-weight: 600; }

/* ====== MAP ====== */
.map-section { background: #fff; padding: 64px 16px; }
.map-section-inner { max-width: 1180px; margin: 0 auto; }
.map-section h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  color: #7C2D12;
  text-align: center;
  margin: 0 0 12px;
}
.map-section .map-subtitle { text-align: center; color: #C2410C; font-size: 18px; margin: 0 0 32px; }
.map-wrap {
  position: relative;
  border: 4px solid #FED7AA;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(124, 45, 18, 0.15);
}
.map { width: 100%; height: 500px; background: #f4f4f4; }
.map-legend {
  position: absolute;
  bottom: 16px; left: 16px;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(6px);
  border-radius: 8px;
  padding: 10px 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-size: 12.5px;
  z-index: 5;
}
.map-legend-item { display: flex; align-items: center; gap: 8px; padding: 2px 0; color: #1a1a1a; }
.map-legend-item span:first-child { display: inline-block; width: 24px; flex-shrink: 0; text-align: center; }
.legend-line-actual { display: inline-block; width: 24px; height: 3px; background: #D97706; border-radius: 2px; }
.legend-line-planned { display: inline-block; width: 24px; height: 0; border-top: 2px dashed #9CA3AF; }
.legend-dot-current { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #10B981; border: 2px solid #fff; box-shadow: 0 0 0 1px #10B981; margin: 0 7px; }
.legend-arrow-entry { color: #DC2626; font-size: 14px; }

.map-caption { text-align: center; color: #C2410C; font-size: 14px; margin: 16px 0 0; }

/* ====== ENTRIES ====== */
.entries { padding: 64px 16px; }
.entries-inner { max-width: 980px; margin: 0 auto; }
.entries h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  color: #7C2D12;
  text-align: center;
  margin: 0 0 40px;
}

/* Featured entry */
.featured-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(124, 45, 18, 0.2);
  border: 2px solid #FCD34D;
  margin-bottom: 48px;
  display: block;
  color: #fff;
  transition: all .3s;
}
.featured-card:hover { text-decoration: none; color: #fff; transform: translateY(-2px); box-shadow: 0 20px 60px rgba(124, 45, 18, 0.3); border-color: #F59E0B; }
.featured-cover {
  height: 320px;
  background-size: cover;
  background-position: center;
  background-color: #C2410C;
  background-image: linear-gradient(135deg, #D97706 0%, #C2410C 50%, #9A3412 100%);
  position: relative;
}
.featured-cover::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.3) 50%, transparent);
}
.featured-badge {
  position: absolute;
  top: 16px; left: 16px;
  z-index: 5;
  background: #F59E0B;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.featured-badge::before { content: '★'; }
.featured-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px;
  z-index: 5;
}
.featured-content h3 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 800;
  margin: 0 0 12px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
  line-height: 1.15;
}
.featured-meta {
  font-size: 13px;
  color: #FDE68A;
  margin-bottom: 12px;
  display: flex; gap: 14px; flex-wrap: wrap;
}
.featured-content p {
  color: rgba(255,255,255,0.9);
  font-size: 16px;
  margin: 0 0 12px;
  line-height: 1.55;
}
.featured-cta {
  font-size: 14px;
  font-weight: 700;
  color: #FCD34D;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Regular entry cards */
.entry-list { display: flex; flex-direction: column; gap: 24px; }
.entry-card {
  background: #fff;
  border: 2px solid #FED7AA;
  border-radius: 12px;
  padding: 24px 26px;
  display: block;
  color: inherit;
  transition: all .2s;
}
.entry-card:hover {
  border-color: #FB923C;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 24px rgba(124, 45, 18, 0.12);
  transform: translateY(-1px);
}
.entry-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #7C2D12;
  margin: 0 0 10px;
  line-height: 1.3;
}
.entry-card:hover h3 { color: #C2410C; }
.entry-meta {
  font-size: 13px;
  color: #C2410C;
  margin-bottom: 14px;
  display: flex; gap: 18px; flex-wrap: wrap;
}
.entry-meta-item { display: inline-flex; align-items: center; gap: 5px; }
.entry-card p {
  color: #7C2D12;
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.entry-more { font-size: 14px; font-weight: 700; color: #C2410C; }

/* ====== CONTACT CTA SECTION ====== */
.contact-section { padding: 32px 16px 80px; }
.contact-divider {
  max-width: 720px;
  margin: 0 auto 40px;
  display: flex; align-items: center; gap: 16px;
}
.contact-divider::before, .contact-divider::after {
  content: ''; flex: 1; height: 1px; background: #FED7AA;
}
.contact-divider span {
  color: #FB923C;
  font-size: 18px;
}
.contact-card {
  max-width: 720px;
  margin: 0 auto;
  background: linear-gradient(135deg, #FFF7ED 0%, #FEF3C7 100%);
  border: 1px solid #FED7AA;
  border-radius: 14px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(124, 45, 18, 0.06);
}
.contact-card h2 {
  font-size: 26px;
  font-weight: 800;
  color: #7C2D12;
  margin: 0 0 12px;
}
.contact-card p {
  color: #57534E;
  margin: 0 auto 24px;
  max-width: 480px;
  line-height: 1.55;
}
.contact-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #EA580C;
  color: #fff;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 15px;
  transition: all .2s;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.3);
}
.contact-button:hover {
  background: #C2410C;
  text-decoration: none;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(234, 88, 12, 0.4);
}

/* ====== FLOATING CONTACT BUTTON ====== */
.floating-contact {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 50;
  background: #EA580C;
  color: #fff;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 24px rgba(234, 88, 12, 0.4);
  transition: all .2s;
}
.floating-contact:hover {
  background: #C2410C;
  text-decoration: none;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 12px 32px rgba(234, 88, 12, 0.5);
}

/* ====== FOOTER ====== */
.site-footer {
  background: #7C2D12; /* orange-900 */
  color: #FED7AA; /* orange-200 */
  text-align: center;
  padding: 32px 24px;
  font-size: 14px;
}
.site-footer a { color: #FDBA74; }

/* ====== ENTRY PAGE ====== */
.entry-page { padding: 40px 16px 80px; max-width: 760px; margin: 0 auto; }
.entry-header { margin-bottom: 32px; }
.entry-header .entry-meta {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12.5px;
  color: #C2410C;
  margin-bottom: 12px;
}
.entry-header h1 {
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 800;
  color: #7C2D12;
  margin: 0 0 12px;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.gps-link { display: inline-block; font-size: 15px; color: #C2410C; }
a.gps-link:hover { text-decoration: underline; color: #7C2D12; }

.entry-body {
  font-size: 18px;
  line-height: 1.78;
  color: #44403C;
}
.entry-body p { margin: 0 0 1.2em; }
.entry-body h2 { font-size: 26px; font-weight: 700; color: #7C2D12; margin: 1.8em 0 0.6em; line-height: 1.3; }
.entry-body h3 { font-size: 21px; font-weight: 700; color: #7C2D12; margin: 1.6em 0 0.5em; line-height: 1.3; }
.entry-body h4 { font-size: 18px; font-weight: 700; color: #7C2D12; margin: 1.4em 0 0.4em; }
.entry-body strong { color: #1c1917; }
.entry-body hr { border: 0; border-top: 1px solid #FED7AA; margin: 2em 0; }

/* gallery */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
  margin: 48px 0;
}
.gallery-item {
  margin: 0;
  cursor: zoom-in;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #FED7AA;
}
.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .3s;
  display: block;
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item figcaption {
  font-size: 13px;
  color: #78350F;
  padding: 8px 12px 10px;
  background: #FFFBEB;
}

/* entry nav */
.entry-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 56px;
  border-top: 2px solid #FED7AA;
  padding-top: 24px;
  font-size: 14px;
}
.entry-nav .prev, .entry-nav .next {
  flex: 1 1 0;
  padding: 14px 18px;
  border: 1px solid #FED7AA;
  border-radius: 10px;
  color: #7C2D12;
  background: #fff;
  transition: all .2s;
}
.entry-nav .prev:hover, .entry-nav .next:hover {
  border-color: #FB923C;
  background: #FFF7ED;
  text-decoration: none;
  color: #C2410C;
}
.entry-nav .next { text-align: right; }

/* lightbox */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.94);
  z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.lightbox[hidden] { display: none; }
.lightbox-img { max-width: 100%; max-height: calc(100vh - 80px); object-fit: contain; border-radius: 6px; }
.lightbox-caption {
  position: absolute; bottom: 20px; left: 0; right: 0;
  text-align: center; color: #ddd; font-size: 14px; padding: 0 60px;
}
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute; background: rgba(255,255,255,0.12); border: 0; color: #fff;
  font-size: 32px; width: 48px; height: 48px; border-radius: 50%;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background .15s;
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: rgba(255,255,255,0.28); }
.lightbox-close { top: 20px; right: 20px; }
.lightbox-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 20px; top: 50%; transform: translateY(-50%); }

/* mobile */
@media (max-width: 720px) {
  .hero { height: 70vh; min-height: 420px; }
  .hero h1 { font-size: clamp(32px, 9vw, 48px); }
  .map { height: 380px; }
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .gallery-item img { height: 140px; }
  .featured-cover { height: 240px; }
  .featured-content { padding: 20px; }
  .floating-contact { bottom: 16px; right: 16px; padding: 10px 16px; font-size: 13px; }
  .contact-card { padding: 32px 20px; }
  .stat-num { font-size: 26px; }
}
