/* Shared presentation layer for the tourism guide. */
html { background: #dbe8ee; }
body {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  color: #25384a;
  font-family: Verdana, Arial, sans-serif;
  background-color: #fff;
  box-shadow: none;
}
a { color: #064f82; }
a:hover { color: #b44b17; }
img { max-width: 100%; }
.site-nav {
  border-bottom: 3px solid #d6a13c;
  color: #fff;
  background: #07527f;
  text-align: center;
}
.site-nav__title {
  margin: 0;
  padding: 8px 10px 2px;
  color: #fff;
  font: bold 19px Georgia, "Times New Roman", serif;
  letter-spacing: .3px;
}
.site-nav__tagline { margin: 0 0 7px; color: #e8f2f7; font-size: 11px; }
.site-nav__links { padding: 6px 8px; background: #063d61; }
.site-nav__links a {
  display: inline-block;
  margin: 2px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.site-nav__links a:hover { color: #ffe29c; text-decoration: underline; }
.feature-photo { display: block; margin: 5px auto; border: 1px solid #597a91; object-fit: cover; }
.period-note {
  max-width: 470px;
  margin: 12px auto;
  padding: 10px 14px;
  border: 1px solid #d6a13c;
  background: #fff4d4;
  color: #36495a;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.info-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  background: #f7fbfd;
}
.info-header {
  min-height: 118px;
  box-sizing: border-box;
  padding: 18px 28px 12px 510px;
  background: #fbd487 url('/jpg/logo.jpg') no-repeat left top;
  background-size: 471px 118px;
  color: #24465d;
}
.info-header h1 { margin: 0 0 8px; font: bold 25px Georgia, serif; }
.info-header p { margin: 0; font-size: 12px; line-height: 1.5; }
.info-content {
  flex: 1 0 auto;
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 24px 42px;
}
.info-content h2 { color: #07527f; font: bold 20px Georgia, serif; border-bottom: 1px solid #d6a13c; }
.info-content p, .info-content li { font-size: 13px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { border: 1px solid #a9bdc8; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1); }
.feature-card img { display: block; width: 100%; height: 145px; object-fit: cover; }
.feature-card div { padding: 12px; }
.feature-card h3 { margin: 0 0 7px; color: #8a3f16; font: bold 16px Georgia, serif; }
.contact-box { padding: 20px; border: 1px solid #d6a13c; background: #fff4d4; }
.contact-box h2 { margin-top: 0; }
.site-footer { flex: 0 0 auto; padding: 18px; border-top: 3px solid #d6a13c; background: #063d61; color: #e8f2f7; font-size: 11px; text-align: center; }
.site-footer a { color: #ffe29c; }
@media (max-width: 760px) {
  body { width: 100%; box-shadow: none; }
  body > table { display: block; width: 100% !important; overflow-x: auto; }
  table { max-width: 100%; }
  img[width] { height: auto; }
  .site-nav__links a { margin: 3px 5px; }
  .info-header { min-height: 0; padding: 132px 16px 16px; background-position: top center; background-size: 471px 118px; text-align: center; }
  .info-content { padding: 22px 16px 32px; }
  .contact-box { padding: 16px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card img { height: 190px; }
}
