* { box-sizing: border-box; }
html { color-scheme: light; }
body {
  margin: 0;
  background: #f5f2ea;
  color: #173c3a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
.city-site-header,
.city-footer { background: #0d5e73; color: #fff; }
.city-site-header-inner,
.city-page,
.city-footer-inner { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.city-site-header-inner,
.city-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem;
}
.city-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 44px;
  font-weight: 800;
  text-decoration: none;
}
.city-open-app {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}
.city-page { padding-block: 2rem 4rem; }
.city-breadcrumb { margin-block-end: 1.5rem; }
.city-breadcrumb a { display: inline-flex; min-height: 44px; align-items: center; }
.city-hero {
  padding: clamp(1.5rem, 4vw, 3.2rem);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 18px 50px rgba(17, 53, 58, 0.08);
}
.city-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.city-hero h1 {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(2rem, 6vw, 4.6rem);
  line-height: 0.98;
}
.city-hero-copy { max-width: 70ch; font-size: 1.05rem; }
.city-hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-block-start: 1.25rem; }
.city-button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: #0d5e73;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.city-section { margin-block-start: 2.5rem; }
.city-section > h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
.city-event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 1rem;
}
.city-event-card {
  padding: 1.1rem;
  border: 1px solid #cad8d6;
  border-radius: 1rem;
  background: #fff;
}
.city-event-card h3 { margin: 0.25rem 0 0.5rem; line-height: 1.2; }
.city-event-card h3 a { text-decoration-thickness: 0.08em; text-underline-offset: 0.18em; }
.city-event-card p { margin: 0.35rem 0; }
.city-event-meta { color: #476461; font-size: 0.92rem; }
.city-footer-inner { align-items: flex-start; }
.city-footer p { margin: 0; max-width: 70ch; }
@media (max-width: 640px) {
  .city-site-header-inner,
  .city-footer-inner { align-items: flex-start; flex-direction: column; }
}
