.gallery-section{padding:80px 0}.gallery-section__top{margin-bottom:40px}.gallery-section__eyebrow{margin-bottom:12px;color:var(--c-accent);font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.gallery-section__title{color:var(--c-white);font-size:clamp(28px,4vw,48px);line-height:1.05;font-family:Space Grotesk;font-weight:500;margin-bottom:24px}.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.gallery-grid__item{display:block;border-radius:14px;overflow:hidden;background:#fff}.gallery-grid__image{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;transition:transform .35s ease}.gallery-grid__item:hover .gallery-grid__image{transform:scale(1.04)}.gallery-section__actions{display:flex;justify-content:center;margin-top:28px}.gallery-section__load-more{border:0;outline:0;cursor:pointer;min-height:54px;padding:14px 28px;border-radius:999px;background:var(--c-accent);color:var(--c-bg-deep);font-size:16px;font-weight:500;transition:transform .25s ease,opacity .25s ease}.gallery-section__load-more:hover{transform:translateY(-1px)}.gallery-section.is-loading .gallery-section__load-more{opacity:.7;pointer-events:none}.ctas,.ctas-bottom{display:flex;gap:16px}.ctas-bottom{justify-content:center;margin-top:28px}@media (max-width: 991px){.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 767px){.gallery-section{padding:56px 0}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ctas,.ctas-bottom{flex-direction:column}}@media (max-width: 560px){.gallery-grid{grid-template-columns:1fr}}
