:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#e2e8f0;background:linear-gradient(135deg,#020617,#0f172a);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(135deg,#fff9e4,#f0e1ac)}button{font:inherit}#root{min-height:100vh}.app-shell{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 4rem}.hero{text-align:center;margin-bottom:2rem}.eyebrow{margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.25rem;color:#bb0909;font-size:.85rem;font-weight:700}.detail{text-transform:uppercase;font-size:.85rem;font-weight:700;letter-spacing:.15rem}h1{margin:0;font-size:clamp(2rem,3vw,3rem)}.hero-copy{max-width:700px;margin:1rem auto 0;color:#610909;font-size:1.05rem}.gallery{display:flex;margin-top:2rem;align-items:flex-start;overflow-x:auto;padding-bottom:1rem}.month-column{display:flex;flex-direction:column;align-items:center;gap:1rem;flex:1 1 0;min-width:12rem;padding:1rem .75rem}.month-label{font-size:1rem;font-weight:600;color:#9b0606;margin-bottom:.35rem;text-transform:none;letter-spacing:normal;padding:0;border-radius:0;border:none;box-shadow:none}.month-stack{display:flex;align-items:flex-start;justify-content:center;gap:.65rem;width:100%;max-width:11.5rem}.month-stack-column{display:flex;flex-direction:column;gap:.75rem;min-width:3.4rem}.card{width:3.4rem;height:3.4rem;padding:0;border:.22rem solid #faba18;border-radius:50%;background:linear-gradient(135deg,#fff,#e2e8f0);color:inherit;cursor:pointer;overflow:hidden;box-shadow:0 0 0 .22rem #facc1533,0 14px 22px #02061738;transition:transform .18s ease,box-shadow .18s ease}.card:hover,.card:focus-visible{transform:translateY(-3px) scale(1.05);box-shadow:0 0 0 .25rem #facc1547,0 20px 30px #0206174d;outline:none}.thumbnail{width:100%;height:100%;object-fit:cover;display:block}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#38393fcc;display:grid;place-items:center;padding:1rem;z-index:20}.modal{position:relative;width:min(900px,100%);background:#faba18;border-radius:1.25rem;overflow:hidden;border:1px solid rgba(148,163,184,.25);box-shadow:0 24px 60px #02061766}.modal-image{display:block;width:100%;max-height:70vh;object-fit:cover}.modal-details{padding:1.1rem 1.25rem 1.25rem}.modal-details h3{margin:0 0 .35rem;font-size:1.3rem;color:#1e2228}.modal-details p{margin:0;color:#1e2228}.modal-close{position:absolute;top:.8rem;right:.8rem;border:none;width:2.4rem;height:2.4rem;border-radius:999px;background:#0f172ae6;color:#faba18;font-size:1.4rem;cursor:pointer}@media (max-width: 640px){.app-shell{padding:2rem 1rem 3rem}.gallery{min-height:60vh}.month-stack{max-width:7.45rem}.card{width:5rem;height:5rem;border-width:.28rem}.modal{border-radius:1rem}}
