:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #25191a; background: #fffdf9; }
* { box-sizing: border-box; }
body { margin: 0; }
.site-header { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: 1rem clamp(1rem, 4vw, 4rem); background: #8e1116; color: #fff; }
.brand { color: inherit; font-weight: 800; text-decoration: none; }
.site-header p { margin: 0; font-size: .9rem; }
.header-controls { display: flex; align-items: center; gap: .65rem; font-size: .82rem; }
.header-controls label { white-space: nowrap; }
.header-controls output { display: inline-block; min-width: 3.2em; font-variant-numeric: tabular-nums; }
.header-controls input { width: 8rem; accent-color: #fff; }
main { padding: clamp(2rem, 5vw, 5rem) clamp(1rem, 4vw, 4rem); }
.intro { max-width: 52rem; }
.eyebrow { margin: 0; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #a20f17; }
h1 { margin: .35rem 0; font-size: clamp(2.25rem, 6vw, 5rem); letter-spacing: -.055em; line-height: .98; }
.intro > p:last-child { max-width: 42rem; color: #62595a; font-size: 1.1rem; line-height: 1.6; }
.toolbar { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem; margin: 3rem 0 2rem; padding: 1rem; border: 1px solid #eadfdc; border-radius: .75rem; background: #fff; }
.toolbar label { font-weight: 700; }
.toolbar input { flex: 1 1 15rem; min-height: 2.75rem; padding: .65rem .8rem; border: 1px solid #c9bdbc; border-radius: .4rem; font: inherit; }
.image-toggle { display: inline-flex; align-items: center; gap: .45rem; white-space: nowrap; color: #514748; font-size: .9rem; }
.image-toggle input { flex: 0 0 auto; min-height: 1rem; accent-color: #a20f17; }
.toolbar p { margin: 0; color: #766b6a; font-size: .9rem; }
.timeline { display: grid; gap: 3rem; }
.year { position: relative; display: grid; grid-template-columns: minmax(5rem, 9rem) 1fr; gap: 1rem 2rem; }
.year::before { content: ""; position: absolute; left: calc(minmax(5rem, 9rem)); top: 3.7rem; bottom: -3rem; width: 2px; background: linear-gradient(#d71920, #f1c9ca); }
.year:last-child::before { display: none; }
.year h2 { z-index: 1; width: fit-content; height: fit-content; margin: 0; padding: .55rem .75rem; border-radius: .4rem; background: #a20f17; color: #fff; font-size: 1.2rem; }
.release-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(18rem, 24rem)); gap: 1.25rem; }
.release { position: relative; border: 1px solid #eadfdc; border-radius: .75rem; background: #fff; overflow: hidden; transition: transform .15s ease, box-shadow .15s ease; }
.release:hover { transform: translateY(-3px); box-shadow: 0 .7rem 2rem rgba(67, 19, 19, .12); }
.release a { display: block; height: 100%; color: inherit; text-decoration: none; }
.release img { display: block; width: 100%; aspect-ratio: 16 / 7; object-fit: contain; padding: .55rem 1rem; background: #f8f4f2; mix-blend-mode: multiply; }
.release h3 { margin: .9rem .9rem .35rem; font-size: .98rem; line-height: 1.25; }
.release span { display: block; margin: 0 .9rem 1rem; color: #9c1017; font-size: .78rem; font-weight: 700; }
.timeline.images-hidden .release img { display: none; }
.timeline.images-hidden .release h3 { margin-top: 1rem; }
.timeline.images-hidden .release span { margin-bottom: 1rem; }
footer { padding: 2rem clamp(1rem, 4vw, 4rem); border-top: 1px solid #eadfdc; color: #766b6a; font-size: .78rem; }
@media (max-width: 640px) { .site-header { align-items: flex-start; flex-direction: column; } .header-controls { width: 100%; } .header-controls input { flex: 1; } .year { grid-template-columns: 1fr; } .year::before { left: 1rem; top: 3rem; } .year h2 { margin-left: 1.75rem; } .release-list { margin-left: 1.75rem; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); } }
