/* PHX Portfolio Manager — editorial frontend */
.phxpm-gallery-app,.phxpm-profile-page,.phxpm-tax-page,.phxpm-photographers{--phx-ink:#111315;--phx-ink-2:#272a2e;--phx-muted:#73777d;--phx-soft:#f6f5f2;--phx-line:#e7e5e0;--phx-gold:#a58c57;--phx-gold-soft:#d8c9a7;--phx-white:#fff;--phx-shadow:0 22px 70px rgba(17,19,21,.09);font-family:inherit;color:var(--phx-ink);box-sizing:border-box}.phxpm-gallery-app *,.phxpm-profile-page *,.phxpm-tax-page *,.phxpm-photographers *{box-sizing:border-box}.phxpm-gallery-app{width:100%;position:relative}.phxpm-gallery-app .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.phxpm-toolbar-shell{margin:0 0 34px;border-top:1px solid var(--phx-line);border-bottom:1px solid var(--phx-line);padding:18px 0 13px}.phxpm-toolbar{display:grid;grid-template-columns:minmax(300px,1fr) auto;gap:18px;align-items:end}.phxpm-search{position:relative;display:block}.phxpm-search-icon{position:absolute;left:2px;top:50%;width:22px;height:22px;transform:translateY(-50%);color:var(--phx-ink)}.phxpm-search-icon svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round}.phxpm-search input{width:100%;height:54px;border:0!important;border-bottom:1px solid #cfcac0!important;border-radius:0!important;background:transparent!important;padding:0 42px 0 34px!important;color:var(--phx-ink)!important;font:inherit!important;font-size:17px!important;letter-spacing:-.01em!important;box-shadow:none!important;outline:none!important;transition:border-color .2s ease}.phxpm-search input::placeholder{color:#99958d;opacity:1}.phxpm-search input:focus{border-bottom-color:var(--phx-ink)!important}.phxpm-clear{position:absolute;right:0;top:50%;transform:translateY(-50%);width:34px;height:34px;border:0;background:transparent;color:var(--phx-muted);font-size:24px;line-height:1;cursor:pointer;transition:color .2s ease,transform .2s ease}.phxpm-clear:hover{color:var(--phx-ink);transform:translateY(-50%) rotate(4deg)}.phxpm-filter-row{display:flex;gap:10px;align-items:end}.phxpm-select-wrap{display:block;min-width:185px}.phxpm-select-wrap>span{display:block;margin:0 0 6px;font-size:9px;line-height:1;text-transform:uppercase;letter-spacing:.17em;font-weight:700;color:#8a857a}.phxpm-filter{width:100%;height:45px!important;border:1px solid #d8d4cc!important;border-radius:999px!important;background-color:#fff!important;color:var(--phx-ink)!important;padding:0 40px 0 15px!important;font:inherit!important;font-size:13px!important;box-shadow:none!important;outline:none!important;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.phxpm-filter:focus{border-color:var(--phx-gold)!important;box-shadow:0 0 0 3px rgba(165,140,87,.11)!important}.phxpm-toolbar-meta{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:11px 0 0;color:var(--phx-muted);font-size:11px;letter-spacing:.05em}.phxpm-result-count{min-height:17px}.phxpm-reset{border:0;background:transparent;padding:0;color:var(--phx-ink);font:inherit;font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;cursor:pointer;border-bottom:1px solid currentColor}.phxpm-results{min-height:240px}.phxpm-skeleton-grid{columns:4;column-gap:18px}.phxpm-skeleton-grid i{display:block;break-inside:avoid;height:250px;margin:0 0 18px;background:linear-gradient(110deg,#f0efec 8%,#f8f7f5 18%,#f0efec 33%);background-size:200% 100%;animation:phxpm-shimmer 1.25s linear infinite}.phxpm-skeleton-grid i:nth-child(2),.phxpm-skeleton-grid i:nth-child(5){height:340px}.phxpm-skeleton-grid i:nth-child(3){height:210px}@keyframes phxpm-shimmer{to{background-position-x:-200%}}.phxpm-empty{min-height:310px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid var(--phx-line);background:#faf9f7;padding:50px 24px}.phxpm-empty-mark{display:grid;place-items:center;width:54px;height:54px;border:1px solid #c9c3b7;border-radius:50%;margin-bottom:18px;font-family:Georgia,serif;font-size:21px;color:var(--phx-gold)}.phxpm-empty strong{display:block;font-size:22px;font-weight:500;letter-spacing:-.025em}.phxpm-empty>span:last-child{display:block;max-width:420px;margin-top:8px;color:var(--phx-muted);font-size:13px;line-height:1.6}.phxpm-group{margin:0 0 62px}.phxpm-group:last-child{margin-bottom:0}.phxpm-group-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 22px;padding:0 0 13px;border-bottom:1px solid var(--phx-line)}.phxpm-group-head>div>span{display:block;margin-bottom:6px;color:var(--phx-gold);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.2em}.phxpm-group-head h2{margin:0!important;font:inherit!important;font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(27px,3.2vw,43px)!important;font-weight:400!important;line-height:1!important;letter-spacing:-.035em!important;color:var(--phx-ink)!important}.phxpm-group-count{font-size:9px;color:#8b877f;text-transform:uppercase;letter-spacing:.14em;white-space:nowrap}.phxpm-grid{--phx-cols:4}.phxpm-gallery-app[data-columns="2"] .phxpm-grid{--phx-cols:2}.phxpm-gallery-app[data-columns="3"] .phxpm-grid{--phx-cols:3}.phxpm-gallery-app[data-columns="4"] .phxpm-grid{--phx-cols:4}.phxpm-gallery-app[data-columns="5"] .phxpm-grid{--phx-cols:5}.phxpm-gallery-app[data-layout="grid"] .phxpm-grid{display:grid;grid-template-columns:repeat(var(--phx-cols),minmax(0,1fr));gap:26px 18px}.phxpm-gallery-app[data-layout="masonry"] .phxpm-grid{columns:var(--phx-cols);column-gap:18px}.phxpm-photo{position:relative;margin:0;background:var(--phx-white)}.phxpm-gallery-app[data-layout="masonry"] .phxpm-photo{display:inline-block;width:100%;break-inside:avoid;margin:0 0 26px}.phxpm-image-button{position:relative;display:block;width:100%;padding:0!important;border:0!important;border-radius:0!important;background:#ecebe7!important;overflow:hidden;cursor:zoom-in;box-shadow:none!important;appearance:none}.phxpm-image-button img{display:block;width:100%;height:auto;max-width:none;transform:scale(1.001);transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .4s ease}.phxpm-gallery-app[data-layout="grid"] .phxpm-image-button{aspect-ratio:4/3}.phxpm-gallery-app[data-layout="grid"] .phxpm-image-button img{height:100%;object-fit:cover}.phxpm-photo-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:space-between;padding:18px;background:linear-gradient(to top,rgba(10,11,12,.45),rgba(10,11,12,0) 55%);color:#fff;opacity:0;transition:opacity .35s ease}.phxpm-photo-overlay>span{font-size:9px;text-transform:uppercase;letter-spacing:.18em;font-weight:700}.phxpm-photo-overlay i{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.55);border-radius:50%;font-style:normal;font-size:13px;transform:translateY(5px);transition:transform .35s ease}.phxpm-image-button:hover img{transform:scale(1.028)}.phxpm-image-button:hover .phxpm-photo-overlay{opacity:1}.phxpm-image-button:hover .phxpm-photo-overlay i{transform:translateY(0)}.phxpm-photo-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:11px 0 1px;border-bottom:1px solid #eeece7}.phxpm-photo-copy{min-width:0;padding-bottom:10px}.phxpm-photo-copy strong{display:block;font-size:12px;line-height:1.35;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phxpm-photo-copy small{display:block;margin-top:4px;color:var(--phx-muted);font-size:9.5px;line-height:1.4;letter-spacing:.015em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phxpm-credit{display:block;flex:0 0 auto;padding:0 0 10px;text-align:right;color:var(--phx-ink)!important;text-decoration:none!important}.phxpm-credit span{display:block;margin-bottom:3px;color:#8c887f;font-size:7.5px;line-height:1;text-transform:uppercase;letter-spacing:.16em}.phxpm-credit strong{display:block;max-width:150px;font-size:10px;line-height:1.35;font-weight:600}.phxpm-credit:hover strong{text-decoration:underline;text-underline-offset:3px}.phxpm-loadmore-wrap{text-align:center;margin:42px 0 8px}.phxpm-loadmore{display:inline-flex;align-items:center;gap:24px;min-width:220px;justify-content:space-between;border:1px solid var(--phx-ink);border-radius:999px;background:transparent;color:var(--phx-ink);padding:13px 17px 13px 22px;font:inherit;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;transition:background .2s ease,color .2s ease}.phxpm-loadmore:hover{background:var(--phx-ink);color:#fff}.phxpm-loadmore:disabled{opacity:.55;cursor:wait}.phxpm-loadmore span:last-child{font-size:16px}.phxpm-lightbox{position:fixed;inset:0;z-index:9999999;display:flex;align-items:center;justify-content:center;background:rgba(10,11,12,.975);padding:52px 80px 30px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.phxpm-lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto}.phxpm-lightbox-top{position:absolute;left:24px;right:24px;top:18px;display:flex;align-items:center;justify-content:space-between;color:#d7d3cb;z-index:2}.phxpm-lightbox-counter{font-size:9px;letter-spacing:.15em;text-transform:uppercase}.phxpm-lightbox-close,.phxpm-lightbox-prev,.phxpm-lightbox-next{border:0;background:transparent;color:#fff;cursor:pointer;appearance:none}.phxpm-lightbox-close{width:38px;height:38px;font-size:31px;line-height:1;font-weight:200}.phxpm-lightbox-prev,.phxpm-lightbox-next{position:absolute;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:50px;height:50px;border:1px solid rgba(255,255,255,.24);border-radius:50%;font-size:38px;transition:background .2s ease,border-color .2s ease}.phxpm-lightbox-prev:hover,.phxpm-lightbox-next:hover{background:#fff;color:#111;border-color:#fff}.phxpm-lightbox-prev{left:22px}.phxpm-lightbox-next{right:22px}.phxpm-lightbox figure{width:100%;height:100%;max-width:1600px;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.phxpm-lightbox-stage{display:flex;align-items:center;justify-content:center;width:100%;min-height:0;flex:1}.phxpm-lightbox img{display:block;max-width:100%;max-height:calc(100vh - 150px);width:auto;height:auto;object-fit:contain;box-shadow:0 20px 80px rgba(0,0,0,.35)}.phxpm-lightbox figcaption{display:flex;align-items:baseline;justify-content:center;gap:13px;max-width:900px;margin-top:15px;color:#fff;text-align:center}.phxpm-lightbox-title{font-size:12px;font-weight:600}.phxpm-lightbox-caption{color:#aaa69f;font-size:10px;letter-spacing:.03em}.phxpm-no-scroll{overflow:hidden!important}.phxpm-photographers{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 18px}.phxpm-person{display:block;color:inherit!important;text-decoration:none!important}.phxpm-person-media{position:relative;display:block;overflow:hidden;background:#efeee9}.phxpm-person img,.phxpm-person-placeholder{display:flex;width:100%;aspect-ratio:4/5;object-fit:cover;align-items:center;justify-content:center;font-family:Georgia,serif;font-size:80px;font-weight:400;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.phxpm-person:hover img{transform:scale(1.025)}.phxpm-person-view{position:absolute;left:14px;right:14px;bottom:14px;display:flex;justify-content:space-between;align-items:center;padding:11px 13px;background:rgba(255,255,255,.94);color:#151719;font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;opacity:0;transform:translateY(8px);transition:.3s ease}.phxpm-person:hover .phxpm-person-view{opacity:1;transform:translateY(0)}.phxpm-person-copy{display:block;padding:11px 0 0}.phxpm-person-copy strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:20px;font-weight:400;letter-spacing:-.02em}.phxpm-person-copy small{display:block;margin-top:4px;color:var(--phx-muted);font-size:9px;text-transform:uppercase;letter-spacing:.11em}.phxpm-profile-page,.phxpm-tax-page{max-width:1580px;margin:0 auto;padding:72px 34px 90px}.phxpm-profile-hero{display:grid;grid-template-columns:minmax(280px,520px) minmax(360px,1fr);gap:clamp(42px,7vw,100px);align-items:center;margin-bottom:100px}.phxpm-profile-photo{background:#efeee9}.phxpm-profile-photo img{display:block;width:100%;height:auto}.phxpm-kicker{display:block;color:var(--phx-gold);font-size:9px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.phxpm-profile-copy h1,.phxpm-tax-hero h1{margin:12px 0 18px!important;font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(48px,7vw,96px)!important;font-weight:400!important;line-height:.95!important;letter-spacing:-.05em!important;color:var(--phx-ink)!important}.phxpm-profile-meta{margin:0 0 26px;color:var(--phx-muted);font-size:10px;text-transform:uppercase;letter-spacing:.12em}.phxpm-bio{max-width:700px;color:#42464b;font-size:15px;line-height:1.85}.phxpm-bio p:last-child{margin-bottom:0}.phxpm-profile-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:25px}.phxpm-profile-links a{color:var(--phx-ink)!important;text-decoration:none!important;border-bottom:1px solid #b8b2a6;padding-bottom:3px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.13em}.phxpm-profile-links a:hover{border-color:var(--phx-ink)}.phxpm-section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:0 0 30px;padding:0 0 13px;border-bottom:1px solid var(--phx-line)}.phxpm-section-title>span{color:var(--phx-gold);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.18em}.phxpm-section-title h2{margin:0!important;font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(27px,3vw,42px)!important;font-weight:400!important;letter-spacing:-.035em!important}.phxpm-tax-hero{max-width:980px;margin:0 0 64px;padding-top:20px}.phxpm-tax-hero>p{max-width:760px;margin-top:26px;color:var(--phx-muted);font-size:15px;line-height:1.8}@media(max-width:1180px){.phxpm-gallery-app[data-layout="masonry"] .phxpm-grid{columns:3}.phxpm-gallery-app[data-layout="grid"] .phxpm-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.phxpm-skeleton-grid{columns:3}.phxpm-photographers{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.phxpm-toolbar{grid-template-columns:1fr}.phxpm-filter-row{justify-content:flex-start}.phxpm-profile-hero{grid-template-columns:minmax(240px,390px) 1fr;gap:38px}.phxpm-profile-page,.phxpm-tax-page{padding-left:24px;padding-right:24px}}@media(max-width:720px){.phxpm-toolbar-shell{margin-bottom:26px;padding-top:12px}.phxpm-filter-row{display:grid;grid-template-columns:1fr 1fr}.phxpm-select-wrap{min-width:0}.phxpm-search input{font-size:15px!important}.phxpm-gallery-app[data-layout="masonry"] .phxpm-grid{columns:2;column-gap:12px}.phxpm-gallery-app[data-layout="grid"] .phxpm-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}.phxpm-skeleton-grid{columns:2;column-gap:12px}.phxpm-skeleton-grid i{margin-bottom:12px}.phxpm-gallery-app[data-layout="masonry"] .phxpm-photo{margin-bottom:22px}.phxpm-photo-meta{display:block}.phxpm-credit{text-align:left;margin-top:3px}.phxpm-credit strong{max-width:none}.phxpm-group{margin-bottom:46px}.phxpm-group-head{align-items:flex-start}.phxpm-group-count{padding-top:8px}.phxpm-lightbox{padding:56px 14px 26px}.phxpm-lightbox-prev,.phxpm-lightbox-next{top:auto;bottom:20px;width:42px;height:42px;background:rgba(10,11,12,.7)}.phxpm-lightbox-prev{left:15px}.phxpm-lightbox-next{right:15px}.phxpm-lightbox img{max-height:calc(100vh - 170px)}.phxpm-lightbox figcaption{display:block;padding:0 48px;margin-top:12px}.phxpm-lightbox-caption{display:block;margin-top:4px}.phxpm-photographers{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px}.phxpm-profile-page,.phxpm-tax-page{padding:50px 18px 70px}.phxpm-profile-hero{grid-template-columns:1fr;gap:30px;margin-bottom:70px}.phxpm-profile-photo{max-width:520px}.phxpm-section-title{display:block}.phxpm-section-title h2{margin-top:7px!important}}@media(max-width:450px){.phxpm-filter-row{grid-template-columns:1fr}.phxpm-toolbar-meta{align-items:flex-start}.phxpm-gallery-app[data-layout="masonry"] .phxpm-grid{columns:1}.phxpm-gallery-app[data-layout="grid"] .phxpm-grid{grid-template-columns:1fr}.phxpm-skeleton-grid{columns:1}.phxpm-photo-meta{display:flex}.phxpm-credit{text-align:right;margin-top:0}.phxpm-group-head h2{font-size:29px!important}.phxpm-photographers{grid-template-columns:1fr}.phxpm-person-copy strong{font-size:22px}.phxpm-profile-copy h1,.phxpm-tax-hero h1{font-size:50px!important}}
@media(prefers-reduced-motion:reduce){.phxpm-gallery-app *,.phxpm-photographers *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* v1.1.1 — simplified square filter controls */
.phxpm-toolbar-shell{border:0!important}
.phxpm-filter{border-radius:0!important}
.phxpm-toolbar-meta{justify-content:flex-end!important}
.phxpm-reset{border:0!important;border-radius:0!important;background:transparent!important;padding:4px 0!important;color:var(--phx-ink)!important;font:inherit!important;font-size:12px!important;font-weight:500!important;letter-spacing:0!important;text-transform:none!important;box-shadow:none!important;text-decoration:none!important}
.phxpm-group-head,.phxpm-photo-meta{border:0!important}
.phxpm-result-count,.phxpm-group-count{display:none!important}

/* v1.1.2 — dedicated search button */
.phxpm-search input{height:45px!important;padding:0 58px 0 14px!important;border:1px solid #d8d4cc!important;background:#fff!important}
.phxpm-search input:focus{border-color:var(--phx-ink)!important}
.phxpm-search-submit{position:absolute!important;right:0!important;top:0!important;display:grid!important;place-items:center!important;width:48px!important;min-width:48px!important;height:45px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:var(--phx-ink)!important;color:#fff!important;box-shadow:none!important;cursor:pointer!important;appearance:none!important}
.phxpm-search-submit svg{display:block!important;width:19px!important;height:19px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.7!important;stroke-linecap:round!important}
.phxpm-search-submit:hover,.phxpm-search-submit:focus{background:#2c2f32!important;color:#fff!important;outline:0!important}

/* v1.2.0 — unified professional filter bar and PHX three-column gallery */
.phxpm-toolbar-shell{margin:0 0 30px!important;padding:0!important;background:transparent!important}
.phxpm-toolbar{display:grid!important;grid-template-columns:minmax(260px,1fr) auto!important;gap:12px!important;align-items:end!important}
.phxpm-control-label,.phxpm-select-wrap>span{display:block!important;margin:0 0 7px!important;color:#77736b!important;font-size:10px!important;font-weight:600!important;line-height:1!important;letter-spacing:.13em!important;text-transform:uppercase!important}
.phxpm-search-field{position:relative!important;display:flex!important;width:100%!important;height:45px!important}
.phxpm-search input{flex:1 1 auto!important;width:100%!important;min-width:0!important;height:45px!important;margin:0!important;padding:0 15px!important;border:1px solid #d8d4cc!important;border-right:0!important;border-radius:0!important;background:#fff!important;font-size:14px!important;line-height:45px!important}
.phxpm-search-submit{position:static!important;inset:auto!important;flex:0 0 48px!important;width:48px!important;height:45px!important}
.phxpm-filter-row{display:flex!important;gap:12px!important;align-items:flex-end!important}
.phxpm-select-wrap{min-width:210px!important;margin:0!important}
.phxpm-filter{height:45px!important;margin:0!important;border-color:#d8d4cc!important;background-color:#fff!important;font-size:14px!important}
.phxpm-reset{display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:flex-end!important;height:45px!important;margin:0!important;padding:0 16px!important;border:1px solid #d8d4cc!important;background:#fff!important;color:var(--phx-ink)!important;font-size:12px!important;font-weight:600!important;white-space:nowrap!important;transition:border-color .2s ease,background .2s ease!important}
.phxpm-reset[hidden]{display:none!important}
.phxpm-reset:hover,.phxpm-reset:focus{border-color:var(--phx-ink)!important;background:#f5f4f1!important;outline:0!important}
.phxpm-gallery-app[data-layout="grid"] .phxpm-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;column-gap:12px!important;row-gap:24px!important}
.phxpm-gallery-app[data-layout="grid"] .phxpm-image-button{aspect-ratio:3/2!important}
.phxpm-gallery-app[data-layout="grid"] .phxpm-image-button img{width:100%!important;height:100%!important;object-fit:cover!important}
@media(max-width:1050px){.phxpm-toolbar{grid-template-columns:1fr!important}.phxpm-filter-row{display:grid!important;grid-template-columns:1fr 1fr auto!important}.phxpm-select-wrap{min-width:0!important}}
@media(max-width:720px){.phxpm-filter-row{grid-template-columns:1fr 1fr!important}.phxpm-reset{width:100%!important}.phxpm-gallery-app[data-layout="grid"] .phxpm-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:480px){.phxpm-filter-row{grid-template-columns:1fr!important}.phxpm-gallery-app[data-layout="grid"] .phxpm-grid{grid-template-columns:1fr!important}}
