.lightbox-overlay{z-index:9999;background:#000000eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox-close{cursor:pointer;color:#fff;z-index:10;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}.lightbox-close:hover{background:#ffffff4d}.lightbox-image-wrap{justify-content:center;align-items:center;max-width:90vw;max-height:85vh;display:flex}.lightbox-image{object-fit:contain;-webkit-user-select:none;user-select:none;border-radius:4px;max-width:100%;max-height:85vh}.lightbox-arrow{cursor:pointer;color:#fff;z-index:10;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-arrow:hover{background:#ffffff4d}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-counter{color:#fffc;background:#00000080;border-radius:100px;padding:.25rem .75rem;font-size:.875rem;font-weight:500;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}@media (max-width:600px){.lightbox-arrow{width:40px;height:40px}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}}
.photo-gallery{border-radius:12px;gap:4px;margin:.75rem 0;display:grid;overflow:hidden}.photo-gallery--single{grid-template-columns:1fr}.photo-gallery--single .gallery-photo img{max-height:400px}.photo-gallery--double{grid-template-columns:1fr 1fr}.photo-gallery--double .gallery-photo img{height:280px}.photo-gallery--triple{grid-template-rows:1fr 1fr;grid-template-columns:2fr 1fr}.photo-gallery--triple .gallery-photo--0{grid-row:1/3}.photo-gallery--triple .gallery-photo--0 img,.photo-gallery--triple .gallery-photo--1 img,.photo-gallery--triple .gallery-photo--2 img{height:100%}.gallery-photo{cursor:pointer;background:var(--background-accent,#f5f3ef);border:none;margin:0;padding:0;line-height:0;display:block;overflow:hidden}.gallery-photo:hover img{transform:scale(1.03)}.gallery-photo img{object-fit:cover;width:100%;height:280px;transition:transform .2s}@media (max-width:600px){.photo-gallery--double .gallery-photo img{height:180px}.photo-gallery--single .gallery-photo img{max-height:300px}.photo-gallery--triple{grid-template-rows:auto auto;grid-template-columns:1fr 1fr}.photo-gallery--triple .gallery-photo--0{grid-area:auto/1/auto/3}.photo-gallery--triple .gallery-photo--0 img{height:200px}.photo-gallery--triple .gallery-photo--1 img,.photo-gallery--triple .gallery-photo--2 img{height:140px}}
.like-button{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:8px;align-items:center;gap:.375rem;padding:.375rem .5rem;transition:color .2s,background .2s;display:inline-flex}.like-button:hover{color:#ef4444;background:#ef44440f}.like-button.liked{color:#ef4444}.like-heart{width:20px;height:20px;transition:transform .2s}.like-button:hover .like-heart{transform:scale(1.1)}.like-button.like-animating .like-heart{animation:.6s cubic-bezier(.4,0,.2,1) likeHeartBeat}@keyframes likeHeartBeat{0%{transform:scale(1)}15%{transform:scale(1.35)}30%{transform:scale(.95)}45%{transform:scale(1.15)}60%{transform:scale(1)}}.like-count{font-size:.8125rem;font-weight:500;line-height:1}.like-button:disabled{pointer-events:none;opacity:.7}.like-button:focus-visible{outline-offset:2px;outline:2px solid #ef4444}@media (max-width:600px){.like-button{min-width:44px;min-height:44px;padding:.5rem}}@media (prefers-reduced-motion:reduce){.like-button.like-animating .like-heart{animation:none}.like-heart{transition:none}}
.comment-section{margin-top:.75rem}.comment-toggle{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:8px;align-items:center;gap:.375rem;padding:.375rem .5rem;font-size:.8125rem;font-weight:500;transition:color .2s,background .2s;display:inline-flex}.comment-toggle:hover{color:#6b7280;background:#0000000a}.comment-body{border-top:1px solid #f3f4f6;margin-top:.75rem;padding-top:.75rem}.comment-loading{color:#9ca3af;padding:.5rem 0;font-size:.8125rem}.comment-list{flex-direction:column;gap:.75rem;margin-bottom:.75rem;display:flex}.comment-item{gap:.625rem;display:flex}.comment-avatar-wrap{flex-shrink:0}.comment-avatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.comment-avatar-placeholder{color:#6b7280;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:600;display:flex}.comment-content{flex:1;min-width:0}.comment-meta{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.comment-author{color:var(--brand-copper,#a73a04);font-size:.8125rem;font-weight:600;text-decoration:none}.comment-author:hover{text-decoration:underline}.comment-time{color:#9ca3af;font-size:.75rem}.comment-delete{cursor:pointer;color:#d1d5db;background:0 0;border:none;padding:0;font-size:.6875rem;transition:color .2s}.comment-delete:hover{color:#ef4444}.comment-text{color:#374151;word-break:break-word;margin:0;font-size:.875rem;line-height:1.5}.comment-form{align-items:flex-end;gap:.5rem;display:flex}.comment-input{resize:none;border:1px solid #e5e7eb;border-radius:8px;flex:1;padding:.5rem .75rem;font-family:inherit;font-size:.8125rem;line-height:1.5;transition:border-color .2s}.comment-input:focus{border-color:var(--brand-copper,#a73a04);outline:none}.comment-submit{background:var(--brand-copper,#a73a04);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:background .2s}.comment-submit:hover:not(:disabled){background:#8b2f03}.comment-submit:disabled{opacity:.5;cursor:not-allowed}.comment-sign-in{color:#9ca3af;margin:0;font-size:.8125rem}.comment-sign-in a{color:var(--brand-copper,#a73a04);font-weight:500;text-decoration:none}.comment-sign-in a:hover{text-decoration:underline}@media (max-width:600px){.comment-toggle{min-height:44px}.comment-form{flex-direction:column;align-items:stretch}.comment-submit{padding:.625rem}}
.share-button{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:8px;align-items:center;gap:.375rem;padding:.375rem .5rem;font-size:.8125rem;font-weight:500;transition:color .2s,background .2s;display:inline-flex}.share-button:hover{color:#6b7280;background:#0000000a}.share-button.share-copied{color:#10b981}.share-label{line-height:1}.share-button.share-detail{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.5rem .75rem}.share-button.share-detail:hover{background:#f9fafb;border-color:#d1d5db}.share-button:focus-visible{outline:2px solid var(--brand-copper,#a73a04);outline-offset:2px}@media (max-width:600px){.share-button{min-width:44px;min-height:44px}}
