.photo-index-reference{--o:#ef5a0a;--g:#0d7b3c;--t:#25282c;--m:#747a80;--l:#e8e2dc;--s:0 7px 20px rgba(49,39,28,.07);width:100%;padding:22px 0 32px;background:linear-gradient(135deg,#fff,#fffdf9);color:var(--t);font-family:"Noto Sans Devanagari","Nirmala UI",Inter,Arial,sans-serif;overflow:hidden}
.photo-index-reference *{box-sizing:border-box}.photo-index-shell{width:min(1800px,calc(100% - 72px));margin:auto}
.photo-index-hero{position:relative;min-height:152px;margin:0 0 22px;padding:0 250px;text-align:center}.photo-index-title-row{display:flex;align-items:center;justify-content:center;gap:18px}.photo-index-title-row h1{margin:0;color:var(--o);font-size:clamp(42px,4vw,70px);font-weight:900;line-height:1;letter-spacing:-.04em}.photo-index-camera{width:56px;height:56px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,#ff7a20,#ee5707);box-shadow:0 4px 12px rgba(221,77,0,.18);font-size:27px}.photo-index-tricolor{position:relative;width:115px;height:30px;flex:0 0 115px}.photo-index-tricolor:before,.photo-index-tricolor:after{content:"";position:absolute;left:5px;width:105px;height:6px;border-radius:100% 0 100% 0;transform:skewX(-28deg)}.photo-index-tricolor:before{top:7px;background:#f58220}.photo-index-tricolor:after{top:17px;background:#138b3d}.photo-index-tricolor--right{transform:scaleX(-1)}.photo-index-hero>p{max-width:730px;margin:8px auto 0;color:#4e5459;font-size:16px;font-weight:600;line-height:1.55}.photo-index-heading-rule{display:flex;align-items:center;justify-content:center;gap:11px;margin-top:8px}.photo-index-heading-rule span{width:74px;height:1px;background:#ef8d55}.photo-index-heading-rule i{color:var(--o);font-size:20px}
.photo-index-search{position:absolute;right:0;bottom:8px;width:285px;height:47px;display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid #ddd8d3;border-radius:24px;background:#fff}.photo-index-search input{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;font-size:14px;font-weight:600}.photo-index-search button{width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:#777}
.photo-index-showcase{display:grid;grid-template-columns:minmax(0,45%) minmax(0,55%);gap:28px;margin-bottom:26px}.photo-index-featured,.photo-index-mini-card,.photo-index-card{overflow:hidden;border:1px solid var(--l);border-radius:9px;background:#fff;box-shadow:var(--s);cursor:pointer;transition:.2s}.photo-index-featured:hover,.photo-index-mini-card:hover,.photo-index-card:hover{transform:translateY(-2px);border-color:rgba(239,90,10,.27);box-shadow:0 10px 24px rgba(49,39,28,.1)}.photo-index-featured{display:grid;grid-template-rows:auto 1fr}.photo-index-featured-media,.photo-index-mini-media,.photo-index-card-media{position:relative;overflow:hidden;background:#eee}.photo-index-featured-media{aspect-ratio:16/9}.photo-index-featured-media img,.photo-index-mini-media img,.photo-index-card-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s}.photo-index-featured:hover img,.photo-index-mini-card:hover img,.photo-index-card:hover img{transform:scale(1.03)}.photo-index-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.22),transparent 42%)}.photo-index-expand{position:absolute;left:50%;top:50%;width:48px;height:48px;display:grid;place-items:center;transform:translate(-50%,-50%);border:2px solid rgba(255,255,255,.94);border-radius:50%;color:#fff;background:rgba(28,28,28,.6)}.photo-index-expand--large{width:72px;height:72px;border-width:3px;background:rgba(255,255,255,.91);color:#222;font-size:27px}.photo-index-featured-badge{position:absolute;left:18px;bottom:15px;display:flex;align-items:center;gap:7px;padding:7px 11px;border-radius:4px;color:#fff;background:linear-gradient(#f47a16,#e95405);font-size:12px;font-weight:800}.photo-index-featured-copy{min-height:112px;padding:15px 19px 14px}.photo-index-featured-copy h2{margin:0 0 8px;font-size:21px;font-weight:800}.photo-index-featured-copy p{margin:0 0 12px;color:#687078;font-size:13px;line-height:1.55}.photo-index-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--m);font-size:12px;font-weight:600}.photo-index-meta span{display:flex;align-items:center;gap:6px}.photo-index-meta i{color:#b9856a}
.photo-index-side-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:18px}.photo-index-mini-card{display:grid;grid-template-rows:auto 1fr}.photo-index-mini-media{aspect-ratio:16/9}.photo-index-mini-copy,.photo-index-card-copy{padding:10px 12px 11px}.photo-index-mini-copy h3,.photo-index-card-copy h3{margin:0 0 9px;font-size:14px;font-weight:800;line-height:1.36}
.photo-index-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.photo-index-card.is-pending{display:none}.photo-index-card-media{aspect-ratio:16/10}.photo-index-empty-search,.photo-index-empty{text-align:center}.photo-index-empty-search{padding:44px 20px;color:#72777d}.photo-index-empty-search>i{color:var(--o);font-size:36px}
.photo-index-more{width:min(760px,100%);min-height:94px;margin:34px auto 0;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid #e5ded8;border-radius:9px;background:#fff;box-shadow:0 6px 18px rgba(37,30,22,.06)}.photo-index-more-copy{display:flex;align-items:center;gap:14px}.photo-index-more-icon{width:48px;height:48px;display:grid;place-items:center;border:1px solid #ffd2b9;border-radius:8px;color:var(--o);background:#fff3eb;font-size:24px}.photo-index-more-copy strong,.photo-index-more-copy small{display:block}.photo-index-more-copy strong{font-size:17px;font-weight:800}.photo-index-more-copy small{margin-top:3px;color:#767b80;font-size:12px}.photo-index-load-more{min-width:180px;height:46px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:0;border-radius:5px;color:#fff;background:linear-gradient(#f56914,#ea5105);font-size:13px;font-weight:800}.photo-index-load-more small{font-size:9px;color:rgba(255,255,255,.82)}.photo-index-load-more:disabled{opacity:.65}
.photo-index-empty{max-width:650px;margin:45px auto 25px;padding:50px 28px;border:1px solid #eee3da;border-radius:12px;background:#fff;box-shadow:var(--s)}.photo-index-empty>span{width:70px;height:70px;display:inline-grid;place-items:center;border-radius:50%;color:var(--o);background:#fff3eb;font-size:31px}.photo-index-empty h2{margin:14px 0 6px;font-size:23px;font-weight:900}
.photo-index-lightbox{position:fixed;inset:0;z-index:99999}.photo-index-lightbox[aria-hidden="true"]{pointer-events:none;opacity:0}.photo-index-lightbox[aria-hidden="false"],.photo-index-lightbox.is-open{pointer-events:auto;opacity:1}
@media(max-width:1399.98px){.photo-index-shell{width:min(1320px,calc(100% - 48px))}.photo-index-hero{padding-inline:210px}.photo-index-title-row h1{font-size:54px}.photo-index-side-grid,.photo-index-grid{gap:14px}}
@media(max-width:1199.98px){.photo-index-hero{padding-inline:0;padding-bottom:60px}.photo-index-search{left:50%;right:auto;bottom:0;transform:translateX(-50%)}.photo-index-showcase{grid-template-columns:1fr}.photo-index-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:767.98px){.photo-index-shell{width:calc(100% - 24px)}.photo-index-title-row{gap:8px}.photo-index-title-row h1{font-size:37px}.photo-index-camera{width:42px;height:42px;font-size:21px}.photo-index-tricolor{width:50px;flex-basis:50px}.photo-index-tricolor:before,.photo-index-tricolor:after{width:45px}.photo-index-hero>p{font-size:13px}.photo-index-search{width:min(315px,92%)}.photo-index-side-grid,.photo-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.photo-index-more{align-items:stretch;flex-direction:column}.photo-index-load-more{width:100%}}
@media(max-width:479.98px){.photo-index-title-row h1{font-size:31px}.photo-index-tricolor{display:none}.photo-index-side-grid,.photo-index-grid{grid-template-columns:1fr}}
