:root {
  --bg: #fffdf9;
  --paper: #ffffff;
  --warm: #f6f2eb;
  --ink: rgba(20, 19, 17, .96);
  --muted: #68615a;
  --soft: #9b948d;
  --line: rgba(27, 23, 18, .11);
  --blue: #0075de;
  --blue-dark: #005bab;
  --green: #1f8a5b;
  --amber: #b96f13;
  --shadow: 0 22px 55px rgba(45, 35, 20, .08), 0 5px 18px rgba(45, 35, 20, .06), 0 1px 2px rgba(45, 35, 20, .05);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 18% 0%, #fff1d6 0, transparent 28rem), var(--bg);
  line-height: 1.5;
}
a { color: var(--blue); text-decoration: none; font-weight: 700; }
a:hover { text-decoration: underline; }
.topbar {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
  padding: 14px max(24px, calc((100vw - 1180px)/2));
  background: rgba(255, 253, 249, .82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--ink); color: white; }
nav { display: flex; gap: 18px; flex-wrap: wrap; }
nav a { color: var(--muted); font-size: 14px; font-weight: 700; }
main { overflow: hidden; }
.hero {
  max-width: 1180px; margin: 0 auto; padding: 86px 24px 50px;
  display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 54px; align-items: end;
}
.eyebrow { color: var(--blue); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; margin: 0 0 14px; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { font-size: clamp(46px, 7vw, 82px); letter-spacing: -0.07em; line-height: .92; margin: 0; max-width: 850px; }
.lead { margin: 24px 0 0; max-width: 720px; color: var(--muted); font-size: clamp(18px, 2vw, 22px); font-weight: 500; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 17px; border-radius: 10px; border: 1px solid var(--line); transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); text-decoration: none; }
.primary { background: var(--blue); color: white; border-color: var(--blue); }
.primary:hover { background: var(--blue-dark); }
.secondary { color: var(--ink); background: rgba(255,255,255,.66); }
.hero-card { background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: 26px; box-shadow: var(--shadow); }
.score { font-size: 76px; font-weight: 800; letter-spacing: -.08em; line-height: 1; }
.hero-card strong { display: block; font-size: 21px; letter-spacing: -.03em; }
.hero-card span, .hero-card p { color: var(--muted); }
.mini-divider { height: 1px; background: var(--line); margin: 22px 0; }
.filters { max-width: 1180px; margin: 0 auto; padding: 0 24px 28px; display: flex; gap: 10px; flex-wrap: wrap; }
.chip { border: 1px solid var(--line); background: var(--paper); color: var(--muted); min-height: 40px; padding: 8px 14px; border-radius: 999px; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; }
.chip.active { background: #f2f9ff; border-color: rgba(0,117,222,.24); color: var(--blue); }
.section { padding: 68px 24px; }
.section.warm { background: var(--warm); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section.compact { padding-top: 36px; }
.section-head, .highlight-grid, .event-list, .place-grid, .source-panel { max-width: 1180px; margin-left: auto; margin-right: auto; }
.section-head { margin-bottom: 24px; }
.section-head.row { display: flex; justify-content: space-between; align-items: end; gap: 28px; }
h2 { font-size: clamp(34px, 4vw, 54px); line-height: .98; letter-spacing: -.055em; margin: 0; }
.section-note { max-width: 430px; color: var(--muted); margin: 0; }
.highlight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.event-list { display: grid; gap: 14px; }
.event-card { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: 0 1px 0 rgba(0,0,0,.02); }
.event-card.highlight { grid-template-columns: 1fr; padding: 22px; box-shadow: var(--shadow); }
.datebox { background: #fbf7f0; border: 1px solid var(--line); border-radius: 18px; padding: 16px; align-self: start; }
.datebox strong { display: block; font-size: 18px; letter-spacing: -.03em; }
.datebox span { display: block; color: var(--muted); margin-top: 6px; font-size: 14px; font-weight: 600; }
.meta { color: var(--amber); font-size: 13px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
h3 { font-size: 25px; line-height: 1.1; letter-spacing: -.04em; margin: 6px 0 10px; }
.event-body p, .place-card p, .source-panel p { color: var(--muted); margin: 0; }
.best { margin-top: 14px; color: var(--green); font-weight: 800; }
.card-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 16px; }
.tags { display: flex; gap: 7px; flex-wrap: wrap; }
.tag { background: #f2f9ff; color: var(--blue); border-radius: 999px; padding: 4px 8px; font-size: 12px; font-weight: 800; }
.place-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.place-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: 0 1px 0 rgba(0,0,0,.02); }
.place-card h3 { font-size: 21px; }
.place-card a { display: inline-block; margin-top: 16px; }
.source-panel { background: var(--ink); color: white; border-radius: 30px; padding: 28px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.source-panel p { color: rgba(255,255,255,.72); max-width: 720px; }
.source-panel .eyebrow { color: #9fd0ff; }
.source-panel .secondary { background: white; color: var(--ink); flex: 0 0 auto; }
footer { max-width: 1180px; margin: 0 auto; padding: 28px 24px 42px; color: var(--soft); border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.empty { max-width: 1180px; margin: 0 auto; color: var(--muted); }
:focus-visible { outline: 3px solid rgba(0,117,222,.35); outline-offset: 3px; }
@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; padding-top: 56px; }
  .highlight-grid, .place-grid { grid-template-columns: 1fr; }
  .section-head.row, .source-panel { align-items: flex-start; flex-direction: column; }
  .event-card { grid-template-columns: 1fr; }
  nav { display: none; }
}
@media (max-width: 560px) {
  .topbar { padding: 12px 16px; }
  .hero, .section, .filters { padding-left: 16px; padding-right: 16px; }
  h1 { font-size: 43px; }
  .card-bottom { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
