.gallery-page{--gp-accent:#06b6d4;--gp-accent-soft:rgba(6,182,212,0.6);--gp-bg:#000;--gp-card:#0a0a0c;--gp-border:rgba(255,255,255,0.08);--gp-border-strong:rgba(255,255,255,0.14);--gp-text:#fff;--gp-text-muted:rgba(255,255,255,0.6);--gp-text-dim:rgba(255,255,255,0.45);background:var(--gp-bg);color:var(--gp-text);min-height:100vh;padding-top:96px}.gallery-page__hero{max-width:900px;margin:0 auto;padding:clamp(24px,5vw,56px) 20px clamp(28px,4vw,48px);text-align:center}.gallery-page__eyebrow{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gp-accent);margin:0 0 12px}.gallery-page__title{margin:0 0 14px;font-size:clamp(2rem,5.5vw,3.4rem);font-weight:700;line-height:1.08;letter-spacing:-.02em}.gallery-page__lead{margin:0 auto;max-width:640px;font-size:clamp(1rem,2vw,1.15rem);line-height:1.55;color:var(--gp-text-muted)}.gallery-page__hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px}.gallery-page__cta-primary,.gallery-page__cta-secondary{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;font-size:.95rem;font-weight:600;border-radius:999px;text-decoration:none;transition:transform .2s ease,background .2s ease,border-color .2s ease}.gallery-page__cta-primary{color:black;background:var(--gp-accent);border:1px solid transparent}.gallery-page__cta-primary:hover{transform:translateY(-2px);background:#22d3ee}.gallery-page__cta-secondary{color:white;background:rgba(255,255,255,.04);border:1px solid var(--gp-border-strong)}.gallery-page__cta-secondary:hover{transform:translateY(-2px);background:rgba(255,255,255,.08)}.gallery-pills{position:sticky;top:80px;z-index:40;background:linear-gradient(180deg,rgba(0,0,0,.92) 0,rgba(0,0,0,.75));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--gp-border);padding:12px 0}.gallery-pills__inner{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.gallery-pills__inner::-webkit-scrollbar{display:none}.gallery-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;font-size:.88rem;font-weight:500;color:rgba(255,255,255,.72);background:rgba(255,255,255,.04);border:1px solid var(--gp-border);border-radius:999px;cursor:pointer;white-space:nowrap;transition:background .2s ease,border-color .2s ease,color .2s ease}.gallery-pill:hover{color:white;background:rgba(6,182,212,.08);border-color:rgba(6,182,212,.3)}.gallery-pill__count{font-size:.72rem;padding:2px 7px;border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.6)}.gallery-sections{max-width:1400px;margin:0 auto;padding:32px 20px 80px}.gallery-section{margin-bottom:56px;scroll-margin-top:160px}.gallery-section__header{margin-bottom:24px}.gallery-section__title{margin:0 0 6px;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;letter-spacing:-.01em}.gallery-section__desc{margin:0;font-size:.95rem;color:var(--gp-text-muted)}.gallery-grid{display:grid;gap:16px}.gallery-grid--horizontal{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.gallery-grid--vertical{grid-template-columns:repeat(6,1fr)}.gallery-grid--mixed{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}@media (max-width:1200px){.gallery-grid--vertical{grid-template-columns:repeat(5,1fr)}}@media (max-width:1000px){.gallery-grid--vertical{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.gallery-grid,.gallery-grid--horizontal,.gallery-grid--mixed,.gallery-grid--vertical{grid-template-columns:repeat(2,1fr);gap:10px}}.gallery-tile{position:relative;cursor:pointer;display:flex;flex-direction:column;gap:10px}.gallery-tile__frame{position:relative;width:100%;border-radius:16px;overflow:hidden;background:var(--gp-card);border:1px solid var(--gp-border);transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.gallery-tile--horizontal .gallery-tile__frame{aspect-ratio:16/9}.gallery-tile--vertical .gallery-tile__frame{aspect-ratio:9/16}.gallery-tile:hover .gallery-tile__frame{transform:translateY(-2px);border-color:rgba(6,182,212,.35);box-shadow:0 24px 80px -20px rgba(6,182,212,.35)}.gallery-tile__poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.gallery-tile__video{position:relative;display:block;width:100%;height:100%;object-fit:cover;z-index:1}.gallery-tile__dim{position:absolute;inset:0;background:transparent;transition:background .3s ease;pointer-events:none}.gallery-tile:hover .gallery-tile__dim{background:rgba(0,0,0,.55)}.gallery-tile__hover-title{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:24px 20px 64px;opacity:0;transition:opacity .25s ease;pointer-events:none;text-align:center}.gallery-tile__hover-title p{margin:0;font-size:clamp(.95rem,1.4vw,1.15rem);font-weight:600;line-height:1.3;color:white;text-shadow:0 2px 12px rgba(0,0,0,.9);letter-spacing:-.01em;max-width:90%;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.gallery-tile:focus-within .gallery-tile__hover-title,.gallery-tile:hover .gallery-tile__hover-title{opacity:1}@media (max-width:768px){.gallery-tile__hover-title{display:none}}.gallery-tile__actions{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;gap:8px;padding:14px;opacity:0;background:linear-gradient(0deg,rgba(0,0,0,.55),transparent 45%);transition:opacity .25s ease}.gallery-tile:focus-within .gallery-tile__actions,.gallery-tile:hover .gallery-tile__actions{opacity:1}.gallery-tile--vertical .gallery-tile__actions{flex-direction:column;align-items:stretch;justify-content:flex-end;gap:6px;padding:12px}.gallery-tile--vertical .gallery-tile__btn{justify-content:center;width:100%;padding:8px 10px;font-size:.78rem}@media (max-width:768px){.gallery-tile__actions{display:none}}.gallery-tile__btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;font-size:.82rem;font-weight:600;border-radius:999px;cursor:pointer;border:1px solid transparent;transition:transform .2s ease,background .2s ease,border-color .2s ease}.gallery-tile__btn--ghost{color:white;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.22);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.gallery-tile__btn--ghost:hover{transform:translateY(-1px);background:rgba(255,255,255,.15)}.gallery-tile__btn--primary{color:black;background:var(--gp-accent)}.gallery-tile__btn--primary:hover{transform:translateY(-1px);background:#22d3ee}@media (max-width:768px){.gallery-tile__frame{border-radius:12px}}.gallery-promo{margin:12px 0 56px;border-radius:20px;overflow:hidden;border:1px solid var(--gp-border-strong);background:radial-gradient(ellipse at 20% 0,rgba(6,182,212,.18),transparent 55%),#0e0e11}.gallery-promo--violet{background:radial-gradient(ellipse at 20% 0,rgba(139,92,246,.18),transparent 55%),#0e0e11}.gallery-promo--amber{background:radial-gradient(ellipse at 20% 0,rgba(245,158,11,.16),transparent 55%),#0e0e11}.gallery-promo__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:clamp(20px,3vw,32px);flex-wrap:wrap}.gallery-promo__text{flex:1 1 320px;min-width:0}.gallery-promo__eyebrow{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gp-accent);margin:0 0 8px}.gallery-promo--violet .gallery-promo__eyebrow{color:#a78bfa}.gallery-promo--amber .gallery-promo__eyebrow{color:#fbbf24}.gallery-promo__title{margin:0 0 6px;font-size:clamp(1.15rem,2.4vw,1.5rem);font-weight:700;color:white;letter-spacing:-.01em}.gallery-promo__subtitle{margin:0;font-size:.95rem;color:var(--gp-text-muted);line-height:1.5}.gallery-promo__cta{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;font-size:.92rem;font-weight:600;color:black;background:var(--gp-accent);border-radius:999px;text-decoration:none;transition:transform .2s ease,background .2s ease;white-space:nowrap}.gallery-promo__cta:hover{transform:translateY(-2px);background:#22d3ee}.gallery-promo--violet .gallery-promo__cta{background:#8b5cf6;color:white}.gallery-promo--violet .gallery-promo__cta:hover{background:#a78bfa}.gallery-promo--amber .gallery-promo__cta{background:#f59e0b}.gallery-promo--amber .gallery-promo__cta:hover{background:#fbbf24}