.gallery-wrapper{padding:2rem 0}.gallery-header{margin-bottom:2rem;text-align:center}.gallery-header h2{font-size:2rem;margin-bottom:.5rem;color:#1a1a1a}.gallery-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.gallery-item{cursor:pointer;transition:transform .2s ease}.gallery-item:hover{transform:translateY(-4px)}.gallery-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.gallery-card:hover{border-color:rgba(74,124,89,.3);box-shadow:0 6px 16px rgba(0,0,0,.1)}.gallery-image{width:100%;aspect-ratio:1;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f9f9fc;border-bottom:1px solid rgba(0,0,0,.08)}.gallery-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.gallery-item:hover .gallery-image img{transform:scale(1.05)}.gallery-placeholder{background:rgba(74,124,89,.05);aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:3rem;border-bottom:1px solid rgba(0,0,0,.08)}.gallery-icon{opacity:.4;color:#4a7c59}.gallery-info{padding:1rem;flex-grow:1;display:flex;flex-direction:column}.gallery-info h4{margin:0 0 .5rem;font-size:1rem;color:#1a1a1a;line-height:1.4}.gallery-category{display:inline-block;font-size:.75rem;padding:.25rem .75rem;background:rgba(74,124,89,.1);color:#4a7c59;border-radius:4px;text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-top:auto;width:fit-content}.gallery-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;backdrop-filter:blur(4px)}.gallery-modal-content{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:16px;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.15);position:relative}.gallery-close{position:absolute;top:1rem;right:1rem;background:rgba(200,50,50,.15);border:1px solid rgba(200,50,50,.2);color:#c83232;width:40px;height:40px;border-radius:8px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:1001}.gallery-close:hover{background:rgba(200,50,50,.2);border-color:rgba(200,50,50,.35)}.modal-inner{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem}.modal-image{display:flex;align-items:center;justify-content:center}.modal-image-content{object-fit:cover}.image-placeholder,.modal-image-content{width:100%;max-width:400px;border-radius:12px;border:1px solid rgba(0,0,0,.08)}.image-placeholder{background:rgba(74,124,89,.05);aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:4rem;color:#4a7c59}.modal-info h3{font-size:1.5rem;margin-bottom:1rem;color:#1a1a1a}.modal-category{color:#666;font-size:.9rem;margin-bottom:1rem}.modal-category strong{color:#1a1a1a}.modal-info>p{color:#1a1a1a;line-height:1.6;margin-bottom:1rem}.modal-details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.08)}.modal-details h4{color:#4a7c59;margin-bottom:.75rem;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em}.modal-details ul{list-style:none;padding:0}.modal-details li{color:#1a1a1a;font-size:.9rem;margin-bottom:.5rem;padding-left:1rem;position:relative}.modal-details li:before{content:"•";position:absolute;left:0;color:#4a7c59}.modal-details strong{color:#4a7c59}.modal-tagline{margin-top:1.5rem;padding:1rem;background:rgba(74,124,89,.05);border-left:3px solid #4a7c59;border-radius:4px}.modal-tagline em{color:#4a7c59;font-style:italic}.modal-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{display:inline-block;padding:.35rem .85rem;background:rgba(74,124,89,.1);color:#4a7c59;border:1px solid rgba(74,124,89,.2);border-radius:6px;font-size:.8rem;text-transform:lowercase;letter-spacing:.03em;font-weight:500;transition:all .2s ease}.tag:hover{background:rgba(74,124,89,.15);border-color:rgba(74,124,89,.35);color:#3a6449}.modal-transcription{margin-top:1.5rem;padding:1rem;background:#f9f9fc;border:1px solid rgba(0,0,0,.08);border-radius:8px}.modal-transcription h4{color:#4a7c59;margin:0 0 .75rem;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em}.modal-transcription p{color:#666;font-size:.9rem;line-height:1.6;margin:0}@media (max-width:768px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.modal-inner{grid-template-columns:1fr;gap:1rem}.modal-image{min-height:300px}.gallery-modal-content{max-height:95vh}}.page-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.page-header .eyebrow{display:block;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;color:#4a7c59;font-weight:600;margin-bottom:.5rem}.page-header h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:1rem;line-height:1.2}.page-header p{font-size:1.1rem;color:#666;max-width:700px;margin:0 auto;line-height:1.6}.gallery-container,.gallery-section{margin-bottom:4rem}.gallery-container:last-child{margin-bottom:0}@media (max-width:768px){.page-header{margin-bottom:2rem;padding:1rem 0}.page-header h1{font-size:1.75rem}.page-header p{font-size:1rem}.footer-links{flex-direction:column}.button-secondary{width:100%}}