.photo-grid{display:grid;grid-template-columns:repeat(var(--capture-columns,3),minmax(0,1fr));gap:var(--space-lg);align-items:start}.photo-masonry-column{min-width:0;display:flex;flex-direction:column;gap:var(--space-lg)}.photo-card{position:relative;display:block;width:100%;margin:0;padding:0;border-radius:var(--r-md);overflow:hidden;cursor:pointer;background:var(--surface);border:1px solid var(--border);color:inherit;font:inherit;text-align:left;transition:border-color .2s ease}.photo-card.hidden{display:none}.photo-card:hover,.photo-card:focus-within{border-color:var(--accent-warm)}.photo-card img{display:block;width:100%;height:auto;transition:transform .3s ease}.photo-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:var(--space-lg);background:linear-gradient( to top,rgba(10,10,10,.88) 0%,rgba(10,10,10,.38) 55%,transparent 100% );opacity:0;transition:opacity .2s ease}.photo-card:hover .photo-overlay,.photo-card:focus-within .photo-overlay{opacity:1}.photo-overlay h2{color:var(--accent-soft)}.photo-overlay time{font-size:.75rem;color:color-mix(in srgb,var(--accent-warm) 78%,white)}.lightbox{position:fixed;inset:0;background:rgba(10,10,10,.96);z-index:1000;display:flex;width:100%;height:100%;max-width:none;max-height:none;margin:0;padding:0;border:0;overflow:hidden;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.lightbox:not([open]){display:none}.lightbox.active{opacity:1;visibility:visible}.lightbox-close{position:absolute;top:var(--space-lg);right:var(--space-lg);background:0 0;border:none;color:var(--bg);font-size:2.5rem;cursor:pointer;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease;z-index:10}.lightbox-close:hover{background:rgba(255,255,255,.1)}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:0 0;border:none;color:var(--bg);font-size:3rem;cursor:pointer;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease;z-index:10}.lightbox-prev{left:var(--space-lg)}.lightbox-next{right:var(--space-lg)}.lightbox-prev:hover,.lightbox-next:hover{background:rgba(255,255,255,.1)}.lightbox>.content{display:flex;width:min(94vw,1600px);height:min(90vh,900px);max-height:90vh;gap:clamp(18px,3vw,42px);align-items:stretch;background:linear-gradient(135deg,color-mix(in srgb,var(--surface) 94%,var(--accent-soft)),var(--surface));border:1px solid color-mix(in srgb,var(--border) 84%,var(--accent-warm));border-radius:var(--r-lg);padding:clamp(16px,2vw,28px);box-shadow:var(--shadow-overlay)}.lightbox-main{flex:1;display:flex;flex-direction:column;align-items:center;min-width:0;max-height:85vh;overflow:hidden}.lightbox-image-container{display:flex;align-items:center;justify-content:center;flex:1;width:100%;min-height:0}.lightbox-image{width:100%;height:100%;max-width:100%;max-height:82vh;object-fit:contain;border-radius:0}.lightbox-categories{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:var(--space-md);padding-bottom:var(--space-md);border-bottom:1px solid color-mix(in srgb,var(--border) 70%,transparent)}.lightbox-categories:empty{display:none}.lightbox-category{min-height:24px;display:inline-flex;align-items:center;padding:3px 8px;border:1px solid color-mix(in srgb,var(--accent-warm) 45%,var(--border));border-radius:999px;color:var(--accent-warm);font-family:var(--f-mono);font-size:.625rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.lightbox-category:hover{background:var(--accent-warm);border-color:var(--accent-warm);color:var(--bg)}.lightbox-description{color:var(--text-muted);font-size:.9375rem;line-height:1.55;text-align:center;padding:var(--space-md)var(--space-xl)0;max-width:760px}.lightbox-description:empty{display:none}.lightbox-details{width:min(27vw,300px);min-width:240px;flex-shrink:0;display:flex;flex-direction:column;min-height:0;max-height:85vh;overflow-y:auto;padding:clamp(18px,2.2vw,28px)0}.lightbox-date{color:var(--accent-warm);font-family:var(--f-mono);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;display:block;margin-bottom:var(--space-md)}.lightbox-meta{display:flex;flex-direction:column;gap:10px}.lightbox-meta-item{display:flex;flex-direction:column;gap:2px}.lightbox-meta-label{font-size:.7rem;color:var(--accent-warm);text-transform:uppercase;letter-spacing:.05em}.lightbox-meta-value{font-size:.875rem;line-height:1.3;color:color-mix(in srgb,var(--accent-warm) 70%,var(--text))}.lightbox-share::after{content:none}.lightbox-share{flex-shrink:0;margin-top:var(--space-lg)}.lightbox-share:hover{border-color:var(--accent-warm);color:var(--bg)}.lightbox-share.copied{border-color:var(--accent-warm);background:var(--accent-warm);color:var(--bg)}@media(max-width:1023px){.photo-grid{grid-template-columns:repeat(var(--capture-columns,2),minmax(0,1fr))}.lightbox>.content{flex-direction:column;align-items:center;overflow-y:auto;height:auto;max-height:90vh;width:min(92vw,760px)}.lightbox-main{max-height:none}.lightbox-image{max-height:56vh}.lightbox-description{padding:var(--space-md)var(--space-lg)}.lightbox-details{width:100%;max-width:600px;max-height:none;overflow-y:visible;padding:0 0 var(--space-lg)}.lightbox-prev{left:var(--space-sm)}.lightbox-next{right:var(--space-sm)}}@media(max-width:767px){.photo-grid{gap:var(--space-md)}.photo-masonry-column{gap:var(--space-md)}.lightbox-prev,.lightbox-next{width:44px;height:44px;font-size:2rem}.lightbox-close{width:40px;height:40px;font-size:2rem}.lightbox-meta{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}}@media(max-width:639px){.photo-grid{grid-template-columns:1fr}}body[data-page=davidcaptures][data-kind=page]{height:100svh;overflow:hidden}body[data-page=davidcaptures][data-kind=page] .site-main{min-height:100svh}body[data-page=davidcaptures][data-kind=page] .site-footer{display:none}.photo-single{width:min(100% - var(--page-pad) * 2,1680px);height:100svh;margin:0 auto;padding:clamp(18px,3vh,34px)0;display:flex;align-items:center}.photo-article{width:100%;height:min(100%,920px);min-height:0;display:grid;grid-template-columns:minmax(0,1fr)minmax(250px,320px);gap:clamp(14px,2vw,28px);padding:clamp(10px,1.5vw,18px);background:linear-gradient(135deg,color-mix(in srgb,var(--surface) 94%,var(--accent-soft)),var(--surface));border:1px solid color-mix(in srgb,var(--border) 84%,var(--accent-warm));border-radius:var(--r-lg);overflow:hidden}.photo-figure{min-width:0;min-height:0;margin:0;display:flex;align-items:center;justify-content:center;border-radius:calc(var(--r-lg) - 3px);overflow:hidden}.photo-figure img{width:100%;height:100%;display:block;object-fit:contain}.photo-info{min-width:0;min-height:0;padding:clamp(12px,1.8vw,22px);display:flex;flex-direction:column;overflow:hidden}.photo-nav{margin-bottom:clamp(10px,1.5vh,18px)}.photo-nav .breadcrumbs{margin:0;font-size:.625rem;line-height:1.35}.photo-categories{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:clamp(12px,1.8vh,18px)}.photo-category{color:var(--accent-warm);border-color:color-mix(in srgb,var(--accent-warm) 44%,var(--border));font-size:.625rem;transition:background .18s ease,border-color .18s ease,color .18s ease}.photo-category:hover{background:var(--accent-warm);border-color:var(--accent-warm);color:var(--bg)}.photo-header{margin-bottom:clamp(12px,1.8vh,18px)}.photo-header time{display:block;color:var(--accent-warm);font-family:var(--f-mono);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.photo-info>.content{margin-bottom:clamp(12px,1.8vh,18px);padding-bottom:clamp(12px,1.8vh,18px);border-bottom:1px solid color-mix(in srgb,var(--border) 78%,transparent);color:var(--text-muted);font-size:.875rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.photo-info>.content p{margin:0 0 .7em}.photo-info>.content p:last-child{margin-bottom:0}.photo-metadata{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;margin-top:auto;margin-bottom:clamp(10px,1.4vh,16px)}.meta-item{min-width:0;display:flex;flex-direction:column;gap:2px}.meta-label{color:var(--accent-warm);font-size:.625rem;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.meta-value{color:color-mix(in srgb,var(--accent-warm) 70%,var(--text));font-size:.8125rem;line-height:1.25;overflow-wrap:anywhere}.photo-tags{display:flex;flex-wrap:wrap;gap:6px}@media(max-width:959px){.photo-single{width:min(100% - 24px,760px);padding:var(--space-sm)0}.photo-article{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr)auto;gap:10px}.photo-info{max-height:40svh;padding:10px 12px 12px}.photo-nav{display:none}.photo-categories,.photo-header,.photo-info>.content{margin-bottom:8px}.photo-info>.content{-webkit-line-clamp:2}.photo-metadata{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px 9px}}@media(max-width:639px){.photo-single{width:calc(100% - 16px);padding:var(--space-sm)0 calc(var(--space-sm) + env(safe-area-inset-bottom))}.photo-article{padding:var(--space-sm)}.photo-info{max-height:46svh}.photo-metadata{grid-template-columns:repeat(2,minmax(0,1fr))}.meta-value{font-size:.75rem}}