.gallery-page{background-color:#1a1f25;color:#fff;min-height:100vh;padding-bottom:4rem}.gallery-hero{padding:3rem 1rem 2rem;max-width:950px;margin:0 auto;text-align:center}.gallery-title{font-family:Oswald,sans-serif;font-size:clamp(2rem,5vw,2.5rem);font-weight:400;margin-bottom:.8rem;letter-spacing:.5px}.gallery-title .highlight{background:linear-gradient(90deg,#f5c870,#f3bd51 40%,#b07a15);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gallery-subtitle{font-family:Oswald,sans-serif;color:#8b949e;font-size:clamp(.85rem,1.5vw,.95rem);line-height:1.5;margin-bottom:2rem;font-weight:300}.hero-image-container{position:relative;margin:0 auto 1.5rem;border-radius:10px;overflow:hidden;border:2.5px solid #d4a574;box-shadow:0 4px 15px hsla(31,53%,64%,.15)}.carousel-wrapper{position:relative;width:100%;overflow:hidden}.carousel-track{display:flex;transition:transform 1.2s ease-in-out}.hero-gallery-image{width:100%;height:auto;flex-shrink:0;aspect-ratio:2.3/1;-o-object-fit:cover;object-fit:cover}.image-dots{position:absolute;bottom:.8rem;left:50%;transform:translateX(-50%);display:flex;gap:.45rem;z-index:10}.dot{width:7px;height:7px;border-radius:50%;background-color:#d4a574;cursor:pointer;opacity:.6}.dot.active{opacity:1}.gallery-filters{display:flex;justify-content:center;gap:1rem;margin:2rem 0}.filter-btn{background-color:transparent;color:#d4a574;border:1px solid #d4a574;border-radius:50px;padding:.45rem 1.6rem;font-family:Oswald,sans-serif;font-size:.85rem;font-weight:400;cursor:pointer;transition:all .3s ease;text-transform:capitalize}.filter-btn.active{background-color:#d4a574;color:#1a1f25}.gallery-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:.8rem;max-width:900px;margin:0 auto;padding:0 1rem;height:550px}.gallery-item:first-child{grid-column:1/2;grid-row:1/2}.gallery-item:nth-child(2){grid-column:2/3;grid-row:1/2}.gallery-item:nth-child(3){grid-column:1/2;grid-row:2/3}.gallery-item:nth-child(4){grid-column:2/3;grid-row:2/3}.gallery-item{border-radius:6px;overflow:hidden;background-color:#1c2128}.gallery-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.gallery-grid{grid-template-columns:1fr;grid-template-rows:repeat(4,200px);height:auto;gap:.8rem}.gallery-item:first-child,.gallery-item:nth-child(2),.gallery-item:nth-child(3),.gallery-item:nth-child(4){grid-column:1/2;grid-row:auto}}