:root {
  --ink: #172a3d;
  --muted: #5f6f7d;
  --line: #d9e0e5;
  --blue: #113b84;
  --green: #79c238;
  --paper: #ffffff;
  --soft: #f5f7f8;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Lato, Arial, sans-serif; }
a { color: inherit; }
.snapshot-nav { min-height: 72px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #fff; background: #172a3d; }
.snapshot-brand { font: 700 22px/1 Montserrat, Arial, sans-serif; text-decoration: none; }
.snapshot-links { display: flex; gap: 24px; }
.snapshot-links a { color: #fff; font-weight: 700; }
.snapshot-notice { padding: 10px 5vw; color: #1e2933; background: #fff2bd; border-bottom: 1px solid #e6d488; font-size: 14px; }
.snapshot-hero { min-height: 360px; padding: 64px 5vw; display: grid; align-items: end; color: #fff; background: linear-gradient(90deg, rgba(17, 59, 132, .96), rgba(17, 59, 132, .68)), url('/images/img-profile.png') 90% 45% / min(42vw, 560px) auto no-repeat, #113b84; }
.snapshot-hero > div { width: min(760px, 100%); }
.snapshot-kicker { margin: 0 0 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.snapshot-hero h1 { margin: 0; font: 700 clamp(48px, 8vw, 90px)/1 Montserrat, Arial, sans-serif; }
.snapshot-hero p:not(.snapshot-kicker) { max-width: 620px; margin: 18px 0 24px; font-size: 20px; }
.snapshot-search { width: min(680px, 100%); display: grid; grid-template-columns: 1fr auto; }
.snapshot-search input, .snapshot-search button { min-height: 50px; border: 0; font: inherit; }
.snapshot-search input { padding: 0 16px; }
.snapshot-search button { padding: 0 24px; color: #fff; background: var(--green); font-weight: 800; }
.snapshot-events { width: min(1180px, 90vw); margin: 0 auto; padding: 64px 0 96px; }
.snapshot-event-row { display: grid; grid-template-columns: minmax(280px, 46%) 1fr; border-top: 1px solid var(--line); padding: 34px 0; gap: 42px; }
.snapshot-event-row:first-child { border-top: 0; }
.snapshot-event-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--soft); }
.snapshot-event-image img { width: 100%; height: 100%; object-fit: cover; }
.snapshot-event-copy { align-self: center; }
.snapshot-date { margin: 0 0 8px; color: #4e7130; font-weight: 800; text-transform: uppercase; }
.snapshot-event-copy h2 { margin: 0 0 12px; font: 700 clamp(27px, 3.2vw, 44px)/1.08 Montserrat, Arial, sans-serif; }
.snapshot-event-copy h2 a { text-decoration: none; }
.snapshot-event-copy > p:not(.snapshot-date) { color: var(--muted); font-size: 18px; line-height: 1.6; }
.snapshot-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 24px 0; }
.snapshot-meta div { border-left: 3px solid var(--green); padding-left: 12px; }
.snapshot-meta dt { color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.snapshot-meta dd { margin: 4px 0 0; font-weight: 800; }
.snapshot-button { display: inline-flex; min-height: 46px; align-items: center; padding: 0 18px; color: #fff; background: var(--blue); font-weight: 800; text-decoration: none; }
.snapshot-footer { min-height: 140px; padding: 36px 5vw; display: flex; flex-direction: column; justify-content: center; color: #fff; background: #172a3d; }
.snapshot-footer strong { font-size: 20px; }
.snapshot-detail { width: min(1240px, 92vw); margin: 0 auto; padding: 42px 0 100px; }
.snapshot-back { display: inline-block; margin-bottom: 28px; color: var(--blue); font-weight: 800; }
.snapshot-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 420px); gap: 64px; align-items: start; }
.snapshot-detail-image { width: 100%; max-height: 620px; object-fit: contain; background: var(--soft); }
.snapshot-detail h1 { margin: 8px 0 12px; font: 700 clamp(40px, 6vw, 72px)/1.04 Montserrat, Arial, sans-serif; }
.snapshot-summary { margin: 0 0 24px; color: var(--muted); font-size: 22px; line-height: 1.5; }
.snapshot-description { font-size: 18px; line-height: 1.7; }
.snapshot-meta-detail { grid-template-columns: 1fr; margin-top: 36px; }
.snapshot-tickets { position: sticky; top: 24px; padding: 28px; background: var(--soft); border-top: 5px solid var(--green); }
.snapshot-tickets h2 { margin: 0 0 24px; font: 700 34px/1.1 Montserrat, Arial, sans-serif; }
.snapshot-ticket { padding: 20px 0; border-top: 1px solid var(--line); }
.snapshot-ticket:first-child { border-top: 0; padding-top: 0; }
.snapshot-ticket-heading { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; }
.snapshot-ticket h3 { margin: 0; font-size: 20px; }
.snapshot-ticket-heading strong { color: var(--blue); font-size: 20px; }
.snapshot-ticket p { color: var(--muted); line-height: 1.5; white-space: normal; }
.snapshot-ticket button { width: 100%; min-height: 42px; border: 1px solid #b9c2c9; color: #6b7780; background: #e8ecef; font-weight: 700; }
.snapshot-empty { padding: 48px; text-align: center; background: var(--soft); }

@media (max-width: 800px) {
  .snapshot-nav { min-height: 64px; }
  .snapshot-event-row, .snapshot-detail-grid { grid-template-columns: 1fr; gap: 24px; }
  .snapshot-meta { grid-template-columns: 1fr; }
  .snapshot-tickets { position: static; }
  .snapshot-hero { min-height: 320px; background-image: linear-gradient(90deg, rgba(17, 59, 132, .97), rgba(17, 59, 132, .78)); }
}

@media (max-width: 520px) {
  .snapshot-links { gap: 12px; font-size: 14px; }
  .snapshot-search { grid-template-columns: 1fr; gap: 8px; }
  .snapshot-events { width: 92vw; padding-top: 28px; }
  .snapshot-event-row { padding: 26px 0; }
  .snapshot-detail { width: 92vw; }
  .snapshot-tickets { padding: 20px; }
}

