.gallery-page{min-height:100vh;background:var(--color-bg)}.gallery-page__hero{padding:8rem 2rem 4rem;text-align:center;position:relative;background:var(--section-alt-bg)}.gallery-page__hero-content{max-width:800px;margin:0 auto}.gallery-page__back{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-accent);font-weight:600;font-size:.9rem;text-decoration:none;margin-bottom:2rem;transition:gap .2s ease}.gallery-page__back:hover{gap:.8rem}.gallery-page__title{font-family:var(--font-primary);font-size:3rem;font-weight:800;color:var(--color-text);margin-bottom:1rem;background:linear-gradient(135deg,var(--color-text),var(--color-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gallery-page__subtitle{color:var(--color-text-muted);font-size:1.1rem;line-height:1.6}.gallery-page__container{max-width:1280px;margin:0 auto;padding:4rem 2rem}.gallery-page__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:3rem}.gallery-page__item{position:relative;border-radius:16px;overflow:hidden;cursor:pointer;aspect-ratio:9 / 16;animation:galleryPageReveal .6s ease forwards;opacity:0;transform:translateY(20px)}@keyframes galleryPageReveal{to{opacity:1;transform:translateY(0)}}.gallery-page__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-page__item:hover .gallery-page__image{transform:scale(1.08)}.gallery-page__overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(15,15,15,.78) 0%,transparent 100%);display:flex;align-items:flex-end;opacity:0;transition:opacity .3s ease}.gallery-page__item:hover .gallery-page__overlay{opacity:1}.gallery-page__category{color:var(--color-bg);font-weight:700;font-size:.85rem;font-family:var(--font-primary);letter-spacing:.05em;padding:.3rem .8rem;background:#001f4d73;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:6px}.gallery-page__follow{text-align:center;padding-top:2rem}.gallery-page__follow-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 2rem;background:linear-gradient(135deg,var(--color-accent),var(--color-accent-light));color:var(--color-bg);font-weight:700;font-size:.95rem;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px var(--color-accent-glow)}.gallery-page__follow-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px var(--color-accent-glow)}@media(max-width:900px){.gallery-page__grid{grid-template-columns:repeat(3,1fr)}.gallery-page__title{font-size:2.2rem}}@media(max-width:600px){.gallery-page__hero{padding:6rem 1.5rem 3rem}.gallery-page__grid{grid-template-columns:1fr}.gallery-page__title{font-size:1.8rem}}
