@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/pt-sans-regular.ttf") format("truetype");
}

@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/pt-sans-bold.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/noto-serif.ttf") format("truetype");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #0e0e0e;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #1d90f5;
  text-decoration: none;
}

a:hover {
  color: #3146e1;
}

.site-header {
  text-align: center;
  padding: 28px 20px 0;
  border-bottom: 1px solid #f2f2f2;
}

.site-logo img {
  max-width: 200px;
  margin: 0 auto 12px;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 18px;
  padding: 14px 20px 18px;
}

.site-nav a {
  color: #0e0e0e;
  font-size: 15px;
  font-weight: 700;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a.active {
  color: #1d90f5;
  border-bottom-color: #1d90f5;
}

.page-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 36px 24px 60px;
}

.hero-banner {
  margin: -12px -24px 28px;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  max-height: 340px;
}

.hero-banner img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.feature-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 14px;
}

.image-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 24px 0;
}

.image-row img,
.content-image {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.image-row img {
  height: 220px;
}

.content-image {
  margin: 20px 0;
  height: auto;
  max-height: 360px;
  object-fit: cover;
}

.menu-section-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin: 8px 0 18px;
}

.image-caption {
  font-size: 13px;
  color: #666;
  text-align: center;
  margin: -12px 0 20px;
}

.page-title {
  font-size: 28px;
  font-weight: 700;
  color: #1d90f5;
  text-align: center;
  margin: 0 0 24px;
  line-height: 1.3;
}

.hero-tagline {
  text-align: center;
  font-family: "Noto Serif", Georgia, serif;
  font-size: 20px;
  color: #333;
  margin: 0 0 28px;
}

.content-block {
  margin-bottom: 28px;
}

.content-block h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #0e0e0e;
}

.content-block h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 20px 0 8px;
}

.content-block p {
  margin: 0 0 14px;
}

.content-block ul,
.content-block ol {
  margin: 0 0 16px;
  padding-left: 22px;
}

.content-block li {
  margin-bottom: 8px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin: 28px 0;
}

.feature-card {
  border: 1px solid #e5e7ee;
  border-radius: 8px;
  padding: 20px;
  background: #fafafa;
}

.feature-card h3 {
  margin-top: 0;
  font-size: 17px;
}

.cta-row {
  text-align: center;
  margin: 36px 0 10px;
}

.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  margin: 8px 10px;
  min-width: 180px;
}

.btn-primary {
  background: #5a5c5b;
  color: #fff !important;
  border: 2px solid #5a5c5b;
}

.btn-primary:hover {
  background: #3f4140;
  border-color: #3f4140;
  color: #fff !important;
}

.btn-secondary {
  background: #eee;
  color: #000 !important;
  border: 2px solid #eee;
}

.btn-secondary:hover {
  border-color: #1d90f5;
  color: #1d90f5 !important;
}

.info-box {
  background: #f6f8fc;
  border-radius: 8px;
  padding: 20px 22px;
  margin: 24px 0;
}

.info-box p:last-child {
  margin-bottom: 0;
}

.menu-category {
  margin-bottom: 32px;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px dotted #ddd;
}

.menu-item-name {
  font-weight: 700;
}

.menu-item-desc {
  font-size: 14px;
  color: #555;
  margin-top: 4px;
}

.menu-item-price {
  white-space: nowrap;
  color: #3f51b5;
  font-weight: 700;
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}

.hours-table th,
.hours-table td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
}

.hours-table th {
  font-weight: 700;
  width: 40%;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-item strong {
  display: block;
  margin-bottom: 6px;
}

.site-footer {
  border-top: 1px solid #f2f2f2;
  text-align: center;
  padding: 24px 20px 36px;
  font-size: 14px;
  color: #666;
}

.site-footer a {
  color: #0e0e0e;
  font-weight: 700;
}

.site-footer p {
  margin: 6px 0;
}

.content-image {
  border-radius: 8px;
  margin: 20px 0;
}

@media screen and (max-width: 600px) {
  .page-wrap {
    padding: 24px 18px 48px;
  }

  .hero-banner {
    margin: -12px -18px 24px;
    max-height: 220px;
  }

  .hero-banner img {
    height: 220px;
  }

  .image-row {
    grid-template-columns: 1fr;
  }

  .image-row img {
    height: 180px;
  }

  .page-title {
    font-size: 24px;
  }

  .btn-primary,
  .btn-secondary {
    display: block;
    margin: 10px auto;
  }

  .menu-item {
    flex-direction: column;
    gap: 4px;
  }
}
