:root{--brick: #a0522d;--brick-light: #c4703c;--brick-dark: #6b3620;--river: #2d6a7a;--river-light: #4a9bab;--river-pale: #e8f4f7;--cream: #faf6f0;--cream-warm: #f5ede1;--gold: #c49a3c;--gold-light: #e8c96a;--ink: #1a1a1a;--ink-soft: #3d3d3d;--ink-muted: #6b6b6b;--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, sans-serif;--font-mono: "JetBrains Mono", monospace;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2.5rem;--space-2xl: 4rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--cream);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}.page{max-width:780px;margin:0 auto;padding:var(--space-lg) var(--space-md)}.masthead{text-align:center;padding-bottom:var(--space-lg)}.masthead-top{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);padding-bottom:var(--space-sm);border-bottom:1px solid var(--brick-light);margin-bottom:var(--space-md)}.masthead-title{font-family:var(--font-display);font-size:clamp(2rem,6vw,3.5rem);font-weight:900;line-height:1.1;color:var(--brick-dark);letter-spacing:-.02em;margin-bottom:var(--space-sm)}.masthead-date{font-family:var(--font-display);font-style:italic;font-size:1.1rem;color:var(--ink-soft)}.masthead-rule{margin-top:var(--space-lg);height:4px;background:linear-gradient(to right,var(--brick),var(--river),var(--brick));border-radius:2px}.lead{padding:var(--space-xl) 0;border-bottom:1px solid var(--cream-warm)}.lead-text{font-family:var(--font-display);font-size:1.15rem;line-height:1.7;color:var(--ink-soft);text-align:center;max-width:640px;margin:0 auto}.time-block{padding:var(--space-xl) 0;border-bottom:1px solid var(--cream-warm)}.time-block:last-of-type{border-bottom:none}.time-label{display:flex;align-items:baseline;gap:var(--space-sm);margin-bottom:var(--space-lg);padding-bottom:var(--space-sm);border-bottom:2px solid var(--brick)}.time-label h2{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--brick-dark)}.time-label .time-range{font-family:var(--font-mono);font-size:.75rem;color:var(--ink-muted);margin-left:auto}.time-icon{font-size:1.2rem}.event-card{padding:var(--space-lg) 0;border-bottom:1px dashed #ddd}.event-card:last-child{border-bottom:none}.event-card.featured{background:var(--cream-warm);margin:0 calc(-1 * var(--space-md));padding:var(--space-lg) var(--space-md);border-radius:4px;border-bottom:none;margin-bottom:var(--space-sm);border-left:4px solid var(--brick)}.event-card.compact{padding:var(--space-md) 0}.card-category{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--river);margin-bottom:var(--space-xs);font-weight:400}.event-card h3{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--ink);margin-bottom:var(--space-sm);line-height:1.3}.event-card.compact h3{font-size:1.05rem;margin-bottom:var(--space-xs)}.card-meta{display:flex;flex-wrap:wrap;gap:var(--space-sm) var(--space-md);margin-bottom:var(--space-sm);font-size:.85rem;color:var(--ink-muted)}.card-meta span:before{margin-right:.3em}.card-time:before{content:"⏰"}.card-location:before{content:"📍"}.card-price:before{content:"💰"}.card-desc{font-size:.92rem;line-height:1.65;color:var(--ink-soft)}.card-desc strong{color:var(--ink);font-weight:600}.card-tag{margin-top:var(--space-sm);font-size:.82rem;font-weight:500;color:var(--brick)}.card-tag.igor-pick{background:linear-gradient(135deg,#fdf6e9,#fef0d5);padding:var(--space-xs) var(--space-sm);border-radius:3px;display:inline-block;border:1px solid var(--gold-light)}.page-footer{padding-top:var(--space-xl);text-align:center}.footer-divider{height:3px;background:repeating-linear-gradient(90deg,var(--brick) 0px,var(--brick) 8px,transparent 8px,transparent 12px);margin-bottom:var(--space-lg)}.footer-text{font-size:.8rem;color:var(--ink-muted)}.footer-text a{color:var(--river);text-decoration:none}.footer-text a:hover{text-decoration:underline}.footer-note{margin-top:var(--space-sm);font-family:var(--font-display);font-style:italic;font-size:.9rem;color:var(--ink-soft)}@media(max-width:600px){.page{padding:var(--space-md) var(--space-sm)}.masthead-title{font-size:2rem}.time-label{flex-wrap:wrap}.time-label .time-range{margin-left:0;width:100%}.card-meta{flex-direction:column;gap:var(--space-xs)}.event-card.featured{margin:0 calc(-1 * var(--space-sm));padding:var(--space-md) var(--space-sm)}}@media(prefers-reduced-motion:no-preference){.event-card{opacity:0;transform:translateY(12px);animation:card-in .4s ease forwards}.time-block:nth-child(1) .event-card:nth-child(2){animation-delay:.05s}.time-block:nth-child(1) .event-card:nth-child(3){animation-delay:.1s}.time-block:nth-child(1) .event-card:nth-child(4){animation-delay:.15s}.time-block:nth-child(1) .event-card:nth-child(5){animation-delay:.2s}.time-block:nth-child(2) .event-card:nth-child(2){animation-delay:.25s}.time-block:nth-child(2) .event-card:nth-child(3){animation-delay:.3s}.time-block:nth-child(2) .event-card:nth-child(4){animation-delay:.35s}.time-block:nth-child(2) .event-card:nth-child(5){animation-delay:.4s}.time-block:nth-child(2) .event-card:nth-child(6){animation-delay:.45s}.time-block:nth-child(3) .event-card:nth-child(2){animation-delay:.5s}.time-block:nth-child(3) .event-card:nth-child(3){animation-delay:.55s}.time-block:nth-child(3) .event-card:nth-child(4){animation-delay:.6s}.time-block:nth-child(3) .event-card:nth-child(5){animation-delay:.65s}.time-block:nth-child(3) .event-card:nth-child(6){animation-delay:.7s}.time-block:nth-child(3) .event-card:nth-child(7){animation-delay:.75s}.time-block:nth-child(4) .event-card:nth-child(2){animation-delay:.8s}.time-block:nth-child(4) .event-card:nth-child(3){animation-delay:.85s}.time-block:nth-child(4) .event-card:nth-child(4){animation-delay:.9s}.time-block:nth-child(4) .event-card:nth-child(5){animation-delay:.95s}}@keyframes card-in{to{opacity:1;transform:translateY(0)}}.masthead-title{transition:letter-spacing .3s ease}@media print{.page{max-width:100%}.event-card{opacity:1!important;transform:none!important;animation:none!important}.masthead-rule{background:var(--ink)!important}}
