* { box-sizing: border-box; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #1b1f24; background: #f7f9fb; line-height: 1.6; }
.container { max-width: 980px; margin: 0 auto; padding: 0 16px; }
.site-header { background: #0f2940; border-bottom: 3px solid #1a4a6f; }
.site-header .container { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding: 14px 16px; }
.brand { color: #fff; text-decoration: none; font-weight: 700; font-size: 1.2rem; }
.top-nav { display: flex; flex-wrap: wrap; gap: 10px; }
.top-nav a { color: #dce7f2; text-decoration: none; padding: 6px 8px; border-radius: 4px; }
.top-nav a.active, .top-nav a:hover { color: #fff; background: #1a4a6f; }
.home-hero { height: 42vh; min-height: 260px; max-height: 520px; background: center/cover no-repeat url('/assets/img/cropped-artem-verbo-zHg5TXgVoGQ-unsplash-scaled-1.jpg'); }
.home-hero__overlay { height: 100%; background: linear-gradient(to bottom, rgba(15,41,64,.32), rgba(15,41,64,.05)); }
.content { margin: 24px auto; background: #fff; border: 1px solid #d7dfe7; border-radius: 8px; padding: 18px; }
.home-page { min-height: 100vh; background: #0f2940; }
.home-page .home-hero { height: calc(100vh - 64px); min-height: 420px; max-height: none; }
.home-page .content { position: absolute; bottom: 28px; left: 0; right: 0; max-width: none; margin: 0; background: transparent; border: none; padding: 0; z-index: 3; }
.home-page article { width: calc(100% - 12vw); max-width: none; min-width: 0; margin: 0 6vw; background: rgba(255,255,255,.72); border-radius: 12px; padding: 22px 24px; box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.home-page .entry-header { margin-top: 0; }
.content img, .content video { max-width: 100%; height: auto; border-radius: 6px; }
.content figure { margin: 18px 0; }
.content h1, .content h2, .content h3 { line-height: 1.3; margin-top: 1.1em; }
.destination-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 820px; margin: 20px auto 28px; align-items: stretch; }
.destination-grid .destination-card { position: relative; margin: 0; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 14px; background: #0f2940; box-shadow: 0 10px 24px rgba(0,0,0,.14); }
.destination-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.destination-card figcaption { position: absolute; top: 0; left: 0; right: auto; bottom: auto; max-width: 85%; padding: 14px 16px; color: #fff; font-weight: 700; letter-spacing: .01em; background: linear-gradient(to bottom right, rgba(7,18,28,.88), rgba(7,18,28,.14)); border-bottom-right-radius: 12px; }
.site-footer { margin-top: 24px; color: #5f6b77; font-size: .92rem; }
.site-footer .container { padding-bottom: 24px; }
.missing-asset { border: 1px dashed #bf6b00; color: #8c4b00; background: #fff4e8; padding: 10px; border-radius: 6px; }
@media (max-width: 760px) {
  .site-header .container { flex-direction: column; align-items: flex-start; }
  .home-page .home-hero { height: calc(100vh - 120px); min-height: 420px; }
  .home-page .content { position: absolute; bottom: 12px; left: 0; right: 0; padding: 14px; }
  .home-page article { width: 100%; min-width: 0; margin: 0; padding: 16px 14px; box-shadow: none; border: 1px solid #d7dfe7; }
  .destination-grid { grid-template-columns: 1fr; gap: 12px; }
  .destination-grid .destination-card { aspect-ratio: 1 / 1; }
}
