.history-memory-section{background:linear-gradient(180deg,#fff 0%,#fff8f8 100%)}
.history-memory-head{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:1.6rem}
.history-memory-head>div{max-width:760px}.history-memory-head p{margin:.45rem 0 0;color:var(--muted)}
.history-memory-count{display:flex;align-items:center;gap:.65rem;padding:.75rem 1rem;border:1px solid rgba(197,47,57,.18);border-radius:999px;background:#fff;color:var(--brand-red);font-weight:800;white-space:nowrap}
.history-memory-count i{color:var(--brand-yellow-dark,#b28c00)}
.secir-history-gallery{position:relative}
.history-gallery-filters{display:flex;gap:.55rem;flex-wrap:wrap;margin:0 0 1.2rem}
.history-gallery-filters button{appearance:none;border:1px solid rgba(197,47,57,.2);background:#fff;color:#5c2529;border-radius:999px;padding:.58rem .9rem;font-weight:800;font-size:.82rem;cursor:pointer;transition:.2s ease}
.history-gallery-filters button:hover,.history-gallery-filters button:focus-visible,.history-gallery-filters button.active{background:var(--brand-red);border-color:var(--brand-red);color:#fff;outline:none;transform:translateY(-1px)}
.history-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}
.history-photo-card{position:relative;display:block;width:100%;aspect-ratio:4/3;padding:0;border:0;border-radius:16px;overflow:hidden;background:#eadede;cursor:pointer;box-shadow:0 10px 28px rgba(63,22,25,.08);transition:transform .25s ease,box-shadow .25s ease}
.history-photo-card.is-hidden{display:none}
.history-photo-card:hover,.history-photo-card:focus-visible{transform:translateY(-4px);box-shadow:0 18px 38px rgba(63,22,25,.18);outline:3px solid rgba(244,210,31,.7);outline-offset:2px}
.history-photo-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease,filter .35s ease}
.history-photo-card:hover img,.history-photo-card:focus-visible img{transform:scale(1.045);filter:brightness(.82)}
.history-photo-overlay{position:absolute;inset:auto 0 0;display:grid;gap:.1rem;padding:2.3rem .85rem .75rem;color:#fff;text-align:left;background:linear-gradient(transparent,rgba(20,10,11,.9));pointer-events:none}
.history-photo-overlay strong{font:800 .9rem/1.2 'Manrope',sans-serif}.history-photo-overlay small{font-size:.7rem;color:#ffe5e7}
.history-photo-zoom{position:absolute;right:.65rem;top:.65rem;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.9);color:var(--brand-red);opacity:0;transform:scale(.85);transition:.2s ease;pointer-events:none}
.history-photo-card:hover .history-photo-zoom,.history-photo-card:focus-visible .history-photo-zoom{opacity:1;transform:scale(1)}
.history-lightbox{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:1.25rem;background:rgba(12,8,9,.94);backdrop-filter:blur(8px)}
.history-lightbox.is-open{display:flex}
.history-lightbox figure{margin:0;max-width:min(1180px,calc(100vw - 130px));max-height:calc(100vh - 40px);display:flex;flex-direction:column;align-items:center;justify-content:center}
.history-lightbox figure img{display:block;max-width:100%;max-height:calc(100vh - 145px);width:auto;height:auto;object-fit:contain;border-radius:12px;box-shadow:0 28px 80px rgba(0,0,0,.45);background:#111}
.history-lightbox figcaption{width:min(900px,100%);display:grid;gap:.15rem;padding:.8rem 1rem 0;color:#fff;text-align:center}
.history-lightbox figcaption strong{font:800 1.05rem/1.25 'Manrope',sans-serif}.history-lightbox figcaption span{font-size:.84rem;color:#ead9da}.history-lightbox figcaption small{font-size:.72rem;color:#d2bfc1;margin-top:.15rem}
.history-lightbox-close,.history-lightbox-nav{position:absolute;z-index:2;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);color:#fff;cursor:pointer;transition:.2s ease}
.history-lightbox-close:hover,.history-lightbox-nav:hover,.history-lightbox-close:focus-visible,.history-lightbox-nav:focus-visible{background:var(--brand-red);outline:none}
.history-lightbox-close{right:20px;top:20px;width:44px;height:44px;border-radius:50%;font-size:1.2rem}
.history-lightbox-nav{top:50%;width:50px;height:58px;margin-top:-29px;border-radius:14px;font-size:1.15rem}.history-lightbox-nav.prev{left:20px}.history-lightbox-nav.next{right:20px}
body.history-lightbox-open{overflow:hidden}
.history-memory-cta{display:flex;justify-content:center;margin-top:1.4rem}
@media(max-width:1050px){.history-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.history-memory-head{display:block}.history-memory-count{width:max-content;margin-top:1rem}.history-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.history-photo-card{border-radius:11px}.history-photo-overlay{padding:2rem .65rem .55rem}.history-photo-overlay strong{font-size:.78rem}.history-photo-overlay small{font-size:.64rem}.history-lightbox{padding:.7rem}.history-lightbox figure{max-width:100%;max-height:100%}.history-lightbox figure img{max-height:calc(100vh - 125px);border-radius:8px}.history-lightbox-close{right:10px;top:10px;width:40px;height:40px}.history-lightbox-nav{top:auto;bottom:12px;width:44px;height:44px;margin:0;border-radius:50%}.history-lightbox-nav.prev{left:12px}.history-lightbox-nav.next{right:12px}.history-lightbox figcaption{padding:.65rem 3.2rem 0}.history-gallery-filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.25rem;scrollbar-width:none}.history-gallery-filters::-webkit-scrollbar{display:none}.history-gallery-filters button{white-space:nowrap}}
@media(max-width:420px){.history-photo-grid{grid-template-columns:1fr 1fr}.history-photo-overlay strong{font-size:.72rem}.history-photo-overlay small{display:none}}
