.gallery-page{--gallery-ink:#123456;--gallery-muted:#52677d;--gallery-line:#1234561f;--gallery-soft:#f7fbff;--gallery-teal:#16c7c7;--gallery-teal-dark:#0c8d8f;min-height:100vh;color:var(--gallery-ink);background:#fff;padding:8rem 0 5.5rem}.gallery-hero,.gallery-section,.gallery-note{width:min(var(--content-max), calc(100% - 2rem));margin:0 auto}.gallery-hero{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:clamp(2rem,5vw,4rem);padding-bottom:5rem;display:grid;position:relative}.gallery-hero__copy{min-width:0}.gallery-hero__copy h1{max-width:720px;color:var(--gallery-ink);letter-spacing:0;overflow-wrap:anywhere;margin:0 0 1rem;font-size:clamp(3rem,5vw,4.7rem);font-weight:900;line-height:1.02}.gallery-hero__copy p,.gallery-section__header p,.gallery-collection-card p,.gallery-note li{color:var(--gallery-muted);margin:0;font-size:1rem;line-height:1.72}.gallery-hero__meta{color:var(--gallery-teal-dark);flex-wrap:wrap;gap:.9rem;margin-top:1.35rem;font-size:.82rem;font-weight:900;display:flex}.gallery-hero__meta span{align-items:center;gap:.45rem;display:inline-flex}.gallery-hero__meta span:before{content:"";background:var(--gallery-teal);border-radius:999px;width:.38rem;height:.38rem}.gallery-hero__actions{flex-wrap:wrap;gap:.8rem;margin-top:1.6rem;display:flex}.gallery-hero__actions a{background:var(--gallery-teal);color:#06364c;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;min-height:2.85rem;padding:.8rem 1rem;font-size:.9rem;font-weight:900;text-decoration:none;display:inline-flex}.gallery-hero__actions a:last-child{border:1px solid var(--gallery-line);color:var(--gallery-ink);background:#fff}.gallery-hero__image{border-radius:8px;overflow:hidden;box-shadow:0 18px 46px #1234561f}.gallery-hero__image img{object-fit:cover;width:100%;height:clamp(330px,45vw,520px);display:block}.gallery-section{border-top:1px solid var(--gallery-line);padding:4.8rem 0 0}.gallery-section__header{margin-bottom:1.7rem}.gallery-section__header--split{justify-content:space-between;align-items:end;gap:1rem;display:flex}.gallery-section__header h2,.gallery-note h2{color:var(--gallery-ink);letter-spacing:0;margin:0 0 .65rem;font-size:clamp(2rem,4vw,3.1rem);font-weight:900;line-height:1.04}.gallery-section__header a{color:var(--gallery-teal-dark);font-size:.9rem;font-weight:900;text-decoration:none}.gallery-collection-grid,.gallery-highlight-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.gallery-collection-card,.gallery-image-card{border:1px solid var(--gallery-line);background:#fff;border-radius:8px;min-width:0;transition:border-color .18s,box-shadow .18s,transform .18s;overflow:hidden}.gallery-collection-card:hover,.gallery-image-card:hover{border-color:#16c7c757;transform:translateY(-3px);box-shadow:0 16px 34px #12345614}.gallery-collection-card img,.gallery-image-card img{object-fit:cover;width:100%;height:230px;display:block}.gallery-collection-card div,.gallery-image-card div{padding:1.05rem}.gallery-collection-card svg{color:var(--gallery-teal-dark);margin-bottom:.65rem}.gallery-collection-card h3,.gallery-image-card h3{color:var(--gallery-ink);letter-spacing:0;margin:0 0 .45rem;font-size:1.08rem;font-weight:900;line-height:1.2}.gallery-image-card small{color:var(--gallery-teal-dark);margin-bottom:.45rem;font-size:.78rem;font-weight:900;display:block}.gallery-mosaic{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;display:grid}.gallery-mosaic .gallery-image-card.is-large{grid-area:span 2/span 2}.gallery-mosaic .gallery-image-card.is-large img{height:100%;min-height:520px}.gallery-note{border-top:1px solid var(--gallery-line);border-bottom:1px solid var(--gallery-line);grid-template-columns:auto 1fr;gap:1rem;margin-top:5rem;padding:2rem 0;display:grid}.gallery-note svg{color:var(--gallery-teal-dark);margin-top:.45rem}.gallery-note ul{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.gallery-note li:before{content:"";background:var(--gallery-teal);vertical-align:middle;border-radius:999px;width:.36rem;height:.36rem;margin-right:.55rem;display:inline-block}.gallery-page .gallery-hero,.gallery-page .gallery-section,.gallery-page .gallery-note{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}.gallery-page .gallery-section{border-top:1px solid var(--gallery-line)!important}.gallery-page .gallery-note{border-top:1px solid var(--gallery-line)!important;border-bottom:1px solid var(--gallery-line)!important}@media (max-width:1040px){.gallery-hero{grid-template-columns:1fr}.gallery-collection-grid,.gallery-highlight-grid,.gallery-mosaic{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.gallery-page{padding-top:6.5rem;padding-bottom:7rem}.gallery-hero{padding-bottom:4rem}.gallery-hero__copy h1{font-size:2.75rem}.gallery-hero__actions,.gallery-hero__actions a{width:100%}.gallery-section{padding-top:3.5rem}.gallery-section__header--split{flex-direction:column;align-items:start}.gallery-collection-grid,.gallery-highlight-grid,.gallery-mosaic{grid-template-columns:1fr}.gallery-mosaic .gallery-image-card.is-large{grid-area:span 1/span 1}.gallery-mosaic .gallery-image-card.is-large img{height:260px;min-height:0}.gallery-note{grid-template-columns:1fr}}
