.lfihm-gallery{--gallery-navy:var(--navy,#071d49);--gallery-blue:var(--blue,#0839a8);--gallery-cyan:var(--cyan,#23b5c5);--gallery-gold:var(--gold,#e2aa4f);--gallery-muted:var(--muted,#647087);width:100%;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}.lfihm-gallery__head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,540px);gap:24px 70px;align-items:end;margin-bottom:38px}.lfihm-gallery__eyebrow{margin:0 0 12px;color:var(--gallery-blue);font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.lfihm-gallery__eyebrow:before{content:"";display:inline-block;width:34px;height:1px;margin-right:11px;background:var(--gallery-gold);vertical-align:middle}.lfihm-gallery__head h2{margin:0;color:var(--gallery-navy);font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.3rem,4vw,4rem);line-height:1.04;letter-spacing:-.035em}.lfihm-gallery__intro{margin:0;color:var(--gallery-muted);font-size:.96rem;line-height:1.7}.lfihm-gallery__grid{display:grid;grid-template-columns:repeat(var(--gallery-columns),minmax(0,1fr));gap:24px}.lfihm-gallery--mosaic .lfihm-gallery__grid{grid-template-columns:repeat(12,minmax(0,1fr))}.lfihm-gallery--mosaic .lfihm-gallery__item{grid-column:span 4}.lfihm-gallery--mosaic .lfihm-gallery__item.is-featured{grid-column:span 8}.lfihm-gallery__item{min-width:0;margin:0;background:#fff;border:1px solid rgba(226,170,79,.5);box-shadow:0 10px 28px rgba(7,29,73,.075);transition:transform .22s,box-shadow .22s}.lfihm-gallery__item:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(7,29,73,.12)}.lfihm-gallery__open{display:block;width:100%;padding:0;border:0;background:none;color:inherit;text-align:inherit}.lfihm-gallery button.lfihm-gallery__open{cursor:zoom-in}.lfihm-gallery__media{position:relative;display:grid;width:100%;aspect-ratio:var(--gallery-ratio);place-items:center;overflow:hidden;padding:9px;background:#f6f2e9}.lfihm-gallery__media img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;margin:0;object-fit:contain;object-position:center;transition:transform .32s}.lfihm-gallery__item:hover .lfihm-gallery__media img{transform:scale(1.015)}.lfihm-gallery__expand{position:absolute;right:15px;bottom:15px;display:grid;width:36px;height:36px;border:1px solid rgba(255,255,255,.75);border-radius:50%;place-items:center;background:rgba(7,29,73,.88);color:#fff;font-size:1.35rem;font-weight:300;line-height:1;box-shadow:0 5px 16px rgba(7,29,73,.25)}.lfihm-gallery__open:focus-visible{outline:3px solid var(--gallery-cyan);outline-offset:4px}.lfihm-gallery figcaption{display:flex;min-height:68px;flex-direction:column;justify-content:center;padding:14px 17px;border-top:1px solid rgba(226,170,79,.28)}.lfihm-gallery figcaption strong{color:var(--gallery-navy);font-family:Georgia,"Times New Roman",serif;font-size:1.02rem;line-height:1.25}.lfihm-gallery figcaption span{margin-top:4px;color:var(--gallery-muted);font-size:.72rem}.lfihm-gallery__empty{padding:34px;border:1px solid rgba(226,170,79,.5);background:#fff;color:var(--gallery-muted);text-align:center}.lfihm-gallery__dialog{width:min(1100px,calc(100% - 32px));max-width:none;max-height:92vh;padding:0;border:1px solid rgba(226,170,79,.78);background:#06152f;color:#fff;box-shadow:0 30px 90px rgba(0,0,0,.45)}.lfihm-gallery__dialog::backdrop{background:rgba(3,13,34,.86);backdrop-filter:blur(4px)}.lfihm-gallery__dialog-content{display:flex;min-height:240px;max-height:92vh;flex-direction:column;align-items:center;justify-content:center;padding:20px}.lfihm-gallery__dialog img{display:block;width:auto;max-width:100%;height:auto;max-height:calc(92vh - 95px);margin:0;object-fit:contain}.lfihm-gallery__dialog p{align-self:stretch;margin:12px 40px 0;color:#e8edf7;font-size:.88rem;text-align:center}.lfihm-gallery__close{position:absolute;z-index:2;top:12px;right:12px;display:grid;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.7);border-radius:50%;place-items:center;background:rgba(7,29,73,.88);color:#fff;font-size:1.65rem;line-height:1;cursor:pointer}.showcase-section .lfihm-gallery img{width:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;border:0!important;box-shadow:none!important}.showcase-section .lfihm-gallery__dialog img{width:auto!important;max-width:100%!important;height:auto!important;max-height:calc(92vh - 95px)!important}@media(max-width:980px){.lfihm-gallery__head{grid-template-columns:1fr;gap:18px}.lfihm-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lfihm-gallery--mosaic .lfihm-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lfihm-gallery--mosaic .lfihm-gallery__item,.lfihm-gallery--mosaic .lfihm-gallery__item.is-featured{grid-column:auto}.lfihm-gallery--mosaic .lfihm-gallery__item.is-featured{grid-column:1/-1}}@media(max-width:640px){.lfihm-gallery__grid,.lfihm-gallery--mosaic .lfihm-gallery__grid{grid-template-columns:1fr}.lfihm-gallery--mosaic .lfihm-gallery__item.is-featured{grid-column:auto}.lfihm-gallery__head h2{font-size:2.55rem}.lfihm-gallery__eyebrow{font-size:.76rem}.lfihm-gallery__intro{font-size:1rem}.lfihm-gallery__media{padding:7px}.lfihm-gallery figcaption strong{font-size:1.12rem}.lfihm-gallery figcaption span{font-size:.82rem}.lfihm-gallery__dialog-content{padding:12px}.lfihm-gallery__dialog p{margin-inline:20px;font-size:.92rem}}
