.gallery-home{padding:64px 5%;max-width:1320px;margin:auto}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.gallery-card{display:block;border:1px solid #ded9ce;background:#fff;color:#142b3c;border-radius:12px;overflow:hidden;text-decoration:none}.gallery-card img{display:block;width:100%;height:260px;object-fit:contain;background:#eef0f0}.gallery-home .gallery-card img{object-fit:cover}.gallery-card>div{padding:22px}.gallery-card h2{font-size:21px;line-height:1.3;margin:9px 0}.gallery-card p{white-space:pre-line}.gallery-card small{font-size:12px;color:#606f77}.gallery-page{margin:0;background:#f5f3ee;color:#142b3c;font:16px/1.6 Arial,sans-serif}.gallery-page *{box-sizing:border-box}.gallery-page header{padding:24px 5%;background:#142b3c;color:#fff}.gallery-page header>a{font-size:23px;font-weight:bold}.gallery-page header a{color:inherit;text-decoration:none}.gallery-page nav{display:flex;gap:20px;flex-wrap:wrap;margin-top:16px;font-size:14px}.gallery-page [aria-current=page]{color:#e4be73}.gallery-page main{max-width:1240px;padding:40px 24px;margin:auto}.gallery-page h1{font-size:clamp(30px,5vw,48px)}.gallery-page select,.gallery-page button{font:inherit;padding:9px 14px;border:1px solid #c8c2b5;border-radius:6px;background:white;cursor:pointer}.gallery-notice{background:#e8ddc7;padding:10px}#gallery-lightbox{max-width:1000px;width:90vw;max-height:94vh;overflow:auto;border:0;border-radius:12px;padding:24px;color:#142b3c}#gallery-lightbox::backdrop{background:#07111ce8}#lightbox-image{display:block;width:100%;height:62vh;object-fit:contain}#lightbox-close{float:right;font-size:26px}.gallery-controls{display:flex;justify-content:space-between;gap:16px;margin-top:12px}.gallery-card[hidden]{display:none}@media(max-width:850px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:550px){.gallery-grid{grid-template-columns:1fr}.gallery-home{padding:32px 20px}.gallery-card img{height:auto;max-height:420px}#lightbox-image{height:48vh}}
