.history-page { --paper: #f2eee5; --ink: #18203c; background: var(--paper); color: var(--ink); }
.history-page .site-header { background: #f2eee5f0; }
.history-page h1, .history-page h2 { font-family: 'Inter', Arial, sans-serif; font-weight: 500; text-transform: none; letter-spacing: -.045em; }
.history-page .container { max-width: 1160px; }
.history-hero { background: #111a30; color: #f2eee5; padding: 72px 0 84px; overflow: hidden; position: relative; }
.history-hero::before { content: ''; position: absolute; width: 630px; height: 630px; border: 1px solid #ffffff12; border-radius: 50%; right: -220px; top: -250px; pointer-events: none; }
.history-hero .container { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; }
.history-kicker { font-size: .67rem; text-transform: uppercase; letter-spacing: .2em; color: #bdb29c; }
.history-hero h1 { color: inherit; font-size: clamp(3rem, 6.3vw, 5.8rem); line-height: 1; margin: 30px 0; }
.history-hero h1 em { color: #d5bf97; font-weight: 500; font-style: normal; }
.history-intro { color: #c4c9d1; font-size: 1rem; max-width: 440px; line-height: 1.9; }
.history-hero .history-jump { display: inline-flex; gap: 32px; align-items: center; border-bottom: 1px solid #a8a294; padding: 20px 0 12px; margin-top: 14px; font-size: .85rem; color: #f2eee5; }
.archive-cover { margin: 0; padding: 12px 12px 20px; background: #eee8dc; transform: rotate(3deg); box-shadow: 0 25px 60px #0004; color: #313440; }
.archive-cover img { width: 100%; height: auto; object-fit: contain; object-position: center; }
.archive-cover figcaption { padding: 15px 6px 0; font-size: .66rem; letter-spacing: .06em; }
.history-yearbar { display: flex; justify-content: space-between; padding: 22px 0; border-bottom: 1px solid #d3cec2; font-size: .72rem; letter-spacing: .08em; }
.history-yearbar span:last-child { color: #a12730; }
.history-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 80px; padding-top: 82px; padding-bottom: 90px; align-items: start; }
.history-nav { position: sticky; top: 112px; }
.history-nav h2 { font-size: 1.6rem; margin-bottom: 12px; }
.history-nav p { font-size: .75rem; color: #686b71; }
.history-nav a { display: flex; gap: 16px; align-items: center; min-height: 44px; font-size: .78rem; color: #666975; border-left: 1px solid #cdc8bc; padding-left: 20px; }
.history-nav a[aria-current="location"], .history-nav a:hover { color: #9b2630; border-left: 2px solid #9b2630; padding-left: 19px; }
.history-nav a span { font-size: .68rem; }
.history-timeline { position: relative; border-left: 1px solid #cbc5b8; padding-left: 48px; min-width: 0; }
.history-entry { position: relative; padding-bottom: 76px; scroll-margin-top: 115px; }
.history-entry::before { content: ''; position: absolute; top: 12px; left: -54px; width: 11px; height: 11px; border: 2px solid #a32c35; border-radius: 50%; background: var(--paper); }
.history-entry time, .history-entry .entry-date { display: block; margin-bottom: 20px; color: #9b2630; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.history-entry h2 { font-size: clamp(2rem, 3.8vw, 3.1rem); line-height: 1.15; margin-bottom: 25px; }
.history-entry p { color: #535866; font-size: .95rem; line-height: 1.9; max-width: 650px; }
.history-entry .entry-source { font-size: .68rem; margin-top: 22px; }
.entry-source a, .history-sources a { text-decoration: underline; text-underline-offset: 4px; }
.history-photo { margin: 30px 0 0; }
.history-photo a { display: block; position: relative; }
.history-photo img { width: 100%; height: auto; }
.history-photo a::after { content: 'Powiększ ↗'; position: absolute; right: 12px; bottom: 12px; padding: 8px 14px; background: #f2eee5ed; color: #17213b; font-size: .65rem; border-radius: 30px; }
.history-photo figcaption { font-size: .7rem; padding-top: 12px; color: #686b71; }
.history-photo figcaption a { display: inline; text-decoration: underline; }
.history-photo figcaption a::after { display: none; }
.history-memory { background: #172139; padding: 42px; color: #eee7d9; margin: 12px 0 36px; border-radius: 2px; }
.history-memory h3 { color: #eee7d9; font: 500 2.6rem/1.15 'Inter', Arial, sans-serif; letter-spacing: -.045em; margin-bottom: 25px; }
.history-memory p { color: #c7cbd3; }
.history-memory .memory-rule { width: 45px; height: 1px; background: #b59b72; margin-bottom: 26px; }
.history-present { border-top: 1px solid #d2ccbf; padding-top: 36px; }
.history-entry:last-child { padding-bottom: 0; }
.history-sources { padding: 26px 0; border-top: 1px solid #d2ccbf; margin-bottom: 55px; font-size: .8rem; }
.history-sources summary { cursor: pointer; padding: 10px 0; font-weight: 600; }
.history-sources li { margin-bottom: 12px; }
.history-outro { background: #e6e0d3; padding: 60px 0; }
.history-outro h2 { font-size: 3rem; }
.history-outro .container { display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.history-teaser { border-top: 1px solid var(--border); padding-top: 24px; margin-top: 24px; }
.history-teaser p { font-size: .85rem; }
.history-revealed { animation: history-enter .75s ease both; }
@keyframes history-enter { from { opacity: .25; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.history-photo-dialog { max-width: min(1000px, 94vw); max-height: 94dvh; padding: 18px; border: 0; background: var(--paper); color: var(--ink); }
.history-photo-dialog::backdrop { background: #08101ded; }
.history-photo-dialog img { max-height: 72dvh; margin: auto; object-fit: contain; }
.history-photo-dialog button { display: block; margin: 0 0 15px auto; padding: 10px 16px; background: transparent; color: var(--ink); border: 1px solid #b9b4a8; border-radius: 30px; }
.history-photo-dialog p { margin: 16px 0 0; font-size: .8rem; }
@media (max-width: 800px) {
 .history-hero { padding: 45px 0 55px; }
 .history-hero .container { grid-template-columns: 1fr; gap: 45px; }
 .history-hero h1 { font-size: clamp(2.7rem, 10.5vw, 4.7rem); }
 .archive-cover { max-width: 390px; margin-inline: auto; transform: rotate(2deg); }
 .archive-cover img { height: auto; max-height: 420px; object-fit: contain; }
 .history-layout { grid-template-columns: 1fr; gap: 36px; padding-top: 38px; }
 .history-nav { position: static; }
 .history-nav nav { display: flex; flex-wrap: wrap; gap: 8px; }
 .history-nav a { border: 1px solid #cdc8bc; padding: 8px 12px; border-radius: 30px; }
 .history-nav a[aria-current="location"], .history-nav a:hover { padding: 8px 12px; border: 1px solid #9b2630; }
 .history-nav a span { display: none; }
 .history-timeline { margin-left: 5px; padding-left: 25px; }
 .history-entry::before { left: -31px; }
 .history-entry { padding-bottom: 52px; }
 .history-memory { padding: 25px; margin-left: -10px; }
 .history-outro .container { display: block; }
 .history-outro h2 { font-size: 2.5rem; }
}
@media (prefers-reduced-motion: reduce) { .history-revealed { animation: none; } }
@media print { .history-nav, .history-photo-dialog { display: none; } .history-layout { display: block; } .history-hero { color: #18203c; background: white; } }
