:root{--ffg-red:#d71920;--ffg-red-dark:#a80f15;--ffg-ink:#10151b;--ffg-muted:#66717e;--ffg-line:#dde3e9;--ffg-soft:#f5f7f9;--ffg-white:#fff;--ffg-shadow:0 18px 45px rgba(13,24,36,.10)}
.ffg-history,.ffg-jubilee{max-width:1180px;margin:0 auto;padding:28px 20px 72px;box-sizing:border-box;color:var(--ffg-ink)}
.ffg-history *,.ffg-jubilee *,.ffg-lightbox *{box-sizing:border-box}
.ffg-history__intro,.ffg-jubilee__hero{max-width:820px;margin:0 auto 46px;text-align:center}
.ffg-history__kicker,.ffg-jubilee__eyebrow{display:inline-block;margin:0 0 10px;color:var(--ffg-red);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.ffg-history__intro h2,.ffg-jubilee__hero h2{margin:0 0 14px;font-size:clamp(2rem,4vw,3.35rem);line-height:1.05;letter-spacing:-.035em}
.ffg-history__intro p:last-child,.ffg-jubilee__hero p:last-child{margin:0 auto;color:var(--ffg-muted);font-size:1.08rem;line-height:1.7}
.ffg-history__timeline{position:relative;max-width:980px;margin:0 auto;padding:6px 0}
.ffg-history__timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:linear-gradient(var(--ffg-red),#c8d0d8 12%,#c8d0d8 88%,var(--ffg-red));transform:translateX(-1px)}
.ffg-history__entry{position:relative;width:50%;padding:0 42px 24px 0}
.ffg-history__entry--even{margin-left:50%;padding:0 0 24px 42px}
.ffg-history__dot{position:absolute;top:28px;right:-7px;width:14px;height:14px;border:3px solid var(--ffg-white);border-radius:50%;background:var(--ffg-red);box-shadow:0 0 0 2px var(--ffg-red),0 4px 12px rgba(215,25,32,.25);z-index:2}
.ffg-history__entry--even .ffg-history__dot{left:-7px;right:auto}
.ffg-history__details{border:1px solid var(--ffg-line);border-radius:16px;background:var(--ffg-white);box-shadow:0 7px 22px rgba(13,24,36,.055);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}
.ffg-history__details[open]{box-shadow:var(--ffg-shadow);transform:translateY(-2px)}
.ffg-history__details summary{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:20px 20px;cursor:pointer;list-style:none}
.ffg-history__details summary::-webkit-details-marker{display:none}
.ffg-history__year{display:inline-flex;align-items:center;justify-content:center;min-width:68px;padding:8px 10px;border-radius:9px;background:var(--ffg-red);color:#fff;font-weight:850;font-size:1rem;line-height:1}
.ffg-history__title{font-weight:750;line-height:1.35}
.ffg-history__toggle{position:relative;width:28px;height:28px;border-radius:50%;background:var(--ffg-soft);flex:none}
.ffg-history__toggle:before,.ffg-history__toggle:after{content:"";position:absolute;left:50%;top:50%;width:12px;height:2px;background:var(--ffg-ink);transform:translate(-50%,-50%);transition:transform .2s ease}
.ffg-history__toggle:after{transform:translate(-50%,-50%) rotate(90deg)}
.ffg-history__details[open] .ffg-history__toggle:after{transform:translate(-50%,-50%) rotate(0)}
.ffg-history__panel{padding:0 20px 22px}
.ffg-history__image{margin:0 0 18px;border-radius:12px;overflow:hidden;background:#eef1f4}
.ffg-history__image img{display:block;width:100%;height:auto;max-height:540px;object-fit:contain;background:#eef1f4}
.ffg-history__content{color:#37424d;line-height:1.72}
.ffg-history__content p:last-child{margin-bottom:0}
.ffg-jubilee__section{margin-top:54px}
.ffg-jubilee__section-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid var(--ffg-line)}
.ffg-jubilee__section-head h3{margin:0;font-size:clamp(1.55rem,3vw,2.25rem);letter-spacing:-.025em}
.ffg-jubilee__section-head p{margin:0;color:var(--ffg-muted);font-weight:650;white-space:nowrap}
.ffg-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.ffg-gallery__item{position:relative;padding:0;border:0;border-radius:11px;background:#e7ebef;overflow:hidden;aspect-ratio:4/3;cursor:zoom-in}
.ffg-gallery__item.is-hidden{display:none}
.ffg-gallery__item img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .28s ease,filter .28s ease}
.ffg-gallery__item:hover img{transform:scale(1.035);filter:brightness(.94)}
.ffg-gallery__more-wrap{text-align:center;margin-top:24px}
.ffg-btn{appearance:none;border:0;border-radius:999px;padding:13px 22px;background:var(--ffg-red);color:#fff;font-weight:750;cursor:pointer;box-shadow:0 8px 24px rgba(215,25,32,.18)}
.ffg-btn:hover{background:var(--ffg-red-dark)}
.ffg-lightbox[hidden]{display:none!important}.ffg-no-scroll{overflow:hidden}
.ffg-lightbox{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:56px 70px;background:rgba(5,8,12,.94)}
.ffg-lightbox figure{margin:0;max-width:min(1400px,100%);max-height:100%;display:flex;flex-direction:column;align-items:center;gap:12px}
.ffg-lightbox figure img{display:block;max-width:100%;max-height:calc(100vh - 110px);width:auto;height:auto;object-fit:contain;border-radius:6px;box-shadow:0 22px 60px rgba(0,0,0,.35)}
.ffg-lightbox figcaption{color:#d8dde3;font-size:.92rem}
.ffg-lightbox__close,.ffg-lightbox__nav{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;border-radius:50%;font-weight:300;backdrop-filter:blur(8px)}
.ffg-lightbox__close{top:18px;right:18px;width:44px;height:44px;font-size:30px;line-height:1}
.ffg-lightbox__nav{top:50%;width:48px;height:64px;margin-top:-32px;font-size:42px;line-height:1}.ffg-lightbox__prev{left:14px}.ffg-lightbox__next{right:14px}
.ffg-magazine__lead{max-width:760px;color:var(--ffg-muted);line-height:1.65}
.ffg-magazine__viewer{max-width:820px;margin:26px auto 0;border:1px solid var(--ffg-line);border-radius:18px;background:#171b20;box-shadow:var(--ffg-shadow);overflow:hidden}
.ffg-magazine__toolbar{display:grid;grid-template-columns:52px 1fr 52px;align-items:center;padding:10px 12px;background:#0f1317;color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}
.ffg-magazine__counter{text-align:center;font-size:.94rem}
.ffg-magazine__nav{width:42px;height:42px;margin:auto;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:30px;line-height:1;cursor:pointer}.ffg-magazine__nav:disabled{opacity:.25;cursor:default}
.ffg-magazine__paper{padding:20px;display:flex;justify-content:center;background:radial-gradient(circle at 50% 25%,#343a40,#171b20 70%)}
.ffg-magazine__paper img{display:block;width:auto;max-width:100%;height:auto;max-height:78vh;box-shadow:0 16px 50px rgba(0,0,0,.42);user-select:none;-webkit-user-select:none}
.ffg-magazine__jump{padding:12px;text-align:center;background:#0f1317;color:#dce1e6;font-size:.9rem}.ffg-magazine__jump input{width:66px;margin:0 5px;padding:6px 7px;border:1px solid #46505a;border-radius:7px;background:#20262c;color:#fff;text-align:center}
@media(max-width:820px){.ffg-history__timeline:before{left:8px}.ffg-history__entry,.ffg-history__entry--even{width:100%;margin-left:0;padding:0 0 18px 35px}.ffg-history__dot,.ffg-history__entry--even .ffg-history__dot{left:1px;right:auto;top:26px}.ffg-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}.ffg-jubilee__section-head{align-items:flex-start;flex-direction:column}.ffg-lightbox{padding:60px 48px 50px}}
@media(max-width:560px){.ffg-history,.ffg-jubilee{padding-left:14px;padding-right:14px}.ffg-history__details summary{grid-template-columns:auto 1fr;gap:10px;padding:16px}.ffg-history__toggle{display:none}.ffg-history__year{min-width:60px;font-size:.92rem}.ffg-history__panel{padding:0 16px 18px}.ffg-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.ffg-lightbox{padding:58px 12px 45px}.ffg-lightbox__nav{width:40px;height:54px;font-size:34px}.ffg-lightbox__prev{left:4px}.ffg-lightbox__next{right:4px}.ffg-magazine__paper{padding:10px}.ffg-magazine__viewer{border-radius:12px}}
.ffg-history__link{display:inline-flex;align-items:center;gap:6px;margin-top:6px;color:var(--ffg-red);font-weight:750;text-decoration:none}.ffg-history__link:hover{text-decoration:underline}
